﻿@font-face {
    font-family: 'OpenSansBold';
    src: url('/fonts/OpenSans-Bold-webfont.woff') format("woff");
}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('/fonts/OpenSans-BoldItalic-webfont.woff') format("woff");
}

@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('/fonts/OpenSans-ExtraBold-webfont.woff') format("woff");
}

@font-face {
    font-family: 'OpenSansExtraBoldItalic';
    src: url('/fonts/OpenSans-ExtraBoldItalic-webfont.woff') format("woff");
}

@font-face {
    font-family: 'OpenSansExtraBoldItalic';
    src: url('/fonts/OpenSans-ExtraBoldItalic-webfont.woff') format("woff");
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('/fonts/OpenSans-Italic-webfont.woff') format("woff");
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('/fonts/OpenSans-Light-webfont.woff') format("woff");
}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('/fonts/OpenSans-LightItalic-webfont.woff') format("woff");
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('/fonts/OpenSans-Regular-webfont.woff') format("woff");
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('/fonts/OpenSans-Semibold-webfont.woff') format("woff");
}

@font-face {
    font-family: 'GothamMedium';
    src: url('/fonts/Gotham-Medium.woff') format("woff");
}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('/fonts/OpenSans-SemiboldItalic-webfont.woff') format("woff");
}

@media print {

    body {
        visibility: hidden;
    }

    .noprint {
        visibility: hidden;
    }

    .yesprint {
        visibility: visible;
        page-break-inside: auto;
    }
}

@media screen {

    body {
        visibility: visible;
    }

    .noprint {
        visibility: visible;
    }

    .yesprint {
        visibility: visible;
    }
}

body {
    font-family: OpenSansRegular;
    font-size: 14px;
}

h1 {
    color: rgb(0,78,158);
    font-family: OpenSansSemibold;
    font-size: 24px;
    margin: 0 0;
}

h3 {
    font-family: OpenSansRegular;
    font-size: 20px;
    margin: 15px 0 10px 0;
    color: rgb(0,78,158);
}

h5 {
    font-family: OpenSansRegular;
    font-size: 14px;
    margin: 5px 0;
    font-weight: 100;
}

table.t_std {
    width: 100%;
    vertical-align: top;
    text-align: left;
}

tr.tr_std {
    width: 100%;
    vertical-align: top;
    text-align: left;
}

td.td_std {
    vertical-align: top;
    text-align: left;
}

table.t_data {
    width: 100%;
    vertical-align: top;
    text-align: left;
    border: 1px solid rgb(0,78,158);
}

tr.tr_data {
    width: 100%;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid rgb(0,78,158);
}

    tr.tr_data:hover {
        background-color: rgb(143, 193, 245);
    }

td.td_data {
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid rgb(0,78,158);
}

tr.tr_data_head {
    width: 100%;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid rgb(0,78,158);
    color: white;
    background-color: rgb(0,78,158);
}

td.td_data_head {
    vertical-align: top;
    text-align: left;
    color: white;
    background-color: rgb(0,78,158);
}

div.p_overlay_back {
    position:  fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
}

div.p_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    border: 1px solid gray;
    width: 500px;
    height: 300px;
    margin: auto auto;
}

div.p_overlay_head {
    background-color: rgb(0,78,158);
    color: white;
    font-size: 20px;
    padding: 15px 15px;
    position: absolute;
    left: 0;
    right: 0;
}

div.p_overlay_body {
    padding: 15px 15px;
    overflow-y: auto;
    overflow-x: auto;
    bottom: 0;
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
}

#p_main {
    overflow-y: auto;
    overflow-x: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}

#p_main_img_back {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(/img/img_head_index.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 5px solid rgb(227,0,16);
}

#p_main_img_headline1 {
    position: relative;
    width: 500px;
    margin: 0 auto;
    top: 130px;
    left: 0;
    right: 0;
    font-family: GothamMedium;
    font-size: 150px;
    text-align: center;
    color: white;
}

#p_main_img_headline2 {
    position: relative;
    width: 500px;
    margin: 0 auto;
    top: 150px;
    left: 0;
    right: 0;
    font-family: GothamMedium;
    font-size: 36px;
    text-align: center;
    color: white;
}

div.p_main_img_menu_back {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: rgb(0,78,158);
    background-color: rgba(255, 255, 255, 0.8);
}

div.p_main_img_menu_back_sv {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background-color: rgba(0, 78, 158, 0.8);
}

div.p_main_img_menu_back_fw {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background-color: rgba(227, 0, 16, 0.6);
}

