/*!
Theme Name: ViennaTwentyTwo
Theme URI: https://wwww.medani.at/
Author: medani web & design
Author URI: https://wwww.medani.at/
Description:  Custom Theme for VIENNA TWENTYTWO
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: viennatwentytwo

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Fonts
# Forms
# Typography
# Elements
# Accessibility
# Header
# Footer
# Content

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
    font-size: 16px;
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
    margin: 0;
    overflow-x: hidden;
}

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

h1 {
    font-size: 2.2em;
    margin: 0.67em 0;
}
@media all and (max-width: 767px) {
    h1 {
        -ms-word-break: break-all;
        word-break: break-all;
    }
}

/* 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;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: Bold;
}

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

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Light.woff2') format('woff2'),
    url('fonts/Raleway-Light.woff') format('woff'),
    url('fonts/Raleway-Light.eot') format('embedded-opentype'),
    url('fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-SemiBold.woff2') format('woff2'),
    url('fonts/Raleway-SemiBold.woff') format('woff'),
    url('fonts/Raleway-SemiBold.eot') format('embedded-opentype'),
    url('fonts/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-ExtraLight.woff2') format('woff2'),
    url('fonts/Raleway-ExtraLight.woff') format('woff'),
    url('fonts/Raleway-ExtraLight.eot') format('embedded-opentype'),
    url('fonts/vRaleway-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Medium.woff2') format('woff2'),
    url('fonts/Raleway-Medium.woff') format('woff'),
    url('fonts/Raleway-Medium.eot') format('embedded-opentype'),
    url('fonts/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Bold.woff2') format('woff2'),
    url('fonts/Raleway-Bold.woff') format('woff'),
    url('fonts/Raleway-Bold.eot') format('embedded-opentype'),
    url('fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Regular.woff2') format('woff2'),
    url('fonts/Raleway-Regular.woff') format('woff'),
    url('fonts/Raleway-Regular.eot') format('embedded-opentype'),
    url('fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}


html, body, p, div, span
h6,h5,h4,h3,h2,h1{
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-display: fallback;
}

a,
a:active,
a:link,
a:visited,
a:focus,
a:hover{
    color: #194e5e;
    text-decoration: underline;
    font-weight: bold;
}

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

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

button,
input,
optgroup,
select,
textarea {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 13px;
    font-size: 0.8rem;
    line-height: 1.5;
}

#pawfContainer label[for="pawf_4def63905152ea11a812000d3ab61018_0"], #pawfContainer label[for="pawf_4def63905152ea11a812000d3ab61018_1"]{
    font-size: .8rem;
    line-height: 1.5;
    text-transform: uppercase;
}

@media all and (min-width: 576px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 1rem;
    }
    #pawfContainer label[for="pawf_4def63905152ea11a812000d3ab61018_0"], #pawfContainer label[for="pawf_4def63905152ea11a812000d3ab61018_1"] {
        font-size: 1rem;
    }
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    clear: both;
}
@media all and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        -ms-word-break: normal;
        word-break: normal;
    }
}

h2{
    color: #003B4D;
    font-size: 2.3rem;
    line-height: 2.8rem;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    h2{
        font-size: 1.6rem;
        line-height: 1.2em;
        text-transform: uppercase;
    }
}

@media (max-width: 450px) {
    h2{
        font-size: 1.6rem;
        line-height: 1.2em;
        text-transform: uppercase;
    }
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

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

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

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

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

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    position: relative;
    width: 100vw;
    max-width: 100%;
}

.sticky {
    position: fixed;
    height: 50px;
    max-width: 100%;
    background: #EBF0F1;
    z-index: 301;
}

.site-header::after {
    content: "";
    clear: both;
    display: table;
}

#site-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)!important;
    background: #194E5E;
    width: 300px;
    height: 300px;
    z-index: 1;
    padding: 20px;
    opacity: 0;
}

.sticky > #site-logo {
    display: none;
}

#site-logo-sticky {
    display: none;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 10vw;
    z-index: 1;
}

#site-logo-sticky svg{
    width: 10vw;
    height: 1vw;
}

@media all and (-ms-high-contrast:none){
    #site-logo-sticky {
        display: none;
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 10vw;
        height: 50px;
    }

    #site-logo-sticky svg{
        width: 10vw;
        height: 1vw;
    }
}

@media(max-width: 1366px){
    #site-logo-sticky {
        width: 15vw;
    }

    #site-logo-sticky svg{
        width: 15vw;
        height: 1.5vw;
    }
}

@media(max-width: 1024px){
    #site-logo {
        padding: 10px;
    }

    #site-logo-sticky {
        width: 20vw;
    }

    #site-logo-sticky svg{
        width: 20vw;
        height: 2vw;
    }
}

@media(max-width: 768px){
    #site-logo-sticky {
        width: 30vw;
    }

    #site-logo-sticky svg{
        width: 30vw;
        height: 3vw;
    }
}

@media(max-width: 450px){
    #site-logo-sticky {
        width: 50vw;
    }

    #site-logo-sticky svg{
        width: 50vw;
        height: 5vw;
    }
}

.sticky > #site-logo-sticky {
    display: block;
}

/* Menü */
.main-navigation{
    position: relative;
    z-index: -1;
}

