@charset "utf-8";
/*
 Theme Name:   Twentynineteen Child Initiative Musik 2023
 Description:  Twentynineteen Child Theme for Initiative Musik Website
 Author:       Chris
 Template:     twentynineteen
 Version:      1.0.32
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentynineteen-child
*/

/*** FONT EMBEDDING ***/
@font-face {
  font-family: "Noi-Grotesk";
  src: url("fonts/NoiGrotesk-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/NoiGrotesk-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/NoiGrotesk-Regular.svg") format("svg"), /* Legacy iOS */
    url("fonts/NoiGrotesk-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/NoiGrotesk-Regular.woff") format("woff"), /* Modern Browsers */
    url("fonts/NoiGrotesk-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noi-Grotesk-Bold";
  src: url("fonts/NoiGrotesk-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/NoiGrotesk-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/NoiGrotesk-Bold.svg") format("svg"), /* Legacy iOS */
    url("fonts/NoiGrotesk-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/NoiGrotesk-Bold.woff") format("woff"), /* Modern Browsers */
    url("fonts/NoiGrotesk-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noi-Grotesk-Italic";
  src: url("fonts/NoiGrotesk-RegularItalic.eot"); /* IE9 Compat Modes */
  src: url("fonts/NoiGrotesk-RegularItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/NoiGrotesk-RegularItalic.svg") format("svg"), /* Legacy iOS */
    url("fonts/NoiGrotesk-RegularItalic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/NoiGrotesk-RegularItalic.woff") format("woff"), /* Modern Browsers */
    url("fonts/NoiGrotesk-RegularItalic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DJPDiatype";
  src: url("fonts/DeutscherJazzpreisDiatype-Medium.woff") format("woff"), /* Modern Browsers */
    url("fonts/DeutscherJazzpreisDiatype-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


/*** HTML Elements ***/
*:focus-visible {
	outline:none;
}
strong {
	font-family: 'Noi-Grotesk-Bold';
	font-weight:normal;
}
em {
	font-family: 'Noi-Grotesk-Italic';
	font-style:normal;
}
h1, h2.h2-subpage {
	margin-bottom:37px;
	font-family:'Noi-Grotesk-Bold';
	font-size:75px;
	line-height:80px;
	letter-spacing:-1.5px;
	font-weight:normal;
}
h1.subpage {
	margin-bottom:100px;
}
#post-2 h1, h2 {
	margin:0 0 100px;
	font-family:'Noi-Grotesk';
	font-size:70px;
	font-weight:normal;
	line-height:72px;
	letter-spacing:-1.4px;
	-webkit-hyphens:none;
	hyphens:none;
}
#post-1916 h2 {
	margin-bottom:30px;
}
.member-container h2 {
	margin-bottom:0 !important;
	line-height:1.3;
	font-size:20px;
	font-family:'Noi-Grotesk-Bold';
	letter-spacing:0.1px;
}
:is(article, aside, nav, section) h1 {
	margin-top:0;
}
h3, .content-box h2:not(h2.h2-subpage), .nl-box h2, .video-text h2, h2.h2-timetable {
	margin:0;
	font-family:'Noi-Grotesk-Bold';
	font-size:30px;
	line-height:32px;
	letter-spacing:-0.15px;
	font-weight:normal;
}
.content-box h2 {
	margin-bottom:30px;
}
.nl-box h2 {
	margin:0 0 44px 0;
}
h2.h2-timetable {
	margin:50px 0 30px 20px;
}
p {
	margin-top:0;
}
video {
	width:100%;
}
#post-2 video {
	margin:90px 0 150px;
}
#post-17 video {
	margin-bottom:100px;
}
.video-dummy {
	margin:90px 0 150px;
	padding-top:38.75%;
	background-color:#ccc;
}
video.fullwidth, .video-dummy.fullwidth, .header-img.fullwidth {
	width:calc(100vw + -20px);
	margin:100px 0 100px -20px;
}
.header-img.fullwidth img {
	width:100%;
	height:auto;
}
ul {
	padding-inline-start:30px;
	list-style-type:disc;
}
ul li ul {
	margin-top:20px;
}
li {
  display:list-item;
  margin:0 20px 10px 0;
}
nav ul, nav ol {
	padding:0;
	list-style-type:none;
}
nav ol {
	margin:0;
}
nav ol li {
	display:inline-block;
}
li.eyeable_iconcontainer {
	height:50px;
	width:44px;
	background:url('https://initiative-musik.de/wp-content/themes/inimu-2023/images/Icon_Eye-Able.svg') no-repeat center;
	background-size:36px 36px;
	margin-top:-10px;
	cursor:pointer;
	position:relative;
	z-index:20;
	vertical-align:middle;
}
article:not(#post-2) {
	margin-top:150px;
}
article#post-8 { /* Doku */
	margin:140px 20px 0;
}
button {
	border:none;
	background:none;
	padding:0;
	box-sizing:content-box;
	cursor:pointer;
	font-family:'Noi-Grotesk';
	color:#000;
}
label {
	display:block;
	font-size:20px;
}
input, textarea {
	max-width:60%;
	font-size:30px;
}
input[type="checkbox"] {
	margin:-5px 10px 0 0;
	vertical-align:middle;
}
::-moz-focus-inner {
	padding-inline:0;
	border:none;
}
::-ms-input-placeholder {
	font-size:30px;
	line-height:32px;
	color:#d0d0d0;
	opacity:1;
	font-family:'Noi-Grotesk';
}
::-webkit-input-placeholder {
	font-size:30px;
	line-height:32px;
	color:#d0d0d0;
	opacity:1;
	font-family:'Noi-Grotesk';
}
::placeholder {
	font-size:30px;
	line-height:32px;
	color:#969696;
	opacity:1;
	font-family:'Noi-Grotesk';
}
.rmBase__compContainer ::-ms-input-placeholder {
	font-size:20px;
	line-height:22px;
}
.rmBase__compContainer ::-webkit-input-placeholder {
	font-size:20px;
	line-height:22px;
}
.rmBase__compContainer ::placeholder {
	font-size:20px;
	line-height:22px;
}

#text4415218::-ms-input-placeholder {
	color:#000;
}
#text4415218::-webkit-input-placeholder {;
	color:#000;
}
#text4415218::placeholder {
	color:#000;
}

/*** GENERAL PAGE LAYOUT ***/
html, body {
	background-color:#fff;
	color:#000;
	font-family:'Noi-Grotesk', sans-serif;
	font-size:30px;
	line-height:32px;
	letter-spacing:-0.15px;
	margin:0;
	padding:0;
	/*-webkit-hyphens:auto;
	hyphens:auto;*/
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:100%;
}
.screen-reader-text {
	border:0;
	overflow:hidden;
	position:absolute !important;
	word-wrap:normal !important;
}
.hide-from-screen {
	position:fixed;
	left:-10000px;
	display:block !important;
}
.skip-link {
	background-color:#ffc800;
	height:30px;
	width:280px;
	text-align:center;
	margin-left:-140px;
	left:-10000px;
	padding:8px;
	transition:left 0.5s;
}
.skip-link:focus {
	left:50%;
	top:22px;
	z-index:10000;
}
.site-branding-container {
	position:relative;
	z-index:3;
}
.site-header, .entry-header, .entry-content, .site-footer {
	margin:0 auto;
	padding:0 20px;
	box-sizing:border-box;
}
.site-header {
	position:fixed;
	top:0;
	width:100%;
	padding:20px 0 0 20px;
	background-color:#fff;
	z-index:1050;
}
.entry-header {
	position:relative;
	padding:0;
}
.logo-inimu {
	width:155px;
	height:54px;
}
.logo-inimu-export {
	position:absolute;
	height:61px;
}
.breadcrumb {
	margin:-15px 0 100px;
}

/* Menu */
.main-navigation-bg {
	content:'';
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-color:rgba(0,0,0,0.75);
	display:none;
}
.main-navigation {
	position:absolute;
	left:0;
	z-index:1100;
	width:100%;
	height:calc(100vh - 78px);
	max-height:446px;
	padding:40px 20px 20px;
	box-sizing:border-box;
	background-color:#fff;
	display:none;
	justify-content:space-between;
	overflow-y:auto;
}
.main-navigation p {
	margin-bottom:40px;
	font-family:'Noi-Grotesk-Bold';
	font-size:20px;
}
.main-navigation a {
	display:inline-block;
	color:#000;
	text-decoration:none;
	background-color:#fff;
}
.main-navigation h2 {
	margin:0 0 40px;
	font-size:20px;
	line-height:32px;
	letter-spacing:-0.15px;
	font-family:'Noi-Grotesk-Bold';
}
.main-navigation h2 button {
	display:none;
}
.menu-button, .menu-close-button {
	position:absolute;
	z-index:5;
	top:8px;
	right:0;
	width:50px;
	height:35px;
	padding:20px 20px 14px;
	background-color:#fff;
}
.menu-close-button {
	z-index:10;
	display:none;
}
.menu-close-button img, .close-faq-search img {
	width:35px;
}
.logo-inimu.white-filter, .menu-button img.white-filter, .menu-close-button img.white-filter, .pfeil-links img.white-filter, .pfeil-rechts img.white-filter, .leichte-sprache.white-filter {
	filter:brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(15%) hue-rotate(78deg) brightness(103%) contrast(106%);
}
.slide-button, .readmore {
	position:relative;
	display:block;
	width:fit-content;
	padding:0 0 8px 41px;
	font-size:75px;
	line-height:77px;
	letter-spacing:-1.5px;
	text-align:left;
	background-color:#fff;
	cursor:pointer;
}
.slide-button.big, .slide-button.team, summary.section-summary, summary.doku-summary {
	background-color:#fff;
}
summary.section-summary.sub, summary.section-summary.pgdesc, summary.section-summary.chrnik {
	margin:0 0 20px 0;
	padding-left:30px;
	font-size:30px;
	line-height:36px;
	font-family:'Noi-Grotesk-Bold';
	letter-spacing:-0.15px;
}
summary.section-summary.chrnik {
	margin:0 0 10px 20px;
}
summary.section-summary.pgdesc {
	margin-left:20px;
}
summary.doku-summary {
	max-width:434px;
	margin:0 0 5px 21px;
	padding:0 0 5px 22px;
	font-size:30px;
	line-height:30px;
	letter-spacing:-0.15px;
}
.search-category summary.doku-summary {
	color:#969696;
}
.search-category summary.doku-summary.selected {
	color:#000;
}
.slide-button.mid, .readmore {
	margin:0 0 20px 0;
	padding-left:30px;
	font-size:30px;
	line-height:36px;
	font-family:'Noi-Grotesk-Bold';
	background-color:#fff;
	letter-spacing:-0.15px;
}
.readmore {
	padding-bottom:0;
}
.slide-button.mid.faq-sub {
	max-width:65%;
}
.slide-button::before, .nl-privacy::before, .readmore::before {
	content:'';
	position:absolute;
	left:0;
	top:36px;
	height:20px;
	width:20px;
	background:url('images/Dropdown.svg');
	transform:rotate(0deg);
	transition:transform 0.5s;
}
.slide-button.mid::before, .readmore::before {
	top:13px;
	height:15px;
	width:15px;
	background-size:15px;
}
.slide-button.down::before, button.search-subj.down::before, button.doku-yearselect.down::before, .result-name.down::before, .nl-privacy.down::before, .readmore.down::before {
	transform:rotate(180deg);
}
.slide-text-container {
	margin:0 0 50px 30px;
	max-width:65%;
}
.slide-text-container.aboutus {
	margin:0 0 50px 30px;
	max-width:65%;
}
.slide-text-container.pm div {
	margin-bottom:12px;
}
.slide-text-container.pm div span, .csvstate {
	font-size:20px;
}
.header-menu {
	position:absolute;
	top:20px;
	display:flex;
	right:5%;
}
.langswitch {
	position:relative;
	z-index:15;
	top:0;
	right:0;
	margin:-25px 10px 0 0;
}
.leichte-sprache {
	position:relative;
	z-index:10;
	height:35px;
	width:37px;
}
.leichte-sprache.gs {
	width:34px;
}

