/**MetaPro-Medi **/
@font-face {
  font-family: 'MetaPro-Medi';
  src: url('/typo3conf/ext/dtmpackage/Resources/Public/fonts/MetaPro-Medi.otf');
  src: url('/typo3conf/ext/dtmpackage/Resources/Public/fonts/MetaPro-Medium.eot');
  src: local('â˜º'), url('/typo3conf/ext/dtmpackage/Resources/Public/fonts/MetaPro-Medium.woff') format('woff'), url('/typo3conf/ext/dtmpackage/Resources/Public/fonts/MetaPro-Medium.ttf') format('truetype');
}
@font-face {
  font-family: "Droid Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/droid-serif/DroidSerif-Regular.ttf") format("truetype");
}
/* ***************************************************************** */
/*		          HTML, BODY 										 */
/* ***************************************************************** */
html {
  overflow-x: hidden;
}
html,
body {
  padding: double(2px);
  margin: 0;
  font-family: 'MetaPro-Medi', sans-serif;
  /*font-family: 'Droid Sans', sans-serif;*/
  font-weight: normal;
  font-size: 100%;
  color: #0c188f;
}
/* ***************************************************************** */
/*		          GLOBALS     										 */
/* ***************************************************************** */
label {
  font-weight: normal;
}
.clearix {
  clear: both;
  float: none;
  display: block;
  height: 1px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.blue-light {
  color: #1889cb;
}
.blue-dark {
  color: #0c188f;
}
.white {
  color: #fff;
}
.btn {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'Droid Sans', sans-serif;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #acbfc9;
}
/*border-radius: 0;*/
.btn-blue-dark {
  background-color: #0c188f;
  color: #fff;
  padding: 0.9375rem 1.25rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'Droid Sans', sans-serif;
  border-radius: 4px;
}
.btn-blue-dark:hover {
  color: #acbfc9;
  text-decoration: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
h1,
h2 {
  font-size: 6.5rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
h1 span.small_blue,
h2 span.small_blue {
  font-size: 3.125rem;
  color: #0c188f;
}
h3,
h4 {
  font-size: 3.125rem;
  line-height: 3.125rem;
  color: #0c188f;
  margin: 0;
}
h4 {
  margin-bottom: 35px;
}
h5 {
  font-size: 2.1875rem;
  color: #0c188f;
  margin-left: 1%;
}
a,
a:hover,
a:active,
a:focus {
  outline: 0;
}
a[href*="mailto:"] {
  text-decoration: none!important;
  text-transform: lowercase!important;
}
iframe {
  border: 0.625rem solid #ffffff;
  max-width: 100%;
  box-shadow: 2px 4px 18px 6px rgba(0, 69, 105, 0.38);
}
.ce-media iframe {
  border: 0.625rem solid #ffffff;
  box-shadow: 2px 4px 18px 6px rgba(0, 69, 105, 0.38);
}
.ce-column {
  display: contents;
}
figure.image {
  display: initial;
}
.row {
  /*border:1px #000 solid;*/
}
.row.no-padding div[class*="col-"] {
  padding: 0;
}
.row.smaller {
  max-width: 90%;
  width: 90%;
}
.row.center {
  margin: auto;
}
.mb-3 {
	margin-bottom: 1rem;
}
.inner {
  max-width: 90%;
  width: 1280px;
  display: block;
  margin: auto;
}
img.responsive, .frame-type-image.responsive {
  max-width: 100%;
  width: auto;
  height: auto;
}
img.parallax[data-type="image"], .frame-type-image.parallax[data-type="image"] {
  position: absolute;
}
img.border, .border .image-embed-item {
  border: 0.625rem solid #fff;
}
.frame-type-image.parallax .image-embed-item, .frame-type-dtm_three_columns .image-embed-item, .frame-type-dtm_two_columns.parallax .image-embed-item {
	width: 100% !important;
	height: auto !important;
}
video {
  max-width: 100%;
}
.shadow img, img.shadow {
  -webkit-box-shadow: 2px 4px 18px 6px rgba(0, 69, 105, 0.38);
  -moz-box-shadow: 2px 4px 18px 6px rgba(0, 69, 105, 0.38);
  box-shadow: 2px 4px 18px 6px rgba(0, 69, 105, 0.38);
}
/* ***************************************************************** */
/*		          HEADER											 */
/* ***************************************************************** */
#header {
  height: 110px;
  position: relative;
  background: url(/typo3conf/ext/dtmpackage/Resources/Public/img/oppacher_header_bg.jpg) center;
  display: block!important;
  width: 100%;
}
#header nav,
#header #logo {
  /* */
  float: left;
}
#header #logo {
  width: 215px;
}
#header #logo img {
	width: 100% !important;
	height: auto !important;
}
#header #google_translate_element .skiptranslate.goog-te-gadget {
  color: #fff;
  text-align: right;
}
#header #google_translate_element .skiptranslate.goog-te-gadget .goog-logo-link {
  color: #fff;
}
#header #google_translate_element .skiptranslate.goog-te-gadget .goog-te-combo {
  height: 22px;
  color: #000;
}
#header #search {
  height: 16px;
  width: 100px;
  position: absolute;
  right: 55px;
  top: 60px;
  float: right;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
