@charset "utf-8";

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:0;
	margin:0;
	box-sizing: border-box;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;	
}

@font-face {
  font-family: 'regular';
  src:  url('../Fonts/Figtree-VariableFont_wght.ttf');
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'regular';
  src:  url('../Fonts/Figtree-Italic-VariableFont_wght.ttf');
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: 'headline';
  src:  url('../Fonts/archivoblack-regular-webfont.woff2');
  /* src:  url('../Fonts/figtree-black-webfont.woff2'); */
  font-weight: 600;
  font-style: normal;
  font-display: block;
}


/* VARIABLES */

:root {
	--pos:	#FFF;
	--neg:	#222;
	
	
	--c1: #F39100; /*#004F9F; */
	/* --c1RGB: 0,79,159; */
	--c2: #F39200;
	--c3: #a6a6a6;
	
	/*
	--base: 25px;
	--tiny: 16px;
	--small: 18px;
	--medium: 30px;
	--big: 40px;
	*/
	--large: 55px;
	
}


@media only screen and (min-width: 1400px) and (orientation: landscape) {
	#logo .full {
	  max-width: 250px;
	  filter: invert();
	}
}

.layoutDefault #logo .full,
.layoutFeature #logo .full {
	filter: none;
}

/*.down #logo {*/
/*  margin: 1rem 0 0 0;*/
/*}*/

/*.down #logo .full {*/
/*  filter: invert(0);*/
/*  max-width: 125px;*/
/*}*/

.p1x #logo .full {
  filter: none;
  width: 100%;
}

.layoutDefault .col-xxl-6 {
	/* text-align: right; */
}


/* COLORS  */

h1, h2, h3,
#claim p {
	color: var(--neg);
}

/* grey */
.grid.title h1, 
.accordion table.rahmen th,
.p1x p.headline span,
body:not(.p13x) #content .accordion li > a.active,
#content .grid .frame-type-uploads p.headline,
.p1x #intro #claim h1,
.sponsor .list span.title,
#content .ce-uploads .item a span,
body.p1x.active .search-btn::before, 
body.p1x.active #menu-btn::before {
	color: var(--c3);
}

.btn,
#quick-nav a.btn,
#mainmenu li li,
#mainmenu li li:last-child,
#mainmenu li li a,
.staff .item .pf_text,
.staff .ex-gallery .item,
body.p1x .color.feature,
.ln-letters a,
.registration .help,
.frame-type-felogin_login fieldset .actions input,
table.rahmen tr.bg1,
#content .ce-uploads .item a:hover,
.frame-type-felogin_login .logout .actions input {
	background: var(--c1);
}

#content .partner .item div {
	background: rgba(var(--c1RGB),.9);
}

.frame-type-felogin_login fieldset .actions input,
.accordion li a.NoneActive::before {
	border-color: var(--c1);
}

.btn.ghost {
	border: 2px solid var(--c1);
	color: var(--c1);
}

/* blue */
a,
a[href^="tel"]::before, 
a[href^="mailto"]::before,
a[href^="tel"]:hover, 
a[href^="mailto"]:hover,
#content .accordion li > a.active,
.accordion li a.NoneActive:hover::before,
.accordion li a.NoneActive.active::before,
div.title p.headline,
#mainmenu a.active,
#mainmenu a:hover,
#mainmenu li li a:hover {
	color: var(--c1);
}

table.rahmen,
.accordion li a.NoneActive:hover::before,
.accordion li a.NoneActive.active::before {
	border-color: var(--c2);
}

div.rahmen,
table.price thead,
.ex-gallery .small-border,
.ln-letters a:hover, 
.ln-letters .ln-selected,
.frame-type-felogin_login fieldset,
.rahmen .row.textimage .text,
.registration .table.color {
	background: var(--c2);
}


/* white */

a.btn:hover,
div.rahmen table td,
div.rahmen table th,
.frame-type-felogin_login fieldset .actions input,
.accordion table.rahmen .theme th,
.accordion table.rahmen .plenary th {
	color: var(--pos);
}

@media only screen and (orientation: portrait),
	   only screen and (max-width: 1399px) {
	#mainmenu li li:last-child,
	#mainmenu li li,
	#mainmenu li li a {
	background: var(--pos);
	}

}


/* grey */

.frame-type-felogin_login fieldset .actions input:hover,
.btn:hover {
	background: var(--c3) !important;
}


