/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'RobotoLight';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'RobotoRegular';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'RobotoMedium';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'RobotoBold';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'RobotoBlack';
  font-style: normal;
  font-weight: 900;
  src: url('../webfonts/roboto-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.modal-open {
    overflow: initial!important;
}

.no-scroll{
    overflow: hidden;
}
/* wrapper */
.wrapper {
  
  width:100%;
  margin:0 auto;
  position:relative;overflow-x:hidden;top:85px;
}
/* header */
.header {
  position:fixed;top:0;left:0;width:100%;background:white;z-index:100;height:85px;
}
.menuHeader {background:rgba(0, 77, 144, 0.9);height:85px;}
/* logo */
.logo {

}
.logo-img {
max-width:280px;
}
.consentButton {background-color:#004D90!important;border-color:#004D90!important;font-size:30px; }
body#mainSite .wrapper .container {width:97%;max-width:1030px;}
.storymodal .modal-footer {padding:0;border:0;}
.storymodal .innerModal {padding:0 40px;}
.storymodal .drunterText {padding-left:40px;}
img, video, svg, object {width:100%;height:auto;}
.storymodal .modal-header {border-bottom:0;}
.storymodal .modal-content {border:7px solid #9dc3b4;background:#B9DACE}
.storymodal .modal-content h3.mainH3_smaller {color:#4A4A4A}
.footerMenu li a { font-family: 'RobotoRegular';color:white;font-size:14px;text-decoration: none;text-transform:uppercase;}
ul.footerMenu {list-style: none;padding:0;margin:0;}
a, h2, p , h3 , h4 {transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;}
.headerMenu a {color:#004D90;font-family: 'RobotoMedium';text-transform:uppercase;text-decoration:none;}
.headerMenu li {margin-bottom:15px;}
.headerMenu a:hover {color:#E0A439;}
.headerMenu {list-style: none;padding:0;margin:9;}
a.homeButton {border:1px solid #004D90!important;  font-family: 'RobotoBold';text-transform: uppercase;padding:25px;text-align:center;transition: all .3s ease;background:white;min-width:25%;margin:0 1rem;color:#004D90;text-decoration:none;}
a.homeButton:hover {border:1px solid #E0A439!important;background:#E0A439;color:white;}
a.kontaktButton {border:1px solid #004D90!important;  font-family: 'RobotoBold';text-transform: uppercase;padding:25px;text-align:center;transition: all .3s ease;background:white;min-width:25%;margin:0 1rem;color:#004D90;text-decoration:none;}
a.kontaktButton:hover {border:1px solid #E0A439!important;background:#E0A439;color:white;}
.angeschnitten89 img {border-bottom-left-radius: 89px;}
.angeschnitten54 img {border-bottom-left-radius: 54px;}
.angeschnitten40 img {border-bottom-left-radius: 40px;}
.home_hochgerueckt {margin-top:-40px;}
#submit_btn {border:1px solid #E0A439!important;background:#E0A439;color:white;font-family: 'RobotoBold';text-transform: uppercase;padding:10px 10px;}
h2 {color:#004D90;font-family: 'RobotoLight';padding-bottom:3rem;}
.darkblueBG h2 {color:white;}
.darkblueBG.mitRand {position:relative;}
.darkblueBG.mitRand:before {position:absolute;content:'';background:#004D90;width:999999px;left:-999999px;top:0;bottom:0;z-index:1}
.darkblueBG.mitRand:after {position:absolute;content:'';background:#004D90;width:999999px;right:-999999px;top:0;bottom:0;z-index:1}
.mitRandWeiss img {border:3px solid white;}
h2.fatHL {color:#004D90;font-family: 'RobotoBlack';}
body#mainSite h2 {text-transform: uppercase;padding-bottom:2rem;}
body#mainSite .refModal h2 {text-transform: uppercase;padding-top:2rem;padding-bottom:0;margin-bottom: 0;}
body#mainSite .refModal h3 {text-transform: uppercase;padding-bottom:2rem;margin-bottom: 0;font-family: 'RobotoRegular';}
body#mainSite h3 {color:#004D90;font-family: 'RobotoBold';text-transform: uppercase;}
h2 a {color:#004D90;}
h2 a:hover {color:#004D90;}
p {color:#000;font-family: 'RobotoRegular';margin-bottom:20px;}
body#mainSite p {color:#4A4A4A}
body#mainSite footer p {color:#fff}
body#mainSite table {color:#4A4A4A;font-family: 'RobotoRegular';}
p span.blueFont {color:#004D90}
p a {color:black;font-family: 'RobotoBold';}
.blueBG {background:#004D90;}
.blueBG p {color:white;}
.blueBG p a {color:white;}
.blueBG ul {color:white;}
.blueBG h3 {color:white;}
.blueBG h2 {color:white;}
.refModal p a {font-family: 'RobotoRegular';text-decoration:none;}
.blueBG h2 a{color:white;}
.ankuedigungsbox h3 {font-family: 'RobotoLight';font-size:35px;text-transform:uppercase;}
.flagContentHolder {background:#E0A439;border-bottom-right-radius: 15px;display:block;position: absolute;left:0;bottom:45px;}
.flagContentHolder span {font-family: 'RobotoBold';color:white;display:block;padding:15px 35px 15px 25px;text-transform:uppercase}
.flagContentHolder span a {color:white;}
@media only screen and (min-width: 768px) {
.w80 {width:80%;}
}
a[href$=".pdf"] {position:relative;padding-left:25px;}
a[href$=".pdf"]:before {position:absolute;content: "\f1c1";
  font-family: FontAwesome;
  left:0px;
  top:-2px;
  color: #393832;}

  a[href$=".doc"] {position:relative;padding-left:25px;}
a[href$=".doc"]:before {position:absolute;content: "\f1c2";
  font-family: FontAwesome;
  left:0px;
  top:-2px;
  color: #393832;}
    a[href$=".docx"] {position:relative;padding-left:25px;}
a[href$=".docx"]:before {position:absolute;content: "\f1c2";
  font-family: FontAwesome;
  left:0px;
  top:-2px;
  color: #393832;}
span.headerNotices {font-family: 'RobotoRegular';color:black;font-size:14px;}
span.headerNotices.bigger {font-size:20px;color:white;}
.carousel_immoDetails .carousel-item img {height:100%;width:auto;}
.inx-gallery__slidenav.uk-position-center-left {width:40px;height:40px;background:url('img/more-link.svg') no-repeat;background-size:contain;transform: rotate(180deg);margin-left:15px;}
.inx-gallery__slidenav.uk-position-center-right {width:40px;height:40px;background:url('img/more-link.svg') no-repeat;background-size:contain;margin-right:15px;}
@media only screen and (max-width: 768px) {
.container {max-width:98%!important;}
}


a.accessIcon {display:inline-block;margin:0px 10px;width:45px;}
.socialLine a {display:block;margin:0 20px;font-size:50px;color:#97C5A5;}

.socialLine a:hover {color:#004D90;}
.breadcrumps {padding-bottom:20px;padding-top:15px;}
.breadcrumps span {color:white;}
.breadcrumps span a {color:white;}
body#mainSite .firstRow {z-index:2}
body#mainSite .secondRow {z-index:2;background:#004D90}
body#mainSite .firstRow:after {position:absolute;width:99999px;background:#004D90;height: 180px;
bottom: -90px;
left: -100%;content:'';z-index:1}


.nav-tabs .nav-link {font-family: 'RobotoBold';color:white!important;text-transform: uppercase;border-top:0 !important;border-left:0 !important;border-right:0 !important;border-bottom:0px solid transparent!important}
.nav-tabs .nav-link:hover {border-left:0 !important;border-right:0 !important;border-bottom:0px solid white!important}
.nav-tabs .nav-link.active {background:transparent!important;border-bottom:0px solid white!important}
.nav-tabs {border-bottom:0!important}
body#mainSite .nav-tabs .nav-link {color:#004D90!important;transition: all .3s ease;padding:20px 0;border-radius:0px}
body#mainSite .nav-tabs .nav-link:hover  {background:#E4F4EE;}
body#mainSite .nav-tabs .nav-link.active  {background:#E4F4EE!important;}

body#mainSite .tab-pane.active  {background:#E4F4EE!important;}

.wrapper {background:#B9DACE}
body#mainSite .wrapper {background:#fff;top:100px;}
.blueBG{position:relative;}
.greyGreenBG {background:#63abc6}
.greenBG {background:#B9DACE}

.greyGreenBackgroundImageTop {position:relative;width:100%;height:180px;background-image:url('../img/greygreenBG.svg');background-position:center top;background-size:cover;background-repeat: no-repeat;}
.GreenBackgroundImageTop{position:relative;width:100%;height:180px;background-image:url('../img/greygreenBG.svg');background-position:center bottom;background-size:cover;background-repeat: no-repeat;position: relative;z-index:1}
.darkBlueBackgroundImageTop {position:relative;width:100%;height:180px;background-image:url('../img/darkBlueBG.svg');background-position:center top;background-size:cover;background-repeat: no-repeat;position: relative;z-index:1}
.carousselWithBigButtons .carousel-inner {width:75%;margin:0 auto;}
.carousselWithBigButtons .carousel-control-prev {justify-content:start;}
.carousselWithBigButtons .carousel-control-prev-icon {
background-image: url("../img/arrow-left_1.svg");width:78px;height:78px;background-size:contain;
}
#carousel_stimmen.carousselWithBigButtons .carousel-control-prev-icon {
background-image: url("../img/arrow-left_2.svg");width:78px;height:78px;background-size:contain;
}
.carousselWithBigButtons .carousel-control-next {justify-content:end;}
.carousselWithBigButtons .carousel-control-next-icon {
background-image: url("../img/arrow-left_1.svg");width:78px;height:78px;background-size:contain;transform: rotate(180deg);
}
#carousel_stimmen.carousselWithBigButtons .carousel-control-next-icon {
background-image: url("../img/arrow-left_2.svg");width:78px;height:78px;background-size:contain;transform: rotate(180deg);
}

.carousselWithBigButtons .carousel-indicators {position:relative;top:30px;}
.carousselWithBigButtons .carousel-indicators [data-bs-target] {box-sizing: content-box;
flex: 0 1 auto;
width: 18px;
height: 18px;
padding: 0;
margin-right: 10px;
margin-left: 10px;
text-indent: -999px;
cursor: pointer;
background-color: #9BD2E7;border-radius:50%;
background-clip: padding-box;
border: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 1;
transition: opacity .6s ease;border:  2em transparent;}
#carousel_stimmen.carousselWithBigButtons .carousel-indicators [data-bs-target] {background-color:#9DC3B4}
#carousel_stimmen.carousselWithBigButtons .carousel-inner {width:80%;margin:0 auto;}

.modal-xxl_facts {width:97%;max-width:1350px;}
.carousselWithBigButtons .carousel-indicators [data-bs-target].active {
width: 47px;
height: 18px;border-radius:2em;border:  2em transparent;
}
a.dabeiseinButton {display:block;width:100%;max-width:412px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
a.hardFactsButton {display:block;width:100%;max-width:380px;margin-left:15px;margin-right:auto;position:relative;z-index:2}
.scaleed_figure_2 {width:125%;}
.greenBG__startHolder {background:#B9DACE;position:relative;}
.greenBG__startHolder:after {position:absolute;content:'';background:#B9DACE;top:0;left:-100%;width:100%;bottom:0;right:0;}

a.arrowDown {color:#B9DACE;font-family: 'RobotoBlack';font-size:30px;text-transform:uppercase;position: relative;padding-left:40px;text-decoration:none;}
a.arrowDown:before {position: absolute;content: '';left:0;top:5px;background-image:url('../img/arrow-down.svg');width:30px;height:30px;background-size:contain;}

h2.startHL {font-family: 'RobotoBlack';font-size:45px;}
h2.startHL span {font-size:54px;}

h3.mainH3 {font-family: 'RobotoBlack';color:white;text-transform:uppercase;}
h3.mainH3_smaller{font-family: 'RobotoBlack';color:white;text-transform:uppercase;}
.greyGreenBG p {color:white;}
.greyGreenBG p a {color:white;}

.greenBG h3.mainH3 {font-family: 'RobotoBlack';color:#4A4A4A;text-transform:uppercase;}
.greenBG h3.mainH3_smaller{font-family: 'RobotoBlack';color:#4A4A4A;text-transform:uppercase;}
.greenBG p {color:#4A4A4A}

.darkblueBG {background-color:#004D90}
.darkblueBG  h3.mainH3 {font-family: 'RobotoBlack';color:#fff;text-transform:uppercase;}
.darkblueBG  h3.mainH3_smaller{font-family: 'RobotoBlack';color:#fff;text-transform:uppercase;}
.darkblueBG  p {color:#fff}
body#mainSite .darkblueBG  p {color:#fff}
.citeHolder {position:relative;padding-left:40px;padding-right:30px;}
.citeHolder:before {position:absolute;content:'„';font-family: 'RobotoBold';color:#4A4A4A;font-size:67px;top:-45px;left:0;line-height:1}
.citeHolder:after {position:absolute;content:'„';font-family: 'RobotoBold';color:#4A4A4A;font-size:67px;bottom:15px;right:0;line-height:1}
a.readWholeStory {display:block;max-width:320px;margin-left:40px;margin-right:auto;}
.whiteBG {background-color:white;}
.whiteBG h3.mainH3 {font-family: 'RobotoBlack';color:#4A4A4A;text-transform:uppercase;}
.whiteBG h3.mainH3_smaller{font-family: 'RobotoBlack';color:#4A4A4A;text-transform:uppercase;}
.whiteBG p {color:#4A4A4A}

#accordion_FAQ h2.accordion-header {font-family: 'RobotoBold';color:white;margin-bottom:0;padding-bottom:0;}
#accordion_FAQ h2.accordion-header .accordion-button {color:white;background-color:transparent}
#accordion_FAQ {background-color:transparent!important}
#accordion_FAQ .accordion-item{background-color:transparent}
#accordion_FAQ h2.accordion-header .accordion-button:after {display:none;}
#accordion_FAQ h2.accordion-header .accordion-button:before {background-image: url("../img/arrow-white-acc.svg");
background-repeat: no-repeat;
background-size: 20px auto;background-size:contain;
box-sizing: border-box;
content: "";
display: block;
flex-shrink: 0;
height: 30px;position:absolute;top:0.8rem;left:15px;
margin-left: 0px;
transition-delay: 0s;
transition-duration: 0.2s;
transition-property: transform;
transition-timing-function: ease-in-out;
width: 30px;margin-right:15px;transform-origin:center;background-position:center}
#accordion_FAQ h2.accordion-header .accordion-button:not(.collapsed)::before { transform:rotate(90deg);/*top:1.1rem;*/}
#accordion_FAQ h2.accordion-header .accordion-button span {font-family: 'RobotoBold';display:block;padding-left:30px;}
#accordion_FAQ .accordion-item {border-bottom:0;}
#accordion_FAQ .accordion-button:not(.collapsed) {box-shadow: none;}
#accordion_FAQ .accordion-body {margin-left:2.1rem;}

h3.jobsCat_HL {color:#004D90;font-family: 'RobotoBold';}
.jobsAccordion .accordion-button {background:transparent;}
.jobsAccordion h2.accordion-header .accordion-button {border:0px!important;box-shadow: none;position:relative;}
.jobsAccordion h2.accordion-header .accordion-button span.jobTitleTop {color:#464748;font-family: 'RobotoBold';display:block;padding-left:30px;}
.jobsAccordion h2.accordion-header .accordion-button span.jobTitleBottom {color:#434343;font-family: 'RobotoRegular';display:block;padding-left:30px;}
.jobsAccordion .accordion-item {border:0;}
.jobsAccordion h2.accordion-header .accordion-button:after {display:none;}
.jobsAccordion h2.accordion-header .accordion-button:before {background-image: url("../img/arrow-blue-acc.svg");
background-repeat: no-repeat;
background-size: 20px auto;background-size:contain;
box-sizing: border-box;
content: "";
display: block;
flex-shrink: 0;
height: 30px;position:absolute;top:0.8rem;left:15px;
margin-left: 0px;
transition-delay: 0s;
transition-duration: 0.2s;
transition-property: transform;
transition-timing-function: ease-in-out;
width: 30px;margin-right:15px;transform-origin:center;background-position:center}
.jobsAccordion h2.accordion-header .accordion-button:not(.collapsed)::before { transform:rotate(90deg);/*top:1.1rem;*/}

.showModal.jobsShowModal {}

.jobsAccordion .accordion-body {background-color:rgba(185, 218, 206, 0.2);}
.jobsAccordion .accordion-body h3 {color:#004D90!important;font-family: 'RobotoBold';text-transform:uppercase}
.jobsAccordion .accordion-body ul li{position:relative;font-family: 'RobotoRegular'!important;color:#434343!important;margin-bottom:1.4rem!important;padding-left:0px;}
.jobsAccordion .accordion-body ul {margin-bottom:2rem;list-style: none;margin-left:0;padding-left:0;}
.jobsAccordion .accordion-body ul li:before {position:absolute;content:'';width:12px;height:12px;top: 8px;left: -30px;background-image:url('../img/listdot_blue.svg');background-repeat:no-repeat;background-size:contain;}
.jobsAccordion .accordion-button:not(.collapsed) {background-color:rgba(185, 218, 206, 0.2)!important;}

a.immoModalOpen{text-decoration:none;}
div.refOverviewInner {opacity:0;padding:0 15px;text-align:center}
a.immoModalOpen:hover div.refOverviewInner  {opacity:1;}
div.refOverviewInner {position:absolute;background:rgba(0, 77, 144, 0.7);width:100%;height:100%;top:0;bottom:0;left:0;right:0;transition: all .3s ease;}
div.refOverviewInner span.refOverviewInnerBig {font-family: 'RobotoBold';color:white;text-decoration:none;text-transform:uppercase;}
div.refOverviewInner span.refOverviewInnerSmall  {font-family: 'RobotoMedium';color:white;text-decoration:none;text-transform:uppercase;}

#accordionMieterinformation .accordion-item {background:#E4F4EE!important}
body#mainSite #accordionMieterinformation  h2.accordion-header {
text-transform: uppercase;
padding-bottom: 0;color:#004D90!important;font-family: 'RobotoBold';padding-left:30px;
}
#accordionMieterinformation .accordion-button {color:#004D90!important;background:transparent}
.mieterserviceModal ul {color:#4A4A4A;font-family: 'RobotoRegular';}
*:focus {outline:none!important;border:0!important;}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
#loader{
                display: none;
            }
#submition_loader {display:none;}
.BenefitseingeruecktTop {margin-top:-5%!important}
#accordionMieterinformation h2.accordion-header .accordion-button:after {display:none;}
#accordionMieterinformation h2.accordion-header .accordion-button:before {background-image: url("../img/arrow-blue-acc.svg");
background-repeat: no-repeat;
background-size: 20px auto;background-size:contain;
box-sizing: border-box;
content: "";
display: block;
flex-shrink: 0;
height: 30px;position:absolute;top:0.8rem;left:-15px;
margin-left: 0px;
transition-delay: 0s;
transition-duration: 0.2s;
transition-property: transform;
transition-timing-function: ease-in-out;
width: 30px;margin-right:15px;transform-origin:center;background-position:center}
#accordionMieterinformation h2.accordion-header .accordion-button:not(.collapsed)::before { transform:rotate(90deg);/*top:1.1rem;*/}
#accordionMieterinformation .accordion-item {border:0;margin-bottom:10px;}
h2.h2_30 {color:white;font-family: 'RobotoBold';text-transform:uppercase;padding-bottom:0;}
ul.benefitsList {color:white;font-family: 'RobotoBold';margin:10px 0;padding-left:0px;list-style: none;}
ul.benefitsList li {margin-bottom:15px;position:relative;padding-left:45px;}
ul.benefitsList li:before {position:absolute;content:'';width:25px;height:25px;background:url('../img/check.svg') no-repeat;background-size:contain;top:5px;left:0}
img.mieterserviceIcon {display:block;width:auto;height:60px;margin:0 auto 15px auto;}
span.mieterserviceText {color:#4A4A4A;font-family: 'RobotoRegular';font-size:16px;text-transform: uppercase;display:block;text-align: center;}
a.mieterinfoLink {text-decoration:none;}
.mieterserviceModal .modal-content {background:#E4F4EE!important}
.imageLink img{max-height:100px;}
 img.imageLink{height:80px;width:auto;}
/*------------------------------------*\
    FontScale 
\*------------------------------------*/
body.fontScale_1 h2.h2_30 {font-size:30px;}
body.fontScale_1 ul.benefitsList {font-size:22px;}
body.fontScale_1 span.refOverviewInnerBig {font-size:20px;}
body.fontScale_1 span.refOverviewInnerSmall  {font-size:15px;}
body.fontScale_1 .jobsAccordion .accordion-body span, body.fontScale_1 .jobsAccordion .accordion-body p  {font-size:18px!important}
body.fontScale_1 .jobsAccordion .accordion-body ul li {font-size:18px!important}
body.fontScale_1 .jobsAccordion .accordion-body h3 {font-size:18px!important}
body.fontScale_1 .jobsAccordion h2.accordion-header .accordion-button span.jobTitleBottom {font-size:18px;}
body.fontScale_1 .jobsAccordion h2.accordion-header .accordion-button span.jobTitleTop {font-size:22px;}
body#mainSite.fontScale_1 h3 {font-size:25px;}
body.fontScale_1 h3.jobsCat_HL {font-size:30px;}
body.fontScale_1 #accordion_FAQ h2.accordion-header  .accordion-button {font-size:22px;}
body.fontScale_1 .citeHolder p {font-size:18px;}
body.fontScale_1 .nav-tabs .nav-link {font-size:40px!important;}
body#mainSite.fontScale_1 .nav-tabs .nav-link {font-size:20px!important;}

body.fontScale_1 h3.mainH3 {font-size:35px;}

body.fontScale_1 h3.mainH3_smaller {font-size:30px;}
body.fontScale_1 h2 {font-size:30px;}
body.fontScale_1 h2.accordion-header .accordion-button {font-size:25px;}
body.fontScale_1 #accordionMieterinformation h2.accordion-header .accordion-button {font-size:20px;}
body.fontScale_1 h2.fatHL {font-size:35px;}
body.fontScale_1 p {font-size:18px;}
body.fontScale_1 .mieterserviceModal ul {font-size:16px;}
body#mainSite.fontScale_1 p {font-size:16px;}
body#mainSite.fontScale_1 table {font-size:16px;}
body.fontScale_1 .inx-property-map__consent {font-size: .85em;}
body.fontScale_1 .orangeLink a {font-size: 16px;}
body.fontScale_1 .headerMenu a {font-size:20px;}
body.fontScale_1 a.homeButton {font-size: 19px;}
body.fontScale_1 .flagContentHolder span {font-size:16px;}
body.fontScale_1 a.more-link {font-size:16px;}
body.fontScale_1 a.more-link:after {content:'';position:absolute;right:-40px;top:-7px;width:30px;height:30px;background:url('img/more-link.svg') no-repeat;background-size:contain;}
body.fontScale_1 .sow-accordion-panel .sow-accordion-panel-header {font-size:17px;}
body.fontScale_1 .overviewLabel {font-size:17px;}
body.fontScale_1 .overviewValue {font-size:17px;}
body.fontScale_1 .inx-form-element {font-size: .8em!important;}
body.fontScale_1 .uk-input, body.fontScale_1 .uk-select, body.fontScale_1 .uk-textarea {font-size:15px!important; }
body.fontScale_1 .breadcrumps span {font-size:14px;}

body.fontScale_2 ul.benefitsList {font-size:24px;}
body.fontScale_2 h2.h2_30 {font-size:33px;}
body.fontScale_2 span.refOverviewInnerBig {font-size:22px;}
body.fontScale_2 span.refOverviewInnerSmall  {font-size:17px;}
body.fontScale_2 .jobsAccordion .accordion-body span, body.fontScale_2 .jobsAccordion .accordion-body p  {font-size:23px!important}
body.fontScale_2 .jobsAccordion .accordion-body ul li {font-size:23px!important}
body.fontScale_2 .jobsAccordion .accordion-body h3 {font-size:23px!important}
body.fontScale_2 .jobsAccordion h2.accordion-header .accordion-button span.jobTitleBottom {font-size:22px;}
body.fontScale_2 .jobsAccordion h2.accordion-header .accordion-button span.jobTitleTop {font-size:27px;}
body#mainSite.fontScale_2 h3 {font-size:30px;}
body.fontScale_2 h3.jobsCat_HL {font-size:35px;}
body.fontScale_2 #accordion_FAQ h2.accordion-header  .accordion-button {font-size:22px;}
body.fontScale_2 .citeHolder p {font-size:23px;}
body.fontScale_2 h3.mainH3_smaller {font-size:35px;}
body.fontScale_2 h3.mainH3 {font-size:40px;}
body.fontScale_2 .nav-tabs .nav-link {font-size:45px;}
body#mainSite.fontScale_2 .nav-tabs .nav-link {font-size:22px!important;}
body.fontScale_2 h2 {font-size:35px;}
body.fontScale_2 h2.fatHL {font-size:40px;}
body.fontScale_2 h2.accordion-header .accordion-button{font-size:30px;}
body.fontScale_2 #accordionMieterinformation h2.accordion-header .accordion-button {font-size:23px;}
body.fontScale_2 p {font-size:21px;}
body.fontScale_2  .mieterserviceModal ul {font-size:18px;}
body#mainSite.fontScale_2 p {font-size:18px;}
body#mainSite.fontScale_2 table {font-size:18px;}
body.fontScale_2 .inx-property-map__consent {font-size: .95em;}
body.fontScale_2 .orangeLink a {font-size: 19px;}
body.fontScale_2 .headerMenu a {font-size:25px;}
body.fontScale_2 a.homeButton {font-size: 23px;}
body.fontScale_2 .flagContentHolder span {font-size:20px;}
body.fontScale_2 a.more-link {font-size:20px;}
body.fontScale_2 a.more-link:after {content:'';position:absolute;right:-45px;top:-7px;width:35px;height:35px;background:url('img/more-link.svg') no-repeat;background-size:contain;}
body.fontScale_2 .sow-accordion-panel .sow-accordion-panel-header {font-size:22px;}
body.fontScale_2 .overviewLabel {font-size:22px;}
body.fontScale_2 .overviewValue {font-size:22px;}
body.fontScale_2 .inx-form-element {font-size: .9em!important;}
body.fontScale_2 .uk-input, body.fontScale_2 .uk-select, body.fontScale_2 .uk-textarea {font-size:17px!important; }
body.fontScale_2 .breadcrumps span {font-size:16px;}

body.fontScale_3 ul.benefitsList {font-size:26px;}
body.fontScale_3 h2.h2_30 {font-size:35px;}
body.fontScale_3 span.refOverviewInnerBig {font-size:24px;}
body.fontScale_3 span.refOverviewInnerSmall  {font-size:19px;}
body.fontScale_3 .jobsAccordion .accordion-body span, body.fontScale_3 .jobsAccordion .accordion-body p  {font-size:26px!important}
body.fontScale_3 .jobsAccordion .accordion-body ul li {font-size:26px!important}
body.fontScale_3 .jobsAccordion .accordion-body h3 {font-size:26px!important}
body.fontScale_3 .jobsAccordion h2.accordion-header .accordion-button span.jobTitleBottom {font-size:25px;}
body.fontScale_3 .jobsAccordion h2.accordion-header .accordion-button span.jobTitleTop {font-size:30px;}
body#mainSite.fontScale_3 h3 {font-size:35px;}
body.fontScale_3 h3.jobsCat_HL {font-size:40px;}
body.fontScale_3 #accordion_FAQ h2.accordion-header  .accordion-button {font-size:25px;}
body.fontScale_3 .citeHolder p {font-size:27px;}
body.fontScale_3 h3.mainH3_smaller {font-size:40px;}
body.fontScale_3 h3.mainH3 {font-size:48px;}
body.fontScale_3 .nav-tabs .nav-link {font-size:47px;}
body#mainSite.fontScale_3 .nav-tabs .nav-link {font-size:26px!important;}
body.fontScale_3 h2 {font-size:40px;}
body.fontScale_3 h2.fatHL {font-size:45px;}
body.fontScale_3 h2.accordion-header .accordion-button{font-size:35px;}
body.fontScale_3 #accordionMieterinformation h2.accordion-header .accordion-button {font-size:25px;}
body.fontScale_3 p {font-size:25px;}
body.fontScale_3  .mieterserviceModal ul{font-size:20px;}
body#mainSite.fontScale_3 p {font-size:20px;}
body#mainSite.fontScale_3 table {font-size:20px;}
body.fontScale_3 .inx-property-map__consent {font-size: 1em;}
body.fontScale_3 .orangeLink a {font-size: 25px;}
body.fontScale_3 .headerMenu a {font-size:30px;}
body.fontScale_3 a.homeButton {font-size: 26px;}
body.fontScale_3 .flagContentHolder span {font-size:25px;}
body.fontScale_3 a.more-link {font-size:25px;}
body.fontScale_3 a.more-link:after {content:'';position:absolute;right:-50px;top:-7px;width:40px;height:40px;background:url('img/more-link.svg') no-repeat;background-size:contain;}
body.fontScale_3 .sow-accordion-panel .sow-accordion-panel-header {font-size:27px;}
body.fontScale_3 .overviewLabel {font-size:25px;}
body.fontScale_3 .overviewValue {font-size:25px;}
body.fontScale_3 .inx-form-element {font-size: 1em!important;}
body.fontScale_3 .uk-input, body.fontScale_3 .uk-select, body.fontScale_3 .uk-textarea {font-size:20px!important; }
body.fontScale_3 .breadcrumps span {font-size:18px;}
@media only screen and (max-width: 1200px) {
  .container {max-width:98%!important}
}
@media only screen and (max-width: 590px) {
a.accessIcon {
  display: inline-block;
  margin: 0px 5px;
  width: 25px;
}

}
@media only screen and (max-width: 768px) {
  .home_hochgerueckt {margin-top:40px;}
  .home_hochgerueckt .homeButton {margin-bottom:15px;}
.sidebarMenuHolder {display:none;}
.scaleed_figure_2 {
  width: 100%;
}
.stimmen_img {width:50%;margin:0 auto;display:block;}
.carousselWithBigButtons .carousel-control-prev , .carousselWithBigButtons .carousel-control-next  {
 display:none;
}
h2.startHL span {
  font-size: 40px;
}
.nav-tabs.serviceTabs {display:block!important;}
.nav-tabs.serviceTabs li{display:block!important;flex:none!important}

a.arrowDown {
  color: #B9DACE;
  font-family: 'RobotoBlack';
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
  text-decoration: none;
}
.carousselWithBigButtons .carousel-inner {
width: 98%;
margin: 0 auto;
}
#carousel_stimmen.carousselWithBigButtons .carousel-inner {
width: 98%;
margin: 0 auto;
}
}
/*------------------------------------*\
    NAV
\*------------------------------------*/
/* NAV start */
.outer-menu {
  position: relative;
 bottom: 00px;
right: 10px;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
   opacity: 1;
}

.outer-menu.sticky{
  position: fixed;
  top: 50px;
right: 20px;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
   opacity: 1;
}


.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);background:white;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);width:100%;background:white;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;width:100%;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  top:0;
  transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);width:100%;background:white;
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div:after {
width:100%;background:white;
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div:before {
width:100%;background:white;
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
 right: 0;
  z-index: 1;
  width: 70px;
  height: 40px;
  padding: 0.5em 1em;
  background: transparent;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu.sticky .hamburger {

  }
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 4px;
  background: #004D90;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: inherit;
  transition: all 0.4s ease;
}
.outer-menu.sticky .hamburger > div {
  position: relative;
  flex: none;
  width: 90%;
  height: 4px;
  background: #000000;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:after {
  top: 10px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:auto;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div {
  width: 100%;
  height: auto;
  color: #FEFEFE;
  background: rgba(255, 255, 255, 0.9);

  transition: all 0.4s ease;
  
 top:-100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  
  align-items: center;
  justify-content: center;
  border-bottom:5px solid #004D90;
}
.outer-menu .menu > div > div {
  text-align: start;
 
  opacity: 0;
  transition: opacity 0.4s ease;
 
  
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  color: white;
  transition: color 0.4s ease;
  text-decoration: none;text-transform:uppercase;font-size:25px;
}
.outer-menu .menu > div > div > ul > li > a:hover {
 color: white;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.4s ease;
}


/* nav */
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

