/*
Theme Name: Aliena24
Theme URI: https://github.com/studiopress/genesis_block_theme/
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis_block_theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/
/* playfair-display-regular - latin */
@font-face {
 font-family: 'Playfair Display';
 font-style: normal;
 font-weight: 400;
 src: url('fonts/playfair-display-v30-latin-regular.eot'); /* IE9 Compat Modes */
 src: local(''),  url('fonts/playfair-display-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('fonts/playfair-display-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */  url('fonts/playfair-display-v30-latin-regular.woff') format('woff'), /* Modern Browsers */  url('fonts/playfair-display-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */  url('fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}



/* pt-sans-regular - latin */

@font-face {
 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
 font-family: 'PT Sans';
 font-style: normal;
 font-weight: 400;
 src: url('fonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
 src: url('fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */  url('fonts/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */  url('fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */  url('fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	overflow-x: hidden;
	margin: 0 auto;
	background: #CE0018;
	word-wrap: break-word;
}
 *, *::before, *::after {
 box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}

/* --------------------------------------------------------------
Clearings
-------------------------------------------------------------- */
.clear::before, .clear::after, .entry-content::before, .entry-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after {
 content: "";
 display: table;
}
 .clear::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after {
 clear: both;
}
/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */

/* Fallback title styles */
h1, h2, h3 {
	color: #CE0018;
}
h1.entry-title {
	margin-top: 0px !important;
	max-width: 700px;
}
/* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */

.entry-content li {
	margin-bottom: 0.3%;
	list-style-image: url(images/list.png);
}
/* Tables */
table {
	padding: 0;
	width: 100%;
}
table td, #content table th {
	padding-left: 0px !important;
	line-height: 1.1;
}
table td {
	border: none !important;
}
table tr:last-child td {
	border-bottom: none;
}
table tr:nth-child(even) {
 background: transparent;
}
.zeiten table {
	max-width: 400px;
}
/* --------------------------------------------------------------
Links
-------------------------------------------------------------- */

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

a, .home .home-nav a:active, .home .home-nav a:focus, a:focus, a:active; {
 outline: none !important;
}
.home-nav .active, .home-nav .active:hover {
	border-bottom-color: #0072e5;
}
.admin-bar .home-nav {
	top: 32px;
}
 @media only screen and (max-width: 782px) {
.admin-bar .home-nav {
 top: 46px;
}
}
.show-nav {
	transform: translateY(0%);
}
.single-nav {
	padding: 20px 9.2%;
}
/* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */
.menu-toggle {
	display: none;
}
 @media (max-width: 1000px) {
.menu-toggle {
 display: block;
 float: right !important;
 margin-right: 3%;
}
}
.button-toggle {
	padding: 0;
	background: none;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
 .button-toggle span:not(:first-child) {
 display: none;
}
.button-toggle:hover, .button-toggle:active, .button-toggle:focus {
	box-shadow: none;
	color: #fff;
}
.drawer-menu-toggle {
	display: none;
}
 @media (max-width: 1000px) {
.drawer-menu-toggle {
 display: inline-block;
}
}
.drawer-toggle-switch span:first-child {
	display: none;
}
.drawer-toggle-switch span:last-child {
	display: block;
}
.main-navigation a {
	text-decoration: none;
}
.main-navigation {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	width: 70%;
	vertical-align: top;
}
 @media (max-width: 1000px) {
.main-navigation {
 display: none;
}
}
.top-navigation .main-navigation {
	display: inline-block;
	width: 100%;
}
 @media (max-width: 1000px) {
.top-navigation .main-navigation {
 display: none;
 border-bottom: none;
}
}
.site-header .container {
	display: block;
}
.top-navigation {
	display: block;
	width: 100%;
	position: relative;
	z-index: 10;
	background-color: #919297;
}
 @media (max-width: 1000px) {
.top-navigation {
 display: none;
}
}
#secondary-navigation {
	display: inline-block;
	width: 60%;
}
.drawer #secondary-navigation {
	width: 100%;
	font-size: 14px;
}
.drawer #secondary-navigation .menu-item-has-children .toggle-sub {
	font-size: 17px;
}
.drawer #secondary-navigation li ul li a {
	font-size: 14px;
}
 @media (max-width: 1000px) {
.top-navigation #secondary-navigation {
 display: none;
}
}
.top-navigation .secondary-navigation ul li {
	font-size: 14px;
	margin-right: 15px;
	padding: 0;
}
.top-navigation .secondary-navigation ul li a {
	padding: 12px 0;
	border-bottom-width: 0;
	margin: 0;
}
 .site-header .sub-menu::before {
 position: absolute;
 top: -8px;
 left: 50%;
 margin-left: -8px;
 content: " ";
 display: block;
 border-right: 8px solid transparent;
 border-bottom: 8px solid #181c1f;
 border-left: 8px solid transparent;
 border-bottom: 8px solid #fff;
}
.secondary-navigation ul.sub-menu {
	background: #fff;
	top: 50px;
	left: -15px;
	border: none;
}
.secondary-navigation ul.sub-menu li {
	margin-right: 0;
	padding: 0;
	margin-left: 0;
}
.secondary-navigation ul.sub-menu li a {
	font-size: 14px;
}
.secondary-navigation ul.sub-menu li a:hover {
	color: #fff;
	opacity: 1;
}
.main-navigation a {
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
 -webkit-transition: all linear .35s .1s;
 transition: all linear .35s .1s;
	-webkit-transition-property: background-color, box-shadow, border-color;
	transition-property: background-color, box-shadow, border-color;
	outline: none;
	color: #fff;
	background-color: #919297;
}
.main-navigation a:hover {
	color: #fff !important;
	outline: none;
	border-color: #FFF;
	border-color: rgba(255, 255, 255, 0.65);
	color: #FFFFFF;
	box-shadow: inset 0px 12px 8px rgba(255, 255, 255, .2);
	background-color: #CE0018;
}
.main-navigation ul {
	margin: 0;
}
.main-navigation ul li {
	padding: 0;
	margin-right: -4px;
	font-size: 0px;
}
.main-navigation ul li a {
	margin: 00;
	line-height: 2;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #FFF;
	font-size: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ADADAD;
}
.menu-sprachmenu-container ul li a {
	padding-right: 20px;
	padding-left: 20px;
}
.main-navigation li ul li:nth-last-of-type(-n+2) {
border: none !important;
}
.main-navigation li:nth-last-of-type(1) {
 float: right;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #ADADAD;
}
.menu-sprachmenu-container li:nth-last-of-type(1) {
 float: none;
}
 .home.main-navigation li:nth-last-of-type(1) {
 float: none !important;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
	color: #FFF !important;
	background-color: #CE0018;
}
.main-navigation ul li.current-menu-item ul a, .main-navigation ul li.current-page-item ul a {
	color: #333;
}
.main-navigation ul .sub-menu li.current-menu-item a, .main-navigation ul .sub-menu li.current-page-item a {
	color: #fff;
	background-color: #CE0018;
}
.main-navigation li ul a:hover {
	color: #CE0018;
}
.site-identity .main-navigation ul {
	line-height: 3;
}
.site-header .menu-item-has-children, .site-header .page_item_has_children {
	position: relative;
}
.site-header .menu-item-has-children a, .site-header .page_item_has_children a {
	position: relative;
	margin-right: 1px;
}
.site-header .menu-item-has-children > a::after, .site-header .page_item_has_children > a::after {
 content: "\e907";
 font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	font-weight: 400;
 padding-left: 5px;
 right: 0;
 font-size: 13px;
}
 @media (max-width: 1000px) {
.site-header .menu-item-has-children > a::after, .site-header .page_item_has_children > a::after {
 display: none;
 pointer-events: none;
}
}
.sub-menu .menu-item-has-children > a::after, .sub-menu .page_item_has_children > a::after {
 content: "\e906";
 font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}
