/*
Theme Name: eahj sw 2014
Author: js 
Author URI: http://www.sw.eah-jena.de/
Description: eahj sw
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eahjsw2014
*/

/* alle Einstellungen auf START :-) */
@import "css/normalize.css";

.screen-reader-text {
	display: none;
}



.site-header {
	margin: 0;
	padding: 0;
	background-color: #e1e1e1;
/*	background-image: url("img/sw_wellenlinie.png");*/
	background-repeat: no-repeat;
	background-position: center top;

	border: 1px solid #e1e1e1;; 

}
/*
.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	width: 100%;
}
*/

#logoblock {
	width: 55%;
	min-width:380px;
	max-width:1150px;
	margin-left:20%;
	margin-right:20%;
	padding-left: 1em;
	padding-right: 0em;
	vertical-align: top;
}

.site-header .site-title:hover {
/*	text-decoration: underline; */
}

.site-title {
/*	position: absolute; */
	font-size: 22px;
	font-variant: small-caps;
	text-align: left;
/*	text-shadow: 2px 2px 2px white, -2px 2px 2px white, 2px -2px 2px white, -2px -2px 2px white;*/
	margin-left: 0;
/*	border: 1px dotted blue; */
}
.site-title a {
/*	border: 1px solid blue;*/
	font-weight: bold;
	color: #e6441d;

}

#titellogo {
/*	position: absolute;*/
	float: right;
	height: 40px;
	margin-right: 0;
	margin-top: -5px;
	padding: 0;
}

.home-link {
	text-decoration: none;
}


.site-description {
	display: none;
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

/* ****************************************************************************** */
/* Navigation */

.menu-toggle {
	display: none;
}

#navbar{
/*	position: relative; */
/*	top: 50px; */
/*	left: 0px; */
	clear: both;
	height: 20px;
	width:100%;
	min-width: 1200px;
/*	border: 1px solid green;*/
	background: #e1e1e1;
	background: -moz-linear-gradient(top,  rgba(204,204,204,0.98) 0%, rgba(254,254,254,1) 3%, rgba(251,251,251,1) 10%, rgba(241,241,241,1) 23%, rgba(185,185,185,1) 74%, rgba(170,170,170,1) 92%, rgba(168,168,168,1) 97%, rgba(204,204,204,0.97) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,0.98)), color-stop(3%,rgba(254,254,254,1)), color-stop(10%,rgba(251,251,251,1)), color-stop(23%,rgba(241,241,241,1)), color-stop(74%,rgba(185,185,185,1)), color-stop(92%,rgba(170,170,170,1)), color-stop(97%,rgba(168,168,168,1)), color-stop(100%,rgba(204,204,204,0.97))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,0.98) 0%,rgba(254,254,254,1) 3%,rgba(251,251,251,1) 10%,rgba(241,241,241,1) 23%,rgba(185,185,185,1) 74%,rgba(170,170,170,1) 92%,rgba(168,168,168,1) 97%,rgba(204,204,204,0.97) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,0.98) 0%,rgba(254,254,254,1) 3%,rgba(251,251,251,1) 10%,rgba(241,241,241,1) 23%,rgba(185,185,185,1) 74%,rgba(170,170,170,1) 92%,rgba(168,168,168,1) 97%,rgba(204,204,204,0.97) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,0.98) 0%,rgba(254,254,254,1) 3%,rgba(251,251,251,1) 10%,rgba(241,241,241,1) 23%,rgba(185,185,185,1) 74%,rgba(170,170,170,1) 92%,rgba(168,168,168,1) 97%,rgba(204,204,204,0.97) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,204,204,0.98) 0%,rgba(254,254,254,1) 3%,rgba(251,251,251,1) 10%,rgba(241,241,241,1) 23%,rgba(185,185,185,1) 74%,rgba(170,170,170,1) 92%,rgba(168,168,168,1) 97%,rgba(204,204,204,0.97) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#facccccc', endColorstr='#f7cccccc',GradientType=0 ); /* IE6-9 */
}

#site-navigation {
	font-variant: small-caps;
}

#navbar div.menu-startmenu-oben-container {
	width: 60%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

ul#menu-startmenu-oben {
	margin-top: 8px;
	margin-bottom:0;
	padding-left:0;
}

ul#menu-startmenu-oben > li {
	position: relative; 
	display: inline;
	list-style-type: none;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 2px groove #888;
	text-align:left;
}

