@media (max-width: 749px) {

.checkbox-label {
  display: block;
  padding: 8px 8px;
}


.top {min-height: 260px;}
	
#slideshow { display: block !important; height: 260px !important;}
	.CONTENTSLIDE {height: 260px !important;}
	.CONTENTSLIDE img { max-width: unset !important; }
	
	.Logo {display: block !important;}
	
.outer {
	position: relative !important;
	padding-top: 20px;
}
    
#banner-fade{    
	margin-bottom: 13vh !important;
	margin-top: 0 !important;
	height: 80vh !important;
}
    
#banner-fade img { height: 100% !important; }

.bjqs h2 { font-size: 13px !important; }
    
.caption-inner {
	width: 140px !important;
	margin-left: -48px !important;
	padding: 20px 20px 20px 60px !important;	    
    }
    
.caption-over {
     width: 60% !important;
     right: 15% !important;
     }

.logo-responsive {
	left: unset !important;
	margin-left: 0 !important;
	display: block;
    }   
    
.top .logo-responsive img {
	display: block !important;
    }  
    
.large {
	width: 50% !important;
    top: 100px !important;
    right: 25%;
    height: auto !important;
    }
    
.small {
	width: 30% !important;
    top: 0px !important;
    right: 34% !important;
	background-color: #000;
	padding: 5px !important;
    }
 
	
.phone {
	display: block !important;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    text-decoration: underline;
}

    
.footer-inner {
	width: 100%; 
	padding: 0 !important;
	text-align: center;
	min-height: 0 !important;
	margin: 0 !important;
    }
  
.footer-inner a img {
	width: 100%; 
    }
	
.footer-inner p img {
	width: 60%; 
	margin-bottom: 10px;
    }
  
.footer-outer {
	width: auto !important;
	padding: 10px 5% !important; 
	display: block !important;
	position: unset !important;
	margin: 0 !important;
    }
  
.bottom {
	height: auto !important; 
	padding-top: 10px;
	}

.flyout .nav {
    margin-top: -0 !important;
    z-index: 5000 !important;  
  }

.nav-toggle { background: #007aa6 url("/statimages/hamburger.gif") no-repeat scroll center center; }
  
.flyout .nav ul li a { color: #000 !important; }
.flyout .nav ul ul li a { color: #007aa6 !important; }
  
.flyout .nav > ul > li > a:hover, .flyout .nav > ul > li.act > a, .flyout .nav > ul li ul > li > a:hover, .flyout .nav > ul li ul > li.act > a {
	background-color: #5bc5f1 !important;
    }
  
.flyout .nav > ul {
    padding-left: 15px !important;
    padding-top: 15px !important;
    }  

h1 {font-size: 28px;} 
h2 {font-size: 25px;}
h3 {font-size: 22px;}
h4 {font-size: 22px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}

.sprachwahl { right: 10px; margin-right: auto; }

	
	tbody {font-size: 15px;}
	
	
}
    
    
    
/* -------------------- Tablet CSS ------------------------------------------------------------- */
@media (max-width: 950px) { 
	.inner {width: 100%; min-width: unset;}
}
@media (min-width: 749px) and (max-width: 950px) { 
	
	.footer-outer {width: 98%; margin: 0 auto;}
	.flyout .nav ul {width: 70%;}
	
	
}

@media (min-width: 749px) and (max-width: 1130px) { 
	 .flyout .nav ul {
   width: 96%;
    margin-left: -48%;
  }
	.flyout .nav a {font-size: 13px;padding: 0 5px;}
	.fixed-navi ul {
		width: 90% !important;
  margin-left: -40% !important;
	}
	.fixed-navi a {
    font-size: 12px !important;
	}
}
  
    
/* -------------------- Allgemeine CSS über Mobilbreite ------------------------------------------------------------- */


@media (min-width: 749px) { 

	

}


/* -------------------- Allgemeine CSS alle Bildschirmgroessen ------------------------------------------------------------- */






/* -------------------- Home arrow nach unten in Header ------------------------------------------------------------- */

  
  #arrow {width: 45px;}

  .pfeil {
  animation: float 2s ease-in-out infinite;
top: 95vh;
position: absolute;
margin: 0 auto;
display: block;
left: 48%;
     z-index: 2500;
  }
  

@keyframes float {
	0% {
      /* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
    /* box-shadow: 0 25px 10px 0px rgba(0,0,0,0.2); */
		transform: translatey(-20px);
	}
	100% {
    /*  box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}





/* -------------------- Draggable endless Bildslider galerie -------------------------------------




  .menudrumrum {
 height: 460px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121vw;
  margin-left: -21vw;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1800px * 2));
  }
}
.menu {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 90%;
}
.menu.is-dragging {
  cursor: grabbing;
}
.menu--wrapper {
  counter-reset: count;
  display: flex;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  animation: scroll 70s linear infinite;
}
.menu--item {
  counter-increment: count;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  padding: 0 0.4vw;
  overflow: hidden;
}
@media (max-width: 767px) {
 
  .menudrumrum {
  height: 400px;
    width: 100%;
  margin-left: 0px;
  }
   .menu--item {
    width: 20vw;
    height: 100%;
      margin: 0 2%;
  }
  .menu--wrapper {
  animation: scroll 80s linear infinite;
  }
  @keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-400px * 6));
  }
}
}
  
  
  
.menu--item figure {
  position: absolute;
  z-index: 1;
  display: block;
  user-select: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  transform-origin: center;
}
.menu--item figure img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  vertical-align: middle;
  transform-origin: center;
}




------------------------ */





