/*
Theme Name: elektro-haupt
Text Domain: haupt
Author: elektro-haupt
Version: 1.0
*/ 
/* BASE */
* {
	font-family:'Arial', sans-serif;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
	--light_gray: rgb(227,227,227);
	--dark_gray: rgb(38,38,38);
	--cd_gray: rgb(38,38,38);
	/*--cd_color: rgb(14,69,122);*/
	--cd_color: rgb(11,43,100);
	--cd_orange: rgb(11,43,100);
	--cd_color_transparent: rgba(11,43,100,0.9);
}
.clearfix:before, 
.clearfix:after, 
.container:before, 
.container:after, 
.col:before, 
.col:after, 
.row:before, 
.row:after,
#mainnavi:before, 
#mainnavi:after, 
.menu:before, 
.menu:after,
.menu ul:before, 
.menu ul:after,
.fullwidth:before, 
.fullwidth:after,
#searchform:before,
#searchform:after {
	content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
html {
	overflow-y:scroll;
	overflow-x:hidden
}
img {
	vertical-align: top;
}
p {
    line-height: 30px;
    font-size: 15px;
    color: var(--cd_gray);
}
a {
    color: var(--cd_color);
	color: var(--cd_gray);
}
h1 {
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: var(--cd_color);
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 75px;
    margin-top: 40px;
    font-family: 'Arial',sans-serif;
}
h2 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}
.introtext h2 {
    font-size: 27px;
    color: var(--cd_gray);
    margin-bottom: 10px;
	font-weight: bold;
}
.introtext h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--cd_color);
    font-size: 22px;
}
.unternehmentext h2 {
    margin-bottom: 40px;
}
.mehr_artikel {
    font-size: 27px;
    margin-bottom: 60px;
    margin-top: 120px;
}
.unternehmentext h3 {
    text-align: center;
    font-size: 21px;
    margin-top: 70px;
    margin-bottom: 20px;
	color: var(--cd_gray);
}
.button_var_1 {
    border: 1px solid var(--cd_orange);
    padding: 11px 70px;
    display: inline-block;
    color: white!important;
	background:var(--cd_color);
    font-size: 21px;
    text-decoration: none;
    margin: 55px 0 0 0;
}
.button_var_2 {
    padding: 11px 42px;
    margin: 100px 0 40px 0;
}
.button_var_3 {
    font-size: 15px;
    padding: 10px 35px;
	margin: 35px 0 0 0;
	background:#fff;
	line-height: 19px;
	color: var(--cd_color)!important;	
}

.introtext a {
    border: 1px solid var(--cd_orange);
    padding: 11px 70px;
    display: inline-block;
    color: var(--cd_orange);
    font-size: 21px;
    text-decoration: none;
    margin: 55px 0 0 0;
}
.post_315 .introtext a {
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
}
.post_3 .introtext a {
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
}
/* GRID */
.container {
	margin:auto;
	max-width:1800px;
}
.col {
	float:left;
	margin-right:25px;
}
.space {
	min-height: 1px;
}
.col:last-child {
	margin-right:0!important
}
.col-lg-1 {
	width: 127px;
}
.col-lg-2 {
	width: 279px;
}
.col-lg-3 {
	width: 431px;
}
.col-lg-4 {
	width: 583px;
}
.col-lg-5 {
	width: 735px;
}
.col-lg-6 {
	width: 887px;
}
.col-lg-7 {
	width: 1040px;
}
.col-lg-8 {
	width: 1192px;
}
.col-lg-9 {
	width: 1344px;
}
.col-lg-10 {
	width: 1496px;
}
.col-lg-11 {
	width: 1648px;
}
.col-lg-12 {
	width: 1800px;
}
.col_downloads {
	text-align:center
}
.clear_wrapper {
	display: inline-block;
}
.aktuelles_col {
    width: 350px;
    border: 1px solid var(--light_gray);
    box-sizing: border-box;
    padding: 20px;
    margin-right: 65px!important;
    position: relative;
    padding-bottom: 90px;
    min-height: 560px;
	margin-bottom: 65px;
}
.aktuelles_col:nth-child(3n) {margin-right:0!important}
.permalink {
    display: inline-block;
    padding: 10px;
    border: 1px solid var(--cd_orange);
    color: var(--cd_orange);
    text-decoration: none;
    margin-top: 0;
    position: absolute;
    bottom: 25px;
}
.aktuelles_col p {line-height:25px;}
.aktuelles_col p.post_title {margin-bottom:20px}
.thumbnail_box {
    margin-left: -20px;
    margin-top: -20px;
    width: 348px;
    height: 220px;
    margin-bottom: 20px;	
	overflow:hidden;
}
.thumbnail_full img {
	width:100%;
	height:auto;
}
.size-post-thumbnail {
	width:100%;
	height:auto;
}
/* HEADER */
.logo_mobile {
    display: none;
}
#check_mobile {
    display: none;
} 
.slider > div {
    position: relative;
    overflow: hidden;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.slider > div > img {
    height: auto;
    width: 1920px;
}
.slider .container {
    position: absolute;
    top: 33.33333%;
    left: 50%;
    margin-left: -900px;
}
.slider_home .container {
	top: 25%;
}
.slider .col-lg-4 {
    position: relative;
	min-height: 412px;
}
.slider .col-lg-4 img {
	width: auto;
	margin-top: 30px;
	position: absolute;
	bottom: 0;
	left: 35px;
}
.slider img {
    height: auto;
    width: 100%;
    margin-left: -2px;
}
.slider span {
    /*height: 55px;*/
    margin-top: 100px;
    font-family: 'Arial',sans-serif;
    font-size: 57px;
    color: white;
    display: block;
    text-align: right;
    display: inline-block;
    float: right;
    padding: 10px 20px;
    background: var(--cd_color_transparent);
}
.slider_home span {
   margin-top: 140px;
    text-align: left;
    height: auto;
    display: block;
    padding: 0;
    float: none;
    background: none;
}
.slider_home span i {
    display: inline-block;
    padding: 10px 20px;
    background: var(--cd_color_transparent);
    font-style: normal;
    font-weight: 600;
    font-size: 67px;
    line-height: 75px;
    margin-bottom: 15px;
}
.slider_home span i:last-child {
    display: inline-block;
    padding: 10px 20px;
    background: var(--cd_color_transparent);
    font-style: normal;
    font-weight: 600;
    font-size: 67px;
    line-height: 60px;
   margin-bottom: 15px;
    margin-left: 40px;
}
.logo {
    margin-top: 50px;margin-top: 35px;
    margin-bottom: 5px;
    width: 140px;
    height: auto;
}
/* NAVI */
.slicknav_menu {
	display:none;
}/*
#mainnavi {
	display:none;
}*/
#mainnavi li ul {
	display: none;
    position: absolute;
    background: var(--cd_color_transparent);
    top: 100%;
    padding: 10px 15px 0 15px;
    min-width: 230px;
    margin-left: -15px;
	}
#mainnavi li:hover ul {display:block;}
#mainnavi li ul li a {padding-bottom:20px;}
.navi_container{
    position: fixed;
    z-index: 9999;
    width: 100%;
	padding-bottom: 0px;
	transition:all ease-in-out 0.5s;
}
.navi_container .logo_container a {
	display:block;
}
.navi_container .col-lg-3 {
	position:relative;
}
#shop_icon {
	margin-top: 55px;
    display: block;
    float: left;
}
.navi_container .fa-cart-shopping {
    font-size: 40px;
    float: left;
    color: #fff;
    /*margin-top: 55px;*/
}
.navi_container .fa-sharp {
	width:45px;
	height: 40px;
}
.active_navi {
	background:var(--cd_color_transparent);
}
.open_navi {
	background:var(--cd_color_transparent);
	transition:all ease-in-out 0.5s;
}
#mainnavi {
    margin: 0;
    padding: 0;
    list-style: none;
	margin-left: 40px;
}
#mainnavi > li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
    /*margin-right: 25px;*/
    margin-right: 60px;
	/*min-width: 200px;*/
	position: relative;
	padding-bottom: 15px;
}
#mainnavi > li#menu-item-41 {
	min-width: 150px;
}

