html {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  min-height: 100%;
  overflow: auto;
  -moz-osx-font-smoothing: grayscale;
width: 100%;
padding-right: 0 !important;
font-size: 1.5vw;

 }

@media all and (min-width: 950px){
    html {
font-size: calc(8px + 0.8vw);
}
}

@media all and (max-width: 991px){
    html {
font-size: calc(14px + 0.5vmin);
}
}


body {
  background-color: #fff;
  margin-top: 0px;
  padding: 0;
  margin: 0 !important;
padding-right: 0 !important
margin:0;
min-height: 100%;
font-size: .9rem;
line-height: 1.9;
letter-spacing: .05em;
text-rendering: optimizeLegibility;

}


body {
    color: #1a1b1f;
    font-size: 16px;
    line-height: 28px;
}

a, img {
    display: block;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

a {
    transition: opacity .2s ease;
}

 a:link {
  background-color: transparent;
}

a:visited {
  background-color: transparent;
}

a:hover {
    text-decoration: none;
    color: white;
    
}

a:active {
  background-color: transparent;
  text-decoration: none;
}  


#loader-wrapper {
    display: none
}

.Anfang #loader-wrapper {
    display: block;
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

#loader {
    display: block;
    left: 50%;
    position: absolute;
    top: 47%;
    transform: translate(-50%, -50%);
}


#loadingbar {
    display: block;
    position: relative;
    left: 50%;
    top: 45%;
}


#loader-wrapper .loader-sextion {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: white;
    z-index: 999999999999999999999999999999999999999999999999999999;
}


/
#loader-wrapper .loader-section.section-left {
    left: 0;
}
 
#loader-wrapper .loader-section.section-right {
    right: 0;
}

#loader {
    z-index: 999999999999999999999999999999999999999999999999999999; 
}


.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
     -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
 }
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
     transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
 }

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader, .loaded .progresscontainer {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
 
        -webkit-transition: all 0.3s 1s ease-out;
                transition: all 0.3s 1s ease-out;
}

.no-js #loader-wrapper {
    display: none;
}
.no-js h1 {
    color: #222222;
}

.progresscontainer {

    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);

}


.progress{
    background-color: #e5e9eb;
    height: 0.15em;
    position: relative;
    width: 3em;
}

.progress-bar {
  animation-duration: 3s;
  animation-name: width;
  background-color: #cdaa72;
  background-size: 24em 0.25em;
  height: 100%;
  position: relative;
}



@keyframes width {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}



.logocenter {
  max-width: 80px !important;
}


.start-nav, .vertical-distributor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.start-nav{
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-position: 0 0;
}



