/*
Theme Name: Ökopark Gewerbepark Hartberg
Author: Rubikon
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html, body {

    height: 100%;
}

body {
    margin: 0;
    -webkit-font-smoothing: auto;
    font-family: Open Sans;
    font-size: 16px;
    height: 100%;
}

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;
    color: #82A0B4;
}

a:active,
a:hover {
    outline: 0;
    color: #21333A;
    text-decoration: none;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 2.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #24292e;
    font-weight: 600;
    padding-bottom: 10px;
}

h1 {
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: normal;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 64px;
        font-size: 4rem;
        letter-spacing: normal;
    }
}

h2 {
    font-size: 32px;
    padding-bottom: 0.3em;
    line-height: 1.25;
    font-weight: bold;
}


h3 {
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 17.5px;
}

h6 {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #666666;
    position: relative;
    letter-spacing: 0.15em;
    margin-bottom: 42px;
    text-transform: uppercase;
    padding: 0;
}

h6:after {
    position: absolute;
    width: 96px;
    border-bottom: 1px solid #666666;
    display: inline-block;
    content: '';
    left: 0;
    bottom: -9px;
}

h1.entry-title {
    font-size: 1.31rem;
    border-bottom: 1px solid #eaecef;
}

h2.entry-title {
    border-bottom: 1px solid #eaecef;
}

h3.widget-title {
    font-size: 1.2rem;
}


.greyBG {
    background-color: #F0F0F0;
}

.bold {
    font-weight: bold;
}

.headlineDARK h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #21333A;
}

.headlineDARK h1, .headlineLIGHT h1, .bannerABSOLUTE .textblock, .companyContainer .textblock, .textblock_two {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

[aos="fade"] {
    opacity: 0;
    transition-property: opacity;
}

[aos="fade"].aos-animate {
    opacity: 1;
}


.headlineLIGHT h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #009BD9;
}

.textblock {
    font-size: 16px;

}

.bannerTEXT .textblock a {
    text-transform: uppercase;
}

.bannerTEXT .textblock a:before {
    content: url("/wp-content/themes/gewerbepark_hartberg/img/before.svg");
    padding-right: 5px;
}

/* CAROUSEL */
.carousel-control-prev-icon {
    background-image: url("/wp-content/themes/gewerbepark_hartberg/img/prev.svg");
}

.carousel-control-next-icon {
    background-image: url("/wp-content/themes/gewerbepark_hartberg/img/next.svg");
}


#myCarousel .carousel-item {
    text-align: center;
}

.whitebottom {
    border-bottom: 10px solid #ffffff;
    height: 100px;
}

img.grayscale {
    -webkit-filter: grayscale(100%);
    max-height: 86px;
}

img.grayscale:hover {
    -webkit-filter: grayscale(0%);

}

@media (max-width: 992px) {
    #myCarousel .carousel-inner .carousel-item > div {
        display: none !Important;
    }

    #myCarousel .carousel-inner .carousel-item > div:first-child {
        display: block !Important;
    }
}

#myCarousel .carousel-inner .carousel-item.active,
#myCarousel .carousel-inner .carousel-item-next,
#myCarousel .carousel-inner .carousel-item-prev {
    display: flex !Important;
    justify-content: center !Important;
}

@media (min-width: 992px) {
    #myCarousel .carousel-inner .carousel-item-right.active,
    #myCarousel .carousel-inner .carousel-item-next {
        transform: translateX(25.5%) !Important;
    }

    #myCarousel .carousel-inner .carousel-item-left.active,
    #myCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-16.6%) !Important;
        display: none !Important;
    }
}

#myCarousel .carousel-inner .carousel-item-right,
#myCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0) !Important;
}

@media (max-width: 992px) {
    #aptCarousel .carousel-inner .carousel-item > div {
        display: none !Important;
    }

    #aptCarousel .carousel-inner .carousel-item > div:first-child {
        display: block !Important;
    }
}

#aptCarousel .carousel-inner .carousel-item.active,
#aptCarousel .carousel-inner .carousel-item-next,
#aptCarousel .carousel-inner .carousel-item-prev {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    #aptCarousel .carousel-inner .carousel-item-right.active,
    #aptCarousel .carousel-inner .carousel-item-next {
        transform: translateX(25.5%);
    }

    #aptCarousel .carousel-inner .carousel-item-left.active,
    #aptCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-16.6%);
        display: none;
    }
}

#aptCarousel .carousel-inner .carousel-item-right,
#aptCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.blueBGdark a {
    text-decoration: underline;
    color: #000000;
}

/*_-------- GRID ---------- */


