@font-face {
  font-family: 'rregular';
  src: url("../fonts/roboto-regular-webfont.eot");
  src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto-regular-webfont.svg#roboto-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rbold';
  src: url("../fonts/roboto-bold-webfont.eot");
  src: url("../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto-bold-webfont.svg#roboto-bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rlight';
  src: url("../fonts/roboto-light-webfont.eot");
  src: url("../fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto-light-webfont.ttf") format("truetype"), url("../fonts/roboto-light-webfont.svg#roboto-light-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rmedium';
  src: url("../fonts/roboto-medium-webfont.eot");
  src: url("../fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto-medium-webfont.ttf") format("truetype"), url("../fonts/roboto-medium-webfont.svg#roboto-medium-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'rregular', Geneva, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-color: black; }

#headerHolder {
  z-index: 1000;
  background-color: black;
  color: white; }
  @media (min-width: 0px) {
    #headerHolder {
      position: relative; } }
  @media (min-width: 900px) {
    #headerHolder {
      position: fixed;
      top: 0px;
      left: 0px;
      right: 0px; } }
  #headerHolder #headerContainer {
    position: relative;
    height: 65px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75); }
    @media (min-width: 0px) {
      #headerHolder #headerContainer {
        height: 100px; } }
    @media (min-width: 1250px) {
      #headerHolder #headerContainer {
        height: 65px; } }
    #headerHolder #headerContainer #logo {
      position: absolute;
      top: 2px;
      left: 5px;
      width: 20%;
      min-width: 200px; }
      @media (min-width: 900px) {
        #headerHolder #headerContainer #logo {
          width: 20%; } }
      @media (min-width: 1500px) {
        #headerHolder #headerContainer #logo {
          width: 287px; } }
      #headerHolder #headerContainer #logo img {
        width: 100%; }
    #headerHolder #headerContainer.small #logo {
      width: 120px; }
    #headerHolder #headerContainer #menu {
      position: absolute;
      bottom: 10px; }
      @media (min-width: 0px) {
        #headerHolder #headerContainer #menu {
          display: none; } }
      @media (min-width: 900px) {
        #headerHolder #headerContainer #menu {
          left: 22%;
          display: block; } }
      @media (min-width: 1300px) {
        #headerHolder #headerContainer #menu {
          left: 340px; } }
      @media (min-width: 1600px) {
        #headerHolder #headerContainer #menu {
          left: 400px; } }
      #headerHolder #headerContainer #menu .menuItem {
        display: inline-block;
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 0px) {
          #headerHolder #headerContainer #menu .menuItem {
            padding: 12px 10px; } }
        @media (min-width: 1450px) {
          #headerHolder #headerContainer #menu .menuItem {
            padding: 12px 20px; } }
        #headerHolder #headerContainer #menu .menuItem.selected a:active, #headerHolder #headerContainer #menu .menuItem.selected a:visited, #headerHolder #headerContainer #menu .menuItem.selected a:link {
          color: white; }
        #headerHolder #headerContainer #menu .menuItem a:active, #headerHolder #headerContainer #menu .menuItem a:visited, #headerHolder #headerContainer #menu .menuItem a:link {
          font-family: "rbold", Geneva, arial, sans-serif;
          color: #fd7122;
          text-decoration: none; }
        #headerHolder #headerContainer #menu .menuItem a:hover {
          color: white; }
    #headerHolder #headerContainer #socialmedia {
      position: absolute;
      top: 17px;
      right: 160px; }
      @media (max-width: 500px) {
        #headerHolder #headerContainer #socialmedia {
          display: none; } }
    #headerHolder #headerContainer #language {
      position: absolute;
      top: 19px;
      right: 5px; }
      #headerHolder #headerContainer #language img {
        border: 2px solid black; }
      #headerHolder #headerContainer #language .selected {
        border: 2px solid white; }
    #headerHolder #headerContainer #nav-toggle {
      position: absolute;
      bottom: 6px;
      right: 31px;
      padding: 10px;
      cursor: pointer; }
      @media (min-width: 0px) {
        #headerHolder #headerContainer #nav-toggle {
          display: block; } }
      @media (min-width: 900px) {
        #headerHolder #headerContainer #nav-toggle {
          display: none; } }
      #headerHolder #headerContainer #nav-toggle:hover div {
        background-color: white; }
      #headerHolder #headerContainer #nav-toggle div {
        width: 32px;
        height: 4px;
        background-color: #fd7122;
        margin: 4px 0;
        border-radius: 1px; }