/* Home page */
.slider-container {
	position:relative;
	width:calc(100% + 40px);
	padding-top:118px;/*100px*/
	margin-left:-20px;
	overflow-x:hidden;
}
.slider-arrows, .slider-arrows-news, .slider-arrows-insta, .slider-arrows-generic {
	position:relative;
}
.slider-arrows-insta {
	top:52px;
}
.slider-container.studien {
	width:calc(100% + 20px);
}
.slider-container.export-news {
	width:calc(100% + 60px);
	margin-left:-40px;
}
.slider-container.export-details {
	width:100%;
	margin-left:0;
}
.slider-container.export-imgs {
	width:calc(100% + 64px);
	margin-left:-64px;
}

.slick-slider {
	margin-bottom:0;
}
.slick-initialized .slick-slide, .slick-initialized .slick-slide img, .slider-item {
	width:574px;
}
#sbi_images.slick-initialized .slick-slide, #sbi_images.slick-initialized .slick-slide div {
	width:284px;
}
.slick-initialized .slick-slide {
	padding-left:20px;
}
.slick-slider .slick-list {
	padding:0 !important;
}
#slider-html {
	position:absolute;
	left:-10000px;
	width:0;
}

.arrow-left {
	cursor:url('images/Pfeil_links.svg') 29 29, auto;
}
.arrow-right {
	cursor:url('images/Pfeil_rechts.svg') 29 29, auto;
}
.h2-featured {
	margin-top:172px;
}
.h2-news {
	margin-top:-10px;
}
.h2-foerderung {
	margin-top:150px;
}
.h2-awards {
	margin-top:75px;
}
.newsdate {
	font-size:20px;
}
.pause-button {
	position:absolute;
	bottom:65px;
	right:10px;
	width:50px;
	height:50px;
	background:url('https://initiative-musik.de/wp-content/themes/inimu-2023/images/pause.png') no-repeat center;
	background-size:50px;
	padding:10px;
	border-radius:43px;
}
.pause-button.play {
	background-image:url('images/play.png');
}
.pause-button:hover, .pause-button:focus {
	background-color:#af00ff;
}

/* Studien*/
.horizontal-slider.studien.slick-initialized .slick-slide, .horizontal-slider.studien.slider-item {
	width:680px;
}
.horizontal-slider.studien .studien-box {
	width:620px !important;
	padding:30px;
}
.news-slider .news-box, .generic-slider .news-box {
	padding:40px 30px 50px;
	box-sizing:border-box;
}
.news-slider .news-box p, .generic-slider .news-box p {
	font-size:30px;
	line-height:32px;
	box-sizing:border-box;
}
.horizontal-slider.studien .studien-box p {
	width:650px;
}
.studien-box li {
	margin-bottom:0;
}

/* Kalender */
.kalender-box.first {
	display:inline-block;
	margin-right:20px;
	padding:46px 20px 51px;
	white-space:nowrap;
	font-family:'Noi-Grotesk-Bold';
	vertical-align:top;
}
.kalender-box.first.tt {
	display:table-cell;
	width:176px;
}
.kalender-box.scnd {
	display:inline-block;
	max-width:1000px;
	padding:46px 20px 51px;
}
.kalender-box.scnd.int {
	padding-right:350px;
}
.kalender-box.scnd.tt {
	display:table-cell;
	padding-right:350px;
}
.kalender-eintrag {
	margin-bottom:20px;
}
.kalender-eintrag.tt {
	display:table-row;
}
.kalender-eintrag p:last-of-type {
	margin-bottom:0;
}
.content-box.kal {
	margin-top:20px;
	width:calc(100vw - 40px);
}
.kalender-eintrag.int {
	margin-left:-20px;
}
.table-dummy {
	display:table-cell;
	width:20px;
	padding-top:20px;
}
.table-dummy.p40 {
	padding-top:40px;
}

/* Team, Netzwerk */
.member-container {
	width:338px;
	margin:0 12px 50px 0;
}
.member-container img {
	display:block;
	width:338px;
	height:338px;
	margin-bottom:20px;
}
.netzwerk-container {
	width:240px;
	margin-right:12px;
}
.netzwerk-container img {
	display:block;
	width:240px;
	height:auto;
	margin-bottom:20px;
	border:1px solid #000;
}
.member-container p, .slick-slide p {
	font-size:20px;
	line-height:22px;
	letter-spacing:0.1px;
	font-family:'Noi-Grotesk', sans-serif;
}
.member-container p:last-of-type {
	margin-bottom:0;
}
.netzwerk-container p {
	margin:-10px 0 35px;
}

/* Überblick */
.ueberblick-container {
	max-width:1416px;
}
.ueberblick-container > div {
	max-width:692px;
	margin:0 16px 75px 0;
}
@media only screen 
and (min-width : 1280px) 
and (max-width : 1480px) {
	.ueberblick-container > div {
		max-width:none;
		width:48.6%;
	}
}
.ueberblick-container > div img {
	margin-bottom:26px;
	width:100%;
}
.ueberblick-container > div p {
	margin-top:32px;
}

/* Footer */
.site-footer {
	height:200px;
	line-height:22px;
	letter-spacing:0.1px;
	color:#fff;
	background-color:#000;
	font-size:20px;
	padding:66px 20px 0 38px;
}
.social-menu {
	width:240px;
	height:72px;
	margin:0 -20px 0 310px;
	padding:0 20px 20px;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	background-color:#000;
}
.linktree-header .social-menu {
	background:none;
}
.in-icon, .sp-icon {
	height:26px;
}
.fb-icon {
	height:24px;
}
.li-icon {
	height:23px;
}
.yt-icon {
	height:18px;
}
.content-box {
	margin:100px 0 !important;
}
.slide-content-box {
	margin:100px 0 0 65px;
}
#post-24 .content-box {
	margin:0;
	padding-top:50px;
}
#post-24 .entry-content > div:first-of-type {
	margin-bottom:50px;
}
.content-box.jobs {
	margin:0 0 0 -20px;
	padding:50px 0 0 60px;
}
.content-box.hide-from-screen {
	margin:50px 0 0 41px;
}
.content-box p, .slide-content-box p, .content-box ul, .slide-content-box ul {
	max-width:920px;
}
.content-box.dwnld {/*Downloads*/
	margin:10px 0 50px 67px;
	width:calc(100vw - 90px);
}
#post-7 .content-box.dwnld {/*Netzwerk*/
	margin-left:66px !important;
}
.content-box.mt30-10.pl40 > div {/*Downloads*/
	margin-bottom:10px;
}
.entry-content > div:last-of-type, .content-box > p:last-of-type {
	margin-bottom:0;
}
.content-box.w1005 p {
	max-width:1005px;
}
.info-box-start {
	display:inline-block;
	line-height:77px;
	/*height:80px;*/
	margin:100px 0 0 -20px;
	padding:61px 27px 62px 20px;
	font-size:75px;
	letter-spacing:-1.5px;
}
.info-box-start p {
	margin:0;
}
.info-box {
	width:785px;
	margin:50px 0 0 -20px;
	padding:50px 20px;
	box-sizing:border-box;
}
table, td {
	padding-bottom:30px;
	border:none;
	vertical-align:top;
	max-width:920px;
}
details .info-box {
	margin-left:0;
}
.slide-content-box .info-box {
	margin-left:-65px;
}
.slide-content-box.export .info-box {
	margin-bottom:50px;
}
#post-31 .info-box {
	display:inline-block;
	margin-right:30px;
	min-height:414px;
	vertical-align:top;
}
.info-box p:last-of-type {
	margin-bottom:0;
}
.pl40 .info-box {
	margin-left:-60px;
}
.narrow {
	width:650px;
}
.wide {
	width:965px;
}
.extra-wide {
	width:1095px;
}
.partner-logos {
	max-width:1070px;
	margin:72px 0 29px 0;
	padding:20px;
	align-items:start;
	background-color:#fff;
}
.logo-bkm {
	width:228px;
}
.logo-gvl {
	width:96px;
}
.logo-gema {
	width:57px;
	margin-top:-3px;
}
.logo-dmr {
	width:168px;
}
.logo {
	max-height:100px;
	margin:0 0 50px 0;
}
.logo-sxsw {
	max-width:270px;
	margin:0 0 50px 0;
}
.logo-int-coop {
	width:90%;
	margin-bottom:75px;
}

/* Links */
.blau {
	background-color:var(--blau);
}
.gelb {
	background-color:var(--gelb);
}
.orange {
	background-color:var(--orange);
}
.gruen {
	background-color:var(--gruen);
}
.pink {
	background-color:var(--pink);
}
.lila {
	background-color:var(--lila);
}
a.link-intern-l.blau:hover, a.link-extern-l.blau:hover, a.link-intern-l.blau:focus, a.link-extern-l.blau:focus, .slide-button.blau:hover, .slide-button.mid.blau:hover, .doku-scope.blau:hover, .doku-scope.blau:focus, .menu-button.blau:hover, .search-results-list button.blau.high:hover, .search-results-list button.blau.high:focus, summary.blau:hover, summary.blau:focus {
	box-shadow:inset 0 -80px 0 0 var(--blau);
}
a.link-intern-l.gelb:hover, a.link-extern-l.gelb:hover, a.link-intern-l.gelb:focus, a.link-extern-l.gelb:focus, .slide-button.gelb:hover, .slide-button.mid.gelb:hover, .doku-scope.gelb:hover, .doku-scope.gelb:focus, .menu-button.gelb:hover, .search-results-list button.gelb.high:hover, .search-results-list button.gelb.high:focus, summary.gelb:hover, summary.gelb:focus {
	box-shadow:inset 0 -80px 0 0 var(--gelb);
}
a.link-intern-l.orange:hover, a.link-extern-l.orange:hover, a.link-intern-l.orange:focus, a.link-extern-l.orange:focus, .slide-button.orange:hover, .slide-button.team.orange:hover, .slide-button.mid.orange:hover, .doku-scope.orange:hover, .doku-scope.orange:focus, .menu-button.orange:hover, .search-results-list button.orange.high:hover, .search-results-list button.orange.high:focus, summary.orange:hover, summary.orange:focus {
	box-shadow:inset 0 -80px 0 0 var(--orange);
}
a.link-intern-l.gruen:hover, a.link-extern-l.gruen:hover, a.link-intern-l.gruen:focus, a.link-extern-l.gruen:focus, .slide-button.gruen:hover, .slide-button.mid.gruen:hover, .doku-scope.gruen:hover, .doku-scope.gruen:focus, .menu-button.gruen:hover, .search-results-list button.gruen.high:hover, .search-results-list button.gruen.high:focus, summary.gruen:hover, summary.gruen:focus {
	box-shadow:inset 0 -80px 0 0 var(--gruen);
}
a.link-intern-l.pink:hover, a.link-extern-l.pink:hover, .slide-button.pink:hover, a.link-intern-l.pink:focus, a.link-extern-l.pink:focus, .slide-button.mid.pink:hover, .doku-scope.pink:hover, .doku-scope.pink:focus, .menu-button.pink:hover, .search-results-list button.pink.high:hover, .search-results-list button.pink.high:focus, summary.pink:hover, summary.pink:focus {
	box-shadow:inset 0 -80px 0 0 var(--pink);
}
a.link-intern-l.lila:hover, a.link-extern-l.lila:hover, .slide-button.lila:hover, a.link-intern-l.lila:focus, a.link-extern-l.lila:focus, .slide-button.mid.lila:hover, .doku-scope.lila:hover, .doku-scope.lila:focus, .menu-button.lila:hover, .search-results-list button.lila.high:hover, .search-results-list button.lila.high:focus, summary.lila:hover, summary.lila:focus {
	box-shadow:inset 0 -80px 0 0 var(--lila);
}

