@media (min-width: 1200px) {
  .container {
    min-width: 1170px;
    width: 95%;
    max-width: 1380px;
  }
}
b, strong {
  font-family: "DaxlinePro-Medium" !important;
  font-weight: normal !important;
}

.select2-container {
  font-family: "DaxlinePro-Regular";
  font-weight: normal;
  font-size: 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-container--open,
.select2-container .select2-selection--single .select2-container--focus {
  border-color: #007697;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 15px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 25px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 2px solid #d9dcdd;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px 15px 6px 15px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  border-color: #007697;
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-color: #007697;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-color: #007697;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 6px 15px 6px 15px;
}

.select2-search--dropdown .select2-search__field {
  padding: 6px 15px 6px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--as .select2-selection--single {
  background-color: #fff;
  border: 2px solid #d9dcdd;
  border-radius: 0;
}

.select2-container--as .select2-selection--single .select2-selection__rendered {
  color: #434f55;
  line-height: 40px;
}

.select2-container--as .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--as .select2-selection--single .select2-selection__placeholder {
  color: #a1a7aa;
}

.select2-container--as .select2-selection--single .select2-selection__arrow {
  display: inline-block;
  width: 18px;
  height: 11px;
  background-image: url(../Images/dropdown_dark_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
}

.select2-container--as[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--as[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--as.select2-container--disabled .select2-selection--single {
  background-color: #ccebf4;
  cursor: default;
}

.select2-container--as.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--as .select2-selection--multiple {
  background-color: white;
  border: 2px solid #d9dcdd;
  border-radius: 0;
  cursor: text;
}

.select2-container--as .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 15px;
  width: 100%;
}

.select2-container--as .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--as .select2-selection--multiple .select2-selection__placeholder {
  color: #a1a7aa;
  margin-top: 5px;
  float: left;
}

.select2-container--as .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--as .select2-selection--multiple .select2-selection__choice {
  background-color: #ccebf4;
  border: 2px solid #d9dcdd;
  border-radius: 0;
  cursor: default;
  float: left;
  padding: 6px 6px;
  margin: 6px 3px 0 0;
}

.select2-container--as .select2-selection--multiple .select2-selection__choice__remove {
  color: #a1a7aa;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--as .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--as .select2-selection--multiple .select2-selection__choice__remove:focus {
  color: #434f55;
}

.select2-container--as[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--as[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--as[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--as[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--as[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--as.select2-container--focus .select2-selection--multiple {
  border: 2px solid #007697;
  outline: 0;
}

.select2-container--as.select2-container--disabled .select2-selection--multiple {
  background-color: #ccebf4;
  cursor: default;
}

.select2-container--as.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--as.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--as.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--as.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--as.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--as .select2-search--dropdown .select2-search__field {
  border: 2px solid #d9dcdd;
}

.select2-container--as .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--as .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--as .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--as .select2-results__option[aria-disabled=true] {
  color: #a1a7aa;
}

.select2-container--as .select2-results__option[aria-selected=true] {
  background-color: #ccebf4;
}

.select2-container--as .select2-results__option .select2-results__option {
  padding-left: 15px;
}

.select2-container--as .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--as .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--as .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--as .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--as .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--as .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--as .select2-results__option--highlighted[aria-selected] {
  background-color: #007697;
  color: white;
}

.select2-container--as .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--as.select2-container--open .select2-selection,
.select2-container--as.select2-container--focus .select2-selection {
  border-color: #007697;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../Vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../Vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../Vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../Vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../Vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../Vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts:  http://www.fontshop.com
*/
@font-face {
  font-family: "DaxlinePro-Bold";
  src: url("../Fonts/DaxlinePro/1381006/fc5dc91e-3c46-499d-bd23-00a644b28683.eot?#iefix");
  src: url("../Fonts/DaxlinePro/1381006/fc5dc91e-3c46-499d-bd23-00a644b28683.eot?#iefix") format("eot"), url("../Fonts/DaxlinePro/1381006/44027d69-6a93-4ffc-af30-f86934a4d815.woff2") format("woff2"), url("../Fonts/DaxlinePro/1381006/da63b490-b83d-4d96-b80f-d9aea791d162.woff") format("woff"), url("../Fonts/DaxlinePro/1381006/7d403bb2-5bae-45ee-be79-5c0d34f6be2f.ttf") format("truetype");
}
@font-face {
  font-family: "DaxlinePro-Bold-Italic";
  src: url("../Fonts/DaxlinePro/1381016/0c0a28d3-faba-40b2-8a56-7881dc0e6fc9.eot?#iefix");
  src: url("../Fonts/DaxlinePro/1381016/0c0a28d3-faba-40b2-8a56-7881dc0e6fc9.eot?#iefix") format("eot"), url("../Fonts/DaxlinePro/1381016/5a6facd1-4546-477d-b018-3b76631185ca.woff2") format("woff2"), url("../Fonts/DaxlinePro/1381016/48da6598-e583-4144-a66f-41587b430ce9.woff") format("woff"), url("../Fonts/DaxlinePro/1381016/707fed19-738b-4de0-8af5-e83969279e4a.ttf") format("truetype");
}
@font-face {
  font-family: "DaxlinePro-Light";
  src: url("../Fonts/DaxlinePro/1381086/b431875f-beeb-4e11-9308-98771abe3ee3.eot?#iefix");
  src: url("../Fonts/DaxlinePro/1381086/b431875f-beeb-4e11-9308-98771abe3ee3.eot?#iefix") format("eot"), url("../Fonts/DaxlinePro/1381086/cf35cf9a-fb5c-4d52-8d1c-8513aa5207d5.woff2") format("woff2"), url("../Fonts/DaxlinePro/1381086/55acd45b-7dcb-4aa0-8992-07f694b0992b.woff") format("woff"), url("../Fonts/DaxlinePro/1381086/43131098-c1c2-4d6c-ae28-0ff7db46e9de.ttf") format("truetype");
}
@font-face {
  font-family: "DaxlinePro-Light-Italic";
  src: url("../Fonts/DaxlinePro/1381096/8c63685e-49bd-4a17-8d04-6786d0956632.eot?#iefix");
  src: url("../Fonts/DaxlinePro/1381096/8c63685e-49bd-4a17-8d04-6786d0956632.eot?#iefix") format("eot"), url("../Fonts/DaxlinePro/1381096/c28f42c2-0727-421a-8316-067106bcd990.woff2") format("woff2"), url("../Fonts/DaxlinePro/1381096/8cc38be6-eff1-4a7c-b795-6a3548b75fba.woff") format("woff"), url("../Fonts/DaxlinePro/1381096/7c8cdc47-8d3c-4832-be3d-322b09b55663.ttf") format("truetype");
}
@font-face {
  font-family: "DaxlinePro-Medium";
  src: url("../Fonts/DaxlinePro/1381126/6f9862e3-d070-4a32-b3da-9e2eecf58e09.eot?#iefix");
  src: url("../Fonts/DaxlinePro/1381126/6f9862e3-d070-4a32-b3da-9e2eecf58e09.eot?#iefix") format("eot"), url("../Fonts/DaxlinePro/1381126/623fc8da-035d-4351-ace7-e515be7d45dc.woff2") format("woff2"), url("../Fonts/DaxlinePro/1381126/e9f33584-2694-496c-9cf4-569d08d0990e.woff") format("woff"), url("../Fonts/DaxlinePro/1381126/65b8e3e4-7710-48a7-a4be-9da979588c4b.ttf") format("truetype");
}
@font-face {
  font-family: "DaxlinePro-Medium-Italic";
  src: url("../Fonts/DaxlinePro/1381136/5df5c37c-ca69-4baf-8ac0-cc95989beca3.eot?#iefix");
  src: url("../Fonts/DaxlinePro/1381136/5df5c37c-ca69-4baf-8ac0-cc95989beca3.eot?#iefix") format("eot"), url("../Fonts/DaxlinePro/1381136/07635f59-5885-42ef-af19-de156616b056.woff2") format("woff2"), url("../Fonts/DaxlinePro/1381136/ea72c3bb-a33a-4014-b927-2c966cfead3a.woff") format("woff"), url("../Fonts/DaxlinePro/1381136/16253a6c-da19-44a8-a42c-cede6c35afbb.ttf") format("truetype");
}
@font-face {
  font-family: "DaxlinePro-Regular";
  src: url("../Fonts/DaxlinePro/1381166/c66e7375-a677-4581-873a-540a54ffa5c8.eot?#iefix");
  src: url("../Fonts/DaxlinePro/1381166/c66e7375-a677-4581-873a-540a54ffa5c8.eot?#iefix") format("eot"), url("../Fonts/DaxlinePro/1381166/0e943ec8-79e7-4405-922f-d42def821d3c.woff2") format("woff2"), url("../Fonts/DaxlinePro/1381166/95ec5595-10d0-4103-9a2d-110ad745dfac.woff") format("woff"), url("../Fonts/DaxlinePro/1381166/558dc724-f338-4cd9-b37b-638a7ade59b0.ttf") format("truetype");
}
@font-face {
  font-family: "DaxlinePro-Regular-Italic";
  src: url("../Fonts/DaxlinePro/1381176/e8c1407d-9f46-4103-8498-f51e5a5640f5.eot?#iefix");
  src: url("../Fonts/DaxlinePro/1381176/e8c1407d-9f46-4103-8498-f51e5a5640f5.eot?#iefix") format("eot"), url("../Fonts/DaxlinePro/1381176/424ee80e-b08d-4e0e-8f67-45978ffa12f8.woff2") format("woff2"), url("../Fonts/DaxlinePro/1381176/d6530a8a-d2fe-408e-87dc-9337bea6359b.woff") format("woff"), url("../Fonts/DaxlinePro/1381176/49bec45e-54ec-48c1-b177-be91466e3d4c.ttf") format("truetype");
}
html, body {
  min-width: 320px;
}

body {
  color: #434f55;
  position: relative;
}

.container .container {
  width: auto;
  min-width: auto;
  max-width: auto;
  padding: 0;
}

header {
  margin-bottom: 1em;
}

.frame-type-header > header {
  margin-bottom: 40px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

a {
  color: #434f55;
}
a:hover, a:focus {
  color: #434f55;
}

.regular {
  font-family: "DaxlinePro-Regular";
}

.light {
  font-family: "DaxlinePro-Light";
}

.medium {
  font-family: "DaxlinePro-Medium";
}

.bold {
  font-family: "DaxlinePro-Bold";
}

.content-line__title {
  display: inline-block;
  font-family: "DaxlinePro-Light";
  font-size: 40px;
  color: #434f55;
  border-bottom: 2px solid rgba(68, 80, 85, 0.2);
  text-align: center;
  word-wrap: break-word;
  margin: 20px 0 60px;
  padding: 0 0 10px;
}
.content-line__title_left {
  text-align: left;
}
.content-line__title_no-underline {
  border-bottom: none;
}
.content-line__title_no-margin {
  margin-bottom: 0;
}
.content-line__title_m {
  font-size: 36px;
  margin: 40px 0 40px;
}

.f_light {
  font-family: "DaxlinePro-Light";
}

.f_bold {
  font-family: "DaxlinePro-Bold";
}

.f_medium {
  font-family: "DaxlinePro-Medium";
}
.f_medium_green {
  color: #4e7f27;
}
.f_medium_blue {
  color: #007697;
}
.f_medium_white {
  color: #fff;
}

.f_regular {
  font-family: "DaxlinePro-Regular";
}

.unrelative-position {
  position: static;
}

.block-bg {
  background-image: url(../Images/endometriose-block-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

a {
  outline: none;
}
a:active, a:focus {
  outline: none;
}

.modal {
  z-index: 999999;
  top: 90px;
}

.row__narrow {
  margin-right: -1px;
  margin-left: -1px;
}
.row__narrow .col-xs-1, .row__narrow .col-sm-1, .row__narrow .col-md-1, .row__narrow .col-lg-1,
.row__narrow .col-xs-2, .row__narrow .col-sm-2, .row__narrow .col-md-2, .row__narrow .col-lg-2,
.row__narrow .col-xs-3, .row__narrow .col-sm-3, .row__narrow .col-md-3, .row__narrow .col-lg-3,
.row__narrow .col-xs-4, .row__narrow .col-sm-4, .row__narrow .col-md-4, .row__narrow .col-lg-4,
.row__narrow .col-xs-5, .row__narrow .col-sm-5, .row__narrow .col-md-5, .row__narrow .col-lg-5,
.row__narrow .col-xs-6, .row__narrow .col-sm-6, .row__narrow .col-md-6, .row__narrow .col-lg-6,
.row__narrow .col-xs-7, .row__narrow .col-sm-7, .row__narrow .col-md-7, .row__narrow .col-lg-7,
.row__narrow .col-xs-8, .row__narrow .col-sm-8, .row__narrow .col-md-8, .row__narrow .col-lg-8,
.row__narrow .col-xs-9, .row__narrow .col-sm-9, .row__narrow .col-md-9, .row__narrow .col-lg-9,
.row__narrow .col-xs-10, .row__narrow .col-sm-10, .row__narrow .col-md-10, .row__narrow .col-lg-10,
.row__narrow .col-xs-11, .row__narrow .col-sm-11, .row__narrow .col-md-11, .row__narrow .col-lg-11,
.row__narrow .col-xs-12, .row__narrow .col-sm-12, .row__narrow .col-md-12, .row__narrow .col-lg-12 {
  padding-right: 1px;
  padding-left: 1px;
}

.scroll-top-btn {
  display: none;
  width: 60px;
  height: 60px;
  background-color: #007697;
  border-radius: 50%;
  position: fixed;
  z-index: 99999;
  right: 10px;
  bottom: 10px;
  background-image: url(../Images/scroll-top-arr.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scroll-top-btn:focus {
  background-color: #434f55;
}

#map {
  width: 100%;
  height: 600px;
}

#map-image {
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#map-image img {
  width: 100%;
  height: auto;
}

.map {
  margin-top: 60px;
  margin-bottom: -90px;
  position: relative;
}
.map > .row {
  margin-right: 0;
}
.map > .row > div {
  padding-right: 0;
}
.map .b-info {
  position: absolute;
  top: 30px;
  height: auto;
  width: 345px;
  padding: 20px 0 20px 25px;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
  z-index: 1;
  right: 10%;
}
.map .b-info .title {
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
  line-height: 24px;
  color: #434f55;
}
.map .b-info .title_b {
  color: #0e7f93;
}
.map .b-info p {
  font-family: "DaxlinePro-Regular";
  font-size: 18px;
  line-height: 24px;
  color: #434f55;
}
.map .b-info .more-link {
  display: block;
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
  color: #fff;
  width: 153px;
  height: auto;
  min-height: 34px;
  background-color: #0e7f93;
  position: relative;
  text-decoration: none;
  line-height: 34px;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.map .b-info .more-link:after {
  content: "";
  display: block;
  height: 34px;
  width: 68px;
  border: 17px solid transparent;
  border-right: none;
  border-left-color: #0e7f93;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.map .b-info .more-link:hover, .map .b-info .more-link:focus {
  background-color: #434f55;
}
.map .b-info .more-link:hover:after, .map .b-info .more-link:focus:after {
  border-left-color: #434f55;
}

.header {
  padding: 40px 0;
  background-color: #fff;
  top: 0;
  z-index: 99999;
  width: 100%;
  min-width: 320px;
}

body.fixi .header {
  position: fixed;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.header_pb {
  padding-bottom: 0;
}

.header #searchFieldMobile {
  background-color: #c6cacc;
  margin-top: 10px;
}
.header #searchFieldMobile form {
  padding: 5px;
  overflow: hidden;
}
.header #searchFieldMobile::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  display: block;
  color: #434f55;
  opacity: 1;
}
.header #searchFieldMobile::-moz-placeholder { /* Firefox 19+ */
  display: block;
  color: #434f55;
  opacity: 1;
  text-align: center;
}
.header #searchFieldMobile:-ms-input-placeholder { /* IE 10+ */
  display: block;
  color: #434f55;
  opacity: 1;
}
.header #searchFieldMobile:-moz-placeholder { /* Firefox 18- */
  display: block;
  color: #434f55;
  opacity: 1;
}
.header #searchFieldMobile input[type=text] {
  width: 70%;
  height: 28px;
  border: 0;
  outline: none;
  font-size: 12px;
  font-family: "DaxlinePro-Light";
  color: #434f55;
  margin: 0;
  padding: 3px;
  float: left;
}
.header #searchFieldMobile input[type=text]:focus {
  outline: 2px solid #a1a7aa;
}
.header #searchFieldMobile input[type=submit] {
  width: 30%;
  background-color: #007697;
  height: 28px;
  border: 0;
  outline: none;
  font-size: 14px;
  font-family: "DaxlinePro-Bold";
  text-transform: uppercase;
  color: #fff;
  float: left;
}
.header #searchFieldMobile input[type=submit]:hover, .header #searchFieldMobile input[type=submit]:focus {
  background-color: #434f55;
}
.header .logo:focus {
  outline: 2px solid #b4b9bb;
  outline-offset: 2px;
}
.header .logo img {
  width: 100%;
  max-width: 230px;
  height: auto;
  padding-bottom: 5px;
}
.header .header__top-nav {
  list-style: none;
  display: block;
  text-align: right;
}
.header .header__top-nav li {
  display: inline-block;
  margin: 0;
  padding: 2px 0;
  text-align: center;
}
.header .header__top-nav li:first-child {
  margin-left: 0;
}
.header .header__top-nav li:first-child a {
  border-left: none;
}
.header .header__top-nav li.fb, .header .header__top-nav li.ig, .header .header__top-nav li.li, .header .header__top-nav li.yt, .header .header__top-nav li.wa, .header .header__top-nav li.tg, .header .header__top-nav li.pc {
  border-left: 2px solid #d9dcdd;
  top: -12px;
  position: relative;
  overflow: visible;
  height: 18px;
}
.header .header__top-nav li.fb a, .header .header__top-nav li.ig a, .header .header__top-nav li.li a, .header .header__top-nav li.yt a, .header .header__top-nav li.wa a, .header .header__top-nav li.tg a, .header .header__top-nav li.pc a {
  background-repeat: no-repeat;
  border: 0 none;
  display: block;
  font-size: 0;
  height: 30px;
  padding-right: 38px;
  width: 30px;
  top: -6px;
  position: relative;
}
.header .header__top-nav li.fb a:focus, .header .header__top-nav li.ig a:focus, .header .header__top-nav li.li a:focus, .header .header__top-nav li.yt a:focus, .header .header__top-nav li.wa a:focus, .header .header__top-nav li.tg a:focus, .header .header__top-nav li.pc a:focus {
  border-bottom: 2px solid #b4b9bb;
}
.header .header__top-nav li.fb a {
  background-image: url(../Images/fb_logo.png);
  color: #4267b2;
}
.header .header__top-nav li.ig a {
  background-image: url(../Images/ig_logo.png);
  color: #4267b2;
}
.header .header__top-nav li.li a {
  background-image: url(../Images/li_logo.png);
  color: #4267b2;
}
.header .header__top-nav li.yt a {
  background-image: url(../Images/yt_logo.png);
  background-size: 105%;
  background-position: 0 -2px;
}
.header .header__top-nav li.wa a {
  background-image: url(../Images/wa_logo.png);
  background-size: 122%;
  background-position: -5px -3px;
}
.header .header__top-nav li.tg a {
  background-image: url(../Images/tg_logo.png);
}
.header .header__top-nav li.pc a {
  background-image: url(../Images/sf_logo.png);
}
.header .header__top-nav li #searchField, .header .header__top-nav li #searchFieldMobile {
  position: absolute;
  right: -2px;
  margin: 15px 0 0;
  padding: 0;
  z-index: 9999;
  -webkit-transition: none; /* Safari 3.1 to 6.0 */
  transition: none;
}
.header .header__top-nav li #searchField::-webkit-input-placeholder, .header .header__top-nav li #searchFieldMobile::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  display: block;
  color: #434f55;
  opacity: 1;
}
.header .header__top-nav li #searchField::-moz-placeholder, .header .header__top-nav li #searchFieldMobile::-moz-placeholder { /* Firefox 19+ */
  display: block;
  color: #434f55;
  opacity: 1;
  text-align: center;
}
.header .header__top-nav li #searchField:-ms-input-placeholder, .header .header__top-nav li #searchFieldMobile:-ms-input-placeholder { /* IE 10+ */
  display: block;
  color: #434f55;
  opacity: 1;
}
.header .header__top-nav li #searchField:-moz-placeholder, .header .header__top-nav li #searchFieldMobile:-moz-placeholder { /* Firefox 18- */
  display: block;
  color: #434f55;
  opacity: 1;
}
.header .header__top-nav li #searchField input[type=text],
.header .header__top-nav li #searchFieldMobile input[type=text] {
  width: 385px;
  height: 28px;
  border: 2px solid #d9dcdd;
  outline: none;
  font-size: 12px;
  font-family: "DaxlinePro-Light";
  color: #434f55;
  margin: 0;
  padding: 0 0 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header__top-nav li #searchField input[type=text]:focus,
