@charset "utf-8";

/*	########################################################
	CSS: Armin Briatta - Fotografie und Webdesign Darmstadt
	http://briatta.de/
	########################################################	
	Website regionalstelle-fundraising.org Relaunch 2016
	########################################################
	
	neuer Orange-Wert anstelle von rot:
	#ae0000 => #ca4e00
 
	Farben bg und border:
	bg body grau: 					#aaa
	bg #schale:						#fff
	bg header rot: 					#ae0000
	bg header orange (verf.):		#ff9900
	bg linke Spalte: 				#eee
	bg footer: 						#ebebeb
	border #content: 				#ebebeb
	bg und border .error			:#ae0000
	bg und border .feedback:		#1aa7f9
	border doku						:#eee
	
	Typo: 
	h1, h2, h3:						#ae0000
	Fliesstext:						#433302
	Datum, Links:					#ae0000
	bg nav hover, current:			#ae0000
	strong: 						#ae0000
	
	placeholder:					#ddd;
	
	form asterix:					#ae0000

*/

/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/open-sans-v34-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/open-sans-v34-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-ext_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v34-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-800 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/open-sans-v34-latin-ext_latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-ext_latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-300italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/open-sans-v34-latin-ext_latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-ext_latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local(''),
       url('../fonts/open-sans-v34-latin-ext_latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-ext_latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v34-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-800italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local(''),
       url('../fonts/open-sans-v34-latin-ext_latin-800italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-ext_latin-800italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/*	########################################################
	Reset, angelehnt an Dirk Jesse 
	######################################################## */
	
* {
	margin: 0;	
	border: 0 none; 
	padding: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	height: auto;
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}

option {
	padding-left: 0.4em;
}

fieldset, img {
	display: block;
	border: 0 none;
	position: relative;
	width: auto;
	height: auto;
	max-width: 100%;
}

ul {
	position: relative;	
	margin: 16px 0 16px 28px;
	margin: 1rem 0 1rem 1.75rem;
	list-style-type: disc;
}

nav ul {
	list-style-type:  none;	
	margin-left: 0;
}

/*	statt text-decoration border-bottom (gesehen bei elmastudio) Definition weiter unten */
a {
	text-decoration: none;
}

ol {
	position: relative;	
	margin: 16px 0 16px 28px;
	margin: 1rem 0 1rem 1.75rem;
}

dl {
	margin: 16px 0 16px 0;
	margin: 1rem 0 1rem 0;
}

li {
	position: relative;
	margin-bottom: .2rem;
}

sup { 
	vertical-align: top; 
}

sub { 
	vertical-align: bottom; 
}

/*	html5 */
article, aside, figure, footer, header, nav, section, main, hgroup, figure, figcaption, audio {
	display: block;
	position: relative;
	margin: 0; 
	padding: 0;
}

/*	########################################################
	body, #schale
    ######################################################## */
	
body {
	font-family: "Open sans", Verdana, sans-serif;
	background-color: #aaa;
	text-align: center;
}

#schale {
	position: relative;
    margin: 0 auto;
	max-width: 980px;
	color: #433302;
	background-color: #fff;
	text-align: left;	
}

/*	########################################################
	header
    ######################################################## */

header {
	color: #fff;
	background-color: #ca4e00;
	border: 4px solid #ebebeb;
}

#bodythemenschwerpunkte-verfahrensbeistand-und-umgangspflegschaft header {
	background-color: #ff9900;
}

@media screen and (min-width: 768px) {

header {
	background-image: url(../_img/wasser-dsc-1268.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30% auto;
}

}

/*	########################################################
	main: #navcontainer und #content als Spalten
    ######################################################## */
	
#main {
	position: relative;
	color: #444444;	
	border-right: 4px solid #ebebeb;
	border-left: 4px solid #ebebeb;
	-moz-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
	hyphens: auto;
}

#navcontainer,
#content,
#navcontainer-inner,
#content-inner {
	position: relative;
}

#navcontainer-inner {
	margin: 30px 20px;
	padding: 0;
}

#content-inner  {
	margin: 30px 20px;
	padding: 0;
	/* wichtig wegen weitere floats innerhalb*/
	overflow: hidden;
}

article {
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #eee;
}

article:last-of-type {
	border-bottom-color: #fff;
}

@media screen and (min-width: 768px) {

#main {
	background: #eee;	
}

#navcontainer {
	float: left; 
	width: 30%;
	background: #eee;
	border: 1px solid #eee;
}

#content {
	position: static;
	margin-left: 30%;
	background: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#navcontainer-inner {
	margin: 30px 20px;
}

#content-inner  {
	margin: 30px 35px 0 30px;
		/* ::TODO:: wieder rausnehmen*/
	min-height: 500px;
}

}


/*	########################################################
	footer 
    ######################################################## */


footer {
	clear: both;
	margin: 0;
	border-top: 4px solid #ebebeb;
	border-bottom: 4px solid #ebebeb;
	background: #fff;
	-moz-hyphens: none;
   	-o-hyphens: none;
   	-webkit-hyphens: none;
   	-ms-hyphens: none;
	hyphens: none;
}

