@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,600italic,700italic);

html, body {
    height: 100%;
}

body {
    background: #2f373e; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #2f373e 50%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(50%,#2f373e), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #2f373e 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #2f373e 50%,#000000 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #2f373e 50%,#000000 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #2f373e 50%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f373e', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-attachment: fixed;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    -webkit-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    color: #333;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

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

a:link, a:visited {
    color: #333;
	text-decoration: none;
}

a:hover {
    color: #de140a; 
}

ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    margin-bottom: 30px;
}

h1 a:link, h1 a:visited {
	color: #fff;	
}

h1 a:hover, h1 a:active {
	color: #fff;
	text-decoration: underline;	
}

h1 img {
    vertical-align: text-bottom;
	margin-left: 10px;
}

h2 {
    font-size: 24px;
}

h2 a {
    color: #333;
	text-decoration: none;
}

h2 a:hover {
    color: #de140a;
	text-decoration: none;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
    color: #de140a;
    text-transform: uppercase;
    margin-bottom: 5px;
}

h5 {
    font-size: 12px;
    margin-bottom: 5px;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -100px;
    padding: 0 0 100px;
}


.navbar {
    border: none;
    border-radius: 0;
    margin-top: 20px;
    position: relative;
}

.logo {
    position: absolute;
    right: 0;
}

.navbar-header {
    padding: 0;
}

.navbar-collapse {
    border-bottom: 1px solid #adaeaf;
    margin: 11px 183px 0 0;
    padding: 0;
    box-shadow: none;
}

.navbar-collapse.in {
    margin-right: 0 !important;
}

.navbar-nav {
    margin: 7.5px 0;
}

.navbar-toggle {
    margin-right: 0;
    float: left;
    border: 1px solid #adaeaf;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar ul a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    display: block;
    transition: background 0.5s, color 0.5s;
	text-decoration: none;
}

.navbar li.red a {
    color: #e30613;
}

.navbar ul a:hover, .navbar li.active a {
    color: #fff;
    background: #3f4952;
}

.box {
    background: #e0e1e2;
    background: rgba(255,255,255,0.85);
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    border-top: 5px solid #282f35;
    margin-bottom: 30px;
}

.teaser-head {
    background: #3f4952;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

.teaser-head-ohnelogo {
    background: #3f4952;
    width: 100%;
    padding: 15px 15px;
    text-align: left;
	height:125px;
}

.teaser-head-ohnelogo h2 a {
    color: white;
	text-decoration: none;
}

.teaser-head-ohnelogo h2 a:hover {
    color: #de140a;
	text-decoration: none;
}

.teaser-head-ohnelogo h4 {
    font-size: 14px;
    color: #999999;
    text-transform: none;
    margin-bottom: 5px;
}

.teaser-head-startseite-anpassung{
	height: 100px;
}

.teaser-foot {
    background: #fff;
    padding: 5px 10px;
}

.second-nav {
    background: #3f4953;
    position: relative;
}

.second-nav  li {
    display: inline-block;
    zoom: 1;
    *display: inline;
	margin: 0;
	padding: 0;
}

.second-nav a {
    position: relative;
    line-height: 35px;
    display: inline-block;
    padding: 5px 10px 0;
    color: #fff;
	margin: 0;
    top: -5px;
    font-weight: 700;
    transition: border-top 0.5s;
	text-decoration: none;
}

.second-nav a:hover, .second-nav li.active a {
    border-top: 5px solid #de140a;
    text-decoration: none;
	padding: 0 10px;
}

@media (min-width: 992px) {
    .index .content {
        height: 310px;
	    overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .index .content {
	    height: 300px;
    }
}

.content {
    padding: 20px 10px;
}

.content ul li {
    margin-left: 1.8em;
}

#footer {
    font-size: 12px;
    background: #3f4953;
    border-top: 5px solid #282f35;
    color: #fff;
    height: 100px;
    padding: 10px 0 20px;
    text-align: left;
}

#footer a {
    color: #fff;
}

#footer ul {
    line-height: 30px;
}

#footer li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#footer ul a {
    color: #ccc;
    margin-right: 10px;
	text-decoration: underline;
}

figcaption {
    font-style: italic;
    font-size: 12px;
    margin-top: 5px;
}

.icon-big a {
    display: block;
    padding: 10px 10px 0 90px;
    border: 1px solid #cbcbcb;
    background: #fff;
    color: #333;
    position: relative;
    min-height: 80px;
    margin-bottom: 20px;
}

.icon-big a:before {
    content: " ";
    display: block;
    position: absolute;
    background: #3f4952;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    width: 60px;
    height: 60px;
    left: 10px;
    top: 10px;
}

.icon-big a.i1:before {
    background: #3f4952 url(../img/sprite-icons.png) 5px 2px no-repeat;
}

.icon-big a.i2:before {
    background: #3f4952 url(../img/sprite-icons.png) 6px -147px no-repeat;
}

.icon-big a.i3:before {
    background: #3f4952 url(../img/sprite-icons.png) 4px -46px no-repeat;
}

.icon-big a.i4:before {
    background: #3f4952 url(../img/sprite-icons.png) 5px -195px no-repeat;
}

.icon-big a.i5:before {
    background: #3f4952 url(../img/sprite-icons.png) 5px -287px no-repeat;
}

.icon-big a.i6:before {
    background: #3f4952 url(../img/sprite-icons.png) 4px -239px no-repeat;
}

.icon-big a.i7:before {
    background: #3f4952 url(../img/sprite-icons.png) 8px -97px no-repeat;
}

.icon-big a:hover {
    background: #3f4952;
    color: #fff;
    text-decoration: none;
}

.icon-big a.i1:hover:before {
    background: #fff url(../img/sprite-icons.png) -45px 2px no-repeat;
}

.icon-big a.i2:hover:before {
    background: #fff url(../img/sprite-icons.png) -44px -147px no-repeat;
}

.icon-big a.i3:hover:before {
    background: #fff url(../img/sprite-icons.png) -46px -46px no-repeat;
}

.icon-big a.i4:hover:before {
    background: #fff url(../img/sprite-icons.png) -45px -195px no-repeat;
}

.icon-big a.i5:hover:before {
    background: #fff url(../img/sprite-icons.png) -45px -287px no-repeat;
}

.icon-big a.i6:hover:before {
    background: #fff url(../img/sprite-icons.png) -44px -239px no-repeat;
}

.icon-big a.i7:hover:before {
    background: #fff url(../img/sprite-icons.png) -42px -97px no-repeat;
}

.icon-big a:hover h4 {
    color: #fff;
}

a.download, a.download:link, a.download:visited  {
    display: block;
    background: #fff;
	font-size: 18px;
	border-left: 5px solid #de140a;
	text-decoration: none;
	position: relative;
	margin-right: 10px;
}
	
a.download:before {
    content: " ";
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 15px;
    top: 50%;
	margin-top: -16px;
	background: url(../img/sprite-icons.png) -10px -344px no-repeat;
}
	
a.download:hover, a.download:active  {
	border-left: 5px solid #3f4952;
	color: #333;
}

	
a.download:hover:before, a.download:active:before {
	background: url(../img/sprite-icons.png) -60px -344px no-repeat;
}

a.download div {    
	border: 1px solid #cbcbcc;
	border-left: none;		
	padding: 10px 10px 0 62px;
}

a.download h5 {
    text-transform: uppercase;
	color: #de140a;
}

#sponsor h5 {
    text-transform: uppercase;
    font-weight: 400;
}

table {
    width: 100%;
    background: #fff;
}

table tr {
    border-bottom: 1px solid #e0e1e2;
}

table td, table th {
    vertical-align: top;
    padding: 5px;
    position: relative;
}

table th ,table thead {
    color: #fff;
	background: #3f4952;
}

table button {
    position: absolute;
    right: 10px;
}

table td:first-child {
    min-width: 150px;
}

table tr:nth-child(even) td {
    background: #f7f7f7;
}

.panel-group .panel {
    border-radius: 0;
}

.panel {
    background: none;
    border: none;
}

.panel-heading {
    padding: 0;
}

.panel-heading a {
    padding: 10px;
    display: block;
    background: #3f4952;
    color: #fff;
}

.panel-heading a:hover {
    text-decoration: none;
    background: #de140a;
}

.panel-body {
    border: none;
    padding: 0;
}

.btn {
    border: none;
    background: #3f4952;
    color: #fff;
    padding: 0 8px;
    line-height: 22px;
    font-weight: 700;
    margin-right: 5px;
}

.btn .arrow-right {
    display: inline-block;
    border-color: transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    height: 0;
    width: 0;
    margin-left: 5px;
}

.btn:focus .arrow-right {
    display: inline-block;
    border-color: #3f4952 transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    height: 0;
    margin-left: 5px;
}

.btn:focus {
    outline: none;
}

.btn-default:hover {
    background: #de140a;
    color: #fff;
}

.btn-default.red {
    background: #de140a;
    color: #fff;
}


.btn-default.red:hover {
    background: #3f4952;
    color: #fff;
}

.pagination {
    text-align: center;
    position: relative;
    width: 100%;
    line-height: 30px;
    font-weight: 700;
    font-size: 16px;
}

.pagination .btn {
    position: absolute;
}

.pagination .btn.left {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}

.pagination .btn.right {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}

.quote {
    margin-bottom: 20px;
}

.quote div {
    background: #fff url(../img/quote.png) top right no-repeat;
    border: 1px solid #cbcbcb;
    padding: 10px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.quote div:after {
    display: block;
    position: absolute;
    bottom: -15px;
    right: 50px;
    content: " ";
    width: 28px;
    height: 15px;
    background: url(../img/quote-arrow.png) no-repeat;
}

.quote p {
    margin-top: 20px;
}

.tab-content {
    background: #fff;
    padding: 10px;
}

.nav-tabs li {
    margin: 0 0 5px 0 !important;
    float: none;
}

.nav-tabs h4 {
    margin: 15px 0 10px !important;
    float: none;
}

.nav-tabs li a {
    border-radius: 0;
    background: #efefef;
    padding: 5px 10px;
    margin: 0;
    border: none;
    color: #333;
    box-shadow: inset -8px 0 4px -4px rgba(0,0,0,0.1);
	text-decoration: none;
}

.nav-tabs li a:hover {
    color: #de140a;
}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    border: none;
    color: #333;
    font-weight: 700;
    box-shadow: none;
}

.no-gutter {
    margin: 0 0 20px !important;
    padding: 0 !important;
}

.progress {
    border-radius: 0;
    background: #efefef;
}

.progress-bar {
    background: #de140a;
    text-align: right;
    padding-right: 10px;
}

.carousel-inner {

}

.carousel-control {
    font-size: 40px;
    width: 60px;
    height: 200px;
    padding-top: 50px;
    top: 50%;
    margin-top: -100px;
}

.carousel-control.left {
    left: -60px;
}

.carousel-control.right {
    right: -60px;
}

.carousel-control:link, .carousel-control:visited, .carousel-control:hover, .carousel-control:focus, .carousel-control:active, 
.carousel-control.left:link, .carousel-control.left:visited, .carousel-control.left:hover, .carousel-control.left:focus, .carousel-control.left:active,
.carousel-control.right:link, .carousel-control.right:visited, .carousel-control.right:hover, .carousel-control.right:focus, .carousel-control.right:active, 
.carousel-control.left, .carousel-control.right {
    background: none !important;
}

.teaserPic{
	width:272px;
	float:left;
	margin-right:15px;
}


.wmuSlider,
.wmuGallery {
    margin-bottom: 20px;
}

/* mwuSlider */
.wmuSlider {
    position: relative;
    overflow: hidden;
}
.wmuSlider .wmuSliderWrapper {
    display: none;
}
.wmuSlider .wmuSliderWrapper article {
    position: relative;
    text-align: center;
}
.wmuSlider .wmuSliderWrapper article img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* mwuGallery */
.wmuGallery .wmuGalleryImage {
    position: relative;
    text-align: center;
}
.wmuGallery .wmuGalleryImage img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* Default Skin */
.wmuGallery .wmuGalleryImage {
    margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
    position: absolute;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    background: url(../img/sprites.png) no-repeat 0 0;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
}
.wmuSliderPrev {
    background-position: 100% 0;
    left: 20px;
}
.wmuSliderNext {
    right: 20px;
}
.wmuSliderPagination {
    z-index: 2;
    position: absolute;
    left: 20px;
    bottom: 10px;
}
.wmuSliderPagination li {
    float: left;
    margin: 0 5px 0 0;
    list-style-type: none;
}
.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: url(../img/sprites.png) no-repeat 0 -80px;
}
.wmuSliderPagination a.wmuActive {
    background-position: -10px -80px;
}

/*** Responsive Player Styles ***/
.bc-video-container {
	width: 100%;
}

.bc-outer-container {
	position: relative;
	height: 0;
	/* Fuer Ratio der 16:9 Videos */
	/* padding-bottom: 56.25%;	*/
	padding-bottom: 56.74%;
}
.BrightcoveExperience {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}