/* Termine */

@font-face {
    font-family: 'Brightwall';
    src: url('/sites/default/files/fonts/brightwall.woff2') format('woff2'),
         url('/sites/default/files/fonts/brightwall.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.popup-open #header {
  display: none;
}

.slideout-buttons {
  display: none;
}

.gin-secondary-toolbar--frontend,
.toolbar-menu-administration,
.site-footer{
	display: none;
}

.tabs {
  display: none !important;
}

#main .row {
	--bs-gutter-x: 0px;
}

#popup-body {
  height: 100%;
  display: flex;
  align-items: flex-start;
}

body.gin--vertical-toolbar {
	padding-inline-start: 0px;
}

.popup-container {
  background: #eae9f2 !important;
}

.view-termine {
  max-width: 1280px;
  margin: auto;
}

.view-termine .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 25px;
}

.view-termine .views-row {
  border: 1px solid #392d85;
  border-radius: 3px;  
  padding: 10px 15px;
}



.view-termine .views-field-nothing {
  position: relative;
  color: #392d85;
}

.view-termine .views-field-nothing span {
  font-weight: 600;
}

.view-termine .views-field-nothing:after {
  content: "";
  background: url(/sites/default/files/footer.gif);
    background-size: auto;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  z-index: 100 !important;
  position: relative;
}

.view-termine .views-field-body .field-content {
  font-weight: normal !important;
  margin-bottom: 15px;
  display: block;
}

.view-termine .views-field-title a {
  font-size: 16px !important;
  margin: 5px auto !important;
  font-weight: bold;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 8px 0px;
  font-size: 18px !important;
  color: #333;
  text-decoration: none;
  color: #392d85;
  text-align: left !important;
  line-height: 125%;
  margin-bottom: 15px !important;
  pointer-events: none;
}

.user-logged-in .view-termine .views-field-title a  {
  pointer-events: auto;
}

.view-termine .views-row {
  position: relative;
}

.view-termine .views-label {
  float: left;
  margin-right: 6px;
}

.view-termine .field-content {
  font-weight: normal;
}

.view-termine .field-content span {
  font-weight: 600 !important;
}

.view-termine .facts {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  background-color: rgba(54, 42, 132, 0.1);
  border-radius: 15px;
  padding: 15px;
  min-height: 200px;
}

.view-termine .bereich {
  text-transform: uppercase;
}

.view-termine .views-field-views-conditional-field {
 position: absolute;
  top: 8px;
  right: 15px;
}

.view-termine .views-field-views-conditional-field img {
  width: 30px;
  height: auto;
}

.view-termine .facts .left,
.view-termine .facts .right{
  width: 50%;
}

.view-termine .facts {
  line-height: 130%;
}
.view-termine .facts .left {
  border-right: 2px solid #362a84;
}

.view-termine .facts .right {
  padding-left: 15px;
}

.view-termine .facts span {
  font-weight: normal;
  display: flex;
  margin-top: 15px;
}

.view-termine .views-field-body a {
  color: #333;
  text-decoration: none;
  margin-top: 15px !important;
  display: flex;
}
.view-termine .views-field-nothing::before {
  content: "\f133";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 14px;
  font-weight: 900;
    color: #392d85;

}

.view-termine .umfang::before {
  content: "\f200";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 14px;
  font-weight: 900;
    color: #392d85;

}

.view-termine .niveau::before {
  content: "\f201";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 14px;
  font-weight: 900;
    color: #392d85;

}

.view-termine .tarif::before {
  content: "\f555";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 14px;
  font-weight: 900;
  color: #392d85;
}
.view-termine .modell::before {
  content: "\f0c0";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 14px;
  font-weight: 900;
    color: #392d85;

}

.view-termine .form-control {
  border: 1px solid #392d85;
  border-radius: 3px;
}

.view-termine .views-exposed-form {
  margin-bottom: 15px;
}

.view-termine {
  margin-bottom: 25px;
}



.node-type-article .field-label {
  margin: 10px 0px 5px 0px;
  color: #392d85;
  width: 200px;
}

.node-type-article .field-items a {
  color: #392d85;
}

.node-type-article .field-name-field-kursunterlagen {
  border-bottom: 2px solid #bbb;
  padding-bottom: 15px;
}

.node-type-article .field-name-field-kursgroesse {
  border-bottom: 2px solid #bbb;
  padding-bottom: 15px;
}

  .view-termine .view-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
  