.grid {
    min-height: 500px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.grid img {
    max-width: 369px;
    width: 369px;
    max-height: 120px;
    height: 120px;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
    float: left;
    width: 33.33% !important;

}

.grid-item--width2 {
    width: 200px !important;
}

.grid-item--height2 {
    height: 200px !important;
}

.grid-item--width3 {
    width: 33.33% !important;
}

.grid-item--height3 {
    height: 100% !important;
}

.grid-item--width4 {
    width: 400px !important;
}

.grid-item--height4 {
    height: 400px !important;
}


/* GRID END */


/* ---- button-group ---- */

.button-group:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- isotope ---- */

.grid {

    margin-bottom: 2em;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */

.element-item {

    position: relative;
    float: left;
    width: 33.33%;
    overflow: hidden;
    padding: 15px;
    color: #262524;
}

.element-item > * {
    margin: 0;
    padding: 0;
}

.element-item .name {

    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: normal;
}

.element-item .symbol {
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.element-item .number {
}

.element-item .weight {
    font-size: 12px;
}


@media screen and (min-width: 1200px) {
    .bricklayer-column-sizer {
        width: 33.3%;
    }
}

@media screen and (min-width: 768px) {
    .bricklayer-column-sizer {
        width: 33.3%;
    }
}

/* Apartments single */
.apartmentSize {
    background-color: #D0D7E1;
    border-radius: 5px;
    padding: 5px 10px;
    min-width: 35%;
    text-align: center;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.apartments h2 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 10px solid #82A0B4;
}

.ekko-lightbox-nav-overlay a span {
    padding: 0 30px;
}


.apartmentsingle .apartmentView {
    padding-left: 15px;
}

.apartmentView {
    font-size: 13px;
    text-decoration: underline;
}

#aptCarousel .carousel-item img {
    width: 250px;
    height: 150px;
}

.apartmentCosts {
    font-size: 14px;
}

.apartmentContainer {
    padding: 10px;
    background-color: #82A0B4;
    color: #ffffff;
    border-bottom: 10px solid #D0D7E1;
    height: 250px;
    position: relative;
}

.apartmentPage .apartmentImage img {
    width: 350px;
    height: 230px;
    object-fit: cover;
}

.apartmentTitle {
    font-size: 20px;
}


.center {
    text-align: center;
}

.apartmentExtra {
    font-size: 10px;
    position: absolute;
    bottom: 5px;
}

.apartmentsingle.blueBGdark {
    color: #ffffff;
    font-size: 20px;
}

.apartmentsingle.blueBGdark h2 {
    color: #ffffff;
}

.apartmentheadline h3 {
    padding-top: 5px;
    color: #ffffff;
}

.apartmentleft {
    width: 50%;
    float: left;
}

.apartmentright {
    width: 50%;
    float: right;
}

.strong {
    font-weight: bolder;
}

.apartmentImage {
    position: relative;
}

.apartmentsingle .mainimage img {
    height: 450px;
    width: 540px;
    object-fit: cover;
}

.uppercase {
    text-transform: uppercase;
}

.object_details {
    font-size: 12px;
    padding: 5px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#partnerslider img {
    max-width: 150px;
}

.header .logo img, .header-mobile .logo img {
    max-width: 225px;
    height: 60px;
}

.header {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
    z-index: 999;
    position: relative;
}

.header .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 88px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
#top-navi .meta-blau a, #top-navi .meta-gelb a, #top-navi .meta-graublau a {
    border-radius: 0;
}
#top-navi {
    position: absolute;
    right: 15px;
    top: 0;
}
#top-navi {
    text-align: right;
}

#top-navi ul li {
    padding-left: 15px;
    padding-top: 15px;
}

#top-navi ul li a {
    color: #ffffff;
}

#top-navi ul {
    display: inline-flex;
    list-style: none;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 15px;
}
.header hr {
    border-top: 1px solid #B3B3B3;
    margin: 0;
}

