/*
Theme Name: Schmucki Theme
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.agenturschmucki.ch/

Version: 1.0.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: schmucki
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 93.75rem
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* Variables
---------------------------------------------------------------------------- */

:root {
    --primary-orange: #F08100;
	--lightblue: #00ADBD;
	--white: #fff;
}

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}input{overflow:visible}select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* debugging */
/* * {
	border: 1px solid rgba(0,0,0,0.1);
} */

::-moz-selection { /* Code for Firefox */
	color: #124352;
	background: #D6E1B7;
}
  
::selection {
	color:  #124352;
	background: #D6E1B7;
}

/* Theme Font */
@font-face {
    font-family: 'Flama';
    src: url('/wp-content/themes/genesis-schmucki/fonts/Flama.eot');
    src: url('/wp-content/themes/genesis-schmucki/fonts/Flama.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/genesis-schmucki/fonts/Flama.woff2') format('woff2'),
        url('/wp-content/themes/genesis-schmucki/fonts/Flama.woff') format('woff'),
        url('/wp-content/themes/genesis-schmucki/fonts/Flama.ttf') format('truetype'),
        url('/wp-content/themes/genesis-schmucki/fonts/Flama.svg#Flama') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Flama';
    src: url('/wp-content/themes/genesis-schmucki/fonts/Flama-Light.eot');
    src: url('/wp-content/themes/genesis-schmucki/fonts/Flama-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/genesis-schmucki/fonts/Flama-Light.woff2') format('woff2'),
        url('/wp-content/themes/genesis-schmucki/fonts/Flama-Light.woff') format('woff'),
        url('/wp-content/themes/genesis-schmucki/fonts/Flama-Light.ttf') format('truetype'),
        url('/wp-content/themes/genesis-schmucki/fonts/Flama-Light.svg#Flama-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
	min-height: 100.1vh ;
    width: 100vw;
    overflow-x: hidden;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	font-size: 13px !important;
	-webkit-font-smoothing: antialiased;
}

body {
	background: linear-gradient(0deg, rgba(18, 67, 82, 0.03), rgba(18, 67, 82, 0.03)), #FFFFFF;
	color: #124352;
	font-family: 'Flama', sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.64;
	margin: 0;
	overflow-x: hidden;
}


input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button:not(.gm-control-active) a,
a.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: var(--primary-orange);
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 2.5rem;
	padding: 0;
}

p.small {
	font-size: 1.0625rem;
	line-height: 134%;
}

p.lead {
	font-size: 1.8125rem;
	line-height: 141%;
}

p:last-child {
	margin-bottom: 0rem;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #124352;
}

blockquote {
	margin: 1.875rem;
}



.has-normal-color {
    color: #124352 !important;
}

.has-white-color {
    color: var(--white) !important;
}

.has-bg-lightblue-color {
    color: var(--lightblue) !important;
}

.has-bg-orange-color {
    color: var(--primary-orange) !important;
}

.has-bg-neongreen-color {
    color: #89CE40 !important;
}

.has-bg-grey-color {
    color: #DEE5E7	!important;
}

.has-bg-lightgreen-color {
    color: #D6E1B7 !important;
}

.has-light-salomon-color {
    color: #FFD3AA !important;
}



/* Gutenberg Background Colors */

.has-normal-background-color {
    background-color: #124352 !important;
}

.has-white-background-color {
    background-color: var(--white) !important;
}

.has-bg-lightblue-background-color {
    background-color: var(--lightblue) !important;
}

.has-bg-orange-background-color {
    background-color: var(--primary-orange) !important;
}

.has-bg-neongreen-background-color {
    background-color: #89CE40 !important;
}

.has-bg-grey-background-color {
    background-color: #DEE5E7 !important;
}

.has-bg-lightgreen-background-color {
    background-color: #D6E1B7 !important;
}

