@charset "UTF-8";
@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* ==========================================================================
   typo
   ========================================================================== */
body {
  font-family: "Muli", sans-serif;
  text-transform: lowercase;
}
body #content .bodytext,
body #content p,
body ul li,
body ol li,
body #footer {
  color: #fff;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  line-height: 160%;
  font-size: 15px;
  text-transform: lowercase;
}

h1 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  color: #fff;
}

h2, .h2 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 30px;
  font-weight: 300;
  margin: 20px 0 20px 0;
  padding: 0;
  color: #fff;
  position: relative;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0.05em;
}
h2 .header-border, .h2 .header-border {
  width: 50px;
  height: 1px;
  display: block;
  margin: 20px auto 0 auto;
  background-color: #fff;
}
h2.ce-headline-left .header-border, .h2.ce-headline-left .header-border {
  margin: 20px 0 0 0;
}

h3, .h3 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0 13.3333333333px 0;
  padding: 0;
}

.ce-teaser h3 {
  line-height: 120%;
  font-size: 21px;
  font-weight: 400;
  margin: 20px 0 13.3333333333px 0;
  padding: 0;
}

h4, .h4 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 15px;
  font-weight: 700;
  margin: 13.3333333333px 0 10px 0;
  padding: 0;
}

h5, .h5, h6 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 5px 0;
  padding: 0;
}

.ce-textmedia-wrapper h1:first-child,
.ce-textmedia-wrapper h2:first-child,
.ce-textmedia-wrapper h3:first-child {
  margin-top: 0;
}

a,
.external-link,
.internal-link,
.mail {
  font-size: 15px;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
}

a:hover {
  transition: all 0.5s ease;
  color: #fff;
  text-decoration: underline;
}

a.pdf {
  display: inline-block;
  padding-right: 0px;
}
a.pdf span {
  padding-right: 10px;
  position: relative;
  top: 2px;
}

a.phone {
  color: #fff;
  text-decoration: none;
}

*:hover {
  transition: all 0.5s ease;
}

#content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content ul li::before {
  content: "> ";
  padding-right: 10px;
  display: inline-block;
  width: 2em;
  text-align: right;
}
#content ul li {
  padding: 0 0 0.3em 2em;
  text-indent: -2em;
  list-style-type: none;
}
#content ol {
  padding-left: 22px;
}

#content .sidebar ul li::before {
  content: "» ";
  padding-right: 6.6666666667px;
}
iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.animated {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 10px;
}

.frame-space-before-small {
  margin-top: 13.3333333333px;
}

.frame-space-before-medium {
  margin-top: 20px;
}

.frame-space-before-large {
  margin-top: 30px;
}

.frame-space-before-extra-large {
  margin-top: 40px;
}

.frame-space-after-extra-small {
  margin-bottom: 10px;
}

.frame-space-after-small {
  margin-bottom: 13.3333333333px;
}

.frame-space-after-medium {
  margin-bottom: 20px;
}

.frame-space-after-large {
  margin-bottom: 30px;
}

.frame-space-after-extra-large {
  margin-bottom: 40px;
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* ==========================================================================
   typo
   ========================================================================== */
body {
  font-family: "Muli", sans-serif;
  text-transform: lowercase;
}
body #content .bodytext,
body #content p,
body ul li,
body ol li,
body #footer {
  color: #fff;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  line-height: 160%;
  font-size: 15px;
  text-transform: lowercase;
}

h1 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  color: #fff;
}

h2, .h2 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 30px;
  font-weight: 300;
  margin: 20px 0 20px 0;
  padding: 0;
  color: #fff;
  position: relative;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0.05em;
}
h2 .header-border, .h2 .header-border {
  width: 50px;
  height: 1px;
  display: block;
  margin: 20px auto 0 auto;
  background-color: #fff;
}
h2.ce-headline-left .header-border, .h2.ce-headline-left .header-border {
  margin: 20px 0 0 0;
}

h3, .h3 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0 13.3333333333px 0;
  padding: 0;
}

.ce-teaser h3 {
  line-height: 120%;
  font-size: 21px;
  font-weight: 400;
  margin: 20px 0 13.3333333333px 0;
  padding: 0;
}

h4, .h4 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 15px;
  font-weight: 700;
  margin: 13.3333333333px 0 10px 0;
  padding: 0;
}

h5, .h5, h6 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 5px 0;
  padding: 0;
}

.ce-textmedia-wrapper h1:first-child,
.ce-textmedia-wrapper h2:first-child,
.ce-textmedia-wrapper h3:first-child {
  margin-top: 0;
}

a,
.external-link,
.internal-link,
.mail {
  font-size: 15px;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
}

a:hover {
  transition: all 0.5s ease;
  color: #fff;
  text-decoration: underline;
}

a.pdf {
  display: inline-block;
  padding-right: 0px;
}
a.pdf span {
  padding-right: 10px;
  position: relative;
  top: 2px;
}

a.phone {
  color: #fff;
  text-decoration: none;
}

*:hover {
  transition: all 0.5s ease;
}

#content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content ul li::before {
  content: "> ";
  padding-right: 10px;
  display: inline-block;
  width: 2em;
  text-align: right;
}
#content ul li {
  padding: 0 0 0.3em 2em;
  text-indent: -2em;
  list-style-type: none;
}
#content ol {
  padding-left: 22px;
}

#content .sidebar ul li::before {
  content: "» ";
  padding-right: 6.6666666667px;
}
iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.animated {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 10px;
}

.frame-space-before-small {
  margin-top: 13.3333333333px;
}

.frame-space-before-medium {
  margin-top: 20px;
}

.frame-space-before-large {
  margin-top: 30px;
}

.frame-space-before-extra-large {
  margin-top: 40px;
}

.frame-space-after-extra-small {
  margin-bottom: 10px;
}

.frame-space-after-small {
  margin-bottom: 13.3333333333px;
}

.frame-space-after-medium {
  margin-bottom: 20px;
}

.frame-space-after-large {
  margin-bottom: 30px;
}

