@font-face {
  font-family: 'Caveat';
  src: local(''),
       url('../fonts/Caveat-Regular.woff2') format('woff2')
}

@font-face {
  font-family:'SegoeUI';
  src:local('SegoeUI'), local('SegoeUI'), url(../fonts/SegoeUI-Regular.woff2) format('woff2');
}

@font-face {
	font-family: 'gothic';
	src: local('gothic'), url('../fonts/gothic.woff') format('woff');
}



* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	border: none;
	background: none;
	font-weight: normal;
	/*outline: 1px solid yellow;*/
}

html {
	scroll-behavior: smooth; 
	scroll-padding-top: 50px;
}

body {
	font-size: 18px;
	font-family: SegoeUI;
	background-color: #171717;
	background-color: #121212;
	color: #dbdbdb;
	text-size-adjust: none;
	line-height: 1.6em;
}

b {
	font-weight: bold;
}	

a {
	color: inherit;
	text-decoration: underline;
}	

a:hover {
	text-decoration: none;
}	

svg {
	fill: #fff;
}

svg.svg_symbol {
	display: none;
}

.display_none {
	display: none !important;
}

.no_pointer_events {
	pointer-events: none;
}	

.blurred1 {
	filter: blur(10px) !important;
}	

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #939393;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.icon__loading1 {
	display: none;
  width: 30px;
	fill: #000;
}

#nav {
	height: 52px;
	display: flex;
	justify-content: space-around;
	width: 100%;
	position: sticky;
	top: 0;
	margin-top: 178px;
	z-index: 20;
}	

			
#nav.is-sticky {
  background-color: black;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  transition: all 0.2s ease;
}
	
.nav__content {
	width: 100%;
	max-width: 600px; 
	font-family: SegoeUI;
	letter-spacing: 1px;
	display: flex;
	justify-content: space-around;
	padding: 15px 0;
	padding-top: 13px;
	text-transform: uppercase;
}	
	
	
.nav__btn {
	color: #D7D7D7;
	cursor: pointer;
	text-decoration: none;
	/*margin: 0 20px;*/
}	
	
.nav__btn:hover {
	color: #f8ae72;
}	

.bg_texture_top__wrapper {
	display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
	text-align: center;
}

.bg_texture_top {
	width: 50%;
}

#logo__wrapper {
	position: absolute;
	width: 85%;
	max-width: 231px;
	margin-top: -195px;
  left: 50%;
  transform: translateX(-50%);
	text-align: center;
}

#logo {
	width: 100%;
	display: inline-block;
  /*position: absolute;*/
}

#header__mobile {
	width: 100%;
	position: fixed;
	display: none;
	justify-content: flex-end;
	background-color: #171717;
	background-color: #121212;
	z-index: 14;
}

.header__mobile__scrolled {
	border-bottom: 1px solid #4F4F4F;
	-webkit-box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.46); 
	box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.46);
}

.header__mobile__top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#logo__mobile {
	width: 230px;
	margin-left: 15px;
	margin-top: 14px;
}

#logo, #logo__mobile {
  transition: opacity 0.3s ease;
}

#logo__mobile {
  opacity: 0; /* Start ausgeblendet */
}

#header__mobile__btn_close {
	display: none;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 12px;
	right: 22px;
	cursor: pointer;
}

#header__mobile__btn_hamburger {
	right: 0;
	width: 80px;
	height: 60px;
	display: flex;
	align-items: center;
	background-color: rgba(0,0,0,0.10);
	cursor: pointer;
}

.header__mobile__btn_hamburger__lines__container {
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 40%;
	height: 40%;
}

.header__mobile__btn_hamburger__line {
	width: 100%;
	height: 2px;
	background-color: #909090;
}


.section_with_gradient_bg {
	background: linear-gradient(0deg,rgba(33, 33, 33, 1) 0%, rgba(33, 33, 33, 0) 100%);
}

.first_section {
	margin-top: 0;
}

.hero {
	overflow: hidden;
	position: relative;
	padding: 0 5%;
}

.hero__container {
	width: 100%;
	max-width: 1255px;
	margin: 0 auto;
	margin-top: 230px;
	margin-top: 0;
	object-fit: contain;
}

.hero__image {
	width: 100%;
	position: relative;
	display: block;
}

.hero__text_and_video {
	margin-top: 42px;
	display: flex;
	align-items: flex-start;
	gap: 30px;
	padding-bottom: 42px;
	scroll-margin-top: 40px;
}

