.p_theme_image {
    position: relative;
}

.p_theme_image .p_theme_image_title{
    padding: 0 15px 0 15px;
    margin-top: 30px;
    margin-bottom: 12px;
}
.p_theme_image .p_theme_image_title h1{
    font-size: 30px;
    font-weight: normal;
}

.p_theme_image .p_theme_image_text {
    font-size: 20px;
    line-height: 1.4;
    padding: 0 15px 0 15px;
}

.p_theme_image .p_theme_image_icon {
    position: absolute;
    top: 5.5%;
    height: 108px;
    left: 4%;
    width: 108px;
}

.p_theme_image .p_theme_image_icon IMG {
    max-width: 100%;
    width: auto;
}

@media handheld, only screen and (min-width: 520px) {
    .p_theme_image .p_theme_image_title {
        margin-top: 45px;
        margin-bottom: 25px;
    }
    .p_theme_image .p_theme_image_icon {
        top: 8.5%;
        left: 7.5%;
        width: 125px;
    }
}


@media handheld, only screen and (min-width: 650px) {
    .p_theme_image .p_theme_image_icon {
        top: 22.5%;
        left: 11%;
    }
}

@media handheld, only screen and (min-width: 760px) {
    .p_theme_image .p_theme_image_icon {
        top: 8.5%;
        left: 8.5%;
    }
}

