/*
 * Legal Disclaimer
 *
 * These web fonts (Normetica) are licensed exclusively for use on the following:
 * kunstverein-wolfsburg.de
 *
 * It is strictly forbidden to download or use these fonts on any other website domain or media.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2018
 */

@font-face {
	font-family: "NORM-B";
	src: url("fonts/NO/NormeticaWeb-Bold.eot");
	src: url("fonts/NO/NormeticaWeb-Bold.woff") format("woff"),
		 url("fonts/NO/NormeticaWeb-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "NORM-L";
	src: url("fonts/NO/NormeticaWeb-Light.eot");
	src: url("fonts/NO/NormeticaWeb-Light.woff") format("woff"),
		 url("fonts/NO/NormeticaWeb-Light.woff2") format("woff2");
}

@font-face {
	font-family: "NORM-R";
	src: url("fonts/NO/NormeticaWeb-Regular.eot");
	src: url("fonts/NO/NormeticaWeb-Regular.woff") format("woff"),
		 url("fonts/NO/NormeticaWeb-Regular.woff2") format("woff2");
}

@font-face {
	font-family: 'AtlasL';
	src:url('fonts/AG/AtlasGrotesk-Light-Web.woff2') format('woff2'),
		url('fonts/AG/AtlasGrotesk-Light-Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'AtlasBO';
	src:url('fonts/AG/AtlasGrotesk-Bold-Web.woff2') format('woff2'),
		url('fonts/AG/AtlasGrotesk-Bold-Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}


html {
	font-size: 10px;
}

body, h1, h2, h3, h4, h5, h6, ul, li, dl, dd, dt, p, q, img, main, figure, figcaption, blockquote, header, article, footer, fieldset, label, button, div, nav, form {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 100%;
}

body { 
	font-family: 'AtlasL', helvetica, arial, sans-serif;
	font-size:1.7rem;
	line-height:2.4rem;
	letter-spacing: 0.0rem;
	font-kerning: normal;
	text-rendering: optimizeLegibility;
	font-feature-settings: "liga", "kern";
	color: #000000;
	margin:40px 20px 40px 20px;
	font-weight: 300;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

cite, em, var, address, dfn, th {
	font-style: normal;
	font-weight: normal;
}

th {
	font-family: 'AtlasBO';
}

nav {
	font-family: 'NORM-R';
}

a {
	text-decoration: none;
}

a, a:visited, .noHover:hover {
	color: black;	
}

a:active, a:hover {
	color: blue;
}

b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

a[rel="external"]{
	text-decoration: underline;
}
a[rel="external"]:before{
	content: "> ";
}

img a {
	border: none;
}

html[lang="de"] q, q:lang(de), q, html[lang="de"] blockquote, blockquote:lang(de), blockquote {
 quotes: "»" "«" "›" "‹";
}
q:before, blockquote:before {
 content: open-quote;
}
q:after, blockquote:after {
 content: close-quote;
}
blockquote p {
	display: inline;
}
blockquote {
	font-style: italic;
	margin-bottom: 2.4rem;
}
blockquote p em {
	font-style: normal;
}
small, big{
	font-size: 100%;
}

/* Navigation --------------------------------------------------------------------------- */
nav .sub-menu {
	display: none;
}

nav .current-menu-parent.depth0 ul.sub-menu, nav .current-menu-item.depth0 ul.sub-menu {
	display: block;
}

/* global sizes --------------------------------------------------------------------------- */
#content-wrapper {
	width: 1230px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 280px 950px;
}

.g-item {
	display: grid;
}

.basic-2 {
	grid-template-columns: 1fr 260px;
}

.g-2 {
  grid-column-start: 1; 
  grid-column-end: 2; 
}

.g-3 {
  grid-column-start: 1; 
  grid-column-end: 3; 
}

.normetica {
	font-family: 'NORM-L';
}

em {
	font-family: 'NORM-R';
}

.top-distance {
	padding-top: 207px;
}

.basic-2 main {
	margin-right: 130px;
}

/* main elements --------------------------------------------------------------------------- */
.dashedline {
	border-top: 8px dashed black;
}

.dashedbox {
	border: 8px dashed black;
	padding: 13px;
    transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.multi-item {
	margin-bottom: 100px;
}

.multi-item h1, .multi-item h2, .multi-item h3, #main-kunstverein, .detail-head h1, .detail-head h2, .detail-head h3, 
.basic-2 article h1, .basic-2 article h2, .grid-OV h1, .grid-OV h2, .grid-OV p, .inital, .OV-title {
	font-size: 2.8rem;
	line-height: 3.4rem;
}

.asideItem {
	padding-top: 12px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 80px;
}

.asideItem .normetica {
	font-size: 1.6rem;
	margin-bottom: 18px;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.asideItem .asideImageWrapper, .asideItem .asideImageExhibitionWrapper, .asideItem p {
	width: 100%;
	margin-bottom: 18px;
}

.asideItem .asideImageWrapper {
	height: auto;
}

.asideItem .asideLogoWrapper {
	height: auto;
	width: 100%;
	margin-bottom: 28px;
}

.asideImageWrapper img {
	height: auto;
	max-height: 260px;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}
.asideLogoWrapper img {
	height: auto;
	max-height: 70px;
	margin: 0 auto;
	width: auto;
	max-width: 140px;
}

.asideImageExhibitionWrapper img {
	width: 100%;
}

.asideItem h2 {
	text-transform: uppercase;
	line-height: 2.0rem;
}

.asideItem h3, .eventItem h4 {
	font-family: 'AtlasBO';
}

.asideItem h3.normetica {
	font-family: 'NORM-B';
	margin-bottom: 2px;
}

.asideItem .scheduleItem h4.normetica,  .asideItem .eventItem h3.normetica {
	font-family: 'NORM-R';
	margin-bottom: 2px;
}

.asideItem .scheduleItem p {
	font-family: 'NORM-L';
	margin-bottom: 2px;
}

.asideItem .scheduleItem p:last-of-type {
	margin-bottom: 18px;
}

.asideItem .sharing-list li {
	width: 25px;
	display: inline-block;
	margin-right: 10px;
}

.asideItem .sharing-list path {
	fill: black;
}

.asideItem .sharing-list li:hover path {
	fill: blue;
}

.textbutton {
	display: block;
	padding:2px 8px 2px 8px;
	border: 4px dashed blue;
	font-family: 'NORM-R';
	color: blue;
	margin-top: 17px;
	text-align: center;
    transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

a.textbutton {
	color: blue;
}

input {
	user-select: text;
	-moz-user-select: text;
	-webkit-user-select: text;
}

input[type='text'], input[type='search'], input[type='email'], input[type='tel'], input[type='date'], input[type='number'], textarea {
	font-family: 'NORM-L', Geneva, mono-spaced;
 	font-size: 1.6rem;
}

textarea {
	padding-top: 8px;
}

input[type='submit'] {
	height: 36px;
	cursor: pointer;
	text-indent: -1000px;
}

.nl_field, .nl_button {
 	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	outline: none;
 	box-sizing: border-box;
 	margin: 0;
 	background: none;
 	white-space:pre;
	height: 36px;
} 

.nl_field {
 	padding: 6px 8px 4px 8px;
 	color:rgb(0,159,227);
	background: rgb(179,255,255);
	width: 100%;
	border: none;
}

input[type='submit'].nl_button {
	width:100%;
	text-indent: 0;
	margin-top: 10px;
	font-size: 1.7rem;
}

.asideItem input[type='submit'].nl_button  {
	font-size: 1.4rem;
}

.special, .special .textbutton, #newsletterbox.special {
	color:red;
	border-color: red;
}

.donor .textbutton {
	color:rgb(0,255,50);
	border-color: rgb(0,255,50);
}

/* header --------------------------------------------------------------------------- */
header {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin: 0;
	margin-right: 50px;
	margin-bottom: 10rem;
}

#logo {
	width: 209px;
	height: 56px;
	background: url('media/base/kvw-logo.svg');
	background-repeat: no-repeat;
	text-indent: -3000px;
	font-size: 1rem;
	margin-bottom: 145px;
}

#social_list {
	font-family: 'NORM-L';
	margin: 15px 0 15px;
}

#social_list li {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	text-indent: -3000px;
	font-size: 1rem;
	display: inline-block;
	margin-right: 5px;
}

#social_list li:hover {
	cursor: pointer;
}

#icon-twitter {
	background: url('media/base/icon-twitter.svg');
}

#icon-instagram {
	background: url('media/base/icon-instagram.svg');
}

