@import url('https://fonts.googleapis.com/css2?family=Pompiere&display=swap');

body {
	background-color: #F9F5EA;
}

.headline {
	font-family: 'Pompiere';
	font-size: 40px;
	background-color: #F9F5EA;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 10px;
	color:#403E2C;

}

.infotext {
	background-color:#F9F5EA;
	font-family: Verdana;
	text-align: center;
	padding-left: 300px;
	padding-right: 300px;
	font-size: 16px;
	line-height: 150%;
	padding-top: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	color:#403E2C;
}
.infotext_unten {
	background-color:#F9F5EA;
	font-family: Verdana;
	text-align: center;
	padding-left: 300px;
	padding-right: 300px;
	font-size: 16px;
	line-height: 150%;
	padding-top: 10px;
	padding-top: 20px;
	padding-bottom: 70px;
	color:#403E2C;
}


.infotext2 {
	background-color:#c2dad6;
	font-family: Verdana;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 16px;
	line-height: 150%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px;
	padding-bottom: 20px;
}

.MAIN {
	display: flex;															
	flex-direction: row;													
	align-items: stretch;
	height: 650px;	
	width: auto;
	background-color: #F9F5EA;									
}

.box_links {
	display: flex;
	flex-direction: column;
	width: 50%;
	font-family: 'Pompiere';
	padding-left: 50px;
	padding-top: 20px;
	
}

.box_button {
	display: flex;
	flex-wrap: wrap;
	height: 80%;
	font-family: 'Pompiere';
	position:relative;
}

.button {
	background-color: #c6ca96;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	transform: scale(0.75);
	transition-duration: 0.5s;
	flex: 0 0 calc(30% - 1px);
	align-content: center; 
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 3px; 
	margin-bottom: 3px;
	font-family: 'Pompiere';
	font-size: 20px;
	color:#403E2C;
	margin: 3px;
}
.button img {
    margin-bottom: 5px;
}
.button span {
    margin-top: 5px; 
}
.button:hover{
	transform: scale(1);
}

.straussloeschen_box {
	display: flex;
	height: 20%;
	justify-content: center;
	align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
	border-radius: 20px;
}

.box_mitte {
	display: flex;
	flex-direction: column;
	width: 40%;
	
}
.blumenerscheinen {
	height: 80%;
	justify-content: center;
	align-items: center;
	display: flex;
	
}

.flower {
	width: 160px;
	height: 350px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
}
.blumenstraussvorlage {
	background-repeat: no-repeat;
	position: absolute;
	align-items: center;
	justify-content: center;
	top: 380px;
	left: 650px;
}
			
.DEG0{
	position: absolute;
	z-index: 1;
}
.DEG20{
	transform: rotate(20deg) translate(30px,0px);
}
.DEG-20{
	transform: rotate(-20deg) translate(-30px,0px);
}
.DEG35{
	transform: rotate(35deg) translate(60px,-10px);
	z-index: 1;
}
.DEG-40{
	transform: rotate(-40deg) translate(-50px,-20px);
	z-index: 1;
}
.DEG50{
	transform: rotate(50deg) translate(65px,-25px);
	z-index: 0;
}
.DEG-53{
	transform: rotate(-53deg) translate(-65px,-30px);
	z-index: 0;
}
.DEG60{
	transform: rotate(60deg) translate(70px,-30px);
}
.DEG-60{
	transform: rotate(-60deg) translate(-70px,-30px);
}
.box_indenwarenkorb {
	display: flex;
	height: 20%;
	justify-content: center;
	align-items: center;
}
.button_warenkorb {
	background-color: #c6ca96;
	border: none;
	border-radius: 10px;
	color: #403E2C; 
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;	
}

.button_warenkorb:hover { background-color: #e8edc5;
}

.box_rechts {
	display: flex;
	width: 10%;	
	padding-right: 90px;
	flex-direction: column;		
	text-align: center;	
	font-family: Verdana, Geneva, Tahoma, sans-serif;	
}

