/*
 Theme Name:     Bream
 Theme URI:      http://pb.keksbox.com
 Description:    The Postbahnhof Wordpress theme.
 Author:         dannykbx, danielkbx
 Author URI:     http://keksbox.com
 Version:        1.0.1
*/
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300,700");
@import url("http://fonts.googleapis.com/css?family=Crete+Round");
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
h1 {
  font-family: 'Crete Round', serif;
  font-size: 32px;
  line-height: 35px;
}
#content h1 {
  margin-bottom: 50px;
}
#content a {
  color: #000;
}
#content a:hover {
  color: #820000;
  text-decoration: none;
}
#stage {
  max-width: 1024px;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
}
.fill-out {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.clear {
  clear: both;
}
.linked-to {
  cursor: pointer;
}
html body {
  margin: 0px;
  padding: 0px;
}
div p ul {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  background-color: #fff;
  font-family: 'Crete Round', serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.caret {
  font-size: 7px;
  margin-left: 5px;
}
.inline {
  display: inline;
}
.hidden {
  display: none;
}
img.spacer {
  width: 100%;
  height: 100%;
}
.popover-cover {
  display: inline-block;
  position: absolute;
}
.popover {
  display: inline-block;
  height: 20px;
  background-color: #fff;
  position: relative;
  padding: 10px 20px;
  z-index: 20;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
}
.popover a {
  margin-left: 20px;
  font-size: 16px;
}
.popover a:first-child {
  margin-left: 0px;
}
.popover:after,
.popover:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.popover:after {
  border-color: rgba(136,183,213,0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.popover:before {
  border-color: rgba(227,227,227,0);
  border-bottom-color: #c7c7c7;
  border-width: 11px;
  margin-left: -11px;
}
header {
  background-color: #fff;
  color: #999;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
}
header a {
  color: #999;
}
header a:hover {
  text-decoration: none;
  color: #000;
}
#top {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
h3 {
  font-family: 'Crete Round', serif;
  font-size: 20px;
  line-height: 25px;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 18px;
}
#logo {
  height: 73px;
  position: relative;
  z-index: 10;
}
#logo #line {
  height: 10px;
  width: 100%;
  background-color: #000;
  position: relative;
  top: 24px;
}
#logo .content {
  position: relative;
  background-color: transparent;
  height: 73px;
  width: 204px;
  margin-left: 42px;
}
#logo .content #interrupt {
  background-color: #fff;
  width: 64px;
  height: 73px;
  margin: 0 auto;
}
#logo .content #logo-image {
  width: 204px;
  height: 73px;
  position: absolute;
  top: 0;
  left: 0px;
  background-image: url("images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 204px 73px;
}
#sharing-hook {
  margin-left: 32px;
}
#sharing-hook .popover-cover {
  height: 40px;
  top: -55px;
}
#tools-menu {
  height: 35px;
  padding-right: 42px;
  padding-top: 20px;
  text-align: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#tools-menu #languages {
  text-transform: uppercase;
}
#tools-menu #languages a {
  border-left: 1px solid #999;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 8px;
  margin: 0;
}
#tools-menu #languages a:first-child {
  border-left: 0px;
}
#tools-menu div.social-networks {
  display: inline-block;
  font-size: 12pt;
  margin-left: 20px;
}
#tools-menu div.social-networks .fa-square:before {
  content: "\f04d" !important;
}
#tools-menu div.social-networks span.fa-stack {
  width: 1em;
  height: 1em;
  color: #999;
}
#tools-menu div.social-networks span.fa-stack i.fa-square.fa-stack-2x {
  font-size: 1em;
}
#tools-menu div.social-networks span.fa-stack i.fa-stack-1x {
  line-height: 1.8em;
  font-size: 0.6em;
}
#tools-menu div.social-networks span.fa-stack:hover {
  color: #000;
}
#menu-top {
  margin-bottom: 25px;
  padding-right: 42px;
}
#menu-top ul {
  margin-top: 0px;
  padding-left: 0px;
  float: left;
  height: 20px;
}
#menu-top ul li {
  float: left;
  list-style-type: none;
  list-style-position: outside;
  line-height: 18pt;
}
#menu-top ul li a {
  margin-right: 35px;
  font-size: 13px;
  font-weight: normal;
}
#menu-top ul li.current-menu-item a {
  color: #000;
}
#menu-top-sub {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
}
#menu-top-sub a {
  color: #999;
  margin-right: 30px;
}
#menu-top-sub a:hover,
#menu-top-sub a.active {
  color: #000;
  text-decoration: none;
}
#menu-top-sub .content {
  padding-bottom: 18px;
}
#menu-footer {
  height: 42px;
}
#menu-footer ul {
  display: inline-block;
  margin-top: 10px;
}
#menu-footer ul li {
  float: left;
  list-style-type: none;
}
#menu-footer ul li a {
  font-size: 11px;
}
#menu-footer ul li a:hover {
  text-decoration: none;
  color: #000;
}
header div.search.full {
  display: block;
  float: right;
}
header div.search input {
  font-size: 12pt;
  text-align: right;
  color: #999;
  font-family: 'Crete Round', serif;
  border: 0px;
  display: inline-block;
  margin-right: 10px;
}
header div.search input:focus {
  outline: none;
}
header div.search input::-webkit-input-placeholder {
  color: #e5e5e5;
}
header div.search input::-moz-placeholder {
  color: #e5e5e5;
}
header div.search input:-ms-input-placeholder {
  color: #e5e5e5;
}
header div.search a {
  font-size: 12pt;
}
#content.search.results span.hit {
  background-color: #820000;
  color: #fff;
  padding: 0px 3px;
}
#content.search.results ul {
  padding: 0px;
  list-style-position: inside;
  list-style-type: none;
}
#content.search.results ul li.item {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#content.search.results ul li.item h2:before {
  content: "– ";
}
#content.search.results ul li.item h2 {
  font-size: 12pt;
  margin-bottom: 0px;
}
#content.search.results ul li.item h2 a,
#content.search.results ul li.item h2 .extended {
  color: #820000;
}
#content.search.results ul li.item h2 a:hover {
  color: #000;
}
#content.search.results ul li.item p {
  margin-top: 5px;
  margin-bottom: 20px;
}
#content {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 345px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 23px;
}
#content.full {
  max-width: 928px;
}
#content article img {
  max-width: 100%;
  height: auto;
}
#content .gallery .pure-g-r [class *="pure-u"] {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
#content .gallery div.item {
  max-width: 380px;
  height: 195px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
