/*
Theme Name: blumenkeusch
Theme URI: http://underscores.me/
Author: Typolay AG
Author URI: http://www.typolay.ch/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Reset
Typography
Elements
Structure
Header
Navigation
- Links
- Menus
Accessibility
Alignments
Clearings
Widgets
Content
- Home
- Posts and pages
- Asides
- Comments
Infinite scroll
Media
Forms
Gallery
Mobile
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
*,
*:before,
*:after { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	background: #c8cdb4;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #3c3c32;
	font-family: 'Archer SSm A', 'Archer SSm B', serif; 
	font-weight: 600; 
	font-style: normal;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: 800;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

#page {
	width: 100%;
}

.satzspiegel {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}

#masthead {
	background-color: #fff;
}

#content {
	background-color: #78875a;
}

#colophon {
	background-color: #c8cdb4;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
#header {
	height: 160px;
}

h1.site-title {
	margin-top: 20px;
}

div.site-branding {
	width: 220px;
	float: left;
}
.site-description {
	display: none;
}

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

#headerbutton {
	display: none;
	position: absolute;
	right: 0;
}
#headerbutton p {
	padding: 10px 20px 7px 20px;
	color: #fff;
	background-color: #78875a;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#headerbutton p:hover {
	background-color: #3c3c32;
	cursor: pointer;
}

#headerbutton-home {
	display: none;
	position: absolute;
	right: 0;
	top: 200px;
	width: 200px;
	height: 200px;
	color: #78875a;
	background-color: #3c3c3c;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%; 
	z-index: 99999;
	-moz-transform:rotate(-13deg);
	-webkit-transform:rotate(-13deg);
	-o-transform:rotate(-13deg);
	-ms-transform:rotate(-13deg);
	transform:rotate(-13deg);
}
#headerbutton-home:hover {
	background-color: #fff;
	cursor: pointer;
}
#headerbutton-home p {
	padding: 50px 20px 7px 20px;
	font-family: 'Archer SSm A', 'Archer SSm B'; 
	font-weight: 600; 
	font-style: italic;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.25;
	letter-spacing: 0;
	text-align: center;
}
.home #headerbutton-home {
	display: none;
}

#headerbutton a,
#headerbutton-home a {
	color: #fff;
}
#headerbutton a:hover,
#headerbutton-home a:hover {
	color: #fff;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
- Links
--------------------------------------------------------------*/
a {
	color: #3c3c32;
	text-decoration: none;
}
a:visited {
}
a:hover,
a:focus,
a:active {
	color: #3c3c32;
}
a.img {
	border-bottom: none !important;
}

/*--------------------------------------------------------------
- Menus
--------------------------------------------------------------*/
.main-navigation {
	/*clear: both;*/
	display: block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	cursor: pointer;
}
.main-navigation a {
	display: block;
	margin-left: 20px;
	color: #3c3c32;
	font-family: 'Archer SSm A', 'Archer SSm B', serif; 
	font-weight: 800; 
	font-style: normal;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.main-navigation ul ul {
	display: none;
	float: left;
	left: 20px;
	position: absolute;
	top: 60px;
	background-color: #3c3c32;
	opacity: 0.95;
	-khtml-opacity: 0.95;
	-moz-opacity:0.95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 280px;
	margin: 0;
	padding: 5px 10px;
	color: #96968c;
	font-weight: 600; 
	line-height: 1.25;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	color: #78875a;
	padding-bottom: 25px;
	border-bottom: 8px solid #78875a;
}
.main-navigation ul ul :hover > a {
	color: #f0f0e6;
	background-color: #78875a;
	padding: 5px 10px;
	border-bottom: 0;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
.main-navigation .menu > li.current-menu-ancestor > a {
	color: #78875a;
	padding-bottom: 25px;
	border-bottom: 8px solid #78875a;
}

/* Shop menu */
#shop-navigation {
	/* display: none; Shop-Navigation ausgeblendet */
	position: absolute;
	right: 0;
	background-color: #78875a;
}
#shop-navigation:hover {
}
#shop-navigation.main-navigation a {
	display: block;
	margin-left: 0;
	width: 240px;
	color: #3c3c32;
	font-family: 'Archer SSm A', 'Archer SSm B', serif; 
	font-weight: 800; 
	font-style: normal;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	text-decoration: none;
}
#shop-navigation.main-navigation li {
	float: left;
	position: relative;
	cursor: pointer;
}
#shop-navigation.main-navigation li a {
	padding: 7px 20px 7px 20px;
	color: #fff;
	background-color: #78875a;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#shop-navigation.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 32px;
	background-color: #3c3c32;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	z-index: 99999;
}
#shop-navigation.main-navigation ul ul a {
	width: 240px;
	margin: 0;
	color: #fff;
	font-weight: 600; 
	line-height: 1.25;
}

