:root {
	--backgroundcolor: black;
	--textcolor: white;
	--focuscolor: #ff9900;
	--focuscolor2: #ffad33;
}
@font-face {
  font-family: 'myriadprosbc';
  src: url('myriadprosbc.eot');
  src: local('☺'),
         url('myriadprosbc.woff') format('woff'),
         url('myriadprosbc.otf') format('opentype');
}
@font-face {
    font-family: 'robotoregular';
    src: url('/_incf/roboto-regular-webfont.woff2') format('woff2'),
         url('/_incf/roboto-regular-webfont.woff') format('woff'),
         url('/_incf/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	font-family: robotoregular;
	text-decoration: none;
/*	letter-spacing: 1px;*/
	background-color: var(--backgroundcolor);
	color: var(--textcolor);
	font-size: 1rem;
	line-height: 1.4;
}

a {
	text-decoration: none; color: inherit;
}
a:hover {
	text-decoration: none;
	color: #FFAD33;
	color: var(--focuscolor2);
}
ul {
	list-style: square inside;
}
td {
	vertical-align: top;
}
td.paddingright { padding: 0px 15px 0px 0px; }
td p:first-child { margin-top: 0; }
select {
	font-size: 1rem;
}
.jn {
	display: none;
}
.jnm {
	display: inline-block;
	margin-left: 8vh;
	margin-top: 2vh;
	height: 2vh;
}
#showmodeswitch {
	left: 0px;
	top: 55px;
	width: 160px;
	position: fixed;
	font-size: small;
	text-align: right;
	text-transform: uppercase;
}
span.selectedsm {
	color: yellow;
}
#navigation {
	left: 0px;
	top: 104px;
	width: 160px;
	position: fixed;
}
#navigation {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 16em;
	background-color: var(--backgroundcolor);
	color: var(--textcolor);
/*	font-size: 2vh; */
	padding-left: 2.3vw;
	padding-right: 2.3vw;
	padding-top: 2vh;
	padding-bottom: 0;
	z-index: 50;
	border-right: 1px solid var(--focuscolor);
}
div.facebookshare {
	margin-top: 4em;
}
div.menuheader {
	position: relative;
	height: 4vh;
	margin-bottom: 4vh;
}
#menuclose {
	position: absolute;
	left: 5px;
	top: 5px;
	float: left;
	cursor: pointer;
	height: 3vh;
}
#menuclose img {
	height: inherit;
}
#navigation div {
/*
	font-size: 12px;
	line-height: 36px;
line-height: 30px;
*/
	line-height: 1;
margin-top: 4vh;
margin-bottom: 4vh;	
	text-align: right;
	text-decoration: none;
	letter-spacing: 1.5px;
}
#navigation div:first-child {
	margin-top: 0;
}
#navigation #pagelangswitch {
	float: right;
	width: 100%;
/*	font-size: 2vh; */
	text-align: right;
	text-transform: uppercase;
	margin-right: -0.5em;
	margin-top: 0;
}
#pagelangswitch a {
	display: inline !important;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
span.selectedlang {
	font-weight: bold;
}
#navigation a {
	color: var(--textcolor);
	text-decoration: none;
	display: block;
	width: 100%;
margin-top: 1vh;
margin-bottom: 1vh;
}
#navigation a:hover, #navigation a.selecteditem {
	color: #FFAD33;
	color: var(--focuscolor2);
	text-decoration: none;
	background: url('/gfx/next2017.gif') var(--backgroundcolor) 10vh center no-repeat;
	background-size: contain;
}
#navigation a.selecteditem {
	background: url('/gfx/next2017.gif') var(--backgroundcolor) 10vh center no-repeat;
	background-size: contain;
}
#content {
	padding-top: 8vh;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4vh;
}
#content img {
	max-width: 100%;
}
.pagetitle {
	font-family: myriadprosbc;
/*	font-size: 8vh; */
	font-size: 4rem;
	color: var(--focuscolor);
	letter-spacing: 0;
	max-width: 750px;
	line-height: 100%;
	margin-left: 5vh;
    margin-left: 0;
}
.projectsubtitle1 {
	font-family: myriadprosbc;
/*	font-size: 2vh; */
/*	color: #ffad33; */
	font-size: 1.4rem;
	color: var(--focuscolor2);
	text-transform: uppercase;
	line-height: 1.6em;
}
.projectsubtitle2 {
	font-family: myriadprosbc;
	font-size: 1.2rem;
/*	font-size: 2vh; */
/*	color: #ffad33; */
	color: var(--focuscolor2);
	line-height: 1.5em;
}
#projectnav {
/*	position: absolute;*/
/*	font-size: 12px; */
	background-color: var(--backgroundcolor);
	color: var(--textcolor);
