@charset "utf-8";
 
/*
* CSS-Design
* FlowerBaur
* OfG: Webdesign-Kurs
*/

/* Webfonts-Einbindung */


@import url('https://fonts.googleapis.com/css2?family=Alice&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


/* Reset * * * * * * * * */
*{
margin: 0;
padding: 0;
-mozbox-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/* Basisformatierung */

body{
	font: 400 1rem/1.55 'Merriweather Sans', Helvetica, Arial, sans-serif;
	color: #0d2e03;
}

      /* Bilder */
img{
max-width: 100%;
height: auto;
vertical-align: bottom;

}
#logo{
max-height: 100px;
}



/* Layout */

.wrapper{
max-width: 1250px;
padding: 0 25px;
margin: 0 auto;
}
 
.column {
float: left;
margin: 25px 0 25px 5%;
}

.column:first-child{
margin-left: 0;
}

/* Sektion */

section{
	padding: 25px 0;
}
 

 
 /* Spalten angleichen */
.no-gutter .column {
	margin: 0;
	padding: 10px;
}

.no-gutter .col_1_2 {
	width: 50%;
}

.no-gutter .col_1_3 {
	width: 33.33%;
}

.no-gutter .col_2_3 {
	width: 66.66%;
}

.no-gutter .col_1_4 {
	width: 25%;
}

.no-gutter .col_3_4 {
	width: 75%;
}

/* Clearfix */

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row::after {
	clear: both;
}


/* Raster */
 
.col_1{
width: 100%;
}
 
.col_1_2{
width: 47.5%;
}
   
.col_1_3{
width: 30%;
}
 
.col_2_3{
width: 65%;
}
 
.col_1_4{
width: 21.25%;
}
 
.col_3_4{
width: 73.75%;
}
 

/* Navigation */

#navigation {
	float: right;
	margin-top: 0px;
}

#navigation li {
	display: inline;
	list-style: none;
	margin-left: 35px;
}

#navigation li a {
	font-family:  'Merriweather Sans', Arial, sans-serif;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 400;
	color: #0d2e03;
	padding: 15px 0;
}

#navigation li a:hover, 
#navigation li a.active {
	color: #f25e61;
}


/* Drop-Down-Menü */

#navigation ul {
	position: absolute;
	top: 35px;
	left: -14px;
	background: #fff;
	width: 190px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	display: none;
}

#navigation li {
	position: relative;
}

#navigation ul li a {
	display: block;
	font-size: 1.125rem;
	/* 18 Pixel */
	text-transform: none;
	padding: 10px 35px 10px 15px;
	border-bottom: 1px solid rgba(70, 151, 168, .2);
}

#navigation ul li {
	margin-left: 0;
}

#navigation ul li a:hover {
	background: #f25e61;
	color: #fff;
}

#navigation li:hover ul {
	display: block;
}



/* responsive Navigation */




.nav-toggle {
display:none;
background: #0d2e03;
padding: 10px 15px;;
color:white;
}
 
.nav-toggle:hover {
background: #f25e61;
text-decoration:none;
}


.main-nav {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.main-nav li {
	list-style: none;
}

#nav {
	background: #0d2e03;
	padding: 15px 0;
	position:sticky;
	top: 0;
	box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, .1);
	z-index: 9999;
}

#nav-open:target nav{
	display: block;
}


.main-nav a {
border-radius: 5px;
background: rgba(255, 255, 255, 0.2);
border: 1px dotted rgba(255, 255, 255, 0.7);
color: #fff;
display: block;
padding: 5px 25px;
transition: all 0.2s;
}

ul.main-nav { 
	margin-bottom: 0; 
}




/* Textauszeichnung */



h1, h2, h3, h4, h5, h6{
font-family: 'Merriweather Sans', Arial, sans-serif;
	margin-bottom: 20px;
	line-height: 1.4;
	margin: 20px;
	color: #e01a47;
	
}