ul#menu-startmenu-oben > li > a {
	display: inline-block;
	height: 35px;
/*	font-weight: bold;*/
	text-decoration: none;
	color: #555;
/*	border: 1px solid blue; */
}

ul#menu-startmenu-oben li a:hover {
	color: #999;
}

ul#menu-startmenu-oben ul.sub-menu li {
	display:block;
	padding: 3px 1em 3px 7px;
	border-bottom: 1px solid #bbb;
/*	height: 25px;*/
}

ul#menu-startmenu-oben ul.sub-menu {
	position: absolute; 
	padding: 0px 0em 0px 0px;
	top: 19px;
	left: -7px;
	display:none;
	background: #ccc;
	font-size: 80%;
	width: 180px;
}

ul#menu-startmenu-oben li:hover > ul.sub-menu {
	display: block;
}

ul#menu-startmenu-oben ul.sub-menu li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #555;
}

ul#menu-startmenu-oben li > ul.sub-menu > li:hover  {
	background: #eee;
}

ul#menu-startmenu-oben li.current-menu-item > a,
ul#menu-startmenu-oben ul.sub-menu li.current-menu-item > a,
ul#menu-startmenu-oben li.current-menu-parent > a,
ul#menu-startmenu-oben li.current-page-ancestor > a {
	color: #e6441d;
}

/* ****************************************************************************** */
/* redline  */
#redline {
/*	position: absolute; */
	width:100%;
/*	top:85px; */
	left: 0px;
	height: 15px;
	background: #e6441d;

}


/* ****************************************************************************** */
/* Fusszeile id="colophon" class="site-footer" role="contentinfo" */

#colophon {
	clear: both;
/*	position: relative; */
	border-top: 1px solid #aaaaaa;
	min-height: 50px;
	margin-top: 5px;
	width: 99.9%;
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,0) 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(25%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,0) 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,0) 25%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,0) 25%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,0) 25%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.site-info {
	padding-top: 10px; 
	font-size: x-small;
	margin-bottom: 5px;
}
.site-info a {
	color: black;
	text-decoration: none;
}

#footer-links {
	float: left;
	width: 19%;
	min-width: 200px;
}


#footer-mitte {
	width: 58%;
	min-width:400px;
	max-width:1150px;
	margin-left:20%;
	margin-right:20%;
}

#footer-rechts {
	width: 19%;
	min-width: 200px;
	float: right;
	padding-top: 10px; 
/*	border:1px solid red; */
}

#footer-rechts > a {
	margin-left: 0.7em;
}


/* ****************************************************************************** */
/* ****************************************************************************** */
/* #main .site-main   */


#main {
/*	position: relative; */
/*	margin-top: 50px; */
	min-height: 600px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,0) 10%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(10%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,0) 10%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,0) 10%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,0) 10%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,0) 10%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
/*	border: 1px dotted #f00; */
}

/* ****************************************************************************** */
.rednews {
	border: 1px solid #e6441d;
	border-bottom: 15px solid #e6441d;
	background: #f0f0f0;
	min-height: 70px;
	min-width: 400px;
	max-width: 1150px;
	padding: 15px;
	margin: 0;
}

.rednewsbg {
	padding-right: 300px;
}

.redbox {
	border: 1px solid #e6441d;
	border-bottom: 15px solid #e6441d;
	background: #f0f0f0;
	min-height: 320px;
	min-width: 400px;
	max-width: 1150px;
	padding: 15px;
	margin: 0;
}

.redboxbg {
	padding-right: 300px;
}


#redboxusertext {
	margin-top: -35px;
	padding-right: 70px;
	min-height: 50px;
	color:#fff; 
	text-shadow: 2px 2px 2px #888, -2px 2px 2px #888, 2px -2px 2px #888, -2px -2px 2px #888;
	text-align:right;
}

.width50 {
	width:50%;
	vertical-align:top;
}

.width50p {
	width:50%;
	vertical-align:top;
	padding-left: 2px;
	padding-right: 2px;
}

.width100 {
	width:100%;
	vertical-align:top;
}


table.swtab {
	border: 2px solid black;
	border-collapse: collapse;
	width: 80%;
}

table.swtab td {
    border: 1px solid black;
    text-align:center;
    padding: 0.5em;
}

table.swtab td.swtabdot {
    border-bottom-style: dashed;
    border-bottom-color: grey;
    border-top-style: dashed;
    border-top-color: grey;
    width: 40%;
}


