@charset "UTF-8";
/* CSS Document */

/*
.agentur-container-scroll-snap {
  scroll-snap-type: y mandatory;
  width: auto;
  max-height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll; 
  overflow-x: hidden; 
  scrollbar-width: none;  
}

.agentur-container-scroll-snap::-webkit-scrollbar {
  display: none;
}
*/

.agentur-stage {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 0;
  /*scroll-snap-align: start;*/
}



.agentur-stage h1 {
  font-size: 16px;
  line-height: 26px;
  padding-left: 5%;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  position: absolute;
  width: 35%;
  padding-top: 80px;
  margin: 0;
  z-index: 3;
}

.agentur-stage h2 {
  font-size: 66px;
  line-height: 70px;
  padding-left: 5%;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  width: 75%;
  position: absolute;
  color: rgba(255,255,255,0.95);
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
  text-wrap: balance;
  animation-duration: 6000ms !important;
}

.agentur-stage video {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  object-fit: cover;
}

.agentur-stage-overlay-gradient-100 {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  z-index: 2;
}

.agentur-stage-overlay-gradient-50 {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  z-index: 1;
}

.agentur-scroll-icon {
  left: 5%;
  z-index: 3;
}



.agentur-intro {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  background-color: rgba(0,0,0,1.00);
  /*scroll-snap-align: start;*/
  overflow: hidden;
}

.agentur-intro p {
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  left: 5%;
  color: rgba(255,255,255,0.95);
  font-family: headline; 
	font-size: 40px;
	line-height: 44px;
  width: 60%;
}

.agentur-animation-intro-button {
  color: rgba(255,255,255,1.00);
  font-size: 10px;
  font-family: "proxima-nova";
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  padding: 17px 20px;
  background-color: rgba(255,255,255,0.20) !important;
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  left: 35%;
  bottom: 160px;
  z-index: 9999;
  display: none;
}

.agentur-intro-logos {
  position: absolute;
  bottom: 0;
  margin-bottom: 55px;
}

.agentur-intro-button {
  color: rgba(255,255,255,1.00);
  font-size: 10px;
  font-family: "proxima-nova";
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  padding: 17px 20px;
  background-color: rgba(255,255,255,0.20) !important;
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  left: 5%;
  bottom: 160px;
  z-index: 3;
}

.agentur-leistungen {
  width: 100%;
  height: auto;
  background-color: rgba(255,255,255,1.00);
}

.agentur-leistungen-intro {
  font-size: 16px;
  line-height: 26px;
  padding-left: 5%;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(0,0,0,0.95);
  width: 35%;
  padding-top: 80px;
  margin: 0;
}

.agentur-leistungen-info {
  color: rgba(0,0,0,0.4);
  font-size: 13px;
  font-family: "proxima-nova";
  font-weight: 600;
  padding-left: 5%;
  padding-top: 80px;
}




/* Panel */

.agentur-leistung-panels-container {
  width: 100%;
  height: auto;
  padding-top: 45px;
  background-color: rgba(255,255,255,1.00);
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 150px;
}

.panels {
  overflow: hidden;
  display: flex;
  margin-bottom: 50px;
}

.panel-button {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(0,0,0,1.00);
  text-decoration-thickness: 2px;
  text-decoration-skip: none;
  text-underline-position: under;
  color: rgba(0,0,0,1.00);
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
  padding-bottom: 3px;
  margin-right: 20px;
  opacity: 0.4;
  margin-bottom: 10px;
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  -webkit-transition: all 600ms ease-in;
  -moz-transition: all 600ms ease-in;
  -ms-transition: all 600ms ease-in;
  -o-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
}

.panel-button:hover {
  opacity: 0.8;
}

.panel-button.active {
  opacity: 1;
}

.panel-content {
  display: none;
  border: none;
}

.panel-content.active {
  display: block;
}





