/* ============================================================
   Combined Minimal Normalize + H5BP Base for Modern Browsers
   ============================================================ */

/* Base */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4; /* leicht höher als normalize 1.15 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: sans-serif;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* HTML5 Block Elements */
article, aside, footer, header, nav, section, main, figure {
    display: block;
}

/* Text Elements */
h1 { margin: 0.67em 0; font-size: 2em; }
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; }

/* Links & Abbr */
a { background-color: transparent; text-decoration: none; color: inherit; }
abbr[title] { text-decoration: underline dotted; border-bottom: none; }

/* Images & Media */
img, svg, video, audio, canvas, iframe {
    vertical-align: middle;
    border: 0;
}
svg:not(:root) { overflow: hidden; }

/* Forms */
button, input, select, textarea {
    font: inherit;
    line-height: 1.15;
    margin: 0;
}
button, input { overflow: visible; }
button, select { text-transform: none; }
textarea { resize: vertical; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Utility */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}



body {
	background-color:#fff;
}

.page-container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	max-width: 970px;
}

.img-thumb-article {
	width:240px;
	float:right;
	margin: 8px 0 15px 28px;
	box-shadow: 0 6px 18px -4px rgb(0 0 0 / 14%);
}

.img-thumb-article-left {
	width:240px;
	float:left;
	margin: 8px 28px 15px 0;
	box-shadow: 0 6px 18px -4px rgb(0 0 0 / 14%);
}

@media (max-width: 600px) {
	.img-thumb-article {
		width:200px;
		margin: 5px 0 12px 15px;
	}
	.img-thumb-article-left {
		width:200px;
		margin: 5px 15px 12px 0;
	}	
}

@media (max-width: 400px) {
	.img-thumb-article {
		width:120px;
		margin: 5px 0 10px 12px;
	}
	.img-thumb-article-left {
		width:120px;
		margin: 5px 12px 10px 0;
	}	
}


/* NAVBAR */
.navbar {
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	top: 15px;
	width: 100vw;
	max-width: 970px;
	height: 80px;
	z-index: 9999;

	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	transition: top 1s;
}

.navbar a.left {
    float: left;
    display: block;
    color: #333;
    text-align: center;
    padding: 12px 15px;
    text-decoration: none;
    font-family:Helvetica Neue, Helvetica, sans-serif;
}

.navbar a.right {
	font-size:1.2em;
    float: right;
    display: block;
    color: #999488;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
}

.navbar a.right:hover {
    background: #ddd;
    color: black;
}

.mobilbutton {
	display:none;
}

.hamburger {
	display:inline-block;
    cursor: pointer;
    top:-1px;
}

.bar1, .bar2, .bar3 {
	width: 23px;
	height: 2px;
	background-color: #999488;
	margin: 5px 0;
	transition: 0.4s;    
}

