@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-12px);
		-ms-transform:     translateY(-12px);
		transform:         translateY(-12px)
	}
	60% {
		-webkit-transform: translateY(-6px);
		-ms-transform:     translateY(-6px);
		transform:         translateY(-6px)
	}
}
  
#header {
	background-color: #121212;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: none;
	margin-bottom: 0.7rem;
}

#header.hero_full_height {
	margin-bottom: 2.1rem;
}

#header.hero_none h1 {
	margin-top: 7.8rem;
	margin-bottom: 0.65rem;
}

.mailpoet-change-email-info {
	display: inline-block;
	margin-bottom: 1.2rem;
}

/* .single-mailpoet_page #header.hero_none h1 {
	margin-top: 0px;
} */

#header.hero_none h2 {
	margin-top: 0px;
}

#header .site_header__inside {
	width: 100%;
	margin:0 auto 1.1rem auto;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-bottom: 1rem;
}

#content {
	margin-top: 53px
}

.site_logo>h1 {
	margin: .16rem 0 .707rem 0!important;
	line-height: 1
}

.site_logo svg {
	display: block;
	width: 123px;
	height: 45px;
}

.site_logo svg .first, 
.site_logo svg .second, 
.site_logo svg .third {
	opacity: 1;
	transition: 280ms ease-in-out;
	animation-iteration-count: infinite;
}

.site_logo:hover svg .first, 
.site_logo:hover svg .second, 
.site_logo:hover svg .third {
	opacity: 0;
	animation: fadeIn ease-in 1;
	animation-fill-mode: forwards;
	animation-duration: .25s;
}

.site_logo:hover svg .second {
    animation-delay: .15s;
}

.site_logo:hover svg .third {
    animation-delay: .35s;
}

.site_header {
	width: 100%;
	pointer-events: none;
	z-index: 10
}

.site_header a {
	pointer-events: initial;
}

.site_header__row {
	margin-left: 0;
	margin-right: 0
}

.site_logo a {
	display: block;
    margin: 2.15rem 0 2.15rem 0!important;
}

.footer_logo.site_logo a {
    margin-top: 0!important;
}

.site_nav__icon__box {
	display: block
}

.site_nav__icon__box>span {
	color: #ffff;
	transition: all .35s;
	line-height: 31px;
	height: 31px;
	text-transform: initial;
	font-weight: 700;
	font-size: 14px;
	font-size: .875rem
}

/* Jobs in menu header navigation nav site-menu */
/*LEO*/
li.notification {
	position: relative;
}


li.notification::after {
    content: "";
    position: absolute;
    top: 14px;
    right: -5px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #E74450;
	/* neben text */
	/* top: 17px;
	top: 1rem;
    right: -15px; */
}

.site_nav__wrapper_mobile ul {
	display: flex;
	flex-direction: column;
}

.site_nav__wrapper_mobile li.notification {
order: 6;
}

.site_nav__wrapper_mobile li.notification::after {
    /* top: 10px;
    left: 196px;
    width: 32px;
    height: 32px !important; */

	/* neu 2023 */
	height: 2rem !important;
    width: 2rem;
    left: 10rem;
    top: 0.5rem;
	
}



/*LEO bis da*/


@media screen and (max-height: 970px) {
	.site_nav__wrapper_mobile li.notification::after {
	/* neu 2023 */
	height: 1rem !important;
    width: 1rem;
    left: 8.5rem;
    top: 0.5rem;
	}
}
	










/* Page Scrolled */
.site_nav .site_nav__icon,
.site_nav__icon.site_nav__scrolltop {
	position: fixed;
	z-index: 99;
	top: -7.4rem; 
	top: calc(-4.3rem - 54px); 
	left:0px;
	pointer-events: none;
	width: 100%;
    margin: 0 auto;
    padding: 2.15rem 3.5rem 2.15rem 3.5rem;
	text-align: center;
	-webkit-transition: linear top 200ms;
	-moz-transition: linear top 200ms;
	transition: linear top 200ms;
}

body.nav_open {
	overflow: hidden !important;
}