.agentur-leistung-tabs-container {
  width: 100%;
  height: auto;
  padding-top: 20px;
  background-color: rgba(255,255,255,1.00);
  padding-left: 5%;
  padding-right: 5%;
}

.agentur-leistung-tabs {
  margin-top: 75px;
}

.agentur-leistung-tabs-content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
}

.agentur-leistung-tabs-content a {
  position: relative;
  width: calc(33.33333% - 3.333333px);
  height: 235px;
  border-radius: 10px;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  display: inline-block;
  text-decoration: none;
  border-width: 0.5px;
  border-color: rgba(229,229,229,1);
  border-style: solid;
  background-image: url("../images/icon-star-mainfont-white-trans.svg");
  background-size: 15px; 
  background-position: calc(100% - 10px) 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 600ms ease-in;
  -moz-transition: all 600ms ease-in;
  -ms-transition: all 600ms ease-in;
  -o-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
  cursor: pointer;
  background: linear-gradient(-25deg,  rgba(0,0,0,0.03) 0%,rgba(211,211,211,0.03) 100%);

}

.agentur-leistung-tabs-content a img {
  width: 15px;
  position: absolute;
  left: 20px;
  top: 20px;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.agentur-leistung-tabs-content a h3 {
  color: rgba(0,0,0,0.95);
  font-size: 20px;
  font-family: "proxima-nova";
  font-weight: 600;
  position: absolute;
  margin-left: 47px;
  top: 17px;
  padding-right: 10px;
}

.agentur-leistung-tabs-content a p {
  color: rgba(0,0,0,0.4);
  font-size: 13px;
  line-height: 17px;
  font-family: "proxima-nova";
  font-weight: 500;
  position: absolute;
  bottom: 75px;
  padding-left: 20px;
  padding-right: 20px;
}


.agentur-leistung-tabs-content a:hover {
  border-color: rgba(0,0,0,0.50);
}

.agentur-leistung-tabs-content-hashtags {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  bottom: 15px;
  position: absolute;
  flex-wrap: wrap;
  row-gap: 5px;
}

.agentur-leistung-tabs-content-hashtags-tag {
  color: rgba(0,0,0,0.90);
  font-size: 11px;
  line-height: 17px;
  font-family: "proxima-nova";
  font-weight: 600;
  background-color: rgba(227,249,82,1.00);
  border-radius: 10px;
  padding: 1px 7px 1px 7px;
}

.agentur-leistung-tabs-content-hashtags-tag-small {
  background-color: rgba(230,230,230,1.00) !important;
}

.agentur-leistung-tabs-content .small {
  height: 145px;
}

.agentur-leistung-tabs-content .small h3 {
  font-size: 14px;
  top: 20px;
  margin-left: 45px;
}






.agentur-leistung-buttons-container {
  margin-top: 20px;
  font-size: 0px;
  padding-top: 100px;
}
.agentur-leistung-buttons-button {
  color: rgba(255,255,255,1.00);
  font-size: 10px;
  font-family: "proxima-nova";
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  padding: 17px 20px;
  background-color: rgba(0,0,0,0.85) !important;
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  text-decoration: none;
  cursor: pointer;
}

.agentur-leistung-buttons-button-trans {
  color: rgba(0,0,0,0.95);
  font-size: 10px;
  font-family: "proxima-nova";
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  padding: 17px 20px;
  background-color: rgba(255,255,255,0.00) !important;
  text-decoration: none;
  cursor: pointer;
}





.agentur-team-container {
  width: 100%;
  height: auto;
  background-color: rgba(255,255,255,1.00);
}

.agentur-team-intro {
  font-size: 16px;
  line-height: 26px;
  padding-left: 5%;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(0,0,0,0.95);
  width: 35%;
  padding-top: 80px;
  margin: 0;
}
.agentur-team-shortcuts {
  color: rgba(0,0,0,0.90);
  font-size: 11px;
  line-height: 17px;
  font-family: "proxima-nova";
  font-weight: 600;
  background-color: rgba(227,249,82,1.00);
  border-radius: 10px;
  padding: 1px 7px 1px 7px;
  margin-right: 5px;
}

.agentur-team-shortcuts-dark {
  background-color: rgba(0,0,0,0.85);
  color: rgba(255,255,255,0.90);
  font-size: 11px;
  line-height: 17px;
  font-family: "proxima-nova";
  font-weight: 600;
  border-radius: 10px;
  padding: 1px 7px 1px 7px;
  margin-right: 5px;
}



.agentur-wir-container {
  width: 100%;
  height: auto;
  background-color: rgba(255,255,255,1.00);
  padding: 200px 5% 130px 5%;
}



.agentur-wir-headline {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(0,0,0,1.00);
  width: 79.917355371901%;
}

.agentur-wir-subtitel {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  width: 79.917355371901%;
  padding-top: 35px;
  text-align: left;
}

.agentur-wir-tabs-content-container {
  width: 100%;
  height: auto;
  background-color: rgba(255,255,255,1.00);
  padding-left: 5%;
  padding-right: 5%;
}

.agentur-wir-tabs-content-picture {
  width: 47.5%;
  display: flex;
  align-content: center;
  align-items: center;
  margin-right: 2.5%;
}

.agentur-wir-tabs-content-picture img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.agentur-wir-tabs-content-picture video {
  position: relative;
}

.agentur-wir-tabs-content {
  width: 50%;
  padding-left: 2.5%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-end;
}

.agentur-wir-tabs-content p {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  width: 75%;
  text-align: left;
}

.agentur-wir-tabs-shortcuts-container {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}

.agentur-wir-tabs-shortcuts-yellow {
  color: rgba(0,0,0,1.00);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(227,249,82,1.00);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none;
  padding: 8px 12px 5px 12px;
  margin-right: 10px;
  background-color: rgba(227,249,82,1.00);
  margin-bottom: 10px;
}

.agentur-wir-tabs-shortcuts-dark {
  color: rgba(255,255,255,1.00);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0,0,0,1.00);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none;
  padding: 8px 12px 5px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: rgba(0,0,0,1.00);
}

