/* 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 */
}

body{
	font-family: 'Catamaran', sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 1.2em;
	overflow-y: scroll;
	display: flex;
	justify-content: center;
	flex-wrap : wrap;
	line-height: 1.6em;
	color: #444;
}

#logozeile{
	height: 170px;
	width: 100%;
	position: fixed;
	text-align: right;
	top: 0;
	left: 0px;
	background-color: #eee;
	z-index: 10000;
	transition: transform .30s 0s ease-in-out;
	background-image: url(../Bilder/partneruebung.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:left bottom;
}

.down #logozeile {
   transform: translate3d(0, -170px, 0); // um 170px nach oben verschieben
}

#logozeile img{
	margin: 14px 20px 0 0;
	height: 140px;
}

#topfader{
	display: flex;
	height: 210px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9995;
	
background: none;

}

/* ------------ MENU -------------------------*/
.ball{
	width: 80px;
	height: 80px;
	background-color: #0080ff;
	border-radius: 50%;
	vertical-align: middle;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 0.8em;
	line-height: 1em;
	text-align:center;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.58);
	box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.58);
}

#menubtn{
	position: absolute;
	left: 50%;
	margin-left: -170px;
	top: 70px;
	z-index: 10190;
}

#mmenubtn{
	cursor: pointer;
	margin: 4px 0 0 10px;
}

#telefon{
	background-image: url(telefon_w.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	cursor: pointer;
	margin: 4px 0 0 10px;
}

#menukasten{
	padding: 2em 1em 1em 1em;
	background-color: rgba(242,251,256,0.9);
	position: absolute;
	left: 50%;
	margin-left: -25%;
	top: 0;
	width: auto;
	display: flex;
	-webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.58);
	box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.58);
	
	opacity: 0;
}

.menuspalte{
	padding: 0.8em;
}
.menuhead{
	font-weight: bold;
	font-size: 1.2em;
	color: #888;
	padding-bottom: 0.4em;
	margin-bottom: 0.5em;
	border-bottom: thin solid #999;
	cursor: default;
	text-align: center;
	width: 100%;
}
.menuitem{
	display: flex;
	flex-wrap : nowrap;
	font-size: 1em;
	color: #666;
	text-align: left;
	padding: 0.1em 1em 0.1em 0.4em;
	cursor: pointer;
}
.menuitem:hover{
	background-color: #006cd9;
	color: #fff;
}
.menindi{
	width: 0.6em;
	height: 0.6em;
	background-color: transparent;
	border-radius: 50%;
	float: left;
	margin: 0.4em 0.7em 0 0; 
}

.menaktiv{
	background-color: #0080ff;
}

#mobilmenu{
	display: none;
	position:fixed;
	top:0;
	left:0;
	z-index: 11000;
	height: 60px;
}
	
#seitenmenu{
	position: fixed;
	display: flex;
	top: 0;
	flex-wrap : wrap;
	z-index: 9999;
	width: 20%;
	min-width: 90px;
}

#telefon{
	display: none;
}

h1, .headline{
	color: #555;
	line-height: 1.4em;
	font-size: 2em;
	font-weight: 200;
	width: 100%;
}

h3{
	margin-bottom: 0.2em;
}

h6, p{
	font-weight: 300;
	font-size:1em; 
	margin: 0;
	padding: 0;
}

p{
	margin-bottom: 0.8em;
}
ul{
	margin-top: 0em;
}
li{
	line-height: 1.2em;
	margin-bottom: 1em;
}

#seitenhalter{
	position: relative;
	width: 80%;
	max-width: 760px;
	margin-top: 200px;
	margin-left: -260px;
}

#streifen{
	position: absolute;
	right: 20px;
	top: 260px;
	width: 240px;
    height:	auto;
	
	padding-left: 40px; 
}

.teaser {
	display: block;
	width: 250px;
	margin-bottom: 2em;
	text-decoration: none;
	text-align: left;
}

.teaser h4{
	font-size: 0.8em;
	font-weight: 400;
	color: #333;
	line-height: 1.2em;
}


.teaserhead, .teaser h1{
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.2em;
	color: #555;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 0.4em;;
}

h4{
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 1em;
	line-height: 1.3em;
	margin-top: 0em;
}

.dachzeile, h5{
	font-size: 0.8em;
	font-weight: 300;
	padding-bottom: 0.1em;
	border-bottom: thin solid #777;
	margin-bottom: -1em;
}
.teaserbild, .teaser {
	width: 100%;
}


.aktuellbanner{
	padding: 0em;
	font-size: 0.7em;
	font-weight: 200;
	color: #555;
	margin-bottom: -1em;
}
.aktuell{
	padding: 0.2em;
	
	margin-top: -1em;
}

.aktuell h1{
	font-size: 0.8em;
}

.seite{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
	background-color: rgba(255,255,255,1);
	display: none;
}

.absatzseite{
	margin-bottom: 3em;
	padding-top: 0.5em;
	border-top: thin solid #888;
}

#bodenmenu{
	position: relative;
	display: flex;
	justify-content: center;
	margin: 2em 0 3em 0;
	padding-top: 0.3em;
	font-size:0.8em;
	color: #666;
	width: 100%;
	border-top: thin solid #555;
}

.lexitem{
	margin: 0 0.5em 0 0.5em;
	cursor: pointer;
	color: #777;
	text-decoration: none;
}

