@charset "utf-8";

@font-face
{
	font-family: 'UntitledSans';
	src: url('/files/fonts/untitled-sans-regular.woff2') format('woff2');
}

@font-face
{
	font-family: 'UntitledSans-Italic';
	src: url('/files/fonts/untitled-sans-regular-italic.woff2') format('woff2');
}

@font-face
{
	font-family: 'UntitledSans-Bold';
	src: url('/files/fonts/untitled-sans-bold.woff2') format('woff2');
}

@font-face
{
	font-family: 'Clarendon-Light';
	src: url('/files/fonts/Clarendon-Light-webfont.woff') format('woff'), url('/files/fonts/Clarendon-Light-webfont.woff2') format('woff2');
}

@font-face
{
	font-family: 'Clarendon-Bold';
	src: url('/files/fonts/Clarendon-Bold-webfont.woff') format('woff'), url('/files/fonts/Clarendon-Bold-webfont.woff2') format('woff2');
}

body {
	margin: 0;
	color: #000000;
	font-family: "UntitledSans";
	font-size: 26px;
	line-height: 34px;
}

#header {
	height: 272px;
	background-image: url(../../files/img/LittleMusicMakers-Drum.svg);
	background-color: rgba(255, 0, 126, 0.22);
	background-size: 92px 63px;
	padding-top: 40px;
	position: relative;
}

#header .inside {
	max-width: 1304px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.home #header .inside:after {
	content: '';
	background-image: url(../../files/img/Little-Music-Maker-Sonne.png);
	background-size: 459px 352px;
	background-repeat: no-repeat;
	display: block;
	width: 459px;
	height: 352px;
	right: 0;
	top: 50px;
    position: absolute;
}

@media (max-width:1344px) {
	.home #header .inside:after {
		display: none;
	}	
}

#logo {
	width: 330px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-top: 40px;
	max-width: 37vw;
}

.mod_navigation {	
	position: absolute;
	right: 0;
	top: 27px;
}

#menu_burger {
	width: 55px;
	height: 39px;
	cursor: pointer;
	z-index: 2;
	position: relative;
	margin-top:42px;
}

#menu_burger svg g, #menu_burger svg:hover g.inaktiv {
	display:none;
}

#menu_burger svg g.inaktiv, #menu_burger svg:hover g.hover{
	display:block;
}

.open #menu_burger svg g, .open #menu_burger svg:hover g.x-inaktiv {
	display:none;
}

.open #menu_burger svg g.x-inaktiv {
	display:block;
}

.open #menu_burger svg:hover g.x-hover{
	display:block;
}

.mod_navigation .lang {	
	position: absolute;
	top: 20px;
	color: rgb(4, 45, 58);
	font-size: 14px;
	line-height: 28px;
}

.mod_navigation ul.level_1 {	
	display: none;
	position: absolute;
	z-index: 3;
	width: 430px;
	max-width: calc(100vw - 75px);
	background-color: #FBC700;	
	font-family: "UntitledSans";
	font-size: 22px;
	line-height: 28px;
	right: -20px;
    top: 0;
    padding: 120px 20px 50px;
	border-radius: 4px;
}

.mod_navigation.open ul.level_1 {	
	display: block;
}

.mod_navigation ul.level_2 {	
	padding-left: 40px;
	display: none;
}

.mod_navigation .submenu.open ul.level_2 {
	display: block;
}

.mod_navigation .submenu > a:after {
	content: '+';
	position: absolute;
    right: 40px
}

.mod_navigation .submenu.open > a:after {
	content: '–';
}

nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#header nav ul li.submenu {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 20px 0 20px;
    margin: -30px 0 30px;
}

#header nav ul li a{
	text-decoration:none;
	padding: 10px 0;
    display: block;
}

#header nav ul li a.active{
	font-family: "UntitledSans-Bold";
}

#header nav ul li.instagram a {
    display: inline-block;
    text-align: center;
}

#header nav ul li.instagram svg {
    width: 34px;
    height: 34px;
    padding: 4px;
    border-radius: 100%;
}

#header nav ul.level_2 li.instagram a svg {
    background-color: #FFFFFF;
}

#header nav ul li.instagram span {
    display: block;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	margin-top: 3px;
}

#main .mod_article, #footer, #header {
	padding: 0 30px;
}

#main .mod_article .content-box {
	max-width: 1304px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#main .mod_article.width940 .content-box {
	max-width: 940px;
}

.home blockquote {
	max-width: 809px;
	margin: -90px 0 0;
	text-align: left;
}

.home cite {
	position: absolute;
	margin: 32px 0 0 29px;
	display: inline;
}

#main .mod_article.locations_head {
	text-align: center;
	padding-bottom: 0;
}

#main .mod_article.locations_head h2 {
	max-width: unset;
	margin-top:130px;
	margin-bottom: 20px;
}

#main .mod_article.locations {
	columns: 3;
	max-width: 1304px;
	margin: 0 auto;
	position: relative;
}

#main .mod_article.locations.contactpage {
	margin-top:-300px;
}

#main .mod_article.locations .content-box{
	padding-top: 0 !important;
}

.locations .content-text {
	display: inline-block;
	vertical-align: top;
	max-width: 614px;
	margin-right: 34px;
	font-family: "UntitledSans";
	font-size: 22px;
	line-height: 28px;
	margin-top: 150px;
}

@media (max-height:900px) {
	#main .mod_article.locations img {
		width: 400px;
        margin: 0 auto;
        display: block;
	}
	
	.home .locations .content-text {
		margin-top:35px;
	}
	
	.home .locations h2 {
		margin: 22px 0 0;
	}
	
	.contactpage.locations .content-text {
		margin-top:150px;
	}
}

.locations  .content-text + .content-text {
	margin-right: 0;
}

.locations  h2 {
	font-family: "UntitledSans-Bold";
	font-size: 22px;
	line-height: 28px;
	margin: 38px 0 0;
}

