:root{
    --background-color: #ffffff;
    --darker-background-color: #b9b9b9a6;
    --accent-color: #006eb756;
    --text-color: #000000dc;
    --navbar-height: 80px;
    --text-color2: #000000;
    --lighter-background-color: #bdbdbd56;
    --text-color3: #006eb7d3;
}
*{
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
}
html{
    height: 100%;
}
body{
    height: 100%;
}
nav{
    height: var(--navbar-height);
    background: var(--background-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0px;
}
.img-fit{
    height: calc(var(--navbar-height) - 20px ); 
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
   


    display: flex;
}

nav ul{
    height: 100%;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center; 
    list-style: none;
}
nav li{
    height: 100%;
    width: 150px;
    text-align: center;
    position: relative;
}

nav li:hover{
    background: var(--accent-color);
}
nav ul a{
    height: 100%;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}
div li{
    margin-top:0in;margin-right:0in;margin-bottom:1.85pt; 
    text-indent:-0,5em;margin-left:2em;line-height:107%;
    font-size: 24px;
    text-align: justify;
    margin: auto;
    color: var(--text-color2);
}
.dropdown{
    height: min-content;
    width: 200px;
    background: var(--background-color);

    display: none;
    flex-direction: column;

    position: absolute;
    left: 0;
    top: var(--navbar-height);
}
.dropdown li{
    height: 70;
    width: 100%;
}
.dropdown li a{
    justify-content: flex-start;
    padding-left: 18px;
    
    width: calc(100% - 30px);
}
nav li:hover .dropdown{
    display: flex;
}
nav input[type="checkbox"]{
    display: none;
}
.expandable_li{
    display: flex;
    justify-content: center;
    align-items: center;
}
.toggle_button{
    width: 30px;
    height: 23px;

    position: absolute;
    top: 25px;
    right: 30px;

    display: none;
    flex-direction: column;
    justify-content: space-between;
}
.bar{
    height: 4px;
    width: 100%;
    background: var(--text-color);
    border-radius: 100px;
}



@media(max-width: 850px){
    .toggle_button{
        display:flex;
    }
    nav ul{
        height: min-content;
        width: 100%;
        background: var(--background-color);

        display: none;
        position: absolute;
        top: var(--navbar-height);
    }
    nav li{
        height: min-content;
        width: 100%;
    }
    nav ul a{
        padding: 30px 0;
    }
    .expandable_li{
        display: block;
    }
    .expandable_li label{
        padding: 30px 0;
        cursor: pointer;
        display: block;
    }
    .expandable_li:hover .dropdown{
        display: none;
    }
    .expandable_li input[type="checkbox"]:checked ~ .dropdown{
        display: block;
    }
    .dropdown{
        position: static;
        width: 100%;
    }
    .dropdown li{
        padding: 0;
        display: block;
        position: static;
        background-color: var(--darker-background-color);
    }
    .dropdown.li a{
        width: 100%;
        padding: 0;
        justify-content: center;
    }
    #toggle_button:checked ~ ul{
        display: block;
    }
    .videos{
        padding-left: 30px;
        padding-right: 30px ;
    }


}


.videos {

    background-color: var(--lighter-background-color);
}

.videos-text {
    padding: 30px;

    text-align: center;
    margin: auto;
    background-color: var(--lighter-background-color);
    color: var(--text-color2);
}


.pdf-text {
    margin-top:0in;margin-right:0in;margin-bottom:1.85pt; text-indent:-2em;margin-left:2em;line-height:107%;
    padding: 100px;
    font-size: 18px;
    text-align: justify;
    margin: auto;
    background-color: var(--lighter-background-color);
    color: var(--text-color2);
}
.cpf-pics {
    padding: 10px;
    text-align: center;
    margin: auto;
    color: var(--text-color2);
}
.cpf-pics2 {
    padding: 10px;
    text-align: center;
    margin: auto;
    color: var(--text-color2);
}
.cpf_button {
    height: 100%;
    width: 100%;
    padding: 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: var(--darker-background-color);
}
.cpf_button:hover {
    background: var(--accent-color);
}

b {
    font-size: 24px;
}

.CPF-text {
    padding: 30px;
    text-align: left;
    margin: auto;
    background-color: var(--lighter-background-color);
    color: var(--text-color2);
}



.pdf-link {
    font-size: 16px;
}

.pdf-link:hover {
    background-color: var(--darker-background-color);
}

