.elementor-27 .elementor-element.elementor-element-gshroot1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-27 .elementor-element.elementor-element-gshnews1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-27 .elementor-element.elementor-element-gshhead1 .thim-ekits-heading{align-items:flex-start;text-align:left;}.elementor-27 .elementor-element.elementor-element-gshhead1 .thim-ekits-heading .title span{color:#000000;}.elementor-27 .elementor-element.elementor-element-gshbtn01 .thim-ekits-button{text-align:right;}.elementor-27 .elementor-element.elementor-element-gshbtn01 .thim-ekits-button a{padding:11px 20px 11px 20px;border-radius:60px 60px 60px 60px;}.elementor-27 .elementor-element.elementor-element-gshbtn01 .custom-button-hover a:before{border-radius:60px 60px 60px 60px;}.elementor-27 .elementor-element.elementor-element-gshblog1 > .elementor-widget-container{padding:15px 15px 50px 15px;}.elementor-27 .elementor-element.elementor-element-gshblog1{--thim-ekits-post-columns:repeat(3, 1fr);--thim-ekits-post-column-gap:30px;--thim-ekits-post-row-gap:35px;}.elementor-27 .elementor-element.elementor-element-gshcont1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-27 .elementor-element.elementor-element-gshnews1{--content-width:1290px;}}@media(max-width:1024px){.elementor-27 .elementor-element.elementor-element-gshblog1{--thim-ekits-post-columns:repeat(2, 1fr);}}@media(max-width:767px){.elementor-27 .elementor-element.elementor-element-gshblog1{--thim-ekits-post-columns:repeat(1, 1fr);}}/* Start custom CSS for html, class: .elementor-element-gshhtml1 *//* Wichtiger Hinweis auf der Startseite */

.gsh-important-notice {
	position: relative;
	z-index: 5;
	padding: 12px 24px;
	background: #245f91;
	color: #ffffff;
}

.gsh-important-notice__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px 20px;
	max-width: 1240px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
}

.gsh-important-notice strong {
	flex-shrink: 0;
	font-size: 17px;
}

.gsh-important-notice time {
	display: inline-block;
	margin: 0 3px;
	padding: 3px 9px;
	border-radius: 999px;
	background: #ffffff;
	color: #245f91;
	font-weight: 700;
	white-space: nowrap;
}

.gsh-important-notice a {
	flex-shrink: 0;
	padding: 7px 13px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 999px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.gsh-important-notice a:hover,
.gsh-important-notice a:focus-visible {
	background: #ffffff;
	color: #245f91;
}


/* Darstellung auf Smartphone und Tablet */

@media (max-width: 767px) {

	.gsh-important-notice {
		padding: 15px 18px;
	}

	.gsh-important-notice__inner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 7px;
		justify-items: start;
		font-size: 15px;
	}

	.gsh-important-notice strong {
		font-size: 16px;
	}

	.gsh-important-notice time {
		margin: 3px 0;
		white-space: normal;
	}

	.gsh-important-notice a {
		margin-top: 4px;
	}
}/* End custom CSS */