/*
Theme Name: MOLITOR
Theme URI: ''
Author: AGENTUR SEELAND team
Author URI: https://agentur-seeland.de/
Description: MOLITOR is a specific Theme for MOLITOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: as

*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size:100%;
	font-family: 'Open Sans';
}
@media(min-width:1600px){
	html {font-size:112.5%;}/**/
}
* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:none;
	outline:none;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

b,
strong, .bold {
	font-weight: 700;
}

small, .small {
	font-size: 87.5%;
}
smaller, .smaller {
	font-size: 93.75%;
}
normal, .normal {
	font-weight:normal;
	font-size:1rem;
}
bigger, .bigger {
	font-size:106.25%;
}
big, .big {
	font-size:112.5%;
}

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

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

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

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

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

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

input[type="checkbox"], 
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.375em;
	padding: 0;
	font-size: 1.5em;
	width: 1em;
	height: 1em;
	vertical-align: -0.1875em;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.search-submit:before {
	display: inline-block;
	font-family: "Genericons";
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */
body,
button,
input,
select,
textarea {
	font-family:'Open Sans', arial, sans-serif;
	font-size: 1rem;
	font-weight:400;
	line-height:1.6;
	color:rgb(57,75,83);
	text-align:left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1 {
	font-family: 'Roboto';
	font-weight: 700;
	line-height:1.2125;
	text-rendering: optimizeLegibility;
	/*hyphens: auto;*/
	color: rgb(3,24,54);
	position:relative;
}

h1, .h1 {
	font-size: 2.5rem;
	line-height: 1.2 !important;
	margin-bottom: 0.75em;
}
h1 + *, .h1 + *, h2.h1 + * {
    margin-top: 1.5rem !important;
	
}
h2, .h2 {
    font-size: 2.25em;
	line-height:1.15;
}
* + h1,
* + h2 {
	margin-top:1.5em !important; 
}
h2 + *, .h2 + *, h3.h2 + * {
	margin-top:1.5rem !important; 
}
h3, .h3 {
	font-size:1.125em;
	color:inherit;
}
h3 + *{
	margin-top:1rem !important;
}
* + h3, p + h3 {
    margin-top: 1.5em !important;
   	margin-bottom: 1em;
}
h3 {
    margin-bottom: 1.5em;
}
@media(max-width:767px){
	h1, .h1 {
		font-size:2.125em;
	}
	h2, .h2 {
		font-size:1.875em;
	}
	h3 {
		font-size:1.125em;
	}
}
@media(max-width:599px){
	h1, .h1 {
		font-size:2em;
	}
	h2, .h2 {
		font-size:1.75em;
	}
	h3 {
		font-size:1.125em;
	}
}
h1.top, .h1.top,
h2.top, .h2.top{
	margin:-2rem auto 1rem;
}
p {
	margin:0;
	font-size:1em;
}
p + *, ul + *, ol + * {
	margin-top: 1em !important;
}

.nowrap {
	white-space:nowrap;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #3d3d3d;
	border-left-width: 0.25em;
	color: #686868;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.5;
	margin: 1.75em 0 1.75em;
	padding: 0 0 0 1.25em;
}

blockquote,
q {
	quotes: none;
}

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

blockquote p + * {
    margin-top: 1.25em !important;
}

blockquote cite,
blockquote small {
	color: #3d3d3d;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Courier, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.fleft {
	float:left;
}
.fright, .col.fright {
	float:right;
}
.fnone {
	float:none;
}
.dtable {
	display:table;
}
.dcell,
.dtable > * {
	display:table-cell;
	vertical-align: top;
}
.dtable > * {
	display:table-cell;
}
.drow,
.dtable > .drow {
	display:table-row;
}
.dnone, .hide {
	display:none !important;
}
.white {
	color:#ffffff !important;
}
/**
 * 4.0 - Elements
 */

html {
	
}


body {
	background-color:rgb(255,255,255);
	overflow-x:hidden;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
	clear:both;
}

ul,
ol {
	margin: 0 0 0 1.25em;
	padding: 0;
}

ul {
	list-style: square;
	list-style-type: square;
}
ul ul {
	list-style:none;
}
ul ul li:before {
	content:"–";
	margin-left:-1em;
	width:1em;
	display:inline-block
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}
ol li {
	margin:1em 0;
}

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 2em auto;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.5em;
}
table.dotted {
	border-style:solid none solid none;
}
table.dotted tr td {
	border-style:dotted dotted dotted dotted;
}
table.dotted tr >:first-child {
	border-style:dotted dotted dotted none;
	padding-left:0.25em;
}

table.dotted tr >:last-child {
	border-style:dotted none dotted dotted;
	padding-right:0;
}
table.dotted tr:last-child > * {
	border-bottom-style:solid !important;
}
table.strip tr:nth-child(2n) > * {
    background-color: rgba(57,75,83,0.0625);
    border-bottom-style: none;
    border-top-style: none;
}
table.strip tr:not(:last-child):nth-child(2n-1) > * {
    border-top-style: none;
    border-bottom-style: none;
}
table.strip tr:hover,
table.strip tr:focus,
table.dotted tr:hover,
table.dotted tr:focus {
    background-color: rgba(255,201,0,0.0625);
}
table.dotted caption,
table.strip caption {
    padding: 1em 0 0.5em 0;
    color: rgb(3,24,54);
    font-weight: 900;
    font-size: 2em;
    text-transform: uppercase;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: "Open Sans", Arial, sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: "Open Sans", Arial, sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: "Open Sans", Arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
}
.white ::-moz-placeholder {
    color: #ffffff;
}
.white ::-webkit-input-placeholder {
    color: #ffffff;
}

.white ::-ms-placeholder {
    color: #ffffff;
}

.white ::placeholder {
    color: #ffffff;
}



/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.5em 2em 0.5em 0;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: rgb(255,201,0);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,select {
	background-color: transparent;
	border: 1px solid rgba(3,24,54,0.8);
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
	font-weight: 500;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: rgba(31,102,130,0.05);
	border-color: #007acc;
	color: #3d3d3d;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

.form-row {
	width:100%;
	margin:0 auto;
	float:left;
	text-align:left;
}
.form-row .col * {
	text-align:left;
}
.form-row .col {
	padding:0em;
}
.form-row label {
	font-weight: 300;
	margin-top: 1em;
	display: block;
	text-transform: uppercase;
	padding-left: 1em;
	font-size: 0.875em;
	margin-bottom: 0.125em;
}

/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: inherit;
	text-decoration: none;
}
.ancor {
    margin-top: -5rem;
    position: absolute;
}
/*
.box a {
	color:inherit;
}
.box a:hover,
.box a:focus
.box a:active {
	text-decoration:underline;
}
*/
a:hover,
a:focus,
a:active {
	/*color: rgb(9, 91, 166);*/
}

a:focus {
	outline: 0;
}

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

a,
input,
textarea {
	transition:all 300ms ease 0ms;
}

/**
 * 6.2 - Menus
 */


.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	content: "";
	height: 3rem;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 3rem;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	content: "\f431";
	font-size: 2.25rem;
	top: -0.125rem;
	position: relative;
	width: 3rem;
	display: table-cell;
	height:100%;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}




.post-navigation {
	border-top: 4px solid #3d3d3d;
	border-bottom: 4px solid #3d3d3d;
	clear: both;
	font-family: "Open Sans", Arial, sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #3d3d3d;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #777;
}

/**
 * 6.2 - PAGINATIONS
 */

/**  Page Pagination (Numbers at top/bottom) **/
.navigation.pagination {
    font-size: 1em;
    line-height: 1;
    padding: 4rem 0.5rem;
    text-align: center;
    margin: 0 auto;
	clear: both;
}
.navigation.pagination .page-numbers {
	padding: 0.625em 0.625em;
	margin: 0 0.5vw;
	text-decoration: none;
	display: inline-block;
	height: 2.425em;
	min-width: 2.5em;
	line-height: 1;
	text-align: center;
	font-size: 0.875em;
	color: rgb(3,24,54);
	border: solid 1px rgba(57,75,83,0.6);
}
.navigation.pagination .page-numbers.current {
	background-color: rgb(3,24,54);
	color: rgb(255,255,255);
	font-weight: bold;
}
@media(max-width:600px){
	.navigation.pagination {
		margin: 0 -2rem;
	}
}
.prev.page-numbers::before, .next.page-numbers::before {
	content: url(/wp-content/themes/molitor/images/icon_left_black.svg);
	position: absolute;
	top: 0.625em;
	left: -0.125em;
	color: rgb(100,94,89);
}
.next.page-numbers::before {
	content: url(/wp-content/themes/molitor/images/icon_right_black.svg);
}
.prev.page-numbers span, .next.page-numbers span {
    display: block;
    text-indent: -500vw;
}
.prev.page-numbers, .next.page-numbers {
	position: relative;
	border: none !important;
}

/****/

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */
.screen-reader-text {
	display:none;
}

/* Text meant only for screen readers */
x

/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-main > article:before,
.site-main > article:after,
.main-menu:before,
.main-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-main > article:after,
.main-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/*** EDIT-LINK ***/
.edit-link:before {
	content:none !important;
}
.edit-link {
	float: right;
	position: relative;
	opacity: 0.2;
	z-index: 100;
	transform: translate(0.75em, -0.5em);
	height:0;
}
.edit-link:hover,
.edit-link:focus {
	opacity:1;
}
.edit-link:hover:before,
.edit-link:focus:before {
	content:'Inhalt bearbeiten';
	background-color:orange;
}
.post-edit-link::before {
	content: url(images/icon_edit.png);
	margin: 0.125em 0 -0.125em;
	position: absolute;
	right: 0;
	width: 28px;
	text-align: center;
	vertical-align: middle;
	height: 28px;
	border-radius: 14px;
	transition:background 150ms ease 0s;
}
.post-edit-link:hover::before,
.post-edit-link:focus::before {
	background: lightblue;
}
.post-edit-link > * {
	display:none;
}
.edit-link + * {
	margin-top: 0 !important;
}

