
/* ==== Google font ==== */

/* TW Cen MT */
@font-face {
  font-family: 'TwCenMT';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/TwCenMT.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fontsTwCenMT.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


@font-face {
  font-family: 'TwCenMTLight';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/TwCenMTLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fonts/TwCenMTLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* be-vietnam-pro-100 - latin */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 100;
  src: local(''), url('/fonts/be-vietnam-pro-v2-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/fonts/be-vietnam-pro-v2-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* be-vietnam-pro-200 - latin */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 200;
  src: local(''), url('../fonts/be-vietnam-pro-v8-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fonts/be-vietnam-pro-v8-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* be-vietnam-pro-300 - latin */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 300;
  src: local(''), url('../fonts/be-vietnam-pro-v8-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fonts/be-vietnam-pro-v8-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* be-vietnam-pro-500 - latin */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('/fonts/be-vietnam-pro-v2-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/fonts/be-vietnam-pro-v2-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ==== end Google font ==== */



html {
  width: 100%;
  height: 100%;
}

  html::before {
    content: ' ';
    display: block;    
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;
  }


body {
  width: 100%;
  height: auto;
  font-family: 'Be Vietnam Pro' !important;
  font-weight: 300;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
}


@media only screen and (max-width : 540px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
}

h1, .h1 {
  font-size: 36px;
  color: #aa6916;
  font-family: TwCenMTLight;
  text-transform:uppercase;
}
h2, .h2 {
  font-size: 20px;
  color: #aa6916; 
}

h3, .h3 {
  font-size: 18px;
  color: #aa6916;
}

h4, .h4 {
  font-size: 18px !important; 
}

strong, b {
  font-weight:400 !important;
}

  @media only screen and (min-width : 1px) and (max-width : 468px) {
    h2, .h2 {
      font-size: 24px;
    }

    h3, .h3 {
      font-size: 20px;
    }
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  font-weight: 300;
  letter-spacing: 0px;
}

h4,
h5,
h6 {
  font-family: "Barlow";
  font-weight:600;
}


  .clearer {
    clear: both;
  }

  p {
    margin: 0 0 20px;
    line-height: 1.4em;
  }


hr.spacer-black {
  border-color: #000;
  width: 140px;
  margin-top:40px !important;
  margin-bottom:40px !important;
}

hr.spacer-white {
  border-color: #fff;
  width: 140px;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}


  a {
    color: #284e9a;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

    a:hover, a:focus {
      color: #aa6916;
      text-decoration: none !important;
    }

.padding-0 {
  padding:0px;
}

.margin-0 {
  margin:0px;
  }

ul, ol {
  list-style:disc;
}

/*.content ul li:before {
  margin-right: 10px;
  content: "\f111";
  font-family: 'Font Awesome 5 Free' !important;
  width: 20px;
  display: inline-block;
  margin-left: -30px;
  font-weight: 900;
  font-size:6px;
}*/


/* Link-Style dotted-Line in content */
.content a:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-width: 0 0 1px;
  border-style: dotted;
}

.content a:hover:after,
.content a:focus:after {
  border-style: solid;
  text-decoration: none !important;
  color: #aa6916 !important;
}
/* end Link-Style*/

 
  input[type="radio"], input[type="checkbox"] {
    height: 20px;
    width: 50px;
    float: left;
  }

  .light {
    font-weight: 400;
  }


.mainmenu {
  float: right;
  margin-top: 25px;
  /*margin-right: 20px;*/
}


.navigation {
  background-color: #a96815;
  width: 100%;
  height: 190px;
  padding: 0px 0px 0px 0px;
  background: #a96815; /* Old browsers */
  background: -moz-linear-gradient(top, #a96815 0%, #cf8e3b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a96815 0%,#cf8e3b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a96815 0%,#cf8e3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a96815', endColorstr='#cf8e3b',GradientType=0 ); /* IE6-9 */
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

  .navigation.navigation-top-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 300;
    border-bottom: 1px solid #fff;
  }

.top-nav-collapse {
  height: 100px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.navbar {
  display: none;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.signature {
  float: left;
  margin-top: 35px;
}

  .signature h1 {
    font-family: TwCenMTLight;
    font-size: 36px;
    text-transform:none;
    letter-spacing: 8px;
    color: #fff;   
  }

    .signature h1 span:nth-child(1) {
      font-size: 17px;
      letter-spacing: 5px;
      display: block;
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    .signature h1 span:nth-child(3) {
      text-align: center;
      font-size: 24px;
      letter-spacing: 5px;
      display: block;
      margin-top: 10px;
      text-transform: uppercase;
    }


#logo-small {
  float: left;
  padding: 10px 30px 10px 10px;
  /*display:none;*/
}

#logo-large {
  float: left;
  padding: 15px 30px 10px 30px;
}

.logo-small-show {
  display:block;
}
.logo-large-hide {
  display:none;
}

.signature-sm {
  margin-top: 15px;
}

  .signature-sm h1 {
    font-size: 26px !important;
    letter-spacing: 6px;
  }
    
    .signature-sm h1 span:nth-child(1) {
      font-size: 15px;
      letter-spacing: 4px;
      margin-bottom: 3px;
    }
    
    .signature-sm h1 span:nth-child(3) {
      font-size: 18px;
      letter-spacing: 3px;
      margin-top: 5px;
    }


@media only screen and (min-width: 1531px) {

  .logo-small-media {
    display: none;
  }

  .logo-large-media {
    display: block;
  }
}

  @media only screen and (min-width: 769px) and (max-width : 1530px) {
    .signature {
      margin-top: 15px;
    }

      .signature h1 {
        font-size: 26px !important;
        letter-spacing: 6px;
      }

        .signature h1 span:nth-child(1) {
          font-size: 15px;
          letter-spacing: 4px;
          margin-bottom: 3px;
        }

        .signature h1 span:nth-child(3) {
          font-size: 18px;
          letter-spacing: 3px;
          margin-top: 5px;
        }


    .logo-small-media {
      display: block;
    }

    .logo-large-media {
      display: none;
    }

    .navigation {
      height: 100px;
    }
  }


@media only screen and (min-width: 1px) and (max-width : 768px)
{

  .signature {
    margin-top: 15px;
    float: none;
    position: absolute;
    top: 0;
    left: 110px;
  }

    .signature h1 {
      font-size: 22px !important;
      letter-spacing: 2px;
    }

      .signature h1 span:nth-child(1) {
        font-size: 15px;
        letter-spacing: 4px;
        margin-bottom: 6px;
      }

      .signature h1 span:nth-child(3) {
        font-size: 15px;
        letter-spacing: 3px;
        margin-top: 8px;
      }

  #logo-small {
    padding: 10px 15px 10px 10px;
  }

  .logo-small-media {
    display: block;
  }

  .logo-large-media {
    display: none;
  }

  .navigation {
    height: 100px;
  }
}

@media only screen and (min-width: 1px) and (max-width : 449px) {

  #logo-small {
    margin-left: -50px;
  }

  .signature {
    left: 50px;
  }

  .signature h1 {
    font-size: 22px !important;
    letter-spacing: 2px;
  }

    .signature h1 span:nth-child(1) {
      font-size: 13px;
      letter-spacing: 4px;
      margin-bottom: 6px;
    }

    .signature h1 span:nth-child(3) {
      font-size: 15px;
      letter-spacing: 2px;
      margin-top: 8px;
      text-align:left;
    }
}

@media only screen and (min-width: 1px) and (max-width : 359px) {
  #logo-small {
    display: none;
  }

  .signature {
    left: 10px;
  }

    .signature h1 {
      font-size: 20px !important;
      letter-spacing: 2px;
    }
}


  .intro-navbar .navbar-nav {
    width: 100%;
  }

  @media only screen and (min-width: 769px) and (max-width : 1650px) {
    .navbar-nav-offset {
      /*padding-left: 250px;
      padding-right: 0px;*/
    }
  }


  .intro-navbar .navbar-nav li a {
    color: #3b3a3a;
  }

    .intro-navbar .navbar-nav li a:hover,  
    .intro-navbar .navbar-nav li.active {
      outline: 0;
      background-color: rgba(255,255,255,.2);
    }

    .intro-navbar .navbar-nav li a:focus {
      background-color:inherit !important;
      }

    .navbar-header {
      height: 75px;
    }

  .navbar-toggle {
    background-color: transparent;
    margin-top: 18px;
    margin-bottom: 0px;
    margin-right: 10px;
    border-radius: 0px;
    border: 1px solid #eac290;
  }

    .navbar-toggle .icon-bar {
      background-color: #efedeb;
      height: 1px !important;
    }

  @media only screen and (min-width: 1px) and (max-width : 449px)
  {
    .navbar-toggle {
      margin-top: 33px;
      margin-bottom: 0px;
      margin-right: 10px;
    }
  }

  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: rgba(255,255,255,.2) !important;
  }

  /*  Dropdown menu*/
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    padding: 0px !important;
    margin: 2px 0 0;
    font-size: 14px;
    border: none !important;
    border-radius: 0px !important;
    background: #a96815 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #cf8e3b 0%, #a96815 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cf8e3b 0%,#a96815 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cf8e3b 0%,#a96815 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf8e3b', endColorstr='#a96815',GradientType=0 ) !important; /* IE6-9 */
  }




  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }


  /* loader */
  #preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }


  #loaderInner {
    background: #ffffff url(../images/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
  }

  @keyframes boxSpin {
    0% {
      transform: translate(-10px, 0px);
    }

    25% {
      transform: translate(10px, 10px);
    }

    50% {
      transform: translate(10px, -10px);
    }

    75% {
      transform: translate(-10px, -10px);
    }

    100% {
      transform: translate(-10px, 10px);
    }
  }


  @keyframes shadowSpin {
    0% {
      box-shadow: 10px -10px #284e9a, -10px 10px #d2af2c;
      border-radius: 10px;
    }

    25% {
      box-shadow: 10px 10px #284e9a, -10px -10px #d2af2c;
      border-radius: 10px;
    }

    50% {
      box-shadow: -10px 10px #284e9a, 10px -10px #d2af2c;
      border-radius: 10px;
    }

    75% {
      box-shadow: -10px -10px #284e9a, 10px 10px #d2af2c;
      border-radius: 10px;
    }

    100% {
      box-shadow: 10px -10px #284e9a, -10px 10px #d2af2c;
      border-radius: 10px;
    }
  }

  #load {
    z-index: 9999;
    background-color: #a5bdc1;
    opacity: 0.75;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin: -5px auto 0 auto;
    left: 0;
    right: 0;
    border-radius: 0px;
    border: 5px solid #a5bdc1;
    box-shadow: 10px 0px #07a1e2, 10px 0px #07a1e2;
    animation: shadowSpin 1s ease-in-out infinite;
  }


  /* ===========================
--- Intro
============================ */

