/*!
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 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
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */



/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

html {
    background: #686868;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #454545;
	font-family: 'Rubik', 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: #dcdcdc; */
background-color: transparent;
	border: 0;
	height: 2px;
	margin: 0;
}

ul, ol {
	margin: 0;
}

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

/*--------------------------------------------------------------
# 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 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 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: left;
	position: relative;
}

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

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

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0;
	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%;
}

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

.post,
.page {
	margin: 0;
}

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

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

.page-links {
	clear: both;
	margin: 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 {
	max-width: 750px;
}
.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: 15px;
	padding-right: 15px;
}
}
@media (min-width: 992px) {
.container {
	max-width: 1000px;
}
}
@media (min-width: 1200px) {
.container {
	max-width: 1000px;
}
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.site-branding{
	width: 333px;
	float: left;
}

.main-navigation {
clear: none;
display: block;
float: left;
width: 100%;
width: -webkit-calc(100% - 333px);
width: -moz-calc(100% - 333px);
width: calc(100% - 333px);
}

.show.project-section{
    margin-bottom: 100px;
}



img{
	vertical-align: top;
}

.main-navigation a{
color: #454545;

font-weight: 300;
font-size: 29px;

font-size: 26px;
line-height: 27px;
}

.main-navigation #menu-header-menu a{
	font-size: 18px;
	    line-height: 19px;
}

.main-navigation li a{
	border-bottom: 3px solid transparent;
}

.main-navigation li a:hover{
	border-bottom: 3px solid #e0d3a6;
}

.main-navigation li.current_page_item a{
	border-bottom: 3px solid #e0d3a6;
}

.main-navigation #menu-header-menu li a{
	border-bottom: 1px solid transparent;
}

.main-navigation #menu-header-menu li a:hover{
	border-bottom: 1px solid #e0d3a6;
}

.main-navigation #menu-header-menu li.current_page_item a{
	border-bottom: 1px solid #e0d3a6;
}

h1.entry-title{
	display: none;
}

:focus {
    outline: -webkit-focus-ring-color none 0px;
}

a:-webkit-any-link {
    text-decoration: none;
}

.main-navigation ul{
	float: right;
	    margin-top: 24px;
}

.main-navigation ul#menu-header-menu{
		margin-top: 20px;
}


.main-navigation #menu-header-menu li:not(:last-child){
	margin-right: 20px;
}

.footer-top{
	background: #edebe8;
}

.footer-bottom{
	background: #686868;
}

.main-navigation #primary-menu li:not(:nth-last-child(3)){
	margin-right: 46px;
}

.site-header .container {
	max-width: 1295px;
}

.site-content{
	overflow-x: hidden;
}

.wpcf7 input[type="submit"]{
	height: 51px;
	line-height: 51px;
background-color: #686868;
color: #ffffff;
font-size: 18px;
font-weight: 400;
letter-spacing: 0.28px;
padding: 0px;
width: 160px;
border-radius: 0px;
float: right;
cursor: pointer;
border: 0px solid transparent;
}

.wpcf7 input[type="submit"]:hover{
	-webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
    background: #000;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="search"], 
.wpcf7 input[type="number"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="range"], 
.wpcf7 input[type="date"], 
.wpcf7 input[type="month"], 
.wpcf7 input[type="week"], 
.wpcf7 input[type="time"], 
.wpcf7 input[type="datetime"], 
.wpcf7 input[type="datetime-local"], 
.wpcf7 input[type="color"]{
	border-radius: 0px;
	border: 0px solid transparent;
	width: 100%;
	height: 51px;
	line-height: 51px;
background-color: #ffffff;
padding-left: 12px;
padding-right: 12px;
color: #454545;
font-size: 18px;
font-weight: 400;
letter-spacing: 0.27px;
}

.wpcf7 textarea{
	height: 168px;
background-color: #ffffff;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 12px;
color: #454545;
font-size: 18px;
font-weight: 400;
letter-spacing: 0.27px;
border-radius: 0px;
	border: 0px solid transparent;
	width: 100%;
}

/*
.wpcf7 [type="checkbox"]{
width: 20px;
height: 26px;
background-color: #ffffff;
}


.wpcf7 .wpcf7-list-item-label{
	color: #454545;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.27px;
    margin-right: 36px;
}


.wpcf7 input[type=checkbox] {
  width: 20px;
height: 26px;
 margin-right: 8px;
  cursor: pointer;
  font-size: 17px;
  visibility: hidden;
}

.wpcf7 input[type=checkbox]:after {
  content: " ";
  background-color: #fff;
  display: inline-block;
 margin-left: 0px;
  padding-bottom: 5px;
  color: #000;
  width: 22px;
  height: 25px;
  padding-left: 3px;
  visibility: visible;
      margin-top: 6px;
}

.wpcf7 input[type=checkbox]:checked:after {
  content: "\2714";
  padding: -5px;
  font-weight: bold;
}

.wpcf7 span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
*/
.wpcf7 ::-webkit-input-placeholder { 
  color: rgb(69, 69, 69);
}

.wpcf7 ::-moz-placeholder { 
  color: rgb(69, 69, 69);
}

.wpcf7 :-ms-input-placeholder { 
  color: rgb(69, 69, 69);
}

.wpcf7 :-moz-placeholder { 
  color: rgb(69, 69, 69);
}

.ms-skin-light-3 .ms-nav-prev {
    background: url(img/arrow-left.png)!important;
    background-size: 100% 100%!important;
    background-position: 0px 0px!important;
    width: 30px!important;
	height: 60px!important;
    left: 26px!important;
    margin-top: -25px!important;
}

.ms-skin-light-3 .ms-nav-next{
    background: url(img/arrow-right.png)!important;
    background-size: 100% 100%!important;
    background-position: 0px 0px!important;
    width: 30px!important;
	height: 60px!important;
    right: 26px!important;
    margin-top: -25px!important;
}

