body {
    font-size: 20px;
    line-height: 34px;
    color: #002d67;
    font-weight: 400;
    font-family: 'Arial', Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    word-break: break-word;
}
a {
    font-size: 20px;
}
p {
    font-size: 20px;
}
h1 {
    font-size: 3rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 2rem;
    z-index: 2;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    margin:0;
}
h2 {
    font-size:2rem;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 25px;
    color:  #002d67;
}
h3 {
    margin: 100px;
    color: #fff;
    font-size: 2rem;
}
li {
    margin-bottom: 20px;
}
    #deineaufgaben {
        scroll-margin-top: 80px;
    }
    #benefits,
    #dassindwir,
    #contact {
        scroll-margin-top: 30px;
    }
body button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.7rem 4rem;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 20px;
    overflow: hidden;
    background: #036EF8;
    color: ghostwhite;
}
body button:hover {
    background: #0258C6;
}
body button#playButton {
    background: #036EF8;
}
body button#playButton:hover {
    background: #0258C6;
}
body button svg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header img {
    position: relative;
    z-index: -1;
    width: 100%;
}
.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-wrapper2 {
    display:flex;
    flex-direction: column;
    max-width: 1080px;
    width: 100%;
    margin:auto;
    box-sizing: border-box;
}
.content {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.content-left {
    flex: 0 1 64%;
}
.content-right {
    display: flex;
    flex: 0 1 30%;
    flex-direction: column;
}
.content-right p {
    margin: 0;
}
[itemprop="responsibilities"] {
    padding-bottom: 50px;
}
[itemprop="qualifications"] {
    padding-bottom: 50px;
}
.slogan {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: bold;
}
.benefits-section {
    position: relative;
    padding: 50px 0;
}
.benefits-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%; 
    transform: translateX(-50%); 
    width: 100vw; 
    height: 100%;
    background-color: rgba(241, 246, 255, 1); 
    z-index: -1; 
}
section h3 {
    color: #002d67;
}
.section-title a {
    color: rgba(0, 45, 103, 1);
    font-size: 2rem;
    text-decoration: underline;
}
.benefits-list {
    display: flex;
}

.benefit-item {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.benefit-item img {
    max-width: 25%;
    height: auto;
}

.benefit-item h3 {
    font-size: 1.2rem;
    color: rgba(0, 45, 103, 1);
    font-weight: 600;
    margin: 0;
}
.unternehmenstext {
    padding: 50px 0;
}
.swipercontent {
    position: relative;
    padding: 50px 0;
}
.swipercontent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%; 
    transform: translateX(-50%); 
    width: 100vw;
    height: 100%;
    background-color: rgba(241, 246, 255, 1); 
    z-index: -1; 
}
.ytcontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ytcontent-left {
    flex: 0 1 40%;
}
.ytcontent-right {
    flex: 0 1 40%;
}
.ytcontent-right button {
    padding: 0.7rem 2rem;
    border-radius: 20px;
}
.ytcontent-right iframe {
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 50px;
}

.contact {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.contact p {
    margin-top: 0;
    margin-bottom: 25px;
}
.contact img {
    max-width: 400px;
    width: 100%;
}
.contact button {
    padding: 0.7rem 2rem;
}
.btncontact {
padding-top: 50px;
}
footer {
display: flex;
flex-direction: row;
background-color: #002d67;
width: 100%;
height: 100px;
justify-content: center;
}
footer a {
color: #fff;
text-decoration: none;
}
.footer-right a {
padding: 5px;
}
.footer-left img {
    width: 200px;
}
.footerimpressum {
padding: 20px;
white-space: nowrap;
}
#open-overlay-btn {
    padding: 20px 0;
}
.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center ;
    max-width: 1080px;
    width: 100%;
}
.footer-left {
    display: flex;
    align-items: center;
}
footer .logo {
display: flex;
align-items: center;
text-decoration: none;
width: 100%;
height: 100%;
}

.video-thumbnail {
position: relative;
display: inline-block;
}

.video-thumbnail iframe {
border-radius: 50px;
}

.video-thumbnail .overlay {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: url('3UBzcDUg9nSJ.jpg') center/cover no-repeat;
display: flex;
justify-content: center;
align-items: center;
border-radius: 25px;
opacity: 1; 
}

.video-thumbnail .overlay.hidden {
display: none;
}

.play-button {
background: none;
border: none;
cursor: button;
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0.8);
transition: background-color 0.3s ease;
}

.play-button:hover {
background-color: #002d67;
}

.play-button svg {
fill: #002d67;
}


[role="option"] svg {
    display: flex;
}
[role="option"] path {
    fill: white;
}
@media (max-width: 1100px) {
    
.content-right a {
    display: flex;
    justify-content: center;
    text-decoration: none;
}
.content-wrapper2 {
    width: 100%;
    padding: 0 50px;
}
.content {
    flex-direction: column;
}
.benefits-list {
    display: flex;
    flex-direction: column;
}
.benefit-item img {
    max-width: 15%;
    height: auto;
}
.ytcontent {
    flex-direction: column;
    text-align: left;
}
.contact {
    text-align: center;
}
footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:auto;
}
.footer-content {
    flex-direction: column;
    align-items: center;
}
.footer-left {
    padding-top: 20px;
    flex-direction: column;
}
footer img {
    padding: 20px;
}
.footerimpressum {
    padding: 10px;
}
.content-right {
    padding-bottom: 50px;
}
.ytcontent-left {
    padding-bottom: 50px;
}

}

@media (max-width: 600px) {
.content-wrapper2 {
    padding: 0 10px;
}
#videoIframe {
    width: 100%;
    height: auto;
}
}

@media (max-width: 300px) {
h1 {
    font-size: 2rem;
}

}