








:root {
    --headerMHeight: 50px!important;
    --mainColor: Firebrick;
    --secoColor: Lightsalmon;
    --newOrange: linear-gradient(to right, var(--mainColor), var(--secoColor));
    --newGray: linear-gradient(to right, #9aa4ae, #757e88);
    --noisy: url('../img/overlays/noise.png');
    --coronaColor: #b59e7c;
    --coronaColor2: #857255;
    --coronaColorGr: linear-gradient(to right, var(--coronaColor2), var(--coronaColor));
}

.bg--orange2 {
  background-image: url('../img/overlays/noise.png'), var(--newOrange);
}
.bg--orange {
  background-image: url('../img/overlays/noise.png'), var(--newOrange);
  opacity: .9;
}

.underline {
  text-decoration: underline!important;
}

p a {
    color: var(--mainColor)
}

.coronacolor {
  background-image: var(--noisy), var(--coronaColorGr);
}

#coronatext,
#testiextended {
  display: none;
}

html,
body,
.jarallax {
  height: 100%;
}

.navbar {
    min-height: var(--headerMHeight);
}

body {
  font-family: 'Lato', sans-serif;
}

 @media (max-width: 740px) {
      html,
      body,
      .jarallax {
        height: 815px;
      }
    }

    @media (min-width: 800px) and (max-width: 850px) {
      html,
      body,
      .jarallax {
        height: 600px;
      }
    }

    @media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #7d8488!important;
    }
    .navbar {
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
    }
}

.model .jumbotron {
padding: 2rem;
}

/* .bg--orange {
  background-image: url(../img/overlays/noise.png), var(--newOrange);
  opacity: 0.8;
} */

.bg--dark--grey {
  background: #344248 url(../img/overlays/noise.png) repeat;
  background-size: auto;
}

.bg--middle--grey {
  background: #9aa4ae url(../img/overlays/noise.png) repeat;
  background-size: auto;
}

.bg--light--grey {
  background: #e8eaec url(../img/overlays/noise.png) repeat;
  background-size: auto;
}

.bg--creme {
  background: #e7d0ac ;
  background-size: auto;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.border-2 {
  border: 2px solid white;

}

.btn-petrol {
  background-color:#2a95b5;
}

.btn-freshgreen {
  background: #bfca21;
}

.josefin {
  font-family: 'Josefin Sans', sans-serif!important;
}


.border-top-orange-1 {
  border-top: 1px solid var(--mainColor);
}

.border-top-orange-2 {
  border-top: 1px solid var(--mainColor);
}

.border-top-creme {
  border-top: 1px solid #e7d0ac;
}

.md-accordion .card .card-header a {
  color: var(--mainColor)!important;
}

.referenzen {
  width: 100%;
  height: 200px;
}

.referenzen img.card-img-top {
  height: 200px;
  object-fit: contain;
  object-position: center;
  padding: 50px 30px;
}

.card .view{
  width: auto;
  height: 200px
  }
  
.card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* thanks chrome for <strong> not working*/
strong {
  font-weight: 900;
}
.modal-body p:first-child {
  font-weight: 900;
}
  
.carousel i,
.carousel-indicators li {
    background-color: var(--mainColor)!important
}







.special-list {
  list-style: none;
  padding: 0 0 1.4rem 0;
  margin: 0;
  position: relative;
}
.special-list > * {
  margin-left: 1rem;
  position: relative;
}
.special-list > *::before {
  content: "";
  width: .25rem;
  height: 1rem;
  display: block;
  background: var(--mainColor);
  position: absolute;
  margin-top: .33rem;
  left: -1rem;
  z-index: 2;
}
.C-testimonial{
  background: url('../img/overlays/noise.png'), var(--newGray)
}
.C-testimonial p{
  color: rgba(255,255,255 ,.75)
}
.C-testimonial i{
  color: var(--mainColor);
}

.C-hero {
  width: 100%;
  height: 40vh;
  height: 400px;
  background-image: url('../img/overlays/noise.png'), linear-gradient(to right, var(--mainColor), #e74011);
  background-position: 50% 75%;
  position: relative;
}
.C-hero > div {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-image: url('/img/ulla/Ulla_HeroCoaching.jpg');
  background-size: cover;
  background-position: 50% 90%;
  position: absolute;
}

.C-hero-box {
  margin-top: -5rem; 
}

.C-hero-box-headline {
  position: absolute; 
  margin-top: -200px; 
  width: 100%; 
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
  opacity: .75;
  font-weight: 900;
  order: 10;
}
.C-hero-box-text {
  order: 1;
}
.C-hero-box-img {
  background-image: url('/img/ulla/Ulla_UeberMich.jpg'); 
  background-size: cover;
  background-position: 50% 100%;
  order: 2;
}
@media (max-width: 768px) {
    .C-hero {
        display: none;
    }
    .C-hero-box-img {
        min-height: 300px;
        height: 66vh;
        order: 0;
        position: relative;
    }
    .C-hero-box-img::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        /* background-image: url('../img/overlays/noise.png'), var(--newOrange); */
        background: black;
        opacity: .25;
        mix-blend-mode: multiply;
    }
    .C-hero-box {
        margin-top:50px; 
    }
    .C-hero-box-headline {
        margin-top: 200px;
        z-index: 20;
    }
    .C-hero-box-headline *{
        font-size: 3rem!important;
    }
    .H-hero-box {
        margin-bottom: 0!important;
    }
    .H-hero-box h5 {
        margin-bottom: 1.5rem!important;
    }
    .H-hero-box h2{
        font-size: 2rem;
    }
    .H-hero-box a{
        display: none;
    }
    .H-hero-box .jumbotron{
        padding: 1rem;
    }

}


#mailfeedback {
  display: flex;
  align-items: center;
}

#mailfeedback span{
  color: black;
  padding: .66rem;
  display: block;
  width: 100%;
}

#mailfeedback.success span {
  border-left: .25rem solid green;
  background-color: rgba(0,255,0,.25);
}
#mailfeedback.error span {
  border-left: .25rem solid red;
  background-color: rgba(255,0,0,.25);
}



#testimonials p {
  font-size: .85rem
}