.locations .content-hyperlink a {
	width: 97px;
}

#main .mod_article  {
	padding-bottom: 150px;
}

#main .mod_article:last-child  {
	padding-bottom: 450px !important;
}

.home #main .mod_article  {
	padding-bottom: 0;
}

.home #main .mod_article.full_width .mod_newslist, .home #main .mod_article.full_width .content-text  {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#main .mod_article .content-box  {
	max-width: 1304px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

#main .mod_article .content-box:first-child  {
	padding: 72px 0 0;
}

#main .inside h1 + .mod_article .content-box, #main .mod_article.cite .content-box:first-child, .home #main .mod_article.full_width .content-box  {
	padding: 0;
}

#main .mod_article.news .content-box:first-child {
	font-family: "UntitledSans";
	text-align: center;
	margin-top: 250px;
	padding: 0;
}

.home #main .mod_article.news .content-box:first-child:before {	
	content: '';
	background-image: url(../../files/img/Little-Music-Makers-Fische.png);
	background-size: 230px 198px;
	background-repeat: no-repeat;
	display: block;
	width: 230px;
	height: 198px;
	left: calc(50% - 115px);
    top: -143px;
    position: absolute;
}

#main .mod_article.news .content-box h2 {
	font-family: "Clarendon-Light";
	letter-spacing: 1px;
	margin:0 0 20px;
	padding-top: 70px;
	max-width: unset;
}

#main .mod_article.news {
	padding-bottom: 300px;
}

#main .mod_article.news .mod_newslist {
	margin-top: 60px;
}

#main .mod_article.news .mod_newslist.more_news  {
	margin-top: 0;
	display: none;
}

#main .mod_article.news.open .mod_newslist.more_news  {
	display: block;
}

#main .mod_article.news.open .show_more_news  {
	color:transparent;
	font-size: 0;
	line-height: 0;
}

#main .mod_article.news.open .show_more_news:before  {
	content: 'weniger';
	color: #FFFFFF;
	font-size: 22px;
    line-height: 28px;
}

.en #main .mod_article.news.open .show_more_news:before  {
	content: 'less';
}

#main .mod_article.news .mod_newslist .layout_full  {
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 10px;
	padding: 15px 20px;
	border-radius: 4px;
}

#main .mod_article.news .mod_newslist .layout_full .news_head  {
	position: relative;
	cursor: pointer;
}

#main .mod_article.news .mod_newslist .layout_full .news_head:after  {
	content: '+';
    font-family: "UntitledSans-Bold";
    font-size: 22px;
    position: absolute;
    right: -20px;
    top: calc(50% - 15px);
    width: 60px;
    height: 40px;
    text-align: center;
	cursor: pointer;
}

#main .mod_article.news .mod_newslist .layout_full.open .news_head:after  {
	content: '–';
}

#main .mod_article.news .mod_newslist .layout_full.open {
	background-color: rgb(255,255,255);
	padding-bottom: 40px;
}

#main .mod_article.news .mod_newslist .layout_full:hover {
	background-color: rgb(255,255,255);
}

#main .mod_article.news .mod_newslist .layout_full .news_location {
	font-family: "UntitledSans";
	font-size: 22px;
	line-height: 28px;
}

#main .mod_article.news .mod_newslist .layout_full h3 {
	font-family: "UntitledSans-Bold";
	font-size: 22px;
	line-height: 28px;
	margin: 0 30px 0 0;
}

#main .mod_article.news .mod_newslist .layout_full.open h3 {
	margin-bottom: 20px;
}

#main .mod_article.news .mod_newslist .layout_full p {
	font-family: "UntitledSans";
	font-size: 22px;
	line-height: 28px;
	display: none;
}

#main .mod_article.news .mod_newslist .layout_full.open p {
	display: block;
}

#main .mod_article.default {
	font-family: "UntitledSans";
	font-size: 32px;
	line-height: 44px;
	text-align: center;
	margin-bottom: 150px;
}

#main .mod_article.default .content-box {
	max-width: 940px;
	padding: 0;
}

.mod_article.default h2 {
	font-weight: normal;
	font-family: "Clarendon-Light";
	font-size: 56px;
	letter-spacing: 1px;
	line-height: 62px;
	margin: 200px 0 65px;
	max-width: unset;
}

.mod_article.default h2:before {	
	content: '';
	background-image: url(../../files/img/Little-Music-Makers-Clown-Lino-1.png);
	background-size: 226px 296px;
	background-repeat: no-repeat;
	display: block;
	width: 226px;
	height: 296px;
	left: calc(50% - 113px);
	top: -333px;
    position: absolute;
}

.mod_article.default .content-hyperlink a {	
	width; 140px;
}

#main .mod_article.districts {
    columns: 2;
    max-width: 1304px;
    padding: 100px calc(50% - 652px);
	gap: 20px;
}

@media (max-width:1375px) {
	#main .mod_article.districts {
		padding: 150px 30px;
	}	
}

@media (max-width:647px) {
	#main .mod_article.districts {
		columns: unset;
	}	
}

.mod_article.districts .content-box {
	break-inside: avoid;
}

#main .mod_article.districts .content-box:first-child {
    padding: 0;
}

.mod_article.districts .content-box .course_link {
	font-size: 14px;
	padding: 0 15px;
}

#main .mod_article.media_audio {
    columns: 3;
    max-width: 940px;
    padding: 50px calc(50% - 470px);
	gap: 20px;
}

@media (max-width:995px) {
	#main .mod_article.media_audio {
		columns: 2;
		max-width: 601px;
		margin: 0 auto;
	}	
}

@media (max-width:680px) {
	#main .mod_article.media_audio {
		columns: 1;
		max-width: 300px;
	}	
}

#main .mod_article.media_audio .content-box {
	margin-bottom:20px;
	break-inside: avoid;
}

