@charset "UTF-8";
@font-face {
  font-family: "nexa_boldregular";
  src: url("fonts/Nexa_Free_Bold-webfont.eot");
  src: url("fonts/Nexa_Free_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Nexa_Free_Bold-webfont.woff2") format("woff2"), url("fonts/Nexa_Free_Bold-webfont.woff") format("woff"), url("fonts/Nexa_Free_Bold-webfont.ttf") format("truetype"), url("fonts/Nexa_Free_Bold-webfont.svg#nexa_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nexa_lightregular";
  src: url("fonts/Nexa_Free_Light-webfont.eot");
  src: url("fonts/Nexa_Free_Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Nexa_Free_Light-webfont.woff2") format("woff2"), url("fonts/Nexa_Free_Light-webfont.woff") format("woff"), url("fonts/Nexa_Free_Light-webfont.ttf") format("truetype"), url("fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  list-style: none;
}

body {
  width: 100%;
  height: 100%;
}

/*.bold {
    font-weight:bold;
}*/
.nonbold {
  font-weight: normal;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.floatnone {
  float: none;
}

.clear {
  clear: both;
}

.invisible {
  display: none;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.smaller {
  font-size: smaller;
}

.underline {
  text-decoration: underline;
}

.special_link {
  margin: 0;
  padding: 0 1px 0 3px;
}

.bold {
  font-family: nexa_boldregular, Helvetica, Arial, Geneva, sans-serif;
  font-weight: normal;
}

.blue {
  color: #a2c6cf;
}

/* Container */
body {
  position: relative;
  font-family: nexa_lightregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 10pt;
  color: black;
  height: 100%;
  background-color: #f2f2f2;
}

div#container {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
}
div#container div#index {
  overflow: hidden;
}
div#container div#indexprev, div#container div#indexnext {
  cursor: pointer;
}

div#content {
  position: relative;
  margin: 0 20px;
}

div#centered {
  margin: 0 auto;
  width: 60%;
}

/* Links */
a {
  color: #3d3d3d;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headers */
h2 {
  font-size: 14pt;
}

/* Menu */
div#menu {
  position: fixed;
  bottom: 0;
  background: #ffffff;
  opacity: 1;
  display: none;
  width: 100%;
  height: 40px;
  font: nexa_lightregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 11pt;
  padding: 18px 0;
  z-index: 20;
}
div#menu ul li {
  float: left;
  margin: 7px;
  padding: 4px 6px;
  text-align: center;
  display: block;
  color: #3d3d3d;
}
div#menu ul li#menux {
  margin-right: 20px;
  width: 18px;
  height: 18px;
  background: #ebeff0 url("../img/button_close.svg") center center no-repeat;
  background-size: 10px 10px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
}
div#menu ul li#menucontact {
  margin-right: 30px;
}
div#menu ul#menu2 li, div#menu ul#menu3 li {
  float: right;
}
div#menu ul#menu2 li img {
  opacity: 0.6;
}

@media only all and (min-width: 851px) and (max-width: 1205px) {
  div#menu {
    height: 30px;
    font-size: 9pt;
    padding: 8px 0;
  }
  div#menu ul li {
    margin: 4px;
    padding: 2px;
  }
  div#menu ul li#menux {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background-size: 9px 9px;
    border-radius: 2px;
  }
  div#menu ul li#menucontact {
    margin-right: 15px;
  }
}
@media only all and (min-width: 501px) and (max-width: 850px) {
  div#menu {
    height: 50px;
    font-size: 9pt;
    padding: 8px 0;
  }
  div#menu ul li {
    margin: 4px;
    padding: 2px;
  }
  div#menu ul li#menux {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background-size: 9px 9px;
    border-radius: 2px;
  }
  div#menu ul li#menucontact {
    margin-right: 15px;
  }
}
@media only all and (max-width: 500px) {
  div#menu {
    height: 76px;
    font-size: 9pt;
    padding: 8px 0;
  }
  div#menu ul li {
    margin: 4px;
    padding: 2px;
  }
  div#menu ul li#menux {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background-size: 9px 9px;
    border-radius: 2px;
  }
  div#menu ul li#menucontact {
    margin-right: 15px;
  }
}
div#preload_icon {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /*pointer-events: none;*/
  background: url("../img/preloader.svg") center no-repeat transparent;
  background-size: 90px;
}

