/*!
Theme Name: winterthur
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: winterthur
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.

winterthur 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: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;

}

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: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}



p{
	margin-bottom: 15px;
}

ul{
	margin-bottom: 15px;
} 

ol{
	margin-bottom: 15px;
}

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. */
}

hr {
	background-color: #0f0f0f;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul, ol {
	margin: 0 0 0 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0px;
	margin-left: 0px;
}

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

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

a:visited {
	color: purple;
}

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

a:focus, :focus {
	outline: none;
}

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 ul ul {

	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	float: none;
	position: relative;

}

.main-navigation li:last-child {
margin-right: 0px;
}

.main-navigation a {
	display: table;
	text-decoration: none;
	text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-left: auto;
    margin-right: auto;

}

.main-navigation a:focus{
	outline: none;
}

.menu.nav-menu .current_page_item a{
	color: #143e90;
}

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

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		    margin-top: 62px;
	}


}

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


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
	margin-bottom: 50px;
}


.links {
	
	text-align: left;
	float: left;
	margin-bottom: 20px;
}

.rechts {
	
	text-align: left;
	float: right;
	margin-bottom: 20px;
}





/*--------------------------------------------------------------
# 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%;
}

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

.hentry {
	margin: 0 0 0 0;
}

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

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

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

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

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

/*--------------------------------------------------------------
## 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.33%;
}

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

.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 {
	display: block;
}


/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
@media (min-width: 768px) {
.container {
	width: 100%;
max-width: -webkit-calc(100% - 54px);
max-width: -moz-calc(00% - 54px);
max-width: calc(100% - 54px);
margin-left: auto;
margin-right: auto;
display: block;
}
.col-sm-1,  .col-sm-2, .col-sm-25, .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11 {
	float: left;
}
.col-sm-1 {
	width: 8.333333333333332%;
}
.col-sm-2 {
	width: 16.666666666666664%;
}
.col-sm-25 {
	width: 20%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.33333333333333%;
}
.col-sm-5 {
	width: 41.66666666666667%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.333333333333336%;
}
.col-sm-8 {
	width: 66.66666666666666%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-10 {
	width: 83.33333333333334%;
}
.col-sm-11 {
	width: 91.66666666666666%;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-1, .col-sm-2, .col-sm-25, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 0px;
}
}
@media (min-width: 992px) {
.container {
width: 100%;
max-width: -webkit-calc(100% - 54px);
max-width: -moz-calc(00% - 54px);
max-width: calc(100% - 54px);
margin-left: auto;
margin-right: auto;
display: block;
}
}
@media (min-width: 1440px) {
.container {
	max-width: 1386px;
}
}


/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/

.site-content a, 
.site-content a:focus, 
.site-content a:visited, 
.site-content a:active{
color: #e30613;
text-decoration: none;
}

a:hover{
	    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}

.site-header{
min-height: 155px;
}

.site-branding a{
width: 433px;
height: 31px;

display: block;
}

.standard-page{
padding: 54px 0px;
}

.main-pic img{
margin-bottom: 27px;
}

.site-branding a:focus{
	outline: none;
}

.site-branding{
	margin-top: 50px;
}

.site-header .container{
position: relative;
}

img{
vertical-align: top;
}


.entry-content p{
	font-size: 22px;
	line-height: 30px;
	color: #6f6f6f;
	font-weight: 300;
}

.entry-content h1{
font-size: 35px;
	line-height: 1.2;
	margin-top: 0px;
	font-weight: 400;
	color: #143e90;
}

.entry-content h2{
font-size: 32px;
	line-height: 1.2;
	margin-top: 0px;
	font-weight: 400;
	color: #143e90;
}

.entry-content h3{
font-size: 29px;
	line-height: 1.2;
	margin-top: 0px;
	font-weight: 400;
	color:#143e90;
}

.entry-content h4{
font-size: 26px;
	line-height: 1.2;
	margin-top: 0px;
	font-weight: 400;
	color: #143e90;
}

.entry-content ul{
padding-left: 0px;
margin-left: 0px;
}

.entry-content ol{
padding-left: 0px;
margin-left: 0px;
}


.entry-content ul li{
padding-left: 0px;
margin-left: 20px;
list-style-type: circle;
font-size: 22px;
	line-height: 30px;
		color: #6f6f6f;
}

.entry-content ol li{
padding-left: 0px;
margin-left: 20px;
font-size: 22px;
	line-height: 30px;
		color: #6f6f6f;

}


.entry-content blockquote{
font-style: italic;
margin-left: 0px;
}

.entry-content a, .entry-content a:focus, .entry-content a:visited{
color: #143e90;
text-decoration: none;
}

.entry-content a:hover{
text-decoration: none;
}

.site-footer{
padding: 30px 0px 10px 0px;
}

.site-footer{
	background: #e30613;
	color: #fff;
	text-decoration: none;
}

.site-footer a, 
.site-footer a:visited,
.site-footer a:active, 
.site-footer a:visited{
color: #fff;
text-decoration: none;
}

.site-footer p{
color: #fff;
font-size: 17px;
line-height: 24px;
font-weight: 400;
margin-top: 0px;
}

.site-footer ul{
margin-top: 0px;
margin-left: 0px;
padding-left: 0px;
}

.site-footer ul li{
color: #fff;
font-size: 17px;
line-height: 24px;
font-weight: 400;
}

.site-footer ol{
margin-top: 0px;
}

.site-footer ol li{
color: #fff;
font-size: 17px;
line-height: 24px;
font-weight: 400;
}

.site-footer ul li, 
.site-footer ol li{
   list-style-type: none;
}


.header-line hr{
    background-color: #0f0f0f;
    border: 0;
    height: 1px;
    margin-bottom: 0px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    display: block;
}

.header-line{
      margin-bottom: 27px;
}


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"] {
    color: #666;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    padding: 0px 12px;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

textarea{
  width: 100%;
  height: 200px;	
  padding: 18px 12px;
  color: #666;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
}

.wpcf7 p {
    margin-bottom: 10px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0px solid;
    border-color: transparent;
    border-radius: 0px;
    background: #6f6f6f;
    color: #fff;
    font-size: 15px;
 
    line-height: normal;
    padding: 8px 12px;
    margin-top: -6px;
    display: block;
}

button, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
	background: #143e90;
	    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}

.main-pic img{
width: 100%;
}

 iframe {
     vertical-align: top;
}

.top-left{
 width: 433px;
 float: left;
 }

.top-right{
 width: 100%;
width: -webkit-calc(100% - 433px);
width: -moz-calc(100% - 433px);
width: calc(100% - 433px);
 float: left;
 }




.col-three{
width: 100%;
width: -webkit-calc(33.3333% - 18px);
width: -moz-calc(33.3333% - 18px);
width: calc(33.3333% - 18px);
/* margin-right: 27px; */
float: left;
}

