@media only screen and (max-width: 580px) {
    html {
        background: grey;
    }

    body {
        background: none;
        width: 100%;
        overflow-x: hidden;
        -webkit-text-size-adjust: none;
    }

    body.news #header,
    #header {
        height: 50px;
        background: #004883;
        width: 100%;
    }

    #container {

        width: 100%;
        background: #fff;
    }

    #content {

    }

    div#buehne_content.bcstartpage .stage,
    #spalte_mitte.formular .formelement,
    div.content_zweispaltig div.spalte_l,
    body.breit #spalte_mitte p,
    body.breit #spalte_mitte,
    body.bigvisual #spalte_rechts,
    div.content_zweispaltig div.spalte_r,
    div.content_zweispaltig div.spalte_l,
    div#buehne_content.bcstartpage .stageItems,
    #buehne_content,
    #buehne,
    #pagefooter,
    #banner,
    #topnavi,
    #content,
    .home #inhalt,
    .spalten,
    .topnavi_content {
        width: auto;
    }

    #buehne {
        overflow: visible;
        width: 100%;
    }

    .topnavi_content {
        height: auto;
    }

    #metanavi {
        padding: 0;
    }

    #metanavi li {
        display: none;
    }

    #metanavi #global {
        display: none;
    }

    #pagefooter .footerMetaNavi li a {
        font-size: 16px;
        line-height: 40px;
    }

    .footerMetaNavi li {
        position: relative;
        color: #fff;
        display: block;
        line-height: 40px;
        border-top: 1px solid #99B4CB;
    }

    /* Footer */
    #contentfooter div.rechts {
        margin: 0;

    }

    #pagefooter {
        background: #fff;
        margin: 0;
        left: 0;
        width: 100%;
    }

    #pagefooter div.links {
        position: absolute;
        bottom: -45px;
        background: #808080;
        display: block;
        width: 100%;
        height: 45px;
        text-align: center;
        margin: 0;
    }

    #pagefooter .links span {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding-top: 10px;
    }

    #pagefooter .links a {
        display: none;
    }

    #pagefooter .links {
        position: absolute;
        bottom: 0;
        display: block;
    }

    #pagefooter .rechts span {
        display: none;
    }

    #pagefooter ul li a {
        padding-left: 5px;
    }

    #pagefooter .rechts a {
        position: relative;
        display: block;
        width: 100%;
        line-height: 40px;
        border-top: 1px solid #99B4CB;
        font-size: 16px;
    }

    #pagefooter div.rechts {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-left: 10px;
    }

    #rss_feed,
    .footerMetaNavi #global a {
        background: none;
        margin: 0;
        padding: 0 0 0 10px;
        float: none;
    }

    .dropdown_liste_linkcontainer {
        border-top: 1px solid #99B4CB;
    }


    #metanavi .dropdown_liste_linkcontainer li {
        display: block;
        margin-left: 0;
        max-width: 95px;
        border: 1px solid #99B4CB;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(58%, rgba(255, 255, 255, 0.58)), color-stop(100%, rgba(227, 227, 227, 1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e3e3e3', GradientType=0); /* IE6-9 */
    }

    #ddsprache_dropdown_liste .dropdown_liste_linkcontainer li a span {
        font-size: 14px;
    }

    #fontsizeswitcher {
        display: none;
    }

    /* Languageswitcher */
    #language {
        background: url('/media/_administration/mobile/img/mobile-button-default.png') no-repeat 0 0 transparent;
        right: 10px;
        top: 5px;
        height: 40px;
        width: 50px;
    }

    div.dropdown_width_sprache {
        width: 45px;
    }

    #language div.dropdown_liste a {
        padding: 10px;
    }

    #language div.dropdown_liste {
        background: url('/media/_administration/images/layout/dropdown/dropdown_bg.gif') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    #language div.dropdown_liste a.gewaehlte_sprache:hover,
    #language div.dropdown_liste a.gewaehlte_sprache {
        background: url('/media/_administration/mobile/img/arrow-open.png') center right transparent no-repeat;
        padding-right: 25px;
        margin-right: 10px;
        padding-left: 12px;
    }

    #language a.gewaehlte_sprache:hover,
    #language a.gewaehlte_sprache {
        background: url('/media/_administration/mobile/img/arrow.png') center right transparent no-repeat;
        font-weight: bold;
        color: #fff;
    }

    #language a.gewaehlte_sprache {
        color: #fff;
        font-size: 14px !important;
        margin: 10px 0;
        padding-left: 5px;
        display: block;
        text-transform: uppercase;
    }

    /* searcharea */
    .suchfeld_label {
        display: none;
    }

    .search {
        background: url('/media/_administration/mobile/img/search-white.png') no-repeat center right transparent;
        width: 25px;
        height: 20px;
        right: 70px;
        padding: 5px;
        position: absolute;
        z-index: 12;
        cursor: pointer;
    }

    #suchfeld {
        background-color: #ffffff;
        border: 0;
        overflow: hidden;
        text-indent: -9999px;
        right: 0;
        top: 50px;
        padding-top: 2px;
        position: absolute;
        z-index: 11;
        width: auto;
        height: 40px;
    }

    .search-area-close {
        transition: width 2s;
        -webkit-transition: width 2s;
        max-width: 0;
    }

    .search-area-open {
        border: 1px solid #EBEBEB !important;
        text-indent: 0 !important;
        max-width: 318px;
        min-width: 318px;
    }

    #suchfeld.active input.text,
    #suchfeld input.text {
        width: 253px;
        height: 30px;
        font-size: 16px;
        padding-left: 5px;
        margin-left: 7px;
    }

    #suchfeld.active {
        border: 0;
        margin: 0;
        padding: 0;
    }

    #suchfeld.active input.image_active,
    #suchfeld input.image {
        display: block;
        float: right;
        height: 35px;
        width: 35px;
        margin-right: 5px;
    }

    #suchfeld input.image, #suchfeld input.image_active {
        top: auto;
    }

    /* Search JS CSS*/
    .js-searchnaviopen {
        margin-top: 50px !important;
    }

    /* Searchbox */
    .searchbox_pressreleases {
        left: 0;
        margin-right: 0;
    }

    div.dropdown_width_236 {
        width: 100%;
    }

    body.news #banner {
        background: url('/media/_administration/mobile/img/slider-overlay.png') no-repeat 0 0 transparent;
        position: relative;
        height: 30px;
        margin-bottom: 0;
        margin-top: 65px;
        width: 100%;
    }

    /* Topnavi */
    .searchtopnaviopen {
        margin-top: 30px;
    }

    #topnavi {
        background: url('/media/_administration/mobile/img/slider-overlay.png') no-repeat center bottom transparent;

        background-size: cover;
        position: relative;
        height: 30px;
        margin-bottom: 0;
        margin-top: 65px;
        width: 100%;

    }

    #topnavi ul {
        position: relative;
        top: 10px;
        left: 0;
    }

    #topnavi ul li {
        border-top: 1px solid #99b4cb;
        float: none;
        display: block;
        padding: 15px 0 15px 0;
        text-transform: lowercase;
    }

    /* Top Navigation Content */
    #topnavi li a {
        background: url('/media/_administration/mobile/img/arrow-blue.png') no-repeat center right transparent;
        border: 0;
        color: #004883;
        font-size: 20px;
        font-weight: normal;
        margin: 0;
        display: block;
        width: 100%;
    }

    #topnavi li a:hover {
        border: 0;
    }

    #topnavi li a.active {
        border: 0;
        text-transform: uppercase;
    }

    #kb_logo {
        float: none;
        display: block;
        width: 100%;
        max-height: 70px;
        position: absolute;
        top: -58px;
        margin: 0;
        height: 70px;

    }

    #kb_logo img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: auto;
        max-height: 68px;
        position: relative;
        top: 25%;
    }

    /* Inhalt */
    .home #inhalt {
        margin: 0;
    }

    /* Banner */
    #banner img {
        width: 100%;
        height: auto;
    }

    #banner {
        height: auto;
        min-height: 100%;
        width: 100%;
    }

    .boxinhalt img.banner {
        width: 100%;
        height: auto;
        left: 0;
    }

    /* Subnavi */
    #subnavi * {
        line-height: 20px;
    }

    #subnavi ul li .js-active-path-close {
        background: url('/media/_administration/mobile/img/sprite-plus.png') no-repeat 15px 13px transparent;
        position: absolute;
        right: 0;
        top: 4px;
        width: 40px;
        height: 40px;
        z-index: 2;
        cursor: pointer;
    }

    #subnavi ul li .js-active-path-open {
        background: url('/media/_administration/mobile/img/sprite-plus.png') no-repeat 15px -22px transparent;
        position: absolute;
        right: 0;
        top: 4px;
        width: 40px;
        height: 40px;
        z-index: 2;
        cursor: pointer;
    }

    #subnavi ul li a.active_path {
        padding: 15px 0 15px 10px;
        min-height: 20px;
        background: none;
        border: 0;
    }

    #subnavi ul li a:hover {
        border: none;
        padding: 15px 0 15px 10px;
    }

    #subnavi ul li a:hover,
    #subnavi ul li a.path:hover,
    #subnavi ul li a {
        background: none;
        border: 0;
        color: #004883;
        font-weight: normal;
        display: block;
    }

    #subnavi ul li a.path:hover,
    #subnavi ul li a.path {
        background: url('/media/_administration/mobile/img/arrow-left.png') 10px center transparent no-repeat;
        padding-left: 25px;
        padding: 15px 0 15px 25px;
        font-weight: bold;
    }

    #subnavi ul li ul li a.path:hover,
    #subnavi ul li ul li a.path {
        background: url('/media/_administration/mobile/img/arrow-left.png') 10px center transparent no-repeat;
        padding-left: 25px;
        padding: 15px 0 15px 25px;
        font-weight: bold;
        border:none;
        width: 80%;
    }

    #subnavi ul li ul li ul li a.active {

        padding-left: 30px;
        width: 50%;
    }


    #subnavi {
        margin: 0;
        width: 100%;
    }

    .rechts a span.linie,
    .footerMetaNavi li a span.linie,
    .topNavigation li a span.linie,
    #subnavi ul li a span.linie {
        background: url('/media/_administration/mobile/img/arrow-blue.png') no-repeat center right transparent;
        left: auto;
        height: 45px;
        width: 10px;
        top: 3px;
        right: 0;
        margin-right: 10px;
    }

    .rechts a span.linie {
        display: block !important;
        left: auto;
        line-height: 1px;
        position: absolute;
        top: 0;
        right: 0px;
    }

    .footerMetaNavi li a span.linie,
    .topNavigation li a span.linie {
        display: block;
        font-size: 1px;
        left: auto;
        line-height: 1px;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 10px;
    }

    #subnavi ul li a:hover {
        color: #6F7072;
    }

    #subnavi ul li a.active_path:hover {
        background: none;
        color: #004883;
        font-weight: bold;
    }

    #subnavi ul li ul li a:hover {
        padding-left: 20px;
    }

    #subnavi ul li a:hover span.linie {
        background: none;

    }

    #subnavi ul li {
        position: relative;
        border-bottom: 1px solid #99B4CB;
        min-height: 20px;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(58%, rgba(255, 255, 255, 0.58)), color-stop(100%, rgba(227, 227, 227, 1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e3e3e3', GradientType=0); /* IE6-9 */
    }

    #subnavi ul li a {
        font-size: 16px;
        text-transform: uppercase;
        padding: 15px 0 15px 10px;
        width: 290px;
    }

    #subnavi ul li.naviclose {
        display: none;
    }

    #subnavi ul li.naviopen {
        display: block;
    }

    #subnavi .active_path_open ul {
        display: block;
    }

    #subnavi ul li ul li a {
        font-size: 13px;
        padding-left: 20px;
    }

    #subnavi ul li ul li a.active {
        background: none;
        border: 0;
        padding: 15px 0 15px 20px;
    }

    #subnavi ul li ul li ul li a {
        padding-left: 19px;
    }
    #subnavi ul li ul li ul li a:hover {
        padding-left: 19px;
    }

    /* Hauptnavigation */
    .topNavigation {
        padding: 0;
        position: relative;;
        width: 100%;
        border-bottom: 1px solid #99B4CB;
    }

    .topNavigation li {
        width: 100%;
    }

    .topNavigation li a {
        color: #004883;
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        text-decoration: none;
        padding: 15px 0 15px 10px;
    }

    .topNavigation li {
        display: block;
        position: relative;
        border-top: 1px solid #99B4CB;
        min-height: 20px;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(58%, rgba(255, 255, 255, 0.58)), color-stop(100%, rgba(227, 227, 227, 1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(227, 227, 227, 1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e3e3e3', GradientType=0); /* IE6-9 */
    }

    /* Spalten */
    #spalte_rechts,
    #spalte_mitte,
    #spalte_links {
        width: 100%;
    }

    #spalte_links {
        padding-top: 0;
    }

    body.home #spalte_mitte {
        margin-top: -3px;
    }

    #spalte_mitte img.input_text_rechts {
        width: auto;
    }

    #spalte_mitte #kontakte {
        margin-top: 80px;
        top:0;
    }

    #spalte_mitte #auswahl {
        top: 0;
        margin-left: 10px;
        width: 94%;
    }

    #spalte_mitte #auswahl .dropdown_liste {
        width: 100%;
    }


    #home_news,
    #spalte_rechts {
        padding-left: 0;
        padding-top: 0;
    }
    #home_news {
        margin-bottom: 20px;
    }

    #spalte_rechts {
        border-top: 2px solid #CACACB;
    }

    body.bigvisual #spalte_rechts {
        margin-top: 0;
        padding-top: 0;
    }

    .dropdown_liste {
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        height:80px;
    }

    .dropdown_liste .dropdown_u{

        position: relative !important;
        background:none !important;
    }

    div.dropdown_top a {
        background: transparent url('http://firstspirit-show.arithnea.de:8080/kbdev/media/_administration/images/layout/dropdown/dropdown_top.gif') no-repeat;
        background-size: 99% 20px;
        line-height: 20px;
        height: 20px;
        padding-left: 5px;
        display: block;
        text-decoration: none;
    }

    div.dropdown_top {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    body.global_country #spalte_mitte,
    body.breit #spalte_mitte,
    #spalte_mitte {
        padding: 0;
        min-height: inherit;
        margin-top: 20px;
        width: 100%;
    }

    #spalte_mitte .news_mitte p.date {
        font-size: 16px;
    }

    div#home_news p.date {
        padding-top: 15px;
    }

    #spalte_mitte h3 {
        font-size: 16px !important;
        line-height: 22px;
    }

    #spalte_links ul li ul {
        display: none;
        border-top: 1px solid #99B4CB;
    }
    ul.standard {
        margin-left: 5px;

    }

    ul.standard li {
        position: relative !important;;
        display: block !important;
        font-size: 16px;
        line-height: 22px;
        background-positon: 0 4px !important;
    }

    .imagebox3 {
        background: url("/media/_administration/images/layout/bg/bg_box_3~1.gif")_no-repeat scroll left top rgba(0, 0, 0, 0);
    }

    .imagebox3 img {
        width: 93%;
    }

    .imagebox3,
    .imagebox2 {
        width: 95%;
        height: auto;
        margin: 0;
        padding: 0;
        left: 0;
        /*   border-top: 1px solid darkgray; */

    }
    .teaser ul.filelist li.file {
        padding-right: 0;
        padding-left: 8px;
    }


    #spalte_mitte .imagebox2 img {
        width: auto;
        height: auto;
    }

    .imagebox2 img.bild {
        margin: 10px;
    }

    .imagebox2 {
        background: none;
    }

    .box1 .boxinhalt p {
        width: auto;
    }
    .suchnavi_unten {
        margin-bottom: 17px;
        margin-top: 8px;
    }

    /*default*/
    .home #inhalt,
    #inhalt {
        margin-top: -20px;
        clear: both;
        overflow: visible;
        width: 100%;
    }

    .subheadline {
        clear: both;
    }

    #spalte_mitte img {
        /*width: 125px;*/
        height: auto;
    }


    .box1 {
        width: auto;
    }

    .box2 {
        background: none;
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
    }

    .box2 .boxbottom {
        background: none;
    }

    .box3 {
        background: url("/media/_administration/images/layout/bg/bg_box_blau3.gif")_no-repeat scroll left top rgba(0, 0, 0, 0);
        padding: 0;
        margin: 0;
        width: 100%;
        left: 0;
    }

    .box3 .boxbottom {
        /*   background: url('/media/_administration/images/layout/bg/bg_box_blau3.gif') no-repeat scroll left bottom transparent;*/
        background: none;
    }

    .box3.firstbox.calcHeightBox {
        width: 100%;
    }

    #spalte_mitte .nobg h3 {
        padding: 15px 0 5px;

    }
    /*
        .video_playbutton,
        .lupe {
           // display: none;
        }*/
    .lupe img {
        height: 11px !important;
        width: 11px !important;
    }
    .imagebox2.rightbox.textbild {
        width: 250px;
    }
    /* Search Layer */
    #suche_layer_big {
        border-bottom: 1px solid #CACBCB;
        width: 100%;
        right: auto;
        top: 50px;
        left: 0;
    }

    #suche_layer_big .suche_top {
        margin-bottom: 10px;
        padding-top: 5px;
    }

    div#suchergebnis {
        width: auto;
    }

    #suche_layer_big .suche_bottom a img {
        width: 100%;
    }

    /* Tables */
    tr {
        height: 40px;
    }

    div.tablebox table tbody th {
        width: 145px;
    }

    .tablebox {
        padding-right: 0;
        overflow: scroll;
        margin: 0 10px;
    }

    /* imagesdescription */
    .bildunterschrift {
        min-height: 25px;
    }

    /* Teaser */
    /*.teaser {*/
    /*border-top: 1px solid #CACBCB;*/
    /*}*/
    .teaser h2 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .teaser.dklblau {
        background: #0e4f85;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .teaser.hellblau {
        background: #dce3e9;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .teaser_contact_header {
        display: none;
    }

    .teaser.hellblau img,
    .teaser.dklblau img {
        width: 100%;
        height: auto;
    }

    body.brand_home .teaser.grau {
        margin-top: 0px;
    }

    /* Contact */
    #spalte_rechts div.contact {
        margin-top: 0;
    }

    body.home #contentfooter {
        height: 40px;
        padding: 0;
    }

    #contentfooter {
        padding: 20px 0 0 0;

    }

    /* Links */
    #spalte_mitte .spalte_r {
        border-top: 1px solid #CACBCB;
        margin-top: 10px;
        padding-top: 10px;
        margin-left: 0;
    }

    /* Slideshow */
    div#buehne_content .stage_information {
        width: 100%;
        left: 0;
        top: auto;
        bottom: 0;
        background: #ffffff;
        min-height: 40px;
        margin: 0;
        height: 0;
        padding: 0;
    }

    div#buehne_content .stage_information h1 {
        font-size: 12px;
        min-height: 0;
        width: auto;
        padding: 0 0 0 10px !important;
        line-height: 15px;
    }

    div#buehne_content.bcstartpage .stageThumbs {
        display: none;
    }

    #buehne_content .stage img {
        width: 100%;
        height: auto;
    }

    div#buehne_content #swf.stage_information {
        height: auto;
        width: 288px;
    }

    div#buehne_content.bcstartpage .stageItems a.stageItem .swf_container {
        top: -118px;
        height: 160px;
    }

    div#buehne_content.bcstartpage .stageItems {
        height: 200px;
    }

    div#buehne_content .stage_button {
        background: none;
        border: 0;
        right: 0;
        bottom: 0;
        left: auto;
    }

    div#buehne_content .stage_button span {
        text-shadow: none;
        color: #6F7072;
        margin-top: 10px;
    }

    #Slideshow {
        width: 100%;
        height: 115px;
        display: none;
    }

    #Slideshow embed {
        width: 300px;
        height: 160px;
    }

    div#buehne_content.bcstartpage .stageItems a.stageItem .swf_container {
        left: 0;
        width: 300px;
    }

    div#buehne_content.bcstartpage .stage {
        border-bottom: 1px solid #CACACB;
    }

    /* calendar */
    #calendar {
        padding: 0;
        margin: 10px 0;
        display: none;
    }

    #calendar_container {
        width: auto;
    }

    #calendar_days .week_day,
    #calendar_days .day {
        width: 43px;
    }

    .calendar_current {
        width: 88%;
        height: 25px;
        padding-top: 9px;
    }

    .calendar_next {
        margin: 12px 5px 0 0;
    }

    .calendar_prev {
        margin: 12px 0 3px 5px;
    }

    /* search */
    .searchbox_calendar {
        margin: 0;
        left: 0;
    }

    div.dropdown_width_113 {
        width: 100%;
    }

    div.dropdown_width_downloadcenter div.dropdown_liste {
        width: 100%;
        padding-left: 0;
    }

    .searchbox_download input.input_text {
        margin: 0;
        width: 196px;
    }

    .searchbox_download {
        padding: 10px 5px 5px;
        margin: 0;
        left: 0;
        margin-bottom: 20px;
    }

    div.dropdown_width_downloadcenter {
        margin: 0;
        width: 100%;
    }

    .formelement.fixWidth {
        width: 100% !important;
    }

    .shadow_bottom img {
        width: 100%;
    }

    /* print */
    a.print {
        display: none;
    }

    /* socialbookmarks */
    #ddsprache_dropdown_liste ul li a:hover {
        width: auto;
        background: none;
    }

    #somed {
        bottom: 0;
        top: auto;
        width: 100%;
        height: 47px;
        display: block !important;
        border: 0;
        padding: 0;
    }

    #somed ul.somed_list li {
        height: 32px;
        width: 32px;
        margin-left: 2%;
        margin-right: 2%;
    }

    .somed_toggle {
        display: none;
    }

    #somed ul.somed_list li img {
        height: 32px;
        width: 32px;
    }

    #somed a.somed_toggle {
        display: none;
    }

    /* Naviopen*/
    .naviopen {
        display: block;
    }

    /* Input */
    .searchbox_pressreleases input.input_text {
        margin-left: 0;
    }

    /* Image Map */
    map {
        display: none;
    }

    /* Dropdown */
    div.dropdown_width_standard {
        width: 94%;
        z-index: 0;
    }

    div.dropdown_width_standard div.dropdown_liste {
        width: 94.5%;
        overflow-y: hidden;
    }

    .formular .formelement textarea {
        background: none;
        width: 94%;
        border: 1px solid #ccc;
    }

    .formular input.input_text {
        background: none;
        border: 1px solid #cacacb !important;
        width: 93%;
        /*height: 30px;*/
    }

    .formbuttons.button {
        position: relative;
        top: 4px;
    }

    .searchbox_pressreleases .input_text_rechts {
        display: none;
    }

    .formular .formelement img {
        display: none;
    }

    #spalte_mitte.formular .formelement {
        padding: 0 !important;
        margin: 0 0 0 10px;
        width: 97%;
    }
    .formular label {
        padding: 0 10px;
        width: auto;
    }
    #spalte_mitte .formelement.varWidth {
        clear: both;
        margin: 0 10px;
    }
    .abstand_sml {
        padding-top: 20px !important;
    }

    #spalte_links h1 {
        display: none;
    }

    #pagefooter div.rechts a, #pagefooter div.rechts span {
        margin-left: -10px;
        padding-left: 10px;
    }

    #home_quicklinks ul.linklist li.pfeil a {
        background: url('/media/_administration/mobile/img/arrow-right.png') center right transparent no-repeat;
        font-size: 16px;
        padding-left: 0;
    }

    #spalte_mitte .news_mitte p a,
    ul.linklist a {
        font-size: 14px;
    }

    #home_quicklinks {
        display: none;
        width: 100%;
    }

    #home_quicklinks ul {
        padding: 0;
    }

    #home_quicklinks li.pfeil {
        border-bottom: 1px solid #cacacb;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #spalte_mitte .news_mitte {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    div.bx-wrapper {
        max-width: 95% !important;
    }
    ul.linklist li.pfeil a,
    .teaser ul.filelist a {
        font-size: 16px;
        line-height: 22px;
        background-position: 2px 7px;
    }

    ul.linklist li.pfeil a {

        padding-bottom: 5px;
        padding-top: 0px;
    }

    /* Mobile Navigation */
    .mobile-navi {
        background: url('/media/_administration/mobile/img/mobile-button.png') no-repeat 0 0 transparent;
        display: block;
        position: absolute;
        top: -110px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        left: 10px;
    }

    #topnavi ul.mobile-navi-open {
        background: #fff;
        position: absolute;
        padding-right: 10px;
        box-shadow: 2px 2px 2px #888;

    }

    #topnavi .topnavi_content ul {
        background: #fff;
        position: absolute;
        transition: 0.5s ease;
        width: 0;
        overflow: hidden;
        padding-top: 15px;
        top: -65px;
        left: 0;
    }

    #topnavi .topnavi_content ul li {
        padding-left: 10px;
    }

    #topnavi .topnavi_content .mobile-navi-open {
        transition: 0.5s ease;
        width: 250px;
    }

    #language div.dropdown_liste {
        left: auto;
        top: 0;
        right: -5px;
        min-width: 95px;
        padding-bottom: 0;
    }

    /* Fonts */
    h1 {
        font-size: 26px;
        line-height: 30px;
    }

    h2 {
        font-size: 22px;
        border-top: 1px solid #CACBCB;
        line-height: 26px;
        margin-top: 10px;
        padding-top: 10px;
    }

    h3 {
        font-size: 16px !important;
    }

    a.fliesstext,
    p {
        font-size: 16px;
        line-height: 22px;
    }

    /* Descriptions */
    #spalte_mitte .bildunterschrift p {
        font-size: 14px!important;
        line-height: 22px!important;
        padding: 0 !important;
        -webkit-text-size-adjust: none;
    }

    .linkpackage {
        font-size: 14px;
    }

    /* iFrame */
    .iframe-wrapper {
        overflow: scroll;
        -webkit-overflow-scrolling: touch; /* Fix for IOS */
        width: 100% !important;
    }

    #inhalt iframe.iframe {
        width: 100% !important;
        min-height: 500px !important;
    }

    .abstand,
    .teaserlinie {
        border: 0;
        margin: 0;
        height: auto;
        padding: 0;
    }

    /* Right */
    .rightbox {
        float: none;
    }

    ul.linklist {
        padding: 0 10px !important;
    }

    #spalte_mitte .imagebox2 .boxbottom,
    #spalte_mitte .rightbox.imagebox2 .boxbottom {
        background: none;
    }
    div#map-canvas {
        width: 100% !important;
    }


    div#karte_content {
        display: none;
    }

    /* Image disabled */
    /*.imagebox2 img,
    .box2 img {
        display: none;
    }
       */
    /* Zoom */
    .zoom_popup {
        left: 0 !important;
        width: 98%;
        padding: 0;
        margin: 5px;
        z-index: 1 !important;
    }

    .zoom_popup img {
        width: 100%;
        height: auto;
    }

    .zoom_popup p {
        width: auto !important;
    }

    .zoom_popup img.zoom {
        margin: 0;
    }

    .close img {
        width: 18px;
    }

    /* Brands */
    .home_header {
        display: none;
    }

    .global_country #content {
        margin: 0;
        margin-top: 110px;
        position: inherit;
    }

    #karte {
        display: none;

    }

    div#reiter_bg, div#reiter_links {
        top: 245px;
    }

    div#laenderliste_bottom {
        display: none;
    }

    div#laenderliste_top {
        width: auto;
        background: none;
        margin-top: 40px;
        padding: 10px;
    }

    body.global_country div#laenderliste_top a {
        font-size: 18px;
        float: none;
        width: 90%;
        line-height: 22px;
        background-position: 0 8px;
        clear: both;
    }

    body.global_country div#popups {
        left: 0 !important;
        top: 315px !important;
        width: 100% !important;
        position: absolute !important;
        height: auto !important;
        min-height: 210px !important;
        overflow: visible !important;
    }

    /* Popup definition */
    body.global_country div#popups div {
        /* position: absolute; */
        width: 100%;
    }

    #popup_aus {
        top: 40px;
    }

    .global_brand #pagefooter,
    .global_country #pagefooter {
        padding: 0;
    }

    body.news.global_brand .kb_logo_global img,
    body.news.global_country .kb_logo_global img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: auto;
    }

    body.news.global_brand #header,
    body.news.global_country #header {
        height: 50px;
    }

    body.news.global_brand #spalte_rechts .teaser,
    body.news.global_country #spalte_rechts .teaser {
        margin: 0;
    }

    body.news.global_brand .kb_logo_global,
    body.news.global_country .kb_logo_global {
        margin: 25px 0 0;
        padding-top: 73px;
    }

    div#laenderliste {
        position: relative;
        width: auto;
        margin-top: 565px;
        margin-bottom: 10px;
        left: 0;
    }

    div#reiter_bg ul li,
    div#reiter_links ul li {
        width: 150px;

    }

    body.news.global_brand #banner,
    body.news.global_country #banner {
        margin-top: 48px;
    }

    body.news.global_brand #inhalt {
        width: auto;
        padding: 10px;
    }

    .news.global_brand #spalte_mitte {
        width: 100%;
        padding-top: 180px;
    }

    .news.global_brand #content {
        margin: 0;
    }

    body.news #banner_headline {
        top: 135px !important;
        padding: 0 !important
    }

    #banner_headline h1,
    #banner_headline h2 {
        margin: 0 0 -10px;
        border: 0;
        padding: 0 !important;
        font-size: 20px;
    }
	
	#banner_headline_right {
        width: 100%;
        left: 0;
        top: auto;
        bottom: 0;
        background: #ffffff;
        min-height: 40px;
        margin: 0;
        height: 0;
        padding: 0;
    }

    #banner_headline_right  {
        font-size: 12px;
        min-height: 0;
        width: auto;
        padding: 0 0 0 10px !important;
        line-height: 15px;
    }

    a.marke {
        width: 47%;
        margin-left: 0;
        margin-right: 5px;
        margin-bottom: 5px;
        border: 1px solid #ccc;
        background: none;
        background-color: #f5f5f5;
    }

    body.news.global_brand h3,
    body.news.global_brand h2,
    body.news.global_brand h1,
    body.news.global_brand p,
    body.news.global_brand #spalte_rechts p.date {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    h3,
    h2,
    h1,
    p {
        padding: 10px !important;
    }

    map + img {
        width: 100%;
        margin-bottom: 10px;
    }

    .iframe-wrapper {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .kb_logo_klein {
        display: none;
    }

    /* Bandix */
    #header .marken_logo_neu {
        width: 100%;
        top: 50px;
        z-index: 1;
    }

    #header .marken_logo_neu a {
        display: block;
        margin: 0 auto;
        width: 50%;
    }
    #spalte_mitte .box3.float_l .boxinhalt {
        padding: 0;
        height: auto !important;
    }
    #spalte_mitte .box3.float_l {
        border-top: 4px solid #5683b7;
        padding-top: 9px;
        background: #ffffff;
        border-left: 1px solid darkgrey;
        border-right: 1px solid darkgrey;
        border-bottom: 1px solid darkgrey;
        width: auto !important;
        margin: 10px;
        padding-bottom: 10px;
    }
    #spalte_mitte .calcHeightContainer {
        /*padding-top: 10px;*/
        background: #ffffff;
        margin-bottom: 10px;
    }

    /*
        Searcharea
    */
    div#suchergebnis h3 {
        line-height: 22px !important;
    }

    div#suchergebnis li p {
        font-size: 14px !important;
    }

    div#suchergebnis li a {
        font-size: 14px !important;
    }

    #suche_layer_sml {
        width: 100%;
        right: 0;
        top: 50px;
    }

    #suche_layer_big .suche_bottom {
        width: 100%;
        height: 30px;
        margin: 0;
        background: #2F2F2F;
    }

    #suche_layer_sml .suche_bottom {
        width: 100%;
        height: 30px;
        margin-top: -7px;
        background: #2F2F2F;
    }

    #suche_layer_big .suche_bottom a,
    #suche_layer_sml .suche_bottom a {
        display: block;
        margin: 0 auto;
        width: 216px;
        padding-top: 10px;
    }

    #suche_layer_big .suche_top a {
        top: 15px;
    }

    #marke_popup_hasse_wrede,
    #marke_popup_truck_services,
    #marke_popup_nyab,
    #marke_popup_Sigma,
    #marke_popup_westinghouse,
    #marke_popup__ {
        left: 87px !important;
    }

    #marke_popup_bendix,
    #marke_popup_bendix_spicer,
    #marke_popup_ife,
    #marke_popup_merak,
    #marke_popup_railservices,
    #marke_popup_Sydac,
    #marke_popup_zelisko {
        left: 5px !important;
    }
    #spalte_mitte.marke_disabled .marke img,
    #spalte_mitte.marke_enabled .marke img {
        width: 90% !important;
    }

    #spalte_mitte .formelement p {
        padding: 0 !important;
    }
    #spalte_mitte.formular p.characters_left {
        margin-right: 10px;
    }
    label.abstand {
        padding-bottom: 15px !important;
    }
    #your_contact {
        margin: 10px;
    }
    #your_contact  p,
    #your_contact  p b {
        font-size: 12px;
    }
    .boxinhalt img.bg {

        margin-top: 10px;
    }

    .imagebox2{
        margin-left: 10px;
    }

    .boxinhalt{
        height: 100%!important;
        padding: 0 10px;
    }

    #ddsprache_dropdown_liste{
        overflow: visible;
    }
    .box2 .boxinhalt h1,
    .box2 .boxinhalt h2,
    .box2 .boxinhalt h3,
    .box2 .boxinhalt h4,
    .box2 .boxinhalt h5,
    .box2 .boxinhalt h6,
    .box2 .boxinhalt p,
    .box2 .boxinhalt img,
    .box2 .boxinhalt .linklist,
    .box2 .boxinhalt img + h3 + p,
    .box2 .boxinhalt img + h3,
    .box2 .boxinhalt img + h2 + p,
    .box2 .boxinhalt img + h2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
    }
    #spalte_mitte h1 + .imagebox2.rightbox .texbild a img {
        margin-left: 0;
    }

    /*
     *   06.05.2015 Jinjin Li
     *
    */

    #spalte_rechts>.teaser.transparent{
        margin-left: 11px;
        padding-top: 10px;
    }

    .bx-wrapper .bx-controls-direction a{
        top:initial;
        bottom:-40px;
    }

    div.dropdown_container{
        z-index: initial;
    }

    div.press_release h2{
        font-size: 22px;
    }

    .bx-wrapper .bx-controls-direction a{
        top:30%;
    }

    div.press_release p.date{
        font-size: 16px;
    }

}

@media only screen and (max-width: 450px) {
    .bx-wrapper .bx-controls-direction a{
        top:25%;
    }

}

@media only screen and (max-width: 350px) {
    .bx-wrapper .bx-controls-direction a{
        top:20%;
    }

}