@media only all and (max-width: 900px) {
  div#preload_icon {
    background-size: 60px;
  }
}
div#indexprev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: transparent;
}
div#indexprev img {
  position: absolute;
  left: 30px;
  width: 35px;
  opacity: 0.7;
  display: none;
  background: #fefefe;
  color: black;
  border-radius: 5px;
  cursor: pointer;
  padding-right: 2px;
}
div#indexprev img:hover, div#indexprev img:focus {
  opacity: 1;
}

@media only all and (max-width: 900px) {
  div#indexprev img {
    left: 30px;
    width: 25px;
    border-radius: 4px;
  }
}
div#indexnext {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: transparent;
}
div#indexnext img {
  position: absolute;
  right: 30px;
  width: 35px;
  opacity: 0.7;
  display: none;
  background: #fefefe;
  color: black;
  border-radius: 5px;
  cursor: pointer;
  padding-left: 2px;
}
div#indexnext img:hover, div#indexnext img:focus {
  opacity: 1;
}

@media only all and (max-width: 900px) {
  div#indexnext img {
    right: 30px;
    width: 25px;
    border-radius: 4px;
  }
}
/* Import */
div#admin_import {
  position: fixed;
  top: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  display: none;
  width: 550px;
  height: 60px;
  font: nexa_lightregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 11pt;
  color: #3d3d3d;
  padding: 18px 0;
  z-index: 20;
}
div#admin_import span#admin_importx {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: #ebeff0 url("../img/button_close.svg") center center no-repeat;
  background-size: 10px 10px;
  opacity: 0.9;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  text-align: center;
}
div#admin_import table {
  float: right;
  width: 480px;
  margin-right: 60px;
}
div#admin_import table td {
  padding: 0 5px;
}
div#admin_import table input {
  margin: 0 0 7px 0;
  width: 250px;
  border: none;
  background-color: #ebeff0;
}
div#admin_import table input[type=submit] {
  width: 100px;
  background-color: #ebeff0;
  font-family: nexa_boldregular, Helvetica, Arial, Geneva, sans-serif;
}
div#admin_import table textarea {
  margin: 0 0 7px 0;
  width: 520px;
  resize: none;
  border: none;
  background-color: #ebeff0;
}

/* Contact / Imprint / Clients / About / Privacy Policy */
div#imprint {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.95;
  display: none;
  width: 100%;
  height: 100%;
  font: nexa_lightregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 11pt;
  color: #3d3d3d;
  padding: 18px 0;
  z-index: 20;
}
div#imprint span#contactx {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: #ebeff0 url("../img/button_close.svg") center center no-repeat;
  background-size: 10px 10px;
  opacity: 0.9;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  text-align: center;
  position: fixed;
}

div#follow img {
  height: 26px;
}

div#clients {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.95;
  display: none;
  width: 100%;
  height: 100%;
  font: nexa_lightregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 11pt;
  color: #3d3d3d;
  padding: 18px 0;
  z-index: 20;
}
div#clients span#clientsx {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: #ebeff0 url("../img/button_close.svg") center center no-repeat;
  background-size: 10px 10px;
  opacity: 0.9;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  text-align: center;
  position: fixed;
}

div#about {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.95;
  display: none;
  width: 100%;
  height: 100%;
  font: nexa_lightregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 11pt;
  color: #3d3d3d;
  padding: 18px 0;
  z-index: 20;
}
div#about span#aboutx {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: #ebeff0 url("../img/button_close.svg") center center no-repeat;
  background-size: 10px 10px;
  opacity: 0.9;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  text-align: center;
  position: fixed;
}