#icon-facebook {
	background: url('media/base/icon-facebook.svg');
}

.normetica h3 {
	font-family: 'NORM-R';
}


/* nav --------------------------------------------------------------------------- */
nav {
	margin-left: -12px;
}

nav ul li, .AtoZ li a, .yearlist li a, .pager-nav li a, .pager-nav li.no-hover a:hover {
	padding:6px 12px 6px 12px;
	border: none;
	margin-bottom: -4px;
}

nav li:hover, .current-menu-item, .AtoZ li a:hover, .yearlist li a:hover, .pager-nav li a:hover, .AtoZ li a.selected, .pager-nav li a.selected, .current-menu-item.current-menu-parent:hover  {
	padding:2px 8px 2px 8px;
	border: 4px dashed blue;
	cursor: pointer;
} 

.current-menu-item.current-menu-parent {
	padding:6px 12px 6px 12px;
	border: none;
	margin-bottom: -4px;
}


.pager-nav li.no-hover a:hover {
	cursor: default;
}

.AtoZ li a, .pager-nav li a {
	display: block;
}


.AtoZ li, .yearlist li {
	margin-left: -14px;
}
/*
nav li:hover a {
	color: blue;
}
*/
nav li a {
	width: 100%;
	display: block;
}
/*
.current-menu-item, .current-menu-item:hover {
	border-color: rgb(108,0,255);
}

.current-menu-item a:hover {
	color: rgb(108,0,255);
}

.current-menu-item.current-menu-parent a, .current-menu-item a[aria-current="page"], .current-menu-item a {
	color: black;
}
*/
nav a:hover, .current-menu-item a, .current-menu-item a:hover {
	color: black;
}