#mainnavi ul ul {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 0;
    min-width: 206px;
}
#mainnavi li a {
    color: #fff;
    text-decoration: none;
	display: block;
	padding-bottom: 10px;
	font-size: 15px;
}
#mainnavi ul li ul li a {
    color: #fff;
    text-decoration: none;
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
}
#mainnavi > li > a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
	padding-bottom:0;
}
.sub-menu {
    list-style: none;
}
#navi_trigger {
    margin-top: 50px;
    cursor: pointer;
    background: white;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 10px;
    text-indent: -9999px;
    float: right;
    position: absolute;
    right: 0;
}
#search_handler {display:none}
#search_trigger, #search_closer {
	display: none;
}
#search_trigger .fa {
    color: #fff;
    font-size: 24px;
    margin-right: -7px;
}
#search_closer .fa {
    color: #fff;
    font-size: 29px;
    margin-right: -2px;
    margin-top: -3px;
}
#navi_trigger i {
    display: block;
    width: 33px;
    background: var(--cd_color);
    height: 4px;
    top: 23px;
    position: relative;
    left: 9px;
}
#navi_trigger i:before {
    content: '';
    display: block;
    width: 33px;
    background: var(--cd_color);
    height: 4px;
    top: -9px;
    position: absolute;
    left: 0;
}
#navi_trigger i:after {
    content: '';
    display: block;
    width: 33px;
    background: var(--cd_color);
    height: 4px;
    bottom: -9px;
    position: absolute;
    left: 0;
}
#navi_close {
    margin-top: 50px;
    cursor: pointer;
    background: white;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    text-indent: -9999px;
    float: right;
    position: absolute;
    right: 0;
	display: none;
}
#navi_close i {
    display: block;
    width: 35px;
    background: var(--cd_color);
    height: 4px;
    top: 23px;
    position: relative;
    left: 8px;
    transform: rotate(45deg);
}
#navi_close i:after {
    content: '';
    display: block;
    width: 35px;
	background: var(--cd_color);
    height: 4px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    transform: rotate(270deg);
}
/* SPRACHE */
#sprache_menu {
    position: relative;
    padding-top: 65px;
	padding-top: 50px;
}
#sprache_menu span {
	position:absolute;
	width:50px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	cursor:pointer;
}
#sprache_trigger {
	font-weight:600
}
#sprache_main {
	display:none;
	font-size: 18px;
	color: rgb(255, 255, 255);
	position:absolute;
}
#sprache_close {
	display:none;
	cursor:pointer;
	z-index:99999;
}
#sprache_trigger:before {
    display: block;
    content: '';
    position: relative;
    width: 3px;
    height: 10px;
    background: white;
    position: absolute;
    right: 10px;
    top: 4px;
    transform: rotate(-45deg);
}
#sprache_trigger:after {
    display: block;
    content: '';
    position: relative;
    width: 3px;
    height: 10px;
    background: white;
    position: absolute;
    right: 5px;
    top: 4px;
    transform: rotate(45deg);
}
#sprache_close:before {
    display: block;
    content: '';
    position: relative;
    width: 3px;
    height: 10px;
    background: white;
    position: absolute;
    right: 10px;
    top: 4px;
    transform: rotate(-45deg);
}
#sprache_close:after {
    display: block;
    content: '';
    position: relative;
    width: 3px;
    height: 10px;
    background: white;
    position: absolute;
    right: 5px;
    top: 4px;
    transform: rotate(45deg);
}
#sprache_main a {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0 5px 0;
}
#sprache_main a:first-child {
    margin-top: 0;
}
/* SUCHE */
#search_wrapper {
    position: relative;
    float: left;
    left: 30px;
	left: 175px;
    height: 100px;
    overflow: hidden;
}
#searchform {
    margin-top: 50px;
	margin-top: 35px;
}

