/*
	Theme Name: Aspen 2019 by AMUNIS

	Theme URI: http://www.amunis.de
	Description: Optimized Aspen 2019 by AMUNIS Theme based on Smart Passive Income Theme by Studiopress.
	Author: Lara Rehse, AMUNIS GmbH
	Author URI: http://www.amunis.com/

	Version: 1.1.3

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-header, custom-menu, e-commerce, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, flexible-header, footer-widgets

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: aspen-2019
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
	- Recent Posts
	- After Entry
	- Flexible Widgets
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
	- Footer Banner
- Site Footer
- Media Queries
	- Max-width: 1300px
	- Max-width: 1100px
	- Max-width: 880px
- Print Styles
*/

/* Add local font css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,600,700&display=swap');
@import url('fonts.css');


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

:root {
	/* Farben */
	--color-aspen-light: #00497b;
	--color-aspen-dark: #002b49;
	--color-aspen-light-2: #00497b99;
	--color-aspen-dark-2: #002b4999;
	--color-white: #fff;
	--color-aspen-transp: #002b4966;
	--color-aspen-grey: #ccc;
	/* Verläufe */
	--bg-aspen-gradient-light: linear-gradient(45deg, var(--color-aspen-light) 30%, var(--color-aspen-transp));
	--bg-aspen-gradient-dark: linear-gradient(45deg, var(--color-aspen-dark) 30%, var(--color-aspen-transp));
	--bg-aspen-gradient-light-2: linear-gradient(45deg, var(--color-aspen-light-2) 30%, var(--color-aspen-transp));
	--bg-aspen-gradient-dark-2: linear-gradient(45deg, var(--color-aspen-dark-2) 30%, var(--color-aspen-transp));
	/* Transition */
	--transition-in-aspen:  all .4s ease-in-out;
	--transition-out-aspen:  all .25s ease-in-out;
}

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #009946;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 0.5em;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 20px 0;
}

mark {
	background-color: #eee;
	color: #000;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
	/* margin-right: 0.3em; */
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	border-left: 4px solid #930000;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 2;
	margin: 40px 0;
	padding-left: 30px;
}

