/*
Theme Name: Wordpress Theme Kit
Theme URI: http://internetkultur.at
Description: Barebone wordpress theme to get started
Version: 1
Author: Christoph Peter
Author URI: http://twitter.com/christoph_peter
*/


@font-face {
  font-family: 'Graphik Web';
  src: url('font/Graphik-LightItalic-Web.eot');
  src: url('font/Graphik-LightItalic-Web.eot?#iefix') format('embedded-opentype'),
     url('font/Graphik-LightItalic-Web.woff') format('woff'),
     url('font/Graphik-LightItalic-Web.ttf') format('truetype'),
     url('font/Graphik-LightItalic-Web.svg#Graphik Web') format('svg');
  font-weight:  300;
  font-style:   italic;
  font-stretch: normal;
}

.Graphik-LightItalic-Web {
  font-family: 'Graphik Web';
  font-weight:  300;
  font-style:   italic;
  font-stretch: normal;
}


@font-face {
  font-family: 'Graphik Web';
  src: url('font/Graphik-Bold-Web.eot');
  src: url('font/Graphik-Bold-Web.eot?#iefix') format('embedded-opentype'),
     url('font/Graphik-Bold-Web.woff') format('woff'),
     url('font/Graphik-Bold-Web.ttf') format('truetype'),
     url('font/Graphik-Bold-Web.svg#Graphik Web') format('svg');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}

.Graphik-Bold-Web {
  font-family: 'Graphik Web';
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}


@font-face {
  font-family: 'Graphik Web';
  src: url('font/Graphik-BoldItalic-Web.eot');
  src: url('font/Graphik-BoldItalic-Web.eot?#iefix') format('embedded-opentype'),
     url('font/Graphik-BoldItalic-Web.woff') format('woff'),
     url('font/Graphik-BoldItalic-Web.ttf') format('truetype'),
     url('font/Graphik-BoldItalic-Web.svg#Graphik Web') format('svg');
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}

.Graphik-BoldItalic-Web {
  font-family: 'Graphik Web';
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}


@font-face {
  font-family: 'Graphik Web';
  src: url('font/Graphik-Light-Web.eot');
  src: url('font/Graphik-Light-Web.eot?#iefix') format('embedded-opentype'),
     url('font/Graphik-Light-Web.woff') format('woff'),
     url('font/Graphik-Light-Web.ttf') format('truetype'),
     url('font/Graphik-Light-Web.svg#Graphik Web') format('svg');
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}

