@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#fff;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}



/* Custom CSS
 * -------------------------------------------- */
body{
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "sans-serif";
	color: #fff;
	font-size: 240px;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

h1{
	font-size: 5em;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "sans-serif";
	font-style: normal;
	font-weight: 600;
	color: #fff;
	margin:0;
	letter-spacing: 3px;
/*	text-transform: uppercase;*/
	margin-bottom: 15px;
	/*font-weight: bold;*/
	}

h2 {
	font-size: 1em;
	letter-spacing: 2.6px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "sans-serif";
	font-style: normal;
	font-weight: 600;
}


.controlArrow.prev {
	left: 50px;
}

.controlArrow.next{
	right: 50px;
}

.intro p {
	width: 50%;
	margin: 0 auto;
	font-size: 1.1em;
	color: #CFAE4A;
	letter-spacing: 1px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "sans-serif";
	font-style: normal;
	font-weight: 300;
}

.intro a {
	color: #CFAE4A;
	text-decoration: none;
	font-weight: normal;
}

.intro a:hover {
	color: #04e762;
	text-decoration: underline;
}

.section {
	text-align:center;
}

#fp-nav ul li a.active span {
	background-color: transparent;
}

#vela-logo {
	width: 190px;
	margin-bottom: 2.5em;
}

.spacer-v {
	height: 5em;
}

p.vls-s {
	font-size: 0.65em;
	line-height: 1.4em;
	font-weight: normal;
	width: auto;
}

#primus-logo {
	width: 120px;
	margin-top: 5px;
}

.primus-container {
	width: 150px;
    margin: auto;
    margin-bottom: 25px;
}

#vela-kontakt div.fp-tableCell {
	vertical-align: bottom;
}


#vls-a-s {
	font-size: 0.7em;
}

.fab {
    margin: 35px 7.5px;
    font-size: 38px;
}

#bgCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#bgCanvas-kontakt, 
#bgCanvas-about
 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#bgCanvasMobile,
#bgCanvasMobile-kontakt,
#bgCanvasMobile-about
 {
	visibility: hidden;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.anfrage {
	display: block;
	width: 70px;
	height: 70px;
	margin: auto;
	border-radius: 100%;
	border: 1px solid #CFAE4A;
}

.anfrage-pos {
	position: relative;
	top: 25px;
	font-size: 16px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "sans-serif";
}

a:hover div.anfrage-pos {
	text-decoration: none !important;
}

.anfrage > a {
	display: block;
	width: 70px;
	height: 70px;
}

.anfrage > a:hover {
	text-decoration: none;
}

.anfrage:hover {
	opacity: 0.8;
}

div.spacer-v:nth-child(6) {
	height: 2.8em;
}

div.spacer-v:nth-child(8) {
	height: 4em;
}


#spacer-h {
    height: 20px;
}

::-moz-selection { 
   color:#2f3546; 
   background:#CFAE4A; 
   text-shadow: none; 
}

::selection { 
   color:#2f3546; 
   background:#CFAE4A; 
   text-shadow: none; 
}

.rowy10 {
	height: 10%;
	width: 100%;
	background-color: lightpink;
}

.rowy20 {
	height: 20%;
	width: 100%;
	background-color: lightblue;
}

.rowy50 {
	height: 50%;
	width: 100%;
	background-color: lightgreen;
}




	#header, #footer{
		position:fixed;
		height: 50px;
		display:block;
		width: 100%;
		z-index:9;
		text-align:center;

		padding: 20px 0 0 0;
	}

	#header{
		top:0px;
	}
	#footer{
		bottom:0px;
	}

.header-logo {
	width: 5%;
	position: absolute;
	left: 2%;
}

/*@media only screen and (min-device-width : 1920px) and (max-device-width : 3000px) {
	h1 {
		font-size: 3.6em;
	}
	.intro p {
		font-size: 1.6em;
	}
	.anfrage,
	.anfrage > a {
		width: 80px;
		height: 80px;
	}
	.anfrage-pos {
		font-size: 17px;
		top: 29px;
	}
	p.vls-s {
    	font-size: 1em;
    }
    div.spacer-v:nth-child(3) {
    	height: 7em;
    }
    .primus-container {
    	width: 240px;
    	margin-bottom: 40px;
    }
    #primus-logo {
    	width: 170px;
    }
}*/

