﻿*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    
}


nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    font-family: 'Poppins', sans-serif;
    background-color: #575757;
    border-bottom: #e8491d 3px solid;
}

.logo{
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
     
}
.logo .highlight{
    
    color: #e8491d;
}
#current a{
    color: #e8491d;
}
.nav-links{
    display: flex;
    justify-content: space-around;
    width: 60%
}
.nav-links li{
    list-style:none;
}

.nav-links a{
    color: white;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 14px;

}
.burger{
    display: none;
    cursor: pointer;
}

.burger div{
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px;
}
.burger2{
    display: none;
    cursor: pointer;
}

.burger2 div{
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px;
}


@media screen and (max-width:980px){

    .nav-links{
        width: 30%;
    }
    

}



@media screen and (max-width:768px){
    html, body{
        position:relative;
        overflow-x: hidden;
        max-width:100%;
        
        
       
    }
    
    .nav-links{
        position:absolute;
        right: 0px;
        height: 92vh;
        width: 50%;
        top:8vh;
        background-color: #575757;
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
    }
    .nav-links li{
        opacity: 0;
    }
    .burger{
        display: block;
    }
    
    .box p{
        display: none;
    }
    table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
    
  }
    
    
    
    
    
    
}
.nav-active{
    transform: translateX(0%);
}

@keyframes navLinkFade{
    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}
.toggle.line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle.line2{
    opacity: 0;
}

.toggle.line3{
    transform: rotate(45deg) translate(-5px,-6px);
}
.container{
   width: 80%;
    margin:auto;
    overflow: hidden;
}

#showcase{
    min-height:300px; 
    background: url('../img/bond_wall_2.jpg') no-repeat 0 -550px;
    text-align: center;
    color: #ffffff;
    overflow-x:hidden;
}
#showcase h1{
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
}
#showcase p{
    font-size: 20px;
}
#newsletter{
    padding: 15px;
    color: #ffffff;
    background: #575757;
}
#newsletter h1{
    float: left;
}
#newsletter form{
    float: right;
    
}
#newsletter input[type=email]{
    padding: 4px;
    height:30px;
    width: 250px;
}
.button_1{
    height:28px;
    background: #e8491d;
    border:0;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    text-align: center;
    min-width: 150px;
}
#boxes{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    
    
}
#boxes img{
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

#boxes .box{
    
    float: left;
    text-align: left;
    width: 80%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}
footer{
    padding: 20px;
    margin-top: 0px;
    color: #ffffff;
    background-color: #e8491d;
}
#login{
    padding: 15px;
    padding-top: 50px;
    color: #ffffff;
    background: #575757;
    min-height: 480px;
}
#login h1{
    float: left;
}
#login form{
    float: right;
    
}
#login input[type=text]{
    padding: 4px;
    height:30px;
    width: 250px;
}
#login input[type=password]{
    padding: 4px;
    height:30px;
    width: 250px;
}
#useraccounts{
    padding: 15px;
    padding-top: 50px;
    color: #ffffff;
    background: #575757;
    min-height: 350px;
}
#useraccounts h1{
    float: left;
}
#useraccounts form{
    
}
#useraccounts input[type=email]{
    padding: 5px;
    height:30px;
    width: 250px;
    margin-top: 5px;
}
#useraccounts input[type=password]{
    padding: 5px;
    height:30px;
    width: 250px;
    margin-top: 5px;
}

#useraccounts select[type=text]{
    padding: 5px;
    height:30px;
    width: 250px;
    margin-top: 5px;
}
#useraccounts input[type=text]{
    padding: 5px;
    height:30px;
    width: 250px;
    margin-top: 5px;
}
#table{
    padding: 15px;
    padding-top: 50px;
    
}
#table h1{
    float: left;
}
table {
  border-collapse: separate;
  border-spacing: 0.2em;

}
  
th,td {
  padding: 0.2em 0.5em;
  border-radius: 0.1em;
}  

th {
  background-color:#ebebeb;
    text-align: center;
}

td {
  font-style:italic;
  text-align: center;
  box-shadow: inset 1px 3px 5px -3px rgba(0,0,0,0.5);

}   

td:empty{
  box-shadow: none;
}

#zaehlerstaende input[type=text]{
    padding: 5px;
    height:30px;
    width: 250px;
    margin-top: 5px;
}
#zaehlerstaende{
    padding: 15px;
    padding-top: 50px;
    color: #ffffff;
    background: #575757;
    min-height: 350px;
}
#zaehlerstaende h1{
    float: left;
}
#zaehlerstaende form{
    
}
#zaehlerstaende input[type=date]{
    padding: 5px;
    height:30px;
    width: 250px;
    margin-top: 5px;
}
#tablenetwork{
    padding: 15px;
    padding-top: 50px;
    
}
#tablenetwork h1{
    float: left;
}
tablenetwork {
  border-collapse: separate;
  border-spacing: 0.2em;

}
  
#tablenetwork th,td {
  padding: 0.2em 0.5em;
  border-radius: 0.1em;
}  

#tablenetwork th {
  background-color:#ebebeb;
    text-align: center;
}

#tablenetwork td {
  font-style:italic;
  text-align: center;
  box-shadow: inset 1px 3px 5px -3px rgba(0,0,0,0.5);

}   
