body {
	font-family: 'acumin-pro', sans-serif;
	background-color: transparent;
}

h3 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2;
}

/* Navigation */

.a-20_hero-head {
    padding-top: 50px;
}

img.a-20-nav-info-svg {
    filter: opacity(20%);
}

img.a-20-nav-info-svg:hover {
    filter: opacity(30%);
}

.a-20_nav-base-0 {
    font-size: 1.15rem;
    font-weight: 400;
}

.a-20_nav-base-1 {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 0;
}


.a21_navbar_linkcontainer-nav {
    padding: 30px 0 0 0;
}

.a21_navbar_linkcontainer-footer {
    padding-top: 50px;
}

.a21_navbar_mainlink {
    padding: 0 !important;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.a21_navbar_mainlink-rechts {
    padding: 14px 0 0 0 !important;
    vertical-align: bottom;
    font-family: calling-code, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    
    color: #ea5651 !important;
}

/* Landing Page */

.a-20-gap-column-width-hero {
    width: 9vw!important;
}

.a-20_hero-container-podcasts-over-1024w {display: none;}
.a-20_hero-container-subline-over-1024w {display: block;}

@media screen and (max-width: 1600px) and (min-height: 1100px) {

    .a-20_hero-container-podcasts-over-1024w {display: block;}
    .a-20_hero-container-subline-over-1024w {display: none;}
}

@media screen and (max-width: 1024px) and (min-height: 1100px) {

    .a-20_hero-container-podcasts-over-1024w {display: none;}
}

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

    .a-20_hero-container-subline-over-1024w {display: none;}
}

@media screen and (max-width: 1024px) and (max-height: 560px) {

    .a-20_footer-container-img {display: none;}
}

