@font-face {
    font-family: 'cid';
    src: url("../Fonts/neuzeitsltstd-book-webfont.eot") format("eot");
    src: url("../Fonts/neuzeitsltstd-book-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/neuzeitsltstd-book.woff") format("woff"), url("../Fonts/neuzeitsltstd-book-webfont.ttf") format("ttf"), url("../Fonts/neuzeitsltstd-book-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'cid', 'Source Sans Pro', Arial, sans-serif;
    box-sizing: border-box;
    color: #292b2c;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

body * {
    box-sizing: inherit;
}

body.position-fixed {
    overflow: hidden;
}

sup {
    vertical-align: top;
    font-size: .9em;
    line-height: 1em;
}


.hidden {
    display: none;
}

/* Header */

body > header {
    outline: 3px solid rgba(0, 0, 0, 0.05);
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 8888;
    background-color: #ffffff;
}

#background {
    background-color: #ffffff;
}

header .container {
    padding-top: 1.5rem;
    z-index: 100;
    background: #ffffff;
}

header .row {
    position: relative;
}

header .logo {
    width: 100px;
    display: block;
    padding-bottom: 1.3rem;
}

header .navigation-container {
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

header nav > ul {
    list-style-type: none;
}

header nav > ul > li > a:hover,
header nav > ul > li > a.current {
    color: #004C99;
}

header nav > ul > li > a {
    color: #292b2c;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1.2rem 1rem;
    text-decoration: none;
    white-space: nowrap;
}

header nav .sub-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.logo img {
    max-width: 100%;
    height: auto;
}

main .header-picture {
    padding: 0;
    position: fixed;
    z-index: 0;
}

.slick-dots{
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 4rem;
    padding-left: 0px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    width: 20px !important;
    height: 20px !important;
    margin: 0;
    padding: 0 !important;
    cursor: pointer;
    border: 1px solid #292b2c !important;
    color: transparent;
    background-color: transparent;
}

.slick-dots li.slick-active button {
    background-color: #004C99;
    border: 1px solid #292b2c !important;
}

#HeaderPicture,
#HeaderPictureSubpage,
main .header-picture .image img {
    height: 50vh;
}


#HeaderPictureSite,
#HeaderPictureSite .header-picture .image img{
    height: 30vh;
}

.header-picture .image {
    margin: 0;
}

.header-picture img {
    width: 100%;
    object-fit: cover;
}

.header-picture .copyright {
    font-size: 0.8rem;
    right: 0.5rem;
    bottom: 0.8rem;
}

.mobile-button {
    cursor: pointer;
    float: right;
    padding: 10px 0;
    margin: 62px 0;
}

.button-line {
    background: #004C99;
    display: block;
    height: 4px;
    position: relative;
    width: 40px;
    z-index: 2000;
}

.button-line::before,
.button-line::after {
    background: #004C99;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.button-line::before {
    top: 9px;
}

.button-line::after {
    top: -9px;
}

.mobile-button.active ~ nav {
    height: 100%;
    max-height: fit-content;
    overflow-y: scroll;
    z-index: -1;
}

.mobile-button.active ~ nav::-webkit-scrollbar {
    display: none;
}

.mobile-button.active .button-line {
    background: transparent;
}

.mobile-button.active .button-line::before {
    transform: rotate(-45deg);
    top: 0;
}

.mobile-button.active .button-line::after {
    transform: rotate(45deg);
    top: 0;
}

.mobile-submenu {
    display: none;
}

.mobile-sub-button {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 67px;
}

header nav > ul > li.language > a {
    color: #BCBCBC;
}

.navigation-container .arrow {
    display: none;
}

@media (min-width: 1200px) {
    header .container {
        max-width: 100%;
        width: 1680px;
        margin-left: auto;
        margin-right: auto;
    }

    header nav > ul {
        display: flex;
        margin: 0;
        padding: 0;
        justify-content: space-between;
    }

    header nav > ul > li {
        position: relative;
    }

    header nav .sub-container {
        background-color: rgba(0, 76, 153, 0.8);
        display: none;
        padding: 1.25rem 0;
        position: absolute;
        top: 100%;
    }

    header .language-menu {
        padding-right: 15px;
    }

    header .language-menu nav > ul {
        justify-content: flex-end;
    }

    header nav > ul > li:hover > .sub-container,
    header nav > ul > li:focus > .sub-container {
        display: block;
    }

    header nav .sub-container ul li a {
        color: #ffffff;
        display: flex;
        font-size: 1.4rem;
        line-height: 2.125rem;
        padding: 0 10rem 0 1rem;
        position: relative;
        text-decoration: none;
        white-space: nowrap;
        font-weight: lighter;
    }

    .mobile-button {
        display: none;
    }
}

@media (min-width: 1400px) {
    header .navigation-container {
        width: 1140px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    header .language-menu {
        width: inherit;
    }

}

@media (max-width: 1199px) {
    header .col-8 {
        display: flex;
        justify-content: right;
    }

    header nav {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.98);
        overflow: hidden;
        max-height: 0;
        transition: max-height .5s ease-out;
        z-index: -1;
    }

    header nav > ul {
        margin-top: 180px;
        padding: 0 3rem;
    }

    header nav > ul > li {
        border-bottom: 2px solid #9B9B9B;
    }

    header nav > ul > li:last-of-type {
        border-bottom: none;
    }

    header nav > ul > li > a {
        padding: 1.2rem 0;
        display: flex;
        justify-content: space-between;
    }

    header .navigation-container nav ul li span {
        position: relative;
        float: right;
    }

    header .navigation-container nav ul li span:before {
        right: 6.8rem;
        top: 30px;
        transform: rotate(45deg) translateY(-50%);
        transition: 500ms all;
    }

    header nav .sub-container ul li {
        padding-bottom: 1rem;
    }

    header nav .sub-container ul li a {
        color: #9B9B9B;
        font-size: 1.4rem;
        line-height: 2.125rem;
        padding-left: 1rem;
        position: relative;
        text-decoration: none;
        white-space: nowrap;
        font-weight: lighter;
    }

    header .navigation-container {
        width: auto;
    }

    header nav .sub-container {
        display: none;
    }

    li.active .sub-container {
        display: block;
    }

    header .navigation-container nav ul li.active span:before {
        transform: rotate(-135deg);
    }

    header .language-menu {
        padding-right: 60px;
    }

    header .language-menu nav {
        overflow: visible;
        position: relative;
        width: unset;
        height: unset;
        max-height: unset;
        z-index: 100;
    }

    header .language-menu nav > ul {
        margin-top: 0;
        padding: 0;
    }

    header .col-12 {
        position: absolute;
        height: 100%;
        justify-content: end;
        width: 60%;
        margin-left: 40%;
    }

    li.language {
        float: right;
        line-height: 110px;
    }
}

@media (max-width: 767px) {
    header .logo {
        width: 50px;
        padding-bottom: 0;
    }

    header .container {
        padding-top: 0.5rem;
    }

    #HeaderPictureSubpage,
    #HeaderPictureSubpage .header-picture img,
    #HeaderPicture,
    #HeaderPicture .header-picture img {
        height: 140px;
    }

    .mobile-button {
        margin: 19px 0;
    }

    header nav > ul {
        margin-top: 80px;
    }

    header nav ul li.language > a {
        padding: 0;
    }

    li.language {
        line-height: 62px;
    }

    main #Content header * {
        font-size: 1.5rem;
    }

    .navigation-container .arrow {
        display: table-cell;
    }
}