.frame-type-felogin_login fieldset .actions input:hover,
.btn.ghost:hover {
	border: 2px solid var(--c3);
	background: var(--c3) !important;
}

/* none */

#subheader::before {
	background: none;
}

/* SIZE */

body.p1x .color.feature .title span {
	font-size:  var(--big);
}

.p1x #intro .feature p.headline, 
div.title p.headline {
	font-size:  var(--large);
	/*font-weight: 300;*/
}

#content .accordion table.rahmen td b + p,
td.small {
font-size: var(--small);
}

/* EDGES */

div.rahmen,
.staff .ex-gallery .item,
body.p1x .color.feature,
form select, form input, form textarea,
#content .partner .item,
#content .partner .item div,
.sponsor .list .data p,
.frame-type-felogin_login fieldset,
.registration .table.color {
	border-radius: 20px;	
}

@media only screen and (orientation: portrait),
	   only screen and (max-width: 1399px) {
	.sponsor .list .logo,
	#content .partner .item div {
	border-radius: 20px 20px 0 0;
	}
	.sponsor .list .data p {
	border-radius: 0 0 20px 20px;	
	}
}

/* ================== */

#content a.btn.small {
font-size: var(--small);
font-weight: 600;
margin-top: 2rem;
}

/* ================== */

.right {
  text-align: right;
}

.frame-type-felogin_login label {
	left: 1rem;
}

.btn.ghost {
	padding: .1rem 1rem 0 1rem;
}

@media only screen and (orientation: portrait),
	   only screen and (max-width: 1399px) {
	.active #mainmenu-container {
	top: 4rem;
	}
}

@media only screen and (min-width: 1400px) and (orientation: landscape) {
	body.p1x section#intro {
	position: fixed;
	padding: 6rem 0 8rem;
	pointer-events: none;
	}
	
	body.p1x section {
		background: transparent;
		padding: 0 0 9rem 0;
	}
	
	.p1x #intro .container {
	position: relative;
	}	
	
	#mainmenu li ul {
		width: 18rem;
	}
}

#intro img {
  width: 100%;
  height: auto;
}

#intro p.headline {
	font-size: var(--big);
	color: #FFFFFF;
}

.p1x #intro #claim::before {
	content: none;
}

body.p1x .color.feature {
	display: none;
}

.p1x #intro .feature p.headline, 
.p1x #intro .feature p a {
	text-transform: none;
}

body.p1x .color.feature .title span {
	color: var(--pos);
	margin: 2rem 0 0 0;
	line-height: 1.4;
	display: block;
	font-weight: 400;
}

.owl-carousel.feature a {
	position: relative; 
	z-index: 99;
}


.layoutFeature #content p:not(.headline) {
	margin-bottom: 1rem;
}

.layoutFeature #content p:not(.headline):last-of-type {
	margin-bottom: 8rem;
}

.layoutFeature #content .ce-uploads p,
.layoutFeature #content .ce-uploads p:last-of-type {
	margin-bottom: 0;
}

@media only screen and (orientation: portrait),
	   only screen and (max-width: 1399px) {
	#logo {
		margin: 0;
	}	
	#wrapper {
	margin-top: 0;
	}
}

.p1x #logo img {
	display: none;
}

@media only screen and (orientation: portrait),
	   only screen and (max-width: 1399px) {
	.p1x #logo img {
	display: block;
	}
	.p1x #logo {
	margin: 0;
	}
}

.active #logo {
  margin: 0.2rem 0 0 0;
}

.p1x.active #logo {
  margin: 0;
}

.p1x.active #logo img,
.active #logo img {
	display: block;
	filter: none;
	opacity: 1;
}

.p1x .col-xl-7 > p.headline {
	margin: 3.5rem 0 1rem 0;
}

.p1x h3 {
	margin: 2rem 0 1rem 0;
	font-size: 18px;
}

body.p1x #new a.btn:last-of-type {
	margin-top: 1.5rem;
}



#content .grid + .grid.forum {
  padding: 0;
}

header {
	/* background: var(--pos); */
	min-height:auto;
	position: fixed;
	border: 0;
}

.p1x header .col-xxl-6 {
	/* text-align:right; */
	padding: 0;
}

.down header {
  border: 0;
  background: var(--pos);
  box-shadow: 0 7px 0 rgba(0,0,0,.02);
}

