body {
    padding: 0;
    margin: 0;
    font-family: 'comfortaa',sans-serif;
    font-size: 16px;
  }
  * {
    box-sizing: border-box;
  }
  footer{
    text-align: center;
    padding-top: 2rem;
  }
  a{
    text-decoration: none;
    color: black;
  }
  table{
    width: 25rem;
    text-align: left;
  }

  h1{
      color: #e74727;
  }
  h2{
      color: #fff;
  }


/*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*/

 .headwrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
    border-top: 2px solid #e74727;
}
.cont{
    display: flex;
    width:100vw;
    padding-top: 5rem;
    flex-direction: column;
    align-items: center;
}
.contin{
    display: flex;
    width: 80vw;
}
.Tx{
    background-color: #4B5160;
    color: #fff;
    padding: 1rem;
    width: 20vw;
}
.ics{
    display: flex;
    flex-wrap: wrap;
    width: 60vw;
    padding: 1rem;
}

.emblem{
    flex: 1 0 30%;
    height: 10rem;
    width: 10rem;
    padding: 1rem;
}

.miete{
    background-color: #e7e7e7;
    width: 80vw;
    text-align: center;
}
.preis{
    background-color: #e74727;
    width: 80vw;
    text-align: center;
}
/*Kontakt | Button*/
 
  .btno{
    border: 2px solid black;
    border-radius: 20px;
    width: 10rem;
    padding: 0.2rem;
    text-align: center;
    height: 1.7rem;
    
}
.btno:hover{
    background-color:#e74727;
    border: 2px solid white;
    border-radius: 20px;
    color: white;
}


  .hi{
    
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      
  }
/*Impressum Hover*/
  .lk:hover {
      color: #e74727;
      font-weight: bold;
  }
/*________________Mobil____________*/
@media (max-width:1050px) {
   /*Allgemein*/
/*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*/

.headwrap{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  border-top: 2px solid #e74727;
}
.cont{
  display: flex;
  width:100vw;
  padding-top: 2rem;
  flex-direction: column;
  align-items: center;
}
.contin{
  display: flex;
  width: 100vw;
  
}
.Tx{
  background-color: #4B5160;
  color: #fff;
  padding: 1rem;
  width: 40vw;
}
.ics{
  display: flex;
  flex-wrap: wrap;
  width: 60vw;
}

.emblem{
  flex: 1 0 30%;
  height: 8rem;
  width: 8rem;
  padding:1rem
}
.miete{
    background-color: #e7e7e7;
    width: 100vw;
    text-align: center;
}
.preis{
  background-color: #e74727;
  width: 100vw;
  text-align: center;
}
/*Kontakt | Button*/

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


.hi{
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
/*Impressum Hover*/
.lk:hover {
    color: #e74727;
    font-weight: bold;
}
  }

  /*________________Mobil____________*/
  @media (max-width:700px) {
   
    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*/

.headwrap{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  border-top: 2px solid #e74727;
}
.cont{
  display: flex;
  width:100vw;
  padding-top: 2rem;
  flex-direction: column;
  align-items: center;
}
.contin{
  display: flex;
  width: 100vw;
  flex-direction: column;
  
}
.Tx{
  background-color: #4B5160;
  color: #fff;
  padding: 1rem;
  width: 100vw;
}
.ics{
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
}

.emblem{
  flex: 1 0 30%;
  height: 10rem;
  width: 10rem;
}
.preis{
  background-color: #e74727;
  width: 100vw;
  text-align: center;
}
/*Kontakt | Button*/

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


.hi{
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    
}
/*Impressum Hover*/
.lk:hover {
    color: #e74727;
    font-weight: bold;
}
  }