/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 10 2025 | 08:35:45 */
/* barlow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/barlow/barlow-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('/fonts/roboto/roboto-v48-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/roboto/roboto-v48-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto/roboto-v48-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto/roboto-v48-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/roboto/roboto-v48-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/roboto/roboto-v48-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto/roboto-v48-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/roboto/roboto-v48-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/roboto/roboto-v48-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
	--primary: #71727f;
	--primarylight: #a4a5b3;
	--primarypale: #e8e1d5;
	--primarypalest: #d6d7df;
	
	--gold: #a99971;
	--lightgold: #b6aa8b;
	
	--primarydark: #3e3f4b;
	
	--secondary: #a99971;
	--contact: #a99971; 
	
	--text: #000000;
	--footer: #000000;
	
	
	--highlight: #00aea8;
	--white: #ffffff;
	--black: #000000;
	
}












.wp-block-image img{	
	height: auto !important;
}
img {
	image-rendering: -webkit-optimize-contrast;
}


html {
  	margin: 0 !important;
  	padding: 0 !important;	
  	width: 100% !important;
  	max-width: 100% !important;
  	overflow-x: hidden !important;
}

body {
  	width: 100% !important;
  	max-width: 100% !important;
  	margin: 0;
  	padding: 0;	
  	font-size: 22px;
  	line-height: 1.2em;
  	font-weight: 400;
	background: var(--darkpurple);
  	width: 100vw !important;
  	overflow-x: hidden !important;
}
body.elementor-editor-active {
	background: #cccccc;
}
body, p, h4, h5, h6, ul, li, a, body.datenschutz table td {  
	font-family: 'Roboto', sans-serif;
  	color: var(--text);  
  	font-weight: 300;	
	line-height: 1.4em;
}
h1, h2, h3 {	
	font-family: 'Roboto', sans-serif;
  	color: var(--text);  
  	font-weight: 200;
}


h1 {
	font-size: 100px;
	line-height: 1em;
}
h1 strong {
	font-weight: 700;
}

h2 {
	font-size: 13vw; 
	line-height: 1em;
}
h2 strong {
	font-weight: 700;
}
.smallh2 h2 {
	font-size: 40px;
}
.largeh2 h2 {
	font-size: 24vw;
	line-height: 0.8em;
	letter-spacing: -0.02em;
}
@media (min-width: 601px) {
	not#start h2 { font-size: 100px; }
}
@media (min-width: 1024px) {
	h2 { font-size: 100px; }
}

h3 {
  	font-size: 34px;
  	line-height: 1.1em;
	letter-spacing: -0.01em;
}
h3 strong {
  font-weight: 300;
}

h4 {
	font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}
h4 strong {
  	font-weight: 700;
}

p {
	margin-bottom: 20px;
}
p strong {
	font-weight: 700;
}

.largetext p, 
.largetext a,
.largetext li { 
	font-size: 30px !important;
	line-height: 1.5em;
}
@media (min-width: 768px) {
	.largetext p, .largetext a, .largetext li { font-size: 32px !important; line-height: 1.5em; }
}

.mediumtext p, 
.mediumtext a,
.mediumtext li { 
	font-size: 22px;
}
@media (min-width: 768px) {
	.mediumtext p, .mediumtext a, .mediumtext li { font-size: 26px !important; }
}


a {
  	color: var(--black);
  	text-decoration: none;
}
a:hover {
 	color: #000000; 
  	text-decoration: none;
}



.lightboxRemoved {
	cursor: default;
}

.zindex1 { z-index: 1; }
.zindex2 { z-index: 2; }
.zindex3 { z-index: 3; }



#content.site-content {
 	padding-bottom: 0 !important; 
 	padding-top: 0 !important; 
}
figcaption {
	text-align: left;
	font-size: 14px;
    padding-top: 5px;
    color: var(--darkmint) !important;
	font-weight: 500 !important;
}
.captionright figcaption {
	text-align: right;
}

@media (max-width: 1024px) {
	.elementor-inner-section > .elementor-container.elementor-column-gap-default .elementor-widget-wrap { padding: 30px; }
}





/* hide some theme bits ----------------------------------------------------------------------------------------------------------------- */


header.page-header {
	display: none;
}
.entry-header {
 	display: none; 
}
.navbar-toggler {
  display: block;
}
body.elementor-editor-active section.elementor-top-section:nth-of-type(1) {
	margin-top: 100px;
}
button.navbar-toggler {
	display: none !important;
}









/* HEADER ---------------------------------------------------------------------------------------------------------------------------------------- */


#site-header {
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    z-index: 999;
	padding: 0 10px;
	height: 80px;
	background: var(--white);	
}

body.elementor-editor-active #site-header { position: relative; left: 0; background: #999999; height: auto; }
body.passwordshield-active #site-header { display: none; }