.has-light-salomon-background-color {
    background-color: #FFD3AA !important;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Flama", sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 2.5rem 0 1.25rem;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child, 
.topline + h1,
.topline + h2,
.topline + h3,
.topline + h4,
.topline + h5,
.topline + h6, 
.wp-block-image + h1,
.wp-block-image + h2,
.wp-block-image + h3,
.wp-block-image + h4,
.wp-block-image + h5,
.wp-block-image + h6 {
	margin-top: 0rem;
}

h1,
h2.style-h1, h3.style-h1, h4.style-h1 {
	font-style: normal;
	font-weight: 300;
	font-size: 4.625rem;
	line-height: 1.12;
	letter-spacing: 0.01em;
	margin-bottom: 2.5rem;
}

h2,
h1.style-h2, h3.style-h2, h4.style-h2 {
	font-family: 'Flama';
	font-style: normal;
	font-weight: 300;
	font-size: 3rem;
	line-height: 121%;
}

h3,
h1.style-h3, h2.style-h3, h4.style-h3 {
	font-style: normal;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.22;
	margin-bottom: 1.5rem;
}

h4,
h2.style-h4, h3.style-h4, h1.style-h4 {
	font-style: normal;
	font-size: 2rem;
	line-height: 133%;
}

h1.topline,
h2.topline,
h3.topline,
h4.topline,
h5.topline,
h6.topline,
p.topline,
span.topline {
	font-style: normal;
	font-weight: 400;
	font-size: 1.0625rem;
	line-height: 131%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.entry-content h4 {
	margin-top: 2.5rem;
}

h5 {
	font-weight: bold;
}

h6 {
	font-style: italic;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* custom style with class
--------------------------------------------- */

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column>*:not(.size-large):not(.wp-block-group).padding-remove,
.padding-remove {
	padding: 0 !important;
}

.wp-block-group.padding-bottom-remove:not(.map),
.padding-bottom-remove {
    padding-bottom: 0 !important;
}

.margin-bottom-remove {
    margin-bottom: 0 !important;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 1.875rem;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: var(--white);
	border: 1px solid #ddd;
	color: #124352;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 0.9375rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #124352;
	opacity: 1;
}

::placeholder {
	color: #124352;
	opacity: 1;
}



button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
a.button:focus,
a.button:hover,
.button:not(.gm-control-active) a:focus,
.button:not(.gm-control-active) a:hover,
.wp-block-button__link a:focus,
a.wp-block-button__link:focus,
.wp-block-button__link a:hover,
a.wp-block-button__link:hover {
	color: var(--white) !important;
	background-color: var(--primary-orange) !important;
}





/* input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
a.button, 
.button:not(.gm-control-active) a,
.wp-block-button__link a,
a.wp-block-button__link {
	display: inline-flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
	padding: 0.8125rem 1.5625rem 0.875rem !important;
	gap: 0.625rem !important;
	border: 1.5px solid var(--primary-orange) !important;
	border-radius: 3.125rem !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 0.75rem !important;
	line-height: 148% !important;
	text-align: center !important;
	letter-spacing: 0.05em !important;
	text-decoration: none;
	text-transform: uppercase !important;
	color: var(--primary-orange) !important;
} */

input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
a.button,
.accordion-button,
.button:not(.gm-control-active) a,
.wp-block-button__link a,
a.wp-block-button__link {
	display: inline-flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 0.625rem !important;
	border: 1.5px solid var(--primary-orange) !important;
	border-radius: 3.125rem !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 0.75rem !important;
	line-height: 148% !important;
	text-align: center !important;
	text-decoration: none;
	text-transform: uppercase !important;
	padding: 0.8125rem 1.5625rem 0.875rem !important;
	font-size: 15px !important;
	letter-spacing: 0.06em !important;
	/* Primary/Orange */
	/* color: var(--primary-orange) !important; */
	color: var(--primary-orange) !important;
}

@media screen and (min-width: 1200px) {
	a.button,
	.button:not(.gm-control-active) a,
	.wp-block-button__link a,
	a.wp-block-button__link {
		/* offset damit es optisch besser aussieht */
		margin-left: -0.2rem;
	}
}


.wp-block-button:not(:only-child) { 
	margin-right: 53px !important;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
a.button:focus,
a.button:hover,
.button:not(.gm-control-active) a:focus,
.button:not(.gm-control-active) a:hover,
.wp-block-button__link a:focus,
a.wp-block-button__link:focus,
.wp-block-button__link a:hover,
a.wp-block-button__link:hover {
	color: var(--white) !important;
	background-color: var(--primary-orange) !important;
}

.entry-content button.full,
.entry-content input[type="button"].full,
.entry-content input[type="reset"].full,
.entry-content input[type="submit"].full,
.entry-content .site-container div.wpforms-container-full .wpforms-form input[type="submit"].full,
.entry-content .site-container div.wpforms-container-full .wpforms-form button[type="submit"].full,
.entry-content a.button.full,
.entry-content .button.full a {
	color: var(--white) !important;
	background-color: var(--primary-orange) !important;
}

.entry-content button.full:focus,
.entry-content button.full:hover,
.entry-content input[type="button"].full:focus,
.entry-content input[type="button"].full:hover,
.entry-content input[type="reset"].full:focus,
.entry-content input[type="reset"].full:hover,
.entry-content input[type="submit"].full:focus,
.entry-content input[type="submit"].full:hover,
.entry-content .site-container div.wpforms-container-full .wpforms-form input[type="submit"].full:focus,
.entry-content .site-container div.wpforms-container-full .wpforms-form input[type="submit"].full:hover,
.entry-content .site-container div.wpforms-container-full .wpforms-form button[type="submit"].full:focus,
.entry-content .site-container div.wpforms-container-full .wpforms-form button[type="submit"].full:hover,
.entry-content a.button.full:focus,
.entry-content a.button.full:hover,
.entry-content .button.full a:focus,
.entry-content .button.full a:hover {
	color: var(--primary-orange) !important;
	background-color: var(--white) !important;
}

.entry-content 
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"],
.entry-content .site-container div.wpforms-container .wpforms-form input[type="submit"],
.entry-content .site-container div.wpforms-container .wpforms-form button[type="submit"],
.entry-content a.button,
.entry-content .button:not(.gm-control-active) a,
.entry-content .wp-block-button__link a,
.accordion-button,
.entry-content a.wp-block-button__link {
	color: #124352 !important;
	border-color: #124352 !important;
	background-color: transparent !important;
}



/* nicht weiss, wenn es keinen Hintergrund hat */
.entry-content .has-background input[type="button"]:focus,
.entry-content .has-background input[type="button"]:hover,
.entry-content .has-background input[type="reset"]:focus,
.entry-content .has-background input[type="reset"]:hover,
.entry-content .has-background input[type="submit"]:focus,
.entry-content .has-background input[type="submit"]:hover,
.entry-content .has-background .site-container div.wpforms-container .wpforms-form input[type="submit"]:focus,
.entry-content .has-background .site-container div.wpforms-container .wpforms-form input[type="submit"]:hover,
.entry-content .has-background .site-container div.wpforms-container .wpforms-form button[type="submit"]:focus,
.entry-content .has-background .site-container div.wpforms-container .wpforms-form button[type="submit"]:hover,
.entry-content .has-background a.button:focus,
.entry-content .has-background a.button:hover,
.entry-content .has-background .button:not(.gm-control-active) a:focus,
.entry-content .has-background .button:not(.gm-control-active) a:hover,
.entry-content  .wp-block-button__link a:hover,
.entry-content  a.wp-block-button__link:hover, 
.entry-content  a.wp-block-button__link.has-normal-color:hover 
{
	color: var(--white) !important;
	background-color: #124352 !important;
}

.entry-content .has-bg-lightblue-background-color .wp-block-button__link a,
.entry-content .has-bg-lightblue-background-color a.wp-block-button__link,
.entry-content .has-normal-background-color .wp-block-button__link a,
.entry-content .has-normal-background-color a.wp-block-button__link,
.entry-content .has-bg-orange-background-color .wp-block-button__link a,
.entry-content .has-bg-orange-background-color a.wp-block-button__link,
.entry-content .has-bg-neongreen-background-color .wp-block-button__link a,
.entry-content .has-bg-neongreen-background-color a.wp-block-button__link {
	color: var(--white) !important;
	border-color: var(--white) !important;
	background-color: transparent !important;
}

.entry-content .has-bg-lightblue-background-color .wp-block-button__link a:hover,
.entry-content .has-bg-lightblue-background-color a.wp-block-button__link:hover,
.entry-content .has-normal-background-color .wp-block-button__link a:hover,
.entry-content .has-normal-background-color a.wp-block-button__link:hover,
.entry-content .has-bg-orange-background-color .wp-block-button__link a:hover,
.entry-content .has-bg-orange-background-color a.wp-block-button__link:hover,
.entry-content .has-bg-neongreen-background-color .wp-block-button__link a:hover,
.entry-content .has-bg-neongreen-background-color a.wp-block-button__link:hover, 
.entry-content .has-bg-lightblue-background-color .wp-block-button__link a:focus,
.entry-content .has-bg-lightblue-background-color a.wp-block-button__link:focus,
.entry-content .has-normal-background-color .wp-block-button__link a:focus,
.entry-content .has-normal-background-color a.wp-block-button__link:focus,
.entry-content .has-bg-orange-background-color .wp-block-button__link a:focus,
.entry-content .has-bg-orange-background-color a.wp-block-button__link:focus,
.entry-content .has-bg-neongreen-background-color .wp-block-button__link a:focus,
.entry-content .has-bg-neongreen-background-color a.wp-block-button__link:focus {
	color: #124352 !important;
	background-color: var(--white) !important;
}

.entry-content .wp-block-button.mail a.wp-block-button__link,
.entry-content .wp-block-button.phone a.wp-block-button__link, 
.entry-content .wp-block-button.underline a.wp-block-button__link {
	font-size: 1.25rem !important;
}


.entry-content .wp-block-button.mail a.wp-block-button__link,
.entry-content .wp-block-button.mail a.wp-block-button__link:focus,
.entry-content .wp-block-button.mail a.wp-block-button__link:hover,
.entry-content .wp-block-button.phone a.wp-block-button__link, 
.entry-content .wp-block-button.phone a.wp-block-button__link:focus, 
.entry-content .wp-block-button.phone a.wp-block-button__link:hover,
.entry-content .wp-block-button.underline a.wp-block-button__link,
.entry-content .wp-block-button.underline a.wp-block-button__link:focus, 
.entry-content .wp-block-button.underline a.wp-block-button__link:hover {
    border-color: transparent !important;
	border: none !important;
    background-color: transparent !important;
	box-shadow: none !important;
	padding: 0rem !important;
	text-transform: initial !important;
	/* font-size: 1.25rem !important; */
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}


.entry-content .wp-block-button.mail a.wp-block-button__link:focus,
.entry-content .wp-block-button.mail a.wp-block-button__link:hover,
.entry-content .wp-block-button.phone a.wp-block-button__link:focus, 
.entry-content .wp-block-button.phone a.wp-block-button__link:hover,
.entry-content .wp-block-button.underline a.wp-block-button__link:focus, 
.entry-content .wp-block-button.underline a.wp-block-button__link:hover {
	color: inherit !important;
	opacity: 0.6 !important;
}

.entry-content .wp-block-button.underline a.wp-block-button__link {
    font-size: 15px !important;
}

.entry-content .wp-block-button.underline a.wp-block-button__link,
.entry-content .wp-block-button.underline a.wp-block-button__link:focus, 
.entry-content .wp-block-button.underline a.wp-block-button__link:hover {
	color: #124352 !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	/* font-size: 15px !important; */
	line-height: 131% !important;
	letter-spacing: 0.06em !important;
	position: relative;
}

.entry-content .wp-block-button.underline a.wp-block-button__link::before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -5px;
	left: 0px;
	height: 1px;
	transition: all 0.2s ease-in-out;
	background-color: #124352;
}

.entry-content .wp-block-button.underline a.wp-block-button__link:focus, 
.entry-content .wp-block-button.underline a.wp-block-button__link:hover {
	color: var(--primary-orange) !important;
}

.entry-content .wp-block-button.underline a.wp-block-button__link:focus::before, 
.entry-content .wp-block-button.underline a.wp-block-button__link:hover::before {
	background-color: var(--primary-orange);
}

.entry-content .wp-block-button.mail a.wp-block-button__link::before,
.entry-content .wp-block-button.phone a.wp-block-button__link::before {
	content: "";
	display: inline-block;
	width: 1.125rem;
	height: 1.125rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.2s ease-in-out;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' x='0px' y='0px' width='16px' height='12px' viewBox='0 0 16 12' style='enable-background:new 0 0 16 12;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23124352;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0.25,12h15.5V1.628c0-0.432-0.185-0.839-0.52-1.147C14.897,0.176,14.434,0,13.961,0H2.038 C1.565,0,1.102,0.176,0.769,0.481C0.434,0.788,0.25,1.195,0.25,1.628V12z M14.159,10.566H1.839V3.619l3.805,3.488 c0.311,0.286,0.674,0.508,1.079,0.661c0.81,0.307,1.742,0.307,2.552,0c0.404-0.154,0.767-0.376,1.079-0.661l3.804-3.488V10.566z M14.314,1.433L9.221,6.102C8.887,6.394,8.455,6.554,8,6.554S7.112,6.394,6.781,6.106L1.686,1.433H14.314z'/%3E%3C/svg%3E");
}


.entry-content .wp-block-button.phone a.wp-block-button__link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' x='0px' y='0px' width='15.5px' height='14.5px' viewBox='0 0 15.5 14.5' style='enable-background:new 0 0 15.5 14.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23124352;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,4.714c0,2.05,1.299,4.49,3.475,6.527c2.18,2.04,4.792,3.259,6.989,3.259c0.011,0,0.022,0,0.031,0 c0.505,0,0.996-0.09,1.461-0.268c0.476-0.182,0.901-0.445,1.263-0.784l2.281-2.136l-4.149-3.885L9.406,9.252L9.285,9.199 c-1.582-0.688-2.855-1.885-3.586-3.37L5.634,5.696l0.107-0.102l1.827-1.71L3.418,0l-2.3,2.153c-0.361,0.34-0.642,0.735-0.834,1.177 S-0.004,4.238,0,4.714z M1.771,3.892c0.113-0.263,0.278-0.498,0.49-0.699l1.158-1.085l1.899,1.777L3.746,5.356l0.192,0.446 c0.456,1.143,1.182,2.196,2.1,3.053c0.928,0.868,2.022,1.526,3.25,1.956l0.018,0.006l0.493,0.175l1.556-1.456l0.137,0.125 l1.763,1.651l-1.179,1.101c-0.214,0.198-0.463,0.35-0.742,0.456c-0.268,0.101-0.549,0.153-0.835,0.153 c-0.011,0-0.022,0-0.032-0.001l-0.101-0.001c-1.64-0.042-3.78-1.076-5.617-2.722c-1.968-1.763-3.143-3.85-3.143-5.581 C1.602,4.434,1.658,4.156,1.771,3.892z'/%3E%3Cpolygon class='st0' points='1.706,4.716 1.706,4.716 1.706,4.716 '/%3E%3C/g%3E%3C/svg%3E");
}

.entry-content .has-bg-lightblue-background-color .wp-block-button.mail .wp-block-button__link a::before,
.entry-content .has-bg-lightblue-background-color .wp-block-button.mail a.wp-block-button__link::before,
.entry-content .has-normal-background-color .wp-block-button.mail .wp-block-button__link a::before,
.entry-content .has-normal-background-color .wp-block-button.mail a.wp-block-button__link::before,
.entry-content .has-bg-orange-background-color .wp-block-button.mail .wp-block-button__link a::before,
.entry-content .has-bg-orange-background-color .wp-block-button.mail a.wp-block-button__link::before,
.entry-content .has-bg-neongreen-background-color .wp-block-button.mail .wp-block-button__link a::before,
.entry-content .has-bg-neongreen-background-color .wp-block-button.mail a.wp-block-button__link::before {
	/* background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2709_23412)'%3E%3Cpath d='M13.9177 4.44795L14.1022 4.275H13.8493H2.15067H1.89779L2.08227 4.44795L6.83894 8.90733L6.83892 8.90735L6.84062 8.90888C7.15389 9.18937 7.5692 9.34497 8 9.34497C8.4308 9.34497 8.84611 9.18937 9.15937 8.90888L9.15939 8.9089L9.16106 8.90733L13.9177 4.44795ZM1.9 13.375V13.475H2H14H14.1V13.375V6.88563V6.65483L13.9316 6.81267L10.4383 10.087L10.4383 10.0871C10.1186 10.3868 9.7388 10.625 9.3203 10.7875C8.90179 10.9501 8.45301 11.0338 7.99966 11.0338C7.54632 11.0338 7.09754 10.9501 6.67903 10.7875C6.26053 10.625 5.8807 10.3868 5.56108 10.0871L5.56106 10.087L2.06839 6.81267L1.9 6.6548V6.88563V13.375ZM2 2.6H14C14.5059 2.6 14.9899 2.78847 15.3458 3.12213C15.7015 3.45558 15.9 3.9064 15.9 4.375V15.15H0.1V4.375C0.1 3.9064 0.298502 3.45558 0.65418 3.12213C1.01008 2.78847 1.49408 2.6 2 2.6Z' fill='%23ffffff' stroke='transparent' stroke-width='0.2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2709_23412'%3E%3Crect width='16' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' x='0px' y='0px' width='16px' height='12px' viewBox='0 0 16 12' style='enable-background:new 0 0 16 12;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0.25,12h15.5V1.628c0-0.432-0.185-0.839-0.52-1.147C14.897,0.176,14.434,0,13.961,0H2.038 C1.565,0,1.102,0.176,0.769,0.481C0.434,0.788,0.25,1.195,0.25,1.628V12z M14.159,10.566H1.839V3.619l3.805,3.488 c0.311,0.286,0.674,0.508,1.079,0.661c0.81,0.307,1.742,0.307,2.552,0c0.404-0.154,0.767-0.376,1.079-0.661l3.804-3.488V10.566z M14.314,1.433L9.221,6.102C8.887,6.394,8.455,6.554,8,6.554S7.112,6.394,6.781,6.106L1.686,1.433H14.314z'/%3E%3C/svg%3E");
}



.entry-content .has-bg-lightblue-background-color .wp-block-button.phone .wp-block-button__link a::before,
.entry-content .has-bg-lightblue-background-color .wp-block-button.phone a.wp-block-button__link::before,
.entry-content .has-normal-background-color .wp-block-button.phone .wp-block-button__link a::before,
.entry-content .has-normal-background-color .wp-block-button.phone a.wp-block-button__link::before,
.entry-content .has-bg-orange-background-color .wp-block-button.phone .wp-block-button__link a::before,
.entry-content .has-bg-orange-background-color .wp-block-button.phone a.wp-block-button__link::before,
.entry-content .has-bg-neongreen-background-color .wp-block-button.phone .wp-block-button__link a::before,
.entry-content .has-bg-neongreen-background-color .wp-block-button.phone a.wp-block-button__link::before {
	/* telefon icon weiss  */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' x='0px' y='0px' width='15.5px' height='14.5px' viewBox='0 0 15.5 14.5' style='enable-background:new 0 0 15.5 14.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,4.714c0,2.05,1.299,4.49,3.475,6.527c2.18,2.04,4.792,3.259,6.989,3.259c0.011,0,0.022,0,0.031,0 c0.505,0,0.996-0.09,1.461-0.268c0.476-0.182,0.901-0.445,1.263-0.784l2.281-2.136l-4.149-3.885L9.406,9.252L9.285,9.199 c-1.582-0.688-2.855-1.885-3.586-3.37L5.634,5.696l0.107-0.102l1.827-1.71L3.418,0l-2.3,2.153c-0.361,0.34-0.642,0.735-0.834,1.177 S-0.004,4.238,0,4.714z M1.771,3.892c0.113-0.263,0.278-0.498,0.49-0.699l1.158-1.085l1.899,1.777L3.746,5.356l0.192,0.446 c0.456,1.143,1.182,2.196,2.1,3.053c0.928,0.868,2.022,1.526,3.25,1.956l0.018,0.006l0.493,0.175l1.556-1.456l0.137,0.125 l1.763,1.651l-1.179,1.101c-0.214,0.198-0.463,0.35-0.742,0.456c-0.268,0.101-0.549,0.153-0.835,0.153 c-0.011,0-0.022,0-0.032-0.001l-0.101-0.001c-1.64-0.042-3.78-1.076-5.617-2.722c-1.968-1.763-3.143-3.85-3.143-5.581 C1.602,4.434,1.658,4.156,1.771,3.892z'/%3E%3Cpolygon class='st0' points='1.706,4.716 1.706,4.716 1.706,4.716 '/%3E%3C/g%3E%3C/svg%3E");
}

.entry-content .wp-block-button.mail a.wp-block-button__link:hover::before,
.entry-content .wp-block-button.mail a.wp-block-button__link:focus::before,
.entry-content .wp-block-button.phone a.wp-block-button__link:hover::before,
.entry-content .wp-block-button.phone a.wp-block-button__link:focus::before {
	opacity: 0.6;
}


/* Kontaktseite: hover nicht weiss sondern orange bei button */


.entry-content .button-hover-orange .wp-block-button__link a:hover,
.entry-content .button-hover-orange a.wp-block-button__link:hover {
	/* hover orange */
	color: var(--primary-orange) !important;
}

/* .entry-content .wp-block-button.mail .wp-block-button__link a::before,
.entry-content .wp-block-button.mail a.wp-block-button__link::before, */
.entry-content .button-hover-orange .wp-block-button.mail a.wp-block-button__link:hover::before,
.entry-content .button-hover-orange .wp-block-button.mail a.wp-block-button__link:focus::before {
	/* Mail icon orange */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' x='0px' y='0px' width='16px' height='12px' viewBox='0 0 16 12' style='enable-background:new 0 0 16 12;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F08100;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0.25,12h15.5V1.628c0-0.432-0.185-0.839-0.52-1.147C14.897,0.176,14.434,0,13.961,0H2.038 C1.565,0,1.102,0.176,0.769,0.481C0.434,0.788,0.25,1.195,0.25,1.628V12z M14.159,10.566H1.839V3.619l3.805,3.488 c0.311,0.286,0.674,0.508,1.079,0.661c0.81,0.307,1.742,0.307,2.552,0c0.404-0.154,0.767-0.376,1.079-0.661l3.804-3.488V10.566z M14.314,1.433L9.221,6.102C8.887,6.394,8.455,6.554,8,6.554S7.112,6.394,6.781,6.106L1.686,1.433H14.314z'/%3E%3C/svg%3E");
}

/* 
.entry-content .wp-block-button.phone .wp-block-button__link a::before,
.entry-content .wp-block-button.phone a.wp-block-button__link::before, */
.entry-content .button-hover-orange .wp-block-button.phone a.wp-block-button__link:hover::before,
.entry-content .button-hover-orange .wp-block-button.phone a.wp-block-button__link:focus::before
/* .entry-content .wp-block-button.phone a.wp-block-button__link, 
.entry-content .wp-block-button.phone a.wp-block-button__link */
{
	/* telefon icon orange/primary  */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' x='0px' y='0px' width='15.5px' height='14.5px' viewBox='0 0 15.5 14.5' style='enable-background:new 0 0 15.5 14.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F08100;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,4.714c0,2.05,1.299,4.49,3.475,6.527c2.18,2.04,4.792,3.259,6.989,3.259c0.011,0,0.022,0,0.031,0 c0.505,0,0.996-0.09,1.461-0.268c0.476-0.182,0.901-0.445,1.263-0.784l2.281-2.136l-4.149-3.885L9.406,9.252L9.285,9.199 c-1.582-0.688-2.855-1.885-3.586-3.37L5.634,5.696l0.107-0.102l1.827-1.71L3.418,0l-2.3,2.153c-0.361,0.34-0.642,0.735-0.834,1.177 S-0.004,4.238,0,4.714z M1.771,3.892c0.113-0.263,0.278-0.498,0.49-0.699l1.158-1.085l1.899,1.777L3.746,5.356l0.192,0.446 c0.456,1.143,1.182,2.196,2.1,3.053c0.928,0.868,2.022,1.526,3.25,1.956l0.018,0.006l0.493,0.175l1.556-1.456l0.137,0.125 l1.763,1.651l-1.179,1.101c-0.214,0.198-0.463,0.35-0.742,0.456c-0.268,0.101-0.549,0.153-0.835,0.153 c-0.011,0-0.022,0-0.032-0.001l-0.101-0.001c-1.64-0.042-3.78-1.076-5.617-2.722c-1.968-1.763-3.143-3.85-3.143-5.581 C1.602,4.434,1.658,4.156,1.771,3.892z'/%3E%3Cpolygon class='st0' points='1.706,4.716 1.706,4.716 1.706,4.716 '/%3E%3C/g%3E%3C/svg%3E");
}



.entry-content .special-contact-links .wp-block-button.phone a.wp-block-button__link,
.entry-content .special-contact-links .wp-block-button.mail a.wp-block-button__link {
	font-size: 1.25rem !important;
}

/*
.entry-content .has-bg-lightblue-background-color .wp-block-button.mail .wp-block-button__link a:focus::before,
.entry-content .has-bg-lightblue-background-color .wp-block-button.mail a.wp-block-button__link:focus::before,
.entry-content .has-normal-background-color .wp-block-button.mail .wp-block-button__link a:focus::before,
.entry-content .has-normal-background-color .wp-block-button.mail a.wp-block-button__link:focus::before,
.entry-content .has-bg-orange-background-color .wp-block-button.mail .wp-block-button__link a:focus::before,
.entry-content .has-bg-orange-background-color .wp-block-button.mail a.wp-block-button__link:focus::before,
.entry-content .has-bg-neongreen-background-color .wp-block-button.mail .wp-block-button__link a:focus::before,
.entry-content .has-bg-neongreen-background-color .wp-block-button.mail a.wp-block-button__link:focus::before, 
.entry-content .has-bg-lightblue-background-color .wp-block-button.mail .wp-block-button__link a:hover::before,
.entry-content .has-bg-lightblue-background-color .wp-block-button.mail a.wp-block-button__link:hover::before,
.entry-content .has-normal-background-color .wp-block-button.mail .wp-block-button__link a:hover::before,
.entry-content .has-normal-background-color .wp-block-button.mail a.wp-block-button__link:hover::before,
.entry-content .has-bg-orange-background-color .wp-block-button.mail .wp-block-button__link a:hover::before,
.entry-content .has-bg-orange-background-color .wp-block-button.mail a.wp-block-button__link:hover::before,
.entry-content .has-bg-neongreen-background-color .wp-block-button.mail .wp-block-button__link a:hover::before,
.entry-content .has-bg-neongreen-background-color .wp-block-button.mail a.wp-block-button__link:hover::before, 
.entry-content .wp-block-button.mail a.wp-block-button__link::before {
	/* background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2709_23412)'%3E%3Cpath d='M13.9177 4.44795L14.1022 4.275H13.8493H2.15067H1.89779L2.08227 4.44795L6.83894 8.90733L6.83892 8.90735L6.84062 8.90888C7.15389 9.18937 7.5692 9.34497 8 9.34497C8.4308 9.34497 8.84611 9.18937 9.15937 8.90888L9.15939 8.9089L9.16106 8.90733L13.9177 4.44795ZM1.9 13.375V13.475H2H14H14.1V13.375V6.88563V6.65483L13.9316 6.81267L10.4383 10.087L10.4383 10.0871C10.1186 10.3868 9.7388 10.625 9.3203 10.7875C8.90179 10.9501 8.45301 11.0338 7.99966 11.0338C7.54632 11.0338 7.09754 10.9501 6.67903 10.7875C6.26053 10.625 5.8807 10.3868 5.56108 10.0871L5.56106 10.087L2.06839 6.81267L1.9 6.6548V6.88563V13.375ZM2 2.6H14C14.5059 2.6 14.9899 2.78847 15.3458 3.12213C15.7015 3.45558 15.9 3.9064 15.9 4.375V15.15H0.1V4.375C0.1 3.9064 0.298502 3.45558 0.65418 3.12213C1.01008 2.78847 1.49408 2.6 2 2.6Z' fill='%23124352' stroke='transparent' stroke-width='0.2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2709_23412'%3E%3Crect width='16' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); *
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' x='0px' y='0px' width='16px' height='12px' viewBox='0 0 16 12' style='enable-background:new 0 0 16 12;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23124352;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0.25,12h15.5V1.628c0-0.432-0.185-0.839-0.52-1.147C14.897,0.176,14.434,0,13.961,0H2.038 C1.565,0,1.102,0.176,0.769,0.481C0.434,0.788,0.25,1.195,0.25,1.628V12z M14.159,10.566H1.839V3.619l3.805,3.488 c0.311,0.286,0.674,0.508,1.079,0.661c0.81,0.307,1.742,0.307,2.552,0c0.404-0.154,0.767-0.376,1.079-0.661l3.804-3.488V10.566z M14.314,1.433L9.221,6.102C8.887,6.394,8.455,6.554,8,6.554S7.112,6.394,6.781,6.106L1.686,1.433H14.314z'/%3E%3C/svg%3E");
} */
/*
.entry-content .has-bg-lightblue-background-color .wp-block-button.phone .wp-block-button__link a:focus::before,
.entry-content .has-bg-lightblue-background-color .wp-block-button.phone a.wp-block-button__link:focus::before,
.entry-content .has-normal-background-color .wp-block-button.phone .wp-block-button__link a:focus::before,
.entry-content .has-normal-background-color .wp-block-button.phone a.wp-block-button__link:focus::before,
.entry-content .has-bg-orange-background-color .wp-block-button.phone .wp-block-button__link a:focus::before,
.entry-content .has-bg-orange-background-color .wp-block-button.phone a.wp-block-button__link:focus::before,
.entry-content .has-bg-neongreen-background-color .wp-block-button.phone .wp-block-button__link a:focus::before,
.entry-content .has-bg-neongreen-background-color .wp-block-button.phone a.wp-block-button__link:focus::before,
.entry-content .has-bg-lightblue-background-color .wp-block-button.phone .wp-block-button__link a:hover::before,
.entry-content .has-bg-lightblue-background-color .wp-block-button.phone a.wp-block-button__link:hover::before,
.entry-content .has-normal-background-color .wp-block-button.phone .wp-block-button__link a:hover::before,
.entry-content .has-normal-background-color .wp-block-button.phone a.wp-block-button__link:hover::before,
.entry-content .has-bg-orange-background-color .wp-block-button.phone .wp-block-button__link a:hover::before,
.entry-content .has-bg-orange-background-color .wp-block-button.phone a.wp-block-button__link:hover::before,
.entry-content .has-bg-neongreen-background-color .wp-block-button.phone .wp-block-button__link a:hover::before,
.entry-content .has-bg-neongreen-background-color .wp-block-button.phone a.wp-block-button__link:hover::before,
.entry-content .wp-block-button.phone a.wp-block-button__link::before {
	 vor dem hover 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' x='0px' y='0px' width='15.5px' height='14.5px' viewBox='0 0 15.5 14.5' style='enable-background:new 0 0 15.5 14.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23124352;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,4.714c0,2.05,1.299,4.49,3.475,6.527c2.18,2.04,4.792,3.259,6.989,3.259c0.011,0,0.022,0,0.031,0 c0.505,0,0.996-0.09,1.461-0.268c0.476-0.182,0.901-0.445,1.263-0.784l2.281-2.136l-4.149-3.885L9.406,9.252L9.285,9.199 c-1.582-0.688-2.855-1.885-3.586-3.37L5.634,5.696l0.107-0.102l1.827-1.71L3.418,0l-2.3,2.153c-0.361,0.34-0.642,0.735-0.834,1.177 S-0.004,4.238,0,4.714z M1.771,3.892c0.113-0.263,0.278-0.498,0.49-0.699l1.158-1.085l1.899,1.777L3.746,5.356l0.192,0.446 c0.456,1.143,1.182,2.196,2.1,3.053c0.928,0.868,2.022,1.526,3.25,1.956l0.018,0.006l0.493,0.175l1.556-1.456l0.137,0.125 l1.763,1.651l-1.179,1.101c-0.214,0.198-0.463,0.35-0.742,0.456c-0.268,0.101-0.549,0.153-0.835,0.153 c-0.011,0-0.022,0-0.032-0.001l-0.101-0.001c-1.64-0.042-3.78-1.076-5.617-2.722c-1.968-1.763-3.143-3.85-3.143-5.581 C1.602,4.434,1.658,4.156,1.771,3.892z'/%3E%3Cpolygon class='st0' points='1.706,4.716 1.706,4.716 1.706,4.716 '/%3E%3C/g%3E%3C/svg%3E");
}*/

a:not(.button),
a:not(.button):hover
a:not(.button):focus {
	background-color: transparent !important;
}

/* Download Button */
.wp-block-buttons {
	align-items: flex-start !important;
}

/* 
a.wp-block-file__button[href$=".pdf"] {
	icon pdf 
}
*/








/* link auf hellem Hintergrund */
.content a:not(.button) {
	background: none;
	color: #12435280;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 2px solid #1243521a;
}

.content a:not(.button):hover {
	border-bottom: 2px solid #12435280;
}

.content .wp-block-getwid-accordion__header a:not(.button) {
    /* keine doppelte Linie im Accordion */
    border: none;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: var(--white);
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-
input[type="search"]::-webkit-search-results-button:not(.gm-control-active) {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 2.5rem;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: var(--white);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #124352;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 0.9375rem 1.4375rem 0.875rem;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 1.875rem;
}


/* Structure and Layout
---------------------------------------------------------------------------- */



:root {
	/* --space-small: 45px; */
	--space-small: 2.75rem;
	/* --space-medium: 80px; */
	--space-medium: 5rem;
	/* --space-large: 120px; */
	--space-large: 7.5rem;
}


.wp-block-media-text .wp-block-buttons {
	margin-top: auto;
}

.team .wp-block-group {
	padding-top: 0rem;
	padding-bottom: 0rem;
	margin-top: 0rem;
	margin-bottom: 3px;
}

.wp-block-columns .wp-block-group {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
	margin-top: 0rem ;
	margin-bottom: 0px;
} 


/* neue abstände */
div:not(.wp-block-group__inner-container) > .wp-block-group {
	/* Abstand nicht zweimal ineinander */
	padding-top: var(--space-medium);
	margin-bottom: var(--space-small);
}

.wp-block-group.map {
	padding-bottom: 0;
} 

.wp-block-group.has-background {
	margin-top: var(--space-large);
	margin-bottom: var(--space-small);
	padding-top: var(--space-medium);
	padding-bottom: var(--space-medium);
}

/* .wp-block-group.alignfull.has-background {
	padding-top: var(--space-small);
} */

.wp-block-group .wp-block-group:first-child {
	margin-top: 0;
}

/* .wp-block-group .wp-block-gallery { */
.wp-block-gallery {
	margin-top: var(--space-medium);
}

/* .wp-block-columns:first-child { */
.wp-block-columns {
	margin-bottom: var(--space-small);
}

.wp-block-group .wp-block-media-text:not(:last-child) {
	margin-bottom: var(--space-small);
}

/* dieses Element hat keinen Abstand */
.wp-block-getwid-accordion {
	margin-bottom: var(--space-small);
}


/*  Blöcke/Elemente */


.wp-block-media-text .wp-block-media-text__content {
    /* padding: 3.4375rem !important; */
    padding: 3.4375rem;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wp-block-media-text.alternativ {
	display: block;
	position: relative;
	overflow: hidden;
	/* margin-bottom: 44px !important; */
}

/* .wp-block-media-text.alternativ {
	margin-bottom: 0;
} */

.wp-block-media-text.alternativ .wp-block-media-text__content {
	padding: 58px 0px 64px 56px;
	margin-left:-84px;
	width: 46.291%;
	background: #F8F9FA;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: initial;
}





.wp-block-media-text.alternativ .wp-block-media-text__media {
	width: 59.478%;
}


.wp-block-columns.gap-large {
	gap: 44px;
}

.wp-block-column .wp-block-media-text.alternativ .wp-block-media-text__content {
    /* padding: 40px 54px 46px 40px !important; */
    padding: 40px 54px 46px 40px !important;
    padding: 40px 54px 0 40px !important;
    width: 69.742%;
    background: #F8F9FA;
    position: relative;
    /* margin: -83px 0px 0px 30.259% !important; */
    margin: -83px 0px 0px auto !important;
	width: 85%;
}

.wp-block-column .wp-block-media-text.alternativ .wp-block-media-text__media {
	width: 100%;
}



/* File Download Link 
--------------------------------------------- */
/* Seite Qualitätsmanagement */
/* .content a:not(.button)[href$=".pdf"]::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M494.479,138.557L364.04,3.018C362.183,1.09,359.621,0,356.945,0h-194.41c-21.757,0-39.458,17.694-39.458,39.442v137.789 H44.29c-16.278,0-29.521,13.239-29.521,29.513v147.744C14.769,370.761,28.012,384,44.29,384h78.787v88.627 c0,21.71,17.701,39.373,39.458,39.373h295.238c21.757,0,39.458-17.653,39.458-39.351V145.385 C497.231,142.839,496.244,140.392,494.479,138.557z M359.385,26.581l107.079,111.265H359.385V26.581z M44.29,364.308 c-5.42,0-9.828-4.405-9.828-9.82V206.744c0-5.415,4.409-9.821,9.828-9.821h265.882c5.42,0,9.828,4.406,9.828,9.821v147.744 c0,5.415-4.409,9.82-9.828,9.82H44.29z M477.538,472.649c0,10.84-8.867,19.659-19.766,19.659H162.535 c-10.899,0-19.766-8.828-19.766-19.68V384h167.403c16.278,0,29.521-13.239,29.521-29.512V206.744 c0-16.274-13.243-29.513-29.521-29.513H142.769V39.442c0-10.891,8.867-19.75,19.766-19.75h177.157v128 c0,5.438,4.409,9.846,9.846,9.846h128V472.649z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M132.481,249.894c-3.269-4.25-7.327-7.01-12.173-8.279c-3.154-0.846-9.923-1.269-20.308-1.269H72.596v84.577h17.077 v-31.904h11.135c7.731,0,13.635-0.404,17.712-1.212c3-0.654,5.952-1.99,8.856-4.01c2.904-2.019,5.298-4.798,7.183-8.336 c1.885-3.538,2.827-7.904,2.827-13.096C137.385,259.634,135.75,254.144,132.481,249.894z M117.856,273.173 c-1.288,1.885-3.067,3.269-5.337,4.154s-6.769,1.327-13.5,1.327h-9.346v-24h8.25c6.154,0,10.25,0.192,12.288,0.577 c2.769,0.5,5.058,1.75,6.865,3.75c1.808,2,2.712,4.539,2.712,7.615C119.789,269.096,119.144,271.288,117.856,273.173z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M219.481,263.452c-1.846-5.404-4.539-9.971-8.077-13.702s-7.789-6.327-12.75-7.789c-3.692-1.077-9.058-1.615-16.096-1.615 h-31.212v84.577h32.135c6.308,0,11.346-0.596,15.115-1.789c5.039-1.615,9.039-3.865,12-6.75c3.923-3.808,6.942-8.788,9.058-14.942 c1.731-5.039,2.596-11.039,2.596-18C222.25,275.519,221.327,268.856,219.481,263.452z M202.865,298.183 c-1.154,3.789-2.644,6.51-4.471,8.163c-1.827,1.654-4.125,2.827-6.894,3.519c-2.115,0.539-5.558,0.808-10.327,0.808h-12.75v0 v-56.019h7.673c6.961,0,11.635,0.269,14.019,0.808c3.192,0.692,5.827,2.019,7.904,3.981c2.077,1.962,3.692,4.692,4.846,8.192 c1.154,3.5,1.731,8.519,1.731,15.058C204.596,289.231,204.019,294.394,202.865,298.183z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon points='294.827,254.654 294.827,240.346 236.846,240.346 236.846,324.923 253.923,324.923 253.923,288.981 289.231,288.981 289.231,274.673 253.923,274.673 253.923,254.654 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.content a:not(.button)[href$=".pdf"]::before {
	content: '';
	background-color: black;
	width: 30px;
	height: 30px;
} */

/* Seite Qualitätsmanagement */
.content a:not(.button)[href$=".pdf"] {
	content: '';
	position: relative;
	left: 30px;
}

.content a:not(.button, .wp-block-file__button)[href$=".pdf"]::before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='18' viewBox='0 0 14 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8684 17.102H2.13179C1.56661 17.1013 1.02478 16.8765 0.625133 16.4768C0.225491 16.0772 0.000675513 15.5354 0 14.9702V2.13179C0.000675513 1.56661 0.225491 1.02478 0.625133 0.625133C1.02478 0.225491 1.56661 0.000675513 2.13179 0H8.51738C8.68651 3.61104e-05 8.8487 0.067209 8.96833 0.18676L13.813 5.03147C13.8724 5.09072 13.9194 5.16108 13.9516 5.23853C13.9837 5.31598 14.0002 5.399 14.0002 5.48284V14.9698C13.9997 15.535 13.7749 16.077 13.3752 16.4767C12.9756 16.8764 12.4337 17.1013 11.8684 17.102V17.102ZM2.13179 1.27627C1.90496 1.27649 1.68749 1.3667 1.52709 1.52709C1.3667 1.68749 1.27649 1.90496 1.27627 2.13179V14.9702C1.27649 15.197 1.3667 15.4145 1.52709 15.5749C1.68749 15.7353 1.90496 15.8255 2.13179 15.8257H11.8684C12.0953 15.8255 12.3127 15.7353 12.4731 15.5749C12.6335 15.4145 12.7237 15.197 12.724 14.9702V5.74703L8.25277 1.27627H2.13179Z' fill='%23124352'/%3E%3Cpath d='M13.3661 6.12098H10.0146C9.44942 6.1203 8.90759 5.89549 8.50795 5.49584C8.1083 5.0962 7.88349 4.55437 7.88281 3.98919V0.638134C7.88281 0.46889 7.95004 0.306578 8.06972 0.186905C8.18939 0.0672317 8.3517 0 8.52095 0C8.69019 0 8.8525 0.0672317 8.97217 0.186905C9.09185 0.306578 9.15908 0.46889 9.15908 0.638134V3.98919C9.1593 4.21602 9.24951 4.43349 9.4099 4.59388C9.5703 4.75428 9.78777 4.84449 10.0146 4.84471H13.3657C13.5349 4.84471 13.6972 4.91194 13.8169 5.03162C13.9366 5.15129 14.0038 5.3136 14.0038 5.48284C14.0038 5.65209 13.9366 5.8144 13.8169 5.93407C13.6972 6.05375 13.5349 6.12098 13.3657 6.12098H13.3661Z' fill='%23124352'/%3E%3Cpath d='M2.4375 9.33212C2.4375 9.1913 2.56513 9.0675 2.76422 9.0675H3.92648C4.66969 9.0675 5.2555 9.41678 5.2555 10.3629V10.391C5.2555 11.3371 4.64714 11.6975 3.8699 11.6975H3.31387V12.9137C3.31387 13.0941 3.09435 13.1839 2.87441 13.1839C2.65447 13.1839 2.4375 13.0941 2.4375 12.9137V9.33212ZM3.316 9.83327V11.0215H3.8733C4.18854 11.0215 4.3804 10.8415 4.3804 10.4586V10.3965C4.3804 10.0136 4.18854 9.83327 3.8733 9.83327H3.316Z' fill='%23124352'/%3E%3Cpath d='M7.02027 9.0675C7.79752 9.0675 8.40587 9.42784 8.40587 10.3965V11.8553C8.40587 12.8236 7.79752 13.1839 7.02027 13.1839H6.02351C5.79293 13.1839 5.64062 13.0601 5.64062 12.9193V9.33212C5.64062 9.1913 5.79293 9.0675 6.02351 9.0675H7.02027ZM6.51912 9.83327V12.4181H7.02027C7.33593 12.4181 7.52737 12.2382 7.52737 11.8553V10.3965C7.52737 10.0136 7.33593 9.83327 7.02027 9.83327H6.51912Z' fill='%23124352'/%3E%3Cpath d='M8.96136 9.33807C8.96136 9.15769 9.1528 9.0675 9.34424 9.0675H11.2982C11.4841 9.0675 11.5632 9.2649 11.5632 9.44485C11.5632 9.65331 11.4675 9.83327 11.2982 9.83327H9.83943V10.7854H10.6903C10.8604 10.7854 10.9549 10.9483 10.9549 11.1287C10.9549 11.2806 10.8762 11.4609 10.6903 11.4609H9.83943V12.9137C9.83943 13.0941 9.61992 13.1839 9.4004 13.1839C9.18088 13.1839 8.96094 13.0941 8.96094 12.9137L8.96136 9.33807Z' fill='%23124352'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
	left: -30px;
    bottom: -5px;
    width: 20px;
    height: 30px;
}

.content .wp-block-file a.wp-block-file__button {
	font-family: 'Flama', sans-serif;
	font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.64;
	color: #124352;
	position: static;
	padding: 0 0 0 2rem;
	border: none;
}





/* Icons / Iconlist
--------------------------------------------- */
@media only screen and (min-width: 782px) {
	
	/* im frontend.css
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column>*:not(.size-large):not(.wp-block-group), */
	.site-inner .iconlist .wp-block-columns.alignwide > .wp-block-column:not(.small-border-padding) > *:not(.size-large, .wp-block-group),
    /* damit icons und text gleich ausgerichtet sind */
    .site-inner .iconlist .wp-block-columns.alignwide > .wp-block-column > *:not(.size-large, .wp-block-group),
    .iconlist >.wp-block-column>*:not(.size-large):not(.wp-block-group),
    .iconlist .wp-block-column > *,
    /* nur icons, nicht die Bilder vom team */
    .iconlist .wp-block-group figure {
        padding:  0rem 3.4375rem !important;
    }
}

/* Bild mittig zentrieren
--------------------------------------------- */

.items-center {
	display: flex;
	align-items: center;
}

/* Bild und Text Block/Spalte   Image and Text container
--------------------------------------------- */
/* viel Text */
@media screen and (min-width: 600px) {
	.img-text-margin-bottom-large.wp-block-columns, 
	.img-text-margin-bottom-large {
		margin-bottom: 6rem;
	}
}

/* Site Container
--------------------------------------------- */
.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}



/* Bild
--------------------------------------------- */

/* fix Q1 2024 */
.wp-block-image {
	margin: 0 0 1em;
}

/* Galerie
--------------------------------------------- */
figure.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0rem !important;
}

figure.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
	margin: 0rem !important;
}