.ms-skin-light-3 .ms-bullet{
width: 18px!important;
height: 18px!important;
-webkit-border-radius: 50%!important;
-moz-border-radius: 50%!important;
border-radius: 50%!important;
background-color: #ffffff!important;
background-image: none!important;
    background-position: 0px 0px!important;
}

.ms-skin-light-3 .ms-bullet.ms-bullet-selected{
width: 18px!important;
height: 18px!important;
-webkit-border-radius: 50%!important;
-moz-border-radius: 50%!important;
border-radius: 50%!important;
background-color: #e0d3a6!important;
background-image: none!important;
    background-position: 0px 0px!important;
}


.flex-direction-nav .flex-prev {
    background: url(img/arrow-left.png)!important;
    background-size: 100% 100%!important;
    background-position: 0px 0px!important;
    width: 30px!important;
	height: 60px!important;
    left: 18px!important;
    margin-top: -25px!important;
    opacity: 1!important;
}

.flex-direction-nav .flex-next {
    opacity: 1!important;
        background: url(img/arrow-right.png)!important;
    background-size: 100% 100%!important;
    background-position: 0px 0px!important;
    width: 30px!important;
	height: 60px!important;
    right: 18px!important;
    margin-top: -25px!important;
}

.metaslider .flexslider .flex-control-nav a{
width: 18px!important;
height: 18px!important;
-webkit-border-radius: 50%!important;
-moz-border-radius: 50%!important;
border-radius: 50%!important;
background-color: #ffffff!important;
background-image: none!important;
    background-position: 0px 0px!important; 
}

.metaslider .flexslider .flex-control-nav a.flex-active{
width: 18px!important;
height: 18px!important;
-webkit-border-radius: 50%!important;
-moz-border-radius: 50%!important;
border-radius: 50%!important;
background-color: #e0d3a6!important;
background-image: none!important;
    background-position: 0px 0px!important;
}

.flex-control-nav{
	bottom: 10px!important;
}

.metaslider .flex-control-nav li a{
	margin: 0px 11px!important;
}

.ms-bullets{
	bottom: 19px!important;
}

.ms-skin-light-3 .ms-bullet{
	margin: 0px 11px!important;
}

.site-header{
	height: 125px;
}

.custom-logo-link{
    /* display: inline-block; */
}

.site-branding .custom-logo-link {
    margin-top: 0px;
    margin-bottom: 10px;
}

.site-branding .custom-logo-link img{
	height: 109px;
    width: 245px;
}

img{
	vertical-align: top;
}

div.wpcf7-response-output{
	margin-top: 40px;
}

span.wpcf7-not-valid-tip{
	text-indent: 12px;
	padding-top: 4px;
}

.footer-top{
	padding-top: 60px;
	padding-bottom: 99px;
}

.footer-bottom{
/*	padding: 22px 0px 29px 0px; */
	height: 74px;
}

.footer-bottom p{
font-size: 18px;
font-weight: 400;
line-height: 23px;
color: #ffffff;
margin-top: 0px;
margin-bottom: 0px;
}

.footer-bottom ul{
padding-left: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
float: left;
padding: 22px 0px 29px 0px;
}

.footer-bottom ul li{
color: #ffffff;
font-weight: 400;
line-height: 18px;
color: #ffffff;
padding-left: 0px;
margin-left: 0px;
float: left;
list-style-type: none;
font-size: 18px;
line-height: 18px;
}

.footer-bottom ul li:not(:last-child){
	margin-right: 45px;
}

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

.footer-bottom a:hover{
	text-decoration: none;
	opacity: 0.7;
		-webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}

a:focus {
    outline: none;
}