h1{     
font-family:  'Alice', Georgia, Times, serif;
font-size: 4rem; /* 65px; */     
margin-bottom: 25px;     
font-weight: 600; 
line-height: 1.3;
color: #bf1a4a;
} 
 
h2{     
font-size: 2.125rem; /* 34px; */     
font-weight: 600; 
color: #0d2e03;
} 
 
h3{    
font-family:  'Merriweather', Georgia, Times, serif;
font-size: 2rem; /* 30px; */
font-weight: 500;
letter-spacing: 1px;
color: #bf1a4a;

}


h4{
font-family: 'Merriweather', Georgia, Times, serif;
font-size: 1.3rem; /* 20px; */ 
font-weight: 400;
/*text-transform: uppercase;*/
}

h5{
font-size: 1.2rem; /* 18px; */	
	font-style: italic; 
font-weight: 400;
	letter-spacing: 1px;
}

h6{
font-size: 1rem; /* 18px; */
font-weight: 400;
text-transform: uppercase;

}

p{
	margin: 10px 20px;
	color: #0d2e03;
}



a{
	color: #e01a47;
 text-decoration: none; 
}

a:hover{
	text-decoration: underline;
}



blockquote{
	font-family: 'Merriweather', Georgia, Times, serif;
	font-style: italic;
	font-size: 2rem; 
	font-weight: 400;
	margin-bottom: 20px;
	color: #0d2e03;
	text-align: center;
	margin-top: 40px;
}



	
.wrapper .button{
	max-width: 300px;
	margin-bottom: 0px;
	padding: 10px;

}


/* Trennlinie hr */

hr{
border: 1px solid #d8decd;
margin: 35px 20px;
max-width: 300PX;
}

/*Button */

.button{
	border-radius: 50px;
	padding: 10px;
	background: #bf1a4a;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	margin: 10px 0px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	transition: all 0.15s ease-out 0s;
	
}

.button:hover{
	background: #fff;
	color: #bf1a4a;
	text-decoration: none;
}

.zentriert{
	text-align: center;
}

/* Aufzählungen */

ul { 
	list-style: none;
}

li{
	margin-left: 10px;
}



/* Hero-Teaser */
.hero{
background: rgba(94,118,123,0.1);
}

.herobild{
	background-size: cover;
	vertical-align: middle;
	position:relative;
}
.hero h1{
	text-align: left;
	margin-right: 20px;
}

.hero h2{
	text-align: left;
	margin-right: 20px;
	
}

.dark{
	background: rgba(0,83,127,1);

}

.weiss {
	color: #fff;
}

.nach-oben { 
	margin: 40px 0 -300px; 
}



#herostart {
margin-top: 60px;
	padding-left: 10%;
}

.hero-start {
	background: #fff url('../images/startheader.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: scroll;
	min-height: 400px;

}

.hero-ueber {
	background: #fff url('../images/blumenladen_aussen.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: scroll;
	min-height: 600px;
	
}

#heroueber {
margin-top: 60px;
	padding-left: 10%;
}

/* Banner unter Hero */

.bannergruen {
	background-color: #0d2e03;
	max-height: 60px;
	display: block;
}

.bannertext {
	font-family: 'Alice', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: 600;
	font-size: 2vh;
	color: #fff;
	line-height: 3vh;
	text-align: center;
	letter-spacing: 2px;
	margin-top: -35px;
	
}

.bannerrot {
	background-color: #bf1a4a;
	max-height: 50px;
	display: block;
	margin-top: -25px;
}

.bannerrosa {
	background-color: #c05e64;
	max-height: 50px;
	display: block;
}


	/* Rubriken */
	
.rubrik{
	align-content: center;
	}

.rubrik .button{
	margin: 0px;
	
}
	


.fontrot{
	color: #bf1a4a;
	
}

.fonthellrot{
	color: #e01a47;
	font-weight: 700;
	
	text-transform:uppercase;
 }

.fontgruen{
	color: #0d2e03;
}

.fontweiss{
	color:#fff;
}
.fontrosa{
	color: #f4a4a7;
}


