@charset 'utf-8';
@import url(reset.css);
@import url(fancybox.css);

body {
	background: url(../img/bg.png) repeat fixed center top;
	color: #000;
	z-index: 0;
	font-size: 14px;
	font-family: Georgia, serif;
	line-height: 20px;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* @group xxxxxxxxxxxxx    HEADER    xxxxxxxxxxxxxxxx */

header {
	height: 155px;
}

header a.logo {
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	border: none;
	background: none;
	transition: margin-top 0.3s;
	-webkit-transition: margin-top 0.3s;
	-moz-transition: margin-top 0.3s;
	-ms-transition: margin-top 0.3s;
}

header a.logo:hover {
	margin-top: 10px;
	transition: margin-top 0.3s;
	-webkit-transition: margin-top 0.3s;
	-moz-transition: margin-top 0.3s;
	-ms-transition: margin-top 0.3s;
}

header a.newsletter {
	background-color: #f39100;
	width: 120px;
	height: 33px;
	display: block;
	font: 20px/32px 'Ubuntu', sans-serif;
	color: white;
	text-align: center;
	text-decoration: none;
	float: right;
	border: none;
	transition: padding-top 0.5s;
	-webkit-transition: padding-top 0.5s;
	-moz-transition: padding-top 0.5s;
	-ms-transition: padding-top 0.5s;
}

header a.newsletter:hover {
	padding-top: 10px;
	transition: padding-top 0.5s;
	-webkit-transition: padding-top 0.5s;
	-moz-transition: padding-top 0.5s;
	-ms-transition: padding-top 0.5s;;
}

header #hauptnavi ul {
	padding-top: 92px;
	padding-left: 275px;
}

header #hauptnavi li {
	display: inline;
	margin-left: 35px;
}

header #hauptnavi li a {
	font-size: 18px;
	text-decoration: none;
	border: none;
	color: #000;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	position: relative;
}

header #hauptnavi li a:hover, header #hauptnavi li a.aktiv {
	color: #f39100;
	border-bottom: 1px solid #f39100;
	transition: color 1s;
	background: none;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
}
header #hauptnavi li a .new {
	color: white;
	background-color: #d50c2f;
	display: inline-block;
	font: 10px 'Ubuntu', sans-serif;
	position: absolute;
	width: 15px;
	height: 15px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: none;
	top: -9px;
	right: -8px;
}

header #hauptnavi li a .new em {
	position: absolute;
	top: 2px;
	font-weight: bold;
	font-style: normal;
	right: 5px;
}


/* @end */

/* @group xxxxxxxxxxxxx    CONTENT    xxxxxxxxxxxxxxxx */

#content .welcome {
	width: 945px;
	height: 305px;
	background-color: white;
	border: 1px solid #e3e3e3;
	margin-bottom: 22px;
	padding: 6px;
}

#content .welcome-text {
	float: right;
	width: 283px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 30px;
}

h1 {
	margin-bottom: 18px;
	color: #f39100;
	font: 28px/32px 'Ubuntu', sans-serif;
}

#content .welcome-text img.unterschrift {
	float: right;
	margin-top: 1px;
	margin-right: -22px;
}

#content .welcome-text p {
	font-size: 17px;
	line-height: 26px;
}

p {
	margin-bottom: 9px;
}

a {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #f39100;
}

a:hover {
	background-color: #f39100;
	color: white;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	border-bottom: none;
}

h2 {
	color: #f39100;
	margin-bottom: 15px;
	font: 22px/26px 'Ubuntu', sans-serif;
}

h3 {
	color: #f39100;
	font: 17px/22px 'Ubuntu', sans-serif;
	margin-bottom: 7px;
}

em.zitat {
	font-size: 14px;
	font-family: Georgia, serif;
	color: silver;
}

.spalte-rechts-text-impressum h3 {
	margin-top: 30px;
	color: #f39100;
	font: 17px/22px 'Ubuntu', sans-serif;
	margin-bottom: 7px;

}