.site-content h1{
color: #454545;
font-size: 45px;
font-weight: 400;
line-height: 50px;
margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.site-content h2{
	color: #454545;
/* font-size: 26px; */
font-size: 24px;
line-height: 30px;
font-weight: 500;
margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

.footer-top h2{
	color: #454545;
font-size: 22px;
/* font-weight: 400; */
line-height: 32px;
font-weight: 300;
margin-top: 0px;
text-align: center;
}

h2.bigger{
font-size: 32px;
line-height: 42px;
font-weight: 300;	
}

.page-template-template-startseite h2.bigger-home{
 font-size: 24px; 
 font-weight: 300; 
 line-height: 35px; 
 margin-top: 0px; 
 text-align: center;	
}

.site-content h3{
	color: #454545;
font-size: 33px;
font-weight: 400;
margin-top: 0px;
}

.site-content h4{
	color: #454545;
font-size: 30px;
font-weight: 400;
margin-top: 0px;
}

.site-content h5{
	color: #454545;
font-size: 27px;
font-weight: 400;
margin-top: 0px;
}

.site-content p{
font-size: 20px;
font-weight: 300;
line-height: 30px;
color: #454545;
margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}

.site-content section p:last-child{
margin-bottom: 0px;
}

.site-content ul li{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
color: #454545;
margin-left: 0px;
padding-left: 0px;
}



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

.site-content ol li{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
color: #454545;
margin-left: 0px;
padding-left: 0px;
}

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


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


font-weight: 500;
line-height: 30px;
color: #cbc19b;
}

img.picture-phase{
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.two-col{
width: 100%;
width: -webkit-calc(50% - 22px);
width: -moz-calc(50% - 22px);
width: calc(50% - 22px);
float: left;
}

.two-col:not(:last-child){
	margin-right: 44px;
}

.one-three-col{
width: 194px;
float: left;
}

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

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


.top-pics .container{
	width: 100%;
	max-width: 100%;
}


.top-pics img{
	width: 100%;
}

.top-pics{
	margin-bottom: 40px;
} 

.standard-text{
	    padding: 10px 0px;
}

.slider-class textarea{
	max-height: 80px;
	height: 80px!important;
}

.home-news{
	padding: 40px 0px 70px;	
}

.site-footer{
	margin-top: 140px;
}
/*
.page-template-template-kontakt .site-footer {
    margin-top: 440px;
}

.page-template-template-impressum-datenschutz .site-footer {
    margin-top: 440px;
}
*/
.all-news h4{
font-weight: 300;
font-weight: 500;
letter-spacing: 0.33px;
color: #454545;
text-align: left;
margin: 0px;
/* font-weight: 500;
font-size: 20px;
line-height: 25px; */
font-weight: 400;
font-size: 22px;
line-height: 28px;
}

.page-template-template-aktuelles .all-news h3, 
.page-template-template-medien .all-news h3{
    font-weight: 300;
    font-weight: 500;
    letter-spacing: 0.33px;
    color: #454545;
    text-align: left;
        margin: 0px 0px 4px 0px;
   /* font-size: 26px; */
   font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}




h3.big{
	color: #454545;
    font-size: 32px;
    font-weight: 400;
    margin-top: 0px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
   
}


.all-news p{
font-weight: 300;
letter-spacing: 0.33px;
color: #454545;
text-align: left;
margin-top: 0px;


font-size: 20px;
line-height: 30px;
}

.single-news{
	padding: 16px 0px;
	border-top: 2px solid #dcdcdc;
}

.single-news.has-pic{
	padding-top: 20px;
}

.date{
font-size: 20px;
font-weight: 300;
line-height: 30px;
font-weight: 300;
letter-spacing: 0.33px;
color: #454545;
text-align: left;
margin: 0px;	
}

.has-pic-pic{
float: left;
width: 253px;
}

.has-pic-text{
float: right;
width: 100%;
width: -webkit-calc(100% - 253px);
width: -moz-calc(100% - 253px);
width: calc(100% - 253px);
}

.in-text{
	padding-left: 18px;
}

.masonry{
/* -webkit-column-count: 2; 
  -moz-column-count: 2; 
  column-count: 2;

   -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px; */

    display: -ms-grid;
    display: grid;
    grid-column-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

.news-box{
    border: 2px solid #dcdcdc;
background: #ffffff url(img/arrow.png) no-repeat right 27px top 31px;
 /*   display: inline-block; */
 display: block;
    margin: 0 0 20px;
    width: 100%;
}

.news-box a, 
.news-box a:focus, 
.news-box a:visited{
color: #454545;
    display: block;
}

.news-box h3{
font-size: 22px;
font-weight: 300;
line-height: 32px;
/* font-weight: 400; */

    font-weight: 500;
letter-spacing: 0.33px;
color: #454545;
text-align: left;
margin: 0px;
}

.news-box p{
font-size: 22px;
font-weight: 300;
line-height: 33px;
font-weight: 300;
letter-spacing: 0.33px;
color: #454545;
text-align: left;
margin: 0px;
}

.inside{
	padding: 15px 119px 30px 23px;
	display: block;
}

.single-post .entry-meta{
	display: none;
}

.single-post .entry-footer{
	display: none;
}

.page-template-template-aktuelles h1, 
.page-template-template-medien h1{
	margin-bottom: 30px;
}

.page-template-template-aktuelles h1, 
.page-template-template-medien h1{
	margin-bottom: 30px;
}

.page-template-template-kontakt h1{
	margin-bottom: 30px;
}

.page-template-template-impressum-datenschutz h1{
	margin-bottom: 30px;
}

.page-template-template-faq h1{
	margin-bottom: 30px;
}

.page-template-template-faq .single-news h4{
	background: #ffffff url(img/arrow-bottom.png) no-repeat right 5px top 0px;
padding-right: 59px;
min-height: 19px;
cursor: pointer;
}

.page-template-template-kontakt .single-news h4{
	background: #ffffff url(img/arrow-bottom.png) no-repeat right 5px top 10px;
padding-right: 59px;
min-height: 19px;
cursor: pointer;
}

.page-template-template-kontakt .single-news.carromod h4 {
    background: #ffffff url(img/arrow-top.png) no-repeat right 5px top 10px;
}

.top-part, .bottom-part{
	display: table;
	width: 100%;
}

.page-template-template-aktuelles .single-news .inn, 
.page-template-template-medien .single-news .inn{
	background: #ffffff url(img/arrow-bottom.png) no-repeat right 5px top 10px;
padding-right: 59px;
cursor: pointer;
display:table-cell;
}

.page-template-template-aktuelles .single-news.carromod .inn, 
.page-template-template-medien .single-news.carromod .inn{
	background: #ffffff url(img/arrow-top.png) no-repeat right 5px top 10px;
padding-right: 0px;
cursor: pointer;
display:table-cell;
}

.page-template-template-aktuelles .single-news.carromod h4, 
.page-template-template-medien .single-news.carromod h4{
	margin-bottom: 25px;
}

.page-template-template-aktuelles .single-news.carromod .inn .parabutton, 
.page-template-template-medien .single-news.carromod .inn .parabutton{
padding-right: 59px;	
}

.page-template-template-faq .single-news.carromod  h4{
	margin-bottom: 25px;
}

.page-template-template-faq .single-news.carromod h4{
	    background: #ffffff url(img/arrow-top.png) no-repeat right 5px top 0px;
}

.content-pic{
	margin: 15px 0px 25px;
}

.two-col p{
	text-align: left;
}

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

.site-content ul li{
	list-style-type: none; 
	margin-left: 22px; 
}

.site-content ul li{
	    background: url(img/bullet.svg) no-repeat 0px 10px;
    background-size: 12px 12px;
    padding-left: 24px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
margin-left: 0px;
    margin-right: 100px;

}

.site-content a:hover{
	text-decoration: underline;
}

a.news-box, 
a.news-box:focus, 
a.news-box:visited, a.news-box:hover{
	text-decoration: none;
			
}



.page-template-template-kontakt .map{
	margin-top: 100px;
}
/*
.form-cover{
	background: #edebe8;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 40px;
	margin-top: 25px;
}

.form-cover .wpcf7{
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
*/
.dark{
		background: #edebe8;
	padding-top: 38px;
	padding-bottom: 70px;
	margin-bottom: 40px;
	margin-top: 25px;
}

.dark-inside{
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/*
.wpcf7#wpcf7-f199-o1 input[type=checkbox]:after{
	border-radius: 0px;
border: 0px solid transparent;
width: 34px;
    height: 34px;
     background: url(img/non-active.png) no-repeat;
         margin-top: 12px;
         margin-bottom: 6px;
}

.wpcf7#wpcf7-f199-o1 input[type=checkbox]:checked:after{
	    background: url(img/active.png) no-repeat;
	    text-indent: -9999px;
overflow: hidden;
}

.wpcf7#wpcf7-f199-o1 .wpcf7-list-item-label {
    line-height: 1.7;
}

.wpcf7#wpcf7-f199-o1 input[type=checkbox] {
    width: 34px;
    height: 34px;
}
*/





.wpcf7 .wpcf7-list-item {
  display: block;
 margin-bottom: 22px;
}
/*
.wpcf7-form .wpcf7-radio {
  
}

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
	position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span {
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 0px;
  border: 2px solid #222;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 6px;
    left: 6px;
    visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
    background: transparent;

}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
   background: #222;
   visibility: visible;
}
*/




.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
	position: relative;
  visibility: hidden;
      margin-bottom: 12px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
/*   border: 3px solid red;  */
    margin-left: 35px;
    font-size: 22px;
    
}

.page-template-template-kontakt .wpcf7-form 
.wpcf7-checkbox input[type=checkbox] + span{
	font-weight: 300;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
  /*  display: block; */
        margin-left: 0px;
    padding-left: 45px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 2px;
    border: 3px solid #dcce9d;
    height: 22px;
    width: 22px;
    top: 2px;
    left: 0px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 7px;
border: 3px solid #dcce9d;
  height: 34px;
  width: 34px;
/*  top: 0px; */

  top: -6px;
 /* border: 2px solid #222; */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\00D7';
    border-radius: 100%;
    height: 34px;
        line-height: 34px;
    width: 34px;
    top: -6px;
    left: 0px;
    visibility: hidden;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

.checkbox-792 p{
	line-height: 36px;
}

span.wpcf7-list-item{
	margin-left: 0px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
/*     border-color: red; */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
/*    background: #222; */
   visibility: visible;
}





.script-checkbox {
  
}

.script-checkbox label {
  
}

.script-checkbox label.label-selected {
  background: red;
}







.page-template-template-kontakt .parabutton{
	margin-bottom: 16px;
}


.wpcf7 p{
	color: #454545;
font-size: 18px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0.27px;
}

iframe{
	vertical-align: top;
}

.map .container{
max-width: 100%;
}


.bottom-part{
	display: none;
}

.page-template-template-medien .bottom-part {
    display: block; 
}

.page-template-template-medien .top-part {
    display: none; 
}

.page-template-template-medien .single-news .inn {
    background: transparent;
cursor: default;
}

.single-news.carromod .bottom-part{
	display: block;
}

.single-news.carromod .top-part{
	display: none;
}


/*
.single-news.mPS2id-target .bottom-part{
	display: block;
}

.single-news.mPS2id-target .top-part{
	display: none;
}
*/




.page-template-template-aktuelles .all-news .single-news:last-child, 
.page-template-template-medien .all-news .single-news:last-child{
    padding: 16px 0px;
    border-bottom: 2px solid #dcdcdc;
}

.page-template-template-aktuelles .all-news, 
.page-template-template-medien .all-news{
	margin-bottom: 60px;
}

.page-template-template-faq .all-news{
	margin-bottom: 60px;
}

footer.entry-footer{
	display: none;
}

.location{
	margin-top: 40px;
}

.location .container{
	border-top: 2px solid #dcdcdc;
}

.implementation{
	margin-top: 40px;
}

.implementation .container{
	border-top: 2px solid #dcdcdc;
}


.architecture{
	margin-top: 40px;
}

.architecture .container{
	border-top: 2px solid #dcdcdc;
}

.history{
	margin-top: 40px;
}

.history .container{
	border-top: 2px solid #dcdcdc;
}

.phases{
	margin-bottom: 40px;
}

.location .two-cols{
	margin-bottom: 60px;
}

.architecture .two-cols{
	margin-bottom: 60px;
}

.implementation h3{
	text-align: center;
}

.implementation .one-three-col{
font-size: 26px;
    font-weight: 300;
    line-height: 38px;
    color: #454545;
    margin-top: 0px;
}

.implementation .two-three-col{
font-size: 26px;
    font-weight: 300;
    line-height: 38px;
    color: #454545;
    margin-top: 0px;
}

.implementation .two-cols{
	/* border-top: 2px solid #dcdcdc;
	padding-top: 24px; */
	margin-bottom: 0px;
}

.phase{
	border-top: 2px solid #dcdcdc;
}
/*
.phases .phase:last-child{
	border-bottom: 2px solid #dcdcdc;
}
*/
h3.title{

color: #454545;
    font-size: 32px;
    font-weight: 400;
    margin-top: 0px;
    text-align: center;




	    margin-top: 15px;
    margin-bottom: 15px;
	background: #ffffff url(img/arrow-bottom.png) no-repeat right 5px top 10px;
}

.site-content h3.title a, 
.site-content h3.title a:focus, 
.site-content h3.title a:visited{
	color: #454545;
    text-decoration: none;
    font-weight: 400;
display: block;
  /*  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black; */
}

.site-content h3.title a:focus{
	color: #454545;
    text-decoration: none;
    font-weight: 400;
}

.news-box a:hover{
	text-decoration: none;
}

b, strong {
    font-weight: 500;
}

.section-pics{
	margin-bottom: 30px;
}

img.element{
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 16px;
	display: block;
}

.location, .implementation, .architecture, .history{
	margin-top: 0px;
}

.show.location, .show.implementation, .show.architecture, .show.history{
	margin-bottom: 100px;
}

.history .one-col:last-child img.element{
display: none;
}

.history p{
margin-bottom: 0px;
}

.phase p{
	text-align: left;
}

.phase{
	padding: 10px 0px 20px 0px;
}

.master-slider {
    background: transparent!important;
}

.history h4{
	text-align: center;
	    line-height: 1.3;
	    margin-bottom: 50px;

font-size: 26px;
font-weight: 400;
line-height: 33px;    
}

.history .one-col p{
color: #454545;
font-size: 20px;
font-weight: 300;
line-height: 30px;
max-width: 670px;
margin-left: auto;
margin-right: auto;
display: block;
}

.architecture .two-col p{
color: #454545;
font-size: 20px;
font-weight: 300;
line-height: 30px;
}

.architecture .two-col p b, .architecture .two-col p strong{
	font-size: 26px;
font-weight: 500;
}

.implementation .two-col p{
	color: #454545;
font-size: 20px;
font-weight: 300;
line-height: 30px;
}

.implementation .two-col p b, .implementation .two-col p strong{
font-weight: 500;
}

.one-cols{
	margin-bottom: 60px;
}

.moving{
	 display: none; 
}

.show .moving{
	display: block; 

}

.show h3.title {
    margin-top: 15px;
    background: #ffffff url(img/arrow-top.png) no-repeat right 5px top 10px;
}

h3.title{
	cursor: pointer;
}


.top-pics{
max-width: 1440px;
margin-left: auto;
margin-right: auto;
display: block;
	}
	
.page-template-template-faq .site-content h2{
	margin-bottom: 50px;
}

.page-template-template-faq .standard-text{
	padding-bottom: 40px;
}

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

.standard-projekt h2{
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 300;
}

.lead h2{
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 300;
}

.medien-content h2{
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 300;
    margin-bottom: 60px;
}

.page-template-template-ladezentrum .lead h2{
    margin-bottom: 60px;
}

.page-template-template-projekt .site-content h4{
	font-size: 26px;
	line-height: 37px;
	margin-bottom: 0px;
}


.page-template-template-kontakt .bottom-part{
    display: block;
}

.page-template-template-kontakt .top-part{
    display: none;
}

.page-template-template-kontakt .single-news h4{
	background: transparent;
}

.page-template-template-kontakt .single-news {
    padding: 16px 0px;
    border-top: 0px solid transparent;
}

hr.active{
    background-color: #dcdcdc;
    border: 0;
    height: 2px;
    margin: 0;
}

.all-news .active.last:last-child{
display: none;
}

.project-section .container {
    border-top: 2px solid #dcdcdc;
}

.single-news ul li{
	margin-left: 0px;	
	margin-right: 100px;
}

.single-news ul li{
    background: url(img/bullet.svg) no-repeat 0px 10px;
    background-size: 12px 12px;
    padding-left: 24px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}

.metaslider .flex-control-nav li {
    float: right;
}

.metaslider .caption-wrap {
    background: rgb(72, 72, 72)!important;
    opacity: 0.7!important;
}

.flex-control-nav {
    bottom: 14px!important;
}

.metaslider .flex-control-nav li a {
    margin: 0px 10px!important;
}

.top-part a:hover{
	text-decoration: none;
}

.metaslider .caption{
	font-size: 20px;
	    font-family: 'Rubik', sans-serif;
	    font-weight: 300;
}


.page-template-template-faq .top-part a, 
.page-template-template-faq .top-part a:focus, 
.page-template-template-faq .top-part a:visited, 
.page-template-template-faq .top-part a:hover{
 pointer-events: none;
  cursor: default;
  text-decoration: none; 
}

.standard-text.section-pics{
	padding-bottom: 0px;
}

body .metaslider .flexslider{
	margin-bottom: 30px;
}

.page-template-template-ladezentrum .standard-text.standard-projekt.section-pics{
	margin-bottom: 0px;
}

.medien-content h3{
	letter-spacing: 0.33px;
    color: #454545;
    text-align: left;
    margin: 0px 0px 4px 0px;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
}

.medien-content p{
text-align: left;
}

.medien-content pre{
    background: transparent;
    font-family: 'Rubik', sans-serif;  
    margin-bottom: 0;
    margin-top: 0px;
    max-width: 100%;
    overflow: visible;
    padding: 0;
        font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #454545;
    margin-top: 30px;
    margin-bottom: 0px;
    white-space: normal;
}

@media screen and (max-width: 1470px) {
.top-pics{
	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;
}



}


@media screen and (max-width: 1349px) {
.site-header .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;
}
}

@media screen and (max-width: 1230px) {
.main-navigation a {
    font-size: 21px;
}

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

.main-navigation #primary-menu li:not(:nth-last-child(3)) {
    margin-right: 30px;
}

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

.main-navigation ul {
    float: right;
        margin-top: 29px;
}

.site-header {
    height: 125px;
}


.site-branding .custom-logo-link {
    margin-top: 0px;
    margin-bottom: 10px;
}

.site-branding .custom-logo-link img{
	height: 115px;
    width: 257px;
}

}

@media screen and (max-width: 1088px) {
.main-navigation li:not(:last-child) {
   /* margin-right: 20px; */
}

.main-navigation #primary-menu li:not(:nth-last-child(3)) {
    margin-right: 20px;
}
	}

@media screen and (max-width: 1054px) {
.site-header .container{
max-width: 100%;
max-width: -webkit-calc(100% - 48px);
max-width: -moz-calc(100% - 48px);
max-width: calc(100% - 48px);
margin-left: auto;
margin-right: auto;
display: block;
}

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



@media screen and (min-width: 992px) {
.slider-tablet, .slider-mobile{
	display: none;
}	

.site-content h3.title a, 
.site-content h3.title a:focus, 
.site-content h3.title a:visited, 
.site-content h3.title a:hover{
 /* pointer-events: none;
  cursor: default;
  text-decoration: none; */
  color: #454545;  
}


}


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


.top-pics{
    overflow: hidden;
    height: 370px; 
}

.page-template-template-aktuelles .top-pics, 
.page-template-template-medien .top-pics{
    display: none; 
}

.page-template-template-impressum-datenschutz .top-pics{
    overflow: visible;
    height: 1px; 
}

.page-template-template-kontakt .top-pics{
    overflow: visible;
    height: 1px; 
}

.master-slider-parent, 
.ms-inner-controls-cont, 
.master-slider, 
.ms-container, 
.ms-view, 
.ms-slide-container, 
.ms-slide, 
.ms-slide-bgcont{
	overflow: hidden;
    height: 370px!important; 
}

.top-pics img{
width: auto!important;
max-width: none!important; 
height: 370px!important;
margin-left: auto;
margin-right: auto;
display: block;
}

.page-template-template-faq .top-pics img{
margin-left: -50%;
}

.page-template-template-aktuelles .top-pics img, 
.page-template-template-medien .top-pics img{
margin-left: -50%;
}

.page-template-template-projekt .top-pics img{
margin-left: -50%;
}


.slider-desktop{
	display: none;
}

.main-navigation #primary-menu li:not(:nth-last-child(3)) {
    margin-right: 11px;
}



.site-branding {
    width: 260px;
    float: left;
}



.main-navigation {
    width: 100%;
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
}

.main-navigation a {
    font-size: 17px;
}

.main-navigation #menu-header-menu a {
    font-size: 16px;
    line-height: 19px;
}