.slide-button.blau.high:hover {
	box-shadow:inset 0 -120px 0 0 var(--blau);
}
.slide-button.gelb.high:hover {
	box-shadow:inset 0 -120px 0 0 var(--gelb);
}
.slide-button.orange.high:hover {
	box-shadow:inset 0 -120px 0 0 var(--orange);
}
.slide-button.gruen.high:hover {
	box-shadow:inset 0 -120px 0 0 var(--gruen);
}
.slide-button.pink.high:hover {
	box-shadow:inset 0 -120px 0 0 var(--pink);
}
.slide-button.lila.high:hover {
	box-shadow:inset 0 -120px 0 0 var(--lila);
}

.slide-button.big.blau.high:hover, .slide-button.team.blau.high:hover, summary.section-summary.blau.high:hover {
	box-shadow:inset 0 -160px 0 0 var(--blau);
}
.slide-button.big.gelb.high:hover, .slide-button.team.gelb.high:hover, summary.section-summary.gelb.high:hover {
	box-shadow:inset 0 -160px 0 0 var(--gelb);
}
.slide-button.big.orange.high:hover, .slide-button.team.orange.high:hover, summary.section-summary.orange.high:hover {
	box-shadow:inset 0 -160px 0 0 var(--orange);
}
.slide-button.big.gruen.high:hover, .slide-button.team.gruen.high:hover, summary.section-summary.gruen.high:hover {
	box-shadow:inset 0 -160px 0 0 var(--gruen);
}
.slide-button.big.pink.high:hover, .slide-button.team.pink.high:hover, summary.section-summary.pink.high:hover {
	box-shadow:inset 0 -160px 0 0 var(--pink);
}
.slide-button.big.lila.high:hover, .slide-button.team.lila.high:hover, summary.section-summary.lila.high:hover {
	box-shadow:inset 0 -160px 0 0 var(--lila);
}

button.pfeil-links.blau:hover, button.pfeil-rechts.blau:hover, button.pfeil-links.blau:focus, button.pfeil-rechts.blau:focus {
	box-shadow:inset 0 -50px 0 0 var(--blau);
}
button.pfeil-links.gelb:hover, button.pfeil-rechts.gelb:hover, button.pfeil-links.gelb:focus, button.pfeil-rechts.gelb:focus, .form-section input[type="submit"]:hover {
	box-shadow:inset 0 -50px 0 0 var(--gelb);
}
button.pfeil-links.orange:hover, button.pfeil-rechts.orange:hover, button.pfeil-links.orange:focus, button.pfeil-rechts.orange:focus {
	box-shadow:inset 0 -50px 0 0 var(--orange);
}
button.pfeil-links.gruen:hover, button.pfeil-rechts.gruen:hover, button.pfeil-links.gruen:focus, button.pfeil-rechts.gruen:focus {
	box-shadow:inset 0 -50px 0 0 var(--gruen);
}
button.pfeil-links.pink:hover, button.pfeil-rechts.pink:hover, button.pfeil-links.pink:focus, button.pfeil-rechts.pink:focus {
	box-shadow:inset 0 -50px 0 0 var(--pink);
}
button.pfeil-links.lila:hover, button.pfeil-rechts.lila:hover, button.pfeil-links.lila:focus, button.pfeil-rechts.lila:focus {
	box-shadow:inset 0 -50px 0 0 var(--lila);
}

a.buttonlink.blau:hover, a.buttonlink.blau:focus, ul.main-menu li a.blau:hover, ul.main-menu li a.blau:focus, a.link-intern-m.blau:hover, a.lauftext.blau:hover, a.lauftext.blau:focus, p a.blau:hover, .searchfilter .blau:hover, .searchfilter .blau:focus, .alphabet-button.blau:hover, .alphabet-button.blau:focus, .search-item.blau:hover, .search-results-list button.blau:hover, a.downl-in-text.blau:hover, .breadcrumb a.blau:hover, .breadcrumb a.blau:focus, #refresh.blau:hover, #refresh.blau:focus, .readmore.blau:hover {
	box-shadow:inset 0 -32px 0 0 var(--blau);
}
a.buttonlink.gelb:hover, a.buttonlink.gelb:focus, ul.main-menu li a.gelb:hover, ul.main-menu li a.gelb:focus, a.link-intern-m.gelb:hover, a.lauftext.gelb:hover, a.lauftext.gelb:focus, p a.gelb:hover, .searchfilter .gelb:hover, .searchfilter .gelb:focus, .alphabet-button.gelb:hover, .alphabet-button.gelb:focus, .search-item.gelb:hover, .search-results-list button.gelb:hover, a.downl-in-text.gelb:hover, .breadcrumb a.gelb:hover, .breadcrumb a.gelb:focus, #refresh.gelb:hover, #refresh.gelb:focus, .readmore.gelb:hover {
	box-shadow:inset 0 -32px 0 0 var(--gelb);
}
a.buttonlink.orange:hover, a.buttonlink.orange:focus, ul.main-menu li a.orange:hover, ul.main-menu li a.orange:focus, a.link-intern-m.orange:hover, a.lauftext.orange:hover, a.lauftext.orange:focus, p a.orange:hover, .searchfilter .orange:hover, .searchfilter .orange:focus, .alphabet-button.orange:hover, .alphabet-button.orange:focus, .search-item.orange:hover, .search-results-list button.orange:hover, a.downl-in-text.orange:hover, .breadcrumb a.orange:hover, .breadcrumb a.orange:focus, #refresh.orange:hover, #refresh.orange:focus, .readmore.orange:hover {
	box-shadow:inset 0 -32px 0 0 var(--orange);
}
a.buttonlink.gruen:hover, a.buttonlink.gruen:focus, ul.main-menu li a.gruen:hover, ul.main-menu li a.gruen:focus, a.link-intern-m.gruen:hover, a.lauftext.gruen:hover, a.lauftext.gruen:focus, p a.gruen:hover, .searchfilter .gruen:hover, .searchfilter .gruen:focus, .alphabet-button.gruen:hover, .alphabet-button.gruen:focus, .search-item.gruen:hover, .search-results-list button.gruen:hover, a.downl-in-text.gruen:hover, .breadcrumb a.gruen:hover, .breadcrumb a.gruen:focus, #refresh.gruen:hover, #refresh.gruen:focus, .readmore.gruen:hover {
	box-shadow:inset 0 -32px 0 0 var(--gruen);
}
a.buttonlink.pink:hover, a.buttonlink.pink:focus, ul.main-menu li a.pink:hover, ul.main-menu li a.pink:focus, a.link-intern-m.pink:hover, a.lauftext.pink:hover, a.lauftext.pink:focus, p a.pink:hover, .searchfilter .pink:hover, .searchfilter .pink:focus, .alphabet-button.pink:hover, .alphabet-button.pink:focus, .search-item.pink:hover, .search-results-list button.pink:hover, a.downl-in-text.pink:hover, .breadcrumb a.pink:hover, .breadcrumb a.pink:focus, #refresh.pink:hover, #refresh.pink:focus, .readmore.pink:hover {
	box-shadow:inset 0 -32px 0 0 var(--pink);
}
a.buttonlink.lila:hover, a.buttonlink.lila:focus, ul.main-menu li a.lila:hover, ul.main-menu li a.lila:focus, a.link-intern-m.lila:hover, a.lauftext.lila:hover, a.lauftext.lila:focus, p a.lila:hover, .searchfilter .lila:hover, .searchfilter .lila:focus, .alphabet-button.lila:hover, .alphabet-button.lila:focus, .search-item.lila:hover, .search-results-list button.lila:hover, a.downl-in-text.lila:hover, .breadcrumb a.lila:hover, .breadcrumb a.lila:focus, #refresh.lila:hover, #refresh.lila:focus, .readmore.lila:hover {
	box-shadow:inset 0 -32px 0 0 var(--lila);
}

