/*
Theme Name: Schneider Schuhe
Theme URI: http://www.alea-iacta.ch
Author: alea iacta digital gmbh
Author URI: http://www.alea-iacta.ch
Template: sydney-pro-ii
Version: 1.0
Text Domain: sydney
*/

/*==================== Basic Settings =========================*/

/*Hide Elements*/
.hide {
    display: none !important;
}

body {
    font-size: 17px;
}

a {
    color: #DCD2C8;
    font-weight: 700;
}


h2 {
    font-size: 34px;
    font-weight: 400;
    margin: 20px 0 15px;
}

h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0 15px;
}


.fa {
    margin-right: 3px;
}

@media (max-width: 990px) {

    body {
        font-size: 13px;
    }

    h2 {
        font-size: 24px;
        font-weight: 400;
        margin: 15px 0 10px;
    }
}

.panel-grid-cell .widget-title {
    text-transform: none !important;
    font-size: 34px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px !important;
    margin-left: 0px;
    margin-right: 0px;
}

.panel-grid-cell .widget-title:after {
    height: 0;
}

@media (max-width: 990px) {


    .panel-grid-cell .widget-title {
        font-size: 24px;
        font-weight: 400;
        margin: 15px 0 10px;
    }
}


/* ================== Grundstruktur ==================*/

.page, .archive, .single-product {
    margin: 0 7px;
}

.schneider-row .textwidget {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
    .page, .archive, .single-product {
        margin: 0 15px;
    }
}

.schneider-row {
    margin-bottom: 15px;
    padding: 0;
}


.text-widget {
    padding: 20px 50px;
}

.container {
    width: 100%;
}

.panel-grid {
    max-width: 1600px
}

.preloader {
    left: 0;
    right: 0;
    top: 0;
}

@media (max-width: 780px) {

    .page {
        margin: 0 7px;
    }

    .schneider-row {
        margin-bottom: 7px;
        padding: 0px !important;
    }

    .text-widget {
        padding: 20px 30px;
    }

}

@media (max-width: 768px) {
    .panel-grid-cell {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-bottom: 0px !important;
    }
}

/*============== Site-Logo ==================*/

#site-logo-container {
    height: 60px;
}

.aid-site-logo-inverse {
    display: none;
}

.aid-site-logo {
    display: inline-block;
    width: 245px;
    height: 60px;
}

.aid-site-logo:hover .aid-site-logo-inverse {
    display: block;
}

.aid-site-logo:hover .aid-site-logo-default {
    display: none;
}

.grecaptcha-badge {
    display: none;
}


/*=================== Menü ======================*/

.site-header {
    background-color: #0A3C64;
}

.site-logo {
    max-height: 60px;
    max-width: 245px;
}

.header-contact {
    margin: 0 -15px;
    font-size: 13px;
}

.header-contact a {
    color: #fff;
}

.home #masthead {
    margin-top: 52.1px;
}

.site-header.fixed {
    margin-top: 0 !important;
    z-index: 1001;
}

@media (max-width: 1024px) {
    #masthead {
        margin-top: 0px;
        width: 100vw;
        margin-left: -15px;
    }

    .home #masthead {
        margin-top: 0px;
    }

    .header-contact {
        width: 100vw;
        padding-left: -15px;
    }
}

@media (max-width: 768px) {
    #masthead {
        margin-left: -7px;
    }
}

@media (min-width: 768px) {
    .btn-menu {
        margin-right: 7px;
    }
}

@media (max-width: 768px) {
    .header-contact {
        font-size: 11px;
    }

    .header-address {
        display: none;
    }

    .header-contact {
        margin: 0 -7px;
    }
}

#mainnav ul li a:hover {
    color: #d2c8b9 !important;
}

.current-menu-item a, .current-menu-parent a {
    color: #d2c8b9 !important;
}

.header-contact .container {
    padding-left: 0px;
    padding-right: 0px;
}

.menu-item {
    text-transform: uppercase;
}

#mainnav ul li ul {
    right: 0px;
}


/* ---- Mobile ----------*/

#mainnav-mobi {
    background-color: #000F28;
}