#site-header .header-inner {
	max-width: 100%;
	margin-top: 0;
	padding: 0;
	justify-content: flex-end;
}
#site-header .site-branding {
	position: fixed;
	left: 10px;
	top: -100px;
	transition: all .4s ease-in-out;
	z-index: 999;
}
#site-header .site-branding.display {
	top: 5px;
}
#site-header .site-branding h1 {
	font-size: 0;
	line-height: 0;
}
#site-header .site-branding a {
	font-size: 0;
	line-height: 0;
	padding: 5px;
}
#site-header .site-branding img {
	width: 260px;
    image-rendering: auto;
}



/* NAVIGATION ----------------------------------------------------------------------------------------------------------------- */


#site-header .header-inner {
	padding: 0;
}
#site-header nav.site-navigation li:nth-of-type(1),
#site-header nav.site-navigation li:nth-last-of-type(1),
#site-header nav.site-navigation li:nth-last-of-type(2) {
	display: none;
}
#site-header nav li a {
	color: var(--black);
	font-size: 24px;
	padding: 10px 20px;
	font-weight: 300;
	text-decoration: none !important;
}
#site-header nav li a:hover {
	color: var(--secondary);
}

#site-header .site-navigation {
	background: var(--white);
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 100px 10px 40px;
	width: 100%;
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 1200px) {
	#site-header nav li a { font-size: 28px; padding: 10px 25px; }
}







#site-header .site-navigation-toggle-holder {
    display: block !important;
    padding: 0;
	position: relative;
	top: 0;
	right: -10px;
	z-index: 999;
	background: var(--white);
}
#site-header .site-navigation-toggle-holder.elementor-active {
	background: var(--primarypale);
}
#site-header .site-navigation-toggle {
	background: var(--white);
	width: 56px;
    height: 56px;
    display: flex;
    border-radius: 100%;
    padding: 0;	
}
#site-header .elementor-active .site-navigation-toggle {
	background: var(--primarypale);
}
#site-header .site-navigation-toggle[aria-expanded='true'] {
	transition: width .2s, border-radius .1s .1s, background .1s;
	width: 300px; 
	border-radius: 0 0 0 0;
}
#site-header .site-navigation-toggle[aria-expanded='false'] {
	transition: width .3s .2s, border-radius .1s .2s, background .1s;
}
#site-header .site-navigation-toggle-icon {
	background: var(--black);
	background: transparent;
    padding: 0;
	border-radius: 0;
	width: 40px;
	height: 3px;
	position: relative;
	top: 12px;
    right: 10px;
}
#site-header .site-navigation-toggle-icon::before,
#site-header .site-navigation-toggle-icon::after {
	background: var(--black);
	box-shadow: none;
	border-radius: 0;
	position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
}
#site-header .site-navigation-toggle-icon::before {
	top: -5px;
}
#site-header .site-navigation-toggle-icon::after {
	top: 5px;
}
#site-header .site-navigation-toggle[aria-expanded='false']:hover .site-navigation-toggle-icon:before { top: -10px; }
#site-header .site-navigation-toggle[aria-expanded='false']:hover .site-navigation-toggle-icon:after { top: 10px; }

#site-header .site-navigation-toggle[aria-expanded='true'] .site-navigation-toggle-icon {
	left: 0;
	height: 0;
	transition: left .2s; 
}
#site-header .site-navigation-toggle[aria-expanded='false'] .site-navigation-toggle-icon {
	transition: height .1s .1s, left .2s .1s; 
}
#site-header .site-navigation-toggle[aria-expanded='true'] .site-navigation-toggle-icon::before {
	transform: translateY(0) rotate(45deg);
}
#site-header .site-navigation-toggle[aria-expanded='true'] .site-navigation-toggle-icon::after {
	transform: translateY(-10px) rotate(-45deg);
}


#site-header .site-navigation-dropdown {
	top: 80px;
    left: unset;
    width: 300px;
	right: 0;
	margin-block-start: 0;
}


	
@media (min-width: 1025px) {
	#site-header nav.site-navigation-dropdown li { display: none; }
	#site-header nav.site-navigation-dropdown li:nth-of-type(1),
	#site-header nav.site-navigation-dropdown li:nth-last-of-type(1),
	#site-header nav.site-navigation-dropdown li:nth-last-of-type(2) {
		display: block;
	}
}


#site-header .site-navigation-dropdown[aria-hidden='true'] { /* Aufgeklappt */
	transition: max-height .2s, transform .2s;
}
#site-header .site-navigation-dropdown[aria-hidden='false'] { /* Zugeklappt */
	transition: max-height .3s .18s, transform .3s .18s;
}
#site-header .site-navigation-dropdown ul {
	background: transparent;
}
#site-header .site-navigation-dropdown a {
	background: var(--black);
	color: var(--white);
}
#site-header .site-navigation-dropdown a:hover {
	background: var(--primarydark);
	color: var(--white);
}


