/* @override 
	http://www.hopitalalbertschweitzer.org/files/css/styles.css
	http://hopitalalbertschweitzer.org/files/css/styles.css
*/
/* @group Contao */


/**
blue = #0053a1
red  = #e50036
**/

/* Reset Contao */




body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea {
	margin: 0;
	padding: 0
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: inherit;
}
caption,th,td {
	text-align: left;
	text-align: start;
	vertical-align: top
}
caption,th {
	font-weight: bold
}
abbr,acronym {
	font-variant: normal;
	border-bottom: 1px dotted #666;
	cursor: help
}
blockquote,q {
	quotes: none
}
fieldset,img {
	border: 0
}
ul {
	list-style-type: none
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
del {
	text-decoration: line-through
}
ins {
	text-decoration: none
}
header,footer,nav,section,aside,article,figure,figcaption {
	display: block
}
pre,code {
	font-family: Monaco,monospace
}

/* Layout Contao */

img {
	border: 0
}

#container,.inside {
	position: relative
}
/*
#main,#left,#right {
	float: left;
	position: relative
}
#main {
	width: 100%
}
#left {
	margin-left: -100%
}
#right {
	margin-right: -100%
}
#footer {
	clear: both
}

.float_left {
	float: left
}
.float_right {
	float: right
}

*/
#main .inside {
	min-height: 1px
}

.block {
	overflow: hidden
}
.clear,#clear {
	height: .1px;
	font-size: .1px;
	line-height: .1px;
	clear: both
}
.invisible {
	width: 0;
	height: 0;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline
}
.custom {
	display: block
}
#container:after,
.custom:after {
	content: "";
	display: table;
	clear: both;
}
/* @end */


/* @group Basic */

/* Style sheet basic */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}
body {
	background: #fff;
	font-size:62.5%;	
	font-family:'Open Sans', sans-serif;
	color: #444;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	font-size: inherit
}

caption,th,td {
	text-align: left;
	vertical-align: top
}
blockquote,q {
	quotes: none
}
fieldset,img {
	border: 0
}
li {
	list-style-type: none
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
del {
	text-decoration: line-through
}
ins {
	text-decoration: none
}
a {
	text-decoration: none;
	color: #e50036;
}
b, strong {
	font-weight: 700;
}
a:hover {
	text-decoration: none;
	color: #783239;
}
:focus {
	outline: 0
}

input,button,textarea,select {
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit
}
pre,code {
	font: 12px "Lucida Console",Monaco,monospace
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal
}

h1 {
	font-family: 'MuseoSans-900','Open Sans', sans-serif;
	font-size: 46px;
	line-height: 1.05;
	text-transform: uppercase;
	color: #e50036;
}
h2 {
	font-family: 'MuseoSans-500','Open Sans', sans-serif;
	font-size: 24px;
	line-height: 1.05;
	text-transform: uppercase;
	color: #444;
	margin-top: 20px;
	margin-bottom: 9px;
}
h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
p,li {
	font-size: 14px;
	line-height: 1.7;
}
td,th {
	font-size: 14px;
}
p>ul {
	margin: 0;
}

caption,th {
	font-weight: bold
}
abbr,acronym {
	border-bottom: 1px dotted #666;
	font-variant: normal;
	cursor: help
}

h3,h4,h5,h6 {
	margin-top: 10px;
}
h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom: 12px
}
/* @end*/


/* @group Layout */
/** Sections **/

/* Sticky Footer */

html, body {
	height: 100%;
}
#wrapper {
	margin:0;
	min-height: 100%;
}

#containerDistance {
	clear: both;
	height: 90px;
}

#footer {
	margin-top: -40px;
  	height:40px;
  	clear: both;
}
.home #footer {
	margin-top: -160px;
	height:160px;
}

/*
#container, #main, #main .inside {
	padding: 0 !important;
}
*/
/* End of Sticky Footer */


#header {
	position: relative;
	height: 120px;
}
#container {
	position: relative;
	margin: 0 auto;	
	width: 960px;
	padding: 0;
	clear: both;
}
#header .inside {
	position: relative;
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	z-index: 999;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         
	/* ist wichtig, verhindert, dass die Navi unter nachgelagerte Elemente geraet */
}

#footer .inside {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 10px 15px;
	height: 100%;
	background: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	border-radius: 15px 15px 0px 0px;
     
}
.home #footer .inside {
	position: relative;
	margin: 0 auto;
	padding: 15px;
	height: 100%;
	background: rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         
}
#copyright {
	position: absolute;
	left: 15px;
	bottom: 15px;
}





/* @group title elements */
#organisation {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
}
#pageTitle {
    position: relative;
    top: 10px;
    left: 10px;
    width: 300px;
    text-align: left;
    text-transform: uppercase;
}
#pageTitle p {
	font-size: 24px;
    margin:0;
    color: #777;
}

