* {
    font-family: Arial, sans-serif !important;
    text-transform: none !important;
}

.header {
    width:100%;
}
.bumper {
    height:10px !important;
    background-color: #8da8c6;
    font-size:1px;
    line-height:2px;
    /*
    -webkit-box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.43);
    box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.43);
    */
}

.logo img {
    max-width:400px;
    max-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .logo img {
        margin-top: 0px;
        margin-bottom: 0px;
        height:8vw;
    }
    nav .site-nav-list {
        left: 0;
        top: 16vw !important;
    }
    .m-login .login-mask + .button-container {
        padding-top: 25px !important;
    }
}

.o-footer {
    text-align:center;
}

.o-footer > ul  {
    list-style: none;
    padding-bottom:46px;
    text-align:center;
    display:block;
    margin:0 auto;
    width:100%;
    max-width: 600px;
}

.o-footer > ul li {
    float:left;
    padding-top:3px !important;
    width:33%;
    text-align:center;
}


@media (max-width: 767px) {
    .o-footer > ul li {
        padding-top:3px !important;
        margin-bottom:5px;
        margin-right:0px;
        display:block;
        float:none;
        width:100%;
    }

    .o-footer > ul  {
        padding-bottom:0px;
    }
}
.icon-background {
    text-align: center;
}
.product-icon {
    max-width:60%;
    height:auto;
    margin:0 auto;
}

.a-headline {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    text-align: left !important;
}

.a-input-green,
.o-contact-site .m-formular input,
.o-contact-site .m-formular textarea,
.a-select__content-wrapper {
    background-color: rgba(141, 168, 198, 0.9) !important;
}
.a-select__content-wrapper::after {
    background-image: url("/svg-icons/icon-select-arrow-blue.svg") !important;
}
input[type="checkbox"].a-checkbox-green + label:hover::before,
input[type="radio"].a-checkbox-green + label:hover::before,
input[type="checkbox"].a-checkbox-green + label::before,
input[type="radio"].a-checkbox-green + label::before  {
    background-color: rgba(141, 168, 198, 0.9) !important;
}


.o-contact .hotline {
    width: 40% !important;
}


div.filter {
    border:1px solid #ccc;
    border-radius:5px;
    padding:5px;
}

.not_your_survey {
 /*   opacity:0.8; */
}
.not_your_survey .tile-content{
    background-color:#102D47 !important;
}
.not_your_survey .project-footer .footer-inner {
    background-color: #304E69 !important;
}

.o-page-section {
    padding: 10px 90px 10px !important;
}

.one_stimuli {
    width:30%;
    height:250px;
    float:left;
    display:inline-block;
    text-align:center;
    border:0px solid red;
    margin-bottom:15px;
    margin-right:15px;
}
.one_stimuli img {
    max-height: 230px;
    max-width: 100%;
    width:auto;
}

.datenschutz .text-medium {
    font-weight:bold;
}
.datenschutz a {
    color:#000000;
}