/* Burger and X Animation */
i.eicon-menu-bar {
	width: 30px;
	height: 3px;
	background: white;
	position: relative;
}
i.eicon-menu-bar:before,
i.eicon-menu-bar:after {
    content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: white;
	position: absolute;
}
.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before { content: ""; }
i.eicon-menu-bar:before {
	top: -10px;
}
i.eicon-menu-bar:after {
	top: 10px;
}
/* Aufgeklappt */
#site-header .site-navigation-toggle[aria-expanded='true'] i.eicon-menu-bar { 
	transition: background .1s;
    background: transparent;
}
#site-header .site-navigation-toggle[aria-expanded='true'] i.eicon-menu-bar:before { 
	transition: rotate .2s, top .2s;
    rotate: 45deg;
    top: 0;
}
#site-header .site-navigation-toggle[aria-expanded='true'] i.eicon-menu-bar:after { 
	transition: rotate .2s, top .2s;
    rotate: -45deg;
    top: 0;
}
/* Zugeklappt */
#site-header .site-navigation-toggle[aria-expanded='false'] i.eicon-menu-bar { 
	transition: background .1s .18s;
}
#site-header .site-navigation-toggle[aria-expanded='false'] i.eicon-menu-bar:before { 
	transition: rotate .2s .18s, top .2s .18s;
}
#site-header .site-navigation-toggle[aria-expanded='false'] i.eicon-menu-bar:after { 
	transition: rotate .2s .18s, top .2s .18s;
}


/* OPTIMIZED NAV ------------------------------------------------------------------------------------------------------------------- */

@media(max-width: 576px) {
	#site-header { height: 63px; }
	#site-header .site-navigation-toggle-icon { top: 4px; }
	#site-header .site-navigation-dropdown { top: 63px !important; }
	#site-header .site-branding img { width: 200px; }
}
@media(max-width: 400px) {
	#site-header { height: 56px; }
	#site-header .site-navigation-toggle-icon { top: 0px; }
	#site-header .site-navigation-dropdown { top: 56px !important; }
	#site-header .site-branding img { width: 160px; }
}




/* NICER FADE-UP EFFECT - the elements are shifted and hidden via php/js in functions.php ------------------------------------------- */


.fadeup, .fadedown {
	transition: top .5s cubic-bezier(.49,0,.4,1) .2s, opacity .5s cubic-bezier(.49,0,.4,1) .2s !important;
}
.fadeup.delayed, .fadedown.delayed {
	transition-delay: .5s;
}
.fadeup.display, .fadedown.display {
	opacity: 1;
	top: 0;
}
body.elementor-editor-active .fadeup,
body.elementor-editor-active .fadedown { opacity: 1; top: 0; } 



/* containers --------------------------------------------------------------------------------------------------------------------- */

div[data-elementor-type="wp-page"] {
  	width: 100%;
	padding-top: 0;
}
.site-header+.elementor {
	min-height: 200px;
}

#content > .container {
  max-width: 100%;
}

div[data-elementor-type="wp-page"] section.elementor-top-section:nth-of-type(1) {
	padding-top: 0;
}

.headingbox h3 {
	margin-top: 35px;
}

.fullheight { height: 100vh; }
.fullheight.fhplus { height: 120vh; }
.notquitefullheight { height: 80vh; }
.shortheight { height: 60vh; }

@media (max-aspect-ratio: 1/1) {
	.fullheight.square { height: 100vw; }
	.fullheight.fhplus.square { height: 100vw; }
}

.elementor-widget-text-editor img {
  margin-bottom: 10px;
}

.elementor-editor-active .e-con { padding: 10px; border: blue 2px solid; }

.e-con-full.colgapwide, .e-con-boxed.colgapwide > .e-con-inner { column-gap: 100px !important; }
.e-con-full.colgapmedium, .e-con-boxed.colgapmedium > .e-con-inner { column-gap: 70px !important; }
.e-con-full.colgapnarrow, .e-con-boxed.colgapnarrow > .e-con-inner { column-gap: 40px !important; }

.e-con-full.rowgapwide, .e-con-boxed.rowgapwide > .e-con-inner { row-gap: 100px !important; }
.e-con-full.rowgapmedium, .e-con-boxed.rowgapmedium > .e-con-inner { row-gap: 65px !important; }
.e-con-full.rowgapnarrow, .e-con-boxed.rowgapnarrow > .e-con-inner { row-gap: 30px !important; }