#mainmenu a {
  margin: 0 2rem 0 0;
  font-size: var(--small);
  text-transform: uppercase;
  line-height: 1;
	font-family: 'regular';
	padding-top: 2.6rem;
}

.showpic #mainmenu li:not(.active) a {
  color: var(--pos);
}

#mainmenu a span {
  display: block;
}

#mainmenu a.active::after {
	border: initial;
}

#mainmenu li.n84 a {
	/* text-transform: none; */
}

/*#mainmenu li.n84 a,*/
/*#mainmenu li.n11 a {*/
/*	font-family: 'regular';*/
/*	padding-top: 2.6rem;*/
/*}*/


@media only screen and (min-width: 1400px) and (orientation: landscape) {
	#mainmenu li:first-of-type a::after,
	#mainmenu li:nth-of-type(2) a::after,
	#mainmenu li:last-of-type a::before {
		content: '';
		border-right: .1rem solid var(--c3);
		height: 100%;
		width: .1rem;
		top: 0;
		right: -1rem;
		left: auto;
	}
}

/*
.down #mainmenu li:first-of-type a::after,
.down #mainmenu li:last-of-type a::before {
	height: 200%;	
}
*/

#mainmenu li:last-of-type a::before {
	border-right: 0;
	right: auto;
	left: -1rem;
	border-left: .1rem solid var(--c3);
	position: absolute;
}


/*#feature .col-12.col-xxl-6.offset-xxl-6 {*/
/*  background: var(--c1);*/
/*  padding: 2rem 2.5rem 2.5rem 2.5rem;*/
/*  position: relative;*/
/*  min-height: 16rem;*/
/*}*/

/*#feature .col-12.col-xxl-6.offset-xxl-6 p {*/
/*  color: var(--pos);*/
/*  font-weight: 400;*/
/*}*/

/*body.p1x #feature p.headline {*/
/*  margin: 0 0 1rem 0;*/
/*}*/

/*body.p1x #feature a.btn {*/
/*	border: .15rem solid var(--pos);*/
/*	font-weight: 600;*/
/*}*/

/*body.p1x #feature a.btn:hover {*/
/*	background: var(--pos) !important;*/
/*	color: var(--c1) !important;*/
/*}*/


p.headline + p,
#content .col-xxl-5 .frame-type-image + p {
	font-size: var(--medium);
	margin-top: 1rem;
	/*font-weight: 300;*/
}

#content .container .row + .row{
	margin-top: 1rem;
}

#content .container .row + .row p.headline {
	margin-top: 1.5rem;
}

#content .col-xxl-9 p.headline {
	font-size: var(--big);	
}


#article .ce-gallery {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1rem; 
	margin: 0 0 2rem 0;	
}

figure.image {
	padding: 0;
	margin: 0;
	line-height: 0;
	position: relative;

}

.layoutArtikel #article figure.image {
	background:#000;
}

figure.image a {
	pointer-events: none;
}

figure.image a[data-featherlight="iframe"] {
	pointer-events: initial;
	position: relative;
	display: block;
}

figure.image a[data-featherlight="iframe"]::before {
	content: '\f04b';
	font-family: 'FontAwesome';
	font-size: 100px;
	color:rgba(255,255,255,.8);
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.image-caption {
	position: absolute;
	bottom: 0;
	line-height: 1.2;
	font-size: var(--tiny);
	background: rgba(0,0,0,.6);
	padding: .5rem;
	color: var(--pos);
}

#article.debatte ul {
	margin: 0 0 1rem 2rem;
}

	#article.debatte p.headline {
	  font-family: 'headline';
	  font-size: var(--medium);
	  margin: 2rem 0 1rem 0;
	}


