﻿@charset "UTF-8";

@font-face {
    font-family: 'roboto_bold';
    src: url('../fonts/roboto_bold.woff') format('woff');
}

@font-face {
    font-family: 'roboto_medium';
    src: url('../fonts/roboto_medium.woff') format('woff');
}

@font-face {
    font-family: 'roboto_regular';
    src: url('../fonts/roboto_regular.woff') format('woff');
}

body, html {
    font-family: 'roboto_regular' !important;
    color: #fff;
    font-size: 18px;
    background-color: #fff;
}

p {
    font-size: 15px;
    color: #fff;
    hyphens: auto;
}

#menu_overlay {
    display: none;
}

ol {
    font-size: 15px;
}

label {
    font-size: 15px;
}



/* colors */
.bg_white {
    background-color: #fff;
}

.bg_blue {
    background-color: #18284A;
}

.bg_orange {
    background-color: #F59D52;
}

.font_white {
    color: #fff;
}

.font_blue {
    color: #18284A;
}

.font_orange {
    color: #F59D52;
}


/* fonts */
.font_bold {
    font-family: 'roboto_bold' !important;
}

.font_small {
    font-size: 12px;
}

.font_big{
    font-size: 20px;
}

.font_smaller {
    font-size: 10px;
}

.echip_headline {
    font-size: 32px;
    hyphens: auto;
    font-family: 'roboto_medium' !important;
}



/* links */
.link_white {
    color: #fff;
}

.link_white:hover {
    color: #fff;
}

.link_navbar {
    color: #18284A;
}

.link_navbar:hover {
    color: #18284A;
    text-decoration-line: underline;
    text-decoration-color: #18284A;
    text-decoration-thickness: 1px;
}

.link_navbar:active {
    color: #18284A;
    text-decoration-line: underline;
    text-decoration-color: #18284A;
    text-decoration-thickness: 1px;
}


/* position */
.echip_padding {
    padding: 0px 40px 0px 40px;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.float_right {
    text-align: right;
}

.position_center {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.img_size {
    width: 100%;
}

.img_map_size {
    width: 100%;
}

.no_padding {
    padding: 0px !important;
}

.no_margin {
    margin: 0px !important;
}

.echip_display_block {
    display: block !important;
}

.echip_invisible{
    display: block;
}

.mobile_visible{
    display: none; 
}

.mobile_invisible{
    display: block; 
}


/* Navigation */
.echip_nav_header {
    display: block;
    padding: 0px 0px 0px 30px;
    text-decoration: none;
    font-size: 15px;
}

#echip_ul{
    float: right;
    margin-bottom: -5px;
}

.header_text_bottom {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.globus_icon {
    margin-right: 5px;
    width: 15px;
}

#logo_echips {
    width: 40%;
    margin-top: 0px;
}


/* Hamburgermenü */
.hamburger_visible{
    display: none; 
}

#icon_hamburger_menu{
    float: right;
    padding-left: 15px;
}

.icon_hamburger {
    text-decoration: none;
    width: 30px;
    margin: 0px;
    padding: 0px;
}

#icon_menu {
    display: block;
    cursor: pointer;
}

#ul_mobile{
    float: right;
    display: block;
    text-align: right;
}

.echip_nav_mobile {
    display: block;
    padding: 10px 5px 10px 5px;
    text-decoration: none;
    font-size: 14px;
}

.echip_nav_mobile_border {
    border-bottom: 1px solid #18284A;
}

.link_navbar_mobile {
    color: #18284A;
}

.link_navbar_mobile:hover {
    color: #18284A;
    background-color: #BFC3C9;
}

.link_navbar_mobile:active {
    color: #18284A;
    background-color: #BFC3C9;
}

#last_mobile_nav {
    margin-bottom: 0px;
}



/* Teaser */
.img_teaser {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/img_teaser.jpg");
    background-position: right;
}

.padding_teaser {
    padding-top: 70px;
}

#teaser_container {
    margin: 0px;
    margin-top: 130px;
    padding-left: 0px; 
    background: linear-gradient(to right, #18284A 0%, #18284A00 80%);
}

