/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 12 2026 | 07:13:07 */
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/open-sans-v43-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/open-sans-v43-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/open-sans-v43-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/open-sans-v43-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
	
	--primary: #122e47;
	--darkestblue: #0a1a29;
	--highlight: #6ee81c;
	--white: #ffffff;
	--black: #000000;
	--palestgrey: #f6f6f6;
}


/* DEV TOOLS FOR IPHONE */
div#eruda {
	/**/
	display: none !important;
	
}




.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: 18px;
  	line-height: 1.4em;
  	font-weight: 400;
	background: #ffffff;
  	width: 100vw !important;
  	overflow-x: hidden !important;
}
body.elementor-editor-active {
	background: #cccccc;
}
body, p, h1, h2, h3, h4, h5, h6, ul, li, a {  
	font-family: 'Open Sans', sans-serif;
  	color: var(--darkestblue);  
  	font-weight: 400;
	
}
body, h5, h4, p, ul, li, a {	
  	font-size: 22px;
	line-height: 1.4em;
}

h1 {
	font-size: 15vw;
    font-weight: 700;
	letter-spacing: -0.02em;
}
h1 strong {
	font-weight: 700;
}
@media (min-width: 1025px) {
	h1 { font-size: 140px; }
}

h2 {
	font-size: 7vw; 
	font-weight: 400;
	line-height: 1.2em;
}
h2 strong {
	font-weight: 700;
}
.smallh2 h2 {
	font-size: 40px;
}
.largeh2 h2,
h2 .largeh2 {
	font-size: 100px;
}
@media (min-width: 768px) {
	h2 { font-size: 5.5vw; }
}
@media (min-width: 1025px) {
	h2 { font-size: 60px; }
}

h3 {
  	font-size: 36px;
  	line-height: 1.2em;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: var(--highlight) 3px solid;
}

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 { 
	font-size: 30px;
}
.mediumtext p, 
.mediumtext a { 
	font-size: 30px;
}


a {
  	color: var(--black);
  	text-decoration: none;
}
a:hover {
 	color: #000000; 
  	text-decoration: none;
}


@media (max-width: 1200px) {
	body, h5, p, ul, li, a { font-size: 20px; line-height: 1.35em; }
}
@media (max-width: 1024px) {
	body, h5, p, ul, li, a { font-size: 20px; line-height: 1.3em; }
	.smalltext p, .smalltext ul, .smalltext li, .smalltext a { font-size: 16px; }
}
@media (max-width: 600px) {
	body, h5, p, ul, li, a { font-size: 20px; line-height: 1.25em; font-weight: 400; }
	.smalltext p, .smalltext ul, .smalltext li, .smalltext a { font-size: 16px; }
}



@media only screen and (max-width: 767px) and (orientation: portrait) {
	br.shy { display: 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: right;
	font-size: 14px;
    padding-top: 5px;
    color: var(--white) !important;
	font-weight: 400 !important;
	position: absolute;
    bottom: 5px;
    right: 5px;
}

.caption, .caption p {
	font-size: 16px;
    padding-top: 3px;
    color: #666666;
}

@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%;
    height: 100px;
    z-index: 999;
	transition: all .3s linear;
	background: var(--white);
	padding: 5px;
	box-shadow: 0px 6px 6px rgba(0,0,50, 0.2);
}
body.elementor-editor-active #site-header { position: relative; 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: space-between;
	flex-direction: row;
}
#site-header .site-branding {
	justify-content: flex-start;
}
#site-header .site-logo {
	max-width: 140px;
}
#site-header .site-description {
	display: none;
}
#site-header .site-navigation {
	max-width: 90%;
}

#site-header.mini {
	background: rgba(0,0,0,0);
}



/* NAVIGATION ----------------------------------------------------------------------------------------------------------------- */

