@media handheld, only screen and (max-width: 760px) {

    .p_outer {
        padding: 0;
    }

    BODY {
        background-image: none;
        background-image: -webkit-linear-gradient(#2d3032 0%, #888 100%);
        background-image: -moz-linear-gradient(#2d3032 0%, #888 100%);
        background-image: -o-linear-gradient(#2d3032 0%, #888 100%);
        background-image: linear-gradient(#2d3032 0%, #888 100%);

    }

    /* TEMP */
    .p_login, .p_locale_select, .p_slider_outer, .p_teaser_section_1, .p_teaser_section_2, .p_teaser_section_2_mobile {
        display: none;
    }

    .c_teaser_v1_textarea_container H2 {
        background: none;
    }

    .c_teaser_v1_textarea_container > DIV {
       display: block !important;
        height: auto !important;
        padding-bottom: 7px !important;
    }

    .p_start_content {
        padding: 0 10px 0 10px;
    }

    .p_header_row {
        padding: 0 15px 0 15px;
    }

    .p_head_navigations {
        padding: 20px 0 15px 0;
    }

    .p_mobile_menu {
        padding-top: 4px;
    }

    .p_contact_home {
        display: none;
    }

    .p_teaser_section_2_right {
        clear: both;
    }

    /*
    .p_search {
      float: left;
      clear: both;
      position: inherit;
      width: 100%;
      margin-bottom: 15px;
    }
    .p_search #search {
      padding: 0 15px 0 15px;
      margin-bottom: 15px;
    }
    .p_search INPUT {
      background-image: none;
      margin-bottom: 0;
      width: 100%;
      background: none;
      padding: 0;
      margin: 0;
      height: 23px;
    }
    */
    .bg_btn {
        position: absolute;
        right: 0;
        padding-left: 5px;
        background-color: #2d3032;
    }

    .tx-indexedsearch-searchbox-button.submit {
        float: left;
        display: block;
        cursor: hand;
        cursor: pointer;
        background-color: #ffd631;
        color: #2d3032;
        padding: 3px 10px 3px 10px;
        width: auto;
    }

    /*
    .tx-indexedsearch-searchbox-button.submit {
    display: block;
    cursor: hand;
    cursor: pointer;
    background-color: #ffd631;
    color: #2d3032;

    position: absolute;
    right: 0;
    padding: 3px 10px 3px 10px;
    width: auto;
    border-left: 5px solid #2d3032;
    }
    */
    /*
    .p_search #search {
      position: relative;
      margin: 0 15px 0 15px;
      padding: 0 25px 0 7px;

      background-color: #5e6061;
    }
    .contenttable, .c_text TABLE {
      overflow-x: auto;
      display: block;
    }
    */
    .p_nav {
        float: left;
        width: 100%;
        background: none;
        margin-bottom: 20px;
    }

    .p_nav UL {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .p_nav LI {
        float: left;
        width: 50%;
        padding: 0;
        margin: 0 0 11px 0;
    }

    .p_nav LI.odd {
        clear: left;
        float: left;
    }

    .p_nav LI.even {
        clear: right;
        float: right;
    }

    .p_nav LI.odd DIV {
        padding-right: 6px;
    }

    .p_nav LI.even DIV {
        padding-left: 5px;
    }

    .p_nav A {
        float: left;
        width: 100%;
        text-align: center;
        padding: 0;
        border: 0 none;
        /*font-size: 18px;*/
        font-size: 16px;
        color: #2d3032;
    }

    .p_nav SPAN {
        background-color: #aaaeb1;
        display: block;
    }

    .p_nav SPAN.with_image {
        /*  min-height: 145px;*/
        padding: 20px 10px 20px 10px;
    }

    .p_nav SPAN.without_image {
        min-height: 20px;
        /*
        padding: 35px 10px 35px 10px;
        */
        padding: 20px 10px 20px 10px;
    }

    .p_nav A:hover SPAN {
        background-color: #ffd631;
    }

    .p_nav LI.odd SPAN {
        border-left: 5px solid #ffd631;
    }

    .p_nav LI.even SPAN {
        border-right: 5px solid #ffd631;
    }

    .p_nav BR {
        display: inline;
    }

    .p_nav SPAN IMG {
        display: inline-block;
        padding-bottom: 5px;
        max-width: 100%;
        height: auto;
    }

    .p_nav_social_communities LI {
        float: left;
        width: 20%;
        padding: 0;
        margin: 0;
    }

    .p_nav_social_communities LI {
        width: 18%;
        padding-right: 2%;
    }

    .p_nav_social_communities LI.first, .p_nav_social_communities LI.last {
        padding-right: 1%;
        padding-left: 1%;
    }

    .p_nav_social_communities LI SPAN {
        padding-right: 0;
    }

    .p_mobile_contentarea {
        display: block;
        /*padding: 0 15px 0 15px;*/
        padding: 0 5px 0 5px;
        color: #fff;
        font-size: 15px;
    }

    .p_mobile_contentarea A {
        color: #ffd631;
    }

    .p_mobile_contentarea_left {
        float: left;
        width: 48%;
    }

    .p_mobile_contentarea_right {
        float: right;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .p_mobile_contentarea_left, .p_mobile_contentarea_right {
        padding-top: 7px;
        padding-bottom: 5px;
    }

    .p_footer {
        float: none;
        padding: 0 15px 20px 15px;
        width: auto;
    }

    .p_sub_column_left, .p_sub_column_middle {
        width: 100%;
    }

    .p_footer_left {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .p_footer_left IMG {
        display: inline-block;
    }

    .p_footer_right {
        padding-left: 0;
    }

    .p_nav_footer LI.desktop {
        display: none;
    }

    .p_nav_footer LI.mobile_s {
        display: inline;
    }

    .p_footer_mobile_line {
        text-align: center;
    }

    .p_nav_social_communities IMG {
        width: 50%;
        height: auto;
    }

    .p_nav_footer {
        padding-bottom: 20px;
    }

    .p_nav_footer A, .p_nav_footer A:hover {
        color: #ffd631;
        text-decoration: underline;
        border-right: 1px solid #fff;
        font-size: 15px;
    }

    .p_footer_left {
        padding-top: 20px;
        margin-bottom: 40px;
    }

    .p_nav_footer .last_mobile_s A {
        border: 0 none;
    }

    SPAN.p_footer_text {
        display: none;
    }

    .p_footer_left IMG {
        width: 100%;
        max-width: 130px;
        height: auto;
    }

    /*
    .p_locale_select_label {
    display: block;
    padding: 15px 7px 2px 23px;
    color: #fff;
    }
    .p_locale_select_label H2 {
    margin-bottom: 0;
    }
    #my-menu .p_locale_select {
    float: left;
    width: 100%;
    }
    #my-menu .p_locale_select UL {
    float: none;
    }
    #my-menu .p_locale_select LI {
    margin-bottom: 1px;
    }
    #my-menu .p_locale_select A {
    display: block;
    background-image: url(../Img/rd_img/bg_map_link_arrow_white.gif);
    background-repeat: no-repeat;
    background-position: 9px 0.35em;
    padding: 2px 7px 2px 23px;
    color: #fff;
    }
    #my-menu .p_locale_select A SPAN {
    display: block;
    width: 100%;
    }
    #my-menu .p_locale_select A:hover, #my-menu .p_locale_select A:focus {
    background-image: url(../Img/rd_img/bg_map_link_arrow_yellow.gif);
    color: #FFD631;
    }
    #my-menu .p_locale_select IMG {
    display: none;
    }

    .p_locale_select UL {
    position: relative;
    width: 100%;
    }
    .p_locale_select LI {
    border-bottom: 0 none;
    }
    .p_locale_select LI A {
    float: none;
    width: auto;
    }

    #my-menu .p_locale .p_locale_select DT {
    display: none;
    }
    #my-menu .p_locale .p_locale_select, #my-menu .p_locale .p_locale_select DL, #my-menu .p_locale .p_locale_select DD {
    display: block;
    }
    */
    #my-menu .p_locale {
        /*background-image: url("../Img/rd_img/hg_box_right.png");*/
        min-height: 0;
        margin-top: 6px;
    }

    #my-menu .p_locale_select {
        display: block;
        width: 100%;
    }

    #my-menu .p_locale_select DL {
        margin: 0;
    }

    #my-menu .p_locale_select DT {
        background-color: #383C3E;
        padding: 5px 7px 5px 7px;
    }

    #my-menu .p_locale_select DT A {
        float: none;
        display: inline-block;
        width: 100%;
        padding: 0;
    }

    #my-menu .p_locale_select DT A SPAN {
        width: 100%;
        padding-right: 0;
    }

    .p_locale_select DD {
        clear: none;
        float: none;
    }

    .p_locale_select UL {
        width: 100%;
    }

    .c_text IMG {
        clear: both !important;
        float: none !important;
        height: auto !important;
        display: inline-block !important;
        max-width: 100% !important;
        padding: 10px 0 10px 0px !important;
        margin: 0 !important;
    }

    .c_teaser_v1_textarea {
        float: left;
        position: relative;
    }

    .powermail_check_inner {
        margin-right: 0;
        width: 95%;
    }

    .tab_contentelements .tx_powermail_pi1_fieldwrap_html {
        float: none;
    }

    /* Size - Changes */
    .logo_desktop {
        display: none;
    }

    .logo_mobile {
        display: block;
    }

    .p_head_navigations .p_locale_select {
        display: none;
    }

    .p_footer_left {
        display: none;
    }

    .p_footer_right .p_footer_left {
        display: block;
    }

    .p_main_left .p_search {
        display: block;
    }

    .nav_small {
        display: block;
    }

    .p_mobile_rte {
        display: block;
        float: left;
        padding: 0 15px 7px;
        color: #FFFFFF;
    }

    .p_mobile_rte H2, .p_mobile_rte H3 {
        margin-bottom: 3px;
    }

    .p_mobile_subnav_block {
        /*display: block;*/
    }

    .p_sub_column_left .p_sub_navblock {
        display: none;
    }

    .p_column_left_content_wrap {
        /*display: block;*/
        display: none;
    }

    .p_sub_column_left .p_column_left_content_wrap {
        display: none;
    }

    .p_nav_mobile_hidden {
        display: none;
    }

    .p_nav_mobile_show {
        display: block;
    }

    .p_home IMG {
        width: 150px;
        height: auto;
    }

    .startseite .p_nav {
        display: block;
    }

    .p_nav {
        display: none;
    }

    /* Symbols */
    .c_symbol_wrap .c_symbol, .c_symbol_wrap.c_symbol_odd .c_symbol, .c_symbol_wrap.c_symbol_even .c_symbol {
        float: left;
        width: 100%;
        margin: 0 0 11px 0;
        padding-right: 0;
    }

    /* Das wunderwuzi Men� */
    #my-menu .nav_small1 {
        display: block;
    }

    .menu_main {
        display: none;
    }

    .startseite .menu_main {
        display: block;
    }

    #my-menu .menu_main {
        display: block;
    }

    #my-menu .menu_main > DIV > A{
        display: block;
    }

    .nav_menu {
        display: none;
    }

    #my-menu .nav_small {
        display: block;
    }

    .startseite #my-menu .nav_small {
        display: none;
    }

    .startseite .p_nav .nav_small {
        display: block;
    }

    #my-menu .nav_small2 {
        display: block;
    }

    #my-menu .nav_medium {
        display: none;
    }

    #my-menu .with_image IMG, #my-menu .with_image BR {
        display: none !important;
    }

    A .with_image.ico_standard {
        display: block;
    }

    .no-touch A:hover .with_image.ico_standard {
        display: none;
    }

    A .with_image.ico_hover {
        display: none;
    }

    .no-touch A:hover .with_image.ico_hover {
        display: block;
    }

    .p_sub_column_middle .p_social_community_share {
        display: none;
    }

    .p_column_left_content .p_social_community_share {
        display: block;
    }

    .p_column_left_content .p_social_community_share .social_share_privacy_area {
        margin-left: 50px !important;
    }

    .c_symbol_odd .c_symbol {
        clear: both;
        float: left;
    }

    .c_symbol_even .c_symbol {
        float: right;
    }

    /* Auto Complete */
    .ac_results {
        margin: 0px 0 0 -7px;
    }

    .startseite .ac_results {
        margin: 0px 0 0 -7px;
    }

    .p_column_middle_content_divider .p_column_middle_content {
        padding: 0;
        width: 100%;
    }

    .p_column_middle_content_divider .p_column_right_content {
        float: left;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    /*CallToAction Button*/
    .img_wrap {
        width: 23px;
        height: 23px;
        float: left;
    }

    #calltoaction {
        position: fixed;
        bottom: -500px;
        overflow: auto;
        height: auto;
        width: 100%;
        display: block;
        z-index: 150;
    }

    #inq_button {
        width: 50%;
        height: 32px;
        background: #eeefef;
        cursor: pointer;
        display: block;
        padding-bottom: 5px;
        padding-top: 5px;
        float: left;
    }

    .inq_desk {
        display: none !important;
    }

    #inq_button p, #call_button p {
        display: block;
        float: left;
        margin-left: 5px;
        margin-top: 2px;
        font-size: 14px;
        margin-bottom: 0px;
    }

    .inq_mobile {
        display: block;
        float: left;
        width: 100%;
        height: 100%;
    }

    #call_button {
        width: 50%;
        height: 32px;
        background: #eeefef;
        cursor: pointer;
        display: block;
        float: left;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .inq_pos > img {
        float: left;
    }

    .inq_pos {
        position: relative;
        margin: 0 auto;
        max-width: 90px;
        overflow: auto;
        top: 4px;
    }

    #call_button > .inq_pos > .img_wrap > img {
        width: 100%;
        height: 100%;
    }

    /* Cookie Information */
    #cookie {
        left: 0px;
    }

    /*Storytemplate (Expert/Online)*/
    .story_template .p_slider_outer {
        display: block;
    }

    .p_slider_next_slide {
        right: 0px;
    }

    .p_slider_outer .p_search.searchform {
        display: none;
    }

    .p_slider_prev_slide, .p_slider_next_slide {
        top: 125px;
    }

    .p_slider_infobox {
        background-color: transparent;
    }

    .youtube_iframe {
        padding-left: 0px !important;
        float: none !important;
        clear: both;
    }

    /* Table/Boc FCE */
    .table_divs {
        height: auto !important;
    }

    .table_divs .tdiv {
        float: none;
        width: 100% !important;
    }

    .tdiv:nth-child(2) {
        border-left: 1px solid #71787d;
        border-top: 0px;
    }

    .tdiv:nth-child(3) {
        border-left: 1px solid #71787d;
        border-top: 0px;
    }
}

@media only screen and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
    .tx-indexedsearch-searchbox-button.submit {
        /* iPhone Anpassungen */
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border: 0 none !important;
    }
}

@media handheld, only screen and (max-width: 500px) {
    .p_slider_prev_slide, .p_slider_next_slide {
        top: 85px;
    }
}

@media handheld, only screen and (max-width: 350px) {
    .p_slider_prev_slide, .p_slider_next_slide {
        top: 50px;
    }

    .youtube_iframe {
        padding-right: 0px !important;
        width: 100% !important;
    }
}
