
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Roboto+Slab:wght@300;400;500&family=Zilla+Slab:wght@400;500&display=swap');
/* Move down content because we have a fixed navbar that is 3.5rem tall */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600&family=Roboto:wght@300;400;500;700&display=swap');
html {
  scroll-behavior: smooth;
  overflow-x:hidden;
position: relative;
}

:root {
  --ma-blue: #4073E6;
  --bmw-orange: #0062FF;
  --white: #ffffff;
  --savior-color: #06AC90;
  --HID-color: #DDDCDC;
  --Hiatus-color: #B0DDF1;
}


body {
  padding-top: 2.6rem;
  width: 100%!important;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,235,242,1) 100%);
    overflow-x: hidden;
}

a, h1, h2, h3, .jumbotron p{
  font-family: 'Karla', sans-serif;
  color: black;
}

p {
  font-family: 'Karla', sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0.4em;
}

.jumbotron p{
  font-size: 1.1em;
}
h1, h2, h3 {
  font-weight: 800;
  font-size: 3em;
}

.projectParameters {
  font-weight: 600;
  margin: 0.4em 0 0.4em 0;
}
.navbar-brand a, .btn  {
  font-size: 1.4em;
}

ol, ul { list-style: none }

a:hover {
  color: black;
  text-decoration: underline!important;
}

a.underlined {
  color: black;
  text-decoration: underline!important;
}
.underlined {
  flex: 1;

  background-image: linear-gradient(to right, var(--ma-blue) 0%, var(--ma-blue) 100%);
  background-position: 0 1.2em;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background .5s;
}
  .underlined:hover {
    background-size: 100% 100%;
    background-position: 0 -0.1em;
  }

  .inlinelink {
    text-decoration: underline!important;
  }


/* content */
.content {
  padding-top: 0rem;
  width: 75vw!important;
  margin-left: 12.5vw;
  margin-right: 12.5vw;
  --border-width: 5px;
  --border-width-mobile: 4px;
}

.mobilesticker {
  visibility: hidden;
  z-index: 3;
  height: 300px;
  width: 300px;
  position: fixed;
  bottom:-150px;
  right:-150px;
  border-radius: 100%;
}

.mobilesticker p {
  color: white;
  text-align: center;
  margin: 65px 20px 20px 50px;
  font-family: 'Karla';
  font-size: 0.9em;
  width: 90px;
  position: absolute;
  font-weight: 500;
}


/* pageheader / jumbotron */
.jumbotron {
  background-color: transparent;
  padding-left: 0px;
  padding-top:9em;
  padding-bottom:0.3em;
}


#opening {
  width:55vw;
  margin: 0em 0em 1em 0em;
  padding:0px;
}

.emojimove {
  font-size: 0.9em;
  display:inline-block;
}
#opening:hover .emojimove {
  animation: wiggle 1s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes wiggle {
  0% { transform: rotate(20deg); }
  50% { transform: rotate(-20deg); }
  100% { transform: rotate(20deg); }
}

/* project links headings*/

#headingbmw:hover,#headingbmw:hover svg {
  color: var(--bmw-orange);
}
#headingma:hover,#headingma:hover svg {
  color: var(--ma-blue);
}
#headinghiatus:hover,#headinghiatus:hover svg {
  color: var(--Hiatus-color);
}
#headinghid:hover,#headinghid:hover svg {
  color: var(--HID-color);
}





/* tags */

.passagetags {
  font-size: 1em;
  font-weight:500;
  margin-left: 3.5em;
  margin-top: -1.1em;
  width: 70%;
}

.tag {
  padding: 7px 7px 7px 7px;
  background: black;
  border-style: none;
  border-color:black;
  display:inline-block;
  border-width: var(--border-width);
    transition: background-color .15s ease;
  transition: border-color .05s ease;
}
.tag p{
    font-family: 'Karla', sans-serif;
margin: 0px 5px 0 5px;
font-weight: bold;
color: white
}


#navwrap{
  width: 75vw!important;
  margin: 0px;
}



/* NAVIGATION NEW*/
/* navigation */
.btn-secondary {
  background-color: black;
  border-style: none;
  margin-left: 1.5em;
  padding: 10px 15px 10px 15px;
  border-radius: 0px;
  font-size: 1.7em;
}

a.nav-link {
  margin-left: 0.8em;
  margin-right: 0.8em;
  padding: 15px 25px 15px 25px;
  font-size: 1.5em!important;
}
a.nav-link:hover {
  text-decoration: none!important;
}

input#burger {
  visibility: hidden;
}

nav {
  padding: 0em 0em 0em 0em;
  text-align: right;
  width: 75vw;
  margin-left: 12.5vw;
  margin-right: 12.5vw;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right;
}

ul li {

  display: inline-flex;
  align-items: center;
  height: 80px;
}
li a, a{
  text-decoration: none;
}

a#navbrand {
  padding: 26px 0 0 0px;
  margin-left: 12.5vw;

}
#navbrand img {
  width: 8em;
}
#navbrand{
  float: left;
}


