@charset "UTF-8";
/* CSS Document */

/* Reset */



*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin:0;
	padding:0;
	list-style:none;
	font-family: 'Sarabun', sans-serif;
}

html, body{
    min-height: 100%;
    height: 100%;
	}

body{
	margin:0px;
	padding:0px;
    color: #333;
    hyphens: auto;
	}


h1, h2 {
    text-transform: uppercase;
    padding-bottom: 15px;
    letter-spacing: 3px;
}


h1 {
	font-weight: 500;
	font-size: 200%;
}

h2 {
	font-weight: 400;
	font-size: 140%;
}

h3 {
	font-weight: normal;
	font-size: 300%;
    margin-bottom: 10px;
}

h4 {
	font-weight: normal;
	font-size: 160%;
    padding-bottom: 10px;
}

p { 
    font-size: 120%;
    margin:0px 0 20px 0;
    line-height: 170%;
}

.tx-large  { font-size: 140%;
    line-height: 180%; }

a { 
    font-size: 100%;
    text-decoration: none;
    color: #fff;
    }

a:hover { 
    text-decoration: underline; }

li{
	list-style: none;
	padding: 10px 5px 5px 0px;
	padding-left: 20px;
	margin-left: 5px;
	display: block;
	background-image: url(../grafik/list.svg);
	background-position: left top 11px;
	background-repeat: no-repeat;
	background-size: 12px;
}


.weiss a { 
    font-size: 100%;
    text-decoration: none;
    color: #333333;
    }


.weiss a:hover { 
    text-decoration: underline;
    }

/*====================================== HEAD ======================================*/


header {
	width:100%;
	float:left;
    background-color:  rgba(255,255,255,1);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
    padding: 30px 6% 30px 6%;
    min-height: 100px;
    z-index: 1001;
    position: fixed;
}

header.head-ohne-img {
    position: relative;
}

.logo {
	display:block;
	width:100%;
	padding:1em;
	text-decoration:none;
	color:white;
}
	
#head-image-index{
	width:100%;
	margin:auto;
    height: 100vh;
}

#head-image{
	width:100%;
	margin:auto;
    height: 65vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#head-image-ref{
	width:100%;
	margin:auto;
    height:auto;
    padding-top: 150px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#head-image-referenzen{
	width:100%;
	margin:auto;
    height:auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
	
 #head-image-referenzen img{
	width:100%;
}
	
#head-image img, #head-image-index img, #head-image-ref img{
	width:100%;
    display: none;
}

.index-head{	 
  background: url(../images/head-index.jpg) no-repeat right center; 
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}/*

.leistungen-head{	 
  background: url("../images/head-leistungen.jpg") no-repeat center center; 
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.kontakt-head{	 
  background: url("../images/head-kontakt.jpg") no-repeat center center; 
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.text-head{
    width: 90%;
	margin: auto;
	text-align: center;
	padding-top: 35vh;
    font-weight: 400;
    font-size: 130%;
    color: #fff;
}

.text-head-box{
    width:950px;
	margin: auto;
	text-align: center;
	padding: 3%;
    background-color: rgba(39,53,131,0.81);
}

.text-head .big{
    font-weight: 500;
    font-size: 500%;
    letter-spacing: 10px;
    line-height: 120%;
    text-transform: uppercase;
}

.logo-nav{
	max-width: 350px;
    min-width: 240px;
    margin-left: 10%;
    width: 30%;
    float: left;
	text-align: center;
}

.logo-head img, .logo-nav img {
    width:100%;
}

.head-link{
	width: 90px;
    height: 90px;
	left: 50%;
	margin:auto;
	background: rgba(255, 255, 255, 0) url("../grafik/pfeil-down.png") no-repeat scroll center top 33px / 45% auto;
	transition: all 0.4s ease 0s;
}

.head-link:hover{
	background: rgba(255, 255, 255, 0) url("../grafik/pfeil-down.png") no-repeat scroll center top 45px / 45% auto;
	text-decoration: none;
	bottom: 9%;
	transition: all 0.6s ease 0s;
}
a:hover.head-link {
	text-decoration: none;
}


/* ---------------------------------- CONTENT ---------------------------------- */

section {
	width: 100%;
	clear: both;
} 

.main {
	width: 91.66%;
	max-width: 1280px;
	margin: auto;
	clear: both;
}

.box {
	width: 95%;
	max-width: 2000px;
	margin: auto;
	clear: both;
}