.main-navigation.active{
    z-index: 1;
}

.menu-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: #194E5E;
    cursor: pointer;
    z-index: 3;
}

@media(max-width: 1024px) {
    .menu-button {
        width: 60px;
        height: 60px;
    }
}

@media(max-width: 767px){
    .menu-button {
        top: 5px;
        right: 5px;
        width: 50px;
        height: 50px;
    }
}

@media(max-width: 450px) {
    .menu-button {
        width: 40px;
        height: 40px;
    }
}

.sticky > .menu-button {
    top: 0;
    width: 50px;
    height: 50px;
}

.menu-button::before {
    content: 'MENÜ';
    position: absolute;
    display: block;
    color: #ffffff;
    left: -60px;
    top: 30px;
    font-family: 'Raleway', Arial, Helvetica, sans-seri;
}

@media(max-width: 1024px) {
    .menu-button::before {
        display: none;
        left: -40px;
        top: 20px;
        font-family: 'Raleway', Arial, Helvetica, sans-seri;
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    .menu-button::before {
        top: 10px;
        font-family: 'Raleway', Arial, Helvetica, sans-seri;
        font-size: 10px;
    }

    .sticky .menu-button::before{
        display: none;
    }
}

.sticky > .menu-button::before{
    top: 15px;
}

.sticky .menu-button:before{
    color: #000000;
}

.menu-button span {
    position: absolute;
    width: 50%;
    height: 2px;
    left: 25%;
    top: 37%;
    background-color: #ffffff;
    transition: all .2s ease-in-out 0s;
}

.menu-button span:first-child {
    top: 50%;
}

.menu-button span:last-child {
    top: 63%;
}

.menu-button .active {
    opacity: 0;
}

.active::before {
    color: #194E5E !important;
}

.menu-button .active:first-child {
    opacity: 1;
    top: 48%;
    -webkit-transform: rotate(45deg) translate(0, 0);
    -moz-transform: rotate(45deg) translate(0, 0);
    -ms-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    transition: all .2s ease-in-out 0s;
}

.menu-button .active:last-child {
    opacity: 1;
    top: 48%;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -moz-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    transition: all .2s ease-in-out 0s;
}

#primary-menu-container {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25vw;
    height: 0vh;
    padding-left: 20px;
    opacity: 0;
    transition: all 0.33s ease-in-out 0s;
    overflow: hidden;
    z-index: -1;
}


#primary-menu-container.active {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 90vh;
    background: #EBF0F1;
    padding-top: 150px;
    opacity: 1;
    z-index: 2;
}

@media(max-width: 1367px){
    #primary-menu-container.active{
        height: 100vh;
        width: 50vw;
        padding-top: 200px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #primary-menu-container.active{
        height: 100vh;
        width: 50vw;
    }
}


@media(max-width: 1024px){
    #primary-menu-container {
        width: 35vw;
    }
}

@media(max-width: 1023px){
    #primary-menu-container {
        width: 93vw;
    }
}