#searchform input[type=text] {
    height: 50px;
    border: 0;
    width: 240px;
    font-size: 20px;
    padding: 10px 25px;
    float: left;
    border-radius: 10px 0 0px 10px;
}
#searchform input[type="submit"] {
    height: 50px;
    margin: 0;
    border: 0;
    width: 41px;
    float: left;
    border-radius: 0px 10px 10px 0px;
    background: #fff;
    font-size: 20px;
	text-indent: -999px;
	background-image:url('check.png');
	background-repeat: no-repeat;
    background-position: center;
}
/* CONTENT */
.welcome h1 {
    margin-top: 70px;
    margin-bottom: 50px;
	font-weight:600;
	color:var(--cd_color);
	text-transform: none;
}
.welcome p {
    line-height: 25px;
    margin-bottom: 15px;
}
.welcome h3 {
	margin:0px 0 5px 0;
	color: var(--cd_color);
}
.welcome .teaser img {
    width: 100%;
    height: auto;
}
.button_wrapper {
	text-align:center
}
.introtext {
    margin-bottom: 60px;
}
.introtext p {
    text-align: center;
    font-size: 20px;
}
.align_left p {
	text-align:left;
}
.align_left h2 {
    text-align: left;
}
.align_left h3 {
    margin: 20px 0;
    color: var(--cd_gray);
}
.align_left a {
    display: inline;
    padding: 0;
    color: var(--cd_gray);
    border: 0;
	text-decoration: underline;
}
.simple_content ul {
    font-size: 15px;
    line-height: 30px;
    padding-left: 17px;
    color: var(--cd_gray);
}
.simple_content table {
    font-size: 15px;
    line-height: 30px;
    padding-left: 17px;
    color: var(--cd_gray);
}
#Zwei, #Drei, #Vier,  #Sechs, #Sieben, #Acht, #Neun, #Zehn, #Elf, #Dreizehn {
    padding-top: 190px;
}
.simple_content ul ::marker {
	color: var(--dark_gray);
}
.introtext sup {
    line-height: 0px;
    position: relative;
    bottom: -3px;
    font-size: 13px;
}
.breadcrumb p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 45px;
}
.breadcrumb a {
	color:var(--cd_gray);
	text-decoration:none;
}
.teaser_section {margin-top:70px;}
.teaser {
	width:480px;
	margin-right:25px;
	float:left;
}
.ansprechpartner_section .teaser {margin-bottom:25px}
.teaser_section .teaser p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(14,69,122,0.6);
    padding-left: 59px;
    padding-right: 60px;
    color: #fff;
    transition: all ease-in-out 0.3s;
    height: 0;
}
.teaser_section .teaser p i {
	font-style: normal;
	padding-top: 50px;
	display: inline-block;
	line-height: 25px;
	font-size: 17px;
}
.ansprechpartner_section .teaser p {
	padding-left: 40px;
    padding-right: 40px;
}
.ansprechpartner_section .teaser p i {
	font-size: 25px;
    line-height: 40px;
}
.teaser_section .teaser-hover:hover p {
	height:340px;
}
.teaser_section .teaser-hover:hover span {
	bottom: 340px;
}
.teaser:last-child {
	margin-right:0
}
.teaser-hover:last-child {
    margin-bottom: 70px;
}
.ansprechpartner_section .teaser-hover:nth-child(3n+2) {
	margin-right:0;
}
.ansprechpartner_section .ansprechpartner_hl {
	font-size: 30px;
    color: var(--cd_color);
    line-height: 46px;
}
.ansprechpartner_section .ansprechpartner_sl {
	font-size: 20px;
    color: var(--cd_gray);
    line-height: 30px;
    margin-bottom: 35px;
}
.produkt_ansprechpartner_section .teaser-hover:nth-child(3n+2) {
	margin-right:25px;
}
.produkt_ansprechpartner_section .teaser-hover:last-child {
	margin-right:0px;
}
.teaser_section .teaser a {
    position: relative;
    text-decoration: none;
    display: block;
    color: var(--dark_gray);
    height: 455px;
    overflow: hidden;
}
.col-image-sub .teaser-downloads a {
    height: 375px;
}
.col-image-sub .teaser img {
    margin-bottom: 35px;
    display: block;
    position: relative;
    width: 355px;
    height: 375px;
}
.teaser a span {
    position: absolute;
    bottom: 25px;
    left: 15px;
  	left: 0px;
    display: block;
    background: rgba(14,69,122,0.75);
    font-size: 35px;
    width: 480px;
    padding: 15px 20px;
    text-align: center;
    color: white;
    font-weight: 600;
  transition:all ease-in-out 0.3s;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
}
.teaser_produkte .teaser a span {
	font-size: 25px;
	font-weight:600;
	padding: 20px 20px;
	
}
.teaser a span h3 {
	font-size:25px
}
.teaser-downloads a {
	position: relative;
}
.teaser-downloads a span {
	position: absolute;
    left: -155px;
    display: block;
    background: rgb(255 255 255 / 97%);
    font-size: 25px;
    width: 310px;
    padding: 15px 20px;
    text-align: center;
    color: var(--cd_gray);
    height: auto;
    font-weight: 500;
}
.col-image-sub .teaser {
	width:355px;
}
.image_sub_wrap {
    width: auto;
    display: inline-block;
    margin: auto;
    left: 50%;
    position: relative;
    margin-left: -557px;
}
.ui-accordion .ui-accordion-header {
	font-size: 24px;
    font-weight: 600;
    border: 0;
    background: none;
    color: var(--cd_gray);
    padding: 25px;
    border-bottom: 1px solid var(--light_gray);
    border-top: 1px solid var(--light_gray);
    margin-top: -1px;
}
.accordion_wrapper sup {
    line-height: 0px;
    position: relative;
    bottom: -2px;
    font-size: 10px;
}
.karriereanzeigen p {margin-bottom:20px;}
.karriereanzeigen ul {
    margin-bottom: 20px;
    padding-left: 20px;
	line-height: 30px;
}
.accordion_content ul ::marker {
    color: var(--cd_color);	
	color: var(--dark_gray);
}
.neuheiten h4 {
    margin-bottom: 19px;
    font-size: 17px;
	color: var(--cd_gray);
}
.unternehmen_content h4 {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: var(--dark_gray);
}
.col-image-sub .unternehmen_content img {
    margin: auto;
    display: block;
    margin-top: 0px;
    margin-bottom: 35px;
    border-radius: 70px;
	width: 130px;
	height: auto;
}
.unternehmen_content h4 {
    text-align: center;
    margin-bottom: 27px;
    margin-top: 50px;
}
.unternehmen_content h4 {text-align:center;}
.unternehmen_content {text-align:center;}
.accordion_slide_content {
	transition:all ease-in-out 0.75s;position: absolute;top: 0;width: 100%;padding: 20px 60px;
}
.accordion_slide_bullets {
    text-align: center;
    position: absolute;
    bottom: 50px;
	width: 100%;
}
.accordion_slide_bullets > div {
	display:inline-block;
	margin:auto;
	width:auto;
}
.accordion_slide_bullets span {
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px;cursor: pointer;text-indent:-999px;    overflow: hidden;
    border-radius: 15px;
    height: 15px;
    width: 15px;background: var(--light_gray);
    
}
.accordion_slide_bullets .bull_active {
	background:var(--cd_orange)!important;

}
.accordion_slide_back {
position: absolute;top: 50%;z-index: 9999;display:none;
width: 25px;
    background: var(--cd_orange);
    border-radius: 25px;
    height: 25px;
    color: white;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;	
	font-size: 9px;
}
.accordion_slide_back img {
    margin-top: 3px;
}
.accordion_slide_fwd {
position: absolute;right: 0;top: 50%;
width: 25px;
    background: var(--cd_orange);
    border-radius: 25px;
    height: 25px;
    color: white;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
	 font-size: 9px;
}
.accordion_slide_fwd img {
    margin-top: 3px;
    margin-left: 2px;
}
.karriereanzeigen ::marker {
    color: var(--cd_color);
	color: var(--dark_gray);
}
.accordion_wrapper h3 sup{
    line-height: 14px;
    font-size: 15px;
    font-weight: 900;
    height: 20px;
    display: inline-block;
    bottom: -3px;
    position: relative;
}
.ui-accordion .ui-accordion-content {
	border:0;
	padding:0;
	overflow-x:hidden;
}
.ui-accordion .ui-accordion-content:last-child {border-bottom:1px solid var(--light_gray)}
.accordion_content .col {
	padding: 50px 0;
}
.accordion_content .col:first-child img {
	margin: auto;
    display: block;
	max-width: 280px;
}
.accordion_content .col:last-child p {
	margin-bottom: 25px;
}
.accordion_content ul {
    font-size: 15px;
    line-height: 30px;
    color: var(--cd_gray);
    padding-left: 17px;
}
.continent-toggle:after {
    content: '';
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url(close.png);
    background-position: 0 -1px;
    background-repeat: no-repeat;
    margin-top: -2px!important;
}
.ui-accordion-header:after {
    content: '';
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url(close.png);
    background-position: 0 -1px;
    background-repeat: no-repeat;
	margin-top: 5px;
}
.ui-accordion-header-active:after {
    content: '';
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url(open.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
	margin-top: 5px;	
}
.ui-accordion-header-icon {
	display:none
}
.messetermine .messelogo {
	max-width: 135px;
	width:100%;
}
.messetermine .clearfix {
    border-bottom: 1px solid var(--light_gray);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
/* CALL TO ACTION */
.calltoaction {
    padding-top: 60px;
    padding-bottom: 45px;
    margin-top: 80px;
    margin-bottom: 60px;
    background-position: top;
	background-size: 1920px auto;
	background-repeat: no-repeat;
}
.calltoaction h2 {
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 70px;
    color:#0b2b64;
    margin-top: 15px;
}
.calltoaction h4 {
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
    color: #fff;
}
.calltoaction .calltoaction_images a {
    display: block;
    float: right;
    height: 280px;
    width: 280px;
    background: var(--cd_orange);
    border-radius: 290px;
    color: white;
    font-size: 34px;
    text-decoration: none;
    text-align: center;
    line-height: 41px;
    padding: 70px 25px 90px 25px;
    margin-top: 160px;
    margin-right: 0;
}
.calltoaction_img {
    margin-left: -55px;
    margin-top: 90px;
}
.calltoaction_img_1 {
	display: block;
	position: absolute;
	padding: 5px 41px;
	border-radius: 109px;
	right: 520px;
	top: 90px;
}
.calltoaction_img_2 {
    right: 305px;
    padding: 16px 42px;
    top: 20px;
}
.calltoaction_img_3 {
    background: var(--cd_orange);
    padding: 28px 14px;
    right: auto;
    left: 335px;
    top: 260px;
}
.calltoaction_images .col-lg-8 {
	height: 388px;
	position:relative;
}
.calltoaction_text p {
    font-size: 20px;
    text-align: center;
    line-height: 29px;
    /*color: #fff;*/
	margin-bottom:40px;
}
.calltoaction_text p a {
    color: #fff;
    text-decoration: none;
}
.specialnews_text p {
	font-size: 20px;
    line-height: 29px;
	margin-bottom:40px;
	text-align: left;
}
.calltoaction_sub {
    padding-bottom: 0;
    background: url(eyecatcher.jpg);
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 70px;
    padding-top: 0;
}
.calltoaction_sub_wrapper .container {
	text-align:center
}
.calltoaction_sub_wrapper .container .row:last-child {
	display:inline-block;
	margin: auto;
}
.calltoaction_sub_wrapper .container .row:last-child .space {
	display:none;
}
.calltoaction_sub_wrapper .container .row:last-child .col {
    margin-left: 65px;
    margin-right: 65px;
}
.zertifikate_sub_wrapper .container .row:nth-child(2) .col {
    margin-left: 65px;
    margin-right: 65px;
}
.zertifikate_sub_wrapper .container .row:nth-child(2) .space {
	display:none
}
.zertifikate_sub_wrapper .container .row {
    display: inline-block;
	margin: auto;
}
.calltoaction_sub_wrapper {
    background: var(--cd_color_transparent);
    padding-top: 60px;
    padding-bottom: 75px;
}
.calltoaction_sub img {
    width: 280px;
    margin: auto;
    display: block;
}
.calltoaction_sub h2 {
	font-size: 35px;
}
.calltoaction_sub h2 span {
	font-weight:600;
}
.calltoaction_sub h4 {
	font-size: 35px;
}
.calltoaction_sub h4 span {
    font-weight: 600;
    font-size: 41px;
}
.calltoaction_sub h3 {
    text-align: center;
    color: white;
    font-size: 27px;
    font-weight: 500;
    margin-top: 50px;
}
.calltoaction_sub h5 {
    text-align: center;
    color: white;
    font-weight: 600;
    margin-top: 32px;
    min-height: 87px;
    font-size: 25px;
	padding:0 30px;
}
.calltoaction_sub .calltoaction_text p {
	margin-bottom:75px;
}
.calltoactionstart {
	margin-bottom:0;
	margin-bottom: 60px;
}
.calltoactionstart h2 span {
    font-size: 65px;
    font-weight: 600;
}
.calltoactionstart .calltoaction_readmore a {
    display: block;
    float: right;
    border-radius: 280px;
    color: white;
    text-decoration: none;
    background: var(--cd_color);
    padding: 70px 20px;
    width: 220px;
    font-size: 35px;
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
}
.calltoactionstart_sub {
	margin-top:0
}
/* KONTAKT */
.contact_widget {
    width: 329px;
    float: left;
    margin-right: 103px;
    border:2px solid var(--light_gray);
    margin-left: 25px;
}
.contact_widget:first-child {
    margin-left: -25px;
}
.contact_widget:last-child {
    margin-right: 0;
    position: relative;
    right: -50px;
    margin-left: -25px;
}
.contact_widget a {
    text-decoration: none;
    display: block;
	padding:25px;
}
.contact_widget h4 {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 29px;
    line-height: 35px;
    color: var(--cd_gray);
    text-align: center;
}
.contact_widget h6 {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 29px;
    line-height: 35px;
    color: var(--cd_color);
    text-align: center;
}
.contact_widget h5 {
    margin-bottom: 20px;
    margin-top: 35px;
    font-size: 22px;
    line-height: 32px;
    color: var(--cd_gray);
    text-align: center;
    font-weight: 500;
	font-family: 'Arial',sans-serif;
}
.contact_widget p {
    margin-bottom: 20px;
    margin-top: 35px;
    font-size: 22px;
    line-height: 32px;
    color: var(--cd_gray);
    text-align: center;
    font-weight: 500;
	font-family: 'Arial',sans-serif;
}
.contact_widget img {
	margin:auto;
	display:block;
}
.contact_section h3 {
    font-size: 41px;
    font-weight: 500;
    color: var(--cd_gray);
    text-align: center;
    margin-bottom: 80px;
    margin-top: 10px;
}
.contact_section h5 {
	font-size: 41px;
    color: var(--cd_color);
    text-align: center;
    margin-bottom: 80px;
    margin-top: 10px;
    font-weight: 600;
}
/* FOOTER */
.line {
    margin: 100px 0 0px 0;
    background: var(--cd_color);
    height: 10px;
}
.metanavi {
    margin: 40px 0 60px 0;
	text-align:center;
}
.metanavi a {
    font-size: 20px;
    color: var(--dark_gray);
    text-decoration: none;
    margin: 0 150px 0 0;
	margin-right: 110px;
}
.metanavi a:nth-child(2n+1) {
    margin-right: 110px;
}
.metanavi a:first-child {
    margin-right:40px;
}
.metanavi a:last-child {
    margin-right: 40px;
}
.copyright p {
	font-size: 12px;
	text-align: center;
}
.file_list ul {
    list-style: none;
    padding: 25px;
}
.file_list ul li {
    margin-bottom: 15px;
    font-size: 15px;
    text-decoration: none;
    line-height: 30px;
}
.file_list ul li a {

}
.file_list .ui-accordion-header {
    cursor: unset;
}
.file_list .ui-accordion-header:after {
    background:none;
    width: 18px;
	background-repeat: no-repeat!important;
}/*
.preislisten .ui-accordion-header:after {
    background: url(list.png);
}
.broschueren .ui-accordion-header:after {
    background: url(memo.png);
}
.kataloge .ui-accordion-header:after {
    background: url(book.png);
}
.zertifikate .ui-accordion-header:after {
    background: url(lock.png);
}
.agb .ui-accordion-header:after {
    background: url(agb.png);
}*/
.single_header h1 {
	font-size: 27px;
    margin-bottom: 60px;
    margin-top: 60px;
}
.single_content h3 {
    color: var(--cd_gray);
    margin: 10px 0 10px 0;
}

/* Vertriebskontakte */

div.vertriebskontakt {
	background:rgba(0, 98, 175, 0.5);
	padding:5%;
	width:100%;
	color:#FFF
}
div.vertriebskontakt a {
	color:#FFF;
	text-decoration:underline;
}
div.vertriebskontakt strong {
	color:var(--cd_gray)
}
div.vertriebskontakt hr {
    margin: 10px 0 0 0;
    border: 1px solid var(--light_gray);
    padding: 0;
    height: 0;
    border-collapse: collapse;
    border-top: 0;
}
/*div.vertriebskontakt2 {background:rgba(0, 98, 175, 0.5);padding:5%;width:90%;color:#FFFmargin-top: 40px;font-size:15px}*/
div.vertriebskontakt2 {
    margin-top: 40px;
    font-size: 15px;
    color: var(--cd_gray);
    line-height: 30px;
}
/*div.vertriebskontakt2 strong {color:#FFFFFF}*/
div.vertriebskontakt2 strong {
    font-size: 17px;
    color: var(--cd_color); color: var(--cd_gray);
    margin-bottom: 10px;
    display: inline-block;
}
/*div.vertriebskontakt2 a {color:#FFF;text-decoration:underline;}*/
div.vertriebskontakt2 a {
    /* color: #FFF; */
    text-decoration: none;
}
/*div.vertriebskontakt2 hr {margin: 10px 0 0 0;border: 1px solid #0068b2;padding: 0;height: 0;border-collapse: collapse;}*/
div.vertriebskontakt2 hr {
    margin: 10px 0 0 0;
    border: 1px solid var(--light_gray);
    padding: 0;
    height: 0;
    border-collapse: collapse;
    border-bottom: 0;
}
.vk-form {margin-bottom:20px}
.vk-form input[type=text] {outline: none;padding: 10px;/*background: linear-gradient(#FFFFFF 0%, #EBEBEB 100%);border: 1px solid #D6D6D6;color: #000;*/}
.vk-form input[type=submit] {outline: none;cursor:pointer;/*background: linear-gradient(#FFFFFF 0%, #EBEBEB 100%);padding: 5px 10px;border: 1px solid #D6D6D6;color: #000;*/}
#vk-form-ort {display:none}

#map > img {width: 490px;height: 650px;    margin: auto;    display: block;}

#map {position:relative}
#map .vk1 {
    position: absolute;
    top: 140px;
    right: 135px;
    text-align: center;
}
#map .vk2 {
    position: absolute;
    top: 160px;
    left: 220px;
    text-align: center;
}
#map .vk4 {
    position: absolute;
    top: 310px;
    right: 140px;
    text-align: center;
}
#map .vk5 {
    position: absolute;
    top: 270px;
    left: 120px;
    text-align: center;
}
#map .vk6 {
    position: absolute;
    top: 410px;
    left: 100px;
    text-align: center;
}
#map .vk7 {
    position: absolute;
    bottom: 80px;
    left: 165px;
    text-align: center;
}
#map .vk8 {
    position: absolute;
    bottom: 150px;
    left: 340px;
    text-align: center;
}
#map .stammhaus {
    position: absolute;
    bottom: 220px;
    left: 170px;
    text-align: center;
    width: 35px;
    cursor: pointer;
}
#map .stammhaus img  {
    width: 35px;
}
#map .uebigau img  {
    width: 30px;
}
#map .uebigau {
    position: absolute;
    top: 225px;
    right: 110px;
    text-align: center;
    width: 30px;
    cursor: pointer;
}
#map .vk1 span, #map .vk2 span, #map .vk3 span, #map .vk4 span, #map .vk5 span, #map .vk6 span, #map .vk7 span, #map .vk8 span {display: inline-block;background-color: rgb(241, 134, 0);text-indent: -9999px;height: 15px;width: 15px;cursor: pointer;text-align: center;}
#map .vk1 p, #map .vk2 p, #map .vk3 p, #map .vk4 p, #map .vk5 p, #map .vk6 p, #map .vk7 p, #map .vk8 p {font-size: 14px;margin: 3px 0;cursor: pointer;color: #0068b2;font-weight: 600;    line-height: 18px;}
#map > #karte-weltweit {
    height: auto;
}
#link-europa {cursor:pointer;display: block;width: 108px;position: absolute;height: 76px;left: 250px;top: 0;}
#link-europa-zwei {cursor:pointer;display: block;width: 157px;position: absolute;height: 60px;left: 350px;top: 0px;}
#link-asien {cursor:pointer;position: absolute;display: block;height: 105px;width: 208px;left: 324px;top: 62px;}
#link-amerika {cursor:pointer;display: block;top: 0;height: 250px;position: absolute;left: 50px;width: 185px;}
#link-afrika {cursor:pointer;position: absolute;display: block;top: 76px;left: 237px;width: 85px;height: 133px;}
#link-afrika-zwei {cursor:pointer;position: absolute;display: block;top: 121px;left: 315px;width: 38px;height: 100px;}
#link-australien {cursor:pointer;position: absolute;display: block;top: 164px;left: 443px;width: 100px;height: 70px;}
/*.continent-toggle {padding: 3% 5%;width: 100%;background: #fff;color: var(--cd_gray);border-bottom: var(--light_gray);margin: 10px 0;cursor:pointer;font-size: 19px;text-align: left;}*/
.continent-toggle {
    padding: 3% 1% 3% 3%;
    width: 100%;
    background: #fff;
    color: var(--cd_gray);
    border-bottom: 1px solid var(--light_gray);
    margin: 10px 0;
    cursor: pointer;
    font-size: 19px;
    text-align: left;
    font-weight: 600;
}