.a-20_hero_section-intro {
    background: linear-gradient(to right, rgba(234,86,81,0.4) 38%, #f8f8f8 0%);
}

.a-20_hero_section-welcome1 {
    background: linear-gradient(to right, rgba(146,195,171,1) 100%, #f8f8f8 0%);
}

.a-20_hero_section-welcome2 {
    background: linear-gradient(to right, #f8f8f8 38%, rgba(146,195,171,1) 0%);
}

.a-20_hero_section-intro-ehl {
    background: linear-gradient(to right, #f8f8f8 38%, #f8f8f8 0%);
}

.a-20_section_network {
    padding-top: 80px;
}

.a-20_hero-column-margin {
    margin-top: -12vh;
}

.a-20_hero-title {
    font-family: almaq-rough, sans-serif; /* font-family: octin-vintage, sans-serif; */
	font-size: 5.5vw;
	font-weight: 600;
    line-height: 0.9;
}

.a-20-speechbubble-1 {
    -webkit-transition: -webkit-border-radius 10.5s ease-in;
    -moz-transition: -moz-border-radius 10.5s ease-in;
    -o-transition: border-radius 10.5s ease-in;
    -ms-transition: border-radius 10.5s ease-in;
    transition: border-radius 10.5s ease-in;
}

.a-20-speechbubble-1:hover {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.a-20-speechbubble-1:hover .a-20-speechbubble-2:after {
    content: "creating \A audio \A adventures.";
    white-space: pre; /* or pre-wrap */
}

.a-20-speechbubble-1:hover .a-20-speechbubble-2:before {
    content: "";
}

.a-20-speechbubble-2:before {
    content: "Abenteuer, die Mehrwert schaffen.";
}

img.a-20_hero-podcast-logos {
    max-width: 250px;
    margin: 1rem auto;
}

img.a-20_hero-clients-logos {
    max-width: 150px;
    max-height: 150px;
    margin: 1rem auto;
}

.a-20_hero-subtitle {
    line-height: 1.5;
}

.a-20_h0_rollerscript {
    font-family: rollerscript-smooth, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 70px;
    line-height: 1.2;
    text-align: center;
}

.a-20_landing-page_hero-bg {
    padding-top: 100px;
    background-image: url("../img/ci/10_RGB_312CD2D_bg_trans_sub2-skinny.png"); /* The image used */
    background-color: transparent; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 50%; /* Resize the background image to cover the entire container */
}

.a-20_h1-title {
    display: inline;
    text-align: center;
    font-size: 5.9rem;
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: 2px;
    padding: 1rem 2rem;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    border-style: solid;
    border-width: 12px;
}

.a-20_h2-title {
    display: inline;

    text-align: center;
    font-size: 50px;
    font-weight: 600 !important;
    line-height: 2.8;
    letter-spacing: 2px;
    padding: 1rem;
    
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    
    border-style: solid;
    border-width: 4px;
}

.button.is-a_21-black_white {
    border-width: 1px;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    white-space: nowrap;
    margin-top: 0.5rem;
}

.bgdeco {
  width: 1700px;
  height: 100px;
  margin: 30px;
  border: 1px solid yellow;
  background-image: url(http://placekitten.com/2000/700);
  background-attachment: fixed;
  background-position: top center;
}

p.a-20_company-setlist-title {
    text-align:center;
    padding-bottom:20px;
    font-size:2rem;
    margin-bottom: 50px;
}

.a-20_h2-subtitle {
	font-size: 16px;
    line-height: 26px;
}

.a-20_child_title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
}

.a-20_child_title-modal {
    font-family: 'thunderhouse-pro', sans-serif;
    font-size: 5rem;
    font-weight: 100;
    padding: 0;
    line-height: 1.5;
    text-align: center;
}

h2.a-20_impressum_title {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    line-height: 2;
}

p.a-20_impressum_sub {
    padding: 10px 0;
    font-weight: 600;
}

p.a-20-impressum_padding-top {
    padding-top: 5px;
}

p.a-20_impressum_point-first {
    padding-top: 5px;
    padding-left: 5px;
}

p.a-20_impressum_point {
    padding-left: 5px;
}

p.a-20_impressum_point-first::before,
p.a-20_impressum_point::before {
    content: "· ";
    font-weight: 800 !important;
}

p.a-20_tile-frame {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.a-20_goal_box {
	background-color: #f8f8f8;
}

.a-20_goals-h1 {
    line-height: 2;
}

.a-20_goals-h2,
.a-20_goals-h3 {
    line-height: 1.5;
}

.a21-logo_3-landing-page {
    font-size: 2rem;
    max-height: 50px;
    display: grid;
    grid-template-columns: 50px 52px 42px 50px 50px;
    grid-template-rows: 50px;
    grid-column-gap: 5px;
}

.a21-section-headline-margin {
    margin-top:-200px;
}

.a21-landing_page_zitat_autor {
    font-style: italic;
    font-size: 1.4rem;
}

.a21-scroll_body {
   padding-top: 0 !important;
   padding-bottom: 0 !important;
   padding-left: 0 !important;
}

.a21-scroll_wrapper {
    position: relative;
    background-color: transparent;
    z-index: 1;
}

.a21-scroll_wrapper-zahl {
    font-family: 'acumin-pro', sans-serif;
    font-size: 9rem;
    font-weight: 700;       
    opacity: 0.08;
    position: absolute; 
    top: 0; 
    right: 10px; 
    z-index: -1; 
    text-align: center;
    color: #312c2d; 
    line-height: 0.8;  
}

p.a21-scroll_wrapper-headline {
    font-size: 2rem;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 1;
    font-weight: 700;
}

p.a21-scroll_wrapper-text {
    padding-top: 20px;
}

.a21-scroll_wrapper-desktop {
    min-height: 140px;
}

.a21-scroll_wrapper-text-desktop {
    line-height: 1.4 !important;
}

/* Make the container relative */
.swap-on-hover {
    position: relative;   
    margin: 0;
    max-width: 25px;
    margin-top: 13px;
    margin-left: 5px;
}

/* Select the image and make it absolute to the container */
.swap-on-hover img {
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    /* Sets the width and height for the images*/

}

/* 
    We set z-index to be higher than the back image, so it's alwyas on the front.

We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
*/
.swap-on-hover .swap-on-hover__front-image {
  z-index: 9998;
  transition: opacity linear;
  cursor: pointer;
  
}

/* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
.swap-on-hover:hover > .swap-on-hover__front-image{
  opacity: 0;
}

img.a-20_partner-logos-landing-page {
	vertical-align: middle;
  	text-align: center;
  	max-height: 150px;
    padding: 10px;
}

img.a-20_clients-logos-landing-page {
	vertical-align: middle;
  	text-align: center;
  	max-height: 55px;
    padding: 10px;
}

img.a-20_podcast-logos-landing-page {
	background-color: #f8f8f8;
    padding: 0;
}

img.a-20-modal-logos-landing-page {
    display: inline-block;
    max-width: 20rem;
    width: 100%;
}

a.a-20-modal-logos-landing-page-hover:hover img,
a.a-20-podcast-logos-landing-page-hover:hover img {
    opacity: 0.85;
}

img.a-20_podcast-logos-landing-page.box.a-20-modal-logos-landing-page.a-20-modal-first {
    max-width: 20rem;
}

.a-20_weiterlesen a:after {
    font-family: 'fontello';
    content: '\e804';    
    font-size: 2rem;
    color: rgba(234,86,81,1);
}

iframe.a-20-spotify-player-1 {
    height: 232px;
    width: 100%;
    max-width: 20rem;
}

.a21-landing_page-corporate-grid-1 {
    display: grid;
    grid-template-columns: calc(100% / 4) calc(100% / 16) calc(100% / 16)  calc(100% / 2 + 100% / 8);
    grid-template-rows: 100%;
    grid-column-gap: 0;
    align-items: center;
    justify-content: left;
    padding-bottom: 30px;
}

.a21-grid-item-1_1,
.a21-grid-item-1_2  {
    display: flex; 
    justify-content: center; 
    align-items: center;
    background-color: transparent;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
    border-bottom: 1px solid #312c2d;
    padding-bottom: 5px;
}

.a21-landing_page-corporate-grid-2 {
    display: grid;
    grid-template-columns: calc(100% / 4) calc(100% / 16) calc(100% / 16) calc(100% / 4) calc(100% / 16) calc(100% / 16) calc(100% / 4);
    grid-template-rows: 100%;
    grid-column-gap: 0;
    align-items: center;
    justify-content: center;
}

.a21-grid-item-2_1,
.a21-grid-item-2_2,
.a21-grid-item-2_3  {
    display: block; 
    justify-content: center; 
    align-items: center;
    background-color: transparent;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
    height: 100%;
}

.a21-grid-item-gap-2_1 {
    border-right: 1px solid #312c2d;
    height: 100%;
}

.a21-landing_page-corporate-grid-2-text {
    line-height: 1 !important;
}

.a21-landing_page-corporate-grid-3 {
    display: grid;
    grid-template-columns: calc(100%);
    grid-template-rows: 100%;
    grid-column-gap: calc(100% / 8);
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.a21-grid-item-3_1  {
    display: flex; 
    justify-content: center; 
    align-items: center;
    background-color: transparent;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
    border-top: 1px solid #312c2d;
    padding-top: 5px;
}

.a-20_main-divider-button-1 {  

    border: 1px solid #000000;
    border-radius: 1000px;
    min-height: 100%;
    height: 100%;
    width: 100%;

    font-size: 10rem;
    line-height: 0;
    height: 5em;
    padding-top: 1.6rem;

    background-color: #fff;

    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    line-height: 1;
    white-space: nowrap;


    align-items: center;

    box-shadow: none;
    display: inline-flex;

    position: relative;
    vertical-align: top;
}

.a-20_landing-page-foto_flo-bg {
    min-height: 300px;
    background-image: url(../img/team/flo_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.a-20_landing-page-foto_steph-bg {
    min-height: 300px;
    background-image: url(../img/team/steph_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.a-20_landing-page-foto_leo-bg {
    min-height: 300px;
    background-image: url(../img/team/leo_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.a21-image_container {
    text-align: center;
}

.a21-image_container img {
    display: inline-block;
    width: 42%;
    max-width: 42%;
    padding: 1rem
}

.button em {
    display: block;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    opacity: 0.9;
}

.a21-overlay-lp_container-1 {
   position: relative;
}

.a21-overlay-lp_tag-1 {
   float: left;
   position: absolute;
   right: 0px;
   top: 0px;
   z-index: 1000;
   background-color: transparent;
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
   margin-right: -90px;
   transform: rotate(30deg);
}

.a21-overlay-lp_tag-2 {
   background-color: transparent;
   color: #FFFFFF;
   font-weight: bold;
   padding-top: 1.5rem;
   padding-left: 5px;
}

.a21-overlay-lp_tag-2-branded_button-padding {
    padding-top: 0;    
}

.a21-overlay-lp_tag-2-letstalk_button-padding {
    padding-left: 0;
}

.a21-overlay-lp_tag-2-summary_button-padding {
    padding-left: 0; /* WENN RECHTS: padding-left: 0; WENN LINKS: padding-left: 2rem; */
}

.a21-overlay-lp_tag-2-kontakt_button-padding {
    padding-top: 1rem;
    padding-left: 0;
}

.a21-overlay-lp_tag-3 {
   float: left;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 1000;
   background-color: transparent;
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
   margin-left: -90px;
   transform: rotate(-30deg);
}

.a21-overlay-lp_tag-4 {
    width: fit-content;
    padding: 10px 15px;
    background-color: #312c2d;
    color: #f8f8f8;
    font-weight: 400;
    border-radius: 2px;
    border-width: 2px;
}

.a21-overlay-lp_tag-5 {
    display: flex;
    align-items: center;
    /* flex-direction: column;*/
    /* justify-content: center;*/
    height: 100%;
    padding-left: 5px;
    font-size: 26px;
    font-weight: 700;
    line-height: 0;
}

a.a21-overlay-lp_tag-5:hover {
    text-decoration: underline;
}

.a21-overlay-lp_tag-5 span.a21-btn-circle::after {
    content: "\00a0";
    opacity: 0;
}

.a21-overlay-lp_tag-5-letstalk_button-padding,
.a21-overlay-lp_tag-5-summary_button-padding {
    padding-top: 2rem;
    padding-left: 0;
}

.a21-overlay-lp_tag-5-letstalk_button-padding.a21-desktop-padding_left-5px {
    padding-left: 5px;
    }

.a21-overlay-lp_tag-5-letstalk_button-padding-mobile {
    padding-top: 3rem;
}

.a21-overlay-lp_section-padding {
    padding-left: 1rem;
}

.a21-join-lp-container,
.a21-join-lp-container-2 {
    position: relative;
    text-align: center;
    background: repeating-linear-gradient(-45deg, #4DC6E2 0 88px, #F5C83F 88px 176px);
}

.a21-join-lp-container-2 {
    background: transparent;
}

.a21-join-lp-centered_box {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.a21-join-lp-container img {
    background-color: transparent; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.a21-join-lp-centered_box-2 {
    margin: 0;
    padding-left: 2.5vw;
    position: absolute;
    top: 45%;
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
}

.a_20_landing_page_title.a21-inverted-lpt.a21-join-lp-centered_box-content {
    line-height: 1;
    font-size: 2rem;
    padding: 1rem 0rem;
}

/* Modal */

.a-20_modal-button-frame {
    padding: 0.2rem;

} 

.a-20_modal-button {
    background-color: #fff;
    border: 2px solid #f0efee;
    border-radius: 10px;
    min-height: 40px;
    max-width: 20rem;
    width: 100%;
    font-family: 'acumin-pro';
    font-size: 2.5rem;
    line-height: 0;
    height: 1.6em;
    padding-top: 1.6rem;
    cursor: pointer;
}

.a-20_modal-button-last {
    margin-right: 0 !important;
    font-family: 'acumin-pro';
    font-size: 1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-weight: 600;
}

/* Hero Footer */

img.a-20_footer-container-img-1 {
    position: absolute;
    right:0;
    bottom: 0;
    padding: 0 20px 20px 0;
    max-height: 88px;
    opacity: 0.2;
}

img.a-20_footer-container-img-2 {
    position: absolute;
    padding: 15px;
    max-height: 88px;
    opacity: 1;
}

span.a-20_footer-container-img-2 {
    position: absolute;
    padding: 2px 11px;
    max-height: 88px;
    opacity: 1;
    font-size: 2rem;
}

/* Landing Page: Main Content */

.a-20_main-title-purpose,
.a-20_main-title-clients,
.a-20_main-title-work,
.a-20_main-title-contact {
    font-weight: 700 !important;
    padding: 1rem;
    background: #312c2d;
    color: #f8f8f8;
    letter-spacing: 2px;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    font-size: 2.8vw;
    line-height: 2;
}

.a_20_landing_page_eas-text,
.a_20_landing_page_chapter,
.a_20_landing_page_title,
.a_20_company_page_title {
    display: inline;

    padding: 1rem;

    font-size: 3.8vw;
    font-weight: 700 !important;

    line-height: 2;
    letter-spacing: 2px;

    background: #312c2d;
    color: #f8f8f8;

    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.a21-inverted-lpt {
    background: transparent;
    color: #312c2d;
}

.a_20_landing_page_title {
    padding: 1rem 2rem;
}

.a_20_landing_page_eas-text {
    font-size: 2.2vw;
    line-height: 5.2vw;
    text-align: left;
    padding: 0;
}

.a_20_landing_page_chapter {
    font-size: 8rem;
    line-height: 1;
    letter-spacing: 2px;
    background: transparent;
    color: #312c2d;
    padding: 0;
}
.a_20_landing_page_chapter.a21-network-number:before,
.a_20_landing_page_chapter.a21-corporate-number:before,
.a_20_landing_page_chapter.a21-kunden-number:before,
.a_20_landing_page_chapter.a21-kontakt-number:before {
    font-family: calling-code, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6;
    vertical-align: top;
    color: #ea5651;
}

.a_20_landing_page_chapter.a21-network-number:before{content:'01 ';}
.a_20_landing_page_chapter.a21-corporate-number:before{content:'02 ';}
.a_20_landing_page_chapter.a21-kunden-number:before{content:'03 ';}
.a_20_landing_page_chapter.a21-kontakt-number:before{content:'04 ';}

.a_20_landing_page_title-box { 
    text-align: left;
    margin-top: -100px;
}

.a_20_company_page_title {
    display: block;
    padding-bottom: 5rem;
}

.a21-company-projekt-title {
    padding-top: 3rem;
}

.a-20-padding-kundenprojekt-container-1 {
    padding-top: 3rem !important;
}

.a-20-padding-kundenprojekt-container-2 {
    padding-top: 10rem !important;
}

.a-20-padding-briefkasten-container-1 {
    padding-top: 10rem !important;
}

.a-20_timeline-checks-right-good:after { content: "\00a0\00a0✔️"; }
.a-20_timeline-checks-left-good:before { content: "✔️\00a0\00a0"; }
.a-20_timeline-checks-right-bad:after { content: "\00a0\00a0✖️"; }
.a-20_timeline-checks-left-bad:before { content: "✖️\00a0\00a0"; }
.a-20_timeline-checks-right-cancel:after { content: "\00a0\00a0💀"; }
.a-20_timeline-checks-left-cancel:before { content: "💀\00a0\00a0"; }
.a-20_timeline-checks-right-pending:after { content: "\00a0\00a0🔜"; }
.a-20_timeline-checks-left-pending:before { content: "🔜\00a0\00a0"; }
.a-20_timeline-checks-right-planned:after { content: "\00a0\00a0🔘"; }
.a-20_timeline-checks-left-planned:before { content: "🔘\00a0\00a0"; }

.a21-rotate-90grad {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);  /* Safari */
    -moz-transform: rotate(-90deg);  /* Firefox */
    -ms-transform: rotate(-90deg);  /* IE */
    -o-transform: rotate(-90deg);  /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  /* Internet Explorer */
}

.a-20-summary-text.a21-rotated-corp-text-1 {
    font-weight: 700;
    width: 200px;
}

.a-20-summary-text.a21-rotated-corp-text-2,
.a-20-summary-text.a21-rotated-corp-text-3 {
    margin-top: -100px;
    padding-bottom: 90px;
    padding-left: 140px;
    font-weight: 700;
}

.a-20-summary-text.a21-rotated-corp-text-3 {
    padding-bottom: 40px;
}

.a21-keytakeaways-mobile {
    padding: 3rem 0 20px 1.5rem;
}

.a21-sub-headline-pre,
.a21-sub-headline-post {
    border-bottom-width: 0px !important;
    font-family: calling-code, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem !important;
    padding-top: 6px !important;
}

.a21-sub-headline-pre {
    padding-right: 13px !important;
}

/* Footer */

p.a-20-about-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
}

span.a-20-about-p-1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

img.a-20-about-img {
	max-width: 15rem;
    height: 5rem;
}

table td.a21-td-footer {
    border: 0px solid #f8f8f8;
    border-width: 0;
    font-size: 0.95rem;
}

/* Project Management: Main Content */

.a_20-projmanag-title {
    font-size:3rem;
    line-height:0;
    font-weight:700;
    text-align: center;
}

.a_20-projmanag-hero-picture {
    max-width: 30vw;
    margin: 1vw;
    padding: 10px !important;
}

.a_20-projmanag-timeline-content {
    font-size: 1rem;
}

.a21-page-title-font-style-9 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}

.a21-lp-product_right-name-1,
.a21-lp-product_right-name-2,
.a21-lp-product_right-name-3 {
    font-family: 'acumin-pro';
    font-weight: 800;
    font-size: 7rem;
    color: rgba(234,86,81,0.2);
    line-height: 0.75;
    text-transform: uppercase;
}

.a21-lp-product_right-name-1 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.a21-lp-product_right-name-2 {
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.a21-cp-subhead-1 {
    padding: 10rem 0;
}

.a21-cp-subhead-2 {
    padding: 0 0 10rem 0;
}

.a21-cp-subhead-3 {
    padding: 0 0 9rem 0;
}

.a21-cp-subhead-4 {
    padding: 8rem 0;
}

/* Kontakt */

.a-20-kontakt-container-padding-top {
    padding-top: 20vh;
}

.a-20-kontakt-padding-top {
    padding-top: 20px;
}

.a-20-kontakt-text {
    font-size: 26px;
    line-height: 1.2;
}

/* Company Podcasts */

a.a-20-company-text,
p.a-20-company-text,
span.a-20-company-text {
     font-size: 22px;
     line-height: 1.75em;
     padding: 10px 0;
     text-align: left;
}

p.a-20-summary-text,
span.a-20-summary-text {
     font-size: 26px;
     line-height: 1.75em;
     padding: 10px 0;
     text-align: left;
}

.table {
    width: 100%;
    margin: 0;
    background-color: #f8f8f8;
    color: #312c2d;
}

.table td, .table th {
    border: 1px solid #312c2d;
    border-width: 0 0 1px 0;
    padding: 5px 5px;
    vertical-align: top;
    line-height: 1.5em;
}

.table>thead:first-child>tr:first-child>th {
    border-bottom: 2px solid #312c2d;
    border-top: 0;
    padding: 0px 5px 5px 10px;
    line-height: 1.75em;
    font-size: 1rem;
}

.a21-table-text {
    font-size: 1rem;
}

.a21-border-width-0 {
    border-width: 0 0 0 0 !important;
    border-style: solid;
    border-color: #312c2d;
}

.a21-border-width-1 {
    border-bottom: 1px solid #312c2d;
}

.a21-border-width-2 {
    border-bottom: 2px solid #312c2d;
}

.a21-border-width-3 {
    border-bottom: 3px solid #312c2d;
}

.a-20-timeline-padding {
    padding-left: 25px;
    padding-right: 25px;
}

.timeline-main-1,
.timeline-main-2 {
    margin: auto;
}

.timeline-main-1 p,
.timeline-main-2 p {
     font-size: 1em;
     line-height: 1.75em;
     border-top: 1px solid;
     border-width: 1px;
     margin: 0;
     padding: 40px;
     counter-increment: section;
     position: relative;
}

.timeline-main-1 p:before,
.timeline-main-2 p:before {
     content: counter(section);
     position: absolute;
     border-radius: 50%;
     padding: 0px;
     height: 1.25em;
     width: 1.25em;
     text-align: center;
     line-height: 1.15em;
     font-size: 2em;
     font-weight: 600;
}

.timeline-main-1 p {
     border-color: #312c2d;
     color: #312c2d;
}

.timeline-main-1 p:before {
     background-color: #312c2d;
     color: #ea5651;
}

.timeline-main-2 p {
    border-color: #ea5651;
    color: #ea5651;
}

.timeline-main-2 p:before {
     background-color: #ea5651;
     color: #312c2d;
}

.timeline-main-1-black,
.timeline-main-2-black {
    color: #312c2d;
}

.timeline-main-1-red,
.timeline-main-2-red {
    color: #ea5651;
}

.timeline-main-1 p:nth-child(odd),
.timeline-main-2 p:nth-child(odd) {
     border-right: 1px solid;
     padding-left: 40px;
     padding-top: 30px;
}

.timeline-main-1 p:nth-child(odd):before,
.timeline-main-2 p:nth-child(odd):before {
     left: 100%;
     margin-left: -20px;
     margin-top: 0px;
}

.timeline-main-1 p:nth-child(even),
.timeline-main-2 p:nth-child(even) {
     border-left: 1px solid;
     padding-right: 25px;
     padding-top: 30px;
}

.timeline-main-1 p:nth-child(even):before,
.timeline-main-2 p:nth-child(even):before {
     right: 100%;
     margin-right: -20px;
     margin-top: 0px;
}

.timeline-main-1 p:first-child,
.timeline-main-2 p:first-child {
     border-top: 0;
     border-top-right-radius: 0;
     border-top-left-radius: 0;
}

.timeline-main-1 p:last-child,
.timeline-main-2 p:last-child {
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
}

/* FSD */

.a-20_hero-title-ehl {
        font-family: 'almaq-rough, sans-serif', sans-serif;
        font-size: 5rem;
        font-weight: 600;
        line-height: 0.8;
        text-align: center;
}

.a-20-speechbubble-3_1 {
    -webkit-transition: -webkit-border-radius 10.5s ease-in;
    -moz-transition: -moz-border-radius 10.5s ease-in;
    -o-transition: border-radius 10.5s ease-in;
    -ms-transition: border-radius 10.5s ease-in;
    transition: border-radius 10.5s ease-in;
}

.a-20-speechbubble-3_1:hover {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.a-20-speechbubble-3_1:hover .a-20-speechbubble-3_2:after {
    content: "Reden wir \Aübers Wohnen";
    white-space: pre; /* or pre-wrap */
}

.a-20-speechbubble-3_1:hover .a-20-speechbubble-3_2:before {
    content: "";
}

.a-20-speechbubble-3_2:before {
    content: "Reden wir \Aübers Wohnen";
}

.a21-fsd-hero_title-startup300 {
        font-family: axia-stencil, sans-serif;
        font-size: 10vw;
        font-weight: 600;
        line-height: 1;
        text-align: center;
}

img.a21-fsd-hero_title-startup300 {
    max-width: 100%;
    margin: 1rem auto;
}

.a21-fsd-title {
    margin-bottom: 1.5rem !important;
}

.a21-fsd-subtitle {
    line-height: 1.4 !important;
}

/* Kontakte */

.a21-kontakt_page-margin_top {
    margin-top: -10vh;
}

/* EAS */

.a-20-top-eas-0 {
    padding-top: 0;
    margin-bottom: 0!important;
}

.a-20-top-eas-2 {
    padding-bottom: 0!important;
}

.a-20-top-eas-1 {
    padding-top: 150px;
    margin-bottom: 0!important;
}

.a_20_eas_page_title {
    display: inline;
    padding: 1rem;
    font-size: 6rem;
    font-weight: 700 !important;
    line-height: 2;
    letter-spacing: 2px;
    background: #312c2d;
    color: #f8f8f8;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.a-20_title_sub {
    font-size: 2rem !important;
}

.a_20_eas_sparten_title {
    display: inline;
    padding: 1rem;
    font-size: 2rem;
    font-weight: 700 !important;
    line-height: 2;
    letter-spacing: 2px;
    background: #312c2d;
    color: #f8f8f8;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

/* Scroller */

.a21-scroller-container {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a21-scroller-field {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 300px;
}

@keyframes wheel {
    to {
        opacity: 0;
        top: 60px;
    }
}

@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 60px;
    }
}

.a21-scroller-scroll {
    width: 60px;
    height: 60px;
    border: 0px solid #312c2d;
    border-radius: 50%;
    position: relative;
    animation: down 2.5s infinite;
    -webkit-animation: down 2.5s infinite;
    &::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 18px;
        width: 18px;
        height: 18px;
        border-left: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: rotate(-45deg);
    }
}

@keyframes down {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translateY(15px);
    }
    40% {
        transform: translate(0);
    }
}

@-webkit-keyframes down {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translateY(15px);
    }
    40% {
        transform: translate(0);
    }
}

/* Corporate Kreis */

.a21-company_page-circle-container {
    padding: 0 50px 20px 50px;
}

.a21-company_page-res-circle {
    width: 100%;
    border-radius: 50%;

    position: relative;
    line-height: 0;
    animation: akoshaftw;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    -webkit-animation: akoshaftw;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
}

.a21-company_page-res-circle::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.a21-company_page-circle-txt {
    position: absolute;
    bottom: 50%;
    width: 100%;
    font-family: 'acumin-pro', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ea5651;
    text-align: center;
}

/* tabs */

.a21-tabs-steuern-wrapper {
    text-align: center;
    padding: 0 8px;
}

.a21-lp_chapter-ebene-1 {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: inline-block;
    line-height: 1.2;
}

.a21-lp_chapter-ebene-2 {
    position: absolute;
    top: 0;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.a21-lp_chapter-ebene-3 {
    display: block;
    position: relative;
}

.button.a21-more,
.button.a21-more-2,
.button.a21-cp-3-active,
.button.a21-cp-3-passive,
.button2.a21-cp-3-active,
.button2.a21-cp-3-passive {
    border-radius: 20px;
    border-width: 2px;
}

.a21-more-font_weight {
    font-weight: 700;
}

.a21-label-kontakt {
    color: #312c2d;
    display: block;
    font-size: 1rem;
    font-weight: 400 !important;
}

/* landing page / headlines branded-company-classes / mobile only */

.a21-lp-corp-product_headlines-1 {
    margin-bottom: 40px !important;
    border-top-left-radius: 20px;
    border-width: 2px;
}

.a21-lp-corp-product_headlines-3 {
    border-bottom-width: 0px !important;
}

.a21-lp-corp-product_headlines-4 {
   padding-bottom: 5px !important;
}


/* company page / quick pitch / nummerierung */

.a21-cp-quick_pitch_numbers-1,
.a21-cp-quick_pitch_numbers-2,
.a21-cp-quick_pitch_numbers-3,
.a21-cp-quick_pitch_numbers-4,
.a21-cp-quick_pitch_numbers-5,
.a21-cp-quick_pitch_numbers-6 {
    font-family: 'calling-code', sans-serif;
    font-weight: 100;
    font-size: 18rem;
    color: #ea5651;
    opacity: 0.1;
    text-align: center;
    /*
    text-decoration: underline;
    text-decoration-thickness: 0px;
    text-underline-offset: 30px;
    */
    margin-bottom: -160px;
 
    line-height: 1;
}

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

    .a21-cp-quick_pitch_numbers-1,
    .a21-cp-quick_pitch_numbers-2,
    .a21-cp-quick_pitch_numbers-3,
    .a21-cp-quick_pitch_numbers-4,
    .a21-cp-quick_pitch_numbers-5,
    .a21-cp-quick_pitch_numbers-6 {
        font-size: 14rem;
        margin-bottom: -140px;
    }
}

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

    .a21-cp-quick_pitch_numbers-1,
    .a21-cp-quick_pitch_numbers-2,
    .a21-cp-quick_pitch_numbers-3,
    .a21-cp-quick_pitch_numbers-4,
    .a21-cp-quick_pitch_numbers-5,
    .a21-cp-quick_pitch_numbers-6 {
        font-size: 12rem;
        margin-bottom: -120px;
    }
}

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

    .a21-cp-quick_pitch_numbers-1,
    .a21-cp-quick_pitch_numbers-2,
    .a21-cp-quick_pitch_numbers-3,
    .a21-cp-quick_pitch_numbers-4,
    .a21-cp-quick_pitch_numbers-5,
    .a21-cp-quick_pitch_numbers-6 {
        font-size: 10rem;
        margin-bottom: -100px;
    }
}

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

    .a21-cp-quick_pitch_numbers-1,
    .a21-cp-quick_pitch_numbers-2,
    .a21-cp-quick_pitch_numbers-3,
    .a21-cp-quick_pitch_numbers-4,
    .a21-cp-quick_pitch_numbers-5,
    .a21-cp-quick_pitch_numbers-6 {
        font-size: 8rem;
        margin-bottom: -80px;
    }
}

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

    .a21-cp-quick_pitch_numbers-1,
    .a21-cp-quick_pitch_numbers-2,
    .a21-cp-quick_pitch_numbers-3,
    .a21-cp-quick_pitch_numbers-4,
    .a21-cp-quick_pitch_numbers-5,
    .a21-cp-quick_pitch_numbers-6 {
        font-size: 14rem;
        margin-bottom: -160px;
    }
}