#logo {
    position:absolute;
    top: 90px;
    right: -15px;
    text-align: left;
	width: 140px;
	height: 140px;
}
.bgHaiti #logo,
.bgKids #logo {
	top: 130px;
}
.home #logo {
	right: auto;
	left: 0px;
	top: 340px;
	width: 170px;
	height: 170px;
}
#logo img {
	display: block;
	width: 100%;
	height: 100%;
}

h1.ce_headline.first {
	padding: 5px 120px 50px 7px;

}
/* @end */

.neuesLogo img {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}

#copyright, #copyright a {
    font-size:11px;
    line-height: 1;
    color:#999;
}
#copyright a:hover {
    color:#c00;
    text-decoration: none;
}
.home #copyright a:hover {
    color:#fff;
}


/* @end */

/* @group titel */


.home h1 {
	font-size: 64px;
	line-height: 0.9;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	margin-top: 20px;
}

.bgHaiti h1,
.bgKids h1 {
	color: #fff;
	text-shadow: 1px 1px 3px #333;
}


body.bgHaiti #pageTitle p,
body.bgKids #pageTitle p {
	color: white;
}
body.home #pageTitle {
	display: none;
}

/* @end */


/* @group BGs */

body.home,
body.bgHaiti,
body.bgKids {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body.bgHaiti {
	background-image: url(../images/valley.jpg) ;
}
body.bgKids {
	background-image: url(../images/haiti-web.jpg) ;
}


.white {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 15px;
	padding: 10px;
	margin: 0 auto;
}
.white * {
  box-sizing: border-box;
}
.white *:before, 
.white *:after {
  box-sizing: inherit;
}
.white:hover {
	background: rgba(255, 255, 255, 1.0);
}

/* @end */

/* @group Homepage */

.topNews {
	position: absolute;
	top: 15px;
	right: 15px;
}
.topNews  > div {
	
}
.topNews > div a {
	display: block;
	color: white;
	font-size: 14px;
	line-height: 1.8;
	padding: 3px 15px 3px 40px;
	border-radius: 20px;
	background: rgba(0,0,0,0.3);
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-position: 10px 4px;
	width: 240px;
}
.topNews > div a {
	color: white;
}
.topNews > div a:hover {
	background-color: rgba(204,0,0,0.5);
}
.topNews .movie a {
	background-image: url(images/icon-movie.png);
}
.topNews .mitteilung a {
	background-image: url(images/icon-news.png);
	background-position: 10px 7px;
}
.topNews .projekt a {
	background-image: url(images/icon-project.png);
	background-position: 10px 7px;
}



/* @end */
/* @group Form */


legend {
	width: 100%;
	display: block;
	font-weight: 400;
	border: 0;
	font-size: 14px;
}
input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input:not([type]),textarea {
	width: 100%;
	display: inline-block;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 1.1;

	border: 1px solid #ccc;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background: #fff;
	-moz-box-shadow: inset 0 1px 1px #eee;
	-webkit-box-shadow: inset 0 1px 1px #eee;
	box-shadow: inset 0 1px 1px #eee;
}
input[type="submit"],
input.submit,
.button {
	display: inline-block;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1.1;
	/* vertical-align: middle; Bug */
	color: #000;
	cursor: pointer;

	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background: #fff;
	background-color: #ececec;
	background-image: -moz-linear-gradient(top,#fff,#ececec);
	background-image: -webkit-linear-gradient(top,#fff,#ececec);
	background-image: -ms-linear-gradient(top,#fff,#ececec);
	background-image: -o-linear-gradient(top,#fff,#ececec);
	background-image: linear-gradient(to bottom,#fff,#ececec);
	background-repeat: repeat-x;

}
input[type="submit"]:hover,
.button:hover {
	text-decoration: none;
	background-position: 0 -15px !important
}
input[type="submit"]:active,
.button:active {
	background-color: #e6e6e6;
	background-position: 0 -30px !important
}
input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,input:not([type]):focus,textarea:focus {
	outline: 0;
	background: #fcfcfc;
	border-color: #bbb;
}
input[type="file"] {
	cursor: pointer;
}
select,input[type="file"] {
	display: block
}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"] {
	width: auto
}
textarea,select[multiple],select[size] {
	height: auto
}
input[type="radio"],input[type="checkbox"] {
	margin: 0 3px 0 0
}
input[type="radio"],
input[type="checkbox"],
label {
	vertical-align: middle
}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly] {
	cursor: not-allowed;
	background: #eee
}
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly] {
	background: transparent
}


fieldset.radio_container,
fieldset.checkbox_container {
	margin: 0;
	margin-left: 2px;
	padding: 0;
	border: 0
}
.tableless fieldset.radio_container,.tableless fieldset.checkbox_container {
	margin-top: 1.5em
}
.tableless fieldset.radio_container legend,
.tableless fieldset.checkbox_container legend {
	padding-bottom: 3px;
	font-weight: normal;
	color: #444
}
label {
	font-size: 13px;
}
.checkbox_container label,
.radio_container label {
	font-weight: normal;
	padding-left: 2px;
}
.tableless label {
	display: block;
	margin-top: 1.5em;
	padding-bottom: 3px
}
.tableless .checkbox_container label,
.tableless .radio_container label {
	display: inline
}

textarea {
	height: 200px;
	width: 100%;
}

input[type="search"] {
	-webkit-appearance: none
}

.radio_container>span {
	display: inline-block;
	margin-right: 30px;
}
.checkbox_container>span {
	display: block;
	margin-right: 0;
}
.checkbox_container+br,
.radio_container+br {
	display: none
}
.checkbox_container label,
.checkbox_container input {
	vertical-align: middle
}
.tableless input[type="checkbox"],
x:-moz-any-link {
	top: -2px;
	position: relative
}
input[type="radio"],
x:-moz-any-link {
	top: 2px;
	position: relative
}
.submit_container {
	margin-top: 1em;
	margin-bottom: 1em
}
form table td {
	padding-top: 3px;
	padding-bottom: 3px
}
form table td:first-child {
	width: 28%;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 0;
	text-align: right
}
.tableform table {
	width: 92%;
	margin-top: 1.5em;
	margin-bottom: 0
}
.tableform .formbody,
.tableless .formbody {
	width: auto;
	overflow: hidden;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em
}
.tableless .formbody {
	padding-top: 0
}

fieldset table {
	width: 92%;
	margin-top: 1em !important;
	margin-bottom: 1em !important
}
fieldset table td:first-child {
	width: 140px;
	text-align: left
}
span.mandatory {
	font-weight: bold;
	color: #f00
}
p.confirm {
	font-size: 1.3em;
	color: #090
}
p.error {
	margin-bottom: 6px;
	font-size: 1.1em;
	font-weight: bold;
	color: #f00
}
input[type="text"].error,
input[type="password"].
error,textarea.error {
	border-color: #ff8000 !important;
	background-color: #ffd
}
input.captcha {
	width: 48px;
	margin-right: 6px
}
span.captcha_text {
	font-weight: normal;
	color: #808080
}
*:first-child+html span.captcha_text {
	top: -3px;
	position: relative
}

/* @end */


/* @group containerNavi */
#containerNavi {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
/* Mobile */
#mainNaviMobile {
	display: none;
}

/* Desktop, iPad*/
#mainNavi {
	position: absolute;
	top: 20px;
	left: 0;
	background: rgba(201,0,0,0.5);
	border-radius: 20px;
	padding: 5px;
}
#mainNavi:hover {
	background: rgba(201,0,0,1.0);
}
#mainNavi ul {
	margin: 0;
	min-height: 10px;
	text-align: left;
}

