/*
**	Container(s)
*/

/*
** Media query breakpoints
*/

/*
** Colors
*/

/*
** Fonts
*/

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

/*
* DO NOT EDIT: if resets needed add to sass/content-elements/resets.scss
*/

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;
}

/* =========================================
   Root: 1rem = 20px
   ========================================= */

html {
	font-size: 20px;
}

/* =========================================
   Base
   ========================================= */

body {
	background-color: #F6F4F5;
	color: #000000;
	font-family: "mundial-narrow-variable", sans-serif;
	font-size: 1rem;
	line-height: 1.8;
	font-weight: 300;
}

body,
html {
	height: 100%;
	width: 100%;
}

section,
.content-wrapper {
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
}

a {
	text-decoration: none;
}

#page {
	position: relative;
	margin-top: 50px;
}

img {
	max-width: 100%;
	height: auto;
}

img.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

section {
	margin-bottom: 7.5rem;
}

/* =========================================
   Headings
   ========================================= */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "mundial-narrow-variable", sans-serif;
	font-variation-settings: "wght" 580;
	color: #000000;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 2.5rem;
}

h2,
.h2 {
	font-size: 1.6rem;
}

h3,
.h3 {
	font-size: 1.4rem;
	line-height: 1.5;
}

h4,
.h4 {
	font-size: 1.4rem;
	line-height: 1.2;
}

h5,
.h5 {
	font-family: "mundial-narrow-variable", sans-serif;
	font-size: 0.9rem;
}

h6,
.h6 {
	font-size: 1rem;
}

/* =========================================
   WP Admin Bar
   ========================================= */

/* =========================================
   404 page
   ========================================= */

body.error404 #page h1 {
	font-size: 4rem;
}

body.error404 #page .content-wrapper {
	text-align: center;
}

/* =========================================
   Quick responsive fix for tables
   ========================================= */

.btn {
	position: relative;
	display: inline-block;
	border-radius: 8px;
	padding: 10px 10px 10px 10px;
	font-size: 0.8rem;
	line-height: 1;
	color: #000000;
	display: flex;
	transition: all 0.3s;
}

.btn i {
	position: relative;
	margin-right: 10px;
	width: 20px;
	line-height: 0;
}

.btn i img {
	width: 20px;
}

.btn:hover {
	box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.btn-outline-red {
	border: 1px solid #CB000F;
	color: #CB000F;
}

.text-center {
	text-align: center;
}

.wrapper {
	position: relative;
	xmin-height: 100vh;
	xoverflow-x: hidden;
}

.admin-bar .wrapper {
	min-height: calc(100vh - 32px);
}

.colored-bg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 45vh;
	background: #C4D3D9;
}

