/* ==========================================================================
   typo
   ========================================================================== */
.extbase-debugger {
  display: none;
  position: absolute;
  z-index: 99999;
}

body {
  font-family: "museo-sans", sans-serif;
}
body #content .bodytext,
body #content p,
body ul li,
body ol li {
  color: #000;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  line-height: 180%;
  font-size: 16px;
}

h1 {
  font-family: "museo-sans", sans-serif;
  line-height: 120%;
  font-size: 32px;
  font-weight: 300;
  color: #000;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0;
}
h1 small {
  font-weight: 300;
  font-size: 32px;
}

h2, .h2 {
  font-family: "museo-sans", sans-serif;
  line-height: 120%;
  font-size: 22px;
  font-weight: 300;
  color: #000;
  margin: 40px 0 30px 0;
  padding: 0;
  text-transform: uppercase;
}

.sidebar h2 {
  text-align: center;
  margin-top: 0;
}

h3, .h3 {
  font-family: "museo-sans", sans-serif;
  line-height: 120%;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin: 24px 0 14px 0;
  padding: 0;
}

h4, h5, h6, .h4 {
  font-size: 16px;
  font-family: "museo-sans", sans-serif;
  font-weight: 600;
  color: #000;
}

.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: 16px;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  color: rgb(227, 5, 27);
  text-decoration: underline;
}

a:hover {
  transition: all 0.5s ease;
  color: rgb(227, 5, 27);
  text-decoration: underline;
}

a.pdf {
  display: block;
  padding-right: 10px;
}
a.pdf span {
  padding-right: 10px;
  position: relative;
  top: 2px;
  color: rgb(227, 5, 27);
}

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

#content ul {
  list-style: square;
  padding-left: 20px;
}
#content ul ul {
  list-style: circle;
}
#content ul ul li {
  list-style: 140px;
  font-size: 95%;
}
#content ol {
  padding-left: 15px;
}

.highlight.red {
  color: rgb(227, 5, 27);
}

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;
}

.frame-space-before-standard {
  margin-top: 0;
}

.frame-space-before-extra-small {
  margin-top: 10px !important;
}

.frame-space-before-small {
  margin-top: 20px !important;
}

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

.frame-space-before-large {
  margin-top: 60px !important;
}

.frame-space-before-extra-large {
  margin-top: 80px !important;
}

.frame-space-after-standard {
  margin-bottom: 0;
}

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

.frame-space-after-small {
  margin-bottom: 20px !important;
}

.frame-space-after-medium {
  margin-bottom: 40px !important;
}

.frame-space-after-large {
  margin-bottom: 60px !important;
}

.frame-space-after-extra-large {
  margin-bottom: 80px !important;
}

/* ==========================================================================
   Form
   ========================================================================== */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=submit],
form textarea,
form select {
  border: 1px solid rgb(227, 5, 27);
  border-color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  min-width: 250px;
  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 {
  border: 1px solid rgb(227, 5, 27);
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  padding: 8px 34px;
  max-width: 960px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  font-family: "museo-sans", sans-serif;
  letter-spacing: 0.05em;
  color: #000;
  background: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  white-space: initial !important;
}
form input[type=submit].btn-primary, form .btn.file.btn-primary {
  color: #000;
}
form input[type=submit], form .btn.file {
  color: #fff !important;
  background-color: rgb(227, 5, 27);
  padding: 0 30px;
  min-width: 100%;
}
form select, form select.form-control {
  border: 1px solid rgb(227, 5, 27) !important;
  border-color: #000 !important;
  height: 40px !important;
  border-radius: 0 !important;
}
form textarea, form textarea.textarea.form-control {
  border: 1px solid rgb(227, 5, 27) !important;
  border-color: #000 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  min-height: 100px !important;
}
form .form-text {
  font-size: 16px;
  color: #000;
}
form ::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
}
form ::-moz-placeholder {
  font-size: 16px;
  color: #000;
}
form :-ms-input-placeholder {
  font-size: 16px;
  color: #000;
}
form :-moz-placeholder {
  font-size: 16px;
  color: #000;
}

.btn, a.btn {
  border: 1px solid rgb(227, 5, 27);
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  padding: 8px 34px;
  max-width: 960px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  font-family: "museo-sans", sans-serif;
  letter-spacing: 0.05em;
  color: #000;
  background: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  white-space: initial !important;
}
.btn.btn-primary, a.btn.btn-primary {
  color: #000;
}

.btn:hover, a.btn:hover {
  color: rgb(227, 5, 27);
  background: #fff;
  border: 1px solid rgb(227, 5, 27);
}

.frame.frame-type-form_formframework {
  clear: both;
  border-bottom: 0;
}
.frame.frame-type-form_formframework .frame-type-text {
  margin-bottom: 40px;
}
.frame.frame-type-form_formframework .form-group.has-error input {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.frame.frame-type-form_formframework .form-group.has-error input.f3-form-error {
  background-color: transparent !important;
}
.frame.frame-type-form_formframework .input {
  position: relative;
}
.frame.frame-type-form_formframework .btn.reset {
  position: absolute;
  top: -7px;
  right: 0;
  width: auto;
}
.frame.frame-type-form_formframework #bewerbungsformular-173-fieldset-1 {
  max-width: 705px;
}
.frame.frame-type-form_formframework .btn-toolbar {
  margin-top: 40px;
}
.frame.frame-type-form_formframework .btn-toolbar .btn-group {
  position: relative;
  width: 100%;
  margin: 0;
}
.frame.frame-type-form_formframework .btn-toolbar .btn-group span.next.submit {
  text-align: center;
}
.frame.frame-type-form_formframework .btn-toolbar .btn-group span.next.submit button.btn.btn-primary {
  float: none;
}
.frame.frame-type-form_formframework .btn-toolbar .btn-group .btn-group.next, .frame.frame-type-form_formframework .btn-toolbar .btn-group .btn-group.previous {
  position: absolute;
  z-index: 11;
  top: 0;
  width: auto;
}
.frame.frame-type-form_formframework .btn-toolbar .btn-group .btn-group.next .btn.btn-primary, .frame.frame-type-form_formframework .btn-toolbar .btn-group .btn-group.previous .btn.btn-primary {
  width: auto;
}
.frame.frame-type-form_formframework .btn-toolbar .btn-group .btn-group.next {
  left: initial;
  right: 0;
}
.frame.frame-type-form_formframework .btn-toolbar .btn-group .btn-group.previous {
  left: 0;
}
.frame.frame-type-form_formframework table td, .frame.frame-type-form_formframework table th, .frame.frame-type-form_formframework table tr {
  text-align: left;
}
.frame.frame-type-form_formframework .row .col-12:nth-child(1) {
  padding-right: 40px;
}
.frame.frame-type-form_formframework .row .col-12:nth-child(2) {
  padding-left: 40px;
}

@media (min-width: 1px) and (max-width: 767px) {
  .frame.frame-type-form_formframework .row .col-12 {
    padding: 0 !important;
  }
}
/* ==========================================================================
   Layout
   ========================================================================== */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

body, html {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

#page {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  background: #efefef;
  width: 100%;
  overflow-x: hidden;
}

#header {
  width: 100%;
  height: 160px;
  background: rgb(243, 243, 243);
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  border-bottom: 1px solid rgb(227, 5, 27);
}
#header .container-fluid {
  position: relative;
}
#header .container-fluid .row.top {
  position: relative;
  height: 30px;
  background: rgb(227, 5, 27);
  color: #fff;
  margin-top: 0px;
  transition: all 0.5s ease;
}
#header .container-fluid .row.top a {
  color: #fff;
  padding-left: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}
