/*  
Template name: Simple Magazine
Template URI: https://templates.arcsin.se/simple-magazine-website-template/
Release date: 2009-08-02
Last updated: 2009-08-10
Description: A simple and lightweight magazine styled website template.
Author: Viktor Persson
Author URI: https://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
https://templates.arcsin.se/license/
*/


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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #BFC4CE;	
	color: #003366;
	font: normal 75% sans-serif;
	line-height: 1.5;
	padding-top : 12px;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #003366;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Links */

a:focus,a:hover {color: #357;}
a {
	color: #003366;
	text-decoration: underline;
}
a.feed {
	background: url('img/icon-feed.gif') no-repeat left center;
	padding-left: 18px;
}

/* More links */
a.more {
	color: #003466;
	font-weight: bold;
}
a.more:hover {color: #5F7DB1;}


/* Text elements */

p {margin-bottom: 1em;}

abbr, acronym {border-bottom: 1px dotted #003366;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:#003366; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}



/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed, ul.tabbedor, ul.tabbedgr li {list-style: none;}


ul.tabbedor li {
	background: url(img/bullet-orange.gif) no-repeat;
	padding-left: 18px;	
	color: #003466;
}

ul.tabbedor {
	display: inline;
	margin: 0;
}

ul.tabbedgr li {
	background: url(img/bullet-grey.gif) no-repeat;
	padding-left: 14px;
    color: #003466;	
}

ul.tabbedgr {
	display: inline;
	margin: 0;
}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 0;}
ul.nice-list li {
	list-style: none;
	border-top: 1px solid #E0E0E;
	padding: 4px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #5F7DB1;}


/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #5F7DB1;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #E8EDF4;}
tfoot {font-style: italic;}
caption {background: #E8EDF4;}

table.data-table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #5F7DB1;
	border: 1px solid #DDD;
	color: white;
	text-align: left;
}
table.data-table th a, table.data-table th a:hover, table.data-table th a:focus, table.data-table th a:active {	
	color: white;	
}
table.data-table tr {
	border-bottom: 1px solid #DDD;
	color: #003466;
}
table.data-table td, table th {padding: 10px;}
table.data-table td {
	background: #E8EDF4;
	border: 1px solid #DDD;
}
table.data-table tr.even td {
  background: #FCFCFC;  
  }
  
table.data-table ul{
	list-style: none;
	margin: 0;
	padding: 0;	
	color: #003466;
}
table.data-table ul li {
	background: url(img/bullet-orange.gif) no-repeat;
	padding-left: 18px;	
	color: #003466;
}
table.data-table ul li ul li {
	background: url(img/bullet-grey.gif) no-repeat;
	padding-left: 12px;
    color: #003466;	
}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet {color: #5F7DB1;}
.loud {color: #000;}
.highlight {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.error, .notice, .success, .blau, .weiss {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #003366; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #003366; border-color: #FFD324;}
.notice a {color: #003366;}

.success {background: #E6EFC2; color: #003366; border-color: #C6D880;}
.success a {color: #003366;}

.blau {background: #E8EDF4; color: #003366; border-color: #ABC;}
.blau a {color: #003366;}

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

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #CCCCDD;
	padding: 3px;	
}
img.borderedShadow ,table.borderedShadow {
	background-color: #FFF;
	border: 1px solid #CCCCDD;
	padding: 3px;
	-moz-box-shadow: 1px 1px 3px 2px #d3d3d3;
    -webkit-box-shadow: 1px 1px 3px 2px #d3d3d3;
    box-shadow:         1px 1px 3px 2px #d3d3d3;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}
img.middle {
  margin: 0 0.5em 0 0;
  vertical-align: middle;
  }

embed.bordered {
	background-color: #FFF;
	border: 1px solid #CCCCDD;
	padding: 3px;
}

/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}


.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separator {margin: 20px 0;}
.archive-separator {margin: 10px 0;}


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

.post a {text-decoration: none;}
.post a:hover {text-decoration: underline;}

.post img.left, .post img.right {margin-bottom: 0;}

.post-date {
	color: #579;
	margin: 2px 0 10px;
}
.post-date a {color: #444;}

.post-title h1, .post-title h2, .post-title h3 {margin-bottom: 0;}

.post-meta {
	background: #F6F6F6;
	border: 1px solid #CCCCDD;
	color: #777;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}

.post-body {font-size: 1.1em;}
.post-body a {color: #039;}
.post-body a:hover {color: #039;}

.post-body img.left, .post-body img.right {margin-bottom: 1em;}



/* Archives */
.archive-pagination {margin-bottom: 16px;}
.archive-post-date {
	background: #E4E9F0;
	border-bottom: 1px solid #B5B5C5;
	border-right: 1px solid #BFBFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 66px;
}
.archive-post-title .post-date {margin: 0;}
.archive-post-title {padding-top: 4px;}
.archive-post-day {font: normal 1.6em Georgia,serif;}


/* 
   Layout 
------------------------------------------------------------------- */

/* Network */

#network {background: #DDD;}
#network .left {
	color: #333;
	padding: 6px 0;
}
#network .tabbed a {
	display: block;
	padding: 6px 10px 7px;
	text-decoration: none;
	color: #666;
}
#network li a:hover {
	background: #F6F6F6;
	color: #000;
}
#network li.current-tab a {
	background: #FFF;
	font-weight: bold;
}
#network .text-separator, #network span {color: #999;}


/* Toolbar */
#toolbar {
	padding: 1px 0px 8px 0px;
	font-size: 1.1em;
	color: #888;	
}
#toolbar img {vertical-align: text-top;}

#toolbar a {
	color: #579;
	text-decoration: none;
}
#toolbar .right, #toolbar .right a {
	color: #999;
	text-decoration: none;
}
#toolbar .text-separator {
	padding: 0 3px;
	color: #BBB;
}
#toolbar a:hover {color: #000;}


/* Header */

#header {margin-bottom: 24px;}

/* Site title */
#site-title {
	font: normal 1.6em serif;
	border-bottom: 1px solid #CCCCDD;
	padding-bottom: 15px;
}
#site-title span {color: #93A6CA;}
#site-title a {
	color: #003466;
	text-decoration: none;
}


/* Navigation */

#navigation {margin-bottom: 24px;}
#navigation a {
	display: block;
	text-decoration: none;
}

/* Main navigation */


#main-nav a {
	color: #93A6CA;
	font-size: 1.5em;
	padding: 9px 15px;
}
#main-nav li {background: url('img/navigation-separator.gif') no-repeat left center;}
#main-nav li:first-child {background: none;}
#main-nav li.current-tab a, #main-nav a:hover {color: #003366;}
#main-nav li.current-tab a {background: url('img/navigation-arrow.gif') no-repeat center bottom;}


/* Subnav */

#sub-nav {
    background: #38558C;	
	padding: 12px 15px 0px 15px;
    border-bottom: 9px solid #5F7DB1;
	border-left: none;
	border-top: none;
	border-right: 1px solid ##38558C;	
	}
#sub-nav a {	
	color: #ABBAD3;
	font: bold 1.1em sans-serif;
	padding: 2px 15px 10px 15px;
	border-bottom: none;
	border-left: 1px solid #38558C;
	border-top: 1px solid #38558C;
	border-right: 1px solid #38558C;
}
#sub-nav li.current-tab a, 
#sub-nav a:hover {
	color: white;
	background: #5F7DB1;
	padding: 7px 15px 5px 15px;
	border-bottom: none;
	border-left: 1px solid #324D7F;
	border-top: 1px solid #324D7F;
	border-right: 1px solid #466BB0;
	}

