/*Fuck above the fold*/ /*TOP-LEVEL*/
/*Nice text rendering and sizing*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  /*font-family: 'Karla', sans-serif;
  letter-spacing: -1px;*/
}

/*Set up sane box-sizing*/
*, *:after, *:before {
  box-sizing: border-box;
}

/*BLOCK ELEMENTS*/
/*No default margins or paddings*/
address,
article,
aside,
blockquote,
canvas,
dd,
div,
dl,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
li,
main,
nav,
noscript,
ol,
output,
p,
pre,
section,
table,
tfoot,
ul,
video {
  margin: 0;
  padding: 0;
}

/*Make sure newer block elements always work, even in IE*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*TEXT AND IMAGE RULES*/
/*No heading styles*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}

/*No more ugly default links*/
a {
  text-decoration: none;
  color: inherit;
}

/*Automatically size images nicely*/
img {
  height: auto;
  border: 0;
}

cite {
  font-style: normal;
}

dl {
  list-style-type: none;
}

/*FORMS*/
/*Correct defaults and some inheritance issues*/
button,
input,
optgroup,
select,
progress,
meter,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

input[type=checkbox] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -o-appearance: checkbox;
}

input[type=radio] {
  appearance: radio;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -o-appearance: radio;
}

header:after,
main:after,
footer:after,
.row:after,
.row:before {
  content: "";
  display: table;
  clear: both;
}

