body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    line-height: 1.6em;
}

body, select, input, textarea {color: #000000;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #577bb7;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/* Grid
-------------------------------------------------------------------------------*/
.grid-inner {
	width: 1170px;
	margin: 0 auto;
}

@media screen and (max-width: 1220px) {
    .grid-inner {
        width: 93%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1006px) {
    .grid-inner {
        width: 96%;
        margin: 0 auto;
    }
}


.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31.3%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col6.float-right { width: 49%; }
.col7.float-right { width: 62%; }


/* General
-------------------------------------------------------------------------------*/
h1 {
	color: #0e3a63;
	font-size: 3.4em;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 18px;
	line-height: 1em;
}

h2 {
	color: #0e3a63;
	font-size: 2.14em;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 18px;
	line-height: 1.2em;
}

h3 {
	color: #0e3a63;
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 18px;
}


.float-right {
	float: right;
}

/*Moves the right floating headings back in the grid*/
.float-right-margin {
    margin-right: 1% !important;
}

.float-left {
	float: left;
}

.no-float {
	float: none !important;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
	text-align: right;
}

.margin-top {
    margin-top: 40px;
}
.margin-top-half {
    margin-top: 20px;
}

.margin-bottom-double {
    margin-bottom: 80px;
}

.margin-bottom {
	margin-bottom: 40px;
}
.margin-bottom-half {
	margin-bottom: 20px;
}

.block {
	display: block;
}

.relative {
	position: relative;
}

.nowrap {
    white-space: nowrap;
}

.hidden {
	display: none;
}

.hidden-vis {
    visibility: hidden;
}

.uppercase {
	text-transform: uppercase;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
    margin-left: 1.3em;
}

ul li{
	line-height: 1.6em;
}

a {
	color: #003764;
	text-decoration: none;
}

a:hover {
	color: #003764;
	text-decoration: underline;
}

b,.strong {
	font-weight: 700;
}

.vertical-align-middle {
    vertical-align: middle;
}

.button {
	border: 0;
	-webkit-appearance: none;
	background-color: #0e3a63;
	color: #ffffff;
	padding: 12px;
	font-size: 1.42em;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #11486A;
}

.button.button-small {
	padding: 8px;
	font-size: 1.2em;
}

.error-red {
    color: red;
}

.success-green {
	color: green;
}

.inline-block {
	display: inline-block;
}

.text-padding {
	padding-right: 14px;
}

/* Header
-------------------------------------------------------------------------------*/
.header-wrapper {
	position: fixed;
    width: 100%;
	top: 0;
	z-index: 1000;
    text-align: center;
}

.header {
	/*background-color: rgba(255,255,255,0.9);*/
	background-color: #ffffff;
    margin: 0 auto;
}

.header-sticky {
        -webkit-box-shadow: 0px 2px 5px 0px rgba(2, 2, 2, 0.1);
        -moz-box-shadow: 0px 2px 5px 0px rgba(2, 2, 2, 0.1);
        -msie-box-shadow: 0px 2px 5px 0px rgba(2, 2, 2, 0.1);
        box-shadow: 0px 2px 5px 0px rgba(2, 2, 2, 0.1);
        z-index: 2000;
}

.header-logo {
	height: 46px;
	margin-top: 18px;
	/* margin-bottom: 18px;	*/
}

.header-menu {
	text-align: center;
	width: 51%;
}

.header-menu-link {
	display: inline-block;
}

.header-menu div.main-menu {
	color: #000000;
	text-decoration: none;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 300;
	padding: 33px 18px;
    cursor: default;
}

.header-menu div.main-menu.es,.header-menu div.main-menu.pl  {
	padding: 33px 14px;
}

.header-menu div.active {
    text-decoration: underline;
}

.header-menu .last {
	border: 0;
}

.header-menu div.main-menu:hover, .header-menu div.active-link {
	text-decoration: underline;
}

.header-menu-border {
	padding: 4px 0;
	border-right: 1px solid #000000; 
}

.header-meta {
	/*padding-left: 2.5%;*/
	padding-top: 18px;
}

.meta-icon {
	text-align: center;
	text-transform: uppercase;
	padding-top: 4px;
}

.meta-icon img {
	height: 15px;
}

.meta-icon a{
	color: #000000;
	text-decoration: none;
}

.meta-icon a:hover, .meta-icon.active-link {
	text-decoration: underline;
}

.meta-language a.active {
    color: #0e3a63;
    text-decoration: underline;
}

a.active-language {
    text-decoration: underline;
}

/* Language Chooser
-------------------------------------------------------------------------------*/

.language-menu {
	position: relative;
}

.language-current {
	cursor: pointer;
	height: 48px;
	z-index: 3010;
}

.language-spacer {
	height: 52px;
}

.language-dropdown {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000;

	width: 100%;
	background-color: transparent;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(2, 2, 2, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(2, 2, 2, 0.5);
	-msie-box-shadow: 0px 2px 5px 0px rgba(2, 2, 2, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(2, 2, 2, 0.5);
	border: 0 1px 1px 1px solid #666;
}

.language-item-current {
	background-color: #fff;
	padding: 0;
}
.language-item {
	background-color: #fff;
	padding: 2px 0;
}
.language-item a {
	display: block;
	cursor: pointer;
}
.language-item .active {

}
.language-item-end {
	height: 8px;
	background-color: #fff;
}

.language-item-inner {
	position: relative;
}

.language-menu-arrow {
	/* 28x16*/
	position: absolute;
	top: 8px;
	right: -16px;
	width: 10px;
	height: auto !important;
}

.region-title {
	text-align: center;
}
.region-title img {
	width: 100px;
	margin-bottom: 6px;
}

.continent-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 3rem 0;
    border-bottom: 1px solid #ccc;
}

.continent {
	width: 100px;
	height: 100px;
	margin: 0 2rem;
	border: 1px solid #ccc;
}
.continent:hover {
	border: 1px solid #666;
	cursor: pointer;
}
.continent.selected {
    border: 1px solid #333;
}
.continent-label {
    text-align: center;
	text-transform: uppercase;
}

.country-container {
    padding-top: 3rem;
	display: none;
}
.country-container .flag {
    display: inline-block;
    width: 24px;
}
.country-container .flag img {
    vertical-align: middle;
}
.country-container .countryname {
	cursor: pointer;
	outline: none;
}
.country-container ul li {
    width: 175px;
	display: inline-block;
	margin: 0 0 32px 64px;
}

.tippy-content ul {

}
.tippy-content li {
	text-align: left;
}
.tippy-content a {
	color: #fff;
}

.country-banner {
	display: none;
	justify-content: center;
	align-items: center;

	height: 50px;

	background-color: #0e3a63;
	color: #fff;
}
.country-banner a {
	color: #fff;
	text-decoration: underline;
}
.proposedCountry {
	font-weight: 700;
}
.proposedFlag {
	width: 18px;
	vertical-align: middle;
	margin: 0 2px 2px 0;
}

#country-select-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2000;
	background: rgba(255, 255, 255, 0.85);
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}

#country-select-close {
	background-image: url('../img/close.jpg');
	background-size: 44px;
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	cursor: pointer;
}

#country-select-inner {
	position: relative;
	border: 1px solid #e2e2e2;
	padding: 90px;
	background: #fff;
	box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2);
}