@media handheld, only screen and (min-width: 992px), (min-width: 650px) and (max-width: 760px) {
    .p_theme_image .p_theme_image_title {
        position: absolute;
        left: 19%;
        top: 0%;
        height: 57.5%;
        width: 29%;
        padding: 25px;
        margin-top: 0px;
        margin-bottom: 0px;

        box-sizing: border-box;

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .p_theme_image .p_theme_image_title h1 {
        margin-bottom: 0;
    }

    .p_theme_image .p_theme_image_text {
        font-size: 18px;
        position: absolute;
        bottom: 0%;
        height: 42%;
        left: 0%;
        width: 48.5%;
        line-height: 1.4;

        box-sizing: border-box;

        padding: 20px;

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .p_theme_image .p_theme_image_text P{
        margin-bottom: 0;
    }

    .p_theme_image .p_theme_image_icon {
        top: 0%;
        height: 57.5%;
        left: 0%;
        width: 19%;

        box-sizing: border-box;

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .p_theme_image .p_theme_image_icon IMG {
        max-width: 108px;
    }
}

@media handheld, only screen and (min-width: 1100px) {
    .p_theme_image .p_theme_image_text {
        font-size: 20px;
    }
    .p_theme_image .p_theme_image_icon {


    }
}


.p_banner_html {
    margin: 0 0 0 0;
    width: 100%;
    position: relative;
    float: left;
    clear: both;
}

.p_outer_container .c_content_anchor {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    display: block;
    top: -100px;
}

.p_outer_container .c_content_placeholder {
    padding-top: 5%;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    display: block;
}

.p_outer_container .c_symbol_container .c_content_placeholder, .p_outer_container .c_symbol_container .c_content_anchor, .accordion .c_content_placeholder{
    display: none;
    visibility: hidden;
}

.c_symbol_container:after {
    content: "";
    clear: both;
    display: table;
}

.c_general {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
}

.c_general.c_sitemap > UL > LI {
}
.c_general.c_sitemap LI {
}
.c_general.c_sitemap > UL > LI > UL > LI {
}
.c_general.c_sitemap > UL > LI > UL > LI  > UL > LI {
}

.c_inquiry {
}

.c_inquiry h3{
    font-size: 17px;
    font-weight: 600;
    padding-right: 170px;
    color: #0d5d94;
}

.c_inquiry A {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    background-color: #ffd631;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 13px 12px;
    height: 45px;
    box-sizing: border-box;
    text-decoration: none;
}

.c_inquiry A:hover, .c_inquiry A:active, .c_inquiry A:focus {
    color: #ffd631;
    background-color: #000;
}

.c_textblock_row {
    position: relative;
    clear: both;
}

.c_textblock_infobox {
   margin-top: 5%;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.c_textblock_infobox_text {
    width: 100%;
    box-sizing: border-box;
    padding:20px;
    background-color: #FFFFFF;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@media handheld, only screen and (min-width: 760px) {
    .c_textblock_left {
        width: 63%;
        float: left;
    }

    .c_textblock_infobox {
        width: 31%;

        margin-top: 0;

        float: right;
    }

    .c_textblock_infobox_text {
    }
}

.c_customdivider {
    border-bottom: #0d5d94 dotted 1px;
    height: 1px;
    box-sizing: border-box;
}

.c_imagetype_row {
    width: 100%;
    box-sizing: border-box;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.c_imagetype_row:after {
    content: "";
    clear: both;
    display: table;
}

@media only screen {
    .c_imagetype_col {
        width: 33.33%;
        box-sizing: border-box;

        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;

        padding: 0 10px 0 10px;
    }
}

@media (max-width: 760px) {
    .c_imagetype_col { width: 50%; }
}

@media (max-width: 540px) {
    .c_imagetype_col { width: 100%; }
}

@media (min-width: 1024px) {
    .c_imagetype_row {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: baseline;
        -moz-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}



.c_imagetype_col > A {
    display: block;
    text-align: center;

    text-decoration: none;
}
.c_imagetype_col > A:hover {
    text-decoration: underline;
}

.c_imagetype_col > A > IMG {
    margin-bottom: 20px;

    transition: all 200ms ease;
    transform-style: preserve-3d;
}

.c_imagetype_col > A:hover > IMG {
    transform: scale(1.05) rotate(0.1deg);
}

.c_imagetype_col > A > P {
    font-size: 18px;
}


.p_column_left_content P,
.p_column_middle_content P,
.p_column_right_content P,
.p_column_middle_content li {
    font-size: 15px;
    line-height: 26px
}

p.tiny {
    font-size: 8px;
    line-height: 12px;
}

p.small {
    font-size: 10px;
    line-height: 16px;
}

.p_page_title {
    display: none;
}

.p_nav A:hover,
.p_nav A.active {
    color: #ffd631;
    background: none;
}

.navbar .p_nav A.active {
    font-weight: bold;
}

.p_sub_main_wrap {
    border: 0 none;
}

.p_footer_right {
    padding-left: 0;
}

.p_theme_image UL {
    height: 265px;
    width: 100%;
    border-left: 0 none;
}

/*
.p_theme_image UL LI {
	border-left: 1px solid #fff;
}
*/

.p_subsi_home_footer .c_text {
    padding-bottom: 15px;
}

.p_sub_column_left .p_nav_sub {
    border-left: 2px solid #ffd631;
    box-sizing: border-box;
}

.p_sub_column_left .p_nav_sub A {
    font-size: 15px;
    background-position: 9px 0.5em;
}

.p_sub_column_left .p_nav_sub UL UL A {
    background-position: 24px 0.7em;
}

.p_nav_bc, .p_nav_bc A {
    font-size: 14px;
}

.p_nav_bc LI {
    background-position: 0 0.45em;
}

.p_column_left_content H1, .p_column_middle_content H1, .p_column_right_content H1 {
    /* font-size: 19px;
    font-weight: bold; */
}

.p_column_left_content H2, .p_column_middle_content H2, .p_column_right_content H2 {
    /*font-size: 17px;
    font-weight: bold; */
}

.ac_results {
    z-index: 99999 !important;
    width: 174px !important;
}

.p_search FORM {
    height: 29px;
}

.p_search INPUT {
    width: 110px;
    background-position: right 5px top 0.3em;

    box-sizing: border-box;
    width: 125px;
}

.p_search.mobile_rd {
    float: left;
    left: initial;
    top: initial;
    position: relative;
    width: 100%;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}

.p_search.mobile_rd FORM {
    width: 100%;
    position: relative;
}

.p_search.mobile_rd INPUT.sword {
    width: 100%;
    height: 24px;
    box-sizing: border-box;
    padding-right: 80px;
    border: 0 none;
}

.p_search.mobile_rd INPUT.submit {
    background-color: #ffd631;
    width: 70px;
    text-indent: 0;
    border-left: 5px solid #2c3033;
    height: 24px;
    background-image: none;
}

.p_locale_select DT A {
    height: 15px;
}

/* Imageslider New - Center Images */
.c_image_slider_image {
    text-align: center;
}

.c_image_slider_image IMG {
    display: inline;
}

/* Startslider- Slide */
.p_slide_rte {
    position: absolute;
    left: 0px;
    transform: translateY(-50%);
    top: 50%;
    width: 35%;
    /*font-family: Verdana, Helvetica, sans-serif;*/

    color: #2C3033;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.85);
    text-shadow: none;
    padding: 30px 80px 30px 80px;
}

.p_slide_rte H2 {
    color: #000000;
    font-size: 40px;
    line-height: 43px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.p_slide_rte A {
    color: #FFFFFF;
}

#map .map_outer {
    bottom: auto !important;
}

.popup A {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
}

/* Submenu Background-Colors */
.p_nav_sub LI.bg_color_0 {
    background-color: #6b6e70;
}

.p_nav_sub LI.bg_color_1 {
    background-color: #656c70;
}

.p_nav_sub LI.bg_color_2 {
    background-color: #4f5457;
}

.p_nav_sub LI.bg_color_3 {
    background-color: #44484b;
}

.p_nav_sub LI.bg_color_4 {
    background-color: #5a6064;
}

/* TABS */
.tabs_new {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.tab_container_new {
    float: left;
    width: 100%;
}

.tab_container_new H2 {
    margin: 15px 0 6px 0;
}

.tab_all_new {
    float: left;
    width: 100%;
}

.tab_header_new {
    float: left;
    width: 100%;
}

.tab_content_new {
    float: left;
    width: 100%;
}

.tab_content_new H2 {
    margin: 0 0 3px 0;
}

.contentlist_new {
    float: left;
    width: 100%;
}

.tab_contentelements_new {
    float: left;
    width: 100%;
}

/* SLIDER */
.p_slider_timebar_outer {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    /*z-index: 10000;*/
}

.p_slider_timebar {
    height: 3px;
    width: 0%;
    background-color: #ffd631;
}

.p_slider_outer.subsidiary .p_slider_infobox {
    max-width: 650px;
}

/* Powermail */
.tx-powermail {
    float: left;
    margin-bottom: 15px;
}

.tx-powermail H3 {
    display: none;
}

.powermail_fieldset {
    float: left;
    border: 1px solid #BCC0C3;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10px;
}

.powermail_fieldset LEGEND {
    color: #71787D;
}

.powermail_fieldwrap {
    clear: left;
    float: left;
    margin-bottom: 10px;
	width: 100%;
}

.powermail_fieldwrap LABEL {
    float: left;
    width: 200px;
    margin-bottom: 3px;
}

.powermail_field {
    float: left;
}

.powermail_fieldset INPUT,
.powermail_fieldset SELECT,
.powermail_fieldset TEXTAREA {
    width: 350px;
    padding: 3px;
}

.powermail_radio_inner LABEL {
    float: none;
}

.powermail_radio_inner INPUT {
    width: 30px
}

.powermail_fieldset SELECT {
    width: 360px;
}

.powermail_fieldset .checkbox label{
    display: flex;
	width: 290px;
    margin-top: 6px;
}
.powermail_fieldset .checkbox label input[type=checkbox]{
    float: left;
    padding: 3px;
    display: inline-block;
    width: 55px;
}

.powermail_fieldwrap_type_check .powermail_field {
	display: flex;
	flex-wrap: wrap;
	width: calc( 100% - 250px );
	float: left;
}

/*
.powermail_fieldset INPUT.powermail_checkbox {
    width: 12px;
    float: left;
}

.powermail_check_outer {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
}

.powermail_check_inner {
    float: left;
    margin-right: 2%;
    width: 48%;
}

.powermail_check_inner LABEL {
    padding-top: 1px;
    width: auto;
}

.powermail_check_inner A {
    border-bottom: 1px dotted #71787D;
    color: #383F46;
    text-decoration: none;
}

.powermail_check_inner A:hover {
    background-color: #FFD631;
}

.powermail_mandatory {
    color: #FCC300;
}
*/

@media handheld, only screen and (max-width: 768px) {
	.powermail_field, .powermail_label {
		width: 100% !important;
	}
}

.powermail_mandatory_text,
.validation-advice {
    color: #FF0000;
}

.validation-failed {
    background-color: #FEF0BF;
}

.tx_powermail_pi1_fieldwrap_html_label {
    color: #959A9D;
}

.countryzone {
    display: none;
    margin-left: 120px;
}

.powermail_mandatory_js {
    background: url("../img/arrow-red.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    color: #FF0000;
    display: inline;
    font-size: 0.9em;
    margin-left: 200px;
    padding-bottom: 1em;
    padding-left: 10px;
}

.parsley-custom-error-message,
.parsley-required,
.error {
    padding: 3px;
    margin: 4px 0 8px 0;
    z-index: 200;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #383F46;
    background-image: none;
    background-color: #F6C300;
    text-align: center;
}

.wtspamshield-errormsg {
    color: #FF0000;
    font-weight: bold;
}

.powermail_mandatory_helper {
    display: none;
}

.formCol .formContainer INPUT {
    text-align: left;
}

.formCol .formContainer INPUT.error,
.formCol .formContainer SELECT.error,
.formCol .formContainer LABEL.error {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
}

#powermail_fieldwrap_778 {
    display: none;
}

/*

*/

/* Contactbox */
/*
.p_contact {
	height: auto;
	min-height: 144px;
}
.p_contact_container H3,
.p_contact_container SPAN {
	width: 100%;
	text-align: right;
}
.p_contact INPUT,
.p_contact INPUT.btn_send {
	width: 49%;
	box-sizing: border-box;
	background-position: right 5px top 0.45em;
}
*/

.p_nav_social_communities {
    padding-top: 18px;
}

.c_text.footer_style H2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

.c_text.footer_style P {
    font-size: 12px;
}

/* Contactbox - Subsidiaries */
.p_contact_home {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 11px;
    color: #fff;
    overflow: hidden;
}

.p_contact_home_image {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.p_contact_home_image IMG {
    display: block;
    width: 100%;
    height: auto;
    background-color: #44484b;
}

.p_contact_home_content {
    position: absolute;
    padding: 18px;
    font-size: 15px;
}

.p_contact_home_content H3 {
    margin-bottom: 2px;
    color: #FFF;
}

.p_contact_home_content SPAN {
    float: left;
    margin-bottom: 12px;
    line-height: 18px;
}

.p_contact_home_content INPUT {
    float: left;
    border: 0 none;
    padding: 3px 7px 3px 7px;
    margin-bottom: 6px;
    width: 49%;
    box-sizing: border-box;
    height: 20px;
    background-color: #e3e4e5;
}

.p_contact_home_content INPUT.right {
    float: left;
    margin-right: 1%;
    margin-left: 0;
}

.p_contact_home_content INPUT.right {
    float: right;
    margin-right: 0;
    margin-left: 1%;
}

.p_contact_home_content INPUT.btn_send {
    float: left;
    text-align: left;
    background-color: #FFD631;
    cursor: hand;
    cursor: pointer;
    width: 49%;
    margin-right: 1%;
    margin-left: 0;
    padding: 0 7px 0 7px;

    background-image: url(../Img/rd_img/bg_map_link_arrow.gif);
    background-repeat: no-repeat;
    background-position: top 0.4em right 7px;
}

.p_contact_home_content INPUT.newsletter {
    width: auto;
    margin: 2px 0 0 0;
    padding: 0;
}

.contact_newsletter_check {
    display: none;
}

/* Contactbox - Subsidiaries */
.p_contact_subsidiaries {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 11px;
    color: #fff;
    overflow: hidden;
}

.p_contact_subsidiaries_image {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
   /* box-sizing: boder-box; */
}

.p_contact_subsidiaries_image IMG {
    display: block;
    width: 100%;
    height: auto;
    background-color: #44484b;
}

.p_contact_subsidiaries_content {
    position: absolute;
    bottom: 10px;
    right: 10px;
    /*width: 170px;*/
}

.p_contact_subsidiaries_content H3,
.p_contact_subsidiaries_content SPAN {
    float: right;
    /*width: 100%;*/
    text-align: right;
}

.p_contact_subsidiaries_content H3 {
    margin-bottom: 2px;
    width: 170px;
}

.p_contact_subsidiaries_content SPAN {
    margin-bottom: 12px;
    width: 185px;
}

.p_contact_subsidiaries_content INPUT {
    float: right;
    border: 0 none;
    padding: 3px 7px 3px 7px;
    min-height: 16px;
    text-align: left;

    background-color: #FFD631;
    cursor: hand;
    cursor: pointer;
    width: 124px;

    background-image: url(../Img/rd_img/bg_map_link_arrow.gif);
    background-repeat: no-repeat;
    background-position: 113px 0.45em;
}

.p_column_left_content_wrap {
    padding: 0 12%;
}

.filteroptions #region, .filteroptions #activity, .filteroptions #position {
    padding: 5px 10px !important;
}

/* Map Element für Subsidiaries */
.p_map LI {
    background-image: none;
    padding-left: 0;
}

.p_map LI .p_map_btn,
.p_map LI .p_map_btn A {
    left: auto;
}

.p_map LI .p_map_btn {
    right: 0;
}

.p_map_text P {
    max-width: none;
}

.p_map {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    background: none;
    overflow: hidden;
}

.p_map .p_map_image {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    /*box-sizing: boder-box;*/
}

.p_map .p_map_image IMG {
    display: block;
    width: 100%;
    height: auto;
    background-color: #44484b;
}

.p_map UL {
    position: absolute;
    padding: 18px 18px 0 18px;
    width: 100%;
    box-sizing: border-box;
}

.p_map LI {
    padding-left: 0px;
}

.p_map_text {
    padding-right: 0px;
    padding-left: 0px;
}

.p_map .p_map_btn {

}

.p_teaser_section_2_right_additional {
    width: 296px;
}

/* Social Communities */
.p_nav_social_communities .sc0 IMG {
    width: auto;
}

.csc-textpic-image IMG {
    max-width: 100%;
    height: auto;
}

.csc-textpic-imagecolumn {
    margin-bottom: 15px;
}

.div.csc-textpic-left .csc-textpic-imagewrap {
    width: 100%;
}

/*
.csc-textpic-imagewrap,
.csc-textpic-imagerow {
	width: 800px;
}
*/

BODY {
    /*background-attachment: fixed;*/
    background-attachment: scroll;
    background: #2c3033;
}

.p_outer_top {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-image: url(../Img/rd_img/bg_gradient.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-attachment: fixed;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
}

.p_outer.navbar {
    background-color: #5a6064;
}

.p_outer.header_margin {
    padding-top: 93px;
    background: #FFF;
}

.p_nav {
    margin-bottom: 0;
}

.p_nav UL {
    width: 100%;
    padding: 12px 0 12px 0;
}

.p_nav UL.p_nav_sub {
    display: none;
}

.menu_main A,
.nav_menu A {
    padding: 10px 12px 10px 12px;
    border-right: 0;
    font-size: 14px;
}

/*
.navbar .menu_main A,
.navbar .nav_menu A {
	height: 17px;
	padding: 18px 12px 17px 12px;
}
*/

.navbar .menu_main A,
.navbar .nav_menu A {
    height: 17px;
    padding: 4px 12px;
}

.p_outer_top .p_nav UL {
    position: relative;
    box-sizing: border-box;
    /*padding-right: 84px;*/
    padding-right: 200px;

}

.p_outer_top .menu_main.nav_anfrage_btn {
    position: absolute;
    top: 0;
    right: 0;
}

.p_outer_top .menu_main.nav_anfrage_btn A {
    float: left;
    /*width: 60px;*/
    text-align: center;
    background-color: #ffd631;
    color: #000;
    font-weight: bold;

    height: auto;
    line-height: normal;

    width: auto;
    padding: 4px 25px;

    margin-left: 2px;

    position: relative;

    display: inline-block;
}

.p_outer_top .menu_main.nav_anfrage_btn A .icon_holder {

}

.p_outer_top .menu_main.nav_anfrage_btn A > SPAN {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100% !important;
}

.p_outer_top .menu_main.nav_anfrage_btn A > SPAN > SPAN {
    height: auto !important;
    line-height: 1.25 !important;
    display: block !important;
    padding: 1px 0px;
    font-weight: 400;
}

.p_outer_top .menu_main.nav_anfrage_btn A:hover, .p_outer_top .menu_main.nav_anfrage_btn A:active, .p_outer_top .menu_main.nav_anfrage_btn A:focus {
    color: #ffd631;
    background-color: #000;
}

.menu_main.position_right A {
    color: #000;
    font-weight: bold;
}

/*
.menu_main.position_right {
	float: right;
	background-color: #ffd631;
}
*/

.p_search.p_search_header {
    float: left;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin-left: 6px;
}

.p_header_outer {
    position: relative;
    z-index: 111;
    background-color: #2c3033;
}

.p_navbar_outer {
    position: relative;
    z-index: 110;
}

.p_produktwelt_outer {
    position: relative;
    z-index: 100;
}

.p_produktwelt_inner {
    position: relative;
    z-index: 100;
}

.p_produktwelt {
    position: absolute;
    bottom: -24px;
    /*bottom: -175px;*/
    width: 100%;
}

.p_produktwelt_contentarea {
    float: left;
    width: 100%;
    background-color: #2c3033;
    border-bottom: 1px solid #fff;
}

.p_produktwelt_lasche {
    float: left;
    width: 100%;
    text-align: center;
    color: #2d3032;
}

.p_produktwelt_lasche A {
    display: inline-block;
    font-size: 9px;
    background-color: #ffd631;
    padding: 7px 13px 6px 13px;
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
    min-width: 100px;
}

.p_produktwelt_close {
    position: absolute;
    top: 9px;
    right: 5px;
}

.c_teaser_v2_container {
    min-height: 134px;
}

.p_produktwelt .c_teaser_v2 {
    width: 25%;
    background-color: transparent;
}

.p_produktwelt .c_teaser_v2 .c_teaser_v2_text H2,
.p_produktwelt .c_teaser_v2 .c_teaser_v2_text P {
    color: #fff !important;
}

.p_produktwelt .c_teaser_v2:hover .c_teaser_v2_text H2,
.p_produktwelt .c_teaser_v2:hover .c_teaser_v2_text P,
.p_produktwelt .c_teaser_v2:focus .c_teaser_v2_text H2,
.p_produktwelt .c_teaser_v2:focus .c_teaser_v2_text P {
    color: #000 !important;
}

.p_produktwelt .c_teaser_v2_text H2,
.p_produktwelt .c_teaser_v2_text P,
.p_produktwelt .c_teaser_v2_text DIV {
    color: #fff;
}

.p_produktwelt A:hover .c_teaser_v2_text H2,
.p_produktwelt A:hover .c_teaser_v2_text P,
.p_produktwelt A:hover .c_teaser_v2_text DIV,
.p_produktwelt A:focus .c_teaser_v2_text H2,
.p_produktwelt A:focus .c_teaser_v2_text P,
.p_produktwelt A:focus .c_teaser_v2_text DIV {
    color: #2d3032;
}

/* HEADER */
.p_home {
    padding: 18px 0 17px 0;
}

.logo_desktop,
.logo_mobile {
    float: left;
}

.p_slogan {
    float: left;
    padding-left: 15px;
    padding-top: 11px;
    font-size: 14px;
    color: #fff;
}

/*
.p_slogan {
	display: none !important;
}
*/

.p_head_navigations {
    padding-top: 17px;
    padding-bottom: 16px;
}

.p_login {
    padding-right: 10px;
}

.p_login A {
    padding: 6px 8px 6px 8px;
    background: none;
    border: 1px solid #9c9e9f;
}

.p_search INPUT {
    margin-bottom: 0;
    border: 1px solid #9c9e9f;

    padding: 5px 7px 5px 7px;
    box-sizing: border-box;
    height: 29px;
    font-size: 14px;
}

.p_locale_select_show {
    display: block !important;
}



.p_locale_select {
    margin: 0 6px 0 0;
    padding: 0;

    float: left;

    position: relative;
}
.p_head_navigations .p_locale_select {
    display: none !important;
}

.p_footer .p_locale_select {
    float: left;
    clear: both;

    width: 100%;
    margin: 12px 0 0 0;

    text-align: center;
}

@media handheld, only screen and (max-width: 760px) {
    .p_footer .p_locale_select {
        display: none !important;
    }
}

.p_locale_select_websites {
    float: left;
    clear: both;
}

.p_footer .p_locale_select_websites {
    float: none;
    clear: both;
    display: inline-block;
    text-align: left;
    position: relative;
}

.p_locale_select DT {
    display: block;
    float: left;
    clear: both;
}

.p_locale_select DT A {
    border: 1px solid #9c9e9f;
    padding: 5px 7px 5px 7px;
    box-sizing: border-box;
    height: 29px;
    float: left;
    clear: both;
}

.p_footer .p_locale_select DT A {
    background: transparent;
    /* color: #000; */
}

@media handheld, only screen and (max-width: 760px) {
    .p_footer .p_locale_select DT A {
        color: #FFF;
    }
}

.p_locale_select DT A IMG{
    display: inline-block;
    padding-right: 5px;
}

.p_locale_select DD {
    position: static;
}

.p_locale_select UL {
    width: 400px;
    z-index: 9999999;
    right: 0;
    top: 100%;
    margin-top:3px;
    left: initial;
    padding: 7px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0,0.3);
}
.p_footer .p_locale_select UL {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
    margin-top: 0px;
    left: -50%;
    margin-left: -24px;
}

.p_locale_select UL:before {
    bottom: 100%;
    right: 5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;

    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #5A6064;
    border-width: 9px;
    margin-left: -9px;

}
.p_footer .p_locale_select UL:before {
    display: none;
}

/*
#my-menu .p_locale_select UL {
	width: 100%;
}
*/

.p_locale_select LI {
    width: 50%;
    /*padding: 1px 0;*/
    height: 32px;

    border: none;
}

.p_locale_select LI IMG {
    padding: 0 5px;
}

.p_locale_select DL {
    margin: 0;
}

.p_locale_select_websites DT SPAN {
    width: 141px;
    padding-right: 14px;
    font-size: 14px;
    background-position: right 0.4em;
    box-sizing: border-box;
}
.p_footer .p_locale_select_websites DT SPAN  {
    width: auto;
    padding-right: 21px;
}

.p_locale_select_websites.dropdown-open DT A {
    border: 1px solid #FFD631;
    color: #FFD631;
}

.p_footer .p_locale_select_websites.dropdown-open DT A {
    background: #000;
}

.p_locale_select_websites DD A {
    font-size: 14px;
}
.p_locale_select_websites LI .p_locale_select_wrap {
    padding: 7px 0 7px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.p_locale_select_websites LI .p_locale_select_img {
    width: 28px;
}

.p_nav_language {
    padding-right: 0;
}

.p_nav_language UL LI {
    margin-right: 6px;
}

.p_nav_language UL LI A {
    height: 29px;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #9c9e9f;
}

.p_nav_language UL LI.active A {
    border: 1px solid #FFD631;
    color: #FFD631;
}

.p_nav_corporate {
    padding-right: 0px;
}

.p_nav_corporate UL LI {
    margin-right: 6px;
}

.p_nav_corporate UL LI A {
    border: 1px solid #9c9e9f;

    padding: 5px 7px 5px 7px;
    box-sizing: border-box;
    height: 29px;
    font-size: 14px;
}

.p_nav_corporate UL LI A.active {
    border: 1px solid #FFD631;
    color: #FFD631;
    font-weight: normal;
}

.p_search_btn_anim {
    float: left;
    display: none;
}

.p_search_btn_anim A {
    float: left;
    border: 1px solid #9c9e9f;
    padding: 6px 7px 6px 7px;
    background: none;
}

.p_mobile_subnav_block {
    font-size: 12px;
}

/* SLIDER */
.p_slider_infobox {
    background-color: #c6c9cb;
    max-width: 550px;
    left: 57px;
    bottom: 52px;
}

.p_slider_infobox,
.p_slider_infobox A.internal-link,
.p_slider_infobox A.external-link,
.p_slider_infobox_container H1,
.p_slider_infobox_container_title H2,
.p_slider_nav LI.mobile_menu_item A {
    color: #2d3032;
}

.story_template .p_slider_infobox_container_title DIV {
    color: #2d3032;
}

.story_template .p_slider_infobox_container LI {
    background-image: url(../Img/rd_img/bg_li_arrow_new.png);
}

.story_template .p_slider_infobox_container {
    width: 100%;
    box-sizing: border-box;
}

.p_slider_infobox_container H1 {
    font-size: 24px;
    font-weight: 600;
}

.p_slider_infobox_container {
    font-size: 14px;
}

.p_slider_infobox A.internal-link,
.p_slider_infobox A.external-link,
.p_slider_nav LI.mobile_menu_item A {
    border-bottom: 1px dotted #2d3032;
}

.p_slider_nav LI.mobile_menu_item {
    background-image: url(../Img/rd_img/bg_li_arrow_new.png);
    background-repeat: no-repeat;
    background-position: left 16px;
    padding-left: 11px;
}

.p_slider_nav LI.mobile_menu_item A {
    background: none;
    padding-left: 0;
}

.p_slider_nav LI.mobile_menu_item A:hover,
.p_slider_nav LI.mobile_menu_item A:focus {
    background-color: #ffd631;
}

.p_slider_prev_slide, .p_slider_next_slide {
    top: 43%;
}

.p_slider_prev_slide {
    left: 10px;
}

.p_slider_next_slide {
    right: 10px;
}

#calltoaction {
    display: none !important;
    z-index: 10000;
    bottom: 0 !important;
}

.p_column_middle_content P.placeholder_dd,
.p_column_middle_content P.placeholder_dd {
    font-size: 12px;
}

/* Newsletteranmeldung */
.newsletter {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.newsletter P {
    clear: left;
    float: left;
    width: 170px;
    margin-bottom: 3px;
}

.newsletter INPUT[type="text"],
.newsletter SELECT {
    float: left;
    width: 200px;
    box-sizing: border-box;
    margin: 0 0 7px 5px;
}

.newsletter #checkboxes INPUT {
    width: auto;
}

.newsletter input[type="button"] {
    clear: left;
    float: left;
    width: 220px;
}

/* MOBILE MENU */
.p_mobile_menu {
    display: none;
    padding-top: 9px;
}

#my-menu .p_mobile_menu {
    display: block;
    padding-top: 5px;
}

/* Menu */
#my-menu .p_nav_meta A {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

#my-menu .p_nav_meta LI A:hover,
#my-menu .p_nav_meta LI A:focus {
    color: #000;
}

#my-menu .menu_main > DIV > A {
   /* padding-left: 32px; */
}

#my-menu .menu_main > DIV > UL.p_nav_sub {
   display: none;
}

#my-menu .menu_main > DIV > A.has_subnav.show_subnav + UL.p_nav_sub {
    display: block;
}

#my-menu .menu_main > DIV > A.has_subnav:hover, #my-menu .menu_main > DIV > A.has_subnav.show_subnav {
    background-repeat: no-repeat;
    background-position: 7px 0.9em;

    background-image: url(../Img/rd_img/bg_map_link_arrow_down.gif);
}


#my-menu .p_nav_meta .p_nav_sub LI A:hover,
#my-menu .p_nav_meta .p_nav_sub LI A:focus {
    color: #FFD631;
}

