/*
Theme Name: KDK
*/


img {
border: 0;
}

form {
margin: 0;
padding: 0;
}

table, td, input, textarea, select {
font-family: "Open Sans", sans-serif;
font-size: 1em;
color: #777;
}

p {
line-height: 160%;
margin:0;
padding: 12px 0 12px 0;
}

p + p {
padding-top: 0px;
}

a {
text-decoration: none;
color: #004996;
}

body {
margin: 0;
padding: 0;
font-family: "Open Sans", sans-serif;
font-size: 14px;
background: white;
color: #777;
text-align: center;
-webkit-text-size-adjust: none;
text-size-adjust: none;
}

h1, .h1dummy, h3, h5, h6, strong {
font-weight: 600;
}

h1, .h1dummy, h2 {
margin: 0;
padding: 12px 0px 0px 0px;
font-size: 36px;
line-height: 120%;
    margin-bottom: -8px;
}
h2, h4 {
font-weight: 400;
}

h3, h4, h5 {
margin: 0;
padding: 24px 0px 0px 0px;
font-size: 22px;
line-height: 140%;
}

h2:first-child {
padding-top: 0px;
margin-top: -3px;
}
h3:first-child {
padding-top: 0px;
margin-top: -2px;
}
h4:first-child {
padding-top: 0px;
margin-top: -1px;
}

.teaser h3, h5 {
margin-top:0px;
padding-top: 8px;
font-size: 16px;
}

h1 + p {
margin-top: 26px !important;
}


.produkt-desc {
    margin-top: -18px;
}

.orange,
.orange td {
color: #f18b00;
}

.texttable {
margin: 12px 0 12px 0;
}
.texttable td {
line-height: 160%;
padding-right: 20px;
vertical-align: top;
}
.featuretable td {
line-height: 160%;
padding: 6px 20px;
width: 35%;
vertical-align: top;
}

.featuretable td + td {
width: 65%;
}

.featuretable {
width: 100%;
}
.featuretable tr:nth-child(even) {
background-color: #eaeaea;
}


.tabs {
margin: 10px 0px;
border-bottom: 1px #e8e8e8 solid;
position: relative;
}
.tab {
color: #777;
display: inline-block;
padding: 8px 20px;
border: 1px white solid;
border-bottom: 1px #e8e8e8 solid;
margin-bottom: -1px;
}
.tab:hover {
color: #004996;
}
.tab-active {
border: 1px #e8e8e8 solid;
border-bottom: 1px white solid;
font-weight: 600;

color: #777;
}
.tab-active:hover {

color: #777;
}

.tab-content {
display: none;
}


#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 90px;
color: white;
z-index: 960;
background-color: RGBA(0,73,150, 0.9);
transition: height 0.3s ease;
}
#header-space {
background-color: #004996;
height: 90px;
transition: height 0.3s ease;
}

/*
.header-minimized #header,
.header-minimized #header-space {
height: 74px;
}
*/

#logo {
position: absolute;
width: 250px;
height: 58px;
background: transparent url(images/kdklogo.png) center left no-repeat;
background-size: contain;
left: calc(50% - 594px);
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transition:  width 0.3s ease, height 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media(max-width: 1100px) {
 #logo {
 width: 200px;
 }
}

/*
.header-minimized #logo {
height: 44px;
}
*/

#navi {
position: absolute;
left: calc(50% - 340px + 42px);
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
margin: 0;
padding: 0;
list-style-type: none;
font-size: 1px;
transition: opacity 0.25s ease;
transition-delay: 0.3s;
}
#navi li {
margin: 0;
padding: 0 5px 0 0;
list-style-type: none;
display: inline;
}

#navi a,
#mobile-menu a {
color: white;
font-size: 16px;
text-transform: uppercase;
display: inline-block;
padding: 5px 12px;
}

#navi .current_page_item > a,
#navi .current_page_ancestor > a,
#mobilenavi > ul > .current_page_item > a,
#mobilenavi > ul > .current_page_ancestor > a {
background-color: white !important;
color: #004996 !important;
}

