@CHARSET "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html, body{
    font-size: 17px;
    font-family: 'lexia';
    font-weight: 300 !important;
    font-style: normal;
    color: rgb(100,100,100);
    background: #FFF;
}
em{
    font-family: 'lexia';
    font-style: italic;
}
strong{
    font-family: 'lexia';
}
hr{
    clear: both;
    border: none;
    border-bottom: 1px solid rgb(207,207,207);
    padding: 2em 0 0 0;
    margin: 0;
}

input, select, textarea{
    font-size: 17px;
    font-family: 'lexia';
    line-height: 26px;
    color: #000;
    padding: 0.4em 0.5em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #bbbbbb;
}
input:focus, select:focus, textarea:focus{
    border-color: rgb(120,120,120);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35);
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
input, select{
    height: 40px;
}
.clear{
    clear: both;
}

/* file extensions */
div.arec_file {
    background: transparent;
}

.arec_file,.arec_dir {
    padding-left: 20px;
    background: url("../img/file_extensions/unknown_16x16.gif") 0 center
    no-repeat;
}

.arec_dir {
    background-image: url("../img/file_extensions/dir_16x16.gif");
}

.arec_ext_pdf {
    background-image: url("../img/file_extensions/pdf_16x16.gif");
}

.arec_ext_rar {
    background-image: url("../img/file_extensions/rar_16x16.gif");
}

.arec_ext_exe {
    background-image: url("../img/file_extensions/exe_16x16.gif");
}

.arec_ext_txt {
    background-image: url("../img/file_extensions/txt_16x16.gif");
}

.arec_ext_zip {
    background-image: url("../img/file_extensions/zip_16x16.gif");
}

.arec_ext_gif {
    background-image: url("../img/file_extensions/gif_16x16.gif");
}

.arec_ext_jpg {
    background-image: url("../img/file_extensions/jpg_16x16.gif");
}

/* align */
div.arec_align_left {
    text-align: left;
}

div.arec_align_center {
    text-align: center;
}

div.arec_align_right {
    text-align: right;
}

div.arec_align_justify {
    text-align: justify;
}

#arec_img_large {
    background: #FFF;
    padding: 1em;
    border: 1px solid #C0C0C0;
    text-align: right;
}

#large_img_loading {
    background: url("../images/large_img_loading.gif") 4px 4px no-repeat
    #FFF;
    line-height: 27px;
    height: 27px;
    padding: 4px 4px 4px 35px;
    color: #000;
    margin-left: -90px;
}

#arec_ib {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 9990;
    padding: 0; margin: 0;
    background: #FFF;
    overflow: hidden;
}
#arec_ib_preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -14px;
    background: url("../img/arec_imagebox/preloader.gif") top left no-repeat;
    width: 27px;
    height: 27px;
}
#arec_ib img {
    position: absolute;
    top: 50%; left: 50%;
    z-index: 9991;
}
.arec_ib_button.inactive {
    display: none !important;
}
.arec_ib_button {
    position: absolute;
    z-index: 9999;
    width: 3em; height: 3em;
    background-size: 100% 100%;
}
#arec_ib_close {
    top: 2em; right: 2em;
    background: url("../img/arec_imagebox/close.svg") top left no-repeat;
}
#arec_ib_close:hover{
    background-image: url("../img/arec_imagebox/close.hover.svg");
}
#arec_ib_next {
    top: 50%; right: 2em;
    background: url("../img/arec_imagebox/next.svg") top left no-repeat;
}
#arec_ib_next:hover{
    background-image: url("../img/arec_imagebox/next.hover.svg");
}
#arec_ib_prev {
    top: 50%; left: 2em;
    background: url("../img/arec_imagebox/prev.svg") top left no-repeat;
}
#arec_ib_prev:hover{
    background-image: url("../img/arec_imagebox/prev.hover.svg");
}

#arec_ib_preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -14px;
    background: url("../img/arec_imagebox/preloader.gif") top left
    no-repeat;
    width: 27px;
    height: 27px;
}


