@font-face {
	font-family: "Satoshi";
	src: url("/wp-content/themes/template/res/fonts/Satoshi-Variable.woff2") format("woff2"), url("/wp-content/themes/template/res/fonts/Satoshi-Variable.woff") format("woff"), url("/wp-content/themes/template/res/fonts/Satoshi-Variable.ttf") format("truetype");
	font-weight: 300 900;
	font-display: swap;
	font-style: normal;
}

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/

@font-face {
	font-family: "Satoshi";
	src: url("/wp-content/themes/template/res/fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("/wp-content/themes/template/res/fonts/Satoshi-VariableItalic.woff") format("woff"), url("/wp-content/themes/template/res/fonts/Satoshi-VariableItalic.ttf") format("truetype");
	font-weight: 300 900;
	font-display: swap;
	font-style: italic;
}

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

body {
	background-color: #F8F6F4;
	color: #000000;
	font-family: "Satoshi", sans-serif;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
}

.page-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(to bottom, #FFFFFF, #F8F6F4);
	z-index: -1;
}

em,
i {
	font-style: italic;
}

strong,
bold {
	font-weight: 700;
}

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

section,
.content-wrapper {
	position: relative;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Satoshi", sans-serif;
	font-weight: 700;
	color: #000000;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 36px;
	font-weight: 700;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-family: "Satoshi", sans-serif;
	font-size: 16px;
}

h6,
.h6 {
	font-size: 20px;
}

body.error404 #page h1 {
	font-size: 400%;
}

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

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

.wrapper {
	position: relative;
}

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

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

.content-wrapper {
	position: relative;
	width: calc(100% - 200px);
	margin-left: 140px;
	max-width: 1280px;
	box-sizing: border-box;
	xbackground: #333;
	padding: 0;
}

.cpage-wrapper {
	display: flex;
	justify-content: center;
	min-height: 50vh;
	flex-flow: column;
}

.cpage-wrapper a {
	color: #CD171A;
	text-decoration: underline;
	cursor: pointer;
}

section .content-wrapper {
	xpadding: 0 30px;
}

section {
	margin: 0px 20px;
	padding: 50px 0;
	border-radius: 22px;
}

.aufmacher_section {
	position: relative;
	display: flex;
	flex-flow: wrap;
	margin: 0;
}

.overview__section {
	padding: 10px 0 20px 0;
	margin: 120px 20px 50px 20px;
}

/* ================================================
   GRID SYSTEM – 16 Spalten mit 20px Kachelabstand
   ================================================= */

/* === ROW === */

.row {
	display: flex;
	flex-wrap: wrap;
	xmargin: -10px;
	align-items: stretch;
}

/* === COL BASE === */

.col {
	padding: 10px;
	box-sizing: border-box;
	flex: 0 0 auto;
	width: 100%;
}

/* === COL WIDTHS (Desktop: 16er Grid) === */

.col-1 {
	width: calc(6.25% * 1);
}

.col-2 {
	width: calc(6.25% * 2);
}

.col-3 {
	width: calc(6.25% * 3);
}

.col-4 {
	width: calc(6.25% * 4);
}

.col-5 {
	width: calc(6.25% * 5);
}

.col-6 {
	width: calc(6.25% * 6);
}

.col-7 {
	width: calc(6.25% * 7);
}

.col-8 {
	width: calc(6.25% * 8);
}

.col-9 {
	width: calc(6.25% * 9);
}

.col-10 {
	width: calc(6.25% * 10);
}

.col-11 {
	width: calc(6.25% * 11);
}

.col-12 {
	width: calc(6.25% * 12);
}

.col-13 {
	width: calc(6.25% * 13);
}

.col-14 {
	width: calc(6.25% * 14);
}

.col-15 {
	width: calc(6.25% * 15);
}

.col-16 {
	width: calc(6.25% * 16);
}

/* === OFFSET (Desktop) === */

.offset-1 {
	margin-left: calc(6.25% * 1);
}

.offset-2 {
	margin-left: calc(6.25% * 2);
}

.offset-3 {
	margin-left: calc(6.25% * 3);
}

.offset-4 {
	margin-left: calc(6.25% * 4);
}

.offset-5 {
	margin-left: calc(6.25% * 5);
}

.offset-6 {
	margin-left: calc(6.25% * 6);
}

.offset-7 {
	margin-left: calc(6.25% * 7);
}

.offset-8 {
	margin-left: calc(6.25% * 8);
}

.offset-9 {
	margin-left: calc(6.25% * 9);
}

.offset-10 {
	margin-left: calc(6.25% * 10);
}

.offset-11 {
	margin-left: calc(6.25% * 11);
}

.offset-12 {
	margin-left: calc(6.25% * 12);
}

.offset-13 {
	margin-left: calc(6.25% * 13);
}

.offset-14 {
	margin-left: calc(6.25% * 14);
}

.offset-15 {
	margin-left: calc(6.25% * 15);
}

/* === RESPONSIVE: Tablet (8 Spalten) === */

/* === RESPONSIVE: Tablet (8 Spalten) === */

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

/* === RESPONSIVE: Mobile (2 Spalten) === */

/* === OPTIONALS: 1/3 Breite – col-third (useful for Teaser-Layouts) === */

.col-third {
	width: 33.3333333333%;
}

.double-row {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.chapter-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding: 0 10px;
}

.chapter-wrapper .chapter-title {
	display: flex;
	align-items: center;
}

.chapter-wrapper .chapter-title i {
	color: #CD171A;
}

.chapter-wrapper .chapter-title h2,
.chapter-wrapper .chapter-title h3 {
	white-space: nowrap;
	margin-right: 10px;
	font-weight: 400;
}

.chapter-wrapper .chapter-cta {
	display: inline-block;
}

.chapter-footer {
	position: relative;
	text-align: center;
	margin-top: 40px;
	display: none;
}

.gewinnspiel-teaser__section {
	background: #CCE1E2;
}

.wien-entdecken__section {
	background: #CD171A;
	color: #fff;
	margin-bottom: 20px;
}

.wien-entdecken__section .chapter-wrapper {
	color: #fff;
}

.wien-entdecken__section .chapter-wrapper h2,
.wien-entdecken__section .chapter-wrapper h3,
.wien-entdecken__section .chapter-wrapper .h2,
.wien-entdecken__section .chapter-wrapper .h3,
.wien-entdecken__section .chapter-wrapper .h4,
.wien-entdecken__section .chapter-wrapper h4,
.wien-entdecken__section .chapter-wrapper b,
.wien-entdecken__section .chapter-wrapper strong,
.wien-entdecken__section .chapter-wrapper i,
.wien-entdecken__section .chapter-wrapper .teaser-info {
	color: #fff;
}

