@media only screen and (min-width: 563px){
  #main p.lobster.big, .lobster.big{
    font-size: 50px;
  }
  #main p.big, .big{
    font-size: 22px;
  }
  #main p.lobster, .lobster, #main h1{
    font-size: 40px;
  }
}
@media only screen and (min-width: 500px){
  #main ul.marg, .trans{
    padding: 30px 50px 15px 40px;
  }
}
@media only screen and (min-width: 410px){
  #kontakt{
    padding: 25px 25px 25px 25px;
  }
}
@media only screen and (min-width: 548px){
  #kontakt{
    padding-bottom: 25px;
  }
  #kontakt.pic{
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1081px){
  #kontakt{
    height: 100vh;
    position: fixed;
    top: 130px;
    left: 0;
    z-index: 1;
    width: 400px;
    padding: 8% 40px;
  }
}
@media only screen and (min-width: 410px){
  #trautmann{
    padding-right: 25px;
  }
}
@media only screen and (min-width: 410px){
  header .box3{
    padding: 3px 25px 3px 25px;
  }
}
@media only screen and (min-width: 1081px){
  header{
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}
@media only screen and (min-width: 1121px){
  #trautmann{
    position: absolute;
    bottom: 10px;
    right: 25px;
    padding: 0;
  }
  header .box1{
    position: absolute;
    bottom: -3px;
  }
  header .box2{
    position: absolute;
    bottom: -6px;
  }
  header .box3{
    position: absolute;
    bottom: -25px;
  }
}
@media only screen and (min-width: 1500px){
  header{
    min-width: 140px;
  }
}
@media only screen and (min-width: 1121px){
	#sidrwrapper, #button-top{
		display: none;
	}
  nav{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
  }
  nav ul li{
    float: left;
    list-style-type: none;
    font-size: 15px;
    font-weight: bold;
  }
  nav ul li a{
    display: block;
    padding: 12px 10px;
    transition: .2s all ease;
  }
  nav ul li a:hover, .active{
    background: rgba(255,255,255,.3);
  }
}
@media only screen and (min-width: 1262px){
  nav ul li{
    text-transform: uppercase;
    font-size: 15px;
  }
  nav ul li a{
    padding: 12px 15px;
  }
}
@media only screen and (min-width: 410px){
  #main{
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1081px){
  #main{
    margin-left: 425px;
    text-align: justify;
    margin-top: 155px;
  }
}
@media only screen and (min-width: 1121px){
  #main{

  }
}
@media only screen and (min-width: 1367px){
  #main{
    width: 800px;
    margin-right: 0;
    margin-left: 500px;
    margin-top: 155px;
  }
}
@media only screen and (min-width: 1367px) and (min-height: 910px){
  #main{
    width: 800px;
    margin-right: 0;
    margin-left: 500px;
    margin-top: 220px;
  }
}
@media only screen and (min-width: 1575px){
  #main{
    margin-left: 700px;
  }
}
@media only screen and (min-width: 717px){
  #main .inner .pad{
    padding: 60px 80px 0px 80px;
  }
}
@media only screen and (min-width: 500px){
  .checkboxes{
    width: 50%;
    float: left;
  }
  label{
    font-size: 14px;
  }
}
@media only screen and (min-width: 774px){
  .checkboxes{
    width: 40%;
  }
}
@media only screen and (min-width: 800px){
  #checkbox{
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1300px) and (min-height: 750px){
  footer{
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 548px){
  footer .left{
    float: left;
    padding: 14px 0 14px 25px;
  }
  footer .right{
    float: right;
    padding: 14px 25px 14px 0;
  }
}
@media only screen and (min-width: 1081px){
  footer{
    height: 50px;
    margin-top: -50px;
    box-shadow: 0 -15px 2px #666;
  }
  footer img{
    position: absolute;
    left: 250px;
    top: -275px;
  }
  footer .left{
    position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
    padding: 0px 0 0px 25px;
  }
  footer .right{
    position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
    padding: 0px 25px 0px 0;
  }
  footer .box1{
    position: absolute;
    top: -6px;
  }
  footer .box2{
    position: absolute;
    top: -10px;
  }
  footer .box3{
    position: absolute;
    top: -12px;
  }
}