.page-scrolled .site_nav .site_nav__icon,
.nav_open .site_nav .site_nav__icon  {
	top:0px;
	background: transparent;
	background: linear-gradient(0deg, rgba(18,18,18,0) 5%, rgba(18,18,18,1) 100%);
	background: linear-gradient(180deg,rgba(18,18,18,.54) 0%,rgba(18,18,18,.535331) 6.67%,rgba(18,18,18,.520825) 13.33%,rgba(18,18,18,.495904) 20%,rgba(18,18,18,.460398) 26.67%,rgba(18,18,18,.414842) 33.33%,rgba(18,18,18,.360783) 40%,rgba(18,18,18,.300947) 46.67%,rgba(18,18,18,.239053) 53.33%,rgba(18,18,18,.179217) 60%,rgba(18,18,18,.125158) 66.67%,rgba(18,18,18,.0796021) 73.33%,rgba(18,18,18,.0440963) 80%,rgba(18,18,18,.0191754) 86.67%,rgba(18,18,18,.00466949) 93.33%,rgba(18,18,18,0) 100%);
	-webkit-transition: ease-out top 360ms;
	-moz-transition: ease-out top 360ms;
	transition: ease-out top 360ms;
}

.site_nav__icon.site_nav__scrolltop  {
	top: initial;
	z-index: 1;
	bottom: calc(-4.3rem - 54px);	
	-webkit-transition: ease-out bottom 360ms;
	-moz-transition: ease-out bottom 360ms;
	transition: ease-out bottom 360ms;
}

.page-scrolled.scroll-up .site_nav__icon.site_nav__scrolltop {
	bottom:0px;
}

.nav_open .site_nav .site_nav__icon {
	background: none;
}

.site_nav__icon__box {
	pointer-events: initial;
	display: block;
	position: relative;
	z-index: 99;
	width: 54px;
	height: 54px;
	background-color: #E74450;
	border-radius: 100%;
	margin-right: 15px;
	float: right;
	-webkit-transition: transform .2s ease-in;
	-moz-transition: transform .2s ease-in;
	transition: transform .2s ease-in;
}

.site_nav__icon__box:after,
.site_nav__icon__box:before {
	display: flex;
	justify-content: center;
	bottom:-20px;
	opacity: 0;
	position: absolute;
	z-index: -100;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 113.4%;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}	 

.site_nav .site_nav__icon__box:before {
	content:"Schliessen";
}

.site_nav .site_nav__icon__box:after {
	content:"Menü";
	opacity: 1;
}

.nav_open .site_nav__icon__box:before {
	opacity: 1;
}

.nav_open .site_nav__icon__box:after {
	opacity: 0;
}

.site_nav__icon__inner {
	position: relative;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    top: 17px;
}

.site_nav__icon__inner svg {
    position: absolute;
    top: 14px;
    left: 0;
}

.site_nav__icon__bottom {
    position: absolute;
    margin: 20px 0;
    top: 0;
    right: 0;
    fill: none;
    left: 0;
    width: 100%;
    height: 3px;
    stroke: #f2f2f2;
    stroke-width: 3;
    stroke-miterlimit: 10;
}

.site_nav__icon__inner::before, .site_nav__icon__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
	-webkit-transition: ease-in width 250ms;
	-moz-transition: ease-in width 250ms;
	transition: ease-in width 250ms;
}

.site_nav__icon__inner::after {
    top: 7px;
}



.site_nav__icon__box .notification a::after {
	content: "";
	position: absolute;
	top: 10px;
	right: -11px;
	width: 32px;
	height: 32px !important;
	border-radius: 50px;
	background-color: #E74450;
}


/* .site_nav__icon__box:hover, .site_nav__icon__box:focus {
	transform: scale(1.2);
} */

.site_nav__icon__box:hover .site_nav__icon__inner::before,
.nav_open .site_nav__icon__box .site_nav__icon__inner::before {
    width: 36%;
}

.site_nav__icon__box:hover .site_nav__icon__inner::after,
.nav_open .site_nav__icon__box .site_nav__icon__inner::after {
    width: 66%;
}