/**
 * 10.0 - Widgets
 */



/*****************************************
*******  LAYOUT **********
*****************************************/
/**
 * 11.0 - Content
 */


.site {
	/*max-width:1600px;*/
	margin:auto;
}

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

.site-main {
	word-wrap: break-word;
}

.site-main > :last-child {
	margin-bottom: 0;
}
.page {
	min-height:30rem;
}
.content {
    margin: auto;
    max-width: 60rem; /*16/964px;*/
    position: relative;
}
.small-content .content,
.small-content {
    max-width: 48rem; /*45 = 16/720px*/ /*48 = 16/768px*/
}
.center .small-content .content,
.center .small-content,
.center.small-content {
    margin-left:auto;
	margin-right:auto;
	float: none;
	clear: both;
}
.section.full > .content,
.section.full-content > .content{
	max-width:none;
}

.col {
	float:left;
	width:100%;
}
.span1-1 {
	width:100%;
}
.span1-2 {
	width:50%;
}
.span1-3 {
	width:33.333%;
}
.span2-3 {
	width:66.666%;
}
.span1-4 {
	width:25%;
}
.span3-4 {
	width:75%;
}
.clearer {
    clear: both;
    height: 0 !important;
    margin: 0 !important;
}

.single article {
	margin-bottom:2rem !important;
}

.multicol {
	margin: 0 -0.5rem;
}
.innercol {
    margin: -1rem;
	clear:both;
}
.nopadding .innercol {
	margin:0;
}
.multicol > .col > .box {
    margin: 0.5em;
    padding: 2rem;
}

.multicol > .col.shadow > .box,
.innercol > .col.shadow > .box {
    box-shadow: 0 0 10px #000;
}
.innercol > .col > .box {
    margin: 0.5em;
    padding: 0.5em;
}
.col.empty > .box,
.col.blanc  > .box,
.parallax.empty .box {
	background-color:transparent;
	box-shadow:none;
	padding:0 !important;
}
.nopadding, .nopadding .box{
	padding:0 !important;
}
.nopadding .multicol > .col > .box,
.nopadding .multicol > .col > .box .wpb_content_element {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.nopadding-top, .nopadding-top .box {
	padding-top:0 !important;
}
.nopadding-bottom, .nopadding-bottom .box {
	padding-bottom:0 !important;
}
.nopadding-left, .nopadding-left .box {
	padding-left:0 !important;
}
.nopadding-right, .nopadding-right .box {
	padding-right:0 !important;
}

.vc_grid.vc_row .vc_grid-item {
    float: left !important;
    min-height: 0;
}



section, .section {
	clear:both;
	max-width: none;
	padding-bottom:2rem;
	padding-top:2rem
}
.multicol + .col .box > h1:first-child {
    margin-top: -10px;
}

/** Tile **/
.tile .innercol .col .box .clearer {
    margin:0;
    padding-top:100%;
    max-height:30em;
    position:absolute;
}
.tile .multicol {
    margin:0;
}
.tile .multicol > .col > .box,
.tile.innercol {
    display: table;
    margin: auto;
    padding: 0;
    width: 100%;
}
.tile .innercol {
    display: table-row;
    float: none;
    margin: 0;
    width: 100%;
}
.tile .innercol > .col,
.tile.innercol > .col {
    display: table-cell;
    float: none;/**/
	vertical-align: top;
    background-position:center;
    background-size:cover;
	background-repeat:no-repeat;
	min-height:420px;
	position:relative;
}

.tile .innercol .col .box,
.tile.innercol > .col .box {
   float: none;
    margin: 1em auto 2em;
    padding: 4rem !important;
    max-width: 800px;
}
@media(max-width:767px){
	.tile .innercol > .col,
	.tile.innercol > .col {
        display: inline-block;
		min-height:0;
    }
	.tile .innercol .col .box,
	.tile.innercol > .col .box {
		padding: 3rem 2rem 3rem !important;
		max-width:none;
		min-height:250px;
	}
}
.tile .innercol > .col {
    background-color:rgb(247,247,247);
	position:relative;
}
.tile .innercol:nth-child(1) > .col:nth-child(1) {
    background-color:rgb(247,247,247);
}
.tile .innercol:nth-child(1) >  .col:nth-child(2) {
    background-color:rgb(247,247,247);
}

.tile .innercol:nth-child(2) > .col:nth-child(1) {
    background-color:rgb(247,247,247);
}
.tile .innercol:nth-child(2) >  .col:nth-child(2) {
    background-color:rgb(247,247,247);
}
@media(max-width:767px){
	.tile h2 {
		font-size:1.75em !important;
		hyphens:auto !important;
		-webkit-hyphens: auto;
	}
	.tile .link_big.fright {
		float:none
	}
	
}


.lead p, p.lead {
    font-size: 1.25em;
	font-weight: 300;
}


/* Button */

div.button,
.content .vc_btn3-container {
    display: inline-block;
    /*margin-bottom: 2em;*/
	margin-bottom:0em;
	margin-top:2em !important;
    max-width: 100%;
}
div.button,
div.button a {
    transition:all 300ms ease 0ms;
	overflow:hidden;
}
div.button a, .content .vc_btn3-container > a.vc_btn3 {
	border-color: rgba(57,75,83,0.6);
	background-color: transparent;
	color: rgb(57,75,83);
	border-style: solid;
	border-width: 1px;
	border-radius: 0;
	font-size: 0.75em;
	padding: 0.875em 2em;
	display: inline-block;
	white-space: nowrap;
	font-weight: 600;
	font-family: 'Roboto';
	line-height: 1;
	position:relative;
}
div.button.white a,
.white div.button a,
.white .vc_btn3-container > a.vc_btn3 {
    border-color:rgb(255,255,255);
	border-color:rgba(255,255,255,0.5);
	background-color:transparent;
	color:rgb(255,255,255);
}
div.button a:hover,
div.button a:focus {
    /*background-color: rgb(255,201,0);
    color: rgb(255,255,255);*/
    text-decoration: none;
	text-indent: 300%;
	background-color: rgba(255,255,255,0.5);
}
div.button a:hover::before,
div.button a:focus::before {
	transform: translatex(0);
}
div.button a::before, 
div.button a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent url(/wp-content/themes/molitor/images/icon_right_black.svg) no-repeat center / 4em auto;
	transform: translatex(-75%);
	transition: all 200ms cubic-bezier(1,-0.47,.58,1.19) 0s;
}
div.button.panorama {
	margin: 0;
}
div.button.panorama a {
	font-size: 1.125em;
	background: rgb(255,255,255);
}

/*** LINKS STYLE ***/
.link_big {
	font-weight: 800;
    text-transform: uppercase;
    display: block;
    padding: 0.75em 0 0.75em 0em;
	letter-spacing: 0;
	font-size:1.125em;
}
.link_big.email::before {
    content: url(/wp-content/themes/molitor/images/icon_mail.png);
    position: absolute;
	margin-left: -3.5em;
	margin-top: -0.325em;
	width: 3em;
}
.link_big.phone::before {
	content: url(/wp-content/themes/molitor/images/icon_phone.png);
	position: absolute;
    margin-left: -3.5em;
    margin-top: -0.5em;
    width: 3em;
    padding-left: 0.5em;
}

/*** more-link **/
a.more-link,
a.more_link {
    display:block;
    width:auto;
    margin-top:0.5em;
	font-weight:800;
	font-size:1em;
	text-transform:uppercase;
	text-decoration:none !important;
}
a.more-link::after,
a.more_link::after {
    content: "\e80c";
    font-family: "web-icon-digbees";
    margin-left: 0.75em;
    font-weight: normal;
}

/** vers. links **/
a.pdf:before,
a[href*=".pdf"]:before{
    content: url("/wp-content/themes/molitor/images/icon_pdf.svg");
    font-weight: bold;
    left: -0.25em;
    position: absolute;
    margin-top: -0.25em;
	width: 2.25em;
	height:3rem;
}

.white a.pdf:before,
.white a[href*=".pdf"]:before,
a.white.pdf:before,
a.white[href*=".pdf"]:before {
    content: url("/wp-content/themes/molitor/images/icon_pdf_white.svg");
}
a.pdf,
a[href*=".pdf"]{
    display: block;
	font-weight: bold;
	margin: 0.5em 0 !important;
	min-height: 3em;
	padding: 0.75em 1em 0em 3em;
	position: relative;
	border-bottom:none !important;
}
/*CUSTOM COLLORS*/
.bggrey {
	background:rgb(156,165,169);
}
.bgdarkgrey {
	background:rgb(57,75,83);
}
/** submenue **/
#navinline {
    margin: 4em auto 2em;
    max-width: 500px;
    height: 1.5em;
}
#navinline > div {
	width: 30%;
	text-align: center;
	font-size: 1.125em;
	margin: 0 1%;
}
#navinline > div a {
	width:100%;
}

#navinline > div a.active {
	background-color:rgba(57,75,83,0.2);
}

@media(max-width:450px){
	#navinline {
		margin: 3rem -2rem;
		width: 100vw;
	}
}

/** PARALLAX **/
.parallax {
    position: relative;
    width: 100%;
	overflow:hidden;
	background-size:cover;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.parallax.empty {
    margin: 0 auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
	padding-top:46.25%;
	max-height:700px;
	min-height:25rem;
}
@media (max-width:999px) {
	.parallax {
		/*background-size:120%;*/
		background-attachment:scroll;
		background-position:50% 40% !important;
	}	
}
/*.parallax > .content {
	position: absolute; height: 100%; width: 100%; bottom: 0px; max-width: none;
}*/
.content.wpb_button, .content .wpb_content_element, .content ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0px;
}


/**
 * 11.1 - Header
 */

.site-header {
    position: relative;
    z-index: 1000;
}
.toggled-on .site-header .site-header-menue-wrapper {
	position: fixed;
	margin-top: 0;
	box-shadow: 0 0.025rem 0.25rem #333;
	background: rgb(3,24,54) url("images/LOGO_MOLITOR_white_neu.svg") no-repeat scroll 3vw 1rem / 3.5em auto;
	font-size: 1em;
	z-index:10000;
}