#mainnav-mobi ul li {
    border-top: 1px solid #0a3c64;
}

/* ================ Slider ======================*/
#crellyslider-1 {
    margin-top: 110px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    #crellyslider-1 {
        margin-top: 15px;
    }
}

.offnungszeiten-button {
    max-width: 350px !important;
}

@media (max-width: 768px) {
    .offnungszeiten-button {
        display: none;
    }
}

/* =============== Einstieg =============*/

.welcome-row {
    background-size: 40% auto !important;
    background-position: 90% 50% !important;
    width: 100%;
}

#so-widget-image img {
    max-width: 210px;
}

@media (max-width: 780px) {
    .blog-logo-widget .sow-image-container {
        text-align: center;
    }
}

/*=============== News-Kachel =================*/

#news-text h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    #news-text {
        padding: 20% 10%;
        height: 500px;
    }
}

@media (max-width: 768px) {
    #news-text {
        margin-bottom: 15px;
    }
}

#download-widget, #download-widget2 {
    padding: 0;
    height: 500px;
}


.hover-div .hover-text {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.hover-text {
    height: 500px;
    padding: 20% 10%;
    background-color: rgba(10, 61, 102, 0.8);
}

.hover-div:hover .hover-text {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

@media (max-width: 768px) {
    #download-widget, #download-widget2 {
        height: 300px;
    }

    .hover-text {
        height: 300px;
    }
}

#download-widget, #download-widget2 {
    background-position: top center !important;
}

/*================= News-Beitrag auf Home ===================*/

.aktueller-beitrag h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
}

@media (min-width: 768px) {
    .aktueller-beitrag {
        padding: 10% 10%;
        height: 500px;
    }
}

@media (max-width: 768px) {
    .aktueller-beitrag {
        margin-bottom: 15px;
    }
}

.aktueller-beitrag .entry-content {
    text-align: center;
}

.aktueller-beitrag .entry-title {
    text-align: center;
}

.aktueller-beitrag .post {
    border-bottom: 0px;
}

.aktueller-beitrag .aid-post-date {
    color: #fff;
    text-align: center !important;
}

/*============== PDF-Viewer ===============*/
#pdf-row {
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
}

#pdf-row-2 {
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
}

.pdf-light-viewer {
    padding-top: 0px;
}

.overlay {
    opacity: 0.9;
}

.pdf-light-viewer {
    padding: 20px 0 !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

/*================== Footer ====================*/

#sidebar-footer {
    margin: 0 -15px;
}

.site-footer {
    margin: 0 -15px;
}

@media (max-width: 768px) {
    #sidebar-footer {
        margin: 0 -7px;
    }

    .site-footer {
        margin: 0 -7px;
    }
}

.footer-adress {
    font-size: 13px;
}

.copyright {
    font-size: 13px;
}

@media (min-width: 768px) {
    .footer-adress {
        float: left;
        width: 70%;
    }

    .copyright {
        width: 30%;
        float: left;
        text-align: right;
    }
}

@media (max-width: 768px) {
    .site-footer {
        line-height: 21px;
    }

    .copyright {
        margin-top: 7px;
    }
}


.go-top.show {
    bottom: 85px;
}

.go-top .fa {
    margin-right: 0;
    padding-top: 8px;
}

#colophon {
    background-color: #000F28;
    color: #ffffff;
}

.footer-adress span {
    margin-right: 15px;
}

.site-footer a {
    color: #fff !important;
}

#nl-footer {
    color: #D2C8B9 !important;
}

.site-footer a:hover {
    color: #fff !important;
}

.footer-adress {
    padding-right: 0px;
    padding-left: 0px;
}

/*===================================================================
============================ KONTAKT ============================
=====================================================================*/

@media (min-width: 780px) {

    #adress-right {
        height: 500px;
    }

    #adress-c-right {
        height: 500px;
    }
}

.some-icon {
    width: 50%;
}

@media (max-width: 780px) {
    .some-icon {
        width: 25%;
    }
}


@media (min-width: 780px) {

    #some-widget {
        height: 400px;
    }

    #nl-widget {
        height: 400px;
    }
}