.frame-space-after-extra-large {
  margin-bottom: 40px;
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

nav.top {
  border: 0;
  background: none;
  box-shadow: none;
  margin: 20px 0 0 0;
  padding: 0;
  border: 0;
  position: relative;
}
nav.top ul.nav {
  padding: 0;
  display: block;
  float: right;
}
nav.top ul.nav > li {
  border: 0;
  margin: 0;
  padding: 0;
  height: 60px;
  background: none;
}
nav.top ul.nav > li:hover {
  border: 0;
  background: none;
}
nav.top ul.nav > li a {
  position: relative;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
nav.top ul.nav > li a.fst, nav.top ul.nav > li a.fst:active, nav.top ul.nav > li a.fst:link, nav.top ul.nav > li a.ext, nav.top ul.nav > li a.ext:active, nav.top ul.nav > li a.ext:link {
  font-family: "Muli", sans-serif;
  color: #fff;
  height: 60px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 60px;
  white-space: nowrap;
  text-shadow: none;
  text-decoration: none;
  padding: 0 30px;
  margin: 0;
  border-bottom: 0;
  text-transform: lowercase;
}
nav.top ul.nav > li > a.fst:hover, nav.top ul.nav > li.active > a.fst, nav.top ul.nav > li > a.active.fst, nav.top ul.nav > li > a.ext:hover, nav.top ul.nav > li.active > a.ext, nav.top ul.nav > li > a.active.ext {
  color: rgb(208, 91, 25);
  background-color: rgba(255, 255, 255, 0.8);
}
nav.top ul.nav {
  /* hover effect */
}
nav.top ul.nav > li, nav.top ul.nav > li > a {
  display: inline-block;
  text-align: center;
}
nav.top ul.nav > li > a:hover, nav.top ul.nav > li.active > a {
  font-weight: 600;
}
nav.top ul.nav {
  /* enable hover */
}
nav.top ul.nav li.dropdown:hover > ul.lvl-2 {
  display: block;
  z-index: 98;
  position: absolute;
  -webkit-animation: fadein 0.25s linear forwards; /* Safari and Chrome */
  -moz-animation: fadein 0.25s linear forwards; /* Firefox */
  -ms-animation: fadein 0.25s linear forwards; /* Internet Explorer */
  -o-animation: fadein 0.25s linear forwards; /* Opera */
  animation: fadein 0.25s linear forwards;
}
nav.top ul.nav.lvl-1 li {
  position: relative;
}
nav.top ul.nav ul.lvl-2.dropdown-menu {
  top: 58px;
  left: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  background: #fff !important;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
}
nav.top ul.nav ul.lvl-2.dropdown-menu > li {
  display: block;
  line-height: 100%;
  position: relative;
  border: 0;
}
nav.top ul.nav ul.lvl-2.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  background: none;
  line-height: 120%;
  height: auto;
  text-transform: none;
  font-size: 17px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 300;
  color: #fff;
  background-color: none;
}
nav.top ul.nav ul.lvl-2.dropdown-menu > li.active > a, nav.top ul.nav ul.lvl-2.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: rgb(247, 247, 247);
}
nav.top ul.nav ul.lvl-2.dropdown-menu li.active a span.open {
  position: absolute;
  right: 20px;
  top: 10px;
}
nav.top ul.nav .dropdown-menu > .active > a,
nav.top ul.nav .dropdown-menu > .active > a:hover,
nav.top ul.nav .dropdown-menu > li > a:hover,
nav.top ul.nav .dropdown-menu > li > a:hover,
nav.top ul.nav .dropdown-menu > .active > a,
nav.top ul.nav .dropdown-menu > .active > a:hover .open .dropdown-menu > li > a:hover,
nav.top ul.nav .open .dropdown-menu > .active > a,
nav.top ul.nav .open .dropdown-menu > .active > a:hover {
  color: rgb(208, 91, 25);
}
nav.top ul.nav .open .dropdown-menu > .disabled > a,
nav.top ul.nav .open .dropdown-menu > .disabled > a:hover {
  color: #fff;
  background: none;
}
nav.top ul.nav .dropdown-menu:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.mm-listview-large .mm-listview > li > a:not(.mm-next), .mm-listview-large .mm-listview > li > span {
  color: rgb(208, 91, 25);
}

nav.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
nav.footer ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
nav.footer ul li a:hover {
  text-decoration: underline;
}

body.modal-open .mm-slideout {
  z-index: inherit;
}

/* ==========================================================================
   Layouts
   ========================================================================== */
body, html {
  position: relative;
  height: 100%;
  margin: 0 auto;
  background-color: rgb(208, 91, 25);
}

#page {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

#header {
  height: 100px;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  background: rgb(208, 91, 25);
  transition: all 0.5s ease;
}
#header .navbar-close, #header .navbar-toggle {
  display: none;
}
#header .container .row {
  position: relative;
}
#header .container .row a#logo {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 15px;
  display: block;
  transition: all 0.5s ease;
}
#header .container .row a#logo img {
  display: block;
  height: 100px;
  width: auto;
  transition: all 0.5s ease;
}
#header .container .row .sitename {
  display: block;
  position: absolute;
  z-index: 11;
  top: 36px;
  color: #fff;
  left: 110px;
}
#header.scroll {
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(208, 91, 25, 0.85);
}

#header-image {
  position: relative;
}
#header-image .container {
  width: 100% !important;
  max-width: 100% !important;
}
#header-image .btn-bottom {
  position: absolute;
  z-index: 99999;
  border: 0;
  background-color: rgba(208, 91, 25, 0.4);
  bottom: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  width: auto;
  height: 80px;
  border: 1px solid #fff;
}
#header-image .btn-bottom h1 {
  text-align: center;
  color: #fff;
  padding: 20px;
  padding-bottom: 0;
  text-transform: lowercase;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  line-height: 120%;
  letter-spacing: 0.05em;
}
#header-image .btn-bottom i.fas.fa-chevron-down {
  color: #fff;
  font-size: 14px;
}

#content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
}
#content .container .row .content {
  position: relative;
  height: 100%;
}
#content .container .row .content .ce-item {
  border-bottom: 0;
  padding: 20px 0 20px 0;
}
#content .container .row iframe {
  border: 0;
  width: 100%;
  height: 450px;
}
#footer {
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 100px;
  padding: 0;
}
#footer .container span.copyright {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
}
#footer .container nav.footer {
  display: inline-block;
}
#footer .btn-top {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
  padding: 5px 10px;
}
#footer .btn-top i {
  text-align: center;
  font-size: 24px;
  color: rgb(208, 91, 25);
  position: relative;
  top: 2px;
}