p.impressum-quelle {
	color: gray;
	font: 11px "Lucida Grande";
	margin-top: 30px;
}

.impressum-quelle a {
	color: gray;
	text-decoration: underline;
	border: none;
	background: none;
}


#content .start-team {
	border: 1px solid #e3e3e3;
	float: left;
	background: white url(../img/team-start.png) no-repeat center 136px;
	padding: 6px;
	width: 331px;
	height: 285px;
	margin-left: 22px;
}

#content .start-team-text {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: -10px;
}

#content .start-fleurop {
	border: 1px solid #e3e3e3;
	float: left;
	background: white url(../img/fleurop-start.jpg) no-repeat center 136px;
	padding: 6px;
	width: 331px;
	height: 285px;
	margin-left: 22px;
}

#content .start-fleurop-text {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: -10px;
}

/*#content .start-team h2 {
	margin-bottom: 15px;
	height: 25px;
	width: 252px;
	background-image: url(../img/h2-start-team.png);
}
*/
#content .start-events h2 {
	color: #f39100;
	text-align: left;
}

#content .start-events h2 em {
	color: #d50c2f;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

#content .start-events {
	border: 1px solid #e3e3e3;
	float: right;
	padding: 6px;
	width: 331px;
	height: 285px;
	margin-left: 22px;
	background: white;
}

#content .start-events.spezial {
	float: left;
}

#content .start-events a.img-weihnachten {
	border-bottom: none;
}

#content .start-events a.img-weihnachten:hover {
	background-color: white;
	opacity: 0.9;
	filter: alpha(opacity = 50);
}

#content .start-events-text {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: -10px;
}

#content .start-events-text-weihnachten {
	padding-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

#content a.weihnachten-start, ul.weihnachten-partner a {
	text-decoration: none;
	border: none;
}

#content a.weihnachten-start:hover, ul.weihnachten-partner a:hover {
	background: none;
}

#content .start-events-text img {
	float: right;
	margin-left: 20px;
}

.facebook-like a {
	background: url(../img/like-bg.png) no-repeat left top;
	width: 300px;
	height: 38px;
	padding-top: 10px;
	color: white;
	font: 19px/26px 'Ubuntu', sans-serif;
	border: none;
	padding-left: 13px;
	display: block;
	text-transform: uppercase;
}

.facebook-like a:hover {
	color: #f39100;
	background: url(../img/like-bg.png) no-repeat left -50px;
}

a.event-link {
	border: none;
}

a.event-link:hover {
	background: none;
}

h2.valentin2015 {
	color: #e6324c;
}

/* @group xxxxxxxxxxxxx    Spalte-links    xxxxxxxxxxxxxxxx */

.spalte-links {
	width: 215px;
	float: left;
	margin-bottom: 40px;
}

#content img.spaltelinks-kv {
	background-color: white;
	border: 1px solid #e3e3e3;
	padding: 6px;
	height: 285px;
	margin-bottom: 20px;
	float: left;
	width: 211px;
}

/* @group xxxxxxxxxxxxx    VK    xxxxxxxxxxxxxxxx */

#content .vk-start, #content .vk-unter {
	background-color: white;
	border: 1px solid #e3e3e3;
	padding: 6px;
	height: 285px;
	margin-bottom: 40px;
	float: left;
	width: 211px;
}

#content .vk-start-text, #content .vk-unter-text {
	background-color: #f39100;
	padding: 14px;
}

.vk-start p, .vk-unter p {
	color: white;
}

.vk-start a, .vk-unter a {
	color: white;
	text-decoration: none;
	border: none;
}

.vk-start a:hover, .vk-unter a:hover {
	border-bottom: 1px solid white;
}


/* @end */

#subnavi ul {
	width: 217px;
	margin-bottom: 35px;
	margin-top: 15px;
}

#subnavi li {
	margin-bottom: 10px;
	text-align: right;
}

#subnavi li a {
	font-size: 18px;
	line-height: 23px;
	color: #000;
	border: none;
	background: none;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	position: relative;
}

