/* complete */
body {
	color:rgb(19,51,116);
	font-family: 'Noto Sans', sans-serif;
	font-size:12pt;
	font-weigth:400;
	margin:0;
	padding:0;
	line-height:152%;
	letter-spacing: 0.01em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
}
body.noscroll {
	margin: 0; 
	height: 100vh;
	overflow:hidden;
}
html {
	overflow-x:hidden;
}
.abstand {
	height:30px;
}
p {
	margin:0;
	color:rgb(19,51,116);
}
ul,li {
	padding:0;
	margin:0;
	list-style: none;
}
h1 {
	font-size: 24pt;
	color:rgb(127,39,18);
	margin-top: 80px;
	margin-bottom:20px;
	line-height:120%;
	font-weight:200;
	line-height:130%;
	text-align:center;
}
h2 {
	font-size: 18pt;
	color:rgb(127,39,18);
	padding-top: 15px;
	margin-top:0;
	margin-bottom:0px;
	padding-bottom:5px;
	line-height:120%;
	font-weight:200;
}
.html_inhalt {
	position:relative;
}
h3 {
	margin-top:10px;
}
a,
a:link,
a:hover,
a:active,
a:visited {
	color:rgb(127,39,18);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:rgb(19,51,116);
}
b {
	font-weight: 700;
}
.main_page {
	padding:0px 0px;
	text-align:left;
}
.header {
	height:250px;
	margin-bottom:0px;
	background-image: url(images/muse-2web.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.header_content {
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.top_line {
	margin-bottom:80px;
}
.topline .kontakt {
	margin: 0 40px;
}
.logo {
	position: absolute;
	left:0px;
	top:20px;
	width:30vw;
	max-width:300px;
	height:14.5vw;
	max-height:146px;
	padding:10px;
	background-image: url(images/mus-e_logo.svg); 
	background-size:85%;
	background-position:20px 20px; 
	background-repeat:no-repeat;
	background-color:#fff;
}
.logo a {
	display:block;
	height:100%;
}
.hamburger {
	position: fixed;
	right:40px;
	top:40px;
	width:70px;
	height:50px;
	background-image: url(images/hamburger.svg);
	background-size: 70px auto;
	background-repeat: no-repeat;
	cursor:pointer;
}
.menu_oben {
	position: absolute;
	right:0px;
	top:145px;
	padding: 8px 15px;
	background-color:#fff;
	
}
.menuOben {
	display:flex;
}
.menuOben li {
	padding:0 5px;
}
.menuOben li,
.menuOben li a {
	text-underline-offset: 4px;
}
.menuOben li.aktiv,
.menuOben li.aktiv a {
	text-decoration:underline;
}
.menu_content {
	position: relative;
	background-color: rgb(215,249,228);
	z-index:10000;
	display:flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.menu_content ul.social {
	display:flex;
	justify-content: flex-end;
	margin-top:25px;
	margin-right:0px;
}
.menu_content ul.social li {
	width:20px;
	height:20px;
	margin-left:10px;
}
.menu_content ul.social li img {
	width:20px;
	height:20px;
	object-fit: contain;
	
}
.menu_content ul.menu {	
	padding:20px 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: left;
}
.menu_content ul.menu>li {
	font-size:16pt;
	margin: 5px 20px 5px 0;
	cursor:pointer;
	user-select: none;
}
.menu_content ul.menu>li>ul {
	display: none;
	position:absolute;
	left:0px;
	padding-top:10px;
	padding-bottom:40px;
	width:200%;
	background-color: rgb(215,249,228);
}
.menu_content ul.menu>li>ul>li {
	margin-top:15px;
}
.menu_content ul.menu>li>ul {
	/* display:block; */
	
}
.menuContent {	
	margin-top:20px;
	padding:10px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menuContent li {
	width:30%;
	min-height:150px;
	overflow:hidden;
	position: relative;
	margin-bottom: 20px;
	background-color:rgb(215, 249, 228);
}
.menuContent li img {
	width:100%;
	height:100%;
	opacity:0.5;
}
.menuContent li .content {
	position:absolute;
	top:10px;
	left:10px;
}
.menuContent li h2 {
	top:10px;
	left:10px;
	color:rgb(19,51,116);
}
.main_content {
	min-height: 600px;
}
.zeile_menu {
	background-color: rgb(215,249,228);
}
.zeile_content {
	background:#fff;
	width:100%;
}
ul.menu li,
ul.menu li a,
ul.menu li a:link {
	color:inherit;
}
ul.menu li.aktiv>a {
	font-weight:bold;
}
ul.menu {

}
ul.menu ul {
	/* margin-bottom:5px; */
}
/* ul.menu>ul>ul {
	margin-left: 10px;
}
ul.menu>ul>ul>ul {
	margin-left: 10px;
} */
.menu_wrapper {
	background-color: #51b2b4;
	color:#fff;
	position: fixed;
	top:20px;
	right:40px;
	padding:40px;
	padding-top:120px;
	font-size:24px;
	display:none;
}
.menu_wrapper li {
	margin: 30px 0;
	font-size:36px;
	cursor:pointer;
	user-select: none;
}
.close {
	position: absolute;
	right:20px;
	top:20px;
	width:40px;
	height:40px;
	background-image: url(images/close.svg);
	background-size: 40px auto;
	background-repeat: no-repeat;
	cursor: pointer;
	
}
.section {
	margin-bottom:60px;
}
.section_content {
	margin: 0 auto;
	width: calc(100% - 120px);
	overflow: hidden;
	max-width: 1200px;
}
.menu_items,.wochenhits {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	width:100%;
	margin-bottom:40px;
}
.menu_items .item,
.wochenhits .item {
	width:30%;
	max-width:30%;
	min-width:30%;
	margin-top:20px;
}
.menu_items .item100 {
	width:100%;
	min-width:100%;
	max-width:100%;
	margin-top:40px;
}
.menu_items .sub {
	font-size:14px;
}
.foldable .tage {
	display:none;
}
ul.team {
	display:flex;
	flex-wrap: wrap;
	margin:20px 0;
	width:100%;
	column-gap: calc(20% / 3);
}
ul.team li {
	width:20%;
	margin:0 0px 20px;
}
ul.team li img {
	width:100%;
	height:26vw;
	max-width:300px;
	max-height:400px;
	min-width:175px;
	min-height:220px;
	object-fit:cover;
}
ul.team .name {
	font-weight:600;
}
.openarrow {
	cursor:pointer;
}
.openarrow span {
	background-image: url(images/pfeilrechts_sw.svg);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position-y: 5px;
	background-position-x: 4px; 
	width:35px;
	height:40px;
	display:inline-block;
}
.foldable_content {
	display:none;
}
.layer {
	display: none;
	position: fixed;
	width:90vw;
	height:90vh;
	top:5vh;
	left:5vw;
	border:1px solid #7b4c75;
	background-color: #fff;
	overflow:scroll;
}
.layer .close {
	background-image: url(images/close_dunkel.svg);
}
.dimmer {
	display:none;
	position: fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-color: #fff;
	background-color: #7b4c75;
	opacity:0.7;
}
.layer .tag,
.layer .wochenhit {
	display:flex;
}
.layer .tag>h2 {
	min-width:150px;
	max-width:150px;
}
.layer .tag>.text {
	margin-top: 13px;
}
.layer .tag ul.menu_items {
	margin-bottom:0px;
	padding:0px;
	margin:0px;
	justify-content: left;
}
.layer ul.menu_items .item {
	margin-top:0px;
	margin-right:10px;
}
.layer h1 {
	font-size:24pt;
}
.layer h2 {
	font-size:18pt;
}
.layer div {
	font-size:12pt;
}
.layer .wochenhit {
	border-top:1px solid #004647;
	margin-top:10px;
}
.intro {
	font-size:24px;
	line-height:150%;
	color:#004647;
	text-align:center;
	max-width: 900px;
	margin: 0 auto;
}
.spalten {
	display:flex;
	justify-content:space-between;
}
.spalten .spalte {
	width:calc(50% - 40px);
}
.editorial .bild {
	width:100%;
	margin-top:40px;
}
.editorial .bild img {
	object-fit:contain;
	width:100%;
	height:auto;
}
.editorial>.text,
.editorial>h2 {
	max-width:800px;
	margin: 0 auto;
}
.editorial>.text p {
	margin:10px 0;
	
}
.editorial>.text ul {
	margin: 5px;
	padding-left:0;
}
.editorial>.text ul li {
	list-style: disc;
	padding-left:10px;
	margin-left:10px;
}
ul.boxen {
	display:flex;
	justify-content:space-between;
	gap:20px 20px;
	flex-wrap:wrap;
}
ul.boxen>li {
	background-color:rgb(211,234,232);
	flex-grow: 1;
	min-width:calc(30% - 50px);
	max-width:calc(30% - 50px);
	padding:20px;
	margin:14px ;
	color:#fff;
-webkit-box-shadow: 4px 5px 14px 1px rgba(0,0,0,0.46); 
box-shadow: 4px 5px 14px 1px rgba(0,0,0,0.46);	
}
ul.boxen>li a {
	color:rgb(127,39,18);
	text-decoration: none;
}
.back {
	margin-top:40px ;
	font-weight:bold;
}
iframe {
	width:100%;
	height:100%;
	position: absolute;
	border:0;
}
.embed {
	padding-bottom:60%;
	position: relative;
}
.bilder_stage {
	width:100%;
	/* background-color:#f00; */
}
.bilder_stage ul.bilder {
	position:relative;
	width:calc(100vw - 80px);
	height:40vw;
	max-width: 1200px;
	
}
.bilder_stage ul.bilder>li {
	position:absolute;
	transform: translateX(-50%);
	left:-50%;
}
.bilder_stage ul.bilder .bild {
}
.bilder_stage ul.bilder .bild img {
	object-fit: contain;
	width:calc(100vw - 80px);
	height:40vw;
}