.header .services-dropdown {
    background: #6EA1B3;
    color: white;
    position: relative;
    padding: 16px 100px;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: normal;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.header .services-dropdown .trigger svg {
    position: relative;
    top: -2px;
}

.header .services-dropdown .drop {
    position: absolute;
    background: #6EA1B3;
    left: 0px;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header .services-dropdown .drop .inner {
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    position: relative;
    left: -20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header .services-dropdown .drop a {
    color: white;
    margin-bottom: 10px;
}

.header .services-dropdown .drop a img {
    position: absolute;
    width: 50px;
    display: none;
}

.header .services-dropdown.open .drop {
    height: 230px;
    z-index: 99;
}

.header .services-dropdown.open .drop .inner {
    opacity: 1;
    left: 0;
}

.header .main-menu {
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: -100px;
}

.header .main-menu .container {
    height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .main-menu .right a {
    padding-bottom: 21px;
    display: inline-block;
    margin-left: 20px;
}

.header .main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: normal;
}

@media screen and (min-width: 1200px) {
    .header .main-menu ul {
        font-size: 15px;
        font-size: 0.9375rem;
        letter-spacing: normal;
    }
}

.header .main-menu ul > li {
    margin-right: 40px;
}

.header .main-menu ul > li a {
    color: #333333;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear;
    text-decoration: none;
}

.header .main-menu ul > li a:visited {
    color: #333333;
}

.header .main-menu ul > li a:hover {
    color: #6EA1B3;
    text-decoration: none;
}

.header .main-menu ul > li a:active {
    color: #333333;
}

.header .main-menu ul > li a:focus {
    color: #333333;
}

.header .main-menu ul > li a {
    padding-bottom: 23px;
    display: block;
}

.header .main-menu ul > li.open ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header .main-menu ul > li.current_page_item a {
    position: relative;
}

.header .main-menu ul > li.current_page_item a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10.5px 16px 10.5px;
    border-color: transparent transparent #6EA1B3;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.header .main-menu ul > li > ul.sub-menu {
    position: absolute;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    background: white;
    width: max-content;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;

    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px;
}

.header .main-menu ul > li > ul.sub-menu > li {
    width: 318px;
    border-bottom: 1px solid #B3B3B3;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    position: initial;
}

.header .main-menu ul > li > ul.sub-menu > li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header .main-menu ul > li > ul.sub-menu > li a {
    position: relative;
    width: 100%;
    padding: 0;
    letter-spacing: 0.08em;
}

.header .main-menu ul > li > ul.sub-menu > li a:after {
    content: none;
}

.header .main-menu ul > li > ul.sub-menu > li.menu-item-has-children a:after {
    content: '';
    background-image: url("/wp-content/themes/gewerbepark_hartberg/img/menuchevblue.svg");
    position: absolute;
    height: 20px;
    width: 20px;
    display: block;
    background-repeat: no-repeat;
    right: -10px;
    top: 5px;
    border: none;
    left: auto;
}

.header .main-menu ul > li > ul.sub-menu > li:last-child {
    border: 0;
}

.header .main-menu ul > li > ul.sub-menu > li > ul.sub-menu {
    left: 400px;
    position: absolute;
    top: 0;
    font-weight: 400;
    text-transform: none;
    padding-top: 56px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 1200px) {
    .header .main-menu ul > li > ul.sub-menu > li > ul.sub-menu {
        width: auto;
    }
}

.header .main-menu ul > li > ul.sub-menu > li > ul.sub-menu:after {
    content: none;
}

.header .main-menu ul > li > ul.sub-menu > li > ul.sub-menu li {
    border: 0;
    height: auto;
    padding-bottom: 20px;
}

.header .main-menu ul > li > ul.sub-menu > li > ul.sub-menu li a:after {
    content: none;
}

.header .quicklinks {
    position: absolute;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    background: #6EA1B3;
    color: white;
    right: -675px;
    left: 0;
    top: 63px;
    height: 380px;
    width: 340px;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: normal;
    padding-top: 42px;
    padding-left: 33px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px;
}

.header .quicklinks .qlcont {
    display: none;
}

.header .quicklinks .qlcont.open {
    display: block;
}

.header .quicklinks .qlcont li {
    position: relative;
}

.header .quicklinks .qlcont li .imgcont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
}

@media screen and (min-width: 1200px) {
    .header .quicklinks {
        width: 460px;
    }
}

@media screen and (min-width: 992px) {
    .header .quicklinks.open {
        opacity: 1;
        visibility: visible;
    }
}

.header .quicklinks .head {
    letter-spacing: 0.08em;
    margin-bottom: 40px;
}

.header .quicklinks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: white;
}

.header .quicklinks ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.header .quicklinks ul li img {
    margin-right: 24px;
}

.header .quicklinks ul li a {
    color: white;
    margin-bottom: 0;
    padding: 0;
    letter-spacing: 0.08em;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    max-width: 170px;
}

.header .quicklinks ul li a:visited {
    color: white;
}

.header .quicklinks ul li a:hover {
    color: white;
    text-decoration: underline;
}

.header .quicklinks ul li a:after {
    content: '';
    background-image: url("/wp-content/themes/gewerbepark_hartberg/img/menuchevwhite.svg");
    position: absolute;
    height: 12px;
    width: 12px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    right: -35px;
    top: 6px;
    border: none;
    left: auto;
}

.header.smallerheader .main-menu {
    position: fixed;
    width: 100%;
    background: white;
    top: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
}

.services-bar {
    background: #6EA1B3;
    color: white;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 20px 0px;
}

