:root {
    /* Markenblau - vorher als #0d2a86/#0D2A86 in base.css, theme_weber.css und
       aimeos_custom.css dupliziert (unterschiedliche Schreibweise, ~35 Stellen). */
    --brand-blue: #0d2a86;
}

/*Edge*/
@supports ( -ms-accelerator:true )
{
    html{
        overflow: hidden;
        height: 100%;
    }
    body{
        overflow: auto;
        height: 100%;
    }
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    html{
        overflow: hidden;
        height: 100%;
    }
    body{
        overflow: auto;
        height: 100%;
    }
}

body {
    font-size: 1.15rem;
}

.carousel .item {
    height:230px;
}

h2.carousel-header {
    font-size: 0.9rem;
}
h2.carousel-subheader {
    font-size: 0.8rem;
}

@media (min-width:576px) {
    .carousel .item {
        height:320px
    }
    h2.carousel-header {
        font-size: 1.1rem;
    }
    h2.carousel-subheader {
        font-size: 1rem;
    }

}

@media (min-width:768px) {
    .carousel .item {
        height:450px
    }
    h2.carousel-header {
        font-size: 1.4rem;
    }
    h2.carousel-subheader {
        font-size: 1.2rem;
    }
}

@media (min-width:992px) {
    .carousel .item {
        height:420px
    }
    h2.carousel-header {
        font-size: 1.5rem;
    }

    h2.carousel-subheader {
        font-size: 1.3rem;
    }
}

@media (min-width:1200px) {
    .carousel .item {
        height:520px
    }
}

@media (min-width:1600px) {
    .carousel .item {
        height:616px
    }
}

@media (max-width:767px) {
    .align-end {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

@media (min-width:768px) {
    .align-end {
        position: absolute;
        width: 100%;
        bottom: 0;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 70%);
    }
    .inner-carousel-text {
        text-align: right;
        padding-bottom: 2.5rem !important;
    }
    .carousel-text-inner {
        text-align: right;
        padding-bottom: 2.5rem !important;
    }
}

a ~ .gallery-row {
    margin-left: 0;
    margin-right: 0;
}
a ~ .gallery-row .gallery-item {
    padding-left: 0;
    padding-right: 0;
}


.copyright-div {
    position: relative;
}

.copyright-info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000;
    font-size: 0.8rem;
    background: rgba(255,255,255, 0.7);
    padding: 0.15rem;
}


strong {
    font-weight: 700;
}

.u-list-inline .list-inline-item:last-child {
    display: none;
}

.w-33 {
    width: 33.3333% !important;
}

.g-height-100vh .text-center {
    display: none;
}

.frame-type-ud-2cols {
    padding-top: 0;
}

.frame-layout-100 {
    display: none;
}
@media screen and (min-width: 768px) {
    .frame-layout-100 {
        display: block;
    }
}

.frame-has-backgroundimage .element-header {
    padding: 3rem 0;
}

.page--sticky-top {
    padding-top: 100px;
}


.w-15 {
    width: 15%!important;
}
.w-33 {
    width: 33.3333%!important;
}

.navbar-mainnavigation .navbar-nav > li.show > .nav-link::before, .navbar-mainnavigation .navbar-nav > li.active > .nav-link::before {
    opacity: 0;
}

.navbar-mainnavigation .navbar-nav > li > .nav-link:focus::before, .navbar-mainnavigation .navbar-nav > li > .nav-link:hover::before, .navbar-mainnavigation .navbar-nav > li:hover > .nav-link::before {
    opacity: 0;
}

.subcontent-wrap .gallery-item {
    margin-bottom: 2rem;
}

.subnav-nav .subnav-nav .subnav-nav.level-3 .subnav-link {
    padding-left: 2.5rem;
    background-color: #fff;
}

.subnav-nav .subnav-nav .subnav-nav.level-3 .active .subnav-link {
    background-color: var(--brand-blue);
}






