/*----------------------------------

Made by Schwizer Design GmbH
Say hello @ schwizerdesign.ch

Titel: Syspilot
Autor: Schwizer Design GmbH
Version 1.0

-----------------------------------*/

:root {
  --purple: #5000B9;
  --purple-b: #E4CDF6;

  --fontbigger: 200px;
  --fontbig: 120px;
  --fontmain: 40px;
  --fontlink: 26px;
  --fontsmall: 20px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: var(--purple-b);
}


/*----------------------------------
  Font
-----------------------------------*/

h1, h2, h3, h4, p, a, span, button, li {
  font-family: "Exo 2", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: var(--fontmain);
  color: var(--purple);
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 1.1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-size: var(--fontbig);
}

h3, .number span {
  font-size: var(--fontbig);
}

a, button, li, h4 {
  font-size: var(--fontlink);
}

span.italic {
  font-style: italic;
}

.clistitem p span {
  font-size: var(--fontsmall);
  line-height: 1.3;
  display: inline-block;
  padding-top: 10px;
}

.cta {
  font-size: var(--fontmain);
}

button {
  background-color: var(--lightblue);
  border: none;
  line-height: 1;
  cursor: pointer;
  outline: none;
}
.nav-right-top a {
  font-weight: 600;
}
.nav-right-top a.passiv {
  /* color: white; */
  font-weight: 300;
}

/*----------------------------------
  Nav
-----------------------------------*/

