﻿.navbar.navbar-top {
  border-left: medium none;
    border-right: medium none;
    border-top: medium none;
  margin-bottom: 0;
-webkit-box-shadow: 1px 6px 10px -5px rgba(0,0,0,.3);
-moz-box-shadow: 1px 6px 10px -5px rgba(0,0,0,.3);
box-shadow: 1px 6px 10px -5px rgba(0,0,0,.3);
}
.navbar.navbar-top.navbar-fixed-top {
  border-left: medium none;
    border-right: medium none;
    border-top: medium none;
  margin-bottom: 0;
-webkit-box-shadow: inset 0px -15px 23px -23px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -15px 23px -23px rgba(0,0,0,0.75);
box-shadow: inset 0px -15px 23px -23px rgba(0,0,0,0.75);

}
.navbar-fixed-top .navbar-collapse {
  padding: 0 0px;
}
.navbar.navbar-top.navbar-fixed-top + #content,
.navbar.navbar-top.navbar-fixed-top + .frame-type-carousel {
    /*padding-top: 235px;*/
    padding-top: 258px;
}
@media (max-width: 991px) {
  .navbar.navbar-top.navbar-fixed-top + #content,
  .navbar.navbar-top.navbar-fixed-top + .frame-type-carousel {
		padding-top: 164px;
	}
}
@media (max-width: 767px) {
  .navbar.navbar-top.navbar-fixed-top + #content,
  .navbar.navbar-top.navbar-fixed-top + .frame-type-carousel {
		padding-top: 134px;
	}
}

.navbar-main > li > a {
  font-size: 18px;
  font-size: 14px;
  font-weight: 500;
}

.navbar-main > li > a .bar {

  background: transparent;

}
.navbar-default .navbar-toggle .icon-bar {
    /*background-color: rgb(136, 136, 136);*/
    background-color: #FFF;
}

 #topnav.affix {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    margin-bottom:0;
 }
 header {
    margin-bottom: 200px;
}

@media (max-width: 991px) {
  .navbar-default .navbar-collapse {
    border-color: transparent;
    padding: 0 15px;
  }
  .navbar-main {
    padding: 30px 0;
  }
  .navbar-main > li > a {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 960px) {

    #topnav.affix {
        position: relative !important;
     }

}

/*
footer {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #97EDEC),
    color-stop(1, #54AEAC)
  );
  background-image: -o-linear-gradient(top, #97EDEC 0%, #54AEAC 100%);
  background-image: -moz-linear-gradient(top, #97EDEC 0%, #54AEAC 100%);
  background-image: -webkit-linear-gradient(top, #97EDEC 0%, #54AEAC 100%);
  background-image: -ms-linear-gradient(top, #97EDEC 0%, #54AEAC 100%);
  background-image: linear-gradient(to top, #97EDEC 0%, #54AEAC 100%);
} */
.footer-section {
background: none;
}

span.extralarge{
font-size: 3em;
font-weight: 700;
}
span.extralarge a {
font-weight: 700;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    display: block;
}
.panel-default > .panel-heading:hover,
.accordion-header:hover {
background-color: #52B1B1;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

.table.table-hover > td {
word-break:break-all;
word-wrap:break-word;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media (max-width: 767px) {
   
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal !important;
  }
}

/* Anpassungen 2017.08.17 --------------------------------- */
body, .htmlarea-content-body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
b, strong {
    font-weight: 500;
}
#content.main-section {

  padding-top: 0px;
}
.navbar.navbar-top {
  -webkit-box-shadow: 1px 6px 10px -5px rgba(0,0,0,.0);
  -moz-box-shadow: 1px 6px 10px -5px rgba(0,0,0,.0);
  box-shadow: 1px 6px 10px -5px rgba(0,0,0,.0);
}
.navbar.navbar-top.navbar-fixed-top {
  -webkit-box-shadow: inset 0px -15px 23px -23px rgba(0,0,0,0.0);
  -moz-box-shadow: inset 0px -15px 23px -23px rgba(0,0,0,0.0);
  box-shadow: inset 0px -15px 23px -23px rgba(0,0,0,0.0);
}
.navbar-main > li > a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    /*font-weight: 300;*/
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}
h2.lead {
  font-size: 34px;
}
.fa {
    font: FontAwesome;
}
a {
    color: #52b1b1;
}
/*navigation*/
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #52b1b1;
    background-color: transparent;
}
/*teaser*/
.panel-info,
.card-panel-default {
    border-color: rgba(69,154,140,0.5);
}
.panel-info > .panel-heading,
.card-panel-default > .panel-heading {
    border-color: transparent !important;
}
.panel-info > .panel-body img.full-width,
.card-panel-default > .panel-body img.full-width,
.card-panel-default .card-body img.full-width {
  width: 100%; 
  height: auto;
}
/*footer*/
footer {
  background-image: none;
  background-color: #52b1b1;
}
.footer-section {
    margin-top: 0px;
    padding: 24px 0 36px;
}
.footer-section .h3 {
	display: block;
	margin-top: 24px;
}
/*accordion*/
.panel-default > .panel-heading {
    color: #333333;
    background-color: #fff;
    border-color: #dddddd;
}
.panel-default > .panel-heading:hover,
.accordion-header:hover {
  color: #FFF;
}
.team {
  padding-bottom: 100px; 
}
.team hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.team .first-headline {
  margin-top: 17px !important;
}
.well {
    box-shadow: none;
    margin-bottom: 0px;
    background-color: #F5F5F5;
    border: 0;
}
.well.behandlung hr {
  border-color: transparent;  
}
.well.behandlung .first-headline,
.well.behandlung header h2.element-header {
  margin-bottom: 32px;  
}
.brandlogos {
  margin-bottom: 60px;
}
.brandlogos .image-wrap {
  padding: 50px 0;
}
span.extralarge a {
    font-weight: 400;
}

