/* material-icons-regular */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/material-icons-regular.eot'); /* IE9 Compat Modes */
  src: local('Material Icons'), local('MaterialIcons-Regular'),
       url('../fonts/material-icons-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/material-icons-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/material-icons-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/material-icons-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/material-icons-regular.svg#SourceCodePro') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Basier Circle';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/basiercircle-regular-webfont.eot');
  src: url('../fonts/basiercircle-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/basiercircle-regular-webfont.woff2') format('woff2'),
       url('../fonts/basiercircle-regular-webfont.woff') format('woff'),
       url('../fonts/basiercircle-regular-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Basier Circle';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/basiercircle-regularitalic-webfont.eot');
  src: url('../fonts/basiercircle-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/basiercircle-regularitalic-webfont.woff2') format('woff2'),
       url('../fonts/basiercircle-regularitalic-webfont.woff') format('woff'),
       url('../fonts/basiercircle-regularitalic-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Basier Circle';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/basiercircle-medium-webfont.eot');
  src: url('../fonts/basiercircle-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/basiercircle-medium-webfont.woff2') format('woff2'),
       url('../fonts/basiercircle-medium-webfont.woff') format('woff'),
       url('../fonts/basiercircle-medium-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Basier Circle';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/basiercircle-mediumitalic-webfont.eot');
  src: url('../fonts/basiercircle-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/basiercircle-mediumitalic-webfont.woff2') format('woff2'),
       url('../fonts/basiercircle-mediumitalic-webfont.woff') format('woff'),
       url('../fonts/basiercircle-mediumitalic-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Basier Circle';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/basiercircle-semibold-webfont.eot');
  src: url('../fonts/basiercircle-semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/basiercircle-semibold-webfont.woff2') format('woff2'),
       url('../fonts/basiercircle-semibold-webfont.woff') format('woff'),
       url('../fonts/basiercircle-semibold-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Basier Circle';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/basiercircle-semibolditalic-webfont.eot');
  src: url('../fonts/basiercircle-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/basiercircle-semibolditalic-webfont.woff2') format('woff2'),
       url('../fonts/basiercircle-semibolditalic-webfont.woff') format('woff'),
       url('../fonts/basiercircle-semibolditalic-webfont.ttf') format('truetype');
}

@font-face {
	font-family: dashicons;
	src: url("../fonts/dashicons.eot");
	src: url("../fonts/dashicons.eot?#iefix") format("embedded-opentype"),
    url('../fonts/dashicons.woff2') format('woff2'),
		url("../fonts/dashicons.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

:root {
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
}

/* ---- Resets ----*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	scroll-behavior: smooth;
	overflow: visible;
	height: 100%;
  /*opacity: 0;
  transition: opacity 0.5s;*/
}

/*html.page-loaded {
  opacity: 1;
  transition: opacity 0.5s;
}*/

mark {
  background-color: transparent;
}

/* ---- Basics ---- */
html {
	overflow: visible;
}

body {
	font-family: 'Basier Circle', sans-serif;
  font-size: 1.125em;
  line-height: 1.5;
	color: #333b45;
	/*background-color: #5c626a;*/
  background-color: #333b45;
	text-align: center;
	height: 100%;
	min-width: none;
	padding: 0;
	margin: 0;
	letter-spacing: 0.01em;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.screen-reader-text, .logged-in-visible, .mobile-visible {
	display: none;
}

.logged-in .logged-in-visible {
	display: block;
}

/* ---- Links ---- */
a {
  color: #333b45;
	text-decoration: none;
	outline: none;
  transition: color 0.5s;
}

a:hover {
	color: #4f4e4e;
	text-decoration: none;
	outline: none;
  transition: color 0.5s;
}

.single-post .a_content .post-content *:not(.button) > a:not(.wp-block-button__link) {
  color: var(--wp--preset--color--mint);
  font-weight: 700;
}

.single-post .a_content .post-content *:not(.button) > a:not(.wp-block-button__link):hover {
	color: #4f4e4e;
}

.single-post .a_content .post-content .category_widget_text .button a {
  color: #FFF;
}

.a_navi a, .post-title a {
	color:#333b45;
}

.a_navi a:hover {
	color: #4f4e4e;
}

.a_service a {
	color:#7b7878;
}

.a_service a:hover {
	color: #333b45;
}

.a_navi .current-menu-item a {
	color: #333b45;
}

.a_navi .menu-item-home a {
	color: #333b45;
}

.a_navi .sel-anchor a {
	color: #333b45;
}

.a_navi .navi-link-button a {
	color: #4f4e4e;
  background-color: #fcc643;
  padding: 2px 6px 3px;
}

.a_navi .navi-link-button a:hover {
  color: #FFF;
	background-color: #4f4e4e;
}

a.orange {
	color: #fc551e;
}

.a_navi .sub-menu li a {
    display: block;
    min-width: 210px;
    padding: 4px 10px;
    border-top: 1px solid #333b45;
    background-color: #fff;
    white-space: nowrap;
}

.a_navi .sub-menu .sub-menu li a {
    border-top: 0;
}

.a_navi .trainings .sub-menu li a {
  font-weight: 700;
}

.a_navi .trainings .sub-menu .sub-menu li a {
  font-weight: 400;
}

.a_navi .trainings .sub-menu .sub-menu {
  margin-top: -4px;
  padding-bottom: 4px;
}

.a_navi .logout a {
    background-color: #333b45;
    color: #FFF;
    padding: 0 3px;
}

.a_navi .logout a:hover {
    background-color: #4f4e4e;
}

.button a {
	color: #FFF;
}

.button a, a.button {
	color: #fff;
	font-weight: bold;
	padding: 3px 20px 5px;
  border-radius: 20px;
	margin-bottom: 10px;
	background-color: #14b4be;
	display: inline-block;
	cursor: pointer;
  transition: color 0.5s, background-color 0.5s;
}

.grey a {
  background-color: #333b45;
}

.orange a,
.red a {
  background-color: #fc551e;
}

.ie .button a, .ie a.button {
	padding: 5px 25px 5px;
}

.small a, a.small {
	font-size: 0.800em;
	padding: 0px 25px 2px;
}

.big a, a.big {
	font-size: 1.400em;
	padding: 5px 30px 8px;
}

.ie .big a, .ie a.big {
	padding: 11px 30px 11px;
}

.button a:hover, a.button:hover {
	color: #fff;
	background-color: #4f4e4e;
  transition: color 0.5s, background-color 0.5s;
}

a.small:hover, .small:hover a, .small a:hover {
	color: #333b45;
}

.mobile-button {
	display: none;
}

.phone .mobile-button {
	display: block;
	margin-bottom: 20px;
}

.icon a {
    display: block;
    width: 30px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-indent: 10000em;
    background-image: url('../images/background_sprite.png');
    background-repeat: no-repeat;
    background-position: 0 -50px;
}

.xing a {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%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 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M7.4,5.6C7.3,5.3,7,5.2,6.7,5.2H4.4c-0.2,0-0.3,0.1-0.4,0.3c0,0.1,0,0.2,0.1,0.2l1.6,2.7v0l-2.5,4.3c-0.1,0.1-0.1,0.2,0,0.4 c0.1,0.1,0.2,0.2,0.3,0.2h2.3c0.3,0,0.5-0.2,0.6-0.4c0,0,2.4-4.2,2.5-4.4L7.4,5.6z M16.8,2.5c0.1-0.1,0.1-0.2,0-0.4 C16.7,2,16.6,2,16.5,2h-2.3c-0.3,0-0.5,0.2-0.6,0.4c0,0-5,8.8-5.1,9.1l3.3,6c0.1,0.3,0.4,0.4,0.6,0.4h2.3c0.1,0,0.2,0,0.3-0.1 c0.1-0.1,0.1-0.2,0-0.3l-3.2-5.9v0L16.8,2.5z'/%3E%3C/svg%3E ");
  background-position: 0 0;
}

.linkedin a {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%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 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M2.5,18h3V6.9h-3V18z M4,2C3,2,2.2,2.8,2.2,3.8c0,1,0.8,1.8,1.8,1.8c1,0,1.8-0.8,1.8-1.8c0,0,0,0,0,0C5.8,2.8,5,2,4,2z M10.6,8.6V6.9h-3V18h3v-5.7c0-3.2,4.1-3.4,4.1,0V18h3v-6.8C17.7,5.8,12,6,10.6,8.6z'/%3E%3C/svg%3E");
  background-position: 0 0;
}

.instagram a {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFFFFF' d='M12.7,10c0-1.5-1.2-2.7-2.7-2.7S7.3,8.5,7.3,10s1.2,2.7,2.7,2.7l0,0C11.5,12.7,12.7,11.5,12.7,10z M14.1,10 c0,2.3-1.8,4.1-4.1,4.1S5.9,12.3,5.9,10S7.7,5.9,10,5.9C12.3,5.9,14.1,7.7,14.1,10C14.1,10,14.1,10,14.1,10z M15.2,5.7 c0,0.6-0.4,1-1,1s-1-0.4-1-1s0.4-1,1-1C14.8,4.7,15.2,5.2,15.2,5.7z M10,3.4c-1.2,0-3.7-0.1-4.7,0.3C4.6,4,4,4.6,3.8,5.3 c-0.4,1-0.3,3.5-0.3,4.7s-0.1,3.7,0.3,4.7C4,15.4,4.6,16,5.3,16.2c1,0.4,3.6,0.3,4.7,0.3s3.7,0.1,4.7-0.3c0.7-0.3,1.2-0.8,1.5-1.5 c0.4-1.1,0.3-3.6,0.3-4.7s0.1-3.7-0.3-4.7C16,4.6,15.4,4,14.7,3.8C13.7,3.3,11.2,3.4,10,3.4z M18,10c0,1.1,0,2.2,0,3.3 c0,1.2-0.4,2.4-1.3,3.4c-0.9,0.9-2.1,1.3-3.4,1.3c-1.1,0-2.2,0-3.3,0s-2.2,0-3.3,0c-1.2,0-2.4-0.4-3.4-1.3C2.5,15.8,2,14.6,2,13.3 c0-1.1,0-2.2,0-3.3s0-2.2,0-3.3c0-1.3,0.5-2.5,1.3-3.4C4.3,2.5,5.5,2,6.7,2C7.8,2,8.9,2,10,2s2.2,0,3.3,0c1.2,0,2.4,0.4,3.4,1.3 C17.5,4.2,18,5.4,18,6.7C18,7.8,18,8.9,18,10z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 0 0;
  background-size: 28px;
}

.youtube a {
  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 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cpath style='fill:%23ffffff;' d='M17.7,5.3c-0.2-0.7-0.7-1.2-1.4-1.4c-2.1-0.2-4.2-0.4-6.3-0.3c-2.1,0-4.2,0.1-6.3,0.3C3.1,4.1,2.5,4.7,2.3,5.3 C2.1,6.9,2,8.4,2,10c0,1.6,0.1,3.1,0.3,4.7c0.2,0.7,0.7,1.2,1.4,1.4c2.1,0.2,4.2,0.4,6.3,0.3c2.1,0,4.2-0.1,6.3-0.3 c0.7-0.2,1.2-0.7,1.4-1.4c0.2-1.5,0.3-3.1,0.3-4.7C18,8.4,17.9,6.9,17.7,5.3z M8,13V7l5.2,3L8,13z'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-size: 28px;
}

.top a {
    width: 46px;
    background-position: -200px -50px;
}

.bottom-button {
    display: block;
    width: 50px;
    height: 25px;
    overflow: hidden;
    background-image: url('../images/background_sprite.png');
    background-repeat: no-repeat;
    background-position: -250px -50px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -25px;
}

.bottom-button a {
    display: block;
    width: 50px;
    height: 25px;
}

/* ---- Navigation ---- */
.a_navi .main li {
	display: inline-block;
	margin-right: 9px;
  position: relative;
  vertical-align: middle;
  letter-spacing: 0.025em;
	font-weight: bold;
}

.a_navi .main li.last-item {
    margin-right: 0;
}

.a_navi .main li.logout {
    margin-left: 20px;
}

.a_navi .main .sub-menu li {
	display: block;
  margin-left: 0;
  vertical-align: top;
	font-weight: normal;
  background-color: #FFF;
}

.a_navi .main .sub-menu {
  padding-top: 6px;
  margin-left: -10px;
	position: absolute;
  z-index: 100;
  width: auto;
  min-width: 230px;
  opacity: 0;
	max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s, opacity 0.2s;
}

.a_navi .main .sub-menu .sub-menu {
  padding-top: 0;
  margin-left: 10px;
	position: static;
  min-width: 220px;
  opacity: 1;
	max-height: 10000em;
}

.a_navi li:hover .sub-menu {
  opacity: 1;
	max-height: 10000em;
  transition: max-height 0.5s, opacity 0.5s;
}

.navi-button, .navi-button span {
	display: none;
}

.a_service .service li, .post-content .service li, .menu-servicenavigation-container #menu-servicenavigation li {
	display: inline-block;
  vertical-align: middle;
	margin: 0 6px 0 0;
}

#menu-servicenavigation {
  text-align: right;
  margin-top: 75px;
}

.a_footer #menu-servicenavigation {
  text-align: left;
  margin-top: 0;
}

.a_footer .menu-servicenavigation-container #menu-servicenavigation li {
	margin: 0 0 0 6px;
  padding: 0;
  text-indent: 0;
}

.post-content .service ul li {
    padding-left: 0;
    text-indent: 0;
}

.post-content .service ul li::before {
    content: '';
    padding-right: 0;
    display: none;
}

/* ---- Structure ---- */
.a_all {
	position: relative;
    background-color: #FFF;
}

.a_header {
	width: 100%;
  min-height: 100px;
	text-align: left;
	padding: 8px 0 5px;
  background-color: #FFF;
  border-bottom: 1px solid #333b45;
}

.a_header[data-wpr-lazyrender] {
  content-visibility: visible !important;
}

.header-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 18px;
	position: relative;
}

.a_header .logo {
  margin: 9px 0 18px;
}

.a_header .logo img {
  display: block;
  height: 68px;
  width: auto;
}

.a_wrapper {
	text-align: left;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 60px 18px 60px;
}

.a_navi .main {
	font-size: 1em;
	text-align: left;
  position: absolute;
  right: 12px;
  top: 42px;
}

.a_footer, .category-footer {
	max-width: 1200px;
	margin: 0 auto;
  padding: 20px 18px;
  position: relative;
	min-height: 30px;
}

.a_category-footer {
  border: 1px solid #43c3cb;
  border-radius: 20px;
  margin-bottom: 30px;
}

.a_service {
  font-size: 0.875em;
  text-align: left;
  margin-bottom: 20px;
  position: absolute;
  top: 2px;
  right: 12px;
}

.a_widget {
  text-align: left;
  margin-top: 20px;
}

.a_top {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 12px;
  background-color: #14b4be;
  display: none;
}

/* ---- Blog Layout ---- */
.blog .a_content, .archive .a_content, .search .a_content, .single-post .a_content {
	width: 65.8333%;
    float: left;
}

.search .post-thumbnail img {
  margin-bottom: 20px;
}

.search .single-item {
	border-top: 1px solid #4f4e4e;
	padding-top: 30px;
}

.author .author-archive-link {
	display: none;
}

/* ---- Page Layout ---- */
.page .a_wrapper {
	max-width: 100%;
	padding: 0;
	margin-left: 0;
    margin-right: 0;
}

.page .page {
	padding: 60px 18px 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.post .page,
.boxed-1000 .page {
	padding: 0px 0px 30px;
}

.page .border-top {
    border-top: 1px solid #333b45;
}

.page .ignore-margin-top {
    padding-top: 0;
}

.page .ignore-margin-bottom {
    padding-bottom: 0;
    margin-bottom: 0;
}

.field-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.content-slider-wrapper, .content-slider .slider-header {
	max-width: 1200px;
	margin: 0 auto !important;
	background-color: transparent !important;
}

.page .fullsize {
	padding: 0;
}

.fullsize .field-wrapper, .fullsize .content-slider-wrapper {
	max-width: none;
}

.boxed-656 .field-wrapper, .boxed-656 .content-slider-wrapper, .boxed-656.content-slider .title-header {
	max-width: 790px;
}

.boxed-750 .field-wrapper, .boxed-750 .content-slider-wrapper, .boxed-750.content-slider .title-header {
	max-width: 900px;
}

.fullsize .post-content-inner, .accordion .fullsize .field-wrapper, .boxed-1000.content-slider .title-header {
	max-width: 1200px;
	margin: 0 auto;
}

.boxed-1000-65 .post-inner {
  margin-left: 34.4%;
}

.page-template-page_blank {
  background-color: #FFF;
}

.page-template-page_blank .a_wrapper {
  margin-top: 0;
}

.page-template-page_blank .overlay-box {
  margin: 0 auto;
}

/* ---- Post ---- */
.a_content .post, .a_content .attachment {
	margin-bottom: 50px;
	clear: both;
}

.a_content .page {
	margin-bottom: 0;
	clear: both;
}

.post-meta span {
	display: block;
}

.post-meta-footer {
	font-size: 0.875em;
	color: #4f4e4e;
	border-top: 1px solid #4f4e4e;
	margin-top: 10px;
	padding-top: 10px;
}

.post-content .category-footer {
  display: flex;
  gap: 3rem;
}

.post-content .widget-event-list .category-footer {
  display: block;
}

.post-content .category_widget_image {
  flex-basis: 25%;
}

.post-content .category_widget_text {
  flex-basis: 75%;
}

.post-content .a_category-footer .clear {
  display: none;
}

.tag-links {
	margin-top: 6px;
	display: block;
}

.back-link {
	border-top: 1px solid #4f4e4e;
	padding-top: 10px;
	margin: 10px 0;
}

.navigation {
	border-top: 1px solid #4f4e4e;
	padding-top: 10px;
	margin: 10px 0 50px 0;
}

.subpages-list .navigation {
	margin: 20px 0 40px 0;
}

.navigation div.alignleft, .navigation div.alignright {
	width: 49%;
	margin-bottom: 20px;
}

.navigation div.previous-posts, .navigation div.next-posts {
	width: 46%;
	margin-bottom: 20px;
}

.next-posts {
	float: left;
	position: relative;
  padding-left: 3%;
}

.next-posts a:before {
	content: '<';
	position: absolute;
	left: 0;
	top: -1px;
}

.previous-posts {
	float: right;
	text-align: right;
	position: relative;
  padding-right: 3%;
}

.previous-posts a:after {
	content: '>';
	position: absolute;
	right: 0;
	top: -1px;
}

/* ---- Textelements ---- */
.post-title {
    font-size: 1.778em;
   	line-height: 1.313;
    font-weight: bold;
    padding-bottom: 40px;
}

.content-slider .field-title {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: bold;
	padding-bottom: 20px;
}

.archive-title {
  font-size: 1.778em;
  line-height: 1.4;
	padding-bottom: 50px;
}

.archive-meta {
	padding-bottom: 50px;
}

.post-content h1 {
    font-size: 2.222em;
   	line-height: 1.222;
    font-weight: 500;
    padding-bottom: 20px;
}

.post-content h2 {
    font-size: 1.778em;
   	line-height: 1.222;
    font-weight: 500;
    padding-bottom: 20px;
}

.post-content h3 {
  font-size: 1.778em;
  line-height: 1.222;
  font-weight: 400;
	padding-bottom: 20px;
}

.post-content h4 {
  font-size: 1.333em;
  line-height: 1.4;
  font-weight: 400;
	padding-bottom: 20px;
}

.post-content p {
	padding-bottom: 27px;
}

.post-content .wp-block-column p:only-child {
	padding-bottom: 0;
}

.post-content p:empty {
  display: none;
}

strong, b {
	font-weight: bold;
}

h3 strong, h3 b {
	font-weight: 500;
}

em, italic {
	font-style: italic;
}

.small, small {
	font-size: 0.875em;
}

blockquote {
	color: #333b45;
	padding: 0 12.5%;
}

blockquote:before {
  display: block;
  float: left;
  content: '';
  width: 40px;
  height: 50px;
  background-image: url('../images/background_sprite.png');
  background-position: -50px -100px;
  margin: 10px 0 0 -12%;
}

.post-content ul, .post-content ol {
	padding-bottom: 27px;
}

.post-content ul ul, .post-content ol ol, .post-content ol ul, .post-content ul ol {
  padding-top: 10px;
	padding-bottom: 0px;
}

.post-content ol ul li:first-child:last-child, 
.post-content ul ol li:first-child:last-child,
.post-content ul ul li.is-style-arrow:first-child:last-child {
  padding-bottom: 17px;
}

.post-content ul > li {
    padding-left: 0.95em;
    text-indent: -0.95em;
	  list-style: none;
    margin-bottom: 10px;
}

.post-content ul li:before {
	content: '•';
	padding-right: 9px;
	color: #333b45;
  color: currentColor;
}

.post-content ul.is-style-checked li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

.post-content ul.is-style-checked li:before {
	content: '✓';
  font-weight: bold;
}

.post-content ul.is-style-ellipse li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

.post-content ul.is-style-ellipse li:before {
	content: '…';
  font-weight: bold;
	color: #4f4e4e;
}

.post-content ol > li {
	position: relative;
	left: 20px;
	list-style: decimal;
  margin-bottom: 10px;
}

.post-content ul li.is-style-arrow,
.post-content ol li.is-style-arrow {
  padding-left: 1.5em;
  text-indent: -1.5em;
  left: 0;
  list-style: none;
}

.post-content ul li.is-style-arrow:before,
.post-content ol li.is-style-arrow:before {
	content: '→';
}

.post-content #ez-toc-container {
  box-sizing: border-box;
}

.post-content #ez-toc-container ul > li {
  text-indent: 0;
}

