@charset "UTF-8";

/* CSS Document */
@media screen {
    #easy_icon {
        width: 200px;
    }
}
@media screen and (max-width: 768px) {
    #easy_icon {
        width: 160px;
    }
    h3 {
        font-size: 1.5rem !important;
    }
    h4 {
        font-size: 1.2rem !important;
    }
    h5 {
        font-size: 1.0rem !important;
    }
    .zeitleiste_jahr {
        font-size: 1.5rem !important;
    }
    .zeitleiste_jahr_blank {
        font-size: 2.0rem !important;
    }
}
body {
    padding-top: 108px;
}
.dropdown-toggle {
    background-color: #FFFFFF !important;
    color: #575757 !important;
}
.flag-icon {
    margin-bottom: 3px;
}
.lang-menu {
    width: 58px !important;
    min-width: auto !important;
    height: 30px;
}
.navbar-light {
    background-color: white;
}
.navbar-light .navbar-toggler {
    border-color: #FFFFFF;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("../images/ICON_hamburger.svg");
}
.navbar-light .navbar-nav .nav-link.active {
    color: #005895;
    font-weight: bold;
}
.btn-primary {
    border-color: #005895;
    background-color: #005895;
}
.btn-primary:hover {
    border-color: #575757;
    background-color: #575757;
}
.btn-primary:not(:disabled):not(.disabled):active {
    border-color: #005895;
    background-color: #005895;
}
.border-primary {
    border-width: 3px !important;
    border-color: #005895 !important;
}
.form-control {
    border-color: #575757;
}
.input-group-text {
    color: #FFFFFF;
    border-color: #575757;
    background-color: #575757;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
a[href] {
    color: inherit;
    text-decoration: none;
}
ul {
    padding-left: 18px;
}
ul li {
    list-style: square;
}
.li_grau ul li {
    color: #575757;
}
#footer-nav ul {
    padding-left: 0px;
}
#footer-nav ul li {
    list-style: none;
}
.text_blau {
    color: #005895;
}
.text_grau {
    color: #575757;
}
.text_weiss {
    color: #FFFFFF;
}
body {
    font-family: 'Palanquin', sans-serif;
    font-weight: 200;
}
#header_main {
    background: url(../images/main_page.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-height: 468px;
}
#footer {
    color: #FFFFFF;
    background-color: #005895;
    font-size: 0.7rem;
}
.kasten_blau {
    background-color: #005895;
}
.kasten_grau {
    background-color: #575757;
}
.S1_kasten {
    padding: 10px;
    height: 100%;
}
.S1_k_sub {
    margin-top: -10px;
}
#S1_Welt {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #CCCCCC;
    background: url(../images/EASY_logo_box.svg) no-repeat center center;
    font-size: 60px;
}
.SuQ_P {
    margin-top: -40px;
}
#DatenSchutzE h5, #Impressum h5 {
    color: #005895;
}
#DatenSchutzE h6 {
    text-decoration: underline;
}
.zeitleiste_jahr {
    font-size: 2rem;
    font-weight: bold;
}
.zeitleiste_jahr_blank {
    font-size: 2.4rem;
    font-weight: bold;
}
.Historie {
    border-color: #005895 !important;
    border-bottom-width: 2px !important;
}
.img-min-size {
    min-width: 34px;
}
.img-min-size-box {
    min-width: 100px;
}