.brandlogos .list-inline > li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.brandlogos ul.list-inline {
  margin-bottom: 20px !important;
}
@media (max-width: 1024px) {
  .brandlogos .list-inline > li > img,
  .brandlogos .list-inline > li > a > img {
    height: 35px !important;
    width: auto;
  }
}
@media (max-width: 992px) {
  .brandlogos .list-inline > li > img,
  .brandlogos .list-inline > li > a > img {
    height: 27px !important;
    width: auto;
  }
}
@media (max-width: 767px) {
  .brandlogos .list-inline > li {
    text-align: center;
    width: 50%;
  }
  .brandlogos .list-inline > li > img,
  .brandlogos .list-inline > li > a > img {
    height: 35px !important;
    width: auto;
  }
}
@media (max-width: 375px) {
  .brandlogos .list-inline > li > img,
  .brandlogos .list-inline > li > a > img {
    height: auto !important;
    width: 100%;
  }
}


.news-single .teaser-text {
    font-size: 16px;
    color: #333333;
}
.news .header h1 {
  font-size: 34px;
}

.news .article h3 {
    margin-bottom: 24px;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.4;
}
.news-single .footer {
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 0px 0 0 0;
    border-bottom: 0;
    border-top: 0px ;
}

.news .footer {
    clear: both;
    padding: 10px 0 0 0;
    border-top: 0px solid #eee;
    margin-top: 15px;
    color: #888;
}

.news .article {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}
.news .article:last-child {
  border-bottom: 0px solid #dddddd;
  margin-bottom: 50px;  
}
.news-related {
    width: 100%;
    padding: 10px 0;
    border: 0px solid #eee;
    display: block;
    clear: both;
}
.news-related-wrap {
  width: 100%;
  padding: 10px 0 0 0;
  border-top: 0px solid #dddddd;
  border-bottom: 0px solid #dddddd;
}

.news-single .article .news-img-wrap {
    float: unset;
    width: 100%;
    margin: 0;
}

.news .article .news-img-wrap a {
	padding: 0;
	border: 0;
}

.news-img-wrap .outer img {
  display: block;
  max-width: 100%;
  height: auto;
}

.news-backlink-wrap {
  width: 100%;
  padding: 20px 0 0 0;
  border-top: 1px solid #dddddd;
}

@media (min-width: 1440px){
  #c170 .carousel-inner > .item,
  #c238 .carousel-inner > .item,
  .carousel-inner > .item {
    height: 700px;
  }
}
@media (min-width: 1600px){
  #c170 .carousel-inner > .item,
  #c238 .carousel-inner > .item,
  .carousel-inner > .item {
    height: 800px;
  }
}
@media (max-width: 767px){
  #c170 .carousel-inner > .item,
  #c238 .carousel-inner > .item,
  .carousel-inner > .item {
    height: 300px;
  }
}
.carousel-inner h1 { display: none; }