/* Menu Open
-------------------------------------------------------------------------------*/
.menu-open {
	background-color: #ffffff;
	position: absolute;
	left: 0;
    width: 100%; 
	top: 88px;
	display: none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(2, 2, 2, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(2, 2, 2, 0.5);
	-msie-box-shadow: 0px 2px 5px 0px rgba(2, 2, 2, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(2, 2, 2, 0.5);
    border: 0 1px 1px 1px solid #666;
}

.menu-group {
	margin-right: 0.3%;
	margin-bottom: 12px;
	float: left;
}

.menu-group-produkte { 
	width: 19.76%;
}

.menu-group-unternehmen {
    width: 16.415%;
}

.menu-group-ansprechpartner {
    /*width: 24.775%;*/
	width: 19.76%;
}

.menu-group-fokus {
	width: 19.76%;
}

.menu-group-ansprechpartner-ch {
	width: 49.85%;
}

.menu-group.last {
	margin-right: 0;
}

.menu-group-content {
	padding: 20px 6px 0 0;
	text-align: left;
}
.menu-group-content-title {
	width: 92%;
}

.menu-group-ansprechpartner .menu-group-content {
	padding: 20px 10px 0 0;
}

.menu-group-content.first {
	padding: 20px 6px 16px 16px;
}
.menu-group-ansprechpartner .menu-group-content.first {
	padding: 20px 10px 16px 16px;
}

.menu-group-content .main-category-link {
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 14px 0;
    display: inline-block;
	color: #000000;
	text-decoration:none;
}

.menu-group-content .main-category-link:hover, .menu-group-content .main-category-link.active{
	text-decoration: underline;
    font-weight: 700;
}

.menu-arrow {
	/*vertical-align: middle;
	height: 8px;
	margin-right: 4px;
	margin-bottom: 2px;*/
    font-size: 1.4em; 
    line-height: 0.5em;    
}

.menu-group-content a {
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	padding: 0;
	font-weight: 400;
	text-transform: none;
}

.menu-group-content a:hover {
	text-decoration: underline;
	font-weight: 400;
	color: #000000;	
}

a.menu-group-block-link {
    text-decoration: none;
    color: #000000;
}

a.menu-group-block-link:hover {
    text-decoration: none;
    color: #000000;
}
a.menu-group-block-link:hover .main-category-link, a.menu-group-block-link.active-link .main-category-link {
    text-decoration: underline;
}

.mobile-menu-burger, .mobile-menu, .mobile-search, .mobile-search-icon,.mobile-bookmark-icon, .mobile-language-icon, .mobile-language {
    display: none;
}

.language-menu {
	cursor: pointer;
}

.language-menu:hover {
	text-decoration: underline;
}

/* Stage
-------------------------------------------------------------------------------*/
.stage {
	height: 474px;
	position: relative;
	margin-top: 88px;
}

.stage-small {
    height: 160px;
    margin-top: 88px;
}

.stage-inner {
	position: relative;
	/*TODO: This should not be repeated here? => same height as .stage?!*/
	height: 474px;
}

.stage-small {
	height: 160px;
}	

.stage-small .stage-inner {
	height: auto;
}

.search {
	float: right !important;
	background-color: #ffffff;
	padding: 14px 20px;
}

.search-field,.mobile-search-field {
	margin-left: 12px; 
	font-size: 0.85em;
	height: 24px;
	width: 52%;
    padding-left: 3px;
    padding-right: 3px;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #a9a9a9;
}

.search-button,.mobile-search-button {
	vertical-align: middle;
	padding-left: 4px;
	height: 23px;
    cursor: pointer;
}

.stage-text-box {
	position: absolute;
	bottom: 30px;
	right: 0;
	/*Fallback for older Browers*/
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	padding: 18px 18px 7px 18px;
}

.stage-text-box h1 {
    font-size: 1.85em;
}

.stage-text-box .inner{
	display: block;
	text-decoration: none;
	color: #000000;
}

/* Content
-------------------------------------------------------------------------------*/
.content {
	padding-top: 38px;
}

.content-frontpage {
	padding-top: 76px;
}

.solutionmap {
	margin-top: 40px;
	margin-bottom: 40px;
}

.grey-area {
	background-color: #e2e2e2;
	padding: 52px 0 52px;
}

.grey-area.image-gallery {
    padding-bottom: 25px;
}

.grey-area-spacing {
    margin-top: 76px;
    margin-bottom: 76px;
}

.heading-with-subheading {
    margin-bottom: 6px;
}

h1.heading-with-margin {
    margin-bottom: 36px;
}

h2.sub-heading-grey, h3.sub-heading-grey{
	color: #6e6e6e;
	margin-bottom: 52px;
}

.subcategory-heading {
    margin-top: 80px;
}

.sub-section {
    margin-bottom: 78px;
}

.icon-link-image {
    vertical-align: middle;
	margin-right:  8px;
	width: 30px;
	margin-top: -6px;
}

.icon-link-text {
    font-weight: 300;
    font-size: 1.42em;
    text-transform: uppercase;
    color: #000000;
    line-height: 1.8em;
}
.icon-link-text:hover {
    text-decoration: underline;
    cursor:pointer;
}

.icon-link-text-inactive {
	color: #999;
}

.inactive-link {
	pointer-events: none;
	cursor: default;
}

.content-no-breadcrumbs {
    padding-top: 78px;
}

h1.single-heading {
    margin-bottom: 70px;
}


/* Form
-------------------------------------------------------------------------------*/
.grey-form input[type="text"],
.grey-form input[type="email"],
.grey-form input[type="number"],
.grey-form input[type="tel"],
.grey-form input[type="date"],
.grey-form input[type="file"],
.grey-form input[type="password"] {
    background-color: #e2e2e2;
    border: 0;
    padding: 13px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-appearance: none;
}

.grey-form select {
	background-color: #e2e2e2;
    border: 0;
    padding: 13px;
    width: 100%;
}

.grey-form textarea {
    background-color: #e2e2e2;
    border: 0;
    width: 100%;
    padding: 13px;
    -webkit-appearance: none;
    font-size: 0.85em;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    padding-right: 4px;
}

.grey-form input[type="text"].half-width{
    width: 48%;
    margin-right: 2%;
}

.grey-form input[type="text"].half-width.last {
    margin-right: 0;
    width: 50%;
}

.grey-form input[type="text"].three-quaters-width {
    margin-right: 2%;
    width: 73%;
}

.grey-form input[type="text"].one-quater-width {
    width: 25%;
}

.grey-form input[type="text"].one-third-width {
    width: 32%;
    margin-right: 2%;
}

.grey-form input[type="text"].two-thirds-width {
    width: 66%;
}

button.btn,
input[type="submit"],
input[type="button"] {
    border: 0;
    -webkit-appearance: none;
    background-color: #0e3a63;
    color: #ffffff;
    padding: 12px;
    font-size: 1.42em;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

button.btn:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled {
	background-color: #ccc;
}

button.btn:hover:enabled,
input[type="submit"]:hover:enabled,
input[type="button"]:hover:enabled {
	color: #fff;
	text-decoration: none;
	background-color: #11486A;
}
button.btn.small {
	font-size: 0.9em;
	padding: 3px 4px;
}

.grey-form input.error {
    border: 1px solid #df2f00 !important;
}

label.error {
	cursor: auto;
	padding: 0;
	padding-top: 3px;
	margin: 0;
	color: #df2f00;
	display: block;
	width: 100%;
    font-size: 0.85em;
    padding-bottom: 16px;
}

label.error:before {
	width: 0;
	height: 0;
	margin: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.grey-form .form-label {
	vertical-align: middle;
	font-size: 1.42em;
	text-transform: uppercase;
}



	/* Frontpage News
    -------------------------------------------------------------------------------*/
.news-items-frontpage {
    overflow: hidden;
}

.news-item-frontpage {
	background-color: #ffffff;
    margin-bottom: -99999px !important;
    padding-bottom: 99999px;
}

.news-item-frontpage-content {
	padding: 14px 20px;
}

.news-item-frontpage-image {
    display: block;
	background-size: cover;
	background-position: center;
	height: 210px;
}

.news-item-frontpage-video {
	height: 210px;
	display: block;
	position: relative;
	overflow: hidden;
}

.news-item-frontpage-video video {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 100%;
}

.news-item-frontpage-video video {
	width: 100%;
	max-width: 100%;
}

.news-item-frontpage-date {
	color: #6e6e6e;
}

.news-item-frontpage-heading {
	color: #0e3a63;
	font-weight: 700;
	font-size: 1.4em;
	margin-bottom: 14px;
	text-transform: none;
}

.news-item-frontpage-text {
    height: 70px;
}
.news-item-frontpage-text h2 {
	font-size: 1em;
	font-weight: 700;
	color: #000;
	text-transform: none;
}

.more-news-link-frontpage {
	float: right !important;
	text-align: right;
}

.news-item h2{
    text-transform: none;
    font-size: 1.7em;
}

.news-article h2{
    text-transform: none;
    font-weight: 700;
}


/* Footer
-------------------------------------------------------------------------------*/
.pre-footer {
	padding-top: 76px;
	padding-bottom: 16px;
	color: #6e6e6e;
}

.pre-footer-company {
	font-weight: 700;
	color: #0e3a63;
}

.pre-footer a {
	font-weight: 600;
	color: #0e3a63;
	text-decoration: none;
}

.pre-footer a:hover {
	text-decoration: underline;
}

.footer {
	background-color: #0e3a63;
	color: #ffffff;
	padding: 12px 0;
}

.footer-icon {
	padding-right: 30px;
	height: 26px;
}

.footer-navigation {
	padding-top: 6px;
	float: right !important;
	text-align: right;
}

.footer-navigation ul {
	list-style-type: none;
}

.footer-navigation li {
        display: inline;
	padding: 0 10px;
	border-right: 1px solid #ffffff;
}


.footer-navigation li.first {
	padding-left: 0;
}

.footer-navigation li.last {
	padding-right: 0;
	border-right: 0;
}


.footer-navigation  a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
}

.footer-navigation  a:hover {
	text-decoration: underline;
}

/* Solutionworld
-------------------------------------------------------------------------------*/
/*reset.css sets max-width 100% ... this destroys the solutionworld, so we fix it here*/
#Stage img{
        max-width: none !important;
}

#Stage {
	line-height: normal !important;
}

.loadTopicLink {
    color: #000000;
}

.loadTopicLink:hover {
   color: #000000;
}

.loadTopicLink.active {
    color: #0e3a63;
    font-weight: 700;
}

.loadTopicLink.active:hover {
    color: #0e3a63;
}

.back-button-link {
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 18px;
}

.topics {
    margin-top: 54px;
}

.solutionWorldWrapper{
    margin-top: 35px;
    margin-bottom: 83px;
}

.solutionWorld {
    padding-top: 6px;
}


.solutionWorldPicture {
    padding-top: 30px;
}

.solution-world-topic {
    margin-top: 32px;
}

.topic-entry-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 6px;
}

.topic-entry-list li {
    padding-left: 1em;
    text-indent: -1em;
}

.topic-entry-list li:before {
    content: "›";
    font-size: 1.4em;
    padding-right: 5px;
}

.solution-world-product-title {
    margin-top: 122px;
    margin-bottom: 60px;
}

.solution-world-product-title.first {
    margin-top: 70px;
}

.solution-world-product-subtitle {
    margin-bottom: 60px;
    margin-top: 102px;
    text-transform: uppercase;
    font-size: 1.71em;
    font-weight: 300;
    color: #6e6e6e;
}

img.cross-section-image {
    opacity: 0;
}

.solutionWorldMap {
	position: relative;
}
.solutionWorldMap .planning-support-banner {
	position: absolute;
	top: 0;
	right: 275px;
	width: 190px;
}
.solutionWorldMap .planning-support-banner a:hover {
	text-decoration: none;
}
.planning-support-sticker {
	background-color: #ce1719;
	color: #fff;
	padding: 3px 6px;
	font-size: 1.05rem;

	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.planning-support-sticker:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 4px 4px rgba(0,0,0,0.22);
}

.hovix {
	font-size: 1rem !important;
	opacity: 0.8;
	padding: 2px;
}

/* Breadcrumbs
-------------------------------------------------------------------------------*/
.breadcrumbs {
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 54px;
}

.breadcrumbs a {
	color: #000000;
	border-right: 1px solid #000000;
	display: inline-block;
	padding: 2px 12px 2px 12px;    
}

.breadcrumbs a.first, .breadcrumbs span.first {
	padding-left: 0;    
}

.breadcrumbs .active {
        color: #003764;
	font-weight: 700;
        display: inline-block;
        padding: 0 2px 0 12px;
}

.breadcrumbs-arrow-down {
	margin-left: 8px;
}

/* Product Category
-------------------------------------------------------------------------------*/
.content-product {
	padding-top: 32px;
}

.sub-category {
	margin-top: 50px;
}

.category-heading,.sub-category-heading {
	text-transform: none;
	font-size: 2.57em;
	color: #003764;
	margin-top: -4px;
	margin-bottom: 0;
	font-weight: 700;
}

.category-heading {
    margin-bottom: 6px;
}

.sub-category-heading {
	margin-bottom: 30px;
}

.category-sub-heading {
	font-weight: 300;
	text-transform: none;
	margin-bottom: 30px;
	color: #6e6e6e;
}

.product-categories { 
	margin-top: 120px;
}

.product-category { 
	margin-bottom: 56px;
}

.product-category-image {
	padding-top: 5px;
}

.product-category-heading {
	font-size: 1.85em;
	font-weight: 700;
	color: #003764;
	text-transform: none;
	margin-bottom: 20px;
}

.button-arrow-icon {
	vertical-align: middle;
	margin-right:  8px;
	width: 30px;
	margin-top: -3px;
}

.business-card-icon {
	vertical-align: middle;
	margin-right:  8px;
    margin-top: -2px;
	width: 15px;
}

.business-card-link {
    color: #000000;
}

.business-card-link:hover {
    color: #000000;
    text-decoration: underline;
}

.product-category-description {
	margin-bottom: 2em;
}

.product-category-link {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.42em;
}

.product-category-link a {
	color: #000000;
}

.product-sub-category-entry {
	float: left;
}

.sub-category h2 {
	font-weight: 300;
	font-size: 2.14em;
	text-transform: uppercase;
}


/* Product Box & Product Box Bookmark & Product Box Solution World
-------------------------------------------------------------------------------*/
.product-boxes {
	margin-top: 44px;
}

.product-box {
	width: 48%;
	float: left;
	margin: 0 3% 0 0;	
	margin-bottom: 76px;
}

.product-box.last { 
	margin-right: 0;
}

.product-box-bookmark {
    margin-bottom: 80px;
    position: relative;
    background-color: #fff;
}
.product-box-bookmark:last-child {
	margin-bottom: 0;
}

.product-box-solution-world  {
       margin-top: 70px;
       margin-bottom: 80px;
}

.product-box .product-image, .product-box-bookmark .product-image, .product-box-solution-world .product-image, .product-children-box .product-image {
	position: relative;
	float: left;
	width: 26%;
	margin-right: 3%;
	/*Move the Image down to the headline*/
	padding-top: 5px;
}
.product-box .product-image .product-special {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
}

/*When hovering the image, underline the title*/
.product-box .product-image:hover ~ .product-infos .product-title, .product-box-bookmark .product-image:hover ~ .product-infos .product-title, .product-box-solution-world .product-image:hover ~ .product-infos .product-title,
.product-children-box .product-image:hover ~ .product-infos .product-title{
    text-decoration: underline;
}

.product-box .product-infos  a:hover, .product-box-bookmark .product-infos a:hover, .product-box-solution-world .product-infos a:hover, .product-children-box .product-infos a:hover{
    text-decoration: none;
}

.product-box .product-infos  a:hover .product-title, .product-box-bookmark .product-infos  a:hover .product-title, .product-box-solution-world .product-infos  a:hover .product-title, .product-children-box .product-infos  a:hover .product-title {
    text-decoration: underline;
}

.product-box .product-infos, .product-box-bookmark .product-infos, .product-children-box .product-infos{
	width: 62%;
}

.product-box-solution-world  .product-infos {
    width: 71%;
    margin-right: 0;
}

.product-box .product-title, .product-box-bookmark .product-title,.product-box-solution-world .product-title, .product-children-box .prdcdut-title {
	font-weight: 700;	
	font-size: 1.71em;
	color: #003764;
	line-height: 1.2em;
	margin-bottom: 4px;
}

.product-box .product-subtitle, .product-box-bookmark .product-subtitle, .product-box-solution-world .product-subtitle,.product-children-box .product-subtitle {
	color: #003764;
	font-weight: 700;	
	font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 6px;
}

.product-box .product-article-code, .product-box-bookmark .product-article-code, .product-box-solution-world .product-article-code,.product-children-box .product-article-code {
	font-weight: 300;
	color: #6e6e6e;
	font-size: 1.71em;
	margin-bottom: 16px;
    display: block;
	text-transform: none;
}

.product-box-bookmark  .product-article-number, .product-box-solution-world .product-article-number {
    margin-bottom: 16px;
}


/* Bookmark List
-------------------------------------------------------------------------------*/
h2.no-boomarks {
    color: #000000;
    text-transform: none;
}

.bookmark-icon-text {
    font-weight: 300;
    font-size: 1.42em;
    text-transform: uppercase;
    color: #000000;
}

.bookmark-category {
    margin-bottom: 80px;
}