.site-header {
    height: 85px;
}


.site-branding .custom-logo-link {
    margin-top: 0px;
}

.site-branding .custom-logo-link img{
	height: 71px;
	width: 160px;
}


.site-branding .custom-logo-link {
  /*  margin-top: 32px; */
          margin-top: 0px;
}

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

.main-navigation ul#menu-header-menu {
    margin-top: 10px;
}

.ms-skin-light-3 .ms-nav-prev {
    width: 25px!important;
    height: 44px!important;
}

.ms-skin-light-3 .ms-nav-next {
    width: 25px!important;
    height: 44px!important;
}


.ms-skin-light-3 .ms-bullet{
	    width: 14px!important;
    height: 14px!important;
}

.ms-skin-light-3 .ms-bullet.ms-bullet-selected{
	    width: 14px!important;
    height: 14px!important;
}

.ms-skin-light-3 .ms-bullet{
	margin: 0px 5px!important
}








.flex-direction-nav .flex-prev {
  width: 25px!important;
    height: 44px!important;
}

.flex-direction-nav .flex-next {
  width: 25px!important;
    height: 44px!important;
}

.metaslider .flexslider .flex-control-nav a{
    width: 14px!important;
    height: 14px!important; 
}

.metaslider .flexslider .flex-control-nav a.flex-active{
    width: 14px!important;
    height: 14px!important;
}



