:root {
    --col-r1:#ffffff;
    --col-r2:#e1e2de;
}
body {
    margin:0;
    padding:0;
    background-color: #f5f5f5;
    opacity: 0;
    font-family: 'Arial', sans-serif;
    color: #00394A;
}
img {
    user-select: none;
}
.centered {
    position: relative;
    margin-left:auto;
    margin-right:auto;
    max-width: 1440px;
}

.logo {
    width: 72px;
    height: 56px;
    margin-left: 96px;
}

.fullSize {
    width: 100%;
}
.hImg {
    background-image: url("../img/header.png");
    width: 100%;
    height: 38vw;
}
.headerimg {
    width: 100%;
    height: auto;
    user-select: none;
}
.headerText {
    position:absolute;
    left: 8.5vw;
    bottom: 7.5vw;
    color: #ffffff!important;
}
.headerText h1 {
    color: #ffffff!important;
    /* width: 620px; */
}
.headerText h2 {
    color: #ffffff!important;
    width: 568px;
}
.sectionHeader {
    min-height: 268px;
    padding:36px 96px;
    position: relative;
    cursor: pointer;
}
.plusminus {
    width: 300px;
    height: 340px;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: 110px 110px;
    right: 0;
    top: 0;
     display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
.plusicon {
    /* background-image: url("../img/plusicon.png"); */
}
.minusicon {
    /*background-image: url("../img/minusicon.png");*/
}


.pmcontainer{
    /* width: 1200px; */
    /* height: 1200px; */
    /* padding: 30px; */
    /* background-color: #333; */
}

.pmbutton{
    position: relative;
    width: 110px;
    height: 110px;

    &:before,
    &:after{
        content: "";
        position: absolute;
        background-color: #d44e93;
        transition: transform 0.25s ease-out;
    }

    /* Vertical line */
    &:before{
        top: 0;
        left: 50%;
        width: 10px;
        height: 100%;
        margin-left: -5px;
        border-radius: 5px;
    }

    /* horizontal line */
    &:after{
        top: 50%;
        left: 0;
        width: 100%;
        height: 10px;
        margin-top: -5px;
        border-radius: 5px;
    }

}
.tominus {
    &:before{ transform: rotate(90deg); }
    &:after{ transform: rotate(180deg); }
}

.centerContent {
    overflow: hidden;
    transition: height 0.5s;
}
.content {
    margin:96px;
    margin-top: 0;
    text-align: center;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    /* margin-right: 0; */
}

.headSmall {
    font-family: 'Arial Black', 'Arial-BoldMT', 'Arial Bold', Gadget, sans-serif;
    /* font-weight: bolder; */
    font-size: 16px;
    color: #00394A;
}

.strich {
    width: 80px;
    height:2px;
    display: inline-block;
    background-color: #00A1E0;
}
h1 {
    font-family: 'Arial Black', 'Arial-BoldMT', 'Arial Bold', 'Arial', Gadget, sans-serif;
    font-weight: 900;
    font-size: 36px;
    margin-top: 40px;
    /* max-width: 620px; */
    /*width: 60vw;*/
    color: #00394A;
}
h2 {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    /*max-width: 575px;*/
    color: #00394A;
    /*width: 53vw;*/
}
h3 {
    font-family: 'Arial', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #00394A;
}


.bluebox {
    width: 383px;
    height: 282px;
    background-color: #00A1E0;
    font-weight: bold;
    font-size: 26px;
    color: white;
    border-radius: 10px;
    display: inline-block;
    align-content: center;
    -webkit-align-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    /* justify-content: center; */
    margin-right: 9px;
}

.videoheader {
    font-weight: bold;
    font-size:26px;
    margin-top:20px;
    margin-bottom:50px;
    text-align: center;
    color: #00394A;
}

.videobox {
    width: 381px;
    height: 260px;
    font-size: 16px;
    color: white;
    display: inline-block;
    position: relative;
    margin-right: 2.9vw;
    margin-bottom: 2.9vw;
    text-align:center;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
    user-select: none;
}
.videobox:nth-child(3) {
    margin-right: 0;
}
.vboxHeader {
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
.vboxArrow {
    bottom: 20px;
    left: 46%;
    left: calc(50% - 22px);
    left: -webkit-calc(50% - 22px);

    position: absolute;
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 45px;
}

.beispielbox {
    width: 380px;
    height: 260px;
    font-size: 16px;
    color: white;
    display: inline-block;
    position: relative;
    /*margin-left: 13px;*/
    margin-bottom: 2.9vw;
    text-align:center;
    border-radius: 20px;
    background-color: #D44E93;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
}
.beispielbox {
    margin-right: 2.9vw;
}
.beispielbox:nth-child(3) {
    margin-right: 0;
}
.bboxHeader {
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 9px;
}
.bboxActive {
    background-color: #00394A!important;
}
.vboxActive {
    background-color: #00394A;
    background-image: unset!important;
}
.beispielbox2, .beispielbox3 {
    width: 288px;
    height: 256px;
    font-size: 16px;
    color: white;
    display: inline-block;
    position: relative;
    /* margin-left: 13px; */
    margin-right: 1.4vw;
    margin-bottom: 1.4vw;
    text-align:center;
    border-radius: 20px;
    background-color: #D44E93;
    overflow: hidden;
    cursor:pointer;
    user-select: none;
}
.beispielbox2:last-child, .beispielbox3:last-child {
    margin-right:0;
}
.bboxtext {
    padding: 0px 20px;
    line-height: 1.4;
}

.selberheader {
    font-weight: bold;
    font-size:26px;
    margin-top: 110px;
    margin-bottom: 60px;
}
.selberheader2 {
    font-weight: bold;
    font-size:26px;
    margin-top: 40px;
    margin-bottom: 60px;
}
.loeschen {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

#recordTime {
    font-weight: bold;
    font-size: 100px;
}

.record {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 60px;
    margin-bottom: 60px;
}

.videoplayer {
    max-width: 1248px;
    height: 360px;
    width: 640px;
    cursor: pointer;
}

.videowrapper {
    display: none;
    text-align: center;
    margin-right: 96px;
}
.videowrapper2 {
    display: none;
    text-align: center;
    margin-right: 0px;
}
.vidheader {
    color: #00A1E0;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top:30px;
    margin-bottom: 10px;
}

.vidfooter {
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #00394A;
}

.vidHighlight {
    color: #D44E93;
    text-decoration: underline;
    font-weight: bolder;
}

.auswahlFreq {
    text-align: left;
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footerclaim {
    position: relative;
    height: 249px;
}
.footer {
    height: 190px;
    background-color: #00394A;
    position: relative;
}

.flogo {
    position: absolute;
    bottom:20px;
    left:96px;
    margin-left: unset;
}

.fclaim {
    position: absolute;
    bottom:20px;
    right: 96px;
    width: 287px;
}

.stand {
    position: absolute;
    top: 50px;
    left:96px;
    color:#989E9C;
}

.homepage {
    position: absolute;
    top: 140px;
    left:96px;
    color:#00A1E0;
}

.homepagelink {
    color:#00A1E0!important;
    text-decoration: none;
}
.links{
    position: absolute;
    top: 140px;
    right:96px;
    color:#00A1E0!important;
}

.infoimg {
    width:100%;
    margin-bottom: 30px;
}

.audiooplayer {
    max-width: 1248px;
    width: 100%;
}

.audioheader {
    color: #00A1E0;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    /*margin-top:30px;*/
    margin-bottom: 10px;
}

#nextstep, #nextstep2 {
    display: none;

}
#nextstep {
    /* margin-right: 96px; */
}
.micButtons {
    display: flex;
    margin-top: 40px;
    width: 550px;
    margin-left:auto;
    margin-right:auto;
    align-content: center;
    justify-content: space-around;
}

.micBut {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.micBut img {
    margin-right:6px;
    width: 45px;
}

.micLink {
    font-family: 'Arial-Black', sans-serif;
    font-weight: bolder;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #00A1E0;
}
.micLinkPink {
    color: #D44E93;
}
#bRecord, #bStopRecord {
    cursor: pointer;
    width: 204px;
}

.seekSlider1, .seekSlider2 {
    width: 100%;
    background-color: #e1e2de;
    height: 5px;
    text-align: left;
    padding: 0px;
    font-size: 0;
}
.seekSlider2 {
    background-color: #ffffff;
}
.sliderbar {
    margin:0;
    background-color:#000000;
    /* width:0; */
    height: 5px;
    display: inline-block;
}
.hppfeil {
    width: 12px;
}

.mainP {
    margin-left:auto;
    margin-right:auto;
    max-width: 880px;
    width: 70vw;
    line-height: 1.4;
    color: #00394A;
}

.bRecordWrapper {
    width: 204px;
}

.bRecordLabel {
    font-family: 'Arial Black', 'Arial-BoldMT', 'Arial Bold', Gadget, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    margin-top: 10px;
}

.infosBold {
    font-weight: bolder;
    /* max-width: 80vw; */
}

.infos {
    background-color: var(--col-r2);
    text-align: center;
    /* height: 390px; */
    padding-top: 50px;
    line-height: 1.4;
    /* padding-left: 96px; */
}
.blueboxes {
    margin-top: 30px;
    margin-bottom:20px;
}
.quellen {
    /* font-style: italic; */
    line-height: 1.4;
    color: #00394A;
    font-size: 14px;
}
.schritt2 {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 96px;
}

.soundwave {
    width: 64px;
    transition: opacity 0.4s;

}
.animwave {
    animation: blendme 1s infinite linear;
}
@keyframes blendme {
    0%   {opacity: 1;}
    33%  {opacity: 0.1;}
    100%  {opacity: 1;}

}
.infosContent {
    /* margin-left: 96px; */
    padding-bottom: 40px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}
#akk1 h2 {
    /*width: 54vw;*/
}
#akk2 h1 {
    width: 80vw;
}
#akk2 h2 {
    width: 486px;
}
#akk3 h1 {
    /*width: 455px;*/
}
#akk3 h2 {
    width: 487px;
}
#akk4 h1 {
    /*width: 464px;*/
}
#akk4 h2 {
    width: 514px;
}

