/* LAST MODIFIED BY ME, 29. Aug. 2014 */

/**
 * Theme Name: Origin
 * Theme URI: http://alienwp.com/themes/origin/
 * Hier wird gebastelt
-------------------------------------------------------------- */



/* Info bei mouseover Indexseite
-------------------------------------------------------------- */
a.tip {}

a.tip:hover {}

a.tip span { display: none }

a.tip:hover span {
    display: block;
    z-index: 10;
    margin-left: -640px;
    border: 2px solid #dd5424;
    padding: 23px;
    background: white;
    box-shadow: 0px 0px 23px #888;
    position: fixed;
    top: 13%;
    width: 580px;
    text-decoration: none;
}

a.tip2 {}

a.tip2:hover {}

a.tip2 span { display: none }

a.tip2:hover span {
    display: block;
    z-index: 10;
    margin-left: 230px;
    border: 2px solid #dd5424;
    padding: 23px;
    background: white;
    box-shadow: 0px 0px 23px #888;
    position: fixed;
    top: 13%;
    width: 230px;
    text-decoration: none;
}

a.tip3 {}
a.tip3:hover {}
a.tip3 span { display: none }

a.tip3:hover span {
    display: block;
    z-index: 10;
    margin-left: 80px;
    border: 2px solid #dd5424;
    padding: 23px;
    background: white;
    box-shadow: 0px 0px 23px #888;
    position: fixed;
    top: 13%;
    width: 580px;
    text-decoration: none;
}

/* Dynamische Widgets, selbstgebastelt
-------------------------------------------------------------- */

.widgetmrp1 { }

.widgetblock, .widgetblock1, .widgetblock2, .widgetmrp4 { display: none; }

.widgetblock1 {
	background: repeating-radial-gradient(
  circle,
  orange,
  orange 10px,
  red 10px, 
  red 20px
	);
	opacity: 0.2;
	filter: alpha(opacity=20); /* For IE8 and earlier */
}

.widgetblock2 {
	background: repeating-radial-gradient(
  circle,
  purple,
  purple 10px,
  #4b026f 10px, 
  #4b026f 20px
	);
	opacity: 0.2;
	filter: alpha(opacity=20); /* For IE8 and earlier */
}

.widgetblock {
background: linear-gradient(to bottom left, yellow, red);
	background: -moz-linear-gradient(yellow, red); /* FF 3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, yellow), color-stop(100%, red)); /* Safari 4+, Chrome 2+ */  
	background: -webkit-linear-gradient(yellow, red); /* Safari 5.1+, Chrome 10+ */  
 	background: -o-linear-gradient(yellow, red); /* Opera 11.10 */  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red'); /* IE6 & IE7 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red')"; /* IE8+ */ 
	opacity: 0.2;
	filter: alpha(opacity=20); /* For IE8 and earlier */
    	font-family:'Helvetica Neue', Helvetica, Arial;
    	font-size: 23px;
    	font-weight: bold;
    	color: red;
    	position: absolute;
	width: 253px;
    	right: 0px;
    	top: 0px;
    	z-index: -1;
}


/* Was gedruckt wird ...
-------------------------------------------------------------- */

    @media print
    {
        body * { visibility: hidden; }
	#content * { visibility: visible; }
        #content { position: absolute; top: 1px; left: 58px;  }
    }

/* Seite nach oben fahren lassen ...
-------------------------------------------------------------- */

#toTop {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 13px solid #000000;
	z-index: 10;
	padding:1px; 
	position:fixed; 
	bottom:31px; 
	right:31px; 
	cursor:pointer; 
	display:none; 
}

#f1 { 
	position:absolute; 
	top:77px; 
	right:13px; 
	width:130px; 
	height:31px; 
	background-color: #ffffff;
	cursor:pointer; 
}

#f12 {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #000000;
	z-index: 10;
	padding:1px; 
	position:fixed; 
	top:31px; 
	right:31px; 
	cursor:pointer; 
	display:none; 
}
#toBottom {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #000000;
	z-index: 10;
	padding:1px; 
	position:fixed; 
	top:31px; 
	right:31px; 
	cursor:pointer; 
	display:none; 
}


/* Slideshow auf der Indexseite css Herzlich Willkommen
-------------------------------------------------------------- */

#si_1,
#si_2, 
#si_3, 
#si_4 {
  width: 940px;
	height: 320px;
	}

#si_2 {
	background-image: -moz-linear-gradient(135deg, Orange 25%, Red  25%, Red  50%, Orange 50%, Orange 75%, Red  75%, Red );
	background-image: -ms-linear-gradient(135deg, Orange 25%, Red  25%, Red  50%, Orange 50%, Orange 75%, Red  75%, Red );
	background-image: -o-linear-gradient(135deg, Orange 25%, Red  25%, Red  50%, Orange 50%, Orange 75%, Red  75%, Red );
	background-image: -webkit-linear-gradient(135deg, Orange 25%, Red  25%, Red  50%, Orange 50%, Orange 75%, Red  75%, Red );
	background-image: linear-gradient(135deg, Orange 25%, Red  25%, Red  50%, Orange 50%, Orange 75%, Red  75%, Red );
	background-size: 50px 50px;
}

#si_3 {
	background-image: -moz-linear-gradient(135deg, Lightgreen 25%, Green 25%, Green 50%, Lightgreen 50%, Lightgreen 75%, Green 75%, Green );
	background-image: -ms-linear-gradient(135deg, Lightgreen 25%, Green 25%, Green 50%, Lightgreen 50%, Lightgreen 75%, Green 75%, Green );
	background-image: -o-linear-gradient(135deg, Lightgreen 25%, Green 25%, Green 50%, Lightgreen 50%, Lightgreen 75%, Green 75%, Green );
	background-image: -webkit-linear-gradient(135deg, Lightgreen 25%, Green 25%, Green 50%, Lightgreen 50%, Lightgreen 75%, Green 75%, Green );
	background-image: linear-gradient(135deg, Lightgreen 25%, Green 25%, Green 50%, Lightgreen 50%, Lightgreen 75%, Green 75%, Green );
	background-size: 50px 50px;
}

#si_4 {
	background-image: -moz-linear-gradient(135deg, Gray 25%, Blue 25%, Blue 50%, Gray 50%, Gray 75%, Blue 75%, Blue );
	background-image: -ms-linear-gradient(135deg, Gray 25%, Blue 25%, Blue 50%, Gray 50%, Gray 75%, Blue 75%, Blue );
	background-image: -o-linear-gradient(135deg, Gray 25%, Blue 25%, Blue 50%, Gray 50%, Gray 75%, Blue 75%, Blue );
	background-image: -webkit-linear-gradient(135deg, Gray 25%, Blue 25%, Blue 50%, Gray 50%, Gray 75%, Blue 75%, Blue );
	background-image: linear-gradient(135deg, Gray 25%, Blue 25%, Blue 50%, Gray 50%, Gray 75%, Blue 75%, Blue );
	background-size: 50px 50px;
}

.sliderthumb {
	float: left;
	width: 80px;
	height: auto;
	margin: 23px 23px 13px 130px;
	border: 0px dotted red !important;
}

.slidertext {
	height: 70%;
	margin: 23px 23px 13px 23px;
	padding: 23px 130px 13px 23px;
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */	
}

.slidertxt { margin-left: 230px; }

#cssSlider {
 	width: 940px;
	height: 320px;
	overflow: hidden;
}