.wien-entdecken__section h2,
.wien-entdecken__section h3,
.wien-entdecken__section .h2,
.wien-entdecken__section .h3,
.wien-entdecken__section .h4,
.wien-entdecken__section h4,
.wien-entdecken__section b,
.wien-entdecken__section strong,
.wien-entdecken__section i,
.wien-entdecken__section .teaser-info {
	color: #fff;
}

.wien-entdecken-result__section {
	padding-top: 0;
}

.page-info {
	margin-bottom: 50px;
}

.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: 27px;
	height: 19px;
	display: inline-block;
	position: relative;
}

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

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

.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: fixed;
	top: 15px;
	left: 0;
	width: 100%;
	z-index: 999;
}

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

.navigation {
	position: relative;
	margin-left: 160px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background: #FFF;
	border-radius: 22px;
	width: calc(100% - 180px);
	max-width: 1280px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
	align-items: center;
	height: 88px;
	margin-right: 0;
}

.logo {
	position: absolute;
	left: 40px;
	top: 1px;
	width: 95px;
	line-height: 0;
}

.menu {
	display: flex;
	padding-left: 40px;
}

.menu .menu__item .menu__link {
	position: relative;
	color: #000000;
	padding: 10px 0;
	margin-right: 35px;
	font-size: 20px;
	font-weight: 400;
}

.menu .menu__item--active .menu__link {
	color: #CD171A;
}

.menu .menu__item--active .menu__link::after {
	transition: all 0.75s;
	width: 0% !important;
}

#nav {
	position: relative;
}

#nav .menu__link::after {
	position: absolute;
	left: 0;
	width: 0;
	bottom: 5px;
	height: 2px;
	background: black;
	content: "";
	transition: all 0.2s;
}

#nav .menu__link:hover::after {
	width: 100%;
}

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

#burger {
	position: fixed;
	right: 20px;
	z-index: 9999;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	background: #fff;
	width: 55px;
	height: 55px;
	top: 20px;
	line-height: 0;
	display: none;
}

#nav-mobile {
	position: fixed;
	top: 0;
	right: 0;
	width: 270px;
	height: 100%;
	background: #fff;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
	transform: translateX(100%);
	xtransition: all 0.5s;
	z-index: 998;
}

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

#nav-mobile .content-wrapper {
	display: flex;
	flex-flow: column;
	margin-top: 120px;
	height: calc(100% - 170px);
	text-align: left;
	width: 100%;
	justify-content: space-between;
	padding: 0;
}

#nav-mobile .menu {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: column !important;
	text-align: right;
	padding: 0 40px 0 0;
	box-sizing: border-box;
}

#nav-mobile .menu .menu__item {
	position: relative;
	margin: 10px 0;
	width: 100%;
}

#nav-mobile .menu .menu__item .menu__link {
	position: relative;
	margin: 0;
	padding: 15px 0;
	width: 100%;
	xborder-bottom: 1px solid #EBEBEB;
}

#nav-mobile .metanav ul {
	flex-flow: column;
	text-align: right;
	padding: 0 30px 0 0;
}

#nav-mobile .metanav ul li {
	display: flex;
	justify-content: flex-end;
	height: 45px;
	align-items: center;
	margin: 10px 0;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}

#nav-mobile .metanav .nav-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px !important;
	height: 43px !important;
	box-sizing: border-box;
	margin-left: 18px;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
	background-color: #fff;
	color: #000;
	padding: 8px;
}

#nav-mobile .metanav .nav-icon-red {
	background: #CD171A;
	color: #fff;
}

#nav-mobile .metanav .nav-icon-yellow {
	background: #FFE208;
	color: #fff;
}

#nav-mobile .metanav .nav-icon-profil {
	padding: 0;
	overflow: hidden;
	line-height: 0;
}

#nav-mobile .metanav .nav-icon-profil img {
	min-width: 44px;
	min-height: 44px;
}

#desktop-meta {
	display: block;
}

.metanav {
	margin-right: 5px;
}

.metanav ul {
	display: flex;
	justify-content: flex-end;
}

.metanav ul li {
	margin: 0 6px;
}

.user-menu-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	display: none;
	min-width: 110px;
	z-index: 999;
}

.bullet-btn {
	position: relative;
}

.bullet-btn.active .user-menu-dropdown {
	display: block;
}

.wbb-user-menu {
	position: relative;
}

.wbb-user-menu ul {
	flex-flow: column;
}

.wbb-user-menu ul li {
	margin: 10px 0 !important;
	padding: 5px 0 !important;
}

.wbb-user-menu ul li a {
	color: #000000;
}

#footer {
	margin: 0px 20px;
	padding: 50px 0;
	border-radius: 22px 22px 0 0;
	background: #fff;
	border: 1px solid #EBEBEB;
}

#footer ul {
	display: flex;
	flex-flow: column;
	margin: 0;
	padding: 0;
}

#footer ul li {
	margin: 5px 0 0 0;
	padding: 0;
}

#footer ul a {
	font-size: 16px;
	line-height: 1;
	padding: 0;
}

#footer ul a::after {
	position: absolute;
	left: 0;
	width: 0;
	bottom: -3px;
	height: 2px;
	background: black;
	content: "";
	transition: all 0.2s;
}

#footer ul a:hover::after {
	width: 100%;
}

#footer .menu--footer_bezirk {
	flex-flow: wrap;
}

#footer .menu--footer_bezirk li {
	width: 50%;
}

#footer .nav-title {
	color: #CD171A;
}

#footer .menu--footer_highlights {
	margin-top: 30px;
}

#footer .menu--footer_highlights a {
	font-size: 18px;
	color: #CD171A;
	font-weight: 500;
}

#footer .social-nav {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

/* IMAGE TEASERS */

.image-teaser {
	position: relative;
	width: 100%;
	border-radius: 12px;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	padding: 20px;
	aspect-ratio: 780/500;
	xmargin: 20px 0;
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
}

.image-teaser h1,
.image-teaser .h1,
.image-teaser h2,
.image-teaser .h2,
.image-teaser h3,
.image-teaser .h3,
.image-teaser h4,
.image-teaser .h4 {
	color: #fff;
	margin-top: 0;
	font-weight: 700;
}

.image-teaser .teaser-gradient {
	position: absolute;
	width: 100%;
	height: 120%;
	left: 0;
	top: 0;
	background: linear-gradient(1deg, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%);
	z-index: 2;
	transition: all 0.4s;
	pointer-events: none;
}

