/* Standart Layout
***************/
* {
	padding:0;
	margin:0;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F3F3F3;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.2rem;
}

/* Kopfbereich
***************/
.l_header { /*Header outer*/
    /*width: 100%;
    min-width: 950px;*/
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.5);
    background-color: #143233;
}

.l_content {    /*Umfasst den Mittelteil und den Fußbereich*/
    margin: 0 auto;
    padding: 0px 0px;
    max-width: 1200px;
    /*background-color: #EFEFEF;*/
    background-color: #f8f5f5;
    border-radius: 0 0 10px 10px;
    border-top: solid 0px #000000;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.l_info_content {
    text-align: justify;
    display: block;
    width: 100%;
    max-width: 800px;
    letter-spacing: 1px;
}

/* Flex
***************/
@media screen and (min-width: 850px) {

    /* Kopfbereich
    ***************/
    #l_header_flex { /*Header Inhalt*/
        margin: 0 auto;
        display: flex;
        align-items: flex-end;
        max-width: 1200px;
        padding: 0px 0px;
        justify-content: space-around;
    }
    
    .l_headbox_flex_item1 { /*Linke Box*/
        height: 120px;
        line-height: 120px;
        align-items: center;
        order: 1;
        flex: 2;
    }
    
    .l_headbox_flex_item2 { /*Rechte Box*/
        order: 2;
    }

    .l_headbox_flex_placeolder { /*Ptzhalter*/
        order: 3;
        width: 30px;
    }

    /* Inhaltbereich
    ***************/
    .l_main {    /*Hauptinhalt*/
        display: flex;
    }

    .l_sidebar {    /*Linke Box*/
        flex: 1;	
        order: 1;
    }

    .l_artikel {    /*Rechte Box*/
        flex: 4;	
        order: 2;
        min-width: 300px;
    }
}

.l_content_padding_right {    /*Padding für die Rechte Box*/
    padding: 10px;
}

/* Fußbereich
***************/
.l_footer {
    text-align: center;
    font-size: 0.7rem;
    color: #606060;
    padding: 10px;
}

/* Sidebar Inbox
***************/
.l_sidebar_data {   /**/
    padding: 20px 10px 0px 10px;
    display: block;
    text-align: center;
}
.l_sidebar_data2 {   /**/
    padding: 10px 10px;
    display: block;
    text-align: center;
}

.l_sidebar_data3 {   /**/
    position: sticky;
	top: 0;
    padding: 10px 10px;
    display: block;
    text-align: center;
}

/* Kontaktseite
***************/


.l_margin_top {   /**/
    margin-top: 20px;
}

.l_right_size { /* Inhaltbox rechts breite 2*/
    /*width: 65%;*/
    width: 100%;
}

/* Trennlinien
***************/

.l_hr_1 {
    margin: 30px 60px 10px 60px;
    /*border: dashed #143233 1px;*/
    border: dashed #bbbaba 1px;
}

.l_hr_2 {
    margin: 10px 0px 20px 0px;
    /*border: solid #dddddd 1px;*/
    border: 0px;
    background: linear-gradient(to right, #C0C0C0, #EFEFEF);
    height: 1px;
    width: 100%;
    max-width: 800px;
}



/* Leistungstabelle
***************/

.l_preis_tabelle {
    border: solid 0px #143233;
    border-spacing: 0px;
    width: 100%;
    max-width: 900px;
    min-width: 300px;
    font-size: 1.2rem;
    letter-spacing: 0px;
    text-align: left;
}

.l_preis_tabelle th {
    border: solid 0px #143233;
    border-bottom: solid 1px #143233;
    border-radius: 5px;
    padding: 5px;
}

.l_preis_tabelle td {
    border: solid 1px #143233;
    /*border-right: solid 0px #143233;*/
    padding: 5px;
}

.l_preis_tabelle_preis {
    text-align: left;
    width: 120px;
}

.l_preis_tabelle tr:hover {
    background-color: #FFFFFF;
}

.l_leistung_abstand_top {
    margin-top: 30px;
}

/* Cookiebox
***************/

.l_cookie_box {
    margin: 0;
    border: solid 1px #000000;
    position: fixed;
    bottom: 4%;
    right: 4%;
    max-width: 800px;
    min-width: 320px;
    border-radius: 5px;
    background-color: #FFFFFF;
    text-align: center;
    box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.7);
}

.l_cookie_box.close {
    /*pointer-events: none;*/
    display: none;
}

.l_cookie_title {
    color: #143233;
    margin-left: 0px;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.l_cookie_text {
    margin: 10px;
}

.buttons button {
    border: none;
    border: solid 1px #000000;
    padding: 10px 20px;

    outline: none;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #aaddff;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.buttons button:hover {
    transform: scale(0.97);
}

/* Fehlermeldungen (404,403...)
***************/
.l_site_errors {
    display: block;
    width: 100%;
}

/* FAQ Lists
***************/
.l_faq_ul {
    list-style-position: inside;
    list-style-type: disc;
    margin: 0;
    padding-left: 1rem;
}

.l_faq_ul2 {
    list-style-position: inside;
    list-style-type: square;
    margin: 0;
    padding-left: 1rem;
}
.l_li_infoText {
    font-weight: 500;
    color: rgb(116, 117, 114);
}
.l_li_infoText2 {
    font-weight: 500;
    color: rgb(255, 0, 0);
}
.l_li_infoText3 {
    font-weight: 500;
    font-size: 1.0rem;
    color: rgb(0, 0, 0);
}

.l_faq_details {
    margin-top: 20px;
}


/* Right bottom button box
* Sidebar -> Rechts
***************/
.l_right_bottom_box {
    position: fixed;
    bottom: 10px;
    right: 5px;
    border: solid 0px #000000;
    width: 50px;
    text-align: center;
}

.l_right_bottom_box_button {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 3px;
    border: solid 0px #000000;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    font-size: 0.8rem;
    color: #F3F3F3;
}

.l_right_bottom_box_button_facebook {
    background-image: url(../img/icons/facebook.png);
    opacity: 0.7;
}

.l_right_bottom_box_button_twitter {
    background-image: url(../img/icons/twitter.png);
    border: solid 1px rgba(113, 134, 179, 0.8);
    opacity: 0.7;
}

.l_right_bottom_box_button_linkedin {
    background-image: url(../img/icons/linkedin.png);
    opacity: 0.7;
}

.l_right_bottom_box_button_xing {
    background-image: url(../img/icons/Xing-icon.png);
    border: solid 1px rgba(113, 134, 179, 0.8);
    opacity: 0.7;
}

.l_right_bottom_box_button_xing:hover, .l_right_bottom_box_button_linkedin:hover, .l_right_bottom_box_button_twitter:hover, .l_right_bottom_box_button_facebook:hover {
    opacity: 0.9;
}

.l_right_bottom_box_button_top {
    /*background-color: rgba(20,50,51, 0.7);*/
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1px rgba(113, 134, 179, 0.7);
    font-size: 0.8rem;
    color: #000000;
}

.l_right_bottom_box_button_top:hover {
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px rgba(113, 134, 179, 0.9);
    font-size: 0.8rem;
    color: #000000;
}