.scroll-top-link.site_nav__icon__box {
	text-indent: -9999999999999px;
	
	
	-webkit-transition: ease-in transform 50ms;
	-moz-transition: ease-in transform 50ms;
	transition: ease-in transform 50ms;
	-webkit-transform: translateY(0);
	-ms-transform:     translateY(0);
	transform:         translateY(0);

	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.scroll-top-link.site_nav__icon__box:before {
	content: "";
	background: url(/wp-content/themes/Schmucki_child/img/arrow_go_up.svg);
	position: absolute;
	opacity: 1;
	top:50%;
	left:50%;
	z-index: 9999;
	width: 22px;
	height: 23px;
	bottom: initial;
	display: block;
	margin-top: -11px;
	margin-left: -11.5px;
}

div:focus>.scroll-top-link.site_nav__icon__box,
div:hover>.scroll-top-link.site_nav__icon__box {
	cursor: pointer;
	animation-name: bounce;
	-moz-animation-name: bounce;
}

/* hero section */
.hero_full_height {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	max-height: 60.1rem;
	position: relative;
}

.hero_full_height .hero_top {
	position: relative;
	height: calc(90vh - 6.4rem - 42px);
	height: calc((var(--vh, 1vh) * 90) - 6.4rem - 42px);
	max-height: 44.5rem;
	box-sizing: content-box;
	width: 100%;
}

.hero_full_height .hero_text_container {
	z-index: 9;
	position: absolute;
	bottom: 1.8rem;
}

#vimeo-iframe-wrapper, .hero_image.picture_container--cover {
	pointer-events: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#vimeo-iframe-wrapper > iframe, .hero_image.picture_container--cover > * {
	box-sizing: border-box;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero_image.picture_container--cover > * {
	/* damit das Bild nicht verzerrt wird */
	object-fit: cover;
}

.hero_text_container > *:not(.preline):first-child {
	display: block;
	position: relative;
	left:-6px;
	margin:0px 0px 0px !important
}

.single-mitarbeiter .hero_text_container > *:not(.preline):first-child {
	left:6px;
}

.hero_text_container > *:not(.project_subsite_like):last-child {
	display: block;
	margin:0px !important
}

.single-post .hero_header h1, .single-post .hero_header h2, .single-post .hero_header h3, .single-post .hero_header strong,
.single-projekt .hero_header h1, .single-projekt .hero_header h2, .single-projekt .hero_header h3, .single-projekt .hero_header strong {
    margin-bottom: 0px;
}

.single-post .hero_full_height .hero_text_container,
.single-projekt .hero_full_height .hero_text_container {
	bottom: 0px;
}

.project_subsite_like.like {
	margin-left: 0px;
}





/* Blog übersicht und detailseite titel */
p.blog_date {
	font-size: 1rem;
	color: var(--medium-accent-color);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

/* Blog Unterseite / Detailseite */
header .hero_text_container .blog_detail__title,
header .hero_text_container .blog_detail__date,
header .hero_text_container .blog_detail__preline {
	margin-left: 6px;
}

header .hero_text_container .blog_detail__date,
header .hero_text_container .blog_detail__preline {
	font-size: 1rem;
	margin-left: 10px;
}

header .hero_text_container .blog_detail__preline {
	margin-bottom: 0;
}

header .hero_text_container .blog_detail__date {
	color: var(--medium-accent-color);
	margin-bottom: 2rem;
}

header .hero_text_container .blog_detail__title {
	margin-bottom: 0;
}

header .hero_text_container .preline.blog_detail__preline {
	margin-bottom: 0.25rem;
}







.button_scroll_down {
	display: block;
	position: -webkit-sticky;
	position: sticky;
	height: 10vh;
	height: calc(var(--vh, 1vh) * 10);
	border-left: 2px solid #6f6f6f;
	bottom: 0px;
	max-width: 250px;
	background-color: #121212;
	padding-left: 8px;
	color: #6f6f6f;
}
	
.aspectratio-helper {
	display: none;
}
	
.hero_full_height .hero_media_container {
	position: absolute;
	/* height: calc(90vh - 6.4rem - 42px);
	height: calc((var(--vh, 1vh) * 90) - 6.4rem - 42px); */
	bottom: 0px;
	left:16.915%;
	/* max-width: 83.085%; */
}

.hero_full_height .aspectratio-helper {
    display: block;
	max-width: initial;
    width: auto;
    height: calc((var(--vh, 1vh) * 90) - 6.4rem - 42px);
    max-height: 44.5rem;
}

.hero_full_height .hero_media_container_inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.page-template-page-contact .hero_full_height .hero_media_container_inner {
	overflow: visible;
}

.hero_media_container_inner:after {
	content:"";
	display: block;
	position: absolute;
	pointer-events: none;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	padding-top: 25.749%;
	background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%);
	opacity: 0.8;
}


.hero_bottom_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
}

