@media (max-width: 749px) {

.top {min-height: 260px;}
	
#slideshow { /*display: block !important;*/ }
	
.outer {
	position: relative !important;
	margin-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 {
	display: block;
    }   
    
.top .logo-responsive img {
	display: block !important;
	height: 100%; width: auto !important;  
    }  
    
.large {
	height: 160px;
	margin-left: -30vw;
	top: 140px;
	padding: 0;
	overflow: hidden;
	width: 60vw;
    }
    
.small {
	height: 11.5vw;
	margin-left: 38.5vw;
	top: 0;
	padding: 0;
	overflow: hidden;
	width: 30vw;
	background-color: #ffffff;
    }
 
    
.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: auto;
	margin-bottom: 10px;
	float: none !important;
    }
  
.footer-outer {
	width: auto !important;
	padding: 10px 5% !important; 
	display: block !important;
	position: unset !important;
	margin: 0 !important;
    }
  
.bottom {
	height: auto !important; 
	background-color: #9d0d1c;
	background-position: center;
	background-image: none; 
	padding: 10px 0 20px 0 !important;
	}
	
	.bottom hr {
		width: 90%;
		}
		
		 .bottom h3 {
		width: 90%;
		padding: 0 5%;
		}

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

.nav-toggle { background: #9d0d1c url("/statimages/hamburger.gif") no-repeat scroll center center; }
  
.flyout .nav ul li a { color: #9d0d1c !important; }
.flyout .nav ul ul li a { color: #9d0d1c !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: #9d0d1c !important;
    }
  
.flyout .nav > ul {
    padding-left: 15px !important;
    padding-top: 15px !important;
    }  

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

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

.contentrahmen .covid { 
	width: 90% !important;
	padding: 5% !important;
	
}

}
    
    
    
/* -------------------- Allgemeine CSS ------------------------------------------------------------- */


@media (min-width: 749px) { 
	
	
	
	.small img {
	-webkit-filter: grayscale(100%) contrast(0) brightness(2);
	-moz-filter: grayscale(100%) contrast(0) brightness(2);
	-ms-filter: grayscale(100%) contrast(0) brightness(2);
	-o-filter: grayscale(100%) contrast(0) brightness(2);
	filter: grayscale(100%) contrast(0) brightness(2);
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */ 
    }
 
	
}






