a.logo {
	text-transform: uppercase;
	font-weight: 500 !important;
	font-size: 3.5rem !important;
}

.page-header .switcher strong {
	color: #fff;
}


.navigation .level0 > .level-top:hover,
.navigation li.active a {
	background: #52585c !important;
}

.navigation li.active a {
	display: block !important;
}

/* ---------------- parallax ---------------- */

.parallax-container {
	height: 450px;
	width: auto;
}

.parallax img {
	display: block;
}

/* ---------------- video-images ---------------- */

.circle {
	border-radius: 50%;
}

img.responsive {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

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

hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, #eee, #444, #eee);
	margin: 50px 0;
}

.btn,
a.btn{
	text-decoration: none;
	color: #fff;
	text-align: center;
	letter-spacing: .5px;
	transition: .2s ease-out;
	cursor: pointer;
	border: none;
	display: block;
	height: 36px;
	line-height: 36px;
	outline: 0;
	padding: 0 2rem;
	text-transform: uppercase;
	vertical-align: middle;
	/* border-radius: 0; */
	background: #82898f;
}

.btn:hover,
a.btn:hover,
.active a.btn{
		/*background: #64696d;*/
		background: #666565;

}
a.btn-plain,
.btn-plain {
	color: #82898f;
	background-color: #fff;
	border: 1px solid #82898f;
}
a.btn-plain:hover,
.btn-plain:hover {
	color: #fff;
}

a.btn-inline,
.btn-inline {
    display: inline-block;
}

.dark {
	background: #342f35;
	color: #f5f5f5;
}

.dark1{
	background: rgb(53, 56, 59);
}

.dark2{
	background: rgb(26, 27, 67);
}

.dark3 {
	background: rgb(38, 50, 56);
}

.dark4 {
	background: rgb(55, 36, 62);
}

/* ------------------ LISTEN ------------------ */

ul {
	list-style-type: none;
}

ul.linklist {
	padding: 0;
	margin: 0 20px 20px;
}

.linklist li:before {
	content: "– ";
	display: inline-block;
	width: 20px;
	margin: 0 0 0 -20px;
}

ul.zebra {
	margin: 20px 0;
	padding: 0;
}

.zebra li {
	padding: 10px;
	margin: 0;
	line-height: 30px;
}

.zebra li:nth-child(odd) {
	background: #f5f5f5;
}

.zebra li:hover {
	background: #eee;
}

.zebra li > a,
.zebra li > a:visited {
	display: block;
	color: #666;
}

.zebra li.pdf,
.zebra li.extern {
	position: relative;
}

.zebra li.pdf:after,
.zebra li.extern:after {
	font-family: 'Font Awesome 5 free';
	font-size: 22px;
	color: #666;
	position: relative;

}

.zebra li.pdf:after {
	position: absolute;
	right: 10px;
	top: 10px;
	content: "\f1c1";
}

.zebra li.extern:after {
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: 900;
	content: "\f35d";
}

.zebra span a {
	display: block;
	padding-right: 15px;
	text-transform: uppercase;
}
.zebra span a i {
	font-size: 20px;
}

.jahr {
	display: block;
}

.event {
	display: block;
	padding-right: 30px;
}

.event strong {
	font-weight: 500;
	font-size: 19px;
}


@media screen and (min-width: 680px) {
	.jahr {
		width: 180px;
		display: table-cell;
	}
	.event {
		display: table-cell;
		vertical-align: top;
	}
	.zebra span a {
	display: inline-block;
	padding-right: 15px;
	text-transform: uppercase;
}
}

/* neu Publikationen */

.arrow-list {
	margin: 0.5rem 0 1rem 0;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
}

.arrow-list li:not(:last-child) {
	border-bottom: 1px solid #e0e0e0;
}

.arrow-list li {
	line-height: 1.5rem;
	margin: 0;
}

.arrow-list li:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1.8rem;
	content: "\f105";
	color: #666;
	width: 40px;
	float: right;
	padding-top: 30px;
	font-variant: normal;
	text-rendering: auto;
	font-weight: 600;
}

.arrow-list li:hover:before {
	color: rgb(221, 0, 49);
}

.arrow-list a {
	display: block;
	padding: 10px 20px;
	color: #333;
}

.arrow-list a:hover {
	background: #f5f5f5;
}

@media screen and (min-width: 601px) {
	.arrow-list h6,
	.arrow-list p {
		display: inline-block;
		width: 150px;
		margin: 0;
	}
	.arrow-list li:before {
		padding-top: 10px;
	}
}


/* brutforce MONOROM */

.page-header {
	margin: 0;
}

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

p,
h1,
h2,
h3,
h4,
h5 {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

h3 {
	font-weight: 500 !important;
	font-size: 20px;
	text-transform: uppercase;
}

.center {
	text-align: center !important;
}

.justify-center {
    justify-content: center;
}

ul > li,
ol > li {
	margin-bottom: 5px;
}

.white-text,
a.white-text {
	color: white;
}

/* --------------- FOOTER --------------- */

footer {
	color: #f5f5f5;
}

footer a,
footer a:visited {
	color: #82898f;
}

footer ul {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.impressum a {
	padding: 0 20px;
}