/* Header End */

/* Main */

main {
    min-height: calc(100vh - 259px - 63px);
}

#Content {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

#Content > .container > .row > .col > .row {
    margin: 0 -15px 4rem -15px;
}

main header * {
    color: #004C99;
    font-size: 2.8rem;
    font-weight: lighter;
}

main p,
main h1,
main h2,
main h3,
main h4,
main h5,
main li {
    line-height: 1.8em;
}

main a {
    color: #004C99;
    text-decoration: none;
}

main h3 {
    color: #c6c6c6;
    font-size: 1rem;
    margin-bottom: -0.5rem;
    font-weight: normal;
}

main h4 {
    color: #004C99;
    font-size: 1rem;
    margin-bottom: -0.5rem;
    font-weight: normal;
}

main h5 {
    color: #292b2c;
    font-size: 1.1rem;
    margin-block-end: 0;
}

main #Content .col > img {
    max-width: 100%;
    height: auto;
}

.arrow:before {
    content: '';
    border: solid #004C99;
    border-width: 0 2px 2px 0;
    display: table;
    padding: 3px;
    position: absolute;
}

main .image img {
    width: 100%;
    height: auto;
}

.copyright {
    position: absolute;
    color: #292b2c;
    background-color: rgba(224, 229, 233, 0.6);
    padding: 3px;
}



@media (max-width: 480px) {
    main {
        min-height: calc(100vh - 462px - 63px);
    }
}

@media (min-width: 768px) {
    main {
        min-height: calc(100vh - 234px - 150px);
    }
}
/* Main End */

/* Tiles */

.row.tiles {
    margin-top: calc(4rem - 15px);
    margin-bottom: calc(4rem - 15px);
}

.tiles * {
    box-sizing: border-box;
}

.tiles .col-6 {
    padding: 15px;
}

@media (min-width: 992px) {
    .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.tiles .description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 76, 153, 0.7);
    color: white;
    white-space: nowrap;
    padding: 0 0.6rem;
    z-index: 10;
    transition: background-color 0.3s linear;
    visibility: visible;
    text-align: center;
    line-height: 1.8em;
}

.tiles .overlay {
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    top: 15px;
    left: 15px;
}

