/* header */

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 10px 10px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

/* Fonts */
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('Montserrat-Regular.woff2') format('woff2'),
        url('Montserrat-Regular.woff') format('woff'),
        url('Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('OpenSans-Regular.woff2') format('woff2'),
        url('OpenSans-Regular.woff') format('woff'),
        url('OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Content */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

section {
  width: 100%;
  padding: 0 7%;
  display: table;
  margin: 0;
  max-width: none;
  background-color: #ffffff;
  text-align: center;
  height: 100vh;
}
section:nth-of-type(2n) {
  background-color: #f2f2f2;
}

.intro {
  height: 90vh;
}

.content {
  display: table-cell;
  vertical-align: middle;
}

h1 {
  font-size: 2em;
  display: block;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 400px) {
	h1 {
		font-size: 2em;
		display: block;
		color: #000000;
		font-weight: 300;
		overflow-wrap: break-word;
		max-width: 330px;
	}
}

h2 {
  font-size: 1.5em;
  display: block;
  color: #000000;
  font-weight: 300;
}

p {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #000000;
}

a {
  font-weight: 700;
  color: #000000;
  position: relative;
}
a:hover {
  opacity: 0.8;
}
a:active {
  top: 1px;
}

footer {
  padding: 1% 5%;
  text-align: center;
  background-color: #f2f2f2;
  color: black;
}
footer a {
  color: #FE4B74;
  font-weight: 500;
  text-decoration: none;
}

/* Slider Werke */
@keyframes slidy {
0% { left: 0%; }
8% { left: 0%; }
10% { left: -100%; }
18% { left: -100%; }
20% { left: -200%; }
28% { left: -200%; }
30% { left: -300%; }
38% { left: -300%; }
40% { left: -400%; }
48% { left: -400%; }
50% { left: -500%; }
58% { left: -500%; }
60% { left: -600%; }
68% { left: -600%; }
70% { left: -700%; }
78% { left: -700%; }
80% { left: -800%; }
88% { left: -800%; }
90% { left: -900%; }
98% { left: -900%; }
100% { left: -1000%; }
}
* {
  box-sizing: border-box;
}
body, figure { 
  margin: 0; background: #101010;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}
div#captioned-gallery { 
  width: 100%; overflow: hidden; 
}
figure.slider { 
  position: relative; width: 1100%;
  font-size: 0; animation: 60s slidy infinite; 
}
figure.slider figure { 
  width: 9.0909%; height: auto;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: absolute;
  bottom: 0;
  background: rgba(255,255,255,0.0);
  color: #000;
  width: 100%;
  font-size: 0.9rem; 
  /* padding: .6rem; */
}

/* Slider Mountains */
@keyframes slidyMount {
0% { left: 0%; }
12.2% { left: 0%; }
14.2% { left: -100%; }
26.4% { left: -100%; }
28.4% { left: -200%; }
40.6% { left: -200%; }
42.6% { left: -300%; }
54.8% { left: -300%; }
56.8% { left: -400%; }
69% { left: -400%; }
71% { left: -500%; }
83.2% { left: -500%; }
85.2% { left: -600%; }
97.4% { left: -600%; }
99.4% { left: -700%; }
100% { left: -700%; }
}
* {
  box-sizing: border-box;
}
body, figure { 
  margin: 0; background: #101010;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}
div#captioned-gallery { 
  width: 100%; overflow: hidden; 
}
figure.sliderMount { 
  position: relative; width: 800%;
  font-size: 0; animation: 60s slidyMount infinite; 
}
figure.sliderMount figure { 
  width: 12.5%; height: auto;
  display: inline-block;  position: inherit; 
}
figure.sliderMount img { width: 100%; height: auto; }
figure.sliderMount figure figcaption { 
  position: absolute;
  bottom: 0;
  background: rgba(255,255,255,0.0);
  color: #000;
  width: 100%;
  font-size: 0.9rem; 
  /* padding: .6rem; */
}

/* Hover on Presse Pic */
