@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-size: cover;
  --cursor-stroke: #999;
  --cursor-stroke-width: 1px;
}

#logo {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 170px;
  z-index: 10002;
}

.logo {
	filter: drop-shadow(2px 2px 5px #666);
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;     
}

div#claim {
  min-height: 100vh;
  display: grid;
  align-items: center;
  justify-content: center;
}

header {
  position: fixed;
  width: 100%;
  text-align: center;
  color: white;
  transition: 0.4s;
}

header:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

h1 {
  font-optical-sizing: auto;
  font-style: normal;
  text-align: left;
  font-size: 2rem;
  width: 100%;
  letter-spacing: 0.2px;
  margin:0;
}

nav a {
  color: inherit;
  padding: 1rem;
}

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


h2 a {
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 7vmin;
  text-align: center;
  margin: 2rem 3rem 0;
  opacity: 0.7;
  color: #fff !important;
  text-shadow: 2px 2px 4px #000000;  
  font-weight:200;
}

.head-1 {
	font-weight:500;
	color:#AD9F94;
} 

.copy {
	font-size:1.1rem;
	line-height:1.7rem;
	letter-spacing:0.1px;
}

.impressum {
	font-size:0.9rem;
	line-height:1.4rem;
	letter-spacing:0.1px;
}

.copytext {
	padding: 5% 5% 5% 0 !important;
}
.pflicht {
	padding: 6rem 1.8rem 1.8rem 1.8rem!important;
}

.kontakt {
	width:100vw !important;
	padding: 6rem 1.8rem 1.8rem 1.8rem!important;
}

.kontaktbox {
	margin: 0 40%;
	width:50vw;
	height:80vh;
}


.footer {
	font-size:0.8rem;
	line-height:1.4rem;
	letter-spacing:0.1px;
	text-align:center;
	padding: 2rem 0;
}

.footer-home {
	font-size:0.8rem;
	line-height:1.4rem;
	letter-spacing:0.1px;
	text-align:center;
	padding: 2rem 0;
	color: #FFF !important;
	z-index:1000;
	position: fixed;
	bottom: 0;
	width: 100vw;
}

.footer-home a {
	color:#FFF !important;
}

.ms-100 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.ms-200 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.ms-300 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
}

.ms-500 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
}

.ms-600 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
}

.image {
	height:100vh;
	width:auto;
}

.linkedin {
	width:1.6rem;
	margin-top:0.4rem;
}

.no-mb {
	margin-bottom:-1rem;
}

.mt-1 {
	margin-top:1rem;
}

.mt-2 {
	margin-top:2rem;
}


@media (max-width:599px){
.image {
	object-fit:contain;
	width:100vw;
	height:auto;
	margin-top:18%;
}
.cursor {
	display:none !important;
}
.copytext {
	padding: 2rem !important;
}

.logo {
	filter:none;
}
#navigation-content-wrapper li {
	font-size:1.3rem !important;
	margin-bottom:1.2rem !important;
}
#navigation-content-wrapper ul {
	margin-top:2rem;
	margin-left:-2.7rem;
}

.kontaktbox {
	margin: 0;
	width:50vw;
	height:78vh;
}

.footer {
	font-size:0.7rem;
	line-height:1.4rem;
	letter-spacing:0.1px;
	text-align:center;
	padding: 2rem 0;
}

.footer-home {
	font-size:0.7rem;
	line-height:1.4rem;
	letter-spacing:0.1px;
	text-align:center;
	padding: 2rem 0;
	color: #FFF !important;
	z-index:1000;
	position: fixed;
	bottom: 0;
	width: 100vw;
}

.image {
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  margin-bottom:-3rem;
}

}
  
.noline {
	text-decoration: none !important;
}

.container,
.container-lg,
.container-md {
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	display:flex;
}



.row {
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}



@media (min-width:768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  }

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .25rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.p-6 {
	padding: 4.5rem !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
	font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
	font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
	font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
	font-size: 1.25rem !important
}

.fs-6 {
	font-size: 1rem !important
}

.fw-bolder {
	font-weight: bolder !important
}

.text-center {
	text-align: center !important
}

.text-decoration-line-through {
	text-decoration: line-through !important
}

.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}




/* Hamburger Menu */
#hamburger-menu-wrapper {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 36px;
  height: 36px;
  z-index: 10002;
  cursor:pointer;
}


#hamburger-menu,
#hamburger-menu:after,
#hamburger-menu:before {
  width: 36px;
  height: 4px;
}

#hamburger-menu {
  position: relative;
  transform: translateY(25px);
  background: #FFF;
  transition: all 0ms 150ms;
}

#hamburger-menu.dark {
  background: #AD9F94;
}

#hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
#hamburger-menu.animate:before,
#hamburger-menu.animate:after {
  background: #333;
}
#hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  background: #FFF;
  transition: bottom 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), transform 150ms cubic-bezier(0.23, 1, 0.32, 1);
}
#hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #FFF;
  transition: top 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), transform 150ms cubic-bezier(0.23, 1, 0.32, 1);
}

#hamburger-menu.dark:before {
  background: #AD9F94;
}

#hamburger-menu.dark:after {
  background: #AD9F94;
}


#hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 150ms cubic-bezier(0.23, 1, 0.32, 1), transform 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1);
}
#hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 150ms cubic-bezier(0.23, 1, 0.32, 1), transform 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* Slide-in Navigation */
#navigation-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 400ms ease, visibility 400ms linear 0s;
  transition: opacity 400ms ease, visibility 400ms linear 0s;
  background: rgba(50,50,50,0.5);
  position: fixed;
  overflow: auto;
  left: 0; 
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  min-height: 100%;  
}
#navigation-content-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  visibility: visible;
  opacity: 1;
  position: fixed;
  max-width: 100%;
  z-index: 10001;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #FFF;
  padding: 64px 32px;
}
#navigation-wrapper.open {
  visibility: visible;
  opacity: 1;
}


#navigation-wrapper.open #navigation-content-wrapper {
  width: 50%;
}

@media (max-width: 768px) {
 #navigation-wrapper.open #navigation-content-wrapper {
    width: 100%;
  } 
}

/* Navigation Content Styling */
*, body {
  font-family: 'Montserrat', sans-serif;
}

#navigation-content-wrapper ul {
  list-style: none;
  
}

#navigation-content-wrapper li {
  color: #666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 1.7rem;
  margin-bottom:1.5rem;
  letter-spacing: 0.5px;
}

.second {
	margin-left:3rem;
	margin-top:-0.5rem;
}

#contact {
  margin: 2.5rem;
  font-size:1.2rem;
  line-height:2rem;
  font-weight: 200;
}

#navigation-content-wrapper a {
	text-decoration:none;
	cursor:pointer;
}