/* Kompetenzen */



.kompetenz .column{
	min-height: 400px;
	flex-grow: 1; flex-shrink: 1;

}

.border{
	border-style: solid;
	border-width: 1px;
	border-color: #3d5903;
	border-radius: 20px;
	padding:2vw;
	
}

.kompetenz img{
	align-content: center;
	padding-top: 10px;
	max-width: 400px;
}

#kompetenz .row{
	display: flex;
	flex-wrap: wrap;
}


#kompetenz .column { 
	box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, .1);
	padding: 35px 35px 25px;
	border-radius: 10px;
	transition: all 0.15s easeout 0s;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 340px;
	margin: 25px 2% 25px 2%;

}

#kompetenz .column:hover {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, .3);
	transform: translateY(-5px);
}

.kompetenz h3{
	font-size: 28px;
}

/*hr Linie*/
hr{
	padding:0 50%;
	border-color: #d8decd;
	border-style: dotted;
}

/* Blumenmagie */

.hellgruen{
	background-color: #d8decd;
	height: 100%;
	
}


.bildflaeche{
	margin: -25px 0;
	max-height: 500px;
}

.listentext-links{
	padding: 0 50px;
	
}

#padding-top{
	padding: 50px;
	line-height: 4vh;
}

#blocklinks{
	font-family:  'Merriweather Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 100%;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 20px 0;
	line-height: 1.6;
	background-color: #e01a47;
	height: 235px;
	padding: 25px;
}

#blockmitte{
	height: 235px;
	margin: 20px 0;
}


#blockrechts{
	font-family:  'Merriweather Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 100%;
	line-height: 1.6;
	letter-spacing: 1px;
	margin: 20px 0;
	background-color:#3d5903;
	height: 235px;
	padding: 30px 30px 0;
}


/* Workshop */

.kreativ{
	background: #fff url() center center no-repeat;
	background-size: cover;
	min-height: 500px;
	background-attachment: fixed;
}



/* Footer */

footer{
	color: #fff;
	padding: 0px;
	text-align: left;
}

footer a {
	color: #fff;
}

footer h3 {
	color: #fff;
}

.footerbackground{
background: rgba(41,64,29,1.00);

	
}

footer .column .col_1 {
	background: #3d5903;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 0;
}



/* Ueber uns-Seite */
 
.ueber h1{
margin-top: 30px;
}
 
.ueber h2{
font-size: 34px;
font-size: 2.125rem;
line-height: 1.6;
font-weight: 300;
color: #555;
}

.width-800{
max-width: 800px;
}

.width-900{
max-width: 900px;
	margin: 0 auto 50px;
	color: #555;
}



/* FAQ */

h3.line{
position: relative;
margin-bottom: 45px;
}
 
h3.line:after{
position: absolute;
top: 115%;
content: "";
height: 3px;
background-color: #d8decd;
width: 60px;
left: 0;
}

.accordion {
margin: 3em auto;
max-width: 50em;
}
 
.toggle {
display: none;
}
 
.option {
position: relative;
border-bottom: 1px solid #d8decd;
}
 
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
 
.title {
background-color: rgba(255,255,255,0.50);
padding: 1em;
display: block;
color: #0d2e03;
font-weight: bold;
}
 
.title:after, .title:before {
content: '';
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #d8decd;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
 
.title:after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
 
.content {
max-height: 0;
overflow: hidden;
background-color: rgba(255,255,255,0.70);
	margin: 5px;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 1em;
line-height: 1.5;
}
 
.linien_liste li{
list-style: square;
padding: 12px 0;
border-bottom: 1px solid #d8decd;    
}

.linien_liste{
margin: 15px 25px;
border-top: 1px solid #d8decd; 
padding-top: 10px;
}


.toggle:checked + .title + .content {
max-height: 500px;
}
.toggle:checked + .title:before {
 -webkit-transform: rotate(90deg) !important;
transform: rotate(90deg) !important;
}

label {
cursor: pointer;
margin: 10px 0 10px;
}

#faq{
	background:  url("../images/Flower-Shop-26b.png") center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

#faq-list{
	font-size: 20px;;
	padding-left:5px;
	list-style:disc;
	text-align: left;
}


