@charset "UTF-8";
/* ----------------------------------------------------------------------- COLORS */
@font-face {
	font-family: 'Intro_Bold';
	src: url('../_fonts/Intro_Bold-webfont.eot');
	src: url('../_fonts/Intro_Bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../_fonts/Intro_Bold-webfont.woff2') format('woff2'), url('../_fonts/Intro_Bold-webfont.woff') format('woff'), url('../_fonts/Intro_Bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Intro_Book';
	src: url('../_fonts/Intro_Regular-webfont.eot');
	src: url('../_fonts/Intro_Regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../_fonts/Intro_Regular-webfont.woff2') format('woff2'), url('../_fonts/Intro_Regular-webfont.woff') format('woff'), url('../_fonts/Intro_Regular-webfont.ttf') format('truetype');
	font-weight: regular;
	font-style: normal;
}
@font-face {
	font-family: "DIN Round";
	src: url("../_fonts/17c334f9-90ae-46dc-b22d-aa595bf18834d41d.eot?#iefix");
	src: url("../_fonts/17c334f9-90ae-46dc-b22d-aa595bf18834d41d.eot?#iefix") format("eot"), url("../_fonts/7b5c8fca-b1db-4ea8-a337-efe44778a862.woff2") format("woff2"), url("../_fonts/d55bd4a2-1cf8-4791-9ac4-8ca7618e4375.woff") format("woff"), url("../_fonts/5fe916fd-225a-4c29-a822-a82b14274651.ttf") format("truetype");
	font-weight: light;
	font-style: normal;
}
@font-face {
	font-family: "DIN Round";
	src: url("../_fonts/5df1c5a3-19a4-4194-9cec-083f9d597831d41d.eot?#iefix");
	src: url("../_fonts/5df1c5a3-19a4-4194-9cec-083f9d597831d41d.eot?#iefix") format("eot"), url("../_fonts/70ceb6e1-f3d2-4bad-8ab1-b1792e5e823c.woff2") format("woff2"), url("../_fonts/947ca7af-9be8-4061-97bf-c5ed24336fb4.woff") format("woff"), url("../_fonts/505f2061-320a-4324-b718-7c679f30c090.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
.dunkelblau {
	color: #213480;
}
.dunkelrot {
	color: #a02d42;
}
.blau {
	color: rgba(6, 83, 148, 0.6);
}
.rot {
	color: rgba(199, 29, 60, 0.6);
}
/* ----------------------------------------------------------------------- GENERAL */
html,
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
body {
	background: #EAE8E5;
	font-family: 'Intro_Book';
	color: #313131;
}
h1,
h2,
h3,
h4 {
	font-family: 'Intro_Bold';
}
div#page-wrapper {
	z-index: 99;
	position: relative;
	margin: 0 auto;
	margin-top: 100px;
	width: 80%;
	max-width: 1440px;
}
div#page-wrapper.slim {
	width: 60%;
	margin-top: 140px;
	max-width: 1440px;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.uppercase {
	text-transform: uppercase;
}
.bot40 {
	margin-bottom: 40px;
}
.bot60 {
	margin-bottom: 60px;
}
.gray {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .2;
}
.gray.active {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
/* ----------------------------------------------------------------------- HEADER */
div.header-mask {
	height:124px;
	width:100%;
	left:0;
	top:0;
	position:fixed;
	background: #EAE8E5;
	z-index:200;
}


header#page-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
header#page-header .header-wrapper {
	margin: 0 auto;
	width: 90%;
	position: relative;
	height: 120px;
	/* visited link */
	/* mouse over link */
	/* selected link */
}
header#page-header .header-wrapper a {
	text-decoration: none;
}
header#page-header .header-wrapper a:link {
	color: #EAE8E5;
	text-decoration: none;
}
header#page-header .header-wrapper a:visited {
	color: #EAE8E5;
	text-decoration: none;
}
header#page-header .header-wrapper a:hover {
	color: #EAE8E5;
	font-family: 'DIN Round';
	text-decoration: none;
}
header#page-header .header-wrapper a:active {
	color: #EAE8E5;
	text-decoration: none;
}
header#page-header .header-wrapper .nav-head {
	position: relative;
	border-bottom: 2px solid #313131;
	background: #EAE8E5;
	padding-top: 24px;
	z-index: 299;
}
header#page-header .header-wrapper .nav-head .search {
	position: absolute;
	width: 45px;
	height: 45px;
	top: 30px;
	left: 0;
	background-image: url(../_img/_layout/search.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
header#page-header .header-wrapper .nav-head .logo {
	margin: 0 auto;
	width: 333px;
	box-sizing: border-box;
	max-width: 50%;
	height: 86px;
	background-image: url(../_img/_layout/at-logo-date.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}
header#page-header .header-wrapper .nav-head .logo.at-tension-9 {
	background-image: url(../2019/at-tension-festival-8.svg);
}
header#page-header .header-wrapper .nav-head .logo a {
	display:block;
	height:100%;
	width:100%;
}
header#page-header .header-wrapper .nav-head .lang {
	position: absolute;
	right: 15px;
	top: 26px;
	font-family: 'DIN Round';
	font-size: 13px;
}
header#page-header .header-wrapper .nav-head .lang a {
	color: #313131;
	font-family: 'DIN Round';
}
header#page-header .header-wrapper .nav-head .toggleNav {
	position: absolute;
	bottom: 5px;
	right: 15px;
	font-size: 18px;
	font-family: 'DIN Round';
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 1;
	transition: .2s opacity ease;
}
header#page-header .header-wrapper .nav-head .toggleNav.closex {
	background-image: url(../_img/_layout/x.svg);
	width: 30px;
	height: 30px;
	bottom: 1px;
	opacity: 1;
	margin-right: -7px;
}
header#page-header .header-wrapper .nav-head .toggleNav.closex span {
	display: none;
}
/* ----------------------------------------------------------------------- Navigation */
nav {
	text-align: center;
	color: #EAE8E5;
}
nav .bar {
	position: relative;
	height: 12px;
	background: #313131;
	border-top: 7px solid #EAE8E5;
	z-index: 399;
}
nav ul {
	list-style-type: none;
	text-transform: uppercase;
	font-family: 'DIN Round';
}
nav ul li {
	display: inline-block;
	margin: 0 15px;
}
nav.main-navigation {
	font-size: 16px;
}
nav.main-navigation ul {
	background: #313131;
	height: 28px;
	line-height: 23px;
	transition: .45s all ease;
	z-index: 99;
	margin-top: -28px;
}
nav.main-navigation ul li a.current {
	font-weight:bold;
}
nav.main-navigation ul.unfold {
	margin-top: 0px;
}
nav.main-navigation ul.unfold .main-li {
	display: inline-block;
}
nav.main-navigation .main-menu {
	visibility:hidden;
}
nav.main-navigation .main-menu.unfold {
	visibility:visible;
}
nav.main-navigation .sub-menu {
	height: 25px;
	background: #313131;
	position: absolute;
	left: 0px;
	border-top: 7px solid #EAE8E5;
	width: 100%;
	height: 32px;
	line-height: 25px;
	font-size: 11px;
	z-index: -1;
}
nav.main-navigation .sub-menu.unfold {
	margin-top: 5px;
}
nav.main-navigation .sub-menu li {
	display: inline-block;
}
nav.main-navigation .sub-menu .closeSubMenu {
	border: none;
	background: none;
	width: 30px;
	height: 30px;
	background-image: url(../_img/_layout/close-negative.svg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
nav.meta-navigation {
	font-size: 16px;
	background: #313131;
	height: 150px;
	margin-top: -150px;
	line-height: 23px;
	transition: .45s all ease;
	z-index: 99;
	font-family: 'DIN Round';
	padding-top: 20px;
	visibility:hidden;
}
nav.meta-navigation.unfold {
	visibility:visible;
}

nav.meta-navigation input {
	font-size: 16px;
	display: block;
	margin: 0 auto;
	background: none;
	width: 34%;
	border: none;
	border-bottom: 2px solid white;
	padding: 10px;
	text-align: center;
	color: #EAE8E5;
	font-family: 'DIN Round';
}
nav.meta-navigation button {
	font-size: 16px;
	background: none;
	border: none;
	padding: 10px;
	color: #EAE8E5;
	font-family: 'DIN Round';
	text-transform: uppercase;
	cursor: pointer;
}
nav.meta-navigation.unfold {
	margin-top: 0;
}
/* ----------------------------------------------------------------------- CONTENT */
main#page-content {
	padding: 20px 0 100px 0;
}
section.content-block .col50,
section.content-block .col33,
section.content-block .col25 {
	position: relative;
	float: left;
	padding: 0 25px;
	box-sizing: border-box;
}
section.content-block .col50 {
	width: 50%;
}
section.content-block .col33 {
	width: 33%;
}
section.content-block .col25 {
	width: 25%;
}
section.content-block .overview .item {
	padding: 20px;
	width: 80%;
	max-width: 700px;
}
section.content-block .overview .item.full {
	width: 100%;
	max-width: 100%;
}

section.content-block .overview .item:first-child {
	margin-top:50px;
}
section.content-block .overview .item.right {
	float: right;
	margin-right: -100px;
}
section.content-block .overview .item .ecke {
	position: absolute;
	width: 92px;
	height: 92px;
	margin-left: -24px;
	margin-top: -24px;
	border-top: 3px solid;
	border-left: 3px solid;
}
section.content-block .overview .item .ecke.rot {
	border-color: rgba(199, 29, 60, 0.6);
}
section.content-block .overview .item .ecke.blau {
	border-color: rgba(6, 83, 148, 0.6);
}
section.content-block .overview .item h1 {
	font-size: 36px;
	margin-bottom: 15px;
	line-height: 40px;
}
section.content-block .overview .item p {
	margin-bottom: 15px;
	max-width: 660px;
}
section.content-block p a {
	color:#a02d42;
	text-decoration:none;
}

section.content-block .overview .item .teaser {
	font-family: 'Intro_Bold';
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 16px;
}
section.content-block .overview .item span.toggleContent {
	font-family: 'DIN Round';
	font-size: 18px;
	text-transform: uppercase;
	float: right;
	margin-bottom: 50px;
}
section.content-block .overview .item span.toggleContent .close {
	display:none;
}
section.content-block .overview .item .content {
	font-size: 18px;
	line-height: 24px;
	font-family: 'Intro_Book';
	transition: 0s all;
}
section.content-block .overview .item .toggleContent {
	cursor: pointer;
	opacity: 1;
	transition: .2s all ease;
}
.box-wrapper {
	margin-bottom: 50px;
}
div.box {
	margin: 10px 0;
	height: 250px;
	box-sizing: border-box;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: perspective(500px) translateZ(0px);
	transition: .5s all ease;
}
div.box.toggleBody {
	cursor: pointer;
}
div.box.hover {
	transform: perspective(500px) translateZ(-20px);
}
div.box.feature {
	height: 550px;
	position: relative;
}
div.box .box-content {
	position: absolute;
	bottom: 28px;
	left: -20px;
	width: 300px;
	max-width: 100%;
}
div.box .box-content h1 {
	line-height: 23px;
}

div.box .box-content h1 {
	line-height: 23px;
}

div.box .box-rahmen {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	transition: .3s all ease;
}
div.box .box-rahmen.rot {
	border: 4px solid rgba(199, 29, 60, 0.2);
}
div.box .box-rahmen.blau {
	border: 4px solid rgba(6, 83, 148, 0.2);
}
div.box.active .box-rahmen.rot {
	border: 4px solid rgba(199, 29, 60, 0.6);
}
div.box.active .box-rahmen.blau {
	border: 4px solid rgba(6, 83, 148, 0.6);
}

.box-body {
	display: none;
}
body.closex {
	cursor: url(../_img/_layout/x.svg), n-resize;
}


div.content p {
	font-size:18px;
	line-height:28px;
	margin-bottom:22px;
}
div.content ul,
div.content ol {
	font-size:18px;
	line-height:28px;
	margin-bottom:22px;
	margin-left:22px;
}


/* ----------------------------------------------------------------------- Gallery */
div.slick-gallery{
	margin-top: 34px;

}
button.slick-gallery-close{
	background-image: url(../_img/_layout/icon-close-x.svg) !important;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
}
button.slick-next{
	background-image: url(../_img/_layout/icon-arrow-right.svg) !important;
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center;
}
button.slick-prev{
	background-image: url(../_img/_layout/icon-arrow-left.svg) !important;
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center;
}

span.img-caption{
	display: block;
	text-align: center;
	color: white;
	margin-top: 7px;
}
img.img-responsive{
	max-width: 100%;
	max-height: 80vh;
}

/* ----------------------------------------------------------------------- Table */
/* ----------------------------------------------------------------------- Form */
/* ----------------------------------------------------------------------- FOOTER */

footer {
	padding:50px 0 80px 0;
}
footer a.data-policy {
	color:#313131;
	font-size:12px;
	float:right;
}


/* ----------------------------------------------------------------------- PRLX */
.prlx {
	position: fixed;
	top: 0;
	width: 1280px;
	left: 0px;
	height: 100vh;
	background-repeat: no-repeat;
	opacity: 0;
	transition: .5s opacity ease;
}
@media (min-width: 1024px) {
	#page-header {
		height: 150px;
	}
}
/* ----------------------------------------------------------------------- iPad Landscape  */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	div#page-wrapper.slim {
		width: 80%;
	}
	section.content-block .overview .item.right {
		float: right;
		margin-right: 0px;
	}
}
@media (max-width: 1024px) {
	button.slick-arrow{
		bottom: 90px;
	}
}

