/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.header {
	margin-top: 55px;
}
.start {
	position: absolute;
	z-index: 100;
}
.bild {
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	height: 100%;
	width: 100%;
}
.navi {
	text-align: right;
	float: right;
}.navi ul {
	margin: 0px;
	padding: 0px;
}
.navi ul li {
	display: inline;
	list-style-type: none;
	margin-left: 30px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}
.navi ul li a {
	color: #999;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: transparent;
	padding-bottom: 5px;
}

.start .navi ul li a {
	color: #FFF;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: transparent;
	padding-bottom: 5px;
}

.start .navi ul li a:hover, .start .navi ul li a.current {
	border-bottom-color: #fff;
	color: #FFF;	
}

.navi ul li a:hover, .navi ul li a.current {
	border-bottom-color: #000;
	color: #000;	
}

.slider-wrap {
	position: relative;
	height: 100%;
	width: 100%;
}

#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0px;
}
#slider .slide {
	position: absolute;
	left: 100%;
	width: 100%;
	height: 100%;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: left 500ms ease;
	-moz-transition: left 500ms ease;
	-ms-transition: left 500ms ease;
	-o-transition: left 500ms ease;
	transition: left 500ms ease;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	-ms-behavior: url(../../stylesheets/backgroundsize.min.htc);
}
#slider .slide.r { background-color: #4f3434; }
#slider .slide.g { background-color: #344f38; }
#slider .slide.b { background-color: #3a344f; }

    /* Hold Transitions - REQUIRED for looping */
    #slider.no-transition .slide {
        -webkit-transition: none;
           -moz-transition: none;
            -ms-transition: none;
             -o-transition: none;
                transition: none;
    }

    /* Animations */
    #slider .slide.old { left: -100%; }
    #slider .slide.visible {
	left: 0;
}
    #slider .slide.next { left: 100%; }
	
	.overlay {
	height: 100%;
	width: 100%;
	opacity: 0.15;
	background-image: url(../../images/hg-buttonaktiv.png);
	background-repeat: repeat;
}
.copy {
	position: absolute;
	width: 980px;
	top: 75%;
	right: 50%;
	margin-right: -490px;
	margin-top: -50px;
	}
.copy h3, h4{
	color:#fff;
	}	
	
ul.actions {
	margin: 0px;
	padding: 0px;
	}


li.next  {
	right: 4%;
	width: 23px;
	position: absolute;
	z-index: 1;
	height: 23px;
	overflow:hidden;
	bottom: 3%;
}	
li.prev {
	position: absolute;
	right: 8%;
	width: 23px;
	z-index: 1;
	height: 23px;
	overflow:hidden;
	bottom: 3%;
}	

li.next a {
	cursor:pointer;
	color:#FFF;
	position: absolute;
	height: 23px;
	width: 23px;
	text-indent: -2000px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/pfeile.svg);
	background-repeat: no-repeat;
	background-position: -30px 0px;
		}	
		
		li.prev a {
	cursor:pointer;
	color:#FFF;
	position: absolute;
	height: 23px;
	width: 23px;
	text-indent: -2000px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/pfeile.svg);
	background-repeat: no-repeat;	
	background-position: 0px 0px;
		}	

		



.text {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100px;
	top: 70%;
	margin-top: -50px;
}
.pfeile {
	position: absolute;
	right: 4%;
	width: 51px;
	height: 24px;
	margin-top: -12px;
	bottom: 30px;
}
.content {
	display: block;
	clear: both;
	padding-top: 125px;
}
.projekt {
	display: block;
	clear: both;
	padding-top: 125px;
}


.projekt a {
	color: #333;
	text-decoration: none;
}.galerie img{
	margin-bottom: 20px;
}
.footer {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
	height: 100px;
}
.footer p {
	font-size: 14px;
	color: #999;
}
.footer a {
	font-size: 14px;
	color: #999;
}
.portrait {
	background-color: #CCC;
	width: 500px;
	height: 500px;
	display: block;
}
#map-canvas {
	height: 700px;
	width: 100%;
}
.logo-footer {
	font-weight: 700;
	font-size: 16px;
	color: #000;
	margin-right: 10px;
	text-transform: uppercase;
}
.plus{
	color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.copy {
	width: 768px;
	top: 75%;
	right: 50%;
	margin-right: -384px;
	margin-top: -50px;
	}

.logo-footer {
	display: block;
}
h4{font-size: 40px;}
}

 @media only screen and (max-width: 767px) {
	 
.header {
	margin-top: 55px;
}

.logo {margin-top: 0px;
display:block;
float:none;}

.navi {
	margin-top: 20px;
	width: 330px;
	text-align: left;
	float: none;
	
}

.navi ul {
	margin: 0px;
	padding: 0px;
}
.navi ul li {
	display: block;
	margin-left: 0px;
	font-size: 13px;
	margin-bottom: 5px;
}
.navi ul li a:hover, .navi ul li a.current {
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.copy {
	width: 320px;
	top: 80%;
	right: 50%;
	margin-right: -160px;
	margin-top: -50px;
	}
	h4{font-size: 25px;
	line-height: 35px;}

li.prev {
	right: 12%;
	
}	
.adresse {display:block;}
.tel {display:block;}
.web {display:block;}
.mail {display:block;}

.content {
	padding-top: 25px;
}
.projekt {
	padding-top: 25px;
}
}

 @media only screen and (min-width: 480px) and (max-width: 767px) {
	 



.navi ul li {
	display: block;
	margin-left: 0px;
	font-size: 13px;
}
.navi ul li a:hover, .navi ul li a.current {
	color: #000;
	border-bottom-style: solid;
}

.copy {
	width: 480px;
	top: 80%;
	right: 50%;
	margin-right: -240px;
	margin-top: -50px;
	}
	
	h4{font-size: 30px;}
.web {display:inline;}
.mail {display:inline;}
.impr {display:block;}

	 
 }