.bookmark-category h2 {
    margin-bottom: 80px;
}

.product-part {
    float: left;
    width: 56.5%;
    margin-right: 3%;
}

.download-part {
    float: left;
    width: 40.5%;
}

.product-box-bookmark .box {
    float: left;
    width: 88%;
    margin-top: 0;
}

.product-box-bookmark .box-content {
    padding: 20px;
}

.product-box-bookmark .box-content h3 {
    margin-bottom: 18px;
}

.bookmark-icon {
    width: 30px;
    vertical-align: middle;
    padding-right: 6px;
}

.bookmark-move-icon {
    width: 30px;
    vertical-align: middle;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.remove-entry-icon, .move-entry-icon {
    padding-right: 0;
	cursor: pointer;
}

.bookmark-controls {
	position: relative;
	float: left;
	width: 12%;
}

.bookmark-product-comment {
	margin-right: 12%;
	margin-top: 8px;
}

.bookmark-comment {
	margin-right: 12%;
	margin-top: 8px;
	padding-left: 16%;
}

.bookmark-product-comment-box form {
	width: 100%;
}
.bookmark-product-comment-box form textarea {
	width: 100%;
}
.bookmark-comment-arrow {
	width: 10px;
	vertical-align: middle;
}

.bookmark-product-comment-save-icon {
	display: none;
	width: 16px;
	vertical-align: middle;
}

.bookmark-kka {
	margin-bottom: 80px;
}
.bookmark-kka-scrollcontainer {
    width: auto;
    white-space: nowrap;
    overflow-x: auto;
	overflow-y: hidden;
}
.bookmark-kka-box {
    display: inline-block;
    width: 200px;
	padding: 12px;
    white-space: normal;
}
.bookmark-kka-image {
	width: 140px;
	height: 140px;
	margin: 0 auto;
}
.bookmark-kka-image img {
	max-width: 100%;
}
.bookmark-kka-name {
	color: #003764;
	font-weight: 700;
	font-size: 1em;
	margin: 12px 0;
    text-align: center;
}


.bookmark-functions {
    margin-bottom: 70px;
}

.bookmark-functions-row {
    margin-bottom: 16px;
}

.bookmark-send-functions {
    margin-top: 54px;
    margin-bottom: 110px;
}

.bookmark-send-functions h2 {
    margin-bottom: 34px;
}

.product-count-container {
    margin-top: 24px;    
}

.product-count {
    width: 46px;
    background-color: #e2e2e2;
    border: 0;
    padding: 6px;    
    text-align: center;
}

.order-form,.request-without-engagement-form {
    margin-top: 36px;
}

.bookmark-save-data-cookie {
	margin-top: 36px;
}

.bookmark-form-submit {
    margin-top: 18px;
	display: flex;
	align-items: center;
}
.bookmark-form-submit #send-loader {
	margin-left: 24px;
}
.bookmark-prices {
	margin-top: 80px;
	margin-bottom: 80px;
}

.local-storage-hint {
	display: none;
	margin-left: 10px;
	text-align: right;
	font-style: italic;
}

.bookmark-prices-left {
	float: left;
	width: 56.5%;
	margin-right: 3%;
}

.bookmark-prices-right {
	float: left;
	width: 40.5%;
	padding-right: 57px;
}

.price-table {
	float: right;
	display: inline-block; /*prevents collapsing margins*/
}
.price-table th {
	background-color: #e3e3e3 !important;
	color: #333 !important;
}
.price-table td {
	border-bottom: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
	text-align: right !important;
}
.price-table td.last {
	border-right: 0!important;
}

.price-table .single-sum {
	font-weight: bold;
}
.sum-table {

}
.price-disclaimer-table {
	float: right;
	text-align: left;
	margin-top: 12px;
}

.prename {
	display: none;
}



/* Custom Rabatt
-------------------------------------------------------------------------------*/
.price-custom-rabatt {
	margin: 12px 0;
}

input[name=customKabelRabatt], input[name=customRohrRabatt] {
	padding: 0;
}

.customPriceSpacer {
	padding-top: 6px;
}



.bookmark-admin-button-link {
	font-size: 1.4em;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin-top: 6px;
}

.bookmark-admin-button-link-management {
	margin-left: 14px;
}

.bookmark-admin-existing-lists-header {
	margin-top: 66px;
}

.bookmark-admin-existing-lists {

}

.bookmark-admin-new-list {
	/*width: 85% !important;*/
}

.bookmark-admin-list-name {
	font-size: 1.2rem;
	font-weight: 400;
}
.bookmark-admin-entry {
	height: 55px;
}

.bookmark-admin-entry input[type=text] {
	background-color: #e2e2e2;
	border: 0;
	padding: 13px;
	margin-bottom: 10px;
	width: 100%;
	-webkit-appearance: none;
}

.rename-entry-icon {
	width: 48px;
	cursor: pointer;
}

.delete-entry-icon {
	width: 48px;
	cursor: pointer;
}


#addForm .addButton{
	padding: 7px;
}

.request-without-engagement-result {
	font-size: 1.2rem;
}



/* Product
-------------------------------------------------------------------------------*/
.product-top-content {
	margin-bottom: 112px;
}

.product-infos {
	width: 47%;
	float: left;
	margin: 0 3% 0 0;
}

.product-media {
	position: relative;
	width: 48%;
	float: left;
	margin: 10px 0 0 0;
}

.product-title {
	color: #003764;
	font-weight: 700;	
	font-size: 2.57em;
	text-transform: none;
	margin-bottom: 4px;
	line-height: 1.2em;
}

.product-subtitle {
	color: #003764;
	font-weight: 700;
	text-transform: none;
	font-size: 1.42em;
	margin-bottom: 12px;
	line-height: 1.2em;
}

.product-article-code {
	font-weight: 300;
	color: #6e6e6e;
	font-size: 2.57em;
    margin-bottom: 5px;
	text-transform: none;
}

.product-main-special {
	font-size: 1.25em;
	font-weight: 300;
	margin-bottom:12px;
}
.product-main-special img {
	width: 32px;
	vertical-align: middle;
}

.product-article-no {
	font-weight: 400;
	color: #000000;
	font-size: 1em;	
	text-transform: none;
}

.product-main-image {
	position: relative;
	text-align: center;
    width: 75%;
    margin: 0 auto;
}

.product-main-image-mobile {
    display: none;
}

.product-main-image-medium {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.product-main-image-small {
    width: 50%;
    float: left;
    margin-left: 6%;
}

.fancybox-title-float-wrap .child {
	background-color: #003764 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.product-logo-wrapper {
	margin-top: 46px;
	margin-bottom: 84px;
    width: 100%;
}

.partner-product {
	background-color: #e2e2e2;
	position: relative;
	padding: 6px 20px 6px 120px;
	font-weight: bold;
    width: 363px;	
    max-width: 80%;
}

.fhrk-quality {
    /*
	background-color: #e2e2e2;
	*/
	position: relative;
	padding: 6px 20px 6px 84px;
	font-weight: bold;
	width: 363px;
	max-width: 80%;
    height: 85px;
	margin-top: 20px;

	cursor: pointer;
}

.fhrk-quality img {
	position: absolute;
    top: 0;
	height: 85px;
	margin-left: -92px;
	padding: 2%;
}

#fhrk-detail {
	width: 760px;
	overflow: auto;
	padding: 3%;
}

#fhrk-detail h1 {
	font-size: 2.14em;
	margin-bottom: 20px;
	line-height: 1em;
}

.fhrk-detail-image {
    display: table;
	/*
	padding-right: 3%;
	margin-top: 20px;
	*/
}
.fhrk-detail-image img {
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}

.dvgw-certificate {
	/*
    background-color: #e2e2e2;
    */
	position: relative;
	padding: 6px 20px 6px 84px;
	font-weight: bold;
	width: 363px;
	max-width: 80%;
	height: 85px;
	margin-top: 20px;

	cursor: pointer;
}

.dvgw-certificate img {
	position: absolute;
	top: 0;
	height: 85px;
	margin-left: -92px;
	padding: 2%;
}


.product-clear {
	clear: both
}





.partner-haudi {
    position: absolute;
    width: 85px;
    height: 89px;
    margin-left: -106px;
    margin-top: -22px;
}

.partner-product-bookmark {
    background-color: #e2e2e2;
    position: relative;
    padding: 6px 20px 6px 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 0.9em;
    width: 100%;
}

.partner-haudi-bookmark {
    position: absolute;
    width: 50px;
    height: 54px;
    margin-left: -66px;
    margin-top: -16px;
}

.partner-product a {
    color: #000000;
}


.usps {
	position: relative;
	margin-top: 60px;
	margin-bottom: 30px;
}

.usps ul {
	list-style-position: outside;
	margin-left: 20px;
	width: calc(100% - 64px);
}

.usps ul li {
    line-height: 1.5em;
    margin-bottom: 1em;
}

.usps .thumb {
	position: absolute;
	width: 60px;
	height: 62px;
	top: -22px;
	left: -28px;	
	cursor: pointer;
}

.usps .usp-image {
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 6px;
	right: 0;
}

#thumb-detail {
	width: 760px;
	padding: 3%; 
}

#thumb-detail h1 {
	font-size: 2.14em;
	margin-bottom: 0;
	line-height: 1em;
}

#thumb-detail h2 {
	font-size: 1.71em;
	color: #6e6e6e;
}

.thumb-detail-image {
	padding-right: 3%;
	margin-top: 20px;
}

.usps li {
	color: #000000;
	font-size: 1.42em;
	font-weight: 700;
        line-height: 1.3em;
        margin-bottom: 0.6em;
}

.bookmark {
	margin-top: 35px;
    margin-bottom: 60px;
}

.bookmark a{
	color: #000000;
}

.bookmark-button {
	vertical-align: middle;
	margin-right:  8px;
	height: 30px;
    -webkit-transform-origin: center center;
}

/*TODO: Can proably be deleted ... if so also remove class in produktkonfigurator
.bookmark-text {
	font-weight: 300;
	font-size: 1.42em;
	text-transform: uppercase;	
}
.bookmark-text:hover {
    text-decoration: underline;
    cursor:pointer;
}
*/

.bookmark-button-container-no-table {
	position: relative;
	cursor: pointer;
}

.entry-border {
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	margin: 0;
}

.bookmark-button-container {
	position: relative;
	width: 20px;
}

.list-of-bookmark-lists {
    text-align: left;
}

.list-of-bookmark-lists-left {
	position: absolute;
	top: -10px;
	left: 30px;
}
.list-of-bookmark-lists-right {
	position: absolute;
	/*top: 34px;*/
	top: -10px;
	right: 35px;
}

.list-of-bookmark-lists-right-move {
	position: absolute;
	top: 34px;
	right: 35px;	
}

.list-of-bookmark-lists-top {
	position: absolute;
	top: 34px;
	left: -10px;
}

.list-of-bookmark-lists-inplace {
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
}

.list-of-bookmark-lists-gkd {
	position: absolute;
	top: 44px;
	left: 0;
}

.config-values-top {
	top: 88px;
	position: absolute;
}

.list-of-bookmark-lists,.config-values {
	z-index: 99999;
	min-width: 300px;
	max-width: 560px;

	padding: 10px;

	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(2, 2, 2, 0.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(2, 2, 2, 0.1);
	-msie-box-shadow: 0 2px 5px 0px rgba(2, 2, 2, 0.1);
	box-shadow: 0 2px 5px 0 rgba(2, 2, 2, 0.1);
}

.quantity-only {
	padding: 12px 12px;
	z-index: 10000;
}

.bookmark-list-link {
	padding: 2px 0;
}


.bookmark-list-amount-field {
	margin: 5px 0 !important;
	width: 70px;
}

.ds-lv-wrapper {
	position: relative;
}

.download-popup {
	padding: 10px 16px;
	min-width: 300px;
	max-width: 560px;
	z-index: 10002;
}

.download-popup-header {
	text-align: left;
}

.download-popup h3 {
	color: #0e3a63;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 8px;
}

.download-popup h4 {
	font-weight: 700;
	color: #003764;
	font-size: 1.2em;
	margin-bottom: 12px;
}



.the-arrow-left {
	background: #fafafa;
	border: 1px solid #d9d9d9;
}
.the-arrow-left:after, .the-arrow-left:before {
	right: 100%;
	top: 23px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.the-arrow-left:after {
	border-color: rgba(250, 250, 250, 0);
	border-right-color: #fafafa;
	border-width: 8px;
	margin-top: -8px;
}
.the-arrow-left:before {
	border-color: rgba(34, 34, 34, 0);
	border-right-color: #d9d9d9;
	border-width: 9px;
	margin-top: -9px;
}

.the-arrow-right,.the-arrow-right-move {
	background: #fafafa;
	border: 1px solid #d9d9d9;
}
.the-arrow-right:after, .the-arrow-right:before,.the-arrow-right-move:after,.the-arrow-right-move:before {
	left: 100%;
	top: 23px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.the-arrow-right:after,.the-arrow-right-move:after {
	border-color: rgba(250, 250, 250, 0);
	border-left-color: #fafafa;
	border-width: 8px;
	margin-top: -8px;
}
.the-arrow-right:before,.the-arrow-right-move:before {
	border-color: rgba(34, 34, 34, 0);
	border-left-color: #d9d9d9;
	border-width: 9px;
	margin-top: -9px;
}

.the-arrow-top,.the-arrow-inplace {
	background: #fafafa;
	border: 1px solid #d9d9d9;
}
.the-arrow-top:after, .the-arrow-top:before, .the-arrow-inplace:after, .the-arrow-inplace:before {
	bottom: 100%;
	left: 23px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.the-arrow-gkd {
	background: #fafafa;
	border: 1px solid #d9d9d9;
}
.the-arrow-gkd:after, .the-arrow-gkd:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.the-arrow-top:after,.the-arrow-inplace:after,.the-arrow-gkd:after {
	border-color: rgba(250, 250, 250, 0);
	border-bottom-color: #fafafa;
	border-width: 8px;
	margin-left: -8px;
}
.the-arrow-top:before,.the-arrow-inplace:before,.the-arrow-gkd:before {
	border-color: rgba(34, 34, 34, 0);
	border-bottom-color: #d9d9d9;
	border-width: 9px;
	margin-left: -9px;
}

.the-arrow-inplace:after {
	margin-left: -17px;
}

.the-arrow-inplace:before {
	margin-left: -18px;
}

.list-of-bookmark-lists ul {
	list-style: none;
	margin-left: 0;
}
.list-of-bookmark-lists ul li a {
	cursor: pointer;
	display: block;
	padding: 5px 0;
}
.list-of-bookmark-lists-amount {
	margin-right: 20px;
}



.product-description {
	margin-top: 40px;
}

.media-buttons {
	margin-top: 48px;
}

.media-buttons-small {
    width: 44%;
    float: left;
}

.media-button-container {
	position: relative;
	cursor: pointer;
	/* height: 128px; */
    height: 117px;
    border: solid 1px #ddd;
    overflow: hidden;
}

.media-buttons-small .media-button-container {
    float: right !important;
    margin-bottom: 24px;
}


.media-button-container:hover .media-button-image {
	opacity: 0.8;
}

.media-button-container:hover .media-button img{
	opacity: 0.8;
}

.yt-preview {
        display: block;
        height: 100%;
}

.media-button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	opacity: 1;
	z-index: 2;
	/*TODO: IE FIX?!*/
	pointer-events: none;
	background-color: #ffffff;
}

.media-button img{
	height: 40px;
	display: block;
}

.cad-3d-icon {
	position: absolute;
	bottom: 0;
	right: 0;
}

.flyer-container {
	text-align: center;
	background-color: #e3e3e3;
}

.product-flyer-img {
	height: 100%;
}

.flyer-download-container {
	position: relative;
}

.flyer-download-container:hover a.product-flyer-link {
		display: block;
}


.flyer-download-container a.product-flyer-link {
    position: absolute;
    display: none;
	bottom: 0;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 10%;
}

.flyer-download-container img.product-flyer-img {
     position: relative;
   	 max-height: 80vh;
}


#loading-screen {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: 1;
	transition: 1s opacity;
}

#loading-screen.fade-out {
	opacity: 0;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #003764;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #6e6e6e;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e2e2e2;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

x3d {
    width: 800px !important;
    height: 800px !important;
}

.product-facts {
	background-color: #e3e3e3;
	padding-top: 30px;
	padding-bottom: 30px;
}

.product-facts h3 {
	font-weight: 700;
	color: #003764;	
	font-size: 1.42em;
	margin-bottom: 12px;
}

.product-fact-list {
	margin-bottom: 20px;
	list-style-position: outside;
	margin-left: 20px;
	width: 82%;
}

.product-fact-list li{
	line-height: 1.6em;
}

.speedometer {	
	margin-left: 4px;
	width: 40px;
}

.product-tables, .product-accessories, .product-nomenclature {
	padding-top: 72px;
}


/* Partner product and retailer map
-------------------------------------------------------------------------------*/
.partner-product:hover {
	cursor: pointer;
}

#map-container-wrapper {
	width: 100%;
	height: 100%;
}

.map {
	width: 100%;
	height: 100%;
	position: relative;
}
.map-grid {
	height: 100%;
}

.map-container {
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
}

.retailer-left {
	float: left;
	width: 50%;
}
.retailer-right {
	float: left;
	width: 50%;
}

.retailer-left .retailer-header {
	text-align: center;
}
.retailer-search-input-wrapper {
	display: block;
	text-align: center;
}
.retailer-left .retailer-search input {
	height: 30px;
	font-size: 1.1rem;
	line-height: 1.1rem;
	padding: 0 6px;
}
.retailer-left .retailer-search input[type=submit] {
	padding: 0 12px;
}

.retailer-result-header {
	margin-bottom: 30px;
	margin-right: 15px;
}
.retailer-results {
	width: 100%;
	overflow-y: auto;
}
.retailer-results p {
	margin-top: 30px;
	text-align: center;
	color: #0e3a63;
}
.retailer-empty-results {
	margin: 0 50px;
}

.retailer-single-result {
	margin-bottom: 15px;
	padding: 5px;
}
.retailer-single-result:hover {
	background-color: #e2e2e2;
	cursor:pointer;
}
.retailer-name {
	font-weight: bold;
	font-size: 1.05rem;
}

.retailer-details-left {
	float: left;
	width: 48%;
	margin-right: 1%;
}

.retailer-details-right {
	float: left;
	width: 48%;
	margin-right: 0;
}

.retailer-tel-normal {
	display: block;
}
.retailer-tel-mobile {
	display: none;
}
.retailer-route {
	display: none;
	/*padding-left: 20px;*/
}

.retailer-notice, .retailer-wrong-plz-notice {
	margin-top: 10px;
	text-align: center;
	color: red;
}



/* overwrites for inline retailer map
--------------------------------------*/
.retailer-inline #map-container-wrapper {
	height: 700px;
}

.retailer-inline .retailer-left {
	width: 40%;
}

.retailer-inline .retailer-header {
	text-align: left;
}

.retailer-inline .retailer-search-input-wrapper {
	text-align: left;
}

.retailer-inline .retailer-empty-results {
	margin: 0 50px 0 0 ;
	text-align: left;
}

.retailer-inline .retailer-right {
	width: 60%;
}

.retailer-inline .map-container {
	width: 60%;
}

.retailer-inline .retailer-send-link input {
	height: 30px;
	font-size: 1.1rem;
	line-height: 1.1rem;
}
.retailer-inline .retailer-send-link input[type=submit] {
	padding: 0 12px;
}
.retailer-inline .retailer-send-link input[type=email] {
	padding: 0 6px;
}


/* Varianten
-------------------------------------------------------------------------------*/
.variant-select {
	margin-bottom: 12px;
}

.variant-select select, .bookmark-select select {
	background-color: #e3e3e3;
	color: #003764;
	font-weight: 700;
	font-size: 1.42em;
	padding: 6px 30px 6px 10px;
	border: 0;
}
.bookmark-select select {
    text-overflow: ellipsis;
}

.variant-table-container {
	z-index: 10;
	/* overflow method */
    /*max-height: 400px;*/
    /*overflow: hidden;*/
    position:relative;
	/*overflow-x: auto;*/
}

.variant-table-gradient {
    position:absolute;
    z-index:12;
    right:0; bottom:0; left:0;
    height:55px;
    background: url(data:image/svg+xml;base64,alotofcodehere);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.variant-table-extend {
    position:absolute;
    z-index: 13;
    height: 30px;
    right: 0;
	bottom: 0;
	left: 0;
    text-align: center;
    padding: 5px 5px 0 5px;
}
.variant-table-extend img {
    vertical-align: bottom;
}

.variant-table-extend:hover {
    cursor:pointer;
}

.variant-table  {
	margin-top: 15px;
}

.variant-sketch  {
    margin-top: 12px;
}

.variant-table th{
	color: #ffffff;
	background-color: #003764;
	font-weight: 700;
	padding: 6px;
	vertical-align: middle;
	border-right: 1px solid #ffffff;
}

.variant-table  th.empty-table-header {
    background-color: #ffffff;
}

.variant-table tr.white-row  td{
	background-color: #ffffff;
}

.variant-table tr.grey-row  td{
	background-color: #e3e3e3;
}

.variant-table td{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	vertical-align: middle;
	text-align: center;
	padding: 6px;
    word-wrap: break-word;
}

.variant-table td.last{
	border-right: 0;
}

.variant-table td.bookmark-col {
    border: 0;
    text-align: left;
    background-color: #ffffff !important;
    padding-left: 12px;
}

.variant-table .bookmark-button {
    height: 21px;
	min-width: 21px;
    -webkit-transform-origin: center center;
}
.variant-table .bookmark-button:hover {
    cursor:pointer;
}

.table-subline {
	margin-top: 12px;
}

.addBookmarkAndCreateList {
	margin-left: 4px;
}

/*Zubehör
-------------------------------------------------------------------------------*/
.accessory-heading {
    margin-bottom: 0;
}

.accessory-heading-root {
    font-weight: 300;
}

.accessory-heading-clickable {
    color: #0e3a63;
    cursor: pointer;
}

.accessory-heading-clickable:hover {
    text-decoration: underline;
}

.accessory-heading-border {
    padding: 0 14px;
    border-right: 1px solid #000000;
}

.accessory-sub-heading {
    color: #6e6e6e;
    padding-left: 28px;
    font-weight: 300;
}

.accessory {
	text-align: center;
    margin-bottom: 24px;
    cursor: pointer;
}
.accessory a:hover {
    text-decoration: none;
}

.accessory-parent:hover .accessory-title {
    text-decoration: underline;
}

.accessory a:hover .accessory-title{
    text-decoration: underline;
}

.accessory-title {
	font-weight: 700;
	color: #003764;
	font-size: 1.42em;
    margin-bottom: 4px;
    word-wrap: break-word;
}

.accessory-subtitle {
	font-weight: 700;
	color: #003764;
	font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 4px;
}

.accessory-articlecode {
    font-weight: 300;
    color: #000000;
    font-size: 1.42em;
    margin-bottom: 8px;    
}

.accessory-image {
    padding: 32px;
}

.accessory-image:hover  ~ a .accessory-title {
    text-decoration: underline;
}

.accesory-mandatory {
    color: #000000;
    font-size: 1.42em;
    font-weight: 300;
}

.arrow-right {
    height: 14px;
    padding-top: 1px;
}


/*Nomenklatur
-------------------------------------------------------------------------------*/
.product-nomenclature-configurator {
	background-color: #e3e3e3;
	padding: 30px;
    margin-top:31px; 
    margin-bottom: 5px;
}

.product-nomenclature-configurator h3 {
    margin: 40px 0 12px 0;
	font-weight: 700;
	color: #003764;	
	font-size: 1.3em;
}

.product-nomenclature-configurator #artikelnummerContainer h3 {
    margin: 10px 0 12px 0;
	font-weight: 700;
	color: #003764;	
	font-size: 1.3em;
}

.product-nomenclature-configurator {
    line-height: 2em;
}

.product-nomenclature-configurator  input[type='text'] {
    width: 65px;
}

.product-nomenclature-configurator  input[type='checkbox'] {
   vertical-align: middle;
}

.product-nomenclature-configurator input , .product-nomenclature-configurator select{
   margin-left: 15px;
}

.product-nomenclature-configurator  #addOption {
    margin-left: 8px;
}

.product-nomenclature-configurator #addRowsOptions {
    display: none;
}