.intro {
  position: relative;
  padding-top: 190px;
  background-color: #fff8ea;
}

.intro .portrait-image {
  position: absolute;
  bottom: 0;
  right: -100px;
}

  .intro .slogan {
    background-color: #fff;
    border-left: 15px solid #aa6916;
    padding: 45px 20px 45px 70px;
    font-family: 'Be Vietnam Pro';
    font-size: 23px;
    color: #5a4f4a;
    font-style: italic;
    white-space: nowrap;
    font-weight: 300;
    margin-top: 120px;    
  }

    .intro .slogan div {
      position:relative;
      display:inline;
    }

    .intro .slogan div span {
      color: #aa6916;
    }

      .intro .slogan div:before {
        content: "\f10e";
        font-family: 'Font Awesome 5 Free' !important;
        position: absolute;
        top: 10px;
        left: -20px;
        font-size: 9px;
        padding-right: 10px;
        font-weight:900;
      }
      .intro .slogan div:after {
        content: "\f10e";
        font-family: 'Font Awesome 5 Free' !important;
        position: absolute;
        bottom: 6px;
        right: -20px;
        font-size: 9px;
        padding-left: 10px;
        font-weight: 900;
      }

.intro .text {
  padding: 25px 20px 20px 15px;
  width: 55%;
}

