
/* catamaran-200 - latin */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/catamaran-v4-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Catamaran ExtraLight'), local('Catamaran-ExtraLight'),
       url('../fonts/catamaran-v4-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/catamaran-v4-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/catamaran-v4-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/catamaran-v4-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/catamaran-v4-latin-200.svg#Catamaran') format('svg'); /* Legacy iOS */
}

/* catamaran-regular - latin */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/catamaran-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Catamaran Regular'), local('Catamaran-Regular'),
       url('../fonts/catamaran-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/catamaran-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/catamaran-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/catamaran-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/catamaran-v4-latin-regular.svg#Catamaran') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'BADGRUNGE';
    src: url('../fonts/badGrunge/BADGRUNGE.woff2') format('woff2'),
        url('../fonts/badGrunge/BADGRUNGE.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --rechtespalte: 25%;
  --hauptspalte: 75%;
  --content: 70%;
}

body{
	font-family: 'Catamaran', sans-serif;
	font-weight: 200;
	color: #e7e7e7;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	font-size: 1em;	
	background-color: #000012;
	overflow-y: scroll;
	overflow-x: hidden;
}
#slideshow{
	display: none;
}
.slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#infospalte{
	display: none;		
}
#infoboard{
	display: none;
}

#greystripe{
	position: absolute;
	width: 100%;
	height: 38px;
	top: 131px;
	background-color: #7b7f7e;
	z-index: 0;
}
#logo{
	position: relative;
	top: 0;
	height: 140px;
	text-align: center;
	background-image: url(../medien/logostreifen.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	width: 	100%;
}



.hauptspalte{
	width: 100%;
	position: relative;	
	text-align: center;
	/*background-color: #eee;*/
	z-index: 5;
}


#bottommenu{
	position:relative;
	display: inline-block;
	width: var(--content);
	margin-top: 2em;
	z-index: 500;
	border-top: thin solid #555;
	text-align: center;
	padding: 0.3em 0 3em 0;	
}

#menubtn{
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	margin-left: 0.7em;
	left: 0;
	top: 2.1em;
	background-image: url(menu1.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 2px 2px;
	cursor: pointer;
	opacity: 0.5;
	z-index: 100000;
}
#hauptmenu{
	position: absolute;
	top: 0;
	left: calc(-100% - 60px);
	z-index: 1000;
	width: 100%;
	height:100%;
	font-family: 'arial', sans-serif;
	text-align: left;	
	padding-left: 60px;
	font-size: 1.2em;	
	margin-top: 0;
	padding-top: 4em;
	background: rgba(30,30,30,0.95);
}

.menufix{
	position: relative;
	top: 0;
	margin-top: 0 !important;
	background-color: #244f56 !important;
}


.menitem, .hiddenmen {
	margin-right: 0;	
	color: #ddd;
	text-decoration: none;
	padding: 0.6em 0.6em 0.3em 0.6em;
	width: auto;
	display: block;
	vertical-align: top;
	border-bottom: 2px solid transparent;
}
	
.menuhilite{
	background-color: transparent;
	font-weight: 400;
	color: #fff !important;
	border-bottom: 2px solid transparent;
}


.menitem:hover, #menuhead2{
	color: #DD2E16;	
	
}

.submenu{
	position: absolute;
	display: none;
	text-align: left;
	line-height: 1.7em;
	cursor: pointer;
	padding-bottom: 0.8em;
	margin-top: 10px;
	border-left: 2px solid #fff:
	background: none;
}
.smenu{
	display: block;	
	position: relative;
	padding: 0.5em 0.6em 0.8em 0.3em;
	text-decoration: none;
	color: #ddd;
	font-size: 0.8em;
	line-height: 1em;
	}
	
.smenu:hover{
 background-color: none;
color: #DD2E16;
}

.topitem{
	font-size: 0.9em;
	padding: 0 0.7em 0  0.7em;
	text-decoration: none;
	color: #999;
}
.topitem:hover{
	color: #fff;
}
#menueditbtn{
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin-left: -30px;
	background-image: url(pencil.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
h1, .h1links{
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 2em; 
	font-weight: 200;
	line-height: 1.1em;
	width: 100%;
	text-align: center;
	margin: 1em 0 0.5em 0;
	
}

#loglink{
		display: none;
	}

.h1links{
	text-align: left;
}
h2, .headline{
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 1.4em; 
	
	font-weight: 300;
	line-height: 1.4em;
}

h3{	
	font-weight: 300;
	line-height: 1.4em;
	margin-bottom: -0.5em;
}

h4{
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.4em;
	margin-bottom: -0.5em;
}

h6{
	font-size: 0.9em;
	font-style: italic;
	display: inline;
	font-weight: 300;
}
#edhead{
	display: none;
}

