/* space-grotesk-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/space-grotesk-v22-latin-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/space-grotesk-v22-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/space-grotesk-v22-latin-600.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/space-grotesk-v22-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* hepta-slab-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Hepta Slab';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/hepta-slab-v25-latin-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* hepta-slab-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Hepta Slab';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/hepta-slab-v25-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* hepta-slab-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Hepta Slab';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/hepta-slab-v25-latin-600.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html,
body {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Space Grotesk", "HelveticaNeue", Arial;
  font-size: 14px;
  color: #282828;
  overflow-x: hidden;
}
a {
  color: #d2232a;
  text-decoration: none;
}
div {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 70px;
}
ul {
  padding-left: 20px;
}
ul li {
  padding-left: 30px;
}
input:focus {
  outline: none;
}
.clear {
  clear: both;
  line-height: 0px;
  font-size: 0px;
  height: 0px;
}
.page-container {
  overflow: hidden;
  width: 100%;
}
.parallelogram-box {
  position: relative;
  z-index: 50;
  margin-bottom: 0px;
}
.parallelogram-box-onlyclip {
  margin-top: -100px;
}
.parallelogram-box-onlyclip .parallelogram-content {
  min-height: 100px;
}
.parallelogram-svg-path,
#parallelogram-box-edge-size {
  position: absolute;
  top: -100px;
  width: 0px;
  height: 0px;
}
#parallelogram-box-edge-size {
  padding-top: 100px;
}
.parallelogram-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.parallelogram-image-real {
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 250px;
}
.parallelogram-content {
  position: relative;
  z-index: 51;
  min-height: 250px;
}
.parallelogram-content-padder {
  padding-top: 100px;
  padding-bottom: 100px;
}
#herocontent {
  height: 650px;
}
#herocontent.sub {
  height: 490px;
}
.parallelogram-foreignObject {
  position: relative;
}
.parallelogram-image-slide {
  position: static;
  opacity: 0;
  pointer-events: none;
}
.parallelogram-image-slide.fx {
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.parallelogram-image-slide.in {
  opacity: 1;
  pointer-events: auto;
}
.parallelogram-image-slide-headline {
  font-size: 52px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-top: 200px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.parallelogram-image-slide-headline a {
  color: #ffffff;
}
.parallelogram-image-slide-copy {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
.parallelogram-image-slide-copy a {
  color: #ffffff;
}
@media all and (max-width: 850px) {
  .parallelogram-content-padder {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .parallelogram-box {
    margin-bottom: 0px;
  }
  #parallelogram-box-edge-size {
    padding-top: 65px;
  }
  #herocontent {
    height: 480px;
  }
  .parallelogram-image-slide-headline {
    font-size: 38px;
    margin-top: 170px;
  }
  .parallelogram-image-slide-copy {
    font-size: 22px;
  }
  .parallelogram-box-onlyclip {
    margin-top: -65px;
  }
  .parallelogram-box-onlyclip .parallelogram-content {
    min-height: 65px;
  }
}
@media all and (max-width: 620px) {
  .parallelogram-image-slide-headline {
    font-size: 30px;
    margin-top: 140px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .parallelogram-image-slide-copy {
    font-size: 18px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media all and (max-width: 400px) {
  .parallelogram-content-padder {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .parallelogram-box {
    margin-bottom: 0px;
  }
  #parallelogram-box-edge-size {
    padding-top: 35px;
  }
  .parallelogram-image-real {
    /*background-image:none !important;*/
  }
  #herocontent {
    height: 300px;
  }
  .parallelogram-image-slide-headline {
    font-size: 20px;
    margin-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .parallelogram-image-slide-copy {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .parallelogram-box-onlyclip {
    margin-top: -35px;
  }
  .parallelogram-box-onlyclip .parallelogram-content {
    min-height: 35px;
  }
}
.parallelogram-box.parallelogram-svg-path-bottomflat-true {
  margin-bottom: 0px;
}
.parallelogram-svg-path-topflat-true .parallelogram-content-padder {
  padding-top: 0px;
}
.parallelogram-svg-path-bottomflat-true .parallelogram-content-padder {
  padding-bottom: 0px;
}
.parallelogram-box-onlyclip .parallelogram-content-padder {
  padding: 0px;
}
#sticky-nav-scrolltop-trigger {
  padding-top: 140px;
  position: absolute;
  top: -100px;
  width: 0px;
  height: 0px;
}
#sticky-nav {
  height: 60px;
  background: rgba(190, 20, 30, 0.85);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 800;
  -webkit-transform: translate(0px, -110%);
  -moz-transform: translate(0px, -110%);
  -o-transform: translate(0px, -110%);
  -ms-transform: translate(0px, -110%);
  transform: translate(0px, -110%);
}
#sticky-nav.fx {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#sticky-nav.show {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#logo-nav {
  float: left;
  margin-top: 11px;
}
#logo-nav img {
  width: 100px;
  height: auto;
}
#nav-main-menu {
  float: right;
  margin-right: 30px;
  margin-top: 0px;
}
#nav-main-menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#nav-main-menu ul li {
  float: left;
  margin-right: 24px;
  padding: 0px;
  box-sizing: border-box;
  height: 60px;
  padding-top: 18px;
}
#nav-main-menu ul li:last-child {
  margin-right: 0px;
}
#nav-main-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}
#nav-main-menu > ul > li > ul {
  display: none;
  position: absolute;
  width: 240px;
  background: rgba(190, 20, 30, 0.85);
  margin-left: -20px;
  margin-top: 23px;
  padding-bottom: 5px;
}
#nav-main-menu > ul > li.sub:hover {
  border-bottom: 3px solid #ffffff;
}
#nav-main-menu > ul > li:hover > ul {
  display: block;
}
#nav-main-menu ul li ul li {
  border-top: 1px solid #ce565c;
  float: none;
  margin: 0px;
  height: auto;
  padding-top: 0px;
}
#nav-main-menu ul li ul li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#nav-main-menu ul li ul li ul {
  position: static;
  margin-left: 0px;
  margin-top: 0px;
}
#nav-main-menu ul li ul li ul li {
  border-top: 0px;
  padding: 0px;
}
#nav-main-menu ul li ul li ul li a {
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 1050px) {
  #nav-main-menu ul li {
    padding-top: 19px;
  }
  #nav-main-menu ul li {
    margin-right: 15px;
  }
  #nav-main-menu ul li a {
    font-size: 14px;
  }
  #sticky-nav .center940 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media all and (max-width: 850px) {
  #sticky-nav-scrolltop-trigger {
    padding-top: 100px;
  }
  #nav-main-menu {
    display: none;
  }
}
@media all and (max-width: 470px) {
  #login-nav-button {
    display: none;
  }
}
@media all and (max-width: 400px) {
  #sticky-nav-scrolltop-trigger {
    padding-top: 60px;
  }
}
.center940 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#logo {
  margin-top: 80px;
  float: left;
}
#logo,
#logo img {
  width: 150px;
  height: 54px;
}
#logo a {
  display: block;
}
#mobile-menu-button,
#top-mobile-menu-button {
  float: right;
  width: 32px;
  height: 18px;
  cursor: pointer;
  background: url(/typo3conf/ext/ogs/Resources/Public/img/mobilemenuicon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 100px;
  margin-right: 30px;
}
#top-mobile-menu-button {
  margin-top: 19px;
  display: none;
}
#login-button {
  float: right;
  margin-top: 95px;
}
#login-button a,
#login-nav-button a {
  float: right;
  font-size: 12px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 2px;
  padding: 4px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#login-button a:last-child,
