.sone{
    display: flex;
    justify-content: center;
}
.sone .videoDiv{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.15);
    height: 600px;
    width: 1400px;
    margin: 4vh 4vw;
}
.sone .container{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 30px;
    padding: 20px;
    gap: 20px;
} 
#myVideo{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 20px;
}

 .buttonstyleHead{
  align-self: flex-start;
  text-transform: uppercase;
  border: 2px solid white;
  border-radius: 12px;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.132);
  color: white;
  backdrop-filter: blur(10px);
}


 /* Section Zwei*/
.stwo{
    display: flex;
    margin: 4vh 10vw;
    justify-content: center;
}

.containerA{
    position: relative;
    display: flex;
    flex-direction: row;
    width: 1400px;
    gap: 5vw;
    margin-bottom: 5vh;
}
.containerLinks{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 50%;
    color: white;
    padding: 20px;
    gap: 20px;
}
.containerRechts{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50%;
    border-radius: 20px;
    justify-content: center;
}
img{
    border-radius: 30px;
}

.containerB{
    width: 1400px;
    display: flex;
    gap: 2.5vw;
    overflow-x: auto;
}

.test{
    display: flex;
    justify-content: center;
    margin: 0vh 10vw;
    overflow-x: auto;
}

.herz{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #2d3638;
    text-align: center;
    border-radius: 15px;
    gap: 20px;
    justify-content: center;
    width: 15vw;
    border: 0.7px solid #2d3638;
    transition: border ease 0.5s;
}
.herz:hover{
    border-color: #f39201;
}
.herz .icon{
    color: #f39201;
    font-size: 35px;
}
.herz p{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
}

  @media (max-width: 1050px) {
    .test{
        margin: 5px 0 5px 0;
        overflow-x: auto;
    }
    .containerA{
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 5vw;
        margin-bottom: 1vh;
    }
    .sone .container{
        position: relative;
        display: flex;
        flex-direction: column;
        margin: 0 0 5vh 0;
        padding: 20px;
        gap: 20px;
    } 
    .sone .videoDiv{
        position: relative;
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        height: 100%;
        justify-content: flex-end;
        background-color: rgba(0, 0, 0, 0.15);
        height: 60vh;
        margin: 4vh 4vw;
        text-align: center;
    }
    .container h1{
        font-weight: 700;
        font-size: 45px;
        
        color: white;
    }
     .buttonstyleHead{
        align-self: center;
        text-transform: uppercase;
        border: 2px solid white;
        border-radius: 12px;
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 0.132);
        color: white;
        backdrop-filter: blur(10px);
        font-size: 14px;
        font-weight: 600;
      }
      .sone .angebotBotton {
        align-self: center;
        text-decoration: none;
        color: black;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: white;
        padding: 10px 20px;
        border-radius: 12px;
      }
      /* Section Zwei*/
.stwo{
    display: flex;
        flex-direction: column;
        margin: 0vh 2vw;
        padding: 3px;
        align-items: center;
        
}

.stwo .containerA{
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 5vw;
    width: 100%;
    text-align: center;
    padding: 0vh 2vw;
    margin: 0 3vw;
    
}
.stwo .containerLinks{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: white;
    gap: 20px;
    width: 100%;
    padding: 3vh 2vw;
}
.stwo .containerRechts{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
    padding: 0vh 2vw;
}
.stwo .containerRechts img{
    border-radius: 30px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.stwo .buttonstyle{
    align-self: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 0.5px solid #f39201;
    border-radius: 12px;
    text-transform: uppercase;
}
.stwo .angebotBotton{
    align-self: center;
}
.stwo .containerB{
    position: relative;
    align-self: flex-start;
    display: flex;
    gap: 2.5vw;
    overflow-x: auto;
}

.herz{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #2d3638;
    text-align: center;
    border-radius: 15px;
    gap: 20px;
    justify-content: center;
    min-width: 25vw;
    height: 80px;
    border: 0.7px solid #2d3638;
    transition: border ease 0.5s;
}
.herz:hover{
    border-color: #f39201;
}
.herz .icon{
    color: #f39201;
    font-size: 25px;
}
.herz p{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
}
  }