select#ctrl_12 {
    display: block;
    margin-left: 0;
    padding: 10px;
    margin-bottom: -2%;
    font-size:14px;
    font-weight: lighter !important;
    width:100%;
}
option {
    font-weight: lighter !important;
}
::selection {
    background: #37c5f3;
    color: #fff;
    opacity: 1;
}

/* Cookie Consent */
.cookie-consent-wrapper{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.cookie-overlay{
	width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 10001;
    position: absolute;
}
.cookie-consent{
	position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10002;
}
.cookie-consent-inner{
	position: relative;
    width: 500px;
    margin: 0 auto;
    background: #eee;
    padding: 20px 20px;
    margin-top: 100px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    max-width: 90%;
}
.mt-20px{margin-top:20px;}


@media only screen and (max-width: 324px){
	.cookie-consent-inner{margin-top: 35px;}
	
	
}
@media (min-width:0px) and (max-width: 900px){
	.cookie-consent-inner form input{font-size: 18px;}
	.cookie-consent-inner{width:90%;}
}
@media (min-width:480px) and (max-width: 900px){
	.cookie-consent-inner{margin-top: 15px;}
	.cookie-consent-inner form input{ display:inline-block; width:150px!important;}
}
.freier-slogan{
max-width:200px;max-height:200px;position: absolute;left: 0%;top: 0%;z-index: 1001;
}
@media (min-width:360px) and (max-width:950px){
		.row.ce_rowStart.row--flex.row--cards {
    flex-wrap: wrap !important;
    overflow-x: hidden !important;
}
.row--flex>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
}
.card {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.freier-slogan{
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    left: 45%;
    top: 2%;
    z-index: 1001;
}
}

.euf_overlay {
    position: fixed;
    left: unset;
    top: unset;
    bottom: -20px;
    right: 20px;
    width: 300px;
    height: 200px;
    background: rgba(0,0,0,0.0);
    z-index:99;
}
@media screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
.freier-slogan{
    max-width: 240px;
    max-height: 240px;
    position: absolute;
    left: 35%;
    top: -1%;
    z-index: 1001;
}
@media screen and (max-width: 740px){
.content_container .headline{
	font-size:1.3rem;
}
}}