#login-nav-button a:last-child {
  margin-right: 10px;
}
#login-nav-button a {
  padding: 4px 15px 5px;
  margin-top: 15px;
}
.gecko #login-nav-button a {
  padding: 4px 15px 4px;
}
#login-button .lang-switch,
#login-nav-button .lang-switch {
  float: right;
  margin-left: 10px;
}
#login-button .lang-switch a,
#login-nav-button .lang-switch a {
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  display: block;
  width: 28px;
  height: 24px;
}
#login-button .lang-switch.de a,
#login-nav-button .lang-switch.de a {
  background-image: url(/typo3conf/ext/ogs/Resources/Public/img/en_g.png);
}
#login-button .lang-switch.de:hover a,
#login-nav-button .lang-switch.de:hover a {
  background-image: url(/typo3conf/ext/ogs/Resources/Public/img/de.png);
}
#login-button .lang-switch.en a,
#login-nav-button .lang-switch.en a {
  background-image: url(/typo3conf/ext/ogs/Resources/Public/img/de_g.png);
}
#login-button .lang-switch.en:hover a,
#login-nav-button .lang-switch.en:hover a {
  background-image: url(/typo3conf/ext/ogs/Resources/Public/img/en.png);
}
#hero-arrow {
  width: 40px;
  height: 40px;
  background-image: url(/typo3conf/ext/ogs/Resources/Public/img/hero-arrow.png);
  background-size: contain;
  left: 50%;
  margin-left: -20px;
  top: 500px;
  position: absolute;
  cursor: pointer;
}
@media all and (max-width: 850px) {
  #hero-arrow {
    top: 370px;
  }
  #top-mobile-menu-button {
    display: block;
    margin-right: 20px;
  }
}
@media all and (max-width: 620px) {
  #logo {
    margin-top: 30px;
  }
  #logo img {
    height: auto;
    width: 100px;
  }
  #herocontent .center940 {
    margin-left: 20px;
    margin-right: 20px;
  }
  #login-button {
    margin-top: 32px;
  }
  #mobile-menu-button {
    margin-top: 40px;
  }
}
@media all and (max-width: 470px) {
  #login-button {
    display: none;
  }
  #mobile-menu-button {
    position: absolute;
    float: none;
    right: 0px;
    margin-right: 10px;
    margin-top: 40px;
  }
}
@media all and (max-width: 400px) {
  #hero-arrow {
    display: none;
  }
}
h2 {
  text-transform: lowercase;
  font-size: 48px;
  color: #101010;
  position: relative;
  display: inline-block;
  font-family: "Hepta Slab", Verdana;
  font-weight: 300;
}
@media all and (max-width: 550px) {
  h2 {
    font-size: 34px;
  }
}
@media all and (max-width: 450px) {
  h2 {
    font-size: 28px;
  }
}
.headline-bottom-border {
  position: absolute;
  width: 70px;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  background: #101010;
  left: 50%;
  margin-left: -35px;
  bottom: -2px;
}
.dce-2spalter-50-50-left {
  float: left;
  width: 48%;
}
.dce-2spalter-50-50-right {
  float: right;
  width: 48%;
}
.dce-3spalter-33-33-33-left {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.dce-3spalter-33-33-33-center {
  float: left;
  width: 31%;
}
.dce-3spalter-33-33-33-right {
  float: right;
  width: 31%;
}
.dce-4spalter-25-25-25-25-1 {
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}
.dce-4spalter-25-25-25-25-2 {
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}
.dce-4spalter-25-25-25-25-3 {
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}
.dce-4spalter-25-25-25-25-4 {
  float: right;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}
.number-text-dce {
  margin-bottom: 30px;
}
.number-text-dce-number p {
  font-size: 114px;
  letter-spacing: -5px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 800;
}
.number-text-dce-text p {
  font-size: 16px;
  color: #777777;
  margin-top: -5px;
  margin-bottom: 0px;
}
.headline-text-dce {
  position: relative;
  z-index: 80;
}
.headline-text-dce-left {
  float: left;
  width: 30%;
}
.headline-text-dce-left h2 {
  color: #d2232a;
}
.headline-text-dce-left .headline-bottom-border {
  background: #d2232a;
}
.headline-text-dce-right {
  float: right;
  width: 66%;
}
.headline-text-dce-right p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
.headline-text-dce-right p b {
  font-weight: 700;
}
.service-dce {
  margin-top: 20px;
  margin-bottom: 30px;
}
.service-dce-icon {
  width: 240px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.service-dce-copy {
  color: #101010;
  font-size: 18px;
}
.service-dce-subcopy {
  color: #848176;
  font-size: 18px;
}
.service-dce-subcopy a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.service-dce-headline {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 22px;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}
.team-wrapper {
  text-align: center;
  max-width: 900px;
}
.team-dce {
  margin-top: 20px;
  margin-bottom: 40px;
  display: inline-block;
  width: 230px;
}
.team-dce-image {
  width: 100%;
  max-width: 190px;
  height: 206px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.team-dce-name {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2px;
}
.team-dce-position {
  font-size: 16px;
  color: #101010;
  text-align: center;
}
.dce-4spalter-25-25-25-25 .team-dce:last-child {
  margin-bottom: 0px;
}
.team-dce-expand-button {
  background: #9d9c9c;
  border-radius: 5px;
  padding: 15px 0px;
  text-align: center;
  width: 240px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  color: #ffffff;
  font-weight: 700;
  margin-left: -120px;
  bottom: -98px;
  bottom: -74px;
  bottom: 25px;
  cursor: pointer;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.team-dce-expand-button.hide {
  opacity: 0;
}
.team-overflow {
  overflow: hidden;
}
.team-overflow.fx {
  -webkit-transition: height 0.8s ease-in-out;
  -moz-transition: height 0.8s ease-in-out;
  -o-transition: height 0.8s ease-in-out;
  transition: height 0.8s ease-in-out;
}
.team-overflow.open {
  overflow: visible;
  height: auto !important;
}
@media all and (max-width: 1080px) {
  .center940 {
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
  }
  .dce-4spalter-25-25-25-25-1,
  .dce-4spalter-25-25-25-25-2,
  .dce-4spalter-25-25-25-25-3,
  .dce-4spalter-25-25-25-25-4 {
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
@media all and (max-width: 950px) {
  .team-dce-image {
    height: 180px;
  }
}
@media all and (max-width: 920px) {
  .service-dce-icon {
    width: 100%;
  }
}
@media all and (max-width: 850px) {
  .headline-text-dce-right p {
    font-size: 24px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .headline-text-dce-left {
    width: auto;
    float: none;
  }
  .headline-text-dce-right {
    width: auto;
    float: none;
  }
  .team-dce-image {
    height: 150px;
  }
  .team-dce-expand-button {
    bottom: 8px;
  }
}
@media all and (max-width: 790px) {
  .team-dce-expand-button {
    bottom: -55px;
    bottom: 8px;
  }
  .dce-3spalter-33-33-33-left {
    width: 48%;
    float: left;
  }
  .dce-3spalter-33-33-33-center {
    width: 48%;
    float: right;
  }
  .dce-3spalter-33-33-33-right {
    clear: both;
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .dce-3spalter-33-33-33-right .service-dce {
    padding-top: 30px;
  }
}
@media all and (max-width: 760px) {
  .dce-2spalter-50-50-left {
    width: auto;
    float: none;
  }
  .dce-2spalter-50-50-right {
    width: auto;
    float: none;
  }
  .dce-4spalter-25-25-25-25 {
    text-align: center;
  }
  .dce-4spalter-25-25-25-25-1,
  .dce-4spalter-25-25-25-25-2,
  .dce-4spalter-25-25-25-25-3,
  .dce-4spalter-25-25-25-25-4 {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    float: none;
    text-align: center;
  }
  .team-dce {
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media all and (max-width: 615px) {
  .dce-3spalter-33-33-33-left {
    clear: both;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .dce-3spalter-33-33-33-center {
    clear: both;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .dce-3spalter-33-33-33-right {
    clear: both;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .service-dce {
    padding-top: 30px;
  }
}
@media all and (max-width: 520px) {
  .dce-4spalter-25-25-25-25-1,
  .dce-4spalter-25-25-25-25-2,
  .dce-4spalter-25-25-25-25-3,
  .dce-4spalter-25-25-25-25-4 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    float: none;
  }
  .team-dce-image {
    height: 200px;
  }
  .dce-4spalter-25-25-25-25 .team-dce:last-child {
    margin-bottom: 40px;
  }
  .number-text-dce-number p {
    font-size: 80px;
  }
}
@media all and (max-width: 410px) {
  .center940 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .team-dce-expand-button {
    bottom: -10px;
  }
}
.news-widget-dce {
  margin-bottom: 40px;
}
.news-widget-dce-headline {
  color: #101010;
  font-size: 24px;
  line-height: 28px;
}
.news-widget-dce-headline a {
  color: #101010;
}
.news-widget-dce-headline a:hover {
  text-decoration: underline;
}
.news-widget-dce-date {
  color: #d2232a;
  font-size: 12px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 25px;
}
.news-widget-dce-copy {
  font-size: 16px;
  color: #777777;
  margin-bottom: 25px;
}
.news-widget-dce.start .news-widget-dce-copy p.fs18 {
  font-size: 16px;
  line-height: normal;
}
.news-widget-dce-more {
  float: left;
  margin-right: 30px;
  margin-top: 4px;
}
.news-widget-dce-twitter {
  float: left;
  margin-right: 10px;
}
.news-widget-dce-facebook {
  float: left;
  margin-right: 10px;
}
.news-widget-dce-xing {
  float: left;
}
.news-widget-dce-more a {
  color: #d2232a;
  font-size: 12px;
  border: 2px solid #d2232a;
  border-radius: 3px;
  padding: 4px 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
}
.button-dce {
  margin-top: 40px;
  margin-bottom: 70px;
}
.button-dce-title {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 300;
}
.button-dce-sep {
  font-size: 18px;
  color: #cccccc;
  text-align: center;
  margin-bottom: 40px;
}
.button-dce-sep span:first-child {
  position: absolute;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  background-color: #cccccc;
  width: 40px;
  margin-left: -60px;
  margin-top: 12px;
}
.button-dce-sep span:last-child {
  position: absolute;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  background-color: #cccccc;
  width: 40px;
  margin-left: 20px;
  margin-top: 12px;
}
.button-dce-sub {
  text-align: center;
  font-size: 24px;
  color: #000000;
  font-weight: 300;
}
.button-dce-sub a {
  text-decoration: none;
  color: #000000;
}
.button-dce-button {
  text-align: center;
  margin-bottom: 15px;
}
.button-dce-button a {
  font-size: 36px;
  line-height: 86px;
  color: #ffffff;
  background: #d2232a;
  padding: 26px 60px 18px;
  text-decoration: none;
  border-radius: 5px;
  font-family: "Hepta Slab", Verdana;
}
@media all and (max-width: 500px) {
  .button-dce-button a {
    display: block;
    padding: 26px 0px 18px;
    font-size: 24px;
    box-sizing: border-box;
    line-height: 24px;
  }
}
.footer-newsletter {
  float: right;
  width: 640px;
  padding-top: 65px;
}
.footer-newsletter input[type=email] {
  float: left;
  width: 80%;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #c1b89f;
  padding: 8px 16px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  color: #9e9783;
  border-radius: 8px 0px 0px 8px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.cr_form-inputgroup label {
  display: none;
}
.footer-newsletter button {
  float: right;
  width: 20%;
  background: #c1b89f;
  padding: 7px 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 13px 16px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 0px 8px 8px 0px;
  text-transform: uppercase;
  border: 0px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
}
/*
.safari .footer-newsletter input[type=submit] { 
  padding:12px 16px 12px;
}

.ipad .footer-newsletter input[type=submit] { 
  padding:13px 16px 12px;
}

.iphone .footer-newsletter input[type=submit] { 
  padding:10px 16px;
}
*/
.footer-newsletter p {
  font-size: 16px;
  color: #9e9783;
  padding-left: 38px;
  padding-top: 0px;
  margin-top: 10px;
}
.footer-logos {
  float: left;
  width: 230px;
  padding-top: 56px;
}
.footer-logos img {
  width: 215px;
  height: 60px;
}
.footer-social {
  text-align: center;
  margin-top: 80px;
}
.footer-social img {
  margin-right: 5px;
  margin-left: 5px;
  width: 40px;
  height: 40px;
}
.footer-copyright {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
}
.footer-copyright a {
  color: #ffffff;
  text-decoration: none;
}
@media all and (max-width: 1060px) {
  .footer-logos {
    float: none;
    text-align: center;
    width: auto;
  }
  .footer-newsletter {
    float: none;
    padding-top: 20px;
    width: auto;
    padding-left: 100px;
    padding-right: 100px;
  }
  .footer-newsletter input[type=email] {
    width: 70%;
  }
  .footer-newsletter button {
    width: 30%;
  }
  .footer-newsletter p {
    text-align: center;
    padding-left: 0px;
  }
}
@media all and (max-width: 815px) {
  .footer-newsletter {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (max-width: 715px) {
  .footer-newsletter {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (max-width: 615px) {
  .footer-newsletter input[type=email] {
    width: 60%;
  }
  .footer-newsletter button {
    width: 40%;
  }
}
@media all and (max-width: 520px) {
  .footer-newsletter input[type=email] {
    width: 50%;
    font-size: 16px;
  }
  .footer-newsletter button {
    width: 50%;
  }
}
.dce-spacerline {
  max-width: 980px;
  height: 62px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/spacerline.png) no-repeat center center;
}
.hero-headline-wrap {
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
.hero-headline {
  margin-top: 40px;
  padding-top: 70px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 466px;
  background: url(../img/triangle.png) no-repeat center center;
}
.hero-headline h1 {
  font-size: 72px;
  margin: 0px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: lowercase;
  font-family: "Hepta Slab", "Helvetica", "Verdana";
  font-weight: 300;
}
.hero-headline h3 {
  font-size: 36px;
  margin: 0px;
  margin-top: 28px;
  color: #ffffff;
  text-transform: lowercase;
  font-family: "Hepta Slab", "Helvetica", "Verdana";
  font-weight: 300;
}
.hero-headline-spacer {
  width: 110px;
  height: 1px;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 850px) {
  .hero-headline {
    background: none;
    width: auto;
  }
}
@media all and (max-width: 640px) {
  .hero-headline h1 {
    font-size: 48px;
  }
  .hero-headline h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 470px) {
  #herocontent.sub {
    height: 420px;
  }
  .hero-headline {
    margin-top: 0px;
  }
}
@media all and (max-width: 400px) {
  #herocontent.sub {
    height: 380px;
  }
}
h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 400;
}
.dce-2spalter-66-33 p {
  line-height: 30px;
}
.dce-2spalter-66-33-left {
  width: 64%;
  float: left;
}
.dce-2spalter-66-33-right {
  width: 31%;
  float: right;
}
.tx-powermail h3 {
  display: none;
}
legend {
  display: none;
}
fieldset {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.powermail_fieldwrap {
  margin-bottom: 25px;
}
.powermail_fieldwrap_type_input {
  width: 48%;
  float: left;
  box-sizing: border-box;
}
.powermail_fieldwrap_type_input:nth-child(odd) {
  float: right;
}
.powermail_fieldwrap_type_textarea {
  clear: both;
}
label {
  font-size: 18px;
  display: block;
  margin-bottom: 4px;
}
span.mandatory {
  margin-left: 5px;
}
input,
textarea {
  width: 100%;
  background: #efefef;
  border-radius: 8px;
  border: 0px;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 12px 25px 14px;
  font-size: 18px;
  color: #000000;
  font-family: "Space Grotesk", Verdana;
}
textarea {
  height: 350px;
}
input[type=submit],
button {
  width: auto;
  font-size: 12px;
  padding: 4px 25px;
  color: #d2232a;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  border: 2px solid #d2232a;
  background: none;
}
@media all and (max-width: 670px) {
  .dce-2spalter-66-33-right,
  .dce-2spalter-66-33-left {
    float: none;
    width: auto;
  }
  .powermail_fieldwrap_type_input:nth-child(odd),
  .powermail_fieldwrap_type_input {
    float: none;
    width: 100%;
  }
}
#map {
  height: 600px;
  margin-top: -100px;
  z-index: 49;
}
#map div,
#map img {
  max-width: none;
}
.parallelogram-box-sub {
  margin-bottom: 80px;
}
.fs18 {
  font-size: 18px;
  line-height: 30px;
}
.fs22 {
  font-size: 22px;
  line-height: 34px;
}
.fs30 {
  font-size: 30px;
  line-height: 40px;
}
.headline-center-wrapper {
  text-align: center;
  margin-top: -20px;
  margin-bottom: -20px;
}
.red-text,
.red-headline {
  color: #d2232a;
}
h2.red-headline .headline-bottom-border {
  background: #d2232a;
}
.align-center {
  text-align: center;
}
@media all and (max-width: 490px) {
  .fs30 {
    font-size: 18px;
    line-height: 30px;
  }
  .fs22 {
    font-size: 18px;
    line-height: 30px;
  }
}
.products-dce {
  padding-top: 230px;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  width: 285px;
  vertical-align: top;
}
.products-dce .service-dce-headline {
  position: static;
  font-size: 22px;
  color: #000000;
  font-weight: 600;
}
.products-dce .service-dce-copy {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
  min-height: 150px;
}
.products-dce a {
  background: #9d9c9c;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 5px;
}
ul.tabmenu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  margin-top: 120px;
}
ul.tabmenu li {
  float: left;
  width: 100%;
  padding: 0px;
}
ul.tabmenu.tabmenu-with-3 li {
  width: 33.3%;
}
ul.tabmenu.tabmenu-with-2 li {
  width: 50%;
}
ul.tabmenu.tabmenu-with-4 li {
  width: 50%;
}
ul.tabmenu.tabmenu-with-4 li a {
  box-sizing: border-box;
  height: 48px;
  overflow: hidden;
}
ul.tabmenu.tabmenu-with-4 li:nth-child(3) {
  clear: both;
}
ul.tabmenu.tabmenu-with-5 li {
  width: 20%;
}
ul.tabmenu li a {
  display: block;
  background: #e89194;
  padding: 8px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  border-right: 2px solid #ffffff;
  text-decoration: none;
}
ul.tabmenu li a[aria-current=page] {
  display: block;
  background: #d2232a;
}
ul.tabmenu li:first-child a {
  border-radius: 8px 0px 0px 8px;
}
ul.tabmenu li:last-child a {
  border-radius: 0px 8px 8px 0px;
  border-right: 0px;
}
ul.tabmenu.tabmenu-with-4 li:nth-child(1) a {
  border-radius: 8px 0px 0px 0px;
}
ul.tabmenu.tabmenu-with-4 li:nth-child(2) a {
  border-radius: 0px 8px 0px 0px;
  border-right: 0px;
}
ul.tabmenu.tabmenu-with-4 li:nth-child(3) a {
  border-radius: 0px 0px 0px 8px;
  border-top: 2px solid #ffffff;
}
ul.tabmenu.tabmenu-with-4 li:nth-child(4) a {
  border-radius: 0px 0px 8px 0px;
  border-top: 2px solid #ffffff;
  border-right: 0px;
}
@media all and (max-width: 1050px) {
  ul.tabmenu li a {
    font-size: 18px;
  }
}
@media all and (max-width: 530px) {
  ul.tabmenu li a {
    font-size: 15px;
    padding: 12px 0px;
  }
}
@media all and (max-width: 670px) {
  ul.tabmenu {
    margin-top: 60px;
  }
}
@media all and (max-width: 800px) {
  ul.tabmenu li {
    width: 100% !important;
  }
  ul.tabmenu li a {
    border-right: 0px;
    border-bottom: 2px solid #ffffff;
  }
  ul.tabmenu li:first-child a {
    border-radius: 8px 8px 0px 0px;
  }
  ul.tabmenu li:last-child a {
    border-bottom: 0px;
    border-radius: 0px 0px 8px 8px;
  }
  ul.tabmenu.tabmenu-with-4 li:nth-child(1) a {
    border-radius: 8px 8px 0px 0px;
  }
  ul.tabmenu.tabmenu-with-4 li:nth-child(2) a {
    border-radius: 0px;
    border-right: 0px;
    border-top: 0px;
  }
  ul.tabmenu.tabmenu-with-4 li:nth-child(3) a {
    border-radius: 0px;
    border-top: 0px;
  }
  ul.tabmenu.tabmenu-with-4 li:nth-child(4) a {
    border-radius: 0px 0px 8px 8px;
    border-top: 0px;
    border-right: 0px;
  }
}
.tx-felogin-pi1 {
  max-width: 320px;
}
.tx-felogin-pi1 > div {
  font-size: 18px;
}
.tx-felogin-pi1 h3 {
  display: none;
}
.tx-felogin-pi1 form {
  margin-top: 30px;
  margin-bottom: 60px;
}
.tx-felogin-pi1 label {
  margin-top: 20px;
}
.tx-felogin-pi1 input[type=submit] {
  margin-top: 30px;
}
a.redButton {
  font-family: "Hepta Slab", Verdana;
  font-size: 30px;
  color: #ffffff;
  background: #d2232a;
  margin-left: 5px;
  margin-right: 5px;
  padding: 17px 60px 10px;
  border-radius: 5px;
  line-height: 40px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 20px;
}
a.redButton:first-child {
  margin-top: 60px;
}
a.redButton:last-child {
  margin-bottom: 90px;
}
@media all and (max-width: 470px) {
  a.redButton {
    font-size: 22px;
    padding: 12px 40px 5px;
  }
}
@media all and (max-width: 970px) {
  div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    float: none;
    margin: 0px;
  }
  div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap figure {
    width: 100%;
    display: block;
    text-align: center;
  }
  div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap img {
    display: inline-block;
  }
  .csc-textpic-intext-right-nowrap .csc-textpic-text {
    margin: 0px;
  }
}
h5 {
  color: #757575;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.news-widget-dce-archiv .news-widget-dce-headline {
  font-size: 22px;
  font-weight: 600;
  float: right;
  width: 600px;
}
.news-widget-dce-archiv .news-widget-dce-date {
  font-size: 18px;
  color: #d2232a;
  font-weight: 700;
  float: left;
  width: 300px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  text-align: right;
  margin-top: 3px;
}
.news-widget-dce-archiv .news-widget-dce-copy {
  float: right;
  width: 600px;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.news-widget-dce-archiv .news-widget-dce-copy p {
  display: inline;
}
.news-widget-dce-archiv .news-widget-dce-copy a {
  text-transform: lowercase;
}
.news-widget-dce-archiv .news-widget-dce-social-block-left {
  float: right;
  width: 144px;
}
.news-widget-dce.news-widget-dce-archiv {
  margin-bottom: 10px;
}
.news-list-view .f3-widget-paginator:first-child {
  display: none;
}
.news-list-view .f3-widget-paginator {
  width: 600px;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  padding-left: 0px;
  margin-bottom: 60px;
  list-style: none;
  margin-left: 340px;
}
@media all and (max-width: 1100px) {
  .news-list-view .f3-widget-paginator {
    margin-left: 0px;
  }
}
.news-list-view .f3-widget-paginator li {
  margin-right: 8px;
  display: inline-block;
  padding: 0;
  margin: 5px;
}
.news-list-view .f3-widget-paginator li a {
  color: #d2232a;
  border: 2px solid #d2232a;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 40px;
}
.news-list-view .f3-widget-paginator li.current {
  color: #ffffff;
  background: #d2232a;
  border: 2px solid #d2232a;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 12px;
}
.news-widget-dce-archiv.detail .news-widget-dce-copy {
  float: none;
  width: 100%;
}
.news-detail-right {
  width: 600px;
  float: right;
}
.news-single .article .news-img-wrap {
  float: none;
  width: auto;
  margin: 30px 0px;
}
@media all and (max-width: 1100px) {
  .news-widget-dce-archiv .news-widget-dce-headline,
  .news-widget-dce-archiv .news-widget-dce-date,
  .news-widget-dce-archiv .news-widget-dce-copy,
  .news-widget-dce-archiv .news-widget-dce-social-block-left {
    float: none;
    width: auto;
  }
  .news-widget-dce-archiv .news-widget-dce-date {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .news-list-view .page-navigation ul {
    width: auto;
    float: none;
  }
  .news-detail-right {
    float: none;
    width: auto;
  }
}
.contact-slideout-top-open-btn {
  width: 130px;
  height: 80px;
  padding-top: 46px;
  box-sizing: border-box;
  position: fixed;
  right: 0px;
  top: 50%;
  cursor: pointer;
  font-weight: 600;
  z-index: 440;
  border-radius: 5px 0px 0px 5px;
  margin-top: -40px;
  background: rgba(190, 20, 30, 0.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0%, 0px);
  -moz-transform: translate(0%, 0px);
  -o-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  background-image: url(../img/icon_contact1.png);
  background-repeat: no-repeat;
  background-position: center 13px;
}
.contact-slideout-top-open-btn.out {
  -webkit-transform: translate(100%, 0px);
  -moz-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}
.contact-slideout-top {
  width: 500px;
  position: fixed;
  right: 0px;
  height: 225px;
  z-index: 440;
  border-radius: 5px 0px 0px 5px;
  top: 50%;
  margin-top: -115px;
  background: rgba(190, 20, 30, 0.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(100%, 0px);
  -moz-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
  box-sizing: border-box;
}
.contact-slideout-top.in {
  -webkit-transform: translate(0%, 0px);
  -moz-transform: translate(0%, 0px);
  -o-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}
.contact-slideout-top-close-btn {
  width: 28px;
  height: 28px;
  background: url(../img/icon_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 12px;
  top: 10px;
  cursor: pointer;
}
.contact-slideout-top-headline {
  margin-bottom: 20px;
}
.contact-slideout-top-content-left {
  font-size: 14px;
  float: left;
  width: 50%;
  padding: 10px 0px 0px;
  box-sizing: border-box;
}
.contact-slideout-top-content-right {
  font-size: 14px;
  float: right;
  padding: 10px 0px 0px;
  width: 50%;
  box-sizing: border-box;
  border-left: 1px solid #d36067;
}
.contact-slideout-top-content-right img {
  margin-top: 6px;
  margin-bottom: 6px;
}
.contact-slideout-bottom-open-btn {
  width: 100%;
  height: 50px;
  padding-top: 17px;
  box-sizing: border-box;
  position: fixed;
  left: 0px;
  bottom: 0px;
  cursor: pointer;
  z-index: 440;
  background: #be141e;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  display: none;
  padding-left: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0%, 0px);
  -moz-transform: translate(0%, 0px);
  -o-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}
.contact-slideout-bottom-open-btn.out {
  -webkit-transform: translate(0%, 100%);
  -moz-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}
.contact-slideout-bottom-open-btn img {
  width: 24px;
  position: absolute;
  margin-left: -36px;
  margin-top: -3px;
}
.contact-slideout-bottom {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0%, 100%);
  -moz-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 441;
  bottom: 0px;
  background: rgba(190, 20, 30, 0.9);
  display: none;
}
.contact-slideout-bottom.in {
  -webkit-transform: translate(0%, 0px);
  -moz-transform: translate(0%, 0px);
  -o-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}
.contact-slideout-bottom-close-btn {
  height: 50px;
  left: 0px;
  width: 100%;
  z-index: 441;
  bottom: 0px;
  background: #be141e;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 18px;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 15px;
}
.contact-slideout-bottom-close-btn img {
  width: 14px;
  position: absolute;
  margin-left: -36px;
  margin-top: 0px;
}
.contact-slideout-bottom-content-left {
  color: #ffffff;
  width: 50%;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 10px;
  float: left;
}
.contact-slideout-bottom-content-right {
  color: #ffffff;
  width: 50%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 25px;
  float: right;
}
.contact-slideout-bottom-content {
  padding-top: 30px;
  text-align: center;
}
.contact-slideout-bottom-content h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
}
.contact-slideout-bottom-content p {
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}
.contact-slideout-bottom-content a {
  color: #ffffff;
  text-decoration: none;
}
.contact-slideout-bottom-headline {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 30px;
}
.contact-slideout-bottom-content-left img {
  margin-left: 14px;
  width: 46px;
  height: auto;
}
.contact-slideout-bottom-content-right img {
  margin-top: 6px;
  margin-bottom: 6px;
  width: 48px;
  height: auto;
}
@media all and (max-width: 530px) {
  .contact-slideout-top-open-btn,
  .contact-slideout-top {
    display: none;
  }
  .contact-slideout-bottom-open-btn,
  .contact-slideout-bottom {
    display: block;
  }
  .footer-copyright {
    margin-bottom: 120px;
  }
}
#mobile-navigation {
  display: none;
  position: fixed;
  width: 50%;
  right: 0px;
  top: 0px;
  height: 100%;
  background: rgba(193, 184, 159, 0.95);
  border-left: 1px solid #ffffff;
  z-index: 810;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(100%, 0%);
  -moz-transform: translate(100%, 0%);
  -o-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}
#mobile-navigation.show {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
#mobile-navigation > ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-left: 30px;
  margin-top: 110px;
}
#mobile-navigation > ul > li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #cfc8b5;
  padding: 10px;
  padding-bottom: 30px;
}
#mobile-navigation > ul > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}
#mobile-navigation > ul > li > ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}
#mobile-navigation > ul > li > ul > li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#mobile-navigation > ul > li > ul > li > a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
#mobile-navigation > ul > li > ul > li > ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  display: none;
}
#mobile-navigation > ul > li > ul > li.open > ul {
  display: block;
}
#mobile-navigation > ul > li > ul > li > ul > li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#mobile-navigation > ul > li > ul > li > ul > li > a {
  color: #7f796a;
  font-size: 20px;
  font-weight: 700;
}
.mobile-navigation-close {
  width: 32px;
  height: 32px;
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/mn_close.png);
  position: absolute;
  right: 50px;
  top: 36px;
  cursor: pointer;
}
@media all and (max-width: 850px) {
  #mobile-navigation {
    display: block;
  }
}
@media all and (max-width: 570px) {
  #mobile-navigation {
    width: 100%;
    border-left: 0px;
  }
}
#hero-start-wrap .parallelogram-content {
  pointer-events: none;
}
#herocontent > div > div {
  pointer-events: auto;
}
.anchor {
  position: absolute;
  margin-top: -100px;
  display: none;
}
.seminar-list-category {
  float: left;
  width: 300px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
  font-weight: bold;
  color: #d2232a;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
  margin-top: 18px;
  position: relative;
}
.seminar-list-category.faq-style {
  width: 260px;
}
.seminar-list-content {
  float: right;
  width: 620px;
  line-height: 30px;
}
.seminar-list-content.faq-style {
  width: 170px;
}
.seminar-list-content p {
  font-size: 18px;
  line-height: 30px;
}
.seminar-list-content a {
  color: #000000;
  text-decoration: none;
}
.seminar-list-content a:hover {
  text-decoration: underline;
}
.seminar-list-content-headline h2 {
  text-transform: none;
  font-size: 22px;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.seminar-list-category-back {
  position: absolute;
  margin-top: 34px;
  font-size: 14px;
  font-weight: normal;
  right: 0px;
}
.seminar-list-category-back a:hover {
  text-decoration: underline;
}
.seminar-list-content-agb {
  margin-bottom: 50px;
  padding-top: 18px;
}
.seminar-list-content-agb a,
#seminar-agb-open,
#newsletter-terms-open {
  color: #d2232a;
  cursor: pointer;
}
.seminar-list-content ul {
  font-size: 18px;
}
.seminar-list-content-headline h2 .headline-bottom-border {
  display: none;
}
#seminar-checkbox {
  width: auto;
}
.seminar-list-content form {
  margin-top: 30px;
  margin-bottom: 30px;
}
#seminar-submit {
  text-transform: none;
  border: 0px;
  background: #d2232a;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  font-size: 30px;
  border-radius: 5px;
  font-family: "Hepta Slab", Verdana;
  padding: 18px 40px 8px;
  text-decoration: none;
}
.seminar-form-select-date {
  float: left;
  width: 33%;
  padding-left: 30px;
  margin-top: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.seminar-form-select-date span {
  background: #efefef;
  border-radius: 11px;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: -1px;
  margin-left: -30px;
}
.seminar-form-select-date.on span:after {
  background: #9d9c9c;
  border-radius: 6px;
  margin-top: 5px;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  content: " ";
  position: absolute;
}
.nolabel .powermail_label {
  display: none;
}
.powermail_form_2 input,
.powermail_form_2 .powermail_fieldwrap_type_input {
  width: 300px;
}
.powermail_form_2 .powermail_fieldwrap_type_input,
.powermail_form_2 .powermail_fieldwrap_type_check,
.powermail_form_2 .powermail_fieldwrap_type_submit,
.powermail_form_2 .indent-form,
.powermail_form_2 .powermail_fieldwrap_datenschutz {
  margin-left: 320px;
}
.powermail_form_2 .powermail_fieldwrap_type_check input {
  margin-right: 6px;
}
.powermail_form_2 .powermail_fieldwrap_type_input:nth-child(2n+1) {
  margin-left: 0px;
}
.powermail_form_2 .powermail_fieldwrap_type_submit {
  margin-top: 40px;
  margin-bottom: 60px;
}
.powermail_fieldwrap_type_submit input {
  cursor: pointer;
}
.seminar-form-spacer {
  width: 300px;
  border-bottom: 1px solid #cccccc;
  margin-top: 25px;
  margin-bottom: 25px;
}
.seminar-side-info {
  position: absolute;
  width: 300px;
  text-align: right;
  margin-top: -4px;
}
.seminar-side-info h4 {
  margin-top: 0px;
}
#seminar-agb-background,
#newsletter-terms-background {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(20, 20, 20, 0.6);
  z-index: 99;
  opacity: 0;
}
#seminar-agb-background.visible,
#newsletter-terms-background.visible {
  opacity: 1;
}
#seminar-agb-content,
#newsletter-terms-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 740px;
  margin-left: -370px;
  height: 620px;
  margin-top: -300px;
  background: #c1b89f;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
}
#seminar-agb-headline,
#newsletter-terms-headline {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 11px;
  padding-top: 1px;
  word-break: keep-all;
  white-space: nowrap;
}
#seminar-agb-text,
#newsletter-terms-text {
  box-sizing: border-box;
  padding: 20px;
  height: calc(60%);
  overflow: auto;
  background: #d5cfbf;
  -webkit-overflow-scrolling: touch;
  border-radius: 0px 0px 7px 7px;
}
#seminar-agb-text,
#seminar-agb-text p,
#newsletter-terms-text,
#newsletter-terms-text p {
  font-size: 14px;
  line-height: 30px;
}
#newsletter-terms-text p {
  color: #282828;
  padding-left: 0px;
  padding-top: 0px;
  margin-top: inherit;
}
#seminar-agb-text p:first-child,
#seminar-agb-text ul,
#newsletter-terms-text p:first-child,
#newsletter-terms-text ul {
  margin-top: 0px;
}
#seminar-agb-text ul li,
#newsletter-terms-text ul li {
  padding-left: 5px;
}
#seminar-agb-text b,
#newsletter-terms-text b {
  color: #ffffff;
}
#seminar-agb-close,
#newsletter-terms-close {
  width: 30px;
  height: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NTFBMjNDN0UxRDAxMUU2QTlBNjgxMzc3NTAzNDY5QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NTFBMjNDOEUxRDAxMUU2QTlBNjgxMzc3NTAzNDY5QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU1MUEyM0M1RTFEMDExRTZBOUE2ODEzNzc1MDM0NjlDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU1MUEyM0M2RTFEMDExRTZBOUE2ODEzNzc1MDM0NjlDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Mb6V0QAAAONJREFUeNqk070KwjAUhuGjSO0quDo4dihVcHF19m7E21InFSevRxHdReJ31GII+TlJAu+Qpn3IcEpKqRKtUYUosxqtUMGbpfquC2oy0Bm6/6wFPyjQMRPX0R3qtQelhl8jcRPli5L+AuOHSNyKmnAs7kRtsBT3oi44hOvo1ob6YBcuQkMw1zdwESqBW/ys/usUQrkuhVeNGm0/RVXwq8g5Fc957PCL5zxl+EU4pQy/BE9BRbiJPoRoEM9BvTgfjDNQFz7ih3P0QptEVMf36Ikmnc+1iYboxv8L5S3+kwdsvQUYAO4Ikax3fBfYAAAAAElFTkSuQmCC);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