.nav-link:hover {
  color:black;
  background-color: white;
  font-weight: bold;
  -webkit-animation: shadow-pop-br 0.2s both;
  animation: shadow-pop-br 0.2s both;
}

li.nav-item.active {
font-weight: bold;
}


/**
* ----------------------------------------
* animation shadow-pop-br
* ----------------------------------------
*/
@-webkit-keyframes shadow-pop-br {
  0% {
    -webkit-box-shadow: 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black;
    box-shadow: 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  100% {
    -webkit-box-shadow: 1px 1px black, 2px 2px black, 3px 3px black, 4px 4px black, 5px 5px black, 6px 6px black;
    box-shadow: 1px 1px black, 2px 2px black, 3px 3px black, 4px 4px black, 5px 5px black, 6px 6px black;
    -webkit-transform: translateX(-5px) translateY(-5px);
    transform: translateX(-5px) translateY(-5px);
  }
}
@keyframes shadow-pop-br {
  0% {
    -webkit-box-shadow: 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black;
    box-shadow: 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black, 0 0 black;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  100% {
    -webkit-box-shadow: 1px 1px black, 2px 2px black, 3px 3px black, 4px 4px black, 5px 5px black;
    box-shadow: 1px 1px black, 2px 2px black, 3px 3px black, 4px 4px black, 5px 5px black;
    -webkit-transform: translateX(-5px) translateY(-5px);
    transform: translateX(-5px) translateY(-5px);
  }
}


/*FOOTER*/

footer {
  display: flex;
  justify-content: space-between;
}

footer h2 {
  font-size: 1.3em;
}

.footermenuwrap li {
  margin-bottom: 1em;
}
.footermenuwrap, .contactwrap, .footertextwrap {
  display: inline-block;
  margin-right: 5vw;
  margin-left: 0px;
}
.footertextwrap {
  width: 20vw;
}

.footercopywrap {
  width: 100%;
  display:block;
  text-align: center;
  margin-top: 5em;

}
.footercopywrap p {
  display: inline;
  text-align: ;
  font-family: 'Karla', sans-serif;
}

#languageswitch {
  font-size: 1.25em;
  font-weight: bold;
  text-align: ;
  display: inline;
margin-top: 3em;
}

.footer-basic {
  padding:40px 0;
  background-color:transparent;
  color:black;
  width: 75vw;
  margin: 6em 12.5vw 2em 12.5vw;
}

.footer-basic ul {
  padding:0px;
  list-style:none;
  margin: 0vw 0vw 2vw 0vw;
  float: none;
  text-align: left;
}

footer a, footer li, .list-inline-item {
  display: block;
  padding: 0px;
  margin-left: 0px;
  text-align: left;
  height:auto;
  font-weight: bold;
  font-size: 1.3em;
}



.footer-basic .social,.contact {
  text-align:left;
  margin-bottom:1.7em;
}

.footer-basic .social > a {
  background-color: black;
  font-size:30px;
  width:55px;
  height:55px;
  line-height:60px;
  display:inline-block;
  text-align:center;
  margin:0.5em 10px 0 0;
  color:white;
  padding-left: 3px;
}

.footer-basic .social > a:hover {

}



#socialicon i {
  color: black!important;
}

.list-inline .btn {
  margin: 0px;
}

.footerline {
  padding-top:5px;
  background-color: black;
  margin: 5vh 0 5vh 0;
}

.contact p{
  margin-bottom: 0.7em;
  margin-top: 0.7em;
  font-family: 'Karla', sans-serif;
}

#scissors {
  height: 43px; /* image height */
  width: 75vw;
  margin: auto auto;
  background-image: url("../assets/details/scissors.svg");
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  margin-top: 4em;
  margin-bottom: 2em;
}
#scissors svg {
  position: relative;
  height: 5px;
}
#scissors div {
  position: relative;
  top:6px;
  margin-top: -3px;
  margin-left: 30px;
}

#scissors path {
  stroke-dasharray: 14,11;
}



/* MEDIA QUERIES */




/* For tablets: */
/* For tablets: */
/* For tablets: */


@media only screen and (max-width: 1100px) {
  /* For tablets: */
  body {
    overflow-x:hidden;
    width: 100vw;
  }
  .content {
    padding-top: 0rem;
    width: 90vw!important;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .container {
    margin:0px!important;
    max-width:none;
  }

  .footer-basic {
    margin: 0 5vw 7vh 5vw;
  }

  .footerline {
    margin: 2vh 0 2vh 0;
  }


  .footer-basic {
    width: 90vw;
  }

  .contactwrap {
    width:auto;
  }


  #navwrap{
    width: 100vw!important;
    margin: 0px;
  }
  /* main */
  #opening {
    margin-top:40px!important;
    width:75vw;
    margin: 0;
    padding:0px;
  }

  .jumbotron{
    padding-top: 4em;
  }

  /* TABLET NAVIGATION*/

  a#navbrand {
    margin-left: 5vw;
  }

  ul li {
    display: block;
  }

  .nav-item .btn {
    float: none;
  }
  .nav-link:hover {
    -webkit-animation: none!important;
    animation: none!important;
  }

  li.nav-item.active {
  font-weight: bold;
  }

  /* BURGER BUTTON*/
  #burgerwrap {
    background-color: white;
    top: 70px;
    height: 50px;
    width: 50px;
    position: fixed;
    right: 35px;
    z-index: 4;
  }

  nav > ul > li {
    margin: 10vh 0 10vh 0;
  }

  body h1 > span {
    text-transform: none;
    opacity: .5;
    font-weight: 300;
    font-size: 12px;
  }

  body input + label {
    position: fixed;
    top: 80.5px;
    right: 47.5px;
    height: 25px;
    width: 25px;
    z-index: 5;
  }

  body input + label span {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0%;
    left: 0;
    background: black;
    transition: .5s;
  }


  body input + label span:first-child { top: 2px; }

  body input + label span:nth-child(2) { top: 12px; }

  body input + label span:last-child { top: 22px; }

  body label:hover { cursor: pointer; }

  body input:checked + label span {
    opacity: 0;
    top: 50%;
  }

  body input:checked + label span:first-child {
    opacity: 1;
    transform: rotate(405deg);
  }

  body input:checked + label span:last-child {
    opacity: 1;
    transform: rotate(-405deg);
  }

  /* MENÜ AUSGEKLAPPT*/
  body input ~ nav {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 0px;
    z-index: 3;
    transition: .5s;
    transition-delay: .5s;
    overflow: hidden;
    margin-left: 0px!important;
  }

  body input ~ nav > ul {
    text-align: center;
    position: absolute;
    top: 23%;
    left: 20%;
    right: 20%;
  }

  body input ~ nav > ul > li {
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
  }

  body input ~ nav > ul > li > a {
    font-size: 15vw!important;
    margin-right: 0px;
    padding: 2em;
  }

  body input ~ nav > ul > li > .btn {
    font-size: 3em;
    margin-left: 0px;
  }

  body input:checked ~ nav {
    height: 100%;
    transition-delay: 0s;
  }

  body input:checked ~ nav > ul > li {
    opacity: 1;

  }

  #navbrand {
    padding-top: 20px;
  }

  .mobilesticker {
    visibility: visible;
  }

}




/* For mobiles: */
/* For mobiles: */
/* For mobiles: */
/* For mobiles: */


@media only screen and (max-width: 500px) {

  .content {
    padding-top: 0rem;
    width: 90vw!important;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  body {
    padding-top: 2rem;
  }

  a, h1, h2, h3, .jumbotron p {
    font-family: 'Karla', sans-serif;
    color: black;
    padding: 0.1em;
  }
  p {
    text-align:center;
    font-size: 1em;
  }
  .btn {
    text-align: center!important;
  }
  .btn-link svg {
    display: grid;
    margin-left: 45%;
  transform: rotate(90deg)!important;
  margin-bottom: 15px;
  }

  h1, h2, h3 {
    font-weight: 800;
    font-size: 1.5em;
  }
  a, .navbar-brand, .btn {
    font-size: 1em;
  }

  ol, ul { list-style: none }

  h2 {
    padding: 3px 0px 3px 0px;
  }

  /* MOBILE NAVIGATION*/
  nav {
    padding:0px;
  }

  body input ~ nav > ul {
    top: 18%;
  }

  body input ~ nav > ul {
    transform: scale(0.7);
    left:15%;
  }
  a.nav-link {
    margin:0px;
  }

  #burgerwrap {
    top: 25px;
    height: 50px;
    width: 50px;
    right: 20px;
  }

  body input + label {
    top: 37px;
    right: 30px;
    height: 15px;
    width: 30px;
  }

  /* MOBILE OPENING*/
  #opening {
    margin-top:40px!important;
    width:auto;
    margin: 0;
    padding:0px;
  }

  .jumbotron {
    padding:0px;
  }


  /* MOBILE TAGS*/

  footer {
    display: block;
  }
  .tag {
    padding: 0px 5px 0px 5px;
    border-style: solid;
    border-color:black;
    display:inline-block;
    border-width: var(--border-width-mobile);
    margin: 3px 3px 10px 3px;
    transition: background-color .15s ease;
    transition: border-color .05s ease;
  }

  .tag a {
    font-size: 0.9em;
    padding: 3px;
  }
  #navbrand {
    padding-top: 0px!important;
    margin-left: 20vw;
  }

  .footertextwrap, .contactwrap {
    width:100%;
    float:none;
    margin-bottom: 2em;
  }

  .footertextwrap h2, .contactwrap h2 {
    margin-bottom: 0px;
  }

  .footermenuwrap {
    margin-left: 0px!important;
  }



}

@media only screen and (min-width: 1900px) {

  .content, nav, .footer-basic{
    width: 56vw!important;
    margin-left: 23vw;
    margin-right: 23vw;
  }

  #navbrand {
    margin-left: 23vw!important;
  }
.container {
  margin-left: 0px;
}



}
