/* CSS Document */

@charset "UTF-8";

/*Allgemein
**********************************************/

html { 
	height: -webkit-fill-available;
	-webkit-text-size-adjust: none; 
}
body{
	position: relative;
	font-family: 'mark-pro', Helvetica, sans-serif;
	font-size: 100%;
	line-height: 144%;
	-moz-hyphens: auto;
  	 -o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
   	hyphens: auto;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	margin: 0;
	padding: 0;
	border: 0;
}
@font-face {
    font-family: 'mark-pro';
    src: url('immer-fonts/Mark_Pro.eot');
    src: url('immer-fonts/Mark_Pro.eot?#iefix') format('embedded-opentype'),
         url('immer-fonts/Mark_Pro.woff') format('woff'),
         url('immer-fonts/Mark_Pro.ttf') format('truetype'),
         url('immer-fonts/Mark_Pro.svg#Mark_Pro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mark-pro-medium';
    src: url('immer-fonts/Mark_Pro_Medium.eot');
    src: url('immer-fonts/Mark_Pro_Medium.eot?#iefix') format('embedded-opentype'),
         url('immer-fonts/Mark_Pro_Medium.woff') format('woff'),
         url('immer-fonts/Mark_Pro_Medium.ttf') format('truetype'),
         url('immer-fonts/Mark_Pro_Medium.svg#Mark_Pro_Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ionicons';
    src: url('immer-fonts/ionicons.eot');
    src: url('immer-fonts/ionicons.eot?#iefix') format('embedded-opentype'),
         url('immer-fonts/ionicons.woff') format('woff'),
         url('immer-fonts/ionicons.ttf') format('truetype'),
         url('immer-fonts/ionicons.svg#ionicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1.sig{
	width: 0;
	height: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0;
	line-height: 0;
	color:#FFFFFF;
	text-indent: -9999px;
}
h1{
	font-size: 2.4em;
	font-weight: normal;
	color: #000;
	line-height: 126%;
	margin: 0 0 0.3em 0;
}
h2{
	font-family: 'mark-pro', sans-serif;
	font-size: 2.55vw;
	line-height: 126%;
	font-weight: normal;
	text-align: left;
	margin: 0 0 1.5vw 0;
	transition: 0.4s ease;
}
h3{
	font-family: 'mark-pro', sans-serif;
	font-size: 1.8rem;
	line-height: 126%;
	font-weight: normal;
	margin: 1rem 0 0.6rem 0;
	transition: 0.4s ease;
}
h4{
	font-family: 'mark-pro', sans-serif;
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: normal;
	margin: 1.2em 0 0.6em 0;
	transition: 0.4s ease;
}
h5{
	font-family: 'mark-pro', sans-serif;
	font-size: 1.2rem;
	line-height: 126%;
	font-weight: normal;
	text-align: center;
	margin: 1.2em 0 0.6em 0;
	transition: 0.4s ease;
}
p{
	padding: 0 0 12px 0;
	margin: 0;
}
img{
	width: 100%;
	height: auto;
}
.clearfix{
	clear: both;
}
.first{
	padding-top: 0 !important;
}

/*links
**********************************************/
a:link{
	text-decoration: none;
	color: #6f6f6f;
}
a:visited{
	text-decoration: none;
	color: #6f6f6f;
}
a:hover{
	text-decoration: none;
	opacity: 0.6;
	transition: 0.4s ease;
}
a:active{
	text-decoration: none;
	color: #6f6f6f;
}

/* Navigation 
**********************************************/
.use-hover li:hover ul{
	display: block;
}
.nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(bilder/transp_weiss_15.png);
	display: none;
	z-index: 60;
}
.nav ul{
	position: relative;
	list-style: none;
	top: 48%;
	left: 0;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	
	transition: 0.4s ease;
}
.nav ul h2{
	text-align: center;
}
.nav ul li,
.nav ul li h2.visited{
	position: relative;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto 3rem;
	transition: 0.4s ease;
}
.nav ul li h2.visited{
 color: #999;
}
.nav ul li.logo{
	position: relative;
	top: 18px;
	right: 0;
	width: 240px;
	height: auto;
	margin-bottom: 42px;
	transition: 0.4s ease;
	z-index: 60;
}
.nav ul li a{
	transition: 0.4s ease;
}
/*.nav ul li.anchor-link{
	padding-left: 1.5rem;
    text-indent: -0.9rem;
	white-space: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.nav ul li.anchor-link:before{
	position: relative;
	top: 0;
	content:"\232A";
	font-size: 1.5rem;
	font-weight: bold;
	color: #004e9e;
	padding-right: 12px;
	margin-left: -0.4rem;
}*/

ul#m2 li.current{color: #ccc;}

ul#m2 li a{
	display: block;	
	color: #000;
	text-align: right;
	margin-bottom: 0.3rem;
	right: 0;
}

/* Hamburger Button
------------------------------------*/
.nav-button{
	position: fixed;
	top: 36px;
	right: 30px;
	width: 48px;
	height: 30px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	transition: 0.4s ease;
	z-index: 150;
}
.h-button .h-line{
  	width: 6px;
  	height: 48px;
  	background-color: #993333;
  	display: block;
	border-radius: 3px;
  	margin: 0 9px 0 0;
  	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.4s ease-in-out;
	float: left;
}
.h-button:hover{
  cursor: pointer;
}
/*.h-button.is-active{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.h-button.is-active .h-line:nth-child(2){
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.h-button .h-line:nth-child(2){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}*/
.h-button.is-active .h-line:nth-child(2){
  opacity: 0;
}
/*.h-button.is-active .h-line:nth-child(1),
.h-button.is-active .h-line:nth-child(3){
  width: 36px;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.h-button.is-active .h-line:nth-child(1){
  -webkit-transform: translateY(20px) rotate(-45deg);
  -ms-transform: translateY(20px) rotate(-45deg);
  -o-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.h-button.is-active .h-line:nth-child(3){
  -webkit-transform: translateY(-20px) rotate(45deg);
  -ms-transform: translateY(-20px) rotate(45deg);
  -o-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}*/

.h-button.is-active .h-line:nth-child(1){
	-webkit-transform: translateX(15px) rotate(45deg);
	-ms-transform: translateX(15px) rotate(45deg);
	-o-transform: translateX(15px) rotate(45deg);
	transform: translateX(15px) rotate(45deg);
}
  
.h-button.is-active .h-line:nth-child(3){
	-webkit-transform: translateX(-15px) rotate(-45deg);
	-ms-transform: translateX(-15px) rotate(-45deg);
	-o-transform: translateX(-15px) rotate(-45deg);
	transform: translateX(-15px) rotate(-45deg);
}


/* Start-Animation
**********************************************/

.fullscreen-slider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
  	overflow: hidden;
}
.start-window{
	position: relative;
	left: 0;
}
/*.image-logo{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	transform-origin: center center;
	animation-name: scale;
	animation-duration: 4.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}*/
