@charset "utf-8";
/* ------------------ */
/* allgemeine Angaben */
/* ------------------ */

	body {
		margin: 20px 0px 0px 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		background-image:url(../images/bg.jpg);
		background-repeat:repeat;
	}
	
	#container {
		text-align: center;
	}
	
	#footer {
		width: auto;
		text-align:center;
		background-image:url(../images/footer_bg.png);
		background-repeat: repeat-x;
		background-position:bottom;
	}
	
	#menu {
		text-align:center;
		height: 57px;
		background-image:url(../images/menu_bg.png);
		background-repeat:repeat-x;
		background-position:bottom;
	}
		
	#menu a {
		position: relative;
		bottom: 0px;
		padding: 5px;
		margin: 2px;
		margin-bottom: 0px;
		background-image:url(../images/inactive_menu_item.jpg);
		background-repeat:repeat-x;
		color: #fff;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
		text-decoration: none;
	}
	
	#menu a:hover {
		background-image:none;
		background-color: #ababab;
		font-size: 18px;
	}
	
	#menu .active {
		background-image:none;
		background-color: #ababab;
		font-size: 18px;
	}
	
	#content {
		margin: auto;
		text-align: left;
		width: 980px;
		padding-left: 5px;
		padding-right: 10px;
		background-image: url(../images/content_bg.png);
		background-repeat:repeat-y;
		background-position-x: 3px;
	}
	

/* ------------ */	
/* Edit Details */
/* ------------ */	

	.welcome {
		padding: 5px;
		border-bottom: 1px dotted #a7a9ac; 
	}
	
	.edit_details {
		margin-bottom: 0px;
	}
	
	.edit_details label {
		color: #666666;
	}
	
	#new_study {
		margin-top: 15px;
		padding-top: 15px;
		padding-left: 0px;
		border-top: 1px dotted #a7a9ac;
	}
	
	.edit_details .additional_study {
		margin-top: 15px;
		padding-top: 15px;
		padding-left: 0px;
		border-top: 1px dotted #a7a9ac;
	}
	
	.edit_details #first_study {
		border-top: 0px;
	}
	
	.warning {
		background-color:#FF0000;
		color: #FFFFFF;
		border: 1px solid #666; 
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px;
		margin-top: 5px;
	}
	
	.success {
		background-color: #00CC33;
		color: #FFFFFF;
		border: 1px solid #666; 
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px;
		margin-top: 5px;
	}


/* --------------- */
/* Mitgliederliste */
/* --------------- */

	.names {
		table-layout:fixed;
		border-spacing: 0px;
		border-collapse:collapse;
	}
	
	.names .verstorben {
		color:#919191;
	}
	
	#verbindungen {
		table-layout:fixed;
		border-spacing: 0px;
		border-collapse:collapse;
	}
	
	.vulgo {
		font-size: 11px;
	}
	
	#verbindungen th {
		text-transform: uppercase;
		border-bottom: dotted 1px #000;
		padding: 3px;
		padding-left: 30px;
	}
	
	#verbindungen td {
		width: 315px;
		border-bottom: dotted 1px #000;
		padding: 3px;
	}
	
	#verbindungen a {
		background-image:url(../images/magnifier.jpg);
		background-position:left;
		background-repeat:no-repeat;
		padding-left: 23px;
		color: #f00;
		text-decoration: none;
	}
	
	#verbindungen a:hover {
		text-decoration: underline overline;		
	}
	
	#verbindungen td i {
		font-family: "Times New Roman", Times, serif;
	}
	
	.names th {
		text-transform: uppercase;
		border-bottom: dotted 1px #000;
		padding: 3px;
		padding-left: 30px;
	}
	
	.header {
		background-image: url(../images/sort.PNG);
		background-repeat: no-repeat;
		background-position:left 4px;
		cursor: pointer;
	}
	
	.headerSortUp {
		background-image: url(../images/sort_up.png);
		background-repeat: no-repeat;
		background-position:left 4px;
	}
	
	.headerSortDown {
		background-image: url(../images/sort_down.png);
		background-repeat: no-repeat;
		background-position:left 4px;
	}
	
	.names td {
		width: 225px;
		border-bottom: dotted 1px #000;
		padding: 3px;
	}
	
	.names a {
		background-image:url(../images/magnifier.jpg);
		background-position:left;
		background-repeat:no-repeat;
		padding-left: 23px;
		color: #f00;
		text-decoration: none;
	}
	
	.names a:hover {
		text-decoration: underline overline;		
	}
	
	.names td i {
		font-family: "Times New Roman", Times, serif;
	}
	
	.tipp {
		font-size: 14px;
	}