#sliderImages {
	width : 4700px;
	height: 320px;
	overflow: hidden;
	
	/* animation duration: 85s : 5x ~3s display image + 5x ~0.2s slide */
	animation: slide 85s infinite;
	-moz-animation: slide 85s infinite;
	-webkit-animation: slide 85s infinite;
	-o-animation: slide 85s infinite;
}

#sliderImages span {
	float: left;
}

@keyframes slide{
	0%{margin-left: 0px;}
	17%{margin-left: 0px;}
	20%{margin-left: -940px;}
	37%{margin-left: -940px;}
	40%{margin-left: -1880px;}
	57%{margin-left: -1880px;}
	60%{margin-left: -2820px;}
	77%{margin-left: -2820px;}
	80%{margin-left: -3760px;}
	97%{margin-left: -3760px;}
	100%{margin-left: 0px;}
}

@-moz-keyframes slide{
	0%{margin-left: 0px;}
	17%{margin-left: 0px;}
	20%{margin-left: -940px;}
	37%{margin-left: -940px;}
	40%{margin-left: -1880px;}
	57%{margin-left: -1880px;}
	60%{margin-left: -2820px;}
	77%{margin-left: -2820px;}
	80%{margin-left: -3760px;}
	100%{margin-left: -3760px;}
}

@-webkit-keyframes slide{
	0%{margin-left: 0px;}
	17%{margin-left: 0px;}
	20%{margin-left: -940px;}
	37%{margin-left: -940px;}
	40%{margin-left: -1880px;}
	57%{margin-left: -1880px;}
	60%{margin-left: -2820px;}
	77%{margin-left: -2820px;}
	80%{margin-left: -3760px;}
	100%{margin-left: -3760px;}
}

@-o-keyframes slide{
	0%{margin-left: 0px;}
	17%{margin-left: 0px;}
	20%{margin-left: -940px;}
	37%{margin-left: -940px;}
	40%{margin-left: -1880px;}
	57%{margin-left: -1880px;}
	60%{margin-left: -2820px;}
	77%{margin-left: -2820px;}
	80%{margin-left: -3760px;}
	100%{margin-left: -3760px;}
}


/* Slideshow auf der Indexseite Table
-------------------------------------------------------------- */

		#slideshow { 
		    margin: 0px; 
		    position: relative;
		    width: 100%; 
		    height: 223px; 
		    padding: 0px; 
	margin-top: -5px;
		     
		}
		
		#slideshow > div { 
		    position: absolute;
		    top: 0px; 
		    left: 0px; 
		    right: 0px; 
		    bottom: 0px; 
		}

/* Mymenu menu
-------------------------------------------------------------- */
#menu-mymenu ul { 
	list-style-type:none;
	position:relative;
	left: -22px; 
  }

#menu-mymenu li {
	width: 100%;
} 

#menu-mymenu {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 1.7em;
}

#menu-mymenu a, #menu-mymenu ul li a {
	color: #000000;
}

#menu-mymenu a:hover, #menu-mymenu ul li a:hover, #menu-mymenu li ul li a:hover { color: #dd5424; }

#menu-mymenu li.current-menu-item a { color: #dd5424; }


/** Mein Toggle Menu 
-------------------------------------*/

label {
  cursor: pointer;
}

#flip {	
	float: right;
	clear: both;
	font-size: 47px;
	font-weight: bold;
	text-align: center;
	line-height: 43px;
	color: white;
   	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: linear-gradient(to bottom left, yellow, red);
	background: -moz-linear-gradient(yellow, red); /* FF 3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, yellow), color-stop(100%, red)); /* Safari 4+, Chrome 2+ */  
	background: -webkit-linear-gradient(yellow, red); /* Safari 5.1+, Chrome 10+ */  
 	background: -o-linear-gradient(yellow, red); /* Opera 11.10 */  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red'); /* IE6 & IE7 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red')"; /* IE8+ */ 
	margin-top: -75px;
	margin-right: 116px;
}

#flip1 {
	float: right;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 52px;
	color: white;
   	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: linear-gradient(to bottom left, yellow, red);
	background: -moz-linear-gradient(yellow, red); /* FF 3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, yellow), color-stop(100%, red)); /* Safari 4+, Chrome 2+ */  
	background: -webkit-linear-gradient(yellow, red); /* Safari 5.1+, Chrome 10+ */  
 	background: -o-linear-gradient(yellow, red); /* Opera 11.10 */  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red'); /* IE6 & IE7 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red')"; /* IE8+ */ 
	margin-top: -75px;
	margin-right: 58px;
}

#flip2 {
	float: right;
	font-size: 58px;
	font-weight: bold;
	text-align: center;
	line-height: 52px;
	color: white;
   	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: linear-gradient(to bottom left, yellow, red);
	background: -moz-linear-gradient(yellow, red); /* FF 3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, yellow), color-stop(100%, red)); /* Safari 4+, Chrome 2+ */  
	background: -webkit-linear-gradient(yellow, red); /* Safari 5.1+, Chrome 10+ */  
 	background: -o-linear-gradient(yellow, red); /* Opera 11.10 */  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red'); /* IE6 & IE7 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red')"; /* IE8+ */ 
	margin-top: -75px;
}

#flip3 {
	float: right;
	font-size: 47px;
	font-weight: bold;
	text-align: center;
	line-height: 43px;
	color: #fff;
   	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: linear-gradient(to bottom left, yellow, red);
	background: -moz-linear-gradient(yellow, red); /* FF 3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, yellow), color-stop(100%, red)); /* Safari 4+, Chrome 2+ */  
	background: -webkit-linear-gradient(yellow, red); /* Safari 5.1+, Chrome 10+ */  
 	background: -o-linear-gradient(yellow, red); /* Opera 11.10 */  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red'); /* IE6 & IE7 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red')"; /* IE8+ */ 
	margin-top: -75px;
	margin-right: 174px;
	display: block;
}

#flip3 a { color: #fff; }
#flip3 a:hover { color: #000; }

.home #flip3 {
	display:none;
}


#panel2, #flip2:hover { color: #000; }
#panel1, #flip1:hover { color: #000; }
#panel, #flip:hover { color: #000; }

#panel {
padding:0px;
display:none;
text-align:left;
font-size:13px;
color: black;
background-color:#000000;
}

#panel1 {
padding:0px;
display:none;
text-align:left;
font-size:13px;
color: white;
background-color:#000000;
}

#panel2 {
	position: relative;
padding:0px;
display:none;
text-align:left;
font-size:13px;
color: white;
background-color: #fff;
z-index: 1;
}

.home #panel2 {
display:block;
}