.logo-inimu.svg-blau:hover, a.logolink:focus .logo-inimu.svg-blau, .menu-button img.svg-blau:hover, .menu-button:focus img.svg-blau, .menu-close-button img.svg-blau:hover, .menu-close-button:focus img.svg-blau, .leichte-sprache.svg-blau:hover, .leichte-sprache.svg-blau:focus {
	 filter:var(--blau-filter);
}
.logo-inimu.svg-gelb:hover, a.logolink:focus .logo-inimu.svg-gelb, .menu-button img.svg-gelb:hover, .menu-button:focus img.svg-gelb, .menu-close-button img.svg-gelb:hover, .menu-close-button:focus img.svg-gelb, .leichte-sprache.svg-gelb:hover, .leichte-sprache.svg-gelb:focus {
	 filter:var(--gelb-filter);
}
.logo-inimu.svg-orange:hover, a.logolink:focus .logo-inimu.svg-orange, .menu-button img.svg-orange:hover, .menu-button:focus img.svg-orange, .menu-close-button img.svg-orange:hover, .menu-close-button:focus img.svg-orange, .leichte-sprache.svg-orange:hover, .leichte-sprache.svg-orange:focus {
	 filter:var(--orange-filter);
}
.logo-inimu.svg-gruen:hover, a.logolink:focus .logo-inimu.svg-gruen, .menu-button img.svg-gruen:hover, .menu-button:focus img.svg-gruen, .menu-close-button img.svg-gruen:hover, .menu-close-button:focus img.svg-gruen, .leichte-sprache.svg-gruen:hover, .leichte-sprache.svg-gruen:focus {
	 filter:var(--gruen-filter);
}
.logo-inimu.svg-pink:hover, a.logolink:focus .logo-inimu.svg-pink, .menu-button img.svg-pink:hover, .menu-button:focus img.svg-pink, .menu-close-button img.svg-pink:hover, .menu-close-button:focus img.svg-pink, .leichte-sprache.svg-pink:hover, .leichte-sprache.svg-pink:focus {
	 filter:var(--pink-filter);
}
.logo-inimu.svg-lila:hover, a.logolink:focus .logo-inimu.svg-lila, .menu-button img.svg-lila:hover, .menu-button:focus img.svg-lila, .menu-close-button img.svg-lila:hover, .menu-close-button:focus img.svg-lila, .leichte-sprache.svg-lila:hover, .leichte-sprache.svg-lila:focus {
	 filter:var(--lila-filter);
}
.langsw.blau:hover, .langsw.blau:focus {
	color:var(--blau);
}
.langsw.gelb:hover, .langsw.gelb:focus {
	color:var(--gelb);
}
.langsw.orange:hover, .langsw.orange:focus {
	color:var(--orange);
}
.langsw.gruen:hover, .langsw.gruen:focus {
	color:var(--gruen);
}
.langsw.pink:hover, .langsw.pink:focus, .address a:hover, .address a:focus, .office-menu a:hover, .office-menu a:focus {
	color:var(--pink);
}
.langsw.lila:hover, .langsw.lila:focus {
	color:var(--lila);
}
.social-menu a:hover, .social-menu a:focus {
	background-color:#ff64ff;
}
.nl-social {
	position:absolute;
	bottom:20px;
	right:20px;
	min-width:160px;
}
.social-menu a, a.nl-insta {
	display:block;
	width:40px;
	height:40px;
	padding:7px;
	border-radius:20px;
	box-sizing:border-box;
	text-align:center;
}
a.nl-insta {
	background-color:#fff;
}
a.nl-insta:hover, a.nl-insta:focus {
	background-color:#68cdff;
}
a.nl-insta .in-icon {
	position:relative;
	top:-2px;
}
a.nl-insta .fb-icon {
	position:relative;
	top:-3px;
}
a.nl-insta .li-icon {
	position:relative;
	top:-5px;
}
.social-menu a img {
	vertical-align:middle;
}
.slide-button, .readmore {
	box-shadow:inset 0 0 0 0 #fff;
	transition:box-shadow 0.4s ease-out;
	background-color:#fff;
}
a, a:visited, a:active {
	color:#000;
}
a.lauftext, p a, .breadcrumb a, .langswitch a, .editable_content div[rel="checkbox"] > div > div a, .slide-text-container a, a.downl-in-text, ul.main-menu li a {
	color:#000;
	background:none;
	box-shadow:inset 0 0 0 0 #fff;
	transition:box-shadow 0.4s ease-out;
}
.langswitch a {
	background-color:#fff;
	padding:20px 0 10px;
}
a.downl-in-text {
	padding-right:12px;
}
a.logolink {
	position:relative;
	display:inline-block;
	padding:5px 5px 0;
	margin:-5px -5px 0;
	background-color:#fff;
	transition:background-color 0.5s;
}
a.buttonlink {
	display:inline-block;
	height:33px;
	margin-right:10px;
	padding:0 10px;
	line-height:33px;
	text-align:center;
	font-size:15px;
	text-decoration:none;
	color:#000;
	background-color:#d0d0d0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	/*transition:background-color 0.5s;*/
	transition:box-shadow 0.4s ease-out;
}
a.link-intern-s, a.link-intern-m, a.link-intern-l, a.link-extern-l {
	display:inline-block;
	height:21px;
	line-height:21px;
	margin:0;
	font-size:20px;
	color:#000;
	background-color:#fff;
	/*transition:background-color 0.5s;*/
	transition:box-shadow 0.4s ease-out;
}
a.link-intern-s:hover {
	background-color:#00ff32;
}
a.link-intern-m {
	font-size:30px;
	height:30px;
}
a.link-intern-l, a.link-extern-l {
	position:relative;
	height:80px;
	line-height:80px;
	margin:0 0 5px;
	font-size:75px;
	letter-spacing:-1.5px;
}
a.link-extern-l {
	padding-right:60px;
}
a.link-extern-l.download {
	padding-right:40px;
}
.slide-wrapper a.link-extern-l.download {
	margin-left:41px;
}
a.link-intern-l:hover, a.link-extern-l:hover {
	text-decoration:none;
}
a.link-extern-l::after {
	content:'';
	position:absolute;
	top:30px;
	right:0;
	width:35px;
	height:35px;
	background-image:url('images/Pfeil_45grad.svg');
	background-size:35px;
}
a.link-extern-l.download::after, a.downl-in-text::after {
	display:inline-block;
	position:relative;
	right:-20px;
	top:0;
	background-size:45px;
	width:45px;
	height:45px;
	background-image:url('images/Pfeil_ab.svg');
}
a.downl-in-text::after {
	content:'';
	background-size:20px;
	width:20px;
	height:20px;
	top:0;
	right:-10px;
}
a.rectangle, button.rectangle, input.rectangle {
	display:inline-block;
	margin-top:45px;
	padding:15px;
	border:1px solid #000;
	text-decoration:none;
}
input.rectangle {
	display:block;
	margin:30px auto -70px;
	background-color:#00ff32;
	transition:box-shadow 0.4s ease-out;
}
.address {
	margin-top:-40px;
}
.address a, .office-menu a {
	color:#fff;
}
.info-box a, .info-box-start a, .kal a {
	color:#000;
	transition:box-shadow 0.4s ease-out;
}
.info-box a:hover, .info-box-start a:hover, .kal a:hover, input.rectangle:hover, .info-box a:focus, .info-box-start a:focus, .kal a:focus, input.rectangle:focus {
	box-shadow:inset 0 -80px 0 0 #fff;
	text-decoration:none;
}
input.rectangle:hover {
	border-color:#00ff32;
}
.table {
	display:table;
	margin-bottom:30px;
}
.tr {
	display:table-row;
}
.tr > div:first-of-type {
	width:456px;
}
.td {
	display:table-cell;
}

/* Doku */
.loading {
	position:absolute;
	top:50px;
	left:35%;
}
.loading img {
	width:100px;
}
.doku-header {
	position:relative;
	display:-webkit-flex;
	display:flex;
	margin:50px 0 100px;
}
.search-scope-selection {
	width:55%;
}
button.doku-scope {
	margin-bottom:5px;
	font-size:75px;
	line-height:77px;
	height:80px;
	letter-spacing:-1.5px;
	pointer-events:none;
	box-shadow:inset 0 0 0 0 #fff;
	transition:box-shadow 0.5s;
}
button.doku-scope.inactive {
	background:none;
	text-decoration:underline;
	pointer-events:all;
}
.alphabet-button {
	font-size:30px;
	margin-right:15px;
	padding:0 3px;
	text-decoration:underline;
	white-space:nowrap;
	cursor:pointer;
	background-color:#fff;
	transition:box-shadow 0.5s;
}

