@charset "UTF-8";
		
   
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  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;

}

p {
	letter-spacing: 0.02em;
}


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



h2 {	
	font-size: 1.2em;
	line-height: 1.1em;
	padding: 0 0 0.1em 0;
	color: rgba(255,210,35,1);
	color: rgba(220, 193, 0, 1);
	clear: both;
}



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



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

#welcome {
  background-image: url(../images/willkommen-scherenschnitt-mobile_2026.jpg);
  background-size: cover; /* Bild deckt den gesamten Bereich ab, Teile können abgeschnitten werden */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Kein Kacheln */
  height: 100vh; /* Macht das Element so hoch wie das Viewport */
  margin: 0; /* Entfernt Standard-Margin */
  width: 100vw; /* Stellt sicher, dass es die gesamte Breite einnimmt */
}


#einleitung {
	display: flex;
	flex-direction: row;
	flex-wrap : wrap;
	width: 100%;
/*	padding: 5% 5% 5% 5%;
*/	flex-direction: row;
	height: auto;
	flex-wrap: wrap;
	padding: 0 5% 0 5%;
}

#franzi {
	display: flex;
	flex-direction: row;
	flex-wrap : wrap;
	width: 100%;
	/*padding: 5% 5% 5% 5%;
	margin: 5% 2% 5% 2%;*/
	flex-direction: row;
	height: auto;
	flex-wrap: wrap;
	padding: 0 5% 0 5%;
}

#angebot {
	display: flex;
	flex-direction: row;
	flex-wrap : wrap;
	width: 100%;
/*padding: 5% 5% 5% 5%;
	margin: 5% 2% 5% 2%;*/
	flex-direction: row;
	height: auto;
	flex-wrap: wrap;
	padding: 0 5% 0 5%;
}

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

#kontakt {
	display: flex;
	flex-direction: row;
	flex-wrap : wrap;
	width: 100%;
/*padding: 5% 5% 5% 5%;
	margin: 5% 2% 5% 2%;*/
	flex-direction: row;
	height: auto;
	flex-wrap: wrap;
	padding: 0 5% 0 5%;



}


.col_2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
/*	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%;
	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); */
}



.col_2_franzi {
	display: flex;
	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); */
}


#buchen {
	display: none !important;
}


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

}

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

}

.icon-termin {
	display: none;
}


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




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


}

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

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

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

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

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


#buchen {
	display: none !important;
}

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








/*The container 1 */
.img-hover-zoom {
	/*padding: 0 !important;
	margin:  0 !important;*/
	margin-top: 1em;
	width: 100%;
	height: auto;
  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;
*/

}

#franzi .img-hover-zoom img {
 width: 100%;

}

#einleitung .img-hover-zoom img {
 width: 100%;
	
}


/* 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%);
}




/*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 .5s, filter 1.5s ease-in-out;
  filter: grayscale(100%);
  transition: transform 1.5s ease-in-out;

}

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



/*The container 3 */
.img-hover-color-umbau {
	width: 100%;
	padding: 0;
	margin: 1em 0em;
 	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;
	
}




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


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


.ml {
	margin-left: 1em;
}

.mr {
	margin-right: 1em;
}

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







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%;

}