@media(max-width: 767px){
    #primary-menu-container.active, .menu-button.active {
        top: 0px;
        right: 0px;
    }

    #primary-menu-container.active{
        height: 100vh;
        width: 100vw;
    }
}
.menu {
    margin: 0;
    margin-top: 30px;
    padding-left: 0;
    list-style: none;
}

#menu-logo {
    margin-left: 10px;
    width: 245px;
}


@media(max-width: 992px){
    #menu-logo. #living-logo svg  {
        width: 200px;
    }
}

#menu-logo svg{
    width: 100%;
    height: 19px;
}

.menu li {
    position: relative;
    padding-left: 60px;
    line-height: 45px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: Bold;
    text-transform: uppercase;
    border-bottom: 1px solid #EBF0F1;
}

.menu li a {
    color: #000000;
    text-decoration: none;
}

.menu li a:before {
    content: '';
    position: absolute;
    display: block;
    top: 5px;
    left: 10px;
    height: 35px;
    width: 35px;
}

.projekt-menu-item a:before {
    background: url(assets/svg/black/icon-projekt.svg);
}

.lage-menu-item a:before {
    background: url(assets/svg/black/icon-lage.svg);
}

.kontakt-menu-item a:before {
    background: url(assets/svg/black/icon-kontakt.svg);
}
.wohnturm-menu-item a:before {
    background: url(assets/svg/black/icon-wohnturm.svg);
}
.news-menu-item a:before {
    background: url(assets/svg/black/icon-news.svg);
}

.opacity {
    opacity: 0.5;
}

#secondary-menu{
    display: flex;
    border-bottom: 1px solid  #EBF0F1;
}

#secondary-menu li{
    padding-left: 10px;
    border-bottom: none;
}

/* Quicklinks Menu */
.header-section-video{
    position: relative;
}
.mwd-quicklinks{
    position: absolute;
    left: 0;
    padding: 0 20px;
    bottom: 15vh;
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: 1;
}

/*.mwd-quicklinks:before{*/
    /*content: 'Quicklinks';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: -20px;*/
    /*color: #ffffff;*/
    /*font-size: 0.8rem;*/
/*}*/

.mwd-quicklinks-menu{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.mwd-quicklinks-menu li{
    position: relative;
    background: #194E5E;
    padding: 85px 8px 20px 8px;
    margin: 0 2px 4px;
    width: 140px;
    list-style: none;
    text-align: center;
}

.mwd-quicklinks-menu .menu-item a:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
}

.mwd-quicklinks-menu .projekt-menu-item a:before{
    background: url(assets/svg/white/icon-projekt.svg) no-repeat;
}

.mwd-quicklinks-menu .lage-menu-item a:before{
    background: url(assets/svg/white/icon-lage.svg) no-repeat;
}

.mwd-quicklinks-menu .news-menu-item a:before{
    background: url(assets/svg/white/icon-news.svg) no-repeat;
    left: 45px;
}

.mwd-quicklinks-menu .kontakt-menu-item a:before{
    background: url(assets/svg/white/icon-kontakt.svg) no-repeat;
}

.mwd-quicklinks-menu .wohnturm-menu-item a:before {
    background: url(assets/svg/white/icon-wohnturm.svg);
}

