@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}


ul{
    list-style: none;
}

a, a:hover, a:visited{
    text-decoration: none;
}

h1{
    font-family: 'Poppins', sans-serif;
    padding-bottom: 0.6rem;
    font-size: 20pt;
}

h2{
    font-family: 'Poppins', sans-serif;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
    font-size: 15pt;
}

h3{
    font-family: 'Poppins', sans-serif;
    padding-bottom: 0.5rem;
    font-size: 13pt;
}

h3.green{
    color: #11770d;
    line-height: 1.2em;
}

h3.blue{
    color: #142d9c;
    line-height: 1.2em;
}

header{
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, 1);
    width: calc(100vw - (100vw - 100%));
    
    overflow: hidden;
    z-index: 999;
}


/*
section{
    position: relative;
    align-content: center;
    display: flex;
    flex-flow: column;
    height: 100vh;
    width: 100vw;
    background-position: 50% 50%; 
    background-size: cover;
    overflow-y: scroll;
    z-index: 1;

    background: url(/images/bg-01.jpg) no-repeat;    
}

*/

table{
    width: 22rem;
    text-align: left;
    /* border: 0.1rem solid #aaaaaa; */
}

tr, td{
    width: 11rem;
    padding: 0.1rem;
}

table.ueberuns{
    max-width: 95%;
}

td.year {
    min-width: 7rem;
    border: 0px solid #000000;
    vertical-align: top;
    padding:0.1rem;
}

td.description {
    min-width: 40rem;
    border: 0px solid #000000;
    vertical-align: top;
    padding:0.1rem;
}

.block {
    display: inline-block;
    width: max-content;
    padding: 0 20px 20px 0px;;
    max-width: 100%;
    min-width: auto;
    height: max-content;
    vertical-align: top;
    /* background-color: #11770d; */
}

.blockContent {
    position: relative;
}

/*
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: visible;
    top: 0;
    left: 0;
    background-color: rgba(65, 52, 52, 0.5);
    z-index: 2;
}
*/

.fas fa-caret-down{
    color: #ffffff;
}

.container{
    width: 81vw;
    max-width: 81vw;
    padding: 0 0.4rem;
    margin: 0 auto;
    display: flex;
    position: relative;
    background-color: transparent;
}

.logo-container{
    position: relative;
    top: 0px;
    flex: 1;
    display: flex;
    vertical-align: bottom;
    min-width: 30px;
    width: 11.6rem;
    max-width: 13.5rem;
}

.nav-btn{
    display: flex;   
    flex: 2;
}

.nav-links {
    display: flex;   
    justify-content: flex-start;
    /* flex: 2; */   
}

.log-sign{
    display: flex;
    /* justify-content: flex-end; */
    justify-content: flex-start;
    align-items: center;
    /* background-color: violet; */
    padding-right: 0.5rem;
    flex: 1;
}

.fb-button {
    max-width: 2.2rem;
    max-height: 2.2rem;
    z-index: 99999;
    
}

.img-fb {
    width: 2.1rem;
    height:2.1rem; 
    background: url('images/fb_button.png') no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 99999;
}

.img-fb:hover {
    width: 2.1rem;
    height:2.1rem; 
    background: url('images/fb_button2.png') no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 99999;
}
.logo span{
    font-weight: 300;
}

.insta-button {
    position: relative;
    padding: 0px 0px 0px 20px;
    max-width: 2.2rem;
    max-height: 2.2rem;
    z-index: 99999;
    
    /* display: flex; */
    transition: 0.4s;
    flex: 3;
    align-self: center;
    justify-content: left; 
    
}

.img-insta {
    position: relative;
    width: 2rem;
    height:2rem; 
    background: url('images/insta_button2.png') no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 99999;
}

.img-insta:hover {
    width: 2rem;
    height:2rem; 
    background: url('images/insta_button2.png') no-repeat;
    transform: scale(1.1);
    background-size: contain;
    cursor: pointer;
    z-index: 99999;
    
}

.ordLink{
    font-family: 'Poppins', sans-serif;
    font-size: 12pt;
    color: #fff;
    text-decoration-line: underline;
}

.btn{
    display: inline-block;
    padding: .5rem 1.3rem;
    font-size: .8rem;
    border: 2px solid #fff;
    border-radius: 2rem;
    line-height: 1;
    margin: 0 .2rem;
    transition: .3s;
    text-transform: uppercase;
}

.btn.solid, .btn.transparent:hover{
    background-color: #fff;
    color: #69bde7;
}

.btn.transparent, .btn.solid:hover{
    background-color: transparent;
    color: #fff;
}

.nav-links > ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 99999;
}