#wrap_nav, #wrap_nav_outer{
    height: 60px;
    width: 100%;
    background: #333333;
}
#wrap_nav{
    position: absolute;
}
#wrap_header{
 width: 60%;
}
div.content{
    width: 90%;
    padding-left: 20px;
    margin: auto;
    /*background: url("../img/grid.jpg") 20px top repeat-y;*/
}
#home{
    float: left;
}
#home{
    width: 60px;
    height: 60px;
    background: url("../img/home.svg") top left no-repeat;
}
#nav{
    height: 100%;
}
#nav > li{
    height: 100%;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1em;
}
#nav > li > a{
    height: 60px;
    line-height: 60px;
    padding: 0 32px 0 20px;
    color: #FFF;
    text-transform: uppercase;
    border-left: 1px solid #717171;
    border-right: 1px solid #717171;
}
#nav > li:hover, #nav_container > a:hover, #nav_container:hover #nav > li.open:hover, #nav_container:hover > a.open:hover{
    background-color: #454545 !important;
    position: relative;
}
#nav_container #home:hover{
    background-color: #77B91B !important;
}
#nav > li:hover > a{
   color: rgb(160,160,160) !important;
}
#nav li.slider {
    background: url("../img/nav-li.svg") right 1.5em top 27px no-repeat;
    background-size: 13px 8px;
    min-width: 200px;
    text-align: center;
}
#nav li.slider a{
    cursor: default;
}
#nav li.slider:hover {
    background-image: url("../img/nav-li.grey.svg");
}
#nav_container:hover #nav > li.open, #nav_container:hover > a.open{
    background-color: transparent !important;
}
#nav > li.open > a{
    color: #FFF;
}

#nav > li > ul{
    position: absolute; top: 60px; left: 0; z-index: 800;
    display: none;
    width: 200px;
    padding: 0 0 0.5em 0;
    border: 1px solid rgb(120,120,120);
    border-top: none;
    background-color: #454545 !important;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.35);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.35);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.35);
}
#nav > li:hover > ul{
    display: block;
}
#nav ul li{
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#nav > li > ul > li{
    display: block;
    width: 100%;
}
#nav > li > ul > *{
    padding: 0;
}
#nav li > ul > a{
    padding: 1em 0 0 0 !important;
    text-align: left;
    color: #5ea10f;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}
#nav li > ul > li{
    padding: 0 1em;
}
#nav li > ul > li > a{
    text-align: left;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2em;
    color: #dcdcdc;
    border-bottom: 1px solid #707070;
    padding: 0.4em 0;
    cursor: pointer !important;
    /* padding: 0.4em 0 0.4em 1.1em;
    background: url("../img/pfeil-rechts-hellgrau.svg") 0 0.6em no-repeat;
    background-size: 0.8em 0.8em;*/

}
#nav li > ul > li > a.last{
    border-bottom: none;
}
#nav ul li a:hover{
    text-decoration: underline;
}

/* old sub navigation */
/*
#nav li:hover > a.slider{
    background: url("../img/a.slider.svg") center bottom no-repeat;
}

#nav > li > ul{
    position: absolute; top: 60px; left: 50%; margin-left: -470px; z-index: 800;
    display: none;
    width: 913px;
    padding: 5px 5px 20px 20px;
    border: 1px solid rgb(200,200,200);
    border-top: none;
    background: #FFF;
}
#nav > li > ul.cms_click{
    display: block;
}
#nav > li:hover > ul{
    display: block;
}
#nav ul li{
    display: block;
    width: 100%;
}
#nav > li > ul > li{
    width: 18%;
    margin-right: 2%;
    float: left;
}
#nav > li > ul > li > ul{
    display: block;
    width: 100%;
}
#nav > li > ul > li *{
    padding: 0;
}
#nav li > ul > li > a{
    padding: 1em 0 0 0 !important;
    text-align: left; color: #5ea10f;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: -0.04em;
}
#nav li > ul > li > ul > li > a{
    padding: 0.7em 0 0 0 !important;
    color: #000;
    line-height: 1.1em;
    font-family: lexia;
    font-weight: 300;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
}
*/