#europa hr,#asien hr,#afrika hr,#australien hr,#amerika hr{
    margin: 10px 0;
    border-bottom: 1px solid var(--light_gray);
    border-top: 0;
}
div.vertriebskontakt {
    background: #fff;
    padding: 5%;
    width: 100%;
    color: var(--cd_gray);
    border: 1px solid var(--light_gray);
    line-height: 30px;
    font-size: 15px;
}
div.vertriebskontakt a { color: var(--cd_gray);}
.country-headline {padding: 1% 5%;margin: 10px 0 0 0;display: inline-block;font-size:17px;}
#europa {display:none;margin-top:10px}
#amerika {display:none;margin-top:10px}
#asien {display:none;margin-top:10px} 
#afrika {display:none;margin-top:10px}
#australien {display:none;margin-top:10px}
.simple_content table {
    padding: 0;
    margin-top: 20px;
}
table td {
    border: 1px solid var(--cd_gray);
    padding: 5px;
    border-collapse: collapse;
    border-left: 0;
    border-top: 0;
}
table tr:first-child td {border-top: 1px solid var(--cd_gray);}
table tr td:first-child {border-left: 1px solid var(--cd_gray);}
#contactform {margin-top:50px;}
fieldset {border:0;padding-bottom: 40px;}
fieldset label {margin-bottom: 15px;
    font-size: 15px;
    text-decoration: none;
    line-height: 31px;
    display: block;padding-left:150px;float:left;width: 50%;}