#header #search #searchBox {
  display: inline-block;
  position: relative;
  right: -650px;
  -webkit-transition: right 250ms ease;
  -moz-transition: right 250ms ease;
  -o-transition: right 250ms ease;
  transition: right 250ms ease;
  width: 230px;
  top: 27px;
  background-color: #005399;
  height: 48px;
  padding: 10px;
}
#header #search #searchBox input {
  color: #0c188f;
  width: 180px;
  margin-right: 10px;
}
#header #search.active #searchBox {
  right: 200px;
}
#header #search #fb-link {
  display: inline-block;
  margin-left: 16px;
}
#header #search #fb-link img {
  height: 24px;
  width: 24px;
}
#header #search #instagram-link {
  display: inline-block;
  margin-left: 10px;
}
#header > .inner > nav {
  margin-left: 2%;
}
#header nav ul {
  margin-top: 50px;
}
#header nav a,
#header nav .headline {
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
}
#header nav a:hover,
#header nav a:active,
#header nav a:focus {
  background-color: transparent;
  color: #fff;
}
#header nav li {
  position: static;
}
#header nav li .megamenue {
  display: none;
  position: absolute;
  z-index: 10;
  height: 321px;
  width: 765px;
  /*background-color: #f00f00;*/
  /*margin-top: 1em;*/
  left: calc(50% - 385px - 23px);
  /* calc( 50% - (765px/2) - 23px )  */
  top: 80px;
  padding-top: 30px;
  background: url(/typo3conf/ext/dtmpackage/Resources/Public/img/megamenue_bg.jpg) no-repeat bottom;
  /*a{  font-size: unit( (18/16) , rem); padding: 8px 10px 8px 0; display: block; }*/
  /* ==================================
				
				Anpassungen fÃ¼r T3
			
			   ================================== */
}
#header nav li .megamenue ul {
  margin: 0;
  padding: 0;
}
#header nav li .megamenue .headline,
#header nav li .megamenue a {
  padding-left: 0;
  /*text-decoration: underline;*/
}
#header nav li .megamenue a {
  font-size: 15px;
  padding: 8px 10px 8px 0;
  display: block;
}
#header nav li .megamenue .headline {
  margin: 15px 0;
  display: block;
}
#header nav li .megamenue .inner {
  /*margin: 4% 15%;*/
}
#header nav li .megamenue div[class*="row"] {
  margin: 0;
}
#header nav li .megamenue div[class*="col-"]:not(:nth-child(1)) {
  border-left: 1px #fff solid;
}
#header nav li .megamenue nav, #header nav li .megamenue .frame-type-menu_section_pages ul {
  margin: 4% 10%;
}
#header nav li .megamenue ul {
  list-style: none;
}
#header nav li .megamenue h4 {
  font-size: 22px;
  /*margin: 10px 0 0 15%;*/
  color: #fff;
}
#header nav .nav-pills > li.active > a,
#header nav .nav-pills > li.active > a:hover,
#header nav .nav-pills > li.active > a:focus {
  background: transparent;
  color: #C7E4F4;
  /*text-decoration: underline;*/
  /*font-weight: bold;*/
}
#header nav li:hover .megamenue {
  display: block;
}
#header img.border {
  border: 0.25rem solid #fff;
}
#header img.shadow {
  -webkit-box-shadow: 2px 4px 10px 6px rgba(255, 255, 255, 0.38);
  -moz-box-shadow: 2px 4px 10px 6px rgba(255, 255, 255, 0.38);
  box-shadow: 2px 4px 10px 6px rgba(255, 255, 255, 0.38);
}
#header .row {
  max-width: 98%;
  margin: auto;
}
#header div[class*="col-"] {
  min-height: 260px;
}
.mobile-menue .inner {
  padding: 50px 0 75px ;
  text-align: center;
}
.mobile-menue .inner li a,
.mobile-menue .inner p a {
  border-bottom: 1px #337ab7 solid;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #fff;
  /* Old browsers */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.54+39,0.54+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 39%, rgba(255, 255, 255, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 39%, rgba(255, 255, 255, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 39%, rgba(255, 255, 255, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#8affffff', GradientType=0);
  /* IE6-9 */
}
.mobile-menue .inner li a {
  background: #fff;
  /* Old browsers */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.54+62,0.54+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 62%, rgba(255, 255, 255, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 62%, rgba(255, 255, 255, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 62%, rgba(255, 255, 255, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#8affffff', GradientType=0);
  /* IE6-9 */
}
.mobile-menue .inner a {
  text-transform: capitalize;
  display: block;
}
.mobile-menue .inner a img {
  margin-top: 10px;
}
.mobile-menue .inner div[class*="col-"] nav li:hover,
.mobile-menue .inner div[class*="col-"] div:hover {
  background-color: rgba(51, 122, 183, 0.3);
}
.mobile-menue .inner div[class*="col-"] nav li:hover a,
.mobile-menue .inner div[class*="col-"] div:hover a {
  background: transparent;
}
.mobile-menue .inner nav {
  margin: 0;
}
.mobile-menue .inner nav ul, .mobile-menue .inner .frame-type-menu_section_pages ul {
  list-style: none;
  padding-left: 0;
}
.mobile-menue .inner img {
  /*max-height: 80px;*/
  margin-top: 15px;
  max-width: auto!important;
  width: auto!important;
}
/* ***************************************************************** */
/*		          FOOTER											 */
/* ***************************************************************** */
#footer {
  /*height: 385px;*/
  height: 300px;
  position: inherit;
  background: url(/typo3conf/ext/dtmpackage/Resources/Public/img/oppacher_footer_bg.jpg) center;
  display: block!important;
  width: 100%;
  font-size: 18px;
  /*unit( (15/16), rem);*/
  color: #fff;
}
#footer a {
  color: #7cd1f8;
  text-decoration: none;
  text-transform: uppercase;
}
#footer a[href*="mailto:"] {
  text-decoration: none;
  text-transform: lowercase;
}
#footer .styling {
  position: absolute;
  height: 50px;
  width: 100%;
  margin-top: -7%;
  text-align: center;
}
#footer .styling img {
  max-width: 90%;
  width: 1280px;
  height: auto;
}
#footer .inner h4 {
  color: #54bbea;
  font-size: 1.5625rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (min-width: 1451px) {
  #footer .styling {
    margin-top: -100px;
  }
}
@media (min-width: 768px) {
  #footer .inner {
    max-width: 880px;
  }
}
#page-end {
  height: 68px;
  width: 100%;
  display: table;
  text-align: center;
  font-size: 0.8125rem;
  background-color: #0c188f;
  color: #fff;
  font-weight: normal;
}
#page-end .inner {
  display: table-cell;
  vertical-align: middle;
}
/* ***************************************************************** */
/*		          CONTAINER											 */
/* ***************************************************************** */
#container {
  font-size: 1.625rem;
  height: 100%;
  display: block;
  width: 100%;
  min-height: 350px;
}
#container section {
  /*min-height: 1850px;*/
  height: auto;
  display: block;
  width: 100%;
}
#container section.gradient-top {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#017dc6+0,ffffff+31,ffffff+70,017dc6+100 */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #017dc6 0%, #ffffff 250px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #017dc6 0%, #ffffff 250px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #017dc6 0%, #ffffff 250px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017dc6', endColorstr='#017dc6', GradientType=0);
  /* IE6-9 */
}
#container section.gradient-top-bottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#017dc6+0,ffffff+31,ffffff+70,017dc6+100 */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #017dc6 0%, #ffffff 250px, #ffffff calc(100% - 250px), #017dc6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #017dc6 0%, #ffffff 250px, #ffffff calc(100% - 250px), #017dc6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #017dc6 0%, #ffffff 250px, #ffffff calc(100% - 250px), #017dc6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017dc6', endColorstr='#017dc6', GradientType=0);
  /* IE6-9 */
}
#container section.gradient-bottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#017dc6+0,ffffff+31,ffffff+70,017dc6+100 */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(#ffffff calc(100% - 250px), #017dc6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(#ffffff calc(100% - 250px), #017dc6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff calc(100% - 250px), #017dc6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017dc6', endColorstr='#017dc6', GradientType=0);
  /* IE6-9 */
}
#container section hr {
  border-color: transparent;
  width: 100%;
  height: 45px;
  margin: 35px auto;
  text-align: center;
  background-image: url('/typo3conf/ext/dtmpackage/Resources/Public/img/oppacher_sign.svg'), url('/typo3conf/ext/dtmpackage/Resources/Public/img/oppacher_line.svg');
  /* , url() */
  background-position: 50% 50% , 50%  50%, 50%  50%;
  background-repeat: no-repeat;
}
#container section hr.wide {
  background-image: url('/typo3conf/ext/dtmpackage/Resources/Public/img/oppacher_sign.svg'), url('/typo3conf/ext/dtmpackage/Resources/Public/img/oppacher_sign_line_wide.svg');
}
#container section hr.line {
  width: 100%;
  height: 1px;
  margin: 35px auto;
  background-color: #08168f;
  border: 0px;
}
#container section div[data-year] hr {
  height: 100px;
  /*background-position: 50% -25px , 50%  50%, 50%  50%;*/
  /*background-size: 58% auto ,auto auto ,auto auto ;*/
  background-position: 50% -23px, 50% 50%, 50% 50%;
  background-size: auto 82%,auto auto ,auto auto;
}
#container section div[data-year] hr:after {
  position: relative;
  top: 35px;
  /*content:'';*/
}
#container section .content {
  height: 100%;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center, bottom center;
}
#container section .content.parallax {
  background-position: 50% 0px, 50% 0px, 50% 0px, 50% 0px;
}
#container section .content.parallax.horizontal {
  background-position: 0% 50%, 0% 50%, 0% 50%, 0% 50%;
}
#container section .content.parallax.horizontal.cover {
  background-size: auto 100%;
}
#container section .content.repeat {
  background-repeat: repeat-x;
}
#container section .content.top {
  background-position: top center ;
}
#container section .content.bottom {
  background-position: bottom center ;
}
#container section .content.center {
  background-position: center center ;
}
#container section .content.cover {
  background-size: cover!important;
}
#container section .content.contain {
  background-size: contain!important;
}
#container section .content .frame-type-formhandler_form .form-horizontal .control-label {
  text-align: left;
}
#container section .content #contact-email {
  display: none;
}
/* ***************************************************************** */
/*		          5 Spalten Layout  							     */
/* ***************************************************************** */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* ***************************************************************** */
/*		          ADDITION											 */
/* ***************************************************************** */
/* styled checkbox */
.styledCheckBox {
  /**/
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.styledCheckBox input[type="checkbox"] {
  display: none;
}
.styledCheckBox label.box {
  display: inline-block;
  border: 2px #0c188f solid;
  background-color: #fff;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 7px 8px 0 0;
  position: absolute;
}
.styledCheckBox label.box span.glyphicon {
  font-size: 9px;
  display: none;
  line-height: 18px;
  top: -3px;
  left: -1px;
  color: #0c188f;
}
.styledCheckBox input[type="checkbox"]:not(:checked) + label.box {
  background: #fff;
}
.styledCheckBox input[type="checkbox"]:checked + label.box {
  /*background: #0097dc;*/
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;*/
}
.styledCheckBox input[type="checkbox"]:checked + label.box span.glyphicon {
  display: block;
}
.styledCheckBox label.text {
  color: #08168f;
  text-transform: uppercase;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  font-size: 90%;
  margin-left: 20px;
}
/* styled styledRadioButton */
.styledRadioButton {
  /**/
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.styledRadioButton input[type="radio"] {
  display: none;
}
.styledRadioButton label {
  padding: 0;
  margin-right: 15px ;
}
.styledRadioButton label.box {
  display: inline-block;
  border: 2px #0c188f solid;
  background-color: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 10px;
  margin: 7px 8px 0 0;
  position: absolute;
}
.styledRadioButton label.box .dot {
  display: none;
  background-color: #0c188f;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  margin: 3px;
}
.styledRadioButton input[type="radio"]:not(:checked) + label.box {
  background: #fff;
}
.styledRadioButton input[type="radio"]:checked + label.box div.dot {
  display: inline-block;
}
.styledRadioButton label.text {
  color: #08168f;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  font-size: 90%;
  margin-left: 35px;
}
/* frame-type-formhandler_form */

.frame-type-formhandler_form label.radio {
  display: inline-block;
  margin-left: 10px;
  margin-right: 20px;
}
.frame-type-formhandler_form .form-group.error label {
  color: red;
}
.frame-type-formhandler_form .form-group.error .checkbox {
  color: red;
}
.frame-type-formhandler_form .controls-row {
  margin-left: 45px;
  font-size: 85%;
  width: 85%;
}
.frame-type-formhandler_form #contact-datenschutz {
  border: 2px #0c188f solid;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-left: -30px;
}
/* ext */
/* ***************************************************************** */
/*		          Product-Finder								     */
/* ***************************************************************** */
#container.product-finder {
  background-color: #d3ecf7;
}
#container.product-finder section.gradient-top-bottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#017dc6+0,ffffff+31,ffffff+70,017dc6+100 */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #017dc6 0%, #d3ecf7 250px, #d3ecf7 calc(100% - 250px), #017dc6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #017dc6 0%, #d3ecf7 250px, #d3ecf7 calc(100% - 250px), #017dc6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #017dc6 0%, #d3ecf7 250px, #d3ecf7 calc(100% - 250px), #017dc6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017dc6', endColorstr='#017dc6', GradientType=0);
  /* IE6-9 */
}
#container.product-finder p,
#container.product-finder input {
  font-size: 1.25rem;
}
#container.product-finder .btn,
#container.product-finder .btn-default {
  font-size: 1.125rem;
  /*margin-top: unit( (10  * (-1) / 16 ), rem);*/
  background-color: #fff;
  border-color: #3b66b9;
  max-width: 100%;
  word-wrap: normal;
  white-space: normal;
  margin: 0.25rem 0;
}
#container.product-finder .btn.active.category:hover,
#container.product-finder .btn-default.active.category:hover {
  /*background-color: #4f73b9;*/
  background-color: #6c8dcc;
  border-color: #3b66b9;
}
#container.product-finder .btn.active,
#container.product-finder .btn-default.active,
#container.product-finder .btn:focus,
#container.product-finder .btn-default:focus,
#container.product-finder .btn:hover,
#container.product-finder .btn-default:hover {
  background-color: #3b66b9;
  box-shadow: none;
  color: #fff;
  border-color: #3b66b9;
}
#container.product-finder .btn.active.category:hover,
#container.product-finder .btn-default.active.category:hover {
  background-color: #3b66b9;
}
#container.product-finder .btn.category:hover,
#container.product-finder .btn-default.category:hover {
  /*background-color: #4f73b9;*/
  background-color: #6c8dcc;
  border-color: #6c8dcc;
}
#container.product-finder .filter-properties {
  background-color: #c9e5f4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5e3f3+0,d0e8f6+100 */
  background: #c5e3f3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c5e3f3 0%, #d0e8f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c5e3f3 0%, #d0e8f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c5e3f3 0%, #d0e8f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5e3f3', endColorstr='#d0e8f6', GradientType=0);
  /* IE6-9 */
  border-bottom: 1px #fff solid;
  border-top: 1px #fff solid;
}
#container.product-finder .list {
  background-image: url(/typo3conf/ext/dtmpackage/Resources/Public/img/wellen-02_top.png), url(/typo3conf/ext/dtmpackage/Resources/Public/img/wellen-02_bottom.png), url(/typo3conf/ext/dtmpackage/Resources/Public/img/wellen-02.png);
  background-repeat: repeat-x, repeat-x, repeat;
  background-position: 50% 0%, 50% 100%, 50% 50% ;
}
#container.product-finder .list .btn {
  border: none;
}
#container.product-finder .list .row {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: opacity 0.5s;
}
#container.product-finder .list .row.hide_it {
  opacity: 0;
}
#container.product-finder .list .row .imagesmall {
  display: block;
  min-height: 530px ;
  /*480px;*/
  cursor: pointer;
  /*margin-bottom: unit((25/16),rem);*/
}
#container.product-finder .list .row .imagesmall:hover {
  background-image: url(/typo3conf/ext/dtmpackage/Resources/Public/img/bubble_product_hover.png);
}
#container.product-finder .list .row .imagesmall .loader {
  width: 100%;
  height: 100%;
  background-image: url(/typo3conf/ext/dtmpackage/Resources/Public/img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(211, 236, 247, 0.5);
  position: absolute;
  display: none;
  z-index: 50;
}
#container.product-finder .list .row .imagesmall .loader.active {
  display: block;
}
#container.product-finder .list .row .imagesmall img {
  max-height: 375px;
}
#container.product-finder .list .row .imagesmall a {
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
  border: transparent;
  text-decoration: none;
}
#container.product-finder .list .row .imagesmall a div.btn {
  display: table;
  min-height: 80px;
  height: 80px;
  width: 100%;
  background-color: transparent;
}
#container.product-finder .list .row .imagesmall a div.btn span {
  display: table-cell;
  vertical-align: middle;
}
#container.product-finder .list .row .imagesmall a:hover div.btn,
#container.product-finder .list .row .imagesmall a:focus div.btn {
  background-color: #3b66b9;
  box-shadow: none;
  color: #fff;
  border-color: #3b66b9;
}
#container.product-finder .list .row .imagesmall a:focus div.btn {
  background-color: #5d79b0;
}
#container.product-finder .list .row .imagesmall[data-catothers].isLast::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 100%;
  left: 0;
}
#container.product-finder .list .row .imagesmall[data-catothers].isFirst {
  clear: both;
}
#container.product-finder .detail {
  /*background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #8ec5e6 0%, #ffffff 40%);*/
}
#container.product-finder .detail.content {
  display: none;
  /*height: 1px;*/
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  margin-left: 10px;
}
#container.product-finder .detail.content.first {
  /*height: inherit;*/
  /*height: 100px;				*/
}
#container.product-finder .detail.content.first .close {
  opacity: 1;
}
#container.product-finder .detail.content.second .inner hr {
  opacity: 1;
}
#container.product-finder .detail.content.second .inner .row {
  opacity: 1;
}
#container.product-finder .detail .inner {
  position: relative;
}
#container.product-finder .detail .inner .close {
  display: inline-block;
  height: 45px;
  width: 45px;
  background-color: #08168f;
  color: #fff;
  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  top: 35px;
  right: 0;
  text-align: center;
}
#container.product-finder .detail .inner .close .glyphicon {
  top: 11px;
}
#container.product-finder .detail .inner h4 {
  font-size: 2.5rem;
}
#container.product-finder .detail .inner p {
  font-size: 1.5rem;
}
#container.product-finder .detail .inner .row {
  position: inherit;
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s;
  opacity: 0;
}
#container.product-finder .detail .inner .row.bg {
  /*background: url(/typo3conf/ext/dtmpackage/Resources/Public/img/content/02_Unterseite_Oppacher_Productfinder_detail_bg.jpg);*/
  background-size: contain;
  background-repeat: no-repeat;
  /*background-position: 50% 50%;*/
  background-position: 50% 100px ;
}
#container.product-finder .detail .inner .row > div.first-slot {
  margin-left: 6.667%;
}
#container.product-finder .detail .inner .row > div.first-slot table {
  border-spacing: 0px;
  /*width: 130%;
	    					  max-width: 130%;*/
  font-size: 1.25rem;
  font-family: 'Droid Sans', sans-serif;
}
#container.product-finder .detail .inner .row > div.first-slot table tr > th,
#container.product-finder .detail .inner .row > div.first-slot table tr > td {
  border-color: #08168f;
}
#container.product-finder .detail .inner .row > div.first-slot table tr:not(tr:first-child) {
  margin-left: 15px;
}
#container.product-finder .detail .inner .row > div.first-slot table tr > th,
#container.product-finder .detail .inner .row > div.first-slot table tr > td:not(.no-border) {
  border-top: 0px;
  border-bottom: 1px solid #08168f;
}
#container.product-finder .detail .inner .row > div.first-slot table tr:nth-child(1) > th:nth-child(1) {
  color: #fff;
  background-color: #08168f;
}
#container.product-finder .detail .inner .row > div.first-slot table tr > td:nth-child(1),
#container.product-finder .detail .inner .row > div.first-slot table tr > th:nth-child(1) {
  max-width: 65%;
  width: 65%;
}
#container.product-finder .detail .inner .row > div.first-slot table tr:nth-child(2) > td {
  padding-top: 25px;
}
#container.product-finder .detail .inner .row > div.first-slot table tr td p {
  font-size: 1.25rem;
}
#container.product-finder .detail .inner .row > div[class*="col-"] {
  padding: 0;
}
#container.product-finder .detail .inner .row > div.last-slot {
  margin-left: 10px;
}
#container.product-finder .detail .inner hr {
  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s;
  opacity: 0;
}
#container.product-finder .detail .inner hr.line {
  position: absolute;
  z-index: 0;
}
#container.product-finder .flexslider {
  background: transparent;
  border: 0;
  border-radius: 0px;
  /*height: 376px;*/
}
#container.product-finder .flexslider .slides li img {
  width: auto;
  margin: auto;
}
#container.product-finder .flexslider .flex-direction-nav a::before {
  font-size: 30px;
}
#container.product-finder .flexslider .flex-control-nav {
  bottom: -60px;
}
#container.product-finder ul li {
  font-size: 1.5rem;
}
#c5 {
  position: relative;
  z-index: 10;
}
/* ***************************************************************** */
/*		          News Extension								     */
/* ***************************************************************** */
.news-list-item .news-list-date {
  font-size: 1.25rem;
}
.news-list-item h2 {
  font-size: 3.375rem;
  text-align: center;
  margin: 0 auto 1.25rem auto;
  max-width: 80%;
  display: block;
}
.news-list-item h2 a:hover {
  text-decoration: none;
  color: #23527c;
}
.news-list-item img {
  float: none;
  margin: 0;
  padding: 0;
}
.news-list-item p {
  font-size: 1.5rem;
}
.news-list-browse {
  font-size: 1.25rem;
}
.news-list-date {
	float: right;
	display:block;
	padding-left:10px;
}
.news-single-item h1,
.news-single-item h2 {
  font-size: 3.375rem;
  text-align: center;
  margin: 0 auto 1.25rem auto;
  max-width: 80%;
  display: block;
  color: #23527c;
  margin-top: 50px;
}
.news-single-item h2 {
  font-size: 2.1875rem;
}
.news-single-item .row > div[class*="col-"] {
  min-height: 26.25rem;
  display: block;
}
.news-single-item .news-single-rightbox {
  font-size: 1rem;
}
.news-single-rightbox {
	text-align:right;
	clear:both;
}
.news-single-backlink {
	padding: 10px;
}
#abo {
  text-align: left;
}
#abo-email {
  display: none;
}
@media (max-width: 991px) {
  .news-single-item .row > div[class*="col-"] {
    min-height: 26.875rem;
  }
  .styledRadioButton label.box {
    border-radius: 8px;
    height: 16px;
    margin: 2px 0px 0 0;
    width: 16px;
  }
  .radio label,
  .checkbox label {
    min-height: 16px;
    padding-left: 0px;
  }
  .styledRadioButton label.box .dot {
    margin: 1px;
  }
  .styledCheckBox label.box span.glyphicon {
    left: 1px;
  }
}
@media (max-width: 767px) {
  .news-single-item .row > div[class*="col-"] {
    min-height: 26.25rem;
  }
  .news-list-item {
    padding: 0 0 10px 0;
  }
  .frame-layout-0 .inner {
    max-width: 90% !important;
  }
  .more {
    margin-bottom: 2rem;
    display: inline-block;
  }
  #container section .news-list-item hr.clearer {
    margin: 35px auto 0;
  }
  /*
  .frame-type-header {
    margin-top: calc(100rem / 16) !important;
    margin-bottom: calc(200rem / 16) !important;
  }
    */
  .frame-type-header h1, .frame-type-text h1 {
    margin-top: calc(-200rem / 16 );
    margin-bottom: calc(200rem / 16);
  }
  .frame-type-image .image-embed-item, .frame-type-textpic .image-embed-item {
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .styledRadioButton label.box {
    border-radius: 8px;
    height: 16px;
    margin: 0;
    width: 16px;
  }
  .radio label,
  .checkbox label {
    min-height: 16px;
    padding-left: 0px;
  }
  #google_translate_element {
    position: absolute;
    right: 15px;
  }
  #CookieBox .cookie-management, #CookieBox .cookie-refuse {
    width: 100%;
  }
  #contact .col-xs-1 {
    padding: 0;
  }
}
@media (max-width: 620px) {
  .news-single-item .row > div[class*="col-"] {
    min-height: 20rem;
  }
  iframe {
    border: 0;
    max-width: 100%;
    height: 50vw;
  }
}
@media (max-width: 520px) {
  .news-single-item .row > div[class*="col-"] {
    min-height: 16.25rem;
  }
  #google_translate_element .goog-te-combo {
    width: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header .inner {
    position: relative;
  }
  #header .inner #google_translate_element {
    position: absolute;
    right: 15px;
  }
}
/* ***************************************************************** */
/*		          indexed search Extension								     */
/* ***************************************************************** */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
  width: auto;
}
.tx-indexedsearch-info-sword-word {
  font-weight: bold;
}
.tx-indexedsearch-redMarkup {
  color: red;
}
.tx-indexedsearch-res {
  margin-bottom: 2rem;
}

#data-results td {
	color: #0c188f;
}