.beta {
    float: right;
    /*font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;*/
    font-family: 'Arial Black','Arial-BoldMT', serif;
    font-size: 20px;
    margin-top: 31px;
    margin-right: 30px;
}

.vidsub {
    line-height:1.5;
}

.infosP {
    width: 71vw;
    text-align: center;
}
.blueicon {
    width: 94px;
    height: 94px;
    margin-bottom: 16px;
}
#seek-slider1, #seek-slider2 {
    cursor:pointer;
}

.noRightMargin {
    margin-right: 0;
}

.boxWrapper {
    text-align:left;
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.cookie-warning {
    position:absolute; inset:0;
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    padding:1rem; text-align:center;
    background:rgba(0,0,0,.6); color:#fff; backdrop-filter: blur(2px);
}
.cookie-warning button {
    margin-top:.5rem; padding:.5rem .75rem; border:0; border-radius:.5rem; cursor:pointer;
}

.video-stage {
    position:relative;
}

.cookie-declaration {
    background-color: var(--col-r2);
    text-align: center;
    padding: 100px 20px;
    line-height: 1.4;
    box-sizing: border-box;
}

.cookie-declaration p {
    max-width: 1000px;
    margin: 0 auto
}

.CookieDeclarationType {
    max-width: 1000px;
    margin: 30px auto !important
}