/*
Theme Name: Henri Nannen Schule: Werpeloh
Theme URI: http://underscores.me/
Author: Maximilian Schmidt
Author URI: http://www.mxmediendesign.de
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: werpeloh
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.

Henri Nannen Schule: Werpeloh is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

body {
	margin: 0;
	padding-top: 72px;
}

body.home {
	padding-top: 0px;
}

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: #000000;
	font-family: 'Droid Serif', 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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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, .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: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;
}

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;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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 0 1.5em;
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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, /* 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 .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: 0.8075em 0;
}

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

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

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

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

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

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

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

.gallery-caption {
	display: block;
}




/* Werpeloh Custom */

/* General Layout */
#content {
	overflow: hidden;
}

section.vc_section {
	padding: 0 100px;
}

.custom-full-width .vc_column_container > .vc_column-inner {
	padding: 0;
}

.nav-links {
    display: none;
}


/* Frontpage */
.home header {
	display: none;
}

.wpb_content_element.frontpage-nav,
.fixed-nav {
	background: #fff;
	margin: 60px 0;
	box-shadow: 0 2px 10px 0 rgba(210,210,210,0.50);
}

.frontpage-nav.clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 83px;
    margin: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.2s -webkit-transform cubic-bezier(.3,.73,.3,.74);
    transition: 0.2s -webkit-transform cubic-bezier(.3,.73,.3,.74);
    -o-transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
    transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
    transition: 0.2s transform cubic-bezier(.3,.73,.3,.74), 0.2s -webkit-transform cubic-bezier(.3,.73,.3,.74);
}

body.sticky .frontpage-nav.clone {
	-webkit-transform: translateY(0);	
	-ms-transform: translateY(0);	
	transform: translateY(0);
	z-index: 500;
}

.vc_row.frontpage-scroll-indicator {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.frontpage-nav .menu,
.fixed-nav ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 22px 0;
    margin: 0;
}

.fixed-nav .logo {
	display: none;
}

.fixed-nav ul {
	padding: 12px 0;
}

.frontpage-nav .menu li,
.fixed-nav ul li {
	display: inline-block;
}

.fixed-nav ul li.current_page_item {
	font-weight: bold;
}

.frontpage-nav .menu li a,
.frontpage-nav .menu li a:visited,
.fixed-nav ul li a,
.fixed-nav ul li a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #383838;
	letter-spacing: 6.88px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px 0;
	border-bottom: 1px solid #fff;
	-webkit-transition: border-bottom .3s ease;
	-o-transition: border-bottom .3s ease;
	transition: border-bottom .3s ease;
}

.frontpage-nav .menu li:not(:first-of-type) a:hover,
.fixed-nav ul li:not(:first-of-type) a:hover {
	border-bottom: 1px solid #383838;
}

.fixed-nav {
	width: 100%;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.fixed-nav .widget {
	margin: 0;
}

.kategorie-head,
.artikel-footer .vc_separator h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2.2em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #383838;
}

.vc_separator h4 i {
	font-size: 0.4em;
    letter-spacing: 2px;
    font-weight: 300;
    color: #b6b6b6;
    margin-left: 10px;
}

div.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black.disabled {
	display: none;
}