#p_main_img_menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1500px;
    margin: 0 auto;
    font-family: GothamMedium;
    font-size: 20px;
    padding: 30px 10px;
}

span.sp_main_img_headline_anchor {
    position: absolute;
    top: 20px;
    left: 0;
}


a.b_main_img_menu_item {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 200px;
    padding: 18px 10px;
    height: 45px;
    color: black;
}

    a.b_main_img_menu_item:hover {
        background-color: rgba(255,255,255,0.6);
    }

a.b_main_img_menu_item_white {
    color: white;
}

span.sp_main_img_menu_item {
    font-family: OpenSansRegular;
    text-decoration: none;
    display: inline-block;
    top: 31px;
    position: absolute;
    left: 70px;
}



#p_main_content {
    position: relative;
    width: 1500px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 20px 10px;
}

#p_main_content_left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    min-height: 400px;
    width: 300px;
    padding: 10px 10px;
}

#p_main_content_right {
    position: relative;
    top: 0;
    left: 300px;
    right: 0;
    bottom: 0;
    min-height: 400px;
    width: 1150px;
    padding: 10px 10px;
}


div.p_main_content_left_item_sublinks {
    position: relative;
    left: 60px;
    padding: 18px 10px;
    width: 310px;
}

/* Homelink oben !*/
a.b_main_content_left_item {
    display: block;
    margin: 20px 10px;
    text-decoration: none;
}

span.sp_main_content_left_item_line1_1 {
    font-size: 50px;
    color: rgb(0,78,158);
    font-family: GothamMedium;
}

span.sp_main_content_left_item_line1_2 {
    font-size: 50px;
    color: rgb(227,0,16);
    font-family: GothamMedium;
}

span.sp_main_content_left_item_line2 {
    font-size: 14px;
    color: rgb(0,78,158);
    font-family: GothamMedium;
}

/* Menü linke Seite*/
div.p_main_content_left_item {
    position: relative;
    color: rgb(0,78,158);
    min-height: 56px;
    display: block;
    margin: 10px 10px;
    text-decoration: none;
    margin: 20px 0;
}

.b_main_content_left_item_img {
    position: absolute;
    display: block;
    color: rgb(0,78,158);
    min-height: 56px;
    width: 55px;
}

.b_main_content_left_item_text {
    position: absolute;
    display: block;
    left: 76px;
    padding: 18px 0 0 0;
    color: rgb(0,78,158);
    text-decoration: none;
}

div.p_main_content_left_item_text_nursubmenü {
    position: relative;
    display: block;
    left: 76px;
    padding: 18px 0 0 0;
    color: rgb(0,78,158);
    text-decoration: none;
}

a.b_main_content_left_item_text_nursubmenü {
    padding: 18px 0 0 0;
    color: rgb(0,78,158);
    text-decoration: none;
}

a.a_menü_submenü_items {
    display: block;
    margin: 10px 0 10px 10px;
    color: rgb(0,78,158);
    text-decoration: none;
}

/* Menü linke Seite Ende*/


a.b_std {
    color: rgb(0,78,158);
    font-size: 12px;
}

a.b_menuitem {
    display: inline-block;
    background-color: rgb(0,78,158);
    color: white;
    font-size: 16px;
    width: 250px;
    text-align: center;
    padding: 30px 0;
    text-decoration: none;
    margin: 0 20px 20px 0;
}

a.b_menuitem_info {
    display: inline-block;
    background-color: rgb(227,0,16);
    color: white;
    font-size: 16px;
    width: 250px;
    text-align: center;
    padding: 30px 0;
    text-decoration: none;
    margin: 0 20px 20px 0;
}

a.b_bigitem {
    display: inline-block;
    background-color: rgb(0,78,158);
    color: white;
    font-size: 12px;
    width: 300px;
    text-align: center;
    padding: 15px 0px;
    text-decoration: none;
    margin: 0 10px 10px 0;
}

a.b_smallitem {
    display: inline-block;
    background-color: rgb(0,78,158);
    color: white;
    font-size: 12px;
    width: 150px;
    text-align: center;
    padding: 15px 0px;
    text-decoration: none;
    margin: 0 10px 10px 0;
}



a.b_smallitem_white {
    display: inline-block;
    background-color: white;
    color: rgb(0,78,158);
    font-size: 12px;
    width: 150px;
    text-align: center;
    padding: 15px 0px;
    text-decoration: none;
    margin: 0 10px 10px 0;
    border: 1px solid rgb(0,78,158);
}