.col-three:not(:nth-child(3n)){
margin-right: 27px;
}



.col-three-one{
width: 100%;
width: -webkit-calc(33.3333% - 13.5px);
width: -moz-calc(33.3333% - 13.5px);
width: calc(33.3333% - 13.5px);
margin-right: 27px; 
float: left;
}


.col-three-two{
width: 100%;
width: -webkit-calc(66.6666% - 13.5px);
width: -moz-calc(66.6666% - 13.5px);
width: calc(66.6666% - 13.5px);
float: left;
}



.in{
padding: 27px;
display: block;
}


.home-cols {
  /*  display: grid;
    grid-template-columns: repeat(3, 1fr); 
    
      grid-auto-rows: 1fr;

       
    grid-gap: 27px;    */
    
 
}

.home-cols .col-three{
 /* width: 100%;  */ 
}

.home-cols .col-three img{

}

.home-cols{

}

.home-cols .col-three{
position: relative;
overflow: hidden;
}

.home-cols a.col-three:hover::before{
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7) url(img/pfeil.svg) no-repeat;
    background-position: right 27px bottom 27px;
    background-size: 27px auto;
}


.home-cols a.col-three, 
.home-cols a.col-three :focus, 
.home-cols a.col-three :visited, 
.home-cols a.col-three :hover{
  text-decoration: none;
 color: #3b3a3b;
}