/*	########################################################
	Typo
    ######################################################## */

h1 {
	position: relative;
	color: #ca4e00;
	background: #fff;
	font-family:  "Open sans", Verdana, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 22px;
	margin: 0 0 1.375rem;
}

h1 i {
	color: #433302;
	font-size: 14px;
	font-size: .825rem;
	font-style: italic;
	font-weight: normal;
}

h2, h3 {
	position: relative;
	color: #ca4e00;
	margin: 22px 0 12px;
	margin: 1.375rem 0 .75rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
	font-style: normal;
	font-weight: bold;
}

h2:first-of-type {
	margin-top: 14px;
	margin-top: .875rem;
}

p, 
address,
figcaption {
	position: relative;
	color: #433302;
	margin: 14px 0;
	margin: 1.375rem 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
	font-style: normal;
	font-weight: normal;
}

figcaption {
	font-style: italic;
	color: #ca4e00;
}

p.datum {
	color: #ca4e00;
	margin-top: 0;
	background: transparent;
}

/*	p#kopfleiste war frueher h1 im header */
p#kopfleiste {
	position:relative;
	color: #fff;
	background: transparent;	
	margin: 20px;
	margin: 1.25rem;
	font-family: "Open sans", Verdana, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3;
	font-style: normal;
	font-weight: normal;
	padding-right: 80px;
}

p#kopfleiste span{
	font-weight: bold;
}

footer address {
	text-align: center;
	margin: 20px;
	margin: 1.25rem;
}

footer address span {
	display: block;
}

li {
	font-family:   "Open sans", Verdana, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
	font-style: normal;
	font-weight: normal;
}

blockquote {
	margin-left: 4px;
	margin-left: .25rem;
	padding: 0 20px;
	border-left: 5px solid #ca4e00;
}

blockquote * {
	font-style: italic;
}


strong {
	font-weight: bold;
	color: #ca4e00;
}

@media screen and (min-width: 768px) {

h1 {
	font-size: 24px;
	font-size: 1.5rem;
}

h1 i {

}

p#kopfleiste {
	margin: 0 0 0 30%;
	padding: 20px 30px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.3;
}

p.datum {
	margin-top: 2rem;
}

footer address span {
	display: inline-block;
}

footer address span:after {
		content: "\00A0\00A0•\00A0 ";
		display: inline-block;
		margin: 0 4px;
		margin: 0 .25rem;
}

footer address span:last-of-type:after {
		content: none;
}

}

/*	########################################################
	Links
    ######################################################## */
	
a {	
	position: relative;
	color: #ca4e00;
	background-color: inherit;
	border-bottom: 1px solid #ca4e00;
}

/*	########################################################
	Navigation .mainnav # access
    ######################################################## */

.mainnav {
	z-index: 998;
}

.mainnav ul {
	margin: 24px 0px;
	margin: 1.5rem 0;
}

.mainnav ul ul{
	margin: 3px 0px 12px;
	margin: .25rem 0px .75rem;
	
}

.mainnav ul li {
	line-height: 1.7;
	font-weight: normal;
	font-size: 16px;
	font-size: 1rem;
	padding: 3px 0;
}



.mainnav a {
	display: block;
	position: relative;
	cursor: pointer;
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	/*	#fff fuer Kompatibilitaet, nicht background-color schreiben, sondern background */
	background: #fff;
	background: linear-gradient(rgba(255,255,255,1) 5%, rgba(224,224,224,.5) 60%);
	border-bottom: 1px solid #ddd;
	border: 1px solid #ddd;
}

.mainnav ul ul a {
	margin: 0 10px;
	margin: 0 .625rem;
}

.mainnav ul > li.current a,
.mainnav ul > li.current li.current a {	
	color: #fff;
	background: #ca4e00;
	background: linear-gradient(rgba(202,78,0,.6) 5%, rgba(202,78,0,1) 60%);
	border: 1px solid #ca4e00;
}

.mainnav ul > li.current li a {	
	color: #ca4e00;
	background: #fff;
	background: linear-gradient(rgba(255,255,255,1) 5%, rgba(224,224,224,.5) 60%);
	border: 1px solid #ddd;
}

.mainnav ul > li.current li.current a {	
	background: #ca4e00;
	background: linear-gradient(rgba(202,78,0,.6) 5%, rgba(202,78,0,1) 60%);
	border: 1px solid #ca4e00;
}

.mainnav ul a:hover, 
.mainnav ul a:focus,
.mainnav ul > li.current li a:hover, 
.mainnav ul > li.current li a:focus {
	color: #fff;
	background: #ca4e00;
	background: linear-gradient(rgba(202,78,0,.6) 5%, rgba(202,78,0,1) 60%);
	border: 1px solid #ca4e00;
}

@media screen and (min-width: 768px) {

.mainnav ul li {
	line-height: 1.7;
	font-weight: normal;
	font-size: 16px;
	font-size: 1rem;
}
/*	::ARMIN:: testweise 2017-10-17 nicht in min.css */
.mainnav ul li#eltern-kind-projekt-kimupa-in-karlsruhe {
	font-weight: bold;
}