#content .gallery div.item img {
  width: 100%;
  height: auto;
  min-height: 210px;
}
#content section.rooms {
  border-top: 1px solid #ccc;
  padding-top: 42px;
  margin-top: 42px;
}
#content section.rooms h3 {
  padding: 0px;
  margin: 0px;
}
#content section.rooms ul.tabs {
  margin-top: 30px;
}
#content section.rooms .tab-content {
  margin-bottom: 20px;
}
#content section.rooms .downloads h3 {
  margin-top: 45px;
  margin-bottom: 0px;
}
#content section.rooms .downloads span.link {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
  margin-top: 5px;
}
#content section.rooms .downloads span.link i.fa {
  display: block;
  float: left;
  margin-right: 5px;
  font-size: 16px;
  line-height: 20px;
}
#content a.download {
  color: #666;
  text-decoration: none;
}
#content a.download i.fa {
  margin-right: 5px;
  color: #999;
  font-size: 1.2em;
  line-height: 1.2em;
}
#content a.download:hover {
  color: #000;
}
.interferer {
  cursor: default;
}
.interferer .background {
  background-color: #820000;
  opacity: 0.85;
}
.interferer .content {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 35px 40px 25px 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}
.interferer .content h2 {
  font-family: 'Crete Round', serif;
  margin-top: 0px;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
}
.interferer .content a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #fff !important;
  font-weight: bold;
  font-style: italic;
}
div.recommendation {
  display: table;
  width: 100%;
  border-color: #cdcdcd;
  border-width: 1px;
  border-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
  margin-top: 30px;
  margin-bottom: 5px;
  padding: 10px 0px;
  text-align: center;
  font-family: 'Crete Round', serif;
  font-size: 12pt;
  font-style: italic;
  color: #999;
}
div.recommendation span {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  height: 100%;
}
div.recommendation span.text {
  text-align: right;
  padding-right: 10px;
}
div.recommendation span.services {
  padding-left: 10px;
  text-align: left;
  line-height: 25px;
}
#content div.recommendation a {
  padding: 0px 5px;
  margin: 0px 4px;
  color: #999;
}
#content div.recommendation a:hover {
  color: #000;
}
section.call-to-action.link-interferer {
  display: block;
  background-color: #000;
  min-height: inherit;
  max-height: inherit;
  bottom: inherit;
  font-family: 'Crete Round', serif;
  text-align: center;
  padding: 15px;
  margin: 0px;
  line-height: 22pt;
  font-size: 20pt;
  text-transform: uppercase;
  letter-spacing: 2pt;
  font-weight: 100;
}
section.call-to-action.link-interferer span.inverse {
  color: #fff;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
}
section.call-to-action.link-interferer i.fa {
  font-size: 22pt;
}
#content .service.description {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 23px;
}
#content .service.description .breadcrumb,
#content .service.description .breadcrumb a {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 13px;
  color: #999;
}
#content .service.description .breadcrumb .divider,
#content .service.description .breadcrumb a .divider {
  padding-left: 2px;
  padding-right: 2px;
  color: #999;
}
#content .service.description .breadcrumb a:hover,
#content .service.description .breadcrumb a a:hover,
#content .service.description .breadcrumb .active,
#content .service.description .breadcrumb a .active {
  color: #000;
  text-decoration: none;
}
#content .service.description h1 {
  font-family: 'Crete Round', serif;
  font-size: 32px;
  line-height: 35px;
}
section.call-to-action {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  min-height: 104px;
  background-color: #900;
  position: relative;
  bottom: 305px;
  color: #fff;
  padding-left: 40px;
  font-size: 20px;
  display: table;
}
section.call-to-action a {
  color: inherit;
}
section.call-to-action a:hover {
  text-decoration: none;
}
section.call-to-action div.text {
  display: table-cell;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}