.download_btn_pos {
  position: absolute;
  top: 210px;
  right: 20px;
}

.download_btn {
  text-decoration: none !important;
  padding: 10px 20px;
  color: #fff;
  background-color: #5d708f;
  border: 1px solid #5d708f;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}

    .download_btn:after {
      border-style:none !important;
    }

  .download_btn:hover, .download_btn:focus {
    border: 1px solid #fff;
    color: #fff;
    background-color: #374969;
  }


    @media only screen and (min-width: 1px) and (max-width : 1530px) {
      .intro {
    padding-top: 100px;
  }
}
@media only screen and (min-width : 1201px) and (max-width: 1530px) {

    .intro .portrait-image {
      width: 47%;
    }
  .download_btn_pos {
    top: 120px;
  }
}

  @media only screen and (min-width : 992px) and (max-width: 1200px) {
    .intro {
      padding-top: 60px;
    }
    .intro .portrait-image {    
      width:50%;
    }
    .download_btn_pos {
      top: 120px;
    }
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
    .intro {
      padding-top: 60px;
    }
      .intro .portrait-image {
        width: 75%;
        right: -35px;
      }
    .intro .text {      
      width: 50%;
    }
      .intro .text p:nth-child(3) {
        width:65%;
      }

    .download_btn_pos {
      top: 120px;
    }
  }

@media only screen and (min-width : 479px) and (max-width : 768px) {
  .intro {
    padding-top: 40px;
  }

    .intro .slogan {
      padding: 35px 20px 35px 40px;
      white-space: normal;
      font-size: 19px;
      line-height: 26px;
      text-align:center;
    }

    .intro .portrait-image {
      width: 70%;
      position: static;
      display: block;
      max-width: 100%;
      height: auto;
      padding-left: 10%;
      margin: 0 auto;
    }

    .intro .text {
      width: 100%;
    }

      .intro .text p:nth-child(3) {
        width: 100%;
      }

  .download_btn_pos {
    top: 107px;
    right: 15px;
  }
}

  @media only screen and (min-width : 328px) and (max-width : 478px) {
    .intro {
      padding-top: 40px;
    }

      .intro .slogan {
        padding: 35px 20px 35px 40px;
        white-space: normal;
        font-size: 19px;
        line-height: 26px;
        text-align: center;
      }

      .intro .portrait-image {
        width: 100%;
        position: static;
        display: block;
        max-width: 100%;
        height: auto;
        padding-left: 10%;
      }

      .intro .text {
        width: 100%;
      }

        .intro .text p:nth-child(3) {
          width: 100%;
        }

    .download_btn_pos {
      top: 107px;
      right: 15px;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .intro {
      padding-top: 40px;
    }

      .intro .slogan {
        padding: 35px 20px 35px 40px;
        white-space: normal;
        font-size: 19px;
        line-height: 26px;
        text-align: center;
      }

      .intro .portrait-image {
        width: 100%;
        position: static;
        display: block;
        max-width: 100%;
        height: auto;
        padding-left: 10%;
      }

      .intro .text {
        width: 100%;
      }

        .intro .text p:nth-child(3) {
          width: 100%;
        }

    .download_btn_pos {
      top: 107px;
      right: 15px;
    }
  }

.common-section-home {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color:#fff;
}

@media only screen and (max-width : 768px) {

  .common-section-home {
    padding-top: 40px !important;
    padding-bottom: 20px;
  }
}

.common-section {
  padding-top: 100px;
  padding-bottom: 90px;
  margin-top: 190px;
  background-color: #fff;
}

.common-section h1 {
 font-size:30px;
 margin-bottom:40px;
}

  .common-section h3 {
    line-height:24px;
  }


@media only screen and (min-width: 1px) and (max-width : 1530px) {
  .common-section {  
    margin-top: 100px;
  }
}


@media only screen and (min-width : 992px) and (max-width: 1200px) {
  .common-section {
    margin-top: 80px;
  }
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
  .common-section {
    margin-top: 80px;
  }

    .common-section h3 {
      font-size: 18px;
      margin-bottom: 15px;
      line-height: 18px;
    }
}

@media only screen and (min-width : 479px) and (max-width : 767px) {
  .common-section {
    margin-top: 60px;
  }

    .common-section h1 {
      font-size: 25px;
      margin-bottom: 30px;
    }
    .common-section h3 {
      font-size: 16px;
      margin-bottom: 15px;
      line-height:18px;
    }
}

@media only screen and (min-width : 328px) and (max-width : 478px) {
  .common-section {
    margin-top: 60px;
  }

    .common-section h1 {
      font-size: 20px;
      margin-bottom: 30px;
    }
    .common-section h3 {
      font-size: 14px;
      margin-bottom: 15px;
      line-height: 18px;
    }
}

@media only screen and (min-width : 1px) and (max-width : 328px) {
  .common-section {
    margin-top: 60px;
  }

    .common-section h1 {
      font-size: 20px;
      margin-bottom: 30px;
    }

    .common-section h3 {
      font-size: 14px;
      margin-bottom: 15px;
      line-height: 18px;
    }
}
   

/* ===========================
--- Praxisbild
============================ */

@media (min-width: 1px) and (orientation: landscape) {
  html::before {
    background-image: url('/userdir/cms/images/praxis.jpg');
  }
  .scrollover-image-landscape {
    background: fixed;
    background-size: cover;
    height: 850px;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .scrollover-image-portrait {
    display: none;
  }
}

@media (min-width: 1px) and (orientation: portrait) {

  html::before {
    background-image: url('/userdir/cms/images/praxis-portrait.jpg');
  }
    .scrollover-image-landscape {
    display: none;
  }

  .scrollover-image-portrait {
    background: fixed;
    background-size: cover;
    height: 1200px;
    background-position: center center;
    background-repeat: no-repeat;
  } 
}


@media (max-width: 1023px) and (orientation: landscape) {
  .scrollover-image-landscape {
    height: 450px;
  }
}

@media (max-width: 1023px) and (orientation: portrait) {
  .scrollover-image-portrait {
    height: 1200px;
  }
}


@media (max-width: 768px) and (orientation: landscape) {
  .scrollover-image-landscape {
    height: 350px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .scrollover-image-portrait {
    height: 1000px;
  }
}

@media (max-width: 468px) and (orientation: landscape) {
  .scrollover-image-landscape {
    height: 350px;
  }
}

@media (max-width: 468px) and (orientation: portrait) {
  .scrollover-image-portrait {
    height: 600px;
  }
}


@media (max-width: 360px) and (orientation: landscape) {
  .scrollover-image-landscape {
    height: 250px;
  }
}

@media (max-width: 360px) and (orientation: portrait) {
  .scrollover-image-portrait {
    height: 500px;
  }
}


/* ===========================
--- Therapieschwerpunkte
============================ */
   
  .sketch {
    position: absolute;
    top: -120px;
    right: 130px;
  }


  @media only screen and (min-width : 769px) and (max-width: 991px) {
    .sketch {
      position: static;
      margin: 0 auto 20px auto;
    }
  }

  @media only screen and (min-width : 1px) and (max-width: 768px) {
    .sketch {
      position: static;
      height: 250px;
      margin: 0 auto 20px auto;
    }
  }

  .main-topics {
    border-left: 15px solid #aa6916;
    color: #aa6916;
    font-size: 28px;
    padding-left: 20px;
  }

  @media only screen and (min-width : 1px) and (max-width: 768px) {
    .main-topics {
      border-left: 10px solid #aa6916;
      font-size: 18px;
    }

      .main-topics p {
        line-height: 1.0em;
      }
  }

  .main-topics a {
    color: #aa6916;
  }

    .main-topics a:after {
      border-bottom: none !important;
    }

    .main-topics a:hover {
      border-width: 0 0 1px;
      border-style: dotted;
    }

/* ===========================
--- Therapieschwerpunkte - Sektionen
============================ */

  .dark-section {
    background: #a96815; /* Old browsers */
    background: -moz-linear-gradient(top, #a96815 0%, #cf8e3b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a96815 0%,#cf8e3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a96815 0%,#cf8e3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a96815', endColorstr='#cf8e3b',GradientType=0 ); /* IE6-9 */   
    color: #fff;
  }

  .white-section {
    background: #fff;
    color: #000;
  }

  .light-section {
    background: #e5d1b7; /* Old browsers */
    background: -moz-linear-gradient(top, #e5d1b7 0%, #faf0de 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e5d1b7 0%,#faf0de 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e5d1b7 0%,#faf0de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d1b7', endColorstr='#faf0de',GradientType=0 ); /* IE6-9 */    
    color: #000;
  }


    .dark-section .img-border,
    .light-section .img-border {
      border: 5px solid #faf0de;
      border-radius: 6px;
      margin: 0 auto;
    }

  .white-section .img-circle {
    border-radius: 100%;
    border: 5px solid #f3e6d1;
    margin: 0 auto;
  }

  .white-section .img-circle-dark {
    border-radius: 100%;
    border: 5px solid #af6f1c;
    margin: 0 auto;
  }

  .white-section .img-circle-about-me {
    border-radius: 100%;
    border: 5px solid #af6f1c;
    margin: 0 auto;
  }


  @media only screen and (max-width : 992px) {
    .dark-section .img-border, .light-section .img-border {
      margin-top: 30px;
    }

    .white-section .img-circle {
      margin-top: 30px;
    }

    .white-section .img-circle-dark {
      margin-top: 30px;
    }

    .white-section .img-circle-about-me {
      margin-bottom: 30px;
    }
  }



.dark-section img,
.white-section img,
.light-section img {
  opacity: 0;
  transform: translateY(-20px);
}

  .dark-section img.is-visible,
  .white-section img.is-visible,
  .light-section img.is-visible {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1.5s;
  }



/* ===========================
--- Kontakt
============================ */

.contactu {
  display: none;
}
  
.contact-section {
    margin-bottom: 0px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #fff8ea;
  }

    .contact-section .contact_welcome_text {
      margin-bottom: 20px;
    }

  @media only screen and (min-width:769px) {
    .contact-section .contactform {
      /*padding-left: 30px;*/
    }
  }


  .contact-section .contact-container {
    background-color: #d5d8dc;
  }

  .contact-section label {
    display: inline-block;
    font-weight: 300;
    /*float: right;*/
    width: 90%;
  }

  .contact-button {   
    margin-top: 30px;
    float:right;
  }

  .contact-section .form-group label {
    text-align: left !important;
    display: block;
    /*text-transform: uppercase;*/
    /*letter-spacing: 1px;*/
    font-weight: 400;
  }

  .form-control, .input-group {
    border-radius: 0px;
    margin-bottom: 10px;
  }

  .well {
    border-radius: 0px !important;
    background-color: #fff !important;
    border: 1px solid #aa6916 !important;
  }

  .error_message {
    color: red;
  }


  /* media queries sections */


  @media only screen and (min-width : 479px) and (max-width : 768px) {

    .contact-section {
      padding: 40px;
    }
  }


  @media only screen and (max-width : 768px) {
       

    .contact-bg 
     {
      margin-bottom: 0px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }

    .contact-bg {
      border-top: 1px dotted #cecece;
    }

      .contact-bg .phone-no {
        margin-left: 30px;
        display: block;
        margin-top: 15px;
      }

    .contact-section label {
      width: 80%;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 478px) {
    .common-section {
      /*padding-top: 20px !important;*/
      padding-bottom: 20px;
    }

    .contact-section {
      padding: 20px;
    } 
  }

  




  .section-heading h2 {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
  }

    .section-heading h2.brown {
      color: #aa6916;
    }

    .section-heading h2.white {
      color: #fff;
    }


  .section-heading h3 {
    font-size: 20px;
  }




  @media only screen and (min-width : 992px) {
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {

    .section-heading h2 {
      font-size: 26px;
    }

    .section-heading h3 {
      /*font-size: 40px;*/
    }
  }

  @media only screen and (min-width : 328px) and (max-width : 478px) {

    hr.spacer-black {
      margin-top: 20px !important;
      margin-bottom: 30px !important;
    }

    hr.spacer-white {
      margin-top: 20px !important;
      margin-bottom: 30px !important;
    }

    .section-heading h2 {
      font-size: 24px;
      line-height: 30px;
    }

    .section-heading h3 {
      font-size: 20px;
    }

    p {     
      text-align: left;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {

    hr.spacer-black {     
      margin-top: 20px !important;
      margin-bottom: 30px !important;
    }

    hr.spacer-white {     
      margin-top: 20px !important;
      margin-bottom: 30px !important;
    }

    .section-heading h2 {
      font-size: 20px;
    }

    .section-heading h3 {
      font-size: 20px;
    }
  }




  /* ===========================
--- Contact form
============================ */

.v-card {
  background-color: #fff;
  text-align: left;
  font-size: 18px;
  padding: 30px 20px 20px 70px;
  border-left: 15px solid #aa6916;
  min-height: 390px;
  margin-bottom: 60px;
}

  .v-card td {
    vertical-align: top;
  }

    .v-card td:nth-child(1) {
      padding-right: 15px;
    }

  .v-card i {
    color: #aa6916;
    font-size: 20px;
  }

  .v-card .phone, .v-card .fax {
    color: #aa6916;
    font-weight: 600;
    padding-left: 4px;
  }

  @media only screen and (min-width : 992px) and (max-width: 1199px) {
    .v-card {
    padding: 30px 20px 20px 30px;
  }
}

@media only screen and (min-width : 479px) and (max-width : 768px) {
  .v-card {
    font-size: 16px;
    padding: 30px 20px 20px 30px;
  }

    .v-card i {
      font-size: 16px;
    }
}

@media only screen and (min-width : 1px) and (max-width : 478px) {
  .v-card {
    font-size: 14px;
    padding: 30px 20px 20px 30px;
  }

    .v-card i {
      font-size: 14px;
    }
}

  textarea.form-control {
    height: 125px !important;
  }

  .form input, .form select, .form textarea {
    border-radius: 0;
    /*border: 1px solid #eee;*/
    -webkit-box-shadow: none;
    box-shadow: none;
  }

    .form input:focus, .form select:focus, .form textarea:focus {
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
      box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    }

  .form .radio {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .input-group-addon {
    background-color: #fefefe;
  }

  .hotline-area {
    padding-bottom: 30px;
  }

  .callback-area {
    min-height: 100px;
    padding-right: 30px;
    padding-bottom: 50px;
  }

  .contact-area {
    margin-bottom: 50px;
  }


  address {
    margin:0 !important;
  }

  #map_canvas, .map_canvas {
    width: 100%;
    min-height: 370px;
    margin-bottom: 60px;
    /*border: 1px solid red;*/
  }

  @media only screen and (min-width : 1px) and (max-width: 768px) {

    #map_canvas, .map_canvas {
      /*margin-top: 0px;
    margin-bottom: 40px;*/
    }
  }


  @media only screen and (min-width : 992px) {
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {

    .contact-area {
      margin-bottom: 20px;
    }

    .contact-section .form-group label {
      text-align: center !important;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 478px) {

    .contact-area {
      margin-bottom: 0px;
    }

    .contact-section .form-group label {
      text-align: center !important;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {

  }


  /* ===========================
--- Footer
============================ */

  footer {
    position: relative;
    text-align: center;
    padding: 10px 0 10px 0;
    background: #a96815; /* Old browsers */
    background: -moz-linear-gradient(top, #cf8e3b 0%, #a96815 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cf8e3b 0%,#a96815 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cf8e3b 0%,#a96815 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf8e3b', endColorstr='#a96815',GradientType=0 ); /* IE6-9 */
  }


  .contact-container-footer {
    color: #aaaaaa;
    padding-top: 40px;
    padding-bottom: 20px;
  }
   

  ul.footer-nav {
    clear: both;
    padding-left: 9px;
  }

    ul.footer-nav li {
      display: inline-block;
      /*float: left;*/
      margin-right: 15px;
    }

      ul.footer-nav li:first-child {
        margin-left: 0;
      }

      ul.footer-nav li a {
        display: inline-block;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        font-size: 18px;
      }

      ul.footer-nav li a {
        color: #fff;
      }

        ul.footer-nav li a:hover {
          color: #fff;
        }

      ul.footer-nav li:before {
        content: "|";
        float: left;
        font-weight: 200;
        margin-right: 15px;
        margin-top: 2px;
        font-size: 14px;
        color: #fff;
      }

      ul.footer-nav li:first-child:before {
        content: "";
      }

  @media only screen and (max-width: 290px) {
    ul.footer-nav li:before {
      content: "  ";
    }
  }


  /* ===========================
--- Elements
============================ */

  .btn {    
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a96815; /* Old browsers */
    background: -moz-linear-gradient(top, #a96815 0%, #cf8e3b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a96815 0%,#cf8e3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a96815 0%,#cf8e3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a96815', endColorstr='#cf8e3b',GradientType=0 ); /* IE6-9 */
    text-transform: none;
    padding: 5px 25px;
    color: #fff;
    /*border-radius: 0px !important;*/
    font-size: 16px;
    border-color: transparent !important;
  }

  .btn-primary {
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
  }

    .btn-primary:hover {
      background-color: #284e9a !important;
      opacity: 0.8;
    }

  .btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
  }

  .btn-w100per {
    width: 100%
  }
  


  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @-moz-keyframes pulse {
    0% {
      -moz-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -moz-transform: scale(1.2);
      transform: scale(1.2);
    }

    100% {
      -moz-transform: scale(1);
      transform: scale(1);
    }
  }


  .btn-skin:hover,
  .btn-skin:focus,
  .btn-skin:active,
  .btn-skin.active {
    color: #fff;
    background-color: #666;
    border-color: #666;
  }


  .btn-default:hover,
  .btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
  }

 


  /* Media queries */

  @media only screen and (min-width:769px) {

    .navbar {
      padding: 20px 0;
      border-bottom: 0;
      letter-spacing: 1px;
      background: 0 0;
      -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
      -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
      transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
      padding: 0;
      background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
      /*background-color: red;*/
      border-bottom: 1px solid rgba(255,255,255,.3);
    }

    .dropdown-menu > .active > a {
      background-color: rgba(255,255,255,.2) !important;
    }

  }

  @media (max-width:768px) {
  }

  @media (max-width:480px) {

    .navbar-custom .nav.navbar-nav {
      background-color: rgba(255,255,255,.4);
    }

    .navbar.navbar-custom.navbar-fixed-top {
      margin-bottom: 30px;
    }

    .tp-banner-container {
      padding-top: 40px;
    }

    .page-scroll a.btn-circle {
      width: 40px;
      height: 40px;
      margin-top: 10px;
      padding: 7px 0;
      border: 2px solid #fff;
      border-radius: 50%;
      font-size: 20px;
    }
  }




  .anchor {
    margin-top: -100px;
    margin-bottom: 100px;
  }

  @media only screen and (min-width : 1px) and (max-width : 768px) {
    .anchor {
      margin-top: 0px;
      margin-bottom: 0px
    }
  }

  .col-menu {
    position: relative;
    min-height: 1px;
    /*padding-right: 5px;
  padding-left:5px;*/
    float: left;
  }



  /* Menu */

  #menu {
    width: 100%;
  }

    #menu .nav.navbar-nav li a {
      padding: 15px;
      font-size: 19px;
      font-family: TwCenMTLight;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 4px;
      /*transform: scale(1, 1.1);
      -webkit-transform: scale(1, 1.05); 
      -moz-transform: scale(1, 1.05); 
      -ms-transform: scale(1, 1.05); 
      -o-transform: scale(1, 1.05); */
    }


      #menu .nav.navbar-nav li.active a,
      #menu .nav.navbar-nav li a:hover {
        color: #fff;
      }

      #menu .nav.navbar-nav li a i {
        font-size: 17px !important;
      }

    #menu .nav.navbar-nav > li:last-child a {
      /*padding-right: 0px !important;*/
    }



@media only screen and (min-width : 992px) and (max-width: 1270px) {
  #menu .nav.navbar-nav li a {
    font-size: 19px;
    padding-right: 30px;
    letter-spacing: 0px;
  }

    #menu .nav.navbar-nav li a:first-child {
      padding-right: 15px;
    }

  .navbar-nav-offset {
    /*padding-left: 15%;*/
  }

  #menu .nav.navbar-nav > li:last-child a {
    padding-right: 0px !important;
  }
}


/*Bootstrap 3 - Override navbar breakpoint. */

@media (max-width: 1140px) {

  .signature h1 {
    margin-bottom: 0px !important;
  }

  .mainmenu {
    float: none;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
    padding-right: 0 !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    /*max-height: 300px;*/
    overflow-y: scroll !important;
  }

    .navbar-nav > li {
      float: none;
    }

      .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
      }

  .collapse.in {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
    }

  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

    .navbar-collapse.collapse {
      display: none !important;
    }

  .navbar-nav {
    float: none !important;
    /*margin: 7.5px -15px;*/
    margin: 7.5px 50px 7.5px -15px
  }

    .navbar-nav > li {
      float: none;
    }

      .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
      }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }
}

/* end */


@media only screen and (min-width : 1px) and (max-width : 1139px) {

  .navigation {
    border-bottom: 2px solid #284e9a;
  }

  #menu .navbar-nav {
    margin: 0px -17px;
  }

  #menu .nav.navbar-nav {
    width: auto;
    /*border-top: 2px solid #284e9a;*/
    background: #ab6a17;
  }

    #menu .nav.navbar-nav li {
      padding-left: 0px;
      /*background-color: rgba(255,255,255,.2);*/
    }

      #menu .nav.navbar-nav li a {
        font-size: 17px;
        padding: 11px;
        color: #fff !important;
        border-top: 1px solid transparent;
        border-bottom: 1px dotted #ffffff;
        letter-spacing: 3px;
      }

      /*#menu .nav.navbar-nav li a:first-child {
        padding: inherit !important;
      }*/


      #menu .nav.navbar-nav li.active a {
        /*border-top: 1px dotted #fff;*/
        border-bottom: 1px dotted #fff;
        /*background-color: #ab6a17;*/
        /*color: #3b3a3a !important;*/
      }

      #menu .nav.navbar-nav li ul li a {
        padding-left: 40px;
      }

      #menu .nav.navbar-nav li ul li.active a {
        background-color: rgba(255,255,255,.2) !important;
      }


  #navigation-area {
    overflow: hidden;
  }

  .dropdown-menu {
    background: none !important;
    background-color: #ab6a17 !important;
  }
}