.small {
	font-size: 14px;
	font-size: 1.4rem;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.jumbo {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2,
.jumbo {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .jumbo {
	margin: 30px 0 10px;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.sidebar .widget-title {
	color: #787878;
	text-transform: uppercase;
}

.widget-title {
	text-transform: uppercase;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #e2e2e2;
	border-radius: 4px;
	color: #222222;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 2px solid #222222;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #222222;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222222;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.color .more-link,
.front-page-4 .more-link,
.image .more-link,
.site-container a.button {
	background-color: #0e763c;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	padding: 20px 25px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.front-page-4 .more-link:focus,
.front-page-4 .more-link:hover,
.image .more-link:focus,
.image .more-link:hover,
.site-container a.button:focus,
.site-container a.button:hover {
	background-color: #009946;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button,
.color .more-link,
.front-page-4 .more-link,
.image .more-link {
	display: inline-block;
}

body .site-container .color a.button,
body .site-container .color input[type="button"],
body .site-container .color input[type="reset"],
body .site-container .color input[type="submit"],
body .site-container .color .more-link {
	background-color: #fff;
	color: #333;
}

body .site-container .color a.button:focus,
body .site-container .color a.button:hover,
body .site-container .color input[type="button"]:focus,
body .site-container .color input[type="button"]:hover,
body .site-container .color input[type="reset"]:focus,
body .site-container .color input[type="reset"]:hover,
body .site-container .color input[type="submit"]:focus,
body .site-container .color input[type="submit"]:hover,
body .site-container .color .more-link:focus,
body .site-container .color .more-link:hover {
	background-color: #ebebeb;
	color: #333;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 12px 20px;
}

body .site-container button:disabled,
body .site-container button:disabled:hover,
body .site-container input:disabled,
body .site-container input:disabled:hover,
body .site-container input[type="button"]:disabled,
body .site-container input[type="button"]:disabled:hover,
body .site-container input[type="reset"]:disabled,
body .site-container input[type="reset"]:disabled:hover,
body .site-container input[type="submit"]:disabled,
body .site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus  {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.widget_search input[type="submit"]:focus {
	padding: 20px 16px;
	position: absolute;
	right: 3px;
	top: 3px;
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	padding: 0 80px 70px;
	width: 820px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 430px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 0;
}

.archive-description {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.author-box {
	border: 1px solid #cccccc;
	box-shadow: 0 0 3em 0 rgba( 0, 0, 0, .2 );
	margin-top: 70px;
	padding: 30px;
}

.author-box-title {
	margin-top: 0;
}

.archive .author-box {
	margin-top: 0;
	margin-bottom: 40px;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="search"] {
	padding-left: 55px;
}

.search-form:before {
	color: #e2e2e2;
	content: "\f179";
	font-family: "Dashicons";
	font-size: 2.3em;
	left: 0;
	line-height: 1;
	padding: 14px 10px;
	position: absolute;
	top: 0;
}

.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	margin-top: 0;
}

.entry-title {
	font-size: 40px;
	font-size: 4rem;
	margin: 0 0 30px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #009946;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget ul:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

/* .wp-block-button__link { */
	/* padding:calc(.3em + 2px) calc(1em + 2px) !important; */
/* } */

.is-style-outline > :where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
	border: 1px solid !important;
	padding: .3em 1em !important;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type,
.featured-content .entry-header .entry-meta {
	margin-bottom: 0;
}

.featured-content .entry-header,
.featured-content .entry-meta {
	margin-bottom: 20px;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 0 auto 20px;
}

.featured-content .entry-title a {
	text-decoration: none;
}

.featured-content .entry + .widget-title {
	margin-top: 40px;
}

.featured-content p.more-from-category {
	margin-top: 20px;
}

.sidebar .featured-content .entry-meta {
	padding: 10px 0;
}

.sidebar .featured-content .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	text-transform: none;
}

/* Recent Posts
--------------------------------------------- */

.sidebar .widget_recent_entries li {
	margin: 0;
	padding: 0;
}

.sidebar .widget_recent_entries .widget-title {
	background-color: #787878;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0;
	padding: 15px 35px;
	text-transform: none;
}

.sidebar .widget_recent_entries li,
.sidebar .widget_recent_entries li a {
	color: #5c5c5c;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: none;
}

.sidebar .widget_recent_entries li a {
	background-color: #f7f6f4;
	display: block;
	padding: 20px 30px;
	text-decoration: none;
	width: 100%;
}

.sidebar .widget_recent_entries li a:hover,
.sidebar .widget_recent_entries li a:focus {
	background-color: #eceae5;
}

/* After Entry
--------------------------------------------- */

.after-entry .widget {
	border: 1px solid #cccccc;
	box-shadow: 0 0 3em 0 rgba( 0, 0, 0, .2 );
	margin-top: 70px;
	padding: 30px;
}

.after-entry .widget-title {
	background-color: #b4151b;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	margin: -30px -30px 30px;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
}

.after-entry .widget_text {
	text-align: center;
}

.after-entry .featured-content .entry + .widget-title {
	background: none;
	color: #787878;
	margin: 40px auto 20px;
	padding: 0;
	text-align: left;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	overflow: hidden;
	padding: 4% 0 calc(4% - 40px); /* Compensate Widget margin */
}

.widget-area.flexible-widgets .widget {
	float: left;
	margin-bottom: 40px;
	margin-left: 2.564102564102564%;
}

.widget-area.flexible-widgets.widget-full .widget,
.widget-area.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	margin-left: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.widget-area.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.widget-area.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.widget-area.flexible-widgets.widget-fourths .widget:nth-child(4n+1),
.widget-area.flexible-widgets.widget-halves .widget:nth-child(2n+1),
.widget-area.flexible-widgets.widget-thirds .widget:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget {
	border: 1px solid #cccccc;
	box-shadow: 0 0 60px 0 rgba( 0, 0, 0, .2 );
	margin-top: 70px;
	padding: 30px;
}

.sidebar .enews-widget .widget-wrap {
	margin-top: -30px;
}

.sidebar .enews-widget .widget-title {
	background-color: #b4151b;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 -30px 30px;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #2d2c2a;
}

.site-header > .wrap {
	max-width: 1280px;
	padding: 60px 0;
}

.site-header,
.site-header a {
	color: #fff;
}

.site-header a:focus,
.site-header a:hover {
	color: rgba( 255, 255, 255, .6 );
	text-decoration: none;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 16px 0;
	width: 430px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 430px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #fff;
	text-decoration: none;
}

.site-description {
	display: none;
	visibility: hidden;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	overflow: hidden;
	text-align: right;
	width: 820px;
}

.header-widget-area .entry-meta,
.header-widget-area .entry-meta a {
	color: #fff;
}

.header-widget-area .widget_text {
	margin-top: 22px;
}

.header-widget-area .tagline {
	margin-right: 15px;
}

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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	text-decoration: none;
	display: block;
	padding: 32px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: inherit;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	background-color: #b4151b;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #930000;
	border-top-width: 0;
	color: #fffefe;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 30px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.site-container .genesis-nav-menu ul.sub-menu li a:focus,
.site-container .genesis-nav-menu ul.sub-menu li a:hover {
	background-color: rgba( 0,0,0,.2);
	text-decoration: none;
}

.genesis-nav-menu .sub-menu > li:first-child > a {
	border-top-width: 1px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	float: right;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #b4151b;
	color: #fffefe;
	position: relative;
}

.nav-primary:before {
	background: rgba( 0,0,0,.1);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.nav-primary > .wrap {
	padding-left: 0;
	padding-right: 0;
}

.nav-primary .genesis-nav-menu > li {
	float: left;
}

.nav-primary .genesis-nav-menu > li,
.nav-primary .genesis-nav-menu > li:hover {
	position: relative;
}

.nav-primary .genesis-nav-menu > li:first-child:before {
	background: transparent;
}

.nav-primary .genesis-nav-menu > li:before {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
	content: "";
	height: 100%;
	left: 0;
	opacity: .2;
	position: absolute;
	top: 0;
	width: 50px;
	z-index: 1;
}

.nav-primary .genesis-nav-menu > li:hover:before,
.nav-primary .genesis-nav-menu > li.current-menu-item:before {
	background: #b4151b;
	width: 100%;
	opacity: 1;
}

.nav-primary .genesis-nav-menu a {
	color: #fffefe;
	font-weight: 700;
	position: relative;
	z-index: 2;
}

.nav-primary .genesis-nav-menu .menu-item.desc > a {
	min-height: 97px;
}

.nav-primary .genesis-nav-menu > li > a {
	opacity: 0.8;
}

.site-container .nav-primary .genesis-nav-menu > li a:focus,
.site-container .nav-primary .genesis-nav-menu > li a:hover {
	background-color: #b4151b;
	color: #fff;
	opacity: 1;
}

.nav-primary .genesis-nav-menu a span[itemprop="name"] {
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu a span[itemprop="description"] {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	margin-top: 5px;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav-primary .genesis-nav-menu li:hover a,
.nav-primary .genesis-nav-menu li.current-menu-item a {
	text-decoration: none;
	opacity: 1;
}

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

.nav-secondary {
	background: rgba( 0, 0, 0, .1 );
	text-align: center;
}

.nav-secondary a,
.nav-secondary a:focus,
.nav-secondary a:hover {
	color: #fff;
}

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover {
	text-decoration: underline;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry,
.entry-comments,
.comment-respond,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry:first-of-type {
	padding-top: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	border-top: 1px solid rgba( 0, 0, 0, .16 );
	border-bottom: 1px solid rgba( 0, 0, 0, .16 );
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .6px;
	margin-bottom: 0;
	padding: 10px 100px 10px 0;
	position: relative;
	text-transform: uppercase;
}

.widget p.entry-meta {
	position: static;
}

p.entry-meta,
p.entry-meta a {
	color: #6d6d6d;
	text-decoration: none;
}

p.entry-meta a:hover,
p.entry-meta a:focus {
	text-decoration: underline;
}

.entry-header {
	margin-bottom: 40px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.archive .content .entry-comments-link,
.single .content .entry-comments-link,
.page-template-page_blog .content .entry-comments-link {
	background-color: #31ac61;
	border-radius: 4px;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	line-height: 1;
	padding: 10px 20px;
	position: absolute;
	right: -5px;
	top: -3px;
	transform: rotate(5deg);
}

.archive .content .entry-comments-link:after,
.archive .content .entry-comments-link:before,
.single .content .entry-comments-link:after,
.single .content .entry-comments-link:before,
.page-template-page_blog .content .entry-comments-link:after,
.page-template-page_blog .content .entry-comments-link:before {
	border: solid transparent;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}

.archive .content .entry-comments-link:after,
.single .content .entry-comments-link:after,
.page-template-page_blog .content .entry-comments-link:after {
	border-color: rgba(49, 172, 97, 0);
	border-left-color: #31ac61;
	border-width: 10px;
	margin-left: -5px;
	margin-top: -10px;
}


.archive .content p.entry-meta .entry-comments-link > a,
.single .content p.entry-meta .entry-comments-link > a,
.page-template-page_blog .content p.entry-meta .entry-comments-link > a {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
}

.featured-content .entry-comments-link,
.sidebar .featured-content .entry-comments-link,
.single .after-entry .featured-content p.entry-meta .entry-comments-link {
	background: transparent;
	line-height: 1.625;
	padding: 0;
	position: static;
	transform: none;
}

.featured-content .entry-comments-link:after,
.featured-content .entry-comments-link:before,
.sidebar .featured-content .entry-comments-link:after,
.sidebar .featured-content .entry-comments-link:before,
.single .after-entry .featured-content p.entry-meta .entry-comments-link:after,
.single .after-entry .featured-content p.entry-meta .entry-comments-link:before {
	display: none;
}

.featured-content .entry-comments-link > a,
.sidebar .featured-content .entry-comments-link > a,
.single .content .after-entry .featured-content p.entry-meta .entry-comments-link > a {
	color: #6d6d6d;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .6px;
}

.featured-content a.alignleft ~ .entry-header .entry-comments-link,
.featured-content a.alignright ~ .entry-header .entry-comments-link,
.sidebar .featured-content a.alignleft ~ .entry-header .entry-comments-link,
.sidebar .featured-content a.alignright ~ .entry-header .entry-comments-link,
.single .after-entry .featured-content a.alignleft ~ .entry-header .entry-comments-link,
.single .after-entry .featured-content a.alignright ~ .entry-header .entry-comments-link {
	float: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #009946;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-respond,
.entry-comments,
.entry-pings {
	margin-top: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
}

.sidebar .widget:first-of-type,
.sidebar .widget:first-of-type .widget-title {
	margin-top: 0;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #2d2c2a;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets p.entry-meta,
.footer-widgets .entry-meta a {
	color: #fff;
}

.footer-widgets p.entry-meta {
	border-bottom-color: rgba( 255, 255, 255, .16 );
	border-top-color: rgba( 255, 255, 255, .16 );
}

.footer-widgets .entry-meta a {
	text-decoration: underline;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: rgba( 255, 255, 255, .6 );
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets.widget-full .widget_text {
	text-align: center;
}

/* Footer Banner
--------------------------------------------- */

.footer-banner {
	background-color: #b4151b;
	color: #fff;
}

.secondary-nav .footer-banner.flexible-widgets {
	padding-bottom: 0;
}

.footer-banner p.entry-meta a,
.footer-banner .nav-secondary .current-menu-item > a {
	margin: 0;
}

.footer-banner p.entry-meta a,
.footer-banner .entry-title a:focus,
.footer-banner .entry-title a:hover {
	text-decoration: underline;
}

.footer-banner a,
.footer-banner .entry-meta,
.footer-banner .entry-meta a {
	color: #fff;
}

.footer-banner a:focus,
.footer-banner a:hover,
.footer-banner p.entry-meta a:focus,
.footer-banner p.entry-meta a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-banner.widget-full .widget_text {
	text-align: center;
}

.footer-banner.widget-full .widget_text .widget-title {
	font-size: 40px;
	font-size: 4rem;
	margin: 0;
	text-transform: none;
}

.footer-banner.widget-full p.jumbo {
	font-weight: 300;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #2d2c2a;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 3% 0;
	text-align: center;
}

.site-footer,
.site-footer a {
	color: rgba( 255, 255, 255, .6 );
}

.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
	text-decoration: none;
}

.site-footer p {
	margin-bottom: 0;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 1000px;
	}

	.nav-primary > .wrap {
		max-width: 100%;
	}

	.site-header .title-area,
	.site-header .widget-area {
		float: none;
		text-align: center;
		width: 100%;
	}

	.content {
		width: 700px;
	}

	.sidebar {
		width: 300px;
	}

	.content-sidebar .content {
		padding-left: 0;
	}

	.sidebar-content .content {
		padding-right: 0;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.sidebar-primary {
		width: 100%;
	}

	.content {
		padding: 0;
	}

	.content-sidebar .content,
	.sidebar-content .content {
		padding-left: 0;
		padding-right: 0;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.header-widget-area .tagline {
		display: block;
		margin-right: 0;
	}

	.genesis-nav-menu {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.nav-primary .genesis-nav-menu .menu-item.desc > a {
		min-height: auto;
	}

	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.site-header nav.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background: transparent;
		border-width: 0;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		color: #0e763c;
	}

	.site-container .nav-primary .sub-menu-toggle {
		background: transparent !important;
	}

	.site-container .nav-primary .sub-menu-toggle:focus,
	.site-container .nav-primary .sub-menu-toggle:hover {
		background: #b4151b !important;
		border-width: 0;
		color: #fff;
	}

	.menu-toggle {
		background-color: transparent;
		border-top: 1px solid #eee;
		color: #333;
		line-height: 20px;
		position: relative;
		right: 0;
		width: 100%;
		z-index: 1000;
	}

	.site-container > .menu-toggle {
		background-color: #fff !important;
		color: #333;
	}

	.sub-menu-toggle {
		background: transparent !important;
		border-radius: 0;
		color: #fff !important;
	}

	.site-container .site-header .menu-toggle {
		background: transparent !important;
		border: 0;
		color: #fff;
		outline-offset: -1px;
	}

	.site-header .menu-toggle:focus,
	.site-header .menu-toggle:hover {
		color: rgba(255,255,255,.6) !important;
	}

	.menu-toggle:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		outline-offset: -1px;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease;
		-ms-transition:     transform .25s ease;
		transition:         transform .25s ease;

	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.nav-primary .genesis-nav-menu > li:before {
		display: none;
	}

	.nav-primary .genesis-nav-menu {
		position: relative;
	}

	.nav-primary .genesis-nav-menu:before {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
		bottom: 0;
		content: "";
		height: 100%;
		left: 0;
		opacity: .2;
		position: absolute;
		width: 100%;
		z-index: 1;
	}

	.site-header .genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.site-header .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		background: transparent !important;
		color: #fff;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a {
		background: rgba( 0,0,0,.1);
		padding-left: 20px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 60px;
	}

	.site-header .genesis-responsive-menu .genesis-nav-menu .sub-menu a:focus,
	.site-header .genesis-responsive-menu .genesis-nav-menu .sub-menu a:hover {
		color: #fff;
		text-decoration: underline;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 0;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item.current-menu-item > a,
	.spi-customized .genesis-responsive-menu .genesis-nav-menu .menu-item.current-menu-item > a {
		background-color: transparent;
	}

	.genesis-responsive-menu.nav-primary .genesis-nav-menu a span[itemprop="description"] {
		display: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.widget-area.flexible-widgets.widget-fourths .widget {
		width: 48.717948717948715%;
	}

	.widget-area.flexible-widgets.widget-fourths .widget:nth-child(2n+1) {
		clear: left;
		margin-left: 0;
		padding-left: 0;
	}

}

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

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.site-header > .wrap,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.widget-area.flexible-widgets.widget-halves .widget,
	.widget-area.flexible-widgets.widget-thirds .widget,
	.widget-area.flexible-widgets.widget-fourths .widget {
		margin-left: 0;
		width: 100%;
	}

	.flexible-widgets {
		padding: 40px 0 0;
	}

	.genesis-nav-menu a {
		padding: 15px;
	}

}


/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.header-image .site-description,
	.header-image .site-title {
		text-indent: 0;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


/* Programs Box, image left, text right */

.program-box h2 {
  margin-bottom: 15px !important;
}

.program-box-container {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  /* box-sizing: border-box; */
}

.program-block-image {
	margin: 0 !important;
}

.program-block-text {
	padding: 1em 1em 0 0 !important;

}

.program-block-text p {
	margin: 0 !important;
}

/* quote edited by CP */
.entry-content > .is-style-am-group-1#quote {
	padding-left: 0;
}

.entry-content > .is-style-am-group-1#quote > div > blockquote {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	border: none;
	background: var(--color-aspen-light);
	padding: 25px 50px;
	/* margin-top: 0; */
	margin-left: 0px;
	margin-bottom: 0;
}
#quote {
	margin-top: 1em !important;
	margin-bottom: 3em;
}

/* quote: add quotation marks */
/* blockquote::before,
blockquote::after {
	font-family: Georgia;
	font-size: 5em;
	position: absolute;
}

blockquote::before {
	content: open-quote;
	margin-left: -0.4em;
	margin-top: -0.7em;
}


blockquote::after {
	content: close-quote;
	bottom: 0;
	right: 0;
	margin-right: 0.15em;
	margin-bottom: -1em;
} */


.entry-content > .is-style-am-group-1 > div > blockquote > :is(p, cite) {
	display: flex;
	flex: 0 0 100%;
	color: white;
	justify-content: center;
	text-align: center;
	font-size: var(--tile-quote-size) !important;
}

.entry-content > .is-style-am-group-1 > div > blockquote > p {
	text-align: center;
 margin: 0;
}

.entry-content > .is-style-am-group-1 > div > blockquote > cite {
 display: none;
}

/* Youtube full width */
.yt-full-width {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.yt-full-width iframe, .yt-full-width object, .yt-full-width embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content > figure {
	margin-bottom: 3em;
}

/* REFACTORING Custom CSS to style.css */

/* hero area */
.is-style-am-group-1#aspen {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	border: none;
}

.entry-content .is-style-am-group-1#aspen > div > div{
	display: grid;
	width: 100%;	
}

.entry-content .is-style-am-group-1#aspen > div > div > div > figure {
	display: flex;
	flex: 0 0 100%;
	border: none;
	margin-bottom: 0;
	background: none;
}

/* News boxes without Page-IDs */
.entry-content > .is-style-am-group-1 > div {
    display: flex;
        flex: 0 0 100%;
        flex-flow: row wrap;
        justify-content: center;
    }

.entry-content > .is-style-am-group-1 > div > div > div {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	height: 100%;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
}

.is-style-am-group-1 {
	display: flex;
	flex: 0 0 100%;
	padding-left: 25px;
	padding-right: 0;
	position: relative;
	box-sizing: content
}

.is-style-am-group-1:is(#about,#podcasts) {
    background: var(--color-aspen-light);
}

.is-style-am-group-1 :is(figure, li:last-of-type > a) {
	display: flex;
	height: auto !important;            
	width: 100%;
	/* background: var(--color-aspen-dark);  */
	background: none; 
	margin-bottom: 5px;
	overflow: hidden;
}

.is-style-am-group-1 > div {
	display: flex;
	flex: 0 0 100%;
}

.is-style-am-group-1 > div > div {
	display: flex;
	flex: 0 0 100%;
}

/* .is-style-am-group-1 > div > div > div {
	display: flex;
	flex: 0 0 100%;
} */

.is-style-am-group-1 > div > div > div > div {
	position: relative;
	display: flex;
	flex: 0 0 100%;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 31%;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	margin-right: 25px;
	margin-bottom: 25px;
	background: var(--color-aspen-grey);
	box-shadow: 0 0 10px 5px #ffffff00;
	transition: var(--transition-out-aspen);
	overflow: hidden !important;
}

.is-style-am-group-1 > div > div > div > div img {
	display: flex;
	flex: 0 0 100%;
	object-position: center center;
	border: none;
	transform-origin: center center;	
	aspect-ratio: 1600/600;
}

.is-style-am-group-1 > div > div > div > div:hover img {
    transform: scale(1.05);
    transform-origin: center center;
    transition: var(--transition-in-aspen);
	overflow: hidden !important;
	object-position: center center;
	border: none;
}

.am-tile-event,
.is-style-am-group-1 > div > div > div > div {
    border: 1px solid var(--color-aspen-grey) !important;
	box-sizing: content-box;
	aspect-ratio: 1 /1;
}

.is-style-am-group-1 > div > div > div > div > div {
	display: flex;
	flex-flow: column nowrap;	
}

.is-style-am-group-1 > div > div > div > div > div > h3 {
	display: block;
	flex: unset;
	font-size: var(--tile-h3-size) !important;
	font-weight: 500;
	margin: 0 0 5px 0;
	padding: 10px 10px 10px 10px;
}

.is-style-am-group-1 > div > div > div > div > div > p {
	font-size: var(--tile-p-size) !important;
	line-height: 1.5;
	padding: 0 10px;
	margin: 0;
	align-content: flex-start !important;
	align-items: flex-start;
	word-break: keep-all;
	overflow-wrap: break-word;
	margin-top: 0 !important;
}

.is-style-am-group-1 > div > div > div > div > div > p > strong {
	margin-right: 5px;	
}

.is-style-am-group-1 > div > div > div > div > div > p:last-of-type {
	display: flex;
	flex-flow: row wrap;
	flex: auto;
	padding: 0 10px;
	margin: 10px 0;
	align-content: flex-end;
}

.is-style-am-group-1 > div > div > div > div > div > p:last-of-type a {
	color: var(--color-aspen-dark);
	transition: var(--transition-out-aspen);
}

.is-style-am-group-1 > div > div > div > div > div > p:last-of-type a:hover {
	color: var(--color-aspen-light);
	transition: var(--transition-in-aspen);
}


.entry-content > .is-style-am-group-1 > div > div > div > div:hover {
	box-shadow: 0 0 10px 5px var(--color-aspen-light);
	transition: var(--transition-in-aspen);
	border: 1px solid var(--color-aspen-grey) !important;
}

.entry-content > .is-style-am-group-1 > div > div > div > div:hover img {
    transform: scale(1.05);
	transform-origin: center center;
	transition: var(--transition-in-aspen);
	overflow: hidden !important;
	object-position: center center;
	border: none;
    }

	/* filler */
.entry-content > .is-style-am-group-1.filler {
	max-height: 525px;
	overflow: hidden;
	padding-left: 0;
}

 /* button see all */
 .entry-content > .is-style-am-group-1 > div > div.see-all {
	display: flex;
	flex: 0 0 100%;
	justify-content: center;
	margin: 0px 0 0; 
}

.entry-content > .is-style-am-group-1 > div > div.see-all > div {
	display: flex;
	flex: 0 0 100%;
	justify-content: center;

}

.entry-content > .is-style-am-group-1 > div > div.see-all  p {
	flex: unset;
	display: block;
	width: auto;
	flex-flow: row wrap;
	margin: unset auto; 
}

.entry-content > .is-style-am-group-1 > div > div.see-all  p > a {
	display: block;
	flex: auto;
	justify-content: center;
	text-align: center;
	width: auto;
	padding: 5px 75px;
	margin-left: -25px;
	color: white;
	background: var(--color-aspen-dark);
	transition: var(--transition-out-aspen);
	border: 1px solid var(--color-aspen-dark);
}

.entry-content > .is-style-am-group-1 > div > div.see-all  p > a:hover {
	background: var(--color-aspen-light);
	transition: var(--transition-in-aspen);
	border: 1px solid white;
}

.entry-content > .is-style-am-group-1:is(#about,#podcasts) {
	background: var(--color-aspen-light);
}

.entry-content > .is-style-am-group-1:is(#events) {
	background: var(--color-aspen-grey);
	padding-bottom: 50px;
}


.entry-content > .is-style-am-group-1:is(#about,#podcasts) > div > :is(h2,p) {
	color: white;
}

.entry-content > .is-style-am-group-1 :is(figure img, li:last-of-type > a img) {
	position: static !important;
	display: flex;
	flex: unset;
	width: 100%;
	height: 100%;
	transition: var(--transition-out-aspen);
	object-fit: cover;
	aspect-ratio: 1600 / 600 !important;
}

.entry-content > .is-style-am-group-1 > :is(div > div > div > div > div > H3, ul > li) {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	font-weight: 600 !important;
}

/* quote */

.entry-content > .is-style-am-group-1#quote {
	padding-left: 0;
}

.entry-content > .is-style-am-group-1#quote > div > blockquote {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	border: none;
	background: var(--color-aspen-light);
	padding: 25px 50px;
	margin-top: 0;
margin-left: 0px;
	margin-bottom: 0;
}

.entry-content > .is-style-am-group-1 > div > blockquote > :is(p, cite) {
	display: flex;
	flex: 0 0 100%;
	color: white;
	justify-content: center;
	text-align: center;
	font-size: var(--tile-quote-size) !important;
}

.entry-content > .is-style-am-group-1 > div > blockquote > p {
	text-align: center;
	margin: 0;
}

.entry-content > .is-style-am-group-1 > div > blockquote > cite {
	display: none;
}

/* events */
.entry-content > .is-style-am-group-1#events > div {
	flex: 0 0 100%;
	justify-content: flex-start;
}

.entry-content > .is-style-am-group-1#events > div > h2 {
	flex: 0 0 100%;
}

.entry-content > .is-style-am-group-1#events > div > .am-tile-event {
	display: flex;
	flex: 0 0 31%;
	align-content: stretch;
	align-items: stretch;
	background: var(--color-aspen-grey);
	margin-right: 25px !important;
	margin-bottom: 25px !important;
	overflow: hidden;
	position: relative;
	line-height: 1.4;
}

.entry-content > .is-style-am-group-1#events > div > ul.am-tile-event > li {
	display: flex;
	flex-flow: row wrap;
	flex: 1;
	margin-right: 0;
	margin-bottom: 0 !important;
	background: white;
}


.entry-content > .is-style-am-group-1#events > div > ul.am-tile-event > li:nth-of-type(1) {
	order: -1 !important;
	padding-top: 0;
	padding-bottom: 0;
}

.entry-content > .is-style-am-group-1#events > div > ul.am-tile-event > li.am-event-data {
	order: -2 !important;
	color: var(--color-aspen-dark);
	justify-content: flex-start;
	padding-left: 15px;
	padding-top: 0;
}

.entry-content > .is-style-am-group-1#events > div > ul.am-tile-event > li.am-event-data > a {
	font-size: calc(var(--tile-h3-size) - 2px) !important;
	flex: 0 0 100%;
	font-weight: 600 !important;
	line-height: 1.5;
}

.entry-content > .is-style-am-group-1#events > div > ul.am-tile-event > li:last-of-type {
    order: -3 !important;
	display: flex;
	flex: 1 !important;
	overflow: visible !important;
}

.am-tile-event > li:first-of-type {
	border: none;
	margin-bottom: 0;
}

.am-tile-event > li:first-of-type > a {
	color: var(--color-aspen-light) !important;
	font-weight: var(--tile-h3-weight) !important;
	font-size: var(--tile-h3-size) !important;
	line-height: 1.5;
}

.am-tile-event > li:nth-of-type(2) > a {
	font-size: var(--tile-p-size);
}

 /* aspen worldwide */
 .entry-content > .is-style-am-group-2#worldwide {
	padding-left: 25px;
	padding-right: 25px;
}

 /* Media Queries */

 @media only screen and (max-width: 1420px ) {
    ul.am-tile-event,
    .is-style-am-group-1 > div > div > div > div {
        flex: 0 0 47% !important;
        }
    }

@media only screen and (max-width: 1169px ) {
    ul.am-tile-event li:last-of-type {
        height: unset !important;
        }

    ul.am-tile-event,
    .is-style-am-group-1 > div > div > div > div {
        flex: 0 0 96% !important;
        aspect-ratio: 16/10;
        }
    }

@media only screen and (max-width: 769px ) {
    ul.am-tile-event,
    .is-style-am-group-1 > div > div > div > div {
        aspect-ratio: 4/3;
        }
    }

@media only screen and (max-width: 599px ) {
    ul.am-tile-event,
    .is-style-am-group-1 > div > div > div > div { 
        flex: 0 0 92% !important;
        aspect-ratio: 1/1;
        }
    }

/* COMMPAGE 18.10. */

.am-hide {
	display: none !important;
}

body {
	background-color: #fff !important;
	overflow-x: hidden;
}

body, p, h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Open Sans', sans-serif !important; 
}

