@charset "UTF-8";
/* ------------------------------
Farben:
#0e85cd "Consic-Blau", v. a. für Links
------------------------------ */

/* ------------------------------
Grundlegendes
------------------------------ */

@font-face {
    font-family: "FrutigerNext";
    font-weight: 400;
    src: url(/static/fonts/1122764/91b5b76e-ba4e-474e-8700-32e53fcb0d9f.woff2) format("woff2"),
    url(/static/fonts/1122764/3e592d9b-a7d5-444e-92c0-e685acab8302.woff) format("woff"),
    url(/static/fonts/1122764/0ffe6cce-d570-42c2-9583-267dc8436dae.ttf) format("truetype");
}

@font-face {
    font-family: "FrutigerNext";
    font-weight: 700;
    src: url(/static/fonts/1122770/e794d874-5ccf-4331-951c-75274a0d2453.woff2) format("woff2"),
    url(/static/fonts/1122770/9ae151d0-a0b8-42e6-892f-e74588d13661.woff) format("woff"),
    url(/static/fonts/1122770/9776366d-d2bd-4d0a-9bda-6b2fe6ef0825.ttf) format("truetype");
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: 'FrutigerNext', sans-serif, Verdana, Tahoma, 'DejaVu Sans', sans-serif;
    font-size: 21px;
    line-height: 24px;
    color: #444444;
}

a,
a:visited {
    color: #0e85cd;
    text-decoration: none;
}

p {
    margin: 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
td,
th {
    line-height: 1em;
}

h1 {
    hyphens: auto;
    color: #111111;
    font-size: 36px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 42px;
    }
}

@media (min-width: 980px) {
    h1 {
        font-size: 48px;
    }
}

h2 {
    hyphens: auto;
    color: #222222;
}

h3 {
    color: #333333;
    font-size: 21px;
}

embed,
img,
object,
video {
    max-width: 100%;
    height: auto;
    border: 0;
}

/* ------------------------------
Seitenkopf
------------------------------ */

#header {
    background-image: linear-gradient(170deg, #ffffff, #f4f8fb 65%, #dce6f0);
}

#header .inner {
    min-height: 270px;
    max-width: 1180px;
    margin: 0 auto;
}

#headerimage-container {
    display: flex;
    justify-content: center;
}

#headerblock {
    padding: 0 40px 30px 40px;
}

@media (min-width: 768px) {
    #headerblock {
        padding: 0 50px 30px 60px;
    }
}

#headerblock a {
    display: inline-block;
}

a.pagelink-mail,
a.pagelink-phone {
    padding: 1px 5px 0 40px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: #ffffff;
    height: 30px;
    line-height: 28px;
    white-space: nowrap;
}

#headerblock a.pagelink-mail,
#headerblock a.pagelink-phone {
    margin-right: 20px;
    margin-top: 20px;
}

#header a.pagelink-mail, #header a.pagelink-phone {
    color: #0e85cd;
}

#header a.pagelink-mail:hover, #header a.pagelink-phone:hover {
    font-weight: bold;
    background-color: #0e85cd;
    color: #ffffff;
}

a.pagelink-mail {
    background-image: url(/static/images/mail.svg);
}

a.pagelink-phone {
    background-image: url(/static/images/classicphone.svg);
}

@media (min-width: 980px) {
    #headerimage-container {
        justify-content: flex-end;
    }

    #headerblock {
        padding: 50px 50px 50px 100px;
        position: absolute;
        width: 400px;
    }

    #headerblock a.pagelink-mail,
    #headerblock a.pagelink-phone {
        margin-top: 20px;
        padding: 1px 5px 0 40px;
    }
}

/* Consic-Logo */
#logo {
    margin: 1rem 0;
    display: block;
}

#logo img {
    width: 330px;
}

@media (min-width: 980px) {
    #logo img {
        width: 262px;
    }
}

/*  Großes Bild (Personen etc.) im Seitenkopf */
#headerimage {
    float: right;
    margin: 0;
}


/* ------------------------------
Meta-Menü im Seitenkopf
Links zu Startseite, Downloads, Unternehmen etc.
------------------------------ */

#meta-menu {
    /* margin: 10px; */
    display: flex;
    justify-content: flex-end;
}

#meta-menu ul {
    padding: 1rem;
    margin: 0;
    text-align: right;
}

#meta-menu li {
    list-style: none;
    margin-left: -0.25em;
    padding: 0;
    display: inline-block;
}

#meta-menu a {
    color: #0e85cd;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 15px;
}

#meta-menu a:hover {
    background-color: #0e85cd;
    color: #ffffff;
}

@media (min-width: 768px) {
    #meta-menu a {
        font-size: 21px;
    }
}