.image-logo{
	animation-name: scale;
	animation-duration: 4.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
/*.image-logo{
	background: url(galerie-start/immer-logo_2400tr.png) center center no-repeat;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
 	background-size: contain;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(galerie-start/immer-logo_2400tr.png)', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader('galerie-start/immer-logo_2400tr.png', sizingMethod='scale')";	
	-webkit-transform: scale(0);
  	-moz-transform: scale(0);
  	-o-transform: scale(0);	
	transform: scale(0);
}*/
@keyframes scale {
	from {transform: scale(0); }
	to   {transform: scale(1.5); }
}
.pane.caption{
    position: fixed !important;
    top: 61.5%;
    left: 27%;
    width: 46%;
    height: auto;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pane.caption#grflv02{
	left: 29% !important;
	width: 42% !important;
}
.pane.caption#grflv03{
	left: 27% !important;
	width: 46% !important;
}
.pane.caption#grflv04{
	left: 21% !important;
	width: 58% !important;
}
.pane.caption h2,
.start-title h2{
	position: relative;
	display: block;
	font-family: 'mark-pro-medium';
	line-height: 3.6vw;
    font-size: 5.4vw;   
	color:#fff !important;
	margin: 0;
}
.pane.caption h2{
	text-align: left;
}
.start-title h2{
	text-align: center;
}
.pane.caption h3{
	position: relative;
	display: block;
	font-family: 'mark-pro-medium';
    font-size: 1.8vw;
    text-align: right;
	color:#fff !important;
	float: right;
	margin: 0 0 0.6rem 0;
}
div.helium-slider{
	top: 50%;
    width: 100%;
    margin: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Start-Bild
**********************************************/
.start-image-ueber-uns{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(bilder/arburg_injetion_800_144007_2400x1600_a1a3a4.jpg) no-repeat;
	-webkit-background-position: center;
	-moz-background-position: center;
	-o-background-position: center;
	background-position: center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;	
	-o-background-size: cover;	
	background-size: cover;	
}
.start-title{
	position: absolute;
	top: 49%;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 30;
}
.start-title h2{
	line-height: 126%;
}

/* Vegas Slider
**********************************************/

/*.fullscreen-slider,
.background,
.bg-b1b3b4{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  	height: 100% !important;
  	overflow: hidden;
}
.bg-b1b3b4{
	background-color: #b1b3b4;
}
.fullscreen-slider img{
	width: inherit;
	height: auto;
}
.start-window{
	position: relative;
}*/

/* Layout
**********************************************/
#buehne{
	position: relative;
	top:0;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -15px;
	overflow-x: hidden !important;
	overflow-y: auto;
}
.logo-bg{
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	width: 450px;
	height: 105px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 75;
}
.logo,
.logo-visible{
	position: fixed;
	top: 30px;
	right: 120px;
	width: 300px;
	height: auto;
	padding-bottom: 12px;
	transition: width 0.6ss ease-in-out;
	z-index: 3000;	
}
.logo{
	display: none;
}
.logo-visible{
	display: block;
}
.visible,
.bg-visible{
	display: block;
}
.bg-visible{
	background-color: rgba(255, 255, 255, 0.9);
}
.fixed{
	position: fixed;
}
.sofort-kontakt{
	position: absolute;
	left: 15px;
	right: 10%;
	width: 60px;
	height: 60px;
	bottom: 105px;
}
.sofort-kontakt:hover{
	opacity: 0.7;
}
.header{
	position: relative;
	left: 0;
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 1.35vw;
}
.header h2{
	position: relative;
	left: 0;
	color: #333 !important;
	text-align: center;
}
.article{
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	padding: 1rem 0 3rem;
	overflow-x: hidden;
	clear: both;
}
.article.single{
	padding-top: 90px;
}
.article:before{
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
    width: 90%;
	margin-left: -45%;
	border-bottom: 1px solid #333;	
}
.article:last-of-type:before,
.article.single:before{
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
    width: 90%;
	margin-left: -45%;
	border-bottom: none;	
}
.article h2{
	margin-top: 1.5vw;
	color: #848484;
}
.content-wrapper{
	position: relative;
	left: 8%;
	width: 84%;
	height: auto;
	padding-top: 1rem;
	float: left;
	transition: 0.4s ease;
}
.col50-wrapper{
	position: relative;
	left: -60px;
	width: calc(100% + 120px);
	padding-top: 1.5rem;
}
.col50{
	position: relative;
	width: 50%;
	text-align: left;
	border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	padding: 0 0 1.5rem;
	float: left;
	transition: 0.4s ease;
}
.content-right{
	padding-left: 45px;
	transition: 0.4s ease;
}
.content h2{
	position: relative;
	left: -45px;
	transition: 0.4s ease;
}
.content-small{
	display: none;
}
.content-large{
	display: block;
}
table{
	width: 390px;
	border-collapse: collapse;
	margin: 0 0 12px 0;
}
td{
	vertical-align: top;
	padding: 0 0 0 0;
}
.fuss{
	position: relative;
	bottom: 0;
	height: 60px;
	width: 100%;
	background-color: #9e9e9e; 
	margin-top: 120px;
	transition: 0.4s ease;
}
#fuss-start{
	position: absolute;
}
ul{
	color: #000;
}
ul.bullets{
	list-style: none;
	margin: 0 0 1.5rem 0;
	padding-left: 1.5rem;
}
ul.bullets li{
	position: relative;
	padding-left: 0;
   	text-indent: -1rem;
}
ul.bullets li:before{
	position: relative;
	top: 0;
	content:"\002b";
	font-size: 1.5rem;
	color: #999;
	padding-right: 0.6rem;
	margin-left: -0.4rem;
}
span.rot{
	color: #e3000f;	
}
.fuss{
	position: relative;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 138px;
	clear: both;
	background-color: #ececed;
	margin-top: 0;
	overflow: hidden;
	z-index: 12;
}
.fuss h3{
	margin-bottom: 0.3em;
}
.fuss ul{
	position: relative;
	width: auto;
	height: auto;
	margin: 0.3rem 3rem 0 0;
	padding-left: 0;
	float: left;
	transition: 0.4s ease;
}
.fuss ul:nth-of-type(2n){
	margin: 0.3rem 0 0 0;
}
.fuss ul li{
	list-style: none;
	white-space: nowrap;
	margin-bottom: 0.3rem;
}
.fuss ul#m2{
	margin: 0.3rem 0 0 0;
	float: right;
}