/* General */
.center-wrapper {
    width: 952px;	
	padding-left: 30px;
	padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 6px;		
	margin-right: auto;
    margin-left: auto; 
    margin-top: 7px;		
    margin-bottom: 15px;		
	background: white;
	-moz-box-shadow: 0 0 5px 5px #868990;
	-webkit-box-shadow: 0 0 10px 10px #868990;
	box-shadow: 0 0 5px 5px #A4A8B0;
}


/* Main */

.main {margin-bottom: 18px;}

.main#main-two-columns .sidebar {width: 232px;}
.main#main-two-columns #main-left {
	width: 671px;
	border-right: 1px solid #DDDDDD;
	padding-right: 24px;
}

.sidebar a {
      
      text-decoration: none;
}
.sidebar a:hover {text-decoration: underline;}

#sidebar-1 {margin-left: 37px;}

/* Columns */
.col3 {width: 32%;}
.col3-mid {margin-left: 2%;}

/* Sidebar */

#sidebar-wrapper {}
#sidebar {}


/* Sidebar sections */
.section {margin-bottom: 16px;}
.section-title {
	background-color: #E8EDF4;
	border-top: 2px solid #ABC;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

.network-section .section-title {
	background-color: #FFF6BF;
	border-color: #FFD324;
}

.link-section .section-title {
	background-color: #E6EFC2;
	border-color: #C6D880;
}

/* Dashboard */

#dashboard {	
	border: 1px solid #E0E0E9;
	background-color: #F7F9FD
}

