html body {
	font-size: 18px;
	font-family: inter, sans-serif !important;
}

html body * {
	font-family: inter, sans-serif !important;
}

h1.wp-block-post-title {
	display: none;
}

.wp-block-group.has-global-padding .wp-block-spacer {
	display: none;

}

.site-header {
	display: flex;
	padding-bottom: 0;
	padding-top: 0;
	height: 100px;
}

.site-header .is-layout-flex {
	align-items: normal;
}

.site-header .is-content-justification-space-between {
	width: 100%;
}

.site-header .wp-block-navigation__responsive-container {
	display: flex;
}

.site-header .wp-block-group .is-responsive .wp-block-navigation__responsive-container {
	display: none;
}
.has-modal-open .site-header .wp-block-group .is-responsive .wp-block-navigation__responsive-container {
	display: flex;
	position: fixed;
	padding: 0;
}

@media (min-width: 1100px) {
	.site-header .wp-block-group .is-responsive .wp-block-navigation__responsive-container {
		display: flex;
	}
}


.site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close {
	display: flex;
}

.site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog {
	display: flex;
}

.has-modal-open .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog {
	width: 100%;
}

.site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
	display: flex;
	align-items: normal;
}

.has-modal-open .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
	padding-top: 86px;
	width: 100%;
}

.site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close ul {
	align-items: normal;
}

.site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close li {
	align-items: normal;
}

.site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close a {
	display: flex;
	align-items: center;
}

.site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close a:hover {
	text-decoration: none;
}

.has-modal-open .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close a {
	justify-content: flex-end;
	padding: 0 48px;
	width: calc(100% - 96px);
	height: 128px;
	font-size: 26px;
}

.site-header .wp-block-navigation__responsive-open {
	display: flex;
	align-items: center;
}

.has-modal-open .site-header .wp-block-navigation__responsive-container-close {
	padding: 32px;
}

.site-header .wp-block-site-logo {
	display: flex;
}

.site-header .wp-block-site-logo a {
	display: flex;
	align-items: center;
}

.site-header .site-label {
	display: flex;
}

.site-header .site-label .wp-block-site-title {
	display: flex;
}

.site-header .site-label .wp-block-site-title a {
	display: flex;
	align-items: center;
}

.site-header .service-cellphone a span,
.site-header .service-linkedin a span,
.site-header .service-xing a span,
.site-header .service-whatsapp a span {
	display: none;
}

.has-modal-open .site-header .service-cellphone a span,
.has-modal-open .site-header .service-linkedin a span,
.has-modal-open .site-header .service-xing a span,
.has-modal-open .site-header .service-whatsapp a span {
	display: flex;
}

li.service-whatsapp {
}

li.service-cellphone a,
li.service-linkedin a,
li.service-xing a,
li.service-whatsapp a {
	display: flex;
}

li.service-cellphone a:before,
li.service-linkedin a:before,
li.service-xing a:before,
li.service-whatsapp a:before {
	content: "";
	position: relative;
	height: 48px;
	width: 48px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

li.service-cellphone a span,
li.service-linkedin a span,
li.service-xing a span,
li.service-whatsapp a span {
	display: none;
}

li.service-cellphone a span,
li.service-linkedin a span,
li.service-xing a span,
li.service-whatsapp a span {
	display: block;
	padding-left: 8px;
}

li.service-whatsapp a:before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>whatsapp</title><path fill="white" d="M12.04 2C6.58 2 2.13 6.45 2.13 11.91C2.13 13.66 2.59 15.36 3.45 16.86L2.05 22L7.3 20.62C8.75 21.41 10.38 21.83 12.04 21.83C17.5 21.83 21.95 17.38 21.95 11.92C21.95 9.27 20.92 6.78 19.05 4.91C17.18 3.03 14.69 2 12.04 2M12.05 3.67C14.25 3.67 16.31 4.53 17.87 6.09C19.42 7.65 20.28 9.72 20.28 11.92C20.28 16.46 16.58 20.15 12.04 20.15C10.56 20.15 9.11 19.76 7.85 19L7.55 18.83L4.43 19.65L5.26 16.61L5.06 16.29C4.24 15 3.8 13.47 3.8 11.91C3.81 7.37 7.5 3.67 12.05 3.67M8.53 7.33C8.37 7.33 8.1 7.39 7.87 7.64C7.65 7.89 7 8.5 7 9.71C7 10.93 7.89 12.1 8 12.27C8.14 12.44 9.76 14.94 12.25 16C12.84 16.27 13.3 16.42 13.66 16.53C14.25 16.72 14.79 16.69 15.22 16.63C15.7 16.56 16.68 16.03 16.89 15.45C17.1 14.87 17.1 14.38 17.04 14.27C16.97 14.17 16.81 14.11 16.56 14C16.31 13.86 15.09 13.26 14.87 13.18C14.64 13.1 14.5 13.06 14.31 13.3C14.15 13.55 13.67 14.11 13.53 14.27C13.38 14.44 13.24 14.46 13 14.34C12.74 14.21 11.94 13.95 11 13.11C10.26 12.45 9.77 11.64 9.62 11.39C9.5 11.15 9.61 11 9.73 10.89C9.84 10.78 10 10.6 10.1 10.45C10.23 10.31 10.27 10.2 10.35 10.04C10.43 9.87 10.39 9.73 10.33 9.61C10.27 9.5 9.77 8.26 9.56 7.77C9.36 7.29 9.16 7.35 9 7.34C8.86 7.34 8.7 7.33 8.53 7.33Z" /></svg>');
}