div#privacypolicy {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.95;
  display: none;
  width: 100%;
  height: 100%;
  font: nexa_lightregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 11pt;
  color: #3d3d3d;
  padding: 18px 0;
  z-index: 20;
}
div#privacypolicy span#privacypolicyx {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: #ebeff0 url("../img/button_close.svg") center center no-repeat;
  background-size: 10px 10px;
  opacity: 0.9;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  text-align: center;
  position: fixed;
}

/* Content */
div#logo {
  position: fixed;
  top: 20px;
  left: 30px;
  z-index: 10;
}
div#logo :hover, div#logo :focus {
  opacity: 0.7;
}

@media only all and (max-width: 900px) {
  div#logo {
    position: fixed;
    top: 15px;
    left: 20px;
  }
  div#logo img {
    width: 280px;
  }
}
div.togglebutton {
  background: #fefefe;
  color: black;
  opacity: 0.7;
  width: 110px;
  height: 16px;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-family: nexa_lightregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 11pt;
  padding: 4px;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 900px) {
  div.togglebutton {
    width: 90px;
    height: 15px;
    border-radius: 4px;
    font-size: 9pt;
    padding: 3px;
  }
}
div.togglebutton:hover, div.togglebutton:focus {
  opacity: 1;
}

div#menubutton, div#admin_menubutton {
  width: 30px;
}

div#menubutton:hover, div#menubutton:focus, div#admin_menubutton:hover, div#admin_menubutton:focus {
  width: 110px;
}

@media only all and (max-width: 900px) {
  div#menubutton, div#admin_menubutton {
    width: 20px;
  }

  div#menubutton:hover, div#menubutton:focus, div#admin_menubutton:hover, div#admin_menubutton:focus {
    width: 90px;
  }
}
div#admin_logoutbutton {
  position: fixed;
  left: 30px;
  top: 20px;
}

div#searchbutton, div#admin_importbutton {
  position: fixed;
  right: 30px;
  top: 20px;
}

div#overviewbutton {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

div#homebutton, div#admin_golivebutton, div#backbutton {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

div#premenubutton, div#admin_premenubutton {
  position: fixed;
  left: 30px;
  bottom: 30px;
}

div#menubutton, div#admin_menubutton {
  position: fixed;
  left: 30px;
  bottom: 30px;
}

p.simpletext, div.simpletext {
  padding: 100px 100px 80px 100px;
}

img.profile {
  margin: 0 10px 5px 0;
}

div.contact div.floatleft {
  padding: 0 25px 0 25px;
}

span#history_back {
  cursor: pointer;
}

/* Overview / Masonry */
div#items {
  margin: 0 auto;
  position: relative;
  padding-top: 55px;
  text-align: center;
}

div.item {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 17px 20px;
  vertical-align: bottom;
  /*img {
      vertical-align: text-bottom;
  }*/
}
div.item a {
  display: inline-block;
  position: relative;
}
div.item div.play-icon {
  position: absolute;
  opacity: 0.8;
}
div.item div.play-icon img {
  width: 128px;
}
div.item div.play-icon-small {
  position: absolute;
  opacity: 0.8;
  z-index: 6;
}
div.item div.play-icon-small img {
  width: 64px;
}
div.item div.gallerydetails {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: none;
  color: #f0f0f0;
  z-index: 6;
  text-align: right;
}
div.item div.gallerydetails span {
  background-color: #000000;
  margin: 2px 0;
  padding: 5px;
  display: inline-block;
}
div.item div.gallerydetails span.galname {
  font-family: nexa_boldregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 15pt;
}
div.item div.gallerydetails span.galcategory {
  font-size: 12pt;
}
div.item div.gallerydetails span.galimages {
  font-size: 12pt;
}

div.item img {
  /*width: 346px;*/
}

