/* imports */
/* colors */
/* typography */
/* font sizes */
/* line heights */
/* font sizes mobile */
/* line heights mobile */
/* spacing */
/* spacing mobile */
/* z-index */
/* resets */
*,
*:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/* typography */
body {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 30px;
}
h1.big {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
}
h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 30px;
}
h2 .highlighted {
  color: #ee7f00;
}
h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
}
strong {
  font-weight: 700;
}
p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #3e3d40;
  text-decoration: none;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
a.highlighted {
  font-weight: 600;
  color: #3e3d40 !important;
}
a.highlighted:hover,
a.highlighted:focus,
a.highlighted:active {
  color: #ee7f00 !important;
}
a.highlighted::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f04e";
  color: #ee7f00;
  margin-right: 5px;
}
a.highlighted .size {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #999999;
}
a:hover,
a:focus,
a:active {
  color: #ee7f00;
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* html, body */
html,
body {
  width: 100%;
  overflow-x: hidden;
}
body {
  background-size: 100% 400px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(bottom, #ffffff, #fcecd9);
  background-image: -moz-linear-gradient(bottom, #ffffff, #fcecd9);
  background-image: -o-linear-gradient(bottom, #ffffff, #fcecd9);
  background-image: -ms-linear-gradient(bottom, #ffffff, #fcecd9);
  background-image: linear-gradient(bottom, #ffffff, #fcecd9);
}
/* header */
#header {
  margin-bottom: 30px;
}
#header .header-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header .header-box .top-bar {
  overflow: hidden;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(right, #ffffff, #ee7f00);
  background-image: -moz-linear-gradient(right, #ffffff, #ee7f00);
  background-image: -o-linear-gradient(right, #ffffff, #ee7f00);
  background-image: -ms-linear-gradient(right, #ffffff, #ee7f00);
  background-image: linear-gradient(right, #ffffff, #ee7f00);
}
#header .header-box .top-bar .claim {
  width: 50%;
  float: right;
  background-color: #ee7f00;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding: 5px 30px;
}
#header .header-box .top-bar .mobile-cart {
  display: none;
}
#header .header-box .logo-wrapper {
  padding: 20px 20px 30px 20px;
}
#header .header-box .logo-wrapper .logo img {
  width: 170px;
  height: auto;
}
#header .header-box .search-form-wrapper {
  padding: 20px 20px 30px 20px;
}
#header .header-box .search-form-wrapper #search-form {
  position: relative;
}
#header .header-box .search-form-wrapper #search-form input {
  padding-right: 40px;
}
#header .header-box .search-form-wrapper #search-form button {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -11px;
  -webkit-transition: color ease 0.3s 0s;
  -moz-transition: color ease 0.3s 0s;
  -o-transition: color ease 0.3s 0s;
  -ms-transition: color ease 0.3s 0s;
  transition: color ease 0.3s 0s;
}
#header .header-box .search-form-wrapper #search-form button:hover {
  color: #ee7f00;
}
#header .header-box .shop-navigation-wrapper {
  padding: 20px 20px 30px 0;
  margin-top: 12px;
  /* shop navigation */
}
#header .header-box .shop-navigation-wrapper #shop-navigation {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  text-align: right;
}
#header .header-box .shop-navigation-wrapper #shop-navigation ul li {
  display: inline-block;
}
#header .header-box .shop-navigation-wrapper #shop-navigation ul li:last-child::after {
  content: '';
  margin: 0;
}
#header .header-box .shop-navigation-wrapper #shop-navigation ul li::after {
  content: '|';
  margin: 0 5px;
}
#header .header-box .shop-navigation-wrapper #shop-navigation ul li a {
  color: #999999;
}
#header .header-box .shop-navigation-wrapper #shop-navigation ul li a:hover,
#header .header-box .shop-navigation-wrapper #shop-navigation ul li a:focus,
#header .header-box .shop-navigation-wrapper #shop-navigation ul li a.active {
  color: #ee7f00;
}
/* main navigation */
.navbar {
  background-color: #ffffff;
  border: 0;
  margin: 0;
  min-height: 0;
}
.navbar #main-navigation {
  position: relative;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.navbar #main-navigation ul.nav {
  font-size: 0;
  margin-left: 20px;
  float: left;
  /* language switch */
}
.navbar #main-navigation ul.nav > li {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
  /* dropdown menu */
}
.navbar #main-navigation ul.nav > li > a {
  color: #565859;
  background-color: transparent;
  padding: 0 0 16px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar #main-navigation ul.nav > li > a::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #333333;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.navbar #main-navigation ul.nav > li > a:hover::after,
.navbar #main-navigation ul.nav > li > a:focus::after,
.navbar #main-navigation ul.nav > li > a.active::after {
  opacity: 1;
}
.navbar #main-navigation ul.nav > li.dropdown.open > a::after {
  opacity: 1;
}
.navbar #main-navigation ul.nav > li.dropdown.open .dropdown-toggle .mobile-toggle .open {
  display: block;
}
.navbar #main-navigation ul.nav > li.dropdown.open .dropdown-toggle .mobile-toggle .closed {
  display: none;
}
.navbar #main-navigation ul.nav > li.dropdown .dropdown-toggle {
  position: relative;
}
.navbar #main-navigation ul.nav > li.dropdown .dropdown-toggle .mobile-toggle {
  margin-left: 5px;
}
.navbar #main-navigation ul.nav > li.dropdown .dropdown-toggle .mobile-toggle .open {
  display: none;
}
.navbar #main-navigation ul.nav > li.dropdown .dropdown-toggle .mobile-toggle .closed {
  display: block;
}
.navbar #main-navigation ul.nav > li.dropdown ul.dropdown-menu {
  margin: 0;
  margin-left: -15px;
  padding: 0;
  border: 0;
  min-width: 200px;
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.navbar #main-navigation ul.nav > li.dropdown ul.dropdown-menu > li {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.navbar #main-navigation ul.nav > li.dropdown ul.dropdown-menu > li a {
  padding: 7px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar #main-navigation ul.nav > li.dropdown ul.dropdown-menu > li a:hover,