body figure.wp-block-gallery.has-nested-images figure.wp-block-image img, 
body figure.wp-block-gallery.has-nested-images figure.wp-block-image {
	max-width: 71.125rem !important;
	/* notwendig für safari bilder */
	max-height: 100%;
	max-width: 100% !important;
}

/* body figure.wp-block-gallery.has-nested-images figure.wp-block-image:nth-child(2) {
	margin-top: auto !important;
	margin-bottom: initial !important;
}

body figure.wp-block-gallery.has-nested-images figure.wp-block-image:nth-child(3) {
	margin-top: auto !important;
	margin-bottom: initial !important;
} */

body figure.wp-block-gallery.has-nested-images {
	align-items: flex-end !important;
	justify-content: center !important;
	gap: 1rem;
}

figure.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image.bottom:not(#individual-image) img {
	margin-bottom: 43px !important;
}

/* neu Q1 2024 
.size-large allen Bildern geben und in Spalten statt Galerie
.bottom class
*/
.wp-block-columns.alignwide  .wp-block-column.is-vertically-aligned-bottom  figure.wp-block-image.bottom:not(#individual-image) img {
	margin-bottom: 43px !important;
}

/* zusätzlich */
.entry-content > .alignwide.wp-block-columns.is-layout-flex:not(.team) {
	gap: 0;
}

