@charset "UTF-8";
/* Custom Colors */
/* Body Background Color */
/* Main Layout Color */
/* Main Layout Color Hover - for links, buttons, dropdowns, panels */
/* Main Layout Color Invert - text color if background has main color */
/* Default Text Color */
/* Default Background Color - */
/* Dark Color */
/* Headline Color */
/* Container Background Color */
/* Row Background Color */
/* Footer Background Color */
/* Footer Text Color */
/* ----------------------------- */
/* --- Don't edit below here --- */
/* ----------------------------- */
body {
  background: #ffffff;
  color: #363f44;
}
a {
  color: #da0013;
}
a:hover, a:focus {
  color: #fff;
}
.text-primary {
  color: #da0013;
}
a.text-primary:hover {
  color: #fff;
}
.bg-primary {
  color: #fff;
  background-color: #da0013;
}
a.bg-primary:hover {
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #da0013;
  border-color: #a7000f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #fff;
  border-color: #e6e6e6;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #da0013;
  border-color: #a7000f;
}
.btn-primary .badge {
  color: #da0013;
  background-color: #fff;
}
.btn-link {
  color: #da0013;
}
.bg-alt {
  background-color: #dcdcdc;
}
.bg-dark, .btn-dark {
  background-color: #393939;
  color: #fff;
  border-color: #393939;
}
.btn-dark:hover {
  background-color: transparent;
  border-color: #393939;
  color: #393939;
}
.bg-primary .btn-lg:hover, .bg-primary .btn-group-lg > .btn {
  background-color: #fff;
  color: #da0013;
}
.bg-dark .btn-lg:hover, .bg-dark .btn-group-lg > .btn {
  background-color: #fff;
  color: #393939;
}
.label-primary {
  background-color: #da0013;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #da0013;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #e6e6e6;
  border-color: #da0013;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #da0013;
}
.pagination > li > a, .pagination > li > span {
  color: #da0013;
  background-color: #fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff;
  background-color: #da0013;
  border-color: #da0013;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #da0013;
  background-color: #fff;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #da0013;
}
.progress-bar {
  color: #fff;
  background-color: #da0013;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  color: #fff;
  background-color: #da0013;
  border-color: #da0013;
}
.panel-primary {
  border-color: #da0013;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #da0013;
  border-color: #da0013;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #da0013;
}
.panel-primary > .panel-heading .badge {
  color: #da0013;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #da0013;
}
.table .table {
  background-color: #fff;
}
.form-control {
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
}
.btn-default {
  color: #363f44;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #363f44;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #363f44;
}
.label-dark {
  background-color: #393939;
}
.label-default {
  background-color: #e6e6e6;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #ccc;
}
.panel-default {
  border-color: #ccc;
}
.panel-default > .panel-heading {
  color: #363f44;
  background-color: #f2f2f2;
  border-color: #ccc;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ccc;
}
.panel-default > .panel-heading .badge {
  color: #f2f2f2;
  background-color: #363f44;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ccc;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
}
.container {
  background-color: #fff;
}
.container.two-cols {
  background-color: transparent;
}
.container.bg-alt {
  background-color: #dcdcdc;
}
.fa-inverse, .text-inverse {
  color: #fff;
}
footer {
  background: #ffffff;
  color: #363f44;
}
.carousel-indicators li {
  background-color: #fff;
}
.carousel-indicators .active {
  background-color: #da0013;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  background-color: #393939;
}
.carousel-caption .title {
  color: #393939;
}
.carousel-caption .subtitle {
  color: #da0013;
}
.footer-contact {
  background-color: #393939;
  color: #fff;
}
.footer-contact a {
  color: inherit;
}
.footer-contact .form-control {
  background-color: #ababab;
  border: 0;
  color: #393939;
}
.footer-contact .form-control::-webkit-input-placeholder {
  color: #6b6e72;
}
.footer-contact .form-control:-moz-placeholder {
  color: #6b6e72;
}
.footer-contact .form-control::-moz-placeholder {
  color: #6b6e72;
}
.footer-contact .form-control:-ms-input-placeholder {
  color: #6b6e72;
}
.footer-contact .form-control::placeholder {
  color: #6b6e72;
}
.footer-contact .form-control:focus {
  background-color: #fff;
  box-shadow: none;
}
.footer-contact .btn {
  background-color: #da0013;
  border-color: #da0013;
}
.footer-contact .btn:focus, .footer-contact .btn:hover {
  background-color: #da0013;
  border-color: #fff;
  color: #fff;
}
.footer-contact .contactpoint {
  background-color: #da0013;
}
.footer-contact label.disclaimer a {
  color: #da0013;
}
footer ul a:hover, footer ul a:focus {
  color: #da0013;
}
footer .footer-navbar-wrapper .social i::before {
  color: #da0013;
}
footer .footer-navbar-wrapper .social i:hover::before {
  color: #363f44;
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Lato/lato-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/Lato/lato-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/lato-v14-latin-regular.woff2") format("woff2"), url("../fonts/Lato/lato-v14-latin-regular.woff") format("woff"), url("../fonts/Lato/lato-v14-latin-regular.ttf") format("truetype"), url("../fonts/Lato/lato-v14-latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Lato/lato-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/Lato/lato-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/lato-v14-latin-700.woff2") format("woff2"), url("../fonts/Lato/lato-v14-latin-700.woff") format("woff"), url("../fonts/Lato/lato-v14-latin-700.ttf") format("truetype"), url("../fonts/Lato/lato-v14-latin-700.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* Global Styles */
html, body {
  height: 100%;
}
body {
  padding-top: 100px;
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
}
.img-portfolio {
  margin-bottom: 30px;
}
.img-hover:hover {
  opacity: 0.8;
}
.img-only {
  height: 340px;
}
.content a:hover, .p a:hover {
  color: #da0013;
  text-decoration: underline;
}
a.anchor {
  display: block;
  position: relative;
  top: -140px;
}
.content .collapse {
  clear: both;
}
.free-text ul, .p ul {
  padding-left: 15px;
}
.list-big {
  font-size: 18px;
}
.list-big li {
  margin: 6px 0;
}
.col-ar-1-1:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.col-ar-4-3:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.col-ar-16-9:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.intro {
  text-align: center;
}
.page-header {
  border-bottom-width: 0;
  display: block;
  font-size: 32px;
}
.page-subheader {
  color: #98a0ab;
  display: block;
  font-size: 18px;
  padding-bottom: 40px;
}
.page-header + .page-subheader {
  margin-top: -15px;
}
.service-list {
  margin: 80px auto 80px;
}
.service-list .page-header, .service-list .page-subheader {
  text-align: center;
}
.media {
  padding: 0 0 40px;
}
.media > .pull-left {
  font-size: 9px;
  backgroundcolor: #fff;
}
.media-heading {
  display: table-cell;
  font-size: 18px;
  height: 36px;
  line-height: 1.1em;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
}
.media-heading em {
  font-style: normal;
  color: #da0013;
}
.media-body {
  clear: both;
  display: block;
  padding-top: 15px;
  font-size: 14px;
}
.btn-lg, .btn-group-lg > .btn {
  border-color: inherit;
  border-radius: 0;
  border-width: 2px;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
  padding: 10px 16px;
  text-transform: uppercase;
}
.well {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 40px;
}
.well .row {
  background-color: transparent;
  text-align: center;
}
.well-hl {
  font-size: 32px;
  margin-top: 80px;
}
.well-txt {
  font-size: 20px;
  display: inline-block;
  margin: 7px 50px;
  vertical-align: middle;
}
.well-hl + .well-txt {
  display: block;
  font-size: 16px;
  margin: 30px 0 40px;
}
.well .btn, .well .btn:hover, .well .btn:focus {
  text-decoration: none;
}
.well-hl + .well-txt + .btn {
  margin-bottom: 80px;
}
.well .two-cols .well-hl {
  margin-top: 40px;
  margin-bottom: 40px;
}
.well .two-cols .well-txt {
  text-align: left;
  margin-bottom: 40px;
}
.well .two-cols .well-txt ul {
  padding-left: 20px;
}
.features-container {
  background-color: #dcdcdc;
  padding: 50px 0 80px;
}
.features-white {
  background-color: #fff;
}
.fa-stack.fa-1x {
  font-size: 0.5em;
}
.feature-list {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 0px;
}
.feature-list > li {
  margin: 6px 0;
  padding-left: 25px;
  position: relative;
}
.feature-list .fa-stack {
  left: 0;
  position: absolute;
  top: 4px;
}
.listHeadline {
  font-size: 18px;
  font-weight: 700;
}
.p {
  line-height: 1.25;
}
.collapse .col {
  padding: 20px 0;
}
.link-collapse {
  background-color: transparent;
  display: block;
  height: 100px;
  margin-top: 20px;
  outline: 0 !important;
  overflow: hidden;
  padding-top: 50px;
  position: relative;
  text-align: center;
  width: 100%;
}
.link-collapse::before {
  background-color: #dcdcdc;
  content: "";
  height: 1px;
  right: 54%;
  position: absolute;
  top: 20px;
  width: 100%;
}
.link-collapse.btn-dark::before, .link-collapse.btn-dark::after {
  background-color: #ffffff;
}
.link-collapse::after {
  background-color: #dcdcdc;
  content: "";
  height: 1px;
  left: 54%;
  position: absolute;
  top: 20px;
  width: 100%;
}
.link-collapse .fa {
  color: #dcdcdc;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-left: -20px;
  position: absolute;
  top: 0;
  width: 40px;
}
.link-collapse.btn-dark .fa {
  color: #ffffff;
}
.link-collapse[aria-expanded="true"] .fa::before {
  content: "";
}
.link-collapse[aria-expanded="false"] .fa::before {
  content: "";
}
.link-collapse[aria-expanded="false"] .opened {
  display: none;
}
.link-collapse[aria-expanded="true"] .closed {
  display: none;
}
.link-collapse .btn {
  background-color: #da0013;
  border-color: #da0013;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
  padding: 10px 16px;
}
.link-collapse.btn-dark .btn {
  background-color: #393939;
  border-color: #393939;
}
.link-collapse:hover .btn {
  background-color: transparent;
  border-color: #da0013;
  color: #da0013;
  text-decoration: none;
}
.link-collapse.btn-dark:hover .btn {
  border-color: #393939;
  color: #393939;
}
h3, .h3 {
  font-size: 18px;
}
/* Navigation */
.navbar-default {
  background-color: #ffffff;
}
.navbar-brand {
  height: 60px;
  margin: 5px 20px 5px 5px !important;
  padding: 0;
  text-indent: -9999em;
  width: 200px;
  outline: 0;
}
.navbar-brand.logo-ulbrichfuge {
  margin-right: 55px;
}
.navbar-brand > a {
  display: block;
  outline: 0;
}
.logo-ulbrichfuge {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-image: url("ulbrichfuge-logo.png");
  background-size: 200px 40px;
  height: 60px;
  width: 200px;
}
.logo-floor-systems {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-image: url("wiegrink-floor-systems-logo.png");
  background-size: 100px 50px;
  height: 60px;
  width: 130px;
}
.logo-floor-solutions {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-image: url("wiegrink-floor-solutions-logo.png");
  background-size: 100px 50px;
  height: 60px;
  width: 130px;
}
.logo-floor-object-design {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-image: url("wiegrink-floor-object-design-logo.png");
  background-size: 100px 50px;
  height: 60px;
  width: 130px;
}
.logo-wiegrink {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-image: url("wiegrink-logo-2x.png");
  background-size: 100px 50px;
  height: 60px;
  width: 130px;
}
.navbar-brand > .logo {
  bottom: 0px;
  position: absolute;
  border-left: 1px solid #DCDFE2;
  border-right: 1px solid #DCDFE2;
  width: 200px;
  height: 100%;
  background-color: #fff;
}
.navbar-brand > .logo > span {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-size: contain;
  height: auto;
  width: auto;
}
.navbar-brand > .logo > span.logo-floor-systems {
  background-image: url("wiegrink-floor-systems-logo-2x.png");
}
.navbar-brand > .logo > span.logo-floor-solutions {
  background-image: url("wiegrink-floor-solutions-logo-2x.png");
}
.navbar-brand > .logo > span.logo-floor-object-design {
  background-image: url("wiegrink-floor-object-design-logo-2x.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo-ulbrichfuge {
    background-image: url("ulbrichfuge-logo-2x.png");
  }
  .logo-floor-systems {
    background-image: url("wiegrink-floor-systems-logo-2x.png");
  }
  .logo-floor-solutions {
    background-image: url("wiegrink-floor-solutions-logo-2x.png");
  }
  .logo-floor-object-design {
    background-image: url("wiegrink-floor-object-design-logo-2x.png");
  }
}
.navbar-nav > li > a {
  padding-bottom: 23px;
  padding-top: 27px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}
.navbar-nav > li > a::after, .nav.navbar-nav > li > .dropdown-menu > li > a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
.navbar-nav > li > a.dropdown-toggle::after {
  margin-right: 14px;
}
.nav.navbar-nav > li > a {
  color: #363f44;
}
.nav.navbar-nav > .active > a, .nav.navbar-nav > .active > a:hover, .nav.navbar-nav > .active > a:focus {
  background-color: #fff;
  color: #363f44;
  font-weight: 600;
  text-decoration: none;
}
.nav.navbar-nav > li > a:hover, .nav.navbar-nav > li > a:focus {
  background-color: transparent;
  color: #363f44;
  font-weight: 600;
  text-decoration: none;
}
.nav.navbar-nav > li.active > a::before, .nav.navbar-nav > li:hover > a::before {
  left: 15px;
  right: 15px;
}
.nav.navbar-nav > li > a::before {
  border-top: 2px solid #da0013;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: -1px;
  transition: right 0.1s ease-out 0s, left 0.1s ease-out 0s;
}
.nav.navbar-nav > li.open > .dropdown-menu {
  z-index: 1010;
}
.nav.navbar-nav > li > .dropdown-menu {
  border-radius: 0px;
  border-width: 0px;
}
.nav.navbar-nav > li > .dropdown-menu > li > a {
  padding: 6px 15px;
  position: relative;
  font-size: 14px;
}
.nav.navbar-nav > li > .dropdown-menu > li.active > a::before, .nav.navbar-nav > li > .dropdown-menu > li:hover > a::before {
  bottom: 0;
  top: 0;
}
.nav.navbar-nav > li > .dropdown-menu > li > a::before {
  border-left: 2px solid #da0013;
  content: "";
  left: 0;
  position: absolute;
  bottom: 50%;
  top: 50%;
  transition: bottom 0.1s ease-out 0s, top 0.1s ease-out 0s;
}
.nav.navbar-nav > li > .dropdown-menu > li.active > a, .nav.navbar-nav > li > .dropdown-menu > li.active > a:hover, .nav.navbar-nav > li > .dropdown-menu > li.active > a:focus {
  background-color: #E7E7E7;
  color: #363F44;
  font-weight: 600;
}
.nav.navbar-nav > li > .dropdown-menu > li > a:hover, .nav.navbar-nav > li > .dropdown-menu > li > a:focus {
  background-color: transparent;
  font-weight: 600;
}
.nav.footer-navbar > li > a::before {
  display: none;
}
.navbar-toggle {
  border: none;
}
/* Breadcrumb */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 20px 15px;
}
.breadcrumb > li.prefix {
  margin-right: 5px;
}
.breadcrumb > li + li::before {
  display: none;
}
.breadcrumb > li:not(.prefix) + li::before {
  display: inline-block;
}
/* Start Image */
.startImage {
  display: block;
  height: 500px;
  height: 35vw;
  min-height: 200px;
  max-height: 80%;
  overflow: hidden;
  padding-top: 0;
  position: relative;
}
/* Home Page Carousel */
.eyecatcher {
  display: block;
  height: 500px;
  height: 35vw;
  min-height: 200px;
  max-height: 80%;
  overflow: hidden;
  padding-top: 0;
  position: relative;
}
.carousel {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.carousel .item, .carousel .item.active, .carousel .carousel-inner {
  height: 100%;
}
.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.carousel-indicators li {
  border-width: 0;
  height: 12px;
  margin: 0 10px;
  width: 12px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
}
.carousel-control .icon-next::before, .thumbnails-control .icon-next::before {
  content: "";
  font-family: FontAwesome;
}
.carousel-control .icon-prev::before, .thumbnails-control .icon-prev::before {
  content: "";
  font-family: FontAwesome;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0;
  width: 50px;
}
.carousel-control .icon-prev {
  left: 0;
}
.carousel-control .icon-next {
  right: 0;
}
.carousel-caption {
  left: 10%;
  right: auto;
  text-shadow: none;
  top: 60%;
  white-space: normal;
}
.carousel-caption .title {
  display: block;
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.carousel-caption .title em {
  color: #fff;
  font-style: normal;
}
.carousel-caption .subtitle {
  font-size: 2.5em;
  font-weight: 600;
  margin-left: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.carousel.thumbnails {
  background-color: #f0f2f3;
}
.carousel.thumbnails > .carousel-inner {
  font-size: 0;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
  width: auto;
}
.carousel.thumbnails > .carousel-inner > .thumbnail-wrapper {
  display: inline-block;
  float: none;
  font-size: 14px;
  padding: 0;
  position: relative;
}
.carousel.thumbnails > .carousel-inner > .thumbnail-wrapper > .item {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel.thumbnails .carousel-caption {
  background-color: #f0f2f3;
  bottom: -50px;
  left: 0;
  opacity: 0;
  padding: 20px 5px;
  right: 0;
  top: auto;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.carousel.thumbnails .item.active .carousel-caption, .carousel.thumbnails .item:hover .carousel-caption {
  bottom: 0px;
  opacity: 1;
}
.carousel.thumbnails .carousel-caption .title {
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
}
.carousel.thumbnails .carousel-caption a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
}
.thumbnails-control {
  bottom: 0;
  cursor: pointer;
  color: #fff;
  font-size: 40px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 50px;
}
.row + .carousel-inner + .thumbnails-control, .row + .carousel-inner + .thumbnails-control + .thumbnails-control {
  top: 115px;
}
.thumbnails-control.right {
  left: auto;
  right: 0;
}
.thumbnails-control .icon-prev, .thumbnails-control .icon-next {
  background-color: transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0;
  width: 50px;
}
.thumbnails-control:hover .icon-prev, .thumbnails-control:hover .icon-next {
  background-color: #393939;
}
.thumbnails-control .icon-prev {
  left: 0;
}
.thumbnails-control .icon-next {
  right: 0;
}
.references {
  height: 50vw;
  max-height: 90%;
}
/* 404 Page Styles */
.error-404 {
  font-size: 100px;
}
/* Pricing Page Styles */
.price {
  display: block;
  font-size: 50px;
  line-height: 50px;
}
.price sup {
  top: -20px;
  left: 2px;
  font-size: 20px;
}
.period {
  display: block;
  font-style: italic;
}
.header-top-tiny {
  border-bottom: 1px solid #dcdfe2;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  transition: height 0.3s ease 0s;
}
.header-top-tiny.closed {
  height: 0px;
  border-bottom-width: 0px;
}
.header-top-tiny ul {
  margin-bottom: 0;
}
.header-top-tiny li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
.header-top-tiny a {
  color: #919191;
  display: inline-block;
  margin-left: 20px;
}
/* gray info block */
.gray-info-block {
  background: #dcdcdc url("bgGrayInfoBlock.jpg") no-repeat scroll center center;
  background-size: cover;
  padding: 80px 0;
}
.gray-info-block > .container {
  background-color: transparent;
  font-size: 0;
}
.gray-info-block .col {
  display: inline-block;
  float: none;
  font-size: 16px;
  vertical-align: bottom;
}
.gray-info-block .col + .col {
  color: #fff;
}
.gray-info-block .hl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 30px 0;
}
.gray-info-block .hl > em {
  color: #da0013;
  font-weight: 700;
  font-style: normal;
}
.gray {
  background: #dcdcdc;
  background-image: none;
}
.gray .col + .col {
  color: #363f44;
}
/* Contact form */
.contact-form-wrapper {
  border-bottom: 1px solid #d4d4d4;
  min-height: 600px;
  padding: 100px 0 80px;
}
.contact-form-wrapper .hl {
  background-color: #d4d4d4;
  height: 1px;
  margin: 20px 3% 40px;
  position: relative;
  text-align: left;
  width: 94%;
}
.contact-form-wrapper .hl > span {
  background-color: #fff;
  color: #da0013;
  display: inline-block;
  font-size: 1.457em;
  font-weight: 400;
  left: -20px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-top: 0;
  outline: medium none;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  top: -16px;
}
.contact-form-wrapper label {
  color: #6f7379 !important;
  font-weight: 400;
}
.contact-form-wrapper label > span {
  color: #da0013;
}
.contact-form-wrapper .form-control {
  border-color: #d4d4d4;
  border-radius: 2px;
  color: #353d47;
}
.contact-form-wrapper .has-error .form-control {
  border-color: #da0013;
}
.contact-form-wrapper .form-control:focus {
  border-color: #919191;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(145, 145, 145, 0.3);
}
.contact-form-wrapper .popover {
  background-color: #da0013;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
}
.contact-form-wrapper .popover.bottom > .arrow::after {
  border-bottom-color: #da0013;
}
.contact-form-wrapper .btn {
  background-color: #da0013;
  border-radius: 0;
  border: 2px solid #da0013;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.contact-form-wrapper .btn:hover, .contact-form-wrapper .btn:focus {
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #da0013;
  color: #da0013;
  text-decoration: none;
}
.contact-list {
  padding: 30px 0 0;
}
.contact-list .page-header {
  font-size: 1.14em;
  font-weight: 600;
  border-bottom: 1px solid #d4d4d4;
}
.contact-list a {
  color: inherit;
}
.contact-list a:hover, .contact-list a:focus {
  color: #da0013;
}
.licensee-contact {
  margin-bottom: 20px;
}
/* imgtext */
.imgtext-list {
  padding: 80px 15px 40px 15px;
}
.imgtext-list .col-right {
  margin-left: 30px;
}
.imgtext-list .page-header, .imgtext-5050 .page-header {
  color: #da0013;
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
}
.imgtext-list .above-img, .imgtext-5050 .above-img {
  margin-left: 15px;
}
.imgtext-list .page-subheader, .imgtext-5050 .page-subheader {
  color: #363f44;
  padding-bottom: 20px;
}
.imgtext-list .p {
  line-height: 1.42857;
}
.imgtext {
  position: relative;
}
.imgtext + .imgtext {
  margin-top: 60px;
}
.imgtext-list2 .imgtext {
  margin-top: 60px;
}
.imgtext .divider {
  background-color: #d4d4d4;
  height: 1px;
  margin: 60px 3% 0;
  position: relative;
  text-align: right;
  width: 94%;
}
.imgtext .divider > a {
  background-color: #fff;
  display: inline-block;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-top: 0;
  outline: none;
  padding: 0 15px;
  position: relative;
  right: -20px;
  text-decoration: none;
  text-transform: uppercase;
  top: -14px;
}
.imgtext .divider > a > i {
  margin-left: 5px;
}
.imgtext .divider > a:hover, .imgtext .divider > a:focus {
  color: #363f44;
  text-decoration: none;
}
.imgtext-5050 {
  margin: 50px auto 80px;
}
.imgtext-5050 img {
  padding-left: 15px;
  padding-right: 15px;
}
.grey-container {
  padding: 50px 0 50px 0;
  background-color: #dcdcdc;
}
.grey-container .imgtext-5050, .grey-container .container {
  background-color: #dcdcdc;
}
.grey-container .page-header {
  color: #363f44;
}
.grey-container .page-header em {
  font-style: normal;
  color: #da0013;
}
/* free-text */
.free-text table {
  border-color: #919191;
  width: 100%;
  font-size: 14px;
}
.free-text th {
  background-color: #fff;
  border-color: #919191;
  color: inherit;
  font-size: 1.15em;
  font-weight: 600;
  padding: 10px 20px;
}
.free-text th em {
  color: #da0013;
  font-style: normal;
}
.free-text td {
  background-color: #f1f1f1;
  border-color: #919191;
  padding: 12px 10px 12px 20px;
}
.free-text img {
  display: block;
  height: auto;
  width: 100%;
}
table.cols-2 th, table.cols-2 td {
  width: 50%;
}
table.cols-3 th, table.cols-3 td {
  width: 33.33%;
}
table.cols-4 th, table.cols-4 td {
  width: 25%;
}
table.cols-5 th, table.cols-5 td {
  width: 20%;
}
table.cols-6 th, table.cols-6 td {
  width: 16.66%;
}
table.cols-7 th, table.cols-7 td {
  width: 14.28%;
}
table.cols-8 th, table.cols-8 td {
  width: 12.5%;
}
/* Tiles */
.tiles {
  background-attachment: scroll;
  background-color: #ededed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 80px;
}
.tiles .container {
  background-color: transparent;
}
.tiles .page-header {
  font-size: 28px;
  font-weight: 600;
}
.tile {
  background-attachment: scroll;
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.75);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
  position: relative;
  vertical-align: top;
  text-decoration: none;
}
.tile:hover {
  background-blend-mode: multiply;
  background-color: #da0013;
  text-decoration: none;
}
.tile::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.tile-body {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tile-body > a {
  background-color: transparent;
  color: #393939;
  display: table;
  font-size: 1.14em;
  font-weight: 600;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.tile-body > a > span {
  display: table-cell;
  padding: 40px;
  text-align: center;
  vertical-align: middle;
}
.tile-body > a:hover {
  color: #fff;
  text-decoration: none;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tile-body > a {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .tile-body > a:hover {
    background-color: rgba(218, 0, 19, 0.75);
  }
}
@media (max-width: 480px) {
  .tile-body > a {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .tile-body > a:hover {
    background-color: rgba(218, 0, 19, 0.75);
  }
}
.images {
  background-attachment: scroll;
  background-color: #ededed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.images .container {
  background-color: transparent;
}
.images .row {
  text-align: center;
}
.images .page-header {
  font-size: 28px;
  font-weight: 600;
}
.images img {
  display: inline-block;
}
/* Footer Styles */
footer a:hover {
  color: #da0013;
  text-decoration: underline;
}
.footer-kontakt {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-kontakt li {
  padding-top: 10px;
  float: left;
  margin-left: 15px;
}
.footer-kontakt li:after {
  clear: both;
}
.footer-kontakt li.fa-phone {
  margin-right: 10px;
}
.footer-kontakt li.fa-map-marker {
  margin-right: 14px;
}
.footer-kontakt li.fa-envelope {
  margin-right: 8px;
}
.footer-kontakt li.fa-fax {
  margin: 0 8px 0 0;
  padding: 0;
}
.footer-kontakt i {
  float: left;
  padding-top: 11px;
}
.footer-kontakt div:after {
  clear: both;
}
.ohne-icon {
  padding-left: 21px;
}
.footer-nav {
  color: #919191;
  margin: 15px 0;
  padding: 15px 0;
}
.footer-nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav ul li {
  float: left;
  margin: 0 10px;
}
.footer-nav ul li a {
  color: #919191;
}
.footer-nav .lang-switch {
  margin-right: 30px;
}
.footer-nav .lang-switch li {
  margin: 0;
  padding: 0px 7px 0 6px;
  text-transform: uppercase;
}
.footer-nav .lang-switch li + li {
  border-left: 1px solid;
}
footer .page-header {
  border-bottom: 1px solid #dcdfe2;
  font-size: 14px;
  font-weight: 600;
}
footer ul {
  list-style: outside none none;
  padding: 0;
}
footer ul li {
  margin: 5px 0;
}
footer ul a {
  cursor: pointer;
  text-decoration: none;
}
footer ul a:hover, footer ul a:focus {
  text-decoration: underline;
}
.footer-download > li {
  margin: 10px 0;
  position: relative;
}
.footer-download > li > a {
  display: inline-block;
  line-height: 30px;
  padding-left: 40px;
  position: relative;
  text-decoration: none;
}
.footer-download > li > a::after {
  content: " (" attr(data-size) ")";
  color: #363f44;
}
.footer-download > li > a:hover, .footer-download > li > a:focus {
  text-decoration: none;
}
.footer-download > li > a > i {
  border: 1px solid #dcdfe2;
  box-shadow: 0 0 5px lightgray;
  color: #363f44;
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  width: 30px;
}
.footer-download > li > a:hover > i, .footer-download > li > a:focus > i {
  background-color: #da0013;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}
.footer-download > li > a:hover > i::before, .footer-download > li > a:focus > i::before {
  content: "";
}
.footer-navbar-wrapper {
  border-bottom: 1px solid #dcdfe2;
  border-top: 1px solid #dcdfe2;
}
.footer-navbar-wrapper .nav > li {
  float: left;
}
.footer-navbar-wrapper .nav > li:first-child > a {
  padding-left: 0;
}
.footer-contact {
  padding: 35px 20px;
}
.footer-contact .container {
  background-color: transparent;
}
.footer-contact .page-header {
  margin-top: 20px;
}
.footer-contact .form-control {
  border-radius: 2px;
}
.map-germany {
  background: transparent url("map-germany-contactpoints.png") no-repeat scroll center center;
  background-image: url("map-germany-wiegrink.png");
  display: inline-block;
  height: 417px;
  position: relative;
  width: 306px;
}
.map-europe {
  background: transparent url("Weltkarte_01.png") no-repeat scroll top center;
  background-size: contain;
  height: auto;
  width: 100%;
  display: inline-block;
  position: relative;
}
.map-europe::before {
  content: "";
  display: block;
  padding-top: 84.1935%;
}
.footer-contact .link-logo {
  display: block;
  margin: 20px 0;
}
.footer-contact .link-logo::after {
  content: "\a";
  white-space: pre;
}
.footer-contact .link-logo img {
  display: block;
}
.footer-contact label.disclaimer {
  font-weight: 400;
}
.gmaps {
  padding-left: 0;
}
footer .footer-navbar-wrapper .social {
  width: 45px;
  font-size: 18px;
}
#btnUp {
  background-color: #da0013;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  height: 40px;
  margin: 10px 0 40px;
  outline: none;
  position: relative;
  text-decoration: none;
  text-indent: -999em;
  width: 40px;
}
#btnUp::after {
  color: #fff;
  content: "";
  display: block;
  font-family: FontAwesome;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 40px;
}
.embed-responsive-1by1 {
  padding-bottom: 129.3%;
  margin-top: 20px;
}
/* Firmenslider */
.company {
  min-height: 700px;
  height: 85vh;
}
.company .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: transparent;
}
.company .carousel-caption {
  left: 0;
  top: 0;
  width: 100%;
}
.company .logo {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 100px 40px 40px 40px;
}
.company .logo img {
  width: 180px;
  height: 100%;
}
.company .box {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 40px;
}
.company .box .title {
  color: #da0013;
  font-size: 1.8em;
  text-transform: none;
}
.company .box .subtitle {
  margin-top: 5px;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #393939;
  text-transform: none;
  white-space: normal;
}
.company .description {
  padding: 25px;
  text-align: left;
  background: white;
  margin-bottom: 25px;
}
.company .description p {
  padding-top: 15px;
  color: #393939;
}
.company .link {
  /*padding: 10px 15px;
		background-color: #da0013;*/
  left: 0;
  position: relative;
  margin-left: -28px;
}
.company .link a {
  color: #fff;
  background-color: #da0013;
  border-color: #da0013;
  border-radius: 0;
  border-width: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.company .link :hover, .company .link :focus {
  color: #da0013;
  background-color: #fff;
}
.company .carousel-indicators {
  display: none !important;
}
/* Branchen-Slider */
.branche {
  height: 55vh;
  min-height: 500px;
}
.branche .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #da0013;
  padding-right: 0;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}
.branche .carousel-caption {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
}
.branche .logo {
  position: absolute;
  top: 0;
  right: 80px;
  background: #fff;
  padding: 100px 40px 40px 40px;
}
.branche .logo img {
  width: 180px;
  height: 100%;
}
.branche .box {
  position: relative;
  left: 0;
  top: 0;
  padding: 25px 0 40px 0;
}
.branche .box .title {
  color: #fff;
  font-size: 2.1em;
  text-transform: none;
  font-weight: 400;
  line-height: 1em;
}
.branche .box .subtitle {
  margin-top: 5px;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #fff;
  text-transform: none;
  white-space: normal;
}
.branche .description {
  text-align: left;
  margin-bottom: 25px;
  font-size: 1.1em;
  line-height: 1.1em;
}
.branche .description p {
  padding-top: 15px;
  color: #fff;
}
.branche .link {
  /*padding: 10px 15px;
		background-color: #da0013;*/
  left: 0;
  bottom: 0;
  position: relative;
  text-align: left;
}
.branche .link a {
  color: #fff;
  background-color: #da0013;
  border-color: #fff;
  border-radius: 0;
  border-width: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.branche .link a:hover, .branche .branche .link a:focus {
  color: #da0013;
  background-color: #fff;
}
.branche .carousel-indicators {
  display: none !important;
}
.branche .img-wrapper {
  height: 100%;
  padding-right: 0;
}
/* Logo Links */
.logo-links {
  margin-bottom: 40px;
}
.logo-links .logoLink {
  height: 100%;
  margin-bottom: 40px;
  padding: 10px;
}
.logo-links div + div {
  border-left: 1px solid #dcdfe2;
}
.logo-links div {
  margin-bottom: 20px;
}
.logo-links .logo {
  padding: 20px;
  margin-bottom: 20px;
}
.logo-links img {
  width: 100%;
  height: 100%;
}
.logo-links ul {
  margin-left: -15px;
}
.logo-links li {
  list-style: none;
  margin-top: 9px;
}
.logo-links li a {
  color: #393939;
  font-weight: 400;
}
.logo-links li a:hover, .logo-links li a:focus {
  color: #da0013;
  text-decoration: none;
}
.logo-links li a::after {
  position: relative;
  left: 5px;
  color: #da0013;
  font-family: "FontAwesome";
  content: "";
  font-size: 0.8em;
}
/* Icon Text */
.icon-text {
  padding-top: 80px;
  padding-bottom: 20px;
}
.icon-text .icon {
  color: #da0013;
  margin-bottom: 40px;
}
.icon-text .title {
  font-weight: 400;
  margin-bottom: 9px;
  font-size: 32px;
  line-height: 36px;
}
.icon-text .subtitle {
  color: #98a0ab;
  margin-bottom: 9px;
}
.icon-text .free-text {
  margin-bottom: 60px;
}
/* Equal Height Row */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* Responsive Styles */
@media (min-width: 1199px) {
  .embed-responsive-1by1 {
    padding-bottom: 79.1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* .service-list .col-md-4:nth-of-type(3n + 2) { clear: both; } */
  .embed-responsive-1by1 {
    padding-bottom: 97.2%;
  }
  .company .link {
    text-align: left;
    margin-left: -15px;
  }
  .company .logo {
    left: 15px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 70px;
  }
  .customer-img, .img-related {
    margin-bottom: 30px;
  }
  .carousel-caption {
    left: 10px;
    top: auto;
    bottom: 0;
  }
  .carousel-caption .subtitle {
    white-space: normal;
    line-height: 1.2em;
  }
  .carousel-indicators {
    bottom: 0;
  }
  .company .logo {
    left: 15px;
  }
  .gray-info-block .col + .col {
    color: #363f44;
  }
  .logo-links div:nth-child(3) {
    border: none;
  }
  .row-eq-height {
    display: table;
  }
  .branche {
    height: auto;
  }
  .branche .container {
    border: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .branche .img-wrapper {
    padding: 0;
    width: 100%;
  }
  .branche .img-wrapper .fill {
    padding-top: 56.25%;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 50px;
  }
  .img-portfolio {
    margin-bottom: 15px;
  }
  .navbar-brand {
    height: 40px;
    margin: 5px !important;
  }
  .footer-navbar-wrapper .nav > li:first-child > a {
    padding-left: 15px;
  }
  header.carousel .carousel {
    height: 70%;
  }
  .carousel-caption {
    top: 30%;
  }
  .carousel-caption .title {
    font-size: 3em;
  }
  .carousel-caption .subtitle {
    font-size: 2em;
    white-space: normal;
  }
  .free-text th {
    padding: 10px;
  }
  .free-text td {
    padding: 10px;
  }
  .icon-text .iconText {
    margin-left: 15px;
    margin-right: 15px;
  }
  .icon-text .icon {
    margin-bottom: 20px;
  }
  .logo-links img {
    /*width: 75%;
		height: 75%;*/
  }
  .logo-links div + div {
    border: none;
  }
  .company .logo {
    left: 15px;
  }
  .company .title, .company p {
    display: none;
  }
  .company .link {
    text-align: left;
    margin-left: -15px;
  }
  .company .box {
    width: 100%;
  }
  .imgtext-5050 img {
    padding: 0 0 20px 0;
  }
  .imgtext-list img {
    padding: 0 0 20px 0;
  }
  .imgtext-list .col-right {
    margin-left: 0;
  }
  .service-list {
    margin-top: 0;
  }
  .service-list .row {
    margin-right: 0;
  }
  .icon-text .iconText {
    margin: 0;
    padding: 0;
  }
  .icon-text .row {
    margin: 0;
  }
  .branche .logo {
    padding-top: 40px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .startImage, .eyecatcher {
    height: 35vh;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .startImage, .eyecatcher {
    height: 35vw;
  }
}
@media (max-width: 480px) {
  .carousel-caption {
    left: auto;
    top: 30%;
    width: 100%;
  }
  .carousel-caption .title {
    font-size: 2em;
  }
  .carousel-caption .subtitle {
    font-size: 1.5em;
    white-space: normal;
  }
  .imgtext-list .col-left {
    margin: 0;
  }
  .imgtext-list .col-left .img-responsive {
    margin: 15px;
    width: calc(100% - 30px);
  }
  .imgtext-list .col-right {
    margin: 0;
  }
  .imgtext-list .col-right > * {
    margin: 15px;
  }
  .free-text th {
    padding: 5px;
  }
  .free-text td {
    padding: 5px;
  }
  .company .title, .company p {
    display: none;
  }
  .company .link {
    text-align: left;
    margin-left: -15px;
  }
  .service-list .row {
    margin-right: 0;
  }
  .branche .logo {
    padding: 20px;
    right: 20px;
  }
  .branche .logo img {
    width: 90px;
  }
  .branche .img-wrapper .fill {
    padding-top: 75%;
  }
}
blockquote {
  font-size: 22px;
  color: #da0013;
  font-weight: 500px;
  border-left: none;
  padding-left: 0;
}
.embed-responsive > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.contact-row {
  margin-left: 0;
  margin-right: 0;
}
/* roter Button */
.btn.btn-lg.bg_red {
  background-color: #da0013;
  color: #fff;
}
.btn.btn-lg.bg_red:hover {
  background-color: #fff;
  color: #da0013;
}
.mailto_btn .btn:hover, .mailto_btn .btn:active, .mailto_btn .btn:focus {
  background-color: #fff;
  border-color: #da0013;
  color: #da0013;
  text-decoration: none;
}
/* cookie consent */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
  margin-top: 50px;
  margin-bottom: -50px;
}
.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: none;
  /*-ms-flex-direction:column;flex-direction:column*/
}
.cc-window.cc-banner {
  padding: 5px 10px;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active, .cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
  min-width: 160px;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: none;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus, .cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 0;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  /*margin-bottom:1em*/
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 50px;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 40px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