fieldset label:nth-child(odd) {
	    padding-left: 15px;
}
.fieldsets_left label, .fieldsets_right label {
	    padding-left: 0px;
}
.fieldsets_left {
    width: 50%;
    padding-left: 150px;
	float:left;
}
.fieldsets_left label, .fieldsets_right label {width:100%;}
.fieldsets_right {
    width: 50%;
    padding-left: 15px;
    float: left;
}
.fieldsets_left label:nth-child(odd), .fieldsets_right label:nth-child(odd) {
	    padding-left: 0px;
}

.fieldsets_left label {padding:0}
legend {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    border: 0;
    background: none;
    color: var(--cd_gray);
    padding: 25px;
    border-bottom: 1px solid var(--light_gray);
    border-top: 1px solid var(--light_gray);
    margin-top: -1px;
    margin-bottom: 40px;
}
input[type=text], select {width: 280px;
    height: 39px;
    padding: 10px;
    border: 1px solid var(--light_gray);
    border-radius: 5px;
	outline:none;
	font-size: 15px;
}

/* Suchergebnisse */

.inputText h2 {
    font-size: 15px;
    text-align: left;
    margin: 16px 0;
    font-weight: 600;
}

#accordion_slider_1, 
#accordion_slider_2, 
#accordion_slider_3, 
#accordion_slider_4, 
#accordion_slider_5, 
#accordion_slider_6, 
#accordion_slider_7, 
#accordion_slider_8 {
	position: relative;height: auto;min-height:500px;
}
#accordion_slider_1{
min-height:550px;
}
#accordion_slider_6{
min-height:550px;
}
#accordion_slider_7{
min-height:550px;
}
.slicknav_arrow{
    float: right;
	position:relative;
}
.slicknav_arrow:before {
    display: inline-block;
    width: 4px;
    height: 11px;
    content: '';
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: -6px;
}
.slicknav_arrow:after {
    display: inline-block;
    width: 4px;
    height: 11px;
    content: '';
    background: #fff;
    transform: rotate(-45deg);
    margin-left: -14px;
    position: absolute;
    top: 0px;
    left: 8px;
}
.slicknav_open .slicknav_arrow:before {
    display: inline-block;
    width: 4px;
    height: 11px;
    content: '';
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 2px;
    left: -10px;
}
.slicknav_open .slicknav_arrow:after {
    display: inline-block;
    width: 4px;
    height: 11px;
    content: '';
    background: #fff;
    transform: rotate(45deg);
    margin-left: -14px;
    position: absolute;
    top: 2px;
    left: 10px;
}
.slicknav_nav .slicknav_row:hover {background:none;}
.slicknav_nav ul {font-size: 15px;}

.menu-item-object-page {border-radius:6px}
.slicknav_nav a {
    margin: 0;
    padding: 10px 15px;
}
.metanavi .socialmedia a {
    margin: 0 7px 0 7px;
}
.metanavi .socialmedia a img {
width:25px;
}
.metanavi > a:nth-child(4n) {
	margin-right: 90px;
}
.metanavi > .socialmedia a:last-child {
	margin-left: 0px;
}
.metanavi .socialmedia a i {
	font-size: 22px;
	color: var(--dark_gray);
}
.contact_section {
	margin-top:60px;
}	

@media only screen and (max-width:1820px) {
/* BASE */
h1 {
    font-size: 40px;
    margin-bottom: 50px;
    margin-top: 50px;
}
/* GRID */
.container {
	width:1500px
}
.col-md-1 {
	width: 102px;
}
.col-md-2 {
	width: 229px;
}
.col-md-3 {
	width: 356px;
}
.col-md-4 {
	width: 483px;
}
.col-md-5 {
	width: 610px;
}
.col-md-6 {
	width: 738px;
}
.col-md-7 {
	width: 865px;
}
.col-md-8 {
	width: 992px;
}
.col-md-9 {
	width: 1119px;
}
.col-md-10 {
	width: 1246px;
}
.col-md-11 {
	width: 1373px;
}
.col-md-12 {
	width: 1500px;
}
/*HEADER*/
.slider .container {
	margin-left:-750px;
}
.slider span {
    font-size: 46px;
    margin-top: 70px;
}
.slider_home span i {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 25px;
}
.slider_home span i:last-child {
    font-size: 60px;
    line-height: 60px;
}
.slider img {
    height: auto;
    max-width: 100%;
}

/*NAVI*/
#mainnavi {
	margin-left:0;
}
#mainnavi ul ul {
	min-width:auto
}
#mainnavi ul > li {
	margin-right: 35px;
	min-width: auto;
}
/* CONTENT */
.introtext p br {
    display: none;
}
	.post_2 p br {
		display:block
	}	.post_27 p br {
		display:block
	}

.teaser {
	width: 398px;
    margin-right: 25px;
}
.teaser a {
    height: 377px;
}
.teaser a span {
	width: 398px;
	font-size: 28px;
	height: 80px;
}
.teaser a span h3 {
    font-size: 20px;
}
.teaser_section .teaser a {
    height: 377px;
}
.teaser_section .teaser-hover:hover span {
	bottom: 297px;
}
.teaser_section .teaser p {
	padding-left: 40px;
    padding-right: 40px;
}
.teaser_section .teaser p i {
    padding-top: 35px;
    font-size: 15px;
}
.teaser_section .teaser-hover:hover p {
    height: 297px;
}
.teaser-downloads a span {
	width: 260px;
	left: -130px;
    height: auto;
}
.teaser_produkte .teaser a span {
    font-size: 19px;
    font-weight: 600;
    padding: 20px 20px;
}
.teaser img {
    width: 100%;
    height: auto;
}
.unternehmen_content img {
	width: 130px!important;
	height: auto!important;	
}
.aktuelles_col {
    width: 307px;
    margin-right: 35px!important;
	min-height: 585px;
}
.thumbnail_box {
	width: 306px;
}
.col-image-sub .teaser {
    width: 292px;
}
.col-image-sub .teaser a {
	height: 308px;
}
.col-image-sub .teaser img {
    width: 100%;
    height: auto;
}
/*CALL TO ACTION*/
.calltoaction {
    padding-top: 60px;
    margin-top: 50px;
    margin-bottom: 40px;
    background-size: auto 100%;
    background-position: center center;	
}
.calltoaction_text br {
    display: none;
}
.calltoaction_sub {
    /*padding-bottom: 50px;*/
	padding-top: 0px;
	background-size: auto 100%;
    background-position: center center;
}
.calltoaction_sub img {
	width: 229px;
}
.calltoaction_sub h5 {
	padding: 0 0;
}
/*KONTAKT*/
.contact_section h3 {
	margin-bottom: 50px;
}
.contact_section h5 {
	margin-bottom: 50px;
}	
.contact_widget {
    width: 300px;
    float: left;
    margin-right: 46px;
    margin-left: 0;
}
.contact_widget:first-child {
    margin-left: 0;
}
.contact_widget:last-child {
    right: 0;
    margin-left: 0;
}
/*FOOTER*/
.line {
	margin: 60px 0 0px 0;
}
.metanavi {
    margin: 40px 0 50px 0;
}
.metanavi a {
	margin: 0 70px 0 0!important;
}
.metanavi .socialmedia a {
    margin: 0 9px 0 0!important;
}
.metanavi .socialmedia a i {
    font-size: 19px!important;
    color: var(--dark_gray);
}
#accordion_slider_1, 
#accordion_slider_2, 
#accordion_slider_3, 
#accordion_slider_4, 
#accordion_slider_5, 
#accordion_slider_6, 
#accordion_slider_7, 
#accordion_slider_8 {
	position: relative;height: auto;min-height:600px;
}
#accordion_slider_1{
min-height:650px;
}
#accordion_slider_6{
min-height:650px;
}
#accordion_slider_7{
min-height:650px;
}
.calltoaction_img {
    width: 450px;
    height: auto;
}
.calltoaction_img_1 {
	width: 215px;
    height: auto;
    right: 385px;
}
.calltoaction_img_2 {
    width: 240px;
    height: auto;
	right: 180px;
}
.calltoaction_img_3 {
    width: 120px;
    height: auto;
}
.calltoaction .calltoaction_images a {
    font-size: 25px;
    line-height: 32px;
    padding: 55px 25px 40px 25px;
    height: 215px;
    width: 215px;
}
.socialmedia {display:inline-block;margin-top: 20px;}

	
}

