﻿body {
}

:root {
    --fontSizeGross: 1.2rem;
    --fontSizeMedium: 1rem;
    --fontSizeKlein: 0.8rem;
}

* {
    font-family: Calibri;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #14387c;
}

h1 {
    margin: 1rem 0;
}

.btnMeinFCH {
    font-size: 0.7rem !important;
}

.imgMaxWidth55 {
    max-height: 75px !important;
}

.rechtsmonitoringAmpelAuswahl label {
    display: inline;
}

.nav-item a {
    color: #14387C;
}

.text-blau {
    color: #14387C;
}


.text-meldung {
    font-family: Calibri;
    font-weight: 700;
    font-size: var(--fontSizeGross);
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus
.custom-select:focus,
.custom-select-md:focus,
select:focus {
    border-color: rgba(20, 65, 124, 0.8) !important;
    box-shadow: 0 1px 1px rgba(20, 65, 124, 0.075) inset, 0 0 8px rgba(20, 65, 124, 0.8) !important;
    outline: 0 none !important;
}

.text-m {
    font-size: medium !important;
}

.btn-standard {
    background: #e7e9ec;
    color: #14387C !important;
    border: 1px solid #14387C;
    margin: auto;
    display: block;
    font-family: Calibri;
    font-weight: 700;
    font-size: var(--fontSizeGross);
}

    .btn-standard:hover, .btn-standard:active, .btn-standard:focus {
        background: #14387C !important;
        color: white !important;
        border: 1px solid #14387C !important;
        box-shadow: none !important;
    }

/*@font-face {
    font-family: 'Lato';
    src: url('../content/fonts/Lato-Black.ttf') format('truetype'), url('../content/fonts/Lato-BlackItalic.ttf') format('truetype'), url('../content/fonts/Lato-Bold.ttf') format('truetype'), url('../content/fonts/Lato-BoldItalic.ttf') format('truetype'), url('../content/fonts/Lato-Hairline.ttf') format('truetype'), url('../content/fonts/Lato-HairlineItalic.ttf') format('truetype'), url('../content/fonts/Lato-Heavy.ttf') format('truetype'), url('../content/fonts/Lato-HeavyItalic.ttf') format('truetype'), url('../content/fonts/Lato-Italic.ttf') format('truetype'), url('../content/fonts/Lato-Light.ttf') format('truetype'), url('../content/fonts/Lato-LightItalic.ttf') format('truetype'), url('../content/fonts/Lato-Medium.ttf') format('truetype'), url('../content/fonts/Lato-MediumItalic.ttf') format('truetype'), url('../content/fonts/Lato-Regular.ttf') format('truetype'), url('../content/fonts/Lato-Semibold.ttf') format('truetype'), url('../content/fonts/Lato-SemiboldItalic.ttf') format('truetype'), url('../content/fonts/Lato-Thin.ttf') format('truetype'), url('../content/fonts/Lato-ThinItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Medium';
    font-weight: normal;
    src: url('../content/fonts/Lato-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    font-weight: normal;
    src: url('../content/fonts/Lato-Bold.ttf') format('truetype');
}*/

.myrow {
    margin-left: 0;
    margin-right: 0;
}

.bg-fch {
    background-color: #14387c;
}

.bg-fch-hellblau {
    background-color: #F3F5F8;
}

.bg-fch-white-70 {
    background-color: rgba(255,255,255,.7);
}

.bg-fch-white-80 {
    background-color: rgba(255,255,255,.8);
}

.bg-fch-white-85 {
    background-color: rgba(255,255,255,.85);
}


.bg-fch-white-90 {
    background-color: rgba(255,255,255,.9);
}

.border-fch {
    border: 2px solid #14387c;
    border-radius: 3px;
}

.border-fch-thin {
    border: 1px solid #14387c;
    border-radius: 3px;
}

.kachel {
    text-align: center;
    border: 1px solid;
    border-color: #adb9d0;
    background-color: #14387c;
    color: white;
    transition: all 0.4s ease-in-out;
}

    .kachel:hover {
        color: white !important;
        background-color: rgba(20, 65, 124, 0.8);
    }

.border-round {
    border-radius: 5px;
}

.beitragsKachel {
    background-color: #14387c;
    color: #ffffff;
}

    .beitragsKachel h4 {
        color: #ffffff;
    }

    .beitragsKachel a {
        color: #ffffff;
        text-decoration: none;
    }

    .beitragsKachel hr {
        border-color: #ffffff;
    }

.produktKachel a {
    color: #000000;
    text-decoration: none;
}

.checkboxProduktseite label {
    margin-left: 10px;
}

#MainContent_beitragsInhalt img {
    max-width: 100%;
    height: auto;
}

#MainContent_beitragsInhal a {
    word-break: break-all;
}


.nav-link {
    font-family: Calibri;
}

.gacc_request {
    position: fixed;
    bottom: 120px;
    z-index: 1000;
    background: rgb(255, 255,255);
    width: 99%;
    color: black;
    padding: 20px;
    margin: 0px 10px 5px 10px;
    border-radius: 5px;
    border: #14387c 1px solid;
}

    .gacc_request input {
        border: 1px #14387c solid;
    }

