/********************************************************************
 ** spezielle Formatdefinitionen fuer Verein,
 ** setzt main.css voraus
 ********************************************************************/

.etev_area {
	font-family: Verdana, Helvetica, Arial, sans-serif;
} 
.etev_footer a {
	color: white;
} 
.etev_shortcut_outerklmmr {
	background-color: #006bb3;
	padding: 0;
	height: 50px;
}
.etev_footer_1_outerklmmr {
	height: 80px;
	width: 100%;
	background-color: #006bb3;
	border-top: 2px solid #eeeeee; 
	border-bottom: 2px solid #eeeeee; 
}

.etev_shortcut_outerklmmr .klmmr,
.etev_shortcut_outerklmmr .shortcut {
	background-color: transparent;
}
.etev_shortcut_lefticon {
	display: inline;
	float: left;
	width: 200px;
	padding-top: 3px;
}
.etev_shortcut_righticon {
	display: inline;
	float: right;
	width: 200px;
	padding-top: 3px;
	text-align: right;
}
.etev_shortcut_title {
	font-size: 18px;
	font-weight: bold; 
	text-transform: uppercase;
	color: white;
	display: inline-block;
	width: calc(100% - 400px);
	text-align: center;
	line-height: 48px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.etev_area .headerlogo {
	padding-top: 7px;
}

#etevpulldown_outerklmmr {
	width: 100%;
	display: none;
	background-color: #eceff3;
}
#etevpulldown_outerklmmr ul {
	margin: 0;
	padding: 0;
	height: 100%;
}
#etevpulldown_outerklmmr li{
	list-style: none;
	width: 100%;
}
#etevpulldown_outerklmmr li > a{
	width: 100%;
	line-height: 50px;
	text-decoration: none;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #002557;
	padding-left: 15px;
}

#etevpd_openclose {
	margin: 0;
	padding: 30px 0 0 0;
	height: 100%;
	float: right;
	margin: 0 15px 0 0;
	display: inline;
}
#etevpd_open {
	display: inline;
}
#etevpd_close {
	display: none;
}

.etev_vorschau_table,
.etev_archiv_table {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #e0e0e0;
}
.etev_vorschau_tablerow,
.etev_archiv_tablerow {
	display: table-row;
	width: 100%;
}
.etev_vorschau_tablelabel {
	display: table-cell;
	width: 105px;
	padding: 5px;
	background-color: #e0e0e0;
	text-align: right;
}
.etev_vorschau_tablecontent {
	display: tabel-cell;
	padding: 5px;
}
.etev_vorschau_tablecontent p {
	margin: 0;
}
.etev_archiv_table {
	margin-bottom: 10px;
}
.etev_archiv_tabledatum {
	display: table-cell;
	width: 105px;
	padding: 5px;
	background-color: #e0e0e0;
}
.etev_archiv_tablegastgeber {
	display: table-cell;
	padding: 5px;
	width: 35%;
}
.etev_archiv_tablelinks {
	display: table-cell;
	padding: 5px;
}
.etev_archiv_table ul {
	padding: 0;
	margin: 0;
}
.etev_archiv_table li {
	list-style: none;
	padding-left: 15px;
}
.etev_archiv_tablelinks .etev_ohne_link {
	background-image: none;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

/* =========================================================================================== */
/* =========================================================================================== */
/* =========================================================================================== */

@media only screen and (min-width: 641px) {

/* ==============================================================================================
    INTERMEDIATE: Menu															> 640px
   =========================================================================================== */
   
	/* nav level 1 ================================================== */
	.nav #etev_menulevel_1 > li > a {
		line-height: 94px;
	}

}

/* =========================================================================================== */
/* =========================================================================================== */
/* =========================================================================================== */
@media only screen and (min-width: 895px) {
		.etev_area .maintextbox {
			padding-left: calc(((100% - 894px) / 2) + 15px);
			padding-right: calc(((100% - 894px) / 2) + 15px);
		}

}
	
/* ==========================================================================
   Media Queries
   ========================================================================== */

/* =========================================================================================== */
/* =========================================================================================== */
/* =========================================================================================== */
	
@media only screen and (min-width: 769px) {

/* =========================================================================================== */
/* =========================================================================================== */
/* =========================================================================================== */
/* ==============================================================================================
    WIDE: CSS3 Effects															> 768px
   =========================================================================================== */
   
 		/* nav level 1 ================================================== */
			.nav #etev_menulevel_1 li {
				float: left;
				padding: 0px 15px 0px 15px;
				margin-bottom: 0;
				border-left: 1px solid #eee;
				height: 100%;
			}
			.nav #etev_menulevel_1 li:hover,
			.nav #etev_menulevel_1 li.sfHover  {
				border-bottom: 5px solid #006bb3;
			}
			.nav #etev_menulevel_1 .isinrootline {
				color: #dbcf25;
				font-weight: bold;
				border-bottom: 5px solid #006bb3;
			}
			.nav #etev_menulevel_1 li:last-child {
				border-right: 1px solid #eee;
			}
			.nav #etev_menulevel_1 > li > a {
				line-height: 94px;
			}

			#etevpd_openclose {
				display: none;
			}
			
}			
/* ==========================================================================
   Media Queries
   ========================================================================== */

/* =========================================================================================== */
/* =========================================================================================== */
/* =========================================================================================== */
	
@media only screen and (min-width: 1281px) {

/* =========================================================================================== */
/* =========================================================================================== */
/* =========================================================================================== */
/* ==============================================================================================
    WIDE: CSS3 Effects															> 1280px
   =========================================================================================== */

					/* nav level 1 ================================================== */
					.nav #etev_menulevel_1 li {
						float: left;
						padding: 0px 15px 0px 15px;
						margin-bottom: 0;
						border-left: 1px solid #eee;
						height: 100%;
					}
					.nav #etev_menulevel_1 li:hover,
					.nav #etev_menulevel_1 li.sfHover  {
						border-bottom: 5px solid #006bb3;
					}
					.nav #etev_menulevel_1 .isinrootline {
						color: #dbcf25;
						font-weight: bold;
						border-bottom: 5px solid #006bb3;
					}
					.nav #etev_menulevel_1 li:last-child {
						border-right: 1px solid #eee;
					}
					.nav #etev_menulevel_1 > li > a {
						line-height: 94px;
					}

   
   
}