.header .header__top-nav li #searchFieldMobile input[type=text]:focus {
  border-color: #b4b9bb;
}
.header .header__top-nav li #searchField input[type=submit],
.header .header__top-nav li #searchFieldMobile input[type=submit] {
  background-color: #f5f6f6;
  height: 28px;
  border: 2px solid #d9dcdd;
  border-left: 0;
  outline: none;
  font-size: 14px;
  font-family: "DaxlinePro-Bold";
  text-transform: uppercase;
  color: #b4b9bb;
  position: absolute;
  right: 0;
  top: 0;
}
.header .header__top-nav li #searchField input[type=submit]:hover, .header .header__top-nav li #searchField input[type=submit]:focus,
.header .header__top-nav li #searchFieldMobile input[type=submit]:hover,
.header .header__top-nav li #searchFieldMobile input[type=submit]:focus {
  background-color: #d9dcdd;
  color: #434f55;
}
.header .header__top-nav li.in-border {
  border: 2px solid #d9dcdd;
  position: relative;
  padding: 0;
}
.header .header__top-nav li.in-border a {
  display: block;
  border: none;
  padding: 2px 10px;
}
.header .header__top-nav li.in-border a:hover, .header .header__top-nav li.in-border a:focus {
  text-decoration: none;
  background-color: #f5f6f6;
}
.header .header__top-nav li.in-border a.btn {
  border-radius: 0;
  position: relative;
  outline: none;
  background-color: #f5f6f6;
}
.header .header__top-nav li.in-border a.btn:before, .header .header__top-nav li.in-border a.btn:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #f5f6f6 transparent transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -7px;
  z-index: 1;
}
.header .header__top-nav li.in-border a.btn:after {
  z-index: 0;
  margin-left: -10px;
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-top-color: #d9dcdd;
}
.header .header__top-nav li.in-border a.btn.collapsed {
  background-color: transparent;
}
.header .header__top-nav li.in-border a.btn.collapsed:before, .header .header__top-nav li.in-border a.btn.collapsed:after {
  display: none;
}
.header .header__top-nav li.in-border a.btn.collapsed:hover, .header .header__top-nav li.in-border a.btn.collapsed:focus {
  outline: none;
  background-color: #f5f6f6;
}
.header .header__top-nav li.in-border a span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.header .header__top-nav li.in-border a .plus-ico {
  background-image: url(../Images/plus_ico.png);
}
.header .header__top-nav li.in-border a .search-ico {
  background-image: url(../Images/search_ico.png);
}
.header .header__top-nav li.in-border:last-child {
  border-left: none;
}
.header .header__top-nav li a {
  font-family: "DaxlinePro-Medium";
  font-size: 14px;
  color: #434f55;
  text-decoration: none;
  padding: 0 10px;
  border-left: 2px solid #d9dcdd;
}
.header .header__top-nav li a:hover, .header .header__top-nav li a:focus {
  text-decoration: underline;
}
.header .header__top-nav_m {
  padding-left: 0;
  position: relative;
  top: 8px;
}
.header .header__top-nav_m > li > a:focus {
  outline: none;
  border-bottom: 2px solid #b4b9bb;
}
.header .header__top-nav_m li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  padding: 0;
}
.header .header__top-nav_m li a {
  border: none;
  margin: 0;
  padding: 0;
}
.header .header__top-nav_m li span {
  display: block;
  width: 23px;
  height: 23px;
}
.header .header__top-nav_m li .plus-ico_mobile {
  background-image: url(../Images/plus-ico-mob.png);
  background-repeat: no-repeat;
  background-position: center;
}
.header .header__top-nav_m li .search-ico_mobile {
  background-image: url(../Images/search-ico-mob.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header .header__top-nav_m li .burger-btn {
  display: block;
  width: 40px;
  height: 23px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header__top-nav_m li .burger-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #434f55;
  position: absolute;
  left: 5px;
  cursor: pointer;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header__top-nav_m li .burger-btn span:first-child {
  top: 2px;
}
.header .header__top-nav_m li .burger-btn span:nth-child(2) {
  top: 10px;
}
.header .header__top-nav_m li .burger-btn span:last-child {
  top: 18px;
}
.header .header__top-nav_m li .burger-btn.open {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
.header .header__top-nav_m li .burger-btn.open span {
  background-color: #fff;
}
.header .header__top-nav_m li .burger-btn.open span:first-child {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 10px;
}
.header .header__top-nav_m li .burger-btn.open span:nth-child(2) {
  opacity: 0;
}
.header .header__top-nav_m li .burger-btn.open span:last-child {
  top: 10px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.header .header__top-nav_m li .burger-btn:focus {
  border: none;
  outline: 2px solid #b4b9bb;
  outline-offset: 1px;
}
.header .header__top-nav_m li .burger-btn:focus span {
  background-color: #007697;
}
.header .header__top-nav_m .emergency-btn-mobile:focus {
  display: inline-block;
}
.header .header__top-nav_mob {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  display: block;
  text-align: center;
  font-family: "DaxlinePro-Light";
}
.header .header__top-nav_mob li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.header .header__top-nav_mob li:not(.fb):not(.ig):not(.li):not(.yt):not(.wa):not(.tg):not(.pc) {
  margin-bottom: 10px;
  width: 100%;
}
.header .header__top-nav_mob li a {
  font-size: 15px;
  padding: 0 5px;
  margin: 0;
  color: #fff;
  border-right: 2px solid #a1a7aa;
}
.header .header__top-nav_mob li:last-child a {
  border: 0;
}
.header .header__top-nav_mob li.fb {
  border-left: 0 none;
}
.header .header__top-nav_mob li.fb a {
  background-image: url(../Images/fb_logo.png);
  background-repeat: no-repeat;
  border-right: 0 none;
  color: #4267b2;
  display: inherit;
  font-size: 0;
  height: 30px;
  width: 42px;
}
.header .header__top-nav_mob li.fb a:focus {
  border-bottom: 2px solid #b4b9bb;
}
.header .header__top-nav_mob li.ig {
  border-left: 0 none;
}
.header .header__top-nav_mob li.ig a {
  background-image: url(../Images/ig_logo.png);
  background-repeat: no-repeat;
  border-right: 0 none;
  color: #4267b2;
  display: inherit;
  font-size: 0;
  height: 30px;
  width: 42px;
}
.header .header__top-nav_mob li.ig a:focus {
  border-bottom: 2px solid #b4b9bb;
}
.header .header__top-nav_mob li.li {
  border-left: 0 none;
}
.header .header__top-nav_mob li.li a {
  background-image: url(../Images/li_logo.png);
  background-repeat: no-repeat;
  border-right: 0 none;
  color: #4267b2;
  display: inherit;
  font-size: 0;
  height: 30px;
  width: 42px;
}
.header .header__top-nav_mob li.li a:focus {
  border-bottom: 2px solid #b4b9bb;
}
.header .header__top-nav_mob li.yt a {
  background-image: url(../Images/yt_logo.png);
  background-repeat: no-repeat;
  border-right: 0 none;
  color: #4267b2;
  display: inherit;
  font-size: 0;
  height: 30px;
  width: 42px;
}
.header .header__top-nav_mob li.yt a:focus {
  border-bottom: 2px solid #b4b9bb;
}
.header .header__top-nav_mob li.wa a {
  background-image: url(../Images/wa_logo.png);
  background-repeat: no-repeat;
  border-right: 0 none;
  color: #4267b2;
  display: inherit;
  font-size: 0;
  height: 30px;
  width: 42px;
}
.header .header__top-nav_mob li.wa a:focus {
  border-bottom: 2px solid #b4b9bb;
}
.header .header__top-nav_mob li.tg a {
  background-image: url(../Images/tg_logo.png);
  background-repeat: no-repeat;
  border-right: 0 none;
  color: #4267b2;
  display: inherit;
  font-size: 0;
  height: 30px;
  width: 42px;
}
.header .header__top-nav_mob li.tg a:focus {
  border-bottom: 2px solid #b4b9bb;
}
.header .header__top-nav_mob li.pc a {
  background-image: url(../Images/sf_logo.png);
  background-repeat: no-repeat;
  border-right: 0 none;
  color: #4267b2;
  display: inherit;
  font-size: 0;
  height: 30px;
  width: 42px;
}
.header .header__top-nav_mob li.pc a:focus {
  border-bottom: 2px solid #b4b9bb;
}
.header .header__main-nav {
  margin-top: 45px;
  background-color: #f5f6f6;
  position: relative;
}
.header .header__main-nav .header__main-nav__flyout {
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: 0;
  height: auto;
  width: 100%;
  background-color: #434f55;
  height: 0;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
  text-align: left;
}
.header .header__main-nav .header__main-nav__flyout > .container {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  width: 95%;
  max-width: 1380px;
}
.header .header__main-nav .header__main-nav__flyout .close-btn {
  position: relative;
  display: inline-block;
  font-family: "DaxlinePro-Light";
  padding-right: 4rem;
  padding-top: 0.5rem;
  margin-bottom: 20px;
  height: 3.2rem;
  color: #fff;
}
.header .header__main-nav .header__main-nav__flyout .close-btn:after {
  padding: 0;
  font-size: 2rem;
  color: #434f55;
  content: "\f00d";
  font-family: FontAwesome;
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #fff;
  text-align: center;
  line-height: 3.1rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none !important;
}
.header .header__main-nav .header__main-nav__flyout p.divider {
  text-align: center;
  font-family: "DaxlinePro-Medium";
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  margin: 0;
}
.header .header__main-nav .header__main-nav__flyout p.divider .line {
  display: inline-block;
  height: 1px;
  width: 15px;
  background-color: #c6cacc;
  margin: 0 10px;
  vertical-align: middle;
}
.header .header__main-nav .header__main-nav__flyout .flyout-btn {
  display: block;
  height: 60px;
  line-height: 60px;
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
  color: #434f55;
  background-color: #fff;
  border: none;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header__main-nav .header__main-nav__flyout .flyout-btn:focus {
  background-color: #b4b9bb;
}
.header .header__main-nav .header__main-nav__flyout .flyout-btn .dropdown-arrow {
  position: absolute;
  right: 0;
  top: 10%;
  display: block;
  border: none;
  outline: none;
  width: 60px;
  height: 80%;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  background-image: url(../Images/dropdown_btn.png);
  background-repeat: no-repeat;
  background-position: center;
}
.header .header__main-nav .header__main-nav__flyout .flyout-btn input[type=submit] {
  position: absolute;
  right: 0;
  top: 10%;
  display: block;
  border: none;
  outline: none;
  width: 60px;
  height: 80%;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  background-image: url(../Images/dropdown_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../Images/search-icon-white.png);
}
.header .header__main-nav .header__main-nav__flyout .flyout-btn input[type=text] {
  display: block;
  background-color: transparent;
  width: calc(100% - 65px);
  height: 60px;
  color: #fff;
  font-family: "DaxlinePro-Medium";
  font-size: 20px;
  line-height: normal;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
.header .header__main-nav .header__main-nav__flyout .flyout-btn input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.header .header__main-nav .header__main-nav__flyout .flyout-btn input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.header .header__main-nav .header__main-nav__flyout .flyout-btn input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.header .header__main-nav .header__main-nav__flyout .flyout-btn input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.header .header__main-nav .header__main-nav__flyout .flyout-btn_blue {
  color: #fff;
  background-color: #007697;
}
.header .header__main-nav .header__main-nav__flyout .flyout-btn_green {
  color: #fff;
  background-color: #4e7f27;
}
.header .header__main-nav .header__main-nav__flyout .flyout__wraper {
  height: auto;
}
.header .header__main-nav .header__main-nav__flyout .flyout__wraper div {
  width: 49%;
  height: 100%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.header .header__main-nav .header__main-nav__flyout h2 {
  font-family: "DaxlinePro-Light";
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  padding-bottom: 40px;
  background-color: #434f55;
}
.header .header__main-nav .header__main-nav__flyout a.more-link {
  display: block;
  width: calc(100% - 60px);
  height: 60px;
  text-align: center;
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
  line-height: 60px;
  position: relative;
  margin: 20px 0;
  text-decoration: none;
  border-left: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header__main-nav .header__main-nav__flyout a.more-link:nth-child(2n-1):hover, .header .header__main-nav .header__main-nav__flyout a.more-link:nth-child(2n-1):focus, .header .header__main-nav .header__main-nav__flyout a.more-link:hover, .header .header__main-nav .header__main-nav__flyout a.more-link:focus {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.header .header__main-nav .header__main-nav__flyout a.more-link:after {
  content: "";
  display: block;
  position: absolute;
  right: -60px;
  top: 0;
  width: 60px;
  height: 100%;
  border: 30px solid transparent;
  border-right: none;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_blue {
  color: #fff;
  background-color: #007697;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_blue:after {
  border-left-color: #007697;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_green {
  color: #fff;
  background-color: #4e7f27;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_green:after {
  border-left-color: #4e7f27;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_grey {
  color: #fff;
  background-color: #434f55;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_grey:after {
  border-left-color: #434f55;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_grey, .header .header__main-nav .header__main-nav__flyout a.more-link_tuerkis {
  color: #fff;
  background-color: #008f97;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_grey:after, .header .header__main-nav .header__main-nav__flyout a.more-link_tuerkis:after {
  border-left-color: #008f97;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_orange {
  color: #fff;
  background-color: #f39100;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_orange:after {
  border-left-color: #f39100;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_magenta {
  color: #fff;
  background-color: #8d0051;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_magenta:after {
  border-left-color: #8d0051;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_tuerkis_akademie {
  color: #fff;
  background-color: #008f97;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_tuerkis_akademie:after {
  border-left-color: #008f97;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_white {
  color: #434f55;
  background-color: #fff;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_white:after {
  border-left-color: #fff;
}
.header .header__main-nav .header__main-nav__flyout a.more-link_fz {
  width: 100%;
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail {
  width: 100%;
  min-height: 120px;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail a {
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 0;
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link a, .header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link .inner-thumbnail-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding: 20px 15px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link a span, .header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link .inner-thumbnail-link span {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px 5px;
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link_blue a, .header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link_blue .inner-thumbnail-link {
  background-color: rgba(0, 127, 162, 0.8);
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link_green a, .header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link_green .inner-thumbnail-link {
  background-color: rgba(79, 130, 40, 0.8);
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link_orange a, .header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link_orange .inner-thumbnail-link {
  background-color: rgba(243, 145, 0, 0.8);
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link_magenta a, .header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link_magenta .inner-thumbnail-link {
  background-color: rgba(141, 0, 81, 0.8);
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link_tuerkis a, .header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link_tuerkis .inner-thumbnail-link {
  background-color: rgba(0, 143, 151, 0.8);
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link_transp {
  text-align: left;
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link_transp a, .header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__link_transp .inner-thumbnail-link {
  color: #000;
  width: 100%;
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__btn-block {
  padding-top: 115px;
  padding-left: 15px;
  width: 100%;
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__btn-block .more-link {
  width: calc(70% - 40px);
  padding: 0 20px;
  height: auto;
  min-height: 40px;
  line-height: 40px;
  text-align: left;
  margin: 10px 0;
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__btn-block .more-link:after {
  right: -40px;
  border-width: 20px;
  width: 40px;
  clear: both;
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail > a:focus .b-thumbnail__link a, .header .header__main-nav .header__main-nav__flyout .b-thumbnail > a:focus .b-thumbnail__link .inner-thumbnail-link, .header .header__main-nav .header__main-nav__flyout .b-thumbnail:hover .b-thumbnail__link a, .header .header__main-nav .header__main-nav__flyout .b-thumbnail:hover .b-thumbnail__link .inner-thumbnail-link, .header .header__main-nav .header__main-nav__flyout .b-thumbnail:focus .b-thumbnail__link a, .header .header__main-nav .header__main-nav__flyout .b-thumbnail:focus .b-thumbnail__link .inner-thumbnail-link {
  width: 100%;
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail.ctype-ce_menu_teaser > a {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header .header__main-nav .header__main-nav__flyout .b-thumbnail.ctype-ce_menu_teaser > a > div {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header .header__main-nav .header__main-nav__flyout .links-list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  border-bottom: 2px solid #a1a7aa;
}
.header .header__main-nav .header__main-nav__flyout .links-list li {
  display: block;
  position: relative;
}
.header .header__main-nav .header__main-nav__flyout .links-list li a {
  background-color: #434f55;
  margin: 0;
  padding: 5px 0 5px 15px;
  border-top: 2px solid #a1a7aa;
  display: block;
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header .header__main-nav .header__main-nav__flyout .links-list li a:hover, .header .header__main-nav .header__main-nav__flyout .links-list li a:focus {
  background-color: #a1a7aa;
  color: #434f55;
}
.header .header__main-nav .header__main-nav__flyout .links-list li.bt .date {
  background-color: #434f55 !important;
  font-family: "DaxlinePro-Light";
  font-size: 18px;
  display: block;
  color: #fff;
}
.header .header__main-nav .header__main-nav__flyout .links-list li.bt a {
  font-size: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.header .header__main-nav .header__main-nav__flyout.active {
  display: block;
}
.header .header__main-nav .menu-items {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .header__main-nav .menu-items > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header .header__main-nav .menu-items > li.menu-d-none {
  display: none;
}
.header .header__main-nav .menu-items:after {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 -5px 0 0;
  line-height: 0;
}
.header .header__main-nav .menu-items .submenu-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 20px 20px;
}
.header .header__main-nav .menu-items .submenu-list li {
  border: none;
}
.header .header__main-nav .menu-items .submenu-list li:last-child {
  border: none;
}
.header .header__main-nav .menu-items .submenu-list li a {
  color: #fff;
  font-family: "DaxlinePro-Medium";
  font-size: 16px;
  padding: 3px 0;
  display: block;
}
.header .header__main-nav .menu-items .submenu-list li a:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-right: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header__main-nav .menu-items .submenu-list li:after {
  display: none;
}
.header .header__main-nav .menu-items > li {
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header__main-nav .menu-items > li > a {
  font-size: 21px;
  font-family: "DaxlinePro-Bold";
  color: #434f55;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 16px 20px 0;
  display: block;
}
.header .header__main-nav .menu-items > li > a:before {
  content: "";
  width: 6px;
  height: 1em;
  background-color: #b4b9bb;
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 10px;
}
.header .header__main-nav .menu-items > li a.switch {
  display: none;
}
.header .header__main-nav .menu-items > li:hover, .header .header__main-nav .menu-items > li.focused {
  background-color: #434f55;
}
.header .header__main-nav .menu-items > li:hover > a, .header .header__main-nav .menu-items > li.focused > a {
  color: #fff;
}
.header .header__main-nav .menu-items > li:hover > a:before, .header .header__main-nav .menu-items > li.focused > a:before {
  background-color: transparent;
}
.header .header__main-nav .menu-items > li.selected {
  background-color: #434f55;
}
.header .header__main-nav .menu-items > li.selected > a {
  color: #fff;
}
.header .header__main-nav .menu-items > li.selected > a:before {
  background-color: transparent;
}
.header .header__main-nav .menu-items > li.selected .header__main-nav__flyout {
  height: 500px;
  -webkit-transition: height 0.3s ease-in-out 0.5s;
  transition: height 0.3s ease-in-out 0.5s;
}
.header .header__main-nav .menu-items > li.active > a:before {
  background-color: #007697;
}
.header .header__main-nav .menu-items > li.active > a.focused:before, .header .header__main-nav .menu-items > li.active > a.selected:before {
  background-color: transparent;
}

/*.slider {
  position: relative;
  overflow: hidden;
	margin-bottom: 40px;
	height: 460px;
  .slider__controls {
    position: absolute;
    width: 100%;
    height: 100%;
    .slider-arr {
      display: block;
      width: 48px;
      height: 93px;
      position: absolute;
      z-index: 9999;
      top: calc(230px - 36px);
      background-image: url(../Images/home-slider-ctrl-white-sprites.png);
      background-repeat: no-repeat;
      cursor: pointer;
      &.prev {
        background-position: left center;
        left: 10px;
      }
      &.next {
        background-position: right center;
        left: calc(100% - 58px);
      }
    }
  }
  .dots {
    position: absolute;
    z-index: 9999;
    bottom: 25px;
    ul {
      list-style: none;
      li {
        display: inline-block;
        vertical-align: middle;
        width: 9px;
        height: 9px;
        border: none;
        outline: none;
        background-color: $white;
        border-radius: 50%;
        margin-right: 10px;
        cursor: pointer;
        &:nth-child(3n-1).slick-active {
          width: 13px;
          height: 13px;
          background-color: $green;
        }
        &:nth-child(3n-2).slick-active {
          width: 13px;
          height: 13px;
          background-color: $blue;
        }
        &:nth-child(3n).slick-active {
          width: 13px;
          height: 13px;
          background-color: $tuerkis;
        }
        button {
          display: none;
        }
      }
    }
  }
  .slider__wraper {
    width: 100%;
    position: relative;
    .slider__item {
      width: 1000px;
      .slide {
        width: 100%;
        height: 460px;
        padding-top: 30px;
        position: relative;
        img {
          display: block;
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
          z-index: 100;
        }
        &:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(55, 159, 150, 0.5);
          position: absolute;
          top: 0;
          left: 0;
          z-index: 300;
          transition: all .3s ease-in-out;
        }
        .text-block {
          display: block;
          position: absolute;
          right: 40px;
          top: calc(50% - 151px);
          z-index: 200;
          width: 275px;
          height: 302px;
          border-bottom-left-radius: 97px;
          opacity: 0;
          transition: all .3s ease-in-out;
          text-align: center;
          h1 {
            display: inline-block;
            text-align: left;
            width: 90%;
            font-family: 'DaxlinePro-Light';
            font-size: 36px;
            color: $white;
            text-transform: uppercase;
            padding-top: 20px;
          }
        }
      }
      &.slick-center .slide {
        &:after {
          background-color: rgba(55, 159, 150, 0);
        }
        .text-block {
          opacity: 1;
        }
      }
      &:nth-child(3n-2) .slide .text-block {
        background-color: $green;
      }
      &:nth-child(3n) .slide .text-block {
        background-color: $blue;
      }
      &:nth-child(3n-1) .slide .text-block {
        background-color: $tuerkis;
      }
    }
  }
}

.content-slider {
  .slider-arr {
    display: block;
    width: 28px;
    height: 28px;
    border-top: 2px solid $grey_20;
    border-right: 2px solid $grey_20;
    position: absolute;
    top: calc(50% - 15px);
    cursor: pointer;
    z-index: 9999;
    &:hover, &:focus {
      border-color: $grey;
    }
    &.prev {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      left: 0;
    }
    &.next {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 0;
    }
  }
  .slides {
    .slide {
      .slide-wraper {
        align-items: center;
        border: 2px solid $grey_20;
        height: 240px;
        margin: 0 15px;
        position: relative;
        overflow: hidden;
        img {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
        }
      }
      .box {
        margin: 0 15px;
      }
    }
  }
  .carousel {
    .carousel-control {
      height: 460px;
     .slider-arr {
				display: block;
				height: 460px;
        width: 38px;
				border: 0;
				top: 0;
        background-image: url(../Images/home-slider-ctrl-white-sprites.png);
        background-repeat: no-repeat;
				-webkit-transform: none;
	      -ms-transform: none;
	      transform: none;
	      &.prev {
	        background-position: left center;
					margin-left: 20px;
	      }
	      &.next {
	        background-position: right center;
					float: right;
					margin-right: 20px;
	      }
			}
    }
    .carousel-inner {
			.item {
				.slide {
					height: 460px;
					margin-bottom: 40px;
					background-repeat: no-repeat;
					background-size: cover;
					background-position: center;
				}
				p {
					font-family: 'DaxlinePro-Light';
				  font-size: 21px;
				  line-height: 33px;
				  color: $grey;
				}
				.slider-indicator, .photo-author {
					font-family: 'DaxlinePro-Medium';
				}
				.photo-author {
					font-size: 16px;
				}
				.separator {
					color: $grey_20;
				}
			}
    }
    .carousel-indicators {
      bottom: auto;
      top: 470px;
      li {
        background-color: $grey_20;
        width: 9px;
        height: 9px;
        vertical-align: middle;
        border: none;
        border-radius: 50%;
        &:nth-child(3n-1).active, &:nth-child(3n-2).active, &:nth-child(3n).active {
          background-color: #445055;
          width: 13px;
          height: 13px;
          border: none;
        }
      }
    }
  }
}
*/
.slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  height: 460px;
}
.slider .play-btn,
.slider .pause-btn {
  width: 25px;
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider .play-btn:hover,
.slider .pause-btn:hover {
  opacity: 1;
}
.slider .play-btn:before,
.slider .pause-btn:before {
  content: "\f04c";
  font-family: FontAwesome;
  font-size: 25px;
}
.slider .play-btn:focus,
.slider .pause-btn:focus {
  opacity: 1;
  outline: 2px solid #b4b9bb;
  outline-offset: 1px;
}
.slider .play-btn:before {
  content: "\f04b";
}
.slider .slider__controls {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider .slider__controls .slider-arr {
  display: block;
  width: 48px;
  height: 93px;
  position: absolute;
  z-index: 1;
  top: 194px;
  background-image: url(../Images/home-slider-ctrl-white-sprites.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.slider .slider__controls .slider-arr.prev {
  background-position: left center;
  left: 10px;
}
.slider .slider__controls .slider-arr.next {
  background-position: right center;
  left: calc(100% - 58px);
}
.slider .slider__controls .slider-arr:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.slider .slider__wraper {
  width: 100%;
  position: relative;
}
.slider .slider__wraper .slider__item {
  width: 1000px;
}
.slider .slider__wraper .slider__item .slide {
  width: 100%;
  height: 460px;
  padding-top: 30px;
  position: relative;
}
.slider .slider__wraper .slider__item .slide img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 100;
}
.slider .slider__wraper .slider__item .slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #434f55;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider .slider__wraper .slider__item .slide .text-block {
  display: block;
  position: absolute;
  right: 40px;
  top: calc(50% - 151px);
  z-index: 200;
  width: 275px;
  height: auto;
  min-height: 302px;
  border-bottom-left-radius: 97px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.slider .slider__wraper .slider__item .slide .text-block h1 {
  display: inline-block;
  text-align: left;
  width: 90%;
  font-family: "DaxlinePro-Light";
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
}
.slider .slider__wraper .slider__item .slide .dots {
  position: absolute;
  right: 40px;
  z-index: 300;
  bottom: 25px;
}
.slider .slider__wraper .slider__item .slide .dots ul {
  list-style: none;
}
.slider .slider__wraper .slider__item .slide .dots ul li {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.slider .slider__wraper .slider__item.slick-center .slide:after {
  background-color: rgba(55, 159, 150, 0);
}
.slider .slider__wraper .slider__item.slick-center .slide .text-block {
  opacity: 1;
}
.slider .slider__wraper .slider__item_green .slide:after {
  background-color: #4e7f27;
}
.slider .slider__wraper .slider__item_green .slide .text-block {
  background-color: #4e7f27;
}
.slider .slider__wraper .slider__item_green .slide .dots ul li.slick-active {
  background-color: #4e7f27;
}
.slider .slider__wraper .slider__item_blue .slide:after {
  background-color: #007697;
}
.slider .slider__wraper .slider__item_blue .slide .text-block {
  background-color: #007697;
}
.slider .slider__wraper .slider__item_blue .slide .dots ul li.slick-active {
  background-color: #007697;
}
.slider .slider__wraper .slider__item_tuerkis .slide:after {
  background-color: #008f97;
}
.slider .slider__wraper .slider__item_tuerkis .slide .text-block {
  background-color: #008f97;
}
.slider .slider__wraper .slider__item_tuerkis .slide .dots ul li.slick-active {
  background-color: #008f97;
}
.slider .slider__wraper .slider__item_orange .slide:after {
  background-color: #f39100;
}
.slider .slider__wraper .slider__item_orange .slide .text-block {
  background-color: #f39100;
}
.slider .slider__wraper .slider__item_orange .slide .dots ul li.slick-active {
  background-color: #f39100;
}
.slider .slider__wraper .slider__item_magenta .slide:after {
  background-color: #8d0051;
}
.slider .slider__wraper .slider__item_magenta .slide .text-block {
  background-color: #8d0051;
}
.slider .slider__wraper .slider__item_magenta .slide .dots ul li.slick-active {
  background-color: #8d0051;
}
.slider .slider__wraper .slider__item_tuerkis_akademie .slide:after {
  background-color: #008f97;
}
.slider .slider__wraper .slider__item_tuerkis_akademie .slide .text-block {
  background-color: #008f97;
}
.slider .slider__wraper .slider__item_tuerkis_akademie .slide .dots ul li.slick-active {
  background-color: #008f97;
}
.slider .slider__wraper .slider__item_grau .slide:after {
  background-color: #434f55;
}
.slider .slider__wraper .slider__item_grau .slide .text-block {
  background-color: #434f55;
}
.slider .slider__wraper .slider__item_grau .slide .dots ul li.slick-active {
  background-color: #434f55;
}
.slider .slider__wraper .slider__item.slick-current .slide:after {
  opacity: 0;
  z-index: 201;
}
.slider .slider__wraper .slider__item.slick-current .slide .text-block {
  opacity: 1;
}

.content-slider {
  display: none;
}
.content-slider .slider-arr {
  display: block;
  width: 28px;
  height: 28px;
  border-top: 2px solid #d9dcdd;
  border-right: 2px solid #d9dcdd;
  position: absolute;
  top: calc(50% - 15px);
  cursor: pointer;
  z-index: 9999;
}
.content-slider .slider-arr:hover, .content-slider .slider-arr:focus {
  border-color: #434f55;
}
.content-slider .slider-arr.prev {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 0;
}
.content-slider .slider-arr.next {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}
.content-slider .play-btn,
.content-slider .pause-btn {
  width: 25px;
  color: #434f55;
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-slider .play-btn:hover,
.content-slider .pause-btn:hover {
  opacity: 1;
}
.content-slider .play-btn:before,
.content-slider .pause-btn:before {
  content: "\f04c";
  font-family: FontAwesome;
  font-size: 25px;
}
.content-slider .play-btn:focus,
.content-slider .pause-btn:focus {
  opacity: 1;
  outline: 2px solid #b4b9bb;
  outline-offset: 1px;
}
.content-slider .play-btn:before {
  content: "\f04b";
}
.content-slider .slides .slide .slide-wraper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #d9dcdd;
  height: 240px;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
.content-slider .slides .slide .slide-wraper img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
}
.content-slider .slides .slide .slide-wraper img.square {
  width: 50%;
}
.content-slider .slides .slide .slide-wraper img.portrait {
  height: 70%;
  width: auto;
}
.content-slider .slides .slide .box {
  margin: 0 15px;
}
.content-slider .carousel .play-btn,
.content-slider .carousel .pause-btn {
  width: 25px;
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-slider .carousel .play-btn:hover,
.content-slider .carousel .pause-btn:hover {
  opacity: 1;
}
.content-slider .carousel .play-btn:before,
.content-slider .carousel .pause-btn:before {
  content: "\f04c";
  font-family: FontAwesome;
  font-size: 25px;
}
.content-slider .carousel .play-btn:focus,
.content-slider .carousel .pause-btn:focus {
  opacity: 1;
  outline: 2px solid #b4b9bb;
  outline-offset: 1px;
}
.content-slider .carousel .play-btn:before {
  content: "\f04b";
}
.content-slider .carousel .carousel-control {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.content-slider .carousel .carousel-control .slider-arr {
  display: block;
  height: 100%;
  width: 38px;
  border: 0;
  top: 0;
  background-image: url(../Images/home-slider-ctrl-white-sprites.png);
  background-repeat: no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.content-slider .carousel .carousel-control .slider-arr.prev {
  background-position: left center;
  margin-left: 20px;
}
.content-slider .carousel .carousel-control .slider-arr.next {
  background-position: right center;
  float: right;
  margin-right: 20px;
}
.content-slider .carousel .carousel-inner {
  padding: 0;
}
.content-slider .carousel .carousel-inner .item .slide {
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-slider .carousel .carousel-inner .item .slide img {
  width: 100%;
  height: auto;
}
.content-slider .carousel .carousel-inner .item p {
  font-family: "DaxlinePro-Light";
  font-size: 21px;
  line-height: 33px;
  color: #434f55;
}
.content-slider .carousel .carousel-inner .item .slider-indicator, .content-slider .carousel .carousel-inner .item .photo-author {
  font-family: "DaxlinePro-Medium";
}
.content-slider .carousel .carousel-inner .item .slider-indicator:after {
  content: " ";
}
.content-slider .carousel .carousel-inner .item .photo-author {
  font-size: 16px;
}
.content-slider .carousel .carousel-inner .item .separator {
  color: #d9dcdd;
}
.content-slider .carousel .carousel-indicators {
  bottom: auto;
  margin-top: 10px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.content-slider .carousel .carousel-indicators li {
  background-color: #d9dcdd;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  border: none;
  border-radius: 50%;
  margin: 0 3px;
}
.content-slider .carousel .carousel-indicators li:nth-child(3n-1).active, .content-slider .carousel .carousel-indicators li:nth-child(3n-2).active, .content-slider .carousel .carousel-indicators li:nth-child(3n).active {
  background-color: #445055;
  width: 13px;
  height: 13px;
  border: none;
}
.content-slider.logo-slider .slide a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.content-slider.logo-slider .slide a:focus {
  outline: 5px solid #b4b9bb;
}

.ce_home_slider .nh-slider {
  position: relative;
  overflow: hidden;
}
.ce_home_slider .nh-slider .play-btn,
.ce_home_slider .nh-slider .pause-btn {
  width: 25px;
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ce_home_slider .nh-slider .play-btn:hover,
.ce_home_slider .nh-slider .pause-btn:hover {
  opacity: 1;
}
.ce_home_slider .nh-slider .play-btn:before,
.ce_home_slider .nh-slider .pause-btn:before {
  content: "\f04c";
  font-family: FontAwesome;
  font-size: 25px;
}
.ce_home_slider .nh-slider .play-btn:focus,
.ce_home_slider .nh-slider .pause-btn:focus {
  opacity: 1;
  outline: 2px solid #b4b9bb;
  outline-offset: 1px;
}
.ce_home_slider .nh-slider .play-btn:before {
  content: "\f04b";
}
.ce_home_slider .nh-slider .nh-slider-arr {
  display: block;
  width: 48px;
  height: 93px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../Images/home-slider-ctrl-white-sprites.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.ce_home_slider .nh-slider .nh-slider-arr.prev {
  background-position: left center;
  left: 10px;
}
.ce_home_slider .nh-slider .nh-slider-arr.next {
  background-position: right center;
  left: calc(100% - 58px);
}
.ce_home_slider .nh-slider .nh-slider-arr:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.ce_home_slider .nh-slider .nh-slider__wraper {
  width: 100%;
  position: relative;
}
.ce_home_slider .nh-slider .nh-slider__wraper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ce_home_slider .nh-slider .nh-slider__wraper .nh-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #007697;
  background: linear-gradient(45deg, #007697 0%, #007697 55%, #4e7f27 100%);
}
.ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}
.ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container {
    display: block;
    display: block;
    display: block;
  }
}
.ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007697;
  overflow: hidden;
}
.ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-image img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-image img {
    width: 100%;
    height: auto;
  }
}
.ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 3rem;
}
@media screen and (max-width: 1920px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock {
    background-image: linear-gradient(45deg, #007697 0%, #007697 25%, #4e7f27 100%);
  }
}
@media screen and (max-width: 767px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2rem;
  }
}
.ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(-3rem - 100px - 2rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline {
    margin-top: calc(-100px - 4rem - 2rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline {
    margin-top: calc(-100px - 2rem - 2rem);
  }
}
@media screen and (max-width: 479px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline {
    margin-top: calc(-100px - 2rem);
  }
}
.ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 2rem 0 2rem 2rem;
  border-bottom-left-radius: 4rem;
  background-color: #007697;
  width: 100%;
  max-width: calc(100px + 2rem);
  height: auto;
}
@media screen and (max-width: 767px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline .icon {
    padding: 2rem;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #007697 0%, #007697 25%, #4e7f27 100%);
  }
}
@media screen and (max-width: 639px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline .icon {
    max-width: 100px;
  }
}
@media screen and (max-width: 479px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline .icon {
    max-width: 75px;
  }
}
.ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline .icon img {
  width: 100%;
  height: auto;
}
.ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h1, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h2, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h3, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h4, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h5, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h6 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "DaxlinePro-Bold", sans-serif;
  color: #fff;
  padding: 1rem 3rem;
  line-height: 1.1;
  font-size: 5rem;
}
@media screen and (max-width: 1199px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h1, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h2, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h3, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h4, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h5, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h6 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h1, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h2, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h3, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h4, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h5, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h6 {
    font-size: 3rem;
    margin-top: 1rem;
    padding-top: 3rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h1, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h2, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h3, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h4, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h5, .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h6 {
    font-size: 2rem;
  }
}
.ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  color: #fff;
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-text {
    padding-right: 0;
  }
}
.ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-text p {
  font-size: 3rem;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-text p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-text p {
    text-align: center;
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-text p {
    font-size: 1.5rem;
  }
}

.box {
  border: 2px solid #d9dcdd;
  position: relative;
  height: auto;
  margin-bottom: 40px;
  /*overflow: hidden;*/
  display: block;
  width: 100%;
}
.box .b-text {
  padding: 30px 20px 60px;
  position: relative;
}
.box .b-text_type-2 {
  width: 70%;
  padding-left: 40px;
}
.box .b-text + .box__link,
.box .b-text + .box__link-box .box__link-btn {
  bottom: 55px;
  margin: 0;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .box .b-text + .box__link-box .box__link-btn {
    bottom: 10px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .box .b-text + .box__link-box .box__b-photo + .box__link-btn {
    bottom: 55px;
    right: 35px;
  }
}
@media screen and (min-width: 1199px) {
  .box .b-text + .box__b-photo,
  .box .b-text + .box__link-box .box__b-photo,
  .box .b-text + .dropdown.show {
    margin-top: -30px;
  }
}
.box h2, .box p {
  display: inline-block;
  margin: 0;
  font-family: "DaxlinePro-Light";
  font-size: 24px;
  line-height: 30px;
  max-height: 80%;
  text-overflow: ellipsis;
  color: #434f55;
}
.box .dropdown {
  width: calc(100% - 40px);
  /*margin: 0 auto 20px;*/
  margin: 0 20px 20px;
}
.box .dropdown_type-2 {
  max-width: 275px;
  margin: 0 0 0 40px;
}
.box .dropdown_type-2 .dropdown__link {
  position: relative;
}
.box .dropdown .dropdown-menu {
  width: 100%;
}
.box .box__b-photo + .dropdown {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.box .dropdown__link {
  display: block;
  height: auto;
  min-height: 34px;
  width: 100%;
  font-size: 18px;
  line-height: 34px;
  font-family: "DaxlinePro-Medium";
  text-decoration: none;
  padding-left: 15px;
  background-color: #434f55;
  color: #fff;
  background-image: url(../Images/dropdown_btn.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.box .dropdown__link:hover, .box .dropdown__link:focus {
  background-color: #007697;
  color: #fff;
}
.box .dropdown__link:hover:after, .box .dropdown__link:focus:after {
  border-left-color: #007697;
}
.box .box__b-photo + .dropdown .dropdown__link:hover, .box .box__b-photo + .dropdown .dropdown__link:focus {
  background-color: #fff;
  color: #434f55;
  background-image: url(../Images/dropdown_dark_btn.png);
}
.box .box__b-photo + .dropdown .dropdown__link:hover:after, .box .box__b-photo + .dropdown .dropdown__link:focus:after {
  border-left-color: #fff;
}
.box .box__link {
  display: block;
  padding: 0 15px;
  height: auto;
  min-height: 34px;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-family: "DaxlinePro-Medium";
  background-color: #434f55;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
  position: relative;
  margin: -34px 37px 20px 0;
}
.box .box__link:after {
  content: "";
  display: block;
  height: 17px;
  width: 17px;
  border: 17px solid #434f55;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: none;
  position: absolute;
  top: 0;
  right: -17px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.box .box__link:hover, .box .box__link:focus {
  background-color: #007697;
  color: #fff;
}
.box .box__link:hover:after, .box .box__link:focus:after {
  border-left-color: #007697;
}
.box .box__link-box .box__link-btn {
  display: block;
  padding: 0 15px;
  height: auto;
  min-height: 34px;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-family: "DaxlinePro-Medium";
  background-color: #434f55;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
  position: relative;
  margin: -34px 37px 20px 0;
}
.box .box__link-box .box__link-btn:after {
  content: "";
  display: block;
  height: 17px;
  width: 17px;
  border: 17px solid #434f55;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: none;
  position: absolute;
  top: 0;
  right: -17px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.box .box__link-box:hover .box__link-btn, .box .box__link-box:focus .box__link-btn {
  background-color: #007697;
  color: #fff;
}
.box .box__link-box:hover .box__link-btn:after, .box .box__link-box:focus .box__link-btn:after {
  border-left-color: #007697;
}
.box .box__b-photo + box__link,
.box .box__b-photo + box__link-box .box__link-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  clear: both;
}
.box .box__b-photo + box__link:hover, .box .box__b-photo + box__link:focus,
.box .box__b-photo + box__link-box .box__link-btn:hover,
.box .box__b-photo + box__link-box .box__link-btn:focus {
  background-color: #fff;
  color: #434f55;
}
.box .box__b-photo + box__link:hover:after, .box .box__b-photo + box__link:focus:after,
.box .box__b-photo + box__link-box .box__link-btn:hover:after,
.box .box__b-photo + box__link-box .box__link-btn:focus:after {
  border-left-color: #fff;
}
.box .box__popup-link {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.box .box__popup-link img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box .box__popup-link .play-btn {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 200;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
  background-color: #434f55;
  border-radius: 50%;
  background-image: url(../Images/play_ico.png);
  background-repeat: no-repeat;
  background-position: 60% center;
}
.box .box__popup-link-no-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 20px 15px;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "DaxlinePro-Medium", sans-serif;
}
.box .box__popup-link-no-img .play-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #434f55;
  border-radius: 50%;
  background-image: url(../Images/play_ico.png);
  background-repeat: no-repeat;
  background-position: 60% center;
  background-size: 40%;
  margin-right: 10px;
}
.box .box__b-photo {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 160px;
  overflow: hidden;
  line-height: 0;
}
.box .box__b-photo img {
  width: 100%;
  height: auto;
}
.box .box__b-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box .box__b-bg img {
  display: block;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.box_no-pb {
  padding-bottom: 0;
}
.box_no-mt {
  margin-top: 0;
  margin-bottom: 35px;
}
.box_blue .b-text h2 span {
  color: #007697;
}
.box_blue .box__link {
  background-color: #007697;
}
.box_blue .box__link:after {
  border-left-color: #007697;
}
.box_blue .box__link:hover, .box_blue .box__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_blue .box__link:hover:after, .box_blue .box__link:focus:after {
  border-left-color: #434f55;
}
.box_blue .box__link-box .box__link-btn {
  background-color: #007697;
}
.box_blue .box__link-box .box__link-btn:after {
  border-left-color: #007697;
}
.box_blue .box__link-box:hover .box__link-btn, .box_blue .box__link-box:focus .box__link-btn {
  background-color: #434f55;
  color: #fff;
}
.box_blue .box__link-box:hover .box__link-btn:after, .box_blue .box__link-box:focus .box__link-btn:after {
  border-left-color: #434f55;
}
.box_blue .dropdown__link {
  background-color: #007697;
}
.box_blue .dropdown__link:hover, .box_blue .dropdown__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_blue .dropdown__link:hover:after, .box_blue .dropdown__link:focus:after {
  border-left-color: #434f55;
}
.box_green .b-text h2 span {
  color: #4e7f27;
}
.box_green .box__link {
  background-color: #4e7f27;
}
.box_green .box__link:after {
  border-left-color: #4e7f27;
}
.box_green .box__link:hover, .box_green .box__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_green .box__link:hover:after, .box_green .box__link:focus:after {
  border-left-color: #434f55;
}
.box_green .box__link-box .box__link-btn {
  background-color: #4e7f27;
}
.box_green .box__link-box .box__link-btn:after {
  border-left-color: #4e7f27;
}
.box_green .box__link-box:hover .box__link-btn, .box_green .box__link-box:focus .box__link-btn {
  background-color: #434f55;
  color: #fff;
}
.box_green .box__link-box:hover .box__link-btn:after, .box_green .box__link-box:focus .box__link-btn:after {
  border-left-color: #434f55;
}
.box_green .dropdown__link {
  background-color: #4e7f27;
}
.box_green .dropdown__link:hover, .box_green .dropdown__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_green .dropdown__link:hover:after, .box_green .dropdown__link:focus:after {
  border-left-color: #434f55;
}
.box_tuerkis .b-text h2 span {
  color: #008f97;
}
.box_tuerkis .box__link {
  background-color: #008f97;
}
.box_tuerkis .box__link:after {
  border-left-color: #008f97;
}
.box_tuerkis .box__link:hover, .box_tuerkis .box__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_tuerkis .box__link:hover:after, .box_tuerkis .box__link:focus:after {
  border-left-color: #434f55;
}
.box_tuerkis .box__link-box .box__link-btn {
  background-color: #008f97;
}
.box_tuerkis .box__link-box .box__link-btn:after {
  border-left-color: #008f97;
}
.box_tuerkis .box__link-box:hover .box__link-btn, .box_tuerkis .box__link-box:focus .box__link-btn {
  background-color: #434f55;
  color: #fff;
}
.box_tuerkis .box__link-box:hover .box__link-btn:after, .box_tuerkis .box__link-box:focus .box__link-btn:after {
  border-left-color: #434f55;
}
.box_tuerkis .dropdown__link {
  background-color: #008f97;
}
.box_tuerkis .dropdown__link:hover, .box_tuerkis .dropdown__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_tuerkis .dropdown__link:hover:after, .box_tuerkis .dropdown__link:focus:after {
  border-left-color: #434f55;
}
.box_blue_zwei .b-text h2 span {
  color: #0e7f93;
}
.box_blue_zwei .box__link {
  background-color: #0e7f93;
}
.box_blue_zwei .box__link:after {
  border-left-color: #0e7f93;
}
.box_blue_zwei .box__link:hover, .box_blue_zwei .box__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_blue_zwei .box__link:hover:after, .box_blue_zwei .box__link:focus:after {
  border-left-color: #434f55;
}
.box_blue_zwei .box__link-box .box__link-btn {
  background-color: #0e7f93;
}
.box_blue_zwei .box__link-box .box__link-btn:after {
  border-left-color: #0e7f93;
}
.box_blue_zwei .box__link-box:hover .box__link-btn, .box_blue_zwei .box__link-box:focus .box__link-btn {
  background-color: #434f55;
  color: #fff;
}
.box_blue_zwei .box__link-box:hover .box__link-btn:after, .box_blue_zwei .box__link-box:focus .box__link-btn:after {
  border-left-color: #434f55;
}
.box_blue_zwei .dropdown__link {
  background-color: #0e7f93;
}
.box_blue_zwei .dropdown__link:hover, .box_blue_zwei .dropdown__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_blue_zwei .dropdown__link:hover:after, .box_blue_zwei .dropdown__link:focus:after {
  border-left-color: #434f55;
}
.box_orange .b-text h2 span {
  color: #f39100;
}
.box_orange .box__link {
  background-color: #f39100;
}
.box_orange .box__link:after {
  border-left-color: #f39100;
}
.box_orange .box__link:hover, .box_orange .box__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_orange .box__link:hover:after, .box_orange .box__link:focus:after {
  border-left-color: #434f55;
}
.box_orange .box__link-box .box__link-btn {
  background-color: #f39100;
}
.box_orange .box__link-box .box__link-btn:after {
  border-left-color: #f39100;
}
.box_orange .box__link-box:hover .box__link-btn, .box_orange .box__link-box:focus .box__link-btn {
  background-color: #434f55;
  color: #fff;
}
.box_orange .box__link-box:hover .box__link-btn:after, .box_orange .box__link-box:focus .box__link-btn:after {
  border-left-color: #434f55;
}
.box_orange .dropdown__link {
  background-color: #f39100;
}
.box_orange .dropdown__link:hover, .box_orange .dropdown__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_orange .dropdown__link:hover:after, .box_orange .dropdown__link:focus:after {
  border-left-color: #434f55;
}
.box_magenta .b-text h2 span {
  color: #8d0051;
}
.box_magenta .box__link {
  background-color: #8d0051;
}
.box_magenta .box__link:after {
  border-left-color: #8d0051;
}
.box_magenta .box__link:hover, .box_magenta .box__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_magenta .box__link:hover:after, .box_magenta .box__link:focus:after {
  border-left-color: #434f55;
}
.box_magenta .box__link-box .box__link-btn {
  background-color: #8d0051;
}
.box_magenta .box__link-box .box__link-btn:after {
  border-left-color: #8d0051;
}
.box_magenta .box__link-box:hover .box__link-btn, .box_magenta .box__link-box:focus .box__link-btn {
  background-color: #434f55;
  color: #fff;
}
.box_magenta .box__link-box:hover .box__link-btn:after, .box_magenta .box__link-box:focus .box__link-btn:after {
  border-left-color: #434f55;
}
.box_magenta .dropdown__link {
  background-color: #8d0051;
}
.box_magenta .dropdown__link:hover, .box_magenta .dropdown__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_magenta .dropdown__link:hover:after, .box_magenta .dropdown__link:focus:after {
  border-left-color: #434f55;
}
.box_tuerkis_akademie .b-text h2 span {
  color: #008f97;
}
.box_tuerkis_akademie .box__link {
  background-color: #008f97;
}
.box_tuerkis_akademie .box__link:after {
  border-left-color: #008f97;
}
.box_tuerkis_akademie .box__link:hover, .box_tuerkis_akademie .box__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_tuerkis_akademie .box__link:hover:after, .box_tuerkis_akademie .box__link:focus:after {
  border-left-color: #434f55;
}
.box_tuerkis_akademie .box__link-box .box__link-btn {
  background-color: #008f97;
}
.box_tuerkis_akademie .box__link-box .box__link-btn:after {
  border-left-color: #008f97;
}
.box_tuerkis_akademie .box__link-box:hover .box__link-btn, .box_tuerkis_akademie .box__link-box:focus .box__link-btn {
  background-color: #434f55;
  color: #fff;
}
.box_tuerkis_akademie .box__link-box:hover .box__link-btn:after, .box_tuerkis_akademie .box__link-box:focus .box__link-btn:after {
  border-left-color: #434f55;
}
.box_tuerkis_akademie .dropdown__link {
  background-color: #008f97;
}
.box_tuerkis_akademie .dropdown__link:hover, .box_tuerkis_akademie .dropdown__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box_tuerkis_akademie .dropdown__link:hover:after, .box_tuerkis_akademie .dropdown__link:focus:after {
  border-left-color: #434f55;
}
.box_no-brdr {
  border: none;
  background-color: #434f55;
  border-top: 2px solid #434f55;
}
.box_no-brdr.career, .box_no-brdr.family {
  border-top: 2px solid transparent;
}
@media screen and (max-width: 990px) {
  .box_no-brdr.career, .box_no-brdr.family {
    border-top: 0 none;
  }
}
.box_no-brdr .b-text {
  color: #fff;
  padding: 30px 22px;
}
.box_no-brdr .b-text h2 {
  background-color: transparent;
  color: #fff;
}
.box_no-brdr .b-text h2 span {
  background-color: transparent;
  color: #fff;
}
.box_no-brdr .b-text + .box__b-photo,
.box_no-brdr .b-text + .box__link-box .box__b-photo {
  margin-top: 0;
}
.box_no-brdr .box__b-photo {
  max-height: 162px;
}
.box_no-brdr.box_blue {
  background-color: #007697;
  border-top: 2px solid #007697;
}
.box_no-brdr.box_green {
  background-color: #4e7f27;
  border-top: 2px solid #4e7f27;
}
.box_no-brdr.box_tuerkis {
  background-color: #008f97;
  border-top: 2px solid #008f97;
}
.box_no-brdr.box_blue_zwei {
  background-color: #0e7f93;
  border-top: 2px solid #0e7f93;
}
.box_no-brdr.box_orange {
  background-color: #f39100;
  border-top: 2px solid #f39100;
}
.box_no-brdr.box_magenta {
  background-color: #8d0051;
  border-top: 2px solid #8d0051;
}
.box_no-brdr.box_tuerkis_akademie {
  background-color: #008f97;
  border-top: 2px solid #008f97;
}
.box.family {
  position: relative;
  padding: 0;
  min-height: 600px;
  display: block;
  background-color: transparent;
}
.box.family.xxs {
  display: none;
}
.box.family > .b-text {
  background-color: transparent;
  position: absolute;
  padding: 0;
  left: 30px;
  bottom: 30px;
  width: 330px;
  overflow: hidden;
}
.box.family > .b-text .b-text {
  background-color: transparent;
  position: relative;
  top: 0;
  display: inline-block;
  min-height: 360px;
  padding: 30px 22px 85px;
}
.box.family > .b-text .box__b-bg {
  position: absolute;
}
.box.family > .b-text .box__b-bg img {
  position: absolute;
  top: auto;
  bottom: 0;
}
.box.family > .b-text h2, .box.family > .b-text h3, .box.family > .b-text p {
  background-color: #007697;
  margin: 0;
  padding: 0 0 25px 0;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-family: "DaxlinePro-Light";
  display: inline;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.box.family > .b-text .box__link {
  background-color: #fff;
  color: #007697;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  bottom: 30px !important;
  right: 0;
}
.box.family > .b-text .box__link:after {
  border-left-color: #fff;
}
.box.family > .b-text .box__link:hover, .box.family > .b-text .box__link:focus {
  background-color: #434f55;
  color: #fff;
}
.box.family > .b-text .box__link:hover:after, .box.family > .b-text .box__link:focus:after {
  border-left-color: #434f55;
}
.box.family > .b-text .box__link-box .box__link-btn {
  bottom: 0 !important;
  margin-top: -64px;
  background-color: #fff;
  color: #007697;
}
.box.family > .b-text .box__link-box .box__link-btn:after {
  border-left-color: #fff;
}
.box.family > .b-text .box__link-box:hover .box__link-btn, .box.family > .b-text .box__link-box:focus .box__link-btn {
  background-color: #434f55;
  color: #fff;
}
.box.family > .b-text .box__link-box:hover .box__link-btn:after, .box.family > .b-text .box__link-box:focus .box__link-btn:after {
  border-left-color: #434f55;
}
.box.family > .box__b-bg img {
  width: auto;
  height: 100%;
}
.box.career {
  background-color: #fff;
}
.box.career .b-text {
  color: #434f55;
  padding: 40px 0 0 40px;
  width: 50%;
}
.box.career .b-text + .dropdown.show {
  margin-top: 30px;
}
.box.career h2, .box.career h3, .box.career p {
  color: #434f55;
  font-size: 30px;
  line-height: 36px;
  display: inline;
}
.box.career h2 span, .box.career h3 span, .box.career p span {
  color: #434f55;
}
.box.career h3 {
  font-family: "DaxlinePro-Light";
}
.box.career .box__b-bg img {
  height: 100%;
  width: auto;
}
.box.career .box__link {
  background-color: #434f55;
  color: #fff;
  float: left;
  margin: 0 40px;
}
.box.career .box__link:after {
  border-left-color: #434f55;
}
.box.career .box__link:hover, .box.career .box__link:focus {
  background-color: #007697;
  color: #fff;
}
.box.career .box__link:hover:after, .box.career .box__link:focus:after {
  border-left-color: #007697;
}
.box.career .box__link-box .box__link-btn {
  background-color: #434f55;
  color: #fff;
  float: left;
  margin: 0 40px;
}
.box.career .box__link-box .box__link-btn:after {
  border-left-color: #434f55;
}
.box.career .box__link-box:hover .box__link-btn, .box.career .box__link-box:focus .box__link-btn {
  background-color: #007697;
  color: #fff;
}
.box.career .box__link-box:hover .box__link-btn:after, .box.career .box__link-box:focus .box__link-btn:after {
  border-left-color: #007697;
}
.box.career .dropdown {
  margin: 30px 0 10px 40px;
  width: 55%;
}
.box.career .dropdown__link {
  background-color: #fff;
  color: #434f55;
  background-image: url(../Images/dropdown_dark_btn.png);
}
.box.career .dropdown__link:hover, .box.career .dropdown__link:focus {
  background-color: #434f55;
  color: #fff;
  background-image: url(../Images/dropdown_btn.png);
}
.box.career .dropdown__link:hover:after, .box.career .dropdown__link:focus:after {
  border-left-color: #434f55;
}

.row.content_25_33_42 .box .box__popup-link-no-img,
.row.content_50_50 .box .box__popup-link-no-img,
.row.content_33_33_33 .box .box__popup-link-no-img,
.row.content_50_50_25_25 .box .box__popup-link-no-img {
  aspect-ratio: 710/272;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  background-color: #f1f1f1;
}
.row.content_25_33_42 .box .box__popup-link-no-img .play-btn,
.row.content_50_50 .box .box__popup-link-no-img .play-btn,
.row.content_33_33_33 .box .box__popup-link-no-img .play-btn,
.row.content_50_50_25_25 .box .box__popup-link-no-img .play-btn {
  display: block;
  margin: 0 0 10px;
}

.b-rounded {
  background-color: #008f97;
  background-image: linear-gradient(45deg, #007697, #4e7f27);
  border-bottom-left-radius: 115px;
  padding: 20px 20px 55px 20px;
  margin: 0 auto 40px;
  height: auto !important;
  width: 100%;
}
.b-rounded span {
  background-color: transparent;
}
.b-rounded h2, .b-rounded h3, .b-rounded p {
  background-color: transparent;
  display: inline;
  margin: 0;
}
.b-rounded h2, .b-rounded h3, .b-rounded h4, .b-rounded .more-link, .b-rounded p {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  line-height: 36px;
  font-family: "DaxlinePro-Light";
  margin: 0;
}
.b-rounded h4 {
  background-color: transparent;
  font-family: "DaxlinePro-Bold";
  font-size: 18px;
  line-height: 27px;
  padding-top: 50px;
  margin: 0;
  padding-bottom: 0;
}
.b-rounded .more-link {
  background-color: transparent;
  font-family: "DaxlinePro-Bold";
  font-size: 18px;
  line-height: 27px;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  left: -15px;
}
.b-rounded .more-link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -15px;
  top: 8px;
}

.content_50_50_25_25 .column-3 .box .box__popup-link {
  height: 125px;
}
.content_50_50_25_25 .column-3 .box .box__popup-link img {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.container > .ctype-ce_teaser_box_home .box .b-text {
  padding: 20px 15px 60px 15px;
}

@media screen and (min-width: 770px) and (max-width: 1190px) {
  .content_33_33_33 .ctype-ce_teaser_box_home .box .b-text {
    padding: 20px 15px 60px 15px;
  }
}
.content_33_33_33 .ctype-ce_html5_video {
  margin-bottom: 40px;
}

.content-line {
  padding-top: 60px;
}

#accordion {
  border: 2px solid #d9dcdd;
  border-radius: 0;
}
#accordion .panel {
  border-bottom: 2px solid #d9dcdd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#accordion .panel:first-child, #accordion .panel:last-child {
  border-bottom: none;
}
#accordion .panel-heading {
  padding: 15px 15px;
  overflow: hidden;
}
#accordion .panel-heading + .panel-collapse > .panel-body, #accordion .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}
#accordion .accordion-header {
  background-color: #f5f6f6;
  height: auto;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}
#accordion .accordion-header h2 {
  font-family: "DaxlinePro-Medium";
  font-size: 24px;
  line-height: 32px;
  float: left;
  color: #434f55;
}
#accordion .accordion-header a {
  display: block;
  float: right;
  color: #434f55;
  position: relative;
  left: -15px;
  text-decoration: none;
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
  line-height: 32px;
}
#accordion .accordion-header a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #a1a7aa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -15px;
  top: 12px;
}
#accordion .accordion-header a:hover, #accordion .accordion-header a:focus {
  color: #434f55;
}
#accordion .accordion-header a:hover:after, #accordion .accordion-header a:focus:after {
  border-color: #434f55;
}
#accordion .accordion-header:after {
  content: "";
  display: block;
  clear: both;
}
#accordion .date-btn {
  font-family: "DaxlinePro-Bold";
  font-size: 18px;
  color: #434f55;
  text-decoration: none;
}
#accordion .date-btn:focus {
  text-decoration: underline;
}
#accordion .date-btn.collapsed {
  color: #008f97;
}
#accordion .accordion-btn {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: "DaxlinePro-Bold";
  font-size: 18px;
  color: #434f55;
  padding: 0;
  padding-right: 35px;
  background: none;
}
#accordion .accordion-btn:focus {
  text-decoration: underline;
}
#accordion .accordion-btn .tag {
  color: #008f97;
  display: inline-block;
}
#accordion .accordion-btn .dropdown-btn {
  right: 0;
  border-color: #434f55;
}
#accordion .accordion-btn.collapsed {
  background: none;
}
#accordion .accordion-btn.collapsed .dropdown-btn {
  border-color: #a1a7aa;
  top: 0;
}
#accordion .panel-heading-btn.collapsed:focus .date-btn, #accordion .panel-heading-btn.collapsed:focus .dropdown-btn {
  text-decoration: underline;
}
#accordion .panel-heading-btn.collapsed .date-btn {
  color: #008f97;
}
#accordion .panel-heading-btn.collapsed .accordion-btn {
  background: none;
  color: #434f55;
}
#accordion .panel-heading-btn.collapsed .accordion-btn .dropdown-btn {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #a1a7aa;
  top: 0;
}
#accordion .panel-body {
  background-color: transparent;
  padding: 0 15px 15px;
}
#accordion .panel-body p {
  font-family: "DaxlinePro-Regular";
  font-size: 18px;
  color: #434f55;
}
#accordion .panel-body .more-link {
  font-family: "DaxlinePro-Bold";
  font-size: 18px;
  position: relative;
  color: #434f55;
  text-decoration: none;
  display: block;
}
#accordion .panel-body .more-link:focus {
  text-decoration: underline;
}
#accordion .panel-body .more-link:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #434f55;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  margin-left: 3px;
}

.footer {
  padding-top: 90px;
}

.footer .col-custom-width {
  width: 20%;
}

.footer_pt-n {
  padding-top: 0;
}

.footer .footer__nav {
  height: auto;
  background-color: #4e7f27;
  background-image: -webkit-gradient(linear, left top, right top, from(#007697), to(#4e7f27));
  background-image: linear-gradient(90deg, #007697, #4e7f27);
  overflow: hidden;
}
.footer .footer__nav .wraper {
  width: 100%;
  min-height: 87px;
}
.footer .footer__nav .wraper .footer__nav-links {
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.footer .footer__logo {
  background-color: #fff;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .footer__logo a {
  padding-left: 3px;
  padding-right: 3px;
  display: block;
}
.footer .footer__logo a:focus {
  outline: 2px solid #b4b9bb;
  outline-offset: 2px;
}
.footer .footer__logo:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  width: 100%;
  height: 9999px;
  background-color: #fff;
}
.footer .footer__nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer__nav-links li {
  display: inline-block;
  color: #fff;
  background-color: transparent;
}
.footer .footer__nav-links li:last-child a {
  border-right: 0 none;
}
.footer .footer__nav-links li a {
  font-size: 14px;
  font-family: "DaxlinePro-Bold";
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  border-right: 2px solid #fff;
}
.footer .footer__nav-links li a:hover, .footer .footer__nav-links li a:focus {
  text-decoration: underline;
}
.footer .footer__nav-links li a.up {
  display: inline-block;
  border-right: none;
}
.footer .footer__nav-links li a.up .ico {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 15px;
  height: 17px;
  background-image: url(../Images/footer-sprites.png);
  background-repeat: no-repeat;
  background-position: -45px center;
}
.footer .footer__nav-links li a.print {
  display: inline-block;
  border-right: none;
}
.footer .footer__nav-links li a.print .ico {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 15px;
  height: 17px;
  background-image: url(../Images/footer-sprites.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.footer .footer__nav-links li:first-child a {
  padding-left: 0;
}
.footer .footer__nav-links li.social {
  position: relative;
  top: 3px;
}
.footer .footer__nav-links li.social a {
  display: inline-block;
  margin: 0 10px;
  width: 15px;
  height: 17px;
  padding: 0;
  background-image: url(../Images/footer-sprites.png);
  background-repeat: no-repeat;
  border-right: none;
}
.footer .footer__nav-links li.social a.fb {
  background-position: left center;
}
.footer .footer__nav-links li.social a.tw {
  background-position: -15px center;
}
.footer .footer__nav-links li.social a.yt {
  background-position: -30px center;
}
.footer .footer__links-list {
  background-color: #f5f6f6;
  overflow: hidden;
  padding-bottom: 20px;
}
.footer .footer__links-list .white-bg-column {
  background-color: #fff;
  position: relative;
}
.footer .footer__links-list .white-bg-column:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 9999px;
  background-color: #fff;
}
.footer .footer__links-list h3, .footer .footer__links-list h4 {
  padding-top: 30px;
  font-family: "DaxlinePro-Bold";
  font-size: 14px;
  line-height: 24px;
  color: #434f55;
}
.footer .footer__links-list p {
  font-family: "DaxlinePro-Regular";
  font-size: 13px;
  line-height: 24px;
  color: #434f55;
  margin: 0;
}
.footer .footer__links-list .scheme {
  padding: 40px 0;
}
.footer .footer__links-list .scheme > a:focus {
  outline: 2px solid #b4b9bb;
  outline-offset: 2px;
  display: inline-block;
}
.footer .footer__links-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer__links-list ul li a {
  display: block;
  font-family: "DaxlinePro-Regular";
  font-size: 13px;
  color: #434f55;
  margin: 5px 0;
}
.footer .footer__links-list .socials-black-list {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.footer .footer__links-list .socials-black-list li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.footer .footer__links-list .socials-black-list li a {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../Images/black-socials-sprites.png);
  background-repeat: no-repeat;
}
.footer .footer__links-list .socials-black-list li a.fb {
  background-position: left center;
}
.footer .footer__links-list .socials-black-list li a.tw {
  background-position: 49% center;
}
.footer .footer__links-list .socials-black-list li a.yt {
  background-position: right center;
}

.translation-notice {
  background: #007697;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.dropdown-menu {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-y: auto;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.dropdown-menu .dropdown-item {
  display: block;
  border: none;
  padding: 3px 20px;
  margin: 0;
  color: #434f55;
  font-family: "DaxlinePro-Regular";
  font-size: 16px;
  text-decoration: none;
  z-index: 999999;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: #f5f6f6;
}

/*.breadcrumbs {
	background-color: $blue;
	ol.breadcrumb {
		margin-bottom: 0;
		padding: 15px 0;
		background-color: transparent;
		li {
			a, &.active {
				font-family: 'DaxlinePro-Medium';
				color: $white;
				font-size: 18px;
			}
			&:first-child {
				a {
					display: block;
					width: 16px;
					height: 20px;
					background-image: url(../Images/breadcrumb-home.png);
					background-repeat: no-repeat;
					background-position: center;
					position: relative;
					top: 2px;
				}
				&:before {
					display: none;
				}
			}
			&:before {
				content: '';
				display: inline-block;
				width: 9px;
				height: 15px;
				background-image: url(../Images/breadcrumb-divider.png);
				background-repeat: no-repeat;
				background-position: center;
				position: relative;
				top: 2px;
				margin: 0 10px 0 5px;
			}
		}
	}
	&.fixed {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 2;
	}
}*/
.breadcrumbs {
  background-color: #007697;
  overflow: hidden;
  height: 55px;
}
.breadcrumbs .home {
  padding: 15px 0;
  margin-right: 5px;
  float: left;
}
.breadcrumbs .home a {
  display: block;
  width: 16px;
  height: 20px;
  background-image: url(../Images/breadcrumb-home.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 2px;
}
.breadcrumbs .home a:focus {
  outline: 1px solid #fff;
  outline-offset: 1px;
}
.breadcrumbs .pfad {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 21px);
}
.breadcrumbs .pfad ol.breadcrumb {
  list-style-type: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 15px 0;
  height: 100%;
  background-color: transparent;
  overflow-x: scroll;
  overflow-y: hidden;
}
.breadcrumbs .pfad ol.breadcrumb li {
  display: inline-block;
}
.breadcrumbs .pfad ol.breadcrumb li a, .breadcrumbs .pfad ol.breadcrumb li.active {
  font-family: "DaxlinePro-Medium";
  color: #fff;
  font-size: 18px;
}
.breadcrumbs .pfad ol.breadcrumb li:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background-image: url(../Images/breadcrumb-divider.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 2px;
  margin: 0 10px 0 5px;
}
.breadcrumbs .pfad ol.breadcrumb.leer {
  overflow: hidden;
}
.breadcrumbs.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.banner {
  margin-bottom: 40px;
}
.banner .banner__b-info {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}
.banner .banner__b-info__left {
  padding: 15px 0 15px 40px;
}
.banner .banner__b-info__left h2, .banner .banner__b-info__left h1 {
  font-size: 34px;
  font-family: "DaxlinePro-Light";
  color: #434f55;
  margin: 20px 0 0 0;
}
.banner .banner__b-info__left h2 .f_medium, .banner .banner__b-info__left h1 .f_medium {
  color: #007697;
}
.banner .banner__b-info__left h1 {
  margin: 0 0 20px 0;
}
.banner .banner__b-info__right {
  padding: 15px 40px 15px 0;
}
.banner .banner__b-info__right h2, .banner .banner__b-info__right h3, .banner .banner__b-info__right h4 {
  color: #434f55;
  font-size: 21px;
  line-height: 30px;
  font-family: "DaxlinePro-Regular";
  position: relative;
  top: 20px;
}
.banner .banner__b-info__right h2 .f_bold, .banner .banner__b-info__right h3 .f_bold, .banner .banner__b-info__right h4 .f_bold {
  color: #007697;
}

.banner__b-info_m .banner__b-info__left h2,
.banner__b-info_m .banner__b-info__left h1 {
  font-size: 21px;
  font-family: "DaxlinePro-Light";
  margin: 20px 0 0 0;
  color: #434f55;
}
.banner__b-info_m .banner__b-info__left h2 .f_medium,
.banner__b-info_m .banner__b-info__left h1 .f_medium {
  color: #007697;
}

.banner__b-info_m .banner__b-info__left h1 {
  margin: 0 0 20px 0;
}

.top-banner {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  margin-bottom: 30px;
}
.top-banner img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  right: 0;
}
.top-banner .banner-content {
  /*position: absolute;
  top: 0;*/
  height: auto;
  min-height: 460px;
}
.top-banner .banner-content h1 {
  font-family: "DaxlinePro-Light";
  font-size: 48px;
  line-height: 54px;
  color: #434f55;
  text-transform: uppercase;
  padding-top: 80px;
}
.top-banner .banner-content h1 span {
  color: #007697;
}
.top-banner .banner-content h2 p {
  color: #434f55;
  font-family: "DaxlinePro-Light";
  font-size: 30px;
  line-height: 40px;
  margin: 0.5em 0;
}
.top-banner a.arrow {
  display: block;
  padding: 0 15px;
  height: 42px;
  font-size: 21px;
  line-height: 42px;
  color: #fff;
  font-family: "DaxlinePro-Medium";
  background-color: #007697;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
  position: relative;
}
.top-banner a.arrow:after {
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  border: 21px solid #007697;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: none;
  position: absolute;
  top: 0;
  right: -21px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-banner a.arrow:hover, .top-banner a.arrow:focus {
  background-color: #434f55;
}
.top-banner a.arrow:hover:after, .top-banner a.arrow:focus:after {
  border-left-color: #434f55;
}

.aside-nav {
  margin-bottom: 60px;
}
.aside-nav .dropdown-title {
  display: block;
  background-color: #434f55;
  color: #fff;
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
}
.aside-nav .dropdown-title .dropdown-ico {
  display: inline-block;
  width: 18px;
  height: 11px;
  background-image: url(../Images/dropdown_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.aside-nav .dropdown-title.open .dropdown-ico {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.aside-nav .dropdown-title.open + nav .aside-nav__list {
  display: block;
}

.aside-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-nav__list li {
  margin: 0;
  padding: 0;
  border-top: 2px solid #d9dcdd;
}
.aside-nav__list li:last-child {
  border-bottom: 2px solid #d9dcdd;
}
.aside-nav__list li a {
  font-family: "DaxlinePro-Regular";
  font-size: 21px;
  color: #434f55;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 5px 0 5px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.aside-nav__list li a:hover, .aside-nav__list li a:focus {
  background-color: #d9dcdd;
}
.aside-nav__list li a img {
  float: right;
  margin-top: 2px;
  margin-right: 3px;
  height: 26px;
  width: 26px;
}
@media screen and (max-width: 991px) {
  .aside-nav__list li a img {
    margin-top: -1px;
  }
}

.schwerpunkte {
  margin-bottom: 60px;
  overflow: hidden;
}
.schwerpunkte h2 {
  margin: 0 0 19px 0;
  padding: 0;
  font-family: "DaxlinePro-Medium";
}
.schwerpunkte ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.schwerpunkte ul li {
  margin-bottom: 2px;
  position: relative;
}
.schwerpunkte ul li a {
  display: block;
  font-family: "DaxlinePro-Medium";
  font-size: 24px;
  background-color: #f2f2f3;
  color: #434f55;
  text-decoration: none;
  margin: 0;
  padding: 25px 50px 25px 20px;
  line-height: 30px;
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  word-wrap: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
}
.schwerpunkte ul li a:hover, .schwerpunkte ul li a:focus {
  background-color: #d9dcdd;
  opacity: 0.9;
}
.schwerpunkte ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: calc(50% - 22px);
  width: 24px;
  height: 44px;
  background-image: url(../Images/schwerpunkte-arr-dark.png);
  background-repeat: no-repeat;
  background-position: center;
}
.schwerpunkte__more-link {
  display: block;
  font-family: "DaxlinePro-Bold";
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 20px;
  color: #434f55;
  opacity: 0.5;
  clear: both;
}
.schwerpunkte__more-link span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #434f55;
}
.schwerpunkte__more-link span:last-child {
  margin-right: 15px;
}
.schwerpunkte__more-link:hover, .schwerpunkte__more-link:focus {
  text-decoration: none;
  opacity: 1;
}
.schwerpunkte__blue h2 {
  color: #007697;
}
.schwerpunkte__blue ul li a {
  background-color: #007697;
  color: #fff;
}
.schwerpunkte__blue ul li a:hover, .schwerpunkte__blue ul li a:focus {
  background-color: #007697;
}
.schwerpunkte__blue ul li a:after {
  background-image: url(../Images/schwerpunkte-arr.png);
}
.schwerpunkte__blue .schwerpunkte__more-link {
  color: #007697;
}
.schwerpunkte__blue .schwerpunkte__more-link span {
  background-color: #007697;
}
.schwerpunkte__green h2 {
  color: #4e7f27;
}
.schwerpunkte__green ul li a {
  background-color: #4e7f27;
  color: #fff;
}
.schwerpunkte__green ul li a:hover, .schwerpunkte__green ul li a:focus {
  background-color: #4e7f27;
}
.schwerpunkte__green ul li a:after {
  background-image: url(../Images/schwerpunkte-arr.png);
}
.schwerpunkte__green .schwerpunkte__more-link {
  color: #4e7f27;
}
.schwerpunkte__green .schwerpunkte__more-link span {
  background-color: #4e7f27;
}
.schwerpunkte__tuerkis h2 {
  color: #008f97;
}
.schwerpunkte__tuerkis ul li a {
  background-color: #008f97;
  color: #fff;
}
.schwerpunkte__tuerkis ul li a:hover, .schwerpunkte__tuerkis ul li a:focus {
  background-color: #008f97;
}
.schwerpunkte__tuerkis ul li a:after {
  background-image: url(../Images/schwerpunkte-arr.png);
}
.schwerpunkte__tuerkis .schwerpunkte__more-link {
  color: #008f97;
}
.schwerpunkte__tuerkis .schwerpunkte__more-link span {
  background-color: #008f97;
}
.schwerpunkte__blue_zwei h2 {
  color: #0e7f93;
}
.schwerpunkte__blue_zwei ul li a {
  background-color: #0e7f93;
  color: #fff;
}
.schwerpunkte__blue_zwei ul li a:hover, .schwerpunkte__blue_zwei ul li a:focus {
  background-color: #0e7f93;
}
.schwerpunkte__blue_zwei ul li a:after {
  background-image: url(../Images/schwerpunkte-arr.png);
}
.schwerpunkte__blue_zwei .schwerpunkte__more-link {
  color: #0e7f93;
}
.schwerpunkte__blue_zwei .schwerpunkte__more-link span {
  background-color: #0e7f93;
}
.schwerpunkte___orange h2 {
  color: #f39100;
}
.schwerpunkte___orange ul li a {
  background-color: #f39100;
  color: #fff;
}
.schwerpunkte___orange ul li a:hover, .schwerpunkte___orange ul li a:focus {
  background-color: #f39100;
}
.schwerpunkte___orange ul li a:after {
  background-image: url(../Images/schwerpunkte-arr.png);
}
.schwerpunkte___orange .schwerpunkte__more-link {
  color: #f39100;
}
.schwerpunkte___orange .schwerpunkte__more-link span {
  background-color: #f39100;
}
.schwerpunkte__magenta h2 {
  color: #8d0051;
}
.schwerpunkte__magenta ul li a {
  background-color: #8d0051;
  color: #fff;
}
.schwerpunkte__magenta ul li a:hover, .schwerpunkte__magenta ul li a:focus {
  background-color: #8d0051;
}
.schwerpunkte__magenta ul li a:after {
  background-image: url(../Images/schwerpunkte-arr.png);
}
.schwerpunkte__magenta .schwerpunkte__more-link {
  color: #8d0051;
}
.schwerpunkte__magenta .schwerpunkte__more-link span {
  background-color: #8d0051;
}
.schwerpunkte__tuerkis_akademie h2 {
  color: #008f97;
}
.schwerpunkte__tuerkis_akademie ul li a {
  background-color: #008f97;
  color: #fff;
}
.schwerpunkte__tuerkis_akademie ul li a:hover, .schwerpunkte__tuerkis_akademie ul li a:focus {
  background-color: #008f97;
}
.schwerpunkte__tuerkis_akademie ul li a:after {
  background-image: url(../Images/schwerpunkte-arr.png);
}
.schwerpunkte__tuerkis_akademie .schwerpunkte__more-link {
  color: #008f97;
}
.schwerpunkte__tuerkis_akademie .schwerpunkte__more-link span {
  background-color: #008f97;
}
.schwerpunkte__grey h2 {
  color: #434f55;
}
.schwerpunkte__grey ul li a {
  background-color: #434f55;
  color: #fff;
}
.schwerpunkte__grey ul li a:hover, .schwerpunkte__grey ul li a:focus {
  background-color: #434f55;
}
.schwerpunkte__grey ul li a:after {
  background-image: url(../Images/schwerpunkte-arr.png);
}
.schwerpunkte__grey .schwerpunkte__more-link {
  color: #434f55;
}
.schwerpunkte__grey .schwerpunkte__more-link span {
  background-color: #434f55;
}
.schwerpunkte__cols2 ul li {
  width: 50%;
  float: left;
  border-right: 2px solid #fff;
}
.schwerpunkte__cols2 ul li:nth-child(2n) {
  border-right: 0;
}
.schwerpunkte__cols3 ul li {
  width: 33.33333333%;
  float: left;
  border-right: 2px solid #fff;
}
.schwerpunkte__cols3 ul li:nth-child(3n) {
  border-right: 0;
}

.contact-item {
  padding: 30px 20px;
  margin-bottom: 60px;
  background-color: #f5f6f6;
  position: relative;
  text-align: left;
  font-family: "DaxlinePro-Light";
  font-size: 24px;
  color: #434f55;
}
.contact-item h4 {
  font-family: "DaxlinePro-Medium";
  font-size: 24px;
  line-height: 30px;
  color: #434f55;
  margin: 0 0 1em;
}
.contact-item p {
  margin: 0 0 1em;
  line-height: 36px;
}
.contact-item p a {
  word-wrap: break-word;
}
.contact-item ul {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  font-family: "DaxlinePro-Light";
  font-size: 21px;
  line-height: 33px;
}
.contact-item ul li {
  padding-left: 30px;
  position: relative;
  margin: 0.5em 0;
}
.contact-item ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #a1a7aa;
  position: absolute;
  left: 0;
  top: 15px;
}
.contact-item ul li p {
  margin: 0;
}
.contact-item ul li a {
  text-decoration: underline;
}
.contact-item ul li a:hover, .contact-item ul li a:focus {
  text-decoration: none;
}
.contact-item .contact-item__more-link {
  font-family: "DaxlinePro-Medium";
  font-size: 21px;
  color: #434f55;
  text-decoration: none;
}
.contact-item .contact-item__more-link .arr {
  display: inline-block;
  width: 10px;
  height: 17px;
  margin-left: 5px;
  background-image: url(../Images/contact-item-more-link-arr.png);
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
.contact-item .contact-item__more-link:hover, .contact-item .contact-item__more-link:focus {
  color: #007697;
}
.contact-item .contact-item__more-link:hover .arr, .contact-item .contact-item__more-link:focus .arr {
  background-position: -10px center;
}

.nav-aside {
  z-index: 1;
}

.fixed-nav ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  background-color: #fff;
  -o-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.fixed-nav ul.nav.affix {
  top: 100px;
  bottom: auto;
  width: 100%;
}
.fixed-nav ul.nav.affix-bottom {
  position: absolute;
  top: auto;
}
.fixed-nav ul.nav li {
  position: relative;
}
.fixed-nav ul.nav li a {
  background-color: #fff;
  font-family: "DaxlinePro-Regular";
  font-size: 18px;
  color: #434f55;
  text-decoration: none;
  padding: 10px 20px 10px 10px;
  border-bottom: 2px solid #d9dcdd;
  position: relative;
  word-wrap: break-word;
}
.fixed-nav ul.nav li a:focus {
  text-decoration: underline;
}
.fixed-nav ul.nav li:after {
  content: "";
  display: none;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fixed-nav ul.nav li.active:after {
  display: block;
}
.fixed-nav ul.nav li.active a {
  font-family: "DaxlinePro-Bold";
  color: #fff;
  background-color: #007697;
}

.klinik-search-block {
  padding-bottom: 50px;
}
.klinik-search-block .title {
  font-family: "DaxlinePro-Light";
  font-size: 36px;
  color: #434f55;
}
.klinik-search-block .search-form-wraper {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.klinik-search-block .dropdown {
  float: left;
  width: 30%;
}
.klinik-search-block .dropdown .klinik__dropdown-btn {
  display: block;
  width: 100%;
  height: 50px;
  font-family: "DaxlinePro-Regular";
  line-height: 50px;
  font-size: 21px;
  border: 2px solid #d9dcdd;
  border-left: none;
  text-align: center;
  text-decoration: none;
  color: #434f55;
  background-color: #f5f6f6;
}
.klinik-search-block .dropdown .klinik__dropdown-btn .dropdown_arr {
  display: inline-block;
  width: 18px;
  height: 11px;
  background-image: url(../Images/dropdown_dark_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -1px;
}
.klinik-search-block input[type=text] {
  margin: 0;
  padding: 0 33px 0 10px;
  width: 100%;
  height: 50px;
  font-family: "DaxlinePro-Regular";
  font-size: 21px;
  color: #434f55;
  border: 2px solid #d9dcdd;
  outline: none;
}
.klinik-search-block input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  display: block;
  opacity: 1;
  color: rgb(67, 79, 85);
}
.klinik-search-block input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  display: block;
  opacity: 1;
  color: rgb(67, 79, 85);
}
.klinik-search-block input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  display: block;
  opacity: 1;
  color: rgb(67, 79, 85);
}
.klinik-search-block input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  display: block;
  opacity: 1;
  color: rgb(67, 79, 85);
}
.klinik-search-block input[type=text]:focus {
  border-color: #007697;
}
.klinik-search-block button[type=submit] {
  position: absolute;
  top: calc(50% - 11px);
  right: 10px;
  border: none;
  outline: none;
  background-color: transparent;
  height: 23px;
  width: 23px;
  background-image: url(../Images/search-ico-mob.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -200px;
}

.klinik-line__title {
  color: #007697;
  font-family: "DaxlinePro-Medium";
  font-size: 30px;
  margin-bottom: 23px;
}

.klinik-line + .klinik-line {
  margin-top: 50px;
}
.klinik-line ul {
  list-style: none;
}
.klinik-line .team-item {
  padding: 20px;
  border: 2px solid #d9dcdd;
  margin-bottom: 30px;
}
.klinik-line .avatar, .klinik-line .info, .klinik-line .links {
  display: inline-block;
  vertical-align: top;
}
.klinik-line .avatar {
  width: 200px;
  text-align: center;
}
.klinik-line .info {
  width: 80%;
  padding-right: 10px;
}
.klinik-line .info h4 {
  font-family: "DaxlinePro-Bold";
  font-size: 18px;
  line-height: 30px;
  color: #434f55;
}
.klinik-line .info p {
  font-family: "DaxlinePro-Regular";
  font-size: 18px;
  line-height: 30px;
  color: #434f55;
  margin: 0;
}
.klinik-line .info p + h4 {
  margin-top: 1em;
}
.klinik-line .info p.klinik-link a {
  font-family: "DaxlinePro-Bold";
  color: #434f55;
  text-decoration: none;
}
.klinik-line .info p.klinik-link a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #434f55;
  background-image: url(../Images/klinik-team-sprites.png);
  background-repeat: no-repeat;
  background-position: -54px center;
  position: relative;
  top: 2px;
}
.klinik-line .info p.klinik-link a:hover, .klinik-line .info p.klinik-link a:focus {
  text-decoration: underline;
}
.klinik-line .info .links {
  display: none;
}
.klinik-line .avatar + .info {
  width: calc(80% - 200px);
}
.klinik-line .links a {
  font-family: "DaxlinePro-Bold";
  font-size: 18px;
  line-height: 30px;
  color: #434f55;
  text-decoration: none;
  display: block;
}
.klinik-line .links a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #434f55;
  background-image: url(../Images/klinik-team-sprites.png);
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  border: 1px solid #434f55;
}
.klinik-line .links a:hover, .klinik-line .links a:focus {
  text-decoration: underline;
}
.klinik-line .links a.contact:before {
  background-position: -1px center;
}
.klinik-line .links a.details:before {
  background-position: -19px 1px;
}

.modal_address {
  font-family: "DaxlinePro-Regular";
  font-size: 18px;
  text-align: left;
}
.modal_address .modal-dialog .modal-content {
  border-radius: 0;
}
.modal_address .modal-dialog .modal-content .modal-header {
  background-color: #4e7f27;
  border-bottom: 0 none;
  color: #fff;
}
.modal_address .modal-dialog .modal-content .modal-header h4 {
  font-family: "DaxlinePro-Bold";
  color: #fff;
  line-height: initial;
}
.modal_address .modal-dialog .modal-content .modal-body p {
  margin: 0;
  text-align: left;
  font-size: 18px;
}
.modal_address .modal-dialog .modal-content .modal-body strong {
  font-family: "DaxlinePro-Bold" !important;
  font-weight: 400 !important;
}
.modal_address .modal-dialog .modal-content .modal-body ul {
  font-size: 18px;
  font-family: "DaxlinePro-Regular";
}
.modal_address .modal-dialog .modal-content .modal-body ul li {
  padding-left: 30px;
  margin: 0.25em 0;
}
.modal_address .modal-dialog .modal-content .modal-body ul li:before {
  width: 20px;
  background-color: #434f55;
}
.modal_address .modal-dialog .modal-content .modal-body a {
  font-size: 18px;
  font-family: "DaxlinePro-Light";
  text-decoration: underline;
  display: inline;
}
.modal_address .modal-dialog .modal-content .modal-body a:before {
  display: none;
}
.modal_address .modal-dialog .modal-content .modal-body a:hover, .modal_address .modal-dialog .modal-content .modal-body a:focus {
  text-decoration: none;
}
.modal_address .modal-dialog .modal-content .modal-body a.details {
  display: block !important;
  text-decoration: none;
}
.modal_address .modal-dialog .modal-content .modal-body a.details:before {
  content: "";
  display: inline-block !important;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #434f55;
  background-image: url(../Images/klinik-team-sprites.png);
  background-repeat: no-repeat;
  background-position: -36px 0px;
  position: relative;
  top: 2px;
}
.modal_address .modal-dialog .modal-content .modal-body dl {
  margin-bottom: 1em;
  overflow: hidden;
}
.modal_address .modal-dialog .modal-content .modal-body dl dt {
  display: block;
  float: left;
  font-family: "DaxlinePro-Bold";
  font-weight: 400;
  text-align: left !important;
  vertical-align: middle;
  width: 25%;
  padding: 0 0 0.25em;
}
.modal_address .modal-dialog .modal-content .modal-body dl dd {
  display: block;
  padding: 0 0 0.25em;
  text-align: left !important;
  width: 75%;
  float: left;
}
.modal_address .modal-dialog .modal-content .modal-body dl dd a {
  font-family: "DaxlinePro-Regular";
  display: inline;
}
.modal_address .modal-dialog .modal-content .modal-body dl dd a:before {
  display: none;
}
.modal_address .modal-dialog .modal-content .modal-body dl dd a:hover, .modal_address .modal-dialog .modal-content .modal-body dl dd a:focus {
  text-decoration: underline;
}
.modal_address .modal-dialog .modal-content .modal-body dl dd a:focus {
  background-color: #f2f2f3;
}
.modal_address .modal-dialog .modal-content .modal-body a.details {
  display: block;
  font-family: "DaxlinePro-Bold";
  text-decoration: none;
}
.modal_address .modal-dialog .modal-content .modal-body a.details:before {
  display: none;
}
.modal_address .modal-dialog .modal-content .modal-body a.details:hover, .modal_address .modal-dialog .modal-content .modal-body a.details:focus {
  text-decoration: underline;
}
.modal_address .modal-dialog .modal-content .modal-footer {
  background-color: rgba(68, 80, 85, 0.05);
  border-top: 2px solid #d9dcdd;
  padding: 5px 15px;
}
.modal_address .modal-dialog .modal-content .modal-footer .btn.btn-default {
  background-color: #434f55;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  font-family: "DaxlinePro-Bold";
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.modal_address .modal-dialog .modal-content .modal-footer .btn.btn-default:hover, .modal_address .modal-dialog .modal-content .modal-footer .btn.btn-default:focus {
  background-color: #007697;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.klinik-banner {
  background-color: #007697;
  position: relative;
  overflow: hidden;
  min-height: 460px;
}
.klinik-banner img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.klinik-banner .banner-content {
  height: 460px;
}
.klinik-banner .banner-content h1 {
  font-family: "DaxlinePro-Light";
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding-top: 100px;
}
.klinik-banner .banner-content h1 span {
  display: block;
}
.klinik-banner .b-tablist {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
}
.klinik-banner .b-tablist li {
  color: #434f55;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 215px;
  min-height: 70px;
  margin-right: 10px;
  vertical-align: bottom;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.klinik-banner .b-tablist li a {
  background-color: transparent;
  display: block;
  text-align: center;
  font-family: "DaxlinePro-Light";
  font-size: 30px;
  line-height: 70px;
  color: #434f55;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  margin: 0;
}
.klinik-banner .b-tablist li a:focus {
  text-decoration: underline;
}
.klinik-banner .b-tablist li.active {
  padding-top: 10px;
  background-color: #fff;
}
.klinik-banner .b-tablist li.active a {
  font-family: "DaxlinePro-Bold";
  color: #007697;
}

.klinik-search {
  padding: 40px 0;
}
.klinik-search .search-form-wraper {
  width: 59%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.klinik-search .dropdown {
  float: right;
  width: 39%;
}
.klinik-search .dropdown .klinik__dropdown-btn {
  font-family: "DaxlinePro-Regular";
  display: block;
  width: 100%;
  height: auto;
  min-height: 45px;
  line-height: 45px;
  font-size: 21px;
  padding-left: 20px;
  padding-right: 40px;
  text-decoration: none;
  color: #fff;
  background-color: #4e7f27;
  position: relative;
}
.klinik-search .dropdown .klinik__dropdown-btn .dropdown_arr {
  display: inline-block;
  width: 18px;
  height: 11px;
  background-image: url(../Images/dropdown_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
}
.klinik-search .dropdown .klinik__dropdown-btn:focus {
  background-color: #b4b9bb;
}
.klinik-search input[type=text] {
  font-family: "DaxlinePro-Regular";
  margin: 0;
  padding: 0 48px 0 20px;
  width: 100%;
  height: 45px;
  font-size: 21px;
  color: #fff;
  background-color: #007697;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.klinik-search input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  display: block;
  color: #fff;
  opacity: 1;
}
.klinik-search input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  display: block;
  color: #fff;
  opacity: 1;
}
.klinik-search input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  display: block;
  color: #fff;
  opacity: 1;
}
.klinik-search input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  display: block;
  color: #fff;
  opacity: 1;
}
.klinik-search input[type=text]:focus {
  background-color: #b4b9bb;
}
.klinik-search button[type=submit] {
  text-indent: -200px;
  position: absolute;
  top: calc(50% - 11px);
  right: 10px;
  border: none;
  outline: none;
  background-color: transparent;
  height: 23px;
  width: 23px;
  background-image: url(../Images/search-icon-white.png);
  background-repeat: no-repeat;
  background-position: center;
}
.klinik-search #clinic-suggestions {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  position: absolute;
  color: #434f55;
  font-family: "DaxlinePro-Regular";
  font-size: 16px;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  z-index: 1;
}
.klinik-search #clinic-suggestions li.no-entries {
  font-style: italic;
  display: block;
  text-decoration: none;
  padding: 3px 20px;
  color: #434f55;
}
.klinik-search #clinic-suggestions li.no-entries:hover, .klinik-search #clinic-suggestions li.no-entries:focus {
  background-color: #f5f6f6;
}
.klinik-search #clinic-suggestions li a {
  display: block;
  text-decoration: none;
  padding: 3px 20px;
  color: #434f55;
}
.klinik-search #clinic-suggestions li a:hover, .klinik-search #clinic-suggestions li a:focus {
  background-color: #f5f6f6;
}

.klinik-tab {
  padding: 40px 0;
}
.klinik-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.klinik-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.klinik-tab ul li {
  padding: 20px 0;
  border-bottom: 2px solid #d9dcdd;
}
.klinik-tab ul li a {
  font-family: "DaxlinePro-Bold";
  font-size: 24px;
  color: #007697;
  text-decoration: none;
}
.klinik-tab ul li a:focus {
  text-decoration: underline;
}
.klinik-tab ul li li {
  border-bottom: none;
  padding: 5px 0 5px 10px;
}
.klinik-tab ul li li a {
  font-family: "DaxlinePro-Regular";
  font-size: 21px;
  color: #434f55;
  position: relative;
  padding-left: 20px;
  display: block;
}
.klinik-tab ul li li a:hover, .klinik-tab ul li li a:focus {
  text-decoration: underline;
}
.klinik-tab ul li li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 17px;
  background-image: url(../Images/contact-item-more-link-arr.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.ctype-ce_grid_team + .ctype-ce_grid_team {
  margin-top: 30px;
}
.ctype-ce_grid_team header h1, .ctype-ce_grid_team header h2, .ctype-ce_grid_team header h3, .ctype-ce_grid_team header h4, .ctype-ce_grid_team header h5, .ctype-ce_grid_team header h6 {
  text-align: center;
  font-family: "DaxlinePro-Medium";
  font-size: 21px;
  line-height: 27px;
  color: #007697;
  margin-bottom: 0;
}
.ctype-ce_grid_team header h1 + h2,
.ctype-ce_grid_team header h3 + h4,
.ctype-ce_grid_team header h5 + h6 {
  display: none;
}

.widget {
  vertical-align: top;
  margin-bottom: 30px;
  display: inline-block;
}
.widget p {
  font-size: 18px;
  line-height: 27px;
  font-family: "DaxlinePro-Regular";
  color: #434f55;
}
.widget.widget_suche h2 {
  font-family: "DaxlinePro-Light";
  font-size: 30px;
  color: #434f55;
  margin: 0.5em 0;
  line-height: 36px;
}
.widget.widget_suche img {
  margin: 15px 0;
}
.widget.widget_suche .widget-search-field {
  width: 100%;
  height: 50px;
  border: 2px solid #d9dcdd;
  outline: none;
  padding: 0 15px;
  background-image: url(../Images/search-ico-mob.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 23px auto;
  font-family: "DaxlinePro-Regular";
  font-size: 21px;
  color: #434f55;
}
.widget.widget_suche .widget-search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
}
.widget.widget_suche .widget-search-field::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}
.widget.widget_suche .widget-search-field:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}
.widget.widget_suche .widget-search-field:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}
.widget.widget_suche .widget-search-field:focus {
  border-color: #007697;
}
.widget.widget_suche .widget-submit-search-field {
  font-family: "DaxlinePro-Medium";
  font-size: 21px;
  width: 100%;
  height: 100%;
  color: #fff;
  outline: none;
  border: none;
  background-color: transparent;
}
.widget.widget_suche .submit-wraper {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
  padding: 0 15px;
  height: 50px;
  background-color: #434f55;
}
.widget.widget_suche .submit-wraper:after {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  border: 25px solid transparent;
  border-right: none;
  border-left-color: #434f55;
  position: absolute;
  top: 0;
  right: -50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget.widget_suche .submit-wraper:hover, .widget.widget_suche .submit-wraper:focus, .widget.widget_suche .submit-wraper.inFocus {
  background-color: #007697;
}
.widget.widget_suche .submit-wraper:hover:after, .widget.widget_suche .submit-wraper:focus:after, .widget.widget_suche .submit-wraper.inFocus:after {
  border-left-color: #007697;
}
.widget.widget_suche .dropdown .widget__dropdown-btn {
  font-family: "DaxlinePro-Regular";
  display: block;
  width: 100%;
  height: 50px;
  line-height: 45px;
  font-size: 21px;
  padding-left: 15px;
  text-decoration: none;
  color: #434f55;
  border: 2px solid #d9dcdd;
  background-color: #fff;
  position: relative;
}
.widget.widget_suche .dropdown .widget__dropdown-btn .dropdown_arr {
  display: inline-block;
  width: 18px;
  height: 11px;
  background-image: url(../Images/dropdown_dark_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
}
.widget.widget_person {
  width: 100%;
  text-align: center;
}
.widget.widget_person h2, .widget.widget_person h4 {
  font-family: "DaxlinePro-Bold";
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #007697;
  margin-top: 0.25em;
}
.widget.widget_person > a {
  display: inline-block;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.widget.widget_person > a:focus {
  border-color: #b4b9bb;
}
.widget.widget_person .widget-avatar {
  display: block;
  border: 2px solid #d9dcdd;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #d9dcdd;
}
.widget.widget_person p {
  text-align: center;
  line-height: 21px;
  margin: 0.5em;
  font-size: 16px;
}
.widget.widget_person .b-links {
  text-align: center;
}
.widget.widget_person .b-links a {
  display: inline-block;
  font-family: "DaxlinePro-Bold";
  font-size: 16px;
  color: #434f55;
  text-decoration: none;
}
.widget.widget_person .b-links a + a:before {
  content: "|";
  display: inline-block;
  margin: 0 10px 0 5px;
}
.widget.widget_person .b-links a:focus {
  text-decoration: underline;
}
.widget.widget_person .b-links a span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../Images/klinik-team-sprites.png);
  background-repeat: no-repeat;
  background-color: #434f55;
  border-radius: 50%;
  border: 1px solid #434f55;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.widget.widget_person .b-links a span.contact-ico {
  background-position: -1px center;
}
.widget.widget_person .b-links a span.details-ico {
  background-position: -19px center;
}

.panel .panel-body .widget.widget_person {
  width: 100%;
}
.panel .panel-body .widget.widget_person p {
  font-size: 18px;
  font-family: "DaxlinePro-Regular";
}
h1 {
  font-family: "DaxlinePro-Light";
  font-size: 36px;
  color: #434f55;
  margin: 0;
  line-height: 44px;
}

h2 {
  font-family: "DaxlinePro-Medium";
  font-size: 36px;
  color: #007697;
  margin: 0;
  line-height: 44px;
}

h3 {
  font-family: "DaxlinePro-Medium";
  font-size: 30px;
  color: #434f55;
  margin: 0;
  line-height: 36px;
}

h4 {
  font-family: "DaxlinePro-Medium";
  font-size: 24px;
  color: #434f55;
  margin: 0;
  line-height: 30px;
}

p {
  font-family: "DaxlinePro-Light";
  font-size: 21px;
  line-height: 33px;
  margin: 0 0 1em;
}
p a {
  text-decoration: underline;
}
p a:hover, p a:focus {
  text-decoration: none;
}
p a:focus {
  background-color: #f2f2f3;
}

h5 {
  font-family: "DaxlinePro-Medium";
  font-size: 21px;
  line-height: 33px;
  color: #007697;
  margin: 0 0 1em;
}

p + ul, h5 + ul {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  font-family: "DaxlinePro-Light";
  font-size: 21px;
  line-height: 33px;
}
p + ul li, h5 + ul li {
  padding-left: 40px;
  position: relative;
  margin: 0.5em 0;
}
p + ul li:before, h5 + ul li:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #007697;
  position: absolute;
  left: 0;
  top: 15px;
}
p + ul li a, h5 + ul li a {
  text-decoration: underline;
}
p + ul li a:hover, p + ul li a:focus, h5 + ul li a:hover, h5 + ul li a:focus {
  text-decoration: none;
}

.ce-bodytext ul {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  font-family: "DaxlinePro-Light";
  font-size: 21px;
  line-height: 33px;
}
.ce-bodytext ul li {
  padding-left: 30px;
  position: relative;
  margin: 0.5em 0;
}
.ce-bodytext ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #a1a7aa;
  position: absolute;
  left: 0;
  top: 15px;
}
.ce-bodytext ul li a {
  text-decoration: underline;
}
.ce-bodytext ul li a:hover, .ce-bodytext ul li a:focus {
  text-decoration: none;
}

.ce-bodytext ol {
  margin: 0 0 1em;
  padding: 0 0 0 20px;
  font-family: "DaxlinePro-Light";
  font-size: 21px;
  line-height: 33px;
}
.ce-bodytext ol li {
  padding-left: 10px;
  position: relative;
  margin: 0.5em 0;
}

h6 {
  font-family: "DaxlinePro-Medium";
  font-size: 21px;
  color: #434f55;
  margin: 0 0 1em;
}

h6 + p {
  margin-top: -1em;
}

img.img-responsive.side-image {
  width: 100%;
  height: auto;
}

a.button {
  background-color: #007697;
  color: #fff;
  display: table;
  text-align: center;
  padding: 10px 15px;
  margin: 0 auto;
  text-decoration: none;
}
a.button:hover, a.button:focus {
  background-color: #4e7f27;
}

.ctype-textpic + .ctype-textpic {
  margin-top: 1em;
}

.ce-bodytext .ce-row + .ce-row {
  margin-top: 30px;
}
.ce-bodytext .ce-column + .ce-column {
  margin-top: 30px;
}
.ce-bodytext .ce-image, .ce-bodytext .ce-gallery {
  z-index: 1;
}
.ce-bodytext .ce-image-right, .ce-bodytext .ce-gallery-right {
  float: right;
}
.ce-bodytext .ce-image img, .ce-bodytext .ce-gallery img {
  width: 100%;
  height: auto;
}
.ce-bodytext .ce-image figcaption, .ce-bodytext .ce-gallery figcaption {
  font-family: "DaxlinePro-Bold";
  font-size: 16px;
  color: #434f55;
  margin-top: 0.5em;
}

.contact-box {
  padding: 30px 10%;
  background-color: #f5f6f6;
  margin-bottom: 2px;
}
.contact-box .mb {
  margin-bottom: 50px;
}
.contact-box .round-ico {
  display: inline-block;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  vertical-align: top;
  background-image: url(../Images/klinik-endometriose-contact-sprites.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
}
.contact-box .round-ico_blue {
  background-color: #007697;
}
.contact-box .round-ico_tuerkis {
  background-color: #008f97;
}
.contact-box .round-ico_green {
  background-color: #4e7f27;
}
.contact-box .round-ico_phone {
  background-position: left center;
}
.contact-box .round-ico_fax {
  background-position: center;
}
.contact-box .round-ico_mail {
  background-position: right center;
}
.contact-box h4, .contact-box p {
  display: inline-block;
  vertical-align: top;
  font-family: "DaxlinePro-Light";
  font-size: 30px;
  line-height: 30px;
  color: #434f55;
  margin: 0;
  display: block;
  height: 100%;
  overflow: hidden;
  word-wrap: break-word;
}
.contact-box h4 span, .contact-box p span {
  display: block;
  font-size: 18px;
}
.contact-box a:hover, .contact-box a:focus {
  text-decoration: none;
}
.contact-box .simple-inf p {
  font-size: 21px;
  display: block;
  text-align: center;
  padding-bottom: 20px;
}
.contact-box .simple-inf p span {
  font-size: 21px;
}
.contact-box .simple-inf p a span {
  display: inline;
}
.contact-box .simple-inf ul {
  text-align: center;
}
.contact-box .simple-inf ul li {
  padding-left: 0;
  margin: 0;
}
.contact-box .simple-inf ul li:before {
  position: relative !important;
  display: inline-block !important;
  top: -0.25em !important;
  margin-right: 10px;
  width: 20px;
  background-color: #a1a7aa;
}
.contact-box:last-child {
  margin-bottom: 2em;
}

.ctype-ce_contact .row.row__narrow div:first-child {
  min-height: 40px;
}

.ctype-ce_contact {
  margin-bottom: 1em;
}

.team {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  background-color: #f5f6f6;
  padding: 70px 0 50px 0;
  width: 100%;
}
.team > h4 {
  text-align: center;
  font-family: "DaxlinePro-Light";
  font-size: 30px;
  margin-bottom: 0.5em;
}
.team p {
  font-family: "DaxlinePro-Regular";
  font-size: 21px;
  color: #434f55;
  text-align: center;
  margin: 0;
}
.team .team-ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #434f55;
  background-color: #434f55;
  border-radius: 50%;
  background-image: url(../Images/klinik-team-sprites.png);
  background-repeat: no-repeat;
  background-position: -18px center;
  position: relative;
  top: 2px;
}
.team a {
  text-decoration: none;
}
.team .round-ico {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-image: url(../Images/klinik-endometriose-team-sprites.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 45px);
  top: -45px;
}
.team__pflege .round-ico, .team__aerzte .round-ico {
  background-color: #007697;
  background-position: left center;
}
.team__pflege > h4, .team__aerzte > h4 {
  color: #007697;
}
.team__pflege a, .team__aerzte a {
  display: inline-block;
}
.team__pflege a.contact, .team__aerzte a.contact {
  font-family: "DaxlinePro-Bold";
  font-size: 18px;
  line-height: 20px;
  color: #434f55;
  text-decoration: none;
  margin-left: 5px;
}
.team__pflege a.contact:before, .team__aerzte a.contact:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #434f55;
  background-image: url(../Images/klinik-team-sprites.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  position: relative;
  top: 2px;
  border: 1px solid #434f55;
}
.team__pflege p, .team__aerzte p {
  display: block;
}
.team__pflege .modal p, .team__aerzte .modal p {
  display: block;
}
.team__pflege .round-ico {
  background-color: #4e7f27;
  background-position: right center;
}
.team__pflege h4 {
  color: #4e7f27;
}

.panel {
  margin-bottom: 2px;
  border-radius: 0;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
}
.panel .panel-heading {
  padding: 0;
  border: 0;
}
.panel .accordion-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-right: 50px;
  font-size: 21px;
  font-family: "DaxlinePro-Medium";
  text-decoration: none;
  position: relative;
  background-color: #007697;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.panel .accordion-btn:focus {
  text-decoration: underline;
}
.panel .accordion-btn .dropdown-btn {
  display: block;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.panel .accordion-btn.collapsed {
  background-color: #f5f6f6;
  color: #434f55;
  font-family: "DaxlinePro-Light";
}
.panel .accordion-btn.collapsed .dropdown-btn {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #a1a7aa;
  top: calc(50% - 9px);
}
.panel .panel-body {
  background-color: #f2f2f3;
  padding: 20px;
}
.panel .panel-body p {
  font-family: "DaxlinePro-Light";
  font-size: 21px;
  color: #434f55;
}
.panel .panel-body a:hover, .panel .panel-body a:focus {
  text-decoration: none;
}
.panel .panel-body ul li {
  padding-left: 30px;
  margin: 0;
}
.panel .panel-body ul li:before {
  width: 20px;
  background-color: #a1a7aa;
}
.panel .panel-body .ce-bodytext ul li {
  margin: 0.5em 0;
}

.panel-group {
  margin-top: 0;
  margin-bottom: 2em;
  padding: 0;
  list-style: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}
.panel-group.multicolored {
  margin-top: 0;
  margin-bottom: 80px;
}
.panel-group.multicolored .panel-heading + .panel-collapse > .panel-body, .panel-group.multicolored .panel-heading + .panel-collapse > .list-group {
  border: none;
}
.panel-group.multicolored .panel {
  margin-bottom: 2px;
  border-radius: 0;
  border: none;
  padding: 0;
}
.panel-group.multicolored .panel .panel-heading {
  padding: 0;
}
.panel-group.multicolored .panel .accordion-btn.collapsed {
  color: #fff;
}
.panel-group.multicolored .panel .accordion-btn.collapsed .dropdown-btn {
  border-color: #fff;
}
.panel-group.multicolored .panel:nth-child(3n-2) .accordion-btn {
  background-color: #007697;
}
.panel-group.multicolored .panel:nth-child(3n-2) .panel-body {
  background-color: #ccebf4;
}
.panel-group.multicolored .panel:nth-child(3n-1) .accordion-btn {
  background-color: #4e7f27;
}
.panel-group.multicolored .panel:nth-child(3n-1) .panel-body {
  background-color: #dfecd6;
}
.panel-group.multicolored .panel:nth-child(3n) .accordion-btn {
  background-color: #008f97;
}
.panel-group.multicolored .panel:nth-child(3n) .panel-body {
  background-color: rgba(0, 143, 151, 0.2);
}
.panel-group.mehr-lesen .panel {
  padding-bottom: 40px;
  position: relative;
}
.panel-group.mehr-lesen .panel .panel-heading,
.panel-group.mehr-lesen .panel .panel-footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.panel-group.mehr-lesen .panel .panel-footer {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.panel-group.mehr-lesen .panel .accordion-btn {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 16px;
  background-color: transparent;
  color: #434f55;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.panel-group.mehr-lesen .panel .accordion-btn .dropdown-btn {
  display: block;
  width: 14px;
  height: 14px;
  border-color: #434f55;
  margin: 0 auto;
  bottom: auto;
  top: -36px;
  right: auto;
  left: auto;
  position: relative;
}
.panel-group.mehr-lesen .panel .accordion-btn .weniger {
  display: block;
}
.panel-group.mehr-lesen .panel .accordion-btn .mehr {
  display: none;
}
.panel-group.mehr-lesen .panel .accordion-btn:focus .weniger,
.panel-group.mehr-lesen .panel .accordion-btn:focus .mehr {
  text-decoration: underline;
}
.panel-group.mehr-lesen .panel .accordion-btn.collapsed {
  background-color: transparent;
  color: #007697;
  font-family: "DaxlinePro-Medium";
  padding: 0;
}
.panel-group.mehr-lesen .panel .accordion-btn.collapsed .dropdown-btn {
  border-color: #007697;
  bottom: 0;
  top: auto;
}
.panel-group.mehr-lesen .panel .accordion-btn.collapsed .weniger {
  display: none;
}
.panel-group.mehr-lesen .panel .accordion-btn.collapsed .mehr {
  display: block;
}
.panel-group.mehr-lesen .panel .accordion-btn.collapsed:hover, .panel-group.mehr-lesen .panel .accordion-btn.collapsed:focus {
  color: #434f55;
}
.panel-group.mehr-lesen .panel .accordion-btn.collapsed:hover .dropdown-btn, .panel-group.mehr-lesen .panel .accordion-btn.collapsed:focus .dropdown-btn {
  border-color: #434f55;
}
.panel-group.mehr-lesen .panel .accordion-btn:hover, .panel-group.mehr-lesen .panel .accordion-btn:focus {
  color: #007697;
}
.panel-group.mehr-lesen .panel .accordion-btn:hover .dropdown-btn, .panel-group.mehr-lesen .panel .accordion-btn:focus .dropdown-btn {
  border-color: #007697;
}
.panel-group.mehr-lesen .panel .panel-body {
  background-color: transparent;
  padding: 0;
}
.panel-group .panel {
  margin-bottom: 2px;
}
.panel-group .panel + .panel {
  margin-top: 0;
}

.tab {
  margin-bottom: 2em;
}
.tab .b-tablist {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.tab .b-tablist li {
  display: inline-block;
  margin-right: 2px;
}
.tab .b-tablist li a {
  display: block;
  background-color: #6F787B;
  padding: 10px 15px;
  border-top: 6px solid #fff;
  vertical-align: bottom;
  word-wrap: break-word;
  text-align: center;
  font-family: "DaxlinePro-Medium";
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.tab .b-tablist li a:focus {
  text-decoration: underline;
}
.tab .b-tablist li.active a {
  background-color: #007697;
  font-family: "DaxlinePro-Medium";
  color: #fff;
  padding: 16px 15px 10px;
  border-top: 0;
}
.tab .b-tablist.vertical li {
  display: block;
  margin-right: 0;
  margin-top: 2px;
}
.tab .b-tablist.vertical li a {
  border: 0;
}
.tab .b-tablist.vertical li.active a {
  padding: 10px 15px;
}
.tab .tab-content {
  background-color: #f5f6f6;
  padding: 20px;
  font-family: "DaxlinePro-Light";
  font-size: 21px;
  line-height: 33px;
  color: #434f55;
}
.tab .tab-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tab .tab-content ul li:not(.panel) {
  padding-left: 30px;
  margin: 0;
  position: relative;
}
.tab .tab-content ul li:not(.panel):before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #a1a7aa;
  position: absolute;
  left: 0;
  top: 15px;
}

.panel + .ctype-gridelements_pi1,
.panel + .frame-type-header {
  margin-top: 40px;
}

.b-certificate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  max-width: 315px;
  height: 240px;
  margin: 15px;
  border: 2px solid rgba(68, 80, 85, 0.2);
}
.b-certificate:last-child {
  margin-bottom: 2em;
}

.popup-btn {
  display: inline-block;
  position: relative;
}
.popup-btn .zoom-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(../Images/zoom-ico.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.zoomed-image {
  width: 100%;
  height: auto;
}

.download-item {
  list-style: none;
}
.download-item a {
  font-family: "DaxlinePro-Light";
  font-size: 21px;
  color: #434f55;
  padding: 20px;
  padding-right: 50px;
  background-color: #f5f6f6;
  margin-bottom: 2px;
  display: block;
  background-image: url(../Images/download-ico.png);
  background-repeat: no-repeat;
  background-position: right center;
  border-right: 20px solid transparent;
}
.download-item a:hover, .download-item a:focus {
  background-color: #f2f2f3;
}
.download-item:last-child {
  margin-bottom: 2em;
}

.panel .download-item a {
  padding: 0 0 0 50px;
  background-color: transparent;
  background-position: left top;
  border: 0;
  text-decoration: underline;
}
.panel .download-item a:hover, .panel .download-item a:focus {
  background-color: transparent;
  text-decoration: none;
}
.panel .download-item:last-child {
  margin-bottom: 0;
}

.klinik-line_t2 {
  padding-bottom: 0;
}

.klinik-line .slider {
  overflow: visible;
}

.klinik-line .content-line__title {
  font-size: 30px;
}

.klinik-line .content-line__title_tl {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
  margin-top: 0;
}

.klinik-line__text {
  font-family: "DaxlinePro-Light";
  font-size: 21px;
  line-height: 33px;
  color: #434f55;
  padding: 0;
  margin-bottom: 1.57em;
}

.klinik-line__text_link {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 40px;
}

.klinik-line__text .slider-indicator {
  font-family: "DaxlinePro-Medium";
}
.klinik-line__text .photo-author {
  font-family: "DaxlinePro-Medium";
  font-size: 16px;
}
.klinik-line__text .separator {
  color: #dadcdd;
}

.klinik-line__text-list-title {
  font-family: "DaxlinePro-Medium";
  font-size: 21px;
  color: #007697;
  margin-bottom: 25px;
}

.klinik-line__text-list-title_dark {
  color: #434f55;
  margin-bottom: 15px;
}

.klinik-line__text-list {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
.klinik-line__text-list li {
  margin-bottom: 25px;
  padding-left: 40px;
  font-family: "DaxlinePro-Light";
  font-size: 21px;
  color: #434f55;
  position: relative;
}
.klinik-line__text-list li:last-child {
  margin-bottom: 0;
}
.klinik-line__text-list li:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #007697;
  position: absolute;
  left: 0;
  top: 15px;
}

.klinik-line .wraper {
  width: 100%;
}

.klinik-line .side-image {
  margin-top: 25px;
}

.contenttable {
  font-family: "DaxlinePro-Light";
  font-size: 21px;
  line-height: 33px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  float: none;
}
.contenttable.table > tbody > tr > td, .contenttable.table > tbody > tr > th, .contenttable.table > tfoot > tr > td, .contenttable.table > tfoot > tr > th, .contenttable.table > thead > tr > td, .contenttable.table > thead > tr > th {
  line-height: 33px;
  border-top: 0;
  padding: 10px 15px;
}
.contenttable caption {
  color: #a1a7aa;
  font-family: "DaxlinePro-Bold";
}
.contenttable th, .contenttable td {
  border: 0;
  border-bottom: 2px solid #d9dcdd;
  padding: 10px 15px;
  border-top: 0;
}
.contenttable th p, .contenttable td p {
  margin: 0;
}
.contenttable th p + p, .contenttable td p + p {
  margin-top: 1em;
}
.contenttable th {
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  border-color: #434f55;
}

/* Styles for extension "news" */
.ui-datepicker {
  background-color: #fff !important;
  border: 2px solid #d9dcdd !important;
  border-radius: 0 !important;
  color: #434f55;
  font-family: "DaxlinePro-Light";
  font-size: 15.75px;
  padding: 0 0 0 0 !important;
}
.ui-datepicker .ui-datepicker-header {
  clear: both;
  border: 0 none;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  height: auto;
}
.ui-datepicker .ui-datepicker-calendar {
  background-color: #fff;
  margin: 0 !important;
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #434f55;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  border: 0 none;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  color: #fff;
  background-color: #007697 !important;
}

.news.search-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.news.search-form .searchContent .rd-mailform {
  padding: 0;
}
.news.search-form .searchContent .rd-mailform input.form-input {
  border: 2px solid #d9dcdd;
  color: #434f55;
  font-family: "DaxlinePro-Regular";
  font-size: 21px;
  height: 50px;
  outline: medium none;
  padding: 0 10px;
  width: calc(20% - 15px);
  margin-right: 15px;
}
.news.search-form .searchContent .rd-mailform input.form-input:placeholder {
  color: #434f55 !important;
}
.news.search-form .searchContent .rd-mailform input.form-input#news-subject {
  width: calc(25% - 15px);
}
.news.search-form .searchContent .rd-mailform input.form-input:focus {
  border-color: #007697;
}
.news.search-form .searchContent .rd-mailform .dropdown {
  width: calc(25% - 15px);
  display: inline-block;
  margin-right: 15px;
}
.news.search-form .searchContent .rd-mailform .dropdown .dropdown__link {
  display: block;
  width: 100%;
  height: 50px;
  font-family: "DaxlinePro-Regular";
  line-height: 50px;
  font-size: 21px;
  border: 2px solid #d9dcdd;
  border-left: none;
  text-align: center;
  text-decoration: none;
  color: #434f55;
  background-color: #f5f6f6;
}
.news.search-form .searchContent .rd-mailform .dropdown .dropdown__link .dropdown_arr {
  display: inline-block;
  width: 18px;
  height: 11px;
  background-image: url(../Images/dropdown_dark_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -1px;
}
.news.search-form .searchContent .rd-mailform select.as-select-single, .news.search-form .searchContent .rd-mailform .tx-ukustudien-study input.as-select-single, .tx-ukustudien-study .news.search-form .searchContent .rd-mailform input.as-select-single {
  width: calc(25% - 15px);
}
.news.search-form .searchContent .rd-mailform .select2-container--as {
  width: calc(25% - 15px);
  vertical-align: top;
  margin-right: 15px;
}
.news.search-form .searchContent .rd-mailform .select2-container--as .select2-selection--single {
  height: 50px;
}
.news.search-form .searchContent .rd-mailform .select2-container--as .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  font-size: 21px;
  font-family: "DaxlinePro-Regular";
  opacity: 0.5;
}
.news.search-form .searchContent .rd-mailform .select2-container--as .select2-selection--single .select2-selection__arrow {
  opacity: 0.5;
}
.news.search-form .searchContent .rd-mailform .select2-container--as.select2-container--focus .select2-selection--single .select2-selection__rendered {
  opacity: 1;
}
.news.search-form .searchContent .rd-mailform .select2-container--as.select2-container--focus .select2-selection--single .select2-selection__arrow {
  opacity: 1;
}
.news.search-form .searchContent .rd-mailform .input-group-addon {
  border: 0 none;
  background-color: transparent;
}
.news.search-form .searchContent .rd-mailform .btn.btn-default.btn-block {
  background-color: #4e7f27;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: block;
  float: right;
  font-family: "DaxlinePro-Medium";
  font-size: 21px;
  height: 50px;
  line-height: 34px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 13.5%;
}
.news.search-form .searchContent .rd-mailform .btn.btn-default.btn-block:after {
  border-color: transparent currentcolor transparent #434f55;
  -o-border-image: none;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 17px medium 17px 17px;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  right: -17px;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 17px;
}
.news.search-form .searchContent .rd-mailform .btn.btn-default.btn-block:hover, .news.search-form .searchContent .rd-mailform .btn.btn-default.btn-block:focus {
  background-color: #434f55;
  color: #fff;
  outline: none;
}
.news.search-form .searchContent .rd-mailform input.hasDatepicker {
  width: calc(17% - 15px);
}
.news.search-form.sf-news .searchContent .rd-mailform input.form-input#news-subject {
  width: calc(50% - 15px);
}

.news video, .news-list-view video, .panel-group video {
  width: 100%;
}

.news-list-view {
  margin-bottom: 20px;
}
.news-list-view > div > ul {
  padding: 0;
  list-style: none;
}
.news-list-view .page-navigation {
  margin-bottom: 20px;
}
.news-list-view .page-navigation > p {
  display: none;
}
.news-list-view .page-navigation ul.f3-widget-paginator {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
  line-height: 18px;
  color: #434f55;
}
.news-list-view .page-navigation ul.f3-widget-paginator li {
  display: inline-block;
  padding: 0 5px;
}
.news-list-view .page-navigation ul.f3-widget-paginator li + li {
  border-left: 2px solid #a1a7aa;
}
.news-list-view .page-navigation ul.f3-widget-paginator li a {
  display: inline-block;
  color: #434f55;
}
.news-list-view .page-navigation ul.f3-widget-paginator li a:focus {
  background-color: #f2f2f3;
}
.news-list-view .page-navigation ul.f3-widget-paginator li.previous {
  /*position: relative;

  a {
      padding-left: 5px;

      &:before {
          border-color: $grey_50 $grey_50 currentcolor currentcolor;
          border-image: none;
          border-style: solid solid none none;
          border-width: 2px 2px medium medium;
          content: "";
          display: block;
          height: 10px;
          position: absolute;
          left: -15px;
          top: 12px;
          transform: rotate(225deg);
          width: 10px;
      }
  }*/
}
.news-list-view .page-navigation ul.f3-widget-paginator li.next {
  /*position: relative;

  a {
      padding-right: 5px;

      &:after {
          border-color: $grey_50 $grey_50 currentcolor currentcolor;
          border-image: none;
          border-style: solid solid none none;
          border-width: 2px 2px medium medium;
          content: "";
          display: block;
          height: 10px;
          position: absolute;
          right: -15px;
          top: 12px;
          transform: rotate(45deg);
          width: 10px;
      }
  }*/
}
.news-list-view .page-navigation ul.f3-widget-paginator li.current {
  color: #007697;
}
.news-list-view .page-navigation ul.f3-widget-paginator li:before {
  display: none;
}
.news-list-view .article {
  border: 2px solid #d9dcdd;
  display: block;
  padding: 20px;
}
.news-list-view .article + .article {
  margin-top: 20px;
}
.news-list-view .article + .page-navigation {
  margin-top: 20px;
}
.news-list-view .article .thumbnail-classic-time {
  font-family: "DaxlinePro-Light";
  color: #434f55;
  font-size: 16px;
}
.news-list-view .article .news-img-wrap a {
  width: auto;
}
.news-list-view .article .news-img-wrap a img {
  height: auto;
  max-width: 100% !important;
}
.news-list-view .article .news-img-wrap a:focus {
  outline: 2px solid #b4b9bb;
  outline-offset: 2px;
  display: inline-block;
}
.news-list-view .article .image img {
  max-width: 100% !important;
}
.news-list-view .article .news-list-date {
  font-size: 14px;
}
.news-list-view .article .news-txt a:focus {
  text-decoration: underline;
}
.news-list-view .article h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 0.25em 0;
}
.news-list-view .article h3 {
  margin: 2px 0 3px;
  text-transform: none;
}
.news-list-view .article .teaser-text a {
  color: #434f55;
  display: block;
  float: right;
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
  left: -15px;
  line-height: 32px;
  position: relative;
  text-decoration: none;
}
.news-list-view .article .teaser-text a:after {
  border-color: #434f55 #434f55 currentcolor currentcolor;
  -o-border-image: none;
  border-image: none;
  border-style: solid solid none none;
  border-width: 2px 2px medium medium;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: -15px;
  top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.news-list-view .article .teaser-text a:hover, .news-list-view .article .teaser-text a:focus {
  color: #007697;
}
.news-list-view .article .teaser-text a:hover:after, .news-list-view .article .teaser-text a:focus:after {
  border-top-color: #007697;
  border-right-color: #007697;
}

.news.list-view .page-navigation > p,
.news-search-result .page-navigation > p {
  display: none;
}
.news.list-view .page-navigation ul.f3-widget-paginator,
.news-search-result .page-navigation ul.f3-widget-paginator {
  padding: 0;
  text-align: center;
}
.news.list-view .page-navigation ul.f3-widget-paginator li,
.news-search-result .page-navigation ul.f3-widget-paginator li {
  display: inline-block;
}
.news.list-view .page-navigation ul.f3-widget-paginator li.current,
.news-search-result .page-navigation ul.f3-widget-paginator li.current {
  padding: 5px 14px;
}
.news.list-view .page-navigation ul.f3-widget-paginator li a,
.news-search-result .page-navigation ul.f3-widget-paginator li a {
  display: inline-block;
  padding: 5px 14px;
}
.news.list-view .article,
.news-search-result .article {
  display: block;
  margin: 30px 0;
}
.news.list-view .article .image,
.news-search-result .article .image {
  margin-top: 6px;
}
.news.list-view .article .image img,
.news-search-result .article .image img {
  height: auto;
  max-width: 100% !important;
}
.news.list-view .article .text .news-list-date,
.news-search-result .article .text .news-list-date {
  font-size: 14px;
}
.news.list-view .article .text h3,
.news-search-result .article .text h3 {
  margin: 2px 0 3px;
  text-transform: none;
}
.news.list-view .article .text .teaser-text p,
.news-search-result .article .text .teaser-text p {
  margin: 0 0 3px !important;
}

.news.news-single .headline {
  margin-bottom: 1em;
}
.news.news-single .headline h1 {
  font-family: "DaxlinePro-Medium";
}
.news.news-single .headline h2 {
  font-size: 21px;
  line-height: 33px;
  color: #434f55;
  margin-top: 1em;
}
.news.news-single .post-meta p {
  color: #434f55;
  font-family: "DaxlinePro-Light";
  font-size: 18px;
  margin: 0;
}
.news.news-single .post-meta span + span:before {
  content: " | ";
  color: #d9dcdd;
}
.news.news-single .articleContent {
  border-top: 2px solid #d9dcdd;
  border-bottom: 2px solid #d9dcdd;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 1em;
}
.news.news-single .news-img-wrap .outer + .outer {
  margin-top: 2em;
}
.news.news-single .news-img-wrap img {
  height: auto;
  max-width: 100%;
}
.news.news-single .news-img-wrap .news-img-caption {
  color: #434f55;
  font-family: "DaxlinePro-Light";
  font-size: 15px;
  line-height: 24px;
  margin-top: 0.5em;
}
.news.news-single .news-text-wrap p {
  font-size: 21px;
  line-height: 33px;
}
.news.news-single .news-related-wrap .news-related {
  border-bottom: 2px solid #d9dcdd;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.news.news-single .news-related-wrap .news-related h5 {
  margin: 0;
}
.news.news-single .news-related-wrap .news-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "DaxlinePro-Light";
  font-size: 21px;
  line-height: 33px;
}
.news.news-single .news-related-wrap .news-related ul li {
  padding-left: 30px;
  position: relative;
  margin: 0.5em 0;
}
.news.news-single .news-related-wrap .news-related ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #a1a7aa;
  position: absolute;
  left: 0;
  top: 15px;
}
.news.news-single .news-related-wrap .news-related ul li a {
  text-decoration: none;
}
.news.news-single .news-related-wrap .news-related ul li a:hover, .news.news-single .news-related-wrap .news-related ul li a:focus {
  text-decoration: underline;
}
.news.news-single .news-backlink-wrap a {
  background: none;
  color: #007697;
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
  text-align: left;
  display: block;
  padding: 0;
}
.news.news-single .news-backlink-wrap a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #007697;
  border-left: 2px solid #007697;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news.news-single .news-backlink-wrap a:hover, .news.news-single .news-backlink-wrap a:focus {
  text-decoration: underline;
}

.legend {
  position: relative;
  top: -25px;
}
.legend ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.legend ul li {
  display: inline-block;
  margin: 0 10px 0 10px;
  /*&:last-child {
      a {
          color: $grey;
          &:before {
              content: '';
              width: 10px;
              height: 17px;
              border-radius: 0;
              background-image: url(../Images/contact-item-more-link-arr.png);
              background-repeat: no-repeat;
              background-position: center;
          }
      }
  }*/
}
.legend ul li a {
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
}
.legend ul li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.legend ul li.legend__tuerkis a {
  color: #008f97;
}
.legend ul li.legend__tuerkis a:before {
  background-color: #008f97;
}
.legend ul li.legend__blue_zwei a {
  color: #0e7f93;
}
.legend ul li.legend__blue_zwei a:before {
  background-color: #0e7f93;
}

.news-item {
  text-align: center;
  margin-bottom: 60px;
}
.news-item__date {
  text-align: center;
  margin: 0 auto;
  padding: 16px 0 0 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #434f55;
  color: #fff;
  font-family: "DaxlinePro-Light";
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}
.news-item__date span {
  font-size: 30px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}
.news-item__title {
  display: block;
  font-family: "DaxlinePro-Medium";
  font-size: 24px;
  line-height: 30px;
  padding: 15px 0 20px 0;
  text-decoration: none;
}
.news-item p {
  font-family: "DaxlinePro-Regular";
  font-size: 18px;
  line-height: 24px;
  color: #434f55;
  margin-bottom: 0.75em;
}
.news-item__more-link {
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
  text-decoration: none;
  color: #434f55;
}
.news-item__more-link .arr {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #434f55;
  border-right: 2px solid #434f55;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  left: 0;
  top: -1px;
}
.news-item__tuerkis .news-item__date {
  background-color: #008f97;
}
.news-item__tuerkis .news-item__title {
  color: #008f97;
}
.news-item__tuerkis .news-item__more-link {
  color: #008f97;
}
.news-item__tuerkis .news-item__more-link .arr {
  border-color: #008f97;
}
.news-item__blue_zwei .news-item__date {
  background-color: #0e7f93;
}
.news-item__blue_zwei .news-item__title {
  color: #0e7f93;
}
.news-item__blue_zwei .news-item__more-link {
  color: #0e7f93;
}
.news-item__blue_zwei .news-item__more-link .arr {
  border-color: #0e7f93;
}

.tx-as-jobs-list .formFilter .btn {
  padding: 10px 12px;
  height: 40px;
  line-height: 20px;
  outline: none;
  margin: 0;
  border-radius: 0;
  font-size: 16px;
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  color: #434f55;
  width: 48%;
}
.tx-as-jobs-list .formFilter .btn.submit {
  border: 2px solid #007697;
  color: #fff;
  background-color: #007697;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 4%;
}
.tx-as-jobs-list .formFilter .btn.submit:hover, .tx-as-jobs-list .formFilter .btn.submit:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #434f55;
  outline: 0;
  background-color: #434f55;
  color: #fff;
}
.tx-as-jobs-list .formFilter .btn.all {
  border: 1px solid #4e7f27;
  color: #fff;
  background-color: #4e7f27;
}
.tx-as-jobs-list .formFilter .btn.all:hover, .tx-as-jobs-list .formFilter .btn.all:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #434f55;
  outline: 0;
  background-color: #434f55;
  color: #fff;
}
.tx-as-jobs-list .formFilter input {
  font-family: "DaxlinePro-Regular";
  font-weight: normal;
  font-size: 16px;
  padding: 6px 5px 6px 15px;
  margin: 0;
  height: 40px;
  border: 2px solid #d9dcdd;
  outline: none;
  border-radius: 0;
  color: #434f55;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.tx-as-jobs-list .formFilter input:focus {
  border-color: #434f55;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.tx-as-jobs-list .formFilter .dropdown {
  /*margin: 0 auto 20px;*/
}
.tx-as-jobs-list .formFilter .dropdown_type-2 {
  max-width: 275px;
  margin: 0 0 0 40px;
}
.tx-as-jobs-list .formFilter .dropdown_type-2 .dropdown__link {
  position: relative;
}
.tx-as-jobs-list .formFilter .dropdown .dropdown-menu {
  width: 100%;
}
.tx-as-jobs-list .formFilter .dropdown__link {
  border: 2px solid #d9dcdd;
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 20px;
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  text-decoration: none;
  color: #434f55;
  background-color: #fff;
  background-image: url(../Images/dropdown_dark_btn.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.tx-as-jobs-list .formFilter .dropdown__link:hover, .tx-as-jobs-list .formFilter .dropdown__link:focus {
  border-color: #434f55;
  background-image: url(../Images/dropdown_btn.png);
  background-color: #434f55;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .tx-as-jobs-list .formFilter .dropdown__link {
    background-position: 93% center;
  }
}
@media screen and (max-width: 991px) {
  .tx-as-jobs-list .formFilter .dropdown__link {
    background-position: 98% center;
  }
}
@media screen and (max-width: 479px) {
  .tx-as-jobs-list .formFilter .dropdown__link {
    background-position: 95% center;
  }
}
.tx-as-jobs-list .formFilter .dropdown-menu .dropdown-item {
  display: block;
  border: none;
  padding: 6px 7px 6px 7px;
  margin: 0;
  color: #434f55;
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}
.tx-as-jobs-list .formFilter .button-group {
  float: left;
}
.tx-as-jobs-list .formFilter .small-screen-buffer {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .tx-as-jobs-list .formFilter .small-screen-buffer {
    padding: 15px 15px 0 15px;
  }
}
.tx-as-jobs-list .formResultList {
  margin-top: 30px;
}
.tx-as-jobs-list .formResultList .list-total {
  font-family: "DaxlinePro-Regular";
  font-weight: normal;
  font-size: 16px;
  display: block;
  padding-bottom: 30px;
}
.tx-as-jobs-list .formResultList .list-total hr {
  margin: 0;
  border-color: #d9dcdd;
  border-width: 2px;
}
@media screen and (max-width: 767px) {
  .tx-as-jobs-list .formResultList .list-total hr {
    margin: 10px 0;
  }
}
.tx-as-jobs-list .formResultList .list-total .list-header {
  padding: 15px;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .tx-as-jobs-list .formResultList .list-total .list-header {
    padding: 0 10px;
    font-size: 16px;
  }
}
.tx-as-jobs-list .formResultList .list-total .list-header .header-element {
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .tx-as-jobs-list .formResultList .list-total .list-header .header-element {
    font-size: 16px;
  }
}
.tx-as-jobs-list .formResultList .list-total .list-header .header-element span {
  float: left;
}
.tx-as-jobs-list .formResultList .list-total .list-header .row > div:first-child .header-element {
  padding-left: 0;
}
.tx-as-jobs-list .formResultList .list-total .list-header .row > div:last-child {
  text-align: right;
}
.tx-as-jobs-list .formResultList .list-total .list-body {
  border-bottom: 2px solid #d9dcdd;
  word-wrap: break-word;
  padding: 0;
  list-style: none;
}
.tx-as-jobs-list .formResultList .list-total .list-body .row > div:last-child {
  text-align: right;
}
.tx-as-jobs-list .formResultList .list-total .list-body .list-element {
  vertical-align: top;
  font-size: 16px;
  min-width: 10px;
  padding: 15px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tx-as-jobs-list .formResultList .list-total .list-body .list-element {
    padding: 5px 15px;
    font-size: 14px;
  }
}
.tx-as-jobs-list .formResultList .list-total .list-body .list-link {
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
}
.tx-as-jobs-list .formResultList .list-total .list-body .list-link a {
  color: #007697;
}
.tx-as-jobs-list .formResultList .paginator-info {
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  .tx-as-jobs-list .formResultList .paginator-info {
    float: left;
    margin-left: 15px;
  }
}
.tx-as-jobs-list .formResultList .paginator-info p {
  font-size: 18px;
  vertical-align: middle;
  margin: 0;
  line-height: 1;
}
.tx-as-jobs-list .formResultList .pagination {
  margin: 0;
  padding: 0;
  font-size: 18px;
  height: 48px;
  line-height: 34px;
  color: #434f55;
  border-radius: 0;
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
}
.tx-as-jobs-list .formResultList .pagination > .active > a, .tx-as-jobs-list .formResultList .pagination > .active > a:focus, .tx-as-jobs-list .formResultList .pagination > .active > a:hover, .tx-as-jobs-list .formResultList .pagination > .active > span, .tx-as-jobs-list .formResultList .pagination > .active > span:focus, .tx-as-jobs-list .formResultList .pagination > .active > span:hover {
  color: #fff;
  background-color: #007697;
  text-decoration: none;
  border-radius: 0;
  border-color: #007697;
}
.tx-as-jobs-list .formResultList .pagination > li > a, .tx-as-jobs-list .formResultList .pagination > li > span {
  padding: 6px 12px;
  line-height: 34px;
  text-decoration: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .tx-as-jobs-list .formResultList .text-left,
  .tx-as-jobs-list .formResultList .text-right {
    text-align: center;
  }
}
.tx-as-jobs-list .formResultList .pager-prev {
  content: "";
  display: block;
  height: 34px;
  width: 12px;
  position: relative;
}
.tx-as-jobs-list .formResultList .pager-prev:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #434f55;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 13px;
  left: 3px;
}
.tx-as-jobs-list .formResultList .pager-next {
  content: "";
  display: block;
  height: 34px;
  width: 12px;
  position: relative;
}
.tx-as-jobs-list .formResultList .pager-next:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #434f55;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 13px;
  right: 3px;
}
.tx-as-jobs-list .formResultList .pager-last {
  content: "";
  display: block;
  height: 34px;
  width: 12px;
  position: relative;
}
.tx-as-jobs-list .formResultList .pager-last:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #434f55;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 13px;
  right: 5px;
}
.tx-as-jobs-list .formResultList .pager-last:after {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  border-right: 2px solid #434f55;
  position: absolute;
  top: 9px;
  right: 0;
}
.tx-as-jobs-list .formResultList .pager-first {
  content: "";
  display: block;
  height: 34px;
  width: 12px;
  position: relative;
}
.tx-as-jobs-list .formResultList .pager-first:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #434f55;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 13px;
  left: 5px;
}
.tx-as-jobs-list .formResultList .pager-first:after {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  border-right: 2px solid #434f55;
  position: absolute;
  top: 9px;
  left: 0;
}
.tx-as-jobs-list .formResultList .disabled .pager-last:after, .tx-as-jobs-list .formResultList .disabled .pager-last:before,
.tx-as-jobs-list .formResultList .disabled .pager-first:after,
.tx-as-jobs-list .formResultList .disabled .pager-first:before {
  border-color: #a1a7aa;
}
.tx-as-jobs-list .formResultList .disabled .pager-prev:after,
.tx-as-jobs-list .formResultList .disabled .pager-next:after {
  border-color: #a1a7aa;
}
.tx-as-jobs-list .pager-up {
  content: "";
  display: block;
  height: 34px;
  width: 12px;
  margin: 0 10px;
  position: relative;
}
.tx-as-jobs-list .pager-up:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #434f55;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 15px;
}
.tx-as-jobs-list .pager-down {
  content: "";
  display: block;
  height: 34px;
  width: 12px;
  margin: 0 10px;
  position: relative;
}
.tx-as-jobs-list .pager-down:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #434f55;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 10px;
}
.tx-as-jobs-list .selector--jobs-orderings:focus {
  outline: 2px solid #b4b9bb;
  outline-offset: 2px;
  display: inline-block;
}

/* Styles for extension "tx_indexedsearch" */
.tx-indexedsearch-searchbox {
  width: 100%;
  position: relative;
}
.tx-indexedsearch-searchbox fieldset {
  margin-top: 2em;
  width: 100%;
}
.tx-indexedsearch-searchbox fieldset legend {
  display: none;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form label {
  display: block;
  color: #434f55;
  font-family: "DaxlinePro-Medium";
  font-size: 16px;
  font-weight: 400;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
  border: 2px solid #d9dcdd;
  color: #434f55;
  font-family: "DaxlinePro-Regular";
  font-size: 21px;
  height: 50px;
  outline: none;
  padding: 0 60px 0 10px;
  width: 100%;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword:focus {
  border-color: #007697;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit input[type=submit] {
  background-color: transparent;
  background-image: url("../Images/search-ico-mob.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  border: none;
  width: 50px;
  height: 50px;
  outline: none;
  text-indent: -200px;
}
.tx-indexedsearch-searchbox p {
  display: none;
}

.tx-indexedsearch-searchedFor {
  display: none;
}

.tx-indexedsearch-rules {
  display: none;
}

.tx-indexedsearch-noresult {
  margin: 2em 0;
}

.tx-indexedsearch-browsebox {
  margin: 1em 0;
}
.tx-indexedsearch-browsebox p {
  font-family: "DaxlinePro-Medium";
  font-size: 16px;
  line-height: 21px;
  color: #a1a7aa;
  text-align: center;
  display: none;
}
.tx-indexedsearch-browsebox p strong {
  font-weight: normal;
}
.tx-indexedsearch-browsebox ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "DaxlinePro-Medium";
  font-size: 16px;
  line-height: 16px;
  color: #a1a7aa;
}
.tx-indexedsearch-browsebox ul li {
  display: inline-block;
  padding: 0;
}
.tx-indexedsearch-browsebox ul li span,
.tx-indexedsearch-browsebox ul li a {
  color: #434f55;
  padding: 0 5px;
  font-family: "DaxlinePro-Light";
}
.tx-indexedsearch-browsebox ul li span:focus,
.tx-indexedsearch-browsebox ul li a:focus {
  background-color: #f2f2f3;
}
.tx-indexedsearch-browsebox ul li:before {
  display: none;
}
.tx-indexedsearch-browsebox ul li + li {
  border-left: 2px solid #a1a7aa;
}
.tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage span,
.tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage a {
  color: #000;
  font-family: "DaxlinePro-Bold";
}

.tx-indexedsearch-res {
  font-family: "DaxlinePro-Regular";
  font-size: 21px;
  line-height: 33px;
  border-bottom: 2px solid #d9dcdd;
  padding-top: 0.5em;
}
.tx-indexedsearch-browsebox + .tx-indexedsearch-res {
  border-top: 2px solid #d9dcdd;
}
.tx-indexedsearch-res h3 {
  font-size: 21px;
  line-height: 33px;
  font-family: "DaxlinePro-Medium";
  margin-top: 0;
  padding-left: 30px;
}
.tx-indexedsearch-res .tx-indexedsearch-icon {
  display: none;
}
.tx-indexedsearch-res .tx-indexedsearch-result-number {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #434f55;
  font-family: "DaxlinePro-Light";
}
.tx-indexedsearch-res .tx-indexedsearch-title a {
  color: #007697;
}
.tx-indexedsearch-res .tx-indexedsearch-percent {
  color: #434f55;
  font-family: "DaxlinePro-Medium";
}
.tx-indexedsearch-res .tx-indexedsearch-percent:before {
  content: "[ ";
}
.tx-indexedsearch-res .tx-indexedsearch-percent:after {
  content: " ]";
}
.tx-indexedsearch-res .tx-indexedsearch-description {
  font-size: 21px;
  line-height: 33px;
  padding-left: 30px;
  margin: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  padding-left: 30px;
}
.tx-indexedsearch-res .tx-indexedsearch-info > dt, .tx-indexedsearch-res .tx-indexedsearch-info > dd {
  display: none;
}
.tx-indexedsearch-res .tx-indexedsearch-info dt.tx-indexedsearch-text-item-path, .tx-indexedsearch-res .tx-indexedsearch-info dd.tx-indexedsearch-text-item-path {
  display: inline;
  font-size: 18px;
  -ms-hyphens: auto;
  hyphens: auto;
}
.tx-indexedsearch-res .tx-indexedsearch-info dd.tx-indexedsearch-text-item-path p {
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 30px;
  display: inline;
}
.tx-indexedsearch-res .tx-indexedsearch-info dd.tx-indexedsearch-text-item-path a:focus {
  background-color: #f2f2f3;
}

/* Styles for lightboxes */
a.lightbox {
  display: block;
  overflow: hidden;
  position: relative;
}
a.lightbox img, a.lightbox .img-responsive {
  width: 100%;
  height: auto;
}
a.lightbox:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(../Images/zoom-ico.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  border-radius: 50%;
  bottom: 15px;
  right: 15px;
}
a.lightbox:hover:after, a.lightbox:focus:after {
  background-color: #434f55;
  background-position: -40px center;
}

/* Styles for magnicif popup */
.mfp-gallery .mfp-content,
.mfp-wrap .mfp-content {
  overflow: hidden;
}
.mfp-gallery .mfp-content:hover .mfp-close, .mfp-gallery .mfp-content:focus .mfp-close,
.mfp-wrap .mfp-content:hover .mfp-close,
.mfp-wrap .mfp-content:focus .mfp-close {
  top: 0;
  -webkit-transition: top 0.5s ease 0s;
  transition: top 0.5s ease 0s;
}
.mfp-gallery .mfp-arrow:after,
.mfp-wrap .mfp-arrow:after {
  border: 0 none !important;
  color: rgb(0, 158, 225);
  margin-top: -20px !important;
}
.mfp-gallery .mfp-arrow:before,
.mfp-wrap .mfp-arrow:before {
  border: 0 none !important;
  color: rgb(0, 158, 225);
  opacity: 1;
}
.mfp-gallery .mfp-arrow.mfp-arrow-left:after,
.mfp-wrap .mfp-arrow.mfp-arrow-left:after {
  border-right: 0 none;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 68px;
}
.mfp-gallery .mfp-arrow.mfp-arrow-left:before,
.mfp-wrap .mfp-arrow.mfp-arrow-left:before {
  border-right: 0 none;
}
.mfp-gallery .mfp-arrow.mfp-arrow-right:after,
.mfp-wrap .mfp-arrow.mfp-arrow-right:after {
  border-left: 0 none;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 68px;
}
.mfp-gallery .mfp-arrow.mfp-arrow-right:before,
.mfp-wrap .mfp-arrow.mfp-arrow-right:before {
  border-left: 0 none;
}

.ce-bodytext p:not(.description-text) {
  font-size: 21px;
  line-height: 33px;
}
.ce-bodytext .uc-embedding-accept {
  background-color: #007697;
}

.video-js {
  width: 100%;
  height: 100%;
}
.video-js:focus {
  outline: 3px solid #b4b9bb;
  outline-offset: -1px;
}

.vjs-fluid {
  padding-top: 0;
}

.video_modal .video-js {
  width: 100% !important;
}

.frame-type-form_formframework + div {
  margin-top: 40px;
}
.frame-type-form_formframework form {
  /*p {
  	font-family: 'DaxlinePro-Regular';
  	font-weight: normal;
  	font-size: 21px;
  	line-height: 1.4;
  	margin-bottom: 20px;
  }*/
}
.frame-type-form_formframework form input[type=text],
.frame-type-form_formframework form input[type=search],
.frame-type-form_formframework form input[type=password],
.frame-type-form_formframework form input[type=tel],
.frame-type-form_formframework form input[type=url],
.frame-type-form_formframework form input[type=email],
.frame-type-form_formframework form input[type=number],
.frame-type-form_formframework form input[type=range],
.frame-type-form_formframework form input[type=file],
.frame-type-form_formframework form input[type=color],
.frame-type-form_formframework form input[type=hidden],
.frame-type-form_formframework form input[type=date],
.frame-type-form_formframework form input[type=datetime-local],
.frame-type-form_formframework form input[type=week],
.frame-type-form_formframework form input[type=month],
.frame-type-form_formframework form input[type=time],
.frame-type-form_formframework form input[type=button],
.frame-type-form_formframework form input[type=submit],
.frame-type-form_formframework form input[type=image],
.frame-type-form_formframework form input[type=reset] {
  font-family: "DaxlinePro-Regular";
  font-weight: normal;
  font-size: 16px;
  padding: 6px 5px 6px 15px;
  margin: 0;
  line-height: 24px;
  height: 40px;
  border: 2px solid #d9dcdd;
  outline: none;
  border-radius: 0;
  color: #434f55;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.frame-type-form_formframework form input[type=text]:focus,
.frame-type-form_formframework form input[type=search]:focus,
.frame-type-form_formframework form input[type=password]:focus,
.frame-type-form_formframework form input[type=tel]:focus,
.frame-type-form_formframework form input[type=url]:focus,
.frame-type-form_formframework form input[type=email]:focus,
.frame-type-form_formframework form input[type=number]:focus,
.frame-type-form_formframework form input[type=range]:focus,
.frame-type-form_formframework form input[type=file]:focus,
.frame-type-form_formframework form input[type=color]:focus,
.frame-type-form_formframework form input[type=hidden]:focus,
.frame-type-form_formframework form input[type=date]:focus,
.frame-type-form_formframework form input[type=datetime-local]:focus,
.frame-type-form_formframework form input[type=week]:focus,
.frame-type-form_formframework form input[type=month]:focus,
.frame-type-form_formframework form input[type=time]:focus,
.frame-type-form_formframework form input[type=button]:focus,
.frame-type-form_formframework form input[type=submit]:focus,
.frame-type-form_formframework form input[type=image]:focus,
.frame-type-form_formframework form input[type=reset]:focus {
  border-color: #b4b9bb;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@-moz-document url-prefix() {
  .frame-type-form_formframework form input[type=file],
  .frame-type-form_formframework form input[type=image] {
    padding: 0;
    border: none;
  }
}
.frame-type-form_formframework form input[type=checkbox],
.frame-type-form_formframework form input[type=radio] {
  margin-right: 10px;
}
.frame-type-form_formframework form textarea {
  font-family: "DaxlinePro-Regular";
  font-weight: normal;
  font-size: 16px;
  padding: 6px 5px 6px 15px;
  margin: 0;
  border: 2px solid #d9dcdd;
  outline: none;
  border-radius: 0;
  color: #434f55;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-height: 160px;
}
.frame-type-form_formframework form textarea:focus {
  border-color: #b4b9bb;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.frame-type-form_formframework form .form-inline,
.frame-type-form_formframework form .ctype-ce_menu_teaser {
  margin-bottom: 15px;
}
.frame-type-form_formframework form .input.checkbox {
  margin-top: 0;
}
.frame-type-form_formframework form .btn-group {
  width: 100%;
}
.frame-type-form_formframework form .btn {
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  font-size: 16px;
  padding: 10px 12px;
  height: 42px;
  line-height: 21px;
  outline: none;
  margin: 0;
  float: left;
  border-radius: 0;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .frame-type-form_formframework form .btn {
    font-size: 15px;
    padding: 7px 10px;
    height: 34px;
    line-height: 1;
  }
}
.frame-type-form_formframework form .btn.btn-primary {
  border: 2px solid #007697;
  color: #fff;
  background-color: #007697;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 1%;
}
.frame-type-form_formframework form .btn.btn-primary:hover, .frame-type-form_formframework form .btn.btn-primary:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #434f55;
  outline: 0;
  background-color: #434f55;
  color: #fff;
}
.frame-type-form_formframework form .btn.btn-cancel {
  border: 2px solid #a1a7aa;
  color: #fff;
  background-color: #a1a7aa;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 1%;
}
.frame-type-form_formframework form .btn.btn-cancel:hover, .frame-type-form_formframework form .btn.btn-cancel:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #434f55;
  outline: 0;
  background-color: #434f55;
  color: #fff;
}
.frame-type-form_formframework form .btn.all {
  border: 1px solid #4e7f27;
  color: #fff;
  background-color: #4e7f27;
}
.frame-type-form_formframework form .btn.all:hover, .frame-type-form_formframework form .btn.all:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #434f55;
  outline: 0;
  background-color: #434f55;
  color: #fff;
}
.frame-type-form_formframework form .form-check {
  position: relative;
}
.frame-type-form_formframework form .dropdown {
  /*margin: 0 auto 20px;*/
}
.frame-type-form_formframework form .dropdown_type-2 {
  max-width: 275px;
  margin: 0 0 0 40px;
}
.frame-type-form_formframework form .dropdown_type-2 .dropdown__link {
  position: relative;
}
.frame-type-form_formframework form .dropdown .dropdown-menu {
  width: 100%;
}
.frame-type-form_formframework form .dropdown__link {
  border: 2px solid #d9dcdd;
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  text-decoration: none;
  color: #434f55;
  background-color: #fff;
  background-image: url(../Images/dropdown_dark_btn.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.frame-type-form_formframework form .dropdown__link:hover, .frame-type-form_formframework form .dropdown__link:focus {
  background-image: url(../Images/dropdown_btn.png);
  background-color: #434f55;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .frame-type-form_formframework form .dropdown__link {
    background-position: 93% center;
  }
}
@media screen and (max-width: 991px) {
  .frame-type-form_formframework form .dropdown__link {
    background-position: 98% center;
  }
}
@media screen and (max-width: 479px) {
  .frame-type-form_formframework form .dropdown__link {
    background-position: 95% center;
  }
}
.frame-type-form_formframework form .dropdown-menu .dropdown-item {
  display: block;
  border: none;
  padding: 6px 7px 6px 7px;
  margin: 0;
  color: #434f55;
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  font-size: 21px;
  text-decoration: none;
}
.frame-type-form_formframework form .input,
.frame-type-form_formframework form select,
.frame-type-form_formframework form .tx-ukustudien-study input,
.tx-ukustudien-study .frame-type-form_formframework form input,
.frame-type-form_formframework form span {
  outline: none;
}
.frame-type-form_formframework form label {
  font-family: "DaxlinePro-Regular";
  font-weight: normal;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .frame-type-form_formframework form label {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .frame-type-form_formframework form label {
    font-size: 16px;
    line-height: 21px;
  }
}
.frame-type-form_formframework form .control-label {
  margin-bottom: 10px;
  color: #007697;
  font-family: "DaxlinePro-Bold";
}
.frame-type-form_formframework form .static-text h2 {
  display: inline-block;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #007697;
  font-family: "DaxlinePro-Bold";
}
.frame-type-form_formframework form .static-text p:last-child {
  margin-bottom: 0;
}
.frame-type-form_formframework form .form-check {
  line-height: 21px;
  margin-top: 6px;
}
.frame-type-form_formframework form .checkbox input[type=checkbox],
.frame-type-form_formframework form .checkbox-inline input[type=checkbox],
.frame-type-form_formframework form .radio input[type=radio],
.frame-type-form_formframework form .radio-inline input[type=radio] {
  position: relative;
}
.frame-type-form_formframework form .form-inline,
.frame-type-form_formframework form .form-group {
  margin-bottom: 40px;
}
.frame-type-form_formframework form .form-inline .form-group,
.frame-type-form_formframework form .form-group .form-group {
  margin-bottom: 0;
}
.frame-type-form_formframework form .form-inline .form-group + .form-group,
.frame-type-form_formframework form .form-group .form-group + .form-group {
  margin-top: 20px;
}
.frame-type-form_formframework form .form-inline .input .form-group,
.frame-type-form_formframework form .form-group .input .form-group {
  margin-bottom: 20px;
}
.frame-type-form_formframework form .table {
  font-size: 16px;
  font-family: "DaxlinePro-Regular";
  font-weight: normal;
}
.frame-type-form_formframework form .table > tbody > tr > td {
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  color: #000;
  padding: 15px 5px 10px 15px;
  border-top: none;
  border-bottom: 2px solid #d9dcdd;
}
.frame-type-form_formframework form .table > tbody > tr > td:last-child {
  font-family: "DaxlinePro-Regular";
  font-weight: normal;
}
.frame-type-form_formframework form .table > tbody > tr:last-child td {
  border-bottom: none;
}
.frame-type-form_formframework form legend {
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  border-bottom: 2px solid #d9dcdd;
  color: #007697;
  padding-bottom: 5px;
}

.has-error .form-control {
  border-color: #d93737;
}

.help-block {
  font-family: "DaxlinePro-Bold";
  font-size: 16px;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #d93737;
}

.tx-felogin-pi1 h3 {
  font-family: "DaxlinePro-Medium";
  font-size: 36px;
  color: #009dca;
  margin: 0 0 0.5em;
  line-height: 44px;
}
.tx-felogin-pi1 .status {
  font-family: "DaxlinePro-Regular";
  margin: 0 0 1em;
  font-size: 21px;
  line-height: 33px;
}
.tx-felogin-pi1 .status__login {
  display: none;
}
.tx-felogin-pi1 legend {
  margin-top: 15px;
  display: none;
}
.tx-felogin-pi1 input {
  font-family: "DaxlinePro-Regular";
  font-weight: normal;
  font-size: 16px;
  padding: 6px 5px 6px 15px;
  margin: 0;
  height: 40px;
  border: 2px solid #d9dcdd;
  outline: none;
  border-radius: 0;
  color: #434f55;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.tx-felogin-pi1 a {
  color: #009dca;
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
}
.tx-felogin-pi1 .btn.submit {
  border: 0;
  color: #fff;
  background-color: #007697;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 4%;
  padding: 10px 12px;
  height: 40px;
  line-height: 20px;
  outline: none;
  margin: 0;
  margin-right: 0px;
  border-radius: 0;
  font-size: 16px;
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
}
.tx-felogin-pi1 .btn.submit:hover, .tx-felogin-pi1 .btn.submit:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0;
  background-color: #434f55;
  color: #fff;
}
.tx-felogin-pi1 .forgot, .tx-felogin-pi1 .back {
  display: inline-block;
  margin-left: 20px;
  line-height: 40px;
  font-size: 16px;
}
.tx-felogin-pi1 p {
  font-size: 21px;
  line-height: 33px;
  margin-bottom: 0;
}

.select2-container--as {
  font-size: 16px;
  font-family: "DaxlinePro-Bold";
}

.tx-as-address-search .news.search-form .searchContent .rd-mailform input.form-input {
  width: calc(36% - 15px);
  height: 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .tx-as-address-search .news.search-form .searchContent .rd-mailform input.form-input {
    width: 100%;
    margin-bottom: 15px;
  }
}
.tx-as-address-search .news.search-form .searchContent .rd-mailform select.as-select-single, .tx-as-address-search .news.search-form .searchContent .rd-mailform .tx-ukustudien-study input.as-select-single, .tx-ukustudien-study .tx-as-address-search .news.search-form .searchContent .rd-mailform input.as-select-single {
  width: calc(36% - 15px);
}
.tx-as-address-search .news.search-form .searchContent .rd-mailform .select2-container--as {
  width: calc(36% - 15px);
}
.tx-as-address-search .news.search-form .searchContent .rd-mailform .select2-container--as .select2-selection--single {
  height: 40px;
}
.tx-as-address-search .news.search-form .searchContent .rd-mailform .select2-container--as .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 16px;
}
.tx-as-address-search .news.search-form .searchContent .rd-mailform .btn {
  float: right;
  padding: 10px 12px;
  height: 40px;
  line-height: 20px;
  outline: none;
  margin: 0;
  border-radius: 0;
  font-size: 16px;
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  color: #434f55;
  width: calc(14% - 15px);
}
@media screen and (max-width: 767px) {
  .tx-as-address-search .news.search-form .searchContent .rd-mailform .btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .tx-as-address-search .news.search-form .searchContent .rd-mailform .btn {
    padding: 6px 6px;
  }
}
.tx-as-address-search .news.search-form .searchContent .rd-mailform .btn.submit {
  border: 2px solid #007697;
  color: #fff;
  background-color: #007697;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tx-as-address-search .news.search-form .searchContent .rd-mailform .btn.submit:hover, .tx-as-address-search .news.search-form .searchContent .rd-mailform .btn.submit:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #434f55;
  outline: 0;
  background-color: #434f55;
  color: #fff;
}
.tx-as-address-search .news.search-form .searchContent .rd-mailform .btn.all {
  border: 1px solid #4e7f27;
  color: #fff;
  background-color: #4e7f27;
  margin-left: 2%;
}
.tx-as-address-search .news.search-form .searchContent .rd-mailform .btn.all:hover, .tx-as-address-search .news.search-form .searchContent .rd-mailform .btn.all:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #434f55;
  outline: 0;
  background-color: #434f55;
  color: #fff;
}
.tx-as-address-search .select2,
.tx-as-address-search .as-select-single {
  width: calc(36% - 15px);
  height: 40px;
}
@media screen and (max-width: 767px) {
  .tx-as-address-search .select2,
  .tx-as-address-search .as-select-single {
    width: 100%;
    margin-bottom: 15px;
  }
}

.ctype-ce_body_compass {
  margin-top: 35px;
}

.body_compass_top {
  padding: 40px 0;
  background-color: #006ea2;
  z-index: 100;
}

.body-map-img, .img-svg, .markers {
  position: absolute;
  top: -75px;
}

.body-map-popup {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 1px 8px;
}
.body-map-popup p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-transform: capitalize;
}