@media only screen and (max-width:1520px) {
	.firmen {margin-bottom:20px;}
	.teaser_section .teaser p i {font-size:12px}
/*BASE*/
h1 {
    font-size: 26px;
    margin-bottom: 40px;
    margin-top: 50px;
}
.slider > div {
    width: 100%;
    height: auto;
    margin: 0;
    left: 0;
}
.slider > div > img {
    width: 100%;
    height: auto;
}
.button_var_1 {
    font-size: 19px;
    padding: 10px 40px;
    margin: 50px 0 10px 0;
}
/* GRID */
.container {
	width:1000px
}
.col-sm-1 {
	width:60px;
}
.col-sm-2 {
	width: 145px;
}
.col-sm-3 {
	width: 231px;
}
.col-sm-4 {
	width: 316px;
}
.col-sm-5 {
	width: 402px;
}
.accordion_slide_content .col-sm-5 {
	width: 302px;
}
.col-sm-6 {
	width: 487px;
}
.col-sm-7 {
	width: 573px;
}
.col-sm-8 {
	width: 659px;
}
.col-sm-9 {
	width: 744px;
}
.col-sm-10 {
	width: 830px;
}
.col-sm-11 {
	width: 915px;
}
.col-sm-12 {
	width: 1000px;
}
/*HEADER*/
.slider .container {
	margin-left:-500px;
}
.slider span {
    font-size: 30px;
}
.logo {
    height: 40px;
    margin-top: 30px;
	width:auto;
}
.navi_container {
	/*padding-bottom: 30px;*/
}
.navi_container .fa-cart-shopping {
    font-size: 30px!important;
    float: left;
    color: #fff;
}
#navi_trigger {
	margin-top: 30px;
    height: 40px;
    width: 40px;
}
#navi_trigger i {
    display: block;
    width: 25px;
    background: var(--cd_color);
    height: 4px;
    top: 19px;
    position: relative;
    left: 8px;
}
#navi_trigger i:before {
    content: '';
    display: block;
    width: 25px;
    background:var(--cd_color);
    height: 4px;
    top: -8px;
    position: absolute;
    left: 0;
}
#navi_trigger i:after {
    content: '';
    display: block;
    width: 25px;
    background:var(--cd_color);
    height: 4px;
    bottom: -8px;
    position: absolute;
    left: 0;
}
#navi_close {
	margin-top: 30px;
    height: 40px;
    width: 40px;
}
#navi_close i {
    display: block;
    width: 25px;
    background: var(--cd_color);
    height: 4px;
    top: 18px;
    position: relative;
    left: 8px;
    transform: rotate(45deg);
}
#navi_close i:after {
    content: '';
    display: block;
    width: 25px;
    background: var(--cd_color);
    height: 4px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    transform: rotate(270deg);
}
#mainnavi {margin-left:0}
#mainnavi > li > a {font-size:15px}
#mainnavi > li {
    margin-right: 40px;
    min-width: auto;
    /*min-height: 205px;*/
    margin-top: 0px;
}
#sprache_menu {
    position: relative;
    padding-top: 40px;
}
#shop_icon {
		margin-top: 35px;}
.navi_container .fa-sharp {
	width:33.75px;
	height:33.75px;
}		
#searchform {
    margin-top: 30px;
}
#searchform input[type=text] {
    height: 40px;
    border: 0;
    width: 190px;
    font-size: 16px;
    padding: 10px 10px;
    text-align: center;
    float: left;
    border-radius: 10px 0 0px 10px;
}
#searchform input[type=submit] {
	height: 40px;
}

.slider_home span i {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.slider_home span i:last-child {
    font-size: 40px;
    line-height: 40px;
}
/*CONTENT*/
.introtext {
    margin-bottom: 40px;
}

.introtext p {
    text-align: center;
    font-size: 16px;
}

.introtext a {
    padding: 10px 40px;
    font-size: 16px;
    margin: 25px 0 0 0;
}

.teaser_section {
    margin-top: 50px;
}
.teaser {
    width: 260px;
}
.teaser a {
    height: 247px;
}
.teaser a span {
    width: 260px;
    font-size: 18px;
	bottom: 15px;
	padding: 10px 20px;
	/*left: -79px;*/
}
.teaser_section .teaser p {
	padding-left: 20px;
	padding-right: 20px;
}
.teaser-hover a span {
	left:0;
}
.teaser a span h3 {
    font-size: 15px;
}
.teaser-downloads a span {
    width: 158px;
}
.teaser_produkte .teaser a span {
    font-size: 16px;
    padding: 15px 10px;
}
.aktuelles_col {
    width: 253px;
    min-height: 680px;
}
.thumbnail_box {
    width: 252px;
}
.col-image-sub .teaser {
    width: 188px;
}
.col-image-sub .teaser img {
    height: auto;
    margin-bottom: 55px;
    width: auto;
    max-width: 100%;
}
.ui-accordion .ui-accordion-header {
    font-size: 20px;
	padding: 15px;
}
/*CALL TO ACTION*/
.calltoactionstart {
	background-position:left;
	background-size: auto 100%;
}
.calltoaction h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
}
.calltoaction h4 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
}	
.calltoaction_text p, .specialnews_text p {
	font-size: 16px;
}
.calltoaction_text p a {
	font-size: 16px;
}	
.calltoactionstart h2 span {
    font-size: 42px;
}
.calltoaction_sub_wrapper .container .row:last-child .col {
    margin-left: 52px;
    margin-right: 52px;
}
.calltoaction_sub img {
    width: 120px;
}
.calltoaction_sub h3 {
	font-size: 20px;
}
.calltoaction_sub h5 {
	font-size:16px;
	min-height: 57px;
}	
.calltoaction_sub h4 span {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}
.calltoaction_sub .calltoaction_text p {
    margin-bottom: 35px;
}
.calltoactionstart .calltoaction_readmore a {
	float:left;
}
.col-image-sub .unternehmen_content {
    width: 50%;
    margin-right: 0;
    margin-bottom: 50px;
}

/*KONTAKT*/
.contact_section h3 {
	font-size: 26px;
}
.contact_section h5 {
	font-size: 26px;
}
.contact_widget {
    width: 256px;
	margin-right: 30px;
}
.contact_widget h4 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 28px;
}
.contact_widget h6 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 28px;
}
.contact_widget p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 28px;
}
.fieldsets_left {
    width: 50%;
    padding-left: 0;
    float: left;
}
.fieldsets_right {
    width: 50%;
    padding-left: 0;
    float: left;
}
fieldset label {padding-left:0!important;}
/*FOOTER*/
.metanavi a {
	font-size: 16px;
	margin: 0 25px 0 0!important;
}
.thumbnail_full img {
    max-width: 300px;
    height: auto;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    width: auto;
}
#accordion_slider_1, #accordion_slider_2, #accordion_slider_3, #accordion_slider_4, #accordion_slider_5, #accordion_slider_6, #accordion_slider_7, #accordion_slider_8 {
    position: relative;
    height: auto;
    min-height: 630px;
}
#accordion_slider_1{
min-height:700px;
}
#accordion_slider_6{
min-height:700px;
}
#accordion_slider_7{
min-height:700px;
}
.calltoaction {
    padding-bottom: 60px;
}	
.calltoaction_sub {
	padding-bottom: 0px;
}
.calltoaction_img {
    width: 350px;
    height: auto;
}
.calltoaction_img_1 {
    width: 210px;
    height: auto;
    right: 320px;
}
.calltoaction_img_2 {
    width: 215px;
    height: auto;
    right: 160px;
}
.calltoaction_img_3 {
    width: 85px;
    height: auto;
    right: auto;
    left: 253px;
    top: 220px;
    padding: 22px 15px;
}
.calltoaction .calltoaction_images a {
	font-size: 20px;
    padding: 35px 20px 40px 20px;
    line-height: 30px;
    height: 175px;
    width: 175px;
}	
	
	
}

@media only screen and (max-width:1020px) {

.container {width:800px}
.col-xs-1 {width:43px;}
.col-xs-2 {width: 112px;}
.col-xs-3 {width: 181px;}
.col-xs-4 {width: 250px;}
.col-xs-5 {width: 319px;}
.accordion_slide_content .col-xs-5 {
    width: 259px;
}
.accordion_content .col:first-child img {max-width: 100%;height:auto;}
.col-xs-6 {width: 387px;}
.col-xs-7 {width: 456px;}
.col-xs-8 {width: 525px;}
.col-xs-9 {width: 594px;}
.col-xs-10 {width: 663px;}
.col-xs-11 {width: 732px;}
.col-xs-12 {width: 800px;}
.slider .container {margin-left:-400px;}
.col-image-sub .teaser {
    width: 147px;
}
.col-image-sub .unternehmen_content {
    width: 50%;
    margin-right: 0;
    margin-bottom: 50px;
	min-height: 450px;
}
.calltoaction_sub h5 {
    font-size: 16px;
    margin-top: 20px;
}
.calltoaction_sub img {
    width: 160px;
}
.calltoaction_sub_wrapper .container .row:last-child .col {
	margin-left: 20px;
    margin-right: 20px;
    width: 160px;
}
.logo {
    height: 35px;
    margin-top: 20px;
}
#searchform {
    margin-top: 20px;
}
#shop_icon {
    margin-top: 0;
}
#searchform input[type=text] {
    height: 35px;
    border: 0;
    width: 175px;
    font-size: 14px;
    padding: 10px 10px;
    text-align: center;
    float: left;
    border-radius: 10px 0 0px 10px;
}
#searchform input[type=submit] {
    height: 35px;
}
.navi_container .fa-cart-shopping {
    font-size: 30px!important;
    float: left;
    color: #fff;
    margin-top: 25px!important;
}
#sprache_menu {
    position: relative;
    padding-top: 30px;
}
#navi_trigger {
    margin-top: 20px;
    height: 35px;
    width: 35px;
}
#navi_trigger i {
    display: block;
    width: 22px;
    background: var(--cd_color);
    height: 4px;
    top: 16px;
    position: relative;
    left: 7px;
}
#navi_close {
    margin-top: 20px;
    height: 35px;
    width: 35px;
}
#navi_trigger i:before {
    content: '';
    display: block;
    width: 22px;
    background: var(--cd_color);
    height: 4px;
    top: -8px;
    position: absolute;
    left: 0;
}
#navi_close i {
    display: block;
    width: 25px;
    background: var(--cd_color);
    height: 4px;
    top: 16px;
    position: relative;
    left: 5px;
    transform: rotate(45deg);
}
#navi_trigger i:after {
    content: '';
    display: block;
    width: 22px;
    background: var(--cd_color);
    height: 4px;
    bottom: -8px;
    position: absolute;
    left: 0;
}
#mainnavi > li {
   /* min-height: 200px;*/
    /*margin-top: 25px;*/
}
.slider span {
    font-size: 24px;
}
.slider_home span i {
	font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}