#main .mod_article.media_audio .content-box:first-child {
    padding: 0;
}

.mod_article.media_audio .content-box .content-player {
	width:260px;
	height:275px;
	padding:20px;
	color: rgb(255, 255, 255);
	font-family: "Clarendon-Light";
	font-size: 36px;
	letter-spacing: 0.56px;
	line-height: 44px;
}

.mod_article.media_audio .content-box .content-player h3 {
	margin:0;
	color: rgb(255, 255, 255);
	font-family: "UntitledSans";
	font-size: 22px;
	line-height: 36px;
}

.mod_article.media_audio .content-box .content-player audio {
	width: 260px;
	height: 30px;
	position:absolute;
	bottom: 20px;
}

#main .mod_article.member_gallery {
	padding: 0 calc(50% - 480px) 150px;
	text-align: center;
}

#main .mod_article.member_gallery .content-box {
	display: inline-block;
	width: fit-content;
	margin: 40px 50px;
	text-align:center;
}

#main .mod_article.member_gallery .content-box a {
	text-decoration: none;
}

#main .mod_article.member_gallery .content-box .teamname {
	font-family: "UntitledSans";
	font-size: 28px;
	text-align: center;
	line-height: 36px;
}

#main .mod_article.member_gallery .content-box img, #main .mod_article .member_detail img {	
	width: 220px;
	height: 220px;
}

#main .mod_article .member_detail {	
	max-width: 940px;
	margin: 0 auto -75px;
	font-family: "UntitledSans";
	font-size: 28px;
	line-height: 36px;
}

#main .mod_article .member_detail img, #main .mod_article.person_detail img {	
	display: block;
	margin: 0 auto;
}

#main .mod_article .member_detail .teamname, #main .mod_article.person_detail h2 {
	font-family: "Clarendon-Light";
	font-size: 54px;
	letter-spacing: 0.84px;
	text-align: center;
	line-height: 70px;
	margin-bottom: 0;
	max-width: unset;
}

#main .mod_article .member_detail .function, #main .mod_article.person_detail h2 + .rte {	
	font-family: "UntitledSans";
	font-size: 28px;
	line-height: 36px;
	text-align: center;
}

#main .mod_article.biography + .mod_article h4 {		
	font-family: 'UntitledSans-Bold';
	font-weight: normal;
	margin: 34px 0 0;
}

#main .mod_article.person_detail h2 + .rte {	
	margin-bottom: 85px;
}

#main .mod_article .member_detail .text {	
	margin-top: 85px;
}

#main .mod_article.person_detail blockquote {	
	margin: 85px auto;
}

.mod_article .ce_accordionSingle .accordion {
    padding: 0;
    margin-top: 44px;
}

#footer {
	min-height: 110px;
    background-color: rgb(4, 45, 58);
    padding-top: 15px;
}

#footer .inside {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#footer .inside:before {	
	content: '';
    background-image: url(../../files/img/Little-Music-Makers-Monster.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 244px;
    height: 322px;
    right: 96px;
    top: -288px;
    position: absolute;
}

@media (max-width:580px) {
	#footer .inside:before {
		right: 0;
		max-width: 43vw;
		top: -55vw;
		height: 56vw;
	}
}

#footer nav {
    z-index: 2;
    position: relative;
}

#footer nav ul li {
	font-family: 'UntitledSans';
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	border-right: 1px solid rgba(255,255,255,0.3);
	padding-right: 25px;
	margin-right: 25px;
}

#footer nav ul li:last-child {
	border-style: none;
	padding-right: 0;
	margin-right: 0;
}

#footer nav ul li a {	
	color: rgba(255,255,255,0.75);
	text-decoration: none;
}

#footer nav ul li a:hover, #footer nav ul li a.active {	
	color: #FBC700;
}

#footer nav ul.nav_agb {
    margin-top: 20px;
}

#footer nav ul.nav_agb li span {
    color: rgba(255, 255, 255, 0.75);
    font-family: "UntitledSans-Bold";
    line-height: 20px;
    display: inline-block;
    width: 60px;
}

#footer nav ul.nav_agb ul {
    display: inline-block;
    height: auto;
    overflow: visible;
}

.invisible {
	position: absolute;
	left: -10000px;
}

.media--right figure {
	float: right;
    width: calc(50% - 60px);
    margin: -82px 0 0;
	padding-left: 60px;
}

.media--left figure {
	float: left;
    width: calc(50% - 60px);
    margin: 0 0 200px;
	padding-right: 60px;
}

@media (max-width:800px) {
	.media--right figure {
		width: calc(50% - 20px);
		margin: 0;
		padding-left: 20px;
	}

	.media--left figure {
		width: calc(50% - 20px);
		margin: 0;
		padding-right: 20px;
	}
}

.ce_accordion {
	max-width: 700px;
	display: flex;
	flex-direction: column;
}

.content-hyperlink a, .ce_accordion .toggler, a.course_link, .course_filter div, .show_more_news {
	border-radius: 23px;
	background-color: rgb(0, 170, 230);
	color: rgb(255, 255, 255);
	font-family: "UntitledSans";
	font-size: 22px;
	text-align: center;
	line-height: 28px;
	display: block;
	text-decoration: none;
	margin: 45px auto 0;
	padding: 9px 22px;
	width: fit-content;
	cursor: pointer;
}

.landingpage_link {
	max-width:1304px;
	margin: -180px auto 0;
}

.landingpage_link .content-box {
	margin: 0 20px 0 95px !important;
	display: inline-block;
	width: auto !important;
}

@media (max-width:725px) {
	.landingpage_link .content-box {
		margin: 0 20px 0 0 !important;
	}
}

.landingpage_link .content-box .content-hyperlink {
	display: inline-block;
}

.landingpage_link .content-box + .content-box {
	margin: 0 !important;
}

.landingpage_link .content-box .content-hyperlink {
	display: inline-block;
}

