:root {
  --blue: #00ffff;
  --yellow: #ffff00;
  --grey: #f1f1f1;

  --blue: #0BBBEF;
  --yellow: #FFEE00;
  --grey: #f1f1f1;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DINEngschriftStd.eot');
    src: url('../fonts/DINEngschriftStd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINEngschriftStd.woff2') format('woff2'),
        url('../fonts/DINEngschriftStd.woff') format('woff'),
        url('../fonts/DINEngschriftStd.ttf') format('truetype'),
        url('../fonts/DINEngschriftStd.svg#DINEngschriftStd') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.grey {
  background-color: var(--grey);
}

.blue-text {
  color: var(--blue);
}

body {
    background-color: #fff;
  color: #000;

  font-family: 'DIN', sans-serif;
    scroll-behavior: smooth;
    font-weight: 300 !important;
    //letter-spacing: 0.12em
}

section:not(#top, #footer, #teaser-text) {
  padding-bottom: 150px;
}

a {
  color: #fff;
  display: inline-block;
}

a:hover {
  color: var(--yellow);
  text-decoration: none;
}

h1 {

}
h2 {
    color: #000;
    font-size: 1em;
    font-weight: 800;
}
b {
  font-weight: 800;
}

.big-btn {
  font-weight: 400;
  margin-bottom: 5px;
  min-width: 100px;
  text-align: center;
  display: inline-block !important;
  color: #FFF;
  text-transform: uppercase;
  background-color: var(--blue) !important;
  padding: 5px 20px;
  padding-top: 7px;
}

.big-btn:hover {
  color: #000;
}

.big-btn:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 0px;
  margin: 0px;
  transition:none;
}

#top {
  background-color: var(--yellow);
  padding-top: 20px;
  padding-bottom: 20px;
}

#top .logo {
  max-height: 80px;
}

#header2 {
  background-image: url(../img/bg/bg-3.png);
  background-size: cover;
  background-position: center top;
  position: relative;
  padding-bottom: 20px !important;
  padding-top: 100px;
  border-bottom: 10px solid var(--yellow);
  //min-height: 200px;
}

#header2 .logo {
  max-width: 150px;
}

#header2 .headline {
  color: var(--blue);
  font-weight: bold;
  font-size: 2em;
}


#header2 .big-btn {
  margin-bottom: 0px;
}



.navbar-nav {
  text-align: right;
  margin-left: 20px;
}

.nav-item {
  margin-left: 200px !important;
}

.nav-link {
  //display: block;
  color: #000;
  //background-color: rgba(255, 255, 255, 0.5) !important;
  margin-left: 20px !important;
}

.nav-link:hover {
  color: #222;
}

.nav-link:after {
  border-color: var(--yellow);
}

#teaser-text {
  padding-top: 40px;
}

#teaser-text hr {
  border-color: #222;
  border-width: 3px;
  margin-top: 30px !important;
}



#teaser-text a {
  color: #222;
  text-decoration: underline
}
#teaser-text a:after {
  border-color: var(--yellow);
  text-decoration: underline
}

.price-wrapper {
  margin-bottom: 20px;
  max-width: 200px;
  margin: 0 auto;
}

//div {border: 1px solid red;}

.price-wrapper a {
  text-decoration: none !important;
  font-weight: bold;
}

.price-card {

  padding: 10px;
  padding-top: 20px;
  border: 2px solid #ddd;
  border-bottom: none;
  text-align: center;
}

.price-title {
  text-transform: lowercase;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 15px;
}

.price-amount {
  line-height: 1.1em;
  font-size: 2em;
  color: var(--blue);
  font-weight: bold;

}

.price-description {
    padding-top: 15px;
}

#faq {
  padding-top: 20px;
}

.bullet {
  display: inline-block;
  width: 10px;
  height: 20px;
  margin-bottom: -7px;
  margin-right: -3px;
  background-color: var(--blue);
}


#faq .col-lg-4 {
  padding-top: 20px;
}

#faq h2 {
  margin: none !important;
}

#faq .collapse {
  //margin: none !important;
  //padding-left: 35px !important;
}

#faq .faq-item {
  padding-bottom: 20px;
}

#faq a:not(.toggle-link) {
  color: #000 !important;
  text-decoration: underline;
}
#faq a:hover {
  color: #666 !important;
  text-decoration: underline;
}

#category {
  background-image: url(../img/bg/bg-1.png);
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px !important;
  margin-bottom: 0px !important;
}

#category .headline {
  padding-left: 20px;
  padding-bottom: 10px;
}

#category hr {
  border-color: var(--blue);
  border-width: 3px;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  display: none;

}

#cliff  {
  padding-top: 100px;
  //background-image: url('../img/bg-cliff.png');
  background-image: url(../img/bg/bg-3.png);
  background-size: cover;
  background-position: 0px center;
  background-color: var(--blue);
}

#cliff .row {

}

#cliff .cliff-border {
  border-left: 20px solid var(--blue);
}

#cliff .cliff-pic {
  display: inline-block;
  width: 30%;
  float: left;
}

#cliff .cliff-text {
  background-color: rgba(255,255,0, 0.7);
  background-color: var(--yellow);

  display: inline-block;
  width: 70%;
  height: 100%;
  padding: 20px;
}

#cliff .btn-wrapper {
  float: right;
}

#cliff .big-btn {

}


#footer {
  background-color: var(--yellow);
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
}

#footer a {
    color: #000;
}

#footer hr {
  border-color: #000;
  border-width: 4px;
}






.modal-content {
  background-color: #fff;
    font-family: 'Hind', sans-serif;
    padding: 20px;
}

.modal-content h1 {
  font-size: 2.3em;
  margin-bottom: 20px;
}

.modal-content h3 {
  font-size: 1.7em;
  margin-bottom: 20px;
}

.modal-content a {
  color: #222;
  display: inline !important;
}
.modal-content a:after {
  border: 0px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.typewriter {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation:
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}




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


    #cliff .cliff-pic {
      width: 100%;
    }
    #cliff .cliff-text {
      width: 100%;
      height: inherit;
    }

    #header2 {
      padding-top: 30px !important;
    }


}

@media (max-width: 768px) {

    #header2 .hand-left {
      left: -30%;
    }

    #header2 .hand-right {
      right: -20%;
    }

 }

@media (max-width: 576px) {


    #header2 .hand-left {
      left: -90%;
    }

    #header2 .hand-right {
      right: -50%;
    }

  }