#logo_teaser {
    width: 15%;
}

.img_teaser2 {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/img_teaser.jpg");
    background-position: left;
}


/* Buttons */
.button_orange {
    background-color: #F59D52;
    color: #fff;
    border-radius: 5px;
    padding: 10px 35px 10px 35px;
    text-decoration: none;
    border: none;
    font-size: 15px;
}

.button_blue {
    background-color: #18284A;
    color: #fff;
    border-radius: 5px;
    padding: 10px 35px 10px 35px;
    text-decoration: none;
    border: none;
    font-size: 15px;
}


/* Kategorien */
.head_kategorien {
    height: 160px;
    display: flex;
    justify-content: center;
    text-align: start;
    flex-direction: column;
    padding: 0px 65px 0px 65px;
    margin-top: 10px;
    hyphens: auto;
}

.txt_kategorien {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 95px 0px 65px;
    hyphens: auto;
}

.img_cat {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#img_cat1 {
    background-image: url("../img/img_cat1.jpg");
}

#img_cat2 {
    background-image: url("../img/img_cat2.jpg");
}

#img_cat3 {
    background-image: url("../img/img_cat3.jpg");
}

#img_cat4 {
    background-image: url("../img/img_cat4.jpg");
}

#img_cat5 {
    background-image: url("../img/img_cat5.jpg");
}

#img_cat6 {
    background-image: url("../img/img_cat6.jpg");
}


/* Beschaffungsprozess */
.prozess_border_right {
    border-right: 1px solid #fff;
}

.img_prozess_size {
    width: 30%;
}


/* Vorteile */
#vorteile_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/img_vorteile.jpg");
    background-position: center;
}

.vorteile_orange {
    height: 70px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0px 20px 0px 20px;
}

.vorteile_blue {
    height: 200px;
    border-radius: 0px 0px 5px 5px;
    margin: 0px !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px 120px 10px 120px;
}

.icon_haken {
    width: 50px;
    margin-bottom: -25px;
    margin-right: -8px;
}

#plus {
    font-size: 150px;
    line-height: 120px;
    padding-right: 20px;
    text-align: right;
}


/* Über uns */
#schloss_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/img_schloss.jpg");
    background-position: right;
}

#schloss_height1 {
    height: 600px;
    background-color: #ffffff9c;
}

#schloss_height2 {
    height: 600px;
    background-color: #ffffff9c;
}

#icon_pin {
    width: 25px;
    margin-right: 10px;
    margin-top: -5px;
}


/* Kontakt */
.echip_label {
    border-radius: 5px;
    background-color: #18284A30;
    color: #18284A;
    border: none;
    text-decoration: none;
    height: 40px;
    width: 80%;
    font-size: 15px;
    padding-left: 10px;
}

.echip_label:focus-visible {
    outline: 2px solid #18284A;
}

.echip_label_nachricht {
    border-radius: 5px;
    background-color: #18284A30;
    color: #18284A;
    border: none;
    text-decoration: none;
    height: 200px;
    width: 100%;
    font-size: 15px;
    padding: 10px;
}

.echip_label_nachricht:focus-visible {
    outline: 2px solid #18284A;
}

.echip_select {
    border-radius: 5px;
    background-color: #18284A30;
    color: #18284A;
    border: none;
    text-decoration: none;
    height: 40px;
    width: 80%;
    font-size: 15px;
    padding-left: 10px;
}


/* Footer */
#logo_echips_footer {
    width: 40%;
    padding-right: 15px;
}

#echip_footer {
    text-align: right;
}

.footer_border_right {
    border-right: 1px solid #fff;
    border-bottom: none;
}

.echip_nav_footer {
    text-decoration: none;
    font-size: 11px;
}

.footer_position_left {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
}