.search-expanded #navi {
transition-delay: 0s;
opacity: 0;
pointer-events: none;
}

.subterms {
    padding: 0 0 0 20px !important;
    margin: 0 !important;
    border-top: 0 !important;
    opacity: 0.8;
}



#s {
width: calc(100% - 16px);
border-left: 0px;
border-right: 0px;
padding-left: 0px;
padding-right: 0px;
opacity: 0;
transition: border 0.25s ease, padding 0.25s ease, opacity 0.25s ease;
}
.search-expanded #s {
border-left: 2px;
border-right: 2px;
padding-left: 10px;
padding-right: 32px;
opacity: 1;
background-color: white;
}

#search-button {
position: absolute;
top: 0px;
right: -4px;
width: 24px;
height: 100%;
box-sizing: border-box;
background: transparent url(images/lupe.svg) center center no-repeat;
background-size: 16px 16px;
z-index: 1;
transition: right 0.15s ease;
}
.search-expanded #search-button {
background-image: url(images/lupe-blue.svg);
right: 42px;
}


#searchbar {
text-align: left;
z-index: 900;
position: absolute;
top: 50%;
right: calc(50% - 590px);
width: 16px;
height: 36px;
padding-right: 20px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transition: width 0.35s ease;
}
.search-expanded #searchbar {
width: 420px;
}



#body-wrapper {
min-height: calc(100vh - 351px);
}


#hero {
position: relative;
    width: 100%;
    height: 16vw;
    z-index: 1;
    min-height: 180px;
    max-height: 720px;
}
.home #hero {
height: 40vw;
min-height: 280px;
}


#hero + .section-space {
display: none;
}
.home #hero + .section-space {
display: block;
}

.section-space + #hero {
margin-top: -60px;
}


.infobox-layer {
background-color: RGBA(0,73,150, 0.7);
text-align: center;
max-width: 540px;
padding: 22px 40px 22px 40px;
box-sizing: border-box;
position: absolute;
top: 62%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
color: white;
}
.infobox-layer > :first-child {
padding-top: 0px;
}
.infobox-layer > :last-child {
padding-bottom: 0px;
}
.infobox-layer a {
color: white;
}

.infobox-layer h2 {
font-weight: 300;
margin-bottom: 0px;
}


.list-wrapper {
text-align: left;
}

.teaser {
margin-top: 15px;
margin-bottom: 15px;
position: relative;
text-align: left;
box-sizing: border-box;
background-color: white;
color: #777;
}
.teaser-text {
margin-top: -18px;
box-sizing: border-box;
}
.pic + .teaser-text {
margin-top: 0px;
padding: 8px 0px;
}

.erg-text {
    margin-top: -12px;
float: left;
max-width: 600px;
}
.erg-pic {
float: left;
width: 300px;
min-height: 20px;
}


.content-left {
float: left;
position: relative;
text-align: left;
width: 260px;
box-sizing: border-box;
padding-top: 12px;
}
.content-left img {
max-width: 100%;
height: auto;
}

.content-right {
float: right;
width: calc(100% - 260px - 30px);
}

.line-teaser {
display: block;
width: 100%;
margin-top: 8px;
}
.line-teaser + .line-teaser {
margin-top: 30px;
}

.line-teaser-with-pic .teaser-text {
float: right;
width: calc(100% - 280px);
box-sizing: border-box;
}
.line-teaser-with-pic img {
border-bottom: 0px;
border-right: 1px #efefef solid;
float: left;
width: 260px;
}
.line-teaser-with-pic .teaser-label {
margin: 0;
position: absolute;
left: -10px;
bottom: 15px;
z-index: 1;
}

.center-container {
text-align: left;
margin: 0 auto;
max-width: 1180px;
    padding: 15px 0px;
}

#maincol .center-container {
margin-left: 0px !important;
max-width: 100% !important;
}


.text-container p {
max-width: 872px;
margin: 0 auto;
}


#newsletter-signup {
background-color: #909193;
color: white;
padding: 30px 15px;
text-align: center;
font-size: 14px;
}
#newsletter-signup .minimal-input {
width: 325px;
}