@media (min-width: 980px) {
    #meta-menu {
        display: flex;
        float: none;
    }

    #meta-menu a {
        padding: 1rem 1.5rem;
    }
}

/* ------------------------------
Hauptnavigation
------------------------------ */

/* navigationToggleHeader: Menü-Element "Unsere Produkte", nur auf schmalen Anzeigen zu sehen */
#navigationToggleHeader {
    padding: 30px 70px;
    background-color: #0e85cd;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

#navigationToggleHeader:before {
    background: transparent url('/static/images/navigation.png') center center no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 1em;
    margin: -3px 10px 0 0;
    position: relative;
    top: 4px;
    width: 1em;
}

@media (min-width: 768px) {
    #navigationToggleHeader {
        display: none;
    }
}

#block-system-main-menu {
    transition: max-height 0.5s;
    transition-delay: 0s;
    transition-timing-function: linear;
    background-color: #0e85cd;
    background-image: linear-gradient(0deg, #0e85cd, #109bef);
    max-height: 0;
    overflow: hidden;
}

#navigationToggle:active #block-system-main-menu,
#navigationToggle:hover #block-system-main-menu,
#navigationToggle:focus #block-system-main-menu {
    max-height: 500px;
}

@media (min-width: 768px) {
        #block-system-main-menu {
        max-height: 999px;
        overflow: visible;
    }
}

#navigationToggle > div > ul {
    margin: 0 auto;
    max-width: 1180px;
}

#navigationToggle ul {
    text-align: center;
}

#navigationToggle li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigationToggle li:hover {
    background-color: #5bbbf4;
}

#navigationToggle ul,
#navigationToggle li {
    margin: 0;
    padding: 0;
}

#navigationToggle li ul {
    background-color: #109bef;
    display: none;
    position: absolute;
    width: 100%;
}

@media (min-width: 768px) {
    #navigationToggle li:hover ul {
        display: block;
        z-index: 20;
    }
}

@media (min-width: 768px) {
    #navigationToggle li {
        display: inline-block;
        margin-right: -0.25em;
        width: 25%;
    }
}

#navigationToggle li li {
    display: block;
    margin: 0;
    width: auto;
}

#navigationToggle li li a {
    padding: 11px;
    border-top: 1px solid #fff;
    font-size: 24px;
}

#navigationToggle a {
    padding: 13px 0 10px;
    border: none;
    font-size: 30px;
    color: #fff;
    display: block;
    font-weight: bold;
}

#navigationToggle a.active {
    background-color: #5bbbf4;
}

#navigationToggle li li a.active {
    background-color: #5bbbf4;
}

#navigationToggle ul li a:hover {
    background-color: #095380;
}

#navigationToggle ul li a span {
    display: block;
    font-size: 20px;
    font-weight: normal;
}

/* ------------------------------
Navigation im Seiteninhalts-Bereich
z. B. zu Geschwister-Seiten
------------------------------ */

main nav {
    font-size: 18px;
    margin-top: 20px;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    main nav {
        margin: 20px 0 -10px;
    }
}

main nav li {
    display: inline-block;
    list-style: none;
    margin: 0 0.25em;
    margin-right: -0.25em;
    padding: 0;
    position: relative;
    z-index: 1;
}

main nav li a {
    padding: 10px 20px;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
}

main nav li a.active,
main nav li a:hover {
    background-color: #0e85cd;
    border: 1px solid #0e85cd;
    color: #ffffff;
}

main nav li a.highlighted {
    border: 1px dotted #109bef;
}

/* Link mit abschließendem Pfeil nach rechts */
a.arrow-link {
    background: transparent url(/static/images/forward.png) right 4px no-repeat;
    box-sizing: border-box;
    display: inline-block !important;
    font-weight: bold;
    padding-right: 24px;
}

/* ------------------------------
Footer
------------------------------ */

#footer {
    background-color: #0e85cd;
    color: #ffffff;
    padding: 60px 70px 10px;
}

/* Footer-Sitemap auf Mobilgeräten ausblenden */
#footer nav ul {
    display: none;
}

@media (min-width: 980px) {
    #footer nav ul {
        display: block;
    }
}

/* Weil mit der Footer-Sitemap auf Mobilgeräten auch Links zu Impressum und Datenschutzerklärung ausgeblendet werden,
das aber Pflichtangaben sind, separate DIV mit diesen beiden Links nur auf Mobilgeräten einblenden */
.mobile_only {
    display: none;
}

@media (max-width: 980px) {
    .mobile_only {
        display: block;
    }
}

/* Logo im Footer invertiert anzeigen */
.footer-logo {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(300%);
    max-width: 200px;
}

#footer a {
    color: #ffffff;
    display: block;
}

#footer nav a:hover, #footer a.pagelink-mail:hover, #footer a.pagelink-phone:hover {
    background-color: #ffffff;
    color: #0e85cd;
}

