/* FONT */

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fnt/roboto-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fnt/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fnt/roboto-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fnt/roboto-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fnt/roboto-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fnt/roboto-v29-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fnt/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fnt/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fnt/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fnt/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fnt/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fnt/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fnt/roboto-v29-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fnt/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fnt/roboto-v29-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fnt/roboto-v29-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fnt/roboto-v29-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fnt/roboto-v29-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fnt/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fnt/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fnt/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fnt/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fnt/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fnt/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('fnt/roboto-v29-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fnt/roboto-v29-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fnt/roboto-v29-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fnt/roboto-v29-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fnt/roboto-v29-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fnt/roboto-v29-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* GLOBAL */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: auto;
	width: 100%;
	background-color: #f0ecea;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 500;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
  	hyphens: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	background-image: url("assets/bilder/ma-bg.jpg");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.oflow {
	overflow: hidden;
}

p, ul li, a {
	letter-spacing: 0.2px;
}

p {
	line-height: 1.4rem;
}

p strong {
	color: #a39082;
}

a {
	text-decoration: none;
}

/* HEADINGS */

h1 {
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.2rem;
	max-width: 800px;
	margin: 0 auto 20px auto;
	opacity: 0;
	animation-name: fadein;
	animation-duration: 300ms;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 200ms;
}

h2 {
	font-weight: 300;
	line-height: 2rem;
	max-width: 550px;
	margin: 0 auto;
	opacity: 0;
	animation-name: fadein;
	animation-duration: 300ms;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 300ms;
}

h3 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

h3::after {
	content: '';
	display: inline-block;
	height: 10px;
	width: 240px;
	position: absolute;
	bottom: -30px;
	left: 0;
	background-color: #a39082;
	animation-name: move;
	animation-duration: 10000ms;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

h5 {
	font-size: 1.4rem;
	letter-spacing: 0.15rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #a39082;
	margin-bottom: 20px;
	position: relative;
}

.two-col h5 {
	margin-bottom: 40px;
}

.two-col h5::after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 180px;
	position: absolute;
	bottom: -20px;
	left: -60px;
	background-color: #a39082;
}

/* HEADER */

header {
	position: relative;
	margin-bottom: 160px;
}

header nav {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	padding: 40px 20px;
}

header nav svg {
	height: 100px;
	width: auto;
	opacity: 0;
	animation-name: fadein;
	animation-duration: 300ms;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	transition: fill 300ms ease-out;
	transition: 300ms ease-out;
}

header nav svg:hover {
	fill: #a39082;
	transition: fill 300ms ease-out;
}

header nav a {
	display: inline-block;
}

header nav ul {
	margin-bottom: 6px;
	list-style: none;
	opacity: 0;
	white-space: nowrap;
	animation-name: fadein;
	animation-duration: 300ms;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 100ms;
}

header nav ul li {
	display: inline-block;
	border-right: 2px solid #a39082;
}

header nav ul li:last-child {
	border-right: none;
}

header nav ul li a {
	text-transform: uppercase;
	color: #000;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	padding: 20px 8px 10px 4px;
	transition: 300ms ease-out;
}

header nav ul li a:hover {
	color: #a39082;
	transform: translateY(-2px) rotate(-2deg);
	transition: 300ms ease-out;
}

header.scrolled {
	margin-top: 184px;
}

header.scrolled nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	align-items: center;
	background-color: #f0ecea;
	padding: 10px 20px;
	border-left: 1px solid rgba(118, 134, 147, 1);
	border-right: 1px solid rgba(118, 134, 147, 1);
	border-bottom: 1px solid rgba(118, 134, 147, 1);
	z-index: 20;
}

header.scrolled nav > a {
	margin-right: 20px;
}

header.scrolled nav svg {
	height: 60px;
	transition: 300ms ease-out;
}

