/* Style Sheet */
/* Kalibrierung der wichtigsten Abstände */
/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v19-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v20-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}





/* Allgemeine Selektoren */
/*html, body { height: 101%}*/
html {
  scroll-behavior: smooth;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins';
  font-weight: 300;
  
}

a { outline: none; }
/* Styles für das Layout */


#banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: white;
  opacity: 0.9;
  position: fixed;
  top:0;
  left: 0;
  z-index: 1000;
}


#banner-blind {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: white;
  opacity: 0.9;
 
}

#banner-innen,
#banner-innen-blind {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-right: auto;
  margin-left: auto;

  overflow: hidden;
}

#logo,
#logo-blind {
  width: 30%;
  height: auto;
  float: left;
  overflow: hidden;
}

#logo img,
#logo-blind img {
  max-width: 100%;
  height: auto;
}




#titelname {
  width: 60%;
  height: auto;
  overflow: hidden;
float: left;
  padding-top: 6%;
}


#name,
#titel {
  width: auto;
  height: auto;
  /*padding-left: 15px;*/

  }

  #titel {
    float: left;
  }

  #name {
    float: right;
    padding-right: 20px;
  }

#name h2,
#titel h1 {
  font-family: 'Poppins';
  font-weight: 300;
  color: rgb(65,138,147);
  font-size: 2rem;
  line-height: 1.1;
 padding-bottom: 10px;
  margin: 0;
}

#aussen {
  width: 10%;
  height: auto;
  overflow: hidden;
  float: left;
  text-align: right;
padding-top: 5.5%;
  padding-right: 20px;
}

#aussen .button {
  color: rgb(65,138,147);
 
}

#aussen .button:hover {
  color: rgb(107,105,105);
}

#aussen .button rect {
  height: 3px;
}

/* Slider */

#mobil-slider {
  display: none;
}

.slider {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
   display:flex;
  align-items: flex-end;
  justify-content: center;
 
}

.slider img {
  max-width: 100%;
  height: auto;
  display: block;
}



.slider-aussen {
  position: absolute;
  margin-bottom: 8%;
  display: flex;
}

.slider-innen {
  width: auto;
  height: auto;
  padding: 10px 20px 10px 20px;
  background-color: rgb(65,138,147);
  opacity: 0.9;
  line-height: 1.3;
  margin: 5px;
}

.slider-innen-1 {
  width: auto;
  height: auto;
  padding: 10px 100px 10px 20px;
  background-color: rgb(65,138,147);
  opacity: 0.9;
  line-height: 1.3;
  margin: 5px;
}
.slider-innen h2,
.slider-innen-1 h2 {
  font-size: 2.25rem;
  color: white;
 margin-bottom: 0;
}

.slider-innen p,
.slider-innen-1 p {
  font-size: 1.3rem;
  color: white;
  margin: 0 0 10px 0;
}

span.bold {
  font-weight: 600;
}

.slider a {
  color: white;
  text-decoration: none;
}

.tabelle {
  color: white;
  font-size: 0.875rem;
}

.tabelle td.right {
  text-align: right;
}

/* content */

#content {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 40px 20px;
  overflow: hidden;
  line-height: 1.5;
}
#inhalt {
  width: 100%;
  height: auto;
  overflow: hidden;
  color: rgb(107,105,105);
  font-size: 1.45rem;
}

#inhalt p {
  margin-bottom: 10px;
  margin-top: 0;
}

#inhalt a {
  text-decoration: none;
  color: rgb(65,138,147);
}

#inhalt a:hover {
  color: rgb(107,105,105);
}

#inhalt h1, h2 {
   font-family: 'Poppins';
  font-size: 2.25rem;
margin-bottom: 15px;
  color: rgb(65,138,147);
  margin-top: 0;
}

#inhalt h3 {
   font-family: 'Poppins';
  font-size: 2.25rem;
margin-bottom: 15px;
  color: rgb(107,105,105);
  margin-top: 0;
}

#inhalt h2.start {
   font-family: 'Poppins';
   font-size: 2.25rem;
margin-bottom: 5px;
  color: rgb(65,138,147);
  margin-top: 0;
}
#inhalt p.gross {
  color: rgb(65,138,147);
  font-size: 1.8rem;
}


#inhalt .frank-aussen {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
}
#inhalt .frank {
  width: 50%;
  height: auto;
  overflow: hidden;
  padding-right: 20px;
 
  margin: 15px 0 15px 0;
}

#inhalt .frank a {
  color: rgb(65,138,147);
}

#inhalt .frank a:hover {
  color: rgb(107,105,105);
}
#inhalt .aktuell-aussen {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
}

#inhalt .aktuell {
  width: 50%;
  height: auto;
  overflow: hidden;
  padding-right: 80px;
}

#inhalt .aktuell table {
  width: 90%;
  height: auto;
}

/*#inhalt .aktuell td {
  padding-right: 60px;
}*/

#inhalt p.gruen {
  color: rgb(65,138,147);
}

#inhalt hr {
  border-top: 3px solid rgb(65,138,147);
}


/*#inhalt ul.leistung {
  padding-left: 1em;
 
}*/

#inhalt .leistung li,
#inhalt .leistung-1 li{
  list-style-type: square;
}