.kreisbild {
	position: relative;
	z-index: 2;
	float: left;
	margin-top: 31px;
	margin-bottom: 31px;
	margin-left: -115px;
	border-radius: 50%;
	width: 230px;
	height: 230px;
	background: url('http://rogerbehrens.net/wp-content/uploads/02_belo_horizonte_2008.jpg');
	background-size: 310px;
	background-repeat: no-repeat;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

.home .kreisbild {
	background: url('http://rogerbehrens.net/wp-content/uploads/wilhelmsburg_hafen2009.jpg');
	background-size: 310px;
}

.kreis1 {
	float: left;
	margin-top: 31px;	
	margin-left: -348px;
    	border-radius: 50%;
	width: 230px;
	height: 230px;
	background: linear-gradient(to bottom left, yellow, red);
	background: -moz-linear-gradient(yellow, red); /* FF 3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, yellow), color-stop(100%, red)); /* Safari 4+, Chrome 2+ */  
	background: -webkit-linear-gradient(yellow, red); /* Safari 5.1+, Chrome 10+ */  
 	background: -o-linear-gradient(yellow, red); /* Opera 11.10 */  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red'); /* IE6 & IE7 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red')"; /* IE8+ */ 
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
    	font-family:'Helvetica Neue', Helvetica, Arial;
    	font-size: 23px;
    	font-weight: bold;
    	color: red;
    	text-align: center;
	line-height: 85px;
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.kreis2 {
	float: left;
	margin-top: 31px;	
	margin-left: -114px;
    	border-radius: 50%;
	width: 230px;
	height: 230px;
	background: linear-gradient(to bottom left, yellow, red);
	background: -moz-linear-gradient(yellow, red); /* FF 3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, yellow), color-stop(100%, red)); /* Safari 4+, Chrome 2+ */  
	background: -webkit-linear-gradient(yellow, red); /* Safari 5.1+, Chrome 10+ */  
 	background: -o-linear-gradient(yellow, red); /* Opera 11.10 */  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red'); /* IE6 & IE7 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red')"; /* IE8+ */ 
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
    	font-family:'Helvetica Neue', Helvetica, Arial;
    	font-size: 23px;
    	font-weight: bold;
    	color: red;
    	text-align: center;
	line-height: 85px;
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.tdschrift {
	float: left;
	position:relative;
	margin-top: 62px;
	margin-left: -31px;
	font-family: Georgia, 'Times New Roman', Times, serif;
   	font-size: 23px;
    	font-weight: bold;
    	color: #dd5424;
	z-index:7;
}

.tdslider {
	background-color: red;	
}

.lineunten {
	margin-top: -2px;
	position: relative;
	z-index: 2;
}

.home .tagtable {
	display: table;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;	
	color: #000000;
	line-height: 1.7em;
	border-bottom: solid 2px #000;
}

.tagtable {
	display: none;
}

.tagtable a span.show { display:none; }

.tagtable a:hover span.show { display: block; }

.tagtable a:hover span.noshow { display:none; }


/** Blocksatz über div class 
-------------------------------------*/
.blocksatz {
    text-align: justify;
}


/** Seiten Scrollbar 
-------------------------------------*/ 
::-webkit-scrollbar {  
    width: 17px;  
}  
::-webkit-scrollbar-track {  
    background-color: #ffffff;  
    border-left: 1px solid #000000;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #000000;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #000000;  
}  


/** Ab hier alles andere
-------------------------------------*/ 

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] { display: none; }
figure { margin: 0; }
html {
	font-size: 1em;	/* 16px */

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font: 0.8125em/1.692307em, Georgia, 'Times New Roman', Times, serif;	/* 13 / 16 = 0.8125;  22 / 13 = 1.692307 */
	color: #000000;
	background: #fff;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
a, a:visited {
	color: #000;
	text-decoration: none;
}
#content a:hover, #content2 a:hover {
	text-decoration: none;
	color: #656565;
}
a:focus { outline: none; }
a:hover, a:active { outline: 0; }
abbr { cursor: help }
abbr[title] { border-bottom: 1px dotted; }
acronym {
	font-size: .85em;
	text-transform: uppercase;
	color: #666;
	border-bottom: 1px dotted #eee;
	cursor: help;
}
acronym:hover {
	color: #333;
	background: #f5f5f5;
	border-bottom: 1px dotted #aaa;
}
small { font-size: 0.8125em; }	/* 11 / 13 = 0.8461538461538462 */
big { font-size: 1.692307em; }
p { margin: 0 0 1.692307em 0 }
b, strong { font-weight: bold; }
blockquote {
	margin: 0 1.692307em;
	font-style: normal;
}
blockquote em, blockquote cite { 
	font-style: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: red;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
em, cite {
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
em em, cite cite { font-style: normal }
dfn { font-style: italic; }
address {
	font-style: italic;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 0 1.692307em 0
}
li address, dd address { margin:0 }
del { text-decoration: line-through }
object { margin-bottom: 1.692307em }

hr {
	weight: 100%;
	height: 2px;
	color: #000000; background-color: #000000;
	border: 0;
	margin: 0;
	padding: 0;
}

ins {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #f5f5f5;
	color: #000;
	text-decoration: none;
	font-style: italic;
}
mark {
	background: #f5f5f5;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
}
pre code { font-size: 1em }
pre {
	font-size: 0.8461538461538462em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	overflow: auto;
	line-height: 1.692307em;
	margin-bottom: 1.692307em;
	padding: 10px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	font-size: 0.8461538461538462em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
sub, sup {
	font-size: 0.7692307692307692em;	/* 10 / 13 = 0.7692307692307692 */
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul {
	list-style: disc;
	padding: 0;
}
ol {
	list-style-type: decimal;
	margin: 0 0 1.692307em 3.1em;
	padding: 0;
}
ol ol { list-style: upper-roman }
ol ol ol { list-style: lower-roman }
ol ol ol ol { list-style: upper-alpha }
ol ol ol ol ol { list-style: lower-alpha }
ul ul, ol ol, ul ol, ol ul { margin-bottom:0 }
dl { margin: 0 0 1.692307em 5px }
dt {
	font-weight: bold;
	margin: 10px 0 0 0
}
dd { margin: 5px 0 0 1.5em }
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #333;
	line-height: 1.3em;
}
h1 { font-size: 2.769230769230769em; }		/* 36 / 13 = 2.769230769230769 */
h2 { font-size: 1.846153846153846em; }		/* 24 / 13 = 1.846153846153846 */	
h3 { font-size: 1.538461538461538em; }		/* 20 / 13 = 1.538461538461538 */
h4 { font-size: 1.384615384615385em; }		/* 18 / 13 = 1.384615384615385 */
h5 {	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.3em; 			/* 16 / 13 = 1.230769230769231 */
	font-weight: normal !important;
	color: #000 !important;
}
h6 {
	font-size: 1.076923076923077em;		/* 14 / 13 = 1.076923076923077 */
	font-weight: bold;
}

h7 {
	font-size: 0.8em;
	text-transform: uppercase;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

img.vgwort { border: 0 !important; }

svg:not(:root) { overflow: hidden; }
form { margin: 0; }
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label { cursor: pointer; }
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}
button, input, select, textarea, a.button {
	font-size: 1em;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input, a.button {
	line-height: normal;
	*overflow: visible;
}
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:invalid, textarea:invalid { background-color: #f0dddd; }
option { padding: 1px 2px; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.692307em;
}
td { vertical-align: top; }
th, td { text-align: left; }

/* WordPress classes 
-------------------------------------------------------------- */
.hfeed h1, .hfeed h2, .hfeed h3, .hfeed h4, .hfeed h5, .hfeed h6 { font-weight: normal; }


img.wp-smiley {
	max-height: 0.8125em;
	margin: 0;
	padding: 0;
	border: none;
}
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 1.692307em !important;
}
.left, .alignleft {
	float: left;
	margin: 0 15px 5px 0;
}
.right, .alignright {
	float: right;
	margin: 0 0 10px 25px;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto 1.692307em auto !important;
}
.block, .alignnone {
	display: block;
	margin: 0 0 1.692307em 0;
}
img.alignleft, img.alignright {
	margin-top: 5px;
	display: inline;
}
blockquote.alignleft, blockquote .alignright { width: 33%; }
.byline abbr, .entry-meta abbr, .comment-meta abbr { border: none; }
.clear { clear: both; }

/* Tables 
-------------------------------------------------------------- */
table {
	margin: 0 0 1.692307em 0;
	width: 100%;
}
table caption {
	font-size: 0.8125em;
	line-height: 1.692307em;
	color: #888;
}
table th {
	font-size: 0.8461538461538462em;
	line-height: 1.692307em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 2%;
	border-bottom: none;
	border-bottom: 3px solid #000000;
	text-align: left;
}

table a:hover {
	color: #85171d !important;
}

td {
	padding: 0 13px 0 13px;
}

td.menu {
	padding: 13px;
}

/* Lists 
-------------------------------------------------------------- */
ol li { line-height: 2.1em; }
dl { margin: 0 0 20px 30px; }
dl dt {
	margin: 0;
	font-size: 1.230769230769231em;		/* 16 / 13 = 1.230769230769231 */
	line-height: 1.692307em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
}
dl dd {
	margin: 0 0 5px 20px;
	padding: 0;
	color: #888;
}

/* Blockquotes
-------------------------------------------------------------- */
blockquote, blockquote blockquote blockquote {
	overflow: hidden;
	padding: 0 0 0 40px;
	font-size: 13px; /* 15 / 13 = 1.153846153846154 */
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: normal;
	color: #888;
	/* background: url(images/quote.png) no-repeat 0 4px; */
}

/* Code 
-------------------------------------------------------------- */
code {
	padding: 0 3px;
	color: #555;
	background: #ffeacd;
}
pre {
	padding: 15px 20px;
	background: #fff1dd;
	border: 1px solid #f6e4cc;
}
pre code {
	padding: 0;
	background: transparent;
}

/* Forms 
-------------------------------------------------------------- */
form label, form input, form textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
form label {
	line-height: 1.5em;	
	color: #222;
}
input[type="text"], input[type="password"], input[type="email"], .input-text, textarea, select {
	border: 1px solid #ddd;
	padding: 5px;
	outline: none;
	font-size: 0.8125em;
	color: #888;
	margin: 0;
	display: block;
	background: #fff;
}
select { padding: 0; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, .input-text:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}
textarea {
	display: block;
	width: 94%;
	min-height: 60px;
}
input[type="radio"] { vertical-align: text-middle; }
input[type="checkbox"] { display: inline; }
input[type="submit"]:hover { cursor: pointer }
.error { color: #888; }

/* Images & Video
-------------------------------------------------------------- */
a:hover img { opacity: 0.77; }
#site-title a:hover img { border: none; }
.hentry img, .entry-content img, .b img, .wp-caption, .hentry embed, .entry-content embed, .widget embed, .hentry object, .entry-content object, .widget object, .hentry video, .entry-content video, .widget video {
	max-width: 100%;
}
.hentry img, .entry-content img, .widget img {
	height: auto;
	padding: 0px;
	border: 1px solid #e5e5e5;	
}

/* Captions [caption] 
-------------------------------------------------------------- */
.wp-caption {
	overflow: hidden;
	text-align: center;
}
.wp-caption img { margin: 0 0 5px 0; }
.wp-caption .wp-caption-text {
	margin: 5px 0;
	font-size: 0.8461538461538462em;
	line-height: 1em;
	color: #888;
	text-align: left;
}
.wp-caption a { border: none; }

/* Galleries 
-------------------------------------------------------------- */
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	margin: 0 !important;
}
.gallery br {
	display: block;
	line-height: 0;
	height: 0;
}
.gallery a { border: none; }
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	margin: 0 0 1.692307em 0 !important;
	text-align: left;
	list-style: none;
	padding: 0;
}
.gallery img, .gallery .gallery-item .gallery-icon img {
	max-width: 89%;
	height: auto;
	margin: 0 auto
}
.gallery-icon {
	overflow: hidden;
	margin: 0;
}
.gallery-caption {
	margin: 0;
	font-size: 0.8461538461538462em;
	line-height: 1.4em;
	color: #aaa;
}
.attachment-image { 
	float: left;
	width: 100%;
}

/* reingebastelt um rahmen zu verhindern ... */
img.attachment-post-image { 
	width: 100%; 
	border: 0px solid red; 
}

.singular-attachment .hentry .gallery-caption { display: none; /* Hide captions in gallery on attachment pages */ }
.gallery-caption { margin: 3px 0 0 0 }
.col-0 { width: 100% }
.col-1 { width: 100% }
.col-2 { width: 50% }
.col-3 { width: 33.33% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.66% }
.col-7 { width: 14.28% }
.col-8 { width: 12.5% }
.col-9 { width: 11.11% }
.col-10 { width: 10% }
.col-11 { width: 9.09% }
.col-12 { width: 8.33% }
.col-13 { width: 7.69% }
.col-14 { width: 7.14% }
.col-15 { width: 6.66% }
.col-16 { width: 6.25% }
.col-17 { width: 5.88% }
.col-18 { width: 5.55% }
.col-19 { width: 5.26% }
.col-20 { width: 5% }
.col-21 { width: 4.76% }
.col-22 { width: 4.54% }
.col-23 { width: 4.34% }
.col-24 { width: 4.16% }
.col-25 { width: 4% }
.col-26 { width: 3.84% }
.col-27 { width: 3.7% }
.col-28 { width: 3.57% }
.col-29 { width: 3.44% }
.col-30 { width: 3.33% }

/* Layout
-------------------------------------------------------------- */
#main {
	clear: both;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#content2  { width: 100%; }

.page-template-fullwidth #content { width: 100%; }
#content {
	float: left;
	width: 70%;
	margin: 0 0 30px 0;
	padding: 0 27px 0 0;
	min-height: 230px;
}
#sidebar-primary {
	float: right;
	width: 27%;
}
.wrap {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}
#comments-template { clear: left; }
#sidebar-subsidiary {
	overflow: visible;
	width: 100%;
	margin-top: 23px;
	padding: 0px 0 0 0;
	clear: both;
}

