@font-face {
	font-family: 'dincondensedtt';
	src:
		url('../fonts/DINPro.eot');
	src:
		url('../fonts/DINPro.eot')
		format('embedded-opentype'),
		url('../fonts/DINPro.woff')
		format('woff'),
		url('../fonts/DINPro.ttf')
		format('truetype'),
		url('../fonts/DINPro.svg')
		format('svg');
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: 'dinmittelef-bold';
	src: url('../fonts/DINPro-Bold.eot');
	src:
		url('../fonts/DINPro-Bold.eot')
		format('embedded-opentype'),
		url('../fonts/DINPro-Bold.woff')
		format('woff'),
		url('../fonts/DINPro-Bold.ttf')
		format('truetype'),
		url('../fonts/DINPro-Bold.svg')
		format('svg');
	font-weight: bold;
	font-style: normal
}

*::-moz-selection {
    background: #008c00 none repeat scroll 0 0;
    color: #000;
}

html {
	background: #46b169 scroll 0 0 repeat;
}

body {
    color: #000;
    font: 14px/1.7em "dincondensedtt",Arial,Helvetica,sans-serif;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    text-align: left;
    width: 100%;
    background: url('../images/background.jpg') scroll center center no-repeat;
   	background-size: 100% auto;
}

a, a:visited {
    color: #008c00;
    text-decoration: none;
}
a:hover, a:active {
	color: #008c00;
    text-decoration: none;
}

p,
.text p,
table,
.text li {
    color: #fff;
    font-family: "PT Serif",serif;
    font-size: 15px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.render-h4,
.render-h1 {
    color: #008c00;
    font-family: "dinmittelef-bold";
    text-transform: none;
}

b, strong, h1, h2, h3, h4, h5, h6, dt, th, caption {
    font-weight: normal;
}
h1 {
    padding-right: 10%;
}

ul {
	list-style: outside none disc;
}

img, object, embed, video {
    display: block;
    max-width: 100%;
}

p, .text p, table, .text li {
    color: #fff;
    font-family: "PT Serif",serif;
    font-size: 15px;
    line-height: 24px;
}

.no-js-notice {
	background: #1b1b1b none repeat scroll 0 0;
	z-index: 9999;
	position: relative;
}

#cookieNoticeCloser {
	position:absolute;
	right:10px;
	top: 10px;
	width:15px;
	height:15px;
	cursor:pointer
}

div.meta-bar {
    background: #171717 none repeat scroll 0 0;
    height: 40px;
    position: relative;
    z-index: 90;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}
div.meta-bar nav {
    margin-left: -30px;
}
div.meta-bar nav, div.meta-bar nav + div > div {
    float: left;
}
div.meta-bar nav {
    margin-left: 0;
}
#menu-account-registration {
	float: right;
}
div.meta-bar a, div.meta-bar .quick-search, div.meta-bar .quick-search li::after, div.meta-bar .quick-search span::before, div.meta-bar .quick-search input {
    height: 40px;
    line-height: 45px;
}

.menu {
	overflow: hidden;
	margin-bottom: 0;
}
#menu-areas {
	padding: 0;
	position: relative;
}
#menu-areas li {
    border-right: 1px solid #000;
}
#menu-footer li, #menu-areas li, #menu-social li, #menu-main li {
    float: left;
}
#menu-areas a {
    padding: 0 5px;
}
#menu-main:hover > li:hover > a {
    color: #008c00;
}
#menu-main:hover > li > a {
    color: #006600;
}

#menu-main .dl-submenu {
	display: none;
}

#menu-main.open {
	display: block;
	position: relative;
	left: 25px;
}

#menu-main.open li {
	float: none;
	display: block;
}

.dl-submenu {
	position: absolute;
	padding-left: 0;
	background: #f9f9f9 scroll 0 0 repeat;
	margin-top: -5px;
	border-top: 0;
	z-index: 90;
}