.img-svg polygon {
  fill: rgba(83, 128, 188, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.img-svg:hover polygon, .img-svg:focus polygon, .img-svg.selected polygon {
  fill: rgba(83, 128, 188, 0.5);
}
.img-svg:hover polygon:hover, .img-svg:hover polygon:focus, .img-svg:hover polygon.selected, .img-svg:focus polygon:hover, .img-svg:focus polygon:focus, .img-svg:focus polygon.selected, .img-svg.selected polygon:hover, .img-svg.selected polygon:focus, .img-svg.selected polygon.selected {
  fill: rgba(83, 128, 188, 0);
}
.img-svg .marker {
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.img-svg .marker circle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.img-svg .marker.selected {
  opacity: 1;
}
.img-svg .marker.active circle {
  fill: #b0cf98;
}
.img-svg .marker.active circle:last-child {
  fill: #4e7f27;
}
.img-svg .marker.selected, .img-svg .marker.active {
  opacity: 1;
}
.img-svg .marker.selected.thisOne, .img-svg .marker.active.thisOne {
  outline: 3px solid #007697 !important;
}

.body_compass_bottom {
  padding: 20px 0;
  min-height: 336px;
  background-color: #007697;
}
.body_compass_bottom .body-compass-inf .circle:before {
  border-top: 2px solid #61a032;
  border-right: 2px solid #61a032;
  border-left: none;
  border-bottom: none;
  margin-left: -3px;
}

.body-compass-inf h1, .body-compass-inf h3 {
  font-family: "DaxlinePro-Bold";
  font-size: 36px;
  color: #fff;
  margin: 0 0 38px 0;
  padding: 0;
  line-height: 44px;
}
.body-compass-inf h1 span, .body-compass-inf h3 span {
  font-family: "DaxlinePro-Light";
}
.body-compass-inf .circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.body-compass-inf .circle:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #009dca;
  border-top: none;
  border-right: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 3px;
}
.body-compass-inf p {
  font-family: "DaxlinePro-Medium";
  font-size: 21px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.body-compass-inf .oder {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 21px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 160%);
  -ms-transform: translate(-50%, 160%);
  transform: translate(-50%, 160%);
}
.body-compass-inf .oder p {
  text-transform: uppercase;
  color: #009dca;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.body-compass-lists {
  font-size: 0;
  margin-top: 20px;
}
.body-compass-lists:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.body-compass-lists ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
}
.body-compass-lists ul li {
  display: block;
  width: 32%;
  float: left;
  margin-bottom: 5px;
  margin-right: 1.33333333%;
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.body-compass-lists ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  position: absolute;
  left: 10px;
  top: 8px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.body-compass-lists ul li:last-child {
  margin-bottom: 0;
}
.body-compass-lists ul li a {
  text-decoration: none;
  font-family: "DaxlinePro-Medium";
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.body-compass-lists ul li a:hover, .body-compass-lists ul li a:focus {
  text-decoration: underline;
}
.body-compass-lists ul li.highlight {
  background-color: #fff;
}
.body-compass-lists ul li.highlight a {
  color: #009dca;
}
.body-compass-lists ul li.highlight:before {
  border-color: #009dca;
}

@media (min-width: 0px) and (max-width: 380px) {
  .ctype-ce_body_compass .body-compass-img {
    width: 60%;
  }
  .ctype-ce_body_compass .body-map-img {
    position: relative;
    top: 0;
    margin-top: -30px;
  }
  .ctype-ce_body_compass .img-svg, .ctype-ce_body_compass .markers {
    top: -30px;
  }
  .ctype-ce_body_compass .body_compass_top {
    padding: 20px 0;
  }
  .ctype-ce_body_compass .body_compass_top .body-compass-inf {
    width: 40%;
  }
  .ctype-ce_body_compass .body_compass_bottom .body-compass-inf {
    width: 100%;
    margin: 0;
  }
  .ctype-ce_body_compass .body-compass-inf h3 {
    display: none;
  }
  .ctype-ce_body_compass .body-compass-inf p {
    font-size: 16px;
    line-height: 20px;
  }
  .ctype-ce_body_compass .text-with-arrow .circle {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .ctype-ce_body_compass .text-with-arrow .circle:before {
    width: 14px;
    height: 14px;
  }
  .ctype-ce_body_compass .body-compass-lists {
    margin-top: 5px;
  }
  .ctype-ce_body_compass .body-compass-lists ul li {
    width: 100%;
    margin-right: 0;
  }
  .ctype-ce_body_compass .body-compass-lists ul li a {
    font-size: 16px;
    line-height: 16px;
  }
  .ctype-ce_body_compass .body-compass-lists ul li:before {
    top: 6px;
  }
}
@media (min-width: 381px) and (max-width: 479px) {
  .ctype-ce_body_compass .body-compass-img {
    width: 50%;
  }
  .ctype-ce_body_compass .body-map-img {
    position: relative;
    top: 0;
    margin-top: -30px;
  }
  .ctype-ce_body_compass .img-svg, .ctype-ce_body_compass .markers {
    top: -30px;
  }
  .ctype-ce_body_compass .body_compass_top {
    padding: 20px 0;
  }
  .ctype-ce_body_compass .body_compass_top .body-compass-inf {
    width: 50%;
  }
  .ctype-ce_body_compass .body_compass_bottom .body-compass-inf {
    width: 100%;
    margin: 0;
  }
  .ctype-ce_body_compass .body-compass-inf h3 {
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 30px 0;
  }
  .ctype-ce_body_compass .body-compass-inf h3 span {
    display: none;
  }
  .ctype-ce_body_compass .body-compass-inf p {
    font-size: 18px;
    line-height: 20px;
  }
  .ctype-ce_body_compass .text-with-arrow .circle {
    width: 30px;
    height: 30px;
  }
  .ctype-ce_body_compass .text-with-arrow .circle:before {
    width: 14px;
    height: 14px;
  }
  .ctype-ce_body_compass .text-with-arrow p {
    max-width: calc(100% - 50px);
  }
  .ctype-ce_body_compass .body-compass-lists {
    margin-top: 5px;
  }
  .ctype-ce_body_compass .body-compass-lists ul li {
    width: 49%;
    margin-right: 1%;
  }
  .ctype-ce_body_compass .body-compass-lists ul li a {
    font-size: 16px;
    line-height: 16px;
  }
  .ctype-ce_body_compass .body-compass-lists ul li:before {
    top: 6px;
  }
}
@media (min-width: 480px) and (max-width: 640px) {
  .ctype-ce_body_compass .body-map-img, .ctype-ce_body_compass .img-svg, .ctype-ce_body_compass .markers {
    top: 0;
  }
  .ctype-ce_body_compass .body_compass_top {
    padding: 20px 0;
  }
  .ctype-ce_body_compass .body-compass-inf h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
  .ctype-ce_body_compass .body-compass-inf h3 span {
    display: none;
  }
  .ctype-ce_body_compass .body-compass-inf p {
    font-size: 18px;
    line-height: 20px;
  }
  .ctype-ce_body_compass .text-with-arrow .circle {
    width: 30px;
    height: 30px;
  }
  .ctype-ce_body_compass .text-with-arrow .circle:before {
    width: 14px;
    height: 14px;
  }
  .ctype-ce_body_compass .text-with-arrow p {
    max-width: calc(100% - 50px);
  }
  .ctype-ce_body_compass .body-compass-lists {
    margin-top: 5px;
  }
  .ctype-ce_body_compass .body-compass-lists ul li {
    width: 100%;
    margin-right: 0;
  }
  .ctype-ce_body_compass .body-compass-lists ul li a {
    font-size: 16px;
    line-height: 16px;
  }
  .ctype-ce_body_compass .body-compass-lists ul li:before {
    top: 6px;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .ctype-ce_body_compass .body-map-img, .ctype-ce_body_compass .img-svg, .ctype-ce_body_compass .markers {
    top: 0;
  }
  .ctype-ce_body_compass .body_compass_top {
    padding: 20px 0;
  }
  .ctype-ce_body_compass .body-compass-inf h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
  .ctype-ce_body_compass .body-compass-inf h3 span {
    display: none;
  }
  .ctype-ce_body_compass .body-compass-inf p {
    font-size: 18px;
    line-height: 20px;
  }
  .ctype-ce_body_compass .text-with-arrow .circle {
    width: 30px;
    height: 30px;
  }
  .ctype-ce_body_compass .text-with-arrow .circle:before {
    width: 14px;
    height: 14px;
  }
  .ctype-ce_body_compass .text-with-arrow p {
    max-width: calc(100% - 50px);
  }
  .ctype-ce_body_compass .body-compass-lists {
    margin-top: 5px;
  }
  .ctype-ce_body_compass .body-compass-lists ul li {
    width: 49%;
    margin-right: 1%;
  }
  .ctype-ce_body_compass .body-compass-lists ul li a {
    font-size: 16px;
    line-height: 16px;
  }
  .ctype-ce_body_compass .body-compass-lists ul li:before {
    top: 6px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .ctype-ce_body_compass .text-with-arrow p {
    max-width: calc(100% - 70px);
  }
  .ctype-ce_body_compass .body_compass_top {
    padding: 30px 0;
  }
  .ctype-ce_body_compass .body-compass-inf h3 {
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: 36px;
  }
  .ctype-ce_body_compass .body-compass-inf h3 span {
    display: none;
  }
  .ctype-ce_body_compass .body-compass-lists {
    margin-top: 5px;
  }
  .ctype-ce_body_compass .body-compass-lists ul li {
    width: 49%;
    margin-right: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .ctype-ce_body_compass .body_compass_top {
    padding: 30px 0;
  }
  .ctype-ce_body_compass .body-compass-inf h3 {
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: 36px;
  }
  .ctype-ce_body_compass .body-compass-lists {
    margin-top: 5px;
  }
  .ctype-ce_body_compass .body-compass-lists ul li {
    width: 49%;
    margin-right: 1%;
  }
}
.cc-window {
  opacity: 0.9;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background-color: #434f55;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  -ms-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover,
.cc-revoke:focus {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: none !important;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  position: fixed;
  z-index: 200000;
  width: 100%;
  bottom: 0;
}

.cc-link,
.cc-revoke:hover,
.cc-revoke:focus {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "DaxlinePro-Regular";
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
  color: #fff;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  display: inline-block;
  padding: 0.2em;
  font-family: "DaxlinePro-Bold";
  color: #fff;
}

.cc-link:hover,
.cc-link:focus {
  text-decoration: none;
  color: #fff;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-color: #fff;
  font-family: "DaxlinePro-Bold";
}

.cc-btn:hover,
.cc-btn:focus {
  background-color: #fff;
  color: #434f55;
  text-decoration: none;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 60px;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  color: #fff;
}

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.tx-powermail h3, .tx-powermail legend {
  display: none;
}
.tx-powermail label {
  color: #007697;
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  font-size: 21px;
  line-height: 27px;
}
@media screen and (max-width: 1199px) {
  .tx-powermail label {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .tx-powermail label {
    font-size: 16px;
    line-height: 21px;
  }
}
.tx-powermail input, .tx-powermail textarea, .tx-powermail select {
  font-family: "DaxlinePro-Regular";
  font-weight: normal;
  font-size: 16px;
  padding: 6px 5px 6px 15px;
  margin: 0;
  line-height: 24px;
  height: 40px;
  border: 2px solid #d9dcdd;
  outline: none;
  border-radius: 0;
  color: #434f55;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.tx-powermail input:focus, .tx-powermail textarea:focus, .tx-powermail select:focus {
  border-color: #007697;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.tx-powermail textarea {
  height: auto;
  min-height: 160px;
}
.tx-powermail .btn {
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  font-size: 16px;
  padding: 10px 12px;
  height: 42px;
  line-height: 21px;
  outline: none;
  margin: 0;
  float: left;
  border-radius: 0;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .tx-powermail .btn {
    font-size: 15px;
    padding: 7px 10px;
    height: 34px;
    line-height: 1;
  }
}
.tx-powermail .btn.btn-primary {
  border: 2px solid #007697;
  color: #fff;
  background-color: #007697;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 1%;
}
.tx-powermail .btn.btn-primary:hover, .tx-powermail .btn.btn-primary:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #434f55;
  outline: 0;
  background-color: #434f55;
  color: #fff;
}
.tx-powermail .btn.btn-cancel {
  border: 2px solid #a1a7aa;
  color: #fff;
  background-color: #a1a7aa;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 1%;
}
.tx-powermail .btn.btn-cancel:hover, .tx-powermail .btn.btn-cancel:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #434f55;
  outline: 0;
  background-color: #434f55;
  color: #fff;
}
.tx-powermail .btn.all {
  border: 1px solid #4e7f27;
  color: #fff;
  background-color: #4e7f27;
}
.tx-powermail .btn.all:hover, .tx-powermail .btn.all:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #434f55;
  outline: 0;
  background-color: #434f55;
  color: #fff;
}

@media screen and (min-width: 1380px) {
  .top-banner img {
    width: 100%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1379px) {
  .box h2, .box p {
    font-size: 21px;
    line-height: 27px;
  }
  .box__link {
    font-size: 16px;
  }
  .box.family > .b-text h2, .box.family > .b-text h3, .box.family > .b-text p {
    font-size: 27px;
    line-height: 33px;
  }
  .box.career h2, .box.career h3, .box.career p {
    font-size: 24px;
    line-height: 30px;
  }
  .b-rounded h2, .b-rounded h3, .b-rounded h4, .b-rounded .more-link, .b-rounded p {
    font-size: 27px;
    line-height: 33px;
  }
  .b-rounded h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .b-rounded .more-link {
    font-size: 16px;
    line-height: 24px;
  }
  .top-banner {
    min-height: 360px;
  }
  .top-banner .banner-content {
    height: auto;
    min-height: 360px;
  }
  .top-banner .banner-content h1 {
    font-size: 42px;
    line-height: 48px;
    padding-top: 40px;
  }
  .top-banner .banner-content h2, .top-banner .banner-content p {
    font-size: 27px;
    line-height: 36px;
    margin: 0.5em 0;
  }
  #accordion .panel {
    padding-bottom: 15px;
  }
  #accordion .panel-heading {
    padding-bottom: 0;
  }
  #accordion .date-btn {
    color: #008f97;
  }
  #accordion .panel-body {
    padding-bottom: 0;
  }
  #accordion .panel-body .more-link {
    margin-top: -1em;
  }
  #accordion .panel-body img {
    margin-top: 5px;
  }
  .contact-box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    padding: 30px 0;
  }
  .header .header__main-nav {
    margin-top: 30px;
  }
  .header .header__main-nav .menu-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header .header__main-nav .menu-items > li > a {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .header__main-nav .header__main-nav__flyout h2 {
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .header .header__main-nav .header__main-nav__flyout h2 + .dropdown {
    margin-top: -10px;
  }
  .header .header__main-nav .header__main-nav__flyout .links-list li a {
    font-size: 18px;
  }
  .header .header__main-nav .header__main-nav__flyout .links-list li.bt a {
    font-size: 21px;
  }
  .header .header__main-nav .header__main-nav__flyout a.more-link {
    width: calc(100% - 50px);
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    margin: 15px 0;
  }
  .header .header__main-nav .header__main-nav__flyout a.more-link:after {
    right: -50px;
    width: 50px;
    border-width: 25px;
  }
  .header .header__main-nav .header__main-nav__flyout a.more-link_fz {
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
  .header .header__main-nav .header__main-nav__flyout a.more-link_fz:after {
    border-width: 20px;
  }
  .header .header__main-nav .header__main-nav__flyout .b-thumbnail {
    min-height: 100px;
  }
  .header .header__main-nav .header__main-nav__flyout .b-thumbnail .b-thumbnail__btn-block {
    padding-top: 120px;
  }
  .header .header__main-nav .header__main-nav__flyout .flyout-btn {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 15px;
  }
  .header .header__main-nav .header__main-nav__flyout .flyout-btn input[type=text] {
    height: 50px;
    font-size: 18px;
  }
  .breadcrumbs ol.breadcrumb {
    padding: 12px 0;
  }
  .breadcrumbs ol.breadcrumb li:active, .breadcrumbs ol.breadcrumb li a {
    font-size: 16px;
  }
  .box .b-text {
    padding: 20px 15px;
  }
  .box.family {
    min-height: 400px;
  }
  .box.family > .b-text {
    left: 50%;
    bottom: auto;
    top: 0;
    width: 33%;
    margin-left: -16.6666666%;
  }
  .box.family > .b-text .box__link {
    margin-top: -64px;
    background-color: #fff;
    color: #007697;
  }
  .box.family > .b-text .box__link:after {
    border-left-color: #fff;
  }
  .box.family > .b-text .box__link:hover, .box.family > .b-text .box__link:focus {
    background-color: #434f55;
    color: #fff;
  }
  .box.family > .b-text .box__link:hover:after, .box.family > .b-text .box__link:focus:after {
    border-left-color: #434f55;
  }
  .box.family > .box__b-bg img {
    width: 100%;
    height: auto;
  }
  .box_no-brdr.family > .b-text .b-text {
    min-height: 340px;
    padding: 22px 17px 75px;
  }
  .box_no-brdr.family > .b-text .box__link {
    bottom: 22px !important;
  }
  .box.career .b-text {
    color: #434f55;
    padding: 40px 0 0 20px;
    width: auto;
  }
  .box.career h2, .box.career h3, .box.career p {
    text-shadow: 0 0 3px #fff;
  }
  .box.career h3, .box.career p {
    display: inline-block;
  }
  .box.career .box__b-bg img {
    height: 100%;
    width: auto;
    margin-left: -25%;
    opacity: 0.5;
  }
  .box.career .box__link {
    margin: 0 20px;
  }
  .box.career .dropdown {
    margin: 30px 20px 10px 20px;
    width: auto;
  }
  .box_no-brdr .b-text {
    padding: 22px 17px;
  }
  .klinik-banner .b-tablist li {
    width: auto;
    min-height: 60px;
  }
  .klinik-banner .b-tablist li a {
    font-size: 27px;
    line-height: 60px;
    padding: 0 30px;
  }
  .klinik-search .search-form-wraper {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .klinik-search .dropdown {
    float: none;
    width: 100%;
  }
  .klinik-tab {
    padding-top: 0;
  }
  .top-banner {
    min-height: 300px;
  }
  .top-banner .banner-content {
    height: auto;
    min-height: 300px;
  }
  .top-banner .banner-content h1 {
    font-size: 36px;
    line-height: 40px;
    padding-top: 30px;
  }
  .top-banner .banner-content h2 p {
    font-size: 21px;
    line-height: 30px;
  }
  .top-banner a.arrow {
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    float: left;
  }
  .top-banner a.arrow:after {
    height: 18px;
    width: 18px;
    border-width: 18px;
    right: -18px;
  }
  .widget.widget_suche h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .widget.widget_suche .widget-search-field {
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
  }
  .widget.widget_suche .submit-wraper {
    height: 40px;
    padding: 0 10px;
  }
  .widget.widget_suche .submit-wraper:after {
    height: 40px;
    width: 40px;
    border-width: 20px;
    right: -40px;
  }
  .widget.widget_suche .widget-submit-search-field {
    font-size: 16px;
    padding: 0;
  }
  .widget.widget_suche .dropdown .widget__dropdown-btn {
    height: 40px;
    line-height: 35px;
    font-size: 16px;
    padding-left: 10px;
  }
  .widget p {
    font-size: 16px;
    line-height: 21px;
  }
  .aside-nav__list li a {
    font-size: 18px;
  }
  .fixed-nav ul.nav li a {
    font-size: 16px;
    padding: 7px 10px;
  }
  .fixed-nav ul.nav li.active:after {
    display: none;
  }
  .content-line__title_m {
    font-size: 30px;
    margin: 30px 0;
  }
  h1, h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  h4 {
    font-size: 21px;
    line-height: 27px;
  }
  h5 {
    font-size: 18px;
    line-height: 30px;
  }
  p + ul, h5 + ul {
    font-size: 18px;
  }
  p + ul li:before, h5 + ul li:before {
    top: 15px;
  }
  .ce-bodytext ul {
    font-size: 18px;
    line-height: 30px;
  }
  .ce-bodytext ul li:before {
    top: 15px;
  }
  .ce-bodytext ol {
    font-size: 18px;
    line-height: 30px;
  }
  h6 {
    font-size: 18px;
    line-height: 30px;
  }
  p {
    font-size: 18px;
    line-height: 30px;
  }
  .ce-bodytext p {
    font-size: 18px;
    line-height: 30px;
  }
  .schwerpunkte {
    margin-bottom: 40px;
  }
  .schwerpunkte h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }
  .schwerpunkte ul li a {
    font-size: 21px;
    padding: 15px 50px 15px 20px;
    line-height: 27px;
  }
  .schwerpunkte ul li a:after {
    right: 20px;
    top: calc(50% - 16px);
    width: 18px;
    height: 33px;
    background-size: auto 100%;
  }
  .contact-item {
    margin-bottom: 40px;
    font-size: 21px;
  }
  .contact-item h4 {
    font-size: 21px;
    line-height: 27px;
  }
  .contact-item p {
    font-size: 18px;
    line-height: 30px;
  }
  .contact-item .contact-item__more-link {
    font-size: 18px;
  }
  .contact-item ul {
    font-size: 18px;
    line-height: 30px;
  }
  .klinik-line .klinik-accordion .panel .accordion-btn {
    font-size: 18px;
  }
  .klinik-line .b-tablist li {
    width: 31%;
    padding-top: 10px;
  }
  .klinik-line .b-tablist li a {
    font-size: 18px;
    line-height: 18px;
    word-wrap: break-word;
  }
  .klinik-line .b-tablist li.active a {
    font-size: 18px;
    line-height: 18px;
  }
  .klinik-line__b-contact {
    text-align: center;
  }
  .frame-type-header > header {
    margin-bottom: 20px;
  }
  .contact-box > .row > div + div {
    margin-top: 2em;
  }
  .contact-box .mb {
    margin-bottom: 0;
  }
  .contact-box .round-ico {
    width: 50px;
    height: 50px;
    background-size: auto 50px;
  }
  .contact-box h4, .contact-box p {
    font-size: 24px;
    line-height: 24px;
  }
  .contact-box h4 span, .contact-box p span {
    font-size: 16px;
  }
  .contact-box .simple-inf p {
    font-size: 18px;
  }
  .contact-box .simple-inf p span {
    font-size: 18px;
  }
  .team {
    padding: 50px 0 30px;
  }
  .team h4 {
    font-size: 27px;
    margin-bottom: 0.25em;
  }
  .team p {
    font-size: 18px;
    line-height: 27px;
  }
  .team p .team-ico {
    width: 16px;
    height: 16px;
    background-size: auto 14px;
    background-position: -14px center;
  }
  .team .round-ico {
    display: block;
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    top: -35px;
    background-size: auto 70px;
  }
  .team__pflege a.contact:before, .team__aerzte a.contact:before {
    width: 16px;
    height: 16px;
    background-size: auto 14px;
  }
  .team__pflege p, .team__aerzte p {
    display: block;
  }
  .team__pflege .modal p, .team__aerzte .modal p {
    display: block;
  }
  .panel .accordion-btn {
    padding: 15px;
    padding-right: 40px;
    font-size: 18px;
  }
  .panel .accordion-btn .dropdown-btn {
    right: 15px;
  }
  .panel .panel-body {
    padding: 15px;
  }
  .panel .panel-body p {
    font-size: 18px;
  }
  .tab .b-tablist li a {
    padding: 5px 10px;
    border-top: 3px solid #fff;
    font-size: 18px;
  }
  .tab .b-tablist li.active a {
    padding: 8px 10px 5px;
  }
  .tab .b-tablist.vertical li.active a {
    padding: 5px 10px;
  }
  .tab .tab-content {
    padding: 15px;
    font-size: 18px;
    line-height: 30px;
  }
  .download-item a {
    font-size: 18px;
    padding: 15px;
    padding-right: 40px;
    border-right: 15px solid transparent;
    background-size: auto 30px;
  }
  .content-slider .carousel .carousel-control .slider-arr {
    width: 30px;
  }
  .content-slider .carousel .carousel-control .slider-arr.prev {
    margin-left: 15px;
  }
  .content-slider .carousel .carousel-control .slider-arr.next {
    margin-right: 15px;
  }
  .content-slider .carousel .carousel-inner .item p {
    font-size: 18px;
    line-height: 30px;
  }
  .content-slider .carousel .carousel-inner .item .photo-author {
    font-size: 14px;
  }
  .contenttable {
    font-size: 18px;
    line-height: 30px;
  }
  .ce-bodytext .ce-text {
    float: none;
    width: auto;
  }
  .news.search-form .searchContent .rd-mailform input.form-input {
    font-size: 18px;
    height: 40px;
  }
  .news.search-form .searchContent .rd-mailform .btn.btn-default.btn-block {
    font-size: 18px;
    height: 40px;
    line-height: 24px;
  }
  .news.search-form .searchContent .rd-mailform .select2-container--as {
    width: calc(25% - 15px);
    vertical-align: top;
    margin-right: 15px;
  }
  .news.search-form .searchContent .rd-mailform .select2-container--as .select2-selection--single {
    height: 40px;
  }
  .news.search-form .searchContent .rd-mailform .select2-container--as .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 18px;
  }
  .news-list-view .article h2 {
    font-size: 27px;
    line-height: 33px;
  }
  .news-list-view .article .teaser-text a {
    font-size: 16px;
    line-height: 24px;
  }
  .news-list-view .article .teaser-text a:after {
    top: 8px;
  }
  .news.news-single .headline h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .news.news-single .post-meta p {
    font-size: 16px;
  }
  .news.news-single .news-img-wrap .news-img-caption {
    font-size: 16px;
    line-height: 21px;
  }
  .news.news-single .news-text-wrap p {
    font-size: 18px;
    line-height: 30px;
  }
  .news.news-single .news-backlink-wrap a {
    font-size: 16px;
  }
  .tx-indexedsearch-res {
    font-size: 18px;
    line-height: 30px;
  }
  .tx-indexedsearch-res h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .tx-indexedsearch-res .tx-indexedsearch-description {
    font-size: 18px;
    line-height: 30px;
  }
  .tx-indexedsearch-res .tx-indexedsearch-info dt.tx-indexedsearch-text-item-path, .tx-indexedsearch-res .tx-indexedsearch-info dd.tx-indexedsearch-text-item-path, .tx-indexedsearch-res .tx-indexedsearch-info dd.tx-indexedsearch-text-item-path p {
    font-size: 16px;
    line-height: 21px;
  }
  #map-image {
    height: 500px;
  }
  .footer .container {
    width: auto;
  }
  .footer .col-custom-width {
    width: 50%;
  }
  .footer .footer__nav-links li a.up {
    display: inline;
  }
  .footer .footer__nav-links li a.print {
    border-left: 2px solid #fff;
    display: inline;
  }
}
@media screen and (max-width: 991px) {
  .header {
    padding: 20px 0 0;
    margin-bottom: 30px;
  }
  .header > .container {
    padding-bottom: 20px;
  }
  .header .header__main-nav {
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 0;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 3;
    background-color: #434f55;
    width: 100%;
    min-width: 320px;
  }
  .header .header__main-nav.open {
    opacity: 1;
    height: auto;
    padding-top: 80px;
  }
  .header .header__main-nav .container, .header .header__main-nav .row, .header .header__main-nav .unrelative-position {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .header .header__main-nav .menu-items {
    display: block;
    border-top: 2px solid #a1a7aa;
  }
  .header .header__main-nav .menu-items:after {
    display: none;
  }
  .header .header__main-nav .menu-items > li {
    width: 100%;
    border-bottom: 2px solid #a1a7aa;
    padding: 0;
    position: relative;
  }
  .header .header__main-nav .menu-items > li > a {
    border: none;
    color: #fff;
    padding: 5px 20px;
    width: calc(100% - 42px);
    text-transform: none;
    line-height: 40px;
    font-family: "DaxlinePro-Medium";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .header__main-nav .menu-items > li > a:before {
    display: none;
  }
  .header .header__main-nav .menu-items > li > a:focus {
    background-color: #007697;
  }
  .header .header__main-nav .menu-items > li a.switch {
    display: block;
    width: 40px;
    height: 40px;
    border-left: 2px solid #a1a7aa;
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    background-image: url(../Images/dropdown_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }
  .header .header__main-nav .menu-items > li a.switch:focus {
    background-color: #007697;
  }
  .header .header__main-nav .menu-items > li:hover {
    background-color: #007697;
  }
  .header .header__main-nav .menu-items > li.open {
    background-color: #007697;
  }
  .header .header__main-nav .menu-items > li.open .submenu-list {
    display: block;
  }
  .header .header__main-nav .menu-items > li.open a:focus {
    text-decoration: underline;
  }
  .header .header__main-nav .menu-items > li.open a.switch {
    border-left: none;
    border-right: 2px solid #a1a7aa;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header .header__main-nav .menu-items > li.open a.switch.open:focus {
    background-color: #434f55;
  }
  .slider {
    height: 360px;
    margin-bottom: 20px;
  }
  .slider .slider__controls .slider-arr {
    width: 36px;
    height: 70px;
    top: 145px;
    background-size: 200% auto;
  }
  .slider .slider__controls .slider-arr.next {
    left: auto;
    right: 10px;
  }
  .slider .slider__wraper .slider__item .slide {
    height: 360px;
  }
  .slider .slider__wraper .slider__item .slide .text-block {
    width: 240px;
    height: auto;
    min-height: 264px;
    right: 80px;
    top: calc(50% - 132px);
    border-bottom-left-radius: 84px;
  }
  .slider .slider__wraper .slider__item .slide .text-block h1 {
    font-size: 27px;
    line-height: 36px;
  }
  .slider .slider__wraper .slider__item .slide .dots {
    bottom: 10px;
    right: 80px;
  }
  .box {
    margin-bottom: 30px;
  }
  .box__b-bg img, .box__b-photo img {
    width: 100%;
    height: auto;
  }
  .box.family {
    background-color: #007697;
    min-height: 0;
    overflow: hidden;
  }
  .box.family .b-text {
    position: relative;
    padding-right: 0;
    padding-bottom: 70px;
  }
  .box.family .box__b-bg {
    position: relative;
    width: auto;
  }
  .box.family .family__b-text {
    padding: 0;
  }
  .box.family .family__b-text .box__b-bg {
    display: none;
  }
  .box.family .family__b-text h3, .box.family .family__b-text p {
    color: #fff;
  }
  .box.family .family__b-text .box__link {
    margin-top: 0;
    background-color: #fff;
    color: #007697;
    position: absolute;
    margin-bottom: 0;
    margin-right: 16px;
    right: auto;
    left: 17px;
    bottom: 15px;
  }
  .box.family .family__b-text .box__link:after {
    border-left-color: #fff;
  }
  .box.family .family__b-text .box__link:hover, .box.family .family__b-text .box__link:focus {
    background-color: #434f55;
    color: #fff;
  }
  .box.family .family__b-text .box__link:hover:after, .box.family .family__b-text .box__link:focus:after {
    border-left-color: #434f55;
  }
  .box.career .b-text {
    width: 50%;
  }
  .box.career .box__b-bg img {
    height: auto;
    width: 100%;
    margin: 0;
    opacity: 1;
  }
  .box.career .box__link {
    margin: 0 20px 30px;
  }
  .box.career .dropdown {
    width: 50%;
  }
  .b-rounded {
    border-bottom-left-radius: 0;
    padding-bottom: 20px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .b-rounded h4 {
    padding-top: 1em;
  }
  .klinik-banner {
    min-height: 360px;
  }
  .klinik-banner .banner-content {
    height: 360px;
  }
  .klinik-banner .banner-content h1, .klinik-banner .banner-content h2 {
    font-size: 40px;
    line-height: 40px;
    padding-top: 50px;
  }
  .top-banner {
    min-height: 240px;
  }
  .top-banner .container {
    width: auto;
  }
  .top-banner .banner-content {
    height: auto;
    min-height: 240px;
  }
  .top-banner .banner-content h1 {
    font-size: 27px;
    line-height: 32px;
    padding-top: 20px;
  }
  .top-banner .banner-content h2 p {
    font-size: 18px;
    line-height: 24px;
  }
  .top-banner a.arrow {
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }
  .top-banner a.arrow:after {
    height: 16px;
    width: 16px;
    border-width: 16px;
    right: -16px;
  }
  .widget, .widget.widget_person {
    width: 50%;
    float: left;
    padding-right: 30px;
  }
  .widget img, .widget.widget_person img {
    width: 100%;
    height: auto;
  }
  .ctype-ce_grid_team {
    margin-top: 4em;
    margin-bottom: 4em;
    overflow: hidden;
    /*> section {
    	&:nth-child(2n+1) {
    		&:before {
    			content: "";
    			display: block;
    			float: none;
    			width: 100%;
    			clear: both;
    		}
       }
    }*/
  }
  .breadcrumbs ol.breadcrumb {
    padding: 10px 0;
  }
  .banner {
    position: relative;
    margin-bottom: 30px;
  }
  .banner .banner__b-info__right {
    text-align: right;
  }
  .banner .banner__b-info__right h2, .banner .banner__b-info__right h3, .banner .banner__b-info__right h4 {
    font-size: 18px;
    line-height: 24px;
    top: 0;
  }
  .banner .banner__b-info__right h2 .f_mediun, .banner .banner__b-info__right h3 .f_mediun, .banner .banner__b-info__right h4 .f_mediun {
    color: #007697;
    font-family: "DaxlinePro-Medium";
  }
  .banner__b-info_m {
    margin: 0 0 20px;
  }
  .banner__b-info_m .banner__b-info__left h2, .banner__b-info_m .banner__b-info__left h1 {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
  }
  .aside-nav {
    margin-bottom: 0;
  }
  .aside-nav .dropdown-title {
    margin-bottom: 20px;
  }
  .aside-nav .dropdown-title.open {
    margin-bottom: 0;
  }
  .aside-nav__list {
    display: none;
    margin-bottom: 20px;
  }
  .aside-nav__list li {
    text-align: center;
    background-color: #f5f6f6;
  }
  .news-item {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    min-height: 90px;
    padding-left: 110px;
  }
  .news-item__date {
    vertical-align: middle;
    position: absolute;
    left: 0;
  }
  .news-item__title {
    padding: 5px 0 0;
    vertical-align: middle;
    text-align: left;
  }
  .news-item p {
    margin-bottom: 0.25em;
  }
  /*.klinik-news {
  	.news-item {
  		text-align: left;
  	}
  	.news-item__date {
  		display: inline-block;
  		vertical-align: middle;
  	}
  	.news-item__title {
  		display: inline-block;
  		padding: 0;
  		width: 430px;
  		vertical-align: middle;
  		text-align: left;
  	}
  }*/
  .klinik-line__b-contact .mb {
    margin-bottom: 0;
  }
  .klinik-line__b-contact p {
    display: block;
    padding-bottom: 20px;
  }
  .klinik-contacts .wraper {
    background-color: #fff;
  }
  .schwerpunkte__cols3 ul li {
    width: 50%;
  }
  .schwerpunkte__cols3 ul li:nth-child(2n) {
    border-right: 0;
  }
  .schwerpunkte__cols3 ul li:nth-child(3n) {
    border-right: 2px solid #fff;
  }
  .row__narrow div:not(:last-child) .contact-item {
    margin-bottom: 2px;
  }
  #map {
    height: 400px;
  }
  #map-image {
    overflow: auto;
  }
  #map-image img {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .map {
    background-color: #f5f6f6;
  }
  .map .b-info {
    position: static;
    width: auto;
    padding: 20px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
  }
  .map .b-info .title, .map .b-info p {
    font-size: 16px;
    line-height: 21px;
  }
  .map .b-info .more-link {
    font-size: 16px;
    width: 140px;
    height: 30px;
    line-height: 30px;
  }
  .map .b-info .more-link:after {
    height: 30px;
    width: 60px;
    border-width: 15px;
  }
  .footer .footer__nav {
    padding: 10px 0;
  }
  .footer .footer__nav .wraper {
    min-height: 0;
    line-height: 1.5;
  }
  .footer .footer__nav .wraper .footer__nav-links {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer .footer__nav .wraper .footer__nav-links li:first-child {
    padding-right: 6px;
  }
  .footer .footer__nav .wraper .footer__nav-links li a {
    border: 0;
    padding: 0 6px;
  }
  .footer .footer__links-list {
    background-color: #fff;
  }
  .footer .footer__links-list .logo {
    float: right;
    margin-top: 30px;
  }
  .footer .footer__links-list .logo:focus {
    outline: 2px solid #b4b9bb;
    outline-offset: 2px;
  }
}
@media screen and (max-width: 767px) {
  body, html {
    overflow-x: hidden;
  }
  .header {
    margin-bottom: 20px;
  }
  .header .header__top-nav li #searchFieldMobile {
    right: 0;
    width: 100%;
  }
  .header .header__top-nav li #searchFieldMobile input[type=text] {
    width: 100%;
  }
  .slider {
    height: 300px;
  }
  .slider .slider__controls .slider-arr {
    top: 115px;
  }
  .slider .slider__wraper .slider__item .slide {
    height: 300px;
  }
  .slider .slider__wraper .slider__item .slide .text-block {
    width: 180px;
    height: auto;
    min-height: 198px;
    top: calc(50% - 99px);
    border-bottom-left-radius: 63px;
  }
  .slider .slider__wraper .slider__item .slide .text-block h1 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 10px;
  }
  .slider .slider__controls {
    display: none;
  }
  .slider .slider__wraper .slider__item .slide .text-block {
    width: 100%;
    height: auto;
    min-height: 0;
    border-bottom-left-radius: 0;
    right: auto;
    left: auto;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  .slider .slider__wraper .slider__item .slide .text-block h1 {
    padding-bottom: 10px;
  }
  .slider .slider__wraper .slider__item .slide .text-block br {
    display: none;
  }
  .slider .slider__wraper .slider__item .slide .dots {
    bottom: auto;
    top: 10px;
    right: auto;
    width: 100%;
    text-align: center;
  }
  .box {
    display: block;
  }
  .box.family .family__b-text p {
    display: none;
  }
  .box.family .family__b-text .box__link {
    right: auto;
    left: 17px;
    bottom: 15px;
  }
  .box.career {
    display: table;
  }
  .col-xs-12 .box {
    overflow: hidden;
  }
  .col-xs-12 .box .b-text + .box__b-photo {
    margin-top: -20px;
    bottom: -20px;
  }
  .col-xs-12 .box.dropdown .b-text + .box__b-photo {
    margin-top: 0;
    bottom: 0;
  }
  .col-xs-12 .box.career, .col-xs-12 .box.dropdown {
    overflow: visible;
  }
  .col-xs-12 .box .b-text {
    width: 100%;
  }
  .col-xs-12 .box .b-text + .box__b-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
  .col-xs-12 .box .b-text + a.box__link {
    bottom: 15px;
  }
  .col-xs-12 .box__b-photo a {
    display: block;
  }
  .col-xs-12 .box .box__link:hover, .col-xs-12 .box .box__link:focus {
    background-color: #d9dcdd;
    color: #434f55;
  }
  .col-xs-12 .box .box__link:hover:after, .col-xs-12 .box .box__link:focus:after {
    border-left-color: #d9dcdd;
  }
  .col-xs-12 .box .box__b-photo + .box__link {
    position: relative;
  }
  .col-xs-12 .box_no-brdr .box__link {
    background-color: #d9dcdd;
    color: #434f55;
  }
  .col-xs-12 .box_no-brdr .box__link:after {
    border-left-color: #d9dcdd;
  }
  .col-xs-12 .box_no-brdr .box__link:hover, .col-xs-12 .box_no-brdr .box__link:focus {
    background-color: #fff;
    color: #434f55;
  }
  .col-xs-12 .box_no-brdr .box__link:hover:after, .col-xs-12 .box_no-brdr .box__link:focus:after {
    border-left-color: #fff;
  }
  .col-xs-12 .box_no-brdr.box_tuerkis .box__link {
    background-color: #fff;
    color: #008f97;
  }
  .col-xs-12 .box_no-brdr.box_tuerkis .box__link:after {
    border-left-color: #fff;
  }
  .col-xs-12 .box_no-brdr.box_tuerkis .box__link:hover, .col-xs-12 .box_no-brdr.box_tuerkis .box__link:focus {
    background-color: #434f55;
    color: #fff;
  }
  .col-xs-12 .box_no-brdr.box_tuerkis .box__link:hover:after, .col-xs-12 .box_no-brdr.box_tuerkis .box__link:focus:after {
    border-left-color: #434f55;
  }
  .col-xs-12 .box_no-brdr.box_blue .box__link {
    background-color: #fff;
    color: #007697;
  }
  .col-xs-12 .box_no-brdr.box_blue .box__link:after {
    border-left-color: #fff;
  }
  .col-xs-12 .box_no-brdr.box_blue .box__link:hover, .col-xs-12 .box_no-brdr.box_blue .box__link:focus {
    background-color: #434f55;
    color: #fff;
  }
  .col-xs-12 .box_no-brdr.box_blue .box__link:hover:after, .col-xs-12 .box_no-brdr.box_blue .box__link:focus:after {
    border-left-color: #434f55;
  }
  .col-xs-12 .box_no-brdr.box_green .box__link {
    background-color: #fff;
    color: #4e7f27;
  }
  .col-xs-12 .box_no-brdr.box_green .box__link:after {
    border-left-color: #fff;
  }
  .col-xs-12 .box_no-brdr.box_green .box__link:hover, .col-xs-12 .box_no-brdr.box_green .box__link:focus {
    background-color: #434f55;
    color: #fff;
  }
  .col-xs-12 .box_no-brdr.box_green .box__link:hover:after, .col-xs-12 .box_no-brdr.box_green .box__link:focus:after {
    border-left-color: #434f55;
  }
  .klinik-banner {
    min-height: 300px;
  }
  .klinik-banner .banner-content {
    height: 300px;
  }
  .klinik-banner .banner-content h1, .klinik-banner .banner-content h2 {
    font-size: 30px;
    line-height: 30px;
    padding-top: 40px;
  }
  .klinik-banner .b-tablist li {
    min-height: 45px;
    margin-right: 5px;
  }
  .klinik-banner .b-tablist li a {
    font-size: 20px;
    line-height: 45px;
    padding: 0 20px;
  }
  .klinik-search .dropdown .klinik__dropdown-btn {
    font-size: 18px;
    padding-left: 15px;
  }
  .klinik-search input[type=text] {
    font-size: 18px;
    padding-left: 15px;
  }
  .klinik-tab ul li {
    padding: 15px 0;
  }
  .klinik-tab ul li a {
    font-size: 21px;
  }
  .klinik-tab ul li li a {
    font-size: 18px;
    padding-left: 16px;
  }
  .klinik-tab ul li li a:before {
    top: 7px;
    width: 7px;
    height: 12px;
    background-size: auto 12px;
  }
  .top-banner {
    min-height: auto;
  }
  .top-banner img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .top-banner .banner-content {
    background-color: #007697;
    height: auto;
    min-height: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-banner .banner-content h1 {
    color: #fff;
    display: inline-block;
    padding: 0;
    width: 100%;
  }
  .top-banner .banner-content h1 br {
    display: none;
  }
  .top-banner .banner-content h1 span {
    color: #fff;
  }
  .top-banner .banner-content h1 span:before {
    content: " ";
  }
  .top-banner .banner-content h2 p {
    display: none;
  }
  .top-banner a.arrow {
    background-color: #fff;
    color: #007697;
    position: relative;
    display: block;
    float: right;
    right: auto;
    margin-top: 0.5em;
    margin-right: 16px;
  }
  .top-banner a.arrow:after {
    border-left-color: #fff;
  }
  .top-banner a.arrow:hover, .top-banner a.arrow:focus {
    color: #fff;
  }
  .banner {
    margin-bottom: 20px;
  }
  .banner .banner__b-info {
    position: static;
    background-color: #f2f2f3;
  }
  .banner .banner__b-info__right {
    padding-right: 20px;
  }
  h1, h2 {
    font-size: 27px;
    line-height: 33px;
  }
  .accordion .accordion-header {
    height: auto;
  }
  .accordion .accordion-header h2, .accordion .accordion-header a {
    font-size: 14px;
  }
  .accordion .date-btn, .accordion .accordion-btn {
    font-size: 16px;
  }
  .schwerpunkte__cols2 ul li {
    width: auto;
    float: none;
    border-right: 0 !important;
  }
  .schwerpunkte__cols3 ul li {
    width: auto;
    float: none;
    border-right: 0 !important;
  }
  .breadcrumbs .pfad ol.breadcrumb {
    padding: 16px 0;
  }
  .breadcrumbs .pfad ol.breadcrumb li a, .breadcrumbs .pfad ol.breadcrumb li.active {
    font-size: 16px;
  }
  /*.klinik-news {
  	.news-item__title {
  		width: 330px;
  	}
  }*/
  .klinik-slider span.prev-arr {
    left: 10px;
  }
  .klinik-slider span.next-arr {
    right: 10px;
  }
  .klinik-line .info {
    width: 100%;
    padding-right: 0;
  }
  .klinik-line .info .links {
    display: block;
    text-align: left;
    margin-top: 1em;
  }
  .klinik-line .avatar + .info {
    width: calc(98% - 200px);
  }
  .klinik-line .links {
    display: none;
  }
  .klinik-line__b-team {
    width: 100%;
  }
  #map {
    height: 300px;
  }
  .team__aerzte {
    border-bottom: 30px solid transparent;
  }
  .widget .widget-avatar, .widget.widget_person .widget-avatar {
    width: 120px;
    height: 120px;
  }
  .news.search-form .searchContent .rd-mailform input.form-input {
    font-size: 16px;
    width: calc(32% - 15px);
  }
  .news.search-form .searchContent .rd-mailform input.form-input#news-subject {
    width: calc(48% - 15px);
    margin-bottom: 15px;
  }
  .news.search-form .searchContent .rd-mailform select.as-select-single, .news.search-form .searchContent .rd-mailform .tx-ukustudien-study input.as-select-single, .tx-ukustudien-study .news.search-form .searchContent .rd-mailform input.as-select-single,
  .news.search-form .searchContent .rd-mailform .select2-container--as {
    width: 48%;
  }
  .news.search-form .searchContent .rd-mailform .btn.btn-default.btn-block {
    font-size: 16px;
    width: calc(32% - 15px);
    margin-right: 15px;
  }
  .news.search-form.sf-news .searchContent .rd-mailform input.form-input#news-subject {
    width: 100%;
  }
  .news-list-view .article h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .news.news-single .news-img-wrap .outer {
    float: left;
    width: 33.33333333%;
    padding: 0 10px;
  }
  .news.news-single .news-img-wrap .outer:first-child {
    padding-left: 0;
  }
  .news.news-single .news-img-wrap .outer:nth-child(3n) {
    padding-right: 0;
  }
  .news.news-single .news-img-wrap .outer + .outer {
    margin-top: 0;
  }
  .footer {
    padding-bottom: 60px;
  }
  .footer .footer__nav-links li a.up {
    border-left: 0;
  }
  .footer .footer__links-list .white-bg-column:after {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .header {
    margin-bottom: 0;
  }
  .header + .container {
    margin-top: 20px;
  }
  .top-banner .banner-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-banner .banner-content h1 {
    display: block;
  }
  .top-banner a.arrow {
    position: relative;
    display: block;
    float: right;
    right: auto;
    margin-top: 0.5em;
    margin-right: 16px;
  }
  .ce-bodytext .ce-image {
    width: 50%;
  }
  .klinik-line .avatar {
    width: 150px;
    margin-right: 10px;
  }
  .klinik-line .avatar + .info {
    width: calc(98% - 160px);
  }
  .news.search-form .searchContent .rd-mailform input.form-input {
    width: calc(48% - 15px);
    margin: 15px 15px 0 0;
  }
  .news.search-form .searchContent .rd-mailform input.form-input#news-subject {
    width: 100%;
    margin: 0 0 15px;
  }
  .news.search-form .searchContent .rd-mailform select.as-select-single, .news.search-form .searchContent .rd-mailform .tx-ukustudien-study input.as-select-single, .tx-ukustudien-study .news.search-form .searchContent .rd-mailform input.as-select-single,
  .news.search-form .searchContent .rd-mailform .select2-container--as {
    width: 100%;
  }
  .news.search-form .searchContent .rd-mailform .btn.btn-default.btn-block {
    width: 100%;
    margin: 15px 0 0;
    float: none;
  }
  .news.search-form.sf-news .searchContent .rd-mailform input.form-input#news-subject {
    margin-bottom: 0;
  }
  .news-list-view .article .news-img {
    width: 33.33333333%;
    padding-right: 0;
  }
  .news-list-view .article .news-txt {
    width: 66.66666667%;
  }
  .news-list-view .article .news-txt .teaser-text > div {
    display: none;
  }
  .footer .footer__nav .wraper .footer__nav-links {
    padding: 0;
  }
  .footer .footer__nav .wraper .footer__nav-links li:first-child {
    padding-right: 0;
    display: block;
  }
}
@media screen and (max-width: 479px) {
  div.logo {
    width: 50%;
  }
  div.service {
    width: 50%;
  }
  .header .header__top-nav li #searchFieldMobile {
    margin-top: 30px;
    width: calc(100vw - 45px);
  }
  .scroll-top-btn {
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .content-line__title {
    font-size: 28px;
  }
  .box {
    margin-bottom: 20px;
  }
  .box h2 {
    width: 100%;
  }
  .box h2, .box p {
    font-size: 18px;
    line-height: 24px;
  }
  .box__link {
    font-size: 14px;
  }
  .box .b-text + .box__b-photo {
    margin-top: -20px;
    bottom: -20px;
    display: block !important;
    width: 100% !important;
  }
  .box.dropdown .b-text + .box__b-photo {
    margin-top: 0;
    bottom: 0;
  }
  .box.family {
    display: none;
  }
  .box.family.xxs {
    display: block;
  }
  .box.family > .box__b-bg {
    max-height: 150px;
  }
  .box.family > .b-text {
    position: static;
    margin: 0;
    width: 100%;
  }
  .box.family > .b-text .b-text {
    position: relative;
    min-height: auto;
  }
  .box.family > .b-text h2, .box.family > .b-text h3, .box.family > .b-text p {
    font-size: 18px;
    line-height: 24px;
  }
  .box.career h2, .box.career h3, .box.career p {
    font-size: 21px;
    line-height: 27px;
  }
  .box.career .b-text {
    width: auto;
    padding-top: 20px;
  }
  .box.career .box__b-bg img {
    opacity: 0.5;
  }
  .box.career .dropdown {
    width: auto;
    margin-top: 20px;
  }
  .box.career .box__b-bg img {
    height: 100%;
    width: auto;
  }
  .b-rounded {
    margin-bottom: 20px;
  }
  .b-rounded h2, .b-rounded h3, .b-rounded p {
    font-size: 18px;
    line-height: 24px;
  }
  .accordion .accordion-header h2 {
    float: none;
  }
  .accordion .accordion-header a {
    float: left;
    left: 0;
  }
  .accordion .accordion-btn .tag {
    display: block;
  }
  #accordion .accordion-header h2 {
    font-size: 18px;
    line-height: 27px;
  }
  #accordion .accordion-header a {
    font-size: 14px;
    line-height: 27px;
  }
  #accordion .accordion-header a:after {
    top: 9px;
  }
  #accordion .accordion-btn, #accordion .date-btn {
    font-size: 16px;
  }
  #accordion .panel-body p, #accordion .panel-body .more-link {
    font-size: 16px;
  }
  #accordion .panel-body .text {
    width: 100%;
  }
  #accordion .panel-body .bild {
    display: none;
  }
  .banner img {
    display: block;
    width: auto;
  }
  .banner .banner__b-info {
    left: auto;
  }
  .banner .banner__b-info__right {
    padding: 7px 15px 7px 0;
  }
  .banner .banner__b-info__right h3, .banner .banner__b-info__right h4 {
    font-size: 16px;
    line-height: 21px;
  }
  .banner__b-info_m .banner__b-info__left h1, .banner__b-info_m .banner__b-info__left h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .top-banner .banner-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .top-banner .banner-content h1 {
    font-size: 24px;
    line-height: 27px;
  }
  .aside-nav .dropdown-title {
    font-size: 16px;
    padding: 7px 0;
  }
  .aside-nav__list li a {
    font-size: 16px;
  }
  .content-line__title_m {
    font-size: 24px;
    margin: 20px 0;
    padding-bottom: 5px;
  }
  h1, h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    font-size: 21px;
    line-height: 27px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .ce-bodytext p {
    font-size: 16px;
    line-height: 24px;
  }
  p + ul, h5 + ul {
    font-size: 16px;
  }
  p + ul li:before, h5 + ul li:before {
    top: 15px;
  }
  .ce-bodytext ul {
    font-size: 16px;
    line-height: 24px;
  }
  .ce-bodytext ul li:before {
    top: 15px;
  }
  .ce-bodytext ol {
    font-size: 16px;
    line-height: 24px;
  }
  .schwerpunkte {
    margin-bottom: 30px;
  }
  .schwerpunkte h2 {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .schwerpunkte ul li a {
    font-size: 16px;
    padding: 12px 40px 12px 15px;
    line-height: 21px;
  }
  .schwerpunkte ul li a:after {
    top: calc(50% - 11px);
    width: 12px;
    height: 22px;
    right: 15px;
  }
  .schwerpunkte__more-link {
    font-size: 16px;
    padding-top: 5px;
    padding-left: 0px;
    text-align: center;
  }
  .schwerpunkte__more-link span {
    width: 7px;
    height: 7px;
  }
  .schwerpunkte__more-link span:last-child {
    margin-right: 5px;
  }
  .contact-item {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .contact-item h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .contact-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-item .contact-item__more-link {
    font-size: 16px;
  }
  .contact-item ul {
    font-size: 16px;
    line-height: 24px;
  }
  .klinik-blocks__block-list li a {
    font-size: 16px;
  }
  .news-item {
    margin-bottom: 20px;
    padding-left: 75px;
    min-height: 60px;
  }
  .news-item__date {
    width: 60px;
    height: 60px;
    font-size: 16px;
    padding-top: 5px;
    line-height: 18px;
  }
  .news-item__date span {
    font-size: 21px;
  }
  .news-item__title {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
  }
  .news-item p {
    font-size: 16px;
  }
  /*.klinik-news {
  	.news-item__date {
  		width: 51px;
  		height: 51px;
  		font-size: 16px;
  		padding-top: 0;
  		span {
  			font-size: 21px;
  		}
  	}
  	.news-item__title {
  		font-size: 18px;
  		width: 230px;
  	}
  }*/
  .klinik-slider span.prev-arr {
    left: 40px;
  }
  .klinik-slider span.next-arr {
    right: 40px;
  }
  .klinik-team-search-block .search-form-wraper {
    width: 100%;
  }
  .klinik-team-search-block .dropdown {
    width: 100%;
  }
  .klinik-team-search-block .dropdown .klinik__dropdown-btn {
    border-top: none;
    border-left: 2px solid #d9dcdd;
  }
  .klinik-search-block input[type=text] {
    height: 40px;
    font-size: 16px;
  }
  .klinik-line .avatar {
    width: 100px;
  }
  .klinik-line .info h4, .klinik-line .info p {
    font-size: 16px;
    line-height: 24px;
  }
  .klinik-line .avatar + .info {
    width: calc(98% - 110px);
  }
  .klinik-line .links a {
    font-size: 16px;
    line-height: 24px;
  }
  .klinik-banner {
    min-height: 200px;
  }
  .klinik-banner .banner-content {
    height: 200px;
  }
  .klinik-banner .banner-content h1, .klinik-banner .banner-content h2 {
    font-size: 24px;
    line-height: 24px;
    padding-top: 20px;
  }
  .klinik-banner .b-tablist li {
    min-height: 40px;
    margin-right: 5px;
  }
  .klinik-banner .b-tablist li.active {
    padding-top: 5px;
  }
  .klinik-banner .b-tablist li a {
    font-size: 18px;
    line-height: 40px;
    padding: 0 10px;
  }
  .widget, .widget.widget_person {
    width: auto;
    float: none;
    padding-right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .widget img, .widget.widget_person img {
    display: none;
  }
  .ctype-ce_grid_team {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .klinik-search {
    padding-bottom: 20px;
  }
  .klinik-search .search-form-wraper {
    width: 100%;
  }
  .klinik-search .dropdown {
    width: 100%;
  }
  .klinik-search .dropdown .klinik__dropdown-btn {
    margin-top: 5px;
  }
  .klinik-tab ul li a {
    font-size: 18px;
  }
  .klinik-tab ul li li a {
    font-size: 16px;
  }
  .klinik-tab ul li li a:before {
    top: 4px;
  }
  .klinik-line__b-contact p {
    font-size: 18px;
  }
  .klinik-line .b-tablist li a {
    font-size: 14px;
    line-height: 14px;
  }
  .klinik-line .b-tablist li.active a {
    font-size: 14px;
    line-height: 14px;
  }
  .contact-box .round-ico {
    width: 40px;
    height: 40px;
    background-size: auto 40px;
  }
  .contact-box h4, .contact-box p {
    font-size: 21px;
    line-height: 21px;
  }
  .contact-box h4 span, .contact-box p span {
    font-size: 14px;
  }
  .contact-box .simple-inf p {
    font-size: 16px;
  }
  .contact-box .simple-inf p span {
    font-size: 16px;
  }
  .team {
    padding: 30px 0 30px;
  }
  .team__aerzte {
    border-bottom: 15px solid transparent;
  }
  .team h4 {
    font-size: 24px;
  }
  .team p {
    font-size: 16px;
    line-height: 24px;
  }
  .team .round-ico {
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    top: -25px;
    background-size: auto 50px;
  }
  .modal_address .modal-dialog .modal-content .modal-body dl {
    margin-bottom: 1em;
  }
  .modal_address .modal-dialog .modal-content .modal-body dl dt {
    width: 100%;
    padding: 0;
    margin-top: 0.5em;
  }
  .modal_address .modal-dialog .modal-content .modal-body dl dt:empty {
    margin: 0;
  }
  .modal_address .modal-dialog .modal-content .modal-body dl dd {
    width: 100%;
    padding: 0;
  }
  .panel .accordion-btn {
    font-size: 16px;
    padding: 5px 35px 5px 10px;
  }
  .panel .accordion-btn .dropdown-btn {
    right: 10px;
  }
  .panel .panel-body {
    padding: 10px;
  }
  .panel .panel-body p {
    font-size: 16px;
  }
  .tab .b-tablist li a {
    font-size: 16px;
  }
  .tab .tab-content {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .download-item a {
    font-size: 16px;
    padding: 5px 35px 5px 10px;
    border-right: 10px solid transparent;
    background-size: auto 20px;
  }
  .content-slider .carousel .carousel-control .slider-arr {
    width: 15px;
  }
  .content-slider .carousel .carousel-control .slider-arr.prev {
    margin-left: 5px;
  }
  .content-slider .carousel .carousel-control .slider-arr.next {
    margin-right: 5px;
  }
  .content-slider .carousel .carousel-inner .item p {
    font-size: 16px;
    line-height: 24px;
  }
  .content-slider .carousel .carousel-inner .item .photo-author {
    font-size: 14px;
  }
  .contenttable {
    font-size: 16px;
    line-height: 24px;
  }
  .panel-group .panel .panel-body .widget.widget_person p {
    font-size: 16px;
  }
  .table-responsive {
    border: 0;
  }
  .news-list-view .article,
  .news-search-result .article {
    border: 0;
    border-top: 2px solid #d9dcdd;
    padding: 20px 0;
  }
  .news-list-view .article:last-child,
  .news-search-result .article:last-child {
    border-bottom: 2px solid #d9dcdd;
  }
  .news-list-view .article + .article,
  .news-search-result .article + .article {
    margin: 0;
  }
  .news-list-view .article .news-img,
  .news-search-result .article .news-img {
    display: none;
  }
  .news-list-view .article .news-txt,
  .news-search-result .article .news-txt {
    width: 100%;
  }
  .news-list-view .article h2,
  .news-search-result .article h2 {
    font-size: 21px;
    line-height: 27px;
    margin: 0 0 0.25em;
  }
  .news-list-view .article .teaser-text a,
  .news-search-result .article .teaser-text a {
    font-size: 14px;
    line-height: 20px;
  }
  .news-list-view .article .teaser-text a:after,
  .news-search-result .article .teaser-text a:after {
    top: 6px;
  }
  .news.news-single .headline h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .news.news-single .post-meta p {
    font-size: 14px;
  }
  .news.news-single .news-img-wrap .outer {
    width: 50%;
    padding: 0 10px;
  }
  .news.news-single .news-img-wrap .outer:nth-child(2n) {
    padding-right: 0;
  }
  .news.news-single .news-img-wrap .outer:nth-child(3n) {
    padding-right: 10px;
  }
  .news.news-single .news-img-wrap .news-img-caption {
    font-size: 14px;
    line-height: 18px;
  }
  .news.news-single .news-text-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .news.news-single .news-backlink-wrap a {
    font-size: 14px;
  }
  .legend {
    top: -15px;
  }
  .map > .row > div:first-child {
    display: none;
  }
  .map > .row > div:last-child {
    width: 100%;
  }
  .map .b-info {
    padding: 20px;
    text-align: center;
  }
  .map .b-info p {
    margin-bottom: 0.5em;
  }
  .map .b-info p br {
    display: none;
  }
  .map .b-info .more-link {
    margin: 1em auto 0;
  }
  .help-block {
    font-size: 14px;
  }
  .tx-indexedsearch-res {
    font-size: 16px;
    line-height: 24px;
  }
  .tx-indexedsearch-res h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .tx-indexedsearch-res .tx-indexedsearch-description {
    font-size: 16px;
    line-height: 24px;
  }
  .tx-indexedsearch-res .tx-indexedsearch-info dt.tx-indexedsearch-text-item-path, .tx-indexedsearch-res .tx-indexedsearch-info dd.tx-indexedsearch-text-item-path, .tx-indexedsearch-res .tx-indexedsearch-info dd.tx-indexedsearch-text-item-path p {
    font-size: 14px;
    line-height: 18px;
  }
  .frame-type-form_formframework + div {
    margin-top: 30px;
  }
  .frame-type-form_formframework form .form-inline,
  .frame-type-form_formframework form .form-group {
    margin-bottom: 30px;
  }
  .footer {
    padding-bottom: 50px;
  }
  .footer .footer__links-list {
    text-align: center;
  }
  .footer .footer__links-list h4 {
    padding-top: 15px;
  }
  .footer .footer__links-list .logo {
    display: none;
  }
  .footer .footer__links-list .white-bg-column {
    width: 100%;
  }
}
@media screen and (max-width: 339px) {
  .breadcrumbs .pfad ol.breadcrumb {
    padding: 18px 0;
  }
  .breadcrumbs .pfad ol.breadcrumb li a, .breadcrumbs .pfad ol.breadcrumb li.active {
    font-size: 14px;
  }
  .slider .slider__wraper .slider__item .slide {
    width: 100%;
    position: relative;
  }
  .box.career .box__b-bg img {
    height: 100%;
    width: auto;
  }
  .content-line__title {
    font-size: 23px;
  }
  .klinik-line .avatar {
    width: 100%;
    margin: 0 0 1em;
  }
  .klinik-line .avatar img {
    max-height: 100px;
    width: auto;
  }
  .klinik-line .info, .klinik-line .avatar + .info {
    width: 100%;
  }
  .klinik-line .klinik-accordion .panel .accordion-btn {
    font-size: 14px;
  }
  .ce-bodytext .ce-image {
    width: 100%;
    float: none;
  }
  .klinik-banner .b-tablist li {
    margin-right: 0;
  }
  .top-banner .banner-content h1, .top-banner .banner-content h2 {
    font-size: 18px;
    line-height: 21px;
  }
  .top-banner a.arrow {
    padding: 0 10px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
  .top-banner a.arrow:after {
    height: 15px;
    width: 15px;
    border-width: 15px;
    right: -15px;
  }
  .contact-box .round-ico {
    width: 30px;
    height: 30px;
    background-size: auto 30px;
  }
  .contact-box h4, .contact-box p {
    font-size: 18px;
    line-height: 18px;
  }
  .contact-box h4 span, .contact-box p span {
    font-size: 13px;
  }
  .news.search-form .searchContent .rd-mailform input.form-input {
    width: 100%;
  }
  .news.news-single .news-img-wrap .outer {
    width: 100%;
    padding: 0;
  }
  .news.news-single .news-img-wrap .outer:nth-child(3n) {
    padding-right: 0;
  }
  .news.news-single .news-img-wrap .outer + .outer {
    margin-top: 1em;
  }
}
.tx-ukustudien-study p {
  font-family: "DaxlinePro-Light";
  font-weight: normal;
  color: #434f55;
}
.tx-ukustudien-study select, .tx-ukustudien-study input {
  font-family: "DaxlinePro-Regular";
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  border: 2px solid #d9dcdd;
  outline: none;
  border-radius: 0;
  color: #434f55;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.tx-ukustudien-study select:hover, .tx-ukustudien-study input:hover, .tx-ukustudien-study select:focus, .tx-ukustudien-study input:focus {
  border: 2px solid #d9dcdd;
}
.tx-ukustudien-study label {
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  font-size: 16px;
}
.tx-ukustudien-study select, .tx-ukustudien-study input {
  padding: 0;
}
.tx-ukustudien-study select[name="tx_ukustudien_study[entities][]"], .tx-ukustudien-study input[name="tx_ukustudien_study[entities][]"] {
  height: 200px;
}
.tx-ukustudien-study select option, .tx-ukustudien-study input option {
  padding: 6px 5px;
}
.tx-ukustudien-study select option:hover, .tx-ukustudien-study input option:hover, .tx-ukustudien-study select option:focus, .tx-ukustudien-study input option:focus, .tx-ukustudien-study select option:hover:focus, .tx-ukustudien-study select option:focus:hover {
  background-color: #f5f6f6;
}
.tx-ukustudien-study input {
  height: 40px;
  padding: 6px 5px 6px 15px;
}
.tx-ukustudien-study h2 {
  margin-bottom: 15px;
}
.tx-ukustudien-study h3 {
  margin-top: 45px;
  margin-bottom: 15px;
}
.tx-ukustudien-study .studies-count {
  display: block;
  font-family: "DaxlinePro-Light";
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px;
  color: #434f55;
}
.tx-ukustudien-study .table {
  border: 2px solid #d9dcdd;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tx-ukustudien-study .table {
    margin-bottom: 0;
  }
}
.tx-ukustudien-study .table tr {
  border-bottom: 1px solid #eee;
}
.tx-ukustudien-study .table tr td {
  font-family: "DaxlinePro-Regular";
  font-weight: normal;
  font-size: 16px;
  padding: 10px 15px;
}
.tx-ukustudien-study .table tr td:first-child {
  font-family: "DaxlinePro-Bold";
  width: 20%;
  min-width: 150px;
}
.tx-ukustudien-study .table tr:last-child {
  border-bottom: none;
}
.tx-ukustudien-study .table-responsive:last-child .table {
  margin-bottom: 0;
}
.tx-ukustudien-study .btn {
  min-width: 100px;
  padding: 10px;
  height: 40px;
  line-height: 20px;
  outline: none;
  margin: 0;
  border-radius: 0;
  font-size: 16px;
  font-family: "DaxlinePro-Bold";
  font-weight: normal;
  border: 1px solid #619f31;
  color: #fff;
  background-color: #619f31;
}
.tx-ukustudien-study .btn:hover, .tx-ukustudien-study .btn:focus {
  border: 1px solid #434f55;
  background-color: #434f55;
  color: #fff;
}
.tx-ukustudien-study .btn + .btn {
  margin-left: 15px;
}
.tx-ukustudien-study .btn-primary {
  border: 1px solid #009dca;
  background-color: #009dca;
  color: #fff;
}
.tx-ukustudien-study .invisible {
  display: none;
}
.tx-ukustudien-study .freetext {
  margin-bottom: 20px;
}
.tx-ukustudien-study .freetext div[class^=col] {
  padding-right: 0;
}
.tx-ukustudien-study .freetext div[class^=col] ~ div[class^=col] {
  padding-right: 15px;
}
.tx-ukustudien-study .freetext .btn {
  width: 49%;
}
.tx-ukustudien-study .freetext .btn + .btn {
  width: 49%;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .tx-ukustudien-study .freetext div[class^=col] {
    padding-right: 15px;
  }
  .tx-ukustudien-study .freetext .btn {
    margin-top: 10px;
  }
}
.tx-ukustudien-study .more-link {
  font-family: "DaxlinePro-Regular";
  position: relative;
  color: #434f55;
  text-decoration: none;
}
.tx-ukustudien-study .more-link:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #434f55;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  margin-left: 3px;
}
.tx-ukustudien-study .more-link:hover, .tx-ukustudien-study .more-link:focus {
  text-decoration: underline;
}
.tx-ukustudien-study .panel .panel-heading {
  padding: 0;
  border: 0;
}
.tx-ukustudien-study .panel .accordion-btn {
  padding: 0 50px 0 0;
  font-size: 16px;
  font-family: "DaxlinePro-Regular";
  background-color: transparent;
  color: #434f55;
}
.tx-ukustudien-study .panel .accordion-btn .dropdown-btn {
  border-bottom: 2px solid #434f55;
  border-right: 2px solid #434f55;
}
.tx-ukustudien-study .panel .panel-body {
  background-color: transparent;
  padding: 20px 0 0;
}
.tx-ukustudien-study .panel .panel-body p {
  font-family: "DaxlinePro-Regular";
  font-size: 16px;
  color: #434f55;
}
.tx-ukustudien-study .table-responsive:nth-child(even) .table tr:first-child {
  background-color: #4e7f27;
  color: #fff;
}
.tx-ukustudien-study .table-responsive:nth-child(odd) .table tr:first-child {
  background-color: #007697;
  color: #fff;
}

.ctype-ce_language_link {
  background-color: #fff;
  font-family: "DaxlinePro-Bold";
  font-size: 21px;
  color: #434f55;
  text-decoration: none;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .ctype-ce_language_link {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .ctype-ce_language_link img {
    height: 25px;
    width: 25px;
  }
}

.breadcrumb > span > a {
  font-family: "DaxlinePro-Medium";
  color: #fff;
  font-size: 18px;
}
.breadcrumb > span > a img {
  margin-left: 5px;
  height: 30px;
  width: 30px;
}

.header .language {
  background-color: #2c879c;
  border-bottom-left-radius: 34px;
  font-family: "DaxlinePro-Medium";
  right: 0;
  padding: 5px 5px 5px 25px;
  position: absolute;
  height: 34px;
}
.header .language a {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .language:before {
  width: 26px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  left: -24px;
  content: "";
  background-image: radial-gradient(ellipse at 0 100%, rgba(0, 0, 0, 0) 28px, #2c879c 29px);
  position: absolute;
  background-color: transparent;
  top: 0px;
  z-index: 0;
}
.header .language a {
  color: #fff;
}
.header .language a img {
  margin-left: 5px;
  height: 25px;
  width: 25px;
}

body.weinrot a.button,
body.weinrot .box .box__link-box:hover .box__link-btn,
body.weinrot .box .box__link-box:focus .box__link-btn,
body.weinrot .panel-group.multicolored .panel .accordion-btn,
body.weinrot .panel-group.multicolored .panel .accordion-btn.collapsed,
body.weinrot .schwerpunkte.schwerpunkte__tuerkis ul li a,
body.weinrot .fixed-nav ul.nav li.active a,
body.weinrot .header .header__main-nav .menu-items > li.active > a:before,
body.weinrot .tab .b-tablist li.active a,
body.weinrot .breadcrumbs,
body.weinrot .header .language,
body.weinrot .panel .accordion-btn:not(.collapsed) {
  background-color: #8d0051;
}
body.weinrot .header .language:before {
  background-image: radial-gradient(ellipse at 0 100%, rgba(0, 0, 0, 0) 28px, #8d0051 29px);
}
body.weinrot .box .box__link-box:hover .box__link-btn:after,
body.weinrot .box .box__link-box:focus .box__link-btn:after {
  border-left-color: #8d0051;
}
body.weinrot .panel-group.mehr-lesen .panel .accordion-btn .dropdown-btn {
  border-color: #8d0051;
}
body.weinrot .plyr--full-ui input[type=range] {
  color: #8d0051;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #8d0051)));
}
body.weinrot .plyr--video .plyr__control.plyr__tab-focus,
body.weinrot .plyr--video .plyr__control:hover,
body.weinrot .plyr--video .plyr__control[aria-expanded=true],
body.weinrot .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before,
body.weinrot .plyr__control--overlaid {
  background: #8d0051;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #8d0051)));
}
body.weinrot h2, body.weinrot h5,
body.weinrot .ctype-ce_teaser_box_home .box .b-text h2 .f_medium,
body.weinrot .banner__b-info_m .banner__b-info__left h2 .f_medium,
body.weinrot .banner__b-info_m .banner__b-info__left h1 .f_medium,
body.weinrot .panel-group.mehr-lesen .panel .accordion-btn,
body.weinrot .banner .banner__b-info__left h2 .f_medium, body.weinrot .banner .banner__b-info__left h1 .f_medium {
  color: #8d0051;
}
body.tuerkis a.button,
body.tuerkis .box .box__link-box:hover .box__link-btn,
body.tuerkis .box .box__link-box:focus .box__link-btn,
body.tuerkis .panel-group.multicolored .panel .accordion-btn,
body.tuerkis .panel-group.multicolored .panel .accordion-btn.collapsed,
body.tuerkis .schwerpunkte.schwerpunkte__tuerkis ul li a,
body.tuerkis .fixed-nav ul.nav li.active a,
body.tuerkis .header .header__main-nav .menu-items > li.active > a:before,
body.tuerkis .tab .b-tablist li.active a,
body.tuerkis .breadcrumbs,
body.tuerkis .header .language,
body.tuerkis .panel .accordion-btn:not(.collapsed) {
  background-color: #008f97;
}
body.tuerkis .header .language:before {
  background-image: radial-gradient(ellipse at 0 100%, rgba(0, 0, 0, 0) 28px, #008f97 29px);
}
body.tuerkis .box .box__link-box:hover .box__link-btn:after,
body.tuerkis .box .box__link-box:focus .box__link-btn:after {
  border-left-color: #008f97;
}
body.tuerkis .panel-group.mehr-lesen .panel .accordion-btn .dropdown-btn {
  border-color: #008f97;
}
body.tuerkis .plyr--full-ui input[type=range] {
  color: #008f97;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #008f97)));
}
body.tuerkis .plyr--video .plyr__control.plyr__tab-focus,
body.tuerkis .plyr--video .plyr__control:hover,
body.tuerkis .plyr--video .plyr__control[aria-expanded=true],
body.tuerkis .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before,
body.tuerkis .plyr__control--overlaid {
  background: #008f97;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #008f97)));
}
body.tuerkis h2, body.tuerkis h5,
body.tuerkis .ctype-ce_teaser_box_home .box .b-text h2 .f_medium,
body.tuerkis .banner__b-info_m .banner__b-info__left h2 .f_medium,
body.tuerkis .banner__b-info_m .banner__b-info__left h1 .f_medium,
body.tuerkis .panel-group.mehr-lesen .panel .accordion-btn,
body.tuerkis .banner .banner__b-info__left h2 .f_medium, body.tuerkis .banner .banner__b-info__left h1 .f_medium {
  color: #008f97;
}
body.orange a.button,
body.orange .box .box__link-box:hover .box__link-btn,
body.orange .box .box__link-box:focus .box__link-btn,
body.orange .panel-group.multicolored .panel .accordion-btn,
body.orange .panel-group.multicolored .panel .accordion-btn.collapsed,
body.orange .schwerpunkte.schwerpunkte__tuerkis ul li a,
body.orange .fixed-nav ul.nav li.active a,
body.orange .header .header__main-nav .menu-items > li.active > a:before,
body.orange .tab .b-tablist li.active a,
body.orange .breadcrumbs,
body.orange .header .language,
body.orange .panel .accordion-btn:not(.collapsed) {
  background-color: #f39100;
}
body.orange .header .language:before {
  background-image: radial-gradient(ellipse at 0 100%, rgba(0, 0, 0, 0) 28px, #f39100 29px);
}
body.orange .box .box__link-box:hover .box__link-btn:after,
body.orange .box .box__link-box:focus .box__link-btn:after {
  border-left-color: #f39100;
}
body.orange .panel-group.mehr-lesen .panel .accordion-btn .dropdown-btn {
  border-color: #f39100;
}
body.orange .plyr--full-ui input[type=range] {
  color: #f39100;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #f39100)));
}
body.orange .plyr--video .plyr__control.plyr__tab-focus,
body.orange .plyr--video .plyr__control:hover,
body.orange .plyr--video .plyr__control[aria-expanded=true],
body.orange .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before,
body.orange .plyr__control--overlaid {
  background: #f39100;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #f39100)));
}
body.orange h2, body.orange h5,
body.orange .ctype-ce_teaser_box_home .box .b-text h2 .f_medium,
body.orange .banner__b-info_m .banner__b-info__left h2 .f_medium,
body.orange .banner__b-info_m .banner__b-info__left h1 .f_medium,
body.orange .panel-group.mehr-lesen .panel .accordion-btn,
body.orange .banner .banner__b-info__left h2 .f_medium, body.orange .banner .banner__b-info__left h1 .f_medium {
  color: #f39100;
}
body.weinrot .panel-group.multicolored .panel .panel-body, body.tuerkis .panel-group.multicolored .panel .panel-body, body.orange .panel-group.multicolored .panel .panel-body {
  background-color: #f5f6f6;
}
body.weinrot .ctype-ce_teaser_box_home .box .b-text h2, body.tuerkis .ctype-ce_teaser_box_home .box .b-text h2, body.orange .ctype-ce_teaser_box_home .box .b-text h2 {
  color: #434f55;
}

body.akademie .plyr__video-embed,
body.akademie .plyr__video-wrapper--fixed-ratio {
  position: relative;
}
body.akademie .plyr--video.plyr--paused .plyr__controls {
  display: none;
}
body.akademie .plyr--video .plyr__poster {
  background-size: cover;
}
body.akademie .mehr-lesen .panel .accordion-btn:not(.collapsed) {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  body.akademie.fixi .header {
    padding: 10px 0 0;
  }
  body.akademie.fixi .header #top_nav {
    padding: 0 0 10px;
  }
  body.akademie.fixi .header #top_nav > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.akademie .header .logo img {
  padding-bottom: 0;
}
body.akademie .header .header__main-nav .menu-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body.akademie .header .header__main-nav .menu-items li {
  padding-right: 5rem;
}
@media screen and (min-width: 991px) {
  body.akademie .header .header__top-nav li.in-border:last-child,
  body.akademie .header .header__top-nav_mob li.in-border:last-child {
    border-left: 2px solid #d9dcdd;
  }
}
body.akademie .header__main-nav__flyout .frame-type-header h1,
body.akademie .header__main-nav__flyout .frame-type-header h2,
body.akademie .header__main-nav__flyout .frame-type-header h3,
body.akademie .header__main-nav__flyout .frame-type-header h4,
body.akademie .header__main-nav__flyout .frame-type-header h5 {
  color: #fff;
}
body.akademie .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  body.akademie .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline {
    margin-top: 0;
  }
}
body.akademie .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h2 {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  body.akademie .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline h2 {
    padding-top: 0;
  }
}
body.akademie .ce_home_slider .nh-slider .nh-slider__wraper .nh-slide .slide-container .nh-textblock .nh-headline .icon {
  display: none;
}
body.akademie .ctype-textmedia + .ctype-textmedia, body.akademie .ctype-textmedia + .ctype-textpic,
body.akademie .ctype-textpic + .ctype-textmedia,
body.akademie .ctype-textpic + .ctype-textpic {
  margin-top: 1em;
}
body.akademie .ctype-textpic .button:hover {
  background-color: #434f55;
}
@media screen and (max-width: 479px) {
  body.akademie .ctype-textpic .ce-text h5 {
    font-size: 18px;
    line-height: 30px;
  }
}
body.akademie .modal_address .modal-dialog .modal-content .modal-header {
  background-color: #007697;
}
body.akademie .ctype-ce_header_small .banner__zitat {
  color: #fff;
  font-family: "DaxlinePro-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  position: absolute;
  right: 5%;
  top: 10%;
  width: 35%;
}
@media screen and (max-width: 1199px) {
  body.akademie .ctype-ce_header_small .banner__zitat {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  body.akademie .ctype-ce_header_small .banner__zitat {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 479px) {
  body.akademie .ctype-ce_header_small .banner__zitat {
    font-size: 12px;
    line-height: 18px;
  }
}
body.akademie .ctype-ce_header_small .banner__zitat p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (min-width: 768px) {
  body.akademie .ctype-ce_header_small .banner__b-info.has-icon .col-sm-8 {
    width: 100% !important;
  }
}
body.akademie .ctype-ce_header_small .banner__b-info.has-icon .banner__b-info__right {
  padding: 0;
}
body.akademie .ctype-ce_header_small .banner__b-info.has-icon .banner__b-info__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.akademie .ctype-ce_header_small .banner__b-info.has-icon .banner__b-info__left img {
  margin-right: 20px;
}
body.akademie .ctype-ce_header_small .banner__b-info.has-icon .banner__b-info__left h1,
body.akademie .ctype-ce_header_small .banner__b-info.has-icon .banner__b-info__left h2 {
  margin: 0;
}
body.akademie .footer .footer__nav .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.akademie .footer .footer__nav .row .footer__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.akademie .as-chat-btn {
  z-index: 2147483647;
  position: fixed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 20px 0px;
  left: 24px;
  right: auto;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  padding: 0px;
  cursor: pointer;
  background-color: rgb(0, 163, 150);
  border: 0px;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  font-size: 40px;
}
body.akademie .button.chat,
body.akademie .button.chat-more {
  background-color: #007697;
  color: #fff;
  display: table;
  padding: 10px 15px;
  text-decoration: none;
  border: none;
}
body.akademie .button.chat:hover, body.akademie .button.chat:focus,
body.akademie .button.chat-more:hover,
body.akademie .button.chat-more:focus {
  background-color: #4e7f27;
}
body.akademie .button.chat-more {
  background-color: #434f55;
}
body.akademie .chat-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.akademie .chat-flex .chat-more {
  margin-right: 1rem;
}

.plyr--full-ui input[type=range] {
  color: #007697 !important;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #007697))) !important;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true],
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before,
.plyr__control--overlaid {
  background: #007697 !important;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #007697))) !important;
}

.jahresbericht .ce-div {
  max-width: 890px;
  margin: 0 auto;
  position: relative;
  height: 1px;
  padding: 60px 0;
  border: none;
}
.jahresbericht .ce-div::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 60px;
  width: 429px;
  height: 1px;
  left: 0;
  background-color: #434F55;
}
.jahresbericht .ctype-textmedia,
.jahresbericht .ctype-textpic {
  max-width: 890px;
  margin: 0 auto;
}
.jahresbericht .ctype-textmedia > .col-xs-12,
.jahresbericht .ctype-textpic > .col-xs-12 {
  padding: 0;
}
.jahresbericht .ctype-textmedia header,
.jahresbericht .ctype-textpic header {
  margin-bottom: 30px;
}
.jahresbericht .ctype-textmedia header h5,
.jahresbericht .ctype-textpic header h5 {
  font-family: "DaxlinePro-Medium", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.8px;
  color: #434F55;
  text-transform: uppercase;
  opacity: 1;
}
.jahresbericht .ctype-textmedia .ce-bodytext p,
.jahresbericht .ctype-textpic .ce-bodytext p {
  font-family: "DaxlinePro-Regular", sans-serif;
  letter-spacing: 0px;
  color: #434F55;
  opacity: 1;
  font-size: 21px;
  line-height: 33px;
  margin: 0;
}
.jahresbericht .ctype-textmedia .ce-bodytext p u,
.jahresbericht .ctype-textpic .ce-bodytext p u {
  font-family: "DaxlinePro-Medium", sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  .jahresbericht .ctype-textmedia .ce-bodytext p u,
  .jahresbericht .ctype-textpic .ce-bodytext p u {
    font-size: 36px;
    line-height: 48px;
  }
}
.jahresbericht .ctype-textmedia .ce-bodytext p + p,
.jahresbericht .ctype-textpic .ce-bodytext p + p {
  margin-top: 33px;
}
@media screen and (max-width: 991px) {
  .jahresbericht .ctype-textmedia .ce-bodytext p + p,
  .jahresbericht .ctype-textpic .ce-bodytext p + p {
    margin-top: 13px;
  }
}
.jahresbericht .panel-group.mehr-lesen {
  padding-top: 33px;
  margin: 0;
}
.jahresbericht .panel-group.mehr-lesen .panel {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.jahresbericht .panel-group.mehr-lesen .panel .panel-footer {
  max-width: 890px;
  text-align: left;
}
.jahresbericht .panel-group.mehr-lesen .panel .panel-footer .accordion-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.jahresbericht .panel-group.mehr-lesen .panel .panel-footer .accordion-btn > * {
  color: #434F55;
}
.jahresbericht .panel-group.mehr-lesen .panel .panel-footer .accordion-btn > *:hover {
  color: black;
}
.jahresbericht .panel-group.mehr-lesen .panel .panel-footer .accordion-btn .dropdown-btn {
  border-color: #434F55;
  margin-left: 10px;
  top: 0;
}
.jahresbericht .panel-group.mehr-lesen .panel .panel-footer .accordion-btn:not(.collapsed) .dropdown-btn {
  top: 9px;
}
.jahresbericht .seo_section {
  margin: 0;
  padding: 10rem 15px 0 15px;
}
@media screen and (max-width: 639px) {
  .jahresbericht .seo_section {
    padding: 5rem 15px 0 15px;
  }
}
.jahresbericht .seo_section > header,
.jahresbericht .seo_section > .content_33_33_33,
.jahresbericht .seo_section > .content_25_25_25_25,
.jahresbericht .seo_section > .content_25_75,
.jahresbericht .seo_section > .content_25_33_42 {
  padding-left: 5vw;
  padding-right: 5vw;
}
.jahresbericht .seo_section > header h2 {
  font-family: "DaxlinePro-Medium", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.8px;
  color: #434F55;
  text-transform: uppercase;
  opacity: 1;
}
.jahresbericht .seo_section > .seo_section {
  display: block;
  padding: 0;
  width: 100%;
}
.jahresbericht .seo_section > .seo_section > .top-banner {
  margin: 0 -15px;
  position: relative;
  width: calc(100% + 30px);
}
.jahresbericht .seo_section > .seo_section > .top-banner .banner-content {
  display: none;
}
@media screen and (max-width: 767px) {
  .jahresbericht .seo_section > .seo_section > .top-banner img {
    height: 240px;
    margin: 0 auto;
    width: auto;
  }
}
.jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 {
  margin-top: -15%;
}
.jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home {
  border-bottom-left-radius: 40px;
  margin-bottom: 50px;
  overflow: hidden;
}
.jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  width: 90%;
}
@media screen and (max-width: 1199px) {
  .jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home .box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home .box {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home .box {
    width: 75%;
  }
}
.jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home .box .b-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 30px 40px;
}
.jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home .box .b-text h2 {
  font-size: 36px;
  line-height: 48px;
}
@media screen and (max-width: 1199px) {
  .jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home .box .b-text h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home .box .b-text h2 {
    font-size: 27px;
    line-height: 33px;
  }
}
.jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home .box .box__b-photo {
  max-height: unset;
  padding: 40px 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home .box .box__b-photo {
    width: 75%;
  }
}
.jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home .box .box__b-photo img {
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home .box .box__b-photo img {
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 .ctype-ce_teaser_box_home .box .box__b-photo img {
    max-width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 + .content_25_25_25_25 .col-sm-12 {
    margin-bottom: 40px;
  }
}
.jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 + .content_25_25_25_25 .ctype-textmedia h3 {
  font-size: 24px;
}
.jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 + .content_25_25_25_25 .ctype-textmedia p u a {
  color: #008F97;
  font-size: 21px;
  text-decoration: unset;
}
.jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 + .content_25_25_25_25 .ctype-textmedia p u a:after {
  content: "";
  border: 2px solid #008F97;
  border-left: 0 none;
  border-bottom: 0 none;
  display: inline-block;
  height: 13px;
  margin-left: 10px;
  margin-bottom: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 13px;
}
.jahresbericht .seo_section > .seo_section > .top-banner + .content_33_33_33 + .content_25_25_25_25 .ctype-textmedia p u a:hover {
  text-decoration: underline;
}
.jahresbericht .seo_section > .content_50_50 {
  background-color: rgba(67, 79, 85, 0.0509803922);
  display: inline-block;
  margin: 0 -15px;
  padding: 10rem 5vw;
  width: calc(100% + 30px);
}
.jahresbericht .seo_section > .content_50_50 .col-lg-6 {
  padding-right: 10vw;
}
@media screen and (max-width: 991px) {
  .jahresbericht .seo_section > .content_50_50 .col-lg-6 {
    padding-right: 5vw;
  }
}
.jahresbericht .seo_section > .content_50_50 .col-lg-6 + .col-lg-6 {
  border-left: 1px solid #434F55;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (max-width: 991px) {
  .jahresbericht .seo_section > .content_50_50 .col-lg-6 + .col-lg-6 {
    border-top: 1px solid #434F55;
    border-left: 0 none;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 15px;
  }
}
.jahresbericht .seo_section > .content_50_50 .col-lg-6 .ctype-textpic .ce-gallery {
  margin-bottom: 5rem;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .jahresbericht .seo_section > .content_50_50 .col-lg-6 .ctype-textpic .ce-gallery {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .jahresbericht .seo_section > .content_50_50 .col-lg-6 .ctype-textpic .ce-gallery {
    max-width: 75%;
  }
}
.jahresbericht .seo_section > .content_50_50 .col-lg-6 .ctype-textmedia header h2 {
  color: #434F55;
}
.jahresbericht .seo_section > .content_50_50 .col-lg-6 .ctype-textmedia p u a {
  color: #434F55;
  font-size: 21px;
  text-decoration: unset;
}
.jahresbericht .seo_section > .content_50_50 .col-lg-6 .ctype-textmedia p u a:after {
  content: "";
  border: 2px solid #434F55;
  border-left: 0 none;
  border-bottom: 0 none;
  display: inline-block;
  height: 13px;
  margin-left: 10px;
  margin-bottom: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 13px;
}
.jahresbericht .seo_section > .content_50_50 .col-lg-6 .ctype-textmedia p u a:hover {
  text-decoration: underline;
}
.jahresbericht .seo_section > .content_25_75 {
  display: inline-block;
  margin: 0 -15px;
  padding: 0 5vw;
  width: calc(100% + 30px);
}
@media screen and (max-width: 991px) {
  .jahresbericht .seo_section > .content_25_75 .col-md-3 .ce-gallery {
    margin-bottom: 40px;
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .jahresbericht .seo_section > .content_25_75 .col-md-3 .ce-gallery {
    max-width: 75%;
  }
}
.jahresbericht .seo_section > .content_25_75 .col-md-9 .ctype-textmedia {
  margin-left: 10vw;
  margin-right: 20vw;
}
@media screen and (max-width: 1199px) {
  .jahresbericht .seo_section > .content_25_75 .col-md-9 .ctype-textmedia {
    margin-left: 5vw;
    margin-right: 10vw;
  }
}
@media screen and (max-width: 991px) {
  .jahresbericht .seo_section > .content_25_75 .col-md-9 .ctype-textmedia {
    margin-left: 0;
    margin-right: 0;
  }
}
.jahresbericht .seo_section > .content_25_75 .ctype-textmedia h2 {
  color: #434F55;
  margin-bottom: 30px;
}
.jahresbericht .seo_section > .content_25_75 .ctype-textmedia h3 {
  color: #434F55;
  font-family: "DaxlinePro-Medium", sans-serif;
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 25px;
  margin-bottom: 30px;
  opacity: 1;
  text-transform: uppercase;
}
.jahresbericht .seo_section > .content_25_75 .ctype-textmedia p u a {
  color: #434F55;
  font-size: 21px;
  text-decoration: unset;
}
.jahresbericht .seo_section > .content_25_75 .ctype-textmedia p u a:after {
  content: "";
  border: 2px solid #434F55;
  border-left: 0 none;
  border-bottom: 0 none;
  display: inline-block;
  height: 13px;
  margin-left: 10px;
  margin-bottom: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 13px;
}
.jahresbericht .seo_section > .content_25_75 .ctype-textmedia p u a:hover {
  text-decoration: underline;
}
.jahresbericht main > .top-banner + .content_50_50,
.jahresbericht main > .content_50_50:first-child {
  position: relative;
  display: inline-block;
  padding: 50px 0 90px;
  margin: -14px 0 -5px;
  width: 100%;
}
.jahresbericht main > .top-banner + .content_50_50 header,
.jahresbericht main > .content_50_50:first-child header {
  padding-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .jahresbericht main > .top-banner + .content_50_50 header,
  .jahresbericht main > .content_50_50:first-child header {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .jahresbericht main > .top-banner + .content_50_50 header,
  .jahresbericht main > .content_50_50:first-child header {
    padding-bottom: 30px;
  }
}
.jahresbericht main > .top-banner + .content_50_50 header h1,
.jahresbericht main > .content_50_50:first-child header h1 {
  font-family: "DaxlinePro-Regular", sans-serif;
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .jahresbericht main > .top-banner + .content_50_50 header h1,
  .jahresbericht main > .content_50_50:first-child header h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .jahresbericht main > .top-banner + .content_50_50 header h1,
  .jahresbericht main > .content_50_50:first-child header h1 {
    font-size: 29px;
    line-height: 33px;
  }
}
.jahresbericht main > .top-banner + .content_50_50 header + .col-md-6 .col-md-9 .ctype-ce_teaser_box_home,
.jahresbericht main > .content_50_50:first-child header + .col-md-6 .col-md-9 .ctype-ce_teaser_box_home {
  float: right;
}
@media screen and (max-width: 991px) {
  .jahresbericht main > .top-banner + .content_50_50 header + .col-md-6 .col-md-9 .ctype-ce_teaser_box_home,
  .jahresbericht main > .content_50_50:first-child header + .col-md-6 .col-md-9 .ctype-ce_teaser_box_home {
    float: unset;
  }
}
.jahresbericht main > .top-banner + .content_50_50 .col-md-6,
.jahresbericht main > .content_50_50:first-child .col-md-6 {
  margin-bottom: 10px;
}
.jahresbericht main > .top-banner + .content_50_50 .col-md-9,
.jahresbericht main > .content_50_50:first-child .col-md-9 {
  height: 362px;
}
.jahresbericht main > .top-banner + .content_50_50 .col-md-9 .ctype-ce_teaser_box_home,
.jahresbericht main > .content_50_50:first-child .col-md-9 .ctype-ce_teaser_box_home {
  border-radius: 0px 0px 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  overflow: hidden;
  width: 80%;
}
@media screen and (max-width: 1199px) {
  .jahresbericht main > .top-banner + .content_50_50 .col-md-9 .ctype-ce_teaser_box_home,
  .jahresbericht main > .content_50_50:first-child .col-md-9 .ctype-ce_teaser_box_home {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .jahresbericht main > .top-banner + .content_50_50 .col-md-9 .ctype-ce_teaser_box_home,
  .jahresbericht main > .content_50_50:first-child .col-md-9 .ctype-ce_teaser_box_home {
    margin: 0 auto;
    max-width: 70%;
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  .jahresbericht main > .top-banner + .content_50_50 .col-md-9 .ctype-ce_teaser_box_home,
  .jahresbericht main > .content_50_50:first-child .col-md-9 .ctype-ce_teaser_box_home {
    max-width: 100%;
  }
}
.jahresbericht main > .top-banner + .content_50_50 .col-md-9 .ctype-ce_teaser_box_home .box,
.jahresbericht main > .content_50_50:first-child .col-md-9 .ctype-ce_teaser_box_home .box {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jahresbericht main > .top-banner + .content_50_50 .col-md-9 .ctype-ce_teaser_box_home .box .b-text,
.jahresbericht main > .content_50_50:first-child .col-md-9 .ctype-ce_teaser_box_home .box .b-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 41px 15px 0;
  text-align: center;
}
.jahresbericht main > .top-banner + .content_50_50 .col-md-9 .ctype-ce_teaser_box_home .box .b-text h2,
.jahresbericht main > .content_50_50:first-child .col-md-9 .ctype-ce_teaser_box_home .box .b-text h2 {
  font-family: "DaxlinePro-Medium", sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 48px;
}
@media screen and (max-width: 1199px) {
  .jahresbericht main > .top-banner + .content_50_50 .col-md-9 .ctype-ce_teaser_box_home .box .b-text h2,
  .jahresbericht main > .content_50_50:first-child .col-md-9 .ctype-ce_teaser_box_home .box .b-text h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .jahresbericht main > .top-banner + .content_50_50 .col-md-9 .ctype-ce_teaser_box_home .box .b-text h2,
  .jahresbericht main > .content_50_50:first-child .col-md-9 .ctype-ce_teaser_box_home .box .b-text h2 {
    font-size: 27px;
    line-height: 33px;
  }
}
.jahresbericht main > .top-banner + .content_50_50 .col-md-9 .ctype-ce_teaser_box_home .box .box__link-box,
.jahresbericht main > .content_50_50:first-child .col-md-9 .ctype-ce_teaser_box_home .box .box__link-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jahresbericht main > .top-banner + .content_50_50 .col-md-9 .ctype-ce_teaser_box_home .box .box__link-box .box__b-photo,
.jahresbericht main > .content_50_50:first-child .col-md-9 .ctype-ce_teaser_box_home .box .box__link-box .box__b-photo {
  display: inline-block;
  height: 200px;
  max-height: unset;
  width: 200px;
}
.jahresbericht main > .top-banner + .content_50_50 .col-md-9 .ctype-ce_teaser_box_home .box .box__link-box .box__link-btn,
.jahresbericht main > .content_50_50:first-child .col-md-9 .ctype-ce_teaser_box_home .box .box__link-box .box__link-btn {
  display: none;
}
.jahresbericht main > .top-banner + .content_50_50::after,
.jahresbericht main > .content_50_50:first-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 190px;
  background-color: rgba(67, 79, 85, 0.0509803922);
}
.jahresbericht main > .top-banner + .content_50_50 + .seo_section,
.jahresbericht main > .content_50_50:first-child + .seo_section {
  background-color: rgba(67, 79, 85, 0.0509803922);
  margin: 0;
  padding: 0 15px 10rem;
}
@media screen and (max-width: 991px) {
  .jahresbericht main > .top-banner + .content_50_50 + .seo_section > *,
  .jahresbericht main > .content_50_50:first-child + .seo_section > * {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.jahresbericht main > .top-banner + .content_50_50 + .seo_section .ctype-textmedia .ce-bodytext p em,
.jahresbericht main > .content_50_50:first-child + .seo_section .ctype-textmedia .ce-bodytext p em {
  font-size: 36px;
  font-style: normal;
  line-height: 48px;
}
@media screen and (max-width: 1199px) {
  .jahresbericht main > .top-banner + .content_50_50 + .seo_section .ctype-textmedia .ce-bodytext p em,
  .jahresbericht main > .content_50_50:first-child + .seo_section .ctype-textmedia .ce-bodytext p em {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .jahresbericht main > .top-banner + .content_50_50 + .seo_section .ctype-textmedia .ce-bodytext p em,
  .jahresbericht main > .content_50_50:first-child + .seo_section .ctype-textmedia .ce-bodytext p em {
    font-size: 27px;
    line-height: 33px;
  }
}
/*# sourceMappingURL=main.css.map */