.secondary-navigation .menu-item-has-children::after, .secondary-navigation .page_item_has_children::after {
 color: #a6b5c1;
 top: 15px;
}
.drawer .menu-item-has-children .toggle-sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding: 13px 0;
	line-height: 1;
	text-align: center;
	z-index: 75;
	display: block;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background: #424851;
	border-radius: 0;
}
.drawer .menu-item-has-children .toggle-sub:hover {
	box-shadow: none;
	color: #fff;
}
.drawer .drawer-navigation .drop-open ul.drop-active {
	display: block;
}
 .site-header .menu-item-has-children:hover, .main-navigation li:focus-within {
 cursor: pointer;
}
 .site-header .menu-item-has-children:hover ul, .main-navigation li:focus-within ul {
 animation-name: fadeIn;
}
.main-navigation .sub-menu, .main-navigation .children {
	position: absolute;
	top: 48px;
	text-align: left;
	font-weight: 400;
	margin: 0;
	left: -999em;
	z-index: 100;
	border-radius: 3px;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	width: 230px;
	background-color: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	border-radius: 3px !important;
	border: 3px solid #FFF;
}
.main-navigation li ul {
	z-index: 100;
}
.main-navigation li ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: 0;
	border-top: none;
	transition: 0.3s ease;
}
.main-navigation li ul li:hover {
	background: rgba(255, 255, 255, 0.02);
	border-top: none;
}
.main-navigation li ul li:hover ul {
	left: 100%;
}
.main-navigation li ul li:last-child a {
	border-bottom: none;
}
.main-navigation li ul a, .main-navigation li ul li a {
	width: 100%;
	display: inline-block;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.15);
	padding: 15px 20px;
	margin: 0;
	font-weight: 300;
	text-transform: none;
	line-height: 1.6;
	color: #333;
	background-color: #FFF;
}
.main-navigation li ul li a {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3;
	padding-right: 18px;
	padding-left: 18px;
}
.main-navigation li ul a:hover, .main-navigation li ul li a:hover {
	background-color: #919297;
}
.main-navigation li ul li ul {
	padding: 0;
}
.main-navigation ul ul {
	top: 0;
}
.rechts a {
	font-size: 13px !important;
}
.main-navigation li.rechts a {
	padding-top: 11px;
	padding-bottom: 11px;
	border: none;
	line-height: 2;
}
/* Mobile navigation */
.mobile-navigation {
	display: none;
	width: 100%;
	transition: 0.2s ease;
	margin-bottom: -7px;
	background-color: #666 !important;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.mobile-navigation button {
	width: 70px;
}
 @media (max-width: 1000px) {
.mobile-navigation {
 display: inline-block;
}
}
 @media (max-width: 1400px) {
.main-navigation li.rechts {
margin: 0px !important;
}
}
.toggle-active {
	background: #0072e5;
}
.drawer .drawer-navigation {
	width: 100%;
	max-width: 100%;
	z-index: 40;
	position: relative;
}
 @media (max-width: 1000px) {
.drawer .drawer-navigation {
 font-size: 17px;
 display: inline-block;
}
}
.drawer .drawer-navigation .menu {
	margin: 0;
}
.drawer .drawer-navigation ul {
	margin: 0;
	padding: 0;
}
.drawer .drawer-navigation ul li {
	width: 100%;
	padding: 0 0;
	list-style-type: none;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
	transition: none;
	position: relative;
	z-index: 50;
	border-top: none;
}
.drawer .drawer-navigation ul li:hover {
	border-top: none;
}
.drawer .drawer-navigation ul li:last-child {
	border-bottom: none;
}
.drawer .drawer-navigation ul li a {
	display: block;
	padding: 15px 10px 15px 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom: none;
	position: relative;
	transition: none;
}
.drawer .drawer-navigation a {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 0;
	line-height: 1.4;
}
.drawer .drawer-navigation a:hover {
	color: #fff;
}
.drawer .drawer-navigation .sub-menu, .drawer .drawer-navigation .children {
	display: none;
	position: relative;
	width: 100%;
	left: 0;
	top: auto;
	margin: 0 0 0 15px;
	padding: 0 15px 0 0;
	border: none;
	background: transparent;
	box-shadow: none;
}
.drawer .drawer-navigation .sub-menu::before, .drawer .drawer-navigation .children::before {
 display: none;
}
.drawer .drawer-navigation li ul a, .drawer .drawer-navigation li ul li a {
	padding: 15px 0;
}
.drawer .drawer-navigation .sub-menu li:first-child {
	border-top: dotted 1px rgba(255, 255, 255, 0.2);
}
.drawer nav {
	padding: 2% 0 0 0;
}
/* --------------------------------------------------------------
Alignments
-------------------------------------------------------------- */
#page .alignleft {
	display: inline;
	float: left;
	margin: 0.5em 2em 1.5em 0;
}
 @media (max-width: 600px) {
#page .alignleft {
 max-width: 100%;
 margin-right: 0;
 width: 100%;
}
#page .alignleft img {
 width: 100%;
}
}
#page .alignright {
	display: inline;
	float: right;
	margin: 0.5em 0 1.5em 2em;
}
 @media (max-width: 600px) {
#page .alignright {
 max-width: 100%;
 margin-right: 0;
 width: 100%;
}
#page .alignright img {
 width: 100%;
}
}
#page .aligncenter {
	clear: both;
	margin: 0 auto 1.5em auto;
}
.wp-caption {
	margin: 0.5em 0 1.5em 0;
	max-width: 100%;
	text-align: left;
}
.wp-caption img[class*="wp-image-"] {
 display: block;
 margin: 0;
 max-width: 100%;
}
.wp-caption-text, .gallery-caption {
	padding-top: 10px;
	margin-top: 0;
	width: 100%;
	text-transform: none;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #62707c;
}
.post:not(.video-lightbox) .gallery-container {
 position: fixed;
 height: 100%;
 width: 100%;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 padding: 5%;
 visibility: hidden;
}
.entry-byline {
	color: #62707c;
	font-size: 15px;
	margin-bottom: 0;
}
.search-results .entry-byline {
	margin-bottom: 5px;
}
.entry-byline a {
	color: #62707c;
}
.entry-byline a:hover {
	color: #272c30;
}
.entry-byline img {
	border-radius: 100px;
	width: 22px;
	vertical-align: top;
	margin-right: 3px;
}
 @keyframes slideInLeft {
 0% {
 opacity: 0;
 transform: translate3d(-2%, 0, 0);
 visibility: visible;
}
 100% {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
	animation-name: slideInLeft;
	transition: 0.3s ease;
}
.site-header-bg-wrap {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}
/* --------------------------------------------------------------
Media
-------------------------------------------------------------- */



.featured-image img {
	width: 420px;
	max-width: 420px;
	height: auto;
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.07s ease-in-out;
	margin-top: -230px;
	margin-right: -170px;
	border-radius: 9999px;
	float: right;
	z-index: 1;
	margin-left: 25px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.featured-image, .featured-video {
	margin-bottom: 0%;
}
.wp-block-video {
	border: 1px solid #CE0018;
}
 @media (max-width: 1000px) {
.featured-image img {
 max-width: 350px;
 margin-top: -230px;
 margin-right: -200px;
}
}
 @media (max-width: 600px) {
.featured-image img {
 max-width: 250px;
 margin-top: -200px;
 margin-right: -160px;
}
}
 @media (max-width: 400px) {
.featured-image img {
 max-width: 250px;
 margin-top: -200px;
 margin-right: -140px;
}
}
/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
.drawer-wrap {
	position: relative;
}
.drawer {
	padding: 10px 0 15px 0;
	background: #22262a;
	background: rgba(21, 23, 26, 0.7);
	font-size: 16px;
	display: none;
	z-index: 30;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
}
 @media only screen and (min-width: 1000px) {
.drawer {
 display: none !important;
}
}
.drawer-menu-explore {
	padding-top: 0;
	padding-bottom: 0;
}
 @media (max-width: 1000px) {
.drawer-menu-explore {
 background: #272c30;
 padding: 15px 5% 30px 5%;
}
}
.drawer-menu-explore .container {
	padding: 0;
}
.admin-bar .drawer-open .drawer {
	margin-top: 35px;
}
.site-header {
	padding: 0;
	display: block;
	width: 100%;
	position: relative;
	z-index: 100;
	background-color: #FFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.site-title-wrap {
	max-width: 100%;
}
.titles-wrap.has-description {
	padding-top: 0;
}
.site-title {
	display: none;
}
.site-description {
	font-family: var(--wp--preset--font-family--heading);
	float: left;
	color: #888;
	margin-left: 25px;
	margin-top: 39px;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
}
.site-logo:not(img):empty {
 margin: 0;
}
.site-logo {
	line-height: 1;
	margin: 0;
	display: block;
}
.custom-logo-link img {
	max-width: 150px;
	float: left;
}
 @media (max-width: 1000px) {
 .custom-logo-link {
 float: left;
 text-align: center;
 width: auto;
 display: inline-block;
}
}
@media (max-width: 600px) {
 .site-description {
 margin-top: 20px;
 font-size: 14px;
 line-height: 1.05em;
 text-align: left;
}
 .custom-logo-link img {
 display: block;
 float: none;
 max-width: 110px;
 margin-right: 25px;
}
}
.site-identity {
	padding: 20px 0;
	position: relative;
	z-index: 8;
}
 @media (max-width: 1000px) {
.site-identity {
 padding: 4%;
}
}
@media (max-width: 600px) {
.site-identity {
 padding-top: 4%;
 padding-right: 25px;
 padding-bottom: 4%;
 padding-left: 25px;
}
}
/* --------------------------------------------------------------
Content
-------------------------------------------------------------- */
.container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 4%;
	display: block;
}
 @media only screen and (max-width: 1000px) {
.container {
 padding: 0 4%;
}
}
 @media (max-width: 600px) {
.container {
 padding: 0;
}
}
.container::before, .container::after {
 content: "";
 display: table;
}
.container::after {
 clear: both;
}
.error404 .entry-header {
	margin-bottom: 0;
}
#primary {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 100%;
}
@media (max-width: 1000px) {
#primary {
 width: 100%;
}
}
.error404 #primary {
	display: block;
	margin: 0 auto;
}
#page {
	padding-top: 2%;
}
 @media (max-width: 600px) {
#page {
 padding-top: 0;
}
}
.site-content {
	display: inline-block;
	width: 100%;
	padding: 0 0 7% 0;
	vertical-align: top;
	position: relative;
	z-index: 10;
	background-color: #FFF;
 transition: all linear .35s .1s;
	border-radius: 6px;
	padding: 70px;
	overflow: hidden;
}
 @media (max-width: 600px) {
.site-content {
 border-radius: 0px;
 padding-top: 60px;
 padding-right: 15px;
 padding-bottom: 90px;
 padding-left: 15px;
}
}
.home .site-content {
	padding: 0;
}
.entry-content {
	vertical-align: top;
}
.entry-content p a {
	color: #CE0018;
	transition: 0.3s ease;
}
.entry-content p a:hover {
	color: #666666;
}
.page-content {
	margin-bottom: 5%;
}
/* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */
.post {
	width: 100%;
	display: inline-block;
	position: relative;
}
.archive #post-wrap .post:not(:last-of-type), .search .post:not(:last-of-type) {
 margin-bottom: 8%;
 padding-bottom: 10%;
 border-bottom: solid 3px #eee;
}
.search .post:not(:last-of-type) {
 margin-bottom: 5%;
 padding-bottom: 6%;
}
.fade-out {
	animation-name: fadeOut !important;
	animation-duration: 0.2s !important;
	animation-fill-mode: both !important;
}
/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
.site-footer {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: transparent;
}
.site-footer a {
	color: #0072e5;
}
.site-footer a:hover {
	color: #272c30;
	text-decoration: underline;
}
 @media (max-width: 1000px) {
.site-footer {
 padding-bottom: 30px;
}
}
 @media (max-width: 600px) {
.site-footer {
 font-size: 15px;
 padding-right: 45px;
 padding-left: 45px;
}
}
.footer-padding {
	padding-top: 15%;
	opacity: 0;
}
.footer-widgets {
	display: inline-block;
	width: 100%;
	margin-bottom: 4%;
	margin-top: 4%;
	font-size: 13px;
	text-align: center;
	color: #FFF;
}
.footer-widgets a {
	color: #fff !important;
}
.footer-bottom {
	display: none;
}
 @media (max-width: 1000px) {
.footer-widgets {
 padding-top: 4%;
 margin-bottom: 0;
}
}
.footer-widgets .footer-column {
	width: 100%;
	margin-bottom: 5%;
	padding-top: 0;
	margin-right: 0;
	display: block;
	vertical-align: top;
	transition: 0.2s ease-in-out;
	letter-spacing: 2px;
}
 @media (max-width: 600px) {
.footer-widgets .footer-column {
 padding-right: 0;
 margin-bottom: 7%;
 letter-spacing: normal;
}
}
.footer-widgets .footer-column:last-child {
	margin-right: 0;
}
.footer-widgets .footer-column:first-of-type:nth-last-of-type(2), .footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
 width: 48%;
}
 @media (max-width: 1000px) {
.footer-widgets .footer-column:first-of-type:nth-last-of-type(2), .footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
 width: 100%;
}
}
.footer-widgets .footer-column:first-of-type:nth-last-of-type(3), .footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
 width: 30.6%;
}
 @media (max-width: 1000px) {
.footer-widgets .footer-column:first-of-type:nth-last-of-type(3), .footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
 width: 100%;
}
}
 @media (min-width: 1400px) {
.main-navigation ul li.rechts {
margin-left: 300px;
}
}
/*--------------------------------------------------------------
Block Alignments
--------------------------------------------------------------*/

