/*
Theme Name: figu
Theme URI:
Author: Roland Amon
Author URI: https://amon.de/
Description: Theme fuer das Figurentheaterfestival
Version: 0.1
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 8.1
License: Commercial
License URI:
Text Domain: figu
*/


/*																																								Globale Styles			*/

html * {
	padding: 0;
	margin: 0;
}
body * {
	/*	font-family: var(--wp--preset--font-family--system-fonts);*/
}
.figu_back {
	position: absolute;
	top: 86px;
	left: 0px;
	width: 100%;
	height: 100vh;
	z-index: -1;
	background-image: url(/wp-content/themes/figu/assets/hintergrund.png);
}
:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-color: var(--wp--preset--color--schwarz);
	border-radius: 1px;
	/*	outline-offset: 2px;*/
}

.unsichtbar {
	display: none !important;
}
.text-center {
	text-align: center;
}
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.figu_background_gruen {
	background-color: var(--wp--preset--color--gruen) !important;
}
.figu_block {
	display: block;
}
figcaption {
	display: none;
}
.oval {
	min-width: 100px;
	min-height: 50px;
	background: var(--wp--preset--color--weiss);
	border-radius: 50%;
	color: var(--wp--preset--color--schwarz);
	font-size: var(--wp--preset--font-size--small);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
}
.oval-gruen {
	background: var(--wp--preset--color--gruen);
}
.oval-lila {
	background: var(--wp--preset--color--lila);
	color: var(--wp--preset--color--weiss);
}
button.rund {
	border: solid 1px var(--wp--preset--color--schwarz);
	padding: 3px 10px;
	border-radius: 1.5rem;
	background: transparent;
	height: fit-content;
	text-decoration: none;
	color: var(--wp--preset--color--schwarz);
	font-size: var(--wp--preset--font-size--medium);
	margin: var(--wp--preset--spacing--40) 0;
}
button.rund p {
	font-family: var(--wp--preset--font-family--system-fonts);
	font-size: var(--wp--preset--font-size--medium);
	margin: 0;
}
button.rund p a {
	text-decoration: none;
	color: var(--wp--preset--color--schwarz);
}
button.rund:focus, button.rund:hover {
	background-color: var(--wp--preset--color--gelb);
}

.wp-site-blocks {
	background-color: var(--wp--preset--color--weiss);

	/*	position: relative;*/
}
.figu_link_extern {
	color: var(--wp--preset--color--schwarz);
	background-repeat: no-repeat;
	background-position: left top 2px;
	background-size: 25px;
	padding-left: 30px;
	background-image: url(/wp-content/themes/figu/assets/icons/externer_Link.png);
	text-decoration: underline;
}
.figu_link_extern:hover, .figu_link_extern:focus,.figu_link_extern:focus-visible {
	text-decoration: none;
	outline: none;
	background-color: var(--wp--preset--color--gelb);
}

/* 																																																			Akkordeon 				*/

.figu_akkordeon {
	margin: 30px 0;
}

.figu_akkordeon h3 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.figu_akkordeon button {
	padding-left: 65px;
}
.figu_akkordeon h3 button:hover {
	cursor: pointer;
}

.figu_accordion_trigger[aria-expanded="true"], .figu_akkordeon button[aria-expanded="false"]:hover, .figu_akkordeon button[aria-expanded="false"]:focus {
	background-color: var(--wp--preset--color--gruen);
}
.figu_akkordeon button[aria-expanded="true"]:hover, .figu_akkordeon button[aria-expanded="true"]:focus {
	background-color: var(--wp--preset--color--weiss);
}
.figu_akkordeon_element {
	border-bottom: solid 1px var(--wp--preset--color--schwarz);
}
.figu_akkordeon_element:first-of-type {
	border-top: solid 1px var(--wp--preset--color--schwarz);
}
.figu_accordion_panel {
	padding-left: 65px;
	padding-right: 40px;
	background-color: var(--wp--preset--color--gruen);
}

