/* === BASICS === */
body {
    font-size:100%;
	font-family:Arial,Helvetica,sans-serif;
	color:#75716D;
    background: #fff;
	-webkit-transition: font-size 300ms ease-in-out 0s;
	-moz-transition: font-size 300ms ease-in-out 0s;
	-ms-transition: font-size 300ms ease-in-out 0s;
	-o-transition: font-size 300ms ease-in-out 0s;
	transition: font-size 300ms ease-in-out 0s;
}
.page {
    position: relative;
    z-index: 1;
    margin: 25px auto;
    padding: 10px;
    background: #FFF;
}
h1,
h2,
h3 {
	color:#75716D;
}
h1 {
	color:#E26350;
    font-size:260%;
	text-transform:uppercase;
	font-weight:900;
}
h1 span {
	display:block;
    font-size:80%;
	text-transform:none;
	font-weight:100;
}
h2 {
    font-size: 20px;
}
a,
a:link,
a:hover,
a:focus,
a:active {
	font-size:100%;
	text-decoration: none;
	color:#75716D;
	font-family:Arial,Helvetica,sans-serif;
	-webkit-transition: color 300ms ease-in-out 0s;
	-moz-transition: color 300ms ease-in-out 0s;
	-ms-transition: color 300ms ease-in-out 0s;
	-o-transition: color 300ms ease-in-out 0s;
	transition: color 300ms ease-in-out 0s;
}
a:hover {
    text-decoration: underline;
    color: #FF0004;
}
.hidden {
    display: none;
}
b, strong {
    font-weight: bold;
}
.button {
    padding:1em 2em;
    border: 0;
    line-height:120%;
    font-size:100%;
    font-weight:bold;
    text-decoration:none;
    color:#fff;
    background-color:#52A9DF;
    -webkit-border-radius:0.2em;
    -moz-border-radius:0.2em;
    border-radius:0.2em;
    background-color:#e30613;
	-webkit-transition: background-color 300ms ease-in-out 0s;
	-moz-transition: background-color 300ms ease-in-out 0s;
	-ms-transition: background-color 300ms ease-in-out 0s;
	-o-transition: background-color 300ms ease-in-out 0s;
	transition: background-color 300ms ease-in-out 0s;
}
.button:hover {
    text-decoration:none;
    color:#fff;
    background-color:#e30613;
}
.butt[type=submit] {
    background-color:#e30613;
}
#help-link,
a.button {
    padding:0.75em 1.5em;
    background-color:#52A9DF;
}
#help-link:hover {
    background-color:#e30613;
}
.button-text {
    padding:0.75em 0;
	width:auto;
	display:inline-block;
	margin:0 auto;
    border: 0;
    line-height:110%;
    font-size:100%;
    font-weight:bold;
    text-decoration:none;
    color:#52A9DF;
	background-color:#fff;
	border-radius:0;
	-webkit-transition: color 300ms ease-in-out 0s;
	-moz-transition: color 300ms ease-in-out 0s;
	-ms-transition: color 300ms ease-in-out 0s;
	-o-transition: color 300ms ease-in-out 0s;
	transition: color 300ms ease-in-out 0s;
}
.button-text:before
.button-text:hover {
    color: #e30613;
}
input.button-text:hover {
    color: #e30613;
}
p {
	color:#75716D;
}
a.small,
body.small {
	font-size:80% !important;
}
a.normal,
body.normal {
	font-size:100% !important;
}
a.large,
body.large{
	font-size:120% !important;
}
#header,
#main,
#footer {
	display:block;
}
.wrapper {
	width:80%;
	margin:0 auto;
	max-width:1280px;
}
/* === HEADER === */
#header {
	height:105px;
	max-width:1000px;
}
#header .logo {
	display:inline-block;
	width:auto;
	float:left;
	margin:1.4rem 0 0 0;
}
#header .metanavigation {
	display:inline-block;
	width:auto;
	float:right;
	margin-top:2.5em;
}
/* === Content === */
#main .teaser {
	position:relative;
	text-align:center;