#map {
  margin: 15px 0 0 0;
}
#map .container-fluid {
  padding: 0;
}
#map .container-fluid iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 450px;
}

/* ==========================================================================
    Modals
   ========================================================================== */
body.modal-open .mm-slideout {
  z-index: inherit;
}

.modal .modal-dialog {
  -webkit-border-radius: 0;
  border-radius: 0;
  max-width: 920px;
  margin: 1.75rem auto;
}
.modal .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  height: auto;
  border: 0;
  padding: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header .close {
  position: relative;
  bottom: -15px;
  right: 20px;
  opacity: 1;
  text-shadow: none;
  cursor: pointer !important;
}
.modal .modal-dialog .modal-content .modal-header .close .fas.fa-times-circle {
  font-size: 30px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
  border: 0;
}
.modal .modal-dialog .modal-content .modal-body * {
  color: #000;
}
.modal .modal-dialog .modal-content .modal-footer {
  height: auto;
  min-height: 20px;
  border: 0;
  padding: 20px;
  justify-content: flex-start;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-footer .btn-modal-print {
  border: 0;
  color: #fff;
  background: transparent;
}
.modal .modal-dialog .modal-content .modal-footer .btn-modal-print i.fa {
  font-size: 20px;
}

.modal-backdrop {
  background-color: #000;
  opacity: 0.1;
}

.modal-content {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}

nav.top {
  border: 0;
  background: none;
  box-shadow: none;
  margin: 20px 0 0 0;
  padding: 0;
  border: 0;
  position: relative;
}
nav.top ul.nav {
  padding: 0;
  display: block;
  float: right;
}
nav.top ul.nav > li {
  border: 0;
  margin: 0;
  padding: 0;
  height: 60px;
  background: none;
}
nav.top ul.nav > li:hover {
  border: 0;
  background: none;
}
nav.top ul.nav > li a {
  position: relative;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
nav.top ul.nav > li a.fst, nav.top ul.nav > li a.fst:active, nav.top ul.nav > li a.fst:link, nav.top ul.nav > li a.ext, nav.top ul.nav > li a.ext:active, nav.top ul.nav > li a.ext:link {
  font-family: "Muli", sans-serif;
  color: #fff;
  height: 60px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 60px;
  white-space: nowrap;
  text-shadow: none;
  text-decoration: none;
  padding: 0 30px;
  margin: 0;
  border-bottom: 0;
  text-transform: lowercase;
}
nav.top ul.nav > li > a.fst:hover, nav.top ul.nav > li.active > a.fst, nav.top ul.nav > li > a.active.fst, nav.top ul.nav > li > a.ext:hover, nav.top ul.nav > li.active > a.ext, nav.top ul.nav > li > a.active.ext {
  color: rgb(208, 91, 25);
  background-color: rgba(255, 255, 255, 0.8);
}
nav.top ul.nav {
  /* hover effect */
}
nav.top ul.nav > li, nav.top ul.nav > li > a {
  display: inline-block;
  text-align: center;
}
nav.top ul.nav > li > a:hover, nav.top ul.nav > li.active > a {
  font-weight: 600;
}
nav.top ul.nav {
  /* enable hover */
}
nav.top ul.nav li.dropdown:hover > ul.lvl-2 {
  display: block;
  z-index: 98;
  position: absolute;
  -webkit-animation: fadein 0.25s linear forwards; /* Safari and Chrome */
  -moz-animation: fadein 0.25s linear forwards; /* Firefox */
  -ms-animation: fadein 0.25s linear forwards; /* Internet Explorer */
  -o-animation: fadein 0.25s linear forwards; /* Opera */
  animation: fadein 0.25s linear forwards;
}
nav.top ul.nav.lvl-1 li {
  position: relative;
}
nav.top ul.nav ul.lvl-2.dropdown-menu {
  top: 58px;
  left: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  background: #fff !important;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
}
nav.top ul.nav ul.lvl-2.dropdown-menu > li {
  display: block;
  line-height: 100%;
  position: relative;
  border: 0;
}
nav.top ul.nav ul.lvl-2.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  background: none;
  line-height: 120%;
  height: auto;
  text-transform: none;
  font-size: 17px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 300;
  color: #fff;
  background-color: none;
}
nav.top ul.nav ul.lvl-2.dropdown-menu > li.active > a, nav.top ul.nav ul.lvl-2.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: rgb(247, 247, 247);
}
nav.top ul.nav ul.lvl-2.dropdown-menu li.active a span.open {
  position: absolute;
  right: 20px;
  top: 10px;
}
nav.top ul.nav .dropdown-menu > .active > a,
nav.top ul.nav .dropdown-menu > .active > a:hover,
nav.top ul.nav .dropdown-menu > li > a:hover,
nav.top ul.nav .dropdown-menu > li > a:hover,
nav.top ul.nav .dropdown-menu > .active > a,
nav.top ul.nav .dropdown-menu > .active > a:hover .open .dropdown-menu > li > a:hover,
nav.top ul.nav .open .dropdown-menu > .active > a,
nav.top ul.nav .open .dropdown-menu > .active > a:hover {
  color: rgb(208, 91, 25);
}
nav.top ul.nav .open .dropdown-menu > .disabled > a,
nav.top ul.nav .open .dropdown-menu > .disabled > a:hover {
  color: #fff;
  background: none;
}
nav.top ul.nav .dropdown-menu:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.mm-listview-large .mm-listview > li > a:not(.mm-next), .mm-listview-large .mm-listview > li > span {
  color: rgb(208, 91, 25);
}

nav.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
nav.footer ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
nav.footer ul li a:hover {
  text-decoration: underline;
}

body.modal-open .mm-slideout {
  z-index: inherit;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* ==========================================================================
   Form
   ========================================================================== */
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=submit],
form textarea,
form select {
  position: relative;
  display: block;
  border: 1px solid #fff;
  border-color: rgb(208, 91, 25);
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100%;
  min-width: 200px;
  max-width: 100%;
  padding: 4px 8px;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=submit],