.page-termine-erwachsene .col-sm-6 {
    width: 100%;
}


.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.popup-content {
  background: white;
  padding: 0px 36px 25px 36px;
  width: 80%;
  height: calc(100vh - 100px);
  max-width: 1200px;
  border-radius: 8px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: scroll;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

[class*="node--type-termine-"] #main {
  max-width: 1280px;
  margin: 36px auto;
}

[class*="node--type-termine-"] .text-formatted a {
  color: #333;
  text-decoration: none;
}

[class*="node--type-termine-"] .text-formatted {
  line-height: 130%;
  text-align: left !important;
}

[class*="node--type-termine-"] .title {
  font-size: 24px;
  display: inline-block;
  background: #382d85;
  color: #fff;
  padding: 6px 20px 6px 20px;
  font-weight: 700;
  margin: 0px auto 15px auto;
  margin-top: 0px;
  text-align: center;
  margin-top: 25px !important;
  border-radius: 2px;
}

[class*="node--type-termine-"] .field--name-body {
  /*! text-align: left !important; */
  font-weight: 600;
  margin-bottom: 25px;

}

[class*="node--type-termine-"] .field__item {
  font-size: 17px;
  line-height: 130%;
  margin-bottom: 18px;
  font-size: 18px;
}

[class*="node--type-termine-"] .fieldset-legend {
  margin-top: 36px;
  font-size: 25px;
  font-family: "Brightwall";
  display: block;
  color: #382d85;
  letter-spacing: 0.03em;
  transform: scaleY(0.85)
}

[class*="node--type-termine-"]  .field__label {
  margin-top: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 18px;
  color: #333 !important;
  border-bottom: 1px solid;
  display: inline-block;
  padding-right: 12px
}

[class*="node--type-termine-"] .field--name-field-wichtig a,
[class*="node--type-termine-"] .field--name-field-beratung a,
[class*="node--type-termine-"] .field--name-field-tipp a {
  color: #382d85 !important;
}

[class*="node--type-termine-"] .field--name-field-wichtig a:hover,
[class*="node--type-termine-"] .field--name-field-beratung a:hover,
[class*="node--type-termine-"] .field--name-field-tipp a:hover {
  color: #382d85;
  font-weight: 600;
}

[class*="node--type-termine-"] .flex {
  display: flex !important;
  flex-direction: row;
  gap: 50px; 
}


[class*="node--type-termine-"] .kursdaten,
[class*="node--type-termine-"] .weitere-infos {
  width: 100%;
}

[class*="node--type-termine-"] .field--name-field-anmeldung {
  max-width: 50%;
  margin: 0px auto;
  text-align: center !important;
}

[class*="node--type-termine-"] .field--name-field-anmeldung a {
  text-decoration: none;
  border: 2px solid #382d85;
  border-radius: 8px;
  padding: 8px 50px;
  background-color: #382d85;
  color: #fff !important;
  font-weight: 600;
}

[class*="node--type-termine-"] .field--name-field-anmeldung a:hover {
  background-color: transparent;
  color: #382d85 !important;
  
}

.view-termine .views-row {
  position: relative;
  padding-bottom: 25px;
}


.view-termine .views-row .open-popup {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #392d85;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  padding: 3px 12px;
  border-top-left-radius: 8px;
}

.view-termine .view-header {
  display: flex;
  flex-direction: column;
}

.view-termine h1 {
  font-size: 32px;
  display: inline-block;
  background: #382d85;
  color: #fff;
  padding: 10px 20px 6px 20px;
  font-weight: 700;
  margin: 0px auto 15px auto;
    margin-top: 0px;
  text-align: center;
  margin-top: 25px !important;
  border-radius: 2px;

}

.view-termine h2 {
  color: #392d85;
  font-size: 45px;
  font-family: "Brightwall";
  margin-top: 12px !important;
  display: inline-block;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  width: 100%;
  margin-top: -6px;
  transform: scaleY(0.90);
  transform-origin: center;
}