#header .container-fluid .row.top .service-info {
  line-height: 30px;
  text-align: right;
}
#header .container-fluid .row.top .glyphicon {
  padding-right: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
}
#header .container-fluid .row.main {
  height: 130px;
}
#header .container-fluid .row.main .logo #logo {
  position: relative;
  width: 210px;
  height: auto;
  top: 35px;
  right: 0;
}
#header .container-fluid .row.main .logo #logo img {
  display: block;
  width: 210px;
  height: auto;
}
#header .container-fluid .row.main .menu {
  padding-top: 58px;
}
#header.scroll {
  transition: all 0.5s ease;
  height: 60px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  background-color: rgba(239, 239, 239, 0.95);
}
#header.scroll .row.main *, #header.scroll .row.top * {
  transition: all 0.5s ease;
}
#header.scroll .row.top {
  margin-top: -30px;
  transition: all 0.5s ease;
}
#header.scroll .row.main {
  height: 60px;
}
#header.scroll .row.main .logo {
  transition: all 0.5s ease;
}
#header.scroll .row.main .logo #logo {
  height: 40px;
  width: auto;
  top: 10px;
  transition: all 0.5s ease;
}
#header.scroll .row.main .logo #logo img {
  transition: all 0.5s ease;
  height: 40px;
  width: auto;
}
#header.scroll .row.main .menu {
  padding-top: 12px;
}

#content {
  position: relative;
  height: 100%;
  padding-top: 160px;
  background: #fff;
}
#content .container .row .content {
  position: relative;
  height: 100%;
  min-height: 500px;
  border-right: 1px solid rgb(227, 5, 27);
  padding-bottom: 80px;
}
#content .container .row .content .ce-item {
  border-bottom: 0;
  padding: 20px 0 20px 0;
}
#content .container .row .content #content-top {
  border-bottom: 1px solid rgb(227, 5, 27);
  padding: 0 40px 20px 0;
}
#content .container .row .content #content-top .ce-slider {
  padding-top: 0;
}
#content .container .row .content #content-bottom {
  padding: 40px 40px 0 0;
}
#content .container .row .sidebar {
  padding-bottom: 40px;
}
#content .container .row iframe {
  border: 0;
  width: 100%;
  height: 450px;
}
#footer {
  width: 100%;
  min-height: 200px;
  background-color: #efefef;
  border-top: 1px solid rgb(227, 5, 27);
  font-size: 16px;
  padding-bottom: 80px;
}
#footer a {
  font-size: 16px;
}
#footer .col.sitemap {
  padding: 40px 0;
}
#footer .col.contact {
  text-align: right;
  padding: 40px 0;
}
#footer .col.contact .logo.footer {
  height: 40px;
  width: auto;
  margin-bottom: 12px;
}
#footer .col.contact nav.service {
  margin-bottom: 10px;
}
#footer .col.contact .copyright {
  font-size: 12px;
  color: #000;
}
#footer .btn-top {
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  width: auto;
  height: auto;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
  padding: 3px 3px 0px 5px;
}
#footer .btn-top span {
  text-align: center;
  line-height: 100% px;
  font-size: 24px;
  color: rgb(227, 5, 27);
  font-size: 26px;
}

/* ==========================================================================
   cookie bar
   ========================================================================== */
#cookie-bar {
  background: rgba(255, 255, 255, 0.85);
  height: auto;
  line-height: 30px;
  color: rgb(227, 5, 27);
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.3);
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
  font-size: 12px;
}
#cookie-bar .cb-enable {
  background: rgb(227, 5, 27);
}
#cookie-bar .cb-enable:hover {
  background: rgb(227, 5, 27);
}
#cookie-bar .cb-disable {
  background: rgb(227, 5, 27);
}
#cookie-bar .cb-disable:hover {
  background: rgb(227, 5, 27);
}
#cookie-bar .cb-policy {
  background: rgb(227, 5, 27);
}
#cookie-bar .cb-policy:hover {
  background: rgb(227, 5, 27);
}

/* ==========================================================================
   Navigation
   ========================================================================== */
nav.top {
  border: 0;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
nav.top ul.nav {
  padding: 0;
  margin: 0 auto;
}
nav.top ul.nav > li {
  border: 0;
  margin: 0;
  padding: 0;
  height: 40px;
  background: none;
  position: inherit;
}
nav.top ul.nav > li .caret {
  display: none;
}
nav.top ul.nav > li span.nav-open {
  display: 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.fst:hover {
  font-family: "museo-sans", sans-serif;
  color: #000;
  height: 40px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  white-space: nowrap;
  text-shadow: none;
  text-decoration: none;
  padding: 0 20px;
  margin: 0;
  text-transform: uppercase;
}
nav.top ul.nav > li > a.fst:hover, nav.top ul.nav > li.active > a.fst {
  color: rgb(227, 5, 27);
  background: none;
}
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 > li > a::after {
  display: block;
  content: attr(title);
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
nav.top ul.nav > li#fb a {
  margin: 0;
  padding: 0 0 0 10px;
}
nav.top ul.nav > li#fb a span {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../Img/icon_fb.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: relative;
  top: 2px;
}
nav.top ul.nav a.fst:hover, nav.top ul.nav a.fst:active {
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important;
}
nav.top ul.nav {
  /* enable hover */
}
nav.top ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
nav.top ul.nav ul.lvl-2.dropdown-menu {
  position: absolute;
  z-index: 1;
  top: 38px;
  width: auto;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #efefef;
  right: inherit;
  border: 0;
  padding: 20px;
}
nav.top ul.nav ul.lvl-2.dropdown-menu > li {
  display: block;
  margin-bottom: 10px;
  line-height: 100%;
  position: relative;
}
nav.top ul.nav ul.lvl-2.dropdown-menu > li > a {
  display: block;
  padding: 0;
  background: none;
  line-height: 130%;
  height: auto;
  padding: 0 10px;
  text-transform: none;
  font-size: 14px;
  text-decoration: none;
  white-space: inherit;
  font-weight: 300;
  color: #000;
}
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: rgb(227, 5, 27);
}
nav.top ul.nav ul.lvl-2.dropdown-menu > li ul.lvl-3 {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.top ul.nav ul.lvl-2.dropdown-menu > li ul.lvl-3 li {
  display: block;
  padding: 4px 0 4px 20px;
  line-height: 100%;
}
nav.top ul.nav ul.lvl-2.dropdown-menu > li ul.lvl-3 li a {
  padding: 0;
  background: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  text-decoration: none;
  white-space: inherit;
  font-weight: 300;
  color: #000;
}
nav.top ul.nav ul.lvl-2.dropdown-menu > li ul.lvl-3 li.active a, nav.top ul.nav ul.lvl-2.dropdown-menu > li ul.lvl-3 li a:hover {
  text-decoration: underline;
}
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(227, 5, 27);
}
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;
}

nav.submenu ul {
  margin: 0;
  padding: 0 !important;
}
nav.submenu ul li {
  position: relative;
  list-style-type: none;
}
nav.submenu ul li a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
}
nav.submenu ul li a.active, nav.submenu ul li a:hover {
  color: rgb(227, 5, 27);
}

nav.service ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.service ul li {
  display: block;
}
nav.service ul li:first-child {
  margin-left: 0;
}
nav.service ul li a {
  text-decoration: none;
  font-size: 14px !important;
  line-height: 20px;
  color: #000;
}
nav.service ul li a:hover {
  color: rgb(227, 5, 27);
}