.navbar-header-main .navbar-brand {
	/*line-height: 140px;*/
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand > img {
	display: inline;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.frame-type-carousel .frame-container {
	max-width: 100%;
	padding: 0;
}

.frame { padding: 0 }

.frame-space-before-extra-small { margin-top: 20px }
.frame-space-after-extra-small { margin-bottom: 20px }
.frame-space-before-small { margin-top: 30px }
.frame-space-after-small { margin-bottom: 30px }
.frame-space-before-medium { margin-top: 50px }
.frame-space-after-medium { margin-bottom: 50px }
.frame-space-before-large { margin-top: 80px }
.frame-space-after-large { margin-bottom: 80px }
.frame-space-before-extra-large { margin-top: 100px }
.frame-space-after-extra-large { margin-bottom: 100px }

header.frame-header,
.well header,
footer header { margin: 0 }

header h1,
header h2, 
header h3,
header h4 { margin-top: 0 }

header .h1,
header .h2, 
header .h3,
header .h4 { margin-top: 0 }

.card { color: #333 }
.card .accordion-header:hover * { color: #fff }
.card-header { background-color: #fff }

h1, 
.h1, 
h2,  
.h2, 
h3, 
.h3, 
footer header h3 {
    margin-top: 24px;
    margin-bottom: 12px
}

.well.behandlung header h2.element-header { margin-top: 24px; }

h2.card-header { margin-top: 0 }

h1, .h1 { font-size: 41px; }
h2, .h2 { font-size: 34px; }
h3, .h3 { font-size: 28px; }

.frame-header:last-child { margin-bottom: 0 }

.frame-inner > p:last-child { margin-bottom: 12px }
.row {
	margin-right: -15px;
	margin-left: -15px;
}

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

.card-body { padding: 15px } 

.frame-collapsible, .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) { margin: 0 }

.image { margin-bottom: 24px; }

.lead {
  margin-bottom: 24px !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lead {
    font-size: 19.2px;
  }
}
@media (min-width: 992px) {
  .lead {
    font-size: 20.8px;
  }
}

.accordion-title a.accordion-title-link,
.accordion-title a.accordion-title-link:focus {
	color: inherit;
	font-weight: 300;
}

.container.team .gallery-row { margin-top: 24px }

.news a:hover, 
.news a:focus { color: #b35f00 }

/** TABLE STYLES **/

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td, 
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.55;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: rgba(112, 114, 114, 0.5);
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: rgba(112, 114, 114, 0.5);
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: rgba(99, 101, 101, 0.5);
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #52b1b1;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #49a1a1;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table-responsive { border: 0 }


/** NAVBAR **/

.nav > li > a {
  padding: 10px 0px;
}

.navbar-lang > li > a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
}
	
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-header-main .navbar-brand.navbar-brand-image > img {
    /*max-height: 40px;*/
    width: auto;
  }
  .nav > li > a {
    padding: 10px 0px;
  }
  .navbar-main > li > a,
  .navbar-lang > li > a  {
    font-size: 14px;
  }  
}

@media (max-width: 991px) {
  .navbar-header-main {
    position: relative;
  }
  .navbar-header-main .navbar-brand {
    padding: 23px 15px;
    font-size: 20px;
    line-height: 24px;
    height: auto;
  }
  .navbar-header-main .navbar-brand.navbar-brand-image > img {
    /*max-height: 40px;*/
    width: auto;
  }
  .navbar-header-main .navbar-header-border-bottom {
    display: block;
  }
  .navbar > .container, 
	.navbar > .container-fluid {
		display: block;
	}
}

.navbar { min-height: 70px; }



.navbar-header-main .navbar-header-border-bottom {
	display: none;
	left: 50%;
	bottom: -1px;
	position: absolute;
	margin-left: -100%;
	width: 200%;
	background-color: #eeeeee;
	height: 1px;
}

@media screen and (max-width: 767px) {
	.btn { white-space: normal }
}
	
.gallery-row:last-child {
	margin-bottom: 0;  
}

.team .textpic-text > :last-child {
	margin-bottom: 12px;
}

.navbar-toggle {
	margin-right: 7px;
	padding: 9px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
} 

.navbar-toggle:hover .icon-bar:nth-child(3) {
  margin-left: 2px;
}

.navbar-toggle .icon-bar {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-toggle .icon-bar:nth-child(2) {
  margin-top: 14px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle .icon-bar:nth-child(3) {
  margin-top: 14px;
  opacity: 0;
}
.navbar-toggle .icon-bar:nth-child(4) {
  margin-top: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  margin-top: 7px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
  margin-top: 21px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-toggle {
	height: 35px;
	width: 35px;
	padding: 0;
}

.navbar-brand-image {	
	position: relative;	
}

.navbar-brand-image .label {	
	display: block;	
	width: 73px;	
	height: 73px;	
	position: absolute;	
	right: -75px;	
	top: 50%;	
	z-index: 100;	
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);	
	-moz-transform: translateY(-50%);	
	-ms-transform: translateY(-50%);	
	-o-transform: translateY(-50%);	
	transform: translateY(-50%);	
}

@media (max-width: 1199px) {
	.navbar-brand-image .label {	
		display: block;	
		width: 45px;	
		height: 45px;		
		max-height: 45px !important;
		right: -45px;
	}
}	


/* COMPARE */

.c-compare {
  --h: 9;
  --m: 1rem 0;
  --w: 16;
  --thumb-bgc: #4faf98;
  --thumb-bgc-focus: #4faf98;
  --thumb-w: 40px;

  margin: var(--m);
  position: relative;
}

.c-compare::after {
  content: "";
  display: block;
  padding-bottom: calc((var(--h) / var(--w)) * 100%);
}


.c-compare__left__label,
.c-compare__right__label {
	position: absolute;
	top: 0;
	background-color: #fff;
	padding: 10px 20px;
	font-weight: 700;
	z-index: 1;
}

.c-compare__left__label {
	left: 0;
}

.c-compare__right__label {
	right: 0;
}


.c-compare__left__image,
.c-compare__right__image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.c-compare__left__image {
  clip-path: polygon(0% 0%, var(--value) 0%, var(--value) 100%, 0% 100%);
}

.c-compare__right__image {
  clip-path: polygon(100% 0%, var(--value) 0%, var(--value) 100%, 100% 100%);
}

.c-compare__range {
  background-color: transparent;
  box-sizing: border-box;
  font-family: inherit;
  height: 100%;
  margin: 0;
  outline: none;
  position: absolute;
  top: 0;

  width: calc(100% + var(--thumb-w)) !important;
  margin-left: calc(-1 * var(--thumb-w) / 2);
  margin-right: calc(-1 * var(--thumb-w) / 2);
	
  cursor: ew-resize;
  
  
}

.c-compare__range::-moz-range-thumb {
  background-color: var(--thumb-bgc);
  cursor: ew-resize;
  height: 100%;  
  width: var(--thumb-w);
}

.c-compare__range::-webkit-slider-thumb {
   -webkit-appearance: none;
	appearance: none;
	width: var(--thumb-w);
	height: var(--thumb-w);
	border-radius: 50%;
	background: var(--thumb-bgc) url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaW1hZ2UtY29tcGFyaXNvbl9fdGh1bWItaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTgiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxOCAxMCIgZmlsbD0iI2ZmZiI+DQogICAgICAgICAgPHBhdGggY2xhc3M9ImltYWdlLWNvbXBhcmlzb25fX3RodW1iLWljb24tLWxlZnQiIGQ9Ik0xMi4xMjEgNC43MDNWLjQ4OGMwLS4zMDIuMzg0LS40NTQuNjA5LS4yNGw0LjQyIDQuMjE0YS4zMy4zMyAwIDAgMSAwIC40ODFsLTQuNDIgNC4yMTRjLS4yMjUuMjE1LS42MDkuMDYzLS42MDktLjI0VjQuNzAzeiI+PC9wYXRoPg0KICAgICAgICAgIDxwYXRoIGNsYXNzPSJpbWFnZS1jb21wYXJpc29uX190aHVtYi1pY29uLS1yaWdodCIgZD0iTTUuODc5IDQuNzAzVi40ODhjMC0uMzAyLS4zODQtLjQ1NC0uNjA5LS4yNEwuODUgNC40NjJhLjMzLjMzIDAgMCAwIDAgLjQ4MWw0LjQyIDQuMjE0Yy4yMjUuMjE1LjYwOS4wNjMuNjA5LS4yNFY0LjcwM3oiPjwvcGF0aD4NCiAgICAgICAgPC9zdmc+");
	background-repeat: no-repeat;
  	background-position: center;
	cursor: pointer;  
}

.c-compare__range:focus::-webkit-slider-thumb {
  background-color: var(--thumb-bgc-focus);
  box-shadow: 0 0 0 2px #fff;
}
.c-compare__range:focus::-moz-range-thumb {
  background-color: var(--thumb-bgc-focus);
  box-shadow: 0 0 0 2px #fff;
}
.c-compare__range::-moz-range-track {
  background: transparent;
  background-size: 100%;
  box-sizing: border-box;
}
.c-compare__range::-webkit-slider-runnable-track {
  background: transparent;
  background-size: 100%;
  box-sizing: border-box;
}
.c-compare__range,
.c-compare__range::-webkit-slider-runnable-track,
.c-compare__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}

/*---------- REFACE START HERE ----------------*/


.navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-header.navbar-header-main {
  width: 100%;
  text-align: center;
  position: relative;
}
@media (max-width:767px) {
  .navbar-header.navbar-header-main {
    text-align: left;
  }
}

.navbar-brand.navbar-brand-image {
  padding: 35px 15px 30px 15px;
  float: none;
  display: inline-block;
}
@media (max-width:991px) {
  .navbar-brand.navbar-brand-image {
    padding: 45px 15px 40px 15px;
  }
  .navbar-header-main .navbar-brand.navbar-brand-image > img {
    width: 240px;
    height: auto;
  }
}
@media (max-width:767px) {
  .navbar-brand.navbar-brand-image {
    padding: 31px 15px 23px 15px;
  }
}
.navbar-nav {
  margin: 0 0;
}
.topnav {
  box-shadow: 0px 3px 3px #00000033;
  border-top: 1px solid #eee;
}
.topnav > .container:before {
  display: none;
}
@media (min-width:992px) {

  .topnav > .container {
    display: flex !important;
    align-items: center !important;
  }
  .navbar-collapse {
    width: 100%;
  }
  .navbar-nav > li {
    padding-right: 25px;
    padding-left: 25px;
    position: relative;
  }
  .navbar-nav > li:before {
    display: block;
    content: '';
    height: 18px;
    width: 1px;
    background-color: #DDDDDD;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .navbar-nav > li:first-child {
    padding-left: 0;
  }
  .navbar-nav > li:first-child:before {
    display: none;
  }
  .navbar-nav > li:last-child {
    padding-right: 0;
  }  
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-nav > li {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.nav.navbar-nav .fa.fa-shopping-cart:before {
  content: '';
}
.nav.navbar-nav .fa.fa-shopping-cart {
  width: 20px;
}

.nav.navbar-nav .fa.fa-shopping-cart:before {
  width: 15px;
  height: 15px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi4wMDAzIDE2Ij48ZyBpZD0ic2hvcHBpbmctY2FydCI+PGcgaWQ9IlBmYWRfNjEiPjxwYXRoIGQ9Im0xMi40MTg5LDEwaC03LjQxODljLTEuMTAzLDAtMi0uODk3LTItMlYxSC41Yy0uMjc2NCwwLS41LS4yMjM2LS41LS41cy4yMjM2LS41LjUtLjVoM2MuMjc2NCwwLC41LjIyMzYuNS41djIuNWgxMS41Yy4xNjExLDAsLjMxMTUuMDc3MS40MDUzLjIwNzUuMDk0Ny4xMzA0LjEyMDEuMjk4My4wNjkzLjQ1MDdsLTEuNjU4Miw0Ljk3NDFjLS4yNzM0LjgxNzktMS4wMzUyLDEuMzY3Ny0xLjg5NzUsMS4zNjc3Wk00LDR2NGMwLC41NTEzLjQ0ODcsMSwxLDFoNy40MTg5Yy40MzA3LDAsLjgxMjUtLjI3NDkuOTQ4Mi0uNjg0MWwxLjQzOTUtNC4zMTU5SDRaIiBmaWxsPSIjOGI4YjhjIiBzdHJva2Utd2lkdGg9IjAiLz48L2c+PGcgaWQ9IkVsbGlwc2VfMiI+PHBhdGggZD0ibTQsMTZjLTEuMTAzLDAtMi0uODk3NS0yLTJzLjg5Ny0yLDItMiwyLC44OTc1LDIsMi0uODk3LDItMiwyWm0wLTNjLS41NTEzLDAtMSwuNDQ4Mi0xLDFzLjQ0ODcsMSwxLDEsMS0uNDQ4MiwxLTEtLjQ0ODctMS0xLTFaIiBmaWxsPSIjOGI4YjhjIiBzdHJva2Utd2lkdGg9IjAiLz48L2c+PGcgaWQ9IkVsbGlwc2VfMyI+PHBhdGggZD0ibTEzLDE2Yy0xLjEwMjUsMC0yLS44OTc1LTItMnMuODk3NS0yLDItMiwyLC44OTc1LDIsMi0uODk3NSwyLTIsMlptMC0zYy0uNTUxOCwwLTEsLjQ0ODItMSwxcy40NDgyLDEsMSwxLDEtLjQ0ODIsMS0xLS40NDgyLTEtMS0xWiIgZmlsbD0iIzhiOGI4YyIgc3Ryb2tlLXdpZHRoPSIwIi8+PC9nPjwvZz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-size: 15px auto;
  display: inline-block;
  top: 2px;
  position: relative;  
}
.nav.navbar-nav a:hover .fa.fa-shopping-cart:before {
  background: url(' data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi4wMDAzIDE2Ij48ZyBpZD0ic2hvcHBpbmctY2FydCI+PGcgaWQ9IlBmYWRfNjEiPjxwYXRoIGQ9Im0xMi40MTg5LDEwaC03LjQxODljLTEuMTAzLDAtMi0uODk3LTItMlYxSC41Yy0uMjc2NCwwLS41LS4yMjM2LS41LS41cy4yMjM2LS41LjUtLjVoM2MuMjc2NCwwLC41LjIyMzYuNS41djIuNWgxMS41Yy4xNjExLDAsLjMxMTUuMDc3MS40MDUzLjIwNzUuMDk0Ny4xMzA0LjEyMDEuMjk4My4wNjkzLjQ1MDdsLTEuNjU4Miw0Ljk3NDFjLS4yNzM0LjgxNzktMS4wMzUyLDEuMzY3Ny0xLjg5NzUsMS4zNjc3Wk00LDR2NGMwLC41NTEzLjQ0ODcsMSwxLDFoNy40MTg5Yy40MzA3LDAsLjgxMjUtLjI3NDkuOTQ4Mi0uNjg0MWwxLjQzOTUtNC4zMTU5SDRaIiBmaWxsPSIjNTFiMWIxIiBzdHJva2Utd2lkdGg9IjAiLz48L2c+PGcgaWQ9IkVsbGlwc2VfMiI+PHBhdGggZD0ibTQsMTZjLTEuMTAzLDAtMi0uODk3NS0yLTJzLjg5Ny0yLDItMiwyLC44OTc1LDIsMi0uODk3LDItMiwyWm0wLTNjLS41NTEzLDAtMSwuNDQ4Mi0xLDFzLjQ0ODcsMSwxLDEsMS0uNDQ4MiwxLTEtLjQ0ODctMS0xLTFaIiBmaWxsPSIjNTFiMWIxIiBzdHJva2Utd2lkdGg9IjAiLz48L2c+PGcgaWQ9IkVsbGlwc2VfMyI+PHBhdGggZD0ibTEzLDE2Yy0xLjEwMjUsMC0yLS44OTc1LTItMnMuODk3NS0yLDItMiwyLC44OTc1LDIsMi0uODk3NSwyLTIsMlptMC0zYy0uNTUxOCwwLTEsLjQ0ODItMSwxcy40NDgyLDEsMSwxLDEtLjQ0ODIsMS0xLS40NDgyLTEtMS0xWiIgZmlsbD0iIzUxYjFiMSIgc3Ryb2tlLXdpZHRoPSIwIi8+PC9nPjwvZz48L3N2Zz4=');
}
 

.topnav > .container .button {
  margin-left: auto;
  margin-top: 22px;
  margin-bottom: 23px;
}
.topnav > .container .button a {
  min-width: 110px;
}

.since {
  width: 80px;
  height: auto;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width:991px) {
  .since {
    width: 62px;
    height: auto;
  }
}

@media (max-width:767px) {
  .since {
    width: 62px;
    height: auto;
    left: auto;
    right: -15px;
  }
}

.navbar > .container, .navbar > .container-fluid {
  flex-wrap: wrap;
}

.meta {
  background: transparent linear-gradient(78deg, #52B1B1 0%, #52B1B1 33%, #8C8C8C 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  padding: 0 0;
}
@media (max-width:991px) {
  .meta {
    background: transparent linear-gradient(67deg, #52B1B1 0%, #52B1B1 33%, #8C8C8C 100%) 0% 0% no-repeat padding-box;
  }
}
@media (max-width:767px) {
  .meta {
    background: transparent linear-gradient(49deg, #52B1B1 0%, #52B1B1 33%, #8C8C8C 100%) 0% 0% no-repeat padding-box;
  }
}

.meta ul, .meta ul li {
  margin-bottom: 0;
  position: relative;
}


@media (min-width:375px) {
	.meta .social-media {
		white-space: nowrap;
	}
}
.meta .social-media a {
  color: #FFF;
  /*font-size: 23px;
  line-height: 35px;*/
}

.meta .social-media a {
  color: #FFF;
}

.meta .social-media a svg, 
.meta .social-media a img {
  width: auto;
  height: 22px;
}

.meta .social-media li {
  padding-right: 10px;
  padding-top: 7px;
}

.meta .social-media li.last {
	top: -6px;
	color: #fff;
	padding-right: 0;
}

.meta .navbar-meta li {
  padding: 0 9px 0 11px;
}
.meta .navbar-meta li:first-child {
  padding-left: 0;
}
.meta .navbar-meta li:last-child {
  padding-right: 0;
}
.meta .navbar-meta a {
  color: #FFF !important;
  font-size: 16px;
  line-height: 35px;
}
.meta .navbar-meta li:before {
  display: block;
  content:'';
  height: 14px;
  width: 1px;
  background-color: #FFF;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.meta .navbar-meta li:first-child:before {
  display: none;
}
@media (max-width:768px) {
  header .meta ul.pull-right {
    margin-right: 35px;
  }
}



.btn-primary {
  padding: 2px 20px 2px 20px;
  border-radius: 15px;
  margin-top: 5px;
}


.btn-primary {
  color: #fff;
  background-color: #52B1B1;
  border-color: #52B1B1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #52B1B1 !important;
  background-color: #fff !important;
  border-color: #52B1B1 !important;
  box-shadow: none !important;
}

.footer-section .btn-primary {
  color: #52B1B1;
  background-color: #FFF;
  border-color: #FFF;
  margin-top: 15px;
}

.footer-section .btn-primary:hover,
.footer-section .btn-primary:focus,
.footer-section .btn-primary.focus,
.footer-section .btn-primary:active,
.footer-section .btn-primary.active {
  color: #FFF !important;
  background-color: #52B1B1 !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

footer > .footer-section:first-child .col-xs-12:first-child ul {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}
@media (max-width:991px) {

  footer .footer-section:first-child .frame-space-after-none {
    margin-bottom: 20px;
  }

  footer .footer-section .frame-inner p:first-child {
    margin-top: 24px;
  }
  footer .footer-section .frame-inner .frame-header + p {
    margin-top: 0;
  }
}

@media (max-width:991px) {
  footer .footer-section:first-child .row .col-xs-12:first-child ul li {
    position: relative;
    float: left;
  }

  footer .footer-section:first-child .row .col-xs-12:first-child ul li:before {
    content: '·';
    display: block;
    position: absolute;
    left: 0;
  }
  footer .footer-section:first-child .row .col-xs-12:first-child ul li {
    padding-left: 7px;
    padding-right: 5px;
  }
  footer .footer-section:first-child .row .col-xs-12:first-child ul li:nth-child(2n + 1) {
    padding-left: 0px;
    clear: both;
  }
  footer .footer-section:first-child .row .col-xs-12:first-child ul li:nth-child(2n + 1):before {
    display: none;
  }

}
.well {
  padding: 0 0 40px 0;
}
.well.behandlung {
  padding: 40px 0 40px 0;
}
@media (max-width:991px) {
  .well {
    padding: 0 0 0px 0;
  }
  .well.behandlung {
    padding: 40px 0 40px 0;
  }
}

@media (max-width:991px) {
  .tx-myleaflet {
      width: 100vw;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
  }
  .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
      width: 100% !important;
  }
}

.carousel .carousel-control, .carousel .carousel-indicators {
  /*opacity: 1;*/
}
.carousel-indicators {
  display: inline-block;
  width: auto;
  margin-left: auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
  border-radius: 15px;
  padding-left: 26px;
  padding-right: 26px; 
  height: 30px;
  padding-top: 4px;
}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border-color: #52B1B1;
  margin: 0;
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
}
@media (max-width:991px) {
  .carousel-indicators {
    border-radius: 12px;
    padding-left: 6px;
    padding-right: 6px;
    height: 24px;
    padding-top: 0px;
  }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
  }
  .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }
}
.carousel-indicators .active {
  background-color: #52B1B1;
}
.carousel-control {
  width: 10%;
}
.glyphicon-chevron-left::before,
.glyphicon-chevron-right::before {
  content: '';
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #52B1B1;
  line-height: 28px;
  font-size: 16px;
}
@media (max-width:991px) {
  .carousel-control .glyphicon-chevron-left, 
  .carousel-control .glyphicon-chevron-right {
    width: 28px;
    height: 28px;
    border-radius: 14px;
  }
}
.carousel-control .glyphicon-chevron-left {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDE0Ij48ZyBpZD0iY2lyY2xlLWN0cmwtcmVjaHRzIj48ZyBpZD0iUGZhZF82NCI+PHBhdGggZD0ibTcsMTRjLjI1NTksMCwuNTExNy0uMDk3Ny43MDctLjI5My4zOTA2LS4zOTA2LjM5MDYtMS4wMjM0LDAtMS40MTQxTDIuNDE0MSw3LDcuNzA3LDEuNzA3Yy4zOTA2LS4zOTA2LjM5MDYtMS4wMjM0LDAtMS40MTQxcy0xLjAyMzQtLjM5MDYtMS40MTQxLDBMLjI5Myw2LjI5M2MtLjM5MDYuMzkwNi0uMzkwNiwxLjAyMzQsMCwxLjQxNDFsNiw2Yy4xOTUzLjE5NTMuNDUxMi4yOTMuNzA3LjI5M1oiIGZpbGw9IiM1MWIxYjEiIHN0cm9rZS13aWR0aD0iMCIvPjwvZz48L2c+PC9zdmc+');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 7px auto;
}
.carousel-control .glyphicon-chevron-right {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDE0Ij48ZyBpZD0iY2lyY2xlLWN0cmwtcmVjaHRzIj48ZyBpZD0iUGZhZF82NCI+PHBhdGggZD0ibTEsMTRjLS4yNTU5LDAtLjUxMTctLjA5NzctLjcwNy0uMjkzLS4zOTA2LS4zOTA2LS4zOTA2LTEuMDIzNCwwLTEuNDE0MWw1LjI5My01LjI5M0wuMjkzLDEuNzA3Qy0uMDk3NywxLjMxNjQtLjA5NzcuNjgzNi4yOTMuMjkzUzEuMzE2NC0uMDk3NywxLjcwNy4yOTNsNiw2Yy4zOTA2LjM5MDYuMzkwNiwxLjAyMzQsMCwxLjQxNDFMMS43MDcsMTMuNzA3Yy0uMTk1My4xOTUzLS40NTEyLjI5My0uNzA3LjI5M1oiIGZpbGw9IiM1MWIxYjEiIHN0cm9rZS13aWR0aD0iMCIvPjwvZz48L2c+PC9zdmc+');
  background-position: 17px center;
  background-repeat: no-repeat;
  background-size: 7px auto;
}

@media (max-width:991px) {
  .carousel-control .glyphicon-chevron-left {
    background-position: 10.5px center;
  }
  .carousel-control .glyphicon-chevron-right {
    background-position: 11.5px center;
  }
}


/*
.glyphicon-chevron-left::before,
.glyphicon-chevron-left::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #52B1B1;
  display: block;
  position: absolute;
  border-radius: 2px;
  top: 56%;
  left: 28%;
  transform: rotate(45deg);
}
.glyphicon-chevron-left::before {
  transform: rotate(-45deg);
  top: 35%;
  left: 28%;
}

.glyphicon-chevron-right::before,
.glyphicon-chevron-right::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #52B1B1;
  display: block;
  position: absolute;
  border-radius: 1px;
  top: 56%;
  left: 32%;
  transform: rotate(-45deg);
}
.glyphicon-chevron-right::before {
  transform: rotate(45deg);
  top: 35%;
  left: 32%;
} */


.cookieconsent-optout-marketing {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.teaser {
  /*width: 100%;*/
  /*display: inline-block;*/
  position: relative;
  display: flex !important;
  flex-direction: column !important;
}
.teaser.default .image {
  margin-bottom: 0 !important;
}

/*
.teaser.default img {
  border-top-right-radius: 30px;
}
*/

.teaser.default .head--x {
  position: relative;
}

.teaser.default .frame-header {
  background-color: #FFF;
  border-top-right-radius: 30px;
  margin-right: 40px;
  min-height: 85px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-right: 2rem;
  padding-left: .5rem;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 85px;
}

.teaser h1,
.teaser h2,
.teaser h3,
.teaser h4 {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 0 !important;
}

.teaser-x h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: -9px !important;
}
.teaser .frame-header:last-child {
  margin-bottom: 0 !important;
}

.teaser .caption {
 padding-top: 21px;
}

@media (max-width:991px) {
  .teaser h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .teaser h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .teaser.default .head .frame-header {
    margin-right: 30px;
    min-height: 67px;
    margin-top: -67px;
  }

}


@media (max-width:767px) {

}

/*------------------*/
.teaser.img-left .teaser-image img {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.teaser.img-right .teaser-image img {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.teaser .teaser-text {
  background-color: #FFF;
  padding-top: 2rem;
}
@media (min-width:992px) {

  .navbar-fixed-top .meta,
  .navbar-fixed-top .head {
    max-height: 200px;
    transition: max-height 0.2s ease-out, opacity 0.2s ease;
  }

  .navbar-fixed-top.navbar-transition .meta,
  .navbar-fixed-top.navbar-transition .head {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}

/* marco start */

.p-0 {
	padding: 0;
}


.mb-5 {
	/*margin-bottom: 5rem;*/
  margin-bottom: 60px;
}
.teaser-small + .teaser-large {
  margin-top: 40px;
}
.teaser-large + .teaser-large {
  margin-top: 30px;
}
.teaser-large {
  margin-bottom: 100px;
}

@media (max-width:991px) { 
  .mb-5 {
    margin-bottom: 50px;
  }
  .teaser-large {
    margin-bottom: 50px;
  }  
  .teaser-small + .teaser-large {
    margin-top: 10px;
  }
  .teaser-large + .teaser-large {
    margin-top: 0px;
  }
}

@media (max-width:767px) {
  .teaser-small + .teaser-large {
    margin-top: 0px;
  }
  .teaser-large + .teaser-large {
    margin-top: 0px;
  }
}



.row-flex {
	display: flex;
	flex-wrap: wrap;
}

.navbar-fixed-top {
	/*position: absolute;*/
}

h1.title.h1 {
	color: #52B1B1;
  font-family: 'Roboto Serif', serif;
  font-weight: 400;

  
	font-size: 3.75rem;
	font-size: clamp(2.5rem, 1.65rem + 1.7500000000000002vw, 3.75rem);
  
  line-height: 1.3;  
}



.teaser.default {
	height: 100%;
}

.teaser.default .teaser-text {
	display: flex;
	flex-direction: column;
	align-items: start;
	flex: 1;
	padding-left: .5rem;
}

.teaser.default .teaser-text .btn {
	margin-top: auto;
}

.teaser.default .teaser-text .btn::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	inset: 0;
}

.teaser.default .teaser-title {
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	width: 100%;
}

.teaser.default .subtitle {
	font-size: 1rem;
}


.teaser.default .teaser-image {
	position: relative;
} 


@media (min-width: 1200px) {
	.teaser.default.img-left[data-width="12"] .image {
		margin-right: 200px;
	}
	.teaser.default.img-right[data-width="12"] .image {
		margin-left: 200px;
	}
}


.teaser.default.img-left[data-width="12"] .teaser-title {
	left: auto;
	right: 0;
}


.teaser img {
  min-width: 100%;
}

@media (max-width: 1200px) {
	
	.teaser.default.img-left[data-width="12"] .teaser-title,
	.teaser.default.img-right[data-width="12"] .teaser-title {
		position: static;
		padding-top: 0;
		margin-top: -85px;
	}
	
	.teaser.default.img-left[data-width="12"] .teaser-title {
		margin-left: auto;
	}
	
	.teaser.default.img-right[data-width="12"] .teaser-title {
		margin-right: auto;
	}
}

.teaser.default.img-left[data-width="12"] .frame-header {
	border-top-right-radius: 0;
	border-top-left-radius: 30px;
	padding-left: 2rem;
	padding-top: 2rem;
}
.teaser.default.img-left[data-width="12"] .teaser-text {
	padding-left: 2rem;
}


@media (max-width: 768px) {
	.teaser.default.img-left[data-width="12"] .frame-header {
		border-top-right-radius: 30px;
		border-top-left-radius: 0;
	}
	.teaser.default.img-left[data-width="12"] .teaser-title {
		margin-right: auto;
		margin-left: 0;
	}
	
}

.teaser.default[data-width="12"] .frame-header {
	margin-right: 0;
	padding-top: 2.5rem;
}

.teaser.default[data-width="12"] .teaser-text {
	padding-left: 0.5rem;
}

.teaser.default[data-width="12"] .teaser-title {
	width: 47.5%;
	padding-top: 4rem;
}

@media (max-width: 1200px) {
	.teaser.default[data-width="12"] .teaser-title {
		width: 80%;
	}
}

@media (max-width: 768px) {
	.teaser.default[data-width="12"] .teaser-title {
		width: 95%;
	}
}

.teaser.default[data-width="12"] .teaser-title.text-wide {
	width: 58%;
}
@media (max-width: 1200px) {
	.teaser.default[data-width="12"] .teaser-title.text-wide {
		width: 75%;
	}
}


@media (max-width: 768px) {
	.teaser.default[data-width="12"] .teaser-title.text-wide {
		width: 95%;
	}
}

.teaser.default[data-width="4"] .title {
	font-size: 28px;
	line-height: 36px;
}

.frame-type-textmedia.frame-background-primary {
	padding: 50px 0;
  background: #52B1B1;
}

.frame-type-textmedia.frame-background-primary .textmedia.textmedia-left .textmedia-text {
	align-self: center;
}

.frame-type-textmedia.frame-background-primary video {
	border-radius: 30px;
}

.frame-background-secondary,
.background-secondary {
	/*padding: 50px 0;*/
  background: #F5F5F5;
}

@media (min-width: 1200px) {
  .frame-container {
    max-width: 1170px;
  }
}