form .btn.file {
  height: 40px;
}
form input[type=submit], form .btn.file {
  color: #fff !important;
  background-color: rgb(208, 91, 25);
  padding: 0 30px;
  min-width: 100%;
}
form select, form select.form-control {
  border: 1px solid #fff !important;
  height: 40px !important;
}
form textarea {
  min-height: 250px;
}
form .input {
  border: 1px solid #fff;
}
form .input > input, form .input textarea {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgb(247, 247, 247);
}
form .input.checkbox {
  border: 0 !important;
}
form ::-webkit-input-placeholder {
  font-size: 14px;
  color: rgb(208, 91, 25) !important;
  text-transform: lowercase;
}
form ::-moz-placeholder {
  font-size: 14px;
  color: rgb(208, 91, 25) !important;
  text-transform: lowercase;
}
form :-ms-input-placeholder {
  font-size: 14px;
  color: rgb(208, 91, 25) !important;
  text-transform: lowercase;
}
form :-moz-placeholder {
  font-size: 14px;
  color: rgb(208, 91, 25) !important;
  text-transform: lowercase;
}

.btn, a.btn {
  position: relative;
  border: 0;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 10px 20px;
  font-size: 13px;
  font-family: "Muli", sans-serif;
  color: rgb(208, 91, 25);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 6px 8px;
  background-size: 20px auto;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  white-space: initial;
}
.btn i.fa, .btn i.fas, a.btn i.fa, a.btn i.fas {
  position: absolute;
  z-index: 1;
  top: 9px;
  font-size: 15px;
}

.btn:hover, a.btn:hover {
  color: #fff;
  background-color: rgb(208, 91, 25);
}

.frame.frame-type-form_formframework {
  text-align: left;
  position: relative;
  clear: both;
  border-bottom: 0;
  margin-bottom: 40px;
}
.frame.frame-type-form_formframework form {
  padding-top: 20px;
}
.frame.frame-type-form_formframework * {
  text-align: left;
}
.frame.frame-type-form_formframework legend, .frame.frame-type-form_formframework form > h2 {
  display: none;
}
.frame.frame-type-form_formframework .form-group {
  position: relative;
  clear: both;
}
.frame.frame-type-form_formframework .form-group .form-label {
  position: absolute;
  left: -100000px;
}
.frame.frame-type-form_formframework .form-group .input {
  display: inline-block;
  width: 66%;
}
.frame.frame-type-form_formframework .form-group .input.checkbox {
  clear: both;
  position: relative;
  padding: 0;
  width: 90% !important;
}
.frame.frame-type-form_formframework .form-group .input.checkbox .form-check {
  padding: 0;
  position: relative;
  display: inline-block;
  color: #fff;
}
.frame.frame-type-form_formframework .form-group .input.checkbox .form-check .form-check-label {
  display: inline-block;
  color: #fff;
}
.frame.frame-type-form_formframework .form-group .input.checkbox .form-check .form-check-label > span {
  padding-left: 20px;
}
.frame.frame-type-form_formframework .form-group .input.checkbox .form-check .form-check-label > span span.required {
  padding: 0;
}
.frame.frame-type-form_formframework .form-group .input.checkbox .form-check .form-check-label input {
  position: absolute;
  top: 5px;
  left: 0;
}
.frame.frame-type-form_formframework .form-group .input.checkbox span.help-block {
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1;
}
/* ==========================================================================
   CE Elemente
   ========================================================================== */
.frame header {
  clear: both;
  position: relative;
  display: block;
}

.frame:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

.ce-table td {
  border: 0;
  font-weight: 300;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  padding: 0;
}

#content .frame.frame-default.frame-layout-0 {
  /* standard */
}
#content .frame.frame-default .ce-textpic.ce-intext.ce-left .ce-gallery {
  margin-right: 10px !important;
}

.ce-gallery[data-ce-columns="1"] .ce-column {
  width: 100% !important;
}
.ce-gallery[data-ce-columns="1"] .ce-column img {
  width: 100%;
  height: auto;
}
.ce-gallery[data-ce-columns="1"].ce-gallery[data-ce-images="1"] {
  margin-bottom: 0;
}

.ce-gallery[data-ce-columns="2"] {
  width: 100%;
  margin-top: 20px;
}
.ce-gallery[data-ce-columns="2"] .ce-column {
  margin-left: -20px;
  margin-right: 20px;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border: 0;
  position: relative;
}
.ce-gallery[data-ce-columns="2"] .ce-column:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.ce-gallery[data-ce-columns="2"] .ce-column figure {
  position: relative;
  margin-bottom: 0;
}
.ce-gallery[data-ce-columns="2"] .ce-column figcaption {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  padding: 5px 5px 5px 0;
}
.ce-gallery[data-ce-columns="2"] .ce-column figcaption p {
  margin: 0;
  padding: 0;
}
.ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50% !important;
}
.ce-gallery[data-ce-columns="2"] .ce-column img {
  width: 100%;
  height: auto;
}

.ce-gallery[data-ce-columns="3"] {
  width: 100%;
  margin-top: 20px;
}
.ce-gallery[data-ce-columns="3"] .ce-column {
  margin-left: -20px;
  margin-right: 20px;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border: 0;
  position: relative;
}
.ce-gallery[data-ce-columns="3"] .ce-column:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.ce-gallery[data-ce-columns="3"] .ce-column figure {
  position: relative;
  margin-bottom: 0;
}
.ce-gallery[data-ce-columns="3"] .ce-column figcaption {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  padding: 5px 5px 5px 0;
}
.ce-gallery[data-ce-columns="3"] .ce-column figcaption p {
  margin: 0;
  padding: 0;
}
.ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.333333% !important;
}
.ce-gallery[data-ce-columns="3"] .ce-column img {
  width: 100%;
  height: auto;
}

.ce-gallery[data-ce-columns="4"] {
  width: 100%;
  margin-top: 20px;
}
.ce-gallery[data-ce-columns="4"] .ce-column {
  margin-left: -20px;
  margin-right: 20px;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border: 0;
  position: relative;
}
.ce-gallery[data-ce-columns="4"] .ce-column:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.ce-gallery[data-ce-columns="4"] .ce-column figure {
  position: relative;
  margin-bottom: 0;
}
.ce-gallery[data-ce-columns="4"] .ce-column figcaption {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  padding: 5px 5px 5px 0;
}
.ce-gallery[data-ce-columns="4"] .ce-column figcaption p {
  margin: 0;
  padding: 0;
}
.ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25% !important;
}
.ce-gallery[data-ce-columns="4"] .ce-column img {
  width: 100%;
  height: auto;
}