a.b_smallitem_disabled {
    display: inline-block;
    background-color: lightgray;
    color: white;
    font-size: 12px;
    width: 150px;
    text-align: center;
    padding: 15px 0px;
    text-decoration: none;
    margin: 0 10px 10px 0;
}

a.b_smallitem_notactive {
    display: inline-block;
    background-color: rgb(143, 193, 245);
    color: white;
    font-size: 12px;
    width: 150px;
    text-align: center;
    padding: 15px 0px;
    text-decoration: none;
    margin: 0 10px 10px 0;
}


a.b_smalleritem {
    display: inline-block;
    background-color: rgb(0,78,158);
    color: white;
    font-size: 12px;
    min-width: 100px;
    text-align: center;
    padding: 5px 5px;
    text-decoration: none;
    margin: 0 10px 10px 0;
}

span.l_error {
    color: red;
}

div.p_adresse {
    display: inline-table;
    margin: 0 20px 20px 0;
    border: 1px solid gray;
    width: 330px;
    height: 250px;
    padding: 10px;
}

div.p_adresse_neu {
    display: inline-table;
    margin: 0 20px 20px 0;
    border: 1px solid gray;
    background-color: lightgrey;
    width: 330px;
    height: 250px;
    padding: 10px;
}

div.p_kontaktdetail {
    display: inline-table;
    margin: 0 20px 20px 0;
    border: 1px solid gray;
    width: 250px;
    height: 100px;
    padding: 10px;
}

div.p_kontaktdetail_neu {
    background-color: lightgray;
    display: inline-table;
    margin: 0 20px 20px 0;
    border: 1px solid gray;
    width: 250px;
    height: 100px;
    padding: 10px;
}

div.p_uks {
    display: inline-table;
    margin: 0 20px 20px 0;
    border: 1px solid gray;
    width: 350px;
    height: 100px;
    padding: 10px;
}

div.p_zahldaten {
    display: inline-table;
    margin: 0 20px 20px 0;
    border: 1px solid gray;
    width: 250px;
    height: 150px;
    padding: 10px;
}

div.p_zahldaten_neu {
    background-color: lightgray;
    display: inline-table;
    margin: 0 20px 20px 0;
    border: 1px solid gray;
    width: 250px;
    height: 150px;
    padding: 10px;
}

div.p_unterkontakt {
    display: inline-table;
    margin: 0 20px 20px 0;
    border: 1px solid gray;
    width: 250px;
    height: 190px;
    padding: 10px;
}

div.p_unterkontakt_neu {
    display: inline-table;
    margin: 0 20px 20px 0;
    border: 1px solid gray;
    width: 250px;
    height: 190px;
    padding: 10px;
    background-color: lightgray;
}

table.t_sitedesign {
    width: 100%;
    vertical-align: top;
    text-align: left;
    border: 1px solid gray;
}

tr.tr_sitedesign {
    width: 100%;
    vertical-align: top;
    text-align: left;
}

td.td_sitedesign {
    vertical-align: top;
    text-align: left;
    border: 1px solid lightgray;
}

div.p_sitedesign_inhalt {
    background-color: lightskyblue;
    padding: 10px 10px;
    margin: 5px 5px;
}

table.t_site {
    width: 100%;
    vertical-align: top;
    text-align: left;
}

tr.tr_site {
    width: 100%;
    vertical-align: top;
    text-align: left;
}

td.td_site {
    vertical-align: top;
    text-align: left;
}

div.p_site_inhalt {
    margin: 0 0 15px 0;
    text-align: justify;
    width: 1150px;
}

div.p_bilditem {
    display: inline-block;
    width: 300px;
    height: 400px;
    border: 1px solid lightblue;
    margin: 10px 10px;
    text-decoration: none;
    text-align: center;
    vertical-align: bottom;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}


