/* @override 
	http://annakehl.ch/css/master.css */

/* @group Setup */

img{
  height: auto;
}

body {
  font-family:'Neuzeit S LT W01 Book';
  margin: 0;
  padding: 0;
}

b, strong {
  font-family:'NeuzeitSLTW01-BookHeavy';
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

h1, h2, h3 {
  font-family:'NeuzeitSLTW01-BookHeavy';
}

h4, h5, h6 {
  font-family:'Neuzeit S LT W01 Book';
}

:link, :visited {
  text-decoration: none;
  color: maroon;
}

a:hover {
  text-decoration: underline;
}

/* @end */

/* @group Template */

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

#overlay .text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

#overlay .text.huge {
  white-space: nowrap;
  font-family:'NeuzeitSLTW01-BookHeavy';
  font-size: 72pt;
  color: black;
}

#overlay.rotated {
  transform: rotate(-45deg);
}

#overlay .text.comming-soon {
  
}

.template-index #content {
  width: 1100px;
  overflow: visible;
  margin: 25px auto;
}

.template-index #footer {
  overflow: visible;
  margin: 0 auto;
}

.template-index #footer p {
  text-align: center;
}

.template-index #footer a, .template-index #footer a:visited {
  color: inherit;
  white-space: nowrap;
}

.template-index #footer a:hover {
  color: inherit;
}

/* @end */

/* @group Pages */

.param-page #footer {
  display: none;
}

.param-page #main-visual {
  display: block;
  float: left;
}

.param-page #main-visual img {
  width: 350px;
  height:  223px;
  margin-left: 25px;
}

.param-page #text-content {
  width: 350px;
  float: right;
  margin-right: 350px;
}

.param-page #title, .param-page #title h2, .param-page #title h3, .param-page #text, .param-page #text-content p:first-of-type {
  display: inline;
}

.param-page #title h2, .param-page #title h3 {
  display: inline;
  font-family:'Neuzeit S LT W01 Book';
  font-size: medium;
  font-weight: normal;
  font-style: normal;
}

.param-page #text h4 {
  font-size: medium;
  font-weight: bolder;
  font-style: normal;
}

/* @end */

/* @group Page: Home */

.page-home #text :hover {
  text-decoration: none;
}

.page-home #title {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.page-home #text {
  width: 1050px;
  overflow: visible;
  margin: 0 auto;
}

.page-home #text nav {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  background-color: #bbbdcc;
}

.page-home #text nav > a {
  width: 350px;
  display: block;
  float: left;
  text-decoration: none;
  color: black;
}

.page-home #text nav > a .text {
  width: 350px;
  height: 223px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: white;
}

.page-home #text nav img {
  width: 350px;
  display: block;
  float: left;
}

.page-home #text nav *:nth-child(3n+1) {
  clear: left;
}

/* @end */

/* @group Markup free clearing */

/**
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

/* @end */
/* @group Media Queries */

@media all and (min-width: 1024px) {
}

@media all and (min-width: 700px) and (max-width: 1024px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .template-index #content {
    width: 710px;
  }
  .param-page #main-visual img {
    margin-left: 10px;
  }
  .page-home #text {
    width: 700px;
  }
  .param-page #text-content {
    width: 300px;
    margin-right: 25px;
  }
  .page-home #text nav *:nth-child(3n+1) {
    clear: none;
  }
  .page-home #text nav *:nth-child(2n+1) {
    clear: left;
  }
}


@media all and (min-width: 350px) and (max-width: 700px), (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .template-index #content {
    width: 350px;
  }
  .page-home #text {
    width: 360px;
  }
  .page-home #text nav {
    width: 350px;
    margin: 0px 5px;
  }
  .page-home #text nav *:nth-child(3n+1) {
    clear: none;
  }
  .page-home #text nav * {
    clear: left;
  }
  .param-page #main-visual img {
    margin-left: 5px;
    margin: 5px 5px;
  }
  .param-page #text-content {
    float: left;
    width: 350px;
    margin: 5px 5px;
  }
}

/* @end */

/* @group Fonts.com */

#mti_wfs_colophon {
  visibility: hidden;
}

/* @end */