h1, h2, h3, h4, h5, h6, h7, a {
	color: #00497b;
}

h1 {
	font-size: 36px !important;
}

h2 {
	font-size: 28px !important;
	font-weight: 600;
}

h3 {
	font-size: 22px !important;
	font-weight: 600;
}

h4 {
	font-size: 20px !important;
	font-weight: 600;
}

.page .entry-content br,
.single-amunis_events .entry-content br {
	line-height: 58px !important;
	vertical-align: top;
}

.content *:visited, .content *:focus {
	border: none !important;
	outline: none !important;
}

.site-container {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	max-width: 1600px;
	min-height: 100%;
	align-content: stretch;
	align-items: stretch;
	margin: 0 auto;
	position: relative; 
	padding: 0 100px;
	justify-content: flex-start !important;
}

/*** Kopfbereich ***/
.site-header {
	display: flex;
	flex: 0 0 400px;
	align-items: flex-end;
}

.site-header .wrap {
	display: flex;
	flex: 0 0 100%;
	align-items: flex-end;
	padding: 0;
	margin-left: 20px;
}

.site-header .title-area {
		display: flex;
		flex: 0 0 100%;
		flex-flow: row wrap;
		padding: 0;
		background-color: #fff;
}

.site-header .title-area * {
		display: flex;
		flex: 0 0 100%;
}

.site-title a, .site-title a:hover {
		color: #00497b;
}

.custom-logo-link {
		display: block !important;
}

.custom-logo {
		display: block !important;
		width: auto !important;
		margin: 30px 0 8px;
		transition: all .25s ease-in-out !important;
}

.custom-logo:hover {
		filter: brightness(0.75);
		transition: all .4s ease-in-out !important;

}

/*** Sprachenschalter ***/

.widget_polylang,
.widget_polylang .widget-wrap {
		display: flex !important;
		flex-flow: row wrap !important;
		align-content: stretch !important;
		flex: auto !important;
		height: 30px !important;
}

.widget_polylang .widget-wrap ul {
		
		
}

.widget_polylang .lang-item {
	display: flex;
	flex: 0 0 30px;
	height: 30px;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}

.widget_polylang .lang-item img {
		visibility: hidden;
}


.widget_polylang .lang-item a {
	display: flex !important;
	flex: auto !important;
	align-items: center !important;
	align-content: center;
	text-decoration: none !important;
	transition: all .25s ease-in-out !important;
	position: relative;
}

.widget_polylang .lang-item a img {
	display: flex !important;
	flex: 0 0 30px !important;
	width: 30px !important;
	height: 30px !important;
	transition: all .4s ease-in-out !important;

}

.widget_polylang .lang-item a::after {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	flex: 0 0 30px !important;
	visibility: visible;
	align-items: flex-start !important;
	text-decoration: none !important;
	width: 30px !important;
	height: 30px !important;
	transition: all .25s ease-in-out !important;
}

.widget_polylang .lang-item a:hover::after {
	font-weight: initial !important;
	transition: all .4s ease-in-out !important;
}

.widget_polylang .lang-item-de a::after {
	/* content: "DE" !important; */
	content: url("https://staging.aspeninstitute.de/wp-content/uploads/2019/09/aspen-language-bright-de30a.png") !important;
}

.widget_polylang .lang-item-en a::after {
	/* content: "EN" !important; */
	content: url("https://staging.aspeninstitute.de/wp-content/uploads/2019/09/aspen-language-bright-en30a.png") !important;
}

.widget_polylang .lang-item-de a:hover::after {
	/* content: "DE" !important; */
	content: url("https://staging.aspeninstitute.de/wp-content/uploads/2019/09/aspen-language-dark-de30a.png") !important;
}

.widget_polylang .lang-item-en a:hover::after {
	/* content: "EN" !important; */
	content: url("https://staging.aspeninstitute.de/wp-content/uploads/2019/09/aspen-language-dark-en30a.png") !important;
}

.widget_polylang .lang-item-en a::after img {


}

/*** Kopfbereich Widgets ***/

.site-header .header-widget-area {
	display: flex;
	flex: 0 0 40%;
	justify-content: flex-end;
	position: absolute;
	z-index: 999;
	top: 30px;
	right: 100px;
	left: auto;
	margin-left: auto;
	flex-flow: row wrap;
	height: 30px;
	width: initial !important;
}

.site-header .header-widget-area .widget {
	display: flex;
	flex: initial;
	margin-left: 25px;
}

.site-header .header-widget-area,
.site-header .header-widget-area a {
	color: #00497b;
}

.site-header .header-widget-area section {
	height: 30px !important;
	margin-bottom: 0 !important;
}








/*** Navigation ***/
@media only screen and (min-width: 1100px ) {
	.menu-item.current-menu-item > a,
	.menu-item.current-menu-item > a > span,
	.menu-item.current-menu-ancestor > a,
	.menu-item.current-menu-ancestor > a > span{
		color: #002b49 !important;
		font-weight: 700 !important;
	}

	.nav-primary:before,
	.site-header ,
	.nav-primary *,
	.genesis-nav-menu > li:before {
		background: none !important;
		background-color: white !important;
		color: #00497b !important;
		text-transform: none !important;
	}

	.nav-primary {
		display: flex;
		flex: 0 0 60%;
		align-items: flex-end;
		padding-right: 0px;
		margin-right: 0;
		margin-left: auto;
		position: relative;
	}

	.nav-primary .wrap {
		display: flex;
		flex: 0 0 100%;
		justify-content: flex-end;
	}

	.nav-primary .wrap .menu {
		display: flex;
		flex: auto;
		justify-content: flex-end;
		margin: 0;
	}

	.genesis-nav-menu > li {
		display: flex !important;
		flex-flow: row nowrap;
		align-items: baseline !important;  /* Item und Pfeil auf einer Hoehe */
		position: relative;
		margin: auto;
		padding: 10px 0 8px 20px !important;
		text-align: left;
	}

	.genesis-nav-menu > li.menu-item-has-children {
		display: flex;
		flex-flow: row nowrap;
	}

	.genesis-nav-menu > li.menu-item-has-children::after {
		position: static !important;
		height: 100% !important;
		width: 20px;
		margin-top: 0 !important;
		margin-left: 5px;
		margin-bottom: 0 !important;
		font-size: 14px !important;
		vertical-align: bottom !important;
		align-items: flex-end !important;
		align-content: stretch !important;
		z-index: 99;
		content: ' ▼';
		content: ' ◄';
		content: ' ►';
	}

	.genesis-nav-menu > li.menu-item-has-children:hover::after {
		content: ' ▼';
	}

	.genesis-nav-menu > li * {
		border: none !important;
		background: transparent !important;
		justify-content: flex-start;
		text-align: left;
	}

	.genesis-nav-menu.menu-primary > li > a {
		padding: 20px 0 6px 0 !important;
		font-weight: 600 !important;
		font-size: 16px;
		justify-content: flex-start;
	}

	.genesis-nav-menu > li:last-child a {
		padding-right: 5px;
	}

	.genesis-nav-menu.menu-primary > li > a > span {
		color: #002b49 !important; /* Menüfarbe */

	}

	/*** Navigation Untermenü ***/
	.nav-primary .wrap .menu .sub-menu::before,
	.nav-primary .wrap .menu .sub-menu::after {
		width: 0 !important;
		height: 0 !important;
	}

	.nav-primary .wrap .menu .sub-menu,
	.nav-primary .wrap .menu .sub-menu > li,
	.nav-primary .wrap .menu .sub-menu li > a,
	.nav-primary .wrap .menu .sub-menu li > a > span {
		display: flex !important;
		flex: auto !important;
		flex-flow: row wrap !important;
		align-items: stretch !important;
		align-content: stretch !important;
		justify-content: flex-start !important;
		padding: 0 !important;
		margin: 0 !important;
		position: relative !important;
		width: 100% !important;
	}
	
	.nav-primary .wrap .menu .sub-menu {
		display: none !important;
		top: 100%;
		position: absolute !important;
		height: auto !important;
		width: auto !important;
		width: 250px !important;
		padding: 0 !important;
		padding-top: 3px !important;

}
	.nav-primary .wrap .menu .sub-menu .sub-menu {
		margin: 0 !important;
		padding: 0 !important;
		top: -1px !important;
		left: 100% !important;
		border: none !important;
		padding-left: 5px !important;
		
	}
	
	/* Animation Submenu */
	.nav-primary .wrap .menu .menu-item .sub-menu {
		display: flex !important;
		transition: all .2s ease-out !important;
		opacity: 0;
		visibility: hidden;
	}

	.nav-primary .wrap .menu .menu-item:hover > .sub-menu {
		display: flex !important;
		transition: all .3s ease-in !important;
		opacity: 1;
		visibility: visible;
	}
	
	.nav-primary .wrap .menu .sub-menu > li {
		border-top: 1px solid white !important;
		background-color: #00497b !important;
	}

	.nav-primary .wrap .menu .sub-menu > li > a {
		color: white !important;
		font-size: 15px !important;
		padding: 15px 10px !important;
		font-weight: 600 !important;
	}

	.nav-primary .wrap .menu .sub-menu > li > a > span {
		color: white !important;
		text-align: left !important;
	}
}