.button1{
padding: 10px;
text-decoration: none;
border: 2px solid #333;
color:  #333;
background: rgba(255, 255, 255, 0);
text-transform: uppercase
}

.button1-kurz{
padding: 10px 35px 10px 35px;
text-decoration: none;
border: 2px solid #333;
color:  #333;
background: rgba(255, 255, 255, 0);
text-transform: uppercase
}



a.button1, a.button1-kurz {
    color: #333;
}

.button1:hover, .button1-kurz:hover{
    border: 2px solid #333;
    background: #333;
    color: #fff;
    transition: 0.4s;
}


.button2{
padding: 10px;
transition: 0.4s;
text-decoration: none;
border: 2px solid #fff;
color:  #fff;
background: rgba(255, 255, 255, 0);
    text-transform: uppercase
}

.button2:hover{
    background: #fff;
    color: #333
}

.img-100 img{
    width:100%;
}

.img-100-ref img{
    width:100%;
    border: 5px solid #fff;
}

.img-100-ref-grau img{
    width:100%;
    border: 5px solid #d5d5d5;
}

.img-portrait img{
    width:100%;
    max-width: 349px;
}

/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */

.ct-block, .cm-block, .cs-block { display: none; }


/* ---------------------------------- SPALTEN ---------------------------------- */

.cd,.cd1,.cd2,.cd3,.cd4,.cd5,.cd6,.cd7,.cd8,.cd9,.cd10,.cd11,.cd12,
.ct,.ct1,.ct2,.ct3,.ct4,.ct5,.ct6,.ct7,.ct8,.ct9,.ct10,.ct11,.ct12,
.cm,.cm1,.cm2,.cm3,.cm4,.cm5,.cm6,.cm7,.cm8,.cm9,.cm10,.cm11,.cm12,
.cs,.cs1,.cs2,.cs3,.cs4,.cs5,.cs6,.cs7,.cs8,.cs9,.cs10,.cs11,.cs12 {
	float: left;
}

.cd1 { width:8.33%; }

.cd2 { width:16.66%; }

.cd3 { width:25%; }

.cd4 { width:33.33%; }

.cd5 { width:41.66%; }

.cd6 { width:50%; }

.cd7 { width:58.33%; }

.cd8 { width:66.66%; }

.cd9 { width:75%; }

.cd10 { width:83.33%; }

.cd11 { width:91.66%; }

.cd12 {	width:100%; }


/* ---------------------------------- SPALTEN - AUSRICHTUNG ---------------------------------- */

.cr { float: right; }
	
.cl { float: left; }

.cc { float: none; margin: auto; }

.relativ { position: relative; }

.absolut { position: absolute; }

/* ---------------------------------- TEXTE - AUSRICHTUNG ---------------------------------- */

.tx-center { text-align: center; }
.tx-left { text-align: left; }
.tx-right {text-align: right; }




/* ---------------------------------- BG ---------------------------------- */


.bg-logo{
	background:url("../grafik/bg-logo.png") no-repeat center center;
}


.bg-schnell{
	background:url("../grafik/bg-schnell.png") no-repeat center bottom;
    min-height: 475px;
}

.bg-aktuell{
    background:url("../images/bg-aktuell-index.jpg") no-repeat center center;
}



/* ---------------------------------- FARBEN ---------------------------------- */


