@charset "UTF-8";

/********* Seitenaufbau **********/

* {
    border: #999 0px dotted;
}

html, body {
    height: 100%;
}
.page_wrapper {
    width: 980px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
}

.header {
    position: relative;
    height: 196px;
    padding-top: 14px;
    z-index: 100;
}

.fixed_header {display:none;}

.header .fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2000;
	border-bottom: 1px solid #dfdfdf;
	transition: 0.5s ease-in;
	background-color: #fff;
    height: 90px;
    left: 0;
    display: block;
}

.fixed .topnav {
	border-bottom-width: 0px;
    padding: 31px 0 14px 31px;
}
a#logo { 
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    background: url('../img/site/logo.gif') no-repeat;
    margin-top: 32px;
}

a#logo_fixed { 
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    background: url('../img/site/logo_fixed.png') no-repeat;
    margin-top: 15px;
    margin-left: 28px;
}

a#logo span { display: none; }

.metanav {
    float: right;
    padding-top: 1px;
    padding-right: 3px;
}

.metanav li {
    float: left;
    margin-right: 15px;
}

.metanav a {
    color: #666;
    text-decoration: none;
    font-size: 13px;
}

.metanav a.active, .metanav a:hover { text-decoration: underline; }

#search_form {
    float: right;
}

.topnav {
    float: right;
    position: relative;
    border-bottom-width: 1px;
    padding: 39px 0 14px 23px;
    width: 805px;
}

.topnav li {
    float: left;
    padding: 9px 16px 2px 13px;
}

.topnav a {
    text-decoration: none;
    font-size: 17px;
    color: #000;
}

.topnav a.active, .topnav a:hover {
    color: #cc0000;
}

.topnav li.hover {
    background-position: top left;
    background-repeat: no-repeat;
}

.topnav li ul {
    display: none;
    position: absolute;
    margin-top: 26px;
    margin-left: -13px;
    padding-top: 4px;
    padding-bottom: 12px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.topnav li.hover ul { display: block; }

.topnav li ul li {
    float: none;
    padding: 0px 13px;
    font-size: 14px;
}

.topnav li ul li a {
    padding: 4px 0px;
    display: block;
    border-bottom: 1px #999 dotted;
    font-size: 14px;
    color: #666;
}

.topnav li ul li a.active, .topnav li ul li a:hover {
    color: #000;
}

.topnav li ul li.last a {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.nav_unternehmen ul, .nav_company ul { width: 184px; height: 175px; }

.nav_unternehmen:hover,
.nav_unternehmen:hover ul { background-image: url('../img/site/subnav/unternehmen.png'); }
.nav_company:hover,
.nav_company:hover ul { background-image: url('../img/site/subnav/company.png'); }

.nav_produkte, .nav_products { padding-right: 19px !important;}
.nav_produkte ul, .nav_products ul { width: 320px; height: 175px; }
.nav_produkte ul li, .nav_products ul li { float: left !important; width: 130px; }

.nav_produkte:hover, 
.nav_produkte:hover ul,
.nav_products:hover, 
.nav_products:hover ul { background-image: url('../img/site/subnav/produkte.png'); }

.nav_anwendungen, .nav_usecases { padding-right: 19px !important;}
.nav_anwendungen ul, .nav_usecases ul { width: 213px; height: 204px; }

.nav_anwendungen:hover, 
.nav_anwendungen:hover ul { background-image: url('../img/site/subnav/anwendungen.png'); }

.nav_applications ul { width: 213px; height: 249px; }
.nav_applications:hover, 
.nav_applications:hover ul { background-image: url('../img/site/subnav/usecases.png'); }

.nav_service { padding-right: 24px !important;}
.nav_service ul { width: 142px; height: 143px; }
.nav_service:hover, .nav_service:hover ul { background-image: url('../img/site/subnav/service.png'); }

#search {
    position: relative;
    display: block;
    background: #fff url('../img/site/header_search.gif') 122px 50% no-repeat;
    border: #cfcfcf 1px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius:20px;
    -opera-border-radius:20px;
    -khtml-border-radius:20px;
    border-radius:20px;
    width: 104px;
    padding: 2px 9px;
    padding-right: 33px;
    line-height: 16px;
    height: 17px;
}

#search_btn {
    position: absolute;
    width: 33px;
    height: 28px;
    margin: 0 0 0 120px;
}

.subnav {
    border-top-width: 1px;
    width: 180px;
    margin-top: 14px;
}

.subnav li {
    padding-left: 20px;
    border-bottom-width: 1px;
}

.subnav li a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 0 4px 0;
    color: #000;
}

