body,div,ul,li,a {
	font-family: 'Nunito', sans-serif;
	line-height: 125%;
	color:#fffdfd;
	background: transparent;
}
body,div,img {
	margin:0;
	padding:0px;
	border:0;
}
body {
 	background-color: #000;
}
.page {
	min-height: calc(100vh - 150px);
}
ul {
	margin:0;
	padding:0;
	list-style: none;
}
li {
	margin:0;
	padding:0;
}
a {
	color:inherit;
	text-decoration: inherit;
}
a:hover {
	text-decoration: underline;
}
p {
	margin:0;
	padding:0;
}
.hamburger {
	display:block;
	position: absolute;
	top:25px;
	right:20px;
	background-image:url(images/hamburger.png);
	background-repeat: no-repeat;
	background-size: 68px 50px;
	width:68px;
	height:50px;
	z-index:10;
	cursor:pointer;
}
.menu_top {
	height:120px;
	margin: 0px 0 10px 0;
	color: #5c5a59;
	position: relative;
	background-color: rgba(145, 145, 145, 0.81);
}
.menu_top .sprachlinks {
	color:#a17a4f;
	position:absolute;
	top:10px;
	left:10px;
}
.menu_top .sprachlinks a {
}
.top_text {
	position: absolute;
	right:105px;
	top:20px;
	text-align:right;
	z-index: 100;	
}
.logo_gross {
	width:200px;
 	background-image: url(images/logo_pure.png); 
/* 	background-image: url(images/frommelt_logo_web_rot.gif); */
	background-size: contain;
	background-position-y: 10px;
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	z-index: 100;
	height: 110px;
	left: 20px;
}
ul.slideshow {
	width:100%;
	height:40vw;
/* 	position: absolute; */
	position:relative;
	overflow:hidden;
}
ul.singlepic {
	width:100%;
	height:auto;
/* 	position: absolute; */
	position:relative;
	overflow:hidden;
}
ul.slideshow li {
	position: absolute;
	width:100%;
	display:none;
}
ul.singlepic li img,
ul.slideshow li img {
/*
	width:100%;
	height:auto;
*/
	object-fit: contain;
}
.full {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu_top .logo_top {
	background-image: url(images/logo_schrift_50h.png);
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	height:40px;
	margin-top:5px;
	width:116px;
	left:20px;
	position: absolute;
	display: none;
}
ul.menu {
	display:none;
	background-color: rgba(92, 90, 90, 0.96);
	top:120px;
	position:absolute;
	right:0px;
	z-index:100;
	vertical-align: top;
}
ul.menu a:hover {
	text-decoration: inherit;
}
.menu_top ul.menu>li{
	display:inline-block;
}
.menu_top ul.menu li {
	font-size: 20px;
	padding: 5px 20px;
/* 	color:#a17a4f; */
	color: #650815;
	text-decoration: none;
	position:relative;
	vertical-align: top;
	white-space: nowrap;
}
.menu_top ul.menu li:hover {
/* 	background-color: #540606; */
}
.menu_top ul.menu>li ul {
	display:none;
	margin-top:0px;
	padding:15px 20px 0 20px;
	left:0px;
	position:absolute;
	background-color: rgba(92, 90, 90, 0.81);
}
.menu_top ul.menu>li:hover ul {
	display:block;	
}
.menu_top ul.menu>li ul li {
	padding: 5px 0px;
	font-size: 18px;
	color: #650815;
}
.menu_top ul.menu>li ul li:hover,
.menu_top ul.menu>li:hover {
	color: #999;
}


.menu_top ul.menu>li{
	display:block;
	font-size: 24px;
}
.menu_top ul.menu>li ul {
	display:block;
	position:static;
	background-color:transparent;
}
.menu_top ul.menu>li ul li {
	font-size:20px;
}



.page.home {
	width:100%;
/* 	height: calc(100vh - 80px); */
	background-image:url(images/.jpg);
	background-size:cover;
	position: relative;
}
.page.home .content_area,
.content_area.columns {
/* 	position: absolute; */
	background: transparent;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.content a {
	color: #888483;
	text-decoration: none;
}
.content a:hover {
	color: #850815;
}
.page.home .content_area .content,
.content_area.columns .content {
/* 	position: absolute; */
	padding:20px;
	width:calc(50% - 40px);
}
.page .content_area .content {
	padding:20px;
}
.page.home .content_area .panel_area {
/* 	position: absolute; */
	width:100%;
	background-color: #fff;
	opacity: 0.5;
/* 	height:100%; */
}
.editorial {
	margin-bottom:30px;
	padding-bottom: 100px;
}
.editorial ul {
	list-style: disc;
	margin-left:10px;
	padding-left:0px;
}
.editorial ul.audio,
.editorial ul.link {
	list-style:none;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:10px;
}
.editorial ul li {
	margin-left:10px;
}
.editorial .spalten {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.editorial .spalten .spalte {
	width:calc(50% - 40px);
	padding:20px;
}
.editorial .normal {
	padding:20px;
}
h1,
.editorial h1 {
	padding 0 20px 0 20px;
}
h1,
.editorial h1,
.editorial .abstract {
	padding:20px 20px 0 20px;
	line-height: 125%;
}
.editorial .spalten .spalte img {
	width:100%;
	height:auto;
}
ul.links li {
	height:auto!important;
}
.download_pic {
	margin-top:10px;
}
.download_pic img {
	width:200px;
	height:auto;
}
.terminliste {
	margin-top:20px;
}
.terminliste h1 {
	padding-left:0px;
}
ul.termine {
}
ul.termine li {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom:12px;
	height:68px;
	width:100%;
	padding:4px 0;
	max-height:68px;
	cursor:pointer;
/* 	overflow:hidden; */
}
ul.termine li.jahr {
    height: auto;
    margin-top: 15px;
    padding-left: 5px;
    margin-bottom: 0px;
    cursor:default;
}
ul.termine li.jahr:hover {
	background-color:#000;
}
ul.termine li:hover {
	background-color:#540606;
}
ul.termine li>div.datum {
	width:45px;
	min-width:45px;
	margin:2px 10px 2px 2px;
}
ul.termine li>div.datum .zettel {
	background-color:#c2cccc;
	padding:3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	line-height:150%;
	padding-bottom:10px;
}
ul.termine li>div.datum .zettel {
	color:#540606;
}
ul.termine li:hover>div.datum .zettel {
	background-color: #fff;
}
ul.termine li>div.datum .tag {
	font-size:30px;
	color:#a17a4f;
	padding-top:5px;
}
.page.home ul.termine.klein li {
	font-size:14px;
}
.page.home ul.termine.klein li>div.ort {
	min-width:120px;;
}
.page.home ul.termine.klein li>div.was h3 {
	font-size:14px;
}
ul.termine li>div.beschreibung {
	width:calc(100% - 60px);
}
ul.termine li div.ort {
	padding-top:0px;
}
ul.termine li div.was {
	padding-top:8px;
	text-overflow: ellipsis;
	height:60px;
	overflow:hidden;
}
ul.termine li div.was h3 {
	margin:0;
	padding-top:0px;
}
ul.link li {
	height:auto;
}
ul.link {
	margin-bottom:10px;
}
.super_content {
	display:none;
	position:fixed;
	top:20px;
	left:20px;
	right:20px;
	bottom:20px;
	padding:10px;
	background-color:#fff;
	z-index:10000;
	overflow-y:scroll; 
	padding-bottom:20px;
}
.super_content .links {
	width:50%;
	display:inline-block;
	vertical-align: top;
	display:relative;
	height:100%;
	color:inherit;
}
.super_content .rechts {
	width:calc(50% - 30px);
	display:inline-block;
	margin-left:20px;
	padding-right:10px;
	vertical-align: top;
	color:inherit;
}
.super_content .rechts.breit {
	width:calc(100% - 20px);
}
.super_content h1 {
	margin-left:0px;
}
.super_content .close {
	cursor:pointer;
	position: absolute;
	right:20px;
	top:20px;
	background-image: url(images/close.png);
	background-size: 18px 18px;
	width:18px;
	height:18px;
}
.super_content .ort,
.super_content .abstract,
.super_content .text,
.super_content div.links,
.super_content div.rechts,
.super_content ul.links li a,
.super_content ul.links li a:link {
	margin-bottom:15px;
	color:#540606;
}
.super_content ul.links li:hover {
	background-color:inherit;
}
.super_content ul.links li a:hover {
	color:#540606;
	text-decoration: underline;
}
.super_content ul.slideshow li {
	height:auto;
	max-height: 100%;
}
ul.audio .embed {
	padding-left:0px;
}
.embed {
	width:100%;
	padding-left:20px;
	padding-bottom:60px;
	position: relative;
}
.embed iframe{
	width:100%;
	max-width:600px;
/*
	width:100%;
	height:100%;
*/
/* 	position:absolute; */
}
.footer {
	background-color: #5c5a59;
	position: relative;
	height:30px;
/* 	color: #5c5a59; */
	margin: 20px 0 10px 0;
	padding-bottom:10px;
}
.footer  .sprachlinks {
	position: absolute;
	left:0px;
	margin:10px 0 0 0;
	padding:0px;
    top:0px;
}
.footer  .sprachlinks a {
	font-size:14px;
	padding: 2px 10px;
	color:#a17a4f;
	color:#fff;
}
.footer a:hover,
.footer ul.menu li a:hover {
	text-decoration: underline;
}
.footer ul.menu {
	display:flex;
	top:10px;
}
.footer ul.menu li {
	font-size:14px;
	padding: 2px 10px;
	color:#a17a4f;
	color:#fff;
}
