@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@600&family=Gudea&display=swap');
:root {
    --ia-site-standard-font: Arial, sans-serif;
    --ia-site-header-font: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    --ia-site-standard-font-size: 17px;
}

body {
    font-family: var(--ia-site-standard-font);
    font-size: var(--ia-site-standard-font-size);
}

.site * {
    box-sizing: border-box;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    font-family: var(--ia-site-header-font);
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
}

.tile .tile-inner {
    background-position: center;
    background-repeat: no-repeat;
}

.site-content {
    padding: 0;
}

.site-content .content-area {
    float: none;
}

.site-header-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
}

.site-header-main .site-branding {
    margin: 12px 0;
}

.site-header-main .site-branding .header-image {
    width: 250px;
}

.site-header-main .header-search-container {
    margin-top: 0;
}

.navigation-wrapper {
    background: none;
    background-color: transparent;
    border-bottom: none;
    color: #000;
    margin-top: -2em;
    margin-bottom: 20px;
}

.main-navigation .primary-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.main-navigation .primary-menu>li, .main-navigation .primary-menu>li>a {
    /*color: inherit;
	font-family: var(--ia-site-header-font);
	font-weight: 600;*/
    color: #767676;
    font-family: var(--ia-site-standard-font);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.main-navigation .primary-menu>li {
    border-right: none;
}

.main-navigation ul ul:before, .main-navigation ul ul:after {
    display: none;
}

.main-navigation .primary-menu>li.menu-item-has-children:hover::before {
    border-color: #d1d1d1 transparent;
    border-width: 0 10px 10px;
    right: 30px;
    bottom: 0px;
    content: '';
    position: absolute;
    z-index: 10001;
    display: block;
    border-style: solid;
}

.main-navigation .primary-menu>li.menu-item-has-children:hover::after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 32px;
    bottom: 0px;
    content: '';
    position: absolute;
    z-index: 10001;
    display: block;
    border-style: solid;
}

@media screen and (min-width: 56.875em) {
    .site-content {
        padding: 0;
    }
    .site-content .content-area {
        float: none;
    }
    body[class*="home"] .content-area, body[class*="home"] .entry-content {
        margin: 0 auto;
    }
    .main-navigation .primary-menu>li:hover>ul, .main-navigation .primary-menu>li:focus>ul {
        left: 5vw;
        right: auto;
        width: 90vw;
        position: fixed;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 20px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 1px 1px 10px rgba(255, 255, 255, 0.6);
        padding: 15px;
        font-family: var(--ia-site-header-font, var(--ia-site-standard-font));
        font-size: 18px;
        letter-spacing: normal;
        color: #222;
        z-index: 1000;
    }
    .main-navigation .primary-menu>li>ul>li, .main-navigation .primary-menu>li>ul>li>a {
        border: none;
        width: auto;
    }
    .sub-banner-image-container, .width-breakout {
        position: relative;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    .sub-banner-image-container {
        min-height: 400px;
        overflow: hidden;
        display: flex;
        background-color: #5B9BD5;
    }
}

@media screen and (min-width: 1200px) {
    .width-breakout {
        padding-left: calc(50vw - 600px);
        padding-right: calc(50vw - 600px);
    }
}

.sub-banner-image-container>img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    height: auto;
}

.grey {
    background-color: #F8F8F8;
}

.padtext {
    padding: 70px 5px 60px 120px;
}

.font {
    font-size: 19px;
}

.padimg {
    padding: 30px 120px 10px 0;
}

.padtopbottom {
    padding: 20px 0 15px 0;
}

.box-img-container {
    position: relative;
    color: white;
}

.box-img-container.su-column .su-column-inner, .box-img-container.su-column .su-column-inner img {
    min-width: 100%;
}

.box-float-right {
    float: right;
}

.text-black-overlay {
    display: block;
    line-height: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 20px 15px 20px 15px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.9));
}

.text-black-overlay>h4 {
    font-size: 2rem;
    margin: 0 0 5px 0;
}

.text-black-overlay>p {
    margin-bottom: 0;
}

.text-black-overlay a, .text-black-overlay a:hover, .text-black-overlay a:focus, .text-black-overlay a:active {
    color: #fff;
}

.centeralign {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.entry-content .sectionheadersize h3 {
    font-size: 26px !important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.line {
    margin: 100px auto;
    max-width: 100%;
    position: relative;
}

.line:before {
    content: "";
    display: block;
    width: 42%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: 25px;
}

.line:after {
    content: "";
    display: block;
    width: 42%;
    height: 1px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 25px;
}

.whitebg {
    background: #F8F8F8;
    margin-left: 10px;
    margin-right: 10px;
}

.verticalalign {
    display: flex;
    align-items: center;
}

.placeholderimageblue {
    background-color: #5B9BD5;
    width: 544px;
    height: 335px;
}

.placeholderimagegrey {
    background-color: #BFBFBF;
    width: 544px;
    height: 335px;
}

.horizontalalign {
    text-align: center;
}

.content-bottom-widgets {
    background-color: #FCFAE7 ;
}

.content-bottom-widgets .widget {
    width: 100%;
    max-width: 1200px;
}

.marginright30 {
    margin-right: 20%;
}

.marginright10 {
    margin-right: 3%;
}

.fontfooter {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.themefont {
    color: #4472C4;
    font-weight: bold;
    height: 80px;
    line-height: normal;
    position: relative;
}

.themefont span {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
}

a>p:empty, p>a:empty {
    display: none;
}

.footerlinks {
    font-family: var(--ia-site-standard-font);
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.footerlinks a {
    text-decoration: none;
}

.footerlinks a:hover,
.footerlinks a:focus {
    text-decoration: underline;
}

.content-bottom-widgets {
    background-image: url(/wp-content/uploads/LogoBWLowe-e1646747021480.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.copyright {
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
}
.su-column-inner a+p:empty {
display: none;
}

.ia-report-selector-controls > .ia-menu-container.ia-report-selector::before {
    content: 'Wählen Sie eine Ebene';
}

.ia-report-selector-controls > .ia-menu-container.ia-feature-selector::before {
    content: 'Wählen Sie ein Gebiet';
}

.ia-full-width {
    width: calc(100vw - 40px);
    min-height: 600px;
    height: 90vh;
}
@media only screen and (min-width: 1200px) {
    .ia-full-width {
        margin-left: calc(600px - 50vw + 20px);
        margin-right: calc(600px - 50vw + 20px);
    }
}

@media screen and (min-width: 56.875em) {
.featured-image-container {
    height: 450px;
    max-height: 450px;
}
}
.ia-img-full-width {
	width: calc(100vw - 10px); /* scrollbar buffer - not perfect */
	max-width: 100vw;
	height: auto;
	margin: 0;
}
@media only screen and (min-width: 1200px) {
    .ia-img-full-width {
        margin-left: calc(600px - 50vw);
        margin-right: calc(600px - 50vw);
    }
}
/* This added because of subtleties with images and full width and scrollbars - might need tweaking for phone-sizes */
body {
	overflow-x: hidden;
}

.content-bottom-widgets {
    padding-top: 50px;
    margin-top: -55px;
	border-top: none;
}