.landingpage_link .content-box + .content-box .content-hyperlink a {
	color:rgb(0, 170, 230);
	background-color: white;
	border:1px solid rgb(0, 170, 230);
	padding:7px 20px;
}

.landingpage_link .content-box + .content-box .content-hyperlink a:hover {
	color:#fbba00;
	border:1px solid #fbba00;
}

#main .mod_article.districts_head, #main .mod_article.team_head, #main .mod_article.media_head {
	font-family: "UntitledSans";
	text-align: center;
	padding-bottom: 0;
}

.districts_head h2, .team_head h2, .media_head h2 {
	letter-spacing: 1px;
	text-align: center;
	max-width: unset;
	margin-bottom: 20px;
}

.district, .course {
	margin-bottom: 20px;
}

.course_filter {
	display: flex;
    justify-content: center;
	margin:-20px auto 50px;
}

.course_filter div {
	display:inline-block;
	margin: 0 20px;
}

@media (max-width:530px) {	
	.course_filter div {
		padding: 5px 13px;
		margin: 0 10px;
		font-size: 18px;
	}	
}

@media (max-width:400px) {	
	.course_filter div {
		padding: 5px 7px;
        margin: 0 5px;
	}	
}

@media (max-width:370px) {
	.course_filter {
		display:block;
	}	
	
	.course_filter div {
		padding: 5px 10px;
		display: block;
        margin: 15px auto;
        width: 85px;
	}	
}

.filter_description p, .demo_courses .content-box:first-child p {
	text-align:center;
	display:none;
	margin-bottom: 50px;
}

.filter_description p.show, .demo_courses .content-box:first-child p {
	display:block;
}

.course.open {
	margin-bottom: 2px;
}

.district .toggler, .faq_entry .toggler, .happy-class_entry .toggler, .course .toggler {
	cursor: pointer;
	position: relative;
}

.course .toggler {
	font-family: "UntitledSans";
	color:#ffffff;
	font-size: 16px;
	line-height: 24px;
	padding:10px 20px 15px;
	max-width: 879px;
    margin: 0 auto -9px;
}

.course.open .toggler {
	color:#000000;
	background-color:#ffffff !important;
}

.course.open .toggler a {
	color:#000000;
	text-decoration-color:#000000;
}

.district .toggler h3 {
	color: rgb(255, 255, 255);
	font-family: "Clarendon-Light";
	font-size: 36px;
	letter-spacing: 0.56px;
	line-height: 48px;
	padding: 20px;
	margin: 0;
}

.course .toggler h3 {
	font-family: "UntitledSans-Bold";
	font-size: 28px;
	line-height: 36px;
	margin: 0 40px 0 0;
}

.course .toggler p {
	margin: 0 40px 0 0;
}

.district .toggler .opener {
    background-image: url(../../files/img/District-closed.svg);
    background-size: 35px 35px;
    background-repeat: no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    right: 25px;
    top: 27px;
    position: absolute;
}

.course .toggler .opener {
    background-image: url(../../files/img/mss/MSS-classes-overview-closed.svg);
    background-size: 26px 13px;
    background-repeat: no-repeat;
    display: block;
    width: 26px;
    height: 13px;
    right: 20px;
    top: calc(50% - 7px);
    position: absolute;
}

.district.open .toggler .opener {
    background-image: url(../../files/img/District-open.svg);
    background-size: 35px 35px;
    background-repeat: no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    right: 25px;
    top: 27px;
    position: absolute;
}

.course.open .toggler .opener {
    background-image: url(../../files/img/mss/MSS-classes-overview-open.svg);
    background-size: 26px 13px;
    background-repeat: no-repeat;
    display: block;
    width: 26px;
    height: 13px;
    right: 20px;
    top: calc(50% - 7px);
    position: absolute;
}

@media (max-width:875px) {
	.district .toggler h3, .course .toggler h3 {
		font-size: 22px;
		line-height: 28px;
	}
	
	.district .toggler .opener, .district.open .toggler .opener {
		top: 16px;
	}
}

.district .accordion {
	padding: 0 20px 37px;
	color: rgb(4, 45, 58);
	font-size: 18px;
	line-height: 24px;
}