section.call-to-action div.text h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
}
section.call-to-action .inverse {
  background-color: #fff;
  color: #900;
  padding: 3px 10px;
}
section.call-to-action div.action {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 40px;
}
section.call-to-action div.action,
section.call-to-action div.action a {
  color: #fff;
  font-size: 64px;
}
ul.tabs {
  padding: 0px;
  display: inline-block;
}
ul.tabs li {
  float: left;
  list-style-type: none;
  list-style-position: outside;
  background-color: #ccc;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 13px;
  padding: 5px 10px;
  margin-right: 2px;
  margin-top: 6px;
  cursor: pointer;
}
ul.tabs li.active {
  background-color: #000;
  font-size: 13px;
  line-height: 17px;
  padding: 6px 12px;
  margin-top: 0px;
}
.downloads .container div.item {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 10px;
}
.downloads .container div.item:first-child {
  padding-left: 0px;
}
.downloads .container div.item:last-child {
  padding-right: 0px;
}
.downloads .container .link {
  display: block;
}
.downloads .container .link,
.downloads .container .link a {
  color: #999;
}
.downloads .container .link i.fa,
.downloads .container .link a i.fa {
  margin-right: 5px;
}
section.references aside.item {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  line-height: 0px;
  cursor: pointer;
}
section.references aside.item img {
  width: 100%;
  height: auto;
}
section.references aside.item .icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 48px;
  height: 34px;
  background-image: url("images/info_icon.png");
  background-size: 48px 34px;
}
.testimonials {
  margin-top: 30px;
}
.testimonials .item {
  margin-bottom: 30px;
}
.testimonials .item:last-child {
  margin-bottom: 20px;
}
.testimonials .item blockquote {
  background-color: #000;
  color: #fff;
  margin: 20px 0px;
  padding: 15px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-style: italic;
  height: auto;
  border: none;
  border-radius: 0px;
}
.testimonials .item blockquote:after,
.testimonials .item blockquote:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.testimonials .item blockquote:after {
  border-color: rgba(136,183,213,0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.testimonials .item blockquote:before {
  border-color: rgba(227,227,227,0);
  border-top-color: #000;
  border-width: 11px;
  margin-left: -5px;
}
.testimonials .item .origin {
  display: table;
  width: 100%;
}
.testimonials .item .origin .face {
  display: table-cell;
  vertical-align: middle;
  width: 67px;
}
.testimonials .item .origin .face img {
  margin-top: 2px;
  max-width: 57px !important;
  max-height: 57px;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.testimonials .item .origin .personal {
  display: table-cell;
  vertical-align: middle;
}
.testimonials .item .origin .personal h4 {
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
  text-transform: uppercase;
}
#content.home {
  max-width: 660px;
}
#content.home aside.testimonials {
  margin-top: 5px;
}
#content.home aside.testimonials blockquote {
  margin-top: 0px;
}
#content form {
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  color: #666;
  margin-bottom: 20px;
}
#content form .pure-g-r [class *="pure-u"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 10px;
}
#content form .pure-g-r .pure-u-1-3:nth-child(3) {
  padding-right: 0px;
}
#content form input[type=text],
#content form input[type=email],
#content form input[type=tel],
#content form input[type=number],
#content form input[type=date],
#content form select,
#content form textarea {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #999;
  color: #999;
  font-family: 'Crete Round', serif;
  font-weight: normal;
  font-size: 11pt;
  padding: 7px 10px;
  margin-bottom: 1.5em;
}
#content form input[type=date] {
  padding-top: 6px;
  padding-bottom: 7px;
  font-size: 10pt;
}
#content form input[type=number],
#content form input[type=date],
#content form select {
  height: 35px;
}
#content form .pure-u-1-5.captcha {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 35px;
  border: 1px solid #999;
  padding-top: 5px;
  padding-left: 8px;
}
#content form p {
  margin: 0px;
}
#content form p.submit {
  display: inline;
  max-width: 20%;
  clear: both;
}
#content form p.submit input[type=submit] {
  border: 0px;
  background-color: #666;
  color: #fff;
  font-size: 10pt;
  font-weight: normal;
  padding: 10px 20px;
}
#content form p.submit input[type=submit]:hover {
  background-color: #000;
}
#content form .wpcf7-response-output {
  float: right;
  margin: 0px;
  text-align: left;
  border: 0px;
  color: #008000;
  font-size: 10pt;
  line-height: 11pt;
  margin-top: -35px;
  max-width: 75%;
  height: 30px;
}
#content form span.wpcf7-not-valid-tip {
  margin-top: -20px;
  margin-bottom: 20px;
}
footer {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
  color: #666;
  font-size: 14px;
  color: #999;
  font-family: 'Open Sans', sans-serif;
}
footer a {
  color: #999;
}
footer a:hover {
  text-decoration: none;
  color: #000;
}
footer .content {
  padding-top: 40px;
  border-bottom: 8px solid #000;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 11px;
  line-height: 19px;
}
footer div {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
footer h2 {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Crete Round', serif;
  color: #666;
}
#to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding-top: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #000;
  text-align: center;
}
#to-top a {
  color: #fff;
  font-size: 18px;
}
div.error {
  background-color: #820000;
  color: #fff;
  font-size: 16pt;
  padding: 15px;
  line-height: 23pt;
}
div.error i.fa {
  display: block;
  float: left;
  margin-right: 20px;
  font-size: 48pt;
}
.debug {
  position: fixed;
  top: 0px;
  left: 10px;
  width: 90px;
  height: 30px;
  text-align: center;
  z-index: 99999;
}
.debug div {
  display: none;
  margin-top: 5px;
  color: #000;
}
.admin-bar .debug {
  left: 50%;
}
.admin-bar .debug div {
  color: #fff;
}
@media only screen and (min-width: 980px) {
  header {
    position: relative;
    height: 130px;
  }
  #sharing-hook .popover-cover {
    right: 45px;
  }
  #sharing-hook .popover:after,
  #sharing-hook .popover:before {
    left: 80%;
  }
  #menu-top {
    position: absolute;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    top: 100px;
    left: 0px;
    padding-left: 334px;
  }
  #menu-top-sub {
    padding-left: 334px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  #menu-top-sub a {
    font-size: 11px;
  }
  #menu-top-sub a:hover,
  #menu-top-sub a.active {
    border-bottom: 1px solid #000;
    padding-bottom: 21px;
  }
  #menu-top-sub.empty {
    padding-bottom: 10px;
  }
  header.menu-top-sub-visible {
    padding-bottom: 60px;
  }
  #menu-footer {
    position: relative;
  }
  #menu-footer ul {
    position: absolute;
    right: 42px;
  }
  #menu-footer ul li a {
    margin-left: 32px;
  }
  header .menu-item.search {
    display: none;
  }
  #content {
    max-width: 780px;
    margin: 0 auto;
  }
  #content .gallery div.item {
    width: 48.8% !important;
  }
  #content .gallery div.item:nth-child(odd) {
    margin-right: 1.2%;
  }
  #content .gallery div.item:nth-child(even) {
    margin-left: 1.2%;
    clear: both;
  }
  #content.wide {
    max-width: 940px;
  }
  section.service.description {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
  }
  #content .pure-u-1-2:nth-child(odd) {
    padding-right: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #content .pure-u-1-2:nth-child(even) {
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  footer {
    height: 305px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  footer .content {
    height: 255px;
    padding-left: 32px;
    padding-right: 32px;
  }
  footer .content .gutter {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .content a {
    font-weight: bold;
  }
  .debug .desktop {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  header {
    position: relative;
    height: 130px;
  }
  #sharing-hook .popover-cover {
    right: 45px;
  }
  #sharing-hook .popover:after,
  #sharing-hook .popover:before {
    left: 80%;
  }
  #menu-top {
    position: absolute;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    top: 100px;
    left: 0px;
    padding-left: 334px;
  }
  #menu-top-sub {
    padding-left: 334px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  #menu-top-sub a {
    font-size: 11px;
  }
  #menu-top-sub a:hover,
  #menu-top-sub a.active {
    border-bottom: 1px solid #000;
    padding-bottom: 21px;
  }
  #menu-top-sub.empty {
    padding-bottom: 10px;
  }
  header.menu-top-sub-visible {
    padding-bottom: 60px;
  }
  #menu-footer {
    position: relative;
  }
  #menu-footer ul {
    position: absolute;
    right: 42px;
  }
  #menu-footer ul li a {
    margin-left: 32px;
  }
  #tools-menu div.social-networks span.fa-stack {
    width: 1.5em;
    height: 1.5em;
    color: #999;
  }
  #tools-menu div.social-networks span.fa-stack i.fa-square.fa-stack-2x {
    font-size: 1.5em;
  }
  #tools-menu div.social-networks span.fa-stack i.fa-stack-1x {
    line-height: 1.5em;
    font-size: 1em;
  }
  header .menu-item.search {
    display: none;
  }
  header div.search.full {
    width: 180px;
  }
  header div.search input {
    width: 140px;
  }
  #content {
    max-width: 780px;
    margin: 0 auto;
  }
  #content .gallery div.item {
    width: 48.8% !important;
  }
  #content .gallery div.item:nth-child(odd) {
    margin-right: 10px;
  }
  #content .gallery div.item:nth-child(even) {
    margin-left: 10px;
    clear: both;
  }
  #content.wide {
    max-width: 940px;
  }
  #content.home {
    margin: 0px auto;
  }
  #content .wide {
    max-width: 940px;
    padding-left: 20px;
    padding-right: 20px;
  }
  section.service.description {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
  }
  #content .pure-u-1-2:nth-child(odd) {
    padding-right: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #content .pure-u-1-2:nth-child(even) {
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  footer {
    height: 305px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  footer .content {
    height: 255px;
    padding-left: 32px;
    padding-right: 32px;
  }
  footer .content .gutter {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .content a {
    font-weight: bold;
  }
  .debug .tablet {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #logo .content {
    margin-left: auto;
    margin-right: auto;
  }
  #sharing-hook .social-networks:after,
  #sharing-hook .social-networks:before {
    left: 50%;
  }
  header #tools-menu {
    padding-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  header #tools-menu #languages {
    line-height: 2.5em;
  }
  header #tools-menu div.social-networks span.fa-stack {
    width: 1.5em;
    height: 1.5em;
    color: #999;
  }
  header #tools-menu div.social-networks span.fa-stack i.fa-square.fa-stack-2x {
    font-size: 1.5em;
  }
  header #tools-menu div.social-networks span.fa-stack i.fa-stack-1x {
    line-height: 1.5em;
    font-size: 1em;
  }
  #menu-top {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
  }
  #menu-top ul {
    float: none;
    display: inline-block;
  }
  #menu-top ul li a {
    margin-left: 16px;
    margin-right: 16px;
  }
  #menu-top-sub {
    text-align: center;
    padding-bottom: 20px;
  }
  #menu-top-sub a {
    margin-left: 12px;
    margin-right: 12px;
  }
  #menu-footer {
    text-align: center;
  }
  #menu-footer ul {
    padding: 0px;
  }
  #menu-footer ul li a {
    margin-left: 16px;
    margin-right: 16px;
  }
  header #tools-menu #languages {
    float: left;
    margin-left: 15px;
  }
  header #tools-menu div.social-networks {
    float: right;
    margin-right: 15px;
  }
  #menu-top-sub {
    margin-bottom: 60px;
  }
  #menu-top-sub a:hover,
  #menu-top-sub a.active {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
  #menu-top ul li.search a {
    font-size: 12pt;
    line-height: 12pt;
  }
  #menu-top div.search.full {
    display: block;
    float: none;
    width: 100%;
    overflow-x: hidden;
  }
  #menu-top div.search.full a.open {
    display: none;
  }
  #menu-top div.search.full form {
    margin-bottom: 15px;
  }
  #menu-top div.search.full form input[type=search] {
    -webkit-appearance: none;
    width: 120%;
    margin-left: -10%;
    padding: 10px 10%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14pt;
    text-align: center;
    color: #fff;
    background-color: #820000;
    display: none;
    -moz-box-shadow: inset 0px 0px 8px #333;
    -webkit-box-shadow: inset 0px 0px 8px #333;
    box-shadow: inset 0px 0px 8px #333;
    text-shadow: 1px 1px 2px #333;
  }
  #menu-top div.search.full form input[type=search]::-webkit-input-placeholder {
    color: #b26e6e;
  }
  #menu-top div.search.full form input[type=search]::-moz-placeholder {
    color: #b26e6e;
  }
  #menu-top div.search.full form input[type=search]:-ms-input-placeholder {
    color: #b26e6e;
  }
  #content {
    width: 100%;
    padding-bottom: 0px;
  }
  #content article {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content .gallery {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #content .gallery div.item {
    margin: 10px auto;
  }
  #content .gallery div.item div.interferer .content {
    padding: 20px 15px 20px 15px;
  }
  #content.home {
    margin: 0px auto;
  }
  #content .service.description .breadcrumb {
    margin-top: 10px;
  }
  section.call-to-action {
    position: static;
    padding-right: 20px;
  }
  section.call-to-action div.text {
    padding-top: 10px;
  }
  section.call-to-action .inverse {
    padding: 0px 0px;
  }
  nav.rooms {
    text-align: center;
  }
  .downloads .container div.item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 0px;
  }
  .downloads .container div.item:first-child {
    padding-left: 0px;
  }
  .downloads .container div.item:last-child {
    padding-right: 0px;
  }
  .downloads .container div.item h4 {
    margin-bottom: 5px;
  }
  .downloads .container span.link {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  section.references aside.item {
    display: none;
    cursor: inherit;
  }
  section.references aside.item:first-child {
    display: block;
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    margin-top: 20px;
  }
  section.references aside.item:first-child img {
    width: 100%;
    height: auto;
  }
  section.references aside.item:first-child .icon {
    display: none;
  }
  #content form .pure-g-r [class *="pure-u"] {
    padding-right: 0px;
  }
  #content .pure-u-1-5.captcha {
    margin-bottom: 20px;
    width: auto;
  }
  footer .content {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
  }
  footer .content .gutter {
    margin: 20px 10px;
  }
  .debug {
    height: 50px;
  }
  .debug .phone {
    display: block;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 480px) {
  #logo .content {
    margin-left: auto;
    margin-right: auto;
  }
  #sharing-hook .social-networks:after,
  #sharing-hook .social-networks:before {
    left: 50%;
  }
  header #tools-menu {
    padding-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  header #tools-menu #languages {
    line-height: 2.5em;
  }
  header #tools-menu div.social-networks span.fa-stack {
    width: 1.5em;
    height: 1.5em;
    color: #999;
  }
  header #tools-menu div.social-networks span.fa-stack i.fa-square.fa-stack-2x {
    font-size: 1.5em;
  }
  header #tools-menu div.social-networks span.fa-stack i.fa-stack-1x {
    line-height: 1.5em;
    font-size: 1em;
  }
  #menu-top {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
  }
  #menu-top ul {
    float: none;
    display: inline-block;
  }
  #menu-top ul li a {
    margin-left: 16px;
    margin-right: 16px;
  }
  #menu-top-sub {
    text-align: center;
    padding-bottom: 20px;
  }
  #menu-top-sub a {
    margin-left: 12px;
    margin-right: 12px;
  }
  #menu-footer {
    text-align: center;
  }
  #menu-footer ul {
    padding: 0px;
  }
  #menu-footer ul li a {
    margin-left: 16px;
    margin-right: 16px;
  }
  header #tools-menu {
    margin-bottom: 65px;
  }
  header #tools-menu #languages {
    width: 100%;
    float: none;
    display: block;
    line-height: 2.5em;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  header #tools-menu div.social-networks {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #menu-top-sub a {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    width: 40%;
    margin: 5px 10px;
    padding: 2px;
    border: 1px solid #999;
    border-radius: 16px;
  }
  #menu-top-sub a.active {
    background-color: #999;
    color: #fff;
  }
  #menu-top ul li.search a {
    font-size: 12pt;
    line-height: 12pt;
  }
  #menu-top div.search.full {
    display: block;
    float: none;
    width: 100%;
    overflow-x: hidden;
  }
  #menu-top div.search.full a.open {
    display: none;
  }
  #menu-top div.search.full form {
    margin-bottom: 15px;
  }
  #menu-top div.search.full form input[type=search] {
    -webkit-appearance: none;
    width: 120%;
    margin-left: -10%;
    padding: 10px 10%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14pt;
    text-align: center;
    color: #fff;
    background-color: #820000;
    display: none;
    -moz-box-shadow: inset 0px 0px 8px #333;
    -webkit-box-shadow: inset 0px 0px 8px #333;
    box-shadow: inset 0px 0px 8px #333;
    text-shadow: 1px 1px 2px #333;
  }
  #menu-top div.search.full form input[type=search]::-webkit-input-placeholder {
    color: #b26e6e;
  }
  #menu-top div.search.full form input[type=search]::-moz-placeholder {
    color: #b26e6e;
  }
  #menu-top div.search.full form input[type=search]:-ms-input-placeholder {
    color: #b26e6e;
  }
  #content {
    width: 100%;
    padding-bottom: 0px;
  }
  #content article {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content .gallery {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #content .gallery div.item {
    margin: 10px auto;
  }
  #content .gallery div.item div.interferer .content {
    padding: 20px 15px 20px 15px;
  }
  #content.home {
    margin: 0px auto;
  }
  #content .service.description .breadcrumb {
    margin-top: 10px;
  }
  section.call-to-action {
    position: static;
    padding-right: 20px;
  }
  section.call-to-action div.text {
    padding-top: 10px;
  }
  section.call-to-action .inverse {
    padding: 0px 0px;
  }
  section.call-to-action div.text {
    float: left;
    display: inline-block;
    margin: 20px 0px;
    padding: 0px;
    text-align: left;
  }
  section.call-to-action div.text h1 {
    margin-bottom: 10px;
  }
  section.call-to-action div.action {
    float: left;
    display: inline-block;
    padding: 0px 0px;
    margin-bottom: 20px;
  }
  section.call-to-action div.action a {
    color: #fff;
    font-size: 64px;
  }
  ul.tabs {
    display: block;
  }
  ul.tabs li {
    text-align: center;
    float: none;
    font-size: 14px;
    line-height: 15px;
    padding: 5px 10px;
    margin-right: 2px;
    margin-top: 10px;
  }
  ul.tabs li.active {
    font-size: 15px;
    line-height: 15px;
    padding: 5px 10px;
    margin-right: 2px;
    margin-top: 10px;
  }
  .downloads .container div.item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 0px;
  }
  .downloads .container div.item:first-child {
    padding-left: 0px;
  }
  .downloads .container div.item:last-child {
    padding-right: 0px;
  }
  .downloads .container div.item h4 {
    margin-bottom: 5px;
  }
  .downloads .container span.link {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  section.references aside.item {
    display: none;
    cursor: inherit;
  }
  section.references aside.item:first-child {
    display: block;
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    margin-top: 20px;
  }
  section.references aside.item:first-child img {
    width: 100%;
    height: auto;
  }
  section.references aside.item:first-child .icon {
    display: none;
  }
  #content form .pure-g-r [class *="pure-u"] {
    padding-right: 0px;
  }
  #content .pure-u-1-5.captcha {
    margin-bottom: 20px;
    width: auto;
  }
  footer .content {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
  }
  footer .content .gutter {
    margin: 20px 10px;
  }
  #to-top {
    top: 20px;
    right: 20px;
  }
  div.error i.fa {
    float: none;
    margin-bottom: 10px;
  }
  .debug {
    height: 50px;
  }
  .debug .small {
    display: block;
    margin-top: 12px;
  }
}
#wpadminbar {
  z-index: 99998;
  position: fixed !important;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #logo-image {
    background-image: url("images/logo@2x.png") !important;
  }
  section.references aside.item .icon {
    background-image: url("images/info_icon@2x.png") !important;
  }
}


