/*	allgemein   -------------------------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, input, textarea, select {
	font-family:Calibri, Helvetica, sans-serif;
	font-size:1rem;
	color:#dde;
}
body {
	margin:0;
	padding:0;
	overflow-y:scroll;
	background: #111;
}
.adminbreich {
}



input, textarea, select {
	color:#000;
	
	width:100%;
	display:block;
	padding:5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	border:0;
}
input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
	width:auto;
	float:left;
	margin:5px 5px 5px 0;
} 
input[type="submit"] {
	margin:20px 0;
	cursor:pointer;
}
input:focus,
input:hover {
	background-color:#ddd;
	
}

#minifilter {
	
}

#minifilter a {
	display:block;
	float:left;
	padding:5px 10px;
	margin-right:10px;
}







img {
	border:none;
}
ul {
	padding:0 0 0 20px;
}
a {
	outline:none;
	text-decoration:none;
	color:#fff;
	background-color:#111;
}
a:link, 
a:visited {
	background-color:#111 !important;
} 
a:hover, 
a:active,
a.standpunkt {
	background-color:#900 !important;
}

h1 {
	font-size:1.5rem;
	margin:0px;
	padding:0px;
}
h2 {
}
h3 {
	font-size:13px;
	/*border-bottom:1px solid #666;*/
}
#logo {	
	clear:both;
	padding-top:20px;
	text-align:center;
}
#logo img {
	max-width:100%;
}
.titel {
	font-weight:normal;
	font-size:18px;
	text-transform:lowercase;
}
.klein {
	font-size:12px;
}
.fehler {
	color:#f00;
}
.achtung {
	color:#FF6;
}
.achtungBG {
	background-color:#FF6;
}
.erfolg {
	color:#9C3;
}
.erfolgBG {
	background-color:#9C3;
	color:#111;
}
.ausgeschaltetBG {
	background-color:#555;
}
.standbyBG {
	background-color:#999;
	color:#111;
}
.searchhighlight {
	background-color:#C60;
	
}
	
.hidden {
    display: none;
}
.clearfix {
    height:1px;
	clear:both;
	float:none;
}
.grossrot {
	font-size:5rem;
	color:#900;
}

	



#upgedated {
	text-align:center;
	background-color:#111;
	color: #ddd;
	width:50%;
	margin:0 auto;
}
.fa {
	font-size:1.3rem;
}
#upgedated i {
	font-size:8rem;
}
.admincontent {
	clear:both;
	padding:20px 0 0 0;
}
.admincontent div {
	margin-bottom:10px;
	padding:10px;
	border-bottom:1px solid #000;
}
.admincontent div:last-child {
	border:none;
}
.admincontent div a {
	padding:0 5px;
	background-color:#555 !important;
}
.admincontent div:last-child a {
	color: #000;
    padding: 5px;
	background-color:#eee !important;
	margin-top:50px !important;
}
.admincontent div:last-child a:focus,
.admincontent div:last-child a:hover {
	background-color:#ddd !important;
}
.admincontent ul {
	padding-bottom:20px;
	padding-top:10px;
}
.admincontent ul li {
	padding:7px;
}

/*	struktur   -------------------------------------------------------------------------------*/
div {
	/*box-sizing: border-box;*/	 /* ALLE DIVS ALS BOX CC3 */
	padding:5px;
}

#eventis_container {
	/*border:1px solid #889;*/
	clear:both;
	color:#ddd;
	max-width:900px;
	margin:0 auto;
	position:relative;
	text-align:center;
}

/* ================= KOPFZEILE ================= */
#eventis_head {
	border:1px solid #889;
	clear:both;
	float:left;
	width:100%;
}
#eventis_head_navi {
	float:left;
	text-align:left;
	width:25%;
}
#eventis_head_event {
	border-left:1px solid #889;
	float:left;
	text-align:center;
	width:50%;
}
#eventis_head_logout {
	border-left:1px solid #889;
	float:right;
	text-align:right;
	width:25%;
}
/* ================= KOPFZEILE ================= */

		
/* ================= TITELBEREICH ================= */
#eventis_title {
	background:#fff;
	border:1px solid #889;
	clear:both;
	float:left;
	font:#111;
	text-align:center;
	width:100%;
}
#eventis_title img {
	max-height:300px;
}
/* ================= HAUPTNAVIGATION ================= */
#footer {
	display:block;
	background-color:#ccc;
	width:100%;
	max-width:890px;
	margin:0 auto;
	position:fixed;
	bottom:0;
	margin:0;
}
#footer div {
}
#eventis_nav {
}
#eventis_nav_guestlist {
	float:left;
	padding:5%;
	text-align:center;
	width:50%;
}
#eventis_nav_newguest {
	float:right;
	padding:5%;
	text-align:center;
	width:50%;
}
/*
#eventis_nav, #eventis_footer {
	bottom:0;
	position:fixed;
	max-width:900px;
}
#eventis_nav {
	bottom:60px;
	
}
*/