.post-content #ez-toc-container ul li:before {
  display: none;
}

.page .alignwide .wp-block-group__inner-container > #ez-toc-container {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.post-content .ez-toc-heading-level-2 {
  margin-bottom: 6px;
}

.sep {
	padding: 0 5px;
}

.post-content .has-small-font-size {
  font-size: 14px !important;
}

.post-content .has-medium-font-size {
  font-size: 20px !important;
}

.post-content .has-large-font-size {
  font-size: 28px !important;
}

.post-content .has-x-large-font-size {
  font-size: 36px !important;
}

.post-content .wp-block-heading.has-small-font-size {
  font-size: 18px !important;
}

.post-content .wp-block-heading.has-medium-font-size {
  font-size: 24px !important;
}

.post-content .wp-block-heading.has-large-font-size {
  font-size: 32px !important;
}

.post-content .wp-block-heading.has-x-large-font-size {
  font-size: 40px !important;
}

/* ---- Images ---- */
.post-content img, .a_header img, .post-thumbnail img {
	max-width: 100%;
	height: auto;
}

.post-thumbnail img {
  display: block;
}

.post-content .thumbnail img {
	margin-bottom: 10px;
}

.aligncenter, div.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft, .post-content div.alignleft {
	margin: 4px 20px 20px 0;
}

img.alignright, .post-content div.alignright {
	margin: 4px 0 20px 20px;
}

.wp-caption {
	color: #4f4e4e;
	text-align: left;
	max-width: 100%;
    width: auto !important;
    position: relative;
    margin-bottom: 20px;
}