/*TABLE*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  text-align: left;
  font-weight: normal;
}

.youtube-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.youtube-container .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.youtube-container .embed-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.youtube-container img {
  width: 100%;
}
.youtube-container.disabled:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
}
.youtube-container .youtube-hint {
  display: none;
}
.youtube-container.disabled .youtube-hint {
  display: inline-block;
  position: absolute;
  max-width: 400px;
  z-index: 1;
  font-size: 0.9rem;
  border: 2px solid #F2F2F2;
}
@media screen and (max-width: 767px) {
  .youtube-container.disabled .youtube-hint {
    position: relative;
    max-width: 100%;
  }
}
.youtube-container.disabled .youtube-hint .youtube-hint-text {
  background: #ffffff;
  padding: 20px;
}
.youtube-container.disabled .youtube-hint .youtube-hint-text p {
  margin-top: 0;
}
.youtube-container.disabled .youtube-hint .youtube-hint-link-container {
  margin: 5px 0;
}
.youtube-container.disabled .youtube-hint .youtube-id {
  font-size: 0.75rem;
  text-align: right;
  margin-top: 5px;
}

.galerie ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.galerie ul li {
  width: calc(33.33% - 1.5rem);
  margin-bottom: 2rem;
}
.galerie ul li img {
  display: block;
  max-width: 100%;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cards .card {
  width: calc(33.33% - 1.5rem);
  margin-bottom: 2rem;
  background: #1f2023;
}
.cards .card .card-img img {
  max-width: 100%;
}
.cards .card .card-text {
  padding: 20px;
}
.cards .card .card-text h2 {
  font-size: 2rem;
}
.cards .card.spacer {
  background: none;
  height: 1px;
}

@media screen and (min-width: 641px) {
  .spalte-1 {
    width: 1%;
  }
  .spalte-2 {
    width: 2%;
  }
  .spalte-3 {
    width: 3%;
  }
  .spalte-4 {
    width: 4%;
  }
  .spalte-5 {
    width: 5%;
  }
  .spalte-6 {
    width: 6%;
  }
  .spalte-7 {
    width: 7%;
  }
  .spalte-8 {
    width: 8%;
  }
  .spalte-9 {
    width: 9%;
  }
  .spalte-10 {
    width: 10%;
  }
  .spalte-11 {
    width: 11%;
  }
  .spalte-12 {
    width: 12%;
  }
  .spalte-13 {
    width: 13%;
  }
  .spalte-14 {
    width: 14%;
  }
  .spalte-15 {
    width: 15%;
  }
  .spalte-16 {
    width: 16%;
  }
  .spalte-17 {
    width: 17%;
  }
  .spalte-18 {
    width: 18%;
  }
  .spalte-19 {
    width: 19%;
  }
  .spalte-20 {
    width: 20%;
  }
  .spalte-21 {
    width: 21%;
  }
  .spalte-22 {
    width: 22%;
  }
  .spalte-23 {
    width: 23%;
  }
  .spalte-24 {
    width: 24%;
  }
  .spalte-25 {
    width: 25%;
  }
  .spalte-26 {
    width: 26%;
  }
  .spalte-27 {
    width: 27%;
  }
  .spalte-28 {
    width: 28%;
  }
  .spalte-29 {
    width: 29%;
  }
  .spalte-30 {
    width: 30%;
  }
  .spalte-31 {
    width: 31%;
  }
  .spalte-32 {
    width: 32%;
  }
  .spalte-33 {
    width: 33%;
  }
  .spalte-34 {
    width: 34%;
  }
  .spalte-35 {
    width: 35%;
  }
  .spalte-36 {
    width: 36%;
  }
  .spalte-37 {
    width: 37%;
  }
  .spalte-38 {
    width: 38%;
  }
  .spalte-39 {
    width: 39%;
  }
  .spalte-40 {
    width: 40%;
  }
  .spalte-41 {
    width: 41%;
  }
  .spalte-42 {
    width: 42%;
  }
  .spalte-43 {
    width: 43%;
  }
  .spalte-44 {
    width: 44%;
  }
  .spalte-45 {
    width: 45%;
  }
  .spalte-46 {
    width: 46%;
  }
  .spalte-47 {
    width: 47%;
  }
  .spalte-48 {
    width: 48%;
  }
  .spalte-49 {
    width: 49%;
  }
  .spalte-50 {
    width: 50%;
  }
  .spalte-51 {
    width: 51%;
  }
  .spalte-52 {
    width: 52%;
  }
  .spalte-53 {
    width: 53%;
  }
  .spalte-54 {
    width: 54%;
  }
  .spalte-55 {
    width: 55%;
  }
  .spalte-56 {
    width: 56%;
  }
  .spalte-57 {
    width: 57%;
  }
  .spalte-58 {
    width: 58%;
  }
  .spalte-59 {
    width: 59%;
  }
  .spalte-60 {
    width: 60%;
  }
  .spalte-61 {
    width: 61%;
  }
  .spalte-62 {
    width: 62%;
  }
  .spalte-63 {
    width: 63%;
  }
  .spalte-64 {
    width: 64%;
  }
  .spalte-65 {
    width: 65%;
  }
  .spalte-66 {
    width: 66%;
  }
  .spalte-67 {
    width: 67%;
  }
  .spalte-68 {
    width: 68%;
  }
  .spalte-69 {
    width: 69%;
  }
  .spalte-70 {
    width: 70%;
  }
  .spalte-71 {
    width: 71%;
  }
  .spalte-72 {
    width: 72%;
  }
  .spalte-73 {
    width: 73%;
  }
  .spalte-74 {
    width: 74%;
  }
  .spalte-75 {
    width: 75%;
  }
  .spalte-76 {
    width: 76%;
  }
  .spalte-77 {
    width: 77%;
  }
  .spalte-78 {
    width: 78%;
  }
  .spalte-79 {
    width: 79%;
  }
  .spalte-80 {
    width: 80%;
  }
  .spalte-81 {
    width: 81%;
  }
  .spalte-82 {
    width: 82%;
  }
  .spalte-83 {
    width: 83%;
  }
  .spalte-84 {
    width: 84%;
  }
  .spalte-85 {
    width: 85%;
  }
  .spalte-86 {
    width: 86%;
  }
  .spalte-87 {
    width: 87%;
  }
  .spalte-88 {
    width: 88%;
  }
  .spalte-89 {
    width: 89%;
  }
  .spalte-90 {
    width: 90%;
  }
  .spalte-91 {
    width: 91%;
  }
  .spalte-92 {
    width: 92%;
  }
  .spalte-93 {
    width: 93%;
  }
  .spalte-94 {
    width: 94%;
  }
  .spalte-95 {
    width: 95%;
  }
  .spalte-96 {
    width: 96%;
  }
  .spalte-97 {
    width: 97%;
  }
  .spalte-98 {
    width: 98%;
  }
  .spalte-99 {
    width: 99%;
  }
  .spalte-100 {
    width: 100%;
  }
  .offset-1 {
    margin-left: 1%;
  }
  .offset-2 {
    margin-left: 2%;
  }
  .offset-3 {
    margin-left: 3%;
  }
  .offset-4 {
    margin-left: 4%;
  }
  .offset-5 {
    margin-left: 5%;
  }
  .offset-6 {
    margin-left: 6%;
  }
  .offset-7 {
    margin-left: 7%;
  }
  .offset-8 {
    margin-left: 8%;
  }
  .offset-9 {
    margin-left: 9%;
  }
  .offset-10 {
    margin-left: 10%;
  }
  .offset-11 {
    margin-left: 11%;
  }
  .offset-12 {
    margin-left: 12%;
  }
  .offset-13 {
    margin-left: 13%;
  }
  .offset-14 {
    margin-left: 14%;
  }
  .offset-15 {
    margin-left: 15%;
  }
  .offset-16 {
    margin-left: 16%;
  }
  .offset-17 {
    margin-left: 17%;
  }
  .offset-18 {
    margin-left: 18%;
  }
  .offset-19 {
    margin-left: 19%;
  }
  .offset-20 {
    margin-left: 20%;
  }
  .offset-21 {
    margin-left: 21%;
  }
  .offset-22 {
    margin-left: 22%;
  }
  .offset-23 {
    margin-left: 23%;
  }
  .offset-24 {
    margin-left: 24%;
  }
  .offset-25 {
    margin-left: 25%;
  }
  .offset-26 {
    margin-left: 26%;
  }
  .offset-27 {
    margin-left: 27%;
  }
  .offset-28 {
    margin-left: 28%;
  }
  .offset-29 {
    margin-left: 29%;
  }
  .offset-30 {
    margin-left: 30%;
  }
  .offset-31 {
    margin-left: 31%;
  }
  .offset-32 {
    margin-left: 32%;
  }
  .offset-33 {
    margin-left: 33%;
  }
  .offset-34 {
    margin-left: 34%;
  }
  .offset-35 {
    margin-left: 35%;
  }
  .offset-36 {
    margin-left: 36%;
  }
  .offset-37 {
    margin-left: 37%;
  }
  .offset-38 {
    margin-left: 38%;
  }
  .offset-39 {
    margin-left: 39%;
  }
  .offset-40 {
    margin-left: 40%;
  }
  .offset-41 {
    margin-left: 41%;
  }
  .offset-42 {
    margin-left: 42%;
  }
  .offset-43 {
    margin-left: 43%;
  }
  .offset-44 {
    margin-left: 44%;
  }
  .offset-45 {
    margin-left: 45%;
  }
  .offset-46 {
    margin-left: 46%;
  }
  .offset-47 {
    margin-left: 47%;
  }
  .offset-48 {
    margin-left: 48%;
  }
  .offset-49 {
    margin-left: 49%;
  }
  .offset-50 {
    margin-left: 50%;
  }
  .offset-51 {
    margin-left: 51%;
  }
  .offset-52 {
    margin-left: 52%;
  }
  .offset-53 {
    margin-left: 53%;
  }
  .offset-54 {
    margin-left: 54%;
  }
  .offset-55 {
    margin-left: 55%;
  }
  .offset-56 {
    margin-left: 56%;
  }
  .offset-57 {
    margin-left: 57%;
  }
  .offset-58 {
    margin-left: 58%;
  }
  .offset-59 {
    margin-left: 59%;
  }
  .offset-60 {
    margin-left: 60%;
  }
  .offset-61 {
    margin-left: 61%;
  }
  .offset-62 {
    margin-left: 62%;
  }
  .offset-63 {
    margin-left: 63%;
  }
  .offset-64 {
    margin-left: 64%;
  }
  .offset-65 {
    margin-left: 65%;
  }
  .offset-66 {
    margin-left: 66%;
  }
  .offset-67 {
    margin-left: 67%;
  }
  .offset-68 {
    margin-left: 68%;
  }
  .offset-69 {
    margin-left: 69%;
  }
  .offset-70 {
    margin-left: 70%;
  }
  .offset-71 {
    margin-left: 71%;
  }
  .offset-72 {
    margin-left: 72%;
  }
  .offset-73 {
    margin-left: 73%;
  }
  .offset-74 {
    margin-left: 74%;
  }
  .offset-75 {
    margin-left: 75%;
  }
  .offset-76 {
    margin-left: 76%;
  }
  .offset-77 {
    margin-left: 77%;
  }
  .offset-78 {
    margin-left: 78%;
  }
  .offset-79 {
    margin-left: 79%;
  }
  .offset-80 {
    margin-left: 80%;
  }
  .offset-81 {
    margin-left: 81%;
  }
  .offset-82 {
    margin-left: 82%;
  }
  .offset-83 {
    margin-left: 83%;
  }
  .offset-84 {
    margin-left: 84%;
  }
  .offset-85 {
    margin-left: 85%;
  }
  .offset-86 {
    margin-left: 86%;
  }
  .offset-87 {
    margin-left: 87%;
  }
  .offset-88 {
    margin-left: 88%;
  }
  .offset-89 {
    margin-left: 89%;
  }
  .offset-90 {
    margin-left: 90%;
  }
  .offset-91 {
    margin-left: 91%;
  }
  .offset-92 {
    margin-left: 92%;
  }
  .offset-93 {
    margin-left: 93%;
  }
  .offset-94 {
    margin-left: 94%;
  }
  .offset-95 {
    margin-left: 95%;
  }
  .offset-96 {
    margin-left: 96%;
  }
  .offset-97 {
    margin-left: 97%;
  }
  .offset-98 {
    margin-left: 98%;
  }
  .offset-99 {
    margin-left: 99%;
  }
  .offset-100 {
    margin-left: 100%;
  }
  .fill-1 {
    margin-right: 1%;
  }
  .fill-2 {
    margin-right: 2%;
  }
  .fill-3 {
    margin-right: 3%;
  }
  .fill-4 {
    margin-right: 4%;
  }
  .fill-5 {
    margin-right: 5%;
  }
  .fill-6 {
    margin-right: 6%;
  }
  .fill-7 {
    margin-right: 7%;
  }
  .fill-8 {
    margin-right: 8%;
  }
  .fill-9 {
    margin-right: 9%;
  }
  .fill-10 {
    margin-right: 10%;
  }
  .fill-11 {
    margin-right: 11%;
  }
  .fill-12 {
    margin-right: 12%;
  }
  .fill-13 {
    margin-right: 13%;
  }
  .fill-14 {
    margin-right: 14%;
  }
  .fill-15 {
    margin-right: 15%;
  }
  .fill-16 {
    margin-right: 16%;
  }
  .fill-17 {
    margin-right: 17%;
  }
  .fill-18 {
    margin-right: 18%;
  }
  .fill-19 {
    margin-right: 19%;
  }
  .fill-20 {
    margin-right: 20%;
  }
  .fill-21 {
    margin-right: 21%;
  }
  .fill-22 {
    margin-right: 22%;
  }
  .fill-23 {
    margin-right: 23%;
  }
  .fill-24 {
    margin-right: 24%;
  }
  .fill-25 {
    margin-right: 25%;
  }
  .fill-26 {
    margin-right: 26%;
  }
  .fill-27 {
    margin-right: 27%;
  }
  .fill-28 {
    margin-right: 28%;
  }
  .fill-29 {
    margin-right: 29%;
  }
  .fill-30 {
    margin-right: 30%;
  }
  .fill-31 {
    margin-right: 31%;
  }
  .fill-32 {
    margin-right: 32%;
  }
  .fill-33 {
    margin-right: 33%;
  }
  .fill-34 {
    margin-right: 34%;
  }
  .fill-35 {
    margin-right: 35%;
  }
  .fill-36 {
    margin-right: 36%;
  }
  .fill-37 {
    margin-right: 37%;
  }
  .fill-38 {
    margin-right: 38%;
  }
  .fill-39 {
    margin-right: 39%;
  }
  .fill-40 {
    margin-right: 40%;
  }
  .fill-41 {
    margin-right: 41%;
  }
  .fill-42 {
    margin-right: 42%;
  }
  .fill-43 {
    margin-right: 43%;
  }
  .fill-44 {
    margin-right: 44%;
  }
  .fill-45 {
    margin-right: 45%;
  }
  .fill-46 {
    margin-right: 46%;
  }
  .fill-47 {
    margin-right: 47%;
  }
  .fill-48 {
    margin-right: 48%;
  }
  .fill-49 {
    margin-right: 49%;
  }
  .fill-50 {
    margin-right: 50%;
  }
  .fill-51 {
    margin-right: 51%;
  }
  .fill-52 {
    margin-right: 52%;
  }
  .fill-53 {
    margin-right: 53%;
  }
  .fill-54 {
    margin-right: 54%;
  }
  .fill-55 {
    margin-right: 55%;
  }
  .fill-56 {
    margin-right: 56%;
  }
  .fill-57 {
    margin-right: 57%;
  }
  .fill-58 {
    margin-right: 58%;
  }
  .fill-59 {
    margin-right: 59%;
  }
  .fill-60 {
    margin-right: 60%;
  }
  .fill-61 {
    margin-right: 61%;
  }
  .fill-62 {
    margin-right: 62%;
  }
  .fill-63 {
    margin-right: 63%;
  }
  .fill-64 {
    margin-right: 64%;
  }
  .fill-65 {
    margin-right: 65%;
  }
  .fill-66 {
    margin-right: 66%;
  }
  .fill-67 {
    margin-right: 67%;
  }
  .fill-68 {
    margin-right: 68%;
  }
  .fill-69 {
    margin-right: 69%;
  }
  .fill-70 {
    margin-right: 70%;
  }
  .fill-71 {
    margin-right: 71%;
  }
  .fill-72 {
    margin-right: 72%;
  }
  .fill-73 {
    margin-right: 73%;
  }
  .fill-74 {
    margin-right: 74%;
  }
  .fill-75 {
    margin-right: 75%;
  }
  .fill-76 {
    margin-right: 76%;
  }
  .fill-77 {
    margin-right: 77%;
  }
  .fill-78 {
    margin-right: 78%;
  }
  .fill-79 {
    margin-right: 79%;
  }
  .fill-80 {
    margin-right: 80%;
  }
  .fill-81 {
    margin-right: 81%;
  }
  .fill-82 {
    margin-right: 82%;
  }
  .fill-83 {
    margin-right: 83%;
  }
  .fill-84 {
    margin-right: 84%;
  }
  .fill-85 {
    margin-right: 85%;
  }
  .fill-86 {
    margin-right: 86%;
  }
  .fill-87 {
    margin-right: 87%;
  }
  .fill-88 {
    margin-right: 88%;
  }
  .fill-89 {
    margin-right: 89%;
  }
  .fill-90 {
    margin-right: 90%;
  }
  .fill-91 {
    margin-right: 91%;
  }
  .fill-92 {
    margin-right: 92%;
  }
  .fill-93 {
    margin-right: 93%;
  }
  .fill-94 {
    margin-right: 94%;
  }
  .fill-95 {
    margin-right: 95%;
  }
  .fill-96 {
    margin-right: 96%;
  }
  .fill-97 {
    margin-right: 97%;
  }
  .fill-98 {
    margin-right: 98%;
  }
  .fill-99 {
    margin-right: 99%;
  }
  .fill-100 {
    margin-right: 100%;
  }
}
footer {
  background-color: #fff;
  padding: 40px 10px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  footer a {
    display: inline-block;
    margin: 10px 0;
  }
}
footer .flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
footer .flex .spalte {
  width: 50%;
}
@media screen and (max-width: 740px) {
  footer .flex .spalte {
    width: 100%;
  }
  footer .flex .spalte .lyl {
    margin: 0 auto;
    display: block;
  }
}
footer h3 {
  margin-bottom: 0;
}

/*
footer svg.footer-logo {
	background: #ffF;
	margin-bottom: 2em;
	padding: 10px;
	@include boxes;
	transition: all .2s ease-out;

	&:hover {
		@include boxes_hover;
	}
}
*/
footer svg.footer-logo {
  background: #ffF;
  margin-bottom: 2em;
  padding: 10px;
}

