* {
  margin: 0;
  padding: 0;
  background-color: transparent;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*box-sizing: content-box;*/

/* == verhindert blaue Umrandung in Chrome nach Klick == */
button {
	outline-style: none;
}

body {
	/*background-image: url(../../../images/himmel/himmel1.jpg);*/
	background-color: #040404;	
	/*color: #fff;*/
	font-style: normal;
	font-size: 16px;
	font-family: "arial", serif;		
	overflow-x: hidden;
}

html, body {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.speziell {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.speziell {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

.speziell {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
}


/*article, aside, footer, header, nav, main, section, summary, details, hgroup, figure, figcaption { display: block }
audio, canvas, video, progress {
	display: inline-block;
	vertical-align: baseline;
}*/
body, input, textarea, select, button {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
}

a {
	text-decoration: none;
}
a:visited, a:link { 
	text-decoration: none;
}
a:active { 
	text-decoration: none;
	color: rgba(56,109,175,1);
}
a:hover {
	color: #fff;
	color: red;	
	background-color: transparent;
	text-decoration: none;
}

a:active, a:focus {
	outline-style: none !important;
}
p {
	font-family: "Roboto_CondensedRegular", serif;
}
h1 {
	font-size: 54px;
	line-height: 1.0;
	font-weight: 300;
}
h2 {
	font-size: 42px;
	line-height: 1.0;
	font-weight: 300;
}
h3 {
	font-size: 36px;
	line-height: 1.0;
	font-weight: 300;
}
h4 {
	font-size: 24px;
	line-height: 1.0;
	font-weight: 300;
}
h5 {
	font-size: 20px;
	line-height: 1.0;
	font-weight: 300;
}
h6 {
	font-size: 18px;
	line-height: 1.0;
	font-weight: 300;
}

strong, b {
	font-weight: bold;
}

.headerWrapper {
	position: fixed;
	/*position: absolute;*/
	top: 30px;	
	width: 100%;
	z-index: 3;
}

header {
	/*background-color: rgba(0, 0, 0, 0.5);*/
	position: relative;
	/*max-width: 1200px;*/
	height: 50px;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
	text-align: center;
	/*display: none;*/
	/*z-index: 3;*/
}

xheader {
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,0.9);
	color: #FFF;
	position: fixed;
	text-align: center;
	padding: 0px 0 0px 0;
	margin: 0 auto 0 auto;
	z-index: 500;
	xdisplay: none;
}
header .header-innercontainer {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(255,153,0,0.5);
	height: 50px;
	height: auto;
	height: 100%;
	max-width: 1000px;
	top: 0px;
	padding: 0px 0 0px 0;
	margin: 0px auto 0 auto;
	xborder: 1px solid rgba(255,153,0,0.5);
	position: relative;
	xz-index: 6000;
}

/* == Abdeckung oben für Scrollen nach oben > == */
.spacing_top {
	/*z-index: 1;*/
	top: 0;
	/*display: none;*/	
}
.spacing_bottom {
	z-index: 1;
	bottom: 0;
	/*display: none;*/	
}
.spacing_top, .spacing_bottom {
	/*background-color: transparent;*/
	background-color: beige;
	background-color: white;
	position: fixed;
	height: 5%;
	width: 100%;
	left: 0;
	margin: 0 auto;
	display: none;	
}
/* == Abdeckung oben für Scrollen nach oben < == */


/* ========== section > ========== */
.section {
	/*max-width: 100%;*/
	overflow: hidden;
	padding: 0px;
	/*padding-top: 30px;*/
	position: relative;
	z-index: 1;
	/*max-width: 1200px;*/
	margin: 0 auto;
	/*height: 100%;*/
	/*display: none;*/
}
/* ========== section < ========== */

/* Einstellungen für alle sections > */
x.bgImageWrapper {
	/*background-color: olive;*/
	position: fixed;
	position: absolute;
	/*position: relative;*/
	width: 100%;
	/*width: 800px;*/
	height: 100%;
	/*height: 100px;	*/
	/*margin: 0 auto;*/
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	z-index: -1;
	/*display: none;*/
	justify-content: center; 
	-webkit-align-items: center; 
	/* -webkit-flex-direction: column; */
	/* flex-direction: column; */	
}
x.bgImage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	/*background-position: center center;*/
	background-attachment: fixed;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	/*max-width: 90%;*/
	/*max-height: 100%;	*/
	/*display: none;*/	
}
x.bgImage {
	max-width: 90%;
	max-height: 90%;
	max-width: 100%;
	max-height: 100%;	
	/*display: none;	*/
}
/* Einstellungen für alle sections < */


/* ============================ */
/* === section1 frontpage > === */
#section1 {
	background-color: rgba(51,153,204,1);
	/*width: 100%;*/
	height: 100%;
	height: 500px;
	/*min-height: 600px;*/
	position: relative;
	text-align: center;
	margin: 0 auto;
	/*display: none;*/
}

#section1 .bgImage {
	background-color: red;
	background-image: url(../images/himmel3.jpg);

	background-repeat: no-repeat;	
	/*background-size: contain;*/
	/*background-size: cover;*/
	/*background-position: center center;*/
	/*background-attachment: fixed;*/
	/*position: fixed;*/
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	/*display: none;*/
}