.frame-layout-1 .ce-gallery .ce-outer {
  float: none;
  width: 100%;
}
.frame-layout-1 .ce-gallery .ce-outer .ce-inner {
  float: none;
  width: 100%;
}
.frame-layout-1 .ce-gallery .ce-row {
  text-align: center;
}
.frame-layout-1 .ce-gallery .ce-row .ce-column {
  float: none;
  display: inline-block;
}
.frame-layout-1 .ce-gallery .ce-row .ce-column figure.image {
  margin: 0 auto;
}
.frame-layout-1 .ce-gallery .ce-row .ce-column figure.image img {
  width: auto;
  height: 75px;
}
@media (max-width: 990px) {
  .frame-layout-1 .ce-gallery .ce-column {
    width: 50% !important;
  }
}

.ce-textmedia-wrapper,
.ce-header-wrapper {
  padding: 80px;
  margin-top: 30px;
}

.accordion {
  margin-bottom: 0;
  width: 100%;
}
.accordion .card {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid rgb(208, 91, 25);
}
.accordion .card .card-header {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.accordion .card .card-header h2 {
  border: 0;
  margin: 0;
  padding: 5px 0;
  font-size: 23px;
}
.accordion .card .card-header h2 .btn:hover {
  color: rgb(208, 91, 25);
}
.accordion .card .card-header h2 .btn {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  font-size: 23px;
  line-height: 120%;
  color: #fff;
  width: 100%;
  text-decoration: none !important;
  padding-right: 40px;
}
.accordion .card .card-header h2 .btn i.fa, .accordion .card .card-header h2 .btn i.fas {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 12px;
  font-size: 14px;
}
.accordion .card .card-header h2 .btn i.fa.fa-plus-circle.close, .accordion .card .card-header h2 .btn i.fas.fa-plus-circle.close {
  display: block;
}
.accordion .card .card-header h2 .btn i.fa.fa-plus-circle.open, .accordion .card .card-header h2 .btn i.fas.fa-plus-circle.open {
  display: none;
  color: rgb(208, 91, 25);
}
.accordion .card .card-header h2 .btn[aria-expanded=true] {
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  color: rgb(208, 91, 25);
}
.accordion .card .card-header h2 .btn[aria-expanded=true] i.fas.fa-plus-circle.close {
  display: none;
}
.accordion .card .card-header h2 .btn[aria-expanded=true] i.fas.fa-plus-circle.open {
  display: block;
}
.accordion .card .card-body {
  border: 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background-color: #fff;
  padding: 0;
}
.accordion .card .card-body .teaser-text {
  padding: 0;
}
.accordion .card .card-body ul.downloads {
  list-style: none;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  color: rgb(208, 91, 25);
}
.accordion .card .card-body ul.downloads li {
  list-style: none;
  margin: 0 0 4px 0;
  padding: 0;
  color: rgb(208, 91, 25);
}
.accordion .card .card-body ul.downloads li a {
  color: rgb(208, 91, 25);
  text-decoration: none;
}
.accordion .card .card-body .content {
  padding-left: 0;
}
.accordion .card .card-body .sidebar {
  padding-right: 0;
}

.ce-button {
  margin: 0 0 10px 0;
  position: relative;
}
.ce-button a.btn {
  width: 100%;
}

.ce-button {
  background-color: rgb(208, 91, 25);
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.ce-button:hover {
  background-color: rgba(208, 91, 25, 0.85);
}
.ce-button a.btn {
  display: block;
  text-align: center;
  background-color: initial !important;
  color: #fff !important;
  text-transform: uppercase;
}
.ce-button a.btn i.fas {
  top: 9px;
  font-size: 44px;
  left: 5px;
}

.ce-download {
  background-color: rgb(208, 91, 25);
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.ce-download:hover {
  background-color: rgba(208, 91, 25, 0.85);
}
.ce-download a.btn {
  display: block;
  text-align: center;
  background-color: initial !important;
  color: #fff !important;
  text-transform: uppercase;
}
.ce-download a.btn h4 {
  color: #fff;
}
.ce-download a.btn i.fas {
  top: 9px;
  font-size: 44px;
  left: 5px;
}

.ce-teaser * {
  transition: all 0.5s ease;
}
.ce-teaser {
  position: relative;
  padding: 0;
  margin: 0 0 20px 0;
  background-color: rgb(247, 247, 247);
  height: 100%;
}
.ce-teaser .inner {
  position: relative;
  text-align: left;
  padding: 0;
}
.ce-teaser .inner figure.image {
  display: block;
  margin-bottom: 0;
}
.ce-teaser .inner figure.image img.img-responsive {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.ce-teaser .inner header {
  margin-bottom: 5px;
}
.ce-teaser .inner .text {
  margin-bottom: 10px;
  background-color: rgb(247, 247, 247);
  padding: 20px;
}
.ce-teaser .inner a {
  display: inline-block;
  text-decoration: none;
  padding-right: 10px;
}
.ce-teaser .inner a.btn-more {
  position: relative;
  z-index: 1;
  display: block;
  bottom: 0;
  left: 0;
  border: 1px solid rgb(208, 91, 25);
  width: 100%;
  margin-right: 20px;
}

.ce-kachel {
  margin-bottom: 30px;
}
.ce-kachel .inner figure {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.ce-kachel .inner figure .caption {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: height 0.5s ease-in;
  background: rgba(208, 91, 25, 0.55);
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  padding: 1rem;
  -webkit-transition: max-height 0.3s ease-out;
}
.ce-kachel .inner figure .caption h3, .ce-kachel .inner figure .caption p {
  color: #fff !important;
}
.ce-kachel .inner figure:hover .caption {
  -webkit-animation: fadein 0.25s linear forwards;
  animation: fadein 0.25s linear forwards;
}

#content table.contenttable {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse !important;
}
#content table.contenttable th, #content table.contenttable th p, #content table.contenttable td, #content table.contenttable td p {
  font-size: 15px;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  color: #fff !important;
  padding-left: 0;
}
#content table.contenttable th strong, #content table.contenttable th p strong, #content table.contenttable td strong, #content table.contenttable td p strong {
  font-weight: 600;
}
#content table.contenttable p {
  margin: 0;
  padding: 0;
}
#content table.contenttable thead th, #content table.contenttable thead th * {
  vertical-align: top;
  color: #fff !important;
  text-align: center;
  padding: 10px;
}
#content table.contenttable thead tr {
  border: 0;
}
#content table.contenttable tbody th {
  vertical-align: top !important;
  padding: 0 10px 0 0;
}
#content table.contenttable tbody th:first-child {
  width: 40%;
}
#content table.contenttable tbody tr {
  border-bottom: 1px solid rgb(208, 91, 25);
}
#content table.contenttable tbody tr:first-child {
  border-top: 1px solid rgb(208, 91, 25);
}
#content table.contenttable tbody td {
  vertical-align: top !important;
  padding: 2px 10px 2px 5px;
  border: 0;
  width: auto;
}
#content table.contenttable tbody td:first-child {
  width: 40%;
}
#content table.contenttable tbody td:last-child {
  white-space: nowrap;
}