.content-wrapper {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

.breadcrumb-section {
	margin-bottom: 0;
}

.breadcrumbs {
	font-size: 11px;
	margin-left: 0px;
}

/* ARTIKEL */

.article-wrapper {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-bottom: 50px;
}

.article-wrapper .breadcrumbs {
	align-self: flex-start;
}

.article-wrapper .article_title {
	width: 50%;
	align-self: flex-start;
}

.article-wrapper article {
	margin-top: 30px;
	padding: 30px;
	background: #fff;
	border-radius: 12px;
	width: 100%;
	max-width: 1100px;
}

.article-wrapper article .article__figure {
	width: 100%;
}

.article-wrapper article .article__figure img {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	line-height: 0;
}

.article-wrapper article .article__figure figcaption {
	width: 100%;
	font-size: 0.8rem;
	text-align: right;
	font-style: italic;
	margin-bottom: 15px;
}

.article-wrapper article aside {
	position: relative;
	display: block;
}

.article-wrapper article .sharing-box {
	position: sticky;
	display: block;
	top: 20px;
	margin-top: 0px;
	text-align: center;
}

.article-wrapper article .sharing-box__title {
	font-size: 0.75rem;
	color: #6A6A6A;
	margin-bottom: 15px;
}

.article-wrapper article .sharing-box .sharing-box__btn {
	position: relative;
	margin: 13px 0;
	color: black;
	opacity: 0.5;
	transition: all 0.3s;
}

.article-wrapper article .sharing-box .sharing-box__btn:hover {
	opacity: 1;
}

.article-wrapper article .sharing-box .sharing-box__btn img {
	position: relative;
	width: 40px;
}

.article-wrapper article .sharing-box_mobile {
	display: none;
}

.article-wrapper article .sharing-box_mobile .sharing-box__list {
	display: flex;
	justify-content: center;
}

.article-wrapper article .sharing-box_mobile .sharing-box__list .sharing-box__btn {
	margin: 0 10px;
}

.article-wrapper article .article__content {
	display: flex;
	gap: 40px;
}

.article-wrapper article .article__content-container {
	width: 70%;
}

.article-wrapper article .article__excerpt {
	font-variation-settings: "wght" 580;
}

.anim {
	visibility: hidden;
	opacity: 0;
	transition: all 2s;
}

.anim--default {
	transform: scale(0.95);
}

.anim--fade-left {
	transform: translate3d(-100px, 0, 0);
}

.anim--fade-right {
	transform: translate3d(100px, 0, 0);
}

.anim--fade-top {
	transform: translate3d(0, -100px, 0);
}

.anim--fade-bottom {
	transform: translate3d(0, 100px, 0);
}

.anim--delay200 {
	transition-delay: 0.2s;
}

.animated {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.hamburger-white .hamburger-inner,
.hamburger-white .hamburger-inner::before,
.hamburger-white .hamburger-inner::after {
	background: #000;
}

.hamburger {
	padding: 0 0;
	display: flex;
	cursor: pointer;
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 1;
}

.hamburger-box {
	width: 25px;
	height: 19px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 25px;
	height: 3px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	left: 0;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
	width: 25px;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -8px;
}

.hamburger-inner::after {
	bottom: -8px;
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	color: #000;
	background-color: #000;
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	color: #000;
	background-color: #000;
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	color: #000;
	background-color: #000;
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse
 */

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
	top: -16px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -8px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header {
	position: relative;
	padding-top: 0;
	margin: 0px 0 0 0;
	z-index: 999;
	width: 100%;
	transition: all 0.75s;
	background: white;
	border-bottom: 1px solid #F4F4F4;
}

#header ul {
	list-style-type: none !important;
	margin-left: none !important;
}

.contact a {
	color: #CB000F;
}

.navigation {
	position: relative;
	display: flex;
	justify-content: space-between;
	xbackground: #FFF;
	xborder: 1px solid #F4F4F4;
	bxorder-radius: 20px;
	padding: 5px 20px 5px 30px;
	align-items: center;
	height: 80px;
}

.logo {
	position: relative;
	width: 266px;
	line-height: 0;
}

/*
* MENU
*/

.menu {
	display: flex;
	text-align: center;
}

.menu__item--parent {
	position: relative;
	padding-right: 10px;
}

.menu__item--parent::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	top: 34px;
	right: 12px;
	background-image: url("/wp-content/themes/template/res/img/arrow_down.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.menu__item--parent:hover .menu__sub {
	oxpacity: 1;
	xvisibility: visible;
	display: block;
}

.menu__sub {
	xopacity: 0;
	xvisibility: hidden;
	display: none;
	position: absolute;
	top: 81px;
	box-shadow: 0 5px 10px rgba(2, 184, 206, 0.2);
	background: white;
	border-radius: 0 0 20px 20px;
	padding: 20px 20px;
	min-width: 270px;
	text-align: left;
	border: 1px solid #F4F4F4;
}

.menu__sub .menu__subitem {
	position: relative;
	margin: 0px 0 !important;
}

.menu__sub .menu__sub__link {
	font-size: 16px;
	color: #000;
}

.menu__item--active a,
.menu__item--parent--active a {
	color: #CB000F;
}

#nav {
	position: relative;
	xwidth: 100%;
	text-align: center;
}

#main__menu {
	flex-flow: row;
	justify-content: center;
}

#nav-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: translateY(-100%);
	transition: all 0.5s;
	z-index: 998;
}

#nav-mobile ul {
	list-style-type: none !important;
	margin-left: none !important;
}

#nav-mobile .content-wrapper {
	display: flex;
	justify-content: flex-start;
	flex-flow: column;
	xpadding-left: 40px;
	align-items: center;
	margin-top: 120px;
	height: calc(100% - 100px);
	text-align: center;
	width: 100%;
}

#nav-mobile .menu__item {
	margin: 10px 0;
}