nav.sitemap {
  border: 0;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
nav.sitemap ul.nav {
  padding: 0;
  margin: 0 auto;
}
nav.sitemap ul.nav > li {
  border: 0;
  margin: 0;
  padding: 0;
  height: auto;
  background: none;
}
nav.sitemap ul.nav > li span.nav-open {
  display: none;
}
nav.sitemap ul.nav > li .caret {
  display: none;
}
nav.sitemap ul.nav > li:hover {
  border: 0;
  background: none;
}
nav.sitemap ul.nav > li a {
  font-family: "museo-sans", sans-serif;
  color: #000;
  box-shadow: none;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  display: block;
  text-shadow: none;
  text-decoration: none;
  padding: 5px 0 5px 0;
  margin: 0;
}
nav.sitemap ul.nav > li > a:hover, nav.sitemap ul.nav > li.active > a, nav.sitemap ul.nav > li li.active > a {
  color: #000;
  background: none;
  text-decoration: underline;
}
nav.sitemap ul.nav > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
nav.sitemap ul.nav > li ul li {
  margin: 0;
  padding: 0 10px 0 0;
}
nav.sitemap ul.nav > li ul li a {
  font-weight: 300;
}

.pagination-browsebox {
  display: block;
  clear: both;
  margin: 30px 0 30px 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  list-style-image: none;
}
.pagination-browsebox:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.pagination-browsebox li {
  margin: 0 !important;
  padding: 0 !important;
  float: left;
  list-style-type: none !important;
  background: none !important;
}
.pagination-browsebox li a {
  display: block;
  height: 20px;
  width: 18px;
  margin: 0 2px 0 0;
  padding: 0;
  border: 1px solid #e6e6e6;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  background: #fff;
}
.pagination-browsebox li a:hover {
  background: #e6e6e6;
}
.pagination-browsebox li.previous a {
  text-align: left;
  width: 55px;
  padding-left: 5px;
}
.pagination-browsebox li.next a {
  text-align: right;
  width: 55px;
  padding-right: 5px;
  margin-right: 0 !important;
}
.pagination-browsebox li.current {
  display: block;
  height: 20px;
  width: 18px;
  margin: 0 2px 0 0 !important;
  padding: 0;
  border: 1px solid #e6e6e6;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: #e6e6e6 !important;
}

/* ==========================================================================
   CE Elemente
   ========================================================================== */
.ce-item {
  padding: 20px;
  text-align: center;
  padding: 40px 0 40px 40px;
  border-bottom: 1px solid rgb(227, 5, 27);
}

.frame header {
  clear: both;
  position: relative;
  display: block;
}

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

.frame-default.frame-layout-0, #content .frame.frame-default.frame-layout-0 {
  /* standard */
}
.frame-default.frame-layout-1, #content .frame.frame-default.frame-layout-1 {
  /* Textblock fett */
  font-weight: 600;
}
.frame-default.frame-layout-1 div, .frame-default.frame-layout-1 p, #content .frame.frame-default.frame-layout-1 div, #content .frame.frame-default.frame-layout-1 p {
  font-weight: 600;
}
.frame-default.frame-layout-1 div a, .frame-default.frame-layout-1 p a, #content .frame.frame-default.frame-layout-1 div a, #content .frame.frame-default.frame-layout-1 p a {
  font-weight: 600;
}
.frame-default.frame-layout-2, #content .frame.frame-default.frame-layout-2 {
  /* Seitenkopf Kontakt Text */
  font-size: 14px;
}
.frame-default.frame-layout-2 div, .frame-default.frame-layout-2 p, #content .frame.frame-default.frame-layout-2 div, #content .frame.frame-default.frame-layout-2 p {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
}
.frame-default.frame-layout-2 div a, .frame-default.frame-layout-2 p a, #content .frame.frame-default.frame-layout-2 div a, #content .frame.frame-default.frame-layout-2 p a {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
.ce-textmedia-wrapper,
.ce-header-wrapper {
  padding: 80px;
  margin-top: 30px;
}