.product-nomenclature-configurator #bestellbezeichnung {
    font-weight: 300;
    background-color: white;
    color: #555;
    line-height: 1.2em;
    font-size: 2.4em;
    padding: 8px 12px;
    margin-bottom: 18px;
}

.product-nomenclature-configurator #artikelnummer {
    font-weight: 300;
    background-color: white;
    color: #555;
    line-height: 1.2em;
    font-size: 1.8em;
    padding: 6px 8px;
    margin-bottom: 18px;
}


/* Product Advisor
-------------------------------------------------------------------------------*/
.product-adivsor-portfolio {
    width: 100%;
    margin-top: 38px;
}

.product-advisor-table tr.hidden td{
    display: none;
}

.product-advisor-number {
    width: 10%;
    font-size: 5.71em;
    color: #0e3a63;
    padding: 28px;
	background-color: #e3e3e3;
    vertical-align: middle;
    text-align: center;
    border-right: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
}

.product-advisor-number-active {
    background-color: #0e3a63;
    color: #ffffff;
}

.product-advisor-question {
    width: 88%;
	background-color: #e3e3e3;
    color: #0e3a63;
    font-size: 1.28em;
    padding: 28px;    
    vertical-align: top;
    text-align: left;
    border-bottom: 10px solid #ffffff;
}

.product-advisor-question p{
    font-weight: 700;
}

.product-advisor-answer {
    font-size: 0.78em;
    font-weight: 400;
    color: #000000;
}

.product-advisor-answer  input[type='radio'] {
   vertical-align: middle;
}

.product-advisor-answer label {
    margin-left: 6px;
    margin-right: 48px;
}

.product-advisor-medium-icon {
    height: 70px;
    vertical-align: middle;
}

.product-advisor-icon-table td{
    padding: 14px 14px 14px 0;
}


h2.no-results {
    color: #000000;
    text-transform: none;
}   

.product-children-box {
	/*border-top: 3px solid #8b8b8b;
	border-bottom: 3px solid #8b8b8b;*/
	padding: 48px 0;
	position: relative;
	margin-bottom: 76px;
}

.product-children-box:after, .product-children-box:before {
	bottom: 100%;
	left: 12%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.product-children-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 14px;
	margin-left: -14px;
}

/*.product-children-box:before {
	border-color: rgba(139, 139, 139, 0);
	border-bottom-color: #8b8b8b;
	border-width: 18px;
	margin-left: -18px;
}*/

.product-children-box .main-product { 
	width: 44%;
}

.product-children-box h3.choose-item-heading {
    font-size: 1.28em;
    margin-bottom: 16px;
    margin-left: 18px;
}

.product-children-box .product-box-main{
    margin-bottom: 28px;
}

.plus-sign{
    color: #0e3a63;    
    font-size: 5em;
    margin-left: 48px;
    vertical-align: middle;
    font-weight: 700;
    margin-bottom: 32px;
    display: inline-block;
}



/* News
-------------------------------------------------------------------------------*/
h1.heading-news {
	margin-bottom: 0;
}

.news-categories {
	margin-top: 72px;
}

a.news-category  {
	color: #6e6e6e;
	text-decoration: none;
	border-right: 1px solid #000000; 
	padding: 0 30px;
	font-size: 2.14em;
	font-weight: 300;
    text-transform: uppercase;
	line-height: 1.3em;
}

a.news-category.first{
	padding-left: 0;
}

a.news-category.last{
	border-right: 0;
}

a.news-category-active {
	color: #003764;
}

a.news-category:hover  {
	text-decoration: underline;
}

.news-items.first {
	margin-top: 80px;
}

.news-items {
	margin-bottom: 20px;
}

.news-article h1 {
    margin-bottom: 10px;
    line-height: 1.3em;
}
.news-article h2 {
	margin-bottom: 40px;
}

.news-item {
	margin-bottom: 60px;
}

.news-load-more,.references-load-more {
    cursor: pointer;
    margin-bottom: 150px;
}
.news-load-more span,.references-load-more span {
    font-weight: 300;
}

.news-load-more-text,.references-load-more-text {
    font-size: 1.42em;
    font-weight: 300;
    text-transform: uppercase;
}
.news-load-more-text-still-there:hover,.references-load-more-text-still-there:hover {
    color: #0e3a63;
    text-decoration: underline;
}

.news-load-more-text-nothing-left:hover,.references-load-more-text-nothing-left:hover {
    text-decoration: none;
}

.blue-bar {
	position: absolute;
	background-color: #0e3a63;
	color: #ffffff;
	text-transform: uppercase;
	/*font-size: 1.71em;*/
	font-size: 1.21em;
	font-weight: 300;
	bottom: 0;
	left: 40px;
	/*Beware, b/c of the ration width = height and left = top*/
	width: 210px;
	padding: 9px 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
}
.blue-bar .category {
    display: block;
    text-align: center;
}

.news-item-image-area {
	position: relative;
	float: left;
	width: 32%;
    height: 210px;
	margin-right: 3%;
	/* overflow:hidden; */
}

.news-item-image {
	/* width: 100%; */
    height: 210px;
	float: left;
	margin-left: 40px;
}


.news-item-image {
	float: none;
	background-size: cover;
	background-position: center;
}

.news-item-date {
	color: #6e6e6e;
	font-size: 1.42em;
    margin-bottom: 6px;
}

.news-item-heading {
	font-weight: bold;
	font-size: 1.71em;
	color: #0e3a63;
	margin-bottom: 24px;
	line-height: 1.2em;
}

.news-item-link {
	margin-top: 16px;
}


.news-article blockquote {
	margin: 1rem 0;
	color: #777;
	font-size: 2rem;
	font-weight: 600;
	font-style: italic;
	line-height: 2.5rem;
}

.news-article .youtube-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.news-article .youtube-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.introduction-text {
	margin-bottom: 72px;
    width: 76.5%;
}

/* Box
-------------------------------------------------------------------------------*/
.box-blue-header {
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #003764;
	padding: 12px 20px;
	font-size: 2.14em;
	line-height: 1em;
}

.box {
    margin-top: 9px;
}

.box-content {
	background-color: #e3e3e3;
	padding: 20px 20px 2px 20px;
}

.box-content-white {
	background-color: #ffffff;
}

.box .box-content h3 {
	font-weight: 700;
	color: #003764;
	font-size: 1.42em;
	margin-bottom: 10px;
}

.box-content h4 {
	font-weight: 700;
	color: #003764;
	font-size: 1.2em;
	margin-bottom: 12px;
}

.link-list {
	margin-bottom: 18px;
	list-style-position: outside;
	margin-left: 20px;	
}

.link-list.last {
    margin-bottom: 0;
}

.link-list li{
	margin-bottom: 8px;
	margin-left: 5px;
}

.link-list .pdf, .link-list .PDF {
        list-style-image: url(../img/download-icons/pdf.jpg);
}

.link-list .datanorm {
        list-style-image: url(../img/download-icons/datanorm.jpg);
}

.link-list .dwg, .link-list .DWG {
        list-style-image: url(../img/download-icons/dwg.jpg);
}

.link-list .xls {
        list-style-image: url(../img/download-icons/excel.jpg);
}

.link-list .gaeb {
        list-style-image: url(../img/download-icons/gaeb.jpg);
}

.link-list .jpg {
        list-style-image: url(../img/download-icons/jpg.jpg);
}

.link-list .oenorm {
        list-style-image: url(../img/download-icons/oenorm.jpg);
}

.link-list .ppt {
        list-style-image: url(../img/download-icons/ppt.jpg);
}

.link-list .word,
.link-list .docx,
.link-list .doc {
        list-style-image: url(../img/download-icons/word.jpg);
}

.link-list .zip {
        list-style-image: url(../img/download-icons/zip.jpg);
}

.link-list .txt {
    list-style-image: url(../img/download-icons/txt.jpg);
}

.link-list .html {
    list-style-image: url(../img/download-icons/html.jpg);
}

.link-list .rtf {
    list-style-image: url(../img/download-icons/rtf.jpg);
}

.link-list .text {
	/*Shift up 5px to align with bullet image*/
	top:-2px; 
	position:relative;
}

.link-list-ds {
    color: #003764;
}
.link-list-ds:hover {
    text-decoration: underline;
    cursor:pointer;
}

/* Veranstaltungen
-------------------------------------------------------------------------------*/
.events-past {
	margin-bottom: 0;
}

.events-now {
	margin-top: 80px;
}

.events-month-heading {
	margin-bottom: 60px;
    line-height: 1em;
}

.event {
	margin-bottom: 80px;
}

.event-date, .event-location{
    color: #6e6e6e;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.event-title {
	color: #0E3A63;
	font-size: 1.7em;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2em;
}

.flag-icon {
	width: 28px;
	margin-right: 5px;
    margin-top: -2px;
}

.event-image {
	max-height: 300px;
    max-width: 70%;
	margin-top: 4px;
}


/* Karriere
-------------------------------------------------------------------------------*/
.career-section {
    margin-bottom: 78px;
}

.career-section h1 {
    margin-bottom: 48px;
}

.job-subcategory{
    margin-top: 80px;
}

.job-list {
    margin-top:40px;
}

.job-list-entry {
    margin-top: 20px;
}

.jobtitle {
    width: 88%;
    font-weight: 300;
}

.job-info {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.42em;
}

.job-info a:hover {
	text-decoration: underline;
}

.job-info a:hover .jobtitle {
	text-decoration: underline;
}

.job-count {   
    margin-top: 4px;
    margin-left: 38px;
}

.job-video {
	margin-left: 38px;
	max-width: 640px;
}

.career-contact-person-icon {
    height: 16px;
    margin-right: 10px;
}

.career-contact-person {
    font-weight: 700;
    font-size: 1.42em;
    text-transform: none;
    margin-bottom: 32px;
    color: #0e3a63;
}

h1.career-heading {
    margin-bottom: 58px;
}

.career-count-startdate {
    font-weight: 700;
    margin-bottom: 34px;
}

h2.career-subheading {
    text-transform: none;
    font-weight: 700;
    font-size: 1.42em;
}

.career-subtitle {
    margin-bottom: 48px;
}

.career-image img{
    display: block;
}

.career-image {
    margin-bottom: 20px;
}

.career-back-link {
    margin-top: 40px;
}

.career-back-link a {
    font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
    font-size: 1.42em;    
}

.career-back-link a:hover{
    text-decoration: underline;
}

.job-category {
    margin-bottom: 80px;
}

.award-with-text {
	max-width: 380px;
}

.award {
	margin-top: 16px;
}

/* Sales
-------------------------------------------------------------------------------*/
.national-sales-navigation a{
	color: #000000;
	text-decoration: none;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 300;
	padding: 33px 18px;
}


.national-sales-navigation-border {
	padding: 4px 0;
	border-right: 1px solid #000000;
}

.national-sales-navigation a.active, .national-sales-navigation a:hover {
	text-decoration: underline;
}

.national-sales-navigation a:first-child{
	padding-left: 0;
}

#sales-plz-search,#sales-plz-search-germany,#sales-plz-search-austria {
    background-color: #e2e2e2;
    height: 36px;
    width: 22.5%;
    border: 0;
    padding-left:8px;
    color: #000000;
    font-size: 1.42em;
}

#sales-plz-search-austria {
	width: 80%;
	font-size: 1.0em;
	margin-bottom: 16px;
}

.sales-type {
	background-color: #e2e2e2;
	height: 36px;
	border: 0;
	padding-left:8px;
	color: #000000;
	font-size: 1.22em;
	margin-right: 16px;
}

#sales-plz-search:-moz-placeholder, #sales-plz-search::placeholder {
    color: #000000 !important;
    font-style: italic;    
}

.sales-national-team-deselected {
    opacity: 0.3;
}

#sales-international-map-select {
	background-color: #e3e3e3;
	font-size: 1.2em;
	padding: 6px 30px 6px 10px;
	border: 0;
}
    
.sales-international {
    margin-top: 90px;
}

.sales-map-legend-entry {
    margin-bottom: 12px;
}

.sales-map-legend-box {
    width: 15px;
    height: 15px;
    border: 1px solid #6e6e6e;
    margin-right: 8px;
    margin-bottom: -2px;
    display: inline-block;
}   

.sales-map-legend-box-hauff-on-location {
    background-color: #acacac;
}

.sales-map-legend-box-partner-on-location {
    background-color: #c5c5c5;
}

.sales-map-legend-box-headquarters {
    background-color: #e2e2e2;
}

