@charset "UTF-8";
/* CSS Document */
		
   
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}


			

body {
	font-size: calc(0.5em + 0.8vw);
	line-height: calc(0.7em + 1vw);
	font-family: 'Questrial', sans-serif;
	font-family: 'Questrial', sans-serif;
    font-family: 'Barlow', sans-serif;
    font-family: 'Dosis', sans-serif;
	color: #2b353f;

}

p {
	letter-spacing: 0.02em;
}


h1 {
	font-size: calc(1.3em + 1vw);
	font-weight:200;
	line-height: calc(1em + 1vw);
	padding: 0 0 0.5em 0;
	color: rgba(164, 135, 102, 1);
	clear: both;
	


	
}



h2 {
	font-size: calc(1em + 0.6vw);
	font-weight:200;
	line-height: calc(1em + 0.4vw);
	padding: 0 0 0.4em 0;
	clear: both;
	color: rgba(220, 193, 0, 1);
}


/*-------------------- Navi Ende -----------------------  */







#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%;
	padding: 5% 5% 5% 5%;
	margin: 5% 5% 5% 5%;
	flex-direction: row;
	height: auto;
	flex-wrap: wrap
}

#fränzi {
	display: flex;
	flex-direction: row;
	flex-wrap : wrap;
	width: 90%;
	padding: 5% 5% 5% 5%;
	margin: 5% 8% 5% 5%;
	flex-direction: row;
	height: auto;
	flex-wrap: wrap
}

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

#preise {
	display: flex;
	flex-direction: row;
	flex-wrap : wrap;
	width: 90%;
	padding: 0% 5% 5% 5%;
	margin: 0% 5% 5% 5%;
	flex-direction: row;
	height: auto;
	flex-wrap: wrap
}

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






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

.col_2_fränzi {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: left;
	margin-top: 3%;
	width: 45%;
	height: auto;
/*	color: rgba(230,230,230,0.0); */
}


.col_2_umbau {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 45%;
	height: auto;
	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%;
	height: auto;
	padding: 3% 3%;
	margin: 1% 2% 5% 2%;
/*	color: rgba(230,230,230,0.0); */
}


.icon-termin {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}


.icon-termin img {
	position: right;
	width: 50%;
	margin-left: 30%;
	height: auto;
}


.icons-kontakt {
	display: none;
}



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




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

}

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

table {
	margin-bottom: -2em;
}	

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

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

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




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







/*The container 1 */
.img-hover-zoom {
	/*padding: 0 !important;
	margin:  0 !important;*/
	margin-left: 4em;
	width: 38%;
	height: 38%;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}


/* Colorize-zoom Container 1*/
.img-hover-zoom img {
  transition: transform .5s, filter 1.5s ease-in-out;
  filter: grayscale(100%);
  transform-origin: 0 0;
  transition: transform 1.5s ease-in-out;
/*  height: 40vw;
*/

}


/* The Transformation 1 */
.img-hover-zoom:hover img {
  transition: transform 1.5s, filter 0.3s ease-in-out;
  filter: grayscale(0) ;
  transform: scale(1.3)  translateX(-10%) translateY(-15%);
}


#fränzi img {
	widht: 38%;
	height: 38%;
}



/*The container 2 */
.img-hover-color {
	width: 45%;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}


/* Colorize-zoom Container 2*/
.img-hover-color img {
  transition: transform 0.2s, filter 0.5s ease-in-out;
  filter: grayscale(100%);
  transition: transform 0.2s ease-in-out;

}

/* The Transformation 2 */
.img-hover-color:hover img {
  transition: transform 0.5s, filter 0.5s ease-in-out;
  filter: grayscale(0%) ;
  transform: scale(1.15) ;
}



/*The container 3   -So wie gemacht... Navigation nich tinder Mitte*/
.img-hover-color-umbau {
	width: 41%;
	padding: 0;
	margin: 1em 2em;
 	overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/*The container 3 Neu erstellt 15.7.2021 damit die Navigation in der Mitte ist
.img-hover-color-umbau {
	width: 40%;
	padding: 0;
	margin: 1em 2em 1em 4em;
 	overflow: hidden; /* [1.2] Hide the overflowing of child elements 
*/




/* Colorize-zoom Container 3*/
.img-hover-color-umbau img {
  transition: transform .5s, filter 1.5s ease-in-out;
  filter: grayscale(100%);
  transition: transform 1.5s ease-in-out;

}

/* The Transformation 3 */
.img-hover-color-umbau:hover img {
  transition: transform 1.5s, filter 0.3s ease-in-out;
  filter: grayscale(0) ;
  transform: scale(1.4) ;
}




.img-fit {
	object-fit: contain;
	width:100%;
	height:auto;
	
}


.smoothie {
  height: 200px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}



.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: 3%;
}

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

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

.minus-m-bottom {
	margin-bottom: -8%;
}


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


.ml {
	margin-left: 1em;
}

.mr {
	margin-right: 1em;
}




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



/*    -------------     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      ---------------------	*/