.vertical-distributor {
    position: relative;
    display: flex;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 33px;
    padding-left: 33px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.vertical-distributor._3-logos {
    position: relative;
    z-index: 7;
    width: 25vw;
}

@media all and (max-width: 991px){
.vertical-distributor._3-logos, .vertical-distributor._3-logos.law {
    padding-right: 0;
    padding-left: 0;
}
}
@media all and (max-width: 767px){
.vertical-distributor {
    margin-right: -6vw;
    margin-left: -6vw;
    padding-right: 0;
    padding-left: 0;
}

.vertical-distributor._3-logos {
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}

@media all and (max-width: 479px){
.vertical-distributor._3-logos.law {
    margin-top: 20vh; /*auf dem server sieht es gut aus*/
    margin-right: 0;
    margin-left: 0;
}

.vertical-distributor._3-logos.impactup {
    margin-top: 53vh;
    margin-right: 0;
    margin-left: 0;
}
.vertical-distributor._3-logos {
    position: absolute;
    width: 90vw;
    height: 33vh;
    margin-top: 86vh;
    margin-right: 0;
    margin-left: 0;
}
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.first-impression-start, .footer-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
}
.contact-section, .expertise-full-list-collection-wrapper, .first-impression-start, .header-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.horizontal._3-logos-holder {
    position: relative;
    margin-bottom: 12vh;
    margin-left: 0;
    padding-right: 12.5vw;
    padding-left: 12.5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media all and (max-width: 991px){
.horizontal._3-logos-holder {
    margin-bottom: 15vh;
}
}

@media all and (max-width: 767px){
.horizontal._3-logos-holder {
    margin-top: 15vh;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
}

@media all and (max-width: 479px){
.horizontal._3-logos-holder {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    margin-top: 10vh;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
}





.horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 40px;
    padding-left: 4vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (max-width: 991px){
.horizontal {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}
@media all and (max-width: 479px){
.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
}

.black-text.point-text.subtitle-explanation {
    max-width: 90%;
    font-size: 10px;
}

.black-text.point-text {
    margin-left: 0;
    font-size: 12px;
}
.black-text.point-text {
    margin-top: 0;
    font-size: 13px;
    text-align: center;
}
.black-text {
    margin-top: 50px;
}
.black-text {
    margin-top: 63px;
    margin-bottom: 4px;
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 700;
    text-align: left;
}
.black-text, .footer-nav-link, .title {
    text-transform: uppercase;
}
.black-text, .button, .navigation-item, .title {
    letter-spacing: 2px;
}
.black-text, .main-h1.quote.nixquote {
    font-family: "FuturaBT-Light";
}
h1 {
    font-size: 96px;
}

h2 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 4px;
    font-family: "FuturaBT-Light";
}

h1, h2 {
    margin-bottom: 25px;
    line-height: 100%;
    margin-top: 25px;
}

@media all and (max-width: 479px){
h2 {
    font-size: 50px;
}
}

h3, h5 {
  
    margin-top: 0;
    font-weight: 400;

text-transform: uppercase;

}

h3, h4{
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

h5 {

    line-height: 20px;
    font-size: 12px;
    letter-spacing: 1.5px;
   margin-bottom: 0;
}


body, h1 {
    font-weight: 400;
}
h1 {
    margin: .67em 0;
        margin-top: 0.67em;
        margin-bottom: 0.67em;
        margin-left: 0px;
}
.black-text.point-text.subtitle-explanation {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    max-width: 75%;
    min-height: 12vh;
    padding-bottom: 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #dab967;
    font-family: "FuturaBT-Light";
    color: #aeb1bd;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.black-text.point-text {
    margin-top: 0;
    font-size: 13px;
    text-align: center;
}
.black-text {
    margin-top: 63px;
    margin-bottom: 4px;
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 700;

}
.black-text, .footer-nav-link, .title {
    text-transform: uppercase;
}


@media all and (max-width: 991px){
.black-text.point-text {
    margin-left: 0;
    font-size: 12px;
}

.black-text.point-text.subtitle-explanation {
    max-width: 90%;
}
}

@media all and (max-width: 767px){
.black-text.point-text {
    margin-left: 0;
    font-size: 11px;
}

.black-text.point-text.subtitle-explanation {
    min-height: 17vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
}

@media all and (max-width: 479px){
.black-text.point-text {
    position: absolute;
    width: auto;
    margin-bottom: 0;
    margin-left: 50px;
    font-size: 12px;

}

.black-text.point-text.subtitle-explanation {
    width: 90%;
    max-width: 100%;
    min-height: 10vh;
    margin-bottom: 80px;
    margin-left: 0;
    text-align: center;
    justify-content: center;
    font-size: 3.2vw;
}

.h.black-text.point-text.subtitle-explanation {
    border-bottom: none;
}

}



.one-of-3.logo-2 {
    z-index: 999;
    background-image: url('/static/css/impactuplogotext.svg');
}
.one-of-3 {
    position: relative;
    z-index: 999;
    width: 25vw;
    height: 12vh;
    margin-bottom: 23px;
    background-image: url('/static/css/orbiglogotext.svg');
    background-position: 50% 90%;
    background-size: auto 90%;
    -webkit-transform: scale3d(1none,1none,1none);
    transform: scale3d(1none,1none,1none);
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}



.one-of-3.logo-3 {
    background-image: url('/static/css/impactuplogotext.svg');

    background-position: 50% 50%;
    background-size: auto 90%;
}



@media all and (max-width: 479px){



.one-of-3.logo-3 {
    top: 5px;
    height: 10vh;
    margin-top: auto;
    margin-bottom: auto;
    width: 60vw;
}
.one-of-3 {
    width: 60vw;
    height: 17.5vh;
}

}


a {
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    color: #7e7e7e;
    text-decoration: underline;
}


.lil-gold-logo {
    position: absolute;
    left: auto;
    right: auto;
    width: 85px;
    margin-top: 25px;
}

@media all and (max-width: 767px){
.lil-gold-logo {
    display: none;
}
}


@media all and (max-width: 479px){
    .lil-gold-logo {
    display: block;
}
}



.flag-icon, .one-of-3 {
    background-repeat: no-repeat;
}

a {
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    color: #7e7e7e;
    text-decoration: underline;
}
a, img {
    display: block;
}
a {
    background-color: transparent;
}

/*NAVBAR POP*/


/*NAVBAR POP*/

.body-2 {
  font-family: "FuturaBT-Light";
    color: #222;
    font-size: 14px;
    line-height: 20px;
}

/*NEW NAVBAR*/

/*SVG LOGO*/


.w-inline-block {
    max-width: 100%;
    display: inline-block;
}


@media all and (max-width: 991px){
    .one-of-3 {
    height: 9vh;
}
}

@media all and (max-width: 767px){
    .one-of-3 {
    height: 11vh;
}
}

@media all and (max-width: 479px){
 .one-of-3, {
    background-size: auto 55%;
}

 .one-of-3, .one-of-3:active {
    background-position: 50% 60%;
}


}

.ab-logo, .ab-logo.w--current {
    width: 15rem;
}

.ab-logo, .nav-hamburger-wrapper {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: 100%;
}
.ab-logo {
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    color: #fffde8;
}
.ab-logo, .nav {
    -webkit-box-pack: center;
}
.logo.svg1 {
    width: 100%;
    line-height: 1;
}
.svg1.logo {
    width: 100%;
}


.w-clearfix::after, .w-clearfix::before, .w-embed::after, .w-embed::before, .w-radio::after, .w-radio::before {
    content: " ";
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-embed::after, .w-embed::before {
    display: table;
}

.w-clearfix::after, .w-clearfix::before, .w-embed::after, .w-embed::before, .w-radio::after, .w-radio::before {
    content: " ";
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-container::after, .w-embed::after, .w-radio::after, .w-row::after, .w-slider {
    clear: both;
}
.w-embed::after, .w-embed::before {
    display: table;
}


svg:not(:root) {
    overflow: hidden;
}
/*SVG LOGO*/
/*SVG LOGO*/
.slider__scroll {
    position: absolute;
    bottom: 5%;
    left: calc(50% - 15px);
    -webkit-animation: bounce 2s 3s 3;
    animation: bounce 2s 3s 3;
    z-index: 99999;
    fill: white;
}



/*HERO*/
.about-detailed, .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.header-section.holder {
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 800px;
    margin-left: 0;
    -webkit-filter: none;
    filter: none;
}
.holder, .testimonial-logos.dont-copy {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}
.header-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 800px;
    min-height: 600px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    -webkit-filter: contrast(116%) invert(100%);
    filter: contrast(116%) invert(100%);
}




.holder {
    position: absolute;
    z-index: 9999;
    display: -webkit-flex;
    display: flex;
    width: 33vw;
    margin-left: 33.5vw;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



@media all and (max-width: 991px){
.expertise-full-list-button-wrapper, .header-section {
    padding-right: 12.5px;
    padding-left: 12.5px;
}

.header-section {
    position: relative;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}


}

@media all and (max-width: 767px){
.header-section.holder {
    min-height: 500px;
}
}

.bg-video-transparent-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 33%;
    background-size: 105%;
    background-repeat: no-repeat;
}

@media all and (max-width: 991px){
.bg-video-transparent-bg {
    background-size: cover;
}
}

@media all and (max-width: 479px){
.bg-video-transparent-bg, .lawyer-image.caterina, .lawyer-image.nathalie, .lawyer-image.palle {
    background-size: contain;
}
.bg-video-transparent-bg { 
    background-position: 50% -20%;
}
}

.bg-video-transparent-bg img {
    display: block;
    width: 100vw;
    height: 95vh;
    object-fit: cover;
    position: relative;


}
@media all and (min-width: 950px){
.bg-video-transparent-bg img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: -125px;
}
}



.header-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media all and (max-width: 991px){
.header-wrapper {
    padding-right: 0;
    padding-left: 0;
}
}
@media all and (max-width: 767px){
.header-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}


@media all and (max-width: 479px){
.header-wrapper {
    height: 100vh;
    margin-bottom: 0;
}
}



.expertise-full-list-buttons-wrapper, .header-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.header-block {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#w-node-c5441262bf30-ddfa644e, #w-node-c5441262bf42-ddfa644e, #w-node-c8caf149eda8-89b984f9, #w-node-fb9a4eda42d7-89b984f9 {

    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;

}

#Vorname.w-node-c5441262bf61-ddfa644e, #w-node-c5441262bf34-ddfa644e, #w-node-c5441262bf46-ddfa644e, #w-node-c8caf149edaa-89b984f9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.contact-info-text-field, .header-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.header-content-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}


.header-content-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-content-wrapper {
    width: 100%;
    height: 100vh;
}

.header-content-wrapper.law-hcw {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: -100px;
}


@media all and (max-width: 991px){
.header-content-wrapper.law-hcw {
    padding-top: 75px;
    top: 0;
}
}
@media all and (max-width: 479px){
.header-content-wrapper.law-hcw {
    height: auto;
    padding-top: 125px;
}
}

.venture-dd-icon {
    width: 100px;
}

@media all and (max-width: 767px){
.venture-dd-icon {
    width: 66px;
}
}
@media all and (max-width: 479px){
.venture-dd-icon.law {
    display: block;
}
}
@media all and (max-width: 479px){
.venture-dd-icon {
    width: 60px;
}
}

.header-caption {

    margin-bottom: 0;

}
.header-caption.black-caption, .header-caption.lawup-caption, .header-caption.white-cap-new, .header-caption.white-caption {
    font-family: 'Sans Serif',sans-serif;
    font-weight: 300;
}
.header-caption.white-cap-new {

    color: #102E2F;
    font-size: 12px;
    letter-spacing: 6px;

}
.header-caption.white-cap-new.white-cap {

    margin-top: 25px;
    padding-left: 0;
    color: #000;

}



@media all and (max-width: 767px){
.header-caption.white-cap-new.white-cap {

    margin-top: 20px;
    margin-bottom: 10px;
}
}
@media all and (max-width: 479px){
.header-caption.white-cap-new.white-cap {

    margin-top: 10px;
    margin-bottom: 0;

}
}

.heading-7.white-7.venture-7 {
    overflow: visible;
    margin-top: 20px;
    margin-bottom: 5px;
}

@media all and (max-width: 991px){
.heading-7.white-7.venture-7 {
    margin-bottom: 0;
    font-size: 66px;
}
}
@media all and (max-width: 767px){
.heading-7.white-7.venture-7 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 40px;
}
}


.heading-7.black-7, .heading-7.white-7 {
    color: #fff;
}

.heading-7 {
    font-size: 75px;
}
@media all and (max-width: 479px){
.heading-7.white-7.venture-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
}
}
@media all and (max-width: 479px){
.heading-7.black-7, .heading-7.white-7 {
    font-size: 40px;
}
}
@media all and (max-width: 479px){
.heading-7 {
    font-size: 50px;
}
}

.mi {
    font-size: 23px !important;
    color: white;
}

.mb {
    font-size: 21px !important;
    color: #000;
}

.heading-7.white-7.venture-7.black-7 {
    margin-bottom: -10px;
    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 140px;
}
.ORBL {
    background-image: url('/static/css/ORBIG.svg');
}

.IUP {
    margin-top: 0px !important;
    background-image: url('/static/css/IMPACT.svg');
}
.gruen {
    color: white !important;
}

@media all and (max-width: 479px){
.heading-7.white-7.venture-7.black-7 {
    margin-top: 10px;
    margin-bottom: -25px;
    font-size: 40px;
}
}



@media all and (max-width: 479px){
h1 {
    font-size: 36px;
    line-height: 52px;
}
}

.ventures-logo-font {
    display: block;
    margin-top: -10px;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 12px;
}
.ventures-logo-font.law {
    margin-top: -10px;
    font-size: 40px;
    letter-spacing: 20px;
}
@media all and (max-width: 991px){
.ventures-logo-font {
    font-size: 35px;
}
}

@media all and (max-width: 767px){
.ventures-logo-font.law {
    margin-top: 5px;
    font-size: 33px;
}
}
@media all and (max-width: 767px){
.ventures-logo-font {
    margin-top: -5px;
    font-size: 20px;
}
}
@media all and (max-width: 479px){
.ventures-logo-font.law {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 12px;
    font-size: 25px;
    line-height: 1em;
}
}

@media all and (max-width: 479px){
.ventures-logo-font {
    font-size: 16px;
    line-height: 1.5em;
}
}


.button-2, .under-construction-title, .ventures-logo-font {
    font-family: 'Sans Serif',sans-serif;
}


.invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.header-links-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-row-gap: 12.5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50px 50px;
    grid-template-rows: 50px 50px;
    -webkit-filter: none;
    filter: none;
}
.contact-section, .expertise-full-list-collection-wrapper, .first-impression-start, .header-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.grid-4, .grid-7, .header-links-wrapper {
    grid-column-gap: 12.5px;
}
@media all and (max-width: 479px){
.header-section.video-header, .vertical-lines-wrapper.law-distance {
    display: none;
}
}
@media all and (max-width: 991px){
.vertical-lines-wrapper.law-distance {
    padding-top: 75px;
}
}
.vertical-lines-wrapper.law-distance {
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
}
@media all and (max-width: 479px){
.vertical-lines-wrapper {
    display: none;
    padding-top: 10vh;
}
}
@media all and (max-width: 767px){
.vertical-lines-wrapper, .vertical-lines-wrapper.law-distance.venture-distance {
    padding-top: 15vh;
}
}
@media all and (max-width: 991px){
.vertical-lines-wrapper {
    top: 0;
}
}
.vertical-lines-wrapper {
    position: absolute;
    display: flex;
    height: 100%;
    max-width: 1280px;
    padding: 10vh 25px 150px;
        padding-top: 10vh;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    animation-name: vlw;
    animation-duration: 1s;
    transform-style: preserve-3d;
    animation-timing-function: linear;
    will-change: transform;

}

@keyframes vlw {
    0% {  transform: scale3d(1, 0, 1);
    }
    
    100%  {  transform: scale3d(1, 1, 1); 
    }

}
@media all and (min-width: 950px){
.navpop{
    animation-name: npop;
    animation-duration: 1s;
    transform-style: preserve-3d;
    animation-timing-function: linear;
    will-change: transform, opacity;
    opacity: 0;
  -webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
  -moz-animation-fill-mode: forwards;    /* FF 5+ */
  -o-animation-fill-mode: forwards;      /* Not implemented yet */
  -ms-animation-fill-mode: forwards;     /* IE 10+ */
  animation-fill-mode: forwards;         /* When the spec is finished */

}
}
@keyframes npop {
    0% {  transform: translate3d(0px, -100%, 0px);
          opacity: 0;
    }
    
    100%  {  transform: translate3d(0px, 0%, 0px);
             opacity: 1; 
    }

}



.desktop-fixed-navbar, .vertical-lines-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.vertical-line.black {
    margin-bottom: 0;
}
.vertical-line.black, .vertical-line.lawup-line {
    background-color: #EDFFFF;
    opacity: .4;
}

.hide {
    opacity: 0 !important;
}

@media all and (max-width: 479px){
.black {
    margin-bottom: 15px;
    font-size: 20px;
}
}
@media all and (max-width: 767px){
.black {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}
}
@media all and (max-width: 991px){
.black, .black.what-black {
    margin-top: 0;
}
}
.vertical-line {
    min-width: 1px;
    background-color: hsla(0,0%,100%,.1);
}
.black {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Cretype caros',sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 1.33em;
}
.black, .list {
    letter-spacing: .5px;
}
/*HERO*/



.ham {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg) !important;
    transform-style: preserve-3d !important;
}

.ham1 {
    transform: translate3d(-110%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg)!important;
    transform-style: preserve-3d !important;
}


.ham2 {
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg) !important;
    transform-style: preserve-3d !important;
    background-color: black !important;
}

.ram{    
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(135deg) skew(0deg)!important;
    transform-style: preserve-3d;
}


.ram1{

    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg)!important;
    transform-style: preserve-3d;
    background-color: black !important;

}
.ram2{
    transform: translate3d(-110%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg)!important;
    transform-style: preserve-3d;
}

.nav-hamb-line-fill {
    width: 100%;
    height: 100%;
    background-color: #fffde8;
        -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.custom-styles, .hamb-line-fill-gold, .nav-hamb-line-fill {
    position: absolute;
    left: 0;
    right: auto;
    bottom: auto;
    top: 0;
}

.hamb-line-fill-gold {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #c0a677;
    -webkit-transform: translate(-110%,0);
    -ms-transform: translate(-110%,0);
    transform: translate(-110%,0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.nav-hamb-line.hl1 {
    -webkit-transform: translate(0,-300%);
    -ms-transform: translate(0,-300%);
    transform: translate(0,-300%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.nav-hamb-line.hl2 {
    -webkit-transform: translate(0,300%);
    -ms-transform: translate(0,300%);
    transform: translate(0,300%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.nav-hamb-line {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 2px;
}

.nav-hamburger, .shopping-cart-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.nav-hamburger {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 1.1rem;
    height: 1.1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



.nav-hamburger-wrapper {
    position: absolute;
    left: -2.4rem;
    display: flex;
    width: 6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
@media all and (max-width: 479px){
.nav-hamburger-wrapper {
    left: -2.3rem;
}
}


.col-wrapper, .nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.nav {
    display: flex;
    width: 100%;
    height: 6rem;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.section.main-nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 100;
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}






.section {
    padding-left: 8rem;
    padding-right: 8rem;
}

@media all and (max-width: 991px){
.section {
    padding-right: 2rem;
    padding-left: 2rem;
}
}
@media all and (max-width: 479px){
.section {
    padding-right: 1rem;
    padding-left: 1rem;
}
}
.main-nav {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-nav, .nav-overlay-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}


.section, a {
    position: relative;
}


/*NEW NAVBAR*/

/*EXPERTISE*/

.blog-section, .about-section, .expertise-section, .partner-section {
    display: -webkit-flex;
    display: flex;
    padding-right: 18.75px;
    padding-left: 18.75px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.blog-section, .expertise-section, .partner-section {
    background-color: #f5f5f5;
}

.blog-section, .about-section, .expertise-section, .facts-small-text, .partner-section {
    display: -webkit-box;
    display: -ms-flexbox;
}
.blog-section, .about-section, .expertise-section, .partner-section {
    padding-bottom: 100px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}

.expertise-title-wrapper {
    position: relative;
    z-index: 3;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    max-width: 1292.5px;
    padding: 100px 6.25px 18.75px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    text-align: center;
}

.abstandverringern {
    padding: 10px 1.25px 18.75px;
}

.expertise-title-wrapper, .facts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
}

@media all and (max-width: 479px){
.expertise-title-wrapper {
    padding-top: 66px;
}
}

@media all and (max-width: 991px){
.expertise-list, .expertise-title-wrapper {
    width: auto !important;
}
}


.expertise-section, .partner-section{
    display: -webkit-flex;
    display: flex;
    padding-right: 18.75px;
    padding-left: 18.75px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
}

.partner-section{
    background-color: white !important;
}

.expertise-section, .facts-small-text, .partner-section {
    display: -webkit-box;
    display: -ms-flexbox;
}

.about-section, .expertise-section, .partner-section {
    padding-bottom: 100px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}


@media all and (max-width: 991px){
.expertise-section, .partner-section {
    padding-right: 6.25px;
    padding-left: 6.25px;
}
}

.expertise-list-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1292.5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #f5f5f5;
}

.expertise-list, .partner-list {
    z-index: 1;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f5f5f5;
}

.partner-list {
    background-color: white !important;
}

.expertise-list {

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.branche-list, .contact-info-text-block, .expertise-list, .feature-wrap, .feature-wrap.icons {

    -webkit-box-direction: normal;

}
.expertise-list, .feature-wrap, .feature-wrap.icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

}



.expertise-full-list-collection-wrapper, .expertise-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
}

.expertise-item {
    width: 33.333%;
    padding: 6.25px;
}

.partner-item {
    width: 25%;
    padding: 6.25px;
}

@media all and (max-width: 479px){
.colored-button, .expertise-item, .partner-item, .grid-8.free-quote-form {
    width: 100% !important;
}
}

@media all and (max-width: 767px){
.expertise-item, .partner-item {
    display: block;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
}


@media all and (max-width: 911px){
.expertise-item, .partner-item {
    width: 50%;
}
}

.expertise-block, .expertise-block:hover {
    position: relative;
    -webkit-flex-direction: row;
    box-shadow: 0 5px 25px -5px rgba(0,0,0,.5);
}


.expertise-block, .lawyers-image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.expertise-block {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-filter: saturate(0);
    filter: saturate(0);
}



.vertical-lines-wrapper-2 {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,.33);
}

.expertise-block:hover, .vertical-lines-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    border-radius: 5px;
    -webkit-box-direction: normal;
}

.expertise-link-block, .expertise-name-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.expertise-name-title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
}

.expertise-name-title.try {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 9px;
    font-family:   font-family: "FuturaBT-Light";;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
}


.image {
    border-radius: 5px;

}

@media all and (max-width: 479px) {
  .image {
    max-width: 95vw;
  }
}

@media all and (max-width: 991px) {
  .image {
    max-width: 48vw, 31vw;
  }
}

.divider {

    width: 200px;
position: relative;
display: block;

fill: pink;
margin-left: auto;
margin-right: auto;
}


.vertical-line-2 {
    width: 1px;
    height: 100%;
    background-color: hsla(0,0%,100%,.1);
}

.vertical-lines-wrapper-2:hover {
    background-color: rgba(1,20,106,.25);
}



.h6titel {
    margin-bottom: 0px;
}

.teiler {
    color: #cdaa72;
    margin-top: 10px;
    text-align: center;

}

/*LAWYERS (ABOUT)*/

.contact-info-text-block, .lawyers-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
}

.lawyers-section {
    position: relative;
    display: flex;
    padding: 100px 25px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}


@media all and (max-width: 479px){
.lawyers-section {
    padding-top: 66px;
}
}
@media all and (max-width: 991px){
.about-section, .contact-section, .lawyers-section {

    padding-right: 12.5px;
    padding-left: 12.5px;

}
}

.client-link, .lawyers-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.lawyers-image-block, .lawyers-wrapper {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}



.lawyers-wrapper {
    display: flex;
    width: 100%;
    max-width: 1280px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}





/*LAWYERS (Carousel)*/

.w-container::after, .w-embed::after, .w-radio::after, .w-row::after, .w-slider {
    clear: both;
}
.w-form-done, .w-slider, .w-widget-map .gm-style-iw, .w-widget-twitter-count-shim {
    text-align: center;
}
.w-slider {
    position: relative;
    height: 300px;
    background: #ddd;
        background-color: rgb(221, 221, 221);
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.slider {
    width: 100%;
    height: auto;
    margin-top: 25px;
    background-color: transparent;
}



.w-background-video, .w-file-upload-input, .w-slider-aria-label, .w-slider-mask, .w-widget-gplus, .w-widget-twitter {
    overflow: hidden;
}

.w-slide, .w-slider-mask {
    position: relative;
    height: 100%;
}

.w-slider-mask {
    display: block;
    z-index: 1;
    left: 0;
    right: 0;
    white-space: nowrap;
}




.w-slide {
    vertical-align: top;
    width: 100%;
    white-space: normal;
    text-align: left;
}
.w-dropdown, .w-dropdown-toggle, .w-slide, .w-slider-dot {
    display: inline-block;
}

.slide-lawyers {
    width: 50%;
}

@media all and (max-width: 991px){
.slide-lawyers {
    width: 100%;
}


}


.grid-2.lawyers {
    grid-column-gap: 0;
    grid-row-gap: 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.grid-2, .grid-2.about-us, .grid-2.contact {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-2, .grid-2.about-us {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
.grid-2 {
    width: 100%;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}


@media all and (max-width: 991px){
.grid-2.about-us, .grid-2.contact, .grid-2.lawyers {
    grid-column-gap: 12.5px;
    grid-row-gap: 12.5px;
}

.grid-2, .grid-2.about-us, .grid-2.contact {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2, .grid-2.about-us {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
}

@media all and (max-width: 479px){
.grid-2, .grid-2.about-us {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}
}


@media all and (max-width: 479px){
.grid-2.lawyers, .horizontal.team-h.grid.mobile.first-only-don {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.grid-2.lawyers {
    grid-row-gap: 0;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.slider.lawyers {
    margin-top: 0;
}


}


#w-node-2fc366ef79f4-ddfa644e, #w-node-c5441262bf92-ddfa644e, #w-node-c5441262bfa9-ddfa644e, #w-node-c5441262bfd2-ddfa644e, #w-node-c5441262bfd7-ddfa644e, #w-node-c5441262c022-ddfa644e, #w-node-c5441262c02c-ddfa644e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
}

#w-node-2fc366ef79f4-ddfa644e, #w-node-c5441262bfa9-ddfa644e, #w-node-c5441262bfd7-ddfa644e {
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
}
@media all and (max-width: 991px){
#w-node-857e02e96050-89b984f9, #w-node-c5441262bfa9-ddfa644e, #w-node-c5441262bfd2-ddfa644e, #w-node-c5441262c006-ddfa644e, #w-node-c5441262c00a-ddfa644e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-column-span: 1;
}
#w-node-c5441262bfa9-ddfa644e, #w-node-c5441262c00a-ddfa644e {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

}

@media all and (max-width: 479px){

#w-node-c5441262bfa9-ddfa644e, #w-node-c5441262bfc0-ddfa644e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: auto;
    align-self: auto;
}
}

@media all and (max-width: 767px){
.lawyers-text-block {
    width: 100%;
    margin-top: 0;
}
}

.team-column-pragraph {
    margin-bottom: 25px;
    color: #666;
}

.team-header {
        margin-top: 5px;
    margin-bottom: 5px;

}

.about-wrapper, .lawyers-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    text-align: center;
}

.lawyers-text-block {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
@media all and (max-width: 479px){
.lawyers-text-block {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}
}

@media all and (max-width: 991px){
.lawyers-text-block {
    margin-top: 0;
    margin-right: 0;
}
}

.grid-4.social-buttons.don-grid {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 50px;
    grid-template-rows: 50px;
}
.grid-4.social-buttons {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-rows: 50px;
    grid-template-rows: 50px;
}
.grid-4 {
    grid-row-gap: 0;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}



#w-node-1c44ca9ce0a3-ddfa644e, #w-node-2fc366ef79f4-ddfa644e, #w-node-5dda1640852c-89b984f9, #w-node-857e02e96050-89b984f9, #w-node-c5441262bf77-ddfa644e, #w-node-c5441262bf82-ddfa644e, #w-node-c5441262bfbb-ddfa644e, #w-node-c5441262bfd2-ddfa644e, #w-node-c5441262bfd7-ddfa644e {
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 2;
}


#w-node-6b679c976b33-fe56b0bb, #w-node-c5441262bfbb-ddfa644e, #w-node-c5441262bfd2-ddfa644e, #w-node-c5441262c06e-3ba8debe, #w-node-c5441262c06e-ddfa644e {
    -ms-grid-row-align: auto;
    align-self: auto;
}

#w-node-c5441262bfbb-ddfa644e {
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1c44ca9ce0a3-ddfa644e, #w-node-c5441262bf67-ddfa644e, #w-node-c5441262bf82-ddfa644e, #w-node-c5441262bfbb-ddfa644e, #w-node-c5441262bfc0-ddfa644e, #w-node-c5441262c00b-ddfa644e, #w-node-c5441262c02e-ddfa644e, #w-node-c5441262c03c-ddfa644e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 3;
}

#w-node-c5441262bfbb-ddfa644e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    -ms-grid-row-align: center;
    align-self: center;
}


@media all and (max-width: 767px){
.lawyers-image-block {
    width: 100%;
    border-bottom-color: rgba(0,0,0,.1);
}
}
.lawyers-image-block {
    padding-right: 0;
    padding-left: 0;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

.expertise-block, .lawyers-image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.lawyers-image-block {
    position: relative;
    display: flex;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
        border-bottom-color: rgba(0, 0, 0, 0.1);
}



.lawyer-image {
    position: relative;
    z-index: 2;
    width: 100%;

    background-position: 50% 0;
    -webkit-filter: saturate(0);
    filter: saturate(0);
}
.lawyer-image, .wobbling-logo {
    background-size: contain;
    background-repeat: no-repeat;
}

.div-block-6 {
    position: absolute;
    z-index: 0;
    width: 200px;
    height: 200px;
    margin-top: 12px;
    border-radius: 100px;
    background-color: #f5f5f5;
    box-shadow: none;
}

#w-node-1c44ca9ce0ac-ddfa644e, #w-node-2fc366ef79fd-ddfa644e, #w-node-c5441262bfb5-ddfa644e, #w-node-c5441262bfcc-ddfa644e, #w-node-c5441262bfdf-ddfa644e, #w-node-c5441262c004-ddfa644e, #w-node-c5441262c006-ddfa644e, #w-node-c5441262c00a-ddfa644e, #w-node-c5441262c024-ddfa644e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}


.invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

#w-node-1c44ca9ce0ae-ddfa644e, #w-node-2fc366ef79ff-ddfa644e, #w-node-2fc366ef7a03-ddfa644e, #w-node-c5441262bfb7-ddfa644e, #w-node-c5441262bfce-ddfa644e, #w-node-c5441262bfe1-ddfa644e, #w-node-c5441262bfe5-ddfa644e, #w-node-c5441262c01b-ddfa644e, #w-node-c5441262c026-ddfa644e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}
#w-node-88d9290ef442-ddfa644e{
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}
#w-node-1c44ca9ce0b0-ddfa644e, #w-node-2fc366ef7a01-ddfa644e, #w-node-c5441262bfb9-ddfa644e, #w-node-c5441262bfd0-ddfa644e, #w-node-c5441262bfe3-ddfa644e, #w-node-c5441262c03a-ddfa644e {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}



@media all and (max-width: 991px){
#w-node-1c44ca9ce0a3-ddfa644e, #w-node-2fc366ef79f4-ddfa644e, #w-node-5dda1640852c-89b984f9, #w-node-857e02e96050-89b984f9, #w-node-c5441262bf77-ddfa644e, #w-node-c5441262bf82-ddfa644e, #w-node-c5441262bfbb-ddfa644e, #w-node-c5441262bfd2-ddfa644e, #w-node-c5441262bfd7-ddfa644e {
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 2;
}

#w-node-c5441262bfbb-ddfa644e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-88d9290ef444-ddfa644e, #w-node-c5441262c016-ddfa644e, #w-node-c5441262c028-ddfa644e {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}


}
.lawyers-image-block {
    padding-right: 0;
    padding-left: 0;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
 }   
@media all and (max-width: 767px){
.lawyers-image-block {
    width: 100%;
    border-bottom-color: rgba(0,0,0,.1);
}
}

@media all and (max-width: 479px){
#w-node-c5441262bfbb-ddfa644e, #w-node-c5441262bfd2-ddfa644e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: end;
    align-self: end;
}

.lawyers-image-block {
    padding-right: 12.5px;
    padding-left: 12.5px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}
}



/*LAWYERS (Carousel) PUNKTE UNTERM SLIDER*/


/*LAWYERS (Carousel) PUNKTE UNTERM SLIDER*/
/*LAWYERS (Carousel)*/


/*LAWYERS (ABOUT)*/

/*EXPERTISE*/




/*Kontakt*/
.contact-section.whit {
    background-color: #fff;
}
.contact-section {
    display: -webkit-flex;
    display: flex;
    padding: 100px 25px 125px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dcba6d;
    text-align: center;
}
.contact-section, .header-services-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
}
.contact-section, .expertise-full-list-collection-wrapper, .first-impression-start, .header-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.contact-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    width: 100%;
    max-width: 1280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-wrapper, .mobile-nav-link.white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

b, optgroup, strong {
    font-weight: 700;
}



@media all and (max-width: 479px){
.paragraph-xl.subtitle-1 {
    margin-right: 20px;
    margin-left: 20px;
}
}

@media all and (max-width: 767px){
.paragraph-xl {
    width: 100%;
}
}

.contact-form-block {
    width: 100%;
    margin-bottom: 0;
}
.w-form {
    margin: 0 0 15px;
        margin-bottom: 15px;
}

/*vBLOGv*/

.story-tags {
    margin: 15px 0 10px;
}

.diamond-tags a {
    font-size: 1.1rem;
    line-height: 1.7rem;
    letter-spacing: .16em;
    font-family: "Questa Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    -webkit-transition: background,.18s;
    -moz-transition: background,.18s;
    transition: background,.18s;
    font-size: 1rem;
    font-weight: 600;
    background: #15181b;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 19px;
    padding: 0 3px 0 5px;
    margin: 0 10px;
}

.diamond-tags a::after {

    border-color: rgba(255,255,255,0);
        border-left-color: rgba(255, 255, 255, 0);
    border-left-color: #15181b;
    border-width: 10px;
    left: 100%;

}

.diamond-tags a::before {
    border-color: rgba(255,255,255,0);
        border-right-color: rgba(255, 255, 255, 0);
    border-right-color: #15181b;
    border-width: 10px;
    right: 100%;
}
.diamond-tags a::after, .diamond-tags a::before {
    -webkit-transition: border-color,.18s;
    -moz-transition: border-color,.18s;
    transition: border-color,.18s;
    border: solid transparent;
        border-top-color: transparent;
        border-top-width: medium;
        border-right-color: transparent;
        border-right-width: medium;
        border-bottom-color: transparent;
        border-bottom-width: medium;
        border-left-color: transparent;
        border-left-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}


/*^BLOG^*/


/*Kontakt*/

h6 {

    color: #000;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 4px;

    margin-bottom: 25px;
    font-family: "SabonMTStd-Regular";
    line-height: 50px;
    margin-top: 25px;
    text-transform: uppercase;

}

.paragraph-xl.subtitle-1 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
      font-family: "FuturaBT-Light";
}
.paragraph-xl {
    width: 66.666%;
    max-width: 1170px;
    font-size: 18px;
    font-weight: 700;
}
p {
    letter-spacing: 1px;
}

ol, p, ul {
    margin-top: 0;
    margin-bottom: 10px;
}


.NavMitte{
  width: 200px;

}

.klein {

}

.Mitte1 {
  width: 30px;

     -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

.Mitte {
  width: 60px;

     -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



.sprachen {
  display: -webkit-box ;
display: -ms-flexbox ;
display: flex !important;
-webkit-box-pack: justify ;
-ms-flex-pack: justify ;
justify-content: space-between ;
-webkit-box-align: center ;
-ms-flex-align: center ;
flex-direction: unset !important;
position: relative;


      align-items: center;

}

.sprachen h5 {
  cursor: pointer;
}


.sprachen h4 {
    cursor: none;
    font-family: "FuturaBT-Light";
    font-size: 12px;
    text-decoration: none;
    line-height: 1.7;
}


.hidden {
overflow: hidden !important;
}

.furz {
display: inherit;
position: absolute;
top: 0;
left: 0;
}

#logomobilecontainer{
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    background-color: white;
    pointer-events: none;

    top: ;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
    transition: all .3s cubic-bezier(.4,0,.2,1);


}

#logomobile, #logomobilew {
    font-weight: bold;
  transition: 0.4s;
  float: center;
  padding: 0.5em;
  line-height: 1.25;
  top: 2.5%;
  margin-left: auto; 
  margin-right: auto;
  display: block;
  position: absolute;
}

#logomobilew {

  top: 1px;

}

