* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  color: #333;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}
h1 {
  font-size: 1.5em; /* 2em; */
  font-weight: 400;
  margin: 0.75em 0; /* .67em 0 */
}
h2 {
  font-size: 1.17em; /* 1.5em; */
  font-weight: 400;
  margin: .83em 0; /* .75em 0 */
}
h3 {
  font-size: 1em; /* 1.17em; */
  font-weight: 400;
  margin: 1em 0; /* .83em 0 */
}

#header {
  /*position: relative;*/
  /*height: 100px; /* 100 */
  min-height: 100px;
}
#header-first-row {
  margin-top: 20px;
  height: 40px; /* 40+20 = 60 */
}
#header-second-row {
  height: 30px; /* 60+30+10 = 100 */
  margin-bottom: 10px;
}
#logo {
  float: left;
}
#logo h1 {
  font-family: Muli, Arial, Helvetica, sans-serif;
  font-size: 1em;
  letter-spacing: 0.25em;
  margin: 0;
  /*text-transform: uppercase;*/
}
@media (min-width: 576px) {
#logo h1 {
  font-size: 1.5em;
}
}
#langmenu {
  position: absolute;
  right: 10px;
}
#nav {

}

#content {
  
}
#footer {
  display: none;
  height: 0;
}

#juicebox-content {

}
#juicebox-container {

}

/* form */

input,
textarea {
  border: 1px solid #999;
  color: #333;
  margin-top: 5px;
  padding: 5px;
}
input:focus,
textarea:focus {
  border: 1px solid #666;
}

fieldset.csc-mailform {
  border: none;
}

div.csc-mailform-field label {
  display: block;
  float: left;
  margin-top: 5px;
  vertical-align: top;
  width: 120px;
}
div.csc-mailform-field input[type=submit] {
  margin-left: 120px;
}

#kontaktDE-text-4,
#contactEN-text-4 {
  width: 120px;
}

/* gallery */

.juicebox-gallery .jb-cap-frame .jbac-number {
  margin-right: -18px;
}
.juicebox-gallery .jb-caption p {
  margin: -6px -18px;
  font-size: 12px;
  
  line-height: 1;
}