#site-header .site-navigation {
	display: none;
}
#site-header .site-navigation-toggle-holder {
    display: block !important;
    padding: 0;
	position: absolute;
	top: 5px;
	right: 5px;
}
@media (min-width: 1025px) {
	#site-header .site-navigation-toggle-holder { top: 20px; right: 20px; }
}
#site-header .site-navigation-toggle {
	width: 60px;
    height: 60px;
    display: flex;
    background: var(--primary);
    border-radius: 30px;
    padding: 0;
}
#site-header .site-navigation-toggle:hover {
	background: var(--highlight);
}
#site-header .site-navigation-toggle[aria-expanded='true'] {
	transition: width .2s, border-radius .1s .1s, background .1s;
	width: 300px; 
	border-radius: 15px 15px 0 0;
}
#site-header .site-navigation-dropdown li:nth-last-of-type(1),
#site-header .site-navigation-dropdown li:nth-last-of-type(2) a {
	display: none;
}
#site-header .site-navigation-dropdown li:nth-last-of-type(3) a {
	border-radius: 0 0 15px 15px;
}
#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(--white);
    padding: 0;
	border-radius: 0;
	width: 30px;
	height: 3px;
	position: relative;
}
#site-header .site-navigation-toggle-icon::before,
#site-header .site-navigation-toggle-icon::after {
	background: var(--white);
	box-shadow: none;
	border-radius: 0;
	position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
}
#site-header .site-navigation-toggle-icon::before {
	top: -10px;
}
#site-header .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(10px) 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: 65px;
    left: unset;
    right: 20px;
    width: 300px;
}
@media (max-width: 1024px) {
	#site-header .site-navigation-dropdown { top: 55px; right: 5px; }
}
#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(--primary);
	color: var(--white);
	text-decoration: none;
}
#site-header .site-navigation-dropdown a:hover {
	background: var(--highlight);
	color: var(--white);
}

body.mobiledevice #site-header .site-navigation-toggle:hover {
	background-color: var(--highlight);
}


/* 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;
}



  
/* 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;
}

body.elementor-editor-active .startbox { margin-top: 120px; }

.headingbox h3 {
	margin-top: 35px;
}

.fullheight { height: 100vh; }
.fullheight.fhplus { height: 120vh; }
.notquitefullheight { height: 80vh; }
.shortheight { height: 90vh; }

@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;
}



/* SCROLLTOP ------------------------------------------------------------------------------------------------------ */

#scrolltop {
	width: 60px;
	height: 60px;
	display: inline-block;
	position: fixed;
	bottom: 50px;
	right: 20px;	
	background-color: var(--white);
	border: var(--primary) 3px solid;
	border-radius: 100%;
	transition: all .2s ease-in-out;
	opacity: 0;
	z-index: 9999;
}
#scrolltop.display {
	opacity: 1;
}
#scrolltop:hover {
	cursor: pointer;
	background-color: var(--primary);
	border: var(--primary) 3px solid;
}
#scrolltop .scrollarrow {
	width: 18px;
    height: 18px;
    position: absolute;
    left: 18px;
    top: 21px;
    display: inline-block;
    border-top: var(--primary) 4px solid;
    border-right: var(--primary) 4px solid;
	transition: all .2s ease-in-out;
    transform: rotate(-45deg);
	filter: brightness(1.3);
}
#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 {
	height: 100vh;
	background-color: var(--darkestblue);
}
#start .hero {
	margin-top: 100px;
    width: 100%;
    height: calc(100vh - 400px);
	background: var(--darkestblue);
}
#start .hero > div {
	width: 100%;
	height: 100%;
}
#start .hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#start .hero.wide-adjusted img {
	object-fit: contain;	
}
#start .tagline {
	padding-top: 50px;
	padding-bottom: 15px;
}
#start .tagline h1 {
	color: var(--highlight);
    font-size: 57px;
    font-weight: 400;
    text-align: center; 
}

#start .arrow {
	width: 50px;
	margin: 0 auto 30px auto;
}
#start .arrow img {

}

body.elementor-editor-active #start { height: auto; }

/* PROJEKT -------------------------------------------------------------------------------- */

#projekt {

}
#projekt .logo {
	max-width: 400px;
	margin-top: 50px;
	margin-left: -15px;
}


/* AKUTELLES ---------------------------------------------------------------------------------- */

#aktuelles {
	background: #00306415;
}
#aktuelles .display-posts-listing {
 	list-style: none; 
  	padding: 0;
  	margin: 0;
}
#aktuelles .listing-item {
 	background: var(--white);
  	padding: 5%;
  	margin-bottom: 50px;
}
#aktuelles a.title {	 
 	color: var(--primary); 
	font-size: 60px;
	font-weight: 700;
  	margin-top: 0;
  	margin-bottom: 20px;
  	display: block;
}
#aktuelles span.date {
 	display: block; 
  	margin-bottom: 50px;
  	color: var(--highlight);
}

#aktuelles .single-post-title { display: none; }
#aktuelles .single-post-date { display: none; }



/* EINZELNER ARTIKEL ---------------------------------------------------------------- */

body.single-post {
	background: #fff;
}