.Mitte1 {

width: 50px !important;
height: 50px !important;
}

#logomobile a {
  width: 10%;
  font-size: 20px;


}

/*.hovernix{
  background-color: white;
}*/
.hovernix:hover {
  background-color: transparent !important;
}



.Form {

    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 130px;
    margin-bottom: 130px;
    margin-top: 50px;
    margin-bottom: 200px;

}

.gold_bold {
 color:#cdaa72;
  font-weight: bolder;
}

.left_side {
  display: grid;
}

.right_side {

}

.Intro__title {

    margin-top: 60px;
    font-family: "SabonMTStd-Regular";
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 6px;
    color: #1d2930;
    text-align: center;
    text-transform: uppercase;

}



.marginweniger {

    margin-top: 40px !important;
    margin-bottom: 0px;

}


.Intro__subtitle {

    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: "FuturaBT-Light";
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #1d2930;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 2;
    text-align: center;

}


.Form input, .Form textarea {

    width: 100%;
    margin: 15px 0 15px;
      padding: 10px 20px;
    border-color: rgba(29,41,48,.2);
    border-radius: 0;
    font-size: 14px;
    line-height: 1.6;
    -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
    transition: all .3s cubic-bezier(.4,0,.2,1);
    box-sizing: border-box;

}
.Form__label {

    width: 100%;

}