@media only screen and (max-width: 1100px ) {
	.nav-primary,
	.nav-primary *,
	.nav-primary ul,
	.nav-primary ul > li,
	.nav-primary ::before,
	.nav-primary ::after,
	.nav-primary span {
		background: none !important;
	#	background-color: white !important;
		color: #221f20 !important;
	}
	
	.nav-primary .wrap > ul > li > a > span {
		color: #00497b !important;
	}
	
	.site-container > .menu-toggle,
	.site-container > .menu-toggle:hover,
	.site-container > .menu-toggle:active,
	.site-container > .menu-toggle:focus,
	.site-container > .menu-toggle:visited {
		color: #221f20 !important;
	}
	
	.spi-customized .nav-primary .wrap > ul > li {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.spi-customized .nav-primary .wrap > ul > li > button {
		top: 5px !important;
		right: 5px !important;
	}

	.spi-customized .nav-primary .wrap > ul > li > .sub-menu > li > a {
		padding-left: 40px !important;
	}
	
	.spi-customized .nav-primary .wrap .sub-menu-toggle,
	.spi-customized .nav-primary .wrap .sub-menu-toggle:hover,
	.spi-customized .nav-primary .wrap .sub-menu-toggle:focus,
	.spi-customized .nav-primary .wrap .sub-menu-toggle:active,
	.spi-customized .nav-primary .wrap .sub-menu-toggle:visited {
		background-color: #00497b !important;
	}
}

/*** Seiteninhalt ***/

.site-inner,
.site-inner .wrap,
.wrap {
	max-width: 1600px !important;
	margin: 0 !important;
}


.site-inner {
	margin: 0;
	margin-top: 0px;
	padding: 0;
	padding-top: 50px;
	border-top: 2px solid #00497b; /* Obere Linie unter Header */
}

.site-inner .content {
	padding: 0;
	line-height: 30px;
}

.site-inner, .content-sidebar-wrap, .site-footer {
	display: flex;
	flex: 0 0 100%;
}

.entry {
	margin-bottom: 0;
}


/** Erstes Bild im Text **/

.page .entry-content > p:first-of-type img {
	margin: 8px 25px auto 0;
}

/*** Events ***/
.rhg_grid {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	justify-content: flex-start;
	
}

.rhg_grid .cbp-triggers-slide {
	position: relative !important;
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 30%;
	box-shadow: -5px 0px 5px grey, 0px 5px 5px grey, 5px 0px 5px grey, 0px -5px 5px grey;
}

.rhg_grid figcaption {
	border-bottom: 0;
	border-top: 20px solid;
}


.rhg_grid figcaption h3 {
	margin-top: 0px;
}

/*** Alle Standardseiten ***/
.page {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
}

.page h1,
.archive h1 {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100% !important;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 600;
}

.page h2 {
	/* display: flex;
	flex-flow: row wrap; */
	flex: 0 0 100% !important;
	font-size: 24px;
	color: #00497b;
	margin-bottom: 25px !important;
}

.page h2.topline  {
	border-top: 2px solid #221f20;
	padding-top: 10px;
}

.page h3  {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	font-size: 20px;
text-align: left;
}

.page .entry-content {
	display: flex !important;
	flex: 0 0 100% !important;
	flex-flow: row wrap;
	justify-content: space-between !important;
	text-align: left;
	position: relative !important;
}
.page .entry-content > div {
	display: flex;
	flex: 0 0 100%;
	margin-top: 0 !important;
}



.page .entry-content a,
.page .entry-content a:hover {
	text-decoration: none;
	font-weight: 500;
	color: #00497b;
}

.page .entry-content > p {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 100px;
	font-size: 18px;
}

.page .entry-content > p {
	display: block;
	margin-top: 1em;
	align-items: center;
	align-content: center;
}

/******/
.page-id-21 .is-style-am-group-1 {
	display: flex !important;
	flex: 1 0 100% !important;
	box-sizing: content-box !important;
	margin-right: 4%;
	margin-bottom: 50px;
}

.page-id-21 .is-style-am-group-1 .wp-block-group__inner-container{
	display: flex;
	box-sizing: content-box !important;
	flex-flow: row wrap !important;
}

.page-id-21 .is-style-am-group-1 .wp-block-group__inner-container > p {
	display: block;
	flex: 1
}

.page-id-21 .is-style-am-group-1 .wp-block-group__inner-container > p > a {
	display: block;
}

.page-id-21 .is-style-am-group-1 .wp-block-group__inner-container > h3 {
	display: flex;
	flex: 0 0 100%;
	margin-bottom: 25px;
}

.page-id-21 .is-style-am-group-1 .wp-block-group__inner-container > figure {
	display: flex;
	flex: 0 0 200px;
	align-self: flex-start;
}

.page-id-21 .is-style-am-group-1.lr-ukraine .wp-block-group__inner-container > * {
	display: flex;
	flex: 0 0 100%;
	align-self: flex-start;
}


.page-id-21 .is-style-am-group-1.lr-ukraine .wp-block-group__inner-container > figure {
	justify-content: center
}


.page-id-21 .is-style-am-group-1 .wp-block-group__inner-container > figure > img {
	object-fit: contain; 
}

/*****/
.page .entry-content > table,
.page .entry-content > table > tbody,
.page .entry-content > table > tbody > tr {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	justify-content: stretch;
}

.page .entry-content > table > tbody > tr > td {
	display: flex;
	flex-flow: row wrap;
	flex: 1 0 75%;
	justify-content: stretch;
}

.page .entry-content > table > tbody > tr > td:last-child {
	display: flex;
	flex-flow: row wrap;
	flex: 1 0 25%;
	justify-content: stretch;
	justify-content: flex-end;
}


.entry-content > figure {
	display: flex;
	flex: 0 0 100%;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 100px;
}

.entry-content > figure a {
	display: flex;
	flex: 0 0 100%;
	align-items: flex-start;
	align-content: flex-start;
}

.entry-content > figure:first-child {
	display: flex;
	flex: 0 0 100%;
	align-items: center;
	align-content: center;
	height: auto;
	align-content: center;
	overflow: hidden;
	margin-bottom: 25px;
}

.entry-content > figure:first-child > img {
	display: block;
	width: 100%;
	height: auto;
	max-width: initial;
	max-height: initial;
}

.page .wp-block-columns {
	display: flex;
	flex: 0 0 100% !important;
}

.page .wp-block-columns h2:first-child,
.page .wp-block-columns h3:first-child {
	margin-top: 0;
}


















/*** Aufklapptexte ***/

.page .entry-content > div.so-widget-sow-accordion {
	display: block;
	position: relative;
	float: none;
	clear: both;
	width: 100%;        
}

.sow-accordion-panel-header {
	position: relative;
	margin-top: 25px;
	padding-left: 0 !important;
}

.sow-accordion-title,
.is-style-am-accordion-1 > div > h2:nth-child(1) {
	

	color: #00497b;
}

.page .sow-accordion-title::after,
.is-style-am-accordion-1 > div > h2:nth-child(1)::after {


	margin-left: 5px;

	content: ' ►';
}

.sow-accordion-title,
.is-style-am-accordion-1 > div h3 {
	margin-bottom: 20px;
}

.page .sow-accordion-panel-open .sow-accordion-title::after {
	content: ' ◄';
	content: ' ▼';
}

.sow-accordion-panel-content *,
.sow-accordion-panel-content p {
	overflow: hidden !important;
	padding-left: 0 !important;
	white-space: normal;
	word-break: break-word;
}

.sow-accordion-panel-content iframe {
	z-index: 99;
	border: none !important;
}

.sow-accordion-panel-content .aspen-podcasts {
	display: flex;
	flex: 0 0 100% !important;
	width: 100% !important;
	flex-flow: row wrap;
	margin: 0;
	max-height: 100vh !important;
	overflow-y: auto !important;
	padding-right: 10px;
}

.sow-accordion-panel-content .aspen-podcasts  > li,
.is-style-am-accordion-1 > div > .aspen-podcasts > li {
	display: flex;
	flex: initial !important;
	flex-flow: row wrap;
	font-weight: 600 !important;
	margin-bottom: 20px;
	line-height: 1.6;
	justify-content: flex-start !important;
	text-align: justify;
	list-style-type: none !important;
}

.sow-accordion-panel-content .aspen-podcasts  > li:first-of-type {
	font-weight: 700 !important;
}


.sow-accordion-panel-content .aspen-podcasts > li > ul {
	display: flex;
	flex: 1 !important;
	flex-flow: row wrap;
	width: 100% !important;
	margin: 0;
	padding-left: 20px !important;
	line-height: 1.6;
}

/* Verschiedene Ausrichtungen der Tabelle */
@media only screen and (max-width: 1400px ) {
	.sow-accordion-panel-content .aspen-podcasts > li {
		flex: 0 0 100% !important;
	}
	
	.sow-accordion-panel-content .aspen-podcasts > li > ul {
		flex: 0 0 100% !important;
		padding-left: 10px !important;
	}
}

@media only screen and (max-width: 1100px ) {
	.sow-accordion-panel-content .aspen-podcasts > li {
		flex: initial !important;
	}
	
	.sow-accordion-panel-content .aspen-podcasts > li > ul {
		flex: 1 !important;
	}
}

@media only screen and (max-width: 599px ) {
	.sow-accordion-panel-content .aspen-podcasts > li {
		flex: 0 0 100% !important;
	}
	
	.sow-accordion-panel-content .aspen-podcasts > li > ul {
		flex: 0 0 100% !important;
	}
}

.sow-accordion-panel-content .aspen-podcasts > li > ul > li {
	list-style-type: none !important;
}

.sow-accordion-panel-border {
	columns: 1 !important;
}


.sow-accordion-panel-border,
.has-2-columns,
.is-style-am-accordion-1 > div > .is-style-am-group-1 > div {
	columns: 2 auto !important;
	padding: 0 !important;
	column-gap: 5% !important;
	text-align: justify;
	margin-top: 25px;
	margin-bottom: 50px;
}

.sow-accordion-open-close-button div span::before {
	display: none;
	content: "Read More" !important;
	width: 180px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 5px;
	font-family: 'Open Sans', sans-serif !important; 
	background-color: #D0CED1;
	color: #221f20;
	font-weight: 500;
	text-align: center;
}

.sow-accordion-panel-open .sow-accordion-open-close-button div span::before {
	content: "Hide Chapter" !important;
}

.am-collapse {
	font-size: 22px !important;
	font-weight: 600;
	color: #00497b;
}

.am-podcast-episode {
	font-weight: 600;
	color: #00497b;
}

.am-podcast-episode::before {
	content: '🎙️';
}


.is-style-am-accordion-1 h3:first-child {
	margin-top: 0;
}

@media only screen and (max-width: 1100px ) {
	body .is-style-am-accordion-1 > div > .is-style-am-group-1 > div {
		columns: 1 !important;
	}
}

/*** amunis | Block Styles ***/
/** Accordion **/
.is-style-am-accordion-1,
.is-style-am-accordion-2 {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	position: relative;
	margin-bottom: 25px;
	height: auto;
	overflow-y: auto;
	transition: all 1s ease-in-out;
}

.is-style-am-accordion-1 > div,
.is-style-am-accordion-2 > div {
	display: flex !important;
	flex-flow: row wrap !important;
	height: auto;
	transition: all 1s ease-in-out;
}

.is-style-am-accordion-1 > div > *,
.is-style-am-accordion-2  > div > * {
	display: flex !important;
	flex-flow: row wrap !important;
	flex: 0 0 100% !important;
	margin: 0;
	height: auto;
}

.is-style-am-accordion-1.am-accordion-opened > div > *,
.is-style-am-accordion-2.am-accordion-opened  > div > * {
	margin: 0;
}

.is-style-am-accordion-1 > div > *:first-child,
.is-style-am-accordion-2  > div > *:first-child {
	cursor: pointer !important;
	margin-bottom: 10px;
}

.is-style-am-accordion-1 > div > *:first-child::after,
.is-style-am-accordion-2 > div > *:first-child::after {
	display: flex;
	align-content: center;
	align-items: center;
	margin-left: 10px !important;
	font-size: 19px !important;
	content: '►';
	margin-left: 5px;
}

.is-style-am-accordion-1.am-accordion-opened > div > *:first-child::after,
.is-style-am-accordion-2.am-accordion-opened > div > *:first-child::after {
	transform: rotate(90deg);
}

.is-style-am-accordion-1 > div > *:nth-child(1n+2),
.is-style-am-accordion-2 > div > *:nth-child(1n+2) {
	overflow: hidden;
	max-height: 0px !important;
	height: auto;
	margin-top: 0;
	transform: scaleY(0);
	transform-origin: center top;	
	transition: all 1s ease-in-out;
}

.is-style-am-accordion-1.am-accordion-opened > div > *:nth-child(1n+2),
.is-style-am-accordion-2.am-accordion-opened > div > *:nth-child(1n+2) {
	transform: scaleY(1);
	max-height: 99999px !important;
	height: auto;	
	transition: all 1s ease-in-out;
}

/* Table */
.is-style-am-accordion-1 > div table {
	border: none;
}

.is-style-am-accordion-1 > div table tbody {
	border: none !important;
}

.is-style-am-accordion-1 > div table > tbody > tr {
	display: flex;
	border: none;
	margin-bottom: 20px;
	height: auto !important;
}

.is-style-am-accordion-1 > div table > tbody > tr > td:first-of-type {
	display: block;
	flex: 0 0 25% !important;
	width: 25% !important;
	margin-left: 0%;
	padding: 0;
	border: none;
	height: auto !important;
}

.is-style-am-accordion-1 > div table > tbody > tr > td:last-of-type {
	display: block !important;
	flex: initial !important;
	padding: 0;
	width: 75% !important;
	border: none;
	height: auto !important;
}

.is-style-am-accordion-1 > div table > tbody > tr > td:last-of-type ul {
	list-style-type: square !important;
	padding-left: 20px !important;
}

.is-style-am-accordion-1 > div table > tbody > tr > td:last-of-type li {
	list-style-type: square !important;
	overflow: initial !important;
}

/* transition */
.is-style-am-accordion-1,
.is-style-am-accordion-1 > div,
.is-style-am-accordion-1 > div > *:first-child::after,
.is-style-am-accordion-2 > div > *:first-child::after,
.is-style-am-accordion-1 > div > *:nth-child(1n+2),
.is-style-am-accordion-2 > div > *:nth-child(1n+2) {
		transition: all 1s ease-in-out !important;
}

.is-style-am-accordion-1.am-accordion-opened,
.is-style-am-accordion-1.am-accordion-opened > div,
.is-style-am-accordion-1.am-accordion-opened > div > *:first-child::after,
.is-style-am-accordion-2.am-accordion-opened > div > *:first-child::after,
.is-style-am-accordion-1.am-accordion-opened > div > *:nth-child(1n+2),
.is-style-am-accordion-2.am-accordion-opened > div > *:nth-child(1n+2) {
	transition: all .5s ease-in-out !important;

}

/* Management Board */
#accordion-content-management-board > div,
#accordion-content-vorstand > div {
	display: flex;
	flex-flow: row wrap !important;
}