.ham {
	display: none;
	height: 17px;
	width: 40px;
	position: fixed;
	top: calc(52px - 8px);
	right: 20px;
	z-index: 40;
	animation-name: fadein;
	animation-duration: 300ms;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 100ms;
}

.ham:hover {
	cursor: pointer;
}

.ham span {
	display: block;
	height: 3px;
	width: 100%;
	margin-bottom: 4px;
	position: relative;
}

.ham span img {
	height: auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

header.active .ham {
	height: 40px;
	top: calc(52px - 20px);
	transform: rotate(0);
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

header.active span {
	position: absolute;
	top: calc(50% - 1.5px);
	left: 0;
	margin-bottom: 0;
}

header.active .ham span:first-child {
	transform: rotate(-45deg);
}

header.active .ham span:nth-child(2) {
	display: none;
}

header.active .ham span:last-child {
	transform: rotate(45deg);
}

.intro {
	padding: 120px 20px;
	background-color: #d1c7c0;
	text-align: center;
	background-image: url('assets/bilder/dot.svg');
	background-size: 14px;
	background-position: bottom left;
	background-repeat: repeat-x;
	animation-name: fadein;
	animation-duration: 1000ms;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.headericons {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: absolute;
	left: calc(50% - 600px);
	bottom: -100px;
}

.headericons a {
	display: block;
	text-align: center;
}

.headericons a:first-child {
	opacity: 0;
	animation-name: fadein;
	animation-duration: 300ms;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 400ms;
}

.headericons a:nth-child(2) {
	opacity: 0;
	animation-name: fadein;
	animation-duration: 300ms;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
}

.headericons a:nth-child(3) {
	opacity: 0;
	animation-name: fadein;
	animation-duration: 300ms;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 600ms;
}

.headericons a:nth-child(4) {
	opacity: 0;
	animation-name: fadein;
	animation-duration: 300ms;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 700ms;
}

.headericons img {
	height: 80px;
	width: auto;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #f0ecea;
	border-radius: 50%;
	animation-name: iconanimation;
	animation-duration: 12000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.headericons h4 {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #a39082;
}

/* Content */

body > hr {
	border: none;
	opacity: 0;
	pointer-events: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.heading {
	padding: 20px;
	max-width: 1200px;
	margin: 20px auto 20px auto;
}

.smalltext {
	padding: 20px;
	max-width: 800px;
	margin: 0 auto;
}

.bigtext {
	padding: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.smalltext p, .bigtext p, .timeline p, .quote p, .ref p {
	font-weight: 300;
	line-height: 1.4rem;
	margin-bottom: 20px;
}

.smalltext ul, .bigtext ul, .icontext ul {
	font-weight: 300;
	list-style: none;
	margin-right: 40px;
}

.smalltext ul li, .bigtext ul li, .icontext ul li {
	position: relative;
	padding-left: 10px;
	line-height: 1.4rem;
}

.smalltext ul li::before, .bigtext ul li::before, .icontext ul li::before {
	content: '·';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.smalltext a, .bigtext a, .icontext a, .timeline a, .ref a {
	display: inline-block;
	color: #a39082;
	transform: translateY(0) rotate(0);
	transition: 300ms ease-out;
}

.smalltext a:hover, .bigtext a:hover, .icontext a:hover, .timeline a:hover, .ref a:hover {
	transform: translateY(-2px) rotate(-2deg);
	transition: 300ms ease-out;
}

.two-col, .three-col, .four-col {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.two-col div, .three-col div, .four-col div {
	display: inline-block;
	margin-top: 10px;
	position: relative;
}

.two-col div {
	width: 50%;
}

.two-col > div:first-child {
	margin-right: 40px;
}

.two-col > div:last-child {
	margin-left: 40px;
}

.two-col.bildtext {
	align-items: center;
}

.two-col div.bigimg, .bildlinks .bigimg, .bildrechts .bigimg {
	width: 400px;
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: relative;
}

.two-col div.bigimg + div {
	width: calc(100% - 500px)
}

.three-col div {
	width: 33.3%;
}

.four-col div {
	width: 25%;
}

.four-col.bilder {
	padding: 20px 0;
}

.four-col.bilder div {
	width: auto;
	margin-right: 10px;
}

.four-col.bilder div:last-child {
	margin-right: 0;
}

.four-col.unterschrift {
	justify-content: center;
	padding-top: 0;
	margin-top: -20px;
}

.four-col.downloads {
	flex-wrap: wrap;
}

.four-col.downloads > div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}

.four-col.downloads svg {
	height: 80px;
	width: 100px;
}

.four-col.downloads a:first-child {
	margin-right: 20px;
}

.smalltext img, .bigtext img {
	display: block;
	width: 100%;
	height: auto;
}

.wrapper {
	position: relative;
	z-index: 4;
}

a.arrow-btn {
	height: 140px;
	width: 140px;
	text-transform: uppercase;
	background-color: #d1c7c0;
	border-radius: 50%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #788693;
	position: relative;
	animation-name: cta;
	animation-duration: 4000ms;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	transition: 300ms ease-out;
	z-index: 3;
}

a.arrow-btn.arrowright {
	top: -20px;
	right: calc(-50vw - 460px);
}

a.arrow-btn::after {
	content: url('assets/bilder/arrow.svg');
	display: inline-block;
	width: 20px;
	height: auto;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	transition: 300ms ease-out;
}

.arrow-btn:hover {
	transform: scale(1.2);
	transition: 300ms ease-out;
}

.arrow-btn.arrowright:hover {
	transform: translateY(-2px) translateX(0) rotate(-2deg);
}

.arrow-btn:hover::after {
	bottom: -60px;
	transition: 300ms ease-out;
}

.blue-bg-corner ul {
	padding-top: 24px;
}

.blue-bg-corner ul li {
	line-height: 20px;
	padding: 8px;
	color: #fff;
	z-index: 0;
	margin-bottom: 12px;
}

.blue-bg-corner ul li a {
	color: #fff;
}

.blue-bg-corner ul li::before {
	display: none;
}

.blue-bg-corner ul li::after {
	content: '';
	display: inline-block;
	height: 20px;
	width: calc(100% - 16px);
	padding: 8px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(118, 134, 147, 0.3);
	z-index: -1;
}

.blue-bg-corner ul li:first-child::after {
	background-color: rgba(118, 134, 147, 1);
}

.blue-bg-corner ul li:nth-child(2)::after {
	background-color: rgba(118, 134, 147, 0.75);
}

.blue-bg-corner ul li:nth-child(3)::after {
	background-color: rgba(118, 134, 147, 0.5);
}

.blue-bg-round ul li {
	line-height: 3rem;
	position: relative;
	padding-left: 16px;
	text-transform: uppercase;
	color: rgba(118, 134, 147, 1);
	font-weight: 400;
	letter-spacing: 0.1rem;
	z-index: 0;
}

.blue-bg-round ul li::before {
	content: url('assets/bilder/x.svg');
	display: inline-block;
	height: 32px;
	width: 32px;
	position: absolute;
	top: calc(50% + 2px);
	transform: translateX(-50%);
}

.blue-bg-round ul li:first-child::before {
	left: 70%;
}

.blue-bg-round ul li:nth-child(2)::before {
	left: 80%;
}

.blue-bg-round ul li:nth-child(3)::before {
	left: 60%;
}

.blue-bg-round ul li:nth-child(4)::before {
	left: 50%;
}

.smalltext .blue-bg-round ul li::after, .bigtext .blue-bg-round ul li::after {
	content: '';
	display: inline-block;
	height: 20px;
	width: calc(100% - 16px);
	padding: 8px;
	position: absolute;
	top: auto;
	bottom: -12px;
	left: 0;
	background-color: rgba(118, 134, 147, 0.3);
	border-radius: 18px;
	z-index: -1;
}

/* ICON BOX */

.icontext {
	display: inline-block;
	width: calc(597px - 80px);
	vertical-align: top;
	margin-bottom: 80px;
}

.icontext.even {
	margin-left: calc(50% - 600px);
	margin-right: 80px;
}

.icontext.odd {
	margin-right: calc(50% - 600px);
	margin-left: 80px;
}

.icontext img {
	display: inline-block;
	height: 100px;
	width: auto;
	margin-right: 20px;
	margin-bottom: 100px;
}

.icontext h4 {
	display: inline-block;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.3rem;
	color: #a39082;
	line-height: 100px;
	vertical-align: top;
	position: relative;
}

.icontext h4::after {
	content: '';
	display: inline-block;
	height: 14px;
	width: 400px;
	position: absolute;
	bottom: -50px;
	left: -125px;
	background-image: url('assets/bilder/dot.svg');
	background-size: 14px;
	background-position: bottom left;
	background-repeat: repeat-x;
}

.icontext p {
	font-weight: 300;
}

.icontext p + ul {
	margin-top: 20px;
}

/* TIMELINE */

.timeline {
	background-color: #e1dad5;
	padding: 40px 0;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
}

.timeline::before {
	content: '';
	display: inline-block;
	height: calc(100% - 360px);
	width: 6px;
	position: absolute;
	top: 280px;
	left: 160px;
	background-image: url('assets/bilder/dot-vertical.svg');
	background-size: 4px;
	background-position: bottom;
	background-repeat: repeat-y;
}

.timeline h5 {
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;
	margin-left: 80px;
	position: relative;
	max-width: 60px;
}

.timeline h5::after {
	content: '';
	display: inline-block;
	height: 2px;
	width: 120px;
	position: absolute;
	bottom: -20px;
	left: 0;
	background-color: #768693;
}

.timeline > p > strong:first-child {
	display: block;
	margin-bottom: 10px;
}

.timeline p {
	display: inline-block;
	width: 75%;
	margin-top: 60px;
}

.timeline p:last-child {
	margin-bottom: 100px;
}

.introtext {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.introtext p, .timeline .introtext p:last-child {
	margin-bottom: 20px;
}

/* QUOTE */

.quote {
	max-width: 1200px;
	margin: 80px auto;
	text-align: center;
}

blockquote {
	font-size: 1.4rem;
	font-weight: 400;
	max-width: 580px;
	margin: 0 auto;
	padding: 0 20px;
	letter-spacing: 0.1rem;
	line-height: 2rem;
	margin-bottom: 10px;
}

/* REFERENZEN KUNDEN */

.ref {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.ref > div {
	height: auto;
	width: 48%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.portrait {
	display: inline-block;
	height: 160px;
	width: 160px;
	background-image: url('assets/bilder/portrait-dummy.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: relative;
}

.ref > div:first-child .portrait {
	background-image: url('assets/bilder/portrait-dummy.jpg');
}

.ref > div:nth-child(2) .portrait {
	background-image: url('assets/bilder/portrait-dummy-2.jpg');
}

.ref > div:nth-child(3) .portrait {
	background-image: url('assets/bilder/portrait-dummy-3.jpg');
}

.ref > div:nth-child(4) .portrait {
	background-image: url('assets/bilder/portrait-dummy-4.jpg');
}

.portrait::after, .bigimg::after {
	content: '';
	display: inline-block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #a39082;
	border-radius: 50%;
	opacity: 0.5;
}

.ref > div > div:last-child {
	width: calc(100% - 180px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
}

.ref p {
	padding-left: 20px;
	font-style: italic;
}

.ref p:first-child {
	border-left: 2px solid #a39082;
}

.ref p:last-child {
	display: inline-block;
	margin-bottom: 0;
}

.ref p strong {
	font-style: normal;
}

/* FOOTER */

footer {
	background-color: #e1dad5;
	padding: 80px 20px;
	margin-top: 60px;
}

footer > div {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
}

footer ul {
	list-style: none;
	font-weight: 300;
	margin-right: 120px;
}

footer ul li {
	line-height: 1.4rem;
}

footer ul:last-child li {
	text-transform: uppercase;
}

footer ul:last-child li:last-child {
	margin-bottom: 22px;
}

.highlight {
	text-transform: uppercase;
	color: #a39082;
	font-weight: 700;
	letter-spacing: 0.1rem;
}

footer hr {
	display: inline-block;
	height: 1px;
	width: 80px;
	margin: 20px auto 20px -40px;
	border: none;
	background-color: #a39082;
}

footer a {
	display: inline-block;
	color: #000;
	transform: translateY(0) rotate(0);
	transition: 300ms ease-out;
}

footer a:hover {
	color: #a39082;
	transform: translateY(-2px) rotate(-2deg);
	transition: 300ms ease-out;
}

/* FADE IN ON SCROLL */

body > div, body > a, footer {
	opacity: 0 !important;
	transform: translateY(-100px) rotate(-2deg) scale(1.1);
	transition: 1000ms ease-out;
	transition-delay: 300ms;
}

body > div.show, body > a.show, footer.show {
	opacity: 1 !important;
	transform: translateY(0) rotate(0);
	transition: 1000ms ease-out;
	transition-delay: 300ms;
}

/* ANIMATIONS */

@keyframes fadein {
	0% {
		opacity: 0;
		transform: translateY(-20px) rotate(-2deg) scale(1);
	}
	50% {
		transform: translateY(-20px) rotate(-2deg) scale(1.1);
	}
	100% {
		opacity: 1;
		transform: translateY(0) rotate(0) scale(1);
	}
}

@keyframes iconanimation {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes move {
	0% {
		bottom: -30px;
		left: 0;
		opacity: 1;
	}
	50% {
		bottom: -30px;
		left: 100px;
		opacity: 0.2;
	}
	100% {
		bottom: -30px;
		left: 0;
		opacity: 1;
	}
}

@keyframes cta {
	0% {
		background-color: rgba(209, 199, 192, 1);
	}
	50% {
		background-color: rgba(209, 199, 192, 0.2);
	}
	100% {
		background-color: rgba(209, 199, 192, 1);
	}
}

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

/* RESPONSIVE */

@media screen and (max-width: 1240px) {
	.headericons {
		left: 0;
		padding: 0 20px;
		width: calc(100% - 40px);
	}
	a.arrow-btn.arrowright {
		right: calc(-100vw + 160px);
	}
	.icontext {
		padding: 20px;
		width: calc(50% - 42px);
		margin-right: 0;
		margin-bottom: 20px;
	}
	.icontext.even, .icontext.odd {
		margin-left: 0;
		margin-right: 0;
	}
	.timeline h5 {
		margin-left: 20px;
	}
	.timeline::before {
		left: 95px;
	}
	.four-col.bilder {
		padding: 20px;
	}
	.ref {
		margin: 0 20px;
	}
}

@media screen and (max-width: 820px) {
	.ham {
		display: block;
	}
	header {
		margin-top: 104px;
	}
	header nav {
		padding: 20px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 30;
		background-color: #f0ecea;
		padding-right: calc(100vw - 208px);
	}
	header.scrolled {
		margin-top: 104px;
	}
	header.scrolled nav {
		left: 0;
		transform: none;
		border: none;
		border-bottom: 1px solid #a39082;
		padding: 20px;
		padding-right: calc(100vw - 208px);
		transition: 300ms ease-out;
	}
	header nav svg {
		height: 60px;
	}
	header nav ul {
		display: block;
		position: absolute;
		top: calc(-100vh - 144px);
		left: 0;
		height: calc(100vh - 144px);
		width: calc(100vw - 40px);
		padding: 20px;
		background-color: #f0ecea;
		z-index: 10;
		opacity: 0;
		transition: 300ms ease-out;
	}
	header.active nav ul {
		top: 104px;
		opacity: 1;
		transition: 300ms ease-out;
	}
	header nav ul li {
		display: block;
		border-right: none;
	}
	header nav ul li a {
		display: block;
		padding: 20px 0;
	}
	header nav ul li a:hover {
		transform: none;
	}
	.center {
		text-align: left;
	}
	.two-col, .three-col, .four-col {
		flex-direction: column;
	}
	.two-col div, .three-col div, .four-col div {
		width: 100%;
		margin-top: 40px;
	}
	.two-col div.empty, .three-col div.empty, .four-col div.empty {
		display: none;
	}
	.two-col div.bigimg, .bildrechts .bigimg, .bildlinks .bigimg {
		width: calc(100vw - 40px);
		height: calc(100vw - 40px);
	}
	.two-col div.bigimg.empty {
		display: block;
	}
	.two-col > div:first-child {
		margin-right: 0;
	}

	.two-col > div:last-child {
		margin-left: 0;
	}
	.two-col div.bigimg + div {
		width: 100%;
	}
	.four-col.bilder div:last-child {
		margin-right: auto;
	}
	.smalltext ul, .bigtext ul, .icontext ul {
		margin-right: 0;
	}
	.icontext h4::after {
		width: calc(50vw - 160px);
	}
	.two-col h5::after {
		left: 0;
	}
	.timeline p {
		width: calc(100% - 180px);
	}
	.introtext {
		text-align: left;
		width: 100%;
		max-width: auto;
		margin-left: 160px;
	}
	.four-col.bilder div {
		margin: 0 auto 20px auto;
	}
	.ref {
		flex-direction: column;
	}
	.ref > div {
		width: 100%;
	}
	a.arrow-btn {
		transform: translateX(50vw) translateX(-70px);
	}
	a.arrow-btn:hover {
		transform: translateX(50vw) translateX(-70px) translateY(-2px) rotate(-2deg);
	}
	a.arrow-btn.arrowright {
		transform: translateX(0);
	}
	a.arrow-btn.arrowright {
		right: calc(-50vw + 70px);
	}
	footer ul {
		margin-right: 80px;
	}
}

@media screen and (max-width: 640px) {
	header {
		margin-bottom: 0;
	}
	.headericons {
		position: static;
		display: block;
		padding: 40px 20px;
	}
	.headericons a {
		margin-bottom: 40px;
	}
	.headericons a:last-child {
		margin-bottom: 0;
	}
	.headericons img {
		width: 160px;
		height: auto;
		border: 1px solid #768693;
	}
	.icontext {
		display: block;
		width: calc(100% - 40px);
	}
	.icontext h4::after {
		width: calc(100vw - 40px);
	}
	.timeline::before {
		height: calc(100% - 240px);
		top: 200px;
		left: 20px;
	}
	.timeline .heading {
		margin-bottom: 60px;
	}
	.timeline h5 {
		margin-left: 40px;
	}
	.timeline h5::after {
		width: 48px;
		left: -40px;
	}
	.timeline p {
		display: block;
		width: calc(100% - 80px);
		margin: 20px auto 60px auto;
	}
	.timeline p:last-child {
		margin-bottom: 40px;
	}
	.introtext {
		margin-left: 0;
		margin-bottom: 40px;
	}
	.ref > div {
		flex-direction: column;
	}
	.ref > div > div:last-child {
		width: 100%;
		align-items: flex-start;
	}
	.ref p {
		padding-left: 0;
	}
	.ref p:first-child {
		border-left: none;
	}
	.portrait {
		margin-bottom: 40px;
	}
	footer > div {
		flex-direction: column;
		align-items: flex-start;
	}
	footer ul {
		margin-bottom: 20px;
	}
	footer ul:last-child, footer ul:last-child li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	h1, h3 {
		font-size: 10vw;
	}
}