@media only screen and (min-width: 1400px) and (orientation: landscape) {
	
figure.image a {
	pointer-events: initial;
}	
	
	#article .ce-gallery {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1rem; 
	}	
	
	#feature .more {
		opacity: 0;
		height: 0;
		position: absolute;
		top:0;
		padding: 2rem 5rem 0 0;
		width: 100%;
	}
	#feature .more p {
		font-size: var(--small);
	}
	
	#feature.hasMore .teaser {
		position: relative;
	}
	
	#feature.hasMore .teaser::after {
	display: block;
	font-family: 'icon';
	content: '\e908';
	color: #FFF;
	font-size: var(--medium);
	position: absolute;
	right: -1rem;
	bottom: -1.5rem;
	}
	
	#feature.hasMore .col-12 {
		min-height: 10rem;	
	}

	#feature.hasMore .col-12:hover .teaser {
		opacity: 0;
		height: 0;
	}
	
	#feature.hasMore .col-12:hover  .more {
		opacity: 1;
		height: 100%;
	}

	#article {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	margin: 0;
	pointer-events: none;
	padding-top: 12rem;
	}
	
	.showpic #article img,
	.showpic #article .subheader,
	.showpic #article h1	{
		opacity: 0;
	}
	
	#article.beitrag .subheader,
	#article.debatte .subheader {
	  padding: 0;
	  margin: 0 0 1rem 0 !important;	
	  font-size: var(--base);
	  font-weight: 600;
	  letter-spacing:.2rem;
	  color: var(--pos);
	}
	
	#article a {
		pointer-events: initial;
	}
	
	#article .col-xxl-6 {
		position: relative;
	}
	
	#article.beitrag .date,
	#article.debatte .date	{
		display: inline-block;
		position: absolute;
		right: 0;
		line-height: 1;
		font-size: var(--tiny);
		letter-spacing: .1rem;
		margin: 0.5rem 0 0 0;
	}	
	
	 #article.debatte .date {
		top: -4rem;
	 }
	
	#article.beitrag h1,
	#article.debatte h1 {
	/* font-size: var(--large); */
	/*font-weight: 300;*/
	color: var(--pos);
	font-family: headline;
	text-transform:uppercase;
	line-height: 1.1;
	letter-spacing: .2rem;
	/* width: 90%; */
	/*
	hyphens: auto;
	-webkit-hyphenate-limit-before: 5;
	-webkit-hyphenate-limit-after: 4;
	-moz-hyphenate-limit-before: 5;
	-moz-hyphenate-limit-after: 4;	
	
	-webkit-hyphenate-limit-chars: 10 5 4;
	-moz-hyphenate-limit-chars: 10 5 4;
	hyphenate-limit-chars: 10 5 4;
	*/

		font-size: var(--large);
		width: 85%;	
	}
	
	#article .haspic h1 {
		font-size: var(--big);
		width: 80%;
		hyphens: auto;
	}
	
	.down #article .subheader,
	.down #article h1 {
		/* opacity: 0; */
		margin-top:-100vh;
	}
	
	#article.nopic h1,
	#article.nopic .subheader {
	color: var(--neg);	
	}	
	
	#hero {
	min-height: 100vh;	
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index:0;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	#hero .overlay {
	width: 54vw;
	position: fixed;			
	background:#fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.9+100;White+to+Transparent */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff',GradientType=0 );		 */
	height:100vh;
	top:0;
	right:0;
	/* opacity: .95; */
	z-index: 1;
	}
	
	.p1x #hero .overlay {
	  background: linear-gradient(to left, rgb(255, 255, 255,1) 0%,rgba(255, 255, 255, 1) 100%);
	}
	
	.showpic #hero .overlay {
		width: 0;
	}
	
	#hero .overlay2 {
		width: 46vw;
		position: fixed;			
		/*background:rgba(0,0,0,.35);*/
		height:100vh;
		top:0;
		left:0;
		background-size: cover;
	}	
	
	/*.p1x #hero .overlay2 {*/
	/*  background: linear-gradient(to right, rgb(255, 255, 255,.4) 10%,rgba(255, 255, 255, 0) 70%)*/
	/*}*/
	
	.showpic #hero .overlay2 {
		width: 100vw;
	}
	
	.grid:not(.title) > .container:first-of-type > .row:first-of-type {
		padding: 0;
	}
  
	#article.beitrag p.headline:first-of-type {
		padding: 0;
		margin: 0.5rem 0 2rem 0;
		font-size: var(--tiny);
		font-weight: 600;
		text-transform:uppercase;
		letter-spacing:.2rem;
	}	
		
	#article.beitrag p.headline span {
		display: inline-block;
		margin: 0;
		/*font-weight: 300;*/
		text-transform:none;
		letter-spacing:0;	 
		font-size: var(--tiny);
	}

	#article.beitrag p,
	#article.debatte li,
	#article.debatte p {
		color: var(--neg);
		/*font-weight: 300;*/
		font-size: var(--small);
		pointer-events: initial;
		margin: 0 0 1rem 0;
	}
	
	#article.debatte li {
		margin: 0;
	}
	
	#article.beitrag p.headline + p {
		font-size: var(--medium);
	}
	
	#article.beitrag .col-xxl-6 p:last-of-type {
		margin-bottom: 8rem;
	}
	
	#article.beitrag .col-xxl-6 p:last-of-type + .frame-type-uploads {
		margin-top: -6rem;
	}
	
	#article.beitrag p.headline {
		font-size: var(--tiny);
	}
	
	#article.debatte p.headline {
	  font-family: 'headline';
	  font-size: var(--big);
	  margin: 0 0 2rem 0;
	}	
	
	#article.debatte .frame-type-image p.headline {
		margin: 2rem 0 2rem 0;
	}
	
	#article.beitrag p.headline + p + p::before {
		content: '';
		width: 8rem;
		height: .2rem;
		background: var(--c1);
		display: block;
		margin-bottom: 1.5rem;
	}
	
	.showpic #article p {
	  color: var(--pos);
	  font-size: var(--tiny);
	}
	.showpic #article .date {
		color: var(--pos);
	}

	#hero .list,
	#hero .showpic {
	display: inline-block;
	position: fixed;
	bottom: 3rem;
	right: 54vw;
	margin-right: 2rem;
	font-size: var(--small);
	/* filter: invert(); */
	text-transform: uppercase;
	font-weight: 600;
	border: .1rem solid var(--c1);
	padding: .2rem 1rem 0 1rem;
	cursor: pointer;
	color: var(--c1);
	background: transparent;
	right: 0;
	letter-spacing: .1rem;
	}	

	/* .showpic #hero .showpic, */
	#hero .showpic:hover {
	color: var(--pos);
	background: var(--c1);
	border: .1rem solid var(--c1);		
	}
	
	#hero .list {
	color: var(--pos);
	background: var(--c1);
	border: .1rem solid var(--c1);	
	font-size: var(--tiny);
	}
	
	#hero .list:hover {
	color: var(--c1);
	background: transparent;
	border: .1rem solid var(--c1);		
	}	
	
	.showpic #hero .showpic {
	right: 0;
	}	
	
	.showpic #hero .showpic span::after {
		content: 'verbergen';
		margin-left:.5rem;
		display: inline-block;
	}
	
	#hero .list {
		right: auto;
		left:0;
		margin:0 0 0 2rem;
	}
	
}

