
@media only screen and (max-width:414px) {

html, body {
	font-size: 90%;
	line-height:140%;
}

.bg_overlay			{ background: rgba(145,193,25,1); }
.bg_overlay_dark	{ background: rgba(0,0,0,1); }

.s_hidden{
	display:none !important;
}

.s_stretch{
	width:100%;
	margin-right: 0;
}
.s_stretch25{
	width:25%;
	margin-right: 0;
}
.s_stretch50{
	width:50%;
	margin-right: 0;
}
.s_height30			{ height: 30%; }
.s_height40			{ height: 40%; }
.s_width50			{ width: 50%; }

.flexwrap .flexdiv	{ width:100%; margin-right: 0; }

/* Typo */
h1				{ font-size: 190%; }
h2				{ font-size: 160%; font-weight: 500; }
h3				{ font-size: 140%; }
h4				{ font-size: 110%; }
h5				{ font-size: 100%; }
h6				{ font-size: 100%; font-weight: 500; }
.fs_title		{ font-size: 140%; }
.imprint_text	{ font-size: 80%; line-height: 140%; }

.paragraph		{ margin-bottom: 1.5em; }
.s_margin_bottom { margin-bottom: 3em; }
.overlay_close, .overlay_name		{ font-size: 130%; }

.alert h2		{ font-size: 110%; }
.alert h4		{ font-size: 90%; }

/* Header */

.navspace{
	padding-top: 1.4%;
}
.spacer_big			{ height: 3em; }
.spacer_small		{ height: 1em; }
.header{
	padding: 35px 0 0 0;
}

.head{
	/*min-height: 200px;*/
}

.head .button span{
	font-size: 40%;
}

/* Title */

.title_font{
	font-size: 290%;
}

/* Content */

.kampagne .img_overlay{
	padding: .5em 1em;
}

.redlist{
	margin: 0 0;
}

.redlist_typo{
	position: absolute;
	bottom:2em;
	padding: 1.5em 0 0 1em;
	width:90%;
}
.redlist_typo .headline{
	font-size: 1.2em;
}
.redlist_typo p{
	font-size: .6em;
	display: none;
}
.redlist_badge{
	position: absolute;
	right:1em;
	width:100%;
	text-align: right;
	padding: .6em 0 0 0;
}
.redlist_badge img{
	width: 40px;
}
.redlist_badge .headline{
	font-size: .6em;
	font-weight: 500;
	display: none;
}
.redlist_badge p{
	font-size: .8em;
	margin-right: 50px;
}

.introflex{
	width: 100%;
	height:100%;
	font-size: 250%;
}

.teambox		{ padding: 0; }

.flexoverlay{
	display: flex;
	align-items: flex-start;
	height: 100%;
	justify-content: center;
}
.flexoverlay_inner{
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
}
/*
.unterstuetzer .flexwrap .flexdiv { width:49.3%; }
.unterstuetzer .flexwrap .flexdiv:nth-child(2), .unterstuetzer .flexwrap .flexdiv:nth-child(4), .flexwrap .flexdiv:last-child{
	margin-right: 0;
}
*/
.kampagne .flexwrap .flexdiv { width:49.3%; }
.kampagne .flexwrap .flexdiv:nth-child(2), .kampagne .flexwrap .flexdiv:nth-child(4), .flexwrap .flexdiv:last-child{
	margin-right: 0;
}



.history_back		{ position: relative; width: 10px; top:6px; left:0; float: left; margin-right: 10px;}
.dropshadow{
	box-shadow: 0px 0px 8px #ddd;
}
.slidewrapper div img{
	box-shadow: 0px 0px 8px #ddd;
}
.imprint_logo{
	width:40%;
}
.logo_teaser{
	width:40% !important;
	margin-top: 20px;
}

.footer_text{
	font-size: 95%;
}
.footer_text p{
	width: 100%;
}

.navigation_mobile{
	position: fixed;
	top:35px;
	width: 100%;
	text-align: right;
	z-index: 999;
}
.navigation_language, .navigation_language a{
	font-size: 1.2em;
	margin-right: 20px;
	color:white;
}
.navigation_icon{
	font-size: 200%;
	opacity: 1;
	display:inline-block;
}
.navigation_icon:hover{
	cursor: pointer;
}


.navigation_overlay{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.overlay_content{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	overflow: scroll;
}
.navigation_overlay li{
	font-size: 130%;
	text-transform: uppercase;
	letter-spacing: 1px;
	list-style: none;
	padding:3% 0;
	z-index: 200;
}
.navigation_overlay li a,.navigation_overlay li a:visited{
	color: white;
}
.navigation_overlay .overlay_footer{
	position: absolute;
	width:100%;
	bottom:3em;
}

/* Cookies */

.sofa_cookies{
	width:100%;
	text-align: center;
	position: fixed;
	bottom: 0;
	right:0;
	font-family: "museo-sans", sans-serif;
	font-size: 75%;
	padding: 15px 10px;
	background: black;
}

/* Icons */

.navi_overlay_icon{
	height: 44px;
	display: inline-block;
	margin-top: 30px;
	margin-right: 0px;
}
.navi_overlay_icon:last-child{
	margin-right: 0;
}
.navi_overlay_icon svg{
	height:100%;
	fill:white;
}

/* Buttons */

.button{
	font-size: 95%;
	line-height: 150%;
}

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

.divider{
	border-bottom: #ddd dashed 1px;
}


/* --------- Footer Columns --------- */




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

}