@media only screen and (min-width : 328px)  and (max-width : 478px) 
{
  #menu .nav.navbar-nav li a {
    letter-spacing: 1px;
  }
}

@media only screen and (min-width : 1px)  and (max-width : 328px) 
{

  #menu .nav.navbar-nav li a {   
    letter-spacing: 0px;
  }
 
}




@media only screen and (min-width : 992px) {
}

  @media only screen and (min-width : 769px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {
  }

  @media only screen and (min-width : 328px) and (max-width : 478px) {
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
  }



  /*  ------ back-to-top-Link ---------- */

  .back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    z-index: 2000;
  }

    .back-to-top i {
      display: block;
      width: 36px;
      height: 36px;
      line-height: 36px;
      color: #fff;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      text-align: center;
      background-color: #aa6916;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      font-size: 25px;
      -webkit-text-stroke: 2px #aa6916;
      border: 1px solid #fff;
    }

/*
 *  Cookie consent banner
 */
/*******************************************/
#gdpr-cookie-message {
  position: fixed;
  bottom: 0;
  left: calc(10% / 2);
  right: calc(10% / 2);
  padding: 32px;
  overflow: auto;
  background-color: white;
  z-index: 2147483650;
  box-shadow: 0 -1px 8px 0 rgba(0,0,0,0.5);
  color: #333;
  max-height: 65vh;
}

