body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    overflow-y: auto;
    overflow-x: hidden !important;
/*    margin-top: 60px;  padding for fixed navbar */
    color: #91929c;
    background-color: #fff;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  /* is width and height divided by two */
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #5DBFC0; /* Wiff-Blau */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* loader ende*/


a {
    color: #59afb0;
    text-decoration: none;
}

a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

.btn {
    font-weight: 400;
    line-height: 1.25;
    padding: .5rem 1rem;
    font-size: 1rem;
    border: 0;
    border-radius: 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #59afb0;
    border-color: #59afb0;
}

.btn-primary {
    color: #fff;
    background-color: #5dbfc0;
    border-color: #5dbfc0;
}
 


.notdienst {
    padding: 0.3rem;
    margin-top: 13px !important;
    border: 0 !important;
} 


nav-item .notdienst:hover {
    text-decoration: none !important;
}  

h1 {
color: #000;
}


h2, h3, h4, h5 {
color: #6b6b6b;
font-weight: 400;
}

h6 {
color: #000;
}

p,td {

font-weight: 300;
}

.text-wiff {
color: #5dbfc0;
}

.wiff-blau {
margin-left: 40%;
margin-right: 40%;
width: 20%;
color: #5dbfc0; 
background-color: #5dbfc0; 
height:3px;
border:0px solid #5dbfc0;
}

.picto {
max-width: 70px;
padding-bottom: 10px;
}

.cid {
color: #000;
}
/* ----- Listensymbol check ----- */

ul.check { list-style-type:none;}
ul.check li:before { 
font-family: 'FontAwesome';
content: '\f00c';
margin:0 5px 0 -15px;
}

/* ----- Adresse Top ----- */

@media (max-width: 768px) {
.hidden-xs{
display: none !important;
}
}


@media (max-width: 768px) {
.logo{
max-width: 80%;
}
}



.top-adresse {
z-index: 1;
top: 0;
height: 20px;
background-color: #fff;
}

.top-adresse p {
padding: 3px;
font-weight: 300;
}

/* ----- Adresse Top Ende ----- */


.bg-cid {
background-color: #0078ff;
}

.bg-caption {
z-index: 1;
}

.bildhd {
margin-top: 50px;
    border: 0 none;
    text-align: center;
    width: 100%;
}

/* carousel */

.abstand-slider {
margin: 0px !important;
padding-top: 0px;
padding-left: 0px !important;
padding-right: 0px !important;
}
.abstand {
  margin-left: -15px;
  margin-right: -15px;
}

.caption-linie {
text-align: center;
height: 3px;
width: auto;
background-color: #5dbfc0;
margin-left: 30%;
margin-right: 30%;
margin-top: 5%;
margin-bottom: 5%;
}

.carousel-caption {
    font-family: 'Satisfy', cursive;
    font-weight: 400;
    bottom: 2%;
    color: #fff;
    left:24%;
    right: 24%;
    background: rgba(255, 255, 255, 0.6);
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: center;
}

.carousel-caption h1{
    color: #000;
    font-size: 1.3rem;        
}
.carousel-caption h2{
    color: #000;
    font-size: 1.0rem;
    margin-top: 10px;
}

@media (min-width: 768px) {
.carousel-caption {
     left:35%;
    right: 35%;
    bottom: 8%;
}

.carousel-caption h1{
    font-size: 1.6rem;
}
.carousel-caption h2 {
    font-size: 1.1rem;
}
}

@media (min-width: 992px) {
.carousel-caption {
     left:35%;
    right: 35%;
    bottom: 4%;
}

.carousel-caption h1{
    font-size: 2.1rem;
}
.carousel-caption h2 {
    font-size: 1.4rem;
}
}

@media (min-width: 1200px) {
.carousel-caption {
     left:35%;
    right: 35%;
    bottom: 10%;
}

.carousel-caption h1{
    font-size: 2.3rem;
}
.carousel-caption h2 {
    font-size: 1.5rem;
}
}

@media (max-width: 768px) {
.carousel-caption {
    top: 60%;
     left:32%;
    right: 32%;
    bottom: 3%;
}
.carousel-caption h1{
    font-size: 0.7rem;
}
.carousel-caption h2 {
    font-size: 0.5rem;
    margin-top: -25px;
}
.caption-linie {
    height: 2px;
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 1%;
    margin-bottom: 3%;
}
}

/* End carousel */


/* ------------ Icon Spalten ----------*/

 /* The animation code */
@keyframes drehen {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.drehen:hover {
  animation-name: drehen;
}

.media {
  padding-top: 40px;
}

.media-body {
  padding-left: 15px;
}
.media a:hover, .media a:focus
{
  text-decoration: none;
  outline: none;
}
.media .media-left .icon 
{
  display: block;
  width: 60px;
  height: 60px;
  padding: 13px 2px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.media .media-left .icon::before
{
  font-size: 34px;
}

/* -------- Bilder zoom --------- */  

.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(1.05);    
-moz-transform: scale(1.05);  
-webkit-transform: scale(1.05);  
-o-transform: scale(1.05);  
transform: scale(1.05);    
position:relative;      
z-index:100;  
}

/**TIP: Easy escape for touch screens,
give gallery's parent container a cursor: pointer.**/
.DivName {cursor: pointer}

/* -------- Lightbox --------- */

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index:1032;
}



/* -------- Parallax --------- */



.parallax-section {
	background-attachment: fixed!important;
  margin-left: -15px;
  margin-right: -15px;
}

.parallax-philosophie {
    background: rgba(0, 0, 0, 0) url("../images/parallax-philosophie.jpg") no-repeat scroll center center / cover ;
}

