@font-face {
  font-family: 'museo';
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/Museo300-Regular-webfont.eot');
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/Museo300-Regular-webfont.woff2') format('woff2'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/Museo300-Regular-webfont.woff') format('woff'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/Museo300-Regular-webfont.ttf') format('truetype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/Museo300-Regular-webfont.svg#museo300') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo';
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/Museo700-Regular-webfont.eot');
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/Museo700-Regular-webfont.woff2') format('woff2'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/Museo700-Regular-webfont.woff') format('woff'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/Museo700-Regular-webfont.ttf') format('truetype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/Museo700-Regular-webfont.svg#museo700') format('svg');
  font-weight: bold;
  font-style: bold;
}
html {
  position: relative;
  min-height: 100%;
  font-size: 100%;
}
body {
  font-family: 'museo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2em;
  color: #1a171b;
  background-color: #fff;
  padding: 0;
}
.clear {
  clear: both;
}
.container {
  max-width: 1200px;
  width: 100%;
}
.frame-class-schmaler .container {
  max-width: 800px;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
a {
  color: #283852;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #283852;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'museo', sans-serif;
}
h1 {
  color: #000;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1em;
}
@media (max-width: 991px) {
  h1 {
    font-size: 1.6em;
  }
}
h2,
h3 {
  font-size: 2em;
  font-weight: 700;
  color: #283852;
  line-height: 1em;
  margin-bottom: 1em;
}
@media (max-width: 991px) {
  h2,
  h3 {
    font-size: 1.6em;
  }
}
@media (max-width: 991px) {
  h2,
  h3 {
    font-size: 1.2em;
  }
}
h3 {
  color: #1a171b;
}
h4 {
  color: #283852;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 10px;
  line-height: 1;
}
p {
  padding-bottom: 10px;
}
.vertpadding {
  padding-top: 3em;
  padding-bottom: 3em;
}
.bluebutton,
.lightbutton {
  font-weight: 100;
  font-size: 1em;
  padding: 0.5em;
  text-align: center;
  width: 80%;
  margin: 0.5rem 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}
.bluebutton {
  background: #283852;
  color: #fff;
}
.orangebutton {
  background: #ee7203;
  color: #fff;
}
.lightbutton {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.two-columns {
  -moz-column-count: 2;
  -moz-column-gap: 36px;
  -webkit-column-count: 2;
  -webkit-column-gap: 36px;
  column-count: 2;
  column-gap: 36px;
}
.headerwrap {
  background: #fff;
  position: relative;
  z-index: 110;
}
.outerSlideshow {
  position: relative;
  overflow: hidden;
}
.outerSlideshow span.structur {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  pointer-events: none;
}
.outerSlideshow span.structur >img {
  width: 100%;
  height: auto;
}
.outerSlideshow span.structur a.biglogo {
  display: block;
  width: 57%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 33%;
}
.outerSlideshow span.structur a.biglogo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .outerSlideshow span.structur {
    width: 130%;
    left: -15%;
  }
}
.outerSlideshow #navBox {
  z-index: 600;
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 0;
}
.outerSlideshow #navBox .owl-next,
.outerSlideshow #navBox .owl-prev {
  display: block;
  height: 6em;
  width: 6em;
  position: absolute;
  top: -3em;
  text-indent: -99999em;
  background-position: center center;
  background-size: 20%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media (max-width: 520px) {
  .outerSlideshow #navBox .owl-next,
  .outerSlideshow #navBox .owl-prev {
    height: 3em;
    width: 3em;
    top: -1.5em;
  }
}
.outerSlideshow #navBox .owl-prev {
  left: 0;
  background-image: url('/typo3conf/ext/sf_template/Resources/Public/img/prev.svg');
}
.outerSlideshow #navBox .owl-next {
  right: 0;
  background-image: url('/typo3conf/ext/sf_template/Resources/Public/img/next.svg');
}
.outerSlideshow #dotsBox {
  display: inline-block;
  z-index: 200;
  text-align: center;
  position: absolute;
  top: 2em;
  width: 100%;
}
.outerSlideshow #dotsBox .owl-dot {
  display: inline-block;
  width: 1em;
  height: 1em;
  box-sizing: border-box;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0 0.2em;
  -webkit-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
  cursor: pointer;
}
@media (max-width: 520px) {
  .outerSlideshow #dotsBox .owl-dot {
    height: 0.5em;
    width: 0.5em;
  }
}
.outerSlideshow #dotsBox .owl-dot.active {
  background-color: #283852;
  border: none;
}
.outerSlideshow .claimposition {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  z-index: 500;
  text-align: center;
  margin-top: -4em;
  padding: 0 6rem;
}
.outerSlideshow .claimposition .claim {
  color: #ffffff;
  font-weight: 700;
  text-shadow: 4px 4px 2px #969696;
  font-size: 3.5em;
  line-height: 1em;
  text-transform: uppercase;
  pointer-events: none;
}
@media screen and (max-width: 1399px) {
  .outerSlideshow .claimposition .claim {
    font-size: 3em;
  }
}
@media screen and (max-width: 991px) {
  .outerSlideshow .claimposition .claim {
    font-size: 2.5em;
  }
}
@media (max-width: 1024px) {
  .outerSlideshow .claimposition .claim {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .outerSlideshow .claimposition .claim {
    font-size: 2em;
  }
}
@media (max-width: 519px) {
  .outerSlideshow .claimposition .claim {
    font-size: 1.2em;
  }
}
@keyframes wiggle {
  .outerSlideshow 0% {
    transform: translate(0,0);
  }
  .outerSlideshow 80% {
    transform: translate(0,0);
  }
  .outerSlideshow 85% {
    transform: translate(0,5px);
  }
  .outerSlideshow 95% {
    transform: translate(0,-5px);
  }
  .outerSlideshow 100% {
    transform: translate(0,0);
  }
}
.outerSlideshow span.getdownbutton {
  font-size: 0.5em;
  z-index: 300;
  width: 6em;
  height: 6em;
  background-color: rgba(255,255,255,0.9);
  display: block;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  position: absolute;
  left: 50%;
  bottom: -6em;
  margin-left: -3em;
  cursor: pointer;
  transform: translate(0,0);
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  background-image: url(/typo3conf/ext/sf_template/Resources/Public/img/getdown.svg);
  background-repeat: no-repeat;
  background-position: center 2.8em;
  background-size: 2em;
  animation: wiggle 2.5s infinite;
}
.outerSlideshow span.getdownbutton:hover {
  animation: none;
  transform: translate(0,-5px);
}
@media (max-width: 520px) {
  .outerSlideshow span.getdownbutton {
    bottom: -8em;
  }
}
#slideshow {
  height: 100%;
  width: 100%;
  background-color: #283852;
  overflow: hidden;
}
#slideshow .owl-stage-outer,
#slideshow .owl-stage,
#slideshow .owl-item,
#slideshow .owl-item>div {
  height: 100%;
}
#slideshow .owl-nav {
  display: none;
}
#slideshow .owl-item .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translate3d(0,0,0) scale(1);
  background-position: center center;
  background-size: cover;
}
.folge #slideshow {
  height: 20em;
}
@media (max-width: 520px) {
  .folge #slideshow {
    height: 10em;
  }
}
.headerwrap {
  z-index: 600;
}
.headercontact {
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #ffffff;
}
.headercontact >div {
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 2em;
  padding-left: 2.5em;
  padding-bottom: 0.1em;
  margin-right: 1em;
  color: #283852;
  text-align: left;
  font-size: 0.89em;
}
.headercontact >div a {
  font-size: 1em;
}
.headercontact >div span {
  display: block;
  text-align: left;
  line-height: 1em;
}
.headercontact >div span.contactlabel {
  color: #a6a6a6;
}
.headercontact div.time {
  background-image: url('/typo3conf/ext/sf_template/Resources/Public/img/picto_clock.svg');
}
.headercontact div.phone {
  background-image: url('/typo3conf/ext/sf_template/Resources/Public/img/picto_phone.svg');
}
.headercontact div.email {
  background-image: url('/typo3conf/ext/sf_template/Resources/Public/img/picto_letter.svg');
}
@media (max-width: 991px) {
  .headercontact {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .headercontact {
    padding-left: 15px;
    padding-right: 15px;
  }
  .headercontact >div {
    clear: both;
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .headercontact {
    position: absolute;
    left: 5em;
    bottom: 43px;
  }
}
@media (max-width: 1270px) {
  .headercontact {
    font-size: 0.8em;
  }
}
.start .contentwrapper {
  background-color: #283852;
  background-image: url(../img/unterwasser.jpg);
  background-size: cover;
  color: #fff;
}
.start .contentwrapper h1 {
  margin-bottom: 0.25em;
}
.start .contentwrapper h1,
.start .contentwrapper h2 {
  color: #fff;
}
@media (min-width: 992px) {
  .header {
    padding: 0;
  }
  .header .navbar-default {
    border: none;
    background: none;
    margin-bottom: 0;
  }
  .header .navbar-default .navbar-header {
    width: 100%;
    position: relative;
    padding: 0 5em;
    margin: 0;
    background: #fff;
  }
  .header .navbar-default .navbar-header .navbar-brand {
    margin-top: 0.7em;
    margin-bottom: 0;
    display: block;
    width: auto;
    padding: 0;
    float: right;
    height: 4em;
  }
  .header .navbar-default .navbar-header .navbar-brand img {
    width: auto;
    height: 100%;
  }
  .header .navbar-default .navbar-collapse {
    border: none;
    width: 100%;
    text-align: right;
    background-color: #283852;
    padding: 0 5em;
  }
  .header .navbar-default .navbar-collapse .mainmenu,
  .header .navbar-default .navbar-collapse #langmenu {
    color: #fff;
    width: auto;
    z-index: 100;
    padding: 0;
    text-align: left;
    display: inline-block;
  }
  .header .navbar-default .navbar-collapse .mainmenu li,
  .header .navbar-default .navbar-collapse #langmenu li {
    display: inline-block;
    float: none;
  }
  .header .navbar-default .navbar-collapse .mainmenu li .dropdown-toggle,
  .header .navbar-default .navbar-collapse #langmenu li .dropdown-toggle {
    display: none;
  }
  .header .navbar-default .navbar-collapse .mainmenu li .dropdown-menu,
  .header .navbar-default .navbar-collapse #langmenu li .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    top: 2.7em;
    padding: 10px 0;
  }
  .header .navbar-default .navbar-collapse .mainmenu li .dropdown-menu li,
  .header .navbar-default .navbar-collapse #langmenu li .dropdown-menu li {
    display: block;
    border-bottom: 1px solid #1a171b;
  }
  .header .navbar-default .navbar-collapse .mainmenu li .dropdown-menu li >a,
  .header .navbar-default .navbar-collapse #langmenu li .dropdown-menu li >a {
    color: #1a171b;
    display: block;
    text-align: left;
    padding-left: 2em;
    padding-right: 2em;
  }
  .header .navbar-default .navbar-collapse .mainmenu li .dropdown-menu li:last-child,
  .header .navbar-default .navbar-collapse #langmenu li .dropdown-menu li:last-child {
    border: none;
  }
  .header .navbar-default .navbar-collapse .mainmenu li:hover .dropdown-menu,
  .header .navbar-default .navbar-collapse #langmenu li:hover .dropdown-menu {
    display: block;
  }
  .header .navbar-default .navbar-collapse .mainmenu li:first-child a,
  .header .navbar-default .navbar-collapse #langmenu li:first-child a {
    padding-left: 0;
  }
  .header .navbar-default .navbar-collapse .mainmenu a,
  .header .navbar-default .navbar-collapse #langmenu a {
    color: #A5B0DB;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
    font-weight: 100;
    text-transform: uppercase;
    padding: 0 0.4em;
    line-height: 1em;
    margin: 0.7em 0;
  }
  .header .navbar-default .navbar-collapse .mainmenu a span,
  .header .navbar-default .navbar-collapse #langmenu a span {
    background: transparent;
    padding: 0;
  }
  .header .navbar-default .navbar-collapse .mainmenu .active>a,
  .header .navbar-default .navbar-collapse .mainmenu .active>a:focus,
  .header .navbar-default .navbar-collapse .mainmenu .active>a:hover,
  .header .navbar-default .navbar-collapse .mainmenu a:focus,
  .header .navbar-default .navbar-collapse .mainmenu a:hover,
  .header .navbar-default .navbar-collapse #langmenu .active>a,
  .header .navbar-default .navbar-collapse #langmenu .active>a:focus,
  .header .navbar-default .navbar-collapse #langmenu .active>a:hover,
  .header .navbar-default .navbar-collapse #langmenu a:focus,
  .header .navbar-default .navbar-collapse #langmenu a:hover {
    color: #fff;
    background-color: transparent;
  }
  .header .navbar-default .navbar-collapse .mainmenu li:hover span.accent,
  .header .navbar-default .navbar-collapse .mainmenu li.active span.accent,
  .header .navbar-default .navbar-collapse #langmenu li:hover span.accent,
  .header .navbar-default .navbar-collapse #langmenu li.active span.accent {
    background-color: white;
    display: block;
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .header .navbar-default .navbar-collapse .searchform label,
  .header .navbar-default .navbar-collapse .linkalike {
    color: #1a171b;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 0.78em;
    font-weight: 100;
    font-family: 'pt_mono', sans-serif;
    text-transform: uppercase;
    padding: 0 1em;
    border-right: 2px solid #1a171b;
    line-height: 1em;
    margin: 0.5em 0;
    background: none;
  }
  .header .navbar-default .navbar-collapse .searchform label >span,
  .header .navbar-default .navbar-collapse .linkalike >span {
    background: transparent;
    padding: 0.1em 0.2em;
  }
  .header .navbar-default .navbar-collapse .metamenu {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-top: 0.5em;
  }
  .header .navbar-default .navbar-collapse .metamenu .active>a,
  .header .navbar-default .navbar-collapse .metamenu .active>a:focus,
  .header .navbar-default .navbar-collapse .metamenu .active>a:hover,
  .header .navbar-default .navbar-collapse .metamenu a:focus,
  .header .navbar-default .navbar-collapse .metamenu a:hover {
    color: #fff;
  }
  .header .navbar-default .navbar-collapse .metamenu .active>a span,
  .header .navbar-default .navbar-collapse .metamenu .active>a:focus span,
  .header .navbar-default .navbar-collapse .metamenu .active>a:hover span,
  .header .navbar-default .navbar-collapse .metamenu a:focus span,
  .header .navbar-default .navbar-collapse .metamenu a:hover span {
    background-color: #283852;
  }
  .seite_11 .header .navbar-default .navbar-collapse .mainmenu {
    background: rgba(0,0,0,0.4);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .header .navbar-default .navbar-collapse .mainmenu a,
  .header .navbar-default .navbar-collapse #langmenu a {
    font-size: 1em;
  }
}
.scrollheader .header .navbar-default {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  background: #ffffff;
}
.scrollheader.start .contentwrapper {
  margin-top: 122px;
}
.scrollheader.folge {
  padding-top: 122px;
}
@media (max-width: 991px) {
  .scrollheader.folge {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
  }
  .header {
    margin-bottom: 0;
  }
  .header .navbar-collapse {
    border: none;
  }
  .header .navbar-default {
    border: none;
    background: none;
  }
  .header .navbar-default .headercontact .data a {
    color: #283852;
    font-size: 0.89em;
  }
  .header .navbar-default #langmenu {
    text-align: center;
  }
  .header .navbar-default .navbar-header {
    width: 100%;
  }
  .header .navbar-default .navbar-header .navbar-toggle {
    float: right;
    background: none;
    border: none;
    padding-left: 0;
    margin-top: 1em;
  }
  .header .navbar-default .navbar-header .navbar-toggle .icon-bar {
    background: #283852;
    width: 2.78em;
    height: 0.28em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .header .navbar-default .navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 0.7em;
  }
  .header .navbar-default .navbar-header .navbar-brand {
    width: 15em;
    display: block;
    float: left;
    height: auto;
    margin-top: 0em;
  }
  .header .navbar-default .navbar-header .navbar-brand img {
    width: 100%;
  }
  .header .navbar-default .navbar-header .headercontact {
    clear: both;
  }
  .header .navbar-default .navbar-header .headercontact a {
    color: #1a171b !important;
  }
  .header .navbar-default .navbar-form {
    border: none;
    text-align: center;
  }
  .header .navbar-default .navbar-form .input-group {
    margin: 0 auto;
  }
  .header .navbar-default .navbar-form input {
    color: #1a171b;
  }
  .header .navbar-default .navbar-form .input-group-btn {
    display: none;
  }
  .header .navbar-default .toptel {
    display: block;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    padding: 0.5em 0;
  }
  .header .navbar-default .navbar-collapse {
    position: absolute;
    left: 0;
    background: #283852;
    color: #fff;
    width: 100%;
    z-index: 150;
    overflow: scroll;
  }
  .header .navbar-default .navbar-collapse .caret {
    border: none;
    position: absolute;
    right: 2em;
    top: 0.5em;
  }
  .header .navbar-default .navbar-collapse a {
    color: #A5B0DB;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1em;
  }
  .header .navbar-default .navbar-collapse .open {
    background: #4c9bcf;
  }
  .header .navbar-default .navbar-collapse .open .dropdown-menu>li>a {
    color: #fff;
  }
  .header .navbar-default .navbar-collapse .open a,
  .header .navbar-default .navbar-collapse .open a:hover,
  .header .navbar-default .navbar-collapse .open >a:focus {
    background: transparent;
  }
  .header .navbar-default .navbar-collapse .active>a,
  .header .navbar-default .navbar-collapse .active>a:focus,
  .header .navbar-default .navbar-collapse .active>a:hover {
    background: #283852;
    color: #fff;
  }
}
@media (max-width: 991px) and (max-width: 420px) {
  .header .navbar-default .navbar-header .navbar-toggle {
    margin-top: 0.5em;
    margin-left: 0;
  }
  .header .navbar-default .navbar-header .navbar-toggle .icon-bar {
    background: #283852;
    width: 1.78em;
    height: 0.28em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .header .navbar-default .navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 0.3em;
  }
}
@media (max-width: 991px) and (max-width: 420px) {
  .header .navbar-default .navbar-header .navbar-brand {
    width: 10em;
    margin-top: 0;
  }
}
.introwrap {
  background-color: #283852;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.introwrap img {
  width: 100%;
  height: auto;
}
.introwrap .textpos {
  width: 100%;
  position: absolute;
  top: 20%;
}
.introwrap .introsection {
  position: relative;
}
.introwrap .introsection .introtext {
  width: 100%;
  margin: 0auto;
  padding: 3em;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.introwrap .introsection .introtext .smallline {
  font-size: 1.67em;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  margin: 1em 0;
  width: 100%;
}
.introwrap .introsection .introtext .bigline {
  font-size: 3.33em;
  line-height: 1em;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  font-family: 'pt_mono', sans-serif;
}
.introwrap .introsection .introtext .linkcover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.introwrap .introsection .introtext img {
  position: absolute;
  bottom: -2em;
  right: -2em;
  width: 100%;
}
@media (max-width: 991px) {
  #slideshow {
    min-height: 2em;
  }
  #slideshow .introtext {
    margin-top: 0;
  }
  #slideshow .introtext .bigline {
    font-size: 2.1em;
  }
  #slideshow .introtext .smallline {
    font-size: 0.9em;
    margin-top: 1em;
  }
}
@media (max-width: 991px) {
  #slideshow .introtext {
    margin-top: 0;
  }
  #slideshow .introtext .bigline {
    font-size: 2.1em;
  }
  #slideshow .introtext .smallline {
    font-size: 0.9em;
    margin-top: 1em;
  }
}
@media (max-width: 600px) {
  #slideshow .textpos {
    width: 100%;
    position: absolute;
    top: 10%;
  }
  #slideshow .introtext {
    margin-top: 0;
  }
  #slideshow .introtext .bigline {
    font-size: 1.2em;
  }
  #slideshow .introtext .smallline {
    font-size: 0.9em;
    margin-top: 1em;
  }
}
@media (max-width: 500px) {
  #slideshow .introtext {
    display: none;
  }
}
#standortkarte .spacer {
  width: 100%;
  height: 30em;
}
#standortkarte #standortkarte_GMAPS {
  width: 100%;
  height: 100%;
  background-color: grey;
  height: 25em;
}
.introwrap2 {
  background-image: url(img/windpark.jpg);
  background-position: center bottom;
}
.introwrap2 .introsection .introtext {
  background-color: rgba(0,26,49,0.8);
}
.introwrap2 .introsection .introtext img {
  right: -2em;
  bottom: 0;
}
.contentwrapper {
  padding-top: 5em;
  padding-bottom: 5em;
}
.contentwrapper .newsbox {
  border: 1px solid #cccccc;
  padding: 0.5em;
  margin-bottom: 1em;
}
.contentwrapper .newsbox h4,
.contentwrapper .newsbox .title {
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  color: #283852;
  text-transform: none;
}
.contentwrapper .newsbox .title {
  margin: 0.5em 0;
  display: block;
}
.contentwrapper .newsbox img {
  width: 100%;
  height: auto;
}
.contentwrapper .newsbox .morelink {
  color: #283852;
  font-style: italic;
}
.contentwrapper .newsbox p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.contentwrapper #custom-search-input {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  display: block;
  width: 100%;
}
.contentwrapper #custom-search-input .input-group {
  width: 100%;
  display: block;
  position: relative;
}
.contentwrapper #custom-search-input .search-query {
  padding-right: 0.5em;
  padding-left: 0.5em;
  display: block;
  float: left;
  border: 1px solid #cccccc;
  width: 100%;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.contentwrapper .input-group-btn {
  width: 0;
  position: static;
}
.contentwrapper #custom-search-input button {
  border: 0;
  background: none;
  display: block;
  padding: 2px 5px;
  margin-top: 2px;
  top: 4px;
  position: absolute;
  right: 5px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #283852;
}
.contentwrapper .search-query:focus+button {
  z-index: 3;
}
.contentwrapper .introtext h1 {
  font-size: 5.56em;
}
.contentwrapper .introtext h2 {
  font-size: 2.22em;
}
@media (max-width: 767px) {
  .contentwrapper .introtext h1 {
    font-size: 2.2em;
  }
  .contentwrapper .introtext h2 {
    font-size: 1.22em;
  }
}
@media (max-width: 380px) {
  .contentwrapper .introtext h1 {
    font-size: 1.2em;
  }
  .contentwrapper .introtext h2 {
    font-size: 1em;
  }
}
.secondarycontent .subtitle {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #283852;
}
.secondarycontent .zertifizierung a {
  display: inline;
}
.secondarycontent .zertifizierung a img {
  margin: 0 0 1em 0;
}
.secondarycontent .zertifizierung p {
  font-size: 0.8em;
}
.boxlinks {
  margin: 0;
  padding: 0;
}
.boxlinks .row {
  margin-left: 0;
  margin-right: 0;
}
.boxlinks .boxlink {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0;
  background: #283852;
}
.boxlinks .boxlink img {
  width: 100%;
  height: auto;
  max-width: 99999em;
}
.boxlinks .boxlink span.latestImg {
  width: 100%;
  height: auto;
  display: block;
  background-size: cover;
}
.boxlinks .boxlink .inner {
  display: block;
  position: relative;
  z-index: 10;
  padding: 1em;
}
.boxlinks .boxlink .inner .title {
  font-size: 1.33em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.75;
  padding-right: 1em;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.boxlinks .boxlink .inner p {
  color: #fff;
}
.boxlinks .boxlink .inner .morelink {
  color: #a6a6a6;
  font-weight: 700;
  display: block;
}
.boxlinks .boxlink ul {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style-type: none;
}
.boxlinks .boxlink ul li {
  display: inline-block;
}
.boxlinks .boxlink ul li a {
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 100;
  font-family: 'pt_mono', sans-serif;
  text-transform: uppercase;
  padding: 0 0.5em;
  border-right: 2px solid #fff;
  line-height: 1em;
  margin: 0.7em 0;
  font-size: 0.8em;
  text-decoration: none;
}
.boxlinks .boxlink ul li a span {
  background: transparent;
  padding: 0.1em 0.2em;
}
.boxlinks .boxlink ul li.active>a,
.boxlinks .boxlink ul li.active>a:focus,
.boxlinks .boxlink ul li.active>a:hover,
.boxlinks .boxlink ul li a:focus,
.boxlinks .boxlink ul li a:hover {
  color: #fff;
}
.boxlinks .boxlink ul li.active>a span,
.boxlinks .boxlink ul li.active>a:focus span,
.boxlinks .boxlink ul li.active>a:hover span,
.boxlinks .boxlink ul li a:focus span,
.boxlinks .boxlink ul li a:hover span {
  background-color: #a6a6a6;
}
.boxlinks .boxlink ul li:last-child a {
  border: none;
}
.boxlinks .latestNews a.boxlink:nth-child(1) {
  background-color: #1a3553;
}
.boxlinks .latestNews a.boxlink:nth-child(2) {
  background-color: #20baec;
}
.boxlinks .latestNews a.boxlink:nth-child(3) {
  background-color: #1a3553;
}
.boxlinks .latestNews a.boxlink:nth-child(4) {
  background-color: #ee2a2b;
}
@media (max-width: 991px) {
  .boxlinks {
    margin-top: 1em;
  }
  .boxlinks .boxlink {
    margin-bottom: 2px;
  }
  .boxlinks .boxlink .inner .title {
    font-size: 1.2em;
  }
  .boxlinks .boxlink .inner p {
    display: none;
  }
}
@media (max-width: 767px) {
  .boxlinks {
    margin-top: 1em;
  }
  .boxlinks .boxlink {
    margin-bottom: 2px;
  }
  .boxlinks .boxlink .inner .title {
    font-size: 1.2em;
  }
  .boxlinks .boxlink .inner p {
    display: none;
  }
  .boxlinks .boxlink .break {
    display: none;
  }
}
@media (max-width: 440px) {
  .boxlinks {
    font-size: 0.8em;
  }
}
.news-list-view .news-list-item {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.news-list-view .news-list-item .divider {
  clear: both;
}
.news-list-view .news-list-item .morelink {
  float: right;
  font-weight: bold;
}
.submenu .boxlinks .boxlink .inner {
  padding: 1em 4em;
}
@media (max-width: 991px) {
  .submenu {
    display: none;
  }
}
.start .boxlinks .boxlink.beige .inner {
  background: #a6a6a6;
}
.start .boxlinks .boxlink.beige .inner .morelink {
  color: #283852;
}
#refslider {
  position: relative;
  clear: both;
}
@media (max-width: 767px) {
  #refslider .owl-controls {
    display: none;
  }
}
#refslider .owl-nav {
  z-index: 200;
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 0;
}
#refslider .owl-nav .owl-next,
#refslider .owl-nav .owl-prev {
  display: block;
  height: 6em;
  width: 6em;
  position: absolute;
  top: -3em;
  text-indent: -99999em;
  background-position: center center;
  background-size: 20%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
