/*
---------------------------------------------
Header area
---------------------------------------------
*/

.header-stripe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  height: 70px;
  min-height: 70px;
  background-color: rgba(20,20,20,0.5);
}

.header-area .logo-image {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .logo-image .shadow-box{
  background: transparent;
  position: absolute;
  height: 55px;
  margin-top: -55px;
  width: 203px;
  z-index: -1;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.header-area .logo-image img {
  position: relative;
  height: 125px;
  width: auto;
}

.header-area .hide-show-image {
  display: block;
  opacity: 0%;
}

.background-header .hide-show-image{
  display: block;
  opacity: 100%;
}

.header-area .show-grey-image{
  display: block;
  opacity: 0%;
}

.header-area .main-nav .nav-text {
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  padding-left: 5px;
  float: left;
  margin-top: 15px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .container{
  margin-left: 203px;
  margin-right: 30px;
  width: auto;
}

@media(max-width: 1077px){
  .header-area .container{
    margin-left: 120px;
    margin-right: 20px;
    width: auto;
  }
}

.background-header .main-nav .nav-text {
  color: #1e1e1e!important;
}

/* Trigger other submenu, if window is too small*/
@media (max-width: 1077px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }

  .header-area .logo-image img {
  position: relative;
  height: 70px;
  width: auto;
  }

  .header-area .logo-image .shadow-box{
  background: transparent;
  position: absolute;
  height: 70px;
  margin-top: -70px;
  width: 114px;
  z-index: -1;
  box-shadow: 0px 0px 10px rgba(0,0,0,0);
}

  .header-area .show-grey-image{
    margin-top: -70px;
    display: block;
    opacity: 100%;
   }

  .background-header .hide-show-image{
    display: block;
    opacity: 0%;
  }

  .header-area .main-nav .nav-text {
    color: #191a20 !important;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #fca930!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7!important;
    /*padding: 0px 15px;*/
    height: 70px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 70px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fca930!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 1078px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

@media (max-width: 1077px) {
  #vorstellung fieldset {
    text-align: center;
    margin-bottom: 20px;
  }
}


/*
---------------------------------------------
Image slider
---------------------------------------------
*/

.img-fill-large {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

@media (max-width: 1077px) {
  .img-fill-large {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 70px;
}

}

.img-fill-large img {
  max-width: 100%;
  height: auto!important;
  width: 100%;
  position: relative;
  display: inline;
  max-height: none;
}


.img-fill-large .text-content {
  width: 80%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-fill-large .text-content h2 {
  /*font-size: 35px;
  line-height: 45px;*/
  font-size: 3.5vw;
  line-height: 3.5vw;
  color: #fff;
  font-family:'Raleway', sans-serif;
  font-weight: 450;
  margin-bottom: 25px;
  letter-spacing: 1px;
  animation:fadeOutRight 1s both;
}

.img-fill-large .text-content h3 {
  /*font-size: 30px;
  line-height: 45px;*/
  font-size: 3vw;
  line-height: 3vw;
  color: #fff;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 1px;
  animation:fadeOutRight 1s both;
}

.hr-place {
  margin-bottom: 100px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 30%;
}

.hr-place hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #fca930;
  padding: 0;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  padding: 40px 0px;
  background-color:#f5f5f5;;
}

footer .left-text-content{
  float: left;
}

footer .left-text-content p {
  color: #404040;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
}

footer .right-text-content {
  float: right;
}

footer .right-text-content p {
  color: #404040;
  font-size: 15px;
  margin-right: 15px;
  text-align: left;
}

footer .right-text-content a {
  color: #404040;
}


/*
---------------------------------------------
Urlaub
---------------------------------------------
*/

.urlaub{
  background-color: #f5f5f5;
  padding: 25px;
  border-radius: 10px;
  height: auto;
  margin-bottom: 30px;
  overflow: auto;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2); 
  border-width: 5px;
  border-style: solid;
  border-color: #fca930;
}

.urlaub h3:before{
  background-image: url("../images/logo-bub.png");
  /*background-size: 25px 37px; 
  width: 25px; 
  height: 37px;  bei logo-bub-weihnachten.png */
  background-size: 20px 30px;
  width: 20px; 
  height: 30px;
  display: inline-block;
  content:"";
  margin-right: 7px;
}

.urlaub h3{
  text-align: left;
  font-size: 30px;
  line-height: 45px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

.urlaub p{
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  margin-bottom: 5px;
  font-family:'Raleway', sans-serif;
}

/*
---------------------------------------------
Urlaub
---------------------------------------------
*/

.warning{
  background-color: #f5f5f5;
  padding: 25px;
  border-radius: 10px;
  height: auto;
  margin-bottom: 30px;
  overflow: auto;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2); 
  border-width: 5px;
  border-style: solid;
  border-color: red;
}

.warning h3{
  text-align: left;
  font-size: 24px;
  line-height: 45px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

.warning p{
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  margin-bottom: 5px;
  font-family:'Raleway', sans-serif;
}

/*
---------------------------------------------
Modal
---------------------------------------------
*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding: 200px 200px 0 200px; /* Location of the box */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.25); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  text-align: left;
  background-color: #f5f5f5;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: #fca930;
  width: 80%;
  font-size: 18px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

.modal p{
  font-size: 18px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

.close-modal {
  text-align: right;
  color: #404040;
  float: right;
  font-size: 33px;
  font-weight: bold;
}

/*
---------------------------------------------
vorstellung
---------------------------------------------
*/

#vorstellung {
  padding: 80px 20px;
  background-color: #f5f5f5;
  background-size: cover;
}

#vorstellung .section-heading {
  text-align: center;
  margin-bottom: 25px;
}

#vorstellung .section-heading h2{
  font-size: 35px;
  line-height: 45px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#vorstellung .section-heading h3{
  font-size: 30px;
  line-height: 45px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#vorstellung .section-heading img{
  position: center;
  width: 300px;
  height: auto;
}

#vorstellung p {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  margin-bottom: 5px;
  font-family:'Raleway', sans-serif;
}