.hero__text {
	
}

.hero__text__h {
	font-size: 48px;
	font-family: Caveat;
	color: #fdb275;
	line-height: 1em;
	margin-left: -6px;
}

.hero__text__content {
	line-height: 1.6em;
	/*letter-spacing: 1px;*/
	margin-top: 28px;
	flex-grow: 1;
}

.hero__video__wrapper {
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
	flex-grow: 1;
}

.hero_video_thumb {
	width: 100%;
	cursor: pointer;
}

.hero_video_thumb:hover {
	filter: brightness(1.1);
}



.service {
	padding: 50px 5%;
	text-align: center;
}	

.section__referenzen {
	padding: 50px 2%;
	text-align: left;
}	

.section__with_shadow {
	border: 1px solid #272727;
	background-color: #1d1d1d;
	filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.2));
}	

.section__with_bg1 {
	background: url("../images/webp/services__section_bg1.webp") top center no-repeat;
	background-color: #1d1d1d;
	background-size: 1116px;
}	

.service__last {
	padding-top: 40px;
}	

.service__icon {
	margin-bottom: 30px;
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
}	

.service__icon__farbrolle1 {
	width: 90px;
}	

.service__icon__farbpalette1 {
	width: 125px;
}	

.h {
	font-size: 27px;
	line-height: 1.2em;
	font-family: gothic;
	color: #fdb275;
}	

.service__h {
	font-size: 27px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.preise__h {
	font-size: 42px;
	margin-bottom: 10px;
}	

.social_proof__h {
	font-family: Caveat;
	font-size: 53px;
	margin-bottom: 0px;
}	

.service__text {
	line-height: 1.6em;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}	






.section__referenzen__below_gallery {
	font-size: 18px;
  width: 100%;
  max-width: 1255px;
	margin: 0 auto;
  margin-top: 30px;
  display: flex;
	justify-content: flex-end;
}

.section__referenzen__btn_more {
	margin-right: 5px;
	text-decoration: none;
	cursor: pointer;
}

.section__referenzen__btn_more:hover {
	color: #fdb275;
}

.arrow {
  border: solid #919191;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow--right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}



.preise__container {
  width: 100%;
  max-width: 1255px;
  margin: 0 auto;
	background: url("../images/webp/preise__bg.webp") top left no-repeat;
	background-size: 230px;
	background-position: 0 68px;
	text-align: center;
	padding: 90px 5%;
	padding-top: 75px;
}

.preise__text {
  width: 100%;
	margin-top: 20px;
	padding-left: 14%;
	text-align: left;
}




/*.social_proof__and__contact__bg {
	width: 100%;
	height: 100%;
	position: absolute;
  display: flex;
	justify-content: space-between;
	z-index: -1;
	inset: 0;
}

.social_proof__and__contact__left__bg {
  width: 53%;
}

.social_proof__and__contact__right__bg {
  width: 47%;
	background: linear-gradient(0deg, rgba(33, 33, 33, 1) 0%, rgba(23, 23, 23, 1) 100%);
}*/




.social_proof__and__contact {
	position: relative;
	z-index: 10;
	
  /* der rechte 47%-Streifen bekommt den Verlauf */
  background:
    linear-gradient(0deg, rgba(33,33,33,1) 0%, rgba(23,23,23,1) 100%)
      right / 47% 100% no-repeat;
}

.contact__text {
  width: 53%;
}

#contact__form {
  width: 47%;
}




.social_proof__wrapper {
	width: 96%;
  max-width: 1255px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
  margin: 30px auto;
	z-index: 50;
	/*display: none;*/
}

.social_proof__container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 1.5em;
}

.social_proof__box {
	width: 100%;
	max-width: 730px;
	display: flex;
	justify-content: space-between;
}

.box_style4 {
	color: #000;
	background-color: #d3cec8;
	border-radius: 5px;
}

.social_proof__identity {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	padding-bottom: 16px;
}

.social_proof__avatar {
  font-size: 21px;
  width: 56px;
  height: 56px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 16px;
  border-radius: 50%;
  color: #302b25;
  background: #ffffff;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  clear: both;
	font-weight: bold;
  z-index: 9999999;
}