.image-teaser:hover .teaser-gradient {
	height: 100%;
	background: linear-gradient(1deg, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
}

.image-teaser .teaser-image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.image-teaser .teaser-image img {
	width: auto;
	max-width: auto;
}

.image-teaser .teaser-info {
	position: relative;
	z-index: 3;
}

.image-teaser-big {
	flex: 2; /* größerer Anteil */
	padding: 30px;
}

.image-teaser-big .teaser-info {
	max-width: 80%;
}

.double-row .image-teaser {
	aspect-ratio: auto;
}

.image-teaser-list {
	aspect-ratio: 1/2;
}

/* CONTENT TEASERS */

.content-teaser {
	position: relative;
	display: flex;
	flex-direction: column;
}

.content-teaser:hover {
	text-decoration: underline;
}

.content-teaser .teaser-image {
	position: relative;
	line-height: 0;
	min-height: 80px;
}

.content-teaser .teaser-image img {
	max-width: auto;
	width: 100%;
	aspect-ratio: 10/7;
	border-radius: 8px;
	object-fit: cover;
}

.content-teaser .teaser-info {
	position: relative;
	margin-top: 0;
	padding: 0 5px;
}

.content-teaser .teaser-info h1,
.content-teaser .teaser-info .h1,
.content-teaser .teaser-info h2,
.content-teaser .teaser-info .h2,
.content-teaser .teaser-info h3,
.content-teaser .teaser-info .h3,
.content-teaser .teaser-info h4,
.content-teaser .teaser-info .h4 {
	font-weight: 500;
}

.deinestadt-teaser-home {
	position: relative;
	background: #CD171A;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 12px;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
	color: #fff;
	margin-bottom: 15px;
}

.deinestadt-teaser-home .h1,
.deinestadt-teaser-home .h2,
.deinestadt-teaser-home .h3 {
	color: #fff;
}

.deinestadt-teaser-home .intro {
	position: relative;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 400;
}

.deinestadt-teaser-home::after {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 85px;
	height: 85px;
	content: "";
	background: url("/wp-content/themes/template/res/img/icn_kompass-white.svg");
	opacity: 0.3;
	pointer-events: none;
}

.deinestadt-teaser-home form .btn_submit {
	position: relative;
	background-color: white;
	border-radius: 6px;
	padding: 13px 15px 13px 45px;
	border: none;
	cursor: pointer;
	font-family: "Satoshi", sans-serif;
	font-weight: 400;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
	font-size: 20px;
	line-height: 1;
	color: #000000;
	transition: all 0.3s;
}

.deinestadt-teaser-home form .btn_submit:hover {
	background: #FFE208;
}

.deinestadt-teaser-home form .btn_submit::after {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 26px;
	height: 26px;
	content: "";
	background: url("/wp-content/themes/template/res/img/icn_kompass.svg");
	opacity: 1;
	z-index: 3;
	pointer-events: none;
}

.ort-teaser-home {
	position: relative;
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	background: #fff;
	padding: 20px;
	height: 100%;
	display: flex;
	align-items: center;
}

.ort-teaser-home .ort-bild {
	position: relative;
	margin-right: 20px;
	aspect-ratio: 1/1;
	height: 100%;
	background: #8A939B;
	border-radius: 8px;
	overflow: hidden;
	line-height: 0;
}

.ort-teaser-home .ort-bild .teaser-image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.image-teaser-list .author-info {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	line-height: 0;
	border-radius: 50%;
	border: 1px solid #8A939B;
	overflow: hidden;
	padding: 0;
}

.image-teaser-list .author-info img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.crosslink {
	position: relative;
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	background: #fff;
	padding: 20px;
	margin: 20px 0;
	height: 100%;
	display: flex;
	align-items: center;
}

.crosslink .crosslink-bild {
	position: relative;
	margin-right: 20px;
	aspect-ratio: 1.5/1;
	height: 100%;
	background: green;
	border-radius: 8px;
	overflow: hidden;
	line-height: 0;
}

.crosslink .crosslink-bild .teaser-image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.crosslink-liste {
	position: relative;
	margin: 20px 0;
}

.crosslink-liste .image-teaser-list {
	position: relative;
	width: 300px;
	justify-self: center;
}

.overlay {
	opacity: 1 !important;
}

.adslot {
	justify-content: center;
}

.adslot img {
	border-radius: 0 !important;
}

.adslot::after {
	content: "ANZEIGE";
	font-size: 9px;
	color: #8A939B;
}

#adslot-mobile-top {
	margin-top: 20px;
}

.listingslot {
	padding: 15px 0;
	justify-content: center;
}

/* macht .row-Platzhalter sichtbar/breit */

.row.adslot.listingslot {
	display: block;
}

.row.adslot.listingslot > .adslot,
.row.adslot.listingslot > [id^=sas_] {
	display: block;
	width: 100%;
}

.sitebar {
	position: fixed;
	left: 1450px;
	width: calc(100vw - 1450px);
	height: 100vh;
	top: 0px;
	z-index: 10;
	justify-content: flex-start;
	xbackground: blue;
}

.ad-section {
	padding: 0;
}

.sticky-wrapper {
	align-items: flex-start;
}

.hpa-left {
	position: sticky;
	top: 120px; /* Abstand von oben beim Scrollen */
	margin-top: 20px;
}

.billboard {
	position: relative;
	display: flex;
	justify-self: center;
	margin: 30px 0;
}

article .excerpt {
	font-size: 20px;
	line-height: 1.5;
}

article h2,
article h3,
article .h2,
article .h3 {
	font-weight: 400;
	margin-top: 50px;
}

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

article .article-image-inner {
	max-height: 530px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 12px;
}

article .article-image-inner img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: 100%;
}

article .article-image figcaption {
	margin-top: 0.5rem;
	xfont-size: 14px;
	color: #666;
}

article figure img {
	width: 100%;
	border-radius: 12px;
	line-height: 0;
}

article p {
	margin: 20px 0;
}

article p a {
	color: #CD171A;
	text-decoration: underline;
}

article .wp-caption {
	max-width: 100%;
}

article .wp-caption img {
	line-height: 0;
	border-radius: 12px;
}

article figcaption,
article .wp-caption-text {
	margin-top: 0;
	text-align: center;
	font-size: 13px;
	font-style: italic;
}

article .article-body img {
	width: 100%;
	border-radius: 12px;
	line-height: 0;
}

article .author-info {
	position: relative;
	display: flex;
	align-items: center;
	border-top: 1px solid #8A939B;
	border-bottom: 1px solid #8A939B;
	padding: 20px 40px;
	gap: 40px;
}