.site-header {
	display: block;
	position:relative;
	height:100%;
}
.site-header .content {
	max-width: 1600px;
    transition: all 500ms ease 200ms;
}
@media(max-width: 1700px) {
	.site-header .content {
		max-width:1400px;
	}
}
@media(max-width: 1500px) {
	.site-header .content {
		max-width:1200px;
	}
}
@media(max-width: 1300px) {
	.site-header .content {
		max-width:1100px;
	}
}


/** LOGO **/
.logo {
    background: rgb(255,255,255) url("images/LOGO_MOLITOR_neu.svg") no-repeat scroll center 50% / 80% auto;
    height: 8.6112rem;
	top:0rem;
    position: absolute;
	left:0.5rem;
    width:7.5rem;
    z-index: 1000;
	transition: all 300ms ease-in 0ms, width 0ms ease 0ms, opacity 300ms ease 0ms;
}

@media (min-width:768px){
	/*.minnav .logo,
	.toggled-on .logo {
		opacity: 0;
		top: -300px;
		transition: opacity 0s ease 0s;
		width: 150px;
	}*/
	
}
@media (max-width:767px){
	.logo::after {
		display:none;
	}
}

.logo-title,
.logo a {
	width:100%;
	height:100%;
	display:block;
}
.logo a span {
	text-indent:-9999px;
	position:absolute;
}


/** HEADER-MENU **/
.site-header-menue-wrapper {
    position: absolute;
    right: 0;
    width: 100%;
	background-color:transparent;
}
.site-header-menue-wrapper > .content {
	padding-left: 8vw;
	padding-right: 5vw;
	box-sizing: content-box;
	max-width: 1200px;
}
.site-header-menu {
	/*background-image: url("images/LOGO_MOLITOR_S-white.svg");
	background-position: 2rem 1rem;
	background-repeat: no-repeat;
	background-size: auto 3rem;*/
	padding-bottom: 5rem;
	padding-top: 5rem;
	top: 0;
	color: inherit;
	transition: all 300ms ease-in 0s;
	font-weight: 300;
	text-align: left;
	display: none;
}
.toggled-on .site-header-menu {
	display: table;
	width: 100%;
	position:relative;
}
.main-menu {
    color: inherit;
    margin: 0 auto !important;
}
.main-navigation {
	font-family: "Roboto", Arial, sans-serif;
	font-weight:900;
	font-size:1em;
	color:rgb(255,255,255);
}
.site-header-menu .addnav .social-wrapper h3 {
	margin-bottom:0.5em;
}
@media(min-width:768px){
	.site-header .site-header-menue-wrapper {
		font-size: 0.125em;
	}
	.main-navigation {
		display: table-cell;
		vertical-align: top;
	}
	.site-header-menu .addnav {
		/* float: right; */
		display: table-cell;
		padding: 0vw 0 0vw 4vw;
		border-left: 0.125em solid;
		position: relative;
		width: 45%;
		font-size: 0.875em;
		vertical-align:bottom;
	}
	.site-header-menu .addnav .adress-wrapper {
		position: absolute;
		top: 0.5em;
	}
	.site-header-menu .addnav .social-wrapper {
		/*position: absolute;
		bottom: 0;*/
	}
}

@media(max-width:767px){
	.site-header-menu .addnav {
		border-top: solid 1px rgb(255,255,255);
	}
	.site-header-menu .addnav > div {
		margin:2em auto;
	}
}

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

.main-navigation li {
    position: relative;
    vertical-align: middle;
}
.main-navigation a {
	color: inherit;
    display: block;
    font-size: 1em;
	font-weight:300;
    line-height: 1;
    margin: 0em;
    outline-offset: -1px;
    padding: 1vmin 2vw 1vmin 0;
	white-space: nowrap;
	cursor: pointer;
}
.main-navigation a span {
    font-size: calc(1.25em + 1.5vw);
}
.main-navigation a span b {
	font-size: calc(100% - 1vw);
	text-transform: uppercase;
	margin-left: 0.5em;
}
.main-navigation ul.main-menu {
	
}

.main-navigation a:hover,
.main-navigation a:focus {
	color:rgb(255,201,0);
	transform: translatex(+1.5em);
}

.main-navigation .current-menu-item > a,
.main-navigation .current-page-ancestor > a {
	font-weight:700;
	color:rgb(255,201,0);;
}
.main-navigation .current-menu-item > a span, 
.main-navigation .current-page-ancestor > a span {
	
}

.main-navigation ul .toggled-on {
	display: block;
    max-height: 90vh;
    overflow-y: auto;
}

.main-navigation .main-menu {
	
}

.main-navigation .menu-item-has-children > a {
	
}
@media(min-width:768px){
	#menu-mainmenu > li:first-child {
		display: none;
	}
}
/** submenu **/

.main-navigation ul ul {
    display: none;
    position: absolute;
	text-transform:none;
	letter-spacing:0;
	text-align:left;
	margin: 0 0.125em;
}

.no-js .main-navigation ul ul {
	display: block;
}
.main-navigation ul ul li {
    float: left;
    width: 100%;
}
.main-navigation ul ul li:before {
    content:none;
}
.main-navigation ul ul li a {
    box-shadow: none;
	border-bottom: 1px solid;
	border-top: 1px solid rgb(255, 255, 255);
	margin:0;
}
.main-navigation ul ul li:first-child a {
    border-top: 1px solid;
}
.main-navigation ul ul li a:hover,
.main-navigation ul ul li a:focus,
.main-navigation ul ul li a:active {
    background-color: rgb(37, 37, 37);
    border-top-color: transparent;
    color: rgb(255, 255, 255);
}

/* menu toggle*/

.menu-toggle {
	background: rgba(0, 0, 0, 0) none no-repeat scroll 0 0;
	border: medium none;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	right: 2rem;
	height: 3rem;
	top: 2.25rem;
	z-index: 1000;
	text-align:center;
}
.menu-toggle:not(.toggled-on)::before {
	content: "";
	position: absolute;
	background-color: rgb(255,255,255);
	opacity: 0.5;
	z-index: -1;
	left: -2em;
	top: -2em;
	right: -2em;
	bottom: -1em;
}
.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	opacity:0.75;
	background: transparent;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}
.menu-toggle .menu-txt {
	font-size: 0.875rem;
	text-transform: none;
	display: block;
	margin-top: 0.5em;
	font-weight: 700;
	font-family: 'Roboto';
}
.menu-toggle.toggled-on .menu-txt {
	visibility: hidden;
}
.menu-toggle .hamburger {
	
}
.menu-toggle .hamburger > div {
	width: 40px;
	height: 3px;
	background-color: rgb(3,24,54);
	margin-bottom: 6px;
	box-shadow: 0 0 2px rgba(255,255,255, 0.5);
	border-radius: 2px;
	transform-origin: 50% 50%;
	transition: all 250ms ease-out 0s;
}
.menu-toggle .hamburger > div:last-child {
	margin-bottom:0;
}
.menu-toggle.toggled-on .hamburger > div {
	background-color: rgb(255,255,255);
}

.menu-toggle.toggled-on .hamburger > div:nth-child(2) {
	opacity:0;
}
.menu-toggle.toggled-on .hamburger > div:nth-child(1) {
	transform: translatey(8.5px) rotate(-135deg);
	height: 2px;
}
.menu-toggle.toggled-on .hamburger > div:nth-child(3) {
	transform: translatey(-8.5px) rotate(-225deg);
	height: 2px;
}

/** Search-FORM **/

/*End : Search-FORM*/

/** STAGE **/
.stage {
	background:rgb(255,201,0);
	position:relative;
	z-index:1;
	height: 56vw;
	height: 100vh;
	min-height: 500px;
	max-height: 900px;
	overflow: hidden;
	padding:0;
	/*max-height: 38vw;
	min-height: 30rem;*/
}

@media(min-width:1024px){
	.stage {
		/*margin-top:-10rem;
		height: 32rem;
		height: 56vh;
		max-height: 40vw;
		min-height: 32rem;*/
	}
}
.stage .stageslider {
	height:100%;
	margin:0;
	padding:0;
}
@media(max-width:767px){
	.stage {
		max-height: 30rem;
		min-height: 0;
	}
}
@media(max-width:499px){
	.stage {
		max-height: 25rem;
		min-height: 0;
	}
}
.stage .slider {
	display:none;
}
.stage .bx-viewport .slider {
	display:block;
}
.stage .stageslider li {
	height:100%;
	width:100%;
}
.stage .bx-wrapper,
.stage .bx-wrapper .bx-viewport,
.stage .bx-wrapper .bx-viewport > ul,
.stage .bx-wrapper .bx-viewport > ul > li {
	height:100%;
}
.stage .bx-wrapper .bx-viewport {
   	overflow:visible !important;
}


.stage .slide {
	background-size:cover;
	background-position:center center;
	opacity:1;
	overflow:hidden;
}
.stage #stageslider .slide > div {
	background-size:cover;
	background-position:center center;
	opacity:1;
	overflow:hidden;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
}
/*SLIDER DRAG/MOVE*/
.slider.drag {
	cursor: grab;
}
.slider.dragmove {
	cursor: grabbing;
}
/**
 * 11.2 - Posts and pages
 */


/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */


/**
 * 11.3 - Post Formats
 */




/**
 * 11.4 - Comments
 */


/**
 * 11.5 - Sidebar
 */

.sidebar {
	
}


/**
 * 11.6 - Footer
 */

.site-footer {
	background-color: rgb(3,24,54);
	clear: both;
    float: left;
    width: 100%;
	padding:3rem 2rem;
    position:relative;
    color:rgb(255,255,255);
	font-weight:300;
}

.site-footer > .content {
	display:block;
	padding-left:0rem;
	padding-right:0rem;
	max-width:70rem;
	text-align:center;
}