.nav-top {
  position: fixed;
  z-index: 10;
  width: calc(100% - 80px);
  height: 80px;
  margin: 0 auto;
  padding: 20px 30px;
  top: 0;
  border-bottom: solid 1px var(--purple);
  background-color: rgba(228, 205, 246, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: width 0.5s ease-in-out;
}

.logo, .logo span  {
  font-size: var(--fontmain);
  margin: 0;
}
.logo span.italic {
  font-style: italic;
}
.logo span.superscript {
  font-size: var(--fontsmall);
  vertical-align: super;
  margin-left: 10px;
}

.nav-right-cont {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(228, 205, 246, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  border-left: solid 1px var(--purple);
  transition: right 0.5s ease-in-out;
}

.nav-right-top {
  width: 80px;
  height: 80px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-bottom: solid 1px var(--purple);
}
.nav-right-bottom {
  position: absolute;
  width: 80px;
  margin: 0 auto;
  padding: 20px 30px;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.nav-right-bottom button {
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
}

.side-panel-cont {
    position: absolute;
    right: -400px;
    width: 400px;
    height: 100vh;
    background-color: var(--purple-b);
  
    border-left: solid 1px var(--purple);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.side-panel {
    display: flex;
    width: 100%;
    border-bottom: solid 1px var(--purple);
    flex-direction: column;
}
.side-panel p {
  padding: 30px;
}

.side-panel .link {
  padding: 30px;
  display: flex;
  border-top: solid 1px var(--purple);
  flex-direction: row;
}

.link a {
  transition: padding 0.3s ease-in-out;
}

.link:hover a {
  padding-right: 10px;
}

.nav-right-cont.open {
  right: 400px;
}

/*----------------------------------
  Animation Background
-----------------------------------*/

.morphcont {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  overflow: hidden;
}
.morphsvg {
  position: absolute;
  height: 100vh;
  filter: blur(40px);
}

/*----------------------------------
  Animation U
-----------------------------------*/
.invu {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid var(--purple);
}
.containeru {
  position: relative;
  width: 300px;
  height: 150px;
}

.inverted {
  position: absolute;
  top: 0;
  left: 0;
}

.punkt {
  width: 30px;
  height: 30px;
  background-color: var(--purple);
  border-radius: 50%;
  position: absolute;
}

/*----------------------------------
  Basic
-----------------------------------*/
section, footer {
  width: calc(100% - 80px);
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  transition: width 0.5s ease-in-out;
}

section.start {
  height: 100vh;
}

.intro {
  height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
}
.intro h1 {
  font-size: var(--fontbigger);
}

.go {justify-content: center;}
.form {position: relative;}

.markert {
  position: absolute;
  width: 160px;
  border: 1px solid var(--purple);
  padding-bottom: 90px;
}
.markert h4 {
  border-bottom: 1px solid var(--purple);
  padding: 10px;
}

.markerb {
  position: absolute;
  width: 180px;
  border: 1px solid var(--purple);
  padding-top: 90px;
}
.markerb h4 {
  border-top: 1px solid var(--purple);
  padding: 10px;
}

.behavior {
  top: -60px;
  left: -90px;
}
.person {
  top: -60px;
  right: 220px;
}
.environment {
  bottom: -60px;
  right: -20px;
}

.secbot {
  width: 100%;
  padding: 40px;
  border-bottom: solid 1px var(--purple);
  border-top: solid 1px var(--purple);
}

.facts{
  display: flex;
  flex-direction: row;
  width: 100%;
}

.infocont {
  width: 100%;
}
.infocont.first {
  border-right: solid 1px var(--purple);
}
.number {
  padding: 40px;
}
.map {
  width: 100%;
  padding: 100px;
  background-color: rgba(228, 205, 246, 0.5);
  border-top: solid 1px var(--purple);
  margin-top: 40px;
}

.arrow {
  width: 15px;
  margin-left: 10px;
}

/*----------------------------------
  Contact
-----------------------------------*/

.clinks {
  display: flex;
  width: 100%;
  border-bottom: solid 1px var(--purple);
  flex-direction: row;
}

.clinks div {
  padding: 20px 40px;
}

.clinks div:first-child {
  border-right: solid 1px var(--purple);
}

.contactimg {
  display: flex;
  justify-content: flex-start;
  background-color: rgba(228, 205, 246, 0.5);
}
.contactimg img {
  width: 80%;
  border-right: 1px solid var(--purple);
  padding: 20px 0px 40px;
}
.contactimg img.anna {
  padding: 60px 0 0 0;
}

.clist {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: solid 1px var(--purple);
}

.clistitem {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: solid 1px var(--purple);
}

.clistitem:last-child {
  border-bottom: none;
}

.clistitem p {
  width: 100%;
  padding: 20px 40px;
  font-size: var(--fontlink);
}

.clistitem img {
  width: 250px;
  padding: 10px 40px 40px;
}
.clistitem img.logosyspilot {
  width: 200px;
}



/*----------------------------------
  Publication
-----------------------------------*/
.public {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px var(--purple);
  border-top: solid 1px var(--purple);
}
.public p {
  padding: 40px;
  border-bottom: 1px solid var(--purple);
}
.public-logo-c {
  display: flex;
  flex-direction: row;
  
}
.public-logo {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.public img {
  width: 50%;
  padding: 40px;
}


/*----------------------------------
  Fade
-----------------------------------*/

.fadein { 
  transform: translateY(100px);
  transition: transform 1s;
  will-change: transform;
}

/*----------------------------------
  Number
-----------------------------------*/

.numbers {
  display: flex;
  gap: 30px;
  max-width: var(--grid);
  margin: 0 auto 60px;
  justify-content: space-between;
}
.numbers div {
  flex-basis: 100%;
}

.numbers span {
  font-size: var(--fontbig);
  line-height: 1.25;
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid white;
}

.numbers .nprod span {
  font-size: var(--fontbig);
}

/*----------------------------------
  Footer
-----------------------------------*/
  .footer {
    width: 100%;
    display: flex;
    border-bottom: solid 1px var(--purple);
  }
  .footer div {
    padding: 40px;
    border-right: 1px solid var(--purple);
  }
  footer p,
  footer a {
    font-size: var(--fontsmall);
  }

/*----------------------------------
    Impressum Datenschutz
-----------------------------------*/
.datenschutz {
  margin: 80px 0 0;
  align-items: flex-start;
  border-bottom: 1px solid var(--purple);
}

.datenschutz h1 {
  font-size: var(--fontmain);
  width: 100%;
  padding: 40px;
}

.datenschutz h3 {
  font-size: var(--fontmain);
  width: 100%;
  padding: 40px;
  border-bottom: 1px solid var(--purple);
  border-top: 1px solid var(--purple);
}
.datenschutz h4 {
  font-size: var(--fontlink);
  width: 100%;
  padding: 40px;
  border-bottom: 1px solid var(--purple);
}

.datenschutz .line{
  border-top: 1px solid var(--purple);
}

.datenschutz p {
  padding: 40px;
  width: 75%;
  border-right: 1px solid var(--purple);
  font-size: var(--fontlink);
}
.datenschutz p.fix {
  border-bottom: 1px solid var(--purple);
}

.datenschutz ul {
  padding: 40px 60px;
  width: 75%;
  margin: 0;
  list-style: disc;
  border-right: 1px solid var(--purple);
  border-top: 1px solid var(--purple);
  border-bottom: 1px solid var(--purple);
}

.datenschutz ul.fix {
  border-top: none;
  border-bottom: none;
}

.datenschutz h3.fix {
  border-top: none;
}

.datenschutz li {
  padding-bottom: 20px;
}
/*----------------------------------
    Cookiebanner
-----------------------------------*/

#cookiebanner {
  position: fixed;
  bottom: -300px;
  left: 40px;
  border-radius: 10px;
  width: 420px;
  background-color: white;
  padding: 20px 30px;
  z-index: 9999;
  transition: bottom 0.5s cubic-bezier(0.2, 0.8, 0.3, 2);
}

#cookiebanner p {
  color: var(--purple);
  font-size: var(--fontsmall);
  margin: 0 0 25px;
  line-height: 1.4;
}

#cookiebanner.visible {
  bottom: 40px;
}

.buttonC {
  display: flex;
  gap: 10px;
}

#declineBtn, #acceptBtn {
  border-radius: 0px;
  padding: 15px 20px;
  margin: 0;
  transition: padding 0.5s, background-color 0.5s;
}

#declineBtn {
  background:none;
  border: 1px solid var(--purple); 
  color: var(--purple);
}