header .dashedline {
	margin-top: 50px;
}

.headerItem + .dashedline {
	padding-top: 12px;
	font-size: 1.4rem;
	line-height: 1.8rem;
}


/* footer --------------------------------------------------------------------------- */
footer {
	font-family: 'NORM-L';
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-top: 100px;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

#footer_main {
	display: grid;
	grid-template-columns: repeat(2, 260px) 167px 334px 167px;
	border-color: rgb(255,0,147);
	margin-bottom: 20px;
}

footer address {
	font-size: 1.4rem;
	line-height: 1.8rem;
}

footer .current-menu-item, footer .current-menu-parent.current-menu-item {
	margin: 0 0 4px 0;
	padding: 0;
	border: 0;
}

footer .current-menu-item a {
	color: black;
}

footer p {
	margin-bottom: 1.8rem;
}

footer h3 {
	font-family: 'NORM-R';
}

footer ul li {
	margin-bottom: 4px;
}


footer ul ul {
	display: none;
}


#footer_legal {
	display: grid;
	grid-template-columns: 875px repeat(2, 1fr);
}

#main-sponsors {
	margin-top: 20px;
	width: inherit;
}

#main-sponsors li {
	background-repeat: no-repeat;
	text-indent: -3000px;
	font-size: 1rem;
	display: inline-block;
	margin-right: 40px;
	background-position: center;
}

#main-sponsors li:hover {
	cursor: pointer;
}

#main-city {
	width: 60px;
	height: 51px;
	background: url('media/base/logo-stadt-wolfsburg.svg');
}

#main-county {
	width: 140px;
	height: 51px;
	background: url('media/base/logo-ministerium-niedersachsen.svg');
}



/* home --------------------------------------------------------------------------- */
#featurebox{
	width: 100%;
	height: 594px;
	background: orange;
}

#eventbox {
	border-color: rgb(255,237,0);
}

#newsletterbox {
	border-color: cyan;
}
#specialbox {
	border-color: darkviolet;
}

#memberbox {
	border-color: cyan;
}

#main-kunstverein {
	margin-bottom: 100px;
}

.multi-item .image_caption h3, #main-kunstverein h1 {
	font-family: 'NORM-B';
}

.item-info h1 {
	padding-top: 60px;
}

#main-kunstverein .item-info h1 {
	padding-top: 0;
}

.multi-item h1, .multi-item h2, .multi-item h3, #main-kunstverein {
	font-family: 'NORM-L';
	margin-top:16px;
}

#main-kunstverein h2, #main-kunstverein h3 {
	margin-top: 0;
}

