* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body, html {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #000; }

body, td, th, input, select, option {
  font-family: "Roboto Condensed";
  font-size: 18px;
  color: #FFF; }

a {
  color: #780000;
  text-decoration: none; }

a img {
  border: 0; }

img#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

a.readmore {
  background: url(../images/readmore.gif) left center no-repeat;
  padding-left: 10px;
  color: #a1d948; }

p {
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse; }

form {
  padding: 0;
  margin: 0; }

a.btn {
  display: inline-block;
  padding: 10px 20px;
  background: #780000;
  color: #FFF;
  border-radius: 5px;
  text-decoration: none; }

/* Headers */
h1 {
  font-size: 38px;
  font-weight: 700;
  margin-top: 0; }
  @media only screen and (max-width: 800px) {
    h1 {
      font-size: 32px; } }

h2 {
  color: #88653d;
  font-size: 19px;
  padding-bottom: 5px;
  font-weight: normal; }

h3 {
  color: #4d5469;
  font-size: 14px;
  margin-top: 10px; }

h3 a {
  text-decoration: none; }

#article h3 {
  padding-top: 10px; }

#article ul {
  list-style: disc;
  padding: 3px 0 3px 10px;
  margin-left: 10px; }

.content {
  display: flex;
  width: 100%;
  max-width: 1000px; }
  .content.space {
    padding: 0 16px; }

/* BLOCKS */
.placeholder-top {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 12px 0; }
  @media only screen and (max-width: 800px) {
    .placeholder-top {
      padding: 12px 0; } }
  .placeholder-top .logo a img {
    height: 80px; }
    @media only screen and (max-width: 800px) {
      .placeholder-top .logo a img {
        height: 60px; } }
  .placeholder-top .content {
    align-items: center;
    justify-content: space-between; }
    .placeholder-top .content .logo {
      margin: 16px 0; }
    .placeholder-top .content .str {
      display: flex;
      color: #ffb400;
      font-weight: 700;
      font-size: 36px; }

.image-breaker {
  display: flex;
  width: 100%;
  height: 300px;
  background: red;
  margin-bottom: 32px;
  background: url(../images/image00001.JPG);
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 800px) {
    .image-breaker {
      height: 200px; } }

.placeholder-content {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column; }

.placeholder-logo {
  float: left;
  width: 60px;
  text-align: center;
  display: none; }

.placeholder-left {
  float: left;
  width: 190px;
  overflow: hidden; }

.placeholder-main {
  float: left;
  width: 665px; }

.placeholder-right {
  float: right;
  width: 229px;
  text-align: left;
  margin-right: 25px; }

.placeholder-logo a.partner {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px; }

div.mobile-menu {
  display: flex;
  position: relative;
  transition: all 0.5s ease 0s;
  position: fixed;
  z-index: 30;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: #780000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: auto; }
  div.mobile-menu a.close-mobile-menu {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 32px;
    color: #FFF;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center; }
  div.mobile-menu a.logo {
    margin-top: 24px; }
    div.mobile-menu a.logo img {
      height: 96px; }
      @media only screen and (max-width: 800px) {
        div.mobile-menu a.logo img {
          height: 52px; } }
  div.mobile-menu ul {
    list-style: none;
    margin: 96px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%; }
    div.mobile-menu ul li {
      padding: 20px 0px;
      text-align: center; }
      @media only screen and (max-width: 800px) {
        div.mobile-menu ul li {
          padding: 16px 0; } }
      div.mobile-menu ul li a {
        font-weight: bold;
        color: #FFF;
        font-size: 42px; }
        @media only screen and (max-width: 800px) {
          div.mobile-menu ul li a {
            font-size: 32px; } }
        div.mobile-menu ul li a:hover {
          text-decoration: underline; }
      div.mobile-menu ul li.selected {
        border-color: #CCC; }

.placeholder-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 200px;
  margin-top: 64px; }
  .placeholder-bottom .content {
    justify-content: space-between; }

/* startpage */
body.startpage .image-breaker {
  display: none; }
body.startpage .placeholder-top {
  display: none; }
  @media only screen and (max-width: 800px) {
    body.startpage .placeholder-top {
      display: flex; }
      body.startpage .placeholder-top .logo {
        display: flex;
        justify-content: center;
        width: 100%; }
        body.startpage .placeholder-top .logo a img {
          height: 60px; } }
body.startpage #startpage {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center; }
  body.startpage #startpage .content {
    flex-direction: column; }
body.startpage .movie {
  display: flex;
  width: 100%;
  margin-bottom: 24px; }
  body.startpage .movie #myVideo {
    width: 100%;
    height: auto;
    object-fit: cover; }

div.partners {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 64px 0 32px; }
  div.partners .content {
    justify-content: center; }
    div.partners .content ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      div.partners .content ul li {
        display: flex;
        margin: 0 24px; }
        div.partners .content ul li img {
          height: 60px; }
          div.partners .content ul li img.northern {
            height: 90px; }
          div.partners .content ul li img.paiste {
            height: 30px; }

/* article */
div#article {
  display: flex;
  justify-content: center; }

div#article .content {
  flex-direction: column; }

div#article h1 {
  color: #FFF; }

div#article .ingress {
  font-weight: bold;
  padding-bottom: 20px; }

div#article .portfolio a {
  float: left;
  padding: 0 20px 20px 0; }

/* articleListIngress */
#articleListIngress h3 {
  margin: 0 0 5px 0; }

#articleListIngress td {
  padding: 10px 0;
  border-bottom: 1px solid #c7c7c7; }

/* Sitemap */
div#sitemap ul ul {
  padding-left: 20px; }

div#sitemap li {
  padding: 2px 0; }

/* Calender */
.placeholder-main .calendar {
  width: 600px; }

.placeholder-main .calendar .list {
  width: 100%; }

.placeholder-main .calendar .pagination {
  width: 100%; }

.placeholder-main .calendar .pagination .right {
  text-align: right; }

.placeholder-main .calendar .week {
  width: 60px; }

.placeholder-main .calendar .list td {
  padding: 3px 0;
  border-bottom: 1px solid #e9ded0; }

.placeholder-main .calendar tr.active td {
  background: #88653d;
  color: #FFF; }

.mobile-menu {
  display: none; }

a.show-mobile-menu {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 10;
  font-size: 32px;
  text-decoration: none;
  color: #FFF; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?9bwga6");
  src: url("fonts/icomoon.eot?9bwga6#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?9bwga6") format("woff2"), url("fonts/icomoon.ttf?9bwga6") format("truetype"), url("fonts/icomoon.woff?9bwga6") format("woff"), url("fonts/icomoon.svg?9bwga6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-star:before {
  content: "\e900"; }

.icon-aperture:before {
  content: "\e901"; }

.icon-arrow-left:before {
  content: "\e902"; }

.icon-arrow-left-circle:before {
  content: "\e903"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-arrow-right-circle:before {
  content: "\e905"; }

.icon-at-sign:before {
  content: "\e906"; }

.icon-book-open:before {
  content: "\e907"; }

.icon-camera:before {
  content: "\e908"; }

.icon-camera-off:before {
  content: "\e909"; }

.icon-check:before {
  content: "\e90a"; }

.icon-chevron-right:before {
  content: "\e90b"; }

.icon-chevron-up:before {
  content: "\e90c"; }

.icon-codepen:before {
  content: "\e90d"; }

.icon-codesandbox:before {
  content: "\e90e"; }

.icon-coffee:before {
  content: "\e90f"; }

.icon-eye:before {
  content: "\e910"; }

.icon-eye-off:before {
  content: "\e911"; }

.icon-facebook:before {
  content: "\e912"; }

.icon-flag:before {
  content: "\e913"; }

.icon-globe:before {
  content: "\e914"; }

.icon-home:before {
  content: "\e915"; }

.icon-image:before {
  content: "\e916"; }

.icon-instagram:before {
  content: "\e917"; }

.icon-map-pin:before {
  content: "\e918"; }

.icon-menu:before {
  content: "\e919"; }

.icon-message-circle:before {
  content: "\e91a"; }

.icon-message-square:before {
  content: "\e91b"; }

.icon-more-horizontal:before {
  content: "\e91c"; }

.icon-more-vertical:before {
  content: "\e91d"; }

.icon-phone:before {
  content: "\e91e"; }

.icon-sliders:before {
  content: "\e91f"; }

.icon-smartphone:before {
  content: "\e920"; }

.icon-truck:before {
  content: "\e921"; }

.icon-x:before {
  content: "\e922"; }

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