@charset "UTF-8";

html {
/*	height: 100%; */	
	background-color: #eee;
	scroll-behavior: smooth;
}


body {
	font-weight: 200;
	font-size: 1.05em;
	line-height: 1.5em;
	height: 100%;
	font-family: 'Questrial', sans-serif;
	font-family: 'Questrial', sans-serif;
    font-family: 'Barlow', sans-serif;
    font-family: 'Dosis', sans-serif;
	color: #2b353f;

}

/*  -----------------  Video mit Javascript  ----------*/

.masthead {
	position: relative;
	min-width: 720px;
}
.masthead-video {
	z-index: 0;
}
.masthead-overlay {
	background-color: #000;
	opacity: 0.2;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	width: 100%;
	height: 91%;
}
.masthead-video-credit {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	opacity: 0.6;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.02em;
	padding-right: 10px;
	bottom: 10px;
	text-decoration: none;
	text-align: right;
	line-height: 1.5;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.masthead-video-credit span {
	display: block;
}
.masthead-video-credit:hover {
	opacity: 1;
}


.masthead-arrow {
	position: absolute;
	bottom: 4em;
	left: 0;
	right: 0;
	margin: auto;
	width: 8em;
	height: 2em;
	/*opacity: 0.7;*/
	border: solid 0.15em #fff;
	background-color: rgba(255,255,255, 0.7);
	text-align: center;
	padding-top: 0.5em;

}


.masthead-arrow:hover {
	transform: scale(1.2) ;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2) ;
	-ms-transform: scale(1.2) ;
	-o-transform: scale(1.2);	
	transition: transform 0.5s;
	-webkit-transition: transform 0.3s ease-in-out;
    -moz-transition:transform 0.3s ease-in-out;
    -ms-transition:transform 0.3s ease-in-out;
	opacity: 1;
}


/*.masthead-arrow {
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 50px;
	height: 50px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	opacity: 0.6;
}


.masthead-arrow:hover {
	transform: scale(1.2) rotate(45deg);
	-webkit-transform: scale(1.2) rotate(45deg);
	-moz-transform: scale(1.2) rotate(45deg);
	-ms-transform: scale(1.2) rotate(45deg);
	-o-transform: scale(1.2) rotate(45deg);	
	transition: transform 0.5s;
	-webkit-transition: transform 0.3s ease-in-out;
    -moz-transition:transform 0.3s ease-in-out;
    -ms-transition:transform 0.3s ease-in-out;
	opacity: 1;
}*/



h1-1 {
	font-size: 1.3em;
	line-height: 1.3em;
/*	color: rgba(255,212,0,1);
*/	padding: 0 0.5em;
	color: #fff;
}


h2-1 {
	font-size: 1.2em;
	line-height: 1.1em;
	padding: 0 0 0.1em 0;
/*	color: rgba(255,212,0,1);
*/	padding: 0 0.5em;
	color: #414141;
}


p.video {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 18px;
	color: #414141;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 1.6;
}
a {
	color: #fff;
	text-decoration: none;
}

ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
ol li {
	position: relative;
	margin-bottom: 30px;
	font-size: 18px;
	color: #414141;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 60px;
}
ol li:after {
	position: absolute;
	top: 3px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	background-color: #353535;
}
ol li:nth-child(1):after {
	content: '1';
}
ol li:nth-child(2):after {
	content: '2';
}
ol li:nth-child(3):after {
	content: '3';
}
ol li:nth-child(4):after {
	content: '4';
}
code {
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	background: #f7f7f7;
	padding: 4px;
	border-radius: 6px;
	font-size: 0.9em;
}
pre {
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	background: #f7f7f7;
	padding: 20px;
	border-radius: 10px;
	line-height: 1.4;
}
pre .s {
	color: #d14;
}
pre .na {
	color: #008080;
}
pre .nt {
	color: #000080;
}
pre .s {
	color: #d14;
}
pre .nc {
	color: #445588;
}
pre .m {
	color: #009999;
}
.content {
	padding-top: 60px;
}
.container {
	margin: auto;
	height: 100vh;
}
footer {
	text-align: right;
	margin-top: 60px;
	padding-bottom: 60px;
}
footer hr {
	margin: 0;
	border: none;
	border-top: 1px solid #ddd;
	margin-bottom: 30px;
}

video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}


.strong {
	font-weight: bold;

}




