/*Theme Name: Architekt Riederle
Theme URI: Your theme's URL
Description: A brief description of your theme
Version: 1.0
Author: Lukas Riederle
Author URI: Your web address
*/
.tablepress, .tablepress tr, .tablepress tbody td, .tablepress thead th, .tablepress tfoot th {
	border: none;
}

.dataTables_filter {
	width: 260px;
}

body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #879F9F;
	overflow: hidden;
	scrollbar-face-color:#879f9f;
	scrollbar-track-color: #ffffcc;
	scrollbar-arrow-color: #ffffcc;
	font-size: 14px;
	margin: 0;

}
#hmg_motiongallery {
	height: 100%;
	width: 100%;
}
a {color: #ffffff; text-decoration: none;}
a:link {color: #ffffff; text-decoration: none;}
#middle {
	position: absolute;
	min-height: 560px;
	float: none;
	margin: 0;
	width: 100%;
	top: 50%;
	margin-top: -270px;
}
.csc-mailform-field {
	display: block;
	clear:right
}
label,input {
	display: block;
	margin-left:20px;
}

input {
	clear:right;
	margin-left:170px;
}
label {
	float: left;
	width: 150px;
}

a:hover {color: #ffffcc;}
table {
	font-size: 14px;
}
a:visited {color: #ffffff; text-decoration: none;}
#active, .current-menu-item, li.current-menue-item {
	font-weight: bold;
	list-style-type: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: ffffff;
	border-right-color: ffffff;
	border-bottom-color: ffffff;
	border-left-color: ffffff;
	border-top-style: none;
	border-bottom-style: solid;
	padding-left: 5px;
	}
li.menu-item {
	list-style-type: none;
	}
li.menu-item a {
    padding-top: 10px;
    width: 100%;
    display: block;
}
li.menu-item a:hover {
	border-bottom-style: solid;
	border-bottom-width: 0.5px;
}

#entry {
padding:0;
}
#navigation {
	color: #FFFFFF;
	border-right-width: 1;
	border-right-color: #FFFFFF;
	width: 165px;
	left: 0;
	float: left;
	min-height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	top: 0;
	bottom: 0;
	vertical-align: middle;
	height: 560px;
	right: 0;
	padding-left: 15px;

	
}
#content {
	position: absolute;
	float: inherit;
	height: 565px;
	overflow: auto;
	margin-left: 195px;
	/* Firefox */
	width: -moz-calc(100% - 200px);
	/* WebKit */
	width: -webkit-calc(100% - 200px);
	/* Opera */
	width: -o-calc(100% - 200px);
	/* Standard */
	width: calc(100% - 200px);
	max-width: 1000px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Century Gothic", Verdana, Vrinda, "Arial Narrow";
	font-size: 12px;
	
}
img.size-medium.wp-image-105.alignright {
    width: 100%;
	height: auto;
    max-width: 425px;
}
H1,H2
{
	color: ffffcc;
	font-style: normal;
	font-weight: normal;
}
#foot {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
#head {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 100%;
	float: none;
}
#all {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	height: 100%;
	width: 100%;
}
#navtable {
 	width: 100%;
	height: 560px;
}
a.infobox { text-decoration:none; }
a.infobox:hover {  background: #879F9F; }
a.infobox span { color:#879F9F; left:10px; text-decoration:none; font-size: 15px; margin-top:0; padding-top:0; padding-right: 20px;}
a.infobox:hover span { visibility:visible; left:10px; color:#000000;}
a.infobox H1,H2 {font-size: 18px;}
p.bodytext {margin:0; padding:0;}
@media (max-device-width: 800px) {
	#navigation {
	 position: absolute;
	 height: 60px;
	 width:80px;
	 margin-left: 0;
	 padding-left: 5px;
	}
	#all {
		height: 100vh;
    	width: 100vw;
		padding-top: 0;
	}
	#middle {
		top: 0;
		height: 100vh;
    	width: 100vw;
		margin: 0;
	}
	li.menu-item a {
    padding-top: 30px;
    width: 100%;
    display: block;
	}
	body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #879F9F;
	overflow: hidden;
	scrollbar-face-color:#879f9f;
	scrollbar-track-color: #ffffcc;
	scrollbar-arrow-color: #ffffcc;
	font-size: 14px;
	margin: 0;
		height: 100vh;
    max-height: 100vh;

	}
	#content {
		position: relative;
		height: 100%;
		width: -webkit-calc(100vw - 90px);
		margin-left: 85px;
    	margin-top: 0;
    	margin-right: 0;
    	margin-bottom: 0;
    	padding: 3px;
		overflow: scroll;
	}
	#navtable {
 		width: 100%;
		height: 100%;
	}
}