/* ------- */
/* Details */
/* ------- */
	.detail_forms { 
		display: block;
		margin-top: 5px;
		width: 910px;
		border: 1px solid #a7a9ac; 
		
		margin-left: 17px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	
	.detail_forms legend {
		font-weight: bold;
	}
	
	.minimize_detail {
		padding-left: 20px;
		cursor: pointer;
		background-image: url(../images/plus_minus.png);
		background-repeat: no-repeat;
		background-position: left -29px;
	}
	
	.maximize_detail {
		background-position: left -2px;
	}
	
	#details {
		margin-bottom: 0px;
	}
	
	.details_table {
		table-layout:fixed;
		border-collapse: collapse;
		border: 0px;
	}
	
	.details_table a {
		color: #f00;
		text-decoration: none;
	}
	
	.details_table a:hover {
		text-decoration: underline overline;		
	}
	
	.first_col {
		width: 200px;
		background-color: #ddd;
		border-bottom: 5px solid white;
		color: #666666;
	}
	
	.second_col {
		width: 710px;
		background-color: #ddd;
		border-bottom: 5px solid white;
	}
	.second_col_small {

		width: 310px;

		background-color: #ddd;

		border-bottom: 5px solid white;

	}
	
	.profil_bild {
		float: right;
		width: 193px;
		margin-left: 2px;
	}
	
	.profil_bild a {
		color: #f00;
		background-color: #fff;
		text-decoration: none;
	}
	
	.profil_bild_aendern {
		background-color: #fff;
		color: #f00;
		border: 1px solid #f00;
		padding: 1px;
		float:right;
		font-weight: bold;
		cursor: pointer;
	}
	.single_col {
		width: 910px;
		background-color: #ddd;
		border-bottom: 5px solid white;
	}
	
	/* the overlayed element */
	.profil_overlay {
		
		/* must be initially hidden */
		display:none;
		
		/* place overlay on top of other elements */
		z-index:10000;
		
		/* styling */
		background-color:#fff;;
		
		width:555px;	
		min-height:200px;
		border:1px solid #666;
		
		/* CSS3 styling for latest browsers */
		-moz-box-shadow:0 0 90px 5px #000;
		-webkit-box-shadow: 0 0 90px #000;	
	}

	/* close button positioned on upper right corner */
	.profil_overlay .close {
		background-image:url(../images/close.png);
		position:absolute;
		right:-15px;
		top:-15px;
		cursor:pointer;
		height:35px;
		width:35px;
	}


/* ------------- */
/* Loginformular */
/* ------------- */

	#login {
		margin: auto;
		text-align: left;
		border: 1px solid #a7a9ac;
		width: 210px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px; 
		background-color: #FFFFFF;
	}
	
	#login input {
		margin: 5px;
		width: 120px;
	}
	
	#login img {
		margin: 8px;
		float: right;
		width: 58px;
	}

	#openmenu {
		display: none;
	}


/* ------------ */
/* Suchformular */
/* ------------ */

#suchen {
	margin: 0px;
	
	padding-top: 5px;
}

/* ----- */
/* Start */
/* ------*/

.bday_div {
	display: table-cell;
	font-size: 11px;
	padding-top: 20px;
	background-image:url(../images/cake.jpg);
	background-repeat: no-repeat;
}

#wartburg_bdays {
	left: 10px;
	padding-right: 100px;
	padding-left: 20px;
	background-position: 304px 15px;
}

#andere_bdays {
	background-position: 284px 15px;
}

.bdays {
	width: 405px;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	list-style: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	color: #FFFFFF;
}

.bdays a {
	color: #fff;
}


.bdays li {
	padding: 3px;
	padding-top: 1px;
	background-image:url(../images/bday_li_bg.jpg);
	background-repeat:repeat-x;
	border-top: 1px solid #ababab;
}

.bdays li:first-child {
	border: none;
	background-image:url(../images/bday_li_first.jpg);
}

.bdays li:last-child {
	background-image:url(../images/bday_li_last.jpg);
}

/* for mobile */
@media only screen and (max-width: 768px) {
	body {
		font-size: 24;
	}

	#container {
		width: 100vw;
	}

	#content {
		width: 100vw;
		background-color: #fcfcfc;
		background-image: none;
		padding: 5px;
	}

	#login {
		width: 95%;
		text-align: center;
	}

	#login input {
		margin: 5px;
		width: 90%;
	}

	#login input[type=button], input[type=submit], input[type=reset] {
		background-color: #4CAF50;
		border: none;
		color: white;
		padding: 16px 32px;
		text-decoration: none;
		margin: 4px 2px;
		cursor: pointer;
		font-size: 18px;
		border-radius: 35px;
		}
	
	#login img {
		width: 80%;
		float: none;
		margin-bottom:20px;
	}

	#footer{
		display: none;
	}	
	
	#menu {
		text-align:left;
		height: 100vh;
		background-image:none;
		background-color: #ddd;
		width: 90vw;
		position: fixed;
		right: 0px;
		top: 0px;
		z-index: 10;
	}

	#menu.closed {
		transform: translateX(115%);
	}

	#menu a {
		display: block;
		width: 100%;
		background-image: none;
		font-size: 24px;
		color: #1c1c1c;
		border-bottom: 1px dotted rgb(128, 128, 128);
	}

	#menu a.active {
		font-size: 24px;
		background-color: rgba(0,0,0,0);
	}

	#openmenu {
		display: block;
		width: 10vh;
		height: 10vh;
		position: fixed;
		right: 1vh;
		bottom: 1vh;
		z-index: 5;
		padding: 1.5vh;
		background-color: #4CAF50;
		border-radius: 5vh;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	}

	ul.bdays{
		width: 100%;
	}

	#wartburg_bdays,
	#andere_bdays{
		display: block;
		padding: 0px 0px 0px 0px;
		padding-top: 15px;
	}

	.bdays li {
		font-size: 16px;
		padding: 3px;
		padding-top: 1px;
		background-image:none;
		border-top: 1px solid #ababab;
		color: #1c1c1c;
	}

	.bdays a {
		color: #1c1c1c;
	}
	
	.bdays li:first-child {
		border: none;
		background-image:none;
	}
	
	.bdays li:last-child {
		background-image:none;
	}

	.bday_div{
		background-image: none;
	}

	.material-icons.md-48 { font-size: 48px; }
	.material-icons.md-light { color: rgba(255, 255, 255, 1); }

	.detail_forms{
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
	}

	#suchen{
		padding-bottom: 5px;
	}

	.first_col {
		width: fit-content;
	}

	.second_col_small{
		width: fit-content;
	}

	.second_col{
		width: fit-content;
	}
}