.metaslider .flex-control-nav li a{
	margin: 0px 5px!important;
}
	}



@media screen and (min-width: 768px) {
.main-navigation li.menu-item-228{
display: none;
}

.main-navigation li.menu-item-227{
display: none;
}

.main-navigation li.menu-item-799{
    display: none;
}

.slider-mobile{
	display: none;
}
}


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

.site-main ul li {
    background: url(img/bullet.svg) no-repeat 0px 5px;
    background-size: 10px 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 40px;
}

.site-content ul {
    margin-bottom: 5px;
}

.masonry{
    display: block;
    grid-column-gap: 0px;
    grid-template-columns: none;
}

.page-template-template-ladezentrum .lead h2 {
    margin-bottom: 20px; 
}


.medien-content pre{
    font-size: 15px;
    line-height: 20px;
}

.metaslider .caption{
	    font-size: 15px;
	    font-family: 'Rubik', sans-serif;
	    font-weight: 300;
}

.has-pic-pic{
float: left;
width: 33.3333%;
}

.has-pic-text{
float: right;
width: 66.6666%;
}

.page-id-203 .site-content h2{
    font-size: 18px;
    line-height: 20px;
}

.page-id-201 .site-content h2{
    font-size: 18px;
    line-height: 20px;
}


.single-news ul li{
	margin-left: 0px;	
	margin-right: 40px;
}