.navbar #main-navigation ul.nav > li.dropdown ul.dropdown-menu > li a:focus {
  background-color: #f4f4f9;
}
.navbar #main-navigation ul.nav.languages {
  margin-left: 0;
  margin-right: 20px;
  float: right;
}
.navbar #main-navigation ul.nav.languages > li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-right: 0;
  margin-left: 10px;
}
.navbar #main-navigation ul.nav.languages > li > a {
  color: #999999;
  padding: 0;
  margin-bottom: 16px;
}
.navbar #main-navigation ul.nav.languages > li > a::after {
  display: none;
}
.navbar #main-navigation ul.nav.languages > li > a:hover,
.navbar #main-navigation ul.nav.languages > li > a:focus,
.navbar #main-navigation ul.nav.languages > li > a.active {
  color: #ee7f00;
}
/* mobile navigation */
#navigation-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  margin: 0;
  float: none;
  border: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#navigation-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: 26px 50%;
  -moz-transform-origin: 26px 50%;
  -o-transform-origin: 26px 50%;
  -ms-transform-origin: 26px 50%;
  transform-origin: 26px 50%;
}
#navigation-toggle .icon-bar.top {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
#navigation-toggle .icon-bar.middle {
  opacity: 0;
}
#navigation-toggle .icon-bar.bottom {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
#navigation-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
#navigation-toggle.collapsed .icon-bar {
  background-color: #ffffff;
}
#navigation-toggle.collapsed .icon-bar.top,
#navigation-toggle.collapsed .icon-bar.middle,
#navigation-toggle.collapsed .icon-bar.bottom {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0);
  -moz-transform: rotate3d(0, 0, 1, 0);
  -o-transform: rotate3d(0, 0, 1, 0);
  -ms-transform: rotate3d(0, 0, 1, 0);
  transform: rotate3d(0, 0, 1, 0);
}
#navigation-toggle:hover,
#navigation-toggle:focus,
#navigation-toggle:active {
  background-color: transparent;
}
/* meta navigation */
.meta-navigation.right {
  text-align: right;
}
.meta-navigation ul li {
  display: inline-block;
}
.meta-navigation ul li:last-child::after {
  content: '';
  margin: 0;
}
.meta-navigation ul li::after {
  content: '\00B7';
  margin: 0 10px;
}
/* breadcrumb */
.breadcrumb {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  padding: 0;
  background-color: transparent;
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  color: #999999;
}
.breadcrumb li a:hover {
  color: #ee7f00 !important;
}
.breadcrumb li.active a {
  color: #3e3d40;
}
.breadcrumb li::after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f105";
  margin: 0 5px;
}
.breadcrumb li:last-child::after {
  content: '';
}
/* main */
#main {
  min-height: 230px;
}
/* footer logos */
.footer-logos {
  margin-bottom: 50px;
}
/* footer */
#footer .newsletter {
  padding: 70px 0;
  background-color: #eee7ec;
  text-align: center;
}
#footer .bottom-box {
  padding: 35px 0;
  font-size: 16px;
  line-height: 20px;
  background-color: #565859;
  color: #ffffff;
}
#footer .bottom-box a {
  color: white;
}
#footer .bottom-box a:hover {
  color: #ee7f00;
}
#footer .bottom-box .copyright {
  display: inline;
  margin-right: 20px;
  font-weight: 600;
}
#footer .bottom-box .meta-navigation {
  display: inline;
}
#footer .bottom-box .meta-navigation ul {
  display: inline;
}
#footer .bottom-box .social-icons {
  text-align: center;
  font-size: 30px;
  margin-top: -5px;
}
#footer .bottom-box .social-icons ul li {
  display: inline-block;
  margin: 0 5px;
}
/* sidebar */
.sidebar {
  margin-bottom: 30px;
}
.sidebar .box {
  border: 1px solid #d4d3d3;
  border-top: 5px solid #ee7f00;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 20px;
}
.sidebar .box .top {
  padding: 15px;
}
.sidebar .box .top h3 {
  color: #333333;
  margin-bottom: 15px;
}
.sidebar .box .top p {
  margin-bottom: 15px;
}
.sidebar .box .top p:last-child {
  margin-bottom: 0;
}
.sidebar .box .top .image img {
  width: 100%;
  height: auto;
}
.sidebar .box .top .events .items .item {
  padding: 15px 0;
  border-bottom: 1px solid #d4d3d3;
}
.sidebar .box .top .events .items .item:first-child {
  padding-top: 0;
}
.sidebar .box .top .events .items .item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar .box .top .events .items .item .date {
  color: #999999;
}
.sidebar .box .bottom {
  height: 60px;
  background-image: url('../images/sidebar-box-background.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 8px 15px 0 70px;
  position: relative;
  font-weight: 600;
  text-align: right;
}
.sidebar .box .bottom .icon {
  position: absolute;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 15px;
  top: -2px;
}
.sidebar .box .bottom .icon.cart {
  background-image: url('../images/sidebar-icon-cart.png');
}
.sidebar .box .bottom .icon.download {
  background-image: url('../images/sidebar-icon-download.png');
}
.sidebar .box .bottom .icon.service {
  background-image: url('../images/sidebar-icon-service.png');
}
.sidebar .box .bottom .text-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.sidebar .box .bottom .text-wrapper .text {
  display: table-cell;
  vertical-align: middle;
}
.sidebar .box .bottom .text-wrapper .text a i {
  color: #ee7f00;
}
.sidebar .web-award-image {
  margin-top: 20px;
  text-align: center;
}
.sidebar .web-award-image img {
  width: 100px;
  height: auto;
}
/* forms */
.form-group {
  margin-bottom: 15px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.col-md-6 > .form-group {
  margin-bottom: 15px !important;
}
.form-inline .button {
  vertical-align: bottom;
}
.form-notice {
  margin-bottom: 30px;
}
.form-notice:last-child {
  margin-bottom: 0;
}
.form-notice .error {
  color: #ff0000;
}
.form-notice a {
  color: #ee7f00;
}
.form-notice a:hover,
.form-notice a:focus,
.form-notice a:active {
  color: #f18b1b;
}
label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 5px;
  display: block;
}
input[type="text"].form-control,
input[type="number"].form-control,
input[type="password"].form-control,
input[type="email"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
textarea.form-control {
  font-size: 18px;
  line-height: 22px;
  padding: 9px 15px;
  border: 1px solid #e3e4e4;
  background-color: #ffffff;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color 0.3s ease 0s;
  -moz-transition: border-color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s;
  -ms-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
input[type="text"].form-control:hover,
input[type="number"].form-control:hover,
input[type="password"].form-control:hover,
input[type="email"].form-control:hover,
input[type="search"].form-control:hover,
input[type="tel"].form-control:hover,
textarea.form-control:hover,
input[type="text"].form-control:active,
input[type="number"].form-control:active,
input[type="password"].form-control:active,
input[type="email"].form-control:active,
input[type="search"].form-control:active,
input[type="tel"].form-control:active,
textarea.form-control:active,
input[type="text"].form-control:focus,
input[type="number"].form-control:focus,
input[type="password"].form-control:focus,
input[type="email"].form-control:focus,
input[type="search"].form-control:focus,
input[type="tel"].form-control:focus,
textarea.form-control:focus {
  border-color: #ee7f00;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
input[type=file] {
  font-size: 16px;
}
textarea.form-control {
  resize: none;
  height: 200px;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.bootstrap-select {
  width: auto !important;
}
.bootstrap-select > .dropdown-toggle {
  background-color: #ffffff !important;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  padding: 9px 15px;
  padding-right: 30px;
  border: 1px solid #e3e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle:focus {
  border-color: #ee7f00;
  outline: 0 !important;
}
.bootstrap-select .dropdown-menu {
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  border: 1px solid #e3e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.bootstrap-select .dropdown-menu li a {
  padding: 9px 15px;
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.bootstrap-select .dropdown-menu li a:hover {
  color: #333333;
  background-color: #f4f4f9;
}
.bootstrap-select .dropdown-menu li a .text {
  margin-bottom: 0 !important;
}
.bootstrap-select .dropdown-menu li.selected a {
  background-color: #f4f4f9;
}
.bootstrap-select .dropdown-menu li.selected a span.check-mark {
  margin-top: 12px !important;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 5px 0 0;
}
/* buttons */
button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.button {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.button.default {
  border: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  background-color: #ee7f00;
  color: #ffffff;
  padding: 10px 30px;
  text-align: center;
  -webkit-transition: background-color ease 0.3s 0s;
  -moz-transition: background-color ease 0.3s 0s;
  -o-transition: background-color ease 0.3s 0s;
  -ms-transition: background-color ease 0.3s 0s;
  transition: background-color ease 0.3s 0s;
}
.button.default:hover {
  background-color: #f18b1b;
}
.button.default.small {
  font-size: 14px;
  line-height: 18px;
  padding: 7px 20px;
}
.button.default.big {
  font-size: 20px;
  line-height: 24px;
}
.button.cta {
  border: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #d4d3d3;
  color: #3e3d40;
  padding: 10px 30px;
  text-align: center;
  -webkit-transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -o-transition: all ease 0.3s 0s;
  -ms-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
}
.button.cta i {
  color: #ee7f00;
}
.button.cta:hover {
  color: #ee7f00;
  border: 1px solid #ee7f00;
}
/* general elements */
.content-area ul:not([class]) {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
}
.content-area ul:not([class]):last-child {
  margin-bottom: 0;
}
.content-area ul:not([class]) li {
  padding-left: 10px;
  position: relative;
}
.content-area ul:not([class]) li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 3px;
  height: 1em;
  background-color: #ee7f00;
}
.content-area ul:not([class]) li > ul {
  margin-left: 10px;
}
.content-area ol:not([class]) {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 30px;
  margin-left: 20px;
}
.content-area ol:not([class]):last-child {
  margin-bottom: 0;
}
.content-area table {
  margin-bottom: 30px;
}
.content-area table:last-child {
  margin-bottom: 0;
}
.content-area table tr:nth-child(even) {
  background-color: #f4f4f9;
}
.content-area table tr:nth-child(odd) {
  background-color: #eee7ec;
}
.content-area table th,
.content-area table thead td {
  padding: 10px 10px;
}
.content-area table td {
  padding: 10px 10px;
}
.content-area p img.alignnone {
  max-width: 100%;
  height: auto;
}
.content-area p img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.content-area p img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.content-area p img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.content-area div.alignnone,
.content-area div.alignleft,
.content-area div.alignright,
.content-area divaligncenter {
  max-width: 100%;
}
.content-area div.alignnone img,
.content-area div.alignleft img,
.content-area div.alignright img,
.content-area divaligncenter img {
  max-width: 100%;
  height: auto;
}
.content-area .wp-caption-text {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 30px !important;
}
.content-area p > a,
.content-area label > a,
.content-area li > a {
  color: #ee7f00;
}
.content-area p > a:hover,
.content-area label > a:hover,
.content-area li > a:hover,
.content-area p > a:focus,
.content-area label > a:focus,
.content-area li > a:focus,
.content-area p > a:active,
.content-area label > a:active,
.content-area li > a:active {
  color: #f18b1b;
}
/* top carousel */
.page-template-page-startpage section.top-carousel {
  margin-bottom: 50px;
}
section.top-carousel {
  margin-bottom: 50px;
}
section.top-carousel.big .carousel .carousel-inner {
  height: 400px;
}
section.top-carousel.empty {
  margin-top: -30px;
}
section.top-carousel .carousel {
  /* indicators */
}
section.top-carousel .carousel .carousel-inner {
  height: 250px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.top-carousel .carousel .carousel-inner .item {
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
section.top-carousel .carousel .carousel-inner .item .image-layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  padding: 30px;
}
section.top-carousel .carousel .carousel-inner .item .image-layer .image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
section.top-carousel .carousel .carousel-inner .item .image-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.01);
}
section.top-carousel .carousel .carousel-inner .item .text-wrapper {
  display: table;
  width: 50%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
section.top-carousel .carousel .carousel-inner .item .text-wrapper .text-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
section.top-carousel .carousel .carousel-inner .item .text-wrapper .text-inner .text-box {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
section.top-carousel .carousel .carousel-inner .item .text-wrapper .text-inner .text-box h1 {
  margin-bottom: 15px;
}
section.top-carousel .carousel .carousel-inner .item .text-wrapper .text-inner .text-box p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.top-carousel .carousel .carousel-inner .item .text-wrapper .text-inner .text-box p:last-child {
  margin-bottom: 0;
}
section.top-carousel .carousel .carousel-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  margin: 0;
  margin-top: 3px;
  font-size: 0;
  line-height: 0;
  text-align: left;
}
section.top-carousel .carousel .carousel-indicators li {
  width: 8%;
  height: 8px;
  background-color: #cacaca;
  border: 0;
  margin: 0;
  margin-right: 2px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
section.top-carousel .carousel .carousel-indicators li:hover,
section.top-carousel .carousel .carousel-indicators li.active {
  background-color: #333333;
}
section.top-carousel .carousel .carousel-indicators li:hover::after,
section.top-carousel .carousel .carousel-indicators li.active::after {
  content: ' ';
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #333333;
}
/* product categories */
section.product-categories {
  margin-bottom: 50px;
  /* for product category overview page */
}
section.product-categories h3 {
  margin-bottom: 10px;
}
section.product-categories .categories {
  font-size: 0;
  line-height: 0;
  margin: 0 -10px -20px -10px;
}
section.product-categories .categories .item {
  display: inline-block;
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
section.product-categories .categories .item a.category {
  height: 220px;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
section.product-categories .categories .item a.category:hover .text-box {
  background-color: rgba(238, 127, 0, 0.3);
}
section.product-categories .categories .item a.category .text-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color ease 0.3s 0s;
  -moz-transition: background-color ease 0.3s 0s;
  -o-transition: background-color ease 0.3s 0s;
  -ms-transition: background-color ease 0.3s 0s;
  transition: background-color ease 0.3s 0s;
}
section.product-categories .categories .item a.category .text-box .text-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
section.product-categories .categories .item a.category .text-box .text-wrapper .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #ffffff;
  padding: 15px;
  word-wrap: break-word;
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
section.product-categories.quick-links {
  margin-top: 0;
}
section.product-categories.quick-links .categories {
  margin: 0 -5px -10px -5px;
}
section.product-categories.quick-links .categories .item {
  width: 16.66%;
  padding: 0 5px;
  margin-bottom: 10px;
}
section.product-categories.quick-links .categories .item a.category {
  height: 110px;
}
section.product-categories.quick-links .categories .item a.category .text-box .text-wrapper .text {
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
}
/* text */
section.text {
  margin-bottom: 50px;
}
/* news events */
section.news-events {
  margin-bottom: 50px;
}
section.news-events .items .item {
  padding: 15px 0;
  border-bottom: 1px solid #d4d3d3;
}
section.news-events .items .item:first-child {
  padding-top: 0;
}
section.news-events .items .item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
section.news-events .items .item .date {
  color: #999999;
}
/* text image */
section.text-image {
  margin-bottom: 50px;
  /* for news / events */
}
section.text-image.news-events {
  padding-bottom: 50px;
  border-bottom: 1px solid #d4d3d3;
}
section.text-image.news-events:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
section.text-image.news-events .date {
  color: #999999;
}
section.text-image .image img {
  width: 100%;
  height: auto;
}
/* cta */
section.cta {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
section.cta .block {
  border-top: 1px solid #d4d3d3;
  padding: 35px 0;
}
section.cta .block:last-child {
  border-bottom: 1px solid #d4d3d3;
}
/* accordion */
section.accordion {
  margin-bottom: 50px;
}
.accordion-container {
  margin-top: 30px;
}
.accordion-container .panel-group {
  margin: 0;
}
.accordion-container .panel-group .panel {
  border: 0;
  margin: 0;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-container .panel-group .panel:last-child {
  margin-bottom: 0;
}
.accordion-container .panel-group .panel .panel-heading {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-container .panel-group .panel .panel-heading .panel-title {
  font-size: 20px;
  line-height: 24px;
}
.accordion-container .panel-group .panel .panel-heading .panel-title a {
  display: block;
  padding: 15px;
  padding-right: 40px;
  color: #ffffff;
  background-color: #ee7f00;
  position: relative;
  -webkit-transition: background-color ease 0.3s 0s;
  -moz-transition: background-color ease 0.3s 0s;
  -o-transition: background-color ease 0.3s 0s;
  -ms-transition: background-color ease 0.3s 0s;
  transition: background-color ease 0.3s 0s;
}
.accordion-container .panel-group .panel .panel-heading .panel-title a:hover {
  background-color: #ee7f00 !important;
}
.accordion-container .panel-group .panel .panel-heading .panel-title a.collapsed {
  background-color: #565859;
}
.accordion-container .panel-group .panel .panel-heading .panel-title a.collapsed .toggle-icon {
  -webkit-transform: rotate3d(0, 0, 1, 0);
  -moz-transform: rotate3d(0, 0, 1, 0);
  -o-transform: rotate3d(0, 0, 1, 0);
  -ms-transform: rotate3d(0, 0, 1, 0);
  transform: rotate3d(0, 0, 1, 0);
}
.accordion-container .panel-group .panel .panel-heading .panel-title a .toggle-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  -moz-transform: rotate3d(0, 0, 1, 180deg);
  -o-transform: rotate3d(0, 0, 1, 180deg);
  -ms-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}
.accordion-container .panel-group .panel .panel-body {
  border: 1px solid #ee7f00;
  border-top: 0;
  padding: 30px 15px;
}
.accordion-gallery,
.tab-gallery {
  font-size: 0;
  line-height: 0;
  margin: 0 -7.5px -15px -7.5px;
}
.accordion-gallery .item,
.tab-gallery .item {
  display: inline-block;
  width: 20%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.accordion-gallery .item .image,
.tab-gallery .item .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.accordion-gallery .item .image img,
.tab-gallery .item .image img {
  width: 100%;
  height: auto;
}
.accordion-download-gallery {
  font-size: 0;
  line-height: 0;
  margin: 0 -7.5px -15px -7.5px;
}
.accordion-download-gallery .item {
  display: inline-block;
  width: 33.33%;
  padding: 0 7.5px;
  margin-bottom: 15px;
  vertical-align: top;
}
.accordion-download-gallery .item .download-box {
  border: 1px solid #d4d3d3;
  background-color: #eee7ec;
  font-size: 18px;
  line-height: 22px;
  padding: 15px;
}
.accordion-download-gallery .item .download-box .image {
  margin-bottom: 15px;
}
.accordion-download-gallery .item .download-box .image img {
  width: 100%;
  height: auto;
}
.col-md-12 .accordion-download-gallery .item {
  width: 25%;
}
.accordion-download-list .item {
  margin-bottom: 5px;
}
.accordion-download-list .item:last-child {
  margin-bottom: 0;
}
.accordion-download-list .item .download-box {
  border: 1px solid #d4d3d3;
  background-color: #eee7ec;
  padding: 15px;
  overflow: hidden;
}
.accordion-download-list .item .download-box .left {
  float: left;
  width: 70%;
}
.accordion-download-list .item .download-box .right {
  float: right;
  text-align: right;
  width: 30%;
}
.accordion-download-list .item .download-box h4 {
  margin-bottom: 0;
}
.accordion-download-list .item .download-box .size {
  display: inline-block;
  min-width: 60px;
}
/* projects in accordion */
.project-list > .item {
  border-bottom: 1px solid #d4d3d3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.project-list > .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* video */
section.video {
  margin-bottom: 50px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  background-color: #eee7ec;
}
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* tabs */
section.tabs {
  margin-bottom: 50px;
}
section.tabs .nav-tabs {
  border-bottom: 1px solid #d4d3d3;
}
section.tabs .nav-tabs > li {
  margin-right: 1px;
}
section.tabs .nav-tabs > li.active > a,
section.tabs .nav-tabs > li.active a:focus {
  background-color: transparent;
  pointer-events: none;
}
section.tabs .nav-tabs > li.active > a::after,
section.tabs .nav-tabs > li.active a:focus::after {
  display: block;
}
section.tabs .nav-tabs > li > a {
  padding: 7px 15px;
  border: 1px solid #d4d3d3;
  background-color: #eee7ec;
  position: relative;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
section.tabs .nav-tabs > li > a:hover,
section.tabs .nav-tabs > li > a:focus {
  background-color: #eee7ec;
}
section.tabs .nav-tabs > li > a::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  display: none;
}
section.tabs .tab-content .tab-pane {
  padding: 30px 15px;
  border: 1px solid #d4d3d3;
  border-top: 0;
}
section.tabs .tab-table .tab-table-row {
  display: table;
  width: 100%;
  border-bottom: 5px solid #ffffff;
}
section.tabs .tab-table .tab-table-row:last-child {
  border-bottom: 0;
}
section.tabs .tab-table .tab-table-row .tab-table-col {
  display: table-cell;
  background-color: #f4f4f9;
  padding: 15px;
}
section.tabs .tab-table .tab-table-row .tab-table-col.title {
  width: 25%;
  font-weight: 700;
  word-break: break-all;
  border-right: 1px solid #e3e4e4;
}
section.tabs .tab-table .tab-table-row .tab-table-col.text {
  width: 75%;
}
/* carousel gallery */
section.carousel-gallery {
  margin-bottom: 50px;
}
section.carousel-gallery .carousel {
  position: relative;
}
section.carousel-gallery .carousel .carousel-inner {
  border: 1px solid #d4d3d3;
  position: relative;
}
section.carousel-gallery .carousel .item .inner {
  position: relative;
}
section.carousel-gallery .carousel .item .inner img {
  width: 100%;
  height: auto;
}
section.carousel-gallery .carousel .item .inner .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
section.carousel-gallery .carousel .carousel-control {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  top: 50%;
  margin-top: -20px;
  background-color: #ffffff;
  background-image: none;
  color: #333333;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: opacity ease 0.3s 0s;
  -moz-transition: opacity ease 0.3s 0s;
  -o-transition: opacity ease 0.3s 0s;
  -ms-transition: opacity ease 0.3s 0s;
  transition: opacity ease 0.3s 0s;
}
section.carousel-gallery .carousel .carousel-control.left {
  left: 15px;
}
section.carousel-gallery .carousel .carousel-control.right {
  right: 15px;
}
section.carousel-gallery .carousel .carousel-indicators.thumbnails {
  width: 100%;
  margin: 0;
  margin-top: 5px;
  font-size: 0;
  position: static;
  left: auto;
  bottom: auto;
  text-align: left;
}
section.carousel-gallery .carousel .carousel-indicators.thumbnails .thumbnail {
  width: 12.5%;
  height: auto;
  border: 1px solid #d4d3d3 !important;
  border-right: 0 !important;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #eee7ec;
  border: 0;
  cursor: pointer;
  opacity: 0.5;
  position: relative;
  margin: 0;
  padding: 0;
  text-indent: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
section.carousel-gallery .carousel .carousel-indicators.thumbnails .thumbnail:last-child {
  border-right: 1px solid #d4d3d3 !important;
}
section.carousel-gallery .carousel .carousel-indicators.thumbnails .thumbnail img {
  width: 100%;
  height: auto;
}
section.carousel-gallery .carousel .carousel-indicators.thumbnails .thumbnail.active,
section.carousel-gallery .carousel .carousel-indicators.thumbnails .thumbnail:hover {
  opacity: 1;
}
/* clickable map */
section.clickable-map {
  margin-bottom: 50px;
}
section.clickable-map .image {
  position: relative;
}
section.clickable-map .image > img {
  width: 100%;
  height: auto;
}
section.clickable-map .image .marks .item {
  position: absolute;
  width: 36px;
  height: 36px;
}
section.clickable-map .image .marks .item.active .icon {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
section.clickable-map .image .marks .item.active .text {
  opacity: 1;
  z-index: 1;
}
section.clickable-map .image .marks .item .caption {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  width: 100px;
  text-align: center;
  left: 50%;
  margin-left: -50px;
  margin-bottom: 10px;
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
section.clickable-map .image .marks .item .icon {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid #ee7f00;
  cursor: pointer;
  opacity: 0.5;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -o-transition: all ease 0.3s 0s;
  -ms-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
section.clickable-map .image .marks .item .icon:hover {
  opacity: 1;
}
section.clickable-map .image .marks .item .icon .plus {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
section.clickable-map .image .marks .item .icon .plus::before,
section.clickable-map .image .marks .item .icon .plus::after {
  content: '';
  position: absolute;
  background: #333333;
}
section.clickable-map .image .marks .item .icon .plus::before {
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
section.clickable-map .image .marks .item .icon .plus::after {
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
section.clickable-map .image .marks .item .icon-mobile {
  position: relative;
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid #ee7f00;
  opacity: 1;
  display: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
section.clickable-map .image .marks .item .icon-mobile .number {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 3px;
  width: 100%;
  left: 0;
}
section.clickable-map .image .marks .item .text {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  width: 300px;
  margin-left: -150px;
  left: 50%;
  margin-top: 15px;
  opacity: 0;
  z-index: -1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: opacity ease 0.3s 0s;
  -moz-transition: opacity ease 0.3s 0s;
  -o-transition: opacity ease 0.3s 0s;
  -ms-transition: opacity ease 0.3s 0s;
  transition: opacity ease 0.3s 0s;
}
section.clickable-map .image .marks .item .text::after {
  content: ' ';
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.6);
}
/* product info */
section.product-info {
  background-color: #eee7ec;
  padding: 15px;
  margin-bottom: 50px;
}
section.product-info .text .headline-wrapper {
  margin-bottom: 30px;
}
section.product-info .text .headline-wrapper h2 {
  margin-bottom: 0;
}
section.product-info .text .headline-wrapper .article-number {
  font-size: 16px;
  line-height: 20px;
}
section.product-info .text .type-wrapper {
  margin-bottom: 30px;
}
section.product-info .text .info-text {
  margin-bottom: 30px;
}
section.product-info .text .add-to-cart-wrapper {
  margin-top: 30px;
}
section.product-info .image img {
  width: 100%;
  height: auto;
}
/* related products */
section.related-products {
  margin-bottom: 50px;
}
.product-list {
  font-size: 0;
  line-height: 0;
  margin: 0 -15px -30px -15px;
}
.product-list .item {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 0 15px;
  margin-bottom: 30px;
}
.product-list .item .product-box {
  border: 1px solid #d4d3d3;
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
}
.product-list .item .product-box .image {
  margin-bottom: 15px;
}
.product-list .item .product-box .image img {
  width: 100%;
  height: auto;
}
.col-md-9 .product-list .item {
  width: 33%;
}
.panel .product-list {
  margin: 0 -7.5px -15px -7.5px;
}
.panel .product-list .item {
  padding: 0 7.5px;
  margin-bottom: 15px;
}
/* product price */
.product-price .price-html .woocommerce-Price-amount:first-child {
  margin-right: 5px;
}
.product-price .price-html .woocommerce-Price-amount:last-child {
  margin-left: 5px;
}
.product-price small {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
/* person groups and locations */
section.person-groups .person-group,
section.locations .person-group,
section.person-groups .location,
section.locations .location {
  margin-bottom: 50px;
}
section.person-groups .person-group h2,
section.locations .person-group h2,
section.person-groups .location h2,
section.locations .location h2 {
  margin-bottom: 10px;
}
section.person-groups .person-group .block,
section.locations .person-group .block,
section.person-groups .location .block,
section.locations .location .block {
  border-top: 1px solid #d4d3d3;
  padding: 30px 0;
}
section.person-groups .person-group .block:last-child,
section.locations .person-group .block:last-child,
section.person-groups .location .block:last-child,
section.locations .location .block:last-child {
  padding-bottom: 0;
}
section.person-groups .person-group .block .location-info .address,
section.locations .person-group .block .location-info .address,
section.person-groups .location .block .location-info .address,
section.locations .location .block .location-info .address,
section.person-groups .person-group .block .location-info .telfax,
section.locations .person-group .block .location-info .telfax,
section.person-groups .location .block .location-info .telfax,
section.locations .location .block .location-info .telfax,
section.person-groups .person-group .block .location-info .email,
section.locations .person-group .block .location-info .email,
section.person-groups .location .block .location-info .email,
section.locations .location .block .location-info .email {
  margin-bottom: 30px;
}
section.person-groups .person-group .block .location-info .address:last-child,
section.locations .person-group .block .location-info .address:last-child,
section.person-groups .location .block .location-info .address:last-child,
section.locations .location .block .location-info .address:last-child,
section.person-groups .person-group .block .location-info .telfax:last-child,
section.locations .person-group .block .location-info .telfax:last-child,
section.person-groups .location .block .location-info .telfax:last-child,
section.locations .location .block .location-info .telfax:last-child,
section.person-groups .person-group .block .location-info .email:last-child,
section.locations .person-group .block .location-info .email:last-child,
section.person-groups .location .block .location-info .email:last-child,
section.locations .location .block .location-info .email:last-child {
  margin-bottom: 0;
}
section.person-groups .person-group .block .contact-persons,
section.locations .person-group .block .contact-persons,
section.person-groups .location .block .contact-persons,
section.locations .location .block .contact-persons {
  overflow: hidden;
  margin: 0 -15px;
  margin-bottom: -30px;
}
section.person-groups .person-group .block .contact-persons .person,
section.locations .person-group .block .contact-persons .person,
section.person-groups .location .block .contact-persons .person,
section.locations .location .block .contact-persons .person {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
section.person-groups .person-group .block .contact-persons .person:last-child,
section.locations .person-group .block .contact-persons .person:last-child,
section.person-groups .location .block .contact-persons .person:last-child,
section.locations .location .block .contact-persons .person:last-child {
  margin-bottom: 30px;
}
section.person-groups .person-group .block .contact-persons .person .image,
section.locations .person-group .block .contact-persons .person .image,
section.person-groups .location .block .contact-persons .person .image,
section.locations .location .block .contact-persons .person .image {
  width: 80px;
  float: left;
  margin-right: 15px;
}
section.person-groups .person-group .block .contact-persons .person .image img,
section.locations .person-group .block .contact-persons .person .image img,
section.person-groups .location .block .contact-persons .person .image img,
section.locations .location .block .contact-persons .person .image img {
  width: 100%;
  height: auto;
}
section.person-groups .person-group .block .contact-persons .person .text,
section.locations .person-group .block .contact-persons .person .text,
section.person-groups .location .block .contact-persons .person .text,
section.locations .location .block .contact-persons .person .text {
  overflow: hidden;
}
section.person-groups .person-group .block .contact-persons .person .text .title,
section.locations .person-group .block .contact-persons .person .text .title,
section.person-groups .location .block .contact-persons .person .text .title,
section.locations .location .block .contact-persons .person .text .title {
  font-weight: 700;
}
section.person-groups .person-group .block .contact-persons .person .text .email,
section.locations .person-group .block .contact-persons .person .text .email,
section.person-groups .location .block .contact-persons .person .text .email,
section.locations .location .block .contact-persons .person .text .email {
  margin-top: 10px;
}
/* contact form */
section.contact-form {
  background-color: #eee7ec;
  padding: 30px;
  margin-bottom: 50px;
}
section.contact-form .checkbox {
  position: relative;
  padding-left: 25px;
  display: block;
}
section.contact-form .checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 4px;
  margin: 0;
}
section.contact-form .checkbox p {
  display: inline-block;
}
/* newsletter form */
section.newsletter-form {
  background-color: #eee7ec;
  padding: 30px;
  margin-bottom: 50px;
}
section.newsletter-form #newsletter-form .bootstrap-select {
  width: 50% !important;
}
section.newsletter-form #newsletter-form .checkbox {
  position: relative;
  padding-left: 25px;
  display: block;
}
section.newsletter-form #newsletter-form .checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 4px;
  margin: 0;
}
section.newsletter-form #newsletter-form .checkbox p {
  display: inline-block;
}
/* download form */
section.download-form {
  background-color: #eee7ec;
  padding: 30px;
  margin-bottom: 50px;
}
section.download-form #download-form .checkbox-description {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  padding-bottom: 15px;
  border-bottom: 1px solid #999999;
}
section.download-form #download-form .checkbox {
  position: relative;
  padding-left: 25px;
  display: block;
}
section.download-form #download-form .checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 4px;
  margin: 0;
}
section.download-form #download-form .checkbox p {
  display: inline-block;
}
/* news events paging */
.news-events-paging {
  overflow: hidden;
  border-top: 1px solid #d4d3d3;
  padding-top: 15px;
  margin-bottom: 50px;
}
.news-events-paging a {
  font-weight: 600;
}
.news-events-paging .prev a::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f04a";
  color: #ee7f00;
  margin-right: 5px;
}
.news-events-paging .next a::after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f04e";
  color: #ee7f00;
  margin-left: 5px;
}
/* search results */
section.search-results {
  margin-bottom: 50px;
}
section.search-results .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d3d3;
}
section.search-results .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
/* news event detail */
.page-template-page-news-overview .date,
.page-template-page-event-overview .date,
.single-news .date,
.single-event .date {
  color: #999999;
}
/* fancy box */
#fancybox-wrap #fancybox-close {
  width: 45px;
  height: 45px;
  top: -22px;
  right: -22px;
  background-image: url('../images/close.png');
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: center;
  opacity: 1;
}
#fancybox-wrap #fancybox-left-ico,
#fancybox-wrap #fancybox-right-ico {
  width: 45px;
  height: 45px;
  margin-top: -22px;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: center;
  opacity: 0.75;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
#fancybox-wrap #fancybox-left-ico:hover,
#fancybox-wrap #fancybox-right-ico:hover {
  opacity: 1;
}
#fancybox-wrap #fancybox-left-ico {
  background-image: url('../images/arrow_left.png');
}
#fancybox-wrap #fancybox-right-ico {
  background-image: url('../images/arrow_right.png');
}
#fancybox-wrap #fancybox-title-over {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
}
/* cookie info */
#cookie-info {
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 30px;
}
#cookie-info .text {
  display: inline-block;
  margin-top: 15px;
}
#cookie-info button {
  width: auto !important;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* mediaqueries */
@media (max-width: 1199px) {
  /* main navigation */
  .navbar #main-navigation ul.nav > li {
    font-size: 16px;
    line-height: 20px;
    margin-right: 20px;
  }
  /* product categories */
  section.product-categories {
    /* for product category overview page */
  }
  section.product-categories .categories .item {
    width: 50%;
  }
  section.product-categories.quick-links .categories .item {
    width: 33.33%;
  }
  section.product-categories.quick-links .categories .item a.category {
    height: 180px;
  }
}
@media (max-width: 991px) {
  /* typography */
  body {
    font-size: 16px;
    line-height: 20px;
  }
  h1 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 30px;
  }
  h1.big {
    font-size: 23px;
    line-height: 27px;
  }
  h2 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  p {
    margin-bottom: 30px;
  }
  /* header */
  #header .header-box {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  #header .header-box .top-bar {
    background: none;
    position: relative;
  }
  #header .header-box .top-bar .claim {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
    padding-right: 120px;
  }
  #header .header-box .top-bar .mobile-cart {
    background-color: #565859;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    padding: 6px;
    display: block;
    position: absolute;
    top: 9px;
    right: 60px;
    text-align: center;
    min-width: 30px;
  }
  #header .header-box .top-bar .mobile-cart .num-items {
    margin-left: 5px;
  }
  #header .header-box .logo-wrapper {
    padding: 15px 15px;
  }
  #header .header-box .logo-wrapper .logo img {
    width: 100px;
  }
  #header .header-box .search-form-wrapper {
    padding: 15px;
  }
  #header .header-box .search-form-wrapper #search-form {
    position: relative;
  }
  #header .header-box .search-form-wrapper #search-form input {
    padding-right: 40px;
  }
  #header .header-box .search-form-wrapper #search-form button {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -11px;
    -webkit-transition: color ease 0.3s 0s;
    -moz-transition: color ease 0.3s 0s;
    -o-transition: color ease 0.3s 0s;
    -ms-transition: color ease 0.3s 0s;
    transition: color ease 0.3s 0s;
  }
  #header .header-box .search-form-wrapper #search-form button:hover {
    color: #ee7f00;
  }
  /* main navigation */
  .navbar #main-navigation ul.nav {
    float: none;
    margin: 0;
    text-align: left;
    /* language switch */
  }
  .navbar #main-navigation ul.nav > li {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    /* dropdown menu */
  }
  .navbar #main-navigation ul.nav > li > a {
    padding: 10px 15px;
  }
  .navbar #main-navigation ul.nav > li > a:hover,
  .navbar #main-navigation ul.nav > li > a:focus,
  .navbar #main-navigation ul.nav > li > a.active {
    color: #ee7f00;
  }
  .navbar #main-navigation ul.nav > li > a::after {
    display: none;
  }
  .navbar #main-navigation ul.nav > li.dropdown {
    background-color: #ffffff;
    -webkit-transition: background-color ease 0.3s 0s;
    -moz-transition: background-color ease 0.3s 0s;
    -o-transition: background-color ease 0.3s 0s;
    -ms-transition: background-color ease 0.3s 0s;
    transition: background-color ease 0.3s 0s;
  }
  .navbar #main-navigation ul.nav > li.dropdown.open {
    background-color: #f4f4f9;
  }
  .navbar #main-navigation ul.nav > li.dropdown.open > .dropdown-menu {
    position: relative;
    width: 100%;
    float: none;
    margin: 0;
  }
  .navbar #main-navigation ul.nav > li.dropdown ul.dropdown-menu {
    background-color: transparent;
  }
  .navbar #main-navigation ul.nav > li.dropdown ul.dropdown-menu > li {
    font-size: 16px;
    line-height: 20px;
  }
  .navbar #main-navigation ul.nav > li.dropdown ul.dropdown-menu > li a {
    padding: 0px 15px 10px 15px;
  }
  .navbar #main-navigation ul.nav > li.dropdown ul.dropdown-menu > li a:hover,
  .navbar #main-navigation ul.nav > li.dropdown ul.dropdown-menu > li a:focus {
    color: #ee7f00;
    background-color: transparent;
  }
  .navbar #main-navigation ul.nav > li.dropdown .dropdown-toggle .mobile-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .navbar #main-navigation ul.nav.languages {
    margin: 0;
    padding: 10px 15px;
    border-top: 1px solid #d4d3d3;
    float: none;
  }
  .navbar #main-navigation ul.nav.languages > li {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    margin-right: 10px;
  }
  .navbar #main-navigation ul.nav.languages > li > a {
    margin-bottom: 0;
  }
  /* mobile navigation */
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  /* meta navigation */
  .meta-navigation ul li::after {
    margin: 0 5px;
  }
  /* breadcrumb */
  .breadcrumb {
    font-size: 14px;
    line-height: 18px;
  }
  /* buttons */
  .button.default {
    font-size: 16px;
    line-height: 20px;
    padding: 7px 20px;
  }
  .button.default.small {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 20px;
  }
  .button.default.big {
    font-size: 18px;
    line-height: 22px;
  }
  .button.cta {
    font-size: 19px;
    line-height: 23px;
    padding: 7px 20px;
  }
  /* general elements */
  .content-area ul:not([class]) {
    margin: 0 0 30px;
  }
  .content-area ol:not([class]) {
    margin-bottom: 30px;
  }
  .content-area table {
    margin-bottom: 30px;
  }
  .content-area p img.alignleft {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .content-area p img.alignright {
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .content-area .wp-caption-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px !important;
  }
  /* footer logos */
  .footer-logos {
    margin-bottom: 40px;
  }
  /* footer */
  #footer .newsletter {
    padding: 40px 0;
  }
  #footer .newsletter h1 {
    margin-bottom: 15px;
  }
  #footer .bottom-box {
    padding: 20px 0;
    font-size: 16px;
    line-height: 20px;
    background-color: #565859;
  }
  #footer .bottom-box .copyright {
    display: block;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  #footer .bottom-box .meta-navigation {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  #footer .bottom-box .meta-navigation.right {
    margin-bottom: 0;
  }
  #footer .bottom-box .social-icons {
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }
  /* sidebar */
  .sidebar {
    margin-bottom: 25px;
  }
  .sidebar .box {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  /* forms */
  .form-group {
    margin-bottom: 15px;
  }
  .form-notice {
    margin-bottom: 30px;
  }
  label {
    font-size: 16px;
    line-height: 20px;
  }
  input[type="text"].form-control,
  input[type="number"].form-control,
  input[type="password"].form-control,
  input[type="email"].form-control,
  input[type="search"].form-control,
  textarea.form-control {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 10px;
  }
  .bootstrap-select > .dropdown-toggle {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 10px;
  }
  .bootstrap-select .dropdown-menu {
    font-size: 16px;
    line-height: 20px;
  }
  .bootstrap-select .dropdown-menu li a {
    padding: 6px 10px;
  }
  /* top carousel */
  .page-template-page-startpage section.top-carousel {
    margin-bottom: 50px;
  }
  section.top-carousel {
    margin-bottom: 40px;
  }
  section.top-carousel.big .carousel .carousel-inner {
    height: 350px;
  }
  section.top-carousel .carousel .carousel-inner {
    height: 200px;
  }
  /* product categories */
  section.product-categories {
    margin-bottom: 40px;
  }
  section.product-categories .categories {
    margin: 0 -7.5px -15px -7.5px;
  }
  section.product-categories .categories .item {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
  section.product-categories .categories .item a.category .text-box .text-wrapper .text {
    font-size: 23px;
    line-height: 27px;
  }
  /* text */
  section.text {
    margin-bottom: 40px;
  }
  /* news events */
  section.news-events {
    margin-bottom: 40px;
  }
  /* text image */
  section.text-image {
    margin-bottom: 40px;
    /* for news / events */
  }
  section.text-image.news-events {
    padding-bottom: 40px;
  }
  section.text-image.news-events:last-of-type {
    padding-bottom: 0;
  }
  /* cta */
  section.cta {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 40px;
  }
  section.cta .block {
    padding: 20px 0;
  }
  /* accordion */
  section.accordion {
    margin-bottom: 40px;
  }
  .accordion-container .panel-group .panel .panel-heading .panel-title {
    font-size: 16px;
    line-height: 20px;
  }
  .accordion-container .panel-group .panel .panel-heading .panel-title a .toggle-icon {
    margin-top: -10px;
  }
  .accordion-download-gallery .item .download-box {
    font-size: 16px;
    line-height: 20px;
  }
  .accordion-download-gallery .item .download-box .image {
    margin-bottom: 15px;
  }
  .col-md-12 .accordion-download-gallery .item {
    width: 33.33%;
  }
  /* video */
  section.video {
    margin-bottom: 40px;
  }
  /* tabs */
  section.tabs {
    margin-bottom: 40px;
  }
  /* carousel gallery */
  section.carousel-gallery {
    margin-bottom: 40px;
  }
  section.carousel-gallery .carousel .item .inner .caption {
    font-size: 14px;
    line-height: 18px;
  }
  /* clickable map */
  section.clickable-map {
    margin-bottom: 40px;
  }
  /* product info */
  section.product-info {
    margin-bottom: 40px;
  }
  section.product-info .text .headline-wrapper {
    margin-bottom: 30px;
  }
  section.product-info .text .headline-wrapper .article-number {
    font-size: 16px;
    line-height: 20px;
  }
  section.product-info .text .type-wrapper {
    margin-bottom: 30px;
  }
  section.product-info .text .info-text {
    margin-bottom: 30px;
  }
  section.product-info .text .add-to-cart-wrapper {
    margin-top: 30px;
  }
  /* related products */
  section.related-products {
    margin-bottom: 40px;
  }
  .product-list .item {
    width: 33%;
  }
  .product-list .item .product-box {
    font-size: 16px;
    line-height: 20px;
  }
  .product-list .item .product-box .image {
    margin-bottom: 15px;
  }
  /* person groups and locations */
  section.person-groups .person-group,
  section.locations .person-group,
  section.person-groups .location,
  section.locations .location {
    margin-bottom: 40px;
  }
  section.person-groups .person-group h2,
  section.locations .person-group h2,
  section.person-groups .location h2,
  section.locations .location h2 {
    margin-bottom: 10px;
  }
  section.person-groups .person-group .block,
  section.locations .person-group .block,
  section.person-groups .location .block,
  section.locations .location .block {
    padding: 30px 0;
  }
  section.person-groups .person-group .block .location-info .address,
  section.locations .person-group .block .location-info .address,
  section.person-groups .location .block .location-info .address,
  section.locations .location .block .location-info .address,
  section.person-groups .person-group .block .location-info .telfax,
  section.locations .person-group .block .location-info .telfax,
  section.person-groups .location .block .location-info .telfax,
  section.locations .location .block .location-info .telfax,
  section.person-groups .person-group .block .location-info .email,
  section.locations .person-group .block .location-info .email,
  section.person-groups .location .block .location-info .email,
  section.locations .location .block .location-info .email {
    margin-bottom: 30px;
  }
  section.person-groups .person-group .block .contact-persons .person,
  section.locations .person-group .block .contact-persons .person,
  section.person-groups .location .block .contact-persons .person,
  section.locations .location .block .contact-persons .person {
    margin-bottom: 30px;
  }
  section.person-groups .person-group .block .contact-persons .person .text .email,
  section.locations .person-group .block .contact-persons .person .text .email,
  section.person-groups .location .block .contact-persons .person .text .email,
  section.locations .location .block .contact-persons .person .text .email {
    margin-top: 10px;
  }
  /* contact form */
  section.contact-form {
    padding: 15px;
    margin-bottom: 40px;
  }
  /* newsletter form */
  section.newsletter-form {
    padding: 15px;
    margin-bottom: 40px;
  }
  /* search results */
  section.search-results {
    margin-bottom: 40px;
  }
  section.search-results .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  section.search-results .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* news events paging */
  .news-events-paging {
    padding-top: 15px;
    margin-bottom: 40px;
  }
  /* helper */
  .size991 {
    float: left;
  }
}
@media (max-width: 767px) {
  /* header */
  #header {
    margin-bottom: 0;
  }
  #header > .container {
    padding: 0;
  }
  /* breadcrumb */
  .breadcrumb {
    padding: 0 15px;
  }
  /* forms */
  .bootstrap-select {
    width: 100% !important;
  }
  /* top carousel */
  section.top-carousel > .container {
    padding: 0;
  }
  section.top-carousel.big .carousel .carousel-inner {
    height: 300px;
  }
  section.top-carousel.empty {
    margin-top: 0;
  }
  section.top-carousel .carousel {
    /* indicators */
  }
  section.top-carousel .carousel .carousel-inner {
    height: 200px;
  }
  section.top-carousel .carousel .carousel-inner .item .image-layer {
    display: none;
  }
  section.top-carousel .carousel .carousel-inner .item .text-wrapper {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  section.top-carousel .carousel .carousel-inner .item .text-wrapper .text-inner .text-box {
    padding: 15px;
  }
  section.top-carousel .carousel .carousel-indicators li {
    width: 12%;
  }
  /* product categories */
  section.product-categories {
    /* for product category overview page */
  }
  section.product-categories .categories {
    margin: 0 -22.5px -20px -22.5px;
  }
  section.product-categories.quick-links .categories {
    margin: 0 -20px -10px -20px;
  }
  section.product-categories.quick-links .categories .item {
    width: 33.33%;
  }
  section.product-categories.quick-links .categories .item a.category {
    height: 100px;
  }
  section.product-categories.quick-links .categories .item a.category .text-box .text-wrapper .text {
    font-size: 14px;
    line-height: 18px;
  }
  /* text */
  section.text.two-col div[class*="col-"] {
    margin-bottom: 30px;
  }
  section.text.two-col div[class*="col-"]:last-child {
    margin-bottom: 0;
  }
  /* news events */
  section.news-events .news {
    margin-bottom: 40px;
  }
  /* text image */
  section.text-image .text {
    margin-bottom: 30px;
  }
  section.text-image .col-sm-9:last-child > .text {
    margin-bottom: 0;
  }
  /* accordion */
  .accordion-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .accordion-container .panel-group .panel .panel-body {
    border: 0;
    border-bottom: 1px solid #ee7f00;
  }
  .accordion-download-gallery .item {
    width: 50% !important;
  }
  .accordion-download-list .item .download-box .left {
    float: none;
    width: 100%;
  }
  .accordion-download-list .item .download-box .right {
    float: none;
    width: 100%;
    text-align: left;
  }
  /* tabs */
  section.tabs .tab-table .tab-table-row {
    display: block;
  }
  section.tabs .tab-table .tab-table-row .tab-table-col {
    display: block;
  }
  section.tabs .tab-table .tab-table-row .tab-table-col.title {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e3e4e4;
  }
  section.tabs .tab-table .tab-table-row .tab-table-col.text {
    width: 100%;
  }
  /* carousel gallery */
  section.carousel-gallery .carousel .carousel-indicators.thumbnails .thumbnail {
    width: 25%;
  }
  /* clickable map */
  section.clickable-map .image .marks .item {
    width: 24px;
    height: 24px;
  }
  section.clickable-map .image .marks .item .caption {
    display: none;
  }
  section.clickable-map .image .marks .item .icon {
    display: none;
  }
  section.clickable-map .image .marks .item .icon-mobile {
    display: block;
  }
  section.clickable-map .image .marks .item .text {
    display: none;
  }
  section.clickable-map .accordion-container {
    margin: 0;
    margin-top: 5px;
  }
  section.clickable-map .accordion-container .panel-group .panel .panel-heading .number {
    font-weight: 700;
    margin-right: 5px;
  }
  section.clickable-map .accordion-container .panel-group .panel .panel-body {
    border: 1px solid #ee7f00;
    border-top: 0;
  }
  /* product info */
  section.product-info .text {
    margin-bottom: 30px;
  }
  /* related products */
  .product-list .item {
    width: 50%;
  }
  .col-md-9 .product-list .item {
    width: 50%;
  }
  /* person groups and locations */
  section.person-groups .person-group .block .contact-persons .person,
  section.locations .person-group .block .contact-persons .person,
  section.person-groups .location .block .contact-persons .person,
  section.locations .location .block .contact-persons .person {
    float: none;
    width: 100%;
  }
  /* newsletter form */
  section.newsletter-form #newsletter-form .bootstrap-select {
    width: 100% !important;
  }
  /* download form */
  section.download-form #download-form .checkbox-description {
    font-size: 16px;
    line-height: 20px;
  }
  /* helper */
  .size767 {
    float: left;
  }
}
@media (max-width: 567px) {
  /* related products */
  .product-list .item {
    width: 100%;
  }
  .col-md-9 .product-list .item {
    width: 100%;
  }
  /* accordion */
  .accordion-gallery .item,
  .tab-gallery .item {
    width: 25%;
  }
  .accordion-download-gallery .item {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  /* product categories */
  section.product-categories .categories .item a.category {
    height: 170px;
  }
  /* accordion */
  .accordion-gallery .item,
  .tab-gallery .item {
    width: 33.33%;
  }
}
@media (max-width: 360px) {
  /* header */
  #header .header-box .top-bar .claim {
    font-size: 12px;
  }
}
