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

body{
background-color: #F9F5EA;
}

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

.Blumenueberlick{ /*Text oben */
font-family: Verdana;
text-align: center;
padding-left: 100px;
padding-right: 100px;
font-size: 16px;
line-height: 150%;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 20px;
color:#403E2C;
}
.underhead{
background-color:#F9F5EA ;
font-family: Verdana;
text-align: center;
padding-left: 200px;
padding-right: 200px;
font-size: 16px;
line-height: 150%;
padding-top: 10px;
padding-top: 10px;
}
.MAIN {
display: flex;
flex-direction: row;
height: 1550px;
width: auto;
background-color: #F5F9EA;
line-height: 1.5;
}

.Blumeninfo1 { /* Blumeninfo 1 und 2 sind die 2 Spalten in den die einzelnen Info Felder angeordnet sind */
justify-content: center;
align-items: center;
background-color: #F9F5EA;
width: 50%;
padding-left: 83px;
padding-top: 10px;
padding-bottom: 200px;
margin-bottom: 200px;
}

.Blumeninfo2 {
justify-content: center;
align-items: center;
background-color: #F9F5EA;
width: 50%;
padding-top: 10px;
}


.headline{
    color:#403E2C;
    background-color:rgba(255, 254, 255, 0.7); 
    padding-left:5px;
    padding-right:5px;
    font-family: 'Pompiere';
}

.infosSonnenblume{
cursor: pointer;
transform: scale(0.75);
transition-duration: 0.5s;
text-align: center;
height: 300px;
width: 600px;
background-image: url('sonnenblume.png');
background-position: 70px -70px;	
display: flex;
justify-content: center;
align-items: center;
font-size: 35px;
background-color:#c6ca96;
border-radius: 20px;
background-size: 80%; 
background-repeat: no-repeat; 
}
    .KATEGORIE3 { /*Lässt mit dem Hovereffekt den Text über den Boxen erscheinen ist in CSS einmal definiert und für alle angewendet*/
        position: absolute;
        top: 500px;												/* alte Y-Position */
        height: 650px;
        width: 520px;
        background-color:#c6ca96 ;
        transition-property: top;								/* Änderung der Y-Position */
        transition-duration: 1.5s;
        transition-timing-function: ease-in-out;
        font-size: 15px;
        color: #403E2C;
        padding-left: 40px;
        padding-right: 40px;
    }
    .KATEGORIE3 h2{
        font-size: 20px;
        border-radius: 20px;	
    }
    .INFOFERTIG2 {
        position: absolute;
        height: 300px;
        width: 600px;
        overflow-y: auto;
        border-radius: 20px;
        font-family: Verdana, sans-serif;
    }
    .INFOFERTIG2:hover > .KATEGORIE3 {					/* Kombinator wirkt sich auf Kindelement aus */
        top: 0px;												/* neue Y-Position */
    }

.infosSonnenblume:hover{
    transform: scale(1);

}

.infosTulpe{ /* im folgenden werden die einzelnen Blumenboxen definiert + position des Hintergrundbildes*/
border: none;
cursor: pointer;
transform: scale(0.75);
transition-duration: 0.5s;
text-align: center;
height: 300px;
width: 600px;
background-image: url('tulpe.png');
background-position: 90px -80px;	
display: flex;
justify-content: center;
align-items: center;
font-size: 35px;
color: #FFFEFF;
background-color:#c6ca96;
border-radius: 20px;
background-size: 70%; 
background-repeat: no-repeat; 
}
.infosTulpe:hover{
    transform: scale(1);
}
.infosorchidee{
border: none;
cursor: pointer;
transform: scale(0.75);
transition-duration: 0.5s;
text-align: center;
height: 300px;
width: 600px;
background-image: url('orchidee.png');
background-position: -1200px -150px;	
display: flex;
justify-content: center;
align-items: center;
font-size: 35px;
color: #FFFEFF;
background-color:#c6ca96;
border-radius: 20px;
background-size: 50%; 

}

.infosorchidee:hover{
    transform: scale(1);

}
.infosnelke{
border: none;
cursor: pointer;
transform: scale(0.75);
transition-duration: 0.5s;
text-align: center;
height: 300px;
width: 600px;
background-image: url('nelke.png');
background-position: 34px -110px;	
display: flex;
justify-content: center;
align-items: center;
font-size: 35px;
color: #FFFEFF;
background-color:#c6ca96;
border-radius: 20px;
}
.infosnelke:hover{
    transform: scale(1);
}
.infoslilie{
border: none;
cursor: pointer;
transform: scale(0.75);
transition-duration: 0.5s;
text-align: center;
height: 300px;
width: 600px;
background-image: url('lilie.png');
background-position: 10px -100px;	
display: flex;
justify-content: center;
align-items: center;
font-size: 35px;
color: #FFFEFF;
background-color:#c6ca96;
border-radius: 20px;
background-size: 90%; 
background-repeat: no-repeat; 
}
.infoslilie:hover{
    transform: scale(1);
}
.infosrose{
border: none;
cursor: pointer;
transform: scale(0.75);
transition-duration: 0.5s;
text-align: center;
height: 300px;
width: 600px;
background-image: url('rose.png');
background-position: -100px -70px;	
display: flex;
justify-content: center;
align-items: center;
font-size: 35px;
color: #FFFEFF;
background-color:#c6ca96;
border-radius: 20px;
}

.infosrose:hover{
    transform: scale(1);

}
.infosschleierkraut{
border: none;
cursor: pointer;
transform: scale(0.75);
transition-duration: 0.5s;
text-align: center;
height: 300px;
width: 600px;
background-image: url('schleierkraut.png');
background-position: 40px -50px;	
display: flex;
justify-content: center;
align-items: center;
font-size: 35px;
color: #403E2C;
background-color:#c6ca96;
border-radius: 20px;
background-size: 80%; 
background-repeat: no-repeat; 
}
.infosschleierkraut:hover{
    transform: scale(1);
}
.infosgerbera{
border-radius: 5px;
cursor: pointer;
transform: scale(0.75);
transition-duration: 0.5s;
text-align: center;
height: 300px;
width: 600px;
background-image: url('gerbera.png');
background-position: 50px -70px;	
display: flex;
justify-content: center;
align-items: center;
font-size: 35px;
color: #FFFEFF;
background-color:#c6ca96;
border-radius: 20px;
background-size: 70%; 
background-repeat: no-repeat; 
}
.infosgerbera:hover{
    transform: scale(1);
}
.infoschrysantheme{
border: none;
cursor: pointer;
transform: scale(0.75);
transition-duration: 0.5s;
text-align: center;
height: 300px;
width: 600px;
background-image: url('chrysantheme.png');
background-position: 10px -100px;	
display: flex;
justify-content: center;
align-items: center;
font-size: 35px;
color: #FFFEFF;
background-color:#c6ca96;
border-radius: 20px;
}
.infoschrysantheme:hover{
    transform: scale(1);
}
*{
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;
}