#footer {
	overflow: hidden;
	clear: both;
	width: 100%;
	border-top: 2px solid #000;
	padding-top: 5px;
	margin-bottom: 13px;
	font-size: 0.8em;
	color: #aaa;
}

/* Primary menu 
-------------------------------------------------------------- */
#menu-primary {
	font-size: 1em;
	width: 75%;
	margin: 30px 0 12px 0;
	float: right;
	position: relative;
	z-index: 99;
}
#menu-primary .menu { float: right; }
#menu-primary .menu ul { float: right; }
#menu-primary li {
	display: block;
	float: left;
	min-height: 30px;
}
#menu-primary li a {
	line-height: 1.4em;
	margin-left: 3.5em;
	display: block;
	text-transform: uppercase;
	font-size: 0.8461538461538462em;
}
#menu-primary li.current-menu-item a { color: #aaa; }
#menu-primary li li, #menu-primary li li.current-menu-item li {
	clear: both;
	float: none;
	border-top: 1px dotted #e5e5e5;
}
#menu-primary li li:first-child, #menu-primary li li.current-menu-item li:first-child { border-top: none; }
#menu-primary li li a, #menu-primary li li.current-menu-item li a {
	font-size: 1em;
	text-transform: none;
	color: #888;
	margin: 0 5px;
	padding: 12px 15px;
}
#menu-primary ul li a:hover, #menu-primary li ul li a:hover { color: #222; }