/*	background-image:url('../img/keyvisual.png');
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100% auto, cover;
	max-height:500px;
	height:500px;*/
}
#main .teaser .wrapper {
	text-align:center;
}
#main .teaser img {
	width:100%;
	height:auto;
}
#main .teaser .wrapper,
#main .teaser .wrapper2 {
	position:absolute;
	display:inline-block;
	width:auto;
	top:3em;
	z-index:10;
	left:50%;
}
#main .teaser .wrapper h1 {
	position:relative;
	left:-50%;
	margin-top:0;
	padding-top:0;
}
#main .teaser .wrapper2 {
	top:auto;
	bottom:2rem;
}
#main .teaser .wrapper2 #help-link {
	left:-50%;
    position: relative;
	color:#fff;
}
#main .teaser h1 span {
	display:block;
	width:100%;
}
.obdachlose #main .teaser .wrapper h1 {
	text-shadow: 0px 0px 30px rgb(12, 12, 12),0px 0px 10px rgb(12, 12, 12);
}
.obdachlose #main .teaser h1 span {
	text-shadow: 0px 0px 10px rgb(12, 12, 12),0px 0px 10px rgb(12, 12, 12),0px 0px 50px rgb(12, 12, 12);
}
.fluechtline #main .teaser .wrapper h1 {
	text-shadow: 0px 0px 30px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255);
}
.kinder #main .teaser .wrapper h1 {
	text-shadow: 0px 0px 30px rgb(204, 218, 227), 0px 0px 10px rgb(201, 218, 230), 0px 0px 5px rgb(201, 218, 230);
}
#main .row {
	width:50%;
	max-width:890px;
	text-align:center;
	margin:0 auto;
	padding-top:2em;
}
#main .row h3 {
	padding-top:1.5em;
}
#main .row h2 {
	margin-top:1em;
	font-size:150%;
}
#main .row p {
	text-align: center;
	line-height:1.35em;
	margin-bottom:2.5em;
}
#main .col {
	width:200px;
	text-align:center;
	float:left;
}
#main .row-3 {
	width:100%;
	max-width:890px;
	text-align:center;
	padding-bottom:1em;
	margin:0 auto;
}
#main .row-3 .col {
	width:33%;
	text-align:center;
}
#main .row-2 {
	width:80%;
	max-width:682px;
	margin:0 auto;
	padding-top:1em;
	padding-bottom:3em;
}
#main .row-2 .col {
	width:50%;
	text-align:center;
}
#main .col .content {
	min-width:250px;
	width:60%;
	margin:0 auto;
}
#main .grey {
	background-color:#f2f2f2;
	text-align:center;
}
#main #donaterange {
	position:relative;
	margin-top:-0.3em;
	text-align:center;
	padding-bottom:2em;
}
#main #donaterange #range {
	width:86%;
	padding:0 3em;
	margin:0 auto;
	max-width:682px;
}
#main #donaterange strong {
	font-size:150%;
	padding:1.4em 0 0 0;
	display:inline-block;
}
#main .large {
	font-size:150%;
	font-weight:bold;
}
#main #donaterange .values {
	width:80%;
	margin:0 auto;
	padding:1em 0;
	padding-left:0.6em;
}
#main #donaterange .wrapper {
	position:relative;
}
#main #donaterange .values div {
	display:inline-block;
	width:auto;
	float:left;
	width:7.3%;
	font-weight:600;
	font-size:16px;
}
#main #donaterange .values div:first-child {
	width:18%;
	padding-right:3%;
	color:#52a9df;
	margin-left:-3%
}
#main #donaterange .box {
	position:relative;
	width:80%;
	max-width:682px;
	margin:0 auto;
}
#main #donaterange #donate_own_value {
	display:block;
}
#main #donaterange #donate_input {
	margin-top:1rem;
	border-color:#FF0004;
	padding:0.25rem 0.5rem;
	width:139px;
}
#main #donaterange #error_text {
	display:none;
	color:#FF0004;
}
#main #donaterange .button {
	margin:1.5em auto 0 auto;
}
#main .noUi-horizontal .noUi-handle {
	width:2.5rem;
	height:20px;
	color:#52A9DF;
	background-color:#52A9DF;
	box-shadow:none;
	border:none;
	border-radius:0;
	cursor:pointer;
}
#main .noUi-horizontal .noUi-handle:hover {
	color:#FF0004;
	background-color:#FF0004;
}
#main .noUi-horizontal .noUi-target {
	box-shadow:0px 0px 0px #fff;
}
#main .noUi-horizontal .noUi-handle:before {
	cursor:pointer;
	content:'';
	background:none;
	margin-top:-1.65rem;
	top:0;
	left:-0.05rem;
	border-left: 1.3rem solid transparent;
	border-bottom: 0.75rem solid #52A9DF;
	border-right: 1.3rem solid transparent;
}
#main .noUi-horizontal .noUi-handle.noUi-down:before {
	border-left: 1.3rem solid transparent;
	border-top: 0.75rem solid #52A9DF;
	border-right: 1.3rem solid transparent;
	border-bottom:none;
	margin-top:1.25rem;
}
#main .noUi-horizontal .noUi-handle.noUi-down:hover:before {
	border-top: 0.75rem solid #FF0004;
	border-bottom:none;
}
#main .noUi-horizontal .noUi-handle:hover:before {
	border-bottom: 0.75rem solid #FF0004;
}
#main .noUi-horizontal .noUi-handle:after {
	content:'';
	background:none;
}
#main .noUi-background{
	background-color:#75716D;
}
#main .noUi-horizontal {
	height:10px;
}
#main .prev,
#main .next {
	position:absolute;
	background-color:#52A9DF;
	width:2.6rem;
	height:2.6rem;
	overflow:hidden;
	display:inline-block;
	color:#fff;
	left:0;
	top:1.5rem;
	cursor:pointer;
	line-height:2.25rem;
	font-size:250%;
	font-weight:bold;
}
#main .next {
	right:0;
	left:auto;
	line-height:2.5rem;
}
#main .prev:hover,
#main .next:hover {
    text-decoration:none;
    color:#fff;
    background-color:#e30613;
}
#main .grey .images {
	width:auto;
	width:1022px;
	display:inline-block;
	padding-bottom:4em;
	margin:0 auto;
}
#main .grey .images img {
	margin-right:1%;
	width:23%;
	max-width:240px;
}
#main .grey .images img:last-child {
	margin-right:0;
}
#main .grey .row h3 {
	font-size:150%;
	font-weight:bold;
	padding:0 0 0.5em 0;
}
#main .grey .row p {
	width:66%;
	margin:0 auto;
	padding-bottom:2em;
}
#main .grey .row .button {
	display:inline-block;
	margin:0 auto;
	width:auto;
	color:#fff;
	margin-top:1em;
	margin-bottom:1.4em
}
#footer {
	font-size:100%;
	padding:2em;
	max-width:1000px;
}
#footer .logo-footer {
	float:left;
	width:250px;
}
#footer .address {
	float:left;
	font-style:normal;
}
#footer p {
	margin:0;
	line-height:1.35em;
}
#footer .social-links {
	width:33%;
	margin-top:0.75em;
	float:right;
	text-align:right;
}
#footer .social-links a {
	font-size:200%;
	text-decoration:none;
	margin-right:1rem;
}
#footer .meta {
	margin-left:250px;
}
#footer .meta h3 {
	margin-bottom:0;
}
#footer .meta_links {
	list-style:none;
	float:left;
	display:block;
	width:100%;
	padding-left:0;
}
#footer .meta_links li {
	float:left;
}
#footer .meta_links li a {
	color:#52a9df;
}
#main .image-link {
	position:relative;
	display:inline-block;
	width:auto;
	margin:0 auto;
	height:100%;
}
#main .image-submit {
	cursor:pointer;
	top:0;
	left:0;
}
/* bildnachweis */
.images-overview #main .row .content,
.images-overview #main .row .content p {
	text-align:left;
	
}
.images-overview #main .row .content {
	display:flex;
	align-items: left;
   justify-content: left;
	margin-bottom:0.5rem;
}
.images-overview #main .row .content figure {
	display:inline-block;
	width:auto;
	float:left;
	margin-right:1rem;
	width:240px;
	overflow:hidden;
}
.images-overview #main .row .content a {
    color: #FF0004;
}
/* === Forms === */
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
/* --- No javascript part --- */
#nojs {
  color: #fff;
  background-color:#E26350;
  border-bottom:1px solid #EF321C;
  padding:1em 0;
  text-align:center;
}