.figu_accordion_trigger {
	background: none;
	color: hsl(0deg 0% 13%);
	display: block;
	font-size: 1rem;
	font-weight: normal;
	margin: 0;
	padding: 30px 0;
	position: relative;
	text-align: left;
	width: 100%;
	outline: none;
}
button.figu_accordion_trigger {
	border-style: none;
}
.figu_accordion_title {
	font-family: var(--wp--preset--font-family--system-fonts);
	font-size: var(--wp--preset--font-size--large);
}
.figu_accordion_icon {
	background-image: url(/wp-content/themes/figu/assets/icons/Pfeil_nachunten.png);
	background-repeat: no-repeat;
	background-position: left top 6px;
	background-size: 1.5rem;
	height: 2rem;
	position: absolute;
	right: 1em;
	width: 2rem;
}

.figu_accordion_trigger:focus .figu_accordion_icon,
.figu_accordion_trigger:hover .figu_accordion_icon {
	border-color: hsl(216deg 94% 43%);
}
.figu_accordion_trigger[aria-expanded="true"] .figu_accordion_icon {
	background-image: url(/wp-content/themes/figu/assets/icons/Pfeil_nachoben.png);
}
.figu_accordion_panel {
	margin: 0;
	padding: 30px 0 100px 0;
	font-family: var(--wp--preset--font-family--nunito);
	font-size:  var(--wp--preset--font-size--small);
	line-height: 1.4;
}

.figu_accordion_panel[hidden] {
	display: none;
}


/* 																																																			Pressebox 				*/

.figu_presse_box {
	display: flex;
	flex-direction: row;
	margin: var(--wp--preset--spacing--40) 0;
}
.figu_presse_box_bild {
	width: 50%;
}
.figu_presse_box_texte {
	width: 50%;
	padding-left: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
}
.figu_presse_box_texte > p:not(.figu_presse_box_texte_zeile) {
	margin-top: 2rem;
}
.figu_presse_box_texte > h3 {
	font-family: var(--wp--preset--font-family--helvetica-medium);
	font-size:  var(--wp--preset--font-size--large);
	margin: 0 !important;
}
.figu_presse_box_texte > p.figu_presse_box_texte_zeile {
	font-family: var(--wp--preset--font-family--system-fonts);
	font-size:  var(--wp--preset--font-size--medium-large);
	margin: 0;
}
.figu_presse_box_texte_infos {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: self-end;
	justify-content: space-between;
}

/* 																																																			Header 				*/

.site-header {
	width: 100%;
	background-color: var(--wp--preset--color--weiss);
	position: fixed;
	top: 0;
	z-index: 7001;
	min-height: 82px;
}
.figu-header-gruen {
	background-color: var(--wp--preset--color--gruen);
}
.figu-header-block {
	max-width: 1700px;
	min-height: 82px;
	margin: 0 auto;
}
.figu-header {
	background-color: var(--wp--preset--color--weiss);
	display: flex;
	align-items: start;
	position: fixed;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	max-width: 1700px;
	z-index: 7001;
}
.figu-header-gruen .figu-header {
	background-color: var(--wp--preset--color--gruen);
}
.figu-header a.figu_logo_link {
	padding-bottom: 15px;
}
.figu_logo_link {
	line-height: 0.9;
	display: block;
	margin-left: 55px;
	padding: 5px 10px 0px 0px;
	margin-right: 8%;
}
img.figu_logo {
	height: 60px;
}

.figu-header nav, .figu-header ul, .figu-header li {
	display: inline-block;
}
.figu-header nav {
	font-size: var(--wp--preset--font-size--medium);
	white-space: nowrap;
}
.site-header nav ul:focus {
	outline: none;
}
.figu-header nav a {
	color: var(--wp--preset--color--schwarz);
	text-decoration: none;
	display: block;
}
.figu-header nav h1 {
	font-size: var(--wp--preset--font-size--medium-large);
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 3px;
}
.figu-header nav.figu_nav_main a:focus, .figu-header nav.figu_nav_main a:hover {
	outline: none;
	text-decoration: underline;
	text-decoration-thickness: 3px;
}
.figu-header nav ul {
	position: relative;
	list-style: none;
}
.figu-header nav.figu_nav_mobile_zusatz {
	display: none;
}
.site-header	.figu_nav_mobile_main {
	display: none;
}