/* Dropdowns
-------------------------------------------------------------- */
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li:hover { visibility: inherit }
.menu li {
	float: left;
	position: relative;
}
.menu a {
	display: block;
	position: relative;
}
#menu-primary li ul {
	display: none;
	position: absolute;
	top: 25px;
	left: 19px;
	max-width: 17em;
	border: 1px solid #e3e3e3;
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.09);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.09);
	box-shadow: 0 0 7px rgba(0,0,0,.09);
	z-index: 100;
}
#menu-primary li:hover ul, #menu-primary li.sfHover ul {
	display: block;
}
#menu-primary li:hover li ul, #menu-primary li.sfHover li ul { top: -999em; }
#menu-primary li li:hover ul, #menu-primary li li.sfHover ul {
	top: -1px;
	left: 10em; /* no-javascript fix */
	margin-left: 0;
	border-top: 1px solid #e9e9e9;
}
.menu li a.sf-with-ul, #menu-secondary li a.sf-with-ul { padding-right: 16px; }
.menu .sf-with-ul {
	background: url(images/dropdown.png) no-repeat right 10%;
}
.menu li li .sf-with-ul {
	background: url(images/dropright.png) no-repeat right 50%;
}

/* Responsive menu
-------------------------------------------------------------- */
.site-navigation .nav-menu { display: none; }
.site-navigation .nav-menu.toggled-on { display: block; }
.menu-toggle {
	clear: both;
	display: none;
	float: left;
	width: 100%;
	height: 50px;
	margin: 0 0 0 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 47px;
	text-align: center;
	color: #eee;
	background: #111;
	cursor: pointer;
}
.menu-toggle:hover { color: #fff; }

/* Header 
-------------------------------------------------------------- */
#header {
	clear: both;
	width: 100%;
}
#branding {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 23px;
}
#site-title {
	font-size: 31px;	/* 30 / 13 = 2.307692307692308 */
	line-height: 0.8em;
	margin: 0 0 13px 0;
	letter-spacing: 1px;
	font-family: Georgia, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#site-title a {
	color: #222;
	border-bottom: none;
}

#header img { max-width: 100%; }

#site-description {
	font-size: 31px;	/* 24 / 13 = 1.846153 */
	font-family: Georgia, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.3em;
	color: #000;
	float: left;
	width: 100%;
	clear: both;
	text-align: left;
	margin-bottom: 13px;
}

.breadcrumbs {
	font-size: 0.8461538461538462em;
	color: #888;
	float: left;
	width: 97.872340425532%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 30px 0;
}
.breadcrumb-trail { padding: 1px 1.086956521739%; }

/* Posts 
-------------------------------------------------------------- */
.hentry {
	float: left;
	width: 100%;
        font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 0.88em;
        line-height: 1.3;
	margin: 8px 0 23px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #000;
}

.hentry p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

.hentry ol:before {
	content: "Anmerkungen";
	border-top: 1px dotted gray;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal !important;
	color: #000 !important;
	padding-top: 5px;
	margin-left: -2.3em;
	width: 230px;
}

.hentry li {
	margin-left: 13px;
}

.stickyline {
	width: 103.13%;
	margin-bottom: 13px;
	margin-top: -44px;
	margin-left: -14px;
	padding: 0;
}


.home .hentry {
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	border-bottom: 0px;
	width: auto;
	padding: 0 13px 0 13px;
}

.singular .hentry {
	margin: 0 0 30px 0;
	position: relative;
	font-size: .88em;
        line-height: 1.7;
}
.mytext {
	float: right;
	width: 75%;
}

.zitat {
	margin-top: 8px;
	margin-bottom: 8px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
}

.motto {
        font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 0.8em;
	font-style: italic;
        line-height: 1.8;
	color: gray;
	margin: 23px 23px 23px 58px;
}

.featured { margin-bottom: 23px; border: 0px solid white !important; }
.sticky .sticky-header .entry-title {
	float: left;
	width: 100%;
	font-size: 62px;
}
.sticky .byline { clear: left; }

.entry-summary {
	float: left;
	width: 100%;
	margin-bottom: 13px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 23px;
	-webkit-column-gap: 23px;
	column-gap: 23px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
}

.colbreak { 
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
column-break-inside:avoid;
 }

.entry-summary2 {
	float: left;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13px;
    	font-weight: normal;
	color: black;
	line-height: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 23px;
	-webkit-column-gap: 23px;
	column-gap: 23px;
}

.category-seminare .entry-summary {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}

.entry-summary1 {
	float: left;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13px;
    	font-weight: normal;
	color: black;
	line-height: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
}


/* Meta-Key, Seitenleiste links
-------------------------------------------------------------- */

.post-meta-key {
	width: 137px;
	float: left;
	color: #000000; 
	font-weight: bold; 
	font-size: 11px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	margin-bottom: 13px;
}

.post-meta-zaehler {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 137px;
	float: left;
	color: gray; 
	font-weight: normal; 
	font-size: 11px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	margin-top: -8px;
	margin-bottom: 13px;
}


.metafont {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-top: 23px;
	margin-bottom: 13px;	
}