.artist-search {
	position:relative;
	margin:0 0 10px -3px;
	z-index:10;
}
.faq-search {
	display:flex;
	justify-content:flex-end;
	position:relative;
	z-index:2000;
	top:0;
	right:0;
	width:700px;
	margin:5px 30px 0 0;
}
#sres-disp {
	display:none;
	margin-right:30px;
	white-space:nowrap;
	color:#a6a6a6;
}
input#aname, input#keyword {
	position:relative;
	height:32px;
	border:none;
	margin-left:26px;
	font-size:30px;
	line-height:32px;
	font-family:'Noi-Grotesk';
}
input#keyword {
	width:310px;
	margin-left:6px;
	padding-bottom:5px;
	/*border-bottom:2px solid #a6a6a6;*/
}
button.lupe {
	position:absolute;
	left:0;
	top:8px;
	width:22px;
	height:22px;
	background-image:url('images/Lupe.svg');
	background-size:22px;
}
#ksearch {
	position:relative;
	top:9px;
}
.autocomplete-suggestions {
	top:40px;
	background-color:#fff;
	padding:0 0 20px 28px;
	right:-138px;
	overflow:auto;
}
.autocomplete-suggestion {
	cursor:pointer;
}
#refresh {
	height:32px;
	padding:0 5px;
	margin:-2px 0 0 15px;
	text-decoration:none;
	background-color:#fff;
	font-size:24px;
	box-shadow:inset 0 0 0 0 #fff;
	transition:box-shadow 0.4s ease-out;
}
.search-container {
	padding-left:26px;
}
.searchcat-container, .searchfilter.award {
	display:none;
}
ul.jukebox-list {
	display:none;
	margin-top:0;
}
.pr-round-list {
	margin-left:20px;
}
.doku-catselect, .doku-allselect, .doku-yearselect, .doku-itemselect, p.search-subj, button.search-subj, button.result-name {
	position:relative;
	margin-bottom:5px;
	padding:0 0 5px 26px;
	color:#969696;
	font-size:30px;
	line-height:30px;
	letter-spacing:-0.15px;
	text-align:left;
}
.doku-catselect, .doku-allselect, .doku-yearselect, .doku-itemselect {
	display:block;
	color:#969696;
	cursor:pointer;
}
.doku-catselect {
	padding-left:0;
	margin-left:26px;
}
.doku-allselect {
	padding-left:0;
	margin-left:20px;
}
.doku-yearselect, .doku-itemselect {
	padding-left:26px;
}
button.search-subj, .doku-catselect, .doku-yearselect, .doku-itemselect, .doku-allselect {
	color:#969696;
	background-color:#fff;
	transition:box-shadow 0.4s ease-out;
}
button.search-subj.selected, button.result-name, .doku-catselect.selected, .doku-yearselect.selected, .doku-itemselect.selected, #get-all.selected, button.search-subj:hover, .doku-catselect:hover, .doku-catselect:focus, .doku-yearselect:hover, .doku-yearselect:focus, .doku-itemselect:hover, .doku-itemselect:focus, .doku-allselect:hover, .doku-allselect:focus, .search-category summary.doku-summary:hover, .search-category summary.doku-summary:focus {
	color:#000;
}
button.search-subj::before, button.doku-yearselect::before, .result-name::before {
	content:'';
	position:absolute;
	left:0;
	top:11px;
	height:15px;
	width:15px;
	background:url('images/Dropdown.svg');
	background-size:15px;
	transform:rotate(0deg);
	transition:transform 0.5s;
}
.k-round {
	padding-left:50px;
}
.k-round::before {
	content:'';
	position:absolute;
	left:26px;
	top:11px;
	height:13px;
	width:13px;
	border:2px solid #969696;
	background-color:#fff;
	border-radius:7px;
	box-sizing:border-box;
}
.k-round.selected::before {
	border-color:#000;
	background-color:#000;
}
.cursearch-display {
	width:calc(100% - 205px);
}
.search-item {
	position:relative;
	display:inline-block;
	height:32px;
	margin:2px 0 2px 15px;
	padding:0 22px 0 5px;
	color:#fff;
	font-size:24px;
	line-height:30px;
	background-color:#969696;
	cursor:pointer;
	transition:box-shadow 0.5s;
}
.search-item::after {
	content:'';
	position:absolute;
	top:10px;
	right:6px;
	width:11px;
	height:11px;
	background:url('images/Kreuz_weiss.svg') no-repeat;
	background-size:11px;
}
h2.result-count {
	margin-bottom:0;
	max-width:250px;
	font-size:30px;
	line-height:32px;
}
h2.result-count:focus {
	background-color:#ff64ff;
}
.a-z {
	margin-bottom:60px;
}
/*.a-z span {
	margin-right:21px;
	text-decoration:underline;
	cursor:pointer;
}*/
.a-z-header {
	display:inline-block;
	font-size:75px;
	line-height:77px;
	height:80px;
	letter-spacing:-1.5px;
	margin:100px 30px 26px 0;
	font-family:'Noi-Grotesk';
}
.to-top, .skip-to-next, .skip-to-prev {
	position:relative;
	z-index:100;
	top:-3px;
	width:45px;
	height:45px;
	background:#fff url(images/Pfeil_auf.svg) no-repeat center;
	border-radius:23px;
	display:none;
}
.skip-to-next {
	transform:rotate(180deg);
	background-image:url(images/Pfeil_auf_grau.svg);
}
.skip-to-prev {
	margin-right:30px;
	background-image:url(images/Pfeil_auf_grau.svg);
}
.to-top {
	position:fixed;
	right:50px;
	top:auto;
	bottom:50px;
	display:block;
}
.to-top:hover, .to-top:focus {
	border:10px solid #ffc800;
	border-radius:35px;
	right:40px;
	bottom:40px;
}
.result-container-outer, .dep-container, .result-header, .netzwerk-container-outer {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	width:calc(100% + 20px);
}
.netzwerk-container-outer {
	width:100%;
}
.result-container-outer.export {
	margin:100px 0 0 20px;
	width:calc(100% - 20px);
}
.dep-container {
	margin-top:0;
	padding:50px 0;
	width:calc(100vw - 85px);
}
.result-container {
	width:456px;
	margin:0 13px 40px 0;
}
.result-container.list {
	width:auto;
	margin-bottom:0;
}
.result-img {
	display:table;
	width:456px;
	height:456px;
	margin-bottom:10px;
	background-color:#d0d0d0;
	cursor:pointer;
}
.result-img .wrapper {
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
.result-img img {
	display:block;
	margin:0 auto;
	width:auto;
	/*min-width:456px;*/
	max-width:456px;
	height:auto;
	max-height:456px;
}
.result-img .wrapper .credit {
	position:absolute;
	bottom:0;
	width:100%;
	padding-left:22px;
	line-height:40px;
	font-size:20px;
	background-color:#fff;
	opacity:0;
	transition:opacity 0.3s;
}
.credit {
	color:#969696;
}
.result-img .wrapper:hover .credit {
	opacity:1;
}
.result-name {
	cursor:pointer;
	background-color:#fff;
	transition:box-shadow 0.5s;
}
.result-infos {
	margin-left:30px;
	padding-bottom:20px;
	display:none;
}
.result-container.list .result-infos {
	padding-bottom:70px;
	max-width:920px;
}
.result-infos > div {
	margin-top:20px;
	font-size:15px;
	line-height:16px;
}
.result-infos > span {
	display:block;
	margin-top:2px;
	line-height:1.2;
	font-size:20px;
}

.jukebox-list li {
	margin-left:50px;
}
.hover-target {
	position:relative;
	cursor:pointer;
}
.hover-target:hover {
	background-color:#ff7d00;
}

/* NL-Box */
.nl-box {
	position:relative;
	display:inline-block;
	width:805px;
	margin:200px 0 0;
	padding:20px 25px 95px;
	background-color:#b428ff;
	box-sizing:border-box;
}
.nl-box.export {
	background-color:#8c78ff;
}
.nl-box.export.lt {
	padding-bottom:30px;
}
form.layout_form.cr_form {
	position:relative;
	padding:15px 20px 20px;
	background-color:#fff;
}
.nl-text {
	position:absolute;
	top:28px;
	left:552px;
	width:235px;
	font-size:15px;
	line-height:17px;
}
.grecaptcha-badge {
	bottom:120px !important;
}
.cr_ipe_item.ui-sortable.musthave[rel="email"] {
	display:inline-block;
	width:460px;
}
.cr_ipe_item.ui-sortable.musthave[rel="checkbox"] {
	position:relative;
	display:inline-block;
	width:200px;
	margin:10px 0 0 40px;
	vertical-align:top;
}
.cr_ipe_item.ui-sortable.musthave[rel="recaptcha"] {
	display:inline;
}
#text4415218 {
	width:456px;
	max-width:none;
	font-size:30px;
	/*background-color:#b428ff;*/
	border:0;
	border-bottom:1px solid #000;
}
#text4415218:focus, #text4415218:focus-visible {
	outline:none;
	background-color:#E3B1FE;
}
/*.editable_content div[rel="recaptcha"] {
	position:relative;
	z-index:2;
	width:484px;
	margin:50px 0 0 10px;
	background-color:#fff;
}
.editable_content div[rel="checkbox"] {
	position:relative;
	top:-60px;
	margin-top:-10px;
	min-height:98px;
	background-color:#fff;
}*/
.editable_content div[rel="checkbox"] label {
	position:absolute;
	top:0px;
	left:50px;
	z-index:5;
	padding-left:15px;
	font-size:15px;
	cursor:pointer;
	transition:box-shadow 0.4s ease-out;
}
#nl-privacy-text {
	display:none;
	margin-top:20px;
	padding:12px;
	font-size:15px;
	line-height:22px;
}
.nl-privacy:hover {
	box-shadow:inset 0 -32px 0 0 #b428ff;
}
.nl-privacy::before {
	top:12px;
	height:10px;
	width:10px;
	background-size:10px;
}
.editable_content div[rel="checkbox"] input {
	width:28px;
	height:28px;
	vertical-align:initial;
	opacity:1 !important;
}
.nl-box .submit_container {
	position:absolute;
	bottom:-81px;;
	right:0;
}
.cr_ipe_item.ui-sortable.submit_container button {
	padding:15px;
	font-size:30px;
	border:1px solid #000;
}
button.cr_button.prverteiler:hover {
	background-color:#ffc800;
}
button.cr_button.rectangle {
	margin:0;
	font-size:30px;
	transition:box-shadow 0.4s ease-out;
}
button.cr_button.rectangle:hover {
	border:1px solid #b428ff;
	box-shadow:inset 0 -100px 0 0 #fff;
}

/* Formular CF7 */
#wpcf7-f1017-p1016-o1 form {
	margin-top:50px;
	max-width:50%;
}
#wpcf7-f1017-p1016-o1 fieldset, #wpcf7-f1017-p1016-o1 input, #wpcf7-f1017-p1016-o1 textarea {
	border:2px solid #000;
	margin-bottom:20px;
}
#wpcf7-f1017-p1016-o1 input, #wpcf7-f1017-p1016-o1 textarea {
	max-width:550px;
}
#wpcf7-f1017-p1016-o1 legend {
	font-size:20px;
}
.dscf7captcha {
	font-size:20px;
}
.wpcf7-form-control-wrap.dscf7captcha-241 input {
	width:580px !important;
	max-width:none !important;
}
.dscf7_captcha_icon {
	width:24px;
	margin:0 0 6px 10px;
	vertical-align:middle;
}

/* Misc */
.alignnone, img[decoding="async"] {
	margin:5px 0 0;
	display:block;
}
.wp-caption-text {
	margin:3px 0 12px;
	color:#969696;
	font-size:15px;
	line-height:1.2;
}

.member-container p.img-caption, p.slider-img-caption {
	margin:-10px 0 12px;
	color:#969696;
	font-size:15px;
}
p.slider-img-caption {
	margin:3px 0 0;
}
.neustart-logo {
	padding-top:27.3%;
	background-image:url('images/CDR_BKM_Neustart_Kultur_Wortmarke_weiss.svg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:22%;
}
.download-infos {
	position:relative;
	top:-24px;
	white-space:nowrap;
}
.download-infos.in-text {
	margin-left:5px;
	top:-6px;
	font-size:20px;
}
a[savefrom_lm] + span, a[savefrom_lm_index] + span {
	display:none;
}
.disabl {
	color:#969696;
	pointer-events:none;
}
.disable {
	opacity:0.3;
	pointer-events:none;
}
.slide-wrapper {
	width:100%;
	margin-left:-20px;
	padding:0 0 1px 20px;
}
.video-container {
	width:calc(100% + 40px);
	margin:0 0 16px -20px;
}
.video-text {
	width:50%;
	padding:60px 20px 0;
	hyphens:auto;
}
.video-inner {
	position:relative;
	width:50%;
	padding-bottom:calc(28.25vw - 18px); /* 16:9 */
	height:0;
}
.yt-outer {
	width:920px;
}
.yt {
	position:relative;
	width:100%;
	padding-top:56.25%;; /* 16:9 */
	height:0;
}
.video-inner:after {
    content:"";
    position:absolute;
    display:block;
    background:url('images/YT_play_button_icon.svg') no-repeat 0 0;
    top:50%;
    left:50%;
    width:3.2vw;
    height:2.3vw;
	margin:-1.15vw 0 0 -1.6vw;
    z-index: 30;
    cursor: pointer;
}
.video-inner iframe, .yt iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video-poster {
	position:absolute;
	z-index:30;
	width:100%;
	height:100%;
	cursor:pointer;
}
/* image poster clicked, player class added using js */
.video-inner.player .video-poster {
    display: none;
}
.video-inner.player:after {
    display: none;
}

details {
	width:calc(100% + 40px);
	margin-left:-20px;
}
#post-1041 details {
	width:calc(100% + 20px);
	margin-left:0;
}
details details {
	margin-left:0;
	width:100%;
}
details summary::-webkit-details-marker {
	display:none;
}
details summary {
	display:inline-block;
	margin-left:20px;
	list-style:none;
}
details summary::before {
	content:'';
	position:absolute;
	left:0;
	top:35px;
	display:inline-block;
	width:0; 
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:20px solid #000;
	transform:rotate(0);
	transition:0.5s transform ease;
}
details summary.sub::before, details summary.chrnik::before, details summary.pgdesc::before, details summary.doku-summary::before {
	top:15px;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-top:14px solid #000;
}
details summary.doku-summary::before {
	top:11px;
}
details > summary.open::before {
	transform:rotate(180deg);
}
summary, h2.h2-summary {
	position:relative;
	padding:0 0 8px 41px;
	font-size:75px;
	line-height:77px;
	letter-spacing:-1.5px;
	background-color:#fff;
	box-shadow:inset 0 0 0 0 #fff;
	transition:box-shadow 0.4s ease-out;
	cursor:pointer;
}
h2.h2-summary {
	margin:50px 0 10px;
	padding:0;
	cursor:text;
}
.flex {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.flex.flex-wrap {
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.dummy338 {
	width:338px;
	height:338px;
	margin-bottom:20px;
}
.dummy456 {
	width:456px;
	height:456px;
}
.dummy692 {
	margin-bottom:26px;
	padding-top:53.9%;
}
.pfeil-links, .pfeil-rechts {
	position:absolute;
	top:-118px;
	right:105px;
	width:50px;
	height:50px;
	background-color:#fff;
	transition: box-shadow 0.5s ease-out;
}
.pfeil-rechts {
	right:20px;
}
.pfeil-links img, .pfeil-rechts img {
	width:50px;
}
.pfeil-links.insta, .pfeil-rechts.insta {
	top:20px;
}
.mt-80 {
	margin-top:-80px !important;
}
.mt0 {
	margin-top:0 !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt30-10 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.member-container .mt50 {
	margin-top:44px !important;
}
.mt100 {
	margin-top:100px !important;
}
.mt75 {
	margin-top:75px !important;
}
.mt100-50, .mt100--50 {
	margin-top:100px !important;
}
.mt150-50, .mt150-75 {
	margin-top:150px !important;
}
.mb-45 {
	margin-bottom:-63px !important;/*-45px*/
}
.mb0 {
	margin-bottom:0 !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb50, .mb50-25 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb100, .mb100-50 {
	margin-bottom:100px !important;
}
.mb75-50 {
	margin-bottom:75px !important;
}
.mb150-50 {
	margin-bottom:150px !important;
}
.w1005 {
	width:1005px;
}
.pl40 {
	padding-left:40px;
}
.claim br, .termine-portrait, .moretext, #portrait404, #landscape404, #video-portrait {
	display:none;
}
.show-template {
	position:fixed;
	bottom:0;
	right:0;
	padding:10px;
	border:1px solid #000;
	background-color:#fff;
	font-size:14px;
	line-height:1;
	cursor:pointer;
}

/* 404 */
.entry-content.page404 {
	min-height:calc(100vh - 78px);
	margin-top:78px;
	background:url('images/404.png') no-repeat;
	background-size:1400px;
}
.entry-content.page404 h1 {
	position:absolute;
	top:332px;
	left:815px;
	margin:0;
	line-height:1;
	font-size:45px;
	letter-spacing:-0.8px;
}
.entry-content.page404 p {
	position:absolute;
	top:420px;
	left:370px;
}
.error404 .nl-box {
	margin-top:20px;
}

/* Insta-Plugin*/
#sb_instagram {
	width:calc(100vw - 20px);
	height:423px !important;
	margin:50px 0 75px -20px;
	padding-top:118px;
}
.sb_instagram_header, #sbi_load {
	display:none;
}
#sb_instagram #sbi_images {
	display:flex;
	width:6110px;
	padding:0 20px 0 0 !important;
}
@media (max-width: 640px) {
	#sb_instagram.sbi_width_resp {
		width:100vw !important;
	}
}