#hero.default .overlay {
	width: 75vw;
}


#article img {
width: 100%;
height: auto;
}

#article .ce-uploads {
border: 0;
padding: 0;
margin-top: 2rem;
}

#article .ce-uploads a {
display: inline-block;
font-size: var(--tiny);
text-transform: uppercase;
line-height: 1.4;
color: var(--c1);
}

.ce-uploads span {
display: block;
text-transform: uppercase;
color: var(--c1);
font-weight: 600;
font-size: var(--base);
}

.showpic #article .ce-uploads a,
	.showpic .ce-uploads span {
	color: var(--pos);
}

/* ====================================================== */


@media only screen and (orientation: portrait),
	   only screen and (max-width: 1399px) {

	#feature .col-12.col-xxl-6.offset-xxl-6 {
		padding: 0 1rem;
	}
	
	.layoutArtikel p.subheader,
	.layoutArtikel p,
	.layoutArtikel p.headline + p,
	.layoutArtikel .date,
	.layoutArtikel p.headline span,
	#content p,	
	.layoutDefault #content .col-xxl-5 .frame-type-image + p,
	.layoutDefault #content .col-xxl-9 p,
	#feature .col-12.col-xxl-6.offset-xxl-6 p {
		font-size: var(--small);
		font-weight: 400;
	}
	
	.layoutArtikel .date,
	.layoutArtikel .date + p.headline	{
		display: inline;
		font-size: var(--tiny);
	}
	
	.layoutArtikel .date + p.headline::before {
		content: ' | ';
	}
	
	.layoutArtikel .date + p.headline span {
	font-size: var(--tiny);
	display: inline;
	}
	
	.layoutArtikel h1,
	#content p.headline,
	.layoutDefault #content .col-xxl-9 p.headline,
	#feature .col-12.col-xxl-6.offset-xxl-6 p.headline {
		font-size: var(--basic);		
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		font-family: 'headline';
	}
	
	#intro {
		display: none;
	}
	
	body.p1x #feature a.btn {
	  font-size: var(--tiny);
	}	


	body.p1x section#intro {
	margin-top: 0;
	}

	xxx.layoutFeature .video-wrapper,
	.p3x .video-wrapper,
	.p5x .video-wrapper,
	.layoutArtikel #hero,
	#intro img {
		display:none;
	}
		
	.down #logo {
		margin: 0;
	}
	
	.down #logo .full,
	.p1x.down #logo img,
	.p1x #logo .full,
	.down #logo img,
	#logo .full,
	#logo img {
		opacity: 1;	
		max-width: 200px;
		width:100%;
		display:block;
		filter: invert(0);
	}
	
	.p1x .video-wrapper {
	  left: 0;
	}	

	.video-wrapper {
	  left: 0;
	  top: auto;
	  margin-top: 5rem;
	  height: auto;
	  position: relative;
	}
	
	.video-wrapper video {
	width: 100vw;
	height: auto;
	min-height: auto;
	min-width: 200vw;
	opacity: 1;
	}

	.layoutHomepage #feature,
	.layoutDefault #content,
	#article {
		margin-top: 6rem;
	}
	
	.p1x .video-wrapper iframe, .p1x .video-wrapper video {
	  transform: translate(-50%, -50%) scale(1);
	}	

	.layoutArtikel h1,
	.card {
	margin: 0 0 1rem 0;	
	}
	
	hr {
	margin: 1rem 0 0 0;	
	}

	.layoutDefault .col-xxl-9 .frame-type-uploads,
	.grid {
		margin: 0 0 2rem 0;
	}
	
	header {
	padding: 1.5rem 0;
	}	
	
	body.p1x #feature p.headline {
	padding: 2rem 0 0 0;	
	}

	#mainmenu-container {
		right: 0;
	}
	
	#mainmenu-container,
	.active #mainmenu-container {
		top: 3.6rem;
	}
	
	#mainmenu li a {
		padding: 1rem;
	}
	#mainmenu li.n84 a, #mainmenu li.n11 a {
	  padding-top: 1rem;
	}	
	#mainmenu li.nav-item:last-child {
	  margin-bottom: 0;
	}

	body.p1x #new p.headline {
		margin: 2rem 0 1.5rem 0;
		font-size: var(--basic);
	}

	#content {
		margin-top: 2rem;
		min-height: calc(100vh - 21rem);		
	}
	
	.layoutFeature #content p:not(.headline):last-of-type {
		margin-bottom: 2rem;
	}
	
	.col-xxl-4 .frame-type-uploads {
	  margin: 0 0 2rem 0;
	}
}