.button_loeschen {
	background-color: #c6ca96;
	border: none;
	border-radius: 10px;
	color: #403E2C; 
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;				
}

.button_loeschen:hover { background-color: #e8edc5;
}
.transportkilometer{
	position: absolute;
	top: 520px;
}

.skala-strich{
    z-index: 1;
    position: absolute;
	top: 1085px;
	right: 133px; 
	transform: scaleY(0.6);
}
.skala {
    z-index: 0;
	margin-left: 17px;
	position: relative;
	top: 30px;
}

*{
margin:0;												/*macht die Abstände an den Seiten weg*/
padding:0;
}

.NAV {
	display: flex;											/* Ausrichtung der Navpunkte in Ebene 1 */
	height: 80px;											/* Höhe der Navbar */
	width: auto;											/* Breite der Navbar */
	background-color: #c6ca96;
	font-family: 'Pompiere';
	font-weight: 750;
}
.EBENE1, .EBENE2 a {										/* Formatierung aller Texte in der Navbar */
	display: block;
	line-height: 70px;
	text-decoration: none;
	color: #e8edc5;
}
.EBENE1 {													/* Navpunkte in Ebene 1 */
	height: auto;
	width: auto;
	padding: 15px;  
	text-align: center;
	position: relative; 
	padding-top: 7px;
}

.EBENE1:hover {
	background-color: #e8edc5;
}

.EBENE2 {													/* Navpunkt in Ebene 2 */
	display: none;											/* Navpunkte anfangs nicht sichtbar */
	position: absolute;										/* Navpunkte gehen nach unten */
	height: auto;
	min-width: 142.5px;
	background-color: #e8edc5;
	font-weight: 500;
	z-index: 9;
	left: 0px; 
	border-radius: 0px 0px 12px 12px; 
}
.EBENE2 a:hover {
	background-color:#c6ca96;
}
.EBENE1:hover > .EBENE2 {									/* macht Ebene 2 sichtbar */
	display: block;											/* durch Pseudoklasse Hover */
}

.EBENE1 a {
	font-family: 'Pompiere';  
	font-size: 13pt; 
	letter-spacing: 0.025rem;
	color: #403E2C; 
	text-decoration: none; 
	}

.EBENE2 a {
	font-family: 'Pompiere';  
	font-size: 13pt; 
	letter-spacing: 0.05rem;
	color: #403E2C; 
	text-decoration: none; 
	border-radius: 12px 12px 12px 12px; 
	}

.LOGO {
	position: relative;
	left: 10px;
	top: 10px; 	
}

#PLATZLINKS {
	margin-left: 250px;
}
#WARENKORB {
	position: absolute;
	right:30px;
	top:12px;
}
	

.FOOTER {
	background-color: #c6ca96;
	font-family: 'Verdana';
	font-size: 12px; 
	line-height: 100%;
	padding: 60px 0;
	color: #403E2C;		
	height: 120px; 
}
		
.CONTAINER{
	max-width:1200px;
	margin:auto;
}

.ROW{
	display: flex;
	flex-wrap: wrap;
}

ul{
	list-style: none;
}


.FOOTER-COL{
   width: 25%;
   padding: 0 15px;
}

.FOOTER-COL h4{
	font-family: 'Pompiere';
	font-size: 20px; 
	letter-spacing: 0.05rem;
	margin-bottom: 35px;
	position: relative;
}

.FOOTER-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #c6ca96;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.FOOTER-COL ul li:not(:last-child){
	margin-bottom: 10px;
}

.FOOTER-COL ul li a{
	color: #403E2C;
	text-decoration: none;	
	display: block;
	transition: all 0.3s ease;
}

.FOOTER-COL ul li a:hover{
	padding-left: 8px;
}

.FOOTER-COL ul li {
	color: #403E2C;
	text-decoration: none;	
	display: block;
	transition: all 0.3s ease;
}

.SOCIALMEDIA {
	position: relative; 
	left:-10px;
	bottom: 22px;
}

   

		