article .author-info .author-avatar {
	line-height: 0;
}

article .author-info img {
	border-radius: 50%;
	line-height: 0;
	border: 1px solid #8A939B;
	width: 75px;
}

article .author-info .author-meta {
	line-height: 1.5;
}

article .author-info .author-meta .written-by,
article .author-info .author-meta .author-position {
	font-size: 13px;
	font-style: italic;
	color: #8A939B;
}

article .author-info .author-meta strong {
	font-weight: 500;
}

article blockquote {
	position: relative;
	font-size: 22px;
	font-style: italic;
	margin-left: 30px;
}

article blockquote::before {
	position: absolute;
	top: -20px;
	left: -50px;
	color: #FFE208;
	font-size: 100px;
	line-height: 1;
	content: "“";
	z-index: -1;
}

article ul {
	list-style-type: disc;
	margin-left: 40px;
}

article ul li::marker {
	color: #CD171A; /* oder z. B. #ffcc00 */
}

article ol {
	list-style-type: decimal;
	margin-left: 40px;
}

article ol li::marker {
	color: #CD171A; /* oder z. B. #ffcc00 */
}

.related__section .chapter-wrapper .chapter-title h2,
.related__section .chapter-wrapper .chapter-title h3 {
	white-space: normal;
}

/* YOUTUBE EMBED */

.youtube-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 12px;
}

.youtube-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* INSTAGRAM EMBED */

.instagram-wrapper {
	width: 100%;
	max-width: 540px;
	margin: 0 auto 20px;
}

/* TIKTOK EMBED */

.tiktok-wrapper {
	max-width: 100%;
	margin: 0 auto 30px;
}

/* GALLERY */

.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
	color: #FFE208;
	transform: scale(0.5);
}

.gallery-swiper .swiper-pagination-fraction {
	color: #8A939B;
	font-size: 13px;
}

.gallery-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	xheight: 500px; /* Oder deine gewünschte Max-Höhe */
	overflow: hidden;
}

.gallery-swiper .swiper-slide img {
	max-height: 100%;
	height: auto;
	width: auto;
	object-fit: contain;
	display: block;
}

/* LISTEN DETAIL */

.list-ort-wrapper {
	position: relative;
	border: 1px solid #EBEBEB;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.5);
	padding: 15px;
	margin-bottom: 15px;
}

.list-ort-wrapper h2,
.list-ort-wrapper h3 {
	margin-top: 0;
	font-weight: 500;
	margin-bottom: 20px;
}

.list-ort-wrapper img {
	border-radius: 8px !important;
}

/* LIST AUTHOR */

.list-author {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 0;
	border-radius: 50%;
	border: 1px solid #8A939B;
	overflow: hidden;
	padding: 0;
	margin-top: 37px;
}

.list-author img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

/* FAVORITE BTN */

.favorite-toggle-wrapper {
	position: absolute;
	top: 50px;
	right: 20px;
	z-index: 100;
}

.favorite-toggle {
	background: none;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
	width: 42px;
}

.favorite-label {
	position: absolute;
	right: 48px;
	width: 100px;
	text-align: right;
	font-size: 14px;
	margin-bottom: 4px;
	text-align: center;
	color: #8A939B;
}

.favorite-toggle .icon {
	transition: transform 0.2s ease;
}

.favorite-toggle:hover .icon {
	transform: scale(1.2);
}

/* ORTE DETAILS */

.ort-info-table {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0.5em;
	margin-top: 1.5em;
}

.ort-info-table .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.ort-info-table .spacer-row {
	height: 15px;
}

.ort-info-table .label {
	width: 150px;
	font-weight: bold;
	color: #8A939B;
	padding: 0;
	line-height: 15px;
}

.ort-info-table .value {
	flex: 1;
	font-size: 13px;
	line-height: 15px;
}

.ort-detail-info {
	position: relative;
	margin-top: 30px;
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	padding: 10px;
	background: #fff;
}

.ort-detail-info h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.ort-map {
	position: relative;
	width: 100%;
	height: 300px;
	border-radius: 8px;
	z-index: 1;
}

.ort-map .leaflet-control-attribution {
	font-size: 8px;
}

.ort-map .leaflet-control a svg {
	display: none !important;
}

.ort-map--embed {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.ort-map--embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

article .wp-caption {
	width: 100% !important;
	display: inline-grid;
	justify-content: center;
}

article .article-body img {
	xwidth: auto !important;
}

.swiper-slide .wp-caption {
	width: 100% !important;
}

.share-wrapper {
	position: sticky;
	top: 120px;
	margin-top: 0px;
	text-align: center;
	display: flex;
	flex-flow: column;
}

.cta__section {
	xpadding-top: 0;
}

.cta__section .content-wrapper {
	display: flex;
	gap: 20px;
	padding: 20px;
}

.cta__section .content-wrapper a {
	width: 100%;
}

.cta__section .cta-desktop {
	display: block;
}

.cta__section .desktop-half {
	xwidth: calc(50% - 20px);
}

.cta__section .cta-mobile {
	display: none;
}

.overlay {
	position: fixed;
	xinset: 0;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
}

.overlay.active {
	display: flex;
	background: none;
}

.overlay .overlay-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
}

.overlay .overlay-content {
	position: relative;
	z-index: 2;
	max-width: 500px;
	width: 90%;
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	box-sizing: border-box;
}

.overlay .overlay-close {
	z-index: 99999;
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	font-size: 36px;
	padding: 0;
	color: #000000;
	cursor: pointer;
}

.overlay form {
	box-sizing: border-box;
}

.overlay .h1 {
	margin-bottom: 20px;
}

.overlay input {
	display: block;
	border: 1px solid #8A939B;
	border-radius: 8px;
	padding: 12px;
	box-sizing: border-box;
	font-size: 16px;
	width: 100%;
	margin: 5px 0;
}

.overlay select {
	display: block;
	border: 1px solid #8A939B;
	border-radius: 8px;
	padding: 12px;
	box-sizing: border-box;
	font-size: 16px;
	width: 100%;
	margin: 5px 0;
}

.overlay button {
	position: relative;
	display: flex;
	justify-self: flex-end;
	background: #CD171A;
	border: none;
	padding: 12px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 8px;
	color: #fff;
}

.overlay a {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}

#wbb-password-checklist {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1;
}

#wbb-password-checklist span {
	display: block;
	color: #999;
}

#wbb-password-checklist .valid {
	color: green;
}

#wbb-password-checklist .invalid {
	color: red;
}