/*.gridsizer {
    width: 3%;
}*/
.gridsizer {
  /* 5 columns by default */
  width: 20%;
}

@media screen and (min-width: 720px) {
  /* 10 columns for larger screens */
  .gridsizer {
    width: 10%;
  }
}
/* Gallery */
div#gallery {
  position: absolute;
  top: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: none;
  width: 100%;
  z-index: 30;
}
div#gallery span#gallery_closex {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: #ebeff0 url("../img/button_close.svg") center center no-repeat;
  background-size: 10px 10px;
  opacity: 0.9;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  text-align: center;
}

img.galleryimg {
  cursor: url("../img/cursor-arrows.png"), auto;
  /*cursor: ew-resize;*/
}

div#viewer {
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: none;
  width: 100%;
  z-index: 30;
}

div#gallerymenu {
  position: fixed;
  bottom: 0;
  padding: 8px 0;
  background: #ffffff;
  width: 100%;
  height: 17px;
  font: nexa_lightregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 10pt;
  text-align: center;
  z-index: 30;
}
div#gallerymenu p {
  display: inline;
  margin: 0 20px;
}
div#gallerymenu p#gallerytitle {
  float: left;
}
div#gallerymenu p#gallerynav span#prev, div#gallerymenu p#gallerynav span#next {
  cursor: pointer;
  font-size: 12pt;
  opacity: 0.7;
  width: 20px;
  height: 20px;
  display: inline-block;
}
div#gallerymenu p#gallerynav span#prev {
  background: transparent url("../img/arrow-prev.svg") top left no-repeat;
  background-size: 20px 20px;
}
div#gallerymenu p#gallerynav span#next {
  background: transparent url("../img/arrow-next.svg") top left no-repeat;
  background-size: 20px 20px;
}
div#gallerymenu p#galleryshare {
  float: right;
}
div#gallerymenu p#galleryshare span {
  cursor: pointer;
}

div#socialemail {
  position: fixed;
  bottom: 0;
  background: #ffffff;
  opacity: 1;
  display: none;
  width: 100%;
  height: 280px;
  font: nexa_lightregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 10pt;
  padding: 2px 0;
  overflow-y: scroll;
  /*Bessere Lösung?*/
  z-index: 40;
}
div#socialemail span#socialemail_closex {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: #ebeff0 url("../img/button_close.svg") center center no-repeat;
  background-size: 10px 10px;
  opacity: 0.9;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  text-align: center;
}
div#socialemail table {
  float: right;
  width: 480px;
  margin-right: 60px;
}
div#socialemail table td {
  padding: 0 5px;
}
div#socialemail table input {
  margin: 0 0 7px 0;
  width: 250px;
  border: none;
  background-color: #ebeff0;
}
div#socialemail table input[type=submit] {
  width: 100px;
  background-color: #ebeff0;
  font-family: nexa_boldregular, Helvetica, Arial, Geneva, sans-serif;
}
div#socialemail table textarea {
  margin: 0 0 7px 0;
  width: 520px;
  resize: none;
  border: none;
  background-color: #ebeff0;
}

div#socialshare {
  position: fixed;
  bottom: 0;
  background: #ffffff;
  opacity: 1;
  display: none;
  width: 100%;
  height: 100px;
  font: nexa_lightregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 10pt;
  padding: 2px 0;
  z-index: 40;
}
div#socialshare span#socialshare_closex {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: #ebeff0 url("../img/button_close.svg") center center no-repeat;
  background-size: 10px 10px;
  opacity: 0.9;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  text-align: center;
}
div#socialshare div#icons {
  float: right;
  text-align: left;
  width: 280px;
}
div#socialshare div#icons a {
  width: 120px;
  margin: 8px;
  display: inline-block;
}