.tiles .overlay::after {
    content: "";
    background: rgba(0, 76, 153, 0.7);
    z-index: -1;
    padding: 1.5em 0.75em;
    display: block;
    transition: all 0.3s ease-out;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0);
    height: calc(100% - 4px);
}

.tiles .overlay:hover .description {
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease-out;
}

.tiles .overlay:hover::after {
    transition: all 0.3s ease-out;
    transform: scale(2, 1);
}


.tiles .description.materialize {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease-out;

}

.tiles .col-6:hover .description.materialize {
    background-color: rgba(0, 76, 153, 0.7);
    color: #ffffff;
    transition: all 0.3s ease-out;
    visibility: visible;
}

.tiles .col-6:hover .overlay.disappear:after {
    visibility: visible;
}

.tiles .overlay.disappear {
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    top: 15px;
    left: 15px;
}

.tiles .overlay.disappear::after {
    transform: scale(2, 1);
    height: calc(100% - 4px);
    visibility: hidden;
}

.tiles .overlay.disappear:hover::after {
    transition: all 0.3s ease-out;
    transform: scale(0, 0);
}

.tiles .copyright {
    font-size: 0.6rem;
    right: calc(0.5rem + 15px);
    bottom: calc(0.5rem + 18px);
}

.image {
    position: relative;
}

.image .copyright {
    font-size: 0.8rem;
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.image.slick-slide .copyright {
    bottom: 5px;
}

@media (min-width: 1200px) {
    .tiles img {
        width: 255px;
        height: 255px;
        object-fit: cover;
    }

    .tiles .col-lg-2 img {
        width: 198px;
        height: 198px;
        object-fit: cover;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tiles img {
        width: 210px;
        height: 210px;
        object-fit: cover;
    }

    .tiles .col-lg-2 img {
        width: 162px;
        height: 162px;
        object-fit: cover;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .tiles img {
        width: 330px;
        height: 330px;
        object-fit: cover;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .tiles img {
        width: 240px;
        height: 240px;
        object-fit: cover;
    }
}

@media (max-width: 575px) {
    .tiles img {
        width: calc(100vw / 2 - 30px);
        height: calc(100vw / 2 - 30px);
        object-fit: cover;
    }

    .tiles .description {
        white-space: normal;
        line-height: 1;
        font-size: 0.9rem;
        padding: 0.5rem;
    }

    .tiles .overlay,
    .tiles .overlay.disappear{
        width: calc(100vw / 2 - 30px);
    }
}

@media (max-width: 767px) {
    .tiles .col-6 .overlay.disappear:after {
        visibility: visible;
    }

    .tiles .description.materialize {
        visibility: visible;
        color: #ffffff;
    }
}

/* Tiles End */

/* Icons */

.icons img {
    width: 100%;
    height: auto;
}

.icons {
    color: #9B9B9B;
    font-size: 1.2rem;
    margin: 0;
}

.icons span {
    text-align: initial;
    float: right;
    line-height: 1em;
    font-size: 1.4rem;
    font-weight: bolder;
}

.icons .row > .col-6 > p {
    font-size: 3rem;
    font-weight: initial;
    text-align: end;
    margin: 0;
    line-height: 1;
}

.icons .row > .col-6 {
    min-width: fit-content;
}

.icons .row > .col-6:first-of-type {
    display: flex;
    align-items: flex-end;
    padding-right: 0;
}

.icons .row:last-of-type p {
    margin: 0.5em 0;
}

.icons .row:first-of-type {
    flex-wrap: nowrap;
}

.icons .row > .col-6:first-of-type {
    flex: initial;
    width: initial;
}

.icons .no-padding {
    padding-left: 0;
}

@media (min-width: 992px) {
    .icons img {
        width: 100px;
        max-height: 100px;
    }

    .icons .row:first-of-type {
        height: 100px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .icons img {
        max-width: 80px;
        max-height: 80px;
    }

    .icons .row:first-of-type {
        height: 90px;
    }
}

@media (max-width: 767px) {
    .icons img {
        max-width: 60px;
        max-height: 60px;
    }

    .icons .row:first-of-type {
        height: 70px;
    }

    .icons .row > .col-6 > span::first-line,
    .icons .row > .col-6 > p::first-line {
        font-size: 2.2rem;
    }

    .icons span,
    .icons .row p,
    .icons .row > .col-6 > p {
        font-size: 1rem;
    }
}

@media (max-width: 360px) {
    .icons {
        overflow: hidden;
    }
}

/* Icons End */

/* Logos */

.logos .col {
    margin-bottom: 1rem;
    flex-grow: 0;
}

#Content .col > .row.logos img {
    height: 20px;
    width: auto;
    max-width: unset;
}

#Content > .container > .row > .col > .row.logos {
    margin-bottom: 0;
}

#Content > .container > .row > .col > .row.tiles {
    margin-top: 4rem;
}

@media (max-width: 767px) {
    .row.logos {
        display: none;
    }
}

/* Logos End */

/* Button */

.button {
    border: 2px solid #004C99;
    color: #004C99;
    width: fit-content;
    padding: 0.5rem 1.5rem;
    margin: 2.5rem 0 0.5rem 0;
}

.button:hover {
    background-color: #004C99;
    color: #ffffff;
}

.col.button_col {
    flex-grow: 0;
}

.col.button_col a {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .button {
        padding: 0.5rem;
    }
}

@media (max-width: 576px) {
    .button {
        width: 100%;
        text-align: center;
        padding: 0.5rem;
        white-space: initial;
    }
    .col.button_col {
        flex-basis: initial;
    }

}

/* Button End */

/* Menu Button */



.choose-menu.static {
    right: -110vw;
    top: 0;
}

.choose-menu.static.on {
    right: 0;
}

.choose-menu {
    z-index: 20000;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.98);
    position: fixed;
    top: -110vh;
    transition: all 0.5s ease-out;
    text-align: right;
}

.choose-menu.on {
    top: 0;
    overflow-y: scroll;
}

.choose-menu .container {
    height: calc(100% - 2rem);
}

.choose-menu p {
    font-size: 1.75rem;
    line-height: 1.1;
    margin: 3rem 0 1rem 0;
}

.choose-menu a {
    text-decoration: none;
    font-size: 1.2rem;
    margin: 0.5rem 0 0.5rem 1rem;
    display: inline-block;
}

.menu {
    max-width: 800px;
    margin-left: auto;
    position: relative;
    top: calc(50% - 40px - 2rem);
    transform: translateY(calc(-50% - 2rem));
}

.choose-menu .close,
#close_info
{
    transition: all 0.5s ease-out;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-top: 2rem;
    transform: rotate(-45deg);
    cursor: pointer;
}
.choose-menu .close:hover,
#close_info:hover
{
    transform: rotate(-315deg);
    transition: all 0.5s ease-out;
}

.choose-menu .close::before,
#close_info::before {
    content: '';
    background: #004C99;
    display: block;
    height: 4px;
    transform: rotate(270deg);
    width: 40px;
    position: relative;
    top: 18px;
}