@media (max-width: 1800px) {
	.e-con-full.colgapwide, .e-con-boxed.colgapwide > .e-con-inner { column-gap: 5vw !important; }
	.e-con-full.colgapmedium, .e-con-boxed.colgapmedium > .e-con-inner { column-gap: 3vw !important; }
	.e-con-full.colgapnarrow, .e-con-boxed.colgapnarrow > .e-con-inner { column-gap: 2vw !important; }
	
	.e-con-full.rowgapwide, .e-con-boxed.rowgapwide > .e-con-inner { row-gap: 5vw !important; }
	.e-con-full.rowgapmedium, .e-con-boxed.rowgapmedium > .e-con-inner { row-gap: 3.2vw !important; }
	.e-con-full.rowgapnarrow, .e-con-boxed.rowgapnarrow > .e-con-inner { row-gap: 1.3vw !important; }
}

@media (max-width: 992px) {
	.e-con-full.twocols, .e-con-boxed.twocols > .e-con-inner { flex-direction: column !important; }
	.e-con-full.twocols > .e-child, .e-con-boxed.twocols > .e-con-inner > .e-child { flex-basis: 100% !important; width: 100% !important; max-width: 100% !important; }
}




/* lightbox popup ------------------------ */
.elementor-lightbox .dialog-lightbox-close-button {
	/*
 	right: calc(50% - 15px); 
	*/
}
.elementor-lightbox i.eicon-share-arrow {
	display: none;
}
.elementor-lightbox i.eicon-zoom-in-bold {
	display: none;
}
.elementor-lightbox i.eicon-close {
	background: var(--coral);
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.elementor-lightbox i.eicon-close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.elementor-lightbox .elementor-slideshow__header {
	display: none;
}
.elementor-lightbox .elementor-slideshow__title {
	display: none;
}

.buttuptonext .elementor-widget-wrap {
	padding-bottom: 0 !important;
}
.buttuptonext h2 {
	margin: 0 !important;
}



/* more subtle entrance animation */
.fadeup {
	transition: margin-top .8s cubic-bezier(0,.73,.58,1), top .8s cubic-bezier(0,.73,.58,1);
	opacity: 1;
	top: 0;
}
.fadeup.elementor-invisible {
	opacity: 0;
	top: 150px;
}




/* SCROLLTOP ------------------------------------------------------------------------------------------------------ */

#scrolltop {
	width: 54px;
    height: 54px;
    display: inline-block;
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: var(--mint);
    border: var(--mint) 3px solid;
    border-radius: 100%;
    transition: all .2s ease-in-out;
    opacity: 0;
    z-index: 9999;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
display: none !important;
}
#scrolltop.display {
	opacity: 1;
}
#scrolltop:hover {
	cursor: pointer;
	background-color: var(--pink);
	border: var(--pink) 3px solid;
}
#scrolltop .scrollarrow {
	width: 18px;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 18px;
    display: inline-block;
    border-top: var(--white) 4px solid;
    border-right: var(--white) 4px solid;
	transition: all .2s ease-in-out;
    transform: rotate(-45deg);
}
#scrolltop:hover .scrollarrow {
    border-top: var(--white) 4px solid;
    border-right: var(--white) 4px solid;
}
@media only screen and (max-aspect-ratio: 1/1) {
	#scrolltop { display: none; }
}

/* IMAGE PRELOAD ----------------------------------------------------------------------------------------------------------------------- */

.imagepreloader { width: 1px; height: 0px; opacity: 0; visibility: hidden; overflow: hidden; }
body.elementor-editor-active .imagepreloader { width: 100%; height: auto; opacity: 0.5; visibility: visible; }



/* START ------------------------------------------------------------------------------ */

#start {
	min-height: 100vh;
	background-color: var(--primarypale);
}
#start .bgimage {
	height: 60vh;
	transition: all .3s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
}
#start .bgimage:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--primary);
	mix-blend-mode: overlay;
    filter: saturate(1.2);
    opacity: 0;
}

#start .bgcolour {
	margin-top: 60vh;
	min-height: 40vh;
	background: var(--primarypale);
	line-height: 0;
}

#start .logo {
	width: 90vw;
	max-width: 90vw;
	height: 25.2vw;
	max-height: 25.2vw;
	transform: translate(5vw, -50%);
	position: absolute;
	top: 0;
	left: 0;
}

#start .logo #quo * { fill: var(--lightgold); }
#start .logo #wista * { fill: var(--white); }
#start .logo #immo * { fill: var(--gold); }

#start .logo svg { overflow: visible; }

#start .logo .logotag {
	position: absolute;
	top: 50%;
	right: 0;
}
#start .logo .logotag p {
	font-family: 'Barlow', sans-serif;
    position: relative;
    transform: translate(2.4%, 35%);
    text-align: right;
    font-size: 2.8vw;
    letter-spacing: 0.3em;
    font-weight: 400;
    color: var(--gold);
    margin: 0;
	user-select: none;
	opacity: 0;
}