/*@media screen and (min-width : 4000px) {
	h1 {
		font-size: 8em;
	}
	.intro p {
		font-size: 4em;
	}
	.anfrage,
	.anfrage > a {
		width: 80px;
		height: 80px;
	}
	.anfrage-pos {
		font-size: 17px;
		top: 29px;
	}
	p.vls-s {
    	font-size: 1em;
    }
    div.spacer-v:nth-child(3) {
    	height: 7em;
    }
    .primus-container {
    	width: 240px;
    	margin-bottom: 40px;
    }
    #primus-logo {
    	width: 170px;
    }
}*/




@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	h1 {
		margin-top: 5px;
		font-size: 0.9em;
		width: 90%;
		margin: auto;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 0.9em;
		margin-bottom: 30%;
	}
	#bgCanvas,
    #bgCanvas-kontakt {
    	visibility: hidden;

    }
    #bgCanvasMobile,
     #bgCanvasMobile-kontakt {
		visibility: visible;
	}
	#fp-nav.left {
    	top: 40px;
    	left: 10px;
    }
	.fab {
    	margin: 20px 7.5px;
    	font-size: 34px;
    }
    #primus-logo {
    	width: 75px;
    }
    #vela-kontakt h2 {
    	margin-bottom: 0;
    }
    .spacer-v {
		height: 1.5em;
	}
	#vela-logo {
		width: 130px;
	}
	div.spacer-v:nth-child(9) {
		height: 2em;
	}
	.intro p {
    	width: 80%;
    	font-weight: 400;
    	font-size: 1.1em;
    }
    p.vls-s {
    	font-size: 0.6em;
    }
    div.intro:nth-child(3) > p:nth-child(6) {
    	width: 65%;
    }
    .anfrage,
    .anfrage > a {
    	width: 60px;
    	height: 60px;
    }
    .anfrage-pos {
    	font-size: 13px;
    	top: 21px;
    }
}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    h1 {
    	font-size: 1.3em;
    	width: 80%;
    	margin: auto;
    	margin-bottom: 10px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
    }

    h2 {
    	font-size: 1em;
    	width: 90%;
    	margin: auto;
	font-style: normal;
	font-weight: 700;
    }

    #primus-logo {
    	width: 90px;
    }

    #vela-kontakt h2 {
		font-size: 1em;
		letter-spacing: 3px;
		font-weight: 700;
		margin-bottom: 1em;
	}

	#vela-logo {
		width: 150px;
	}

	div.spacer-v:nth-child(9) {
		height: 3em;
	}

	.spacer-v {
		height: 3em;
	}

    .intro p {
    	font-size: 1em;
    	width: 85%;
    	font-weight: 400;
    }
    p.vls-s {
    	font-size: 0.7em;
    }
    #fp-nav.left {
    	top: 40px;
    	left: 10px;
    }

    #vela-kontakt > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) {
    	margin-bottom: 0.5em;
    }
    div.intro:nth-child(3) > p:nth-child(4) {
    	width: 275px;
    }
    #bgCanvas,
    #bgCanvas-kontakt {
    	visibility: hidden;

    }
    #bgCanvasMobile,
     #bgCanvasMobile-kontakt {
		visibility: visible;
	}
	div.intro:nth-child(3) > p:nth-child(6) {
    	width: 52%;
    }
    .primus-container {
    	width: 170px;
    }
}


/*@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
	h1 {
		font-size: 1.4em;
	}
	div.intro:nth-child(3) > p:nth-child(4) {
		width: 290px;
		font-size: 1.1em;
	}
	div.intro:nth-child(3) > p:nth-child(6) {
		width: 200px;
		font-size: 1.1em;
	}
	p.vls-s {
		width: 85%;
	}
}*/

@media only screen and (min-device-width : 4000px) {
	.anfrage {
		border: 4px solid #CFAE4A;
	}
	.anfrage,
	.anfrage > a {
		width: 240px;
		height: 240px;
	}
	.anfrage-pos {
    	font-size:50px;
    	top:87px;
    }
    div.spacer-v:nth-child(3) {
    	height: 14em;
    }
    div.spacer-v:nth-child(7),
    div.spacer-v:nth-child(10) {
    	height: 10em;
    }
/*    #vela-kontakt div.fp-tableCell {
	vertical-align: middle;
	}*/
	.primus-container,
	#vls-a-s {
		width: 500px;
	}
	#primus-logo {
		width: 440px;
		margin-bottom: 200px;
	}
	p.vls-s {
		font-size: 2.8em;
	}
}


