.some-row {
    padding: 0px !important;
}

/* Öffnungszeiten */

.openinghours {
    width: 100%;
    max-width: 400px;
    height: 90px;
}

.days {
    float: left;
    width: 50%;
}

.time {
    float: left;
    width: 50%;
}

/* Formular */
.nf-form-content label {
    width: 1000px;
    font-weight: 400;
}

.nf-form-content input {
    width: 100%;
    max-width: 1000px;
}

div.wpcf7 .ajax-loader {
    display: none;
}

#adress-right a {
    color: #0a3c64;
}

#adress-right a:hover {
    color: #000f28;
}

#adress-c-right a {
    color: #0a3c64;
}

#adress-c-right a:hover {
    color: #000f28;
}

div.wpcf7-validation-errors {
    border: 0px solid #f7e700;
    color: red;
}

.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
    background: #0a3c64 !important;
    color: #ffffff !important;
    padding: 10px 30px;
}

.nf-field-label label {
    font-weight: normal !important;
}

/* =============== über uns ====================*/

#uber-uns-bild {
    min-height: 550px;
    margin-top: 15px;
    background-position: center 56px !important;
}

@media (max-width: 768px) {
    #uber-uns-bild {
        min-height: 300px;
        background-position: center !important;
    }
}

#home-header {
    height: 75vh;
    margin-top: 15px;
    background-position: center 56px !important;
}

@media (max-width: 768px) {
    #home-header {
        height: 75vh;
        background-position: center !important;
    }
}

.hover-bild-text {
    height: 500px;
    padding: 20px 50px;
}

@media (min-width: 1600px) {
    #uber-uns-bild {
        background-position: center 6px !important;
    }
}

@media (min-width: 1700px) {
    #uber-uns-bild {
        background-position: center -11px !important;
    }
}

/* ================ Sortiments-Kacheln ===================*/

.kachel-row {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 7px;
}

.kachel-item {
    padding: 0 0 7px 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .kachel-row {
        padding: 0 3px;
    }

    .kachel-item {
        width: 50%;
        padding: 0 4px 7px 3px;
    }
}

@media (min-width: 992px) {
    .kachel-item {
        padding: 0 8px 15px 7px;
        width: 33.333%;
    }

    .kachel-row {
        padding: 0 7px;
    }
}

.kachel-item img + img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 0 8px 15px 7px;
    transition: opacity 250ms ease-in-out;
}

.kachel-item:hover img + img {
    opacity: 1;
}

.hover-div .hover-text-s {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.hover-text-s {
    height: 250px;
    padding: 25% 10%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hover-div:hover .hover-text-s {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.clear {
    clear: both;
    display: inline-block;
}

.sort-kachel {
    height: 250px;
    background-size: contain;
}

@media (min-width: 1300px) {
    .sort-kachel {
        height: 400px;
    }

    .hover-text-s {
        height: 400px;
        padding: 25% 10%;
    }

    .bottom-right {
        padding: 15% 11%;
    }
}

.sort-kachel h2 {
    margin: 0px;
}

.kacheln-top {
    margin-top: 15px;
}

.kacheln-bottom {
    margin-bottom: 15px;
}


@media (max-width: 780px) {
    .hover-text-s {
        height: 350px;
        padding: 30% 10%;
    }

    .sort-kachel {
        height: 350px;
    }

}

.kacheln .openinghours1 {
    margin-right: auto;
    margin-left: auto;
}

.openinghours1 {
    width: 100%;
    max-width: 400px;
    height: 90px;
    margin: auto;
}

@media (max-width: 1215px) {
    .openinghours1 {
        font-size: 16px;
        margin-top: 20px;
    }
}

@media (min-width: 781px) and (max-width: 945px ) {
    .openinghours1 {
        font-size: 10.5px;
    }
}


/*===================================================================
==================== Service Portfolio =============================*/

/* ================ Generell===================*/

.cbp-caption-activeWrap {
    background-color: #0a3c64 !important;
}

#service-portfolio .cbp-caption-activeWrap {
    background-color: transparent !important;
    border: solid 1px #0a3c64 !important;
    color: #0a3c64 !important;
}


#cbpw-filters3 .cbp-filter-item.cbp-filter-item-active {
    background-color: #0a3c64 !important;
    font-family: 'Amiko', sans-serif !important;
    color: #fff !important;
}


#cbpw-filters3 .cbp-filter-item {
    border-color: #0a3c64 !important;
    color: #0a3c64 !important;
    font-family: 'Amiko', sans-serif !important;
}