.has-modal-open .site-header li.service-whatsapp a:before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>whatsapp</title><path fill="black" d="M12.04 2C6.58 2 2.13 6.45 2.13 11.91C2.13 13.66 2.59 15.36 3.45 16.86L2.05 22L7.3 20.62C8.75 21.41 10.38 21.83 12.04 21.83C17.5 21.83 21.95 17.38 21.95 11.92C21.95 9.27 20.92 6.78 19.05 4.91C17.18 3.03 14.69 2 12.04 2M12.05 3.67C14.25 3.67 16.31 4.53 17.87 6.09C19.42 7.65 20.28 9.72 20.28 11.92C20.28 16.46 16.58 20.15 12.04 20.15C10.56 20.15 9.11 19.76 7.85 19L7.55 18.83L4.43 19.65L5.26 16.61L5.06 16.29C4.24 15 3.8 13.47 3.8 11.91C3.81 7.37 7.5 3.67 12.05 3.67M8.53 7.33C8.37 7.33 8.1 7.39 7.87 7.64C7.65 7.89 7 8.5 7 9.71C7 10.93 7.89 12.1 8 12.27C8.14 12.44 9.76 14.94 12.25 16C12.84 16.27 13.3 16.42 13.66 16.53C14.25 16.72 14.79 16.69 15.22 16.63C15.7 16.56 16.68 16.03 16.89 15.45C17.1 14.87 17.1 14.38 17.04 14.27C16.97 14.17 16.81 14.11 16.56 14C16.31 13.86 15.09 13.26 14.87 13.18C14.64 13.1 14.5 13.06 14.31 13.3C14.15 13.55 13.67 14.11 13.53 14.27C13.38 14.44 13.24 14.46 13 14.34C12.74 14.21 11.94 13.95 11 13.11C10.26 12.45 9.77 11.64 9.62 11.39C9.5 11.15 9.61 11 9.73 10.89C9.84 10.78 10 10.6 10.1 10.45C10.23 10.31 10.27 10.2 10.35 10.04C10.43 9.87 10.39 9.73 10.33 9.61C10.27 9.5 9.77 8.26 9.56 7.77C9.36 7.29 9.16 7.35 9 7.34C8.86 7.34 8.7 7.33 8.53 7.33Z" /></svg>');
}

li.service-cellphone a:before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>phone</title><path fill="white" d="M6.62,10.79C8.06,13.62 10.38,15.94 13.21,17.38L15.41,15.18C15.69,14.9 16.08,14.82 16.43,14.93C17.55,15.3 18.75,15.5 20,15.5A1,1 0 0,1 21,16.5V20A1,1 0 0,1 20,21A17,17 0 0,1 3,4A1,1 0 0,1 4,3H7.5A1,1 0 0,1 8.5,4C8.5,5.25 8.7,6.45 9.07,7.57C9.18,7.92 9.1,8.31 8.82,8.59L6.62,10.79Z" /></svg>');
}