.frontpage-intro {
	box-shadow: 0 2px 10px 0 rgba(210,210,210,0.50);
	font-family: 'Droid Serif', serif;
	padding: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.frontpage-intro img {
	max-width: 210px;
}

.frontpage-intro-text {
	font-size: 1.4em;
	line-height: 1.7em;
}

.projekt-grid-container,
.default-grid-container {
/* 	margin-bottom: 100px; */
}

.related-grid-container {
	margin-bottom: 0px;
}

.vc_pageable-slide-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.page-id-35 .vc_pageable-slide-wrapper,
.page-id-38 .vc_pageable-slide-wrapper,
.page-id-41 .vc_pageable-slide-wrapper,
.page-id-62 .vc_pageable-slide-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-id-35 .vc_clearfix:before,
.page-id-38 .vc_clearfix:before,
.page-id-41 .vc_clearfix:before,
.page-id-62 .vc_clearfix:before {
	display: none;
}

/*
.page-id-35 .vc_pageable-slide-wrapper .vc_grid-item,
.page-id-38 .vc_pageable-slide-wrapper .vc_grid-item,
.page-id-41 .vc_pageable-slide-wrapper .vc_grid-item,
.page-id-62 .vc_pageable-slide-wrapper .vc_grid-item {
	width: 33%;
}
*/

.projekt-grid-container .vc_grid-item-mini{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.default-grid-container .vc_grid-item-mini,
.projekt-grid-container .vc_grid-item-mini {
	background: #FFFFFF;
	-webkit-box-shadow: 0 2px 10px 0 rgba(177,177,177,0.50);
	box-shadow: 0 2px 10px 0 rgba(177,177,177,0.50);
	height: 100%;
	-webkit-transition: -webkit-box-shadow .5s ease;
	transition: -webkit-box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
}

.default-grid-container .vc_grid-item-mini:hover,
.projekt-grid-container .vc_grid-item-mini:hover {
	-webkit-box-shadow: 0 2px 10px 4px rgba(177,177,177,0.50);
	box-shadow: 0 2px 10px 4px rgba(177,177,177,0.50);	
}

.default-grid-container .vc_pageable-slide-wrapper,
.projekt-grid-container .vc_pageable-slide-wrapper {
	padding: 0 6px;
}

.default-grid-container .grid-item-kopfzeile,
.projekt-grid-container .grid-item-kopfzeile {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 0.8em;
	color: #383838;
}

.default-grid-container .grid-item-titel,
.projekt-grid-container .grid-item-titel {
	/* Stet clita kasd gube: */
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	font-size: 1.6em;
	margin-top: 22px;
}

.default-grid-container .grid-item-titel h4,
.projekt-grid-container .grid-item-titel h4 {
	margin: 0;
}

.default-grid-container .grid-item-line,
.projekt-grid-container .grid-item-line {
	width: 40%;
}

.default-grid-container .grid-item-auszug,
.projekt-grid-container .grid-item-auszug {
	font-size: 1em;
	text-align: center;
}

.default-grid-container .grid-item-button a,
.projekt-grid-container .grid-item-button a {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #383838;
	border: 1px solid #fff;
	transition: none;
	outline: none;
}

.default-grid-container .grid-item-button a:hover,
.default-grid-container .grid-item-button a:focus {
	color: #383838;
	border: 1px solid #fff;
	outline: none;
	text-decoration: underline;
}

/* Rubrik Slider */
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
	border: 1px solid !important;
	width: 14px;
	height: 14px;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
	opacity: 1;
}

/* Footer */
footer.site-footer {
	margin-top: 60px;
	padding-bottom: 20px;
}

.site-footer .site-info {
	text-align: center;
}

footer #menu-footer {
	list-style: none;
	margin: 0 auto 20px;
	padding: 0;
}

footer #menu-footer li {
	display: inline-block;
}

footer #menu-footer li a,
footer #menu-footer li a:visited {
	color: #000;
}

/*
	Artikelseite
*/
.artikel-header .vc_parallax-inner {
	-webkit-box-shadow: inset 500px 0px 500px 0px rgba(0,0,0,0.3);
	box-shadow: inset 500px 0px 500px 0px rgba(0,0,0,0.3);
}
.artikel-header-text {
	color: #fff;
}
.artikel-header-text.font-black {
	color: #000;
}
.artikel-header-text h1 {
	font-size: 3.7em;
}
.artikel-header-text h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	line-height: 1.7em;
}
.artikel-header-text .vc_separator .vc_sep_holder .vc_sep_line {
	width: 30%;
	height: 2px;
	border-top-color: #fff;
}
.artikel-header-text.font-black .vc_separator .vc_sep_holder .vc_sep_line {
	border-top-color: #000;
}

section.artikel-content:not(.no-max-width) {
/* 	padding: 35px 200px 0; */
	max-width: 980px;
	margin: 80px auto 0 auto;
}

.artikel-content .vc_row:first-of-type .wpb_column:first-of-type:not('.no-inital') .wpb_text_column:first-of-type p:first-of-type:first-letter {
	font-weight: 700;
	color: #00B86C;
	font-size: 3em;
}

.artikel-content .wpb_text_column p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	line-height: 1.9em;
}

.artikel-footer {
	margin-top: 100px;
}
.artikel-footer .vc_separator h4 {
	font-size: 1.4em;
	color: #5F5F5F;
}
.artikel-footer .vc_btn3-container {
	margin-bottom: 0px;
}

/* Float Images */
figure.wrap-image {
	float: left;
	width: 30%;
	margin: 0 50px 15px 0;
}

/* Interview Text */
.text-interview .p1 b {
/* 	color: #00B86C; */
	margin-top: 50px;
}

.text-interview .p1 {
	margin: 0.4em 0;
}

.text-interview .p1 i {
	font-style: normal;
	font-weight: bold;
}

.werpeloh-slider-image {
	position: relative;
	margin: 0 14px;
	max-height: 800px;
	overflow-y: hidden;
}

.werpeloh-slider-image:focus {
	outline: 0;
}

.werpeloh-slider-caption {
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 100%);
	background-image: linear-gradient(-180deg, rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 100%);
}