#cbpw-filters3 {
    margin-bottom: 50px;
}

.cbp-popup-singlePageInline {
    opacity: 0;
}

.cbp-popup-singlePageInline.cbp-popup-singlePageInline-ready {
    opacity: 1;
}

#service-portfolio .cbp-l-caption-title {
    color: #0a3c64 !important;
}

/*==============================================*/


.service-pf {
    font-family: 'Amiko', sans-serif !important;
}

.service-pf h3 {
    font-size: 24px;
    font-weight: 400;
}

.service-pf .cbp-popup-singlePageInline {
    background-color: #0A3C64;
    padding: 50px;
    margin: 15px 0px;
}

.service-pf .cbp-popup-content {
    min-height: 250px;
}

.service-pf .cbp-popup-close {
    background-position: -92px -46px !important;
}

.service-pf .cbp-l-caption-title {
    font-family: 'Amiko', sans-serif !important;
}

.service-pf .cbp-item img {
    border: solid 1px grey;
}

.service-pf h3 {
    color: #FFF;
}

.service-pf p {
    color: #FFF;
}

/*===================================================================
============================== Marken =============================*/

.marken-pf {
    font-family: 'Amiko', sans-serif !important;
}

.marken-pf h3 {
    font-size: 24px;
    font-weight: 400;
}

.marken-pf .cbp-popup-singlePageInline {
    background-color: #0A3C64;
    padding: 50px;
    margin: 15px 0px;
}

.marken-pf .cbp-popup-content {
    min-height: 250px;
}

.marken-pf .cbp-popup-close {
    background-position: -92px -46px !important;
}

.marken-pf .cbp-l-caption-title {
    font-family: 'Amiko', sans-serif !important;
}

.marken-pf .cbp-item img {
    border: solid 1px grey;
}

.marken-pf h3 {
    color: #FFF;
}

.marken-pf p {
    color: #FFF;
}

/*Unterseiten*/

#cbpw-filters3 {
    margin-bottom: 0px;
}

#marken #cbpw-filters3 {
    margin-bottom: 50px;
}


/* ====================== Accordion Slider ==================================*/
.row-ohne-bg {
    padding: 0px !important;
}


/*========================== POSTS ==================================*/

.post {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #d2c8b9;
    margin-bottom: 40px;
    margin-top: 20px;
}