@media only screen and (max-width: 768px) {
  #gdpr-cookie-message {
    left: 0;
    right: 0;
  }

    #gdpr-cookie-message p.gdpr-info {
      max-height: 25vh;
      overflow: auto;
    }
}


#gdpr-close {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 50px;
  height: 30px;
  font-size: 20px;
  cursor: pointer;
  padding-left:20px;
  /*display:none;*/
}

#gdpr-cookie-message h4 {
  color: #aa6916;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
  /*color: #fff;*/
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
  /*color: white;*/
  font-size: 13px;
  line-height: 1.1em;
}

#gdpr-cookie-message ul {
  padding-left: 0px;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  /*text-align: right;*/
}

#gdpr-cookie-message li {
  /*width: 49%;
    display: inline-block;
    padding-right: 22px;*/
  width: 100%;
  display: block;
  padding-right: 22px;
}

#gdpr-cookie-message a {
  color: var(--red);
  text-decoration: none;
  font-size: 13px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255,255,255,0.75);
  border-bottom-color: var(--red);
  transition: all 0.3s ease-in;
  color: #aa6916;
}

  #gdpr-cookie-message a:hover {
    border-bottom-style: solid;
  }

#gdpr-cookie-message button, button#ihavecookiesBtn {
  border: none;
  background: #aa6916;
  color: white !important;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  padding: 7px 15px;
  border-radius: 3px;
  /*margin-left: 15px;*/
  cursor: pointer;
  transition: all 0.3s ease-in;
  margin: 10px 20px 0 0;
}

