@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);


body {
	/* font-family:"Open Sans", Arial, Helvetica, sans-serif; */
	font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	padding:0;
	margin:0;
	color:#333;
	background-color: #fcf8e9;
	}
td {
	vertical-align:top;}
a	{
	/*color:#982e22; */
	color:#e23143; 
	text-decoration:none;
}
a:hover	{ 
	text-decoration:underline;
}
a.workshopliste {
	text-decoration:none;
	}
a.workshopliste:hover {    
    text-decoration:underline;
	}
input {
	border:1px solid #C0C0C0;
	padding-left:3px;
	padding-right:3px;
	height: 1.8em;
}
input[type="text"].breit {
	width:100%;
	max-width: 269px;
}
input[type="text"].schmal {
	width:100%;
	max-width: 212px;
}
input[type="text"].mini {
	max-width: 42px;
}
input[type="checkbox"]{
	height: 1em;
}

select {
	width:100%;
	max-width: 275px;
}  
select:focus {
}    


.rechts{
	text-align:right;
}

input.button,
input.button2,
input.button3 {
	border: 1px solid #df1f33;
	background-color: #e23143;
	color: #fff;
	padding-left:24px;
	padding-right:18px;
	padding-top: 8px;
	padding-bottom: 8px; 
	font-size: 16px;
	cursor: pointer;
	height: 3em;
}
input.button:hover,
input.button2:hover,
input.button3:hover {  
	background-color: #c41c2d;
    border-color: #aa1827;
	color: #fff;
}
input.button {
	font-weight: bold;
}
input.button3 {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom:0px;
}
input.loeschen{
	color: #fff;
	background-color:#C33;
	/*box-shadow: 1px 1px 2px #bbb, 1px 1px 0px #f1b6b1 inset;*/
	font-weight: normal;
}
input.loeschen:hover{
	box-shadow: 0px 0px 0px #bbb, 1px 1px 0px #f1b6b1 inset;
}
img.emailgif {
	vertical-align:text-top;
	position:relative; 
	top:4px;
}
img.haken {
	vertical-align:text-top;
	position:relative; 
	top:3px;
}
table.anmeldung {
	border: 2px dotted #dddddd;
	border-spacing:8px;
	width:90%;
	min-width:390px;
	max-width: 700px;
	margin-top:6px;
	padding-right: 8px;
}
.btn_default{ /*Standard-Button*/
	font-weight:bold;
}
table.nav {
	border:none;
	border-spacing: 0;
	width:90%;
	min-width:390px;
	max-width: 700px;
}


.header {
	font-weight:600;
	color:#e23143;
	font-size:18px;
}
	
label{
	position:relative;
	top:-5px;}
td.kursauswahl {
	line-height:1.4;}		
td.kursauswahl div {
	padding-left: 3.5em;
    text-indent: -2em;
	margin:0;}