.nav-link{
    position: relative;
    z-index: 99999;
}

.nav-link > a{
    line-height: 3.4rem;
    color: #fff;
    padding: 0 .8rem;

    border-right: solid;
    border-right-width: 1px;
    border-right-color:rgba(255, 255, 255, 1);
    
    letter-spacing: 1px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 99999;
}

.nav-link > a > i{
    margin-left: .3rem;
    z-index: 99999;
}

.nav-link:hover > a{
    /* transform: scale(1.07); */
    /* font-weight: bold; */
    background-color: rgba(240, 0, 0, 0.6);
    z-index: 99999;
}

.nav-link:first-child > a {
    border-left: solid;
    border-left-width: 1px;
    border-left-color:rgba(255, 255, 255, 1);
    border-right: solid;
    border-right-width: 1px;
    border-right-color:rgba(255, 255, 255, 1);
}

.dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    width: 11.5rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 99999;
}

.dropdown ul{
    position: relative;
    z-index: 99999;
}

.dropdown-link > a{
    display: flex;
    background-color: rgba(0, 0, 0, 0.78);
    color: #FFFFFF;
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
    z-index: 99999;
}

.dropdown-link:hover > a{
    background-color: #f00000;
    color: #fff;
    z-index: 99999;
}

.dropdown-link:not(:nth-last-child(2)){
    border-bottom: 1px solid #efefef;
    z-index: 99999;
}

.dropdown-link i{
    transform: rotate(-90deg);
    z-index: 99999;
}

