@charset "UTF-8";
/* CSS Document WIBcms */
/* Theme: ModernLight */

/* Font-Embedding */
/*
@font-face {
	font-family: 'Open Sans';
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/media/OpenSans/open-sans-v16-latin-regular.woff2') format('woff2');
}
*/

/* --- Grundeinstellungen, Raster und Lage --- */
body	{overflow-y:scroll;}

/* für die Zentrierung der gesamten Seite: */
div.body	{max-width:1355px; margin:6px auto;}

/* für die Zentrierung der einzelnen Bereiche: */
div.inner	{max-width:1345px; margin:0px auto;}

/* Header */
header		{background-color:#001;}
div.header	{padding:6px; max-height:180px; z-index:1; white-space: nowrap;}
header a:hover,
header a	{text-decoration:none;}
header img	{max-height:180px; padding:0px; margin:0px;}
header img.quer	{max-width:975px; width:73%;}
header img.quad	{max-width:180px; width:13.5%;}

/******************** Navigation ************************/
div.naviwrapper	{position:sticky; top:0px; z-index:4; min-height:60px;}
nav		{margin:0px; background-image:linear-gradient(#001, #000048);}
div.nav	{padding:0;}

nav ul	{list-style-type:none; margin:0px; padding:0px;}
nav ul li	{display:inline-block; position:relative;}	/* Für Pflegesymbole in der Sitemap */
nav span.L1, span.L2, span.L3, span.L4,
nav a	{display:inline-block; background-color:black; color:silver; padding:5px 6px; margin:0 0 4px 0;}
nav a:hover	{color:#006; background-color:#eef;}

nav span.L1, span.L2, span.L3, span.L4, footer span,
nav a.isSelected	{background-color:#ddf; color:#116; text-decoration:none;}

footer a.isLocked, footer span.isLocked, .sitemap .isLocked, nav span.isLocked,
nav a.isLocked	{color:red;}
footer a.partLocked, footer span.partLocked, .sitemap .partLocked, nav span.partLocked,
nav a.partLocked	{color:orange;}

span.L1, a.L1	{font-size:1.5em; text-decoration:underline;}



/*--- 1. Ebene Hauptnavigation ---*/
div.nav1	{display:block; float:left; padding-right:0px; min-height:32px;}

/* ---- Workaround wegen Dropdown, bis im Code beseitigt --- */
.nav1 ul ul {display:none;}
.nav2 ul ul {display:none;}

/*--- 1. Ebene Zusatzmenü 2. Zeile ---*/
div.nav2	{display:block; width:100%; padding:0; text-align:right;}

/*--- 2. und 3. Ebene, Seitennavigation links ---*/
div.naviL2		{display:inline-block; float:left; padding:0 10px 0 0; width:180px;}
.naviL2 li		{display:block;}
span.L2, a.L2	{font-weight:normal; font-size:1.1em; margin-left:0px; width:170px; border:1px solid silver; margin-right:5px; text-decoration:none;}

.naviL2 ul li ul	{width:170px; margin-left:10px;}

.naviL2 a.L3,
.naviL2 span.L3	{display:none; padding-left:3px; border:1px solid silver; border-left:3px solid silver;}
a.L3:hover		{}
li.isParent span.L2 a,
.isSelected span.L3,
.isSelected a.L3,
.thatsMe span.L3,
.thatsMe a.L3	{display:inline-block; width:160px;}

.naviL2 ul li ul li ul	{width:160px; margin-left:0px;}
.naviL2 ul li ul li ul a	{color:#fff; background-color:#234;}

a.L4, span.L4	{display:inline-block; width:150px; padding-left:3px; margin-left:6px; border:1px solid silver; border-left:6px solid silver;}
span.L4	{border-left:6px solid #345;}

/* Inhalt / Content (der äußere contentwrapper umschließt auch nicht-main-Elemente, z.B. eine 2. Navigation) */
div.contentwrapper,
div.wrapper	{min-height:600px}
div.wrap	{min-height:600px; padding:0px;}
main	{display:block}
div.content	{display:inline-block; float:left; width:870px; min-height:580px; margin:0; padding:0 20px 0 8px; position:relative; margin-right:10px;}

/* Sidebar / Infobox / Bildleiste */
aside	{display:inline-block; width:230px; padding:4px; font-size:.9em; background:url(../media/Grafix/karopapiers.gif); color:#339;}
/* box-shadow: 0px 0px 32px #000048 inset; */
aside a	{color:#940;}
aside a:hover	{color:#630;}

/* --------------------- Hamburger ------------ *
input#hamburg	{display:none; margin-left:10px;}
label.hamburg	{display:none; margin-left:10px;}
.line { 
   position: absolute; 
   left: 6px;
   height: 3px; width: 44px; 
   background: #fff; border-radius: 2px;
   display: block; 
   transition: 0.2s; 
   transform-origin: center; 
}
.line:nth-child(1) { top: 7px; }
.line:nth-child(2) { top: 16px; }
.line:nth-child(3) { top: 25px; }

#hamburg:checked + .hamburg .line:nth-child(1){transform: translateY(9px) rotate(-45deg);}
#hamburg:checked + .hamburg .line:nth-child(2){opacity:0;}
#hamburg:checked + .hamburg .line:nth-child(3){transform: translateY(-9px) rotate(45deg);}
*/

@media only screen and (max-width: 982px) {
	div.content	{width:100%; min-height:10px}
	div.contentwrapper, div.wrap,
	div.wrapper	{min-height:10px}
	div.nav	{font-size:.8em;}
}

@media only screen and (max-width: 679px) {
/*	label.hamburg { 
		display: inline-block; background: #555; width: 56px; height: 36px;
		position: relative; /* margin-left: auto; margin-right: auto; */
/*		border-radius: 3px; transition: border-radius .5s;
	}
	.naviwrapper nav {width:100%; max-height:0px; padding-bottom:0px; overflow:hidden; transition:1s}
	.naviwrapper nav span,
	.naviwrapper nav a	{display:block; width:95%; margin-bottom:4px}
/*	nav ul li.isParent > a {background: url("/media/Icons/arrow-single.png") no-repeat scroll right 10px top 9px / 13px auto}
	nav ul li ul {position:relative; transition: 2s}
	nav ul li span ul {max-height:800px}
	nav {max-height:0px; overflow: hidden; transition: 1s}	*/
	#hamburg:checked + .hamburg + nav {max-height: 800px;}
}

/* Footer */
footer		{clear:both; width:100%; font-size:.9em; text-align:center;}
div.footer	{padding:10px; display:flex; flex-flow:row wrap; border-top:1px solid white;}
.footer div	{flex:auto;}
footer nav	{text-align:right}

/* Cookie-Hinweise: */
#cookies   {border:1px solid yellow; background-color:#eee; color:black; text-align:center;}

/* Formulare */
fieldset	{border:1px solid #f80; border-radius:8px; margin:0px;}
label		{display:inline-block; width:180px;}
input[type=text], input[type=button], input[type=submit], input[type=password], input[type=email], textarea	{width:300px;}
textarea	{height:100px;}
legend		{color:#33f;}
img.waiting	{width:32px; height:32px; border:none; margin:-16px 0 0 32px; visibility:hidden;}

.selDay 	{width: 60px;}
.selMon		{width:159px;}
.selYear	{width: 80px;}

.sidebar label	{display:inline;}
.sidebar input[type=text], .sidebar input[type=password]	{width:98%;}


/* --- Foren (Gästebuch, Diskussion, Blog) --- */
.gbwrapper	{width:100%; height:536px; overflow:auto; margin-bottom:4px;}
.gbtitle	{border:1px solid #08c; border-radius:8px 8px 0px 0px; padding:4px; background-color:#08c; color:#fff}
.gbentry	{border:1px solid #08c; border-radius:0px 0px 8px 8px; padding:3px; margin-bottom:6px;}
.gbtitle.first	{color:#eee}
.gbentry.first	{font-weight:400; background-color:#ffd}
.gbtitle a	{color:white; text-decoration:none}
.gbedit		{font-size:0.9em;}
/*.gbedit a	{color:#cc3; text-decoration:none;}
.gbedit a:hover {text-decoration:underline; color:#9af;}	*/
input#Nickname	{display:none;}

/* --- Bilder --- */
/* --  Diashow  -- */
div#Galerie1	{position:relative; overflow:hidden; height:470px;}
/* --  manuelle Steuerung  -- */
div#Galerie1 a	{text-decoration:none; margin:0px 4px; font-size:20px; line-height:28px;}
div#Galerie1 a:hover, div#Galerie1 a:active	{color:black;}
div#Galerie1 a.normal	{color:#ccc; cursor:pointer;}
div#Galerie1 a.aktiv	{color:#000; cursor:default;}
/* --  Die Dias selbst -- */
img.Home		{position:relative; top:0px; left:0px; width:600px; height:450px; border-radius:50px; box-shadow:5px 5px 10px #000; opacity:1;}
img#Home1		{position:absolute; top:0px; left:0px; opacity:0;}

img.Galerie2	{height:120px;}
img.Lage		{cursor:pointer; width:184px; height:132px;}
img#L1,img#L2	{position:absolute; width:640px; height:460px; top:0px; left:-100px; display:none; cursor:pointer;
				 border-radius:10px; box-shadow:0px 0px 20px;}

.picbox img	{width:100px;}
img.voll	{width:336px; height:488px;}

/* --- Angaben für den Kalender --- */
/* -- Kalender mit CSS-Buttons: -- */
div.calbutton	{width:100px; height:80px; margin-top:20px; border-radius:20px; box-shadow:0px 0px 20px white; background:#cdf; color:black;
				text-align:center; padding-top:20px; transform:rotate(-5deg);}

/* -- Kalender allgemein (>3 Termine) -- */
p.calsummary	{font-weight:bold; padding-top:9px;}
div.calsummary	{display:inline-block;}

/* Routenplaner */
.map	{width:400px; height:240px;}

/* --  Styles für die KissGallery -- */
.kissgallery_head {text-align:center;}
.kissgallery {width:100%; background:none; text-align:center; border:none;}
/* Seitenauswahl */
.pageselect {display:inline-block; width:70px; border:1px solid #333; margin:0 1px 5px 1px; background:#fff;}
a.pageselect {color:blue;}
a.pageselect:hover, span.pageselect	{color:black;}
/* thumbs (table) */
.kissgallery_thumbs {background:none; margin:0 auto;}
.kissgallery_thumb_td {background:none; border:0px solid #bbb; padding:4px; text-align:center; vertical-align:top; font-size:12px; width:150px; height:130px;}
.kissgallery_thumb_td img {background:#fff; padding:4px;}
.kissgallery_thumb_td a img {border: 1px solid #aaa;}
.kissgallery_thumb_td a:hover img {background:#bba; border:1px solid #999;}
.kissgallery_thumb_td_empty {width:1px;}
.kissgallery_thumb_td input	{width:20px;}
.desc1 {}
.desc2 {color:orange;}
.desc3 {color:lightgreen;}
.desc4 {color:lightblue;}
/* Bildergruppierung */
.groupleft  {border:2px solid red; border-right:0px solid black; width:300px;}
.groupright {border:2px solid red; border-left:0px solid black; width:300px;}

.kisspictures {float:right;}
.kisspictures img {background:#fff; padding:4px;}
.kisspictures a img {border: 1px solid #aaa;}
.kisspictures a:hover img {background:#bba; border:1px solid #999;}

.formWishlist	{padding:0px 0px 10px 0px;}

p.kissgallery_legal {font-size:11px; padding:8px;}
p.kissgallery_clearlist {font-size:12px; padding:6px;}

/* --- Die Buttons für hervorgehobene Hinweise --- */
div.nobutton{width:245px; height:85px; font-size:16px; line-height:22px; font-weight:normal; color:#764E3F; padding-top:100px;}
div.stern	{position:relative; margin:0px auto; padding-top:50px; width:187px; height:135px; color:white; font-size:20px; line-height:26px; text-align:center; vertical-align:middle; transform:rotate(-5deg);}
div.stern a {color:white;}
/* --- Allgemein Buttons für Hervorhebungen --- */
div.srot	{background:url(../media/Buttons/stern_rot.png);}
div.sblau	{background:url(../media/Buttons/stern_blau.png);}
div.sgelb	{background:url(../media/Buttons/stern_gelb.png);}
div.sgreen	{background:url(../media/Buttons/stern_green.png);}
div.eule	{position:relative; margin:0 auto; width:245px; height:185px; color:white;}
div.erot	{background:url(../media/Buttons/veranstaltung_eule.png); font-size:20px; line-height:26px;}
div.egelb	{background:url(../media/Buttons/leseeulegelb.jpg); font-size:18px; line-height:20px;}
div.eultext	{position:absolute; text-align:left; vertical-align:middle; transform:rotate(5deg);}
.erot .eultext	{top:18px; left:90px;}
.egelb .eultext	{top:16px; left:128px;}

.pointer	{cursor:pointer;}
/* --- Default-Bilder: --- */
img.calmissing	{width:336px; height:254px; margin-top:200px;}

div.overlay	{z-index:100; position:absolute;}

/* --- Ende des Contents und Extra-Content --- */
div.contend	{clear:both; width:100%;}

/* --- DruckAnsicht --- */
body.print {max-width:18cm; padding:0 5mm; margin:2mm auto; height:25cm; border:1px solid red; background-color:white}
body.print div.inner, body.print aside,
body.print div.sidebar	{background-color:white}
body.print {color:black}
body.print .noprint, .helper {display:none;}
.printlegal {font-size:1em; color:#009;}