#newsletter-signup {
background-color: #004996;
}


.box-link {
background-color: #004996;
color: white;
font-size: 14px;
text-transform: uppercase;
display: inline-block;
padding: 5px 12px;
text-decoration: none !important;
margin-top: 4px;
margin-bottom: 4px;
font-weight: 600;
}
.box-link + .box-link {
margin-left: 7px;
}
.infobox-layer .box-link,
.box-link-invert {
background-color: white !important;
color: #004996 !important;
}


.big-image-space {
height: 30px;
}
.big-image-space + .big-image-space {
display: none;
}

.section-space {
height: 60px;
}
.section-space + .section-space {
display: none;
}


blockquote {
font-size: 20px;
margin: 0;
padding: 0 0 0 30px;
}


.embed {
padding: 16px 0px;
}


#maincol ul {
margin: 0;
padding: 4px 0;
list-style-type: none;
line-height: 160%;
}
#maincol li {
padding: 6px 0 6px 20px;
position: relative;
}
#maincol li::before {
content: "-";
font-size: 20px;
color: #004996;
position: absolute;
left: 0px;
top: 5px;
}


.pic {
border: 1px #eaeaea solid;
box-sizing: border-box;
position: relative;
background: white none center center no-repeat;
background-size: cover;
}
.pic-in {
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
background: white none center center no-repeat;
background-size: cover;
}


.flexbox-fill {
height: 1px;
}

.zweispaltig,
.dreispaltig,
.vierspaltig {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}



.zweispaltig > * {
width: calc(50% - 25px);
}

.dreispaltig > * {
width: calc((100% - 100px) / 3);
}

.vierspaltig > * {
width: calc((100% - 150px) / 4);
}

.einspaltig .teaser {
display: block;
margin-top: 20px;
margin-bottom: 28px;
}

.einspaltig .teaser-text p {
padding-top: 4px;
}


/*
#lightbox {
z-index: 980;
display: none;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: RGBA(0,0,0,0.8) none center center no-repeat;
background-size: contain;
}
#lightbox-x {
background: transparent url(images/x-white.png) center center no-repeat;
background-size: 18px 18px;
width: 20px;
height: 20px;
position: absolute;
    top: 17px;
    right: 20px;
}
*/

img.aligncenter {
display: block;
margin: 0 auto;
}

img.alignright {
margin: 3px 0px 10px 30px;
float: right;
}
img.alignleft {
margin: 3px 0px 10px 30px;
float: left;
}

.text-teasers h3 {
padding-left: 30px;
background: transparent url(images/kdk-lines.svg) 0px 11px no-repeat;
background-size: 22px 16px;
    padding-bottom: 8px;
margin-bottom: -6px;
}
.text-teasers a.teaser:hover h3 {
color: #E68807;
}

.text-teasers .teaser-text > * {
padding-left: 30px;
}



#main-split-wrapper {
margin: 0 auto;
max-width: 1240px;
padding: 0px 30px;
box-sizing: border-box;

}
#sidebar {
float: left;
width: calc((100% - 150px) / 4);
text-align: left;
}
#maincol {
float: right;
width: calc((100% - 150px) / 4 * 3 + 100px);
text-align: left;
}

#sidebar-navi {
border: 1px #eaeaea solid;
background-color: #eaeaea;
margin-top: 30px;
}

#sidebar-navi ul,
#sidebar-navi li {
list-style-type: none;
display: block;
margin: 0;
padding: 0;
}
#sidebar-navi > ul > li {
padding: 10px 0px 10px 0px;
}
#sidebar-navi ul ul li {
padding: 3px 0px;
}

#sidebar-navi ul ul {
border-top: 10px #eaeaea solid;
background-color: white;
padding: 6px 0px;
}

#sidebar-navi > ul > li > a {
font-size: 16px;
text-transform: uppercase;
display: inline-block;
margin: 0px 8px;
padding: 5px 12px;
color: #777;
}