.ce-fact {
  padding: 20px;
}
.ce-fact .inner {
  position: relative;
}
.ce-fact .inner span.separator {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 0;
  display: block;
  width: 2px;
  height: 80px;
  background-color: #fff;
}
.ce-fact .inner h4 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  color: #fff !important;
}
.ce-fact .inner .text p {
  text-align: center;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 500 !important;
}

@media (min-width: 1200px) {
  .grid .grid-item {
    flex: 1;
  }
}
.grid .grid-item {
  margin: 0;
}
.grid .grid-item:last-child .ce-fact .separator {
  display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  text-decoration: none;
}
.carousel .carousel-control-prev .fa,
.carousel .carousel-control-next .fa {
  font-size: 80px;
}

/* Masteslider */
#header-image .ce-slider .ms-skin-light-6 .ms-bullet {
  width: 8px;
  height: 8px;
  background: rgb(208, 91, 25);
  background-position-x: 0%;
  background-position-y: 0%;
  background-clip: border-box;
  -webkit-background-clip: padding-box;
  border: solid 3px rgb(208, 91, 25);
  border-color: rgb(208, 91, 25);
  margin: 4px;
  background-position: -34px -117px;
}
#header-image .ce-slider .ms-skin-light-6 .ms-bullet.ms-bullet-selected {
  border-color: #000;
}
#header-image .ce-slider .ms-skin-light-6 .ms-nav-next, #header-image .ce-slider .ms-skin-light-6 .ms-nav-prev {
  background-color: rgba(208, 91, 25, 0.85);
  border: solid 1px rgba(208, 91, 25, 0.85);
}

/* ==========================================================================
   Gridelememts
   ========================================================================== */
#content .grid {
  position: relative;
  z-index: 11;
  margin-bottom: 40px;
}
#content .grid.width-standard > .container {
  padding: 0 160px;
}
#content .grid.width-content > .container {
  padding: 0;
}
#content .grid.gray {
  background-color: rgb(247, 247, 247);
}
#content .grid.orange {
  background-color: rgb(208, 91, 25);
}

.grid.padding-after {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.grid.margin-after {
  margin-bottom: 40px;
}

.grid.start-img .grid-item.bg-color {
  padding: 0 20px 40px 0px !important;
}

.grid .grid-item {
  padding: 0 15px;
}

.grid .grid-item.grid-1 {
  width: 100%;
}

.grid .grid-item.align-right {
  text-align: right;
}

.grid .grid-item.align-left {
  text-align: left;
}

.grid .grid-item.bg-color {
  padding: 40px;
}

.grid .grid-item.bg-color .ce-teaser {
  border: 0;
}

/* ==========================================================================
    Einzelstücke:
   ========================================================================== */
#content .grid.ueber-uns {
  margin-bottom: 0;
}

#content .grid.partnermarken {
  padding: 20px 0 20px 0;
}
#content .grid.partnermarken h3 {
  color: #c6c6c6;
  font-size: 46px;
}
/* ==========================================================================
    Cookieman
   ========================================================================== */
.cookieman.modal-dialog {
  max-width: 620px;
}
@media (min-width: 786px) {
  .cookieman.modal-dialog {
    position: fixed;
    top: auto;
    right: 20px;
    left: auto;
    bottom: 0;
  }
}
.cookieman.modal-dialog .modal-content h3.modal-header#cookieman-modal-title {
  margin: 0;
}
.cookieman.modal-dialog .modal-content .modal-body {
  padding: 5px 20px;
}
.cookieman.modal-dialog .modal-content .modal-body a {
  font-size: 14px;
}
.cookieman.modal-dialog .modal-content .modal-body p {
  margin: 0;
  padding: 0;
}
.cookieman.modal-dialog .modal-content .modal-footer {
  justify-content: flex-start;
}
.cookieman.modal-dialog .modal-content .modal-footer .btn.btn-secondary.btn-sm.float-right.pr-5 {
  position: absolute !important;
  right: 20px;
  z-index: 99;
}

#cookieman-modal [data-toggle=collapse]::after {
  top: 44% !important;
}

/**
duplicates Bootstrap4's ‹.accordion > .card:first-of-type› for bootstrap_package compatibility
https://github.com/benjaminkott/bootstrap_package/pull/775
 */
#cookieman-acco > .card {
  overflow: hidden;
  margin-bottom: 20px;
}

#cookieman-acco > .card:first-of-type,
#cookieman-acco > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
}

#cookieman-modal table {
  font-size: 80%;
}

#cookieman-modal [data-toggle=collapse]:after {
  content: "+";
  font-size: 2.5rem;
  opacity: 0.7;
  position: absolute;
  right: 12px;
  top: 50%;
  line-height: 0;
  transition: transform ease-in-out 0.3s;
  transform-origin: center;
  transform: rotate(45deg);
}

#cookieman-modal [data-toggle=collapse].collapsed:after {
  transform: rotate(0);
}

#cookieman-settings .card-header {
  position: relative;
}