.hero_teaser_wrapper {
	padding-top: 1.85rem;
	width: 66.667%;
	max-width: 928px;
}

.hero_cta_wrapper {
	margin-top: 3.5rem;
	position: relative;
	width: 33.333%;
	min-height: 15.5rem;
}

/* Scroll Down */
.site_scroll_down {
    position: absolute;
    width: 100%;
    max-width: 1628px;
    margin: 0 auto;
    left: 0px;
    box-sizing: border-box;
    right: 0px;
    bottom: 0px;
    padding: 0 20px 0 20px;
    height: 10vh;
    height: calc(var(--vh, 1vh) * 10);
    margin: 0 auto;
    opacity: 1;
    transition: opacity .5s ease-in-out;
}

.site_scroll_down div {
	position: absolute;
	bottom: 0;
	padding: 0 0.75rem 0;
	max-width: 250px;
	height: 3.1rem;
	overflow: hidden;
}

.site_scroll_down span {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	color: #6F6F6F;;
	line-height: 1.2;
	letter-spacing: 0.005em;
	top: -0.2rem;
	transition: all .25s cubic-bezier(0.38, 0.15, 0, 1);
	transform: translateX(-120%);
    transition-delay: 0.5s;
}

header.is--visible .site_scroll_down.fade--out span {
	transition-delay: 0s;
	transform: translateX(-120%);
	/* bei "Mehr" war das r noch sichtbar */
	transform: translateX(-150%);
}

header .site_scroll_down a {
    transition: all .25s cubic-bezier(0.38, 0.15, 0, 1);
    top: auto;
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    text-indent: -999999999px;
    opacity: 0;
}

header .site_scroll_down div:focus span,
header .site_scroll_down div:hover span {
	color: #E0E0E0;
}

header.is--visible .site_scroll_down.fade--out a {
	height: 0;
}

header.is--visible .site_scroll_down span {
	transform: translateX(0%);
	transition-delay: 0s;
}

.site_scroll_down div::before {
	content: '';
	left: 0;
	bottom: 0px;
	height: 0;
	width: 2px;
	position: absolute;
	background-color: #6F6F6F;;
	transition: .25s ease-in-out;
	transition-delay: 0.5s;
}

header .site_scroll_down div:focus::before,
header .site_scroll_down div:hover::before {
	background-color: #E74450;
}

header.is--visible .site_scroll_down div::before {
	height: 100%;
    transition-delay: 0s;
}

header.is--visible .site_scroll_down.fade--out div::before {
	height: 0;
    transition-delay: 0.5s;
}
  
.site_logo:not(.footer_logo) {
	position: relative;
	z-index: 999;
}

.page-template-page-metro h1.style-h3 {
	margin-bottom: 0.2rem;
}

/* adminbar */
@media screen and (max-width: 782px) {
	.admin-bar .site_nav .site_nav__icon {
		margin-top: 46px !important;
	}
}

.admin-bar .site_nav .site_nav__icon {
    margin-top: 0px !important;
}

/* responsive */

