/*
Theme Name: Throwdarts
Author: teamgeist Werbeagentur
Author URI: http://teamgeist-werbeagentur.at/
Version: 5.0.0 !!!NICHT AKTUALISIEREN!!!

BlankSlate WordPress Theme © 2011-2015 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	background-image: url(img/body-bg.jpg);
	background-size: cover;
	background-position: center;
	font-size: 16px;
	color: #323232;
	background-attachment: fixed;
	overflow-x: hidden;
}
@media (max-width: 1010px) {
	body {font-size: 14px}
}
#wrapper {
	position: relative;
	-webkit-transition: margin 0.4s ease-in;
		 -o-transition: margin 0.4s ease-in;
			transition: margin 0.4s ease-in;
}
.beitrag>section>h1 {
	background-color: #323232;
}
h1 {
	font-size: 4em;
	font-weight: lighter;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	width: 100%;
}
h2 {
	font-size: 4em;
	font-weight: lighter;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 30px;
	background-color: #323232;
}
h5 {
	font-size: 4em;
	font-weight: lighter;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
h3 {
	margin: -10px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 2em;
	color: #8b1c40;
}
h4 {
	margin: -10px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 2em;
}
@media (max-width: 1565px) {
h1 {font-size: 3.5em}
h2 {font-size: 3.5em}
h3 {font-size: 1.7em}
h4 {font-size: 1.7em}
}
@media (max-width: 1180px) {
h1 {font-size: 3em}
h2 {font-size: 3em}
h3 {font-size: 1.4em}
h4 {font-size: 1.4em}
}
@media (max-width: 800px) {
h1 {font-size: 1.5em}
h2 {font-size: 1.5em}
h3 {font-size: 1.2em}
h4 {font-size: 1.2em}
}
a {
	text-decoration: none;
	color: inherit;
}
#im-fokus {
	background: #fff;
	padding: 5px;
}
.clear {
	clear: both;
	width: 100%;
	height: 1px;
	border: 0px;
	margin: 0;
}
.flexbox {
	display: flex;
	flex-flow: row wrap;
}
.flex1 {
	order: 3;
	flex: 100%;
}
.flex2 {
	order: 1
}
.flex3 {
	order: 2;
	flex: 100%;
}
.flex4 {
	order: 4;
	width: 100%;
}
.xoxo li {list-style: none}
.nav-previous {display: none}
.news-archiv-container {
	width: 90%;
	padding: 5%;
	background: #fff;
}
.news-archiv-container>a {
	display: block;
	margin-bottom: 12px;
	font-size: 1.2em;
}
/****************************************************
					  HEAD
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/
.erste-zeile {
	width: 100%;
	position: relative;
}
#logo {
	height: 80px;
	margin: 15px 0 10px 15%;
}
#ref-nav {display: none}
@media (max-width: 800px) {
	.erste-zeile {
		position: absolute;
		z-index: 999999;
		height: 200px !important;
		overflow: hidden;
	}
	#logo {
		position: absolute;
		z-index: 9999;
		right: 15%;
		top: 0px;
		height: 55px !important;
	}
}
.anfrage {
	float: right;
	padding: 10px 30px;
	text-transform: uppercase;
	background-color: #dadad9;
	margin: 40px 10px 0px 0;
}
@media (max-width: 1010px) {
	.anfrage {float: none; width: 193px; margin: 0; position: absolute; top: 90px; right: 85px}
	.newsletter {float: none; width: 193px; margin: 0; position: absolute; top: 100px; right: 75px}
	#search {float: none}
	.erste-zeile {height: 200px}
	#logo {height: 150px}
	#s {
		line-height: 20px;
		background-color: #dadad9;
		width: 100px;
	}
}
.anfrage img {
	height: 16px;
	margin-right: 10px;
}
.newsletter {
	float: right;
	padding: 10px 30px;
	text-transform: uppercase;
	text-align: center;
	background-color: #dadad9;
	margin: 40px 10px 0px 0;
}
#search {
	float: right;
	margin: 40px 5% 0px 0;
}
#s {
	font-size: 16px;
	line-height: 40px;
	background-color: #323232;
	border: none;
	text-align: center;
	color: #dadad9;
	width: 250px;
}
#searchsubmit {
	display: none;
}
label[for="searchsubmit"] img {
	height: 35px;
	vertical-align: middle;
	margin-left: 10px;
	cursor: pointer;
}
/****************************************************
				  NAVIGATION
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/
nav {
	width: 100%;
	position: relative;
	background-color: #8b1c40;
}
nav div {
	width: 1100px;
	margin: 0 auto;
}
nav div ul {
	padding: 0;
	margin: 0;
}
nav div ul li {
	position: relative;
	display: block;
	float: left;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
	border-left: solid 1px #dadad9;
	border-right: solid 1px #dadad9;
}
@media (max-width: 1010px) {
nav div ul li {padding: 10px 20px;}
}
nav div ul li:hover {
	background-color: #323232;
}
nav div > ul > li:first-child {
	border-left: solid 2px #dadad9;
}
nav div > ul > li:last-child {
	border-right: solid 2px #dadad9;
}
.sub-menu {
	position: absolute;
	top: 100%;
	left: -50px;
	background-color: rgba(0,0,0,0.70);
	height: 0;
	overflow: hidden;
	z-index: 9999;
}
nav div ul li:hover .sub-menu {
	height: auto;
	padding: 50px;
}
.sub-menu li {
	display: block;
	border: none;
	width: 200px;
}
.sub-menu li:hover {
	background-color: #8b1c40;
}
#Liga div header nav div ul #menu-item-28 {background-color: #323232}
#RadikalDarts div header nav div ul #menu-item-29 {background-color: #323232}
#Termine div header nav div ul #menu-item-31 {background-color: #323232}
#Galerie div header nav div ul #menu-item-26 {background-color: #323232}
#Downloads div header nav div ul #menu-item-25 {background-color: #323232}
#About div header nav div ul #menu-item-24 {background-color: #323232}
#Kontakt div header nav div ul #menu-item-27 {background-color: #323232}
#News div header nav div ul #menu-item-40 {background-color: #323232}
#Tabellen div header nav div ul #menu-item-38 {background-color: #323232}
#Einteilung div header nav div ul #menu-item-39 {background-color: #323232}
.nav-open {display: none}
@media (max-width: 800px) {
	nav {
		position: fixed;
		top: 0;
		left: -80%;
		width: 70%;
		padding: 83px 0 0 10%;
		height: 97%;
		background-color: #323232;
		z-index: 99999;
		color: #fff;
		border-right: solid 3px #8b1c40;
		background-image: url(img/logo-footer.png);
		background-position: bottom 10% center;
		background-repeat: no-repeat;
		background-size: 50%;
		background-blend-mode: overlay;
	}
	nav div {
		margin: 0;
		width: 100%;
	}
	nav div ul {
		padding: 0;
		list-style: none;
	}
	nav div ul li {
		position: relative;
		float: none;
	}
	nav div ul li {
		position: relative;
		border: none;
		padding: 0;
	}

	nav div ul li a {
		font-size: 1em;
		line-height: 1.5em;
		display: block;
		padding: 10px 30px;
		animation-duration: 0.1s;
		animation-fill-mode: forwards;
		animation-timing-function: ease-in;
	}
	nav div ul li a:hover {
		animation-name: nav;
	}
	@keyframes nav {
		0% {background-image: linear-gradient(to left, #8b1c40, transparent 0%)}
		10% {background-image: linear-gradient(to left, #8b1c40, transparent 10%)}
		20% {background-image: linear-gradient(to left, #8b1c40, transparent 20%)}
		30% {background-image: linear-gradient(to left, #8b1c40, transparent 30%)}
		40% {background-image: linear-gradient(to left, #8b1c40, transparent 40%)}
		50% {background-image: linear-gradient(to left, #8b1c40, transparent 50%)}
		60% {background-image: linear-gradient(to left, #8b1c40, transparent 60%)}
		70% {background-image: linear-gradient(to left, #8b1c40, transparent 70%)}
		80% {background-image: linear-gradient(to left, #8b1c40, transparent 80%)}
		90% {background-image: linear-gradient(to left, #8b1c40, transparent 90%)}
		100% {background-image: linear-gradient(to left, #8b1c40, #8b1c40 100%)}
	}
	.sub-menu {
		display: block;
		position: static;
		height: auto;
		background-color: transparent;
		width: 100%;
		padding: 0;
	}
	nav div ul li:hover .sub-menu {
		height: auto;
		padding: 0;
		width: 100%;
	}
	nav div > ul > li:first-child,
	nav div > ul > li:last-child {
		border: none;
	}
	.sub-menu li {
		width: 100%;
	}
	.sub-menu li:hover {
		background-color: transparent;
	}
	.nav-open {
		display: block;
		position: fixed;
		top: 0px;
		left: 0%;/*80%*/
		z-index: 9999999;
		width: 80px;
		height: 80px;
		color: #fff;
		background-color: #8b1c40;
		line-height: 80px;
		text-align: center;
		border-right: solid 3px #8b1c40;
		border-bottom: solid 3px #8b1c40;
		cursor: pointer;
	}
	.nav-balken {
		position: absolute;
		left: 10px;
		width: 60px;
		height: 1px;
		background-color: #fff;
		-webkit-transition: all 0.4s ease-in;
			 -o-transition: all 0.4s ease-in;
				transition: all 0.4s ease-in;
	}
	#b01 {
		top: 25px;
		transform-origin: left top;
	}
	#b02 {
		bottom: 25px;
		transform-origin: left bottom;
	}
	.nav-open-text {
		-webkit-transition: opacity 0.2s ease-in;
			 -o-transition: opacity 0.2s ease-in;
				transition: opacity 0.2s ease-in;
	}
	#search {
		position: fixed;
		top: -10px;
		left: -65%;
		z-index: 999999;
	}
	#search, .anfrage, .newsletter, .nav-open, nav {
		-webkit-transition: left 0.4s ease-in;
			 -o-transition: left 0.4s ease-in;
				transition: left 0.4s ease-in;
	}
	.anfrage {top: calc(60% - 10px) !important}
	.anfrage, .newsletter {
		position: fixed;
		z-index: 999999;
		top: 60%;
		left: -70%;
	}
	#ref-nav {display: none}
	#ref-nav:checked ~ #wrapper #header nav {left: 0}
	#ref-nav:checked ~ #wrapper #header .erste-zeile #search {left: 15%}
	#ref-nav:checked ~ #wrapper #header .erste-zeile .anfrage,
	#ref-nav:checked ~ #wrapper #header .erste-zeile .newsletter {left: 10%}
	#ref-nav:checked ~ #wrapper #header .nav-open {left: 80%}
	#ref-nav:checked ~ #wrapper {margin-left: 80%; margin-right: -80%}
	#ref-nav:checked ~ #wrapper #header label .nav-open .nav-open-text {opacity: 0}
	#ref-nav:checked ~ #wrapper #header label .nav-open #b01 {transform: rotate(45deg); height: 2px; top: 15px; left: 20px; width: 67px}
	#ref-nav:checked ~ #wrapper #header label .nav-open #b02 {transform: rotate(-45deg); height: 2px; bottom: 15px; left: 20px; width: 67px}
	#ref-nav:checked ~ #wrapper .cov-btn-container {opacity: 0}
	
	#Liga div header nav div ul #menu-item-28 {background-color: #8b1c40}
	#RadikalDarts div header nav div ul #menu-item-29 {background-color: #8b1c40}
	#Termine div header nav div ul #menu-item-31 {background-color: #8b1c40}
	#Galerie div header nav div ul #menu-item-26 {background-color: #8b1c40}
	#Downloads div header nav div ul #menu-item-25 {background-color: #8b1c40}
	#About div header nav div ul #menu-item-24 {background-color: #8b1c40}
	#Kontakt div header nav div ul #menu-item-27 {background-color: #8b1c40}
	#News div header nav div ul #menu-item-40 {background-color: #8b1c40}
	#Tabellen div header nav div ul #menu-item-38 {background-color: #8b1c40}
	#Einteilung div header nav div ul #menu-item-39 {background-color: #8b1c40}

}
/****************************************************
				  	    COVER
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/
.cover {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	overflow-x: hidden;
	background-color: #8C7D7D;
	background-blend-mode: luminosity;
}

.cover-beitrag {
	width: 100%;
	max-height: 500px;
	overflow: hidden;
}
.cover-beitrag img {
	width: 100%;
	height: auto;
}
.bread {
	background-color: #323232;
	height: 30px;
}
.breadcrumb {
	width: calc(100% - 10px);
	text-align: center;
	color: #dadad9;
	font-size: 0.8em;
	padding: 5px;
}
.breadcrumb span {
	color: #8b1c40;
	font-weight: bold;
}
/****************************************************
				  COVERBUTTONS
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/
.cov-btn-container {
	position: fixed;
	top: 21%;
	right: -462px;
	height: 90%;
	z-index: 9999;
	-webkit-transition: opacity 0.3s ease-in;
	 	 -o-transition: opacity 0.3s ease-in;
			transition: opacity 0.3s ease-in;
}
@media (max-width: 800px) {
	.cov-btn-container {
		top: 0%;
		right: -362px;
	}
}
.cov-bulls {
	position: relative;
	width: 30px;
	height: 210px;
	background-color: #323232;
	color: #fff;
	line-height: 36px;
	padding: 4px;
	margin-bottom: 5px;
}
.cov-bulls p {
	position: absolute;
	bottom: 0;
	left: -8px;
	width: 150px;
	transform: rotate(-90deg);
	margin: 0 0 0 10px;
	float: left;
	transform-origin: left top 0;
}
.pfeil-unten {
	position: absolute;
	bottom: 10px;
	left: 5px;
	margin: 5px;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	width: 20px;
	height: 20px;
	transform: rotate(315deg);
	float: left;
}
.cov-btn-be {
	background-color: #8b1c40;
	margin-bottom: 5px;
	width: 500px;
	-webkit-transition: transform 0.3s ease-in;
		 -o-transition: transform 0.3s ease-in;
			transition: transform 0.3s ease-in;
}
@media (max-width: 800px) {
	.cov-btn-be {
		width: 400px;
	}
}
.cov-btn-be:hover {
	transform: translateX(-270px)
}
.cov-btn-be-region {
	display: inline-block;
	padding: 5px;
	font-size: 0.8em;
}
.cov-btn-be-region img {
	width: 25px;
	margin-bottom: -5px;
}
.cov-btn-kreis {
	width: 25px;
	height: 25px;
	border-radius: 30px;
	background-color: #fff;
	color: #8b1c40;
	text-align: center;
	line-height: 25px;
}
.cov-btn-text {
	display: inline-block;
	color: #fff;
	width: 270px;
}
.cov-btn-pdf {
	display: inline-block;
	background-color: #323232;
	color: #fff;
	padding: 7px 20px 7px 10px;
}
.cov-btn-pdf img {
	height: 18px;
	margin: 0 15px -3px 0;
}
/*******************************************/
.cov-btn-content-2 {
	width: 100%
}
.cov-btn-be-2 {
	position: relative;
	background-color: #8b1c40;
	margin-bottom: 5px;
	width: 100%;
	-webkit-transition: background-color 0.3s ease-in;
		 -o-transition: background-color 0.3s ease-in;
			transition: background-color 0.3s ease-in;
}
.cov-btn-be-2:hover {
	background-color: #323232;
}
.cov-btn-be-2-region {
	display: inline-block;
	margin-right: 40px;
	padding: 5px;
	font-size: 2em;
}
.cov-btn-kreis-2 {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	color: #8b1c40;
	text-align: center;
	line-height: 60px;
}
.cov-btn-text-2 {
	display: inline-block;
	margin-right: 40px;
	color: #fff;
	line-height: 60px;
	font-size: 2em;
}
.cov-btn-pdf-2 {
	position: absolute;
	right: 0;
	top: 0;
	height: calc(100% - 20px);
	background-color: #323232;
	color: #fff;
	padding: 15px 20px 5px 10px;
	font-size: 2em;
}
.cov-btn-pdf-2 img {
	height: 1em;
	margin: 0 15px -3px 0;
}
@media (max-width: 800px) {
	.cov-btn-be-2-region {
		font-size: 1.4em;
	}
	.cov-btn-text-2 {
		font-size: 1em;
	}
}
/****************************************************
				  WICHTIGE LINKS
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/
@media (max-width: 800px) {
	.wl-container {display: none}
}
	.wl-container {
	width: 100%;
	margin-bottom: 50px;
}
.wl-container input {
	display: none
}
.wl-h1 {
	width: calc(100% - 40px);
	padding: 5px 5px 5px 35px;
	background-color: #fff;
	line-height: 40px;
	text-transform: uppercase;
	position: relative;
}
.wl-h1 p {
	margin: 0;
	padding: 0;
}
.wl-az-btn {
	width: 40px;
	height: 40px;
	background-color: #323232;
	position: absolute;
	top: 5px;
	right: 5px;
}
label[for="wla"],
label[for="wlz"] {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	z-index: 999;
}
#wlz:checked ~ .wl-h1 label[for="wlz"] {display: none}
#wla:checked ~ .wl-h1 label[for="wla"] {display: none}
.balken {
	position: absolute;
	top: 19px;
	height: 2px;
	width: 18px;
	background-color: #fff;
	-webkit-transition: transform 0.3s ease-in-out;
		 -o-transition: transform 0.3s ease-in-out;
			transition: transform 0.3s ease-in-out;
}
#links {
	left: 5px;
	transform: rotate(-45deg);
}
#rechts {
	right: 5px;
	transform: rotate(45deg);
}
#wlz:checked ~ .wl-h1 .wl-az-btn #links {transform: rotate(45deg)}
#wlz:checked ~ .wl-h1 .wl-az-btn #rechts {transform: rotate(-45deg)}
.wl-link-container {
	position: relative;
	width: 90%;
	padding: 5% 5%;
	background-color: rgba(0,0,0,0.70);
	animation-duration: 0.6s;
	animation-fill-mode: both;
	animation-delay: 0.3s;
	overflow-y: hidden;
}
.window {
	position: absolute;
	left: 5%;
	top: 20%;
	overflow: hidden;
	width: 90%;
	height: 65%;
}
.slide {
	position: absolute;
	width: 200%;
	z-index: 0;
	-webkit-transition: left 0.5s ease-in-out;
		 -o-transition: left 0.5s ease-in-out;
			transition: left 0.5s ease-in-out;
}
#wll:checked ~ .window .slide {left: 0}
#wlr:checked ~ .window .slide {left: -100%}
.wl-nach-links {
	position: absolute;
	left: -20px;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	background-color: #dadad9;
	animation-duration: 0.3s;
	animation-fill-mode: both;
}
.wl-nach-rechts {
	position: absolute;
	right: -20px;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	background-color: #dadad9;
	animation-duration: 0.3s;
	animation-fill-mode: both;
}
.pfeil {
	position: absolute;
	top: 9px;
	width: 20px;
	height: 20px;
	border-bottom: solid 2px #323232;
	border-left: solid 2px #323232;
	z-index: 5;
	cursor: pointer;
}
#pf-links {
	transform: rotate(45deg);
	left: 15px;
}
#pf-rechts {
	transform: rotate(225deg);
	right: 15px;
}
#wlz:checked ~ .wl-link-container .wl-nach-links {animation-name: pfeil-li}
@keyframes pfeil-li {
	from {left: -20px; opacity: 1}
	to {left: 20px; opacity: 0}
}
#wlz:checked ~ .wl-link-container .wl-nach-rechts {animation-name: pfeil-re}
@keyframes pfeil-re {
	from {right: -20px; opacity: 1}
	to {right: 20px; opacity: 0}
}
#wlz:checked ~ .wl-link-container {animation-name: box-zu}
@keyframes box-zu {
	from {padding: 5% 5%; height: 200px; overflow: visible}
	to {padding: 0% 5%; height: 0; overflow: hidden}
}
#wla:checked ~ .wl-link-container {animation-name: box-auf}
@keyframes box-auf {
	from {padding: 0% 5%; height: 0; overflow: hidden}
	to {padding: 5% 5%; height: 200px; overflow: visible}
}
#wla:checked ~ .wl-link-container .wl-nach-links {animation-name: pfeil-li-da; animation-delay: 0.8s}
@keyframes pfeil-li-da {
	from {left: 20px; opacity: 0}
	to {left: -20px; opacity: 1}
}
#wla:checked ~ .wl-link-container .wl-nach-rechts {animation-name: pfeil-re-da; animation-delay: 0.8s}
@keyframes pfeil-re-da {
	from {right: 20px; opacity: 0}
	to {right: -20px; opacity: 1}
}
.figure {
	position: relative;
	width: calc(10% - 30px);
	float: left;
	padding: 10px 10px 8% 10px;
	margin: 5px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	background-color: #fff;
	-webkit-transition: background-color 0.2s ease-in;
		 -o-transition: background-color 0.2s ease-in;
			transition: background-color 0.2s ease-in;
}
.figure:hover {
	background-color: #8b1c40;
	background-image: url(img/logo-footer.png);
}
.figure img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: auto;
}
.figcaption {
	position: absolute;
	bottom: 10px;
	width: calc(100% - 20px);
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: color 0.2s ease-in;
		 -o-transition: color 0.2s ease-in;
			transition: color 0.2s ease-in;
}
.figure:hover .figcaption {
	color: #fff;
}
/****************************************************
					  NEWS
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/
.news-index-container {
	width: calc(100% + 20px);
	margin: 0px -10px 50px -10px ;
}
.news-index {
	width: calc(25% - 20px);
	float: left;
	background-color: #fff;
	margin: 10px;
	position: relative;
	height: 600px;
	overflow: hidden;
}
@media (max-width: 1400px) {
.news-index {
	width: calc(33.33% - 20px);
}
}
@media (max-width: 1100px) {
.news-index {
	width: calc(50% - 20px);
}
}
@media (max-width: 800px) {
.news-index-container {
	margin: 0px -10px -18px -10px ;
}
.news-index {
	width: calc(100% - 20px);
}
}
.news-bild {
	position: relative;
	overflow: hidden;
	height: 200px;
	width: 100%;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}
.news-bild img {
	position: absolute;
	top: 0%;
	left: -10%;
	width: 120%;
	height: auto;
}
.news-index h1 {
	text-transform: uppercase;
	font-size: 1.8em;
	color: #323232;
	font-weight: lighter;
	width: calc(100% - 60px);
	margin: 20px 30px 20px 30px;
}
.news-index-text {
	margin: 30px 30px;
	height: 200px;
	text-align: justify;
	overflow: hidden;
}
.news-index a {
	position: absolute;
	left: 30px;
	bottom: 20px;
	padding: 10px 30px;
	background-color: #323232;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
}

.news-index-text, .news-bild {
	-webkit-transition: height 0.2s ease-in-out;
		 -o-transition: height 0.2s ease-in-out;
			transition: height 0.2s ease-in-out;
}
.news-index {
	-webkit-transition: background 0.2s ease-in-out;
		 -o-transition: background 0.2s ease-in-out;
			transition: background 0.2s ease-in-out;
}
.news-index:hover {
	background-color: #323232;
}
.news-index:hover h1 {
	color: #fff;
}
.news-index:hover .news-index-text {
	height: 0;
}
.news-index:hover .news-bild {
	height: 520px;
}
.news-index:hover .news-bild img {
	left: -55%;
	width: 210%;
}
.news-index:hover a {
	background-color: #8b1c40;
}

/****************************************************
					  CONTENT
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/
.entry-content p, .post p {
	background-color: #fff;
}
.entry-content img {
	display: none;
}
.entry-meta {
	display: none;
}
#sidebar {
	width: 80%;
	padding: 0 10%;
}
.beitrag {
	width: 80%;
	padding: 5% 10%;
}
.beitrag-bg {
	width: calc(100% - 80px);
	padding: 30px !important;
	background-color: #fff;
}
#content {
	width: 80%;
	padding: 0 10%;
}
#container {
	width: 80%;
	padding: 20px 10%;
}
@media (max-width: 800px) {
	#container {
		width: 80%;
		padding: 25% 10% 0 10%;
	}
	.bread {display: none}
	.beitrag {
		width: 75%;
		padding: 25% 15% 0 10%;
	}
	.beitrag-bg {
		width: calc(100% - 60px);
		padding: 30px !important;
		background-color: #fff;
			text-align: justify;
	}
	.anfrage, .newsletter {display: none;}
}
	
/****************************************************
				   HIGHLIGHT
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/
.highlight {
	margin: 0 -11.7%;
	position: relative;
	height: 500px;
	border-top: solid 2px #8b1c40;
	border-bottom: solid 2px #8b1c40;
}
.highlight h1 {
	position: absolute;
	top: 100px;
	left: 10%;
	z-index: 3;
}
.highlight a {
	position: absolute;
	bottom: 120px;
	left: 10%;
	z-index: 3;
	padding: 10px 30px;
	color: #fff;
	background-color: #8b1c40;
	-webkit-transition: background-color 0.3s ease-in;
		 -o-transition: background-color 0.3s ease-in;
			transition: background-color 0.3s ease-in;
}
.highlight a:hover {
	background-color: #323232
}
.hl-bild {
	width: 100%;
	overflow: hidden;
	height: 100%;
	max-height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: #323232;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.hl-index-text {
	position: absolute;
	top: 220px;
	left: 10%;
	z-index: 3;
	color: #fff;
	width: 80%;
	font-weight: lighter;
	text-align: justify;
}
@media (max-width: 800px) {
	.hl-index-text {
		margin-bottom: 20px;
	}
.highlight a {
		bottom: 100px;
	}
}
/****************************************************
				   KATEGORIE-BOX
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/
.display-posts-listing {
	margin: 0 0 0 0px;
	padding: 0;
	width: 100%;
}
.listing-item {
	display: block;
	float: left;
	width: calc(25% - 20px);
	position: relative;
	height: 600px;
	overflow: hidden;
	background-color: #fff;
	margin: 10px;
}
.kat-image {
	position: absolute;
	top: 80px;
	left: 0;
	height: 220px;
	overflow: hidden;
	z-index: 5;
}
.category-display {
	display: block;
	position: absolute;
	top: 5px;
	left: 20px;
	width: 100%;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: lighter;
}
.kat-title {
	position: absolute;
	top: 35px;
	left: 20px;
	line-height: 40px;
	font-size: 30px;
	text-transform: uppercase;
	color: #8b1c40;
	font-weight: lighter;
}
.excerpt-dash {display: none}
.excerpt {
	position: absolute;
	top: 300px;
	left: 0;
	width: calc(100% - 40px);
	height: 200px;
	padding: 20px;
	text-align: justify;
	overflow: hidden;
	z-index: 2;
}
.kat-mehr-link {
	position: absolute;
	bottom: 30px;
	left: 20px;
	z-index: 6;
}
.kat-mehr-link a {
	padding: 10px 50px 10px 20px;
	background-color: #323232;
	color: #fff;
	text-transform: uppercase;
}
.listing-item, .kat-mehr-link a {
	-webkit-transition: background-color 0.2s ease-in;
		 -o-transition: background-color 0.2s ease-in;
			transition: background-color 0.2s ease-in;
}
.category-display {
	-webkit-transition: color 0.2s ease-in;
		 -o-transition: color 0.2s ease-in;
			transition: color 0.2s ease-in;
}
.listing-item:hover {
	background-color: #323232;
}
.listing-item:hover .category-display {
	color: #fff
}
.listing-item:hover .kat-mehr-link a {
	background-color: #8b1c40
}
.listing-item:hover .kat-image {
	height: 600px;
}
.listing-item:hover .kat-image img {
	height: 100%;
	width: auto;
	margin-left: -25%;
}
.listing-item:hover .excerpt {
	color: #fff;
}
.archiv-link {
	width: 100%;
	text-align: center;
	background-color: #323232;
	color: #fff;
	line-height: 3em;
}
/****************************************************
				  		TERMINE
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/
#im-fokus {
	width: 100%;
	order: 2;
}
#im-fokus ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#im-fokus ol li {
	display: block;
	width: calc(25% - 80px);
	margin: 10px;
	float: left;
	background-color: #fff;
	padding: 30px;
	position: relative;
	height: 270px;
}
@media (max-width: 1565px) {
#im-fokus ol li {
	width: calc(33.33% - 80px);
}
}
@media (max-width: 1180px) {
#im-fokus ol li {
	width: calc(50% - 80px);
}
}
@media (max-width: 800px) {
#im-fokus ol li {
	width: calc(100% - 80px);
}
}
.zeit {
	color: #8b1c40
}
.event-mehr {
	position: absolute;
	left: 30px;
	bottom: 25px;
	padding: 10px 30px;
	background-color: #323232;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s ease-in;
		 -o-transition: background-color 0.3s ease-in;
			transition: background-color 0.3s ease-in;
}
.event-mehr:hover {
	background-color: #8b1c40;
}
li > .tribe-event-duration > .tribe-events-widget-link {
	width: 100%;
	text-align: center;
	background-color: #323232;
	color: #fff;
	line-height: 3em;
}
.tribe-event-duration {
	width: 100%;
	background-color: #323232;
	color: #fff;
	padding: 10px;
}
h2 .tribe-event-date-start {
	background-color: #fff;
	color: #323232;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
#tribe-events-content {
	background-color: #fff;
	padding: 30px !important;
}
#tribe-events-content h1 {
	color: #323232;
	font-size: 3em;
}
/****************************************************
				  		FOOTER
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/
footer {
	background-color: #8b1c40;
	width: 80%;
	padding: 40px 10%;
}
#footer-logo {
	width: 20%;
	float: left;
	margin-left: 10%;
}
@media (max-width: 800px) {
	#footer-logo {
		width: 80%;
		margin: 20px 10%;
	}
}
.kontakt {
	width: 100%;
	text-align: center;
	float: none;
	color: #fff;
	padding: 20px 0;
}
.kontakt img {
	height: 15px;
}
.kontakt span {
	font-size: 2em;
	font-weight: lighter;
}
.impressum {
	width: 100%;
	line-height: 2.5em;
	text-align: center;
	color: #fff;
	background-color: #323232;
}
.entry-footer {display: none}