/* Icons
------------------------------------*/
.ion-phone,
.ion-fax,
.ion-iphone,
.ion-mail,
.ion-earth,
.ion-chevron-up,
.ion-chevron-down{
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ion-phone,
.ion-fax,
.ion-iphone,
.ion-mail,
.ion-earth,
.ion-chevron-up,
.ion-chevron-down{
	font-family: ionicons;
	line-height: 0.6em;
	text-align: center;
	color: #6f6f6f;
}
.ion-phone:before{
	position: relative;
	content: "\f2d2";	
	top: 0.2rem;
	font-size: 1.5rem;
	padding-right: 15px;
}
.ion-fax:before{
	position: relative;
	content: "\f21a";	
	top: 0.1rem;
	font-size: 1.35rem;
	padding-right: 15px;
}
.ion-iphone:before{
	position: relative;
	content: "\f1fa";	
	top: 0.15rem;
	font-size: 1.5rem;
	padding: 0 21px 0 4px;
}
.ion-mail:before{
	position: relative;
	content: "\f132";	
	top: 0.15rem;
	font-size: 1.5rem;
	padding-right: 15px;
}
.ion-earth:before{
	position: relative;
	content: "\f276";	
	top:0.1rem;
	font-size: 1.35rem;
	padding-right: 12px;
}
.ion-chevron-down,
.ion-chevron-up{
	display: block;
}
.ion-chevron-down:before{
	position: relative;
	content: "\f3d0";
	top: 0.1rem;
	font-size: 4.8rem;
	color: #fff;
	transition: 0.4s ease;
}
.ion-chevron-up:before{
	position: relative;
	content: "\f3d8";
	top: 0.1rem;
	font-size: 4.8rem;
	color: #ccc;
	transition: 0.4s ease;
}
.ion-chevron-down:hover:before{
	color: #ccc;
	transition: 0.4s ease;
}
.startgallery-arrow{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 48px;
	height: 54px;
	margin-left: -24px;
	z-index: 30;
}
/*.arrow-top{
	display: none;
}*/
.arrow-previous, .arrow-next{
	position: absolute;
	top: 50%;
	width: 30px;
	height: 60px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: progid:DXImageTransform.Microsoft.Matrix(Dy=-50%);
	cursor: pointer;
	z-index: 1;
}
.arrow-previous{
	/*background-image: url(bilder/arrow-l.png);*/
	left: 90px;
}
.arrow-next{
	/*background-image: url(bilder/arrow-r.png);*/
	right: 90px;
}
.arrow-previous:hover,
.arrow-next:hover{
	opacity: 0.7;
	transition: 0.4s ease;
}
#buttons{
	font-size: 72px;
	font-weight: normal;
}
#arrow-comp{
	margin: 3rem auto 0;
}
.article .back{
	position: relative;
	top: 0;
	width: 42px;
	height: 30px;
	margin: 0 auto 0;
	cursor: pointer;
	clear: both;
}