#shop-navigation.main-navigation ul li:hover > ul {
	display: block;
}
#shop-navigation.main-navigation li a:hover {
	background-color: #3c3c32;
	cursor: pointer;
}
#shop-navigation.main-navigation li:hover > a {
	padding: 7px 20px 7px 20px;
	border-bottom: 0;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 700px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: none;
	}

	.main-navigation ul {
		display: none;
	}
	#shop-navigation.main-navigation ul {
		display: block;
	}
	.main-navigation li {
	width: 100%;
	}
	
	button.menu-toggle {
		border: 0px solid #ccc;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		color: #38464e;
		cursor: pointer;
		-webkit-appearance: button;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 12px 0 14px 10px;
		text-shadow: none;
		letter-spacing: 0em;
	}
	button.menu-toggle:hover,
	button.menu-toggle:focus {
		box-shadow: none;
	}

}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
	font-size: 15px;
	font-size: 0.9375rem;
}

.widget-title {
	margin: 0;
	font-weight: 800; 
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

#footer-widgets {
	position: relative;
	padding-top: 20px;
}
#footer-widgets aside {
	width: 25%;
	float: left;
}
#footer-widgets aside#text-4 {
	width: 15%;
}
#footer-widgets aside#text-5 {
	width: 35%;
}
#footer-widgets aside#text-5 img {
  vertical-align: middle;
  margin: 0 20px 20px 0;
}


#text-4 h1.widget-title,
#text-5 h1.widget-title {
	color: transparent;
}



/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
- Home
--------------------------------------------------------------*/
.home #headerbild,
.home #titelbalken {
	display: none;
}

.home .entry-content {
	position: relative;
	top: 0;
	margin-bottom: 0;
}

.home .entry-content.satzspiegel {
	max-width: 100%;
}

.master-slider-parent {
}

.ms-slide-bgcont {
	width: 100% !important;
	height: 490px !important;
}

.ms-layer {
	position: absolute !important;
	top: 520px !important;
	width: 100% !important;
	text-align: center !important;
}

/*.ms-layer:after {
	content: "weiter";
	padding: 0 0 3px 0;
	background-color: #5a6946;
	color: #78875a;
	position: relative;
	display: block;
	top: 20px;
	text-align: center;
    width: 13%;
    margin: 0 auto;
}*/
.ms-layer:hover:after {
	background-color: #3c3c3c;
}

.ms-layer h2 {
	height: auto !important;
}

.ms-layer h4 {
	padding: 0 0 3px 0;
	background-color: #5a6946;
	color: #78875a;
	position: relative;
	display: block;
	top: 20px;
	text-align: center;
    width: 13%;
    margin: 0 auto;
}
.ms-layer h4:hover {
	background-color: #3c3c3c;
}

.ms-layer h5 {
	display: block;
	position: absolute;
	right: 0;
	top: -500px;
	width: 200px;
	height: 200px;
	color: #78875a;
	background-color: #3c3c3c;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%; 
	z-index: 99999;
	-moz-transform:rotate(-13deg);
	-webkit-transform:rotate(-13deg);
	-o-transform:rotate(-13deg);
	-ms-transform:rotate(-13deg);
	transform:rotate(-13deg);
}
.ms-layer h5 em {
	display: block;
	padding: 45px 20px 7px 20px;
	font-family: 'Archer SSm A', 'Archer SSm B'; 
	font-weight: 600; 
	font-style: italic;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0;
	text-align: center;
}
.ms-layer h5 a {
	color: #78875a !important;
	text-decoration: none;
}
#buttonklein .ms-layer h5 em {
	display: block;
	padding: 45px 20px 7px 20px;
	font-family: 'Archer SSm A', 'Archer SSm B'; 
	font-weight: 600; 
	font-style: italic;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0;
	text-align: center;
}