/* Rotate first bar */
.change .bar1 {
    transform: rotate(-45deg) translate(-4px, 5px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
	transform: rotate(45deg) translate(-2px, -8px);
}

.mainnav {
	list-style: none;
	margin: 7px 0 0 410px;
	padding: 0;
	font-size: 1.1em;

	display: flex;
	justify-content: flex-start;
	align-items: flex-end;

	background: transparent;
	border: 0;
}

.mainnav li {
     display: inline-block;
    float: left;
    padding:5px 12px;
}

.mainnav li:first-child {
 	padding:5px 12px 5px 0px;
}

.mainnav li a {
	font-family:Arial,sans-serif;
	color: #444;
	text-decoration:none;
	padding-bottom:9px;
}

.mainnav li.selected a {
	color: #7ab0ff;
}


.mainnav li a:hover {
	color:#333;
	border-bottom: 4px solid #7ab0ff;
}

.subnav {
	list-style: none;
	margin: 5px 10px 0 60px;
	padding: 0;

	display: flex;
	justify-content: flex-end;
	align-items: flex-end;

	background-color: transparent;
	border: 0;
	font-size: 0.8em;
	opacity: 0.7;
	transition: opacity 0.4s;
}

.subnav:hover {
	opacity:1;
}

.subnav li {
    display: inline-block;
    float: left;
    padding:5px 5px;
}

.subnav li:first-child {
 	padding:5px 10px 5px 0px;
}

.subnav li a {
	font-family:Arial,sans-serif;
	color: #999488;
	text-decoration:none;
	padding-bottom:2px;
}

.subnav li a:hover {
	color: #333;
	border-bottom: 2px solid #7ab0ff;
}

.breadcrumb {
	list-style: none;
	margin: 0;
	padding: 7px 20px 6px;

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;

	height: auto;
	border: 0;
	opacity: 0.5;
	transition: opacity 0.4s;
}

.breadcrumb:hover {
	opacity:1;
}

.bread {
	/*background-color: #fff;*/
}

.breadcrumb li {
    display: inline-block;
    float: left;
    padding:5px 4px;
}

.breadcrumb li:first-child {
 	padding:5px 4px 5px 0px;
}

.breadcrumb li a {
	font-family:Arial,sans-serif;
	color: #999488;
	text-decoration:none;
	padding-bottom:2px;
}

.breadcrumb li a:hover {
	color: #333;
	border-bottom: 2px solid #7ab0ff;
}

.logo {
	position:relative;
	height:57px;
	top:0px;
	left:-5px;
}


@media (max-width: 970px) {
	.navbar {
		background-color: rgba(255,255,255, 1);
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.15);
		position: fixed; /* Set the navbar to fixed position */
		top: 0; /* Position the navbar at the top of the page */
		width: 100vw;
		max-width: 970px;
		z-index:9999;
		height:45px;
		border-radius: 0;
	}

	.navbar a.left {
		float: left;
		display: block;
		color: #333;
		text-align: center;
		padding: 3px 15px;
		text-decoration: none;
		font-family:Helvetica Neue, Helvetica, sans-serif;
	}

	.navbar a.right {
		font-size:1.2em;
		float: right;
		display: block;
		color: #999488;
		text-align: center;
		padding: 9px 12px 10px 12px;
		text-decoration: none;
	}

	.navbar a.right:hover {
		background: #ddd;
		color: black;
	}
	
	.mainnav {
	    display: flex;
	    justify-content: flex-end;
	    margin: 10px 10px 0 0;
	    font-size: 1em;
	}
	
	.mainnav li {
		padding:5px 10px;
	}

	.mainnav li:first-child {
		padding:5px 10px 5px 0px;
	}	
	
	.mainnav li a {
		padding-bottom:7px;
	}
	
	.subnav {
		display:none;
		opacity:1;
	}	
	
	.bread {
		background: linear-gradient(to right, #f2f1eb 0%, #f2f1eb 90%, #ffffff 100%);
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
	}

	.breadcrumb {
		padding-top: 5px;
		padding-bottom:5px;	
		opacity:1;
	}	
	
	.logo {
		position:relative;
		height:40px;
		top:-8px;
		left:-8px;
	}
}



@media (max-width: 700px) {

	.mobilbutton {
		display:block;
	}

	/* The side navigation menu */
	.mobilnav {
		height: 0; /* 100% Full-height */
		width: 100%;
		max-width: 970px;
		position: fixed; /* Stay in place */
		top: 45px; /* Stay at the top */
		background:#fff;
		overflow-x: hidden; /* Disable horizontal scroll */
		padding-top: 0px; /* Place content 60px from the top */
		/* 0.5 second transition effect to slide in the sidenav */
		transition: 0.2s; 
		margin: 0 auto;
		z-index:99999;
		opacity:0.95;
	}

	.mainnav, .subnav {
		display: absolute;
		justify-content: flex-start;
		align-items: flex-start;
	
		display: block;
		justify-content: none;
		align-items: none;    
	
		margin:15px;
		padding-top:10px;    
		font-size:1em;
		clear:both;
	}

	.mainnav {
		font-size:1.4em;
		padding-top:20px; 
	}

	.mainnav li, .subnav li, .mainnav li:first-child, .subnav li:first-child {
		display: block;
		padding:8px;
	}

	.mainnav li a {
		color: #333;
		padding-bottom:4px;
		border-bottom: 3px solid #999488;	
	}

	.subnav li a {
		color: #999488;
		padding-bottom:4px;
		border-bottom: 3px solid #999488;	
	}

	.mainnav li a:hover, .subnav li a:hover {
		color: #333;
		border-bottom: 3px solid #7ab0ff;
	}
}


@media (max-width: 400px) {
	.logo {
		position:relative;
		height:30px;
		top:0px;
		left:-8px;
	}
}


/* Main content */
.main {
    margin-top: 0;
    padding: 15px 20px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    transition: padding 0.5s;
}

@media (max-width: 700px) {
	.main {
		padding: 15px 15px;
	}
}

.dark {
    background: linear-gradient(to bottom, #78694e 0, #978b6f 40%);
    color: #FFF;
    text-shadow: 0 1px 1px #5e513a;
}

.dark p {
    font-size:1.1em;
}

.main p.author {
	color:#969588;
	font-size:1em;
	font-style:italic;
	text-align:right;
}

.main p.small {
	color:#333;
	font-size:1em;
}


h1, h2, h3, h4, h5 {
    font-weight:normal;
    font-family:"Helvetica Neue", Helvetica, sans-serif;
}

h1 {
	text-align: left;
	font-size: 2.2em;
	margin-top: 0.4em;
	color: #444;
	clear: both;
	overflow: hidden;
}

h2 {
	font-size:1em;
	text-align:left;
}

h2 span {
	background-color:#999488;
	color:#fff;
	padding:4px 6px;
	display:inline;
	border-radius: 3px;
}


.box-yellow h2 span {
	background-color:#d8ca00;
}

.box-purple h2 span {
	background-color:#843fde;
}

.box-blue h2 span {
	background-color:#7ab0ff;
}

.box-error h2 span {
	background-color:#ae033f;
}


h3 {
	text-align: left;
	font-size: 1.7em;
	margin-top: 0.4em;
	color: #444;
	clear: both;
	overflow: hidden;	
}

h3 a {
	color: #444;
	text-decoration:none;
}

h3 a:hover {
	color:#333;
	border-bottom:2px solid #7ab0ff;
	text-decoration:none;	
}

h3.collapse-title {
	margin-bottom:1em;
	cursor:pointer;
	color:#637284;
	border-top:1px solid #E6E4DB;
	padding-top:10px;
}

.box-brown h3.collapse-title {
	border-top:1px solid #fff;
}


h3.selected {
	color:#7ab0ff!important;
}

h4 {
	text-align: left;
	font-size: 1.35em;
	margin-top: 0.4em;
	color: #444;
	clear: both;
	overflow: hidden;
}


@media (max-width: 600px) {
	h1 {
	  font-size: 1.7em;
	}
	h2 {
		font-size:0.9em;
	}
	h2 span {
		padding:3px 5px;
	}	
	h3 {
	  font-size: 1.35em;
	}
	h4 {
	  font-size: 1.2em;
	}		
}

@media (max-width: 400px) {
	h1 {
	  font-size: 1.55em;
	}
	h3 {
	  font-size: 1.25em;
	}	
	h4 {
	  font-size: 1.1em;
	}		
}


.main p, .main table {
	font-size:1.2em;
	line-height:1.55em;
	margin: 0 0 1.3em 0;
}

.main ul, .main ol {
	font-size:1.2em;
	line-height:1.55em;
	padding: 0;
	margin: 0 0 1.5em 1.15em;
}

@media (max-width: 600px) {
	.main p, .main ul, .main ol, .main ul.list-links, .main table {
	  font-size:1.1em;
	  line-height:1.5em;
	}
}

@media (max-width: 400px) {
	.main p, .main ul, .main ol, .main ul.list-links, .main table {
	  font-size:1em;
	  line-height:1.45em;
	}
}

.main ul {
	list-style-type: square;
}

.main ul li, .main ol li {
	margin-bottom:0.25em;
}


.main ul.list-links {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1.5em 0;
}


@media (max-width: 600px) {
	.main ul.list-links {
		margin-bottom:0.6em;
	}
}


.main p.img-fw {
	margin: 0 0 0.65em 0;
}

.main img.img-fw, .main p.img-fw img {
	width:90vw;
	max-width:600px;
	object-fit:cover;
	box-shadow: 0 8px 24px -4px rgb(0 0 0 / 14%);
}


.main .table-dates td {
	vertical-align:top;
	padding-right:8px;
}


.main .table-dates td.bigtext {
	padding-top:6px;
}


.main .table-dates td.big {
	font-size:1.7em;
	color:#76adff;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	padding-right:10px;
}

@media (max-width: 400px) {
	.main .table-dates td.bigtext {
		padding-top:6px;
	}
	.main .table-dates td.big {
		font-size:1.75em;
		padding-right:7px;
	}
}


.main p.light, .main td span.light {
	color:#969588;
}

.main p.small,  .main td span.light {
	font-size:0.95em;
	line-height:1.45em;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 1.5em 0;
}

@media (max-width: 400px) {
	.main p.small {
	  font-size:0.85em;
	  line-height:1.45em;
	}
}

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

.main blockquote {
	color:#999488;
	font-size:1.6em;
	font-style:italic;
	margin-left:1.5em;
	margin-top:2em;
	margin-bottom:2em;
}

@media (max-width: 600px) {
	.main blockquote {
		font-size:1.4em;
		margin-left:1.8em;
		margin-top:1.8em;
		margin-bottom:1.8em;		
	}
}

@media (max-width: 400px) {
	.main blockquote {
		font-size:1.2em;
		margin-left:1.6em;
		margin-top:1.6em;
		margin-bottom:1.6em;		
		
	}
}

.main p a, .main ul a, .main ol a, .main table a {
	color:#647286;
	border-bottom:2px solid #7ab0ff;
	text-decoration:none;
}

.main p a:hover, .main ul a:hover, .main ol a:hover, .main table a:hover {
	color:#333;
	border-bottom:2px solid #7ab0ff;
	text-decoration:none;
}

.main p strong, .main ul li strong {
	font-weight: bold;
}


.dark {
	background:#f2f1eb;
	text-shadow:none;
	color:#000;
}

.table-list {
	border-collapse: collapse;
	border-spacing: 0px;
	width:100%;
	color:#424139;
}

@media (max-width: 400px) {
	.table-list {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}

.table-list td {
	padding:7px 5px 5px 5px;
	padding-right:4px;
	border-right:1px dotted #EFEFEF;
	text-align:left;
	color:#424139;
	border-bottom:1px solid #EFEFEF;
	vertical-align:top;
}

.table-list th{
	padding:7px 5px 5px 5px;
	border-right:1px dotted #EFEFEF;
	text-align:left;
	color:#969588;
	font-weight:normal;
	border-bottom:2px solid #EFEFEF;
	vertical-align:top; 
}

td.bold {
	font-weight:bold;	
}

.box-yellow p a, .box-yellow .list-links a  {
	color:#404040;
	border-bottom:2px solid #c1b717;
	text-decoration:none;
}

.box-purple p a, .box-purple .list-links a  {
	color:#404040;
	border-bottom:2px solid #843fde;
	text-decoration:none;
}

.box-brown p a, .box-brown .list-links a  {
	color:#404040;
	border-bottom:2px solid #a9a79d;
	text-decoration:none;
}

.box-blue p a, .box-blue .list-links a  {
	color:#404040;
	border-bottom:2px solid #7ab0ff;
	text-decoration:none;
}

.box-error p a, .box-error .list-links a  {
	color:#f5c1d3;
	border-bottom:2px solid #ae033f;
	text-decoration:none;
}

.box-space {
	padding-right:110px;
	padding-left:110px;
}

@media (max-width: 970px) {
	.box-space {
		padding-right:80px;
		padding-left:80px;
	}
}

@media (max-width: 800px) {
	.box-space {
		padding-right:40px;
		padding-left:40px;
	}
}

@media (max-width: 700px) {
	.box-space {
		padding-right:15px;
		padding-left:15px;
	}
}

.box-yellow, .box-purple, .box-brown, .box-blue, .box-error {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 8px;
    margin-bottom: 15px;
}

.box-yellow { background: #f0e546; }
.box-purple { background: #c8a8f0; }
.box-brown  { background: #e6e4da; }
.box-blue   { background: #bdd7fd; }
.box-error  { background: #cf0673; color: #fff; }



.box-error h3  {
	color:#fff;
}


.cols-2-a {
	width:48%;
	float:left;
}

.cols-2-b {
	width:48%;
	float:right;
}

@media (max-width: 400px) {
	.cols-2-a, .cols-2-b {
		width:100%;
		float:none;
	}
}

.cols-3-a, .cols-3-b {
	width:31%;
	float:left;
	margin-right:2%;
}

.cols-3-c {
	width:31%;
	float:right;
}

@media (max-width: 550px) {
	.cols-3-a, .cols-3-b, .cols-3-c {
		width:100%;
		float:none;
	}
}

.clear {
	clear:both;
}

.fl-r {
    float:right;
}

.btn {
    background-color: #E0EAF4; /* Blue background */
    border: none; /* Remove borders */
    color: #50647c; /* White text */
    padding: 8px 14px; /* Some padding */
    cursor: pointer; /* Mouse pointer on hover */
    border-radius: 2px;
	box-shadow: 0 8px 24px -4px rgb(0 0 0 / 18%);    
}

/* Darker background on mouse-over */
.btn:hover {
    background-color: #7ab0ff;
    color:#fff;
    box-shadow: 0 6px 12px -2px rgb(0 0 0 / 28%);
}

.btn .fa {
    padding-right:5px;
}

* {
  box-sizing: border-box;
}




/* Style the close button (span) */
.close {
	color:#999488;
	position: absolute;
	top: 50%;
	right: 0%;
	padding: 12px 16px;
	width:50px;
	text-align:center;
	transform: translate(0%, -50%);
}

.close:hover {
	background: #999488; 
	color:#E9E6E0;
}




.chip {
    display: inline-block;
    padding: 0 20px;
    height: 36px;
    font-size: 0.9em;
    line-height: 36px;
    border-radius: 20px 7px 7px 20px;
    background-color: #f3f1ea;
    margin-bottom:6px;
    margin-right:4px;
    font-style:italic;
    border-bottom: 2px solid #E9E6E0;
}

.chip .fa {
    color: #999488;
    padding-right:6px;
}

a.chip {
    text-decoration: none;
    color: #333;
}

.chip img {
	float: left;
	margin: 0 10px 0 -20px;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	transition: 0.5s;   
}

.chip:hover {
    color:#333;
    background-color: #E9E6E0;
}

.chip:hover .fa {
    color:#333;
}

.chip:hover img {
    transform: rotate(4deg);
}




.hero-large {
	max-height:400px;
	z-index:-1;
	text-align:center;
}

.hero-large img {
	width: 100vw;
	max-width: 1800px;
	height: 65vh;
	max-height:400px;	
	object-fit:cover;
	box-shadow: 0 8px 24px -4px rgb(0 0 0 / 14%);
}

.hero-small {
	max-height:180px;
	z-index:-1;
	text-align:center;	
}

.hero-small img {
	width: 100vw;
	max-width: 1800px;
	height: 60vh;
	max-height:180px;	
	object-fit:cover;
	box-shadow: 0 8px 24px -4px rgb(0 0 0 / 14%);	
}

.hero-icon {
	height:180px;
	background:#bdd7fd;
	z-index:-1;
	text-align:center;
	overflow:hidden;	
	/*box-shadow: 0 8px 24px -4px rgb(0 0 0 / 14%);*/
}


.hero-icon .fal {
	font-size:14em;
	color:#fff;
	margin-top:-.05em;
	opacity:0.5;
	padding-left:1.7em;
}

.hero-no {
	height:96px;
	z-index:-1;
	text-align:center;		
}


@media (max-width: 970px) {

	.hero-large {
		max-height:350px;
		z-index:-1;
		text-align:center;	
	}

	.hero-large img {
		width: 100vw;
		max-width: 1800px;
		height: 65vh;
		max-height:350px;	
		object-fit:cover;
	}

	.hero-small {
		max-height:150px;
		z-index:-1;
		text-align:center;	
	}

	.hero-small img {
		width: 100vw;
		max-width: 1800px;
		height: 60vh;
		max-height:150px;	
		object-fit:cover;
	}
	
	.hero-icon {
		height:150px;
	}
	
	.hero-icon .fal {
		font-size:9em;
		margin-top:.15em;
		padding-left:1.5em;		
	}

	.hero-no {
		height:45px;
		z-index:-1;
		text-align:center;	
	}

}


@media (max-width: 600px) {
	.hero-large {
		max-height:300px;
		z-index:-1;
		text-align:center;	
	}

	.hero-large img {
		width: 100vw;
		max-width: 1800px;
		height: 50vh;
		max-height:300px;	
		object-fit:cover;
	}

}



@media (max-width: 400px) {
	.hero-large {
		max-height:270px;
		z-index:-1;
		text-align:center;	
	}

	.hero-large img {
		width: 100vw;
		max-width: 1800px;
		height: 50vh;
		max-height:270px;	
		object-fit:cover;
	}

	.hero-small {
		max-height:120px;
		z-index:-1;
		text-align:center;	
	}

	.hero-small img {
		width: 100vw;
		max-width: 1800px;
		height: 60vh;
		max-height:120px;	
		object-fit:cover;
	}
	
	.hero-icon {
		height:120px;
	}
	
	.hero-icon .fal {
		font-size:8em;
		padding-left:1.2em;
	}	

}





.scrolling-wrapper {
  	overflow-x: scroll;
  	overflow-y: hidden;
  	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.card {
	display: inline-block;
}




div.scrollmenu {
    background: #E9E6E0;
    overflow: auto;
    white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	 z-index:9999;
}

div.scrollmenu a {
    display: inline-block;
    color: #333;
    text-align: center;
    padding: 12px 15px;
    text-decoration: none;
    font-family: sans-serif;
    font-size:0.9em;
}

div.scrollmenu a:hover, div.scrollmenu a.selected {
    background-color: #fff;
}


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background:none;
    color: #330000;
    text-align: center;
}








@keyframes swayspin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);opacity:0.7;
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.imgdot {
	border-radius: 50%;
	/*border: 9px solid rgba(255, 255, 255, .5);*/
	box-shadow: 0 8px 24px -4px rgb(0 0 0 / 18%);
	width:270px;

	animation-name: swayspin;
	animation-duration: 21s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.imgdot-right {
	width:350px;
	float:right;
	/*border: 11px solid rgba(255, 255, 255, .5);*/
	margin: -65px -140px 20px 20px;
	z-index:1;
}

.imgdot-right2 {
	width:180px;
	float:right;
	/*border: 6px solid rgba(255, 255, 255, .5);*/
	margin: -85px -140px 20px 20px;
	z-index:2;
}

.imgdot-left {
	float:left;
	margin: -40px 20px 20px -140px;
	animation-direction:reverse;
	animation-duration: 19s;
}

@media (max-width: 700px) {
	.imgdot {
	border-radius: 50%;
	/*border: 8px solid rgba(255, 255, 255, .5);*/
	box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	width:200px;
	}

	.imgdot-right {
	width:240px;
	float:right;
	margin: -30px -90px 16px 16px;
	}

	.imgdot-right2 {
	width:150px;
	float:right;
	margin: -40px -90px 16px 16px;
	}

	.imgdot-left {
	float:left;
	margin: 0 16px 16px -60px;
	}

}

@media (max-width: 400px) {
	.imgdot {
	border-radius: 50%;
	/*border: 6px solid rgba(255, 255, 255, .5);*/
	box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	width:150px;
	}

	.imgdot-right {
	width:180px;
	float:right;
	margin: -30px -60px 12px 12px;
	}

	.imgdot-right2 {
	width:120px;
	float:right;
	margin: -40px -90px 16px 16px;
	}


	.imgdot-left {
	float:left;
	margin: 0px 12px 12px -60px;
	}

}








.container-person {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap:wrap;
  margin-bottom: 1.5em;
}

.box-person {
	margin: 0 2% 2% 0;
	width:31%;
	float:left;
	padding:15px 15px 3px 15px;
	border-radius: 18px 5px 10px;
	overflow:hidden;
}


.badge {
	padding:3px 6px;
	background:#d7e4f8;
	border-radius: 1px 6px 3px;
	box-shadow: 0 2px 6px -1px rgb(0 0 0 / 18%);
}

.kuerzel {
	padding:3px 6px;
	background:#f0e546;
	color:#404040;
	border-radius: 1px 6px 3px;
	box-shadow: 0 2px 6px -1px rgb(0 0 0 / 18%);
}

.imgdot-person {
	border-radius: 50%;
	/*border: 7px solid rgba(255, 255, 255, .5);*/
	box-shadow: 0 6px 18px -3px rgb(0 0 0 / 18%);
	width:90%;
	margin-top:-50px;
	margin-left:-40px;
	margin-bottom:10px;
}


@media (max-width: 700px) {

	.box-person {
	margin: 0 2% 2% 0;
	width:48%;
	float:left;
	padding:15px 15px 0px 15px;
	border-radius: 18px 5px 10px;
	}

	.imgdot-person {
	border-radius: 50%;
	/*border: 6px solid rgba(255, 255, 255, .5);*/
	box-shadow: 0 6px 18px -3px rgb(0 0 0 / 18%);
	width:80%;
	margin-top:-55px;
	margin-left:-40px;
	margin-bottom:10px;
	}


}


@media (max-width: 400px) {

	.box-person {
	margin: 0 0 5px 0;
	width:100%;
	float:left;
	padding:15px 15px 0px 15px;
	border-radius: 15px 5px 10px;
	}

	.imgdot-person {
	border-radius: 50%;
	/*border: 5px solid rgba(255, 255, 255, .5);*/
	box-shadow: 0 8px 24px -4px rgb(0 0 0 / 18%);
	width:50%;
	float:right;
	margin-top:-40px;
	margin-right:-40px;
	margin-bottom:10px;
	}


}








/* Bilder-Link-Box */

    .link-box {
      display: flex;
      width: 100%;
      max-width: 800px;
      border-radius: 12px;
      overflow: hidden;
      text-decoration: none;
      color: inherit;
      flex-direction: row;
      margin-bottom:1em;
    }

    .image-wrapper {
      width: 33.33%;
      overflow: hidden;
      position: relative;
      display: block;
      border-right:0px solid #fff;
      box-shadow:0 6px 18px -3px rgba(0, 0, 0, 0.2);
    }

    .image-wrapper img {
      width: 100%;
      height: 100%;
      min-height:125px;
      max-height:150px;
      object-fit: cover;
      transition: transform 0.6s ease;
      transform-origin: center center;
      display: block;
      opacity:0.95;
    }

    .link-box:hover .image-wrapper img {
      transform: scale(1.2) rotate(-2deg);
      opacity:1;
    }

    .text-area {
      padding: 20px;
      flex: 2;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      text-align: left;
      color:d5d3c7;
	  flex-direction: column;     /* <<< NEU: Vertikale Stapelung */
    }

    .text-area p span {
    	border-bottom: 2px solid #a9a79d;
    }

    .box-blue .text-area p span {
    	border-bottom: 2px solid #7ab0ff;
    }
    .box-purple .text-area p span {
    	border-bottom: 2px solid #843fde;
    } 
    .box-yellow .text-area p span {
    	border-bottom: 2px solid #d8ca00;
    }        
    
    .link-box:hover {
      background-color: #d5d3c7;
    }
    .link-box.box-blue:hover {
      background-color: #acc9f3;
    }  
     .link-box.box-purple:hover {
      background-color: #b997e3;
    } 
     .link-box.box-yellow:hover {
      background-color: #e5da40;
    }         

    /* Responsive unter 600px */
    @media (max-width: 500px) {
      .link-box {
        flex-direction: column;
      }

      .image-wrapper {
        width: 100%;
        height: 150px;
      }

      .image-wrapper img {
        height: 100%;
      }

      .text-area {
        padding: 16px;
      }
    }