/* Title */
#my-menu .p_page_title {
    display: block;
}

/* Search */
#my-menu .p_search {
    display: none;
    float: left;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 0px;
    position: relative;
    top: auto;
    left: auto;
}

#my-menu .p_search INPUT {
    width: 100%;
    box-sizing: border-box;
    padding-right: 17px;
    border: 0 none;
    height: 25px;
}

#my-menu .p_search INPUT.searchinput {
    background-color: #2d3032;
    width: 98%;
    padding-left: 2%;
}

#my-menu .p_search .bg_btn {
    top: 1px;
}

.p_search INPUT.tx-indexedsearch-searchbox-sword {
    background-image: none;
}

.tx-indexedsearch-searchbox-button.submit,
#my-menu .p_search INPUT.submit {
    background-color: unset;
    background-position: top 5px right 5px;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 24px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -1000000px;
    top: 2px;
    width: 24px;
}

#my-menu .p_search TBODY {
    float: left;
    height: 24px;
    position: relative;
}

/* Locale */
#my-menu .p_locale {
    display: block;
    min-height: 0;
    margin-top: 6px;
    margin-bottom: 6px;
}

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

#my-menu .p_locale_select_websites {
    float: none;
    font-size: 12px;
}

#my-menu .p_locale_select_websites DT{
    float: none;
}

