/*

  margin-top = border-color:  g o l d / transparent

*/

/* ///////////////////////////////////////////////////////////////////////////////  PAGE CONTENT */
.page-wrapper {
  z-index:1;
  position: relative;
  min-height:100vh;
  width:100%;
}

.content-area {
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  min-height: 100vh;
  width:100%;
  background-color: rgba(78,0,0,0);
  overflow: hidden;
  position: relative;
}

.layout-row {
  position: relative;
  width:100%;
}

.wrapper-layout-area {
  display:flex;
  position: relative;
  width: 100%;
  max-width:1280px !important;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.wrapper-header .top-spacer {
    background-color: rgba(255,255,0,0);
    width: 100%;
}
.header-row.large .wrapper-header .expansion, 
.header-row.narrow .wrapper-header .expansion {
    position: relative;
}
.header-row.large .wrapper-header .blk-logo {
    position: absolute;
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../images/logo-am.svg);
    cursor: pointer;
    border: 0px dotted lime;
    background-color: rgba(255,255,0,0);
}
.header-row .wrapper-header .blk-text {
    position: absolute;
    border: 0px dotted blue;
}

.header-background {
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .header-row.large .wrapper-header, 
  .header-row.narrow .wrapper-header {
    display: flex; 
    flex-direction: column-reverse;
  }
  .header-row.large .wrapper-header .expansion, 
  .header-row.narrow .wrapper-header .expansion {
    width: 100%;
    height: 101vw;
  }
  .header-row.narrow .wrapper-header .expansion {
    /*
      background-size: 100% auto;
      background-position: top center;
      background-repeat: no-repeat;
      background-image: url(../images/hilfe/hilfe-filament-types-M.jpg);
      opacity: 0.3;
    */
    height: 53.3vw;
  }
  .header-row.large .wrapper-header .blk-text, 
  .header-row.narrow .wrapper-header .blk-text {
    position: relative;
    width: calc(100% - 42px);
    margin: 42px 0px 46px 22px;
    background-color: rgba(255,255,0,0);
  }
  .header-row.large .wrapper-header .blk-text h1, 
  .header-row.narrow .wrapper-header .blk-text h1 {
    margin-top: -6px;
    margin-bottom: 9px;
  }
  .header-row.large .wrapper-header .top-spacer, 
  .header-row.narrow .wrapper-header .top-spacer {
    height: 70px;
  }
  
  .header-row.large .header-background {
    width: 249%;
    height: 101vw;
    top: unset;
    bottom: 0px;
    left: -33.2%;
  } 
  .header-row.narrow .header-background {
    width: 249%;
    height: 53.3vw;
    top: unset;
    bottom: 0px;
    left: -32%;
    background-position: 50% 96%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {

  .header-row.large .wrapper-header .expansion {
    width: 100%;
    height: 56.4vw;
    margin-top: 0px;
    max-height: 610px;    /* 540 ?  610 minus 70 */
  }
  .header-row.narrow .wrapper-header .expansion {
    width: 100%;
    height: 33.8vw;
    margin-top: 0px;
    max-height: 390px;
  }
  .header-row.large .wrapper-header .blk-text, 
  .header-row.narrow .wrapper-header .blk-text {
    left: 55.5vw;
    top: 70px;
    width: 41vw;
    height: calc(100% - 70px);
    display: flex;
    align-items: center;
    background-color: rgba(0,255,0,0);
  }
  .header-row.large .wrapper-header .blk-text h1, 
  .header-row.narrow .wrapper-header .blk-text h1 { 
    margin-top: -4px;
    margin-bottom: 9px;
  }

  .header-row.large .header-background {
    width: 139%;
    height: 100%;
    top: 0px;
    left: -19.6%;
  }
  .header-row.narrow .header-background {
    width: 139%;
    height: 100% ;
    top: 0px ;
    left: -19.6%;
  }
  
}
@media screen and (min-width: 1280px) {

  .header-row.large .wrapper-header .expansion {
    width: 100%;
    height: 610px;
    background-color: rgba(0,255,0,0);
  }
  .header-row.narrow .wrapper-header .expansion {
    width: 100%;
    height: 400px;
    /*
      background-size: auto;
      background-position: top left;
      background-repeat: no-repeat;
      background-image: url(../images/hilfe/hilfe-filament-types-D.jpg);
    */
  }
  .header-row.large .wrapper-header .blk-logo {
    left: 719px;
    top: 171px;
    width: 168px;
    height: 70px;
    background-color: rgba(0,255,0,0);
  }
  .header-row.large .wrapper-header .blk-logo.visible {
    opacity: 1.0;
    animation-duration: 300ms;
    animation-name: fadein;
  }
  .header-row.large .wrapper-header .blk-logo.hidden {
    opacity: 0;
    animation-duration: 300ms;
    animation-name: fadeout;
  }
  .header-row.large .wrapper-header .blk-text, 
  .header-row.narrow .wrapper-header .blk-text {
    left: 764px;
    top: 263px;
    width: 460px;
  }
  .header-row.narrow .wrapper-header .blk-text { 
    top: 212px;
  }
  .header-row.large .wrapper-header .blk-text h1,  
  .header-row.narrow .wrapper-header .blk-text h1 {
    margin-top: -4px;
    margin-bottom: 9px;
  }
  
  .header-row.large .header-background {
    width: 1920px;
    height: 780px;
    top: calc(50% - 390px);
    left: calc(50% - 960px)
  }
  .header-row.narrow .header-background {
    width: 1920px;
    height: 470px;
    top: calc(50% - 270px);
    left: calc(50% - 960px); /* half the width */
  }
}





.subnavi-wrapper-changeable > div > div {      /*  .fixed, .absolute  */
  background-color: rgba(26,26,26,0.8);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.subnavi-wrapper-changeable > div > div.hidden {      /*  HIDDEN  */
  background-color: rgba(26,26,26,0);
}
.subnavi-wrapper-changeable > div > div.hidden * {      /*  HIDDEN  */
  display: none;
}
.subnavi-wrapper-changeable.absolute {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 70px;
  width: 100%;
}
.subnavi-wrapper-changeable.fixed {
  position: fixed;
  top: 70px;
  height: 70px;
  left: 0px;
  width: 100%;
  z-index: 300;
}
.subnavi-wrapper-changeable > div {
  display: flex;
  justify-content: flex-end;
}
.subnavi-wrapper-changeable.fixed > div {
  width: 100%;
  max-width:1280px;
  margin: 0 auto;
  position: relative;
}
.subnavi-wrapper-changeable.fixed > div > div {
  background-color: rgba(26,26,26,0.8);             /* SUBNAVI FARBE ? */
  /*
  background-color: rgba(83,83,83,1.0);
  animation-duration: 500ms;
  animation-name: fadeToGrey;
  */
}
@keyframes fadeToGrey {
    0% {
      background-color: rgba(26,26,26,0.8);
    }
    100% {
      background-color: rgba(83,83,83,1.0);
    }
  }
  
.subnavi {
  position: relative;
  height: 70px;
  background-color: rgba(0,255,3,0); 
}
.subnavi > div {
  height: 70px;
  position: relative;
  overflow: hidden !important;
  background-color: rgba(0,255,3,0); 
}
.subnavi .tray {
  height: 68px;
  margin-top: 2px;
  width: 50000px;
  background-color: rgba(255,2,3,0);
}
.subnavi .tray > .item {
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
  background-color: rgba(2,2,168,0);
}
.subnavi-wrapper-changeable .btn_arrow {
  display: block;
  height: 70px;
  position: absolute;
  top: 0px;
  background-image: url(../images/symbols/Symbol_next-white.svg);
  background-size: auto 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: rgba(255,0,0,0);
}
.subnavi-wrapper-changeable .btn_arrow.prev {
  width: 60px;
  left: -60px;
  transform: rotate(180deg);
}
.subnavi-wrapper-changeable .btn_arrow.next {
  width: 50px;
  right: -56px;
  background-position: 50% 27px;
}

#controll {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 1px;
  background-color: red;
}

@media screen and (max-width: 767px) {
  .subnavi-wrapper-changeable > div > div {
    height: 70px;
    width: 100%;
    background-position: 50% 25px;
  }
  .subnavi {
    width: calc(100% - 100px);  /* mins 60 L + 56 R */
    margin-left: 50px; 
  }
  .subnavi .tray > .item {
    width: calc(100vw - 100px);
    justify-content: center;
  }
  .subnavi-wrapper-changeable .btn_arrow.prev {
    width: 50px;
    left: -48px;
  }
  .subnavi-wrapper-changeable .btn_arrow.next {
    width: 50px;
    right: -48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .subnavi-wrapper-changeable > div > div {
    height: 70px;
    width: calc(100vw - 270px);
    max-width: 923px;
  }
  .subnavi {
    width: calc(100% - 116px);  /* mins 60 L + 56 R */
    margin-left: 60px;
    /*
    border-top: 2px solid green;
    */  
  }
  .subnavi .tray > .item {
    padding-right: 22px;
  }
  .subnavi .tray > .item:last-child {
    padding-right: 85px;
  }
}

@media screen and (min-width: 1280px) {

  .subnavi-wrapper-changeable > div {
    display: flex;
    width: 10000px;
    max-width: unset;
  } 
  .subnavi-wrapper-changeable.absolute > div {
    justify-content: flex-end;
  }
  .subnavi-wrapper-changeable.fixed > div {
    justify-content: flex-start;
  }
  .subnavi-wrapper-changeable > div > div {
    height: 70px;
    width: 9643px;  /* 10000 minus 357 (1280 minus 923) */
  }
  .subnavi-wrapper-changeable.fixed > div > div {
    margin-left: 357px;
    min-width: 9643px;  /* korrektur: wenn keine subnavi */
  }

  .subnavi {
    height: 70px;
    width: calc(100% - 50px);
    margin-left: 30px;
    background-color: rgba(0,255,3,0);
  }
  .subnavi .tray {
    margin-left: 0px !important;
  }
  .subnavi .tray > .item {
    padding-right: 29px;
    background-color: rgba(0,255,3,0);
  }
  .subnavi-wrapper-changeable .btn_arrow {
    display: none !important;
  }
}


.menu-wrapper-changeable {      /*  .fixed, .absolute  */
    top: 0px;
    z-index:400;
    height:1px;
    width: 100%;
    overflow:visible;
}
.selector-wrapper-lowres {
    position: relative;
    overflow: visible;
    background-color: rgba(230,230,230,0.94);
}
.selector-wrapper-lowres.fixed {
    position: fixed;
    top: 70px;
    left: 0px;
    z-index: 300;
}
.selector-wrapper-lowres .wrapper-layout-area {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
}
.selector-wrapper-lowres .wrapper-layout-area > div {
    width: 252px;
}
  @media screen and (min-width: 980px) {  
    .selector-wrapper-lowres {
      display: none;
    }
}

.logo {
    position: absolute;
    cursor: pointer;
    background-image: url(../images/logo-am.svg);
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.navi {
  background-color: rgba(255,0,0,0);
}

.footer-row {
  background-color: #333333;
}
.footer-row .wrapper-layout-area {
  background-color: rgba(255,0,0,0);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template--standard .footer-row {
  border-top-color: #FFFFFF;
}
.page-template--standard .bg-black-90 + .footer-row {
  border-top-color: #1A1A1A;
}
.page-template--standard .footer-row {
  border-style: solid;
  border-width: 48px 0px 0px 0px;
}

.page-template--standard .bg-black-90.following-noborder + .footer-row {
  border-width: 0px 0px 0px 0px;
}

.footer-row .wrapper-layout-area > div:first-child {
  display: flex;
  align-items: center;
  background-color: rgba(5,252,124,0);
}
.footer-row .wrapper-layout-area > div:last-child {
  background-color: rgba(5,2,255,0);
}
.footer-row .wrapper-layout-area > div:first-child .like-h2 {
  line-height: 1.0;
  margin-bottom: 4px;
  margin-right: 33px;
}
.footer-row .wrapper-layout-area > div:last-child a {
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}
.sm-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 17px;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sm-icon:last-child {
  margin-right: 0px;
}
.sm-instagram {
  background-image: url(../images/icons/sm-instagram.png);
}
.sm-xing {
  background-image: url(../images/icons/sm-xing.png);
}

.scroll-v {
  opacity: 0;
}
.scroll-v-visible {
  opacity: 1;
  animation-duration: 400ms;
  animation-name: scroll_v_fadein;
}
@keyframes scroll_v_fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

@media screen and (max-width: 767px) {
  .menu-wrapper-changeable {
    position: fixed;
  }
  .menu-wrapper-changeable .navi-area {
    background-color: rgba(26,26,26,0.9);
    height: 70px;
  }
  .logo {
    left: 7px;
    bottom: 16px;
    width: 123px;
    height: 38px;
  }
  .footer-row .wrapper-layout-area > div:first-child {
    margin: 56px 0px 56px 20px;
  }
  .footer-row .wrapper-layout-area > div:last-child {
    margin: 56px 20px 56px 0px;
  }
  @media screen and (max-width: 480px) {  
    .footer-row .wrapper-layout-area > div:first-child .like-h2 {
      display: none;
    }
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .menu-wrapper-changeable {
    position: fixed;
  }
  .menu-wrapper-changeable .navi-area {
    background-color: rgba(26,26,26,0.9);
    height: 70px;
  }
  .logo {
    left: 7px;
    bottom: 16px;
    width: 123px;
    height: 38px;
  }
  .footer-row .wrapper-layout-area > div:first-child {
    margin: 56px 0px 56px 20px;
  }
  .footer-row .wrapper-layout-area > div:last-child {
    margin: 56px 20px 56px 0px;
  }  
}

@media screen and (min-width: 1280px) {
  .menu-wrapper-changeable.fixed {
    position: fixed;
  }
  .menu-wrapper-changeable.fixed .wrapper-navi-area {
    background-color: rgba(26,26,26,0.9);
    animation-duration: 300ms;
    animation-name: naviBG_fadein;
  }
  .menu-wrapper-changeable.fixed .navi-area {
    height: 70px;
  }
  .menu-wrapper-changeable.absolute {
    position: absolute;
  }
  .menu-wrapper-changeable.permanent {                      /* navi permanent /////////////  */
    position: fixed !important;
  }
  .menu-wrapper-changeable.absolute .wrapper-navi-area {
    background-color: rgba(26,26,26,0);
    animation-duration: 300ms;
    animation-name: naviBG_fadeout;
  }
  .menu-wrapper-changeable.absolute .navi-area {
    height: 108px;
  }
  .menu-wrapper-changeable.permanent .wrapper-navi-area {   /* navi permanent /////////////  */
    background-color: rgba(26,26,26,0.9) !important;
    animation-name: unset !important;
  }
  .menu-wrapper-changeable.permanent .navi-area {
    max-height: 70px;
  }
  .logo {
    left: 47px;
    bottom: 17px;
    width: 123px;
    height: 38px;
  }
  .menu-wrapper-changeable.absolute .logo {
    opacity: 0;
  }
  .menu-wrapper-changeable.fixed .logo {
    opacity: 1.0;
    animation-duration: 300ms;
    animation-name: fadein;
  }
  .menu-wrapper-changeable.permanent .logo {                /* navi permanent /////////////  */
    opacity: 1.0 !important;
    animation: none !important;
  }
  .footer-row .wrapper-layout-area > div:first-child {
    margin: 56px 0px 56px 60px;
  }
  .footer-row .wrapper-layout-area > div:last-child {
    margin: 56px 60px 56px 0px;
  }
}

@keyframes naviBG_fadein {
    0% {
      background-color: rgba(26,26,26,0);
    }
    100% {
      background-color: rgba(26,26,26,0.9);
    }
  }
@keyframes naviBG_fadeout {
    0% {
      background-color: rgba(26,26,26,0.9);
    }
    100% {
      background-color: rgba(26,26,26,0);
    }
  }
  
@keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
@keyframes fadeout {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }


.menu-wrapper {
    position: relative;
    width:100%;
}

.navi-area {
  position:relative;
  display:flex;
  align-items: flex-end;
  justify-content: flex-end;
}


.navi-area .navi a, 
.subnavi .item a {
  text-transform: uppercase;
  color:#FFFFFF;
  border-bottom: 2px solid transparent;
}
.navi-area .navi a:hover {
  border-color: #FFFFFF;
}
.navi-area .navi a.active, 
.navi-area .navi a.active:hover, 
.subnavi .item.active a, 
.subnavi .item a:hover {
  color: #EB5B27;
  border-color: #EB5B27;  /* ORANGE */
}
@media screen and (max-width: 767px) {
  .navi {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    background-color: rgba(26,26,26,0.9);
  }
  .navi-area .navi a {
    display: block;
    padding: 8px 24px 8px 38px;
    border-color: transparent !important;
  }
  .navi-area .navi a:first-child {
    padding-top: 36px;
  }
  .navi-area .navi a:last-child {
    padding-bottom: 58px;
  }
  .navi-area .navi a:hover {
    color: #EB5B27;
  }
  .navi-area .navi a.active, .navi-area .navi a.active:hover {
    color: #EB5B27;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .navi {
    margin-bottom: 25px;
  }
  .navi-area .navi a {
    margin-right: 13px;
    padding-bottom: 3px;
  }
  .navi-area .navi a:last-child {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .navi {
    margin-bottom: 26px;
  }
  .navi-area .navi a {
    margin-right: 29px;
    padding-bottom: 3px;
  }
  .navi-area .navi a:last-child {
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navi-toggle {
    position:absolute;
    right: 20px;
    top: 21px;
    height:30px;
    width:30px;
    background-image: url(../images/symbols/hamburger.png);
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(255,0,0,0);
  }
  .menu-wrapper-changeable .navi {
    overflow: hidden;
  }
  .menu-wrapper-changeable.open .navi {
    max-height: 1000px;
    animation-duration: 800ms;
    animation-name: toggleNavi_open;
  }
  @keyframes toggleNavi_open {
    0% {
      max-height: 0px;
    }
    100% {
      max-height: 1000px;
    }
  }
  .menu-wrapper-changeable.closed .navi {
    max-height: 0px;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-style: solid;
  border-width: 1px;
}
.button-finder-pre {
  border-color: transparent;
  margin: 0px 8px 0px 30px;
}

.button-finder {
  width: 270px;
  text-transform: uppercase;
  border-color: #FFFFFF;
  margin: 0px 20px 0px 20px;
  cursor: pointer;
}

.button-finder:after {
  content: '\27F6' ;
  font-size: 32px;
  margin-left: 30px;
  margin-bottom: 7px;
  font-weight: lighter;
}

.wrapper-tiles-standard .button,  
.wrapper-one-single-tile .button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  border-width: 1px 0px 0px 0px;
  border-color: #FFFFFF;
}
.wrapper-tiles-standard .button:after, 
.wrapper-one-single-tile .button:after {
  content: '\27F6' ;
  font-size: 32px;
  margin-left: 19px;
  margin-bottom: 7px;
  font-weight: lighter;
}

@media screen and (max-width: 767px) {
  .button-finder-pre {
    display: none;
  }
  .button-finder {
    width: 73%;
    margin: 0 auto;
  }
  .button-finder.mobile-only {
    margin-top: 18px;
    margin-bottom: 12px;  /* 12 plus 48 (margin-top tile) = 60 */
  }
  @media screen and (max-width: 374px) {
    .button-finder:after {
      font-size: 27px;
      margin-left: 2vw;
    }
    .wrapper-tiles-standard .button:after, 
    .wrapper-one-single-tile .button:after {
      font-size: 27px;
      margin-left: 1.5vw;
    }
  }
}


.two-cols {
  display: flex;
  background-color: rgba(0,240,2,0);
}


.full-width {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; 
  background-color: rgba(0,240,160,0); 
}


/* FORMULAR BLOCK */

.form-wrapper .col-left {
  margin: 128px 86px 0px 88px;
  width: 212px;
}
.form-wrapper .col-right {
  margin: 80px 0px 24px 0px;
  width: calc(100% - 476px);       /*  212 + 174 + 62 + 28  */
}

.form-wrapper .open-text {
  min-height: 48px;
  background-color: rgba(0,20,240,0);
}
.form-wrapper .form-two-cols {
  margin-top: 32px;
  display: flex;
  background-color: rgba(0,180,20,0);
}
.form-wrapper .form-two-cols > div:first-child {
  width: 300px;
  margin-right: 28px;
  background-color: rgba(0,180,20,0);
}
.form-wrapper .form-two-cols > div:last-child {
  width: calc(100% - 328px);
  background-color: rgba(0,0,240,0);
}

.form-wrapper .avatar-image {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-left: 0px;
  margin-bottom: 40px;
}
.form-wrapper .avatar-text {
  width: 100%;
  margin-left: 0px;
  text-align: center;
  background-color: rgba(0,0,240,0);
}
.form-wrapper .avatar-text p {
  line-height:1.5;
  margin: 0px;
}
.form-wrapper .avatar-text p .avatar-name {
  display: blocK;
  margin-bottom: 0px;
}
.form-wrapper .avatar-text a {
  color: #FFFFFF;
}
.form-wrapper .form-buttons {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 328px);
  margin-left: 328px;
  margin-top: -4px;
}

.form-wrapper .button {
  text-transform: uppercase;
  border: 0px solid transparent;
  background-color: rgba(0,0,240,0);
}
.form-wrapper .button.button-submit:after {
  content: '\27F6' ;
  font-size: 32px;
  margin-left: 30px;
  margin-bottom: 7px;
  font-weight: lighter;
}
.form-wrapper .button.button-clear:before {
  content: '\00D7' ;
  font-size: 33px;
  margin-right: 11px;
  margin-bottom: 4px;
  font-weight: lighter;
}
.form-wrapper .button.button-submit.mailsent-success:after {
  color: #0fd651;
  content: '\2714';
  margin-left: 16px;
}
.form-wrapper .button.button-submit.mailsent-failed:after {
  color: #EB5B27;
  content: '\2718';
  margin-left: 16px;
}

@media screen and (max-width: 767px) {

  .form-wrapper .col-left {
    width: 62%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 72px;
    background-color: rgba(0,24,240,0);
  }
  .form-wrapper .col-right {
    margin: 62px 21px 0px 21px;
    width: calc(100% - 42px); 
    background-color: rgba(0,240,0,0);
  }
  .form-wrapper .avatar-image {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 42px;
  } 
  .form-wrapper .avatar-text {
    width: 140%;
    margin-left: -20%;
    text-align: center;
    background-color: rgba(0,0,240,0);
  } 
  .form-wrapper .avatar-text a {
    display:inline-blocK;
    margin-top: 12px;
  }
  
  .form-wrapper .form-two-cols {
    margin-top: 16px;
    display: unset;
    background-color: rgba(0,180,20,0);
  }
  .form-wrapper .form-two-cols > div:first-child, 
  .form-wrapper .form-two-cols > div:last-child {
    width: calc(100% - 4px);
    margin-right: 0px;
    background-color: rgba(0,180,20,0);
  }
  .form-wrapper .open-text {
    margin-left: 0px;
    margin-right: 0px;
  }
  .form-wrapper .form-buttons {
    width: 100%;
    margin-left: 0px;
    margin-top: -20px;
  }
  .button.button-submit:after {
    margin-left: 3.4vw !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {

  .form-wrapper .col-left {
    width: calc(27% - 46px);
    margin-left: 22px;
    margin-right: 24px;
    min-width: unset !important;
    margin-bottom: 60px;
  }
  .form-wrapper .col-right {
    width: calc(73% - 22px);
    margin-left: 0px;
    margin-right: 0px;
    min-width: unset !important;
  }
  .form-wrapper .avatar-image {
    width: 204px;
    padding-top: 204px;
    margin: 0 auto;
    margin-bottom: 36px;
  } 
  .form-wrapper .form-buttons {
    margin-bottom: 42px;
  }
  @media screen and (max-width: 979px) {      /* narrow tablet */
  
    .form-wrapper .col-left {
      margin-top: 96px;
    }
    .form-wrapper .form-two-cols > div:first-child {
      width: calc(50% - 20px) !important;
      margin-right: 10px;
      background-color: rgba(0,180,20,0);
    }
    .form-wrapper .form-two-cols > div:last-child {
      width: calc(50% - 0px) !important;
      margin-left: 10px;
      background-color: rgba(0,0,240,0);
    }
    .form-wrapper .avatar-image {
      width: 96%;
      padding-top: 96%;
    }
    .form-wrapper .form-buttons {
      width: 100%;
      margin-left: 0px;
    }
  } 
}
@media screen and (min-width: 1280px) {
  .form-wrapper {
    min-height:490x;
  }
}


.contact-wrapper {
  display: flex;
}

.contact-wrapper .col-left-contact {
  margin: 58px 60px 60px 60px;
  background-color: rgba(0,134,20,0);
}
.contact-wrapper .col-right-contact {
  display: flex;
  flex-wrap: wrap;
  margin: 58px 0px 60px 0px;
  background-color: rgba(0,14,120,0);
}
.contact-wrapper .col-right-contact .header-block {
  margin-bottom: 80px !important;
}

.contact-wrapper .col-left-contact h2, 
.contact-wrapper .col-left-contact h1 {
  margin-top: 0px;
  padding-top: 0px;
}

.contact-wrapper .avatar-image {
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  background-color: rgba(0,0,240,0);
  margin-bottom: 70px;
}

.contact-wrapper .avatar-text {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  background-color: rgba(0,134,20,0);
}
.contact-wrapper .avatar-text > div {
  margin-bottom: 8px;
}
.contact-wrapper .avatar-text p {
  margin: 0px 0px 8px 0px;
}

@media screen and (max-width: 767px) {

  .contact-wrapper {
    display: block;
  }
  .contact-wrapper .col-left-contact {
    display: none;
  }
  .contact-wrapper .col-right-contact {
    display: block;
    width: 62%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 64px;
    border-bottom: 20px solid transparent;
  } 
  .contact-wrapper .col-right-contact .header-block {
    width: 100%;
    border: 0px none !important;
  }
  .contact-wrapper .avatar-image {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 36px;
  }
  .contact-wrapper .avatar-text {
    display: block;
    width: 120%;
    margin-left: -10%;
    text-align: center;
    margin-bottom: 70px;
  }
  .contact-wrapper .section-headline {
    width: 20000px !important;
    margin-left: calc(-32%) !important;
    margin-top:  12px !important;
    margin-bottom: 62px !important;
    background-color: rgba(255,0,255,0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {

  .contact-wrapper {
    justify-content: space-between;
  }
  .contact-wrapper .col-left-contact {
    width: 249px;
    margin-left: 21px;
    margin-right: 0px;
  }

  .contact-wrapper .col-right-contact {
    width: calc(100% - 270px);   
    max-width: 923px;
    margin-left: 0px; 
    margin-right: 0px;
  } 
  .contact-wrapper .col-right-contact .header-block {
    width: calc(100% - 23vw - 8px);
    margin-left: calc(23vw) !important;
  }
  .contact-wrapper .avatar-image {
    width: 16.5vw;
    padding-top: 16.5vw;
    margin-left: calc(2vw);
    margin-right: calc(4.5vw);
  }
  .contact-wrapper .avatar-text {
    display: flex;
    align-items: center;
    width: calc(100% - 23vw);
    margin-left: 0px;
  }
  
  .contact-wrapper .section-headline {
    width: 20000px !important;
    margin-left: 0px !important;
    margin-top:  0px !important;
    margin-bottom: 62px !important;
    background-color: rgba(255,0,255,0);
  }
  
    @media screen and (max-width: 979px) {      /* narrow tablet */

      .contact-wrapper {
        justify-content: center;
      }
      .contact-wrapper .col-left-contact {
        display: none;
      }
      .contact-wrapper .col-right-contact {
        width: calc(100vw - 212px);
        margin-left: 0px; 
        margin-right: 0px;
      } 
      .contact-wrapper .col-right-contact .header-block {
        width: calc(100% - 212px - 11vw);
        margin-left: calc(212px + 11vw) !important;
      }
      .contact-wrapper .avatar-image {
        width: 212px;
        padding-top: 212px;
        margin-left: calc(4vw);
        margin-right: calc(7vw);
      }
      .contact-wrapper .avatar-text {
        width: calc(100% - 212px - 11vw);
      }
      .contact-wrapper .section-headline {
        margin-left: -85px !important;
      }
      
    }
}
@media screen and (min-width: 1280px) {

  .contact-wrapper .col-left-contact {
    width: 240px;                           /* 240 + 60 + 60 = 360  */
    margin: 58px 60px 60px 60px;
  }

  .contact-wrapper .col-right-contact {
    width: calc(100% - 360px - 60px);
  }

  .contact-wrapper .col-right-contact .header-block {
    width: calc(100% - 290px);
    margin: 0px 0px 80px 290px !important;
    border: 0px none !important;
  }
  .contact-wrapper .avatar-image {
    width: 212px;                     /*  LEFT  290  =  212 + 24 + 54  */
    padding-top: 212px;
    margin-left: 24px;
    margin-right: 54px;
  }
  .contact-wrapper .avatar-text {
    width: calc(100% - 290px);
  }

  .contact-wrapper .section-headline {
    width: calc(100% - 324px);
    margin-left: 0px !important;
    margin-top:  0px !important;
    margin-bottom: 62px !important;
    background-color: rgba(255,0,255,0);
  }
}

.contact-block {
  position: relative;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  background-color: rgba(0,255,3,0);
  border-top: 222px solid rgba(255,0,3,0);
}
.contact-block .portrait {
  display: flex;
  width: 100%;
  justify-content: center;
}
.contact-block .portrait .img-responsive {
  width: 212px;
  height: auto;
}
.contact-block .headine {
  border-bottom: 26px solid transparent;
}
.contact-block .text {
  border-top: 32px solid transparent;
  width: 100%;
  text-align: center;
}
.avatar-name {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .contact-block {
    width: 104%;
  }
}
@media screen and (min-width: 1280px) {
  .contact-block {
    margin-left: -10px;
  }
}

input,
textarea {
  min-height:46px;
  border-radius:5px;
  display:flex;
  align-items:center;
  line-height:1;
  color: #000000 !important;
  margin:0px 0px 20px 0px;
}
input::placeholder, 
textarea::placeholder {
  opacity: 1.0 !important;
  color: #000000 !important;
}

input.bg-white-opaque, 								/* BORDER 2 ! */
textarea.bg-white-opaque {						/* BORDER 2 ! */
  border: 2px solid rgba(255,255,255,0);
  background-color: rgba(255,255,255,0.7);
  padding-left:21px;
  width: calc(100% - 25px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  input.bg-white-opaque, 	
  textarea.bg-white-opaque {
    padding-left: 1.4vw;
    width: calc(100% - 4px - 1.4vw);
  }
}
textarea.bg-white-opaque {
  padding-top:17px;
  padding-bottom:21px;
}

input.red,
textarea.red {
  border-color:#EB5B27 !important;
}
input:focus, textarea:focus, select:focus{
  outline: none !important;
}
input[type="text"],
input[type="password"],
textarea {
	-webkit-appearance: none;
}
textarea.bg-white-opaque {
  height: 82px;                /*   119 minus 38   DESKTOP, TABLET  */
}

#ccm-file-set-list input[type="checkbox"], 
.checkbox input[type="checkbox"],  
.radio input[type="radio"] {     /* Files DASHBOARD normal ! */
  min-height: unset;
  margin-top: 2px;
}








.col-left {
  background-color: rgba(255,26,26,0);
}

.col-right {
  background-color: rgba(2,26,240,0);
}

.opt-L {
    background-color: rgba(255,0,23,0) !important
}
  
.opt-R_left {
    background-color: rgba(0,0,196,0);
  }
  
.opt-R_right {
    background-color: rgba(2,180,89,0); 
  }

.section.bg-white + .section.bg-black-90 {
  border-top: 60px solid #FFFFFF;
}
.section.bg-black-90 + .section.bg-white {
  border-top: 60px solid #1A1A1A;
}

.section.following-noborder + .section.bg-white, 
.section.following-noborder + .section.bg-black-90 {
  border-top: 0px none;
} 

.tile {
  position: relative; 
}

.tile .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;  
}

.tile .link, 
.tile .text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(2,26,240,0);  
}

.wrapper-universal {
  position: relative;
}

.wrapper-universal .tile .image, 
.wrapper-one-single-tile .image {
  padding-top: 100%;  
}
.wrapper-tiles-filaments .tile .image {
  background-color: #E6E6E6;  
}
.wrapper-tiles-filaments .tile {
  cursor: pointer;  
}

.wrapper-universal .triptychon .tile img {
  width: 100%;
}

.template-filaments ul {
  display: block;
  margin-left: 0px;
  padding-left: 20px;
}

.section-headline {
  color: #1A1A1A; 
  border-bottom: 1px solid #989898;
  border-left: 61px solid #333333;
  min-height: 28px;
  padding-left: 21px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.template-filaments .side-menu a {
  display: block;
  color: #333333;
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid #333333;
}
.template-filaments .side-menu a span {
  display: block;
  margin-left: 0px;
  margin-right: 18px;
}

.template-filaments .side-menu a.selected {
  background-color: #E6E6E6;
}
.template-filaments .side-menu a.selected span {
  margin-left: 21px;
}

.template-filaments .download-link {
  color: #333333;
  text-decoration: none;
  display: block;
  min-height: 42px;
  background-image: url(../images/icons/download-data.png);
  background-size: auto;
  background-position: left 1px;
  background-repeat: no-repeat;  
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.template-filaments .download-link > span {
  display: inline-block;
  margin-left: 46px;
  line-height: 1.24;
}

.layout-row:last-child .two-cols {
  /*
  border-bottom: 24px solid brown;
  */                                    /*  obsolete, footer ? abschluss unten */
}

.template-filaments.images img {
  height: auto;
  display: block;
}
.template-filaments.images .grid-sizer {
  width: 2px;
}

.grid-item-0 {
  width: unset !important;
  min-width: unset !important;
}
.grid-item-2 {
  width: 37%;     /* 37 */
}
.grid-item-1 {
  width: 63%;
}
.grid-item-3 {
  width: 100%;
}
.masonry-block-gallery img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  
  .template-filaments.images .image-gallery {             /* masonry : .col-right.image-gallery */
    margin-left: -21px;
    width: calc(100% + 42px);
    overflow: hidden;
  } 
  .type-4 .col-right > .masonry-block-gallery {             /* masonry : inside type-4 */
    margin-left: 0px;
    width: 100%;
  } 
  .template-filaments.images .image-gallery img {         /* masonry */
    width: calc(100% - 80px);
    height: auto;
  }
  .masonry-grid-gallery {
    width: calc(100% + 60px);
  }
  .grid-item-2 {
    width: 100%;
  }
  .grid-item-1 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {

  .masonry-grid-gallery {                                 /* masonry */
    width: calc(100% + 23px); /* 21 left plus 2px more... */
  }
  @media screen and (max-width: 979px) {
    .template-filaments.images .image-gallery {            /* masonry : .col-right.image-gallery */
      margin-left: -21px;
    }
  }
}
@media screen and (min-width: 1280px) {
  .masonry-grid-gallery {                                 /* masonry */
    width: calc(100% + 60px);
  }
}

.finder-icon .icon {
  background-image: url(../images/ffinder-icon.png);
}



@media screen and (max-width: 767px) {
  .two-cols {
    /*
    background-image: url(../images/hilfe/start_block1_mobile.jpg);
    */
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat; 
    border-top: 58px solid transparent;  /* g o l d */
  }
  .section.bg-white + .section.bg-black-90 {
    border-top: 30px solid #FFFFFF;
  }
  .section.bg-black-90 + .section.bg-white {
    border-top: 30px solid #1A1A1A;
  }
  .col-left {
    display: block;
    width: 100%;
  }
  .col-left > div {
    margin: 0px 21px 0px 21px;
    background-color: rgba(0,240,2,0);
  }

  .col-left h2, 
  .col-right h2, 
  .col-left .like-h2, 
  .col-right .like-h2 {
    margin-top: -8px;
    margin-bottom: 19px;
    display: block;
  }
  .col-right {
    width: 100%;
  }
  .col-right > div {
    margin: 0px 20px 0px 20px;
    background-color: rgba(240,240,2,0);
    border-bottom: 20px solid transparent;
  }
  .template-filaments .col-right > div {
    border-bottom: 0px none;
  }
  
  .button.button-finder.mobile-only {
    margin-bottom: 0px;
  }

  .col-right div.wrapper-tiles-standard {
    width: calc(73% + 32px);  /*  108 minus 2  */
    margin: 0 auto;
    margin-top: 0px;
    background-color: rgba(0,240,2,0);
  }

  .wrapper-tiles-standard .tile { 
    margin-top: 48px;
    background-color: rgba(0,240,2,0);
  }
  .wrapper-tiles-standard .tile:first-child, 
  .wrapper-one-single-tile .tile { 
    margin-top: 16px;
  }
  .wrapper-tiles-standard .tile h2, 
  .wrapper-one-single-tile .tile h2 {
    margin-top: 19px;
    border-bottom: 60px solid rgba(255,0,2,0);
  }

  .wrapper-tiles-filaments .tile { 
    margin-bottom: 23px;
  }
  .wrapper-tiles-filaments .tile .image {
    padding-top: 35.4%;
  }
  
  .line-parted.desktop-only-left div:first-child {

  }
  .line-parted.desktop-only-left div:last-child {
    display: none;
  }
  
  /* ////////////////////// AUTO ////////////////////////////////////// */

  .auto-width .col-right .line-parted.order-proper > div:last-child {
    border-top: 42px solid transparent;
  }
  .auto-width .line-parted.order-reverse > div:first-child {
    border-top: 42px solid transparent;
  }
  .auto-width .col-right .line-parted.order-reverse {
    display: flex;
    flex-direction: column-reverse;   /* Bild oben, Text unten */
  }
  .auto-width .col-right .line-parted.order-reverse.mobile-proper {
    display: flex;
    flex-direction: column;           /* Text oben, Bild unten */
  }
  .auto-width .col-right .line-parted.order-reverse.mobile-proper .opt-R_left {
    border-top: 0px none;
  }
  
  .auto-width .col-right .line-parted.order-proper  > div:last-child img, 
  .auto-width .col-right .line-parted.order-reverse > div:first-child img {
    width: 100%;
    height: auto;
  }
  
  /* ////////////////////// AUTO ////////////////////////////////////// */
  
  @media screen and (max-width: 380px) {
    .wrapper-tiles-filaments .tile .image {
      min-height: calc(380px - 100vw);
    }
  }
  
  .wrapper-tiles-filaments .tile .text {
    padding: 0px 10px 20px 19px; 
    width: calc(100% - 29px); 
  }
  .wrapper-tiles-filaments .tile h3 {
    margin-top: 0px; 
    margin-bottom: 2px;  
  }
  

  .finder-icon {
    position: relative; 
  }
  .finder-icon .icon {
    width: 136px;
    height: 136px;
    margin: 0 auto;
    margin-top: -18px;
    background-size: auto 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: rgba(25,180,2,0);
    opacity: 1;
  }
  .finder-icon .like-h2 {
    border-top: 30px solid transparent;
    border-bottom: 16px solid transparent;
    line-height: 1.0;
    text-align: center;
    background-color: rgba(25,180,2,0);
  }
  .box-grey {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #E6E6E6;
    padding: 40px 46px 40px 46px;
    margin-bottom: 100px;
  }
  .box-grey .button-finder {
    position: absolute;
    top: 152px;
    right: 0px;
    width: 122px;
  }
  .box-grey .button-finder.button:after {
    margin-left: 16px;
  }
  .box-grey .ffinder-select {
    width: 100%;
  }
  .scroll-v {
    display: flex;
    align-items: flex-end;
    margin-top: 0px !important;
    background-color: rgba(25,180,2,0);
  }

  .section-headline-outer {
    width: calc(100% - 21px);
    margin-left: 21px;
    background-color: rgba(25,180,2,0);
  }
  .section-headline {
    width: calc(100% - 83px);
    margin-left: 0px;
    margin-top: 58px;
    margin-bottom: -23px;
  }
  .like-section-headline {
    display: block;
    width: calc(100% - 60px);
    margin-top: 0px;
    margin-bottom: 38px;
    background-color: rgba(25,180,2,0);
  }
  .template-filaments.auto-width .col-right .line-parted.order-proper > div:last-child {
    overflow: visible;
  }
  .wrapper-layout-area.two-cols.auto-width.template-filaments.images {
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
  }
  .template-filaments .content-1 {
    margin-top: 50px;
    background-color: rgba(25,180,2,0);
  }

  .right-slot-1 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .right-slot-1 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 500px;
    background-color: rgba(0,10,200,0);
  }
  
  .type-4 .col-right > p,  
  .type-4 .col-right > h1,  
  .type-4 .col-right > h2,  
  .type-4 .col-right > h3,  
  .type-4 .col-right > ul {
    display: block;
    margin-left: 21px;
    margin-right: 19px;
  }
  
  /* Triptychon: Image, Headline, Text ///////////////  */
  .wrapper-universal .triptychon .tile {
    border-bottom: 50px solid transparent;
  } 
  .wrapper-universal .triptychon .tile img + p {
    margin-top: 36px;
  } 
  .wrapper-universal .triptychon .tile h1,
  .wrapper-universal .triptychon .tile h2, 
  .wrapper-universal .triptychon .tile h3 {
    margin-top: 36px;
    margin-bottom: 19px;
    line-height: 1.14;
  }
  .grid-item-0 img {
    width: 100% !important;
    min-width: 100% !important;
  }
  
  .center-block-mobile {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    background-color: rgba(25,180,200,0);
  }
  .indent-block-mobile {
    width: 62%;
    margin: 0 auto;
    background-color: rgba(25,180,200,0);
  }
  
  .desktop-only {
    display: none;
  }
  .mobile-none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .two-cols {
    justify-content: space-between;
    border-top: 60px solid transparent;   /* g o l d */
  }
  .col-left {
    display: block;
    min-width: 240px;
    width: calc((100vw - 293px) * 0.27);
  }
  .col-left > div {
    margin: 0px 20px 0px 21px;
    background-color: rgba(25,180,200,0);
  }
  .col-right {
    width: calc(100vw - 293px);   /* 270 plus 23 R */
    max-width: 900px;   /* 923 minus 23 R */
    margin-right: 23px;
  }
  
  .wrapper-layout-area.template-filaments {
    /*
      background-size: auto;
      background-position: top left;
      background-repeat: no-repeat;
      background-image: url(../images/hilfe/filaments-tablet.png);
    */
  }
  
  .col-right > div {
    margin-bottom: 0px;
  }
  .col-left h2, 
  .col-right h2 {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .border-bottom {
    border-bottom: 2px solid #808080;
  }
  .col-right.border-bottom > div {
    margin-bottom: 58px;
  }
  
  .template-filaments .headline {
    margin-top: -8px;
    margin-bottom: 3px;
  }
  .template-filaments .subline {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .template-filaments .content-1, 
  .template-filaments .side-menu {
    margin-top: 36px;
    background-color: rgba(25,180,2,0);
  }
  .template-filaments .content-2 {
    margin-top: 30px;
    background-color: rgba(250,10,2,0);
  }
  .template-filaments .content-3 {
    margin-top: 60px;
    background-color: rgba(2,10,245,0);
  }
  .right-slot-1 {
    margin-top: 78px;
  }
  .right-slot-2 {
    margin-top: 78px;
    background-color: rgba(2,10,245,0);
  }
  
  .line-parted.order-reverse {
    display: flex;
    width: calc(105.6%);        /* width == .wrapper-universal */
  }
  .line-parted.order-reverse > div:first-child {
    width: 29.84%;              /* width == .tile */
    margin-right: 2.6%;     
    background-color: rgba(25,25,25,0); 
  }  
  .line-parted.order-reverse > div:last-child {
    width: 62.4%;
    background-color: rgba(25,25,25,0);
  }
  
  .wrapper-universal {
    margin-bottom: -22px !important;  /* tile margin bottom: standard=30, filaments=22 */
    width: calc(105.6%);
  }
  .wrapper-universal.bottom-zero {
    margin-bottom: 0px !important;
  }
  .wrapper-universal > div {
    display: flex;
    flex-wrap: wrap;
  }
  .wrapper-universal .tile { 
    width: 29.84%;
    background-color: rgba(0,240,2,0); 
    margin-right: 2.6%;
  } 
  .wrapper-tiles-standard .tile,  
  .wrapper-one-single-tile .tile { 
    margin-bottom: 31px;
  }
  .wrapper-tiles-standard .tile h2 {
    margin-top: 19px; 
    margin-bottom: 57px; 
  } 
  .wrapper-one-single-tile .tile h2 {
    margin-top: 19px; 
    margin-bottom: 0px;
    border-bottom: 57px solid transparent; 
  }
  
  .wrapper-tiles-filaments .tile { 
    margin-bottom: 22px;
  }
  .wrapper-tiles-filaments .tile .image {
    /* background-image: url(../images/hilfe/hilfe-tile-filament.png); */
  }
  .wrapper-tiles-filaments .tile .text {
    padding: 0px 10px 20px 19px; 
    width: calc(100% - 29px); 
  }
  .wrapper-tiles-filaments .tile h3 {
    margin-top: 0px; 
    margin-bottom: 2px;  
  } 

  .line-parted.desktop-only-left div:last-child {
    display: none;
  }
  
  /* ////////////////////// AUTO - tablet ////////////////////////////////////// */
  
  .auto-width .line-parted {
    display: flex;
    width: 100%;        /* width == .wrapper-universal */
  }

  .auto-width .line-parted.order-proper > div:first-child {
    width: unset;
    padding-right: 22px;
  }  
  .auto-width .col-right .line-parted.order-proper > div:last-child {
    min-width: 31.6%;
    max-width: 31.6%;
    overflow: hidden;
  }
  .auto-width .line-parted.order-reverse > div:first-child {
    min-width: 31.6%;
    max-width: 31.6%;
    margin-right: 22px;
    overflow: hidden;
  }  
  .auto-width .col-right .line-parted.order-reverse > div:last-child {
    width: unset;
  }
  
  .auto-width .line-parted.order-proper  > div:last-child img , 
  .auto-width .line-parted.order-reverse > div:first-child img {
    width: 100%;
    height: auto;
  }
  
  /* ////////////////////// AUTO - tablet ////////////////////////////////////// */
  
  .section-headline-outer {
    background-color: rgba(25,180,2,0);
    float: right; 
    width: calc(100vw - 270px);
    max-width: 923px;
  }
  .section-headline {
    width: calc(100% - 83px);
    margin-left: 0px;
    margin-top: 61px;
    margin-bottom: -23px;
  }
  .like-section-headline {
    display: block;
    width: calc(100% + 21px) !important;  /* tablet normal + narrow ! */
    margin-left: 0px;
    margin-top: -4px;
    margin-bottom: 32px;
    background-color: rgba(25,180,2,0);
  }
  .template-filaments.auto-width .col-right .line-parted.order-proper > div:last-child {
    overflow: visible !important;  /* tablet normal + narrow ! */
  }
  
  /* Triptychon: Image, Headline, Text ///////////////  */
  .wrapper-universal .triptychon .tile {
    border-bottom: 30px solid transparent;
  } 
  .wrapper-universal .triptychon .tile img + p {
    margin-top: 19px;
  } 
  .wrapper-universal .triptychon .tile h1,
  .wrapper-universal .triptychon .tile h2, 
  .wrapper-universal .triptychon .tile h3 {
    margin-top: 19px;
    margin-bottom: 19px;
    line-height: 1.14;
  }
  
  .wrapper-layout-area.two-cols.auto-width.template-filaments.images {
    border-top: 40px solid transparent;
    border-bottom: 60px solid transparent;
  }
  
  .indent-block-mobile {
    margin-left: 0px;
    background-color: rgba(25,180,200,0);
  }
  
  @media screen and (max-width: 979px) {      /* narrow tablet */

    .col-left {
      min-width: unset;
      width: calc(32.4%);
    }
    .col-left > div {
      margin: 0px 0px 0px 21px;
      background-color: rgba(25,180,200,0);
    }
    .col-right {
      width: calc(65.0% - 23px);
      min-width: unset;
      margin-right: 23px;
      margin-left: 2.6%;
    }
  
    .tablet-none {
      display: none !important;
    }
    .tablet-none + .col-right {
      width: calc(100% - 44px);
      margin-left: 21px;
      max-width: unset;
    }
    .tablet-wrap-980 {
      width: 100%;
    }
    .tablet-wrap-980 > div {
      padding-bottom: 31px;
    }
    .tablet-wrap-980 + .col-right {
      width: calc(100% - 44px);
      margin-left: 21px;
      max-width: unset;
    }
    
    .scroll-v {
      margin-top: 0px !important;
    }

    .wrapper-tiles-filaments .tile { 
      margin-bottom: 2.6vw;
    }
    
    /* ////////////////////// AUTO --- narrow tablet - max-width: 979 ////////////////////////////////////// */
    
    .auto-width .line-parted {
      width: calc(100%) !important;        /* width == .wrapper-universal */
      border-bottom: 0px solid transparent;
    }
    .auto-width .col-left {
      display: block;
      width: 100%;
      margin: 0px 20px 0px 21px;
    }
    .auto-width .col-left > div {
      display: block;
      width: 100%;
      margin: 0px 20px 0px 0px;
      background-color: rgba(25,25,215,0);
    }
    .auto-width .col-right {
      display: block;
      width: 100%;
      margin-left: 20px;
      padding: 0px;
      max-width: unset;
      background-color: rgba(25,245,12,0);
    }
    .auto-width .line-parted.order-proper > div:first-child {
      width: unset;
      padding-right: 0px;
    }  
    .auto-width .col-right .line-parted.order-proper > div:last-child {
      width: unset;
      margin-left: 2.6%;
      overflow: hidden;
    }
    
    .auto-width .line-parted.order-reverse > div:first-child {
      width: unset;
      padding-right: 2.8%;
      margin-right: 0px !important;
    }  
    .auto-width .col-right .line-parted.order-reverse > div:last-child {
      width: unset;
      margin-left: 0px !important;
      /*
      background-color: tomato;
      */
      overflow: hidden;
    }
    
    .auto-width .col-left {
      padding-bottom: 23px;
    }
    
    /* ////////////////////// AUTO --- narrow tablet - max-width: 979 ////////////////////////////////////// */
    
    .section-headline-outer {
      width: calc(100% - 21px);
      margin-left: 21px;
      float: unset;
      background-color: rgba(25,180,2,0);
    }
    .section-headline {
      width: calc(100% - 83px);
      margin-left: 0px;
      margin-top: 61px;
      margin-bottom: -23px;
    }
    .like-section-headline {
      margin-bottom: 32px;
    }
  }                                             /* narrow tablet */
  
  .finder-icon {
    min-width: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 12px;
    background-color: rgba(255,10,2,0);
  }
  .finder-icon .icon {
    width: 64%;
    padding-top: 64%;
    background-size: auto 100%;
    background-position: top 50%;
    background-repeat: no-repeat;
    background-color: rgba(25,180,2,0);
  }
  .finder-icon .like-h2 {
    margin-top: 12px;
    line-height: 1.0;
    text-align: center;
  }
  .box-grey {
    display: flex;
    align-items: center;
    background-color: #E6E6E6;
    padding: 40px 30px 40px 28px;
  }
  @media screen and (max-width: 800px) {
    .box-grey {
      justify-content: space-between;
    }
  }
  .box-grey .button-finder {
    width: 122px;
    margin-left: 25px;
    margin-right: 0px;
  }
  .box-grey .button-finder.button:after {
    margin-left: 16px;
  }
  .box-grey .ffinder-select {
    min-width: 253px;
    width: 36%;
  } 

  .scroll-v {
    display: flex;
    align-items: flex-end;
    background-color: rgba(25,180,2,0);
  }
  
  .wrapper-layout-area.template-filaments.two-cols.images {   /* images ! */
    border-width: 0px 0px 60px 0px; 
  }
  
  .grid-item-0 img {
    width: unset !important;
    min-width: unset !important;
  }
  
  .mobile-only, 
  .desktop-only {
    display: none;
  }
  
}
@media screen and (min-width: 1280px) {
  
  .two-cols {
    border-top: 60px solid transparent;   /* g o l d */
  }
  
  .col-left {
    display: block;
    width: calc(100% - 923px);
  }
  .col-left > div {
    position: relative;
    margin: 0px 70px 60px 60px;
    background-color: rgba(255,0,2,0);
  }
  .col-right {
    display: block;
    width: 865px; /* 923 minus 58 R */
  }
  .col-right > div {
    background-color: rgba(25,180,2,0);
  }

  .col-left h2, 
  .col-right h2 {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  
  .template-filaments .headline {
    margin-top: -8px;
    margin-bottom: 3px;
  }
  .template-filaments .subline {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .template-filaments .content-1, 
  .template-filaments .side-menu {
    margin-top: 36px;
    background-color: rgba(25,180,2,0);
  }
  .template-filaments .content-2 {
    margin-top: 30px;
    background-color: rgba(250,10,2,0);
  }
  .template-filaments .content-3 {
    margin-top: 60px;
    background-color: rgba(2,10,245,0);
  }
  .right-slot-1 {
    margin-top: 64px;
  }
  .right-slot-2 {
    margin-top: 64px;
  }
  
  .border-bottom {
    border-bottom: 2px solid #808080;
  }
  .col-right > div {

  }
  .col-right.border-bottom > div {
    margin-bottom: 58px;
  }
  
  
  .line-parted {
    display: flex;
    justify-content: space-between;
  }
  .line-parted.order-proper > div:first-child {
    width: 568px;
  }  
  .line-parted.order-proper > div:last-child {
    width: 268px;
  }
  .line-parted.order-reverse > div:first-child {
    width: 268px; 
  }  
  .line-parted.order-reverse > div:last-child {
    width: 568px;
  }
  
  /* ////////////////////// AUTO ////////////////////////////////////// */

  .auto-width .line-parted.order-proper > div:first-child {
    width: unset;
    padding-right: 26px;
  }  
  .auto-width .col-right .line-parted.order-proper > div:last-child {
    min-width: 268px;
  }
  .auto-width .line-parted.order-reverse > div:first-child {
    min-width: 268px;
    padding-right: 29px;
  }  
  .auto-width .col-right .line-parted.order-reverse > div:last-child {
    /*
    width: unset;
    wieso war das hier ?
    */
  }
  .auto-width .col-right .line-parted.order-proper  > div:last-child img, 
  .auto-width .col-right .line-parted.order-reverse > div:first-child img, 
  .template-filaments .col-right .line-parted.order-proper  > div:last-child img {
    width: 100%;
    height: auto;
  }
  
  /* ////////////////////// AUTO ////////////////////////////////////// */
  
  .wrapper-universal {
    margin-bottom: 29px;  /* 60 minus 31 ( margin-bottom tile )  */
    width: calc(100% + 57px);
    margin-bottom: -30px;
  }
  .wrapper-universal.bottom-zero {
    margin-bottom: 0px;
  }
  .wrapper-universal > div {
    display: flex;
    flex-wrap: wrap;
  }
  .wrapper-universal .tile { 
    width: calc(32.4% - 30px);
    margin-right: 30px;
  }
  .wrapper-one-single-tile .tile {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .wrapper-one-single-tile .link {
    position: relative;
    bottom: unset;
  }
  .wrapper-tiles-standard .tile { 
    margin-bottom: 31px;
  }
  .wrapper-tiles-standard .tile h2 {
    margin-top: 19px; 
    margin-bottom: 57px; 
  }
  .wrapper-one-single-tile .tile h2 {
    margin-top: 19px; 
    margin-bottom: 16px; 
  }
  
  .wrapper-tiles-filaments .tile { 
    margin-bottom: 22px;
  }
  .wrapper-tiles-filaments .tile .image {
    /* background-image: url(../images/hilfe/hilfe-tile-filament.png); */
  }
  .wrapper-tiles-filaments .tile .text {
    padding: 0px 20px 20px 20px; 
    width: calc(100% - 40px); 
  }
  .wrapper-tiles-filaments .tile h3 {
    margin-top: 0px; 
    margin-bottom: 2px;  
  }

  .finder-icon {
    position: absolute;
    min-width: 245px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    top: -48px;
    left: 12px;
    background-color: rgba(25,180,2,0); 
  }
  .finder-icon .icon {
    width: 58%;
    padding-top: 56%;
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: rgba(25,180,2,0);
  }
  .finder-icon .like-h2 {
    margin-top: 0px;
    line-height: 1.0;
  }
  .box-grey {
    display: flex;
    align-items: center;
    background-color: #E6E6E6;
    padding: 40px 30px 40px 28px;
  }
  .box-grey .button-finder {
    width: 122px;
    margin-left: 25px;
  }
  .box-grey .button-finder.button:after {
    margin-left: 16px;
  }
  .box-grey .ffinder-select {
    width: 300px;
  }

  .section-headline-outer {
    width: 1160px; /* 1280 minus 2 x 60 */
    margin: 0 auto;
  }
  .section-headline {
    width: 782px;       /* border=60 + padding=20 + 297=margin-left */
    margin-left: 297px;
    margin-top: 61px;
    margin-bottom: -23px;
  }
  .like-section-headline {
    display: block;
    width: calc(100% - 20px);
    margin-left: 0px;
    margin-top: -4px;
    margin-bottom: 32px;
    background-color: rgba(25,180,2,0);
  }
  
  .scroll-v {
    display: flex;
    align-items: flex-end;
    background-color: rgba(25,180,2,0);
  }
  
  /* Triptychon: Image, Headline, Text ///////////////  */
  .wrapper-universal .triptychon .tile {
    border-bottom: 30px solid transparent;
  } 
  .wrapper-universal .triptychon .tile img + p {
    margin-top: 19px;
  } 
  .wrapper-universal .triptychon .tile h1,
  .wrapper-universal .triptychon .tile h2, 
  .wrapper-universal .triptychon .tile h3 {
    margin-top: 19px;
    margin-bottom: 19px;
    line-height: 1.14;
  }
  
  .wrapper-layout-area.two-cols.auto-width.template-filaments.images {
    border-top: 40px solid transparent;
    border-bottom: 60px solid transparent;
  }
  
  .grid-item-0 img {
    width: unset !important;
    min-width: unset !important;
  }
  
  .mobile-only, 
  .tablet-only {
    display: none;
  }
}



/* /////////////////////////// FARBEN ///////////////////////// */

/* font-color */

.color-red {
  color: red;
}

.color-black {
  color: #333333;
}

.color-white {
  color: #FFFFFF;
}

.bg-black-90 .button {
  color: #FFFFFF;
}
.bg-white .button {
  color: #333333;
}

.bg-red {
  background-color: red !important;
  color: #FFFFFF;
}

.bg-black-90 {
  background-color: #1A1A1A !important;
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF !important;
  color: #333333;
}

.bg-grey {
  background-color: #707070;
}

.bg-control {
  background-color: #92f506 !important;
  color: blue;
}

.bg-black-90 .section-headline {
  color: #FFFFFF; 
  border-color: #FFFFFF;
}

/* BUTTON colors */
.bg-black-90 .wrapper-tiles-standard .button, 
.bg-black-90 .wrapper-one-single-tile .button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.bg-white .wrapper-tiles-standard .button, 
.bg-white .wrapper-one-single-tile .button, 
.box-grey .button {
  color: #333333;
  border-color: #333333;
}

.wrapper-universal > p {
  /*
  background-color: #cb0d28 !important;
  color: white;
  padding: 2px;
  */
  padding-bottom: 30px;
  padding-right: 6%;
}

p {
  margin-top:0px;     /* ABSATZ */
}

* p:last-child {
  margin-bottom:0px;     /* ABSATZ */
}

a {
  text-decoration:none;
  color: #EB5B27;  /* ORANGE */
}
.nowrap {
  white-space:  nowrap;
}

.template-filaments .content > h3, 
.template-filaments .content > .like-h3 {
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: -2px;
  color: #222222;
}

.template-filaments .content > h3 + p, 
.template-filaments .content > .like-h3 + p {
  margin-top: 18px;
}

.layout-info {
  position: absolute;
  top: 4px;
  left: -3px;
  background-color: #335b8a;
  border-radius: 5px;
  padding: 4px 6px 4px 6px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1;
  display: none;
  z-index: 300;
  align-items: center;
}

.empty {
  max-width: 1px !important;
  min-width: unset !important; 
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
  border-top: 0px none !important;
  border-bottom: 0px none !important;
}

.show-template {
  position: absolute;
  top: 4px;
  left: 4px;
  color: red;
  font-size: 13px;
  background-color: rgba(255,255,255,0.8);
  z-index: 2000;
}

.layout-info.warning {
  display: none;
}

.not-4 .warning.in-4, 
.not-7 .warning.in-7 {
  display: flex;
  align-items: center;
  left: 8px;
  z-index: 300;
}

/* OVERLAY */

/* OVERLAY */
#overlayBG {
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  height:calc(100vh);
  width:100%;
  z-index:1000;
  /* background-color: rgba(7,78,129,0.8); */
  background-color: #000000;
  opacity:0.2;
  animation-duration: 400ms;
  animation-name: fadeOverlayBG_in;
  
  /*
  display: block;
  */
}
@keyframes fadeOverlayBG_in {
  0% {
    opacity:0;
  }
  100% {
    opacity:0.2;
  }
}
#overlay,
.overlay {
  display:none;
  position:absolute;
  justify-content: center;
  align-items: center;
  top:0px;
  left:-1px;
  min-height:calc(100vh);
  width:1px;
  z-index:1001;
  width:100%;
  background-color:rgba(255,0,0,0);
  
  /*
  display: block;
  display: flex;
  width: 100%;
  left: 0px;
  overflow: visible;
  max-height: unset;
  */
}

.overlay .content-wrapper {
  border-top: 12px solid transparent;
  background-color: #FFFFFF;
  color: #333333;
}
@media screen and (max-width: 539px) {
  .overlay .content-wrapper {
    width: calc(100vw - 12px);
  }
}
@media screen and (min-width: 540px) {
  .overlay .content-wrapper {
    width: 480px;
  }
}