@media (min-width: 980px) {
    #footer-container {
        display: flex;
        min-height: 20rem;
        margin: 0 auto;
        max-width: 980px;
        overflow: hidden;
    }
}

@media print {
    #footer-container {
        display: none;
    }
}

#footer nav {
    flex: 1;
    display: block;
    margin-right: 5%;
}

#footer nav ul {
    border: none;
    list-style: none;
    text-align: left;
}

#footer nav > ul {
    margin: 0;
    padding: 0;
}

#footer nav > ul > li {
    margin-bottom: 40px;
}

#footer nav ul li a {
    padding: 5px 10px;
    display: block;
}

#footer nav > ul > li > a {
    font-weight: bold;
    white-space: nowrap;
}

/*  HR erscheint nur in schmaler Ansicht und trennt im Footer die Links zu Impressum und Datenschutzerklärung ab */
hr {
    background-color: transparent;
    border: none;
    border-bottom: 1px dotted #bbbbbb;
    height: 1px;
    margin: 1em 0;
}

/* ------------------------------
Seiteninhalt
section: Teilt den Seiteninhalt in einzelne Blöcke, die auch bis zum rechte und linken Bildschirmrand farbig hinterlegt sein können
article: Setzt innerhalb eines Blocks den horizontal richtigen Rand für den Text
------------------------------ */

main section {
    padding: 40px;
}

section.gray {
    background-color: #f6f6f6;
}

article {
    margin: 0 auto;
    max-width: 980px;
}

section.wide article {
    max-width: 1280px;
}

@media (min-width: 768px) {
    main section {
        /*  2025-09-08 HeyWi Scheint mir unnötig/viel zu viel - nochmal prüfen, wenn alle Seiten in neues HTMl umgesetzt
         padding: 50px;
        */
    }

    main section.submenu {
        padding: 30px 0 0 0;
    }

    main section.wide {
        padding: 50px 0;
    }
}

@media print {
    section {
        padding: 0 !important;
    }

    article {
        max-width: 100% !important;
    }
}

/* ------------------------------
Aufzählungen im Seiteninhalt
------------------------------ */

article ul, article ol {
    margin: 0;
    padding: 0;
}

article ul li, article ol li {
    margin-block: 0.5em;
}

article ul li {
    padding-left: 1.3em;
    list-style-type: none;
    overflow: hidden;
    position: relative;
}

article ol li {
    margin-left: 1.3em;
}

article ul li:before {
    color: #0e85cd;
    content: '\25FC'; /* ◼ Black Medium Square */
    position: absolute;
    left: 0;
}

/* Mehrspaltige Aufzählungen, wenn Seite breit genug */
article ul.columns {
    column-width: 15em;
}

article ul.columns li:first-child {
    margin-block-start: 0;
}

/* ------------------------------
Abbildungen im Seiteninhalt
------------------------------ */

figure {
    margin-inline: 0;
    margin-block: 2em;
}

figcaption {
    margin-top: 10px;
    color: #888;
    font-size: 18px;
    line-height: 1.1em;
}

a.button-link,
button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
    margin: 0 0 20px 0;
    padding: 15px 20px;
    background-color: #0e85cd;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    white-space: nowrap;
}

/* ------------------------------
Aufzählungen im Seiteninhalt
------------------------------ */

a.button-link:hover {
    background-color: #109bef;
    color: #ffffff;
}

.item-link {
    display: flex;
    margin-bottom: 20px;
}

.item-link .linkIndex {
    margin-right: 0.95238rem;
    display: block;
    line-height: 2.25em;
    text-align: right;
    width: 24px;
}

.item-link .linkIndex {
    margin-right: 20px;
    display: block;
    line-height: 2.25em;
    text-align: right;
    width: 24px;
}

.item-link .linkIcon {
    margin-right: 20px;
    margin-top: 7px;
    width: 32px;
    height: 32px;
}

.item-link .linkLabel {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.item-link .linkLabel span {
    color: #bbbbbb;
}

/* ------------------------------
Spalten im Seiteninhalt
Hinweis: Mehrspaltige Aufzählungen siehe ul.columns
------------------------------ */

div.columns {
    margin-top: 30px;
}

div.columns > div.column {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
}

div.columns > div.column h3 {
    padding: 0;
    margin: 0 0 20px;
    color: #0e85cd;
    line-height: 32px;
}

div.columns > div.column img.product-symbol {
    float: left;
    margin-right: 15px;
    width: 32px;
    height: 32px;
}

div.columns > div.column .subtitle {
    margin-bottom: 20px;
    font-weight: bold;
}

@media (min-width: 768px) {
    div.columns {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 60px;
    }

    div.columns > div.column {
        margin: 0;
    }
}

.reference-logo {
    margin: 14px;
    display: inline-block;
    width: 150px;
    vertical-align: middle;
}

.center {
    text-align: center;
}

/* ------------------------------
Tabelle
------------------------------ */

table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}


