@charset "UTF-8";

@font-face {
    font-family:'SparkasseWeb';
    src: url('../fonts/sparkasse_web_rg-webfont.eot');
    src: url('../fonts/sparkasse_web_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sparkasse_web_rg-webfont.woff2') format('woff2'),
         url('../fonts/sparkasse_web_rg-webfont.woff') format('woff'),
         url('../fonts/sparkasse_web_rg-webfont.ttf') format('truetype'),
         url('../fonts/sparkasse_web_rg-webfont.svg#_.uploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family:'SparkasseWebBold';
    src: url('../fonts/sparkasse_web_bd-webfont.eot');
    src: url('../fonts/sparkasse_web_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sparkasse_web_bd-webfont.woff2') format('woff2'),
         url('../fonts/sparkasse_web_bd-webfont.woff') format('woff'),
         url('../fonts/sparkasse_web_bd-webfont.ttf') format('truetype'),
         url('../fonts/sparkasse_web_bd-webfont.svg#_.uploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family:'SparkasseHeadWeb';
    src: url('../fonts/sparkassehead_web_rg-webfont.eot');
    src: url('../fonts/sparkassehead_web_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sparkassehead_web_rg-webfont.woff2') format('woff2'),
         url('../fonts/sparkassehead_web_rg-webfont.woff') format('woff'),
         url('../fonts/sparkassehead_web_rg-webfont.ttf') format('truetype'),
         url('../fonts/sparkassehead_web_rg-webfont.svg#_.uploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;
}


*{margin:0px;padding:0px;}

html, body {
	height: 100%;
	width:100%;
	font-family: SparkasseWeb, Helvetica, Arial, "sans-serif";
	line-height: 148%;
	font-size: 6.25%;
	background-color: #ffffff;
}

body{
	height: 100%;
	display: block;
	position: absolute;
	width: 100%;
	moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

a{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}

.overlay{
	background: rgba(0,0,0,0.7);
	display: none;
	height: 100%;
	width: 100%;
	z-index: 998;
	position: fixed;
  	transition: all 1s ease-out;
}

a {color: #ff0000; text-decoration: none;}

h1{
	color: red;
	font-size: 42rem;
	line-height: 120%;
	font-family: SparkasseWebBold, Helvetica, Arial, "sans-serif";
}

h2{
	font-weight: normal;
	line-height: 150%
}

h3{
	font-weight: normal;
	font-size: 28px;
	/*text-transform: uppercase;*/
	color: #ff0000;
}

#main{
	position: absolute;
	height: 100%;
	width:100%;
}

#Logo{
	display: block;
	width: 122px;
	position: relative;
	margin: 0 auto;
}

#menue img{
	display: block;
	width: 25px;
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	right: 20px;
}

#Logo img{
	margin-top: 48px;
	width: 122px;
}

#menue svg{
	height: 50px;
	display: block;
	width: 50px;
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	right: 0px;
}

#menue path {fill: white;}

#modellearrow, #kontaktarrow{
	margin-left: 5px;
	transition: all 0.2s ease-out;
}

nav{
	background: #f6f6f6;
	width: 310px;
	height: 100%;
	position: fixed;
	display: inline-block;
	z-index: 999;
	overflow: auto;
	border-right: solid 1px #e9e9e9;
}

@media screen and (max-width: 800px) {
	
	h1{
	font-size: 33rem!important;
}
	
	nav{
		-webkit-box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.2);
		-moz-box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.2);
		box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.2);
	}
	
	.NavOut{
 	-moz-transform: translate(-310px, 0px);
  	-webkit-transform: translate(-310px, 0px);
  	-o-transform: translate(-310px, 0px);
  	-ms-transform: translate(-310px, 0px);
	transform: translate(-310px, 0px);
	transition: transform ease-in .5s;
	}
	
	.NavIn{
 	-moz-transform: translate(0px, 0px);	
  	-webkit-transform: translate(0px, 0px);
  	-o-transform: translate(0px, 0px);	
  	-ms-transform: translate(0px, 0px);	
	transform: translate(0px, 0px);	
	transition: transform ease-out .5s;
	}
	
	#content {
	width: 100%!important;
	margin-left: 0px!important;
	position: inherit;
	}
		
	.mobileonly{
	display: block!important;
	}
	
	#content{margin-top: 50px;}
	
	section{
		padding-top: 50px;
		margin-top: -50px;
	}
}

@media screen and (max-height: 500px) {
	#Logo{
		display: none!important;
	}
}

@media screen and (max-width: 220px) {
	#moblogo{
		display: none!important;
	}
}


@media screen and (max-width: 1060px) {
	.kontakt-row{
		flex-direction: column!important;
	}
	.cells{
		margin-left: 10px!important;
		margin-right: 10px!important;
	}
	.kontakt-text{text-align: center;}
	.kontakt-ico{margin-right: 0px!important;}
	
	.container .inh{
	flex-direction: column!important;
	max-width: 100%!important;
	}
}

	
.mobileonly{
	display: none;
	text-align: center;
	background-color: #ff0000;
	color: white;
	cursor: pointer;
	position: fixed;
	z-index: 997;
	right: 0px;
	font-size: 25px;
	width: 100%;
	height: 50px;
	line-height: 50px;

}

nav #navpoints{
	margin-top: 50px;
}

nav dl {list-style-position: inside;}

#mainmodelle, #mainkontakt{cursor: pointer;	text-indent: 10px;}

