/* ################################################## ___ Imkerverein CSS ___ ################################################## */
/* ==================================================== ___ Eigenes CSS ___ ==================================================== */
/* ---------------------------------------------------- ___ Allgemeines ___ ---------------------------------------------------- */
html {
	background-color:#ffffff;
	background-image:linear-gradient(#E0F1C7, #4CAF50);
	color:#000000;
	font-family:Times,sans-serif;
	font-size:1em;
	margin:0;
	padding:0;
	min-height:100%;
	width:100%;
}
body {
	margin:0;
	padding:0;
}
/* ------------------------------------------------------- ___ Header ___ ------------------------------------------------------ */
.header {
	background-image:url("../img/raps_banner.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	color:#ffd700;
	height:250px;
	text-align:center;
	width:99%;
	border:1px solid #000000;
}
.header_overlay {
	background-image:linear-gradient(to right, #4CAF50, #4CAF50, #4CAF50, #4CAF50, #4CAF50, transparent, transparent, transparent, transparent, #4CAF50, #4CAF50, #4CAF50, #4CAF50, #4CAF50);
	color:#ffd700;
	height:250px;
	text-align:center;
	width:100%;
}
.margin-top-logo {
	margin-top:6px!important;
}
.logo_links {
	background-image:url("../img/imker.png");
	background-size:contain;
	background-repeat:no-repeat;
	height:207px;
	width:181px;
}
.logo_rechts {
	background-image:url("../img/imker.png");
	background-size:contain;
	background-repeat:no-repeat;
	height:207px;
	width:181px;
}
.header_ueberschrift {
	font-size:4em;
	font-weight:bold;
	text-shadow:2px 2px 0px #000000;
}
.header_text {
	left:29%;
	font-size:2.6em;
	font-weight:none;
	text-shadow:1px 1px 0px #000000;
}
/* -------------------------------------------------------- ___ Nav ___ -------------------------------------------------------- */
.nav_content_grouper {
	word-wrap:break-word;
	white-space:nowrap;
	margin-top:3px;
}
ul.nav {
	list-style-type:none;
	margin:0;
	padding:0;
	width:18%;
	background-color:#e3f2ca;
	height:700px;
	float:left;
	overflow:auto;
	border:1px solid #000000;
}
ul.nav li a {
	display:block;
	color:#000000;
	padding:8px 16px;
	text-decoration:none;
	border-bottom:1px solid #000000;
}
ul.nav li a.active {
	background-color:#4caf50;
	color:white;
}
ul.nav li a:hover:not(.active) {
	background-color:#ffd700;
	color:white;
}
/* ------------------------------------------------------ ___ Content ___ ------------------------------------------------------ */
.content {
	min-height:700px;
	background-image:linear-gradient(#fbfddd, #4CAF50, #fbfddd);
	margin-left:3px;
	width:79%;
	float:left;
	word-wrap:break-word;
	white-space:normal;
	font-size:1.1em;
	border:1px solid #000000;
	margin-bottom:3em;
}
.content a {
	color:#FFD700;
	font-weight:bold;
}
.content a:hover {
	color:#69B84D;
}
.content h1,.content h2 {
	color:#FFD700;
	xmargin:0;
	xpadding:0;
	font-weight:bold;
	text-shadow:1px 1px 0 #000000;
}
/* ------------------------------------------------------- ___ Footer ___ ------------------------------------------------------ */
.footer {
	background-color:#ffd700;
	border:1px solid #000000;
	clear:both;
	color:#5fab56;
	height:1.6em;
	left:25%;
	position:fixed;
	text-align:center;
	top:97%;
	width:50%;
}
.footer a {
	color:#69B84D;
	font-weight:bold;
}
.footer a:hover {
	color:#FFD700;
}
/* ------------------------------------------------------- ___ Bilder ___ ------------------------------------------------------ */
.bild {
	min-width:350px;
	max-width:350px;
	padding:8px 16px;
	margin:16px;
}
.bild_gross {
	min-width:600px;
	max-width:600px;
	padding:8px 16px;
	margin:16px;
}
.bild_heide_mueden {
	background-image:url("../img/heide_mueden.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	height:250px;
	width:300px;
	display:block;
}
.bild_unterschrift {
	border-top:1px solid #000000;
	display:block;
}
/* ------------------------------------------------------- ___ Termine ___ ----------------------------------------------------- */
.termin {
	
}
.termin_header {
	background-color:#8bc34a;
	font-size:1.2em;
}
.termin_text {
	background-color:#4caf50;
}

/* ------------------------------------------------------- ___ NO_WRAP ___ ----------------------------------------------------- */
.no_wrap {
	white-space:nowrap;
}
.no_float {
	clear:both;
}
/* ======================================================== ___ W3 CSS ___ ===================================================== */
/* ------------------------------------------------------ ___ Container ___ ---------------------------------------------------- */
.container {
	padding:0.01em 16px;
}
.container:after {
	xcontent:"";
	display:table;
	clear:both;
}
/* ------------------------------------------------------ ___ Rundungen ___ ---------------------------------------------------- */
.round-small {
	border-radius:2px!important;
}
.round {
	border-radius:4px!important;
}
.round-large {
	border-radius:8px!important;
}
/* ---------------------------------------------------- ___ Positionierung ___ ------------------------------------------------- */
.center {
	text-align:center!important;
}
.top,.bottom {
	position:fixed;
	width:100%;
	z-index:1;
}
.top {
	top:0;
}
.bottom {
	bottom:0;
}
.left {
	float:left!important;
}
.right {
	float:right!important;
}
/* ------------------------------------------------------ ___ Abstaende ___ ---------------------------------------------------- */

.no_margin {
	margin:0!important;
}
.no_padding {
	padding:0!important;
}
.margin {
	margin:16px!important;
}
.padding {
	padding:8px 16px!important;
}
.margin-top {
	margin-top:16px!important;
}
.margin-bottom {
	margin-bottom:16px!important;
}
.margin-left {
	margin-left:16px!important;
}
.margin-right {
	margin-right:16px!important;
}
/* -------------------------------------------------------- ___ Rahmen ___ ----------------------------------------------------- */
.border-0 {
	border:0!important;
}
.border {
	border:1px solid #ccc!important;
}
.border-top {
	border-top:1px solid #ccc!important;
}
.border-bottom {
	border-bottom:1px solid #ccc!important;
}
.border-left {
	border-left:1px solid #ccc!important;
}
.border-right {
	border-right:1px solid #ccc!important;
}
.border-black {
	border-color:#000!important;
}
/* ----------------------------------------------------- ___ Layout Kram ___ --------------------------------------------------- */
.card {
	border:1px solid #ccc;
}
.card-2 {
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.card-4 {
	box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important;
}
/* ----------------------------------------------------- ___ Textschatten ___ -------------------------------------------------- */
.text-shadow {
	text-shadow:1px 1px 0 #444;
}
/* ---------------------------------------------------- ___ Hoverable Kram ___ ------------------------------------------------- */
.ul.hoverable li:hover {
	background-color:#ccc;
}
ul.ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.ul li {
	padding:6px 2px 6px 16px;
	border-bottom:1px solid #ddd;
}
ul.ul li:last-child {
	border-bottom:none;
}
/* ====================================================== ___ Media Kram ___ =================================================== */
/* ----------------------------------------------------- ___ Tablet und Co ___ ------------------------------------------------- */
@media screen and (max-width:1024px) {
	.header {
		background-image:url("../img/raps_banner.jpg");
		background-position:center center;
		background-repeat:no-repeat;
		color:#ffd700;
		height:130px;
		text-align:center;
		width:100%;
	}
	.header_overlay {
		background-image:linear-gradient(to right, #4CAF50, #4CAF50, #4CAF50, #4CAF50, #4CAF50, transparent, transparent, transparent, transparent, #4CAF50, #4CAF50, #4CAF50, #4CAF50, #4CAF50);
		color:#ffd700;
		height:130px;
		text-align:center;
		width:100%;
	}
	.margin-top-logo {
		margin-top:6px!important;
	}
	.logo_links {
		background-image:url("../img/imker_medium.png");
		background-size:contain;
		background-repeat:no-repeat;
		height:120px;
		width:105px;
		padding:0px;
	}
	.logo_rechts {
		background-image:url("../img/imker_medium.png");
		background-size:contain;
		background-repeat:no-repeat;
		height:120px;
		width:105px;
		padding:0px;
	}
	.header_ueberschrift {
		font-size:1.6em;
		font-weight:bold;
		text-shadow:1px 1px 0px #000000;
	}
	.header_text {
		left:29%;
		font-size:1em;
		font-weight:bold;
		text-shadow:1px 1px 0px #000000;
	}
	ul.nav {
		width:100%;
		height:auto;
		font-size:0.8em;
		font-weight:bold;
	}
	ul.nav li a {
		float:left;
		padding:8px;
		border-top:none;
		border-left:none;
		border-right:1px solid #000000;
		border-bottom:none;
	}
	.content {
		min-height:700px;
		background-image:linear-gradient(#fbfddd, #4CAF50, #fbfddd);
		width:auto;
		float:left;
		word-wrap:break-word;
		white-space:normal;
		margin-top:3px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		padding-top:8px;
		padding-left:16px;
		padding-right:16px;
		padding-bottom:8px;
	}
}
/* -------------------------------------------------- ___ Smartphones und Co ___ ----------------------------------------------- */
@media screen and (max-width:600px) {
	/*
	.header {
		display:none;
	}
	.header_overlay {
		display:none;
	}
	.logo_links {
		display:none;
	}
	.logo_rechts {
		display:none;
	}
	.header_text {
		display:none;
	}
	.header_ueberschrift {
		display:none;
	}
	*/
	.header {
		background-image:url("../img/raps_banner.jpg");
		background-position:center center;
		background-repeat:no-repeat;
		color:#ffd700;
		height:130px;
		text-align:center;
		width:100%;
	}
	.header_overlay {
		background-image:url("../img/imker_small.png");
		background-position:8px 90%;
		background-size:auto;
		background-repeat:no-repeat;
		color:#ffd700;
		height:130px;
		text-align:center;
		width:100%;
	}
	.logo_links {
		display:none;
	}
	.logo_rechts {
		display:none;
	}
	.header_ueberschrift {
		font-size:1.2em;
		font-weight:bold;
		text-shadow:1px 1px 0px #000000;
	}
	.header_text {
		display:none;
	}
	/*
	.header_text {
		left:29%;
		font-size:0.9em;
		font-weight:none;
		text-shadow:1px 1px 0px #000000;
	}
	*/
	ul.nav {
		width:100%;
	}
	ul.nav li a {
		text-align:center;
		float:none;
		border-bottom:1px solid #000000;
	}
	.content {
		margin-left:0;
		font-size:1em;
	}
	.content h1 {
		color:#FFD700;
		font-size:1.1em;
		font-weight:bold;
		text-shadow:1px 1px 0 #000000;
	}
	.content h2 {
		color:#FFD700;
		font-size:1em;
		font-weight:bold;
		text-shadow:1px 1px 0 #000000;
	}
	.footer {
		height:1.6em;
		top:94%;
		left:0%;
		width:90%;
	}
	/*
	.bild {
		display:none;
	}
	.bild_unterschrift {
		display:none;
	}
	.bild_heide_mueden {
		display:none;
	}
	*/
	.bild {
		width:100%;
		height:auto;
		margin:0px;
		padding:0px;
	}
	.bild_unterschrift {
		border-top:1px solid #000000;
		width:auto;
		margin:0px;
		padding:0px;
		display:block;
	}
	/*
	.bild_heide_mueden {
		background-image:url("../img/heide_mueden.jpg");
		background-position:center center;
		background-repeat:no-repeat;
		width:auto;
		margin:0px;
		padding:0px;
		display:block;
	}
	*/
	.left,.right {
		float:none!important;
		clear:both!important;
	}
	.margin {
		margin:4px!important;
	}
	.padding {
		padding:2px 4px!important;
	}
}