@media all and (max-width: 780px) {
  #seminar-agb-background,
  #newsletter-terms-background {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  #seminar-agb-content,
  #newsletter-terms-content {
    top: 65px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    height: auto;
    width: auto;
    margin-left: 0px;
    margin-top: 0px;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 530px) {
  #seminar-agb-headline,
  #newsletter-terms-headline {
    font-size: 17px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #seminar-agb-content,
  #newsletter-terms-content {
    bottom: 55px;
    top: 65px;
  }
}
@media all and (max-width: 410px) {
  #seminar-agb-headline,
  #newsletter-terms-headline {
    font-size: 15px;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media all and (max-width: 1080px) {
  .seminar-list-category,
  .seminar-side-info {
    width: 45%;
  }
  .seminar-list-content {
    width: 50%;
  }
  .powermail_form_2 .powermail_fieldwrap_type_input,
  .powermail_form_2 .powermail_fieldwrap_type_check,
  .powermail_form_2 .powermail_fieldwrap_type_submit,
  .powermail_form_2 .indent-form,
  .powermail_form_2 .powermail_fieldwrap_datenschutz {
    margin-left: 50%;
  }
  .powermail_form_2 input {
    width: 100%;
  }
  .powermail_form_2 .powermail_fieldwrap_type_input {
    width: 23%;
  }
  .seminar-form-select-date {
    width: 50%;
  }
}
@media all and (max-width: 910px) {
  .powermail_form_2 .powermail_fieldwrap_type_input {
    width: 50%;
  }
  .seminar-form-select-date {
    width: 100%;
  }
}
@media all and (max-width: 700px) {
  .seminar-list-category {
    width: auto;
    float: none;
    text-align: left;
    margin-bottom: 20px;
  }
  .seminar-list-content {
    width: auto;
    float: none;
  }
  .seminar-list-category-back {
    margin-top: -30px;
  }
  .seminar-side-info {
    display: none;
  }
  .powermail_form_2 .powermail_fieldwrap_type_input,
  .powermail_form_2 .powermail_fieldwrap_type_check,
  .powermail_form_2 .powermail_fieldwrap_type_submit,
  .powermail_form_2 .indent-form,
  .powermail_form_2 .powermail_fieldwrap_datenschutz {
    margin-left: 0px;
  }
  .powermail_form_2 .powermail_fieldwrap_type_input {
    width: 100%;
  }
}
@media all and (max-width: 370px) {
  .seminar-list-category-back {
    display: none;
  }
}
.powermail_fieldwrap_type_check input,
.powermail_fieldwrap_type_submit input {
  width: auto;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.safari sup {
  font-size: 0.83em;
  vertical-align: super;
  line-height: 0;
}
.powermail_fieldset_5 .powermail_fieldwrap_type_input {
  width: 100%;
  float: none;
}
.tx-indexedsearch-searchbox table,
.tx-indexedsearch-searchbox table tbody,
.tx-indexedsearch-searchbox tr,
.tx-indexedsearch-searchbox tr td {
  display: block;
  text-align: center;
}
.tx-indexedsearch-searchbox table + p {
  clear: both;
}
.tx-indexedsearch-searchbox tr td:first-child {
  display: none;
}
.tx-indexedsearch-searchbox tr:first-child {
  display: inline-block;
  margin-right: -5px;
  width: 490px;
}
.tx-indexedsearch-searchbox tr:last-child {
  display: inline-block;
  width: 150px;
}
.tx-indexedsearch-searchbox tr:first-child input {
  border: 2px solid #d2232a;
  border-radius: 5px 0px 0px 5px;
  color: #000000;
  background: #ffffff;
  box-sizing: border-box;
  padding: 8px 15px;
  font-size: 24px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
  width: 490px;
  max-width: 100%;
  height: 50px;
}
.tx-indexedsearch-searchbox tr:last-child input {
  background: #d2232a;
  padding: 15px;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 0px 5px 5px 0px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
  width: 150px;
  max-width: 100%;
  height: 50px;
  cursor: pointer;
}
.tx-indexedsearch-whatis {
  display: none;
}
.tx-indexedsearch-browsebox p {
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
}
.tx-indexedsearch-res .icon,
.tx-indexedsearch-res .result-number,
.tx-indexedsearch-res tbody tr:nth-child(2) td:first-child,
.tx-indexedsearch-res tbody tr:nth-child(3) {
  display: none;
}
.tx-indexedsearch-res .title a {
  color: #000;
  font-size: 28px;
}
.tx-indexedsearch-res .percent {
  color: #787878;
  font-size: 28px;
}
.tx-indexedsearch-res .descr {
  padding-top: 15px;
  font-size: 18px;
}
.tx-indexedsearch-res {
  margin-bottom: 50px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #000;
}
.tx-indexedsearch {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tx-indexedsearch-noresults {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.faq-anchor {
  width: 0px;
  height: 0px;
  position: absolute;
  margin-top: -100px;
}
input[type=checkbox] {
  width: auto;
}
.parsley-errors-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: red;
  position: absolute;
}
.testimonials-slider-single {
  text-align: center;
}
.testimonials-slider-single .quote {
  display: inline-block;
  width: 60px;
  height: 40px;
  background: url(/typo3conf/ext/ogs/Resources/Public/img/quotes.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 25px;
}
.testimonials-slider-single .text {
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}
.testimonials-slider-single .image {
  float: left;
  margin-right: 20px;
}
.testimonials-slider-single .person {
  display: inline-block;
  padding-top: 20px;
}
.testimonials-slider-single .desc {
  color: #777777;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 10px;
  text-align: left;
  float: left;
}
.testimonials-slider-single .desc strong {
  color: #101010;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
}
.testimonials-slider-single .image img {
  width: 70px;
  height: auto;
}
.owl-carousel .owl-stage {
  max-width: none;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e0e0e0;
  margin-left: 5px;
  margin-right: 5px;
  outline: none;
}
.owl-carousel button.owl-dot.active {
  background: #ffffff;
}
.owl-dots {
  text-align: center;
  margin-top: 10px;
}
.parallelogram-svg-path-bottomflat-false + .parallelogram-svg-path-topflat-false {
  margin-top: -100px;
}
@media all and (max-width: 850px) {
  .parallelogram-svg-path-bottomflat-false + .parallelogram-svg-path-topflat-false {
    margin-top: -65px;
  }
  .owl-dots {
    margin-bottom: 40px;
  }
}
.powermail_form_7 .powermail_fieldwrap {
  clear: both;
  padding-top: 10px;
}
.powermail_form_7 .powermail_fieldwrap .powermail_label {
  width: 200px;
  float: left;
  padding-top: 13px;
}
@media all and (max-width: 767px) {
  .powermail_form_7 .powermail_fieldwrap .powermail_label {
    float: none;
    width: auto;
    display: block;
  }
}
.powermail_form_7 .powermail_fieldwrap .powermail_field {
  width: calc(100% - 200px);
  float: left;
}
@media all and (max-width: 767px) {
  .powermail_form_7 .powermail_fieldwrap .powermail_field {
    float: none;
    width: auto;
  }
}
.powermail_form_7 .powermail_fieldwrap.powermail_fieldwrap_zeitraum {
  margin-bottom: 0;
}
.powermail_form_7 .powermail_fieldwrap.powermail_fieldwrap_zeitraum .powermail_field {
  float: left;
  width: calc(50% - 105px);
}
@media all and (max-width: 767px) {
  .powermail_form_7 .powermail_fieldwrap.powermail_fieldwrap_zeitraum .powermail_field {
    width: calc(50% - 5px);
  }
}
.powermail_form_7 .powermail_fieldwrap.powermail_fieldwrap_zeitraumbis {
  clear: none;
  padding-top: 0;
}
.powermail_form_7 .powermail_fieldwrap.powermail_fieldwrap_zeitraumbis .powermail_label {
  display: none;
}
.powermail_form_7 .powermail_fieldwrap.powermail_fieldwrap_zeitraumbis .powermail_field {
  float: right;
  width: calc(50% - 105px);
}
@media all and (max-width: 767px) {
  .powermail_form_7 .powermail_fieldwrap.powermail_fieldwrap_zeitraumbis .powermail_field {
    width: calc(50% - 5px);
  }
}
.powermail_form_7 .powermail_textarea {
  height: 200px;
}
.powermail_form_7 .powermail_fieldwrap_datenschutz .powermail_field,
.powermail_form_7 .powermail_fieldwrap_type_submit .powermail_field {
  float: none;
  margin-left: 200px;
}
@media all and (max-width: 767px) {
  .powermail_form_7 .powermail_fieldwrap_datenschutz .powermail_field,
  .powermail_form_7 .powermail_fieldwrap_type_submit .powermail_field {
    margin-left: 0;
  }
}
.powermail_form_7 .powermail_fieldwrap_type_radio input {
  width: auto;
  -webkit-appearance: radio;
}
.powermail_form_7 .powermail_fieldwrap_type_radio .powermail_field {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0 10px;
}
@media all and (max-width: 550px) {
  .powermail_form_7 .powermail_fieldwrap_type_radio .powermail_field {
    display: block;
  }
}
.powermail_form_7 .powermail_fieldwrap_type_radio .powermail_field_error_container {
  position: absolute;
}
.powermail_form_7 .powermail_fieldwrap_type_radio .powermail_radiowrap {
  width: 33.33%;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  display: block;
  background: #efefef;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  user-select: none;
  margin: 0;
  cursor: pointer;
}
@media all and (max-width: 550px) {
  .powermail_form_7 .powermail_fieldwrap_type_radio .powermail_radiowrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
.powermail_form_7 .powermail_fieldwrap_type_radio .powermail_radiowrap input {
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  margin-top: -35px;
  width: 20px;
  height: 20px;
}
.powermail_form_7 .powermail_fieldwrap_type_input {
  width: auto;
  float: none;
}