/* Lightgalerie
**********************************************/
.artikel-galerie{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
ul.gallery{
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
}
.content-slider li{
	background-color: #ed3020;
	text-align: center;
	color: #FFF;
}
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../bilder/controls666.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: -30px !important;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: -30px !important;
}

/* Impressum, datenschutz
**********************************************/

.content-datenschutz{
	position: relative;
	left: 15%;
	width: 72%;
	margin-top: 5.4rem;
	height: auto; 
	transition: 0.4s ease;
}
.datenschutz h2{
	margin: 0 0 2rem -45px;
}
.datenschutz h3{
	margin: 3rem 0 1.2rem 0;
	transition: 0.4s ease;
}
.datenschutz h4.first{
	margin-top: 0.75rem;
}
p.dat{
	line-height: 1.65rem;
	transition: 0.4s ease;
}
ol{
	position: relative;
	padding-left: 21px;
	margin: 0.3rem 0 1.2rem;	
}



@media only screen and (min-width: 2400px) {

body{
	font-size: 125%;
}

/* Layout
**********************************************/


}

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

body{
	font-size: 125%;
}

/* Layout
**********************************************/


}

@media only screen and (max-width: 2100px) {
	
body{
		font-size: 120%;
}

/* Navigation 
**********************************************/


/* Startslider
**********************************************/


/* Layout
**********************************************/

/* Inhalt Bilder
------------------------------------*/

#hb-rolf-wittig{
	padding-bottom: 85%;
}

}

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