.has-modal-open .site-header li.service-cellphone a:before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>phone</title><path fill="black" d="M6.62,10.79C8.06,13.62 10.38,15.94 13.21,17.38L15.41,15.18C15.69,14.9 16.08,14.82 16.43,14.93C17.55,15.3 18.75,15.5 20,15.5A1,1 0 0,1 21,16.5V20A1,1 0 0,1 20,21A17,17 0 0,1 3,4A1,1 0 0,1 4,3H7.5A1,1 0 0,1 8.5,4C8.5,5.25 8.7,6.45 9.07,7.57C9.18,7.92 9.1,8.31 8.82,8.59L6.62,10.79Z" /></svg>');
}

li.service-linkedin a:before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>linkedin</title><path fill="white" d="M19 3A2 2 0 0 1 21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3H19M18.5 18.5V13.2A3.26 3.26 0 0 0 15.24 9.94C14.39 9.94 13.4 10.46 12.92 11.24V10.13H10.13V18.5H12.92V13.57C12.92 12.8 13.54 12.17 14.31 12.17A1.4 1.4 0 0 1 15.71 13.57V18.5H18.5M6.88 8.56A1.68 1.68 0 0 0 8.56 6.88C8.56 5.95 7.81 5.19 6.88 5.19A1.69 1.69 0 0 0 5.19 6.88C5.19 7.81 5.95 8.56 6.88 8.56M8.27 18.5V10.13H5.5V18.5H8.27Z" /></svg>');
}

.has-modal-open .site-header li.service-linkedin a:before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>linkedin</title><path fill="black" d="M19 3A2 2 0 0 1 21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3H19M18.5 18.5V13.2A3.26 3.26 0 0 0 15.24 9.94C14.39 9.94 13.4 10.46 12.92 11.24V10.13H10.13V18.5H12.92V13.57C12.92 12.8 13.54 12.17 14.31 12.17A1.4 1.4 0 0 1 15.71 13.57V18.5H18.5M6.88 8.56A1.68 1.68 0 0 0 8.56 6.88C8.56 5.95 7.81 5.19 6.88 5.19A1.69 1.69 0 0 0 5.19 6.88C5.19 7.81 5.95 8.56 6.88 8.56M8.27 18.5V10.13H5.5V18.5H8.27Z" /></svg>');
}

li.service-xing a:before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)"> <path d="M 13.677 17.774 c -0.782 0 -1.44 0.274 -1.77 0.811 c -0.342 0.555 -0.289 1.269 0.074 1.991 l 8.776 15.193 c 0.015 0.029 0.015 0.047 0 0.074 L 6.966 60.181 c -0.36 0.717 -0.342 1.437 0 1.991 c 0.33 0.534 0.915 0.885 1.696 0.885 h 12.98 c 1.941 0 2.876 -1.31 3.54 -2.508 c 0 0 13.488 -23.854 14.013 -24.78 c -0.053 -0.086 -8.924 -15.561 -8.924 -15.561 c -0.646 -1.151 -1.623 -2.434 -3.614 -2.434 H 13.677 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path d="M 68.208 0 c -1.938 0 -2.779 1.221 -3.475 2.472 c 0 0 -27.963 49.59 -28.884 51.219 c 0.047 0.089 18.444 33.837 18.444 33.837 C 54.936 88.678 55.93 90 57.919 90 h 12.966 c 0.782 0 1.392 -0.295 1.723 -0.829 c 0.345 -0.555 0.336 -1.286 -0.027 -2.006 L 54.281 53.732 c -0.018 -0.027 -0.018 -0.059 0 -0.085 L 83.02 2.832 c 0.36 -0.717 0.369 -1.449 0.027 -2.003 C 82.717 0.295 82.103 0 81.321 0 H 68.208 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}

@media (max-width: 1100px) {

    /* Desktop-Navigation verstecken */
	.site-header .wp-block-navigation__container {
		display: none !important;
	}
	.has-modal-open .site-header .wp-block-navigation__container {
		display: block !important;
	}

    /* Mobile Toggle (Hamburger) einblenden */
	.site-header .wp-block-navigation__responsive-container-open {
		display: inline !important;
		padding: 0 24px;
	}

    /* Sicherstellen, dass der responsive Container im mobilen Modus korrekt arbeitet */
	.site-header .wp-block-navigation__responsive-container {
		/*
		display: none !important;
		*/
		position: relative;
		width: 100%;
	}
}