.Form__wrapper {

    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;

}

.Contact_input {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px;

}

.wpcf7-form-control-wrap {

    position: relative;

}

div.wpcf7 .screen-reader-response {

    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;

}

.Form__name, .Form input, .Form textarea {

    font-family: "FuturaBT-Light";
    color: #1d2930;

}


.Form__name {

    display: block;
    margin-top: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    text-align: left;

}

.Form__name label {
  margin-top: 20px; 
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline *//* Set a background color */
  color: #cdaa72; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding *//* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  color: rgba(29,41,48); /* Add a dark-grey background on hover */
}
.centerOL {
  width: 150px;
}

.centerIUP {
  width: 70px;
}

.babylogo2, .babylogo {

  z-index:100000;
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
    position: absolute;
    width: 60px;

}

.babylogo {
    width: 60px;}

.babylogo2 {
        width: 40px;
}

#logo {
    opacity: 0;
}

#Home {
    cursor: default;
}

.babylogo2:hover, .babylogo:hover{
    cursor: pointer;
}

.wrapper_offer {

  max-width: 1400px;
    margin-left: auto;
  margin-right:auto;
  position: relative;
  top: 0px;
}

.News {
  max-width: 1400px;
    margin-left: auto;
  margin-right:auto;
  position: relative;
  top: 0px;
}

.blocks {

    position: relative;
    max-width: 100%;
    margin: 10px 0;
    overflow: hidden;

}

#player {
  visibility: visible;
  display: inline;
  cursor: pointer; 
}

p {
    color: black;
    font-family: "FuturaBT-Light";
    font-weight: lighter;
}

h1 {

    font-family: "SabonMTStd-Regular";
}

h3 {

    font-family: "FuturaBT-Light";
    line-height: 1.6em;
 
}

a {
    color: black;
    font-family: "FuturaBT-Light";
    text-decoration: none;

    padding: 0;
    margin: 0;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    font: inherit;
        font-size: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;

}



h5 {
        font-weight: lighter;
    font-family: "FuturaBT-Light";
    font-size: 15px;
    text-decoration: none;
}
a{
  position: relative;
  color: #000;
  text-decoration: none;
  z-index: 999999999;
}

h5:hover:before {
  content:"|";
  display:block;
  position:absolute;
  left:50%;

  -webkit-transform:translate(-50%);
  transform:translate(-50%);
  opacity:0;
  -webkit-transition:all .3s cubic-bezier(.4,0,.2,1);
  transition:all .3s cubic-bezier(.4,0,.2,1)
 }


@font-face {
    font-family: 'FuturaBT-Light';
    src: url("fonts/FuturaBT-Light.eot"); /* IE9 Compat Modes */
    src: url("fonts/FuturaBT-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("fonts/FuturaBT-Light.woff") format("woff"), /* Modern Browsers */
         url("fonts/FuturaBT-Light.ttf")  format("truetype"), /* Safari, Android, iOS */
         url("fonts/FuturaBT-Light.svg#svgFontName") format("svg"), /* Legacy iOS */
         local('FuturaBT-Light');
}

@font-face {
  font-family: 'SabonMTStd-Regular';
  src: url('fonts/SabonMTStd-Regular.ttf')  format("truetype"),
       local('SabonMTStd-Regular');
}

.affe {
  position: relative;
}
p.affe {

}



#logo a {
  width: 10%
  font-size: 20px;

}



#Oberleiste h4{
    font-family: "FuturaBT-Light";
    color: #455158;
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: lighter;
}

#Oberleiste{
	text-align: center;
	border-bottom: 1px solid rgba(29,41,48,.2);  /* #cdab73;*/
	position: sticky;
	font-size: 15px;
	transition: 1s;
	background-color: #fff;

}

@keyframes fadeIn
  to { 
     opacity: 1; }

.fade-in {
  animation: fadeIn 1.0s ease forwards;
  [other div properties can be included here]
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

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

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.fade-in {
  animation: fadeIn ease 4s;
  -webkit-animation: fadeIn ease 4s;
  -moz-animation: fadeIn ease 4s;
  -o-animation: fadeIn ease 4s;
  -ms-animation: fadeIn ease 4s;
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}



/* Display some links to the right */


#inner {
      -webkit-transition: top 1s linear;
    -moz-transition: top 1s linear;
    -o-transition: top 1s linear;
    transition: top 1s linear;
}

.imagepage {
  background-size: cover;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}



.hero_inside {
  text-align: center;
}






.overlay {
  top: 0;
  left: 0;
  background-color: rgba(29,41,48,.3);
}




.Bild{
  display: block;
  position: relative;
  overflow: hidden;

}



#inner {
  width: 100%;
padding-left: 20px;
padding-right: 20px;

margin-bottom: 80px;
position: relative;
top: 0px;
    -webkit-transition: top 1s linear;
    -moz-transition: top 1s linear;
    -o-transition: top 1s linear;
    transition: top 1s linear;
}


.Karte {

    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
/*        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) */

}

.Newskarte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;

}

@media all and (max-width: 479px){
    .Newskarte {

  margin-bottom: 10px ;
  margin-top: 10px ;
}
}
.Card__category {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 0;
    padding: 3px 10px;
    font-family: Futura LT W01,Arial,sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    background-color: #cdaa72;
}

.Card__category{
    position: absolute;
    left: 50%;
    color: #fff;
    pointer-events: none;
    z-index: 99999999999999999999999999;
}

.Bild {

    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    margin-top: 300px;

}

.News {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.inner_rectangle {
  max-width: 1400px;
  margin-left: auto;
  margin-right:auto;
  position: relative;
    justify-content: space-between;
  z-index: 100;
    position: relative;
        top: -130px;
    right: 0px;
      -webkit-transition: top 1s linear !important;
-moz-transition: top 1s linear !important;
-o-transition: top 1s linear !important;
transition: top 1s linear !important;
}

/*mg.Bild{
  -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
  transition: all .3s cubic-bezier(.4,0,.2,1);
}
*/
/*img.Bild:hover{ durch aktivierung würde sich da bild verkleinern
  width: 300px;
}
*/
@media all and (min-width: 1680px) { 
.Form__wrapper {

    margin-top: 120px;

}

  img.Bild{
  }
}

@media all and (min-width: 1440px) { 
.Intro__title {

    font-size: 36px;
    letter-spacing: 10px;

}

.about, .about_detail {

    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;

}

N
.ewskarte
  {
    justify-content: space-between;
  }
  #inner {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 130px;
    margin-bottom: 200px;
  }
 {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    position: relative;
    top: 0;



  }
}

/*If [device width] is greater than or equal to 1280px, then do {…}”*/
@media all and (min-width: 1280px) { 
.btncontainer, .baby, .Footer__addresses  {
    width: calc(33.33333% - 15px) !important;
    overflow: hidden;

}





.Form__wrapper {

    margin-top: 70px;

}

.scroll:before, .scroll:after {

    transform: scale(0, 1);
    transition: all 1s 0.4s ease;
    transform: scale(1);
}

.ani {

    stroke-dashoffset: 360;
    transition: all 5s ease;

}



.blocks {
  margin-top: 40px;
    display: block;
    padding-right: 0px;
    vertical-align: top;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    width: calc(100% * (1/4) - 10px - 0px);
    position: relative;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.about, .about_detail {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;


}


  .Newskarte{
  }

  #inner {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
        -webkit-transition: top 1s linear;
    -moz-transition: top 1s linear;
    -o-transition: top 1s linear;
    transition: top 1s linear;

  }



.rectangle {
  transition: 0.5s;
}



.rectangle:hover, .rectangle:focus, .rectangle:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  transition: 0.5s;
}


  .Karte{
    width: calc(33.33333% - 15px) !important;
  }
}

@media all and (min-width: 1224px) { 
.left_side, .right_side {

    width: calc(50% - 20px);


}


.Form input, .Form textarea {

    font-size: 15px;

}

.Intro__title {

    font-size: 30px;
    letter-spacing: 8px;

}

.Newskarte {

  margin-right: auto;
  margin-left: auto;
}






}



/* KLEINER ALS 950!!!! If [device width] is smaller than or equal to 950px, then do {…}”*/
@media all and (max-width: 950px) { 
.disappear {
  display: none;
}

.Best {
  margin-top: 70px;
}

#logo{
  display: none;
}


#mobilemenuleiste{
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  position: sticky !important;
  position: -webkit-sticky;
  z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  opacity: 1;
  transition: all .3s cubic-bezier(.4,0,.2,1);
}

