





@charset "utf-8";

/* 
----------------------
reset
---------------------- 
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th,td{font-weight:normal;text-align:left;}
h1,h2,h3,h4,h5,h6{clear:both;}
html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
a:focus{outline:thin dotted;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none;}
del{color:#333;}
ins{text-decoration:none;}
hr{background-color:#ccc;border:0;height:1px;margin:24px;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
small{font-size:smaller;}
img{border:0;-ms-interpolation-mode:bicubic;}

/* 
----------------------
basics
---------------------- 
*/
body {
	font-size: 13px;
	line-height: 17px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #666;
	font-weight: 300;
	background: #f6f6f6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #666;
}
a, a:hover, a:active, a:focus {
	outline: none;	
	text-decoration: none;
}
a:hover {
}
h1,h2,h3,h4,h5 {
	font-weight: 300;
	color: #4D4D4D;
}
h1 {
	font-size: 26px;
	line-height: 30px;
}
h2 {

}
h3 {

}
h4 {

}
h5 {

}
p {
	margin-bottom: 16px;
	clear: both;
}
p:last-child {
	margin-bottom: 0px !important;
}
b, strong {
	font-weight: 400;
}
ul {
	margin: 1em 0 1em 0.8em;
}
li {
	margin-bottom: 5px;
	list-style-image: url(/export/system/modules/de.wmg.fmg.template/resources/img/bullet.png);
}

#page .row {
	margin: 0px;
}
#page div[class^="col-"], div[class*=" col-"] {
    padding: 0px;
}
/* 
----------------------
global forms
---------------------- 
*/
form {
	float: left;
	clear: left;
	width: 100%;
}
fieldset {
	display: inline-block;
}
button,
input,
textarea,
select {
	border: none;
	border-radius: 1px;
	font-family: inherit;
	font-weight:400;
	color: #666;
	padding: 3px;
	margin: 0 0 6px 0;
	width: 98%;
}
select::-ms-expand {
	display: none;
}
select {
	width: 100%;
	height: 25px;
	padding-right: 35px;
	border: 0 none;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: "";
	background: url(/export/system/modules/de.wmg.fmg.template/resources/img/arrow_select.gif) no-repeat 100% 0 #fff;
	-webkit-appearance: none;
	-moz-appearance: none; 
	-ms-appearance: none;
	appearance: none;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 97%;
	overflow: auto;
	vertical-align: top;
	min-height: 150px;
	color: #666;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
input[type="submit"],
button {
	background: #df0613;
	color: #fff;
	text-transform: uppercase;
	width: auto;
	float: right;
	font-weight: 600;
	margin: 5px 0 0 0;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
}
label {
	float: left;
	padding: 0px 5px 0px 5px;
	min-height: 18px;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
}

/* 
----------------------
global grid
---------------------- 
*/
.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12 {
	float: left;
	position: relative;
	margin-left: 2%;
	margin-bottom: 10px;
	min-height: 10px;
	height: auto;
}
.w1 {
	width: 6.175%;
}
.w2{
	width: 14.35%;
}
.w3 {
	width: 22.52%;
}
.w4 {
	width: 30.7%;
}
.w5 {
	width: 38.875%;
}
.w6 {
	width: 47.05%;
}
.w7 {
	width: 55.225%;
}
.w8 {
	width: 63.4%;
}
.w9 {
	width: 71.575%;
}
.w10 {
	width: 79.75%;
}
.w11 {
	width: 87.925%;
}
.w12 {
	width: 96.1%;
}
.nomargin {
	margin-left: 0;
}

/* 
----------------------
global page
---------------------- 
*/
#page {
	position: relative;
	max-width: 1020px;
	min-width: 300px;
	margin: 0 auto 0 auto;	
	background: #fff;
	-webkit-box-shadow: 0px 0px 7px 3px #bebebe;
	-moz-box-shadow: 0px 0px 7px 3px #bebebe;
	box-shadow: 0px 0px 7px 3px #bebebe;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#ADADAD', Direction=90, Strength=3);	
}
#header {
	position: relative;
	float: left;
	clear: both;
	width: 96.1%;
	height: 91px;	
	background: #fff;
	z-index: 9999;
}
#header .logo a {
	position: absolute;
	background: url(/export/system/modules/de.wmg.fmg.template/resources/img/logo.jpg) left bottom no-repeat transparent;
	background-size: contain;
	width: 141px;
	left: 4%;
	top: 0;
	height: 90px;
	text-indent: -5000px;
	margin: 0 0 0 0;
}

/* 
----------------------
boxsizing
---------------------- 
*/
.boxsizing {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* 
----------------------
global link button
---------------------- 
*/
a.button {
	float: left;
	width: auto;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	margin: 5px 0 10px 0;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
	background: #df0613;
}
a[href^="mailto:"] {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/* 
----------------------
global icon font
---------------------- 
*/
.icon {
	float: left;
	display: block;
	text-align: left;
	/*visibility: hidden;*/
}
.icon:before {
	visibility: visible;
}
.icon.small {
	font-size: 30px;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
.icon.normal {
	font-size: 40px;
	height: 40px;
	width: 40px;
	margin-right: 15px;
}
.icon.middle {
	font-size: 60px;
	height: 60px;
	width: 60px;
	margin-right: 15px;
}
.icon.big {
	font-size: 70px;
	height: 70px;
	width: 70px;
	margin: 0;
	padding: 0;
}
.icon.white {
	color: #fff;
}
.icon.gray {
	color: #898989;
}
.icon.black {
	color: #000;
}
.icon.red {
	color: #df0613;
}

/*für neuere Module */
.icon.size-mini[class^="-icon"]:before, 
.icon.size-mini[class*=" -icon"]:before { 
	font-size: 17px; 
}
.icon.size-small[class^="-icon"]:before, 
.icon.size-small[class*=" -icon"]:before { 
	font-size: 30px; 
}
.icon.size-normal[class^="-icon"]:before, 
.icon.size-normal[class*=" -icon"]:before { 
	font-size: 40px; 
}
.icon.size-middle[class^="-icon"]:before, 
.icon.size-middle[class*=" -icon"]:before { 
	font-size: 60px; 
}
.icon.size-big[class^="-icon"]:before, 
.icon.size-big[class*=" -icon"]:before { 
	font-size: 70px; 
}
.icon.color-transparent {
	color: transparent;
}
.icon.color-white {
	color: #fff;
	background: transparent;
}
.icon.color-gray {
	color: #969696;
	background: transparent;
}
.icon.color-black {
	color: #000;
	background: transparent;
}
.icon.color-red {
	color: #df0613;
	background: transparent;
}
.icon.color-green {
	color: #009525;
	background: transparent;
}
.icon.color-blue {
	color: #0b6495;
	background: transparent;
}
.icon.color-yellow {
	color: #ffc300;
	background: transparent;
}
.icon.color-purple {
	color: #ff00c3;
	background: transparent;
}
.icon.color-turquois {
	color: #00ffc3;
	background: transparent;
}
.icon.color-orange {
	color: #ff640a;
	background: transparent;
}

.icon.orientation-left {
	float: left;
}
.icon.orientation-right {
	float: right;
}


/* 
----------------------
global background-color
---------------------- 
*/
div.red {
	background-color: #df0613;
}
div.darkred1 {
	background-color: #95100C;
}
div.darkred2 {
	background-color: #620708;
}
div.gray {
	background-color: #efefef;
}
div.darkgray {
	background-color: #969696;
}

/* 
----------------------
assistive text
---------------------- 
*/
.assistive-text,
.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	width: 1px;
	height: 1px;
}

/* 
----------------------
main-navigation
-----------------------
*/
.main-navigation {
	position: absolute;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	height: 28px;
	bottom: 0;	
}
.main-navigation ul,
.main-navigation li {
	list-style: none;
	margin: 0;
}
.main-navigation ul.nav-menu {
	width: auto;
	margin-left: 180px;
	margin-left: calc(4% + 141px);
	text-align: left;
	height: 28px;
	background: #df0613;
}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li {
	float: left;
	margin: 0 1% 0 1%;
	position: relative;
	height: 26px;
}
.main-navigation li:last-child {
	margin: 0 0 0 1%;
}
.main-navigation li a {
	color: #fff;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
	padding: 6px 20px 0 3px;
	height: 20px;
	border-bottom: 4px solid transparent;
}
.main-navigation li a:hover {
	border-bottom: 4px solid #fff;
}
.main-navigation .aktiv > a{
	border-bottom: 4px solid #fff;
}
.menu-toggle {
	display: none;
}
.toggled-on {
	display: none;
}

/* 
----------------------
top-navigation 
-----------------------
*/
.top-navigation {
	position: absolute;
	right: 0;
	bottom: 45px;
	width: auto;
}
.top-navigation ul,
.top-navigation li {
	list-style: none;
	margin: 0;
}
.top-navigation li {
	float: left;
	height: 20px;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 300;
}
.top-navigation label {
	margin-right: 5px;
	padding-top: 2px;
	font-weight: 300;
	color: #666;
}
.top-navigation input {
	float: left;
	width: 140px;
	padding: 1px;
	margin: -2px 0 0 0;
	border: 1px solid #c5c5c5;
	font-size: 11px;
	font-weight: 300;
	color: #666;
}

/* 
----------------------
sub-navigation 
-----------------------
*/
.sub-navigation {
	position: relative;
	float: left;
	clear: both;
	z-index: 9999;
	width: 96%;	
	font-size: 14px;
	font-weight: 400;
	/*height: 28px;*/
	margin: -28px 0 10px 0;
}
.sub-navigation ul,
.sub-navigation li {
	list-style: none;
	margin: 0;
}
.sub-navigation ul {
	width: 97%;
	height: 28px;
	background: #fff;
	padding: 0 0 0 3%;
}
.sub-navigation li a,
.sub-navigation li {
	display: inline-block;
	text-decoration: none;
}
.sub-navigation li {
	float: left;
	margin: 0 1% 0 1%;
	position: relative;
	height: 26px;
}
.sub-navigation li:last-child {
	margin: 0 0 0 1%;
}
.sub-navigation li a {
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
	padding: 6px 20px 0 3px;
	height: 20px;
	border-bottom: 4px solid transparent;
}
.sub-navigation li a:hover {
	border-bottom: 4px solid #df0613;
}
.sub-navigation .aktiv > a {
	border-bottom: 4px solid #df0613;
}

/* 
----------------------
headContainer und fmghead deprecated
---------------------- 
*/
#headContainer,
#headContainerDetail {
	margin: 0 -2%;
}
.headContainerWrapper {
	position: relative;
	float: left;
	clear: both;
	width: 96%;
	margin: -28px 0 -20px 0;
	padding: 0 2% 0 2%;
	overflow: hidden;
}
.headContainerWrapper .fmgheadMain {
	position: static;
	width: 100%;
	height: 480px;
}
.fmgheadMain img {
	position: absolute;
	right: 0;
	top: 0;
}
.fmgheadMain .decker {
	position: absolute;
	margin: 0 0 0 -2%;
	background: #df0613;
	height: 100%;
	/*width: 46%;*/
	width: 30.7%;
	opacity: .8;
}
.fmgheadMain .decker:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 240px 0 240px 80px;
	border-color: transparent #df0613;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -240px;
	right: -79px;
	top: 50%;
}
.fmgheadMain .w5 {
	position: absolute;
	/*padding-top: 205px;*/
	padding-top: 190px;
	width: 30.7%; /*w4*/
}
.fmgheadMain h1 {
	font-size: 30px;
	line-height: 32px;
	color: #fff;
}
.fmgheadMain h2 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #fff;
}
.fmgheadMain .icon {
	position: absolute;
	top: 88px;
	left: 0;
}
.fmgheadMain .org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar {
	right: 2px !important;
}

/* 
----------------------
mainContainer und module_Main
-----------------------
*/
#mainContainer,
#mainContainerDetail {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
#mainContainer .module_Main,
#mainContainerDetail .module_Main {
	position: relative;
	float: left;
	clear: both;
	width: 96%;
	padding: 24px 2% 24px 2%;
	margin: 0;
}

/* 
----------------------
footer
-----------------------
*/
.footer {
	position: relative;
	float: left;
	clear: both;
	width: 96%;
	padding: 30px 2% 60px 2%;
	margin: 0;
	background: #000;
}
.footer .w3 {
	min-height: 90px;
}
.footer .icon {
	margin: 0 8% 18px 0;
}
.footer hr {
	margin: 0 2% 15px 2%;
	background-color: #666;
}
.footer img {
	float: left;
	margin-bottom: 20px;
}
.footer, 
.footer p,
.footer a {
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	color: #fff;
}
.footer h2 a {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #C9C9C9;
	margin-bottom: 2px;
}
.footer ul,
.footer li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer ul {
	margin: 0 0 25px 0;
}
.footer ul ul{
	margin: 0 0 0 0;
}
.footer li li {
	margin: 0 0 0 35px;
}
.footer .dotted {
	border-top: 1px solid #666;
	padding-top: 15px;
	margin-top: -10px;
}
.footer .dotted, 
.footer .dotted p,
.footer .dotted a {
	color: #C9C9C9;
}
.footer .w6{
	margin-left: 51%;
}
.footer .w6, 
.footer .w6 p,
.footer .w6 a {
	color: #C9C9C9;
}
.footer .w6 span {
	margin: 0 20px 0 20px;
}


@media (max-width: 567px) {
	#page .col-xxs-12 {
		width: 100%;
	}
}

/* 
----------------------
Leere und nicht editierte Container
---------------------- 
*/
.emptyContainer {
	padding: 20px 30px;
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}
.emptyContainer-page {
	background-color: #b31b34;
}
.emptyContainer-templaterows {
	background-color: #f5bf18;
}
.emptyContainer-layoutrows {
	background-color: #30b31b;
}
.emptyContainer-tabs {
	background-color: #f5bf18;
}
.emptyContainer-h2 {
	color: #fff;
}
.emptyContainer-p {
	color: #fff;
}
.emptyContainer-type {
	color: #ddf;
}

.blockedContainer {
	padding: 20px 30px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #d24921;
}
.blockedContainer-h2 {
	color: #fff;
}
.blockedContainer-p {
	color: #fff;
}

.uneditedContainer {
	padding: 20px 30px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #fff;
	border-width: 1px;
	border-color: #df0613;
	border-style: solid;
	clear: both;
}
.uneditedContainer-h2 {
	color: #df0613;
}
.uneditedContainer-p {
	color: #df0613;
}


#videodiv-live {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	clear: both;
	width: 100%;
	margin-left: 4%;
	margin-right: 4%;
}
.videoWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 96%;
	height: 96%;
}
.videoWrapper-video {
	width: 92%;
	height: 92%;
}