.category-news .entry-thumb {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.category-news .entry-header {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.category-news .entry-content p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


/*========*/

.category-blog .entry-thumb {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.category-blog .entry-header {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.category-blog .entry-content p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/*=========*/

.content-area .hentry::after {
    background-color: transparent;
}

.hentry:after {
    background-color: transparent !important;
}

.cat-links {
    display: none;
}

.hentry .meta-post .cat-links {
    display: none;
}

.hentry .title-post {
    font-size: 30px;
    font-weight: 400;
}

.entry-thumb {
    margin-bottom: 30px;
}

.der-blog .post {
    border-bottom: solid 2px #fff;
    margin-bottom: 30px;
}

.single .byline, .group-blog .byline {
    display: none;
}

.aid-blog .content-wrapper,
.aid-blog .site {
    background-color: #dcd2c8;
}


/* ================= GESCHICHTE =======================**/

#Geschichte-title {
    color: #fff;
    font-size: 62px;
    max-width: 300px;
    line-height: 70px;
    margin-left: 25px;
}

@media (max-width: 780px) {
    #Geschichte-title {
        color: #fff;
        font-size: 36px;
        max-width: 175px;
        line-height: 40px;
        margin-left: 25px;
    }
}

.history-rw img {
    max-height: 530px;
    margin-right: auto;
    margin-left: auto;
}

.history-rw h3 {
    color: #0A3C64 !important;
    font-weight: 400;
    font-size: 28px;
}

@media (max-width: 780px) {
    .history-rw h3 {
        margin: 15px 0 15px;
    }
}

.history-head-rw {
    background-size: 80% !important;
}

@media (max-width: 1024px) {
    .history-head-rw {
        background-size: 80% !important;
    }
}

@media (max-width: 400px) {
    .history-head-rw {
        background-size: 100% !important;
    }
}

/* =============== Mitarbeiter ============*/

.team-pf .cbp-l-caption-title {
    font-family: 'Amiko', sans-serif !important;
    font-size: 20px;
    margin-bottom: 5px;
}

.team-pf .cbp-l-caption-desc {
    font-family: 'Amiko', sans-serif !important;
}


/*============= Slider Accordion ========*/

.as-shadow {
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
    box-shadow: none;
}

/*============== Neu eingetroffen ==========*/

/*.wc-gallery .gallery-item {
    border: solid 1px grey;
}*/

.bwg_standart_thumb_1 img {
    height: 90% !important;
    width: 90% !important;
    margin-top: 5% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bwg_image_title, .bwg_image_title * {
    font-family: 'Amiko', sans-serif !important;
}

.bwg_image_description, .bwg_image_description * {
    font-family: 'Amiko', sans-serif !important;
}

@media (max-width: 470px) {
    .bwg_mosaic_thumbnails_0 img, .bwg_mosaic_thumbnails_1 img, .bwg_mosaic_thumbnails_2 img, .bwg_mosaic_thumbnails_3 img, .bwg_mosaic_thumbnails_4 img {
        height: auto !important;
        width: 85% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.spider_popup_close_fullscreen {
    color: #000000 !important;
    font-size: 16px !important;
}

.bwg_image_info {
    margin-top: 25px !important;

}

/*===================== Videos =================*/

.schneider-video {
    width: 80%;
    margin: auto;
}

audio, canvas, progress, video {
    max-width: 100%;
}


/*==================== Wettbewerb ================*/

.loesung input {
    width: auto;
    margin-right: 20px;

}

.newsletter input {
    width: auto;
    margin-right: 20px;

}

.wettbewerb-form label {
    width: 100%;
}

/*================== Weltkarte =====================*/
#worldmap {
    width: 100%;
    height: 100%;
}

path {
    pointer-events: all;
    fill: #fff;
    transition: 400ms all;
}

path:hover, .country-hover {
    fill: #0A3C64;
}

​
.svg-pan-zoom-control-background {
    fill: #0A3C64;
}

.country-hauptsitz {
    fill: rgba(10, 60, 100, 0.9);
}

.haupt-hover {
    fill: #820000;
}

.country, .zoom-btn {
    cursor: pointer;
    background-color: rgba(10, 60, 100, 0.7);
    color: #fff;
    margin: 3px;
    padding: 6px;
    padding-top: 9px;
    border-radius: 5px;
    transition: 400ms all;
}

.country:hover, .hover-state, .zoom-btn:hover {
    background-color: rgba(10, 60, 100, 0.9);
}

.country-highlight {
    background-color: rgba(10, 60, 100, 1);
}

.country-list {
    display: flex;
    flex-wrap: wrap;
}

.color-hauptsitz, .color-produktion {
    padding-left: 30px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 4px;
}

.color-hauptsitz:before, .color-produktion:before {
    content: ' ';
    width: 24px;
    height: 24px;
    margin-left: -28px;
    position: absolute;
    background-color: rgba(10, 60, 100, 0.9);
    border-radius: 5px;
}

.color-produktion:before {
    background-color: #820000;
}

.legende {
    display: flex;
}

#shadow {
    position: fixed;
    visibility: hidden;
    z-index: 1050;
    top: 0;
    left: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 100%;
    content: ' ';
    opacity: 0;
}

.modal .close {
    background: white;
    border: none;
    color: black;
    font-size: 1.5em;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: 0 -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.svg-wrapper {
    width: 100%;
    height: calc(100vw * 0.5);
    overflow: hidden;
}

.page-template-page-templatesworldmap-php .page-wrap {
    padding-top: 0;
}

.page-template-page-templatesworldmap-php .content-wrapper {
    padding: 0 30px 10px 30px !important;
}

.d-flex {
    display: flex;
}

.zoomin, .zoomout {
    padding-left: 18px;
    padding-right: 18px;
}

.zoom-controls {
    position: fixed;
    bottom: 0;
    right: 0;
}


/* Wettbewerb */
.wettbewerb-teaser {
    background-color: #0a3c64;
    height: 230px;
    width: 230px;
    border-radius: 115px;
    border: solid #ffffff 3px;
    margin-left: 22.5px !important;
    display: none;

}

.teaser-inner {
    height: 200px;
    width: 200px;
    position: relative;
    text-align: center;
    top: 10px !important;
    left: 13px !important;
}

.teaser-title {
    font-size: 24px !important;
    color: white;
    width: 200px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 53px !important;
}

.wettbewerb-link {
    font-size: 14px !important;
    font-weight: normal;
    line-height: 25px !important;
    color: #fff !important;
    text-decoration: underline !important;

}

@media (max-width: 768px) {
    .wettbewerb-teaser {
        display: none;
    }
}

/*================== Shop - ECWID & Woocommerce =====================*/
.shop-button {
    display: inline-block;
    background-color: #0a3c64;
    color: #fff;
    padding: 13px 17px;
    margin-bottom: 25px;
    margin-right: 15px;
}

@media only screen and (max-width: 500px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}


.shop-button:hover, .shop-button:focus {
    color: #fff;
}

html#ecwid_html body#ecwid_body .ec-minicart.ec-minicart--pill {
    display: none;
}

.single-product .content-area,
.woocommerce-cart .entry-content,
.woocommerce-checkout .content-wrapper {
    max-width: 1200px;
    margin: auto;
    float: none !important;
}

.woocommerce button:disabled {
    color: #fff !important;
}

.woocommerce-Price-currencySymbol {
    padding-right: 5px;
}

.woocommerce-cart .content-wrapper {
    padding-top: 50px !important;
}

td.label {
    text-align: left;
}

td.label label {
    margin-top: 10px;
}

#pa_groesse {
    max-width: 300px;
    color: #000;
}

.reset_variations {
    display: none !important;
}

.related.products {
    clear: both;
}

.related.products h2 {
    margin: 0;
}

.woocommerce-shipping-methods label {
    padding-left: 5px;
}

.shipping_method[type="checkbox"] {
    opacity: 0;
}

.shipping_method[type="checkbox"] + label {
    position: relative;
}

.shipping_method[type="checkbox"] + label:before {
    content: '';
    border: 1px solid #0a3c64;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 7px;
    left: -20px;
    cursor: pointer;
}

.shipping_method[type="checkbox"]:checked + label:before {
    content: '';
    border: 1px solid #fff;
    background-color: #0a3c64;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 7px;
    left: -20px;
}

.woocommerce-form__input {
    opacity: 0;
}

.woocommerce-form__input + span {
    position: relative;
    padding-left: 20px;
}

.woocommerce-form__input + span:before {
    content: '';
    border: 1px solid #0a3c64;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 2px;
    left: 0px;
    cursor: pointer;
}

.woocommerce-form__input:checked + span:before {
    border: 1px solid #fff;
    background-color: #0a3c64;
}

.woocommerce-form-login__rememberme {
    display: none !important;
}

.woocommerce-variation-add-to-cart-disabled .cart-button,
.woocommerce-variation-add-to-cart-disabled + button,
.variations-disabled {
    background-color: #77777e !important;
    cursor: not-allowed;
    border: none;
}

.woocommerce-variation-add-to-cart-disabled .cart-button:hover,
.woocommerce-variation-add-to-cart-disabled + button:hover,
.variations-disabled:hover {
    color: #FFF;
}

.woocommerce-product-search .search-field {
    width: calc(100% - 125px);
}

#secondary a.button {
    color: #fff;
    padding: 17px 20px 15px;
}

.woocommerce span.onsale {
    padding: 0 10px;
    background-color: rgba(130, 0, 0);
}

.woocommerce .neu-eingetroffen {
    background-color: #0a3c64;
    color: white;
    position: absolute;
    left: 0;
    padding: 0 10px;
    top: 0;
    right: auto;
    margin: -.5em -.5em 0 -.5em;
    z-index: 11;
    min-height: 3.236em;
    min-width: 3.236em;
    font-weight: normal;
    line-height: 3.236;
    border-radius: 10px;
    font-size: .857em;
}


.onsale + .neu-eingetroffen {
    left: 80px;
}

.woocommerce a.remove {
    padding-top: 3px;
}

.sale ins {
    color: rgba(130, 0, 0, 1);
}

.product_meta {
    margin-top: 1em;
}

.product_meta .pa-wrapper {
    padding-right: 1em;
    min-width: 185px;
    display: inline-block;
}

.product_meta .sku_wrapper {
    position: relative;
}

.product_meta .sku_wrapper .sku {
    position: absolute;
    left: 185px;
    width: 160px;
}

.product_meta .posted_in {
    display: none;
}

.pswp__caption__center {
    opacity: 0; /* hide image title */
}

.woocommerce-widget-layered-nav-dropdown .select2-container {
    width: initial !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    padding-left: 15px;
}

.woocommerce-variation-availability {
    display: none;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]):not(:disabled),
