			
    @font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: local('Optima'), url('OPTIMA.woff') format('woff');
    }	
	   @font-face {
    font-family: 'Optima2';
    font-style: normal;
    font-weight: normal;
    src: local('Optima nova LT Pro Light'), url('OPTIMA2.woff') format('woff');
    }			
			
			
			body{margin: 0; font-size: 12pt;font-family: "Optima2",Candara,sans-serif;background-image: url(images/pattern1.png) }
			
			a{text-decoration:none;color:white;}
			header {background-color: #911730; text-align: center;background-image: url(images/back.jpg); background-size:cover;}
			
			
			
			nav {display:flex;flex-wrap: wrap;position: sticky;top:0;font-size:1.0em;z-index:9}
			nav a {
			   flex: 1 1 200px;
			  background-color:lightgrey;
			  text-align:center;
			  color:#222;
			  font-weight: bold;
			  letter-spacing:0.1em;
			  border-radius: 0 0 15px 15px;
			}
			
			@media (max-width:1255px){#menubreit a{border-radius: 0 0 0 0;}
								#menubreit a:nth-last-of-type(1){border-radius: 0 0 15px 15px;}
								.topnav a{border-bottom:1px solid #333;}
								.topnav a:nth-last-of-type(1){border-radius: 0 0 15px 15px;}}
			@media (max-width:404px){footer nav a:nth-of-type(1){border-radius: 15px;margin-bottom:1px;}}}
			nav a:hover{color:#911730; background-color: #eee}
			
			.menu p {padding:0 10px;}
			
			footer nav a{border-radius: 15px 15px 0 0;}
			h1{	font-size: 6em;letter-spacing:0.2em;
				color: white;/*text-shadow: 2px 2px 5px black;*/
				}
			
			h2 {font-size: clamp(1.4em,2vw,1.8em);letter-spacing:0.2em;padding: 10px;}	
			
			
			header h1{color:white;font-size: clamp(3em,6vw,6em);padding-top:4vw;padding-bottom: 0px; letter-spacing:0.3em;margin:0;}
			header h2{color:white;font-size: clamp(1em,1.8vw,1.8em);padding-top:10px;padding-bottom: 5vw;letter-spacing:0.5em;margin:0;}
			#logo{ width: 50%;
				max-width:1000px;}	
			
			main{margin-top: 10px;}
			
			main h1{font-size: 2em}
			
			.kategorie { 
						background-color: #911730;color: white;margin-top:40px;	border-radius: 15px 15px 0px 0px;
							}	
			.kategorie h2{margin:0 0 0 0;}	
							
			
			footer{padding:0px;}
			#inhaltsstoffe, #erklaerung{padding:20px;font-size: 1em}
			.inhaltsstoffe, .erklaerung {background-color: white;text-align: right; border-radius: 15px;}
			
			
			
#button_anfrage {
	width:200px;
	background: #eee;
	height: 50px;
	position: fixed;
	right:20px;
	top:100px;
	border-style: solid;
	border-width:2px;
	border-color:white;
	border-radius: 15px 15px 15px 15px;
	color:black;
	display:flex;
	justify-content: center;
	align-items: center;
}

#button_anfrage2 {display:none;}

#button_anfrage p{padding:0px;text-align:center}
.affix #button_anfrage {
	top:80px;
}
@media (max-width: 1050px){
	#button_anfrage {position:relative;top:0px;right:0px;z-index:-1;width:100%;font-size: 1.4em; display:none}
	#button_anfrage2 {display:block;}
	}
	
			/* Style the navigation menu */
.topnav {
  overflow: auto;
  
  position: absolute;
  top:0;left:0;
  display:none;
  width:100px;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  
}

/* Style navigation menu links */
.topnav a {
  
  border-radius: 0 0 0 0;
  text-decoration: none;
  font-size: 1.4em;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  
  left: 0;
  top: 0;
}



/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
  color: white;
  
}

.burger{padding: 14px 0px;width:100%; }

@media (max-width:1050px){
	.topnav {display:inline-block;}
	#menubreit {display:none;}
}
#myLinks nav {display:block;}
#myLinks nav a{padding:1px;}


/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 100%; min-width: 200px; max-width: 500px; margin: 10px auto; padding: 0; position: relative;
    ;

 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img , .cycle-slideshow div { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
	filter: opacity(50%);
}

/* in case script does not load */
.cycle-slideshow img:first-child, .cycle-slideshow div:first-child {
    position: static; z-index: 100;
}
.cycle-slideshow img {width: auto;
  height: auto;}
/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/





	@media (prefers-color-scheme: dark) {
				body {background-color: #111;background-image: url(images/pattern2.png)}
				/*header {background-image: url(images/back2.jpg)}
				.kategorie { background-color: #380913;color: white;}
				h1, header h1, header h2{color: #999}*/	
				nav a {background-color: #222; color: #eee}
				#button_anfrage {background: #444;color:#eee}
				.inhaltsstoffe, .erklaerung {background-color: #999;
			}