@media (min-width: 768px) {
	#start .logo { width: 660px; max-width: unset; height: 184.8px; max-height: unset; transform: translate(3.3vw, -50%); }
}
@media (min-width: 1400px) {
	#start .logo { width: 46.5vw; height: auto; }
}
@media (min-width: 1600px) {
	#start .logo .logotag p { font-size: 2.1vw; }
	#start .logo #immo * { opacity: 0; }
	#start .logo .logotag p { opacity: 1; }
}
@media (min-width: 2000px) {
	#start .logo .logotag p { font-size: 1.57vw; }
}

#start .textcontent {
	font-size: unset;
	line-height: unset;
	justify-content: flex-end;
}

#start h1 {
	margin: 0;
	height: 120px;
	font-size: 20px;
	overflow: hidden;
	color: transparent;
	user-select: none;
}
#start h2 {
	font-weight: 200;
}

@media (max-width: 1500px) {
	#start .textcontent > .e-child:nth-of-type(1) { display: none; }
	#start .textcontent > .e-child:nth-of-type(2) { width: 700px; max-width: 90vw; }
}
@media (max-width: 1200px) {
	#start .textcontent > .e-child:nth-of-type(1) { display: none; }
	#start .textcontent > .e-child:nth-of-type(2) { width: 100%; }
}
@media (max-width: 600px) {
	#start h2 { font-size: 13vw; margin-top: -30px; }
}
@media (max-width: 400px) {
	#start h2 { font-size: 13vw; margin-top: -60px; }
}




body.elementor-editor-active #start .logo { margin-left: 0; }
body.elementor-editor-active #start .logo,
body.elementor-editor-active #start .logo * { display: block !important; opacity: 1 !important; }




/* UNTERNEHMEN ----------------------------------------------------------------------------------------------------- */

#unternehmen {
	background: var(--white);
}
#unternehmen .textcontent > .e-child:nth-of-type(1) {
	padding-top: 3vw;
	z-index: 1;
}

.qmask {
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: 76vh;
    background-position: calc(50% + 390px);
	line-height: 0;
	overflow: hidden;
	position: relative;
	top: -70px;
}
.qmask .elementor-widget-html  {
	width: 101%;
	max-width: 101% !important;
}
.qmask svg * {
	fill: var(--white);
}
.qmask::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(100% - 2px);
	width: 100%;
	height: 4px;
	background: var(--white);
}

@media (max-width: 2000px) {
	.qmask { top: -3vw; }
}
@media (max-width: 1400px) {
	#unternehmen .textcontent > .e-child:nth-of-type(1) { width: 60%; }
	#unternehmen .qmask { width: 40%; }
}

@media (max-width: 1024px) {
	#unternehmen .textcontent { flex-direction: column-reverse; }
	#unternehmen .textcontent > .e-child:nth-of-type(1) { width: 100%; margin-top: -3vw; margin-bottom: 3vw; }
	#unternehmen .textcontent .mediumtext { padding: 0; }
	.qmask { align-self: flex-end; right: -2vw; width: 30%; top: -7vw; background-size: 150%; background-attachment: scroll; background-position: center; margin-bottom: -10vw; }
}
@media (max-width: 768px) {
	#unternehmen .textcontent > .e-child:nth-of-type(1) { margin-top: -10vw; }
	#unternehmen .textheader { width: 300px; }
}
@media (max-width: 440px) {
	#unternehmen .textheader { margin-top: 5vw; }
	
}





/* LEISTUNGEN ----------------------------------------------------------------------------------------------------- */

#leistungen {
	background: var(--primarydark);
	min-height: 80vh;
}
#leistungen h2 {
	color: var(--white);
}
#leistungen ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#leistungen ul li {
	margin-bottom: 20px;
	position: relative;
}
#leistungen ul li::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	width: 100%;
	height: 1px;
	background-color: var(--gold);
}
#leistungen ul li:nth-of-type(1)::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
	height: 1px;
	background-color: var(--gold);
}




/* ÜBER MICH ------------------------------------------------------------------------------------------------- */

#uebermich {
	background-color: var(--primarypale);
}

#uebermich .portrait {
	width: 500px;
}
#uebermich .portrait:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--primary);
	mix-blend-mode: overlay;
    filter: saturate(1.2);
    opacity: 1;
display: none;
}


@media (max-width: 1400px) {
	#uebermich .textcontent > .e-child:nth-of-type(1) { width: 40%; justify-content: flex-start; }
	#uebermich .textcontent > .e-child:nth-of-type(2) { width: 60%; }
	#uebermich .textcontent .spacer2 { display: none; }
}
@media (max-width: 992px) {
	#uebermich .textcontent { flex-direction: column; }
	#uebermich .textcontent > .e-child:nth-of-type(1) { width: 400px; max-width: 100%; }
	#uebermich .textcontent > .e-child:nth-of-type(2) { width: 100%; }
}



/* KONTAKT --------------------------------------------------------------------------------------------------- */