footer svg.lyl #Rechteck_1 {
  fill: #fff;
}

footer svg.lyl .cls-1 {
  fill: #000;
}

div.blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.blog .box {
  width: calc(33.33% - 1rem);
  background: #fff;
  padding: 20px;
  margin-bottom: 2rem;
  border-radius: 8px;
  transition: transform 0.2s ease-out;
}
div.blog .box:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 1100px) {
  div.blog .box {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 740px) {
  div.blog .box {
    width: 100%;
  }
}
div.blog .box h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
div.blog .box img {
  max-width: 100%;
}
div.blog .box.pseudo {
  height: 0px;
  padding: 0;
  background: none;
  margin: 0;
}
div.blog .youtube-hint-text h3 {
  font-size: 1.25rem;
}

nav.main-nav {
  color: #010101;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  font-size: 1.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  nav.main-nav {
    padding: 20px;
  }
}
nav.main-nav #mobile-menu {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
@media screen and (min-width: 641px) {
  nav.main-nav #mobile-menu {
    display: none;
  }
}
nav.main-nav #mobile-menu + label {
  display: none;
}
@media screen and (max-width: 640px) {
  nav.main-nav #mobile-menu + label {
    display: block;
  }
}
nav.main-nav #mobile-menu:checked + label {
  border-top: 4px solid transparent;
  border-bottom: 4px solid #7231c6;
}
nav.main-nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 640px) {
  nav.main-nav ul {
    flex-direction: column;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 75px);
    top: 75px;
    left: 0;
    background: #f5f5f7;
    padding: 40px;
    transform: scale(0);
    transform-origin: top right;
    transition: all 0.4s ease-in-out;
  }
}
nav.main-nav ul li {
  margin-left: 40px;
}
nav.main-nav ul li a {
  border-bottom: none;
  text-transform: capitalize;
}
nav.main-nav ul li a.active {
  border-bottom: 4px solid #7231c6;
}
nav.main-nav ul li.kontakt a {
  padding: 8px 16px;
  border-radius: 20px;
  background: #fff;
  animation: hui 10s linear infinite;
  transition: all 0.2s ease-out;
}
nav.main-nav ul li.kontakt a:hover, nav.main-nav ul li.kontakt a.active {
  background: #7231c6;
  color: #fff;
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  nav.main-nav ul li.kontakt {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 640px) {
  nav.main-nav #mobile-menu:checked + label + ul {
    transform: scale(1);
  }
  nav.main-nav #mobile-menu:checked + label + ul li {
    margin: 10px 0;
    text-align: center;
  }
  nav.main-nav #mobile-menu:checked + label + ul li a {
    font-size: 2rem;
  }
}