#mainNavi li {
	display: inline-block;
	text-align: center;
	line-height: 1.1;
	font-size: 12px;
}
#mainNavi li.last {
	margin-right: 0;
}
#mainNavi a,
#mainNavi span {
	display: inline-block;
	margin: 5px 10px;
	text-decoration: none;
	color: #eee;
	text-transform: uppercase;
	text-align: center;
}
#mainNavi a:hover{
	color: #fff;
	text-decoration: underline;
}
#mainNavi span,
#mainNavi a.trail {
	color: #fff;
	font-weight: bold;
}




/** donateNavi **/
#donateNavi {
    position:absolute;
    top:20px;
    left:500px;
	background: rgba(201,0,0,0.5);
	border-radius: 20px;
	padding: 5px;
}
#donateNavi:hover {
	background: rgba(201,0,0,1.0);
}
#donateNavi ul {
	margin: 0;
	min-height: 10px;
	text-align: left;
}
#donateNavi li {
	display: inline-block;
	text-align: center;
	line-height: 1.1;
	font-size: 12px;
}
#donateNavi a,
#donateNavi span {
	display: block;
	padding: 5px 10px 5px 30px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: url(images/icon-heart.png) 8px center no-repeat;
}

#donateNavi span.active, 
#donateNavi a:hover {
    color:#fff;
    text-decoration: none;
}

/** metaNavi **/
#metaNavi {
    position:absolute;
    right: 0;
	top: 20px;
	background: rgba(34,60,140,0.5);
	border-radius: 20px;
	padding: 5px 10px;
}
#metaNavi:hover {
	background: rgba(34,60,140,1.0);
}
#metaNavi ul {
	margin: 0;
	min-height: 10px;
	text-align: left;
}
#metaNavi li {
	display: inline-block;
	text-align: center;
	line-height: 1.1;
	font-size: 12px;
}
#metaNavi a,
#metaNavi span {
	display: inline-block;
	padding: 5px 10px;
    margin: 0 5px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
    text-indent: -333px;
    width: 5px;
}


#metaNavi a:hover,
#metaNavi span.active {
    color:#c81e37;
    text-decoration: none;
}
#metaNavi a.home,
#metaNavi span.home {
    background: url(images/header-icons.png) no-repeat  0 -0px;
}
#metaNavi a.sitemap,
#metaNavi span.sitemap {
    background: url(images/header-icons.png) no-repeat  0 -200px;
    margin-right: 5px;
}
#metaNavi a.contact,
#metaNavi span.contact {
    background: url(images/header-icons.png) no-repeat  0 -100px;
}
#metaNavi a.search,
#metaNavi span.search {
    background: url(images/header-icons.png) no-repeat 0 -150px;
}


/* subnavi */
#subNavi {
	position: absolute;
	top: 60px;
	background: rgba(201,0,0,0.5);
	border-radius: 20px;
	padding: 5px;
}
#subNavi:hover {
	background: rgba(201,0,0,1.0);
}
#subNavi ul {
	margin: 0;
	min-height: 10px;
	text-align: left;
}

#subNavi li {
	display: inline-block;
	line-height: 1.1;
	font-size: 12px;
}
#subNavi li.last {
	margin-right: 0;
}
#subNavi a,
#subNavi span {
	display: inline-block;
	padding: 5px 10px ;
	text-decoration: none;
	color: #ddd;
	text-transform: uppercase;
	text-align: center;
}
.noSlider #subNavi a {
	color: #999;
}
#subNavi a:hover{
	color: #fff;
	text-decoration: underline;
}
#subNavi span,
#subNavi a.trail {
	color: #fff;
	font-weight: bold;
	
}





#footerNavi,
#footerNavi ul {
	display: inline-block;
}
#footerNavi li {
	display: inline-block;
	padding: 0 0 0 10px;
}
#footerNavi li.last {
	padding-right: 10px;
}



/* @end */
/* @group partner */

.ce_text.partner {
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
.ce_text.partner .image_container {
	float: left;
	width: 38%;
	margin-bottom: 20px;
}
.ce_text.partner .image_container img{
}
.ce_text.partner .textBlock {
	float: right;
	width: 50%;
}
.ce_text.partner .textBlock h3,
.ce_text.partner .textBlock p {
	margin: 0;
}

/* @end */
/* @group Content */
/* Style sheet content */

.ce_text ul {
	margin-left: 19px;
}
.ce_text li {
	list-style-type: circle;
	line-height: 1.5;
}
.ce_hyperlink.back .hyperlink_txt {
	padding: 10px 0;
	display: block;
}
.info,.time {
	font-size: 11px;
	font-weight: bold;
	color: #0053a1;
	margin-bottom: 7px;
}
.link-goBack a,
.link-video a{
	display: inline-block;
	padding: 10px;
	padding-left: 47px;
	background: url("images/icon-video.png") 8px 0px no-repeat;
	border: 1px solid grey;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: 700;
	font-size: 1.4em;
	text-decoration: none;
	margin-top: 0;
}
.link-goBack a{
	background-image: url("images/icon-goBack.png");
	margin-top: 10px;
}
.link-goBack a:hover,
.link-video a:hover {
	background-position: 8px -100px;
	color: #000;
}


.pdf_link {
	top: 21px;
	position: relative;
	font-size: 1.1em
}
.ce_text pre {
	padding: 9px;
	background-color: #f9f9f9;
	border: 1px solid #ddd
}

/*
.image_container {
	float: left
}
*/
.image_container img {
	display: block;
}

.image_container .caption {
	margin-top: 0;
	padding: 5px 0;
	font-size: 1.0em;
	border-bottom: 1px solid #ddd;
}
*:first-child+html .image_container .caption {
	margin-top: 1px
}

.ce_list ol {
	margin-left: 3em
}
.ce_list ol li {
	list-style: decimal outside
}
.ce_list ul {
	margin-left: 1.5em
}
.ce_list ul li {
	padding-left: 18px;
	background: url("../../files/modern_green/images/arrow.jpg") left center no-repeat
}

.ce_table table {
	width: 100%;
	border-top: 1px solid #ccc
}
.ce_table th {
	padding: 6px;
	background-color: #eee;
	border-bottom: 1px solid #ccc
}
.ce_table td {
	padding: 6px;
	border-bottom: 1px solid #ccc
}

.ce_table th:first-child,
.ce_table td:first-child {
	width: auto;
	padding-left: 0;
}
.ce_table tr.odd td {
}

.ce_download a {
	font-size: 1.4em;
}
.ce_downloads p {
	margin-bottom: 3px
}
.ce_comments .comment_default {
	margin-bottom: 1em;
	border-bottom: 1px solid #ddd
}
.ce_comments .comment {
	font-size: 1.1em;
}
.ce_comments .form {
	margin-top: 1.5em
}
.ce_comments .widget {
	margin-bottom: 3px
}
.ce_comments .text,.ce_comments .captcha {
	width: 40%;
	margin-right: 0
}
.ce_comments span.captcha_text {
	font-weight: bold;
	color: #444
}
.ce_accordion .toggler {
	margin: 0;
	padding: 10px 0 15px 30px;
	border-top: 1px solid #e50036;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	background: url("images/icon-zoom-in.png") -3px 5px no-repeat;
	color: #e50036;
}
.ce_accordionStart.ce_accordion .toggler {
	margin-left: 10px;
	margin-right: 10px;
}
.ce_accordion .toggler:hover {
	font-weight: bold;
	
}
.ce_accordion .toggler.ui-state-active {
	background-image: url("images/icon-zoom-out.png") ;
	font-weight: 700;
}

.ce_accordion .accordion>div {
	margin: 0 0 10px 0;
	overflow: auto;
}

.ce_accordion .accordion>div .grid6 {
	margin-bottom:20px;

}
.ce_accordion .accordion>div .grid6 h2 {
	margin: 0 0 10px;

}
.ce_code {
	margin-top: 1.5em;
	padding: 0 2px 0 0
}
/* @end */


/* @group gallery */

/*
.picts h1 {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}

.picts .ce_gallery>ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	font-size: 0;
}
*/
.ce_gallery {
	padding: 0 10px;
}
.layout_full .ce_gallery {
	padding: 0;
}
.ce_gallery li {
	padding: 0 5px 5px 0;
	display: inline-block;
}
.ce_gallery>ul li.col_first {
	clear: left
}
/* @end */



/* @group Modules */


.mod_randomImage {
	margin-bottom: 10px
}

.mod_login .formbody {
	width: 64%
}
.mod_login p.login_info {
	margin-top: 1.5em
}
.mod_login p.error {
	position: relative;
	top: 12px;
	left: 26%
}
.logout table {
	margin-top: 0.5em
}
.logout form table td:first-child {
	text-align: left
}


.mod_subscribe .checkbox_container,.mod_unsubscribe .checkbox_container {
	margin-top: 1em;
	margin-bottom: 1em
}
*:first-child+html .mod_subscribe input.text {
	width: 120px
}
/* @end */

/* @group tabNavi */

.tabNavi {
	margin: 0 10px;
}

.tabNavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
}
.tabNavi li {
	display: inline-block;
	margin: 0;
	margin-bottom: -1px;
	margin-right: -1px;
	font-size: 14px;
}
.tabNavi li span,
.tabNavi li a {
	display: block;
	padding: 3px 10px;
	border: 1px solid #999;
	color: #999;
	text-decoration: none;
	cursor: pointer;
	border-radius: 6px 6px 0 0;
}
.tabNavi li span.active,
.tabNavi li span.selected {
	border-bottom: 1px solid #fff;
    color:#000;
}
.tabNavi li span:hover {
    color:#c00;
}
.tabNavi ul li span:focus {
	outline: 0;
}
/* @end */



/* @group ce_youtube */

.ce_youtube {
	margin: 0;
	margin-bottom: 20px;
}
.ce_youtube h2,
.ce_youtube h3 {
	margin-bottom: 10px;
}



/* @end */

/* @group googleMap */
.mapGoogle #footer {
	display: none;
}
#map-city {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.mapGoogle #pageTitle p,
.mapGoogle h1 {
	color: #fff;
}
/* @end */


/* @group mod_search */
.mod_search {
	margin: 1em
}
.mod_search .context {
	line-height: 1.5
}
.mod_search .header {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.mod_search input[type="text"],
.mod_search input.text {
	width: 50% ;
	font-size: 18px;
}
.mod_search input.submit {
	font-size: 18px;
}
.mod_search .radio_container {
	margin-top: 10px
}
.mod_search .radio_container span {
	display: inline;
	padding-right: 20px;
	padding-left: 2px;
}
.mod_search h3 {
	margin-top: 1.5em;
	font-size: 1.4em
}
.mod_search h3,.mod_search p {
	margin-bottom: 0.25em
}
.mod_search .relevance {
	color: #999
}
.mod_search .url {
	color: #999
}
.mod_search .highlight {
	font-weight: bold
}
.mod_search .pagination {
	margin-top: 2em
}

/* @end */

/* @group News */

#news2 {
	margin-top: 30px;
}
.mime_icon {
	vertical-align: text-top;
}
.mod_newslist {
	margin: 0
}
.home .mod_newslist {
	width:calc(100% - 240px);
}
#home .mod_newslist {
	margin: 20px auto 5px auto;
}
.home .mod_newslist h2{
	margin-left: 90px;
	font-size: 14px;
	padding: 0;
	line-height: 1.1;
}
.home .mod_newslist p.info{
	float: left;
	font-size: 14px;
	padding: 0;
	line-height: 1.1;
}