#kontakt {
	background-color: var(--contact);
}
#kontakt h2 {
	color: var(--white);
}
#kontakt p {
	color: var(--white);
}
#kontakt svg {
	width: 150px;
	display: flex;
	margin: 0 auto;
}
#kontakt svg #transparent_squares * {
	fill: none;
	stroke: none;
}
#kontakt svg #icons * {
	fill: none;
	stroke: var(--white);
	stroke-width: 4px;
    stroke-linecap: round;
}
#kontakt .kontakttext {
	flex-direction: column;
}
#kontakt .kontakttext p,
#kontakt .kontakttext a {
	color: var(--white);
	white-space: nowrap;
	line-height: 1.1em;
}

@media (min-width: 1025px) {
	#kontakt .kontakttext { flex-direction: row; }
}



/* FOOTER ----------------------------------------------------------------------------- */



#site-footer {
	background: var(--text);
	display: flex;
	align-items: center;
	padding-bottom: 200px;
    padding-top: 140px;
}
#site-footer .footer-inner {
	max-width: 1600px;
}

.site-footer .footer-inner .site-branding .site-logo {
	margin-bottom: 100px;	
}
.site-footer .footer-inner .site-branding .site-logo img { 
	filter: invert(1) hue-rotate(180deg) brightness(1.5) saturate(0.68);
	width: 400px;
}

#site-footer nav ul {
	margin: 0 auto;
	padding: 0;
}
#site-footer nav ul li {
	display: block;
}
#site-footer nav ul li a {
	padding: 6px 15px;
	color: var(--gold);
	filter: brightness(1.4);
	text-decoration: none !important;
}
#site-footer nav ul li a:hover {
	color: var(--white);
}
	
@media (max-width: 1024px) {
	#site-footer nav ul li { width: 100%; }
}









/* DATENSCHUTZ, IMPRESSUM ------------------------------------------------------------------------------------------ */

body.impressum, body.datenschutz {
	background: var(--white);	
}
body.impressum #site-header .site-branding, body.datenschutz #site-header .site-branding {
	top: 5px;
}
body.impressum h2, body.datenschutz h2 {
	margin-bottom: 50px;
	margin-top: 50px;
	color: var(--gold);
}
body.impressum h3, body.datenschutz h3 {
  	margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 300;
}
body.impressum p strong, body.datenschutz p strong {
	font-weight: 500;	
}
body.impressum a, body.datenschutz a {
	color: var(--darkgold);
}



/* 404 ----------------------------------------------------------------------------------------------------------------- */


body.error404 {
	background-color: var(--primary);
}
body.error404 #content {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
body.error404 #content * {
	color: var(--white);
	text-align: center;
}

body.error404 .content404 a {
	text-align: center;
    color: var(--darkestpurple);
    background-color: var(--mint);
    display: inline-block;
    text-decoration: none;
    padding: 13px 15px;
    border-radius: 2px;
    margin-top: 20px;
    line-height: 1em;
}



/* COOKIE BANNER --------------------------------------------------------------------------- */

div.animate__animated.animate__fadeInDown { animation-delay: 3s !important; }


/* LOGIN ------------------------------------------------------------------------------------ */





