

@font-face {
	font-family: 'LusitanaReg';
	src: url('fonts/lusitana.regular.ttf');
	}

@font-face {
	font-family: 'LusitanaBold';
	src: url('fonts/lusitana.bold.ttf'); 
	}
	
@font-face {
	font-family: 'Cheyenne';
	src: url('fonts/Vegur-Light.otf');
	}


label { cursor: pointer; }

input[type="radio"], input[type="checkbox"] { display: none; }


h1, h2, h3, h4, h5 { font-family: 'LusitanaReg'; margin: 0; color: rgba(105,15,45,255); font-variant: small-caps;}


h3, h4, h5 { font-family: 'LusitanaBold'; font-size: 100%; }

a { color: rgba(105,15,45,255); font-family: 'LusitanaReg', sans-serif; /*font-weight: bold;*/ font-size: 120%; text-decoration: none; margin: 0; }
p { margin: 1.5vh 0; font-family: 'Cheyenne', sans-serif; font-size: 144%; }


* {
    cursor: default;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
	
	box-sizing: border-box;
}

a, input, label, label * { cursor: pointer; }



body { margin: 0;	padding: 0;	width: 100%; height: 100%; }

body { overflow-x: hidden; }


body {
    text-align: center;
	background-color: rgba(255,235,205,1.0); 
}


.pic {
	position: relative;
	margin: 0;
	top: 0;
	left: 0;
	width: 100vw;
	height: 60vh;
	background-repeat: no-repeat;
	background-position: 0 45%;
	background-size: cover;
	
	overflow: hidden;
	}


.pic01 { background-image: url(../pics/titel_big.jpg); background-position: 0 65%; height: 100vh; }
.pic02 { background-image: url(../pics/bf_still.jpg); background-position: 0 35%; }
.pic03 { background-image: url(../pics/zs_still.jpg); }
.pic04 { background-image: url(../pics/ls_still.jpg); }

.pic:before, .pic:after, .subsec h1:after {	
	z-index: -1;
	content: "";
	position: absolute;
	left: 0; 	
	}
	
.pic:after { bottom: 0px; }
.pic:before { top: 0px; }


.section { 
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0;
	font-family: 'Cheyenne';
	overflow: hidden;	
	}
	
.subsec:after, .section:after { content: ""; display: table; clear: both; }

/*
.section, .pic { margin-top: -30vh; }
.pic01 { margin-top: 0; }
*/

.subslide {
	position: relative;
	display: flex;	
	width: 300vw;
	height: auto;
	border: 0px solid red;	
	transition: transform .2s linear 0s;
}

.section > input[id$="01"]:checked ~ .subslide   { transform: translate3d(	 0vw, 0, 0) }
.section > input[id$="02"]:checked ~ .subslide   { transform: translate3d(-100vw, 0, 0) }
.section > input[id$="03"]:checked ~ .subslide   { transform: translate3d(-200vw, 0, 0) }


.subsec {
	position: relative;
	height: auto;	
	width: 100vw;
	padding: 0 20vw 0 20vw;
	}	
	
.subsec a, .subsec label { color: rgba(105,15,45,255); }

.subsec img { max-width: 100%; margin: 1.5vh 0; }
.top { width: 60vw; }


.subsec h2 {
	font-size: 180%;
	font-weight: normal;
	margin: 0 0 5vh 4px;
	padding: 5px 0 0 0;
	}

.subsec h1 {
	clear: both;
	position: relative;
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 325%;
	}
	
.subsec h2, .subsec h1 { position: relative; display: block; width: auto; text-align: center; }

.subsec h1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 140%;
	margin-left: -20%;
	background-image: linear-gradient(to right, rgba(255,235,205,1) 0%, rgba(105,15,45,1) 25%, rgba(105,15,45,1) 75%, rgba(255,235,205,1) 100%);
	}
	
.subsec h3 { text-align: center; font-weight: normal; font-size: 120%;}


.subsec h3, .subsec p, .subsec form { padding: 0 3vw; }
.subsec form h3 { padding: 0; }
	
p.top { text-align: center; height: 10vh; overflow: hidden; }
p.top img { height: 100%; margin-left: -2px; }