.gac_request > p {
    margin: auto;
}

.gacc_request a {
    color: #14387c !important;
}



.fch-filter-invert {
    filter: invert(1);
}

#meldungBox {
    top: 50%;
}

@media print {
    #header, footer {
        display: none;
    }

    .row.form-group.container-fluid.myrow.m-auto.w-75 {
        width: 100% !important;
        margin: 0px;
    }
}

.dropdown-menu {
    position: absolute;
    top: 38px;
    box-shadow: 0px 20px 35px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 20px 35px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 20px 35px 0px rgba(0,0,0,0.25);
    border-top: 10px solid transparent !important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu:hover .dropdown-menu {
    display: block;
}

.nav-link dropdown-toggle:hover .dropdown-menu {
    display: block;
}

.fch-navbar {
    background-color: #14387c !important;
}

    .fch-navbar a {
        color: white !important;
    }

.dropdown-item:hover {
    text-decoration: underline;
}

.dropdown-item:active {
    background-color: #f8f8f8;
}

.dropdown-menu a {
    color: #14387c !important;
    text-align: center;
}


.socialIcon img {
    width: 50px;
    height: auto;
    transition: ease-in-out transform 0.2s;
}

    .socialIcon img:hover {
        transform: scale(1.2);
    }

footer a {
    color: black;
}

.breadcrumb {
    background: white;
    margin-bottom: 0;
}

    .breadcrumb a {
        color: #14387c;
    }

footer {
    z-index: 10;
}

.fch-footer-link {
    background: rgba(255,255,255, 0.7);
}


.bouncy-socialIcon {
    animation: bouncy-socialIcon 5s 2 linear;
    position: relative;
}

.bouncy-button {
    animation: bouncy-button 7s 1 linear;
    position: relative;
    opacity: 1;
}

.bg-fch-grau {
    background-color: #f8f8f8;
}

.fch-hover-scale {
    transition: 0.25s;
}

    .fch-hover-scale:hover {
        transform: scale(1.1);
        z-index: 1;
    }

.p-inherit {
    padding: inherit;
}



@keyframes bouncy-socialIcon {
    0% {
        top: 0em
    }

    40% {
        top: 0em
    }

    43% {
        top: -0.9em
    }

    46% {
        top: 0em
    }

    48% {
        top: -0.4em
    }

    50% {
        top: 0em
    }

    100% {
        top: 0em;
    }
}

@keyframes bouncy-button {
    0% {
        top: 0em;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0);
        box-shadow: 5px 40px -10px rgba(0,0,0,0);
    }

    40% {
        top: 0em;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0);
        box-shadow: 5px 40px -10px rgba(0,0,0,0);
    }

    43% {
        top: -0.9em;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,1);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,1);
        box-shadow: 5px 40px -10px rgba(0,0,0,1);
    }

    46% {
        top: 0em;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0);
        box-shadow: 5px 40px -10px rgba(0,0,0,0);
    }

    48% {
        top: 0em;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0);
        box-shadow: 5px 40px -10px rgba(0,0,0,0);
    }

    50% {
        top: 0em;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0);
        box-shadow: 5px 40px -10px rgba(0,0,0,0);
    }

    100% {
        top: 0em;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0);
        box-shadow: 5px 40px -10px rgba(0,0,0,0);
    }
}

@media (max-width: 768px) {

    #fch-produktsuche-container {
    }

    #fch-social-media-container {
        display: none;
    }

    #fch-logo-container {
        width: 100%;
        align-content: center;
        text-align: center;
    }

    #fch-searchBox {
        margin-bottom: 10px;
    }

    #fch-produktsuche-container {
        padding-top: 10px !important;
    }

    .gacc_request {
        bottom: 45%;
        margin: auto;
    }
}



@media (max-width: 1200px) {
    .fch-mobile-display-none {
        display: none !important;
    }

    .fch-mobile-w-100 {
        width: 100%;
    }

    .fch-mobile-border-radius-none {
        border-radius: 0 0 0 0 !important;
    }

    .fch-mobile-text-center {
        text-align: center !important;
    }

    #fch-search-mobile {
        margin: auto !important;
    }

    #fch_container_suche {
        padding-top: 20px;
        width: 100% !important;
    }

    .gacc_request {
        bottom: 45%;
        margin: auto;
    }
}


.chkBoxList input {
    margin-right: 10px !important;
}

.alert-fch-standard {
    color: #14387c;
    background-color: #F3F5F8;
    border-color: #14387c;
}

.alert-black {
    color: black;
    border-color: black;
}

.fch-box {
    color: white;
    background-color: #14387c;
    padding: 16px;
    text-align: center;
}


.cursor-pointer {
    cursor: pointer;
}

.icon-fch-blau {
    filter: invert(17%) sepia(38%) saturate(3063%) hue-rotate(204deg) brightness(95%) contrast(98%);
}

.icon-fch-white {
    filter: brightness(0) invert(1);
}

.bftable {
    margin-left: 15px;
}

    .bftable td {
        border: none !important;
    }

.w-15 {
    width: 15% !important;
}