.dl-submenu .dl-back {
	display: none;
}

#menu-main .dl-submenu.open {
	display: block;
	border: 0;
	position: static;
}

#menu-main .dl-submenu.open li {
	display: block;
}

#menu-main .dl-submenu li {
	float: none;
}

#menu-main .dl-submenu li:hover a {
	color: #006600;
}

div.meta-bar a {
    padding: 0 15px 0 0;
}
div.meta-bar a {
    color: #8b8b8b;
    font-family: "dinmittelef-bold";
    font-size: 15px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
}
.menu a {
    display: block;
    text-decoration: none;
}
div.meta-bar #menu-areas a:hover,
div.meta-bar #menu-account-registration a:hover {
    color: #fff;
}
.structure > li, .menu li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.csstransitions .search-result,
.csstransitions .vertical-slide,
.csstransitions .vertical-slide + .toggle > *,
.csstransitions .champion-partner,
.csstransitions .toolbar,
.csstransitions .jsselecter li,
.csstransitions .btn,
.csstransitions .social-media-feed a small,
.csstransitions a:not(#logo),
.csstransitions .news-teaser,
input[type="submit"] {
	transition: all 0.2s ease-out 0s;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.header-wrapper {
	overflow: hidden;
	min-height: 500px;
	position: absolute;
	width: 100%;
}

.header {
	position:relative;
}

.logo-menu {
	background: #f9f9f9 none repeat scroll 0 0;
    min-height: 160px;
    margin-left: -50px;
    padding-top: 45px;
    position: absolute;
    transform: rotate(-4.5deg);
    transform-origin: 0 0 0;
    width: 110%;
    z-index: 80;
}

#logo img {
	margin-bottom: 15px;
	transform: rotate(4.5deg);
	transform-origin: 0 0 0;
}

.logo-menu .logo-wrapper {
	margin-left: 55px;
}

.logo-menu header {
	padding-top: 55px;
}

#menu-main {
	margin: 0;
	padding: 0;
}
#menu-main li a {
	font-family: "dinmittelef-bold";
    font-size: 24px;
    padding: 10px 10px 12px;
    text-transform: uppercase;
}
#menu-main ul li {
	text-align: left;
}
.stage {
	position: relative;
	transform: rotate(-4.5deg);
    transform-origin: 0 0 0;
    overflow: hidden;
    margin-left: -90px;
    min-height: 160px;
}
#slider-carousel {
	display: none;
}
.stage .item {
	margin-left: 10px;
}
.stage .item img {
	display: block;
	height: auto;
	transform: rotate(4.5deg);
    transform-origin: 0 0 0;
}
.stage .item article {
	display: none;
}
.owl-dots {
    position: relative;
    z-index: 100;
    bottom: 50px;
    width: 100%;
    text-align: right;
    padding-right: 6em;
}
.owl-dot {
    background-color: #e9e9e9;
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: 0 1em;
    border-radius: 50%;
}
.owl-dot.active {
	background-color: #008c00;
}
.stage-description {
	position: relative;
	margin-top: -40px;
	z-index: 80;
}
.stage-description article header {
	float: left;
	margin-right: 30px;
	margin-top: -30px;
}
.stage-description article header h1 {
    font-size: 3em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-top: 0;
}
.stage-description article header h2 {
	font-size: 2em;
    line-height: 1.275em;
    text-transform: uppercase;
}
.stage-description article header h1 span,
.stage-description article header h2 span {
	padding-left: 30px;
	background: #000 none repeat scroll 0 0;
	padding-right: 10px;
    position: relative;
    white-space: nowrap;
    clear: both;
    float: left;
}
.stage-description article header h1 span::after {
    border-left: 12px solid black;
    right: -11px;
    border-bottom: 0 none;
    border-left: 20px solid black;
    border-top: 1.1em solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -19px;
    top: 1px;
    width: 0;
}
.stage-description article header h1 span:first-child::after {
	top: 0;
}