.metabordertop { border-top: 2px solid #000; }
.metaborderbottom { border-bottom: 2px solid #000; }

.metafixed { 
	position: static; 
	bottom: 80px;
}


.metafont a { color: #777!important; }
.metafont a:hover { color: #000!important; }



/* Thumbnails
-------------------------------------------------------------- */

img.thumbnail2 {  	
	float: left;
	width: 80px;
	height: auto;
	margin: 3px 23px 13px 0;
	border: 0px dotted red !important;
}

img.thumbnail1 {  	
	width: 137px;
	height: auto;
	margin: 3px 23px 23px 0;
	border: 0px dotted red !important;
}

.sticky-thumbnail {  	
	display: none;	
	float: right;
	width: 31px;
	height: auto;
	margin: 3px 23px 23px 0;
}

.hentry .featured-thumbnail { margin-bottom: 23px; }
.hentry .thumbnail {
	float: left;
	width: 47px;
	height: auto;
	margin: 3px 23px 40px 0;
}

/* Post titles 
-------------------------------------------------------------- */
.singular .test .entry-title, .hentry .entry-title {
	margin: 0 0 0.6em 0;
	padding: 0;
	font-size: 23px;	/* 16 / 13 = 1.230769230769231 */
	font-weight: bold;	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	line-height: 1.3em;
	color: #000000;
	border: none;
	word-spacing: 2px;
}

.singular .entry-title {
	font-size: 38px;	/* 24 / 13 = 1.846153846153846 */
	margin-bottom: 0.625em;
	padding-bottom: 23px; 
	border-bottom: 5px solid #000000;
}

.archive-title {
	font-size: 23px;	/* 24 / 13 = 1.846153846153846 */
	font-weight: bold;
	color: #aaa;
	margin-bottom: 0.625em;
	padding-bottom: 13px; 
	border-bottom: 2px solid #000000;
}

.byline2 {
	width: auto;
	text-align: left;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	margin-left: 58%;
	padding: 8px;
	display: block; 
	font-size: 11px;
	color: #dd5424;
	border: 1px dotted #000;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;   			/* Actually FF 20+ */
}


.singular-page .entry-title { color: #999; }
.singular-page .entry-title, .singular-attachment .entry-title { margin-bottom: 1.2em; }
.entry-title a, .entry-title a:visited { color: #000; }
.entry-title a:hover { color: #777; }


/* Linien - Zusatz zu Div-Klassen (rb)
-------------------------------------------------------------- */
.myline {
	border-bottom: 2px solid #000000;
	margin-bottom: 31px;
}


/* Abbildung / Bildunterschrift (rb)
-------------------------------------------------------------- */
.bildtitel {
	text-align: right;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
	margin-bottom: 23px;
	margin-top: -13px;
}


/* Post bylines/datelines - alte font-size 0.8461538461538462em GRAUTAGS
-------------------------------------------------------------- */
.byline {
	text-align: left;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	padding: 5px 7px 5px 0;
	font-size: 13px;
	color: #dd5424;
	border-bottom: 1px dotted #000;
}
.mytext .byline { margin-top: -5px; }
.singular .byline { margin-bottom: 1.7em; }
.byline a, .byline a:visited { color: #dd5424; }
.byline a:hover { color: #000; }
.author, .published, .category, .edit, .bypostauthor {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
}
.comment-list .published, .comment-list .edit, .comment-list .comment-reply-link {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: italic;
	text-transform: none;
}

/* Post excerpts 
-------------------------------------------------------------- */
.entry-summary p { margin: 0 0 1em 0; }
.sticky .entry-summary p { margin: 0 0 0 0; }

/* Post metadata  - alte font-size 0.8461538461538462em
-------------------------------------------------------------- */
.entry-meta {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;	
	font-size: 13px;
	color: #dd5424;
	font-weight: normal;
}
a.entry-meta { color: #dd5424!important; }
a.entry-meta:hover { color: #656565!important; }
.meta-rahmen ul { 
	font-size: 11px!important; 
	margin-top: 2px; 
	color: red!important;
}

.rpwe-clearfix .entry-meta, .index-news .entry-meta {
	color: #656565;
}

.meta-rahmen-fix {
	width: 230px;
	height: 230px;
	margin-top: 23px;
	margin-left: 23px;
	background-color: #ffffff;
    	z-index: 10;
}

.meta-rahmen { 
	border:2px solid #dd5424;
	padding: 5px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #dd5424;
	position: relative;
}
.meta-rahmen:before { 
    width: 0; 
    content: ''; 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    border-top: 22px solid #fff; 
    border-right: 22px solid #dd5424; 
   }
.meta-rahmen:after { 
    width: 0; 
    content: ''; 
    position: absolute; 
    bottom: 0; 
    right: 0; 
	margin: -2px;
    border-top: 23px solid transparent; 
    border-right: 23px solid white; 
   }

/* Singular post prev/next links 
-------------------------------------------------------------- */
.singular .loop-nav {
	font-size: 0.8461538461538462em;
	color: #888;
	clear: both;
}

/* Page links for multi-paged posts <!--nextpage--> 
-------------------------------------------------------------- */
.page-links {
	clear: both;
	font-size: 0.8461538461538462em;
	word-spacing: 2px;
	line-height: 1em;
	color: #222;
}
.entry-summary .page-links {
	clear: none;
	font-size: 0.8461538461538462em;
	line-height: 1em;
	color: #aaa;
}
.page-links a, .page-links a:visited {
	display: inline-block;
	color: #555;
	background: #e9e9e9;
	padding: 3px 6px;
}
.page-links a:hover {
	color: #fff;
	background: #555;
}

/* Archive/search pagination and comment pagination 
-------------------------------------------------------------- */
.comment-navigation { margin-bottom: 1.692307em; }
.pagination.loop-pagination {
	float: left;
	clear: both;
	margin-top: 7px;
}
.pagination .page-numbers, .comment-navigation .page-numbers {
	display: inline-block;
	padding: 4px 8px;
	margin: 0;
	line-height: 1em;
	color: #444;
}
.pagination a.page-numbers, .comment-navigation a.page-numbers {
	color: #333;
	background: #e9e9e9;
}
.pagination a:hover, .comment-navigation a:hover {
	color: #fff;
	background: #555;
}
.pagination .current, .comment-navigation .current { color: #aaa; }

/* Sidebar after singular posts 
-------------------------------------------------------------- */
#sidebar-after-singular {
	overflow: hidden;
	margin: 0;
	font-size: 1em;
	float: left;
}

/* Widgets 
-------------------------------------------------------------- */
.sidebar .widget {
	float: left;
	width: 100%;
	margin-bottom: 23px;
	color: #888;
}

.widget-categories, .widget-archives, .widget-tags, .widget-my {
	padding: 8px;
	width: 92.7% !important;
	border-top: 2px solid #777;
	border-left: 2px solid #777;
}

.widget-my { margin: 0 0 0 0; }

.widget table, .widget ul, .widget ol { margin-bottom: 0; }


/* Widget titles 
-------------------------------------------------------------- */
.sidebar .widget-title {
	font-size: 0.8em;	/* 10 / 13 = 0.7692307692307692 */
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	border-bottom: 1px dotted #000;
	margin-bottom: 5px;
}

/* Widget unordered lists 
-------------------------------------------------------------- */
.sidebar .widget ul { 
	list-style: square;
	margin-left: 23px; 
	padding-left: 0px;
}

.widget-categories li, .widget-archives li, .widget-tags li {
	text-decoration:none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:13px!important; 
}

.widget-archives li, .widget-tags li { line-height: 18px; }
.widget-categories li { line-height: 18px; margin-top: 13px; }

.widget-categories li li { 
	line-height: 18px; 
	margin-left: -13px; 
	margin-top: 0px;
}

.widget-categories li li li { 
	line-height: 18px; 
	margin-left: -13px; 
	margin-top: 0px;
}

.sidebar .widget ul li a { 
	text-decoration:none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:13px!important;
	color: #555!important;
}

.sidebar .widget ul li a:hover { color: #000; }
.sidebar .widget ul li a { color: #555; }
.sidebar .widget ul li a:hover { color: #000; }

/* Search form widget
-------------------------------------------------------------- */
.widget .search-form { overflow: hidden; }
.widget .search-form label {
	font-size: 0.8461538461538462em;
	line-height: 1.692307em;
	color: #aaa;
}
.widget .search-form input[type="text"] {
	width: 97.5%; /* 91.538461% */
	float: left;
	padding: 8px 10px;
	font-size: 1em;
	color: #aaa;
}

#content2 .search-form input[type="text"] {
	width: 69%; /* 91.538461% */
	float: left;
	font-size: 1em;
	color: #000;
	border: 0px;
	margin-left: -5px;
}

.search-form .search-submit, .widget.search .widget-title { display: none; }

/* Comments 
-------------------------------------------------------------- */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0 0 25px 0;
}
.comment-list { margin-bottom: 40px; }
.comment-list li {
	padding: 15px 0 0 0;
	border-top: none;
}
.comment-list li li { padding-left: 10.15625%; }	/* 65px / 640px = 10.15625% */
.comment-list .avatar {
	float: left;
	margin: 0 15px 10px 0;
}
.comment-meta {
	margin: 0 0 10px 0;
	font-size: 0.8461538461538462em;
	color: #aaa;
	line-height: 1.692307em;
}
.comment-meta .comment-author cite {
	font-style: normal;
	font-weight: bold;
	color: #333;
	font-size: 1.153846153846154em;
}
.comment-author { margin-right: 10px; }
.comment-meta a {
	font-style: normal;
	color: #aaa;
}
.comment-meta a:hover { color: #000; }
.comments-closed {
	padding: 10px 25px;
	font-size: 1em;
	color: #888;
	background: #f5f5f5;
}
.comment-content { margin-left: 65px; }
.comment-content p { margin-bottom: 1em; }

/* Comment form 
-------------------------------------------------------------- */
#respond {
	overflow: hidden;
	width: 75%;
}
.comment-list #respond { margin-top: 1.692307em; }
#respond .log-in-out {
	font-size: 0.8461538461538462em;
	line-height: 1em;
	color: #888;
	margin-bottom: -7px;
}
#reply-title small a {
	font-size: 0.8461538461538462em;
	line-height: 1.692307em;
	background: #fff;
	padding-right: 8px;
}
#respond label {
	font-size: 0.8461538461538462em;
	line-height: 1.692307em;
	color: #bbb;
}
#respond p.req label {
	color: #888;
	line-height: 2.4em;
}
#respond span.required {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
#respond #submit { margin-bottom: 1.692307em; }
#commentform input {
	display: inline;
	margin-right: 10px;
}
#commentform p {
	margin-bottom: 15px;
	line-height: 1em;
}
#comment { margin-top: 20px; }

/* Subsidiary sidebar 
-------------------------------------------------------------- */
#sidebar-subsidiary .widget {
	float: left;
	width: 100%;	/* 205px / 940px = 21.80851063829787% */
	margin: 0 3.191489361702128% 20px 0;	/* 30px / 940px = 3.191489361702128% */
	font-size: 1em;
	color: #000;
}

/* Footer 
-------------------------------------------------------------- */
#footer p { margin-bottom: 0; }
#footer a { color: #888; }
#footer a:hover { color: #000; }

/*  Buttons (submit etc.)
-------------------------------------------------------------- */
#respond #submit, .button, a.button, .wpcf7-submit, #loginform .button-primary {
	padding: 5px 12px 6px 12px;
	color: #fff;
	background:#db5629;
	border: none;
	height: 33px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#respond #submit:hover, .button:hover, .wpcf7-submit:hover, #loginform .button-primary:hover { background: #222; }
.menu li a { position: relative; }

/*  Gravity Forms (plugin)
----------------------------------------------------- */
.sidebar .widget ul li.gfield, #content .hentry ul li.gfield {
	background: none;
	padding-left: 0;
	margin-bottom: 15px;
}
.wordpress .gform_wrapper input[type="text"], .wordpress .gform_wrapper input[type="url"], .wordpress .gform_wrapper input[type="email"], .wordpress .gform_wrapper input[type="phone"], .wordpress .gform_wrapper input[type="number"], .wordpress .gform_wrapper input[type="password"], .wordpress .gform_wrapper textarea {
	padding: 4px;
	font-size: 1em;
}
.wordpress .gform_wrapper .gform_footer, .wordpress .gform_wrapper .gform_footer.right_label, .wordpress .gform_wrapper .gform_footer.left_label {
	padding-top: 0;
	margin-top: 0;
}
.wordpress .gform_wrapper .gform_footer.right_label, .wordpress .gform_wrapper .gform_footer.left_label { padding-left: 31.5%; }
.wordpress .gform_wrapper .top_label .gfield_label {
	font-weight: normal;
	margin: 0 0 5px;
}
.wordpress .gform_wrapper .ginput_complex .ginput_full input { width: 92% !important; }
.wordpress .gform_wrapper .field_name_first input, .wordpress .gform_wrapper .ginput_complex .ginput_left input { width: 83.7% !important; }
.wordpress .gform_wrapper .ginput_complex .ginput_right input, .wordpress .gform_wrapper .ginput_complex .ginput_right select { width: 83.7% !important; }
.wordpress .gform_wrapper select {
	padding: 2px;
	height: 2em;
	font-size: 1em;
}
.wordpress .gform_wrapper .gsection {
	border-bottom: 1px solid #e9e9e9;
	margin: 40px 0 20px 0 !important;	
}
.gform_wrapper .gfield_description, .gform_wrapper div.charleft { color: #aaa !important; }
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction, .gform_wrapper div.charleft { font-family: Georgia, 'Times New Roman', Times, serif !important; }

/*  Contact Form 7 (plugin)
----------------------------------------------------- */
.wpcf7-form p {
	margin-bottom: 15px;
	line-height: 2.2em;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select { padding: 6px; }

/*  Media Queries (mobile browsing)
----------------------------------------------------- */

/* Menu toggles */
@media only screen and (min-width: 768px) { .site-navigation .nav-menu { display: block; } }
@media only screen and (max-width: 767px) { .menu-toggle { display: block; } }

/* Tablet (portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.wrap { max-width: 728px; }
	.widget .search-form input[type="text"] { width: 89%; }
	.widget table { font-size: 0.8461538461538462em; }
	#sidebar-subsidiary .widget table { width: 90%; }
}
/* Mobile (portrait) */
@media only screen and (max-width: 767px) {
	.wrap { max-width: 300px; }
	body { line-height: 1.615384615384615em; }
	p { margin-bottom: 1.615384615384615em; }
	#branding {
		float: left;
		width: 100%;
		position: relative;
	}
	#site-description { font-size: 1.3em; }
	#menu-primary .menu-toggle { width: 100%; }
	.menu-toggle { display: block; }
	#menu-primary {
		float: left;
		clear: both;
		width: 100%;
		margin-top: 10px;
	}
	#menu-primary .menu, #menu-primary .menu ul, #menu-primary ul li { 
		float: left;
		width: 100%;
	}
	#menu-primary li { min-height: 0; }
	#menu-primary li ul, #menu-primary li li {
		display: block !important;
		visibility: visible !important;
		border: none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	#menu-primary li ul {
		position: relative !important;
		top: 0;
		left: 30px;
	}	
	#menu-primary li li ul { left: 30px !important; }
	#menu-primary li:hover ul, #menu-primary li.sfHover ul {
		display: block !important;
		top: 0 !important;
	}
	.menu .sf-with-ul { background: none !important; }	
	#menu-primary li a, #menu-primary li li a {
		display: block;
		width: 100%; 
		font-size: 13px;
		padding: 1em 0;
		margin-left: 0;
	}	
	#menu-primary li a:hover { background: none; }
	#content { width: 100%; }
	.comment-list li li { padding-left: 0; }
	#sidebar-primary {
		width: 100%;
		clear: left;
	}
	#sidebar-subsidiary .widget { width: 100%; }
	#respond { width: 100%; }
	#footer { min-height: 85px; }
	.col-0 { width: 100% }
	.col-1 { width: 100% }
	.col-2 { width: 100% }
	.col-3 { width: 100% }
	.col-4 { width: 50% }
	.col-5 { width: 50% }
	.col-6 { width: 33.33% }
	.col-7 { width: 33.33% }
	.col-8 { width: 33.33% }
	.col-9 { width: 33.33% }
	.col-10 { width: 33.33% }
	.col-11 { width: 33.33% }
	.col-12 { width: 33.33% }
	.col-13 { width: 33.33% }
	.col-14 { width: 33.33% }
	.col-15 { width: 33.33% }
	.col-16 { width: 33.33% }
	.col-17 { width: 33.33% }
	.col-18 { width: 33.33% }
	.col-19 { width: 33.33% }
	.col-20 { width: 33.33% }
	.col-21 { width: 33.33% }
	.col-22 { width: 33.33% }
	.col-23 { width: 33.33% }
	.col-24 { width: 33.33% }
	.col-25 { width: 33.33% }
	.col-26 { width: 33.33% }
	.col-27 { width: 33.33% }
	.col-28 { width: 33.33% }
	.col-29 { width: 33.33% }
	.col-30 { width: 33.33% }	
}


