@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html, body {
    max-width: 100%!important;
    overflow-x: hidden!important;
  }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0!important;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	margin:0;
	padding: 0;
	border:0;
	
}
body {
	line-height: 1;
    font-family: "seravek-web", sans-serif;
    font-family: "Montserrat", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************************************end of reset*****************************/
body{

}
section.section {
display: flex;
flex-direction: row;
width: 100vw;
height: 50vw;
margin: 0;
padding: 0;
}
main.main {
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
}
article.article {
width: 50vw;
height: 50vw;
background-color: #fffffffc;
display: flex;
align-items: stretch;
flex-direction: row;
box-sizing: border-box;
}
img.image {
position: static;
width: 50vw;
height: 50vw;
}
header.header {
height: 100vh;
width: 100vw;
display: flex;
flex-direction: column;
align-content: center;
align-items: center;   
}
@media screen and (min-width: 200px) and (max-width: 440px)  {
.angebot-werkplan {
padding-left: 2% !important;
padding-right: 2% !important;
padding-top: 5rem;
padding-bottom: 3rem;
border-radius: 5px;
width: 90vw !important;
margin-bottom: 2em !important;
margin-top: 3em !important;
}
li.werkplan-item {
font-size: 0.8em;
}
.overlay a {
padding: 8px;
text-decoration: none;
font-size: 1.05em!important;
color: #818181;
display: block;}
span.hamburger {
color: #ceced4;
position: fixed;
right: 200px;
top: 53px;
transform: scale(3.3, 1.3);
z-index: 99999;
}
.headliner {
font-size: 1.5em;
color: white;
position: absolute;
top: 125px;
width: 80vw;
margin-left: 10vw !important;
margin-right: 10vw !important;
text-align: center;
}
section.section {
display: flex;
flex-direction: column;
width: 100vw;
height: 100vw;
}
article.article {
width: 100vw;
height: 100vw;
background-color: #ffffff54;
}
img.image {
position: relative;
width: 100vw;
height: 100vw;
}
article.article-bild.bild{
width:100vw!important;
}
a.navbar-brand {
width: 120px;
position: fixed;
top: 50px;
left: 30px;
}
}
.bild canvas {
height: 100%;
width: 100%;
}
canvas {
position: relative;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
z-index: 99;
display: block!important;
justify-content: center;
align-items: center;
}
.b1{
    display: contents;
    opacity: 0.00001;
    width: 50vw;
}
canvas:first-child{
    display: block;
    z-index: 999;
    width: 50vw!important;
}
article.article-bild.bild{
    width:50vw;
}
/*###################################inhalte textfelder##################################################*/
.content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
nav.content-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-style: oblique;
    text-decoration:none;
}
a.content-link {
    text-decoration: none;
    margin-right: 2em !important;
    color: #250539;
    font-size: 1.1em;
}
a.content-link:hover {
    color: black;
    font-weight: 500;
}
h2.content-mezzo-headline {
font-size: 2.2em;
color: black;
width: 100%;
padding-left:10%;
}
p.content-mezzo-content {
width: auto;
line-height: 1.3;
font-size: 1.4em;
padding-right: 4em;
width: 70%;
padding-left: 10%;
}
a.content-more-info {
text-decoration: none;
font-size: 1.4em;
font-family: inherit;
font-style: italic;
}
article.gepaddingt{
    padding-left:1.2em;
}
@media (min-width: 300px) and (max-width: 700px) {
    article.article {
        width: 100vw;
        height:auto;
        background-color: #fffffffc;
        display: flex;
        align-items: stretch;
        flex-direction: row;
        box-sizing: border-box;
    }
section.section {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    }
article.article-bild.bild {
    width: 100vw;
    height:100vw;
    }
img.image {
    position: static;
    width: 100vw;
    height: 100vw;
}
.reverse{
    flex-direction: column-reverse !important;
}
.content {
    margin-top: 3em !important;
}
h2.content-mezzo-headline {
    padding: 1.3em 0em .8em 0em;
}
a.content-more-info {
    padding: 2em 0em;
}
p.content-mezzo-content {
    font-size: .95em;
    padding-right: 4em;
}
}
/**************************************inhalte header******************************************************/
a.navbar-brand {
    width: 250px;
    position: sticky;
    padding: 2em 4em;
    z-index: 999;
}
nav.navigation {
    z-index: 9999 !important;
    position: fixed;
    opacity: 0.8;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    width: 95vw;;

}
.active{
    display: block;
    visibility: visible;
    height: 100vh;
    width: 100vw;;
  }
  .zsx{
    border-radius:2em;
  }
  ul.btn {
    position: fixed;
    z-index: 9999;
    bottom: 50px;
    right: 20px;
    margin: 0;
    padding: 0;
    display: flex;
    transform-origin: bottom right;
  }
  
  ul li {
    position: relative;
    list-style: none;
    width: 160px;
    height: 60px;
    margin: 0 30px;
    transform: rotate(0deg) skew(0deg);
  }
  
  ul li span.zsx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #492064;
    transition: 0.5s;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1em !important;
  }
  
  ul li:hover span:nth-child(5) {
    transform: translate(40px, -40px);
    opacity: 1;
  }
  
  ul li:hover span:nth-child(4) {
    transform: translate(30px, -30px);
    opacity: 0.8;
  }
  
  ul li:hover span:nth-child(3) {
    transform: translate(20px, -20px);
    opacity: 0.6;
  }
  
  ul li:hover span:nth-child(2) {
    transform: translate(10px, -10px);
    opacity: 0.4;
  }
  
  ul li:hover span:nth-child(1) {
    transform: translate(0, 0);
    opacity: 0.2;
  }
  img.logo {
    opacity: 0.7;
    color-interpolation-filters: linearrgb;
    filter: invert(62%);
    width: 65px;
    margin: .5em 0em !important;
}
span.hamburger {
    color: #ceced4;
    position: fixed;
    right: 50px;
    top: 40px;
    transform: scale(4, 1.5);
    z-index: 999;
    transform-origin: bottom right;
}
  /**********************************end of navigation***********************************/
  /***********************************start hero ****************************************/