@media screen and (max-width:1800px)  {
	#header .site_header__inside {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site_nav .site_nav__icon,
	.site_nav__icon.site_nav__scrolltop {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:1300px) {
	.hidden-xs {
		display: initial!important
	}

	.visible-xs {
		display: none!important
	}
	
	.site_nav .site_nav__icon {
		top:0px;
		-webkit-transition: linear top 200ms;
		-moz-transition: linear top 200ms;
		transition: linear top 200ms;
	}
}

@media screen and (min-width:1600px) {
	.hero_bottom_wrapper {
		margin-bottom: 4vh;
	}

	.site_nav__wrapper_mobile li.notification::after {
		top: 11px;
		left: 179px;
		width: 28px;
		height: 28px !important;
	}

	.site_nav__wrapper_mobile li.notification::after {
		left: 174px;
		width: 28px;
		height: 28px !important;
	}

}


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

	.site_header {
		position: fixed;
		top:0px;
	}

	.site_nav__wrapper_mobile li.notification::after {
		top: 13px;
		left: 167px;
		width: 22px;
		height: 22px !important;
	}

	.vc_column_container.hero_header, .hero_full_height .hero_top, .hero_top, .hero_full_height .hero_media_container, .hero_full_height {
		height: 76.162vh;
		max-height: 76.162vh;
	}
	.hero_full_height .vc_column_container.hero_header,
	.header.hero_full_height {
		height: 76.162vh;
		max-height: 76.162vh;
		/* height: 64vh;
		max-height: 64vh; */
	}
	.single-mitarbeiter .hero_full_height,
	.single-mitarbeiter .hero_full_height .hero_header,
	.single-mitarbeiter .hero_full_height .hero_header .hero_top,
	.single-mitarbeiter .hero_full_height .hero_header .hero_media_container {
		height: 50vh;
		max-height: 50vh;
	}
	.hero_full_height .hero_media_container {
		left: -20px;
		right: -20px;
	}
	.site_scroll_down {
		display: none !important;
	}
	.vc_row {
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
	#header.hero_full_height {
		margin-bottom: 0px;
	}
	.hero_bottom_wrapper.wpb_wrapper {
		padding-top: 0px;
		flex-direction: column;
	}
	.hero_bottom_wrapper.wpb_wrapper > * {
		width: 100% !important;
	}

	.hero_teaser_wrapper {
		padding-top: 5.75rem;
	}
	.site_logo a {
		margin-top: 1.543rem !important;
		margin-bottom: 1.543rem !important;
	}

	/* body.nav_open .site_nav__wrapper_mobile {
		left: 0px;
		right: initial;
		justify-content: flex-start;
	} */

	#header.hero_none h1 {
		margin-top: 12.5rem;
	}
	
	.site_nav .site_nav__icon {
		top:0px;
		background: transparent;
		background: linear-gradient(0deg, rgba(18,18,18,0) 5%, rgba(18,18,18,1) 100%);
		background: linear-gradient(180deg,rgba(18,18,18,.54) 0%,rgba(18,18,18,.535331) 6.67%,rgba(18,18,18,.520825) 13.33%,rgba(18,18,18,.495904) 20%,rgba(18,18,18,.460398) 26.67%,rgba(18,18,18,.414842) 33.33%,rgba(18,18,18,.360783) 40%,rgba(18,18,18,.300947) 46.67%,rgba(18,18,18,.239053) 53.33%,rgba(18,18,18,.179217) 60%,rgba(18,18,18,.125158) 66.67%,rgba(18,18,18,.0796021) 73.33%,rgba(18,18,18,.0440963) 80%,rgba(18,18,18,.0191754) 86.67%,rgba(18,18,18,.00466949) 93.33%,rgba(18,18,18,0) 100%);
		-webkit-transition: ease-out top 360ms;
		-moz-transition: ease-out top 360ms;
		transition: ease-out top 360ms;
	}

	.page-template-page-metro main {
		margin-top: 7.2rem;
	}

	.hero_image.picture_container--cover>img{
		min-width: initial;
		max-width: initial;
		width: initial;
	}
	
	.hero_cta_wrapper {
		margin-top: 7.5rem;
	}

	.hero_cta_wrapper .cta {
		left: 50%;
		margin-left: -7.75rem;
	}

	.site_logo:not(.footer_logo) a {
		opacity: 0;
		-webkit-transition: ease-out opacity 260ms;
		-moz-transition: ease-out opacity 260ms;
		-ms-transition: ease-out opacity 260ms;
		-o-transition: ease-out opacity 260ms;
		transition: ease-out opacity 260ms;
	}

	.scroll-up .site_logo:not(.footer_logo) a {
		opacity: 1;
	}

	.site_nav__icon.site_nav__scrolltop {
		padding-right: 0px !important;
	}



	/* Beitrag / blog / single.php Datum */
	header .hero_text_container .blog_detail__date {
		margin-bottom: 0.75rem;
		color: var(--white-text);
		/* color: #e0e0e0bf; */
	}



}


@media screen and (max-height: 970px) and (max-width: 980px) {
/* @media screen and (max-width: 414px) { */
	.site_nav__wrapper_mobile li.notification::after {
	/* left: 83px;
	width: 12px;
	height: 12px !important;
	top: 7px; */
	/* neu 2023 */
		/* height: 1em !important;
		width: 1em;
		left: 5em;
		top: 0.5em; */
		/*  */
		height: 0.75em !important;
		width: 0.75em;
		left: 5.2em;
		top: 0.6em;
	}
}



/* @media screen and (max-width: 320px) { */
@media screen and (max-width: 390px) {
	.site_nav__wrapper_mobile li.notification::after {
	top: 7px;
	left: 67px;
	width: 8px;
	height: 8px !important;
	}
}