h5{
	font-weight: 300;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: -0.5em;
}

a, .blatt a:visited { 
		text-decoration: underline;
		color: #fff; 
	}
	
.a-titel{
	font-family: 'BADGRUNGE', sans-serif;
	font-size: 2.5em;
	color: #ddd;
	text-align: center;
}
.zitat{
	font-family: 'Catamaran', sans-serif;
	font-style: italic;
	color: rgba(37,94,126,0.8);
	text-align: center;
}

.quelle{
	margin-top: 0.1em;
	font-size: 0.7em;
	color: #444;
}

#artikel div{
	margin-top: 1em;
}

.aufmacher{
	width:100%;
	margin-left: 0;	
	text-align: center;
}

.titelbild{
	position: relative;
	margin-bottom: 2em;
	text-align: center;
}

.titelbild img{
	max-width: 100%;
}
.page{
	position: absolute;
	width: 100%;
	display: none;
	top: 0;
	left: 0;
	background-color: #000;
}
.blatt{
	position: relative;
	display: inline-block;
	font-size: 1em;
	line-height: 1.6em;
	padding: 1em;
	color: #f7f7f7;
	font-weight: 300;
	width: calc(100% - 2em);
	text-align: left;	
}

.kaptab{
	font-size: 0.7em;
}

#docdate{
	margin-top: -1.7em;
}
.blatt img{
	max-width: 100%;
}

.blattheader{
	width: 100%;
	margin-bottom: 0em;
	padding-bottom: 0em;
	border-bottom: thin solid #999;
}




#totopbtn{
	z-index: 100000;
	width: 76px;
	height: 75px;
	bottom: 0;
	left: 0;
	background-position: 5px 5px;
	position: fixed;
	cursor: pointer;
	background-color: #ddd;
	background-image: url(up_circle.png);
	background-repeat: no-repeat;
	opacity: 0.5;
	box-shadow: 0px 1px 9px 1px #999999;
	display: none;
}

#editbuttons{
	z-index: 100000;
	position: relative;
	width: 40px;
	margin-left: -60px;
	margin-top: 26px;
	padding: 0.1em;
	background-color: #aaa;
	float: left;
	border-radius: 10px;
}
.edbtn,#edstripper{
	
	width: 32px;
	height: 32px;	
	background-position: 2px 2px;
	cursor: pointer;
	margin: 6px 3px 6px 3px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}

.edbtn{
	display: none;
}
.edbtn:hover{
	background-color: #ddd;
}

.stripshow{
	background-image: url(pencil.png);
	border-bottom: thin solid #666;
}

.striphide{
	background-image: url(closecross64.png);
	border-bottom: thin solid #666;
}


#delete{
	background-image: url(deletefile.png);

}

#savepublic{
	background-image: url(savepublic.png);
	opacity: 0.3;
}

#save{
	background-image: url(Save.png);
	opacity: 0.3;
}

.showcode{
	background-image: url(code.png);
	opacity: 1;
}
.showhtml{
	background-image: url(eye.png);
	opacity: 1;
}

#abbruch{
	background-image: url(replay.png);
	opacity: 0.3;
}
#newblog{
	background-image: url(new.png);
}

.indikator{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 8px;
		
}
.menball{
	display: inline-block;
	width: 1em;
	height: 1em;
	margin:0 1em 0 1em;
	border-radius: 50%;
	
	background-color: #888;
}



.marker{
	width: 0.8em;
	height: 0.8em;
	display: inline-block;
	background-color: #AF0000;
	margin-right: 0.5em;
}

.blattedit{
	
	background-color: rgba(255,255,255,0.9);
	border: thin solid #777;
	padding: 0.5em;
	margin-top: -0.5em;
	margin-left: -0.5em;
	color: #555;
}

#adminmenu{
	width: 100%;
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
	height: 1.5em;
	background-color: rgba(20,20,20,0.8);
}
.a-menitem{
	color: #aaa;
	text-decoration: none;
	padding: 0 2em 0 1em;
}
.a-menitem:hover{
	color: #fff;
}

/* Kontextmenu */
.kontext{	
	position: absolute;
	background-color: #eee;
	z-index: 100000;
	color: #111;
	-webkit-box-shadow: 0px -2px 8px #363636; /* webkit browser*/ 
	-moz-box-shadow: 0px -2px 8px #363636; /* firefox */ 
	box-shadow: 0px -2px 8px #363636;	
}
.k-button{
	font-size: 14px;
	margin-bottom: 4px;
	padding: 8px 20px 6px 20px;
	cursor: pointer;
	border-radius: 4px;
	line-height: 10px;
}
.k-deaktiv{
	cursor: default;
	font-size: 11px;
	color: #888;
	margin-bottom: 4px;
	padding: 2px 20px 3px 30px;
	border-radius: 4px;
	line-height: 14px;
}