#main-kunstverein .item-info h2 {
	display: block;
	margin-bottom: 0;
	text-transform: none;
}

.multi-item h2, .dashedbox h2 {
	margin-bottom: 45px;
}

.multi-item h2 {
	text-transform: uppercase;
}

.multi-item h4 {
	font-family: 'AtlasBO';
}

.multi-item .imagecontainer {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.multi-item .imagecontainer img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 420px;
	margin: auto;
}

#main-kunstverein {
	margin-top: 0;
}

#main-kunstverein .imagecontainer img {
	max-height: 594px;
}
#main-kunstverein .imagecontainer {
	margin-bottom: 64px;
}

.multi-item .image_caption {
	font-size: 1.5rem;
	line-height: 1.9rem;
	margin-top: 20px;
}

.multi-item ul {
	list-style-type: '— ';	
	list-style-position: outside;
	padding-left: 20px;
}
.multi-item li {
	display: list-item;	
}

.dashedbox h2 {
	margin-top: 0;
}

.dashedbox-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.raum .item-info h1, .raum .item-info h2, .raum .item-info h3, .liaison .item-info h1, .liaison .item-info h2, .liaison .item-info h3   {
	margin: 0;
	font-size: 1.8rem;
	line-height: 2.2rem;
}
.raum .item-info h1, .liaison .item-info h1   {
	font-family: 'NORM-B';
	padding-top: 20px;
}
.raum .item-info h2, .liaison .item-info h2   {
	font-family: 'NORM-R';
}

#eventbox .dashedbox-content {
	grid-template-columns: 280px 1fr;
}

#eventbox .dashedbox-content:hover {
	cursor: pointer;
}

.dashedbox-content h3 {
	font-family: 'AtlasBO';
 	font-size: 1.7rem;
 	line-height: 2.4rem;
 	margin-top: 0;
}

.dashedbox-content img {
	width: 100%;
}

.dashed-left {
	padding-right: 20px;
}

.multi-item a > .dashedbox-content {
	margin-bottom: 28px;
}

.multi-item a:last-of-type > .dashedbox-content {
	margin-bottom: 0;
}

.multi-item.dashedline:first-of-type {
	padding-top: 0;
	border-top: none;
}
.multi-item.dashedline:first-of-type h2 {
	display: none;
}
.multi-item:first-of-type .imagecontainer{
	/* height: 598px;*/
}

/* BASIC --------------------------------------------------------------------------- */
.basic-2 article h1 {
	font-family: 'NORM-B';
}

.basic-2 article h2 {
	font-family: 'NORM-L';
	margin-bottom: 10px;
}

.basic-2 article h3, .basic-2 article h4, .basic-2 article h5, .basic-2 article b, .basic-2 article em, .basic-2 article strong, .basic-2 article th, .detailPage .basic-2 article h1, .detailPage .basic-2 article h2  {
	font-family: 'AtlasBO';
	letter-spacing: 0.01rem;
	font-size: 1.63rem;
}

.basic-2 article h1:first-of-type, .exhibtion-detail.top-distance h1:first-of-type {
	margin-top: -10px;
}

.basic-2 article p, .basic-2 article img, .basic-2 article .default-image-credits, .basic-2 article ul, .basic-2 article table, .basic-2 article q, .basic-2 article blockquote, .detailPage .basic-2 article h1, .detailPage .basic-2 article h2 {
	margin-bottom: 2.4rem;
	letter-spacing: 0.01rem;
}

.basic-2 article p:first-of-type {
	padding-top: 3.4rem;
}

.basic-2 article.eventItem p:first-of-type {
	padding-top: 0;
}

.basic-2 article a {
	color: blue;
}
.basic-2 article a:hover {
	color: black;
	border-bottom: 1px dashed black;
}

.basic-2 article img {
	width: auto;
	max-width: 100%;
}

.basic-2 article .default-image-credits {
	display: block;
	font-size: 1.2rem;
	width: 100%;
	text-align: right;
	color: grey;
	margin-top: -2.4rem;
}

.basic-2 article ul {
	list-style-type: '— ';	
	list-style-position: outside;
	padding-left: 20px;
}

.basic-2 article ul li {
	display: list-item;
}

.basic-2 article table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.basic-2 article thead {
	border-bottom: 1px solid black;
}