/* Formular Diversity */
.diversity-form {
	margin-bottom:50px;
}
/*fieldset.form-section {
	border:none;
	padding:50px 0 0;
}*/
fieldset.form-section {
	padding:50px 20px;
	border-color:#0064ff;
}
fieldset.form-section fieldset {
	margin-bottom:30px;
	border-color:#00ff32;
}
legend {
	padding:0 10px;
}
.form-section textarea, fieldset fieldset legend {
	font-size:20px;
	line-height:22px;
	font-family:'Noi-Grotesk';
}
.form-section textarea {
	margin-bottom:-15px;
}
.form-section input[type="text"] {
	margin:10px 0 30px;
}
.form-section input[type="radio"] {
	display:inline-block;
	margin:5px 10px 0 0;
	vertical-align:top;
}
.form-section input[type="checkbox"] {
	margin-top:-15px;
}
.form-section select {
    width:404px;
    height:43px;
    border-radius:0;
    border:1px solid #999;
    font-size:20px;
    margin-bottom:30px;
}
.form-section input[type="submit"] {
	margin-top:20px;
	padding:3px 20px;
	border:1px solid #000;
	border-radius:4px;
	font-family:'Noi-Grotesk';
	cursor:pointer;
	background-color:#eee;
	transition:box-shadow 0.4s ease-out;
}
.form-section label {
	display:inline-block;
	width:80%;
	vertical-align:top;
	line-height:22px;
}
.form-section ul {
	font-size:20px;
	line-height:22px;
	margin:0 0 20px 25px;
}
.form-section ul li {
	margin-bottom:0;
}
.form-section p {
	margin-bottom:0;
	font-size:20px;
	line-height:22px;
	max-width:50%;
}
input:focus:invalid {
	box-shadow:0 0 0 2px red;
}
textarea:focus:invalid, select:focus:invalid {
	border:2px solid red;
}
input:invalid + span {
	color:red;
	font-weight:bold;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	width:calc(100% - 20px) !important;
}

/* LINKTREE */
.page-id-1282 {
	min-height:100vh;
	background:#000 url('images/HG_Linkstree_desktop.jpg') no-repeat;
	background-attachment:fixed;
	background-position:center top;
}
.page-id-1282 .site-main {
	min-height:calc(100vh - 156px);
}
article#linktree {
	margin-top:40px !important;
}
.linktree-header, #linktree .entry-content, .linktree-container, .site-footer.linktree, .site-footer.linktree-djp {
	width:621px;
	margin:0 auto;
	padding:0;
}
.linktree-header {
	position:relative;
	padding-top:10px;
}
.page-id-1282 .linktree-header {
	width:600px;
}
.linktree-logo {
	width:130px;
	height:130px;
	padding:14px;
	border-radius:83px;
	border:1px solid #000;
	background-image:url('images/IMU_Logo_Punkte_schwarz.svg');
	background-size:130px;
	background-position:center;
	background-repeat:no-repeat;
}
.page-id-1282 .linktree-logo {
	width:144px;
	height:144px;
	padding:0;
	background-size:144px;
	background-image:url('images/Logo-Deutscher-Jazzpreis.svg');
}
.page-id-2126 .linktree-logo, .page-id-267 .linktree-logo {
	background-image:url('images/linktree-logo-export.svg');
}
.linktree-claim {
	position:absolute;
	top:8px;
	left:206px;
}
.linktree-claim, .linktree-claim h1 {
	margin:0;
	font-size:26px;
	line-height:28px;
	letter-spacing:-0.15px;
}
.linktree-claim.exp {
	top:55px;
	left:auto;
	right:0;
	font-size:32px;
	letter-spacing:0.6px;
	line-height:46px;
}
.linktree-claim.exp h1 {
	font-size:33px;
	letter-spacing:0.4px;
}
.linktree-header .social-menu {
	width:350px;
	margin:-42px 0 0 0;
	float:right;
}
.linktree-header .social-menu.exprt {
	width:190px;
	padding-right:0;
}
.page-id-1282 .linktree-header .social-menu {
	width:265px;
}
.linktree-header .social-menu a {
	display:block;
	width:44px;
	height:44px;
	background-color:#000;
	border-radius:22px;
	background-position:center;
	background-repeat:no-repeat;
}
.linktree-header .social-menu a.grey {
	background-color:#635A58;
}
.website-link {
	height:40px;
	margin-top:50px;
	text-align:center;
	border-radius:19px;
	
}
.website-link.yel {
	background-color:#FEDA29;
}
.website-link.red {
	background-color:#ED7F85;
}
.website-link.djp-weblink {
	line-height:40px;
	background-color:#000;
	font-family:'DJPDiatype';
}
.website-link a {
	display:inline;
	font-size:26px;
	text-decoration:none;
}
.website-link.djp-weblink a {
	color:#fff;
}
.linktree-container img {
	position:relative;
	z-index:2;
	display:block;
	width:203px;
	height:203px;
	margin-bottom:5px;
}
.linktree-container span {
	position:absolute;
	z-index:-1;
}
.linktree-dummy {
    width:203px;
}
.nl-box.linktree {
	display:block;
	width:621px;
	margin:40px auto 0;
}
.nl-box.linktree .submit_container {
	left:405px;
}
.nl-box.linktree .nl-text {
	width:200px;
	left:405px;
}
.nl-box.linktree .editable_content div[rel="checkbox"] input {
	position:relative;
	z-index:3;
	margin-left:380px;
}
.site-footer.linktree {
	height:120px;
	line-height:120px;
	margin-top:6px;
	padding:0 180px;
}
.site-footer.linktree-djp {
	height:150px;
	margin-top:6px;
	padding:0 180px;
	text-align:center;
}
.site-footer.linktree-djp span {
	margin:0 8px;
}
.site-footer.linktree a, .site-footer.linktree-djp a {
	color:#fff;
}
a.djp-link {
	font-family:'DJPDiatype';
}
.djp-nl-button {
	font:normal 26px/34px "DJPDiatype",Helvetica,Arial,sans-serif;
	letter-spacing:0.02em;
	background-color:#0f0f0f;
	border:1px solid #0062ff;
	border-radius:10px;
	color:#0062ff !important;
	display:inline-block;
	margin:30px 0 15px;
	padding:9px 12px 6px;
	text-decoration:none;
}
.djp-nl-button::before {
	content:"↗";
	display:inline-block;
	margin-right:6px;
	position:relative;
	top:2px;
}
.djp-nl-button:hover {
	background-color:#0062ff;
	color:#0f0f0f !important;
}
#rmOrganism {
	z-index:10000;
	position:relative;
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
    padding: 20px 0 !important;
}
#rmOrganism .rmPopup__container .rmPopup .rmPopup__close {
	right:25px !important;
	top:10px !important;
}
#rmOrganism .rmLayout--vertical.rmBase {
	max-width:550px !important;
}
#rmOrganism .rmLayout--vertical.rmBase .rmBase__container {
    padding:1em !important;
}
.rmBase__compContainer input {
	max-width:100%;
	font-family:'Noi-Grotesk' !important;
	font-size:20px !important;
	line-height:22px !important;
}

.only-mobile {
	display:none;
}