.layout_latest {
	padding: 12px 0;
	border-bottom: 1px solid #ddd
}
.layout_latest.first {
	border-top: 1px solid #ddd
}
.layout_latest h2 {
	margin: 0 0 7px;
}
.layout_latest .teaser p {
	margin: 0;
}

.mod_newsarchive h1 {
	margin-bottom: 0.75em
}
.mod_newsmenu .level_1 ul {
	margin-bottom: 0
}
.mod_newsmenu li.year {
	font-weight: bold
}
.mod_newsmenu .level_2 {
	margin-top: 6px;
	margin-bottom: 6px
}
.mod_newsmenu .level_2 li {
	font-weight: normal
}

.layout_short {
	padding-top: 9px;
	border-top: 1px solid #ddd
}
.layout_short.last {
	border-bottom: 0
}
.layout_short h2 {
	margin-top: 0;
	margin-bottom: 0
}
.grid4 .layout_short h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.grid4 .layout_short h2 a {
	color: #666;
}

/* Homepage */
.layout_simple {
	margin-bottom: 9px;
}
.layout_simple time{
	color: #fff;
	padding-right: 10px;
	font-size: 13px;
	vertical-align: top;
}
.layout_simple a{
	color: #fff;
	font-size: 13px;
	width: 580px;
	display: inline-block;	
	vertical-align: top;
}
.layout_simple a:hover {
	text-decoration: underline;
}



.layout_short.last {
	border-bottom: 0
}
.layout_short h2 {
	margin-top: 0;
	margin-bottom: 0
}
.layout_short .more {
	display: none
}




.mod_newsreader {
	margin: 10px 10px 0 10px;
}
.mod_newsreader h1 {
	padding-right: 100px;
	margin-top: 0;
	margin-bottom: 3px;
	margin-left: -2px;
}
.mod_newsreader p.info {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 15px
}
.mod_newsreader p.back a {
	display: inline-block;
	padding: 5px 15px;
	background: #ccc;
	margin-bottom: 18px;
	text-decoration: none;
	border-radius: 20px;
	color: #fff;
}
.mod_newsreader p.back a:hover {
	background: #666;
	text-decoration: none;
}
.mod_newsreader .image_container {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.mod_newsreader .ce_gallery .image_container {
	float: left;
	margin-right: 0;
	margin-bottom: 0;
}

.ce_downloads a {
	display: block;
	vertical-align: top;
	padding-left: 25px;
}
.ce_downloads .mime_icon {
	float: left;
	clear: left;
	display: inline-block;
	vertical-align: text-bottom;
}
.ce_downloads .size {
	display: none;
}
.ce_downloads h2 {
	padding-bottom: 9px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 14px;
}
.enclosure {
	margin: 5px 0;
}
.enclosure p {
	margin-bottom: 0;
}

/* @end*/


/* @group slider */


/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */

.content-slider {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.slider-wrapper {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.content-slider .text-lead {
	width: 940px;
	margin: 0 auto;
	overflow: auto;
}

.content-slider .ce_text {
	background: url(../slider-old/slider-beamer.jpg) no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 400px;
}






.content-slider  .text-lead .image_container {
	width: 440px;
	float: right;
}

.slider-control {
	height: 30px;
	position: relative
}

.slider-control a {
	position: absolute;
	top: -250px;
	display: inline-block
}

.slider-control .slider-prev {
	left: 10px;
	width: 30px;
	height: 100px;
	display: inline-block;
	text-indent: -100px;
	background: url(images/arrow-slider.png) no-repeat  top left;
	overflow: hidden;
}

.slider-control .slider-prev:hover {
	background: url(images/arrow-slider.png) no-repeat bottom left;
}
.slider-control .slider-next {
	right: 10px;
	width: 30px;
	height: 100px;
	display: inline-block;
	text-indent: -100px;
	background: url(images/arrow-slider.png) no-repeat top right;
	overflow: hidden;
}
.slider-control .slider-next:hover {
	background: url(images/arrow-slider.png) no-repeat bottom right;
}


.slider-control .slider-menu {
	top: 0;
	width: 50%;
	left: 50%;
	margin-left: -25%;
	font-size: 27px;
	text-align: center
}

.slider-control .slider-menu b {
	color: #bbb;
	cursor: pointer
}

.slider-control .slider-menu b.active {
	color: #666
}

.content-slider img {
	height: auto;
	width: auto;
	display: block;
}

.content-slider .text_container {
	padding-top: 130px;
	width: 500px;
	float: left;
	position: relative;
}

.content-slider h3 {
	color: #fff;
	font-size: 40px;
	line-height: 1;
	margin: 0;
	padding-bottom: 20px;
	font-weight: 400;
}
.content-slider p {
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
	text-shadow: #000 1px 1px 2px;

}


.noSliderNavi .slider-control {
	display: none;
}




/* @end*/

/* @group cbox, colorbox */

#cboxTitle {
	top: -25px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
#cboxCurrent {
	top: -25px;
	color: #000;
	font-size: 13px;
}

#cboxOverlay {
	background-color: #fff;
}

/* @end*/

/* @group Grid Contao */

#wrapper {
	margin: 0 auto
}
*[class*="grid"] {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	display: inline
}
/*
.mod_article *[class*="ce_"],.mod_article *[class*="mod_"] {
	margin-left: 10px;
	margin-right: 10px
}
*/
.mod_article>.ce_gallery,
.mod_article>.ce_text {
	padding-left: 10px;
	padding-right: 10px
}