/** 
* Unter-Überschrift infosubtitle_rb
-------------------------------------------------------------- */

.postsubtitle {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #000 !important;
	margin-bottom: 13px;
}

.sticky .postsubtitle {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000 !important;
	margin-top: 23px;
	margin-bottom: 23px;
}


/** 
* Rotationen auf der Index-Seite
-------------------------------------------------------------- */
.rotate1  {
	position: absolute;
	top: 23px;
	left: 58px;
	box-shadow: 0px 0px 23px #888;
	transform: rotate(-23deg);
	-moz-transform: rotate(-23deg);
	-ms-transform: rotate(-23deg);
	-o-transform: rotate(-23deg);
	-webkit-transform: rotate(-23deg);
	z-index: 5;
}

.rotate1, .rotate1 img,
.rotate2, .rotate2 img,
.rotate3, .rotate3 img,
.rotate4, .rotate4 img {
	width: 283px;
	height: auto;
}

.rotate2 {
	position: absolute;
	top: 58px;
	left: 130px;
	box-shadow: 0px 0px 23px #888;
	transform: rotate(-13deg);
	-moz-transform: rotate(-13deg);
	-ms-transform: rotate(-13deg);
	-o-transform: rotate(-13deg);
	-webkit-transform: rotate(-13deg);
	z-index: 4;
}