.k-button:hover{
	background-color: #ddd;
}
.trennlinie{
	width: 100%;
	height: 1px;
	border-top: thin solid #ddd;
	border-bottom: 1px solid #fff;
}

.popup{
	position: fixed;
	background: rgba(200,200,200,0.8);
	top: 0;
	width: 100vw;
	height: 100vh;
	text-align: center;
	z-index: 500000;
	display: none;
	text-align: center;
}

.popupcontent{
	background-color: #eee;
	border: thin solid #888;
	position: relative;
	margin-top: 60px;
	max-width: 60%;
	-webkit-box-shadow: 0px -2px 8px #363636; /* webkit browser*/ 
	-moz-box-shadow: 0px -2px 8px #363636; /* firefox */ 
	box-shadow: 0px -2px 8px #363636;
}

.label{
	font-size: 0.8em;
	line-height: 0.9em;
	padding-right: 1em;
	vertical-align: top;
}

table td{
	text-align: left;
}

.inputaktiv{
	margin-left: 0.6em;
	width: 100%;
	text-align: left;
	font-size: 1.2em;
}
.u-label{
	text-align: right;
}

.closestrip{
	background-color: #ddd;
	padding: 2em;
	position: relative;
	height: 1em;
	width: calc(100% - 4em);
	bottom: 0;
	left: 0;
	border-top: thin solid #888;
}

.imglinks, .imgrechts{
	width: 100%;
	border: thin solid #777;
}
.imglinks{
	margin-top: -0.8em;
}

.bildlinks{
	float: left;
	position: relative;
	max-width: 40%;
	max-height: 95%;
	padding: 0;
	
	vertical-align: top;
	margin: 1em 1em 1em 0;
	
}

.ev-block{
		display: block;
		font-size: 1em;
        text-align: center;
		line-height: 1em;
		width: 100%;
		text-align: left;
		text-decoration: none;
		background-color: rgba(255,255,255,0.04);
		margin-bottom: 20px;
		color: #fff;
		padding: 0.6em 0.5em 1em 0.5em;
		border-left: solid thin #777;
		border-top: solid thin #777;
		border-bottom: solid thin #333;
		border-right: solid thin #333;
		border-radius: 12px;
		
		width: calc(100% - 1.2em);
		-webkit-box-shadow: 0px -2px 8px #363636; /* webkit browser*/ 
	-moz-box-shadow: 0px -2px 8px #363636; /* firefox */ 
	box-shadow: 0px -2px 8px #363636;
	}
	
	.ev-titel{
		line-height: 1em;
		text-align: center;
		font-size: 1em;
		color: #fff;
		padding: 0.2em 0 0.3em 0;
		margin-bottom: 0.2em;
	}
	
	.ev-datum{
		font-size: 1.2em;
		margin-top: 0.5em;
		padding: 0 0.5em 0.2em 0.5em;	
		
	}
	
	.ev-preis{
		
	}
	
	.ev-ort{
		font-size: 0.8;
		margin-top: 0.3em;
		font-weight: 300;
	}
	
	.ev-short, .ev-zeit, .ev-adresse,.ev-ort, .ev-preis {
		padding: 0 0.5em 0.2em 0.5em;
		text-align: left;
	}
	
	
	.aktuell-block{
		position: relatve;
		display:block;
		text-decoration: none;
		font-size: 1em;
		color: #fff;
		margin-bottom: 0.7em;
		/*background-color: #f5f4eb;*/
		padding: 0.5em;
		border-bottom: thin solid #aaa;
	}
	.aktuell-titel, .ev-titel{
		font-family: 'Gloria Hallelujah', cursive;
		line-height: 1.2em;
		font-size: 1.1em; 
		margin-bottom: 0.8em;
		text-align: center;
	}
	.ev-titel{
		display: inline-block;
		padding: 0.2em 1em 0.2em 1em;
		background-image: url(marker.png);
		background-size: 100% auto;
		color: #b30000;
		
	}
	.aktuell-short{
		margin-top: 0.3em;
		line-height: 1.1em;
		text-align: left;
		width: 100%;
	}
	
	#proberaum{
		display: none;
		padding: 1em;
		background-color: rgba(10,10,10,0.6);
	}
	
	#carticon{
		width: 70px;
		height: 70px;
		background-image: url(cartknopf.png);
		background-repeat: no-repeat;
		background-size: 70px;
		background-position: center;
		cursor: pointer;
		position: fixed;
		top: 20px;
		right: 20px;
		border-radius: 35px;
		font-size: 1.2em;
		padding: 14px 0 0 9px;
		font-weight: bold;
		text-align: center;
		z-index: 10000;
	}
	
	.killit{
		background-image: url(papierkorb.png);
		background-repeat: no-repeat;
		background-size: 32px;
		background-position: center;
		cursor: pointer;
	}
	.schatten{
		-webkit-box-shadow: 0px -2px 8px #363636; /* webkit browser*/ 
		-moz-box-shadow: 0px -2px 8px #363636; /* firefox */ 
		box-shadow: 0px -2px 8px #363636;
	}
	
	.rocker{
		display: block;
		margin-bottom: 3em;
	}
	.rockerbild{
		display: block;
		width: 100%;
		margin-bottom: 0.7em;
	}
	.rockertext h3{
		margin-top: 0em;
		font-weight: bold;
		margin-bottom: 0.1em;
	}
		.abgesagt{
		width: 100%;
		height: 100%;
		background-image: url(abgesagt.gif);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 80% auto;
		position: absolute;		
		left: 0;
	}

