/* Allgemein */
.T4894 { padding: 30px 0px; }
.T4894.app { padding: 0px 0px; }
.T4894 section { position: relative; padding: 0px 14px; }
.T4894 > section:nth-of-type(1) { padding-top: 10px; }
.T4894 h3 { margin: 0px !important; }
.T4894 div.info { margin: 0px 0px 16px 0px !important; }

.T4894 ul { margin: 4px 0px; padding: 0px 0px 0px 20px; }


.T4894 .hiddeninfo { display: none; border-left: 1px solid #CCC; }
.T4894 .hiddeninfo.display { display: block; }
.T4894 .hiddeninfo .colwrapper { 
	display: grid;
	grid-template-columns: 100%;
	column-gap: 15px;
	margin: 10px 15px 0px 15px;
	padding: 12px 15px;
    background-color: rgba(255,255,255,0.4);
    
}

/* Auflistung der Veranstaltungen auf 1. Seite */
.T4894 .event {
	position: relative;
    padding: 15px 140px 15px 10px;
    border-bottom: 1px solid #ddd;
    cursor: not-allowed;
    display: inline-block;
    margin: 10px;
    width: 40%;
    border-radius: 5px;
    background-color: #fff;
}

.T4894 .event.withlink { 
	cursor: pointer;
    -webkit-box-shadow: 1px 0px 25px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 1px 0px 25px 2px rgba(0,0,0,0.10);
    box-shadow: 1px 0px 25px 2px rgb(0 0 0 / 10%);
}
.T4894 .event.withlink:hover:after { background-color: #3A7FAD !important; }

.T4894 .event.withlink:after {
	content: '\2192';
    position: absolute;
    right: 5px;
    background-color: #ee6600;
    top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    font-weight: bold;
    border-radius: 50%;
    padding: 8px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    text-align: center;
}
.T4894 .event.oldevent { opacity: .6; }
.T4894 .event.oldevent:hover { opacity: 1; }

.T4894 .event:last-child { border-bottom: 1px solid transparent !important; }

.T4894 .headline {
	border-bottom: 1px solid #ddd !important; 
}

/* Fontsizes App und Desktop */
.T4894 .fontsize_xlarge { font-size: 18px; }
.T4894 .fontsize_large { font-size: 15px; }
.T4894 .fontsize_medium { font-size: 13px; }
.T4894 .fontsize_normal { font-size: 12px; }

/* Desktop = App + 3 */
.T4894.desktop .fontsize_xlarge { font-size: 21px; }
.T4894.desktop .fontsize_large { font-size: 18px; }
.T4894.desktop .fontsize_medium { font-size: 16px; }
.T4894.desktop .fontsize_normal { font-size: 15px; }

/* Überschriften */
.T4894 .event .name { margin: 0px 0px 5px 0px; }


.T4894 .label { font-weight: bold; line-height: 1.0;  }
.T4894 .event_header { margin: 0px 0px 14px 0px; }
.T4894.desktop .event_header { margin: 0px 0px 35px 0px; width: 40%;}
.T4894.desktop .datenblatt { margin: 0px 0px 35px 0px; width: 40%;}
.T4894.desktop .datenblatt div span{ padding-right: 5px; font-size: 14px;}


.T4894 .status .status_label { margin: 0px 0px 5px 0px; }
.T4894 .status .icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 50%;
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
}

.T4894 .status .icon.draft { background-color: #777777; }
.T4894 .status .icon.offer { background-color: #bbbbbb; }
.T4894 .status .icon.planned { background-color: #FFB733; }
.T4894 .status .icon.cancelled { background-color: #FF0000; }
.T4894 .status .icon.fixed { background-color: #30C030; }
.T4894 .status .icon.full { background-color: #238C00; }
.T4894 .status .icon.intern { background-color: #575748; }
.T4894 .status .icon.disabled { background-color: #9B9B8C; }
.T4894 .status .icon.archived { background-color: #CECEBF; }
.T4894 .status .icon.abgeschlossen { background-color: #2980B9; }

/* Detailseite */
.T4894 .image { margin: 0px 0px 5px 0px; height: auto; }
.T4894.app .image { margin: 0px 0px 5px 0px; width: 100%; height: auto; }
.T4894 .event_detail section { padding: 10px 8px; margin: 0px 0px; background-color: #f1f1f1; }
.T4894 .event_detail a.button { 
	color: #FFF;
    /*height: 32px;*/

    font-size: 13px;
    font-weight: 700;
    box-sizing: border-box;
    text-transform: uppercase;
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 14px;
    text-decoration: none;
}



.T4894 .event_detail section.tage { padding: 5px 0px 0px 0px; background-color: transparent !important;}
.T4894 .tage_switcher { cursor: pointer; margin: 0px 0px 10px 0px; background-color: #355C7D; box-sizing: border-box; display:inline-block; width: 50%; height: 30px; line-height: 30px; text-align: center; color: #fff; font-weight: bold; font-size: 12px; }
.T4894 .tage_switcher.sw2 { background-color: #6C5B7B; }
.T4894 .tage_switcher.active { vertical-align: top; height:38px; line-height: 38px; }

section.tage .tag { margin: 5px 0px 18px 0px; border-bottom: 1px solid #eee; }
section.tage .tag .name { padding: 3px 8px; background-color: #0052BB; color: #fff; line-height: 1.2; }

section.tage .tag .inner { padding: 5px 8px; }


section.tage .tag:last-child { border-bottom: 1px solid transparent !important; }
section.tage .tag:nth-child(odd) { background-color: #fff; }

section.tage .tag p { line-height: 1.2; font-size: 16px; margin: 0px 0px 3px 0px; }

.T4894 .icon.request { background-color: #FFB733; }
.T4894 .icon.invite { background-color: #FFB733; }
.T4894 .icon.accepted { background-color: #30C030; }
.T4894 .icon.committed { background-color: #30C030; }
.T4894 .icon.declined { background-color: #FF0000; }
.T4894 .icon.rejected { background-color: #FF0000; }
.T4894 .icon.storno { background-color: #CECEBF; }


.T4894 .event_detail section.unterlagen { padding: 0px; background-color: transparent !important;}
.T4894 .event_detail section.unterlagen .image { margin: 0px 0px 5px 0px; }
.T4894 .event_detail section.unterlagen .file {
	width: 100%;
	padding: 15px 0px 10px 0px;
}

.T4894 .event_detail section.unterlagen .file .image {  }
.T4894 .event_detail section.unterlagen .file .image {
	float: left;
	width: 30%; margin: 0px; padding: 0px 15px 0px 0px; box-sizing: border-box;
	text-align: center;
	max-width: 80px;
}
.T4894 .downloadimage { text-decoration: none; color: #111; font-weight: bold; }
.T4894 .download { margin: 5px 0px 0px 0px; }
.T4894 .event_detail section.unterlagen .file .image img { width: 100%; height: auto; }

.T4894 .event_detail section.unterlagen .file h5 { margin: 0px; }
.T4894 .event_detail section.unterlagen .file a { text-decoration: none; }

.T4894 .event_detail section.unterlagen .file .image a {
	display: inline-block;
	-webkit-box-shadow: 10px 10px 40px -24px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 40px -24px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 40px -24px rgba(0,0,0,0.75);

}

.T4894 .event_detail section.unterlagen .file .text { display:inline-block; width: 70%; }
.T4894 .event_detail section.unterlagen .file .text h5 { font-weight: bold; color: #111; }
.T4894 .event_detail section.unterlagen .file .text h5 a { color: #111; }
.T4894 .event_detail section.unterlagen .file .text a { text-decoration: none;  }
.T4894 .event_detail section.unterlagen .file .text a.button {     text-decoration: none;
    padding: 6px 10px;
    color: #FFF !important;
    line-height: 1.0;
     }


.T4894 .event_detail section.unterlagen .file .info { margin-bottom: 10px; }


.T4894 .event_detail .event_header .name { margin: 20px 0px 10px 0px; }
.T4894 .event_detail section.unterlagen .day { margin: 0px 0px 10px 0px; border-bottom: 1px solid #eee; padding: 5px 0px; }
.T4894 .event_detail section.unterlagen .day .name { 
	margin-bottom:;
	padding: 3px 8px;
    background-color: #0052BB;
    color: #fff;
    line-height: 1.2;
}
.T4894 .event_detail section.unterlagen .day .day_inner { padding: 5px 15px; }
.T4894 .event_detail section.unterlagen .day .service { margin: 0px 0px 5px 0px; padding: 5px 10px; border-bottom: 1px solid #111; }
.T4894 .event_detail section.unterlagen .day .service:last-child { border-bottom: 0px solid transparent !important; }



.T4894 .mitglieder_listen { display: grid; grid-template-columns: 100%; row-gap: 35px;  }
.T4894 .mitglieder_listen .file { display: flex; }
.T4894 .mitglieder_listen .file .image { margin-right: 20px; }
.T4894 .mitglieder_listen .file .button { color: #FFF !important; display: inline-block; padding: 5px 10px; }



/* Verteilermenü */
section.kacheln { margin: 12px 0px !important; padding: 0px !important; }
section.kacheln .tile {
	cursor: pointer;
	width: 50%;
	height: 80px;
	line-height: 80px;
	float: left;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #ccc;
	margin-bottom: 2px;
}

section.kacheln .tile.tile1 { background-color: #3A7FAD ; border-right: 2px solid #fff;}
section.kacheln .tile.tile2 { background-color: #3A7FAD ; border-right: 2px solid #fff;}
section.kacheln .tile.tile3 { background-color: #3A7FAD ; border-right: 2px solid #fff;}
section.kacheln .tile.tile4 { background-color: #3A7FAD ; }
section.kacheln .tile.tile5 { background-color: #3A7FAD ; }

/* Teilnehmer Bereich */
section.members .member { margin: 0px 0px 15px 0px; position: relative; }
section.members .member .booking_info { display:inline-block; color: #fff; background-color: #666; padding: 2px 10px; font-size: 10px; }
section.members .member_wrapper { padding-left: 10px; }
section.members .role { border-bottom: 2px solid #666; margin: 30px 0px 5px 0px; padding: 0px 0px 2px 0px;}
section.members .role b { display: inline-block; padding: 2px 10px; background-color: #fff; }

section .hinweis { padding: 20px 18px; }
section .hinweis .headline { color: #F00; font-weight: bold; padding-bottom: 10px; }



.T4894 .umschalter { 
	position: absolute; right: 0px; top: -30px;
}
.T4894 .umschalter .schalter { 
	width: 30px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #C06C84;
	
	cursor: pointer;
}

.T4894 .umschalter .schalter:before {
	content: "+";
}

.T4894 .umschalter .schalter.active { background-color: #F67280; }
.T4894 .umschalter .schalter.active:before { content: "-"; }

/* NOTENHANDLING */

.handle_grades table tr th { padding-right: 15px; font-size: 15px; font-weight: normal; }


/* Client-Anpassungen */
#body.Mandant_12033 .T4894 .button {
	border: 0px solid transparent;
    background-color: #ee6600;
    color: #FFF;
    font-size: 16px;
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    outline: 0px;
    padding: 8px 19px;
}

.Mandant_12033 .T4894 .button:hover {
	background-color: #008A84;
}
.Mandant_12033 section.members .role b { background-color: #006ECF !important; color: #fff !important; }

@media (min-width: 567px) {
	.T4894 .hiddeninfo .colwrapper {
		grid-template-columns: 50% 50%;
	}

	.T4894 .hiddeninfo .colwrapper.withtext {
		grid-template-columns: 33% 33% 33%;
	}
}


@media (max-width: 768px) {
	.T4894 .event { display: block; width: 100%; }
}

@media (min-width: 768px) {
	.T4894 .hiddeninfo .colwrapper {
		grid-template-columns: 33% 33% 33%;
	}
	.T4894 .hiddeninfo .colwrapper.withtext {
		grid-template-columns: 25% 25% 25% 25%;
	}

	.T4894 .mitglieder_listen { grid-template-columns: 50% 50%;  }
	
}

@media (min-width: 1024px) {
}

@media (min-width: 1280px) {
	
}

@media (min-width: 1700px) {
}