#cookieman-modal [data-toggle=collapse][data-target="#cookieman-settings"] {
  position: relative;
}

#cookieman-modal [data-toggle=collapse][data-target="#cookieman-settings"]:after {
  font-size: 2rem;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* ==========================================================================
   typo
   ========================================================================== */
body {
  font-family: "Muli", sans-serif;
  text-transform: lowercase;
}
body #content .bodytext,
body #content p,
body ul li,
body ol li,
body #footer {
  color: #fff;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  line-height: 160%;
  font-size: 15px;
  text-transform: lowercase;
}

h1 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  color: #fff;
}

h2, .h2 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 30px;
  font-weight: 300;
  margin: 20px 0 20px 0;
  padding: 0;
  color: #fff;
  position: relative;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0.05em;
}
h2 .header-border, .h2 .header-border {
  width: 50px;
  height: 1px;
  display: block;
  margin: 20px auto 0 auto;
  background-color: #fff;
}
h2.ce-headline-left .header-border, .h2.ce-headline-left .header-border {
  margin: 20px 0 0 0;
}

h3, .h3 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0 13.3333333333px 0;
  padding: 0;
}

.ce-teaser h3 {
  line-height: 120%;
  font-size: 21px;
  font-weight: 400;
  margin: 20px 0 13.3333333333px 0;
  padding: 0;
}

h4, .h4 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 15px;
  font-weight: 700;
  margin: 13.3333333333px 0 10px 0;
  padding: 0;
}

h5, .h5, h6 {
  font-family: "Muli", sans-serif;
  line-height: 120%;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 5px 0;
  padding: 0;
}

.ce-textmedia-wrapper h1:first-child,
.ce-textmedia-wrapper h2:first-child,
.ce-textmedia-wrapper h3:first-child {
  margin-top: 0;
}

a,
.external-link,
.internal-link,
.mail {
  font-size: 15px;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
}

a:hover {
  transition: all 0.5s ease;
  color: #fff;
  text-decoration: underline;
}

a.pdf {
  display: inline-block;
  padding-right: 0px;
}
a.pdf span {
  padding-right: 10px;
  position: relative;
  top: 2px;
}

a.phone {
  color: #fff;
  text-decoration: none;
}

*:hover {
  transition: all 0.5s ease;
}

#content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content ul li::before {
  content: "> ";
  padding-right: 10px;
  display: inline-block;
  width: 2em;
  text-align: right;
}
#content ul li {
  padding: 0 0 0.3em 2em;
  text-indent: -2em;
  list-style-type: none;
}
#content ol {
  padding-left: 22px;
}

#content .sidebar ul li::before {
  content: "» ";
  padding-right: 6.6666666667px;
}
iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.animated {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 10px;
}

.frame-space-before-small {
  margin-top: 13.3333333333px;
}

.frame-space-before-medium {
  margin-top: 20px;
}

.frame-space-before-large {
  margin-top: 30px;
}

.frame-space-before-extra-large {
  margin-top: 40px;
}

.frame-space-after-extra-small {
  margin-bottom: 10px;
}

.frame-space-after-small {
  margin-bottom: 13.3333333333px;
}

.frame-space-after-medium {
  margin-bottom: 20px;
}

.frame-space-after-large {
  margin-bottom: 30px;
}