.Graphik-Light-Web {
  font-family: 'Graphik Web';
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('font/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('font/MaterialIcons-Regular.woff2') format('woff2'),
       url('font/MaterialIcons-Regular.woff') format('woff'),
       url('font/MaterialIcons-Regular.ttf') format('truetype');
}

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

strong { font-weight:bold }
em { font-style:italic }
a img { border:none }



.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
.clear{clear:both;zoom: 1;}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

::-webkit-scrollbar-thumb:vertical { width: 1em; background: #000; }
::-webkit-scrollbar-thumb:horizontal { height: 1em; background: #000; }
::-webkit-scrollbar { width:1em; background: #e1e1e1; }


*{
	box-sizing:border-box;
}

html{
	height: 100%;
}
html,body{
	font-family: 'Graphik Web','Arial',sans-serif;
	width: 100%;
	min-height: 100%;
	height: 100%;

}
body{
	overflow-y:scroll;
}
a{
	color:#000;
}
.wrapper{

}
#overlay{
	position: absolute;
	position: fixed;
	top:0;
	left:0;
	right:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #fff;

	 -webkit-transition: all 1s ease-out;
     -moz-transition: all 1s ease-out;
       -o-transition: all 1s ease-out;
          transition: all 1s ease-out;
}
#overlay.fade{
	opacity: 0;
}

#overlay img{
	position: absolute;
	height: 12em;
	width:9.411em;
	margin-left: -4.7055em;
	margin-top: -6em;
	top:50%;
	left:50%;
}
.header{
	width: 100%;
	height: 7em;
	background: #fff;
	top:0;
	left:0;
	right:0;
	z-index: 9;
	position: absolute;
	position: fixed;
}
.home .header{
	background: none;
}
.corner-logo{
	position: absolute;

	top:2em;
	right:2em;
}
.corner-logo img{
	width: auto;
	height: 3.25em;
	display: block;
}
.corner-top,.corner-bottom{
	position: absolute;

	z-index: 99;
}
.corner-top .letter,.corner-bottom .letter{
	font-size: 1.5em;
	position: absolute;
	font-weight: bold;
	width: 1em;
	display: inline-block;
	text-align: center;
}
.corner-top{
	top:2em;
	left:2em;
}
.corner-top .letter-1{
	left:0;
	top:0;
}
.corner-top .letter-2{
	left:1.3em;
	top:0;
}
.corner-top .letter-3{
	left:0;
	top:1.3em;
}
.corner-top .edge-top{

}
.corner-top .edge,.corner-bottom .edge{
	background: #000;
	position: absolute;
	display: block;
}
.corner-top .edge-top{
	width: 3em;
	height: 1em;
	top:0;
	left:0;
}
.corner-top .edge-left{
	width: 1em;
	height: 3em;
	top:0;
	left:0;
}



.corner-bottom{
	bottom:2em;
	right:2em;
}

.corner-bottom .letter-1{
	right:0;
	bottom:1.3em;
}
.corner-bottom .letter-2{
	right:1.3em;
	bottom:0;
}
.corner-bottom .letter-3{
	right:0;
	bottom:0;
}

.corner-bottom .edge-right{
	width: 1em;
	height: 3em;
	bottom:0;
	right:0;
}
.corner-bottom .edge-bottom{
	width: 3em;
	height: 1em;
	bottom:0;
	right:0;
}


.header-menu{
	position: absolute;
	top:2em;
	left:50%;
	width: 60%;
	margin-left: -30%;
	background: #fff;
	text-align: center;
	z-index: 99;
}
.header-menu li{
	display: inline-block;
	background: #fff;
}
.header-menu li.menu-item-14 a{
	background-color: #fabc57;	
}
.header-menu li.menu-item-16 a{
	background-color: #cfe5ed;	
}
.header-menu li.menu-item-1483 a{
	background-color: #60ce9f;	
}

.header-menu li a{
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.3em;
/*	padding: 0 0.5em 0.3em; */
	padding: 3px 3px 2px 3px;
	margin-left: 2px;
	margin-bottom: 3px;
}
.header-menu li a:hover{
	text-decoration: none;
	color: white;
	background: black;
}
.header-menu li ul{
	display: none;
	position: absolute;
	top:100%;
	padding-top: 0.7em;
	right:0;
	left:0;
	text-align: center;
}

.header-menu li.current-menu-item ul, .header-menu li.current-menu-ancestor ul,.single-post .header-menu li:first-child ul{
	display: block;
}
.header-menu li ul li a{
	font-weight: normal;
	font-size: 1em;
	text-transform: none;
}
.header-menu li.current-menu-item > a, .header-menu li.current-menu-ancestor > a,.header-menu li.current_page_parent > a{
		text-decoration: none;
}

.main{
	width: 100%;
	height: 100%;

}
.main-container{
	display: table;

	width: 100%;
	height: 100%;
}
.main-center{

	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.main-menu li{
	font-weight: bold;
	padding-bottom: 0.5em;
}
.main-menu li a{
	font-size: 5em;
	text-transform: uppercase;
	text-decoration: none;
}
.main-menu li a:hover{
	text-decoration: none;
}

.main-menu li.menu-item-140 a, .main-menu li.menu-item-39 a, .main-menu li.menu-item-595 a, .main-menu li.menu-item-748 a, .main-menu li.menu-item-1568 a{
	background-color: #fabc57;
	padding: 3px 4px 2px 4px;
	margin-left: 5px;
}
.main-menu li.menu-item-114 a{
	background-color: #cfe5ed;
	padding: 3px 4px 2px 4px;
	margin-left: 5px;
}

.main-menu li ul{
	display: block;
	text-align: center;
}
.main-menu li ul li{
	display: inline-block;
}
 .main-menu li ul li a{
	font-size: 1em;
	font-weight: normal;
	display: inline-block;
	padding:0 1em;
	text-transform: none;
}
.main-menu li ul li a:hover{
	text-decoration: none;
	color: white;
	background: black;
}
.main-claim{
	padding:1em;
	line-height: 1.4;
	text-decoration: none;
}
.main-claim a{
	text-decoration: none;
	color: white;
	background: black;
}
.main-claim a:hover{
	text-decoration: none;
	color: black;
	background: white;
}



.photos{
	width: 60%;
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -30%;
	margin-top: -19.8%;

}
.photos .photo{
	width: 50%;
	height: 0;
	padding-bottom: 33%;
    display:block;
	text-decoration:none;
	float: left;
	overflow: hidden;
}
.photos .photo img{
	width: 100%;
	padding:1em 0.5em;
	display: block;

	height: auto;
}


.content{

}
.content h1{

	font-size: 1.6em;
	font-weight: bold; 
	text-transform: none; 
	padding-bottom: 0.5em;
}
.content h2,.calendar .month{
	font-size: 1.6em;
	font-weight: bold;
	
	padding-bottom: 0.5em;

}
.content h3{
	font-weight: bold;
	padding-bottom: 1em;
}
.content p{
	font-size: 1.2em;
	line-height: 1.4;
	padding-bottom: 1em;
}
.content a{
	display: inline-block;
	text-decoration: none;
	padding:0 0.2em;
}
.content a:hover{
/*	text-decoration: underline; */
	text-decoration: none;
}

.content-centered{
	width: 60%;
	margin:0 auto;
	padding:9em 0 4em 0;
	text-align: center;
}
.content-centered a {
	background: #ececec;
	padding: 1px 2px 1px 2px;
	margin-bottom: 3px;
}
.content-centered a:hover {
	background: black;
	color: white;
}

#desks {
	clear: both;
}
#desks p{
	font-size: 1em;
	line-height: 1.4;
}
#outer {
    float: right;
    position: relative;
    left: -50%;
}
#inner {
/*    position: relative;
    left: 55%; */
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
    flex-wrap: wrap;
}
.column {
	color:white;
	width: 175px;
	float:left;
/*	margin-right: 75px; */
	border-radius: 3px;
}
.column h1{
	padding-top: 10px;
	font-size: 2em;
}
.column ul{
}
.column ul > h1{
	font-size: 1em;
	margin-bottom: 25px;
	margin-top: 25px;
}
.column ul > h2{
	font-size: 1.6em;
	margin: 3px 0 3px 0;
}
.column li{
	margin-bottom: 5px;
	font-size: 0.7em;
}
.fixtable{
	background: #1c1919;
	padding:0 10px 0 0;
}
.flextable{
	background: #2c5312;
	padding:0 10px 0 0;
}
.flatrate{
	background: #999900;
	padding:0 10px 0 0;
}
#desks .flatrate p{
	margin-top: 15px;
	font-size: 0.6em;
	font-weight: 100;
}
#extras {
	clear: both;
	color: black;
}
#extras h1{
	padding-top: 25px;
	padding-bottom: 0.5em;
	font-size: 1.2em;
}
#extras p{
	font-size: 1em;
	line-height: 1.4;
}
.locker ul li, .access247 ul li, .postbox ul li{
	color: black;
	font-size: 1em;
	padding-top: 1em;
}
.locker span, .access247 span, .postbox span{
	padding-bottom: 5px;
	color:black;
	font-size: 0.8em;
}
.material-icons{
	margin: 0 5px 0 0;
	color: black;
	
	border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	width: 36px;
    height: 36px;
    padding: 8px;
    border: 2px solid black;
    text-align: center;
    
    font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	/* display: inline-block; */
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

#confroom {
	clear: both;
	color: black;
}
#confroom h1{
	padding-top: 75px;
	padding-bottom: 0.5em;
	font-size: 1.8em;
}
#confroom p{
	font-size: 1em;
}
.hours-1{
	background: #2c5312;
}