.mwd-quicklinks-menu li a{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

@media(max-width: 1024px){
    .mwd-quicklinks-menu li{
        width: 104px;
        padding: 61px 4px 14px 4px;
    }

    .mwd-quicklinks-menu .projekt-menu-item a:before{
        left: 29px;
    }

    .mwd-quicklinks-menu .news-menu-item a:before{
        left: 32px;
    }

    .mwd-quicklinks-menu .menu-item a:before{
        content: '';
        position: absolute;
        top: 11px;
        left: 30px;
        width: 44px;
        height: 44px;
        -webkit-transform: none;
        transform: none;
    }

    .mwd-quicklinks-menu li a{
        font-size: 12px;
    }
}

@media(max-width: 727px){
    .mwd-quicklinks-menu {
        max-width: 360px;
        margin: 0 auto;
    }
}

@media(max-width: 500px){
    .mwd-quicklinks-menu {
        max-width: 320px;
    }

    .mwd-quicklinks-menu li{
        width: 86px;
        padding: 49px 2px 11px 2px;
    }

    .mwd-quicklinks-menu .projekt-menu-item a:before{
        left: 23px;
    }

    .mwd-quicklinks-menu .news-menu-item a:before{
        left: 26px;
    }

    .mwd-quicklinks-menu .menu-item a:before{
        content: '';
        position: absolute;
        top: 9px;
        left: 25px;
        width: 36px;
        height: 36px;
    }

    .mwd-quicklinks-menu li a{
        font-size: 10px;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

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

.content-area{
    /*overflow-x: hidden;*/
    min-height: 75vh;
}

/* StartVideo */
.start-arrow-down{
    top: 85vh!important;
}

/* Titelbild */
.header-section-image {
    position: relative;
    width: 100vw;
    height: 65vh;
    margin: 0 auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/*@media all and (max-width: 768px) {
    .header-section-image{
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}*/

@media(min-width: 1620px){
    .header-section-image {
        position: relative;
        width: 1620px;
        min-width: 1620px;
        max-width: 1620px;
        height: 65vh;
        margin: 0 auto;
        background-position: center;
        z-index: 1;
    }
}

.seitensymbol{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    min-width: 150px;
    min-height: 150px;
}

.seitensymbol-svg{
    position: absolute;
    top: 25%;
    left: 50%;
    height: 30%;
    width: 30%;
    transform: translateX(-50%);
}

.seitensymbol-h{
    position: absolute;
    left: 50%;
    bottom: 50px;
    display: block;
    color: #ffffff;
    font-size: 1rem;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
}

.mwd-page-content {
    padding: 0 10%;
}

/* FAQ Suche */
.faq-section{
    margin-top: 120px;
    color: #003B4D;
}

.faq{
    margin-top: 80px;
}

.faq-suche form{
    padding-bottom: 20px;
    border-bottom: 2px solid #003B4D;
}
.faq-suche form input{
    border: none;
}

.faq-suche form input#faq{
    width: 75%;
    font-size: 1.25em;
    text-align: left;

}
.faq-suche form input#faq::placeholder{
    color: #003B4D;
}

.faq-suche form input:focus{
   outline: none;
}

.faq-suche form #faq_searchsubmit{
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/viennatwentytwo/assets/svg/ui-search.svg);
    background-size: 100% auto;
    cursor: pointer;
}



.faq-highlight{
    font-weight: bold;
}

.faq-reset{
    display: none;
    text-align: right;
}

.faq-reset a{
    font-size: 0.85rem;
    text-decoration: none;
}

@media(max-width: 1199px){
    .faq-suche{
        margin-bottom: 80px;
    }

    .faqs, .faq-expandable-item{
        padding-right: 0;
    }


}

/* 404 Seite */

.error-404{
    min-height: 50vh;
}

.error-404 .mwd-quicklinks{
    position: relative;
    top: 0;
}

/* Kontaktseiten, CRM Formulare */
.page-kontakt a{
    color: #ffffff;
    text-decoration: none;
}
.kontakt-anfrage{
    position: relative;
    padding-top: 5%;
}

.logo-anfrage{
    position: absolute;
    right: 0;
    top: 0;
    height: 15%;
    width: 15%;
}

.kontakt-einleitungstext{
    max-width: 75%;
    padding-left: 20px;
}

.kontakt-einleitungstext p{
    font-size: 1em!important;
}

@media(min-width: 768px){
    .page-kontakt-landing .entry-content .col-md-9{
        margin-top: 60px;
    }
}


@media only screen and (min-width: 1025px) and (max-width: 1367px){
    .logo-anfrage {
        position: absolute;
        right: 30px;
        top: -15px;
        height: 13%;
        width: 13%;
    }
}

@media(max-width: 767px){
    .logo-anfrage {
        left: 50%;
        height: 30%;
        width: 30%;
        transform: translateX(-50%);
    }

    .kontakt-anfrage:nth-child(1) .row{
        margin-top: 30%;
    }
}

.pawf_webform{
  margin-top: 100px;
}

.pawf_webform a, .pawf_webform input{
    color: #ffffff;
}

.pawf-row{
    width: 50%!important;
}