@media (min-width: 0px) {
  #imageCarouselHolder.image {
    padding-bottom: 45%; } }

@media (min-width: 1200px) {
  #imageCarouselHolder.image {
    padding-bottom: 35%; } }

@media (min-width: 0px) {
  #imageCarouselHolder.video {
    padding-bottom: 45%; } }

@media (min-width: 1200px) {
  #imageCarouselHolder.video {
    padding-bottom: 42%; } }

@media (min-width: 0px) {
  #imageCarouselHolder {
    position: relative; } }

@media (min-width: 900px) {
  #imageCarouselHolder {
    position: fixed;
    width: 100%;
    z-index: -1;
    margin-top: 100px; } }

@media (min-width: 1250px) {
  #imageCarouselHolder {
    margin-top: 65px; } }

#imageCarouselHolder .header-slideshow {
  position: absolute;
  width: 100%;
  height: 100%; }
  #imageCarouselHolder .header-slideshow .banner {
    width: 100%;
    height: 100%;
    background-attachment: fixed; }

#imageCarouselHolder #videoLoader {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#margin {
  position: relative;
  margin-bottom: 50px; }
  @media (min-width: 0px) {
    #margin {
      display: none; } }
  @media (min-width: 900px) {
    #margin {
      display: block; } }
  @media (min-width: 0px) {
    #margin.image {
      padding-bottom: 45%; } }
  @media (min-width: 1200px) {
    #margin.image {
      padding-bottom: 35%; } }
  @media (min-width: 0px) {
    #margin.video {
      padding-bottom: 45%; } }
  @media (min-width: 1200px) {
    #margin.video {
      padding-bottom: 42%; } }

#contentHolder {
  z-index: 10;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75); }
  #contentHolder .flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  #contentHolder #leftmargin, #contentHolder #rightmargin {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 1 0 auto;
    background-color: white; }
  #contentHolder #sidebar {
    -webkit-flex: 25 1 auto;
    -ms-flex: 25 1 auto;
    flex: 25 1 auto;
    max-width: 455px;
    background-color: #fd7122; }
    @media (min-width: 0px) {
      #contentHolder #sidebar {
        display: none; } }
    @media (min-width: 900px) {
      #contentHolder #sidebar {
        display: block; } }
    #contentHolder #sidebar .padding {
      padding: 20px; }
      #contentHolder #sidebar .padding .menuItem {
        display: block;
        font-size: 18px;
        line-height: 20px;
        padding: 0px 20px 12px 20px;
        font-family: 'rbold', Geneva, arial, sans-serif; }
        #contentHolder #sidebar .padding .menuItem a:active, #contentHolder #sidebar .padding .menuItem a:visited, #contentHolder #sidebar .padding .menuItem a:link {
          color: black;
          text-decoration: none; }
        #contentHolder #sidebar .padding .menuItem.selected a:active, #contentHolder #sidebar .padding .menuItem.selected a:visited, #contentHolder #sidebar .padding .menuItem.selected a:link {
          color: white; }
        #contentHolder #sidebar .padding .menuItem a:hover {
          color: white; }
  #contentHolder #content {
    background-color: white;
    flex: 100 1 auto; }
    #contentHolder #content .padding {
      padding: 10px; }
      #contentHolder #content .padding.imagegallery {
        padding: 10px; }
        #contentHolder #content .padding.imagegallery .titel {
          padding: 10px; }
        #contentHolder #content .padding.imagegallery a:active, #contentHolder #content .padding.imagegallery a:visited, #contentHolder #content .padding.imagegallery a:link {
          color: white; }
        #contentHolder #content .padding.imagegallery a:hover {
          color: black; }
        #contentHolder #content .padding.imagegallery .album {
          position: relative;
          margin: 1%;
          width: 23%;
          display: inline-block;
          background-size: cover;
          cursor: pointer; }
          @media (min-width: 0px) {
            #contentHolder #content .padding.imagegallery .album {
              margin: 0%;
              margin-bottom: 1%;
              width: 98%;
              padding-bottom: 65%; } }
          @media (min-width: 500px) {
            #contentHolder #content .padding.imagegallery .album {
              margin: 1%;
              width: 48%;
              padding-bottom: 35%; } }
          @media (min-width: 1200px) {
            #contentHolder #content .padding.imagegallery .album {
              margin: 1%;
              width: 23%;
              padding-bottom: 16%; } }
          #contentHolder #content .padding.imagegallery .album .titel {
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            padding: 0px;
            height: auto;
            background-color: #fd7122;
            text-align: center; }
            #contentHolder #content .padding.imagegallery .album .titel .padding {
              padding: 6px; }
      #contentHolder #content .padding .columns {
        width: 50%;
        float: left; }
        #contentHolder #content .padding .columns.one {
          width: 100%; }
        @media (min-width: 0px) {
          #contentHolder #content .padding .columns.two {
            width: 100%; } }
        @media (min-width: 700px) {
          #contentHolder #content .padding .columns.two {
            width: 50%; } }
        #contentHolder #content .padding .columns.images img {
          width: 100%;
          margin-bottom: 12px; }
    #contentHolder #content .datetimepicker {
      border: 1px solid black; }
    #contentHolder #content table tr {
      vertical-align: top; }
    @media (max-width: 700px) {
      #contentHolder #content table.content tr td {
        padding: 0px 0px 20px 0px;
        display: block;
        width: auto !important; } }
    @media (min-width: 700px) {
      #contentHolder #content table {
        border-collapse: collapse; }
      #contentHolder #content table.content td {
        border: 40px solid white;
        vertical-align: top; }
      #contentHolder #content table.content tr:first-child td {
        border-top: 0; }
      #contentHolder #content table.content tr td:first-child {
        border-left: 0; }
      #contentHolder #content table.content tr:last-child td {
        border-bottom: 0; }
      #contentHolder #content table.content tr td:last-child {
        border-right: 0; } }
  #contentHolder.sidebar #leftmargin {
    background-color: #fd7122; }
  #contentHolder.sidebar #content {
    -webkit-flex: 75 1 auto;
    -ms-flex: 75 1 auto;
    flex: 75 1 auto;
    max-width: 1365px; }

