@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,700');


@font-face { font-family: 'CenturyGothic';
             src: url('/assets/fonts/century_gothic.ttf') format('truetype'); }
@font-face { font-family: 'CenturyGothic';
             src: url('/assets/fonts/century_gothic-bold.ttf') format('truetype');
             font-weight: bold; }

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

body {
  color: white;
  background-color: #000000;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: 28px;
  position: relative;
  height: 100%;
}

#LoadingMask {
  background-color: black;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999999;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.Loader {
  border: 16px solid #dcdcdc38;
  border-top: 16px solid white;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
  top: 50%;
  position: absolute;
  left: 50%;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg) ; }
  100% { transform: translate(-50%, -50%) rotate(360deg) ; }
}


.fl {
  float:left;
}

.fr {
  float:right;
}

.clear {
    clear: both;
    content: "";
    display: table;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  /* Add correct display for IE 9- and some newer browsers */
  display: block;
}


h1, h2, h3, h4, h5, h6,
p, ul, ol, figure, pre {
  /* Reset font-sizes and normalize margins */
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 1.5rem;
}

h1, h2, h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'CenturyGothic', sans-serif;
  line-height: 1.25;
  margin-bottom: 0.45em;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: 0px;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #2f8dd0;
}

hr {
  font-size: 1.25rem;
  font-weight: 500;
  height: 1.5rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  color: #71efac;
}

b, strong {
  font-weight: 700;
}

img {
    border-style: none;
    height: auto;
    display: block;
    max-width: 100%;
}

.LogoWrap {
    top: 40px;
    position: absolute;
    right: 40px;
    z-index: 99;
    width: 200px;
}

.cf::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