#nav-mobile .menu__link {
	color: #000000;
	font-size: 19px;
	xfont-weight: 500;
	margin: 5px 0;
	transition: all 0.75s;
}

#main_menu--mobile .menu__sub,
#nav-mobile .menu {
	margin: 0;
}

.menu__link,
.menu__sub__link {
	font-size: 0.9rem;
	font-family: "mundial-narrow-variable", sans-serif;
	xfont-weight: 500;
	line-height: 1;
	text-align: left;
	xletter-spacing: 1.5px;
	margin: 0px 15px;
	color: #000000;
	cursor: pointer;
	padding: 25px 0;
	position: relative;
	z-index: 2;
	transition: all 0.2s;
}

.menu__sub__link {
	padding: 5px 0;
}

.head-right {
	display: flex;
}

#burger {
	xposition: fixed;
	margin: 0 0px 0 20px;
	z-index: 9999;
	border: 1px solid #000;
	border-radius: 8px;
	padding: 0 10px;
	display: none;
}

#main_menu--mobile {
	display: block;
	width: 100%;
}

#main_menu--mobile .menu__item--parent {
	position: relative;
	display: block;
	width: 100% !important;
}

#main_menu--mobile .menu__sub {
	display: block;
	position: relative;
	top: auto;
	background: #fff;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
	text-align: center;
	min-width: 100%;
	height: auto;
}

#main_menu--mobile .menu__sub .menu__sub__link {
	color: #CECECE;
	font-size: 16px;
}

#footer {
	overflow: hidden;
	position: relative;
	background: white;
}

.footer__wrapper {
	position: relative;
	margin-top: 0px;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 0 10px;
}

.footer__wrapper .agencylife-icon {
	width: 60px;
	margin-bottom: 30px;
}

.footer__wrapper-split {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: row;
}

.footer__wrapper-split .info {
	font-size: 13px;
	color: #CECECE;
	margin-bottom: 30px;
}

.footer__wrapper-column {
	max-width: 30%;
}

#footer ul {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	text-align: left;
	margin-bottom: 30px;
}

#footer ul a {
	color: #CECECE;
	font-size: 15px;
	margin-left: 0;
}

#footer ul .menu__item--main-point a {
	color: #CB000F;
	font-size: 20px;
	font-weight: 500;
}

.play-btn {
	position: absolute;
	border-radius: 100%;
	background-color: #fff;
	width: 100px;
	height: 100px;
	z-index: 10;
	transition: all 0.3s;
}

.play-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #000;
	transition: all 0.3s;
}

.play-btn:hover {
	cursor: pointer;
}

.play-btn:hover:before {
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 25px;
}

.play-btn--pause {
	opacity: 0.5;
}

.play-btn--pause:before {
	border-style: double;
	border-width: 20px 0px 20px 20px;
}

.social-icons {
	display: inline-block;
	margin: 0 15px;
	width: 25px;
	font-size: 35px;
}

.social-icons:last-of-type {
	margin-right: 0;
}

/* SECTION TITLE */

.section-title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 30px;
}

.section-title i {
	line-height: 1;
}

.section-title i img {
	width: 25px;
	margin-right: 20px;
	line-height: 1;
}

.section-title h2 {
	line-height: 1;
}

/* story-teaser */

.story-teaser {
	position: relative;
	padding: 10px;
	border-radius: 12px;
	background: #fff;
	display: flex;
	border: 1px solid transparent;
	transition: all 0.3s ease-in;
}

.story-teaser-image {
	position: relative;
	aspect-ratio: 1/1;
	flex: 0 0 100px;
	line-height: 0;
	border-radius: 8px;
	overflow: hidden;
}

.story-teaser-image img {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s ease-in;
}

.story-teaser-info {
	position: relative;
	margin-left: 15px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 100%;
}

.story-teaser-info .kategorie {
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #CB000F;
}

.story-teaser-info h3 {
	font-size: 1rem;
	line-height: 1.1;
}

.story-teaser .metabox {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	text-transform: uppercase;
}

.story-teaser .metabox .datum {
	color: #CECECE;
}

.story-teaser .metabox .weiterlesen {
	color: #6A6A6A;
}

.story-teaser:hover {
	border: 1px solid red;
}

.story-teaser:hover .story-teaser-image img {
	transform: scale(1.1);
}

/* IMAGE TEASERS */