/* ----------------------------------------------------------------------- RESPONSIVE  <1024 Pixel  */
@media (max-width: 1023px) {
	header#page-header .header-wrapper {
		height: 0px;
		width: 93%;
	}
	nav.main-navigation {
		height: 0px;
		font-size: 20px;
		line-height: 36px;
		text-align: center;
	}
	nav.main-navigation .main-menu {
		overflow: hidden;
		max-height: 0px;
	}
	nav.main-navigation .main-menu .main-collapsed {
		height: 1px;
		padding: 0 !important;
	}
	nav.main-navigation .main-menu.unfold {
		max-height: 100vh;
	}
	nav.main-navigation .main-menu.unfold .main-li {
		display: block;
		padding: 10px;
	}
	nav.main-navigation .main-menu .main-li {
		display: block;
		padding: 10px;
	}
	nav.main-navigation .main-menu .main-li:first-child {
		padding-top: 50px;
	}
	nav.main-navigation .main-menu .main-link {
		padding: 0px;
		font-size: 25px;
	}
	nav.main-navigation .main-menu .sub-menu {
		display: none;
		margin-top: 40px;
		border-top: none;
		line-height: 32px;
		font-size: 17px;
		z-index: 99;
	}
	nav.main-navigation .main-menu .sub-menu li {
		padding: 5px;
		display: block;
	}
	.prlx {
		display: none;
	}
	div#page-wrapper {
		width: 93%;
	}
	main#page-content {
		padding: 1px 0 100px 0 !important;
		margin-top:-25px;
	}
	div#page-wrapper.slim {
		width: 80%;
	}
	section.content-block .overview .item {
		padding: 10px;
		width: 100%;
	}
	section.content-block .overview .item.right {
		float: none;
	}
	section.content-block .overview .item .ecke {
		margin-left: -15px;
		margin-top: -16px;
	}
}
/* ----------------------------------------------------------------------- RESPONSIVE  <768 Pixel  */
@media (max-width: 767px) {
	header#page-header .header-wrapper .nav-head .toggleNav {
		width: 30px;
		height: 30px;
		bottom: -3px;
		right: 0px;
		background-image: url(../_img/_layout/burger.svg);
	}
	header#page-header .header-wrapper .nav-head .toggleNav.closex {
		background-image: url(../_img/_layout/x.svg);
		width: 30px;
		height: 30px;
		opacity: 1;
		margin-right: 0px;
		bottom: 0px;
	}
	header#page-header .header-wrapper .nav-head .toggleNav span {
		display: none;
	}
	header#page-header .header-wrapper .nav-head .lang {
		right: 7px;
		top: 7px;
	}
	div#page-wrapper {
		width: 80%;
	}
}
/* ----------------------------------------------------------------------- RESPONSIVE  <480 Pixel  */
@media (max-width: 479px) {
	html,
	body {
		font-size: 10px;
		line-height: 14px;
	}
	section.content-block .overview .item h1 {
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 20px;
	}
	/* ---------------------------------------- HEADER */
	div.header-mask {
		height:60px;
	}
	header#page-header .header-wrapper .nav-head {
		padding-top: 1px;
	}
	header#page-header .header-wrapper .nav-head .search {
		width: 25px;
		height: 25px;
		top: 18px;
		left: 0;
	}
	header#page-header .header-wrapper .nav-head .logo {
		padding: 0px;
		margin-top: 16px;
		margin-bottom: 10px;
		width: 330px;
		max-width: 60%;
		height: 40px;
	}
	header#page-header .header-wrapper .nav-head .toggleNav {
		width: 30px;
		height: 30px;
		bottom: -1px;
		right: 0px;
		background-image: url(../_img/_layout/burger.svg);
	}
	header#page-header .header-wrapper .nav-head div.lang {
		display:none;
	}
	nav.main-navigation {
		font-size: 12px;
	}
	nav.main-navigation ul {
		line-height: 22px;
	}
	nav.main-navigation .main-menu .main-link {
		font-size: 20px;
	}
	nav.main-navigation .sub-menu {
		line-height: 22px;
		font-size: 12px;
	}
	nav.main-navigation .sub-menu li {
		padding: 2px 10px 2px 10px !important;
	}
	nav.main-navigation .sub-menu .closeSubMenu {
		margin-top:-30px;
	}
	div#page-wrapper.slim {
		margin-top: 85px;
	}
	div#page-wrapper .box {
		height: 160px;
	}
	div#page-wrapper .box h1 {
		font-size: 15px;
	}
	section.content-block .overview .item .content {
		font-size: 14px;
		line-height: 20px;
	}
	section.content-block .overview .item .teaser {
		font-size: 14px;
		line-height: 20px;
	}
	section.content-block .overview .item .ecke {
		width: 47px;
		height: 47px;
	}
	section.content-block .overview .item span {
		font-size: 13px;
		margin-bottom: 25px;
	}
	div.slick-gallery a.thumb{
		width: 49%;
		height: 0px;
		padding-bottom: 49%;
	}
}


div.boxBgImg{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .1;
	transition: .3s opacity ease;
}
div.active div.boxBgImg{
	opacity: .9;
}