.services-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .services-bar .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 106px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media screen and (min-width: 992px) {
    .services-bar .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.services-bar .container a {
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .services-bar .container a {
        margin-bottom: 20px;
        width: 33.33%;
    }
}

@media screen and (min-width: 992px) {
    .services-bar .container a {
        margin: 0px 30px;
        margin-bottom: 0;
    }
}

.services-bar img {
    margin-right: 20px;
    max-width: 45px;
}

.services-bar a {
    color: white;
}


.slide-menu {
    position: fixed;
    background: #6EA1B3;
    right: 0;
    top: 0;
    height: 100vh;
    width: 752px;
    color: white;
    padding-top: 110px;
    padding-left: 60px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide-menu .inner {
    max-width: 295px;
}

.slide-menu .social-menu {
    margin-top: 10px;
}

.slide-menu .social-menu a {
    margin-right: 10px;
}

.slide-menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.slide-menu .icons {
    margin-bottom: 40px;
    width: 100%;
    text-align: right;
}

.slide-menu .icons a {
    margin-left: 20px;
}

.slide-menu ul li {
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.slide-menu ul li a {
    color: white;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear;
    text-decoration: none;
}

.slide-menu ul li a:visited {
    color: white;
}

.slide-menu ul li a:hover {
    color: white;
    text-decoration: none;
}

.slide-menu ul li a:active {
    color: white;
}

.slide-menu ul li a:focus {
    color: white;
}

.slide-menu hr {
    border-top: 2px solid white;
    margin-top: 60px;
    margin-bottom: 60px;
}

.slide-menu .follow {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.header-mobile .firstrow {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 401;
    background: white;
    position: relative;
    padding: 0 25px;
}

.header-mobile .togglemobile img.open {
    display: none;
}

.header-mobile .togglemobile.open .closed {
    display: none;
}

.header-mobile .togglemobile.open .open {
    display: block;
}

.header-mobile .menu-container {
    position: absolute;
    z-index: 400;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-mobile .menu-container.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-mobile ul.menu {
    background: #6EA1B3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: normal;
}

.header-mobile ul.menu > li {
    min-height: 72px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid white;
}

.header-mobile ul.menu > li > a {
    color: white;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
}

.header-mobile ul.menu > li.menu-item-has-children .arrow {
    content: '';
    background-image: url("/wp-content/themes/gewerbepark_hartberg/img/menuchevwhite.svg");
    position: absolute;
    height: 12px;
    width: 12px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    right: 15px;
    top: 28px;
    border: none;
    left: auto;
}

.header-mobile ul.menu > li.open .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-mobile ul.menu > li.open > ul.sub-menu {
    height: auto;
}

.header-mobile ul.menu > li ul.sub-menu {
    position: relative;
    background: white;
    width: 100%;
    color: #6EA1B3;
    height: 0;
    overflow: hidden;
}

.header-mobile ul.menu > li ul.sub-menu > li {
    min-height: 72px;
    width: 100%;
    border-bottom: 1px solid #6EA1B3;
}

.header-mobile ul.menu > li ul.sub-menu > li:last-child {
    border-bottom: none;
}

.header-mobile ul.menu > li ul.sub-menu > li a {
    padding-left: 45px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-mobile ul.menu > li ul.sub-menu > li > ul.sub-menu {
    font-weight: 400;
    text-transform: none;
    padding-left: 45px;
    height: auto;
    padding-bottom: 20px;
}

.header-mobile ul.menu > li ul.sub-menu > li > ul.sub-menu li {
    min-height: 0;
    border-bottom: none;
}

.header-mobile ul.menu > li ul.sub-menu > li > ul.sub-menu li a {
    height: auto;
    margin-bottom: 10px;
}

.header-mobile ul#menu-slide-menu-1 {
    background: #EDEDED;
}

.header-mobile ul#menu-slide-menu-1 li {
    border-color: #6EA1B3;
}

.header-mobile ul#menu-slide-menu-1 li a {
    color: #6EA1B3;
}

.header-mobile .social {
    height: 80px;
    background: #EDEDED;
}

.header-mobile ul#menu-footer-meta-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    background: #EDEDED;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: normal;
    padding-bottom: 26px;
    padding-top: 20px;
}

.header-mobile ul#menu-footer-meta-menu li {
    min-height: 0;
    border: none;
}

.header-mobile ul#menu-footer-meta-menu li a {
    height: auto;
    color: #6EA1B3;
    text-transform: none;
}