.image-teaser {
	position: relative;
	border-radius: 12px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 10px;
	background-color: #CECECE;
	aspect-ratio: 2/1;
	overflow: hidden; /* optional: falls Safari zickt */
	isolation: isolate;
	border: 1px solid transparent;
	transition: all 0.3s ease-in;
}

.image-teaser-bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	transition: all 0.3s ease-in;
}

.image-teaser-bg img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.image-teaser:hover {
	border: 1px solid red;
}

.image-teaser:hover .image-teaser-bg {
	transform: scale(1.05);
}

.image-teaser .title-label {
	padding: 12px 15px 15px 15px;
	border-radius: 8px;
	background: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 2;
}

.image-teaser .title-label i {
	width: 20px;
	line-height: 0;
	margin-right: 15px;
}

.image-teaser .title-label i img {
	width: 20px;
	line-height: 0;
}

.image-teaser .title-label h3 {
	font-size: 1.1rem;
	font-variation-settings: "wght" 300;
	line-height: 1;
}

.image-teaser-big {
	aspect-ratio: 4/3.5;
}

/*
* include/exclude needed modules
*/

.blog--section .teasers {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.blog-teaser {
	position: relative;
	display: block;
	width: calc(32% - 15px);
	margin: 15px;
	transition: all 0.3s;
}

.blog-teaser .teaser-image-wrap {
	position: relative;
	border-radius: 20px;
	height: 310px;
	width: 100%;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
}

.blog-teaser .teaser-image-wrap .teaser-image {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.blog-teaser .teaser-image-wrap .teaser-image img {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	min-height: 100%;
	min-width: 100%;
	max-width: none !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.blog-teaser .teaser-image-wrap .teaser-author {
	position: absolute;
	left: 20px;
	top: 20px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 1px solid white;
}

.blog-teaser .teaser-image-wrap .teaser-author img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.blog-teaser .teaser-title {
	margin: 15px 10px 10px 20px;
	width: 100%;
}

.blog-teaser .teaser-title h4 {
	color: #CB000F;
}

.blog-teaser:after {
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
	content: "";
	border: 1px solid #CB000F;
	transition: all 0.3s;
	opacity: 0;
	transform: rotate(0deg) !important;
}

.blog-teaser:hover .teaser-image-wrap {
	transform: rotate(-2deg) translateY(-30px);
	mxargin-top: -40px;
}

.blog-teaser:hover .teaser-image {
	opacity: 1;
}

.blog-teaser:hover .teaser-title {
	bottom: -200px;
}

.blog-teaser:hover:after {
	opacity: 1;
}

.downloads__section .download-wrapper .download-item {
	position: relative;
	display: flex;
	padding: 30px 40px;
	margin: 10px 0;
	background: #6A6A6A;
	color: #fff;
	align-items: center;
	border-radius: 20px;
}

.downloads__section .download-wrapper .download-item .download-icon {
	width: 35px;
	font-size: 45px;
	line-height: 1;
}

.downloads__section .download-wrapper .download-item .download-info {
	position: relative;
	margin-right: 30px;
	width: calc(100% - 60px);
}

.faq__section-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.faq__section-fullwidth {
	position: relative;
	width: 100%;
}

.faq__section-left-column {
	position: relative;
	width: 35%;
	align-items: flex-start;
}

.faq__section-left-column .fact-box {
	width: 90%;
}

.faq__section-right-column {
	position: relative;
	width: 60%;
}

.faq-item {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #F4F4F4;
	border-radius: 20px !important;
	background: #fff;
	overflow: hidden;
}

.faq-item p {
	width: calc(100% - 80px);
}

.faq-question {
	padding: 20px 25px;
	cursor: pointer;
	position: relative;
	xborder-radius: 20px;
	transition: all 0.3s;
	font-weight: 500;
}

.faq-question:hover {
	background: #F4F4F4;
}

.faq-answer {
	display: none;
	padding: 20px 25px;
	background: #F4F4F4;
	xborder-radius: 20px;
	font-size: 16px;
	font-weight: 300;
}

.faq-question::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	font-weight: normal;
	width: 38px;
	height: 38px;
	transform: translateY(-50%);
	font-size: 32px;
	line-height: 38px;
	border-radius: 50%;
	background: #F4F4F4;
	color: #CECECE;
	text-align: center;
}

.active {
	display: block;
	background: #F4F4F4;
}

.active::after {
	content: "-" !important;
	background: #fff;
	line-height: 34px;
}

.hero__section-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	align-items: center;
	margin: 20vh 0;
}

.hero__section-container {
	position: relative;
	width: 55%;
	text-align: center;
	justify-content: center;
	align-content: center;
}

.hero__section-container h1 {
	margin: 30px 0;
}

.hero__section-info {
	position: relative;
	width: 30%;
	text-align: center;
	display: inline-block;
}

/* IMAGE SECTION */

.image--section {
	position: relative;
	width: 100%;
	margin: 10vh auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.image--section .image-wrapper {
	display: block;
	width: 100%;
}

.image--section .desktop {
	display: block;
}

.image--section .mobile {
	display: none;
}

.image--section img {
	width: 100%;
}

.image--section .content-wrapper img {
	border-radius: 12px;
	line-height: 0;
}

.article-wrapper .image--section {
	margin: 0 0 10px 0;
}

.text__section-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	align-items: center;
}

.text__section-container {
	position: relative;
	width: 55%;
	text-align: justify;
	text-justify: inter-word;
	justify-content: center;
	align-content: center;
}

.text__section-container p {
	margin-bottom: 15px;
}

.text__section-container ul {
	list-style-type: disc;
}

.text__section-container h2,
.text__section-container h3 {
	margin-bottom: 20px;
}

.text__section-info {
	position: relative;
	width: 30%;
	text-align: center;
	display: inline-block;
}

.article-wrapper .text__section {
	margin-bottom: 10px;
}

.article-wrapper .text__section-container {
	width: 100%;
	text-align: left;
	text-justify: inter-word;
	justify-content: center;
	align-content: center;
}

/* VIDEO SECTION */

.video--section {
	position: relative;
	width: 100%;
	max-width: 1800px;
	margin: 10vh auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video--section .video-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 ratio */
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.video--section .video-wrapper h2 {
	position: absolute;
	z-index: 11;
	left: 0;
	width: 43%;
	text-align: right;
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	pointer-events: none;
	justify-content: flex-end;
}

.video--section .video-wrapper h2 span {
	color: #CB000F;
}

.video--section .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	overflow: hidden;
	z-index: 8;
}

.video--section .video-wrapper #volumeBtn {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	z-index: 10;
	background: url("/wp-content/themes/template/res/img/mute.png");
	background-size: 100% auto;
	border: none;
}