/*	width: 756px; */
	padding-bottom: 6px;
	line-height: 1.0em;
/*
	padding-top: 6px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
*/
	margin-bottom: 10px;
}
#projectnav a {
/*	font-size: 12px;*/
	line-height: 1.5em;
	letter-spacing: 0;
	letter-spacing: 0px;
	text-transform: none;
	text-decoration: none;
	color: var(--textcolor);
}
#projectnav a:hover {
/*	color: #ffad33; */
	color: var(--focuscolor2);
}
.highlight {
/*	color: #ffad33; */
	color: var(--focuscolor2);
	text-decoration: none;
/*	font-size: 12px; */
	letter-spacing: 0;
	text-transform: none;
}
div.projectmedia {
	margin-top: 20px;
	width: 100%;
}
div.projectmedia img {
	width: 100%;
}
/*
#projectmedia iframe {
	width: 100%;
}
*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-height: 100%;
	max-width: 100%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.small {
/*	font-size: 2vh; */
/*	letter-spacing: 0px; */
}
.highlight {
/*	color: #FFAD33; */
	color: var(--focuscolor2);
	text-decoration: none;
}
.highlightbold {
/*	color: #FFAD33; */
	color: var(--focuscolor2);
	font-weight: bold;
	text-decoration: none;
}
.yellow {
	color: #FC6;
}
img.dim {
	opacity: 1.0;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
	padding-left: 0px;
	padding-top: 26px;
	padding-bottom: 4px;
}
img.dim:hover {
	opacity: 0.6;
	text-transformation: ;
	filter: alpha(opacity=60);
	/* For IE8 and earlier */
}
img.left {
	margin-right: 10px;
}
#tablemoreinfo {
	display: none;
}
.nabtip {
	width: 200px;
	padding: 10px 20px;
	padding: 5px;
	background-color: var(--focuscolor);
/*	color: white; */
	color: var(--textcolor);
	border: none;
	text-transform: uppercase;
	box-shadow: 0 0 7px black;
	opacity: 0.85;
	font-size: 0.8rem;
	font-size: 0.7rem;
	z-index: 1000;
}
#projprev, #projnext {
	display: inline-block;
	width: 50px;
}
#contactform {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
div.nosmalldevice {
	display: none;
}
div.smalldevice {
	display: block;
	margin-top: 1em;
}
div.smalldevice table {
	width: 100% !important;
}
div.smalldevice a {
	color: white !important;
}
iframe {
	max-width: 100% !important;
}
#tableearlier {
	display: none;
}
table.agendatable {
/*	font-size: 11px; */
	font-size: 0.9rem;
	line-height: 20px;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
table.agendatable thead {
	display: none;
}
table.agendatable tr.nosmall {
	display: none;
}
table.agendatable th {
	text-align: left;
/*	width: 25%;*/
	padding-top: 30px;
}
table.agendatable td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 1rem;
	display: block;
}
table.agendatable tr {
	float: left;
	display: block;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid var(--focuscolor);
}
table.agendatable tr::after {
	clear: both;
}
table.agendatable a {
/*	color: white; */
	color: var(--textcolor);
	text-decoration: none;
}
table.agendatable a:hover {
/*	color: #ffad33; */
	color: var(--focuscolor2);
}
div.colright {
	float: left;
	width: 100%;
}
div.colright p {
	margin-bottom: 1em;
}
.zoom {
	cursor: url(/_inc/zoomin.cur), pointer;
}
div.colleft {
	float: left;
	width: 100%;
}
#meinhausbestelform {
	width: 100%;
}
#meinhausbestelform table {
	width: 100%;
}
#meinhausbestelform td.formdesc {
	min-width: 100px;
	width: 20%;
}
form tr {
	line-height: 2em;
}
form input {
	font-size: 1rem;
	max-width: 20em;
	height: 1em;
}
form textarea {
	font-size: 1rem;
	width: 20em;
	min-height: 100px;
}
form button {
	font-size: 1rem;
}
div.mosaicimages {
	width: 100%;
}
div.mosaicimage {
	float: left;
	width: 33%;
}
div.mosaicimage img {
	width: 100%;
	display: block;
	height: 188px;
	line-height: 188px;
	vertical-align: middle;
	object-fit: none;
	object-fit: cover;
	object-position: center;
}
p.bjqs-caption {
	font-family: robotoregular !important;
	font-size: 0.75rem !important;
}
.bjqs a {
    outline: none !important;
}
div.newsitem {
	float: left; width: 100%; padding-right: 12px;
}
div.projectitem {
	float: left; 
	position: relative; 
	width: 50%; 
	margin-bottom: 24px; 
/*	text-align: center; */
}
div.projectitem img {
	width: 80%;
}
div.projectitemtitle {
/*	width: 100%; */
	margin-top: 4px; margin-right: 50px;
	font-size: 1.5vh;
	font-family: myriadprosbc;
	font-size: 1.4rem;
	line-height: 115%;
	text-transform: uppercase;
	height: 2em;
	padding-right: 16px;
}
div.pressitem {
	float: left; position: relative; width: 50%; margin-bottom: 24px;
}
div.pressitem img {
	width: 80%;
}
div.pressitemtitle {
	color: #ffad33; height: 3em;
	color: var(--textcolor);
	padding-right: 1em;
}
#hamburger {
	position: fixed;
	left: 0;
	top: 0;
	cursor: pointer;
	display: block;
	z-index: 3;
	height: 8vh;
	background-color: var(--backgroundcolor);
}
/* not used: */
#menu {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 24vw;
	background-color: #969696;
	font-family: BillHair;
	color: white;
	font-size: 1.6em;
	font-weight: bold;
	padding-left: 2.3vw;
	padding-right: 2.3vw;
	padding-top: 2vh;
	padding-bottom: 0;
	z-index: 50;
}
@media only screen and (orientation:landscape) and (min-width: 836px) {
body {
/*	font-size: 12px; */
}
.small {
/*	font-size: 12px; */
}
#content {
	width: 756px;
	padding-top: 2vh;
}
div.colleft {
	width: 489px;
	padding-right: 15px;
}
div.colright {
	width: 252px;
}
div.nosmalldevice {
	display: block;
	margin-top: 1em;
}
div.nosmalldevice div.homefloat {
	float: left; 
	width: 320px; 
	padding-left: 30px; 
	padding-top: 30px; 
	padding-right: 10px; 
	color: black;
}
div.smalldevice {
	display: none;
}
.pagetitle {
/*	font-size: 64px; */
}
#hamburger {
	height: 64px;
}
.projectsubtitle1 {
/* font-size: 21px; */
}
.projectsubtitle2 {
/* font-size: 21px; */
}
div.slideshow {
	margin-top: 40px; margin-bottom: 40px;
}
div.slideshow img {
	width: auto !important;
	height: auto !important;
	max-width: 750px !important;
	max-height: 562px !important;
}
#meinhausbestelform {
	width: 240px;
}
div.newsitem {
	width: 240px;
}
div.projectitem {
	width: 240px;
}
div.pressitem {
	width: 240px;
}
table.agendatable thead {
	display: table-header-group;
}
table.agendatable tr.nosmall {
	display: table-row;
}
table.agendatable td {
	display: table-cell;
}
table.agendatable tr {
	float: none;
	display: table-row;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
}
table.agendatable tr::after {
	clear: none;
}
.jn {
	display: block;
	position: absolute; 
	left: 24px; 
	top: 100px; 
	width: 16px;
}
.jnm {
	display: none;
}
}
@media only screen and (max-width: 835px) {
	div.contactcontent {
		font-size: 80%;
	}
div.projectitem:nth-of-type(2n) {
	clear: both;
}
div.projectitemtitle {
	margin-right: 0;
	height: auto;
}
.videoWrapper {
	height: auto;
	max-height: 100%;
}
}