.wp-block-file:not(.wp-element-button) {
	font-size: inherit;
}

/* ende Q1 2024 */


figure.border {
	border: 1px solid #E5E5E5;
}

/* Team
--------------------------------------------- */

.team h2, 
.team h3, 
.team h4, 
.team p, 
.team a, 
.team img, 
.team figure {
	padding-top: 0rem;
	padding-bottom: 0rem;
	margin-top: 0rem;
	margin-bottom: 0rem;
}  

.team figure {
	margin-bottom: 0.625rem;
}  

/* Slider
--------------------------------------------- */
button.slick-next, button.slick-prev {
    height: 46px;
    width: 46px;
	background: transparent !important;
	border-radius: 46px;
	right: 0rem !important;
	transition: all ease-in 250ms;
}

button.slick-prev {
	left:0px !important;
	right: initial !important;
}

button.slick-next:hover, button.slick-prev:hover {
	background: #DEE5E7  !important;
}

.slick-next:before, .slick-prev:before {
	content: "" !important;
	display: block;
	height: 46px;
    width: 46px;
    min-height: 46px;
    min-width: 46px;
    margin: 0rem !important;
	top: initial !important;
	bottom: initial !important;
    /* margin-top: -1.4375rem !important; */
	background-color: transparent !important;
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5377 16.0303L14.2945 23M14.2945 23L20.5377 29.9697M14.2945 23L31.7187 23' stroke='%23A0B4BA' stroke-width='1.39394'/%3E%3Crect x='45.303' y='0.69697' width='44.6061' height='44.6061' rx='22.303' transform='rotate(90 45.303 0.69697)' stroke='%23A0B4BA' stroke-width='1.39394'/%3E%3C/svg%3E%0A") !important;

}