.single-news ul li{
    background: url(img/bullet.svg) no-repeat 0px 5px;
    background-size: 10px 10px;
    padding-left: 20px;
    margin-bottom: 10px;
}


.site-content h3.big{
    font-size: 18px;
    line-height: 20px;
}


.show.project-section{
    margin-bottom: 40px;
}

.show.location, .show.implementation, .show.architecture, .show.history {
    margin-bottom: 40px;
}


.top-pics {
    margin-bottom: 30px;
}

.page-template-template-kontakt .site-footer {
    margin-top: 220px;
}

.page-template-template-impressum-datenschutz .site-footer {
    margin-top: 220px;
}



.single-news.carromod{
	margin-bottom: 30px;
}



.slider-tablet{
	display: none;
}

#nav_menu-3{
	display: none;
}

.menu-item-21 br{
display: none;
}

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


.site-header .container{
	max-width: 100%;
	width: 100%;
}

.main-navigation li{
    margin-right: auto;
    margin-left: auto;
    float: none;
    width: 100%;
}

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

.flex-direction-nav .flex-prev {
left: 12px!important;
}

.flex-direction-nav .flex-next {
right: 12px!important;
}

.flex-control-nav {
    bottom: 3px!important;
}

.two-col {
    width: 100%;
    float: none;
    margin-bottom: 17px;
}