.sales-map-selection {
    margin-top: 48px;
}

.sales-international-contact-person {
    margin-top: 36px;
    display: none;
}

.sales-country-extra {
    font-weight: 700;
    color: #0e3a63;
}

.country {
    cursor: pointer;
}

.small-maps  {
    margin-top: 24px;
}

.europe-small {
	display: none;
}

.sales-boxes {
	margin-bottom: 52px;
}

.sales-box {
	padding: 22px;
	margin-bottom: 52px;
}

.sales-box h3{
	text-transform: uppercase;
	font-size: 2.14em;
	color: #6e6e6e;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 24px;
}

.sales-box:last-child {
	margin-bottom: 0;
}

.sales-box.grey {
	background-color: #e2e2e2;
}

/* Weitere Ansprechpartner
-------------------------------------------------------------------------------*/
.contact-person {
    margin-bottom: 78px;
}

.contact-person h2{
    margin-bottom: 32px;
    text-transform: none;
} 

/* Kontakt
-------------------------------------------------------------------------------*/
.contact-form-table {
    width: 100%;
    margin-top: 72px;
    margin-bottom: 36px;
}

.contact-form-table td {
    vertical-align: middle;
    font-size: 1.42em;
    font-weight: 300;
}

.contact-form-table label {
    margin-left: 6px;
    margin-right: 16px;
    font-weight: 300;  
}

.contact-form-table td.gender-col {
    padding-bottom: 24px;  
}

.contact-form-table td.mandatory-fields-col {
    font-size: 1em;
    padding-bottom: 36px;
}

.contact-form-table td.submit-col{
    font-size: 1em;
}

.contact-form-button {
    padding: 6px 12px;
}

/* Search
-------------------------------------------------------------------------------*/
.filters {
    height: 58px;
    background-color: #e2e2e2;
    padding: 16px 20px;

    /*font-size: 1.71em;
    font-weight: 300;*/
    margin-top: 12px;
}

.filters input[type=checkbox] {
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -1px;
}

.filters-heading {
    font-weight: 300;
    font-size: 1.71em;
    float: right;
    opacity: 0.4;
    margin-top: 2px;
}

.filters label {
    margin-right: 22px;
}   

.search-field-big {
    height: 58px;
    background-color: #e2e2e2;
    padding: 16px 20px;
    font-size: 1.71em;
    border: 0;
}

.search-button-big {
    margin-left: 12px;
    height: 58px;
    cursor: pointer;
}

.search-items  {
    margin-top: 56px;
}

/* Marktsegmente
-------------------------------------------------------------------------------*/
.haudi {
    padding-top: 132px;
    margin-top: 68px;
    text-align: center;
    position: relative;
}

.haudi img {
    margin-left: -136px;
    max-width: 50%;
}

.haudi-part {
    position: absolute;
    text-align: left;
}  

.haudi-part h1 {
    font-size: 2.14em;
}

.haudi-part-left {
    left: 0;
    bottom: 120px;
}

.haudi-part-right {
    right: 0;
    bottom: 8px;
}

.haudi-part-right-pl {
    bottom: -75px;
}

.haudi-part-center {
    top: 0;
    right: 162px;
}


/* Timeline
-------------------------------------------------------------------------------*/
.timeline {
    position: relative;
	overflow: auto;   
    margin-top: 72px;
    margin-bottom: 86px;    
}

.timeline:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background: #000000;
	left: 50%;
}

.timeline h3 {
    background-color: #ffffff;
	max-width: 6em;
	margin: 0 auto;	
	font-weight: 300;
    color: #0e3a63;
	font-size: 5.2em;
    line-height: 1em;
	text-align: center;
	position: absolute;
    padding-top: 32px;
    padding-bottom: 32px;
	clear: both;
    left: 50%;
    margin-left: -86px;
    margin-top: -34px;
}

.first-heading {
    top: 10%;   
}

.second-heading {
    top: 36%;   
}

.third-heading {
    top: 62%;   
}

.fourth-heading {
    top: 82%;   
}

.timeline-entry {
	position: relative;
    width: 39%;
    margin: 0 auto;
    z-index: 2;
    margin-top: 44px;
}

.timeline-entry.first {
    margin-top: 5%;
}

.timeline-entry.second {
    margin-top: -7%;
}

.timeline-entry.third {
    margin-top: -2%;
}

.timeline-entry.fourth {
    margin-top: -2%;
}

.timeline-entry.left {
    float: left;
    text-align: right;
}

.timeline-entry.right {
    float: right;
}   

.timeline-entry-text { 
    margin-top: 1.67em;
}

/* Profile 
-------------------------------------------------------------------------------*/
.facts-image {
    width: 100%;
}


/* Values Cube
-------------------------------------------------------------------------------*/
.values h3 {
    font-weight: 300;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 24px;
    line-height: 1.2em;
    color: #1d3954;
}

.values-inner {
    position: relative;
    margin-bottom: 340px;
}

.guidelines-cube-container {
    width: 48%;
    margin: 0 auto;
    text-align: center;
}

.value {
    position: absolute;
}

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

.value2 {
    top: 62%;
    left: 0;
}

.value3 {
    left: 22%;
    top: 114%;
}

.value4 {
    left: 52%;
    top: 114%;
}

.value5 {
    top: 62%;
    right: 0;
}

.value6 {
    top: 0;
    right: 0;
}

/* Teammmitglieder
-------------------------------------------------------------------------------*/
.teammember,.teammember.last {
    margin-top: 30px;
    height: 295px;
    background-color: #ffffff; 
}

.teammember img {
    display: block;
}

.teammember-text {
    background-color: #ffffff;
    padding: 14px 6px 14px 18px;
}

.teammember .teammember-name {
    font-size: 1.42em;
    font-weight: 700;
    color: #0e3a63;
    margin-bottom: 6px;
}

.teammember .teammember-position {
    font-size: 1.42em;
    color: #6e6e6e;
    margin-bottom: 0;
}


/* Login area
-------------------------------------------------------------------------------*/

.profile h3 {
	color: #0e3a63;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 18px;
	line-height: 1.25rem;
}

.profile h4 {
	font-size: 1.0rem;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 6px;
	line-height: 1.25rem;
}

.login-password-forgot {
	margin-top: 20px;
}
.login-username, .login-password {
	width: 80%;
}

.profile-table td {
	padding: 10px;
}

.profile-form {

}
.profile-form input[type="text"],
.profile-form input[type="email"],
.profile-form input[type="number"],
.profile-form input[type="tel"],
.profile-form input[type="password"]{
    margin-bottom: 0;
}

.profile-form-table {
    width: 90%;
}
.profile-form-table td.form-label {
//width: 25%;
}
.profile-form-table td.form-input {
//width: 50%;
}

.profile-form-table td.form-input-button {
	padding-top: 20px;
}

.profile-form-table td label {
    vertical-align: middle;
    font-weight: 300;
    margin-right: 20px;
}

.profile-form-table td {
    padding-bottom: 10px;
}

.logout-button-form {
	display: inline-block; 
	vertical-align: top; 
	margin-left: 12px; 
}


/* Download Kataloge und Preislisten
-------------------------------------------------------------------------------*/
.download-catalog-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.download-catalog-category {
	width: 50%;

}
.download-catalog-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 4px 0;
}

.download-catalog-thumbnail {
	width: 32px;
	height: auto;
	margin-right: 12px;
}

.download-catalog-name {
	width: 95%;
	margin-right: 40px;
}

.download-catalog-title {
	/*font-size: 1.1rem;*/
}

/*.download-catalog-description {*/
/*	width: 50%;*/
/*	margin-right: 20px;*/
/*	padding: 8px 0;*/
/*	align-self: flex-start;*/
/*}*/

/* Download Area for logged-in User and approved items
-------------------------------------------------------------------------------*/
.download-misc-row {
	height: 64px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 12px 0;
	background-color: #f0f0f0;
}
.download-misc-thumbnail {
	width: 64px;
	height: auto;
	margin-right: 20px;
}
.download-misc-thumbnail img {
	display: block;
}
.download-misc-name {
	width: 30%;
	margin-right: 40px;
}
.download-misc-title {
	font-size: 1.1rem;
}
.download-misc-description {
	width: 60%;
	margin-right: 20px;
	padding: 8px 0;
	align-self: flex-start;
}

.download-product .download-product-header {
	padding: 10px;
	background-color: #f0f0f0;
}
.download-product .download-product-header.open {
	background-color: #e0e0e0;
}
.download-product .download-product-header h3,
.download-product .download-product-header h4 {
	margin-bottom: 0;
}

.download-product .download-product-header:hover {
	background-color: #e0e0e0;
	cursor: pointer;
}

.download-product-commons {
	margin-bottom: 20px;
	background-color: #fff;
	/*padding: 12px;*/
}

.download-product-wrapper {
	display: none;
	padding: 20px;
	background-color: #f0f0f0;
}

.download-product .download-product-images {
	margin-bottom: 20px;
	background-color: #fff;
}
.download-product .download-product-images .download-images-empty {
	padding: 12px;
}
.download-product .download-product-images input[type=image] {
	width: 275px;
	height: 275px;
	background-size: cover;
}
.download-product .download-product-images .download-product-image-subtitle {
	text-align: center;
	font-size: 0.9em;
}

.download-product .download-product-texts {
	position: relative;
}

.download-product .download-product-texts .download-product-texts-content {
	height: 300px;
	overflow-y: scroll;
	background-color: #fff;
	padding: 12px;
}
.download-blur {
	filter: blur(5px);
}
.download-product .download-product-texts .download-product-texts-content-blur {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	z-index: 20;

	display: flex;
	align-items: center;
	justify-content: center;
}
.download-product .download-product-texts .download-product-texts-content-blur button {
	width: 200px;
	z-index: 25;
}

.download-thumbnail-container {
	width: 40px;
	height: auto;
	margin-right: 20px;
}
.download-thumbnail {
	display: block;
}

.download-arrow-indicator {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cat-header {
	cursor: pointer;
}



/* Ajax Loader
-------------------------------------------------------------------------------*/
.spinner {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  display : none;
  float: left;
  margin-left: 20px;
  padding-top: 10px;
}
.spinner-for-news {
    margin-top: -3px; /* because .button-arrow-icon does it too. */
    height: 30px;
    margin-left: 0;
    padding-top: 0;
}

.spinner-for-advisor {
    float: none;
}

.spinner > div {
  background-color: #0e3a63;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* Solution World
-------------------------------------------------------------------------------*/

.sw-link {
    text-transform: uppercase;
    font-weight: 300;
}


/* Responsive Video
-------------------------------------------------------------------------------*/
/*.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}*/

.video-preview {
    cursor: pointer;
	position: relative;
}

.video-preview:hover {
    opacity: 0.8;
}

.data-privacy-warning {
	background-color: rgba(1, 1, 1, 0.8);
	padding: 10px;
	position: absolute;
	bottom: 12px;
	right: 12px;
	max-width: 90%;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.data-privacy-warning a {
	font-weight: bold;
	/*color: #0e3a63;*/
	color: #fff;
}

.data-privacy-warning.static {
	font-size: 0.93em;
	line-height: 1.4em;
	background-color: transparent;
	color: #000;
	margin-top: 12px;
	position: static;
}

.data-privacy-warning.static a{
	color: #000;
}

/* REXX Fixes
-------------------------------------------------------------------------------*/
.career-section #frame_zone h1{
    margin-bottom: 0;
}


/* Media queries
-------------------------------------------------------------------------------*/

/* ACHTUNG: grid-inner oben definiert wegen überschreibenden margins!!!

/* iPad landscape is reference */
@media screen and (max-width: 1220px) {
    body {
        font-size: 9pt;
    }
    .menu-open {
        top: 85px;
    }
    
    .header-menu div.main-menu {
        padding: 33px 12px;
    }
    .stage {
        margin-top: 83px;
    } 
    .stage-small {
        margin-top: 83px;
    }
    .search-field {
        width: 46%;
    }
    .solutionWorldWrapper {
        position: relative; 
        margin-bottom: 40px;
    }
    .media-button-container {
        height: 100px;
    }
    .product-top-content {
        margin-bottom: 80px;
    }
    .button-arrow-icon {
        width: 25px;
    }
    
    /* news */
    .news-item-image-area {
        height: 170px;
        margin-right: 3%;
    }
    .news-item-image, .news-item-frontpage-image,.news-item-frontpage-video {
        height: 170px;
    }
    .blue-bar {
        width: 170px;
    }
	
	.variant-table .bookmark-button {
		margin-bottom: 2px;
	}
	
	#addNomenclatureBookmarkIcon {
		margin-bottom: 6px;
	}

   .teammember,.teammember.last {
		height: 255px;
   	}

   	.country-container ul li {
		width: 152px;
	}

	#country-select-inner {
		padding: 24px 24px 0 24px;
	}
}