@media(max-width: 1023px){
    .pawf-row{
        width: 100%!important;
    }

}
.pawf_webform .pawf-row {
    float: left;
}
.pawf_webform .pawf-row:nth-child(1), .pawf_webform .pawf-row:nth-child(6){
    float: none;
}

.pawf_webform .pawf-row:nth-child(2), .pawf_webform .pawf-row:nth-child(4),  .pawf_webform .pawf-row:nth-child(6), .pawf_webform .pawf-row:nth-child(7){
    /* float:left; */
}

.pawf_webform .pawf-row:nth-child(3), .pawf_webform .pawf-row:nth-child(5),  .pawf_webform .pawf-row:nth-child(8){
   /* float:right; */
}
.pawf_webform .pawf-row:nth-child(1) .pawf-input-col, .pawf_webform .pawf-row:nth-child(6) .pawf-input-col{
    width: 50%;
}

.pawf_webform .pawf-row:nth-child(6){
    width: 100%!important;
}


#pawf_772544a311c7e81181593863bb34fb48 .pawf-row:nth-child(3), #pawf_772544a311c7e81181593863bb34fb48 .pawf-row:nth-child(8){
    float: none;
}

#pawf_772544a311c7e81181593863bb34fb48 .pawf-row:nth-child(5), #pawf_772544a311c7e81181593863bb34fb48 .pawf-row:nth-child(7), #pawf_772544a311c7e81181593863bb34fb48 .pawf-row:nth-child(9), .pawf_webform .pawf-row:nth-child(10){
    float:left;
}

#pawf_772544a311c7e81181593863bb34fb48 .pawf-row:nth-child(6),  #pawf_772544a311c7e81181593863bb34fb48 .pawf-row:nth-child(11){
    float:right;
}
#pawf_772544a311c7e81181593863bb34fb48 .pawf-row:nth-child(1) .pawf-input-col,#pawf_772544a311c7e81181593863bb34fb48 .pawf-row:nth-child(6) .pawf-input-col{
    width: 100%;
}
#pawf_772544a311c7e81181593863bb34fb48 .pawf-row:nth-child(3) .pawf-input-col, #pawf_772544a311c7e81181593863bb34fb48 .pawf-row:nth-child(8) .pawf-input-col {
    width: 50%;
}

#pawf_772544a311c7e81181593863bb34fb48 .pawf-row:nth-child(6){
    width: 50%!important;
}

.pawf_webform .span .p.pawf-label-col{
    text-transform: uppercase;
    font-weight: 300;
}

@media all and (max-width: 1023px) {
    .pawf-row {
        width: 100% !important;
        float: none !important;
    }
    .pawf-row .pawf-input-col {
        width: 100% !important;
    }
}

#c_pawf_3f7f5343be56e911a96e000d3ab496c3,
#c_pawf_e3133a5bbe56e911a96e000d3ab496c3{
    flex-direction: row-reverse;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
    margin: 1em 0;
}
#c_pawf_3f7f5343be56e911a96e000d3ab496c3 .pawf-label-col,
#c_pawf_e3133a5bbe56e911a96e000d3ab496c3 .pawf-label-col {
    display: block !important;
}
#c_pawf_3f7f5343be56e911a96e000d3ab496c3 .pawf-input-col,
#c_pawf_e3133a5bbe56e911a96e000d3ab496c3 .pawf-input-col {
    display: inline-block !important;
    width: auto !important;
    padding: 0;
    margin-right: 5px;
}
#c_pawf_3f7f5343be56e911a96e000d3ab496c3 .pawf-label-col span,
#c_pawf_e3133a5bbe56e911a96e000d3ab496c3 .pawf-label-col span {
    display: inline-block;
}

.pawf-input-col, .pawf-input-col input, .pawf-input-col textarea, .pawf-input-col select{
    background-color: transparent!important;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    padding: 20px 0px 20px 20px;
}

.pawf-input-col input, .pawf-input-col textarea, .pawf-input-col select{
    border-bottom: 2px solid #ffffff;
}

.pawf_webform .multiplecheckboxcontainer.pawf-input-col label {
    float: right;
    width: 97%;
}
@media all and (max-width: 767px) {
    .pawf_webform .multiplecheckboxcontainer.pawf-input-col label {
        width: 95%;
    }
}