div#socialpdf {
  position: fixed;
  bottom: 0;
  background: #ffffff;
  opacity: 1;
  display: none;
  width: 100%;
  height: 80px;
  font: nexa_lightregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 10pt;
  padding: 2px 0;
  z-index: 40;
}
div#socialpdf span#socialpdf_closex {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: #ebeff0 url("../img/button_close.svg") center center no-repeat;
  background-size: 10px 10px;
  opacity: 0.9;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  text-align: center;
}
div#socialpdf div#icons {
  float: right;
  text-align: left;
  width: 320px;
}
div#socialpdf div#icons a {
  display: inline-block;
}

/* Forms */
label, label.error {
  width: 150px;
  display: inline-block;
}

label.error {
  width: 300px;
  color: red;
}

input, textarea {
  border: 1px dotted #767676;
  width: 350px;
  padding: 3px 4px 3px 4px;
  margin: 8px 3px;
  vertical-align: middle;
  color: #767676;
}

input#submit {
  color: #767676;
  width: 100px;
}

/* Search */
div#search {
  position: fixed;
  top: 0;
  right: 0;
  background: transparent;
  opacity: 1;
  display: none;
  width: 290px;
  height: 30px;
  font: nexa_lightregular, Helvetica, Arial, Geneva, sans-serif;
  font-size: 11pt;
  z-index: 20;
}
div#search span#searchx, div#search span#admin_importx {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: #ebeff0 url("../img/button_close.svg") center center no-repeat;
  background-size: 10px 10px;
  opacity: 0.9;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  text-align: center;
}

input#searchstring {
  color: #ffffff;
  background-color: #000000;
  width: 200px;
  height: 22px;
  margin: 0;
  padding: 0 5px;
  border: none;
}

input#searchsubmit {
  color: #ffffff;
  background: black url("../img/search.svg") center center no-repeat;
  background-size: 18px 18px;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: none;
}

input#searchstring2 {
  color: #767676;
  background-color: #ffffff;
  width: 120px;
  height: 22px;
  margin: -6px 0 0 0;
  padding: 0 4px;
  border: 1px dotted #767676;
  font-size: 11pt;
}

input#searchsubmit2 {
  color: #767676;
  background: white url("../img/search2.svg") center center no-repeat;
  background-size: 18px 18px;
  width: 22px;
  height: 22px;
  margin: -6px 0 0 0;
  padding: 0;
  border: none;
  cursor: pointer;
}

@media (max-width: 1060px) {
  input#searchstring2 {
    width: 90px;
    height: 16px;
    margin: -6px 0 0 0;
    padding: 0 3px;
    font-size: 9pt;
  }

  input#searchsubmit2 {
    background-size: 12px 12px;
    width: 16px;
    height: 16px;
    margin: -6px 0 0 0;
  }
}
/* Images & Image Links */
/* Other */
acronym, abbr {
  border-bottom: 1px dotted #a0b688;
  cursor: help;
}

.noscript {
  padding: 10px;
  text-align: justify;
}

/* Admin */
.admin_item {
  display: inline-block;
  width: 250px;
  height: 250px;
  margin: 4px;
  border: 3px solid #c99;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.admin_item video {
  position: absolute;
  width: 249px;
}
.admin_item p {
  width: 244px;
  background: #ffffff;
  opacity: 0.7;
  padding: 0 3px;
}
.admin_item p.imagemanagement {
  position: absolute;
  bottom: 0;
  text-align: right;
}
.admin_item p.imagemanagement span {
  cursor: pointer;
}

p.admin_filedescriptor {
  position: absolute;
  top: 0;
  background: #ffffff;
  width: 100%;
  opacity: 0.7;
  text-align: center;
}

div#login {
  text-align: center;
  margin-top: 200px;
}
div#login input {
  text-align: center;
  width: 250px;
}

div#editor form {
  text-align: center;
  margin-top: 70px;
}
div#editor form div#cke_ckeditor {
  margin: 0 auto;
}

video {
  -webkit-transform-style: preserve-3d;
}

/*# sourceMappingURL=global.css.map */