#my-menu .p_locale_select DD {
    position: relative;
}

#my-menu .p_locale_select_websites DT A{
     padding: 3px 7px 3px 7px;
     height: 21px;
 }

#my-menu .p_locale_select_websites DT A SPAN{
    font-size: 12px;
}

#my-menu .p_locale_select UL {
    background: none;
    box-shadow: none;
}

#my-menu .p_locale_select LI {
    background-color: #5A6064;
    border-bottom: 1px solid #44484B;
    height: auto;
}

#my-menu .p_locale_select LI.last {
    margin-bottom: 49px;
}

#my-menu .p_locale_select A {
    border: 0 none;
    width: 100%;
    font-size: 12px;
}

#my-menu .p_locale_select .p_locale_select_wrap {
    padding: 3px 0 3px 0;
}

#my-menu .p_locale_select DT SPAN {
    width: 100%;
    background-position: right 40px top 0.4em
}

/* Language */
#my-menu .p_nav_language {
    display: none;
    padding-top: 2px;
    padding-left: 80px;
    padding-right: 20px;
}

/* Login */
#my-menu .p_login {
    display: none;
}

.p_lang_login {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.select_slider {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.p_sub_column_middle {
    float: right;
}

.p_sub_column_middle.width_100 {
    width: 100%;
    margin-left: 0;
}

.p_sub_column_middle.width_100.full_centered .p_column_middle_content_wrap {
    max-width: 850px;
    margin: 0 auto;
}

.p_sub_column_middle.width_100 .p_theme_image UL,
.p_sub_column_middle.width_100 .p_theme_image LI {
    height: auto;
}

.p_sub_column_middle .p_theme_image UL {
    height: auto;
    width: 100% !important;
}

.p_theme_image UL LI {
    left: auto;
    right: 0;
}

.p_theme_image UL {
    float: right;
}

.p_slider_infobox_container {
    padding: 22px 20px 20px 19px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}

.p_new_footer_container {
    float: left;
    width: 100%;
    padding-top: 17px;
}

.p_new_footer_container .c_text {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}

.p_new_footer_container .c_text H2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 4px;
}

.p_new_footer_container .c_text H2 {
    line-height: 16px;
    color: #FFF;
}

.p_new_footer_container .c_text B {
    font-weight: 400;
}

.p_new_footer_container .c_text A {
    border-bottom: 1px solid #71787D;
    color: #71787D;
}

.p_new_footer_container .c_text A:hover {
    background-color: #ffd631;
    color: #383f46;
}

.p_footer {
    width: 100%;

    background: #2c3033;
    color: #FFF;

/*margin: 15px 0px 0px 0px;*/


    padding: 24px 0 30px 0;

    box-sizing: border-box;
}

.c_text.footer_style {
    padding-bottom: 7px;
}

.p_nav_footer LI {
    padding: 0 2px 0 2px;
}

.p_nav_footer A {
    padding: 0;
    border-right: 0 none;
    border-bottom: 1px solid #71787D;
}

.p_banner_html {
    clear: both;
    width: 100%;
}

@media handheld, only screen and (max-width: 1250px) {
    .p_outer.navbar {
        background: none;
    }
}

@media handheld, only screen and (max-width: 1100px) {
    .p_mobile_menu {
    }

    .p_outer_top .p_locale_select {
        display: none !important;
    }

    .p_locale_select {
        width: 100%;
    }

    .p_locale_select UL {
        left: 0;
        right: auto;
    }

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

    .p_slide_rte {
        font-size: 20px;
        line-height: 25px;
    }

    .p_slide_rte H2 {
        font-size: 33px;
        line-height: 38px;
    }


    .p_slider_infobox_container P {
        font-size: 14px;
    }

    .p_outer.navbar.p_navbar_outer {
        background-color: #303030;
    }
}

@media handheld, only screen and (max-width: 1000px) {
    .p_produktwelt .c_teaser_v2 {
        width: 50%;
    }

    .c_teaser_v2_container {
        min-height: 50px;
    }

    .c_teaser_v2_text BR {
        display: none;
    }

    .c_teaser_v2_text P {
        margin-bottom: 0;
    }
}

@media handheld, only screen and (max-width: 980px) {
    .p_outer_top .p_login {
        display: none;
    }

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

    /*
    .p_outer_top .p_nav_language {
        display: none;
    }
    #my-menu .p_nav_language {
        display: block;
    }
    */
    .p_nav_language {
        padding: 0;
        padding-right: 6px;
    }

    .p_nav_language LI .active {
        display: none;
    }

    .p_nav_language A {
        padding: 5px 8px 5px 8px;
        height: 14px;
        /*background-color: #ffd631;
        color: #2D3032;*/
        border-right: 1px solid #2D3032;
    }

    .p_nav_language A:hover, .p_nav_language A:focus {
        /*color: #2D3032;*/
    }

    .p_nav_language .p_nav_mobile_hidden {
        display: none;
    }

    .p_nav_language .p_nav_mobile_show {
        display: block;
    }

    .p_slider_infobox,
    .p_slider_outer.subsidiary .p_slider_infobox {
        max-width: none;
    }

    .p_slider_infobox_container {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .p_slider_infobox {
        left: 0;
        top: 0;
    }

    .p_slide_rte {
        font-size: 15px;
        line-height: 20px;
    }



    .p_footer_right_container .p_footer_text,
    .p_footer_right_container .p_nav_footer {
        display: inline-block;
    }

    .p_footer_right_container .p_footer_text {
        color: #71787D;
    }

    .p_footer_right_container .p_nav_footer A {
        color: #ffd631;
    }

    .p_footer_right_container .p_nav_footer A:hover ,.p_footer_right_container .p_nav_footer A:focus {
        color: #FFF;
    }

    /* Elemente in rechter Zusatz-Spalte */
    .p_teaser_section_2 .p_teaser_section_2_left,
    .p_teaser_section_2 .p_teaser_section_2_middle,
    .p_teaser_section_2 .p_teaser_section_2_right,
    .p_teaser_section_2 .p_teaser_section_2_right_additional {
        width: 50%;
        box-sizing: border-box;
    }

    .p_teaser_section_2 .p_teaser_section_2_middle,
    .p_teaser_section_2 .p_teaser_section_2_right_additional {
        padding-left: 6px;
    }

    .p_teaser_section_2 .p_teaser_section_2_left,
    .p_teaser_section_2 .p_teaser_section_2_right {
        padding-right: 6px;
    }

    .p_teaser_section_2_left A,
    .p_teaser_section_2_right A,
    .p_teaser_section_2_middle A,
    .p_teaser_section_2_right_additional A {
        margin-left: 0;
        margin-right: 0;
    }
}

@media handheld, only screen and (max-width: 870px) {
    .p_outer_top .p_search_header {
        display: none;
    }

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

    .p_search_btn_anim {
        display: block;
    }
}

@media handheld, only screen and (max-width: 992px) {
    .p_slogan {
        display: none !important;
    }
}

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

    #my-menu .p_locale_select DT SPAN {
        width: 100%;
        background-position: right 0.4em
    }

    .powermail_fieldset INPUT,
    .powermail_fieldset SELECT,
    .powermail_fieldset TEXTAREA {
        width: 90%;
    }

    .parsley-custom-error-message,
    .parsley-required,
    .error {
        width: 90%;
    }

    .p_nav_social_communities LI {
        padding-bottom: 30px;
    }

    .p_nav_social_communities LI.nagra_logo {
        padding-bottom: 15px;
        padding-right: 0;
        width: 100%;
    }

    .menu_main A SPAN,
    .nav_menu A SPAN {
        font-size: 15px;
    }

    .menu_main A:hover,
    .menu_main A:focus,
    .nav_menu A:hover,
    .nav_menu A:focus,
    .nav_small A:hover,
    .nav_small A:focus {
        color: #000;
    }

    .p_outer_top {
        float: left;
        position: relative;
        background: none;
    }

    .header_margin {
        margin-top: 0 !important;
    }

    .menu_main A, .nav_menu A {
        padding: 0;
    }

    .p_produktwelt_outer {
        display: none;
    }

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

    #calltoaction {
        display: block !important;
    }

    #cookie {
        z-index: 9999;
        padding-bottom: 48px;
    }

    /*
    .p_new_footer_container {
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
    }
    */
    .p_new_footer_container .c_text H2,
    .p_new_footer_container .c_text P,
    .p_new_footer_container .c_text A {
        color: #aaaeb1;
    }

    .p_new_footer_container .c_text A {
        border-color: #aaaeb1;
        border-bottom: 1px solid #71787D;
    }

    .p_new_footer_container .c_text A:hover,
    .p_new_footer_container .c_text A:focus {
        color: #111;
    }

    #mm-page .p_nav A SPAN {
        font-size: 15px;
    }

    .menu_main.position_right {
        display: none;
    }

    .p_footer_right_container .p_footer_text,
    .p_footer_right_container .p_nav_footer A,
    .p_footer_right_container .p_footer_text a {
        color: #aaaeb1;
    }

    .navbar .menu_main A,
    .navbar .nav_menu A {
        height: auto;
        padding: 0;
    }

    .p_outer_top .p_nav_language,
    .p_outer_top .p_search.mobile_rd {
        display: block;
    }

    .p_outer_top .p_nav_language {
    }

    #my-menu .p_search,
    #my-menu .p_nav_language {
        display: none;
    }

    #my-menu .p_login {
        float: right;
        padding-right: 132px;
    }

    .p_outer_top .p_nav UL {
        padding-right: 0;
    }

    #my-menu .p_locale_select_websites DT A {
        color: #FFD631;
    }

    #my-menu .p_locale_select_websites DD{
        display: block !important;
    }

    /*.p_search_btn_anim {
        display: none;
    }*/

    .p_head_navigations {
        clear: both;
        width: 100%;
    }

    .p_head_navigations > .p_mobile_menu {
        display: block;
        position: absolute;
        top: 12px;
        right: 10px;
    }

    .p_outer_top .p_search_header {
        position: absolute;
        right: 52px;
        left: auto;
    }

    .p_search INPUT {
        background-color: #676A6C;
    }

    .p_nav_corporate {
        padding-right: 10px;
    }

    .p_search_btn_anim{
        position: absolute;
        right: 15px;
    }

    .p_nav_language {
        position: absolute;
        /*right: 207px;*/
        right: 45px;
    }

    .p_head_navigations > .p_locale_select  {
        position: absolute;
        right: 45px;
        /*display: block !important;*/
        width: 163px;
    }

    .p_head_navigations > .p_locale_select .p_locale_select_websites {
        position: relative;
    }

    .p_head_navigations > .p_locale_select UL {
        left: initial;
        right: 1px;
    }

    .ac_results {
        display: none !important;
    }
}

