@import url("shadowbox.css");
* {
  font-family: Muli, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0; }

html {
  min-width: 700px; }

body {
  background-color: #eee;
  width: 100%;
  height: 100%; }

::selection {
  /* Safari color selection */
  background: #708ca8;
  color: white; }

::-moz-selection {
  /* Firefox color selection */
  background: #708ca8;
  color: white; }

.whitethingy {
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 100000; }

/* HEADER */
header {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 150px;
  overflow: hidden; }

.headerslides {
  position: absolute;
  top: 0;
  z-index: -100;
  overflow: auto;
  width: 1000px;
  height: 150px; }
  .headerslides ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 150px;
    list-style: none; }
  .headerslides li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    height: 150px;
    list-style: none;
    background-size: 1000px 150px;
    background-repeat: no-repeat; }
  .headerslides.square {
    display: none; }

#banner {
  position: absolute;
  top: 0;
  z-index: -100;
  width: 1000px;
  height: 150px; }

h1, #title {
  position: absolute;
  bottom: 10px;
  left: 25px;
  font-size: 64px;
  font-family: thesansmoncon;
  font-weight: bold;
  color: #fff;
  text-decoration: none; }
  h1.smallheading, #title.smallheading {
    right: 25px;
    left: auto;
    bottom: 20px;
    font-size: 30px; }
  h1.projectheading, #title.projectheading {
    position: relative;
    clear: left;
    bottom: auto;
    left: auto;
    margin: 25px;
    color: #444;
    font-size: 30px; }

nav {
  text-align: left;
  float: left;
  position: relative;
  top: 0;
  left: 25px; }
  nav li {
    list-style-type: none;
    display: inline-block;
    margin-right: 25px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none; }
  nav a, nav #current {
    color: #444;
    padding: 16px 15px 7px;
    position: relative;
    top: 6px;
    background-color: #fff;
    text-decoration: none;
    transition: all ease-out 200ms;
    -moz-transition: all ease-out 200ms; }
  nav a:hover, nav #current {
    position: relative;
    top: 10px;
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms; }

/* BODY  */
h2 {
  /* normal heading */
  padding: 10px 0 5px;
  display: block;
  font: 18px thesansmoncon; }

h3 {
  /* object box heading */
  color: #eee;
  background-color: rgba(0, 0, 0, 0.5);
  font: 20px thesansmoncon;
  padding: 10px 10px 6px;
  margin: 15px; }

content {
  display: block;
  width: 1050px;
  padding: 60px 0;
  margin: 0 auto;
  line-height: 20px; }
  content p, content h2, content ul {
    margin: 0 25px; }
  content a {
    text-decoration: none;
    color: #506c88;
    padding: 2px; }
    content a:hover {
      color: #fff;
      background-color: #708ca8; }
    content a:active {
      position: relative;
      top: 1px; }
  content ul {
    display: block; }
  content li {
    margin-left: 16px; }
  content .under-construction {
    font-size: 18px;
    font-weight: bold; }

.object {
  float: left;
  margin: 0 25px 50px 25px;
  width: 300px;
  height: 300px;
  background-color: #444;
  background-size: 300px 300px;
  overflow: hidden; }
  .object * {
    transition: all ease-in 100ms; }
  .object p {
    color: transparent;
    font-weight: bold;
    font-size: 12px; }
  .object:hover p {
    color: #eee; }
  .object:hover h3 {
    background-color: transparent; }

a > div.object:active {
  transition: all ease 100ms;
  -webkit-transform: scale(0.98); }

.overlaywhite {
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0; }

.overlay {
  background-color: transparent;
  float: none;
  margin: 0; }
  .overlay:hover {
    background-color: rgba(0, 0, 0, 0.5); }

#map {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  float: left;
  margin: 25px 25px 0;
  width: 1000px;
  height: 500px;
  background: url("../images/karte_schlosserei.svg"); }

/* FOOTER */
footer {
  position: relative;
  clear: both;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  padding: 25px 0 50px;
  font-size: 9px;
  line-height: 22px;
  border-top: 1px solid #666;
  color: #444; }
  footer a {
    color: #222;
    line-height: inherit; }
    footer a:hover {
      color: #000; }
  footer small {
    display: block;
    float: left; }
  footer #impressum {
    float: right; }

.showsmall, .showtiny {
  display: none; }

/* SITE SPECIFIC */
#kontakt #title, #kontakt .smallheading {
  color: #444; }
#kontakt nav a, #kontakt nav #current {
  color: #eee;
  background-color: #444; }
#kontakt content {
  padding: 0;
  /*width: 1000px;*/ }
  #kontakt content p {
    position: relative;
    background-color: #444;
    color: #eee;
    float: left;
    padding: 12px;
    margin: 25px 25px 25px 50px;
    transition: all ease 100ms; }
  #kontakt content a {
    color: #eee;
    background-color: #444;
    padding: 0;
    border-bottom: 1px #bbb solid;
    -webkit-tap-highlight-color: transparent; }
    #kontakt content a:hover {
      color: #fff;
      border-bottom-color: #fff;
      background-color: #444; }
    #kontakt content a > p:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      border: 10px solid #444;
      transition: none; }
    #kontakt content a > p:active {
      transition: all ease 100ms;
      -webkit-transform: scale(0.98); }
      #kontakt content a > p:active:before {
        top: -30px;
        left: -30px;
        bottom: -30px;
        right: -30px;
        opacity: 0;
        transition: all ease 700ms; }

