/* 
 Theme Name:   invia
 Theme URI:    
 Description:  Theme for invia Group
 Author:       Medienfreunde.de
 Author URI:   https://medienfreunde.de
 Template:     kadence
 Version:      1.0
*/

:root {
	--global-md-spacing: 1.1rem;
}

:root .kb-splide {
	--global-md-spacing: 1.1rem;
	--splide-nav-background: transparent
}

body {
    text-wrap: pretty;
}

@keyframes fadeLogoIn {
	0% {
		opacity: 0;
		transform: scale3d(0.875, 0.875, 0.875)
	}

	25% {
		opacity: 1
	}

	100% {
		transform: scale3d(1, 1, 1);
		opacity: 1
	}
}

.logovideo {
	height: 100vh;
    height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center
}

@media screen and (max-width: 1024px) {
    .logovideo {
        height: 85vh;
        height: 85dvh;
    }
	
	.logovideo__scroll {
		display: none !important;
	}
}
.logovideo .vsc-controller {
	display: none
}

.logovideo__cn {
	position: relative;
	width: 100%;
	opacity: 0;
	will-change: transform;
	animation-name: fadeLogoIn;
	animation-delay: 0.5s;
	animation-duration: 9s;
	animation-timing-function: ease;
	animation-fill-mode: forwards
}

.logovideo__cn::before {
	content: "";
	width: 100%;
	height: 0;
	display: block;
	padding-top: 56.25%;
	background: var(--global-palette4, #05aff0)
}

.logovideo__cn::after {
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -3px;
	left: -2px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'%3E%3Cpath fill='%23fff' d='M0 0v720h1280V0zm87.41 512C61.12 519.61 33.83 528.72 5 538.83v-314h82.41zm1.52-342.29H5V96.42h83.94zM450.44 482.2a701.37 701.37 0 0 0-83.44-9.1V366.41c0-49.55-15.68-77.86-62.7-77.86s-87 31.85-87 105.68v88.48c-25.78 4-53.59 9.6-82.42 16.68V224.84h82.93v63.7c19.21-42 54.09-70.78 113.76-70.78 75.84 0 118.82 49.55 118.82 133zm251.79 77.87c-48-16.18-94-33.88-142.58-49.55L460 224.84h87.47L641.05 507l98.09-282.13h81.92zm224.49-335.2v378.71a701.21 701.21 0 0 1-82.41-7.58V224.84h82.42zm.51-55.13H843.3V96.42h83.94zM1275 540.43c-16.18 5.58-31.83 11.13-47 15.68-12.14 3.54-24.27 7.08-35.89 10.62-10.6 2.53-20.71 5.56-30.81 8.08l-6 1.52a1015.28 1015.28 0 0 1-119.83 22.22c-48.54-11.1-76.85-47-76.85-97.58 0-83.94 58.15-131.48 197.19-131.48 11.62 0 25.78 1 36.39 1.49v-34.9c0-34.38-14.66-56.63-65.22-56.63s-78.87 21.74-80.39 59.66h-77.9c6.06-75.84 62.69-121.34 162.3-121.34l-.09.09c110.22 0 143.6 50.55 144.1 117.81zm-116.71-116.94c-75.33 0-114.77 18.68-114.77 64.72 0 32.36 20.22 51.08 55.11 51.08 51.07 0 93.54-33.35 93.54-90v-.06l.5-25.29c-10.67-.45-22.29-.45-34.38-.45z'/%3E%3C/svg%3E");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.logovideo__bg,
.logovideo__vid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	overflow: hidden
}

.logovideo__bg img,
.logovideo__vid img {
	width: 100%;
	display: block
}


@keyframes scroll {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0
	}

	10% {
		opacity: 0
	}

	25% {
		opacity: 1
	}

	75% {
		opacity: 0
	}

	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0
	}
}


@keyframes bounceDown {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: rotate(-45deg) translate(0, 0)
	}

	40% {
		transform: rotate(-45deg) translate(-30px, 30px)
	}

	60% {
		transform: rotate(-45deg) translate(-15px, 15px)
	}
}

.logovideo__scroll {
	position: absolute;
	display: block;
	bottom: 60px;
	width: 48px;
	height: 48px
}

.logovideo__scroll::before {
	content: "";
	position: absolute;
	width: 101vw;
	height: 100vh;
	bottom: -60px;
	left: -49vw
}

.logovideo__scroll::after {
	content: "";
	display: block;
	position: relative;
	top: 0;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
    
    width: 2rem;
	height: 2rem;
	margin-left: -1rem;
    
	border-left: 3px solid var(--global-palette4, #05aff0);
	border-bottom: 3px solid var(--global-palette4, #05aff0);
	transform: rotate(-45deg);
	animation: bounceDown 3s infinite;
	animation-delay: 2s;
	animation-fill-mode: both;
	border-radius: 2px 3px
}






.cool-vertical-timeline-body {}

	.cool-vertical-timeline-body .ctlb-block-image img {
		margin: 0 auto 1.5em
	}

	.cool-vertical-timeline-body .story-image-mini .ctlb-block-image img {
		max-width: 40%;
	}

	.cool-vertical-timeline-body .story-image-small .ctlb-block-image img {
		max-width: 60%;
	}

	.cool-vertical-timeline-body .story-image-medium .ctlb-block-image img {
		max-width: 80%;
	}

	.cool-vertical-timeline-body .timeline-block_title:empty{
		display: none;
	}
	
	.cool-vertical-timeline-body .timeline-content .story-details {
		box-shadow: 3px 3px 15px 0px rgba(1, 62, 122, 0.15);
		border-radius: 0;
	}

	.cool-vertical-timeline-body .timeline-content .story-time p {
		line-height: 1;
	}

	.cool-vertical-timeline-body .timeline-content .story-time {
		margin-top: 0.4em;
	}

:root .has-theme-palette-3-background-color.wp-block-cover__background, 
:root .has-theme-palette3-background-color.wp-block-cover__background {
	mix-blend-mode: hue;
}

.textcontainer ul > li {
	margin-bottom: .5em;
	padding-inline-start: 1ch;
}

.textcontainer ul > li::marker {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.5em' height='1.5em' viewBox='0 0 256 400'%3E%3Cpath fill='%2305A8E6' d='M251.64337,210.224265 L94.1517809,367.715855 C91.3813778,370.495894 87.6181165,372.058516 83.6933551,372.058516 C79.7685936,372.058516 76.0053323,370.495894 73.2349292,367.715855 L4.33235892,298.813284 C0.595923111,295.076849 -0.86332123,289.630875 0.504309131,284.526809 C1.87193949,279.422743 5.85866897,275.436013 10.9627351,274.068383 C16.0668012,272.700753 21.512775,274.159997 25.2492106,277.896433 L83.7056591,336.352881 L230.751126,189.332022 C236.527156,183.555993 245.891949,183.555993 251.667978,189.332022 C257.444007,195.108051 257.444007,204.472844 251.667978,210.248874 L251.64337,210.224265 Z'/%3E%3C/svg%3E");
	position: relative;
	top: 1em;
	display: list-item;
}

.no-gap {
	gap: 0 !important
}