.agentur-wir-tabs-content-button-container {
  width: 100%;
  height: auto;
  display: flex;
  padding-bottom: 7px;
  padding-top: 20px;
}

.agentur-wir-tabs-stage {
  position: absolute;
  width: 42.5%;
  left: 52.5%;
  margin-top: 75px
}
.agentur-wir-tabs-content-headline {
  font-family: headline;
  font-size: 28px;
  line-height: 32px;
  color: rgba(0,0,0,1.00);
  width: 75%;
  padding-bottom: 45px;
}

.agentur-wir-tabs-content-headline span {
  background-color: rgba(227,249,82,1.00);
  padding: 4px;
  border-radius: 5px;
}


.agentur-wir-tabs-wrapper {
  display: flex;
  width: 100%;
}

.agentur-wir-tabs-content-shortcuts {
  color: rgba(0,0,0,1.00);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0,0,0,1.00);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none;
  padding: 8px 12px 5px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}



/* Tabs */

ul.tabs {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

ul.tabs li {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(0,0,0,1.00);
  text-decoration-thickness: 2px;
  text-decoration-skip: none;
  text-underline-position: under;
  color: rgba(0,0,0,1.00);
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
  padding-bottom: 3px;
  margin-right: 20px;
  opacity: 0.4;
  margin-bottom: 10px;
}




ul.tabs li:hover {
	
	
}

ul.tabs li.active {
  display: block;
  opacity: 1;
}

.tab_container {
  clear: both;
  width: 100%;
  overflow: auto;
}

.tab_content {
	padding: 75px 0px 0px 0px;
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		margin: 0;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
    text-decoration: underline;
    text-decoration-style: solid; 
    text-decoration-color: rgba(0,0,0,0.40);
    text-decoration-thickness: 2px;
    text-decoration-skip: none;
    text-underline-position: under;
    color: rgba(0,0,0,0.40);
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
	}
	.d_active {
    color: rgba(0,0,0,1.00);
    text-decoration-color: rgba(0,0,0,1.00);
	}
  ul.tabs {
  list-style: none;
  width: 100%;
  display: none;
  flex-wrap: wrap;
}
  
.agentur-wir-tabs-content-container {
  width: 100%;
  height: auto;
  padding-top: 0;
}  
  
.agentur-wir-container {
  padding: 80px 5% 80px 5%;
}  

.agentur-wir-headline {
  font-size: 22px;
  line-height: 26px;
}
  
.agentur-wir-tabs-content-headline {
  font-family: headline;
  font-size: 22px;
  line-height: 28px;
  color: rgba(0,0,0,1.00);
  width: 100%;
  padding-bottom: 0px;
}  
  
.agentur-wir-subtitel {
  font-size: 14px;
  line-height: 24px;
  width: 90%;
  font-weight: 500;
  color: rgba(0,0,0,0.7);
}
  
.agentur-wir-tabs-stage {
  position: inherit;
  width: 90%;
  left: 52.5%;
  margin-top: 75px;
  padding-bottom: 30px;
} 
  
.tab_content {
  padding: 20px 0px 20px 0px;
  display: none;
}
  
.agentur-wir-tabs-content-picture {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
}
  
.agentur-wir-tabs-content p {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
}  
  
.agentur-wir-tabs-wrapper {
  display: block;
  width: 100%;
}
  
.agentur-wir-tabs-content {
  width: 90%;
  padding-left: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-end;
}  
  
}




