@media only screen and (min-width: 1000px){
  .show_this{
    padding: 0 20px 10px 20px;
  }
}
@media only screen and (min-width: 600px){
  .large{
    font-size: 50px;
  }
  .medium{
    font-size: 30px;
  }
}
@media only screen and (min-width: 805px){
  #logo{
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
  	max-width: 500px;
  }
  #logo_small{
    display: none;
  }
}
@media only screen and (min-width: 790px){
  #num p{
    display: inline-block;
    float: right;
    padding-right: 20px;
  }
  #num p:first-of-type{
    margin-right: 40px;
    float: left;
  }
  #num{
    font-size: 30px;
    display: block;
    line-height: 1.5em;
    z-index: 4;
    padding-left: 20px;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    text-shadow: 2px 2px 3px #333;
  }
}
@media only screen and (min-width: 1400px){
  #num{
    font-size: 40px;
  }
  #num p{
    display: inline-block;
    float: left;
  }
  #num p:first-of-type{
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1400px){
  #heiss{
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
  }
}
@media only screen and (min-width: 946px){
  nav{
    position: absolute;
    top: 12px;
    right: 0;
    display: block;
  }
  nav ul li{
    list-style-type: none;
    text-transform: uppercase;
    display: block;
    float: left;
    padding: 20px 25px;
    transition: .2s all ease-in;
  	font-size: 25px;
  }
  nav ul li:hover{
    text-shadow: 2px 2px 0px #fff;
  }
  nav ul a:link, nav ul a:visited{
    color: #333;
    font-weight: normal;
    text-decoration: none;
  }
  nav ul a:hover, nav ul a:focus, nav ul a:focus{
    color: #48A1AD;
    font-weight: normal;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1180px){
  .video_wrapper{
    width: 49%;
    float: left;
  }
  .video_wrapper.two{
    float: right;
  }
}
@media only screen and (min-width: 1400px){
  .pc{
    display: block;
  }
  .mobile{
    display: none;
  }
}
@media only screen and (min-width: 1200px){
  #welcome{
    padding: 120px 20px 120px 20px;
  }
}
@media only screen and (min-width: 600px){
  .heading h1{
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px){
  .daten.wrap{
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 655px){
  .daten .left, .daten .right, .daten .mid{
    width: 33.33333333333334%;
    float: left;
  }
  .daten .head{
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1000px){
  #preise{
    padding: 100px 0;
  }
}
@media only screen and (min-width: 440px){
  #preise .inner{
    padding: 50px;
  }
}
/*-------------kontakt---------------------------------------------------------------------------*/
@media only screen and (min-width: 1200px){
  #kontakt.wrap{
    padding: 100px 20px;
  }
}
@media only screen and (min-width: 800px){
  #form1{
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1150px){
  .submitbutton{
    float: right;
  }
}
@media only screen and (min-width: 800px){
  footer{
    text-align: right;
    padding-right: 90px;
    padding: 40px 40px 40px 40px;
  }
}
/******Impressum*****************************************************************/
.top{
  margin-top: 80px;
}
.impr .daten p{
  margin-left: 12px;
}
.impr .daten .head{
  margin-bottom: 15px;
}
#main.impr ul{
  margin-left: 28px;
}
.impr .daten .head{
  margin-right: 0;
}