.ce-acc.panel-group {
  margin-bottom: 20px;
}
.ce-acc.panel-group .panel {
  border: 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ce-acc.panel-group .panel .panel-heading {
  padding: 0;
}
.ce-acc.panel-group .panel .panel-heading a {
  background-color: rgb(227, 5, 27);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  text-decoration: none;
  display: block;
  font-size: 18px;
  line-height: 30px;
  padding: 5px 40px 5px 25px;
  color: #fff;
}
.ce-acc.panel-group .panel .panel-heading a span.glyphicon {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 12px;
  color: #fff;
  font-size: 14px;
}
.ce-acc.panel-group .panel .panel-heading a span.glyphicon.glyphicon-plus {
  display: block;
}
.ce-acc.panel-group .panel .panel-heading a span.glyphicon.glyphicon-minus {
  display: none;
}
.ce-acc.panel-group .panel .panel-heading a[aria-expanded=true] {
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.ce-acc.panel-group .panel .panel-heading a[aria-expanded=true] span.glyphicon.glyphicon-plus {
  display: none;
}
.ce-acc.panel-group .panel .panel-heading a[aria-expanded=true] span.glyphicon.glyphicon-minus {
  display: block;
}
.ce-acc.panel-group .panel .panel-body {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border-color: rgb(227, 5, 27);
  background-color: #fff;
  padding: 15px;
}

.ce-button.ce-item.btn-next .btn {
  background-image: url(../Img/arrow_next.svg);
  background-size: 10px 20px;
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.ce-button.ce-item.btn-back .btn {
  background-image: url(../Img/arrow_prev.svg);
  background-size: 10px 20px;
  background-repeat: no-repeat;
  background-position: top 9px left 40px;
}
.ce-button.ce-item .glyphicon {
  display: none;
}

.ce-button-download {
  margin: 0 auto;
}
.ce-button-download a.icon-download {
  clear: both;
  display: block;
  margin: 10px auto;
  background-image: url(../Img/icon_download.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 35px;
  height: 34px;
  text-decoration: none;
  font-size: 0px;
}
.ce-button-download a.link-download {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.ce-downloads {
  background-color: rgb(227, 5, 27);
  padding: 20px 35px;
}
.ce-downloads h2 {
  margin-top: 0;
  padding-top: 0;
}

.ce-downloads-list {
  margin: 0;
  padding-left: 0 !important;
  list-style: none !important;
}
.ce-downloads-list li {
  margin-bottom: 6px;
}
.ce-downloads-list li a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  line-height: 110% !important;
}
.ce-downloads-list li a span.glyphicon {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 4px;
  color: #000;
}

.ce-gallery .ce-column {
  margin-right: 0;
  margin-left: 0;
}
.ce-gallery .ce-column:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.ce-gallery .ce-column img {
  display: inline-block;
  margin-bottom: 40px;
}
.ce-gallery .ce-column figcaption {
  margin-bottom: 25px;
  font-size: 13px;
  font-style: italic;
}

.ce-links {
  background-color: rgb(227, 5, 27);
  padding: 20px 35px;
  margin-bottom: 20px;
}
.ce-links h2 {
  margin-top: 0;
  padding-top: 0;
}

.ce-links.lvbasistpl-blue {
  background-color: rgb(227, 5, 27);
}
.ce-links.lvbasistpl-blue h2, .ce-links.lvbasistpl-blue p, .ce-links.lvbasistpl-blue a, .ce-links.lvbasistpl-blue a > span.glyphicon {
  color: #fff !important;
}

.ce-links.lvbasistpl-white {
  background-color: #fff;
}

.ce-links.lvbasistpl-standard {
  background-color: rgb(227, 5, 27);
}
.ce-links.lvbasistpl-standard h2, .ce-links.lvbasistpl-standard p, .ce-links.lvbasistpl-standard a, .ce-links.lvbasistpl-standard a > span.glyphicon {
  color: #fff !important;
}

.ce-links-list {
  margin: 0;
  padding-left: 0 !important;
  list-style: none !important;
}
.ce-links-list li {
  margin-bottom: 6px;
}
.ce-links-list li a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  line-height: 110% !important;
}
.ce-links-list li a span.glyphicon {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 4px;
  color: #000;
}

#content-bottom .ce-navigation-sub {
  text-align: left;
}
#content-bottom .ce-navigation-sub .submenu a {
  text-align: left;
}

.ce-teaser {
  position: relative;
  padding: 0;
  margin: 0 0 40px 0;
}
.ce-teaser .inner {
  position: relative;
}
.ce-teaser .inner:nth-child(odd) {
  margin-right: 15px;
}
.ce-teaser .inner:nth-child(even) {
  margin-left: 15px;
}
.ce-teaser .inner h3 {
  position: absolute;
  color: #fff;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 80%;
  margin: 0;
}
.ce-teaser .inner .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce-teaser .inner .overlay.lvbasistpl-green {
  background: -moz-linear-gradient(top, rgb(163, 177, 29) 0%, rgba(255, 255, 255, 0.38) 62%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(163, 177, 29) 0%, rgba(255, 255, 255, 0.38) 62%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(163, 177, 29) 0%, rgba(255, 255, 255, 0.38) 62%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a3b11d", endColorstr="#00ffffff", GradientType=0); /* IE6-9 */
}
.ce-teaser .inner .overlay.lvbasistpl-bluegreen {
  background: -moz-linear-gradient(top, rgb(19, 139, 163) 0%, rgba(255, 255, 255, 0.38) 62%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(19, 139, 163) 0%, rgba(255, 255, 255, 0.38) 62%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(19, 139, 163) 0%, rgba(255, 255, 255, 0.38) 62%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#138ba3", endColorstr="#00ffffff", GradientType=0); /* IE6-9 */
}
.ce-teaser .inner figure.image {
  display: block;
}
.ce-teaser .inner figure.image img.img-responsive {
  display: block;
  margin: 0 auto;
}

.ce-teaser-start {
  color: #000;
  text-align: center;
  padding: 0;
}
.ce-teaser-start a {
  text-decoration: none;
}
.ce-teaser-start a .inner {
  background-color: #efefef;
  border: 1px solid #000;
  padding: 40px 20px;
}
.ce-teaser-start a .inner h2 {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 18px;
  text-transform: inherit;
}
.ce-teaser-start a .inner figure {
  margin: 0 auto;
}
.ce-teaser-start a .inner figure img {
  margin: 0 auto;
}
.ce-teaser-start a .inner:hover {
  transition: all 0.5s ease;
  border: 1px solid rgb(227, 5, 27);
  background: rgb(243, 243, 243);
}
.ce-teaser-start a .inner:hover figure img {
  transition: all 0.5s ease;
  background-color: #fff;
}
.ce-teaser-start:nth-child(3n+1) .inner {
  margin: 10px 10px 10px 0;
}
.ce-teaser-start:nth-child(3n+2) .inner {
  margin: 10px;
}
.ce-teaser-start:nth-child(3n+0) .inner {
  margin: 10px 0 10px 10px;
}

.ce-teaser-news figure {
  margin-bottom: 16px;
}

table.contenttable {
  width: 100%;
  max-width: 600px;
  margin: 24px 0 24px 0;
  border: 1px solid rgb(227, 5, 27);
  border-collapse: collapse !important;
}
table.contenttable th, table.contenttable th p, table.contenttable td, table.contenttable td p {
  font-size: 15px !important;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
}
table.contenttable th strong, table.contenttable th p strong, table.contenttable td strong, table.contenttable td p strong {
  font-weight: 600;
}
table.contenttable thead th, table.contenttable thead th * {
  vertical-align: top;
  color: #fff !important;
  text-align: left;
  padding: 10px;
}
table.contenttable thead tr {
  border: 0;
}
table.contenttable tbody th {
  vertical-align: top !important;
  padding: 2px 10px;
  border-top: 1px solid rgb(227, 5, 27);
  border-bottom: 1px solid rgb(227, 5, 27);
}
table.contenttable tbody td {
  vertical-align: top !important;
  padding: 2px 10px;
  border: 0;
  border-right: 1px dotted rgb(227, 5, 27);
}
table.contenttable tbody td:first-child {
  white-space: inherit;
}
table.contenttable tbody td:last-child {
  white-space: nowrap;
}

/* ==========================================================================
   Masterslider Header
   ========================================================================== */
#mastersliderHeader {
  position: relative;
}
#mastersliderHeader div.ms-slide-overlay {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mastersliderHeader .ms-slide-container .ms-slide {
  background-color: rgb(227, 5, 27) !important;
}
#mastersliderHeader .ms-slide-container .ms-slide .ms-layer {
  width: 100%;
  padding: 40px 40px 40px 200px;
}
#mastersliderHeader .ms-slide-container .ms-slide .ms-layer h2.title {
  font-weight: 300 !important;
  font-size: 26px;
  letter-spacing: 0.01em;
  line-height: 100%;
  color: #fff;
  width: auto;
  margin: 0 0 24px 0;
  text-align: left;
}
#mastersliderHeader .ms-slide-container .ms-slide .ms-layer div.text {
  color: #fff;
  width: auto;
  font-size: 22px;
  line-height: 120%;
  text-align: left;
  position: relative;
}

.ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev {
  border: 0 !important;
}

.ms-skin-light-6 .ms-nav-next {
  background: url(../Img/arrow_next_red.svg) white !important;
  background-repeat: no-repeat !important;
  background-size: 45% !important;
  background-position: center !important;
}

.ms-skin-light-6 .ms-nav-prev {
  background: url(../Img/arrow_prev_red.svg) white !important;
  background-repeat: no-repeat !important;
  background-size: 45% !important;
  background-position: center !important;
}

.ms-skin-light-6 .ms-nav-next:hover,
.ms-skin-light-6 .ms-nav-prev:hover {
  opacity: 1 !important;
}

.ms-skin-light-6 .ms-bullet {
  width: 10px;
  height: 10px;
  background: #fff !important;
  -webkit-background-clip: padding-box;
  border: 1px solid rgb(227, 5, 27) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 4px;
  background-position: -34px -117px;
}

.ms-skin-light-6 .ms-bullet-selected {
  background: #6f6f6e !important;
}

.ms-bullets.ms-dir-h.ms-align-bottom {
  bottom: -30px !important;
}

/* ==========================================================================
   Masterslider Startseite (Plugin)
   ========================================================================== */
/* ==========================================================================
   Indexed Search
   ========================================================================== */