.pawf-input-col select, .pawf-input-col input::placeholder, .pawf-input-col textarea::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1; /* Firefox */
}

.pawf-input-col input:-ms-input-placeholder, .pawf-input-col textarea:-ms-input-placeholder   { /* Internet Explorer 10-11 */
    color:#ffffff;
    text-transform: uppercase;
}

.pawf-input-col input::-ms-input-placeholder, .pawf-input-col textarea::-ms-input-placeholder  { /* Microsoft Edge */
    color: #ffffff;
    text-transform: uppercase;
}

.pawf_webform .multiplecheckboxcontainer input[type="checkbox"]{
    background-color: transparent!important;
}

.multiplecheckboxcontainer label{
    margin-left: -20px;
    font-size: 0.85rem;
}

#pawf_772544a311c7e81181593863bb34fb48 b:first-child{
    display: block;
    margin-bottom: 20px;
}

.g-recaptcha {
    display: table-row;
}

.submitButtonContainer{
    text-align: left!important;
}

.submitButtonContainer button{
    position: relative;
    display: inline-block;
    background: #e0be4c;
    color: #ffffff;
    padding: 1.1em 5em;
    text-transform: uppercase;
    border: none;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
}

.page-buero-geschaeft .submitButtonContainer button{
    background: #3da197;
}

.submitButtonContainer button:before{
    content: '';
    position: absolute;
    top: 13px;
    left: 3em;
    height: 25px;
    width: 25px;
    background: url(/wp-content/themes/viennatwentytwo/assets/svg/ui-send.svg) no-repeat;

}

@media(max-width: 767px){
    .page-buero-geschaeft h1{
        font-size: 1.8em;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
    .submitButtonContainer button:before{
        top: 8px;
        left: 2.5em;
    }
}

@media(min-width: 1366px){
    .page-kontakt .entry-content .col-md-9{
        padding-left: 100px;
    }
}

/* Datenschutzseite */
.page-datenschutz{
    padding: 80px 20px;
}

.page-datenschutz h1{
  color: #003B4D;
    font-weight: 200;
}

.page-datenschutz h2{
    margin: 40px 0px;
    font-size: 1.6em;
}

.page-datenschutz h3{
    color: #003B4D;
}

.page-id-756 .entry-title, .page-id-758 .entry-title, .page-id-760 .entry-title, .page-id-797 .entry-title{
    display: none;
}


/* Slidercontainer,  SVG vor Animation ausblenden */
.imgs{
    opacity: 0;
}
.svg-container, #svg-CAkeN svg, #mobile-svg-CAkeN, .projektplan .animierter-hintergrund, .komplexplan .animierter-hintergrund{
    opacity: 0;
}

.section-video-mobile{
    display:none;
}

@media(max-width: 768px){
    .section-video-mobile{
        display:block;
    }

    .section-video{
        display:none;
    }

    #rev_slider_2_2 ul li .slotholder .rs-background-video-layer .html5vid video{
        left: 0!important;
        height: 100vh!important;
        width: 100vw!important;
    }
}

.imgs{
    transition: 0.1s opacity ease-in;
}

.svg-draggable .mwd-animateme-tooltip, #mobile-svg-CAkeN{
    transition: 0.3s opacity ease-in;
}

/* H1 Block */
.hide_heading{
    position: absolute;
    top: -30vh;
}

/*--------------------------------------------------------------
   # IE Fix CRM Provaria Anfang
   --------------------------------------------------------------*/
.page-template-page-wohungsanfrage form select,
.page-template-page-wohungsanfrage form textarea,
.page-template-page-buero-geschaeftsflaechen-anfrage form select,
.page-template-page-buero-geschaeftsflaechen-anfrage form textarea,
.page-template-page-wohnungsanfrageNew form select,
.page-template-page-wohnungsanfrageNew form textarea,
.page-template-page-buero-geschaeftsflaechen-anfrageNew form select,
.page-template-page-buero-geschaeftsflaechen-anfrageNew form textarea{
    color: #fff;
}

.page-template-page-wohungsanfrage form select option,
.page-template-page-buero-geschaeftsflaechen-anfrage form select option,
.page-template-page-wohnungsanfrageNew form select option,
.page-template-page-buero-geschaeftsflaechen-anfrageNew form select option{
    color: #000;
}