.am-person-mb {
	display: flex;
	position: relative;
	flex-flow: column nowrap;
	margin-top: 25px;
	min-height: 187px;
	width: 40%;
	justify-content: flex-start;
	margin-left: 0 !important;
	margin-right: auto;
	padding: 0;
}

.am-person-mb li {
	margin-left: 200px;	
	flex: initial;
	justify-content: flex-start;
	text-align: left;
	
}

.am-person-mb li:first-of-type {
	margin-top: 20px;
}
	
.am-person-mb li:last-of-type {
	position: absolute;
	margin-left: 0;
	order: -1;
	width: 187px;
	height: 187px;
}

.am-person-mb li:last-of-type img {
	object-fit: cover;
	object-position: top center;
	border-radius: 50%;
	width: 187px;
	height: 187px;
	margin: 0;
	padding: 0;

}

@media all and (max-width: 1400px) {
	.am-person-mb {
		width: 100%;
	}
}

/* History of Aspen */
#accordion-content-the-history-of-the-aspen-institute-germany img,
#accordion-content-die-geschichte-des-aspen-institute-germany img {
	height: 125px;
	width: 125px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
}

/*** Startseite ***/

/* Balken */
.am-ansprechpartner::before,
.footer-wrap::before,
.site-footer::before {
	display: block !important;
	position: absolute !important;
	background-color: #00497b;
	height: 100% !important;
	width: 100vw !important;
	z-index: -1 !important;
	top: 0 !important;
	left: -100% !important;
	right: -100% !important;
	bottom: 0 !important;
	content: " " !important;
	margin: 0 auto !important;
	max-width: 100vw;
	padding: 0;
}


/** Aktuelles **/
/*****/
.footer-wrap::before,
.site-footer::before {
	background-color: #002b49;
}

.am-worldmap {
	position: relative;
	display: flex !important;
	flex: 0 0 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
}

.am-worldmap a:nth-child(1n+2) {
	position: absolute;
	transform-origin: 50% 100%;
	height: 6.5%;
	width: 2.2%;
	object-position: center bottom;
	object-fit: contain;
	transition: all 1s ease;
}

.am-worldmap a:nth-child(1n+2):hover {
	transform: scale(1.1);
	transform-origin: 50% 100% !important;
	transition: all .25s ease;

}

.am-worldmap a:nth-child(1n+2) img {
	position: relative;
	height: 100%;
	width: 100%;
	object-fit: fill;
	object-position: center bottom;
	
}

/** Locations **/
.am-worldmap #washington-dc {
	left: 18.7%;
	top: 23.1%;
}

.am-worldmap #mexico-city {
	left: 9.5%;
	top: 37%;
}

.am-worldmap #madrid {
	left: 41.4%;
	top:25%;
}

.am-worldmap #paris {
	left: 44%;
	top:17.5%;
}

.am-worldmap #berlin {
	left: 46.1%;
	top:15%;
}

.am-worldmap #rome {
	left: 47.2%;
	top:22%;
}

.am-worldmap #prague {
	left: 49%;
	top:16.5%;
}

.am-worldmap #kyiv {
	left: 52.8%;
	top:14.2%;
}

.am-worldmap #bucarest {
	left: 51.2%;
	top:19.7%;
}

.am-worldmap #tokyo {
	left: 85.9%;
	top:27.9%;
}

.am-worldmap #new-delhi {
	left: 68.5%;
	top:37.3%;
}

.am-worldmap #new-zealand {
	left: 94.1%;
	top:87.4%;
}


.am-worldmap #london {
	left: 42.7%;
	top:14.5%;
}

/*** Events ***/
.single-amunis_events .entry-content table {
	display: flex !important;
	flex-flow: row wrap;
	flex: 0 0 100%;
	border: none;
}

.single-amunis_events .entry-content table tbody {
	border: none;
}

.single-amunis_events .entry-content table tr {
	display: flex !important;
	flex-flow: row nowrap !important;
	flex: 0 0 100% !important;
	border: none;
}

.single-amunis_events .entry-content table td {
	display: flex !important;
	flex-flow: row wrap !important;
	flex: initial !important;
border: none;
	margin: 0 !important;
	justify-content: flex-start !important;
}

.single-amunis_events .entry-content table td:first-of-type {
	flex: 0 0 200px !important;
	font-weight: 700;
}

.single-amunis_events .entry-content table td h4 {
	display: flex !important;
	flex: 0 0 100% !important;
	margin: 5px 0 0 0 !important;
	justify-content: flex-start !important;
color: #00497b;
	text-transform: unset;
}

.single-amunis_events .entry-content table td > ul {
	display: flex;
	margin-left: 0;
		flex: initial;
	width: unset;
}

.single-amunis_events .entry-content table td > ul > li {
	
	display: flex;
	list-style-type: none;
	margin-left: 0;
}

.single-amunis_events .entry-content table td > ul > li > p {
	display: flex;
	flex: initial ;
	white-space: nowrap;
	line-height: 1.5;
}


.single-amunis_events .entry-content table td > ul > li > ul {
	display: flex;
	flex: initial;
	flex-flow: column nowrap;
}

.single-amunis_events .entry-content table td > ul > li > ul > li {
	margin-bottom: 20px;
	list-style-type: none;
	white-space: normal;
	word-break: keep-all;
	line-height: 1.5;
}

/*** event-materials ***/

.parent-pageid-5843 .entry-content .wp-block-buttons {
	margin: 10px 0 50px 0 !important;
}

.parent-pageid-5843 .wp-block-button a {
	position: static;
	padding: 10px;
	border: 2px solid #00497b;
	border-radius: 5px;
	background-color: #00497b;
	color: white;
}

.parent-pageid-5843 .wp-block-button:hover a {
	position: static;
	padding: 10px;
	border: 2px solid #00497b;
	border-radius: 5px;
	background-color: white;
	color: #00497b; 
	box-shadow: 0 0 5px 0 #00497b;
}

.parent-pageid-5843 .is-style-am-block-list-1 > li > ul > li:first-of-type a {
	position: static;
	padding: 10px;
	border: 2px solid #00497b;
	border-radius: 5px;
	background-color: #00497b;
	color: white;
}

.parent-pageid-5843 .is-style-am-block-list-1 > li > ul > li:first-of-type:hover a {
	position: static;
	padding: 10px;
	border: 2px solid #00497b;
	border-radius: 5px;
	background-color: white;
	color: #00497b;
	box-shadow: 0 0 5px 0 #00497b;
}

.parent-pageid-5843 .is-style-am-block-list-1 {
	display: flex;
	flex-flow: column nowrap;
	flex: 100%;
	margin: 0;
	max-height: 250vh;
	overflow-y: auto;
	padding-right: 20px;
}

.parent-pageid-5843 .is-style-am-block-list-1 > li {
	display: flex;
	flex-flow: column nowrap;
	margin: 0;
	margin-left: 200px;
	margin-bottom: 50px;
	position: relative;
	font-weight: 700;
	color: #00497b;
}

.parent-pageid-5843 .is-style-am-block-list-1 > li > ul {
	display: flex;
	flex-flow: row wrap;
	margin: 0;
	font-weight: 400;
	color: #000;
	flex: initial;

}

.parent-pageid-5843 .is-style-am-block-list-1 > li > ul > li {
	display: flex;
	flex: initial;
	flex-flow: row wrap;
	margin: 20px 0;
	width: auto !important;
	
}

.parent-pageid-5843 .is-style-am-block-list-1 > li > ul > li:last-of-type {
	position: absolute;
	top: 0;
	left: -200px;
	display: flex;
	flex-flow: column nowrap;
	margin: 0;	
	flex: 0 0 100%;
	width: 10%;
	order: -1
}

.parent-pageid-5843 .is-style-am-block-list-1 > li > ul > li > ul {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	margin: 0;
	margin-left: 50px
}

.parent-pageid-5843 .is-style-am-block-list-1 > li > ul > li > ul > li {
	display: flex;

	flex: initial;
	width: auto;
	list-style-type: none;
	margin-bottom: 15px;
	
}

@media only screen and (max-width: 960px ) {
	.parent-pageid-5843 .wp-block-buttons {
		margin-left: 0px;
	}

	.parent-pageid-5843 .is-style-am-block-list-1 > li {
		margin-left: 0px;
	}
	
	.parent-pageid-5843 .is-style-am-block-list-1 > li > ul > li:last-of-type {
		position: static;
		flex-flow: column nowrap;
		margin: 10px 0;
	}
	
	.parent-pageid-5843 .is-style-am-block-list-1 > li > ul > li > ul {
		flex: 0 0 100%;
		flex-flow: row wrap;
		margin: 0;
		margin-top: 10px;
	}

	.parent-pageid-5843 .is-style-am-block-list-1 > li > ul > li > ul > li {
		display: flex;
		flex: initial;
		width: auto;
		list-style-type: none;
		margin-bottom: 15px;
	}
}

.parent-pageid-5843 .is-style-am-block-list-2 {
	display: flex;	
	flex: initial;
	flex-flow: row wrap;
	max-height: 100vh;
	overflow-y: auto;
	margin: 0;
	margin-bottom: 50px;
	padding-right: 20px;
}

.parent-pageid-5843 .is-style-am-block-list-2 > li {
	display: flex;
	flex-flow: row wrap;
	flex: 100%;
	margin-left: 200px;
	margin-bottom: 50px;
	min-height: 150px;
	position: relative;
	color: #00497b;
	font-weight: 700;
}

.parent-pageid-5843 .is-style-am-block-list-2 > li > ul {
	display: flex;
	flex: 0 0 100%;
	flex-flow: column nowrap;
	margin: 0;
	color: #000;
	font-weight: 400;
}

.parent-pageid-5843 .is-style-am-block-list-2 > li > ul > li {
	display: flex;
}

.parent-pageid-5843 .is-style-am-block-list-1 > li > ul > li:first-of-type a {
	position: static;
	padding: 10px;
	border: 2px solid #00497b;
	border-radius: 5px;
	background-color: #00497b;
	color: white;
	transition: all 1s ease-in-out;
}

.parent-pageid-5843 .is-style-am-block-list-1 > li > ul > li:first-of-type:hover a {
	position: static;
	padding: 10px;
	border: 2px solid #00497b;
	border-radius: 5px;
	background-color: white;
	color: #00497b;
	box-shadow: 0 0 5px 0 #00497b;
	transition: all .25s ease-in-out;
}

.parent-pageid-5843 .is-style-am-block-list-2 > li > ul > li:last-of-type {
	order: -1;
	position: absolute;
	top: 5px;
	left: -200px;
	flex: 0 0 150px;
	height: 150px;
}

.parent-pageid-5843 .is-style-am-block-list-2 > li > ul > li:last-of-type img {
	object-fit: cover;
	border-radius: 9999px;
}

@media only screen and (max-width: 960px ) {
	.parent-pageid-5843 .is-style-am-block-list-2 > li {
		display: flex;
		flex-flow: row wrap;
		flex: 0 0 100%;
		margin-left: 0px;
		margin-bottom: 50px;
		min-height: 150px;
		position: relative;
		color: #00497b;
		font-weight: 700;
	}
	
	.parent-pageid-5843 .is-style-am-block-list-2 > li > ul > li:last-of-type {
		order: -1;
		position: static;
		top: 5px;
		height: 150px;
	}
	
	.parent-pageid-5843 .is-style-am-block-list-2 > li > ul > li {
		margin: 10px 0
	}

	.parent-pageid-5843 .is-style-am-block-list-2 {
		flex: 0 0 90% !important;
		position: relative;
	}
}

/*** Konferenzprogramm ***/
.parent-pageid-6896 .entry-content #registration {
	max-height: 80vh;
	overflow-y: auto;
}

.parent-pageid-6896 .entry-content .aligncenter,
.parent-pageid-6896 .entry-content .has-text-align-center {
	margin: 0 auto;
	text-align: center;
	justify-content: center;
}

.parent-pageid-6896 .entry-content h2 {
	margin-top: 100px !important;
	margin-bottom: 20px !important;
	
}

.parent-pageid-6896 .entry-content h3 {
	font-size: 22px;
	font-weight: 600;
}

.parent-pageid-6896 .is-style-am-block-list-1 {
	width: 100% !important;
	display: flex;
	flex: 0 0 100% !important;
	margin: 0;
	position: relative;
	max-width: 100% !important;
	flex-flow: row wrap;
	max-height: 100vh;
	overflow-y: auto;
}

.parent-pageid-6896 .is-style-am-block-list-1 > li {
	display: flex;
	flex: 0 0 24% !important;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
	padding: 20px;
	padding-top: 350px;
	position: relative;
	font-weight: 600;
	color: #00497b;
	align-content: flex-start;
	align-items: flex-start;
}

@media only screen and (max-width: 1400px ) {
	.parent-pageid-6896 .is-style-am-block-list-1 > li {
		flex: 0 0 32% !important;
	}
}

@media only screen and (max-width: 960px ) {
	.parent-pageid-6896 .is-style-am-block-list-1 > li {
		flex: 0 0 49% !important;
	}
}

@media only screen and (max-width: 599px ) {
	.parent-pageid-6896 .is-style-am-block-list-1 > li {
		flex: 0 0 100% !important;
	}
}

.parent-pageid-6896 .is-style-am-block-list-1 > li > ul {
	display: flex;
	flex: 0 0 100%;
	flex-flow: row wrap;
	margin: 0;
}

.parent-pageid-6896 .is-style-am-block-list-1 > li > ul > li {
	position: static;
	display: flex;
	flex: 0 0 100%;
	flex-flow: row wrap;
	justify-content: flex-start !important;
	align-content: flex-start !important;
	align-items: flex-start !important;
	text-align: center;
	font-weight: 400;
	color: black;
	height: auto !important;
	padding: 0 !important;
	margin: 0;
}

