* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*Body style*/
body {
  /*Font family*/
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  --color1: #80addb;
  --color2: #eeeeee;
  --backgroundcolor: #171717;
  background-color: var(--backgroundcolor);
  display: flex;
  flex-direction: column;
}

::selection {
  background: var(--color1);
  color: var(--color2);
}

a,
a:hover,
a:active,
a:visited {
  color: var(--color2);
}
p {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--color2);
  font-size: 1.2rem;
}
main {
  background-color: var(--backgroundcolor);
}
.kontaktSVGTxtMobile {
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
/*Link*/
a {
  text-decoration: none;
  color: var(--color2);
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*nav bar background*/
header {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  -o-backdrop-filter: blur(20px);
  -ms-backdrop-filter: blur(20px);
  top: 0;
  padding-top: 0rem;
  padding-bottom: 0.3rem;
  position: fixed;
  width: 100%;
  z-index: 99999;
}

/*Logo and link style in the nav bar*/
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  position: relative;
  width: 60%;
  margin: auto;
}

/*Logo*/
.mainlogo {
  color: var(--color1);
  font-size: 2.5rem;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.5rem;
  letter-spacing: -3px;
  position: relative;
  z-index: 999;
}
.o-logo {
  font-family: "dapifer-stencil", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
}

/*link style*/
.menu {
  display: flex;
  align-items: center;
}
.menu li {
  padding-left: 30px;
}

.menu li .i {
  display: inline-block;
  text-align: center;
  position: relative;
  transition: 0.15s ease-in-out;
  font-weight: 600;
  font-size: 1.45rem;
  margin-bottom: 0.1rem;
}

/*link underline style*/
.menu li .i::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0.17rem;
  background-color: var(--color1);
  transition: 0.33s ease-in-out;
}

.menu li .active {
  color: var(--color1);
}

.menu li .active::after {
  width: 100%;
}

.menu li .i:hover:after {
  width: 100%;
}

.menu li .i:hover:after {
  width: 100%;
}

/*svg*/
.kontakt {
  max-width: 100%;
}

/*svg transitaion*/
.kontakt text,
.kontakt #Differenzmenge_21,
.kontakt #Gruppe_3 path {
  transition: fill 0.33s ease;
}

.kontakt:hover text {
  fill: var(--color1);
}

.kontakt:hover #outerstoke {
  fill: var(--color1);
}

.kontakt:hover #Differenzmenge_21 {
  fill: white;
}

.kontakt:hover #Gruppe_3 path {
  fill: var(--color1);
}

/*hamburger menu*/
.hamburger {
  display: none;
  cursor: pointer;
  margin: auto;
  position: absolute;
  right: 0;
}

.bar {
  display: block;
  width: 30px;
  height: 4px;
  margin: 5px;
  transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
  background-color: white;
  border-radius: 100px;
}