/* ====================================================== */


section.sponsor {
	margin: 1rem 0 0;
}

table.price tr:last-of-type td {
	font-size: 20px;
}


p.annotation::before {
    content: '';
}
 
 div.rahmen strong {
  font-size: 40px;
}

 div.rahmen table {
  width: 100%;
}

div.rahmen table th {
	text-align:left;
}

.accordion table.rahmen th {
	text-align:center;
}
 
.accordion a + div {
	margin-top:2rem;
}	
 
.accordion table.rahmen th, 
.accordion table.rahmen td,
.accordion table.rahmen tr:last-of-type th, 
.accordion table.rahmen tr:last-of-type td {
	padding: .5rem;
	border: 0;
	border-left: .5rem solid var(--pos);
}

.break + .plenary {
	display: none;
}

strong {
	font-weight: 600;
}

@media only screen and (orientation: portrait),
	   only screen and (max-width: 1399px) {
	
	#banner {
	margin-top: 0;
	}	
	
	.accordion table.rahmen th, 
	.accordion table.rahmen td {
	 display: block;
	}	
	
	.accordion a + div {
	 margin-top: 0;
	}	
	
	.accordion tr.theme,
	.accordion tr.plenary {
	display:none;
	}
	tr.speech .entry1 b::before {
	display:block;
	content: 'Room 1';
	color: var(--c1);
	}
	tr.speech .entry2 b::before {
	display:block;
	content: 'Room 2';
	color: var(--c1);
	}	
	tr.speech .entry3 b::before {
	display:block;
	content: 'Room 3';
	color: var(--c1);
	}	
	
	tr.speech .entry1[colspan] b::before,
	tr.speech .entry2[colspan] b::before,
	tr.speech .entry3[colspan] b::before {
	content: 'Plenary';	
	}
	
	.accordion table.rahmen tr.speech th,
	.accordion table.rahmen tr.break th {
	padding-top: 2rem;
	}
	
	.accordion table.rahmen tr.speech.block1 th {
	padding-top: 1rem;	
	}	
	
	.accordion table.rahmen tr.break td {
	text-align: center;
	}

	.ex-gallery .small-border	{
	margin: .5rem auto;
	}
}