.parent-pageid-6896 .is-style-am-block-list-1 > li > ul > li:first-of-type {
	margin-top: 10px;
	text-align: center;
	justify-content: center !important;
}


.parent-pageid-6896 .is-style-am-block-list-1 > li > ul > li:last-of-type {
	display: flex;
	flex: 0 0 100%;
	padding: 25px;
	height: 250px !important;
	position: absolute;

}


.parent-pageid-6896 .is-style-am-block-list-1 > li > ul > li:last-of-type img {
	position: relative;
	top: -300px;
	left: 25px;
	width: 250px !important;
	height: 250px !important;
	object-fit: cover;
	border-radius: 999999px;
}

@media only screen and (max-width: 599px ) {
	.parent-pageid-6896 .is-style-am-block-list-1 > li {
		padding-top: 250px;
	}

	.parent-pageid-6896 .is-style-am-block-list-1 > li > ul > li:last-of-type {
		display: flex;
		flex: 0 0 100%;
		padding: 25px;
		height: 150px !important;
		position: absolute;
	}

	.parent-pageid-6896 .is-style-am-block-list-1 > li > ul > li:last-of-type img {
		top: -200px;
		width: 150px !important;
		height: 150px !important;
	}
}

.parent-pageid-6896 .sow-accordion-panel-header,
.parent-pageid-6896 .sow-accordion-panel-border {
	display: flex;
	flex-flow: row wrap;
	background-color: transparent !important;
}

.parent-pageid-6896 .sow-accordion-panel-border,
.is-style-am-accordion-1 > div {
	max-height: unset !important;
	overflow-y: hidden !important;
	columns: 1 !important;
	display: flex;
	flex-flow: row wrap;
	padding-right: 15px;
}


.parent-pageid-6896 .sow-accordion-panel-border table {
	border: none;
}

.parent-pageid-6896 .sow-accordion-panel-border tbody {
	border: none !important;
}

.parent-pageid-6896 .sow-accordion-panel-border tr {
	display: flex;
	border: none;
	margin-bottom: 20px;
	height: auto !important;
}

.parent-pageid-6896 .sow-accordion-panel-border td:first-of-type {
	display: block;
	flex: 0 0 25% !important;
	width: 25% !important;
	margin-left: 0%;
	padding: 0;
	border: none;
	height: auto !important;
}

.parent-pageid-6896 .sow-accordion-panel-border td:last-of-type {
	display: block !important;
	flex: initial !important;
	padding: 0;
	width: 75% !important;
	border: none;
	height: auto !important;
}

.parent-pageid-6896 .sow-accordion-panel-border td:last-of-type ul {
	list-style-type: square !important;
	padding-left: 20px !important;
}

.parent-pageid-6896 .sow-accordion-panel-border td:last-of-type li {
	list-style-type: square !important;
	overflow: initial !important;
}


.page .entry-content .aspen-privacy-policy {
	font-size: 70% !important;
	columns: 1 !important;
}

.parent-pageid-6896 .entry-content .wp-block-buttons {
margin: 10px 0 50px 0 !important;
}

.parent-pageid-6896 .wp-block-button a {
		position: static;
	padding: 10px;
	border: 2px solid #00497b;
	border-radius: 5px;
	background-color: #00497b;
	color: white;
}

.parent-pageid-6896 .wp-block-button:hover a {
	position: static;
	padding: 10px;
	border: 2px solid #00497b;
	border-radius: 5px;
	background-color: white;
	color: #00497b; 
	box-shadow: 0 0 5px 0 #00497b;
}

/*** Kacheln: Programme ***/


.am-tile-program {
	display: flex !important;
	flex: 0 0 48% !important;
	flex-flow: column nowrap !important;
	list-style-type: none !important;
	justify-content: stretch !important;
	align-content: stretch !important;
	align-items: stretch !important;
	margin: 25px 0 !important;
	box-shadow: 0 0 10px 5px #b7b8bb;
	text-align: left;
	transition: all .25s ease-in-out !important;
}


.am-tile-program li {
	display: flex !important;
	flex: initial !important;
	flex-flow: row wrap !important;
	list-style-type: none !important;
	align-items: flex-start;
	align-content: flex-start;
}