.parallax-team {
    background: rgba(0, 0, 0, 0) url("../images/parallax-team.jpg") no-repeat scroll center center / cover ;
}

.parallax-kontakt {
    background: rgba(0, 0, 0, 0) url("../images/parallax-kontakt.jpg") no-repeat scroll center center / cover ;
}

.parallax-sec {    
    color: #fff;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.parallax-sec::before {
    background: rgba(153, 153, 153, 0.3) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallax-sec h2 {
    font-family: 'Satisfy', cursive;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.2rem;
    margin-top: 25%;
}
.parallax-sec h2 small {
    display: block;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 15px;
    padding-left: 10px;
}
.parallax-sec p {
    font-size: 16px;
}
/* Unsere Philosophie*/

.bg-philosophie { 
background-color: #5dbfc0;
}

.wiff-weiss {
margin-left: 40%;
margin-right: 40%;
width: 20%;
color: #5dbfc0; 
background-color: #fff; 
height:3px;
border:0px solid #fff;
}

.bg-philosophie h3 {
color: #000;
}

.bg-philosophie p {
color: #fff;
text-align: left; 
}

/* Unsere Philosophie Zahlen*/

.zahlen {
text-align: center; 
}

.zahlen h1{
color: #fff;
font-size: 3.2rem; 
font-weight: 300;
margin-bottom: 1px;
}

.zahlen p {
color:#000;
font-size: 0.8rem;
text-align: center;  
}

/* Unsere Philosophie Zahlen ende*/

/* Unsere Team */


.card {
border: 0;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
margin: auto;
}

.card-row4-bild{
max-width: 210px;
}

.card-block h4{
white-space: nowrap;
color:#000;
font-size: 1.0rem;
margin-bottom: 1px;
}

.card-mitte {
height: 100%;
padding: 0.65rem;
}

.card-mitte h5{
color:#000;
font-size: 1.6rem;
padding-top: 1.1rem;
}

.card-mitte p{
color:#91929c;
font-size: 0.8rem;
line-height: 1.4rem;
}

.card-block p{
white-space: nowrap;
font-size: 0.8rem;
margin-bottom: 1px;
}

.ih-item.square.effect6.from_left_and_right .info p {
  color: #fff;
  font-style: normal;
}

@media (min-width: 1200px) {
.card-row4-bild{
max-width: 253px;
}
.card-mitte {
height: 100%;
}
.card-mitte p {
font-size: 1.0rem;
line-height: 2.3rem;
padding-top: 10px;
}
.ih-item.square.effect6.from_left_and_right .info p {
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 4px;
  line-height: 1.6em;
}
}



@media (max-width: 992px) {
.card-row4-bild{
max-width: 153px;
}
.card-block h4{
font-size: 0.75rem;
}
.card-block p{
font-size: 0.6rem;
}

.card-mitte {
height: 100%;
}
.card-mitte h5{
font-size: 0.85rem;
}
.card-mitte p{
font-size: 0.6rem;
}

.ih-item.square.effect6.from_left_and_right .info p {
  font-size: 0.8rem;
  padding-top: 6px;
  padding-bottom: 4px;
  line-height: 1.0em;
}

}

@media (max-width: 768px) {
.card-row4-bild {
max-width: 100%;
margin-bottom: 20px;
}
.card {
margin-bottom: 40px;
}
.card-block h4{
font-size: 1.45rem;
}
.card-block p{
font-size: 1.3rem;
}
.card-mitte {
height: 370px;
}
.card-mitte h5{
font-size: 1.65rem;
}
.card-mitte p{
font-size: 0.9rem;
}
.ih-item.square.effect6.from_left_and_right .info p {
  font-size: 1.2rem;
  line-height: 1.3em;
}

}
/* Kontakt*/
.oeffnungszeiten td {
line-height: 1.8;
}

@media (max-width: 768px) {
td, th {
font-size: 0.65rem;
}
}

address {
line-height: 1.8;
}
/* Kontaktformular*/

.form-control {
margin-bottom: 1px;
}

.form-group {
margin-bottom: 18px;
}

.form-control:focus {
border-color: #5dbfc0;
}

.input-group {
margin-bottom: 1px;
}

.input-group-addon {
width: 50px;
padding: .5rem .65rem;
}

.form-control::placeholder {
    color: #808080 !important;
    font-size: 0.8rem;
    opacity: 0.3;
}

.button-submit {
font-size: 16px;
font-weight: 600;
padding-left: 40px;
padding-right: 40px;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #5DBFC0;
    border-color: #5DBFC0;
}

.star  {
font-size: 1.5rem;
font-weight: 700;
}

.help-block  {
color: #C7254E;
font-size: 0.8rem;
}



.infotext {
color: #000;
font-weight: 500;
}

/* für doe google-maps-Karte auf der Anfahrtseite*/
.abstand-karte { 
margin-left: -1px;
margin-right: -15px;
}

.map-kontakt  { 
color: #fff;
font-size: 1.2rem;
padding:10px 1px;

}

#map { 
height: 300px;
width: auto;
padding-right: 0px !important; 
margin-left: -15px;
margin-right: 0px;
}



/* ------ Footer ------  */


.footer-bs {
  background-color: #3c3d41;
	padding: 2px 2px;
	color: rgba(255,255,255,1.00);
    margin-left: -15px;
  margin-right: -15px;
}
.footer-bs { padding:10px 25px; }


.footer-bs .footer-nav a { 
color:#fff;
font-size: 0.8rem;
padding-right: 10px; }
.footer-bs .footer-nav a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