.author-form input {
	display: block;
	border: 1px solid #8A939B;
	border-radius: 8px;
	padding: 12px;
	box-sizing: border-box;
	font-size: 16px;
	width: 100%;
	margin: 5px 0;
}

.author-form select {
	display: block;
	border: 1px solid #8A939B;
	border-radius: 8px;
	padding: 12px;
	box-sizing: border-box;
	font-size: 16px;
	width: 100%;
	margin: 5px 0;
}

.author-form button {
	position: relative;
	display: flex;
	justify-self: flex-end;
	background: #CD171A;
	border: none;
	padding: 12px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 8px;
	color: #fff;
}

.author-form a {
	color: #000000;
	text-decoration: underline;
}

.content-form {
	box-sizing: border-box;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #EBEBEB;
}

.content-form .h1 {
	margin-bottom: 20px;
}

.content-form input {
	display: block;
	border: 1px solid #8A939B;
	border-radius: 8px;
	padding: 12px;
	box-sizing: border-box;
	font-size: 16px;
	width: 100%;
	margin: 5px 0;
}

.content-form select {
	display: block;
	border: 1px solid #8A939B;
	border-radius: 8px;
	padding: 12px;
	box-sizing: border-box;
	font-size: 16px;
	width: 100%;
	margin: 5px 0;
}

.content-form button {
	position: relative;
	display: flex;
	justify-self: flex-end;
	background: #CD171A;
	border: none;
	padding: 12px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 8px;
	color: #fff;
}

.content-form a {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}

.bullet-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	box-sizing: border-box;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
	background-color: #fff;
	color: #000;
	padding: 12px;
	box-sizing: border-box;
	line-height: 0;
	transition: all 0.2s;
	cursor: pointer;
}

.bullet-btn-red {
	background-color: #CD171A;
	color: #fff;
}

.bullet-btn-yellow {
	background-color: #FFE208;
	color: #fff;
}

.bullet-btn-profpic-wrap {
	padding: 0;
}

.bullet-btn-profpic {
	position: absolute;
	width: 55px;
	height: 55px;
	overflow: hidden;
	line-height: 0;
	border-radius: 50%;
	left: 0;
	top: 0;
}

.bullet-btn-profpic img {
	overflow: hidden;
	min-width: 55px;
	min-height: 55px;
	object-fit: cover;
}

.bullet-btn .tooltip {
	position: absolute;
	bottom: -30px;
	padding: 8px;
	opacity: 0;
	transition: all 0.2s;
	pointer-events: none;
	font-size: 13px;
	line-height: 1;
	background: white;
	border: 1px solid #EBEBEB;
	border-radius: 3px;
	white-space: nowrap;
	color: #000000;
}

.bullet-btn:hover {
	transform: scale(1.08);
}

.bullet-btn:hover .tooltip {
	bottom: -40px;
	opacity: 0.8;
}

.bullet-btn-noborder {
	border: none;
}

.btn {
	position: relative;
	border-radius: 6px;
	border: 1px solid #CD171A;
	padding: 13px 18px;
	font-weight: 400;
	background: none;
	color: #CD171A;
	transition: all 0.2s;
}

.btn:hover {
	background: #CD171A;
	color: #fff;
}

.btn-black {
	border-color: #000000;
	color: #000000;
}

.btn-black:hover {
	background: #000000;
}

.btn-white {
	border-color: #fff;
	color: #fff;
}

.btn-white:hover {
	background: #000000;
}

.btn-full-red {
	background: #CD171A;
	color: #fff;
}

.btn-small {
	padding: 7px 9px;
}

.tab-nav {
	border: 1px solid #8A939B;
	display: flex;
	border-radius: 12px;
	overflow: hidden;
}

.tab-nav-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 40px 0;
	gap: 30px;
	flex-wrap: wrap;
}

.tab-nav-btn {
	padding: 18px 25px;
	background: none;
	font-size: 14px;
	border: none;
	cursor: pointer;
	transition: all 0.2s;
}

.tab-nav-btn:hover {
	background: #EBEBEB;
}

.tab-nav-btn:first-child {
	border-radius: 12px 0 0 12px;
}

.tab-nav-btn:last-child {
	border-radius: 0 12px 12px 0;
}

.tab-nav .shown {
	background: #FFE208;
}

label,
.label {
	padding: 5px;
	font-size: 10px;
	font-weight: 700;
	color: #000000;
	display: inline-block;
	margin: 0 7px 10px 0;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 3px;
}

label-yellow,
.label-yellow {
	background: #FFE208;
}

label-blue,
.label-blue {
	background: #BCE3FF;
}

label-turkis,
.label-turkis {
	background: #CCE1E2;
}

label-ad,
.label-ad {
	background: #EBEBEB;
}

.read-more {
	position: relative;
	justify-self: flex-end;
	color: #CD171A;
}

form {
	width: 100%;
}

form .form-row {
	position: relative;
	display: flex;
	margin: 10px 0;
	justify-content: space-between;
}

form .form-col {
	width: 100%;
}

form .form-col-50 {
	width: calc(50% - 5px);
}

form .submit-float {
	position: absolute;
	margin-top: 5px;
}

/* CUSTOM SELECT */

.custom-select-wrapper {
	position: relative;
	user-select: none;
	width: 100%;
	font-family: "Satoshi", sans-serif;
}

.custom-select {
	background-color: none;
	border-radius: 6px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	cursor: pointer;
	font-weight: 400;
}

.custom-select-trigger::after {
	content: "";
	float: right;
	margin-right: 1 0px;
	margin-top: 13px;
	width: 10px;
	height: 6px;
	background: url("/wp-content/themes/template/res/img/arrow-down.png");
}

.custom-options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-top: none;
	background: white;
	display: none;
	z-index: 2;
	color: #000000;
	z-index: 99;
	max-height: 270px;
	overflow-y: scroll;
	border-radius: 0px 0px 5px 5px;
	margin-top: -3px;
}

.custom-option {
	padding: 5px 10px;
	display: block;
	cursor: pointer;
}

.custom-option:hover {
	background: #eee;
}

.custom-select.open .custom-options {
	display: block;
}

/* CUSTOM SELCECT - DISTRICT SELECT */

.district-select {
	position: relative;
	display: inline-block;
}

.district-select .custom-select {
	border: 1px solid #CD171A;
	padding: 5px 5px 5px 15px;
}

.district-select .custom-select-trigger {
	color: #CD171A;
	font-style: italic;
	font-weight: 400;
}

.district-select .custom-options {
	max-height: 250px;
}

.district-select .custom-select-trigger::after {
	content: "";
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 16px;
	width: 10px;
	height: 6px;
	background: url("/wp-content/themes/template/res/img/arrow-down-red.png");
}