.backlinkbox {
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 150px;
}
.backlink, .backlinkbox a {
	position: relative;
	width: auto;
	padding-left: 50px;
	color: var(--primary);
	font-size: 18px;
	margin-left: -45px;
}
.backlink:before, .backlinkbox a:before {
	content: '';
	display: block;
	background-color: var(--primary);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: -7px;
	background-image: url(../wp-content/uploads/ArrowLeft.png);
	background-position: center;
	background-size: 24px;
	background-repeat: no-repeat;
}
.backlink:hover, .backlinkbox a:hover {
	color: var(--highlight);
}
.backlink:hover:before,  .backlinkbox a:hover:before {
	background-color: var(--highlight);
}
@media (max-width: 1300px) {
	.backlink, .backlinkbox a { margin-left: 0; }
}



body.single-post .single-post-title {
	font-size: 60px;
	font-weight: 700;
	max-width: 1600px;
	margin: 30px auto;
	margin-top: 100px;
}
body.single-post .single-post-date {
	font-size: 24px;
	color: var(--highlight);
	max-width: 1600px;
	margin: 30px auto;
}
body.single-post .single-post-content {
	max-width: 1600px;
	margin: 30px auto;
}


body.single-post #site-footer {
	margin-top: 200px;
}






/* KONTAKT ---------------------------------------------------------------------------- */

#kontakt, #site-footer {
	background-color: var(--darkestblue);
	background-image: url(/wp-content/uploads/ColourBackground.webp);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
#kontakt h4 {
	color: var(--highlight) !important;
	margin-bottom: 22px;
}
#kontakt p {
	font-weight: 400;	
}
#kontakt a {
	background: var(--highlight);
    display: inline-block;
    color: var(--darkestblue) !important;
    padding: 8px 18px 9px 18px;
    border-radius: 4px;
    font-size: 22px;
	margin-top: 10px;
}

@media(min-width: 1025px) {
	#kontakt a { font-size: 26px; }
}

/* PARTNER ETC. -------------------------------------------------------------------- */


#partnerundfoerderer {
	background: var(--white);
}

.logo_hhv {
	width: 400px;
	margin-left: 60px;
}
.logo_thowl {
	width: 440px;
}



/* FOOTER ----------------------------------------------------------------------------- */


body.passwordshield-active #site-footer { display: none; }

#site-footer {
	padding: 140px 0 180px 0;
	background-color: var(--darkestblue);
	display: flex;
}
#site-footer .footer-inner {
	justify-content: center;	
}
#site-footer .site-logo {
	background-image: url(/wp-content/uploads/5268-1click2xr-zim-logo-1000px-white.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
#site-footer .site-logo img {
	width: 400px;
	opacity: 0;
}
#site-footer .site-navigation {
	border-top: var(--white) 1px solid;
    padding-top: 15px;
    margin-top: 60px;
}
#site-footer .site-navigation a {
	color: var(--white);
	text-decoration: none;
}
#site-footer .site-navigation a:hover {
	color: var(--highlight);
}





/* DATENSCHUTZ, IMPRESSUM ------------------------------------------------------------------------------------------ */

body.impressum, body.datenschutz {
	padding-top: 100px;
}
body.impressum h2, body.datenschutz h2 {
  	font-size: 60px;
	margin-bottom: 70px;
	margin-top: 50px
}
body.impressum h3, body.datenschutz h3 {
  	font-size: 30px;
	color: var(--slate);
	margin-top: 30px;
	margin-bottom: 10px;
}
body.impressum .backlinkbox, body.datenschutz .backlinkbox {
    margin: 50px 0 0 0;
}
@media (max-width: 500px) {	
	body.impressum h2, body.datenschutz h2 { font-size: 15vw; }
}


/* 404 ----------------------------------------------------------------------------------------------------------------- */


body.error404 {

}
body.error404 #content {
	padding-top: 140px;
	padding-bottom: 120px;
	min-height: calc(100vh - 480px);
	display: flex;
    flex-direction: column;
    justify-content: center;
}
body.error404 h1 {
	text-align: center;
	font-weight: 400;
	font-size: 80px;
	line-height: 1em;
	color: var(--slate);
	max-width: 90vw !important;
}
body.error404 .page-content {
	width: 600px;
	max-width: 90vw;
	text-align: center;
	margin: 0 auto;
}

body.error404 p.schiefgelaufen {
	text-align: center;
	color: var(--black);
	font-weight: 700;
	font-size: 100px;
	margin-bottom: 20px;
	padding: 20px;
}
body.error404 p.gibbetsnich {
	text-align: center;
	font-weight: 500;
	color: var(--black);
	padding: 20px;
	margin-bottom: 50px;
	font-size: 22px;
}
body.error404 a.weitergehen {
	text-align: center;
	color: var(--white);
	background-color: var(--slate);
	display: inline-block;
	text-decoration: none;
	padding: 13px 15px;
	border-radius: 2px;
	font-size: 24px;
	line-height: 1em;
}
body.error404 a.weitergehen span.smalltext {
	font-size: 20px;
}
body.error404 a.weitergehen:hover {
	background-color: var(--black);
	color: var(--white);
	font-weight: 500;
}
@media (max-width: 1200px) {
	
}
@media (max-width: 992px) {
	body.error404 h1 { font-size: 36vw; }
}
@media (max-width: 576px) {
	body.error404 #content { padding-top: 100px; }
	body.error404 #content a { margin-top: 30px; }
}