.choose-menu .close::after,
#close_info::after {
    content: '';
    background: #004C99;
    display: block;
    height: 4px;
    width: 40px;
    position: relative;
    top: 14px;
}

.choose-menu .static {
    top: 0;
    transform: unset;
    padding-bottom: 50px;
}

#menu_button {
    cursor: pointer;
}

.spacer {
    height: 20px;
}

@media (max-width: 767px) {
    .choose-menu a {
        margin-left: 0;
    }
}

/* Menu Button End */

/* PDF Download */

.col-12 {
    display: flex;
}

.file-image img {
    height: 150px;
    width: auto;
    border: 1px solid #9B9B9B;
}

.file-list {
    margin-left: 1rem;
}

.file-list .file {
    background: url("../Images/pdf_icon.png") no-repeat;
    padding: 0 0 1rem 24px;
}

.file-list p {
    margin: 0;
}

/* PDF Download End */

/* Downloads */

.downloads .file-list {
    margin-left: 0;
}

.downloads .file-list .file {
    background: url("../Images/download_icon.png") no-repeat;
    background-size: 16px auto;
    padding: 0 0 1.2rem 3rem;
}

.downloads a {
    color: #292b2c;
}

.downloads a:hover {
    color: #004C99;
}

.downloads p {
    color: #9B9B9B;
}

.downloads .title {
    min-width: 500px;
    display: inline-block;
}

.downloads .language {
    min-width: 120px;
    display: inline-block;
}

.downloads:not([id=""]) {
    display: none;
}

.downloads.active {
    display: block;
}

#Content > .container > .row > .col > .row.downloads:first-of-type {
    margin-bottom: 1rem;
}

.download-site label {
    font-weight: initial;
    color: #004C99;
    display: block;
    font-size: 1.2rem;
}

.download-site #sites {
    margin: 1rem 0 2rem 0;
    height: 40px;
    min-width: 160px;
    border: 1px solid#9B9B9B;
    color: #292b2c;
    padding-left: 0.8rem;
    font-size: 1rem;
}

.download-site #sites:focus {
    border-color: #004C99;
    outline: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

@media (max-width: 576px) {
    .downloads .title {
        width: 100%;
        min-width: unset;
    }
}

/* Downloads */

/* News */

.news .title {
    color: #292b2c;
}

.news .title:hover {
    text-decoration: underline #292b2c;
}

.news .col {
    margin-bottom: 2rem;
}

.paginator {
    display: flex;
    list-style-type: none;
    padding: 0 15px;
    color: #9B9B9B;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.paginator a {
    color: #9B9B9B;
}

.paginator a:hover {
    text-decoration: underline;
}