.sidebar {
    position: fixed;
    right: 0px;
    top: 451px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sidebar a {
    background: white;
    border: 1px solid #6EA1B3;
    padding: 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    width: 67px;
    height: 67px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar a span {
    position: absolute;
    opacity: 0;
}

.sidebar a img {
    margin-left: 15px;
    position: absolute;
    right: 9px;
    top: 9px;
}

.sidebar a img.hover {
    opacity: 0;
}

.sidebar a:hover {
    width: 150px;
    background: #6EA1B3;
    border: 1px solid white;
    color: white;
}

.sidebar a:hover img {
    opacity: 0;
}

.sidebar a:hover img.hover {
    opacity: 1;
}

.sidebar a:hover span {
    position: absolute;
    opacity: 1;
}

/* SINGLES */

.singleHEADLINE h1 {
    font-weight: bold;
    color: #82A0B4;
    text-transform: uppercase;
}

.singleSUBLINE h2 {
    font-weight: bold;

}

.singleIMG img {
    object-fit: contain;
    width: 100%;
}

/* NEWS */
.newsfield .extra .newsTITLE {
    padding-top: 20px;
}

.newsTITLE {
    height: 85px;
}

.news .headline h1, .apartmentsingle h1 {
    color: #009BD9;
    font-weight: bold;
}

.news .headline h1 {
    padding-bottom: 15px;
}

.newsINNER {
    padding: 1em;
}

.newsINTRO {
    padding-bottom: 45px;
}

.newsIMG img {
    width: 350px;
    height: 170px;
    object-fit: cover;
}

.newsMETA {
    font-size: 14px;
    padding-bottom: 15px;
}

.dateSinglePost{
    margin-top: -35px;
}

.newsTEXTBLOCK {
    height: 100px;
    overflow: hidden;
    font-size: 14px;
}

.news .offerContainer {
    margin-bottom: 60px;
    height: 450px;
}

.textblock_two img {
    width: 100%;
}

.textblock_two ul {
    list-style: inherit;
    margin: initial;
    padding: inherit;
}

/* TABLES */

.extraTEXT {
    font-size: 13px;
    padding: 0 0 0 15px;
}

.tables thead {
    border: 1px solid #707070;
}

th.darkH {
    background-color: #82A0B4;
    text-transform: uppercase;
    padding: 10px 0 10px 15px;

}

td.tableTD {
    padding: 5px 0 0 15px;
    background-color: #F0F0F0;

    border: 1px solid #707070;
}

/* Header */
.page-header.Klein .page-header-banner img {
    position: absolute;
    width: 100%;
    top: 0;
    height: 275px;
    object-fit: cover;
}

.noMargin {
    margin-bottom: 0 !Important;
}

.page-header.Groß .page-header-banner img {
    position: absolute;
    width: 100%;
    top: 0;
    height: 715px;
    object-fit: cover;
}

.page-header {
    color: white;
    position: relative;
    padding-top: 63px;
    background: #6EA1B3;
}

.page-header img.overlay {
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 9;
    left: -100px;
}

.page-header .bg-image {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.page-header .text-container {
    max-width: 476px;
    z-index: 99;
    position: relative;
}

.page-header h1 {
    letter-spacing: -0.005em;
    margin-bottom: 40px;
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .page-header h1 {
        line-height: 70px;
    }
}

.page-header .subheadline {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: normal;
    letter-spacing: 0.15em;
    margin-bottom: 27px;
    position: relative;
}

.page-header .subheadline:after {
    position: absolute;
    width: 109px;
    border-bottom: 1px solid white;
    display: inline-block;
    content: '';
    left: 0;
    bottom: -5px;
}

.page-header p {
    line-height: 32px;
    margin-bottom: 60px;
    font-size: 18px;
}

.page-header a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.page-header.Groß {
    padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
    .page-header.Groß {
        height: 712px;
        margin-bottom: 50px;
    }
}

.page-header.Klein {
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
    .page-header.Klein {
        height: 300px;
    }
}

.page-header.Klein h1 {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: normal;
}

.page-header.Klein .container {
    min-height: 110px;
}

.page-header.Klein .text-container {
    max-width: initial;
}

.page-header.Klein .container:before {
    content: '';
    display: block;

    background-image: url("/wp-content/themes/gewerbepark_hartberg/img/largev.svg");
    top: -145px;
    left: -28px;
    width: 100px;
    height: 130px;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
    .page-header.Klein .container:before {
        top: -165px;
        left: -28px;
        width: 160px;
        height: 160px;
    }
}

/* Team */
.lcteam {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .lcteam {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

.lcteam .tcard {
    position: relative;
    margin-bottom: 30px;
    max-width: 539px;
}

.lcteam .trigger {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: white;
    cursor: pointer;
}

.lcteam .trigger img {
    position: relative;
    top: -2px;
}

.lcteam .overlay {
    position: absolute;
    opacity: 0;
    background: #6EA1B3;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    padding: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media screen and (min-width: 768px) {
    .lcteam .overlay {
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
    .lcteam .overlay {
        padding-top: 50px;
        padding-left: 10%;
    }
}

.lcteam .overlay:hover {
    opacity: 1;
}

.lcteam .overlay:hover .data {
    opacity: 1;
    visibility: visible;
}

.lcteam .overlay h5 {
    font-size: 24px;
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .lcteam .overlay h5 {
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 40px;
    }
}

.lcteam .overlay h6 {
    color: white;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .lcteam .overlay h6 {
        margin-bottom: 42px;
    }
}

.lcteam .overlay h6:after {
    border-color: white;
}

.lcteam .overlay .data {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 13px;
}

@media screen and (min-width: 992px) {
    .lcteam .overlay .data {
        font-size: inherit;
    }
}

.lcteam .overlay .data a {
    display: block;
}

.lcteam .overlay a {
    color: white;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear;
    text-decoration: none;
}

.lcteam .overlay a:visited {
    color: white;
}

.lcteam .overlay a:hover {
    color: white;
    text-decoration: none;
}

.lcteam .overlay a:active {
    color: white;
}

.lcteam .overlay a:focus {
    color: white;
}


.blackoverlay {
    background: black;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 100%);
    width: 60%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
}

/* SLIDER */


.carousel {
    width: 100%;
}

.sliderContainer {
    position: relative
}

.sliderABSOLUTE {
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.sliderTEXT {
    margin-top: 150px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px;
}

.sliderTEXT h1 {
    font-size: 75px;
    margin: 0;
    padding: 0;
}

#BannerCarousel .carousel-control-next-icon, #BannerCarousel .carousel-control-prev-icon {
    display: inline-block;
    width: 55px;
    height: 55px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #82A0B4;
    border: 1px solid #ffffff;
    margin-top: 10px;
}

/* BANNER */
.banner {
    height: 650px;
    max-height: 650px;
    width: 100%;
}


.backgroundFULL img {
    max-height: 650px;
    height: 650px;
    object-fit: cover;
    width: 100%;
}

.backgroundHALF img {
    height: 650px;
    object-fit: cover;
    width: 50%;
    float: right;
}

.bannerABSOLUTE {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
}

.bannerTEXT {
    padding-top: 80px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.bannerTEXT h1 {
    margin: 0;
    padding: 0;
}

/*Headline */
.blueBG {
    background-color: #D0D7E1;
}

.headline {
    color: #82A0B4;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.blueBGdark {
    background-color: #82A0B4;
}

/* Offers */
.headlineOFFERS h1 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.blueBGdark .textblock {
    color: #ffffff;
}

.subheaderOFFERS h3 {
    color: #82A0B4;
    font-size: 24px;
    font-weight: bold;
}

.textblockOFFERS {
    font-size: 14px;
    height: 90px;
    overflow: hidden;
    color: #000000;
}

.subheaderOFFERS a {
    text-decoration: none;
}

.offerContainer {
    border-bottom: 10px solid #82A0B4;
    padding-bottom: 30px;
    height: 250px;
}

.offerICON img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 15px;
}

img.polygon {
    margin-left: auto;
    display: block;
    margin-right: auto;
}

/*IMG + Quote */

.bannerQUOTE {
    padding-top: 300px;
}

.quote .textblock {
    background-color: #ffffff;
    padding: 30px 60px;
    font-size: 14px;

}

.quote .textblock h3, .quote .textblock h2, .quote .textblock h1 {
    color: #82A0B4;
    font-weight: bold;
    font-size: 24px;
}

.error404 .headlineDARK h1 {
    font-size: 65px;
}

img.errorLogo {
    width: 100%;

}

/* COMPANIES */
.btn.focus, .btn:focus {
    border-radius: 0;
    box-shadow: 0 0 0 0.2rem rgb(130, 160, 180);
    margin-left: 5px;
    margin-top: 5px;
}

.mainButtons {
    display: inline-grid;
    padding-left: 5px;
}

.mainButtons h4 {
    padding: 0;
    margin: 0;
}

.mainButtons button {
    background-color: transparent;
    border: none;
}


.mainButtons .btn {
    text-align: left;
}

/* FILTER */
#myBtnContainer button.buildingbtn {
    color: #D0D7E1;
    font-size: 25px;
    border: 1px solid;
    font-weight: bold;
    background-color: #82A0B4;
    height: 50px;
    font-weight: bold;
    width: 60px;
    text-align: center;
    border-radius: 0;
    margin-bottom: 5px;
}

#myBtnContainer button {

    border: none;
}

#buildingBTNs {
    padding-top: 5px;
    display: none;
}

.filterDiv {
    float: left;
    width: 100%;
    display: none;
}

.companyContainer .show {
    display: flex;
    width: 100%;
}

.filterBuildings .show {
    display: block;
    width: 100%;
}

.bricklayer-column {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

button.nameFilter.btn.active > #buildingBTNs {
    display: none;
}

.bricklayer {
    width: 100%;
}


.brickContainer {
    border-bottom: 10px solid #82A0B4 !important;
    border: none;
    border-radius: 0;

}

.companyNumber {
    color: #82A0B4;
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    display: block;
    height: 45px;
    width: 55px;
    line-height: 45px;
    background-color: #D0D7E1;
    text-align: center;
    float: right;
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
}

.number {
    padding-top: 15px;
    position: relative;
}

img.company {

    object-fit: contain;

}

.underline {
    text-decoration: underline;
}

.companyContainer h4 {
    color: #82A0B4;
    height: 20px;
}

.companyContainer h1 {
    padding: 0;
    margin: 0;
}

.containerfluid {
    overflow-x: hidden;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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 10px;
    width: 100%;
}

.relative {
    position: relative;
}

.inner {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptop {
    padding-top: 30px;
}

.innerRealestate {
    padding: 15px;
}

.outer {
    padding-top: 2em;
    padding-bottom: 2em;
}

/*--------------------------------------------------------------
# Forms & Cookies
--------------------------------------------------------------*/

#BorlabsCookieBox .cookie-logo {
    display: none !important;
}

#BorlabsCookieBox ._brlbs-flex-center {
    justify-content: left !important;
}

.cn-button.bootstrap {
    background-color: #82A0B4 !important;
    font-family: Open Sans, sans-serif;
    background-image: none;
}

.contactContainer label {
    height: 20px;
    margin: 0;
    width: 100%;
}

.btn-primary {
    border-color: #82A0B4;
    background-color: #82A0B4;
    width: 30%;
}

.btn-primary:hover {
    border-color: #707070;
    background-color: #707070;
    width: 30%;
}

div.wpcf7-response-output {
    margin: 30px 0 0 0;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #E9B646
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #82A0B4;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    height: 146px;
    margin-bottom: 0;
    background-color: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
    padding: 0 1rem .74rem 1rem;
}

.navbar-brand > a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    outline: medium none;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.navbar-brand {
    width: 200px;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
    text-decoration: none;
}

#page-sub-header {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.25rem;
    background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
    line-height: 1.6;
    font-size: 4rem;
    color: #563e7c;
    margin: 0 0 1rem;
    border: 0;
    padding: 0;
}

