/* Normalize */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {margin-top: auto;}

main {flex:1;}


ul, ol {
    list-style: none;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

input, button, textarea, select {
    font: inherit;
    color: inherit;
}

button, input, select, textarea {
    border: none;
    background: none;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    cursor: pointer;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

:focus {
    outline: 2px solid #0d4a7d;
    outline-offset: 2px;
}
a {
    color: #0d4a7d;
}
a.hover, a:focus, a:hover {
    text-decoration: underline;
    color: #0d4a7d;
}

p {
    line-height: 25px;
}


/* Grid Erweiterung COl XXL */
   .col-xxl-*{
       position: relative;
       min-height: 1px;
       padding-right: 15px;
       padding-left: 15px;
       display: inline-block;
   }
@media (min-width: 1600px) {
    .container {
        max-width: 66.66666667%;
    }
    .d-xxl-none {display: none !important;}
    .d-xxl-block {display: block !important}
    .d-xxl-inline-block {display: inline-block !important}
    .d-xxl-flex {display: flex !important;}

    .order-xxl-first{-ms-flex-order:-1;order:-1}
    .order-xxl-last{-ms-flex-order:13;order:13}
    .pl-xxl-0 {
        padding-left: 0 !important;
    }
    .pr-xxl-0 {
        padding-right: 0 !important;
    }
    .pl-xxl-3 {
        padding-left: 1rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-0 {
        margin-top: 0px !important;
    }
    .col-xxl-* {
        float: left;
    }
    .col-xxl-12 {
        width: 100%;
    }
    .col-xxl-11 {
        width: 91.66666667%;
    }
    .col-xxl-10 {
        width: 83.33333333%;
    }
    .col-xxl-9 {
        width: 75%;
    }
    .col-xxl-8 {
        width: 66.66666667%;
    }
    .col-xxl-7 {
        width: 58.33333333%;
    }
    .col-xxl-6 {
        width: 50%;
    }
    .col-xxl-5 {
        width: 41.66666667%;
    }
    .col-xxl-4 {
        width: 33.33333333%;
    }
    .col-xxl-3 {
        width: 25%;
    }
    .col-xxl-2 {
        width: 16.66666667%;
    }

    .col-xxl-1 {
        width: 8.33333333%;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25.000000%;
        flex: 0 0 25.00000%;
        max-width: 25.000000%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pr-xxl-3 {
        padding-right: 1rem !important;
    }
    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
}


/* Global Styles */
/* montserrat-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../../assets/fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, body {
    font-family: 'Montserrat', sans-serif;
}

body {}

nav {
    color: #275180;
    background-color: #fafafa !important;
}


.navbar-brand img {
    max-width: 230px;
}

@media (max-width: 768px) {
    .navbar-brand img {
        max-width: 100px;
    }
}

nav input.form-control {
    padding: 9px 10px;
    margin-right: -1px;
    border: 1px solid #275180;
    border-right: 1px solid #fff;
    border-radius: 0;
    height: 40px;
}

nav .btn-primary {
    padding: 7px 10px;
    border: 1px solid #275180;
    background-color: #275180;
    border-radius: 0;

}

nav .btn-primary:hover {
    background-color: transparent;
    color: #275180;
    border: 1px solid #275180;
}

.nav-link {
    padding: 25px 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #757575;
}

.navlink:hover {
    color: #333;
}

.active .nav-link {
    color: #275180 !important;
}
/* Sticky-Style, sobald aus dem ersten Viewport rausgescrollt */
.nav-is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050; /* Bootstrap Navbar liegt typischerweise in dem Bereich */
    background: #fff; /* wichtig, damit transparent nicht "durchscheint" */
    box-shadow: 0 6px 6px rgba(0,0,0,0.1);
    height: 70px;
}

/* optional: damit beim Fixieren nix "springt" (wird per JS gesetzt) */
body.has-sticky-nav {
    padding-top: var(--sticky-nav-height, 0px);
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.index-banner {
    background: url("../../assets/img/slider-1920x700.jpg") no-repeat center center;
    background-size: cover;
    aspect-ratio: 4.2/1;
}

@media (max-width: 992px) {
    .index-banner {
        aspect-ratio: 4/3;
    }
}

footer {
    background: #f0f0f0;
}

.bgc-white {
    background-color: #fff;
    height: 100%;
}

.bgc-lightgray {
    background: #fafafa;
}

.bgc-darkblue {
    background: #1d2631;
    color: #fff;
    text-align: right;
}

.bgc-darkblue a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    color: #275180;
}

.position-bottom-right {
    right: 0;
    bottom: 0;
}

h1 {
    font-size: 36px;
    margin-bottom: 32px;
}

h1.heading-bullet::before {
    content:'';
    display: inline-block;
    width:20px;
    height: 30px;
    border-left: 5px solid #275180;
    position: relative;
    top: 3px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

.index-icons {
    text-align: center;
}

.index-icons img {
    display: inline-block;
    max-width: 120px;
    aspect-ratio: 1/1;
    margin-bottom: 35px;
}

@media (min-width: 792px) {
    .index-teaser-image {
        min-height: 100%;
        background: url("../../assets/img/shutterstock_241808626-768x512.jpg");
    }
    .teaser-2 {
        background: url("../../assets/img/shutterstock_372093049-768x512.jpg");
    }
    .col-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 792px) {
    .col-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.image-highlight {
    position: relative;
    z-index: 1;
    overflow: hidden; /* prevents the background from showing outside when moved */
}

.image-highlight {
    position: relative;
    z-index: 1;
    overflow: hidden;
    isolation: isolate; /* IMPORTANT for ::before with z-index:-1 */
}

.image-highlight::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .2;
    z-index: -1;

    background: url("../../assets/img/parallax_mikrochip.jpg") no-repeat center;
    background-size: cover;

    /* we'll drive this with a CSS var */
    background-position: center calc(50% + var(--py, 0px));
    will-change: background-position;
}

ul.square {
    padding-left: 18px;
}

.square li {
    list-style-type: square;
}

.alpha-filter { background-color: #fafafa; margin-bottom: 50px; }

.alpha-filter button[disabled] {
    display: none;
}

.alpha-filter button {
    padding: 10px 15px;
    color: #999;
}
.alpha-filter button:first-child {
    background-color: #275180;
    color: #fff;
}

.manufacturer-item div {
    box-shadow: 0 12px 24px rgba(0,0,0,.14);
    margin: 0 10px;
    padding: 40px;
}

.crosslist-table th {
    background-color: #becad9;
}

.crosslist-table th, .crosslist-table td {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    font-size: 14px;
}


.striped > li:nth-of-type(2n+1) {
    background: #f8f8f8;
}
.striped li {
    display: block;
    border-top: 1px solid lightgray;
    padding: 10px;
}

.striped li button {
    float: right;
    width: 190px;
    border: 1px solid #275180;
    color: #275180;
    padding: 3px;
}

@media (max-width: 576px) {
    .striped li button {
        float: none;
        margin-top: 5px;
    }
}

.striped li:after {
    content:'';
    display: block;
    clear: both;
    width: 100%;
}

.modal-content {
    border-radius: 0;
    padding: 30px;
}

.modal-title {
    color: #275180;
    font-size: 180%;
}

.btn-outline-primary {
    border-radius: 0;
    border-color: #275180;
    color: #275180;
}

.btn-outline-primary:hover, .striped li button:hover {
    background-color: #275180;
    border-color: #275180;
    color: #fff;
}

.form-control {
    border-radius: 0;
    border-color: #275180;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

@media (max-width: 792px) {
    .col-12 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #mainNavbar .form-control {
        max-width: 70%;
    }
    #mainNavbar .btn {
        max-width: 30%;
    }
}