#sidebar-navi ul ul a {
font-size: 14px;
display: inline-block;
margin: 0px 8px;
padding: 5px 12px;
color: #777;
}

#sidebar-navi .current_page_item > a,
#sidebar-navi .current_page_ancestor > a,
#mobilenavi ul ul > .current_page_item > a,
#mobilenavi ul ul > .current_page_ancestor > a {
background-color: #004896 !important;
color: white !important;
}

#sidebar-navi a[href]:hover {
color: #004996;
}

a.teaser:hover h3 {
color: #004996;
}


/* CALC RATIO */

.calc-ratio,
.calc-ratio-wrapper > * {
width: 100%;
height: auto;
}

.keep-ratio {
width: 100%;
height: auto;
}



#footer1 {
background-color: #222222;
color: white;
margin-top: 20px;
position: relative;
text-align: left;
}
#footer1-in {
margin: 0 auto;
text-align: center;
padding: 28px 20px 28px 20px;
box-sizing: border-box;
}
#footer1 a {
color: white;
}

#footer2 {
border-top: 1px #555 solid;
color: #999;
background-color: #222222;
position: relative;
text-align: left;
}
#footer2-in {
margin: 0 auto;
max-width: 1240px;
padding: 24px 30px 24px 30px;
box-sizing: border-box;
}
#footer2-in a {
color: #999;
}
#copyright {
font-size: 12px;
    opacity: 0.6;
}
#copyright strong:first-child {
padding-right: 20px;
}
#footcontact {
float: right;
}
#footcontact span {
padding-right: 20px;
}

#footer2 ul,
#footer2 li {
margin: 0;
padding: 0;
list-style-type: none;
display: block;
}

#footer2 li:first-child {
font-weight: 600;
padding-bottom: 10px;
}

#footer2 ul {
padding-bottom: 38px;
}

#footer2 ul a {
display: block;
padding: 3px 0px;
}



#totop {
position: absolute;
top: -64px;
left: calc(50% - 17px);
background: transparent url(images/arrow-up.svg) center center no-repeat;
background-size: 16px 16px;
width: 34px;
height: 34px;
}


/* FORMS */

.label-before {
padding-right: 30px;
line-height: 36px;
vertical-align: middle;
}
.label-before-multiline {
display: inline-block;
height: 36px;
line-height: 19px;
text-align: left;
}

.minimal-button {
background-color: #004996;
color: white;
border: 2px #004996 solid;
box-sizing: border-box;
outline: 0;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:         none;
border-radius: 0px;
height: 36px;
line-height: 32px;
padding: 0px 10px;
margin: 12px 0 0 0;
text-transform: uppercase;
cursor: pointer;
}

.minimal-input {
background-color: white;
color: #333;
border: 1px white solid;
box-sizing: border-box;
outline: 0;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:         none;
border-radius: 0px;
height: 36px;
line-height: 32px;
padding: 0px 10px;
margin: 0;
width: 360px;
vertical-align: middle;
}
#maincol .minimal-input {
border-color: #777;
}
.input-error {
border-color: red !important;
}

input[type="checkbox"].input-error + span {
	color: red;
}


textarea.minimal-input { 
height: 100px;
padding-top: 4px;
padding-bottom: 4px;
line-height: 24px;
}

:-moz-input-placeholder {
color: #909193;
}
::-moz-input-placeholder {
color: #909193;
}
::-ms-input-placeholder {
color: #909193;
}
::-webkit-input-placeholder {
color: #909193;
}
::placeholder {
color: #909193;
}

.input-border {
border-color: #636365;
}
.input-button-dummy {
pointer-events: none;
}
.input-button-abs-right {
position: absolute;
top: 0;
right: 0;
}
.input-fullwidth {
width: 100%;
}
.input-fullwidth-minus-button {
width: calc(100% - 36px);
}
.input-top-margin {
margin-top: 10px;
}
.input-select-wrapper {
position: relative;
}
.input-button {
background: transparent none center center no-repeat;
display: inline-block;
width: 36px;
height: 36px;
line-height: 36px;
vertical-align: middle;
}