.foot {
	z-index: 50;
	position: fixed;
	display: table;
	left: 0;
	bottom: -100px;
	width: 100%;
	padding: 0;
	text-align: center;	
	opacity: 1;
	transition: bottom 0.4s linear 0s;
	}
	
.up { z-index: 222; bottom: 0; }
	
.foot > label {
	position: relative;
	display: table-cell;
	color: rgba(255,235,205,1.0);
	background-color: rgba(105,15,45,255);
	font-family: 'LusitanaReg', sans-serif;
	font-size: 150%;
	vertical-align: middle;
	min-width: 33.333%;
	box-sizing: border-box;
	padding: 10px 10px;
	}

.head {
	z-index: 40;
	position: fixed;
	width: 100%;
	text-align: center;
	left: 0;
	top: 0;
	height: 150px;
	transition: top 0.4s linear 0s;
	}

.head:before, .head:after, .navih p:before, .navih:after, .foot:before { content: ""; position: absolute; left: 0; }

.pic:before, .pic:after, .head:before, .navih p:before, .foot:before {
	width: 100%;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0px 0px 12px rgba(45,15,16, 0.6);
	}
	

.pic01:after {
	z-index: 1;
	position: absolute;
	left: 5%;
	bottom: 3vh;
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url(LOGO_wht.png);
	border-radius: 0;
	box-shadow: none;
	}	
		
.pic01:before { top: 100%; margin-top: -20px; }		
	
.foot:before { z-index: 0; position:fixed; bottom: -28px; }
.up:before { position:absolute; top: 0px; }
.head:before {}


.head:after {
	z-index: 3;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(105,15,45,1.0);
	}
	

.head h1 { font-size: 390%; }
.head h2 { font-size: 216%; margin: 30px 0 0; }
.head h1, .head h2 { color: rgba(255,235,205,255); position: relative; z-index: 99; line-height: 1.05em;}

.navih {
	z-index: 1;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	padding: 15px 0;
	transition: top 0.4s linear 0s;	
	}
	
.head:before { bottom: 2px; }
.navih p:before { top: -22px; }

.head:before { z-index: 2; }


.navih:after {
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,235,205,0.9);
	}

.navih a {
	z-index: 2;
	position: relative;
	width: 100%;
	margin: 0 3%;
	color: rgba(105,15,45,1.0);
	font-size: 150%;
	}
	
.navih p {
	position: absolute;
	display: block;
	width: 100%;
	height: 30px;
	left: 0;
	top: 100%;
	margin: 0;
	/*background-color: green;*/
	overflow: hidden;
	}

.mbutt {
	z-index: 4;
	position: absolute;
	right: 20px;
	top: 150px;
	margin-top: 17px;
	width: 20px;
	height: 20px;
	transition: top 0.4s linear 0s;
	transform: rotate(0deg);
	}

.mbutt:before,
.mbutt:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	}
	
.mbutt label {
	position: absolute;
	z-index: 55;
	top: 0;
	left: 0;
	width: 0%;
	height: 0%;
	}
	
.head .mbutt label { width: 100%; height: 100%; }

#Navb:checked ~ .head .mbutt {  right: 24px; transform: rotate(0deg); background-image: linear-gradient(rgba(0,0,0,0) 14px, rgba(105,15,45,1.0) 14px, rgba(105,15,45,1.0) 17px, rgba(0,0,0,0) 17px); }
#Navb:checked ~ .head .mbutt:before { top: 6px; height: 3px; background-color: rgba(105,15,45,1.0); }
#Navb:checked ~ .head .mbutt:after { top: 22px; transform: rotate(0deg); height: 3px; background-color: rgba(105,15,45,1.0); }

.head .mbutt { right: 20px; background-image: none; transform: rotate(45deg); }
.head .mbutt:before,
.head .mbutt:after  { top: 14px; height: 3px; background-color: rgba(105,15,45,1.0); }
.head .mbutt:after { transform: rotate(90deg); }


#Navb:checked ~ .head .navih { top: 50px; }
.head .navih { top: 150px; }