.nf-form-content textarea,
.nf-form-content select.ninja-forms-field {
    color: #000 !important;
}

input:disabled {
    cursor: not-allowed !important;
    color: #5b5b5b !important;
}

.woocommerce-widget-layered-nav-list__item a,
.widget_product_categories .cat-item a {
    font-weight: normal;
}

.woocommerce-widget-layered-nav-list__item a:hover,
.widget_product_categories .cat-item a:hover {
    text-decoration: underline;
}

/* the id of the geschlechter 20 filter attribute */
/* the id of the verwendung 35 filter attribute */
#woocommerce_layered_nav-20 .count,
#woocommerce_layered_nav-35 .count {
    display: none;
}

#woocommerce_layered_nav-20 .woocommerce-widget-layered-nav-list,
#woocommerce_layered_nav-35 .woocommerce-widget-layered-nav-list {
    display: flex;
    flex-wrap: wrap;
}

#woocommerce_layered_nav-20 .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term,
#woocommerce_layered_nav-35 .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term {
    padding: 0;
}

#woocommerce_layered_nav-20 .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a,
#woocommerce_layered_nav-35 .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
    padding: 10px 15px !important;
    background: #0a3c64;
    color: #fff !important;
    margin: .2em;
    display: inline-block;
    transition: background 250ms ease-in-out;
    border-radius: 3px;
}