.hero-text {
    z-index: 9999 !important;
    position: absolute;
    top: 57vh;
    display: flex;
    color: rgb(8, 8, 8);
    align-items: center;
    justify-content: center;
    font-size: 2.2em;
    text-align: center;
    width: 80%;
    height: 300px;
    border-radius: 0px;
    background-color: #ffffff91;
    font-weight: 700;
   }
.overlay {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #230a57;
overflow-x: hidden;
transition: 0.5s;
}
.overlay-content {
position: relative;
top: 25%;
width: 100%;
text-align: center;
margin-top: 30px;
}
.overlay a {
padding: 8px;
text-decoration: none;
font-size: 1.2em;
color: #818181;
display: block;
transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
color: #f1f1f1;
}
.overlay .closebtn {
position: absolute;
top: -7px;
right: 63px;
font-size: 90px;
}
.st0x {
fill: #E91E63 !important;
}
#threeCanvas {
position: absolute;
top: 0;
left: 0;
height: 100vh!important;
width: 100vw;
z-index: 2;
}
/***************************************************footer**********************/
footer.footer {
height: 700px;
background-color: #1d032f;
width: 100vw;
display: flex;
flex-direction: row;
margin-top: 0px !important;
}
.prime {
color: white;
font-size: 1.1em;
z-index: 999999;
position: relative;
width: 70vw;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.second {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
align-content: center;
}
.headliner {
font-size: 1.5em;
color: white;
position: absolute;
top: 145px;
left: 0vw;
text-align: center;
width: 100%;
z-index: 222;
margin-left: 0 !important;
margin-right: 0 !important;
}
#myCanvas {
position: absolute;
top: 0;
left: 0;
width: 100vw !important;
height: 100vh !important;
z-index: 99;
}
img#hero {
height: 100vh;
width: 100vw;
z-index: -1 !important;
position: absolute;
top: 0;
left: 0;
}
svg#Ebene_1 {
z-index: 99999;
width: 200px;
position: fixed;
padding: 0;
margin: 0;
top: 20px;
left: 20px;
}
#toggleSound{
position: absolute;
bottom: 50px;
width: 60px;
height: 60px;
border-radius: 30px;
background-color: #492064;
color: rgb(255, 255, 255);
z-index: 9999;
left: 20px;
border:none;
font-size: 1em !important;
}
#toggleSound:hover{
background-color: #492064;
color:rgb(2, 2, 2);
}
a.fotl{
color: white;
text-decoration:none;
}
.footerlink {
padding:0.2em;
}

/******************************************werkplan******************************/
.angebot-werkplan{
background: radial-gradient(circle at top left, #dcd6df, #62556b);
padding-left: 5%;
padding-right: 5%;
padding-top: 5rem;
padding-bottom: 3rem;
color: #000000;
border-radius: 5px;
width: 70vw;
margin-left: 15vw;
margin-right: 15vw;
margin-bottom: 2em !important;
margin-top: 3em !important;
box-sizing: border-box;
}
li.werkplan-item{
overflow:hidden;
border-top:1px solid #e91e63;
font-size: 0.9em;
align-items: center;
margin:0;
width:100%;
line-height:3;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.headline-werkplan {
font-size: 1.5em;
margin-bottom: 1.5em !important;
}
.underline-werkplan {
line-height: 1.2;
margin-bottom: 1.7em !important;
}

/****************************zwischen 500 und 1000************************/
@media (min-width: 500px) and (max-width: 1400px) {
p.content-mezzo-content {
width: 70%;
line-height: 1.1;
font-size: 1em;
padding-right: 1.1em;
padding-left: 10%;
}
h2.content-mezzo-headline {
font-size: 1.5em;
color: black;
width: 90%;
padding-left: 10%;
}
}
/*----------------------------------techstack-------------------------------*/
.middler {
margin-top: 3em !important;
}
.techstack {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
align-content: center;
height: max-content;
margin-top: 3em !important;
margin-bottom: 3em !important;
padding-bottom: 9em;
padding-top: 5em;
}
img.techpict {
width: calc(100vw / 6);
}
.techitems {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
height: 180px;
}
div#tech-text-display {
padding: 1em;
border-radius: 1em;
border: 1px solid gray;
width: 40vw;
margin: 2em !important;
right: 0px;
position: relative;
bottom: 0px;
z-index: 9999;
background-color: white;
margin-left: 53vw !important;
box-shadow: 2px 2px #80808061;
}
img.done {
width: 30px;
}
a.starter{
text-decoration: none;
}
a {
text-decoration: none;
color: inherit; /* Optional: übernimmt die Textfarbe vom Eltern-Element */
}
a h2, a p {
text-decoration: none;
}
.flexer {
display: flex;
flex-direction: column;
align-items: center;
}
.seo {
z-index: 9;
position: absolute;
background-color: black;
color: white;
font-size: 3em;
font-weight: 600;
width: 130px;
height: 130px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
box-shadow: 4px 4px 4px 4px #80808036;
}