@media screen and (max-width: 1006px) {
    body {
        font-size: 7.1pt;
    }
    
    .menu-open {
        width: 105%; 
        top: 71px;
        margin: 0 -3%;
    }
    
    .header-menu div.main-menu {
        padding: 28px 8px;
    }
    .stage-inner {
        height: 370px;
    }    
    .stage {
        margin-top: 71px;
        margin-top: 0;
        height: 370px;
    } 
        
    .header-wrapper {
        position: relative;
    }
    
    .stage-small {
        margin-top: 71px;
        margin-top: 0;
        height: 100px;
    }
    .search-field {
        width: 75%;
    }
        
    .quicksearch_label {
        display: none;
    }
    .solutionWorldWrapper {
        position: relative; 
        margin-bottom: 40px;
    }
    .header-logo {
        height: 36px;
        margin-top: 18px;
    }

	.media-button-container {
        height: 76px;
    }
    .product-top-content {
        margin-bottom: 60px;
    }
    
    .button-arrow-icon {
        width: 20px;
    }

    /* news */
    .news-item-image-area {
        width: 30%;
        height: 120px;
        margin-right: 3%;
    }
    .news-item-image,.news-item-frontpage-image,.news-item-frontpage-video {
        height: 120px;
    }
    .blue-bar {
        width: 120px;        
    }
    
    /* start page */
    .stage-text-box {
        padding: 11px 11px 4px 11px;
    }
        
    /* werte */
    .timeline-entry {
        width: 36%;
    }
    
    .grey-area {
        padding: 30px 0 30px;
    }
    
    .product-advisor-medium-icon{
        max-width: none;
    }

	#country-select-close {
		background-size: 32px;
		width: 32px;
		height: 32px;
	}

	.usps .usp-image {
		width: 32px;
	}
}

@media screen and (max-width: 900px) {
	.teammember, .teammember.last {
		height: 225px;
	}
}

@media screen and (max-width: 768px) {
	.teammember, .teammember.last {
		height: 205px;
	}

	#country-select-inner {
		overflow-y: scroll;
		height: 100%;
	}
}

