body {
  background-color: #ffffff;
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  color: #48494B;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: normal;
}
body.popup_box_opened {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#container {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #004C8A;
  line-height: 1em;
}
h1 {
  font-size: 2.4em;
  line-height: 1.2em;
  margin-bottom: 40px;
}
h2 {
  font-size: 1.9em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1.12em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .75em;
}
h4,
h5,
h6 {
  font-weight: bold;
  color: #48494B;
}
input,
textarea {
  border: 1px solid #EEEEEE;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input:active,
textarea:active,
input:focus,
textarea:focus {
  outline: none;
}
input.code_error,
textarea.code_error,
input.text_error,
textarea.text_error {
  border-color: #FF0000;
}
textarea {
  resize: vertical;
}
iframe {
  max-width: 100%;
}
.styledCheckbox {
  width: 22px;
  height: 22px;
  position: relative;
  margin-right: 10px;
  background-color: #EEEEEE;
}
.styledCheckbox label {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: #EEEEEE;
}
.styledCheckbox label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #004C8A;
  opacity: 0;
}
.styledCheckbox input[type=checkbox],
.styledCheckbox input[type=radio] {
  visibility: hidden;
}
.styledCheckbox input[type=checkbox]:checked + label:after,
.styledCheckbox input[type=radio]:checked + label:after {
  opacity: 1;
}
.checkbox_body {
  margin-top: 20px;
  display: inline-block;
}
.checkbox_body:after {
  clear: both;
  display: block;
  content: " ";
}
.checkbox_body .styledCheckbox {
  float: left;
}
.checkbox_body > span,
.checkbox_body > label {
  display: block;
  float: left;
  cursor: pointer;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  color: #004C8A;
  font-weight: normal;
}
a:hover {
  text-decoration: none;
  color: #8F8F8F;
}
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}
img {
  max-width: 100% !important;
  height: auto !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.bg-grey {
  background-color: #EEEEEE;
}
.skew {
  padding: 10px 30px;
  margin-left: 15px;
  margin-right: 15px;
  text-transform: uppercase;
  color: #004C8A;
  font-size: 1.2em;
  display: inline-block;
  position: relative;
  font-weight: 300;
  background-color: transparent;
  z-index: 0;
}
.skew:before {
  position: absolute;
  left: 9px;
  right: 9px;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  display: block;
  content: " ";
  z-index: -1;
}
.skew.bg-blue {
  color: #ffffff;
}
.skew.bg-blue:before {
  background-color: #004C8A;
}
.skew.bg-grey {
  color: #8F8F8F;
}
.skew.bg-grey:before {
  background-color: #EEEEEE;
}
.skew > a {
  display: block;
}
.clearfloat {
  clear: both;
}
#header_1 {
  z-index: 1;
}
#content {
  min-height: 500px;
}
#container_1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#spacer_1 {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
#header {
  padding: 30px 30px 20px 30px;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}