#mobilemenu {
  display: block;
   padding: 20px 0;
  text-align: center;
  background-color:#fff;
  font-family: "FuturaBT-Light";
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #1d2930;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  position: relative;


}
.sehbar {
  color: rgba(0, 0, 0, 0) !important;
      -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -ms-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
}

.close {
  position: absolute;
  background-color: white;


}

.close:before, .close:after {
  position: absolute;
  z-index: 99999;
  left: 50%;

  content: ' ';
  height: 33px;
  width: 2px;
   /*  color: rgba(0, 0, 0, 0);*/
  background-color: rgb(205, 170, 114);
  opacity: 0.5;
    transition: all 0.5s linear; /* vendorless fallback */
    -o-transition: all 0.5s linear; /* opera */
    -ms-transition: all 0.5s linear; /* IE 10 */
    -moz-transition: all 0.5s linear; /* Firefox */
    -webkit-transition: all 0.5s linear; /*safari and chrome */
}

.close:hover:before, .close:hover:after {
  opacity: 1;
}

.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}



#navbar {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    background-color: white;
    pointer-events: none;
    position: sticky;
    position: -webkit-sticky;
    opacity: 0;
    top: ;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
    transition: all .3s cubic-bezier(.4,0,.2,1);
}




.menuVisible {
  opacity: 1 !important;
pointer-events: all !important;
z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
overflow: hidden !important;
height: 100% !important;
left: 0 !important;
width: 100% !important;
    -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
   transition-delay: 2s;
   position: fixed !important;
}

@media all and (max-width: 950px){
#navbar {
background-color: white !important;
top: 53px !important;
}
}

#navbar_menu {
  display: block;
  position: absolute;
  z-index: 99999999999999999999999999;
    top:0%;
}

#navbar_menu a {
  display: block;
    position: relative;
    padding: 15px;
    font-family: Futura LT W01,Arial,sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #1d2930;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;

}



.rectangle {

    height: 200px;
    width: 500px;
    top: 440px;
    right:;
}

.aside { /*versteckt die leiste links*/
display: none;
}

.scroll {
  position: relative;
  display: none; /*versteckt die das scroll kreisel*/
}

.inner_rectangle{
  position: relative;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
      -webkit-transition: top 1s linear;
    -moz-transition: top 1s linear;
    -o-transition: top 1s linear;
    transition: top 1s linear;
}




}

.nebeneinander {
    max-width: 1400px !important;
margin-left: auto !important;
margin-right: auto !important;
padding-left: 0 !important;
padding-right: 0 !important;
display: flex !important;
justify-content: center !important;
}

/* ALLES GRÖßER ALS 950, If [device width] is greater than or equal to 950px, then do {…}”*/
@media all and (min-width: 950px) { 
.btncontainer, .baby, .Footer__addresses  {
  max-width: calc(50% - 15px);
    overflow: hidden;
    margin: 15px 0;
    
}








.btn {

    margin-top: 40px;

}

#logomobile{
  display: none;
}


.scroll {
  text-align: center;
  bottom: 1%;
  margin-left: auto;
  margin-right: auto;

  left: 0;
  right: 0;


  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;

}


#mobilemenu, #mobilemenuleiste, #logomobilecontainer {
  visibility: none;
  display: none;
}




#navbar {
box-sizing: border-box;
height: auto;
width: 100%;
opacity: 1;
z-index: 2;
background-color: transparent;
pointer-events: all;
transition: .5s ease-in-out; /* Adds a transition effect when the padding is decreased */
height: 125px;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
overflow: hidden;
position: sticky;
position: -webkit-sticky;

top: 0;
left: 0;
z-index: 9999999999999999999999999999999999999;
overflow: hidden;
padding: 15px 0px 15px 0px;
margin-top: 0px;

}

#navbar.scrolled {
  background-color: black !important;
  transition: background-color 200ms linear;
}



#navbar a.active2 {
/*color: #cdaa72;*/
font-weight: bolder;
}



#navbar_menu {
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0;
display: flex;
}


/* Style the navbar links */
#navbar a {

  display: flex;
  padding: 0.5em;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.25;
  width: 33.3%;
  justify-content: center;
  flex-direction: column;
  text-align: center;

}




/* Style the logo */
#navbar #logo {
  font-weight: bold;
  transition: 0.4s;
  float: center;

  padding: 0.5em;
  line-height: 1.25;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Links on mouse-over */
#navbar a:hover {
  background-color: #ddd;

}

/* Style the active/current link */
#navbar a.active {
  text-align: center;
}

#navbar-right {
  float: right;
  width: 42%;
  display: flex;
}
#navbar-left {
  float: left;
  width: 42%;
  display: flex;
}

#navbar-left-email {
  float: left;
  width: 48.5%;
  display: flex;
  justify-content: right;
}



.scroll {
    position: absolute;
}

#nav_link1, #nav_link2, #nav_link3, #nav_link4{
    font-family: "FuturaBT-Light";
    color: white;
    letter-spacing: 3px;
}

a #nav_link1, a #nav_link2, a #nav_link3,a  #nav_link4 {
      text-decoration: none;
}


.rectangle {

    height: 200px;
    width: 500px;
    top: 440px;
    right: 0px; /*grösser als 950*/
        -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}

.Form__wrapper {

    width: 66.66667%;

}

.Intro__title {

    font-size: 28px;
    letter-spacing: 7px;

}

.Newskarte {

     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-between;

}

.inner_rectangle {

    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
}
  
#inner {

    padding-left: 30px;
    padding-right: 30px;

}

  .Karte{
    max-width: calc(50% - 15px);
    overflow: hidden;
    margin: 15px 0;
}
}

.Portrait, .Portrait_Detail {

    position: relative;
    overflow: hidden;

}