.site-footer-content {
    padding:1rem 0 1rem;
	line-height: 1.75;
	font-size: 0.875rem;
}
.site-footer-content h3, 
.site-footer-content .h3, 
.adress .company,
.social-wrapper h3 {
	font-size: 1.375em;
	margin-bottom: 1.375em;
	display: block;
	font-family: 'Roboto';
	font-weight: 700;
	line-height: 1.2125;
}
.adress .company + br {
	display:none
}

/*.site-footer-content-wrapper {
	
}
.site-footer-content-wrapper > * {
    
}*/
.site-footer .signet-wrapper {
	position:relative;
}

.site-footer .signet {
    box-sizing: content-box;
    padding: 0rem 0 calc(6vw + 2rem);
    margin: auto;
    display: block;
    position: relative;
	width:5rem
}

.site-footer-content .col {
    text-align:left;
}

.site-footer a {
	text-decoration:none;
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
	opacity:0.75;
	color:inherit;
}
.site-footer .signet-wrapper a {
    opacity: 1 !important;
}

.site-footer ul.basic-menu {
	list-style: none;
	margin: calc(1.375em * 1.625 + 1.5em) 0 0 0;
	padding: 0;
	width: 100%;
}
.site-footer ul.basic-menu li {
  		
}

.site-footer-bottom {
    padding:2rem 0 0rem;
	clear:both;
}
.site-footer-bottom.content {
    padding-top: calc(6vw + 2rem);
}

.site-footer .site-info {
	font-size:0.875rem;
	text-align: left;
}
.site-footer .site-info span.site-name {
	padding:0 0.75em;
}

.site-footer .totop {
	margin: -2.75rem auto 1rem;
	display: block;
	/* width: 3.25rem; */
	float: right;
	text-align: center;
	border: solid 1px rgb(255,255,255);
	padding: 0.75em 1.5em;
	cursor: pointer;
}

/*Social-links */
.site-footer .social-wrapper {
	width:30%;
}

ul.social {
	list-style:none;
	margin: 0;
}
.social li:before {
	content:none !important;
}
.social li {
    margin: 0em 1rem 1em 0 !important;
	display:inline-block;
}
.social a {
	display:inline-block;
	width:2.25em;
	height:2.25em;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	opacity:1;
	text-indent: -1000em;
}
.social a:hover,
.social a:focus {
	opacity:0.75;
}
.social a.fb {
	background-image:url('/wp-content/themes/molitor/images/icon_fb.svg');
}
.social a.tw {
	background-image:url('/wp-content/themes/molitor/images/icon_twitter.svg');
}
.social a.in {
	background-image:url('/wp-content/themes/molitor/images/icon_insta.svg');
}
.social a.te {
	background-image:url('/wp-content/themes/molitor/images/icon_te.svg');
}
.social a.yt {
	background-image:url('/wp-content/themes/molitor/images/icon_yt.svg');
}
.social a.contact {
	background-image:url('/wp-content/themes/molitor/images/icon_contact.svg');
}
.social a.telephone {
	background-image:url('/wp-content/themes/molitor/images/icon_telephone_bullet.svg');
}
/*social color*/
.site-footer .social li a.in,
#masthead .social li a.in {
	background-image: url('/wp-content/themes/molitor/images/icon_in_color.png');
}
.site-footer .social li a.yt {
	background-image: url(/wp-content/themes/molitor/images/icon_yt_color_full.svg);
	width: 8.5em;
}
#masthead .social li a.yt {
	background-image: url('/wp-content/themes/molitor/images/icon_yt_color.svg');
	width: 3em;
}
@media(min-width:480px) and (max-width:1080px){
	.site-footer .social {
		max-width: 15em;
	}
}


/*Footer Navis */
.site-footer .navis {
	width:36.665%;
}


/*Site-Footer: News-Form*/
.site-footer-top {
    margin: 0 -2rem;
}
.site-footer .newsform {
	padding: 4em;
	margin-top: -12em;
	background: rgb(3,24,54);
	max-width: 40rem;
}
.site-footer .newsform > div {
	max-width: 500px;
}
.site-footer .newsform h3 {
	font-size: 3em;
	margin: -0.375em 0 0.75em 0 !important;
}
.site-footer .newsform h3 +p {
	padding:0;
}
.newsform .form-row {
    margin: 2rem auto 0 !important;
    float: none;
}
.newsform a#newsletter {
	margin-top:-14rem;
}
.newsform .haet-cleverreach {
	
}
.newsform .haet-cleverreach .message-success {
	padding: 1rem;
	color: rgb(3,24,54);
	background: rgb(255,201,0);
	font-size: 0.93125em;
	box-shadow: 0 0 1em rgb(255,255,255);
}
.newsform form:not(.haet-cleverreach-form) label {
    display: none;
}
.newsform .type-policy_confirm {
	line-height:1.2;
}
.newsform .haet-cleverreach-form div.type-email {
    float:left;
	width:66.666%;
	margin-top:1rem;
}
.newsform .haet-cleverreach-form div.type-submit {
    float:left;
	width:33.333%;
	margin-top:1rem;
}
@media(max-width:550px){
	.newsform .haet-cleverreach-form div.type-email {
		float:none;
		width:100%;
		margin-top:1rem;
	}
	.newsform .haet-cleverreach-form div.type-submit {
		float:none;
		margin:1rem auto 2rem;
		min-width:120px;
	}
}
.newsform input[type="email"] {
    background-color: transparent;
    padding: 1em 1rem 1em 1rem;
	border:solid 1px rgb(255,255,255);
	color: rgb(255,255,255);
    width: 100%;
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
	line-height: 1;
}
.newsform input[type="email"]:hover,
.newsform input[type="email"]:focus {
    background-color: rgba(255,255,255,0.75);
}
.newsform [type="submit"] {
    padding: 1em 1rem;
    background-color: transparent;
	border:solid 1px rgb(255,255,255);
    width: 100%;
    text-align: center;
    color: rgb(255,255,255);
    text-transform: none;
    font-size: 1rem;
	line-height: 1.425;
}
@media(min-width:768px){
	.newsform [type="submit"] {
		border-left:none;
	}
}

.newsform p.small,
.newsform .agree {
    font-size: 0.625em;
    max-width: 600px;
    margin: 0;
    margin-top: 0px;
}
.newsform p.small a,
.newsform .agree a {
   border-bottom: solid 1px rgba(255,255,255,0.5);
}

#cbtn {
	position: fixed;
	top: 6rem;
	z-index: 1;
	width: 595px;
	right: -595px;
	max-width: 100vw;
	height:100vh;
	transition: all 250ms ease-out 0s;
}
#cbtn.pre {
	width: 395px;
	right: -395px;
}
#cbtn.open {
	right: 0;
	top: 0vh;
	z-index: 10000 !important;
	box-shadow: 0 0 0.5rem 1000vw rgb(57,75,83,0.2);
    background: rgb(57,75,83,0.2);
}
#cbtn.open.pre {
	z-index: 999;
	box-shadow: none;
    background: none;
}