nav.figu_nav_main {
	width: 100%;
	margin-top: 28px;
	overflow-y: hidden;
	transition: height 750ms;
	font-size: var(--wp--preset--font-size--medium-large);
}
nav.figu_nav_main > ul {
	display: flex;
}
nav.figu_nav_main ul ul {
	padding-top: 10px;
	padding-left: 10px;
	display: none;
	position: absolute;
	box-sizing:content-box;
}
nav.figu_nav_main ul > li ul > li {
	display: block;
}
nav.figu_nav_main > ul > li {
	margin: 0 15px;
}
nav.figu_nav_main > ul > li:first-of-type {
	margin-left: 0;
}
nav.figu_nav_main a {
}
.figu-header nav a.figu_navi_main_aktiv {
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 3px;
}
nav.figu_nav_main ul li:hover > ul, nav ul li.active > ul {
	display:block;
}
nav.figu_nav_zusatz, .figu_nav_mobile_zusatz {
	margin-right: 44px;
	margin-top: 28px;
}
nav.figu_nav_zusatz ul {
	padding: 0;
	display: flex;
	align-items: center;
}
nav.figu_nav_zusatz li {
	margin: 0;
	line-height: 1rem;
}
nav.figu_nav_zusatz li:first-of-type {
	margin-left: 0;
	margin-right: 10px;
}
nav.figu_nav_zusatz li.figu_nav_link_de {
	margin-left: 30px;
	padding-right: 5px;
}
nav.figu_nav_zusatz li.figu_nav_link_en, .figu_nav_mobile_zusatz li.figu_nav_link_en {
	padding-left: 5px;
	border-left: var(--wp--preset--color--schwarz) 1px solid;
	margin: 0;
}
.figu_nav_mobile_zusatz li.figu_nav_link_en {
	margin-right: 10px;
}
nav.figu_nav_zusatz a:hover, a.figu_logo_link:hover {
	outline: var(--wp--preset--color--schwarz) solid 2px;
	outline-style: solid;
	outline-color: var(--wp--preset--color--schwarz);
	border-radius: 1px;
	outline-offset: 2px;
}
.figu_nav_icon {
	width: 24px;
}

/*																																														Main				*/

