/*!
Theme Name: jecl
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jecl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

jecl is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigationa
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/raleway-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Raleway Medium'), local('Raleway-Medium'),
       url('fonts/raleway-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v12-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/raleway-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('fonts/raleway-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v12-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/raleway-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('fonts/raleway-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v12-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #606060;
	font-family: "Raleway", Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Seitenstruktur
--------------------------------------------------------------*/

body {background: #bdc9d2;}
.site {width: 100%; max-width:1263px; margin: 0 auto; background: #fff;}
.text-blue {color: #748c9d;}
.text-red {color:#d45050;}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-title {margin: 0; padding: 0;}
.site-title a {display:block; width:100%; max-width:388px; height:81px; background:url("images/Logo_Holistic_health_jesse.png") 0 0 no-repeat; margin: 0;}
.site-title a span, .site-description {position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}
#terminbutton a {display: block; background: #9e8d78; color: #fff; text-decoration: none; border-radius: 5px; text-transform: uppercase; font-size: 15px; font-weight: 500; padding: 5px 12px 3px 12px; text-align: center;}
#terminbutton a:hover {background: #93b4b9; text-decoration: none;}
@media screen and (max-width: 428px) {
	.site-title a {background-size: contain;}
}
@media screen and (max-width: 567px) {
	#terminbutton a {width: 100%;}
}
@media screen and (min-width: 568px) {
	.site-title a {margin:0 auto;}
	#terminbutton a {width: 100%; max-width: 320px; margin:0 auto;}
}
@media screen and (max-width:1023px) {
	.site {padding: 20px;}
		#terminbutton {margin-top: 20px;}
}
@media screen and (min-width: 1024px) {
	.site-header {position: relative;}
	.site-title a {width:388px; height:79px; margin:37px 0 29px 8px;}
	.site-branding {width: 408px; float: left; }
	#terminbutton {position: absolute; top: 6px; right: 60px;}
}
@media screen and (min-width: 1200px) {
	.site-title a {width:388px; height:80px; margin:37px 0 29px 30px;}
	
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {background: #2d2d2d; padding: 12px 0 16px 0;}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #748c9d; text-decoration: none;
}

a:visited {
	color: #748c9d;
}

a:hover, a:focus, a:active {
	color: #748c9d; text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {display: block;}
.main-navigation ul {display: none;}
.menu-toggle {background:url(../jecl/images/menu.png) 0 0 no-repeat #fff  !important; border:none; border-radius:0; box-shadow: none; text-shadow: none; height:20px; width:auto; margin:20px auto; padding: 0 0 0 32px; font-size: 16px; font-weight: 500; text-transform: uppercase; color: #748c9d !important;}
.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {border: none; box-shadow: none; background:url(../jecl/images/menu.png) 0 0 no-repeat #fff  !important;}

.main-navigation.toggled ul {list-style: none; margin: 20px 36px 20px 26px; padding:0;}
.main-navigation.toggled li a {display: block; width:100%; font-size:16px; font-weight:500; color:#816a4d; text-transform:uppercase; border-bottom: solid 1px #eaeaea; border-left: solid 2px #fff; padding: 14px 0 13px 10px; text-decoration: none;}
.main-navigation.toggled li:hover > a,
.main-navigation.toggled li.focus > a,
.main-navigation.toggled ul li.current-page-parent > a,
.main-navigation.toggled ul li.current-menu-item > a,
.main-navigation.toggled ul li.current-menu-item.menu-item-has-children > a {color:#748c9d; border-left: solid 2px #748c9d;}
.main-navigation.toggled ul li.menu-item-has-children > a {background: url(../jecl/images/red-arrow-down.png) 100% 50% no-repeat;}
.main-navigation.toggled ul li.menu-item-29 > a {color: #984f9d;}
.main-navigation.toggled ul ul {margin: 0;}
.main-navigation.toggled ul ul li a {text-transform: none; padding-left: 46px;}
@media screen and (min-width: 1024px) {
	.menu-toggle {display: none;}
	.main-navigation {width: calc(100% - 408px);float:right; }
	.main-navigation ul {list-style: none; display: block; margin:82px 52px 0 0; text-align: right; }
	.main-navigation li {display: inline; position: relative;}
	.main-navigation li a {display: inline-block; font-size:14px;font-weight:500;color:#816a4d;text-transform:uppercase;margin:0 4px; padding: 12px 2px 0 2px; line-height:150%; width:auto; text-decoration: none; border-top: solid 3px #fff;}
	.main-navigation li:last-child > a {margin-right: 0;}
	.main-navigation li.menu-item-has-children > a {padding-right: 16px; background: url("images/subnav.gif") 100% 22px no-repeat;}
	.main-navigation li.menu-item-has-children:hover > a {background-image: url("images/subnav_hover.gif");}
	.main-navigation li:hover > a,
	.main-navigation li.focus > a,
	.main-navigation ul li.current-page-parent > a,
	.main-navigation ul li.current-menu-item > a,
	.main-navigation ul li.current-menu-item.menu-item-has-children > a {color:#748c9d; border-top: solid 1px #748c9d;}
	.main-navigation ul li.menu-item-29 > a {color: #984f9d;}
	.main-navigation ul li.menu-item-29:hover > a {color: #984f9d; border-top: solid 3px #984f9d;}
	.main-navigation ul li ul {position:absolute; top:100%; left:-9999px; z-index:9999; margin:0;  padding:12px 0 8px 0; background:#fff; text-align:left; width:300px;}
	.main-navigation ul li ul:before {display: block; width:300px; height: 10px; content: ""; background: url("images/subnav-top.png") 0 0 no-repeat transparent;}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul {left: 0;margin-left: -80px;}
	.main-navigation ul li.menu-item-22:hover > ul,
	.main-navigation ul li.menu-item-22:focus > ul {margin-left: -110px;}
	.main-navigation ul ul li {display:block; width: 100%; border-right: solid 1px #eee; border-left: solid 1px #eee; padding: 8px 0 0 0;}
	.main-navigation ul ul li a {display: block; text-transform: none; color: #606060;  margin: 0 20px; border-top: none; border-bottom: solid 1px #eee; padding: 0 0 8px 0; font-size: 15px;}
	.main-navigation ul ul li:hover > a,
	.main-navigation ul ul li.focus > a,
	.main-navigation ul ul li.current-menu-item > a { border-top: none; }

}
@media screen and (min-width: 1220px) {
	.main-navigation li a {font-size:15px; margin:0 5px; padding: 0px 6px 0 8px;}

}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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-left: auto;
	margin-right: 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;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/* Blaue Infobox oben */
#headerimg {margin-bottom: -8px;}

#infobereich-mobil {padding: 20px 0;}
#infobereich-mobil .widget-title {position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}
#infobereich-mobil .widget_text {margin-bottom: 5px;}
#infobereich-mobil h4 {font-size: 18px; font-weight: 500; color: #748c9d; margin: 0; padding:0;}


/* Footer */
#secondary {background: #eae4dd;}
#secondary .widget {color: #606060; font-size: 15px; font-weight: 500; line-height: 150%;}
#secondary .widget-title {font-size: 16px; text-transform: uppercase; font-weight: 500; margin-bottom: 24px;}
#secondary .widget a {color: #606060; text-decoration: none;}
#secondary .widget a:hover {color: #748c9d; text-decoration: underline;}

.widget_nav_menu ul {list-style: none; margin: 0; padding: 0;}
.widget_nav_menu li a {color:#606060; font-size: 15px;}
.widget_nav_menu li.menu-header a {display: inline-block; font-size: 16px; text-transform: uppercase; font-weight: 500; color:#748c9d !important; margin-top: 24px; cursor:default;}
.widget_nav_menu li.menu-header a:hover {color:#748c9d !important; text-decoration: none !important;}

#colophon {background-color: #f6f5f3;}
#colophon .legal-navigation ul {list-style: none; margin: 0 16px 0 0; padding: 0; text-align: right;}
#colophon .legal-navigation ul li {display: inline;}
#colophon .legal-navigation ul li:after {display: inline-block; content:"."; margin: 0 4px 0 8px;}
#colophon .legal-navigation ul li:last-of-type:after {content:""; margin: 0;}
#colophon .legal-navigation ul li a {color:#606060; font-size: 15px; vertical-align:text-top; }
#colophon .legal-navigation ul li:hover a {color:#748c9d;}
#colophon .legal-navigation ul li.social-ig a,
#colophon .legal-navigation ul li.social-fb a {display: inline-block; width: 40px; height: 40px; }
#colophon .legal-navigation ul li.social-ig a {background: url("images/social-ig.png") 0 0 no-repeat;}
#colophon .legal-navigation ul li.social-fb a {background: url("images/social-fb.png") 0 0 no-repeat;}
#colophon .legal-navigation ul li.social-ig a span,
#colophon .legal-navigation ul li.social-fb a span {position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}
#colophon .legal-navigation ul li.social-ig:after,
#colophon .legal-navigation ul li.social-fb:after {content:""; margin: 0 10px 0 0;}


@media screen and (max-width: 1023px) {
	#infobereich-desktop {display: none;}
	#secondary {padding: 20px;}
	#secondary .widget {margin-bottom: 32px;}
	#secondary .widget-title {margin-bottom: 0;}
	#secondary .widget_nav_menu ul {margin-top: 17px;}
}
@media screen and (min-width: 1024px) {
	#infobereich-mobil {display: none;}
	#infobereich-desktop {display: block; width: 100%; background: #eae4dd; padding: 0 50px 14px 60px;}
	#infobereich-desktop .widget {float: left; color:#533c15; margin:23px 0 20px 0; padding: 0 28px; border-right: solid 1px #fff; font-size:15px; font-weight: 500;}
	#infobereich-desktop .widget#text-2 {width: 37%; padding-left: 0;}
	#infobereich-desktop .widget#text-3 {width: 35%; }
	#infobereich-desktop .widget#text-4 {width: 28%; padding-right: 0;}
	#infobereich-desktop .widget:last-of-type {border: none;}
	#infobereich-desktop .widget p {margin-bottom: 0;}
	#infobereich-desktop .widget a {color:#fff;}
	#infobereich-desktop .widget-title {text-transform: uppercase; font-size: 18px; margin-top: 0;}
	#infobereich-desktop .widget#text-4 .widget-title {color: #984f9d;}
	
	#secondary {padding: 54px 82px 52px 82px;}
	#secondary .widget {float: left; }
	#secondary .widget_media_image {width: 17%;}
	/*#secondary .widget_text {width: 34%;}*/
	#secondary .widget_text#text-5 {width: 36%;}
	#secondary .widget_text#text-6 {width: 32%;}
	#secondary .widget_nav_menu {width: 15%;}
	
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0; 
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-title {position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

.entry-content {padding-top: 0;}
.entry-content p {line-height: 150%; margin: 0 0 16px 0;}
.rot {color: #cb0136;}
.blue {color: #4493a8;}
.uppercase {text-transform: uppercase;}
.entry-content h4 {margin: 5px 0 0 0;}
.entry-content ul {margin: 0 0 16px 35px; padding: 0;}
.entry-content li {padding: 0 0 7px 0;}

.widget-title {font-size: 28px; font-weight: 500; color: #748c9d; text-transform: uppercase; margin: 0;}


/* Accordion */
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {background-color: #d6cdc3 !important;}
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {background-color: #748c9d !important;}

/* Slider */
.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {
  border-radius: 50% !important;
  border: 2px solid #476472 !important;
  width: 57px !important;
  height: 57px !important;
}
.soliloquy-container .soliloquy-prev {background:transparent url("../jecl/images/slider-left.png") no-repeat scroll 50% 50%  !important;}
.soliloquy-container .soliloquy-next {background:transparent url("../jecl/images/slider-right.png") no-repeat scroll 50% 50%  !important;}
.soliloquy-container .soliloquy-prev:hover,
.soliloquy-container .soliloquy-next:hover {opacity: .5;}
.soliloquy-container .soliloquy-pager {bottom:30px !important;}

.intro {text-align: center; padding: 0 20px;}
.intro p {font-size: 15px; color: #004c5f; font-weight: 500; margin: 0 0 16px 0;}

.infobox {padding: 30px; margin-bottom: 13px;} /* Inhaltsbereich, full-width, grauer Hintergrund; Angaben Startseite siehe unten */
.infobox .lsow-title {font-size: 24px; color: #233037; font-weight: 600; text-transform: uppercase; padding-top: 6px;}
.infobox .lsow-title:after {display: block; content:""; border-top: solid 1px #4492a7; width: 200px;margin-top: 14px;}
.infobox .widget-title {font-size: 16px; color: #cb0136; font-weight: 600; text-transform: uppercase; margin: 50px 0 18px 0;}
.infobox .so-widget-sow-button {margin-top: -30px;}
.infobox .so-widget-sow-button a {font-size: 12px; font-weight: 700; padding: 12px 14px; border-radius: 20px;}
.infobox .so-widget-sow-button a:hover {text-decoration: none;}
.infobox .so-widget-sow-button a.terminbutton {margin-top: 62px;}

/* Lightbox */
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

/* Leistungen - Tabs */
.so-widget-sow-tabs .widget-title {display: none !important;}
.sow-tabs-tab-container {padding-top: 0 !important;}
.sow-tabs-tab-selected {border: solid 1px #eaeaea !important; border-bottom: solid 1px #fff !important; position: relative; z-index: 1000; border-radius: 3px !important; }
.sow-tabs-panel {width: 100%;border: solid 1px #fff !important; border-top: solid 1px #eaeaea !important; position: relative; z-index: 10; margin-top: -3px !important; padding: 22px 0 0 14px !important;}
.sow-tabs-panel-content p {line-height: 130%; margin: 0 0 16px 0 !important;}

/* Startseite */
.home .sow-features-feature {padding:0 !important; margin: 0 0 50px 0 !important; }
.home .sow-icon-container {background: #f8f8f8; border: solid 1px #eee; position: relative; height: 306px !important;}
.home .sow-icon-image {max-width: 282px; height: 210px !important; background-size: contain; }
.home .sow-features-feature .textwidget {margin-top: -90px !important; position: relative; z-index:100;}
.home .sow-features-feature .textwidget h5 {text-transform: uppercase; font-weight: 600; margin: 0 !important;}
.home .sow-features-feature .sow-more-text,
.home .sow-features-feature .sow-more-text a {font-weight: 600 !important; margin: 15px 0 0 0;}
.home .sow-features-feature a:hover {text-decoration: none !important;}
.home .sow-features-feature a:hover .sow-icon-image {opacity: .6;}
.home .infobox {padding: 30px; }
.home .infobox .widget-title {margin-top: 20px;}
.home .infobox .textwidget {font-size: 14px; font-weight: 600;}
.home .infobox .so-widget-sow-button {margin-top: 0;}

.aktuelles .widget_siteorigin-panels-builder {background: rgba(194,84,83,.9);}
.aktuelles .widget-title,
.aktuelles p,
.aktuelles a {color: #fff;}
.aktuelles .widget-title {font-size: 20px; text-transform: none;}
.aktuelles .widget_siteorigin-panels-builder .panel-layout .panel-grid:first-of-type .widget-title {font-size: 28px; text-transform: uppercase; padding: 11px 0 0 0; margin: 0 0 -20px 0;}

	.so-widget-sow-anything-carousel .sow-carousel-container a.sow-carousel-previous, 
	.so-widget-sow-anything-carousel .sow-carousel-container a.sow-carousel-next {border-radius: 0 !important; margin-top: -40px;}
.so-widget-sow-anything-carousel .sow-carousel-container a.sow-carousel-next {z-index:10000;}


/*Unterseiten "Leistungen" */


/* Team */

.floatheader .widget-title {display: inline-block; width: auto; float: left; font-size: 18px; margin-top: 5px; margin-bottom: 0;}
h4.floatheader {display: inline-block; margin: 7px 0 0 10px; font-size: 16px; color: #888787; font-weight: 600;}
.floatheader p {font-size: 14px;}

.team .so-widget-sow-editor h3 a {text-transform: uppercase; color: #233037; font-size: 16px; font-weight: 600; line-height: 130%; letter-spacing: 0; margin-bottom: 0;}
.team .so-widget-sow-editor h3 a:hover {color:#748c9d !important;}
.team .so-widget-sow-editor p {margin-bottom: 10px; color: #888; font-size: 15px;}

/* Kontakt */
.anschrift .widget-title {text-transform: uppercase; font-size: 16px; color: #233037; font-weight: 700;}
.anschrift h4 {font-size: 16px; font-weight: 600; margin-bottom: 0;}
.anschrift p {line-height: 150%; font-size: 14px; margin-bottom: 22px;}
.anschrift a {color: #888787;}

.wpcf7 .cols {margin-bottom: 10px;}
.wpcf7 label {font-size: 15px;}
.wpcf7 input, .wpcf7 textarea {border-radius:0; background-color: #f8f8f8; padding: 10px; width: 100%; max-width: 100%; margin-top: 5px;}
.wpcf7 input[type="submit"] {width: auto; max-width: auto; border-radius: 5px; background-color: #5893b0; border: solid 1px #5893b0; text-transform: uppercase; color: #fff; font-weight: 600; font-size: 15px; padding: 15px 30px; float: right;}
.wpcf7 input:focus, .wpcf7 textarea:focus {background-color: #fff;}
.wpcf7 input[type="submit"]:focus, .wpcf7 input[type="submit"]:hover {background-color: #45738a;}

.wpcf7 input[type="checkbox"] {margin:0; }
.wpcf7 p.datenschutz {text-indent: -35px; padding-left: 2px; font-size: 
13px;}


@media screen and (max-width: 567px) {
	.sow-tabs-tab {padding:15px 10px !important; margin: 0 !important;}
	.sow-tabs-title {font-size:14px; margin:0; }
}
@media screen and (max-width: 799px) {
	.sow-features-feature {width: 100% !important; float: none; margin-bottom: 40px;}
	.sow-features-feature:last-child {margin-bottom: 0px;}
    .sow-features-clear {clear: none;}
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
	.sow-features-feature {width: 50% !important; float: left; margin-bottom: 40px;}
}
@media screen and (max-width: 1023px) {
	.entry-content {padding-top: 20px;}
	.panel-grid .panel-row-style {padding: 20px;}
	.aktuelles .widget_siteorigin-panels-builder {padding: 0 20px;}

}
@media screen and (min-width: 1024px) {
	.entry-content {margin: 0;}
	.panel-no-style {padding: 60px 52px 60px 0;}
	.widget_siteorigin-panels-builder .panel-no-style {padding: 0;}
	.panel-grid.panel-no-style {padding: 0 52px 0 0;}
	.panel-grid.panel-no-style:nth-of-type(1) {padding: 60px 52px 0 0;}
	.panel-grid .panel-row-style {padding: 60px 52px 60px 0;}
	.panel-grid .panel-row-style.team {padding: 0 52px 20px 0;}
	.panel-grid .panel-grid-cell:nth-of-type(1) {margin-left: 60px;}
	.aktuelles .panel-grid .panel-grid-cell:nth-of-type(1) {margin-left: 40px;}
	.panel-grid .infobox .panel-grid-cell:nth-of-type(1) {margin-left: 0;}
	.aktuelles .panel-grid .panel-grid-cell:nth-of-type(1) {padding-bottom: 20px;}
	.aktuelles .panel-grid.panel-no-style:nth-of-type(1) {padding: 20px 52px 0 0;}
	.so-widget-sow-editor, .so-widget-sow-accordion, .so-widget-sow-tabs {padding-right: 32px;}
	.intro {text-align: center; padding: 0 185px;}
	.infobox {padding: 51px 32px 48px 38px; margin-bottom: 13px;} 
	.home .infobox {padding: 53px 124px 61px 38px; margin-bottom: -19px;}
	.so-widget-sow-anything-carousel .sow-carousel-container .sow-carousel-wrapper {margin-right: 30px !important;}
	.so-widget-sow-anything-carousel .sow-carousel-content {text-align: center !important;}
	.so-widget-sow-anything-carousel .sow-carousel-content figure.alignnone {margin-left: auto !important; margin-right: auto !important;}
	.so-widget-sow-anything-carousel .sow-carousel-container a.sow-carousel-next {margin-left: -30px;}
	.wpcf7 .cols {width: 48%;}
	.wpcf7 .cols.first {clear: both; float: left;}
	.wpcf7 .cols.last {float: right;}
	.wpcf7 textarea {height: 176px;}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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 .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 14px 0 16px 0;
}

.wp-caption-text {
	text-align: center;
}

.so-widget-sow-anything-carousel .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item figure {margin: 0; position: relative;}
.so-widget-sow-anything-carousel .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .wp-caption-text {position: absolute; top: calc(100% - 56px); left: 0; display: block; width: 100%; background: rgba(255,255,255,.8); font-size: 20px; font-weight: 500; padding: 6px 0;}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0 5px;
	position: relative;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: calc(33.33% - 10px);
}

.gallery-columns-4 .gallery-item {
	max-width: calc(25% - 10px);
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	position: absolute; top: calc(100% - 48px); left: 0; display: block; width: 100%; background: rgba(255,255,255,.8); font-size: 20px; font-weight: 500; padding: 6px 0;
}

@media screen and (max-width: 1023px) {
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item {max-width: calc(50% - 10px); margin: 0 5px 10px 5px;}
}

@media screen and (max-width: 676px) {
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item {max-width: 100%; margin: 0 0 10px 0;}
}