.arrow-r {
background-image: url(images/arrow-right.svg);
background-size: 16px 16px;
}
.arrow-select {
background-color: #8f9093;
background-image: url(images/arrow-up.svg);
background-size: 15px 11px;
transform: scaleY(-1);
-webkit-transform: scaleY(-1);
}
.close-bar-x {
position: absolute;
width: 16px;
height: 16px;
background: transparent url(images/x.svg) center center no-repeat;
background-size: 16px 16px;
right: 0px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
opacity: 0;
pointer-events:none;
transition: opacity 0.25s ease;
}
.search-expanded .close-bar-x {
opacity: 1;
pointer-events: auto;
}


.form-error {
background-color: #f4c2c3;
color: #d4141a;
border: 1px #d4141a solid;
box-sizing: border-box;
outline: 0;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:         none;
height: 36px;
line-height: 32px;
padding: 0px 10px;
text-align: center;
}




/* PAGEVIEW */
.pageview .page {
display: none;
background: white none center center no-repeat;
background-size: cover;
}
.pageview {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
-webkit-user-select: none;
user-select: none;
border-bottom: 1px #eaeaea solid;
}

.hi-pv-in {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
.hi-pv-page {
display: none;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}

.hi-pv-paging {
position: absolute;
bottom: -38px;
left: 0;
width: 100%;
text-align: center;
z-index: 30;
display: none;
}
.home .hi-pv-paging {
display: block;
}

.hi-pv-bullet {
position: relative;
z-index: 1;
width: 12px;
height: 12px;
overflow: hidden;
display: inline-block;
background-color: transparent;
border: 1px #004996 solid;
box-sizing: border-box;
border-radius: 50%;
}
.hi-pv-bullet + .hi-pv-bullet {
margin-left: 18px;
}
.hi-pv-bullet-active {
background-color: #004996;
}


.anchor-links {
padding-top: 4px;
}

.p-align-top > p:first-child {
padding-top: 0px;
margin-top: -5px;
}

.vertretungen_liste .teaser {
    padding-bottom: 16px;
    display: block;
    margin: 0;
    padding-top: 2px;
}

.vertretungen_liste h3 {
font-weight: 400;
}
.vertretung_active h3,
#map-handelsvertretungen .map_active {
font-weight: 600 !important;
color: #333;
}
.handelsvertretung_link:hover h3,
#map-handelsvertretungen a:hover {
color: #f18b00 !important;
}

#map-handelsvertretungen .hover-counterpart,
.hover-counterpart h3 {
color: #f18b00 !important;
}

.handelsvertretung_link + div > :first-child {
padding-top: 0px;
}
.handelsvertretung_link + div {
padding-bottom: 8px;
padding-left: 30px;
}

.transform-to-fit {
overflow: hidden;
max-width: 100%;
}
.transform-to-fit > * {
transform-origin: top left;
-webkit-transform-origin: top left;
}

#map-handelsvertretungen {
background: white url(images/map-handelsvertretungen.png) center center no-repeat;
width: 500px;
height: 679px;
}

#map-handelsvertretungen.map-lichttechnik {
background-image: url(images/map-handelsvertretungen-licht.png);
}

#map-handelsvertretungen > div {
cursor: default;
}

#map-handelsvertretungen > * {
position: absolute;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
color: #777;
font-size: 17px;
display: block;
padding: 18px;
text-align: center;
    line-height: 100%;
}

.gebiet1 {left: 305px; top: 130px;}
.gebiet2 {left: 216px; top: 223px;}
.gebiet3 {left: 370px; top: 246px;}
.gebiet4 {left: 115px; top: 253px;}
.gebiet5 {left: 53px; top: 384px;}
.gebiet6 {left: 112px; top: 336px; width: 60px;}
.gebiet7 {left: 177px; top: 399px;}
.gebiet8 {left: 294px; top: 380px;}
.gebiet9 {left: 434px; top: 336px;}
.gebiet10 {left: 86px; top: 482px;}
.gebiet11 {left: 286px; top: 472px;}
.gebiet12 {left: 180px; top: 570px;}
.gebiet13 {left: 315px; top: 600px;}