/* 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; }
}


.anchorfake {
  	position: relative; 
  	top: -100px;
  	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: 1200px !important;
  margin: 0 auto;
}
.narrow.left {
	margin: 0;
}
.boxed {
  max-width: 1400px;
  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;
}
br.smallscreen {
	display: none;
}
span.notsmallscreen { 
	display: inline;
}
@media (max-width: 576px) {
	br.smallscreen { display: block; }
	span.notsmallscreen { display: none; }
}



.pc20 { width: 20%; }
.pc25 { width: 25%; }
.pc30 { width: 30%; }
.pc35 { width: 35%; }
.pc40 { width: 40%; }
.pc45 { width: 45%; }
.pc50 { width: 50%; }
.pc55 { width: 55%; }
.pc60 { width: 60%; }
.pc65 { width: 65%; }
.pc70 { width: 70%; }
.pc75 { width: 75%; }
.pc80 { width: 80%; }
.pc85 { width: 85%; }


.round img {
  border-radius: 100%;
}
.grecaptcha-badge {
  visibility: hidden;
}



.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; }
	*/
}

.prefooterimage {
	height: 50vh;
}
.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;
}
.primary, .primary p, .primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6, .primary a, .primary ul li {
  color: var(--primary) !important;
}
.yellow, .yellow p, .yellow h1, .yellow h2, .yellow h3, .yellow h4, .yellow h5, .yellow h6, .yellow a, .yellow ul li {
  color: var(--yellow) !important;
}
.boldgreen p strong {
	color: var(--primary);
}

.blue, .blue p, .blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6, .blue a, .blue ul li {
  color: var(--blue) !important;
}
.orange, .orange p, .orange h1, .orange h2, .orange h3, .orange h4, .orange h5, .orange h6, .orange a, .orange ul li {
  color: var(--mattes) !important;
}

.mint .elementor-divider span { 
	border-top-color: var(--mint) !important;
}

.bggreen {
  background-color: var(--green);
}
.bgyellow {
  background-color: var(--yellow);
}
.bgwhite {
  background-color: #ffffff;
}





body:not(.elementor-editor-active) .invisible {
   	visibility: hidden;   
}
body:not(.elementor-editor-active) .hidden {
   	display: none;   
}
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);
}







.post-password-form {
    margin: 0 auto;
	margin-top: 30vh;
	width: 80%;
	max-width: 300px;
  	z-index: 2;
	position: relative;
	text-align: center;
}
.post-password-form .d-block {
	display: none !important;
}
.post-password-form label {
	color: rgba(0,0,0,0);
	font-size: 0;
	width: 100%;
}
.post-password-form p {
	display: block;
}
body.passwordshield-active {
	background: var(--white);
}
body.passwordshield-active p {
	font-size: 32px;
	font-weight: 700;
	color: var(--black);
	font-size: 0;
}

.post-password-form p:nth-of-type(1) {
	display: none;
}
body:not(.elementor-editor-active).passwordshield-active p:nth-of-type(2)::before {
	content: 'Login';
	display: block;
	font-size: 32px;
	padding-bottom: 25px;
}

.mr-2 {
  margin-right: 0 !important;
}
.post-password-form input[type='password'] {
 	height: 170px;
    width: 180px;
    color: var(--black);
    -webkit-user-select: text;
    font-size: 18px;
    border-radius: 100%;
    border: #ffffff 1px solid;
    border: var(--primary) 30px solid;
}

.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%;
    border-radius: 100%;
    filter: brightness(0);
}
.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;
}




input.button.logout {	
    position: fixed;
    display: inline-block;
    top: 75px;
    right: 18px;
    z-index: 99999999;
    background: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: 50% 50%;
    width: 42px;
    height: 50px;	
    filter: saturate(0) brightness(2);
    color: var(--white);
    border: none;
    text-indent: -9999px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;	
	opacity: 0.5;
	transform: scaleX(-1);
	background-image: url(https://nmk.koeln/wp-content/uploads/LogoutIcon_Duexx.png);
}
input.button.logout:hover {
  color: var(--ultramarine);
}



/* 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; }