body{
		font-size: 111%;
}

/* Navigation 
**********************************************/

/* Layout
**********************************************/


/* Kontakt
**********************************************/

}

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

/* Layout
**********************************************/	


}

@media only screen and (max-width: 1500px) {
	
body{
		font-size: 108%;
}
h3{
	font-size: 1.65rem;
}

/* Navigation 
**********************************************/


/* Impressum, Datenschutz
**********************************************/

.content-datenschutz{
	margin-top: 4.5rem;
}

}

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

	

/* Inhalt Bilder
------------------------------------*/


	
}

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

body{
	font-size: 100%;
}
h2{
	font-family: 'mark-pro', sans-serif;
	font-size: 3vw;
}
h3{
	font-size: 1.5rem;
}
h4{
	font-size: 1.2rem;
}

/* Icons 
**********************************************/

.ion-chevron-down:before,
.ion-chevron-up:before{
	font-size: 3.9rem;
}

/* Start-Animation
**********************************************/
.image-wittig{
	width: 180px;
	height: 180px;
}


/* Layout
**********************************************/
.logo,
.logo-visible {
	top: 30px;
	right: 114px;
	width: 270px;
}
.logo-bg {
	width: 405px;
	height: 99px;
}
.col50-wrapper{
	left: -45px;
	width: calc(100% + 90px);
	padding-top: 0
}
.col50{
	border-left: 45px solid transparent;
    border-right: 45px solid transparent;
}
.content-right{
	padding-left: 30px;
}
.article h2 {
	margin-top: 2.1rem;
}
table {
	width: 315px;
}
.fuss{
	height: 120px;
}


