/* Master Style */
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    display: flex;
    justify-content: center;
  
    min-height: 2vh;
    flex-direction: column;
}

.container_class {
    display: grid;
    grid-template-columns: 1fr;
}

/* Navigation Style*/
.nav_leiste {
  display: flex;
  justify-content: space-between; 
  padding: 28px;

}

.linke_nav_leiste {
  display: flex;
}

.nav_leiste > .linke_nav_leiste > div {
margin-right: 20px;
font-size: 0.9em;
text-transform: uppercase;
}

.nav_link {
    height: 22px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.5s;
}

.nav_link a {
   color: #8a8a8f; 
   text-decoration: none;
   transition: color 0.5s;
}

.nav_link:hover {
    border-bottom: 1px solid red; 

}

.nav_link a:hover {
    background-color: red;
    color: white; 
    box-shadow: 0 0 5px red,
    0 0 10px red,
    0 0 20px  red,
    0 0 30px red;
    border-radius:6px; 
    border:1px solid red;
    outline: none; 
    border-width: 2px;
}  



.active_nav_link {

    border-bottom: 1px solid red;
}


.active_nav_link a {

    color: red important;
}

/* Portfolio Style*/

.portfolio_items_leiste {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 38px;
    height: 200px;
    width:300px;
    padding-top: 0px;
    
}

  

.portfolio_item_leiste {
    position: relative;
    height: 200px;
    width:300px;
    padding-left: 5px;
    padding-right: 5px;
    
}

.portfolio-img-background {
    height: 190px;
    width: 300px;
    background-size: 280px ;
    background-position: center ;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    color: transparent;

    border:1px solid black;
    outline: none; 
    border-width: 2px;
    border-radius:6px; 

 
}



.img_text_leiste {

position: absolute;
top: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height:90%;
text-align: left;

padding-left: 70px;
padding-right: 60px;
}




.div_logo_leiste {
width: 50%;
margin-bottom: 10px;
}

/*  den image auswaehler spezifizieren*/
.img_text_leiste .subtitle {

    transition: 1s;
    font-weight: 600;
    color: transparent;
    background-position: center ;
  
}



.img_text_leiste:hover .subtitle {

    font-weight: 600;
    color: white;
   background-color: red;
    box-shadow: 0 0 15px red,
    0 0 30px red,
    0 0 50px red,
    0 0 200px red;
    border-radius:6px; 
    border:1px solid red;
    outline: none; 
    border-width: 2px;

}


.img_darken {
    transition: 1s;
    filter: brightness(30%);
    border-radius:6px; 
    border:1px solid black;
    outline: none; 
    border-width: 1px;

    
}

/* impressum style*/
.zwei_spalten_leiste {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.eine_spalten_leiste {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 0px;
}

.profile_img_leiste img {
width: 25%;
}

.profile_einespalte_leiste {
    width: 60%;
    padding: 5px;
    padding-top: 0px;
    }

.profile_content_leiste {
    padding: 15px;
}

.profile_uberschrift  {
    background-color: whitesmoke ;
    color: black;
    position: relative;
    height: 30px;
    width:600px;
    padding-left: 10px;
    padding-right: 1px;
    padding-top: 0px;
    padding-bottom: 32px;
    margin: 5px;
    border-radius:6px; 
    border:1px solid black;
    outline: none; 
    border-width: 1px;
}
.profile_einespalte_leiste_description  {
    background-color: whitesmoke ;
    color: black;
    position: relative;
    height: 300px;
    width:600px;
    padding-left: 10px;
    padding-right: 1px;
    padding-top: 0px;
    padding-bottom: 2px;
    margin: 5px;
    border-radius:6px; 
    border:1px solid black;
    outline: none; 
    border-width: 1px;
    
}

.profile_einespalte_leiste_description  h1 {
    color:black;
}

.profile_einespalte_leiste_description  h2 {
    color:black;
}

.profile_einespalte_leiste_description  h3 {
    color:black;
}




.profile_einespalte_leiste h1 {
    color: lightseagreen;
}

.profile_einespalte_leiste h2 {
    color: lightseagreen;
}

.profile_einespalte_leiste h3 {
    color: lightseagreen;
}



.table_contents {
    display: grid;
    grid-template-columns:  1fr 1fr 1fr 1fr;
    padding: 0px;
    height:0px;
    width:1px;
    padding-top: 0px;
    text-align: left;
    margin: 5px;

}

.table_content {
    position: relative;
    height: 100px;
    width:250px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px;
    padding-bottom: 0%;
}


.table_content_pkw a
{
    content:'➡';	
    display: inline-block;
    font-size: 1.0em;
    text-decoration: none;
    color: red;
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);  
    transform:rotate(-90deg);	
    text-align: right;
  
    
}


.formular_contents_online {
    display: grid;
    grid-template-columns:  1fr 1fr ;
    padding: 0px;
    height:0px;
    width:1px;
    padding-top: 0px;
    text-align: left;
}

.formular_content_online {
    position: relative;
    height: 300px;
    width: 550px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px;
    padding-bottom: 0%;
}
.table_content_online {
    position: relative;
    height: 100px;
    width:400px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px;
    padding-bottom: 0%;
}

.formular_gestalten_online textarea {
    border-radius:6px; 
       border:1px solid silver;
       outline: none; 
       font-size: 0.9em; 
       color: teal;
       font-family: inherit;
       font-weight:300; 
       width: 400px;
}