#cbtn.open a {
	/* box-shadow: none; */
	/* display: none; */
}
#cbtn.open a {
	box-shadow: none;
	/* display: block; */
	right: auto;
	left: 0;
	background-color: transparent;
}
#cbtn.open a::before {
	content: "\e806";
	font-family: "web-icon-molitor";
	font-size: 1em;
	line-height: 1;
	/* margin-bottom: -0.5em; */
	display: block;
	opacity: 0.6;
}
#cbtn.open a img {
	display: none;
}
#cbtn a {
	padding: 0.25em 0.25em;
	display: inline-block;
	position: absolute;
	right: 100%;
	background: rgba(255,255,255,0.9);
	width: 1.75em;
	width: calc(1.75em + 0.25vw);
	box-shadow: 0 0 0.5em -0.125em rgb(57,75,83);
}
#cbtn .cbtn-tab {
	display:table;
	height:100%;
}
#cbtn .cbtn-cell {
	display:table-cell;
	vertical-align:middle;
}
#cbtn .cbtn-cont {
	background: rgba(255,255,255,0.99);
}
#cbtn.open .cbtn-cont {
	box-shadow: 0.125em 0.125em 0.25rem rgb(57,75,83,0.99);
}
#cbtn .cbtn-cont {
	background: rgba(255,255,255,0.90);
}
#cbtn.open.pre .cbtn-cont {
	box-shadow: 0.125em 0.125em 0.25rem rgba(57, 75, 83, 0.99), 0 0 1vw 0.5vw rgba(57, 75, 83, 0.2);
}
.mailform-wrapper {
	padding: 3vw 3vw 1em;
	max-height: 100vh;
	overflow-y: auto;
}
.pre .mailform-wrapper {
	padding: 3vw 2vw 1em;
}
.mailform-wrapper h3 {
	font-size: calc(1.25em + 0.75vw);
	margin: -0.5em 0 auto;
}
.mailform-wrapper h3 + p {
	margin-top:0.5em !important;
}
body:not(.single-objekt) .mailform-wrapper h3 + p {
	display:none;
}
.mailform-wrapper .requiredtxt {
	margin-top: -1.625em !important;
}
.mailform-wrapper form {
	font-size:0.75em;
}
.pre .mailform-wrapper form {
	font-size: 62.5%;
}
.mailform-wrapper form label span:first-child {
	display:none;
}
.mailform-wrapper form input, .mailform-wrapper form textarea, .mailform-wrapper form select {
	background-color: rgb(255,255,255);
	padding: 0.375em 0.5em;
	color:rgb(0,0,0);
}
.pre .mailform-wrapper form input, .pre .mailform-wrapper form textarea {
	padding-top: 0.375em;
	padding-bottom: 0.375em;
}
.pre .mailform-wrapper form input::placeholder,
.pre .mailform-wrapper form textarea::placeholder {
	font-size: 75%;
}
.pre .mailform-wrapper form select {
	padding: 0.5em 0.25em;
	font-size: 125%;
	background: rgb(255,255,255);
}
.mailform-wrapper form input[type=text],
.mailform-wrapper form input[type=mail],
.mailform-wrapper form input[type=select],
.mailform-wrapper form textarea {
	width:100% !important;
	max-width:100% !important;
}
.mailform-wrapper form textarea {
	height:20vh;
}
.pre .mailform-wrapper form textarea {
	height:15vh;
}
span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 3em;
}
span.wpcf7-list-item + span.wpcf7-list-item {
	margin-left: 3.5em;
}
.mailform-wrapper .wpcf7-checkbox {
	position: relative;
	z-index: 1;
}
.mailform-wrapper form input[type="checkbox"] {
	display: block;
	float: left;
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	margin-right: 0.25em;
	z-index:1;
	position:relative;
}
.mailform-wrapper form input[type="checkbox"] + span.wpcf7-list-item-label {
	clear: none;
	padding-left: 2em;
	display: block;
}
.mailform-wrapper .inter > span {
	float:left;
	height:2em;
	margin:0.125em 0.75em 0.125em 0;
}
.mailform-wrapper .wpcf7-form-control-wrap {
	position: relative;
}
.mailform-wrapper .wpcf7-checkbox + .wpcf7-not-valid-tip {
	position: absolute;
	display: inline;
	margin-left: 0.5em;
	padding: inherit;
	white-space: nowrap;
	left: -0.75em;
	text-indent: -100em;
	background: #f00;
	width: 2em;
	z-index: 0;
	border-radius: 0.25em;
	height: 2em;
	margin-top: -0.1325em;
	opacity: 0.35;
}
.mailform-wrapper .wpcf7-checkbox#art span.wpcf7-list-item-label {
	padding-right: 0.5em;
}
.mailform-wrapper .wpcf7-checkbox#art + .wpcf7-not-valid-tip {
	width: 107%;
}
.mailform-wrapper form p {
	margin:0.5em 0 0 0 !important;
}
.mailform-wrapper form .button {
	
}
.mailform-wrapper form input[type="submit"] {
	padding: 0.75em 2em;
	border: solid 1px rgba(57,75,83);
	font-size: 1em;
	margin-bottom:0;
}
.mailform-wrapper div.wpcf7-response-output {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0.5em 1em;
	font-size: 1.25em;
	background: rgb(255,255,255);
	margin: 3vw;
	box-shadow: 0 0 1em rgb(0,0,0,0.5);
	border-width: 0.5em;
	border-radius: 0.5em;
	transform: translateY(-50%);
	text-align: center;
	z-index:1000;
	animation: "response-output";
	animation-duration: 1s;
  	animation-name: show-response-output;
	animation-delay: 5s;
	animation-fill-mode: forwards;
}
@keyframes show-response-output {
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	99%{
		opacity:0;
	}
	100%{
		opacity:0;
		transform: translateX(150%);
	}
}
.mailform-wrapper div.wpcf7-validation-errors, .mailform-wrapper div.wpcf7-acceptance-missing {
	font-weight: bold;
	font-size: 112.5%;
	margin: 2vw;
	padding-top: 2em;
	padding-bottom: 2em;
}
@media(max-width:619px){
	#cbtn {
		right: -87vw;
		max-width: 87vw;
	}
	#cbtn.open {
		right: 0;
	}
	.mailform-wrapper {
		padding: 2em 1.5em 1em !important;
	}
}


@media(min-width:768px) and (max-width:890px) {
	.basic-menu {
		font-size:0.875rem;
	}
}

@media(max-width:767px){
	.site-footer-top {
		margin: 0;
	}
	.site-footer-content {
		padding-left:2rem;
		padding-right:2rem;
	}
	.site-footer .basic-menu li {
		display: block;
		float: none;
	}
	.site-footer .basic-menu li a {
		padding:0.25em 0;
		display:inline-block;
	}
	.site-footer-content-wrapper > * {
		
	}
	.site-footer-content-wrapper > .col > .col {
		float: left;
		width: 50% !important;
		clear: none;
		text-align: left;
		margin-bottom: 1.5rem !important;
	}
	.site-footer .newsform {
		max-width: none;
		float:none;
		width:auto;
	}
	.site-footer .signet {
		padding: 0 4vw;
	}
	.site-footer .navis {
		margin-top: 3rem !important;
	}
	.site-footer .navis .col {
		padding: 0 0 0 0 !important;
		margin: 0 !important;
	}
	.site-footer ul.basic-menu li {
		display: inline-block;
	}
	.site-footer .basic-menu li a {
		padding: 0.375em;
		display: block;
	}
	.site-footer .social-wrapper::after {
		padding-top: 3rem;
	}
	.site-footer .social li {
		margin: 0em 3vw 1em 0 !important;
	}
	
	.newsform input[type=submit] {
		margin:1rem auto 0 !important;
		width:auto;
		display:block;
		padding-left:2rem;
		padding-right:2rem;
	}
	#wpadminbar {
		display: none;
	}
}
@media(min-width:480px) and (max-width:767px){
	.site-footer .col.social-wrapper, .site-footer .col.adress-wrapper {
		clear: none;
		float: left;
		width: 50% !important;
		margin-top: 4rem !important;
	}
}
@media(max-width:599px){
	.site-footer .newsform {
		padding: 2em 0;
	}
}
@media(max-width:479px){
	.site-footer-content-wrapper > .col,
	.site-footer-content-wrapper > .col > .col {
		float: none;
		width: 100% !important;
	}
	.site-footer-content-wrapper > .col > .col .col {
		border-top:solid 1px rgba(255,255,255,0.6);
		padding-top:1em;
	}
	.site-footer .col.social-wrapper, .site-footer .col.adress-wrapper {
		clear: both;
		margin-top: 4rem !important;
		text-align: center;
	}
	.site-footer-content h3, .site-footer-content .h3, .adress .company, .social-wrapper h3 {
		margin-bottom: 0.5em;
	}
	.site-footer ul.basic-menu {
		margin-top: 1em;
		border-top: solid 1px rgba(255,255,255,0.3);
		padding-top: 1em;
		text-align: center;
	}
	.site-footer .totop {
		clear: both;
		float: none;
		width: 3.25rem;
		margin-top: 2rem;
	}
	.site-footer-bottom.content {
		padding-top: 3rem;
		text-align: center;
	}
}


/***** CONTENT *******/
/**********************************/
/**********************************/
/**** MOLITOR-CONTENT ****/
/**********************************/


.logo {
    height: 7rem;
    position: fixed;
    left: 4vw;
    width: 6rem;
    box-shadow: 0 0 0.5em -0.125em rgba(0,0,0,0.5);

}
.minnav .logo {
    opacity: 1 !important;
    top: 0 !important;
    transition: none !important;
    width: 6rem;
}
.stage {
    max-height: 840px;
}
/*#stageslider .slide > div.img {
	transition: all 8000ms linear 0ms;
	transform-origin: center 70%;
	transform: scale(1);
}*/
#stageslider .slide > div.img {
	transition: all 8000ms linear 0ms;
	transform-origin: center 70%;
	transform: scale(1) translate(0,0);
}
/*#stageslider .slide.active > div.img {
    transition: all 8000ms linear 0ms;
	transform: scaleY(1.15);
    transform-origin: center 25%;
}*/
#stageslider .slide.active > div.img {
	transition: all 8000ms linear 0ms;
	transform: scale(1.10,1.15) translate(0,10px);
	transform-origin: center 25%;
}
/*slidecont*/

.hero.stage .slidecont {
	position: absolute;
	top: calc(100% - 3rem);
	z-index: 100;
	left: calc(70% - 3vw);
	color: rgb(3,24,54);
}
.slidecont::before {
    content: "";
    background: rgb(255,255,255);
    position: absolute;
    left: -4rem;
    top: -3rem;
    width: 110vw;
    bottom: 0em;
    height: 10em;
}
.hero.stage .slidecont .desc {
	width: 30vw;
	transition: all 1250ms ease-out 0s;
	/* float: left; */
	position: absolute;
	transform: translate(50vw);
	opacity: 0;
}
.hero.stage .slidecont .desc.active {
	transform: translate(0);
	opacity: 1;
}
.hero.stage .slidecont h3 {
	font-size: calc(1.125em + 0.125vw);
	text-transform: uppercase;
}
.hero.stage .slidecont .button {
	margin-top:-0.5rem !important;
}
.hero.stage.static .slidecont h3 {
	font-size: calc(1.125em + 0.5vw);
	margin-top: -0.75em;
}

.hero.stage {
    overflow:visible;
}
.hero.stage .bx-wrapper .bx-pager,
.hero.stage .bx-wrapper .bx-controls-auto {
	position: absolute;
	top: calc(100% - 5rem);
	z-index: 1000;
	left: calc(70% - 3vw);
	right: 0;
	padding-left: 0;
	text-align: left;
}