#dashboard .column {
	width: 236px;
	height: 205px;
	border-right: 1px solid #E7E7E7;	
}	
	
#dashboard #column-4 {border-right: none;}

#dashboard .column-content {
	padding: 14px 16px;
}
#dashboard .column-title {
	color: #4C638E;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
#dashboard a {color: #456;}
#dashboard a:hover {color: #000;}


/* Footer */

#footer {padding: 10px 0;}
#footer a {
	color: #579;
	text-decoration: none;
}
#footer .right, #footer .right a {
	color: #579;
	text-decoration: none;
}
#footer .text-separator {
	padding: 0 3px;
	color: #579;
}
#footer a:hover {color: #000;}



/* sidebar2 */
#sidebar2 {
	color: #003466;
	line-height: 160%;
}
#sidebar2 p {
	margin: 0px 0px 15px;
}
#sidebar2 span {	
  color: white;
}
#sidebar2 span a, #sidebar2 span a:visited {
	color: white;
}

#sidebar2 span img {
	vertical-align: middle;
}
#sidebar2 a, #sidebar2 a:visited {
	color: #003466;
	text-decoration:none;
}

#sidebar2 a:hover, #sidebar2 a:focus, #sidebar2 a:active {
	text-decoration:underline;
	color: #003466;
}

#sidebar2 ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	color: #003466;
}
#sidebar2 ul li {
	background: url(img/bullet-orange.gif) no-repeat;
	padding-left: 18px;	
	color: #003466;
}
#sidebar2 ul li ul li {
	background: url(img/bullet-grey.gif) no-repeat;
	padding-left: 12px;
    color: #003466;	
}

#sidebar2 table, td {
  vertical-align: top;
  color: #003466;
  }

/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single line IE fix */
* html #sub-nav, * html .section-title, * html .main {height: 0.01%; min-height: 0.01%;}

#container {}

#topbg {}

#bottombg {} 