#objekte content a {
  padding: 0; }
#objekte #back {
  float: left;
  margin: 0 25px 40px;
  padding: 6px 10px 4px;
  background-color: #444;
  color: white; }
#objekte #info {
  float: left;
  margin: 0 25px 50px;
  padding-bottom: 5px;
  background-color: #444;
  width: 300px; }
  #objekte #info h1, #objekte #info h2, #objekte #info h3, #objekte #info div, #objekte #info p, #objekte #info ul, #objekte #info ol {
    padding: 0;
    margin: 5px 10px 5px;
    background-color: transparent;
    color: #eee; }
  #objekte #info h1, #objekte #info h2, #objekte #info h3 {
    margin: 5px 0 0;
    position: relative;
    bottom: auto;
    left: auto;
    font: 20px thesansmoncon; }
    #objekte #info h1.infoheading, #objekte #info h2.infoheading, #objekte #info h3.infoheading {
      padding: 10px 0 6px;
      margin: 0 10px 10px; }
#objekte #img {
  float: right;
  width: 700px; }
  #objekte #img img {
    float: left;
    width: 300px;
    height: 300px;
    margin: 0 25px 50px;
    transition: all ease 100ms; }
    #objekte #img img:hover {
      transition: all ease 100ms;
      outline: 2px solid #444; }
    #objekte #img img:active {
      transition: all ease 100ms;
      -webkit-transform: scale(0.98); }
  #objekte #img.fullsize {
    width: 100%; }

/* MEDIA QUERIES */
@media screen and (max-width: 1100px) {
  content {
    width: 700px;
    padding: 50px 0; }

  #objekte #img {
    float: none; }

  header {
    width: 650px; }

  h1, #title {
    bottom: 45px;
    font-size: 48px; }
    h1.smallheading, #title.smallheading {
      left: 25px;
      bottom: 14px;
      font-size: 28px; }

  #map {
    width: 650px;
    height: 400px;
    background: url("../images/karte_schlosserei_650x400.svg"); }

  footer {
    margin-left: -325px;
    padding-bottom: 72px;
    width: 650px; }

  .showsmall {
    display: inline; }

  .hidesmall {
    display: none; } }
@media screen and (max-width: 400px) {
  html {
    min-width: 350px; }

  content {
    width: 350px; }

  #kontakt header {
    height: 150px; }
  #kontakt .headerslides {
    margin-top: 0; }
  #kontakt content {
    margin-top: 10px; }
    #kontakt content p {
      margin: 0 35px 25px; }

  #objekte #back {
    margin-top: -25px;
    margin-bottom: 10px; }
  #objekte #info {
    margin-top: 5px;
    width: 300px; }
    #objekte #info h1 {
      top: auto;
      width: auto;
      text-align: left; }
  #objekte #img {
    margin-top: 5px;
    width: 350px;
    float: right; }

  header {
    width: 300px;
    height: 216px; }

  .headerslides {
    width: 300px;
    height: 200px;
    margin-top: 84px; }
    .headerslides ul {
      margin-top: -15px; }
    .headerslides li {
      width: 300px;
      height: 200px;
      background-size: 300px 300px; }
    .headerslides.square {
      display: block; }
    .headerslides.wide {
      display: none; }

  nav {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    height: 54px; }
    nav li {
      float: left;
      margin: 10px 10px;
      width: 80px; }
    nav a, nav #current {
      text-align: center;
      display: block;
      top: 0;
      padding: 9px 0 7px; }
    nav a:hover {
      top: 0; }

  h1, #title {
    width: 300px;
    top: 20px;
    bottom: auto;
    left: 0;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    color: #000; }
    h1.smallheading, #title.smallheading {
      left: 0;
      top: 50px;
      bottom: auto;
      text-align: center;
      font-size: 20px; }

  #map {
    width: 300px;
    height: 200px;
    background: url("../images/karte_schlosserei_300x200.svg"); }

  footer {
    margin-left: -150px;
    padding: 10px 0 54px;
    width: 300px; }
    footer small {
      display: none; }
    footer #impressum, footer .showtiny {
      display: inline; }

  .overlaywhite {
    display: block; } }
/* FONT FACES */
@font-face {
  font-family: "thesansmoncon";
  src: url("../fonts/thesansmoncon-black.ttf"); }
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 400;
  src: url(https://themes.googleusercontent.com/static/fonts/muli/v4/minRpKQdEvXRRS8oAbAtWvesZW2xOQ-xsNqO47m55DA.woff) format("woff"); }