/*
---------------------------------------------
öffnungszeiten
---------------------------------------------
*/

#offen {
  text-align: center;
  background-size: cover;
  padding: 50px 40px;

/*background-color: #fff;*/

  background-image: url(../images/praxis2-schwach.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

#offen p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #404040;
  margin-bottom: 20px;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#offen .section-heading h2{
  font-size: 35px;
  line-height: 50px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#offen h4{
  text-align: left;
  font-size: 22px;
  line-height: 25px;
  color: #fca930;
  font-family:'Raleway', sans-serif;
  font-weight: 450;
  margin-bottom: 30px;
}

/*
---------------------------------------------
Link zu Videos
---------------------------------------------
*/

#videos {
  padding: 80px 20px;
  background-color: #f5f5f5;
  background-size: cover;
}

#videos .box {
  background-color: rgba(255, 255, 255);
  border-radius: 10px;
  padding: 25px;
  height: auto;
  min-height: 220px;
  margin-bottom: 30px;
  overflow: auto;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#videos .box .box-heading{
  margin-bottom: 10px;
}

#videos .box .box-heading h3{
  text-align: left;
  font-size: 25px;
  line-height: 45px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#videos p {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  margin-bottom: 5px;
  font-family:'Raleway', sans-serif;
}

#videos .box .button-place{
  margin-top: 40px;
}


#videos .main-button-icon{
  font-size: 13px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #fca930;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.image-href{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
}

/*
---------------------------------------------
Termin
---------------------------------------------
*/


#termin {
  text-align: center;
  background-color: #fff;
  background-size: cover;
  padding: 120px 0px 0px 0px;
}

#termin .section-heading h2{
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#termin-boxes {
  text-align: center;
  background-size: cover;
  padding: 70px 0px;
  background-image: url(../images/praxis1-klein.jpg);
  background-position: center;
  background-repeat: no-repeat;
}


#termin .box {
  background-color: rgba(255, 255, 255, 0.93);
  border-radius: 10px;
  padding: 25px;
  height: auto;
  min-height: 280px;
  margin-bottom: 30px;
  overflow: auto;
}

