
/* Slider Startseite */
.outer_slideshow{box-shadow:0 0 2em rgba(252, 202, 69, 0.6);}
.slideshow{margin:0;width:100%;position:relative;background-color:#fff;background-color: rgba(255,255,255,.8);}
.slideshow img,.slideshow svg.noImg{display:block;height:auto;width:auto;max-height:100%;max-width:100%;}

.slideshow svg.noImg text{fill:rgb(235,210,144);font-family:'Lobster';font-size:280px;}
.slide_text_content{line-height:1.3;display:inline-block;}
.slide{display:none;position:absolute;width:100%;}
.slide:first-child{display:block;}
.slide_date{font-style:italic;font-weight:600;}
.slide_text_content h3{font-size:1.2em;font-weight:600;margin:.5em 0 0 0;text-transform:none;letter-spacing:0;}
.slide_text_content h2{font-size:1.6em;font-weight:400;margin:0;}


.slide_text_content p{margin:1em 0 0 0;display:inline-block;}
.slide_button{text-decoration:none;background-color:rgb(170,0,0);color:rgb(255,255,255);font-weight:600;display:inline-block;padding:.2em 1em;}



.placeholder svg{height:auto;display:block;visibility:hidden;max-width:100%;}

#slider_nav{text-align:center;background-color:rgb(3,109,113);}
#slider_nav div{transition: background-color 1s;display:inline-block;height:.7em;width:.7em;background-color:rgb(255,243,204);margin:0 .6em;cursor:pointer;border:1px solid rgb(255,243,204);}
#slider_nav div.current{background-color:rgb(170,0,0);}

article{margin-top:3em;}
.slide_img img,.slideshow svg.noImg{border:1em solid transparent;}

@media(min-width:380px){
	.slideshow{margin:1em 0 0 0;}
}

@media(orientation:landscape){
	.placeholder{padding:1em 1.25em;width:50%;}
	.slide > div{display:block;width:50%;}
	.slide:nth-child(odd) > .slide_text,.slide:nth-child(even) > .slide_img{float:right;padding:0 0 0 .5em;}
	.slide:nth-child(even) > .slide_text,.slide:nth-child(odd) > .slide_img{float:left;padding:0 .5em 0 0;}
	.slide_text{padding:0 .5em;}
	.slide_text:before{content:'';width:1px;height:100%;display:inline-block;vertical-align:middle;}
	.slide_text_content{max-width:90%;vertical-align:middle;}
	.slide:nth-child(even) .slide_text{text-align:right;}
	.slide:nth-child(odd) .slide_text{text-align:left;}
	
}

@media(orientation:portrait){
	.outer_slideshow{height:500px;max-width:480px;position:relative;}
	.placeholder{padding:1em;}
	.slideshow{margin-left:auto;margin-right:auto;height:100%;padding-bottom:1.5em;}
	.slide{height:100%;}
	.slide_img{height:65%;}
	.slide_img img,.slideshow svg.noImg{margin:auto;}
	.slide_text{font-size:.8em;}
	.slide_text_content{z-index:10;text-align:center;padding:.5em 1em;width:100%;}
	#slider_nav{margin-top:-1.5em;z-index:200;position:relative;}
	
	@media(min-width:480px){
		.slide_text{font-size:.9em;}
		.outer_slideshow{height:550px;}
	}
	@media(min-width:540px){
		.slide_text{font-size:1em;}
		.outer_slideshow{height:620px;}
	}
}

@media(min-width:780px){
	
	h2:first-child{margin-top:.2em;}
	article h3:first-child{margin-top: .8em;}
	.row{margin:0 -.5em;}
	.w50{width:50%;}
	.flleft{float:left;padding:.5em;}
	.flright{float:right;padding:.5em;}
}