@media(max-width:1200px){
	.hero.stage .slidecont,
	.hero.stage .bx-wrapper .bx-pager,
	.hero.stage .bx-wrapper .bx-controls-auto {
		left: calc(65% - 3vw);
	}
	.hero.stage .slidecont .desc {
		width: 35vw;
	}
}
@media(min-width:1025px) and (max-width:1200px){
	.hero.stage .slidecont,
	.hero.stage .bx-wrapper .bx-pager,
	.hero.stage .bx-wrapper .bx-controls-auto {
		left: calc(65% - 3vw);
	}
	.hero.stage .slidecont .desc {
		width: 35vw;
	}
}
@media(min-width:880px) and (max-width:1024px){
	.hero.stage .slidecont,
	.hero.stage .bx-wrapper .bx-pager,
	.hero.stage .bx-wrapper .bx-controls-auto {
		left: calc(60% - 3vw);
	}
	.hero.stage .slidecont .desc {
		width: 40vw;
	}
}
@media(min-width:780px) and (max-width:879px){
	.hero.stage .slidecont,
	.hero.stage .bx-wrapper .bx-pager,
	.hero.stage .bx-wrapper .bx-controls-auto {
		left: calc(55% - 3vw);
	}
	.hero.stage .slidecont .desc {
		width: 45vw;
	}
	.hero.stage .slidecont .button {
		margin-top:0rem !important;
	}
}
@media(max-width:879px){
	.stage.hero:not(.static) ~ .page .page-content > .section:first-child {
		/*padding-top: 4rem !important;*/
	}
	.hero.stage .slidecont .button {
		margin-top:0rem !important;
	}
}
@media(min-width:600px) and (max-width:779px){
	.hero.stage .slidecont,
	.hero.stage .bx-wrapper .bx-pager,
	.hero.stage .bx-wrapper .bx-controls-auto {
		left: calc(40% - 3vw);
	}
	.hero.stage .slidecont .desc {
		width: 60vw;
	}
}
@media(min-width:450px) and (max-width:599px){
	.hero.stage .slidecont,
	.hero.stage .bx-wrapper .bx-pager,
	.hero.stage .bx-wrapper .bx-controls-auto {
		left: calc(20% - 2vw);
	}
	.hero.stage .slidecont .desc {
		width: 80vw;
	}
	.hero.stage .slidecont .button {
		margin-top:-1rem !important;
	}
}
@media(max-width:449px){
	.hero.stage .slidecont,
	.hero.stage .bx-wrapper .bx-pager,
	.hero.stage .bx-wrapper .bx-controls-auto {
		left: 2rem;
	}
	.hero.stage .slidecont .desc {
		width: 85vw;
	}
	.stage.hero .bx-wrapper .bx-viewport {
		padding-bottom:5rem;
	}
	.hero.stage .slidecont .button {
		margin-top:-1rem !important;
	}
}


/* MARKER before*/
@media(min-width:450px){
	.marker::before, .hasmarker > .box::before, .section:not(.notmarker) h1:not(.notmarker)::before, .section:not(.notmarker) .h1:not(.notmarker)::before {
		content: "";
		width: 2.75rem;
		height: 6.5rem;
		background: url(/wp-content/themes/molitor/images/icon_molitor_marker.svg) no-repeat 50% top / 95%;
		float: left;
		position: absolute;
		transform: translate(-4rem, 0.25rem);
		z-index: 1;
	}
}
@media(min-width:941px) and (max-width:1050px){
	.marker::before, .hasmarker > .box::before, .section:not(.notmarker) h1:not(.notmarker)::before, .section:not(.notmarker) .h1:not(.notmarker)::before {
		transform: translate(-3.25rem, 0.25rem);
	}
}
@media(min-width:450px) and (max-width:940px){
	.marker::before, .hasmarker > .box::before, .section:not(.notmarker) h1:not(.notmarker)::before, .section:not(.notmarker) .h1:not(.notmarker)::before {
		transform: translate(-3.5rem, 0.25rem);
	}
	.marker, .hasmarker > .box, .section:not(.notmarker) h1:not(.notmarker), .section:not(.notmarker) .h1:not(.notmarker) {
		padding-left: 3.5rem;
		min-height: 5rem;
	}
}

/** OBJEKT-LABEL **/
.bx-viewport .slide.active[data-sale-label]::after {
	content: attr(data-sale-label);
	position: absolute;
	width: 40em;
	padding: 0.5em 1.5em;
	z-index: 1000000;
	bottom: 6.5em;
	right: -17em;
	text-align: center;
	color: rgb(255,255,255);
	text-transform: uppercase;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform-origin: center;
	font-size: 1.25rem;
}
@media(max-width:449px){
	.slide.active[data-sale-label]::after {
		bottom: 2.5em !important;
	}
}
.headline[data-sale-label]::after {
	content: attr(data-sale-label);
	background: grey;
	float: right;
	font-size: 1.25rem;
	line-height: 1;
	padding: 0.5em 1.5em;
	color: rgb(255,255,255);
	margin: 0 0 0 2em;
	position: absolute;
	z-index: 999;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	text-transform: uppercase;
	top: -2rem;
	right: -2vw;
	font-weight: 400;
	font-family: "Open Sans", Arial, sans-serif;
}
@media(min-width:1200px){
	.headline[data-sale-label]::after {
		font-size: 1.5rem;
		right:-6vw;
	}
}
@media(max-width:1024px){
	.headline[data-sale-label]::after {
		font-size: 1.125rem;
		top: -2.5rem;
		transform: rotate(12.5deg);
		-webkit-transform: rotate(12.5deg);
	}
}
.headline[data-sale-label*="neu"]::after,
div[data-sale-label*="neu"]::after,
.slide.active[data-sale-label*="neu"]::after {
	background-color: red !important;
	content:"neu" !important;
}

.headline[data-sale-label*="frei"]::after,
div[data-sale-label*="frei"]::after,
.slide.active[data-sale-label*="frei"]::after {
	background-color: grey !important;
	content:"frei" !important;
}
.headline[data-sale-label*="reserviert"]::after,
div[data-sale-label*="reserviert"]::after,
.slide.active[data-sale-label*="reserviert"]::after {
	background-color: grey !important;
	content:"reserviert" !important;
}
.headline[data-sale-label*="verkauft"]::after, 
div[data-sale-label*="verkauft"]::after, 
.slide.active[data-sale-label*="verkauft"]::after {
	background-color: rgb(255,211,0) !important;
	content: "verkauft" !important;
	font-weight: 600 !important;
	color: rgb(57,75,83) !important;
	box-shadow: 0 0 0.5em rgb(57,75,83);
	font-family:"Roboto", sans-serif;
	letter-spacing: 0.0625em;
}
/*SIGN-LABEL*/
.sale-sign {
	position: absolute;
	z-index: 1000;
	right: 0;
	background: rgb(255, 211, 0);
	bottom: 8rem;
	padding: 0.25em 0.5em 0.5em 0.5em;
}
.slide .sale-sign {
	padding-right: 2.5em;
}
.article-list .article div.thumb_wrap .sale-sign {
	bottom: auto;
	top: 1.25em;
}
.sale-sign b {
	background: rgb(0,0,0);
	color: rgb(255, 211, 0);
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto";
	font-weight: 900;
	font-size: 1.75em;
	line-height: 1.2;
	padding: 0 0.5em 0.0625em 0.5em;
	margin-top: 0.175em;
}
.sale-sign.verkauft b {
	text-align: left;
}
.sale-sign i {
	font-size: 0.625em;
	line-height: 1.2;
	display: block;
	text-align: left;
	margin-top: 0.5em;
	font-style: normal;
}
/** Page-Bottom **/
@media(min-width:768px){
	#page-bottom .box {
		padding-bottom:10rem;
	}
}
/** credits **/
.credit-row {
	height:auto;
	line-height: 1;
}
.quelle, .source, .credit {
	font-size: 0.675em !important;
	text-align: right;
	padding: 0.25em 0;
	color: rgb(180,180,180);
}

/**** REFERENZEN ****/
@media(min-width:768px){
	#referenzen {
		margin-bottom:7rem;
	}
}
#referenzen .button-referenzen a {
	opacity:0.7;
}
#referenzen .button-referenzen a::before {
	content: "";
	width: 2em;
	float: left;
	height: 2em;
	background: url(/wp-content/themes/molitor/images/icon_gallery.svg);
	margin-right: 1em;
	margin-top: -0.125em;
}
#referenzen .button-referenzen {
	clear: both;
	padding: 1em;
	/* float: left; */
	margin: auto;
	text-align: center;
	display: inline-block;
}
#referenzen .tile {
	padding: 0 0.5em 0.5em;
	/* background: rgb(3,24,54); */
	/* margin-bottom: -8rem; */
}
#referenzen .tile > .col {
	min-height: calc(200px + 10vw);
	border: solid 0.125em rgb(255,255,255);
}
#referenzen .tile .span1-2 {
	/* width: 33.224%; */
	 /*width: 50%;*/
	width: 33.333%;
}
#referenzen .tile > .col .box {
	padding: calc(0.75em + 0.5vmin) !important;
	max-width: none;
	position: absolute;
	margin: 0;
	bottom: 0;
	width: 101%;
	background: rgba(255,255,255,0.75);
	left: 50%;
	transform: translateX(-50%);
	display: table;
	transition: 250ms ease-out 50ms;
	-webkit-transition: 250ms ease-out 50ms;
	-ms-transition: 250ms ease-out 50ms;
	height: 0;
	color: rgb(3,24,54);
	font-weight:300;
	min-height:0;
}
#referenzen .tile > .col .box p {
	text-align: center;
	color:inherit;
	display: table;
	width: 100%;
	height: 100%;
	line-height:1.1;
}
#referenzen .tile > .col .box a {
	display: table-cell;
	vertical-align: middle;
	transition:none;
	-webkit-transition:none;
	-ms-transition:none;
	color:inherit;
}
#referenzen .tile > .col:hover .box {
	background: rgb(3,24,54,0.3);
	height: 100%;
	font-size: 2em;
	font-weight:900;
	color: rgb(255,255,255);
	width:100%;
}
#referenzen .heading {
	position: absolute;
	bottom: 100%;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	background: rgb(255,255,255);
	padding: 0.5em 2em !important;
	margin: 0;
	width: 100%;
	max-width: 62rem;
	text-align: center;
}
#referenzen .heading h2 {
	margin: 0;
	font-weight: 300 !important;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	font-size: 1.5em;
	opacity: 0.3;
}

#referenzen .credit-row {
	margin-bottom: 2rem;
	padding: 2rem 1rem;
	/* text-align: center; */
}

.vc_row::after, .vc_row::before {
    content: none !important;;
    display: table;
}
.vc_row {

}





/* ul list-style */