.contatto {
	position: relative;
	text-align: left;
	}

.contatto input, .contatto textarea, .contatto select { 
	position: relative;
	/*display: block;*/
	width: 100%;
	
	font-family: 'Cheyenne', sans-serif;
	font-size: 130%;
	border: none;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background-color: rgba(249,227,198,1);
	/*box-shadow: inset 0px 0px 10px rgba(45, 15, 25, 0.35);*/
	}

.contatto h3 {
	position: relative;
	font-size: 150%;
	color: rgba(105,15,45,1.0);
	margin: 20px 0 10px;
	
	}
	
.contatto h3:nth-of-type(1) { margin: 0 0 10px 0; }

.contatto input[type="submit"] { 
	width: 35%;
	padding: 10px 0;
	margin: 20px 0 0 65%;
	
	font-size: 110%;
	background-color: rgba(105,15,45,1.0);
	color: rgba(255,235,205,1);
	cursor: pointer;
	}

.contatto option[value="0"] {color: rgba(0,0,0,0.6);}

.contatto input[name="date"], .contatto input[name="time"] { float: left; width: 49.5%;}
.contatto input[name="time"] { margin-left: 1%; }







@media screen and (max-width: 1280px) {
	.subsec h1 { font-size: 330%; }
	.subsec h2 { font-size: 180%; }
}


@media screen and (max-width: 768px) { 
	.head h1 { font-size: 320%; }
	.head h2 { font-size: 175%; margin: 25px 0 0; }
	
	.pic01:after { width: 140px; height: 140px; }
	
	.subsec { padding: 0 10vw 0 10vw; }
	.subsec .right, .subsec .left {float: none; max-width: 80vw;}
	.subsec .top { width: 80vw; }
	
	.subsec h1, .subsec h2 { text-align: center; }
	.subsec h1 { font-size: 300%; }
	.subsec h1:after { width: 100%; margin-left: 0; }
	
	.head .navih { top: -151px; }
	.head { height: 130px; }
	.mbutt { top: 130px; }
	
	#Navb:checked ~ .head { top: 0 !important; }
	#Navb:checked ~ .head .navih { top: 130px; }	
	
	.head .mbutt {  right: 24px; transform: rotate(0deg); background-image: linear-gradient(rgba(0,0,0,0) 14px, rgba(105,15,45,1.0) 14px, rgba(105,15,45,1.0) 17px, rgba(0,0,0,0) 17px); }
	.head .mbutt:before { top: 6px; height: 3px; background-color: rgba(105,15,45,1.0); }
	.head .mbutt:after { top: 22px; transform: rotate(0deg); height: 3px; background-color: rgba(105,15,45,1.0); }

	#Navb:checked ~ .head .mbutt { right: 20px; background-image: none; transform: rotate(45deg); }
	#Navb:checked ~ .head .mbutt:before,
	#Navb:checked ~ .head .mbutt:after  { top: 14px; height: 3px; background-color: rgba(105,15,45,1.0); }
	#Navb:checked ~ .head .mbutt:after { transform: rotate(90deg); }


	.navih a, .navih label { display: block; margin: 16px 0; }

	.contatto input[type="submit"] { width: 100%; margin: 20px 0 0 0; }
	.contatto input[name="date"], .contatto input[name="time"] { float: none; width: 100%;}
	.contatto input[name="time"] { margin-left: 0; }	
	
	
}

@media screen and (max-width: 480px) {
	
	.head .navih { top: -200px;  padding: 13px 0;}
	.head { height: 110px; }
	.mbutt { top: 110px; }
	
	#Navb:checked ~ .head { top: 0 !important; }
	#Navb:checked ~ .head .navih { top: 110px; }
	
	.subsec h1 { font-size: 270%; }
	.subsec h2 { font-size: 160%; }
	.head h1 { font-size: 230%; }
	.head h2 { font-size: 125%; margin: 25px 0 0; }
	
	.head label, .head a { font-size: 150%; }
	.foot label { font-size: 130%; }
	.navih a, .navih label { margin: 20px 0; }
	
	.contatto h3 { font-size: 170%; }
}