.basic-2 article tr {
	border-bottom: 1px dashed black;
}

.basic-2 article table tr:last-of-type {
	border-bottom: none;
}

.basic-2 article th, .basic-2 article td {
	padding: 3px 3px 3px 0;
}

/* PRESS --------------------------------------------------------------------------- */
.pressItem {
	margin-bottom: 10rem;
}

.basic-2 article ul.press-artists {
	font-family: 'NORM-L';
	font-size: 1.4rem;
	line-height: 1.8rem;
	list-style-type: none;
	padding-top: 3.4rem;
}

.basic-2 article ul.press-artists li, .detail-head li {
	display: inline-block;
}

.press-artists li:after, .detail-head li:after {
	content: ',\20';
	padding-right:6px;
}
.press-artists li:last-of-type:after, .detail-head li:last-of-type:after {
	content: '';
}

.press-images {
	margin-top: 6.8rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px 20px;
}

.basic-2 article .showhidebutton {
	color: rgb(224,160,0);
	border-color: rgb(255,237,0);
}

.press-more {
	display: none;
}

.basic-2 article a.showhidebutton:hover {
	border: 2px dashed black;
}

.basic-2 article .downloadbutton {
	color: rgb(151,0,255);
	border-color: rgb(151,0,255);
}

.basic-2 article a.downloadbutton:hover {
	border: 2px dashed black;
}

.press-images figcaption {
	font-family: 'NORM-L';
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.press-images figcaption b {
	font-family: 'NORM-B';
}
.press-images figcaption small {
	color:grey;
}

.basic-2 article .press-images img {
	margin-bottom: 1.2rem;
}

.basic-2 article .press-images a {
	color: black;
}

.basic-2 article .press-images a:hover {
	border: none;
}

/* EVENTS --------------------------------------------------------------------------- */
.eventItem {
	margin-bottom: 8.8rem;
}

.eventItem a h1, .eventItem a h2, .eventItem a p {
	color: black;
}

.eventItem a:hover {
	cursor: pointer;
}


.eventItem a h3, .eventItem a:hover h3 {
	color: black;
	margin-bottom: 10px;
}

.eventItem a:hover span {
	color: blue;
	border-bottom: none;
}

.eventItem a span:hover {
	cursor: pointer;
	color: black;
	border-bottom: 1px dashed blue;
}

/* ARTISTS / PAGER --------------------------------------------------------------------------- */
.AtoZ, .pager-nav {
	font-family: 'NORM-L';
	font-size: 1.6rem;
	width: 100%;
	margin-bottom: 60px;
	margin-top: -6px;
}

.AtoZ li, .pager-nav li {
	display: inline-block;
}

/* ARTISTS --------------------------------------------------------------------------- */
.nameList {
	width: 100%;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}

.nameList ul {
	page-break-inside: avoid;
	-webkit-column-break-inside:avoid;
	padding-bottom: 3.6rem;
}

.inital {
	font-family: 'NORM-R';
	padding-bottom: 1.2rem;
}

.deco_link { color: rgb(150,150,150); }
.deco_link a { color: rgb(150,150,150); }
.deco_link a:visited { color: rgb(150,150,150); }
.deco_link a:hover, .deco_link a:active, .deco_link .selected a{
    color: blue;
}

/* EXHIBITION --------------------------------------------------------------------------- */
.yearlist {
	font-family: 'NORM-L';
	font-size: 1.6rem;
	width: 100%;
	margin-bottom: 60px;
	margin-top: -6px;
}

.yearlist li {
	display: inline-block;
}

.grid-OV {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 68px 20px;
}

.grid-OV h1 {
	font-family: 'NORM-B';
}

.grid-OV h2 {
	font-family: 'NORM-R';
}

.grid-OV p {
	font-family: 'NORM-L';
}

.grid-OV-item img {
	width: 100%;
	height:auto;
	margin-bottom: 10px;
}

/* EXHIBITION DETAILS --------------------------------------------------------------------------- */
.detailPage .basic-2 article p:first-of-type {
	padding-top:0;
}

.detail-head {
	margin-bottom: 90px;
}

.slideContainer {
	margin-bottom: 34px;
}

.detail-head .project-slider-image img {
	margin: 0 auto;
	height: 594px;
}

.project-slider-image .image-caption {
	font-family: 'NORM-L';	
	font-size: 1.2rem;
	padding-top: 4px;
 }

.detail-head h1 {
	font-family: 'NORM-B';
}

.detail-head h2 {
	font-family: 'NORM-R';
}

.detail-head h3 {
	font-family: 'NORM-L';
}


.detail-head h4 {
	font-family: 'AtlasBO';
	margin-top: 60px;
}

.detail-head ul {
	margin-bottom: 2.4rem;
}
.detail-head small {
	font-size: 1.2rem;
	color: grey;
	display: block;
	width: 100%;
	text-align: right;
}


/* OVERVIEW SHOP / ELSE --------------------------------------------------------------------------- */
.OV-title {
	font-family: 'NORM-B';
	margin-bottom: 3.4rem;
}

.grid-3-OV {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 68px 20px;
}

.grid-3-OV h1 {
	font-family: 'NORM-B';
}

.grid-3-OV h2 {
	font-family: 'NORM-L';
}

.grid-3-OV p {
	font-family: 'AtlasBO';
}

.grid-3-OV .OV-image-container {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	height:200px;
}

.grid-3-OV .grid-OV-item img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
	width: auto;
	max-width: none;
}