.hamburger .bar:nth-child(2) {
  transform: translateX(25%);
}
/*Hero Section*/
#AboveFold {
  position: relative;
}
.backgroundImg {
  background-image: linear-gradient(
      90deg,
      hsla(0, 0%, 13%, 0.842) 0%,
      rgba(58, 58, 58, 0.842) 49%,
      rgba(17, 17, 17, 0.836) 100%
    ),
    url(../imgAndSvg/CuddlieProject.jpg);
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.projectHeadlineBorder {
  padding-top: 7rem;
}

.projectHeadline {
  border-top: 3px solid var(--color2);
  border-bottom: 3px solid var(--color2);
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  text-align: center;
}

.projectHeadline h1 {
  color: var(--color2);
  font-size: 4.5rem;
  margin-top: -1rem;
  font-weight: 200;
}

.projectMainSection {
  max-width: 60%;
  margin: auto;
  padding-top: 1rem;
}
.projectMainSection h2 {
  font-size: 1.6rem;
}

.projectMainSection h3 {
  font-weight: 200;
  font-size: 1.4rem;
}

.colorGrey {
  color: var(--color1);
}

.projectFlexWrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.marginTop {
  margin-top: 0rem;
}
.projectRole {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.projectSpecial {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

img {
  display: block;
}

.mockUpImgs {
  margin-top: 3rem;
}

.mockUpImgs img {
  width: 100%;
}

.projectIntrotxt {
  width: 60%;
  margin: 0 auto;
  padding-top: 2rem;
}

.projectIntrotxt p {
  font-size: 1.3rem;
}

.bndImg {
  width: 100%;
}

.planetSite {
  max-width: 90%;
  height: 500px;
  overflow: scroll;
}

.planetSite img {
  max-width: 100%;
}
.pusher {
  margin-top: 165rem;
}

/*Footer*/
/*Footer*/
/*Footer*/
#footer {
  position: relative;
  background-color: #0c0c0c;
  margin-top: 5rem;
  bottom: 0;
}

.footerFlex h6 {
  font-size: 1.8rem;
  color: var(--color2);
}

.footerFlex p,
.footerFlex a {
  font-size: 1.2rem;
  font-weight: 200;
}

.footerWidth {
  width: 1150px;
  margin: 0 auto;
}
.footerLogo {
  color: var(--color1);
  font-size: 2.5rem;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.5rem;
  letter-spacing: -3px;
}

.footerLogo {
  text-align: center;
}
.footerInformativeTxt {
  width: 70%;
  margin: auto;
}

.footerFlex {
  display: flex;
  justify-content: space-between;
  margin-top: 10rem;
}

.footerBrowseTxt {
  display: flex;
  flex-direction: column;
}
.footerLegealTxt {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
}
.footerEMailSvg {
  height: 1.5rem;
}
.footerLocationSvg {
  height: 1.5rem;
}
.footerEmail {
  display: flex;
  align-items: center;
}

.footerEmail p {
  margin-left: 0.3rem;
}
.footerLocation {
  display: flex;
  align-items: center;
}

.footerLocation svg {
  margin-left: 0.45rem;
}
.footerLocation p {
  margin-left: 0.65rem;
}

.footerSocialFLex {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  flex: 1;
}

.footerTwtrIconSvg {
  height: 2rem;
  width: 2rem;
}
.footerInstaIconSvg {
  height: 2rem;
  width: 2rem;
}

.footerTwtrIcon {
  padding: 0.5rem;
  background-color: #1c1c1c;
  border-radius: 5px;
}
.footerInstaIcon {
  padding: 0.5rem;
  background-color: #1c1c1c;
  border-radius: 5px;
  display: block;
}

.footerBlueStroke {
  border-radius: 99px;
  width: 4px;
  height: 22rem;
  background-color: var(--color1);
  position: relative;
  top: -2.2rem;
}

.footerSocial {
  margin-top: 1.7rem;
}
.footerContactMargin {
  margin-top: 1rem;
}
.footerContactMargin div {
  margin: 0.2rem 0;
}

.footerBrowse-legal a:hover,
.footerBrowse-legal a:active {
  text-decoration: underline;
}
/*Trade mark at the bottom of the*/
/*Trade mark at the bottom of the*/
/*Trade mark at the bottom of the*/
.trademark {
  background: linear-gradient(90deg, #6ea9e6 0%, #264f8f 100%);
  text-align: center;
  height: 2rem;
}

.trademark p {
  padding-top: 0px;
  color: var(--color2);
}
/*!Media Querry*/
/*!Media Querry*/
/*!Media Querry*/
/*!Media Querry*/
/*!Media Querry*/

@media (max-width: 1465px) {
  .nav-bar {
    width: 80%;
  }

  .projectMainSection {
    max-width: 80%;
  }
  .projectIntrotxt {
    width: 80%;
  }
  .menu li .i {
    font-weight: 600;
    font-size: 1.4rem;
  }
  .menu li {
    padding-left: 20px;
  }
  .kontakt {
    max-width: 90%;
  }
  .pusher {
    margin-top: 110rem;
  }
}

@media (max-width: 1175px) {
  .footerFlex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10rem;
  }
  .footerBlueStroke {
    border-radius: 99px;
    width: 100%;
    height: 4px;
    background-color: var(--color1);
    position: relative;
    top: 0;
    margin-top: 0rem;
    margin: 2.2rem 0;
  }
  .footerWidth {
    max-width: 90%;
    margin: 0 auto;
  }
  .footerServices {
    margin-right: auto;
  }
  .footerBrowse-legal {
    margin-right: auto;
  }
  .footer-contact-social {
    margin-right: auto;
    margin-bottom: 5rem;
  }
  .pusher {
    margin-top: 100rem;
  }
}

@media (max-width: 1115px) {
  /*Header Width*/
  .nav-bar {
    width: 90%;
  }
  .projectMainSection {
    max-width: 90%;
  }
  .projectIntrotxt {
    width: 90%;
  }
  .menu li .i {
    font-weight: 600;
    font-size: 1.2rem;
  }
  .menu li {
    padding-left: 15px;
  }
  .kontakt {
    max-width: 80%;
  }
  .footerInformativeTxt {
    width: 90%;
  }
  .pusher {
    margin-top: 90rem;
  }
}

@media (max-width: 888px) {
  .nav-bar {
    width: 90%;
  }
  .hamburger {
    display: block;
  }

  .menu {
    position: fixed;
    right: -100%;
    top: 0;
    gap: 20px;
    flex-direction: column;
    background-color: var(--backgroundcolor);
    width: 100%;
    text-align: center;
    transition: 0.33s;
    height: 100vh;
  }

  .menu li {
    top: 30%;
    padding-left: 0px;
    position: relative;
    display: block;
  }

  .menu li .i {
    font-size: 1.6rem;
    margin-bottom: 0.1rem;
  }

  .kontakt {
    max-width: 300%;
    height: auto;
  }
  .menu.active {
    right: 0;
  }

  .hamburger.active .bar:nth-child(2) {
    transform: translateX(-25%);
  }
  .box {
    width: 50%;
  }

  .projectMainSection h3 {
    font-size: 1.1rem;
  }
  .testA {
    margin-top: 1rem;
  }
  .projectFlexWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .goLeft {
    padding-left: 24%;
  }
  .pusher {
    margin-top: 70rem;
  }
}

@media (max-width: 768px) {
  .trademark p {
    padding-top: 5px;
    font-size: 1rem;
  }
  .projectHeadline h1 {
    font-size: 3.8rem;
    width: 90%;
  }

  .goLeft {
    padding-left: 20%;
  }
  .pusher {
    margin-top: 57rem;
  }
  .projectIntrotxt p {
    font-size: 1.1rem;
  }
}

@media (max-width: 658px) {
  .trademark p {
    font-size: 1rem;
  }
  .goLeft {
    padding-left: 15%;
  }
  .pusher {
    margin-top: 47rem;
  }
}

@media (max-width: 600px) {
  /*Header Width*/
  .nav-bar {
    width: 92%;
  }

  .trademark p {
    font-size: 0.8rem;
  }

  .mainlogo h1 {
    font-size: 2rem;
  }
  .socialBtnWidth {
    width: 47%;
    margin-top: 6%;
  }
  .footerFlex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 3rem;
  }

  .footerInformativeTxt {
    width: 100%;
  }
  .footerBlueStroke {
    border-radius: 99px;
    width: 100%;
    height: 4px;
    background-color: var(--color1);
    position: relative;
    top: 0;
    margin-top: 0rem;
    margin: 2.2rem 0;
  }
  .footerWidth {
    max-width: 90%;
    margin: 0 auto;
  }
  .footerServices {
    margin-right: auto;
  }
  .footerBrowse-legal {
    margin-right: auto;
  }
  .footer-contact-social {
    margin-right: auto;
    margin-bottom: 5rem;
  }
  .goLeft {
    padding-left: 5%;
  }
  .pusher {
    margin-top: 42rem;
  }
  .projectHeadlineBorder {
    padding-top: 6rem;
  }
}
@media (max-width: 441px) {
  .goLeft {
    padding-left: 0%;
    margin-left: -0rem;
  }
  .projectHeadline h1 {
    font-size: 3rem;
    width: 92%;
  }
  .pusher {
    margin-top: 42rem;
  }
}

@media (max-width: 413px) {
  .trademark p {
    font-size: 0.8rem;
  }
}

@media (max-width: 413px) {
  .trademark p {
    font-size: 0.8rem;
  }
}

@media (max-width: 321px) {
  .trademark p {
    font-size: 0.6rem;
  }
}