table th, table td {
    font-weight: normal;
    padding: 10px 15px;
    border: 1px dotted #bbbbbb;
    min-width: 1%;
    text-align: left;
}

table.features td {
    text-align: center;
}

/* ------------------------------
Formular
------------------------------ */

label {
    margin-top: 0.5em;
    display: block;
}

label.option {
    display: inline;
}

label.element-invisible {
    display: none;
}

.form-type-radio {
    margin-right: 20px;
}

input[type='email'],
input[type='text'],
textarea {
    width: 100%;
}

input,
button,
select,
textarea {
    padding: 13px 18px;
    margin-block: 0.3em;
    border: 1px solid #bbbbbb;
    font-family: 'FrutigerNext', sans-serif;
    font-size: 21px;
}

.marginBottom10 {
    margin-bottom: 10px;
}


/* ------------------------------
Nur für Bildschirm / Nur für Ausdrucke
------------------------------ */

.onlyprint {
    display: none;
}


@media print {
    .nonprint, nav {
        display: none;
    }

    .onlyprint {
        display: block;
    }

    @page {
        background-color: #f00;
        margin: 12mm 12mm 20mm 20mm;
        width: 100%;
    }

    a[href]:after {
        content: " [" attr(href) "]";
        font-size: 80%;
        font-weight: normal;
    }

    a[href].no-href-on-print:after {
        content: none;
    }

    h1, h2, h3 {
        page-break-after: avoid;
    }

}

.desktop-only,
.not-mobile {
    display: none !important;
}

@media (min-width: 768px) {
    .desktop-only {
        display: block;
    }
}

@media (min-width: 480px) {
    .not-mobile {
        display: inline-block !important;
    }
}

.desktop-flex .fifty {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .desktop-flex {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    .desktop-flex .fifty {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .responsive-float-right {
        float: right;
        margin-left: 10px;
    }

    .responsive-float-left {
        float: left;
        margin-right: 10px;
    }

    img.responsive-float-right, img.responsive-float-left {
        max-width: 40%;
    }

    figure.responsive-float-right, figure.responsive-float-left {
        margin-block: 0;
    }

}


/* ------------------------------
Lightbox
------------------------------ */

@media (min-width: 980px) {
    .lightbox {
        display: flex;
        gap: 20px;
    }
}

.lightbox .subtitle {
    margin: 10px 0 20px;
    color: #888;
    font-size: 16px;
    line-height: 1.1em;
}

.lightbox img {
    display: block;
}

@media (min-width: 768px) {
    .lightbox .lightbox-thumb {
        display: inline-block;
        margin-right: 3%;
        vertical-align: top;
        width: 48%;
    }

    .lightbox .lightbox-thumb:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width: 980px) {
    .lightbox .lightbox-thumb {
        margin: 0;
        width: 100%;
        position: relative;
        cursor: pointer;
    }

    .lightbox .lightbox-thumb:last-child .subtitle {
        margin-bottom: 0;
    }

    .lightbox .lightbox-thumb:after {
        background-color: #0e85cd;
        background-image: url(/static/images/lightbox.png);
        content: '';
        position: absolute;
        top: -5px;
        right: -5px;
        width: 36px;
        height: 36px;
    }

    .lightbox .lightbox-thumb:hover:after {
        background-color: #109bef;
    }
}

#lightbox-detailview {
    background-color: rgba(0, 0, 0, 0.93);
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
}

#lightbox-detailview > div {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

#lightbox-detailview #imgwrapper {
    height: calc(100% - 3em);
}

#lightbox-detailview #imgwrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

#lightbox-detailview #imgwrapper img {
    display: inline-block;
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

#lightbox-detailview #descwrapper {
    bottom: 20px;
    color: #fff;
    left: 20%;
    position: fixed;
    right: 20%;
    text-align: center;
}

#lightbox-detailview .button {
    background-color: #0e85cd;
    background-position: center center;
    cursor: pointer;
    font-weight: bold;
    height: 40px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    width: 40px;
}

#lightbox-detailview .button:hover {
    background-color: #109bef;
}

#lightbox-detailview #close {
    font-size: 1.2em;
    right: 0;
}

#lightbox-detailview #next {
    background-image: url('/static/images/blueshackbox-next.png');
    right: 0;
    top: calc(50% - 20px);
}

#lightbox-detailview #prev {
    background-image: url('/static/images/blueshackbox-prev.png');
    left: 0;
    top: calc(50% - 20px);
}

#lightbox-detailview.single #next,
#lightbox-detailview.single #prev {
    display: none;
}
