/*Body*/
body {
    background-attachment: fixed;
    font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.wrapper-komplett {
    margin: auto;
}
.wrapper {
    border-radius: 7px 7px 0px 0px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
}
a {
    color: #FFF530;
}
a:hover{
	color:#0062BA;
}
span.nn_tooltips-link.hover {
	display: inline !important;
}
/*Body*/
/*Nav always mobile*/
@media (max-width: 3000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
}
/*///Nav always mobile*/
/*Logo*/
.banner {
	top: 5px;
	left: 10%;
	z-index: 20;
	position: absolute;
}
.logo{
	position: absolute;
}
.schrift{
	position: absolute;
}
.logo img{
	height: 150px;
}
.schrift img{
	height: 150px;
	padding-left: 150px;
}
@media (max-width: 768px) {
	.schrift img{
		display: none;
	}
}
/*///Logo*/
/*Navbar*/
.navbar-nav > li > a {
	font-size: 2em;
	padding: 20px 30px;
}
.navbar-nav .open .dropdown-menu > li  a{
	font-size: 1.6em;
	padding: 5px 50px;
}


.navbar-brand {
    font-size: 1.8em;
	display: none;
}
@media screen and (max-width:364px) { 
	.navbar-brand {
		font-size: 1.4em;
	}
}

#menu-main {
    background-color: #124A6B;
    position: fixed;
    margin: 0px;
    font-size: 1em;
    top: 0px;
    overflow-x: hidden;
    bottom: 0px;
    overflow-y: scroll;
	width: 100%;
	max-width: 400px;
	width: 100%;
    color: #FFF;
	right: -420px;
	height: 100%;
	z-index: 80;
	box-shadow: -1px 1px 5px rgb(16, 49, 81);
}
nav .left{
	overflow: hidden;
	width: 100%;
	float: left;
}

.navbar-transparent{
	background: none;
	border: 0;
}
.navbar-toggle{
	z-index: 100;
}
.navbar-fixed-top .navbar-collapse {
    max-height: none;
}
.nav-placeholder {
	height: 62px;
}
.navbar-toggle .icon-bar {
    width: 50px;
    height: 8px;
    border-radius: 2px;
}
.navbar-default .navbar-toggle {
	position: relative;
	right: 0;
    border-color: transparent;
    width: 90px;
    height: 70px;
    border-radius: 0;
	background: #feef00;
	margin: 0;
	padding: 20px;
}
.navbar-default .navbar-toggle:hover {
    border-color: #DDD;
	background: #f5e708;
}
.navbar-default .navbar-toggle:focus {
    border-color: transparent;
	background: #feef00;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #006fad;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-collapse a{
    padding-right: 10px;
    padding-left: 30px;
}

@media (max-width: 768px) {
	.navbar-header{
		background: #feef00;
		border: 0;
		z-index: 3000;;
	}
	.logo img{
		height: 70px;
	}
	.logo{
		position: fixed;
		float: left;
		display: none;
	}
	.navbar-brand {
		display: block;
	}
	#menu-main{
		top: 0px;
	}
	.nav-placeholder{
		height: 0px;
	}
	.slider{
		margin-top: 70px;
	}
}