/*
.mod_article *[class*="layout_"]>*,
.mod_article *[class*="event_"]>* {
	margin-left: 10px;
	margin-right: 10px
}
*/
.mod_article.grid1,.mod_article.grid2,.mod_article.grid3,.mod_article.grid4,.mod_article.grid5,.mod_article.grid6,.mod_article.grid7,.mod_article.grid8,.mod_article.grid9,.mod_article.grid10,.mod_article.grid11,.mod_article.grid12 {
	margin-left: 0;
	margin-right: 0
}
#main .inside {
	overflow: hidden
}
.grid1 {
	width: 60px
}
.grid2 {
	width: 140px
}
.grid3 {
	width: 220px
}
.grid4 {
	width: 300px
}
.grid5 {
	width: 380px
}
.grid6 {
	width: 460px
}
.grid7 {
	width: 540px
}
.grid8 {
	width: 620px
}
.grid9 {
	width: 700px
}
.grid10 {
	width: 780px
}
.grid11 {
	width: 860px
}
.grid12 {
	width: 940px
}
.mod_article.grid1 {
	width: 80px
}
.mod_article.grid2 {
	width: 160px
}
.mod_article.grid3 {
	width: 240px
}
.mod_article.grid4 {
	width: 320px
}
.mod_article.grid5 {
	width: 400px
}
.mod_article.grid6 {
	width: 480px
}
.mod_article.grid7 {
	width: 560px
}
.mod_article.grid8 {
	width: 640px
}
.mod_article.grid9 {
	width: 720px
}
.mod_article.grid10 {
	width: 800px
}
.mod_article.grid11 {
	width: 880px
}
.mod_article.grid12 {
	width: 960px
}




/* @end*/

@media (min-width:1280px) {
	
/* @group title elements */

.home #logo {
    position:absolute;
    top: 148px;
    left: -190px;
    text-align: left;
}

/* @end */
}

@media (max-width:1024px) {

#wrapper {
	width: auto
}
#container,
#header .inside,
#footer .inside {
	width: 760px;
}

.layout_simple a{
	width: 400px;
}

/* @group grid */
*[class*="grid"] {
	float: none;
	display: block;
	width: auto
}
/* @end */

}


@media (max-width:760px) {

body {
	color: #222;
}

#wrapper {
	width: auto;
	height: auto;
	min-height: 1px;
}
#container,
#header .inside,
#footer .inside {
	width: auto;
}

.home #container {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 400px;
}

/* header */
#header .inside {
	height: 100%;
	border-bottom: 1px solid #ccc;
	background: white
}
#header {
	height: 85px;
}
#logo {
	display: none;
}
h1,
.home h1 {
	font-size: 40px;
}
h1.ce_headline.first {
	padding-right: 5px;
	padding-bottom: 20px;
}
#organisation {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9000;
}
#organisation p {
	margin: 0;
	font-weight: bold;
}
#organisation img {
	width: 180px;
	height: auto;
}


/* footer */
#containerDistance {
	clear: both;
	height: 0;
}
#footer,
.home #footer {
	margin: 0;
	height: auto;
  	clear: both;
}
.home #footer .inside {
	position: relative;
	margin: 0 auto;
	padding: 15px;
	height: 100%;
	background: #0053a1;
	border-radius: 0px;	
}