.mainnav ul a {
	padding: 2px 10px;
	text-align: left;
}

/* sicherstellen, dass Navigation auf smartphones in landscape orientation und auf Desktops sichtbar bleibt */
.js #access ul {
    display: block!important;
}

}

@media all and (max-width: 767px) {

.js #access ul {
    display: none;
}

/* fallback if no javascript is active */
.no-js #access ul {
    display: block;
}

}

/* #######################################################################################
	Navigation: Menu-Icon 
####################################################################################### */

#menu-icon {
	display: none; 
}

@media only screen and (max-width: 767px) {

.js #menu-icon {
    display: block;
	z-index: 999;
	position: absolute;
	top: 20px;
	right: 25px;
	margin: 0;
    height: 42px;
	width: 62px;
	border: 1px solid #ca4e00;
    -webkit-border-radius: 2px; 
 	-moz-border-radius: 2px; 
	border-radius: 2px;
    background: url(../design/nav-icon.png) no-repeat;
    cursor: pointer;
}

.js #menu-icon:hover {
  	background: url(../design/nav-icon.png) no-repeat;
}

}


/*	########################################################
	Bilder
    ######################################################## */

img.center {
	text-align: center;
	margin: 0 auto;
}

img#fotomichael, 
img.pictfloatright {
	position: relative;
	float: right;
	width: auto;
	display: block;
	margin: 0 0 20px 20px;
	margin: 0 0 1.25rem 1.25rem;
	z-index: 1;
}

img.pictfloatleft {
	position: relative;
	float: left;
	width: auto;
	display: block;
	margin: 0 20px 20px 0;
	margin: 0 1.25rem 1.25rem 0s;
	z-index: 1;
}

img#doku_cover, 
img#cover_doku_klein {
	border: 1px solid #eee;
}

@media screen and (min-width: 480px) {

img#fotomichael, 
img.pictfloatright,
img.pictfloatleft {
	max-width: 38%;
}

figure.float-right {
	max-width: 38%;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

}

 
/*	########################################################
	clearing  
    ######################################################## */
	

article:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*	########################################################
	Formulare  
    ######################################################## */

form {
	display: block;
	position: relative;
	max-width: 100%;
	margin: 32px 0 32px;
	margin: 2rem 0 2rem;
}

fieldset {
	border: 1px solid #ca4e00;
	padding: 20px;  
    text-align: left;
}

label, 
input, 
textarea {
    display: block;
	position: relative;
	width: 100%;
    text-align: left;
    font-family:  "Open sans", Verdana, sans-serif;
	font-size: 16px;
	font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    line-height: 2; 
}

label {
    padding: 4px;
}

label.required:after {
	content: " *";
	color: #ca4e00; 
}

input,
textarea {
    padding: 4px 6px;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	border: 1px solid #ca4e00;
}

input[type="submit"] {
	max-width: 240px;
	margin-top: 32px;
	margin-top: 2rem;
	padding: 4px 20px;
	color: #ca4e00;
	background: #fff;
	background: linear-gradient(rgba(255,255,255,1) 5%, rgba(224,224,224,.5) 60%);
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
	color: #fff;
	background: #ca4e00;
	background: linear-gradient(rgba(202,78,0,.6) 5%, rgba(202,78,0,1) 60%);
	border: 1px solid #ca4e00;
}
	
/* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css
	do not group these rules */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   color:    #444;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #444;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #444;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #444;
}


/*	########################################################
	Feedback und Error Meldungen 
    ######################################################## */

.feedback {
	border: 2px solid #1aa7f9;
	margin: 16px 0 24px;
	margin: 1rem 0 1.5rem;
	padding: 0 16px; 
	background: #1aa7f9;
	color: #fff!important;   
}

.error {
	border: 2px solid #ca4e00;
	margin: 16px 0 24px;
	margin: 1rem 0 1.5rem;
	padding: 0 16px; 
	background-color: #ca4e00;
	color: #fff!important; 
}

.feedback *,
.error * {
	color: inherit;
	background: inherit;
}


/*	########################################################
	border-radius 
    ######################################################## */

nav a,
form fieldset,
input,
textarea,
.mainnav ul li a,
.feedback,
.error {
    -webkit-border-radius: 6px; 
 	-moz-border-radius: 6px; 
	border-radius: 6px;
}

/*	########################################################
	Silbentrennung und Umbrueche vermeiden
    ######################################################## */

.no-break,
.no-hyphen {
	white-space: nowrap;
	-moz-hyphens: none;
   	-webkit-hyphens: none;
   	-ms-hyphens: none;
	hyphens: none;
}

/*	########################################################
	Animation Slideshow fuer KIMUPA
	https://www.w3schools.com/w3css/w3css_slideshow.asp
    ######################################################## */

.w3-animate-fading{animation:fading 6s infinite}@keyframes fading{0%{opacity:0}18%{opacity:1}82%{opacity:1}100%{opacity:0}}