.slider_home span i:last-child {
    font-size: 25px;
    line-height: 25px;
}
.teaser {
    width: 250px;
}
.teaser a {
       height: 249px;
}
.teaser a span {
    width: 250px;
    font-size: 18px;
    bottom: 15px;
    padding: 10px 20px;
}
.teaser-downloads a span {
    width: 147px;
    left: -74px;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 10px;
}
.teaser_produkte .teaser a span {
    font-size: 14px;
    padding: 15px 10px;
}
.aktuelles_col {
    width: 207px;
    min-height: 790px;
    margin-right: 20px!important;
}
.thumbnail_box {
    width: 206px;
}
.col-image-sub .teaser a {
    height: 155px;
}
.contact_widget {
    width: 204px;
    margin-right: 25px;
}
.contact_widget h4 {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 23px;
}
.contact_widget p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 28px;
}
.accordion_slide_content {
    padding: 20px 25px;
	left: 0%!important;
    position: relative!important;
}
.accordion_slide_bullets, .accordion_slide_fwd, .accordion_slide_back {display:none!important;}
.accordion_slide_content {
	padding:10px 0px;
}
.accordion_slide_content .col {
    padding: 10px 0;
	width: 100%;
}
.accordion_content .col:first-child img {
margin: 0 0;
}
.calltoaction_img {
    width: 350px;
    height: auto;
}
.calltoaction_img_1 {
    width: 190px;
    height: auto;
    right: 215px;
}
.calltoaction_img_2 {
    width: 200px;
    height: auto;
    right: 71px;
}
.calltoaction_img_3 {
    width: 85px;
    height: auto;
    right: auto;
    left: 240px;
    top: 220px;
    padding: 20px 12px;
}
.calltoaction .calltoaction_images a {
    font-size: 17px;
    padding: 40px 20px 35px 20px;
    line-height: 25px;
    height: 155px;
    width: 155px;
	margin-right: -25px;
}
.calltoaction {
	padding-bottom: 20px;
}
.calltoaction_sub {
    padding-bottom: 0px;
}


	
}


@media only screen and (max-width:880px) {
	.post_75 h2 {
		font-size:19px;
	}
.firmen {
	display:none;
}
/*.current_page_item {
    background: var(--cd_color);
}*/	
.slicknav_menu {display:block;}
#navi_trigger {display:none;}
#navi_container {    background: var(--cd_color_transparent);}
#check_mobile {
    display: block;
} 
#check {
    display: none;
} 
.slider img {
    margin-top: 60px!important;
    width: 100%!important;
}
.slider > div > img {
  /*  display: none;*/
}
#mainnavi {
    display: none!important;
}
#search_handler {display:block}
#search_trigger {
    display: block;
    position: absolute;
    right: 75px;
    top: -30px;
}
#search_closer {
    display: none;
    position: absolute;
    right: 75px;
    top: -30px;
}
.navi_container {
    z-index: 99999999999999999;
    padding-bottom: 0;
}
.fa-cart-shopping {
    position: fixed;
    top: 13px;
    width: 40px;
    right: 90px;
}
.slicknav_menu {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: var(--cd_color_transparent);
    padding: 15px;
}
.slicknav_nav a {
    font-weight: 600;
	
}	
.slicknav_nav > li > a {font-size: 18px;}
.slicknav_nav li ul li a {font-weight:500}
.slicknav_nav ul {margin-left:0}
.slicknav_btn {background-color: #fff;text-shadow:none}
.slicknav_menu .slicknav_menutxt {
    color: #000;
    font-weight: bold;
    text-shadow: none;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #000;
    box-shadow: none;
}
.navi_container {
    padding-top: 0;
    top: 49px;
}
.container {margin:auto;max-width:100%;}
.col {float:left;margin-right:0px;padding:0 5%;}
.col-lg-1 {width: 100%;}
.col-lg-2 {width: 100%;}
.col-lg-3 {width: 100%;}
.col-lg-4 {width: 100%;}
.col-lg-5 {width: 100%;}
.col-lg-6 {width: 100%;}
.col-lg-7 {width: 100%;}
.col-lg-8 {width: 100%;}
.col-lg-9 {width: 100%;}
.col-lg-10 {width: 100%;}
.col-lg-11 {width: 100%;}
.col-lg-12 {width: 100%;}
.space {width:100%;}
.calltoaction_sub .col-xs-2 {width:50%;}
.calltoaction_sub .space {width:100%;}
.slider > div {
    position: relative;
    overflow: hidden;
    width: 100%;
    left: 0;
    margin-left: 0;
}
.accordion_content .col {
    padding: 20px 0;
}
.slider .container {
    margin-left: -720px;
}
.slider span {
    font-size:23px;
    color: var(--cd_color);
    margin-top: 120px!important;
    height: auto;
    margin-bottom: 15px;
    text-align: center;
	background: none;
    display: block;
    float: none;
    padding: 0;
	margin-top: 30px!important;
}
.slider_home span {
    margin-top: 120px!important;
    height: auto;
    margin-bottom: 15px;
    text-align: center;
	margin-top: 30px!important;
}
.breadcrumb {display:none}
.slider .col-lg-4 {display:none}
.breadcrumb p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
}
.logo {
    height: 26px;
    margin-top: 20px;
    margin-bottom: 0;
    display: none;
}
.logo_mobile {
    display: block;
    z-index: 999999999;
    position: fixed;
    margin: 20px 0 0 30px;
}
#navi_container {
    background: none;
}
.navi_container .fa-cart-shopping {
    font-size: 24px!important;
    margin-top: 8px!important;
}

#mainnavi ul {margin-top:20px;}
h1 {
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 80%;
    line-height: 30px;
	font-weight:500;
	text-transform:none;
}
.slider_home span i {
    font-size: 23px;
    line-height: 20px;
    margin: auto;
	padding:0 20px;
    background: none;
	font-weight: normal;
}
.slider_home span i:last-child {
    font-size: 23px;
    line-height: 20px;
    margin: auto;
    background: none;
	font-weight: normal;
}
.single_header h1 {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 25px;
    margin-top: 0;
}
.single_content h3 {
    margin: 20px 0 10px 0;
    font-size: 16px;
}
#searchform {
	margin-top: 0;
}
#search_wrapper {
    position: relative;
    width: 100%;
    float: left;
    top: 18px;
    left: 0;
	height: 0;
	background: var(--cd_color_transparent);
    transition: all ease-in-out 0.3s;
	padding-right: 36px;
    padding-left: 36px;
    margin-left: -36px;
    box-sizing: content-box;
}
#searchform input[type=submit] {
    border-radius: 0;
}
#searchform input[type=text]{
    border-radius: 0;
}
.navi_container .fa-sharp {
    position: fixed;
    top: 13px;
    width: 40px;
    right: 100px;
}
/*
#searchform {
    position: fixed;
    right: 60px;
    left: auto;
    width: 25px;
    top: 10px;
    margin-top: 0;
}
#searchform input[type=text] {
	    display: none;
    font-size: 14px;
    padding: 10px 10px;
    width: 90%;
    height: 40px;
}
#searchform input[type=submit] {
    height: 30px;
    margin: 0;
    border: 0;
    width: 30px;
    float: left;
    border-radius: 0;
    background: none;
    font-size: 20px;
    color: white;
}*/
#sprache_menu {
    padding-top: 0px;
    top: 10px;
    width: 40px;
    height: 50px;
    right: 50px;
    position: absolute;
    float: right;
}
#sprache_menu {
display: none;
}
.introtext {
	margin-bottom: 30px;
}
.introtext p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}
.introtext br {
	display:none;
}
.introtext a {
    padding: 10px 40px;
    font-size: 15px;
    margin: 25px 0 0 0;
}
.introtext h2 {
	font-size: 19px;
    margin-bottom: 20px;
}

