*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

html{
}

.li-dropdown{
    list-style-type: none;
    border-bottom: 1px solid black;
    padding-bottom: 1vh;
    margin-bottom: 1vh;
    margin-top: 1vh;
    font-size: 1vw;
}

.li-dropdown:last-child{
    border-bottom: none;
}

.li-dropdown a:hover{
    text-shadow: -.25px -.25px 0 black, 
                .25px .25px black;
}

footer{
    position: fixed;
    Width: 100%;
    bottom: 0;
    font-size: 1vw;
    border-top: 1px solid #000;
    background-color: #fff;
}

.id li{
    display: inline;
    margin-left: 3vw;
}

.navbar{
    height: auto;

}

.li-navbar{
    display: inline;
}

.ul-navbar{
    text-align: center;
    font-size: 1.3640625vw;
}

a{
    text-decoration: none;
    color: black;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 7.5vw;
  padding: 1%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 7.5vw;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 1vw;
  z-index: 1;
  margin-left: -1vw;
  margin-top: 0.95vw;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.a-navbar{
    text-decoration: none;
    color: black;
    padding: 1%;
}


.a-navbar:hover{
    padding: 1%;
    background-color: beige;
}

.dropdown:hover{
    background-color: beige;

}

i{
    padding-right: 0.5vw;
    font-size: 1vw;
}

.datenschutz{
    width: 87vw;
    border: 1px solid black;
    margin-left: 5vw;
    padding: 1.5vw;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
}

.headline{
    font-size: 2vw;
}

.subtitle{
    font-size: 1.20vw;
}

.div-subtitle{
    margin-top: 2vw;
}

.tb{
    margin-bottom: 1vw;
    font-size: 1.20vw;

}

.tb-1{
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 1.20vw;
}

.tb-6{
    margin-top: 3vw;
    font-size: 1.20vw;
}

.trennstrich{
    border-top: 1px solid black;
    margin-top: 2vw;
}

.subtitle{
    font-size: 1.4vw;
}

.text{
    font-size: 1.20vw;
}

.p-l3-8{
    font-size: 1.20vw; 
}

.b-move{
    display: none;
}

.p-l9-14{
    font-size: 1.20vw; 
}

.Vorstand{
    margin-top: 2vw;
}

@media only screen and (max-width: 1000px) and (min-width: 100px) {

    footer{
        font-size: 2vw;
    }

    #navbar{
        height: 100vh;
        width: 100vw;
        background-color: white;
        position: fixed;
        z-index: 2;
        display:flex;
        transform: translateX(-100%);
        margin-top: -7vw;
    }

    .li-navbar{
        width: 100vw;
        display: flex;
        height: 5vh;
        border-bottom: 1px solid black;
        padding-top: 3vw;
        padding-bottom: 1vw
    }

    .a-navbar{
        font-size: 3vw;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .ul-navbar{
        width: 100vw;
        list-style-type: none;
        height: 100vh;

    }

    .li-navbar:hover{
        background-color:none;
    }

    .dropdown {
        
        width: 100vw;
        padding: 0;
      }
      
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: lightgray;
        min-width: 100vw;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        padding: 0;
        margin: 0;
      }

      i{
          display: none;
      }

      .li-dropdown{
        font-size: 3vw;
        padding-bottom: 1vh;
        margin-bottom: 1vh;
        margin-top: 1vh;
        padding-top: 1vh;
      }

      .b-move{
          border: none;
          height: 4vh;
          width: 4vh;
          position: fixed;
          display: block;
          z-index: 20;
          margin-top: -5vh;
      }


      .a-navbar:hover{
        padding: 1%;
        background-color: white;
    }
    
    .dropdown:hover{
        background-color: white;
    }

    .datenschutz{
        margin-top: 5vh;
        height: 100%;
    }

    .headline{
        font-size: 3vh;
    }

    .text{
        font-size: 2vh;
    }

    .subtitle{
        font-size: 2.5vh;  
    }

    .p-l3-8{
        font-size: 2vh;
    }
    
    .p-l9-14{
        font-size: 2vh;
    }

    i{
        font-size: 1.8vw;
    }

    .a-navbar{
        font-size: 5vw;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .li-dropdown{
        font-size: 5vw;
        padding-bottom: 1vh;
        margin-bottom: 1vh;
        margin-top: 1vh;
        padding-top: 1vh;
      }

}