h1 {
    text-align: center;
    display: block;
    font-size: 2em;
    margin-top: 0,67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h4 {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h5 {
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.yt_box{
  position: relative;
  max-width: 720px; /* wie breit soll das Video maximal sein */
  margin: auto;
  background-color: var(--background-color);
}
.yt_box:before{
  content: "";
  display: block;
  padding-top: 56%; /* 16:9 Format */
}
.yt_box iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.yt_box2{
    position: relative;
    max-width: 420px; /* wie breit soll das Video maximal sein */
    margin: auto;
    background-color: var(--lighter-background-color);
}
.yt_box2:before{
    content: "";
    display: block;
    padding-top: 56%; /* 16:9 Format */
}
.yt_box2 iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.image-container {
    padding-top: 0px;
    background-color: var(--lighter-background-color);
}

.header-image {
    width: 100%;      
}

.data-sheet2 {
    width: 100%;
}

.footer {
  position: flex;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--lighter-background-color);
  text-align: center;
  text-decoration: none;
  color: #000000;
  padding-bottom: 10px ;


}

.legal {
    color: #000000;
    text-decoration: none;
    padding-left: 30px ;
    padding-right: 30px ;
}

.legal:hover {
    color: var(--text-color3);
}

.legal2 {
    color: #000000;
    text-decoration: none;
    padding-left: 6px ;
    padding-right: 6px ;
}

.legal2:hover {
    color: var(--text-color3);
}



#myPDF {
    width: 85%;
    height: 875px;

}



figure {
    display: table;

    position: relative;
    width: 86vw;
    min-height: 850px;
    height: auto;
    margin: 0 auto 30px;
  }
  
  figcaption {
    border: 3px ridge grey;
    text-align: center;

    padding: 0 0 8px 0;
    background: rgba(51, 51, 51, 0.3);
    color: #000000;
  }
  
  iframe,  object,
  embed {

    overflow: hidden;
    position: relative;
    height: 850px;
    width: 86vw;

  }

span.d0 {
    display:none;
}
span.d1 {
    font-size: 16px;
}

.form-check-input {
    position: absolute;
}


.gridbox {
    padding:10px;

}

.gridbox p {
    margin-top:0in;margin-right:0in;margin-bottom:1.85pt; 
    text-indent:-1em;margin-left:2em;line-height:107%;
    font-size: 24px;
    text-align: justify;
    margin: auto;
    color: var(--text-color2);
    
}

.gridbox div {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    
}

@media (max-width:64em) {
.gridcontainer1 {
    padding: 45px;}
}
@media (min-width: 64em) { 
	/* Breite beträgt mindestens 30em */ 
	.gridcontainer1 {
		grid-template-columns: 1fr 1fr 1fr;	
		grid-template-rows: auto 1fr auto;
}
.gridcontainer1 {
    display:grid;
    grid-template-columns: 2% 1% 30% 30% 30% 3%;
    gap: 10px;
    padding: 20px;
}

.elem1 {
    grid-row: 1 / 2 ;
    grid-column: 3 / 5;
}
.elem2 {
    grid-row: 1;
    grid-column: 5 / -1;
}
.elem3 {
    grid-row: 2;
    grid-column: 3 / 6;
}
.elem4 {
    grid-row: 3;
    grid-column: 3;
}
.elem5 {
    grid-row: 3;
    grid-column: 4;
}
.elem6 {
    grid-row: 3;
    grid-column: 5;
}
.elem7 {
    grid-row: 4;
    grid-column: 3 / 6;
}
.elem8 {
    grid-row: 5;
    grid-column: 3 / 6;
}
.elem9 {
    grid-row: 6;
    grid-column: 3 / 6;
}
.elem10 {
    grid-row: 7;
    grid-column: 3 / 6;
}
.elem11 {
    grid-row: 8;
    grid-column: 3;
}
.elem12 {
    grid-row: 8;
    grid-column: 4;
}
.elem13 {
    grid-row: 8;
    grid-column: 5;
}
.elem14 {
    grid-row: 9;
    grid-column: 3 / 6;
}
.elem15{
    grid-row: 10;
    grid-column: 3;
}
.elem16{
    grid-row: 10;
    grid-column: 4;
}
.elem17{
    grid-row: 10;
    grid-column: 5;
}
.elem18{
    grid-row: 12;
    grid-column: 3;
}
.elem19{
    grid-row: 12;
    grid-column: 4;
}
.elem20{
    grid-row: 12;
    grid-column: 5;
}

}