@media handheld, only screen and (max-width: 550px) {
    .powermail_check_inner {
        width: 100%;
        margin-right: 0;
    }

    .p_search_btn_anim{
        position: absolute;
        right: 15px;
    }

    .p_nav_language {
        position: absolute;
        right: 45px;
    }

    .p_head_navigations > .p_locale_select  {
        display: none !important;
    }
}

.menu_main A,
.nav_menu A {
    min-height: 13px;
}

@media handheld, only screen and (max-width: 1060px) {
    .menu_main A,
    .nav_menu A {
        font-size: 15px;
    }

    BODY {
        font-size: 14px;
    }

    .p_sub_column_left .p_nav_sub A {
        font-size: 14px;
    }

    BODY, .p_column_left_content P, .p_column_middle_content P, .p_column_right_content P {
        font-size: 14px;
    }

    H3 {
        /*font-size: 14px; */
  }

  .p_column_left_content H2, .p_column_middle_content H2, .p_column_right_content H2 {
     /* font-size: 15px; */
    }

    .p_column_left_content H1, .p_column_middle_content H1, .p_column_right_content H1 {
        /* font-size: 17px; */
    }
}

@media handheld, only screen and (max-width: 1010px) {
    .menu_main A,
    .nav_menu A {
        font-size: 12px;
    }
}