button.slick-next:before {
	transform: rotate(180deg);
}

div.wp-block-getwid-post-carousel.has-slides-gap-huge .slick-list, div.wp-block-getwid-images-slider.has-slides-gap-huge .slick-list {
	margin: 0 3.75rem;
}

/* logos im slider transparent */
.wp-block-getwid-images-slider.has-fitted-images .slick-list.draggable figure {
	background-color: rgba(18, 67, 82, 0.03);
}

.wp-block-getwid-images-slider.has-fitted-images .slick-list.draggable figure img {
	mix-blend-mode: darken;
	background-color: var(--white);
}


/* button ausgefüllt */
a.button.full {
	color: var(--white) !important;
    background-color: var(--primary-orange) !important;
}

a.button.full:hover {
	background-color: #ffa031 !important;
}

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

	/* Logo vergrössert darstellen, es wird aber abgeschnitten */
	/* .wp-block-getwid-images-slider.has-images-center .slick-track {
		width: fit-content !important;
	}

	.wp-block-getwid-images-slider__item {
		width: 140px !important;
		height: 84px !important;
	} */
}

@media screen and (min-width: 768px) {
	/* rechts ausrichten */
	.footer-widget-area a.button {
		display: flex !important;
		width: fit-content;
		margin-left: auto;
	}
}