.am-tile-program li:first-child {
	padding: 15px 15px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.am-tile-program li:nth-child(2) {
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 500;
	background-color: #D0CED1;
	height: auto;
	flex: auto !important;
}

/* Button */
.am-tile-program li:nth-child(3),
.am-button-2 {
	color: white !important;
	justify-content: flex-end;
	padding: 0;
	font-size: 18px;
	font-weight: 600 !important;
	background-color: #D0CED1;
}

.am-tile-program li:nth-child(3) a:last-child {
	justify-content: flex-end;
	align-self: flex-end;
	padding: 6px 30px;
	margin-right: 50px;
	font-size: 22px;
	font-weight: 600 !important;
	text-decoration: none;
	background-color: #002b49;
	color: white;
	transition: all .25s ease-in-out !important;
}

.am-tile-program li:nth-child(3) a:hover {
	color: white !important;
	font-weight: 600 !important;
	color: white;
	color: #D0CED1 !important;
	transition: all .25s ease-in-out !important;
}

.am-tile-program li:last-child {
	order: -1;
	align-self: flex-start;
	overflow: hidden;
}

.am-tile-program li img {
	display: flex !important;
	flex: 0 0 100% !important;
	align-items: center;
	transition: all .25s ease-in-out !important;
}

.aspen-leadership li:first-child {
	background-color: #bad634;        
}

.aspen-transatlantic li:first-child {
	background-color: #ffda00;        
}

.aspen-digital li:first-child {
	background-color: #6ddda8;        
}

.aspen-western li:first-child {
	background-color: #f0983a;        
}

.aspen-staffers li:first-child {
	background-color: #eb9b81;        
}

.aspen-public li:first-child {
	background-color: #01d4ff;        
}

/*** Kacheln Newsroom ***/

.am-tile-news {
	display: flex !important;
	flex: 0 0 32% !important;
	flex-flow: row wrap !important;
	list-style-type: none !important;
	justify-content: flex-end !important;
	align-content: stretch;
	align-items: stretch;
	margin: 25px 0 !important;
	box-shadow: 0 0 10px 5px #b7b8bb;
	height: auto;
	align-self: flex-start;
}

.am-tile-news li {
	display: flex !important;
	flex: 0 0 100% !important;
	flex-flow: row wrap !important;
	list-style-type: none !important;
	align-items: stretch;
	align-content: stretch;
}

.am-tile-news li:first-child {
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 500;
	background-color: #D0CED1;
	height: auto;
}

.am-tile-news li:last-child {
	order: -1;
}

.am-tile-news li > img {
	display: flex !important;
	flex: 0 0 100% !important;
	align-items: center !important;
}









/*** Gremien Kacheln ***/

.am-tile-boards {
	display: flex !important;
	flex-flow: row wrap !important;
	flex: 0 0 21% !important;
	list-style-type: none;
	margin: 0 !important;
	margin-bottom: 80px !important;
	font-size: 14px;
	align-items: stretch !important;
	align-content: flex-start !important;
	align-self: stretch !important;
	vertical-align: top;
	justify-content: center;
}

.am-tile-boards-3 {
	flex: 0 0 26% !important;
}

.am-tile-boards-3 img {
	flex: 0 0 80% !important;
}

.am-tile-boards-4 {
	flex: 0 0 21% !important;
}

.am-tile-boards * {
	display: flex !important;
	justify-content: center !important;
	color: #221f20;
	list-style-type: none;
	text-align: center;
	flex: 0 0 100% !important;
}

.am-tile-boards > li {
	display: flex;
position: relative !important;
	flex-flow: row wrap !important;
	flex: 0 0 100% !important;
	word-break: keep-all !important;
	white-space: unset;
	line-break: normal;
	align-self: stretch !important;
	align-content: center;
	align-items: flex-start;
}

.am-tile-boards li:first-child {
	padding: 0 !important;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	color: #00497b;
	margin-bottom: 15px;
	height: 60px !important;
	align-self: flex-start;
	align-items: flex-start !important;
	flex: 0 0 110% !important;
}

.am-tile-boards li:last-child {
	order: -1;
	margin-bottom: 40px;
	align-self: flex-start !important;
	height: auto !important;
	align-items: center !important;
	align-content: stretch !important;
	justify-content: center !important;

}

.am-tile-boards a,
.am-tile-boards a:hover,
.am-tile-boards a:active,
.am-tile-boards a:focus,
.am-tile-boards a:visited {
	display: inline-block !important;
	text-decoration: none !important;
	font-weight: normal !important;
	color: inherit !important;
	top: 0 !important;
}

.am-tile-boards img {
		border-radius: 100%;
}

/*** Team, Gremien ***/
body:is(.page-id-903, .page-id-897, .page-id-869, .page-id-861) .is-style-am-group-1  > div {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

body:is(.page-id-903, .page-id-897, .page-id-869, .page-id-861) .is-style-am-group-1  > div > .wp-block-group {
	display: flex !important;
	flex: 0 0 415px !important;
	justify-content: center;
	margin: 25px;
	align-items: flex-start;
}

body:is(.page-id-903, .page-id-897, .page-id-869, .page-id-861) .is-style-am-group-1.team  > div > .wp-block-group {
	display: flex;
	flex: 0 0 300px !important;
}

body:is(.page-id-903, .page-id-897, .page-id-869, .page-id-861) .is-style-am-group-1  > div > .wp-block-group > div {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	padding: 0;
	justify-content: center;
	overflow: visible;
}
	
body:is(.page-id-903, .page-id-897, .page-id-869, .page-id-861) .is-style-am-group-1  > div > .wp-block-group > div > * {
	justify-content: center;
	text-align: center;
	width: 100%;
	overflow: visible !important;*
}


body:is(.page-id-903, .page-id-897, .page-id-869, .page-id-861) .is-style-am-group-1  > div > .wp-block-group > div > h3 {
	padding: 0 !important;
	font-size: 18px !important;
	font-weight: 900;
	line-height: 1.2;
	color: #00497b;
	height: 40px !important;
	align-self: flex-start;
	align-items: flex-start !important;
	margin-top: 40px;
}

body:is(.page-id-903, .page-id-897, .page-id-869, .page-id-861) .is-style-am-group-1  > div > .wp-block-group > div > p {
	display: block;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}

/* nur gremien */
body:is(.page-id-869, .page-id-861) .is-style-am-group-1  > div > .wp-block-group > div > p {
	white-space: break-spaces !important;
}

body:is(.page-id-903, .page-id-897, .page-id-869, .page-id-861) .is-style-am-group-1  > div > .wp-block-group > div > p > br {
	line-height: unset !important;
}

body:is(.page-id-903, .page-id-897, .page-id-869, .page-id-861) .is-style-am-group-1  > div > .wp-block-group > div > figure {
	display: flex;
	order: -1;
	display: flex;
	flex: 0 0 300px !important;
	height: auto !important;
	width: 100% !important;
	padding: 0 !important;
	overflow: visible !important;
	margin: 0;
}

body:is(.page-id-903, .page-id-897, .page-id-869, .page-id-861) .is-style-am-group-1  > div > .wp-block-group > div > figure > img {
	display: block !important;
	flex:  0 0 300px !important;
	width: 300px!important;
	height: 300px !important;
	max-width: 300px !important;
	max-height: 300px !important;
	object-fit: cover;
	border-radius: 999999px;
	margin: 0 !important;
}

/*** Gremien ***/

.am-gremien {
	display: flex;
	flex: auto;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -999px;
	padding: 0 999px;
	margin-top: 80px;
}

.am-gremien h2 {
	display: flex;
	flex: 0 0 100%;
	flex-flow: row wrap;
	justify-content: flex-start !important;
	margin: 0 !important;
}

.am-gremien h3,
.am-gremien ul {
	padding: 0 !important;
	justify-content: center !important;
}

.am-gremien h3 {
	flex-flow: row wrap;
	font-size: 18px;
	margin-bottom: 1em !important;
	}

.am-gremien .wp-block-columns {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	justify-content: space-between;
}

.am-gremien .has-2-columns:first-child {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.am-gremien .has-3-columns .wp-block-column {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 30%;
	justify-content: center;
}

.am-gremien .has-3-columns .wp-block-column * {
	justify-content: center;
}

.am-gremien img {
	border-radius: 100%;
}

.am-gremien ul {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	list-style-type: none;
	margin: 0;
	font-size: 16px;
}

.am-gremien ul > li {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	justify-content: center !important;
	text-align: center;
}










/*** Ansprechpartner ***/

.am-ansprechpartner {
	display: flex;
	position: relative !important;
	width: 100%;
	flex: auto;
	flex-flow: row wrap;
	justify-content: center;
	background-color: #00497b;
	color: white !important;
	margin: 0;
	padding: 0;
	margin-top: 80px;
	padding-bottom: 50px;
}

.am-ansprechpartner a,
.am-ansprechpartner a:hover {
	font-weight: 500 !important;
	text-decoration: none;
	color: white !important;
	word-break: keep-all;
}

.am-ansprechpartner > h2 {
	display: flex;
	flex: 0 0 100% !important;
	flex-flow: row wrap;
	justify-content: flex-start;
	color: white !important;
	border-bottom: 1px solid white;
	margin: 0;
	margin-bottom: 50px;
	padding: 50px 0 20px;
}

.am-ansprechpartner h3 {
	flex-flow: row wrap;
	margin: 0;
	color: white !important;
	font-size: 16px;
	margin: 0 0 15px !important;
			text-align: center;
	}

.am-ansprechpartner .wp-block-columns {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100% !important;
	justify-content: space-between;
}

.am-ansprechpartner .wp-block-column {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 20%;
	justify-content: center;
}

.am-ansprechpartner .wp-block-column * {
	justify-content: center;
	color: white;
}

.am-ansprechpartner .wp-block-column figure {
	margin-bottom: 40px;
}

.am-ansprechpartner img {
	border-radius: 100% !important;
}

.am-ansprechpartner ul {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	list-style-type: none;
	margin: 0;
	margin-bottom: 80px;
	font-size: 14px;
	align-items: center;
}

.am-ansprechpartner ul > li {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	height: 30px;
	align-items: center !important;
	align-content: stretch !important;
	word-break: keep-all !important;
}

.am-ansprechpartner ul > li,
.am-ansprechpartner ul > li > a {
	word-break: keep-all !important;
	white-space: nowrap;
}

.am-stretch {
	display: flex;
	width: 200%;
	flex: auto;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	align-content: stretch;
	align-items: flex-start;
}

/*** Site Footer ***/

.footer-wrap {
	display: flex !important;
	flex-flow: row wrap !important;
	position: relative !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #002b49 !important;
	flex-flow: row wrap !important;
	justify-content: space-between !important;
	align-items: flex-start !important;
	align-content: flex-start !important;
}

div.footer-wrap > * {
	display: flex;
	flex: 0 0 50%;
	margin: 0;

}

div.footer-wrap-1 * {
	padding-left: 0 !important;
	padding-right: 0 !important;

}

div.footer-wrap-2 div {
	padding-left: 0 !important;
	padding-right: 0 !important;

}

div.footer-wrap-1 {
	padding-top: 50px !important;
	border-bottom: 2px solid white !important;
	align-content: flex-end !important;
	align-items: flex-end !important;
	box-sizing: content-box;
}

.footer-logo {
	display: flex;
	flex: initial !important;
	height: auto !important;
	padding: 0;
	padding-bottom: 12px;
}

.footer-logo * {
	margin: 0 !important;
	padding: 0;
}

.footer-logo img {
	display: flex !important;
	flex: initial !important;
	align-items: center !important;
	align-content: center !important;
	height: 100px !important;
	width: auto;
	object-fit: contain;
}

.footer-banner {
	padding: 0;
	margin: 0 !important;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: flex-end;
	background: transparent !important;
}

.footer-banner > * {
	display: flex;
	flex: initial;
	padding: 0 !important;
	margin: 0 !important;
	align-items: flex-end;
	align-content: flex-end;
}

.nav-secondary {
	background-color: transparent !important;
}

.nav-secondary .wrap {
	background-color: transparent !important;
}

div.footer-wrap-2 {
	align-content: flex-start !important;
	align-items: flex-start !important;
	padding: 25px 0;
}

.footer-wrap-2 > * {
	display: flex;
	flex: 0 0 50%;
	color: white;
	align-items: flex-start;
	align-content: flex-start;
}

.footer-widgets-2 {
	justify-content: flex-end;
}

.site-footer {
	display: flex !important;
	position: relative;
	flex: 0 0 100% !important;
	flex-flow: row wrap;
	color: white;
	overflow: visible;
	background: transparent !important;
	justify-content: center;
	margin: 0 !important;
	padding: 0;
}



.site-footer a,
.site-footer .current-menu-item a,
.site-footer a:hover,
.site-footer a:active,
.site-footer a:visited,
.footer-widgets-1 a,
.footer-widgets-1 .current-menu-item a,
.footer-widgets-1 a:hover,
.footer-widgets-1 a:active,
.footer-widgets-1 a:visited,
.footer-widgets-2 .current-menu-item a,
.footer-widgets-2 a:hover,
.footer-widgets-2 a:active,
.footer-widgets-2 a:visited,
.footer-banner a,
.footer-banner .current-menu-item a,
.footer-banner a:hover,
.footer-banner a:active,
.footer-banner a:visited,
.footer-banner a span ,
.footer-banner .current-menu-item a span ,
.footer-banner a:hover span,
.footer-banner a:active span,
.footer-banner a:visited span {
		color: white !important;
		font-weight: normal !important;
		text-decoration: none !important;
}

.footer-banner a,
.footer-widgets p {
	font-size: 15px;
}


.footer-banner ul {
	display: flex;
	flex: 0 0 100% !important;
	padding: 0;
	flex-flow: row nowrap;
	align-items: center !important;
	align-content: center;
}

.footer-banner ul > li {
	display: flex !important;
	flex: auto;
	padding: 0 !important;
	align-items: center;
}

.footer-banner ul > li:before {
	display: flex !important;
	flex: initial;
	padding: 0 !important;
}


.footer-banner ul > li:last-child {
	padding: 0 !important;
}

.footer-banner ul > li:nth-child(1n+2)::before {
	content: "|";
	width: 40px;
	justify-content: center;
	text-align: center;
	background: transparent !important;
	color: white !important;
}


.footer-banner .nav-secondary a {
	margin: 0;
	padding: 20px;
}


.site-footer {
	display: flex !important;
	flex: 100% !important;
	padding-bottom: 25px !important;
	margin: 0 !important;
	
	box-sizing: content-box;
	background-color: #002b49 !important;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.site-footer .wrap {
	padding: 0;
}

/*** Responsive ***/

.nav-primary {
	flex: 0 0 100% !important;
	justify-content: space-between !important;
}

.nav-primary {
	flex: 0 0 100% !important;
}
		
.nav-primary .genesis-nav-menu {
	justify-content: space-between !important;
}
.nav-primary .genesis-nav-menu .menu-item {
	padding: 10px 0 !important;
	margin: 0;
}

@media only screen and (max-width: 1399px ) {
	.nav-primary {
		flex: 0 0 100% !important;
	}
		
	.am-ansprechpartner .wp-block-columns.has-4-columns .wp-block-column {
		flex: 0 0 26% !important;		
	}

	.am-tile-boards-3 {
		flex: 0 0 30% !important;
	}

	.am-tile-boards-4 {
		flex: 0 0 23% !important;	
	}
}

@media only screen and (max-width: 1100px ) {	
	.site-header .header-widget-area {
		right: 50px;
	}

	.wp-block-columns,
	.wp-block-columns .wp-block-column {
		display: flex !important;
		flex-flow: row wrap !important;
		flex: 0 0 100% !important;
		justify-content: flex-start !important;
		margin: auto !important;
	}
	.wp-block-columns,
	.wp-block-columns .wp-block-column .program-box-container{
		display: flex !important;
		flex-flow: row wrap !important;
		flex: 0 0 100% !important;
		justify-content: center;
		margin: auto !important;
		margin-top: auto;
		margin-bottom: 2rem !important;
		padding: 1.2rem;
	}
	
	.page .wp-block-column p {
		flex: 0 0 100%;
	}
	
	.page .wp-block-column iframe {
		height: 600px;
		margin-bottom: 50px;
	}
	
	.footer-wrap-1 > *,
	.footer-wrap-1 img,
	.footer-wrap-2 > * {
		flex: 0 0 100% !important;
		justify-content: flex-start !important;
		align-items: flex-start;
		margin: auto !important;
	}

	.footer-banner {
		margin: 25px 0 10px !important;
	}
		
	.site-container {
		padding: 0 50px !important;
	}
		
	.sow-accordion-panel-border, .has-2-columns {
		columns: 1 !important;
		padding: 0 !important;	
		text-align: justify;
		margin-top: 25px;
		margin-bottom: 50px;
	}

	.page .entry-content > p, .single-amunis_events .entry-content > p {
		display: block;
		columns: 1 auto !important;
		column-gap: 5%;
		margin-top: 0.5em;
	}
		
	.nav-primary,
	.nav-primary *,
	.nav-primary *:before,
	.nav-primary *:after {
		background: transparent !important;
		color: white !important;
	}

	.nav-primary .genesis-nav-menu > li:before {
		background: transparent !important;
	}
		
	.entry-content > figure:first-child {
		display: flex;
		flex: 0 0 100%;
		align-items: center;
		align-content: center;
		height: auto;
		align-content: center;
		overflow: hidden;
		margin-bottom: 1.4rem;
	}
		
	.am-ansprechpartner .wp-block-columns.has-4-columns .wp-block-column {
		flex: 0 0 34% !important;
	}

	.am-tile-boards-3 {
		flex: 0 0 45% !important;
	}

	.am-tile-boards-4 {
		flex: 0 0 30% !important;
	}
}

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

	.site-container {
		padding: 0 20px !important;
	}
		
	.site-header,
	.site-header > .wrap {
		flex: 0 0 100% !important;
		flex-flow: row wrap;
		background-color: white;
	}
		
	.site-header .title-area {
		margin-top: 40px;
	}

	.site-header .header-widget-area {
		display: flex !important;
		flex: 0 0 100% !important;
		flex-flow: row wrap !important;
		right: 20px;
	}	
		
	.site-header .header-widget-area section {
		margin: 0 !important;
		margin-left: 25px !important;
	}
		
	.simple-social-icons ul li {
		margin: 0 5px !important;
	}
	
	.am-ansprechpartner .wp-block-columns.has-4-columns .wp-block-column {
		flex: 0 0 60% !important;
		margin-bottom: 25px !important;
	}

	.am-tile-program {
		flex: 0 0 100% !important;
	}
		
		
	.am-tile-boards {
		margin-bottom: 40px !important;
	}

	.am-tile-boards-3 {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.am-tile-boards-3 {
		flex: 0 0 70% !important;
	}

	.am-tile-boards-4 {
		flex: 0 0 47% !important;
	}
}

@media only screen and (max-width: 599px ) {
		
	.am-tile-boards-4 {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.am-tile-boards-3 {
		flex: 0 0 90% !important;
	}

	.am-tile-boards-4 {
		flex: 0 0 75% !important;
	}
		
	.archive .amunis_events {
		max-height: 240px;	
	}
	
	.archive .amunis_events .entry-header,
	.archive .amunis_events .entry-content {
		flex: 0 0 100% !important;
		margin-left: 10px !important;
	}
	
	.archive .amunis_events .entry-header {
		margin-top: 110px !important;
	}

	.archive .amunis_events .entry-header .entry-image-link {
		width: auto;
		height: 100px !important;
	}

	.archive .am-event-data {
		height: 100px !important;
		width: 40% !important;
	}

}

/*** Simple Lightbox ***/

.blocks-gallery-grid {
	margin: 0 !important;
}

.slb_viewer_layout{
	display: flex;
	flex: 0 0 100%;
	top: 0 !important;
	position: fixed !important;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	flex-flow: row wrap !important;
}

.slb_container {
	display: flex !important;
	flex-flow: row wrap !important;
	flex: initial !important;
	width: auto;
	height: auto !important;
	margin: auto !important;
	transform: scale(0.95);
}

.slb_content {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	justify-content: center;
	text-align: center;
	align-self: stretch;
	align-items: center;
	align-content: center;
	overflow: hidden;
}

.slb_template_tag {
	flex: initial;
	height: auto;
}

.slb_content img {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	object-fit: contain;
	max-height: 100%;
	max-width: 100%;
}

.slb_details {
	display: flex;
	flex-flow: row wrap;
	flex: 1 0;
	height: auto !important;
	align-self: flex-end;
	align-items: center;
	align-content: center;
}

/**** Publications ****/
body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .entry-content div {	
	overflow: visible !important;
}

body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 > div {
	overflow: visible;
}

body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 > div > p.is-style-am-text-1 {
	color: #00497b;
	font-size: 22px;
	font-weight: 600 !important;
	line-height: 1.8;
}

body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 > div > ul > li {
	flex: 0 0 100%;
	padding: 10px 0;
}

body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 > div > .is-style-am-group-1 > div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 .is-style-am-group-1 > div > .wp-block-group {
	margin: 10px;
	margin-bottom: 50px;
	display: flex;
	list-style-type: none;
	flex: 0 0 45%;
	padding-bottom: 10px;
	background: #D0CED1;
	box-shadow: 0 0 10px 5px #b7b8bb;
	transition: all 1s ease-in-out;
}


body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 .is-style-am-group-1 > div > .wp-block-group:hover {
	box-shadow: 0 0 10px 5px #00497b;
	transition: all .5s ease-in-out;
}

@media only screen and (max-width: 960px ) {
	body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 .is-style-am-group-1 > div > .wp-block-group {
		flex: 0 0 100%;
	}
}


body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 .is-style-am-group-1 > div > .wp-block-group > div > figure {
	margin: 0;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 .is-style-am-group-1 > div > .wp-block-group > div > figure img {
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 .is-style-am-group-1 > div > .wp-block-group:hover > div > figure img {
	transform: scale(1.02);
	transition: all 0.5s ease-in-out;
}

body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 .is-style-am-group-1 > div > .wp-block-group > div > h3 {
	display: block;
	flex: 0 0 100%;
	height: auto;
	padding: 10px;
	margin: 0;
	margin-top: 10px;
	font-weight: 600 !important;
}

body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 .is-style-am-group-1 > div > .wp-block-group div :is(h3,h3 > a, h3 > a > strong) {	
	font-size: 22px;
	font-weight: 600 !important;
	line-height: 1.8;
}

body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 .is-style-am-group-1 > div > .wp-block-group:hover > div :is(h3,h3 > a, h3 > a > strong) {	
	font-size: 22px;
	font-weight: 600 !important;
	line-height: 1.8;
}

body:is(.page-id-8573, .page-id-8575, .page-id-16102, .page-id-16088) .is-style-am-accordion-1 .is-style-am-group-1 > div > .wp-block-group > div > p {
	display: block;
	flex: 0 0 100%;
	height: auto;
	padding: 10px;
	margin: 0;
}

/**** Transatlantik Programm ****/

body:is(.page-id-288, .page-id-847) .is-style-am-accordion-1 .wp-block-column:nth-child(2) ul.is-style-am-block-list-1 {
	display: flex;
	flex: 0 0 100% !important;
	width: 100% !important;
	flex-flow: row wrap;
	margin: 0;
	max-height: unset !important;
	overflow-y: auto !important;
	padding-right: 10px;
}

body:is(.page-id-288, .page-id-847) .is-style-am-accordion-1 .wp-block-column:nth-child(2) ul.is-style-am-block-list-1 > li {
	display: flex;
	flex: initial !important;
	flex-flow: row wrap;
	font-weight: 600 !important;
	margin-bottom: 20px;
	line-height: 1.6;
	justify-content: flex-start !important;
	text-align: justify;
	list-style-type: none !important;
}

body:is(.page-id-288, .page-id-847) .is-style-am-accordion-1 .wp-block-column:nth-child(2) ul.is-style-am-block-list-1  > li:first-of-type {
	font-weight: 700 !important;
}


body:is(.page-id-288, .page-id-847) .is-style-am-accordion-1 .wp-block-column:nth-child(2) ul.is-style-am-block-list-1 > li > ul {
	display: flex;
	flex: 1 !important;
	flex-flow: row wrap;
	width: 100% !important;
	margin: 0;
	padding-left: 20px !important;
	line-height: 1.6;
}

/* Verschiedene Ausrichtungen der Tabelle */
@media only screen and (max-width: 1400px ) {
	body:is(.page-id-288, .page-id-847) .is-style-am-accordion-1 .wp-block-column:nth-child(2) ul.is-style-am-block-list-1 > li {
		flex: 0 0 100% !important;
	}
	
	body:is(.page-id-288, .page-id-847) .is-style-am-accordion-1 .wp-block-column:nth-child(2) ul.is-style-am-block-list-1 > li > ul {
		flex: 0 0 100% !important;
		padding-left: 10px !important;
	}
} 

@media only screen and (max-width: 1100px ) {
	body:is(.page-id-288, .page-id-847) .is-style-am-accordion-1 .wp-block-column:nth-child(2) ul.is-style-am-block-list-1 > li {
		flex: initial !important;
	}
	
	body:is(.page-id-288, .page-id-847) .is-style-am-accordion-1 .wp-block-column:nth-child(2) ul.is-style-am-block-list-1 > li > ul {
		flex: 1 !important;
	}
}

@media only screen and (max-width: 599px ) {
	body:is(.page-id-288, .page-id-847) .is-style-am-accordion-1 .wp-block-column:nth-child(2) ul.is-style-am-block-list-1 > li {
		flex: 0 0 100% !important;
	}
	
	body:is(.page-id-288, .page-id-847) .is-style-am-accordion-1 .wp-block-column:nth-child(2) ul.is-style-am-block-list-1 > li > ul {
		flex: 0 0 100% !important;
	}
}

body:is(.page-id-288, .page-id-847) .is-style-am-accordion-1 .wp-block-column:nth-child(2) ul.is-style-am-block-list-1 > li > ul > li {
	list-style-type: none !important;
}

@media (min-width: 782px) {
	body .is-style-am-accordion-1 .wp-block-column:nth-of-type(1n+2) {
		margin-left: 5%;
	}
}

/**** Europa Programm ****/
.has-text-align-center {
	justify-content: center;
}


/* Alle Kacheln */
:root {
	--tile-h3-size: 20px;
	--tile-h3-weight: 600;
	--tile-p-size: calc(var(--tile-h3-size) - 2px);
}

@media (max-width: 500px) {
	:root {
		--tile-h3-size: 18px;
		--tile-h3-weight: 600;
		--tile-p-size: calc(var(--tile-h3-size) - 2px);
		--tile-quote-size: 24px;
	}
}

/* Startseite 2022 */ 
/* menüleiste */
body .site-header {
	margin-bottom: 25px
}

body .entry-header {
	display: none;
}

body .site-inner {
	padding-top: 0; 
}

body .site-container nav.nav-primary {
	background: var(--color-aspen-dark) !important;
	padding: 0 15px;
}

body nav.nav-primary::before {
	background: transparent !important;
}

body .genesis-nav-menu.menu-primary > li > a {
	padding: 6px 0 6px 0 !important;
	opacity: 1;
}

body .genesis-nav-menu.menu-primary > li > a > span {
	background: transparent !important;
	color: white !important;
}

body .nav-primary * {
	background: transparent !important;
	color: white !important;
}

body .nav-primary .menu-item::before {
	display: none;
}

/* submenu */
body .genesis-nav-menu.menu-primary .menu-item ul.sub-menu {
	margin-left: -10px !important; 
}

body .genesis-nav-menu.menu-primary .menu-item ul.sub-menu li {
	background: var(--color-aspen-dark) !important;
	border: 1px solid white !important;
}

/* Veranstaltungen Abstand */
.post-type-archive-amunis_events h1 {
	margin-top: 50px;
}

:is(.page-id-13027, .page-id-14144, .page-id-15711) .entry-content h2 {
	padding-top:0px !important;
}

/*** Publications ***/


/*** Formular ***/

.publications-block > form {
	display: flex !important;
	flex: 0 0 300px;
	margin-right: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	align-items: center;
}

@media only screen and (max-width: 900px ) {
	.publications-block {
		display: flex;
		flex-flow: row wrap;
	}
	.publications-block > form {
		display: flex !important;
		flex: 0 0 100%;
		margin-right: 50px;
		margin-bottom: 50px;
		display: flex;
		flex-flow: row wrap;
		align-content: flex-start;
		align-items: center;
	}
}

.publications-block > form > div {
	display: flex !important;
	flex: 0 0 100%;
	flex-flow: row wrap;
	margin-bottom: 15px;
	/* background: var(--bg-aspen-gradient-light); */
	background: var(--color-aspen-light);
}

.publications-block > form > div > .gw-pub-filter-name {
	flex: 0 0 100%;
	font-weight: 600;
	color: white;
	padding-left: 10px;
	padding-top: 5px;
	text-decoration: underline
}


.publications-block > form > div > ul {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	align-content: center;
	align-items: center;
	color: var(--color-white);
	padding: 5px 0px;
	margin: 0 0;
	margin-right: 10px !important;
}

.publications-block > form ul > li {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 100%;
	width: 100%;
	min-height: 30px;
	list-style-type: none;
	padding-left: 10px;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	line-height: 30px;
	cursor: pointer;
}

.publications-block > form ul > li > label {
	display: flex;
	align-items: center;
	align-content: center;
	cursor: pointer;
}

.publications-block > form input[type="checkbox"] {
	display: flex;
	flex: 0 0 20px;
	align-self: center;
	width: 20px;
	height: 20px;
	margin: 0;
	margin-right: 10px;
	cursor: pointer;
}

.publications-block > form ul > li > ul {
	display: flex;
	flex-flow: row nowrap;
	flex: 0 0 100%;
	margin-left: 25px
}

.publications-block > form > :is(button,span[data-action="reset"]) {
	display: flex;
	flex: 1;
	background: var(--color-aspen-light);
	color: var(--color-white);
	padding: 15px 10px;
	border-radius: 0px !important;
	margin-top: 25px;
	margin-right: 25px;
	text-align: center;
	justify-content: center;	
	border: 0;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	height: auto;
	transition: var(--transition-out-aspen);
}

.publications-block > form > :is(button,span[data-action="reset"]):hover {
	background: var(--color-aspen-dark);
	transition: var(--transition-in-aspen);
}

.publications-block > form > span[data-action="reset"] {
	margin-right: 0;
}

/*** Ergebnisse ***/

.gw-pub-filtered-listing {
	flex: 1;
	flex-flow: row wrap;
}

.gw-pub-filtered-listing > article {
	display: flex;
	flex: 0 0 100%;
	flex-flow: row wrap;
	margin-bottom: 50px;
	padding-bottom: 25px;
}

.gw-pub-filtered-listing > article:nth-last-of-type(1n+2) {
	border-bottom: 2px solid var(--color-aspen-dark);
}

.gw-pub-filtered-listing > article > * {
display: flex;
	flex: 1;
}

.gw-pub-filtered-listing > article > .entry-image {
	display: flex;
	flex: 0 0 40%;
	align-content: flex-start;
	align-items: flex-start;
	margin-right: 50px;
}

.gw-pub-filtered-listing > article > .entry-image > img.attachment-post-thumbnail {
	display: flex;
	flex: 0 0 100% !important;
	width: 100%;
	height: auto;
	margin-left: 0;
	object-fit: contain;
}

@media only screen and (max-width: 1400px ) {
	.gw-pub-filtered-listing > article > .entry-image {
		display: flex;
		flex: 0 0 100%;
		align-content: flex-start;
		align-items: flex-start;
		margin-right: 50px;
	}
}

.gw-pub-filtered-listing > article > .entry-body {
	display: flex;
	flex-flow: row wrap;
}

.gw-pub-filtered-listing > article > .entry-body > * {
	display: flex;
	flex: 0 0 100%;
	flex-flow: row wrap;
}

.gw-pub-filtered-listing > article > .entry-body 
> .entry-header {
	margin: 0;
}

.gw-pub-filtered-listing > article > .entry-body 
> .entry-header > h2 {
	margin: 10px 0;
}

.gw-pub-filtered-listing > article > .entry-body 
> .entry-content > p {
	margin: 0;
}

.gw-pub-filtered-listing > article > .entry-data {
	display: flex;
	flex: 0 0 100% !important;
	flex-flow: row wrap;
	margin-top: 25px;
}

/* Tags */
.gw-pub-filtered-listing > article > .entry-data > * {
	display: flex;
	flex: 0 0 auto;
	flex-flow: row wrap;
	padding: 0px 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	border: 1px dashed var(--color-aspen-light);
	color: var(--color-aspen-light);
	font-weight: 500;
	transition: var(--transition-out-aspen);
}


.gw-pub-filtered-listing > article
> .entry-data > *:hover {
	color: var(--color-aspen-light);
	transition: var(--transition-in-aspen);
}

.gw-pub-filtered-listing > article 
> .entry-data > * > span {
	margin-right: 5px;
}

.gw-pub-filtered-listing > article 
> .entry-data > div > span:first-of-type::after {
	content: ":";
}

.lr-trenner {
	border-bottom: 4px solid var(--color-aspen);
}

 /* Publications Einzelseite */

.single-aspen-publication article {
	display: flex !important;
	flex-flow: column nowrap;
}

.single-aspen-publication article header {
	order: -1 !important;
	margin-bottom: 0;
}

.single-aspen-publication article header .gw-pub-authors {
	margin-bottom: 10px;
}

.single-aspen-publication .entry-header a:is(:link, :active, :focus, :visited),
.single-aspen-publication article header a:is(:link, :active, :focus, :visited) {
	text-decoration-color: white;
	color: var(--color-aspen-light) !important;
	transition: all .25s ease-in-out;
} 

.single-aspen-publication .entry-header a:is(:link, :active, :focus, :visited):hover,
body.aspen-publication-template-default article header a:hover {
	text-decoration: underline;
	color: var(--color-aspen-dark) !important;
	transition: all .15s ease-in-out;
}

.single-aspen-publication article > .entry-image {
	display: flex;
	flex: 0 0 100%;
	width: 100%;
	max-height: 600px;
	margin-bottom: 50px;
	overflow: hidden;
	align-content: center;
	align-items: center;
	}

.single-aspen-publication article > .entry-image > img {
	display: block;
	width: 1920px;
	height: 600px;
	margin-bottom: 50px;
	object-fit: cover;
	object-position: center center;
	}

.single-aspen-publication article .entry-data > div {
	display: flex;
}

.single-aspen-publication article .entry-data > div > span:first-of-type {
	display: flex;
	flex: 0 0 200px;
}

.single-aspen-publication article .entry-data > div >  span:first-of-type::after {
	content: ": ";
	
}

.single-aspen-publication article .entry-data {
	display: flex;
	flex-flow: row wrap;
	
	border: 1px dashed var(--color-aspen-dark);
	color: var(--color-aspen-light);
	padding: 10px;
	margin-bottom: 50px;
}

.single-aspen-publication article .entry-data > :is(span, div) {
	display: flex;
	flex: 0 0 100%;
	font-weight: 600 !important;
}

.single-aspen-publication article .entry-data .gw-pub-attachments a[href$=".pdf"] {
	display: flex;	
	flex-flow: row nowrap;
	align-content: flex-end;
	align-items: flex-end;
	vertical-align: bottom;
	height: auto;
	line-height: 1.3;
	text-decoration-color: white;
}

.single-aspen-publication article .entry-data .gw-pub-attachments a[href$=".pdf"]:hover {
	text-decoration: underline !important;
	text-decoration-color: var(--color-aspen-dark);
	
}

.single-aspen-publication article .entry-data .gw-pub-attachments a[href$=".pdf"]::after {
	content: '';
	background: url("https://dev1.lararehse.de/wp-content/uploads/pdf-icon-4.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	filter: brightness(0.5);
}

/*** Employees ***/
.single-employee .employee {
	display: flex;
	flex: 0 0 100%;
	flex-flow: row wrap;
	justify-content: flex-start;
	text-align: left;	
}

.single-employee .employee .entry-header {
	display: flex;
	flex: 0 0 100%;
	order: -1;
	margin-bottom: 0;
}

.single-employee .employee .entry-image {
	margin-bottom: 50px;
	flex: 0 0 100%;
	height: 300px;
	object-fit: contain;
	justify-content: flex-start;
	text-align: left;
}

.single-employee .employee .attachment-post-thumbnail {
	flex: 0 0 300px;
	object-fit: contain;
}


.single-employee :is(.asp-team-details-job, .asp-team-details-person) {
	display: flex;
	flex: 0 0 45%;
	flex-flow: row wrap;
	margin-bottom: 25px;
	align-content: flex-start;
}

.single-employee :is(.asp-team-details-job, .asp-team-details-person) > div > span:first-of-type {
	color: var(--color-aspen-light);
	font-weight: 500;
}

.single-employee  :is(.asp-team-details-job, .asp-team-details-person) a:is(:link, :active, :focus, :visited) {
	color: var(--color-aspen-light);
	text-decoration: underline;
	text-decoration-color: var(--color-white);
}

.single-employee  :is(.asp-team-details-job, .asp-team-details-person) a:hover {
	color: var(--color-aspen-dark);
	text-decoration: underline;
	text-decoration-color: var(--color-aspen-dark);
}

.single-employee  :is(.asp-team-details-job, .asp-team-details-person) > div {
	display: flex;
	flex-flow: row nowrap;
	flex: 0 0 100%;
	margin-bottom: 10px;
}

.single-employee  :is(.asp-team-details-job, .asp-team-details-person) > div > *:first-child {
	display: flex;
	flex: 0 0 250px;
	margin-bottom: 10px;
}

.single-employee :is(.asp-team-details-job, .asp-team-details-person) > div > *:last-child {
	display: flex;
	flex: 1;
	justify-content: flex-start;
	text-align: left;
}