/* CUSTOM SELECT BOX */

.styled-checkbox {
	display: inline-flex;
	align-items: center;
	color: white;
	font-weight: 400;
	margin-right: 20px;
	cursor: pointer;
	gap: 8px;
	font-size: 17px;
	text-transform: none;
}

.styled-checkbox input[type=checkbox] {
	display: none;
}

.checkbox-icon {
	width: 20px;
	height: 20px;
	border: 1px solid white;
	border-radius: 6px;
	position: relative;
}

.checkbox-icon::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: white;
	border-radius: 3px;
	position: absolute;
	top: 4px;
	left: 4px;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.styled-checkbox input[type=checkbox]:checked + .checkbox-icon::after {
	opacity: 1;
}

/* MEIN BEZIRK FILTER */

.mein-bezirk-filter {
	position: relative;
	display: flex;
	border-radius: 12px;
	background: #CD171A;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	justify-content: flex-start;
	gap: 30px;
	align-items: center;
}

.mein-bezirk-filter .h2,
.mein-bezirk-filter .h3,
.mein-bezirk-filter h2,
.mein-bezirk-filter h3 {
	color: #fff;
}

.mein-bezirk-filter .custom-select-wrapper {
	width: 200px;
}

.mein-bezirk-filter input {
	background: none;
	color: #fff;
	border-radius: 6px;
	padding: 16px 22px;
	border: none;
	outline: none;
	font-weight: 300;
	font-size: 16px;
}

.mein-bezirk-filter input[type=submit] {
	background: #FFE208;
	color: #000000;
	outline: none;
	cursor: pointer;
}

/* BEST OF WIEN FILTER */

.best-of-wien-filter {
	position: relative;
	display: flex;
	border-radius: 12px;
	background: #FFE208;
	padding: 20px;
	box-sizing: border-box;
	color: #000000;
	justify-content: flex-start;
	gap: 30px;
	align-items: center;
}

.best-of-wien-filter .h2,
.best-of-wien-filter .h3,
.best-of-wien-filter h2,
.best-of-wien-filter h3 {
	color: #000000;
}

.best-of-wien-filter .custom-select-wrapper {
	width: 200px;
}

.best-of-wien-filter .custom-select-wrapper .custom-select {
	border-color: #000000;
}

.best-of-wien-filter .custom-select-wrapper .custom-select-trigger::after {
	background: url("/wp-content/themes/template/res/img/arrow-down-black.png");
}

.best-of-wien-filter input {
	background: none;
	color: #fff;
	border-radius: 6px;
	padding: 16px 22px;
	border: none;
	outline: none;
	font-weight: 300;
	font-size: 16px;
}

.best-of-wien-filter input[type=submit] {
	background: #000000;
	color: #fff;
	outline: none;
	cursor: pointer;
}

/* WIEN ENTDECKEN FILTER */

.wien-entdecken-filter {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	xmargin: 20px 0 0 0;
}

.wien-entdecken-filter .intro {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	color: white;
}

.wien-entdecken-filter .custom-select-wrapper {
	width: 200px;
}

.wien-entdecken-filter .filter-column {
	position: relative;
	display: flex;
	margin: 10px 0 10px 0;
	gap: 20px;
}

.wien-entdecken-filter .btn_submit {
	position: relative;
	background-color: white;
	border-radius: 6px;
	padding: 13px 15px 13px 45px;
	border: none;
	cursor: pointer;
	font-family: "Satoshi", sans-serif;
	font-weight: 400;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
	font-size: 20px;
	line-height: 1;
	color: #000000;
	transition: all 0.3s;
}

.wien-entdecken-filter .btn_submit:hover {
	background: #FFE208;
}

.wien-entdecken-filter .btn_submit::after {
	position: absolute;
	left: 10px;
	top: 12px;
	width: 26px;
	height: 26px;
	content: "";
	background: url("/wp-content/themes/template/res/img/icn_kompass.svg");
	opacity: 1;
	z-index: 3;
	pointer-events: none;
}

.author-profile {
	position: relative;
	box-sizing: border-box;
	display: flex;
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #EBEBEB;
}

.author-profile .author-avatar {
	width: 100px;
	height: 100px;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
	overflow: hidden;
}

.author-profile .author-details {
	margin-left: 50px;
}

.author-profile .author-edit {
	margin-left: 50px;
}

.author-profile a {
	color: #CD171A;
	margin-right: 10px;
	text-decoration: underline;
}

/* ACF FORMS */

.acf-field input[type=text],
.acf-field input[type=password],
.acf-field input[type=date],
.acf-field input[type=datetime],
.acf-field input[type=datetime-local],
.acf-field input[type=email],
.acf-field input[type=month],
.acf-field input[type=number],
.acf-field input[type=search],
.acf-field input[type=tel],
.acf-field input[type=time],
.acf-field input[type=url],
.acf-field input[type=week],
.acf-field textarea,
.acf-field select {
	padding: 12px;
}

.acf-input-prepend,
.acf-input-append {
	padding: 12px;
}

#acf-form-wrapper label {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	line-height: 1.2;
}

#acf-form-wrapper .btn-outline {
	background: none !important;
	border: 1px solid #8A939B !important;
	color: #8A939B !important;
}

.acf-field-repeater {
	background: #FFE208;
	padding: 20px 20px 80px 20px !important;
}

.acf-repeater > .acf-actions .acf-button {
	position: relative;
	border-radius: 6px;
	border: 1px solid #000;
	padding: 13px 18px;
	font-size: 16px;
	font-weight: 400;
	background: #000;
	color: #fff;
	transition: all 0.2s;
}

/* SEARCH FORM */

.searchform {
	margin-bottom: 2em;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}

.searchform input[type=text] {
	flex: 1;
	padding: 0.75em;
	font-size: 1em;
	border-radius: 10px;
	outline: none;
	border: 1px solid black;
}

.searchform button {
	padding: 0.75em 1.25em;
	font-size: 1em;
	background-color: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 10px;
	outline: none;
}

.my-pagination {
	display: flex;
	justify-content: center;
}

.my-pagination li {
	color: #000;
	padding: 0 10px;
}

.my-pagination li a {
	color: #000;
}

.my-pagination li .current {
	color: #CD171A;
}