div.p_inhaltedit_inhalt {
    display: inline-block;
    width: 800px;
    height: 600px;
    border: 1px solid lightblue;
    margin: 10px 10px;
    text-decoration: none;
    text-align: center;
    vertical-align: bottom;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

a.b_menuicons {
    width: 25px;
}

div.p_geraet_uebersicht {
    display: inline-table;
    width: 400px;
    margin: 0 10px 10px 0;
    border: 1px solid silver;
    min-height: 500px;
    padding: 10px;
}

    div.p_geraet_uebersicht:hover {
        background-color: silver;
    }

a.b_assistent {
    display: block;
    background-color: rgba(0, 78, 158, 1);
    margin: 10px 0 0 0;
    padding: 10px 20px;
    width: 100%;
    min-height: 100px;
    color: white;
    text-decoration: none;
}

    a.b_assistent:hover {
        background-color: rgba(0, 78, 158, 0.40);
    }

span.sp_assistent_headline {
    color: white;
    font-family: OpenSansSemibold;
    font-size: 24px;
    margin: 0 0 15px 0;
    display: block;
}

div.p_artikelselect_filter_frame {
    padding: 20px 10px;
    margin: 0 0 15px 0;
    border: 1px solid rgb(0,78,158);
    box-shadow: 0px 0px 8px 0px rgb(0,78,158);
}


div.p_artikelselect_frame {
    position: relative;
    padding: 20px 10px;
    margin: 0 0 15px 0;
    background-color: rgb(143, 193, 245);
    height: 100px;
}

span.sp_artikelselect_headline {
    font-family: OpenSansRegular;
    font-size: 20px;
    margin: 0 0 10px 0;
    color: rgb(0,78,158);
    display: block;
}

span.sp_artikelselect_preis {
    font-family: OpenSansRegular;
    font-size: 20px;
    margin: 0 20px 0 0;
    display: block;
    float: right;
}

span.sp_artikelselect_text {
    font-family: OpenSansRegular;
    display: block;
}

div.p_artikelselect_buttonsmulti {
    position: relative;
    height: 56px;
}

span.sp_artikelselect_buttonsmulti {
    position: absolute;
    right: 0;
}

div.p_artikelselect_hauptbild {
    border: 1px solid rgb(143, 193, 245);
    background-color: white;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

div.p_objekt_assistent_stepline {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    height: 90px;
}

div.p_objekt_assistent_content {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Objektübersicht */

div.p_objekt_übersicht_frame {
    position: relative;
    top: 15px;
    background-color: rgb(143, 193, 245);
    height: 200px;
    width: auto;
    margin: 0 0 20px 0;
}

    div.p_objekt_übersicht_frame:hover {
        background-color: rgba(143, 193, 245,0.5);
    }

a.b_objekt_übersicht_qr {
    background-color: white;
    background-size: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 10px;
    height: 160px;
    width: 160px;
}

div.p_objekt_übersicht_qr_anzahl {
    background-color: rgb(227,0,16);
    background-size: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 134px;
    bottom: 45px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}

span.sp_objekt_übersicht_qr_anzahl {
    width: 20px;
    text-align: Center;
    display: block;
}

div.p_objekt_übersicht_qr_seriennummer {
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 20px;
    width: 160px;
    background-color: white;
    font-size: 16px;
    text-align: center;
}

div.p_objekt_übersicht_data {
    position: absolute;
    left: 175px;
    top: 0;
    right: 0;
    height: 200px;
    padding: 10px 10px;
}

div.p_object_übersicht_data_headline {
    padding: 10px 0;
    font-size: 16px;
}

div.p_object_übersicht_data_body {
}

a.b_object_übersicht_data_open {
    position: absolute;
    right: 0;
    bottom: 15px;
}

/* GQR Übersicht*/

a.b_gqr_übersicht {
    position: relative;
    display: inline-flex;
    height: 240px;
    width: 240px;
    border-radius: 0 0 120px 120px;
    border-style: solid;
    border-color: rgb(227,0,16);
    background-color: white;
    background-size: 180px;
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
    margin: 0 20px 20px 0;
}



a.b_gqr_übersicht_add {
    position: relative;
    display: inline-flex;
    height: 240px;
    width: 240px;
    border-radius: 0 0 120px 120px;
    border-style: solid;
    border-color: rgba(227,0,16,0.5);
    color: rgba(0, 0, 0, 0.50);
    background-color: white;
    background-size: 180px;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    margin: 0 20px 20px 0;
}

    a.b_gqr_übersicht_add:hover {
        border-color: rgb(227,0,16);
        color: rgba(0, 0, 0,1);
    }


span.sp_gqr_übersicht_bottomline {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    color: black;
    text-decoration: none;
    width: 240px;
    text-align: center;
}

span.sp_gqr_übersicht_add_plus {
    font-size: 150px;
    text-decoration: none;
    line-height: 1;
    position: absolute;
    width: 240px;
}

span.sp_gqr_übersicht_add_bottomline {
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    width: 240px;
    bottom: 30px;
}

img.img_gqr {
    height: 180px;
    width: 180px;
    margin: 0 30px 30px 30px;
}


div.p_gqr {
    position: relative;
    display: inline-flex;
    height: 240px;
    width: 240px;
    border-radius: 0 0 120px 120px;
    border-style: solid;
    border-color: rgb(227,0,16);
    background-color: white;
}
