/*!
Theme Name: Argus
Theme URI: http://underscores.me/
Author: Kraftsy
Author URI: https://www.kraftsy.ch
Description: Argus Bau Template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ab
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.

Argus 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
--------------------------------------------------------------*/


.star {
    visibility: hidden;
}

.fadeIn {
    -webkit-animation: animat_show 0.8s;
    animation: animat_show 0.8s;
    visibility: visible !important;
}

@-webkit-keyframes animat_show{
    0%{opacity:0}
    100%{opacity:1}
}



.main-color {
    color: #31429a;
}

.secondary-color {
    color: #5f7996;
}

.text-color {
    color: #464646;
}

.background-color {
    color: #f9f9f9;
}

.negative-color {
    color: #ffffff;
}

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

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

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

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #464646; /* Text-Color */
	font-family: 'Barlow', sans-serif; /* 400 regular + 600 semi bold */
    font-weight: 400;
	font-size: 17px;
	line-height: 1.5;
}

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

.main-color {
    color: #31429a;
}

.secondary-color {
    color: #5f7996;
}
.zitat-link {
    font-size: 22px;
    line-height: 2;
}

h1 {
    font-size: 35px;
}

h1, 
h2,
h3 {
    font-weight: 400;
    color: #31429a;
}

h3, h4, h5, h6 {
    font-weight: 600;
}

.post-114 h3 {
    margin-bottom: 0;
}

.post-114 p {
    margin-top: 0;
}

h1,
.list-titel {
    display: inline;
    white-space: pre-wrap;
    padding: .05em 0;
    background: #5f7996;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: 10px 0 0 #5f7996, -10px 0 0 #5f7996;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;    
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
    padding-left: 1em;
    border-left: 5px solid #31429a;
}

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-color: #31429; /* Main-Color */
	text-decoration: none;
}

big {
	font-size: 125%;
}


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

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0;
}

ul {
	list-style: disc;
}

.entry-content ul {
    list-style: none; /* Remove default bullets */
}

.entry-content ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #31429a;
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: .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%;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #31429a; /* Main-Color */
    -webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

a:visited {
	color: #31429a;
}

a:hover, a:focus, a:active {
	color: #5f7996; /* Second-Color */
}

a:focus {
	outline: thin dotted;
}

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

.list-wrapper a,
.zitat-link a {
    text-decoration: none;
    cursor: pointer;
}

.list-wrapper a {
    color: inherit;
}

.zitat-link a {
    color: #5f7996;    
}

.zitat-link:hover a {
    color: #31429a;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    z-index: 999;
    clear: both;
	display: block;
	float: left;
	width: 100%;
    margin: auto 0; /* Media Query */
}

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

/* .main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}*/

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

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

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

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