/* DETAIL SHOP --------------------------------------------------------------------------- */
.buyButton {
	border-color: rgb(0,255,0);
	margin-bottom: 46px;
}

.basic-2 article .buyButton {
	color: rgb(0,134,0);
}

.basic-2 article .buyButton:hover {
	border-bottom: 2px dashed black;
}

/* DETAIL SUPPORTER --------------------------------------------------------------------------- */
.basic-2 article .supportTitle {
	font-family: 'NORM-B';
	padding-top: 2.4rem;
	margin-bottom: 2.4rem;
}

.basic-2 article ul.supportlist {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2.4rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.basic-2 article .supportImageContainerWrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.basic-2 article .supportImageContainer {
	margin: 0 80px 30px 0;
}

.basic-2 article .supportImageContainer img {
	width: auto;
	height: auto;
	max-width: 210px;
	max-height: 80px;
}

/* DETAIL SUPPORTER --------------------------------------------------------------------------- */
.contactPage .detail-head {
	margin-bottom: 30px;
}

.contactPage article {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.mapFrame {
	width:100%;
	height:590px;
}

/* SEARCH --------------------------------------------------------------------------- */
input {
	-webkit-user-select: text;
}

#searchwrapper {
	width:230px;
	height: 30px;
	cursor: pointer;
}

.headerItem #search_field, #search_button, #search_form_details_full #search_field_full, #search_form_details_full #search_button_full {
 	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	outline: none;
	border: none;
 	box-sizing: border-box;
 	margin: 0;
 	background: none;
 	white-space:pre;
} 

.headerItem #search_field, #search_form_details_full #search_field_full {
 	padding: 6px 0 4px 0;
 	background: cyan;
	height: 36px;
}

.headerItem #search_field {
	width: 0px;
	float:left;
    transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

#searchwrapper:hover {
	cursor: pointer;
}

#searchwrapper:hover > #search_form_details #search_field, #search_form_details_full #search_field_full {
	width: 85%;
	cursor: pointer;
 	padding: 6px 8px 4px 8px;
}

#search_form_details_full {
	height: 40px;
	position: relative;
 	background: cyan;
}
  
#search_button {
	background-image: url('media/base/icon-suche.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	width: 15%;
	padding: 5%;
}

#search_form_details_full #search_field_full {
	width: 90%;
	height: 100%;
}

#search_form_details_full #search_button_full {
	background-image: url('media/base/icon-suche-hover.svg');
	background-color: purple;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	padding: 2px;
	display: inline-block;
	height: 100%;
	width: 40px;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	margin: auto;
	text-indent: -1000px;
	background-position: center;
}

#search_form_details_full #search_button_full:hover {
	background-color: black;
}

#searchwrapper:hover > #search_form_details #search_button {
	background-image: url('media/base/icon-suche-hover.svg');
	background-color: purple;
}


#search_form_details {
 	/* padding: 6px 8px 4px 8px; */
	display: block;
}

#search_button.pageSubmit {
	background-color: white;
}

.search-ready, #search_button:hover {
	background-image: url('media/base/icon-suche-hover.svg');
	background-color: black;
}
 
#search-results {
	margin-top: 30px;
}