.wp-caption img {
    display: block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.wp-caption-text {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.75em;
    font-weight: bold;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 10px 12px;
    transition: opacity 0.5s;
}

.wp-caption:hover .wp-caption-text {
    opacity: 1;
}

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

.attachment {
  background-color: #FFF;
}

.attachment .a_header {
  position: relative;
  top: 0 !important;
  border-bottom: 0;
  min-height: 0;
}

.attachment .a_service {
  top: 0;
  position: static;
  text-align: right;
}

.attachment .navi-inner {
  overflow: visible !important;
  max-height: 10000em !important;
}

.attachment .a_header .logo,
.attachment .a_header .main,
.attachment .a_footer {
  display: none;
}

.attachment .a_wrapper {
  margin-top: 0;
}

/* ---- iFrame ---- */
.post-content iframe {
	max-width: 100%;
  display: block;
}

.youtube-video-place {
  cursor: pointer;
}

.iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.iframe-container img,
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio4x3 {
	padding-bottom: 75%;
}

/* ---- Block Editor ---- */
.wp-block-buttons {
  box-sizing: content-box;
}

.wp-block-image {
  margin-bottom: 1em;
}
body .is-layout-flex {
  gap: 1.5rem;
}
body .is-layout-flex.wp-block-columns {
  gap: 3rem;
}
body .is-layout-flex.wp-block-columns .is-layout-flex.wp-block-columns,
body .wpcf7 .is-layout-flex.wp-block-columns {
  gap: 1.5rem;
}

.page .page {
  padding-left: 0;
  padding-right: 0;
}

.page .field-wrapper:not(.additional-field) {
  max-width: none;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background,
.post-content *:not(.wp-block-group.has-background) p.has-background,
.post-content *:not(.wp-block-group.has-background) ul.has-background,
.post-content *:not(.wp-block-group.has-background) ol.has-background,
.post-content *:not(.wp-block-group.has-background) h1.has-background,
.post-content *:not(.wp-block-group.has-background) h2.has-background,
.post-content *:not(.wp-block-group.has-background) h3.has-background,
.post-content *:not(.wp-block-group.has-background) h4.has-background,
.post-content *:not(.wp-block-group.has-background) h5.has-background,
.post-content *:not(.wp-block-group.has-background) h6.has-background {
  padding: 20px 18px;
}

.page .post-content > *:not(section) {
  max-width: 790px;
  margin-left: auto !important;
  margin-right: auto !important;
	padding-left: 18px;
	padding-right: 18px;
}

.post-list .post-content > *:not(section),
.search .page .post-content > *:not(section),
.page .post-content .alignfull {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.search .page .post-content > a.more-link {
	padding-left: 20px;
	padding-right: 20px;
}

.post-list .list-item:only-child .page {
  padding-top: 0;
}

.a_content .post-list.wp-block-columns .post {
  margin-bottom: 0;
}

.page .alignwide .wp-block-group__inner-container > *:not(.alignfull):not(section),
.page .alignfull .wp-block-group__inner-container > *:not(.alignfull):not(section),
.page .post-content .alignfull blockquote,
.page .post-content .alignwide,
.page .post-content .protected-post-form-wrapper,
.page-template-page_blank .post-content > *:not(section),
.page .title-header,
.page .edit-link {
	max-width: 1200px;
	margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.page .alignwide .wp-block-group__inner-container > *.width-920:not(.alignfull):not(section),
.page .alignfull .wp-block-group__inner-container > *.width-920:not(.alignfull):not(section) {
	max-width: 920px;
}

.page .alignwide .wp-block-group__inner-container > *.width-790:not(.alignfull):not(section),
.page .alignfull .wp-block-group__inner-container > *.width-790:not(.alignfull):not(section) {
	max-width: 790px;
}

.page .alignwide .wp-block-group.is-style-bordered .wp-block-group__inner-container > *:not(.alignfull):not(section),
.page .alignfull .wp-block-group.is-style-bordered .wp-block-group__inner-container > *:not(.alignfull):not(section),
.page .alignwide .wp-block-group.has-background:not(.has-white-background-color) .wp-block-group__inner-container > *:not(.alignfull):not(section),
.page .alignfull .wp-block-group.has-background:not(.has-white-background-color) .wp-block-group__inner-container > *:not(.alignfull):not(section),
.page .post-content .before .alignwide,
.page .post-content .after .alignwide {
  padding-left: 0;
  padding-right: 0;
}

.page .alignwide > .wp-block-group__inner-container > *:not(section) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page .edit-link {
  padding-top: 60px;
  padding-bottom: 60px;
}

.post-content .wp-block-group.alignwide .wp-block-group__inner-container > *,
.post-content .wp-block-group.alignwide .wp-block-group__inner-container .post-content > * {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.post-content .wp-block-group .wp-block-group__inner-container > * {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-cover.is-style-fullsize {
  height: 100vh;
  height: calc(100vh - 123px);
  background-position: center 70px;
}

.is-style-fullsize .wp-block-cover__inner-container {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 18px;
  padding-right: 18px;
  width: 100% !important;
}

.is-landingpage-cover {
  padding-bottom: 0;
}

.is-landingpage-cover .wp-block-cover__inner-container {
  max-width: none;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.banner-position-top .wp-block-cover__inner-container {
  position: static;
  z-index: 100;
}

.is-landingpage-cover .wp-block-group.alignfull.has-background:not(.has-white-background-color) {
  padding: 20px 18px;
}

.is-landingpage-cover .wp-block-column:not(:last-child) .wp-block-heading:last-child {
  padding-bottom: 0;
} 

.is-landingpage-cover p {
  padding-bottom: 12px;
}

.is-landingpage-cover .text-indent {
  padding-left: 20px;
}

.is-landingpage-cover .wp-block-columns {
  position: relative;
}

.is-landingpage-cover .banner {
  position: absolute;
  top: 30px;
  right: 50%;
  margin-right: -600px;
}

.is-landingpage-cover .ribbon {
  position: absolute;
  top: 0;
  left: 0;
}

.is-landingpage-cover .ribbon.right {
  left: auto;
  right: 0;
}

.is-landingpage-cover .bottom {
  top: -110px;
}

.is-landingpage-cover .bottom-both {
  top: -300px;
}

.is-landingpage-cover .banner.left {
  right: auto;
  margin-right: 0;
  left: 50%;
  margin-left: -600px;
}

.wp-block-group,
.wp-block-columns {
  box-sizing: content-box;
}

.wp-block-columns {
  gap: 2em;
  margin-bottom: 1.75em;
}

.widget .wp-block-columns {
  margin-bottom: 8px;
}

.wpcf7 .wp-block-columns,
.wp-block-cover .wp-block-columns {
  margin-bottom: 0;
}

.wp-block-column {
  margin-bottom: 0;
}

.wp-block-column .wp-block-image:only-child {
  margin-bottom: 0;
}

.wp-block-group.has-background:not(.has-white-background-color) {
  padding-top: 30px;
  padding-bottom: 10px;
}

.wp-block-group.has-background:not(.has-white-background-color):not(.is-style-bordered):not(.alignfull) {
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.single-post .wp-block-group.has-background:not(.has-white-background-color) {
  padding-left: 18px;
  padding-right: 18px;
}

.widget .wp-block-group.has-background:not(.has-white-background-color) {
  padding: 18px 18px 12px;
}

.widget .wp-block-group.has-background.is-style-bordered:not(.has-white-background-color) {
  padding: 18px 0 12px;
}

.wp-block-group.alignfull.has-background:not(.has-white-background-color) {
  padding-top: 60px;
  padding-bottom: 20px;
}

.wp-block-button__link {
  padding: 4px 20px 5px;
  border-radius: 20px;
  font-size: 1em;
  font-weight: 700;
  transition: background-color 0.5s;
}

.wp-block-button__link:active, .wp-block-button__link:focus {
  color: #4f4e4e;
}

.wp-block-button__link:hover {
  color: #fff;
  background-color: #4f4e4e;
  transition: background-color 0.5s;
}

.wp-block-button__link.has-grey-color:not(.has-background) {
  background-color: #efeff0;
}

.wp-block-separator {
  display: block;
  height: 1px;
  background-color: #4f4e4e;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}

.blocks-gallery-grid, .wp-block-gallery {
  margin-left: auto;
  margin-right: auto;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item,
.wp-block-gallery figure.wp-block-image {
  align-self: center;
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img,
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  width: 85%;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: 1em;
}

.wp-block-gallery ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.wp-block-gallery ul li:before {
  display: none;
}

.wp-block-table td {
  padding: 6px;
  border: 1px solid #000;
}

.wp-block-table.is-vertically-aligned-center td {
  vertical-align: middle;
}

.wp-block-table.is-vertically-aligned-center td img:first-child:last-child {
  margin: 20px 0 10px;
}

.wp-block-table.is-style-stripes {
  border-color: #e8f3fa;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: #e8f3fa;
}

.wp-block-cover.is-cover-half {
  min-height: 200px !important;
  margin-bottom: 200px;
  overflow: visible !important;
}

.wp-block-cover.is-cover-half .wp-block-image {
  margin-bottom: -200px;
}

.has-custom-content-position .wp-block-cover__image-background {
  background-position: top !important;
}

.wp-block-cover .wp-block-cover__inner-container h1:first-child:last-child,
.wp-block-cover .wp-block-cover__inner-container h2:first-child:last-child,
.wp-block-cover .wp-block-cover__inner-container h3:first-child:last-child,
.wp-block-cover .wp-block-cover__inner-container h4:first-child:last-child,
.wp-block-cover .wp-block-cover__inner-container h5:first-child:last-child,
.wp-block-cover .wp-block-cover__inner-container h6:first-child:last-child {
  padding-bottom: 0;
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
  position: static;
  z-index: 10;
}

body .is-layout-flex.wp-block-columns .single-trainer {
  justify-content: center;
}

body .is-layout-flex.wp-block-columns .single-trainer .wp-block-column:last-child {
  flex-basis: content;
  flex-grow: 0;
}

/* ---- Page Title ---- */

.error404 .a_wrapper,
.page .page.post-password-required,
.archive.category-9 .a_wrapper {
  padding-top: 0;
}

.error404 .a_wrapper,
.archive.category-9 .a_wrapper {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.error404 .post-content,
.archive.category-9 .post {
  max-width: 1200px;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: auto;
  margin-right: auto;
}

.error404 header,
.post-password-required .title-header,
.archive.category-9 .page-header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 120px;
  max-width: none;
  padding: 1em 0;
  margin-bottom: 60px;
  position: relative;
  background-color: #43c3cb;
}

.error404 header .post-title,
.post-password-required .post-title,
.archive.category-9 .page-header .archive-title {
  font-size: 2.222em;
  color: #FFF;
  padding-bottom: 0;
}

.archive.category-9 .page-header .archive-title strong {
  font-weight: 500;
}

/* ---- Toggle Headline ---- */
.toggle-content.closed {
	display: none;
	width: 100% !important;
}

.toggle-content .wp-block-group__inner-container,
.toggle-content .wp-block-group__inner-container > * {
	width: 100%;
}

.toggle-content .wp-block-group__inner-container {
	margin-bottom: 14px;
	padding-bottom: 16px;
	border-bottom: 1px solid #000;
}

.toggle-content .wp-block-group__inner-container .wp-block-group__inner-container,
.accordion-list .post-content.toggle-content .wp-block-group__inner-container {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.toggle-headline {
	position: relative;
	cursor: pointer;
  color: #333b45;
  margin-bottom: 10px;
}

.toggle-headline:after {
  content: '';
  display: block;
  width: 50px;
  height: 25px;
  overflow: hidden;
  background-image: url('../images/background_sprite.png');
  background-repeat: no-repeat;
  background-position: -200px -100px;
  position: absolute;
  top: 8px;
  right: 18px;
}

.toggle-headline.closed:after {
  background-position: -250px -100px;
}

.has-background .toggle-headline {
  margin-bottom: 0;
  padding-right: 60px;
}

.has-background .toggle-headline:after {
  right: 0;
}

.has-background .toggle-content .wp-block-group__inner-container {
	border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ---- Widgets ---- */
.a_sidebar {
  width: 31.25%;
  float: right;
}

.a_footer .a_widget {
  font-size: 0.889em;
  font-weight: 500;
  width: 30%;
  margin-right: 5%;
  float: left;
  color: #FFF;
}

.a_footer .widget-right {
  margin-right: 0;
}

.a_footer .widget_nav_menu li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.a_footer .widget_nav_menu .menu-servicenavigation-container ul {
  border-top: 0;
}

.a_footer .widget_nav_menu .menu-servicenavigation-container li {
  border-bottom: 0;
}

/*.category-footer .widget {
  float: left;
}

.category-footer .widget_media_image {
	width: 31.25%;
}

.category-footer .widget_text {
	width: 65.8333%;
  float: right;
}*/

.widget .category-footer {
  padding: 18px 18px 12px;
}

.widget .category-footer img {
  margin: 4px auto 18px;
  display: block;
}

/*.widget .post-content h3, .widget .post-content p {
  margin-bottom: 0;
  padding-bottom: 14px;
}*/

.a_footer .widget a {
  color: #FFF;
}

.recentcomments a{
	display:inline !important;
	padding:0 !important;
	margin:0 !important;
}

.widget {
	margin-bottom: 30px;
}

.widget_text {
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.error404 .a_top .widget_search, .search-no-results .a_top .widget_search {
	display: none;
}

.post-content h2.widgettitle,
.widget h3.widget-title {
  font-size: 1em;
  line-height: 1.08;
  letter-spacing: 0.03em;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.a_footer .widget h3.widget-title {
  color: #43c3cb;
}

.post-content h2.widgettitle,
.category-footer .widget h3.widget-title {
  font-size: 1.333em;
  line-height: 1.25;
}

.widget p {
	margin-bottom: 10px;
}

.a_footer .widget p {
	margin-bottom: 5px;
}

.post-content .widget p,
.widget.post-content p {
  margin-bottom: 0;
}

.post-content .widget li {
  padding-left: 0;
  text-indent: 0;
}

.post-content .widget li:before {
  display: none;
}

.widget li {
	padding-left: 12px;
	text-indent: -12px;
}

.widget li.recentcomments {
	padding-left: 0;
	text-indent: 0;
}

.widget li a:before, .widget_twitter li .intent-meta a:before {
	content: '› ';
}

.widget li.recentcomments a:before, .widget_calendar a:before, #linkcat-2 a:before, .widget_Twidget li a:before, .widget_twitter li a:before {
	content: '';
}

.widget .rssSummary {
	text-indent: 0;
}

.widget_calendar table {
	width: 270px;
}

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

.widget_calendar th, .widget_calendar td a {
	font-weight: bold;
}

.widget_calendar caption {
	margin-bottom: 6px;
}

.widget_calendar tfoot td {
	padding-top: 12px;
}

.widget_calendar tfoot #prev {
	text-align: left;
}

.widget_calendar tfoot #next {
	text-align: right;
}

/* ---- Comments ---- */
#comments, #respond {
	font-size: 0.875em;
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #4f4e4e;
}

#comments h3, #respond h3 {
    font-size: 1.429em;
	padding-bottom: 10px;
}

#comments p, #respond p {
	padding-bottom: 10px;
}

#respond p.form-submit {
	padding-bottom: 30px;
}

.commentlist .comment_inner {
	margin-bottom: 20px;
}

.commentlist .children {
	margin: 0 0 30px 75px;
}

.comment-gravatar img {
	width: 60px;
	float: left;
	margin-right: 15px;
	border-radius: 30px;
}

.comment-data {
	overflow: hidden;
}

#cancel-comment-reply-link {
	font-weight: normal;
	margin-left: 10px;
}

.form-allowed-tags {
	display: none;
}

#commentform .comment-form-cookies-consent,
#commentform .comment-gdpr-checkbox {
    position: relative;
}

#commentform .comment-form-cookies-consent label,
#commentform .comment-gdpr-checkbox label {
    position: relative;
    padding-left: 1.333em;
    display: inline-block;
    width: auto !important;
}

.comment-form-cookies-consent input[type=checkbox],
.comment-gdpr-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 2px;
}

/* ---- Forms ---- */
input[type=text], input[type=email], input[type=password], textarea {
	font-family: 'Basier Circle', sans-serif;
	font-size: 1em;
	border: 1px solid #4f4e4e;
	background-color: #fff;
	width: 99%;
	padding: 3px 1px;
	margin-bottom: 6px;
}

.has-background:not(.is-style-bordered) input[type=text], .has-background:not(.is-style-bordered) input[type=email], .has-background:not(.is-style-bordered) input[type=password], .has-background:not(.is-style-bordered) textarea {
	border: 0;
}

textarea {
	height: 143px;
}

textarea#message {
	height: 74px;
}

button, input[type=submit] {
	font-family: 'Basier Circle', sans-serif;
	font-size: 1em;
  font-weight: 700;
	color: #FFF;
  border-radius: 20px;
	background-color: #333b45;
	border: 0;
	width: auto;
	padding: 5px 20px;
	margin-bottom: 0;
  transition: background-color 0.5s;
  cursor: pointer;
  -webkit-appearance: none;
}

button:hover, input[type=submit]:hover {
	background-color: #4f4e4e;
  transition: background-color 0.5s;
}

select {
	font-family: 'Basier Circle', sans-serif;
	font-size: 0.875em;
	width: 100%;
	padding: 2px;
}

label {
	padding-bottom: 3px;
}

.wpcf7 p {
	padding-bottom: 4px;
}

.wpcf7-form .black {
    color: #000;
}

.wpcf7-form .orange {
    color: #fc551e;
}

.wpcf7-form table th {
    padding: 6px 6px 6px 0;
}

.wpcf7-form table td {
    padding: 6px 6px 6px 0;
    border-top: 1px solid #000;
}

.wpcf7-form table td.td-headline {
    padding-top: 24px;
}

.wpcf7-form table input[type="text"], .wpcf7-form table input[type="email"], .wpcf7-form table input[type="password"], .wpcf7-form table textarea {
    margin-bottom: 0;
    background-color: #efeff0;
    border: 0;
}

span.wpcf7-list-item {
	margin-left: 0;
  vertical-align: middle;
}

.wpcf7-acceptance {
	font-size: 0.875em;
}

.wpcf7-list-item, .wpcf7-acceptance label  {
	display: table;
}

.wpcf7-list-item .wpcf7-list-item-label {
	display: table-cell;
}

.wpcf7-list-item input[type=checkbox] {
	display: table-cell;
	margin-right: 1em;
}

.wpcf7-radio span.wpcf7-list-item {
	margin-right: 10px;
  text-align: center;
  display: inline-block;
}

.wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label {
  display: block;
}

.float-radio span.wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
}

.float-radio span.wpcf7-list-item input {
  margin-right: 6px;
}

.hide-coupon-field .coupon-field {
  display: none;
}

.grecaptcha-badge {
  bottom: 64px !important;
}

.registration-form,
.contact-form {
  position: relative;
}

.registration-form ._brlbs-content-blocker ._brlbs-default,
.contact-form ._brlbs-content-blocker ._brlbs-default {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
}

.blocked-loaded {
  margin-top: 10px;
  font-size: 14px;
  background: #efefef;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center;
}

.post-content .blocked-loaded p {
  padding-bottom: 0;
}

.captcha-content {
  display: flex;
  flex-wrap: nowrap;
}

.captcha-content .col-left {
  width: 134px;
}

.captcha-content .col-right {
  width: 100%;
}

.company-field {
  display: none;
}

.company-visible .company-field {
  display: block;
}

/* Cookie Notice */
#BorlabsCookieBox,
.BorlabsCookie {
  text-align: left;
}

.page .alignwide .wp-block-group__inner-container > ._brlbs-btn-cookie-preference,
._brlbs-btn-cookie-preference {
  padding: .5em 1em !important;
}

#BorlabsCookieBox .cookie-logo {
  height: auto;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input {
  display: inline-block;
  -webkit-appearance: auto;
}

.acceptance-text,
.not-acceptance-text {
  display: block;
}

#newsletter-notice {
  font-size: 0.812em;
  line-height: inherit;
	border-top: 1px solid #FFF;
  display: block;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  left: 0;
  text-align: center;
  color: #FFF;
  background-color: #4f4e4e;
}