.hours-5{
	background: #336600;
}
.hours-9{
	background: #2c5312;
}
#confroom .hours-1 h1,#confroom .hours-5 h1,#confroom .hours-9 h1{
	padding-top: 10px;
	padding-bottom: 15px;
}
#confroom ul{
	margin-bottom: 10px;
}

#price_last {
	clear: both;
	color: black;
}
#price_last h1{
	padding-top: 75px;
	padding-bottom: 0.5em;
	font-size: 1.8em;
}
#price_last p, #price_last ul li{
	font-size: 1em;
	line-height: 1.4;
}


.expandable{
	padding-bottom: 1em;
}
.expandable .text{
	display: none;
}
.expandable .read-more{
	padding:0.5em;
	font-size: 0.8em;
}
.events a{
	text-decoration: none;
}
span.events-community,span.events-sektor5,span.events-external{
	cursor: pointer;
}
.events .event-community h3 span,.events-community{
	border-bottom:4px solid #4DAB77;
}
.events .event-sektor5 h3 span,.events-sektor5{
	border-bottom:4px solid #D4403D;
}
.events .event-exernal h3 span,.events-external{
	border-bottom:4px solid #70358C;
}
.calendar{
	position: relative;
	text-align: center;

}
.clndr-legend{
	padding-top: 2em;
	font-weight: bold;
	font-size: 0.9em;
}
.clndr-legend span{
	display: inline-block;

}