.tx-indexedsearch-searchbox legend {
  display: none;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form .form-group label {
  display: none;
}
.tx-indexedsearch-searched {
  clear: both;
  margin: 50px 0;
}

.tx-indexedsearch-percent, .tx-indexedsearch-icon {
  display: none;
}

.tx-indexedsearch-advanced.form-control {
  margin: 30px 0 0 0;
}
.tx-indexedsearch-advanced.form-control label {
  width: 100%;
}

ul.tx-indexedsearch-browsebox {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
ul.tx-indexedsearch-browsebox .pagination-browsebox {
  display: block;
  clear: both;
  margin: 30px 0 30px 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  list-style-image: none;
}
ul.tx-indexedsearch-browsebox .pagination-browsebox:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
ul.tx-indexedsearch-browsebox .pagination-browsebox li {
  margin: 0 !important;
  padding: 0 !important;
  float: left;
  list-style-type: none !important;
  background: none !important;
}
ul.tx-indexedsearch-browsebox .pagination-browsebox li a {
  display: block;
  height: 20px;
  width: 18px;
  margin: 0 2px 0 0;
  padding: 0;
  border: 1px solid #e6e6e6;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  background: #fff;
}
ul.tx-indexedsearch-browsebox .pagination-browsebox li a:hover {
  background: #e6e6e6;
}
ul.tx-indexedsearch-browsebox .pagination-browsebox li.previous a {
  text-align: left;
  width: 55px;
  padding-left: 5px;
}
ul.tx-indexedsearch-browsebox .pagination-browsebox li.next a {
  text-align: right;
  width: 55px;
  padding-right: 5px;
  margin-right: 0 !important;
}
ul.tx-indexedsearch-browsebox .pagination-browsebox li.current {
  display: block;
  height: 20px;
  width: 18px;
  margin: 0 2px 0 0 !important;
  padding: 0;
  border: 1px solid #e6e6e6;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: #e6e6e6 !important;
}
ul.tx-indexedsearch-browsebox li a {
  min-width: 60px;
}

.row tx-indexedsearch-form input#tx-indexedsearch-searchbox-sword {
  min-width: 100% !important;
  width: 50% !important;
}
.row tx-indexedsearch-form .input-group-btn input.btn.btn-secondary.tx-indexedsearch-searchbox-button {
  min-width: 80px !important;
  width: auto !important;
  -webkit-border-radius: 0 4px 4px 0 !important;
  border-radius: 0 4px 4px 0 !important;
}

/* ==========================================================================
    News
   ========================================================================== */
.news {
  margin: 20px 0 20px 0;
}
.news a {
  color: rgb(227, 5, 27);
}
.news .news-list-view.tpl-1 .article .news-img-wrap {
  border-top: 1px solid rgb(227, 5, 27);
  padding-top: 20px;
}
.news .news-list-view.tpl-1 .article .news-img-wrap a img {
  margin: 0 auto;
}
.news .news-list-view.tpl-1 .article .footer {
  padding-bottom: 20px;
}
.news .news-list-view.tpl-1 .article .header {
  min-height: 40px;
}
.news .news-list-view.tpl-1 .article h3 {
  margin: 22px 0 18px 0 !important;
}
.news .news-list-view.tpl-1 .article h3 a {
  font-family: "museo-sans", sans-serif;
  line-height: 120%;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin: 24px 0 14px 0;
  padding: 0;
  margin: 22px 0 20px 0 !important;
}
.news .news-list-view.tpl-1 .article:nth-child(odd) {
  padding: 0 15px 0 0;
}
.news .news-list-view.tpl-1 .article:nth-child(even) {
  padding: 0 0 0 15px;
}
.news .news-list-view.tpl-2 .article {
  border-bottom: 1px solid rgb(227, 5, 27);
  padding-top: 20px;
  padding-bottom: 20px;
}
.news .news-list-view.tpl-2 .article h2 {
  margin: 22px 0 18px 0 !important;
}
.news .news-list-view.tpl-2 .article h2 a {
  font-family: "museo-sans", sans-serif;
  line-height: 120%;
  font-size: 22px;
  font-weight: 300;
  color: #000;
  margin: 40px 0 30px 0;
  padding: 0;
  text-transform: uppercase;
  margin: 22px 0 20px 0 !important;
}
.news .news-list-view.tpl-3, .news .news-list-view.tpl-4 {
  padding: 20px 35px;
  background-color: rgb(227, 5, 27);
}
.news .news-list-view.tpl-3 h2, .news .news-list-view.tpl-4 h2 {
  color: #fff;
  margin: 0 0 40px 0;
  padding: 0;
}
.news .news-list-view.tpl-3 .row.article, .news .news-list-view.tpl-4 .row.article {
  color: #fff;
  margin: 0 0 12px 0;
  padding: 0;
}
.news .news-list-view.tpl-3 .row.article h3, .news .news-list-view.tpl-4 .row.article h3 {
  margin: 0;
  padding: 0;
}
.news .news-list-view.tpl-3 .row.article h3 a, .news .news-list-view.tpl-4 .row.article h3 a {
  color: #fff !important;
}
.news .news-list-view.tpl-3 .news-cal, .news .news-list-view.tpl-4 .news-cal {
  margin-top: 20px;
}
.news .news-list-view.tpl-3 .news-cal a, .news .news-list-view.tpl-4 .news-cal a {
  color: #fff;
}
.news .news-list-view.tpl-3 .news-cal a span.glyphicon, .news .news-list-view.tpl-4 .news-cal a span.glyphicon {
  padding-right: 5px;
}
.news.news-single .news-img-wrap {
  margin: 40px 0 40px 0;
}
.news.news-single .news-img-wrap .outer:nth-child(odd) {
  padding: 0 20px 10px 0;
}
.news.news-single .news-img-wrap .outer:nth-child(even) {
  padding: 0 0 20px 10px;
}
.news.news-single .ics {
  margin-top: 30px;
}
.news.news-single .news-backlink-wrap {
  margin-top: 40px;
}

/* ==========================================================================
   Ansprechpartner
   ========================================================================== */
.tx-lv-address .addresslist-item.l1 {
  background-color: rgb(227, 5, 27);
  padding: 35px;
  margin-bottom: 20px;
}
.tx-lv-address .addresslist-item.l1 .data, .tx-lv-address .addresslist-item.l1 label, .tx-lv-address .addresslist-item.l1 a {
  color: #fff;
}
.tx-lv-address .addresslist-item.l1 h2 {
  font-family: "museo-sans", sans-serif;
  line-height: 120%;
  font-size: 22px;
  font-weight: 300;
  color: #000;
  margin: 40px 0 30px 0;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
}
.tx-lv-address .addresslist-item.l1 h3 {
  font-family: "museo-sans", sans-serif;
  line-height: 120%;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin: 24px 0 14px 0;
  padding: 0;
  color: #fff;
}
.tx-lv-address .addresslist-item.l1 span.label {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
.tx-lv-address .addresslist-item.l1 a.email {
  text-decoration: underline;
}
.tx-lv-address .addresslist-item.l2 {
  background-color: #fff;
  padding: 20px 20px 20px 0;
  margin: 0;
}
.tx-lv-address .addresslist-item.l2 .inner {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  background: #efefef;
  padding: 20px;
}
.tx-lv-address .addresslist-item.l2 .inner .data, .tx-lv-address .addresslist-item.l2 .inner label, .tx-lv-address .addresslist-item.l2 .inner a {
  color: #000;
}
.tx-lv-address .addresslist-item.l2 .inner h2 {
  font-family: "museo-sans", sans-serif;
  line-height: 120%;
  font-size: 22px;
  font-weight: 300;
  color: #000;
  margin: 40px 0 30px 0;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #000;
}
.tx-lv-address .addresslist-item.l2 .inner h3 {
  font-family: "museo-sans", sans-serif;
  line-height: 120%;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin: 24px 0 14px 0;
  padding: 0;
  color: #000;
}
.tx-lv-address .addresslist-item.l2 .inner span.label {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.tx-lv-address .addresslist-item.l2 .inner .data .function {
  font-weight: 600;
}
.tx-lv-address .addresslist-item.l2 .inner .data .email a {
  display: block;
  margin-top: 5px;
  text-decoration: underline;
}

/* ==========================================================================
   Referenzen
   ========================================================================== */
.tx-lv-proddb {
  margin: 40px 0 0 0 0;
}
.tx-lv-proddb .masonry-grid .grid-item .grid-item-content {
  border: 1px solid rgb(227, 5, 27);
  background-color: #efefef;
  margin: 0 10px 10px 0;
}
.tx-lv-proddb .masonry-grid .grid-item .grid-item-content .text {
  padding: 13.3333333333px;
  hyphens: auto;
  text-align: center;
}
.tx-lv-proddb .masonry-grid .grid-item .grid-item-content .text h3 {
  font-weight: 300;
}
.tx-lv-proddb .masonry-grid .grid-item .grid-item-content:hover {
  background-color: #fff;
}
.tx-lv-proddb .masonry-grid .grid-item .grid-item-content:hover .text h3 {
  font-weight: 300;
}
.tx-lv-proddb .master-slider {
  margin-top: 40px !important;
}
.tx-lv-proddb .produkt-back {
  margin-top: 80px;
  text-align: center;
}

/* ==========================================================================
   Media Gallery
   ========================================================================== */
.fs-media-gallery .masonry-grid .thumb {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  background: #efefef;
  padding: 10px;
}
.fs-media-gallery .masonry-grid .thumb h3 a {
  font-family: "museo-sans", sans-serif;
  line-height: 120%;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin: 24px 0 14px 0;
  padding: 0;
}
.fs-media-gallery .masonry-grid .thumb .description {
  text-align: center;
}
.fs-media-gallery .masonry-grid.nested figure {
  position: relative;
  display: block;
  border: 1px solid #fff;
  margin: 0;
}
.fs-media-gallery .masonry-grid.nested figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px;
  width: 100%;
  font-size: 0.7em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.fs-media-gallery figure:hover figcaption {
  opacity: 1;
}
/* ==========================================================================
    Cookie Hint
   ========================================================================== */
.cc_banner-wrapper .cc_message {
  color: rgb(227, 5, 27) !important;
  font-size: 15px;
}
.cc_banner-wrapper .cc_message .cc_more_info {
  color: rgb(227, 5, 27) !important;
  font-size: 15px;
  text-decoration: underline;
  padding-left: 20px;
}

/* ==========================================================================
    go_maps_ext xx
   ========================================================================== */
.tx-go-maps-ext .js-map {
  margin-bottom: 40px;
}
.tx-go-maps-ext .js-gme-preview {
  position: relative;
  display: block;
  z-index: 11;
  cursor: pointer;
}
.tx-go-maps-ext .js-gme-preview .btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #efefef;
}
.tx-go-maps-ext .js-gme-preview .btn:hover {
  background-color: #fff;
}
.tx-go-maps-ext .js-gme-preview img {
  width: 100%;
  max-width: 100%;
  opacity: 0.6;
}
.tx-go-maps-ext .js-gme-preview .js-gme-show {
  position: relative;
  display: block;
}

/* ==========================================================================
    Responsive Helper
   ========================================================================== */
@media (min-width: 1600px) {
  .navbar-toggle,
  body,
  ul li,
  ol li,
  .external-link,
  .internal-link,
  .mail {
    font-size: 16px;
    line-height: 150%;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3, h4, h5, h6 {
    font-size: 17px;
  }
  .ce-teaser-start a .inner {
    padding: 80px 40px 80px 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  body,
  ul li,
  ol li,
  .external-link,
  .internal-link,
  .mail {
    font-size: 16px;
    line-height: 150%;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3, h4, h5, h6 {
    font-size: 17px;
  }
  .container {
    width: 100%;
    padding: 0 40px;
  }
  #content {
    z-index: 99 !important;
  }
  #content .container {
    padding: 0;
    width: 100%;
  }
  #content .container .row .content {
    min-height: inherit;
    padding-right: 0 !important;
    padding-left: 0;
  }
  #content .container .row .content #content-top,
  #content .container .row .content #content-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content .container .row .sidebar .ce-item, #content .container .row .sidebar .frame {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ce-teaser-start a .inner {
    padding: 60px 40px 60px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body,
  ul li,
  .external-link,
  .internal-link,
  .mail {
    font-size: 16px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3, h4, h5, h6 {
    font-size: 17px;
  }
  .container {
    width: 100%;
    padding: 0 40px;
  }
  #header nav.top ul.nav > li a {
    position: relative;
  }
  #header nav.top ul.nav > li a.fst {
    padding: 0 10px;
    font-size: 15px;
  }
  #content {
    z-index: 99 !important;
  }
  #content .container {
    padding: 0;
    width: 100%;
  }
  #content .container .row .content {
    min-height: inherit;
    padding-right: 0 !important;
    padding-left: 0;
  }
  #content .container .row .content #content-top,
  #content .container .row .content #content-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content .container .row .sidebar .ce-item, #content .container .row .sidebar .frame {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ce-textmedia-wrapper,
  .ce-header-wrapper {
    padding: 50px;
  }
  .ce-teaser-start:nth-child(2n+1) .inner {
    margin: 10px 10px 10px 0;
  }
  .ce-teaser-start:nth-child(2n+2) .inner {
    margin: 10px 0 10px 10px;
  }
  /* slider */
  #mastersliderHeaderSimple .ms-slide-container .ms-slide .ms-layer h2.title {
    font-size: 26px;
  }
  #mastersliderHeaderSimple .ms-slide-container .ms-slide .ms-layer div.text {
    font-size: 20px;
    left: -30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body,
  ul li,
  ol li,
  .external-link,
  .internal-link,
  .mail {
    font-size: 16px;
    line-height: 150%;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3, h4, h5, h6 {
    font-size: 17px;
  }
  #header .menu, #header .service-menu, #header.scroll .menu, #header.scroll .service-menu {
    display: none;
  }
  #header, #header.scroll {
    transition: all 0.5s ease;
    height: 60px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  }
  #header #logo, #header.scroll #logo {
    transition: all 0.5s ease;
    height: 50px;
    width: auto;
    top: 5px;
    right: 40px;
  }
  #header #logo img, #header.scroll #logo img {
    height: 50px;
    width: auto;
  }
  #content {
    padding-top: 90px;
  }
  #content .container {
    padding: 0;
    width: 100%;
  }
  #content .container .row .content {
    min-height: inherit;
    padding-right: 0 !important;
    padding-left: 0;
  }
  #content .container .row .content #content-top,
  #content .container .row .content #content-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content .container .row .sidebar .ce-item, #content .container .row .sidebar .frame {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* slider */
  #mastersliderHeader .ms-slide-container .ms-slide .ms-layer h2.title {
    font-size: 20px;
  }
  #mastersliderHeader .ms-slide-container .ms-slide .ms-layer div.text {
    font-size: 16px;
  }
  #mastersliderHeaderSimple .ms-slide-container .ms-slide .ms-layer h2.title {
    font-size: 20px;
  }
  #mastersliderHeaderSimple .ms-slide-container .ms-slide .ms-layer div.text {
    font-size: 16px;
  }
  .ce-textmedia-wrapper,
  .ce-header-wrapper {
    padding: 30px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  body .container-fluid {
    overflow: hidden;
  }
  body,
  ul li,
  ol li,
  .external-link,
  .internal-link,
  .mail {
    font-size: 14px;
    line-height: 150%;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 20px;
  }
  h3, h4, h5, h6 {
    font-size: 15px;
  }
  #header .menu, #header .service-menu, #header .contact, #header.scroll .menu, #header.scroll .service-menu, #header.scroll .contact {
    display: none;
  }
  #header .navbar-toggle, #header.scroll .navbar-toggle {
    top: 0px;
  }
  #header, #header.scroll {
    transition: all 0.5s ease;
    height: 60px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  }
  #header #logo, #header.scroll #logo {
    transition: all 0.5s ease;
    height: 50px;
    width: auto;
    top: 10px !important;
    right: inherit !important;
    left: 20px;
  }
  #header #logo img, #header.scroll #logo img {
    height: 50px;
    width: 90px;
  }
  #header .container-fluid .row.top .service-info {
    padding-right: 0;
    text-align: center;
  }
  #header .container-fluid .row.top .service-info a {
    padding: 0;
    font-size: 12px;
  }
  #header .container-fluid .row.top .service-info a .glyphicon {
    padding: 0;
  }
  #content {
    padding-top: 90px;
  }
  #content .container {
    padding: 0;
    width: 100%;
  }
  #content .container .row .content {
    min-height: inherit;
    padding-right: 0 !important;
    padding-left: 0;
    border: 0;
  }
  #content .container .row .content #content-top {
    padding-left: 0;
    padding-right: 0;
  }
  #content .container .row .content #content-top header, #content .container .row .content #content-top .frame, #content .container .row .content #content-top .ce-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content .container .row .content #content-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content .container .row .sidebar .ce-item, #content .container .row .sidebar .frame {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* slider */
  #mastersliderHeader .ms-slide-container .ms-slide .ms-layer h2.title {
    font-size: 20px;
  }
  #mastersliderHeader .ms-slide-container .ms-slide .ms-layer div.text {
    font-size: 12px;
  }
  #mastersliderHeader .ms-slide-container .ms-slide .ms-layer div.text p {
    padding: 0;
  }
  #mastersliderHeaderSimple .ms-slide-container .ms-slide .ms-layer h2.title {
    font-size: 20px;
  }
  #mastersliderHeaderSimple .ms-slide-container .ms-slide .ms-layer div.text {
    font-size: 16px;
  }
  .tx-lv-address .image.single-view {
    padding-top: 20px;
  }
  .ce-gallery {
    display: block;
    width: 100%;
    float: none;
  }
  .ce-gallery .ce-column {
    width: 100%;
  }
  .ce-gallery .ce-column figure {
    width: 100%;
  }
  .ce-gallery .ce-column figure img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .ce-gallery .ce-column figure figcaption {
    margin-bottom: 25px;
    font-size: 13px;
    font-style: italic;
  }
  .ce-bodytext {
    float: none;
  }
  .ce-teaser-start .inner {
    margin: 5px 0 5px 0 !important;
  }
  .news.news-single .news-img-wrap {
    margin: 40px 0 40px 0;
  }
  .news.news-single .news-img-wrap .outer:nth-child(odd) {
    padding: 0 0 10px 0;
  }
  .news.news-single .news-img-wrap .outer:nth-child(even) {
    padding: 0 0 20px 0;
  }
}
/* Mobile Navigation */
@media (min-width: 1px) and (max-width: 991px) {
  #header .container, #footer .container {
    width: 100%;
    padding: 0 10px;
  }
  #header {
    height: 90px;
  }
  #header .fb {
    transition: all 0.5s ease;
    position: absolute;
    z-index: 99998;
    top: 45px;
    right: 60px;
    width: 24px;
    height: 24px;
    display: block;
    background: url(../Img/icon_fb.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #header .fb a {
    display: block;
    width: 24px;
    height: 24px;
  }
  #header .navbar-toggle {
    transition: all 0.5s ease;
    display: block;
    position: absolute;
    z-index: 99999;
    top: 30px;
    right: 0px;
    color: #fff;
    border: 0;
    background: none;
    font-size: 24px;
    padding: 10px 10px 5px 10px;
  }
  #header .navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 0;
    margin-bottom: 5px;
    background: #000;
    -webkit-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
  }
  #header .navbar-toggle #icon-remove.glyphicon {
    position: absolute;
    z-index: 2;
    top: 7px;
    right: 12px;
    width: 22px;
    height: 22px;
    color: #000;
    display: none;
    font-weight: 100 !important;
  }
  #header .container-fluid .row.main {
    height: auto;
  }
  #header .container-fluid .row.main .logo #logo {
    height: 60px;
    width: auto;
    top: 10px;
    transition: all 0.5s ease;
  }
  #header .container-fluid .row.main .logo #logo img {
    transition: all 0.5s ease;
    height: 40px;
    width: auto;
  }
  #header .container-fluid .row.main .menu {
    padding-top: 12px;
  }
  #header.scroll .fb {
    top: 14px;
  }
  #header.scroll .navbar-toggle {
    top: 1px;
  }
  #header.scroll .row.top {
    margin-top: -30px;
    transition: all 0.5s ease;
  }
  #header.scroll .row.main {
    height: 60px;
  }
  #header.scroll .row.main .logo {
    transition: all 0.5s ease;
  }
  #header.scroll .row.main .logo #logo {
    height: 40px;
    width: auto;
    top: 10px;
    transition: all 0.5s ease;
  }
  #header.scroll .row.main .logo #logo img {
    transition: all 0.5s ease;
    height: 40px;
    width: auto;
  }
  #header.scroll .row.main .menu {
    padding-top: 12px;
  }
  #footer {
    height: auto;
  }
  #footer .col.sitemap {
    display: none;
  }
  #footer .col.contact {
    width: 100%;
    text-align: center;
    padding: 40px 0;
  }
  #footer .btn-top {
    position: inherit;
    text-align: center;
    background: none;
  }
  .ce-teaser-start:nth-child(2n+1) .inner {
    margin: 5px 5px 5px 0;
  }
  .ce-teaser-start:nth-child(2n+2) .inner {
    margin: 5px 0 5px 5px;
  }
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=submit],
  form textarea,
  form select {
    min-width: 100%;
  }
  #nav-mobile.mm-menu {
    background: #fff;
  }
  #nav-mobile.mm-menu li#search-container form {
    display: block;
    position: relative;
  }
  #nav-mobile.mm-menu li#search-container form input#tx-indexedsearch-searchbox-sword {
    min-width: 100% !important;
    width: 50% !important;
  }
  #nav-mobile.mm-menu li#search-container form .input-group-btn input.btn.btn-secondary.tx-indexedsearch-searchbox-button {
    min-width: 80px !important;
    width: auto !important;
    -webkit-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
  }
  #nav-mobile.mm-menu ul > li.active > a {
    color: #000;
    background: rgba(0, 0, 0, 0.1);
  }
  #nav-mobile.mm-menu .navbar-close {
    display: block;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
  }
  #nav-mobile.mm-menu .search {
    display: block;
    padding: 20px;
  }
}
.cookie-consent-container .buttons .btn--primary {
  background-color: red;
  color: white;
  border: 2px solid green;
}