.two-col:not(:last-child) {
    margin-right: 0px;
}

.implementation .one-three-col{
	font-size: 16px;
		line-height: 24px;
}

.implementation .two-three-col{
	font-size: 16px;
		line-height: 24px;
}

.site-content p{
font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}

.site-content ol li{
font-size: 15px;
	line-height: 20px;
}

.site-content ul li{
font-size: 15px;
	line-height: 20px;
}


.history h4{
font-size: 15px;
	line-height: 20px; 
}

.history .one-col p{
	font-size: 15px;
	line-height: 20px;
	margin-bottom:15px;
}

.architecture .two-col p{
font-size: 15px;
	line-height: 20px;
	margin-bottom:15px;
}

.architecture .two-col p b, .architecture .two-col p strong{
		font-size: 15px;
	line-height: 20px;
}

.implementation .two-col p{
font-size: 15px;
	line-height: 20px;
	margin-bottom:15px;
}



.site-content h1{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 20px;
}

.site-content h2, .footer-top h2{
	font-size: 30px;
}

.standard-projekt h2 {
    font-size: 15px;
	line-height: 20px;
}

.lead h2 {
    font-size: 18px;
	line-height: 22px;
}

.page-id-203 .site-content .lead h2 {
    font-size: 18px;
	line-height: 22px;
}