.stage-description article header h2 span::after {
    border-bottom: 0 none;
    border-left: 10px solid black;
    border-top: 1.3em solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -9px;
    top: 1px;
    width: 0;
}
.stage-description article header h2,
.stage-description article header h2 span + span,
.stage-description article header h1 span + span,
.stage-description article header h2 span::after,
.stage-description article header h1 span + span::after {
    margin-top: -1px;
    transform: translateY(0px);
}

.stage-description article header h2 span {
	margin-top: -1px;
}

.stage-description article .lower-bound {
	background: #e9e9e9 none repeat scroll 0 0;
	height: 150px;
}

.stage-description article .lower-bound div {
	float: right;
	margin-right: 50px;
}

.stage-description article .lower-bound p {
	padding-top: 20px;
	color: #000;
	font-family: "dincondensedtt";
}

#begin-content {
	margin-top: 900px;
}

h2.underline {
    border-bottom: 8px solid #e9e9e9;
    color: #000;
    font-size: 27px;
    line-height: 48px;
    margin-bottom: 15px;
    padding-top: 7px;
    text-transform: uppercase;
}

.csstransitions nav .matches-small.last-match, .csstransitions .main-partner .details, .csstransitions .related-content, .csstransitions .champion-partner ul + div, .csstransitions .teaser header, .csstransitions .cookie-wrap, .csstransitions .image-load-notice, .csstransitions .no-touch .meta-bar, .csstransitions .meta-bar.selfanim, .csstransitions .player-navigation ul, .csstransitions .category-menu ul, .csstransitions .news-teaser {
	transition: all 0.3s ease-out 0s;
}

.news-teaser {
    background: #e9e9e9 none repeat scroll 0 0;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.news-teaser:hover {
    background: #6acc6a none repeat scroll 0 0;
}

.news-teaser a {
    display: block;
    overflow: hidden;
}

.news-teaser figure {
    overflow: hidden;
}

.news-teaser a > *,
.news-teaser > figure {
    float: left;
    position: relative;
    width: 43.5%;
}

.news-teaser > div {
	float: left;
	position: relative;
}

.news-teaser .csc-textpic-image {
	margin: 0 !important;
}

.news-teaser a > * + *,
.news-teaser > * + * {
    padding: 2.5% 4%;
    width: 56%;
}

.bodytext {
	padding-bottom: 1em;
}

.news-teaser .news-date::before {
    border-bottom: 0 none;
    border-right: 5px solid #ffffff;
    border-top: 23px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: -5px;
    position: absolute;
    top: 1px;
    width: 0;
}
.news-teaser .news-date {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    color: #000;
    font-family: "dinmittelef-bold";
    font-size: 14px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 80px;
    z-index: 100;
}

.news-teaser header * {
    color: #008c00;
    text-transform: uppercase;
}

.news-teaser h1, .teaser h1 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}

.news-teaser a p,
.news-teaser p,
.csc-default a p,
.csc-default p {
    color: #000;
    margin-bottom: 0;
}

.news-teaser a p, figcaption {
    font-size: 14px;
    line-height: 20px;
}

.box.soccer-matches, .box.soccer-table {
    padding: 0 5px;
}
.box {
    margin-bottom: 15px;
}
.box-black {
    background: #e9e9e9 none repeat scroll 0 0;
}

.box .head {
    background-color: #333;
    color: #fff;
    display: block;
    font-family: "dinmittelef-bold";
    line-height: 50px;
    margin: 0 -5px;
    padding: 0 15px;
    text-transform: uppercase;
}

.fupa_widget .content_table_std {
    background: transparent none repeat scroll 0 0;
    border-spacing: 0;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}

.fupa_widget .content_table_std td {
    color: #000;
    font-size: 11px;
    padding: 4px 2px;
    vertical-align: middle;
}

.fupa_widget .wappen img {
	width: 75px;
}

