* {
    box-sizing: border-box; font-family: Titillium Web, sans-serif; font-size: 1.0em;
}

@font-face {
  font-family: Titillium Web;
font-size: 1em;
  font-style: normal;
  font-weight: 300;
  src: url(../../fonts/titillium-web-v15-latin-300.eot); /* IE9 Compat Modes */
  src: local(Titillium Web),
       url(../../fonts/titillium-web-v15-latin-300.eot?#iefix) format(embedded-opentype), /* IE6-IE8 */
       url(../../fonts/titillium-web-v15-latin-300.woff2) format(woff2), /* Super Modern Browsers */
       url(../../fonts/titillium-web-v15-latin-300.woff) format(woff), /* Modern Browsers */
       url(../../fonts/titillium-web-v15-latin-300.ttf) format(truetype), /* Safari, Android, iOS */
       url(../../fonts/titillium-web-v15-latin-300.svg#TitilliumWeb) format(svg); /* Legacy iOS */
}

body {
background-color: white;
}


a.txt:link {color: #b07540;}
a.txt:visited {color: #b07540; }
a.txt:hover {color: #b07540; }
a.txt:focus {color: #b075400; }
a.txt:active {color: black; }

a.dat:link {color: #b07540; text-align: center;}
a.dat:visited {color: #b07540; }
a.dat:hover {color: #b07540; }
a.dat:focus {color: #b07540; }
a.dat:active {color: black; }


#suchbox {
    display: block;
	position: fixed;
	right: 0;
	top: 0;
	background-color: transparent;
	min-height: 30px;
        width: auto;
	z-index: 99;
	padding: 5px 5px 3px 3px;
}
/* suche */

.searchbox input[type=text] {
  width: 30px;
  color: #7c737e;
text-transform: uppercase;
  font-size: 0.9em;
  font-width: 600;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  border: 0px solid #b07540;
  border-radius: 4px;
  background-color: transparent;
  background-image: url(../../imgs/searchicon.png);
  background-position: 6px 5px; 
  background-repeat: no-repeat;
  margin-top: 4px;
  padding: 2px 2px 2px 30px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.searchbox input[type=text]:focus {
  width: 80%;
  background-color: transparent;
  color: #7c737e;
  z-index: 51;
}
@media only screen and (max-width: 768px){

#suchbox {
   display: block;
	position: fixed;
	right: 0;
	top: 0;
	background-color: transparent;
	min-height: 30px;
        width: auto;
	z-index: 99;
	padding: 5px 5px 3px 3px;
}

.searchbox input[type=text]:focus {
  width: 80%;
  background-color: white;
  color: #7c737e;
text-transform: uppercase;
  z-index: 51;
}
}

.searchbox input[type=button], input[type=submit], input[type=reset] {
  background-color: transparent;
  border: none;
  color: #7c737e;
  font-size: 0.8em;
  font-weight: 600;
  padding: 2px 2px;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
}
/* Ende Suche */

#referenz_top {
display: block;
margin: 30px 0px 0px;
width: 100%, max-width: 1130px;
height: 50px;
padding-left: 15px;
color: #b07540;
font-size: 1.2em;
line-height: 2.4em;
letter-spacing: 0.05em;
font-weight: 600;
vertical-align: middle;
background: rgba(150, 150, 150, 0.1);
}

p.referenz { color: #fff; font-size: 1.2em; line-height: 1.7; font-weight: 200; letter-spacing: 0.05em; word-spacing: text-decoration: none; text-transform: none; padding: 0px 0px;}

.unten {
    background: white;
    min-height: 30px;
    width: 100%;
	margin: auto;
	vertical-align: middle;
	z-index: 2;
}

/* header */
header {
    background-size: cover;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
    font-size: 1.2em; 
    padding: 0.5em;
}

header p {
    background-size: cover;
	display: block;
	color: #b07540;
	text-transform: uppercase;
	font-weight: 500;
    font-size: 1.2em; 
    padding: 0.5em;
}

header a {
    color: #b07540;
	text-decoration:none;
}

header a:hover {
    color: #b07540;
	text-decoration:none;
}

header a.active  {
color:#b07540;
font-weight: 500;
font-size: 1.2em; 
}

h1 .active {color: red; 
}

p { color: #7c737e; font-size: 1.2em; line-height: 1.7; font-weight: 200; letter-spacing: 0.05em; padding: 0px 15px;}

@media only screen and (max-width: 768px){
p { color: #7c737e; font-size: 1.0em; line-height: 1.4; font-weight: 200; letter-spacing: 0.02em; padding: 0px 15px;}
}

p.protxtbg {
  color: #bbb; font-weight: 400; font-size: 0.9em; line-height: 1.4; text-align: left; letter-spacing: 0.05em; text-decoration: none; text-transform: none; padding-left: 2px;}
	

.lhtop { line-height: 0.2em;   } 
p.lhtop { line-height: 0.2em;   }

.proimg {border: 0.05em dotted silver; padding: 2px }
.responsive {
  width: 100%;
  height: auto;
}

.pro_topcont a {
color: transparent;
}
p.pro_bold {
font-weight: 700;
}

.margin_top_30 {
    margin-top: 30px;
}

hr {
border: 0;
width: 100%;
height: 0.05em;
color: #7d747f;
padding-right: 0px;
} 

hr.top { width: 95.5%; margin: auto;
border: 1.8em solid #b07540;
background: ;
} 

li {
    list-style-type: none; padding-left: 15px;
}

.pro_full {
    width: 100%;
    float: left;
	padding: 15px 0px;
    margin-top: 15px;
	background-color: transparent;
}

.text_align_center {
    text-align: center;
}

.img_responsive {
width: 100%; height: auto; padding: 0px;
}

.img_responsiveacco {
width: 100%; height: auto; padding: 0px; margin-right: -15px;
}

.img_responsive15 {
width: 100%; height: auto;
padding: 0px 15px;
}


#pro_topholder {background-color: transparent; width: 100%; margin: auto; height: 80px;}
#pro_unten {background-color: rgba(255, 255, 255, 1.0); border-top: 0em solid white; width: 100%; margin: auto; padding: 15x 0px;}
@media only screen and (max-width: 768px){
#pro_topholder {background-color: transparent; width: 100%; margin: auto; height: 37px;}
#pro_unten {background-color: #fff; border-top: 0em solid white; width: 100%; margin: auto; padding: 15x 0px;}
}

#pro_container {background-color: transparent; max-width: 1130px; margin: auto; padding: 15x 0px 10px 0px;}
#pro_cont100 {background-color: rgba(100, 100, 100, 0.0); width: 100%; margin: auto; margin-top: 50px; padding: 0px; border-bottom: 1em solid rgba(100, 100, 100, 0.1); }
#pro_cont90 {background-color: rgba(100, 100, 100, .0); max-width: 1600px; margin: auto; margin-bottom: 36px; padding: 35x 10px 10px 10px;}
#pro_contbottom25 {max-width: 1130px; margin: 20px 0px 50px 0px;}
#pro_contleft {background-color: rgba(100, 100, 100, .3); width: 565px; float: left; padding: 15px;}
#pro_contright {background-color: rgba(100, 100, 100, .3); width: 565px; float: left; padding: 15px;}
#pro_imgcont {background-color: transparent; max-width: 1130px; margin: auto; padding: 25px 15px 25px 15px; }
#pro_topcont {background-color: transparent; background-image: url(./imgs/bgqrcoder.png); background-repeat: no-repeat; max-width: 1130px; margin: auto; padding-top: 20px; height: ; }
#pro_contlocal {background-color: transparent; max-width: 1130px; margin: auto; padding: -10px 2px 40px 2px; height: 50px; }
#pro_cont25 {background-color: transparent; max-width: 200px; margin: auto; align: left; padding: 20px 15px 0px 15px; }
#pro_contnavi {background-color: transparent; max-width: 1130px; margin: auto; align: left; padding: 0px 2px 0px 2px; }
#pro_slider {background-color: transparent; width: 100%; margin: auto; border: 0px solid silver; padding: 0px 15px 0px 15px;  }



.proh5 {color: #b07540; font-size: 1.5em; font-weight: 400; text-transform: uppercase; letter-spacing: 0.03em; padding: 20px 15px 0 15px; }
.prohgrau {color: #7c737e; font-size: 1.5em; font-weight: 350; text-transform: uppercase; letter-spacing: 0.03em; padding: 10px 15px 0 15px;}
.prolocator {color: #b07540; font-size: 15px; font-weight: 600; text-decoration: none; letter-spacing: 0.08em; text-align: left; text-transform: uppercase;}
.prolocator1 {color: #7c737e; font-size: 0.8em; font-weight: normal; text-decoration: none; letter-spacing: 0.08em; text-align: left;}
.txtunten {color: #7c737e; font-size: 0.8em; font-weight: normal; text-decoration: none; letter-spacing: 0.08em; text-align: center; padding: 5px 15px;}

.protxttoporange {
   
    font-size: 0.6em;
    font-weight: 600;
	color: #7c737e;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 2px;
}   
	
.protxttopgrau { color: #7c737e; font-weight: normal; font-size: 0.7em; line-height: 1.1; text-align: left; letter-spacing: 0.1em; text-decoration: none; text-transform: none; } 
.protxtbottomgrau { color: #7c737e; font-weight: normal; font-size: 0.85em; line-height: 1.3; text-align: left; letter-spacing: 0.05em; text-decoration: none; text-transform: none; } 
.protxtdata { color: #7c737e; font-weight: normal; font-size: 0.8em; line-height: 1.0; text-align: left; letter-spacing: 0.1em; text-decoration: none; text-transform: none; padding-left: 2px; } 
.proquicknav { margin-top: 40px; color: #7b727d; font-size: 1.2em, letter-spacing: 0.2em; text-decoration: none; text-transform: uppercase; font-weight: 500; }


.protxtorange {
    font-size: 1.1em;
    font-weight: bold;
    color: #7c737e;
	text-decoration: none;
	text-transform: none;
	line-height: -12px;
	letter-spacing: 0.05em; 
	
    } 
	
ul.pro {
  color: #7c737e; font-weight: normal; font-size: 0.9em; line-height: 1.1; text-align: left; letter-spacing: 0.05em; text-decoration: none; text-transform: none;
}



.pro_gridcontstart {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr ;
background-color: rgba(140, 140, 140, .0);
max-width: 1130px; margin: auto; padding: 25px 0px; width: 100%;
}

@media only screen and (max-width: 2500px){
  .pro_gridcontstart {
   grid-template-columns: 1fr 1fr 1fr 1fr ;
   grid-gap: 15px;
   
  } 
   .item-s1 { 
   grid-column: 1 / 3;
   grid-row: 1 / 2;
   } 
   
    .item-s2 { 
   grid-column: 3 / 5;
   grid-row: 1 / 2;
   } 
     .item-s3 { 
   grid-column: 1 / 2;
   grid-row: 2 / 3;
   
  }
     .item-s4 { 
   grid-column: 2 / 3;
   grid-row: 2 / 3;
   } 
     .item-s5 { 
   grid-column: 3 / 4;
   grid-row: 2 / 3;
  } 
    .item-s6 { 
   grid-column: 4 / 5;
   grid-row: 2 / 3;
  } 
}

@media only screen and (max-width: 720px){
  .pro_gridcontstart {
   grid-template-columns: 1fr 1fr 1fr 1fr ;
   grid-gap: 15px;
   background-color: rgba(140, 140, 140, .0);
    
  } 
    .item-s1 { 
   grid-column: 1 / 5;
   grid-row: 1 / 2;
  
  }
    .item-s2 { 
   grid-column: 1 /5;
   grid-row: 4 / 5;
   
  } 
     .item-s3 { 
   grid-column: 1 / 3;
   grid-row: 2 / 3;
	   
  }
     .item-s4 { 
   grid-column: 3/ 5;
   grid-row: 2 / 3;

  
  } 
     .item-s5 { 
   grid-column: 1/ 3;
   grid-row: 3 / 4;


  } 
     .item-s6 { 
   grid-column: 3/ 5;
   grid-row: 3 / 4;

  } 
  
    
}

.pro_gridcontainer3_1 {
display: grid;
grid-template-columns: 1fr 1fr 1fr ;
grid-gap: 15px;
background-color: rgba(140, 140, 140, .0);
max-width: 1130px; margin: auto; padding: 25px 0px; width: 100%;
}


@media only screen and (max-width: 720px){
  .pro_gridcontainer3_1 {
   grid-template-columns: 1fr;
   grid-gap: 15px;
   background-color: rgba(140, 140, 140, .0);
   font-size: 0.95em;
   padding: 15px 0px;
  } 
    .item-a1 { 
   grid-column: 1 / 2;
   grid-row: 1 / 2;
  
  }
    .item-a2 { 
   grid-column: 1 / 2;
   grid-row: 2 / 3;
  
  } 
     .item-a3 { 
   grid-column: 1 / 2;
   grid-row: 3 / 4;
  
  }
    
}

.pro_gridcontlr {
display: grid;
grid-template-columns: 1fr 2fr ;
grid-gap: 15px;
background-color: rgba(140, 140, 140, .0);
max-width: 1130px; margin: auto; padding: 25px 0px; width: 100%;
}

@media only screen and (max-width: 1130px){
  .pro_gridcontlr {
   grid-template-columns: 1fr 2fr ;
    
  } 
   .item-lr1 { 
   grid-columns: 1 / 2;
   grid-row: 1 / 2;
   } 
   
    .item-lr2 { 
   grid-column: 2 / 4;
   grid-row: 1 / 2;

  } 
}

@media only screen and (max-width: 720px){
  .pro_gridcontlr {
   grid-template-columns: 1fr;
   grid-gap: 15px;
   background-color: rgba(140, 140, 140, .0);
   padding: 0px 0px ;
  } 
    .item-lr1 { 
   grid-column: 1 / 2;
   grid-row: 1 / 2;
  }
    .item-lr2 { 
   grid-column: 1 / 2;
   grid-row: 2 / 3;
   
  } 
}


.pro_gridcontainer6_1 {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-gap: 15px;
max-width: 1130px; margin: auto; padding: 25px 0px; width: 100%;
}

@media only screen and (max-width: 720px){
  .pro_gridcontainer6_1 {
   grid-template-columns: 1fr 1fr 1fr;
   grid-template-rows: 0px;
  } 
   .item-1 { 
   grid-column: 1 / 2;
   grid-row: 1 / 2;
  } 
    .item-2 { 
   grid-column: 2 / 3;
   grid-row: 1 / 2;
  } 
     .item-3 { 
   grid-column: 3 / 4;
   grid-row: 1 / 2;
  }
     .item-4 { 
   grid-column: 1 / 2;
   grid-row: 2 / 3;
  } 
     .item-5 { 
   grid-column: 1 / 3;
   grid-row: 3 / 3;
  } 
     .item-6 { 
   grid-column: 1 / 4;
   grid-row: 4 / 5;
  } 
}

.pro_gridcontainer2_1 {
display: grid;
grid-template-columns: 1fr 1fr ;
grid-gap: 15px;
max-width: 1130px; margin: auto; padding: 25px 0px ;
background-color: rgba(140, 140, 140, .0);
}

@media only screen and (max-width: 720px){
  .pro_gridcontainer2_1 {
   grid-template-columns: 1fr 1fr;
   grid-gap: 5px;
   background-color: rgba(140, 140, 140, .0);
  } 
  .item-1 {
   grid-column: 1 / 3;
   grid-row: 1 / 2;
  } 
   .item-2 { 
   grid-column: 1 / 3;
   grid-row: 2 / 3;
  } 
  .item-3 {
   grid-column: 1 / 3;
   grid-row: 3 / 4;
  } 
   .item-4 { 
   grid-column: 1 / 3;
   grid-row: 4 / 5;
  }

}

.pro_gridcontainer3_2 {
display: grid;
grid-template-columns: 1fr 1fr 1fr ;
grid-gap: 15px;
max-width: 1130px; margin: auto; padding: 25px 0px;
}

@media only screen and (max-width: 720px){
  .pro_gridcontainer3_2 {
   grid-template-columns: 1fr 1fr;
  } 
  .item-7 {
   grid-column: 1 / 2;
   grid-row: 1 / 2;
  } 
   .item-8 { 
   grid-column: 2 / 3;
   grid-row: 1 / 2;
  } 
  .item-9 {
   grid-column: 1 / 2;
   grid-row: 2 / 3;
  } 
   .item-10 { 
   grid-column: 2 / 3;
   grid-row: 2 / 3;
  }
   .item-11 {
   grid-row: 3 / 4;
  }
   .item-12 {
   grid-column: 1 / 3;
   grid-row: 4 / 5;
  }
}

.pro_gridcontainer4_2 {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 15px;
max-width: 1130px; margin: auto; padding: 20px 0px;

}

@media only screen and (max-width: 720px){
  .pro_gridcontainer4_2 {
   grid-template-columns: 1fr 1fr;
  } 
  .item-st1 {
   grid-column: 1 / 2;
   grid-row: 1 / 2;
   
  } 
   .item-st2 { 
   grid-column: 2 / 3;
   grid-row: 1 / 2;
   
  } 
  .item-st3 {
   grid-column: 1 / 2;
   grid-row: 2 / 3;
  
  } 
   .item-st4 { 
   grid-column: 2 / 3;
   grid-row: 2 / 3;
   
  }
 
}


.pro_gridcontfooter {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 20px;
max-width: 1130px; margin: auto; padding: 20px 0px;
background-color: rgba(0, 0, 0, 0.0);
}

@media only screen and (max-width: 720px){
  .pro_gridcontfooter {
   grid-template-columns: 1fr 1fr 1fr;
    } 
  .item-f1 {
   grid-column: 1 / 4;
   grid-row: 1 / 2;
  } 
   .item-f2 { 
   grid-column: 1 / 4;
   grid-row: 2 / 3;
  } 
  .item-f3 {
   grid-column: 1 / 4;
   grid-row: 3 / 4;
  } 
  .item-f4 {
   grid-column: 1 / 4;
   grid-row: 4 / 5;
  }
  
}


.pro_gridref3_1 {
display: grid;
grid-template-columns: 1fr 1fr 1fr ;
grid-gap: 15px;
background-color: rgba(140, 140, 140, .0);
max-width: 1130px; margin: auto; width: 100%;
}


@media only screen and (max-width: 768px){
.pro_gridref3_1 {
   grid-template-columns: 1fr;
 
   background-color: rgba(140, 140, 140, .0);
   font-size: 0.95em;

  } 
    .item-r1 { 
   grid-column: 1 / 2;
   grid-row: 1 / 2;
  
  }
    .item-r2 { 
   grid-column: 1 / 2;
   grid-row: 2 / 3;
  
  } 
     .item-r3 { 
   grid-column: 1 / 2;
   grid-row: 3 / 4;
  
  }
  .item-r4 { 
   grid-column: 1 / 2;
   grid-row: 4 / 5;
  
  }
  .item-r5 { 
   grid-column: 1 / 2;
   grid-row: 5 / 6;
  
  }
  .item-r6 { 
   grid-column: 1 / 2;
   grid-row: 6 / 7;
  
  }
    
}

.pro_footcont {
display: grid;
grid-template-columns: 1fr 2fr ;
grid-gap: 20px;
background-color: rgba(140, 140, 140, .0);
max-width: 1130px; margin: auto; padding: 25px 0px; width: 100%;
}

@media only screen and (max-width: 1130px){
  .pro_footcont {
   grid-template-columns: 1fr 2fr ;
   padding-top: 15px; 
  } 
   .item-fo1 { 
   grid-columns: 1 / 2;
   grid-row: 1 / 2;
   } 
   
    .item-fo22 { 
   grid-column: 2 / 4;
   grid-row: 1 / 2;
  } 
}

@media only screen and (max-width: 720px){
  .pro_footcont {
   grid-template-columns: 1fr;
   background-color: rgba(140, 140, 140, .0);
   padding: 15px 0px ;
  } 
    .item-fo1 { 
   grid-column: 1 / 2;
   grid-row: 1 / 2;
  }
    .item-fo2 { 
   grid-column: 1 / 2;
   grid-row: 2 / 3;
   
  } 
}



.contact-form {
    padding: 55px 65px;
    background: #b07540;
    min-height: 600px;
    margin-top: 60px;
}

.contact-form form input {
    width: 100%;
    background: #fff;
    border: none;
    height: 60px;
    padding: 0 20px;
    text-transform: uppercase;
    margin: 15px 0;
}

.contact-form form textarea {
    width: 100%;
    background: #fff;
    border: none;
    min-height: 120px;
    padding: 15px 20px;
    text-transform: uppercase;
    margin: 15px 0;
}

.contact-form form input[type="submit"] {
    background: #fa3e19;
    color: #fff;
    width: 190px;
    margin: 15px auto 0;
    font-size: 19px;
    font-weight: 300;
    float: none;
    display: flex;
    cursor: pointer;
}

.contact-form form input[type="submit"]:hover,
.contact-form form input[type="submit"]:focus {
    background: #111;
    color: #fff;
    transition: ease all 0.5s;
}

/* slider */

.ovarlay_slide_cont {
    background: rgba(5,3,0,0.4);
    position: absolute;
    width: 60%;
    margin: 0 15%;
    z-index: 1111111111;
    top: 90px;
    left: 0;
    padding: 50px 60px 70px;
}

.ovarlay_slide_cont p {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.ovarlay_slide_cont p {
    color: #b07540;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: normal;
}

.ovarlay_slide_cont p {
    color: #fff;
    font-weight: 300;
    margin: 0 0 30px 0;
    font-size: 21px;
    padding: 0 75px 0 0;
    line-height: 28px;
}


/* footer */

footer {
display: block;
overflow: hidden;
color: transparent;
margin-top: 15px;
background-color: rgba(100, 100, 100, 0.1);

}

footer a {
color:#7c737e; 
font-weight: normal;
text-decoration: none;
}


footer a:hover {
color: #b07540;
text-decoration:none;
}


/* media queries */