.trweiss { background-color:#FFFFFF; }  
.treven { background-color:#E8EDF4; }
/*.trhell { background-color:#FFF6BF; }*/
.trhell { background-color:#FFF9D0; }
.trheller { background-color:#FFF9D0; }

table.hover ul{
	list-style: none;
	margin: 0;
	padding: 0;	
	color: #003466;
}
table.hover th {
    background: #5F7DB1;	
	border: 1px solid #DDD;
	color: white;
	text-align: left;
}
table.hover th a, table.hover th a:hover, table.hover th a:focus, table.hover th a:active {	
	color: white;	
}
table.hover td {    
	border: 1px solid #DDD;	
	text-align: left;
	padding: 10px;
}
table.hover ul li {
	background: url(img/bullet-orange.gif) no-repeat;
	padding-left: 18px;	
	color: #003466;
}
table.hover ul li ul li {
	background: url(img/bullet-grey.gif) no-repeat;
	padding-left: 15px;
    color: #003466;	
}

hr.trenner {
  background-color:#CCCCDD;
  color:#CCCCDD;
  border:#CCCCDD;
  height:1px;
}
br.dreiviertel {line-height:85%;}
br.halb {line-height:50%;}
br.viertel {line-height:20%;}

.btn-class{
 display: inline-block;
 border: none;
 color: #FFF;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 font-family: Verdana;
 width: auto;
 height: auto;
 font-size: 16px;
 padding: 10px 40px;
 box-shadow: inset 0px 1px 1px 0 #90ADD2,0px 5px 0px 0 #223955,0px 8px 5px 0 #B3B3B3;
 -moz-box-shadow: inset 0px 1px 1px 0 #90ADD2,0px 5px 0px 0 #223955,0px 8px 5px 0 #B3B3B3;
 -webkit-box-shadow: inset 0px 1px 1px 0 #90ADD2,0px 5px 0px 0 #223955,0px 8px 5px 0 #B3B3B3;
 text-shadow: 0 1px 0 #48576D;
 background-image: linear-gradient(to top, #5884BC, #395e8d);
 background-color: #4471a9;
}
.btn-class:hover, .btn-class:active{
 border: none;
 color: #FFF;
 box-shadow: inset 0px 1px 0px 0 #90ADD2,0px 2px 0px 0 #223955,0px 4px 3px 0 #6B6B6B;
 -moz-box-shadow: inset 0px 1px 0px 0 #90ADD2,0px 2px 0px 0 #223955,0px 4px 3px 0 #6B6B6B;
 -webkit-box-shadow: inset 0px 1px 0px 0 #90ADD2,0px 2px 0px 0 #223955,0px 4px 3px 0 #6B6B6B;
 background-color: #395e8d;
}

/*
   Responsive layout and collapsible main navigation
------------------------------------------------------------------- */

img, embed, object, video {max-width: 100%; height: auto;}

.center-wrapper {
	box-sizing: border-box;
	max-width: 952px;
	width: calc(100% - 24px);
}

#main-nav {position: relative;}
#main-nav .nav-toggle {display: none;}
#main-nav .nav-toggle-label {display: none;}
#main-nav .main-menu {display: block;}
#main-nav .online-help {float: right; background: none;}

@media screen and (max-width: 980px) {
	body {padding-top: 0;}
	.center-wrapper {
		padding-left: 16px;
		padding-right: 16px;
		width: calc(100% - 16px);
	}
	#toolbar.right, #footer .left {float: none;}
	#toolbar {line-height: 1.9;}
	#site-title {font-size: 1.25em;}
	.main#main-two-columns #main-left,
	.main#main-two-columns .sidebar {
		border-right: 0;
		box-sizing: border-box;
		float: none;
		padding-right: 0;
		width: 100%;
	}
	.main#main-two-columns #main-left {margin-bottom: 20px;}
	#dashboard .column {
		box-sizing: border-box;
		float: left;
		height: auto;
		min-height: 190px;
		width: 50%;
	}
	#dashboard #column-2 {border-right: none;}
	#dashboard #column-3 {clear: left;}
}

@media screen and (max-width: 720px) {
	#navigation {margin-bottom: 16px;}
	#main-nav {
		background: #38558C;
		border-bottom: 6px solid #5F7DB1;
		min-height: 48px;
	}
	#main-nav .nav-toggle-label {
		box-sizing: border-box;
		cursor: pointer;
		display: block;
		padding: 12px 14px;
		width: 52px;
	}
	#main-nav .nav-toggle-label span {
		background: #FFFFFF;
		display: block;
		height: 3px;
		margin: 5px 0;
		width: 24px;
	}
	#main-nav .main-menu {
		background: #FFFFFF;
		border: 1px solid #CCCCDD;
		box-shadow: 0 2px 6px rgba(0,0,0,0.15);
		display: none;
		left: 0;
		margin: 0;
		position: absolute;
		right: 0;
		top: 48px;
		z-index: 1000;
	}
	#main-nav .nav-toggle:checked ~ .main-menu {display: block;}
	#main-nav .main-menu li,
	#main-nav .online-help {
		background: none;
		border-top: 1px solid #E8EDF4;
		float: none;
	}
	#main-nav .main-menu li:first-child {border-top: none;}
	#main-nav a {
		color: #003366;
		font-size: 1.25em;
		padding: 12px 15px;
	}
	#main-nav li.current-tab a {background: #E8EDF4;}
	#sub-nav {display: none;}
	.post-body {font-size: 1em;}
	table.hover td,
	table.hover th {
		box-sizing: border-box;
		display: block;
		width: 100% !important;
	}
	table.hover tr {display: block; margin-bottom: 8px;}
}

@media screen and (max-width: 520px) {
	.center-wrapper {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
	#site-title h1 {font-size: 1.55em; line-height: 1.2;}
	#dashboard .column {
		border-right: none;
		float: none;
		min-height: 0;
		width: 100%;
	}
	#footer {line-height: 1.8;}
}

/*
   Korrektur: rechte Spalte bleibt rechts und wandert erst bei kleinen Fenstern nach unten
------------------------------------------------------------------- */
.main#main-two-columns {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}
.main#main-two-columns #main-left {
	box-sizing: border-box;
	float: none;
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
}
.main#main-two-columns .sidebar {
	box-sizing: border-box;
	float: none;
	flex: 0 0 242px;
	width: 242px;
}
.main#main-two-columns > .clearer {display: none;}

