html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
  font-family: 'Ubuntu', sans-serif;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

#headerWrapper {
  height: 12vh;
}

#contentWrapper {
  height: 64vh;
}


#contentBg {
  /* background-image: url('../img/find_dich_happy.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; */

}
#centerLogo {
  width: auto;
  height: 40vh;
  user-select: none;
}


#searchWrapper {
  height: 11vh;
}


#searchInputWrapper input[type=text],
.submitSearch{
  height: 9vh;
  min-height: 40px;
  max-height: 50px;
}

#searchInput {
  background-color: #fff;
}


.submitSearch {

  /* height: auto; */
  letter-spacing: 0.12rem;
}

.submitSearch  {
  text-transform: uppercase;
}
.submitSearch i {
  margin-right: 0.5rem;
}


#submitSearchXS {
  display: none;
}
#submitSearchFull {
  display: flex;
}

@media (max-width: 576px){
  #submitSearchXS {
    display: flex;
  }
  #submitSearchFull {
    display: none;
  }
  .leading-custom  {
    line-height: 1.7;
  }
}


@media (max-width: 650px)  and (orientation:portrait){
  #searchWrapper {
    height: 15vh;
  }
}
@media (max-width: 650px)  and (orientation:landscape){
  #headerWrapper {
      height: 15vh;
  }
  #contentWrapper {
    height: 48vh;
  }
  #searchWrapper {
    height: 21vh;
  }

  .animElem[data-elem="glassesLeft"],
  .animElem[data-elem="shoes"],
  .animElem[data-elem="headphone"] {
    display: none;
  }
}


#footerWrapper {
  /* min-height: 9vh;
  max-height: 12vh; */
}

#footerLinks a {
  color: #020202;
  text-decoration: none;
   text-shadow: 0 0 0;
}
#footerLinks a:hover {
  /* font-weight: bold; */
  text-decoration: underline;
}





#logoImg {
  background-image: url('../img/logo_2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bg-customDarkBlue {
  background-color: #02739b;
}

.focus\:customDarkBlue:focus {
    border-color: #02739b;
}

.hover\:customDarkBlue:hover {
    border-color: #02739b;
}

.bg-customBlue {
  background-color: #1999d4;
}
.border-customBlue {
  border-color: #0062a3;
}

.text-customBlue {
    color: #1999d4;
}
.text-customDarkBlue {
    color: #004c67;
}

.bg-yellowTransition {
  border-color: white;
  background-image: url('../img/bg.jpg');
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}

.focus\:customYellow:focus {
    border-color: #fece16;
}

.hover\:customYellow:hover {
    border-color: #fece16;
}

.bg-customLightGrey {
  background-color: #ecf0f1;
}

.container {
  max-width: 992px;
  min-width: 310px;
}






.article {
  cursor: pointer;
}

.article img {
  max-width: 100%;
  max-height: 210px;
  height: auto;
  object-fit: cover;
  object-position: bottom center;
}

.articleOverlay {
  letter-spacing: 1px;
  font-weight: 400;
}

@media (max-width: 576px){
  .article img {
    max-height: 400px;
  }
}

.animElem {
  background-repeat: no-repeat;
  background-size: contain;
  width: 105px;
  max-width: 130px;
  height: auto;
  min-height: 75px;
  position: absolute;
  z-index: 9999;
  top: 19%;
  left: 34%;
  user-select: none;
  overflow-x: hidden;
}

.animElem[data-elem="hat"] {
  background-image: url('../img/hut.png');

}
.animElem[data-elem="headphone"] {
  background-image: url('../img/kopfhoerer.png');
}
.animElem[data-elem="glassesLeft"] {
  background-image: url('../img/brille_links.png');
  height: 125px;
  width: 100%;
}
.animElem[data-elem="teddy"] {
  background-image: url('../img/teddy.png');
  min-height: 55px;
}
.animElem[data-elem="bobbycar"] {
  background-image: url('../img/bobbycar.png');
    width: 100%;
    /* min-height: 120px; */
    max-width: 210px;
}
.animElem[data-elem="glassesRight"] {
  background-image: url('../img/brille_rechts.png');
    width: 100%;
    /* min-height: 120px; */
    max-width: 210px;
}
.animElem[data-elem="notebook"] {
  background-image: url('../img/notebook.png');
    width: 100%;
    min-height: 120px;
    max-width: 210px;
}
.animElem[data-elem="shoes"] {
  background-image: url('../img/schuhe.png');
    width: 100%;
    min-height: 120px;
    max-width: 210px;
}