/* Impressum / Datenschutz
**********************************************/
.datenschutz h3{
	margin: 2.4rem 0 1.2rem 0;
}

}


@media only screen and (max-width: 1050px) {
	
/* Layout
**********************************************/
.content-wrapper {
	left: 6%;
	width: 88%;	
}
.content-right {
	padding-left: 15px;
}

}


@media only screen and (max-width: 960px) {
	
/* Navigation 
**********************************************/
.nav ul li {
	margin: 0 auto 1.8rem;
}

/* Start-Animation
**********************************************/
.image-wittig{
	width: 150px;
	height: 150px;
}
.start-content{
	top: 60px;	
	font-size: 108%;
}

/* Layout
**********************************************/
.sofort-kontakt {
    bottom: 81px;
}
.head h2{
	font-size: 3.6rem;
}	
.content{
	width: 81%;
}
.content h2{
	left: -30px;
}
.content-datenschutz{
	margin-top: 3.6rem;
}



/* Impressum, Datenschutz
**********************************************/
/*.datenschutz h2{
	margin: 0 0 1.8rem -30px;
}
p.dat{
	line-height: 1.5rem;
}*/

}


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

/* Hamburger Button
------------------------------------*/
.nav-button{
	position: fixed;
	top: 30px;
	right: 24px;
	width: 48px;
	height: 42px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	transition: 0.4s ease;
	z-index: 150;
}
.h-button .h-line{
  	width: 6px;
  	height: 42px;
  	background-color: #993333;
  	display: block;
	border-radius: 3px;
  	margin: 0 9px 0 0;
  	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.4s ease-in-out;
	float: left;
}

/* Layout
**********************************************/
.logo,
.logo-visible {
	top: 30px;
	right: 90px;
	width: 240px;
}
.logo-bg {
	width: 354px;
	height: 90px;
}
.header {
	padding-top: 1.2vw;
}
.article h2 {
	margin-top: 1.5rem;
}
.article {
	padding: 0.6rem 0 1.5rem;
}
.content-right {
	padding-left: 0;
}	
.col50 h2,
.article.single h2{
	font-size: 1.8rem;
	margin: 0.6rem 0 0.75rem;
}


}



@media only screen and (max-width: 780px) {
	
/* Navigation 
**********************************************/



/* Layout
**********************************************/



/* Startseite
**********************************************/



/* Impressum, Datenschutz
**********************************************/
/*.content-datenschutz{	
	left: 12%;
	width: 78%;
	margin-top: 2.1rem;
}
.datenschutz h3{
	margin: 2.1rem 0 0.9rem 0;
}*/

}



@media only screen and (max-width: 660px) {
	
h2 {
	font-size: 3.6vw;
}
h3{
	font-size: 1.35rem;
}
h4{
	font-size: 1.2rem;
}
	
/* Navigation 
**********************************************/

/* Icons 
**********************************************/

.ion-chevron-down:before,
.ion-chevron-up:before{
	font-size: 3rem;
}

/* Startslider
**********************************************/
.pane.caption#grflv03{
	left: 25.5% !important;
	width: 49% !important;
}
.pane.caption h2,
.start-title h2{
    font-size: 2.1rem;   
}
.pane.caption h3{
    font-size: 1rem;
	line-height: 0.6rem;
}

/* Lightgalerie
**********************************************/

.lSAction > .lSPrev {
	background-position: 0 0;
	left: -24px !important;
}
.lSAction > .lSNext {
	background-position: -32px 0;
	right: -24px !important;
}

/* Layout
**********************************************/

.content-wrapper {
	position: relative;
	left: 8%;
	width: 84%;
}
.col50-wrapper {
	left: 0;
	width: 100%;
}
.col50 {
	width: 100%;
	border-left: none;
	border-right: none;
	clear: both;
}
.col50 h2,
.article.single h2{
	font-size: 1.65rem;
	margin: 0.6rem 0 0.75rem;
}
.content-small{
	display: block;
}
.content-large{
	display: none;
}
.fuss ul{
	margin: 0.3rem 1.8rem 0 0;
}