.social_proof__icon__envelope {
	width: 34px;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

.social_proof__content {
	font-size: 14px;
	width: 100%;
	padding: 1em;
	padding-bottom: 1.3em;
	padding-left: 0;
	line-height: 20px;
	text-overflow: ellipsis;
}

.read_more__hidden {
	display: none;
}





.contact__wrapper {
  display: flex;
	justify-content: space-between;
	margin-top: 90px;
}

.contact__text {
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
	margin-bottom: 50px;
	padding-left: 4%;
	padding-right: 2%;
}

.contact__text__content {
  width: 100%;
	max-width: 520px;
}

.contact__h {
  font-size: 43px;
	color: #fff;
}

.contact__text__job_description {
	margin-top: 20px;
}

.contact__text__text01 {
	margin-top: 56px;
}

.contact__text__phone_number {
	font-size: 40px;
	display: inline-block;
	margin-top: 56px;
	font-family: gothic;
	margin-bottom: 20px;
	color: #fdb275;
	text-decoration: none;
	white-space: nowrap;
}

.contact__text__email {
	
}

.contact__text__email.showing {
	color: #fdb275;
}

.contact__text__email__email {
	text-decoration: none;
}






#contact__form {
	margin-left: 120px;
	padding-right: 4%;
	padding-bottom: 90px;
}


.contact__form__content {
  width: 100%;
	max-width: 440px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
}


.contact__form__row {
	margin-bottom: 20px;
}

.contact__form__submit {
	margin-top: 1.9em !important;
}

.contact__form__error_messages {
	margin-top: 1.5em;
	display: none;
}

.contact__form__error_messages_box {
	font-size: 15px;
	padding: 0.6em 0.9em;
	color: #fff;
	background-color: #E33C05;
	display: none;
}




.form__input_text__label,
.form__textarea__label {
	font-size: 17px;
	padding: 0;
	margin-bottom: 6px;
	display: block;
}

.input_text,
.textarea {
	font-size: 15px;
	width: 100%;
	padding: 0 8px;
	color: inherit;
	background-color: #111111;
	border: none;
	outline: 1px solid #595959;
}

.input_text:focus,
.textarea:focus {
	outline: 2px solid #888888;
}

.input_text {
	height: 35px;
}

.textarea {
	height: 150px;
	padding: 5px 8px;
	resize: vertical;
}

.button__submit {
	font-size: 20px;
	height: 48px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 25px;
	color: #000;
	background-color: #FCAC6A;
	border-radius: 7px;
}

.button__submit div {
	margin: 12px 20px;
}

.button__submit:hover {
	filter: brightness(1.1);
}

.button__submit:active {
	filter: brightness(0.8);
}


.captcha__container {
	background-color: #000 !important;
}



#contact__processed {
	display: none;
	text-align: left;
	scroll-margin-top: 26px;
}

.contact__processed__h {
	font-size: 36px;
	margin-left: -8px;
	margin-bottom: 30px;
}

.contact__processed__text__contact_details {
	font-size: 17px;
	display: inline-block;
	margin: 20px 0;
	padding: 0 16px;
	background-color:rgba(255,255,255,0.12);
}

.contact__processed__text__contact_details__element {
	margin: 9px 0;
}

.contact__processed__btns {
	margin-top: 30px;
	display: flex;
	gap: 30px;
	text-transform: uppercase;
}





.page_impressum, .page_404 {
	margin-top: 0;
	overflow: hidden;
	position: relative;
	padding: 0 8%;
}

.page_impressum__container, .page_404__container {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 80px;
	object-fit: contain;
}

.page_impressum__h, .page_datenschutz__h, .page_404__h {
	font-size: 40px;
}

.page_impressum__content, .page_404__content {
	margin: 40px 0;
	margin-bottom: 90px;
}



.page_datenschutz {
	margin-top: 0;
	overflow: hidden;
	position: relative;
	padding: 0 5%;
}

.page_datenschutz__container {
	width: 100%;
	max-width: 1055px;
	margin: 0 auto;
	margin-top: 80px;
	object-fit: contain;
}

.page_datenschutz__content {
	font-size: 16px;
	line-height: 1.5em;
	margin: 40px 0;
	margin-bottom: 90px;
}




.footer {
	justify-content: space-between;
	border-top: 1px solid #2E2E2E;
	padding: 0 3%;
}

.footer__wrapper {
	width: 100%;
	max-width: 1255px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}

.footer__left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 26px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.footer__left > * {
	opacity: 0.7;
}

.footer a {
	text-decoration: none !important;
}

.footer a:hover {
	opacity: 1 !important;
}

.footer__right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 86px;
}

.footer__logo__dronovierung {
	width: 195px;
}