#search-results h1 {
	font-family: 'NORM-R';
	margin-bottom: 2.8rem;
}

#search-results h3 {
	font-family: 'AtlasBO';
}

#search-results li {
	margin-bottom: 60px;
}

#search-results h1 a, #search-results h1 a:hover {
	background: none;
}


/* css animations --------------------------------------------------------------------------- */
.dashedbox:hover {
    transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
    border: 4px dashed black;
	padding: 17px;
}
#searchwrapper:hover > #search_form_details #search_field {
    transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.textbutton:hover {
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
    border: 2px dashed black;
	padding:4px 10px 4px 10px;
	color:black
}
.fadelink {
    transition: color 3.3s ease-in;
	-moz-transition: color .3s ease-in;
	-webkit-transition: color .3s ease-in;
}
.fadelink:hover {
    transition: color 3.3s ease-out;
	-moz-transition: color .3s ease-out;
	-webkit-transition: color .3s ease-out;
}

/* SOCIAL SHARING  DETAIL --------------------------------------------------------------------------- */
#fb-wrapper {
	margin-bottom: 10px;
}


/* BX SLIDER  --------------------------------------------------------------------------- */

/* LIGHTBOX  --------------------------------------------------------------------------- */
.lb-data .lb-caption, .lb-data .lb-number {
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: normal;
}

.lb-data .lb-caption {
	font-family: 'NORM-B';
}

.lb-data .lb-number {
	font-family: 'NORM-L';
}

/* SLICKNAV  --------------------------------------------------------------------------- */
.slicknav_parent .slicknav_arrow {
	font-size: 1.2rem;
}


/* FALLBACK FOR OLDER BROWSERS --------------------------------------------------------------------------- */
#content-wrapper header {
	float:left;
	width: 230px;
}

#content-wrapper #main-content {
	width: 950px;
	margin-left: 280px;
	margin-bottom: 50px;
}

footer.g-item {
	clear: both;
}

footer.g-item address, footer.g-item ul {
	float:left;
	width: 260px;
}

footer.g-item .fBack {
	float:left;
	width: 167px;
}
footer.g-item .fBack.gr2 {
	width: 334px;
}

#footer_main::after, .press-images::after, #memberbox .home_img::after { 
  content: "";
  display: block; 
  clear: both;
}

.dashedbox-content .dashed-left {
	float:left;
	width: 45%;
}

.dashedbox-content form, .dashedbox-content img {
	margin-left: 50%;
	width: 50%;
}

#eventbox .dashedbox-content h3 {
	float:left;
	width: 280px;
}

#eventbox .dashedbox-content p {
	margin-left: 280px;
}

.basic-2 main {
	float:left;
	width: 560px;
}

.basic-2 aside {
	margin-left: 690px;
}

.gridview-archive {
	float:left;
	width: 48%;
	margin-bottom: 68px;
}

.gridview-press {
	float:left;
	width: 270px;
	margin-bottom: 34px;
}

.gridview-press:nth-of-type(2n+1), .gridview-archive:nth-of-type(2n+1) {
	margin-right: 4%;
}

.gridview-shop {
	float:left;
	width: 300px;
	margin-bottom: 68px;
	margin-right: 20px;
}

.gridview-shop:nth-of-type(3n) {
	margin-right: 0;
}

/* and back again */
@supports(grid-area: auto) {
	#content-wrapper header, #content-wrapper #main-content, footer.g-item .fBack, #eventbox .dashedbox-content h3, 
	.dashedbox-content .dashed-left, .dashedbox-content form,
	.basic-2 main, .press-images figure, .gridview-archive, .gridview-press, .gridview-shop,
	footer.g-item address, footer.g-item ul,
	footer.g-item .fBack.gr2 {
		float:none;
		width: auto;
	}
	#content-wrapper #main-content, #eventbox .dashedbox-content p, 
	.dashedbox-content form, .dashedbox-content img,
	.basic-2 aside {
		margin-left: 0;
	}

	.dashedbox-content img {
		width: 100%;
	}
	
	.gridview-archive, .gridview-press, .gridview-shop {
		margin-bottom: 0;
	}
	
	.gridview-archive:nth-of-type(2n+1), .gridview-press:nth-of-type(2n+1), .gridview-shop, .gridview-shop:nth-of-type(3n) {
		margin-right: 0;
	}
}