#subnavi li a .new {
	color: white;
	background-color: #d50c2f;
	display: inline-block;
	font: 10px 'Ubuntu', sans-serif;
	position: absolute;
	width: 15px;
	height: 15px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: none;
	top: -9px;
	right: -8px;
}

#subnavi li a .new em {
	position: absolute;
	top: 2px;
	font-weight: bold;
	font-style: normal;
	right: 4px;
}

#subnavi li a:hover, #subnavi li a.aktiv {
	color: #f39100;
	border-bottom: 1px solid #f39100;
	text-decoration: none;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
}

/* @end */

/* @group xxxxxxxxxxxxx    Spalte-rechts    xxxxxxxxxxxxxxxx */

.spalte-rechts {
	float: right;
	width: 698px;
	margin-bottom: 40px;
}

article.spalte-rechts-text {
	width: 655px;
	margin-bottom: 40px;
	border: 1px solid #e3e3e3;
	margin-bottom: 22px;
	background: white url(../img/schriftzug-vorgeschmack.png) no-repeat 500px 90%;
	padding: 20px;
}

article.spalte-rechts-text-team, article.spalte-rechts-text-partner, article.spalte-rechts-text-impressum {
	width: 615px;
	margin-bottom: 40px;
	border: 1px solid #e3e3e3;
	margin-bottom: 22px;
	background: white;
	padding: 20px 60px 20px 20px;
}

article.spalte-rechts-text-anfahrt {
	width: 655px;
	margin-bottom: 40px;
	border: 1px solid #e3e3e3;
	margin-bottom: 22px;
	background: white;
	padding: 20px;
}

article.spalte-rechts-text-events {
	width: 683px;
	border: 1px solid #e3e3e3;
	background: white;
	padding: 6px;
}

#events-weihnachten, #events-weihnachten-geschenkservice {
	padding: 310px 14px 14px;
	background: url(../img/events/weihnachten2018-bg.jpg) no-repeat right top;
}

#events-weihnachten-geschenkservice {
	background: url(../img/events/weihnachtsservice-2017-bg.jpg) no-repeat right top;
}

#events-weihnachten .weihnachten-text h3 {
	margin-top: 20px;
}

ul.weihnachten-partner li {
	float: left;
	margin-right: 27px;
}

ul.weihnachten-partner li.weihnachten-aussen {
	margin-right: 0;
}

.weihnachten-kleingedrucktes {
	float: right;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 12px;
}

#events-muttertag h2, #events-muttertag p, #events-muttertag h3 {
	color: white;
}

.muttertag-text {
	width: 280px;
}

.muttertag-offen {
	padding: 10px 14px;
	height: 89px;
}

.muttertag-offen p {
	margin-bottom: 0;
	color: #bc382a;
}

.muttertag-offen h3 {
	color: #bc382a;
}

.muttertag-text li {
	color: white;
	background: url(../img/events/events-checklist.png) no-repeat left;
	padding-left: 17px;
	text-transform: capitalize;
}

.anfahrt-daten {
	float: left;
	width: 200px;
}

section.googlemap {
	float: right;
	width: 425px;
	margin-bottom: 10px;
}

.spalte-rechts-text p {
	width: 450px;
}