.video--section .video-wrapper .muted {
	background: url("/wp-content/themes/template/res/img/muted.png") !important;
}

.video--section .video-wrapper #playPauseBtn {
	z-index: 10;
}

.video--section .video-wrapper .paused {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("/wp-content/themes/template/res/img/play.png") no-repeat;
	background-size: 35% auto;
	background-position: center center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: none;
	padding: 50px;
	cursor: pointer;
}

.video--section .video-wrapper .playing {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	z-index: 10;
	background: url("/wp-content/themes/template/res/img/pause.png");
	background-size: 100% auto;
	transform: translate(0, 0);
	border: none;
	cursor: pointer;
}

.video--section .video-wrapper .overlay {
	pointer-events: none;
	z-index: 9;
	transition: all 0.3s;
}

.section__hero__home {
	margin-bottom: 70px !important;
}

.section__hero__home-container {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 20px;
}

.section__teaserlist-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 20px;
}

.section__teaserlist-container-double {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 20px;
}

/*
* BELOW sass is OPTIONAL
*/

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

.logo {
	xwidth: 200px;
}

.menu {
	display: none;
}

.menu__item--parent {
	padding-right: 5px;
}

.menu__link,
.menu__sub__link {
	margin: 0px 12px;
}

#burger {
	display: block;
}

}

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

body {
	font-size: 0.95rem;
}

section {
	margin-bottom: 5.5rem;
}

h1,
.h1 {
	font-size: 2.25rem;
}

h2,
.h2 {
	font-size: 1.6rem;
}

.menu__item--parent::before {
	display: none;
}

.menu__link,
.menu__sub__link {
	font-size: 16px;
	margin: 0px 10px;
	padding: 10px 0;
}

.play-btn {
	width: 80px;
	height: 80px;
}

.hero__section-wrapper {
	margin: 20vh 0;
}

}

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