nav dl a, #mainmodelle, #mainkontakt {
	color: black;
	font-size: 15rem;
	text-decoration: none;
	display: block;
	height: 55px;
	line-height: 55px;
	transition: 0.3s;
	border-bottom: solid 1px #cccccc;
	margin-left: 47px;
	margin-right: 47px;
	text-transform: uppercase;
	font-family: SparkasseWebBold, Helvetica, Arial, "sans-serif";
}

nav dd a {
	color: black;
	font-size: 14rem;
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	transition: 0.3s;
	font-weight: normal;
	border-bottom: solid 1px #cccccc;
	margin-left: 47px;
	margin-right: 47px;
	text-transform: uppercase;
	text-indent: 30px;
}

nav dl a p{
	text-indent: 10px;
	position: absolute;
}

nav a.active {
    color: red;
}

.setcenter{
	display: table-cell;
	max-height: 400px;
	max-width: 400px;
	padding: 40px;
	line-height: 148%;
	vertical-align: middle;
}

.vcenter{
	max-width: 860px;
	display: block;
	margin: 0 auto;
	color: #666666;
	line-height: 166%;
	padding-bottom: 20px;
}

.vcenter .full{
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.kontakt{
	margin: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: block;
	min-height: 200px;
	max-width: 500px;
	padding: 40px;
	line-height: 148%;
}

#content {
	position: relative;
	width: calc(100% - 310px);
	height: 100%;
	display: inline-block;
	margin-left: 310px;
	font-size: 16rem;
}

#inhalt{
	position: absolute;
	margin: auto;
	top: 0px; right: 0px; bottom: 0px; left: 0px;
	min-width: 300px;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.button{
	width: 203px;
	height: 54px;
	line-height: 54px;
	background: transparent;
	margin-top: 40px; margin-bottom: 20px;
	font-size: 16rem;
	text-decoration: none;
	display: block;
	font-weight: normal;
	border: 2px solid #ff0000;
	color: #ff0000;
	border-radius: 8px;
	text-transform: uppercase;
	position: relative;	
}

.button p {text-align: center;	transition: 0.5s;}
.button p:hover {color:white;}

.button p::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,0,0,1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
	color: white;
}
.button p:hover::after{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	z-index: -1;
}

.fomtButton{
	width: 203px;
	height: 54px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #ff0000;
	color: #ff0000;
	border-radius: 8px;
	margin-top: 20px; margin-bottom: 20px;
	font-size: 16rem;
	text-decoration: none;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	background: transparent;
	cursor: pointer;
	position: relative;
}

.fomtButton::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,0,0,1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
	color: white;
}
.fomtButton:hover::after{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	z-index: -1;
}


.fomtButton:hover {color:white;}

.site{
	position: relative;
	display: table;
	width: 100%;
	/*height: 100%;*/
}

#hinweis{
	height: 30px;
	line-height: 30px;
	color: red;
	margin-bottom: 10px;
	display: none;
}

#inhalt .bounce-up {
  opacity: 0;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#inhalt .bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

#Kontakt input{
	color: gainsboro;
	height: 45px;
	min-width: 200px;
	font-size: 16rem;
	width: 100%;
	border-radius: 4px;
	border: solid 1px #CCCCCC;
	margin-bottom: 30px;
	background: #FFFFFF;
	text-indent: 10px;
}

#Kontakt textarea{
	color: black;
	min-height: 200px;
	min-width: 200px;
	max-width: 480px;
	padding: 10px;
	font-size: 16rem;
	width: calc(100% - 20px);
	border-radius: 4px;
	margin-bottom: 30px;
	background: #ffffff;
	border: solid 1px #CCCCCC;
}


label{
	display: inline-block;
	min-width: 100px;
	float: left;
}

#Anrede_0, #Anrede_1{
	width: 30px!important;
	height: auto!important;
	margin-right: 15px;
	min-width: 30px!important;
}


#result{
	background: white;
	position: fixed;
	margin: auto;
	top: 0px;
	left:0px;
	bottom: 0px;
	right: 0px;
	display: none;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	width: 90%;
	height: 300px;
	z-index: 1001;
	max-width: 500px;
	border-radius: 8px;
}

#result iframe {
	border: 0px;
	width: 100%;
	height: calc(100% - 50px)
}

#resoverlay{z-index: 1000;}

.close{
	position: relative;
	float: right;
	display: block;
	height: 40px;
	width: 40px;
	background-image: url(../img/close.svg);
	z-index: 1003;
}
.close:hover{cursor: pointer;}

.container{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items:flex-start;
    justify-content: center;
}

.container .inh{
    -webkit-flex: 1 auto;
    flex: 1 auto;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	flex-direction: row;
	max-width: 50%;
}

.cells{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 40px;
}

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

.cells ul{
	list-style-position: outside;
}

.cells ul li{
	list-style-image: url("../img/li_arrow.svg");
	margin-left: 20px;
	margin-bottom: 6px;
}

.cells ul li ul li{
	list-style-image: none;
	list-style-type:disc;
	margin-left: 20px;
	color: #ff0000;
}
.cells ul li ul li span{
	color: #666666;
}

hr{
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 0px;
	position: relative;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.kontakt-ico {
	width: 100px;
	margin-right: 50px;
	height: 100%;
    -webkit-flex: 1 auto;
    flex: 1 auto;
	max-width: 100px;
	text-align: center;
}
.kontakt-text {
	height: 100%;
    -webkit-flex: 3 auto;
    flex: 3 auto;
	max-width: 500px
}
.kontakt-row {
	margin-top: 40px;
	vertical-align: middle;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
}