.werpeloh-slider-caption p {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

.werpeloh-slider-image .werpeloh-slider-caption {
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.werpeloh-slider-image.slick-current .werpeloh-slider-caption {
	opacity: 1;
}

.werpeloh-slider .prev-arrow {
	display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 20px;
    z-index: 1000;
    cursor: pointer;
}

.werpeloh-slider .next-arrow {
	display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
}

/* Parlaax Image Fix */
/*
.vc_parallax .vc_parallax-inner {
	top: -10% !important;
}
*/
.post-482 .vc_parallax .vc_parallax-inner {
	top: -40% !important;
}
.post-26 .vc_parallax .vc_parallax-inner {
	top: -10% !important;
}
.postid-348 .vc_parallax .vc_parallax-inner {
	top: -24% !important;
}

/* VC Grid Fixes */
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside {
	font-size: 4em;
	right: -74px;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside {
	font-size: 4em;
	left: -74px;
}

/* VC Single Image BU */
.wpb_single_image figure {
	position: relative;
}

.wpb_single_image figure figcaption.vc_figure-caption {
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding: 10px;
	color: #fff;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 100%);
	background-image: linear-gradient(-180deg, rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 100%);
}

/* Liveticker */
.live-ticker {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	max-width: 1000px;
}

.live-ticker .absolute-line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: #dcdcdc;
    top: 0px;
    left: 60px;
}

.ticker-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 60px;
}

.ticker-item .timestamp {
	font-weight: 700;
}

.ticker-item .arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;  
  border-right:10px solid #eaeaea;
}

.ticker-item .ticker-circle {
	width: 18px;
	height: 18px;
    max-width: 18px;
    max-height: 18px;
    margin: 0 20px;
    z-index: 50;
}

.ticker-item .ticker-circle.last {
	margin: 0 20px 0 11px;
}

.ticker-item img {
  width: 100%; 
  height: auto;
  margin-bottom: 10px;
}

.ticker-item .content {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(177, 177, 177, 0.5);
}

.autoren,
.werpeloh-sharing {
    position: relative;
    top: 12px;
    left: 40px;
}

.autoren a,
.autoren a:hover,
.autoren a:visited,
.autoren a:focus {
	color: #000;
	text-decoration: none;
}

.werpeloh-sharing {
    max-width: 200px;
}

.autoren .head,
.werpeloh-sharing .head {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #383838;
	font-size: 0.8em;
}

.autoren-container div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
}

.autor-img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 8px;
}

.werpeloh-sharing .sharing-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.werpeloh-sharing .sharing-container a,
.werpeloh-sharing .sharing-container a:visited,
.werpeloh-sharing .sharing-container a:focus {
	outline: none;
}

.werpeloh-sharing .whatsapp {
	display: none;
}