.calendar .clndr{
	width: 40%;
	position: relative;
	margin: 0 auto;
	min-height: 20em;
	padding: 0;
}
.calendar .clndr td{
	font-weight: bold;
	border-right: 1px solid #000;
	padding:0.2em 0;
}
.calendar .clndr td span{
	padding:0.1em 0.2em 0 0.2em;
}
.calendar .today span{
	background: #000;

	color:#fff;
}
.calendar .clndr td:last-child{

	border-right: none;
}
.calendar .clndr table{
	width: 100%;
}
.clndr-control-button{
	position: absolute;
	right:100%;
	top:35%;
	cursor: pointer;
}
.clndr-control-button.rightalign{
	right: auto;
	left: 100%;
}
.upcoming-events .event {
	padding-bottom:1em;
	cursor: pointer;
}
.upcoming-events .event .event-description{
	display: none;
	font-size: 0.8em;
	padding:1em 0;
	margin: 0 auto;
	width: 80%;
}
.upcoming-events .event .event-time{

}
.upcoming-events .event h3{
	padding-bottom: 0.5em;
	line-height: 1.4;

}
.add-to-cal{
	position: relative;
	top:-2em;
}
.footer{
	position: absolute;
	position: fixed;
	width: 100%;
	height: 4em;
	background: #fff;
	bottom:0;
	left:0;
	right:0;
	z-index: 9;
}
.footer-menu{
	position: absolute;

	bottom:2em;
	left:50%;
	width: 90%;
	margin-left: -45%;
	text-align: center;
}
.footer-menu li{
	display: inline-block;
}
.footer-menu li a {
	padding:0 2em;
	text-decoration: none;
	font-size: 0.8em;
}

.em-booking-login{
	display: none;
}
.em-booking-form-details{
	float: none;
	margin:0 auto;
	width: 50%;
}
.em-booking-form-details input[type=text]{
	border:1px solid #000;
	padding:0.5em;
}

.post-meta{
	padding-bottom: 1em;
	display: block;
}
.single-post a{
	text-decoration: underline;
	padding:0;
}
.form-allowed-tags{
	display: none;
}

/* Instagram WPZomm Widget starts here */
.zoom-instagram-widget__items {
	display: inline-block;

}
.zoom-instagram-widget {

}
.zoom-instagram-widget h2 {
	display: none;
}
.zoom-instagram-widget__follow-me {
	display:none;
}
.insta-separator-1{
	margin-top: 50px;
	margin-bottom: 15px;
}


@media screen and (max-width:40em) {
	body{
	
	}
	

	.main-menu{
		font-size: 0.5em;
	}
	.main-menu li ul li a {
		font-size: 1.5em;
	}
	.header{
		position: relative;
		background: none;
	}
	.photos{
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
		top:0;
		left:0;
		padding:4em 0;
	}
	.photos .photo{
		width: 100%;
		padding-bottom: 66%;
		float: none;
		position: relative;
	}
	fieldset img{
		width: 50%;
		height: 50%;
	}
	.content-centered div img{
		width: 50%;
		height: 50%;
	}

	.header-menu{
		background: none;
		top:5em;
		width: 90%;
		margin-left: -45%;
	}
	.header-menu li{
		background: none;
		display: block;
		font-size: 0.8em;
	}
	.header-menu li li{
		display: inline-block;
	}
	.content-centered{
		width: 90%;
		font-size: 0.8em;
	}
	.main-claim{
		position: relative;
		padding-bottom: 2em;

	}
	.footer{
		clear: both;
		position: relative;
		height: auto;
		padding-bottom: 4em;
		line-height: 1.4;
	}
	.footer-menu{
	/*	position: relative; */
	}
	.footer-menu li{
		display: inline-block;
	}
	.footer-menu li a{
		padding: 0;
		font-size: 0.8em;
	}
	.main-claim {
		font-size: 0.8em;
	}
	.column {
		margin-bottom: 10px;
	}
	#inner {
		left: 75%;
	}
	.content-centered{
		padding:15em 0 4em 0;
	}
	li.zoom-instagram-widget__item > a img{
		width:100px;
	}
}
@media screen and (max-width:80em) {
	.calendar .clndr{
	width: 60%;
	position: relative;
	margin: 0 auto;
	min-height: 20em;
	padding: 0;
	}
	.column {
		margin-bottom: 10px;
	}
	#inner {
		left: 75%;
	}
	.content-centered{
		padding:15em 0 4em 0;
	}

}