#termin .box .box-heading{
  margin-bottom: 10px;
}

#termin .box .button-place{
  margin-top: 35px;
}

#termin .box .button-place-app{
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 45px;
}

#termin .main-button-icon{
  font-size: 13px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #fca930;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#termin .box .box-heading h3{
  text-align: left;
  font-size: 25px;
  line-height: 45px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#termin table{
  width: 100%;
}

#termin th{
  text-align: left;
  vertical-align: top;
  font-size: 22px;
  line-height: 30px;
  color: #fca930;
  font-family:'Raleway', sans-serif;
  font-weight: 450;
}

#termin td{
  text-align: left;
  vertical-align: top;
  font-size: 18px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#termin .box h4{
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  color: #fca930;
  font-family:'Raleway', sans-serif;
  font-weight: 450;
  margin-right: 20px;
}

#termin .box p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#termin form h5{
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#termin input{
  height: 40px;
  width:  100%;
  margin-bottom: 20px;
}

#termin textarea{
  height: 100px;
  width:  100%;
  margin-bottom: 20px;
}

#termin input::placeholder {
  font-size: 18px;
  color: #fca930;
}

#termin textarea::placeholder {
  font-size: 18px;
  color: #fca930;
}

#termin button{
  margin-bottom: 20px;
}


/*
---------------------------------------------
Rezepte
---------------------------------------------
*/


#rezepte {
  text-align: center;
  background-color: #fff;
  background-size: cover;
  padding: 120px 0px 0px 0px;
}

#rezepte .section-heading h2{
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#rezepte-boxes {
  text-align: center;
  background-size: cover;
  padding: 70px 0px;
  background-image: url(../images/praxis1-klein.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}


#rezepte .box {
  background-color: rgba(255, 255, 255, 0.93);
  border-radius: 10px;
  padding: 25px;
  height: auto;
  min-height: 80px;
  margin-bottom: 30px;
  overflow: auto;
}

#rezepte .box .box-heading{
  margin-bottom: 10px;
}

#rezepte .main-button-icon{
  font-size: 13px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #fca930;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#rezepte .main-button-icon:disabled{
  font-size: 13px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #404040;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


#rezepte .box .box-heading h3{
  text-align: left;
  font-size: 25px;
  line-height: 45px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

/*Wird benötigt für Deaktivierung der Rezeptbestellung*/
#rezepte .box h4{
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #fca930;
  font-family:'Raleway', sans-serif;
  font-weight: 450;
  margin-right: 20px;
}

#rezepte .box h5{
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  margin-top: 20px;
}


#rezepte .box p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#rezepte .posradio{
  text-align: -webkit-center;
  width: 100%;
  margin-top: 20px;
}

#rezepte .divradioinput {
  text-align: left;
  width: 60%;
}

#rezepte .radioinput {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  margin-right:10px;
}

#rezepte .textinput{
  height: 40px;
  width:  100%;
  margin-bottom: 20px;
}

#rezepte textarea{
  height: 100px;
  width:  100%;
  margin-bottom: 20px;
}

#rezepte input::placeholder {
  font-size: 18px;
  color: #fca930;
  /* mit disabled im html deaktivieren*/
}

#rezepte textarea::placeholder {
  font-size: 18px;
  color: #fca930;
  /* mit disabled im html deaktivieren */
}

#rezepte button{
  margin-bottom: 20px;
}



/*
---------------------------------------------
Aktuelles
---------------------------------------------
*/


#aktuelles {
  text-align: center;
  background-color: #fff;
  background-size: cover;
  padding: 120px 0px 0px 0px;
}

#aktuelles .section-heading h2{
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#aktuelles .box {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: auto;
  min-height: 100px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#aktuelles .box h3{
  float: left;
  font-size: 23px;
  line-height: 35px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  margin: 25px 25px 25px 25px;
}

