* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat';
    padding-bottom: 40px;
}

section {
    display: block;
}

#logo-dunkel, #logo-hell {
    position: absolute;
    left: 5.2vw;
    top: 33px;
    z-index: 100;
}

menu {
    position: absolute;
    right: 5.2vw;
    top: 45px;
}

#logo-hell {
    display: none;
}

#top-img {
    width: 90vw;
    height: auto;
    background-size: cover;
    position: relative;
}

section:nth-of-type(1) {
    padding-top: 120px;
    padding-left: 5vw;
    padding-bottom: 50px;
    position: relative;
}

section:nth-of-type(2) {
    width: 60vw;
    margin-left: 20vw;
}

h1 {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 25px;
}

.pad-l {
    padding-left: 20px;
}

h2 {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 10px;
}

p {
    font-family: 'Open Sans';
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
}

ul {
    list-style-type: disc;
    margin-top: none !important;
    margin-left: 30px;
}

li {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #53A2Be;
    line-height: 26px;
}

b {
    font-weight: 400 !important;
    color: black;
}

c {
    color: #548799;
    font-weight: 500;
    border-bottom: 1.6px solid #548799;
}

.no-sp {
    padding-bottom: 15px !important;
}

h3 {
    font-weight: 500;
    font-size: 18px;
}

.partners img {
    height: 70px;
    display: block;
    margin-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.partners .big {
    height: 100px;
}

.partners .small {
    height: 55px;
}
.main-results {
    font-size: 0px;
    margin-bottom: 35px;
}

.top {
    width: calc(100% / 3);
    display: inline-block;
    margin: 0;
    position: relative;
}

.top span {
    font-weight: 600;
    font-size: 100px;
}

.top span:after {
    content: 'x';
    font-size: 30px;
}

.top label {
    font-size: 18px;
    position: absolute;
    bottom: -30px;
    left: 3px;
    width: 100%;
    height: 50px;
}

#iframe-yt {
    width: 60vw;
    height:calc(60vw / 560 * 315);
}
@media screen and (max-width:700px){
    #iframe-yt {
        width: 80vw;
        height:calc(80vw / 560 * 315);
    }
}

@media screen and (max-width: 960px) {
    .top {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    section:nth-of-type(2) {
        width: 80vw;
        margin-left: 10vw;
    }
}

@media screen and (max-width: 660px) {
    .partners img {
        height: 50px;
    }
    
    .partners .big {
        height: 80px;
    }
    
    .partners .small {
        height: 35px;
    }
}

@media screen and (max-width: 420px) {
    .partners img {
        height: 40px;
    }
    
    .partners .big {
        height: 70px;
    }
    
    .partners .small {
        height: 25px;
    }
}

.error-message {
    background-color: #fff3f3;
    border: 1px solid #ffcdd2;
    color: #d32f2f;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}