/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/



a { text-decoration: none; }
a:focus { outline: 0; }
p { font-size: 15px; margin: 0 0 20px 0; }
#page-wrap { width: 100%; margin: 80px auto; }
h1 { font: bold 40px Sans-Serif; margin: 0 0 20px 0; }
.list-wrap {
    padding-left: 10px;
}
/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }


.archiv {
    padding-top: 10px;
}
/* Specific to example one */

#example-one { font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; background: #eee; padding: 0px; margin: 0 ; /*height: 233px;*/ }

#example-one .nav    { overflow: hidden; /* margin: 0 0 10px 0;*/ line-height: 2.0em; }
#example-one .nav li { width: 19%; float: left; margin: 0 12.5px 0 0; }

#example-one .row { background-color: none !important;}

#aktuelles, #nachrichten, #positionen, #landesverband, #predigt
 { /*height: 202px; */}

.renk {
    background-color: transparent;
}

.grey { /*
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);*/
		}
	
#example-one .nav li.last { margin-right: 0; }
#example-one .nav li a { display: block;  padding: 5px 0; background: #959290; color: white; font-size: 14px; text-align: center; border: 0; }
#example-one .nav li a:hover { background-color: #111; }

#example-one ul { list-style: none; }
#example-one ul li a { display: block; border-bottom: 1px solid #10a0d5; padding: 0px; color: #01576e; }
#example-one ul li a:hover { background: #999; color: white; }
#example-one ul li:last-child a { border: none; }

#example-one ul li.nav-one a.current,   #example-one ul.aktuelles li a:hover { background-color: #134978; color: white; }
#example-one ul li.nav-two a.current,   #example-one ul.nachrichten li a:hover { background-color: #31889f; color: white; }
#example-one ul li.nav-three a.current, #example-one ul.positionen li a:hover { background-color: #c4994e; color: white; }
#example-one ul li.nav-four a.current,  #example-one ul.landesverband li a:hover { background-color: #996a42; color: white; }
#example-one ul li.nav-five a.current,  #example-one ul.predigt li a:hover { background-color: #634429; color: white; }






@media only screen and (max-width: 1280px) {
	#example-one .nav li { width: 18.9%; float: left; margin: 0 10px 0 0; }
	#example-one .nav li a 	{   font-size: 14px;  }
}

@media handheld, only screen and (max-width: 800px) {
	#example-one .nav li 	{ 	width: 19.4%; float: left;   margin: 0 4px 0 0;    }
	#example-one .nav li a 	{   font-size: 11px; }
}


@media handheld, only screen and (max-width: 768px) {
	#example-one .nav li 	{ 	width: 19.4%; float: left;   margin: 0 4px 0 0;    }
	#example-one .nav li a 	{   font-size: 11px }
}

@media handheld, only screen and (max-width: 480px) {
	
	#example-one {    height: 100%; padding-bottom: 10px; }
	#example-one .nav li { width: 100%; float: left;     margin: 0 10px 5px 0; }

	}
@media handheld, only screen and (max-width: 320px) {
		#example-one {    height: 100%; padding-bottom: 10px; }
		}

/* Specific to example two */

#example-two .list-wrap { background: #eee; padding: 10px; margin: 0 0 15px 0; }

#example-two ul { list-style: none; }
#example-two ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#example-two ul li a:hover { background: #333; color: white; }
#example-two ul li:last-child a { border: none; }

#example-two .nav { overflow: hidden; }
#example-two .nav li { width: 97px; float: left; margin: 0 10px 0 0; }
#example-two .nav li.last { margin-right: 0; }
#example-two .nav li a { display: block; padding: 5px; background: #666; color: white; font-size: 10px; text-align: center; border: 0; }

#example-two li a.current,#example-two li a.current:hover { background-color: #eee !important; color: black; }
#example-two .nav li a:hover, #example-two .nav li a:focus { background: #999;}