@media (min-width: 820px){
	#body{
		background-image: none;
	}
	
	#hauptmenu{
		display: block;
		position: relative;
		height: auto;
		z-index: 1000;
		width: calc(var(--hauptspalte) - 62px);
		font-family: 'Gloria Hallelujah', cursive;
		text-align: left;	
		padding-left: 60px;
		font-size: 1em;	
		margin-top: -3em;
		padding-top: 0;
		left: 0 !important;
		background: none;
	}

	.menuhilite{
		border-bottom: 2px solid #AF0000;
	}
	.menufix{
		position: fixed !important;
		top: 0;
		margin-top: 0 !important;
		background-color: #244f56 !important;
	}
	.menitem, .hiddenmen {
		margin-right: 0;	
		color: #999;
		display: inline-block;
		vertical-align: top;
	}

	#menubtn{
		display: none;
	}
	.submenu{
		display: none;
		background-color: #3c4e52;
		-webkit-box-shadow: 0px -2px 8px #363636; /* webkit browser*/ 
		-moz-box-shadow: 0px -2px 8px #363636; /* firefox */ 
		box-shadow: 0px -2px 8px #363636;
	}
	
	.smenu:hover{
		background-color: rgba(50,50,50,0.7);
		color: #fff;
	}
	#loglink{
		display: inline-block;
	}
	
	h1{
		font-size: 2.4em;
		line-height: 1.5em;
		margin-bottom: 0.8em;
	}
	
	#logo{
		margin-left: 0;
		height: 200px;
		display: block;
		width: var(--hauptspalte);
}
	#slideshow{
		position: relative;
		width:var(--hauptspalte);
		display: block;
	}
	.slidefix{
		position: fixed !important;
		top: 47px !important;
		margin-top: 0 !important;
	}
	
	.hauptspalte{
		width: var(--hauptspalte);
	}
	#infospalte{
		width: var(--rechtespalte);
		display: block;
		padding-top: 50px;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 100;
		position: fixed;	
		border-left: thin solid #222;
		overflow: hidden;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001e1a+0,0e4746+9,0e4746+92,001e1a+100 */
	background: #001e1a; /* Old browsers */
	background: -moz-linear-gradient(left,  #001e1a 0%, #0e4746 9%, #0e4746 92%, #001e1a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #001e1a 0%,#0e4746 9%,#0e4746 92%,#001e1a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #001e1a 0%,#0e4746 9%,#0e4746 92%,#001e1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e1a', endColorstr='#001e1a',GradientType=1 ); /* IE6-9 */

	}

	
	#infoboard{
		display: block;
		position: relative;
		top: 0;
		float: right;
		vertical-align: top;
		width: var(--rechtespalte);
		z-index: 110;
	}
	
	#bottommenu{
		width: 90%;
		margin-left: 5%;
		z-index: 500;				
	}
	.blatt{
		padding: 1em;
		color: #f7f7f7;
		font-weight: 300;
		width: var(--content);
	}
	.blatt img{
		max-width: 500px;
	}

	
	.rocker{
		display: table;
	}
	.rockerbild{
		display: table-cell;
		width: 30%;
	}
	.rockertext{
		display: table-cell;
		vertical-align: top;
		padding-left: 2em;
	}
	.rockertext h3{
		margin-top: -1em;
		
	}
	.dianav{
		width: 100%;
		position: absolute;
		bottom: 0;
		text-align: center;
		display: none;
		padding: 4px 0 4px 0;
		background-color: rgba(0,0,0,0.5);
	}
	
	.dianavhilite{
		background-color: rgba(255,255,255,0.7);
	}
	.dianavbtn{
		border: thin solid #aaa;
		width: 12px;
		height: 12px;
		cursor: pointer;
		margin: 6px;
		display: inline-block;
	}

}