.fupa_widget .spielbericht_header #ergebnis {
    color: #008c00 !important;
    font-size: 40px !important;
    font-weight: bold;
}

.fupa_widget div:last-child {
	display: none;
}

article.content,
nav.content,
.content div.content {
	background: #e9e9e9 none repeat scroll 0 0;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    padding: 1em 0.5em;
}

article.content h2,
nav.content h2,
.content div.content h2 {
	color: #008c00;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}

#c2 .content,
#c4 .content,
#c519 .content {
	background: none;
	padding: 0;
	overflow: visible;
}

#c5 .content,
#c7 .content,
#c9 .content,
#c8 .content {
	padding: 0;
}

#c2 .content h2,
#c4 .content h2,
#c519 .content h2 {
	border-bottom: 8px solid #e9e9e9;
    color: #000;
    font-size: 27px;
    line-height: 48px;
    margin-bottom: 15px;
    padding-top: 7px;
    text-transform: uppercase;
}

nav.content .csc-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content table {
	color: #000000;
	width: 100%;
}

footer {
    color: #fff;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    padding-top: 160px;
    margin-bottom: -5px;
}

footer .border-footer {
	height: 160px;
	background: #000;
	transform: rotate(-4.5deg);
    transform-origin: 0 0 0;
    margin-left: -30px;
    width: 110%;
}

footer .newsletter-wrapper {
	background: #000 scroll 0 0 repeat;
}

.newsletter {
    background: transparent url("../images/newsletter.jpg") no-repeat scroll center center / cover ;
    color: #000;
    height: 300px;
    transform: rotate(-4.5deg);
    transform-origin: 0 0 0;
    width: 110%;
    margin-left: -30px;
}

.newsletter .size-wrap {
    padding-top: 35px;
}

.rotate .invert-rotate {
    transform: rotate(4.5deg);
    transform-origin: 0 0 0;
}

.newsletter-content {
    padding-top: 40px;
}

.newsletter-content .description {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
}

.nl-form {
	margin-top: 80px;
}

form.nl-form div {
    overflow: hidden !important;
}

.newsletter form div {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 5px;
    box-sizing: border-box;
    max-width: 270px;
    padding: 10px;
}

form div {
    overflow: visible;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
}

.newsletter form input[type="email"] {
    padding-right: 50px;
    border: 0;
}
.newsletter form input {
    float: left;
    width: 100%;
}
input, select, textarea {
    background-color: #fff;
    box-sizing: border-box;
    color: #666;
    font-family: "PT Serif",Arial,Helvetica,sans-serif;
    height: 45px;
    padding: 0 5px;
    width: 100%;
}
.newsletter form input[type="submit"] {
    background: #008c00 url("../images/sprite_icons.png") no-repeat scroll -73px -720px;
    cursor: pointer;
    position: absolute;
    right: 9px;
    text-indent: -99999px;
    width: 50px;
    border: 0;
}

.border-footer {
	height: 120px;
}

.legal-wrapper {
	background: #000 scroll 0 0 repeat;
}

.legal > div > p {
    color: #4d4d4d;
    font-family: "dincondensedtt";
    font-size: 14px;
}
footer .legal p {
    float: left;
}

footer .legal nav {
    float: right;
}

#menu-footer li, #menu-areas li, #menu-social li, #menu-main li {
    float: left;
    overflow: auto;
}

footer .legal nav a {
    padding-left: 15px;
}

footer .clearfix {
	height: 10px;
}


.teamfoto p {
	color: #000;
}
.fupa_widget .content_table_std {
    background: #e9e9e9 none repeat scroll 0 0;
    border-spacing: 0;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}
.fupa_widget .content_table_std th {
    background: #ddd none repeat scroll 0 0;
    color: #000;
    font-size: 13px;
    margin: 0;
    padding: 8px;
    text-align: left;
}
.fupa_widget .content_table_std td {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 12px;
    padding: 4px 2px;
    vertical-align: middle;
}

@media all and (max-width: 2024px) {
	.stage {
		margin-left: -100px;
	}
	
	.stage-description {
		margin-top: -170px;
	}
	
	.owl-dots {
		bottom: 180px;
	}
}

@media all and (max-width: 1280px) { /* screen size until 1280px */
	.logo-menu {
		padding-top: 75px;
	}
	
	.stage-description article {
		padding-left: -15px;
	}
	
	#begin-content {
		margin-top: 750px;
	}
}

@media all and (max-width: 1024px) { /* screen size until 1024px */
	#menu-main {
		display: none;
	}
	
	.logo-menu {
		min-height: 130px;
		padding-top: 55px;
	}
	
	.logo-wrapper {
		margin-left: 50px;
	}
	
	#logo img {
		width: 80px;
		margin-bottom: 10px;
	}
	
	.logo-menu header {
		padding-top: 15px;
	}
	
	#menu-main {
		display: none;
	}
	
	.dl-menuwrapper button::after {
	    background: #008c00 none repeat scroll 0 0;
	    box-shadow: 0 10px 0 #008c00, 0 20px 0 #008c00;
	    content: "";
	    height: 5px;
	    left: 8%;
	    position: absolute;
	    top: 8px;
	    width: 84%;
	}
	
	#dl-menu button {
	    display: block;
	    transform: rotate(4.5deg);
    	transform-origin: 0 0 0;
	}
	
	.dl-menuwrapper button {
	    background: #f9f9f9 none repeat scroll 0 0;
	    border: medium none;
	    cursor: pointer;
	    height: 45px;
	    outline: medium none;
	    overflow: hidden;
	    position: absolute;
	    right: 160px;
	    text-indent: -900em;
	    top: -40px;
	    width: 48px;
	    border: 3px solid #008c00;
	}
	
	#menu-main li {
		text-align: left;
	}
	
	.stage-description article {
		padding-left: 30px;
	}
	
	.stage-description article header h1 {
		font-size: 2em;
	}
	
	.stage-description article header h2 {
		font-size: 1em;
	}
	
	#begin-content {
		margin-top: 600px;
	}
}

@media all and (max-width: 980px) { /* screen size until 980px */
	#begin-content {
		margin-top: 500px;
	}
}

@media all and (max-width: 640px) { /* screen size until 640px */
	.meta-bar-wrapper {
	    display: block;
	    min-height: 40px;
	    position: relative;
	    width: 100%;
	    background: #171717 repeat scroll 0 0;
	    padding-bottom: 40px;
	}
	div.meta-bar {
	    display: none;
	}
	.meta-bar #menu-areas li {
		float: none;
	}
	.meta-bar #menu-account-registration {
		float: none;
		margin-left: 0;
		padding-left: 0;
		display: block;
		width: 100%;
	}
	.meta-bar #menu-account-registration li {
		display: block;
		width: 100%;
	}
	.meta-bar #menu-account-registration a {
		padding: 0 5px;
	}
	.meta-bar-wrapper .pull-trigger {
		position: absolute;
		width: 100%;
		bottom: 0;
		height: 40px;
		background: #171717 url("../images/sprite_icons.png") no-repeat scroll center -802px;
	}
	
	.logo-menu {
	    padding-top: 25px;
	}
	
	.stage-description article .lower-bound div {
	    margin-right: 40px;
	}
	
	.stage-description article .lower-bound p {
	    padding-top: 0;
	    margin-left: 15px;
	}
}

@media all and (max-width: 480px) { /* screen size until 480px */
	.stage {
		margin-top: 40px;
	}
	
	#begin-content {
		margin-top: 400px;
	}
}

@media all and (max-width: 360px) { /* screen size until 360px */
	.stage {
		margin-top: 80px;
	}
	
	.stage-description article header h1 {
		font-size: 1.5em;
	}
	
	.stage-description article header h2 {
		font-size: 1.1em;
	}
}