.frame-space-after-extra-large {
  margin-bottom: 40px;
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

@media (min-width: 1200px) {
  body #content .bodytext,
  body #content p,
  body ul li,
  body ol li,
  .mail {
    font-size: 15px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 15px;
  }
  h5, h6 {
    font-size: 15px;
  }
  #header nav.service ul li a {
    padding-top: 15px;
  }
  #content .container {
    padding: 0 15px;
  }
  #footer .container {
    padding: 0 160px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body #content .bodytext,
  body #content p,
  body ul li,
  body ol li,
  .mail {
    font-size: 15px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 15px;
  }
  h5, h6 {
    font-size: 15px;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  #content .container {
    padding: 0 15px;
  }
  #content .grid.width-standard > .container {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #content .bodytext,
  body #content p,
  body ul li,
  body ol li,
  .mail {
    font-size: 15px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 15px;
  }
  h5, h6 {
    font-size: 15px;
  }
}
@media (min-width: 1px) and (max-width: 991px) {
  body #content .bodytext,
  body #content p,
  body ul li,
  body ol li,
  .mail {
    font-size: 15px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 15px;
  }
  h5, h6 {
    font-size: 15px;
  }
  .container {
    max-width: 100%;
    padding: 0;
  }
  #header .container, #footer .container {
    width: 100%;
    padding: 0 15px;
  }
  #header #nav-mobile-service, #header.scroll #nav-mobile-service {
    transition: all 0.5s ease;
    display: block;
    position: absolute;
    top: 1px;
    right: 20px;
    z-index: 9999;
    max-width: 60%;
    text-align: right;
  }
  #header #nav-mobile-service .btn-mobile-service, #header #nav-mobile-service a.btn-mobile-service, #header.scroll #nav-mobile-service .btn-mobile-service, #header.scroll #nav-mobile-service a.btn-mobile-service {
    -webkit-appearance: initial;
    display: inline-block;
    border: 0;
    background: 0;
    height: 30px;
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
  }
  #header #nav-mobile-service .btn-mobile-service i.fa, #header #nav-mobile-service .btn-mobile-service i.fas, #header #nav-mobile-service .btn-mobile-service i.fab, #header #nav-mobile-service a.btn-mobile-service i.fa, #header #nav-mobile-service a.btn-mobile-service i.fas, #header #nav-mobile-service a.btn-mobile-service i.fab, #header.scroll #nav-mobile-service .btn-mobile-service i.fa, #header.scroll #nav-mobile-service .btn-mobile-service i.fas, #header.scroll #nav-mobile-service .btn-mobile-service i.fab, #header.scroll #nav-mobile-service a.btn-mobile-service i.fa, #header.scroll #nav-mobile-service a.btn-mobile-service i.fas, #header.scroll #nav-mobile-service a.btn-mobile-service i.fab {
    color: #fff;
    font-size: 26px;
  }
  #header #nav-mobile-service .btn-mobile-service i.fa.fa-search, #header #nav-mobile-service a.btn-mobile-service i.fa.fa-search, #header.scroll #nav-mobile-service .btn-mobile-service i.fa.fa-search, #header.scroll #nav-mobile-service a.btn-mobile-service i.fa.fa-search {
    font-size: 24px;
  }
  #header #nav-mobile-service .btn-mobile-service i.fa.fa-home, #header #nav-mobile-service a.btn-mobile-service i.fa.fa-home, #header.scroll #nav-mobile-service .btn-mobile-service i.fa.fa-home, #header.scroll #nav-mobile-service a.btn-mobile-service i.fa.fa-home {
    font-size: 26px !important;
  }
  #header #nav-mobile-service #nav-toggle, #header.scroll #nav-mobile-service #nav-toggle {
    width: 26px;
    height: 26px;
    position: relative;
  }
  #header #nav-mobile-service #nav-toggle span, #header #nav-mobile-service #nav-toggle span:before, #header #nav-mobile-service #nav-toggle span:after, #header.scroll #nav-mobile-service #nav-toggle span, #header.scroll #nav-mobile-service #nav-toggle span:before, #header.scroll #nav-mobile-service #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 26px;
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    transition: all 500ms ease-in-out;
  }
  #header #nav-mobile-service #nav-toggle span:before, #header.scroll #nav-mobile-service #nav-toggle span:before {
    top: -10px;
  }
  #header #nav-mobile-service #nav-toggle span:after, #header.scroll #nav-mobile-service #nav-toggle span:after {
    bottom: -10px;
  }
  #header #nav-mobile-service #nav-toggle.active span, #header.scroll #nav-mobile-service #nav-toggle.active span {
    background-color: transparent;
  }
  #header #nav-mobile-service #nav-toggle.active span:before, #header #nav-mobile-service #nav-toggle.active span:after, #header.scroll #nav-mobile-service #nav-toggle.active span:before, #header.scroll #nav-mobile-service #nav-toggle.active span:after {
    top: 0;
  }
  #header #nav-mobile-service #nav-toggle.active span:before, #header.scroll #nav-mobile-service #nav-toggle.active span:before {
    transform: rotate(45deg);
  }
  #header #nav-mobile-service #nav-toggle.active span:after, #header.scroll #nav-mobile-service #nav-toggle.active span:after {
    transform: rotate(-45deg);
  }
  body.elkio #nav-mobile.mm-menu {
    background: rgb(208, 91, 25);
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel {
    background: rgb(208, 91, 25);
    color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-navbars-top {
    border: 0;
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-navbar a.mm-title {
    color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-search {
    color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-search input {
    color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.3);
    opacity: 1; /* Firefox */
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.3);
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-search ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.3);
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-listview {
    margin-top: 10px;
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-listview > li .mm-counter {
    color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-listview > li .mm-next:after {
    border-color: rgba(255, 255, 255, 0.3);
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-listview > li:hover .mm-next:after {
    border-color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-listview > li, body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-listview > li .mm-next, body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-listview > li .mm-next:before, body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-listview > li:after {
    border-color: rgba(255, 255, 255, 0.3);
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-listview > li > a,
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-listview > li > span,
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel a.mm-next, body.elkio #nav-mobile.mm-menu #mm-1.mm-panel a.mm-next span {
    color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel .mm-listview a:hover,
  body.elkio #nav-mobile.mm-menu #mm-1.mm-panel a.mm-next:hover {
    background-color: #fff;
    color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-2.mm-panel {
    background-color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-2.mm-panel .mm-listview a:hover,
  body.elkio #nav-mobile.mm-menu #mm-2.mm-panel a.mm-next:hover {
    background-color: #fff;
    color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-2.mm-panel a.mm-next:hover::after {
    color: #fff !important;
  }
  body.elkio #nav-mobile.mm-menu #mm-3.mm-panel {
    background-color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-3.mm-panel .mm-listview a:hover,
  body.elkio #nav-mobile.mm-menu #mm-3.mm-panel a.mm-next:hover {
    background-color: #fff;
    color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-3.mm-panel a.mm-next:hover::after {
    color: #fff !important;
  }
  body.elkio #nav-mobile.mm-menu #mm-4.mm-panel {
    background-color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-4.mm-panel .mm-listview a:hover,
  body.elkio #nav-mobile.mm-menu #mm-4.mm-panel a.mm-next:hover {
    background-color: #fff;
    color: #fff;
  }
  body.elkio #nav-mobile.mm-menu #mm-4.mm-panel a.mm-next:hover::after {
    color: #fff !important;
  }
  .mm-slideout {
    cursor: pointer;
  }
  #header, #header.scroll {
    height: 60px;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(208, 91, 25, 0.85);
  }
  #header nav.top, #header.scroll nav.top {
    display: none;
  }
  #header .container .row a#logo img, #header.scroll .container .row a#logo img {
    height: 60px;
  }
  #header .container .row .sitename, #header.scroll .container .row .sitename {
    top: 20px;
    left: 60px;
  }
  #header-image {
    margin-top: 60px;
  }
  #header-image .btn-bottom {
    display: none;
  }
  #content {
    padding-top: 20px;
  }
  #content .container {
    padding: 15px;
  }
  #content .grid.width-standard > .container {
    padding: 0 15px;
  }
  #footer {
    padding-bottom: 20px;
  }
  .ce-fact .inner span.separator {
    display: none;
  }
  .ce-kachel .inner figure {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .ce-kachel .inner figure {
    text-align: center;
  }
  /* Cookieman */
  #cookieman-modal [data-toggle=collapse][data-target="#cookieman-settings"] {
    position: relative;
    width: 100%;
  }
  #cookieman-modal .modal-footer {
    display: block !important;
  }
  #cookieman-modal .modal-footer a.btn, #cookieman-modal .modal-footer .btn.btn-secondary.btn-sm.float-right.pr-5 {
    position: relative !important;
    right: initial !important;
    width: 100% !important;
    left: 0 !important;
    margin: 0 0 10px 0;
    min-height: initial;
  }
}
@media (max-width: 420px) {
  .frame-layout-1 .ce-gallery .ce-row .ce-column {
    display: block;
    width: 100% !important;
  }
}

/*# sourceMappingURL=styles.css.map */