#aktuelles .box h3:before{
  background-image: url("../images/logo-bub.png");
  /*background-size: 25px 37px; 
  width: 25px; 
  height: 37px;  bei logo-bub-weihnachten.png */
  background-size: 20px 30px;
  width: 20px; 
  height: 30px;
  display: inline-block;
  content:"";
  margin-right: 7px;
}

#aktuelles .box h4{
  text-align: right;
  font-size: 17px;
  line-height: 30px;
  color: #fca930;
  font-family:'Raleway', sans-serif;
  font-weight: 450;
  padding: 25px;
}

#aktuelles .box p{
  text-align: left;
  font-size: 17px;
  line-height: 25px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  margin: 0px 25px 10px 25px;
}

#aktuelles .box .img-fill {
  float: right;
  width: 50%;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0px 0px 0px 15px; 
}

#aktuelles .button-place{
  margin: 20px 0px;
}

#aktuelles .main-button-icon{
  font-size: 13px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #fca930;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1077px) {

  #aktuelles .box .img-fill {
    float: right;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 20px 0px; 
  }

}

/*
---------------------------------------------
Leistungen
---------------------------------------------
*/

#leistungen {
  text-align: center;
  background-color: #fff;
  background-size: cover;
  padding-top: 120px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 50px;
}

#leistungen .section-heading h2{
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#leistungen .box {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: auto;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#leistungen .box .box-left{
  float: left;
  width: 100%;
  overflow: hidden;
}

#leistungen .box .img-hover-zoom img {
  transition: transform .5s ease;
}

#leistungen .box .img-hover-zoom:hover img {
  transform: scale(1.1);
}

#leistungen .box .box-right{
  float:right;
  width: 100%;
  padding: 30px 10px 30px 10px;
}

#leistungen .box h3{
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#leistungen .box h3:before{
  background-image: url("../images/logo-bub.png");
  /*background-size: 25px 37px; 
  width: 25px; 
  height: 37px;  bei logo-bub-weihnachten.png */
  background-size: 20px 30px;
  width: 20px; 
  height: 30px;
  display: inline-block;
  content:"";
  margin-right: 12px;
}

.details{
  background-color: #fff;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 400px;
  overflow: auto;
}

.details .details-left{
  width: 50%;
  height: auto;
  float: left;
}

.details .details-right{
  width: 50%;
  height: auto;
  float: right;
}

@media (max-width: 767px) {
  .details .details-left{
    width: 100%;
    height: auto;
    float: left;
  }

  .details .details-right{
    width: 100%;
    height: auto;
    float: right;
  }
}

.details .heading{
  margin: 40px 30px 0px 30px;
}

.details .heading h3{
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

.details .heading h4{
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

.details .content{
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  color: #404040;
  font-weight: 400;
  margin: 20px 40px 10px 40px;
}

.details .content ul li{
  text-align: left;
  font-size: 17px;
  line-height: 30px;
  color: #404040;
  font-weight: 400;
}

.details .content ul li::before {
  content: "\25CF";
  color: #404040;
  font-weight: bold;
  display: inline-block; 
  width: 5px;
  margin-right: 15px;
}

.details .box {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 40px;
  padding: 20px;
  overflow: auto;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

.details .img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/*
---------------------------------------------
Team
---------------------------------------------
*/

#team {
  text-align: center;
  background-color: #fff;
  background-size: cover;
  padding: 80px 0px 40px 0px;
}

#team .section-heading h2{
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#team .box {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: auto;
  min-height: 100px;
  width: 100%;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#team .box .img-hover-zoom img {
  transition: transform .5s ease;
}

#team .box .img-hover-zoom:hover img {
  transform: scale(1.1);
}

#team .box .box-left{
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}

#team .box .box-right{
  width: 100%;
  height: auto;
  float:right;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#team .box .box-heading h3{
  text-align: left;
  font-size: 30px;
  line-height: 35px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

#team .box .box-heading h4{
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

#team .main-button-icon{
  font-size: 13px;
  border-radius: 25px;
  padding: 8px 15px;
  background-color: #fca930;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*
---------------------------------------------
Kontakt
---------------------------------------------
*/

#karriere {
  background-color: #fff;
  background-size: cover;
  padding: 120px 0px 50px 0px;
}