.post-password-form {
    margin: 0 auto;
	margin-top: 50vh;
	width: 80%;
	max-width: 330px;
  	z-index: 2;
	position: relative;
	text-align: center;
	transform: translateY(-50%);
}
.post-password-form .d-block {
	display: none !important;
}
.post-password-form label {
	color: transparent;
	font-size: 0;
	width: 100%;
}
.post-password-form p {
	display: block;
}
body.passwordshield-active:not(.elementor-editor-active) {
	background: var(--primary);
}
body.passwordshield-active:not(.elementor-editor-active) p {
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.post-password-form p:nth-of-type(1) {
	display: none;
}
body.passwordshield-active:not(.elementor-editor-active) p:nth-of-type(2)::before {
	content: 'quowista';
	display: block;
	color: var(--white);
	font-size: 50px !important;
	margin-bottom: 30px;
}

.mr-2 {
  margin-right: 0 !important;
}
.post-password-form input[type='password'] {
 	height: 150px;
    width: 150px;
	margin: 0 auto;
    color: var(--primarydark);
    -webkit-user-select: text;
    font-size: 20px;
	border: var(--white) 1px solid;
	border-radius: 100%;
	text-align: center;
}

.post-password-form input[type='submit'] {
    width: 50px;
    height: 50px;
    text-indent: -99999px;
    margin: 0 auto;
    margin-top: 18px;
    background-color: rgba(0,0,0,0);
    border: rgba(0,0,0,0) 2px solid;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: saturate(0) brightness(0) invert(1);
}
.post-password-form input[type='submit']:hover {
  	cursor: pointer;
}
.post-password-form input[type='submit'] { background-image: url(https://nmk.koeln/wp-content/uploads/ArrowRight_Duexx.png); }

body.passwordshield-active #site-footer {
	display: none;
}




/* dies und das ---------------------------------------------------------------------------------- */


.sectionpadding {
	padding-top: 120px;
	padding-bottom: 140px;
}
.sectionpaddingtop {
	padding-top: 120px;
}
.sectionpaddingbottom {
	padding-bottom: 140px;
}

.pagemargin {
	padding-left: 100px !important;
	padding-right: 100px !important;
}
@media (max-width: 1800px) {
	.sectionpadding { padding-top: 5vw; padding-bottom: 7vw; }
	.sectionpaddingtop { padding-top: 5vw; }
	.sectionpaddingbottom { padding-bottom: 7vw; }
	.pagemargin { padding-left: 5vw !important; padding-right: 5vw !important; }
}
@media (max-width: 1200px) {
	.sectionpadding { padding-top: 10vw; padding-bottom: 12vw; }
	.sectionpaddingtop { padding-top: 10vw; }
	.sectionpaddingbottom { padding-bottom: 12vw; }
}
@media (max-width: 576px) {
	.sectionpadding { padding-top: 14vw; padding-bottom: 16vw; }
	.sectionpaddingtop { padding-top: 14vw; }
	.sectionpaddingbottom { padding-bottom: 16vw; }
}





.boxlink a {
	margin-top: 30px;
	display: inline-block;
	padding: 10px 50px 10px 15px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: calc(100% - 15px) 50%;
    background-color: var(--mint);
    color: var(--white);
    background-image: url(/wp-content/uploads/ArrowRight.png);
}
.boxlink a:hover {
	background-color: var(--pink);
}
.boxlink.extern a {
    background-image: url(/wp-content/uploads/ArrowExternal.png);
}
.boxlink.extern a:hover {
    background-image: url(/wp-content/uploads/ArrowExternal.png);
}






.anchorfake {
  	position: absolute; 
  	top: -140px;
  	height: 0;
}

body.elementor-editor-active .anchorfake { top: 0; height: 50px; background: rgba(255,100,0,0.5); }

body.elementor-editor-active .elementor-widget-spacer {
    background: rgba(0,255,196,0.4);
}
body.elementor-editor-active .desktop.elementor-widget-spacer {
    background: rgba(0,100,196,0.4);
}
body.elementor-editor-active .mobile.elementor-widget-spacer {
    background: rgba(140,100,196,0.4);
}


/* arrows between sections */


.inversearrow {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2vw;
	clip-path: polygon(0 0, 48% 0, 50% 100%, 52% 0, 100% 0, 100% 100%, 0 100%);
}
.attop {
	top: 0;
}
.atbottom {
	bottom: 0;
}
.inversearrow.greenbg { background-color: var(--primary); }
.inversearrow.whitebg { background-color: var(--white); }
.inversearrow.darkgreybg { background-color: var(--darkgrey); }
.inversearrow.nearblackbg { background-color: var(--nearblack); }
.inversearrow.black08bg { background-color: rgba(0,0,0,0.8); }

body.mobiledevice #anflug .inversearrow.black08bg { background-color: var(--nearblack); }
	
	
.shifttop50 {
	margin-top: -50px;
}


.desktop {
  
}
.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .desktop { display: none; }
  .mobile { display: block; }
  .elementor-inner-column { width: 100% !important; }
}
body.elementor-editor-active .desktop, body.elementor-editor-active .mobile {
  display: block;
} 


.listbullets ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.listbullets li {
	padding-left: 30px;
	margin-top: 1em;
}
.listbullets li::before {
	content: "";
    position: absolute;
    left: 0px;
    margin-top: 2px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid var(--primary);
}

.short {
	max-width: 1100px !important;
}

.narrow {
  max-width: 1100px !important;
  margin: 0 auto;
}
.narrow.left {
	margin: 0;
}
.verynarrow {
  	max-width: 800px !important;
}
.verynarrow.left {
  	margin-left: 0;
}
.boxed {
  max-width: 1600px;
  margin: 0 auto;
}
.paddingleft {
	padding-left: 50px;
}
.paddingright {
	padding-right: 50px;
}

.slim > .elementor-container, .slim.e-con {
  max-width: 700px !important;
  margin: 0 auto;
}
.slimleft {
  max-width: 400px;
  margin: 0;
}
.slimright {
  max-width: 400px;
  margin: 0;
}
.slim.half {
  margin: 0;
}
.veryslim {
  max-width: 520px;
}
.anorexic {
  max-width: 300px;
  margin: 0 auto;
}

.uppercase {
	text-transform: uppercase;
}
.nowrap {
	white-space: nowrap;
}
span.contract {
	letter-spacing: -0.07em;
}
span.expand {
	letter-spacing: 0.005em;
}



body.elementor-editor-active .nowrap { background-color: rgba(255,255,0,0.3); border: rgba(230,210,0,1) 2px dashed; }
body.elementor-editor-active .contract { background-color: rgba(255,150,0,0.3); border: rgba(230,120,0,1) 2px dashed; }
body.elementor-editor-active .expand { background-color: rgba(255,50,0,0.3); border: rgba(230,40,0,1) 2px dashed; }

span.shy {
	/* for visiblitiy in the elementor environment only */
}
body.elementor-editor-active span.shy { display: inline-block; width: 0.5em; min-width: 20px; border: red 2px dashed; background: rgba(255,0,0,0.3); }

br.smallscreen {
	display: none;
}
span.notsmallscreen { 
	display: inline;
}
@media (max-width: 576px) {
	br.smallscreen { display: block; }
	span.notsmallscreen { display: none; }
}


@media only screen and (max-width: 1024px) and (min-width: 0px) {
	div.elementor-element.animated.animated-fast { transition: none !important; animation-duration: 0s; }
}
`


.fixedbg {
  background-attachment: fixed;
}
.fixedbg > .elementor-widget-wrap {
  background-attachment: fixed;
}
body.mobiledevice .fixedbg {
  	background-attachment: scroll !important;
	background-size: cover;
}
body.mobiledevice .fixedbg .elementor-background-overlay {
  	background-attachment: scroll !important;
	background-size: cover;
}
@media (max-aspect-ratio: 1/1) {
	/*
	body.mobiledevice .fixedbg.fullheight { max-height: 100vw; }
	*/
}


.fixedimage {
    position: fixed;
    top: 80px;
	left: 0;
    height: 50vh;
}
.fixedimage .elementor-widget-image,
.fixedimage .elementor-widget-image .elementor-widget-container {
	height: 100%;
}
.fixedimage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
body.elementor-editor-active .fixedimage { position: absolute; top: 0; height: calc(50vh - 20px); width: calc(100% - 30px); }



.white, .white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white a, .white ul li, .white td, .white th {
  color: #ffffff !important;
}
.white p {
  font-weight: 300;
}
.black, .black p, .black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black a, .black ul li, .black td, .black th {
  color: #000000 !important;
}
.mint, .mint p, .mint h1, .mint h2, .mint h3, .mint h4, .mint h5, .mint h6, .mint a, .mint ul li, .mint td, .mint th {
  color: var(--mint) !important;
}
.primary, .primary p, .primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6, .primary a, .primary ul li, .primary td, .primary th {
  color: var(--primary) !important;
}


.mint .elementor-divider span { 
	border-top-color: var(--mint) !important;
}

.bgprimary { background-color: var(--primary); }
.bgdarkestpurple { background-color: var(--darkestpurple); }
.bgdarkpurple { background-color: var(--darkpurple); }
.bgpurple { background-color: var(--purple); }
.bgpink { background-color: var(--pink); }
.bgdarkmint { background-color: var(--darkmint); }
.bgmint { background-color: var(--mint); }
.bgblue { background-color: var(--blue); }
.bglightblue { background-color: var(--lightblue); }
.bgdarkyellow { background-color: var(--darkyellow); }
.bgyellow { background-color: var(--yellow); }
.bglemon { background-color: var(--lemon); }
.bgpalegrey { background-color: var(--palegrey); }



body:not(.elementor-editor-active) .invisible {
   	visibility: hidden;   
}
body.elementor-editor-active .invisible {
   	opacity: 0.5;
}
body:not(.elementor-editor-active) .hidden {
   	display: none;   
}
body.elementor-editor-active .hidden {
   	opacity: 0.5;
}
body.elementor-editor-active .elementor-widget-html {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	transform: none !important;
	min-height: 50px;
	background-color: rgba(255,0,0,0.5);
}





/* Rotation thingy --------------------------------------------------------------- */

.drehwurm {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 40vh;
	background: rgba(0,0,0,0.7);
	display: none;
	padding: 50px 20px 100px 20px;
	text-align: center;
}
body.elementor-editor-active .drehwurm { display: block; height: auto; position: relative; bottom: unset; top: 0; left: 0; opacity: 1; width: 100%; }

.drehwurm img {
	max-width: 180px;
	margin-bottom: 10px;
}
.drehwurm p {
	font-size: 30px;
	color: white;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 480px) {
	.drehwurm p { font-size: 7vw; }
}
@media (min-aspect-ratio: 5/4) {
	.drehwurm, .drehwurm.display, .drehwurm.remove, .drehwurm.remove.display { display: none !important; }
}

@media (max-aspect-ratio: 5/4) {
	.drehwurm.display { display: block; }
	.drehwurm.remove, .drehwurm.remove.display { width: 0; height: 0; left: -9999px; opacity: 0; display: none; visibility: hidden; }
}


.drehwurm.remove, .drehwurm.remove.display { width: 0; height: 0; left: -9999px; opacity: 0; display: none; visibility: hidden; }