/*Kundenstimme*/
.Kunde1{
	background-image: url("../images/flower-Shop-25.png");
	background-color: #d8decd;
	padding: 20px;
	border-top-left-radius: 20px;
	margin-bottom: 20px;
}

.Kunde2{
	background-image: url("../images/flower-Shop-53b.png");
	background-color: #fdeced;
	padding: 20px;
		margin-bottom: 20px;

}

.Kunde3{
	background-image: url("../images/flower-Shop-26b.png");
	background-color: #d8decd;
	padding: 20px;
	border-bottom-right-radius: 20px;
}


/*Team */

.team {
text-align: center;
padding: 75px 0;
}

.team img{
height: 170px;
	border-radius: 50%;
border: solid thin #f4a4a7;
filter: brightness(1.1) contrast(1.3);
max-width: 220px;
margin-bottom: 15px;

}



.team img:hover{
filter: none;
}


/* Kreativteam */

.name{
	color: #bf1a4a;

}



.headline{
	color: #bf1a4a;
	padding-left: 20%;
}

.subline{
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
	padding-left: 20%;
}

.rosa{
	background-color: #c05e64;
}

.hellrosa{
	background-color: #fdeced;
	height: 100%;
}

.hellrosa h1{
	font-size: 8vh;
}

.hellrosa h2{
	font-size: 3vh;
}


#hellrosa{
	margin-bottom: -35px;
}

.rot{
	background-color:rgba(244,26,71,0.6);
}




/* Formular */

form{
	margin-left: 20px;
}
	
	
form label{
	display: block;
	font-weight: 600;
	margin: 40px 0 10px;
}

input[type='text'],input[type='checkbox'], input[type='radio'],input[type='email'],textarea, select {
margin: 10px 10px 0 0;

}
 
input[type='text'], input[type='email'], textarea, select {
width: 100%;
height: 60px;
background-color: #fdeced;
padding: 5px;
font: 400 1.125rem/1.55 'Merriweather Sans', Arial, sans-serif;
border-radius: 5px;
border-color: #f4a4a7;}
 
textarea {
height: 140px;
}
 
input:hover, textarea:hover, input:focus, textarea:focus {
border: 1px solid #f4a7a7;
}
 
input[type='submit']{
font-size: 18px;
}
 
input[type='submit']:hover{
background: #3d5903;
color: #fff;
}

.inline {
	display: inline;
	float: right;
}

.rahmen{
	border: dotted #e01a47;
	padding: 10px;
	border-radius: 20px;
	margin: 20px;


}

.formularliste{
	padding: 40px 0 0 40px;
	
}
.formbutton{
	border-radius: 20px;
	background: #bf1a4a;
	border: 0px;
	width: auto;;
	height: 60px;
	padding: 20px;
	font-family:  'Merriweather Sans', Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	margin: 30px 0px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	transition: all 0.15s ease-out 0s;

	
}


.formbutton:hover{
	background: #fff;
	color: #bf1a4a;
	text-decoration: none;
	letter-spacing: 2px;

}
.h4-form{
	margin-top: 80px;
}



/* CSS3-Slideshow */

.slider {
	position: relative;
	width: 1100px;
	height: 645px;
}

.slider img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#slide1 {
	animation: fade 9s infinite;
}

#slide2 {
	animation: fade 9s 3s infinite;
}

#slide3 {
	animation: fade 9s 6s infinite;
}