.container-content {
	width: 100%;
	background-color: rgba(0,0,0,1.00);
	height: auto;
	transition: background-color 500ms ease;
}

.container-content.is-footer-approaching--yellow {
	background-color: rgba(227,249,82,1.00);
}

.infografik-headline,
.infografik-subtitel,
.infografik-text,
.infografik-text p {
	transition: color 500ms ease;
}
.infografik-underline {
	transition: background-color 500ms ease;
}

.container-content.is-footer-approaching--yellow .infografik-headline,
.container-content.is-footer-approaching--yellow .infografik-subtitel,
.container-content.is-footer-approaching--yellow .infografik-text,
.container-content.is-footer-approaching--yellow .infografik-text p {
	color: rgba(0,0,0,1.00);
}
.container-content.is-footer-approaching--yellow .infografik-underline {
	background-color: rgba(0,0,0,1.00);
}

.textarea-headline {
    font-family: headline;
    font-size: 40px;
    line-height: 44px;
    color: rgba(255,255,255,1.00);
    width: 79.917355371901%;
    padding-top: 150px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
	margin: 0 !important;
}

.textarea-subtitel {
    font-family: "proxima-nova";
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(255,255,255,1.00);
    width: 79.917355371901%;
    padding-top: 35px;
    text-align: left;
	padding-left: 5%;
    padding-right: 5%;
}

.agentur-spalte-container {
	font-size: 0px;
	width: 100%;
	height: auto;
	padding-top: 100px;
	padding-left: 5%;
	padding-right: 5%;
}

.agentur-spalte-left {
	width: 47.5%;
	height: auto;
	display: inline-block;
	margin-right: 5%;
	vertical-align: top;
}

#agentur-spalte-left-video {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

#agentur-spalte-left-video video {
  border-radius: 10px;
}

.agentur-spalte-left img {
	width: 100%;
	height: auto;
	border: none;
	margin-bottom: 50px;
  border-radius: 10px;
}