#gdpr-cookie-message .alert.alert-success {
  padding: 10px 5px 0px 5px;
  margin-left: -5px;
  margin-bottom: 10px;
}


@media only screen and (max-width: 768px) {
  #gdpr-cookie-message button {
    width: 80%;
    display: block;
    margin-bottom: 10px;
    margin: 10px auto;
  }

    #gdpr-cookie-message button:first-child {
      margin-top: 20px;
    }
}

@media only screen and (max-width: 468px) {
  #gdpr-cookie-message button {
    width: 100%;
  }

  #gdpr-cookie-message a {
    text-decoration: underline;
    border-bottom: none;
    border-bottom-color: var(--red);
  }

    #gdpr-cookie-message a:hover {
      border-bottom-style: none;
    }
}

#gdpr-cookie-message button:hover {
  opacity: 0.8;
  color: var(--red);
  transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  background: white;
  background-color: #aa6916;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
  /*margin-left: -22px;*/
  width:auto;
  height:auto;
}


#gdpr-cookie-message label {
  display: inline;
  font-weight: 900;
}

#gdpr-cookie-message i.fa-angle-down {
  font-size: 24px;
}

#gdpr-cookie-message li a {
  border-bottom: none;
  cursor: pointer;
}


.rotate {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  margin-left: 5px;
  color: #aa6916;
}