header {
    height: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.HeadSlider {
  height: 100%;
}

.HeaderSliderItem {
  overflow: hidden;
  height: 100%;
  top: 0;
  background-size: cover;
  z-index: 5;
  background-position: 50%;
  position: relative;

}

.HeaderSliderInfobox {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #1d1e1e;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 0 25px 0px;
    text-transform: uppercase;
    font-size: 60px;
    font-size: 2.15em;
    font-weight: bold;
    font-family: 'CenturyGothic', sans-serif;
    text-shadow: 2px 2px 2px #000000ab;
}

.HeaderSliderInfobox p {
  margin-bottom: 0px;
}

.HeaderSliderItem img {
  position: absolute;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: initial!important;
}

.MoreWidth img {
  width: 100%!important;
}

.MoreHeight img {
  height: 100%!important;
}

.SidebarMenuInner li a {
  padding: 20px 0px 20px 15px;
  position: relative;
}

.SidebarMenu a {
  display: block;
  text-decoration: none;
  border-bottom: 0px;
}


.MenuIcon img {
  margin: 0 auto;
  width: 28px;
}

.SidebarMenu {
  position: fixed;
  float: left;
  width: 55px;
  background-color: #282828;
  top: 0;
  bottom: 0;
  left: -55px;
  overflow: hidden;
  overflow-x: hidden;
  z-index: 9999999999;
  border-right: 1px solid #424242;
}

.Transition {
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out; 
}

.SidebarMenu.ResonsiveMenuOpen {
  overflow-x: hidden;
  -webkit-transition: width 0s ease-in-out;
  -o-transition: width 0s ease-in-out;
  transition: width 0s ease-in-out;
  left: 0px!important;
  width: 250px;
}

.ResponsiveTransition {
  -webkit-transition: width 0s ease-in-out;
  -o-transition: width 0s ease-in-out;
  transition: width 0s ease-in-out;
}

.MenuMobile .container {
  margin: 0px auto;
}

.MenuMobile {
  position: fixed;
  background-color: #282828;
  top: 0;
  width: 100%;
  z-index: 999999;
  border-bottom: 1px solid #424242;
  display:none; 
}

.menu-header-menu img {
  width: 38px;
  margin: 0 auto;
}

.menu-header-center img {
  margin: 0 auto;
  width: 25px;
}

.menu-header-right-mobil img {
  margin: 0 auto;
  width: 39px;
}

.menu-header-center, .menu-header-right-mobil, .menu-header-left {
  padding: 13px 0px 13px 0px;
}

.MenuItemClickable .MenuIconDesc {
  margin: 0px;
}

.MenuItem {
    border-bottom: 1px solid #424242;
    border-top: 1px solid #424242;
    list-style-type: none;
}

.MenuTitle p {
  margin-bottom: 0px;
}

.MenuItemHamburger {
  margin-bottom: 0;
  border: 0px;
  padding: 15px;
  margin-top: 40px;
}

.MenuIcon {
  float:left;
}

.MenuItemHamburger .MenuIcon {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.OpenMenu {
  width: 250px;
}

.MenuTitle {
  float: left;
  width: 500%;
  position: absolute;
  left: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.raised-block {
  background-color: #282828;
  border-radius: 20px;
  padding: 25px;
}

.GalleryItem .raised-block {
  padding: 20px;
}

.Infobox p{
  margin-bottom: 0px;
}

.whiteblock {
  background-color: white;
}

.FactsItem {
  margin-bottom: 30px;
}

.FactsItem .raised-block {
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: 21px 34px;
  padding-left: 85px;
}

.Infobox {
  color: #000000;
  font-size: 0.7em;
  border-top: 1px solid #d5d5d5;
  margin-top: 1.28em;
  padding-top: 0.8em;
}

.BackgroundContainer {
  padding: 100px 0px;
  background-size: cover!important;
  background-attachment: fixed!important;
  background-position: center !important;
  background-repeat: no-repeat!important;
  transition:transform 10ms linear!important;
  min-height: 100%!important;
}

.BackgroundContainer .container {
  margin: 0px auto;
}

.SpaceConfigurator p {
  margin-bottom: 0px;
}

.SpaceConfigurator {
  background-color: #163f5c;
  padding: 20px;
  border-radius: 20px;
  margin-top: 30px;
}

.MenuIconDesc {
  word-wrap: break-word;
  width: 28px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  margin-top: 0.55em;
}


.plus-minus-input {
  position: relative;
}

.forminput {
  width: 100%;
  background-color: #282828;
  color: white;
  border-radius: 20px;
  font-size: 1.04em;
  padding: 0.65em 48px 0.82em 0.65em;
  font-weight: 100;
  width: 100%;
  max-width: 100%;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.plus-minus-input .input-group-field {
  text-align: right;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.plus-minus-input .input-group-button .circle {
  border-radius: 50%;
  padding: 0.25em 0.8em;
}

button.button.hollow.circle {
  border-radius: 50px;
  background-color: #282828;
  color: white;
  border: 1px solid white;
  font-size: 0.63em;
  width:  25px;
  height: 25px;
}

button.button.hollow.circle {
  position: absolute;
  top: 11px;
  right: 15px;
}

/* For Firefox */
input[type='number'] {
  -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.minus {
  top: auto!important;
  bottom: 11px;
}

.plus-minus-input {
  position: relative;
}

.fake_placeholder {
  position: absolute;
  top: 50%;
  color: #FFF;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1em;
  max-width: 50%;
}

.FormMargin {
  margin-bottom: 40px;
}

.footer {
  background-color: #282828;
  border-top: 1px solid #424242;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
}

.FooterItem {
  padding: 20px 0px;
}

.footer .container {
  margin: 0 auto;
}

.footer a {
  text-decoration: none;
}

.FooterItem:last-child a:after {
  content: "";
  margin: 0px;
}
.FooterItem a:after {
  content: '|';
  margin: 0px 10px;
}

.SidebarMenuInner {
  overflow: auto;
  max-height: 100%;
  margin-right: -50px;
  padding-right: 30px;
  overflow-x: hidden;
}

.wrappp {
  position: relative;
  width:  100%;
}

.wrappp div {
  width:  50%;
}

.wrappp .inner {
  position:  absolute;
  right: 0;
}





.content_container {
    transition-duration: 300ms;
    position: relative;
    z-index: 999999999;
    margin-left: 55px;
    width: 100%;
    width: calc(100% - 55px);
    overflow: hidden;
}

.containerslide {
  transition-duration: 300ms;
  transform: translate(270px, 0px);
  overflow-x: hidden;
  -webkit-transform: translate(250px, 0px);
  -moz-transform: translate(250px, 0px);
  -ms-transform: translate(250px, 0px);
  -o-transform: translate(250px, 0px);
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
}

.containerslide {
  transition-duration: 300ms;
  transform: translate(270px, 0px);
  overflow-x: hidden;
  -webkit-transform: translate(250px, 0px);
  -moz-transform: translate(250px, 0px);
  -ms-transform: translate(250px, 0px);
  -o-transform: translate(250px, 0px);
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
}

.overlay {
  z-index: 9999999999;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
}

.ReceptionOption:last-child {
  margin-right: 0%;
}

.datenschutzfield label {
  display: block;
}

#contactform input[type="radio"] {
  margin: 0;
  vertical-align: bottom;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  float: left;
  border-radius: 0;
  font-size: 1em;
  width: auto;
  padding: 10px;
  text-align: center;
  background-color: white;
  position: relative;
  border-bottom-right-radius: 75px;
  border-bottom-left-radius: 75px;
  border-top-right-radius: 75px;
  border-top-left-radius: 75px;
  border: 2px solid #424242;
  margin-right: 12px;
}

#contactform input[type="checkbox"]:checked:before, #contactform input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 21px;
  background-color: #c9ad8a;
  left: 15px;
  top: -5px;
  display: inline-block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(29deg);
}

#contactform input[type="checkbox"]:checked:after, #contactform input[type="radio"]:checked:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 4px;
  background-color: #c9ad8a;
  left: 3px;
  top: 10px;
  display: inline-block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(25deg);
}

.ReceptionOption {
  float: left;
  margin-right: 2%;
}

.BackgroundForm {
  background-color: #151515;
}

.contactsubmit {
  font-size: 0.75em;
  margin-top: 10px;
}

.OfficeDownloadItem {
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 15px 15px 15px 50px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background-position: 0% 50%;
  margin-bottom: 25px;
  width: 47%;
  float: left;
  margin-right: 5%;
}

.DownloadItem_2 {
  margin-right: 0px;
}

.ReceptionBlock {
  margin-bottom: 15px;
}

.FormDownloads {
  margin-top: 50px;
}

.OfficeDownloadItem p {
  margin-bottom: 0px;
  float: left;
}

.OfficeDownloadItemText span {
  font-size: 0.5em;
  float: left;
  margin-top: 17px;
  margin-left: 15px;
}

.ReceptionOption input {
  margin-top: 8px!important;
}

.GalleryItemWrap img, .SpaceItem img {
  width: 100%;
}

.cont-field.datenschutzfield {
  font-size: 0.75em;
}

ul {
    margin-left: 25px;
}

li {
    list-style-type: disc;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header {
    height:800px;
    overflow: hidden;
  }
  
  .MenuItemClickable .MenuIcon {
    margin-top: 22px;
  }
}