/* date/time: 02.2017 - tf */
@import url("rte.css");

@font-face {
	font-family: 'Glyphicons Halflings';
	src:	url('../Fonts/glyphicons-halflings-regular.eot');
	src:	url('../Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
				url('../Fonts/glyphicons-halflings-regular.woff2') format('woff2'),
				url('../Fonts/glyphicons-halflings-regular.woff') format('woff'),
				url('../Fonts/glyphicons-halflings-regular.ttf') format('truetype'),
				url('../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

::-moz-selection {
	background: #d67e22;
	color: #ffffff;
}

::selection {
	background: #d67e22;
	color: #ffffff;
}

/* TEMP */
.breadCrumbContainer{
	display: none;
}


/* MISC */
.fb-wrap {
	width:50%;
	margin: 0 auto;
}
.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
	width: 100% !important;
}
body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}
.pointer{
	cursor: pointer;
}
/* verschiedene Layouts */
/* wenn container gesetzt dann lösche die breite */
#mpBootstrapLeftmenuContent main .container .row > div > .container,
#mpBootstrapLeftmenuContentRightCol main .container .row > div > .container{
	width: 100%;
}


/* containerabstände */
/* standardabstand */
main > .container{
	margin-bottom: 120px;
}
/* abstand erster container */
main > .container.mpFirstContainerElement{
	margin-top: 120px;
}
/* abstand letzer conatiner*/
main > .container.mpLastContainerElement{
	margin-bottom: 60px;
}
/* abstände der rows innerhalb der container*/
main > .container > .row{
	margin-bottom:15px;
}
/* abstände der rows innerhalb der container wenn letzte row */
main > .container > .row:last-child{
	margin-bottom:5px;
}

/* Abstände pro Datensatz */
.frame-space-before-extra-small{margin-top:20px !important;}
.frame-space-before-small{margin-top:50px !important;}
.frame-space-before-medium{margin-top:80px !important;}
.frame-space-before-large{margin-top:100px !important;}
.frame-space-before-extra-large{margin-top:150px !important;}

.frame-space-after-extra-small{margin-bottom:20px !important;}
.frame-space-after-small{margin-bottom:50px !important;}
.frame-space-after-medium{margin-bottom:80px !important;}
.frame-space-after-large{margin-bottom:100px !important;}
.frame-space-after-extra-large{margin-bottom:150px !important;}

p {
	margin: 0 0 15px;
}
.ce-bodytext ol{
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}
.ce-bodytext ul{
	margin: 0 0 15px 20px;
	padding: 0;
	position: relative;
	list-style: none;
}
.ce-bodytext ul > li::before{
	content: "\f105";
	display: inline;
	position: relative;
	top: 0px;
	left: 0;
	color: #f44336;
	font-family: FontAwesome;
	font-weight: 700;
	padding-right: 10px;
}
.ce-right .ce-bodytext ul{
	margin-left:15px;
}
.ce-left .ce-bodytext ul{
	margin-right:15px;
}

/* tabelle */
.contenttable{
	background: #f6f6f6;
	width: 100%;
}
.contenttable th,
.contenttable td{
	padding: 20px;
}
.contenttable thead tr th:first-child{
	background: #ffffff;
}
.contenttable thead th{
	vertical-align:baseline;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
.contenttable thead th:first-child{
	border-right: none;
}
.contenttable thead th:last-child{
	border-right: none;
}

.contenttable tbody tr th{
	background: #ffffff;
}
.contenttable tbody th,
.contenttable tbody td{
	vertical-align:baseline;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
.contenttable tbody tr:last-child th,
.contenttable tbody tr:last-child td{
	border-bottom: none;
}
.contenttable tbody th:first-child{
	border-right: none;
}
.contenttable tbody td:last-child{
	border-right: none;
}
/* header */
header .contentTopBarRow{
	margin-top: 10px;
	margin-bottom: 25px;
}
header .logoClaimRow{
	margin-bottom: 25px;
}
header .logoClaimRow .claimCol{
	padding-top: 20px;
}
/* TopBar */
.contentTopBarContainer{
	display: inline-block;
	float: left;
}
.contentTopBarContainer > div{
	float: left;
	margin-right: 15px;
}
/* Top Navigation */
.navTopContainer{
	display: inline-block;
	float: left;
}
.navTopContainer .nav li a{
	color: #4b4b4b;
	padding: 0 10px;
	background: transparent;
}
.navTopContainer .nav li a:last-child{
	padding-right:0;
}
.navTopContainer .nav li a:hover,
.navTopContainer .nav li a:active,
.navTopContainer .nav li a:focus{
	color: #ffbe00;
	background: transparent;
}
/* Login */
.loginBoxContainerIcon{
	margin-left: 15px;
	display: inline-block;
	float: left;
}
.login-action .forgotPassword{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.login-action .backToLogin{
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Claim */
.contentClaimContainer{
	float: right;
	color: #5e5e5e;
	font-family: 'Kalam', cursive;
	font-size: 150%;
	font-weight: 400;
}
.contentClaimContainer p{
	margin-bottom: 0;
}
/* navigationContainer */
.navigationContainer {
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
}
.navigationContainer.fixedTop{
	position:fixed;
	top:0;
	z-index:5001;
	background:rgba(240,240,240,0.95) !important;
	width:100%;
	transition: all .5s ease;
}
.navigationContainerMobile.fixedTop{
	position:fixed;
	top:0;
	z-index:5001;
	background:rgba(255,255,255,0.9) !important;
	width:100%;
	transition: all .5s ease;
}

.navbarTop{
	background: #ffffff;
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px 5px 17px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 17px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 5px 17px -4px rgba(0, 0, 0, 0.75);
}
/* fixed Header https://www.bootply.com/92442*/
.navbarFixedTop{
	width: 100%;
	z-index: 5000;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px 5px 17px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 17px -4px rgba(0, 0, 0, 0.75);
}
.navbarFixedTop {
	width: 100%;
	position:static;
	top:-132px;
}
.navbarFixedTop.affix {
	position: fixed;
	top: 0;
	z-index:10;
	-webkit-transition: all .6s ease-in-out;
}

.logoCol > a{
	display: inline-block;
}
/* logo icon in Navigation */
.logoFixedTopContainer img{
	margin-top: 5px;
}
.logoFixedTopContainer{
	display: none;
}
.fixedTop .logoFixedTopContainer{
	float: left;
	display: inline-block;
	padding-left: 15px;
}


/* megamenu */
.containerMegaNavigation{
	background: transparent;
	border: none;
}
.megaNavigation .dropdown-menu{
	padding: 0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.98);
	border: 1px solid #d67e22;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.megaNavigation li.dropdown:hover > .dropdown-menu {
	display: block;
}
.megaNavigation .nav > li {
	position: static;
}
.megaNavigation li.dropdown:hover > a:before,
.megaNavigation .nav > li.open > a:before {
	content: "";
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -15px;
	width: 0px;
	height 0px;
/*margin: 0px auto;*/
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 11px solid #d67e22;
	z-index: 1001;
}
.megaNavigation li.dropdown:hover > a:after,
.megaNavigation .nav > li.open > a:after {
	content: "";
	position: absolute;
	top: 41px;
	left: 50%;
	margin-left: -15px;
	width: 0px;
	height 0px;
/*margin: 0px auto;*/
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 11px solid #ffffff;
	z-index: 1002;
}
/* subnavigation */
.megaNavigation .nav li a.submenu{
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}
.megaNavigation .nav li a.submenu:hover,
.megaNavigation .nav li a.submenu:active,
.megaNavigation .nav li a.submenu:focus{
	color: #337ab7;
	text-decoration: none;
}
.megaNavigation .nav li a.submenu:after{
	margin-left: 5px;
	content: "\f18e";
	font-size: 14px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* subsubnavigation */
.megaNavigation .nav .subsubmenu a{
	font-size: 120%;
	font-weight: normal;
	color: #333333;
}
.megaNavigation .nav .subsubmenu a:hover,
.megaNavigation .nav .subsubmenu a:active,
.megaNavigation .nav .subsubmenu a:focus{
	color: #337ab7;
	text-decoration: none;
}
.megaNavigation .nav .subsubmenu a:before{
	margin-left: -10px;
	top: -3px;
	position: relative;
	margin-right: 5px;
	color: transparent;
	content: "\f0c8";
	font-size: 8px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.megaNavigation .nav .subsubmenu a:hover:before{
	content: "\f0c8";
	color: #337ab7;
}
.megaNavigationNavItemsSmall > li,
.megaNavigationNavItemsBig > li{
	border-top: 1px solid #ffbe00;
}
.megaNavigationNavItemsSmall > li.clearfix,
.megaNavigationNavItemsBig > li.clearfix {
	border-top: none;
}
.megaNavigationNavItemsSmall > li:nth-child(1),
.megaNavigationNavItemsSmall > li:nth-child(2){
	border-top: none;
}
.megaNavigationNavItemsBig > li:nth-child(1),
.megaNavigationNavItemsBig > li:nth-child(2),
.megaNavigationNavItemsBig > li:nth-child(3){
	border-top: none;
}
/* abstand wenn zwei spalten */
.megaNavigationNavItemsSmall > li{
	width: 45%;
}
.megaNavigationNavItemsSmall > li.left{
	margin-right: 2.5%;
}
.megaNavigationNavItemsSmall > li.right{
	margin-left: 2.5%;
}
/* abstand wenn drei spalten */
.megaNavigationNavItemsBig > li{
	width:28.33333333%;
}
.megaNavigationNavItemsBig > li.left{
	margin-right: 2.5%;
}
.megaNavigationNavItemsBig > li.right{
	margin-left: 2.5%;
}
.megaNavigationNavItemsBig > li.mid{
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.megaNavigationNavItems,
.megaNavigationContent{
	margin-bottom: 15px;
}
.megaNavigationNavItems > li{
	padding-left: 0;
	padding-right: 0;
	padding-top: 15px;
	margin-top: 15px;
}
.megaNavigationNavItems > li > a{
	color: #990099;
}
.megaNavigationNavItems > li > ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.megaNavigationNavItems > li > ul > li{
	padding-left: 10px;
}
.megaNavigationNavItems > li > ul > li > a{
	color: #c0c0c0;
}

/* flyoutmenu */
.FlyoutNavigation .navigationContainer{
	background: transparent;
	border: none;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 0;
}
.dropDownHover.nav > li > span {
	border-top: 2px solid transparent;
	display: block;
	width: 5px;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.dropDownHover.nav > li:hover > span {
	width: 80%;
	border-color: #ffbe00;
}
.dropDownHover.nav > li.active > span {
	width: 80%;
	border-color: #ffbe00;
}
.dropDownHover.nav > li > a {
	color: #4b4b4b;
}
.dropDownHover.nav > li > a:hover,
.dropDownHover.nav > li > a:focus {
	background-color: transparent;
	color: #ffbe00;
}
.dropDownHover.nav > li.active > a,
.dropDownHover.nav > li.active > a:hover,
.dropDownHover.nav > li.active > a:active,
.dropDownHover.nav > li.active > a:focus {
	color: #ffbe00;
}

.dropDownHover.nav .dropdown-menu {
	top: 120%;
	border: 1px solid #444444;
	border: 1px solid rgba(0,0,0,0.2);
	border-bottom: 2px solid #ffbe00;
	background: #444444;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	padding: 0;
}
.dropDownHover .dropdown .dropdown-menu li:first-child a{
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.dropDownHover .dropdown .dropdown-menu li:last-child a{
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.dropDownHover .dropdown .dropdown-menu a{
	color: #ffffff;
	padding: 8px 25px 8px 15px;
}
.dropDownHover .dropdown .dropdown-menu a:hover,
.dropDownHover .dropdown .dropdown-menu a:active,
.dropDownHover .dropdown .dropdown-menu a:focus{
	background: #222222;
}
.dropDownHover .dropdown .dropdown-menu .active > a,
.dropDownHover .dropdown .dropdown-menu .active > a:hover,
.dropDownHover .dropdown .dropdown-menu .active > a:active,
.dropDownHover .dropdown .dropdown-menu .active > a:focus{
	background: #ffbe00;
}

.dropDownHover .dropdown .dropdown-menu::before{
	content:'';
	border: 10px solid #444444;
	position: absolute;
	top: -21px;
	left: 15%;
	font-size:0;
	line-height:0;
	height:0;
	padding:0;
	margin:0;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}
.dropDownHover .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu::before{
	top: 8px;
	left: -20px;
	border: 10px solid #444444;
	border-top-color:    transparent;
	border-bottom-color: transparent;
	border-left-color:   transparent;
}
.dropDownHover.nav .dropdown-submenu > a::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 0;
	border-left-color: #cccccc;
	margin-top: 2px;
	margin-right: -8px;

}
.dropDownHover.nav .dropdown-submenu{
	position:relative;
}
.dropDownHover.nav .dropdown-submenu > .dropdown-menu{
	top:5px;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
/*.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}*/
.dropDownHover.nav .dropdown-submenu:hover > a:after{
	border-left-color:#ffffff;
}
.dropDownHover.nav .dropdown-submenu.pull-left{
	float:none;
}
.dropDownHover.nav .dropdown-submenu.pull-left > .dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}

/* mpDefaultLeftMenu */
.mpDefaultLeftMenu{

}
.mpDefaultLeftMenuhHeader{
	font-size: 20px;
	color: #4b4b4b;
	text-transform: uppercase;
	border-top: 1px solid #ffbe00;
	background: #f0f0f0;
	background: rgba(0,0,0,0.05);
	padding:1px 6px;
	margin-bottom: 25px;
}
.mpDefaultLeftMenuhHeader a{
	font-size: 20px;
	color: #4b4b4b;
	text-transform: uppercase;
}
.mpDefaultLeftMenuhHeader a:hover,
.mpDefaultLeftMenuhHeader a:active,
.mpDefaultLeftMenuhHeader a:focus{
	color: #ffbe00;
	text-decoration: none;
}
.mpDefaultLeftMenuContainer{
	list-style: none;
	padding: 0;
	margin: 0;
}
.mpDefaultLeftMenuContainer.levelTwo > li > a{
	display: block;
	padding: 10px 10px 10px 0;
	border-top: 1px solid #c0c0c0;
	font-family: 'Roboto Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}
.mpDefaultLeftMenuContainer.levelTwo > li.dropdown{
	border-bottom: none;
	padding-bottom: 5px;
}
.mpDefaultLeftMenuContainer.levelTwo > li.dropdown > a{
	border-top: 1px solid #c0c0c0;
}
.mpDefaultLeftMenuContainer li a{
	font-size: 14px;
	color: #4b4b4b;
	text-decoration: none;
}
.mpDefaultLeftMenuContainer li a:hover,
.mpDefaultLeftMenuContainer li a:active,
.mpDefaultLeftMenuContainer li a:focus{
	color: #ffbe00;
	text-decoration: none;
}
.mpDefaultLeftMenuContainer li.active > a,
.mpDefaultLeftMenuContainer li.active > a:hover,
.mpDefaultLeftMenuContainer li.active > a:active,
.mpDefaultLeftMenuContainer li.active > a:focus{
	color: #ffbe00;
	text-decoration: none;
}
.mpDefaultLeftMenuContainer li.dropdown a .fa{
	position: absolute;
	right: 0;
}

.mpDefaultLeftMenuContainer.levelThree > li > a{
	display: block;
	padding: 5px 10px 5px 15px;
	border-bottom: none;
	font-family: 'Roboto Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.mpDefaultLeftMenuContainer.levelThree > li.dropdown{
	border-bottom: none;
}
.mpDefaultLeftMenuContainer.levelThree > li.dropdown > a{
	border-bottom: none;
}

.mpDefaultLeftMenuContainer.levelFour > li > a{
	display: block;
	padding: 5px 10px 5px 30px;
	border-bottom: none;
	font-family: 'Roboto Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
}
/* breadcrumb */
.breadCrumbContainer > div > div{
	min-height: 0;
}
/* Slider */
.container-fluid.containerFullWidthSlider{
	padding-left: 0;
	padding-right: 0;
}
.carousel {
	margin-left: 0;
	margin-right: 0px;
	border: none;
	overflow: hidden;
}
/* nur ein sliderbild*/
.staticCarousel .carousel-indicators,
.staticCarousel .carousel-control{
	display: none;
}
/* Tab Beschriftung */
.tabHeader{
	display: block;
	text-align: center;
}
.tabSubHeader{
	display: block;
	text-align: center;
	font-size: 80%;
}
/* Tabs Hover */
.navTabsIcon li a .fa{
	display: block;
	text-align: center;
	padding-bottom: 5px;
}
.bottomContainer{
	background: #ebebeb;
	padding-top: 45px;
	padding-bottom: 45px;
}

blockquote{
	color:#666666;
	font-weight: 300;
	font-size:22px;
	padding-left:45px;
	padding-right:45px;
	margin:20px;
	margin-bottom:30px;
	text-align:justify;
	border-left:none;
	-moz-hyphens:auto;
	-o-hyphens:auto;
	-webkit-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	hyphenate-limit-chars:auto 5;
	hyphenate-limit-lines:2;
}
blockquote:before{
	content:'“';
	display:block;
	float:left;
	font-size:600%;
	margin-top:-50px;
	margin-left:-65px;
	color:#000000;
	font-family:Times,serif;
	font-weight:400;
}
blockquote:after{
	content:'„';
	display:block;
	float:right;
	font-size:600%;
	margin-right:-50px;
	margin-left:10px;
	margin-top:-130px;
	color:#000000;
	font-family:Times,serif;
	font-weight:400;
}
/* Container Rahmen links*/
.mpBootstrapContainerBorder01{
	-webkit-box-shadow: inset 5px 0px 0px 0px #ffbe00;
	-moz-box-shadow: inset 5px 0px 0px 0px #ffbe00;
	box-shadow: inset 5px 0px 0px 0px #ffbe00;
}
.mpBootstrapContainerBorder02{
	-webkit-box-shadow: inset 5px 0px 0px 0px deepskyblue;
	-moz-box-shadow: inset 5px 0px 0px 0px deepskyblue;
	box-shadow: inset 5px 0px 0px 0px deepskyblue;
}
.mpBootstrapContainerBorder03{
	-webkit-box-shadow: inset 5px 0px 0px 0px forestgreen;
	-moz-box-shadow: inset 5px 0px 0px 0px forestgreen;
	box-shadow: inset 5px 0px 0px 0px forestgreen;
}
/* Icon Headline */
.mpBootstrapIconAbove{
	display: block;
}
.mpBootstrapBlue{
	color: blue;
}
.mpBootstrapRed{
	color: red;
}
.mpBootstrapGreen{
	color: green;
}
.mpBootstrapViolett{
	color: darkviolet;
}
.mpBootstrapYellow{
	color: yellow;
}
.mpBootstrapOrange{
	color: orange;
}
.mpBootstrapTurquois{
	color: aqua;
}
.mpBootstrapBlack{
	color: black;
}
.mpBootstrapWhite{
	color: white;
}
/* textcolor = background*/
.fa-stack .mpBootstrapBlue{
	color: blue;
}
.fa-stack .mpBootstrapRed{
	color: red;
}
.fa-stack .mpBootstrapGreen{
	color: green;
}
.fa-stack .mpBootstrapViolett{
	color: darkviolet;
}
.fa-stack .mpBootstrapYellow{
	color: yellow;
}
.fa-stack .mpBootstrapOrange{
	color: orange;
}
.fa-stack .mpBootstrapTurquois{
	color: aqua;
}
.fa-stack .mpBootstrapBlack{
	color: black;
}
.fa-stack .mpBootstrapWhite{
	color: white;
}
/* weißer hintergrund mit schatten */
.fa-stack > .mpBootstrapWhite{
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
/* heller bummel dunkle schrift */
.mpBootstrapWhite + .fa-inverse,
.mpBootstrapYellow + .fa-inverse{
	color: black;
}
.fullWidth.mpBootstrapBgBlue,
.container-fluid.mpBootstrapBgBlue {
		background: blue;
}
.fullWidth.mpBootstrapBgRed,
.container-fluid.mpBootstrapBgRed{
	background: red;
}
.fullWidth.mpBootstrapBgGreen,
.container-fluid.mpBootstrapBgGreen {
		background: darkviolet;
}
.fullWidth.mpBootstrapBgViolett,
.container-fluid.mpBootstrapBgViolett {
	background: darkviolet;
}
.fullWidth.mpBootstrapBgYellow,
.container-fluid.mpBootstrapBgYellow {
		background: yellow;
}
.fullWidth.mpBootstrapBgOrange,
.container-fluid.mpBootstrapBgOrange {
		background: orange;
}
.fullWidth.mpBootstrapBgTurquois,
.container-fluid.mpBootstrapBgTurquois {
		background: aqua;
}
.fullWidth.mpBootstrapBgBlack,
.container-fluid.mpBootstrapBgBlack {
		background: black;
}
.fullWidth.mpBootstrapBgWhite,
.container-fluid.mpBootstrapBgWhite {
		background: white;
}

/* socialBox */
.socialBox .dropdown-menu{
	top: 100%;
	border: 1px solid #444444;
	border: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	background: #ffffff;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	padding: 0;
}

footer{
	background-color: #ffbe00;
	color: #ffffff;
	padding-bottom: 15px;
}
.firstFooterRow{
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
footer .nav > li > a{
	padding: 0 8px;
	color: #ffffff;
}
footer .nav > li > a:hover,
footer .nav > li > a:focus {
	background-color: transparent;
}
.lastFooterRow{
	padding-top: 10px;
	padding-bottom: 10px;
}
.lastFooterRow p:last-child{
	margin-bottom:0;
}
/* header */
.ce-headline-center{
	text-align:center;
}
.ce-headline-right{
	text-align:right;
}
/* textimage */
.ce-right.ce-intext .ce-gallery{
	float:right;
	margin-left: 15px;
}
.ce-left.ce-intext .ce-gallery{
	float:left;
	margin-right: 15px;
}
.ce-right.ce-intext:after,
.ce-left.ce-intext:after{
	clear: both;
	content: " ";
	display: block;

}
.ce-textpic.ce-center.ce-above .image-embed-item,
.ce-textpic.ce-center.ce-below .image-embed-item{
	margin: 0 auto;
}
[data-ce-columns] .ce-row{
	display: table;
	position: relative;
	margin: 0 auto;
}
[data-ce-columns] .ce-column{
	display: inline-block;
}
[data-ce-columns="1"] .ce-column{
	display: block;
}
figure figcaption{
	font-size:12px;
	font-weight: 300;
	color: #c0c0c0;
	padding-bottom:10px;
}

/* mp_pricebox */
.mpPriceboxContainer{
	padding: 10px;
	border: 1px solid #999999;
	position: relative;
	margin-bottom: 80px;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(156,156,156,0.4);
	-moz-box-shadow: 0px 4px 4px 0px rgba(156,156,156,0.4);
	box-shadow: 0px 4px 4px 0px rgba(156,156,156,0.4);
}
.mpPricebox .mpPriceboxHeader{
	text-align: center;
}
.mpPricebox .mpPriceboxHeader h3{
	text-transform: uppercase;
	font-size: 40px;
	margin-top: -1px;
	margin-bottom: 0;
	padding: 20px;
	font-weight: 600;
}
.mpPricebox .mpPriceboxTeaser{
	text-align: center;
	font-size: 18px;
	color: #4b4b4b;
}
.mpPricebox .mpPriceboxLink{
	position: absolute;
	bottom: -50px;
	left: 0px;
	text-align: center;
	width: 100%;
}
.mpPricebox .mpPriceboxLink .btn{
	width: 90%;
	padding: 20px 5px;
	font-size: 24px;
	text-transform: uppercase;
	background: #999999;
	border-color: #999999;
	color: #ffffff;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(156,156,156,0.4);
	-moz-box-shadow: 4px 4px 4px 0px rgba(156,156,156,0.4);
	box-shadow: 4px 4px 4px 0px rgba(156,156,156,0.4);
}
.mpPricebox .mpPriceboxPrice{
	margin-bottom: 15px;
	text-align: center;
	font-size: 70px;
	font-weight: 600;
	color: #999999;
}
.mpPricebox .mpPriceboxPrice .mpPriceboxPricetimespan{
	font-size: 20px;
	font-weight: 300;
	color: #dddddd;
}
.mpPricebox .mpPriceboxText{
	position: relative;
}
.mpPricebox .mpPriceboxText .mpPriceboxDivider{
	position: absolute;
	border-right: 1px solid #ffbe00;
	height: 50px;
	width: 0;
	top: -10px;
	right: -15px;

}
.mpPricebox > div:last-child .mpPriceboxDivider{
	display: none;
}

.mpPricebox .mpPriceboxBestdeal .mpPriceboxBestdealContainer{
	border: 1px solid #ffbe00;
}
.mpPricebox .mpPriceboxBestdeal .mpPriceboxHeader h3{
	color: #ffbe00
}
.mpPricebox .mpPriceboxBestdeal .mpPriceboxPrice{
	color: #ffbe00;
}
.mpPricebox .mpPriceboxBestdeal .mpPriceboxLink .btn{
	background: #ffbe00;
	border-color: #ffbe00;
}


/* parallax */
.parallax-window {
	min-height: 1px;
	background: transparent;
	padding-top:0;
	padding-bottom:0;
}
.parallax-window .container{
	margin-bottom:0;
}
.parallax-window .containerHeadline{
	margin-bottom: 45px;
	color: #ffbe00;
}
.parallax-window header{
	color: #ffbe00;
}
.parallax-window .ce-bodytext{
	color: #ffffff;
}
/* tile */
.frame-layout-mpBootstrapTile{
	border: 1px solid #d67e22;
	padding: 0 15px 10px;
	height: 100%;
}
.frame-layout-mpBootstrapTile header span{
	font-size: 200%;
	margin-bottom: 20px;
}
.frame-layout-mpBootstrapTile .btn {
	padding-left: 25px;
	padding-right: 25px;
}
.frame-layout-mpBootstrapTile div p{
	margin-bottom: 70px;
}
.frame-layout-mpBootstrapTile div p:last-child{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	max-width: 800px;
}

.frame-layout-mpBootstrapTileColor{
	position: relative;
	border: 1px solid #169fe6;
	background: #cae6f8;
	padding: 0 15px 10px;
	height: 100%;
}
.frame-layout-mpBootstrapTileColor header span{
	font-size: 200%;
	margin-bottom: 20px;
}
.frame-layout-mpBootstrapTileColor .btn{
	padding-left: 25px;
	padding-right: 25px;
}
.frame-layout-mpBootstrapTileColor div p{
	margin-bottom: 70px;
}
.frame-layout-mpBootstrapTileColor div p:last-child{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	max-width: 800px;
}

/* mpBootstrapBox */
.frame-layout-mpBootstrapBox01:before{
	z-index: -5;
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	border: 1px solid #ffbe00;
}
.frame-layout-mpBootstrapBox01{
	height: 100%;
	position: relative;
	padding: 15px;
	background: rgba(255,255,255,0.3);
}

.parallax-window .fullWidth .row.frame-layout-mpBootstrapBox01:before{
	z-index: 5;
	content: '';
	position: absolute;
	top: 10px;
	right: -10px;
	bottom: -10px;
	left: 10px;
	border: 1px solid #ffbe00;
}
.parallax-window .fullWidth .row.frame-layout-mpBootstrapBox01 {
	height: 100%;
	position: relative;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: rgba(255,255,255,0.9);
}

.scroll-top {
	display: none;
	position:fixed;
	bottom:0;
	right:6%;
	z-index:100;
	background: #ffcc33;
	font-size:24px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.scroll-top a:link,
.scroll-top a:visited,
.scroll-top a .fa {
	color:#222;
}
.scroll-top:hover a:hover,
.scroll-top:hover a:active,
.scroll-top:hover a:focus {
	background: transparent;
}
.scroll-top:hover {
	background: #c0c0c0;
}
/* langaugeswitch */
.languageSwitchContainerIcon{
	cursor: pointer;
	margin-left: 15px;
	display: inline-block;
	float: left;
}
.languageSwitchContainerIcon:hover,
.languageSwitchContainerIcon:active,
.languageSwitchContainerIcon:focus{
	color: #ffbe00;
}

.languageMenuContainer{

}
.languageMenuContainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10%;
	text-align: center;
}
.languageMenuContainer ul li{
	padding:0;
	margin:0 15px;
	display: inline-block;
}
.languageMenuContainer ul li:first-child{
	margin-left:0;
}
.languageMenuContainer ul li:last-child{
	margin-right: 0;
}
.overlay .languageMenuContainer li{
	border: 1px solid #ffbe00;
}
.overlay .languageMenuContainer li.languageAct{
	color: #ffffff;
	background: #ffbe00;
}
.overlay .languageMenuContainer li.languageAct a{
	color: #ffffff;
}
.overlay .languageMenuContainer li.languageInAct{
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #e0e0e0;
}
/* search */
.mpSearch,
.mpLanguageMenu{
	padding: 25px;
	visibility: hidden;
	opacity: 0;
	transition: visibility .6s, opacity .4s linear;
	-webkit-transition: visibility .6s, opacity .4s linear;
}
.mpSearch.mpSearchOpen,
.mpLanguageMenu.mpLanguageMenuOpen{
	visibility: visible;
	opacity: 1;
}
.searchBoxContainer .input-group{
	-webkit-box-shadow: 0 15px 4px -10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 4px -10px rgba(0,0,0,0.1);
	box-shadow: 0 15px 4px -10px rgba(0,0,0,0.1);
}
.searchBoxContainerIcon{
	cursor: pointer;
	margin-left: 15px;
	display: inline-block;
	float: left;
}
.searchBoxContainerIcon:hover,
.searchBoxContainerIcon:active,
.searchBoxContainerIcon:focus{
	color: #ffbe00;
}
.searchBoxContainer{
	display: block;
	text-align: center;
	margin-top: 20%;
}
.searchBoxContainer.form-group{
	margin-bottom:0;
}
.searchbox-sword{
	font-weight: 200;
	font-size: 16px;
	padding: 10px 70px 10px 20px;
	height: 50px;
	min-width: 400px;
	background: transparent;
	color: #ffbe00;
	border: 1px solid #ffbe00;
}
.searchbox-sword:focus {
	border-color: #ffbe00;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.searchBoxContainer .input-group .input-group-btn .btn{
	font-size: 20px;
	color: #ffffff;
	background: #ffbe00;
	border-color: #ffbe00;
	padding: 13px 17px 14px;
	line-height: 1;
}
 /* The Overlay (background) */
.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */
	height: 100%;
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: 500; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgb(255,255,255); /* Black fallback color */
	background-color: rgba(255,255,255, 0.98); /* Black w/opacity */
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.2s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
	position: relative;
	top: 25%; /* 25% from the top */
	width: 100%; /* 100% width */
	text-align: center; /* Centered text/links */
	margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #ffbe00;
	display: block; /* Display block instead of inline */
	transition: 0.2s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
	color: #fbdc81;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 40px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

/* pager */
.browsebox{
	border-radius: 0;
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
}
.browsebox > li {
	 display: inline;
}
.browsebox > li a{
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #be2d36;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.browsebox > li a:hover,
.browsebox > li a:focus {
	background-color: #be2d36;
	border-color: #be2d36;
	color: #ffffff;
	cursor: default;
	z-index: 2;
}
.browsebox > li:first-child a{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: 0;
}
.browsebox > li:last-child a{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.browsebox > .tx-indexedsearch-browselist-currentPage a,
.browsebox > .tx-indexedsearch-browselist-currentPage a:hover,
.browsebox > .tx-indexedsearch-browselist-currentPage a:focus {
	background-color: #be2d36;
	border-color: #be2d36;
	color: #ffffff;
	cursor: default;
	z-index: 2;
}

/* videodetector */
.remove-videodetector{
	display: none;
}


/*media queries*/
/**smaller 768*/
@media (max-width:767px){


	.logoCol{
		text-align: center;
		padding-left:50px;
		padding-right: 50px;
	}
	.claimCol{
		display: none;
	}
	.contentTopBarRow .pull-right{
		text-align: right;
	}
	.contentTopBarContainer{
		display: block;
		float: none;
	}
	.contentTopBarContainer > div:last-child {
		margin-right: 0;
	}
	.navTopContainer{
		float: none;
		margin-right: 15px;
	}
	.searchBoxContainerIcon{
		float: none;
		top: -6px;
		position: relative;
		font-size: 140%;
	}
	.languageSwitchContainerIcon{
		margin-left: 25px;
		float: none;
		top: -6px;
		position: relative;
		font-size: 140%;
	}

	.mpPricebox .mpPriceboxText .mpPriceboxDivider{
		display: none;
	}

	/* search */
	.overlay .closebtn {
		top: 0px;
		right: 10px;
	}
	.searchBoxContainer {
		margin-top: 40%;
	}
	.searchbox-sword{
		min-width: 50px;
	}
	/* langaugemenu */
	.languageMenuContainer ul {
		margin-top: 30%;
	}
}

/*bigger 768*/
@media (min-width:768px) and (max-width: 991px){

	.logoCol{
		text-align: center;
	}
	.claimCol{
		display: none;
	}

	.mpPricebox .mpPriceboxText .mpPriceboxDivider{
		display: none;
	}

}

/*bigger 992*/
@media (min-width: 992px) and (max-width: 1199px){

}

/*bigger 1200*/
@media (min-width: 1200px) {

}


/* ipad hacks */
@media only screen and (device-width: 768px) {
	/* iPad screen size rules */
	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {-webkit-appearance: caret;-moz-appearance: caret; /* mobile firefox too! */}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	/* Portrait iPad display */
	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="password"]
	textarea {-webkit-appearance: caret;-moz-appearance: caret; /* mobile firefox too! */}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	/* Landscape iPad display */
	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="password"]
	textarea {-webkit-appearance: caret;-moz-appearance: caret; /* mobile firefox too! */}
}

/*  IE8 */
.img-responsive{
	width: 100% \9; /* Force IE10 and below to size SVG images correctly */
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 */
@-ms-viewport { width: device-width; }
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }