@font-face {
  font-family: "Raleway";
  src: url("Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 560px) {
  body, html, * {
    font-size: 13px;
  }
}
@media (min-width: 560px) and (max-width: 850px) {
  body, html, * {
    font-size: 16px;
  }
}
@media (min-width: 850px) and (max-width: 1120px) {
  body, html, * {
    font-size: 17px;
  }
}
@media (min-width: 1120px) {
  body, html, * {
    font-size: 24px;
  }
}
body, html, * {
  font-family: "Raleway", Helvetica, sans;
  box-sizing: border-box;
}

h1.distant, h2.distant, h3.distant, h4.distant, h5.distant {
  margin-bottom: 1em;
}
@media (max-width: 850px) {
  h1.shadow, h2.shadow, h3.shadow, h4.shadow, h5.shadow {
    text-shadow: 2px 2px 4px black;
  }
}
@media (min-width: 850px) {
  h1.shadow, h2.shadow, h3.shadow, h4.shadow, h5.shadow {
    text-shadow: 5px 5px 8px black;
  }
}

h1 {
  margin: 0;
  font-size: 3em;
}

h2 {
  margin: 0;
  font-size: 2em;
}

h3 {
  margin: 0;
  font-size: 2.2em;
}

h4 {
  margin: 0;
  font-size: 1.8em;
}

p {
  font-size: 2em;
  margin: 0;
}
p.small {
  font-size: 1em;
}
p.smaller {
  font-size: 0.75em;
}
p.tiny {
  font-size: 0.5em;
}

.footertable {
  text-align: center;
  margin: auto;
}
.footertable td {
  font-size: 0.75em;
  padding: 0.1em;
}
.footertable td:first-child {
  text-align: right;
}
.footertable td:last-child {
  text-align: left;
}

.flash {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 0.9em;
  box-shadow: 10px 10px 18px 2px rgba(0, 0, 0, 0.4);
}
.flash.success {
  color: #1a441a;
  background: #ffaa4d;
}
.flash.error {
  color: #802b00;
  background: #ffaa4d;
}

ul li {
  font-size: 1.5em;
  padding-bottom: 0.5em;
}

.text-block.vertical-centered {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 850px) {
  .text-block.align-v-center {
    margin-top: 50vh;
    transform: translateY(-50%);
  }
}
.text-block.align-h-leftside {
  position: absolute;
  left: 5vw;
}
@media (max-width: 850px) {
  .text-block.align-h-leftside {
    top: auto;
    bottom: 20%;
    width: 80vw;
  }
}
@media (min-width: 850px) {
  .text-block.align-h-leftside {
    width: 40vw;
  }
}
.text-block.align-h-left {
  margin-left: 5vw;
  width: 90vw;
}
.text-block.align-h-refblock {
  position: absolute;
  left: 5vw;
  width: 90vw;
}
.text-block .sub-half-left {
  float: left;
  width: 50%;
}
.text-block .sub-half-right {
  float: left;
  width: 50%;
}
.text-block .sub-third-left {
  float: left;
  width: 32%;
}

.hp-block {
  width: 100vw;
  min-height: 100vh;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 850px) {
  .hp-block {
    padding-top: 50%;
  }
}
@media (min-width: 850px) and (max-width: 1120px) {
  .hp-block {
    padding-top: 3em;
  }
}
@media (min-width: 1120px) {
  .hp-block {
    padding-top: 6em;
  }
}

.hp-block-foot {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.hp-block-foot p {
  margin: 0;
  padding: 1em;
}

.dark {
  background-color: #1a1a1a;
  color: #ff6000;
  border-color: #ff6000;
}
.dark a, .dark a:active, .dark a:hover, .dark a:focus, .dark a:visited {
  color: #ffaa4d;
  text-decoration: none;
}
.dark hr {
  border: 1px solid #ff6000;
}

.light {
  background-color: #ff8811;
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.light a, .light a:active, .light a:hover, .light a:focus, .light a:visited {
  color: #802b00;
  text-decoration: none;
}
.light hr {
  border: 1px solid #1a1a1a;
}

.block-bg {
  position: absolute;
  top: 0;
  right: 0;
}
.block-bg.title {
  background-image: url("../img/title.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  height: 100%;
  max-height: 100vh;
}
@media (max-width: 850px) {
  .block-bg.title {
    width: 100%;
    max-width: 100vw;
    opacity: 60%;
  }
}
@media (min-width: 850px) {
  .block-bg.title {
    width: 65%;
    max-width: 80vw;
    opacity: 75%;
  }
}
.block-bg .lfade {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25%;
  background-image: linear-gradient(to right, #1a1a1a, rgba(255, 255, 255, 0));
}
.block-bg .lfade.longer {
  width: 50%;
}
.block-bg .rfade {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25%;
  background-image: linear-gradient(to left, #1a1a1a, rgba(255, 255, 255, 0));
}
.block-bg .rfade.longer {
  width: 50%;
}
.block-bg .tfade {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 25%;
  background-image: linear-gradient(to bottom, #1a1a1a, rgba(255, 255, 255, 0));
}
.block-bg .tfade.longer {
  width: 50%;
}
.block-bg .bfade {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 25%;
  background-image: linear-gradient(to top, #1a1a1a, rgba(255, 255, 255, 0));
}
.block-bg .bfade.longer {
  width: 50%;
}

@keyframes pulse {
  0% {
    transform: scale(1) translateY(-12px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1) translateY(0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1) translateY(-12px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.nobullet {
  list-style-type: none;
  padding-left: 0;
}

.arrow-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  transform: scale(1) translateY(-12px);
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 0 black;
}
@media (max-width: 850px) {
  .arrow-next {
    bottom: 80px;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    left: 45%;
    font-size: 2em;
  }
}
@media (min-width: 850px) {
  .arrow-next {
    bottom: 16px;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    left: 45%;
    font-size: 1em;
  }
}

.topmenu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: #ffcc88;
  color: #1a1a1a;
  border-bottom: 2px solid #ffaa4d;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}
@media (max-width: 850px) {
  .topmenu {
    padding: 0.5em 1em 0 1em;
  }
}
@media (min-width: 850px) {
  .topmenu {
    padding: 0.5em 1em;
  }
}
.topmenu a, .topmenu a:active, .topmenu a:hover, .topmenu a:focus, .topmenu a:visited {
  color: #1a1a1a;
  text-decoration: none;
}
.topmenu a, .topmenu img {
  height: 1.5em;
  max-height: 1.5em;
}
@media (max-width: 850px) {
  .topmenu a {
    margin: auto;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 850px) {
  .topmenu .logolink {
    height: 2.4em;
    max-height: 2.4em;
    border-bottom: 2px solid #ffaa4d;
    padding-bottom: 0.6em;
    margin-bottom: 0.2em;
  }
  .topmenu .logolink img {
    height: 2em;
    max-height: 2em;
  }
}
.topmenu .break {
  display: none;
}
@media (max-width: 850px) {
  .topmenu .break {
    flex-basis: 100%;
    height: 0;
  }
}
.topmenu .menulinks {
  margin-left: auto;
}
@media (max-width: 850px) {
  .topmenu .menulinks {
    margin-right: auto;
    font-size: 1.3em;
  }
}
@media (max-width: 850px) {
  .topmenu .menulink {
    line-height: 2em;
    height: 2em;
    max-height: 2em;
    padding: 0;
    display: inline-block;
    float: left;
    width: 20vw;
  }
}
@media (min-width: 850px) {
  .topmenu .menulink {
    line-height: 1.5em;
    padding: 0 1em;
  }
}
.topmenu .menulink .small {
  font-size: 1.1em;
}

@media (min-width: 850px) {
  .mobile, .mobile * {
    display: none;
  }
}

@media (max-width: 850px) {
  .desktop, .desktop * {
    display: none;
  }
}

.topb {
  margin-top: 0.6em;
  font-size: 0.45em;
}

.gallery-center {
  text-align: center;
}

.gallery-item {
  width: 8em;
  height: 6em;
  margin: 0.3em;
  display: inline-block;
  transition: box-shadow 0.3s, transform 0.3s;
  background-position: center center;
  background-size: cover;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.4);
}
.gallery-item:hover {
  box-shadow: 10px 10px 18px 2px rgba(0, 0, 0, 0.4);
  transform: translateY(-0.1em);
}

.contactperson {
  line-height: 1.8;
}
.contactperson .contactname {
  font-size: 1.2em;
  font-weight: bold;
}
.contactperson a, .contactperson a:visited, .contactperson a:active, .contactperson a:focus {
  color: #ff6000;
  transition: color 0.2s;
}
.contactperson a:hover {
  color: #ff8811;
}

.contact-form label {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 0.3em;
}
.contact-form .form-input {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 0.7em;
}

input[type=text], input[type=email], textarea, select {
  border-radius: 5px;
  inset: none;
  box-shadow: 5px 5px 9px 2px rgba(0, 0, 0, 0.4);
  outline: none;
  border: 3px solid #ff6000;
  font-size: 0.8em;
  padding: 0.5em;
}

input[type=submit], button {
  min-width: 30%;
  margin: auto;
  clear: both;
  display: block;
  margin-bottom: 1em;
  border-radius: 5px;
  inset: none;
  box-shadow: 5px 5px 9px 2px rgba(0, 0, 0, 0.4);
  outline: none;
  border: 3px solid #ff6000;
  background: #ffaa4d;
  font-size: 0.8em;
  padding: 0.5em;
  cursor: pointer;
}

.centered {
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

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