#newsletter-notice .cookie-notice-container {
	max-width: 1200px;
  padding: 10px 18px;
	margin: 0 auto;
	text-align: left;
  width: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#newsletter-notice .button {
  text-decoration: none;
	margin-bottom: 0;
}

#newsletter-notice .button {
  margin-left: 10px;
}

.no-newsletter-banner #newsletter-notice {
   display: none;
}

.consent-label {
  display: none !important;
}

.consent-container {
  margin: 20px 0;
  padding-left: 25px;
  position: relative;
}

.consent-container input {
  position: absolute;
  top: 4px;
  left: 0;
}

/* ---- Mailchimp Signup Embed ---- */
#mc_embed_signup {
	border: 1px solid #333b45;
  border-radius: 20px;
	padding: 18px 18px 12px;
}

#mc_embed_signup .submit_container button {
	margin-bottom: 12px;
}

#mc-embedded-subscribe, .indicates-required {
	margin-top: 12px;
}

.mce_text {
  margin-bottom: 20px;
}

.mc_embed_signup_headline {
	font-size: 1.333em;
	line-height: 1.25;
	font-weight: bold;
	padding-bottom: 20px;
}

.unsubscribe-link {
	border-top: 1px solid #FFF;
	padding-top: 15px;
	margin-bottom: 5px;
}

.unsubscribe-link a {
	font-family: 'Basier Circle', sans-serif;
	color: #333b45;
  background-color: #FFF;
	padding: 5px 9px;
}

.g-recaptcha div,
.g-recaptcha iframe {
	max-width: 100%;
}

/* ---- Divider ---- */
.clear {
	height: 0px;
	overflow: hidden;
	clear: both;
}

.divider {
	height: 30px;
}

.line {
	margin: 20px 0;
	border-top: 1px solid #4f4e4e;
}

hr {
	display: none;
}

.clearfix:after {
	content: " ";
    display: block;
    height: 1px;
    clear: both;
}

/* ---- Event List ---- */
.event-list {
  display: table;
  width: 100%;
}

.post-content .toggle-events-headline {
  font-size: 1.125em;
  text-align: center;
  padding: 20px 0;
}

.toggle-events-headline span {
  color: #fff;
  font-weight: bold;
  padding: 3px 20px 3px;
  border-radius: 20px;
  background-color: #333b45;
}

.toggle-events-headline.closed .open-item {
  display: inline-block;
}

.toggle-events-headline.closed .close-item {
  display: none;
}

.toggle-events-headline .open-item {
  display: none;
}

.toggle-events-headline .close-item {
  display: inline-block;
}

.toggle-events-headline:after {
  display: none;
}

.category-footer .toggle-events-headline {
  padding: 15px 0 0;
  border-top: 1px solid #333b45;
}

.single-event {
  display: table-row;
}

.single-event__title, .single-event__date, .single-event__link {
  display: table-cell;
  padding: 10px 0;
  border-top: 1px solid #333b45;
}

.single-event__title {
  font-weight: bold;
  padding-right: 10px;
}

.single-event__date {
  width: 250px;
}

.single-event__link {
  width: 250px;
  text-align: right;
}

.webinar-list .single-event__date {
  width: 200px;
}

.webinar-list .single-event__link {
  width: 150px;
}


.single-event__link .button a {
  margin-bottom: 0;
}

.widget .event-list,
.widget .single-event,
.widget .single-event__title,
.widget .single-event__date,
.widget .single-event__link {
  display: block;
  border-top: 0;
  padding: 5px 0;
}

.widget .single-event {
  padding: 10px 0;
  border-top: 1px solid #333b45;
}

.widget .single-event__link {
  text-align: left;
}

.widget-event-list h3 {
  font-size: 1.333em;
  line-height: 1.25;
  color: #333b45;
  font-weight: bold;
  padding-bottom: 20px;
}

/* ---- Thickbox ---- */
#TB_overlay {
	z-index: 1000 !important;
}

#TB_window {
	font-family: 'Basier Circle', sans-serif;
	font-size: 0.750em !important;
	color: #4f4e4e !important;
	z-index: 1002 !important;
}

#TB_window img#TB_Image {
	border: 0 !important;
}

#TB_caption {
    height: auto !important;
    padding: 7px 15px 10px !important;
}

.tb-close-icon {
    top: auto !important;
    bottom: 5px !important;
    right: 5px !important;
}

.tb-close-icon:before {
    color: #4f4e4e !important;
}

.tb-close-icon:hover:before {
    color: #333b45 !important;
}

#TB_title {
	background-color: transparent !important;
}

#TB_secondLine {
	font-family: 'Basier Circle', sans-serif;
    font-size: 1em !important;
	color: #4f4e4e !important;
}

/* ---- Overlay Box ---- */
.click-note em {
  background-color: #c0e3e7;
  padding: 1px 18px 1px 6px;
  position: relative;
  font-style: normal;
}

.click-note em:after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: -6px;
  display: block;
  width: 19px;
  height: 29px;
  background-image: url('../images/arrow-red.png');
  background-repeat: no-repeat;
  background-size: cover;
}


.overlay-box {
  position: relative;
  max-width: 1200px !important;
}

.overlay-box img {
  display: block;
  margin-bottom: 0;
}

.overlay-box ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-bottom: 0;
}

.overlay-box ul li {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0;
}

.overlay-box ul li:before {
  content: '';
  display: none;
}

.overlay-box li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 4.7%;
  width: 10.28%;
  cursor: url('../images/arrow-red-border.png'), pointer;
}

.overlay-box li a span {
  display: none;
}

/*-- Think New --*/
.overlay-box li a.link-1 {
  top: 42.45%;
  left: 7.33%;
  width: 23.5%;
}

.overlay-box li a.link-2 {
  top: 48.5%;
  left: 6.33%;
  width: 20.5%;
}

.overlay-box li a.link-3 {
  top: 54.75%;
  left: 12.5%;
  width: 21%;
}

.overlay-box li a.link-4 {
  top: 61%;
  left: 18.25%;
  width: 8%;
}

.overlay-box li a.link-5 {
  top: 67.25%;
  left: 8.25%;
  width: 24.5%;
}

/*-- Plan! --*/
.overlay-box li a.link-6-1 {
  top: 39.455%;
  left: 46.43%;
  width: 14.5%;
}

.overlay-box li a.link-6 {
  top: 45.455%;
  left: 46.43%;
  width: 16%;
}

.overlay-box li a.link-6-2 {
  top: 51.5%;
  left: 46.43%;
  width: 16.5%;
}

.overlay-box li a.link-7 {
  top: 58%;
  left: 46.43%;
  width: 15.5%;
}

.overlay-box li a.link-8 {
  top: 64%;
  left: 46.43%;
  width: 9.75%;
}

/*-- Do! --*/
.overlay-box li a.link-9 {
  top: 15.25%;
  left: 57.33%;
  width: 10%;
}

.overlay-box li a.link-10 {
  top: 15.25%;
  left: 68.75%;
  width: 10%;
}

.overlay-box li a.link-11 {
  top: 15.25%;
  left: 79.75%;
  width: 9.5%;
}

.overlay-box li a.link-12 {
  top: 21.5%;
  left: 57.33%;
  width: 27.5%;
}

/*-- Check! --*/
.overlay-box li a.link-13 {
  top: 45.25%;
  left: 78.25%;
  height: 8.802%;
  width: 13.5%;
}

.overlay-box li a.link-14 {
  top: 55.75%;
  left: 78.25%;
  height: 8.802%;
  width: 13.5%;
}

/*-- Act! --*/
.overlay-box li a.link-15 {
  top: 82%;
  left: 52.5%;
  width: 28%;
}

.overlay-box li a.link-16 {
  top: 88%;
  left: 52.5%;
  width: 37.5%;
}

/*-- Debugging Mode --*/
.overlay-box .debug {
  counter-reset: item;
}

.overlay-box .debug li a {
  border: 1px solid #000;
  counter-increment: item;
}

.overlay-box .debug li a:before {
  content: ' Link ' counter(item);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75em;
  color: #FFF;
  background-color: #000;
}

/* ---- Box ---- */
.box,
.is-style-bordered > .wp-block-group__inner-container {
    padding: 40px 40px 20px;
    margin-bottom: 24px;
    border: 1px solid #333b45;
    border-radius: 30px;
}

.is-style-bordered .wp-block-columns {
  margin-bottom: 0;
}

.backcolor-333b45 .box {
    border-color: #FFF;
}

.backcolor-333b45 .button a, .backcolor-333b45 a.button, .backcolor-333b45 button {
    color: #333b45;
    background-color: #FFF;
}

.box-yellow {
  border: 0;
  background-color: #fff8c6;
}

.box-orange {
    color: #fff;
    background-color: #fc551e;
    border: 0;
}

.box-orange a {
    color: #fff;
}

.box-big {
    padding: 0;
    margin-bottom: 0;
    font-size: 1.25em;
    line-height: 1.4;
}

.post-content .box-big ul li {
    padding-bottom: 20px;
}

/* ---- Accordion ---- */
.accordion {
    margin-bottom: 50px;
}

.accordion .list-item, .accordion .page-field,
.accordion-list .list-item, .accordion-list .page-field {
    border-top: 1px solid #333b45;
}

.accordion .page-field {
  padding-bottom: 20px;
}

.accordion .additional-field {
  padding: 0;
}

.accordion .fullsize .additional-field {
    padding: 0 18px;
}

.accordion .first-item,
.accordion-list .first-item {
    border-top: 0;
}