.wp-block-separator {
	border: none;
	border-bottom-color: #ccc !important;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 1px solid;
	opacity: .4;
	margin-top: 45px;
	margin-bottom: 45px;
}
.greybox {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	background-color: #f9f9f9;
	margin-top: 45px;
	margin-bottom: 45px;
	padding-top: 40px;
	padding-right: 70px;
	padding-bottom: 40px;
	padding-left: 70px;
}

.wp-block-file {
	margin-bottom: 1em;
}
.wp-block-aab-group-accordion {
	margin-top: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.wp-block-file .wp-block-file__button {
	font-size:14px;
	text-transform:uppercase;
	line-height:1.1;
	padding-bottom: 8px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	margin-left: 20px;

}
.wp-block-file:not(.wp-element-button) {
  font-size: 1em;
}
.wp-block-aab-accordion-item.aagb__accordion_container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF !important;
	border-right-color: #FFF !important;
	border-bottom-color: #333;
	border-left-color: #FFF !important;
	padding-top: 0px !important;
	padding-bottom: 5px !important;
	margin-bottom: 0px !important;
}
h4.aagb__accordion_title {
	font-size: 18px;
}
/* --------------------------------------------------------------
Attachments
-------------------------------------------------------------- */
.attachment .comments-area, .attachment .entry-meta, .attachment .post-navigation, .attachment .entry-footer {
	display: none;
}