.box ul:not(.slider):not(.grid) {
	list-style:none;
	margin: 0 0 0 1.5em;
}
.box ul:not(.slider):not(.grid) li::before {
    content: '\25CF';
	padding-right: 0.5em;
	margin-left: -1.25em;
	/*font-family: "web-icon-digbees";*/
	font-weight: bold;
	margin-right: 0.25em;
}
.box ul:not(.slider):not(.grid) > li {
    margin-top: 0.5em;
}
ul.checked,
ul.featured {
    margin-left: 1.5em;
}
ul.featured li:before, 
ul.checked li:before {
    content: "\e80d" !important;
	margin-right: 0.25em;
	margin-left: -1.5em !important;
	font-family: "web-icon-digbees";
	color: rgb(3,24,54);
	background: none;
	font-weight: normal !important;
}
ul.featured li:before {
    content: "\e80d";
}
ul.featured li, 
ul.checked li {
    margin: 0 0 0.125em 0;
    font-size: inherit;
}
ul.featured + *, ul.checked + * {
    margin-top: 2em !important;
}


@media(min-width:768px){
	section:not(#teaserlist) .teaser.col.span1-3:nth-child(3n+1){
		clear:both;
	}
}
@media(min-width:600px) and (max-width:768px){
	
	section:not(#teaserlist) .teaser.col.span1-3 {
		clear:none !important;
		width:50% !important;
	}
	section:not(#teaserlist) .teaser.col.span1-3:nth-child(2n+1){
		clear:both !important;
	}
}



/**** END: MOLITOR-CONTENT ****/



/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
	margin-left: auto;
	margin-right:auto;
	display:block;
}
.video-block {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	margin: 0;
}
.video-block > * {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-block + p,
.video-block + .video-block {
	margin-top: 1em;
}


p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
}
.wp-audio-shortcode + *,
.wp-video + *,
.wp-playlist.wp-audio-playlist + * {
	margin-top: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}
.wpb_video_widget.empty .wpb_video_wrapper {
    padding: 0 !important;
}

/**
 * 12.1 - Captions + Sources
 */

.wp-caption {
	max-width: 100%;
}
.wp-caption + .wp-caption {
	margin-top:1rem;
}

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

.wp-caption .wp-caption-text {
	font-size: 1rem;
	padding: 0.5em 0;
}
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom:0;
}
.wp-caption + p {
    margin-top: 2em;
}
.quelle, .source, .credit {
    font-size: 0.75em !important;
	text-align: right;
	padding: 0.25em 0;
}
.quelle p, .source p, .credit p {
    font-size: 1em !important;
}
.thumb + .quelle,
.thumb .quelle,
.thumb + .credit,
.thumb .credit {
    margin-top: -2em;
    color: rgb(255,255,255);
    position: absolute;
    z-index: 10;
    right: 0;
    width: 100vw;
    left: 50%;
    transform: translate(-50%,0);
    padding-right: 2em;
    font-size: 0.625em !important;
}
figcaption .quelle,
figcaption .credit {
    float: right;
	margin: -0.5em 0 1em 1em;
	opacity:0.85;
}
/**
 * 12.2 - Galleries
 */

.gallery {
	
}
* + .gallery,
.gallery + * {
	margin: 2em 0 !important;
}
.gallery ul {
	list-style:none;
	margin-left: 0;
}