.accordion .post-header,
.accordion-list .post-header {
    color: #333b45;
    font-size: 1.333em;
    line-height: 1.25;
    font-weight: bold;
    cursor: pointer;
	  outline: none;
    position: relative;
    margin-bottom: 40px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
}

.accordion-list .post-header {
  padding-right: 90px;
}

.accordion .post-title {
    padding-bottom: 0;
    transition: color 0.25s;
    text-align: left;
}

.accordion .additional-field .post-header, .accordion .post-inner-wrapper, .accordion .post-wrapper {
    margin-bottom: 40px;
}

/* ---- Accordion List ---- */
.accordion-list .single-item {
  max-width: 1200px;
  margin: 0 auto;
}

.accordion-list .post-thumbnail {
  width: 31.25%;
  float: left;
}

.accordion-list .post-wrapper {
  width: 65.8333%;
  float: right;
}

.accordion-list .post-title {
  font-size: 1em;
  line-height: 1.25;
}

.content-accordion .post {
  padding: 60px 0 60px;
  margin-bottom: 0;
}

.lis.alignfull .content-accordion .post {
  padding: 60px 18px 60px;
}

/* ---- Flexsilder ---- */
.flexslider {
	border: 0 !important;
	box-shadow: none !important;
  background: none !important;
}

.flexslider .slides {
  padding-bottom: 0;
  opacity: 0;
}

.page-loaded .flexslider .slides {
  opacity: 1;
}

.flexslider .slides img {
	height: auto;
}

.flexslider .slides > li:first-child() {
    display: block;
}

.post-content .flexslider ul li {
	list-style: none;
	padding: 0;
	text-indent: 0;
}

.post-content .flexslider ul li:before {
	padding: 0;
	content: "";
}

.post-content .flex-control-nav li {
	left: 0;
	position: static;
}

.flex-direction-nav a {
    margin: -23px 0 0 !important;
    width: 46px !important;
    height: 46px !important;
}

.flex-direction-nav a:before {
    content: '' !important;
    width: 46px;
    height: 46px;
    display: block;
    color: #333b45 !important;
    text-shadow: none !important;
    background-image: url('../images/background_sprite.png');
    background-position: 0px -50px;
    background-repeat: no-repeat;
}

.flex-direction-nav .flex-nav-next a:before {
    background-position: -50px -50px;
}

.has-background .flex-direction-nav a:before,
.custom-background .flex-direction-nav a:before {
    background-position: -100px -50px;
}

.has-background .flex-direction-nav .flex-nav-next a:before,
.custom-background .flex-direction-nav .flex-nav-next a:before {
    background-position: -150px -50px;
}

.flex-direction-nav a {
    opacity: 1 !important;
}

.flex-control-paging li a {
    background-color: rgba(100, 99, 99, 0.6) !important;
    box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
    background-color: rgba(100, 99, 99, 1) !important;
}

/* --- Page Gallery --- */
.gallery-wrapper {
	border: 0;
	padding-top: 0;
	margin-bottom: 0 !important;
}

.gallery-wrapper .flexslider {
    margin-left: auto !important;
    margin-right: auto !important;
}

.gallery-wrapper .single-image {
    position: relative;
    height: 100vh
}

.page-loaded .gallery-wrapper .single-image {
  height: auto;
}

.gallery-wrapper .slider-image a {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.image-left, .image-right {
	float: left;
	width: 50%;
	position: relative;
}

.image-description {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px;
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 0.5s;
}

.slider-image:hover .image-description {
	opacity: 1;
}

.slider-content {
    position: absolute;
    width: 100%;
}

.slider-content-inner {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 0 18px;
}

#homepage-header .slider-content {
  display: flex;
  align-items: flex-start;
  color: #FFF;
}

#homepage-header .slider-content h1 {
  width: 40%;
  text-transform: uppercase;
  padding-bottom: 20px;
}

#homepage-header .slider-content .button {
  text-transform: none;
}

#homepage-header .slider-content .button {
  text-transform: none;
}

.screen-height .slider-content {
    height: 100%;
}

.screen-height {
    background-color: #cbcbcb;
}

.screen-height li.single-image, .individual-height li.single-image {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.screen-height li.single-image {
    background-position: center 124px;
}

.cookies-not-set .screen-height li.single-image {
    background-position: center 174px;
}

.content-field-gallery .flex-control-nav, .content-slider-wrapper .flex-control-nav {
	display: none;
}

.gallery-wrapper .flex-direction-nav a:before {
    line-height: 40px;
}

.gallery-wrapper .flex-direction-nav .flex-prev {
	left: -40px !important;
}

.gallery-wrapper .flex-direction-nav .flex-next {
	right: -40px !important;
}

.content-slider-wrapper img {
    float: none;
}

.content-slider-wrapper li {
    display: table !important;
}

.content-slider-wrapper .title-header {
    margin: 0 auto;
}

.content-slider-wrapper .slides .field-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.content-slider-wrapper .flex-direction-nav .flex-prev {
	left: -70px !important;
}

.content-slider-wrapper .flex-direction-nav .flex-next {
	right: -70px !important;
}

.image-height .slider-image img {
  width: 100%;
  height: auto;
}

#content-field-18 li.single-image {
  background-position: center right !important;
}

/*-- Slider in Column --*/
.wp-block-column .content-slider .slides .field-inner {
  vertical-align: top;
}

.wp-block-column .content-slider .slider-text h4 {
  font-size: 1.333em;
}

.wp-block-column .content-slider .flex-control-nav {
  display: block;
}

.wp-block-column .content-slider .flex-control-nav li {
  display: inline-block !important;
}

.has-background .wp-block-column .flex-control-paging li a {
  background-color: #FFF !important;
}

.has-background .wp-block-column .flex-control-paging li a.flex-active {
  background-color: #84def4 !important;
}

.content-slider .flex-direction-nav {
  padding-bottom: 0;
}

.content-slider .flex-direction-nav a {
  top: auto;
  bottom: -40px;
}

.content-slider.content-slider-wrapper .flex-direction-nav a {
  bottom: -8px;
}

.content-slider .flex-direction-nav a:before {
  background-image: none !important;
  color: #FFF !important;
  font-family: 'Material Icons';
  content: '\e5cb' !important;
}

.content-slider .flex-direction-nav a.flex-next:before {
  content: '\e5cc' !important;
}

.wp-block-column .content-slider .flex-direction-nav .flex-prev {
  left: 0 !important
}

.wp-block-column .content-slider .flex-direction-nav .flex-next {
  right: 0 !important
}

/*-- Carousel Slider --*/
.flexslider.flexslider-carousel {
  margin-bottom: 0;
}

.content-carousel-wrapper .flex-viewport {
  width: 210px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.content-carousel-wrapper .flexslider-carousel .slides {
  display: flex;
  align-items: center;
}

.content-carousel-wrapper .flexslider-carousel .slides li:hover {
  cursor: auto;
}

.content-carousel-wrapper .flexslider-carousel .slides img {
  padding: 0;
  border:0;
}

.content-slider.content-carousel-wrapper .flex-direction-nav a {
  top: 42%;
  bottom: auto;
  left: 10px;
}

.content-slider.content-carousel-wrapper .flex-direction-nav .flex-next {
  left: auto;
  right: 10px;
}

.content-slider.content-carousel-wrapper:hover .flex-direction-nav .flex-prev {
  left: 10px;
}

.content-slider.content-carousel-wrapper:hover .flex-direction-nav .flex-next {
  right: 10px;
}

.content-slider.content-carousel-wrapper .flex-direction-nav a:before {
  color: #333b45 !important;
}

/*-- Post List Column Layout --*/
.column-list .post-title {
  font-size: 1em;
  line-height: 1.5;
  padding-bottom: 0;
}

.column-list .post-title:before {
  content: '» ';
}

/*-- Header Logo & Border --*/
.hide-header-logo .logo {
    opacity: 0;
    max-height: 0;
    margin-bottom: 5px;
    transition: opacity 0.25s, margin-bottom 0.5s;
}

.hide-header-border .a_header {
    border-color: #FFF;
}

.hide-header-logo  .a_header {
    min-height: 30px;
    max-height: 30px;
    transition: max-height 0.25s;
}

.hide-header-logo .a_service {
    top: 5px;
}

.hide-header-logo .a_wrapper {
    margin-top: 80px;
    transition: margin-top 0.25s;
}

/*-- Header Fixed --*/
.header-fixed .logo {
    opacity: 1;
    max-height: 10000em;
    margin-bottom: 10px;
    transition: opacity 0.25s, margin-bottom 0.5s;
}

.header-fixed .a_header {
    max-height: 135px;
    border-bottom: 1px solid #333b45;
    transition: max-height 0.25s;
}

.a_wrapper {
    margin-top: 114px;
    transition: margin-top 0.25s;
}

.a_header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.admin-bar .a_header {
	top: 32px;
}

/* ---- Blog Archives ---- */
.archive .post-wrapper {
  background-color: #efeff0;
  padding: 15px;
}

.archive .post-title,
.single-post .post-title,
.post-meta-date {
  padding-bottom: 20px;
}

.single-post .post-meta-date {
  padding-bottom: 40px;
}

.post-meta-date span.date,
.post-meta-date span.comments {
  color: #333b45;
  display: inline-block;
  position: relative;
  margin-right: 6px;
  padding-left: 24px;
}

.post-meta-date span.date:before,
.post-meta-date span.comments:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='%23333b45' d='M5 2h9c1.1 0 2 .9 2 2v7c0 1.1-.9 2-2 2h-2l-5 5v-5H5c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z'/%3E%3C/g%3E%3C/svg%3E");
}

.post-meta-date span.date:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='%23333b45' d='M15 4h3v15H2V4h3V3c0-.41.15-.76.44-1.06.29-.29.65-.44 1.06-.44s.77.15 1.06.44c.29.3.44.65.44 1.06v1h4V3c0-.41.15-.76.44-1.06.29-.29.65-.44 1.06-.44s.77.15 1.06.44c.29.3.44.65.44 1.06v1zM6 3v2.5c0 .14.05.26.15.36.09.09.21.14.35.14s.26-.05.35-.14c.1-.1.15-.22.15-.36V3c0-.14-.05-.26-.15-.35-.09-.1-.21-.15-.35-.15s-.26.05-.35.15c-.1.09-.15.21-.15.35zm7 0v2.5c0 .14.05.26.14.36.1.09.22.14.36.14s.26-.05.36-.14c.09-.1.14-.22.14-.36V3c0-.14-.05-.26-.14-.35-.1-.1-.22-.15-.36-.15s-.26.05-.36.15c-.09.09-.14.21-.14.35zm4 15V8H3v10h14zM7 9v2H5V9h2zm2 0h2v2H9V9zm4 2V9h2v2h-2zm-6 1v2H5v-2h2zm2 0h2v2H9v-2zm4 2v-2h2v2h-2zm-6 1v2H5v-2h2zm4 2H9v-2h2v2zm4 0h-2v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");
}

.post-meta-header {
  padding-bottom: 10px;
}

.archive .post-content h2 {
  font-size: 1.75em;
  padding-bottom: 27px;
}

a.more-link,
.post-meta-header .cat-links a {
	color: #fff;
	font-weight: bold;
  padding: 4px 20px 5px;
  border-radius: 20px;
	margin: 0 6px 10px 0;
	background-color: #333b45;
	display: inline-block;
	cursor: pointer;
  transition: color 0.5s, background-color 0.5s;
}

a.more-link:hover,
.post-meta-header .cat-links a:hover {
	color: #fff;
	background-color: #4f4e4e;
  transition: color 0.5s, background-color 0.5s;
}

a.more-link {
  margin-bottom: 27px;
  background-color: #14b4be;
}

p a.more-link {
  margin-bottom: 0;
}

