@import 'https://fonts.googleapis.com/css?family=Open+Sans:400, 300, 600, 700, 800, 600italic';
* {
  font-family: 'Open Sans', sans-serif;
}
a {
  padding: 0;
  line-height: 20px;
  overflow: hidden;
  background: none;
  color: #f38f00;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #f38f00;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:focus {
  color: #f38f00;
  text-decoration: underline;
}
.news-list-view h4 a:hover span {
  color: #f38f00;
  text-decoration: underline;
}
.news-list-view h4 a:focus span {
  color: #f38f00;
  text-decoration: underline;
}
.news-list-view h4 a span {
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.news-list-view p {
  line-height: 17px;
}
.news-list-view .normallist {
  min-height: 545px;
}
body {
  overflow-x: hidden;
  font-size: 16px;
}
ul {
  padding: 0;
}
ul.ce-menu {
  padding: 20px 0 0 20px;
}
#page-336 .container img {
  transform: scale(1);
  transition: all 0.1s ease-out;
}
#page-336 .container img:hover {
  transform: scale(1.06);
  transition: all 0.1s ease-out;
}
.owl-carousel {
  display: block !important;
}
.news-carousel.owl-carousel {
  display: inline-block !important;
}
.news-carousel p {
  display: inline-block;
  float: left;
  line-height: 1.3;
  margin: 10px 0;
  color: black;
}
.news-carousel h4 {
  margin-top: 3px;
}
.news-related-files ul {
  display: inline-block;
  width: 100%;
  list-style-position: inside;
}
.head {
  position: relative;
}
.head img {
  width: 100%;
  height: auto;
}
.head .caption {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  padding: 7px;
  position: absolute;
  top: 115px;
  left: 0;
  z-index: 100;
}
.head .sub {
  position: absolute;
  bottom: 30%;
  text-align: center;
  width: 100%;
}
.head .sub h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0;
  text-shadow: 1px 1px 1px #1d1d21;
  color: white;
}
.head .sub p {
  font-size: 1.6rem;
  color: white;
  text-shadow: 1px 1px 1px #1d1d21;
}
#top .owl-nav i {
  position: absolute;
  font-size: 60px;
  padding: 0 14px;
  display: block;
  border-radius: 50%;
  margin: 10px;
  color: white;
  top: 48%;
  opacity: 0.7;
  background: none;
  border: none;
}
#top .owl-nav .chevron {
  top: 50%;
}
.owl-nav i {
  position: absolute;
  font-size: 30px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.56);
  display: block;
  border-radius: 50%;
  border: 4px solid rgba(255, 158, 19, 0.67);
  margin: 10px;
  color: #f38f00;
  top: 48%;
  opacity: .5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-nav i:hover {
  background: #fff;
  border: 4px solid #ed9100;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-prev i {
  left: 0;
}
.owl-next i {
  right: 0;
}
i.fa-6 {
  font-size: 52px;
  color: #8a8a8a;
}
#nav .fa-angle-double-right {
  display: none;
}
#nav a {
  color: #707070;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
}
#nav #level-two li.infobox:hover {
  cursor: pointer;
}
#nav #level-two li span.infoheader {
  float: left;
  width: 66.66%;
}
#nav #level-two li span.infoimage {
  float: left;
  width: 33%;
}
#nav #level-two li span.infotext {
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  display: block;
  float: left;
  width: 66.6666%;
}
#nav > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav > a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav > li {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav > li:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav li.infobox:hover a {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
#nav li.infobox a {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.fa-angle-double-right {
  color: black;
}
.helper {
  border: 1px solid #eee;
  text-align: center;
}
.productheader {
  padding: 10px 0 5px;
  display: block;
}
.productheader a {
  font-size: 19px;
  color: #8a8a8a;
}
hr {
  border-top: 1px solid #616161;
  margin-top: 30px;
  margin-bottom: 55px;
}
hr.ce-div {
  margin-top: 30px;
  margin-bottom: 30px;
}
div.logo {
  float: left;
}
nav#nav {
  float: right;
  clear: both;
  position: relative;
  top: -39px;
}
.zoomwrap {
  overflow: hidden;
}
.zoom p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  background: #282828;
  margin-top: -5px;
  z-index: 5;
  position: relative;
  padding: 7px 0;
}
.zoom img {
  /* Grayscale
    -webkit-filter: grayscale(100%);
    filter: gray;
    */
  opacity: .4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.zoom img:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.zoom:hover img {
  /* Grayscale
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
      filter: none;
      */
  opacity: 1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  cursor: pointer;
}
progress {
  height: 14px;
  display: block;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 0 15px;
  margin-top: 5px;
}
progress::-webkit-progress-bar {
  background: black;
  border-radius: 50px;
  padding: 2px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2);
}
progress::-webkit-progress-value {
  border-radius: 50px;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, rgba(216, 6, 10, 0.2), #d8060a);
  background-size: 25px 14px, 100% 100%, 100% 100%;
  -webkit-animation: move 5s linear infinite;
}
.progresswrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 75px;
  z-index: 9999;
  color: white;
  background: #1d1d21;
  box-shadow: -4px 0 4px #1d1d21;
}
.progresswrap p {
  padding: 5px 0 0 0;
  margin: 0;
}
.progresswrap a {
  color: white;
  text-decoration: underline;
}
footer {
  width: 100%;
  background-color: #484b50;
  position: relative;
  min-height: 300px;
  font-size: 0.8em;
  padding: 3em 0;
  margin-top: 0;
  font-weight: 400;
  color: white;
  float: left;
}
footer .mail:after {
  content: "\f003";
  margin: 0 4px;
  font-size: 13px;
}
footer a {
  font-size: 14px;
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
  color: #f38f00;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .customa a {
  text-decoration: underline;
}
footer h4 {
  font-weight: 800;
  color: white;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer h4 a {
  font-weight: 800;
  color: white;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer p {
  font-size: 14px;
  line-height: 1.4;
  color: white;
}
footer .ce-intext p {
  color: #c3c6c9;
}
footer .ce-bodytext a {
  color: #c3c6c9;
  text-decoration: none;
}
footer .ce-bodytext a:hover {
  color: #d88d18;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .ce-bodytext .fa {
  color: #c3c6c9;
}
footer .ce-bodytext table {
  color: #c3c6c9;
  text-shadow: 0 0 0;
}
footer .ce-bodytext table tr:hover {
  background: none;
}
footer .ce-bodytext table tr td a {
  color: #c3c6c9;
  font-weight: normal;
}
footer .ce-bodytext table tr td a:visited {
  font-weight: normal;
}
footer .ce-bodytext ul li {
  font-size: 14px;
  line-height: 1.4;
  color: #c3c6c9;
}
footer .ce-bodytext ul li > a {
  color: #c3c6c9;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer li a {
  line-height: 1.4;
  color: white;
  text-decoration: none;
  font-size: 13px;
}
footer li a:hover {
  color: #d8060a;
  text-decoration: none;
}
footer input {
  margin-bottom: 3px;
  width: 100%;
  background: #fff;
  border: none;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
footer textarea {
  margin-bottom: 0;
  width: 100%;
  background: #fff;
  border: none;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
footer .tx-powermail {
  margin: 0 -15px;
}
footer .nomargin .textmedia.container {
  margin-bottom: 0;
}
main {
  height: 100%;
  padding: 25px 0 75px 0;
  z-index: 400;
  position: relative;
}
main .mail:after {
  content: "\f003";
  margin: 0 4px;
  font-size: 13px;
}
main p {
  font-size: 16px;
  line-height: 20px;
  color: black;
}
main .ce-bodytext > ul > li {
  font-size: 16px;
  line-height: 20px;
  color: black;
}
main .ce-bodytext ul li {
  list-style-type: circle;
  margin-left: 21px;
  margin-bottom: 10px !important;
}
.breadcrumb {
  padding: 5px 0;
  margin: 0;
  background-color: white;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
p i {
  color: rgba(216, 6, 10, 0.7);
}
h1 {
  margin-top: 10px;
  color: black;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 32px;
}
.h1 {
  margin-top: 10px;
  margin-bottom: 40px;
  color: black;
}
h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin: 25px 0 10px 0;
}
h2 a {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin: 25px 0 10px 0;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
h2 a:hover {
  text-decoration: none;
  border-bottom: 10px solid #d8060a;
  color: #d8060a;
}
.h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin: 25px 0 10px 0;
}
h3 {
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 30px;
  color: #8a8a8a;
}
.h3 {
  margin-top: 10px;
  margin-bottom: 40px;
  color: black;
}
h5 {
  font-size: 18px;
  font-weight: 800;
  line-height: 40px;
  position: relative;
  margin-bottom: 19px;
}
.news-text-wrap ul {
  padding-left: 17px;
  display: block;
  width: 100%;
}
.news h4 {
  float: left;
  width: 100%;
}
.news .article .news-img-wrap {
  margin: 0;
}
.news .article .news-img-wrap img {
  width: 100%;
  height: auto;
}
.news .article .news-img-wrap a {
  margin: 0;
  padding: 0;
  border: none;
}
button#showMenu {
  display: none;
}
.outer-nav a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: black;
  line-height: 2;
}
.effect-laydown {
  background-color: #d8060a;
}
.active > .langlabel {
  color: #707070;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  padding: 18px 24px;
}
.active > .langlabel > .langpic {
  width: 35px;
  background: #e7e7e7;
  padding: 4px;
}
.active > .langlabel:before {
  font-family: FontAwesome, serif;
  content: '\f0d7';
  float: left;
  line-height: 25px;
  padding: 0 4px;
  background: #e7e7e7;
}
.active .pop p {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0.2s;
  -moz-transition: opacity 0.4s ease-in-out 0.2s;
  -ms-transition: opacity 0.4s ease-in-out 0.2s;
  -o-transition: opacity 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s;
}
.active .pop .tx-powermail {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0.2s;
  -moz-transition: opacity 0.4s ease-in-out 0.2s;
  -ms-transition: opacity 0.4s ease-in-out 0.2s;
  -o-transition: opacity 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s;
}
.languages {
  float: right;
}
.languages:hover .langs {
  display: block;
}
.langs {
  display: none;
  list-style: none;
  background: #e7e7e7;
  z-index: 999999;
  padding: 10px 17px;
  position: absolute;
  margin-top: -5px;
}
.langs li {
  width: 100%;
}
.langs img {
  width: 25px;
  height: auto;
  padding: 6px 0;
}
#level-one {
  list-style: none;
  display: inline;
  float: right;
}
#level-one > li {
  position: relative;
  display: block;
  float: left;
  text-align: right;
  margin-top: 2px;
}
#level-one > li > a {
  padding: 16px 24px;
}
#level-one > li > a:hover {
  background-color: rgba(231, 231, 231, 0.46);
  color: #f38f00;
}
#level-one > li:hover #level-two {
  visibility: visible;
  opacity: 1;
  float: left;
  height: auto;
  margin-top: 0;
}
#level-one > li:hover > a {
  background-color: #e7e7e7;
  color: inherit;
}
#level-one > li.current > a {
  background-color: rgba(231, 231, 231, 0.46);
  color: #f38f00;
}
#level-one > li.active > a {
  background-color: rgba(231, 231, 231, 0.46);
  color: #f38f00;
}
#level-one li:hover > #level-two {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#level-two {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  list-style-type: none;
  margin-top: -15px;
  text-align: left;
  padding: 20px;
  background: #e7e7e7;
  width: 1000px;
  right: -400px;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
#level-two li {
  background-color: #cacaca;
}
#level-two li:hover {
  background-color: #f38f00;
}
#level-two li:hover a {
  color: #e7e7e7;
}
#level-two li.infobox {
  background-color: white;
  border: 15px solid #e7e7e7;
  padding: 15px;
  float: left;
  width: 33.33333%;
  position: relative;
}
#level-two li.infobox:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid white;
  top: 0;
  left: 0;
  -webkit-transition: border-color 0.5s ease-in-out;
  -moz-transition: border-color 0.5s ease-in-out;
  -ms-transition: border-color 0.5s ease-in-out;
  -o-transition: border-color 0.5s ease-in-out;
  transition: border-color 0.5s ease-in-out;
  pointer-events: none;
}
#level-two li.infobox:hover {
  background-color: white;
}
#level-two li.infobox:hover a {
  color: black;
}
#level-two li.infobox:hover:after {
  border: 2px solid #f38f00;
  -webkit-transition: border-color 0.5s ease-in-out;
  -moz-transition: border-color 0.5s ease-in-out;
  -ms-transition: border-color 0.5s ease-in-out;
  -o-transition: border-color 0.5s ease-in-out;
  transition: border-color 0.5s ease-in-out;
}
#level-two li a {
  color: black;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
#level-two .current {
  background-color: #f38f00;
}
#level-two .current a {
  color: #f4f4f4;
}
.headroom--not-top {
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  -moz-transition: all 0.3s ease-in-out 0.4s;
  -ms-transition: all 0.3s ease-in-out 0.4s;
  -o-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}
