body {
    padding: 0;
    margin: 0;
    font-family: 'comfortaa',sans-serif;
    font-size: 16px;
    background-image: url('img/bg_dotted.svg');
    background-repeat: no-repeat;
    
    
  }
  * {
    box-sizing: border-box;
  }
  footer{
    text-align: center;
    padding-top: 2rem;
  }
  a{
    text-decoration: none;
    color: black;
  }
  table{
    width: 25rem;
    text-align: left;
  }
/*Navigation*/
  .logo{
      height: 3rem;
  }
  .nav {
    height: 4rem;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding-right: 1rem;
  }
  
  .nav > .nav-header {
    display: inline;
  }
  
  .nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #e74727;
    padding: 10px 10px 10px 10px;
  }
  
  .nav > .nav-btn {
    display: none;
  }
  
  .nav > .nav-links {
    display: flex;
    flex-direction: row;
    float: right;
    font-size: 18px;
    align-items: center;
    height: 4rem;
  }
  
  .nav > .nav-links > a {
    display: flex;
    padding: 13px 10px 13px 10px;
    flex-direction: row;
    text-decoration: none;
    color: #e74727;
    align-items: center;
  }
  
  .nav > .nav-links > a:hover {
    color: #fff;
    background-color: #e74727;
    height: 4rem;
  }
  
  .nav > #nav-check {
    display: none;
  }
/*Navigation Ende*/
.header{
  width: 100vw;
}
.headwrap{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
 
  border-top: 2px solid #e74727;
}
.headline {
   color: #e74727;
   font-weight: 800;
   font-size: 50pt;
   display: flex;
  
   text-align: center;
   padding: 0;
   margin: 0;
   
}
.schaufel{
   width: 18rem;
  padding: 0;
  margin: 0;
}
.miner {
   display: flex;
   flex-direction: column;
   align-items: center;
   background-color: #4B5160;
   color: #fff;
   width: 23rem;
  
   
}
  .logo_circle{
      width: 23rem;
      margin-top: 10vh;
      margin-bottom: 10vh;
  }
  .intro{
      font-size: 11pt;
      width: 18rem;
      
  }
  .orange{
      height:  5px;
      background-color: #e74727;
  }
/*Pakete*/
  .paket{
      background-image: url('img/platine.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      width: 100vw;
      display: flex;
      justify-content: center;
      padding: 2rem;
      flex-direction: row;
  }
 
  .quat{
      width: 25rem;
      margin: 1rem;
  }
  .name {
      padding-left: 2rem;
      background-color: #4B5160;
      color: #e74727;
      display: flex;
      flex-direction: row;
      align-items: center;
  }
  .objtxt{
      display: flex;
      flex-direction: column;
      background-color: #E0E0E0;
  }
  .txt {
      height: 9rem;
      padding: 0 2rem 1rem 2rem ;
  }
  .icon{
    width: 5rem;
    height: 3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /*Button's*/
  .btm{
      display: flex;
      width: 100%;
      justify-content: center;
      padding: 1rem 0 1rem 0  ;
  }
  .btn{
      border: 2px solid black;
      border-radius: 20px;
      width: 10rem;
      padding: 0.2rem;
      text-align: center;
      height: 1.7rem;
      
  }
  .btn:hover{
      background-color: #e74727;

  }
  .btno{
    border: 2px solid black;
    border-radius: 20px;
    width: 10rem;
    padding: 0.2rem;
    text-align: center;
    height: 1.7rem;
    
}
.btno:hover{
    background-color:#E0E0E0;
}

/*Kontakt*/
  .hi{
      background-color: #e74727;
      
      padding: 4rem;
      display: flex;
      flex-direction: column;
  }
/*Impressum Hover*/
  .lk:hover {
      color: #e74727;
      font-weight: bold;
  }


  /*________________Mobil____________*/
  @media (max-width:790px) {
   
/*Allgemein*/
body{
  background-image: url('img/bg_dotted.svg');
  background-repeat: no-repeat;  
}
footer{
  text-align: center;
  padding-top: 2rem;
}
a{
  text-decoration: none;
  color: black;
}
table{
  width: 18rem;
  text-align: left;
}
/*Navigation*/
    .logo{
        height:3rem;
    }
    .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
    }
    .nav > .nav-btn > label {
      display: inline-block;
      width: 50px;
      
      padding-top: 17px;
      ;
    }
  
    .nav > .nav-btn > label > span {
      display: block;
      width: 30px;
      height: 10px;
      border-top: 2px solid #000;
    }
    .nav > .nav-links {
      position: absolute;
      display: block;
      width: 100%;
      background-color: #fff;
      height: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 4rem;
      left: 0px;
      border-bottom:5px solid #e74727;
    }
    .nav > .nav-links > a {
      display: block;
      width: 100%;
    }
    .nav > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
      height: 92vh;
      overflow-y: auto;
    }
  
  .topnav .icon {
    display: none;
  }
  
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

/*Navigation Ende*/
/*Einzele Oberer Bereich*/
  .header{
    width: 100vw;
  }

  .headwrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
}
 .headline {
     color: #e74727;
     font-weight: 800;
     font-size: 50pt;
     display: flex;
    
     text-align: center;
     padding: 0;
     margin: 0;
     
 }
 .schaufel{
     width: 60vw;
    padding: 0;
    margin: 0;
 }
 .miner {
     display: flex;
     flex-direction: column;
     align-items: center;
     background-color: #4B5160;
     color: #fff;
     width: 100vw;
     
 }
    .logo_circle{
        width: 60vw;
        margin-top: 10vh;
        margin-bottom: 10vh;
    }
    .intro{
        font-size: 11pt;
        width: 80vw;
        
    }
    .orange{
        height:  5px;
        background-color: #e74727;
    }
/*Pakete*/
    .paket{
        background-image: url('img/platine.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw;
        display: flex;
        justify-content: center;
        
        flex-direction: column;
    }
   
    .quat{
        width: 80vw;
        margin-bottom: 1rem;
    }
    .name {
        padding-left: 2rem;
        background-color: #4B5160;
        color: #e74727;
        display: flex;
        flex-direction: row;
    }
    .objtxt{
        display: flex;
        flex-direction: column;
        background-color: #E0E0E0;
    }
    .txt {
        height: 8rem;
        padding: 0 2rem 1rem 2rem ;
    }
    /*Button's*/
    .btm{
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 1rem 0 1rem 0  ;
    }
    .btn{
        border: 2px solid black;
        border-radius: 20px;
        width: 10rem;
        padding: 0.2rem;
        text-align: center;
        height: 1.7rem;
        
    }
    .btn:hover{
        background-color: #e74727;

    }
    .btno{
      border: 2px solid black;
      border-radius: 20px;
      width: 10rem;
      padding: 0.2rem;
      text-align: center;
      height: 1.7rem;
      
  }
  .btno:hover{
      background-color:#E0E0E0;
  }

/*Kontakt*/
    .hi{
        background-color: #e74727;
        
        padding: 4rem;
        display: flex;
        flex-direction: column;
    }
/*Impressum Hover*/
    .lk:hover {
        color: #e74727;
        font-weight: bold;
    }
  }