#header{
    margin-top: 2em;
}

#logo{
    display: block;
    float: left;
    margin-top: 5px;
}
img{
    border: none;
}

#content{
    padding-bottom: 1em;
}
#breadcrumb{
    padding-top:0.5em;
    width: 100%;
    height: 1.2em;
    font-size: 0.8em;
}
#breadcrumb img{
    padding-top: 7px;
    float: left;
}
#breadcrumb ul a{
    color: #bbbbbb;
    padding: 0 20px 0 10px;
    background: url("../img/breadcrumb-spacer.svg") right 0.5em no-repeat;
    background-size: 1em 1em;
    text-decoration: underline;
}
#breadcrumb > ul > li:last-child > a{
    background: none;
    text-decoration: none;
}

.arec_text, .arec_img, div.arec_file, .arec_module, .col12{
    float: left;
    width: 96.6%;
    margin: 0 3% 0 0;
}
.arec.file a{
    float: left;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9{
    float: left;
    margin-right: 3% !important;
}
.col1{
    width: 5.3% !important;
}
.col2{
    width: 13.6% !important;
}
.col3{
    width: 21.9% !important;
}
.col4{
    width: 30.2% !important;
}
.col5{
    width: 38.5% !important;
}
.col6{
    width: 46.8% !important;
}
.col7{
    width: 55.1% !important;
}
.col8, #content_left div.arec_text, #content_left div.arec_img, #content_left div.arec_module, #content_left div.arec_file{
    width: 63.4% !important;
}
.col9{
    width: 71.7% !important;
}
.col1 img, .col2 img, .col3 img,
.col4 img, .col5 img, .col6 img,
.col7 img, .col8 img, .col9 img,
.col12 img{
    display: block; margin: auto;
    max-width: 100%;
    height: auto;
    width: auto\9; /* IE8 */
}
.col5 .col4{
    width: 78.4% !important;
    margin-right: 7.8% !important;
}
.col5 .col1{
    width: 13.8% !important;
    margin-right: 0 !important;
}
.col6 .col5{
    width: 82.3% !important;
    margin-right: 6.4% !important;
}
.col6 .col4{
    width: 64.5% !important;
    margin-right: 6.4% !important;
}
.col6 .col1{
    width: 11.3% !important;
    margin-right: 0 !important;
}
.col7 .col6{
    width: 85% !important;
    margin-right: 5.4% !important;
}
.col7 .col1{
    width: 9.6% !important;
    margin-right: 0 !important;
}
#content_top.col9{
    margin-right: 0 !important;
    width: 74.7% !important;
}
#content_top.col9 .col3{
    width: 29.3% !important;
    margin-right: 4.02% !important;
}
#content_bottom{
    padding-bottom: 1em;
}

#content_left{
    width: 640px;
    float: left;
}
#content_left_img{
    background: #e9e9e9;
    width: 620px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
#content_left_img div.arec_img{
    padding: 20px 0 0 20px !important;
    margin: 0;
    width: 180px;
    height: 180px;
    float: left;
}
#content_left_img img{
    margin: 0;
    width: 180px;
    height: 180px;
}
#content_right{
    width: 320px;
    float: left;
}

h1, h2, h3, h4{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 2.35em;
    margin-bottom: 0em;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}
h1{
    margin: 0.7em 0 0 0;
    line-height: 1em;
}
h2, h3{
    margin-top: 2em;
    padding-top: 0.5em;
    font-size: 1.41em;
    letter-spacing: -0.025em;

}
h2.top{
    margin-top: 1em;
}
h2.no-line{
    border-top: none;
}

h3,h4{
    border: none;
    font-size: 1.1em;
    color: rgb(100,100,100);
    margin-top: 1.2em;
    text-transform: none;
    padding: 0;
    letter-spacing: -0.015em;
}
h4{
    margin-top: 0;
}
h1 span, h2 span, h3 span{
    color: #bbbbbb;
}

p, ul{
    line-height: 26px;
    margin: 0.5em 0 0 0;
}
p.message.error{
    border: 1px solid rgb(220,0,0);
    background: rgba(220,0,0,0.1);
    padding: 1em 0.5em;
}

a{
    color: #76b82a;
    font-weight: normal;
    font-weight: 300;
}
a:hover{
    text-decoration: none;
}
.arec_content li{
    display: block;
    list-style: none;
    padding: 0 0 0.4em 20px;
    background: url("../img/li.svg") left 0.4em no-repeat;
    background-size: 14px 14px;
}
a.infobox{
    position: relative;
    display: inline-block;
    padding-right: 20px;
    cursor:help;
    color: inherit;
    font-weight: inherit;
    background: url("../img/info.svg") top 5px right no-repeat;
    background-size: 16px 16px;
    text-decoration: none;
}
a.infobox span{
    bottom: 1.5em;
    right: 1em;
    display: none;
    width: 17em;
    position: absolute;
    padding: 1em;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #FFF;
    background: #333333;
    border: 1px solid rgb(100,100,100);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.35);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.35);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.35);

}
a.infobox span strong{
    display: block;
    padding-bottom: 0.5em;
}
a.infobox.left span{
    right: 0;
    margin-right: -19em;
}
a.infobox:hover span, a.infobox:focus span, a.infobox:active span {
    display: block;
}

table{
    width: 100%;
    margin: 0.5em 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
th, td{
    padding: 0.3em 0.5em;
    vertical-align: top;
}
th{
    font-family: Montserrat;
    font-weight: bold;
    color: rgb(100,100,100);
    border-top: 1px solid #cfcfd0;
    border-bottom: 1px solid #cfcfd0;
    text-align: left;
}
th small{
    font-size: 0.7em;
    color: #bebebf;
}
td{
    border-bottom: 1px solid #f1f1f1;
    padding: 0.4em 0.5em;
}
th:first-child, td:first-child{
    padding-left: 0;
}
th:last-child, td:last-child{
    padding-right: 0;
}
tr:last-child td{
    border-color: #cfcfd0;
}
tfoot td{
    border-top: 1px solid #cfcfd0;
    background: #f9f9f9;
}
.button, input[type=submit]{
    display: block;
    background: #76b82a;
    color: #FFF;
    font-family: Montserrat;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    height: 3em;
    line-height: 3em;
    font-size: 1.05em;
    letter-spacing: -0.015em;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
}
.button:hover, input[type=submit]:hover, input[type=submit]:focus{
    background: #333333;
}
#accordeon {
    clear: both;
}
#accordeon h2{
    margin: 0;
    padding: 0;
    border-top: 0;
    border-bottom: 1px solid #cfcfd0;
}
#accordeon h2 a{
    display: block;
    padding: 0.3em 0 0.3em 30px;
    background: url("../img/pfeil-unten-grau.svg") top 11px left 0px no-repeat;
    background-size: 20px 20px;
    color: #000;
    font-family: Montserrat;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: -0.025em;
}
#accordeon h2 a:hover, #accordeon h2 a:focus{
    background-image: url("../img/pfeil-unten-gruen.svg");
}

#tabs{
    padding-top: 3em;
    clear: both;
}
#wrap_tabs_nav_outer{
    height: 3em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid rgb(200, 200, 200);
}
#wrap_tabs_nav_inner{
    height: 3em;
}
ul.tabs{
    list-style: none;
    text-align: center;
}
ul.tabs li{
    height: 3em;
    display: inline-block;
}
ul.tabs a{
    text-decoration:none;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 3em; line-height: 3em;
    color: #000;
    font-family: Montserrat;
    font-weight: bold;
    background: rgb(240, 240, 240);
    border: 1px solid rgb(200, 200, 200);
    padding: 0 2em;

}
ul.tabs a:hover{
    background: #FFF;
}
ul.tabs a.highlight{
    background: #76b82a;
    color: #FFF;
}
ul.tabs a.highlight:hover{
    background: #333333;
}