.footer_position_center {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer_position_right {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding-left: 30px !important;
}


/* Media Queries */
@media only screen and (max-width: 1300px) {
    .txt_kategorien {
        padding: 0px 65px 0px 65px;
    }

    .vorteile_blue {
        height: 200px;
        padding: 10px 80px 10px 80px;
    }
}

@media only screen and (max-width: 1200px) {
    .echip_headline {
        font-size: 30px;
    }

    p {
        font-size: 14px;
    }

    .echip_nav_header {
        font-size: 14px;
    }

    .img_map_size {
        width: 70%;
    }
}

@media only screen and (max-width: 1024px) {
    .img_teaser {
        height: 550px;
    }
    
    #logo_echips {
        width: 40%;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .echip_invisible{
        display: none;
    }

    .hamburger_visible{
        display: block; 
    }

    #content_hamburger_menu{
        display: none; 
    }

    #logo_echips {
        width: 40%;
        margin-top: -80px;
    }

    .prozess_border_right {
        border-right: none;
        padding-bottom: 15px;
    }

    .img_prozess_size {
        width: 35%;
    }

    #logo_teaser {
        width: 20%;
    }

    .vorteile_blue {
        height: 220px;
        padding: 10px 40px 10px 40px;
    }

    .vorteile_orange {
        height: 85px;
        padding: 0px 25px 0px 25px;
    }
}

@media only screen and (max-width: 900px) {
    p {
        font-size: 13px;
    }

    .echip_headline {
        font-size: 26px;
    }
}


@media only screen and (max-width: 767px) {
    .mobile_visible{
        display: block; 
    }

    .img_teaser {
        height: 500px;
    }

    #teaser_container {
        margin-top: 100px;
    }

    #logo_echips {
        width: 45%;
        margin-top: -80px;
    }

    #logo_teaser {
        width: 30%;
    }

    .footer_border_right {
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .footer_position_left {
        align-items: center;
    }
    
    .footer_position_right {
        align-items: center;
        text-align: center;
    }

    #echip_footer {
        text-align: center;
    }

    #logo_echips_footer {
        padding-right: 0px;
    }

    .head_kategorien {
        padding: 0px 25px 0px 25px;
    }

    .txt_kategorien {
        padding: 0px 25px 0px 25px;
    }

    #schloss_bg {
        background-position: center;
    }

    #schloss_height1 {
        height: 0px;
    }
    
    #schloss_height2 {
        height: 500px;
    }

    .img_map_size {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #echip_footer {
        text-align: center;
    }

    #logo_echips {
        width: 50%;
        margin-top: -80px;
    }
}

@media only screen and (max-width: 576px) {
    #logo_echips {
        width: 40%;
        margin-top: -80px;
    }

    .img_prozess_size {
        width: 20%;
    }

    #logo_teaser {
        width: 35%;
    }

    .head_kategorien {
        padding: 0px 10% 0px 10%;
        text-align: center;
    }

    .txt_kategorien {
        padding: 0px 10% 0px 10%;
    }

    #plus {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .echip_headline {
        font-size: 22px;
    }

    #ul_mobile{
        float: none;
        display: block;
        text-align: center;
    }

    #logo_echips {
        width: 50%;
        margin-top: -80px;
    }

    #last_mobile_nav {
        margin-bottom: 80px;
    }

    .img_prozess_size {
        width: 40%;
    }

    #logo_teaser {
        width: 40%;
    }

    #schloss_height2 {
        height: 600px;
    }

    #logo_echips_footer {
        width: 50%;
    }
}


@media only screen and (max-width: 360px) {
    #logo_echips {
        width: 60%;
        margin-top: -80px;
    }

    .img_prozess_size {
        width: 45%;
    }

    #logo_teaser {
        width: 50%;
    }

    .img_teaser {
        height: 550px;
    }

    .footer_position_center {
        height: 160px;
    }

    #logo_echips_footer {
        width: 60%;
    }
}

@media only screen and (max-width: 320px) {
    .extrasmall_invisible {
        opacity: 0;;
    }

    #logo_teaser {
        width: 60%;
    }

    #logo_echips_footer {
        width: 70%;
    }

    .footer_position_center {
        height: 180px;
    }
}

@media only screen and (max-width: 270px) {
    #logo_teaser {
        width: 80%;
    }

    #logo_echips_footer {
        width: 80%;
    }

    .footer_position_center {
        height: 230px;
    }
}