/* h2.floristik-werkstuecke {
	margin-bottom: 15px;
	height: 25px;
	width: 387px;
	background-image: url(../img/h2-werkstuecke.png);
}

h2.floristik-pflanzen {
	margin-bottom: 15px;
	height: 25px;
	width: 447px;
	background-image: url(../img/h2-pflanzen.png);
}

h2.floristik-braut {
	margin-bottom: 15px;
	height: 25px;
	width: 328px;
	background-image: url(../img/h2-braut.png);
}

h2.floristik-trauerfloristik {
	margin-bottom: 15px;
	height: 25px;
	width: 447px;
	background-image: url(../img/h2-trauer.png);
}

h2.deko-asa {
	margin-bottom: 15px;
	height: 25px;
	width: 301px;
	background: url(../img/h2-asa.png) no-repeat;
}

h2.deko-lambert {
	margin-bottom: 15px;
	height: 25px;
	width: 364px;
	background: url(../img/h2-lambert.png) no-repeat;
}

h2.deko-raeder {
	margin-bottom: 15px;
	height: 25px;
	width: 421px;
	background: url(../img/h2-raeder.png) no-repeat;
}

h2.team {
	margin-bottom: 15px;
	height: 25px;
	width: 404px;
	background: url(../img/h2-team.png) no-repeat;
}

h2.anfahrt {
	margin-bottom: 15px;
	height: 25px;
	width: 192px;
	background: url(../img/h2-anfahrt.png) no-repeat;
}

h2.partner {
	margin-bottom: 15px;
	height: 25px;
	width: 450px;
	background: url(../img/h2-partner.png) no-repeat;
}

h2.impressum {
	margin-bottom: 15px;
	height: 25px;
	width: 450px;
	background: url(../img/h2-impressum.png) no-repeat;
}

h2.event-muttertag2012 {
	margin-bottom: 15px;
	height: 25px;
	width: 450px;
	background: url(../img/h2-muttertag2012.png) no-repeat;
}

h2.event-beispiel {
	margin-bottom: 15px;
	height: 25px;
	width: 450px;
	background: url(../img/h2-eventbeispiel.png) no-repeat;
}
*/

img.logo-partner {
	float: right;
}

article.phil {
	width: 295px;
	margin-bottom: 40px;
	border: 1px solid #e3e3e3;
	margin-bottom: 22px;
	background: white;
	padding: 20px;
	height: 230px;
	float: left;
	margin-right: 20px;
}

article.rehau {
	width: 295px;
	margin-bottom: 40px;
	border: 1px solid #e3e3e3;
	margin-bottom: 22px;
	background: white;
	padding: 20px;
	height: 230px;
	float: right;
}

article.stoko {
	width: 295px;
	margin-bottom: 40px;
	border: 1px solid #e3e3e3;
	margin-bottom: 22px;
	background: white;
	padding: 20px;
	height: 230px;
	float: left;
	margin-right: 20px;
}

article.denk {
	width: 295px;
	margin-bottom: 40px;
	border: 1px solid #e3e3e3;
	margin-bottom: 22px;
	background: white;
	padding: 20px;
	height: 230px;
	float: right;
}

article.fleurop {
	width: 295px;
	margin-bottom: 40px;
	border: 1px solid #e3e3e3;
	margin-bottom: 22px;
	background: white;
	padding: 20px;
	height: 230px;
	float: right;
}

article.phil img, article.rehau img, article.stoko img, article.denk img, article.fleurop img {
	margin-bottom: 20px;
}

section.team-kpaulsen {
	width: 155px;
	background: white url(../img/team-karin.png) no-repeat;
	padding-left: 160px;
	padding-top: 20px;
	height: 180px;
	border: 1px solid #e3e3e3;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
}

section.team-cmesserer {
	width: 155px;
	background: white url(../img/team-chrissi.png) no-repeat;
	padding-left: 160px;
	padding-top: 20px;
	height: 180px;
	border: 1px solid #e3e3e3;
	float: right;
	margin-bottom: 20px;
	padding-right: 20px;
}

section.team-estroebel {
	width: 155px;
	background: white url(../img/team-lilly.png) no-repeat;
	padding-left: 160px;
	padding-top: 20px;
	height: 180px;
	border: 1px solid #e3e3e3;
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
}

section.team-vmayer {
	width: 155px;
	background: white url(../img/team-vroni.png) no-repeat;
	padding-left: 160px;
	padding-top: 20px;
	height: 180px;
	border: 1px solid #e3e3e3;
	float: right;
	margin-bottom: 20px;
	padding-right: 20px;
}

section.team-sguethe {
	width: 155px;
	background: white url(../img/team-placeholder.png) no-repeat;
	padding-left: 160px;
	padding-top: 20px;
	height: 180px;
	border: 1px solid #e3e3e3;
	float: right;
	margin-bottom: 20px;
	padding-right: 20px;
}

