/*
#0D38DD = blue
#0804D2 = blue dark
#969594 = grey light
#737270 = gery dark
*/

body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 1.1em;
}

p {
    text-align: justify;
    display: block;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

div {
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

table {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

tr {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse; 
}

td {
    margin: 0px;
    padding: 10px;
    border-collapse: collapse;
}

tr:nth-child(even) {
    background: #EEE;
}

tr:nth-child(odd) {
    background: #FFF;
}

/* classes */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.tooltip {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.intern_link {
    color: #0804D2;
    font-weight: bold;
}

.intern_link:hover {
    cursor: pointer;
}

.extern_link {
    color: #0804D2;
    font-weight: bold;
    text-decoration: none;
}

.extern_link:hover {
    cursor: pointer;
}

.menu_item {
    color: #FFF;
    text-decoration: none;
}

.menu_item:hover, .selected{
    color: #046DD2;
    text-shadow: 0 0 10px #FFF;
    /*text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;*/
}

.headline {
    color: #0804D2;
    font-size: 1.5em;
    font-weight: bold;
}

.benefits_ul {
    list-style-image: url("../images/screw_wrench.png");
    margin: 0px;
    padding: 0px;
}

.li_headline {
    margin: 0px;
    padding: 10px;
    list-style-type: none;
    list-style-image: none;
    font-weight: bold;
}

.li_item {
    margin-left: 75px !important;
}

.ref_logo_img, .par_logo_img {
    width: 190px;
    height: 90px;
}

.contact_td_desc {
    text-align: right;
}

.contact_td_item {
    text-align: left;
}

.contact_vcard {
    width: 150px;
    height: 150px;
    display: inline-block;
}

.text_align_center {
    text-align: center;
}

.gallery div {
    padding: 5px !important;
    cursor: pointer;
}

.gallery a {
    pointer-events: none;
}

.footer_delimiter {
    margin: 0px 7px 0px 7px;
}

/* ids */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

#header {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 150px;
}

#logo {
    float: left;
    background-image: url("../images/logo.png");
    background-size: 270px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px;
    padding: 15px;
    width: 270px;
    height: 120px;
}

#banner {
    float: right;
    background-image: url("../images/banner/banner_1.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    width: calc(100% - 300px);
    height: 150px;
}

#menu_and_content {
    width: 100%;
    height: 100%;
}

#menu {
    background-image: url("../images/metal_structure.jpg");
    background-size: 100% 100%;
    padding: 10px;
    width: 280px;
    min-height: calc(100vh - 170px);
    height: auto;
    color: #FFF;
}

#menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#menu li {
    margin: 0px;
    padding: 4px;
    border-bottom: 1px solid #FFF;
}

#content_wrapper {
    float: right;
    width: calc(100% - 300px);
    height: auto;
}

#content {
    width: calc(100% - 30px);
    height: 100%;
    padding: 15px 15px 50px 15px;
}

#advertisement_img {
    position: relative;
    float: right;
    z-index: -1;
}

#advertisement_txt {
    z-index: 0;
}

#advertisement_table {
    width: 100%;
}

#advertisement_table tr:nth-child(even) {
    background: #FFF !important;
}

#advertisement_table th {
    text-align: left;
    text-decoration: underline;
    padding: 4px !important;
}

#advertisement_table td {
    vertical-align: top;
    padding: 4px !important;
}

#advertisement_table ul {
    list-style-type: square;
    margin: 0px !important;
    padding: 0px !important;
}

#advertisement_table li {
    margin: 0px 0px 0px 15px !important;
    padding: 4px 4px 4px 0px !important;
}

#drive_address {
    margin: 20px 0px 0px 20px;
}

#contact_content {
    width: 100%;
    text-align: center;
}

#contact_table {
    width: 100%;
}

#contact_table tr:nth-child(even) {
    background: #FFF !important;
}

#contact_table td {
    padding: 4px !important;
}

#contact_vcard_hint {
    display: inline-block;
    font-size: 0.9em !important;
    text-align: center;
    padding: 7px 0px 0px 0px;
}

#footer {
    background-color: #969594;
    color: #FFF;
    height: 35px;
    width: 100vw;
    z-index: 100;
    position: fixed;
    left: 0px;
    bottom: 0px;
}

#footer a {
    color: #FFF;
    text-decoration: none !important;
}

#footer_content {
    vertical-align: middle;
    width: 100vw;
    text-align: center;
    position: relative;
    top: 7px;
}

#footer_content img {
    margin: 0px 0px 0px 0px;
    padding: 0px 4px 0px 4px;
}