.wp-site-blocks main {
	padding-bottom: 1px;
	margin-top: 82px;
}
.wp-site-blocks main.figu_main_startseite {
/*	margin-top: 108px;*/
	line-height: 0;
}
.wp-site-blocks main.figu_main_startseite .entry-content {
	line-height: 1.2;
}
.figu_main_container {
	max-width: 1700px;
	margin: 0 auto;
}
.figu_seite_schmal {
	max-width: 1020px;
}
.figu_seite_gruen {
	background-color: var(--wp--preset--color--gruen);
}
.wp-site-blocks main.figu_seite_schmal {
	max-width: 60%;
	margin: 0 auto;
}
.wp-site-blocks main.figu_seite_standard {
	margin-top: 117px;
}
.wp-site-blocks p a:focus {
	outline: none;
}
.wp-block-post-content p {
	margin: revert;
}
.wp-block-post-content p a {
	color: var(--wp--preset--color--schwarz);
	text-decoration-thickness: 1px;
}
.wp-block-post-content p a:focus, .wp-block-post-content p a:hover {
	text-decoration: none;
}
.wp-block-post-content ul {
	font-family: var(--wp--preset--font-family--nunito);
}
.figu_start_muster {
	max-width: 100%;
	height: 44px;
	object-fit: cover;
}
.figu_start_header {
	/*	margin-top: 80px;
	position: fixed;
	width: 100%;
	top: 66px;
	min-height: 1650px;
	z-index: -1;*/
}
.figu_start_header figure figcaption {
	display: none;
}
.figu_start_header img {
/*	height: calc(100vh - 82px);*/
	height: calc(100vh - var(--vh-offset, 0px) - 82px - 64px);
	object-fit: cover;
	width: 100vw;
}
@media (orientation: landscape) {
	.figu_start_header figure:last-of-type {
		display: none;
	}
}
@media (orientation: portrait) {
	.figu_start_header figure:first-of-type {
		display: none;
	}
}
.wp-block-cb-carousel {
	background-color: var(--wp--preset--color--weiss);
}
.slick-dotted.slick-slider {
	margin-bottom: 25px;
	max-height: calc(100vh - 100px);
}
.wp-block-cb-carousel .slick-slide {
	max-height: calc(100vh - 110px);
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wp-block-cb-carousel .slick-slide img {
	max-height: calc(100vh - 110px);
	margin: 0 auto;
	width: auto;
}
.slick-dots {
	background-color: var(--wp--preset--color--schwarz);
	text-align: right;
	bottom: -26px;
}
.slick-dots li {
	height: 30px;
}
.slick-dots li:last-of-type {
	margin-right: 30px;
}
.slick-dots li button:before {
	color: var(--wp--preset--color--schwarz);
	border: solid 1px white;
	border-radius: 24px;
	opacity: 1;
	content: " ";
	width: 24px;
	height: 24px;
}
.slick-dots li.slick-active button:before{
	color: white;
	background-color: white;
	opacity: 1;
}
.figu_start_page_header {
	height: 380px;
	width: 100%;
	background-color: var(--wp--preset--color--schwarz);
}
.figu_start_name {
	margin-left: 10%;
	padding-top: var(--wp--preset--font-size--xx-large);
}
.figu_start_header {
	position: relative;
}
.figu_start_header h2 {
	position: absolute;
	top: 200px;
	left: 50px;
	color: var(--wp--preset--color--pink);
	font-family: var(--wp--preset--font-family--system-fonts);
	font-size: var(--wp--preset--font-size--xx-large);
	line-height: 0.85;
	margin: 0 !important;
	letter-spacing: -0.35px;
}
.figu_start_header h3 {
	margin: 0 !important;
	color: var(--wp--preset--color--weiss);
	font-family: var(--wp--preset--font-family--system-fonts);
	font-size: var(--wp--preset--font-size--extra-large);
	font-weight: normal;
	position: absolute;
	line-height: 1;
	width: 300px;
}
.figu_start_header h3:first-of-type {
	top: 50px;
	right: 80px;
}
.figu_start_header h3:nth-of-type(2) {
	bottom: 280px;
	right: 80px;
}
.figu_start_header h3:last-of-type {
	bottom: 50px;
	right: 80px;
}

.figu_start_boxen {
	position: relative;
	margin: 50px auto 50px auto;
	width: 100%;
	max-width: 1700px !important;
	background-color: var(--wp--preset--color--weiss);
}
.figu_start_box {
	background-color: var(--wp--preset--color--weiss);
}
.figu_start_boxen .figu_start_box {
	border: solid 50px var(--wp--preset--color--pink);
	width: 33.34%;
	min-height: 100px;
	box-sizing: border-box;
}
.figu_start_boxen_zweier .figu_start_box {
	width: 50%;
}

.figu_start_boxen_dreier .figu_start_box:nth-of-type(2),
.figu_start_boxen_dreier .figu_start_box:nth-of-type(3),
.figu_start_boxen_dreier .figu_start_box:nth-of-type(5),
.figu_start_boxen_dreier .figu_start_box:nth-of-type(6),
.figu_start_boxen_dreier .figu_start_box:nth-of-type(8),
.figu_start_boxen_dreier .figu_start_box:nth-of-type(9),
.figu_start_boxen_dreier .figu_start_box:nth-of-type(11),
.figu_start_boxen_dreier .figu_start_box:nth-of-type(12) {
	border-left: none;
}
.figu_start_boxen .figu_start_box:not(:first-of-type) {
	border-top: none;
}
.figu_start_boxen_dreier .figu_start_box:nth-of-type(1), .figu_start_boxen_dreier .figu_start_box:nth-of-type(2), .figu_start_boxen_dreier .figu_start_box:nth-of-type(3) {
	border-top: solid 50px var(--wp--preset--color--pink);
}
.figu_start_boxen_zweier .figu_start_box:nth-of-type(2n) {
	border-left: none;
}
.figu_start_boxen_zweier .figu_start_box:not(:first-of-type) {
	border-top: none;
}
.figu_start_boxen_zweier .figu_start_box:nth-of-type(1), .figu_start_boxen_zweier .figu_start_box:nth-of-type(2) {
	border-top: solid 50px var(--wp--preset--color--pink);
}
.figu_start_boxen_einzeln  .figu_start_box {
	width: 100%;
}

.figu_start_box h3 {
	font-size: var(--wp--preset--font-size--x-large);
	font-family: var(--wp--preset--font-family--system-fonts);
	margin: 20px;
}
.figu_start_box p {
	margin: 30px 20px;
	font-size: var(--wp--preset--font-size--large-2-2);
	display: block;
	font-family: var(--wp--preset--font-family--system-fonts);
}
.figu_start_box a {
	color: var(--wp--preset--color--schwarz);
}
.figu_start_box figure {
	text-align: center;
}
.figu_start_box_rahmen {
	display: none;
	position: absolute;
	width: 49px;
	background-color: var(--wp--preset--color--pink);
	bottom: -50px;
	left: -49px;
	height: 200px;
}

/*																																														Able Player				*/

.able-wrapper {
	margin: 0 !important;
}
.able {
	z-index: unset;
	box-shadow: none;
}
.able-seekbar * {
	z-index: 6 !important;
}
.able-seekbar-head, .able-controller .able-seekbar, .able-seekbar-played {
	z-index: 6 !important;
}


/*																																														Footer				*/

.figu-footer-block {
	background-color: var(--wp--preset--color--schwarz);
}

.site-footer div.figu_footer_nav_block ul {
	position: relative;
	list-style: none;
}
.site-footer div.figu_footer_nav_block a {
	text-decoration: none;
	display: block;
}
.site-footer .figu_footer_main div.figu_footer_nav_block a {
	line-height: 3rem;
}
.site-footer div.figu_footer_nav_block a:focus {
	outline: none;
}

.figu_footer_main {
	max-width: 1700px;
	margin: 0 auto;
	margin-top: 130px;
	color: var(--wp--preset--color--weiss);
	font-family: var(--wp--preset--font-family--helvetica-light);
	font-size: var(--wp--preset--font-size--large);
	padding: 0 12%;
	display: flex;
	justify-content: space-between;
}
.site-footer ul.figu_footer_nav a:focus, .site-footer ul.figu_footer_nav a:hover {
	text-decoration: underline;
	text-decoration-thickness: 3px;
}
.figu_footer_nav {
	padding: 1rem 0 2rem;
	display: flex;
	flex-direction: row;
}
.figu_footer_nav li {
	margin-right: 25%;
}
.figu_footer_nav1 a {
	color: var(--wp--preset--color--gruen);
}
.site-footer ul.figu_footer_nav2 a {
	color: var(--wp--preset--color--weiss);
	display: flex;
}
.figu_footer_nav2 img {
	display: inline-block;
	height: 2rem;
	margin-right: 5px;
	margin-top: 5px;
}

.figu_footer_sub {
	max-width: 1700px;
	margin: 0 auto;
	font-size: var(--wp--preset--font-size--small);
	padding: 10px 12% 2rem;
	background-color: var(--wp--preset--color--weiss);
}
.figu_footer_sub nav > ul {
	display: flex;
	list-style: none;
}
.figu_footer_sub nav > ul > li {
	margin: 0 10px;
}
.figu_footer_sub nav > ul > li:first-of-type {
	margin-left: 0;
}
.figu_footer_sub a {
	color: var(--wp--preset--color--schwarz);
}
.figu_footer_sub a:focus, .figu_footer_sub a:hover {
	background-color: var(--wp--preset--color--gelb);
	text-decoration: none;
}
.figu_footer_logo {
	position: relative;
	top: -120px;
	left: 100px;
}
.figu_footer_logo img {
	max-width: 400px;
}
.figu_footer_newsletter {
	display: flex;
	justify-content: center;
	align-items: center;
}
.figu_footer_main .oval {
	min-width: 175px;
	min-height: 95px;
	font-family: var(--wp--preset--font-family--roboto-mono);
	transform: rotate(-6deg);
}
.figu_footer_main .oval:hover, .figu_footer_main .oval:focus {
	animation: rotation 1s infinite linear;
}
@keyframes rotation {
	0%{
		transform: rotate(-6deg);
	}
	33% {
		transform: rotate(6deg);
	}
	100% {
		transform: rotate(-6deg);
	}
}
.figu_backtotop_block {
	position: fixed;
	bottom: 1rem;
	width: 100%;
	z-index: 100;
}
.figu_backtotop_container {
	max-width: 1700px;
	margin: 0 auto;
	position: relative;
}
.figu_backtotop {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(/wp-content/themes/figu/assets/icons/Pfeil_nachoben_Kreis_outline.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100px;
}
.figu_backtotop:hover, .figu_backtotop:focus, .figu_backtotop:focus-visible {
	outline: none;
}
.figu_backtotop img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	max-width: 100px;
}
.figu_backtotop img.figu_back_over {
	display: none;
}
.figu_backtotop:hover img.figu_back_over, .figu_backtotop:focus img.figu_back_over, .figu_backtotop:focus-visible img.figu_back_over {
	display: block;
}

@media only screen and (min-width: 1921px) {
	.figu_start_header h2 {
		font-size: 100px;
	}
	.figu_start_header h3 {
		font-size: 72px;
	}
	.figu_start_header h3:first-of-type {
		right: 175px;
	}
	.figu_start_header h3:nth-of-type(2) {
		right: 175px;
		bottom: 345px
	}
	.figu_start_header h3:last-of-type {
		right: 175px;
		bottom: 30px;
	}

}

@media only screen and (max-width: 1500px) {
	.figu_footer_nav li {
		margin-right: 15%;
	}
}

@media only screen and (max-width: 1250px) {
	.figu_footer_nav li {
		margin-right: 10%;
	}
	.figu_logo_link {
		padding-right: 0;
		margin-right: 20px;
		margin-left: 10px;
	}
	nav.figu_nav_zusatz {
		margin-right: 10px;
	}
	.figu_footer_logo {
		position: relative;
		top: -110px;
		left: 100px;
	}
	.figu_footer_logo img {
		max-width: 300px;
	}

}

@media only screen and (max-width: 1070px) {
	header.site-header {
	}
	.figu-header {
		justify-content: space-between;
/*		z-index: 103;*/
	}
	.figu-header nav.figu_nav_main, .figu-header nav.figu_nav_zusatz {
		display: none;
	}
	.figu_logo_link {
		display: inline-block;
	}
	.figu-header div.figu_nav_mobile {
		display: inline-block;
	}
	.figu-header nav.figu_nav_mobile_zusatz {
		display: block;
		margin-right: 10px;
	}
	.site-header nav.figu_nav_mobile_main {
		display: none;
		width: 100%;
		position: fixed;
		top: 72px;
		background-color: white;
		z-index: 7001;
	}
	.figu_nav_mobile_main ul {
		list-style: none;
	}
	.figu_nav_mobile_main > ul {
		list-style: none;
		height: calc(100vh - 82px - 60px);
		overflow-x: hidden;
		overflow-y: auto;
	}
	.figu_nav_mobile_main ul li {
		border-top: solid 1px var(--wp--preset--color--schwarz);
		display: block;
		white-space: nowrap;
		position: relative;
	}
	.figu_nav_mobile_switch_icon {
		height: 24px
	}
	.figu_nav_mobile_main ul li a {
		margin: 15px;
		display: inline-block;
		width: 100%;
		color: var(--wp--preset--color--schwarz);
		text-decoration: none;
		font-size: var(--wp--preset--font-size--medium);
	}
	.figu_nav_mobile_icons {
		text-align: right;
	}
	.figu_nav_mobile_main ul li.figu_nav_mobile_icons a {
		display: inline-block;
		width: auto;
	}
	.figu_nav_mobile_main ul ul {
		display: none;
	}
	.figu_nav_mobile_main ul li.active {
		background-color: var(--wp--preset--color--schwarz);
	}
	.figu_nav_mobile_main ul li.active a {
		color: var(--wp--preset--color--weiss);
	}
	.figu_nav_mobile_main ul li > ul li a {
		margin: 5px 30px;
	}
	.figu_nav_mobile_main li:not(.figu_nav_mobile_icons) a:focus, .figu_nav_mobile_main li:not(.figu_nav_mobile_icons) a:hover {
		outline: none;
		text-decoration: underline;
		text-decoration-thickness: 3px;
	}
	.figu_nav_mobile_main ul li.figu_navi_has_sub a:focus {
/*		color: var(--wp--preset--color--gruen);*/
	}
	.figu_nav_mobile_icons a:first-of-type {
		margin-right: 0px;
	}
	.figu_nav_mobile_icons a:last-of-type {
		/*		margin-right: 55px;*/
		margin-right: 10px;
		margin-left: 10px;
	}
	.figu_navi_has_sub {
		background-image: url(/wp-content/themes/figu/assets/icons/Pfeil_nachunten.png);
		background-repeat: no-repeat;
		background-position: right 10px top 15px;
		background-size: 20px;
	}
	.figu_nav_mobile_main ul li.figu_navi_has_sub.active {
		background-image: url(/wp-content/themes/figu/assets/icons/Pfeil_nachoben_w.png);
	}
	.figu_nav_mobile_subicon {
		position: absolute;
		right: 10px;
		top: 15px;
	}

	/*																					Startseite				*/

	.figu_start_header h2 {
		top: 50px;
		left: 40px;
		font-size: var(--wp--preset--font-size--xxx-large);
	}
	.figu_start_header h3:first-of-type {
		display: none;
	}
	.figu_start_header h3:nth-of-type(2) {
		left: 40px;
		bottom: 245px
	}
	.figu_start_header h3:last-of-type {
		left: 40px;
		bottom: 30px;
	}

	/*																					Main				*/

	.figu_seite_schmal {
		max-width: 100%;
		margin: 0 10px;
	}

	.figu_start_boxen .figu_start_box {
		border-width: 25px;
	}

	/*																																											Footer				*/

	.figu_footer_main {
		display: block;
		position: relative;
		margin-top: 100px;
	}
	.figu_footer_main div.figu_footer_nav_block {
		display: inline-block;
	}
	.figu_footer_nav {
		display: block;
	}
	.figu_footer_nav > li {
		margin-bottom: 2rem;
	}
	.figu_footer_logo {
		position: absolute;
		top: -110px;
		right: 30px;
		display: inline-block;
		left: unset;
	}
	.figu_footer_newsletter {
		position: absolute;
		display: inline-block;
		right: 30px;
		top: 200px;
	}
}

@media only screen and (max-width: 1070px) and (max-height: 650px) and (orientation: landscape) {
	.figu_start_header h3 {
		display: none;
	}

}

@media only screen and (max-width: 700px) {
	.figu_start_header h2 {
		font-size: var(--wp--preset--font-size--xx-large);
	}
}

@media only screen and (max-width: 600px) {
	body:not(.home) .figu-header a.figu_logo_link {
		padding: 5px 0px 5px 0px;
	}
	.wp-site-blocks main {
/*		margin-top: 92px;*/
	}
	/*																					Startseite				*/
	.wp-site-blocks main.figu_main_startseite {
		margin-top: 82px;
	}
	.figu_start_header h2 {
		font-size: 3.6rem;
	}
	.figu_start_header h3 {
		font-size: var(--wp--preset--font-size--xextra-large);
	}
	.figu_start_box h3 {
		font-size: var(--wp--preset--font-size--large);
	}
	.figu_start_box p {
		font-size: var(--wp--preset--font-size--medium-large);
	}
	.figu_presse_box {
		flex-direction: column;
	}
	.figu_presse_box_bild, .figu_presse_box_texte {
		width: 100%;
	}
	.figu_presse_box_texte {
		padding-left: 10px;
	}

}
@media only screen and (max-width: 500px) {
	.figu_start_header h2 {
		font-size: 3rem;
	}
	.figu_start_header h3 {
		font-size: var(--wp--preset--font-size--large);
	}
	.figu_start_header h3:nth-of-type(2) {
		bottom: 170px;
	}
	.figu_footer_logo {
		top: -60px;
		right: 10px;
	}
	.figu_footer_logo img {
		max-width: 200px;
	}
	.figu_footer_newsletter {
		right: 10px;
	}
	.figu_footer_main .oval {
		padding: 0 15px;
		min-height: 75px;
		min-width: unset;
	}
	.figu_footer_sub {
		padding: 10px 5% 1rem;
	}
	.figu_footer_sub nav > ul {
		display: block;
	}
	.figu_footer_sub nav > ul > li {
		margin: 10px 0;
	}
	.figu_footer_newsletter {
		position: absolute;
		display: inline-block;
		right: 10px;
		top: 150px;
	}
}
@media only screen and (max-width: 400px) {
	.figu_start_header h2 {
		font-size: 2.5rem;
	}
}


/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=40eb37a0-82da-41dd-ada2-41492f992208&fontids=1488880,1488892,1488904");
*/

