@media only screen and (max-width: 1024px) 
{

body
{
 font-size:14px;
}

#logo
{
 height:60px; 
 width:60px; 
 margin:25px 0 0 10px; 
}

#title
{
 font-size:18px; 
 line-height:24px; 
 margin-top:30px;
}

#title span
{
 font-size:16px; 
}

#header
{
 height:100px;
 width:100%;
}

 #dsgvo_once
 {
  position:fixed;
  left:0;
  bottom:0;
  width:91%;
  display:block;
  border-radius:0;
 }

.center
{
 width:100%;
}

#content
{
 width:100%;
 padding:150px 0 50px 0;
}

#menu
{
 display:none;
}

#resp_menu_btn
{
 display:inline;
 float:right; 
 background:url(images/menu.png) center no-repeat; 
 background-size:80% 80%; 
 height:50px; 
 width:50px; 
 margin:26px 10px 0 0
}

.scrollup
{
 width:45px;
 height:45px;
 background:#F07D00 url(images/scrollup.png) center no-repeat;
 background-size:80% 80%;
 bottom:15%;
 right:5%;
}

h2
{
 font-size:22px;
 margin:2em 0 0.2em 0;
 letter-spacing:1px;
}

h3
{
}

h4
{
 font-size:16px;
 margin:30px 0 -20px 0;
}

h5
{
 font-size:16px;
}

.pgm
{
 margin:0 0 0.2em 0;
}

p
{
 font-size:14px;
 line-height:25px; 
 margin:30px 20px;
}

.slogan
{
 font-size:24px; 
 line-height:36px; 
 margin:0 30px
}

.highlight
{
 font-size:22px; 
}

.chkoff
{
 padding:12px 0 0 30px;
 background-size:22px 22px;
}

.chkon
{
 padding:12px 0 0 30px;
 background-size:22px 22px;
}

.div_line
{
 border-bottom:1px solid #F07D00; 
 margin:50px;
}

ul
{
 font-size:14px;
 line-height:25px; 
 margin:30px 10px 50px 0;
}

table
{
 width:90%; 
 font-size:14px; 
 line-height:25px;   
}

#gmaps
{
 height:500px; 
 width:100%; 
 border-radius:0;
}

.chkoff, .chkon
{
 margin:0 0 20px 40px;
 font-size:14px;
}

.button
{
 padding:10px; 
 margin-left:25px;
 font-size:16px;
}

.buttonp
{
 float:none;   
 display:block;
 width:70%;
 margin:0 auto 80px auto;   
}

.buttonm
{
 float:none;   
 display:block;
 width:70%;
 margin:0 auto 40px auto;   
}

.button_img
{
 height:20px; 
 width:20px; 
 margin:0 10px 0 0; 
}

.main_img
{
 height:auto; 
 width:90%; 
 display:block;
 margin: 50px auto;
}

.cont_btn
{
 margin-left:0;
}

#footer
{
 font-size:14px;
 padding:20px;
 line-height:30px;    
}

}