/*
* 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: #CD171A;
}

.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 #CD171A;
	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: #516676;
	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 #EBEBEB;
	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: #EBEBEB;
}

.faq-answer {
	display: none;
	padding: 20px 25px;
	background: #EBEBEB;
	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: #EBEBEB;
	color: #8A939B;
	text-align: center;
}

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

.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: 30px;
	line-height: 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-info {
	position: relative;
	width: 30%;
	text-align: center;
	display: inline-block;
}

/* 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: #CD171A;
}

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

.newsletter__section .newsletter-wrapper {
	position: relative;
	border-radius: 12px;
	background: #CD171A;
	color: #fff;
	padding: 40px;
	display: flex;
	gap: 40px;
	justify-content: flex-start;
	align-items: stretch;
}

.newsletter__section .newsletter-wrapper .newsletter-deko {
	position: absolute;
	right: 200px;
	top: 20px;
	width: 50%;
	height: 50%;
	background-image: url("/wp-content/themes/template/res/img/mail-wave.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}

.newsletter__section .newsletter-wrapper .newsletter-deko .newsletter-deko-paperplane {
	position: absolute;
	right: -9%;
	top: -30%;
}

.newsletter__section .newsletter-wrapper h1,
.newsletter__section .newsletter-wrapper h2,
.newsletter__section .newsletter-wrapper h3,
.newsletter__section .newsletter-wrapper .h1,
.newsletter__section .newsletter-wrapper .h2,
.newsletter__section .newsletter-wrapper .h3,
.newsletter__section .newsletter-wrapper p {
	color: #fff;
}

.newsletter__section .newsletter-wrapper .newsletter-info {
	position: relative;
	width: 40%;
}

.newsletter__section .newsletter-wrapper .newsletter-info p {
	line-height: 1.2;
	font-weight: 300;
	margin-top: 30px;
}

.newsletter__section .newsletter-wrapper .newsletter-form {
	position: relative;
	display: flex;
	align-self: end;
	gap: 10px;
}

.newsletter__section .newsletter-wrapper .newsletter-form form {
	display: flex;
	align-items: baseline;
}

.newsletter__section .newsletter-wrapper .newsletter-form input {
	background: none;
	color: #fff;
	border-radius: 6px;
	padding: 14px 18px;
	border: none;
	outline: 1px solid rgba(255, 255, 255, 0.6);
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	margin: 0 10px;
}

.newsletter__section .newsletter-wrapper .newsletter-form .custom-select-wrapper {
	margin-top: 0;
}

.newsletter__section .newsletter-wrapper .newsletter-form .custom-select-wrapper .custom-select-trigger {
	width: 110px;
}

.newsletter__section .newsletter-wrapper .newsletter-form input[type=mail] {
	width: 300px;
}

.newsletter__section .newsletter-wrapper .newsletter-form input[type=submit] {
	background: #FFE208;
	color: #000000;
	outline: 1px solid #FFE208;
	cursor: pointer;
}

.newsletter__section .newsletter-wrapper .newsletter-form input::placeholder,
.newsletter__section .newsletter-wrapper .newsletter-form textarea::placeholder {
	color: #fff;
	font-weight: 300;
	opacity: 1;
}

.content__newsletter .newsletter-wrapper {
	display: block;
}

.content__newsletter .newsletter-wrapper .newsletter-info {
	width: 100%;
}

.content__newsletter .newsletter-wrapper .newsletter-deko {
	right: 70px;
	top: 10px;
	width: 80%;
	height: 20%;
}

.content__newsletter .newsletter-wrapper .newsletter-deko .newsletter-deko-paperplane {
	right: -9%;
	top: -49%;
	width: 70px;
}

/*
* BELOW sass is OPTIONAL
*/

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

.sitebar {
	display: none;
}

}

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

.logo {
	xwidth: 200px;
}

}

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

body {
	xfont-size: 16px;
}

h1,
.h1 {
	font-size: 36px;
}

#page {
	margin-top: 0px;
}

.content-wrapper {
	width: calc(100% - 0px);
	margin-left: 0px;
}

section {
	margin: 15px 5px;
	padding: 20px 10px 10px 10px;
	border-radius: 20px;
}

.overview__section {
	margin: 35px 5px 40px 5px;
	padding: 0px 0 20px 0;
}

.col-md-1 {
	width: calc(12.5% * 1);
}

.col-md-2 {
	width: calc(12.5% * 2);
}

.col-md-3 {
	width: calc(12.5% * 3);
}

.col-md-4 {
	width: calc(12.5% * 4);
}

.col-md-5 {
	width: calc(12.5% * 5);
}

.col-md-6 {
	width: calc(12.5% * 6);
}

.col-md-7 {
	width: calc(12.5% * 7);
}

.col-md-8 {
	width: calc(12.5% * 8);
}

.offset-md-1 {
	margin-left: calc(12.5% * 1);
}

.offset-md-2 {
	margin-left: calc(12.5% * 2);
}

.offset-md-3 {
	margin-left: calc(12.5% * 3);
}

.offset-md-4 {
	margin-left: calc(12.5% * 4);
}

.offset-md-5 {
	margin-left: calc(12.5% * 5);
}

.offset-md-6 {
	margin-left: calc(12.5% * 6);
}

.offset-md-7 {
	margin-left: calc(12.5% * 7);
}

.offset-md-0 {
	margin-left: 0;
}

.col-md-third {
	width: 50%;
}

#header {
	position: relative;
}

.navigation {
	background: none;
	box-shadow: none;
	border-radius: none;
}

.logo {
	left: 20px;
}

.menu {
	display: none;
}

#burger {
	display: block;
}

#desktop-meta {
	display: none;
}

#footer {
	margin: 15px 5px;
	padding: 20px 10px 10px 10px;
	border-radius: 20px;
}

.image-teaser {
	padding: 15px;
}

.ort-teaser-home {
	display: none;
}

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

}

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

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 26px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 18px;
}

.col {
	padding: 7.5px;
}

.col-mp-1 {
	width: calc(12.5% * 1);
}

.col-mp-2 {
	width: calc(12.5% * 2);
}

.col-mp-3 {
	width: calc(12.5% * 3);
}

.col-mp-4 {
	width: calc(12.5% * 4);
}

.col-mp-5 {
	width: calc(12.5% * 5);
}

.col-mp-6 {
	width: calc(12.5% * 6);
}

.col-mp-7 {
	width: calc(12.5% * 7);
}

.col-mp-8 {
	width: calc(12.5% * 8);
}

.offset-mp-1 {
	margin-left: calc(12.5% * 1);
}

.offset-mp-2 {
	margin-left: calc(12.5% * 2);
}

.offset-mp-3 {
	margin-left: calc(12.5% * 3);
}

.offset-mp-4 {
	margin-left: calc(12.5% * 4);
}

.offset-mp-5 {
	margin-left: calc(12.5% * 5);
}

.offset-mp-6 {
	margin-left: calc(12.5% * 6);
}