/*If [device width] is greater than or equal to 600px, then do {…}”*/
@media all and (min-width: 768px) { 

.Info{

    display: inline-block;
    padding-right: 80px;
    padding-left: 80px;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;

}

  .KarteOben{
    width: calc(50% - 15px) !important;
      overflow: hidden;
  }


.left_side, .right_side {

    width: calc(50% - 15px);
    margin-top: 15px;

}

.offers {

    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}

.wrapper_offer, .affe{

    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}


.News {

    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
        -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}





.Portrait {
    width: 100%;
  } 


.Portrait, .Portrait_Detail {

    display: inline-block;
    padding-left: 0px;
    vertical-align: top;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    overflow: hidden;
    background-color: white;
}



.container {

  width: 100%;
}


.container2, .container3, .container4, .container5  {

  margin-bottom: 100px;
  width: 100%;
  background-color: ;

}




.scroll button {

}



.Newskarte {
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: space-between;
}
    .inner_rectangle {
    padding-left: 30px;
    padding-right: 30px;
  }

  #inner {
    padding-left: 30px;
    padding-right: 30px;

  }


}
.about_detail {
  max-height: 2000px;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.about{

  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

._detail {
  height: 100%;
}

.about img, .about_detail img  {
 display:block;
 position:relative;
 overflow:hidden;
}
.about:hover img, .about_detail:hover img {
 -webkit-transform:scale(1.08);
 transform:scale(1.08)
}
.about img, .about_detail img {
 -webkit-transition:all .7s cubic-bezier(.4,0,.2,1);
 transition:all .7s cubic-bezier(.4,0,.2,1)
}

.about, .about_detail {


  z-index: 1000000;

  margin-top: 50px;
  display: flex;
  position: relative;
  background-color: white;
}

.Portrait{
  max-width: 25%;
}

.Portrait img {
    max-width: 100%;
    height: 100%;
    float:right;

}

.about_text h1{
  text-align: center;
 text-align: right;
 font-size: 80px;
 color: rgba(29,41,48);
}
.about_text h3{
  color: #455158;
    font-size: 18px;
    font-weight: lighter;
    text-align: justify;
}
.Info {
    width: 75%;

}

.imagepage img {
  transition: 0.5s;
  width: 100%;
}

@media all and (min-width: 0px) and (max-width: 1280px) { 

.imagepage img {
  height: 350px;
  width: 100%;
}
}




@media all and (min-width: 0px) and  (max-width: 500px){ 
.rectangle {

    height: 250px;
    width: 300px;
    position: relative;
    top: 0px;

   
}

.rectangle__schrift h3 {

    font-size: 25px !important;
}
}


@media all and (min-width: 500px) { 
.rectangle {

    height: 250px;
    width: 400px;
    position: relative;
    top: 0px;

   
}
}

@media all and (min-width: 768px) and (max-width: 1280px) { 

.blocks {
    margin: 15px 0;
    display: block;
    padding-right: 0px;
    vertical-align: top;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    max-width: calc(50% - 15px);
    position: relative;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.Karte{
  max-width: calc(50% - 15px);
  overflow: hidden;
  margin: 15px 0;
}



}

.schwarz{
    color: black !important;
}

@media all and (min-width: 0px) and (max-width: 768px) { 

.blocks {
  margin-top: 40px;
    display: block;
    padding-right: 0px;
    vertical-align: top;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    max-width: 100%;
    position: relative;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}


.scroll_about, .scroll_news, .scroll_offer{
  text-align: center;
  margin-top: 25px;

  left: 0;
  right: 0;

}







.about_text h3{
  color: #455158;
    font-size: 18px;
    font-weight: lighter;
    text-align: left;
    margin: 0;
        text-align: justify;

}

}





@media screen and (min-width: 1440px) and (max-width: 1680px){
.hero-text {
  text-align: center;
  position: absolute;
  top: 360px !important;
  left: 50%;
  transform: translate(-50%, -50%);

  font-size: 0.85em !important;
}



.inner_rextangle{
     top: -130px !important;
}
.rectangle {
        left: 70px !important;
    -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}


.offers, .affe{
  padding-left:50px !important;
  padding-right:50px !important;  
}
.News, .wrapper_about{
  padding-left:70px !important;
  padding-right:70px !important;  
}


}

@media screen and (min-width: 1224px) and (max-width: 1440px){



.hero-text {
  text-align: center;
  position: absolute;
  top: 370px !important;
  left: 50%;
  transform: translate(-50%, -50%);

  font-size: 0.8em !important;
}


.scroll {


    bottom: 30% !important;

}
.rectangle {
        left: 90px !important;

}

.offers, .News, .affe, .wrapper_about{
  padding-left:80px !important;
  padding-right:80px !important;  
}

}
@media screen and (min-width: 1444px){
.container1 {
 min-height: calc(100vh - 200px);
}
}

@media screen and (min-width: 1300px) and (max-width: 1444px){
.container1 {
 min-height: calc(100vh - 300px);
}
}


@media screen and (min-width: 950px) and (max-width: 1300px){
.container1 {
 min-height: calc(100vh - 400px);
}
}

.container1 {
  transition-duration: 3s;
}


@media screen and (min-width: 0px) and (max-width: 1440px){
      .inner_rectangle {

    top: 0px;


  }
}

@media screen and (min-width: 950px) and (max-width: 1224px){




.rectangle{
  left: 90px;
    -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
      
}

.offers, .News, .affe, .wrapper_about{
  padding-left:80px !important;
  padding-right:80px !important;  
}


.Info {

    width: 65%;

}

.Portrait {
  max-width: 35% !important;
  position: relative;
}

.Portrait img {
  max-width: 100% !important;

}

a.Read_More {


    margin-top: 0px !important;
    margin-bottom: 40px !important;
    float: left!important;

}




}
@media screen and (min-width: 0px) and (max-width: 950px){
.rectangle {
left: 50%;
transform: translateX(-50%);

}


.Hero__wrapper{
  height: 40vw !important;
}

}

@media all and (min-width: 768px){
.btn {

    min-width: 220px !important;

}
}

@media screen and (min-width: 768px) and (max-width: 950px){
.hero-text {
  text-align: center;
  position: absolute;
  top: 260px!important;
  left: 50%;
  transform: translate(-50%, -50%);
    font-size: 0.6em !important;
}


.Info {

    width: 50%;

}

.Portrait {
  max-width: 50% !important;
  position: relative;
}

.Portrait img {
  max-width: 100% !important;

}


a.Read_More {


    margin-top: 0px !important;
    margin-bottom: 40px !important;
    float: left!important;

}

.about_text h1 {
  text-align: left !important;
  font-size: 50px;

}

.Info_Detail .about_text h1 {
  text-align: center !important;
  font-size: 80px;

}


}


@media all and (min-width: 768px) {
  .max768 {
  display: none !important;
}
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .hero-text {
  text-align: center;
  position: absolute;
  top:260px !important;
  left: 50%;
  transform: translate(-50%, -50%);

  font-size: 0.5em !important;

}

.rectangle_circles_portrait {
  display: none;
}


.min768 {
  display: none !important;
}



.about .about_text {
  position: absolute;
  z-index: 1;
  margin-top: 0px !important;
  bottom: -10px;

}

.about .about_text h1 {
  bottom: 0;
 color: #455158;
    font-size: 12vw;
    text-align: left;
    margin: 0;
 color: white;
  vertical-align:bottom;
  display:table-cell;
}

.Info .about_text h3 {
  display: none;
}

.Info{
  position: absolute;
  background-color: transparent;
left: 20px;
bottom: 10%;
width: calc(100% - 40px);
pointer-events: none;
z-index: 100000;
width: 65%;
z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.Portrait {
  max-width: 100%;
  position: relative;
}
.Portrait img {
  max-width: 100% !important;
}

a.Read_More {

    bottom: 10px !important;
    margin-left: 20px;
    float: left!important;
    position: absolute!important;


}

}

/* 000000000000000000000000000000000000000000000000 */

@media all and (min-width: 0px) { 

.btn {

    display: inline-block;
    width: auto !important;

}

.Read_More {
  position: relative;
}

.Read_More h3 {

}



.about_text {
  vertical-align: middle;
    font-weight: bolder;
  font-size: 12px;
letter-spacing: .05em;
margin-top: 40px;

}

.Read_More {
  font-weight: lighter;
  font-size: 12px;
letter-spacing: .05em;
margin-top: 40px;
text-align: right;
color:#cdaa72;


}


.Read_More_offer {
  font-family: "FuturaBT-Light" !important;
  font-size: 12px;
  letter-spacing: .05em;
  text-align: right;
  color:#cdaa72;

}

a.Read_More {
  position: ;
    font-weight: lighter;
  font-size: 12px;
  letter-spacing: .05em;
  margin-top: 65px;
  display: inline-block;
  float: inline-end;
}
a.Read_More_offer {
    font-weight: lighter;
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: .05em;
  display: inline-block;
  float: inline-start;
}

a.Read_More:hover, a.Read_More_offer:hover {
color:rgba(29,41,48);
}



 button {
  background-color: transparent;
  border: none;
}


.Card__picture {
 display:block;
 position:relative;
 overflow:hidden;
}
.Card__picture:hover img {
 -webkit-transform:scale(1.08);
 transform:scale(1.08)
}
.Card__picture img {
 -webkit-transition:all .3s cubic-bezier(.4,0,.2,1);
 transition:all .3s cubic-bezier(.4,0,.2,1)
}
.Card__picture:after {
 content:"";
 position:absolute;
 top:0px;
 left:0;
 width:100%;
 height:100%;
 background:-webkit-gradient(linear,left top,left bottom,from(rgba(29,41,48,0)),to(#1d2930));
 background:linear-gradient(180deg,rgba(29,41,48,),)
}





.Card__title {

    font-family: "SabonMTStd-Regular";
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    z-index: 100000;
    position: relative;
    margin-bottom: 0px !important;
}



.rectangle_news {

    position: absolute;
    z-index: 100000000000000000;
    font-family: "FuturaBT-Light";
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: min-content;
    background-color: #cdaa72;
    padding: 1px 20px;

}

.rectangle_news h1 {
    font-family: "FuturaBT-Light";
  font-weight: lighter;
  font-size: .7em;
  line-height: 1.2;
  letter-spacing: 2px;
  color: white;
}

.rectangle_top {
  position: relative;
  z-index: 10;
  font-family: "FuturaBT-Light";
  left: 0;
  right: 0;
  text-align: center;;
  bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: min-content;
  background-color: #cdaa72;
      padding: 3px 20px;
      z-index: 1000000000;

}

.rectangle_top h1 {
    font-family: "FuturaBT-Light";
  font-weight: lighter;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 2px;
  color: white;
}

.rectangle_circles_right {
    width: 100%;
    position: absolute;
    height:100%;
    background-repeat: no-repeat;
    z-index: 10000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.rectangle_circles_right:before {
      background-image: url("kreis.png");
    width: 190px;
    content: " ";
    position: absolute;
    height:190px;
    bottom: 0;
    left:0;
    background-repeat: no-repeat;
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}


.rectangle_circles_right:after {
      background-image: url("kreis.png");
    width: 190px;
    content: " ";
    position: absolute;
    height:190px;
    top: 0;
    right:0;
    background-repeat: no-repeat;
    -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}


.rectangle_circles {
    width: 100%;
    position: absolute;
    height:100%;
    background-repeat: no-repeat;
    z-index: 10000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.rectangle_circles:before {
      background-image: url("kreis.png");
    width: 190px;
    content: " ";
    position: absolute;
    height:190px;
    top: 0;
    left:0;
    background-repeat: no-repeat;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}


.rectangle_circles:after {
      background-image: url("kreis.png");
    width: 190px;
    content: " ";
    position: absolute;
    height:190px;
    bottom: 0;
    right:0;
    background-repeat: no-repeat;
}

.rectangle:after {
  border: 1px solid;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-color: #cdaa72;
  position: absolute;
  margin: 10px;
  display: block;
  content: ''
}

.rectangle__schrift {
  z-index: 10000;
  text-align: center;
  margin: 0;
  position: relative;
}

.rectangle__schrift h3 {
  font-size: 30px;
  font-family: "SabonMTStd-Regular";
  margin-top: 10px;
  margin-right:0; 
  margin-left:0;
  margin-bottom:0;
    color: rgba(29,41,48,.6);

}
p.termin_liste {
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
  font-family: "FuturaBT-Light";
  color: rgba(29,41,48,.5);
}
  #inner {
    padding-left: 2px;
    padding-right: 2px;

  }


/*.Card__picture:before {

    border: 1px solid;
    top: 3px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-color: #cdaa72;
    position: absolute;
    margin: 10px;
    display: block;
    content: '';
    z-index: 1;

}
*/



.inner_rectangle {

  padding-left:;
padding-right: ;
padding: 0;
margin-top: 20px;

}



.Bild {

    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    margin-top:0px !important;

}

}







/*^^^If [device width] is greater than or equal to 0px, then do {…}”^^^*/

.Card__date {
    margin-top: 0 !important;
}

.Card__desc, .Card__date {

    margin-top: 10px;
    font-family: "FuturaBT-Light";
    font-size: 14px;
    line-height: 1.6;
    color: #fff;/**/
    text-align: center;
    z-index: 100000;
    position: relative;
    margin-bottom: 0 !important;

}

.Card__wrapper {
    position: absolute;
    left: 20px;
    bottom: 50px;
    width: calc(100% - 40px);
    pointer-events: none;
}

/*If [device width] is less than or equal to 1440px, then do {…}”*/
@media all and (max-width: 1440px) {
   a.Karte{

}
img.Bild{
  height: 450px
  max-width: 335px;
  overflow: hidden;
}

.Card__wrapper {

    left: 40px;
    bottom: 40px;
    width: calc(100% - 80px);

}

.Card__title {
    font-size: 24px;
}

}
/*If [device width] is less than or equal to 1200px, then do {…}”*/
@media all and (max-width: 1024px) {
      a.Karte{

      }
      img.Bild{
        height: 450px
        max-width: 335px;
        overflow: hidden;
      }


.Card__wrapper {
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
}

.Card__title {
    font-size: 22px;
}

.Card__desc {
    font-size: 15px;
}

}

@media all and (max-width: 480px) {
   a.Karte{

}
img.Bild{
  height: 575px
  max-width: 335px;
  overflow: hidden;
}


}

@media all and (max-width: 335px) {
   a.Karte{

}

img.Bild{
  height: 450px
  max-width: 335px;
  overflow: hidden;
}
}

/*.imagepage.overlay {
  position: absolute;
width: 100%;
height: 100%;
}*/

/*@media (min-width:1440px) {
    .imagepage{height: 450px; } 
}
*/

@media screen and (max-width: 480px) {
 

}


/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 580px) {
 

button {

    width: auto;
    padding: 0;
    margin: 0;

    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}


}
/* TERMIN */


/* FOOTER */
footer{
  height: 300px;
    border-top: 1px solid rgba(29,41,48,.2);
background-color: rgba(29,41,48);

}
.Footer__dimensions_oben, .Footer__dimensions_unten {

     margin-top: 50px;   
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0;
justify-content: space-between;
display: flex;
flex-direction: row;
flex-wrap: wrap;
-webkit-transition: 2s;
-moz-transition: 2s;
-ms-transition: 2s;
-o-transition: 2s;
}

.Footer__dimensions_total {
  max-width: 1400px;
margin-left: auto;
margin-right: auto;
position: relative;
top: 0px;
}

.Footer__addresses {
    line-height: 0.7em;
    letter-spacing: 0.2em;
}




.Footer__addresses h4 {
font-weight: lighter;
      font-family: "SabonMTStd-Regular";
color: white;
 text-align: center;
}
.Footer__addresses h5 {
  font-weight: lighter;
      font-family: "SabonMTStd-Regular";
  color: white;
 text-align: center;
 font-size: .8em;
}

.scroll_about, .scroll_news, .scroll_offer{
letter-spacing: 0.1em;
font-weight: bolder;
}






.wrapper_about {
  background-color: white
}

.wrapper_offer { 
}





.seiten {
  position: relative;
  bottom: 0;
  margin: 20px
}


/*
.seiten_oben_links, .seiten_unten_links{
  width: 350px;
  float: inline-start;
  height: 470px;
  background: white;
}

.seiten_oben_rechts, .seiten_unten_rechts{
  width: 350px;
  float: inline-end;
  height: 470px;
  background: white;
}
*/
.blocks:after{

   border: 1px solid;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-color: #cdaa72;
    position: absolute;
    margin: 10px 10px 10px 10px;
    display: block;
    content: '';
    z-index: 10000000;

}

.service_blocks h1{

    text-align: left;
    font-size: 30px;
    color: rgba(29,41,48);
    font-weight: lighter;
    margin: 0;

}
.service_blocks h3{

    color: #455158;
    font-size: 1em;
    font-weight: lighter;
    text-align: justify;
    margin-top: 5px;

}
/*.kreis_wrapper {
  height: 600px;
  max-width: 1400px;

    margin-right: auto;
    margin-left: auto;
    position: relative;
    left: 0;
    right: 0;
    z-index: -100;


}

.kreis {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  left: 0;
  right: 0;
}

*/

.about:after {
  border: 1px solid;

}
.about_detail:after {
      border-left: 1px solid;
        border-right: 1px solid;
}
.about:after, .about_detail:after {
    border: 1px solid;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-color: #cdaa72;
    position: absolute;
    margin: 10px;
    display: block;
    content: '';
    z-index: 10000000;

}

.rectangle_circles_portrait {

    width: 100%;
    position: absolute;
    height:100%;
    background-repeat: no-repeat;
    z-index: 10000;
    right: 0;
}

.rectangle_circles_portrait:after {
      background-image: url("kreis.png");
    width: 190px;
    content: " ";
    position: absolute;
    height:190px;

    background-repeat: no-repeat;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.rectangle_circles_portrait:before {
      background-image: url("kreis.png");
    width: 190px;
    content: " ";
    position: absolute;
    height:190px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(1, 1);
}


._foto {
  width: 70%;
  height: 70%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
    margin-top:20px;
    margin-bottom: 20px;
  right: 0;
  left: 0;
  display: block;
}

.wrapper_offer_detail {
  margin-top: 80px;
}

.offers_detail {
  display: block !important;
}


.offers {

    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
        -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;

}

.offers_link h2{
  text-align: center;
    letter-spacing: .05em;
  margin: 0;
  font-family: "FuturaBT-Light";
      font-size: 15px;
      color: #cdaa72;
}

{

  text-align: center;
font-weight: lighter;
    font-size: 12px;
    letter-spacing: .05em;
font-family: "FuturaBT-Light" !important;

font-size: 12px;

letter-spacing: .05em;

text-align: right;

color: #cdaa72;
}
.number-rhomb-big, .number-rhomb-min{

    transform-origin: 50% 50%;
    transform: rotate(45deg);

}



.ani {

    fill: none;
    stroke-width: 1px;
    stroke: rgba(29,41,48,.2);
    stroke-dasharray: 360;
    stroke-dashoffset: 0;

}



.scroll svg, .scroll_about svg, .scroll_news svg, .scroll_offer svg  {

    width: 94px;
    height: 94px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -47px;
    left: 50%;
    margin-left: -47px;
    z-index: 2;

}

.scroll_test svg {

    width: 94px;
    height: 94px;
    display: block;
    position: relative;
    top: 50%;
    margin-top: -47px;
    margin-bottom: 50px;
    left: 50%;
    margin-left: -47px;
    z-index: 2;

}


.scroll button {

  font-size: 1.4em;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
transition: all .3s cubic-bezier(.4,0,.2,1);
}

.scroll button:hover {

opacity: .5;
}

.scroll button, .scroll_about button, .scroll_news button, .scroll_offer button {
  color: #cdaa72;
  position: relative;
  z-index: 1000;
  font-weight: lighter;

}

.scroll:before, .scroll:after, 
.scroll_about:before, .scroll_about:after, 
.scroll_news:before, .scroll_news:after, 
.scroll_offer:before, .scroll_offer:after {

    content: '';
    width: 35%;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #cdaa72;

}

.scroll:before, .scroll_about:before, .scroll_news:before, .scroll_offer:before {

    right: 70%;
    transform-origin: right center;

}

.scroll:after, .scroll_about:after, .scroll_news:after, .scroll_offer:after  {

    left: 70%;
    transform-origin: left center;

}

.scroll, .scroll_about, .scroll_news, .scroll_offer {
  max-width: 350px;

}

.scroll_about, .scroll_news, .scroll_offer{
  position: relative;
      margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.scroll_about{
      margin-bottom: 5% !important;
}

a.Karte {

}

p.text {
  margin: 0;
}

.Karte:before {


    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-color: white;
    position: absolute;
    display: block;
    content: '';
    z-index: 1;

}

.Width {
  max-width: 1400px;
  margin-left: auto;
  margin-right:auto;
  position: relative;

}

.Best{
  margin-top: 200px;
  text-align: center;
  font-size: 1.5em;
  font-weight: lighter;
  color: rgba(29,41,48);
}

@media all and (max-width: 767px){
.Best h1 {
  font-size: 3Rem;

}
}

.Best h3 {
  font-size: 1rem;
  color: #cdaa72;
    font-weight: lighter;

}

.affe {
  display: inline-flex;
  justify-content: space-between;
          text-align: justify;
      -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}

.right{
    max-width: calc(50% - 15px);
}

.left{
    max-width: calc(50% - 15px);
}


.about_foto_detail {
  width: 50%;
}

.nav-button {

    width: 55.2px;
    height: 55.2px;
    z-index: 101;
    top: 7px;
    right: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transform: translate3d(0, 0, 0);

}

.nav-button:before, .nav-button:after {
    display: block;
}

.nav-button:before, .nav-button:after, .nav-button span {

    width: 46px;
    height: 46px;

    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 50%;
    transition: all 0.3s ease-out;
    margin-left: -23px;
    will-change: transform;
    box-sizing: border-box;    
    transition: 0.70s;

}

.nav-button span {
 display: grid;
}


.nav-button:hover:before {
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
} 

.nav-button:hover:after {
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
} 

.nav-button:before, .nav-button:after {

    content: '';
    border: 1px solid white;

}

.nav-button {

    z-index: 1001;

}

.nav-button {
    border-radius: 50%;
    right: 50%;
    margin-right: -33px;

}


.nav-button:before {
  transform: rotate(45deg)


}

.btn1 {
  position: absolute;
  z-index: 99999999999999999;
  top:20px;
}

.nav-button {

    width: 66px;
    height: 66px;
    top: 12px;
    border: 1px solid white;
    margin-right: auto;
    margin-left: auto;
}

.btn {

font-weight: 550;
font-size: 12px;
line-height: 1.2;
color: #1d2930;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
color: #cdaa72;
display: block;
position: relative;
left: 8px;
padding: 15px 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
    font-family: "FuturaBT-Light" !important;

text-transform: uppercase;
text-align: center;
width: calc(100% - 16px);
min-width: 200px;
color: #cdaa72;
background-color: #1d2930;

-webkit-transition: all .3s cubic-bezier(.4,0,.2,1);

transition: all .3s cubic-bezier(.4,0,.2,1);
margin-top: 20px;
}
.btn::after {

    right: -8px;

}
.btn::before {

    left: -8px;
}

.btn::after, .btn::before {
    background-color: #1d2930;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 5px;
    height: 100%;
    -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
    transition: all .3s cubic-bezier(.4,0,.2,1);

}

a.btn {
  background-color: rgba(29,41,48);
    color: #cdaa72 ;
}

a.btn:hover {
  background-color: #cdaa72;
  color: white;
}

a.btn:hover:before, a.btn:hover:after  {
  background-color: #cdaa72;
  color: white;
}

.btncontainer a.btn {
  background-color: #cdaa72 ;
    color: white ;
}

.btncontainer a.btn:before, .btncontainer a.btn:after  {
  background-color: #cdaa72 ;

}




a.btn {

    margin-top: 5px;

}

.btn, .btn-inline {

    display: inline-block;
    font-size: 12px;

}
footer {
  position: relative;
}

footer nav {
  position: absolute;
  z-index: 100;
  bottom: 20px;
}

footer ul {

    text-transform: uppercase;
    color: white;
    font-family: "FuturaBT-Light";



}

footer li {
      text-transform: uppercase;
    color: white;
    font-family: "FuturaBT-Light";
  display: block;    
  font-weight: lighter;
  text-decoration: none;
  font-size: 10px;
font-weight: 700;
letter-spacing: .5px;
margin-left: 40px;
margin-right: 40px;

}

i {

    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: scale(1) translate3d(0, 0, 0);
    transition: all 0.3s ease;
    background: white;
    z-index: 1000;

}

.rule-item {
    width: 100%;
    height: 40px;
    display: block;
    position: relative;
    cursor: pointer;
}

.rule {

    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -90px;

}

aside {

    width: 25px;
    height: 100%;
    min-height: 580px;
    display: block;
    position: fixed;
    top: 0;
    left: 26px;
    z-index: 99999999999999;

}

.versuch {
  position: relative;
  top:-13px;
}

.versuch button{
  position: relative;
  display:block;
  height: 30px;
  width: 30px;
  margin: 0px 0px;

  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #383736;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  z-index: 1;
  cursor: pointer;
  opacity:1 ;
  transition:         1s ease-in;
  -o-transition:      1s ease-in;
  -ms-transition:     1s ease-in;
  -moz-transition:    1s ease-in;
  -webkit-transition: 1s ease-in;
}

.svg img, .active img  {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: -1;
}
.svg, .active{
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
  position: absolute;

}

.Eins:before {
          background-image: url("PfeilOSp.png")!important;
}


.Drei:before {
          background-image: url("Sg.png")!important;
}

.Vier:before {
          background-image: url("Ng.png")!important;
}

.Fuenf:before {
          background-image: url("Bg.png")!important;
}

.Sechs:before {
          background-image: url("PfeilUSp.png")!important;
}


.active:before{

  top:-3px !important;

}

.active:before{
  position:absolute;  
  content:"";

  width:100%;
  height:100%;
  top:35px;
  left:-4px;
  z-index:1;
      background-repeat: no-repeat;
        background-image: url("Ag.png");
        background-size: 35px 35px;
  opacity:1;
  -webkit-transition: all .3s cubic-bezier(.49,.67,.69,.87);
}

.svg:before{
  position:absolute;  
  content:"";

  width:100%;
  height:100%;
  top:35px;
  left:-4px;
  z-index:1;
      background-repeat: no-repeat;
        background-image: url("Ag.png");
        background-size: 35px 35px;
  opacity:1;
  -webkit-transition: all .3s cubic-bezier(.49,.67,.69,.87);
}

.svg:hover, .active:hover{
  color:white;
  background-repeat: no-repeat;
  border: 0px #d19b26 solid;
  opacity:1;
}
.svg:hover:before, .active:hover:before {
  opacity: 1;
    top:-3px;
}


.notice {

    height: 12px;
    display: block;
    position: absolute;
    bottom: 50%;
    left: 18px;
    margin-bottom: 65px;
    transform-origin: 0 100%;
    font-family: "PFBulletinSansPro",sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.2em;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translate3d(0, 15px, 0) rotate(-90deg);

}

.notice.activer {

    opacity: 1;
    transition: all 0.3s 0.3s ease;
    transform: translate3d(0, 0, 0) rotate(-90deg);

}



.scroll_about, .scroll_news, .scroll_offer{
  text-align: center;
  margin-top: 70px;

  margin-left: auto;
  margin-right: auto;

  left: 0;
  right: 0;

}

  .highlight {
    background: yellow;
  }



.rectangle {
    background-color: white;  /*d0dcda*/
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding: 20px;
       /*   background-image: url("ferne.jpg");*/
    -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}

.Form {

    padding-left: 30px;
    padding-right: 30px;

}


.Form__wrapper {

    margin-top: 60px;

}

.about_text {
    text-align: center;
}

.about_text a {
    display: inline-block;
  margin-bottom: 50px;
    margin-top: 40px;
  color: #cdaa72;
  font-family: "FuturaBT-Light";



}
.btncontainer, .baby, .Footer__addresses  {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.btncontainer .btn {
      right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
    position: absolute;
}

.scroll_offer button.cursor {
  cursor: pointer;
}


@media screen and (min-width: 1224px){
  .about_detail {
      justify-content: space-between;
  }

  .Info_Detail {
      order:1;
  }

  .Portrait_Detail {
      order:2;
  }

  .Portrait_Detail {
     width: 50%; 
}

.Info_Detail {

    width: 50%;

}
}

@media all and (max-width: 1224px){
    .Portrait_Detail {
      margin-top: 80px;
      max-height: 500px;


    }

.about_detail .about_text h1 {

    text-align: center;



}


  .Info_Detail {
      order:2;

  }

  .Portrait_Detail {
      order:1;
  }

    .Portrait_Detail img {
            display: block;
    margin: 0 auto;
}
}
.about_detail {
      flex-wrap:wrap;
position: relative;
    justify-content: center;
}

.Info_Detail, .Portrait_Detail {
    position: relative;
}


@media all and (min-width: 0px){
.Info_Detail {
    display: inline-block;

    vertical-align: top;

    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    }

 .Portrait_Detail {

    display: inline-block;
    padding-left: 0px;
    vertical-align: top;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    overflow: hidden;
    background-color: white;

}   
}



.offers_detail {
padding-left: 40px;
padding-right: 40px;
}

@media all and (max-width: 950px){
.offi {
padding-left: 40px;
padding-right: 40px;
}


}

.offers_link h2 {
  margin-top: 50px;
  margin-bottom:50px;
}

.offer_detail_text {
  margin-top: 50px
}

.offer_detail_text h1 {
  font-size: 4.5em;
}


.block_detail {
  margin-left:auto;

margin-right:auto;

}

.width {
  width: 100% !important;
}

.notop {
    margin-top: 0px !important;
}

.babylogocontainter {
  position: relative;
  width: 100%;
}

.babylogooben {
    z-index: 100000;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
  }


.babylogooben-email {
    z-index: 100000;
    position: relative;
    display: block;

    max-height: 60px;
  }


.Intro__title {
font-family: "SabonMTStd-Regular";

    font-size: 5vw;
    line-height: 1.1;
    letter-spacing: 6px;
    color: #1d2930;
    text-align: center;
    text-transform: uppercase;

}

.Intro__subtitle {

    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    font-family: Futura LT W01,Arial,sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #1d2930;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 2;
    text-align: center;

}






.Hero__wrapper {

    position: relative;
    height: 350px;
    overflow: hidden;

}


.Hero__image {

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;

}

.Hero__inner, .Hero__overlay {

    position: absolute;
    width: 100%;
    height: 100%;

}

.Hero__overlay {

    top: 0;
    left: 0;
    background-color: rgba(29,41,48,.3);

}

.Hero__title {

    width: 83.33333%;
    margin-left: auto;
    margin-right: auto;

}
.Hero__inner {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding-left: 20px;
    padding-right: 20px;

}

.Hero__title {

      font-family: "SabonMTStd-Regular";
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 6px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;

}

.viererweite {
  width: 4% !important
}

.dreierweite {
  width: 3% !important
}

.Content {

    margin-top: 80px;
    margin-bottom: 80px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;

}

.workingtext p {
      font-family: "SabonMTStd-Regular";
    font-size: 25px;
    line-height: 1.7;
    color: #1d2930;

}

.workingtext h2 {

    margin-top: 30px;
      font-family: "SabonMTStd-Regular";
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 6px;
    color: #1d2930;
    text-align: center;
    text-transform: uppercase;

}

.Intro {
  text-align: center;
}



@media all and (min-width: 768px){
.Hero__inner {

    padding-left: 30px;
    padding-right: 30px;

}

.Hero__title {

    width: 66.66667%;

}

.workingtext {

    margin-left: auto;
    margin-right: auto;
    width: 83.33333%;

}


}

@media all and (min-width: 1024px){
.workingtext {

width: 66.66667%;

}
.workingtext p {

    text-align: justify;

}

.workingtext h2 {

    margin-top: 40px;
    font-size: 28px;

letter-spacing: 7px;
}

.Intro__title {

    font-size: 55px;
    letter-spacing: 7px;

}
.Intro__subtitle {

    max-width: 41.66667%;

}
}
@media all and (min-width: 1440px){
  .Hero__wrapper {

    height: 450px;
}
.Hero__inner {

    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;

}
.Hero__title {

    font-size: 40px;
    letter-spacing: 20px;

}

.workingtext p {
font-size: 27px;
    line-height: 1.8;

}

.workingtext h2 {

    font-size: 36px;
    letter-spacing: 10px;

}
.Intro__title {

    font-size: 60px;
    letter-spacing: 10px;

}
.Content {

    margin-top: 130px;
    margin-bottom: 130px;
    margin-top: 200px;
    margin-bottom: 200px;

}

.Content {

    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;

}
}

@media all and (min-width: 1680px){
.workingtext {



}


}



/* START NAVI UNTEN */

.footer-section-2.home-footer {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
        font-family: Futura LT W01,Arial,sans-serif;
}

.footer-section-2.about-footer, .footer-section-2.home-footer {
    width: 100vw;
    border-top-color: #dab967;
    background-color: transparent;
}

.footer-section-2 {
    display: flex;
    height: 100px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #222;
}




.footer-section-2, .new-footer {
    border-top: 1px solid rgba(0,0,0,.1);
        border-top-color: rgba(0, 0, 0, 0.1);
}



.grid-7 {
    display: block !important;
    max-width: 100%;
    max-width: 1280px;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 12.5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50px;
    grid-template-rows: 50px;
}


.footer-nav-menu-2, .footer-section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.footer-navbar {
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
}




.footer-nav-menu {
    display: flex;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.footer-nav-menu, .footer-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.w-nav-menu {
    float: right;
}

.w-nav-menu {
    position: relative;
}

.footer-nav-link {
    display: -ms-flexbox;
    display: flex;
    height: 60px ;
    padding: 0 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 12px;
    letter-spacing: 1.5px;
}

.first-impression-start, .footer-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
}

.w-nav-link {
    display: inline-block;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}


/*ENDE START NAVI UNTEN ENDE*/

/*HOME und BACK*/

.horizontal._2-menu-items {
    width: auto;
    margin-top: 10px;
}

.horizontal._2-menu-items, .horizontal.about-detail-lists {
    padding-left: 0;
    margin-left: 0;
}



.speaker-2-links {
    padding: 10px;
    position: relative;
        font-family: Futura LT W01,Arial,sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    cursor: pointer;
}

.speaker-2-links {
    text-decoration: none;
}

.lil-gold-logo1 {
    position: relative;
    left: auto;
    right: auto;
    width: 100px;
    margin-top: 25px;
}

/*HOME und BACK ENDE*/


/* Hauptfooter */

.new-footer {
    position: relative;
    z-index: 999999;
    padding: 75px 25px;
    background-color: #fff;
}

.footer-section-2, .new-footer {
    border-top: 1px solid rgba(0,0,0,.1);
}


/* FOOTER 2. DIV*/
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
.new-footer-grid {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    grid-column-gap: 0;
    grid-row-gap: 0;
    -ms-grid-columns: 25% 40% 25% 10%;
    grid-template-columns: 25% 40% 25% 10%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

a.linie {
    display: inline; 
}

@media all and (max-width: 479px){ 
.new-footer-grid {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
}

@media all and (max-width: 479px){ 
.new-footer-grid, .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
}
@media all and (max-width: 479px){ 
.new-footer-grid, .venture-about-wrapper {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
}
/* FOOTER 2. DIV ENDE*/

/* Div im Hauptfooter mit LOGO/HOCH/HOME/BACK */
#w-node-3c52bdcc5c50-ddfa644e {
    -ms-grid-column-align: start;
    justify-self: start;
}

.div-block-9 {
    padding-top: 5px;
}

@media all and (max-width: 479px){
.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
}
@media all and (max-width: 479px){
.div-block-9, .tab {
    margin-bottom: 25px;
}
}
/* Div im Hauptfooter mit LOGO/HOCH/HOME/BACK ENDE*/
.image-4 {
    min-height: 33px;
}
    .image-4 {
    position: relative;
    left: -12px;
}

@media all and (max-width: 479px){
.image-4 {
    left: 0px;
}

}



.horizontal._2-menu-items.footer-buttons-holder {
    position: relative;
    margin-top: 10px;
}

.horizontal._2-menu-items {
    width: auto;
    margin-top: 10px;
}

.horizontal._2-menu-items, .horizontal.about-detail-lists {
    padding-left: 0;
    margin-left: 0;
}



.speaker-2-links.first {
    padding-left: 0;
}
@media all and (max-width: 479px){
.horizontal._2-buttons, .horizontal._2-menu-items {
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}


.horizontal._2-menu-items {
    -ms-flex-direction: row;
    flex-direction: row;
}


.div-block-4, .horizontal._2-menu-items.footer-buttons-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}


.horizontal._2-menu-items.footer-buttons-holder {
    display: flex;
}
}

#w-node-00874e81607e-ddfa644e, #w-node-519d0c7d8943-ddfa644e, #w-node-6b679c976b33-fe56b0bb, #w-node-b029765b624f-ddfa644e {
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    -ms-grid-row-span: 1;
}
#w-node-519d0c7d8943-ddfa644e {
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
}



.about-column-pragraph.footer-par {
    position: static;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 20px;
    text-align: left;
}

@media all and (max-width: 991px){
.about-column-pragraph.footer-par {
    padding-left: 30px;
}
}

@media all and (max-width: 767px){
.about-column-pragraph.footer-par, .about-column-pragraph.footer-par.cokumn-par {
    padding-right: 0;
}
}

@media all and (max-width: 479px){
.about-column-pragraph.footer-par {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}
}

.about-column-pragraph {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    margin-top: 192px;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    color: #455158;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 1px;
}

@media all and (max-width: 767px){
.about-column-pragraph {
    width: 80%;
    margin-top: 172px;
    margin-left: 10%;
}
}

@media all and (max-width: 479px){
.about-column-pragraph {
    width: 100%;
    margin-top: 192px;
    margin-left: 0;
}
}

.link-4 {
    display: inline;
    color: #455158;
    cursor: pointer;
}

#w-node-b029765b624f-ddfa644e {
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
}

.horizontal.footer-holder {
    margin-left: 0;
    padding-left: 30px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media all and (max-width: 991px){
.horizontal.about-hor, .horizontal.footer-holder, .menu-button-3 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}

.horizontal.about-hor, .horizontal.footer-holder, .menu-button-3, .nav-menu-2 {
    -webkit-box-orient: vertical;
}

.horizontal.footer-holder {
    padding-left: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}

.about-column-pragraph {
    padding-bottom: 20px;

}

@media all and (max-width: 767px){
.horizontal.footer-holder {

    padding-left: 10px;
}
}

@media all and (max-width: 479px){
.horizontal.footer-holder {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
}

.about-column-pragraph.footer-par.cokumn-par {
    padding-right: 60px;
}

.about-column-pragraph.footer-par {
    position: static;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 20px;
    text-align: left;
}

.about-column-pragraph.footer-par.cokumn-par.second, .about-column-pragraph.footer-par.second {
    padding-right: 0;
}
@media all and (max-width: 991px){
.about-column-pragraph.footer-par {
    padding-left: 30px;
}
}
@media all and (max-width: 767px){
.about-column-pragraph.footer-par, .about-column-pragraph.footer-par.cokumn-par {
    padding-right: 0;
}
}
@media all and (max-width: 479px){
.about-column-pragraph.footer-par.cokumn-par {
    width: 40%;
    padding-right: 0;
    padding-left: 0;
}

.about-column-pragraph.footer-par.second {
    width: 40%;
    padding-left: 0;
}
.about-column-pragraph.footer-par {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}
}





#w-node-00874e81607e-ddfa644e {
    -ms-grid-column-align: end;
    justify-self: end;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
}

.header-links-wrapper.invert.footer {
    width: 50px;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-column-gap: 0;
    -ms-grid-columns: 50px;
    grid-template-columns: 50px;
    -ms-grid-rows: 50px 50px 50px;
    grid-template-rows: 50px 50px 50px;
}

.invert {
    -webkit-filter: invert(100%);
    filter: invert(100%) !important;
}

.header-links-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-row-gap: 12.5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50px 50px;
    grid-template-rows: 50px 50px;
    -webkit-filter: none;
    filter: none;
}

.linkstb, .linksfl, .logopop{
            animation-duration: 1s;
            animation-delay: 1s;
    transform-style: preserve-3d;
    animation-timing-function: linear;
    will-change: transform, opacity;
    opacity: 0;
  -webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
  -moz-animation-fill-mode: forwards;    /* FF 5+ */
  -o-animation-fill-mode: forwards;      /* Not implemented yet */
  -ms-animation-fill-mode: forwards;     /* IE 10+ */
  animation-fill-mode: forwards;         /* When the spec is finished */
}


.linkstb{
    animation-name: hlwtb;

}

@keyframes hlwtb {
    0% {  transform: translate3d(-50%, 0px, 0px);
             opacity: 0;
             overflow: hidden;
    }
    
    100%  {  transform: translate3d(0%, 0px, 0px);
             opacity: 1; 
             overflow: visible;
    }

}

.linksfl{
    animation-name: hlwfl;

}

@keyframes hlwfl {
    0% {  transform: translate3d( 50%, 0px, 0px);
          opacity: 0;
          overflow: hidden;
    }
    
    100%  {  transform: translate3d(0%, 0px, 0px);
             opacity: 1; 
             overflow: visible;
    }

}

.logopop{
    animation-name: lpop;

}

@keyframes lpop {
    0% {  transform: scale3d( 0, 0, 1);
          opacity: 0;
    }
    
    100%  {  transform: scale3d(1, 1, 1);
             opacity: 1; 
    }

}



@media all and (max-width: 479px){
.grid, .header-links-wrapper.invert.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.contact-info-text-block.horizontal-info, .header-links-wrapper.invert.footer {
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.header-links-wrapper.invert.footer {
    display: flex;
    width: 50%;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

}

.contact-section, .expertise-full-list-collection-wrapper, .first-impression-start, .header-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.first-impression-start {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 767px){
.first-impression-start {
    padding-bottom: 25vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
}
@media all and (max-width: 479px){
.first-impression-start {
    height: auto;
    padding-bottom: 10vh;
}
}


.grid-4, .grid-7, .header-links-wrapper {
    grid-column-gap: 12.5px;
}

#w-node-00874e81607f-ddfa644e, #w-node-c5441262bf30-3ba8debe, #w-node-c5441262bf42-3ba8debe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

.round-button.light.top {
    border-color: hsla(0,0%,100%,.1);
}

.round-button.light {
    border-color: hsla(0,0%,47.3%,.1);
}

.round-button {
    display: flex !important;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,.1);
    border-radius: 100px;
    background-color: rgba(255,255,255,.3) !important;
}

.map, .round-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}



#Name.w-node-c5441262bf61-3ba8debe, #w-node-00874e816081-ddfa644e, #w-node-347f2b6cc51d-fe56b0bb, #w-node-347f2b6cc51e-fe56b0bb, #w-node-c5441262bf34-3ba8debe, #w-node-c5441262bf46-3ba8debe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-284d8c9882ff-ddfa644e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
}

#w-node-00874e816072-ddfa644e { 
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
}
/* Hauptfooter ENDE */

@media all and (min-width: 950px){
.mbm-multiply {
    mix-blend-mode: multiply;
}
.main-hero-gradient {
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1D4C71),to(transparent));
    background-image: linear-gradient(180deg,#1D4C71,transparent);
    opacity: .1;
}
.hero-img-wrapper, .main-hero-gradient {
    top: -125px;
    left: 0;
    right: 0;
    position: absolute;
}
}
/*navi neu*/

.nav-up {
  top: -125px; /* same as header height. use variables in LESS/SASS */
}




@media all and (min-width: 950px){
.overall {

    position: absolute;
    z-index: 0;

    min-height: 800px;
    margin-left: 0;
    -webkit-filter: none;
    filter: none;
    top: 0px;

}

}
.overall img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}




.overlay-bg {

}