#page-sub-header p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1.25rem;
    font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
    color: #212529;
}

a.page-scroller {
    color: #333;
    font-size: 2.6rem;
    display: inline-block;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    body:not(.theme-preset-active) #page-sub-header h1 {
        font-size: 3.750rem;
    }

    body:not(.theme-preset-active) #page-sub-header {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    #page-sub-header p {
        max-width: 43rem;
        margin: 0 auto;
    }
}


/*Navi desktop */
#top-nav {
    text-align: right;
}

#top-nav ul li {
    padding-left: 15px;
    padding-top: 15px;
}

#top-nav ul li a {
    color: #ffffff;
}

#top-nav ul {
    display: inline-flex;
    list-style: none;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 15px;
}

.meta-graublau a {
    background-color: #82A0B4;
    padding: 1.1em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.meta-gelb a {
    background-color: #E9B646;
    padding: 1.1em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.meta-blau a {
    background-color: #009BD9;
    padding: 1.1em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #000000;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 20px;
}

#main-nav {
    padding-top: 45px;
}

.navbar-nav li:hover > .dropdown-menu {
    display: block;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
    padding-left: 0;
    padding-right: 0;
}


body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a::after {
    content: url("/wp-content/themes/gewerbepark_hartberg/img/active_icon.svg");
    margin-left: auto;
    margin-right: auto;
    left: 0;
    height: 0px;
    display: block;
    right: 0;
    text-align: center;
}

.dropdown-toggle::after {
    border-top: none;
}

.dropdown-menu {
    border-radius: 0;
    margin: 0;
}

.navbar-brand {
    height: auto;
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > .dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
}

.dropdown-menu {
    min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    background: transparent;
    line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
    background: transparent;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li > .dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        border: medium none;
        margin-left: 1.250rem;
        padding: 0;
    }

    .dropdown-menu li a {
        padding: 0;
    }

    #masthead .navbar-nav > li > a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
    }

    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-content.card-block {
    padding: 20px;
}

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " \2192";
}

