@import 'https://fonts.googleapis.com/css?family=Neuton|Source+Sans+Pro:300,400,600,700';
html,body{
	min-height:100%;	
}
body{
	font-family:'Source Sans Pro', sans-serif;
	padding-top:15px;
	color:#666;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
	line-height:1.4;
	overflow-x:hidden;
	font-size:16px;
}
a{
	color:green;
	font-weight:600;	
}
em { 
    font-style: italic;
}
a.button,
input.button{
	display:inline-block;
	background:#fff;
	color:green;
	padding:5px 10px;
	transition:all 0.3s ease-in-out;
	border:0;
}

a.button:hover,
input.button:hover{
	background:green;
	color:white;
}

a.button-invert,
input.button-invert{
	display:inline-block;
	background:green;
	color:white;
	padding:5px 10px;
	transition:all 0.3s ease-in-out;
	border:1px solid green;
}

a.button-invert:hover,
input.button-invert:hover{
	background:#fff;
	color:green;
	border:1px solid green;
}

form label,
form .label{
	color:darkgreen;
	font-weight:600;	
	font-size:100%;
	text-align:left;
	padding:0;
}

hr{
	margin-left:15px;
	margin-right:15px;	
}
.fa-ul{
	margin-left:1.6em !important;	
}
.fa-ul>li{
	padding-bottom:5px !important;	
}
.lead{
	font-weight:700;
	line-height:1.4;	
	font-size:20px;	
}
.text{
	font-size:18px;	
	margin-bottom:20px;
}
.text.col-2{
	columns:2;
}
.text.col-3{
	columns:3;
}
.text.col-4{
	columns:4;
}

article ul:not(.fa-ul),
.artikel ul:not(.fa-ul){
	margin-left:18px !important;	
	list-style:disc !important;
}
article figure{
	margin-bottom:20px;	
}
.teaser figcaption{
	padding:5px 10px 0px 10px;
}
.stoerer figcaption{
	padding:0px 0px 0px 0px;
}
figcaption em{
	font-style:italic;
	font-size:0.85em;
}
#mobile-nav a.button{
	display:inline-block;
	background:green;
	color:white;
	padding:5px 10px;
	transition:all 0.3s ease-in-out;
}
#mobile-nav a.button:hover{
	background:white;
	border:1px solid green;
	color:green;
}
a.act,
a:hover,
a:focus{
	color:darkgreen;	
	text-decoration:none;
}
a.act{
	font-weight:600;	
}
strong{
	font-weight:600;	
}
h1{
	font-weight:500;
	font-family:Neuton,sans-serif;
	font-size:32px;
	/* min-height: 70px; */
	margin-bottom: 40px;
}
	h1 small{
		display:block;
		font-size:14px;
		font-family:'Source Sans Pro', sans-serif;
	}
h2{
	font-weight:500;
	font-family:Neuton,sans-serif;
	font-size:28px;
	margin-bottom:15px !important;
	
}
h3{
	font-weight:500;
	font-family:Neuton,sans-serif;
	font-size:23px;
	margin-bottom:15px;	
}
p{
	margin-bottom:15px !important;	
}
.caret-right {
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid;
	display: inline-block;
	height: 0;
	opacity: 1;
	vertical-align: top;
	width: 0;
	margin-top: 8px;
	
}
.caret-left{
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-right: 4px solid;
	display: inline-block;
	height: 0;
	opacity: 1;
	vertical-align: top;
	width: 0;
	margin-top: 8px;
	
}
body.drawer-open{
	overflow:hidden;	
}
body.drawer-open #mobile-nav{
	transform:translate3d(0,0,0);
	transition:all 0.3s ease-in-out;
	position:fixed;
	width:320px;
	z-index:200;
}
	body.drawer-open > footer,
	body.drawer-open > #main-content,
	body.drawer-open > article,
	body.drawer-open > aside,
	body.drawer-open > .container.block,
	body.drawer-open > .headerpanel{
		transform:translate3d(320px,0,0);
		opacity:0.3;
		/*-webkit-filter: blur(5px);	
		filter: blur(5px);	*/
		/*color: transparent;*/
		/*-webkit-text-shadow: 0 0 5px rgba(0,0,0,0.5);
		text-shadow: 0 0 5px rgba(0,0,0,0.5);*/
	}
body.fixed{
	padding-top:140px;	
}
body.fixed header {
	position: fixed;
	top: -70px;
	background: white;
	z-index: 999;
	width: 100%;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
body.fixed header .row {
	max-width: 1170px;
	margin: 0 auto;
}
body.stackednav #mobile-nav{
	overflow-y:hidden;	
}
#mobile-nav{
	transform:translate3d(-768px,0,0);
	transition:all 0.3s ease-in-out;
	display:none;	
	height: calc(100% - 102px);
	position:fixed;
	width:320px;
	background:white;
	
	z-index:200;
	top:102px;
	bottom:0;
	padding:15px 15px 15px 15px;
	overflow:auto;
	overflow-x:hidden;
}
	#mobile-nav a{
		color:darkgreen;
	}
header{
	padding-bottom:20px;
	background:white;
}
	header .row{
		position:relative;
	}
	.langswitch{
		margin-top:90px;
		float:right;	
	}
	.langswitch li{
		float:left;	
	}
	.langswitch li.search{
		width:300px;
	}
	.langswitch li.search:after{
		content:'';
		display:none !important;
	}
		.langswitch li:not(:last-child):after{
			content: '|';
			font-size:0.9em;
			display:block;
			float:right;
			width:5px;
			padding-left:5px;
			margin-right:10px;
		}
		
		#custom-search-input,
		#custom-search-input2 {
			margin:0;
			margin-top: -5px;
			padding: 0;
		}
	 
		#custom-search-input .search-query,
		#custom-search-input2 .search-query {
			padding-right: 3px;
			padding-right: 4px \9;
			padding-left: 3px;
			padding-left: 4px \9;
			/* IE7-8 doesn't have border-radius, so don't indent the padding */
	 
			margin-bottom: 0;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
	 
		#custom-search-input button,
		#custom-search-input2 button {
			border: 0;
			background: none;
			/** belows styles are working good */
			padding: 2px 5px;
			margin-top: 2px;
			position: relative;
			left: -28px;
			/* IE7-8 doesn't have border-radius, so don't indent the padding */
			margin-bottom: 0;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			color:darkgreen;
		}
		.search-query:focus {
			border:1px solid silver;   
		}
		.search-query:focus + button {
			z-index: 10;   
		}
	.logo{
		width:200px;	
		display:inline-block;
		margin-bottom:20px;
	}
	.mobile-nav{
		position:absolute;
		right:15px;
		top:52px;
		cursor:pointer;
	}
		.mobile-nav i{
			color:darkgreen;
		}
		.stackedBack{
			background: darkgreen;
			color: white;
			padding: 10px 2px 10px 15px;
			position: absolute;
			width: calc(100% + 15px);
			left: 0px;
			top: -18px;	
			cursor:pointer;
		}
		.stack{
			
		}
		.stack ul{
			margin-top:20px;	
		}
		.stack ul li{
			padding: 0px 0 12px 0;	
		}
		.stack ul li a{
			color:green;
			font-weight:400;	
			text-transform:uppercase;
		}
	nav{
		
	}
		nav ul{
			
		}
			nav ul li{
				float:left;
				padding-right:20px;	
			}
				nav ul li a{
					text-transform:uppercase;
					font-weight:400;
				}
	.fatnav {
		display: none;
		position: absolute;
		top: 135px;
		left: -20px;
		right: -20px;
		min-height: 310px;
		background: #eee;
		z-index: 100;
		padding: 20px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	}
	.fatnav.narrow {
		/*display: none;*/
		position: absolute;
		top: 135px;
		left: -20px;
		right:auto;
		width:auto;
		min-width:100px;
		min-height: 1px;
		background: #eee;
		z-index: 100;
		padding: 5px;
	}
	.fatnav.act{
		display:block;	
	}
		.fatnav span{
			display:block;	
			text-transform:uppercase;
		}
		.fatnav  ul:first-of-type{
			margin-top:5px;
		}
			.fatnav:not(.narrow) ul:first-of-type > li{
				padding:5px 0 5px 0;
			}
			.fatnav ul:first-of-type > li.act,
			.fatnav ul:first-of-type > li.act:hover{
				background:green !important;
			}
				.fatnav ul:first-of-type > li > a{
					text-transform:uppercase;
					font-weight:600;
				}
				.fatnav ul:first-of-type > li.act > a,
				.fatnav ul:first-of-type > li.act > a:hover{
					background:green !important;
					color:white;
				}
				.fatnav ul:first-of-type > li > ul{
					
				}
					.fatnav ul:first-of-type > li > ul > li{
						
					}
						.fatnav ul:first-of-type > li > ul > li > a{
							font-weight:400 !important;
						}
					
.headerpanel{
	max-width:1200px;
	min-height:220px;	
	margin:0 auto 40px auto;
	position:relative;
	transition:all 0.3s ease-in-out;
}	
	.headerpanel .swiper-slide img.kenburns{
		/*-moz-animation: kenburns 18s infinite;	
		-ms-animation: kenburns 18s infinite;	
		-webkit-animation: kenburns 18s infinite;	
		animation: kenburns 18s infinite;
		 transform:  translate3d(-100px, 0px, 0px);*/
	}
	.panel-overlay{
		position:absolute;
		height:250px;
		top:15px;
		right:20px;
		background:#eee;
		background:rgba(238,238,238,0.78);
		padding:10px;
		width:400px;	
		overflow:hidden;
	}
	.panel-overlay .intro{
		margin-bottom:10px;	
		color:#666;
	}
	.panel-overlay .teaser{
		font-family:Neuton,sans-serif;
		font-weight:500;
		font-size:21px;
		margin-bottom:10px;	
		line-height:1.3;
	}
	.panel-overlay .anriss{
		margin-bottom:10px;	
		color:#666;
	}
	.panel-overlay .link{
		margin-bottom:10px;	
	}
	.swiper-pagination{
		bottom:20px !important;	
	}
	.swiper-pagination-bullet {
		width: 20px;
		height: 20px;
		text-align: center;
		line-height: 20px;
		font-size: 12px;
		color:#000;
		opacity: 1;
		background: rgba(255,255,255,0.9);
	}
	.swiper-pagination-bullet-active {
		color:#fff;
		background: green;
	}
#main-content,
article,
aside{
	transition:all 0.3s ease-in-out;		
}
.featherlight-content{
	-ms-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);	
}
.featherlight #main-content{
	padding-top:40px !important;
}
	.artikel{
		background:#ede4e7;
		padding:30px 50px 30px 50px;
		font-weight:600;
		margin-bottom:10px;
		transition:all 0.3s ease-in-out;
	}
	.featherlight .artikel{
		background:white !important;	
	}
		.featherlight .artikel a.button{
			background:green;
			color:white;
		}
		.dl-links{
			margin-top:20px;	
		}
			.dl-links ul li{
				padding:3px 0 3px 0;
			}
	.block{
		padding-bottom:40px;	
		transition:all 0.3s ease-in-out;
	}
	.stoerer{
		background:#d0e0a4;
		padding:50px 15px;
		margin:20px 0 80px 0;	
	}
		.stoerer figure{
			margin:0px 0 10px 0;	
		}
		.stoerer .col-md-12 h2{
			min-height:40px !important;
		}
		.stoerer .col-md-12 figure{
			width:33% !important;
			float:left !important;	
		}
		.stoerer .col-md-12 figure + div{
			width:65%;
			float:right;		
		}
	aside .teaser{
		margin-bottom:40px;
		background:#eee;
		transition:all 0.3s ease-in-out;
		/*min-height:440px;	*/
	}
	aside .teaser:hover{
		-ms-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
		-webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
		-moz-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
		box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
	}
		aside .teaser img{
			width:100%;
		}
		aside .teaser > div{
			padding:10px;
		}
		aside .teaser .intro{
			
		}
			aside .teaser small{
				display:block;
				text-transform:uppercase;
				color:green;
				padding-bottom:7px;	
			}
			aside .teaser em{
				display:block;
				text-transform:uppercase;
				color:#666;
				padding-bottom:7px;	
				font-size:smaller;
			}
				aside .teaser em span{
					color:#333;
					font-weight:600;
				}
			aside .teaser a{
				display:block;
				padding-top:0px;	
			}
footer h2{
	font-family:'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size:16px;
	margin-bottom:0;
}
footer .prefooter{
	background:#ede4e7;
	padding:50px 0 0px 0;
}
	footer .prefooter em{
		display:block;
		text-transform:uppercase;
		color:#666;
		padding-bottom:10px;	
	}
		footer .prefooter em span{
			color:#333;
			font-weight:600;
		}
footer .footer{
	background:#e0dfd6;
	padding:50px 0 100px 0;	
}	
	.footer nav ul{
		
	}
	.footer nav ul ul *{
		display:none;
	}
	.footer nav ul li{
		float:none;
		padding:0px 0 7px 0;
		/*border-bottom:1px solid silver;*/
		margin:0 0 7px 0;
	}
	.footer nav ul li a{
		color:#333;
	}

.template-switcher {
	position: fixed;
	top: 38%;
	padding:14px;
	text-align:center;
	width: 200px;
	transform: translate(-200px,0);
	min-height: 120px;
	background: #eee;
	color: black;
	z-index: 200;
	transition: all 0.3s ease-in-out;
}
body.template-open .template-switcher{
	transform: translate(0,0);
}
	.template-switcher span{
		position: absolute;
		top: 120px;
		/* top: 200px; */
		z-index: 202;
		transform: rotate(90deg);
		background: green;
		color: white;
		padding: 5px;
		right: -55px;
		cursor:pointer;
	}
	body.template-open > footer,
	body.template-open > #main-content,
	body.template-open > .headerpanel{
		opacity:0.3;
	}
			
		
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}

.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: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
}

.dropdown-menu {
	top: -10px;
	left: -5px;
	z-index: 1000;
	padding: 10px 0 10px 0;
	border: 0px solid rgba(0,0,0,0.15);
	border-radius: 0px; 
	-ms-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-ms-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background:#eee;
	margin-top:0;
}

.dropdown-menu li:not(.divider){
	padding:0;
}

.dropdown-menu>li>a {
	padding: 8px 20px;
	font-size:16px;
	color:green;
	font-weight:600 !important;
}

.input-group .form-control:focus {
	z-index: auto !important;
}

.form-control:focus {
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:1px solid green;
}

article.stoerer .container > .row > div:not(:last-child){
	margin-bottom:40px;	
}

#example_paginate > ul > li.paginate_button.active > a{
	background-color:green;
	border-color:green;	
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	background-color: green;
}

.pagination>li>a, .pagination>li>span {
	color: green;
}

#example_wrapper .row:last-child{
	margin-top:20px;	
	padding-top:10px;
	border-top:1px solid #ddd;
}
	
@media all and (max-width: 767px){	
	
	#example_wrapper .row:first-child > div:first-child{
		width:48%;
		float:left;
	}
	
	#example_wrapper .row:first-child > div:last-child{
		width:48%;
		float:right;
	}
	
	#example_wrapper .row:first-child > div:last-child::after{
		content:'';
		display:block;
		clear:both;
	}
	
	#example_filter{
		text-align:right;
	}
	#example_filter input{
		width:50%;
	}
	
	#example_filter label{
		text-align:right;
		
	}
	
	div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
		text-align: left;
	}
	
	form .container-fluid{
		width:100% !important;
		max-width:none !important;	
	}
	
	body:not(#tinymce){
		padding-top:155px;	
	}
	
	body.hasHeaderpanel{
		padding-top:15px !important;
	}
	
	.panel-overlay {
		height: auto;
		top: 250px;
		right: 5px;
		left: 5px;
		background: white;
		width:auto;
		z-index: 99999999999;
	}
	.headerpanel .swiper-container{
		overflow:visible;	
	}
	.headerpanel .swiper-wrapper{
		overflow:hidden;
		height:480px;	
	}
	.headerpanel .swiper-pagination{
		display:none;	 
	}
	
	#main-content{
		margin-top: -40px;	
	}
	
	.featherlight #main-content{
		margin-top:0 !important;
		padding-top:40px !important;	
	}
	
	.logo{
		margin-bottom:0;	
		margin-top:10px;
	}
	#mobile-nav{
		display:block;	
	}
	header{
		position:fixed;
		z-index:201;
		width:100%;
		top:0;
		-webkit-box-shadow: 0 6px 9px -2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 6px 9px -2px rgba(0,0,0,0.2);
		-ms-box-shadow: 0 6px 9px -2px rgba(0,0,0,0.2);
		-o-box-shadow: 0 6px 9px -2px rgba(0,0,0,0.2);
		box-shadow: 0 6px 9px -2px rgba(0,0,0,0.2);
	}
	.headerpanel{
		margin-top:86px;	
	}
	.footer{
		padding-bottom:40px !important;	
	}
	.footer .row > div:not(:last-child),
	.prefooter .row > div:not(:last-child){
		margin-bottom:40px;	
	}
	#main-content .teaser:hover{
		background:inherit;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
	#custom-search-input .search-query,
	#custom-search-input2 .search-query {
		width: 278px;
	}
	
	.template-switcher {
		position: absolute !important;
		top: 100px;
	}
	
	.stack{
		position: fixed; 
		top: 20px;
		z-index: 201;
		background: white;
		bottom: 0;
		width: 320px;
		left: 0;
		padding: 15px;
		transform: translateX(-320px);
		transition: all 0.3s ease-in-out;
	}
	.stack.open{
		transform: translateX(0px);
	}
	
	.artikel{
		padding:15px;
	}
	
	article.stoerer figure img{
		margin:0 auto !important;	
	}
	
	.stoerer div[class^="col-"]{
		margin-bottom:50px;
	}
	
	.text.col-2{
		columns:1;
	}
	.text.col-3{
		columns:1;
	}
	.text.col-4{
		columns:1;
	}
}

@media all and (min-width: 768px){
	.footer .row > div:not(:last-child),
	.prefooter .row > div{
		margin-bottom:40px;	
	}	
	.langswitch {
		margin-top: 45px;
	}
	.langswitch li.search {
		width: 230px;
	}
	.panel-overlay{
		/*top:30px;	*/
	}
	header{
		padding-bottom:50px;
	}
	header nav {
		position: absolute;
		width: 740px;
		top: 95px;
	}	
	body.fixed .langswitch {
		margin-top: 92px;
	}		
}
@media all and (min-width: 991px){
	.panel-overlay{
		top:15px;	
	}
	.langswitch {
		margin-top: 90px;
	}
}

@media all and (max-width: 1080px){	
	.swiper-pagination {
		text-align: left;
	}
}

@media all and (max-width: 885px){	
	.langswitch li.search {
		width: 140px;
	}
}

#ol{
	display:none;	
}

/* TINY MCE Coorection */

#tinymce a.button{
	border:1px solid green;
}

#tinymce h1,
#tinymce h2,
#tinymce h3{
	margin:0 0 5px 0;	
}

/* css effects */
.blur{
	/*-webkit-filter: blur(5px);	
	filter: blur(5px);	
	color: transparent;
	-webkit-text-shadow: 0 0 5px rgba(0,0,0,0.5);
	text-shadow: 0 0 5px rgba(0,0,0,0.5);*/
}

@-webkit-keyframes kenburns {
    0% {
	   transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    95% {
        transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -60px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(2, 2, 2) translate3d(-85px, -50px, 0px);
        opacity: 0;
    }
}

@-moz-keyframes kenburns {
    0% {
      opacity: 0;
	   transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    }
    5% {
      opacity: 1;
    }
    95% {
        transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
        opacity: 0;
    }
}

@-ms-keyframes kenburns {
    0% {
      transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
	  opacity: 0;
    }
    5% {
      opacity: 1;
    }
    95% {
        transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
        opacity: 0;
    }
}

@keyframes kenburns {
    0% {
	  transform:  translate3d(-100px, 0px, 0px);
     
    }
   
    50% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
      
    }
    100% {
        transform: translate3d(-100px, 0px, 0px);
 
    }
}

body.featherlightopen > article,
body.featherlightopen > aside,
body.featherlightopen > header,
body.featherlightopen > .headerpanel,
body.featherlightopen > footer{
  /* -webkit-filter: blur(5px);	
	filter: blur(5px);	*/
	/*color: transparent;*/
	/*-webkit-text-shadow: 0 0 5px rgba(0,0,0,0.5);
	text-shadow: 0 0 5px rgba(0,0,0,0.5);*/
}

.makeVisible{
	opacity:1;	
}

.featherlight:last-of-type {
    background: rgba(255,255,255,.1);
}

.featherlight .col-md-10.col-md-push-1{
	left:0;
	width:100%;	
}

/* =========================== */

#cmsoverlay{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:white;
	overflow:hidden;
	z-index:999999999999;
	-moz-transform: translate3d(0,-100%,0);
	-webkit-transform: translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.cmsopen{
	overflow:hidden;	
} 

.cmsopen #cmsoverlay{
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

#closecmsoverlay{
	position:absolute;
	top:5px;
	right:30px;
	cursor:pointer;	
}

#frontcmsloader{
	position:absolute;	
}

#frontcmsloader i{
	font-size:50px;
}

#frontadminframe{
	width:100%;
	height:100%;
	border:0;	
}

*[contenteditable=true]:not(#tinymce):hover {
   border: 1px dashed #333 !important;
}

*[contenteditable=true] {
   border: 1px dashed transparent;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
#overlayAd{
	max-width:800px;
	min-width:320px;
	overflow:auto;
	margin:20px;
	padding:20px;
	font-size:140% !important;
	display:none;
	max-height:90%;
	min-height:320px;
	position:fixed;
	z-index:100; 
	border:1px solid silver;
	background:#fff;
}

#closeoverlay{
	position:absolute;
	top:5px;
	right:20px;	
	z-index:2;
}

#dontshowagain{
	position:absolute;
	bottom:10px;
	right:20px;	
	text-align:right;
	font-size:13px;
	z-index:2;
}

#overlayAd p.lead,
#overlayAd h1{
	font-size:120% !important;
	line-height:110%;
}

#overlayAd .bgimage{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;	
}

#overlayAd .bgimage:not(.noopacity):after{
	content: "";
    background-color: #fff;
    opacity: .65;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

#overlayAd form .container-fluid{
	max-width:100% !important;	
}