.ms-layer h6 {
	display: block;
	position: absolute;
	right: 0;
	top: -500px;
	width: 200px;
	height: 200px;
	color: #fff;
	background-color: #672a32;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%; 
	z-index: 99999;
	-moz-transform:rotate(-13deg);
	-webkit-transform:rotate(-13deg);
	-o-transform:rotate(-13deg);
	-ms-transform:rotate(-13deg);
	transform:rotate(-13deg);
}
.ms-layer h6 em {
	display: block;
	padding: 45px 20px 7px 20px;
	font-family: 'Archer SSm A', 'Archer SSm B'; 
	font-weight: 600; 
	font-style: italic;
	font-size: 30px;
	font-size: 1.75rem;
	line-height: 1.25;
	letter-spacing: 0;
	text-align: center;
}
.ms-layer h6 a {
	color: #b24856 !important;
	text-decoration: none;
}


.ms-thumbs-cont {
	width: 100% !important;
}

.ms-thumb-list.ms-dir-h {
	width: 100%;
	height: 50px !important;
	position: absolute;
	top: 440px;
	background-color: #3c3c32;
	opacity: 0.95;
	-khtml-opacity: 0.95;
	-moz-opacity:0.95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
}

.ms-thumb-frame {
	width: auto !important;
	height: auto !important;
}

.ms-tabs .ms-thumb-frame {
	background-color: transparent !important;
	text-shadow: none !important;
	color: #96968c !important;
	font-family: 'Archer SSm A', 'Archer SSm B', serif; 
	font-weight: 800; 
	font-size: 18px;
	font-size: 1.125rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border: none !important;
	overflow: visible;
	position: relative;
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.ms-tabs .ms-thumb-frame:hover {
	color: #78785a !important;
}.ms-tabs .ms-thumb-frame-selected {
	opacity: 1;
	background-color: transparent !important;
	color: #78785a !important;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
	margin-top: 0 !important;
}

.ms-thumb-ol {
	display: none !important;
}
.ms-tabs.ms-dir-h .ms-thumb-frame-selected .ms-thumb-ol {
	opacity: 1;
	top: 20px !important;
	border-bottom-color: #78875a !important;
}
.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
	top: 0px;
	left: 50%;
	margin-left: -12px;
	border-bottom: solid 12px #78875a !important;
	border-left: solid 12px transparent;
	border-right: solid 12px transparent;
}

.ms-tabs .ms-thumb {
	padding: 10px !important;
}

.ms-thumb-frame-selected:after {
	content:url(http://www.blumenkeusch.ch/wp-content/themes/blumenkeusch/files/pfeil_slider.png);
	position: absolute;
	top: 35px;
	display: block;
	text-align: center;
    width: 100%;
    margin: 0 auto;
}


/*--------------------------------------------------------------
- Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

header.entry-header {
	position: relative;
}
.entry-title {
	display: none;
}

#headerbild {
	width: 100%;
	height: 430px;
	overflow: hidden;
	background: url(random_header/rotate.php) 50% 0 no-repeat /*fixed*/;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#headerbild.blumenladen {
	background: url(random_header/blumenladen/rotate.php) 50% 0 no-repeat /*fixed*/;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#headerbild.gaertnerei {
	background: url(random_header/gaertnerei/rotate.php) 50% 0 no-repeat /*fixed*/;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#headerbild.gartenbau {
	background: url(random_header/gartenbau/rotate.php) 50% 0 no-repeat /*fixed*/;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.page-id-1083 #headerbild.gartenbau {
	background: url(random_header/schwimmbaeder/rotate.php) 50% 0 no-repeat /*fixed*/;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#headerbild-team-blumenladen {
	width: 100%;
	height: 430px;
	overflow: hidden;
	background: url(random_header/blumenladen/header-blumenladen-02.jpg) 50% 0 no-repeat /*fixed*/;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#headerbild-team-gaertnerei {
	width: 100%;
	height: 430px;
	overflow: hidden;
	background: url(random_header/gaertnerei/header-gaertnerei_01.jpg) 50% 0 no-repeat /*fixed*/;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#headerbild-team-gartenbau {
	width: 100%;
	height: 430px;
	overflow: hidden;
	background: url(random_header/gartenbau/header-gartenbau_01.jpg) 50% 0 no-repeat /*fixed*/;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#headerbild-team-geschaeftsleitung {
	width: 100%;
	height: 430px;
	overflow: hidden;
	background: url(random_header/blumenladen/header-blumenladen-02.jpg) 50% 0 no-repeat /*fixed*/;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wp-post-image {
	width: 100%;
}

#titelbalken {
	position: absolute;
	top: 310px;
	width: 100%;
	height: 120px;
	text-align: center;
	background-color: #3c3c32;
	opacity: 0.95;
	-khtml-opacity: 0.95;
	-moz-opacity:0.95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
}

#titelbalken:after { 
	content:url(http://www.blumenkeusch.ch/wp-content/themes/blumenkeusch/files/pfeil_titelbalken.png);
	position: relative;
	top: 114px;
}

.entry-content {
	position: relative;
	top: -90px;
	margin-bottom: -90px;
}

.entry-content h2 {
	height: 120px;
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.5;
	text-align: center;
}

.entry-content h3 {
	font-weight: 800;
}

.entry-content a {
	color: #3c3c32;
	text-decoration: none;
	border-bottom: 1px solid #3c3c32;
	padding-bottom: 2px;
}
.entry-content a:visited {
}
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
	color: #c8cdb4;
	border-bottom: 0;
}

.entry-content ul {
	position: relative;
	margin-left: 20px;
}

.entry-content ul li {
	list-style-type: none;
}

.entry-content ul li:before {
    content: "-";
    position: absolute;
    left: -20px;
}

.entry-content img {
	border: 10px solid #fff;
}
.entry-content img.logo {
	border: 0px solid #fff;
}

.team .page-header {
	position: relative;
	top: -90px;
	margin-bottom: -90px;
}

.team h2.page-title {
	height: 120px;
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.5;
	text-align: center;
}

.team-item,
.team article {
	position: relative;
	width: 300px;
	height: 215px;
	float: left;
	margin: 0 40px 40px 0;
}
.entry-content > :nth-child(3n+1),
#article-container > :nth-child(3n+1),
#portraits-container > :nth-child(3n+3) { margin-right: 0; }

.team-item .wp-post-image {
	border: 10px solid #fff;
}

.team-item h2 {
	height: auto;
	color: #3c3c32;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800; 
	line-height: 1.5;
	text-align: left;
}
.team-item h3 {
	color: #3c3c32;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
	text-align: left;
}

.team-content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	opacity: 0.95;
	-khtml-opacity: 0.95;
	-moz-opacity:0.95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
}
.team-content:hover {
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.team-legende {
	position: absolute;
	top: 157px;
	width: 100%;
	padding: 10px 20px;
	background-color: #fff;
	z-index: 5001;
}

#article-container div.entry-content {
	position: relative;
	top: 0;
	margin-bottom: 0;
}

#article-container .entry-title {
	display: block;
}

#article-container {
}

/*--------------------------------------------------------------
- Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
- Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.fleurop {
	float: right;
	/* margin-top: 20px; */
}
.teichmeister {
    float: left;
    position: absolute;
    margin-left: -60px;
    top: 40px;
}


/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}


/*--------------------------------------------------------------
Gallery
--------------------------------------------------------------*/
.jig-imageContainer {
	border: 10px solid #fff;
	position: relative;
	width: 300px;
	height: 215px;
	float: left;
	margin: 0 40px 40px 0;
	overflow: hidden;
}

.jig-caption-wrapper {
	margin-bottom: 0px !important;
}
.jig-caption {
	background: #fff;
	padding: 0 7px 5px 7px !important;
	margin: 0;
}

.jig-ngBreadcrumb {
	margin-bottom: 20px !important;
	color: #3c3c32;
	font-family: 'Archer SSm A', 'Archer SSm B', serif; 
	font-weight: 800; 
	font-style: normal;
	font-size: 18px !important;
	font-size: 1.125rem !important;
	line-height: 1.5;
}

.jig-caption-wrapper {
	max-height: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	z-index: 100;
	overflow: hidden;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	-webkit-transform: translateZ(0);
}
.jig-caption {
	background: #fff !important;
	padding: 0 7px;
	margin: 0;
}
.jig-caption-title {
	overflow: hidden;
	line-height: normal;
	color: #3c3c32 !important;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0 5px;
}

.jig-ngDescription {
	display: none;
}

div.ppt {
	color: #fff;
	display: none !important;
	font-size: 17px;
	z-index: 99990;
	margin: 0 0 5px 15px;
}
div.ps-caption {
	display: none !important;
}


/*--------------------------------------------------------------
Mobile
--------------------------------------------------------------*/

@media screen and (max-width: 1000px) {

#headerbutton {
	position: absolute;
	right: 15px;
}
div.site-branding {
	margin-left: 15px;
}
#site-navigation {
	display: none;
}

.entry-content h2,
#article-container .page-header h2 {
	padding: 15px 5px;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
}
.entry-content p,
.symple-column,
#colophon,
.jig-ngBreadcrumb,
.justified-image-grid {
	padding: 0 15px !important;
}
.symple-column p {
	padding: 0 !important;
}

.jig-overflow,
.jig-overflow img {
	width: 300px !important;
	height: 200px !important;
}
#jig1 .jig-imageContainer img {
}