.button_var_1 {
    padding: 11px 22px;
    border: 1px solid var(--cd_orange);
    font-size: 17px;
    margin: 25px 0 25px 0;
}
.button_var_3 {
    margin: 10px 0!important;
}
.welcome h1 {
    margin-top: 20px;
    margin-bottom: 30px;
	font-weight: normal;
}
.aktuelles_col {
    min-height: auto;
	margin-bottom: 20px;
    margin-right: 0!important;
}
.aktuelles_col .permalink {
    margin-bottom: 20px;
    margin-top: 20px;
    position: static;
}
.thumbnail_box {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}
.size-post-thumbnail {
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
}
.teaser_section {
    margin-top: 15px;
}
.teaser {
    margin: auto;
    width: 90%;
    float: none;
}
.teaser:last-child {
    margin-right: auto;
}
.teaser img {
    width: 100%;
    height: auto;
}
.unternehmen_content img {
	width: 130px!important;
	height: auto!important;	
}	
.unternehmentext h3 {font-size:19px}

.teaser a {
    height: auto;
	margin-bottom: 4%;
}
.teaser a span {
    font-size: 19px;
    width: 100%;
    left: 0%;
    bottom: 15px;
}
.teaser-downloads a {
	text-decoration:none
}
.teaser-downloads a span {
	font-size: 19px;
    width: 90%;
    left: 5%;
    bottom: 35px;
	position: static;
    width: 100%;
}	
.col-image-sub .teaser {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.col-image-sub .unternehmen_content {
    width: 99%;
    float: left;
    margin-right: 2%;
	min-height: auto;
}
.col-image-sub .teaser:nth-child(even) {
	margin-right:0;
}
.col-image-sub .teaser img {
    width: 100%;
    height: auto;
	margin-bottom:20px;
}

.calltoaction {
    padding-top: 35px;
    margin-top: 20px;
    padding-bottom: 60px;
    background-position: bottom;
    background-size: auto 100%;
}
.calltoactionstart {
    background-position: left;
    background-size: auto 100%;
}
.calltoaction_sub {
    background-size: auto 100%;
    background-position: bottom center;
    padding-bottom: 0;
    padding-top: 0px;
}
.calltoactionstart_sub {
	margin-top:0;
}
.calltoactionstart {
	margin-bottom:0
}
.calltoaction_img {
    width: 100%;
    height: auto;
    margin: 20px auto;
	max-width: 250px;
}
.calltoaction_sub_wrapper .container .row:last-child .col {
	padding: 0;
    margin: 0;
    width: 100%;
}
.calltoaction_img_1 {
    display: block;
    margin: 20px auto;
    position: static;
    padding: 5px 41px;
    border-radius: 109px;
    float: none;
    height: auto;
    border-radius: 50%;
}
.calltoaction_img_2 {
    right: auto;
    padding: 0px 26px;
    top: 20px;
    left: 5%;
    position: static;
    float: none;
    margin: 20px auto;
}
.calltoaction_img_3 {
    background: var(--cd_orange);
    padding: 28px 14px;
    right: auto;
    left: 335px;
    top: 260px;
}
.calltoaction_img_1, .calltoaction_img_2, .calltoaction_img_3 {display:none;}
.calltoaction_images .col-lg-8 {
    height: auto;
    position: relative;
}
.calltoaction_text p, .specialnews_text p {
    font-size: 15px;
    line-height: 25px;
}
.calltoaction_text p a {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}	
.calltoaction h2 {
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
    margin-bottom: 22px;
    /*color: #fff;*/
    text-align: center;
}
.calltoaction h2 br {
	display:none;
}
.calltoaction p br {
	display:none;
}	
.calltoaction h4 {
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    line-height: 30px;
    margin-bottom: 22px;
    color: #fff;
    text-align: center;
}
.calltoaction_sub h5 {
    margin-bottom: 35px;
    font-size: 20px;
	    min-height: 25px;
}
.calltoaction_sub .calltoaction_text p br {
	display:none;
} 
.calltoactionstart h2 span {
    font-size: 25px;
    display: block;
}
.calltoaction .calltoaction_images a {
    float: none;
    font-size: 21px;
    line-height: 23px;
    width: 165px;
    height: 165px;
    padding: 45px 23px;
    margin: 20px auto;
}
.calltoaction .calltoaction_images a br {
    display: none;
}
.calltoaction .calltoaction_images a {
	position: absolute;
    bottom: -30px;
    right: 25px;
}
.calltoaction_img {
	max-width: 250px;
}
.mehr_artikel {
font-size: 17px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.contact_widget a {
	padding: 15px;
}
.slider .container {
    position: static;	
    margin-left: 0;
    left: 0;
    width: 100%;
}
.metanavi .socialmedia {
	margin-top:10px;
}
.metanavi .socialmedia a {
    display: inline-block;
    margin: 0 11px 0 0!important;
}
.metanavi {
    margin: 20px 0 20px 0;
}
.metanavi a {
    margin: 0 0 10px 0!important;
    font-size: 17px;
    display: block;
    line-height: 24px;
}
.col-image-sub .teaser a {
    height: auto;
    margin-bottom: 10px;
}
.ui-accordion-header:after {
	display:none
}
.ui-accordion .ui-accordion-header {
    font-size: 17px;
    padding: 15px 0;
    position: relative;
    padding-right: 50px;
}
.ui-accordion-header:before {
    content: '';
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url(close.png);
    background-position: 0 -1px;
    background-repeat: no-repeat;
    margin-top: 5px;
    float: left;
}	
.ui-accordion-header:before {
    background-position: center center;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
}
.ui-accordion-header-active:before {
  /*  content: '';*/
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(open.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
}

.karriereanzeigen .accordion_content .col:first-child {padding:10px 0}
.accordion_content .col:first-child img {
    margin: 0 0;
}

.contact_section h3 {
    font-size: 19px;
	margin-bottom: 10px;
}
.contact_section h5 {
    font-size: 19px;
    margin-bottom: 10px;
}
.contact_widget {
    width: 90%;
    margin-right: auto;
    border: 2px solid var(--light_gray);
    margin-left: auto;
    margin-top: 20px;
    float: none;
}
.fieldsets_right,.fieldsets_left {
    width: 100%;
}
input[type=text], select {
	width:100%;
}

.contact_widget img {
    float: left;
    max-height: 75px;
	margin-right: 20%;
}

.contact_widget:first-child {
    margin-left: auto;
}
.contact_widget:last-child {
    margin-right: auto;
    position: relative;
    right: 0px;
    margin-left: auto;
}
.contact_widget h6 {
    float: left;
    margin-top: 15px;
    font-size: 19px;
    line-height: 24px;
}
.contact_widget p {
    display: none;
}
.line {
    margin: 20px 0 0px 0;
}
#navi_close {display:none!important}
.messetermine .clearfix {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.messetermine .messelogo {
    margin-bottom: 20px;
}
.messetermine a {
	display:block;
}
.fieldsets_left label, .fieldsets_right label {
    width: 100%!important;
}
label {
    width: 100%!important;
}

select, textarea, #contactform, table, tr, td {
    width: 100%!important;
}
tr, td {
    display: block;
    line-height: 19px;
}
table tr td {
    border: 0px;
	border: 1px solid var(--cd_gray);
	margin-top: -1px;
}
table tr td:first-child {
    border-left: 0px;
	border-top: 0px;
	    border: 1px solid var(--cd_gray);
}
table tr:first-child td {
    border-left: 0px;
	border-top: 0px;
	    border: 1px solid var(--cd_gray);
		    margin-top: -1px;
}
table tr:nth-child(odd) {background:var(--light_gray);}

legend {
    font-size: 17px;
    padding: 15px 0;
    margin: auto;
    margin-bottom: 10px;
}

#map {display:none;}

}

@media only screen and (max-width:575px) {
.calltoaction {
   /* background: url(e-shop-hintergrund-mobil.jpg);*/
    background-position: center top;
    background-repeat: no-repeat;
}
.calltoaction_sub {
   /* background: url(calltoaction_sub_hintergrund-mobil.jpg);*/
    background-position: center top;
    padding-bottom: 0;
    /*padding-top: 30px;*/
	padding-top:0px;
}
.teaser-downloads a {
	text-decoration: none;
}
.teaser-downloads a span {
	font-size: 16px;
    width: 100%;
    left: -22%;
    bottom: 20px;
    position: static;
    text-decoration: none;
}
.calltoactionstart {
    background-position: left;
    background-size: auto 100%;
}
.teaser_section .teaser a {
	    height: auto;
}
.teaser a span {
    font-size: 14px;
    padding: 15px 10px;
    position: static;
    background: var(--cd_color);
	height: auto;
}
.teaser_section .teaser p {
	height: auto!important;
    position: static;
    padding-bottom: 20px;
    background: var(--cd_color);
}
.teaser_section .teaser p i {

	padding-top: 15px;

}
}

@media only screen and (max-width:380px) {
	
.calltoaction {
    background: url(e-shop-hintergrund-mobil.jpg);
    background-position: center top;
}
	
.calltoaction_sub {
	background: url(calltoaction_sub_hintergrund-mobil.jpg);
}
.col-image-sub .teaser img {
		margin-bottom:10px;
}	
	
}