@media screen and (max-width: 620px) {
    /*Header
    -------------------------------------------------------------------------------*/     
    .header-wrapper {
        margin-bottom: 8px;
    }
    
    .header-menu {
        display: none;
    }
    
    .header-meta {
        display: none;
    }
    
    .header-logo-container {
        width: 33%;
    }   
    
    .header-logo {
        height: auto;
    }
    
    /*Mobile Search, Mobile Bookmark & Mobile Language
    -------------------------------------------------------------------------------*/     
    .mobile-search-icon, .mobile-menu-burger,.mobile-bookmark-icon, .mobile-language-icon {
        margin-top: 28px;
        display: block;
        float: right;
        cursor: pointer;
    }
    
    .mobile-search-icon,.mobile-bookmark-icon, .mobile-language-icon {
        margin-right: 16px;
    }
    
    .mobile-bookmark-icon {
        position: relative;
    }
    
    .mobile-search-icon img, .mobile-menu-burger img, .mobile-bookmark-icon img, .mobile-language-icon img{
        height: 20px;
    }
    
    .bookmark-count-mobile {
        background-color: #ff0000;
        border-radius: 50%;
        position: absolute;
        color: #ffffff;
        right: -8px;
        bottom: -10px;
        padding-top: 2px;
        width: 22px;
        height: 22px;
        font-size: 0.9em;
        text-align: center;
    }
    
    .search {
        display: none;
    }
    
    .mobile-search, .mobile-language {
        background-color: #efefef;
        padding: 16px;
    }
    
    .mobile-language {
        font-size: 1.3em;
        text-align: center;
    }
    
    .mobile-language a {
        color: #000000;
        padding: 0 6px;
    }
    
    .mobile-search .mobile-search-field {
        margin-left: 0;
        width: 85%;
        height: 32px;        
        font-size: 1.2em;
    }    
    
    .mobile-search .mobile-search-button {
        height: 32px;
        position: absolute;
        right: 16px;
    }

	.continent {
		margin: 0 0.5rem;
	}

	.country-container ul li {
		width: 125px;
		margin: 0 0 32px 0;
	}

	/*Mobile Menü
    -------------------------------------------------------------------------------*/
    .mobile-menu {    
        border-top: 2px solid #0e3a63;        
        border-bottom: 2px solid #0e3a63;              
    }
    
    .mobile-menu-main {
        font-size: 1.52em;
        text-transform: uppercase;
        font-weight: 300;
        padding: 16px;                
        border-bottom: 1px solid #c7c7c7;     
        cursor: pointer;
    }    
    
    .mobile-menu-main-link {
        padding: 0;
    }   
    
    .mobile-menu-main a{
        color: #000000;
        display: block;
        padding: 16px;
    }
    
    .mobile-menu a.active-link {
        text-decoration: underline;
    }
    
    .mobile-menu-main-open {
        border-bottom: 0; 
    
    }
    
    .mobile-menu-main-indicator {
        float: right;
        height: 8px;
        margin-right: 8px;
        margin-top: 6px;
    }
    
    .mobile-menu-main.last {
        border-bottom: 0;
    }
    
    .mobile-menu-sub {
        display: none;
        background-color: #ffffff;
        border-bottom: 1px solid #c7c7c7;  
    }    
    
    .mobile-menu-sub-open {
        display: block;
    }    
    
    .mobile-menu-sub-entry {
        font-size: 1.3em;
        font-weight: 300;
        margin-left: 16px;
        border-left: 6px solid #c7c7c7;        
        background-color: #ffffff;
    }
    
    .mobile-menu-sub-entry a {
        display: block;
        width: 100%;
        padding: 12px 14px;                
    }
    
    .mobile-menu-sub-entry.last {
        border-bottom: 0;
    }
    
    .mobile-menu-sub-entry  a{
        color: #000000;
    }
    
    
    /*Footer
    -------------------------------------------------------------------------------*/         
    .footer-navigation  {
        display: none;
    }
    
    .pre-footer .col3 {
        float: none;
        width: 100%;
    }
    
    /*General
    -------------------------------------------------------------------------------*/     
    body {
        font-size: 9pt;
    }
        
    h1 {
        font-size: 2.8em;
        line-height: 1.2em;
    }
        
    h1.margin-bottom {
        margin-bottom: 24px;
    }
        
    h2 {
        font-size: 1.85em;
    }
     
    .grid-inner {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .col3,.col4,.col5, .col6, .col7, .col8,.col9, .col6.float-right, .col7.float-right {
        float: none;
        width: 100%;        
    }
    
    .float-right-margin {
        margin-right: 0 !important;
    }
    
    .breadcrumbs {
        margin-bottom: 28px;
    }
        
    .box-blue-header {
        font-size: 1.6em;
    }

    h2.sub-heading-grey {
        margin-bottom: 32px;
    }
    
    .button-arrow-icon {
        width: 18px;
        margin-top: 1px;
    }
    
    .left-div {
        margin-bottom: 32px;
    }
    
    .col1.divider {
        display: none;
    }
    
    .stage, .stage-inner {
        height: 270px;
    }
    
    /*Grauer Kasten
    -------------------------------------------------------------------------------*/      
    .grey-image-gallery {
        margin-bottom: 32px;
    }
    
    .grey-image-gallery img {
        display: block;
    }
    
    .grey-area-spacing  {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    
    /*News
    -------------------------------------------------------------------------------*/    
    .news-item-frontpage {
        margin-bottom: 24px !important;        
        padding-bottom: 0;
    }
    
    .news-categories {
        display: none;
        margin-top: 52px;
    }
    
    a.news-category {
        display: block;
        line-height: 1.4em;
        padding: 0;
        margin-bottom: 12px;
        border: 0;
        font-size: 1.8em;
    }
    
    .news-items.first {
        margin-top: 48px;
    }
    
    .news-item-image-area, .news-item-image,.news-item-frontpage-image,.news-item-frontpage-video {
        height: 170px;
    }
    
    .news-item-image-area {
        margin-bottom: 12px;
    }
    
    .blue-bar {
        width: 170px;
        left: 34px;
    }
    
    .news-item {
        margin-bottom: 48px;
    }
    
    .news-item-image {
        margin-left: 34px;
    }

    .news-load-more {
        margin-bottom: 82px;
    }

    .news-load-more.last {
        margin-bottom: 0;
    }

    .news-article h1 {
        margin-bottom: 32px;
        font-size: 1.5em;

        -ms-word-break: break-all;
        word-break: break-all;

        /* Non standard for webkit */
        word-break: break-word;

        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .news-article h2 {
        margin-bottom: 32px;
        font-size: 1.3em;
    }

    .news-item-images  img{
        display: block;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .introduction-text {
        width: 100%;
    }
    
    /*ProductOverview
    -------------------------------------------------------------------------------*/        
    .product-overview-picture {
        margin-bottom: 28px;
    }
    
    .product-categories {
        margin-top: 60px;
    }
    
    .product-category-image {
        margin-bottom: 18px;
    }
    
    /*SubCategoryOverview
    -------------------------------------------------------------------------------*/  
    .product-box  {
        width: 100%;
        float: none;
        margin-bottom: 48px;
    }
    
    .product-box .product-infos {
        width: 71%;
        margin-right: 0 !important;
        -ms-word-break: break-all;
        word-break: break-all;

        /* Non standard for webkit */
        word-break: break-word;

        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;        
    }
    
    .sub-category {
        margin-top: 72px;
    }
    
    .sub-category-overview-picture {
        margin-bottom: 18px;
    }
    
    /* Product
    -------------------------------------------------------------------------------*/          
    .product-infos {
        width: 100%;     
    }
    
    .partner-product {
        width: 100%;
        max-width: 100%;
    }

	.fhrk-quality {
		width: 100%;
		max-width: 100%;
	}

	.fhrk-quality img {
        height: 6
	}

    .product-main-image, .product-main-image-small, .product-main-image-medium {
        display: none;
    }   
    
    .product-main-image-mobile {
        display: block;
        margin-top: 22px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .product-media {    
        width: 100%;
        margin: 0;
        margin-top: 22px;
    }
    
    .product-media .col4{
        float: left;
        width: 31.3%;
    }
    
    .media-buttons-small {
        float: none;
        width: 100%;        
    }
    
    .media-button-container.col9{
        float: left !important;
        width: 31.3%;
        margin-right: 3%;
    }
    
    .usps .thumb {
        width: 48px;
        height: 50px;
        top: -14px;
        left: -16px;
    }
    
    .usps li {
        font-size: 1.2em;
    }
    
    .product-downloads {
        margin-top: 48px !important;
        margin-bottom: 32px !important;
    }    
    
    .variant-table th.empty-table-header {
            width: 6%;
    }
    
    /* Table has full width in mobile, so force full width and move the arrow to the middle*/
    .variant-table-extend {
        width: 100% !important;
    }
    
    .product-nomenclature-configurator {
        padding: 16px;
    }

    .accessory-heading {
        line-height: 1.4em;
    }
    
    .accessory-heading-border {
        padding: 0 8px;
    }
    
    .accessory-sub-heading {
        padding-left: 18px;
    }
    
    /* This is the accesssory div, if it's right of the configurator*/
    .product-nomenclature .col5 {
        margin-top: 22px;
    }
    
    .accesories  .col3, .accesories-sub  .col3, .accesories  .col6, .accesories-sub  .col6 {
        width: 100%;
        text-align: center;
        margin-top: 22px;
    }
    
    .accessory-image {
        width: 62%;
        margin-right: auto;
        margin-left: auto;
    }       
    
    .accessory-image {
        padding: 22px;
    }
    
    .accessory-title   {
        font-size: 1.3em;
    }   
    
    .accessory-title   .arrow-right {
        height: 10px;
        padding: 0;
    }
        
    /* Product Advisor
    -------------------------------------------------------------------------------*/        
    .product-advisor-table {
        width: 100%;
    }
    
    /*.product-advisor-table tr, .product-advisor-table td {
        width: 100%;
        display: block;
        border-right: 0;
    }*/
    
    .product-advisor-number {
        font-size: 2.7em;
        padding: 16px;
    }
    
    .product-advisor-question {
        padding: 16px;    
    }
    
    span.nowrap {
        width: 100%;    
        display: block;
    }
    
    .product-advisor-icon-table td {
        display: block;
        width: 100%;
    }
    
    .product-advisor-icon-table, .product-advisor-icon-table tbody, .product-advisor-icon-table tr, .product-advisor-icon-table td {
        display: block !important; 
        width: 100%;
    }
    
    .product-advisor-icon-table td {
        width: 85%;
        float: left;
    }
    
    .product-advisor-icon-table td.product-advisor-icon-table-option {
        width: 15%;
        padding-top: 48px;
    }
    
    /* Karriere
    -------------------------------------------------------------------------------*/                
    .career-section {
        margin-bottom: 52px;
    }
    
    .career-section h1 {
        margin-bottom: 24px;
    }           
        
    .top-job img{
        width: 76%;
    }

	.mobile-break {
		display: block;
	}

	.awards .col4,.awards .col12 {
		width: 47.5%;
		margin-right: 2.5%;
		margin-bottom: 16px;
		float: left;
	}
    
    .job-subcategory {
        margin-top: 60px;
    }
    
    .career-contact-person {
        margin-bottom: 16px;
    }
    
    .job-count, .job-video {
        margin-left: 26px;
    }
    
    
    /* Profil
    -------------------------------------------------------------------------------*/
    .indus-logo img {
        width: 75%;
    }
    
    /* Wert
    -------------------------------------------------------------------------------*/
    .guidelines-cube-container {
        width: 100%;
    }
    
    .values-inner {
        margin-bottom: 0;
    }
    
    .value {
        position: static;
        margin-top: 48px;
    }
    
    .values h3 {
        margin-bottom: 12px;
    }
    
    .timeline {
        margin-bottom: 32px;       
    }
    
    .timeline h3 {
        font-size: 3em; 
        position: static;    
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 16px;
        padding: 0;
        text-align: left;
    }
    
    .timeline:before {
        display: none;
    }
    
    .timeline-entry.left, .timeline-entry.right {
        float: none;
        width: 100%;        
        text-align: left;
        margin-bottom: 52px;
    }       
    
    .timeline-entry.first, .timeline-entry.second, .timeline-entry.third, .timeline-entry.fourth {
        margin-top: 0;
    }
    
    /* Marktsegmente
    -------------------------------------------------------------------------------*/   
    .haudi-container  {
        margin-bottom: 0;
    }
    
    .haudi {
        padding-top: 0;
        margin-top: 32px;
    }
    
    .haudi img {
        margin-left: 0;
        width: 85%;
        max-width: 85%;
        margin-bottom: 52px;
    }
    
    .haudi-part {
        position: static;
        margin-bottom: 48px;
    }
    
    .haudi-part-right {
        margin-bottom: 0;
    }
    
    /* Veranstaltungen
    -------------------------------------------------------------------------------*/    
    .event-date {
        float: none;
        width: 100%;
        margin-bottom: 8px;
    }
    
    .event-image   {
        max-width: 50%;
        max-height: 220px;
        margin-top: 18px;
    }
    
    .events-month-heading {
        margin-bottom: 32px;
    }    
    
    /* Sales
    -------------------------------------------------------------------------------*/        
    .sales-national-team {
        width: 48%;
        float: left;
        margin-right: 3%;       
        margin-bottom: 24px;
    }
    
    .sales-national-team.second {
        margin-right: 0;
    }
    
    .sales-national-team.lsat {
        margin-bottom: 0;
    }
    
    .sales-map-selection {
        margin-bottom: 48px;
    }
    
    #svg-map {
        width: 100%;
    }
    
    #sales-plz-search {
        width: 40%;
    }
    
    .svg-map-small {
        width: 100%;
        height: auto;
    }

    .big-map {
        display: none;
	}

    .small-map {
        margin-right: 3%;
    }
    
    .small-map.second {
        margin-right: 0;
    }

	.europe-small {
		display: block;
	}
    
    
    /* Weitere 
    -------------------------------------------------------------------------------*/           
    .contact-person h2 {
        margin-bottom: 12px;
    }
    
    .contact-person {
        margin-bottom: 52px;
    }
    
    .contact-person.last {
        margin-bottom: 0;
    }
    
    /* Search
    -------------------------------------------------------------------------------*/        
    .content-no-breadcrumbs {
        padding-top: 0;
    }
    
    .search-button-big {
        position: absolute;
        top: 58px;
        right: 16px;
    }
    
    .filters {
        height: auto;
    }
    
    .filters-heading {
        display: block;
        float: none;
        margin-bottom: 12px;
    }
    
    .filters label {
        width: 100%;
        display: block;
        margin-bottom: 6px;
        margin-right: 0;
        font-size: 1.2em;
    }
    
    .search-items {
        margin-top: 32px;
    }
    
     /* Bookmark List
    -------------------------------------------------------------------------------*/   
    h1.bookmark-heading {
        float: none;
        margin-bottom: 32px;
    }
    
    .bookmark-empty-link {
        float: none;
        margin-bottom: 48px;
        display: block;
    }

    .bookmark-select select {
	width: 100%;
    }
    
    .product-part,
    .download-part,
    .box {
        width: 100%;
        float: none;
    }
    
    .download-part {
        margin-top: 32px;
    }
    
    .price-table {
	float: none;
    }
    
    .pdflink,
    .printlink,
	.docxlink {
        display: block;
        margin-bottom: 18px;
    }
    
    .bookmark-send-functions {
        margin-top: 32px;
        margin-bottom: 52px;
    }

    .bookmark-controls {
		position: relative;
		float: right;
		/*width: 50%;*/
	}

	.bookmark-prices-left {
		display: none;
    }
    .bookmark-prices-right {
		width: 100%;
	}

    .bookmark-functions .icon-link-text {
		font-size: 1.2em;
    }

     /* User Profile
    -------------------------------------------------------------------------------*/
    .login-heading {
        width: 100%;
        float: none;
    }

    .logout-button {
        width: 100%;
        float: none;
        margin-bottom: 24px !important;
    }

    .logout-button-form {
        float: none;
        margin-left: 0;
    }


	/* Solution World Banner
    -------------------------------------------------------------------------------*/
	.solutionWorldMap .planning-support-banner {
		position: absolute;
		top: -50px;
		left: 170px;
		right: auto;
		width: 175px;
	}


	/* Retailer Map
    -------------------------------------------------------------------------------*/
	.map-container {
		position: absolute;
		width: 100%;
		top: 60%;
		bottom: 0;
	}

	.retailer-left {
		float: none;
		width: 100%;
	}
	.retailer-right {
		float: none;
		width: 100%;
	}

	.retailer-results {
		height: 40%;
	}

	.retailer-tel-normal {
		display: none;
	}
	.retailer-tel-mobile {
		display: block;
	}
	.retailer-route {
		display: inline;
	}

	/* custom values for inline map */
	.retailer-inline .map-container {
		position: absolute;
		width: 100%;
		top: 60%;
		bottom: 0;
	}

	.retailer-inline .retailer-left {
		float: none;
		width: 100%;
	}

	.retailer-inline .retailer-right {
		float: none;
		width: 100%;
	}

	.retailer-inline .retailer-results {
		height: 40%;
	}

	.retailer-inline .retailer-tel-normal {
		display: none;
	}

	.retailer-inline .retailer-tel-mobile {
		display: block;
	}

	.retailer-inline .retailer-route {
		display: inline;
	}

	/* Profil -> Leistungsteam
        -------------------------------------------------------------------------------*/
	.teammember, .teammember.last {
		height: auto;
	}

	/* Downloadbereich */
	.download-misc-description {
		display: none;
	}
	.download-misc-name {
		width: 90%
	}
}


/* GKD
-------------------------------------------------------------------------------*/
/*******************
* Modular Seal
********************/
.gkd-smaller-margin-bottom {
    margin-bottom: 4px !important;
}
.gkd-wrapper {
	padding-top: 72px;
	width: 82%;
}
.gkd-content {
	background-color: #e3e3e3;
}
.gkd-wrapper h3 {
	font-weight: 400;
	color: #003764;
	font-size: 1.2em;
	margin-bottom: 12px;
}

.gkd-wrapper select, .gkd-wrapper input[type=text] {
	width: 100%;
}
.gkd-wrapper select[disabled] {
	color: #bbb;
}

.grid-inner-gkd {
	width: 100%;
	margin: 0 auto;
}

.grid-inner-normal {
	width: 100%;
}

.gkd-row {
	margin: 6px 0 6px 0;
}

.gkd-table td {
	padding-right: 10px;
}
.gkd-ueberstand-values {
	text-align: right;
}

.gkd-red {
	color: red;
}

.gkd-green {
	color: green;
}

.ms-button {
	cursor: pointer;
	max-width: none;
	width: 16px;
	height: 16px;
	margin: 3px;
}
.ratio-col {
	float:left;
	margin: 0 3% 0 0;
}
.ratio-col-small {
	float:left;
	margin: 0;
}
.list-table .ratio-table td {
	border-bottom: none;
	padding: 6px 4px;
}

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

	.gkd-wrapper {
		width: 100%;
	}

	.grid-inner-gkd {
		width: 100%;
	}

	.maueroeffnung-chooser {
		padding-top: 15px;
	}

}


/*******************
* GKD Product design
********************/
.gkd-configurator-background {
	padding: 0 30px 30px;
}

.inch-switch {
	width: 100%;
	height: 30px;
	text-align: right;
	padding-top: 10px;
	font-size: 0.95em;
}
.inch-switch .active {
	font-weight: bold;
}

.gkd-configurator-background {
	padding: 0 30px 30px;
}

.gkd-result-title {
	color: #003764;
}

h2.gkd-title {
	font-weight: 700;
	font-size: 1.71em;
	color: #003764;
	line-height: 1.2em;
	margin-bottom: 4px;
	text-transform: none;
}

.gkd-subtitle {
	color: #003764;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 6px;
}

.gkd-article-code {
	font-weight: 300;
	color: #6e6e6e;
	font-size: 1.71em;
	display: block;
}

.gkd-article-number {
	margin-bottom: 16px;
}

.gkd-choose-material {
	text-align: right;
	margin-bottom: 10px;
}

.gkd-add-to-bookmarks,
.gkd-generate-datasheet {
	text-align: right;
	margin-top: 20px;
    position: relative;
}

.gkd-icon-link-text {
	font-weight: 300;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #000;
	line-height: 1.8em;
}
.gkd-icon-link-text:hover {
	cursor: pointer;
	text-decoration: underline;
}

.gkd-icon-link-image {
	vertical-align: middle;
	margin-right: 8px;
	width: 30px;
	margin-top: -6px;
    cursor: default;
}

.icon-link-text-inactive {
	color: #999;
}
.icon-link-text-inactive:hover {
	text-decoration: none;
	cursor: default;
}
.icon-link-text {
	color: #000;
}

.gkd-label-strong {
	font-weight: bold;
}

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

	.gkd-configurator-background {
		padding: 10px;
	}

	.gkd-choose-material {
		margin-top: 20px;
		text-align: left;
	}

	.gkd-add-to-bookmarks {
		text-align: left;
	}
}

/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}

/*******************
* DSGVO - Cookie Banner
********************/
div.cookie-warning-links img {
    height: 20px;
    vertical-align: middle;
}

div.cookie-warning-links a {
	color: #0e3a63;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 100%;
}

div.cookie-warning-links a:hover {
    text-decoration: underline;
}

div#cookie-warning-content ul.cookie-technology-list {
	list-style-type: none;
}

div#cookie-warning-content ul.cookie-technology-list li{
}

div#cookie-warning-content span.cookie-topic-heading {
	color: #595959;
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 4px;
}

div#cookie-warning-content div.technology-heading {
	font-size: 120%;
	cursor: pointer;
}

div#cookie-warning-content div.technology-heading span.cookie-essential {
	color: #888;
	font-size: 80%;
}

div#cookie-warning-content div.technology-heading:hover {
    background-color: #EEEEEE;
}

div#cookie-warning-content div.technology-information {
    display: none;
}