.dropdown-menu > li > a{
	color: #FFFD7C;
}
.dropdown-menu > li > a:hover {
    color: #FFFD51;
	background-color: #063457;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
	background-color: #0A3F68;
}
.carousel-inner > .item > img {
    width: 100%;
	top: -140px;
	position: absolute;
}
@media (max-width: 1400px) {
	.carousel-inner > .item > img {
		top: 0px;
	}
}
/*//Navbar*/
/*Suche*/
.mod_search104 form{
	
}
.element-invisible{
	display: none;
}
div.mod_search104 input[type="search"] {
	color: black;
	height: 1.8em;
	width: 70%;
	padding-left: 20px;
	font-size: 2em;
}
.mod_search104 .btn-primary {
	color: #FFFD7C;
	width: 30%;
	height: 3em;
	box-sizing: border-box;
	border-radius: 0;
	font-size: 1.2em;
	float: right;
	background: #063457;
	border: 0px;
}
.search{
	padding-top: 10px;
}
.content .search button{
	width: 200px;
	height: 2em;
	content: "Test";
	display: none;
}
.search .result-title{
	font-size: 1.2em;
}
.search .result-text{
	margin-bottom: 15px;
}
.badge {
	background-color: #28638F;
}
.result-category{
	display: none;
}
#searchForm:before{
	content: "Suche";
	font-size: 1.4em;
	margin-bottom: 10px;
}
input{
	color: black;
}
select{
	color: black;
}
/*//Suche*/
/*Karousel*/
.carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #ffcc00;
    border-color: #ffcc00;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
}
.carousel-caption {
    padding-bottom: 40px;
}
.slider img{
	height: 500px;
}
#myCarousel{
	height: 500px;
}
.carousel-inner{
	height: 500px;
}
.carousel-caption{
    position: absolute;
    top: 150px;
}
.carousel-body{
	font-size: 1.4em;
}
.slider{
	min-height: 180px;
	background: url("../img/banner.jpg");
}
@media screen and (max-width:768px) {
	.slider{
		min-height: 0px;
	}
}
@media screen and (max-width:1024px) {
	.slider img{
		height: 400px;
	}
	#myCarousel{
		height: 400px;
	}
	.carousel-inner{
		height: 400px;
	}
	.carousel-caption{
		position: absolute;
		top: 80px;
	}
	.carousel-inner > .item > img{
		min-width: 1024px;
	}
	.carousel-body{
		display: none;
	}
}
/*//Karousel*/
/*Content*/
.placer{
	
	height: 70px;
}
.content {
	border-top: 1px solid #ffcc00;
	background: rgba(244, 251, 255, 0.77);
	color: black;
	font-size: 1.2em;
}
@media screen and (min-width:1196px) { 
	.content {
		display: flex;
	}
}
.content img{
	max-width: 100%;
}
.dark-back a{
	font-weight: 700;
	color: #2E5275;
}

.page-header {
    border-bottom: 0;
}
.dark-back{
	padding-top: 15px;
	background: #B4CEE3;
}
@media screen and (max-width:1196px) { 
.dark-back{
	margin-top: 0px;
}
}
.span6 h2{
	font-size: 1.8em;
}
.span6{
	width: 50%;
	float: left;
	padding: 5px;
}
@media screen and (max-width:768px) { 
	.row-0  .column-2, .row-1 .column-1, .row-1  .column-2{
		border-top: 1px solid #C5C536;
	}
}
.pluginConnectTextDark {
    color: #BFBFBF !important;
}
.blog .item-image{
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
	overflow: hidden;
	max-height: 350px;
	box-shadow: 0px 0px 5px #345C99;
}
.item-image{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
}
.span6 img{
	width: 100%;
}

/*CHANGED*/
.span6 .item{
	margin: 5px;
	position: relative;
}
.blog .page-header h2{
	margin: 0;
}
.blog .page-header h2 a{
	background: rgba(255, 255, 0, 0.7);
	padding: 20px 20px;
	position: absolute;
	width: 100%;
	z-index: 999;
	text-shadow: 1px 0px 1px #7FABE4;
	border-bottom: 1px solid #C5C91D;
}
.blog .page-header h2 a:hover{
	background: rgba(255, 255, 0, 0.8);
	transition: all 0.2s linear;
}
@media screen and (max-width:768px) { 
	.page-header h2 a{
		font-size: 0.7em;
	}
}
@media screen and (max-width:768px) { 
.span6{
	width: 100%;
}
}
.article-info-term {
	display: none;
}
.article-info {
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 2px;
	float: left;
	width: 100%;
}
.blog .page-header {
    padding-bottom: 0px;
    margin: 0px 0px 0px;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	width: 100%;
}
.pagination {
	text-align: center;
	width: 100%;
}
.pagination li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-size: 0.9em;
}
@media screen and (max-width:768px) { 
	.pagination li{
		display: none;
	}
	.pagination-start{
		display: inline !important;
	}
	.pagination-prev{
		display: inline !important;
	}
	.pagination-next{
		display: inline !important;
	}
	.pagination-end{
		display: inline !important;
	}
}
a .btn:hover{
	color: #337AB7;
}
div.sigplus-gallery ul > li > a > img:hover {
    transition: all 0.2s linear;
	opacity: 1;
}
div.sigplus-gallery ul > li > a > img {
    transition: all 0.2s linear;
	opacity: 0.8;
}
#boxplus .boxplus-background{
	transition: all 0.2s linear;
}
#boxplus .boxplus-viewer > .boxplus-prev, #boxplus .boxplus-viewer > .boxplus-next {
	cursor: pointer;
	width: 67px;
}