#refslider .owl-nav .owl-prev {
  left: 0;
  background-image: url('/typo3conf/ext/sf_template/Resources/Public/img/prev.svg');
}
#refslider .owl-nav .owl-next {
  right: 0;
  background-image: url('/typo3conf/ext/sf_template/Resources/Public/img/next.svg');
}
#refslider .owl-dots {
  display: inline-block;
  z-index: 200;
  text-align: center;
  position: absolute;
  bottom: 1em;
  width: 100%;
}
#refslider .owl-dots .owl-dot {
  display: inline-block;
  width: 1em;
  height: 1em;
  box-sizing: border-box;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0 0.2em;
  -webkit-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
  cursor: pointer;
}
#refslider .owl-dots .owl-dot.active {
  background-color: #283852;
  border: none;
}
#refslider .overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}
#refslider .overlay a {
  display: inline-block;
  width: auto;
  height: 7em;
  margin-top: -3.5em;
}
#refslider .overlay img {
  width: auto;
  height: 100%;
}
@media (max-width: 520px) {
  #refslider .overlay a {
    height: 4em;
    margin-top: -2em;
  }
}
.googlemapswrapper .sae_googlemaps {
  height: 20em;
}
.claimblock {
  background: #ccc url(../img/cube.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
  color: #1a171b;
  padding: 1em 0;
}
.claimblock .introtext {
  text-align: center;
}
.claimblock .introtext .bigline {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'pt_mono', sans-serif;
  line-height: 1em;
}
.claimblock .introtext .smallline {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4em;
  border-bottom: 5px solid #1a171b;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.addressblock {
  position: relative;
}
.addressblock ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 4em;
}
.addressblock ul a {
  font-size: 0.89em;
  display: block;
  line-height: 1.5em;
}
.addressblock .footeraddress {
  display: inline-block;
  vertical-align: top;
  font-size: 0.89em;
  line-height: 1.5em;
}
.addressblock .footeraddress .addresslabel {
  color: #283852;
}
.addressblock .footeraddress a {
  color: #1a171b;
}
.addressblock .poolplus {
  display: inline-block;
  width: 8em;
  height: auto;
  margin-left: 2em;
  margin-bottom: 1em;
}
.addressblock .footerlogo {
  position: absolute;
  bottom: -3em;
  right: 0;
  display: block;
  width: 20em;
  height: auto;
}
.addressblock .footerlogo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .addressblock .footerlogo {
    width: 15em;
  }
}
@media (max-width: 767px) {
  .addressblock {
    padding-top: 0em;
    padding-bottom: 1em;
  }
  .addressblock ul {
    display: none;
  }
  .addressblock .footeraddress {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
  }
  .addressblock .poolplus {
    display: block;
    margin: 1em auto;
    width: 5em;
  }
  .addressblock .footerlogo {
    margin: 0 auto;
    float: none;
    width: auto;
    display: none;
  }
  .addressblock .footerlogo img {
    width: 50%;
    max-width: 1005;
  }
}
footer {
  font-weight: 400;
  font-size: 0.89em;
  padding: 1em 0;
  line-height: 1em;
  background: #516bae;
  color: #fff;
  line-height: 1.2em;
}
footer .footerclaim {
  display: inline-block;
}
footer .footerclaim .company {
  display: inline-block;
  margin-right: 2em;
}
@media (max-width: 767px) {
  footer .footerclaim {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .metamenu {
    font-size: 0.8em;
  }
  footer .metamenu li>a {
    padding: 0 0.5em;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  float: right;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  color: #fff;
  text-transform: uppercase;
  padding-left: 1em;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer ul {
    width: 100%;
    text-align: center;
  }
  footer ul li>a:first-child {
    padding-left: 0;
  }
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px,0px,0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3,1.3);
  -moz-transition: scale(1.3,1.3);
  -ms-transition: scale(1.3,1.3);
  -o-transition: scale(1.3,1.3);
  transition: scale(1.3,1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
div.ce-gallery[data-ce-columns="3"] {
  width: 100%;
}
div.ce-gallery[data-ce-columns="3"] .ce-row {
  margin-left: -5px;
  margin-right: -5px;
}
div.ce-gallery[data-ce-columns="3"] .ce-row .ce-column {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
}
div.ce-gallery[data-ce-columns="3"] .ce-row .ce-column figure {
  width: 100%;
}
div.ce-gallery[data-ce-columns="3"] .ce-row .ce-column img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
}
.ce-textpic {
  margin-bottom: 2em;
}
hr.ce-div {
  margin-top: 3em;
  margin-bottom: 3em;
}
.ce-bodytext p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.telefonhinweis h3 {
  color: #283852;
  font-family: 'PT Sans Narrow', sans-serif;
  margin: 0.25em 0 0.25em;
  font-weight: 400;
  font-size: 2.3em;
}
.telefonhinweis p {
  font-size: 1.78em;
}
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('/typo3conf/ext/sf_template/Resources/Public/img/logo.svg') center no-repeat #fff;
  background-size: 20% auto;
}
.picmatrix {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  margin-bottom: 3rem;
}
.picmatrix a {
  position: relative;
  display: block;
  padding: 0 0 0 0;
  width: 20%;
  float: left;
  height: auto;
  box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.picmatrix a:hover {
  z-index: 2;
  -webkit-box-shadow: 0 0 10px 5px rgba(255,255,255,0.5);
  box-shadow: 0 0 10px 5px rgba(255,255,255,0.5);
}
@media (max-width: 767px) {
  .picmatrix a {
    width: 50%;
  }
}
.picmatrix a img {
  width: 100%;
  height: auto;
}
.tx-powermail {
  margin-left: -10px;
  margin-right: -10px;
  margin: 2em auto;
}
.tx-powermail legend {
  border: none;
}
.tx-powermail form {
  margin-left: -5px;
  margin-right: -5px;
}
.tx-powermail .powermail_fieldset {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap {
  padding: 0 15px;
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  float: none;
  margin: 0 0 1rem 0;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap input,
.tx-powermail .powermail_fieldset .powermail_fieldwrap textarea {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  padding: 0.25em;
  height: auto;
  background-color: #d9ded7;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap [type="submit"] {
  background: #283852;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 1em;
  font-weight: 700;
  border: none;
  padding: 0.8em;
  width: 30%;
  color: #fff;
  text-transform: uppercase;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_plz {
  flex-basis: 15%;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_ort {
  flex-basis: 35%;
}
.tx-powermail .powermail_fieldset .col-sm-10 {
  width: 100%;
}
.tx-powermail .powermail_fieldset > .powermail_legend {
  display: none;
}
.tx-powermail h2,
.tx-powermail h3 {
  display: none;
}
.tx-powermail .container-fluid {
  padding: 0;
}
.tx-powermail .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  padding: 0.25em;
  height: auto;
  background-color: #d9ded7;
}
.tx-powermail .form-control::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1 !important;
  font-weight: 700;
}
.tx-powermail .form-control:-moz-placeholder {
  color: #cccccc;
  font-weight: 700;
}
.tx-powermail .form-control::-moz-placeholder {
  color: #cccccc;
  font-weight: 700;
}
.tx-powermail .form-control:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 700;
}
.tx-powermail .form-horizontal .control-label {
  font-weight: normal;
}
.tx-powermail .powermail_fieldwrap_type_submit > div {
  margin: 0;
}
.tx-powermail .btn-primary {
  background: #283852;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 1em;
  font-weight: 700;
  border: none;
  padding: 0.8em;
  width: 30%;
  text-transform: uppercase;
}
.tx-powermail .form-horizontal .control-label {
  width: 9em;
  text-align: left;
  float: left;
}
[id^="accordion"] {
  margin-top: 3rem;
}
[id^="accordion"] .container {
  padding-left: 0;
}
[id^="accordion"] .container header {
  margin-bottom: 3rem;
}
[id^="accordion"] .panel {
  border: none;
  border-radius: 0;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}
[id^="accordion"] .panel .panel-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
[id^="accordion"] .panel .panel-header >* {
  margin-bottom: 0;
}
[id^="accordion"] .panel .panel-header .btn {
  width: 100%;
  text-align: left;
  padding: 0 0 0 2rem;
  font-size: 1.2rem;
  font-weight: 900;
  color: ;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  white-space: normal;
  position: relative;
}
[id^="accordion"] .panel .panel-header .btn:hover,
[id^="accordion"] .panel .panel-header .btn:active,
[id^="accordion"] .panel .panel-header .btn:not(.collapsed) {
  text-decoration: none;
  color: ;
}
[id^="accordion"] .panel .panel-header .btn:hover svg *,
[id^="accordion"] .panel .panel-header .btn:active svg *,
[id^="accordion"] .panel .panel-header .btn:not(.collapsed) svg * {
  fill: ;
}
[id^="accordion"] .panel .panel-header .btn svg {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 400ms ease-in-out;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: 0.25rem;
}
[id^="accordion"] .panel .panel-header .btn svg * {
  transition: all 400ms ease-in-out;
}
[id^="accordion"] .panel .panel-header .btn.collapsed svg {
  transform: rotate(0deg);
}
[id^="accordion"] .panel .panel-body {
  margin: 0.5rem 0 3rem 1.5rem;
  padding: 0;
  padding-top: 1.5rem;
  border-top: 1px solid ;
}
[id^="accordion"] .panel .panel-body .ce-bodytext header {
  padding-left: 0;
}
[id^="accordion"] .panel .panel-body .ce-bodytext p {
  margin-bottom: 0.4rem;
  line-height: 1.5rem;
}
.dce-bildermatrix2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 1rem 0;
}
.dce-bildermatrix2 .inner:after {
  content: '';
  display: block;
  clear: both;
}
.dce-bildermatrix2 .picitem {
  float: left;
  position: relative;
  margin: 0;
  padding: 2px;
  overflow: hidden;
}
.dce-bildermatrix2 .picitem .innerItem {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dce-bildermatrix2 .picitem .innerItem img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
  transition: all 1000ms ease-in-out;
}
.dce-bildermatrix2 .picitem.background-0 .innerItem {
  background-color: #3F6CB3;
}
.dce-bildermatrix2 .picitem.background-1 .innerItem {
  background-color: #a4b0da;
}
.dce-bildermatrix2 .picitem.background-2 .innerItem {
  background-color: #d2d7ed;
}
.dce-bildermatrix2 .picitem .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 400ms ease-in-out;
  padding: 1rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.dce-bildermatrix2 .picitem:not(.istextbox) .overlay {
  background-color: rgba(0,0,0,0.4);
  opacity: 0;
}
.dce-bildermatrix2 .picitem:not(.istextbox) .overlay .textpos {
  background: #416bb2;
  width: 80%;
  max-height: 80%;
  overflow: auto;
  padding: 2rem 1rem;
  transform: translateY(50%);
  transition: all 400ms ease-in-out;
}
.dce-bildermatrix2 .picitem:not(.istextbox):hover .innerItem img {
  transform: scale(1.05);
}
.dce-bildermatrix2 .picitem:not(.istextbox):hover .overlay {
  opacity: 1;
}
.dce-bildermatrix2 .picitem:not(.istextbox):hover .overlay .textpos {
  transform: translateY(0);
}
.dce-bildermatrix2 .picitem,
.dce-bildermatrix2 .grid-sizer {
  width: 50%;
}
.dce-bildermatrix2 .picitem {
  height: 20rem;
}
.dce-bildermatrix2 .width-1 {
  width: 100%;
}
.dce-bildermatrix2 .height-1 {
  height: 20rem;
}
@media screen and (min-width: 768px) {
  .dce-bildermatrix2 .picitem,
  .dce-bildermatrix2 .grid-sizer {
    width: 20%;
  }
  .dce-bildermatrix2 .picitem {
    height: 15rem;
  }
  .dce-bildermatrix2 .width-1 {
    width: 40%;
  }
  .dce-bildermatrix2 .height-1 {
    height: 30rem;
  }
}
blockquote {
  padding: 0;
  border-left: unset;
}
blockquote p {
  font-size: 2.5rem;
  margin-bottom: 0.5em;
  line-height: 1em;
  color: #3F6CB3;
  text-align: left;
}
blockquote p:nth-child(2) {
  color: #a4b0da;
  text-align: right;
}
blockquote p:nth-child(3) {
  color: #000000;
  text-align: left;
}
.frame-type-textmedia .ce-textpic .ce-outer {
  float: unset;
  right: 0;
}
.frame-type-textmedia .ce-textpic .ce-outer .ce-inner {
  float: unset;
  right: 0;
}
.frame-type-textmedia .ce-textpic .ce-outer .ce-inner video {
  width: 100%;
}
