/***** BAVARIAN DEMON *****/
body {
    color: #000;
    font-family: "FrutigerCondensed", Arial, sans-serif;
    font-size: 17px;
}
.page {
    margin:auto;
    /*max-width: 1400px;*/
}
div, section, footer {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wrapper {
    margin: auto;
    width: 320px;
    padding: 0 10px;
}
.module_announce .module_announce_inner .slider_container .wrapper {
    margin: auto;
    width: 320px;
    padding: 0 30px;
}
.bp_480 .module_announce .module_announce_inner .slider_container .wrapper {
    width: 375px;
}
.bp_768 .module_announce .module_announce_inner .slider_container .wrapper {
    width: 730px;
}
.bp_1024 .module_announce .module_announce_inner .slider_container .wrapper {
    width: 980px;
}
.bp_1200 .module_announce .module_announce_inner .slider_container .wrapper {
    width: 1160px;
}
.bp_1280 .module_announce .module_announce_inner .slider_container .wrapper {
    width: 1230px;
}
.bp_1400 .module_announce .module_announce_inner .slider_container .wrapper {
    width: 1200px;
    padding:0;
}
.wrapper .module .wrapper {
    width: auto !important;
}

.grid_unit {
    margin: 10px 0;
}

.h1,.h2,.h3 {
    text-transform: uppercase;
    word-wrap: break-word;
    hyphens: auto;
    margin-top: 20px;
    font-weight: normal;
    font-family: "FetteEngD", sans-serif;
	display:block;
}
.h1 {
    color: #000;
    font-size: 32px;
    margin-bottom: 20px;
}
.bp_1200 .h1 {
    font-size: 45px;
    margin-bottom: 40px;
}
.bp_1200 .h1 + .line {
    margin-bottom: 22px;
}
.h2 {
    color: #000;
    font-size: 22px;
    margin-bottom: 15px;
}
.bp_1200 .h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
/*.h3 {
        font-size: 18px;
        margin-bottom: 20px;
}
.bp_1200 .h3 {
        font-size: 25px;
}*/
.subheadline {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 24px;
    font-family: "FetteEngD", sans-serif;
}
.bp_768 .subheadline {
    margin-bottom: 25px;
}
.bp_1200 .subheadline {
    font-size: 25px;
}
.small_headline {
    font-family: "FetteEngD", sans-serif;
    font-size: 20px;
    color: #dc052f;
    text-transform: uppercase;
    display: block;
}
.headline_container:first-child > .headline,
.headline_container:first-child > .subheadline {
    margin-top: 0;
}

.content_main ul,
.content_middle ul {
    list-style: none;
}
ul.ne_download_pager{
    margin-top:0;    
}
.content_main ul li,
.content_middle .faq ul li,
.content_middle .module_text ul li {
    background-image: url("../../../../../../fileadmin/templates/img/list-style-image.jpg");
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.quote {
    color: #dc052f;
    font-family: "FrutigerCondensedItalic", sans-serif;
    font-size: 22px;
}
.title {
    /*color: #dc052f;*/
    font-family: "FetteEngD", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}
.red{
    color: #dc052f;
}

a {
    color: #dc052f;
    text-decoration: none;
    transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -webkit-transition: color 0.5s ease-in-out;
}
a:hover,
a.hovered {
    color: #c2042a;
    transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -webkit-transition: color 0.5s ease-in-out;
}
.link_box.button {
    margin-bottom: 10px;
    float: left;
    clear: left;
}
.link_box.button a {
    color: #fff;
    background-color: #dc052f;
    padding: 5px 10px;
    display: inline-block;
    font-size: 15px;
    font-family: "FetteEngD", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.link_box.button.hovered a {
    color: #000;
}
.bp_1200 .link_box.button a {
    padding: 12px 20px;
    font-size: 18px;
}
/*.link_box.button a.darkgreen {
    background-color: #005556;
}*/
.link_box.button a.red {
    color:#fff;
    background-color: #dc052f;
    border:1px solid #dc052f;
}

.link_box.button a.black_btn {
    color:#fff;
    background-color: #000000;
    border:1px solid #000000;
}

.link_box.button a:hover,
.link_box.button a.white{
    background-color: #c2042a;
    border:1px solid #c2042a;
    text-decoration: none;
}
.link_box.button a.red:hover, .link_box.button a.white {
    color:#dc052f;
    /*background-color: #dc052f;*/
    /*border:1px solid #dc052f;*/
}
.link_box.button a,
.link_box.button a.black {
    background-color: #000;
    border:1px solid #000;
    color:#fff;
}
.link_box.button a:hover ,
.link_box.button a.black:hover,
.link_box.button a.white
{
    background-color: #fff;
}

.link_box.button a.black_btn:hover {
    background: #fff;
    border:1px solid #000000;
    color: #000;
}
.link_box.button a.black:hover {
    color:#000;
    border:1px solid #000;
}
.link_box.button a.white:hover{
    color: #fff;
    background-color: #dc052f;
}

b, strong {
    font-weight: normal;
    font-family: "FrutigerCondensedBold";
}

.back_button,
.watch_list {
    margin-bottom: 20px;
}
.back_button > a,
.watch_list > a {
    background-image: url("../../../../../../fileadmin/templates/img/arr-back.png");
    background-position: left 1px;
    background-repeat: no-repeat;
    color: #626262;
    display: inline-block;
    line-height: 22px;
    padding-left: 25px;
    width: 100%;
}
.back_button.hovered > a,
.watch_list.hovered > a {
    color: #4f4f4f;
}
.bp_480 .back_button,
.bp_480 .watch_list {
    float: left;
}
.bp_480 .watch_list {
    float: right;
}
.bp_1024 .back_button {
    margin-bottom: 40px;
}

p {
    margin-bottom: 15px;
}
p:last-child {
    margin-bottom: 0;
}
input {
    border-radius: 0;
    -webkit-appearance: none;
}
input[type="text"],
input[type="password"] {
    color: #626262;
    font-family: "FrutigerCondensed", Arial, sans-serif;
    font-size: 17px;
    height: 30px;
    width: 100%;
    border: 1px solid #b3b3b4;
    background-color: #fff;
    padding: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#tx-indexedsearch-searchbox-sword {
    height:33px;
}

input[type="checkbox"]{
    -webkit-appearance: checkbox;
}
input[type="submit"],
input[type="button"] {
    color: #fff;
    background-color: #dc052f;
    border:1px solid #dc052f;
    padding: 5px 20px;
    display: inline-block;
    font-family: "FetteEngD", sans-serif;
    font-size:18px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom:5px;
}
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #fff;
    text-decoration: none;
    color:#dc052f;
}
#container-contact-person .link_box.button a:hover {
    border-color:#000;
}
.styled_dropdown_outer {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    max-width: 350px;
    font-size: 16px;
}
.styled_dropdown_outer span.select {
    width: 100%;	
    background-position: 96% center;
}
.styled_dropdown_outer span.select .select-inner {
    padding: 4px 25px 4px 5px;
}
.styled_dropdown_outer .optionList {
    box-sizing: content-box;
}
.styled_dropdown_outer .selectOption.js_hover {
    padding: 5px 13px;
}


.slick-slider {
    margin-bottom: 0 !important;
}
.slider_prev_outer,
.slider_next_outer {
    background-color: #000;
    background-image: url("../../../../../../fileadmin/templates/img/arr-prev.png");
    background-repeat: no-repeat;
    background-position: center 16px;
    bottom: 0;
    height: 51px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}
.slider_next_outer {
    right: 0;
    left: auto;
    background-image: url("../../../../../../fileadmin/templates/img/arr-next.png");
}
.slider_prev_outer.hovered,
.slider_next_outer.hovered {
    opacity: 1;
}
.slider_pager {
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 100;
    text-align: center;
}
.module_announce .news_detail .slider_pager {
    bottom: 30px;
}
.pager_elem {
    background-color: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
}
.pager_elem.act {
    background-color: #dc052f;
}

.header {
    padding: 0;
    /*position: absolute;*/

    position: fixed;
    top: 0;
    left: 0;

    background-color: #000;
    background-image:url("../../../../../../fileadmin/templates/img/bd-header-bg.jpg");
    background-position: center top;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    z-index: 6001;
}
.bp_1024 .header {
    /*	position: fixed;
            top: 0;
            left: 0;*/
    height: 130px;
}
.header:before {
    content:" ";
    display:block;
    width:100%;
    height:100%;
    background:url("../../../../../../fileadmin/templates/img/used-header-left.png") no-repeat left top;
    position:absolute;
    top:0;
    left:0;
    pointer-events: none;
}
.header:after {
    content:" ";
    display:block;
    width:100%;
    height:100%;
    background:url("../../../../../../fileadmin/templates/img/used-header-right.png") no-repeat right top;
    position:absolute;
    top:0;
    right:0;
    pointer-events: none;
}

.logo {
    width: 100px;
    float: left;
    margin-top: 0;
    top:0;
    z-index:100;
    box-shadow:0 8px 24px rgba(0,0,0,0.5);
}
.bp_1200 .logo {
    width: 196px;
}
.bp_1024 .header.small_header .logo {
    margin-top: 0;
    width: 100px;
}
.bp_1200 .header.small_header .logo {
    width: 150px;
}

/** NAVIGATION **/

/* FIXME: mob-nav hack */
.wrapper,
.nav_outer,
.nav_wrapper {
    position: static;
}
.bp_1024 .wrapper,
.bp_1024 .nav_outer,
.bp_1024 .nav_wrapper {
    position: relative;
}
/* /mob-nav hack */


.nav_trigger {
    float: right;
    display: block;
    width: 32px;
    height: 25px;
    cursor: pointer;
    margin-top:22px;
}
.bp_1024 .nav_trigger {
    margin-top:20px;
}

.nav_trigger .navicon {
    background-color: #dc052f;
    right: 0;
    position: absolute;
    width: 30px;
    height: 23px;
    z-index: 10;
    transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
}

.nav_trigger.hovered .navicon,
.nav_trigger.act .navicon {
    background-color: #c2042a;
    transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
}

.navigation {
    position: absolute;
    z-index: 10;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 270px;
    top: 0px;
    right: -270px;
    overflow-y: auto;
}
.navigation .meta_outer {
    height: 70px;
}
.navigation .meta_outer .quick_links {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 15px;
    z-index: 10;
}
.navigation .meta_outer .social_icons,
.navigation .meta_outer .icon.basket {
    float: left;
}
.navigation .meta_outer .social_icons li {
    padding: 0 8px 0 0;
}
.navigation .meta_outer span {
    display: block;
    cursor: pointer;
}
.navigation .close_button {
    color: #dc052f;
    text-decoration: none;
    position: absolute;
    padding-left: 22px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.navigation .close_button:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #dc052f;
    content: "";
    display: inline-block;
    height: 0;
    left: 0;
    position: absolute;
    top: 6px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    width: 0;
}

.menu_service ul,
.navigation ul {
    list-style: none;
    width: 100%
}
.navigation .nav1 li {
    line-height: 26px;
    background: #fff;
    /*border-bottom: 1px solid #b0aeb1;*/
    background-image: url("../../../../../../fileadmin/templates/img/used-nav2-border.png");
    background-repeat: no-repeat;
}
.navigation .nav1 li.button {
    background-color: #dc052f;
    font-size: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    background-image: none;
    border:1px solid #dc052f;
}
.bp_1024 .navigation .nav1 li.button {
    color: #fff;
    background-color: #dc052f;
    border:1px solid #dc052f;
    padding: 5px !important;
    margin-top:0;
}
.bp_1200 .navigation .nav1 li.button {
    padding: 5px 25px !important;
}
.bp_1024 .small_header .navigation .nav1 li.button {
    display:none;
}
.bp_1200 .small_header .navigation .nav1 li.button {
    display:inline-block;
    padding: 5px !important;
}
.navigation .nav1 li.button:hover  {
    background-color: #fff;
    border: 1px solid #dc052f;
    box-sizing:border-box;
}
.navigation .nav1 li.button a {
    color: #fff;
}
.bp_1024 .navigation .nav1 li.button a {
    padding: 0 !important;
}
.bp_1024 .navigation .nav1 li.button:hover a {
    color: #dc052f;
}
.navigation .nav1 li a
.navigation .nav1 li.button a.hovered span.icon,
.navigation .nav1 li.button.hovered a span.icon,
.navigation .nav1 li.button a span.icon{
    display: none;
}
.navigation .nav1 li.hovered.button > a{
    background-color: #fff;
    color:#dc052f;
}
.navigation .nav1 li a {
    font-size: 14px;
    text-decoration: none;
    border-top: 1px solid transparent;
    display: block;
    padding: 6px 15px;
    color: #000;
    position: relative;
    -webkit-transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
    -moz-transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
    -ms-transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
    -o-transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
    transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
}
.navigation .nav1 li.hovered > a,
.navigation .nav1 li.act > a {
    background-color: #dc052f;
    border-top: 1px solid #000;
    box-sizing: border-box;
    color: #fff;
    -webkit-transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
    -moz-transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
    -ms-transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
    -o-transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
    transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
}
.navigation .nav1 li.button > a,
.navigation .nav1 li.button.hovered > a {
    border-top: none;
}
.bp_1024 .navigation .nav1 li a {
    border-top: none;
}
.bp_1024 .navigation .nav1 li.hovered > a,
.bp_1024 .navigation .nav1 li.act > a {
    border-top: none;
}
/*.navigation .nav1 li.button.hovered > a{
    background-color: #fff;
}*/
.navigation .nav1 li.hasSub > a .icon {
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #dc052f;
    display: inline-block;
    height: 0;
    right: 15px;
    top: 16px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 0;
}
.navigation .nav1 li.hasSub.act > a .icon,
.navigation .nav1 li.hasSub.hovered > a .icon {
    border-top: 8px solid #fff;
}
.navigation .nav1 li.hasSub.open > a .icon,
.navigation .nav1 li.hasSub.act > a .icon 
{
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.navigation .nav2 li a {
    padding-left: 25px;
}
.navigation .nav3 li a {
    padding-left: 35px;
}
/** NAVIGATION END **/


.navigation .menu_service {
    margin-top: 20px;
    padding: 0 15px;
}
.menu_service li {
    float: left;
    width: 100%;
    margin: 5px 0;
    font-size: 15px;
}
/*.menu_service li:last-child{
    margin-bottom:50px;
}*/
.menu_service li.language {
    margin: 0;
    z-index: 2;
    position: relative;
}
.menu_service .icon {
    display: inline-block;
    margin-right: 5px;
}
.menu_service li.search .icon {
    background: transparent url("../../../../../../fileadmin/templates/img/search-icon.png") 0 0 no-repeat;
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    position: relative;
}
/*.menu_service li.search .icon:before {
    content:" ";
    display:block;
    background: url("/fileadmin/templates/img/search-icon.png") no-repeat;
    background-position: 0 -25px;
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    position: absolute;
    top:1px;
    left:0;
    opacity:0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.bp_1024 .menu_service li.search .icon:before {
    background-position: 0 -32px;
    background-size: 18px auto;
    width: 18px;
    height: 18px;
    top:0;
}

.menu_service li.search:hover .icon:before {
    opacity:1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}*/


.menu_service li.worldwide .icon {
    background: url("../../../../../../fileadmin/templates/img/bd-map-header.png") no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 14px;
    top: 2px;
    position: relative;
}

/*.menu_service li.worldwide .icon:before {
    content:" ";
    display:block;
    background: url("/fileadmin/templates/img/contact-icon.png") no-repeat;
    background-position: 0 -19px;
    background-size: 16px auto;
    width: 16px;
    height: 16px;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.menu_service li.worldwide:hover .icon:before {
    opacity:1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}*/

/*.menu_service li.worldwide:hover .icon,
.menu_service li.worldwide .icon:hover {
        background-position: 0 -19px;
}*/

.menu_service li.wishlist .icon {
    background: transparent url("../../../../../../fileadmin/templates/img/list-icon.png") 0 0 no-repeat;
    background-size: 14px auto;
    width: 14px;
    height: 17px;
    position: relative;
    top: 2px;
}
.menu_service li > a {
    color: #9c9d9d;
}
.menu_service li a.hovered {
    color: #626262;
}

/** MENU LANGUAGE **/
.menu_service li.language .menu_language img {
    max-width: 20px;
    padding-right: 10px;
}
.menu_service li.language .menu_language {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.menu_service li.language .menu_language ul {
    position: absolute;
}
.menu_service li.language .menu_language ul.pseudo_dropdown li a{
    color:#dc052f;
}
.menu_service li.language .menu_language ul.pseudo_dropdown li.act a{
    color:#939393;
}
.menu_service li.language .menu_language li {
    list-style: outside none none;
    text-align: left;
    display: none;
    background-color: #fff;
    padding: 5px 0;
    margin: 0;
}
.menu_service li.language .menu_language li.act {
    display: block;
    left: 0;
    top: -25px;
    position: absolute;
    z-index: 999;
    padding: 0;

}
.menu_service li.language .menu_language li.disabled {
    display: none;
}
.menu_service li.language .menu_language a {
    color: #939393;
    display: block;
    font-size: 15px;
    line-height: 14px;
    text-decoration: none;
}
.menu_service li.language .menu_language li.hovered a {
    color: #7a7a7a;
}
.menu_service li.language .menu_language li.act a {
    color: #939393;
    background-color: transparent;
}
.menu_service li.language .menu_language li.act a:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #8f9091;
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 3px;
    z-index: 999;
}
/** END MENU LANGUAGE **/

.breadcrumb_container {
    z-index: 101;
}
.breadcrumb {
    /*border-bottom: 1px solid #d0d0d0;*/
    padding: 12px 0;

    background:url("../../../../../../fileadmin/templates/img/used-breadcrumb.png") no-repeat right bottom;
}
.bp_1200 .breadcrumb {
    padding: 8px 0;
}
.bp_1280 .breadcrumb {
    padding: 20px 0;
}
.breadcrumb ul {
    float: right;
}
.breadcrumb li {
    display: block;
    float: left;
    background: none !important;
    text-transform: uppercase;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb li.hovered a {
    color: #dc052f;
}
.breadcrumb .act a {
    color: #dc052f;
}
.breadcrumb .hovered.act a {
    color: #dc052f;
}
.breadcrumb .divider {
    padding: 0 8px;
    display: inline-block;
}

.content_top {
    padding-top: 70px;
}
.wrapper_footer {
    width:100%;
    height:100%;
    padding: 25px 0;
}
.wrapper_footer:before {
    content:" ";
    display:block;
    width:100%;
    height:100%;
    background:url("../../../../../../fileadmin/templates/img/footer_used_left.png") no-repeat left top;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    pointer-events: none;
}
.wrapper_footer:after {
    content:" ";
    display:block;
    width:100%;
    height:100%;
    background:url("../../../../../../fileadmin/templates/img/footer_used_right.png") no-repeat right bottom;
    position:absolute;
    bottom:0;
    right:0;
    z-index:1;
    pointer-events: none;
}

.footer {
    font-size: 15px;
    background-image:url("../../../../../../fileadmin/templates/img/footer_background.png");
    background-size: cover;
    background-repeat:no-repeat;
    color: #fff;
}
.footer .headline {
    text-transform: uppercase;
    padding: 0 0 7px;
    margin: 0 0 10px;
    /*border-bottom: 1px solid #4e4f4f;*/
    display: inline-block;
    width: 100%;
    color: #fff;
    font-family: "FetteEngD", sans-serif;
    font-size: 22px;
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
/*.footer .social_media {
    padding: 15px 0 0;
}*/
.footer .social_icons {
    margin-top: 10px;
}
.footer .social_icons img {
    max-height: 30px;
}
.footer .social_icons .hover_img {
    position: absolute;
    top: 0;
    left: 0;
}
.footer .social_icons ul {
    list-style: none;
}
.footer .social_icons li {
    /*display: inline-block;*/
    float:left;
    margin-right: 4px;
}
.bp_768 .footer .social_icons li {
    margin-right: 2px;
}
.bp_1024 .footer .social_icons li {
    margin-right: 5px;
}
.footer .social_icons li a {
    position: relative;
    display: block;
}
.footer .newsletter {
    margin-top: 10px;
}
.footer input[type="submit"],
.footer input[type="button"] {
    margin-top: 10px;
}
.footer .copyright {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #b4b4b5;
}
.footer .menu_footer {
    margin: 20px 0;
    clear:left;
}
.footer .menu_footer li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.footer .footer_slogan {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-size: 15px;
    text-transform: uppercase;
    /*min-height: 40px;*/
    /*letter-spacing: 3px;*/
}
.footer .footer_slogan .slogan.red {
    color:#dc052f;
}


.bp_480 .wrapper {
    width: 480px;
    padding: 0 15px;
}
.bp_480 .grid_33 .grid_unit {
    width: 50%;
}
.bp_480 .footer .grid_33 .grid_unit {
    width: 100%;
}


.bp_768 .wrapper {
    width: 768px;
    padding: 0 20px;
}
.bp_768 .grid_33 .grid_unit {
    width: 33.333%;
}
.bp_768 .grid_50 .grid_unit {
    width: 50%;
}
.bp_768 .grid_25 .grid_unit {
    width: 25%;
}
.bp_768 .grid_66_33 > .grid_unit {
    width: 33.333%;
}
.bp_768 .grid_66_33 > .grid_unit:first-child {
    width: 66.666%;
}
.bp_768 .grid_33_66 > .grid_unit {
    width: 66.666%;
}
.bp_768 .grid_33_66 > .grid_unit:first-child {
    width: 33.333%;
}
.bp_768 .grid_70_30 > .grid_unit {
    width: 30%;
}
.bp_768 .grid_70_30 > .grid_unit:first-child {
    width: 70%;
}
.bp_768 .footer .footer_wrapper {
    padding: 25px 0 0;
}
.bp_768 .footer .grid_33 .grid_unit {
    width: 33.333%;
}
.bp_768 .footer .headline {
    padding-bottom: 8px;
    /*margin-bottom: 15px;*/
}
.bp_768 .footer input[type="submit"],
.bp_768 .footer input[type="button"] {
    margin-top: 10px;
}
.bp_768 .footer .copyright {
    float: left;
    width: 50%;
    padding-top: 15px;
    margin-top: 25px;
}
.bp_768 .footer .menu_footer {
    float: right;
    width: 100%;
    padding-top: 15px;
}
.bp_768 .footer .menu_footer li {
    margin: 0 15px 0 0;
}
.bp_768 .footer .footer_slogan {
    /*    letter-spacing: 10px;*/
    font-size: 18px;
}
/*.bp_768 .footer .social_media {
    padding: 25px 0 0;
}*/


.bp_1024 .wrapper {
    width: 1024px;
    padding: 0 50px;
}
.bp_1024 .header .logo {
    position: absolute;
    left: 50px;
    /*top: -2px;*/
}
.bp_1024 .menu_service {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    text-transform:uppercase;
    color:#939393;
    top:25px;
    z-index:11;
}
.bp_1024 .menu_service li {
    display: inline-block;
    padding-left: 30px;
}
.bp_1024 .menu_service li:first-child {
    padding-left: 0;
    margin-right: 11px;
}
.bp_1024 .menu_service li a {
    line-height:18px;
    color: #939393;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.bp_1024 .menu_service li a.hovered,
.bp_1024 .menu_service li.act a {
    color: #7a7a7a;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.bp_1024 .menu_service li.language .menu_language ul {
    z-index: 100;
    left: -60px;
    position: absolute;
    top: 13px;
}
.bp_1024 .menu_service li.language .menu_language li {
    width: 60px;
    max-width: 60px;
    padding: 8px 15px;
    background-color: #1B1B1B;
}
.bp_1024 .menu_service li.language .menu_language li.act {
    padding: 0 15px;
    width: 60px;
    max-width: 60px;
}
.bp_1024 .menu_service li.language .menu_language li a {
    color:#fff;
}
.bp_1024 .menu_service li.language .menu_language li.hovered a {
    color:#dc052f;
}
.bp_1024 .menu_service li.language .menu_language li.act a {
    color:#939393;
}
.bp_1024 .menu_service li.language .menu_language li.act a:before {
    left: 0;
    right: auto;
}
/*.bp_1024 .menu_service li.language .menu_language li img {
        display:none;
}*/
.bp_1024 .nav_outer {
    float: right;
    width: 100%;
    text-align: right;
}
.bp_1024 .navigation ul {
    width:auto;
    float:none;
}
.bp_1024 .nav_trigger {
    display: none;
}
.bp_1024 .navigation {
    display: relative;
    width: 100%;
    top: auto;
    right: 0;
    box-shadow: none;
    background: none;
    overflow-y: visible;
}
.bp_1024 .navigation ul.nav1 {
    /*border-top: 1px solid #e0e0e1;*/
    margin-top: 42px;
    /*padding-top: 18px;*/
    position: absolute;
    right: 0;
    top: 27px;	
    width: 100%;
}
.bp_1024 .navigation li {
    background: none;
    border: none;
    display: inline-block;
    margin-left: 20px;
}
.bp_1024 .navigation .nav1 li:first-child {
    border: none;
}
.bp_1024 .navigation li a {
    font-size: 18px;
    line-height:24px;
    color: #fff;
    padding: 0 0 22px;
    text-transform:uppercase;
}
.bp_1024 .navigation .nav1 > li {
    padding: 0 0 22px;
}
.bp_1024 .navigation .nav1 > li > a {
    padding: 0 0 5px;
}
.bp_1024 .navigation .nav1 > li:first-child {
    padding-left: 0;
}
.bp_1024 .navigation .nav1 li.hovered,
.bp_1024 .navigation .nav1 li.act {
    color: #dc052f;
}
.bp_1024 .navigation .nav1 li.hovered a,
.bp_1024 .navigation .nav1 li.act a {
    background: none;
    color: #dc052f;
}
.bp_1024 .navigation .nav1 li.act > a {
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    border-bottom:2px solid #dc052f;
}
/* Required for Down Triangle */
/*.bp_1024 .navigation .nav1 > li.hovered.hasSub > a:before, 
.bp_1024 .navigation .nav1 > li.hovered.hasSub > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        z-index: 1000;
}*/
/*.bp_1024 .navigation .nav1 > li.hovered.hasSub > a:before {
    bottom: 2px;
    left: 0;
    right: 0;
        margin: auto;
    border-top-color: #c4c4c4;
    border-width: 12px;
}*/
/*.bp_1024 .navigation .nav1 > li.hovered.hasSub > a:after {
    bottom: 2px;
    left: 0;
    right: 0;
        margin: auto;
    border-top-color: #fff;
    border-width: 11px;
}*/

/*.bp_1024 .navigation .nav1 > li.hasSub > a .icon {	
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #c4c4c4 !important;
    margin:auto;
    left: 0;
    right: 0;
    top: auto;
    bottom:1px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    z-index: 1000;	
}
.bp_1024 .navigation .nav1 > li.hasSub > a .icon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
    bottom: 1px;
    left: -11px;
    margin: auto;
    border-top-color: #fff;
    border-width: 11px;
}
.bp_1024 .small_header .navigation .nav1 > li.hasSub > a .icon {
    bottom:0;
}
.bp_1024 .navigation li.act.hasSub > a .icon {
    border-top-color: #00a3e0;
}
.bp_1024 .navigation .nav1 > li > a .icon {
    display: none;
}*/
.bp_1024 .navigation .nav1 li .nav2 li.hasSub .icon {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    top: 50%;
    margin-top:-4px;
}
.bp_1024 .navigation .nav1 > li > a .icon {
    display:none !important;
}


/* FLY OUT */
.bp_1024 .navigation .nav2_outer {
    /*border-top: 1px solid #e0e0e1;*/
    display: none;
    background-color: #fff;
    position: absolute;
    right: 0;
    /*top: 62px;*/
    top: 61px;
    width: 750px;
    /*padding: 0 26px;*/
    text-align: left;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.bp_1024 .navigation .nav2_outer::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset;
    z-index: 2;
    pointer-events: none;
}

.bp_1024 .navigation .nav2_outer li {
    margin: 0;
}
.bp_1024 .navigation .nav2_outer li a {
    font-size: 18px;
}

.bp_1024 .navigation .nav2 {
    /*border-right: 1px solid #e0e0e1;*/
    padding: 20px 44px 20px 0;
    width: 260px;
}
.bp_1024 .navigation .nav2:before {
    content:" ";
    display:block;
    width:100%;
    height:100%;
    background:url("../../../../../../fileadmin/templates/img/used-subnav-top.png") no-repeat left top;
    position:absolute;
    top:0;
    left:0;
    z-index: 3;
    pointer-events: none;
}
.bp_1024 .navigation .nav2:after {
    content:" ";
    display:block;
    width:100%;
    height:100%;
    background:url("../../../../../../fileadmin/templates/img/used-subnav-bottom.png") no-repeat left bottom;
    position:absolute;
    bottom:0;
    left:0;
    z-index: 3;
    pointer-events: none;
}

.bp_1024 .navigation .nav2.open li:first-child {
    background: transparent;
}
/*.bp_1024 .navigation .nav2.open li:first-child a {
        padding-top: 0;
}*/
.bp_1024 .navigation .nav2.open li {
    display: block;
    /*border-top: 1px solid #e0e0e1;*/
    background: url("../../../../../../fileadmin/templates/img/used-nav2-border.png") no-repeat;
}
.bp_1024 .navigation .nav2.open li > a {
    padding: 18px 0 17px 26px;
    color: #000;
}
.bp_1024 .navigation .nav2.open li.hasSub > a .icon {
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 0;
}
.bp_1024 .navigation .nav3 li {
    width: 347px;
}
.bp_1024 .navigation .nav1 .nav2 li.hovered > a,
.bp_1024 .navigation .nav1 .nav2 li.act > a {
    color: #e01e44;
    border-bottom: none;
}
.bp_1024 .navigation .nav1 .nav2 li.act > a {
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
}
.bp_1024 .navigation .nav_highlight_wrapper {
    position: absolute;
    left: 300px;
    padding: 0 26px;
    background-color:#dfdfdf;
}
.bp_1024 .navigation .nav_highlight_wrapper:before {
    content:" ";
    display:block;
    width:100%;
    height:100%;
    background:url("../../../../../../fileadmin/templates/img/used-navhightlight-top.png") no-repeat left top;
    position:absolute;
    top:0;
    left:0;
    z-index: 3;
    pointer-events: none;
}
.bp_1024 .navigation .nav_highlight_wrapper:after {
    content:" ";
    display:block;
    width:100%;
    height:100%;
    background:url("../../../../../../fileadmin/templates/img/used-navhightlight-right.png") no-repeat right top;
    position:absolute;
    top:0;
    right:0;
    z-index: 3;
    pointer-events: none;
}
.bp_1024 .navigation .nav3 {
    display: none;
    position: absolute;
    top: 0;
    left: 305px;
    padding: 38px 26px 0;
}
.bp_1024 .navigation .nav3.open {
    display: block;
}
.bp_1024 .navigation .nav3 li a {
    color: #000 !important;
    padding: 18px 0 17px 0 !important;
}
.bp_1024 .navigation .nav3 li:first-child a {
    padding-top: 0 !important;
}
.bp_1024 .navigation .nav1 .nav3 li.hovered > a,
.bp_1024 .navigation .nav1 .nav3 li.act > a {
    color: #dc052f !important;
}
.bp_1024 .navigation .nav1 li.hasSub.hovered > a .icon {
    border-top-color: #dc052f;
}
/* /FLY OUT */

.bp_1024 .menu_service li {
    display: inline-block;
    padding-left: 20px;
    float: none;
    width: auto;
}
.bp_1024 .menu_service li.search .icon {
    background-size: 18px auto;
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
}
.bp_1024 .content_top {
    padding-top: 130px;
}
.bp_1024 .content_main ul li,
.bp_1024 .content_middle ul li {
    margin-bottom: 22px;
    background-position: left 7px;
}
.bp_1024 .content_middle ul li {
    margin-bottom: 15px;
}
.bp_1024 .footer .footer_wrapper {
    font-size: 15px;
    padding: 25px 0 0;
}
.bp_1024 .footer input[type="text"] {
    max-width: 175px;
    float: left;
}
.bp_1024 .footer input[type="submit"],
.bp_1024 .footer input[type="button"] {
    float: right;
    margin-top: 0;
}
.bp_1024 .pager_elem {
    width: 10px;
    height: 10px;
    margin: 0 4px;
}


/** SMALL HEADER **/
.bp_1024 .header.small_header {
    height: 68px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.bp_1024 .header.small_header .logo {
    /*margin-top: 8px;*/
    top: 0;
}
/*.bp_1024 .header.small_header .menu_service {
        display: none;
}*/
.bp_1024 .header.small_header .menu_service .language {
    display: none;
}
.bp_1024 .header.small_header .menu_service {
    top: 19px;
}
.bp_1200 .header.small_header .menu_service {
    top: 25px;
}
.bp_1024 .header.small_header .menu_service li {
    padding-left: 10px;
}
.bp_1024 .header.small_header .menu_service li a span.text {
    display:none;
}
.bp_1024 .header.small_header .navigation {
    margin-right:90px;
}

.bp_1024 .header.small_header ul.nav1 {
    width: 80%;
    border: none;
    margin: 0;
    padding: 0;
    top: 23px;
}
.bp_1024 .header.small_header .navigation .nav2_outer {
    top: 45px;
}
.bp_1024 .header.small_header .navigation .nav1 > li.hovered.hasSub > a:before,
.bp_1024 .header.small_header .navigation .nav1 > li.hovered.hasSub > a:after {
    bottom: 1px;
}
/** END SMALL HEADER **/


.bp_1200 .wrapper {
    width: 1200px;
}


.bp_1280 .wrapper {
    width: 1280px;
}
.bp_1280 .footer input[type="text"] {
    max-width: 240px;
}


.bp_1400 .wrapper {
    width: 1400px;
    padding: 0 100px;
}
.bp_1400 .header .logo {
    left: 100px;
}
.bp_1400 .grid {
    margin: 0 -18px;
}
.bp_1400 .grid_unit {
    padding: 0 18px;
}
.bp_1400 .footer .footer_wrapper {
    padding: 25px 0 0;
}




/** GRID **/
.bp_768 .grid_50 .grid_unit {
    width: 50%;
}




.worldwide_map_img {
    left: 0;
    position: absolute;
    top: 0;
    height: 130px;
}
.grid_unit.worlwide_block {
    height: 200px;
}




.wordwide_map_hover_img {
    display: none;
}


/*** SEARCH ***/
.tx-indexedsearch-searchbox {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.tx-indexedsearch-form label {
    display: block;
    margin-bottom:15px;
    height:22px;
}
.tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
    display: block;
    margin-bottom:15px;
    -webkit-border-radius:0;
    -webkit-appearance: none;
}
.bp_768 .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
    margin-bottom:0;
    width:300px;
}

.bp_768 .tx-indexedsearch-search-submit,
.bp_768 .tx-indexedsearch-form {
    float:left;
}
.bp_768 .tx-indexedsearch-search-submit {
    margin-top:37px;
    margin-left: 20px;
}

.search_term .h1 {
    display: block;
}

.tx-indexedsearch-browsebox ul {
    list-style: none;
}
.tx-indexedsearch-browsebox ul li {
    background: transparent;
    display: inline-block;
    border-left: 1px solid #d0d0d0;
    padding: 0 0 0 10px !important;
    margin:0 0 0 10px !important;
}
.tx-indexedsearch-browsebox ul li:first-child {
    border-left: 0;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.tx-indexedsearch-res {
    border-top: 1px solid #d0d0d0;
    padding-top: 30px;
    margin-top: 30px;
}
.search_term .word,
.tx-indexedsearch-res .tx-indexedsearch-description strong {
    color:#dc052f;
}

.tx-indexedsearch-res + .tx-indexedsearch-browsebox {
    border-top: 1px solid #d0d0d0;
    padding-top: 30px;
    margin: 30px 0 50px;
}
.no_result {
    margin-bottom: 50px;
}

/*** DATEPICKER ***/
.ui-widget-header {
    background: #dc052f !important;
    border:1px solid #dc052f !important;
}
.ui-state-hover .ui-icon, 
.ui-state-focus .ui-icon {
    background-image: url("../../../../ne_flibs/Resources/Public/js/vendors/jquery_ui/jquery-ui-1.10.4.custom/css/ui-lightness/images/ui-icons_ffffff_256x240.png") !important;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus {
    background: #dc052f !important;
    border:1px solid #dc052f !important;
}
.ui-widget,
.ui-datepicker .ui-datepicker-title select {
    color: #626262 !important;
    font-family: "FrutigerCondensed", Arial, sans-serif !important;
    font-size: 17px !important;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
    color: #dc052f !important;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
    background: #c2042a !important;
    border: 1px solid #c2042a !important;
    color: #fff !important;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
    border: 1px solid #c2042a !important;
    color: #c2042a !important;
}
.ui-state-active.ui-state-hover, 
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus {
    background: #c2042a !important;
    border: 1px solid #c2042a !important;
    color: #fff !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}
#colorbox #cboxWrapper #cboxTopLeft,
#colorbox #cboxWrapper #cboxTopCenter,
#colorbox #cboxWrapper #cboxTopRight,
#colorbox #cboxWrapper #cboxMiddleLeft,
#colorbox #cboxWrapper #cboxMiddleRight,
#colorbox #cboxWrapper #cboxBottomLeft,
#colorbox #cboxWrapper #cboxBottomCenter,
#colorbox #cboxWrapper #cboxBottomRight {
    background: none !important;
}
#colorbox #cboxWrapper #cboxClose {
    background: transparent url("../../../../../../fileadmin/templates/img/close-video_small.png") 0 0 no-repeat !important;
    top:0 !important;
    width:40px;
    height:40px;
    border:none;
    right: -50px !important;
    z-index: 1;
}
#colorbox #cboxWrapper #cboxPrevious,
#colorbox #cboxWrapper #cboxNext {
    background-color: #000;
    background-image: url("../../../../../../fileadmin/templates/img/arr-prev.png");
    background-repeat: no-repeat;
    background-position: center 16px;
    bottom: 0;
    height: 51px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    border: none;
}

#colorbox #cboxWrapper #cboxNext {
    right: 0;
    left: auto;
    background-image: url("../../../../../../fileadmin/templates/img/arr-next.png");
}
#colorbox #cboxWrapper #cboxPrevious:hover,
#colorbox #cboxWrapper #cboxNext:hover {
    opacity: 1;
}
#colorbox #cboxWrapper #cboxContent,
#colorbox #cboxWrapper,
#colorbox{
    overflow: visible !important;
}
#cboxLoadedContent {
    margin-bottom: 0 !important;
}

/*********************** AJAX Loadmask ***********************/
.loadmask-msg {
    background: transparent !important;
    border:0 !important;
    height:25px !important;
    width:25px !important;
    padding:0 !important;
}
.loadmask-msg div {
    background-color: transparent !important;
    border:0 !important;
    height:25px !important;
    width:25px !important;
    padding:0 !important;
}
/*********************** /AJAX Loadmask ***********************/


/*********************** SUCHE ***********************/
.tx-indexedsearch-searchbox-sword {
    width:200px;
    float:left;
    margin-right: 20px;
}
/*********************** /SUCHE ***********************/

/*********************** KONTAKT ***********************/
.content_main .ne-forms .contact_form {
    max-width:700px !important;
    box-sizing: border-box;
    padding: 0 10px;

}
.content_main .ne-forms .contact_form {
    margin-bottom: 30px;
}
.bp_768 .content_main .ne-forms .contact_form {
    margin-bottom: 50px;
    padding: 0;

}
.content_main .ne-forms .contact_form span.select,
.content_main .ne-forms .contact_form textarea,
.content_main .ne-forms .contact_form input[type="text"]{
    height: 40px;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}
.content_main .ne-forms .contact_form textarea{
    -webkit-border-radius:0;
    -webkit-appearance: none;
}
.content_main .ne-forms .contact_form .error-message{
    font-family: "FrutigerCondensed", Arial, sans-serif;
    color: #dc052f !important;
}
.content_main .ne-forms .contact_form input.valid{
    border-color:#00AA32;
}
.content_main .ne-forms .contact_form textarea{
    border: 1px solid #b3b3b4;
    resize: none;
    font-family: "FrutigerCondensed", Arial, sans-serif;
    padding: 10px;
    height: 160px;
    color:#626262;
}
.content_main .ne-forms .contact_form .styled_dropdown_outer   {
    max-width:none;
}
.content_main .ne-forms .contact_form .styled_dropdown_outer span.select  {
    padding:0;
    height: 40px;
    border-color:#b3b3b4;
    color:#626262;
}
.content_main .ne-forms .contact_form .styled_dropdown_outer .optionList .selectOption{
    color:#626262;
}
.content_main .ne-forms .contact_form .styled_dropdown_outer span.select .select-inner {
    padding: 10px;
    margin:0;
}
.content_main .ne-forms .contact_form .formElement.row-1 label {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 24px;
    font-family: "FetteEngD", sans-serif;
}
.bp_1200 .content_main .ne-forms .contact_form .formElement.row-1 label {
    font-size: 30px;
}

.content_main .ne-forms span.h3{
    color: #dc052f;
    font-size: 32px;
    margin-top:30px;
    display: block;
}
.bp_1200 .content_main .ne-forms span.h3{
    font-size: 45px;
    margin-top:50px;
}

.content_main .ne-forms .contact_form input[type="checkbox"]{
    vertical-align: top;
    margin-top: 3px;
}

.content_main .ne-forms .contact_form input[type="checkbox"] + label{
    width: 90%;
    padding-left: 10px;
    display: inline-block; 
}

.content_main .ne-forms .contact_form input[type="checkbox"].error + label{
    color: #dc052f;
}

/*********************** /KONTAKT ***********************/