#section2 {
	background-color: rgba(255,102,0,1);
	/*background-image: url(../images/nemo.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	/*background-attachment: fixed;*/			
	/*height: 100%;*/
	height: 600px;
	/*display: none;*/
	/*transform: translateZ(-1px) scale(2);*/
  /*z-index:-1;*/
}

#section3 {
	background-color: blue;
	/*background-image: url(../images/toystory.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
	/*background-position: center top;*/
	/*background-attachment: fixed;		*/
	/*width: 100%;*/
	/*height: 100%;*/
	height: 600px;
	position: relative;
	/*display: none;*/
	/*transform: translateZ(-1px) scale(2);*/
  z-index:-1;
	z-index:-10;
}

#section3 .bgImage {
	background-image: url(../images/toystory.jpg);
	background-repeat: no-repeat;
	background-size: contain;	
	/*background-size: cover;*/
	background-position: center top;
	background-position: center center;
	background-size: 50%;
	background-attachment: fixed;
	/*position: absolute;*/
	position: fixed;
	top: 100px;
	width: 100%;
	height: 100%;
	/*display: none;*/
	transform: translateZ(-1px) scale(2);

	/*transform: translateZ(+1px) scale(1);*/
	/*transform: translateZ(-1px) scale(1);*/

	/*transform: translateZ(0px) scale(2);*/	
	/*transform: translateZ(0px) scale(1);*/
  z-index:-10;	
}

#section4 {
	background-color: rgba(255,153,51,1);
	/*max-width: 1200px;*/
	/*height: 100%;*/
	height: 500px;
	/*min-height: 500px;*/
	/*height: 10px;*/
	/*display: none;*/
	z-index: 100;
}

#section4 .bgImage {
	/*background-image: url(../../../images/boats/photo-1495657809423-db624a2298dc.jpg);*/
	background-repeat: no-repeat;
	background-size: contain;	
	background-size: cover; 
	background-position: center center;
	background-attachment: fixed;
	/*position: absolute;*/
	/*position: fixed;*/
	width: 100%;
	height: 100%;
	/*display: none;*/
}

.frontpage .container {
	/* background-color: yellow; */
	/* border: 1px solid yellow; */
	/* max-width: 1024px; */
	/* max-width: 1200px; */
	height: 100%;
	/* max-width: 90%; */
	/* max-height: 90%; */
	position: relative;
	margin: 0 auto;
	/* display: -webkit-flex; */
	/* display: flex; */
	/* -webkit-justify-content: center; */
	/* justify-content: center; */
	/* -webkit-align-items: center; */
	/* align-items: center; */
	/* -webkit-flex-direction: column; */
	/* flex-direction: column; */
	text-align: center;
}

.frontpage .contentContainer {
	/* background-color: aquamarine; */
	/* border: 1px solid yellow; */
	/* max-width: 1024px; */
	/* max-width: 1200px; */
	height: 73%;
	height: 100%;
	max-width: 50%;
	max-width: 1000px;
	/*max-width: 48%;*/
	/* max-height: 90%; */
	position: relative; 
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	/*-webkit-flex-direction: column;*/
	/*flex-direction: column;*/
	text-align: center;
}
x.content:before {
	content: "";
	/* margin-top Problem ausgleichen: */	
	display: table;
	/* display: none; */		
	margin-top: 50px;
}
.content {
	/* background-color: rgba(96, 125, 139, 0.8); */
	/* height: 100%; */
	color: white;
	/* position: relative; */
	margin: 0 auto;
	

	/*margin: 100px auto;*/
	

	text-align: center;
	/* max-width: 100%; */
	max-width: 900px;
	/*margin-bottom: 200px;*/
	/* z-index: 1; */
	/*display: none;*/
}

.content p {
	/*background-color: orange;*/
	/*background-color: rgba(96, 125, 139, 0.5);*/
	/*color: rgba(8, 0, 0, 1);*/
	/*color: rgba(255, 255, 255, 1);*/
	font-size: 32px;
	/*font-size: 2.2vw;*/
	font-size: 30px;
	font-weight: 300;	
	line-height: 1.4;
	text-align: left;
	margin: 0 auto;	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	/*position: absolute;	*/
	left: 0;	
	width: 100%;
	/*max-width: 700px;*/
	display: inline-block;	
	display: table;
	/*display: none; 	*/
	/*margin-bottom: 50px;*/
}