.page-template-page-buero-geschaeftsflaechen-anfrage form select option, .page-template-page-wohnungsanfrageNew form select option,
.page-template-page-buero-geschaeftsflaechen-anfrageNew form select option, .page-template-page-wohnungsanfrageNew form select option{
    text-transform: uppercase;
}

form#pawf_772544a311c7e81181593863bb34fb48 #c_pawf_3f7f5343be56e911a96e000d3ab496c3,
form#pawf_772544a311c7e81181593863bb34fb48 #c_pawf_e3133a5bbe56e911a96e000d3ab496c3 {
    display: inline-block;
    flex-direction: row;
    width: auto !important;
    float: none;
}
form#pawf_772544a311c7e81181593863bb34fb48 #c_pawf_3f7f5343be56e911a96e000d3ab496c3 .pawf-label-col,
form#pawf_772544a311c7e81181593863bb34fb48 #c_pawf_e3133a5bbe56e911a96e000d3ab496c3 .pawf-label-col {
    float: right;
}

/*--------------------------------------------------------------
   # IE Fix CRM Provaria Ende
   --------------------------------------------------------------*/


/*--------------------------------------------------------------
   # IE Fix CRM Provaria Temp
   --------------------------------------------------------------*/
#pawf_d9b00bccd8e8e811812b1458d041f8e8{
    display: none!important;
}


/* Loading Overlay */
.loading-overlay{
    position: fixed;
    background: #ffffff;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    display: block;
    opacity: 1;
    transition: 0.5s;
}

@media(min-width: 344px) {
    .wp-block-lazyblock-kontakt-info .g-recaptcha > div {
        width: 322px !important;
        padding-left: 20px;
    }
}

.wp-block-lazyblock-kontakt-info .submitButtonContainer {
    padding-left: 20px;
}

#c_pawf_7f2544a311c7e81181593863bb34fb48 {
    float: none !important;
    width: 50% !important;
}
#c_pawf_89e6335617c7e81181593863bb34fb48 > div,
#c_pawf_792544a311c7e81181593863bb34fb48 > div,
#c_pawf_7f2544a311c7e81181593863bb34fb48 > div {
    width: 50% !important;
}
.pawf_webform .pawf-row:not(#c_pawf_862544a311c7e81181593863bb34fb48) {
    float: none !important;
}
/*#c_pawf_7e2544a311c7e81181593863bb34fb48.pawf-row:nth-child(5) > div {*/
/*    display: table-cell;*/
/*}*/
/*.pawf-row:nth-child(6) {*/
/*    float: none;*/
/*}*/

/*form#pawf_772544a311c7e81181593863bb34fb48 input[type="checkbox"]  + label:after {*/
/*    left: 9px;*/
/*    top: 5px;*/
/*    width: 5px;*/
/*    height: 10px;*/
/*    border: solid white;*/
/*    border-width: 0 3px 3px 0;*/
/*    -webkit-transform: rotate(45deg);*/
/*    -ms-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*}*/




form#pawf_772544a311c7e81181593863bb34fb48 .multiplecheckboxcontainer > div.span {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
form#pawf_772544a311c7e81181593863bb34fb48 .multiplecheckboxcontainer > div.span input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 22px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
form#pawf_772544a311c7e81181593863bb34fb48 .multiplecheckboxcontainer > div.span:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
form#pawf_772544a311c7e81181593863bb34fb48 .multiplecheckboxcontainer > div.span input:checked ~ .checkmark {
    background-color: #e0be4c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
form#pawf_772544a311c7e81181593863bb34fb48 .multiplecheckboxcontainer > div.span input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
form#pawf_772544a311c7e81181593863bb34fb48 .multiplecheckboxcontainer > div.span .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    /*border: solid #194e5e;*/
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

form#pawf_772544a311c7e81181593863bb34fb48 .multiplecheckboxcontainer > div.span {
    margin-bottom: 33px;
}

form#pawf_772544a311c7e81181593863bb34fb48 .multiplecheckboxcontainer.pawf-input-col label {
    width: 100%;
}
