@media (max-width: 749px) {

.top {min-height: 260px;}
	
#slideshow { display: block !important; }
	
	 .CONTENTSLIDE img {
    max-width: unset !important;
    width: 150%;
    margin-left: -25%;
  }
	
.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: 200px !important;
    top: 30px !important;
    right: 20%;
    height: auto !important;
    }
    
.small {
	width: 30% !important;
    top: 0px !important;
    right: 35% !important;
	background-color: #333;
	padding: 10px !important;
    }
 
    
.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: 50px 5% !important; 
	display: block !important;
	margin: 0 !important;
    }
  
.bottom {
	height: auto !important; 
	background-position: center;
	padding-top: 10px;
	}
	
	svg#fish {z-index: 150 !important;}

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

.nav-toggle { background: #333333 url("/statimages/hamburger.gif") no-repeat scroll center center; }
	
	/*
  
.flyout .nav ul li a { color: #cdcdcd !important; }
.flyout .nav ul ul li a { color: #cdcdcd !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: #cdcdcd !important;
    }
  
.flyout .nav > ul {
    padding-left: 15px !important;
    padding-top: 15px !important;
    }  
	
	*/
	
	.nav .nested1 .showsub {
		display: none!important;
	}
	.flyout .nav ul li a { color: #fff !important; text-align: center !important;}
	
.flyout .nav ul ul li a { color: #cdcdcd !important; font-size: 20px !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: #333 !important;
    }
	
	.flyout .nav > ul > li > a, .flyout .nav > ul > li > a, .flyout .nav > ul li ul > li > a, .flyout .nav > ul li ul > li > a {
		background-color: #333 !important;
	}
  
.flyout .nav > ul {
    *padding-left: 15px !important;
    padding-top: 2vh !important;
height: 100vh;
background-color: #333333 !important;
    }  
	
	.flyout .nav > ul > li {
		padding: 5vh 0 1vh 0px !important;
	}
	
	.nav ul {
		float: none !important;
		overflow: unset;
	}
	.nav.opened li a {
		font-size: 24px !important;
	}
	


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

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

}
    

  .menudrumrum {
 height: 600px;
  overflow: hidden;
  font-family: "Playfair Display", cursive;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120vw;
  margin-left: -20vw;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-800px * 6));
  }
}
.menu {
  overflow: hidden;
	cursor:grab;
   /* cursor: url('upmedia/dragging-cursor.cur'), grab; */
  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 80s linear infinite;
}
.menu--item {
  counter-increment: count;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  padding: 0 1.4vw;
  overflow: hidden;
}
@media (max-width: 767px) {
 
  .menudrumrum {
  height: 400px;
    width: 100%;
  margin-left: 0px;
  }
   .menu--item {
    width: 80vw;
    height: 100%;
      margin: 0 2%;
  }
  .menu--wrapper {
  animation: scroll 80s linear infinite;
  }
  @keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-600px * 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;
}    
    
/* -------------------- Tablet CSS ------------------------------------------------------------- */


@media (max-width: 950px) { 
		.inner {width: 100%; min-width: unset;}
}
@media (min-width: 749px) and (max-width: 960px) { 
	
	
	.large {
		width: 200px !important;
  margin-left: -13% !important;}
	.small {}
	
	
}




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


@media (min-width: 749px) { 
	
	
	
}




 /* -------------------- Nav Toggle Desktop ------------------------------------------------------------- */


@media (min-width: 749px) { 
	
/*-
	.nav.opened .nav-toggle{
		filter: grayscale(1) brightness(200);
		-webkit-filter:grayscale(1) brightness(200);
	} --*/
	
	/*--------Navi Desktop ausgeblendet-------*/

.nav {
		position: fixed !important;
		max-height: auto !important;
		width: 100vw !important;
		height: 100vh !important;
		background-color: #333333e3 !important;

	}
	
	.nav.closed {
		display: none !important;
		
	
	}

	.nav.opened {
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		padding: 0 !important;
		border: 0 !important;
	}

	.nav.opened {
		max-height: 9999px;
	}

	.nav.disable-pointer-events {
		pointer-events: none !important;
	}

	.nav .alt a {
		background: #555;
	}

	.nav-collapse.opened {
			max-height: 9999px;

	}



.nav.opened {
	-webkit-animation: fadein 1s ease; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s ease; /* Firefox < 16 */
    -ms-animation: fadein 1s ease; /* Internet Explorer */
    -o-animation: fadein 1s ease; /* Opera < 12.1 */
    animation: fadein 1s ease;
    }
	
	
	.nav ul  {
		border: none !important;
		opacity: 1 !important;
	}

/*
	.nav li:hover > ul {
		display: block !important;
	}

*/


	.nav-toggle {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		
		float: left;
		line-height: 43px;
		font-weight: normal;
		text-decoration: none !important;
		color: #fff !important;
		text-indent: 45px;
		font-size: 16px;
		outline: none !important;
		    background: url("/statimages/hamburger.gif") no-repeat scroll center center;
    background-size: auto auto;
width: 40px;
z-index: 5000;
position: fixed;
left: 5%;
height: 40px;
/*background-size: 100% 200%;*/
text-shadow: 1px 1px 3px #000000;
		
position: fixed !important;
top: 0px;
	}
}


.nav .nested1 .showsub {
  height: 40px;
  width: 40px;
  background-image: url('/upmedia/downarrow.svg');
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -35px;
  display: block;
  margin-bottom: -40px;
  float: right;
	left: 35%;
}

.showsub {transform: rotate(0deg);transition: 1s ease;}
.turnaround {transform: rotate(180deg) !important;transition: 1s ease;}