/* Accordion
--------------------------------------------- */
.accordion,
div.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
	border: 0rem !important;
	padding: 0rem;
}

.accordion__summary{
	margin: 0;
    padding: .5em .75em;
    border: 0;
    width: 100%;
    display: block;
	height: fit-content;
} 

.accordion__summary, 
div.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
	padding: 34px 0rem;
}

.accordion__summary,
.wp-block-getwid-accordion, 
div.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
	position: relative;
}

.wp-block-getwid-accordion:after, 
div.wp-block-getwid-accordion .wp-block-getwid-accordion__header:after {
	content: "";
	position: relative;
	background-color: rgba(18, 67, 82, 0.16);
	display: block;
	position: absolute;
	width: initial;
	height: 1px;
	left: -1.25rem;
	right: -1.25rem;
	top: 0rem;
}

.wp-block-getwid-accordion:after {
	top: initial;
	bottom: 0rem;
}

.accordion__title,
div.wp-block-getwid-accordion .wp-block-getwid-accordion__header a {
	font-size: 27px;
	line-height: 145%;
	/* or 39px */
	
	letter-spacing: -0.01em;
	
	/* Textfarben/Copy */
	
	color: #124352;
}

.accordion__content,
div.wp-block-getwid-accordion__content {
	padding: 0rem 0rem 3rem 0rem;
	border: 0rem;
}

.wp-block-getwid-accordion__icon,
.wp-block-getwid-accordion__icon i {
	display: none !important;
}

div.wp-block-getwid-accordion .wp-block-getwid-accordion__header a:hover {
	color: var(--primary-orange) !important;
}

.wp-block-getwid-accordion__icon.is-active {
	display: block !important;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background-color: transparent;
	border-radius: 1.5rem;
	background-size: 1.25rem 0.625rem;
	transform: rotateX(180deg);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 250ms ease-in-out;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 8.5L10 1.5L0.999998 8.5' stroke='%23A0B4BA' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-active {
	display: block !important;
	transform: rotateX(0deg);
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0rem 1.875rem 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 1.25rem;
}

.alignright .avatar {
	margin-left: 1.25rem;
}

.comment .avatar {
	margin: 0 0.9375rem 1.25rem 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 2.5rem;
}

.after-entry {
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.05);
	padding: 1.25rem 1.875rem;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 1rem;
	margin-bottom: 2.5rem;
	padding-bottom: 0.625rem;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 2.5rem;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 2.5rem;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 0.625rem;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

/*

wofür wird das gebraucht???


.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.625rem;
}


.entry-title {
	font-size: 1.875rem;
	margin-bottom: 0.625rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #124352;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: var(--primary-orange);
}

.widget-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 1.25rem;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

*/

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 1.875rem;
}

img.alignnone,
.alignnone {
	margin-bottom: 0.9375rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 1.25rem 1.25rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 1.25rem 1.25rem;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 0.875rem;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 1.875rem;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 2.5rem;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 0.625rem;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 1.25rem;
	text-indent: -1.25rem;
}

.widget li li {
	border: 0;
	margin: 0 0 0 1.875rem;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 1.25rem;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 1rem;
	margin-bottom: 0.3125rem;
	margin-top: 0.625rem;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 0.625rem;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 1.875rem;
}

.enews-widget input {
	font-size: 1rem;
	margin-bottom: 0.625rem;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 1.25rem;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #124352;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: var(--primary-orange);
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 2.5rem;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 1.25rem 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 0.9375rem;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 0.875rem;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 0.9375rem;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 11.25rem;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus 
 -- but not when scrolled to #id */
/* :focus {
	color: #124352;
	outline: #ccc solid 1px;
} */


/* Site Header (header.site-header ist die Navigation)
---------------------------------------------------------------------------- */

.site-header {
	background: linear-gradient(0deg, rgba(18, 67, 82, 0.03), rgba(18, 67, 82, 0.03)), #FFFFFF;
}

.site-header > .wrap {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	max-width: 1752px;
	margin: 0 auto;
	border-bottom: 1px solid #E2E2E2;
}

.site-header > .wrap:before,
.site-header > .wrap:after {
	content: initial !important;
}

.entry-header, .site-header {
	padding: 0 1.875rem;
}


/* Entry Header (hero)
---------------------------------------------------------------------------- */

.entry-header > .wrap {
	position: relative;
	max-width: 1752px;
	margin: 0 auto;
}

.entry-header > .wrap .hero-title {
	padding: 80px;
	/* neu, rechne die -2rem von navigation dazu */
	padding-top: calc(130px + 2rem);
	/* abstand zu "scroll to" button */
	margin-right: 55px;
}

.has-hero .entry-header > .wrap .hero-title {
	padding: 80px;
	max-width: 111.25rem;
	position: absolute;
	bottom: 0rem;
	left: 0rem;
}

.has-hero .entry-header .wrap::before {
	content: "";
	background: linear-gradient(250.01deg, rgba(18, 67, 82, 0) 19.31%, rgba(18, 67, 82, 0.6) 100%);
	display: block;
	position: absolute;
	left: 0rem;
	right: 0rem;
	top: 0rem;
	bottom: 0rem;
}

.has-hero .entry-header > .wrap .hero-title h1, 
.has-hero .entry-header > .wrap .hero-title h2 {
	color: var(--white);
}

.entry-header > .wrap h2 {
	padding-top: 0rem;
}

.entry-header .scroll-button--wrapper {
    position: relative;
}

.entry-header .scroll-button--wrapper .scroll-button {
    position: absolute;
    bottom: 4rem;
    right: 4rem;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.wp-custom-logo .title-area {
	padding-bottom: 0rem !important;
	padding-top: 0rem !important;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
	width: 140px;
}

.site-title {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #124352;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


@media screen and (min-width: 1200px) {

	/* Site Navigation
	---------------------------------------------------------------------------- */

	.genesis-nav-menu {
		clear: both;
		line-height: 1;
		width: 100%;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: static;
	}

	.genesis-nav-menu a {
		font-weight: 400;
		display: block;
		font-size: 0.9375rem;
		line-height: 1.59;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		text-decoration: none;
		color: #124352;
		padding: 1.875rem 0rem 1.8125rem 0rem;
		margin: 0rem 27px;
	}

	.menu-primary > li > a {
		position: relative;
	}

	.menu-primary > li > a::before {
		content: "";
		display: block;
		position: absolute;
		bottom: -1px;
		left: 0rem;
		height: 0.3125rem;
		width: 100%;
		background-color: transparent;
	}

	.menu-primary li:hover > a,
	.menu-primary a:hover {
		color: #124352 !important;
	}

	.menu-primary > li:hover > a::before, 
	.menu-primary > li.sfHover > a::before {
		background-color: #A0B4BA;
	}

	.menu-primary > li.current_page_item > a::before,
	.menu-primary > li.current-menu-ancestor > a::before,
	.menu-primary > li.current-menu-parent > a::before,
	.menu-primary > li.current_page_ancestor > a::before,
	.menu-primary > li.current_page_parent > a::before,
	.menu-primary > li.current-menu-item > a::before {
		background-color: #124352;;
	}

	.genesis-nav-menu a:focus,
	.genesis-nav-menu a:hover,
	.genesis-nav-menu .current-menu-item > a,
	.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
	.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		color: #124352;
		text-decoration: none;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	.menu-primary > li.menu-item-has-children > a {	
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: row;

	}

	.menu-primary > li.menu-item-has-children > a::after {
		content: "";
		display: inline-block;
		background-image: url(/wp-content/themes/genesis-schmucki/images/nav-arrow.svg);
		width: 0.75rem;
		height: 0.75rem;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		margin-left: 7px;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding-left: 0.9375rem;
		position: static;
		z-index: 99;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: var(--white);
		font-size: 0.875rem;
		position: static;
		word-wrap: break-word;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		display: block;
		left: auto;
		opacity: 1;
	}
}
	/* Responsive Menu
	--------------------------------------------- */

	.menu .menu-item:focus {
		position: static;
	}

	.menu .menu-item > a:focus + ul.sub-menu,
	.menu .menu-item.sfHover > ul.sub-menu {
		left: auto;
		opacity: 1;
	}

	.js .nav-primary {
		display: none;
		position: static;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
		display: none;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: transparent;
		border-width: 0;
		color: #124352;
		display: block !important;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		border-width: 0;
		color: var(--primary-orange);
	}

	.menu-toggle {
		float: right;
		line-height: 1.25rem;
		margin-bottom: 0.625rem;
		margin-top: 0.625rem;
		padding: 0.9375rem 0;
		position: relative;
		z-index: 1000;
	}

	.menu-toggle.activated::before {
		content: "\f335";
	}

	.site-header .dashicons-before::before {
		transition: none;
	}

	.site-header .menu-toggle::before {
		float: left;
		margin-right: 0.3125rem;
		position: relative;
		text-rendering: auto;
		top: 1px;
	}

	.sub-menu-toggle {
		float: right;
		padding: 9px 0.625rem;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 0.75rem 0.625rem;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}



	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: left;
		width: 100%;
	}



/* Call to Action Banner / Block
--------------------------------------------- */

/* cta-banner ist der call to action mit Bild */
.cta-banner .wp-block-buttons {
	flex-flow: column;
}

/* nur text und buttons, kein Bild */
.entry-content .cta-text-buttons .wp-block-button__link:hover,
.entry-content .cta-text-buttons a.wp-block-button__link:hover {
	color: #124352 !important;
	opacity: 70%;
	transition: none;
	/* transition: all 0.2s ease-in-out; */
}

.entry-content .cta-text-buttons .wp-block-button.mail a.wp-block-button__link:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' x='0px' y='0px' width='16px' height='12px' viewBox='0 0 16 12' style='enable-background:new 0 0 16 12;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23124352;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0.25,12h15.5V1.628c0-0.432-0.185-0.839-0.52-1.147C14.897,0.176,14.434,0,13.961,0H2.038 C1.565,0,1.102,0.176,0.769,0.481C0.434,0.788,0.25,1.195,0.25,1.628V12z M14.159,10.566H1.839V3.619l3.805,3.488 c0.311,0.286,0.674,0.508,1.079,0.661c0.81,0.307,1.742,0.307,2.552,0c0.404-0.154,0.767-0.376,1.079-0.661l3.804-3.488V10.566z M14.314,1.433L9.221,6.102C8.887,6.394,8.455,6.554,8,6.554S7.112,6.394,6.781,6.106L1.686,1.433H14.314z'/%3E%3C/svg%3E");
	opacity: 70%;
	transition: none;
	/* transition: all 0.2s ease-in-out; */
}

.entry-content .cta-text-buttons .wp-block-button.phone a.wp-block-button__link:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' x='0px' y='0px' width='15.5px' height='14.5px' viewBox='0 0 15.5 14.5' style='enable-background:new 0 0 15.5 14.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23124352;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,4.714c0,2.05,1.299,4.49,3.475,6.527c2.18,2.04,4.792,3.259,6.989,3.259c0.011,0,0.022,0,0.031,0 c0.505,0,0.996-0.09,1.461-0.268c0.476-0.182,0.901-0.445,1.263-0.784l2.281-2.136l-4.149-3.885L9.406,9.252L9.285,9.199 c-1.582-0.688-2.855-1.885-3.586-3.37L5.634,5.696l0.107-0.102l1.827-1.71L3.418,0l-2.3,2.153c-0.361,0.34-0.642,0.735-0.834,1.177 S-0.004,4.238,0,4.714z M1.771,3.892c0.113-0.263,0.278-0.498,0.49-0.699l1.158-1.085l1.899,1.777L3.746,5.356l0.192,0.446 c0.456,1.143,1.182,2.196,2.1,3.053c0.928,0.868,2.022,1.526,3.25,1.956l0.018,0.006l0.493,0.175l1.556-1.456l0.137,0.125 l1.763,1.651l-1.179,1.101c-0.214,0.198-0.463,0.35-0.742,0.456c-0.268,0.101-0.549,0.153-0.835,0.153 c-0.011,0-0.022,0-0.032-0.001l-0.101-0.001c-1.64-0.042-3.78-1.076-5.617-2.722c-1.968-1.763-3.143-3.85-3.143-5.581 C1.602,4.434,1.658,4.156,1.771,3.892z'/%3E%3Cpolygon class='st0' points='1.706,4.716 1.706,4.716 1.706,4.716 '/%3E%3C/g%3E%3C/svg%3E");
	opacity: 70%;
	transition: none;
	/* transition: all 0.2s ease-in-out; */
}
	