#inhalt .leistung li::marker,
#inhalt .leistung-1 li::marker {
  color: rgb(65,138,147);
  font-size: 2rem;
 
}

#inhalt .leistung li.kein::marker {
  color: white;
  padding-top: 10px;
}

ul.leistung-1 {
  padding-left: 0;
}

#inhalt .portrait-alles {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}



#inhalt p.gross-1 {
  color: rgb(65,138,147);
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 10px;
}

#inhalt .portrait {
  width: 50%;
  height: auto;
  overflow: hidden;
  border: 5px solid white;
  
}

#inhalt .portrait a:hover {
     -webkit-filter: sepia(0.3) hue-rotate(140deg);
    filter: sepia(0.3) hue-rotate(140deg);
}

#inhalt .portrait img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* lightbox */


/*.wf-mediabox-frame {
  width: 50% !important;
  height: auto;
}*/


.box-alles {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.box-bild {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
   display:flex;
  align-items: flex-end;
    justify-content: center;
}

.box-bild img {
  max-width: 100%;
  height: auto;
  display: block;
}

 .box-oben {
   width: 100%;
   height: auto;
  background: rgb(65,138,147);
  color: white;
  line-height: 1.5;
   font-size: 1.45rem;
   padding: 8px 20px 0px 20px;
   opacity: 0.9;
   position: absolute;
}

.box-oben p {
  margin-bottom: 5px;
}

.box-unten {
   width: 100%;
   height: auto;
  background: rgb(107,105,105);
  color: white;
  line-height: 1.5;
   font-size: 1.45rem;
  padding: 20px;
}

.wf-mediabox-container {
  padding: 0 !important;
  border-radius: 0 !important;
}

/*nav.wf-mediabox-nav {
  display: none !important;
}*/

#inhalt .links {
  width: 50%;
  height: auto;
  overflow: hidden;
  float:left;
  padding-right: 20px;
}

#inhalt .team {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

#inhalt .team-bild {
  width: 33%;
  height: auto;
  overflow: hidden;
  border: 5px solid white;
}

#inhalt .team-bild img {
  max-width: 100%;
  height: auto;
  display: block;
  
}

#inhalt .team-bild a:hover {
     -webkit-filter: sepia(0.3) hue-rotate(140deg);
    filter: sepia(0.3) hue-rotate(140deg);
}

#inhalt .praxis {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

#inhalt .praxis-bild {
  width: 25%;
  height: auto;
  overflow: hidden;
}

#inhalt .praxis-bild a:hover {
    filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

#inhalt .praxis-bild img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 5px solid white;
}

#wf-mediabox-modal-description {
  margin-left: 20px;
}

#inhalt p.rezept span {
  font-weight: 600;

}

/* Navigation */

#canvas ul {
  padding-left: 0;
  background: white;
  border-top: 2px solid white;
}

#canvas ul li {
  list-style-type: none;
  font-size: 1.8rem;
  
  color: white;
 
}



#canvas ul li a {
  text-decoration: none;
  background-color: rgb(65,138,147); 
  padding: 10px 20px 10px 100px;
  display: block; 
  margin-bottom: 5px;
}

#canvas ul li.item-113 a {
  margin-bottom: 0;
  border-bottom: 2px solid white;
}

.navbar-toggler-right {
  display: none;
}

/*.uk-offcanvas-bar {
  background: none;
  width: 600px;
  padding-top: 190px;
  padding-left: 0;
}*/

 .uk-offcanvas-bar {
   z-index: 2000;
    left: -500px;
    width: 500px;
    padding: 0;
   background: none;
  
   top: 180px;
  }

/* footer */

#footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: rgb(65,138,147);
}

#footer-innen {
  width: 100%;
  max-width: 1280px;
  height: auto;
    overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  color: white;
  font-size: 1.2rem;
  padding: 20px 20px 40px 20px;
  line-height: 1.5;
  
}

#footer-innen p {
  margin: 0;
}

#footer-innen a {
  color: white;
  text-decoration: none;
}

#footer-innen p.gross-footer {
  font-size: 1.8rem;
}

#footer-innen p.gross-footer-1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

#footer-innen .footer-left {
  width: 60%;
  height: auto;
  overflow: hidden;
  padding-right: 20px;
  float: left;
}

#footer-innen .footer-left td {
  padding-right: 20px;
}

#footer-innen .footer-right {
  width: 40%;
  height: auto;
  overflow: hidden;
  float: left;
  padding-top: 5px;
}

#footer-innen .footer-right p.bold {
  font-weight: 600;
}

#footer-innen .footer-right p.teck {
  padding-top: 13px;
}

/* formulare */

.convertforms .cf-input {
box-shadow: inset 5px 5px 10px -7px rgba(130,130,130,1) !important;
}


#downloads {
padding-top: 50px;
margin-top: -50px;
}

/*googlemaps */

#top-slider .googlemaps {
 
  /*padding-top: 180px; */
 
 overflow: hidden;
}

.btn {
  width: 250px;
  height: auto;
  display: block;
 margin: 0 auto;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
}
a.btn-primary {
  background: rgb(65,138,147) !important;
 color: white !important;
 text-align: center;
  text-decoration: none;
}

a.btn-secondary {
   background: rgb(65,138,147) !important;
 color: white !important;
 text-align: center;
  margin-top: 10px;
  text-decoration: none;
}