#page.be-layout-pagets__5 h2 {
  font-family: "Calibri", Sans-Serif;
  font-size: 40px;
  font-weight: 600;
  color: rgb(227, 5, 27);
}
#page.be-layout-pagets__5 #content * {
  font-family: "Calibri", Sans-Serif;
  font-size: 40px;
  font-weight: 400;
}
#page.be-layout-pagets__5 ul {
  list-style-type: disc;
  padding-left: 40px;
}
#page.be-layout-pagets__5 #header {
  position: relative;
  border: 0;
}
#page.be-layout-pagets__5 #header .container-fluid .row.main .logo #logo {
  width: auto;
  height: auto;
  top: 20px;
}
#page.be-layout-pagets__5 #header .container-fluid .row.main .logo #logo img {
  width: 316px;
}
#page.be-layout-pagets__5 #header .container {
  padding: 0 20px;
  max-width: 1600px;
}
#page.be-layout-pagets__5 #header .container .fb {
  transition: all 0.5s ease;
  position: absolute;
  z-index: 99998;
  top: 45px;
  right: 60px;
  width: 24px;
  height: 24px;
  display: block;
  background: url(../Img/icon_fb.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#page.be-layout-pagets__5 #header .container .fb a {
  display: block;
  width: 24px;
  height: 24px;
}
#page.be-layout-pagets__5 #header .container .fb {
  right: 0;
  top: 20px;
}
#page.be-layout-pagets__5 #header .container .claim {
  position: absolute;
  z-index: 11;
  top: 5px;
  right: 150px;
}
#page.be-layout-pagets__5 #header .container .claim .p {
  font-family: "Arial Black", Sans-Serif;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 120%;
}
#page.be-layout-pagets__5 #header .container .claim .p.p1 {
  color: rgb(227, 5, 27);
  font-size: 56px;
}
#page.be-layout-pagets__5 #slider {
  background-color: #fff;
}
#page.be-layout-pagets__5 #slider figure.image img {
  border: 10px solid rgb(227, 5, 27) !important;
}
#page.be-layout-pagets__5 #content {
  padding-top: 40px;
}
#page.be-layout-pagets__5 #content .container {
  padding: 0 40px;
}
#page.be-layout-pagets__5 #content .claim {
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
}
#page.be-layout-pagets__5 #content .claim .align-right {
  text-align: right;
}
#page.be-layout-pagets__5 #content .claim .p {
  font-size: 46px;
  line-height: 120%;
  font-weight: 600;
}
#page.be-layout-pagets__5 #content .claim .p.p1 {
  text-transform: uppercase;
}
#page.be-layout-pagets__5 #content .claim .p.p2 {
  color: rgb(227, 5, 27);
  font-size: 80px;
  font-family: verveine, sans-serif;
  font-weight: 400;
}
#page.be-layout-pagets__5 #content .claim .p.p3 {
  color: rgb(227, 5, 27);
  font-size: 90px;
  font-family: "Georgia", Sans-Serif;
}
#page.be-layout-pagets__5 #content .headline {
  margin: 40px 0;
  background-color: rgb(175, 171, 171);
}
#page.be-layout-pagets__5 #content .headline h1 {
  margin: 0 auto;
  padding: 0;
  font-size: 50px;
  font-weight: 600;
  padding: 40px;
  text-align: left;
  max-width: 1600px;
}
#page.be-layout-pagets__5 #content .content {
  border: 0;
}
#page.be-layout-pagets__5 #footer .col.contact {
  text-align: center;
  padding: 40px 0;
}
#page.be-layout-pagets__5 #footer .col.contact .logo.footer {
  height: inherit;
  width: 300px;
  margin-bottom: 40px;
}
#page.be-layout-pagets__5 #footer nav.service ul {
  padding-left: 0;
}
#page.be-layout-pagets__5 #footer .trigger {
  margin-bottom: 40px;
}
#page.be-layout-pagets__5 #footer .trigger .p {
  font-size: 40px;
  line-height: 120%;
  font-weight: 400;
}
#page.be-layout-pagets__5 #footer .trigger .p.p1 {
  color: rgb(227, 5, 27);
  font-weight: 600;
}
#page.be-layout-pagets__5 #footer .trigger .p.p2 {
  font-family: verveine, sans-serif;
  font-size: 40px;
}
#page.be-layout-pagets__5 #footer .trigger .p.p3 {
  font-size: 40px;
}
#page.be-layout-pagets__5 #footer .trigger .p.p4 a {
  font-style: italic;
  font-size: 40px !important;
  text-decoration: none;
}
#page.be-layout-pagets__5 #footer .trigger .p.p5 {
  font-size: 40px;
}
#page.be-layout-pagets__5 #footer .copyright {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 130%;
}
#page.be-layout-pagets__5 #footer .copyright a {
  text-color: #000;
  text-decoration: none;
  font-size: 30px;
}