/* --------------------------------------------------------------
Form Elements
-------------------------------------------------------------- */
button, input:not(input[type="radio"]), textarea {
 font-size: 100%;
 margin: 0;
 vertical-align: baseline;
 *vertical-align: middle;
 -webkit-appearance: none;
 box-sizing: border-box;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background: #999999;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 20px;
	-webkit-appearance: none;
	transition: 0.2s ease-in-out;
}
 @media (max-width: 600px) {
 button,  input[type="button"],  input[type="reset"],  input[type="submit"],  .button,  .comment-navigation a {
 padding: 10px 16px;
 font-size: 16px;
}
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .drawer .tax-widget a:hover {
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	color: #fff;
	cursor: pointer;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:active, .button:focus {
	color: #fff;
	box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.05);
}
 input[type="radio"] + label, input[type="checkbox"] + label, label ~ input[type="checkbox"] {
 width: auto;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
form {
	display: inline-block;
	width: 100%;
}
.field-wrap {
	margin-bottom: 1.4em;
}
 @media (max-width: 1000px) {
 .field-wrap {
 margin-bottom: 1em;
}
}
select {
	padding-right: 45px;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
 *vertical-align: middle;
	width: 100%;
	-webkit-appearance: normal;
	box-sizing: border-box;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="tel"], input[type="time"], input[type="month"], input[type="tel"], textarea, select, .select2-container .select2-selection--single {
	color: #62707c;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	padding: 15px;
	border: solid 1px #d4dde5;
	transition: 0.1s ease-in-out;
	border-radius: 2px;
	font-size: 17px;
	width: 100%;
}
 @media (max-width: 1000px) {
 input[type="text"],  input[type="email"],  input[type="url"],  input[type="password"],  input[type="search"],  input[type="number"],  input[type="date"],  input[type="datetime"],  input[type="datetime-local"],  input[type="week"],  input[type="tel"],  input[type="time"],  input[type="month"],  input[type="tel"],  textarea,  select,  .select2-container .select2-selection--single {
 padding: 12px 10px;
 font-size: 15px;
}
}
input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}
input[type="radio"] {
	-webkit-appearance: radio !important;
}
.select2-container .select2-selection--single {
	height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 10px;
}
input[type="number"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="tel"], input[type="time"], input[type="month"], input[type="tel"] {
	width: auto;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
	outline: none;
	box-shadow: inset 0 0 4px 2px #f4f8fb;
	border-color: #abb4bb;
	color: #272c30;
}
select {
	background: #fff url(images/angle-down.jpg) right no-repeat;
	background-size: 12px;
	background-position: right 15px top 20px;
}
select:hover {
	border-color: #d5dde4;
	cursor: pointer;
}
 @media (max-width: 1000px) {
 select {
 background-position: right 15px top 17px;
}
}
 select::after {
 content: "x";
}
select[multiple] {
	background: none;
}
 @media (max-width: 1000px) {
 input[name="post_password"] {
 display: inline-block;
 margin-bottom: 10px;
 width: 100%;
}
}
textarea {
	overflow: auto;
	padding: 10px;
	vertical-align: top;
	line-height: 1.4;
}
fieldset legend {
	border-bottom: dotted 1px #d4dde5;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}
form label {
	display: inline-block;
	width: 100%;
	font-weight: 600;
}
#main .contact-form {
	display: inline-block;
	width: 100%;
}
#main .contact-form label {
	font-weight: 300;
}
#main .contact-form label span {
	color: #62707c;
}
#main .contact-form input[type="text"], #main .contact-form input[type="email"] {
	margin-bottom: 4%;
	width: 100%;
	max-width: 100%;
}
#main .contact-form textarea {
	margin-bottom: 4%;
	width: 100%;
}
/* --------------------------------------------------------------
Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	margin: 0;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar */
}
.site-header .container {
	display: block;
}
.main-navigation ul {
	margin: 0;
	padding-left: 0;
}
.main-navigation ul li {
	display: inline-block;
	position: relative;
}
.main-navigation ul li a {
	display: inline-block;
	margin: 0;
	line-height: 2;
}
.site-identity .main-navigation ul {
	line-height: 3;
}
.site-header .menu-item-has-children, .site-header .page_item_has_children {
	position: relative;
}
.site-header .menu-item-has-children a, .site-header .page_item_has_children a {
	position: relative;
}
.drawer .drawer-navigation .drop-open ul.drop-active {
	display: block;
}
 .site-header .menu-item-has-children:hover, .main-navigation li:focus-within {
 cursor: pointer;
}
 .site-header .menu-item-has-children:hover ul, .main-navigation li:focus-within ul {
 animation-name: fadeIn;
}
.main-navigation .sub-menu, .main-navigation .children {
	position: absolute;
	text-align: left;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	background: #ffffff;
	left: -999em;
	z-index: 100;
	border-radius: 3px;
	animation-duration: 0.3s;
	animation-fill-mode: both;
}
.main-navigation li ul {
	z-index: 100;
}
.main-navigation li ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: 0;
	border-top: none;
	transition: 0.3s ease;
}
.main-navigation li ul li:hover {
	background: rgba(255, 255, 255, 0.02);
	border-top: none;
}
.main-navigation li ul li:hover ul {
	left: 100%;
}
.main-navigation li ul li:last-child a {
	border-bottom: none;
}
.main-navigation li ul a:hover, .main-navigation li ul li a:hover {
	color: #fff;
}
.main-navigation li ul li ul {
	padding: 0;
}
.main-navigation ul ul {
	top: 0;
}
.main-navigation ul ul ul {
	left: -999em;
}
.main-navigation li ul ul.sub-menu, .main-navigation li ul ul.children {
	top: 0;
	margin: 0;
	z-index: 50;
	position: absolute;
	margin-left: 1px !important;
}
 .main-navigation li ul ul.sub-menu::before, .main-navigation li ul ul.children::before {
 display: none;
}
 .main-navigation li.focus > ul, .main-navigation li:hover > ul, .main-navigation li:focus-within > ul, .main-navigation li li a:hover > ul {
 left: 0;
}
 .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul, .main-navigation ul ul li:focus-within > ul {
 left: 100%;
}
/* Mobile navigation */
.mobile-navigation {
	display: none;
	width: 100%;
	padding: 15px;
	background: #0072e5;
	transition: 0.2s ease;
	text-align: center;
}
.mobile-navigation button {
	width: 100%;
}
 @media (max-width: 1000px) {
 .mobile-navigation {
 display: inline-block;
}
}
.toggle-active {
	background: #0072e5;
}
.drawer .drawer-navigation {
	width: 100%;
	max-width: 100%;
	z-index: 40;
	position: relative;
}
 @media (max-width: 1000px) {
 .drawer .drawer-navigation {
 font-size: 17px;
 display: inline-block;
}
}
.drawer .drawer-navigation .menu {
	margin: 0;
}
.drawer .drawer-navigation ul {
	margin: 0;
	padding: 0;
}
.drawer .drawer-navigation ul li {
	width: 100%;
	padding: 0 0;
	list-style-type: none;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
	transition: none;
	position: relative;
	z-index: 50;
	border-top: none;
}
.drawer .drawer-navigation ul li:hover {
	border-top: none;
}
.drawer .drawer-navigation ul li:last-child {
	border-bottom: none;
}
.drawer .drawer-navigation ul li a {
	display: inline-block;
	padding: 15px 10px 15px 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom: none;
	position: relative;
	transition: none;
	text-decoration: none;
}
.drawer .drawer-navigation a {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 0;
	line-height: 1.4;
}
.drawer .drawer-navigation a:hover {
	color: #fff;
}
.drawer nav {
	padding: 2% 0 0 0;
}
ul.wp-block-list {
	padding-left: 20px;
}