.paginator li {
    padding: 0.5rem 0.8rem;
    border: 1px solid #E0E5E9;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

.paginator .disabled {
    color: #E0E5E9;
}

.paginator .current {
    border: 1px solid #9B9B9B;
    background-color: rgba(155, 155, 155, 0.2);

}

.news-single .news-list-date {
    text-align: center;
}

.news-single .article .news-img-wrap {
    float: unset;
    margin: 0;
}

.news-single .header img {
    width: 100%;
    height: auto;
}

.news-single .teaser-text {
    font-size: 1.2rem;
    color: #292b2c;
    font-style: italic;
}

.news-single .ce-left,
.news-single .ce-right {
    display: flex;
}

.news-single .ce-left figure,
.news-single .ce-right figure {
    margin: 0;
}


.news-single .ce-right {
    flex-direction: row-reverse;
}

.news-single .ce-left .ce-bodytext {
    margin-left: 1.5rem;
}

.news-single .arrow:before {
    bottom: calc(4rem + 5px);
    transform: rotate(135deg);
    transition: 500ms all;
}

.news-single .arrow {
    margin-left: 1rem;
}

.news-single .news-backlink-wrap {
    margin-bottom: 4rem;
}

.news .ce-textpic > * {
    max-width: max(calc(555px - 0.75rem), 50%);
}

.news .ce-gallery img {
    max-width: 100%;
    height: auto;
}

.news .article > img {
    max-width: 50%;
    height: auto;
}

@media (max-width: 991px) {

    .news-single .ce-left,
    .news-single .ce-right {
        flex-wrap: wrap;
        justify-content: center;
    }


    .news-single .ce-left .ce-bodytext {
        margin-left: 0;
    }

    .news .article > img {
        max-width: 100%;
    }
}

/* News End */

/* Contact Form */

#Content form {
    width: 100%;
}

#Content form > h2 {
    color: #004C99;
    font-size: 2.8rem;
    font-weight: lighter;
    text-transform: uppercase;
}

#Content form .clearfix > h2 {
    text-align: center;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #9B9B9B;
}

#Content form label {
    font-weight: bolder;
    color: #292b2c;
}

#Content form .form-group,
#Content .powermail_fieldwrap{
    color: #9B9B9B;
    margin-bottom: 2rem;
}

#Content form fieldset.form-group:first-of-type {
    margin-bottom: 0rem;
}

#Content form fieldset.form-group div.form-group:last-of-type {
    margin-bottom: 0rem;
}

.input *,
.powermail_field * {
    width: 100%;
    height: 40px;
    border: 1px solid #9B9B9B;
    font-size: 1.1rem;
    color: #9B9B9B;
    margin-top: 0.2rem;
    font-family: 'cid', 'Source Sans Pro', Arial, sans-serif;
}

.input.checkbox * {
    border: none;
    width: auto;
}

.input.checkbox {
    height: 1rem;
}

.input.checkbox input {
    position: relative;
    top: 2rem;
    height: auto;
}

#Content .input.checkbox label span {
    font-weight: bolder;
    color: #292b2c;
    position: relative;
    left: -1rem;
}

#Content .input.checkbox label span span.required {
    color: #004C99;
    left: 0;
}

#Content form fieldset.form-group:last-of-type p{
    padding-left: 2rem;
    margin-top: -20px;
}

#Content .powermail_field .checkbox input {
    margin-top: 10px;
}

#Content .powermail_field .checkbox p {
    font-weight: initial;
    font-size: 1rem;
    padding-left: 2rem;
    margin-top: -25px;
}

#Content .powermail_field .checkbox a {
    font-size: 1rem;
    color: #004c99;
}

.input *:focus,
.powermail_field *:focus {
    border-color: #004C99;
    outline: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

textarea {
    min-height: 12rem;
}

#Content form > div {
    font-size: 1.4rem;
    margin-top: 2rem;
}

#Content form button,
#Content .tx-powermail .powermail_submit{
    border: 2px solid #004C99;
    color: #004C99;
    width: fit-content;
    padding: 0.5rem 1.5rem;
    background-color: #ffffff;
    margin-bottom: 3rem;
    text-transform: uppercase;
    line-height: 1.8em;
    font-size: small;
}

#Content form button:hover {
    background-color: #004C99;
    color: #ffffff;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

fieldset legend {
    display: none;
}

#Content form span {
    color: #004C99;
}

#Content >.container > .row > .col > .frame {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    #Content form {
        width: 66.66666667%;
    }
}

#Content .tx-powermail .container-fluid {
    padding: 0;
}

#Content .tx-powermail .powermail_fieldwrap_type_text {
    line-height: 1.8em;
    margin: 1em 0;
}

#Content .tx-powermail span {
    margin-left: .27em;
}


#Content .powermail_fieldwrap_type_check label {
    font-weight: bolder;
}

#Content .powermail_fieldwrap_type_check .powermail_field * {
    width: unset;
    height: unset;
    border: none;
}

#Content .powermail_field .powermail_captcha {
    float: right;
    width: calc(100% - 1rem - 167px);
}

#Content .powermail_field img {
    width: auto;
}

#Content ul.powermail-errors-list.filled ,
#Content ul.powermail-errors-list li,
#Content .powermail_field_error_container {
    border: none;
    list-style: none;
    padding: 0;
    color: #004c99;
    font-size: 0.8rem;
    font-weight: bold;
    height: unset;
}

#Content .powermail_field_error_container.powermail_field_error ul.powermail-errors-list.filled {
    padding-left: 2rem;
    margin-top: -10px;
}

@media (max-width: 575px) {
    #Content .powermail_field .powermail_captcha {
        float: unset;
        width: 100%;
    }
}

    /* Contact Form End */

/* Map */
#chartdiv {
    position: relative;
    margin: 1rem 0 5rem 0;
}

#chartdiv svg {
    stroke-width: 0.1px;
}

#chartdiv form {
    margin-top: 1rem;
}

.marker {
    cursor: pointer;
}

.marker text {
    fill: #292b2c;
}

#chartdiv #map_bg > text {
    font-size: 1.3rem;
    cursor: pointer;
}

.marker path {
    fill: rgba(255, 255, 255, 0.8);
}

#chartdiv rect {
    fill: rgba(255, 255, 255, 0.8);
}

#info_div {
    position: absolute;
    box-shadow: 0 0 30px rgb(0 0 0 / 0.2);
    border: 1px solid #E0E5E9;
    background-color: #ffffff;
    padding: 0 1em;
    display: flex;
    max-width: 50vw;
    margin-top: calc(1rem + 10px);
    margin-left: 10px;
}

#info_div.left {
    margin-left: 0;
    margin-right: 10px;
}

#info_content {
    padding-right: 1em;
}

#info_div #close_info {
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-top: 1.2em;
    transition: none;
}

#info_div #close_info:hover  {
    transition: none;
}

#info_div #close_info::before {
    height: 2px;
    width: 20px;
    top: 9px;
    background-color: #E0E5E9;
}

#info_div #close_info::after {
    height: 2px;
    width: 20px;
    top: 7px;
    background-color: #E0E5E9;
}

#info_div #close_info:hover::before,
#info_div #close_info:hover::after {
    background-color: #004C99;
}

#chartdiv #home:hover path:first-of-type {
    fill: #E0E5E9;
}

#chartdiv text {
    font-size: 1.1rem;
}

.home-button {
    cursor: pointer;
}

#chartdiv form label {
    font-weight: initial;
    font-size: 0.8rem;
}

#chartdiv form label.disabled {
    opacity: 0.5;
}

#chartdiv form select {
    height: 32px;
    min-width: 120px;
    border: 1px solid #004C99;
    color: #292b2c;
    padding-left: 0.2rem;
    font-size: 0.8rem;
    background-color: #ffffff;
    margin: 0 1rem 0 0.2rem;
}

#chartdiv form select:focus {
    border-color: #004C99;
    outline: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

#chartdiv form select:disabled {
    opacity: 0.5;
}

@media (max-width: 767px) {
    #chartdiv form label {
        font-weight: bolder;
    }
    #chartdiv form select {
        width: 100%;
        margin: 0.5rem 0 1.5rem 0;
        font-size: 1rem;
        height: 40px;
    }

    #chartdiv #info_div {
        position: relative;
        margin: 2rem 0 0 0;
        width: 100%;
        max-width: 100%;
        display: block;
    }
}

/* Map End */

/* Site */

.col > #site {
    background-color: #E0E5E9;
    margin: -4px 0 1.5rem 0 !important;
}

#site .site {
    margin: 0;
}

.site .row {
    height: 100%;
    flex-wrap: nowrap;
}

#Content .col .site img {
    width: 48px;
    max-width: 48px;
    height: auto;
    margin: 1rem 0;
}

.site .col {
    flex-basis: auto;
    flex-grow: 0;
    width: fit-content;
}

.site .col:nth-of-type(2) {
    padding: 0 1rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site .brands p:first-of-type {
    font-size: initial;
    margin-bottom: 0;
}

.site .brands p {
    font-size: 0.75em;
    margin-top: 0;
}

.site .col-6 .row {
    flex-wrap: nowrap;
}

/* Site End */

/* Footer */

footer {
    position: relative;
}

footer #Address {
    width: 100%;
    background-color: #E0E5E9;
    font-size: 0.8rem;
}

footer #Address a {
    text-decoration: none;
    color: #292b2c;
}

footer #Address a:hover {
    text-decoration: none;
    color: #004C99;
}

footer #LegalPages {
    width: 100%;
    background-color: #004C99;
}

footer #Address .col {
    margin: 1.5rem 0;
}

footer #Address .col p {
    margin: 0;
    white-space: nowrap;
}

footer #Address .social {
    text-align: end;
}

footer .social nav {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}

