﻿
/* ------------------------------------------ */
/* - Styles für Elemente von _Layout.cshtml - */
/* ------------------------------------------ */

body {
    background: #263036;
    padding: 0px;
}

#divLayout {
    width: 100%;
    height: 100px;
}

#tableMenu {
    display: none;
}

#tableMenuMobile {
    display: block;
    background: #fff;
    width: 100%;
    margin-top: -6px;
    margin-left: -6px
}

#tdImageLayoutMobile {
    display: block;
    background: #263036;
    margin-top: -2px;
    margin-left: -3px;
}

#divContent1 {
    width: 364px;
    background: #263036;
    padding: 0px;
    height: 69vh;
    margin-top: -34px;
    margin-left: -12px;
}

#divContent2 {
    width: 356px;
    background: #263036;
    margin-left: 4px;
}

#tdContent {
    width: 100%;
    background: #C0C0C0;
    vertical-align: top;
    height: 64vh;
    text-align: center;
}

#tableContent {
    width: 100%;
    background: #263036;
    vertical-align: top;
    margin-top: -13px;
}

#tableContent2 {
    width: 100%;
    position: relative;
    top: -5px;
}

#tdBody1 {
    display: none;
}

#tdBody2 {
    width: 100%;
}

#tdBody3 {
    display: none;
}

#tdImageLayout {
    display: none;
}

#tableFooter {
    display: none;
}

#tableFooterMobile {
    display: inline;
    background: #263036;
    margin-left: 2px;
    cursor: default;
}

.scrollerstyle {
    font-family: webdings;
    background: #FFFFFF;
    border: 1px solid #303030;
    box-shadow: inset 0px 1px 0px 0px #303030;
    cursor: pointer;

}

.lButton {
    margin-left: 10px;
    position: relative;
    top: 2px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #fff) );
    background: -moz-linear-gradient( center top, #ededed 5%, #fff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#fff');
    background-color: #fff;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #303030;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    height: 19px;
    line-height: 19px;
    width: 100px;
    text-decoration: none;
    text-align: center;
    /*text-shadow: 1px 1px 0px #ffffff;*/
}

    .lButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

    .lButton:active {
        position: relative;
        top: 1px;
    }


    .lDiv {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #303030) );
    background: -moz-linear-gradient( center top, #303030 5%, #ededed 100% );
    }

/* ---------------------------------------- */
/* - Styles für Elemente von Index.cshtml - */
/* ---------------------------------------- */

#divSlider {
    display: none;
}

#divSliderMobile {
    display: block;
    width: 352px;
    height: 64vh;
    margin-top: -19px;
    margin-left: -4px;
    text-align: center;
}

/* -------------------------------------------- */
/* - Styles für Elemente von Impressum.cshtml - */
/* -------------------------------------------- */

#divImpressum {
    display: none;
}

#divImpressumMobile {
    display: block;
}

/* -------------------------------------------------------- */
/* - Styles für Elemente von DatenschutzErklaerung.cshtml - */
/* -------------------------------------------------------- */

#divDatenschutz {
    display: none;
}

#divDatenschutzMobile {
    display: block;
}

/* ------------------------------------------------------------------ */
/* - Styles für Elemente von AllgemeineGeschaeftsbedingungen.cshtml - */
/* ------------------------------------------------------------------ */

#divAGB {
    display: none;
}

#divAGBMobile {
    display: block;
}

/* ------------------------------------------ */
/* - Styles für Elemente von Kontakt.cshtml - */
/* ------------------------------------------ */

#divKontakt {
    display: none;
}

#divKontaktMobile {
    display: block;
}

/* ------------------------------------------ */
/* - Styles für Elemente von Partner.cshtml - */
/* ------------------------------------------ */

#divPartner {
    display: none;
}

#divPartnerMobile {
    display: block;
}

/* --------------------------------------- */
/* - Styles für Elemente von Jobs.cshtml - */
/* --------------------------------------- */

#divJobs {
    display: none;
}

#divJobsMobile {
    display: block;
}

/* ------------------------------------------- */
/* - Styles für Elemente von Produkte.cshtml - */
/* ------------------------------------------- */

#divProdukte {
    display: none;
}

#divProdukteMobile {
    display: block;
}

/* ------------------------------------------ */
/* - Styles für Elemente von Service.cshtml - */
/* ------------------------------------------ */

#divService {
    display: none;
}

#divServiceMobile {
    display: block;
}