@keyframes hui {
  0% {
    box-shadow: 8px 0px 33px #7231c6;
  }
  50% {
    box-shadow: -8px 20px 33px #7231c6;
  }
  100% {
    box-shadow: 8px 0px 33px #7231c6;
  }
}
@keyframes hui2 {
  0% {
    box-shadow: 8px 0px 33px #485FF2;
  }
  50% {
    box-shadow: -8px 20px 100px #D84CA2;
  }
  100% {
    box-shadow: 8px 0px 33px #485FF2;
  }
}
* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body {
  background: #f5f5f7;
  color: #010101;
  font-size: 20px;
}

.logo {
  display: flex;
  align-items: center;
  border-bottom: none;
}
.logo span.logo-d {
  font-size: 2.2rem !important;
  font-weight: 700;
  border-bottom: 3px solid #7231c6;
  line-height: 2rem !important;
  padding: 0;
  margin: 0 0.5rem;
}
.logo span.name {
  font-weight: 700;
  font-size: 1.625rem;
}

@media screen and (max-width: 600px) {
  .logo span.name {
    display: none;
  }
}
main {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
h1 a {
  text-decoration: none;
  border-bottom: none !important;
  color: #7231c6;
}
h1 span {
  color: #7231c6;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.1em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
h2.brush {
  margin-bottom: 3rem;
}

h3 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.1em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
h3.brush {
  /*background: url(../img/brush.png) no-repeat left bottom;
  background-size: 95% 30%;*/
  background-image: linear-gradient(transparent 70%, #7231c6 70%, #7231c6 85%, transparent 85%, transparent 100%);
  display: inline-block;
  margin-bottom: 2rem;
  line-height: 1.4;
}

pre code {
  display: block;
  padding: 10px;
  overflow-x: auto;
  margin-bottom: 2rem;
}

code {
  background: rgba(255, 255, 255, 0.2);
  font-family: monospace;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}
p {
  line-height: 1.4em;
  margin-bottom: 2rem;
}

a {
  border-bottom: 4px solid #7231c6;
}
a.button {
  font-weight: 700;
  border: 3px solid #7231c6;
  background: none;
  color: #7231c6;
  padding: 0.5em 1.5em;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-bottom: 1em;
  display: inline-block;
}

ul {
  margin-left: 1.25em;
  margin-bottom: 1em;
}
ul li {
  margin-bottom: 0.25rem;
}

.lead p {
  font-size: 2rem;
  margin-bottom: 4rem;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  .lead p {
    font-size: 1.5rem;
  }
}
.lead p + p {
  margin-top: -2rem;
}
.lead a {
  border-bottom: 4px solid #7231c6;
}
.lead a:hover {
  border-color: #00D494;
}
.lead a[href="https://rocket-apes.com/"] {
  display: inline-block;
}
.projekt,
.post {
  margin-bottom: 4rem;
}
.projekt .projekt-screenshot,
.post .projekt-screenshot {
  background: #1f2023;
  margin-bottom: 2rem;
}
.projekt .projekt-screenshot img,
.post .projekt-screenshot img {
  display: block;
  max-width: 100%;
  height: auto;
}
.projekt .projekt-fakten,
.post .projekt-fakten {
  background: #fff;
  padding: 40px;
  margin-bottom: 4rem;
  border-radius: 8px;
}
.projekt .projekt-fakten ul,
.post .projekt-fakten ul {
  margin-bottom: 0;
  list-style: square;
}
.projekt .projekt-fakten ul a,
.post .projekt-fakten ul a {
  border-bottom: 2px solid #7231c6;
}
.projekt.gips,
.post.gips {
  background: #f7ae30;
  color: #fff;
  padding: 80px;
  margin: 0 auto 4rem auto;
  max-width: 750px;
}
.projekt.gips p,
.post.gips p {
  font-size: 2rem;
}

.arbeiten img {
  max-width: calc(100% + 4rem) !important;
  margin-bottom: 2rem;
  margin-left: -2rem;
  margin-top: -2rem;
}

.post-navigation {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .post-navigation {
    flex-wrap: wrap;
  }
  .post-navigation .prev,
  .post-navigation .next {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 2rem;
  }
}
.post-navigation .prev,
.post-navigation .next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #fff;
  max-width: 400px;
  border: none;
  overflow: hidden;
}
.post-navigation .prev span,
.post-navigation .next span {
  display: block;
  padding: 20px;
}
.post-navigation .prev img,
.post-navigation .next img {
  align-self: flex-end;
  max-width: 150px;
}
.post-navigation .next {
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .projekt .projekt-fakten {
    padding: 20px;
  }
}
.post {
  margin-bottom: 4rem;
}
.post figure {
  margin-bottom: 2rem;
}
.post figure figcaption {
  text-align: center;
  padding: 10px 20px;
  color: #999;
  font-size: 0.85rem;
}
.post figure img {
  background: #00D494;
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.post figure.round img {
  border-radius: 20px;
}
.post figure.shadow img {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
.post blockquote {
  padding: 3rem;
  border-left: 5px solid #7231c6;
  background: rgba(0, 0, 0, 0.2);
  max-width: 60%;
  margin: 4rem 0;
}
.post blockquote p {
  margin-bottom: 0;
}
.post cite {
  font-size: 0.75rem;
}

.box {
  position: relative;
  /*a:after {
  	content: '';
  	display: block;
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  }*/
}
.box p {
  position: relative;
}

.startup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.startup > .highlight {
  background: #fff;
  width: 48%;
  padding: 2rem;
  margin-bottom: 4%;
  border-radius: 8px;
  overflow: hidden;
}
.startup > .highlight > *:last-child {
  margin-bottom: 0;
}
.startup > .highlight:nth-child(2) {
  width: 100%;
  margin-bottom: 4%;
}
.startup > .highlight.spalte-50 {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .startup > .highlight.spalte-50 {
    width: 100%;
  }
}
.startup > .highlight.arbeiten {
  transition: all 0.2s ease-out;
}
.startup > .highlight.arbeiten:hover {
  transform: scale(1.02);
}
.startup.bg-color {
  background: #7231c6;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 640px) {
  .scroll {
    position: relative;
  }
  .scroll .startup {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100vw;
    scroll-snap-type: x;
    scroll-padding: 20px;
  }
  .scroll .startup .highlight.arbeiten {
    margin-right: 20px;
    width: 300px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .scroll .startup .highlight.arbeiten:last-child {
    margin-right: 0;
  }
}
.home .startup h1 {
  margin-top: 100px;
  font-size: 4.875rem;
}
@media screen and (max-width: 640px) {
  .home .startup h1 {
    margin-top: 10px;
    font-size: 3.75rem;
  }
}

[class*=grid-box] {
  display: grid;
}

[class*=flex-list-] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[class*=flex-list-] > * {
  width: 48%;
  background: #fff;
  padding: 2rem;
}
[class*=flex-list-] > * > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .startup > *,
  [class*=flex-list-] > * {
    width: 100%;
    margin-bottom: 4%;
  }
  .startup > .highlight,
  [class*=flex-list-] > .highlight {
    width: 100%;
  }
}
.kontakt-map {
  padding: 0;
}
.kontakt-map img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.text-center {
  text-align: center;
}

.flex-img-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -20px;
  padding: 0;
}
.flex-img-list li {
  flex: 0 0 25%;
  padding: 20px;
}
.flex-img-list li div {
  background: #1f2023;
  height: 100%;
}
.flex-img-list li div img {
  max-width: 100%;
}

section.video {
  padding: 40px 0;
}
section.video video {
  width: 100%;
  border-radius: 8px;
}
section.video .video-caption {
  text-align: center;
  font-size: 0.875rem;
}

.youtube-hint,
.youtube-container.disabled .youtube-hint {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
  max-width: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.youtube-container.disabled .youtube-hint .youtube-hint-text {
  background: rgba(255, 255, 255, 0.2);
  padding: 0;
}
.youtube-container.disabled .youtube-hint .youtube-hint-text > div {
  padding: 20px;
}
.youtube-container.disabled .youtube-hint .youtube-hint-text h3 {
  font-size: 16px;
}
.youtube-container.disabled .youtube-hint .youtube-hint-text p {
  margin: 0 0 5px 0;
}

.youtube-hint-button {
  border: none;
  color: #fff;
  background: #7231c6;
  padding: 4px 15px;
  cursor: pointer;
}

.youtube-id {
  display: none;
}

/*** these days ***/
body.these-days {
  background: #000;
  color: #fff;
}
body.these-days h1 {
  background-image: -webkit-linear-gradient(190deg, #385EFF 0%, #FF389C 100%);
  background-clip: text;
  color: transparent !important;
  display: inline-block;
}
body.these-days a {
  color: #fff;
}
body.these-days nav.main-nav ul li.kontakt a {
  background: none;
}
body.these-days nav.main-nav #mobile-menu + label {
  color: #fff;
}
body.these-days nav.main-nav #mobile-menu:checked + label + ul {
  background: #000;
}
body.these-days footer {
  background: none;
}
body.these-days .youtube-container {
  animation: hui2 5s linear infinite;
  transition: all 0.2s ease-out;
  border-radius: 20px;
  overflow: hidden;
}
body.these-days .youtube-container.disabled .youtube-hint .youtube-hint-text {
  background: rgba(0, 0, 0, 0.4);
}
body.these-days .youtube-container.disabled::after {
  background: #000;
  opacity: 0.7;
}

/*@media (prefers-color-scheme: dark) {
	body {
		background: #000;
		color: #fff;
		h1 {
			background-image: -webkit-linear-gradient(190deg, #385EFF 0%, #FF389C 100%);
			background-clip: text;
			color: transparent !important;
			display: inline-block;
		}
		a {
			color: #fff;
		}
		nav.main-nav ul li.kontakt a {
			background: none;
		}
		nav.main-nav #mobile-menu + label {
			color: #fff;
		}
		nav.main-nav #mobile-menu:checked + label + ul {
			background: #000;
		}
		footer {
			background: none;
		}
		.youtube-container {
			animation: hui2 5s linear infinite;
			transition: all 0.2s ease-out;
			border-radius: 20px;
			overflow: hidden;
		}
		.youtube-container.disabled .youtube-hint .youtube-hint-text {
			background: rgba(0,0,0,0.4);
		}
		.youtube-container.disabled::after {
			background: #000;
			opacity: 0.7;
		}
		.box {
			color: #000;

			a {
				color: #000;
			}
			&.lead {
				color: #fff;
				a {
					color: $white;
				}
			}
		}
	}
}*/

/*# sourceMappingURL=derdave.css.map */