.medien-content h2{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

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

.site-branding .custom-logo-link {
    margin-top: 0px;
}


.page-template-template-projekt .site-content h4{
	font-size: 18px;
line-height: 20px;
margin-bottom: 10px;
}

.page-template-template-kontakt .parabutton h3{
	font-size: 18px; 
	line-height: 20px; 
}

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

.menu-main-menu-container {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 85px;
    z-index: 99999;
}

.main-navigation {
    width: 100%;
    background: #fff;
}

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

.site-branding {
    width: auto;
    float: none;
}

.main-navigation ul {
    padding-top: 0px;
    background: #fff;
    padding-bottom: 10000px;
}

.site-header {
    height: 85px;
}

button.menu-toggle {
    width: 40px;
    height: 30px; 
    display: block;
    text-indent: -9999px;
    border: 0px solid transparent;
    border-radius: 0px;
    line-height: normal;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 27.5px;
    padding: 0;
    margin: 0;
    background: url(img/burger-menu.png) no-repeat;
       background-size: 100% 100%;
}

.toggled button.menu-toggle{
	background: url(img/burger-menu-close.png) no-repeat;
	    background-size: 100% 100%;
}

.site-branding a{
	margin-left: 24px;
}

.main-navigation a{
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;
	color: #454545;
text-align: center;
font-weight: 300;
font-size: 22px;
height: 60px;
line-height: 60px;
border-bottom: 1px solid #dcdcdc!important;
}

.news-box {
margin: 0 0 8px;
}



.main-navigation li:first-child a {
    border-top: 1px solid #dcdcdc;
}

.main-navigation li.current_page_item a {
    border-bottom: 1px solid #dcdcdc;
    background: #edebe8;
}

.main-navigation li a:hover {
   border-bottom: 1px solid #dcdcdc;
}

.standard-text{
	padding: 30px 0px;
}

.site-content h1{
	margin-bottom: 20px;
}

.home .site-content h1{
	margin-bottom: 20px;
}

.home-news {
padding: 0px 0px 70px;
}

.page-template-template-impressum-datenschutz .site-content h1{
	margin-bottom: 20px;
}

.section-pics {
    margin-bottom: 15px;
}

body .metaslider .flexslider{
	margin-bottom: 15px;
}

.location .two-cols {
    margin-bottom: 30px;
}

.architecture .two-cols {
    margin-bottom: 30px;
}

.location .two-cols{
    margin-bottom: 30px;
}

.implementation .two-cols{
    margin-bottom: 60px;
}

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

.date{
	font-size: 15px;
	line-height: 20px;
}

.site-content h3 br{
	display: none;
}

.one-three-col {
    width: 110px;
    float: left;
}

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

.implementation .two-three-col{
	line-height: 26px;
}

.implementation .one-three-col{
	line-height: 26px;
}

h3.title {
    background: #ffffff url(img/arrow-bottom.png) no-repeat right 5px top 10px;
    background-size: 24px 10px;
font-size: 18px; 
line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.project-section .container {
    border-top: 1px solid #dcdcdc;
}

.single-news {
    border-top: 1px solid #dcdcdc;
}

hr.active {
    background-color: #dcdcdc;
    height: 1px;
}

.page-template-template-faq .single-news{
	padding: 12px 0px;
}

.page-template-template-faq .single-news h4{
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 20px;
}

.page-template-template-projekt section h2{
font-size: 18px;
line-height: 20px;
}

.page-template-template-faq .all-news {
    margin-bottom: 15px;
}

.all-news h4{
	font-size: 15px;
	line-height: 20px;
}

.page-template-template-aktuelles .all-news h3, 
.page-template-template-medien .all-news h3{
	font-size: 15px;
	line-height: 20px;
}

.page-template-template-faq .site-content h2 {
    margin-bottom: 30px;
}

.show h3.title {
    background: #ffffff url(img/arrow-top.png) no-repeat right 5px top 10px;
    background-size: 24px 10px;
}

.news-box{
	background: #ffffff url(img/arrow.png) no-repeat right 15px top 31px;
	background-size: 20px 37px;
}

.ms-bullets {
    bottom: 12px!important;
}

.ms-skin-light-3 .ms-nav-next{
	right: 12px!important;
}

.ms-skin-light-3 .ms-nav-prev{
	left: 12px!important;
}

.inside {
padding: 5px 50px 10px 15px;
}

img.element{
height: 40px;
margin-top:6px;
margin-bottom:6px;
}

.history .one-col p{
	margin: 0px;
}

.masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}

.site-content h1 br{
	display: none;
}



.page-template-template-faq .single-news h4{
    background: #ffffff url(img/arrow-bottom.png) no-repeat right 5px top 5px;
    background-size: 24px 10px;
    padding-right: 46px;
}

.page-template-template-faq .carromod.single-news h4{
    background: #ffffff url(img/arrow-top.png) no-repeat right 5px top 5px;
    background-size: 24px 10px;
}



.page-template-template-kontakt .single-news h4{
   /* background: #ffffff url(img/arrow-bottom.png) no-repeat right 5px top 0px;
    background-size: 37px 14px; */

background: none;

    padding-right: 46px;
}

.page-template-template-kontakt .carromod.single-news h4{
  /*  background: #ffffff url(img/arrow-top.png) no-repeat right 5px top 0px;
    background-size: 37px 14px; */

    background: none;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 2px;
    border: 3px solid #dcce9d;
    height: 22px;
    width: 22px;
    top: 2px;
    left: 0px;

}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
    display: block;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\00D7';
    border-radius: 100%;
    height: 22px;
    line-height: 22px;
    width: 22px;
    top: 2px;
    left: 0px;
    visibility: hidden;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.wpcf7-list-item-label{
	/* min-height: 40px; */
}

.wpcf7-form .wpcf7-checkbox label {
    height: 1px;
    line-height: normal;
}

.wpcf7-list-item-label{
	margin-top: -15px;
}

.page-template-template-aktuelles .single-news .inn, 
.page-template-template-medien .single-news .inn{
	background: #ffffff url(img/arrow-bottom.png) no-repeat right 5px top 10px;
    background-size: 24px 10px;
padding-right: 0px;
cursor: pointer;
display:table-cell;
}

.page-template-template-medien .single-news .inn{
background: transparent;
}

.page-template-template-aktuelles .single-news.carromod .inn, 
.page-template-template-medien .single-news.carromod .inn{
	background: #ffffff url(img/arrow-top.png) no-repeat right 5px top 10px;
    background-size: 24px 10px;
padding-right: 0px;
cursor: pointer;
display:table-cell;
}

.page-template-template-aktuelles .single-news.carromod .inn .parabutton .date, 
.page-template-template-medien .single-news.carromod .inn .parabutton .date{
padding-right: 46px;	
}

.page-template-template-kontakt .map {
    margin-top: 40px;
}

.footer-bottom .col-sm-6 {
    width: 50%;
    float: left;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
    /* border: 3px solid red; */
    margin-left: 35px;
    font-size: 15px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
    margin-left: 0px;
    padding-left: 30px;

}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 input[type="range"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="week"], .wpcf7 input[type="time"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="color"]{
	font-size: 15px;
}

.wpcf7 input[type="submit"]{
	font-size: 15px;
}

.page-template-template-kontakt .site-main .standard-text, 
.page-template-template-faq .site-main .standard-text{
padding-bottom: 0px;
}

.site-content h4{
font-size: 18px;
line-height: 20px;
margin-bottom: 10px;
}

.footer-bottom ul li{
	font-size: 15px;
}

.footer-bottom ul li:not(:last-child) {
    margin-right: 15px;
}

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

.top-pics{
    max-width: 100%;
    max-width: -webkit-calc(100% - 24px);
    max-width: -moz-calc(100% - 24px);
    max-width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0px;
}

.site-branding a{
    margin-left: 12px;
}

.page-template-template-faq .top-pics{
display: none;
}


@media screen and (max-width: 550px) {
/*
.has-pic-pic {
    float: none;
    width: 100%;
    margin-top: 8px;
}

.has-pic-pic img{
	max-width: 33%;
}

.has-pic-text {
    float: none;
    width: 100%;
}
*/

.in-text {
    padding-left: 8px;
}
}

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


.single-news ul li{
	margin-left: 10px;	
	margin-right: 20px;
}

.site-main ul li {
	    background: url(img/bullet.svg) no-repeat 0px 5px;
    background-size: 10px 10px;
    padding-left: 20px;
    margin-bottom: 10px;
	margin-left: 0px;	
	margin-right: 20px;
}

.single-news ul li{
    background: url(img/bullet.svg) no-repeat 0px 5px;
    background-size: 10px 10px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.footer-bottom .col-sm-6 {
    width: 100%;
    float: none;
}

.footer-bottom ul{
	float: left;
}

.footer-bottom ul li:not(:last-child) {
    margin-right: 13px;
}

.top-pics{
    overflow: hidden;
    height: 200px; 
}

.page-template-template-impressum-datenschutz .top-pics{
    overflow: visible;
    height: 1px; 
}

.master-slider-parent, 
.ms-inner-controls-cont, 
.master-slider, 
.ms-container, 
.ms-view, 
.ms-slide-container, 
.ms-slide, 
.ms-slide-bgcont{
	overflow: hidden;
    height: 200px!important; 
}

.top-pics img{
width: auto!important;
max-width: none!important; 
height: 200px!important;
margin-left: 0%!important;
}
}

@media screen and (max-width: 350px) {
.site-branding img {
   max-width: 190px;
}

.top-pics {
    margin-bottom: 0px;
}
}	