#portraits-container {
	padding: 0 15px;
}
#portraits-container > :nth-child(3n+3) { margin-right: 40px; }

.ms-view, 
.ms-slide {
	height: 400px !important;
}
.ms-slide-bgcont {
	height: 230px !important;
}
.ms-slide-bgcont img {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
}
.ms-layer {
	font-size: 16px !important;
	font-size: 1.0rem !important;
	line-height: 1.5 !important;
	text-align: center;
	top: 230px !important;
}
.ms-layer h2 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.25;
	text-align: center;
}
.ms-layer p {
	padding: 0 15px;
}
.ms-layer h2 {
	padding: 15px 5px;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	background-color: #3c3c32;
	margin-bottom: 20px;
}

.ms-layer h5 {
	display: none !important;
}
.ms-layer:after {
	padding: 0 0 3px 0;
	background-color: #5a6946;
	color: #78875a;
	position: relative;
	display: block;
	top: 20px;
	text-align: center;
    width: 50%;
    margin: 0 auto;
}
.ms-thumb-list {
	display: none;
}

}


@media screen and (max-width: 700px) {

body,
button,
input,
select,
textarea {
	font-style: normal;
	font-size: 16px;
	font-size: 1.0rem;
	line-height: 1.5;
}

#page {
}

#masthead {
	width: 100%;
	height: 120px;
	top: 0;
	z-index: 11000;
}
#header {
	height: 120px;
}

div.site-branding {
	width: 50%;
	padding: 0 15px;
}
h1.site-title {
    margin-top: 40px;
}
.site-title img {
	width: 100px;
	height: auto;
}

#site-navigation {
	display: none;
}

#shop-navigation {
	width: 100%;
}
#shop-navigation:hover {
}
#shop-navigation.main-navigation a {
	width: 100%;
	text-align: center;
}
#shop-navigation.main-navigation li {
	position: relative;
	cursor: pointer;
}
#shop-navigation.main-navigation li a {
	padding: 8px 0 5px;
}
#shop-navigation.main-navigation ul ul {
	width: 100%;
	top: 34px;
}
#shop-navigation.main-navigation ul ul a {
	width: 100%;
}
#shop-navigation.main-navigation ul li:hover > ul {
	display: block;
}
#shop-navigation.main-navigation li:hover > a {
	padding: 8px 0 5px;
}

#headerbutton {
	position: absolute;
	right: 0;
	left: 0;
}
#headerbutton p {
	padding: 5px 20px 4px 20px;
	color: #fff;
	background-color: #78875a;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
}

#headerbild {
	width: 100%;
	height: 130px;
	overflow: hidden;
	background: url(random_header/rotate.php) 50% 0 no-repeat /*fixed*/;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#headerbild-team-geschaeftsleitung,
#headerbild-team-blumenladen,
#headerbild-team-gaertnerei,
#headerbild-team-gartenbau {
	width: 100%;
	height: 130px;
}

#titelbalken {
	display: none;
	position: absolute;
	top: auto;
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #3c3c32;
	opacity: 0.95;
	-khtml-opacity: 0.95;
	-moz-opacity:0.95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
}

.entry-content,
#article-container {
	position: relative;
	top: auto;
	margin-bottom: 0;
}
.entry-content h2,
#article-container .page-header h2 {
	height: auto;
	padding: 15px 5px;
	color: #fff;
	background-color: #3c3c32;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 10px;
}
.entry-content p,
.symple-column,
#colophon,
.jig-ngBreadcrumb,
.justified-image-grid {
	padding: 0 15px !important;
}
.symple-column p {
	padding: 0 !important;
}

.team .page-header {
	position: relative;
	top: 0;
	margin-bottom: 0;
}
.team article {
	position: relative;
	max-width: 300px;
	float: left;
	margin: 0 0 40px 0;
	padding: 0 15px;
}
.team-item {
	position: relative;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
.team-content:hover {
	opacity: 0.95;
	-khtml-opacity: 0.95;
	-moz-opacity:0.95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
}

.jig-imageContainer {
	width: 100%;
	height: auto;
}

#colophon .widget,
#footer-widgets aside#text-4,
#footer-widgets aside#text-5 {
	width: 100%;
}

.ms-slide {
	height: 400px !important;
}
.ms-slide-bgcont {
	height: 130px !important;
}
.ms-layer {
	font-size: 16px !important;
	font-size: 1.0rem !important;
	line-height: 1.5 !important;
	text-align: center;
	top: 130px !important;
}


}