section.team-lschuster {
	width: 155px;
	background: white url(../img/team-luzia.png) no-repeat;
	padding-left: 160px;
	padding-top: 20px;
	height: 180px;
	border: 1px solid #e3e3e3;
	float: right;
	margin-bottom: 20px;
	padding-right: 20px;
}

section.team-ematesz {
	width: 155px;
	background: white url(../img/team-ester.png) no-repeat;
	padding-left: 160px;
	padding-top: 20px;
	height: 180px;
	border: 1px solid #e3e3e3;
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
}

section.team-stiepani {
	width: 155px;
	background: white url(../img/team-conny.png) no-repeat;
	padding-left: 160px;
	padding-top: 20px;
	height: 180px;
	border: 1px solid #e3e3e3;
	float: right;
	margin-bottom: 20px;
	padding-right: 20px;
}

section.team-stellenanzeige {
	width: 295px;
	background: white;
	padding-left: 20px;
	padding-top: 20px;
	height: 180px;
	border: 1px solid #e3e3e3;
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
}


a.fancybox-fotos {
	background-color: white;
	border: 1px solid #e3e3e3;
	margin-bottom: 22px;
	display: block;
	width: 144px;
	height: 144px;
	float: left;
	padding: 6px;
	margin-left: 22px;
}

a.fancybox-fotos-aussen {
	background-color: white;
	border: 1px solid #e3e3e3;
	margin-bottom: 22px;
	display: block;
	width: 144px;
	height: 144px;
	float: left;
	padding: 6px;
	margin-left: 0px;
}

a.fancybox-fotos:hover, a.fancybox-fotos-aussen:hover {
	background-color: #f39100;
}

/* @end */

/* @end */

/* @group xxxxxxxxxxxxx    FOOTER    xxxxxxxxxxxxxxxx */

footer {
	clear: both;
	background-color: #f39100;
	height: 100%;
}

#footer-wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	height: 180px;
	font: 11px/15px "lucida grande";
}

footer p {
	margin-bottom: 6px;
}

footer a {
	color: white;
}

footer a:hover {
	text-decoration: underline;
}

footer a.impressum {
	color: white;
	text-decoration: underline;
}

footer .sitemap {
	text-transform: uppercase;
}

footer .social {
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}

footer .social img {
	margin-bottom: 15px;
}

footer .social a {
	background: url(../img/facebook.png) no-repeat left top;
	display: block;
	padding-left: 35px;
	width: 90px;
}

footer .social a:hover {
	background: url(../img/facebook.png) no-repeat left -30px;
}

address {
	padding-top: 15px;
	float: left;
	margin-right: 50px;
	margin-left: 55px;
}

.sitemap ul {
	padding-top: 15px;
	float: left;
	margin-right: 30px;
}

.sitemap li {
	margin-bottom: 3px;
}

.legal {
	padding-top: 15px;
	float: left;
	width: 510px;
}

/* @end */

/* @group xxxxxxxxxxxxx    NivoSlider    xxxxxxxxxxxxxxxx */

#slider {
    width: 605px; /* Geben Sie hier die Bildbreite an */
    height: 305px; /* Geben Sie hier die Bildhöhe an */
    background:url(images/loading.gif) no-repeat 50% 50%;
	position: relative;
	float: left;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
	display: none;
}

#slider a {
    border:0;
    display:block;
}

#slider a.nivo-prevNav {
	background: url(../img/slider-arrows.png) no-repeat left top;
	height: 30px;
}

#slider a.nivo-nextNav {
	background: url(../img/slider-arrows.png) no-repeat right top;
	height: 30px;
}

/* @end */

/* @group xxxxxxxxxxxxx    FancyBox    xxxxxxxxxxxxxxxx */

a#fancybox-close, a#fancybox-right, a#fancybox-left {
	border: none;
}

/* @end */


span {
	display: none;
}

.clear {
	clear: both;
}

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */
