/* ------------------------------------------------------------------------- *\

	 _ __|_ _|  \  |__ __|  \ | __| _ \    __|  _ \   \  |
	   |    |  |\/ |   |   .  | _|    /   |    |   | |\/ |
	  _|  ___|_|  _|  _|  _|\_|___|_|_\_|\___|\___/ _|  _|

	css layout formatting for Content First, static footer, sections! · template
	written by the left hand of mtness

	2012-02-23
	2017-03-22
	2018-02-08

*/
/* ------------------------------------------------------------------------- */ /* global */

/* @import url('https://fonts.googleapis.com/css?family=Open+sans'); */

@font-face {
	font-family: 'NettoWeb';
	src: url('../fonts/NettoWeb.woff') format("woff");
}

@font-face {
	font-family: 'NettoWeb-Bold';
	src: url('../fonts/NettoWeb-Bold.woff') format("woff");
}

* { margin: 0; padding: 0; box-sizing: border-box; } img, div { border: 0; }

html { overflow-y: scroll; }

body {
	height:100%;
	/* font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; */
	font-family: "NettoWeb", sans-serif;
	font-size: 14px;
	background: #fff;
	color: #333;

}

#passepartout {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	min-height: 100%;
	z-index: 1;
}

#stage {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	line-height: 1.7;
	min-height: 100%;
}
@media (max-width: 1024px) {
	#stage {
		margin-top: 185px;
		margin-bottom: 8rem;
	}
}
@media (min-width: 1025px) {
	#stage {
		margin-top: 390px; /* mind the header height! */
		margin-bottom: 50px;
	}
}

@media (max-width: 1024px) {
	.loggedin #stage {
		margin-top: 37.5vh;
	}
}

#stage section.pillar {
	position: relative;
	display: block;
	margin: 0 auto; /* mind the header height! */
	padding: 0;
	max-width: 1424px;
	line-height: 1.7;
}
@media (max-width: 1024px) {
	#stage-bg,
	#stage section.pillar {
		width: 100%;
	}
}

.main {
	background: #fff;
	padding: 0 0 84px 0;
}

.center	{
	position: relative;
	width: 100%;
	max-width: 1424px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	/* background-color: #666; */
}

#passepartout-bg {
	position: fixed;
	display: block;
	visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	opacity: 0;
	background-color: rgba(0,0,0,0.125);
}

#passepartout-bg.active {
	opacity: 1;
	visibility: visible;
	display: block;
	transition: all 0.25s linear;
}

#sponsors {
	position: relative;
	width: 100%;
	min-height: 180px;
	/* background-color: rgba(245,245,245,0.5); */

	/* background: #f5f2f3; /* Old browsers */
}
	#sponsors h2 { /* position: absolute; bottom: 0; right: 342px; width: 200px; */ color: #BBBDBF; font-weight: normal; font-size: 10px; padding: 0 0 15px 0; text-align: center; border: 0; border-top: 1px solid #e6e6e6 }
	#sponsors .wrap { width: 100%; max-width: 100vw; }
	#sponsors ul { margin: 0 auto 3rem; padding: 0; display: flex; justify-content: center;}
	#sponsors li { display: inline-block; padding: 0 8vw; }
	#sponsors li a       { display: block; position: relative; overflow: hidden; height: 0; }
	#sponsors li a       { width: 80px; padding: 80px 40px 0; background: center center no-repeat url(../img/sponsors/1.png); margin: 0; background-size: 100%; }
	#sponsors li+li a    { width: 78px; padding: 80px 40px 0; background: center center no-repeat url(../img/sponsors/2.png); margin: 0; background-size: 100%; }
	#sponsors li+li+li a { width: 80px; padding: 80px 40px 0; background: center center no-repeat url(../img/sponsors/3.png); margin: 0; background-size: 100%; }

	@media (max-width: 1024px) {
		#sponsors ul { flex-wrap: wrap; }
		#sponsors li { padding: 0; width: 100%; }
	}

#affiliates {
	position: relative;
	width: 100%;
	height: 200px;
	/* background-color: rgba(245,245,245,0.5); */

	/* background: #f5f2f3; /* Old browsers */
}
@media (max-width: 1024px) {
	#affiliates {
		margin-bottom: 150px;
	}
}
@media (min-width: 1025px) {
	#affiliates {
		margin-bottom: 200px;
	}
}

	#affiliates h2 { /* position: absolute; bottom: 0; right: 342px; width: 200px; */ color: #4A6882; font-weight: normal; font-size: 10px; padding: 0 0 16px 0; text-align: center; border: 0; border-top: 1px solid rgba(74, 104, 130, 0.5) }
	#affiliates .wrap { width: 100%; max-width: 100vw; }
	#affiliates ul { margin: 0 auto; padding: 0; display: flex; justify-content: center;}
	#affiliates li { display: inline-block; padding: 0 4vw; }
	#affiliates li a       { display: block; position: relative; overflow: hidden; height: 0; }
	#affiliates li a       { width: 160px; padding: 80px 40px 0; background: center center no-repeat url(../img/FVA-Logo-sdi.svg);  margin: 0; background-size: 100%; }
	#affiliates li+li a    { width:  78px; padding: 80px 30px 0; background: center center no-repeat url(../img/fvv.svg);  margin: 0; background-size: 100%; }
	#affiliates li+li+li a { width: 100px; padding: 80px 40px 0; background: center center no-repeat url(../img/VDMA.svg); margin: 0; background-size: 100%; }

	@media (max-width: 1024px) {
		#affiliates li a {
			transform: scale(0.6)
		}
	}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	/* background-color: rgba(245,245,245,0.5); */

		background: #4A6882; /* Old browsers */

		/* overflow: hidden; */
}
@media (max-width: 1024px) {
	footer {
		min-height: 150px;
	}
}

footer .center {
	/* background-color: rgba(0,143,215,0.69); */
	position: relative;

	background: #4A6882; /* Old browsers */

	/* box-shadow: 0 10px 10px rgba(0,0,0,0.1); */
	/* background-color: #fff; */
	/* border-top: 2px solid rgba(24,66,134,0.69); */
}
@media (max-width: 1024px) {
	footer .center {
		display: block;
	}
}
@media (min-width: 1025px) {
	footer .center {
		display: flex;
	}
}

footer .center > div {
	flex: 1;
	color: #ADBCCF;
}
@media (max-width: 1024px) {
	footer .center > div {
		display: block;
		margin: 10px 20px;
		font-size: 0.9em;
		line-height: 21px;
	}
}
@media (min-width: 1025px) {
	footer .center > div {
		margin: 22px;
		line-height: 24px;
		font-size: 18px;
	}
}

footer .left {
	min-width: 40vw;
}
footer .left .copy {
	float: left;
	display: block;
	height: 100%;
	padding-right: .5em;
}
footer .left span[itemprop="name"] br {
	display: none;
}
footer .middle {
	text-align: center;
}
footer .middle div {
	position: relative;
	left: 5em;
}

footer .right {
	text-align: right;
}

footer ul {
	list-style: none;
}
footer ul li {
	list-style: none;
}
footer a {
	text-decoration: none;
	color: #ADBCCF;
	border-bottom: 1px dotted transparent;
}
footer a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #666;
}

#mtness{}

header {
	top: 0;
	width: 100%;
		background: center center no-repeat;
		background-color: #C9C9C7;
		background-size: cover;
	z-index: 23;
	/* transition: all 0.3s ease-in-out 0s; */
}
@media (max-width: 1024px) {
	header {
		transition: .2s ease-in-out;
		position: fixed;
		height: 155px;
		background-size: 200%;
	}
	#menu-deco {
		transition: .2s ease-in-out;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 75px;
		z-index: 24;
	}

}
@media (min-width: 1025px) {
	header{
		position: absolute;
		height: 250px;
	}
}

.sticky header {
	position: fixed;
	/* height: 50px; */
	opacity: 0.975;
}
@media (max-width: 1024px) {
	.sticky header {
		top: 0;
		height: 115px;
	}
}
@media (min-width: 1025px) {
	.sticky header {
		top: -200px;
	}
}


#background {
    background:
        url("../img/home_hero.jpg");
    background-color : #EEF1F5;
    background-position: center top;
    background-repeat: no-repeat;
    background-size : 100% auto;
    /*transition: .2s all ease-in-out;*/
    position : absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index : 0;
}



header .center {
	/* background: center center no-repeat url(../img/header-bg-100.jpg); */
	background-color: unset;
	background-size: cover;
}

#topline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background-color: rgba(255,255,255,0.5);
	box-shadow: inset 0 -10px 10px rgba(0,0,0,0.033);
	z-index: 23;
}

header #topline + .center {
	z-index: 23;
}

#logo {
	position: absolute;
	right: 0;
	background: linear-gradient(to right, rgba(216, 216, 216, 0.96), rgba(242, 242, 242, 0.96));
	/* background: -350px -35px no-repeat url(../img/header-bg.png); */
}
@media (max-width: 1024px) {
	#logo {
		top: 25px;
		width: 100%;
		height: 50px;
		z-index: 25;
		overflow: hidden;
	}
}
@media (min-width: 1025px) {
	#logo {
		top: 40px;
		height: calc(100% - 24px);
	}
}

#logo > a {
	position: relative;
	display: inline-block;
	background: transparent url(../img/FVA-logo.svg) top left no-repeat;
	border: none;
	height: 100px;
	text-indent: -330px;
	overflow: hidden;
}
@media (max-width: 1024px) {
	#logo > a {
		top: 10px;
		left: 15px;
		background-size: 100%;
		width: 110px;
	}
}
@media (min-width: 1025px) {
	#logo > a {
		top: 20px;
		left: 20px;
		background-size: 200px auto;
		width: 200px;
	}
	.sticky #logo > a {
		top: 172px;
		height: 30px;
		width: 200px;
		background-size: 200px auto;
	}
}


#date {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #343434;
	font-family: "NettoWeb-Bold";
	letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
	#date {
		bottom: unset;
		top: 55px;
		width: 100%;
		height: unset;
		padding: 5px 15px;
		background-color: unset;
		text-align: left;
		font-size: 10px;
		font-weight: 300;
		line-height: unset;
		z-index: 25;
	}
}
@media (min-width: 1025px) {
	#date {
		bottom: 0;
		width: calc(100% - 39%);
		height: 40px;
		padding: 2px 20px;
		background-color: rgba(255,255,255,0.69);
		text-align: right;
		font-size: 14px;
		line-height: 40px;
	}
}

#date span {
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	header #date span {
		line-height: unset;
	}
}
@media (min-width: 1025px) {
	header #date span {
	line-height: 40px;
	}
}

#organizer {
	position: absolute;
	padding: 0;
	color: #dda555;
	font-family: "NettoWeb-Bold";
	line-height: 20px;
}
@media (max-width: 1024px) {
	#organizer {
		top: 12px;
		font-size: 9px;
	}
}
@media (min-width: 1025px) {
	#organizer {
		top: 56px;
		left: 394px;
		font-size: 18px;
	}
}

#organizer span {
	margin-left: 4px;
	display: inline-block;
	width: 40px;
	background: center center no-repeat url(../img/FVA-logo-plain.svg);
	background-size: 40px auto;
	text-indent: 100%;
	overflow: hidden;
	position: relative;
	top: 5px;
}

nav li#langswitch {
	max-width: 6.75em;
}

#langswitch a {
	display: block;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 11px;
}

#langswitch a:before {
	font-family: Icons;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	text-align: center;
	content: "\f0ac";
	padding-right: 4px;
}

/* header .navline:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 50px;
	background: center -300px no-repeat url(../img/header-bg-100.jpg);
	background-size: cover;
	z-index: 2;
} */

header .navline {
	position: relative;
	width: 100%;
	height: 51px;
	background: #D4D4D4;
	background: linear-gradient(to right, #f3f3f3, #fcfcfc);
	background-color: rgba(245,245,245,1);
	z-index: 3;
	border-top:    1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;

	/*box-shadow: 0 -10px 10px rgba(0,0,0,0.033);*/
}

header nav {
	/* position: absolute; */
	width: 100%;
	/*background-color: rgba(245,245,245,1);*/
}
nav ul { list-style: none; display: flex; /* width: 1424px;  */height: 49px; margin: 0 auto; }
nav li { 	flex: 1; }

nav * :focus { outline: 0; }

header #highlights {
	display: none;
}


#statusbar {
	display: block;
	position: absolute;
	top: 301px;
	left: 0;
	right: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	z-index: 2;
	/* transition: all .25s ease-in-out; */
}

.loggedin header .navline,
.loggedin #statusbar {
	border-bottom: 1px solid #7f9fad;
}

.sticky #statusbar {
	position: fixed;
	top: 101px;
	height: 40px;
	line-height: 40px;
}

#statusbar > div {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 1px;
	border-left:   1px solid #e8e8e8;
	border-right:  1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	/* transition: all .1s ease-in-out; */
}

@media (max-width: 1024px) {
	body #statusbar,
	body #statusbar,
	body.sticky #statusbar,
	body.sticky #statusbar {
		position: fixed;
		top: 0;
		background-color: rgba(255,255,255,.42);
	}
	#statusbar > div {
		background-color: none;
	}
}
@media (min-width: 1025px) {
	#statusbar > div {
		background-color: #fbfbfb;
	}
	#statusbar:hover > div {
		background-color: rgba(238,238,238,0.1);
	}
}

#statusbar .left {
	float: left;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
	/* letter-spacing: 0.05em; */
	background-color: #fff;
	color: #686868;
	width: 61%;
}

#statusbar .right {
	float: right;
	padding: 0;
	width: 39%;
	text-transform: uppercase;
	text-align: right;
}

#statusbar .login {
	padding: 8px 28px;
}


/* ------------------------------------------------------------------------- */ /* main navigation: son of suckerfish dropdowns */

nav ul {
	list-style: none;
	/* background: #f6f6f6; */
	padding: 0;
	border: 0;
}

nav li {
	float: left;
	padding: 0;
	/* text-align: center; */
	line-height: 50px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
/* nav li:nth-last-child(-n+3) {
	background-color: #ccc;
}
 */
nav a {
	display: block;
	width: 100%;
	color: #0D4D6A;
	text-decoration: none;
	/* padding: 0.25em; */
	font-size: 18px;
	font-family: "NettoWeb-Bold";
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	margin-top: -1px;
	/* border-bottom: 1px solid #ddd; */
	height: 51px;
	line-height: 56px;
	word-break: keep-all;
	text-align: center;
}

nav li ul {
	display: block;
	position: absolute;
	left: -999em;
	/* left: auto; /* debug */
	height: auto;
	width: 17em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	padding: 0;
	background-color: #fcfcfc;
	opacity: 0;
	box-shadow: 0 0 1px rgba(0,0,0,0.25);
}
.no-touch  nav li ul {
	transition: all .25s ease-in-out;
}

nav li li {
	margin: 0;
	padding-right: 0em;
	width: 17em;
	line-height: 39px;
	border-bottom: 1px solid #e6e6e6;
}
.sticky nav li li {
	line-height: 35px;
}

nav li li:last-of-type {
	border-bottom: 0;
}

nav li ul a {
	letter-spacing: 0.05em;
	margin-top: 0;
	border-top: 0;
	border-bottom: 0;
	padding: 4px 10px;
	height: unset;
	font-size: 16px;
	font-family: "NettoWeb";
	font-weight: 400;
	line-height: 40px;
	text-align: left;
}
nav li ul a:hover {
	background-color: #fefefe;
}

nav li ul ul {
	margin: -1.25em 0 0 7.5em;
}

nav li:hover ul ul, nav li:hover ul ul ul {
	left: -999em;
}

nav li:hover ul, nav li li:hover ul, nav li li li:hover ul {
	left: auto;
	opacity: 1;
}

nav li:hover {
	background: #fcfcfc;
}
nav li.active {
	background: #fff;
}
nav li.active a {
	color: #0D4D6A;
	margin-top: -1px;
	height: 50px;
}

nav li.active li a {
	color: #585858;
	margin-top: 0;
	border-top: 0;
	height: unset;
}
nav li.active li.active a {
	background: #fff;
	color: #0D4D6A;
}

nav li a:hover,
nav li li a:hover {
	background-color: #0D4D6A;
	color: #fff;
	transition: all .25s ease-in-out;
}

/* todo */
nav li#n01 > a:before {
	/* icon */
	font-family: Icons;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	text-align: center;
	content: "\f015";
}

nav li#n01 {
	max-width: 4vw;
}

nav li#n01 > a span {
	display: none;
}


nav li#n04 ul,
nav li#n04 li {
	width: 21em;
}

nav li a[href^="http"] span:after {
	font-family: Icons;
	font-style: normal;
	font-size: 0.8em;
	font-weight: 300;
	text-decoration: inherit;
	text-align: center;
	content: "\f35d";
	padding-left: 4px;
	position: relative;
	top: -2px;
	opacity: 0.5;
}



/* ------------------------------------------------------------------------- */ /* equal height columns */

.carrier {
	position:relative;
	display:flex;
	overflow:visible;
	border-left:    0;
	border-right:   0;
}
@media (max-width: 1024px) {
	.carrier {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
}
@media (min-width: 1025px) {
	.carrier {
		min-width: 200px;
		max-width: 1424px;
	}
}

.carrier .main {
	float: left;
}
@media (max-width: 1024px) {
	.carrier .main {
		width: 100vw;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 20px;
	}
}
@media (min-width: 1025px) {
	.carrier .main {
		width: 61%;
		padding-right: 25px;
		padding-left: 25px;
	}
}

.carrier .right {
	position:relative;
}

@media (max-width: 1024px) {
	.carrier .right {
		float: left;
		width: 100%;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 250px;
	}
}
@media (min-width: 1025px) {
	.carrier .right {
		float:right;
		width:          39%;
		padding-right: 25px;
		padding-left: 25px;
	}
}


.carrier.c-1 {
	border-right: 0;
}
.carrier.c-1 .main {
	width:          100%;
}
@media (max-width: 1024px) {
	#stage .carrier.c-1 .main {
		margin-bottom: 0;
	}
	#stage .carrier.c-2 {
		flex-flow: column wrap;
	}
}

.carrier .main > .content {
	padding-bottom: 0;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}


/* ------------------------------------------------------------------------- */

.right .content h2 {
	margin-bottom: 0;
}

.container .right .content h3 {
	clear: both;
}

/* ------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
h1, h2, h3 {
	line-height: 40px;
	font-weight: normal;
	/* border-bottom: 1px solid #e6e6e6; */
}

.right .content h1,
.right .content h2,
.right .content h3,
.right .content h4,
.right .content h5,
.right .content h6 {
	color: #ababab;
}

.right .content .frame-layout-1 h3 {
	color: #D58A27;
}


@media (max-width: 1024px) {
	body .content {
		font-size: 1em;
	}
}
@media (min-width: 1025px) {
	body .content {
		font-size: 1.2em;
	}
}

.content h1 {
	color: #0D4D6A;
	font-family: "NettoWeb-Bold";
	font-size: 2em;
	margin-bottom: .6em;
}
.content h2 {
	color: #555;
	font-size: 2em;
	margin-bottom: 0.4em;
}
.content h3 {
	color: #777;
	font-size: 2em;
	margin-bottom: 0.4em;
}
.content h4 {
	color: #999;

}
/*
.content h1 + p {
	font-size: 1.25em;
	margin-top: 1em;
}
.content h1 + p strong {
	font-weight: normal;
}
 */

.content p {
	margin-bottom: 1em;
}

.content span.more,
.content a {
	text-decoration: none;
	color: #0D4D6A;
	font-weight: 400;
}
.content span.more:hover,
.content a:hover {
	color: #20abf5;
}

.content span.more:after,
.content p a:after {
	font-size: 0.75em;
	content: "⯈";
	margin-top: -2px;
	padding: 0 0 0 3px;
}

.content p a.back:after {
	display: none;
}

.content p a.back:before {
	font-size: 0.75em;
	content: "⯇";
	margin-top: -2px;
	padding: 0 3px 0 0 ;
}

.content ul {
	/* font-size: 13px; */
	/* line-height: 28px; */
	list-style: none;
	margin: 0 0 24px;
}

.content ul li  {
	text-indent: -0.88em;
	margin-left:  0.88em;
	margin-bottom:  0.44em;
	position: relative;
	padding: 0 0 0 2px;
	position: relative;
	line-height: 1.5;
}

.content ul li:before  {
	content:"›";
	font-size: 1.2em;
	position: relative;
	top: -4px;
	padding: 0 6px 0 0;
	vertical-align: top;
}

.content ul li p {
	width: 95%;
	padding: 0;
	padding: 0 0 12px 0;
	display: inline;
}


.content ul ul {
	font-size: 0.8em;
	line-height: 16px;
	padding: 0 0 10px 0;
}

.content li li {
	padding: 0 0 0 8px;
	/* background: 0 6px no-repeat url(../img/li-dot.png); */
}

.content ol {
	padding: 0 0 0 20px;
}

.content img {
	height: auto;
	display: block;
	/* border: 1px solid rgba(0,0,0,0.15); */
}

.ce-textpic.ce-left.ce-intext .image {
	padding: 0 1rem 1rem 0;
}

.content img:not([src$="svg"]) {
	width: 100%;
}
.content img[src$="svg"] {
	max-width: 80vw;
}

.content video {
	max-width: 100%;
}







.content .left {
	float: left;
	margin: 0 1em 0.5em 0;
}




.carrier .right .box {
	margin: 30px 0 30px 0;
}
.carrier .right .box a:after {
	content: "";
	display: none;
}

.carrier .right img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
}

.carrier .right .frame-layout-1 img {
	border: 1px solid rgba(0,0,0,0.15);
}


/* ------------------------------------------------------------------------- */ /* better newsletter subscription bar */

#nls {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#nls a {
	width: 100%;
	display: inline-block;
	color: #008bd5;
	margin: 0;
	border: 1px solid #008bd5;
	background-color: #fff;
	padding: 5px 4vw 6px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	transition: all 0.15s;
}
#nls a:hover {
	color: #fff;
	border: 1px solid #008bd5;
	box-shadow: inset 0 0 0 23px #008bd5;
}

/*
#u1   #main { margin-bottom: 230px; }
#u123 #main { margin-bottom: 50px; }
#u123 #nls  { display: none; }
 */

/* ------------------------------------------------------------------------- */ /* news simplelist */

.right .news-list-view.simplelist {
	margin-top: 0;
}

.news-list-view.simplelist .desc {
	background-color: #FAFAFB;
	padding: 6px 10px;
}

.news-list-view.simplelist .desc .date {
	font-size: 0.7em;
	line-height: 1;
	color: #cdcdcd;
}

/* ------------------------------------------------------------------------- */ /* right ce wrap */

.right .frame-type-textpic .ce-above .ce-gallery {
	margin-bottom: 0;
}

.right .frame-type-textpic .ce-above .ce-bodytext {
	background-color: #FAFAFB;
	padding: 6px 10px;
}

.right .frame-type-textpic .ce-above .ce-bodytext p:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------- */ /* cfp intro */

p.cfp-intro {
	background-color: #dda555;
	text-align: center;
	display: inline-block;
}
p.cfp-intro a {
	display: block;
	width: 100%;
	padding: 12px 16px 8px;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	border: 1px solid #dda555;
	transition: all 0.15s;
	border-radius: 2px;
}
p.cfp-intro a:hover {
	color: #dda555;
	border: 1px solid #dda555;
	box-shadow: inset 0 0 0 30px #fff;
}


/* ------------------------------------------------------------------------- */ /* "install" PWA prompt */

.ad2hs-prompt {
	background-color: rgb(59, 134, 196); /* Blue */
	border: none;
	display: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	position: fixed;
	margin: 0 1rem 1rem;
	left: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 32px);
	z-index: 123;
}

.ios-prompt {
	background-color: #fcfcfc;
	border: 1px solid #666;
	display: none;
	padding: 0.8rem 1rem 0 0.5rem;
	text-decoration: none;
	font-size: 16px;
	color: #555;
	position: fixed;
	margin: 0 auto 1rem;
	left: 1rem;
	right: 1rem;
	bottom: 0;
	z-index: 12;
}

/* ------------------------------------------------------------------------- */ /* cookie consent */

body .cc-window.cc-top {
	border-bottom: 1px solid #E8AF3E;
}
body .cc-window.cc-bottom {
	bottom: 0;
	border-top: 1px solid #E8AF3E;
}
body .cc-link {
	opacity: 1;
	color: #E8AF3E !important;
	padding: 0;
}
body .cc-link:hover {
	color: #000 !important;
}
body .cc-link:focus {
	color: #E8AF3E !important;
}

@media (max-width: 480px) {
	body .cc-revoke,
	body .cc-window {
		font-size: 12px;
	}
	body .cc-window.cc-floating,
	body .cc-window.cc-banner {
		flex-direction: column;
	}
	body .cc-compliance {
		padding-left: 0;
	}
}

@media (min-width: 481px) {
	body .cc-revoke,
	body .cc-window {
		font-size: 16px;
	}
	body .cc-compliance {
		padding-left: 32px;
	}
}

body .cc-btn {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.6;
	border-radius: 2px;
	padding: .4em .8em;
}
body .cc-btn:not(.cc-dismiss):hover {
	background-color: #e59900 !important;
}
body .cc-btn:not(.cc-dismiss):focus {
	background-color: #E8AF3E !important;
}

/* ------------------------------------------------------------------------- */ /* special atf content elements */

.special {
	background-color: rgba(239,123,0,0.2);
	padding: 20px 20px 10px;
	border: 4px solid #ef7b00;
}

/* ------------------------------------------------------------------------- */
/* EOF */