.map-lichttechnik .gebiet1 {left: 180px; top: 180px;}
.map-lichttechnik .gebiet2 {left: 360px; top: 270px;}
.map-lichttechnik .gebiet3 {left: 112px; top: 380px;}
.map-lichttechnik .gebiet4 {left: 290px; top: 485px;}
.map-lichttechnik .gebiet5 {left: 180px; top: 575px;}
.map-lichttechnik .gebiet6 {left: 320px; top: 600px;}



/* MOBILE */

#menu-button {
display: none;
z-index: 1010;
position: absolute;
right: 13px;
top: 5px;
width: 44px;
height: 44px;
}

#menu-button span {
height: 2px;
width: 22px;
margin-left: -11px;
margin-top: -1.5px;
left: 22px;
top: 50%;
position: absolute;
background-color: white;
}
#menu-button #menu-line1 {
transform: translateY(-7px);
-webkit-transform: translateY(-7px);
transition: transform ease 0.5s, -webkit-transform ease 0.5s, width ease 0.5s, margin-left ease 0.5s;
}
#menu-button #menu-line2 {
transition: opacity ease 0.5s;
transition-delay: 0.25s;
}
#menu-button #menu-line3 {
transform: translateY(7px);
-webkit-transform: translateY(7px);
transition: transform ease 0.5s, -webkit-transform ease 0.5s, width ease 0.5s, margin-left ease 0.5s;
}

#menu-button.menu-button-x #menu-line1 {
transform: translateY(0px) rotate(45deg);
-webkit-transform: translateY(0px) rotate(45deg);
width: 26px;
margin-left: -13px;
transition: transform ease 0.5s, -webkit-transform ease 0.5s, width ease 0.5s, margin-left ease 0.5s;
}

#menu-button.menu-button-x #menu-line2 {
opacity: 0;
transition: opacity ease 0.5s;
}

#menu-button.menu-button-x #menu-line3 {
transform: translateY(0px) rotate(-45deg);
-webkit-transform: translateY(0px) rotate(-45deg);
width: 26px;
margin-left: -13px;
transition: transform ease 0.5s, -webkit-transform ease 0.5s, width ease 0.5s, margin-left ease 0.5s;
}


#mobile-menu-bg {
display: none;
z-index: 950;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #004996;
}
#mobile-menu {
display: none;
z-index: 951;
position: absolute;
top: 52px;
left: 10%;
width: 80%;
text-align: center;
}

#mobilenavi > ul > li > a {
display: block;
 padding-top: 10px;
 padding-bottom: 10px;
}
#mobile-menu ul {
margin: 0;
padding: 22px 10px 0px 10px;
list-style-type: none;
}

#mobile-menu ul ul {
margin-top: 10px;
margin-bottom: 20px;
padding: 0px 1px 0px 1px;
background-color: #e8e8e8;
}
#mobile-menu ul ul li {
padding-top: 6px;
padding-bottom: 6px;
}
#mobile-menu ul ul a {
color: #777;
padding: 4px 10px;
}

#mobile-menu ul ul ul {
border-top: 6px #e8e8e8 solid;
margin: 0;
background-color: white;
}
#mobile-menu ul ul ul li {
padding-top: 3px;
padding-bottom: 3px;
}
#mobile-menu ul ul ul a {
text-transform: none;
font-size: 14px;
}

#mobile-menu li {
display: block;
padding-top: 2px;
padding-bottom: 2px;
}
#mobilenavimeta a {
color: #004070;
}





@media (max-width: 1260px) {
 .center-container {
 margin-left: 30px;
 max-width: calc(100% - 60px);
 }

 #logo {
 left: 26px; 
 }
 #searchbar {
 right: 30px; 
 }
 #navi {
 left: 304px;
 left: calc((100% - 150px) / 4 + 50px);
 }

}




.mobile-only,
.mobile-only-inline,
.mobile-only-inline-block {
display: none;
}

@media (max-width: 1000px) {

.text-container p {
max-width: 100%;
}

.mobile-calc-ratio {
width: 100%;
height: auto;
}

 .mobile-only {
  display: block;
 }
 .mobile-only-inline {
  display: inline;
 }
 .mobile-only-inline-block {
  display: inline-block;
 }
 .desktop-only {
  display: none;
 }

 #logo {
 left: 18px;
 height: 80% !important;
 }
 #navi {
 display: none;
 }
 #header,
 #header-space {
 height: 54px !important;
 }
 #header {
 position: absolute;
 }

 #menu-button {
 display: block;
 }

 #searchbar {
 display: none;
 }
 #sidebar {
 display: none;
 }
 #maincol {
 float: none;
 width: 100%;
 }
 #main-split-wrapper,
 #footer2-in {
 padding-left: 20px;
 padding-right: 20px;
 }


 h1, .h1dummy {
 padding-top: 4px;
 font-size: 24px;
 }
 h2 {
 font-size: 22px;
 }

.infobox-layer h2 {
    font-weight: 400;
}

 h3, h4 {
 font-size: 18px;
 }

 .section-space {
 height: 40px;
 }
 .section-space + #hero {
 margin-top: -40px;
 }

 .label-before {
 padding: 0 0 8px 0;
 line-height: 120%;
 display: block;
 }

 .label-before-multiline {
 height: auto;
 text-align: center;
 }
 .label-before-multiline br {
 display: none;
 }


 .home #hero {
    min-height: 50vw;
 }

 .center-container {
     margin-left: 20px;
     max-width: calc(100% - 40px);
 }
 
.erg-text {
width: calc(100% - 340px);
}

}




@media (max-width: 899px) {

 .section-space {
 height: 30px;
 }
 .section-space + #hero {
 margin-top: -30px;
 }

 .zweispaltig > * {
 width: calc(50% - 15px);
 }

 .dreispaltig > *,
 .vierspaltig > * {
 width: calc((100% - 30px) / 2);
 }

 img.alignnone,
 img.alignleft,
 img.alignright,
 img.aligncenter {
 float: none;
 display: block !important;
 margin: 15px auto;
 max-width: 100%;
 height: auto;
 }

.featuretable td {
overflow: hidden;
text-overflow: ellipsis;
width: 50% !important;
}

 .home #hero {
    min-height: 55vw;
 }

}


@media (max-width: 719px) {
  .erg-pic {
float: none;
margin: 0 auto;
}
 .erg-text {
 width: 100%;
 max-width: 100%;
 float: none;
  margin-top: 4px;
  text-align: center;
 }

 .home #hero {
    min-height: 60vw;
 }

 .infobox-layer {
 left: 0px;
 top: auto;
 width: 100%;
 bottom: 0px;
 transform: none;
 -webkit-transform: none;
 max-width: 100%;
 padding-left: 16px;
 padding-right: 16px;
 font-size: 12px;
 }

}


@media (max-width: 511px) {

#mobile-menu {
left: 1%;
width: 98%;
}

 .zweispaltig > *,
 .dreispaltig > *,
 .vierspaltig > * {
 width: 100%;
 }

#footer2-in, #footer2-in li {
text-align: center !important;
}

#copyright strong {
padding: 0 !important;
display: block;
}

 #footer1-in .minimal-input {
 max-width: calc(100% - 36px);
 }

 .home #hero {
    min-height: 280px;
  }

 .hi-pv-paging {
 bottom: -28px;
 transform: scale(0.75);
 -webkit-transform: scale(0.75);
 }


.center-container {
padding-top: 5px;
padding-bottom: 5px;
}

.produkt-desc {
margin-top: 4px;
}

.table-tab {
margin-left:-20px;
margin-right:-20px;
}

.featuretable td {
font-size: 12px;
}
.tabs {
display: none;
}

.tab-content {
display: block !important;
padding-bottom:20px;
}


}




.preload-fadein {
position: relative;
opacity: 0;
transition: opacity 0.4s ease;
}
.preload-fadein-loaded {
opacity: 1;
}