.headroom--not-top nav#nav {
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  -moz-transition: all 0.3s ease-in-out 0.4s;
  -ms-transition: all 0.3s ease-in-out 0.4s;
  -o-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}
.headroom--not-top div.logo {
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  -moz-transition: all 0.3s ease-in-out 0.4s;
  -ms-transition: all 0.3s ease-in-out 0.4s;
  -o-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}
.headroom--not-top #totop {
  -webkit-transition: all 0.5s ease-in-out 4s;
  -moz-transition: all 0.5s ease-in-out 4s;
  -ms-transition: all 0.5s ease-in-out 4s;
  -o-transition: all 0.5s ease-in-out 4s;
  transition: all 0.5s ease-in-out 4s;
  opacity: 1;
  visibility: visible;
}
.headroom--top {
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  -moz-transition: all 0.3s ease-in-out 0.4s;
  -ms-transition: all 0.3s ease-in-out 0.4s;
  -o-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}
.headroom--top nav#nav {
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  -moz-transition: all 0.3s ease-in-out 0.4s;
  -ms-transition: all 0.3s ease-in-out 0.4s;
  -o-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}
.headroom--top div.logo {
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  -moz-transition: all 0.3s ease-in-out 0.4s;
  -ms-transition: all 0.3s ease-in-out 0.4s;
  -o-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}