@media handheld, only screen and (max-width: 950px) {
    .menu_main A,
    .nav_menu A {
        font-size: 11px;
    }
}

@media handheld, only screen and (max-width: 880px) {
    .p_outer_top .menu_main A,
    .p_outer_top .nav_menu A {
        font-size: 14px;
    }
}

@media handheld, only screen and (max-width: 760px) {
    .p_outer_top .menu_main DIV A SPAN,
    .p_outer_top .nav_menu DIV A SPAN {
        font-size: 15px;
    }

    .p_mobile_menu .menu_main DIV A SPAN,
    .p_mobile_menu .nav_menu DIV A SPAN {
        font-size: 12px;
    }

    .menu_main.position_right {
        display: none !important;
    }
}

/* Temp Lösung */
.powermail_laender {
    display: none;
}

.c_related_products .bx-viewport {
    height: 160px !important;
}

.c_image_slider_prev_slide A,
.c_image_slider_next_slide A,
.c_related_products_list_next_slide A,
.c_related_products_list_prev_slide A {
    float: left;
    width: 25px;
    height: 25px;
}

.p_footer_right_container .p_footer_text {
    color: #ffffff;
}

.p_footer_right_container .p_nav_footer A {
    color: #ffd631;
}

.p_footer_right_container .p_nav_footer A:hover ,.p_footer_right_container .p_nav_footer A:focus {
    color: #FFF;
}

::-webkit-input-placeholder {
    color: #7e8285 !important;
    opacity: 0.9 !important;
}

::-moz-placeholder {
    color: #7e8285 !important;
    opacity: 0.9 !important;
}

:-ms-input-placeholder {
    color: #7e8285 !important;
    opacity: 0.9 !important;
}

INPUT:-moz-placeholder {
    color: #7e8285 !important;
    opacity: 0.9 !important;
}

/* 360° integration */
.iframe360 {
    min-width: 320px;
    width: 100%;
    height: 679px;
    float: none;
    margin: 0;
    text-align: center;
}

@media screen and (min-width: 640px) {
    iframe.iframe360 {
        width: 320px;
        float: right;
        margin: 0 0 0 20px;
    }

    iframe.iframe360.w50 {
        width: 50%;
        height: 500px;
    }
}

/* Autocomplete */
.tx-indexedsearch-autocomplete {
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
}
.tx-indexedsearch-autocomplete .highlighted {
    background-color: #ffd631 !important;
    color: #000;
}
.powermail_form_79 .powermail_field input[type=radio] {
	float: left;
	width: auto;
}
.powermail_form_93 .powermail_field input[type=radio] {
	float: left;
	width: auto;
}