ul.tabs a.first{
    border-left: 1px solid rgb(200, 200, 200);
}
ul.tabs a.active{
    background: #FFF !important;
    color: #000 !important;
    border-bottom-color: #FFF !important;
    cursor: default;
}
div.tabs{
    clear: both;
}
div.tabs div.no-headline{
    padding-top: 3em;
}

.anchor_nav{
    padding: 1em 0;
}
.anchor_nav > li{
    background: transparent;
    padding: 0 1em 0 0;
}
.anchor_nav > li > a{
    font-family: Montserrat;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    padding: 0.95em 1em 0.95em 1em;
    letter-spacing: -0.025em;
    background-size: 22px 22px;
    border-top: 1px solid #cfcfd0;
    border-bottom: 1px solid #cfcfd0;
}
.anchor_nav > li > a.open{
    background-color: #77B91B;
    color: #FFF;
}

.anchor_nav > li > a:hover{
    background-color: #77B91B;
    color: #FFF;
}
div.arec_file{
    padding-left: 0;
}
.arec_module_navigation{
    padding: 0 0 0.5em 0;
}
.arec_module_navigation ul > li{
    padding: 0;
    background: transparent;
    width: 100%;
}
.arec_module_navigation ul > li > a{
    display: block;
    font-family: Montserrat;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    padding: 0.95em 2.7em 0.95em 1.5em;
    letter-spacing: -0.025em;
    background: url("../img/pfeil-rechts-grau.svg") right 15px center no-repeat #e9e9e9;
    background-size: 22px 22px;
    border-bottom: 1px solid #cfcfd0;
}

.arec_module_navigation ul > li > a.open{
    background-color: #77B91B;
    color: #FFF;
    background-image: url("../img/pfeil-rechts-weiss.svg");
}

.arec_module_navigation ul > li > a:first-child{
    border-top: 1px solid #cfcfd0;
}
.arec_module_navigation ul > li > a:hover{
    background-color: #77B91B;
    color: #FFF;
    background-image: url("../img/pfeil-rechts-weiss.svg");
}
#wrap_anfrage{
    width: 100%;
    padding-bottom: 2em;
    background: rgb(248, 248, 248);
    border-top: 1px solid #77B91B;
    border-bottom: 1px solid #77B91B;
    overflow: hidden;
}
#AnsprechpartnerLabel small{
    display: block;
    float: right;
    padding: 2px 13em 0 0;
    height: 20px;
    font-size: 0.8em;
    font-family: Montserrat;
    text-transform: uppercase;
}

#kontakt{
    margin-top: 1em;
    height: 300px;
    background: url("../img/Tobias.jpg") bottom 0 right 10% no-repeat;
    background-size: 40% auto;
}
#kontakt h3{
    color: #646464;
    text-transform: uppercase;
    font-size: 30px;
    padding: 2.5em 0 0 0;
    margin: 0;
}
#kontakt h3 span{
    color: #77B91B;
}
#kontakt a{
    margin-top: 1em;
    display: block;
    float: left;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    font-weight: bold;
    padding-right: 1em;
    color: #77B91B;
    height: 30px;
    line-height: 30px;
}
#kontakt a.telefon{
    text-decoration: none;
    background: url("../img/telefon.svg") top left no-repeat;
    background-size: 30px 30px;
    padding-left: 35px;
}
#kontakt p{
    clear: both;
    margin: 0;
}