/* -------------------------*/
.layer, .editlayer{
	position:fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	display: none;
	z-index: 500000;
}

.modalfenster{
	position: absolute;
	left: 50%;
	z-index: 500010;
	display: none;
	overflow: hidden;
	border: thin solid #777;
	-webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.58);
	box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.58);
}
.modalcontent{
	padding: 2em;
}

.modalhead{
	width: 100%;
	height:1.4em;
	background-color: #b1cae4;
	font-size: 1.2em;
	margin-bottom: 1em;
	text-align: center;
	padding: 0.4em;
}

.closer{
	float: right;
	width: 32px;
	height: 32px;
	background-image: url(closecross64.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-right: 20px;
	cursor:pointer;
}

.imgdefaultcontainer,.imgleft{
	float: left;
	max-width: 40%;
	padding: 0.2em;
	border: thin solid #777;
	margin: 0.8em 2em 0.8em 0;
}
.bild img{
	width: 100%;
}

.imgright{
	float: right;
	max-width: 40%;
	padding: 0.2em;
	border: thin solid #777;
	margin: 0.8em 0 0.8em 2em;
}
.imgcenter, .aufmacher{
	width: 100%;
	text-align: center;
}


.imgohne{
	border: none;
}

.imginner{
	border: thin solid #777;
}
#edmenu{
	position: fixed;
	top: 210px;
	left: 0;
	padding: 0.4em;
	background-color: #00a3d9;
}

#hismenu{
	position: fixed;
	top: 210px;
	left: 0;
	padding: 0.4em;
	background-color: #d9006c;
}

.edbtns{
	width: 48px;
	height:48px;	
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	margin-bottom: 1em;
}

#edbtn{
	background-image: url(edit.png);
}

#delbtn{
	background-image: url(del.png);
}

#neubtn{
	background-image: url(new.png);
}

#meneditbtn{
	background-image: url(menuedit.png);
}
#restorebtn{
	background-image: url(redo.png);
}

#okbtn{
	background-image: url(ok.png);
}

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

.preise{
		display:table;
	}
	.angebot{
		display: table-row;
		font-size: 0.9em;
		line-height: 1.3em;
	}
	.pz-item{
		display: table-cell;
		padding: 0.2em 0.7em 0.2em 0.7em;
		min-width: 5em;
		text-align: left;
	}
	
	.p-preis{
		text-align: right;
		min-width: 4em;
	}
	
	#scrollup{
		width: 60px;
		height:70px;
		position: fixed;
		left: 10px;
		background-repeat: no-repeat;
		background-size: 48px auto;
		background-image: url(arrowup.png);
		background-position: 6px 8px;
		background-color: #eee;
		cursor: pointer;
		top: calc(100vh + 16px);
		transition: transform .30s 0s ease-in-out;
		-webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.58);
	box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.58);
	}
	.up #scrollup {
   transform: translate3d(0, -86px, 0); // um 90px nach oben verschieben
}
	
/*----------------------------------------------*/

@media (max-width: 1080px){
	#streifen{
		display: none;
	}
	#seitenhalter{
		margin-left: 0;
	}
	#menubtn{			
		margin-left: -40px;
	}
}

/*-------------------------------------------------------*/
@media (max-width: 720px){
	#scrollup{
		display: none;
	}
	#telefon{
		display: flex;
	}
	#seitenmenu{
		width: 100%;
		background-color: #333;
		height: 60px;
	}
	#seitenhalter{
		margin-top: 200px;
		margin-left: 0;
		width: 90%;
	}
	
	.ball{
		border: thin solid #fff;
		width: 48px;
		height: 48px;	
	}
	
	#mobilmenu{
		display: flex;
	}
	#menubtn{			
		display: none;
	}
	#mmenubtn{
		position: relative;
		cursor: pointer;
		margin: 4px 0 0 20px;
	}
	
	#news{
		display: none;
	}
	
	#logozeile{
		background-color: transparent;
		border-color: transparent;
		background-image: none;
	}
	
	body{
		background-color: #000;
		color: #eee;
	}
	
	h1,h2,h3,.headline,.textbox{
		/*color: #eee;*/
		text-align: left;
	}
	h1,.headline{
		font-size: 1.6em;
		color: #eee;
	}
	.seite {
		background-color: transparent;
		font-size: 0.95em;
		font-height: 1em;
		padding: 0;
		hyphens: auto;		
	}
	.seite div, .seite p{
		
	}

	li{
		text-align: left;
	}
	/*
	#topfader{
		background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 73%, rgba(0,0,0,0) 100%); 
		background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 73%,rgba(0,0,0,0) 100%); 
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 73%,rgba(0,0,0,0) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); 
	}
	*/
	#intern{
		display: none
	}
	#menukasten{
		width: 100%;
		padding: 0;
		padding-top: 70px;
		align-content: center;
		flex-wrap: wrap;
		position: absolute;
		z-index: 12000;
		left: 0;
		margin-left: 0;
	}
	.menuspalte{
		width: 90%;
	}
	
	#streifen{
		display: none;
	}
	
	.editbtn{
		display: none;
	}
	#edmenu{
		display: none;
	}
	.pz-item{
		text-align: left !important;
	}
	.angebot{
		font-size: 0.7em;
		line-height: 1.2em;
	}
}