.gdpr-desc {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  margin-top: 3px;
  margin-left: 22px;
}

#gdpr-cookie-accept, #gdpr-cookie-decline, #gdpr-cookie-advanced {
}

#gdpr-cookie-advanced-accept {
  margin-bottom: 15px;
}

@media only screen and (min-width : 1px) and (max-width : 467px) {
  #gdpr-cookie-accept {
    float: none;
    display: block;
    margin-bottom: 15px;
  }

  #gdpr-cookie-advanced {
    float: none;
    display: block;
  }
}

@media only screen and (min-width : 1px) and (max-width : 768px) {
  #gdpr-cookie-message {
    /*max-height: 500px;*/
    overflow-y: auto;
  }
}

/* fingerprint Button */
#fingerprint-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999999999;
}

  #fingerprint-button a {
    display: block;
    position: relative;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .15);
    background: url() center/44px 44px no-repeat #aa6916;
    cursor: pointer;
    border:1px solid #fff;
  }

    #fingerprint-button a i {
      font-size: 32px;
      color: #fff;
      margin-top: 10px;
      margin-left: 9px;
      -webkit-text-stroke: 1px #aa6916;
    }


@media only screen and (min-width : 479px) and (max-width : 768px) {
  #fingerprint-button {
    bottom: 10px;
    left: 10px;
    opacity: 0.9;
  }
}