@media only screen and (min-width: 1400px) and (orientation:landscape) {	
	table.rahmen.price th, table.rahmen.price td {
		width: 20%;
	}
	
	#content .partner .item {
	min-height: 130px;	
	}	
}

@media only screen and (orientation: portrait),
	   only screen and (max-width: 1399px) {
	#content a.btn {
	margin: 2rem 0;
	}		
}	

/* ====================================================== */

footer {
  background: var(--neg); /* #464646; */
  position: relative;
}

.xxx.p1x footer {
	padding: 0rem 0 3rem 0;
}


footer a {
  color: var(--pos);
  padding: 0;
  font-size: var(--small);
}

footer p {
  margin: 0;
  font-size: var(--small);
  line-height: 1.4;
  padding: 0;
  color: var(--pos);
}

footer p.headline {
  margin: 3rem 0 2rem 0;
  line-height: 1;
  font-weight: 600;
  color: var(--pos);
  font-size: var(--medium);
}

.xxx.layoutArtikel + #article + #hero + footer p.headline {
  margin: 0;
}

footer p.headline + p {
  margin-top: 1rem;
  color: var(--pos);
  font-size: var(--small);
  line-height: 1.4;
  padding: 0;
}

footer .logo img {
  height: 100px;
  width: auto;
  margin-top: 3rem;
}

footer .social {
  line-height: 1;
  text-align:right;
}

footer .social a {
  margin-right: 1rem;
}

footer .social a:last-of-type {
  margin: 0;
}

footer .social a::before {
  font-family: 'icon';
  content: '\e907';
  font-weight: normal;
  font-size: var(--big);
  color: var(--pos);
  transition: .5s all ease-in;
}

footer .social a[title^="LinkedIn"]::before {
  content: '\e909';
}

footer .social a[title^="YouTube"]::before {
  content: '\e90b';
}

footer .social a em {
  display: none;
}

footer .left {
  margin-bottom: 0;
}

.subfooter {
	font-size: var(--small);
	color: var(--pos);
	margin-top: 1rem;
	padding-top: 0;
}

@media only screen and (orientation: portrait),
	   only screen and (max-width: 1399px) {
	.subfooter {
		margin: 2rem 0 0 0;
	}
	footer .col-sm-12.col-md-7 {
	  font-size: var(--tiny);
	  text-align: center;
	  margin: 0 0 2.5rem 0;
	}
}

footer .subfooter a {
  font-size: var(--small);
  color: var(--pos);
}


@media only screen and (min-width: 1400px) and (orientation:landscape) {	
	.xxx#article + #hero + footer {
	  padding: 3rem 0 1rem 0;
	  width: 54%;
	  left: 46%;
	}
	.xxx#article + #hero + footer .logo img {
	  height: 100px;
	  margin: 0 0 0 2rem;
	}	
	.xxx#article + #hero + footer p.headline + p,
	.xxx#article + #hero + footer p,
	.xxx#article + #hero + footer a,
	.xxx#article + #hero + footer .subfooter {
	font-size: var(--tiny);	
	}
	.xxx#article + #hero + footer p.headline {
	font-size: var(--medium);	
	}	
	.xxx#article + #hero + footer .subfooter {
	margin-top: 2rem;	
	}
	
	iframe#abo {
	  border-radius: 1rem;
	  width: 90%;
	  border:0; 
	  height:650px;
	  margin: 0 0 4rem 0;
	}	
}

/* ====================================================== */

@media only screen and (min-width: 1400px) and (orientation: landscape) {
	.rahmen .row.textimage .text {
		float: left;
		width: 55%;
		z-index: 1;
		height: 100%;
		border-radius: 0;
	}
}


/*SLIDER SINGLE*/
.owl-carousel.single {
	outline: 0.15rem solid var(--c1);
	margin-bottom: 5rem;
}

.owl-theme .owl-dots .owl-dot span {
	background: #EF7C00;
	border-radius: 100%;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: var(--c3);
}