footer .social img {
    width: 35px;
    height: 35px;
    max-width: 35px;
    max-height: 35px;
    padding: 5px;
    border: 1px solid #292b2c;
}

footer .social-icon {
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    height: 35px;
}

footer .social-icon:last-of-type {
    margin-right: 0;
}

footer nav.legal-menu > ul {
    list-style-type: none;
    padding: 0;
    text-align: right;
    margin: 0.8rem 0 1rem;
}

footer nav.legal-menu > ul > li {
    position: relative;
    color: #ffffff;
    display: block;
    font-size: 0.8rem;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.2;
    padding: 0.2rem 0;
    white-space: inherit;
}

footer nav.legal-menu > ul > li > a {
    color: #ffffff;
    font-size: 0.8rem;
    text-decoration: none;
}

footer nav.legal-menu > ul > li > .divider {
    padding: 0 0.5rem;
}

footer nav.legal-menu > ul > li:last-of-type > .divider {
    display: none;
}

footer nav.footer-menu > ul {
    padding: 0;
    list-style-type: none;
}

footer nav.footer-menu > ul li{
    float: none;
}

footer nav.footer-menu > ul > li {
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-font-feature-settings: "kern" 0;
}

footer nav.footer-menu > ul li.has-sub {
    float: left;
    padding-right: 4rem;
}

footer nav.footer-menu > ul li a,
footer nav.footer-menu > ul li p {
    color: #ffffff;
    text-decoration: none;
    padding-bottom: .5rem;
    display: block;
    font-size: 0.8rem;
    margin: 0;
}

footer nav.footer-menu ul .sub-container ul{
    list-style-type: none;
    padding-left: 0rem;
}

footer nav.footer-menu ul .light .sub-container ul li a{
    font-weight: normal;
    text-transform: initial;
    letter-spacing: initial;
}

footer nav.footer-menu ul .light .sub-container ul li{
    min-width: unset;
}

footer nav.footer-menu ul .sub-container ul li {
    min-width: 130px;
}


footer .social ul {
    background-color: #292B2C;
    list-style-type: none;
    position: absolute;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    right: 0;
    margin: 0.5rem 0;
    z-index: 100;
    bottom: 40px;
}

footer .social ul:before {
    bottom: -10px;
    content: " ";
    border-bottom: 10px dashed;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    color: #292b2c;
    position: absolute;
    z-index: 101;
    right: 7.5px;
    rotate: 180deg;
}

footer .social ul li {
    padding-bottom: 0.5rem;
}

footer .social ul li:last-of-type {
    padding-bottom: 0;
}

footer #Address .social ul a {
    color: #ffffff;
}

@media (max-width: 575px) {
    /*footer .social nav {*/
    /*    margin-left: auto;*/
    /*    width: 80px;*/
    /*}*/

    /*footer .social-icon:nth-of-type(even) {*/
    /*    margin-right: 0;*/
    /*}*/

    /*footer .social-icon {*/
    /*    margin-bottom: 8px;*/
    /*}*/

    footer nav.footer-menu > ul li.has-sub {
        padding-right: 1.5rem;
    }
}

@media (max-width: 480px) {
    footer nav.footer-menu > ul li.has-sub {
        float: none;
    }
}

@media (min-width: 576px) {
    footer nav.footer-menu > ul li.has-sub {
        padding-right: 2.5rem;
    }
}

@media (min-width: 768px) {
    footer nav.footer-menu ul .light .sub-container {
        padding-bottom: 1rem;
    }

    footer nav.legal-menu > ul {
        margin: 0.8rem 0 0;
    }
}

@media (min-width: 992px) {
    footer nav.footer-menu ul .sub-container ul li {
        min-width: unset;
    }
    footer #LegalPages nav > ul{
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    footer nav.footer-menu > ul li.has-sub {
        padding-right: 4.5rem;
    }
}

/* Footer End*/

/*COOKIE BAR*/
#cookie-bar {
    background: rgba(85,85,85,.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*border-top:2px solid #a5d941;*/
    font-size:12px;
    position:fixed;
    z-index:9999;
}

#cookie-bar .cb-buttons {
    display: flex;
    position: relative;
}

#cookie-bar .cd-outer {
    padding: 1.5rem 2rem 2rem 2rem;
    max-width:1245px;
    position:relative;
    left: 50%;
    width: 40%;
    background-color: #fff;
    top: 50%;
    transform: translate(-50%,-50%) !important;
    overflow-y: auto;
}

#cookie-bar h3{font-size: 2rem;margin-top: 0;margin-bottom: .5rem;color: #4b4b4b;font-weight: 300}
#cookie-bar .cd-outer::after{
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 1250px) {
    #cookie-bar .cd-outer {
        width: 96%;
    }
}

#cookie-bar .cb-label {
    color: #4b4b4b;
    display: block;
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 1.5em;
}

#cookie-bar .cb-label a {
    color:#004c99;
}

