html, body{
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}

.wrapper{
    position: absolute;
    /* min-height: calc(100% - 260px); */
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
}

.top_frame{
    padding-left: 10px; 
    padding-right: 10px;
    width: calc(100% - 20px);
    position: fixed;
    top: 0;
    background-color: white;
    padding-bottom: 5px;
}

.frame{
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
}

.row_sprache a{
    color: #000;
    text-decoration: none !important;
}

.row_logo{
    margin-bottom: 15px;
}

.logo_img{
    width: 180px;
    height: auto;
}

.menu_link{
    display: inline-block;
    font-size: 26px;
    color: #000;
    letter-spacing: .03em;
    line-height: 150%;
    padding: 0px 13px; 
    text-decoration: none;
    font-weight: bold;
}

.menu_link::after{
    content: "";
    text-decoration-thickness: 2px;
    display: block;
    margin: 0 auto;
    width: 0%;
    height: 2px;
    background: #6fd771;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: ease;
}

.menu_link:hover::after{
    width: 100%;
}

.row_home{
    overflow: hidden;
    margin-top: 170px;
}

.home_vid{
    display: block; 
    object-fit: cover; 
    width: 100%;
    max-height: 927px; 
}

.row_kontakt{
    padding-bottom: 50px;
}

.content{
    padding-bottom: 230px;
}