/* FORMS --------------------------------------------------------------------------- */
article form label, aside form label {
	font-family: 'NORM-L';
	font-size: 1.6rem;
}
article form label span, aside form label span {
	font-family: 'AtlasL';
}
article form input, aside form input, .newsletter_form_column form input  {
	outline: none;
	border: none;
 	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
 	margin: 0;
 	background: none;
 	white-space:pre;
}
article form input[type="text"], article form input[type="tel"], article form input[type="email"], article form input[type="date"], article form input[type="number"], article form input[type="submit"],
aside form input[type="email"], aside form input[type="submit"],
.newsletter_form_column form input[type="email"], .newsletter_form_column form input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
article form input[type="text"], article form input[type="tel"], article form input[type="date"], article form input[type="number"], article form input[type="email"], aside form input[type="email"], .newsletter_form_column form input[type="email"],
#FilePathTxt {
	height: 40px;
	width: 100%;
	background-color:rgb(229,229,255);
	color: blue;
	border: 0;
	padding-left: 10px;
}
article form textarea, #FilePathTxt  {
	width: 100%;
	background-color:rgb(229,229,255);
	color: blue;
	border: 0;
	padding-left: 10px;
}
article form input[type="radio"], article form input[type="checkbox"] {
	background-color:rgb(229,229,255);
	height: 20px;
	width: 20px;
}
article form input[type="submit"], aside form input[type="submit"], .newsletter_form_column form input[type="submit"], article form [type="file"] + label, .filebutton {
	width:100%;
	text-indent: 0;
	font-size: 1.7rem;
	font-family: 'NORM-R';
	color:blue;
	display: block;
	padding:2px 8px 2px 8px;
	border: 4px dashed blue;
	margin-top: 40px;
	margin-bottom: 40px;
    transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
aside form input[type="submit"], .newsletter_form_column form input[type="submit"] {
	margin-top: 0;
	margin-bottom: 5px;
}
article form input[type="submit"]:disabled {
	color:lightgrey;
	border-color:lightgrey;
}
article form input[type="submit"]:hover, aside form input[type="submit"]:hover, .newsletter_form_column form input[type="submit"]:hover, article form [type="file"]:focus + label, article form [type="file"] + label:hover, .filebutton:hover, .filebutton:focus  {
    transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
    border: 2px dashed black;
	padding:4px 10px 4px 10px;
	color:black;
	cursor:pointer;
}

article form [type="file"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px; 
}
.filebutton {
	text-align: center;
	color:purple;
	border-color:purple;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 97%;
}
#FilePathTxt {
	display: none;
	font-family: 'NORM-L', Geneva, mono-spaced;
	font-size: 1.6rem;
	padding: 10px 8px 2px 8px;
	height: 30px;
	overflow-y: hidden;
	overflow-x: scroll;
	overflow: -moz-scrollbars-none; 
	-ms-overflow-style: none;
    scrollbar-width: none;
	white-space: nowrap;
}

article form [type="file"]:focus + label {
	border-color:orange;
} 
article form [type="file"]:focus + label, article form [type="file"] + label:hover {
    border: 2px dashed black;
}

article form input[type="date"] {
	padding-top: 12px;
}

button#reset-button.datetime-reset-button {
	padding-top: 0 !important;
}

article form input[type="number"] {
	width:15%;
}


article form h3 {
	padding-bottom: 3.4rem;
}
article form h3:first-of-type{
	padding-bottom: 0;
}
.wpcf7-response-output {
	margin-bottom:40px;
}

.newsletter_form_column form input, .newsletter_form_column form input[type="email"], .newsletter_form_column form input[type="submit"] {
	width: 90%;
}
.newsletter_form_column form input[type="email"] {
	margin:10px 0 10px 0
}

.newsletter_form_column p {
	margin-bottom: 0;
}

article form .radiollist span, span.wpcf7-list-item {
	margin: 0;
	display: block;
	padding-bottom: 10px;
}
div[role="alert"] {
	padding:2px 8px 2px 8px;
	border: 4px dashed blue;
	color:red;
	border-color: red;
	margin: 0;
}

/* XTRA */
.main-alert h2 {
	margin-bottom: 0;
}

#homevideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
#homevideo iframe, #homevideo object, #homevideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}