/* Footer Menu
--------------------------------------------- */

footer:not(.footer-grid--container) * > .wrap > *:first-child,
footer:not(.footer-grid--container) *:not(.nav-secondary) > .wrap > *:first-child,
footer *:not(.nav-secondary) > .wrap > *:first-child {
	margin-right: auto;
}

footer:not(.footer-grid--container) *:not(.nav-secondary) > .wrap > *:last-child,
footer *:not(.nav-secondary) > .wrap > *:last-child {
	margin-left: auto;
}


.nav-secondary {
	margin-top: 0rem;
}

.footer-claim, 
.nav-secondary a,
.nav-secondary a span {
	font-style: normal;
	font-weight: 500;
	font-size: 0.9375rem !important;
	line-height: 164%;
	/* identical to box height, or 1.5625rem */
	text-align: right;
	/* Neutral / Weiss */
	color: var(--white);
}
 
.nav-secondary a,
.nav-secondary a span {
	margin: 0rem !important;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	/* opacity: 0.5; */
	color: #88A1A8;
}

.nav-secondary a {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
	padding: 0;
}

.nav-secondary a span:last-child {
	padding-right: 0;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 0rem !important;
}



/* Liste 
--------- */

.entry-content ol,
.entry-content ul {
	margin: 0rem;
	padding: 0rem;
	margin-bottom: 2.5rem;
}

.entry-content li {
	list-style: none !important;
	display: flex;
	margin: 0rem 0rem 1.25rem 0rem;
	padding: 0rem;
	gap: 21px;
	justify-content: flex-start;
	align-items: flex-start;
}

.entry-content li:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 1rem;
	min-width: 1rem;
	top: 0.9375rem;
	height: 2px;
	background-color: #C4C4C4;
}


.entry-content ul.check,
.entry-content ul.check li {
	list-style: none;
	margin: 0rem;
	padding: 0rem;
	display: flex;
	flex-wrap: wrap;
}

.entry-content ul.check {
	gap: 1rem 56px;
	margin: 0rem 0rem 2.5rem 0rem;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}

.entry-content ul.check li {
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	min-width: 34%;
	gap: 0.75rem;
	/* minus gap 56px/2 = 28px */
	flex-basis: calc(50% - 28px);
}

.entry-content ul.check li:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 1.4375rem;
	height: 1.4375rem;
	min-width: 1.4375rem;
	top: 0rem;
	min-height: 1.4375rem;
	background-size: 1.4375rem 1.4375rem;
	background-position: center center;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9531 8.04999L11.1895 13.8L8.05313 11.4042' stroke='%23A0B4BA' stroke-width='2'/%3E%3Ccircle cx='11.5' cy='11.5' r='10.5' stroke='%23A0B4BA' stroke-width='2'/%3E%3C/svg%3E%0A");
}

/* wenn im li mehr als ein Element ist */
.entry-content ul > li {
	flex-wrap: wrap;
}


/* ".check" list but in two columns */

.entry-content .check-ordered-wrapper > div {
	flex-basis: auto !important;
}

.entry-content ul.check-ordered li:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 1.4375rem;
	height: 1.4375rem;
	min-width: 1.4375rem;
	top: 0rem;
	min-height: 1.4375rem;
	background-size: 1.4375rem 1.4375rem;
	background-position: center center;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9531 8.04999L11.1895 13.8L8.05313 11.4042' stroke='%23A0B4BA' stroke-width='2'/%3E%3Ccircle cx='11.5' cy='11.5' r='10.5' stroke='%23A0B4BA' stroke-width='2'/%3E%3C/svg%3E%0A");
}



/* Abstand vorher */
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column>*:not(.size-large):not(.wp-block-group).check-ordered {
	padding: 0 !important;
}

/* Abstand neu Q1 2024 */
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column>*:not(.size-large):not(.wp-block-group).check-ordered {
	margin-bottom: 0;
}

.check-ordered-wrapper.wp-block-columns.is-layout-flex {
	row-gap: 0;	
}



.entry-content ul.check-ordered {
	gap: 1rem 56px;
	margin: 0rem 0rem 2.5rem 0rem;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}

.entry-content ul.check-ordered li {
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	min-width: 34%;
	gap: 0.75rem;
	display: block;
    padding-left: 2rem;
	position: relative;
}
.entry-content ul.check-ordered li::before {
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0;
}

/* 

.entry-content ul.check-ordered li {
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	min-width: 34%;
	gap: 0.75rem;
}
.entry-content ul.check-ordered li::before {
	position: static;
	margin-bottom: auto;
	margin-top: 0.2rem;
} */



/* check in two columns end  */
.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 1.875rem;
}

/* Kontaktseite Adresse und Buttons 
--------------------------------------------- */

@media screen and (min-width: 782px) {
	.content .contact-infos.wp-block-columns {
		gap: 5rem;
	}
}

.content .contact-infos .wp-block-column,
.content .contact-infos.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style^=flex])
{
	max-width: none;
    width: fit-content;
    flex-basis: unset;
	flex-grow: unset;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 1rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 1.25rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 1.25rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 3.75rem 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #124352;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 0.5rem 0.75rem;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #124352;
	color: var(--white);
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 2.5rem;
}

.comment-list li {
	padding: 2.5rem 0 0 1.875rem;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 1.875rem;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 0.75rem;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 0.625rem;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 1rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 2.5rem;
}

.sidebar p {
	margin-bottom: 1.25rem;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: var(--white);
	clear: both;
	padding: 3.75rem 0;
}

footer *:not(.nav-secondary) > .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1194px;
	margin-left: auto;
	margin-right: auto;
}