.bottom{
    border-top: 2px solid #6fd771;
    background-color: rgba(236, 236, 236, 0.808);
    height: 150px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.row_bottom{
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

.bottom_left{
    width: 250px;
}

.bottom_center{
    width: 250px;
}

.bottom_right{
    width: 250px;
    justify-content: end;
    display: flex;
}

/* .bottom_menu{
    justify-content: end;
    display: flex;
} */

.links{
    width: fit-content;
    margin-top: 15px;
}

.links a{
    display: table;
    line-height: 30px;
}

.bottom_logo{
    margin-top: 25px;
    max-height: 100px;
    /* opacity: 0.5; */
}

.adresse{
    margin-top: 22px;
    width: fit-content;
    display: block;
}

.mailto{
    margin-top: 18px;
}

.textblock{
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 65%;
    width: 900px;
}

.row_fotoalbum{
    overflow: hidden;
    margin-top: 170px;
    margin-left: 20px;
    margin-right: 20px;
    
}

.fotoalbum{
    display: flex;
}

.row_album{
    width: 100%;
}

.picture{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 5px 5px 5px silver;
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}

.animation_pic1{
    animation-name: animation_pic;
    animation-duration: 1s;
}
.animation_pic2{
    animation-name: animation_pic;
    animation-duration: 1.3s;
}

.animation_pic3{
    animation-name: animation_pic;
    animation-duration: 1.6s;
}

.animation_pic4{
    animation-name: animation_pic;
    animation-duration: 1.9s;
}

.animation_pic5{
    animation-name: animation_pic;
    animation-duration: 2.2s;
}

.animation_pic6{
    animation-name: animation_pic;
    animation-duration: 2.4s;
}

.animation_pic7{
    animation-name: animation_pic;
    animation-duration: 2.6s;
}

.animation_pic8{
    animation-name: animation_pic;
    animation-duration: 2.8s;
}

.animation_pic9{
    animation-name: animation_pic;
    animation-duration: 3s;
}

.animation_pic10{
    animation-name: animation_pic;
    animation-duration: 3.1s;
}

.animation_pic11{
    animation-name: animation_pic;
    animation-duration: 3.2s;
}

.animation_pic12{
    animation-name: animation_pic;
    animation-duration: 3.3s;
}

.album_pic{
    width: 33.333%;
    height: 300px;
    margin: 5px;
}

.medien_video{
    margin-top: 50px;
    max-width: 1000px;
    width: 90%;
}

.navigation{
    height: 33px;
    background-color: rgba(0, 0, 0, 0.911);
}

.galerie{
    background-color: #000;
    width: 100vw;
    height: calc(100vh - 66px);
    display: flex;
}


.frame_foto{
    width: 100vw;
    height: calc(100vh - 66px);
    display: flex;
    justify-content: center;
}

.gal_pic{
    max-height: calc(100vh - 66px);
    max-width: 100vw;
    object-fit: contain;
}

.pfeile{
    width: 80%;
}

.pfeile span{
    line-height: 1.6;
}

.zaehler{
    margin-left: 20px;
}

.gesamt{
    margin-right: 20px;
}

.pfeile a{
    line-height: 0.9;
}

.platzhalter{
    width: 20%;
}

.back{
    line-height: 1;
    width: 20%;
    justify-content: right;
    margin-right: 20px;
}

.text_impressum{
    width: fit-content;
}

.absatz{
    margin-top: 20px;
    width: fit-content;
}

.pictext_row
{
    height: 33px;
    background-color: rgba(0, 0, 0, 0.911);
}

.hinweis{
    margin-top: 40px;
    width: fit-content;
}

.sitecontent{
    margin-top: 250px;
}

.ueberschrift{
    text-decoration: underline;
    text-decoration-color: #6fd771;
    text-decoration-thickness: 2px;
    margin-bottom: 20px;
}

.frame_impressum{
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
    max-width: 600px;
}

.row_content_triple{
    margin-top: 235px;
    display: grid;
}

.row_content_double{
    margin-top: 235px;
    display: none;
}

.row_3partner{
    max-height: 140px;
    margin-bottom: 50px;
}

.div_partner{
    margin-left: 20px;
    margin-right: 20px;
    height: 140px;
    width: 320px;
}

.div_partner :hover{
    border: 2px solid #6fd771;
}

.div_partner a :hover{
    border: none;
}

.div_partner a img :hover{
    border: none;
}

.div_partner a img{
    max-height: 140px;
    max-width: 320px;
    object-fit: contain;
}

.div_partner a{
    max-height: 140px;
    max-width: 320px;
    object-fit: contain;
}

.fs_btn{
    height: 0px;
    width: 0px;
    margin-right: 40px;
    margin-top: 1px;
    cursor: pointer;
}

.fs_btn img{
    width: 22px;
    height: 22px;
    margin-top: 4px;

}

.content_team{
    margin-top: 200px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
}

.row_person{
    margin-bottom: 50px;
}

.img_person{
    width: 241px;
    height: 360px;
    margin-top: 5px;
    margin-right: 30px;
    object-fit: cover;
    float: left;
}

.person{
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

.dropbtn{
    display: none;
}

.dropdown-content-0{
    display: none;
}

.dropdown-content-1{
    display: none;
}

.show{
    display: block;
}

.row_team{
    width: 100%;
    display: flex;
    justify-content: center;
}

.frame_person{
    margin: 0px 30px 0px 30px;
    width: 450px;
}

.text_person{
    margin-top: 5px;
    margin-bottom: 8px;
    text-align: center;
    width: 450px;
}

.pictext{
    line-height: 1.6;
    color: white;
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.person_pic{
    width: 353px;
    height: 527px;
    margin: 8px auto 5px auto;
    object-fit: cover;
    border-radius: 5px;
}

.btn_person{
    margin-top: 16px;
    margin-bottom: 8px;
}

.drop_btn{
    width: 292px;
    height: 23px;
}

.vita_person{
    margin: 13px auto 8px auto;
    max-width: 360px;
}

.row_information{
    width: 100%;
    display: flex;
    margin-top: 170px;
}

.video_frame{
    width: 70%;
}

.text_frame{
    width: 30%;
    text-align: justify;
    background-image: url("../img/home/home_text_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.text_frame2{
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background-color: #ffffff8a;
}

.video_home{
    object-fit: cover;
    width: 100%;
    height: 100%;
}





@keyframes animation_pic{
    0%{ width: 33.333%;
        height: 100px;
        margin: 50%;
    }
    5%{width: 33.333%;
        height: 100px;
        margin: 50%;
    }
    100%{width: 100%;
        height: 300px;
        margin: 0%;
    }
}

@media only screen and (max-width: 1920px) {
  
    .person{
        width: 65%;
    }
}


  @media only screen and (max-width: 1100px) {
    .row_content_triple{
        display: none;
    }

    .row_content_double{
        display: grid;
    }

    .textblock{
        max-width: 80%;
    }

    .person{
        width: 70%;
    }
  }

@media only screen and (max-width: 975px) {
    .row_team{
        display: grid;
    }

    .frame_person{
        margin-bottom: 30px;
    }

    .pic_person{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .person_pic{
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
    }

    .content_team{
        margin-top: 180px;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }
}

@media only screen and (max-width: 730px){

    @-moz-document url-prefix() {
        .underline{
            text-decoration-line: underline !important;
            text-decoration-color: #6fd771 !important;
            text-decoration-style: solid !important;
            text-decoration-thickness: 2px !important;
            text-underline-offset: 7.5px !important;
        }
    }



    
   @supports (-ms-ime-align:auto) {
        .underline {
            text-underline-offset: 7px;
        }
    }

        

        .underline{
            text-underline-offset: 6px;
        }

        .medien_video {
        width: calc(100%);
        }

        .row_3partner{
            display: grid;
            margin-bottom: 160px;
        }

        .div_partner{
            margin-bottom: 20px;
        }

        .menu_link{
            font-size: 20px;
        }

        .row_bottom{
            display: grid;
        }

        .fotoalbum{
            display: grid;
        }

        .bottom{
            height: 425px;
        }

        .bottom_center{
            display: grid;
        }

        .links{
            width: 250px;
            justify-content: center;
            display: grid;
        }

        .bottom_right{
            justify-content: center;
        }

        .anschrift{
            text-align: center;
        }

        .links{
            text-align: center;
            margin-top: 0px;
        }

        .bottom{
            height: fit-content;
            background-image: url(../ico/wdtt_logo_op.png);
            background-repeat: no-repeat;
            background-size: auto 70%;
            background-position: center;
        }

        .bottom_left{
            height: fit-content;
            margin-bottom: 22px;
        }

        .bottom_right{
            height: fit-content;
            margin-bottom: 22px;
        }

        .bottom_logo{
            margin-top: 0px;
            display: none;
        }

        .content{
            padding-bottom: 350px;
        }

        .frame_impressum{
            margin-top: 0px;           
        }

        .sitecontent {
            margin-top: 215px;
          }

        .bottom_center{
            display: none;
        }

        .row_person{
            display: grid;
        }

        .pic_person{
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }

        .person{
            width: 85%;
            margin-left: auto;
            margin-right: auto; 
            display: grid;
        }

        .img_person{
            margin-top: 0px;
            margin-left: 20%;
            margin-right: 20%;
            margin-bottom: 20px;
            float: none;
            width: 60%;
            height: auto;
        }


        .dropbtn{
            display: block;
            margin: 0px auto 20px auto;
            width: 50%;
        }

        .dont_show{
            display: none;
        }

        .text_headline{
            text-align: center;
        }
  }