.rotate3 {
	position: absolute;
	top: 77px;
	left: 185px;
	box-shadow: 0px 0px 23px #888;
	transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	z-index: 3;
}

.rotate4 {
	position: absolute;
	top: 113px;
	left: 230px;
	box-shadow: 0px 0px 23px #888;
	transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	z-index: 2;
}

.rotate5 {
	position: absolute;
	width: 283px;
	height: auto;
	top: 77px;
	left: 470px;
	box-shadow: 0px 0px 23px #888;
	transform: rotate(-13deg);
	-moz-transform: rotate(13deg);
	-ms-transform: rotate(13deg);
	-o-transform: rotate(13deg);
	-webkit-transform: rotate(13deg);
	z-index: 1;
}

/** 
* Reinkopiert von Recent Post und dort gelöscht ...
* Und erweitert für Sidebar, selbstgemachte Listen-Seiten-Templates etc.
-------------------------------------------------------------- */


.rpwe-block ul {
	list-style:none!important;margin-left:0!important;padding-left:0;
}

.rpwe-block li {
	border-bottom:1px solid #eee;	
	line-height: 1.1em;
	margin-bottom:13px;
	padding-bottom:10px;
	list-style-type: none;
}

.neben { 
	display: inline-block; 
	width: 43%;	
	border-left: 2px solid #777;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

.nebenfont {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	color: #000;
	line-height: 17px;
	margin-top: 7px;
	margin-bottom: 7px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
}

.index-news .nebenfont {
	padding-left: 103px;
}

.sticky .nebenfont {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13px;
	line-height: 18px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 23px;
	-webkit-column-gap: 23px;
	column-gap: 23px;
}

.nebentiteltrennung {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #000 !important;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
}

.nebentitel {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #000 !important;
	hyphens: manual;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	-moz-hyphens: manual;
}

a.nebentitel:hover {
	color: #656565 !important;
}

.sticky .nebentitel {
	font-size: 31px;
}

.nebenthumb {
	width: 80px;
	margin: 0 0 7px 0;
}

.nebenthumbklein {
	width: 50px;
	margin: 0 0 7px 0;
}

.widget-my .nebenthumb,
.widget-my .nebenthumbklein {
	float: left;
	margin: 0 23px 13px 0;
}

.widget-my .entry-meta {
	float: left;
	font-size: 11px;
	margin-top: -5px;
	margin-bottom: 13px;
}

.linkall {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	width: 94%;
	border-top: 2px solid #777;
	border-left: 2px solid #777;
}

.linkall a {
	text-decoration:none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:13px!important;
	color: #555!important;
}

.linkall a:hover { color: #000!important; }



.rpwe-block a {
	display:inline!important;
	text-decoration:none;
}

.rpwe-block h3 {
	background:none!important;
	clear:none;
	margin-bottom:5px!important;
	margin-top:2px!important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: none;
	font-size:13px!important;
	line-height:1.38em;
	word-wrap: break-word;
}

.rpwe-thumb {
	border:1px solid #EEE!important;
	box-shadow:none!important;
	width: 58px;
	height: auto;
	margin:2px 10px 11px 0;
	padding:0!important;
}


.rpwe-thumb2 {
	border:1px solid #EEE!important;
	box-shadow:none!important;
	width: 38px;
	height: auto;
	margin:2px 11px 8px 0;
	padding:0!important;
}

.rpwe-summary {
	font-size:12px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #666666;
}
.rpwe-time{color:#bbb;font-size:11px;}.rpwe-alignleft{display:inline;float:left;}.rpwe-alignright{display:inline;float:right;}.rpwe-alignnone{display:block;float:none;}.rpwe-clearfix:before,.rpwe-clearfix:after{content:"";display:table !important;}.rpwe-clearfix:after{clear:both;}.rpwe-clearfix{zoom:1;}

/**
* Kreise für Sidebar
*/


.kreis_side1 {
	position: fixed;
	z-index: 1;
	float: right;
    	border-radius: 50%;
	width: 253px;
	height: 253px;
background-image: linear-gradient(
   45deg, 
   wheat 25%, gray 25%, 
   gray 50%, wheat 50%, 
   wheat 75%, gray 75%, 
   gray);
	background-size: 50px 50px;

	background: -moz-linear-gradient(yellow, red); /* FF 3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, yellow), color-stop(100%, red)); /* Safari 4+, Chrome 2+ */  
	background: -webkit-linear-gradient(yellow, red); /* Safari 5.1+, Chrome 10+ */  
 	background: -o-linear-gradient(yellow, red); /* Opera 11.10 */  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red'); /* IE6 & IE7 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='red')"; /* IE8+ */ 

}

.kreis_side2 {
	position: relative;
	z-index: 2;
	float: right;
	border-radius: 50%;
	width: 253px;
	height: 253px;
	background: url('http://rogerbehrens.net/wp-content/uploads/rb_foto.jpg');
	background-size: 341px;
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}


/**
* Zum Beispiel Seite Alle Seminare - die Überschriften ...
*/

.liste_title ul {
	list-style-type: none; padding: 0; margin: 0;
}

.liste_title li { 

	border-bottom:1px solid #eee;	
	line-height: 1.1em;
	margin-bottom:13px;
	padding-bottom:10px;
	list-style-type: none;
}

.liste_title h3 {
	background:none!important;
	clear:none;
	margin-bottom:5px!important;
	margin-top:2px!important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: none;
	font-size:13px!important;
	line-height:1.38em;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	padding-left: 55px;
}

.listline {
	clear: both;
	border-top: dotted 1px #000;
	height: 1px;
	margin-bottom: 13px;
}

/**
* CSS für index mypost0corona php
*/

#coronaslideshow { /* Container holding the image and the text */
	position: relative;
	text-align: center;
	font-size: 31px;
	color: white;
	margin: 23px 0 23px 0;
	border-left: 0px dotted #000; 
	border-right: 0px dotted #000;
}

#coronaslideshow > div { /* Centered text */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* CSS ENDE */