.course .accordion {
	display: block !important;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.course.open .accordion > div {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.course.open .accordion > div.active {	
    height: auto;
    overflow: auto;
    visibility: visible;
	background-image: url(../../files/img/Loading-LittleMusicMakers.svg);
    min-height: 70px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.course.open .accordion > div.active > div iframe {
	background-color: #E2E0FE;
}

.course.open .accordion > div.active > div iframe[style*="height: 200px"]{
	background-color: transparent;
}

.district .accordion .google_maps, .district .accordion .apple_karten {	
	color: rgb(4, 45, 58);
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	text-decoration-thickness: auto;
    text-decoration-color: rgb(4, 45, 58);
    text-underline-offset: auto;	
    text-decoration-skip-ink: auto;
}

.course .google_maps, .course .apple_karten {	
	color: #ffffff;
	font-size: 16px;
    line-height: 24px;
	display: inline-block;
	text-decoration-thickness: auto;
    text-decoration-color: #ffffff;
    text-underline-offset: auto;	
    text-decoration-skip-ink: auto;
}

.district .accordion .google_maps {
	margin: 37px 38px 0 0;
}

.course .google_maps {
	margin: 0 10px 0 0;
}

.district .accordion .google_maps:hover, .district .accordion .apple_karten:hover {	
	color: #00AAE6;
	text-decoration: none;
}

.course .google_maps:hover, .course .apple_karten:hover {	
	color: #FFFFFF;
	text-decoration: none;
}

.content-hyperlink a:hover, .ce_accordion .toggler:hover, a.course_link:hover, .course_filter div:hover, .course_filter div.active, .show_more_news:hover {
	background-color: #fbba00;
}

.ce_accordion.open .toggler {
	order: 2;
	color:transparent;
	font-size: 0;
	line-height: 0;
}

.ce_accordion.open .toggler:before {
	content: 'weniger';
	color: #FFFFFF;
	font-size: 22px;
	line-height: 28px;
}

.en .ce_accordion.open .toggler:before {
	content: 'less';
}

.ce_accordion .accordion, .district .accordion, .faq_entry .accordion, .happy-class_entry .accordion {
	display: none;
}

.ce_accordion.open .accordion, .district.open .accordion, .faq_entry.open .accordion, .happy-class_entry.open .accordion {
	display: block;
}

.course.open .accordion {
	height: auto;
    overflow: auto;
    visibility: visible;
    max-width: 922px;
    margin: 0 auto;
}

.faq h3, .happy-classes h3 {
	font-family: "UntitledSans-Bold";
	font-size: 28px;
	line-height: 28px;
	background-color: #FFFFFF;
	padding: 32px 20px;
	margin: 44px 0 3px;
}

.faq .toggler:after {
    content: '+';
    font-family: "UntitledSans";
    font-size: 22px;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    width: 60px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.faq .open .toggler:after {
    content: '–';
}

.faq div.faq_entry, .happy-classes div.happy-class_entry {
	background-color: rgba(255, 255, 255, 0.8);
	font-family: "UntitledSans";
	font-size: 22px;
	line-height: 28px;
}

.faq div.faq_entry.open, .faq div.faq_entry:hover {
	background-color: rgb(255, 255, 255);
}

.faq div.faq_entry h4, .happy-classes div.happy-class_entry h4 {
	padding: 7px 60px 7px 20px;
	margin: 3px 0;
	font-family: "UntitledSans";
	font-size: 22px;
	line-height: 28px;
}

.faq div.faq_entry.open h4, .happy-classes div.happy-class_entry.open h4 {
	font-family: "UntitledSans-Bold";
}

.faq div.faq_entry .accordion, .happy-classes div.happy-class_entry div:nth-child(2) {
	padding: 10px 60px 20px 20px;
}

.content-swiper .swiper {
	padding-bottom:	30px;
}

.content-swiper  .swiper-pagination-bullet {
    border-radius: 0;
    background-color: #FFFFFF;
    width: calc(13% - 10px);
    height: 2px;
    opacity: 1;
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.content-swiper  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FBC700;
}

.content-swiper .swiper-button-next, .content-swiper .swiper-button-prev {
	background-color: transparent;
    border-style: none;
	width: 58px;
	height: 58px;
	margin-top: -75px;
}

@media (max-width:750px) {
	.content-swiper  .swiper-pagination-bullet {
		margin-right: 3px !important;
		margin-left: 3px !important;
		width: calc(13% - 10px);
	}
	
	.content-swiper .swiper-button-next, .content-swiper .swiper-button-prev {
		display: none;
	}
}

.content-swiper .swiper-button-next:after, .content-swiper .swiper-button-prev:after {
	background-color: transparent;
    border-style: none;
	color: transparent;
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}

.content-swiper .swiper-button-next:after {
	background-image: url(../../files/img/galerie-next.svg);
	margin-left: 20px;
}

.content-swiper .swiper-button-next:hover:after {
	background-image: url(../../files/img/galerie-next-hover.svg);
}

.content-swiper .swiper-button-prev:after {
	background-image: url(../../files/img/galerie-prev.svg);
	margin-right: 20px;
}

.content-swiper .swiper-button-prev:hover:after {
	background-image: url(../../files/img/galerie-prev-hover.svg);
}

.newsletter {
    background-image: url(../../files/img/LittleMusicMakers-Drum.svg);
    background-color: rgb(151, 191, 13);
    background-size: 92px 63px;
    padding-top: 40px;
    position: relative;
	font-family: "UntitledSans";
    text-align: center;
}

.mp3_form {
    position: relative;
	font-family: "UntitledSans";
    text-align: center;
}

.newsletter:before {	
	content: '';
    background-image: url(../../files/Bilder/Illustrationen/Little-Music-Makers-Newsletter-Schnecke.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 222px;
    height: 109px;
    left: calc(50% - 111px);
    top: -54px;
    position: relative;
    margin-bottom: -80px;
}

.newsletter h2 {
	max-width:1304px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.mp3_form h3 {
	color: #000;
	text-align: center;
	font-family: "Clarendon-Light";
	font-size: 64px;
	font-weight: normal;
	line-height: 70px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.newsletter h2.success {
	margin-top: 200px;
}

.newsletter form div, .mp3_form form div {
	font-size: 0;
	width:980px;
	max-width:100%;
	margin: 100px auto 0;
}

.mp3_form form div {
	margin: 50px auto 0;
}

.newsletter form div p, .mp3_form form div p {
	font-size: 16px;
	line-height: 24px;
	margin-top:7px;
}

.newsletter form div p a, .mp3_form form div p a {	
	text-decoration-thickness: auto;
    text-decoration-color: #000000;
    text-underline-offset: auto;	
    text-decoration-skip-ink: auto;
}

.newsletter form div p a:hover, .mp3_form form div p a:hover {	
	text-decoration: none;
}

.newsletter select, .newsletter input, .mp3_form input {
	font-family: 'UntitledSans';
    font-size: 22px;
    line-height: 90px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 0;
    border-style: none;
    padding: 0 20px;
	color: #000000;
	outline: none;
}

.newsletter select {
	width: 20%;
	cursor:pointer;
	color: rgb(0, 143, 193);
	background-image: url(../../files/img/Newsletter-choose-city.svg);
    background-size: 19px 6px;
    background-repeat: no-repeat;
	background-position: calc(100% - 32px) center;
	border-radius: 4px 0px 0px 4px;
	border-right: 1px solid #939393;
	min-width:190px;
}

.newsletter input[type=submit], .mp3_form input[type=submit] {
	color: #FFFFFF;
	text-align: center;
	background-color:#00AAE6;
	border-radius: 0px 4px 4px 0px;
	min-width: 160px;
	width: 20%;
	cursor:pointer;
}

.newsletter input[type=submit].inactive, .mp3_form input[type=submit].inactive {
	background-color:#F5F5F5;
	color: rgb(147, 147, 147);
	cursor: auto;
}

.newsletter input[type=submit]:not(.inactive):hover, .mp3_form input[type=submit]:not(.inactive):hover {
	background-color:#FBC700;
}

.newsletter input[type=email] {
	width: 60%;
}

.mp3_form input[type=email], .mp3_form input[type=password] {
	width: 80%;
}

.newsletter input[name=mail2], .mp3_form input[name=mail2] {
	height:0;
	overflow:hidden;
	position:absolute;
	left:-99999px;
}

@media (max-width:1035px) {
	.newsletter input[type=email], .mp3_form input[type=email] {
		width: auto;
	}
}

@media (max-width: 875px) {
	.mp3_form input[type=submit] {
			border-radius: 23px;
			background-color: rgb(0, 170, 230);
			color: rgb(255, 255, 255);
			font-family: "UntitledSans";
			font-size: 18px;
			text-align: center;
			line-height: 26px;
			display: block;
			text-decoration: none;
			padding: 5px 22px;
			width: fit-content;
			cursor: pointer;
			margin: 50px auto;
	}
}

@media (max-width:730px) {
	.newsletter input[type=submit], .mp3_form input[type=submit] {
		display: block;
		margin: 50px auto;
		border-radius: 4px;
	}
	
	.newsletter input[type=email], .mp3_form input[type=email] {
		border-radius: 4px;
		width: calc(100% - 191px)
	}
	
	.newsletter input[type=submit], .mp3_form input[type=submit] {	
		border-radius: 23px;
		background-color: rgb(0, 170, 230);
		color: rgb(255, 255, 255);
		font-family: "UntitledSans";
		font-size: 18px;
		text-align: center;
		line-height: 26px;
		display: block;
		text-decoration: none;
		padding: 5px 22px;
		width: fit-content;
		cursor: pointer;
	}
}

@media (max-width:530px) {
	.newsletter select {
		display: block;
		width:100%;
		margin: 0 auto;
		border-style: none;
		border-bottom: 1px solid #939393;
		border-radius: 4px 4px 0px 0px;
	}
	
	.newsletter input[type=email], .mp3_form input[type=email] {
		display: block;
		width:100%;
		margin: 0 auto;
		border-radius: 0px 0px 4px 4px;
	}	
	
	.newsletter select, .newsletter input, .mp3_form input {
		font-size: 18px;
		line-height: 50px;
	}
}

input:placeholder
{
	color:#939393;
}

input::-webkit-input-placeholder
{
	color:#939393;
}

input:-ms-input-placeholder
{
	color:#939393;
}

input::-moz-placeholder
{
	color:#939393;
	opacity:1;
}

input::-webkit-search-cancel-button
{
    -webkit-appearance:none;
}

input::-ms-clear
{
    width: 0;
    height: 0;
}

.mp3 figure {
	display: inline-block;
	vertical-align: top;
	width: 301px;
	margin-right: 30px;
}

.mp3 figure + div {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 338px);
}

.mp3 h3 {
	color: #9B97D4;
	font-family: "Clarendon-Light";
	font-size: 36px;
	font-weight: normal;
	line-height: 48px;
	letter-spacing: 0.563px;
	margin: -10px 0 0;
}

.mp3 h4 {
	color: #042D3A;
	font-family: "Clarendon-Light";
	font-size: 36px;
	font-weight: normal;
	line-height: 48px;
	letter-spacing: 0.563px;
	margin: 0;
}

.mp3 h4 + p {
	color: #000;
	font-size: 20px;
	line-height: 36px;
	margin-top: 7px;
}

.mp3 ol {
	color: #000;
	font-size: 28px;
	line-height: 36px;
	list-style: none;
	counter-reset: li;
	padding-left: 0;
}

.mp3 ol li {
	position: relative; 
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #9B97D4;
	counter-increment: li;
}

.mp3 ol li::before {
	content: counter(li);
	position: absolute;
	left: -3px; 
	top: 10px;
	width: 1.5em; 
	text-align: right;
	color: #000;
}

.mp3 ol li a, .mp3 .zip_download a {
	text-decoration: none;
	display: block;
}

.mp3 .zip_download a {
	padding: 12px 20px;
}

.mp3 ol li a .title {
	width: calc(100% - 268px);
    display: inline-block;
}

.mp3 ol li a .duration {
	font-size: 20px;
	line-height: 36px;
	position: absolute;
    right: 165px;
	margin-top: 3px;
}

.mp3 ol li a svg, .mp3 .zip_download svg {
	width: 33px;
    height: 25px;
    position: absolute;
    margin-top: 6px;
    right: 23px;
}

.mp3 .zip_download svg {
    margin-top: 12px;
}

.mp3 .zip_download {
	border-radius: 4px;
	background: rgba(226, 224, 254, 0.50);
	font-size: 20px;
	line-height: 24px;
}

.mp3 .zip_download:hover {
	background: #8443A3;
}

.mp3 .zip_download:hover a {
	color: #FFF;
}

.mp3 .zip_download span {
	max-width: 553px;
    display: inline-block;
    width: calc(100% - 100px);
}

.mp3 .download_mp3_footer {
	font-size: 20px;
	line-height: 24px;
	margin-top: 27px;
}

.mp3_form .error {
	color:red;
}

@media (max-width: 1020px) {
	.mp3 figure, .mp3 figure + div {
		display: block;
	}
	
	.mp3 figure + div {
		margin-top: 40px;
		width: 100%;
	}
	
	.mp3 ol, .mp3 .download_mp3_footer, .mp3 .zip_download, .mp3 ol li a .duration {
		font-size: 18px;
        line-height: 24px;
	}
	
	.mp3 ol li a .duration {
		right: 50px;
	}

	.mp3 ol li a svg, .mp3 .zip_download svg {
		width: 23px;
        position: absolute;
        margin-top: 1px;
        right: 12px;
	}
	
	.mp3 ol li a .title {
		width: calc(100% - 104px);
	}
	
	.mp3 .zip_download span {
		width: calc(100% - 34px);
	}
}

h1 {
	font-weight: normal;
	color: rgb(255, 0, 42);
	font-family: "Clarendon-Light";
	font-size: 48px;
	letter-spacing: 0.84px;
	line-height: 54px;
	margin: 0;
}

h1.main_title {
	padding: 0 30px;
	margin: -83px auto 0;
	max-width: 1304px;
}

h2 {
	font-weight: normal;
	color: rgb(4, 45, 58);
	font-family: "Clarendon-Light";
	font-size: 48px;
	letter-spacing: 0.84px;
	line-height: 54px;
	margin: 0 0 63px;
	max-width:753px;
}

.center_h2 h2, h2.center_h2 {
	text-align:center;
	width: 100%;
	max-width: 100%;
	clear: both;
}

.long_h2 h2, h2.long_h2 {
	max-width:995px;
}

.media--left h2 {
	float: right;
    width: 50%;
}

h3, h4 {
	font-weight: normal;
}

strong {
	font-family: 'UntitledSans-Bold';
	font-weight: normal;
}

em {
	font-family: 'UntitledSans-Italic';
	font-style: normal;
}

p {
	margin: 0;
}

ul {
	list-style-type: circle;
	overflow: auto;
}

a {
	color: #000000;
    text-decoration-thickness: 20px;
    text-decoration-color: #D5E698;
    text-decoration-skip-ink: none;
    text-underline-offset: -9px;
}

a:hover {
    text-underline-offset: -20px;
}

blockquote {
	margin: 0;
	color: rgb(255, 0, 42);
	font-family: "Clarendon-Light";
	font-size: 48px;
	letter-spacing: 0.84px;
	line-height: 58px;
	text-indent: -26px;
	clear: both;
	text-align: center;	
	max-width: 995px;
	margin: 0 auto;
}

cite {
	font-family: "UntitledSans";
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	color: #000000;
	letter-spacing: 0;
	display: block;
	margin-top: 25px;
}

figure {
	margin: 0;
	max-width: 100%;
}

figcaption {
	text-align: center;
}

.content-player figcaption {
	text-align: left;
}

img {
	max-width: 100%;
	height: auto;
}

.img_up figure img {
	margin-top: -170px;
}

svg .hover, a:hover svg .inaktiv, svg:hover .inaktiv
{
	display:none;
}

a:hover svg .hover, svg:hover .hover
{
	display:block;
}

.bg_blue {
	background-color: #83D0FF;
}

.bg_blue_light {
	background-color: #BCE0ED;
}

.bg_green_light {
	background-color: #E6EFC6;
}

.bg_purple_light {
	background-color: #E2E0FE;
}

.bg_orange {
	background-color: #FBC700;
}

.book_pink {
	background-color: #D80678;
}

.book_orange {
	background-color: #FBBA00;
}

.book_blue {
	background-color: #008FC1;
}

.book_yellow {
	background-color: #FBD300;
}

.book_green {
	background-color: #97BF0D;
}

.book_red {
	background-color: #FF002A;
}

.illustration_sonne:before {	
	content: '';
    background-image: url(../../files/Bilder/Illustrationen/Little-Music-Maker-Sonne.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 420px;
    height: 322px;
    left: calc(50% - 210px);
    top: -245px;
    position: relative;
    margin-bottom: -245px;
}

@media (max-width:600px) {
	.illustration_sonne:before {
		left: calc(50% - 30vw);
		max-width: 60vw;
		top: -37vw;
	}
}

.illustration_blaetter:before {	
	content: '';
    background-image: url(../../files/Bilder/Illustrationen/Little-Music-Makers-Blaetter.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 150px;
    height: 145px;
    left: calc(50% - 75px);
    top: 0;
    position: relative;
}

@media (max-width:600px) {
	.illustration_blaetter:before {		
		margin: -104px 0 15px;
	}
}

.illustration_biene:before {	
	content: '';
    background-image: url(../../files/Bilder/Illustrationen/Little-Music-Makers-Biene.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 275px;
    height: 144px;
    left: calc(50% - 137px);
    top: 0;
    position: relative;
}

.illustration_affen:before {	
	content: '';
    background-image: url(../../files/Bilder/Illustrationen/Little-Music-Makers-Affen-coming.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 285px;
    height: 278px;
    left: calc(50% - 142px);
    top: -287px;
    position: relative;
    margin: 100px 0 -229px;
}

@media (max-width:500px) {
	.illustration_affen:before {
		left: calc(50% - 30vw);
		max-width: 60vw;
		margin: 100px 0 -300px;
	}
}

.illustration_affen2:before {	
	content: '';
    background-image: url(../../files/Bilder/Illustrationen/Little-Music-Makers-Affen-coming_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 285px;
    height: 278px;
    left: calc(50% - 142px);
    top: -100px;
    position: relative;
    margin: 100px 0 -80px;
}

@media (max-width:500px) {
	.illustration_affen2:before {
		left: calc(50% - 30vw);
		max-width: 60vw;
		top: -32vw;
	}
}

.illustration_fische:before {	
	content: '';
    background-image: url(../../files/Bilder/Illustrationen/Little-Music-Makers-Fische.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 230px;
    height: 298px;
    left: calc(50% - 115px);
    top: 0;
    position: relative;
}

.illustration_elefant_giraffe:before {	
	content: '';
    background-image: url(../../files/Bilder/Illustrationen/Little-Music-Makers-Elefant-und-Giraffe.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 426px;
    height: 372px;
    left: calc(50% - 213px);
    top: -250px;
    position: relative;
    margin: 100px 0 -216px;
}

@media (max-width:600px) {
	.illustration_elefant_giraffe:before {
		left: calc(50% - 30vw);
		max-width: 60vw;
		top: -250px;
		margin: 122px 0 -367px;
	}
}

.illustration_eule:before {	
	content: '';
    background-image: url(../../files/Bilder/Illustrationen/Little-Music-Makers-Eule.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 159px;
    height: 228px;
    left: calc(50% - 80px);
    top: -100px;
    position: relative;
    margin: 100px 0 -132px;
}

.illustration_eule.news:before {	
    margin: 100px 0 -390px;
}

.illustration_eule.media_head:before {	
    margin: 30px 0 -100px;
}

@media (max-width:600px) {
	.illustration_eule:before {
		left: calc(50% - 15vw);
        max-width: 30vw;
		margin: 55px 0 -155px;
	}
}

.illustration_krokodil:before {	
	content: '';
    background-image: url(../../files/Bilder/Illustrationen/Little-Music-Makers-Krokodil.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 608px;
    height: 214px;
    left: calc(50% - 304px);
    top: -302px;
    position: relative;
    margin: 100px 0 -208px;
}

@media (max-width:700px) {
	.illustration_krokodil:before {
		left: calc(50% - 30vw);
		max-width: 60vw;
		top: -40vw;
	}
}

@media (max-width:460px) {
	.illustration_krokodil:before {
		top: -54vw;
	}
}

.illustration_schildkroete_schmetterling:before {	
	content: '';
    background-image: url(../../files/Bilder/Illustrationen/Little-Music-Makers-schildkroete-schmetterling.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 314px;
    height: 410px;
    left: calc(50% - 157px);
    top: -320px;
    position: relative;
    margin: 100px 0 -256px;
}

@media (max-width:405px) {
	.illustration_schildkroete_schmetterling:before {
		left: calc(50% - 25vw);
		max-width: 50vw;
		margin: 100px 0 -430px;
	}
}

@media (max-width:840px) {
	body {
		font-size:18px;
		line-height:24px;
	}
	
	#header {
		height: 42vw;
		background-size: 75px auto;
	}
	
	.mod_navigation {
		top: 1vw;
	}
	
	blockquote {
		font-size: 6vw;
		letter-spacing: 0.84px;
		line-height: 7vw;
		text-indent: -3vw;
	}
	
	.home blockquote {
		margin: -10.8vw 0 0;
	}
	
	.home cite {
		margin: 6px 0 0 3vw;
		display: block;
	}
	
	#menu_burger {
		width: 46px;
		/* height: 39px; */
		margin-top: 38px;
	}
	
	.locations .content-text {
		font-size: 18px;
		line-height: 24px;
	}
	
	.content-hyperlink a, .ce_accordion .toggler, a.course_link, .course_filter div, .show_more_news {
		font-size: 18px;
		line-height: 26px;
		padding: 5px 22px;
	}
	
	.media--right figure, .media--left figure {
		float: none;
		width: 80%;
		margin: -46px auto 0;
	}
	
	.media--left h2 {
		float:none;
		width:100%;
	}
	
	.img_up figure img {
		margin-top: 0 !important;
	}
	
	#main .mod_article.news .mod_newslist .layout_full .news_location, #main .mod_article.news .mod_newslist .layout_full h3, #main .mod_article.news .mod_newslist .layout_full p {
		font-size: 18px;
		line-height: 24px;
	}
	
	#main .mod_article.news .mod_newslist .layout_full .news_head:after {
		font-size: 18px;
		line-height: 24px;
		top: calc(50% - 12px);
	}
	
	#main .mod_article.locations {
		columns: 3 70vw;
		overflow: auto;
		gap: 20px;
        padding-right: 20%;
		max-height: 760px;
	}
	
	#main .mod_article.locations .content-box {
		padding-top: 0 !important;
	}
	
	.locations .content-text {
		margin-top: 50px;
		max-width: 85%;
	}
	
	.contactpage.locations .content-text {
        margin-top: 150px;
    }
	
	#main .mod_article.default {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 150px;
	}
	
	#main .mod_article.news {
		padding-bottom: 200px;
	}
	
	#main .mod_article.districts {
        padding: 50px 30px 150px;
    }
	
	#main .mod_article {
		padding-bottom: 75px;
	}
	
	.landingpage_link {
		margin: -135px auto 0;
	}
	
	.landingpage_link a {
		width: 157px;
	}
	
	#main .mod_article:last-child {
		padding-bottom: 280px !important;
	}
	
	#main .mod_article .member_detail .function, #main .mod_article.person_detail h2 + .rte {
		font-size: 18px;
		line-height: 24px;
	}
	
	#main .mod_article.locations_head h2 {
		margin-top: 0;
	}
	
	#footer nav ul li {
		font-size: 16px;
		line-height: 16px;
		margin: 5px 15px 5px 0;
	}

	.faq h3, .happy-classes h3 {
		font-size: 22px;
		line-height: 28px;
	}

	.faq .toggler:after {
		font-size: 18px;
		height: 24px;
		top: calc(50% - 10px);
	}

	.faq div.faq_entry, .happy-classes div.happy-class_entry {
		font-size: 18px;
		line-height: 24px;
	}

	.faq div.faq_entry h4, .happy-classes div.happy-class_entry h4 {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width:600px) {
	.locations .content-hyperlink {
        /*break-after: verso;*/
    }
}

@media (max-width:550px) {
	h1, h2, #main .mod_article .member_detail .teamname, #main .mod_article.person_detail h2 {	
		font-size: 9vw;
		line-height: 11vw;
	}
	
	h1.main_title {
		margin: -17vw auto 0;
	}
}