#anfrage .arec_module_contactform{
    width: 100%; margin-right: 0;

}
#anfrage form{
    width: 100%;
    margin: 0;
    padding: 0;
}
form.rueckruf div{
    clear: both;
}
form.rueckruf input, form.rueckruf select{
    width: 60% !important;
}
form.rueckruf label{
    width: 40% !important;
    display: block;
    float: left;
}
form.rueckruf input[type=submit]{
    margin-left: 40%;
}
.arec_module_contactform form div{
    margin: 0.5em 0;
}
#div_anfrage{
    margin: 0 !important;
}
.arec_module_contactform label{
    font-family: Montserrat;
    color: #000;
}
p.error, .arec_module_contactform .error{
    color: rgb(220, 0, 0) !important;
}
.arec_module_contactform div.error input,
.arec_module_contactform div.error select,
.arec_module_contactform div.error textarea{
    background: rgba(220,0,0,0.1);
    border-color: rgb(220,0,0);
}

.arec_module_contactform p.message.error{
    margin-bottom: 1em;
    margin-right: 3%;
}
.arec_module_contactform form > div input, .arec_module_contactform form > div select, textarea{
    width: 100%;
}
.arec_module_contactform .hidden{
    display: none;
}
.arec_module_contactform textarea{
    height: 145px;
}
#anfrage h3{
    border: none;
    margin: 0;
    padding-top: 0.5em;
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: -0.05em;
}
.arec_module_contactform h3.ok{
    color: #77B91B !important;
}
.arec_module_contactform div.optional, .arec_module_contactform div.error_msg{
    display: none;
}
.arec_module_contactform div.col4, .arec_module_contactform div.col6, .arec_module_contactform div.col8{
    float: left;
}
#textarea.show_optional{
    float: right !important;
}
#textarea.show_optional textarea{
    height: 426px;
}
#callback.visible{
    display: block;
}
#callback{
    text-transform: none;
    width: 400px;
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 9960;
    margin-left: 0px;
    background: #FFF;
    padding: 1em 2em;
    border: 1px solid rgb(100,100,100);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.35);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.35);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.35);
}
#callback a.close {
    display: block;
    width: 2em; height: 2em;
    float: right;
    background: url("../img/arec_imagebox/close.svg") top left no-repeat;
}
#callback a.close:hover{
    background-image: url("../img/arec_imagebox/close.hover.svg");
}
#callback h4{
    font-size: 1.3em;
    color: #000;
}
#callback p{
    margin-top: 0;
}
#callback .col6{
    width: 100% !important;
}

ul.overview{
    position: relative;
    left: -80px;
    z-index: 9999;
    min-height: 500px;
}
ul.overview li{
    display: block;
    padding: 0.4em 0 0.4em 80px;
}
ul.overview > li.active{
    background: url("../img/overview-li.svg") top left repeat-y;
    background-size: 100% auto;
}
ul.overview > li > a{
    display: inline-block;
    color: #000;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2em;
    text-decoration: none;
    padding-right: 20px;
    background: url("../img/pfeil-rechts-grau.svg") top 2px right no-repeat;
    background-size: 14px 14px;
}
ul.overview > li.active > a{
    background-image: url("../img/pfeil-rechts-gruen.svg")
}
ul.overview > li > small{
    display: block;
    line-height: 1.4em;
}
ul.overview > li > small > a{
    line-height: 1.4em;
    color: rgb(100,100,100);
    text-decoration: none;
}
ul.overview a:hover{
    text-decoration: underline;
}
ul.overview img{
    display: none;
    position: absolute;
    top: -70px;
    left: 100%;
}
ul.overview li:hover img{
    display: block;
}

div.overview{
    height: 500px !important;
    display: block;
}
div.overview img{
    max-height: 500px;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
}
div.overview a{
    display: none;
}
div.overview a.active{
    display: block;
    height: 100%;
}
div.overview a.arrow_left, div.overview a.arrow_right{
    position: absolute;
    margin-top: 280px;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/pfeil-links-grau.svg") top left no-repeat;
    background-size: 40px 40px;
    z-index: 9999;
    margin-left: 20px;
}
div.overview a.arrow_right{
    margin-left: 400px;
    background-image: url("../img/pfeil-rechts-grau.svg");
}
div.overview a.arrow_left:hover{
    background-image: url("../img/pfeil-links-gruen.svg");
}
div.overview a.arrow_right:hover{
    background-image: url("../img/pfeil-rechts-gruen.svg");
}