#cookie-bar .cb-save{border-bottom: 2px solid #4b4b4b;
    color: #4b4b4b;
    text-decoration: none;
    padding: 6px 40px;
    display: inline-block;
    font-size: 16px;
    margin-right: 2rem;
}
#cookie-bar .cb-enable,
#cookie-bar .cb-disable,
#cookie-bar .cb-policy,
#cookie-bar .cb-enable:hover,
#cookie-bar .cb-disable:hover,
#cookie-bar .cb-policy:hover  {
    border: 2px solid #004c99;
    color: white;
    background-color: #004c99;
    text-decoration: none;
    padding: 6px 50px;
    display: inline-block;
    font-size:16px;
}
#cookie-bar .cb-imprint{margin-right: auto;color: #4b4b4b;font-size: 1rem; padding: 8px 0px;}
#cookie-bar .cb-check {
    display: flex;
    position: relative;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    gap: 10px 40px;
}

#cookie-bar .cb-check .col-12 {
    padding: 0;
}

#cookie-bar .cb-check label{
    position: relative;
    font-size: 1.4em;
    color: #666;
    display:inline;
    margin-left: 0;
    vertical-align: super;
}

#cookie-bar .cb-check input[type="checkbox"]{
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0 10px 0 0;
    border: 2px solid #666;
    -webkit-appearance: none;
    float:none;
}

#cookie-bar .cb-check input[type="checkbox"]:focus{
    outline:0;
}

#cookie-bar .cb-check input[type="checkbox"]:nth-of-type(2){
    margin-left: 40px;
}

#cookie-bar .cb-check input[type="checkbox"]:checked{
    background-image: url('../Icons/icon-checked.png');
    background-repeat: no-repeat;
    background-position: 50%;
}

#cookie-bar .cb-check input[type="checkbox"][readonly]{
    background-color: #ccc;
    border: none;
    background-image: url('../Icons/icon-checked-readonly.png');
    background-repeat: no-repeat;
    background-position: 50%;
}

#cookie-bar .cb-check input[type="checkbox"][readonly] + label{
    color: #ccc;
}

#cookie-bar .cb-details{
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}

#cookie-bar .cb-details.accordion{
    max-height: 25px;
    overflow: hidden;
    -webkit-transition: height .5s linear;
    -o-transition: height .5s linear;
    transition: height .5s linear;
    margin-bottom: .5rem;
}

#cookie-bar .cb-details.accordion.active {
    max-height: 100%;
}

#cookie-bar .cb-details label.cb-action{
    display: block;
    text-align: right;
    color: #004c99;
    cursor: pointer;
    float: right;
}

#cookie-bar .cb-details label.cb-action:after{
    content: '';
    display: inline-block;
    position: relative;
    width: 12px; height: 12px;
    margin-left: 3px;
    background-image: url('../Icons/gfx-arrow-right.png');
    background-repeat: no-repeat;
    background-position: 150% 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#cookie-bar .cb-details.accordion.active label.cb-action:after {
    background-position: 35% 100%;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

#cookie-bar .cb-details p{
    clear: both;
    margin-top: 1.7em;
    padding: 0 0 1.5em 0;
    position: relative;
    width: 100%;
    color: #000;
    font-size: 1.2em;
}

#cookie-bar .cb-details strong{
    position: relative;
    display: block;
    color: #666;
    font-weight: bold;
}

#cookie-bar .cb-details strong:nth-of-type(2){
    margin-top: 1em;
}

#cookie-bar .cb-disable,
#cookie-bar .cb-policy {
    border:2px solid #004c99;
    color: #004c99;
}

#cookie-bar .cb-policy,
#cookie-bar .cb-disable {margin-left:5px;}

@media (max-width: 1650px) {
    #cookie-bar .cd-outer {width: 50%}
}
@media (max-width: 1290px) {
    #cookie-bar .cd-outer {width: 70%}
}
@media (max-width: 800px) {
    #cookie-bar .cd-outer {width: 90%}
}

@media (max-width: 630px) {
    #cookie-bar .cb-buttons {
        width: 100%;
        margin-top: 10px;
        flex-direction: column-reverse;
    }
    #cookie-bar .cb-buttons a{
        padding: 6px 10px;
        margin-bottom: 1rem;
        text-align: center;
    }
    #cookie-bar .cb-save{
        margin-right: 0;
    }
    #cookie-bar .cd-outer{
        max-height: 90%;
        padding: 1rem
    }
    #cookie-bar .cb-details.accordion{
        margin-bottom: 0;
    }
}

@media (min-width: 576px) {
    #cookie-bar .cb-check .col-12 {
        flex-basis: content;
    }
}

@media (orientation: landscape) {
    #cookie-bar .cd-outer {
        max-height: 75%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*    #cookie-bar {
            position: relative;
        }*/
    .cb-buttons{display: block;}
}

/*COOKIE BAR END*/