.subnav_18,
.subnav_19,
.subnav_21,
.subnav_23,
.subnav_25,
.subnav_27,
.subnav_54,
.subnav_55,
.subnav_57,
.subnav_59,
.subnav_61,
.subnav_63 {
    border-bottom: 0px;
}

.subnav_18 a,
.subnav_19 a,
.subnav_21 a,
.subnav_23 a,
.subnav_25 a,
.subnav_27 a,
.subnav_54 a,
.subnav_55 a,
.subnav_57 a,
.subnav_59 a,
.subnav_61 a,
.subnav_63 a {
    padding: 3px 0;
}

.subnav li a:hover, .subnav li a.active {
    color: #cc0000;
}



.content {
    padding: 0 20px 70px 20px;
}

.small_content {
    padding-left: 170px;
}

.push { height: 100px; }

.footer {
    height: 100px;
    width: 980px;
    margin: 0 auto;
    font-size: 13px;
    color: #666;
}


.footer_sitemap {
    padding: 9px 20px 7px 20px;
    border-bottom: #bdbdbd 1px dotted;
    border-top-width: 1px;
    margin-bottom: 10px;
}

.footer_print {
    color: #000;
    background: url('../img/site/print.gif') right -1px no-repeat;
    padding-right: 32px;
    text-decoration: none;
    float: right;
}

.toggle_footer_sitemap {
    color: #000;
    background: url('../img/elements/arrows/updn.gif') left -3px no-repeat;
    padding-left: 32px;
    text-decoration: none;
    float: left;
}

.toggle_footer_sitemap_open {
    background-position: left -25px;
}

.sitemap_wrapper {
    display: none;
}

.sitemap {
    float: left;
}

.sitemap li {
    float: left;
    padding: 10px 24px 10px 0;
}

.sitemap li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.7;
}

.sitemap ul li {
    float: none;
    padding: 0px;
}

.sitemap ul li a {
    font-size: 13px;
    color: #666;
}

.sitemap_last {
    padding-top: 3px;
}

.sitemap_last li {
    padding-right: 0;
}

.sitemap_last li ul li a {
    color: #000;
}

.footer_content .copyright {
    float: right;
    padding-right: 20px;
}

.footer_content ul {
    float: left;
    padding-left: 20px;
    padding-bottom: 20px;
}

.footer_content li {
    float: left;
    padding: 0 14px 0 0;
}

.footer_content li a {
    color: #666;
}

.footer_content li a:hover { text-decoration: underline; }

/*********** Layer ***********/

.w_overlay {
    display: none;
    width: 100%;
    height:100%;
    background-color: #000;
    min-height: 1000px;
    position: absolute;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.w_layer {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px #666;
    -moz-box-shadow: 0 4px 20px #666;
    -o-box-shadow: 0 4px 20px #666;
    box-shadow: 0 4px 20px #666;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -opera-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
    padding: 15px;
    
    position: absolute;
    position: fixed;
    left:50%;
    top:50%;
    margin-left: -301px;
    margin-top: -130px;
    padding: 40px;
    width: 520px;
    border: #f4f4f4 3px solid;
    z-index: 2100;
}


/*Cookie Layer*/
.my_cookielayer_button_save{
    border:1px solid #cc0000 !important;
    text-decoration: none;
}

.my_cookielayer_button_save:hover{
    border:1px solid #cc0000 !important;
     background: #cc0000;
     color: #fff;
     text-decoration: none;
}

.my_cookielayer_button_accept_all{
     border:1px solid #cc0000 !important;
     background: #cc0000;
     color: #fff;
     text-decoration: none;
}

.my_cookielayer_buttons{
    margin: 20px 0px !important;
}

@media (max-width: 768px){
    .my_cookielayer_settings_section{
        padding: 0px 0px 20px 0px!important;
    }

    .my_cookielayer_settings_section a{
        right: 0px !important;
    }

    .my_cookielayer{
        padding: 0px !important;
    }
    .my_cookielayer_settings{
        padding: 0 20px !important;
    }

    .my_cookielayer_header{
        padding: 40px 20px 20px !important;
    }

    .image-overlay{
        background:none;
        width: auto;
        position: relative;
        top: -3px;
        margin: 0 auto;
    }

}

@media (max-width: 320px){
    .my_cookielayer_button_save,
    .my_cookielayer_button_accept_all{
        width: 200px !important;
    }
    .my_cookielayer_settings_section{
        padding: 0px 50px 20px 0px!important;
    }

    .image-overlay th {
        font-size: 14px;
    }
}
  