#wrap_bottom{
    clear: both;
}
#wrap_bottom h2, #wrap_bottom a{
    color: rgb(100,100,100);
    border: none;
}
#wrap_referenzen{
    clear: both;
    height: 90px;
    wdith: 100%;
    margin-top: 2em;
}
#wrap_referenzen h3{
    margin-bottom: 0;
}
#referenz_logos{
    clear: both;
    margin: 0; padding: 0 0 1em 0;
    overflow:hidden;
    position:relative;
}
#referenz_logos ul{
    width: 100%; height: 100%;
    margin:0; padding:0;
    overflow: hidden;
}
#referenz_logos li{
    display: block; float: left;
    list-style: none;
    height: 90px;
    width: 188px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 0 10px 0px;
}
#referenz_logos img{
    /* margin: 0; */
}
#wrap_footer{
    clear: both;
    margin-top: 2em;
    width: 100%;
    background: #333333;
}
#footer{
    padding-top: 3em;
    padding-bottom: 40px;
    color: #FFF;
}
#footer h4, #footer a{
    color: #FFF;
    font-weight: 300;
}
#footer a{
    text-decoration: underline;
}
#footer a:hover{
    text-decoration: none;
}
#footer div.col4{
    padding-bottom: 1.5em;
}
#footer div.adresse, #footer div.telefon, #footer div.email{
    padding: 0.5em 0 0.5em 40px;
    background-size: 30px 30px;
    background-position: top 4px left;
    background-repeat: no-repeat;
}
#footer div.adresse{
    background-image: url("../img/standort.svg");
}
#footer div.adresse path {color: red}
#footer div.telefon{
    background-image: url("../img/telefon.svg");
}
#footer div.email{
    background-image: url("../img/email.svg");
}
#footer .versanddienste{
    text-align: right;
}
#footer .versanddienste p{
    float: right;
    margin: 0 1em 0 0;
}
#footer .versanddienste img{
    float: right;
    margin: 0 0 0 0.5em;
}
#footer li a{
    padding: 0;
}
#hinweis{
    clear: both;
    overflow: hidden
}
#hinweis .line{
    padding: 1em 0;
    border-top: 1px solid #555555;
}
#hinweis p{
    margin: 0;
}
#nav_cms{
    display: none;
}


/* images */
@media screen and (max-height: 700px){
    .arec_img img{
        max-height: 500px;
        width: auto;
    }
}

div.category{
    padding: 0; margin: 1em 0 1em 0;
    border: 1px solid rgb(200,200,200);
}
div.cat_img {
    position: relative;
    padding: 1em;
}
div.category .cat_content{
    padding: 0.5em 1em 0.7em 1em;
    background: #333333;
    color: rgb(200,200,200);
}
div.category .cat_content h3{
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
div.category h3 a:hover{
    text-decoration: underline;
}
div.category h3 span{
    display: block;
    padding-top: 0.2em;
    font-size: 0.8em;
    color: rgb(160, 160, 160);
}
div.category h3 a{
    display: block;
    color: #FFF;
    color: rgb(225, 225, 225);
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 0.1em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid rgb(100,100,100);
}
div.category small{
    color: rgb(150,150,150) !important;
}
div.category ul{
    margin: 0.2em 0 0 0;
    /* padding-left: 0.5em; */
}
div.category div.preis{
    color: #77B91B;
    color: rgb(225, 225, 225);
    font-family: Montserrat;
    font-weight: bold;
    font-size: 0.7em;
}
div.category a.infos{
    /*
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    */
    visibility: hidden;
    position: absolute;
    top: 0; left: 0; height: 100%; width: 100%;
    color: rgb(200, 200, 200);
    background: #FFF;
    font-weight: normal;
    font-size: 0.8em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    opacity: 0;
    text-decoration: none;
    overflow: hidden;
}
div.category a.infos div {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-size-adjust: 100%;
    text-align: center;
}
div.category a.infos li{
    list-style: none;
}
div.category:hover a.infos{
    visibility: visible;
    opacity: 1;
}
div.category img{
}
div.thumb img{
    border: 1px solid rgb(200,200,200);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 0.8em;
}
div.arec_img.border-top{
    border-top: 1px solid rgb(220,220,220);
    margin-top: 1.2em !important;
}

.arec_img a img:hover{
    opacity: 0.8;
}

.grayscale, .reference{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}
/* .tabs .reference{
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
}*/
#tabs .reference, .reference:hover{
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
}