#footer .inside {
	position: relative;
	margin: 0;
	padding: 20px 10px;
	height: 100%;
	background: #fff;
	border-radius: 0px;
}

.home .mod_newslist {
	width: 100%;
	margin-bottom: 20px;
}
.topNews {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
}
.topNews > div a {
	width: auto;
}


.home #copyright, 
.home #copyright a {
    color:#fff;
}
.home #copyright {
	padding: 20px 0;
}
#copyright, #copyright a {
    color:#666;
}
#copyright {
	position: relative;
	left: 0;
	top: 0;
	bottom: auto;
	padding: 0;
}

.white{
	background: #fff;
	border-radius: 0;
	padding: 0;
	padding-top: 10px;
}

/* @group containerNavi */
#mainNavi,
#subNavi {
	display: none;
}
#containerNavi {
	position: absolute;
	top: 84px;
	width: 100%;
	height: auto;
	background: #fff;
	border-bottom: 3px solid #fff;
}
#containerNavi:after {
	content: "";
	display: table;
	clear: both;
}
/* @end */


/* @group mainNaviMobile */
#mainNaviMobile {
	display: block;
	position: relative;
	top: auto;
	left: 0;
	padding:0 ;
	width: 100%;
	background: #eee;
	border-radius: 0px;
}
#mainNaviMobile:hover {
	background: white;
	border-radius: 0px;
}

#mainNaviMobile ul {
	margin: 0;
	min-height: 10px;
	text-align: left;
}

#mainNaviMobile li {
	display: block;
	text-align: left;
	line-height: 1.1;
	font-size: 13px;
	border-top: 1px solid #ccc;
}
#mainNaviMobile li.last {
	border-bottom: 1px solid #ccc;
}
#mainNaviMobile a,
#mainNaviMobile span {
	display: block;
	padding: 10px;
	margin: 0;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	text-align: left;
}
#mainNaviMobile a:hover{
	color: #c00;
	text-decoration: underline;
}
#mainNaviMobile span,
#mainNaviMobile a.trail {
	color: #c00;
	font-weight: bold;
}

#mainNaviMobile li li {
	padding-left: 20px;
	border: none;
}
#mainNaviMobile li li.last {
	border-bottom: none;
}
/* @end */

/* @group donateNavi */

#donateNavi,
#metaNavi {
    position: relative;
    top: auto;
    left: auto;
	border-radius: 0;
	padding: 0;
}
#donateNavi ul,
#metaNavi ul {
	margin: 0;
	min-height: 10px;
	text-align: left;
}
#donateNavi li,
#metaNavi li {
	display: block;
	font-size: 13px;
	line-height: 1.1;
	text-align: left;
	border-bottom: 1px solid #fff;
}
#donateNavi a,
#donateNavi span,
#metaNavi a,
#metaNavi span {
	display: block;
	margin: 0;
	padding: 10px;
	padding-left: 40px;
	width: 100%;
	text-decoration: none;
	color: #fff;
	text-indent: 0;
	text-transform: uppercase;
	text-align: left;
	background-position: 12px center;
}
#donateNavi span.active, 
#donateNavi a:hover,
#metaNavi span.active, 
#metaNavi a:hover {
    color:#fff;
    text-decoration: none;
}

#metaNavi a.home,
#metaNavi span.home {
    background-position: 10px 5px;
}
#metaNavi a.sitemap,
#metaNavi span.sitemap {
    background-position: 10px -195px;
}
#metaNavi a.contact,
#metaNavi span.contact {
    background-position: 11px -95px;
}
#metaNavi a.search,
#metaNavi span.search {
    background-position: 10px -145px;
}


/* @end */


/* @group mobileNaviShow */

#mobileNaviShow {
    position:absolute;
    right: 20px;
	top: 32px;
	background: white;
	border-radius: 0;
	padding: 0;
	z-index: 100;
}
#mobileNaviShow:hover {
	background: white;
}
#mobileNaviShow ul {
	margin: 0;
	min-height: 10px;
	text-align: left;
}
#mobileNaviShow li {
	display: block;
	line-height: 1.1;
	font-size: 12px;
}
#mobileNaviShow a {
	display: block;
	padding: 0;
    margin: 0;
	text-decoration: none;
	color: #fff;
    text-indent: -333px;
    width: 20px;
    height: 20px;
    background: url(images/icons-metaNavi.png) no-repeat 0px -100px;
}

/* @end */

.ce_text.partner .textBlock {
	clear: left;
	float: none;
	width: auto;
}


.layout_simple a{
	display: block;	
	font-size: 14px;
	width: auto;
}

/* @group grid */
*[class*="grid"] {
	float: none;
	display: block;
	width: auto
}

/* @end */

}