div.linkklein a {
	display:block;
	text-decoration:none;
	font-size:75%;
}
div.linkklein.linkkleinrechts a {
	text-align:right;
}
div.linkklein.linkkleinlinks a {
	text-align:left;
}
div.linkklein.linkkleinmitte a {
	text-align:center;
}

.redbox_vcard {
	border: 1px solid #e6441d; 
	background: #f9f9f9; 
	height:180px;
	padding-left:1em;
	padding-right:1em;
	margin:2px;
}

#content .redbox_vcard h1,
#content .redbox_vcard a h1{
	font-size: 120%;
}

.redbox_vcard ul {
	list-style-type: none;
	padding-left: 0;
}

/* ****************************************************************************** */
/* #content   */

/*.page-template-default */
#primary {
	width: 98%;
	min-width:1000px;
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 1em;
/*	border: 1px dotted #00f; */
}

/*.page-template-default */
#defaultmitte {
	width: 58%;
	min-width: 400px;
	max-width: 1150px;
	min-height: 300px;
	margin-left:20%;
	margin-right:20%;
	font-size: 85%;
/*	border: 1px solid #0f0; */
	
}

/*.page-template-default */
#content {
	padding-left: 1em;
	padding-right: 1em;
	line-height: 1.2em;
}

/*.page-template-default */
#content  h1 {
	font-size: 140%;
	font-weight: normal;
	font-variant: small-caps;
	color: #e6441d;
}

#content h2 a,
#content  h2 {
	font-size: 115%;
	font-weight: normal;
	font-variant: small-caps;
	color: #e6441d;
}

#content h3 a,
#content  h3 {
	color: #e6441d;
}

/*
#content  h1 {
	font-size: 110%;
	font-weight: normal;
	font-variant: small-caps;
	color: #e6441d;
}
*/
/*.page-template-default */
#content a {
	color: #e6441d;
	text-decoration: none;
	font-variant: normal;
}

/* **** user liste  *** */

#content a:hover.wpuserlink {
	color: #333;
}


#content .wpuserarrow {
	display: none;
/*	background-color: #e6441d; */
/*	color: #e6441d; */
	margin: 0;
	margin-left: 0.7em;
}

#vvkopf { 
	font-size: smaller;
}

/* ****************************************************************************** */
#defaultlinks {
/*	position: relative; */
	float: left;
	width: 19%;
	min-width: 200px;
	font-size: small;
	font-variant: small-caps;
/*	border: 1px dashed blue; */
}


#defaultlinks .menu-startmenu-oben-container ul.nav-menu-links  > li.menu-item  {
	display: none;
}

#defaultlinks .menu-startmenu-oben-container ul.nav-menu-links  > li.current-menu-ancestor  > ul.sub-menu > li.menu-item  > ul.sub-menu > li.menu-item ,
#defaultlinks  .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-item  > ul.sub-menu > li.menu-item  > ul.sub-menu > li.menu-item { 
	display: none;
}

#defaultlinks  .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-item {
	display: block;
}

#defaultlinks  .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-ancestor {
	display: block;
}

#defaultlinks  .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-ancestor  > ul.sub-menu > li.current-menu-ancestor > ul.sub-menu > li.menu-item  ,
#defaultlinks  .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-ancestor  > ul.sub-menu > li.current-menu-item > ul.sub-menu > li.menu-item  { 
	display: block;
}


#defaultlinks  .menu-startmenu-oben-container  ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
/*  background: #e44822; */
}

#defaultlinks .menu-startmenu-oben-container  ul li {
	margin: 0;
	border-top: 1px solid #f4e0dc;
	border-bottom: 1px solid #e44822;
/*	border-radius: 0.4em;*/
	background: #e6441d;
}

#defaultlinks .menu-startmenu-oben-container  ul li a {
	display: block;
/*border-radius: 0.4em;*/
	padding: 0.2em;
	padding-left: 0.75em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#defaultlinks .menu-startmenu-oben-container  ul li ul li a {
	padding-left: 1.5em;
}

#defaultlinks .menu-startmenu-oben-container  ul li ul li ul li a {
	padding-left: 2.5em;
}

#defaultlinks .menu-startmenu-oben-container  ul li ul li ul li ul li a {
	padding-left: 3.5em;
}

#defaultlinks  .menu-startmenu-oben-container ul li ul li ul li ul li ul li a {
	padding-left: 4.5em;
}