h1,
.h1 {
	font-size: 2rem;
}

h4,
.h4 {
	font-size: 1.3rem;
}

#header {
	xpadding: 0 10px;
}

.logo {
	xwidth: 216px;
}

#nav {
	xdisplay: none;
}

.blog-teaser {
	width: calc(50% - 30px);
}

.blog-teaser .teaser-image-wrap {
	height: 250px;
}

.faq__section-wrapper {
	display: block;
}

.faq__section-left-column {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.faq__section-left-column .fact-box {
	width: 40%;
}

.faq__section-info {
	width: 50%;
}

.faq__section-right-column {
	width: 100%;
	margin-top: 30px;
}

.hero__section-container {
	width: 70%;
}

.hero__section-info {
	width: 50%;
}

.text__section-container {
	width: 70%;
}

.text__section-info {
	width: 50%;
}

.article-wrapper .text__section-container {
	width: 100%;
}

.video--section {
	xwidth: calc(100% - 20px);
}

.video--section .video-wrapper h2 {
	transform: scale(0.7);
}

}

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

#wpadminbar {
	position: fixed;
}

.admin-bar .wrapper {
	min-height: calc(100vh - 46px);
}

}

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

body {
	font-size: 0.9rem;
}

#page {
	margin-top: 100px;
}

section {
	margin-bottom: 2.5rem;
}

h1,
.h1 {
	font-size: 1.6rem;
}

h2,
.h2 {
	font-size: 1.6rem;
}

h3,
.h3 {
	font-size: 1rem;
}

h4,
.h4 {
	font-size: 1.2rem;
}

h5,
.h5 {
	font-size: 0.75rem;
}

h6,
.h6 {
	font-size: 0.9rem;
}

table {
	display: block;
	width: 100%;
	overflow-x: scroll;
}

.article-wrapper .article_title {
	width: 90%;
}

.article-wrapper article {
	padding: 15px;
}

.article-wrapper article .article__figure figcaption {
	font-size: 0.75rem;
}

.article-wrapper article aside {
	display: none;
}

.article-wrapper article .sharing-box {
	padding-left: 10px;
	top: 70px;
}

.article-wrapper article .sharing-box_mobile {
	display: flex;
	justify-content: center;
}

.article-wrapper article .article__content {
	gap: 0px;
}

.article-wrapper article .article__content-container {
	width: 100%;
}

#header {
	position: fixed;
	top: 0;
}

.navigation {
	padding: 5px 15px;
	height: 60px;
}

.logo {
	width: 210px;
}

.menu__item--parent {
	padding-right: 0;
}

.metanav {
	display: none;
}

#burger {
	padding: 5px 10px;
}

.footer__wrapper-split {
	display: block;
}

.footer__wrapper-column {
	max-width: 100%;
}

.play-btn {
	width: 50px;
	height: 50px;
	bottom: 0;
}

.play-btn:before {
	border-top-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 15px;
}

.play-btn:hover:before {
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 15px;
}

.blog-teaser {
	width: 100%;
	margin: 15px 0;
}

.blog-teaser .teaser-image-wrap {
	height: 220px;
}

.downloads__section .download-wrapper .download-item {
	padding: 20px 25px;
}

.downloads__section .download-wrapper .download-item .download-icon {
	width: 25px;
	font-size: 25px;
}

.downloads__section .download-wrapper .download-item .download-info {
	line-height: 1.25;
}

.faq__section-left-column {
	display: block;
}

.faq__section-left-column .fact-box {
	width: 100%;
}

.faq__section-info {
	width: 100%;
}

.hero__section-container {
	width: 100%;
}

.hero__section-info {
	width: 100%;
}

.image--section .desktop {
	display: none;
}

.image--section .mobile {
	display: block;
}

.text__section-container {
	width: 100%;
}

.text__section-info {
	width: 100%;
}

.article-wrapper .text__section-container {
	width: 100%;
}

.video--section .video-wrapper {
	border-radius: 25px;
	padding-bottom: 177.77%; /* 9:16 ratio */
}

.video--section .video-wrapper h2 {
	display: none;
}

.section__hero__home-container {
	grid-template-columns: 1fr;
}

.section__teaserlist-container {
	grid-template-columns: 1fr;
}

.section__teaserlist-container-double {
	grid-template-columns: 1fr;
}

}