.offset-mp-7 {
	margin-left: calc(12.5% * 7);
}

.offset-mp-0 {
	margin-left: 0;
}

.double-row {
	gap: 15px;
}

#footer .col {
	width: 20% !important;
}

#footer ul a::after {
	display: none;
}

#footer .menu--footer_bezirk li {
	width: 100%;
}

.image-teaser {
	padding: 10px;
}

.image-teaser-big .teaser-info {
	max-width: 100%;
}

.hpa-left {
	display: none;
}

article .article-image-inner {
	max-height: 450px;
}

.single-list header {
	max-width: 72%;
}

.list-author {
	position: absolute;
	right: 0;
	margin-top: 35px;
}

.favorite-toggle-wrapper {
	right: 70px;
	top: 50px;
}

.wien-entdecken-filter .custom-select-wrapper {
	width: 188px;
}

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

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

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

.newsletter__section .newsletter-wrapper {
	display: block;
	padding: 30px;
}

.newsletter__section .newsletter-wrapper .newsletter-deko {
	right: 50px;
}

.newsletter__section .newsletter-wrapper .newsletter-deko .newsletter-deko-paperplane {
	transform: scale(0.8);
	right: -14%;
}

.newsletter__section .newsletter-wrapper .newsletter-info {
	width: 100%;
	margin-bottom: 20px;
}

}

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

#wpadminbar {
	position: fixed;
}

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

}

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

body {
	xfont-size: 16px;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 25px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 12px;
}

h6,
.h6 {
	font-size: 18px;
}

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

#page {
	margin-top: 0px;
}

section .content-wrapper {
	xpadding: 0 30px;
}

section {
	margin: 0px 5px;
	padding: 20px 10px 30px 10px;
	border-radius: 14px;
}

.overview__section {
	margin: 10px 5px 40px 5px;
	padding: 10px 5px 5px 5px;
}

.col {
	padding: 5px;
}

.col-sm-1 {
	width: calc(50% * 1);
}

.col-sm-2 {
	width: calc(50% * 2);
}

.offset-sm-1 {
	margin-left: 50%;
}

.offset-sm-0 {
	margin-left: 0;
}

.col-sm-third {
	width: 100%;
}

.double-row {
	gap: 10px;
}

.chapter-wrapper .chapter-cta {
	display: none;
}

.chapter-footer {
	display: block;
}

.logo {
	width: 80px;
}

#footer {
	margin: 0px 5px;
	padding: 20px 10px 30px 10px;
	border-radius: 14px;
}

#footer .col-sm-1 {
	width: 50% !important;
}

#footer .col-sm-2 {
	width: 100% !important;
}

#footer .menu--footer_bezirk li {
	width: 50% !important;
}

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

.double-row .image-teaser {
	aspect-ratio: 2/1;
}

.image-teaser-list {
	aspect-ratio: 1/2;
}

.col-third .image-teaser {
	aspect-ratio: 3/1.5;
}

.content-teaser {
	margin: 5px 0;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.content-teaser .teaser-image {
	width: 40%;
}

.content-teaser .teaser-image img {
	aspect-ratio: 10/8;
}

.content-teaser .teaser-info {
	width: 190px;
}

.deinestadt-teaser-home {
	margin-bottom: 30px;
}

.ort-teaser-home {
	display: flex;
	padding: 15px;
}

.ort-teaser-home .ort-bild {
	min-width: 120px;
}

.image-teaser-list .author-info {
	width: 40px;
	height: 40px;
}

.crosslink {
	padding: 15px;
}

.crosslink .crosslink-bild {
	min-width: 120px;
}

.cad {
	text-align: center;
}

article h2 {
	font-size: 28px;
}

article .author-info {
	padding: 10px 20px;
}

article blockquote {
	font-size: 19px;
}

article blockquote::before {
	left: -40px;
}

.gallery-swiper .swiper-slide {
	height: 300px;
}

.single-list header {
	max-width: 100%;
}

.list-author {
	position: relative;
	width: 40px;
	height: 40px;
	margin-top: 0;
	margin-bottom: 10px;
}

.favorite-toggle-wrapper {
	right: 0;
	top: 9px;
}

.share-wrapper {
	width: 100%;
}

.share-wrapper .share-buttons {
	margin-top: 15px;
	display: flex;
	align-items: center;
	flex-flow: row;
	justify-content: space-between;
	padding: 0 20px;
	border-radius: 20px;
	background: #FFE208;
}

.share-wrapper .share-buttons div {
	line-height: 0;
}

.cta__section .content-wrapper {
	display: block;
	padding: 0;
}

.cta__section .cta-desktop {
	display: none;
}

.cta__section .cta-mobile {
	display: block;
}

#deinestadt-form-home .form-row {
	display: block;
	margin: 0;
}

#deinestadt-form-home .form-col-50 {
	width: 100% !important;
	margin: 10px 0;
}

.mein-bezirk-filter {
	display: block;
}

.mein-bezirk-filter .h2,
.mein-bezirk-filter .h3,
.mein-bezirk-filter h2,
.mein-bezirk-filter h3 {
	margin-bottom: 10px;
}

.mein-bezirk-filter .custom-select-wrapper {
	width: 100%;
	margin: 5px 0;
}

.best-of-wien-filter {
	display: block;
}

.best-of-wien-filter .h2,
.best-of-wien-filter .h3,
.best-of-wien-filter h2,
.best-of-wien-filter h3 {
	margin-bottom: 10px;
}

.best-of-wien-filter .custom-select-wrapper {
	width: 100%;
	margin: 5px 0;
}

.wien-entdecken-filter .custom-select-wrapper {
	width: 100%;
	margin: 5px 0;
}

.wien-entdecken-filter .filter-column {
	display: block;
	width: 100%;
}

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

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

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

.newsletter__section .newsletter-wrapper {
	padding: 40px 20px 20px 20px;
}

.newsletter__section .newsletter-wrapper .newsletter-deko {
	background: none;
	right: 20px;
}

.newsletter__section .newsletter-wrapper .newsletter-form form {
	display: block;
}

.newsletter__section .newsletter-wrapper .newsletter-form {
	display: block;
	text-align: center;
}

.newsletter__section .newsletter-wrapper .newsletter-form input {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

.newsletter__section .newsletter-wrapper .newsletter-form input[type=mail] {
	width: 280px;
	margin-bottom: 20px;
}

.content__newsletter .newsletter-wrapper .newsletter-deko .newsletter-deko-paperplane {
	right: -9%;
	top: -29%;
	width: 90px;
	transform: scale(1);
}

}