#defaultlinks .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-ancestor  > ul.sub-menu > li.current-menu-ancestor > ul.sub-menu  li.menu-item   ,
#defaultlinks .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-ancestor  > ul.sub-menu > li.current-menu-item > ul.sub-menu  li.menu-item  ,
#defaultlinks .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-ancestor  > ul.sub-menu > li.current-menu-ancestor   { 
	background: #f0f0f0;
	color: #e6441d;
	border-bottom: 1px solid #f4e0dc;
	border-top: 1px solid #e44822;
}

#defaultlinks .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-ancestor  > ul.sub-menu > li.current-menu-ancestor > ul.sub-menu  li.menu-item   > a,
#defaultlinks .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-ancestor  > ul.sub-menu > li.current-menu-item > ul.sub-menu  li.menu-item  > a,
#defaultlinks .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-ancestor  > ul.sub-menu > li.current-menu-ancestor   > a { 
	color: #e6441d;
}

#defaultlinks .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-ancestor  > ul.sub-menu > li.current-menu-ancestor > ul.sub-menu  li.menu-item   > a:hover,
#defaultlinks .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-ancestor  > ul.sub-menu > li.current-menu-item > ul.sub-menu  li.menu-item  > a:hover,
#defaultlinks .menu-startmenu-oben-container  ul.nav-menu-links  > li.current-menu-ancestor  > ul.sub-menu > li.current-menu-ancestor   > a:hover { 
	background: #e0e0e0;
}

#defaultlinks .menu-startmenu-oben-container  li.current-menu-item > a {
	background: #d0d0d0;
	color: #e6441d;
}


#defaultlinks .menu-startmenu-oben-container  ul li a:hover {
	color: #eee;
	background: #d03000;
}

/* ****************************************************************************** */
#defaultlinks .search-field ,
#personlinks .search-field  {
	background-color: transparent;
	background-image: url(img/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	cursor: pointer;
	height: 20px;
	width:  90%;
	margin:  0;
	padding: 0 0 0 10%;
	xposition: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	border: 1px solid #aaa;
}

#defaultlinks #defaultsuche,
#personlinks #defaultsuche {
	margin-bottom: 0.4em;
	padding: 0;
}

#defaultlinks .search-field:focus,
#personlinks .search-field:focus {
	background-color: #fff;
	border: 1px solid #e6441d;
	cursor: text;
}

#defaultlinks .search-form .search-submit,
#personlinks .search-form .search-submit  {
	display:none;
}


/* ****************************************************************************** */

#defaultrechts {
/*	position: relative; */
	width: 19%;
	min-width: 200px;
	float: right;
	font-size: small;
/*	border: 1px dashed blue; */
}

/* Images */
.alignleft {
	float: left;
	padding-right: 0.8em;
	padding-top: 0.5em;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ****************************************************************************** */
/* blog links */

#defaultlinks .widget-area a {
	text-decoration: none;
	font-variant: normal;
	font-size: 90%;
	color: #444;
}

#defaultlinks .widget-area a:hover {
	color: #e6441d;
}

#defaultlinks .widget-area ul {
	padding-left: 0.3em;
	color: #888;
}

#defaultlinks .widget-area li {
	border-bottom: 1px solid #e6441d;
	list-style-type: disc;
	list-style-position:inside;
	color: #888;
}

#defaultlinks .widget-area h3.widget-title {
	border-bottom: 1px solid #e6441d;
	font-size: 130%;
	font-weight: normal;
	font-variant: small-caps;
	color: #e6441d;
	margin-top: 0;
	margin-bottom: 0;
}
/* blog rechts */
#defaultrechts .widget-area h3.widget-title {
	border-bottom: 1px solid #e6441d;
	font-size: 130%;
	font-weight: normal;
	font-variant: small-caps;
	color: #e6441d;
	margin-top: 0;
	margin-bottom: 0;
}

#defaultrechts .widget-area ul {
	padding-left: 0.3em;
	color: #888;
}

#defaultrechts .widget-area li {
	border-bottom: 1px solid #e6441d;
	list-style-type: disc;
	list-style-position:inside;
	color: #888;
	margin-right: 1em;
}

#defaultrechts .widget-area a {
	text-decoration: none;
	font-variant: normal;
	font-size: 90%;
	color: #444;
}

#defaultrechts .widget-area a:hover {
	color: #e6441d;
}