/* MOBILE */
@media only screen 
and (min-width : 320px) 
and (max-width : 1024px) {
	html, body {
		font-size:18px;
		line-height:20px;
		letter-spacing:-0.09px;
	}
	.only-desktop {
		display:none !important;
	}
	.only-mobile {
		display:block !important;
	}
	*:hover {
		box-shadow:inherit !important;
	}
	.video-dummy {
		margin-bottom:50px;
	}
	video.fullwidth, .video-dummy.fullwidth {
		margin:8px 0 50px -20px;
	}
	h1, h2, #post-2 h1, h2.h2-subpage, .slide-button, summary, h2.h2-summary  {
		font-size:30px;
		line-height:32px;
		letter-spacing:-0.6px;
	}
	h1 {
		margin-bottom:10px;
	}
	#post-2 h1, h2, h1.h1-subpage, .breadcrumb {
		margin-bottom:50px;
		letter-spacing:-0.6px;
	}
	#post-2 video {
		margin-bottom:70px;
	}
	.entry-content.sxsw img:first-of-type {
		width:100%;
		height:auto;
	}
	.content-box h2:not(h2.h2-subpage) {
		font-size:20px;
		line-height:22px;
	}
	h3 {
		font-size:18px;
		line-height:20px;
	}
	ul {
    	margin-left:-14px;
	}
	label {
		margin:10px 0 5px;
	}
	input, textarea {
		max-width:100%;
		font-size:20px;
	}
	input.rectangle {
		margin-bottom:-40px;
	}
	.cr_ipe_item.ui-sortable.submit_container button {
		margin-top:50px;
	}
	::-ms-input-placeholder {
		font-size:20px;
		line-height:20px;
	}
	::-webkit-input-placeholder {
		font-size:20px;
		line-height:20px;
	}
	::placeholder {
		font-size:20px;
		line-height:20px;
	}
	.alignnone, .alignnone img {
		max-width:100%;
		height:auto;
	}

	.header-menu {
		top:25px;
		right:85px;
	}
	.header-menu nav li {
		margin:8px 8px 0 0;
	}
	a.logolink {
		padding:0;
		margin:0;
	}
	.langswitch a {
		padding:10px;
	}
	.leichte-sprache {
		height:25px;
		width:27px;
	}
	.leichte-sprache.gs {
		width:24px;
	}
	.lsp-mobile li {
		display:inline-block;
		margin-top:20px;
	}
	.slide-button {
		padding-left:22px;
	}
	.slide-button::before {
		top:12px;
		height:15px;
		width:15px;
		background-size:15px;
	}
	summary {
		padding-left:21px;
	}
	summary.section-summary.sub {
		font-size:20px;
		line-height:22px;
	}
	details summary::before, details summary.doku-summary::before {
		top:12px;
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-top:14px solid #000;
	}
	details summary.doku-summary::before {
		top:7px;
		border-left:6px solid transparent;
		border-right:6px solid transparent;
		border-top:12px solid #000;
	}
	details summary.sub::before {
		top:6px;
	}
	.slide-button.mid {
		margin:0 0 12px 0;
		height:auto;
		padding-left:18px;
		font-size:18px;
		line-height:20px;
	}
	.slide-button.mid::before {
		top:7px;
		height:10px;
		width:10px;
		background-size:10px;
	}
	.slide-button.mid.faq-sub, .slide-text-container {
		max-width:none;
	}
	.slide-text-container {
		margin:20px 0 0 18px;
	}
	.slide-text-container ul {
		margin-left:-14px;
	}
	a.link-extern-l.download {
		display:inline;
		margin-right:15px;
		padding-right:0px;
		line-height:40px;
	}
	.slide-wrapper a.link-extern-l.download {
		margin:0 5px 0 28px;
		line-height:50px;
		font-size:20px;
		padding-right:10px;
	}
	a.link-extern-l::after {
		top:13px;
		right:-26px;
		width:15px;
		height:15px;
		background-size:15px;
	}
	a.link-extern-l.download::after {
		right:-10px;
		width:20px;
		height:20px;
		background-size:20px;
	}
	.slide-wrapper a.link-extern-l.download::after {
		right:-10px;
		width:14px;
		height:14px;
		background-size:14px;
	}
	
	/* Menu */
	.main-navigation {
		height:100vh;
		padding-top:40px 20px 30px;
		height:calc(100vh - 77px);
		max-height:unset;
	}
	.main-navigation p {
		margin-bottom:10px;
		font-size:30px;
		line-height:32px;
		letter-spacing:-0.6px;
	}
	.main-navigation h2 {
		margin-bottom:0;
	}
	.main-navigation h2 button {
		display:block;
		margin-bottom:10px;
		font-size:30px;
		line-height:32px;
		letter-spacing:-0.6px;
		font-family:'Noi-Grotesk-Bold';
	}
	.main-navigation h2 span {
		display:none;
	}
	.main-navigation ul {
		margin:0 0 15px;
		font-size:30px;
		line-height:32px;
		letter-spacing:-0.6px;
		display:none;
	}
	
	/* Home page */
	.slider-container {
		padding-top:88px;
	}
	.slick-initialized .slick-slide, .slick-initialized .slick-slide img, .slider-item {
		width:75vw;
	}
	.slick-initialized .slick-slide img, .slick-initialized .slick-slide .buttonlink {
		margin-bottom:10px;
	}
	.slick-initialized .slick-slide p:not(.newsdate) {
		margin:0;
	}
	.pfeil-links, .pfeil-rechts {
		top:-63px;
	}
	.pfeil-links {
		right:50px;
	}
	.pfeil-rechts {
		right:0;
	}
	#sbi_images .pfeil-links {
		right:40px;
	}
	#sbi_images .pfeil-rechts {
		right:-10px;
	}
	.pfeil-links img, .pfeil-rechts img {
		width:20px;
	}
	.info-box-start {
		margin-top:50px;
		padding:24px 20px;
		line-height:32px;
		font-size:30px;
	}
	.h2-featured, .h2-awards {
		margin-top:50px;
	}
	.h2-news {
		margin-top:0;
	}
	.h2-foerderung {
		margin-top:75px;
	}
	.newsdate {
		margin-top:10px;
		font-size:12px;
	}
	.pause-button {
		bottom:-47px;
		right:2px;
		width:35px;
		height:35px;
		padding:5px;
		background-size:35px;
	}
	
	/* NL */
	.nl-box {
		margin-top:140px;
		width:100vw;
		max-height:none;
	}
	.nl-box h2 {
	  margin-bottom:20px;
	}
	.nl-box h3 {
		margin-bottom:25px;
	}
	.nl-text {
		position:static;
		top:55px;
		left:25px;
		width:235px;
		font-size:13px;
		line-height:15px;
	}
	.nl-privacy::before {
		top:7px;
	}
	a.nl-insta .in-icon, a.nl-insta .fb-icon, a.nl-insta .li-icon {
		top:0;
	}
	#text4415218 {
		width:calc(85vw - 42px);
		height:26px;
	}
	.editable_content div[rel="recaptcha"] {
		width:auto;
		margin:160px 0 0;
		padding:10px 0 0 10px;
	}
	#nl-submit {
		margin:0 !important;
		font-size:20px;
	}
	.cr_button.rectangle {
		font-size:18px;
	}
	.editable_content div[rel="checkbox"] {
		top:0;
		margin:20px 0 0 0 !important;
	}
	.editable_content div[rel="checkbox"] input {
	    margin-top:8px;
	}
	.editable_content div[rel="checkbox"] > div > div {
		margin-left:0px;
		padding-left:20px;
		font-size:13px;
		line-height:18px;
	}
	.nl-box .submit_container {
		bottom:-76px;
	}
	.cr_ipe_item.ui-sortable.musthave[rel="email"] {
		width:auto;
	}
	
	/* Links */
	a.buttonlink {
		height:23px;
		line-height:23px;
		font-size:12px;
	}
	a.link-intern-s {
		font-size:12px;
	}
	a.link-intern-m {
		font-size:18px;
	}
	a.link-intern-l, a.link-extern-l {
		height:auto;
		margin-bottom:10px;
		padding-right:0px;
		line-height:32px;
		font-size:30px;
	}
	.ueberblick-container > div p {
		margin-top:20px;
	}
	
	.content-box, .content-box.hide-from-screen {
		margin:50px 0 !important;
	}
	.content-box.jobs {
		margin-top:20px;
		padding:0 0 0 42px;
	}
	.info-box, .info-box.wide, .info-box.narrow {
		width:calc(100vw - 20px);
		margin-top:50px;
		padding:25px 20px;
	}
	.slide-content-box {
		margin-left:42px;
	}
	.slide-content-box .info-box {
		margin-left:-42px;
	}
	#post-31 .info-box {
		margin:0 0 20px -20px;
		min-height:unset;
	}
	a.downl-in-text {
		padding-right:0;
	}
	a.downl-in-text::after {
		background-size:12px;
		width:12px;
		height:12px;
		right:-8px;
	}
	
	/* Kalender */
	.content-box.kal {
		margin:20px 0 0 -20px;
		padding:0;
	}
	.kalender-box.first {
		margin:0 0 10px 0;
		padding:18px 20px 20px;
	}
	.kalender-box.first.tt {
		width:auto;
	}
	.kalender-box.scnd, .kalender-box.scnd.int, .kalender-box.scnd.tt {
		max-width:calc(100vw - 60px);
		padding:18px 20px 20px;
	}
	.kalender-eintrag {
		margin-bottom:25px;
	}
	
	/* Team */
	.member-container img, .netzwerk-container img {
		width:100%;
		height:auto;
	}
	.member-container p, .slick-slide p {
		font-size:18px;
		line-height:20px;
		letter-spacing:0.09px;
	}
	
	/* Überblick */
	.ueberblick-container {
		max-width:100%;
		margin-top:25px;
	}
	.ueberblick-container > div {
		width:100%;
		margin-right:0;
	}
	.ueberblick-container > div img {
		margin-bottom:15px;
		width:100vw;
	}
	/* Doku */
	.loading {
		z-index:20;
		top:130px;
		left:auto;
		right:0;
	}
	.loading img {
		width:45px;
	}
	.doku-header {
		display:block;
		margin:10px 0 50px;
	}
	button.doku-scope {
		font-size:30px;
		height:45px;
		line-height:32px;
	}
	.doku-catselect {
		height:20px;
		margin-left:20px;
		padding-left:0;
		line-height:25px;
		font-size:20px;
		letter-spacing:-0.1px;
	}
	.search-scope-selection {
		margin-bottom:50px;
	}
	#search-introtext {
		margin:25px 0 !important;
	}
	.search-container {
		padding-left:21px;
	}
	.artist-search {
		height:22px;
		margin-bottom:10px;
	}
	input#aname {
		height:22px;
		line-height:20px;
		margin-left:5px;
		padding-left:0;
		font-size:20px;
		letter-spacing:-0.1px;
	}
	button.lupe {
		position:static;
		background-size:16px;
		background-repeat:no-repeat;
		background-position:center top;
		margin-left:-2px;
		width:20px;
		vertical-align: middle;
	}
	summary.doku-summary, button.result-name, .result-container.list .slide-button.big, .doku-allselect, .doku-itemselect {
		height:20px;
		line-height:22px;
		padding-left:20px;
		font-size:20px;
		letter-spacing:-0.1px;
		text-align:left;
	}
	.doku-itemselect.s-item {
		padding-left:15px;
	}
	.doku-itemselect.k-round {
		padding-left:40px;
	}
	.k-round::before {
		left:22px;
		top:8px;
		height:10px;
		width:10px;
		border-radius:5px;
	}
	button.search-subj::before, button.result-name::before, .result-container.list .slide-button.big::before {
		width:10px;
		height:10px;
		background-size:10px;
		top:8px;
	}
	h2.result-count, #refresh, .alphabet-button {
		height:22px;
		line-height:22px;
		letter-spacing:-0.1px;
		font-size:20px;
	}
	#refresh {
		margin-top:0;
	}
	.cursearch-display {
		width:auto;
	}
	.a-z {
		width:calc(100vw - 20px);
		margin-bottom:25px;
		line-height:30px;
	}
	.a-z button:nth-of-type(2) {
		letter-spacing:-2px;
	}
	.alphabet-button {
		width:38px;
		padding:0;
		margin-right:5px;
	}
	.result-container {
		width:100%;
		margin:0 0 50px;
	}
	.result-img {
		width:100%;
		height:auto;
	}
	.result-img img {
		max-width:100%;
	}
	.result-img .wrapper .credit {
		position:relative;
		opacity:1;
		padding:10px 0 0 41px;
		margin-bottom:-5px;
		line-height:1;
		font-size:14px;
		background:#fff;
	}
	.a-z-header {
		font-size:30px;
		line-height:32px;
		margin:25px 20px 15px 0;
	}
	.back-to-top {
		top:-6px;
		background-size:20px;
		vertical-align:middle;
	}
	.result-infos {
		margin-left:20px;
		font-size:20px;
	}
	.result-infos div, .csvstate {
		font-size:14px;
	}
	
	/* Formular CF7 */
	#wpcf7-f1017-p1016-o1 form {
		max-width:none;
	}
	#wpcf7-f1017-p1016-o1 fieldset {
		padding:0;
		border:0;
	}
	#wpcf7-f1017-p1016-o1 legend {
		display:none;
	}
	#wpcf7-f1017-p1016-o1 input:not(.wpcf7-submit), #wpcf7-f1017-p1016-o1 textarea {
		width:100% !important;
	}
	
	/* Footer */
	.site-footer {
		display:block;
		height:auto;
		padding:50px 20px 30px;
	}
	.address {
		margin-bottom:35px;
	}
	.office-menu {
		margin-bottom:65px;
	}
	.social-menu {
		margin-left:0;
		height:auto;
	}
	.partner-logos {
		max-width:calc(100vw - 40px);
		margin:50px 0 75px 20px;
	}
	.logo-bkm {
		width:180px;
		margin:0 60px 46px 0;
	}
	.logo-gvl {
		width:70px; 
	}
	.logo-gema {
		width:49px;
		margin-top:-3px;
	}
	.logo-dmr {
		width:160px;
	}

	.horizontal-slider.studien .studien-box {
		width:calc(100vw - 40px) !important;
	}
	.horizontal-slider.studien .studien-box, .horizontal-slider.studien .studien-box p {
		width:calc(100vw - 100px) !important;
	}
	#sb_instagram {
		margin-bottom:20px;
		padding-top:85px;
	}
	
	.dep-container > div:last-of-type {
		margin-bottom:0;
	}
	.download-infos {
		top:-10px;
		margin-left:0;
		font-size:12px;
		line-height:2.4;
	}
	.slide-wrapper .download-infos {
		top:-5px;
	}
	.download-infos.in-text {
		top:-3px;
		margin-left:7px;
		font-size:12px;
	}
	.dummy692 {
		width:calc(100% + 40px);
		height:1px;
		margin:0 0 15px -20px;
		padding-top:54%;
	}
	.open-faq-search {
		margin:-35px 0 40px;
		text-decoration:underline;
		font-size:18px;
	}
	.close-faq-search img {
		position: absolute;
		top:22px;
		right:3%;
	}
	.faq-search {
		display:none;
		width:100%;
		min-height:120px;
		padding:20px 10px 10px;
		right:auto;
		left:0;
		top:0;
		background-color:#ccc;
		box-sizing:border-box;
	}
	#ksearch {
		top:0;
	}
	input#keyword {
		width:75%;
		font-size:24px;
	}
	.autocomplete-suggestions {
		top:62px;
		left:44px;
		right:auto;
		box-shadow:7px 7px 7px #aaa;
	}
	#sres-disp, .skip-to-next, .skip-to-prev {
		position:absolute;
		top:auto;
		bottom:8px;
		margin:0;
		color:#000;
	}
	#sres-disp {
		left:44px;
		bottom:21px;
	}
	.skip-to-next {
		right:34%;
	}
	.skip-to-prev {
		right:17%;
	}
	
	.mt-80 {
		margin-top:-70px !important;
	}
	.mt20, .mt75 {
		margin-top:20px !important;
	}
	.mt30-10 {
		margin-top:10px !important;
	}
	.mt100-50, .mt150-50 {
		margin-top:50px !important;
		margin-bottom:25px !important;
	}
	.mt100--50 {
		margin-top:50px !important;
	}
	.mt150-75 {
		margin-top:75px !important;
	}
	.mb50-25 {
		margin-bottom:25px !important;
	}
	.mb100-50, .mb150-50, .mb75-50 {
		margin-bottom:50px !important;
	}
	.w1005, .extra-wide {
		width:auto;
	}
	.pl40 {
		padding-left:22px;
	}
	/* 404 */
	.entry-content.page404 {
		padding-top:30px;
		background:none;
	}
	.entry-content.page404 h1 {
		position:static;
		line-height:1;
		font-size:30px;
		letter-spacing:-0.15px;
	}
	.entry-content.page404 p {
		position:static;
		margin:20px 0 30px;
	}
	.entry-content.page404 br {
		display:none;
	}
	
	/* LINKTREE */
	.linktree-header, #linktree .entry-content, .linktree-container, .site-footer.linktree {
		width:100%;
	}
	.linktree-logo, .page-id-1282 .linktree-logo {
		width:20vw;
		height:20vw;
		padding:2vw;
		border-radius:15vw;
		background-size:20vw;
		margin-left:3%;
	}
	.page-id-1282 .linktree-logo {
		padding:0;
	}
	.linktree-claim {
		left:33.3%;
	}
	.linktree-claim, .linktree-claim h1 {
		font-size:20px;
		line-height:22px;
		letter-spacing: -0.1px;
	}
	.linktree-claim.exp {
		top:8px;
		left:auto;
		right:10px;
		font-size:20px;
		letter-spacing:-0.2px;
		line-height:22px;
	}
	.linktree-claim.exp h1 {
		font-size:20px;
		letter-spacing:-0.2px;
	}
	.linktree-header .social-menu {
		width:94vw;
		margin:10px 3% 0;
		padding:0;
		float:none;
	}
	.linktree-header .social-menu.exprt {
		width:190px;
		float:right;
		margin-top:-30px;
	}
	.page-id-1250 .linktree-header .social-menu {
		margin:30px 3% -10px;
	}
	.website-link {
		margin:40px 3% 0;
		height:36px;
		line-height:36px;
	}
	.website-link a {
		font-size:20px;
		line-height:22px;
	}
	.linktree-container a, .linktree-container img {
		width:32.5vw;
		height:32.5vw;
        margin-bottom:1.25vw;
	}
	.site-footer.linktree {
		display:flex;
		padding:0 13vw;
	}
    .linktree-dummy {
        width:32.5vw;
    }
	.page-id-1282 .linktree-header {
		width:100%;
	}
	
	fieldset.form-section {
		padding:10px;
	}
	.form-section label, .form-section legend {
		font-size:18px;
	}
	.form-section textarea {
		max-width:70vw;
	}
	.form-section input[type="checkbox"] {
		margin-top:15px;
	}
	.form-section input[type="radio"] {
		margin-top:15px;
	}
	.to-top {
		right:10px;
	}
	.to-top:hover, .to-top:focus {
		right:0;
	}
	.video-container {
		display:block;
	}
	.video-text {
		width:100%;
		padding:20px;
		box-sizing: border-box;
	}
	.video-inner {
		width:100%;
		padding-bottom:56.25%; /* 16:9 */
	}
	.yt-outer {
		width:100vw;
		margin-left:-20px;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 1024px)