.main-navigation li { /* Media Query */
    padding: 0 .5em;
    margin-left: .2em;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.main-navigation li:hover,
.current-menu-item { /* Media Query */
    background: #5f7996;
}

.main-navigation li:hover a,
.current-menu-item a { /* Media Query */
    color: #ffffff;
}

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

/*--------------------------------------------------------------
# Navigation Toggle reset to Desktop
--------------------------------------------------------------*/
@media screen and (min-width: 1100px) {
	.menu-toggle {
		display: none;
	}
    .main-navigation ul {
        display: flex;
        justify-content: flex-end;
	}
    .main-navigation.toggled ul {
        display: flex;
        justify-content: flex-end;
        opacity: 1;
    }
    .main-navigation .menu-argus-bau-container {
        position: inherit;
        opacity: 1;
        height: auto;
        width: 100%;
        background-color: none;
    	-webkit-transition: none;
	    transition: none;    
    }
    .main-navigation.toggled .menu-argus-bau-container {
        height: auto; 
    }
}

/*--------------------------------------------------------------
# Navigation Toggle Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 1099px) {
    .menu-toggle {
        position: absolute;
    }

    .menu-toggle {
        top: 50px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    .menu-toggle {
        right: 25px;
    }

    .menu-toggle input {
        width: 40px;
        height: 32px;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }

    .menu-toggle span {
        display: block;
        width: 32px;
        height: 3px;
        margin-bottom: 7px;
        position: relative;
        background: #282828;
        border-radius: 2px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    opacity 0.5s ease;
    }

    .menu-toggle span:first-child {
        transform-origin: 0% 0%;
    }

    .menu-toggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    .toggled .menu-toggle span {
        opacity: 1;
        transform: rotate(-45deg) translate(-2px, -1px);
        background: #666;
    }

    .toggled .menu-toggle span:nth-last-child(3) {
        opacity: 1;	
        transform: rotate(45deg) translate(1px, 0);
    }

    .toggled .menu-toggle span:nth-last-child(2) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);	
    }

    /*--------------------------------------------------------------
    # Mobile Navigation
    --------------------------------------------------------------*/
    .main-navigation .menu-argus-bau-container {
        top: -400px;
        display: auto;
        position: absolute;
        opacity: 0;
        left: 0;
        height: 0;
        width: 100%;
        background-color: rgba(255,255,255,.95);
        padding-top: 15%;
    	-webkit-transition: all 0.5s linear;
	    transition: all 0.5s linear;
    }
    
    .main-navigation.toggled .menu-argus-bau-container {
        top: 0;
        display: block;
        opacity: 1;
        height: 100%; 
    }
    
    .main-navigation ul {
        top: -500px;
        opacity: 0;
        font-size: 160%;
        text-align: left;
        padding-top: 3em;
        padding-left: 2em;
    }      
    .main-navigation.toggled ul {
        top: 0;
        opacity: 1;
    }
    .main-navigation li {
    }
    .main-navigation.toggled li {
        float: none;
        position: relative;
        padding: 0 1em;
        line-height: 2em;
    }

    .main-navigation li:hover,
    .current-menu-item {
        background: none;
        text-decoration: underline;
    }

    .main-navigation li:hover a,
    .current-menu-item a {
        color: #5f7996;
    }

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

@media screen and (max-width: 480px) {
   .main-navigation ul {
        padding-top: 2em;
        padding-left: .5em;
    }  
}

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Document
--------------------------------------------------------------*/
.site {
    min-height: 95vh;
    overflow: hidden;
    padding-top: 1em;
    height: 100%;
    background-color: #f9f9f9;
}

.content-area,
.site-header,
.footer-wrapper,
.site-footer {
	margin: 0 auto;
	width: 1100px;
    padding-left: 1em; /* Media Query */
    padding-right: 1em; /* Media Query */
}

.site-header {
    margin-bottom: 3em;
}

.content-area {
    margin-bottom: 7em;
}


@media screen and (max-width: 1100px) {
    .content-area,
    .site-header,
    .site-footer,
    .footer-wrapper {
        width: 100%;
        padding-left: .1;
        padding-right: .1;
    }
}

@media screen and (max-width: 768px) {
    .site {
        min-height: auto;
        margin: 0;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    display: flex; /* Media Query */
}

.page-template-page-frontpage .site-header {
    margin-bottom: 6em;
}

.site-branding {
	display: flex;
    justify-content: space-between;
    width: auto;
}

.custom-logo {
    width: 300px; /* Media Query */
}

.site-description {
    text-align: right; 
    font-size: 200%;
    color: #31429a;
    margin: 0;
    padding-top: .55em;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.argus-footer {
    margin-top: 1em;
    padding: 2em 2em 1em 2em;
    /*background-color: #5f7996;*/
    /*background-color: #D5D5D5;*/
    background-color: #FFFFFF;
/*    color: #FFF;*/
}

.argus-footer {
    list-style: none;
    text-decoration: none;
}

.argus-footer .widget-title {
    margin-top: 0 !important;
}

.argus-footer li {
    list-style: none;
}

.argus-footer ul, 
.argus-footer ol {
    padding-left: 0;
    margin-left: 0;
}

.navi-footer a {
    text-decoration: none;
    /*text-transform: uppercase;*/
}

.argus-footer a:hover {
    color: #5f7996;
}

.argus-footer .current-menu-item,
.argus-footer .current-menu-item a {
    background: inherit;
    color: inherit;
}

.contact-footer {
}

.navi-footer {    
}

.site-footer {
    padding: 1em;
    font-size: 80%;
}

.site-info {
    display: flex;
}

.sep {
    margin: 0 1em;
}


@media screen and (max-width: 450px) {
    .site-info {
        display: block;
    }
    .sep {
        display: none;
        margin: 3em 0;
    }
}

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.fp-zitat-wrapper,
.entry-summary {
	margin: 1em 0 0;
}

.entry-content h2:first-of-type {
    margin-top: 0;
}

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

.entry-content,
.fp-zitat-wrapper { /* Media Query */
    width: 750px;
}

.entry-content {
    margin: 3em auto;    
}

.fp-zitat-wrapper {
     margin: 0 auto;
}

.page-template-page-projekt .entry-content {
    margin-bottom: 0;
}

.verkaufvermietung-template-default .entry-content,
.projekt-template-default .entry-content {
    width: inherit;
}

.single .entry-content { /* Media Query */
    margin-right: 0; 
}

@media screen and (max-width: 768px) {
    .entry-content,
    .site-footer,
    .fp-zitat-wrapper {
        width: 100%;
    }
    .entry-content {
        margin: 3em 0;
    }
    .fp-zitat-wrapper {
        margin: 0;
    }
}

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

}


/*--------------------------------------------------------------
# Frontpage Template
--------------------------------------------------------------*/
.fp-zitat-wrapper {
    padding-right: 5em;
    margin-bottom: 7em;
}

.zitat-title { /* span */
    display: inline;
    white-space: pre-wrap;
    padding: .1em 0;
    background: #5f7996;
    box-shadow: 15px 0 0 #5f7996, -15px 0 0 #5f7996; /* Versatz des Schattens */
    color: #fff;
    font-weight: 400;
    font-size: 2.4em;
    line-height: 1.3;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;    
}

.fp-zitat-wrapper .entry-content {
    margin: .5em 0;
}
.fp-zitat-wrapper p {
    margin: 1em 0 .5em 0;
}


.fp-zitat-single {
    border: 1px solid green;
}

@media screen and (max-width: 590px) {
    .fp-zitat-wrapper { 
        padding-right: 0;
    }
}

/*--------------------------------------------------------------
## List on Frontpage and Verkauf Vermietung
--------------------------------------------------------------*/
.list-wrapper {
   /*border: 1px solid blue;*/
    margin-bottom: 3em;
}

.list-box {
	position: relative;
	margin: 0 auto;
    overflow: hidden;
	height: 350px; /* Media Query */
	display: flex;
    margin-bottom: 2em;

}

.list-box:hover .list-image-overlay {
	background-color: rgba(255,255,255, 0.1);
}

.list-box:hover .list-image {
    filter: none;
    filter: grayscale(0);
}

.list-box:hover .ico-cross {
    opacity: 1;
}

.list-image {
	position: relative;
	width: 350px;
	height: 350px;
}

.list-image-overlay {
    position: absolute;
	z-index: 100;    
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(255,255,255, 0.7);
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.list-image img {
	display: block;
	height: 100%;
	object-fit: cover;
    min-width: 100%;
    min-height: 100%;    
}

.list-image {
	position: absolute;
	z-index: 0;
    filter: gray;
    filter: grayscale(1);
}

.list-text {
	position: relative;
    overflow: hidden;	
    z-index: 200;
    padding: 1em;
	margin-left: 290px;    
}

.list-kat-wrapper {
    display: flex;
}

.list-kat {
    margin-right: 1em;
    width: auto;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.list-text p,
.ico-cross {
    margin-left: 70px;
}

.list-kat:first-child {
    margin-left: 70px;
}

.single .list-kat:first-child {
    margin-left: inherit;
}

.kategorie {
    margin-bottom: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.single .entry-content a {
    text-decoration: none;
    margin-top: 1em;
    border: 1px solid #5f7996;
    border-radius: .2em;
    padding: .5em 1em .5em 1em;
}

@media screen and (max-width: 768px) {
    .list-box {
        margin: 0 0 2em 0;
        height: auto;
        display: block;
    }
    .list-image {
        position: relative;
        width: 100%;
        height: inherit;
    }
    .list-image img {
        width: 100%;
        height: 350px;
    }
    .list-image-overlay {
        height: 100%;
        width: 100%;
    }
    .list-text {
        margin-left: 0;
    }
    .list-kat,
    .list-text p,
    .ico-cross {
        margin-left: 2px;
    }    
}

@media screen and (max-width: 480px) {
    .list-image img {
        width: 100%;
        height: 250px;
    }
}

/*--------------------------------------------------------------
## Projekte Page
--------------------------------------------------------------*/
.projekt-box {
    position: relative;
    content: '';
    width: 100%;
    height: 300px;
}

.projekt-image {
    position: absolute; 
    content: " ";
    height: 100%;
    width: 100%;
    z-index: 4;
    background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.projekt-page-text {
    position: absolute; 
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    z-index: 90;
    color: #31429a;
	background-color: rgba(255,255,255, 0.8);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.projekt-page-text h5 {
    margin: 0;
}
.projekt-page-text h3 {
    margin-top: 0;
}

.projekt-box:hover .projekt-image {
    filter: gray;
    filter: grayscale(1);
}

.projekt-box:hover .projekt-page-text,
.projekt-box:hover .ico-center{
    opacity: 1;
}

.projekt-page-titel h3 {
    font-weight: 400;
    color: #FFF;
}


@media screen and (max-width: 768px) {
    .projekt-box {
        position: relative;
        content: '';
        width: 100%;
        height: 300px;
    }
    .page-template-page-projekt .column {
        margin-bottom: .5em;
    }    
}



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

/******* Icons ********/
.ico-cross {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 999;
}

.ico-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    transition: all 0.3s ease,
                opacity 0.8s ease;
}

.ico-white {
    background: rgba(255,255,255,0.6);
}

.ico-cross:hover {
    background-color: #E3E3E3;
}

.ico-cross:hover::after, 
.ico-cross:hover::before {
    background-color: #31429a;
}

.ico-cross::after, 
.ico-cross::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #5f7996;
    z-index: 9;
    transition: all 0.3s ease;   
}
.ico-cross::after {
  height: 2px;
  margin-top: -1px;
  top: 50%;
  left: 5px;
  right: 5px;
}
.ico-cross::before {
  width: 2px;
  margin-left: -1px;
  left: 50%;
  top: 5px;
  bottom: 5px;
}


@keyframes shadow-pulse
{
     0% {
          box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
     }
     100% {
          box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
     }
}

.ico-cross {
     animation: shadow-pulse 1.5s infinite;
}

@media screen and (max-width: 768px) {
    .ico-cross {
         animation: none;
    } 
}


/******* Columns ********/
.column-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.reverse {
    flex-direction: row-reverse;
}

.column {
    flex: 1;
    padding-right: .5em;
    margin-bottom: .5em;
}

.projekt-template-default .column,
.verkaufvermietung-template-default .column {
    padding-right: 1.5em;
}



.cols-2 {
    flex: auto;
    width: 49%; /* Media Query */
    max-width: 49%; /* Media Query */
}

.cols-3 {
    flex: auto;
    width: 33%; /* Media Query */
    max-width: 33%; /* Media Query */
}

.cols-4 {
    flex: auto;
    width: 24%; /* Media Query */
    max-width: 24%; /* Media Query */
}

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

@media screen and (max-width: 768px) {
    .column-wrapper {
        display: block;
    }
    .column {
        flex: none;
        margin-bottom: 3em;
        padding-right: .5em;
    }
    .projekt-template-default .column,
    .verkaufvermietung-template-default .column {
        padding-right: .5em;
    }        
    .cols-2,
    .cols-3,
    .cols-4 {
        flex: none;
        width: 100%;
        max-width: 100%;
    }
}


/******* Masonry *******/

.masonry-wrapper {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}

.projekt-box, 
.masonry-brick {
  height: 300px;
}

.masonry-brick { /*Media Query*/
  flex: auto;
  min-width: 300px;
  margin: 0 8px 8px 0; /* Some gutter */
}

.masonry-brick:nth-child(4n+1) {
  width: 30%;
}
.masonry-brick:nth-child(4n+1):nth-child(4n+2) {
  width: 40%;
}
.masonry-brick:nth-child(4n+1):nth-child(4n+3) {
  width: 30%;
}

@media screen and (max-width: 37.5em) {
    .masonry-wrapper {
      display: block;
      margin-left: 0;
    }    
	.projekt-box, 
    .masonry-brick {
      height: 300px;
    }
    .masonry-brick {
      flex: none;
      min-width: inherit;
      margin: 0;
    }
    .masonry-brick:nth-child(4n+1) {
      width: 100%;
    }
    .masonry-brick:nth-child(4n+1):nth-child(4n+2) {
      width: 100%;
    }
    .masonry-brick:nth-child(4n+1):nth-child(4n+3) {
      width: 100%;
    }    
}



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

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


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


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: transparent;
    boder: 0;
    border-style: solid;
    border-color: transparent;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

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

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

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

select {
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
## Different Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 1em 0 1.5em;
	overflow: hidden;
}

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

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

.comment-navigation .nav-next:after,
.posts-navigation .nav-next:after,
.post-navigation .nav-next:after {
content: " →";
}
.comment-navigation .nav-previous:before,
.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before {
	content: "← ";
}
 

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