.view-termine .view-header {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.view-termine .view-header a {
  border-style: solid;
  border-width: 2px 2px 0px 2px;
  border-color: 362a84;
  padding: 8px 25px;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 10px;
  text-decoration: none;
  margin-right: 10px;
  color: #362a84;
}

.view-termine .view-header a:hover {
  background-color: transparent;
  color: #362a84;
}

.view-display-id-page_1 .view-header a:nth-child(1) {
    background-color: #eae9f2;
}

.view-display-id-page_1 .view-header a:nth-child(2) {
  background: #fff;
}

.view-termine .view-header a:nth-child(2):hover {
  background-color: #362a84;
  color: #fff;
}

.view-display-id-page_2 .view-header a:nth-child(1) {
    background-color: #fff;
}

.view-display-id-page_2 .view-header a:nth-child(2) {
  background: #eae9f2;
}

.view-termine .view-header a:nth-child(1):hover {
  background-color: #362a84;
  border-color: #362a84;
  color: #fff;
}


.view-termine .tabs {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}

.view-termine .view-filters {
  background-color: rgba(54, 42, 132, 0.1);
  margin: 0px auto 50px auto;
  border-radius: 25px;
  border-top-left-radius: 0px;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 4px solid #362a84;

}

.view-termine .view-filters label {
  color: #362a84;
  font-weight: 600;
  margin-bottom: 15px;
 
}

.view-termine .view-filters .js-form-item {
  min-width: 350px;
  padding: 0px 15px;
}

.view-termine .view-filters button {
  background-color: #362a84;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: 15px;
  font-weight: 600;
  border: 2px solid #362a84;
}

.view-termine .view-filters button:hover {
  background-color: rgba(54, 42, 132, 0.1);
  color: #362a84;
}

.view-termine .view-filters button:focus {
  box-shadow: none;
}

.view-termine .view-header p:last-child {
  margin-bottom: 36px;
}

.view-termine .view-filters select {
  border-color: transparent;
  background-color: rgba(54, 42, 132, 0.1);
}

.view-termine .view-filters select:focus {
  box-shadow: none;
  border-color: transparent;
}

.page-termine-erwachsene .col-sm-6 {
  width: 75%;
}

.view-termine .views-row {
  border: 1px solid #392d85;
  border-radius: 3px;
  padding: 10px 15px 30px 15px;
}

.view-termine .views-field-nothing {
  position: relative;
  color: #392d85;
}

.view-termine .views-field-nothing:after {
  content: "";
  background: url(/sites/all/themes/biku/img/footer.gif);
    background-size: auto;
  background-size: 100% 2px;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 3px;
  z-index: 100 !important;
  position: relative;
}

.view-termine .views-field-body .field-content {
  font-weight: normal !important;
  margin-bottom: 15px;
  line-height: 130%;
  display: block;
}


.view-termine .views-row {
  position: relative;
}

.view-termine .views-label {
  float: left;
  margin-right: 6px;
}

.view-termine .field-content {
  font-weight: bold;
}

.view-display-id-page_19 .facts {
  display: flex;
  flex-direction: row;
}

.view-display-id-page_19 .facts .left,
.view-display-id-page_19 .facts .right{
  width: 50%;
}

.view-display-id-page_19 .facts span {
  font-weight: normal;
  display: flex;
  margin-top: 8px;
}

.view-termine .views-field-body a {
  color: #333;
  text-decoration: none;
  margin-top: 15px !important;
  display: flex;
}
.view-display-id-page_19 .views-field-nothing::before {
  content: "\f133";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 14px;
  font-weight: 900;
    color: #392d85;

}

.view-display-id-page_19 .umfang::before {
  content: "\f200";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 14px;
  font-weight: 900;
    color: #392d85;

}

.view-display-id-page_19 .niveau::before {
  content: "\f201";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 14px;
  font-weight: 900;
    color: #392d85;

}

.view-display-id-page_19 .tarif::before {
  content: "\f555";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 14px;
  font-weight: 900;
  color: #392d85;
}
.view-display-id-page_19 .abteilung::before {
  content: "\f0c0";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 14px;
  font-weight: 900;
    color: #392d85;

}

.view-display-id-page_18 .form-control {
  border: 1px solid #392d85;
  border-radius: 3px;
}

.view-display-id-page_19 .views-exposed-form {
  margin-bottom: 15px;
}

.view-display-id-page_19 {
  margin-bottom: 25px;
}



.node-type-article .field-label {
  margin: 10px 0px 5px 0px;
  color: #392d85;
  width: 200px;
}

.node-type-article .field-items a {
  color: #392d85;
}

.node-type-article .field-name-field-kursunterlagen {
  border-bottom: 2px solid #bbb;
  padding-bottom: 15px;
}

.node-type-article .field-name-field-kursgroesse {
  border-bottom: 2px solid #bbb;
  padding-bottom: 15px;
}