.post-meta-footer {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.post-meta-footer .edit-link,
.post-meta-footer .tag-links {
  display: block;
  margin-top: 20px;
}

.mailto,
.mailto a,
.info,
.info a  {
	background-color: #333b45 !important;
}

/* ---- Veröffentlichungen ---- */
.archive.category-9 .a_content {
  width: 100%;
  float: none;
}

.archive.category-9 .a_content .navigation {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.archive.category-9 .a_sidebar,
.archive.category-9 .shariff,
.archive.category-9 .post-meta-footer,
.archive.category-9 .post-meta-header,
.archive.category-9 .post-meta-date,
.single-post .category-veroeffentlichungen .comments {
  display: none !important;
}

.archive.category-9 .post {
  border-top: 1px solid #333b45;
  padding-top: 40px;
  margin-bottom: 40px;
}

.archive.category-9 .post:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.archive.category-9 .has-post-thumbnail .post-thumbnail {
  width: 22.5%;
  float: left;
}

.archive.category-9 .has-post-thumbnail .post-wrapper {
  width: 72.5%;
  float: right;
  background-color: transparent;
  padding: 0;
}

.archive.category-9 .post-title {
  padding-bottom: 40px;
}

/* ---- Structured Content ---- */
.sc_card {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.sc_card h1, .sc_card h2, .sc_card h3, .sc_card h4, .sc_card h5, .sc_card h6 {
  margin-bottom: 0;
  font-weight: inherit;
}

.sc_card p {
	font-size: inherit;
}

.sc_card > div > p {
  font-weight: 700;
}

/* ---- 2024 New Page Layout  ---- */
ol, ul {
  box-sizing: content-box;
}

.has-new-page-layout .protected-post-form-wrapper {
  padding-top: 60px;
}

.has-new-page-layout .protected-post-form-wrapper .button {
  margin-top: 20px;
}
.has-new-page-layout.page .post-content {
  overflow-y: hidden;
}

.has-new-page-layout .post-content > :not(section) {
  max-width: 880px;
}

.error404 .post-content > :not(section) {
  max-width: 1200px;
}

.has-new-page-layout .post-content h1,
.has-new-page-layout .post-content h2:not(.post-title), 
.has-new-page-layout .post-content .has-x-large-font-size,
.has-new-page-layout.single-post .post-header h1.post-title,
.wp-block-details.event-registration-toggle summary {
  font-size: 3rem;
  line-height: 1.219;
  font-weight: 400;
  letter-spacing: 0;
}

.has-new-page-layout .post-content .wp-block-cover h1 {
  padding-bottom: 10px;
}

.has-new-page-layout.single-post .post-header h1.post-title {
  font-weight: 700;
}

.has-new-page-layout .post-content h3,
.has-new-page-layout .post-content .has-large-font-size,
.wp-block-details summary {
  font-size: 2rem;
  letter-spacing: 0;
}

.has-new-page-layout .post-content .has-large-font-size {
  font-size: 2rem !important;
}

.has-new-page-layout .post-content .has-x-large-font-size {
  font-size: 3rem !important;
}

.has-new-page-layout h3 strong, .has-new-page-layout h3 b {
  font-weight: 700;
}

.has-new-page-layout .wp-block-button__link {
  border-radius: 30px;
}

.has-new-page-layout .has-large-font-size .wp-block-button__link,
.has-new-page-layout .has-x-large-font-size .wp-block-button__link {
  font-weight: 400;
}

.has-new-page-layout .post-content ul.is-style-checked li {
  text-indent: -2.5em;
  padding-left: 3em;
  margin-bottom: 20px;
}

.has-new-page-layout .post-content .is-style-bordered ul.is-style-checked li:last-child {
  margin-bottom: 0;
}

.has-new-page-layout .post-content ul.is-style-checked li:before {
  content: '';
  padding-right: 12px;
  display: inline-block;
  vertical-align: text-bottom;
  width: 32px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' xml:space='preserve'%3E%3Cpath class='st0' style='fill:%23002340;' d='M12,24c6.6,0,12-5.4,12-12S18.6,0,12,0S0,5.4,0,12S5.4,24,12,24'/%3E%3Cpolyline class='st1' style='fill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;' points='6.8,12.2 11.1,15.9 17.2,8.1 '/%3E%3C/svg%3E%0A");
}

.has-new-page-layout .iframe-wrapper,
.has-new-page-layout .wp-block-embed.is-provider-youtube .wp-block-embed__wrapper {
  border: 2px solid #333b45;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 5px 5px 0px 0px #333b45;
}

.has-new-page-layout .wp-block-column .wp-block-heading:first-child:last-child {
  padding-bottom: 0;
}

.has-new-page-layout .wp-block-column.has-mint-border-color .wp-block-heading img {
  vertical-align: text-bottom;
  margin-right: 20px;
}

.has-new-page-layout .wp-block-columns.has-background {
  padding-top: 30px;
  padding-bottom: 10px;
}

.has-new-page-layout .wp-block-columns.has-background:not(.alignfull) {
  padding-left: 30px;
  padding-right: 30px;
}

.has-new-page-layout .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container {
  width: 100%;
}

.has-new-page-layout .wpcf7 .is-layout-flex.wp-block-columns {
  gap: 3rem;
}

.has-new-page-layout input[type="text"], .has-new-page-layout input[type="email"], .has-new-page-layout input[type="password"], .has-new-page-layout textarea {
  border-radius: 20px;
  border-color: #333b45;
  box-shadow: 5px 5px 0px 0px #333b45;
  padding: 6px 10px;
  width: calc(100% - 20px);
}

.has-new-page-layout .wpcf7 input[type="text"], .has-new-page-layout .wpcf7 input[type="email"], .has-new-page-layout .wpcf7 input[type="password"], .has-new-page-layout .wpcf7 textarea,
.has-new-page-layout .post-password-form input[type="text"], .has-new-page-layout .post-password-form input[type="email"], .has-new-page-layout .post-password-form input[type="password"], .has-new-page-layout .post-password-form textarea {
  border-color: #14b4be;
  box-shadow: 5px 5px 0px 0px #14b4be;
}

.has-new-page-layout textarea {
  height: 168px;
}

.has-new-page-layout.page input[type="submit"] {
  background-color: #14b4be;
  border-radius: 30px;
}

.has-new-page-layout.page input.wpcf7-submit[type="submit"] {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.has-new-page-layout #mc_embed_signup {
  border-width: 2px;
  box-shadow: 5px 5px 0px 0px #333b45;
}

.has-new-page-layout .a_category-footer {
  border-width: 2px;
  box-shadow: 5px 5px 0px 0px #14b4be;
}

.has-new-page-layout #searchsubmit {
  margin-top: 10px;
}

.has-new-page-layout:not(.category-9) .archive .post-thumbnail img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.has-new-page-layout .archive .post-wrapper {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.has-new-page-layout.page .alignfull .wp-block-group__inner-container > .content-slider-wrapper.flexslider {
	max-width: 940px;
}

.has-new-page-layout .content-slider-wrapper.flexslider .flex-direction-nav  {
  display: none;
}

.has-new-page-layout .content-slider-wrapper.flexslider .flex-control-nav {
  bottom: -50px;
  display: block;
}

.has-new-page-layout .content-slider-wrapper.flexslider .flex-control-nav li {
  display: inline-block !important;
}

.wp-block-cover .wp-block-group.is-vertical.is-layout-flex {
  max-width: 680px;
}

.has-border-color {
  border: 1px solid;
  border-radius: 30px;
  padding: 30px 20px 20px;
  box-shadow: 5px 5px 0px 0px #333b45;
}

img.has-border-color,
figure.has-border-color {
  padding: 0 !important;
}

.overlap-box-wrapper {
  overflow: visible;
}

.overlap-box {
  margin-bottom: -200px;
}

.overlap-image {
  margin-top: 60px;
  margin-bottom: -140px;
}

.wp-block-column.overlap-image-column {
  position: relative;
}

.overlap-image-column .overlap-image {
  margin: 0;
  position: absolute;
}

.overlap-image-column .overlap-image img {
  object-fit: cover;
}

.overlap-image-column:not([style*=flex-basis]) .overlap-image {
  width: 48vw;
  width: calc(50vw - 2rem);
}

.overlap-image-column:not([style*=flex-basis]) .overlap-image img {
  width: 100% !important;
}

:where(.is-layout-grid) {
  gap: 2em;
}

.wp-container-core-group-is-event-info {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wp-container-core-group-is-event-info.is-layout-flex {
  justify-content: center;
}

.wp-container-core-group-is-event-info.is-layout-flex .wp-block-group {
  width: 100%;
  max-width: 582px !important;
}

.wp-container-core-group-is-event-info .wp-block-group__inner-container {
  padding: 0 18px;
}

.wp-block-details.has-border-color {
  margin-bottom: 10px;
}

.wp-block-details {
  padding-left: 60px !important;
}

.wp-block-details summary {
  outline: none;
  list-style: none;
  display: block;
  position: relative;
}

.wp-block-details summary::marker,
.wp-block-details summary::-webkit-details-marker {
  content: '';
  display: none;
}

.wp-block-details summary:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: -60px;
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' xml:space='preserve'%3E%3Cpath class='st0' style='fill:%2310B4BE;' d='M0.5,20c0,10.8,8.7,19.5,19.5,19.5S39.5,30.8,39.5,20S30.8,0.5,20,0.5S0.5,9.2,0.5,20'/%3E%3Cpolyline class='st2' style='fill:none;stroke:%23FFFFFF;stroke-width:2;' points='8.9,16.1 20,27.1 31.1,16.1 '/%3E%3C/svg%3E%0A");
}

.wp-block-details[open] summary:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' xml:space='preserve'%3E%3Cpath class='st0' style='fill:%23FFFFFF;' d='M39.5,20C39.5,9.2,30.8,0.5,20,0.5S0.5,9.2,0.5,20S9.2,39.5,20,39.5S39.5,30.8,39.5,20'/%3E%3Cpolyline class='st1' style='fill:none;stroke:%230EB4BD;stroke-width:2;' points='31.1,23.9 20,12.9 8.9,23.9 '/%3E%3C/svg%3E");
}

.wp-block-details.event-registration-toggle {
  padding-left: 120px !important;
  padding-right: 40px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wp-block-details.event-registration-toggle summary:before {
  top: 0;
  left: -80px;
  width: 60px;
  height: 60px;
  background-size: 60px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_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' xml:space='preserve'%3E%3Cpath class='st0' style='fill:%23fc551e;' d='M0,30c0,16.6,13.4,30,30,30c16.6,0,30-13.4,30-30S46.6,0,30,0C13.4,0,0,13.4,0,30'/%3E%3Cpolyline class='st1' style='fill:none;stroke:%23FFFFFF;stroke-width:2;' points='13,23.7 30,41.4 47,23.7 '/%3E%3C/svg%3E%0A");
}

.wp-block-details.event-registration-toggle[open] summary:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_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' xml:space='preserve'%3E%3Cpath class='st0' style='fill:%23fc551e;' d='M0,30c0,16.6,13.4,30,30,30c16.6,0,30-13.4,30-30S46.6,0,30,0C13.4,0,0,13.4,0,30'/%3E%3Cpolyline class='st1' style='fill:none;stroke:%23FFFFFF;stroke-width:2;' points='47,38.8 30,21.2 13,38.8 '/%3E%3C/svg%3E");
}

.wp-block-details.event-registration-toggle .registration-form {
  margin-bottom: 40px;
}

.has-new-page-layout .alignwide .wp-block-group__inner-container > .event-registration {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.has-new-page-layout .alignwide .event-registration .wp-block-group__inner-container > :not(.alignfull):not(section) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.has-new-page-layout .registration-form .cr_body {
  background-color: transparent;
}

.has-new-page-layout .registration-form .cr_page {
  margin-left: 0;
  margin-right: 0;
}

.has-new-page-layout .registration-form .editable_content {
  padding: 0;
}

.has-new-page-layout .registration-form .cr_body .inactive {
  display: none;
}

.wp-block-details.event-registration-toggle .registration-form input[type="submit"],
.has-new-page-layout .registration-form input[type="submit"],
.has-new-page-layout .registration-form button {
  background-color: #fc551e;
}

.has-new-page-layout .registration-form input[type="text"], .has-new-page-layout .registration-form input[type="email"], .has-new-page-layout .registration-form input[type="password"], .has-new-page-layout .registration-form textarea {
  background-color: transparent;
  border-color: #fc551e;
  box-shadow: 5px 5px 0px 0px #fc551e;
}

.has-new-page-layout .has-lightest-grey-background-color .registration-form input[type="text"], .has-new-page-layout .has-lightest-grey-background-color .registration-form input[type="email"], .has-new-page-layout .has-lightest-grey-background-color .registration-form  input[type="password"], .has-new-page-layout .has-lightest-grey-background-color .registration-form textarea {
  border: 1px solid #333b45;
  box-shadow: 5px 5px 0px 0px #333b45;
}

.has-new-page-layout .has-lightest-grey-background-color .registration-form input[type="submit"]{
  background-color: #333b45;
}

.wp-block-details summary + * {
  margin-top: 20px;
}

.text-carousel.alignfull,
.team-carousel.alignfull,
.post-content .wp-block-group .wp-block-group__inner-container > .text-carousel.alignfull,
.post-content .wp-block-group .wp-block-group__inner-container > .team-carousel.alignfull {
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.team-carousel.content-count-1 {
  max-width: 796px !important;
}

.team-carousel.content-count-1 li {
  width: 796px !important;
}

.text-carousel .single-item,
.team-carousel .single-item {
  margin-right: 40px;
}

.text-carousel .flexslider .slides img,
.team-carousel .flexslider .slides img {
  width: auto;
  max-width: 150px;
  margin-bottom: 10px;
}

.team-carousel .flexslider .slides img {
  margin-bottom: 20px;
}

.text-carousel .flexslider .slides img {
  margin-left: auto;
  margin-right: auto;
}

.text-carousel .flex-direction-nav a,
.team-carousel .flex-direction-nav a {
  top: 50%;
  bottom: auto;
  left: -130px !important;
  width: 100px !important;
  height: 100px !important;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -50px !important;
}

.text-carousel .flex-direction-nav a.flex-next,
.team-carousel .flex-direction-nav a.flex-next {
  left: auto !important;
  right: -130px !important;
}

.text-carousel .flex-direction-nav a:before,
.team-carousel .flex-direction-nav a:before {
  content: '' !important;
  position: absolute;
  right: 20px;
  top: 38px;
  width: 14px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 13.2 23.7' xml:space='preserve'%3E%3Cpolyline class='st0' style='fill:none;stroke:%2310B4BE;stroke-width:2;' points='12.5,0.7 1.4,11.8 12.5,23 '/%3E%3C/svg%3E") !important;
}

.text-carousel .flex-direction-nav a.flex-next:before,
.team-carousel .flex-direction-nav a.flex-next:before {
  right: auto;
  left: 20px;
  transform: rotate(180deg);
  background-position: 0 0;
}

.has-background .text-carousel .flex-control-paging li a,
.has-background .team-carousel .flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.has-background .text-carousel .flex-control-paging li a.flex-active,
.has-background .team-carousel .flex-control-paging li a.flex-active {
  background-color: rgba(255, 255, 255, 1) !important;
}

.team-list img {
  width: auto;
  max-width: 150px;
}

.team-list img.has-border-color,
.team-carousel img.has-border-color {
  border-width: 2px;
}

.ui-widget-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.ui-dialog {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 2001;
  transform: translate(-50%, -50%);
  outline: none;
  max-width: 90%;
  max-width: 90vw;
}

.ui-dialog-title {
  display: none;
}

.jquery-dialog {
  text-align: left;
  background-color: #efeff0;
  border-radius: 6px;
  overflow: hidden;
  display: none;
}

.ui-dialog .jquery-dialog {
  display: block;
}

.jquery-dialog img {
  width: 100%;
  height: auto;
}

.jquery-dialog p {
  padding-bottom: 20px;
}

.jquery-dialog-inner {
  padding: 20px 20px 0;
}

.ui-dialog button {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 0;
  outline: none;
  overflow: hidden;
  background-color: transparent;
  padding: 0;
}

.ui-dialog button:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../images/fancy_closebox.png');
  background-size: 30px;
  background-repeat: no-repeat;
}

html :where([style*="border-top-width"]) {
  border-top-style: solid;
  padding-top: 20px;
  margin-top: 20px;
}

html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

html :where([style*="border-left-width"]) {
  border-left-style: solid;
  padding-left: 20px;
}

html :where([style*="border-right-width"]) {
  border-right-style: solid;
  padding-right: 20px;
}

.registration-form .cr_ipe_item {
  margin-top: 20px;
}

.registration-form .cr_ipe_item:first-child,
.registration-form .cr_ipe_item.submit_container {
  margin-top: 0;
}

/* ---- Newsletter PopUp ---- */
.cr_popup_form .cr_site{margin:0;padding:75px 0 0 0;text-align:center;background-color:#efeff0;}
.cr_popup_form .cr_font{font-size: 16px;font-family: "Basier Circle", sans-serif;}
.cr_popup_form .cr_body h2, .cr_popup_form .cr_header h2{font-size:22px;line-height:28px;margin:0 0 10px 0;}
.cr_popup_form .cr_body h1, .cr_popup_form .cr_header h2{font-size:28px;margin-bottom:15px;padding:0;margin-top:0;}
.cr_popup_form .wrapper, .cr_popup_form .cr_page{margin:0 auto 10px auto;text-align:left;border-radius:4px;}
.cr_popup_form .cr_header{text-align:center;background: transparent !Important;}
.cr_popup_form .cr_body label{float:none;clear:both;display:block;width:auto;margin-top:8px;text-align:left;font-weight:bold;position:relative;}
.cr_popup_form .cr_button{display:inline-block;font-family:"Basier Circle", Arial, sans-serif;width:auto;white-space:nowrap;height:32px;margin:5px 5px 0 0;padding:0 22px;text-decoration:none;text-align:center;font-weight:bold;font-style:normal;font-size:15px;line-height:32px;cursor:pointer;border:0;-moz-border-radius:20px;border-radius:20px;-webkit-border-radius:20px;vertical-align:top;}
.cr_popup_form .cr_button{background-color:#14b4be;color:#ffffff;}
.cr_popup_form .cr_button:hover,.cr_popup_form .cr_button-small:hover{opacity:0.7;filter:alpha(opacity=70);}
.cr_popup_form .powered{padding:20px 0;width:560px;margin:0 auto;}
.cr_popup_form .formbox{line-height:150%;font-size:14px;color:#333333;background-color:#ffffff;border-radius: 6px 6px 6px 6px;position:relative;}
.cr_popup_form .cr_ipe_item label{line-height:150%;font-size:14px;}
.cr_popup_form .cr_ipe_item textarea {background: none repeat scroll 0 0 #efeff0;border: 1px solid #aaa;font-family: Helvetica;font-size: 16px;}
.cr_popup_form .cr_ipe_item input {width:96%;background: none repeat scroll 0 0 #efeff0;border: 1px solid #aaa;padding: 5px;font-family: Helvetica;font-size: 16px;}
.cr_popup_form .cr_ipe_item select {background: none repeat scroll 0 0 #efeff0;border: 1px solid #aaa;display: block;margin: 0;padding: 5px;width: 100%;font-family: Helvetica;font-size: 16px;}
.cr_popup_form .cr_ipe_item input.cr_ipe_radio, .cr_popup_form input.cr_popup_form .cr_ipe_checkbox {-moz-binding: none;-moz-box-sizing: border-box;background-color: -moz-field !important;border: 2px inset threedface !important;color: -moz-fieldtext !important;cursor: default;height: 13px;padding: 0 !important;width: 13px;}
.cr_popup_form .cr_ipe_item input.cr_ipe_radio{-moz-appearance: radio;border-radius: 100% 100% 100% 100% !important;margin: 3px 3px 0 5px;}
.cr_popup_form .submit_container{text-align:center}
.cr_popup_form .cr_ipe_item.inactive {display:none;}
.cr_popup_form .imprint{font-size:0.8em;}
.cr_popup_form .cr_captcha{padding-left:130px;}
.cr_popup_form .cr_error{font-size:1.1em;padding:10px;}
.cr_popup_form .clever_form_error{background-color:#f99; color:#333b45; border:1px solid #f22 !important}
.cr_popup_form .clever_form_note {margin:26px 0 0 3px;position:absolute;display:inline; padding: 2px 4px; font-weight:bold;background-color:#f2ecb5; color:#333b45; font-size:12px !important;  }
.cr_popup_form .cr_site {background-color:#efeff0;}
.cr_popup_form .cr_header {color:#333b45;}
.cr_popup_form .cr_body {background-color:#ffffff;font-size:14px;color:#333b45;}
.cr_popup_form .cr_body p, .cr_popup_form .cr_body h3 {padding-bottom:12px; text-align:center;}
.cr_popup_form .cr_hr {background-color:#ccc;}
.cr_popup_form .cr_site a {color:#14b4be;}
.cr_popup_form .imprint{color:#333b45;}
.cr_popup_form .editable_content{padding:20px 20px 0;}

.cr_popup_form .cr_site {background-color:#ffffff;}
.cr_popup_form .cr_body {color:#000000;background-color:#efeff0;}
.cr_popup_form .cr_header {color:#000;}
.cr_popup_form .cr_hr {background-color:#ccc;}
.cr_popup_form .cr_site a {color:#14b4be;}
.cr_popup_form .imprint {color:#333b45;}
.cr_popup_form .cr_page {width:auto;margin:0 20px 10px;}
.cr_popup_form .cr_form {display:table-cell;vertical-align:middle;}
.cr_popup_form .cr_wrapper {width:100%;max-width:680px;margin:0 auto;}
.cr_popup_form .cr_button {background-color:#14b4be;}
#cr_embeded_form.cr_popup_form {display:table;}
.cr_popup_form .cr_body .nl_image {max-width:100%;width:auto;margin-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;}
.cr_popup_form .consent-container input {top:0;width:auto;}

/* ---- Google Reviews ---- */
.post-content .wpac {
  font-family: 'Basier Circle', sans-serif !important;
}

.wp-block-cover .wp-gr {
  padding-bottom: 0 !important;
}

.wp-gr .wp-google-stars .wp-star {
  color: #fb8e28;
  fill: #fb8e28;
}

.wp-gr .rpi-dots-wrap .rpi-dot.active {
  background-color: #333b45 !important;
}

.wp-gr .wp-google-list .wp-google-wr a,
.wp-gr .grw-header .wp-google-wr a {
  text-shadow: none !important;
  font-weight: 700 !important;
}

.wp-gr.wpac .grw-reviews a.wp-google-name {
  color: #333b45 !important;
}

.post-content .wp-gr .wp-google-powered {
  font-size: 14px !important;
}

/* ---- Touch Devices ---- */
.touch .screen-height li.single-image, .touch  .individual-height li.single-image {
	background-attachment: scroll;
}

/*-- NoJS Fallback --*/
html.no-js,
.no-js .flexslider .slides {
  opacity: 1;
}

.no-js .pace, .no-js .loader {
  display: none;
}

.no-js .a_body {
  opacity: 1;
}

.no-js .gallery-wrapper .single-image {
  height: 400px;
  height: 80vh;
}

.no-js .accordion .post-header {
  cursor: default;
}

.no-js #cookie-notice, .no-js .cookie-status,
.no-js .cookies-accepted-remove, .no-js .cookies-not-accepted-remove {
  display: none !important;
}

/* ---- Media Queries: Prefers reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

@media screen and (min-width: 500px) {
  .content-carousel-wrapper .flex-viewport {
    width: 420px;
  }
}

@media screen and (min-width: 710px) {
  .content-carousel-wrapper .flex-viewport {
    width: 630px;
  }
}

@media (min-width:600px) and (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}

@media screen and (min-width: 782px) {
  .wp-block-columns.team-list {
    flex-wrap: wrap !important;
  }

  .wp-block-columns.team-list:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: calc((100% - 6em) / 3);
    flex-grow: 0;
  }
}

@media screen and (min-width: 920px) {
  .content-carousel-wrapper .flex-viewport {
    width: 840px;
  }
}

@media screen and (min-width: 1140px) {
  .content-carousel-wrapper .flex-viewport {
    width: 1060px;
  }
}


/* ---- Media Queries: Smaller than 1240px ---- */
@media (max-width: 1240px) {
  .is-landingpage-cover .banner {
    margin-right: 0;
    right: 0;
  }

  .is-landingpage-cover .banner.left {
    margin-left: 0;
    right: auto;
    left: 0;
  }

  .page .alignfull .wp-block-group__inner-container > .wp-block-details,
  .page .post-content > .wp-block-details {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

/* ---- Media Queries: Smaller than 1155px ---- */
@media (max-width: 1155px) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
      background-attachment: scroll;
      background-position: center top;
    }

    .screen-height li.single-image {
        background-position: center 92px;
    }

    .cookies-not-set .screen-height li.single-image {
        background-position: center 174px;
    }

    .gallery-wrapper .flex-direction-nav .flex-prev {
        left: 10px !important;
    }

    .gallery-wrapper .flex-direction-nav .flex-next {
        right: 10px !important;
    }

    .content-slider-wrapper {
        margin-bottom: 50px !important;
    }

    .content-slider-wrapper .flex-direction-nav a {
        bottom: -70px !important;
        top: auto !important;
    }

    .wp-block-column .content-slider .flex-direction-nav {
        bottom: -40px !important;
    }

    .content-slider-wrapper .flex-direction-nav .flex-prev {
        left: 0 !important;
    }

    .content-slider-wrapper .flex-direction-nav .flex-next {
        right: 0 !important;
    }

	/* -- Navigation -- */
    .a_navi .main .icon {
        margin-top: 6px;
        display: block;
    }

    .a_header {
        position: static;
    }

    .a_service {
        position: static;
        margin-top: 20px;
    }

    .a_navi {
		position: absolute;
		bottom: 40px;
		right: 0;
		height: 0;
		margin-top: 0;
		z-index: 1000;
		width: 100%;
	}

	.a_navi .navi-inner {
		background-color: #fff;
    	padding: 0 18px;
    	margin: 45px 0 10px;
	}

	.a_navi .main {
		border-left: 0;
		padding: 10px 0;
    position: static;
	}

	.a_navi .main li {
	    background-image: none;
	    float: none;
	    margin: 0;
	    width: 100%;
	    height: auto;
	    text-align: left;
      margin-bottom: 20px;
	}

  .a_navi .main .sub-menu li {
      margin-bottom: 0;
  }

    .a_navi .main .sub-menu {
        opacity: 1;
        max-height: 10000em;
        position: static;
        margin-left: 0;
    }

    .a_navi .navi-link-button {
      margin-top: 10px !important;
    }

	.navi-button {
		width: 35px;
		height: 35px;
		display: block;
		background-image: url('../images/background_sprite.png');
        background-position: left top;
		background-repeat: no-repeat;
		background-position: 10px 10px;
		position: absolute;
		right: 12px;
		top: 0;
		cursor: pointer;
		background-color: #FFF;
    z-index: 10;
	}

	.navi-button span {
		display: none;
	}

	.navi-inner {
		max-height: 0px;
		overflow: hidden;
		transition: max-height 0.25s;
	}

	.navi-open .navi-inner {
		max-height: 10000px;
		overflow: visible;
		transition: max-height 1.0s;
        border-bottom: 1px solid #333b45;
	}

	.a_navi .sub-menu li a {
		white-space: normal;
		padding: 3px 0;
	}

	.a_header {
		padding: 9px 0;
        min-height: 0;
		background-color: #FFF;
        border-bottom: 1px solid #333b45;
	}

	.header-inner {
		padding: 0;
	}

	.a_service .service, .footer_sidebar {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

    .a_wrapper, .hide-header-logo .a_wrapper {
		margin-top: 0 !important;
	}

    .a_header .logo {
		margin: 0 0 4px 18px;
	}

    .hide-header-logo .a_header {
        max-height: 10000em;
    }

    .hide-header-logo .logo {
        max-height: 10000em;
        opacity: 1;
    }

    .boxed-656 .post-content div.alignleft {
        margin-left: 0;
    }

    .boxed-656 .post-content div.alignright {
        margin-right: 0;
    }

    .boxed-750 .post-content div.alignleft {
        margin-left: 0;
    }

    .boxed-750 .post-content div.alignright {
        margin-right: 0;
    }

    .hide-header-logo #content-field-1 img {
        display: none;
    }

    .screen-height li.single-image {
        background-position: center center !important;
    }

    #content-field-13 li.single-image {
        background-position: 25% center !important;
    }

    .screen-height li.single-image, .individual-height li.single-image {
        background-attachment: scroll;
    }
}

/* ---- Media Queries: Smaller than 940px ---- */
@media (max-width: 940px) {
  .a_header .logo {
      font-size: 1.1em;
  }

  .a_header .logo .claim {
      display: block;
      margin-left: 0;
  }

  .wp-block-column .content-slider .slider-text h4 {
    font-size: 1em;
  }

  .a_footer .a_widget {
    width: 100%;
    float: none;
  }

  .post-content .wp-block-cover .wp-block-column h2 {
    font-size: 1.2em;
  }

  /*.has-new-page-layout .post-content h1, 
  .has-new-page-layout .post-content h2, 
  .has-new-page-layout .post-content .wp-block-cover .wp-block-column h2,
  .has-new-page-layout .post-content .has-x-large-font-size, 
  .wp-block-details.event-registration-toggle summary {
    font-size: 3em;
  }*/
}

/* ---- Media Queries: Smaller than 880px ---- */
@media (max-width: 880px) {
  .wp-block-group.has-background:not(.has-white-background-color):not(.is-style-bordered):not(.alignfull) {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }

  .wp-block-cover .wp-block-group.is-vertical.is-layout-flex:not(.has-white-background-color):not(.is-style-bordered):not(.alignfull) {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 80vw;
  }

  body .is-layout-grid {
    grid-template-columns: none;
  }

  .wp-block-columns.mobile-breakpoint-880 {
    flex-wrap: wrap !important;
  }

  .wp-block-columns.mobile-breakpoint-880 > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 1;
  }
}

/* ---- Media Queries: Smaller than 781px ---- */
@media (max-width: 781px) {
  .mobile-visible {
    display: block;
  }

  .desktop-visible {
    display: none;
  }

  .wp-block-columns {
    margin-bottom: 0;
  }

  body .is-layout-flex.wp-block-columns {
    gap: 0;
  }

  body .is-layout-flex.is-not-stacked-on-mobile.wp-block-columns {
    gap: 1rem;
  }

  .wp-block-column:not(.has-border-color) {
    margin-bottom: 1.75em;
    padding: 0 !important;
  }

  .wp-block-columns.alignfull .text-column {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .wp-block-columns.has-border-color  .wp-block-column:not(.has-border-color) {
    padding: 0 40px !important;
  }

  .wp-block-columns.has-border-color  .wp-block-column:first-child:not(.has-border-color) {
    padding-top: 20px !important;
  }

  .toc-column {
    display: flex;
    flex-wrap: wrap;
  }

  .toc-column > * {
    order: 2;
    width: 100%;
  }

  .toc-column > .toc-box {
    order: 1;
    margin-bottom: 50px;
  }

  .is-landingpage-cover.wp-block-cover {
    padding-top: 0;
  }

  .is-landingpage-cover .is-layout-flex.wp-block-columns:not(.is-not-stacked-on-mobile) {
    gap: 0;
  }

  .is-landingpage-cover .wp-block-column:not(:last-child) .wp-block-heading:last-child {
    padding-bottom: 20px;
  } 

  .home .is-landingpage-cover .wp-block-column:not(:last-child) .wp-block-heading:last-child {
    padding-bottom: 0;
  }

  .is-landingpage-cover .text-indent {
    padding-left: 0;
  }

  .is-landingpage-cover .banner {
    width: 150px;
  }

  .is-landingpage-cover .banner.bottom {
    top: -110px;
  }

  .is-landingpage-cover .banner.bottom-both {
    top: -240px;
  }

  .is-landingpage-cover .wp-block-cover__image-background {
    height: 70vh;
  }

  .is-landingpage-cover .wp-block-cover__inner-container {
    margin-top: 70vh !important;
  }

  .is-landingpage-cover .wp-block-cover__inner-container .wp-block-group.has-background.has-grey-background-color {
    background-color: #333b45 !important;
  }

  .overlap-image {
    margin-top: 40px;
    margin-bottom: -100px;
  }

  .overlap-image-column .overlap-image {
    position: static;
  }

  .overlap-image-column:not([style*="flex-basis"]) .overlap-image {
    width: calc(100vw - 33px);
    position: relative;
    left: -18px;
  }

  .overlap-image-column:not(:first-child):not([style*="flex-basis"]) .overlap-image {
    right: -18px;
    left: auto;
  }

  .overlap-image-column .overlap-image img {
    width: 90vw !important;
  }

  .has-new-page-layout .wp-block-column:last-child:not(.has-border-color),
  .has-new-page-layout .wpcf7 .wp-block-column:not(.has-border-color) {
    margin-bottom: 0;
  }

  .has-new-page-layout .has-grey-02-background-color[style*="padding-top:100px"] {
    padding-top: 60px !important;
  }

  .has-new-page-layout .has-grey-02-background-color[style*="padding-bottom:100px"] {
    padding-bottom: 60px !important;
  }

  .has-new-page-layout .wpcf7 .is-layout-flex.wp-block-columns {
    gap: 0;
  }
}

/* ---- Media Queries: Smaller than 720px ---- */
@media (max-width: 720px) {
	/* -- General -- */
	.a_all {
		margin-top: 0;
	}

	.a_service {
        position: static;
	}

	.page .page {
		padding-top: 20px;
		padding-bottom: 20px;
	}

  .page .fullsize,
	.page .ignore-margin-top {
	  padding-top: 0;
	}

	.page .ignore-margin-bottom {
	  padding-bottom: 0;
	}

  .page .content-slider {
		padding-bottom: 60px;
	}

  .page.has-new-page-layout .flexslider.content-slider-wrapper {
		padding-bottom: 0;
	}

  .page .content-field-gallery {
		padding-top: 0;
		padding-bottom: 0;
	}

  .page-field .post-title {
      margin-top: 20px;
      padding-top: 0;
  }

  .blog .a_content, .archive .a_content, .search .a_content, .single .a_content, .a_sidebar {
  	float: none;
    width: 100%;
  }

  .accordion-list .post-thumbnail,
  .accordion-list .post-wrapper {
    width: 100%;
    float: none;
  }

  .archive.category-9 .has-post-thumbnail .post-thumbnail,
  .archive.category-9 .has-post-thumbnail .post-wrapper {
    width: 100%;
    float: none;
  }

  .archive.category-9 .has-post-thumbnail .post-thumbnail {
    margin-bottom: 20px;
  }

  .boxed-1000-65 .post-inner {
    margin-left: 0;
  }

	.blog .a_content_inner, .archive .a_content_inner, .search .a_content_inner, .single .a_content_inner {
		margin-left: 0;
	}

	.big a, a.big {
		font-size: 1em;
		padding: 7px 15px 3px;
		border: 2px solid #fff;
		border-radius: 6px;
	}

	.post-title {
    font-size: 1.778em;
		padding-bottom: 27px;
	}

	.front-page .post-title {
		padding-bottom: 0px;
	}

	.post-content h1 {
    font-size: 1.778em;
	}

	.post-content h2 {
		font-size: 1.2em;
	}

	.post-content h3 {
    font-size: 1.2em;
	}

	.page .title-header {
		padding-bottom: 27px;
	}

  .post-content .wp-block-heading.has-x-large-font-size {
    font-size: 32px !important;
  }

  .box-big {
      font-size: 1.2em;
      line-height: 1.4;
  }

  blockquote {
      padding: 0;
  }

  blockquote:before {
      display: none;
  }

	.widget {
		width: 100%;
		margin-right: 0;
		float: none;
	}

  img.alignright, img.alignleft {
      float: none;
      margin-right: 0;
      margin-left: 0;
      display: block;
  }

  .single-post .post-content #mc_embed_signup {
    display: none;
  }

  .wp-block-column .content-slider .slider-text h4 {
    font-size: 1.2em;
  }

  #homepage-header .slider-content {
    align-items: flex-end;
  }

  #homepage-header .slider-content h1 {
    width: 100%;
    font-size: 1.25em;
  }

  #homepage-header .divider {
    height: 0px !important;
  }

  #homepage-header .slider-content-inner {
    margin-bottom: 60px;
  }

  .a_sidebar .a_category-footer {
    display: none;
  }

  .post-content .category-footer {
    display: block;
  }

  .post-content .category_widget_image {
    text-align: center;
    margin-bottom: 20px;
  }

  /* ---- Accordion ---- */
  .accordion .additional-field .post-header {
    margin-bottom: 20px;
  }

  .float-radio span.wpcf7-list-item {
    text-align: left;
  }

  .float-radio span.wpcf7-list-item .wpcf7-list-item-label {
    display: inline;
  }

  /* ---- Event List ---- */
  .event-list, .single-event, .single-event__title, .single-event__date, .single-event__link {
    display: block;
    padding: 0;
    width: auto;
    text-align: left;
    border-top: 0;
  }

  .single-event {
    padding: 10px 0;
    border-top: 1px solid #333b45;
  }

  .single-event__date {
    margin-bottom: 5px;
  }
}

/* ---- Media Queries: Smaller than 600px ---- */
@media (max-width: 600px) {
  .has-new-page-layout .post-content h1, 
  .has-new-page-layout .post-content h2, 
  .has-new-page-layout .post-content .wp-block-cover .wp-block-column h2,
  .has-new-page-layout .post-content .has-x-large-font-size, 
  .has-new-page-layout.single-post .post-header h1.post-title,
  .wp-block-details.event-registration-toggle summary {
    font-size: 1.778em;
  }

  .has-new-page-layout .post-content h3, 
  .has-new-page-layout .post-content .has-large-font-size, 
  .wp-block-details summary {
    font-size: 1.2em;
  }

  .has-new-page-layout .post-content .has-large-font-size {
    font-size: 1.2rem !important;
  }
  
  .has-new-page-layout .post-content .has-x-large-font-size {
    font-size: 1.778rem !important;
  }

  .has-new-page-layout .wp-block-column.has-mint-border-color .wp-block-heading img {
    margin-bottom: 10px;
  }
}

/* ---- Media Queries: Smaller than 400px ---- */
@media (max-width: 400px) {
  .a_header .logo img {
    height: 48px;
  }

  .a_footer .widget,
  .category-footer .widget {
      float: none;
      width: 100%;
  }

  #menu-servicenavigation {
      text-align: left;
      margin-top: 10px;
  }

  #homepage-header .slider-content-inner {
    margin-bottom: 0;
  }

  #homepage-header .bottom-button {
    display: none;
  }

  .box, .is-style-bordered > .wp-block-group__inner-container {
    padding: 20px 20px 0px;
  }

  .page .alignfull .is-layout-grid  .wp-block-group__inner-container > :not(.alignfull):not(section) {
    padding-left: 0;
    padding-right: 0;
  }

  div[style*="padding-left"] {
    padding-left: 18px !important;
  }

  div[style*="padding-right"] {
    padding-right: 18px !important;
  }

  .wp-block-group.has-background:not(.has-white-background-color):not(.is-style-bordered):not(.alignfull) {
    padding-left: 18px;
    padding-right: 18px;
  }

  .wp-block-cover .wp-block-group.is-vertical.is-layout-flex:not(.has-white-background-color):not(.is-style-bordered):not(.alignfull) {
    width: 70ww;
  }

  body .is-layout-flex.wp-block-columns .is-layout-flex.wp-block-columns {
    gap: 0;
  }

  .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
  }

  .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 1;
  }

  .wp-block-details.event-registration-toggle {
    padding-left: 80px !important;
  }

  .wp-block-details.event-registration-toggle summary:before {
    top: 4px;
    left: -60px;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .text-carousel.alignfull,
  .team-carousel.alignfull,
  .post-content .wp-block-group .wp-block-group__inner-container > .text-carousel.alignfull,
  .post-content .wp-block-group .wp-block-group__inner-container > .team-carousel.alignfull {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-carousel .flex-direction-nav a,
  .team-carousel .flex-direction-nav a {
    top: 50%;
    bottom: auto;
    left: -110px !important;
  }

  .text-carousel .flex-direction-nav a.flex-next,
  .team-carousel .flex-direction-nav a.flex-next {
    left: auto !important;
    right: -110px !important;
  }

  .text-carousel .flex-direction-nav a:before, 
  .team-carousel .flex-direction-nav a:before {
    right: 10px;
  }

  .text-carousel .flex-direction-nav a.flex-next:before, 
  .team-carousel .flex-direction-nav a.flex-next:before {
    right: auto;
    left: 10px;
  }
}

/* ---- Media Queries: Height smaller than 600px ---- */
@media (max-height: 600px) {
  .cr_body .nl_image {
    display: none;
  }
}