.home-cols .col-three{
margin-bottom: 27px!important;
min-height: 669px;
}

/* .home-cols{
margin-bottom: 27px;
}
 */
.main-part{
margin-bottom: 27px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

  .featherlight-next span, .featherlight-previous span {
    text-shadow: none;
    background: transparent;
    border: 0px;
    border-radius: 0px;
}

.featherlight-next:hover, .featherlight-previous:hover {
    text-shadow: none;
    background: transparent;
    border: 0px;
    border-radius: 0px;
}

.featherlight-next span, .featherlight-previous span {
    width: 42%;
}


/*
 .home-cols .col-three:first-child, 
 .postid-191 .main-part{
 background: #fad2d4;
}
 
  .home-cols .col-three:nth-child(2), 
 .postid-129 .main-part{
 background: #e2dfe4;
}
 
  .home-cols .col-three:nth-child(3), 
  .postid-130 .main-part{
 background: #ece5ca;
}
 
  .home-cols .col-three:nth-child(4), 
  .postid-131 .main-part{
 background: #cfdbdd;
}
 
  .home-cols .col-three:nth-child(5), 
  .postid-132 .main-part{
 background: #d3dbe3;
}
 
  .home-cols .col-three:nth-child(6), 
  .postid-133 .main-part{
 background: #fff1da;
}
 
  .home-cols .col-three:nth-child(7), 
  .postid-134 .main-part{
 background: #d0d1d7;
}
 
  .home-cols .col-three:nth-child(8), 
  .postid-135 .main-part{
 background: #dde1d7;
}
  
  .home-cols .col-three:nth-child(9), 
  .postid-136 .main-part{
 background: #e9d0cd;
}




 .home-cols .col-three:first-child h2, 
  .home-cols .col-three:first-child:focus h2, 
   .home-cols .col-three:first-child:hover h2, 
    .home-cols .col-three:first-child:visited h2, 
    .postid-191 .main-part h2{
color: #e30613;
}

  .home-cols .col-three:nth-child(2) h2, 
  .home-cols .col-three:nth-child(2):focus h2, 
   .home-cols .col-three:nth-child(2):hover h2, 
    .home-cols .col-three:nth-child(2):visited h2, 
    .postid-129 .main-part h2{
color: #95899a;
}
 
  .home-cols .col-three:nth-child(3) h2, 
  .home-cols .col-three:nth-child(3):focus h2, 
   .home-cols .col-three:nth-child(3):hover h2, 
    .home-cols .col-three:nth-child(3):visited h2, 
     .postid-130 .main-part h2{
color: #bba042;
}
 
  .home-cols .col-three:nth-child(4) h2, 
  .home-cols .col-three:nth-child(4):focus h2, 
   .home-cols .col-three:nth-child(4):hover h2, 
    .home-cols .col-three:nth-child(4):visited h2, 
  .postid-131 .main-part h2{
color: #31636c;
}
 
  .home-cols .col-three:nth-child(5) h2, 
  .home-cols .col-three:nth-child(5):focus h2, 
   .home-cols .col-three:nth-child(5):hover h2, 
    .home-cols .col-three:nth-child(5):visited h2, 
  .postid-132 .main-part h2{
color: #31537a;
}
 
  .home-cols .col-three:nth-child(6) h2, 
  .home-cols .col-three:nth-child(6):focus h2, 
   .home-cols .col-three:nth-child(6):hover h2, 
    .home-cols .col-three:nth-child(6):visited h2, 
     .postid-133 .main-part h2{
color: #fdb332;
}
 
  .home-cols .col-three:nth-child(7) h2, 
  .home-cols .col-three:nth-child(7):focus h2, 
   .home-cols .col-three:nth-child(7):hover h2, 
    .home-cols .col-three:nth-child(7):visited h2, 
     .postid-134 .main-part h2{
color: #353753;
}
 
  .home-cols .col-three:nth-child(8) h2, 
  .home-cols .col-three:nth-child(8):focus h2, 
   .home-cols .col-three:nth-child(8):hover h2, 
    .home-cols .col-three:nth-child(8):visited h2, 
  .postid-135 .main-part h2{
color: #849570;
}
  
   .home-cols .col-three:nth-child(9) h2, 
  .home-cols .col-three:nth-child(9):focus h2, 
   .home-cols .col-three:nth-child(9):hover h2, 
    .home-cols .col-three:nth-child(9):visited h2, 
  .postid-136 .main-part h2{
color: #b0564d;
}

 */
 
 
 
 

 .postid-191 .main-part{
 background: #fad2d4;
}
 

 .postid-129 .main-part{
 background: #e2dfe4;
}
 

  .postid-130 .main-part{
 background: #ece5ca;
}
 

  .postid-131 .main-part{
 background: #cfdbdd;
}
 
 
  .postid-132 .main-part{
 background: #d3dbe3;
}
 

  .postid-133 .main-part{
 background: #fff1da;
}
 

  .postid-134 .main-part{
 background: #d0d1d7;
}
 

  .postid-135 .main-part{
 background: #f2d4b2;
}
  

  .postid-136 .main-part{
 background: #e9d0cd;
}

  .postid-429 .main-part{
 background: #d9dce4;
}





 
    .postid-191 .main-part h2{
color: #e30613;
}

 
    .postid-129 .main-part h2{
color: #95899a;
}
 

     .postid-130 .main-part h2{
color: #bba042;
}
 

  .postid-131 .main-part h2{
color: #31636c;
}
 

  .postid-132 .main-part h2{
color: #31537a;
}
 

     .postid-133 .main-part h2{
color: #fdb332;
}
 

     .postid-134 .main-part h2{
color: #353753;
}
 

  .postid-135 .main-part h2{
color: #9b7550;
}
  

  .postid-136 .main-part h2{
color: #b0564d;
}


 .postid-429 .main-part h2{
color: #2b3c6a;
}





     .home .home-cols .col-three:first-child{
 background: #fad2d4;
}
 
  .home-cols .col-three.id129{
 background: #e2dfe4;
}
 
  .home-cols .col-three.id130{
 background: #ece5ca;
}
 
  .home-cols .col-three.id131{
 background: #cfdbdd;
}
 
  .home-cols .col-three.id132{
 background: #d3dbe3;
}
 
  .home-cols .col-three.id133{
 background: #fff1da;
}
 
  .home-cols .col-three.id134{
 background: #d0d1d7;
}
 
  .home-cols .col-three.id135{
 
	/*  background: #dde1d7; */
	  background: #f2d4b2;
}
  
  .home-cols .col-three.id136{
 background: #e9d0cd;
}

  .home-cols .col-three.id429{
 background: #d9dce4;
}


 .home .home-cols .col-three:first-child h2, 
  .home .home-cols .col-three:first-child:focus h2, 
   .home .home-cols .col-three:first-child:hover h2, 
    .home .home-cols .col-three:first-child:visited h2{
color: #e30613;
}

  .home-cols .col-three.id129 h2, 
  .home-cols .col-three.id129:focus h2, 
   .home-cols .col-three.id129:hover h2, 
    .home-cols .col-three.id129:visited h2{
color: #95899a;
}
 
  .home-cols .col-three.id130 h2, 
  .home-cols .col-three.id130:focus h2, 
   .home-cols .col-three.id130:hover h2, 
    .home-cols .col-three.id130:visited h2{
color: #bba042;
}
 
  .home-cols .col-three.id131 h2, 
  .home-cols .col-three.id131:focus h2, 
   .home-cols .col-three.id131:hover h2, 
    .home-cols .col-three.id131:visited h2{
color: #31636c;
}
 
  .home-cols .col-three.id132 h2, 
  .home-cols .col-three.id132:focus h2, 
   .home-cols .col-three.id132:hover h2, 
    .home-cols .col-three.id132:visited h2{
color: #31537a;
}
 
  .home-cols .col-three.id133 h2, 
  .home-cols .col-three.id133:focus h2, 
   .home-cols .col-three.id133:hover h2, 
    .home-cols .col-three.id133:visited h2{
color: #fdb332;
}
 
  .home-cols .col-three.id134 h2, 
  .home-cols .col-three.id134:focus h2, 
   .home-cols .col-three.id134:hover h2, 
    .home-cols .col-three.id134:visited h2{
color: #353753;
}
 
  .home-cols .col-three.id135 h2, 
  .home-cols .col-three.id135:focus h2, 
   .home-cols .col-three.id135:hover h2, 
    .home-cols .col-three.id135:visited h2{
color: #9b7550;
}
  
   .home-cols .col-three.id136 h2, 
  .home-cols .col-three.id136:focus h2, 
   .home-cols .col-three.id136:hover h2, 
    .home-cols .col-three.id136:visited h2{
color: #b0564d;
}

   .home-cols .col-three.id429 h2, 
  .home-cols .col-three.id429:focus h2, 
   .home-cols .col-three.id429:hover h2, 
    .home-cols .col-three.id429:visited h2{
color: #2b3c6a;;
}
















.site-content h1, 
.site-content h2, 
.site-content h3, 
.site-content h4, 
.site-content h5{
margin-top: 0px;
}

.site-content h1{
       font-size: 56px;
line-height: 56px;
}

.site-content h2{
    font-size: 43px;
    line-height: 52px;
}

.site-content h3{
       font-size: 36px;
line-height: 36px;
}

.site-content h4{
        font-size: 26px;
line-height: 26px;
}

.site-content h5{
 font-size: 18px;
line-height: 24px;

}

.site-content p{
font-size: 18px;
line-height: 24px;
font-weight: 400;
margin-top: 0px;
margin-bottom: 15px;
}

.site-content ul li{
 font-size: 18px;
line-height: 24px;
font-weight: 400;
list-style-type: none;
}

.site-content ul{
    margin-bottom: 15px;
    margin-left: 0px;
    padding-left: 0px;
}

.site-content ol li{
 font-size: 18px;
line-height: 24px;
font-weight: 400;
list-style-type: none;
}

.site-content ol{
    margin-bottom: 15px;
    margin-left: 0px;
    padding-left: 0px;
}



      .burgwrapp {
     width: 100%;
     position: relative;

}

.wrapp {
    position: absolute;
        top: 61.5px;

    z-index: 9;
right: 0px;

}

 .burgmenu {
     width: 44px;
     height: 44px;
     cursor: pointer;
     position: relative;
     background: url(img/hamburger.svg) no-repeat 50% 50%;
     background-size: 100% 100%;

}

 .burgmenu.is-open{
      width: 44px;
     height: 44px;
     cursor: pointer;
     position: relative;
     background: url(img/hamburger-close.svg) no-repeat 50% 50%;
     background-size: 100% 100%;
 }

 .burgwrapp {
   position: static;
}


 .site-header {
     top: 0;
     left: 0;
     width: 100%;
     z-index: 9999;
     position: fixed;
     background: #fff;
}

.main-top{
margin-top: 155px;
}

 .site-header.scrolled {
     transition: all 1s ease;
}

 .site-header.scrolled:hover {
     opacity: 1;
}

 .overlay {
     height: 100%;
     width: 0;
     position: fixed;
     z-index: 1;
     left: 0;
     top: 0;
 background-color: rgba(255, 255, 255, 0.95);
     overflow-x: hidden;
   /*  transition: 0.5s;     */
}
 .overlay-content {
     position: relative;
        top: 100px;
     width: 100%;
     text-align: left;
}





 .overlay a, 
  .overlay a:visited, 
   .overlay a:focus, 
    .overlay a:active {
font-size: 46px;
font-weight: 500;
line-height: 66px;
text-transform: uppercase;
color: #e2081d;
font-family: 'Oswald', sans-serif;
}

 .main-navigation li{
 margin-bottom: 50px;
 } 
 
 
 
  .main-navigation li.menu-item-has-children{
 margin-bottom: 0px;
 } 

  .main-navigation .sub-menu li{
 margin-bottom: 0px;
 } 
 
   .main-navigation .sub-menu li:last-child{
 margin-bottom: 50px;
 } 



 .overlay .sub-menu a, 
  .overlay .sub-menu a:visited, 
   .overlay .sub-menu a:focus, 
    .overlay .sub-menu a:active {
font-size: 30px;
font-weight: 500;
line-height: 50px;
text-transform: uppercase;
color: #0f0f0f;
font-family: 'Oswald', sans-serif;
}

 .overlay .sub-menu .current-menu-item a{
    color: #919191;
}


.main-navigation ul {
    margin-top: 0px;
}


 .overlay a:hover {
     opacity: 1;
     -webkit-transition: all ease .8s;
     -moz-transition: all ease .8s;
     transition: all ease .8s;

}
 .overlay ul ul a {

}
 .overlay ul ul li {
     list-style-type: none;
     display: inline;
}

 .main-navigation ul ul a {
     display: inline;
}
 .overlay-full {
     width: 100% !important;
         height: 100% !important;
}

.main-navigation li:not(:last-child) {
    margin-right: 0px;
}

 .main-navigation ul {
     display: none;
}

.main-navigation li {
    float: none; 
        width: 100%;
        text-align: center;
}

 .overlay-content .main-navigation ul {
     display: block;
     float: none;
     width: 100%;


margin-left: auto;
margin-right: auto;
display: block;
}
 .overlay a:focus{
     outline: none;
}
 .main-navigation ul ul a:hover {
     -webkit-transition: all ease .8s;
     -moz-transition: all ease .8s;
     transition: all ease .8s;
}


 .overlay-content .main-navigation ul ul {
position: relative;
    width: 100%;
    left: 0px;

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



 .main-navigation ul ul li {
     float: left;
}






.main-navigation {
    width: 100%;
width: -webkit-calc(100% - 60px);
width: -moz-calc(100% - 60px);
width: calc(100% - 60px);
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

 .gallery-cover .col-three{
 margin-bottom: 27px;
 }
 
 .footer-in{
 padding: 27px;
 }



#site-navigation{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.menu-main-menu-container{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
}

::-webkit-scrollbar {
    display: none;
}




.change .main-top{
 margin-top: 71px; 
 transition: 0.5s;   
}

.change .site-branding {
    margin-top: 10px;
}

.change .site-header {
    min-height: 71px;
}

.change .wrapp {
    top: 13.5px;
}


.page-template-default .main-part {
    background: #fad2d4;
}

.page-template-default .main-part h2 {
    color: #e30613;
}

.inline { display: none }
.caption { position: relative; bottom: 40px; left: 20px; height: 0; color: #000; }


body .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
   padding: 0;    
    border-bottom: 0px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff0;
    cursor: auto;
    white-space: normal;
}

 .featherlight-next span, .featherlight-previous span {
    text-shadow: none!important;
  
    border: 0px!important;
    border-radius: 0px!important;
}

.featherlight-next:hover, .featherlight-previous:hover {
    text-shadow: none!important;
  
    border: 0px!important;
    border-radius: 0px!important;
}

.featherlight-next, .featherlight-previous {
    text-shadow: none!important;
   
    border: 0px!important;
    border-radius: 0px!important;
}


.featherlight-next, .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(0,0,0,0);
}


.featherlight-next span {
    background: url(img/arrow-right-white.png) no-repeat;
    width: 23px;
    height: 40px;
    text-indent: -9999px;
    margin-right: 5px;
}

.featherlight-previous {
    left: 0!important;
}

.featherlight-previous {
    left: 25px;
    right: 80%;
}


.featherlight-previous span {
    background: url(img/arrow-left-white.png) no-repeat;
    width: 23px;
    height: 40px;
    text-indent: -9999px;
    margin-left: 5px;
}
  
  .featherlight-next {
    right: 0!important;
}




 @media screen and (max-width: 1500px) {
.site-content h2 {
    font-size: 35px;
    line-height: 35px;
}
}

 @media screen and (max-width: 1199px) {
 
 .home-cols .col-three{
min-height: 700px;
}
 
 .site-content h1{
       font-size: 38px;
line-height: 38px;
}

.site-content h2{
    font-size: 28px;
line-height: 28px;
}

.site-content h3{
       font-size: 24px;
line-height: 24px;
}

.site-content h4{
        font-size: 20px;
line-height: 20px;
}

.site-content h5{
 font-size: 18px;
line-height: 24px;
}
}

@media screen and (max-width: 1020px) {
 .home-cols .col-three{
min-height: 730px;
}
}

 
 @media screen and (max-width: 991px) {
 
 
 .featherlight-next span, .featherlight-previous span {
    text-shadow: none!important;
    border: 0px!important;
    border-radius: 0px!important;
}

.featherlight-next:hover, .featherlight-previous:hover {
    text-shadow: none!important;
    border: 0px!important;
    border-radius: 0px!important;
}

.featherlight-next, .featherlight-previous {
    text-shadow: none!important;
    background: transparent!important;
    border: 0px!important;
    border-radius: 0px!important;
}

 
 .site-content h1{
       font-size: 34px;
line-height: 34px;
}

.site-content h2{
    font-size: 20px;
line-height: 20px;
}

.site-content h3{
       font-size: 19px;
line-height: 19px;
}

.site-content h4{
        font-size: 18px;
line-height: 24px;
}

.site-content h5{
 font-size: 18px;
line-height: 24px;
}
}


@media screen and (max-width: 920px) {
 .home-cols .col-three{
min-height: 760px;
}
}


@media screen and (max-width: 805px) {
 .home-cols .col-three{
min-height: 799px;
}
}

@media screen and (max-width: 804px) {
 .home-cols .col-three{
min-height: 845px;
}
}

@media screen and (max-width: 780px) {
 .home-cols .col-three{
min-height: 884px;
}
}


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

 .home-cols .col-three{
min-height: 0px;
}


.home-cols {
    display: block;
    grid-template-columns: none;
    grid-gap: 0px;
}

.home-cols .col-three{
margin-bottom: 27px!important;
}

.home-cols {
    margin-bottom: 0px;
}


.home-cols .col-three{
height: auto!important;
}

.container{
max-width: 100%;
max-width: -webkit-calc(100% - 54px);
max-width: -moz-calc(100% - 54px);
max-width: calc(100% - 54px);
margin-left: auto;
margin-right: auto;
display: block;
}

.site-content h1{
       font-size: 56px;
line-height: 56px;
}

.site-content h2{
    font-size: 46px;
line-height: 46px;
}

.site-content h3{
       font-size: 36px;
line-height: 36px;
}

.site-content h4{
        font-size: 26px;
line-height: 26px;
}

.site-content h5{
 font-size: 18px;
line-height: 24px;

}

.col-three{
width: 100%;
float: left;
}

.col-three:not(:nth-child(3n)){
margin-right: 0px;
}

.col-three-one{
width: 100%;
margin-right: 0px; 
float: none;
}

.col-three-two{
width: 100%;
float: none;
}
}



 @media screen and (max-width: 570px) {
 
.frame-square {
    overflow-x: hidden;
    height: 310px;
     margin-bottom: 27px; 
}

.frame-square img {
    height: 310px;
    width: auto;
    max-width: none;
    margin-left: -35%;
}

.main-pic img {
    margin-bottom: 0px; 
}
 
 
.site-branding a {
    width: 100%;
    height: auto;
    display: block;
}

.site-branding {
	
	margin-top: 80px;
           margin-bottom: 15px;
}
/*
.top-left {
    width: 200px;
    float: left;
}
 */
.top-left {
    width: 100%;
    float: left;
}

.top-right {
    width: 100%;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    float: left;
}

.site-header {
   /* min-height: 100px;    */
    min-height: 0px;
}

.main-top {
    margin-top: 110px;
}

.change .site-branding {
   /* margin-top: 28.5px;    */
               margin-top: 70px;
}

.wrapp {
        top: 15px;
}

.change .site-header {
    min-height: 0px;
}

.change .wrapp {
    top: 15px;
}
 }
 
 
 
  @media screen and (max-width: 460px) {
 .site-content h1{
       font-size: 38px;
line-height: 38px;
}

.site-content h2{
    font-size: 28px;
line-height: 28px;
}

.site-content h3{
       font-size: 24px;
line-height: 24px;
}

.site-content h4{
        font-size: 20px;
line-height: 20px;
}

.site-content h5{
 font-size: 18px;
line-height: 24px;
}
}

 
 
 
 
   @media screen and (max-width: 450px) {
.frame-square {
    overflow-x: hidden;
    height: 240px;
     margin-bottom: 27px; 
}

.frame-square img {
    height: 240px;
    width: auto;
    max-width: none;
    margin-left: -35%;
}
 }
 
 
 
  @media screen and (max-width: 400px) {
  
.frame-square {
    overflow-x: hidden;
    height: 200px;
     margin-bottom: 27px; 
}

.frame-square img {
    height: 200px;
    width: auto;
    max-width: none;
    margin-left: -35%;
}
  
  
  .overlay a, .overlay a:visited, .overlay a:focus, .overlay a:active {
    font-size: 36px;
    line-height: 56px;
}

.overlay .sub-menu a, .overlay .sub-menu a:visited, .overlay .sub-menu a:focus, .overlay .sub-menu a:active {
    font-size: 25px;
    line-height: 45px;
}

 .main-navigation li{
 margin-bottom: 30px;
 } 
 
  .main-navigation li.menu-item-has-children{
 margin-bottom: 0px;
 } 

  .main-navigation .sub-menu li{
 margin-bottom: 0px;
 } 
 
   .main-navigation .sub-menu li:last-child{
 margin-bottom: 30px;
 } 

}
 




  



   @media screen and (max-width: 350px) {
   
   
   
.frame-square {
    overflow-x: hidden;
    height: 176px;
     margin-bottom: 27px; 
}

.frame-square img {
    height: 176px;
    width: auto;
    max-width: none;
    margin-left: -35%;
}
   

    .site-content h1{
       font-size: 34px;
line-height: 34px;
}

.site-content h2{
    font-size: 20px;
line-height: 20px;
}

.site-content h3{
       font-size: 19px;
line-height: 19px;
}

.site-content h4{
        font-size: 18px;
line-height: 24px;
}

.site-content h5{
 font-size: 18px;
line-height: 24px;
}

}



 @media screen and (max-width: 320px) {
.frame-square {
    overflow-x: hidden;
    height: 160px;
     margin-bottom: 27px; 
}

.frame-square img {
    height: 160px;
    width: auto;
    max-width: none;
    margin-left: -35%;
}
}