@media screen and (min-width: 761px) and (max-width: 980px) {
	.main#main-two-columns #main-left {
		border-right: 1px solid #DDDDDD;
		padding-right: 24px;
	}
	.main#main-two-columns .sidebar {
		width: 242px;
	}
}

@media screen and (max-width: 760px) {
	.main#main-two-columns {
		display: block;
	}
	.main#main-two-columns #main-left,
	.main#main-two-columns .sidebar {
		border-right: 0;
		float: none;
		padding-right: 0;
		width: 100%;
	}
	.main#main-two-columns .sidebar {
		clear: both;
		margin-top: 20px;
	}
}

/* Soll die rechte Spalte auf sehr kleinen Bildschirmen ganz verschwinden,
   kann diese Regel aktiviert werden:
@media screen and (max-width: 520px) {
	.main#main-two-columns .sidebar {display: none;}
}
*/

/*
   Korrektur: breiteres Desktop-Layout, damit Hauptinhalt und rechte Spalte nebeneinander passen
------------------------------------------------------------------- */
@media screen and (min-width: 981px) {
	.center-wrapper {
		max-width: 1014px;
		width: calc(100% - 24px);
	}

	.main#main-two-columns {
		display: flex;
		align-items: flex-start;
		gap: 22px;
	}

	.main#main-two-columns #main-left {
		flex: 1 1 auto;
		min-width: 0;
	}

	.main#main-two-columns .sidebar {
		flex: 0 0 242px;
		width: 242px;
	}

	#dashboard .column {
		box-sizing: border-box;
		width: 25%;
	}
}


/*
   Mobiles Untermenü im Hamburger-Menü
------------------------------------------------------------------- */
#main-nav .mobile-submenu {
	display: none;
}

@media screen and (max-width: 720px) {
	#main-nav .has-submenu > a {
		font-weight: bold;
	}

	#main-nav .mobile-submenu {
		background: #F7F9FD;
		border-top: 1px solid #DDE4EF;
		display: block;
		margin: 0;
		padding: 0;
	}

	#main-nav .mobile-submenu li {
		background: none;
		border-top: 1px solid #E8EDF4;
		float: none;
		list-style: none;
	}

	#main-nav .mobile-submenu a {
		color: #003366;
		font-size: 1.08em;
		padding: 10px 15px 10px 34px;
	}

	#main-nav .mobile-submenu a:before {
		content: "– ";
	}

	#main-nav .mobile-submenu .current-subtab a {
		background: #E8EDF4;
		font-weight: bold;
	}
}


/*
   Cookie-Hinweis mit lokaler Bestätigung
------------------------------------------------------------------- */
.cookie-note-accepted .cookie-note {
	display: none;
}
.cookie-note {
	position: fixed;
	right: 18px;
	top: 18px;
	z-index: 30000;
	display: flex;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	max-width: 520px;
	padding: 13px 15px;
	background: #FFFFFF;
	border: 1px solid #ABC;
	border-top: 4px solid #5F7DB1;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.20);
	color: #003366;
	font-size: 1.05em;
	line-height: 1.4;
}
.cookie-note-text {
	flex: 1 1 auto;
}
.cookie-note-text strong {
	display: block;
	margin-bottom: 2px;
}
.cookie-note-link {
	flex: 0 0 auto;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.cookie-note-link:hover {
	text-decoration: underline;
}
.cookie-note-close {
	flex: 0 0 auto;
	display: inline-block;
	cursor: pointer;
	border: 0;
	font-family: inherit;
	font-size: 1em;
	padding: 6px 12px;
	border-radius: 4px;
	background: #38558C;
	color: #FFFFFF;
	font-weight: bold;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 667px;
    margin: 0 auto;
    aspect-ratio: 667 / 402;
}

.video-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 720px) {
	body {
		padding-bottom: 120px;
	}

	.cookie-note {
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		z-index: 30000;
		max-width: none;
		max-height: 45vh;
		overflow: auto;
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
		padding: 10px 12px;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		border-top: 4px solid #5F7DB1;
		box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.22);
		font-size: 1em;
	}

	.cookie-note-text strong {
		display: inline;
		margin-right: 5px;
	}

	.cookie-note-link,
	.cookie-note-close {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
}

@media screen and (max-width: 420px) {
	body {
		padding-bottom: 150px;
	}

	.cookie-note {
		font-size: 0.95em;
	}
}

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

    #main-nav .right {
        float: none;
        width: auto;
    }

    #main-nav .right li {
        float: none;
    }

}