.agentur-spalte-right {
	width: 47.5%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.agentur-spalte-right img {
	width: 100%;
	height: auto;
	border: none;
	margin-bottom: 50px;
  border-radius: 10px;
}


.agentur-spalte-headline {
    font-family: "proxima-nova";
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(255,255,255,1.00);
    font-weight: 600;
    padding-bottom: 3px;
    -webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
    text-decoration: underline;
    text-decoration-style: solid; 
    text-decoration-color: rgba(255,255,255,1.00);
    text-decoration-thickness: 2px;
    text-decoration-skip: none;
    text-underline-position: under;
}

.agentur-spalte-underline {
    width: 196px;
    height: 3px;
    background-color: rgba(255,255,255,1.00);
}

.agentur-spalte-standort-underline {
    width: 177px;
    height: 3px;
    background-color: rgba(255,255,255,1.00);
}

.agentur-spalte-text {
    font-family: "proxima-nova";
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: rgba(255,255,255,0.90);
    width: 85%;
    padding-top: 20px;
}


.infografik-container {
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding-bottom: 100px;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
}



.infografik-container img {
	width: 100%;
	height: auto;
	border: none;
}

.infografik-headline {
    font-family: "proxima-nova";
    font-size: 18px;
    text-transform: uppercase;
    color: 
    rgba(255,255,255,1.00);
    font-weight: 600;
    padding-bottom: 3px;
	padding-top: 50px;
}

.infografik-underline {
    width: 48px;
    height: 3px;
    background-color: 
    rgba(255,255,255,1.00);
    margin-left: auto;
    margin-right: auto;
}

.infografik-subtitel {
    font-family: headline;
    font-size: 28px;
    line-height: 32px;
    color: 
    rgba(255,255,255,1.00);
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.infografik-text {
    font-family: "proxima-nova";
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: rgba(255,255,255,1.00);
    width: 79.917355371901%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}




/* Footer */

.agentur-footer-container {
  width: 100%;
  height: auto;
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}

.agentur-footer-container.is-footer-approaching--yellow {
  background-color: rgba(227,249,82,1.00);
}

.agentur-container-footer {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  color: rgb(0, 0, 0);
}

.agentur-footer-end-headline {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(227,249,82,1.00);
  width: 79.917355371901%;
  padding-top: 100px;
  padding-left: 5%;
}

.agentur-footer-subtitel {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(227,249,82,1.00);
  width: 79.917355371901%;
  padding-top: 35px;
  text-align: left;
  padding-left: 5%;
}

.agentur-footer-button {
  color: rgba(227,249,82,1.00);
  font-size: 10px;
  font-family: "proxima-nova";
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding-top: 100px;
  margin-bottom: 150px;
  margin-left: 5%;
}

.button-yellow-agentur-footer {
  color: rgb(227, 249, 82) !important;
  font-size: 10px;
  font-family: "proxima-nova";
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 17px 20px;
  background-color: transparent;
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  text-decoration: none;
  cursor: pointer;
  border-color: rgb(227, 249, 82) !important;
  border-style: solid;
  border-width: 1px;
}

.agentur-footer-gelb-faq-container {
  padding: 100px 5% 35px 5%;
  width: 100%;
  opacity: 0.4;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.agentur-footer-gelb-faq-container:hover {
  opacity: 0.9;
}


.accordion {
  width: 100%;
  color: rgba(227,249,82,1.00);
}
.accordion li {
  position: relative;
}
.accordion li p {
  display: none;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(227,249,82,1.00);
  width: 79.917355371901%;
  padding-top: 45px;
  padding-bottom: 45px;
}
.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  user-select: none;
  border-bottom-style: solid;
  border-bottom-color: rgba(227,249,82,1.00);
  border-bottom-width: 2px;
  text-transform: uppercase;
  padding-bottom: 4px;
  padding-top: 15px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}

.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(227,249,82,1.00);
  border-bottom: 1px solid rgba(227,249,82,1.00);
  position: absolute;
  left: 0px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(227,249,82,1.00);
  width: 79.917355371901%;
}

a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion-content-headline {
  margin: 0;
  color: rgba(227,249,82,1.00);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.accordion-content-highlight {
  color: rgba(0,0,0,1.00);
  background-color: rgba(227,249,82,1.00);
  padding: 3px;
}



.footer-agentur-content-right {
  width: 50%;
  display: inline-block;
  font-family: headline;
  font-size: 13px;
  text-align: right;
  color: rgba(227,249,82,1.00);
}






/* MOBILE ---------------------------------------- */




@media only screen and (max-width: 766px) {
  
.agentur-stage h1 {
  font-size: 14px;
  line-height: 22px;
  width: 80%;
  color: rgba(255,255,255,0.6);
}  
	
.agentur-stage h2 {
  font-size: 30px;
  line-height: 36px;
  width: 85%;
  position: absolute;
  bottom: 109px;
  top: auto;
  transform: none;
}
  
.scroll-icon {
  bottom: 20px;
}
  
.agentur-intro p {
  font-size: 30px;
  line-height: 36px;
  width: 85%;
  top: 0;
  transform: none;
  padding-top: 85px;
}  
  
.agentur-kundenlogos-mobil-intro {
  position: absolute;
  bottom: 0px;
  padding-bottom: 40px;
}  
  
.agentur-intro-button {
  font-size: 9px;
  letter-spacing: 0.1em;
  padding: 14px 14px;
  bottom: 125px;
}  
  
.agentur-leistungen-intro {
  font-size: 14px;
  line-height: 22px;
  width: 80%;
}
  
.agentur-leistung-panels-container {
  padding-bottom: 0;
}
  
.panels {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}  
  
.agentur-leistung-tabs-content {
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 15px;
}  
  
.agentur-leistung-tabs-content a {
  width: 100%;
  border-color: rgba(217,217,217,1.0);
}
  
.agentur-leistung-tabs-content-hashtags-tag {
  font-size: 9px;
}
  
.agentur-leistung-buttons-button {
  font-size: 9px;
  letter-spacing: 0.1em;
  padding: 14px 14px;
}  
  
.agentur-leistung-buttons-container {
  margin-top: 0;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  row-gap: 10px;
}  
  
.agentur-leistung-buttons-button-trans {
  font-size: 9px;
  letter-spacing: 0.1em;
  padding: 14px 14px;
}  

  
.agentur-team-intro {
  font-size: 14px;
  line-height: 22px;
  width: 80%;
}  
  
  
  
  
  
.agentur-spalte-container {
  font-size: 0px;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-left: 5%;
  padding-right: 5%;
}  
	
	.infografik-container {
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding-bottom: 100px;
	display: none;
}
	
.agentur-spalte-left {
  width: 100%;
  margin-right: 0;
  margin-bottom: 80px;
}
  
.agentur-spalte-text {
  font-size: 14px;
  line-height: 24px;
  width: 80%;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
}

  
  
  
.agentur-spalte-right {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
  
.agentur-spalte-headline {
  font-size: 16px;
}
  

  
  
.accordion-content-headline {
  font-size: 16px;  
}
  
.agentur-footer-gelb-faq-container {
  opacity: 0.8;
  padding: 10px 5% 10px 5%;
}  
  
.accordion li p {
  width: 90%;
  padding-top: 35px;
  padding-bottom: 35px;
}  

.accordion a {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 19px;
}
  
.agentur-footer-end-headline {
  font-size: 32px;
  line-height: 38px;  
}
  
.footer-agentur-content-right {
  width: 100%;
  font-family: headline;
  font-size: 13px;
  text-align: left;
  color: rgba(227,249,82,0.50);
  margin-top: 7px;
  display: none;
}  
  
.agentur-footer-end-headline {
  padding-top: 40px;
  font-size: 30px;
  line-height: 36px;
}
  
.agentur-footer-subtitel {
  font-size: 14px;
  line-height: 22px;
  width: 80%;
}
  
.button-yellow-agentur-footer {
  font-size: 9px;
  letter-spacing: 0.1em;
  padding: 14px 14px;
}
  
  
  
  
  
  
	
}