.weiss { background-color: #ffffff; }

.grau { background-color: #333; }

.hgrau { background-color: #d9d9de; }

.blau { background-color: #273583; }




.tx-weiss { color: #ffffff; }

.tx-grau { color: #333; }

.tx-blau { color:#0046b9; }




/* ---------------------------------- ABSTÄNDE ---------------------------------- */

.pd-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.pd-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.pd-25 {
	padding-left: 25px;
	padding-right: 25px;
}


.pd-30 {
	padding: 3%;
}
.pd-50 {
	padding: 5%;
}

.mg-40 {
	margin: 2%;
}


/* ---------------------------------- TRENNER ---------------------------------- */


.trenner {
	width: 100%;
	height: 1px;
	clear:both;
}

.trenner-head {
	width: 100%;
	clear:both;
	height: 165px;
}

.trenner-50 {
	width: 100%;
	clear:both;
	height: 3vw;
}

.trenner-25 {
	width: 100%;
	clear:both;
	height: 2vw;
}

.trenner-10 {
	width: 100%;
	clear:both;
	height: 1vw;
}

.trenner-0 {
	width: 100%;
	height: 0px;
	clear:both;
}




/* ---------------------------------- REF/VERKAUF ---------------------------------- */
.ref-schnell{
    position: relative;
}

.ref-schnell img{
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}

.ref-schnell .text{
    padding: 3%;
    top:60%;
    width: 100%;
    background-color: #273583;
    color: #fff;
    position: absolute;
    text-align: center;
    z-index: 1000;
    display: none;
}

.ref-schnell:hover > img{
    -webkit-filter: grayscale(1);
    filter: grayscale(0);
}

.ref-schnell:hover > .text{
    display: block;
}

.ref-slider{
    position:absolute;
    padding: 1% 3% 0% 3%;
    color: #fff;
    background-color: #273583;
    right: 10%;
    bottom: 25%;
    text-align: left;
}

.ref-slider h2{
    font-size: 400%;
    font-weight: 500;
}

.ref-slider a{
    text-transform: uppercase;
    letter-spacing: 1px;
}


.ref-text p { 
    font-size: 105%;
    margin:0px 0 20px 0;
    line-height: 145%;
}



.ref-rund{ 
    width: 180px;
    height:180px;
    padding-top: 60px;
    font-size: 80%;
    line-height: 120%;
    border-radius: 100%;
    border: 2px solid #0046b9;
    text-align: center;
    vertical-align:middle;
}
.ref-rund h1{ 
    font-size: 380%;
}


.bg-ref-karte{
    background-image:url("../grafik/ref-karte.png");
    background-position: center right;
    background-repeat: no-repeat;
}



.bg-ref{
    background:url("../grafik/bg-ref.gif") repeat-x top left;
}


.bg-verkauf{
    background:url("../images/bg-verkauf-index.jpg") no-repeat center center;
}

.bg-ueber-uns{
    background:url("../images/bild-ueber-uns-bg.jpg") no-repeat bottom left;
}
	
	
/* ---------------------------------- FOOTER ---------------------------------- */

footer{
    width:100%;
    padding: 2% 3% 1% 3%;
    line-height: 150%;
}

footer a{
    color: #333;
}


/* ---------------------------------- UP SCROLLER  ---------------------------------- */

.scrollup{
    width:40px;
    height:40px;
    position:fixed;
	z-index:30;
    bottom:60px;
    right:0px;
    display:none;
    text-indent:-9999px;
    background: url(../grafik/icon_top.png) no-repeat;
}





@media only screen and (max-width: 1580px) { 
    
header {
    padding: 30px 4% 30px 4%;
}

.logo-nav{
    margin-left: 0%;
    width: 25%;
}

}





@media only screen and (max-width: 1280px) { 
	
	
/* ---------------------------------- SPALTEN ---------------------------------- */

.ct1 { width:8.33%; }

.ct2 { width:16.66%; }

.ct3 { width:25%; }

.ct4 { width:33.33%; }

.ct5 { width:41.66%; }

.ct6 { width:50%; }

.ct7 { width:58.33%; }

.ct8 { width:66.66%; }

.ct9 { width:75%; }

.ct10 { width:83.33%; }

.ct11 { width:91.66%; }

.ct12 {	width:100%; }

	
/* ---------------------------------- AUSRICHTUNG ---------------------------------- */

    .ct-l{
        float: left;
    }
    .ct-r{
        float: right;
    }
    .ct-c{
        float: none;
        margin: auto;
    }
    .ct-txc{
        text-align: center;
    }
	
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.ct-none { display: none; }
	
.ct-block { display: block; }	
	
	
/* ---------------------------------- TEXTE ---------------------------------- */


h3 { font-size: 200%; }

h2 {font-size: 120%; }

h1 {font-size: 140%; }

p { font-size: 95%; }
	
.tx-large  { font-size: 110%; }	

.text-head .big{
    font-size: 400%;
    letter-spacing: 10px;
    line-height: 110%;
}

.text-head-box{
    width:90%;
}



header, header.head-ohne-img  {
    padding: 30px 6% 10px 6%;
}
	
/* ---------------------------------- TRENNER ---------------------------------- */	

.trenner-50 {
	width: 100%;
	clear:both;
	height: 50px;
}

.trenner-25 {
	width: 100%;
	clear:both;
	height: 25px;
}

.trenner-10 {
	width: 100%;
	clear:both;
	height: 10px;
}
.bg-verkauf{
    background:url("../images/bg-verkauf-index-cm.jpg") no-repeat center center;
}

} /* ------- ENDE 1280 ----- */



@media only screen and (max-width: 1025px) { 

header, header.head-ohne-img  {
    padding: 10px 6% 0px 6%;
    position: relative;
}
	
}


@media only screen and (max-width: 880px) { 
	

/* ---------------------------------- SPALTEN ---------------------------------- */

.cm1 { width:8.33%; }

.cm2 { width:16.66%; }

.cm3 { width:25%; }

.cm4 { width:33.33%; }

.cm5 { width:41.66%; }

.cm6 { width:50%; }

.cm7 { width:58.33%; }

.cm8 { width:66.66%; }

.cm9 { width:75%; }

.cm10 { width:83.33%; }

.cm11 { width:91.66%; }

.cm12 {	width:100%; }
		
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.cm-none { display: none; }
	
.cm-block { display: block; }	

	
/* ---------------------------------- AUSRICHTUNG ---------------------------------- */

    .cm-l{
        float: left;
    }
    .cm-r{
        float: right;
    }
    .cm-c{
        float: none;
        margin: auto;
    }
    .cm-txc{
        text-align: center;
    }
	
	
/* ---------------------------------- ABSTÄNDE ---------------------------------- */

.pd-15 {
	padding-left: 10px;
	padding-right: 10px;
}
.pd-25 {
	padding-left: 15px;
	padding-right: 15px;
}
	
	
/* ---------------------------------- TEXTE ---------------------------------- */


h1 {font-size: 120%;
    letter-spacing: 3px; }

h2 {font-size: 100%;
    letter-spacing: 2px;}
	
.tx-large  { font-size: 110%; line-height: 150%; }	

.text-head .big{
    font-size: 300%;
    letter-spacing: 5px;
    line-height: 110%;
}
	
	
	
/* ---------------------------------- SONSTIGES ---------------------------------- */	


.bg-verkauf{
    background:url("../images/spacer.gif") no-repeat center center;
    
}
    
        .bg-aktuell{
    background:url("../images/spacer.gif") no-repeat center center;
}

.ref-rund{ 
    width:130px;
    height: 130px;
    padding-top: 30px;
}
.ref-rund h1{ 
    font-size: 240%;
}  

.ref-slider{
    padding: 1% 3% 0% 3%;
    right: 3%;
    bottom: 20%;
    text-align: left;
}  

.ref-slider h2{
    font-size: 120%;
}  

.ref-slider p{
    font-size: 90%;
}  
    
    
    footer .cr{
        float:left;
        width: 100%;
    }
	
} /* ------- ENDE 880 ----- */





@media only screen and (max-width: 660px) { 	
    footer .cl{
        width: 100%;
    }    
    
    footer .cr{
        float:right;
    }

.ref-schnell .text{
    padding: 3% 3% 2% 3%;
    top:40%;
}
	
} /* ------- ENDE 660 ----- */


@media only screen and (max-width: 600px) { 
	

/* ---------------------------------- SPALTEN ---------------------------------- */

.cs1 { width:8.33%; }

.cs2 { width:16.66%; }

.cs3 { width:25%; }

.cs4 { width:33.33%; }

.cs5 { width:41.66%; }

.cs6 { width:50%; }

.cs7 { width:58.33%; }

.cs8 { width:66.66%; }

.cs9 { width:75%; }

.cs10 { width:83.33%; }

.cs11 { width:91.66%; }

.cs12 {	width:100%; }
		
.main {	width: 90%; }	
	
	
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.cs-none { display: none; }
	
.cs-block { display: block; }	
		
		
	
/* ---------------------------------- AUSRICHTUNG ---------------------------------- */

.cs-c{
        float: none;
        margin: auto;
    }
	
/* ---------------------------------- TEXTE ---------------------------------- */

h1 { font-size: 110%; }

h2 {font-size: 105%; }

.cs-block h1 {font-size: 200%; }

p,.tx-large { font-size: 95%; }

.text-head{
    font-size: 95%;
}

.text-head .big{
    font-size: 200%;
    letter-spacing: 5px;
}
	
	
/* ---------------------------------- ABSTÄNDE ---------------------------------- */

.pd-15 {
	padding-left: 0px;
	padding-right: 0px;
}
.pd-25 {
	padding-left: 10px;
	padding-right: 10px;
}

	
	
/* ---------------------------------- SONSTIGE ---------------------------------- */ 
.ref-rund{ 
    width:100%;
    height: auto;
    border: none;
    padding-top: 30px;
}
.ref-rund h1{ 
    font-size: 240%;
}    

}    

/* ------- ENDE 560 ----- */