#woocommerce_layered_nav-20 .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a:hover,
#woocommerce_layered_nav-35 .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a:hover {
    background: rgba(10, 60, 100, 0.8);
    text-decoration: none;
}

#woocommerce_layered_nav-20.widget_layered_nav ul li.chosen a::before,
#woocommerce_layered_nav-20.widget_layered_nav_filters ul li a::before,
#woocommerce_layered_nav-35.widget_layered_nav ul li.chosen a::before,
#woocommerce_layered_nav-35.widget_layered_nav_filters ul li a::before {
    color: #fff !important;
}

.widget-area .widget ul li {
    padding: 2px 0;
}

.widget-area .widget-title {
    padding-bottom: 5px;
    font-weight: bold;
}

.widget-area .widget {
    padding-top: 20px;
}

.widget.woocommerce, .widget.widget_custom_html {
    max-width: 400px;
    margin: auto;
}

.cart-collaterals .includes_tax,
.woocommerce-checkout-review-order .includes_tax {
    display: none;
}

.cart-collaterals .cart-taxes {
    color: #5b5b5b;
    font-size: 0.8em;
}

.show-filter-button {
    display: none;

}

.show-filter-button:hover, .show-filter-button:active {
    background: #fff;
}

@media (max-width: 991px) {
    .woocommerce .content-wrapper .row {
        position: relative;
    }

    .woocommerce .content-wrapper .row #secondary {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        overflow-y: auto;
        max-height: 0;
        opacity: 0;
        background: rgba(245, 245, 245, 0.95);
        transition: all 250ms ease-out;
        z-index: 12;
    }

    .woocommerce.filter-open .content-wrapper .row #secondary {
        max-height: 100vh;
        opacity: 1;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .post-type-archive-product .show-filter-button {
        display: block;
        position: fixed;
        right: 20px;
        bottom: 30px;
        z-index: 13;
        padding: 10px 15px;
    }

    .woocommerce.filter-open .show-filter-button .text-open {
        display: none;
    }

    .woocommerce .show-filter-button .text-close {
        display: none;
    }

    .woocommerce.filter-open .show-filter-button .text-close {
        display: inline-block;
    }

    .woocommerce.filter-open .show-filter-button {
        display: inline-block;
        border-radius: 50%;
        padding: 13px 20px;
    }
}