.gallery:after,
.clear:after{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.gallery-item {
	display: inline-block;
	max-width: 33.333%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.gallery .item img {
	width:100%;
}


/* TYPE -> GRID */
.grid {
	padding: 0;
}
.grid .item {
	float: left;
	position: relative;
	height: auto;
}
.grid.slider {
	display: none;
}
.bx-wrapper .grid.slider {
	display: block;
}
/*Grid Cols */
.grid .item > .wrapper {
	padding-top: 56.25%; /*16:9*/
	overflow:hidden;
	position: relative;
}
.grid.col-1 .item {
	width: 100%; /*1100px*/
	/*padding-top:56.25%; /*16:9*/
}
.grid.col-2 .item {
	width: 50%; /*550px*/
	/*padding-top:28.125%; /*16:9*/
}
.grid.col-3 .item {/*3-cols*/
	width: 33.333%; /*366px*/
	/*padding-top:18.75%; /*16:9*/
}
.grid.col-4 .item {
	width: 25%; /*274px*/
	/*padding-top:14.0625%; /*16:9*/
}

/*Grid normal 1100px / 8px border*/
.grid {
	margin: auto -0.5rem; /*-16px / bei 1100px / 1124px gesamt*/
	list-style:none;
}
.grid > .wrapper {
	float: left;
	padding: 0.5rem; /*1px*/
	width: 100%;
}
.grid .item {
	margin: 0; /*0px*/
	border:solid 0.5rem transparent;
}

/*Grid thin 1100px / 2px border*/
.grid.thin {
	margin: -0.125rem; /*-3px / bei 1100px / 1106px gesamt*/
	padding:0; /*1px*/
}
.grid.thin > .wrapper {
	float: left;
	padding: 0.0625rem; /*1px*/
	width: 100%;
}
.grid.thin .item {
	margin: 0; /*0px*/
	border:solid 0.125rem transparent;
	line-height: 0em;
}

/* Grid Figure*/
.grid figure {
	width: 100%;
	background: rgb(245,245,245);
	position: relative;
	padding-top: 66.6%;
	overflow: hidden;
}
.grid figure img {
	position: absolute;
	top: 0;
	width: 100%;
}

.grid figure img {
	position: absolute;
	top: 0%;
	width: 108% !important;
	left: -4%;
	max-width: none;
}

/* Grid Animation*/
.desktop .grid .item .thumb {
	-webkit-tranform: translate3D(0,0,0);
	tranform: translate3D(0,0,0);
	-webkit-transition: width 500ms ease-out 0ms, height 500ms ease-out 0ms, left 500ms ease-out 0ms, top 500ms ease-out 0ms, opacity 500ms ease-out 0ms;
	-o-transition: width 500ms ease-out 0ms, height 500ms ease-out 0ms, left 500ms ease-out 0ms, top 500ms ease-out 0ms, opacity 500ms ease-out 0ms;
	transition: width 500ms ease-out 0ms, height 500ms ease-out 0ms, left 500ms ease-out 0ms, top 500ms ease-out 0ms, opacity 500ms ease-out 0ms;
}
.grid .item .thumb {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center 50%;
	background-size: cover;
}
.desktop .grid .item:hover .thumb {
	width: 130% !important;
	height: 130% !important;
	left: -15%;
	top: -15%;
}
.grid .item .thumb a {
	display: block;
	width: 100%;
	height: 100%;
}
.grid .item .thumb a span {
	display: none;
}
.grid .item .content {
	bottom: 0;
	position: absolute;
	text-align: right !important;
	width: 100% !important;
	overflow: hidden;
}
.grid .item .header {
	color: #ffffff;
	opacity: 0;
}
.grid .item:hover .header {
	opacity: 1;
}
.grid .item .title {
	font-size: 1em;
	font-weight: bold;
	font-family: normal;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
	color: inherit;
	float: right;
}
.grid .item .title span {
	padding: 0 0.5em;
	background-color: #000000;
	background-color: rgba(0,0,0,0.7);
	word-spacing: -0.8em;
}
.grid .item .desc {
	font-size: 0.8em;
	font-style: italic;
	padding: 0.234em 0 0;
	display: none;
	color: inherit;
}
.grid .item a {
	color: inherit;
}

/* GALLERY-Zoom */
.pointer {
	cursor: pointer;
}
.zoom {
	cursor: pointer;
	cursor: zoom-in;
	cursor: -webkit-zoom-in;
}
.zoom-wrapper {
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}
.zoom-wrapper > .closer {
	width: 3em;
	background: transparent;
	position: absolute;
	color: rgb(255,255,255);
	z-index: 10000;
	right: 0;
	top: 0;
	text-align: center;
}
.zoom-wrapper > .closer:hover {
	cursor:pointer;
}
.zoom-wrapper > .closer::before {
	content: "\e806";
	font-family: "web-icon-molitor";
	font-size: 2em;
}
.zoomgallery {
	height: 100vh;
	max-height: 100vh;
	margin:auto !important; 
}
.zoomgallery .bx-wrapper {
	width: 100%;
	background: transparent;
	padding: 0;
	height:100vh;
}
.zoomgallery .bx-wrapper .bx-viewport {
	margin: 0;
	width: auto !important;
	height: 100vh !important;
}
.zoomgallery .bx-wrapper .bx-pager {
	margin-left: -2.5em;
	/* font-size: 0.75em; */
	padding-left: 1em;
	bottom: 2vh;
}
.zoomgallery.small .bx-wrapper .bx-pager {
	font-size: 1.5em;
}
.zoomgallery .bx-wrapper .bx-pager.bx-default-pager a > * {
	background-color: rgb(255,255,255);
}
.zoomgallery .bx-wrapper .bx-pager.bx-default-pager a.active > * {
	background-color: rgb(30,30,30);
}
.zoomgallery .bx-wrapper .bx-controls-direction a {
	height: 3em;
	width: 3em;
	margin-top: -1.5em;
	background-color: rgba(47,65,73,0.95);
}
.zoomgallery .bx-wrapper .bx-prev::before, 
.zoomgallery .bx-wrapper .bx-next::after {
    color: rgb(255,255,255);
	top:0.1em;
	left:0.425em;
}
.zoomgallery .bx-wrapper .bx-prev::before {
    left:0.325em;
}
.zoomgallery .bx-wrapper .bx-prev {
	left: 0;
}
.zoomgallery .bx-wrapper .bx-next {
	right: 0;
}

.zoomgallery ul.slider > li {
	max-height: 100vh;
	height: 100vh;
	position: relative;
	background: rgba(47,65,73,0.85);
}
.zoomgallery ul.slider > li img {
	width: auto;
	max-height: 100vh;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	box-shadow: 0 0 0.75vw rgb(0,0,0);
	-webkit-box-shadow: 0 0 0.75vw rgb(0,0,0);
	max-width: 98%;
}
@media(min-width:1250px){
	.zoomgallery ul.slider > li img {
		max-width: 1200px;
	}
}
.zoomgallery ul.slider > li .meta {
	background: #ffffff;
	padding: 1em 1em 0.75em;
	margin: 0.5em;
	margin: 0 0 0 0;
	font-size: 0.875em;
	position: absolute;
	bottom: 0;
}
.zoomgallery ul.slider > li .meta > h3 {
	padding: 0;
	margin: 0;
}
.zoomgallery ul.slider > li .meta > p {
	margin: 0;
}



/****************/
/***** TABS *****/
/***************/
.tabs .tab {
    margin: -2em 0 2em;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}

.tabs .tab > .tab-links {
    background: none;
    padding: 0.5em 2em 0.5em;
    border-bottom: 0.25em solid transparent;
    font-size: 1.125em;
    margin-bottom: -0.25em;
    color: rgb(182,83,197);
}
.tabs .tab > .tab-links.active {
    border-bottom-color: rgb(255,201,0);
    color: rgb(3,24,54);
}
.tabs .tab-content {
    display:none;
}
.tabs .tab-content.active {
    display:block;
}
.tabs .tab-content {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/************************/
/******* ACCORDION ***********/
/************************/
.ac-wrapper {
	/*margin-top:2em;*/
}
p + .ac-wrapper {
    margin-top: 3em !important;
}
.ac-container {
}
.ac-link:after,
.ac-label:after {
	font-size: 1.5em;
	position: absolute;
	right: 0.25em;
	top: -0.25em;
	font-weight:normal;
	font-family:"web-icon-digbees";
}
.ac-link:after,
.ac-label:after {
	content: "\e801";
}
.ac-current > .ac-link:after,
.ac-identifier:checked + .ac-label:after, 
.ac-identifier:focus + .ac-label:after {
	content: "\e804";
	font-size: 1.5em;
	right: 0.125em;
	color:#cccccc;
}

.ac-link,
.ac-label {
	width:100%;
	padding-right: 2.5em;
	display: block;
	cursor: pointer;
	position: relative;
	line-height:1.3;
}
.ac-head > a:hover,
.ac-head > a:focus {
	color:inherit;
	text-decoration:inherit;
}
.ac-head {
	white-space: normal !important;
	z-index: 2;
	margin: 0.125em 0 0.125em;
}
/* Mode css */
.ac-label {
	cursor:pointer;
}
.ac-identifier {
	position:absolute;
	left:-9999px;
}
.ac-content {
	overflow:hidden;
	position:relative;
}
/* transition*/
.ac-head + .ac-content > .ac-content-inner,
.ac-identifier ~ .ac-content > .ac-content-inner {
	position: absolute;
	top: 100%;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 300ms ease 0s;
	transition: transform 300ms ease 0s;
	visibility: visible;
	z-index: -1;
}
.ac-head.ac-current + .ac-content > .ac-content-inner,
.ac-identifier:checked ~ .ac-content > .ac-content-inner,
.ac-identifier:focus ~ .ac-content > .ac-content-inner {
	position: relative;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	z-index: 10;
}
/*.ac-current ~ .ac-content,*/
.ac-identifier:checked ~ .ac-content,
.ac-identifier:focus ~ .ac-content {
    padding-bottom: 2em;
}
.no-css3 .ac-head + .ac-content {
	overflow: visible;
	display:none;
}
/**** FAQ *****/
.faq .ac-container {
	margin-top: -2px;
}
.faq .ac-link::after,
.faq .ac-label::after {
	color: #999999;
	font-family: "web-icon";
	font-size: 1.75rem;
	line-height: 1;
	right: 0;
	top: 0.75em;
}
.faq .ac-link,
.faq .ac-identifier ~ .ac-label,
.faq .ac-identifier ~ .ac-label {
	border: solid 1px rgb(225,225,225);
	border-left-width:0;
	border-right-width:0;
	color: inherit;
	cursor: pointer;
	position: relative;
	z-index: 2;
	padding: 1.25rem 1.5rem 1.25rem 0rem;
}
.faq .ac-head {
	
}

.faq .ac-content {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0em 0.75em;
	border: solid 1px transparent;
	border-top: 0;
	width: 100%;
}
.faq .ac-current .ac-link,
.faq .ac-identifier:checked ~ .ac-label,
.faq .ac-identifier:focus ~ .ac-label {
	border-bottom: 0;
	border-color: rgb(73,73,73);
	background: transparent;
	color: inherit;
	padding-bottom: 1em;
	padding-top: 2.5em;
}
.faq .ac-current.ac-head + .ac-content,
.faq .ac-identifier:checked ~ .ac-content,
.faq .ac-identifier:focus ~ .ac-content {
	background: transparent;
	display: block !important;
	border-color: rgb(73,73,73);
	border-left-width:0;
	border-right-width:0;
	padding: 0 0em 3em;
}
.faq + .faq > .ac-titel {
	margin-top: 1em;
	margin-bottom: 0;
}
.faq .ac-titel {
	font-family: normal;
	font-weight: bold;
}
.faq.level-2 .ac-titel {
	font-size: 1em;
	font-weight: normal;
}
.faq.level-2 .ac-titel:before {
	content: "– ";
}
.faq.level-2 .ac-titel:after {
	content: " –";
}
.faq .ac-content p:last-child {
	margin-bottom: 0;
}


/**
 * 13.0 - Multisites
 */




/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - <= 710px
 */
@media (max-width:1199px) {
	.site {
		overflow:hidden; 
	}
}
 
@media (max-width:1024px) {
	html{
		font-size:87.5%;
	}
}

@media (max-width:979px) {
	.stage .desc h1 {
		width: 100%;
	}
}
@media (max-width:859px) {
	.site-header-menue-wrapper > .content {
		padding-left: 1.75rem;
		padding-right: 2rem;
	}
}
@media (max-width:767px) {
	.content {
		display:block;
	}
	.col-left, .col-right, 
	.col.col-left, .col.col-right {
		display:block;
		width:100%;
		padding:0 1.75rem;
		clear:both;
		float:left;
	}
	.col-right {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.col{
		width:100% !important;
		margin:0 !important;
		clear:both;
	}
	.col + .col .box {
		padding-top:0;
		margin-top:0;
	}

	.bx-viewport {
		/*overflow:visible !important;*/
	}
	.site-header ~ .site-main > .stage {
	    /*margin-top: 5rem;*/
	}
	section, .section,
	.content-width {
		margin-right:0 !important;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	
	.site-header {
		height: auto;
	}
	.site-header-menue-wrapper{
		margin-top:0;
	}
	.main-navigation .main-menu {
		width: 100%;
	}
	.logo {
		/*background-color: rgba(255,255,255,0.75);
		background-position: 2rem 0.25rem;
		background-size: auto 80%;
		background-image: url('images/LOGO_MOLITOR.svg');
		height: 5rem;
		left: auto;
		width: 100%;
		z-index: 900;
		top: 0;*/
		transform: scale(0.80);
		transform-origin: 0 0;
	}

	.stage .bx-wrapper .bx-viewport {
		overflow: hidden !important;
	}
	
	
	.site-footer-bottom .site-info {
			clear:both;
			margin:1em auto;
			text-align:center;
	}
	.site-footer-bottom .basic-navi {
		float: none;
	}

	/* Menu */
	.site-header-menue-wrapper > .content {
		padding-left: 0;
		padding-right: 0;
	}
	.site-header-menu {
		background-color: rgb(3,24,53);
		background-image: url("images/LOGO_MOLITOR_white_neu.svg");
		background-position: 2rem 1rem;
		background-repeat: no-repeat;
		background-size: auto 3.5rem;
		display: none;
		padding-bottom: 0.125rem;
		padding-top: 7rem;
		position: absolute;
		text-align: left;
		top: 0rem;
		width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.menu-toggle:not(.toggled-on) {
		right: 1em;
		height: 2rem;
		top: 1em;
	}
	.menu-toggle:not(.toggled-on)::before {
		left: -0.5em;
		top: -0.5em;
		right: -0.5em;
		bottom: -0.5em;
	}
	.menu-toggle.toggled-on {
		background: transparent none repeat scroll 0 0 !important;
		display: block;
		position: absolute;
		right: 1rem;
		height: 3rem;
		top: 1.25rem;
		z-index: 1000;
	}
	.menu-toggle > span {
		display:none !important;
	}
	
	.menu-toggle:hover, .menu-toggle:focus {
	    background-color: transparent;
	    border-color: transparent;
	    color: transparent;
	}
	.main-menu:not(.parent) {
		padding-bottom:4rem;
	}
	.main-menu li {
		display: block;
		width: 100%;
	}
	.main-menu li a {
		margin:0;
		font-size:1.125em;
		padding: 0.625em 0;
	}
	.main-menu li a span {
		font-size: 1.75rem !important;
	}
	.site-header-menu.toggled-on,
	.no-js .site-header-menu {
		display: block;
		right:0;
	}
	.toggled-on .site-header-menue-wrapper {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		height: 100vh;
		z-index: 100000;
		position:fixed;
		background:rgb(255,201,0);
	}

	body.toggled-on {
		overflow:hidden;
		height:100vh;
	}


	.site-footer-top,
	.site-footer-content,
	.site-footer-bottom {
		float:left;
		width:100%;
	}
	.site-footer-content .col {
		margin: 0 0 1.75rem;
	}
	.site-footer-content .liner {
	    border: medium none;
	    padding: 0;
	}
	.basic-navigation {
	    float: left;
	    padding: 1em 0;
	}
	.grid.col-4 .item {
		width: 33.333%;
	}
	.grid.col-2 .item {
		width: 50% !important;
	}
	
	
}
@media (max-width:699px) {
	.grid.col-3 .item {
		width: 50%;
	}
}
@media (max-width:599px) {
	.gallery {
		/*margin: -1.25rem;*/
	}
	.empty .gallery {
		margin: 0rem;
	}
	.grid.col-3 .item,
	.grid.col-4 .item {
		width: 50%;
	}
}
@media (max-width:464px) {
	.grid.col-2 .item,
	.grid.col-3 .item,
	.grid.col-4 .item,
	.grid.col-5 .item {
		width: 100%;
	}
}
@media (max-width:399px) {
	.alignleft,.alignright {
		float:none;
		clear:both;
		display:block;
		margin:0 0 1.75em;
	}
}