/* --------------------------------  Ende CSS Fullscreen Video ----------------------------------- */


p {
	letter-spacing: 0.02em;
}


h1 {
	font-size: 2em;
	line-height: 1.3em;
	margin-top: 8%;	
	margin-bottom: 4%;	
	color: rgba(164, 135, 102, 1);
	clear: both;
}



h2 {	
	font-size: 1.4em;
	line-height: 1.1em;
	 margin-top: 4%;	
	 margin-bottom: 1%;	
	color: rgba(220, 193, 0, 1);
	clear: both;
}



#wrapper {
	margin: 0% auto 0% ;
	width: 100%;
	padding: 0;
	height: auto;
	overflow-x: hidden;
}


/*#content {
	display: flex;
	flex-direction: row;
	flex-wrap : wrap;
	width: 90%;
	padding: 5% 5% 5% 5%;
	flex-direction: row;
	height: auto;
	flex-wrap: wrap
}*/



#einleitung {
	display: flex;
	flex-direction: row;
	flex-wrap : wrap;
	width: 90%;
		height: auto;

/*	padding: 5% 5% 5% 5%;*/	
	margin: 5% 5% 5% 5%;
	
}

#fränzi {
	display: flex;
	flex-direction: row;
	flex-wrap : wrap;
	width: 90%;
		height: auto;

/*	padding: 5% 5% 5% 5%;*/	
	margin: 5% 5% 5% 5%;
	
}

#angebot {
	display: flex;
	flex-direction: row;
	flex-wrap : wrap;
	width: 90%;
		height: auto;

/*	padding: 5% 5% 5% 5%;*/	
	margin: 5% 5% 5% 5%;
}

#preise {
	display: flex;
	flex-direction: row;
	flex-wrap : wrap;
	width: 90%;
		height: auto;

/*	padding: 5% 5% 5% 5%;
*/	margin: 5% 5% 5% 5%;
}

#kontakt {
	display: flex;
	flex-direction: row;
	flex-wrap : wrap;
	width: 90%;
		height: auto;

/*	padding: 5% 5% 5% 5%;*/	
	margin: 5% 5% 5% 5%;
	
}






.col_2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 3% 3%;
	margin: 1% 2% 5% 2%;
/*	color: rgba(230,230,230,0.0); */
}


.col_2_umbau {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 3% 3%;
	margin: 1% 2% 5% 2%;
/*	color: rgba(230,230,230,0.0); */
}





.col_4 {
	display: block;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 3% 3%;
	margin: 1% 2% 5% 2%;
/*	color: rgba(230,230,230,0.0); */
}



.icons-kontakt {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 10%;
	margin-top: 10%;

}


.icon-termin {
	display: none;
}




/* --------------------------------  Start Tabelle Preisliste ----------------------------------- */




table {
	text-align: left;
	margin-top: 0.5em;


}

table tr td {
	font-style: normal;
	padding: 0 0.15em;	
}

/*table th{
	padding-bottom: 1.25em;
}	*/

.linie-top {
	padding-top: 0.38em;
	padding-bottom: 0.05em;
	border-top: dashed 0.05em #a48766;
}

	
.linie-bottom {
	padding-top: 0.38em;
	padding-bottom: 0.25em;
	border-bottom: dashed 0.05em #a48766;
}




.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}




/* --------------------------------  Ende Tabelle  ----------------------------------- */








img {
	width:100%;
	height:100%;
	}





.color-brown {
	color: rgba(164, 135, 102, 1);
}

.color-gold-dark {
	color: rgba(220, 193, 0, 1);
}


.color-gold {
	color: rgba(181, 141, 8, 1);
}


.m-top {
	margin-top: 5%;
}

.m-bottom {
	margin-bottom: 5%;
}

.minus-m.-top {
	margin-top: -10%;
}

.tel {
	color: #dcc100;
	text-decoration: none;
}


.ml {
	margin-left: 1em;
}

.mr {
	margin-right: 1em;
}


.m-icons {
	margin: 4%;
}

.ml-icon {
		margin-left: 2%;

}

.mr-icon {
		margin-right: 5%;

}


/*    -------------     Start Collor Fränzi      ---------------------

braun 
#a48766  
rgba(164, 135, 102, 1)

gold  
#dcc100
rgba(220, 193, 0, 1)	

#b58d08
rgba(181, 141, 8, 1)	

  -------------      Ende Collor Fränzi      ---------------------	*/