@media (min-width: 1px) and (max-width: 767px) {
  #page.be-layout-pagets__5 h2 {
    font-size: 18px !important;
  }
  #page.be-layout-pagets__5 #content * {
    font-size: 18px !important;
  }
  #page.be-layout-pagets__5 #header {
    height: auto !important;
  }
  #page.be-layout-pagets__5 #header .container-fluid .row.main .logo #logo {
    position: initial !important;
    text-align: center;
    padding: 20px;
  }
  #page.be-layout-pagets__5 #header .container-fluid .row.main .logo #logo a {
    display: block;
    margin: 0 auto;
  }
  #page.be-layout-pagets__5 #header .container-fluid .row.main .logo #logo a img {
    display: block;
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
  }
  #page.be-layout-pagets__5 #header .container .fb {
    transition: all 0.5s ease;
    position: absolute;
    z-index: 99998;
    top: 45px;
    right: 60px;
    width: 24px;
    height: 24px;
    display: block;
    background: url(../Img/icon_fb.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #page.be-layout-pagets__5 #header .container .fb a {
    display: block;
    width: 24px;
    height: 24px;
  }
  #page.be-layout-pagets__5 #header .container .fb {
    right: 0;
    top: 20px;
  }
  #page.be-layout-pagets__5 #header .container .claim {
    position: initial !important;
    text-align: center;
    padding: 0 0 20px 0 !important;
  }
  #page.be-layout-pagets__5 #header .container .claim .p {
    font-size: 18px;
    display: inline-block !important;
  }
  #page.be-layout-pagets__5 #header .container .claim .p.p1 {
    font-size: 22px !important;
  }
  #page.be-layout-pagets__5 #content .claim .p {
    font-size: 26px !important;
  }
  #page.be-layout-pagets__5 #content .claim .p.p2 {
    font-size: 26px !important;
  }
  #page.be-layout-pagets__5 #content .claim .p.p3 {
    font-size: 26px !important;
  }
  #page.be-layout-pagets__5 #content .headline h1 {
    font-size: 26px !important;
  }
  #page.be-layout-pagets__5 #content .content {
    border: 0;
  }
}
@media (min-width: 1px) and (max-width: 991px) {
  #page.be-layout-pagets__5 h2 {
    font-size: 26px;
  }
  #page.be-layout-pagets__5 #content * {
    font-size: 26px;
    line-height: 130%;
  }
  #page.be-layout-pagets__5 ul {
    list-style-type: disc;
    padding-left: 26px;
  }
  #page.be-layout-pagets__5 #header {
    height: 120px;
  }
  #page.be-layout-pagets__5 #header .container-fluid .row.main .logo #logo {
    top: 14px;
  }
  #page.be-layout-pagets__5 #header .container-fluid .row.main .logo #logo img {
    width: auto !important;
    height: 60px;
  }
  #page.be-layout-pagets__5 #header .container .fb {
    transition: all 0.5s ease;
    position: absolute;
    z-index: 99998;
    top: 45px;
    right: 60px;
    width: 24px;
    height: 24px;
    display: block;
    background: url(../Img/icon_fb.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #page.be-layout-pagets__5 #header .container .fb a {
    display: block;
    width: 24px;
    height: 24px;
  }
  #page.be-layout-pagets__5 #header .container .fb {
    right: 0;
    top: 20px;
  }
  #page.be-layout-pagets__5 #header .container .claim .p {
    font-size: 22px;
  }
  #page.be-layout-pagets__5 #header .container .claim .p.p1 {
    font-size: 36px;
  }
  #page.be-layout-pagets__5 #content {
    padding-top: 0;
  }
  #page.be-layout-pagets__5 #content .claim .p {
    font-size: 34px;
  }
  #page.be-layout-pagets__5 #content .claim .p.p2 {
    font-size: 54px;
  }
  #page.be-layout-pagets__5 #content .claim .p.p3 {
    font-size: 54px;
  }
  #page.be-layout-pagets__5 #content .headline h1 {
    font-size: 34px;
  }
  #page.be-layout-pagets__5 #content .content {
    border: 0;
  }
  #page.be-layout-pagets__5 #footer .trigger .p {
    display: block;
    font-size: 24px;
  }
  #page.be-layout-pagets__5 #footer .trigger .p.p2 {
    font-size: 24px;
  }
  #page.be-layout-pagets__5 #footer .trigger .p.p3 {
    font-size: 24px;
  }
  #page.be-layout-pagets__5 #footer .trigger .p.p4 a {
    font-size: 24px !important;
  }
  #page.be-layout-pagets__5 #footer .trigger .p.p5 {
    font-size: 24px;
  }
  #page.be-layout-pagets__5 #footer .copyright {
    font-size: 18px;
  }
  #page.be-layout-pagets__5 #footer .copyright a {
    font-size: 18px;
  }
}

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