#header .header_banner {
  font-size: 50px;
  line-height: 1em;
  margin: 45px 0 0 0;
  color: #EEEEEE;
  font-weight: 300;
}
#gadget {
  padding: 0 30px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 300;
  position: relative;
}
#gadget:after {
  clear: both;
  display: block;
  content: " ";
}
#gadget_1 {
  position: absolute;
  right: 40px;
}
.bar_left {
  padding-right: 40px;
  padding-top: 40px;
}
.bar_left > ul.shop {
  margin-bottom: 40px;
}
.submenu ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: #8F8F8F;
  position: relative;
}
.submenu ul li a:hover {
  color: #004C8A;
}
.submenu ul li a.active,
.submenu ul li a.active_tree {
  color: #004C8A;
}
.submenu ul li.active a,
.submenu ul li.active_tree a {
  color: #48494B;
}
.submenu ul li.active a:hover,
.submenu ul li.active_tree a:hover,
.submenu ul li.active a:active,
.submenu ul li.active_tree a:active,
.submenu ul li.active a.active,
.submenu ul li.active_tree a.active,
.submenu ul li.active a.active_tree,
.submenu ul li.active_tree a.active_tree {
  color: #004C8A;
}
.submenu ul.level_2 > li > a {
  border-top: 1px solid #EEEEEE;
}
.submenu ul.level_2 > li > a:after {
  font-family: "kuhne-icons";
  content: "\f105";
  position: absolute;
  right: 0;
}
.submenu ul.level_2 > li > a.active_tree:after {
  content: "\f107";
}
.submenu ul.level_2 > li:last-child > a {
  border-bottom: 1px solid #EEEEEE;
}
.submenu ul.level_2 > li li {
  padding-left: 20px;
}
.submenu ul.level_2 > li li:last-child > a {
  padding-bottom: 20px;
}
.slideshow {
  margin-bottom: 20px;
}
.mss-caption {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 25%;
}
.mss-caption > span {
  background: none;
  height: 0;
  padding: 0;
  top: 0;
  bottom: 0;
}
.mss-caption .slideshow_text_wrapper {
  float: right;
  width: 40%;
  padding-right: 10%;
}
.mss-caption .slideshow_text_wrapper .slideshow_headline {
  font-size: 3em;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 300;
  padding-left: 20px;
}
.mss-caption .slideshow_text_wrapper .slideshow_text {
  font-size: 1em;
  line-height: 1.4em;
  color: #ffffff;
  margin-top: 30px;
  padding-left: 20px;
}
.mss-caption .slideshow_text_wrapper .button {
  margin-top: 30px;
}
.mss-slide {
  background: #004C8A;
  background: -moz-linear-gradient(-65deg, #004C8A 0%, #004C8A 45%, #0068bd 60%, #0068bd 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #004C8A), color-stop(45%, #004C8A), color-stop(45%, #0068bd), color-stop(100%, #0068bd));
  background: -webkit-linear-gradient(-65deg, #004C8A 0%, #004C8A 45%, #0068bd 45%, #0068bd 100%);
  background: -o-linear-gradient(-65deg, #004C8A 0%, #004C8A 45%, #0068bd 45%, #0068bd 100%);
  background: -ms-linear-gradient(-65deg, #004C8A 0%, #004C8A 45%, #0068bd 45%, #0068bd 100%);
  background: linear-gradient(-65deg, #004C8A 0%, #004C8A 45%, #0068bd 45%, #0068bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#004C8A, endColorstr=#0068bd, GradientType=1);
}
.mss-button span,
.mss-arrow span {
  background: none;
  border: 0;
  border-radius: 0;
}
.mss-button span:before,
.mss-arrow span:before {
  font-family: "kuhne-icons";
  font-size: 4em;
  color: #ffffff;
  position: relative;
  top: 8px;
}
.mss-button.mss-arrow-prev span:before,
.mss-arrow.mss-arrow-prev span:before {
  content: "\f104";
}
.mss-button.mss-arrow-next span:before,
.mss-arrow.mss-arrow-next span:before {
  content: "\f105";
}
.box {
  padding-top: 60px;
  padding-bottom: 60px;
}
#footer {
  padding-top: 40px;
  padding-bottom: 80px;
  line-height: 1.8em;
  color: #909090;
  border-top: 1px solid #EEEEEE;
}
.footer_social {
  margin-top: -40px;
}
.footer_social .icon {
  color: #909090;
  font-size: 34px;
}
.footer_social .icon:hover {
  color: #004C8A;
}
.footer_menu li {
  padding-right: 10px;
}
.footer_menu li.level_1 > a {
  text-transform: uppercase;
}
.footer_menu li.level_1 ul {
  margin-top: 20px;
}
.footer_menu li.level_1 ul a {
  font-weight: normal;
}
.footer_menu li a {
  color: #909090;
}
.footer_menu li a:hover {
  color: #004C8A;
}
.footer_menu li a.active,
.footer_menu li a.active_tree {
  color: #004C8A;
}
.footer_menu.footer_menu_website {
  float: left;
  width: 75%;
}
.footer_menu.footer_menu_website li.level_1 {
  float: left;
  width: 33.3333%;
}
.footer_menu.footer_menu_website li.level_1 > a {
  color: #909090;
  font-weight: bold;
}
.footer_menu.footer_menu_website li.level_1 > a:hover {
  color: #004C8A;
}
.footer_menu.footer_menu_website li.level_1 > a.active,
.footer_menu.footer_menu_website li.level_1 > a.active_tree {
  color: #004C8A;
}
.footer_menu.footer_menu_shop {
  float: left;
  width: 25%;
}
.footer_menu.footer_menu_shop .footer_menu_shop_headline {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer_menu.footer_menu_shop li > a {
  font-weight: normal;
  text-transform: none;
}
.footer_menu.footer_menu_shop li ul {
  margin-top: 0;
}
.box-link-headline {
  padding: 0;
  max-width: 100%;
}
.box-link-headline a,
.box-link-headline span {
  padding: 14px 30px;
  display: block;
  font-weight: 300;
  word-wrap: break-word;
}
.box-link {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  cursor: pointer;
}
.box-link .box-link-headline {
  position: absolute;
  bottom: -1px;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 1;
  -webkit-transition: width 0.1s ease-in-out;
  -moz-transition: width 0.1s ease-in-out;
  -ms-transition: width 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out;
}
.box-link a {
  display: block;
  color: #004C8A;
}
.box-link .box-link-wrapper {
  position: relative;
  overflow: hidden;
}
.box-link .box-link-hover {
  background-color: #004C8A;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  position: absolute;
  left: -15%;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: all 0.18s ease-out;
  -moz-transition: all 0.18s ease-out;
  -ms-transition: all 0.18s ease-out;
  -o-transition: all 0.18s ease-out;
}
.box-link.hoverintent .box-link-hover {
  width: 130%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.box-link.hoverintent a {
  color: #8F8F8F;
}
.button {
  padding: 10px 30px;
  text-transform: uppercase;
  color: #8F8F8F;
  display: inline-block;
  position: relative;
  background-color: transparent;
  z-index: 0;
  font-weight: bold;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
}
.button:before {
  position: absolute;
  left: 9px;
  right: 9px;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  display: block;
  content: " ";
  z-index: -1;
  background-color: #EEEEEE;
}
.button:hover,
.button:active {
  color: #ffffff;
}
.button:hover:before,
.button:active:before {
  background-color: #004C8A;
}
.button.button-blue {
  color: #ffffff;
}
.button.button-blue:before {
  background-color: #004C8A;
}
.button.button-blue:hover,
.button.button-blue:active {
  color: #ffffff;
}
.button.button-blue:hover:before,
.button.button-blue:active:before {
  background-color: #003057;
}
.button.button-lightblue {
  color: #ffffff;
}
.button.button-lightblue:before {
  background-color: #0068bd;
}
.button.button-lightblue:hover,
.button.button-lightblue:active {
  color: #ffffff;
}
.button.button-lightblue:hover:before,
.button.button-lightblue:active:before {
  background-color: #005aa3;
}
.button.button-big {
  padding: 0;
}
.button.button-big:before {
  left: 12px;
  right: 12px;
}
.button.button-big input,
.button.button-big a {
  padding: 10px 40px;
}
.button.submit_button {
  padding: 0;
}
.button.submit_button input {
  width: 100%;
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
}
.button_small {
  padding: 10px 20px;
  font-weight: bold;
  color: #004C8A;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.button_small:before {
  position: absolute;
  left: 4px;
  right: 4px;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  display: block;
  content: " ";
  z-index: -1;
  background-color: transparent;
}
.button_small:hover,
.button_small:active {
  color: #ffffff;
}
.button_small:hover:before,
.button_small:active:before {
  background-color: #004C8A;
}
.button_small.button_icon {
  position: relative;
  padding-left: 50px;
}
.button_small.button_icon .icon {
  font-size: 1.5em;
  position: absolute;
  left: 20px;
}
.table-area {
  display: table;
  width: 100%;
}
.table-area .table-row {
  display: table-row;
}
.table-area .table-row .table-cell {
  display: table-cell;
  vertical-align: top;
}
.image-responsive {
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.image-responsive:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.image-responsive > img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.breadcrumb {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #8F8F8F;
}
.breadcrumb span a {
  color: #8F8F8F;
}
.breadcrumb span a:hover {
  color: #004C8A;
}
.breadcrumb span.current_page {
  color: #004C8A;
}
.errorbox {
  color: #ffffff;
  background-color: #FF0000;
  overflow: hidden;
  padding: 1em 0 1em 2em;
}
#requestbox {
  display: none;
}
#requestbox .errorbox {
  padding: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #FF0000;
}
#requestbox .succesbox {
  padding: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #004C8A;
}
#requestbox .playerbox {
  text-align: center;
}
.googlemaps_content {
  width: 100% !important;
}
.googlemaps_content img {
  max-width: none !important;
}
.content_full_bottom {
  padding-left: 10px;
  padding-right: 10px;
}
#content_2_1 .container > div {
  padding-top: 80px;
  padding-bottom: 80px;
}
.collection_list {
  margin-bottom: 40px;
  position: relative;
  padding-left: 80px;
  padding-right: 10px;
}
.collection_list a {
  font-weight: normal;
  color: #48494B;
  display: inline-block;
}
.collection_list .date-from {
  float: left;
}
.collection_list .date-from a {
  color: #8F8F8F;
}
.collection_list .date-to a {
  color: #8F8F8F;
}
.collection_list .headline a {
  padding-top: 10px;
  padding-bottom: 30px;
  font-weight: bold;
}
.collection_list:hover a {
  color: #004C8A;
}
.collection_list:before {
  content: " ";
  display: block;
  position: absolute;
  left: 25px;
  top: 4px;
  border-left: 1px solid #8F8F8F;
  height: 110px;
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.collection-list-viertel .collection_list {
  float: left;
  width: 25%;
}
.collection-list-viertel:after {
  clear: both;
  display: block;
  content: " ";
}
.collection-list-drittel .collection_list {
  float: left;
  width: 33.3333%;
}
.collection-list-drittel:after {
  clear: both;
  display: block;
  content: " ";
}
.collection-list-application {
  margin-bottom: 40px;
}
.collection-list-application .collection_wrapper {
  display: table;
  width: 100%;
}
.collection-list-application .collection_list {
  display: table-row;
}
.collection-list-application .collection_list:before {
  display: none;
}
.collection-list-application .collection_list:after {
  clear: both;
  display: block;
  content: " ";
}
.collection-list-application .collection_list:first-child {
  font-weight: bold;
}
.collection-list-application .collection_content {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
body.home .collection_list {
  width: 33.333%;
  float: left;
  margin-bottom: 0;
}
.collection_full {
  background-color: #EEEEEE;
  padding: 40px;
}
.collection_full .date-from {
  color: #8F8F8F;
  float: left;
}
.collection_full .date-to {
  color: #8F8F8F;
}
.collection_full .headline {
  padding-top: 10px;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2em;
}
.collection_full_back_link {
  margin-top: 40px;
  margin-bottom: 40px;
}
#content_1 .container {
  position: relative;
}
#content_3 .container > .textcontent {
  margin-bottom: 40px;
}
#box_1 .contactformular {
  text-align: center;
}
#box_1 .contactformular.cardform {
  margin-top: 40px;
  margin-bottom: 0;
}
body.home #special_collection {
  display: block;
}
#special_collection {
  padding: 0;
}
#special_collection .row {
  padding-top: 80px;
  padding-bottom: 80px;
}
#special_collection .row .collection-headline-home {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
#special_collection .row .collection-headline-home h2 {
  margin-bottom: 70px;
}
#special_collection .row .collection-list-home {
  float: left;
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}
#special_collection .row .collection-list-home:after {
  clear: both;
  display: block;
  content: " ";
}
#popup_box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  z-index: 203;
  display: none;
}
#popup_box .popup_box_wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 90px 40px 40px 40px;
  max-width: 1200px;
  top: 10%;
  min-height: 200px;
  max-height: 80%;
  overflow-y: scroll;
}
#popup_box .popup_box_wrapper #close-popup {
  position: absolute;
  right: 40px;
  top: 40px;
}
#overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  background-color: #48494B;
  z-index: 200;
  display: none;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.content_banner > .textcontent {
  padding-bottom: 0;
  overflow: hidden;
}
.content_main .container > .textcontent:last-child {
  margin-bottom: 80px;
}
.flags .flag-wrapper {
  display: inline-block;
  width: 0;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
}
.flags .flag-wrapper img {
  width: 24px;
}
.flags a {
  padding-left: 4px;
  padding-right: 4px;
}
.lang_switch {
  text-align: center;
}
.lang_switch .link_header {
  float: left;
}
.lang_switch .flags.link_header {
  width: 0;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
}
.lang_switch.hoverintent .flags {
  width: 100px;
}
.lang_switch.hoverintent .flags .flag-wrapper {
  width: 32px;
}
.lang_switch:hover > .title {
  color: #ffffff;
}
.lang_switch:hover > .title:before {
  background-color: #004C8A;
}
.slidecontent {
  margin-bottom: 40px;
}
.slidecontent_headline {
  border-bottom: 1px solid #EEEEEE;
  cursor: pointer;
  padding-left: 50px;
  position: relative;
}
.slidecontent_headline:before {
  font-family: "kuhne-icons";
  content: "\f107";
  position: absolute;
  left: 20px;
  top: -2px;
  font-size: 1.5em;
}
.slidecontent_headline.slidecontent_headline_open:before {
  content: "\f106";
}
.slidecontent_headline:hover {
  color: #004C8A;
}
.slidecontent_headline:hover h4 {
  color: #004C8A;
}
.slidecontent_content_container {
  padding: 20px;
  background-color: #EEEEEE;
}
.textcontent ul {
  margin: 0.5em 0px 0px 1em;
}
.textcontent ul li {
  list-style: square;
}
.textcontent .submenu.bar_left ul,
.textcontent .itembox ul {
  margin: 0;
}
.textcontent .submenu.bar_left ul li,
.textcontent .itembox ul li {
  list-style: none;
}
.content_banner .textcontent.banner {
  background-repeat: no-repeat;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
  height: 460px;
}
.multi_column_formular .button.submit_button {
  display: block;
  width: 200px;
}
.multi_column_formular .label_input_wrapper {
  width: 33%;
  display: inline-block;
}
.multi_column_formular h3:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .multi_column_formular .label_input_wrapper {
    width: 50%;
    padding-right: 15px;
  }
}
@media (max-width: 550px) {
  .multi_column_formular .label_input_wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1580px;
  }
  .skew {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) {
  #gadget_2 {
    text-align: center;
    padding-left: 170px;
    padding-right: 170px;
  }
  #gadget_2 a {
    font-weight: 300;
    color: #004C8A;
  }
  #gadget_2 a.active,
  #gadget_2 a.active_tree {
    color: #8F8F8F;
  }
  #gadget_2 ul {
    display: inline-block;
  }
  #gadget_2 li {
    display: inline;
  }
  #gadget_2 li:before {
    content: "/";
    padding-left: 20px;
    padding-right: 20px;
    color: #004C8A;
  }
  #gadget_2 li:first-child:before {
    display: none;
  }
  #gadget_2 li.level_1 > a {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #gadget_2 li.level_1 ul {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 0 30px;
    background-color: #ffffff;
    z-index: 200;
    display: none;
  }
  #gadget_2 li.level_1 ul a {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    font-size: 16px;
  }
  #gadget_2 li.hoverintent > ul {
    display: block;
  }
  #gadget_2 li.hoverintent > a {
    color: #8F8F8F;
  }
}
@media (max-width: 1599px) {
  .collection-list-viertel .collection_list {
    float: left;
    width: 33.3333%;
  }
}
@media (max-width: 1399px) {
  #gadget {
    font-size: 1.2em;
  }
  #gadget_2 li.level_1 ul a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #gadget_2 li.level_1 ul.shop li.level_1 > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header .header_banner {
    font-size: 40px;
  }
  .home .collection_list {
    padding-left: 40px;
  }
  .home .collection_list:before {
    height: 100px;
    left: 0;
    top: 0;
  }
  .collection-list-drittel .collection_list {
    width: 50%;
  }
  .mss-caption {
    top: 15%;
  }
  .mss-caption .slideshow_text_wrapper .slideshow_headline {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  .col-lg-1_5 {
    width: 20%;
  }
  .col-lg-2_5 {
    width: 40%;
  }
  .col-lg-3_5 {
    width: 60%;
  }
  .col-lg-4_5 {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  #footer_3 {
    margin-top: 40px;
  }
  .footer_social {
    margin-top: 40px;
  }
  body.home .collection_list {
    width: 50%;
    display: none;
  }
  body.home .collection_list:first-child {
    display: block;
  }
  body.home .collection_list:nth-child(2) {
    display: block;
  }
  .mss-caption .slideshow_text_wrapper {
    width: 50%;
  }
  .mss-caption .slideshow_text_wrapper .slideshow_headline {
    font-size: 2em;
  }
  .mss-caption .slideshow_text_wrapper .slideshow_text {
    margin-top: 20px;
  }
  .mss-caption .slideshow_text_wrapper .button {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #container_1 {
    position: static;
    text-align: center;
  }
  #spacer_1 {
    display: inline-block;
    float: none;
  }
  #header_1 {
    text-align: center;
  }
  #header .header_banner {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 30px;
  }
  #gadget {
    padding: 0 20px;
  }
  #gadget_2 {
    padding: 0;
  }
  .footer_menu.footer_menu_website {
    float: none;
    width: auto;
  }
  .footer_menu.footer_menu_website ul.level_1 > li {
    float: left;
    width: 50%;
    margin-bottom: 40px;
  }
  .footer_menu.footer_menu_website ul.level_1.shop > li {
    margin-bottom: 0;
  }
  .footer_menu.footer_menu_shop {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
  .bar_left {
    padding-top: 0;
  }
  #content {
    min-height: 350px;
  }
  #content_2_1 .container > div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #container_1 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 202;
    width: 100%;
    background-color: #EEEEEE;
    -webkit-transition: 0.2s background-color ease-in-out;
    -moz-transition: 0.2s background-color ease-in-out;
    -ms-transition: 0.2s background-color ease-in-out;
    -o-transition: 0.2s background-color ease-in-out;
    height: 45px;
    min-width: 320px;
  }
  #container_2 {
    margin-top: 45px;
  }
  .content_banner > .textcontent {
    height: 260px;
  }
  .content_banner > .textcontent img {
    max-width: none !important;
    max-height: 100%;
  }
  .collection-list-viertel .collection_list {
    float: left;
    width: 50%;
  }
  .lang_switch .flags {
    display: none;
  }
  .lang_switch .flags.link_header {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    margin: 0;
    height: auto;
    padding-bottom: 10px;
    background-color: #ffffff;
  }
  .lang_switch .flags.link_header:before {
    display: none;
  }
  .lang_switch .flags .flag-wrapper {
    width: auto;
  }
  .lang_switch .flags .flag-wrapper img {
    width: auto;
  }
  .lang_switch .flags a {
    padding-left: 10px;
    padding-right: 10px;
    z-index: 200;
  }
  .lang_switch.hoverintent .flags {
    width: 100%;
  }
  .lang_switch.hoverintent .flags .flag-wrapper {
    width: auto;
  }
  .mss-caption {
    top: 10%;
  }
  .mss-caption .slideshow_text_wrapper .slideshow_text {
    margin-top: 15px;
  }
  .mss-caption .slideshow_text_wrapper .button {
    padding: 5px 20px;
    min-width: 150px;
    margin-top: 15px;
  }
  .content_banner .textcontent.banner {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .slideshow > .MagicSlideshow {
    max-height: 250px;
    padding-top: 120px !important;
  }
  .slideshow > .MagicSlideshow .mss-slide img.mss-slide-img {
    display: none !important;
  }
  .slideshow > .MagicSlideshow .mss-caption {
    top: 10%;
  }
  .slideshow > .MagicSlideshow .mss-caption .slideshow_text_wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  #footer {
    text-align: center;
  }
  .footer_menu.footer_menu_shop {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .footer_menu.footer_menu_website ul.level_1 > li {
    float: none;
    width: 100%;
  }
  .footer_menu li.level_1 {
    padding-left: 0;
    padding-right: 0;
  }
  .footer_menu li {
    padding-right: 0;
  }
  #footer_3 {
    margin-top: 20px;
  }
  .category_headline {
    display: none;
  }
  .breadcrumb {
    text-align: center;
  }
  .breadcrumb .infobar_content > span {
    margin-top: 4px;
  }
  .breadcrumb span {
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
  }
  h1 {
    font-size: 2em;
  }
  table {
    max-width: 100%;
    overflow-x: scroll;
  }
  #popup_box .popup_box_wrapper {
    padding: 40px 20px;
  }
  #popup_box .popup_box_wrapper #close-popup {
    top: 12px;
    right: 0;
    font-size: 2em;
    text-align: right;
    color: #8F8F8F;
  }
  #popup_box .popup_box_wrapper #close-popup:hover,
  #popup_box .popup_box_wrapper #close-popup:active {
    color: #004C8A;
  }
  .bar_left {
    padding-right: 0;
  }
  #gadget_2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #004C8A;
    z-index: 201;
    display: none;
    overflow-y: scroll;
  }
  #gadget_2 > ul {
    margin-top: 45px;
  }
  #gadget_2 ul li a {
    color: #ffffff;
    background-color: #004C8A;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff;
    font-weight: 300;
  }
  #gadget_2 ul li a:hover,
  #gadget_2 ul li a:active {
    background-color: #003057;
  }
  #gadget_2 ul li.level_1 ul {
    display: none;
  }
  #gadget_2 ul li.level_1 ul li > a {
    background-color: #EEEEEE;
    color: #8F8F8F;
  }
  #gadget_2 ul li.level_1 ul li > a:hover,
  #gadget_2 ul li.level_1 ul li > a:active {
    background-color: #d5d5d5;
  }
  #gadget_2 ul li.level_1 ul li > a.active,
  #gadget_2 ul li.level_1 ul li > a.active_tree {
    color: #004C8A;
  }
  #gadget_2 ul li.level_1 ul li.active li > a,
  #gadget_2 ul li.level_1 ul li.active_tree li > a {
    background-color: #8F8F8F;
    color: #ffffff;
  }
  #gadget_2 ul li.level_1 ul li.active li > a:hover,
  #gadget_2 ul li.level_1 ul li.active_tree li > a:hover,
  #gadget_2 ul li.level_1 ul li.active li > a:active,
  #gadget_2 ul li.level_1 ul li.active_tree li > a:active {
    background-color: #767676;
  }
  #gadget_2 ul li.level_1 ul li.active li > a.active,
  #gadget_2 ul li.level_1 ul li.active_tree li > a.active,
  #gadget_2 ul li.level_1 ul li.active li > a.active_tree,
  #gadget_2 ul li.level_1 ul li.active_tree li > a.active_tree {
    color: #004C8A;
  }
  #gadget_2 ul li.active > ul,
  #gadget_2 ul li.active_tree > ul {
    display: block;
  }
  .box-link {
    max-width: 499px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .collection-list-viertel .collection_list {
    float: left;
    width: 100%;
  }
  .collection-list-application {
    overflow-x: scroll;
  }
  .collection-list-application .collection_wrapper {
    min-width: 700px;
  }
  .content_banner .textcontent.banner {
    height: 200px;
  }
}
@media (max-width: 499px) {
  .collection_list {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #EEEEEE;
  }
  .collection_list:before {
    display: none;
  }
  #gadget_2 {
    min-width: 320px;
  }
}


.multi_column_formular .button.submit_button {
  display: block;
  width: 200px;
}
.multi_column_formular .label_input_wrapper{
  width:33%;
  display:inline-block;
}
.multi_column_formular h3:not(:first-child){
  margin-top: 40px;
}

@media(max-width: 1200px){
  .multi_column_formular .label_input_wrapper{
    width: 50%;
    padding-right: 15px;
  }
}
@media(max-width: 550px){
  .multi_column_formular .label_input_wrapper{
    width: 100%;
  }
}