.arrow{
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: rgba(255, 255, 255, 1);
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow{
    background-color: #1311a1;
}

.dropdown-link{
    position: relative;
}

.dropdown.second{
    top: 0;
    left: 100%;
    padding-left: .7rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow{
    background-color: rgba(97, 97, 97, 0.733);
    top: 10px;
    left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown{
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container{
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger-menu div{
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before{
    transform: translateY(-7px);
}

.hamburger-menu div:after{
    transform: translateY(7px);
}

#check{
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div{
    background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before{
    transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after{
    transform: translateY(0) rotate(45deg);
}

/* Defintion divs */

.main {
    position: absolute;
    vertical-align: middle; 
	width: 82%;
    left: 9.5%;
	min-height: 88%;    
	text-align: left;
	top: 4rem;		
	background-color: transparent;
	border: none;
	word-wrap: break-word !important;
	z-index: 1000;
}

.mainL {
    position: absolute;
	float: left;
    vertical-align: middle;
	width: 82%;
    left: 9.5%;
	min-height:88%;
    height: fit-content;
    padding: 0rem;
	text-align: left;
	top: 4rem;		
	height: auto;
	background-color: none;
	border: none;
	word-wrap: break-word !important;
	z-index: 1000;
    /*
    border-left: #000000;
    border-right: #000000;
    border: #000000;
    border-width: 0.1rem;
    border-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 0.1rem;
    border-right-width: 0.1rem;
    */
}

.map {
    display: inline-block;
    width: 100%;
    height: 600px;
    border:none;
    
}

#map {
    width: 600px;
    height: 600px;
    min-width: 100%;
    min-height: 100%;
}

.onlyblock {
    width: 100%;
    min-height: calc(100vh - 7rem);
    background-color: rgba(255, 255, 255, 0.68);
    padding: 1.7rem;
    border: #000000;
    border-style: solid;   
    border-width: 0.1rem; 
    word-wrap: break-word !important;
}

.onlyblocktwo {
    width: 100%;
    min-height: calc(100vh);
    background-color: rgba(255, 255, 255, 0.68);
    border: #000000;
    border-style: solid;   
    border-width: 0.1rem; 
    word-wrap: break-word !important;
}

.mobile-pdf{
    position: relative;
    display: none;
}

.infoblock {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.68);
    padding: 1.7rem;
    border: #000000;
    border-style: solid;   
    border-width: 0.1rem; 
    word-wrap: break-word !important;
}

.infoblocktwo {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.68);
    padding: 1.7rem;
    border: #000000;
    border-style: solid;   
    border-width: 0.1rem; 
    word-wrap: break-word !important;
}

.footer {    
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: fit-content;   /* Height of the footer */
    padding: 1rem 0 0 0;
    background:rgba(0, 0, 0, 0.35); 
    border-style: solid;
    border-width: 1.5px;
    border-color:rgba(0, 0, 0, 1);
    color:#fff;  
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
}

.between {
    display: flex;
    width: 100%;
	height: 5rem;
	background-color: none;
	border: none;
	word-wrap: break-word !important;
	z-index: 1000;
    border-width: 0rem;
    border-style: none;

}

.sidebyside {
    float: left; 
    width: 10%; 
    height: 100%; 
    border: none; 
	background-color: none;
    opacity: 1;
}

.ntext, a.ntext, .mobile-pdf {
    font-family: 'Poppins', sans-serif;
    font-size:12pt; 
    font-weight:normal; 
    line-height:1.1em;
    padding-left:0px;
    margin-left: 0px;
    color: #000000;
   }

.divCentered {
    height: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-content: center;
    /*background-color: #f00000; */
    
}

/*
.ntext > a, .ntexte > a{
    font-family: 'Poppins', sans-serif;
    font-size:12pt;
    text-decoration: underline;
    font-weight:normal; 
    line-height:1.1em;
    padding-left:0px;
    margin-left: 0px;
    color: #000000;
}

.ntext > a:hover, .ntexte > a:hover{
    color: #000000;
    font-weight: bold;
}

.ntext > a:visited, .ntexte > a:visited{
    color: #000000;
}
*/
   
   .ntexte {
    position:absolute;
    font-family: 'Poppins', sans-serif;
    font-size:12pt; 
    font-weight:normal; 
    line-height:1.1em;
    left:240px;
    color: #000000;
   }
   
   .ntexte2 {
    font-family: 'Poppins', sans-serif;
    font-size:12pt; 
    font-weight:normal; 
    line-height:1.1em;
    position:absolute;
    left:150px;
    color: #000000;
   }
   
   .bntext, .bntext.a{
    font-family: 'Poppins', sans-serif;
    font-size:12pt;
    font-weight:bold; 
    line-height:1.1em;
    color: #000000;
    text-decoration:none;
   }

   a.ntext{
    text-decoration: underline;
   }

   a.bntext{
    text-decoration: underline;
}

a.ntext:hover{
    text-decoration: none;
   }


   /* let underline disappear when hovered */
   a.bntext:hover{
    text-decoration: none;
}

   .wtext, .footer.wtext, footer.text > a{
       font-family: 'Poppins', sans-serif;
       color:#fff;
       font-size:12pt;
       line-height: 1.1em;
       text-align: center;
   }

   ul.list {
    list-style:disc;
    font-family: 'Poppins', sans-serif;
    font-size:12pt;
    padding-left: 3rem;
    line-height:1.25em;
   }

   .covidPic{
       width:500px;
       height:705px;
   }

   .imgfindus{
    width: 80%;
}

.img_logo_hp{
    position:absolute;
    z-index: 9999;
    top: 0.5rem;
    left: 1%;
    height: 7.5vw;
    width: 7.5vw;
}

.label_logo {
    position:absolute;
    z-index: 9999;
    top: 0.5rem;
    left: 1%;
    height: 2.3rem;
    width: 11.5rem;
}

   .center{
       width:100%;
       height:max-content;
       min-height:800px;
       border:none;
   }

   


@keyframes animation{
    from{
        opacity: 0;
        transform: translateY(15px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 980px){

    

    .container{
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
    }


    .main{
        padding: 0rem;
        top:3.8rem;
        width:100%;
        left:0;
    }

    .mainL{
        padding: 0rem;
        top:3.8rem;
        width:100%;
        left:0%;
    }

    .first {
        width: 100%;
        padding: 0.5rem;
    }
    
    .following {
        position: relative;
        float: left;
        vertical-align: middle;
        width: 82%;
        left: 9%;
        min-height:88%;
        height: fit-content;
        padding: 1.7rem;
        text-align: left;
        top: 4rem;		
        height: auto;
        background-color: rgba(255, 255, 255, 0.78);
        border: none;
        word-wrap: break-word !important;
        z-index: 1000;
        border-left: #000000;
        border-right: #000000;
        border: #000000;
        border-width: 0.1rem;
        border-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        border-left-width: 0.1rem;
        border-right-width: 0.1rem;
    }

    .sidebyside{
        width: 0%;
    }

    .infoblock{
        padding: 1rem;
    }

    .infoblocktwo {
        width: 100%;
        min-height: calc(100vh - 7rem);
        padding: 1rem; 
        word-wrap: break-word !important;
    }

    .onlyblock{
        padding: 1rem;
    }

    .onlyblocktwo{
        display:none;
    }

    .mobile-pdf{
        text-decoration:underline;
        position: relative;
        display: initial;
    }

    table{
        width: 18rem;
        text-align: left;
        /* border: 0.1rem solid #aaaaaa; */
    }

    table.ueberuns{
        width: 100%;
    }
    
    tr, td{
        width: 9rem;
        padding: 0rem;
    }

    td.year {
        width: 3%;
        min-width: 5.55rem;     
        text-align: left;
        line-height: 1.2em;
    }
    
    td.description {
        min-width: 15.7rem;
        width: 97%;
        text-align: left;
        line-height: 1.2em;
    }

    .hamburger-menu-container{
        display: flex;
        height: 3.5rem;
    }

    #check{
        display: block;
    }

    .nav-btn{
        position: fixed;
        flex: 3; /* Neuer Eintrag, weil oben geändert */
        height: calc(100vh - 3.5rem);
        top: 3.5rem;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        flex-direction: column;
        align-items: right;
        justify-content: right;
        /* justify-content: space-between; */
        justify-content: flex-start;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: .4s;
    }

    #check:checked ~ .nav-btn{
        transform: translateX(0);
    }

    #check:checked ~ .nav-btn .nav-link,
    #check:checked ~ .nav-btn .log-sign{
        animation: animation .5s ease forwards var(--i);
    }

    .nav-links{
        flex: initial;
        width: 100%;
    }

    .nav-links > ul{
        flex-direction: column;
        width: 100%;
    }

    .nav-link{
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .nav-link > a{
        line-height: 1;
        padding: 1.4rem 1.4rem;
        border: none;
    }

    .nav-link:first-child > a {
        border-left: none;
        border-left-width: 0px;
        border-left-color:rgba(255, 255, 255, 0);
        border-right: none;
        border-right-width: 0px;
        border-right-color:rgba(255, 255, 255, 0);
    }

    .nav-link:hover > a{
        transform: scale(1);
        background-color: rgba(240, 0, 0, 0.7);
    }

    .dropdown, .dropdown.second{
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        display: none;
    }

    /*AENDERUNGEN HIER VORGENOMMEN */
    
    .nav-link:hover > .dropdown,
    .dropdown-link:hover > .dropdown{
        animation: animation .5s ease forwards 0.5s;
        display: block;
    }

    .nav-link:hover > a > i,
    .dropdown-link:hover > a > i{
        transition: 1s;
        transform: rotate(360deg);
    }
    
    /*AENDERUNGEN HIER VORGENOMMEN */



    .dropdown-link > a{
        background-color: transparent; 
        color: #fff;
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown.second .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown.second .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)){
        border-bottom: none;
    }

    .arrow{
        z-index: 1;
        background-color: #f00000;
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    }

    .nav-link:hover .arrow{
        background-color: rgba(0, 0, 0, 0.78);
    }

    .dropdown .dropdown .arrow{
        display: none;
        background-color: rgba(0, 0, 0, 0.78);
    }

    .dropdown-link {
        background-color: rgba(0, 0, 0, 0.78);
    }

    .dropdown-link:hover > a{
        background-color: rgba(240, 0, 0, 0.6);
    }

    .dropdown-link:first-child:hover ~ .arrow{
        background-color: rgba(0, 0, 0, 1);
    }

    .nav-link > a > i{
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: .7s;
    }

    .dropdown i{
        font-size: 1rem;
        transition: .7s;
    }

    .insta-button {
        padding: 0px 0px 0px 0px;
    }

    .log-sign{
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.5rem 4rem 2rem;
        justify-content: center;
        opacity: 0;
        transform: translateY(15px);
    }

    .footer {            
        left: 0;
        width:100%;
        max-width: 100%;
        height: 10rem;   /* Height of the footer */ 
        
    }

    .ntexte, .ntext, .bntext{
        font-size: 12pt;
    }

    .ntext > a, .ntexte > a{        
        font-size:12pt;        
    }
    
    .ntext > a:hover, .ntexte > a:hover{
        font-size: 12pt;
    }
    
    .ntext > a:visited, .ntexte > a:visited{
        font-size: 12pt;
    }

    .ntexte2{
        font-size: 12pt;
        left:110px;
    }

    ul.list {
        list-style:disc;
        font-family:'Poppins', sans-serif;
        font-size:12pt;
        padding-left: 3rem;
        line-height:1.1em;
       }
    
    .covidPic{
        width: 300px;
        height: 423px;
    }

    .map, #map{
        width: 100%;
        height: 100%;
        min-height: 500px;
    }

    .imgfindus{
        width: 100%;
    }

    .img_logo_hp{
        top: 1px;
        height: 3.3rem;
        width: 3.3rem;
    }

    .label_logo{
        top: 1.1rem;
        left: 3.4rem;
        height: 1.5rem;
        width: 7.5rem;
    }
    
}

@media (max-width: 600px){

    .label_logo{
        top: 1.2rem;
        left: 3.2rem;
        height: 1.2rem;
        width: 6rem;
    }

}