.a, .A {color:#b12216;}
.b, .B {color:#C76A20;}
.c, .C {color:#618a40;}
.d, .D {color:#0069AF;}
.a, .A, .b, .B, .c, .C, .d, .D { font-weight:bold; }
.workshop-header.a {background-color:#b12216;}
.workshop-header.b {background-color:#C76A20;}
.workshop-header.c {background-color:#618a40;}
.workshop-header.d {background-color:#0069AF;}	

big span {
	text-transform:uppercase;
}

.workshop-header{
	font-weight:bold;
	color:#fff;
	padding: 2px 8px;
	text-transform:uppercase;
	letter-spacing:0.02em;
}

.portrait {
	/* float:right; margin-left:20px; margin-bottom:4px; min-width:75px; */
	float:left; margin-right:15px; margin-bottom:4px; min-width:75px;
}


/* Anmeldung-Navigation Schritt 1/2/3 */
.nav_act {
/*	color:#228800;
	border-color:#CC0000; */
/*	border:solid;
	border-width:1px; 
	border: 1px dotted #cccccc;*/
	padding:6px 12px;
	color:#333;
	background-color:#ffffff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 8px rgba(0, 0, 0, 0.05);
	text-align: center;
}
.nav_inact {
	color:#909090;
	padding:6px 12px;
	text-align: center; 
}	
	
.error {
	font-weight:bold;
	color:#FF0000;
	background-color:#ffd6d6;
	padding:5px;
}

input.error {
	outline: 3px solid #ff0000;
}


/* Liste aller Anmeldungen im Admin-Bereich */
.full_width_listing {
    /* position:absolute;
    top:182px;
	left:0px;*/
	max-width:1300px;
	margin-left:0px;
	background-color:#ebecec;/**/
    text-align:left;
	padding-left:20px;
	padding-right:45px;
	padding-bottom:20px;
	padding-top:30px;
	border-bottom: 30px solid #ebecec;
	font-size:13px;
	}
.full_width_listing .infotext{ /* Infotext in der breiten Anzeige */
	/* margin-left:203px; */
}
.liste {
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	}
.liste th {
/*	background-color:#e3e1e1; */
	font-size:1em; 
	font-weight:bold; 
	text-align:left; 
	padding:0px 0px 3px 1px;
	border-left:1px solid #000;
	vertical-align:top;
	}
.liste tr th,
.liste tr td{
	padding: 4px;
}
.liste tr:nth-child(2n+4) {
	background-color:#f6f6f6;
}
.kommentar {
	font-weight:normal;}
.liste a {
	text-decoration:none;
	color:#e23143;
	}
.liste th a:hover, td a:hover {    
    text-decoration:underline;
	}

.liste th.raumh {
	padding:0px 10px 0px 0px;
	border:none;}
.liste th.raumh_s {
	padding:0px 5px 0px 0px;
	border:none;}
.liste input {
	font-family:inherit;
	font-size:inherit;
	margin-bottom:1px;
	}

/* Detail-Ansicht */
.konto_neg {
	color:#f00;
	font-weight:bold;
	}
.konto_pos {
	color:#060;
	}
.adjusted_content {
	margin-left:199px;
	}
.left_backlink { 
    width: 175px;
    margin: 0px 10px 0 5px;
	float: left;
}
form.detailform input{
	font-family:inherit;
	font-size:inherit;
	margin-bottom:4px;
	/*width:200px;*/
	margin-right:2px;
}
form.detailform input.XXS{
	width:19px;
}
form.detailform input.XS{
	width:50px;
}
form.detailform input.S{
	width:99px;
}
form.detailform input.M{
	width:125px;
}
form.detailform input.L{
	width:200px;
}
form.detailform input.XL{
	width:264px;
}



/* Belegungs-Seite */
.belegung {
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.teilnehmer {
	text-align: center;
}

/* Layout allgemein: Design-Header mit Link-Zeile oben*/
.head_logo{
	margin-left:8px;
	margin-top:16px;
	width:200px;
}
.head_link_zeile {
	/*background-color:#f0f0f0;
	margin-left:203px;
    position:absolute;
    top:130px;
	width:670px;*/
    text-align:left;
	}
.head_link_zeile ul {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:0.85em;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	width:670px;
	background-color:#ffffff;
	}
.head_link_zeile li {
	/*min-width:100px;*/
   	margin-right:4px;      
   	/*border-bottom:2px solid #fff;*/
	background-color:#e23143;
   	/* height:14px; */
	float:left;
    color:#fff;
	padding-top: 1px;
	padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
	}
.head_link_zeile li.abschluss {
	/*width:274px;  274px für drei Felder links; 406px für 2 */
	/*padding-left:0px;*/
	margin-right:0px;
	float:right;
	text-align:right;
	}
.head_link_zeile a {    
    text-decoration:none;
    color:#fff;
	font-weight:bold;
	}
.head_link_zeile li.abschluss a{
	/*margin-right:15px;*/
	}
.head_link_zeile a:hover{    
    text-decoration:underline;
	}

/* Menü links */
.left_content {
	width: 176px;
	margin: 17px 7px 0 8px;
	float: left;
	}
.inner_left {
	/*left: 16px;
	position: absolute;
	left: -190px;
	top: 490px;
	width: 176px;*/
	/*float: left;*/
	}
.left_content ul,
.inner_left ul {
	list-style-type:none;
    padding: 0;
    margin: 0;
	font-size:1.1em; /* */
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	}
.left_content li {
/*	border-left: solid 10px #e23143; */
	}
.left_content li.menue a{
	font-weight:600;
	}
.left_content li.untermenue a{
	padding-left: 24px;
	}
.left_content div {
	border-bottom: solid 1px #d2d3d4;
	}
.left_content a,
.inner_left a {
	display: block;
	text-indent: 0px;      
	display: block;
	padding: 8px 5px 8px 10px;
	/* line-height: 19px; */
	text-decoration: none;
/*	background-image: url( "../../images/navi/black_arrow.gif");
	background-position: left top;
	background-repeat: no-repeat; */
	}
.left_content li > a {
	text-transform:uppercase;
	letter-spacing:0.03em;
	}
.left_content a.current{
    background-color: #f6f6f6;
    }
.left_content a:hover, 
.left_content a:focus,
.left_content a:active	{
    background-color: #fff;
    }
.left_content div, 
.inner_left div {
	background-color:rgba(235,236,236,0.9);
	}
	
.left_content div.infobox,
.left_content div.download {
	margin-top:40px;
	margin-bottom:20px;
    /*border-bottom: solid 1px #f0f0f0;*/
	background-color: transparent;
	font-size: 11px;
}

.left_content div.infobox strong,
.left_content div.download strong{
	text-transform:uppercase;
	letter-spacing:0.05em;
}
.left_content div.infobox a,
.left_content div.download a{
	text-transform:none;
	padding: 1px 0px 1px 0px;
}
.left_content div.infobox a img,
.left_content div.download a img{
	margin-top:4px;
	margin-bottom:4px;
	border:0 none;
}
.left_content div.infobox a:hover,
.left_content div.download a:hover{
	padding: 1px 0px 1px 0px;
	background-color: transparent;
	text-decoration:underline;
}


/* Newsletter-Frage */
.left_message {
	padding: 7px 7px 9px 12px;
	border-top: 3px solid #e23143;
	}
.left_message input {
	border: 1px solid #c0c0c0;
	margin-top: 8px;
	padding: 1px 1px 1px 1px; 
	}
input.slim {
	border: 1px solid #c0c0c0;
	}

.main_headline {
	font-size: 1.6875em;
	line-height: 1.42857143;
	
	padding-left:25px;
	padding-right:30px;
	padding-bottom:25px;
	padding-top:25px;
	background-color:#ffffff;
}

.main_content {
	margin:0;
	text-align:left;
	padding-left:25px;
	padding-right:30px;
	padding-bottom:60px;
	padding-top:25px;
    color: #222222;
	max-width: 755px;
}
.main_content h2 {
	color:#e23143;
	font-weight:normal;
	margin-bottom:0.4em;
	margin-top:1.6em;
	font-size:1.4em;
	border-bottom-color:#e23143;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
.main_content div {
	margin-top:1.4em;
	}	
	
.main_content img{
	/* box-shadow: 1px 1px 3px #999; */
}	
.h3 {
	font-weight:bold;
	letter-spacing: 0.03em;
	}
	
/* Druckansicht */
table.print {
	width:600px;
	border: 0.1mm solid #000;
	border-left-style: none;
	border-top-style: none;
	font-size:1.0em;
	padding:0px;
	margin:0px;
	}
table.print td {
	padding: 3px;
	border: 0.1mm solid #000;
	border-right-style: none;
	border-bottom-style: none;
	}

/* PROGRAMM */
#prg_table{
	/*line-height:1.2em;*/
	margin-top:0px;
}
#prg_table tr td{
	/*line-height:1.2em;*/
	padding:5px 0 5px 0;
}
span.prg_time{
	color:#FFF;
	background-color:#e23143;
	padding:5px;
	padding-top:1px;
	padding-bottom:2px;
	margin-right:5px;
}
tr.prg_workshop td{
	border-top:1px solid #e23143;
	border-bottom:1px solid #e23143;
	font-size:0.75em;
	vertical-align:top;
}
tr.prg_workshop td.noborder{
	border-top: none;
	border-bottom: none;
}
#prg_table tr.prg_top td{
	padding-top:9px;
}
#prg_table tr.prg_bottom td{
	padding-bottom:10px;
}
tr.summe td{
		vertical-align:top;
		border-top: 1px solid #bbb; 
		border-bottom: 3px double #bbb; 
		padding: 8px 0 8px 0;
		font-weight: bold;
}

.infoFenster{
	background-color: #d9892f;
	border: solid 6px #d9892f;
	border-top: none !important;
	border-bottom: none !important;
	margin-right: -15px !important;
	color: #fff;
}
.infoFenster strong{
}

.ohneVorkenntnisse,
.mitVorkenntnisse{
	padding-left:11px;
	background-repeat:no-repeat;
	background-position:left;
}
.ohneVorkenntnisse{
	background-image: url(../img/ico-ohne.gif);
}
.mitVorkenntnisse{
	background-image: url(../img/ico-mit.gif);
}

.workshop{
	padding-right:200px;
}
.workshop img{
	margin-top: 5px; 
}
.workshop h3{
	margin-bottom: -17px; 
	font-weight: normal;
	color: #000;
	clear: both;
}


.pdf_thumb img{
	box-shadow: 2px 2px 3px #999;
}
.pdf_thumb:hover img{
	box-shadow: 0px 0px 3px #fff;
}

a.PDF-link{
	background: url("https://www.marte-meo-berlin-brandenburg.de/images/template/pdf.gif") left center no-repeat;
	padding-left: 21px;
	padding-bottom: 4px;
	padding-top: 5px;
}


/* TOOLTIPS ###########################################*/
.tooltip {
  position: relative;
}
.tooltip img{
  vertical-align:sub;
}

.tooltip span[role=tooltip] {
  display: none;
}

.tooltip:hover span[role=tooltip] {
  display: block;  
  position: absolute; 
  bottom: 2em;
  left: -1em;
  width: 19em;
  padding: 0.5em;
  z-index: 100;
  color: #000; 
  background-color: #ffebe6;
  border: solid 1px #e23143;
  border-radius: 6px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.tooltip:hover span.rechtsbuendig[role=tooltip] {
  left: -3em;
}


hr {
    border: 0 none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
	height:1px;
}

.fussnote {
	font-size: 13px;
	line-height: 22px;
	color: #666666;
}