.post-navigation .nav-previous a::before {
    content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    width: auto;

    /* 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;
}

a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
    display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #eee;
    text-decoration: none;
}

.half-rule {
    width: 6rem;
    margin: 2.5rem 0;
}

.widget_categories .nav-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {

    padding-top: 115px
}

.sticky .entry-title::before {
    content: '\f08d';
    font-family: "Font Awesome\ 5 Free";
    font-size: 1.563rem;
    left: -2.5rem;
    position: absolute;
    top: 0.375rem;
    font-weight: 900;
}

.sticky .entry-title {
    position: relative;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
    margin-top: 0;
}

.post.hentry {
    margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
    color: #9a9a9a;
}

.entry-title > a {
    color: inherit;
}


/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {

    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item .gallery-columns-2 {
    max-width: 50%;
}

.gallery-item .gallery-columns-3 {
    max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
    max-width: 25%;
}

.gallery-item .gallery-columns-5 {
    max-width: 20%;
}

.gallery-item .gallery-columns-6 {
    max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
    max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
    max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
    font-size: 85%;
}

.madeby {
    text-align: right;
    padding-top: 15px;
    font-size: 13px;
}

.madeby a {
    font-size: 13px;
}

body:not(.theme-preset-active) footer#colophon {
    color: #99979c;
    background-color: #f7f7f7;
}

.navbar-dark .site-info {
    color: #fff;
}

footer .partner a {
    text-decoration: underline;
}

.adress {
    z-index: 9;
}

body:not(.theme-preset-active) footer#colophon {
    color: #fff;
    font-size: 15px;
    background-color: #707070;
}

.navbar-dark .site-info {
    color: #fff;
}

footer ul {
    list-style: none;
}

footer ul .nav-link {
    padding: 0;
    text-align: right;
}

.extraLINK {
    padding-bottom: 15px;
    text-align: right;
}

.extraIMG img {
    width: 540px;
    height: 360px;
    object-fit: cover;
}

.copyright {
    font-size: 0.875rem;
    margin-bottom: 0;
    text-align: center;
}

.copyright a, footer#colophon a {
    color: inherit;
    font-size: 14px;
}

.sm-link {
    float: left;
    padding-right: 10px;
    padding-top: 1em;
}

.sm-link img {
    width: 25px;
    max-width: 25px;
}

@media screen and (max-width: 767px) {
    #masthead .navbar-nav > li > a {
        padding-bottom: 0.938rem;
        padding-top: 0.938rem;
    }
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
    html {
        font-size: 95%;
    }

    .apartmentsingle.blueBGdark {
        color: #ffffff;
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .noDesktop {
        display: none;
    }

}

@media screen and (max-width: 1199px) {
    .navbar-dark .dropdown-item {
        color: #fff;
    }
    .header-mobile .meta-blau a, .header-mobile .meta-gelb a, .header-mobile .meta-graublau a {
        border-radius: 0 !Important;
        background-color: transparent !Important;
    }
    body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a::after {
        content: none;
    }

    .meta-gelb a, .meta-blau a, .meta-graublau a {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .collapse.show {
        background-color: #fff;
    }

    .noMobile {
        display: none;
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: none;
    }


    .navbar-toggler-icon {
        width: 2.5em;
        height: 2.5em;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        padding-bottom: 0;
    }

    #top-nav ul {
        text-align: left;
        display: inline;
    }

    #top-nav ul li {
        margin-bottom: 25px;
    }

    .top-01 a, .top-02 a, top-03 a {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    html {
        font-size: 90%;
    }

    .apartmentTEXT {
        font-size: 14px;
    }

    .sliderTEXT h1 {
        font-size: 55px;
    }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
    html {
        font-size: 85%;
    }

    .mobile {
        padding-top: 15px;
    }

    .newsTEXTBLOCK {
        height: 123px;
    }

    .extraLINK {
        text-align: left;
    }

    .backgroundHALF img {
        width: 100%;
        height: 300px;
    }

    .headline {

        font-size: 30px;
    }

    .bannerABSOLUTE {
        position: relative
    }

    .banner {
        max-height: unset;
        height: unset;
    }

    .bannerTEXT {
        padding: 15px 0;
    }

    footer .partner {
        padding-top: 30px;
    }

    #footer-nav ul {
        display: flex;
        text-align: left;
        float: left;
        padding: 0;
    }

    #footer-nav ul li {
        padding: 0 15px 0 0;
    }

    .quote .bannerABSOLUTE {
        position: absolute;
    }

    #aptCarousel .carousel-item img {
        width: 100%;
        height: 200px;
    }

    .newsIMG img {
        width: 100%;
        height: 200px;
    }

    .grid-item--width3 {
        width: 50% !important;
    }

    .grid img {
        width: unset;
        max-width: unset;
    }

}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    html {
        font-size: 80%;
    }

    h1 {
        font-size: 25px;
    }

    .navbar-brand {
        width: 165px;
    }

    .sliderTEXT h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 22px;
    }

    #BannerCarousel .carousel-control-prev, #BannerCarousel .carousel-control-next {
        display: none;
    }

    .singleIMG img {
        max-height: 230px;
        object-fit: cover;
        padding-bottom: 15px;
    }

    .apartmentPage .apartmentImage img {
        width: 100%;
    }

    .inner {
        padding-bottom: 0;
    }

    .madeby {
        text-align: left;
    }

    header#masthead {
        height: unset;
    }

    #content.site-content {
        padding-top: 70px;
    }

    .bannerQUOTE {
        padding-top: 45%;
    }

    .newsTEXTBLOCK {
        height: 100px;
    }

    .mobileView .offerContainer {
        height: 350px;
    }
}

@media only screen and (max-width: 575px) {

    .bannerTEXT {
        padding: 15px 15px;
    }

    .grid-item--width3 {
        width: 100% !important;
    }

    .headline {
        padding: 15px 0;
    }

    .apartmentsingle.blueBGdark {

        font-size: 14px;
    }

    .apartmentsingle .object {
        font-size: 18px;
    }

    .apartmentright, .apartmentleft {
        float: unset;
        width: unset;
        display: unset;
    }

    .headline {
        font-size: 20px;
    }

    .apartmentsingle .mainimage img, iframe {
        height: 300px;
    }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
.containerfluid.blueBGdark {
    position: relative;
}
}


@media only screen and (max-width: 480px) {
    html {
        font-size: 75%;
    }

    footer ul .nav-link {
        text-align: left;
    }

    #footer-nav ul {
        display: block;
    }

    .sliderTEXT {
        margin-top: 200px;
        background-color: rgba(255, 255, 255, 0.4);
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .sliderTEXT h1 {
        font-size: 35px;
    }

    .grid img {
        width: 100%;
        max-width: 100%;
    }

    .quote .textblock h3, .quote .textblock h2, .quote .textblock h1 {
        font-size: 20px;
    }

    body:not(.theme-preset-active) footer#colophon {
        font-size: 14px;
    }


    .bannerQUOTE {
        padding-top: 25%;
    }

    .backgroundFULL img {
        height: 450px;
    }

    td.tableTD {
        padding: 0 0 0 3px;
        font-size: 9px;
    }

    th.darkH {
        font-size: 13px;
        padding: 5px 0 5px 3px;
    }

    .extraTEXT {
        font-size: 9px;
    }
}

.container.vidoes {
    padding-top: 50px;
}

.videos .video {
    position: relative;
    margin-bottom: 20px;
}
.videos .video .preview {
    position: absolute;
    top: 0;
    left: 0;
    background: #82A0B4;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.videos .row > * {
    margin-bottom: 40px;
}

.videos .video .preview img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.videos .video .preview img.logo {
    width: 60px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}