.arec_img.reference:hover a img{
    opacity: 1;
}
#tabs .arec_img.reference:hover a img{
    opacity: 0.8;
}
.arec_img.reference:hover a div.loupe{
    display: none;
}
.border img, .reference img{
    margin-top: 1em;
    border: 5px solid rgb(230,230,230) !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#wrap_nav.fixed{
    position: fixed;
    z-index: 9950;
    top: 0;
}

div.video{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 0.5em;
}

div.video object{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p.preis{
    font-family: Montserrat;
    font-weight: bold;
    color: #000;
    font-size: 1.2em;
    color: #77B91B;
}
p.preis span{
    color: rgb(100,100,100);
    font-weight: normal;
    font-size: 0.7em;
    font-family: 'lexia';
}


div.content_img_large_left{
    height: 35vw;
}

div.content_img_large_left > div.img{
    position: absolute;
    width: 50%; height: 35vw;
    right: 50%;
}
div.content_img_large_left > div.img img{
    max-height: 35vw !important;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


div.content_img_large_left > div.text{
    position: absolute;
    height: 35vw; width: 480px;
    left: 50%;
}
div.content_img_large_left > div.text div.text-pos {
    width: 70%;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
}
div.content_img_large_left > div.text div.text-pos h3{
    padding-top: 0; margin-top: 0;
}

form .empty{
    color: #F00;
}

#header img.elf{
    float: right;
}
#header img.promote_it{
    float: left;
}

#login{
    width: 15em;
    margin: 5em auto 0 auto;
}
#login label{
    display: block;
    width: 100%;
    margin-top: 1em;
}
#login input{
    width: 100%;
}
#login input.submit{
    margin-top: 1em;
}
a.logout{
    margin: 2em auto 1em auto;
    width: 7em;
}
th.format_dec, td.format_dec{
    text-align: right;
}
th.Guthaben_unbestaetigt, th.Guthaben_bestaetigt{
    width: 7em;
}
th, td{
    cursor: default !important;
}

tr.zahlung_erhalten{
    color: rgb(12, 176, 1);
}

tr.überfällig{
    color: rgb(200, 1, 1);
}
/* mobile */
@media only screen
and (max-device-width : 667px) {

    html, body, input{
        font-size: 20px;
    }

    div.content{
        width: 85%;
        padding: 0;
    }

    #header img.elf{
        display: block;
        float: none;
        margin: 1em auto;
    }
    #header img.promote_it{
        display: block;
        float: none;
        margin: 1em auto;
    }

    a.logout{
        margin-top: 3em;
    }

    thead{
        display: none;
    }
    thead tr{
        display: block;
        border: none;
    }
    th{
        display: block;
        border: none;
    }

    /*thead tr:nth-child(2){
        display: none;
    }*/

    tr{
        display: block;
        margin: 0 !important;
        padding: 2.5em 0 2.5em 0!important;
    }
    td{
        min-height: 18.4px !important;
        display: block;
        text-align: right;
        max-height: inherit !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: inherit !important;
        overflow: inherit !important;
    }
    td::before{
        display: block;
        content: attr(data-label)":";
        font-weight: bold;
        float: left;
    }

    td:empty, tr.active td:empty{
        display: none;
    }

}