#karriere .section-heading h2{
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#karriere .box{
  background-color: #f5f5f5;
  padding: 25px;
  border-radius: 10px;
  height: auto;
  margin-bottom: 30px;
  overflow: auto;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2); 
  border-width: 2px;
  border-style: solid;
  border-color: #fca930;
}

#karriere .box h3{
  text-align: center;
  font-size: 27px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;

}

#karriere .box h4{
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}


#karriere .box p{
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  margin-bottom: 5px;
  font-family:'Raleway', sans-serif;
}

/*
---------------------------------------------
Kontakt
---------------------------------------------
*/

#kontakt {
  background-color: #fff;
  background-size: cover;
  padding: 120px 0px 50px 0px;
}

#kontakt .section-heading h2{
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#kontakt .box {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  height: auto;
  min-height: 100px;
  margin-bottom: 30px;
  overflow: auto;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#kontakt h3{
  text-align: left;
  font-size: 25px;
  line-height: 45px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}

#kontakt .box .box-left{
  float: left;
  margin-right: 10px;
}

#kontakt .box .box-right{
  text-align: left;
}

#kontakt h4{
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #fca930;
  font-family:'Raleway', sans-serif;
  font-weight: 450;
  margin-right: 10px;
}

#kontakt p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#kontakt .box .button-place-app{
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 45px;
}

#kontakt #map{
  position:relative; 
  overflow:hidden; 
  width: 100%; 
  height: 600px;
  border-radius: 10px;
  overflow: auto;
  margin-bottom: 30px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#kontakt .notfall-box{
  background-color: #f5f5f5;
  padding: 25px;
  border-radius: 10px;
  height: auto;
  /*min-height: 270px;*/
  margin-bottom: 30px;
  overflow: auto;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2); 
  border-width: 5px;
  border-style: solid;
  border-color: red;
}

#kontakt .bereitschaft-box{
  background-color: #f5f5f5;
  padding: 25px;
  border-radius: 10px;
  height: auto;
  /*min-height: 270px;*/
  margin-bottom: 30px;
  overflow: auto;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2); 
  border-width: 5px;
  border-style: solid;
  border-color: #fca930;
}

/*
---------------------------------------------
Impressum
---------------------------------------------
*/

#impressum {
  text-align: center;
  background-color: #fff;
  background-size: cover;
  padding: 120px 0px 50px 0px;
}

#impressum .section-heading h2{
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
}

#impressum .box {
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: auto;
  min-height: 500px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  padding: 40px 25px;
}

#impressum .box h3{
  text-align: left;
  font-size: 27px;
  line-height: 45px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 30px;
}

#impressum .box h3:before{
  background-image: url("../images/logo-bub.png");
  /*background-size: 25px 37px; 
  width: 25px; 
  height: 37px;  bei logo-bub-weihnachten.png */
  background-size: 20px 30px;
  width: 20px; 
  height: 30px;
  display: inline-block;
  content:"";
  margin-right: 12px;
}

#impressum p {
  text-align: left;
  font-size: 17px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  margin-left: 30px;
}

/*
---------------------------------------------
Lebenslauf
---------------------------------------------
*/

#lebenslauf .box {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 200px 0px 50px 0px;
  overflow: auto;
  min-height: 100px;
  width: 100%;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#lebenslauf .box .box-left{
  width: 100%;
  height: auto;
  float: left;
}

#lebenslauf .box .box-right{
  width: 100%;
  height: auto;
  float:right;
  padding: 30px 20px 20px 30px;
}

#lebenslauf .box .underbox{
  width:100%;
  margin: 5px 0px;
}

#lebenslauf .box h3{
  text-align: left;
  font-size: 30px;
  line-height: 35px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

#lebenslauf .box h4{
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  color: #fca930;
  font-family:'Raleway', sans-serif;
  font-weight: 450;
  margin: 15px 15px 10px 0;
}

#lebenslauf .box p {
  text-align: left;
  font-size: 17px;
  line-height: 30px;
  color: #404040;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}