@media only screen and (min-width : 1px) and (max-width : 478px) {
  #fingerprint-button {
    bottom: 5px;
    left: 5px;
    opacity: 0.7;
  }

    #fingerprint-button a {
      width: 35px;
      height: 35px;
    }

      #fingerprint-button a i {
        font-size: 22px;
        margin-top: 7px;
        margin-left: 6px;
      }
}


/*  end Cookie consent banner


/* 2-Klick-Lösung YouTube-Videos & Googlemaps */

.video_wrapper {
  background-image: url( '/images/video-bg.jpg' );
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
  height: 232px;
  width: 100%;
  text-align: center;
  font-size: 14px !important;
  /*margin-bottom: 40px;
  margin-top: 40px;*/
}

.gmap_wrapper {
  background-image: url( '/images/googlemaps_bg.jpg' );
  height: 390px;
  margin: 0px;

}



.video_trigger {
  padding: 0 20px 0px 20px;
  /*height: -webkit-calc( 100% - 260px );
  height: -moz-calc( 100% - 260px );
  height: -o-calc( 100% - 260px );
  height: calc( 100% - 260px );

  width: -webkit-calc( 100% - 60px );
  width: -moz-calc( 100% - 60px );
  width: -o-calc( 100% - 60px );
  width: calc( 100% - 60px );*/
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 9;
  /*background-color: rgba( 0, 0, 0, .8 );*/
  color: #000;
}

.video_table {
  height: 100%;
  width: 100%;
}

  .video_table td {
    vertical-align: bottom
  }

  

.video_wrapper .video_trigger:before {
  content: ' ';
  /*font-family: 'Font Awesome 5 Brands';*/
  position: absolute;
  z-index: -1;
  font-size: 60px;
  color: rgba( 255, 255, 255, .5 );
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  top: -webkit-calc( 50% - 60px );
  top: calc( 50% - 60px );
  left: -webkit-calc( 50% - 60px );
  left: calc( 50% - 60px );
  font-weight: 900;
  background-image: url(/images/youtupe-playbutton.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.6;
}

.gmap_wrapper .video_trigger:before {
  content: '\f3c5';
  font-family: 'Font Awesome 5 Free';
  background-image: none;
  color:#000;
}

.video_layer {
  position: relative;
  display: none;
  height: inherit;
  width: inherit;
  margin: auto;
}

iframe {
  border: 0px none transparent;
  height: inherit;
  width: inherit;
  vertical-align: middle;
  height:390px;
}

.video-consent-btn {
  cursor: pointer;
  display: inline-block;
  transition: color .5s, background-color .5s, border .5s;
  margin-bottom: 20px;
}

  .video-consent-btn:hover {
    opacity: 0.8;
    color: #fff !important;
  }

.video_wrapper a {
  color: #aa6916;
  text-decoration: none !important;
}

  .video_wrapper a:hover {
    border-bottom: 1px dotted #aa6916;
  }

#gmap_canvas {
  width: 100%;
  height: 390px;
  border: 0;
}

@media only screen and (min-width : 1199px) {

  .gmap_wrapper .video_trigger {
    padding: 20% 20px 0px 20px;
  }
}


@media only screen and (max-width : 1199px) {
  .video_wrapper {
    height: 413px;
  }

  .gmap_wrapper, #gmap_canvas {
    height: 413px;
  }
}

@media only screen and (max-width : 991px) {
  .video_wrapper {
    height: 390px;
  }

  .gmap_wrapper, #gmap_canvas {
    height: 390px;
  }

  .gmap_wrapper {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width : 768px) {
  .video_wrapper {
    height: 390px;
  }

  .gmap_wrapper, #gmap_canvas {
    height: 390px;
  }

}

@media only screen and (max-width : 468px) {
  .video_wrapper {
    height: 350px;
  }

  .gmap_wrapper, #gmap_canvas {
    height: 350px;
  }
}