/* Startseite
**********************************************/


/* Impressum / Datenschutz
**********************************************/
/*.content-datenschutz{
	margin-top: 1.8rem;
}
.datenschutz h2{
	margin: 0 0 1.2rem -24px;
}*/

}

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

.fuss{
	height: 195px;
}
.fuss ul li,
.fuss ul#m2 li a{
	margin-bottom: 0.15rem;
}

.fuss ul:first-of-type{
	margin: 0;
	float: none;
}

.fuss ul:nth-of-type(2n) {
	margin: 0.6rem 0 0 0;
  }
.impressum{
	position: absolute;
	top: 1rem;
	width: 30%;
	right: 0;
	height: auto;
}

}

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


/* Startseite
**********************************************/
.pane.caption#grflv04 {
	left: 18% !important;
	width: 64% !important;
}

/* Kontakt
**********************************************/

/*.datenschutz h2{
	line-height: 2.1rem;
	margin: 0 0 1.2rem -18px;
}*/

}

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

/* Start-Animation
**********************************************/

.pane.caption{
	top: 60%;
}

.pane.caption#grflv02{
	left: 50% !important;
	width: 240px !important;
	margin-left: -120px;
}
.pane.caption#grflv03{
	left: 50% !important;
	width: 330px !important;
	margin-left: -165px;
}
.pane.caption#grflv04 {
	left: 50% !important;
	width: 390px !important;
	margin-left: -195px;
}
.pane.caption h2 {
	line-height: 2.1rem;
}
.pane.caption h3 {
	margin-top: -1rem;
}

	
}

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

h2{
	margin-bottom: 0.6rem;
}

/* Navigation 
**********************************************/
.nav{
	width: 100%;
}		
.nav ul{
	width: 270px;
	padding-left: 18px;
}	
.nav ul li.logo{
	top: 6px;
	right: 0;
	width: 210px;
	margin-bottom: 12px;
}
.nav ul h2{
	font-size: 1.2rem;
}
.nav ul li{
	width: 210px;
	height: 48px;
}

/* Start-Animation
**********************************************/
.pane.caption{
	top: 58.5%;
}


/*Layout
**********************************************/
.header h2 {
	font-size: 3.9vw;
  }


/* Startseite
**********************************************/


/* Impressum / Datenschutz
**********************************************/
/*.datenschutz h3{
	margin: 1.8rem 0 0.75rem 0;
}*/


}


@media only screen and (max-width: 420px) {
	
/*Layout
**********************************************/
.impressum {
    top: 12px;
}


/* Impressum / Datenschutz
**********************************************/

/*.datenschutz h3 {
    margin: 1.5rem 0 0.9rem 0;
}*/

}

@media only screen and (max-width: 390px) {
	
h2{
	font-size: 1.5rem;
}
	
	
/* Start-Animation
**********************************************/

.pane.caption#grflv04 {
	left: 50% !important;
	width: 360px !important;
	margin-left: -180px;
}
	
/* Layout
**********************************************/
.logo-bg{
	width: 100%;
}


/* Impressum / Datenschutz
**********************************************/

/*.datenschutz h3 {
    margin: 1.5rem 0 0.6rem 0;
}*/

}

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

/* Layout
**********************************************/
#hb-ueber-uns {
    padding-bottom: 66%;
}
.article#bereit .parallax-banner {
    height: 366px;
}


/* Start-Animation
**********************************************/
.image-logo{
	-webkit-background-position: center 45%;
  	-moz-background-position: center 45%;
  	-o-background-position: center 45%;
 	background-position: center 45%;
}
.start-content{
	width: 72%;
}


/* Impressum / Datenschutz
**********************************************/

}