/* CSS Added by ^dskbx
 **/

/* EVENTS PAGE */

#content.events article {
	position : relative;
	clear : both;
}

#content.events article:after,
#content.events article:before {
	content : "";
	display : table;
}

#content.events article:after {
	clear : both;
}

#content.events .wp-post-image,
#content.events .event-body {
	-webkit-box-sizing: border-box;
	-moz-mox-sizing: border-box;
	box-sizing: border-box;
	position : relative;
	float : right;
	overflow : hidden;
	width : 100%;
	max-width : 454px;
	height : auto;
	padding : 0;
	margin-bottom : 25px;
}

#content.events .wp-post-image {
	float : left;
}

#content.events .event-content {
	font-size : 1.125em;
	line-height : 1.5;
}

#content.events .event-body h1 {
	margin : 0;
}

#content.events .event-links {
	font-weight : bold;
}

#content.events .event-links a {
	white-space : nowrap;
}

#content.events .event-links a:after {
	content : "\2022";
	margin : 0 0.2em;
	color : #999;
}

#content.events .event-links a:nth-last-child(1):after {
	content : "";
}



/* PAGINATION

.pagination {
	margin : 1.5em;
}

.pagination ul {
	text-align : center;
	list-style-type : none;
	width : 100%;
}

.pagination ul li {
	display : inline;
}

.pagination ul li a,
.pagination ul li span {
	background : #CCC;
	color : #FFF !important;
	margin : 0 2px 2px 0;
	text-align : center;
	line-height : 2;
	width : 2em;
	height : 2em;
	display : inline-block;
}

.pagination ul li span,
.pagination ul li a:hover {
	background : #000;
	color : #FFF;
}
*/

/* PAGINATION */

.pagination {
	margin : 1em 0 2em;
}

.pagination ul {
	list-style-type : none;
	text-align : center;
}

.pagination ul:after {
	content : "";
	display : table;
	clear : both;
}

.pagination ul li {
	display : inline-block;
	margin : 0 0 2px 0;
}

.pagination ul li a,
.pagination ul li span {
	background : #CCC;
	color : #FFF !important;
	text-align : center;
	line-height : 2;
	min-width : 2em;
	padding : 0 0.5em;
	height : 2em;
	display : block;
	white-space : nowrap;
}

.pagination ul li span,
.pagination ul li a:hover {
	background : #000;
	color : #FFF;
}


/* ADDITIONAL MEDIA QUERIES */

@media screen and (max-width: 960px) {
	#content.events article {
		max-width : 480px;
		margin : 0 auto 20px;
	}
	
	#content.events .wp-post-image,
	#content.events .event-body {
		float : none;
	}
}

@media screen and (max-width: 360px) {
	#content.events .event-links a {
		display : block;
	}

	#content.events .event-links a:before {
		content : "\2022";
		margin : 0 0.2em 0 0;
		color : #999;
	}

	#content.events .event-links a:nth-of-type(1n+1):after {
		content : "";
	}
}