.autor-becker {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/autor_becker.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-buhl {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/autor_buhl.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-djahangard {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/autor_djahangard.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-eimermacher {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/autor_eimermacher.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-hentschke {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/09/autor_hentschke.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-mcminn {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/autor_mcminn.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-pausch {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/autor_pausch.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-pfaffenzeller {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/09/autor_pfaffenzeller.jpeg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-pichlmair {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/autor_pichlmair.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-schaible {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/autor_schaible.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-schmidt {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/Schmidt.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-schumacher {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/autor_schumacher.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-seeler {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/autor_seeler.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-sehl {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/autor_sehl.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-sippel {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/autor_sippel.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.autor-ziegler {
	background-image: url('http://eindeutschesdorf.de/wp-content/uploads/2017/08/autor_ziegler.jpg');
	background-size: cover;
	background-position: 50% 50%;
}


@media screen and (max-width: 769px) {
	section.artikel-content {
		padding: 35px 80px 0;
	}
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 60px;
	}
	section.vc_section {
		padding: 35px 40px 0;
	}	
	.frontpage-intro {
		flex-direction: column;
		padding: 30px;
	}
	.frontpage-intro-text {
		font-size: 1.2em;
		line-height: 1.6em;
	}
	.frontpage-header-logo figure {
		width: 76%;
	}
	.frontpage-nav.clone {
		height: 60px;
	}
	.fixed-nav {
		height: 60px;
	}
	/* Icon 3 */
	
	#nav-icon3 span:nth-child(1) {
		top: 0px;
	}
	
	#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
		top: 12px;
	}
	
	#nav-icon3 span:nth-child(4) {
		top: 24px;
	}
	
	.toggled #nav-icon3 span:nth-child(1) {
		top: 12px;
		width: 0%;
		left: 50%;
	}
	
	.toggled #nav-icon3 span:nth-child(2) {
		-webkit-transform: rotate3d(0,0,1,45deg);
		-moz-transform: rotate3d(0,0,1,45deg);
		-o-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
	}
	
	.toggled #nav-icon3 span:nth-child(3) {
		-webkit-transform: rotate3d(0,0,1,-45deg);
		-moz-transform: rotate3d(0,0,1,-45deg);
		-o-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
	}
	
	.toggled #nav-icon3 span:nth-child(4) {
		top: 12px;
		width: 0%;
		left: 50%;
	}
	.fixed-nav .menu-toggle {
		display: inline-block;
		position: absolute;
		top: 16px;
		right: 10px;
		width: auto;
		height: 38px;
		background: none;
		border: 0;
		outline: 0;
		z-index: 100;
	}
	.fixed-nav .logo {
		position: relative;
		display: block;
		width: 50%;
		height: 60px;
		margin: 0 auto;
		text-align: center;
	}
	.fixed-nav .logo a {
		height: 100%;
	}
	.fixed-nav .logo img {
		height: 80%;
		width: auto;
		margin-top: 4px;
	}
	#nav-icon3 {
		width: 40px;
		height: 30px;
		-webkit-transform: rotate3d(0,0,0,0deg);
		-moz-transform: rotate3d(0,0,0,0deg);
		-o-transform: rotate3d(0,0,0,0deg);
		transform: rotate3d(0,0,0,0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		z-index: 100;
	}
	
	#nav-icon3 span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #000;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate3d(0,0,0,0deg);
		-moz-transform: rotate3d(0,0,0,0deg);
		-o-transform: rotate3d(0,0,0,0deg);
		transform: rotate3d(0,0,0,0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.menu-navigation-container {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100vh;
		background: #fff;
		opacity: 0;
		pointer-events: none;
		transition: opacity .25s ease-in-out;
	}
	.main-navigation.toggled .menu-navigation-container {
		opacity: 1;
		pointer-events: all;
	}
	.menu-navigation-container ul.menu {
	    display: flex;
	    flex-direction: column;
	    height: 100%;
	    margin: 0 auto;
	    padding: 10px 0;
	}
	.menu-navigation-container ul li {
		display: inline-block;
		min-width: 22px;
		margin: 0 16px;
		white-space: nowrap;
	}
	.werpeloh-slider .prev-arrow,
	.werpeloh-slider .next-arrow {
		margin-top: -10px;
	}
		.werpeloh-slider .next-arrow {
			text-align: right;
		}
	.werpeloh-slider .prev-arrow img,
	.werpeloh-slider .next-arrow img {
		width: 50%;
	}
	.artikel-footer .vc_pageable-slide-wrapper {
		flex-direction: column;
	}
	
	.artikel-header-text .vc_single_image img {
		width: 60%;
	}
	.artikel-header-text h1 {
	    font-size: 2.7em;
		line-height: 1.4em;
	}
	.artikel-header-text h2 {
		font-size: 1.2em;
	}
	.autoren {
		position: relative;
	}
	.werpeloh-sharing {
    	max-width: 250px;
	}
	.werpeloh-sharing .whatsapp {
		display: block;
	}
	
	.home header {
		display: block;
	}
	
	.home .fixed-nav {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    margin: 0;
	    -webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	    transform: translateY(-100%);
	    -webkit-transition: 0.2s -webkit-transform cubic-bezier(.3,.73,.3,.74);
	    transition: 0.2s -webkit-transform cubic-bezier(.3,.73,.3,.74);
	    -o-transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
	    transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
	    transition: 0.2s transform cubic-bezier(.3,.73,.3,.74), 0.2s -webkit-transform cubic-bezier(.3,.73,.3,.74);
	}
	
	.home.sticky .fixed-nav {
		-webkit-transform: translateY(0);	
		-ms-transform: translateY(0);	
		transform: translateY(0);
		z-index: 500;
	}
	.vc_separator h4 i {
		display: block;
		margin-left: 0px;
	}
	.artikel-content .wpb_text_column p {
		font-size: 1.1em;
		line-height: 1.7em;
	}
	section.artikel-content:not(.no-max-width) {
		margin-top: 40px;
	}
	
	.single .default-grid-container .grid-item-titel, 
	.single .projekt-grid-container .grid-item-titel {
		font-size: 1.2em;
	}
	
	
	.post-26 .vc_parallax .vc_parallax-inner {
		top: -18% !important;
		background-position-x: 20%;
	}
	.post-22 .vc_parallax .vc_parallax-inner {
		background-position-x: 14%;
	}
	.post-348 .vc_parallax .vc_parallax-inner {
		top: -46% !important;
		background-position-x: 80%;
	}
	.post-341 .vc_parallax .vc_parallax-inner {
		top: -10% !important;
		background-position-x: 60%;
	}
	.post-489 .vc_parallax .vc_parallax-inner {
		background-position-x: 6%;
	}
	.post-489 .vc_parallax .vc_parallax-inner {
	    top: -28% !important;
		background-position-x: 80%;
	}
	.post-101 .vc_parallax .vc_parallax-inner {
		background-position-x: 76%;
	}
	.post-505 .vc_parallax .vc_parallax-inner {
		background-position-x: 78%;
	}
}