/* ================= HAUPTNAVIGATION ================= */

/* ================= FUSSZEILE ================= */
#eventis_footer {
	background:#999;
	color:#111;
	/*border-top:1px solid #fff;*/
	clear:both;
	float:left;
	width:100%;
}
#eventis_footer_datum {
	float:left;
	text-align:left;
	width:20%;
}
#eventis_footer_logo {
	float:left;
	text-align:center;
	width:60%;
}
#eventis_footer_logo img {
	/*height:18px;*/
}
#eventis_footer_info {
	float:right;
	text-align:right;
	width:20%;
}
/* ================= FUSSZEILE ================= */

/* ================= INHALT ================= */
#eventis_content {
	background:#ccc;
	color:#111;
	clear:both;
	float:left;
	/*height:300px;*/
	/*padding:5px;*/
	text-align:left;
	
	width:100%;
	padding:0;
	margin:0;
	padding-bottom:30%;
}

#eventis_checkin_suche {
	border-bottom:1px solid #889;
	margin-bottom:5px;
	padding:5px 0px;
	width:100%;
	
}
#eventis_checkin_suche a {
	color:#111;
}

 /* *********** STARTSEITE */
#eventis_checkin_start {
	border:1px solid #889;
	background:#111;
	color:#fff;
	clear:both;
	float:left;
	width:100%;
}
#eventis_checkin_erwartet {
	background:#ccc;
	color:#111;
	clear:both;
	float:left;
	min-height:20px;
	max-height:40px;
	text-align:center;
	width:100%;
}
#eventis_checkin_start_anwesend {
	float:left;
	min-height:200px;
	max-height:200px;
	text-align:center;
	width:50%;
}
#eventis_checkin_start_abwesend {
	border-left:1px solid #889;
	float:left;
	min-height:200px;
	max-height:200px;
	text-align:center;
	width:50%;
}

/* *********** GAESTELISTE */
#eventis_checkin_liste {
	background:#111;
	color:#fff;
	clear:both;
	float:left;
	width:100%;
	padding-top:0;
	border-left:5px solid #ccc;
	border-right:5px solid #ccc;
}
#eventis_gaesteliste_zeile {
	background:#111;
	clear:both;
	float:left;
	border-bottom:1px solid #889;
	width:100%;
}


#eventis_gaesteliste_zeile:nth-child(2n) {
	background:#222;
}
#eventis_gaesteliste_zeile:hover {
	background:#444;
}

#eventis_gaesteliste_name {
	float:left;
	text-align:left;
	width:30%;
}

#eventis_gaesteliste_vorname {
	float:left;
	text-align:left;
	width:30%;
}

#eventis_gaesteliste_firma {
	/*border-left:1px solid #889;*/
	float:left;
	text-align:left;
	width:30%;
}
#eventis_gaesteliste_status {
	/*border-left:1px solid #889;*/
	float:left;
	text-align:right;
	width:10%;
}

.check_in_button {
	border:1px solid #a00;
	background:#C33;
	width:100%;
}

/* ================= INHALT ================= */



/* ================= TITELBEREICH ================= */
#easy_navigation a {
	color:#fff;
}
	
#easy_navigation a:hover,
#easy_navigation a.standpunkt {
	color:#97A9D6 !important;
}

#easy_content {
	background:url(../img/back_black_80.png);
	padding:20px;
	height:auto;
	line-height:24px;
	min-height:480px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

#eventis_footer {
	color:#222;
	padding:10px;
	clear:both;
}
	
#easy_footer_links {
	float:left;
	width:70%;
}
	
#easy_footer_rechts {
	float:right;
	text-align:right;
	width:29%;
}

#easy_footer_rechts a, #easy_footer_links a {
	color:#444;
}



/*	template ::: standard   -------------------------------------------------------------------------------*/

.standard_text {
	
}
.standard_bild_box {
	float:right;
	padding-left:20px;
}
.standard_bild {
	max-width:300px;
}
.standard_bild_spez {
	
}
.standard_datei {
	
}



/*	template ::: newsblog   -------------------------------------------------------------------------------*/

.newsblog {
	
}



/*	template ::: newsblog   -------------------------------------------------------------------------------*/

.galerie_box {
	
}
.galerie_bild {
	padding-right:5px;
}



/*	template ::: listen...   -------------------------------------------------------------------------------*/

.liste_box {
	
}
.liste_bild {
	
	}




/* mini version ******************************************************** */

@media screen and (max-width: 600px) {
	/*
	#easy_content div {
		display:block;
		clear:both;
	}
	*/
	.standard_bild_box {
		display:none;
	}
	

	
}