.formular_gestalten_online  input {
   border-radius:6px; 
   border:1px solid silver;
   outline: none; 
   border-width: 1px;
   font-size: 0.9em; 
       color: teal;
       font-family: inherit;
       font-weight:200; 
     width: 400px;
     
}

.formular_gestalten_online  button {
   background-size: 100%;
   background-color: red;
   border-radius:6px; 
   border:1px solid silver;
   outline: none; 
   font-size: 0.9em; 
       color:white;
       font-family: inherit;
       font-weight:300; 
    
}

.formular_gestalten_online  button:hover {
   background-size: 100%;
   background-color: red;
   border-radius:6px; 
   border:1px solid silver;
   outline: none; 
   font-size: 0.9em; 
       color:white;
       font-family: inherit;
       font-weight:300; 
       box-shadow: 0 0 5px red,
       0 0 10px red,
       0 0 20px  red,
       0 0 30px red;
}



.formular_gestalten_online label {
   margin: 1px;
 text-align: start;
   
}

.formular_gestalten_online  h5 {
    
    font-size: 0.7em; 
        color:black;
        font-family: inherit;
  
}


.formular_contents {
    display: grid;
    grid-template-columns:  1fr 1fr;
    padding: 0px;
    height:0px;
    width:1px;
    padding-top: 0px;
    text-align: left;
}


.formular_content {
    position: relative;
    height: 300px;
    width: 400px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px;
    padding-bottom: 0%;
}

.formular_gestalten  textarea {
     border-radius:6px; 
        border:1px solid silver;
        outline: none; 
        font-size: 0.9em; 
        color: teal;
        font-family: inherit;
        font-weight:300; 
        width: 300px;
}

.formular_gestalten  input {
    border-radius:6px; 
    border:1px solid silver;
    outline: none; 
    border-width: 1px;
    font-size: 0.9em; 
        color: teal;
        font-family: inherit;
        font-weight:200; 
      width: 300px;
      
}

.formular_gestalten  button {
    background-size: 100%;
    background-color: red;
    border-radius:6px; 
    border:1px solid silver;
    outline: none; 
    font-size: 0.9em; 
        color:white;
        font-family: inherit;
        font-weight:300; 
     
}

.formular_gestalten  button:hover {
    background-size: 100%;
    background-color: red;
    border-radius:6px; 
    border:1px solid silver;
    outline: none; 
    font-size: 0.9em; 
        color:white;
        font-family: inherit;
        font-weight:300; 
        box-shadow: 0 0 5px red,
        0 0 10px red,
        0 0 20px  red,
        0 0 30px red;
}



.formular_gestalten  label {
    margin: 1px;
  text-align: start;
    
}


.formular_gestalten  h5 {
    
    font-size: 0.7em; 
        color:black;
        font-family: inherit;
  
}

ul {

    margin: 0px;
    padding: 0px;
    list-style: none;
}


li {
   
    margin: 15px;
}

ul li {
float: left;
width: 200px;
height: 30px;
background-color: whitesmoke ;
opacity: .8;
line-height: 30px;
text-align: center;
font-size: 15px;
margin: 1px;
border-radius:6px; 
border:1px solid black;
outline: none; 
border-width: 1px;


}

ul li a {
    text-decoration: none;
    color: grey;
    display: block;

}
ul li a:hover {
    background: red;
    color: white;
    transition: 1s;

}

ul li ul li {
 display: none; 
 
}

ul li:hover ul li {
   display: contents ;
   transition: 1s;
   border-radius:6px; 
 border:1px solid black;
  outline: none; 
  border-width: 21px;
}

.nav_leiste_transparent {
    display: block;
    padding: 8px;
    height: 30px;
  
}
 
.profile_einespalte_leiste_theorie {
    width: 90%;
    padding: 5px;
    padding-top: 0px;
    }

    .profile_einespalte_leiste_theorie h1 {
        color: lightseagreen;
    }
    
    .profile_einespalte_leiste_theorie h2 {
        color: lightseagreen;
    }
    
    .profile_einespalte_leiste_theorie h3 {
        color: lightseagreen;
    }
.nav_leiste_transparent_theorie {
    display: block;
    padding: 4px;
    height: 30px;
}

.nav_leiste_transparent_theorie ul {

    margin: 0px;
    padding: 0px;
    list-style: none;
}

.nav_leiste_transparent_theorie ul li {
float: left;
width: 50px;
height: 30px;
background-color: whitesmoke ;
opacity: .8;
line-height: 30px;
text-align: center;
font-size: 15px;
margin: 1px;
border-radius:6px; 
border:1px solid black;
outline: none; 
border-width: 1px;
}

.nav_leiste_transparent_theorie ul li a {
    text-decoration: none;
    color: grey;
    display: block;

}
.nav_leiste_transparent_theorie ul li a:hover {
    background: red;
    color: white;
    transition: 1s;

}

.table_content_theorie a
{
    content:'➡';	
    display: inline-block;
    font-size: 15px;

    text-decoration: none;
    color: red;
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);  
    transform:rotate(-90deg);	
 
    
}

.linke_nav_leiste_transparent {
    display: block ;
    
}
  

.text_rechts {
    text-align: right;

 
}