footer *:not(.nav-secondary) > .wrap > * {
	display: block;
	margin-bottom: 2.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

/* social widget */
.footer_social {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 2.5rem;
}

.footer_social a {
	width: 1.25rem;
    height: 22px;
	color: transparent !important;
	text-indent: -99999999px;
	margin:0px;
	overflow: hidden;
	padding: 0rem;
}

.footer_social a::before {
	content: "";
	opacity: 0.4;
	display: block;
	width: 1.25rem;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 1.5rem;
	opacity: 0.4;
	transition: all 250ms ease-in;
}

.footer_social a:hover::before,
.footer_social a:focus::before {
	opacity: 1;
}

.footer_social a.linkedin:before {
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.84 6.74H1.2V17H4.84V6.74ZM3.02 0.759999C1.9 0.759999 0.98 1.68 0.98 2.8C0.98 3.92 1.9 4.84 3.02 4.84C4.14 4.84 5.06 3.92 5.06 2.8C5.06 1.68 4.14 0.759999 3.02 0.759999ZM10.8752 6.74H7.23516V17H10.8752V11.68C10.8752 10.4 11.2952 9.3 12.7752 9.3C14.5752 9.3 14.4152 11.02 14.4152 12V17H18.0552V10.66C18.0552 8.14 16.9552 6.4 14.1952 6.4C12.7752 6.4 11.7552 6.82 10.9152 8.06H10.8752V6.74Z' fill='white'/%3E%3C/svg%3E%0A");
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

/* Footer Grid
---------------------------------------------------------------------------- */

.footer-grid {
	max-width: 1194px;
    margin-left: auto;
    margin-right: auto;
}

.footer-grid > * {
	display: block;
	margin-bottom: 2.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

footer.footer-grid--container .footer-grid {
	display: grid;
	justify-content: normal;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas: 	"g-contact-address g-contact-address g-links g-cta";
}

.footer-grid .g-contact-address {
	grid-area: g-contact-address;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.footer-grid .g-contact-address > * {
	width: calc(50% - 1rem);
}

.footer-grid .g-contact-address > .footer_social {
	width: 100%;
}

.footer-grid .g-links {
	grid-area: g-links;
}

.footer-grid .g-cta {
	grid-area: g-cta;
	margin-left: auto;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background: #124352;
	padding: 9rem  0rem 3.125rem  0rem;
	font-style: normal;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 164%;
	/* identical to box height, or 33px */
	text-align: left;
	/* Neutral / Weiss */
	text-transform: initial;
	color: var(--white);
}

.site-footer p, .site-footer a, .site-footer span,
.site-footer h2, .site-footer h3, .site-footer h4, .site-footer strong {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 164%;
	/* identical to box height, or 33px */
	text-align: left;
	text-transform: initial;
	/* Neutral / Weiss */
	text-decoration: none;
	color: var(--white);
}

.site-footer a:not(.button):hover,
.site-footer a:not(.button):focus,
.site-footer a:not(.button):hover span,
.site-footer a:not(.button):focus span,
.site-footer a:not(.button):hover p,
.site-footer a:not(.button):focus p,
.site-footer a:not(.button):hover strong,
.site-footer a:not(.button):focus strong,
.site-footer a:not(.button):hover *,
.site-footer a:not(.button):focus * {
	text-decoration: none;
	color: var(--primary-orange);
}

.entry-footer > * {
	margin-top: 8.625rem;
}

.entry-footer > *:first-child {
	margin-top: 0rem;
}



.footer-claim {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer-claim:before {
	content: "";
	display: inline-block;
	width: 1.875rem;
	height: 1.875rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.875rem;
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='7.5' stroke='white'/%3E%3Cpath d='M13.3984 7.89746H16.6004V6.89746H13.3984V7.89746ZM12.8984 11.3992V8.39746H11.8984V11.3992H12.8984ZM8.39844 12.8992H11.3984V11.8992H8.39844V12.8992ZM7.89844 16.6012V13.3992H6.89844V16.6012H7.89844ZM11.3984 17.1012H8.39844V18.1012H11.3984V17.1012ZM12.8984 21.6028V18.6012H11.8984V21.6028H12.8984ZM16.6004 22.1028H13.3984V23.1028H16.6004V22.1028ZM17.1004 18.6012V21.6028H18.1004V18.6012H17.1004ZM21.6036 17.1012H18.6004V18.1012H21.6036V17.1012ZM22.1036 13.3992V16.6012H23.1036V13.3992H22.1036ZM18.6004 12.8992H21.6036V11.8992H18.6004V12.8992ZM17.1004 8.39746V11.3992H18.1004V8.39746H17.1004ZM18.6004 11.8992C18.3243 11.8992 18.1004 11.6753 18.1004 11.3992H17.1004C17.1004 12.2276 17.772 12.8992 18.6004 12.8992V11.8992ZM23.1036 13.3992C23.1036 12.5707 22.432 11.8992 21.6036 11.8992V12.8992C21.8797 12.8992 22.1036 13.123 22.1036 13.3992H23.1036ZM21.6036 18.1012C22.432 18.1012 23.1036 17.4296 23.1036 16.6012H22.1036C22.1036 16.8773 21.8797 17.1012 21.6036 17.1012V18.1012ZM18.1004 18.6012C18.1004 18.325 18.3243 18.1012 18.6004 18.1012V17.1012C17.772 17.1012 17.1004 17.7728 17.1004 18.6012H18.1004ZM16.6004 23.1028C17.4289 23.1028 18.1004 22.4312 18.1004 21.6028H17.1004C17.1004 21.8789 16.8766 22.1028 16.6004 22.1028V23.1028ZM11.8984 21.6028C11.8984 22.4312 12.57 23.1028 13.3984 23.1028V22.1028C13.1223 22.1028 12.8984 21.8789 12.8984 21.6028H11.8984ZM11.3984 18.1012C11.6746 18.1012 11.8984 18.325 11.8984 18.6012H12.8984C12.8984 17.7728 12.2269 17.1012 11.3984 17.1012V18.1012ZM6.89844 16.6012C6.89844 17.4296 7.57001 18.1012 8.39844 18.1012V17.1012C8.1223 17.1012 7.89844 16.8773 7.89844 16.6012H6.89844ZM8.39844 11.8992C7.57001 11.8992 6.89844 12.5707 6.89844 13.3992H7.89844C7.89844 13.123 8.1223 12.8992 8.39844 12.8992V11.8992ZM11.8984 11.3992C11.8984 11.6753 11.6746 11.8992 11.3984 11.8992V12.8992C12.2269 12.8992 12.8984 12.2276 12.8984 11.3992H11.8984ZM16.6004 7.89746C16.8766 7.89746 17.1004 8.12132 17.1004 8.39746H18.1004C18.1004 7.56903 17.4289 6.89746 16.6004 6.89746V7.89746ZM13.3984 6.89746C12.57 6.89746 11.8984 7.56903 11.8984 8.39746H12.8984C12.8984 8.12132 13.1223 7.89746 13.3984 7.89746V6.89746Z' fill='white'/%3E%3C/svg%3E%0A");
} 



  /* Media Query
---------------------------------------------------------------------------- */
/* located in media.css */



/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #124352 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


/* Custom SChmucki Nav */
#genesis-mobile-nav-primary {
	display: none !important;
}

@media only screen and (min-width: 1201px) {
	nav.nav-primary {
		position: relative;
	}
	.js-site_nav__icon.hidden-xs {
		display: none;
	}
	#menu-header-menu {
		display: block;
	}
	
  }
  
  @media only screen and (max-width: 1200px) {
	
	.hidden-xs.button.schm_nav_button {
		display: none !important;
	}

	.site-header>.wrap {
		display: flex;
	}
  
	.search-item, .attachment-nav-image.size-nav-image, .menu-description {
		display: none;
	}

	.mm-panels>.mm-panel>.mm-listview {
		margin-top: -20px !important;
	}
  
	.site-header {
		height: 80px;
	}
	.path {
		fill: white;
	}
	.js-site_nav__icon.hidden-xs {
		height: 60px;
	}
	.js-site_nav__icon.hidden-xs .site_nav_sys_button.site_nav__icon {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	.js-site_nav__icon.hidden-xs .site_nav_sys_button.site_nav__icon::after {
		content: "";
		background-position: center center;
		width: 40px;
		height: 40px;
		position: relative;
		display: inline-block;
		background-repeat: no-repeat;
		/* background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23124352;%7D%0A%3C/style%3E%3Cg id='Burger_Menu'%3E%3Cpath class='st0' d='M51,19H9c-1.7,0-3-1.3-3-3s1.3-3,3-3h42c1.7,0,3,1.3,3,3S52.7,19,51,19z'/%3E%3Cpath class='st0' d='M51,33H9c-1.7,0-3-1.3-3-3s1.3-3,3-3h42c1.7,0,3,1.3,3,3S52.7,33,51,33z'/%3E%3Cpath class='st0' d='M51,47H9c-1.7,0-3-1.3-3-3s1.3-3,3-3h42c1.7,0,3,1.3,3,3S52.7,47,51,47z'/%3E%3C/g%3E%3C/svg%3E%0A"); */
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='60px' height='60px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23124352;%7D%0A%3C/style%3E%3Crect x='6' y='16.5' class='st0' width='48' height='1'/%3E%3Crect x='6' y='29.5' class='st0' width='48' height='1'/%3E%3Crect x='6' y='42.5' class='st0' width='48' height='1'/%3E%3C/svg%3E");
	}
	.wp-custom-logo .title-area {
		margin-left: 0;
	}
	#genesis-nav-primary {
		display: none;
	}
	.admin-bar .site-header {
		top: initial;
	}


	/* Mobile Navigation */
	.mm-menu .mm-navbars_bottom {
		display: inline-flex !important;
		flex-direction: row !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 0.625rem !important;
		border: 1.5px solid var(--primary-orange) !important;
		border-radius: 3.125rem !important;
		font-style: normal !important;
		font-weight: 400 !important;
		font-size: 0.75rem !important;
		line-height: 148% !important;
		text-align: center !important;
		text-decoration: none;
		text-transform: uppercase !important;
		padding: 0.8125rem 1.5625rem 0.875rem !important;
		font-size: 15px !important;
		letter-spacing: 0.06em !important;
		/* color: var(--primary-orange) !important; */
		color: var(--primary-orange) !important;
		background-color: transparent !important;
		margin: 20px auto;
		width: fit-content;
	}
	
	.mm-menu .mm-navbars_bottom a {
		color: var(--primary-orange) !important;
	}
	
	.mm-menu .mm-navbars_bottom:hover {
		background-color: var(--primary-orange) !important;
	}

	.mm-menu .mm-navbars_bottom .mm-navbar,
	.mm-menu .mm-navbars_bottom a {
		background: transparent;
	}
	
	.mm-menu .mm-navbars_bottom:hover a {
		color: var(--white) !important;
	}

	/* aktive Seite */
	.mm-menu .menu-item.current_page_parent,
	.mm-menu a.mm-listitem__text[aria-current="page"] {
		color: var(--lightblue);
	}
	/* pfeil von parent blau wenn child aktiv */
	.mm-menu .menu-item.current_page_parent .mm-btn_next::after {
		border-color: var(--lightblue);
	}


  }

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

  }

#wpadminbar #adminbarsearch .adminbar-button {
display: none !important;
}

/* ----------- Cookie message ----------- */
.moove-gdpr-cookie-notice p,
.moove-gdpr-cookie-notice span {
  color: var(--color-font);
}

.moove-gdpr-button-holder button.mgbutton {
	border-radius: 3.125rem !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title {
  font-size: 2.4rem !important;
  line-height: 1.15 !important;
  left: 0.05rem !important;
  font-weight: bold !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
  font-size: 1.5rem !important;
  line-height: 1.33 !important;
  margin-bottom: 1.3rem !important;
  font-weight: bold !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
  font-size: 1rem !important;
  font-size: clamp(17px, 1rem, 1rem) !important;
  line-height: 1.58 !important;
}

.moove-gdpr-company-logo-holder,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before,
.moove-gdpr-branding-cnt {
  display: none !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
  height: 90px;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content {
  -webkit-box-shadow: 0 -6px 29px -10px #00000021 !important;
  box-shadow: 0 -6px 29px -10px #00000021 !important;
}

.moove-gdpr-tab-main+.moove-gdpr-tab-main {
  margin-top: 20px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .main-modal-content {
  max-height: 60vh !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
  padding-right: 50px;
}

.moove-gdpr-company-logo-holder,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before,
.moove-gdpr-branding-cnt {
  display: none !important;
}

.accordion__item:hover .accordion__title {
	color: var(--primary-orange) !important;
	font-weight: 400;
}

.accordion-button.button--secondary, .accordion__content{
	margin-left: 0;
}

.accordion__content_wrapper{
	transform: translateY(0rem);
}

.accordion__content_wrapper_toggle{
	width: 100%;
    margin-left: 0;
}

.accordion .accordion__item .accordion__summary::after {
    content: "";
    position: relative;
    background-color: rgba(18, 67, 82, 0.16);
    display: block;
    position: absolute;
    width: initial;
    height: 1px;
    left: -1.25rem;
    right: -1.25rem;
    top: 0rem;
}

.accordion__item {
    border-bottom: 0px solid rgba(18, 67, 82, 0.16);
    color: #3b3b36;
    margin: 0;
    padding: 0;
}

/* .accordion__item:last-child {
    border-bottom: 1px solid rgba(18, 67, 82, 0.16);
   } */

   .accordion-button {
	margin: 0rem 0rem 3rem 0rem;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.accordion-button:hover {
	color: var(--white) !important;
    background-color: #124352 !important;
}

.wp-block-group:has(.accordion) {
    border-bottom: 1px solid rgba(18, 67, 82, 0.16);
}

.accordion.variant-right .repeater-headline.accordion__button{
	display:flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 1.25rem 1.25rem 1.25rem 0;
}

.accordion.variant-left .repeater-headline.accordion__button{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.25rem 1.25rem 1.25rem 0;
}

.accordion.variant-left .accordion__title{
	margin-left: auto;
	max-width: 90%;
}

.accordion__summary .accordion__button_svg.close,
.accordion__summary .accordion__button_svg.open{
	width: 1.5rem;
}

.accordion__summary .accordion__button_svg.close{
	transform: rotate(180deg);
}

.accordion__content_wrapper {
    height: 0; /* Setzt die Höhe auf 0 für ein geschlossenes Akkordeon */
    overflow: hidden; /* Verhindert, dass der Inhalt sichtbar wird */
    transition: height 0.3s ease; /* Übergang für die Höhe hinzufügen */
}

.accordion__content_wrapper_toggle {
	height: auto;
}