/* list style items white */

#emailbox.wpb_row .wpb_column .vc_column-inner{
	/*background-color: red;*/
}


/* email form happyness */


/* footer verschlanken & spacing */

/* whatsapp integration */


.topic-icon {
	display: flex;	
	justify-content: center;
	align-items: center;
}

.topic-icon.-head-bubble {
	margin: 0 auto;
	border-radius: 100%;
	width: 96px;
	height: 96px;
	background-color: #002841;
	color: #ffffff;
}

.topic-icon.-head-bubble svg {
	width: 64px;
	height: 64px;
}

.topic-icon svg {
	fill: currentColor;
}

.topic-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.topic-card:hover {
	text-decoration: none;
}

.topic-card:active {
	text-decoration: none;
}

.topic-card:focus {
	text-decoration: none;
}

.topic-card .topic-card__frame {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center center;
}

.topic-card.-image .topic-card__frame {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	aspect-ratio: 16/9;
}

.topic-card .topic-card__frame .topic-icon.-link-indicator {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	color: #ffffff;
}

.vc_col-sm-12 .topic-card.-image .topic-card__frame {
	aspect-ratio: 16/7;
}

.vc_col-sm-6 .topic-card.-image .topic-card__frame {
	aspect-ratio: 16/9;
}

@media (orientation: portrait) and (max-width: 1350px) {
	.vc_col-sm-6 .topic-card.-image .topic-card__frame {
		aspect-ratio: 3/4;
	}
}

.topic-card .topic-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 16px;
	width: 96px;
	height: 96px;
	background-color: #ffffff;
	border-radius: 100%;
}

@media (max-width: 1350px) {
	.topic-card .topic-card__icon {
		display: none;
	}
}

.topic-card .topic-card__icon .topic-icon {
	width: 64px;
	height: 64px;
	color: #002841;
}

.topic-card .topic-card__icon .topic-icon svg {
}

.topic-card .topic-card__intro {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 8px 16px;
	color: #ffffff;
	text-shadow: 0px 0px 1px #000000;
	background-color: rgba(0, 40, 65, 1);
}

.topic-card.-image .topic-card__intro {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: rgba(0, 40, 65, .6);
	backdrop-filter: blur(16px);
}

.topic-card .topic-card__label {
	padding: 8px 0 8px 0;
	font-size: 28px;
}

.topic-card .topic-card__sublabel {
	padding: 0 0 8px 0;
	font-size: 22px;
}

@media (max-width: 1350px) {
	.topic-card.-slim .topic-card__sublabel {
		display: none;
	}
}

.topic-card .topic-card__description {
	position: relative;
	padding: 16px;
}

.topic-card .topic-card__description:before {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 16px;
	left: 4px;
	width: 4px;
	background-color: #002841;
}

.topic-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-decoration: none;
}

.topic-link:hover {
	text-decoration: none;
}

.topic-link:active {
	text-decoration: none;
}

.topic-link:focus {
	text-decoration: none;
}

.topic-link .topic-link__frame {
	display: flex;
	align-items: center;
	padding: 16px 32px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #002841;
	color: #ffffff;
}

.topic-link .topic-link__frame .topic-icon {
	margin-left: 8px;
	width: 24px;
	height: 24px;
}

.topic-form {
	display: flex;
	flex-direction: column;
}

.topic-form .topic-form__tabs {
	display: flex;
	margin-bottom: -5px;
	margin-left: 12px;
}

.topic-form .topic-form__tab {
	display: flex;
	margin-left: -4px;
	border: 4px solid #002841;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 4px 16px;
	height: 48px;
	background-color: #002841;
	color: #ffffff;
}

.topic-form .topic-form__tab {
	text-decoration: none;
}

.topic-form .topic-form__tab:hover {
}

.topic-form .topic-form__tab.-active {
	border-bottom-color: #ffffff;
	z-index: 10;
	background-color: #ffffff;
	color: #002841;
}

.topic-form .topic-form__tab--icon {
	display: flex;
	width: 48px;
	height: 48px;
}

.topic-form .topic-form__tab--icon .topic-icon {
	width: 48px;
	height: 48px;
}

.topic-form .topic-form__tab--label {
	display: flex;
	align-items: center;
	padding: 0 8px;
	font-size: 18px;
}

.topic-form .topic-form__tab.-active .topic-form__tab--label {
	display: none;
}

@media (min-width: 1100px) {
	.topic-form .topic-form__tab.-active .topic-form__tab--label {
		display: flex;
	}
}

.topic-form .topic-form__tab--link {
	display: flex;
	align-items: center;
	padding: 0 0px;
}

.topic-form .topic-form__tab--link .topic-icon {
	width: 24px;
	height: 24px;
}

.topic-form .topic-form__form {
	border: 5px solid #002841;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 16px;
	background-color: #ffffff;
}

.topic-form label {
	display: flex;
	flex-direction: column;
	color: #002841;
}

.topic-form label .label {
	display: flex;
	margin-left: 8px;
}

.topic-form input {
	padding: 16px 8px;
	font-size: 18px;
}

.topic-form textarea {
	padding: 16px 8px;
	border: 1px solid #002841;
	width: calc(100% - 20px);
	font-size: 18px;
	resize: vertical;
}

.topic-form select.wpcf7-select {
	border: 1px solid #002841;
	padding: 16px 8px;
	width: 100%;
	font-size: 18px;
	background-color: #ffffff;
}

.topic-form .wpcf7-checkbox {
	display: flex;
	flex-flow: row wrap;
}

.topic-form .wpcf7-checkbox .wpcf7-list-item {
	display: flex;
	align-items: center;
	margin: 8px;
}

.topic-form .wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.topic-form .wpcf7-checkbox .wpcf7-list-item input {
	margin-right: 8px;
	width: 32px;
	height: 32px;
}

.topic-form .wpcf7-checkbox .wpcf7-list-item span {
}

.topic-form input.wpcf7-date,
.topic-form input.wpcf7-number,
.topic-form input.wpcf7-text {
	width: calc(100% - 20px);
	border: 1px solid #002841;
}
	

.topic-form .wpcf7-submit {
	float: right;
	border: 4px solid #002841;
	border-radius: 8px;
	background-color: #002841;
	color: #ffffff;
	cursor: pointer;
	padding: 16px 32px;
}

.topic-form .wpcf7-acceptance {
	display: flex;
}

.topic-form .wpcf7-acceptance .wpcf7-list-item {
	display: flex;
	margin: 0;
}

.topic-form .wpcf7-acceptance .wpcf7-list-item label {
	flex-direction: row-reverse;
	align-items: center;
}

.topic-form .wpcf7-acceptance .wpcf7-list-item label input {
	width: 32px;
	height: 32px;
}

.topic-form .wpcf7-acceptance .wpcf7-list-item label span {
	padding: 16px 8px;
}

.topic-form p {
	margin: 8px 0;
}

.footer-content {
	justify-content: space-around;
}

@media (max-width: 1350px) {
	.footer-content {
		flex-direction: column;
		justify-content: normal;
	}
}
@media (max-width: 850px) {
	.footer-content {
		flex-direction: row;
	}
}

@media (max-width: 400px) {
	.footer-content {
		flex-direction: column;
	}
}

footer .footer-content > .wp-block-column {
	flex-grow: 1 !important;
}

.footer-content .footer-author {
}

footer .footer-menu {
	align-items: normal;
}

@media (max-width: 1350px) {
	footer .footer-menu {
		padding-top: 48px;
	}
}

@media (max-width: 850px) {
	footer .footer-menu {
		padding-top: 0;
	}
}

@media (max-width: 781px) {
	footer .footer-menu {
		padding-top: 48px;
	}
}

footer .footer-menu .wp-block-group {
	align-items: normal;
	flex-direction: row;
}

@media (max-width: 850px) {
	footer .footer-menu {
		flex-direction: column;
	}
}

footer .footer-menu ul {
	display: flex;
	align-items: normal;
	flex-direction: column;
}

footer .footer-content .footer-menu li {
	display: flex;
	align-items: normal;
}

footer .footer-content .footer-menu a {
	display: flex;
	align-items: center;
	padding: 8px 16px;
	width: 100%;
	font-size: 18px;
}

@media (max-width: 1200px) {
	footer .footer-content .footer-menu a {
		padding-left: 0;
	}
}

.wp-block-post-featured-image {
	display: none;
}
