.shadow {
  opacity: 1;
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
  box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.box-img-border {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.shadow-lvl1 {
  opacity: 1;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.transition {
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.button {
  color: #fff;
  background-color: #599d2c;
  border: 1px solid #599d2c;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.button:hover,
.button:focus,
.button:active {
  background-color: #37611b;
  border-color: #599d2c;
  color: #fff;
  text-decoration: none;
}
.accordion {
  border: 1px solid #dbdbdb;
  margin-bottom: 1rem;
}
.accordion .accordion-head {
  color: #599d2c;
}
.accordion .accordion-head h1,
.accordion .accordion-head h2,
.accordion .accordion-head h3,
.accordion .accordion-head h4,
.accordion .accordion-head h5 {
  margin: 0;
  padding: 0.5rem 0.6rem 0.5rem 1.3rem;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.accordion .accordion-head h1:hover,
.accordion .accordion-head h2:hover,
.accordion .accordion-head h3:hover,
.accordion .accordion-head h4:hover,
.accordion .accordion-head h5:hover {
  cursor: pointer;
}
.accordion .accordion-head h1 i,
.accordion .accordion-head h2 i,
.accordion .accordion-head h3 i,
.accordion .accordion-head h4 i,
.accordion .accordion-head h5 i {
  float: right;
}
.accordion .accordion-head.collapsed {
  background-color: #ececec;
  color: #333333;
}
.accordion .accordion-head.collapsed:hover {
  color: #599d2c;
}
.accordion .accordion-content {
  padding: 0.6rem 1.3rem 0.6rem;
}
.flexslider {
  border: none;
  background: none;
  margin: 0;
  min-height: 50px;
  overflow: hidden;
  position: relative;
}
.flexslider .container {
  position: relative;
}
.flexslider ul.slides {
  margin: 0;
  padding: 0;
}
.flexslider ul.slides > li {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.flexslider ul.slides h2.slidercaption {
  position: absolute;
  bottom: 4rem;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 1rem 1.2rem;
  max-height: 63px;
}
.flexslider ul.slides h2.slidercaption::after {
  content: url('/fileadmin/template/images/slidercaptionangle.png');
  height: 63px;
  width: 36px;
  position: absolute;
  top: 0;
  margin-left: 19px;
}
.flex-control-nav {
  text-align: right;
  right: 50px;
  bottom: 80px !important;
  font-size: 0;
  z-index: 100;
}
.flex-control-paging li a {
  width: 0.8rem;
  height: 0.8rem;
  background: #b7b7b7;
  border: 1px solid #fff;
  box-shadow: none;
}
.flex-control-paging li a.flex-active {
  background: #ff5c00;
  border-color: #ff5c00;
}
.flex-direction-nav a {
  width: 48px;
  height: 48px;
}
.bildfloat.bildlinks {
  margin: 0 1.3rem 0 -1rem;
  float: left;
}
.bildfloat.bildrechts {
  margin: 0 -1rem 0 1.3rem;
  float: right;
}
.column-2 .ce-bodytext {
  -webkit-column-count: 2;
  -webkit-column-gap: 1.5rem;
  -moz-column-count: 2;
  -moz-column-gap: 1.5rem;
  column-count: 2;
  column-gap: 1.5rem;
}
@media (max-width: 767px) {
  .bildfloat.bildlinks,
  .bildfloat.bildrechts {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
hr {
  margin-top: 0;
  margin-bottom: 0;
}
.table>thead>tr>th {
  border-color: #dbdbdb;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-color: #dbdbdb;
}
.table-striped {
  width: 100%;
}
.table-striped >tbody>tr:nth-of-type(odd) {
  background: #599d2c;
}
.pageteaser .teaseritem {
  margin-bottom: 2rem;
}
.pageteaser .teaseritem a {
  display: block;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.pageteaser .teaseritem a:hover {
  background-color: #599d2c;
  border-color: #dbdbdb;
  color: #fff;
}
.pageteaser .teaseritem span {
  display: block;
  margin: 0.5rem;
}
.pageteaser .teaseritem span.pagetitle {
  min-height: 3rem;
}
.ce-uploads {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ce-uploads li a {
  font-weight: 400;
}
.ce-uploads li .ce-uploads-filesize {
  text-transform: uppercase;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Gudea', sans-serif;
  background-color: #EFF0F2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
body.start {
  background: #fff;
}
a {
  color: #599d2c;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
a:hover,
a:focus {
  color: #37611b;
  text-decoration: none;
}
.marginb {
  margin-bottom: 1rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.5;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 300;
}
h1 {
  color: #599d2c;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Gudea', sans-serif;
  text-align: left;
  margin: 0 auto;
  margin-top: 40px;
}
h1.head {
  margin-top: 0;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  h1 {
    margin-top: 0;
  }
}
h2 {
  color: #599d2c;
  font-size: 1.7rem;
  font-weight: 300;
  font-family: 'Gudea', sans-serif;
  margin: 40px 0 20px 0;
}
h3 {
  color: #599d2c;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}
h4 {
  color: #599d2c;
  font-size: 0.9rem;
  font-weight: 400;
}
h5 {
  color: #333333;
  font-size: 0.8rem;
  font-weight: 400;
}
h6 {
  color: #333333;
  font-size: 0.8rem;
  font-weight: 400;
}
.headernomargintop h2 {
  margin: 0 0 20px 0;
  line-height: 1;
}
.maincontent li {
  list-style: none;
  padding: 0 0.6rem;
}
.maincontent li:before {
  content: "• ";
  color: #599d2c;
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -0.75rem;
  top: 0;
}
hr {
  border-top: 1px dotted #333;
}
header {
  background: #fff;
}
header .header-inner {
  position: relative;
  margin-top: 1.5rem;
}
header .header-inner .logo {
  float: left;
  max-width: 250px;
  margin-bottom: 15px;
  margin-right: 40px;
}
header .header-inner .logo img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: bicubic;
}
header .header-inner .languagemenu {
  position: absolute;
  right: 0;
  top: -24px;
}
header .header-inner .languagemenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
header .header-inner .languagemenu ul li {
  float: left;
  border-right: 1px solid #DDDCD8;
  padding: 3px 6px;
}
header .header-inner .languagemenu ul li.last {
  border: none;
}
header .header-inner .languagemenu ul li.current a {
  font-weight: bold;
}
header .header-inner .languagemenu ul li a {
  padding: 3px 10px;
  display: block;
  color: #000;
}
.headertopcontainer {
  border-top: 5px solid #599d2c;
  background: url("/fileadmin/template/images/headpatter2.png");
  min-height: 140px;
  overflow: hidden;
  margin-bottom: 40px;
}
.headertopcontainer h1 {
  margin-bottom: 0;
  margin-top: 0;
  display: inline;
  float: left;
  width: auto;
  height: 145px;
  padding-top: 44px;
  background-color: #eff0f2;
  background-color: rgba(255,255,255,0.85);
  position: relative;
}
.headertopcontainer h1::before {
  content: '';
  background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0.85));
  height: 145px;
  width: 525px;
  margin-left: -525px;
  top: 0;
  position: absolute;
  overflow: hidden;
}
.headertopcontainer h1::after {
  content: '';
  background: linear-gradient(to left,rgba(255,255,255,0),rgba(255,255,255,0.85));
  height: 145px;
  width: 525px;
  top: 0;
  position: absolute;
  overflow: hidden;
}
.headertopcontainer .shinebg {
  background: url("/fileadmin/template/images/shine-header.png") no-repeat -200px center;
}
.headertopcontainer .greenbanner h1 {
  text-align: center;
  width: 100%;
  height: auto;
}
.headertopcontainer .greenbanner h1::before {
  content: "";
  background: none;
}
.headertopcontainer .greenbanner h1::after {
  content: "";
  background: none;
}
body.brennholz .headertopcontainer {
  background: url("/fileadmin/template/images/header-holzstoss-breit.jpg");
}
.navbar {
  background: none;
  border: none;
  margin-bottom: 0;
}
.navbar .container {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navigation {
  float: right;
}
.navigation a {
  text-decoration: none;
}
.navigation .navbar {
  position: absolute;
  bottom: 0;
  right: 0;
}
.navigation .navbar ul {
  margin: 0;
  padding: 0;
}
.navigation .navbar ul li {
  list-style: none;
}
.navigation .navbar ul li a {
  color: #787878;
  display: block;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.navigation .navbar ul li a i {
  display: none;
}
.navigation .navbar ul li a:hover {
  background: #fff;
  color: #599d2c;
  text-decoration: none;
  outline: none;
}
.navigation .navbar ul li a:focus {
  color: #599d2c;
  outline: none;
}
.navigation .navbar ul.nav > li > a:hover,
.navigation .navbar ul.nav > li:hover > a,
.navigation .navbar ul.nav > li.active > a:hover,
.navigation .navbar ul.nav > li.active:hover > a {
  background: #6E767E;
  color: #fff;
}
.navigation .navbar ul.nav > li > a:hover::before,
.navigation .navbar ul.nav > li:hover > a::before,
.navigation .navbar ul.nav > li.active > a:hover::before,
.navigation .navbar ul.nav > li.active:hover > a::before {
  content: url('/fileadmin/template/images/navcorner.png');
  height: 22px;
  width: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .navbar ul.nav > li {
  position: inherit;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.navigation .navbar ul.nav > li.active > a {
  background: #599d2c;
  color: #fff;
}
.navigation .navbar ul.nav > li.active > a::before {
  content: url('/fileadmin/template/images/navcorner.png');
  height: 22px;
  width: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .navbar ul.nav > li.active > a:hover {
  color: #fff;
}
.navigation .navbar ul.nav > li > a {
  padding: 1.3rem 1.3rem 1.6rem 1.3rem;
  height: 60px;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Gudea', sans-serif;
}
.navigation .navbar ul.nav > li > ul {
  display: none;
  position: absolute;
  background-color: #6E767E;
  min-width: 220px;
  max-width: 275px;
  font-size: 14px;
  z-index: 500;
  opacity: 1;
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
  box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.navigation .navbar ul.nav > li > ul > li a {
  color: #fff;
  padding: 1rem 1.3rem 1rem 1.3rem;
}
.navigation .navbar ul.nav > li > ul > li a:hover {
  color: #fff;
  background-color: #599d2c;
}
.navigation .navbar ul.nav > li:hover > ul {
  display: block;
}
.navigation .navbar .nav-third-level li a {
  padding: 0.5rem 1.3rem 0.5rem 2.3rem !important;
}
body.vorrichtung .navigation .navbar ul.nav > li > a {
  font-size: 15px;
}
body.vorrichtung.fr .logo {
  max-width: 195px;
}
body.vorrichtung.fr .navigation .navbar ul.nav > li > a {
  padding: 1.3rem 1rem 1.6rem 1rem;
}
body.veredelung.fr .logo {
  max-width: 185px;
}
body.veredelung.fr .navigation .navbar ul.nav > li > a {
  font-size: 15px;
  padding: 1rem;
}
body.brennholz .languagemenu {
  display: none;
}
.breadcrumb-wrap {
  display: none;
  margin: 1.5rem 0;
}
.breadcrumb-wrap ul.breadcrumb-navi {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-wrap ul.breadcrumb-navi li {
  float: left;
  margin-right: 0.3rem;
}
.breadcrumb-wrap ul.breadcrumb-navi li a {
  margin-right: 0.3rem;
}
.breadcrumb-wrap ul.breadcrumb-navi li .special-last {
  color: #000;
}
footer {
  margin-top: 2rem;
}
footer a {
  text-decoration: none;
}
footer .footer {
  border-top: 1px solid #dbdbdb;
  padding: 1.3rem 0;
}
footer .footer .footer-copyright {
  float: left;
}
footer .footer .footer-copyright p {
  font-size: 13px;
}
@media (max-width: 991px) {
  footer .footer .footer-copyright {
    width: 100%;
    text-align: center;
  }
  footer .footer .footer-copyright span.copyright-bottom {
    display: inline-block;
  }
}
footer .footer ul.footer-navi {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer ul.footer-navi li {
  float: left;
  margin: 0 0 0 1.3rem;
  font-size: 13px;
}
footer .footer ul.footer-navi li:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  footer .footer ul.footer-navi {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 567px) {
  span.copyright-middot {
    display: none;
  }
}
body.fr footer .footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.en footer .footer ul.footer-navi li {
  margin: 0 0 0 0.75rem;
}
.flexslider {
  max-width: 1240px;
  margin: 0 auto;
}
.flexslider ul.slides h2.slidercaption {
  background: #599d2c;
}
.flexslider ul.slides li:before {
  content: "";
}
.flex-control-paging li a {
  background: none;
  border-color: #599d2c;
  border-width: 2px;
}
.flex-control-paging li a:hover {
  background: #599d2c;
  border-color: #599d2c;
  border-width: 2px;
}
.flex-control-paging li a.flex-active {
  background: #599d2c;
  border-color: #599d2c;
}
.content ul {
  margin: 0;
  padding-left: 1.1rem;
}
.backlink {
  margin-top: 2rem;
}
.backlink .button-link {
  color: #fff;
  background-color: #599d2c;
  border: 1px solid #599d2c;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-transform: uppercase;
}
.backlink .button-link:hover,
.backlink .button-link:focus,
.backlink .button-link:active {
  background-color: #37611b;
  border-color: #599d2c;
  color: #fff;
  text-decoration: none;
}
a.back-link-btn {
  color: #fff;
  background-color: #599d2c;
  border: 1px solid #599d2c;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  text-decoration: none;
  transition: all .2s ease-out;
}
a.back-link-btn:hover,
a.back-link-btn:focus {
  background-color: #37611b;
  border-color: #599d2c;
  color: #fff;
  text-decoration: none;
}
.btn.btn-default {
  color: #fff;
  background-color: #599d2c;
  border: 1px solid #599d2c;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  background-color: #37611b;
  border-color: #599d2c;
  color: #fff;
  text-decoration: none;
}
.pagination-wrap {
  margin-top: 2rem;
}
.pagination-wrap .pagination {
  padding-left: 0;
}
.pagination-wrap .pagination>li>a,
.pagination-wrap .pagination>li>span {
  color: #777;
  border-color: #dbdbdb;
}
.pagination-wrap .pagination>li>a:focus,
.pagination-wrap .pagination>li>a:hover,
.pagination-wrap .pagination>li>span:focus,
.pagination-wrap .pagination>li>span:hover {
  background-color: #eee;
  border-color: #dbdbdb;
}
.pagination-wrap .pagination>.active>a,
.pagination-wrap .pagination>.active>a:focus,
.pagination-wrap .pagination>.active>a:hover,
.pagination-wrap .pagination>.active>span,
.pagination-wrap .pagination>.active>span:focus,
.pagination-wrap .pagination>.active>span:hover {
  background-color: #ff5c00;
  border-color: #ff5c00;
  color: #fff;
}
.bevelo {
  background: #000;
  height: 300px;
  position: relative;
  width: 300px;
  overflow: hidden;
  transition: 0.5s;
}
.bevelo:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 40px solid #fff;
  border-right: 20px solid transparent;
  position: absolute;
  transition: 0.5s;
}
.bevelo:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 30px solid #fff;
  border-left: 30px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}
.bevel:hover:before {
  border-top: 60px solid #fff;
  border-right: 10px solid transparent;
}
.bevel:hover:after {
  border-bottom: 30px solid #fff;
  border-left: 30px solid transparent;
}
.bevelkk {
  -webkit-clip-path: polygon(20% 0%,100% 0%,100% 75%,80% 100%,0% 100%,0% 25%);
  clip-path: url("#clipPolygon");
  height: 300px;
  width: 300px;
  overflow: hidden;
}
.bevel {
  background: url("http://static.boredpanda.com/blog/wp-content/uploads/2015/09/Instagrams-most-famous-cat-Nala165604f5fc88e5f.jpg");
  height: 300px;
  width: 300px;
}
body.start h2 {
  text-align: center;
}
body.splashpage {
  background-color: #fff;
}
body.splashpage .navigation {
  display: none;
}
body.splashpage .headertopcontainer .flexslider {
  margin-bottom: 0;
}
body.splashpage .headertopcontainer .textmedia {
  max-width: 1240px;
  text-align: left;
  margin: 0 auto;
}
body.splashpage .headertopcontainer .textmedia .ce-bodytext {
  float: right;
  margin-top: -316px;
  z-index: 100;
  right: 200px;
  position: relative;
}
body.splashpage .headertopcontainer .textmedia h2 {
  text-align: left;
  margin-bottom: -9px;
  margin-top: 0;
}
body.splashpage .headertopcontainer .textmedia a {
  color: #333333;
  width: 171px;
  height: 43px;
  position: relative;
  margin-bottom: 40px;
  padding: 10px 10px 6px 17px;
  display: inline-block;
  transition: 0s;
  background-image: url('/fileadmin/template/images/Splashbutnbackground.png');
  outline: none;
}
body.splashpage .headertopcontainer .textmedia a i {
  margin-left: 45px;
}
body.splashpage .headertopcontainer .textmedia a:hover,
body.splashpage .headertopcontainer .textmedia a:active,
body.splashpage .headertopcontainer .textmedia a:focus {
  outline: none;
}
body.splashpage .headertopcontainer .textmedia a:hover {
  transition: 0s;
  background: url('/fileadmin/template/images/Splashbutnbackground.png');
  color: #fff;
  background-position: 0 -47px;
  outline: none;
}
body.splashpage .greenbanner {
  background: #599d2c;
  padding: 20px 0;
}
body.splashpage .greenbanner h1 {
  color: #fff;
  font-size: 24px;
  background: none;
  padding: 0;
  margin: 0;
}
body.splashpage .greenbanner p {
  color: #fff;
  text-align: center;
}
body.splashpage.fr .headertopcontainer .textmedia .ce-bodytext a {
  margin-bottom: 10px;
}
body.brennholz h2.slidercaption::after {
  display: none;
}
body.brennholz .flexslider ul.slides h2.slidercaption {
  max-height: 200px;
  max-width: 800px;
  bottom: 0;
  margin: 0;
  left: -35px;
}
body.brennholz .flex-control-nav {
  bottom: 25px !important;
}
body.brennholz .quicksplash {
  display: none;
}
body.brennholz.startseite .col-md-3 .textmedia .ce-bodytext a {
  background: #599d2c;
  border: 1px solid #599d2c;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
  transition: 0.3s;
}
body.brennholz.startseite .col-md-3 .textmedia .ce-bodytext a:hover {
  background: #fff;
  color: #599d2c;
}
body.brennholz .greenlinkbuttons a:hover {
  background: #fff;
  color: #599d2c;
}
body.brennholz .greenlinkbuttons a {
  background: #599d2c;
  border: 1px solid #599d2c;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
  transition: 0.3s;
}
body.brennholz a {
  color: #599d2c;
}
body.brennholz a:hover {
  color: #000;
}
body.brennholz a.back-link-btn {
  color: #fff;
  background-color: #599d2c;
  border: 1px solid #599d2c;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  text-decoration: none;
  transition: all .2s ease-out;
}
body.brennholz a.back-link-btn:hover,
body.brennholz a.back-link-btn:focus {
  background-color: #37611b;
  border-color: #599d2c;
  color: #fff;
  text-decoration: none;
}
body.brennholz table {
  border: 1px solid #c2c3c2;
  width: 100%;
  margin-bottom: 20px;
  min-width: 690px;
}
body.brennholz table tr.tr-even {
  background: #FFF;
}
body.brennholz table tr.tr-odd {
  background: #f7f7f7;
}
body.brennholz table tr td {
  border-top: 1px solid #C2C3C2;
  padding: 6px;
}
#menubtnLang {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
}
#menubtnLang:before,
#menubtnLang:after {
  background: #000;
  opacity: 0;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  right: 0;
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
#menubtnLang:before {
  top: 10px;
}
#menubtnLang:after {
  top: 30px;
}
#menubtnLang i {
  position: absolute;
  font-size: 40px;
  top: 0;
  right: 5px;
  display: block;
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity, font-size;
  transition-property: transform, top, bottom, left, opacity, font-size;
}
#menubtnLang:hover,
#menubtnLang:active,
#menubtnLang:focus {
  color: #000;
}
html.mm-opening.mm-right #menubtnLang i {
  font-size: 0;
  top: 25px;
  right: 10px;
  transform: rotate(180deg);
}
html.mm-opening.mm-right #menubtnLang:before,
html.mm-opening.mm-right #menubtnLang:after {
  top: 20px;
  opacity: 1;
}
html.mm-opening.mm-right #menubtnLang:before {
  transform: rotate(45deg);
}
html.mm-opening.mm-right #menubtnLang:after {
  transform: rotate(-45deg);
}
#hamburger {
  box-sizing: border-box;
  display: block;
  width: 70px;
  height: 45px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 4;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #599d2c;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 0;
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
#hamburger:before {
  top: 10px;
}
#hamburger span {
  top: 20px;
}
#hamburger:after {
  top: 30px;
}
html.mm-opening:not(.mm-right) #hamburger:before,
html.mm-opening:not(.mm-right) #hamburger:after {
  top: 20px;
}
html.mm-opening:not(.mm-right) #hamburger span {
  left: -50px;
  opacity: 0;
}
html.mm-opening:not(.mm-right) #hamburger:before {
  transform: rotate(45deg);
}
html.mm-opening:not(.mm-right) #hamburger:after {
  transform: rotate(-45deg);
}
ul.nav-third-level {
  position: absolute;
  right: -200px;
  width: 200px;
  background: #6E767E;
  top: 0;
  display: none;
}
.navigation .navbar .nav-third-level li a {
  padding-left: 15px !important;
}
.nav-second-level li:hover ul.nav-third-level {
  display: block;
}
.nav-second-level li {
  position: relative;
}
.mm-menu>.mm-navbar.mm-navbar-top-2 {
  border-top: 1px solid #DDDCD8;
}
.mm-menu>.mm-navbar.mm-navbar-top-2 a {
  color: #6E767E;
}
#mobileLanguageMenu {
  padding: 0;
  height: 100%;
}
#mobileLanguageMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
#mobileLanguageMenu ul li {
  border-right: 1px solid #DDDCD8;
  float: left;
  height: 100%;
  width: 33%;
}
#mobileLanguageMenu ul li a {
  color: #000;
  display: inline-block;
  padding: 8px 30px;
  height: 100%;
}
#mobileLanguageMenu ul li.last {
  border: none;
}
#mobileLanguageMenu ul li.current a {
  font-weight: bold;
}
body.brennholz #mobileLanguageMenu {
  display: none;
}
.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}
.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  transition: font-size 200ms;
  line-height: 1em;
}
.cc_container .cc_message {
  font-size: 0.6em;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  background-image: url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10/logo.png);
  opacity: 0.9;
  transition: opacity 200ms;
}
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
  opacity: 1;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em;
  }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
}
.cc_container .cc_btn {
  padding: 8px 10px;
  background-color: #f1d600;
  cursor: pointer;
  transition: font-size 200ms;
  text-align: center;
  font-size: 0.6em;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
}
.cc_container .cc_message {
  transition: font-size 200ms;
  font-size: 0.6em;
  display: block;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    margin-top: 0.5em;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px 15px;
  }
  .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px;
  }
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
.cc_container {
  background: #fff;
  color: #999;
  font-size: 17px;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #000;
  background-color: #f1d600;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #d7bf00;
  color: #000;
}
.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  transition: 200ms color;
}
.cc_container a:hover,
.cc_container a:active {
  color: #555;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.cc_container,
.cc_message,
.cc_btn {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.cc_container a,
.cc_container a:visited {
  color: #000;
}
.cc_container a:hover,
.cc_container a:visited:hover {
  color: #000;
  text-decoration: underline;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  background-color: #599d2c !important;
  color: #fff !important;
  border: 1px solid #599d2c !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.4s ease;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:visited:hover {
  background-color: #fff !important;
  color: #599d2c !important;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #fff;
  color: #599d2c;
  text-decoration: none;
}
a.cc_more_info {
  color: #000 !important;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
a.cc_more_info:hover,
a.cc_more_info:focus {
  color: #599d2c !important;
}
a.cc_logo {
  display: none !important;
}
.news .news-list-view h2 {
  text-align: left;
  margin: 0;
  font-size: 1.5rem;
}
.news .news-list-view h2 a {
  color: #599d2c;
}
.news .news-list-view h2 a:hover {
  color: #000;
}
.news .news-list-view ul {
  padding-left: 0;
}
.news .news-list-view .news-img-wrap a {
  display: block;
  height: 135px;
  overflow: hidden;
}
.news .news-list-view .news-img-wrap a::before {
  content: url('/fileadmin/template/images/imagecornerlefttop.png');
  height: 26px;
  width: 17px;
  position: absolute;
  top: 0px;
  left: 15px;
}
.news .news-list-view .news-img-wrap a::after {
  content: url('/fileadmin/template/images/imagecornerrightbottom.png');
  height: 21px;
  width: 14px;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.news.news-single .news-img-wrap .outer {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 2rem;
}
.news.news-single .news-img-wrap .outer p {
  margin: 0;
  padding-top: 4px;
  font-size: 0.8rem;
}
.news.news-single .news-backlink-wrap a {
  color: #fff;
  background-color: #599d2c;
  border: 1px solid #599d2c;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.news.news-single .news-backlink-wrap a:hover,
.news.news-single .news-backlink-wrap a:focus,
.news.news-single .news-backlink-wrap a:active {
  background-color: #37611b;
  border-color: #599d2c;
  color: #fff;
  text-decoration: none;
}
.news-list-view {
  margin-left: -15px;
  margin-right: -15px;
}
.news-list-view .article {
  background: #fff;
  padding: 20px;
  float: left;
  width: 48%;
  margin-bottom: 1rem;
}
.multiimage {
  overflow: hidden;
}
.multiimage a {
  position: relative;
  display: block;
}
.multiimage a::before {
  content: url("/fileadmin/template/images/imagecornerlefttop.png");
  height: 26px;
  width: 17px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.multiimage a::after {
  content: url("/fileadmin/template/images/imagecornerrightbottom.png");
  height: 21px;
  width: 14px;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 100;
}
.news .newsdetailview.leistung {
  margin-top: 80px;
}
.news .newsdetailview.leistung .news-list-date {
  display: none;
}
.news .newsdetailview.leistung .news-img-wrap .multiimage {
  width: 50%;
  float: left;
  padding: 3px !important;
  position: relative;
  margin-bottom: 3px;
}
.news .newsdetailview.leistung .news-img-wrap .multiimage::before {
  content: '' !important;
  height: 0px;
  width: 0px;
  position: absolute;
  top: 0px;
  left: 15px;
}
.news .newsdetailview.leistung .news-img-wrap .outer {
  padding: 0;
  border: none;
  margin-bottom: 0;
  position: relative;
}
.news .newsdetailview.leistung .news-img-wrap .outer::before {
  content: url("/fileadmin/template/images/imagecornerlefttop.png");
  height: 26px;
  width: 17px;
  position: absolute;
  top: 0;
  left: -2px;
}
.news .newsdetailview.leistung .news-img-wrap .outer img {
  width: 100%;
  height: auto;
}
.news .newsdetailview.leistung .news-img-wrap .outer::after {
  content: url("/fileadmin/template/images/imagecornerrightbottom.png");
  height: 21px;
  width: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news .newsdetailview.leistung .upperimage {
  margin-bottom: 40px;
  float: left;
}
.news .newsdetailview.leistung .upperimage ul {
  padding-left: 0;
}
.news .newsdetailview.leistung .upperimage .flex-control-nav {
  top: 16px;
  right: 26px;
  bottom: 0;
}
.news .news-list-view .article.leistung {
  box-shadow: 0 4px 5px #ddd;
}
.news .news-list-view .article.leistung h2 {
  font-weight: bold;
}
.news .news-list-view .article.leistung .news-img-wrap a img {
  float: left;
  height: 100%;
  width: auto;
  max-width: 1000px;
}
.news .news-list-view .article.leistung .news-img-wrap .no-media-element img {
  margin-left: 0px;
  width: 100%;
  height: auto;
}
.news .news-list-view .article.leistung .news-list-date {
  display: none;
}
.news .news-list-view .article.leistung a.more {
  background: #fff;
  color: #333333;
  border: 1px solid #c2c3c2;
  position: relative;
  padding: 10px 16px;
  margin-top: 35px;
  display: inline-block;
  transition: 0s;
}
.news .news-list-view .article.leistung a.more::before {
  content: url('/fileadmin/template/images/btncornertopleft.png');
  height: 18px;
  width: 13px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.news .news-list-view .article.leistung a.more::after {
  content: url('/fileadmin/template/images/btncornerbottomright.png');
  height: 18px;
  width: 12px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.news .news-list-view .article.leistung a.more:hover {
  transition: 0.4s;
  background: #599d2c;
  color: #fff;
  border: 1px solid #599d2c;
}
.news .news-list-view .article.leistung a.more:hover::before {
  content: url('/fileadmin/template/images/btnhovercornertopleft.png');
}
.news .news-list-view .article.leistung a.more:hover::after {
  content: url('/fileadmin/template/images/btnhovercornerbottomright.png');
}
body.leistungendetail {
  background: #fff;
}
.tx-powermail .parsley-error {
  border-color: #ff5c00;
}
.tx-powermail .parsley-errors-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #ff5c00;
}
.tx-powermail .btn-primary {
  color: #fff;
  background-color: #599d2c;
  border-color: #599d2c;
  transition: 0.3s;
}
.tx-powermail .btn-primary:hover {
  color: #599d2c;
  background-color: #fff;
}
.tx-powermail .form-horizontal .control-label {
  text-align: left;
}
.quicksplash {
  position: fixed;
  right: 0;
  top: 300px;
  display: block;
  border: 1px solid #c3c4c6;
  font-size: 20px;
  margin-right: -1px;
  padding: 8px 14px;
  background: #fff;
  transition: 0.3s;
}
.quicksplash:hover {
  background: #599d2c;
  color: #fff;
}
.elasticiframe {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.elasticiframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBox h2 {
  text-align: left;
  margin: -10px 0 15px 0;
}
.modalBox .col-md-6 {
  background: #fff;
}
.modalBox .col-md-6:first-child {
  width: 48%;
  margin: 1%;
  padding: 20px;
}
.modalBox .col-md-6:first-child .ce-media {
  padding: 0;
  margin: 0;
}
.modalBox .col-md-6:first-child .ce-media::before {
  content: url('/fileadmin/template/images/imagecornerlefttop.png');
  height: 26px;
  width: 17px;
  position: absolute;
  top: 0px;
  left: 15px;
}
.modalBox .col-md-6:first-child .ce-media::after {
  content: url('/fileadmin/template/images/imagecornerrightbottom.png');
  height: 21px;
  width: 14px;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.modalBox .col-md-6:first-child a {
  background: #fff;
  color: #333333;
  border: 1px solid #c2c3c2;
  position: relative;
  padding: 10px 16px;
  margin-top: 35px;
  display: inline-block;
  transition: 0s;
}
.modalBox .col-md-6:first-child a::before {
  content: url('/fileadmin/template/images/btncornertopleft.png');
  height: 18px;
  width: 13px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.modalBox .col-md-6:first-child a::after {
  content: url('/fileadmin/template/images/btncornerbottomright.png');
  height: 18px;
  width: 12px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.modalBox .col-md-6:first-child a:hover {
  transition: 0.4s;
  background: #599d2c;
  color: #fff;
  border: 1px solid #599d2c;
}
.modalBox .col-md-6:first-child a:hover::before {
  content: url('/fileadmin/template/images/btnhovercornertopleft.png');
}
.modalBox .col-md-6:first-child a:hover::after {
  content: url('/fileadmin/template/images/btnhovercornerbottomright.png');
}
.modalBox .col-md-6:last-child {
  display: none;
  width: 800px;
  position: absolute;
  z-index: 111;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-radius: 6px;
  padding: 20px 25px;
}
.modalBox .col-md-6:last-child a.popupmodalclose {
  display: block;
  height: 20px;
  width: 20px;
  float: right;
  z-index: 100;
}
.modalBox .col-md-6:last-child a.popupmodalclose i {
  color: #cacaca;
}
.modalBox .col-md-6:last-child a.popupmodalclose i:hover {
  cursor: pointer;
}
.modalBox .col-md-6:last-child h2 {
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 1.2rem;
  padding-bottom: 10px;
  margin-bottom: 34px;
}
body.modalopen .popupmodalbackground {
  height: 100%;
  width: 100%;
  z-index: 110;
  position: fixed;
  background: rgba(0,0,0,0.5);
  top: 0;
}
.karrierelinks {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #599d2c;
}
.karrierelinks .ce-bodytext h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.karrierelinks .ce-bodytext a {
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 15px 0;
  margin-top: -16px;
  position: relative;
}
.karrierelinks:hover a {
  color: #599d2c;
}
.eigenschaften {
  border: 1px solid #787878;
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
}
.eigenschaften ul {
  padding-left: 0;
}
@media (max-width: 1200px) {
  body.vorrichtung .header-inner .logo {
    max-width: 180px;
  }
  .headertopcontainer .shinebg {
    background-position: -270px center;
  }
  .navigation .navbar ul.nav > li > a {
    font-size: 14px !important;
    padding: 1rem 1rem 1rem 1rem;
    height: 50px;
  }
  body.splashpage .headertopcontainer .textmedia .ce-bodytext {
    margin-top: -260px;
    right: 70px;
    text-align: right;
  }
  body.splashpage .headertopcontainer .textmedia .ce-bodytext a {
    margin-bottom: 0;
  }
  body.splashpage .headertopcontainer .textmedia h2 {
    text-align: right;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
  header .header-inner .logo {
    float: none;
    text-align: center;
    margin: 0 0 0 6rem;
    padding-bottom: 1rem;
  }
  header .header-inner .languagemenu {
    display: none;
  }
  .news-list-view .article {
    float: none;
    width: 100%;
    display: block;
    height: auto;
  }
  .news {
    margin-left: 0;
    margin-right: 0;
  }
  body.splashpage .headertopcontainer .textmedia .ce-bodytext {
    margin-top: 0;
    right: 0;
    text-align: center;
    background: #fff;
    width: 100%;
    padding-top: 50px;
  }
  body.splashpage .headertopcontainer .textmedia .ce-bodytext p {
    font-size: 1.25rem;
  }
  body.splashpage .headertopcontainer .textmedia .ce-bodytext a {
    margin-bottom: 40px;
    padding: 8px 10px 6px 17px;
  }
  body.splashpage .headertopcontainer .textmedia h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
  }
  .modalBox .col-md-6:first-child {
    width: 100%;
  }
  .modalBox .col-md-6:last-child {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .quicksplash {
    border: none;
    background: none;
    position: absolute;
    top: 30px;
  }
  .quicksplash i {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
  .flexslider ul.slides .container h2.slidercaption {
    display: none;
  }
  .flexslider .flex-direction-nav {
    display: none;
  }
  .flexslider .flex-control-nav {
    bottom: 0;
    position: relative;
    margin-top: 1rem;
  }
  .column-2 .ce-bodytext {
    -webkit-column-count: inherit;
    -webkit-column-gap: inherit;
    -moz-column-count: inherit;
    -moz-column-gap: inherit;
    column-count: inherit;
    column-gap: inherit;
  }
  .shinebg {
    background-position: -315px center;
  }
  .modalBox .col-md-6:first-child .ce-gallery {
    margin-bottom: 20px;
  }
  body.modalopen .popupmodalbackground {
    background: rgba(0,0,0,0.7);
  }
  .modalBox .col-md-6:last-child a.popupmodalclose {
    height: 30px;
    width: 30px;
    position: fixed;
    right: 15px;
    top: 15px;
  }
  .modalBox .col-md-6:last-child a.popupmodalclose i {
    font-size: 30px;
  }
  .modalboxOpen {
    margin-top: -120px;
  }
  .quicksplash {
    display: none;
  }
  body.splashpage .headertopcontainer .textmedia .ce-bodytext a {
    padding: 10px 10px 6px 17px;
  }
}
@media print {
  body {
    background: none !important;
    color: black !important;
  }
  a[href]:after {
    content: none;
  }
}
@font-face {
  font-family: 'Gudea';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gudea-v5-latin-regular.eot');
  src: local('Gudea'), url('../fonts/gudea-v5-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/gudea-v5-latin-regular.woff2') format('woff2'), url('../fonts/gudea-v5-latin-regular.woff') format('woff'), url('../fonts/gudea-v5-latin-regular.ttf') format('truetype'), url('../fonts/gudea-v5-latin-regular.svg#Gudea') format('svg');
}
@font-face {
  font-family: 'Gudea';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/gudea-v5-latin-italic.eot');
  src: local('Gudea Italic'), local('Gudea-Italic'), url('../fonts/gudea-v5-latin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/gudea-v5-latin-italic.woff2') format('woff2'), url('../fonts/gudea-v5-latin-italic.woff') format('woff'), url('../fonts/gudea-v5-latin-italic.ttf') format('truetype'), url('../fonts/gudea-v5-latin-italic.svg#Gudea') format('svg');
}
@font-face {
  font-family: 'Gudea';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/gudea-v5-latin-700.eot');
  src: local('Gudea Bold'), local('Gudea-Bold'), url('../fonts/gudea-v5-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/gudea-v5-latin-700.woff2') format('woff2'), url('../fonts/gudea-v5-latin-700.woff') format('woff'), url('../fonts/gudea-v5-latin-700.ttf') format('truetype'), url('../fonts/gudea-v5-latin-700.svg#Gudea') format('svg');
}
