body {
	font-size: 18px;
}

header svg {
	width: 600px;
	height: auto;
}
@media screen and (width <= 1020px) {
	header svg {
		width: 300px;
		height: auto;
	}
}

main {
	margin-top: 0 !important;
}
h1 {

	font-weight: 800;
}

.wp-block-navigation.is-responsive {
	background-image: url("/wp-content/themes/kx25/assets/images/starspot.svg");
	background-position: center center;
	padding: .75em;
}

.wp-block-latest-posts img {
	width: 100%;

}
.wp-block-latest-posts__post-title {
	display: inline-block;
	font-size: 1.5em;
	line-height: 1.1em;
	text-decoration: none;
	font-weight: 800;
	margin-top: 0.5em;
}

.wp-block-latest-posts__post-excerpt {
	color: #222222;
	font-size: 0.9em;
}

.wp-block-latest-posts__read-more {
	display: inline-block;
	text-decoration: none;
	font-weight: 800;
	margin-bottom: 2px;
	border-bottom: 2px solid #71ff9a;
}

h3 {
	padding-top: 1em;
	font-weight: 800;
}

h2 {
	font-size: 1.5em;
	text-decoration: none;
	font-weight: 800;
	margin-top: 0.5em;
	a {
		text-decoration: none;
	}
}

footer .wp-block-group.is-style-section-5 {
	background: linear-gradient(100deg,rgba(54, 75, 155, 1) 80%, rgba(113, 255, 154, 1) 80%);
}
footer .wp-block-group .wp-block-group {
	background: none;
}

footer ul {
	padding-left: 0;
	list-style: none;
}

footer ul li a {
	text-decoration: none;
	border-bottom: 1px solid white;
	padding-bottom: 1px;
}

hr {
	border: 0 !important;
	height: 8px;
	background: #364B9B;
	background: linear-gradient(90deg, rgba(54, 75, 155, 1) 0%, rgba(113, 255, 154, 1) 70%);
	border-radius: 4px;
	width: 66%;
	max-width: 900px;
	margin: 2em auto !important;
}

.wp-block-latest-posts__post-excerpt:not(:has(.wp-block-latest-posts__read-more))::after {
	content: "weiterlesen";
	display: inline;
	color: black;
	font-weight: 800;
	cursor: pointer;
	margin-left: 5px;
	border-bottom: 2px solid #71ff9a;
}

.cool-vertical-timeline-body.ctlb-wrapper .timeline-content.icon-false .timeline-block-icon svg {
	fill: #364b9b;
	height: var(--ctlb-icon-box-size, 20px);
	width: var(--ctlb-icon-box-size, 20px);
}

.cool-vertical-timeline-body.alternating-sided .timeline-content .position-right .story-details, .cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details, .cool-vertical-timeline-body.one-sided.left .timeline-content .story-details {
	border: 2px solid #364b9b;
	background: #71ff9a;
	}
.cool-vertical-timeline-body.alternating-sided .timeline-content .position-left .story-details, .cool-vertical-timeline-body.both-sided .timeline-content .position-left .story-details, .cool-vertical-timeline-body.one-sided.right .timeline-content .story-details {
	border: 2px solid #364b9b;
	background: #71ff9a;
}

.cool-vertical-timeline-body.alternating-sided .timeline-content .position-right .story-details:before, .cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details:before, .cool-vertical-timeline-body.one-sided.left .timeline-content .story-details:before {
	border: 15px solid transparent;
	border-right: 15px solid #364B9B;
	content: "";
	display: block;
	left: -32px;
	position: absolute;
	top: 16px;
}

.cool-vertical-timeline-body.alternating-sided .timeline-content .position-left .story-details:before, .cool-vertical-timeline-body.both-sided .timeline-content .position-left .story-details:before, .cool-vertical-timeline-body.one-sided.right .timeline-content .story-details:before {
	border: 15px solid transparent;
	border-left: 15px solid #364B9B;
	content: "";
	display: block;
	position: absolute;
	right: -32px;
	top: 16px;
}


.wp-block-cp-timeline-content-timeline-block-child .story-time {
	color: #364B9B;
}

.cool-vertical-timeline-body.ctlb-wrapper:before {
	background: linear-gradient(0deg, rgba(54, 75, 155, 1) 0%, rgba(113, 255, 154, 1) 70%);
	width: var(--ctlb-middle-line-size);
	opacity: 1;
}

.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
	width: calc(var(--tec-spacer-11) + var(--tec-spacer-1));
	border: 2px solid #71ff9a;
	border-radius: 10px;
	margin-right: 10px;
}

.triangel {
	background: #364B9B;
	background: linear-gradient(100deg,rgba(54, 75, 155, 1) 85%, rgba(113, 255, 154, 1) 85%);

}

.star::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 240px;
	height: 240px;
	background-image: url('/wp-content/themes/kx25/assets/images/starspot.svg');
	background-repeat: no-repeat;
	opacity: 0.9;
	pointer-events: none;
	z-index: 10;

	/* Trick: Mittelpunkt des SVG liegt direkt in der Ecke */
	transform: translate(50%, 50%);
}
.wp-block-button button {
	position: relative;
	z-index: 0;
	background-color: #364b9b;
	color: white;
	padding: 0.8em 2.8em;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	text-align: center;
	font-family: 'Montserrat', system-ui, sans-serif;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: background-color 0.2s ease;
}
.crm-form-text {
	padding: 12px;
	border:0;
	border-radius: 12px;
	color: #364B9B;
	font-size: 1em;
}


.wp-block-navigation__responsive-container.is-menu-open {
	background-color: #71ff9a !important;
	color: black !important;
}

.stripe10::after {
	content: '';
	position: absolute;
	top: -5%;
	right: 10%;
	width: 4px;
	height: 110%;
	background-color: #71ff9a;
	transform: rotate(10deg);
	transform-origin: center right;
}

.stripe10:before {
	content: '';
	position: absolute;
	top: 5%;
	left: 2%;
	width: 4px;
	height: 90%;
	background-color: #364B9B;
	transform: rotate(10deg);
	transform-origin: center left;
}

.blueborderstar::after {
	content: '';
	position: absolute;
	background-image: url("/wp-content/themes/kx25/assets/images/blueborderstar.svg");
	background-repeat: no-repeat;
	opacity: 0.9;
	top: -15px;
	right: -20px;
	width: 40px;
	height: 40px;
	transform-origin: top right;
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
	width:36px;
	height:36px;
}