#acceptBtn {
  border: none;
  background: var(--purple);
  color: white;
}

#acceptBtn:hover,
#declineBtn:hover {
  padding: 15px 40px;
}

/*----------------------------------
  Responsiv
-----------------------------------*/
@media (max-width: 1250px) {
  :root {
    --fontbig: 120px;
  }

  /* contact */
  .clinks {flex-direction: column;}
  .clinks div:first-child {border-right: none; border-bottom: 1px solid var(--purple);}

  /* footer */
  .footer {flex-direction: column;}
  .footer div {
    padding: 20px 40px;
    border-right: none;
    border-bottom: 1px solid var(--purple);}
  
  .footer div:last-child {border-bottom: none;}
}

@media (max-width: 1050px) {
  :root {
    --fontbigger: 120px;
    --fontbig: 80px;
    --fontmain: 36px;
    --fontlink: 21px;
    --fontsmall: 18px;
  }
 /* start */
  .markert {
    width: 140px;
    padding-bottom: 60px;
  }  
  .markerb {
    width: 140px;
    padding-top: 60px;
  }
  .behavior {
    top: -60px;
    left: -30px;
  }
  .person {
    top: -60px;
    right: 100px;
  }
  .environment {
    bottom: -60px;
    right: -30px;
  }

  .contactimg img {
    width: 100%;
    border-right: none;
  }

  .public-logo-c {
    display: flex;
    flex-direction: column;
  }
  .public-logo:first-child {
    border-bottom: 1px solid var(--purple);
  }
  
}


@media (max-width: 840px) {
 
  /* nummers */
  .facts {flex-direction: column;}
  .invu {height:250px;}

  /* map */
  .map {
    margin: 0;
    border-top: none;
    padding: 30px;
  }
  /* contact */
  .infocont.resp {margin-top: 100px;}
}

@media (max-width: 620px) {
 
  :root {
    --fontbigger: 70px;
    --fontbig: 50px;
    --fontmain: 26px;
    --fontlink: 21px;
    --fontsmall: 18px;
  }

  /* nav */
  .nav-right-top, .nav-right-bottom {width: 50px;}
  .nav-top {padding: 15px 20px; height: 60px;}
  .nav-right-top {height: 60px;}
  .logo span.superscript {font-size: 15px;}

  /* start */
  section, footer, .nav-top {width: calc(100% - 50px);}

  .markert {
    width: auto;
    padding-bottom: 0px;
  }  
  .markerb {
    width: auto;
    padding-top: 0px;
  }
  .markert h4 {
    border-bottom: none;
  }
  .markerb h4 {
    border-top: none;
  }
  .behavior {
    top: -50px;
    left: 0px;
  }
  .person {
    top: -50px;
    right: 0px;
  }
  .environment {
    bottom: -60px;
    right: 0px;
  }
  .infocont.first {
    border-right: none;
  }

  .intro.go {height: 60vh;}
  .intro {height: 50vh;}

  /* slider */
  .side-panel-cont {
    right: -250px;
    width: 250px;
  }

  .nav-right-cont.open {
    right: 250px;
  }

  /* padding */
  section.start {height: 90vh;}
  .intro, .secbot, .number, .clinks div, .clistitem p, .public p, .footer div {padding: 20px;}
  .clistitem img {padding: 10px 20px 20px;}
  .nav-right-bottom {padding: 0; padding-bottom: 80px;}

  /* map */
  .map {
    padding: 20px 10px;
  }

   /* public */
  .public img {
    padding: 20px ;
  }

  /* cookie */
  #cookiebanner {
    left: 20px;
    width: calc(100% - 40px);
    padding: 20px 20px;
  }

  .datenschutz p {
    padding: 20px;
    width: 100%;
  }
  .datenschutz ul {
    width: 100%;
    border-right: none;
  }
  .datenschutz h1,
  .datenschutz h3,
  .datenschutz h4 {
    padding: 20px;
  }

  .datenschutz ul {
    padding: 20px 40px;
  }
}