@keyframes fade {
	0% {
		opacity: 0
	}
	11.111% {
		opacity: 1
	}
	33.333% {
		opacity: 1
	}
	44.444% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

@keyframes fade1 {
	0% {
		opacity: 0
	}
	33.333% {
		opacity: 1
	}
	66.666% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.slider-kasten {
	background: #4697A8;
	padding: 35px;
	max-width: 500px;
	float: right;
	margin-top: -180px;
	position: relative;
}

.slider-kasten h2,
.slider-kasten h3 {
	color: #fff;
}

/* Nach Oben Pfeil Button */

#totop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #c05e64;
	color: #fff;
	padding: 6px;
	border: 3px solid #fdeced;
	border-radius: 50%;
	font-size: 28px;
	line-height: 1;
	display: none;

}

#totop:hover { 
	text-decoration: none; 
	background: #48592d; 
}




/* Slider */

.slick-prev::before,
.slick-next::before {
	color: #000;
}

.slick-dots li button::before {
	font-size: 26px;
}



/* Workshop text mit Rand rechts und links */
.rand{
	padding:0 50px;
}

/* Media Queries */

@media only screen and (max-width: 1300px) {
	.slider {
		width: 100%;
		height: 0;
		padding-bottom: 60%;
		
	}
}

#nach-links {
	margin-left:-100px;
}

.workshopform{
	padding-top: 100px;
}

/* Media Queries */
 
@media only screen and ( max-width : 950px )/* and (max-width : 650px )*/{
	.col_1_2,
	.col_1_3,
	.col_2_3,
	.col_1_4,
	.col_3_4,
	.no-gutter .col_1_2,
	.no-gutter .col_1_3,
	.no-gutter .col_2_3,
	.no-gutter .col_1_4,
	.no-gutter .col_3_4 {
		width: 100%;
	}
	
	.column {
		margin-left: 0;
	}
	
	section {
		padding: 40px 0;
	}

	

	
	/* html{ font-size: 85%; } */
	.hero h1 {
		/*font-size: 2.45rem;*/
		font-size: 10vw;
		/* 40px; */
	}
	
	.hero h2 {
		font-size: 1.4rem;
		/* 26px; */
	}
	
	.rubrik .column, 
	footer .wrapper .column {
		max-width: 360px;
		margin: 25px auto 50px;
		float: none;
	}
	
	.wrapper .button{
		max-width: 340px;
	}
	
	.main-nav li { margin: 10px; }
	
	#nav nav{ 
		height: auto; 
	}
	
	
	#nav{
		display: none;
	}

	/* Responsive Navigation */
	
	nav {
	height: 0;
	transition: height .1s ease-in-out;
	overflow:hidden;
	}
	
	
	.nav-toggle { 
		display:block; 
	}
	
	#nav-open:target .nav-closed { 
	display:block; 
	} 
	
	
	.nav-closed,
	#nav-closed:target .nav-closed, 
	#nav-open:target .nav-open { 
	display:none; 
	}
	
	#nav-open:target nav {
	height: 500px;
	}
	
	
	#navigation{
	margin-top:15px;
	float: none;
	border-bottom: 1px solid #ccc;
}
 
	#navigation li{
	display: block;
	margin-left: 0;
	text-align: left;
	border-top: 1px solid #ccc;
}
 
	#navigation li a{
	margin-left: 0;
	display: block;
	padding: 15px 30px;
}
	
	#navigation ul{
	position: relative;
	display: block;
	top: 0;
	left:0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	width: 100%;
	margin-bottom: 0;
}

	#navigation ul li a{
	border-bottom: 0;
	padding: 15px 15px 15px 60px;
}
	
	#nav nav{
		height:auto;
	}
	
	#nav{
		display:none;

	}
	
	.main-nav li{
		margin: 10px;
	}
}
	.h4-form{
	margin-top: 20px;
	margin-left: -20px;
}

	.workshopform{
	padding-top: 30px;
}

	/* Druckformatierung */
 
@media print {
 
header, footer {
display: none;
}
 
p, blockquote{ 
    font-family: Arial, sans-serif;
font-size: 10pt;
}
 
h1, h2, h3, h4, h5, h6 { 
font-family: Arial, sans-serif; 
font-size: 18pt; 
color: #000;
font-style: normal;
}
 
section{
padding: 0;
}
 
}
	

		