/***********************************
students
***************/

#uber-uns-bild .overlay {
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000);
}

#students-top-text {
    min-height: 550px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
}


.students-box-txt {
    position: absolute;
    z-index: 99;
    padding: 50px;
    color: #009fe3;
    font-size: 21px;
    font-weight: bold;
    width: 40%;
}

.students-button {
    margin-top: 10px;
    border: #033b6a 1px solid;
}

.students-button a {
    color: #033b6a !important;
    font-weight: normal !important;
}

.so-widget-sow-button-flat-8f1b9646ae01 .ow-button-base a.ow-button-hover:hover {
    border-bottom-color: #dad1c5;
    background: #0a3c64;
    border: #0a3c64;
    color: #009fe3 !important;
}

#students-boxes {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

#students-slogan {
    font-size: 35px;
    line-height: 44px;
    color: #8e7e68;
    vertical-align: middle;
    margin-top: 30%;
    font-weight: normal;
}

@media (max-width: 992px) {
    .students-box-txt {
        font-size: 18px;
    }

    #students-slogan {
        font-size: 30px;
        line-height: 38px;
    }

    #students-top-text {

        font-size: 60px;
        line-height: 69px;
    }
}

@media (max-width: 780px) {
    .students-box-txt {
        font-size: 24px;
        width: 80%;
    }

    #students-slogan {
        font-size: 38px;
        line-height: 47px;
        margin-top: 50px;
    }

    .students-box {
        margin-top: 30px !important;
    }
}

@media (max-width: 768px) {
    #students-top-text {
        min-height: 300px;
        font-size: 45px;
        line-height: 52px;
    }
}

@media (max-width: 576px) {
    #students-boxes {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .students-box-txt {
        font-size: 20px;
        width: 90%;
        line-height: 33px;
        padding: 20px;
    }

    #students-lead {
        padding-left: 40px !important;
    }
}

/* agb */
.page-id-3349 .hentry .title-post {
    font-size: 40px;
    font-weight: bold;
}

.aid-filter-list-filters {
    margin-bottom: 20px;
}

.search-box {
    margin-left: 0 !important;
}


.aid-du-form--label {
    display: none;
}

.aid-filter-list-filters .radio-filter + .radio-filter-label {
    padding: 5px 10px;
}

.aid-filter-list-filters .radio-filter:checked + .radio-filter-label {
    background: #033b6a;
    color: white;
    border: 0 !important;
}


/****
shop modal
 */
.aid-modal {
    transform: translateX(100%);
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1001;
    background: #0a3c64;
    color: white;
    padding: 70px 15px 15px 15px;
    width: 100%;
    max-width: 300px;
    transition: all 250ms;
}

.aid-modal.open {
    opacity: 1;
    transform: translateX(0);
}

.js-close-modal {
    background: white;
    position: absolute;
    top: 5px;
    right: 0;
    color: #0a3c64;
    padding: 5px 15px;
    margin: 10px;
    display: block;
    text-align: center;
    border: 1px solid white;
}

.js-close-modal:hover {
    background: #0a3c64;
    color: white;
}