and (orientation : portrait) {
	.langswitch {
		margin:-5px 40px 0 0;
	}
	.claim br, .termine-portrait, #video-portrait {
		display:block;
	}
	article:not(#post-2) {
		margin-top:130px;
	}
	.table, #video-desktop-landscape {
		display:none;
	}
	.member-container {
		width:calc(100% - 20px);
		margin:0 0 40px;
	}
	.ueberblick-container > div img {
		margin-left:-20px;
	}
	.result-container-outer, #portrait404 {
		display:block;
		width:100%;
	}
	.dummy338 {
		width:100%;
		height:calc(100vw - 40px);
	}
	#post-13 .header-img.fullwidth, #post-26 .header-img.fullwidth, #post-27 .header-img.fullwidth, #post-29 .header-img.fullwidth, #post-30 .header-img.fullwidth, #post-31 .header-img.fullwidth {
		position:relative;
		height:0px;
		padding-top:61%;
		overflow:hidden;
	}
	#post-13 .header-img.fullwidth img, #post-26 img.wp-post-image, #post-27 img.wp-post-image, #post-29 .header-img.fullwidth img, #post-30 .header-img.fullwidth img, #post-31 .header-img.fullwidth img {
		position:absolute;
		top:0;
		width:200%;
		margin-left:-50%;
	}
	.page-id-1282 {
		background-image:url('images/HG_Linkstree_mobil-hochkant.jpg');
		background-size:100%;
	}
	.site-footer.linktree-djp {
		padding:0;
		width:100%;
	}
	.result-img {
		margin-left:-20px;
	}
	.result-img img {
		max-width:calc(100% + 40px);
	    min-width:unset;
	}
	.logolink.exp .logo-inimu, .logolink.exp .logo-inimu-export {
		width:27vw;
		height:auto;
	}
	.logolink.exp .logo-inimu-export {
		width:25vw;
	}
	.mt50-mobile {
		margin-bottom:50px;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 1024px)
and (orientation : landscape) {
	#landscape404 {
		display:block;
		width:100%;
	}
	.header-menu nav ul {
		margin-top:-3px;
	}
	.header-menu nav li {
		margin-top:0;
	}
	.lsp-mobile {
		position:absolute;
		bottom:50px;
		left:55%;
	}
	.langswitch {
		margin:-23px 40px 0 0;
	}
	.logo-inimu {
	  width:115px;
	  height:38px;
	}
	.logolink.exp .logo-inimu, .logolink.exp .logo-inimu-export {
		width:25vw;
		height:auto;
	}
	.logolink.exp .logo-inimu-export {
		width:22.5vw;
	}
	.menu-button, .menu-close-button {
		top:0;
	}
	.main-navigation {
		height:calc(100vh - 61px);
		padding-top:0;
	}
	.menu-subgroup1 {
		position:absolute;
		left:25%;
		top:20px;
	}
	.menu-subgroup2 {
		position:absolute;
		left:55%;
		top:20px;
	}
	.main-navigation p {
		margin-bottom:6px;
		font-size:24px;
		line-height:26px;
	}
	.main-navigation ul {
		font-size:24px;
		line-height:26px;
	}
	.main-navigation a {
		margin-bottom:6px;
	}
	article:not(#post-2) {
		margin-top:100px;
	}
	#post-2 video, .video-dummy {
		margin-top:65px;
	}
	.menu-button, .menu-close-button {
		padding:10px 20px;
	}
	.tr > div:first-of-type {
		width:40vw;
	}
	.partner-logos {
		margin-bottom:50px;
	}
	.logo-bkm {
		margin-bottom:0;
	}
	.ueberblick-container > div, .ueberblick-container > div img, .dummy692 {
		width:calc(48vw - 20px);
	}
	.address {
		display:inline-block;
	}
	.office-menu {
		float:right;
	}
	.member-container {
		width:31%;
	}
	.dummy338 {
		width:100%;
		height:auto;
		padding-top:100%;
	}
	.dummy692 {
		margin-left:0;
	}
	.result-container {
		width:30vw;
		margin:0 12px 25px 0;
	}
	.result-img {
		height:30vw;
		width:30vw;
	}
	 .result-img img {
		min-width:unset;
	}
	.result-img .wrapper .credit {
		padding-left:21px;
	}
	.a-z-header {
		height:32px;
	}
	
	/* LINKTREE */
	.page-id-1282 {
		background-image:url('images/HG_Linkstree_mobil-quer.jpg');
		background-size:100%;
	}
	.linktree-logo, .page-id-1282 .linktree-logo {
		width:13vw;
		height:13vw;
		padding:1.2vw;
		border-radius:8vw;
		background-size:13vw;
		margin-left:3%;
	}
	.linktree-header .social-menu {
		width:40vw;
	}
	.site-footer.linktree {
		padding:0 30vw;
	}
	.page-id-1282 .linktree-logo {
		padding:0;
	}
	.site-footer.linktree-djp {
		width:100%;
		height:115px;
	}
	.djp-nl-button {
		margin:15px 0 10px;
	}
}