a.jLink {
	/*background-color: rgb(32, 78, 151); */
	/* background-color: transparent; */
	/* font-size: 24px; */
	line-height: 1;
	/* text-align: center; */
	color: white;
	/* display: inline-table; */
	/* margin: 0 auto; */
	/* margin-left: 0px; */
	/* margin-right: 0px; */
	padding-top: 2px; 
	padding-bottom: 4px; 
	padding-left: 15px; 
	padding-right: 15px; 
	position: absolute;
	/* top: -13px; */
	bottom: 10px;
	/* left: 50%; */
	right: 20px;
	/* display: none; */
}

.content h3 {
	background-color: orange;
	background-color: rgb(96, 125, 139);
	background-color: rgba(96, 125, 139, 0.5); 
	/*background-color: rgba(56, 109, 175, 0.8);*/
	/*background-color: rgba(56, 109, 175, 1);*/
	background-color: rgba(8, 0, 0, 0.5);	
	background-color: rgba(255, 255, 255, 0.5);
	color: black;
	font-size: 90px;
	/*font-size: 6.2vw;*/
	font-size: 80px;
	font-size: 70px;
	font-size: 48px;	
	line-height: 0.9;
	font-style: normal;
	/*text-transform: uppercase;*/
	font-weight: 400;
	text-align: center;
	/*display: inline-block;*/
	/*display: table;*/
	margin: 0 auto;
	padding: 10px 10px;
	/*width: 100%;*/
	/*display: none;*/
}

.content h2 {
	font-size: 48px;
	font-weight: initial;
	/*text-transform: uppercase;*/
	text-align: center;
	margin: 0 auto;
	padding: 10px 10px;
	/*display: none; 	*/
	/*margin-top: 50px;*/
}

.display_none {
	display: none;
}

.nivoSliderWrapper {
    width: 98%;
    margin: 0 auto;
    /* position: relative; */
}

x.impressum ul li {
	/*font-size: 16px;*/
	/*color: rgba(0, 0, 0, 0.5);*/
	/*color: white;*/
	list-style: none;
	display: inline-block;
	position: absolute;
	top: 0;
	margin-left: 76px;
}

/* ===== Bild-Einstellungen > ===== */
.muster {
	background-image: url(../images/bild2_1000_bigger_black30.jpg);
	background-repeat: no-repeat;
	background-position: 75% top;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
@media screen and (min-width:1001px) {
	.muster {
		background-position: 50% top;
		background-size: 1000px;
	}
}
@media screen and (max-width:480px) {
	.muster {
		background-attachment: scroll;
	}
}
/* ===== Bild-Einstellungen < ===== */

.page-header {
    margin: 2px 0px 10px 0px;
    padding-bottom: 5px;
}
.page-header {
    padding-bottom: 8px;
    margin: 18px 0 27px;
    border-bottom: 1px solid #eee;
}

.login h1, .login h2, x.login h3, .loginh4, h5, h6 {
	margin: 0;
	padding: 0;
}

.singlepage1 h3 {
	margin: 0;
	padding: 0;
}



.singlepage1 .login ul li {
	font-size: 13px;
	margin-left: 0px; 
	line-height: 18px;
	word-wrap: break-word;
	list-style-type: none;
}

.input-prepend > .add-on, .input-append > .add-on {

	padding: 0px 5px;
}

.contentBoxWrapper {
  /*background-color: beige;*/
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: start;
	align-items: start;
	margin-top: 50px;
	/*padding-top: 50px;*/
	margin-bottom: 50px;	
	/*display: none;	*/
}


.contentBox {
  background-color: lightblue;
	border: 1px solid black;
	margin: 0 10px;
	padding: 10px;
	/*min-width: 30%;*/
	width: 30%;
	/*display: none;*/
}

.contentBox p {
	/* background-color: rgb(32, 78, 151); */
	font-size: 16px; 
	text-align: left; 
	/*color: white;*/
	/* display: inline-table; */
	/* display: none; */
}
.contentBox a:visited, .contentBox a:link {
	text-decoration: none;
	/* background-color: rgb(32, 78, 151); */
	/* font-size: 24px; */
	line-height: 1;
	/* text-align: center; */
	color: rgb(32, 78, 151);
	/* display: inline-table; */
	position: initial;
	display: block;
	padding: 0;
	margin-top: 10px;

	/* display: none; */    
}
.contentBox h2 {
	/* background-color: rgb(32, 78, 151); */
	font-size: 32px; 
	/* text-align: center; */
	/*color: white;*/
	margin-bottom: 10px;
	/* display: inline-table; */
	/* display: none; */
}

/*#section4.section {
	overflow: initial;
}*/