h1, h2, h3 {
  font-family: 'rbold', Geneva, Tahoma, sans-serif;
  padding: 0px;
  margin: 4px 0px; }

h1 {
  font-size: 24px; }

.pageWidth {
  margin: auto auto;
  width: 1820px; }
  @media (min-width: 0px) {
    .pageWidth {
      width: 100%; } }
  @media (min-width: 1820px) {
    .pageWidth {
      width: 1820px; } }

.clear {
  clear: both; }

#mobilemenu {
  background-color: #fd7122;
  overflow: hidden; }
  @media (min-width: 0px) {
    #mobilemenu {
      display: block; } }
  @media (min-width: 900px) {
    #mobilemenu {
      display: none; } }
  #mobilemenu .mobilemenuitem {
    font-size: 14px;
    font-family: 'rregular';
    padding: 3px 20px; }
    #mobilemenu .mobilemenuitem a:active, #mobilemenu .mobilemenuitem a:visited, #mobilemenu .mobilemenuitem a:link {
      color: white;
      text-decoration: none; }
    #mobilemenu .mobilemenuitem a:hover {
      color: black; }
  #mobilemenu .sub {
    padding-left: 60px; }
  #mobilemenu .nav-collapse {
    padding: 6px 0px;
    border-bottom: 2px solid black; }

#dagenbezet #icon {
  font-family: 'rbold';
  display: inline-block;
  width: 60px;
  height: 32px;
  background-color: #C55762;
  margin-right: 20px;
  vertical-align: middle; }

#dagenbezet #label {
  font-family: 'rbold';
  display: inline-block;
  vertical-align: middle; }

.embeddedContent {
  position: relative;
  width: 100% !important; }
  .embeddedContent > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .embeddedContent:before {
    display: block;
    content: "";
    width: 100% !important;
    padding-top: 56%; }

a:hover {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

.stt {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 100;
  background-image: url("../images/scrolltotop.svg");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out; }

.stt-vis {
  opacity: 0.8; }

input[type=text] {
  padding: 4px;
  width: 100%;
  font-size: 12px; }

select {
  width: 60%;
  font-size: 12px; }

textarea {
  width: 100%;
  font-size: 12px; }