.footer__logo__yt {
	width: 33px;
}








.page_referenzen__container  {
	width: 100%;
	max-width: 1255px;
	margin: 20px auto;
	margin-bottom: 40px;
	object-fit: contain;
}

.work_samples__collection {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 30px;
	background-color: #232323;
	border: 1px solid #373737;
	border-radius: 14px;
}

.work_samples__collection:last-child {
	margin-bottom: 0;
}

.work_samples__collection__text {
	width: 100%;
	margin-top: 12px;
	margin-left: 23px;
	margin-right: 23px;
	margin-bottom: 0;
	/*outline: 1px solid yellow;*/
}

.work_samples__collection__title {
	font-family: gothic;
	font-size: 22px;
	color: #fdb275;
	margin-top: 3px;
}

.work_samples__collection__description {
	margin-top: 5px;
	font-size: 14px;
	margin-left: 2px;
	line-height: 21px;
}

.work_samples__collection__description li {
	margin-left: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.work_samples__collection__images {
	margin-top: 18px;
	margin-bottom: 28px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-width: 856px;
	/*outline: 1px solid blue;*/
}

.work_samples__collection__images__frame {
	flex-shrink: 1;
	width: 100%;
	overflow: hidden;
	/*outline: 1px solid orange;*/
}

.work_samples__collection__images__frame {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* Momentum auf iOS */
  /* Wichtig: NICHT pan-x, sonst blockierst du vertikal */
  touch-action: auto;                 /* oder weglassen (entspricht auto) */

  /* Optional: nur die horizontale Kante „einfangen“,
     vertikal darf weiter bis zum Body durchreichen */
  overscroll-behavior-inline: contain;  /* nur X-Achse „contain“ */
  /* NICHT: overscroll-behavior: contain;  (würde auch Y blocken) */
}

/* (Optional) Scrollbar auf Mobil verstecken – je nach Bedarf */
.work_samples__collection__images__frame::-webkit-scrollbar { display: none; }
.work_samples__collection__images__frame { scrollbar-width: none; } /* Firefox */


.work_samples__collection__images__arrow_btn {
	display: flex;
	align-items: center;
	padding: 0 6px;
	cursor: pointer;
}

.work_samples__collection__images__arrow_btn:hover {
	background-color: #363636;
}

.work_samples__collection__images__arrow_btn.unaccessible {
	opacity: 0.0 !important;
}


.work_samples__collection__images__arrow_btn__left {
	width: 1.06em;
	vertical-align: baseline;
	transform: rotate(90deg);
}

.work_samples__collection__images__arrow_btn__right {
	width: 1.06em;
	vertical-align: baseline;
	transform: rotate(-90deg);
}





/*GALLERY START SEITE*/
.section__referenzen .gallery__container {
  width: 100%;
  max-width: 1255px;
  margin: 0 auto;

  /* statt Flex -> Grid */
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Desktop: 4 Spalten */
  gap: 24px; /* einheitlicher Abstand */
}

.section__referenzen .gallery__container figure {
  position: relative;
  display: block;

  /* quadratische Karten */
  aspect-ratio: 1 / 1;
  width: 100%;
  /* optional: wenn du alten festen Größen entgegenwirken willst */
  height: auto;
  transition: 0.1s ease;
}



/*GALLERY PAGE REFERENZEN*/
.page_referenzen__container .gallery__container {
	display: flex;
	flex-wrap: nowrap;
}

.page_referenzen__container .gallery__container figure {
	display: block;
	position: relative;
	flex: 0 0 auto;
	width: 186px;
	height: 186px;
	margin-right: 14px;
	transition: 0.1s ease;
}




/*GALLERY GENERAL*/
.gallery__container figure:last-child {
  margin-right: 0;
}

.gallery__container figure:hover {
	filter: brightness(1.2);
	cursor: pointer;
}

.gallery__container figure img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	outline: 1px solid #636363;
	outline-offset: -1px;
}

/* Titel-Overlay bleibt wie gehabt */
.gallery__container figure .title {
	font-size: 16px;
  position: absolute;
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 4px 6px;
  background-color: rgba(0,0,0,0.56);
  z-index: 999;
  color: #fff;
  visibility: hidden;
}

.gallery__container figure:hover .title {
  visibility: visible;
}









.work_samples__videos figure{
	margin: auto;
}


.gallery__title {
	font-weight: bold;
}

.gallery__description {
	margin-top: 0.3em;
	margin-bottom: 1em;
}