.readmore {
		float: left;
}
.content table{
	padding: 2px;
	display: block;
	position: relative;
	width: 100%;
	height: 100% !important;
	overflow-x: auto;
}
.content td{
	padding: 6px;
}

.content tr:nth-child(2n+1) {
    background: #DEE8F0;
    border: 1px solid black;
}
.content tr:first-child {
    background: #205272 !important;
    color: white;
    border: 1px solid black;
}
.content tr:nth-child(2n) {
    background: #A5BED7;
    border: 1px solid black;
}
/*///Content*/
#facebook  p {
	font-family: 'Lato', sans-serif !important;
}
.blog img{
	width: auto;
}
/*Zeitstrahl*/
.history{
	background: url("../img/point.png");
	background-repeat:repeat-y;
	background-position: center;
	float: left;
	margin-bottom: 20px;
}
.history p{
	position: relative;
	margin: 10px 2%;
	color: black;
	padding: 5px;
	width: 47%;
	float: left;
	text-align: right;
	opacity: 0;
	background-color: white;
	padding: 9px 11px;
	background: #F3F6F6;
	border: 1px solid #c5c5c5;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	border-radius: 3px;
}
.history p:last-child{
	display: none;
}
.history p:first-child{
	display: none;
}
.history p:nth-child(1),.history p:nth-child(3),.history p:nth-child(2){
	opacity: 1;
}
.history p:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.history p:after {
	border-color: rgba(200, 209, 213, 0);
	border-left-color: #F3F6F6;
	border-width: 20px;
	margin-top: -25px
}
.history p:before {
	border-color: rgba(28, 33, 36, 0);
	border-left-color: #1c2124;
	border-width: 31px;
	margin-top: -31px;
}
.history p:nth-child(2n):after{
	right: 100%;
	left: auto;
}
.arrow_box:nth-child(2n):before{
	right: 100%;
	left: auto;
}
.history p:nth-child(2n):after {
	border-right-color: #F3F6F6;
	border-left-color: rgba(0,0,0, 0);
}
.history p:nth-child(2n):before {
	border-right-color: #1c2124;
	border-left-color: rgba(0,0,0, 0);
}

.history p:nth-child(2n){
	float: right;
	text-align: left;
}
.history p:first-child{
	margin-top: 0;
}
.history p:last-child{
	margin-bottom: 0;
}
@media screen and (max-width:768px) { 
	.history{
		background-position: left;
	}
	.history p{
		margin: 10px 0;
		padding: 5px;
		width: auto;
		float: left;
		text-align: left;
		margin-left: 30px;
	}
	.history p:nth-child(2n){
		float: left;
	}
	.history p{
		opacity: 1;
		background: #F3F6F6;
	}
	.history p:after{
		right: 100%;
		left: auto;
	}
	.arrow_box:before{
		right: 100%;
		left: auto;
	}
	.history p:after {
		border-right-color: #F3F6F6;
		border-left-color: rgba(0,0,0, 0);
	}
	.history p:before {
		border-right-color: #1c2124;
		border-left-color: rgba(0,0,0, 0);
	}
}

/*///Zeitstrahl*/
/*Guestbook*/
#comments-form-subscribe{
	float: left;
}
#comments-form label{
	color: black;
	font-weight: 400;
}
#jc h4 {
    color: black;
}
#jc .rbox {
	max-width: 600px;
	border: 0px;
	border-radius: 0px;
	background-color: #F2F2F2;
}
#comment-body-1{
	color: black;
}
#comments a:active, #comments a:focus, #comments a:hover{
	color: #000 !important;
}
#comment-1{
	display: none;
}
#comments .comment-date {
	float: right;
}
#comments .comments-buttons{
	display: none;
}
#comments .comment-date {
    font-size: 0.8em;
}
#comments-list-footer{
	display: none;
}
#comments-form-message{
	color: black;
}
#comments-form span.captcha {
	color: black;
	font-size: 0.8em;
}

#comments-form .btn a:hover, #comments-form .btn a:focus, #comments-report-form .btn a:hover, #comments-report-form .btn a:focus {
	color: black;
}
#comments-form .btn a{
	color: #363636;
	font-size: 1.4em;
}
#comments-footer{
	display: none;
}
/*///Guestbook*/
/*Aside*/
.aside {
	font-size: 1em;
}
.aside a:hover{
	color: #FFD800;
}
.aside ul{
    list-style: outside none none;
}
.aside  .category-module li {
	background:#649fbf;
	margin-bottom: 6px;
	padding: 10px;
	border: 1px solid #C5C5C5;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
	border: 1px solid #506C75;
}
.aside .menu{
	background: rgba(70, 129, 173, 0.4) none repeat scroll 0% 0%;
	margin-top: 15px;
	padding-bottom: 5px;
	padding-top: 2px;
	border: 1px solid #759EE7;
}
.aside .nav:before{
	content:"Menü";
	font-size: 1.8em;
	font-weight: 700;
	margin-left: 15px;
}
.aside .nav a{
	background: #002235 none repeat scroll 0% 0%;
	font-size: 18px;
	line-height: 1.33333;
	border: 1px solid rgba(255, 252, 0, 0.84);
	border-radius: 3px;
	box-shadow: 1px 1px 2px #B0A558;
}
.aside .nav a:hover, .aside .nav a:focus{
	background: #07293F;
}
.aside .nav li {
	background: transparent;
}
.aside .nav li{
	padding: 0;
	padding: 4px 16px;
}
.category-module{
	margin-top: 15px;
	padding-left: 0px;
}
.mod-articles-category-date{
	float:right;
	font-size: 0.9em;
}
.mod-articles-category-readmore{
	font-size: 0.8em;
}
.mod-articles-category-title {
	font-size: 1.1em;
}
/*Countdown*/
.smartcountdown{
	cursor: auto !important;
	background: rgba(255, 255, 0, 0.9);
	padding: 5px 0;
	margin-top: 15px;
	border: 1px solid #C5C5C5;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
}
.scd-title{
	color: rgb(37, 62, 107);
	font-weight: 700;
}
/*///Countdown*/
/*Letztes Spiel*/
.match{
	background: rgba(255, 255, 0, 0.9);
	padding: 5px 0;
	margin-bottom: 15px;
	border: 1px solid #C5C5C5;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	text-align: center;
	padding: 10px;
}
.matchergebnis{
	float: left;
	text-align: center;
	width: 30%;
	height: 33%;
	margin: 0 auto;
	font-size: 2em;
}
.matchergebnis p{
	margin-top: 10px;
}
.matchteams{
	float: left;
	width: 100%;
	border-bottom: 2px solid #008AFF;
	margin-bottom: 5px;
}
.team1, .team2{
	float: left;
	width: 35%;
	font-size: 1.2em;
}
.matchinfo{
	float: left;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 5px;
}
.teamimage{
	width: 100%;
	float: left;
}
.teamimage img{
	height: 60px;
}
/*///Letztes Spiel*/
/*///Aside*/
/*footer*/
.footer{
	background-color: #2a6c8c;
    border-bottom: 1px solid #ffcc00;
	border-top: 1px solid #ffcc00;
	padding-bottom: 5px;
}
.footer h3{
	color: #E6E6E6;
	font-size: 1.2em;
}
.footer p{
	color: #E6E6E6;
}
.footer .nav > li > a {
	padding: 0;
}
.footer a:before{
	content: "";
}
.footer li a, .footer li a:focus{
	color: #E6E6E6;
}
.footer li a:hover {
	background-color: transparent;
	text-decoration: underline;
}
.footer .nav > li > a {
    position: relative;
    padding-left: 10px;
    display: inline;
}
/*//footer*/
/*Misc*/
	.slideout-menu h3 {
		position: relative;
		padding: 12px 10px;
		font-size: 1.2em;
		font-weight: 400;
	}
	.slideout-menu .slideout-menu-toggle {
		position: absolute;
		top: 12px;
		right: 10px;
		display: inline-block;
		padding: 6px 9px 5px;
		vertical-align: top;
	}
	.slideout-menu ul {
		list-style: none;
	}
	.slideout-menu ul li a {
		position: relative;
		display: block;
		text-decoration: none;
	}
	.slideout-menu ul li a i {
		position: absolute;
	}
/*///Misc*/
.nn_tabs.outline_content > .tab-content {
	border: 2px solid #3B8198;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.38);
}
.nn_tabs.top > ul.nav-tabs > li.blue.active > a, .nn_tabs.top > ul.nav-tabs > li.blue > a:hover {
    border-top-color: #F9FF00;
}

#phoca-dl-category-box .pd-category h3{
	background: none;
	border: 0;
}
.pdtop, .pgcenter{
	display: none;
}

/*Accordion*/
.jp-accordion .jp-accordion-item .ui-accordion-header A:before {
	content:"\2b";
}
.jp-accordion .jp-accordion-item .ui-accordion-header A{
	background: #2F4A5D;
	border: 2px solid #253350;
	padding: 10px 15px;
	color: rgba(255, 255, 0, 0.9);
	height: 45px;
}

.jp-accordion img{
	width: 95%;
	float: right;
	border: 1px solid #20375F;
	margin: 10px;
	max-width: 480px;
}
@media screen and (max-width:768px) { 
	.jp-accordion img{
		max-width: 50%;
	}
}
@media screen and (max-width:480px) { 
	.jp-accordion img{
		max-width: 100%;
	}
	.jp-accordion .jp-accordion-item .ui-accordion-header A {
		font-size: 0.7em;
	}
}
.jp-accordion td{
	border: 1px solid black;
	padding: 4px 10px;
	width: 100%;
}
.jp-accordion table{
	margin-top: 12px;
	max-width: 700px;
	width: auto;
	margin-right: 10px;
}
.jp-accordion table td:nth-child(2n){
	min-width: 100px;
}
.jp-accordion table tr:first-child{
	background: rgba(49, 84, 107, 0.8) none repeat scroll 0% 0%;
	color: #FFF;
	font-size: 1.2em;
}
.jp-accordion-item {
    box-shadow: 0px 0px 2px #87C0FF;
}
.nn_tabs.color_inactive_handles > ul.nav > li > a {
    margin: 0 2px;
}
.ui-accordion .ui-accordion-content {
		padding: 1.2em 1em !important;
	}
@media screen and (max-width:768px) { 
	.ui-accordion .ui-accordion-content {
		padding: 0.8em 0.4em !important;
	}
	.nn_tabs .nav-tabs > li > a {
		padding: 2px 4px;
	}
}
@media screen and (max-width:640px) { 
	.nn_tabs .nav-tabs > li {
		width: 50%;
		font-size: 0.8em;
	}
}
/*///Accordion*/
/*Sponsoren*/
#sponsor .dark-back img{
	background: white;
	border: 2px solid #2C3F5C;
	width: 100%;
	cursor: pointer;
	opacity: 0;
}
@media screen and (max-width:991px) { 
	#sponsor .dark-back img{
		max-width: 46%;
		float: left;
		margin: 1%;
		opacity: 1;
	}
}
@media screen and (max-width:500px) { 
	#sponsor .dark-back img{
		max-width: 100%;
		float: left;
		margin: 10px 0;
	}
}
/*///Sponsoren*/