.headroom--top #totop {
  -webkit-transition: all 0.5s ease-in-out 2s;
  -moz-transition: all 0.5s ease-in-out 2s;
  -ms-transition: all 0.5s ease-in-out 2s;
  -o-transition: all 0.5s ease-in-out 2s;
  transition: all 0.5s ease-in-out 2s;
}
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-primary {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 4px;
  background: #f58b00;
  color: white;
  border: none;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  line-height: 20px;
  padding: 21px 66px;
  text-decoration: none;
  margin: 15px 0;
}
.btn-primary:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(253, 144, 0, 0.9);
  color: white;
  border: none;
}
.cd-slider-nav i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cd-gallery {
  margin-top: 50px;
  padding: 0;
}
.cd-gallery > li {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 20px 15px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
.cd-gallery > li:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.15);
}
.cd-gallery > li > a {
  display: block;
}
.cd-gallery .swipebox {
  position: absolute;
  bottom: 15%;
  font-size: 30px;
  margin-left: -50px;
  left: 0;
  opacity: 0;
}
.cd-gallery .swipebox:hover {
  opacity: 1 !important;
  font-size: 32px;
}
.cd-gallery .selected .swipebox {
  opacity: .3;
}
.cd-gallery li {
  list-style: none !important;
}
.cd-gallery .even {
  background: rgba(238, 238, 238, 0.5);
}
.cd-gallery .odd {
  background: #eeeeee;
}
.cd-gallery::after {
  clear: both;
  content: "";
  display: table;
}
header {
  -webkit-transition: all 0.5s ease-in-out 0.6s;
  -moz-transition: all 0.5s ease-in-out 0.6s;
  -ms-transition: all 0.5s ease-in-out 0.6s;
  -o-transition: all 0.5s ease-in-out 0.6s;
  transition: all 0.5s ease-in-out 0.6s;
  width: 100%;
  height: 115px;
  z-index: 550;
  position: fixed;
  background: #fff;
  border-bottom: 35px solid;
  border-bottom: none;
  -webkit-box-shadow: 0 4px 13px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 13px 1px rgba(0, 0, 0, 0.5);
}
header:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
}
.background {
  position: relative;
  height: 100%;
  width: 100%;
}
#page-1 .logo {
  -webkit-animation: 0.5s 0.4s fade backwards ease-out 300ms 0 ease;
  -moz-animation: 0.5s 0.4s fade backwards ease-out 300ms 0 ease;
  -ms-animation: 0.5s 0.4s fade backwards ease-out 300ms 0 ease;
  animation: 0.5s 0.4s fade backwards ease-out 300ms 0 ease;
}
#page-1 #level-one > li:nth-child(1) {
  -webkit-animation: 0.5s 0.5s fade backwards ease-out 300ms 0 ease;
  -moz-animation: 0.5s 0.5s fade backwards ease-out 300ms 0 ease;
  -ms-animation: 0.5s 0.5s fade backwards ease-out 300ms 0 ease;
  animation: 0.5s 0.5s fade backwards ease-out 300ms 0 ease;
}
#page-1 #level-one > li:nth-child(2) {
  -webkit-animation: 0.5s 0.6s fade backwards ease-out 300ms 0 ease;
  -moz-animation: 0.5s 0.6s fade backwards ease-out 300ms 0 ease;
  -ms-animation: 0.5s 0.6s fade backwards ease-out 300ms 0 ease;
  animation: 0.5s 0.6s fade backwards ease-out 300ms 0 ease;
}
#page-1 #level-one > li:nth-child(3) {
  -webkit-animation: 0.5s 0.7s fade backwards ease-out 300ms 0 ease;
  -moz-animation: 0.5s 0.7s fade backwards ease-out 300ms 0 ease;
  -ms-animation: 0.5s 0.7s fade backwards ease-out 300ms 0 ease;
  animation: 0.5s 0.7s fade backwards ease-out 300ms 0 ease;
}
#page-1 #level-one > li:nth-child(4) {
  -webkit-animation: 0.5s 0.8s fade backwards ease-out 300ms 0 ease;
  -moz-animation: 0.5s 0.8s fade backwards ease-out 300ms 0 ease;
  -ms-animation: 0.5s 0.8s fade backwards ease-out 300ms 0 ease;
  animation: 0.5s 0.8s fade backwards ease-out 300ms 0 ease;
}
#page-1 #level-one > li:nth-child(5) {
  -webkit-animation: 0.5s 0.9s fade backwards ease-out 300ms 0 ease;
  -moz-animation: 0.5s 0.9s fade backwards ease-out 300ms 0 ease;
  -ms-animation: 0.5s 0.9s fade backwards ease-out 300ms 0 ease;
  animation: 0.5s 0.9s fade backwards ease-out 300ms 0 ease;
}
#page-1 #level-one > li:nth-child(6) {
  -webkit-animation: 0.5s 1s fade backwards ease-out 300ms 0 ease;
  -moz-animation: 0.5s 1s fade backwards ease-out 300ms 0 ease;
  -ms-animation: 0.5s 1s fade backwards ease-out 300ms 0 ease;
  animation: 0.5s 1s fade backwards ease-out 300ms 0 ease;
}
#page-1 #level-one > li:nth-child(7) {
  -webkit-animation: 0.5s 1.1s fade backwards ease-out 300ms 0 ease;
  -moz-animation: 0.5s 1.1s fade backwards ease-out 300ms 0 ease;
  -ms-animation: 0.5s 1.1s fade backwards ease-out 300ms 0 ease;
  animation: 0.5s 1.1s fade backwards ease-out 300ms 0 ease;
}
#page-1 .languages {
  -webkit-animation: 0.5s 1.2s fade backwards ease-out 300ms 0 ease;
  -moz-animation: 0.5s 1.2s fade backwards ease-out 300ms 0 ease;
  -ms-animation: 0.5s 1.2s fade backwards ease-out 300ms 0 ease;
  animation: 0.5s 1.2s fade backwards ease-out 300ms 0 ease;
}
#page-1 #form_kesearch_pi1 {
  -webkit-animation: 0.5s 1.3s fade backwards ease-out 300ms 0 ease;
  -moz-animation: 0.5s 1.3s fade backwards ease-out 300ms 0 ease;
  -ms-animation: 0.5s 1.3s fade backwards ease-out 300ms 0 ease;
  animation: 0.5s 1.3s fade backwards ease-out 300ms 0 ease;
}
#page-1 h2 {
  margin: 25px 0 15px;
}
#page-1 .h2 {
  margin: 25px 0 15px;
}
#page-1 .startbox h2 {
  color: white;
  margin: 0;
  text-transform: none;
  font-size: 22px;
}
#page-1 .startbox p {
  margin: 5px 0 0 0;
  color: white;
}
#page-1 #top {
  margin-bottom: 0;
}
#page-1 main {
  padding-top: 0;
}
.outer-nav.top {
  top: 80px !important;
}
.outer-nav.horizontal {
  width: 90% !important;
}
.subhead {
  max-height: 550px;
}
p.align-center {
  text-align: center;
}
.fixedheight {
  height: 300px;
}
header.headroom--not-top {
  height: 115px;
  margin-top: 0;
}
header.headroom--top {
  background: #ffffff;
  height: 115px;
  margin-top: 0;
}
header.headdrom--top {
  height: 115px;
}
.sidebox {
  display: block;
  right: 0;
  position: fixed;
  z-index: 500;
  visibility: visible;
  top: 27vh;
}
.sidebox .fa-facebook {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  font-size: 38px;
}
.sidebox .fa-facebook:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebox .powermail_submit {
  margin-bottom: 15px !important;
  color: white;
  background-color: #d8060a;
  border: 3px solid #fff !important;
}
.sidebox .powermail_submit:hover {
  color: #d8060a;
  background-color: white;
  border: 3px solid #fff;
}
.sidebox .fa.fa-phone {
  font-size: 45px !important;
  padding: 8px;
}
.sidebox .fa.fa-envelope {
  padding: 9px;
  font-size: 36px;
}
.sidebox .powermail_field {
  padding: 5px 8px;
  width: 100%;
  border: none;
  margin: 2px 0;
}
.sidebox label {
  display: none !important;
}
.sidebox .fa {
  border: 5px solid rgba(216, 6, 10, 0.7);
  color: white;
  padding: 6px;
  width: 65px;
  height: 65px;
  text-align: center;
  background-color: rgba(216, 6, 10, 0.9);
  float: right;
  margin: 0 0 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebox .fa:hover {
  cursor: pointer;
  background: #fff;
  color: #d8060a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebox .fa.fa-facebook:hover {
  color: #3a5795 !important;
}
.sidebox .fa.fa-facebook:focus {
  color: #3a5795 !important;
}
.sidebox .sidebarbox.active .fa.fa-facebook {
  color: #3a5795 !important;
}
.sidebox .sidebarbox.active .fa {
  cursor: pointer;
  background: #fff;
  color: #d8060a;
}
.sidebox .active > .pop {
  visibility: visible;
  position: relative;
  max-width: 215px;
  max-height: 350px;
  float: right;
}
.sidebox .active .tx-kesearch-pi1 fieldset {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0.2s;
  -moz-transition: opacity 0.4s ease-in-out 0.2s;
  -ms-transition: opacity 0.4s ease-in-out 0.2s;
  -o-transition: opacity 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s;
}
.sidebox .sidebarbox .fa:focus {
  cursor: pointer;
  background: #fff;
  color: #d8060a;
}
.sidebox .tx-kesearch-pi1 fieldset {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  padding: 10px;
}
.sidebox .tx-powermail .powermail_fieldset {
  margin: 0;
  width: 215px;
}
.sidebox .submitbutt input {
  margin: 5px 0 10px 0;
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background-color: #646464;
  border: 1px solid #eee;
  width: 215px;
}
.sidebox #ke_search_sword {
  padding: 5px;
  margin: 0;
  border: 1px solid #bbb;
  color: #cacaca;
  float: right;
  font-size: inherit;
}
.nolabel label {
  display: none;
}
.powermail_submit {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.powermail_submit:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.powermail_fieldwrap.powermail_fieldwrap_type_select.powermail_fieldwrap_marker_01 {
  margin-top: 15px;
}
.powermail_fieldwrap.powermail_fieldwrap_type_input.powermail_fieldwrap_speziellzufolgendemproduktthema {
  margin-top: 15px;
}
.container .row .container {
  width: 100%;
  padding: 0;
}
.container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}
.tx-powermail .container-fluid {
  padding: 0;
}
.headpic.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.modalview + .sidebox {
  display: none;
}
.pop {
  background-color: rgba(216, 6, 10, 0.7);
  margin-right: 5px;
  overflow: hidden;
  max-width: 0;
  max-height: 0;
  right: 0;
  -webkit-transition: 'max-height .3s ease-in-out .2s, max-width .4s ease-in-out .2s';
  -moz-transition: 'max-height .3s ease-in-out .2s, max-width .4s ease-in-out .2s';
  -ms-transition: 'max-height .3s ease-in-out .2s, max-width .4s ease-in-out .2s';
  -o-transition: 'max-height .3s ease-in-out .2s, max-width .4s ease-in-out .2s';
  transition: 'max-height .3s ease-in-out .2s, max-width .4s ease-in-out .2s';
}
.pop p {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  padding: 15px;
  color: white;
}
.pop p a {
  padding: 15px;
  color: white;
  text-decoration: underline;
}
.pop p a:hover {
  padding: 15px;
  color: white;
}
.pop .tx-powermail {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.sidebarbox {
  overflow: hidden;
}
.sidebarbox.active {
  margin-bottom: 5px;
}
.sidebarbox.active > .pop {
  -webkit-transition: "max-height .3s ease-in-out, max-width .3s ease-in-out";
  -moz-transition: "max-height .3s ease-in-out, max-width .3s ease-in-out";
  -ms-transition: "max-height .3s ease-in-out, max-width .3s ease-in-out";
  -o-transition: "max-height .3s ease-in-out, max-width .3s ease-in-out";
  transition: "max-height .3s ease-in-out, max-width .3s ease-in-out";
}
.modalview #mailbox {
  display: none;
}
.tx-dce-pi1 .product {
  max-height: 240px;
  display: block;
}
.tx-dce-pi1 .helper {
  max-height: 240px;
  display: block;
}
.tx-dce-pi1 .helper img {
  max-height: 200px;
  width: auto;
  margin: 0 auto;
}
#fbbox.active {
  margin-bottom: 0;
}
div#c18 {
  width: 0 !important;
  padding: 0 !important;
  float: right !important;
}
input#kesearch_submit {
  top: 4px;
  position: relative;
  left: 7px;
}
input#ke_search_sword {
  background: #f3f3f3;
  width: 220px;
  padding: 2px 10px;
  border: none;
}
form#form_kesearch_pi1 {
  width: 250px;
  float: right;
  height: 25px;
  margin: 18px 10px 0 0;
}
.powermail_fieldset input {
  padding: 6px;
  margin-bottom: 10px;
  width: 100%;
}
.powermail_fieldset textarea {
  padding: 6px;
  margin-bottom: 10px;
  width: 100%;
}
.powermail_fieldset .powermail_submit {
  width: 100%;
  padding: 10px;
}
.testimonial {
  position: relative;
  margin-top: -170px;
  left: 0;
  right: 0;
  color: white;
  font-weight: 600;
  font-size: 24px;
  text-shadow: 1px 1px 3px #1d1d21;
  line-height: 1.5;
  font-style: italic;
}
.testimonialwrap {
  padding: 80px 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.testimonialwrap img {
  width: 100%;
  height: auto;
  /* Grayscale
     -webkit-filter: grayscale(0%);
     -moz-filter: grayscale(0%);
     -ms-filter: grayscale(0%);
     -o-filter: grayscale(0%);
     filter: grayscale(0%);
     filter: none;
     */
}
.testimonialwrap img:hover {
  width: 100%;
  height: auto;
  /* Grayscale
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
      filter: none;
      */
}
#mailbox:hover:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#mailbox:focus:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#mailbox:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#phonebox:hover:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#phonebox:focus:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#phonebox:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#fbbox:hover:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#fbbox:focus:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#fbbox:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#totop {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#totop:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.big {
  font-size: 60px;
  line-height: 0;
}
.textmedia img {
  max-width: 100%;
  height: auto;
}
.nomargin .textmedia.container {
  margin-bottom: 0;
}
.ce-textpic {
  margin-bottom: 15px;
}
.ce-row {
  overflow: hidden;
}
.hidden-overflow {
  overflow: hidden;
}
.headpic .head {
  margin-top: 92px;
}
div.head .supersize {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
div.head p {
  text-shadow: 1px 1px 1px #1d1d21;
}
div.head nav i {
  font-size: 55px;
}
.ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}
span.inaproduct {
  font-style: italic;
  font-size: 17px;
  color: #e35053;
}
.info {
  font-size: 25px;
  float: right;
  border-radius: 100%;
  margin-right: 5px;
  color: rgba(216, 6, 10, 0.6);
}
.schuh:hover .preis {
  border-top: 3px solid rgba(216, 6, 10, 0.8);
}
.schuh ul {
  padding: 0;
}
.preis {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.preis .price {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
  font-style: italic;
}
.preis .uvp {
  font-size: 14px;
  font-weight: 700;
  color: rgba(216, 6, 10, 0.8);
}
.bullets {
  margin-top: 30px;
}
.bullets ul {
  margin-top: 20px;
}
.bullets ul li {
  line-height: 1.6;
}
.bullets ul li:before {
  margin-right: 4px;
  color: rgba(216, 6, 10, 0.6);
  content: "\f10c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-item-wrapper {
  padding: 0;
}
table {
  font-family: Arial, Helvetica, sans-serif;
  color: #646464;
  text-shadow: 1px 1px 0 #fff;
  width: 100%;
}
table a:link {
  color: #646464;
  font-weight: bold;
  text-decoration: none;
}
table a:visited {
  color: #646464;
  font-weight: bold;
  text-decoration: none;
}
table a:active {
  color: #bd5a35;
  text-decoration: underline;
}
table a:hover {
  color: #bd5a35;
  text-decoration: underline;
}
table th {
  font-weight: bold;
}
table tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
table tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
table tr:last-child td {
  border-bottom: 0;
}
table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
table tr:hover {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
table td {
  padding: 0;
  margin: 0;
}
.highlight {
  border: 1px solid #C5C4C9;
  -webkit-box-shadow: 0 0 5px 2px #D4D4D4;
  box-shadow: 0 0 5px 2px #D4D4D4;
  min-height: 260px;
}
.mark {
  background-color: transparent;
  color: #f38f00;
  display: inline-block;
  text-decoration: underline;
}
.result-number {
  font-size: 18px;
}
.result-title {
  font-size: 20px;
  background-color: transparent;
  color: #f38f00;
  margin-bottom: 15px;
  display: inline-block;
}
.result-list-item {
  margin-bottom: 35px;
  border-bottom: 5px solid #e7e7e7;
  padding-bottom: 15px;
  float: left;
  width: 100%;
  display: block;
}
.result-list-item:last-child {
  border-bottom: none;
}
.teaser_icon img {
  float: left;
  margin: 0 30px 10px 0;
  min-height: 45px;
  width: auto;
}
.grey-bg {
  background-color: #cacaca;
  padding: 10px 0 30px 0;
  margin-bottom: 10px;
}
span.chevron.chevron-right {
  right: 0;
}
.chevron {
  position: absolute;
  top: 43%;
  font-size: 100px;
  color: white;
  text-shadow: 0 0 3px #000;
  padding: 0 30px;
}
span.chevron.chevron-left {
  left: 0;
}
.claim {
  position: absolute;
  top: 15%;
  float: left;
}
.claim a {
  color: white;
  background-color: #f38f00;
  padding: 10px 13px 13px;
  font-size: 24px;
  float: left;
  line-height: 1;
  margin-top: 20px;
}
.claim a:hover {
  text-decoration: none;
  background-color: #f38f00;
}
.claimtext {
  color: white;
  background: rgba(0, 0, 0, 0.65);
  padding: 5px 30px 5px 15px;
}
.claimtext .heading {
  font-size: 53px;
  outline-color: white;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px #000;
}
.claimtext p {
  color: #e7e7e7;
  font-size: 25px;
  text-shadow: 2px 2px 6px #000;
  letter-spacing: 1px;
}
a.slideranchor {
  font-size: 20px;
  color: white;
  text-align: center;
  left: 0;
  top: 80%;
  position: absolute;
  width: 100%;
  z-index: 100;
  font-style: oblique;
  font-weight: 100;
  letter-spacing: 4px;
  outline: 0 !important;
}
a.slideranchor i {
  float: left;
  width: 100%;
  font-size: 45px;
  text-shadow: 0 0 3px #000;
}
#page-26 main {
  padding-top: 0;
}
.startbox .ce-gallery {
  margin-bottom: 0;
}
.startbox .ce-textpic {
  position: relative;
}
.startbox .ce-bodytext {
  clear: both;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.startbox h2 {
  color: white;
  margin: 0;
  text-transform: none;
  font-size: 22px;
}
.startbox:hover {
  cursor: pointer;
}
.greywrap {
  background-color: #e7e9ee;
  padding: 15px 40px;
  display: inline-block;
  width: 100%;
}
.greywrap img {
  max-width: 100%;
  height: auto;
}
.textmedia.greywrap {
  min-height: 315px;
  color: white;
}
.page-navigation {
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}
.owl-dots {
  position: relative;
  width: 100%;
  text-align: center;
}
.owl-dot {
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  display: inline-block;
  margin: 0 5px;
}
.owl-dot.active {
  background: #7f7f7f;
}
.container-colored {
  background-color: #d3d3d8;
  margin-bottom: 50px;
}
.container-colored h1 {
  color: black;
  font-size: 40px;
  margin-bottom: 5px;
  font-weight: 700;
  padding: 40px 0;
}
.margin-top-70 {
  margin-top: 70px;
}
.tx-ttaddress-pi1 .fn {
  width: 100%;
  clear: both;
  display: block;
  font-weight: bold;
}
.tx-ttaddress-pi1 .tel {
  width: 100%;
  clear: both;
  display: block;
}
.tx-ttaddress-pi1 a .tx-ttaddress-pi1 .description {
  width: 100%;
  clear: both;
  display: block;
}
.ce-uploads li {
  margin: 0 0 10px 0;
}
.ce-uploads a {
  color: #8a8a8a;
}
.flexslider > .row > div ~ div > a {
  float: left;
  display: block;
  height: 200px;
  overflow-y: hidden;
  border: 1px solid #eee;
  margin: 5px;
}
.flexslider > .row > div ~ div img {
  padding: 15px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .news .article .teaser-text {
    margin-left: 10px;
    display: inline-block;
  }
  .headpic .head {
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  .news-list-view.owl .greywrap {
    padding: 0 40px;
  }
  .news .news-list-view.owl .greywrap .article .news-img-wrap img {
    width: auto;
    max-height: 201px;
  }
}
@media (max-width: 767px) {
  .news-list-view .normallist {
    min-height: 1px;
  }
}
@media (min-width: 1200px) {
  #level-one > li:nth-child(4) #level-two {
    right: -215px;
  }
  #level-one > li:nth-child(5) #level-two {
    right: -215px;
  }
  #level-one > li:nth-child(6) #level-two {
    margin-left: 0;
    right: 0;
  }
  #level-one > li:nth-child(7) #level-two {
    margin-left: 0;
    right: 0;
  }
  #level-one > li:last-child #level-two {
    margin-left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1450px) {
  #level-one > li > a {
    padding: 16px 10px;
  }
}
@media only screen and (min-width: 992px) {
  #mailbox:before {
    right: 90px;
    opacity: 0;
    visibility: hidden;
    display: block;
    content: '';
    text-align: center;
    position: absolute;
    color: #d8060a;
    width: 225px;
    background: #fff;
    font-size: 14px;
    border: 5px solid rgba(216, 6, 10, 0.7);
    padding: 17px 8px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #mailbox:hover:before {
    right: 70px;
    font-weight: bold;
    opacity: 1;
    visibility: visible;
  }
  #mailbox:focus:before {
    right: 70px;
    font-weight: bold;
    opacity: 1;
    visibility: visible;
  }
  #phonebox:before {
    right: 90px;
    opacity: 0;
    visibility: hidden;
    content: '';
    display: block;
    text-align: center;
    position: absolute;
    color: #d8060a;
    width: 225px;
    background: #fff;
    font-size: 14px;
    border: 5px solid rgba(216, 6, 10, 0.7);
    padding: 17px 8px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #phonebox:hover:before {
    right: 70px;
    font-weight: bold;
    opacity: 1;
    visibility: visible;
  }
  #phonebox:focus:before {
    right: 70px;
    font-weight: bold;
    opacity: 1;
    visibility: visible;
  }
  #fbbox:before {
    right: 90px;
    opacity: 0;
    visibility: hidden;
    display: block;
    content: '';
    text-align: center;
    position: absolute;
    width: 225px;
    background: #fff;
    font-size: 14px;
    border: 5px solid #3a5795;
    padding: 17px 8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3a5795;
  }
  #fbbox:hover:before {
    right: 70px;
    font-weight: bold;
    opacity: 1;
    visibility: visible;
  }
  #fbbox:focus:before {
    right: 70px;
    font-weight: bold;
    opacity: 1;
    visibility: visible;
  }
  .sidebox .fa.fa-facebook:hover {
    border-color: #3a5795;
  }
  .de #mailbox:before {
    content: 'zum Kontaktformular';
  }
  .de #phonebox:before {
    content: 'Rückruf anfordern';
  }
  .de #fbbox:before {
    content: 'Facebook';
  }
  .en #mailbox:before {
    content: 'Contact Form';
  }
  .en #phonebox:before {
    content: 'Call-Back-Service';
  }
  .en #fbbox:before {
    content: 'Facebook';
  }
  #phonebox.active:hover:before {
    display: none;
  }
  #phonebox.active:focus:before {
    display: none;
  }
  #mailbox.active:hover:before {
    display: none;
  }
  #mailbox.active:focus:before {
    display: none;
  }
  #fbbox.active:hover:before {
    display: none;
  }
  #fbbox.active:focus:before {
    display: none;
  }
  .cd-slider-nav ul {
    padding: 0 12%;
  }
}
@media only screen and (max-width: 1199px) {
  #level-two {
    padding: 5px;
    width: 250px;
    right: auto;
    margin-left: 0;
  }
  #level-two li {
    float: left;
    width: 100%;
  }
  #level-two li a {
    font-weight: 400;
    text-transform: none;
    line-height: 2.2;
    color: #646464;
  }
  #level-two .infobox {
    background: #e7e7e7;
    padding: 0;
    border: none;
    width: 100%;
  }
  #level-two .infoimage img {
    height: 45px;
    width: auto;
    display: none;
  }
  #level-two .infotext {
    display: none !important;
  }
  #level-two a:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    font-size: 18px;
    color: #f38f00;
  }
  #nav #level-two li span.infoimage {
    width: 25%;
  }
  #nav .fa-angle-double-right {
    display: block;
    position: absolute;
    right: 0;
    font-size: 20px;
    top: -4px;
    line-height: 1.9;
  }
  #nav li:hover ul {
    display: none;
  }
  #nav li.active > ul {
    opacity: 1;
    visibility: visible;
  }
  #nav ul {
    display: none;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
  }
  #nav ul > li.active > ul {
    display: block;
  }
  #nav ul > li.active > i {
    color: #f38f00;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  nav#nav {
    float: none;
    clear: none;
    top: 0;
  }
  div.logo {
    width: 100px;
  }
  header {
    height: 70px;
  }
  header #form_kesearch_pi1 {
    display: none;
  }
  header div.logo {
    margin-top: 0;
  }
  header nav#nav {
    margin-top: 0;
  }
  .languages {
    float: left;
  }
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  #level-one {
    display: none;
  }
  #level-one > li {
    margin-left: 0;
    position: relative;
    display: block;
    float: left;
    text-align: left;
    margin-top: 2px;
    width: 100%;
  }
  #level-one > li > a {
    padding: 0;
  }
  #level-one li a {
    padding: 0;
    line-height: 1.9;
  }
  header.headroom--top {
    height: 70px;
  }
  header.headroom--top div.logo {
    margin-top: 0;
  }
  header.headroom--top nav#nav {
    margin-top: 0;
  }
  .outer-nav {
    margin-top: 50px;
  }
  .outer-nav a {
    background: #cb4e4e !important;
    box-shadow: 0 6px #ab3c3c;
    border: none;
    font-family: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 3px 8px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .outer-nav a:active {
    box-shadow: 0 0 #ab3c3c;
    top: 6px;
  }
  .outer-nav a:hover {
    box-shadow: 0 4px #ab3c3c;
    top: 2px;
  }
  .outer-nav .langpic {
    margin: 0 0 2px 5px;
  }
  .outer-nav.horizontal a {
    margin: 8px 12px;
  }
  header.headroom--not-top {
    height: 70px;
  }
  #level-one.active {
    display: block;
    position: absolute;
    width: 250px;
    right: -9px;
    background: #e7e7e7;
    margin-top: 70px;
    box-shadow: 1px 2px 6px #000;
    padding: 10px;
  }
  button#showMenu {
    display: block;
    position: relative;
    right: 0;
    top: 12px;
    background: none;
    color: white;
    border: none;
    font-size: 30px;
    float: right;
  }
  button#showMenu:before {
    content: 'MENU';
    position: relative;
    display: block;
    color: black;
    width: 75px;
    float: left;
    font-size: 20px;
    padding: 8px;
  }
  .fa-bars {
    color: #f38f00;
  }
  .fixedheight {
    height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-slider-nav {
    height: 190px;
  }
  .cd-slider-nav a {
    padding-top: 65px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .testimonial {
    margin-top: -18%;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .testimonial {
    margin-top: -30%;
  }
}
@media only screen and (max-width: 1169px) {
  .fixedheight {
    height: 350px;
  }
  .testimonialwrap img {
    transform: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .fixedheight {
    height: 180px;
  }
  .testimonial {
    font-size: 25px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 500px) {
  .testimonialwrap {
    padding: 10px 0;
  }
  .languages {
    display: none;
  }
}
@media only screen and (width: 480px) and (height: 320px) {
  main {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 360px) {
  main {
    margin-top: 40px;
  }
}
@media (max-width: 1920px) {
  .greywrap {
    padding: 8px 40px;
  }
}
@media (min-width: 992px) {
  .tx-ttaddress-pi1 {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 1200px) {
  .flexslider > .row > div ~ div > a {
    height: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .flexslider > .row > div ~ div > a {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .flexslider > .row > div ~ div > a {
    height: 200px;
  }
}
#newsletter {
  background-color: #d88d18;
  padding: 10px 0;
}
#newsletter table {
  display: inline-block;
}
#newsletter table tr {
  display: inline-block;
  width: 80%;
}
@media (max-width: 991px) {
  #newsletter table tr {
    width: 100%;
  }
}
#newsletter table tr + tr {
  width: 20%;
}
@media (max-width: 991px) {
  #newsletter table tr + tr {
    width: 100%;
  }
}
#newsletter table tr + tr td {
  width: auto !important;
  padding: 0 !important;
}
#newsletter table tr + tr td + td {
  width: auto !important;
  padding: 10px 5px !important;
}
#newsletter table tr:hover {
  background: none;
}
#newsletter table tr td {
  display: inline-block;
  width: 35% !important;
}
@media (max-width: 991px) {
  #newsletter table tr td {
    width: 100% !important;
  }
}
#newsletter table tr td + td {
  width: 65% !important;
}
@media (max-width: 991px) {
  #newsletter table tr td + td {
    width: 100% !important;
    padding: 10px 5px;
  }
}
#newsletter table tr td label {
  color: white !important;
  text-shadow: 0 0 0 !important;
  margin: 0 !important;
  font-weight: normal;
}
#newsletter table tr td input {
  background-color: #d88d18 !important;
  color: white !important;
  border-color: #f4ce96 !important;
  width: 100% !important;
  padding: 3px 10px !important;
}
#newsletter table tr td input::placeholder {
  color: #f4ce96;
}
#newsletter table tr td button {
  background-color: white !important;
  color: #d88d18 !important;
  margin: 0 !important;
  float: right;
  border-radius: 0 !important;
  padding: 4px 20px !important;
}
#newsletter table tr td button:hover {
  background-color: white !important;
  color: #d88d18 !important;
}
