
*{
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    
}
h1, h2, h3 {
    font-family: 'Fugaz One', cursive;  
    color: #103a7a;
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
  }

h4, h5, h6 {
    font-family: 'Roboto', sans-serif; 
    color: #000000;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: bold;
  }

/************************HEADER************************/
.fixed-top {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }

.logo{
    max-width: 70%;
    min-width: 20%;
    /* padding-left: 4rem; */
  }

  .bg-color{
    background-color: white;
  }
  
  .navbar-nav{
      margin: 0;
      padding: 1rem 0;
      box-shadow: 0px 0px 10px var(--clr-gray400);
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
  
  .nav-item{
      list-style: none;
      margin-right: 2rem;
      font-size: 1rem;
      font-family: 'Roboto', sans-serif;
      color: black;
      font-weight: bold;   
  }
  .navbar-light .navbar-nav .nav-link {
      color: black;
  }
  .navbar-light .navbar-nav .nav-link:hover{
      color:#103a7a;
  }

  .navbar-light .navbar-nav .nav-link.active{
    color:#103a7a;
  }


/************************VIDEO************************/





/************************TEXTBLOCK************************/
h2{
    font-size: 2.5rem;
    margin-top: 6%;
    /*padding-bottom: 3%; */
}
p{
    color: black;
}

#m-block{
  margin-top: 10rem;
}
/************************SLIDER************************/
.carousel-item{
  height: auto;
  max-height: 90vh;
  min-height: 300px;  
}
.w-50{
  margin: 0 25% 0 25%;
  /*     height: 60vh;*/
}
/*
.carousel-control-next, .carousel-control-prev {
  background-color: #ff5050;
} */
svg.svg-inline--fa.fa-chevron-right.fa-w-10 {
  color: #941532;
}
svg.svg-inline--fa.fa-chevron-left.fa-w-10 {
  color: #941532;
}
.carousel-control-next {
  right: 150px;
  /*bottom: 150px;*/
}
.carousel-control-prev {
  left: 150px;
  /*bottom: 150px;*/
}
/*KARTE*/
  .card-slider {
    margin: auto;
    margin-top: 2rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #E6EAF2;

    
}

.card-icon-slider{
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
}


.card-title-slider{
    margin-left: 35%;
    padding-right: 45px;
    border-right: 1px solid #000000;
    top: 40%;
    position: absolute;
    display: none;
}
.card-body-slider {    
  /* transform: translate(0%, 124%); */ /****** ausblenden wenn wir Card Title wieder haben ******/
  transform: translate(-22%, 124%);
}
.card-text-slider{
font-size: 0.75rem;
}

.carousel-indicators .active {
  background-color: #941532;
}

.carousel-indicators li {
  background-color: rgba(148, 21, 50, 0.2);
}
.carousel-indicators {
  bottom: -30px;
  }
/************************VORTEILE************************/
.wrap {
    display: flex;
    background: #ffffff;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 0;
    border-radius: 0;
    align-items: center;
    min-height: 150px;

  }
.margin-top{
    margin-top: 3%;
}
.ico-wrap {
    margin: 10px;
  }

.text-wrap{
    padding-right: 0;
   /* padding-left: 1.25rem;
    padding-top: 1.25rem; */
    width: 100%;
}
h6.headline-5 {
  font-weight: 500;
}
.toggler{
  display: none;
}
/************************PRICE MODELLE************************/
.display-sm{
  display: none;
}
.pricing{
    box-shadow: 0px 3px 6px #00000029;
    height:100%;
    border-top: 5px solid #941532;  
    
}

.h-price{
    font-size: 3rem;
    color: #941532;
    font-family: 'Roboto', sans-serif;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.text-secondary{
    font-family: 'Roboto', sans-serif;
    color: #000000 !important; 
    /*height: 13vh;*/
    font-size: 0.90rem;
    margin-top: 15px;
}
.text-1{
  /*height: 13vh;*/
  vertical-align: middle;
  display: table-cell;
  height: 100px;
}
.text-2{
  /* //height: 5vh; */
  display: contents; 
}
.text-3{
  /*height: 7vh;*/
  vertical-align: middle;
  display: table-cell;
  margin: auto;
  width: 50%;
}
#text-plus{
  height: 3.5vh;
}
.p-grau{
    color: #646363;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
}

.h-margin{
    margin: 1rem;
}
.h-price span{
color: #646363;
font-size: 1.5rem;
}

.plus-icon{
    padding-bottom: 10px;
}
.premium-height{
    /*height: 90vh;*/
    margin-top: -20px;
    height: calc(100% + 40px);
}

.erste-block.premium {
  height: 295px;
}

.erste-block{
  /*min-height: 30vh;*/
  height: 275px;
}
.premium{
 /* // height: 32.5vh;  */
  padding-top: 20px;
}
/*BESTSELLER*/
.bestseller-ribbon {
	transform: rotate(-45deg);
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	position: absolute;
	/*right: -31px;
	top: 0px; */
  margin-top: -118px;
  margin-left: -72px;
}
.bestseller-ribbon--left,
.bestseller-ribbon--right {
	float: left;
	width: 0;
	height: 0;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-bottom: 28px solid #00D020;
	position: relative;
	z-index: 15;
}
.bestseller-ribbon--left {
	margin-right: -28px;
}
.bestseller-ribbon--right {
	margin-left: -28px;
}
.bestseller-ribbon--center {
	white-space: pre;
	background-color: #00D020;
	width: 108px;
	height: 28px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 20;
}
.bestseller-ribbon--left-wrap,
.bestseller-ribbon--right-wrap {
	top: 28px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #02A21B;
	position: absolute;
	z-index: 10;
}
.bestseller-ribbon--left-wrap {
	left: 0;
}
.bestseller-ribbon--right-wrap {
	right: 0;
}

/********MOBILE TABS**********/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #941532;
  border-radius: 0;
}
a.nav-link {
  color: black;
}
.nav-pills{
  display: none;
}
.nav-pills .nav-link {
  padding: 10px;
}
ul.nav.nav-pills {
  justify-content: space-evenly;
}


#standard, #bestseller, #enterprise {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}

#standard.active, #bestseller.active, #enterprise.active {
  display: block;
}
/************************ANSPRECH PARTNER************************/

#img-herr-fuss{
  padding: 0;
}

#card-kontakt{
  background-color: #103a7a;
  margin-left: 0px;
  margin-right: 0px;
}

.card-title {
    padding-left: 15px;
    padding-top: 8%;
    color: #fff;
}

.card-text{
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.col-lg-6.pt-5.card-height {
  padding-bottom: 20px;
}
/************************KONTAKT FORMULAR************************/
.bg-light{
    background-color: #ffffff !important;
    border: none;
}
.form-control {
    color: #103a7a;
    background-color: #E5EAF3;
    border: none;
    border-radius: 0;
}

.form-group {
    margin-bottom: 1.5rem;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    width: 100%;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px
}


.btn-send {
    border-radius: 0;
    font-weight: bold;
    background: #941532;
    border: 0px;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-box-shadow: 0px 0px 0 0 #000000 inset , 0px 0px 0 0 #000000 inset;
    box-shadow: 0px 0px 0 0 #000000 inset , 0px 0px 0 0 #000000 inset;
}

.btn-send:hover {
  -webkit-box-shadow: 100px 0px 0 0 #000000 inset , -100px 0px 0 0 #000000 inset;
  box-shadow: 100px 0px 0 0 #000000 inset , -100px 0px 0 0 #000000 inset;

} 
.card-body{
    padding: 0px;
}
.send-message.success {
  background-color: #00D020;
  font-weight: 500;
  color: white;
  padding: 5px;
  width: 25%;
  margin-bottom: 10px;
  text-align: center;
}

/************************FOOTER************************/
.container-fluid {
  overflow: hidden;
  margin-top: 8rem;
  background: #F4F4F4;
  color: #000000!important;
  margin-bottom: 0;
  padding-bottom: 0
}
@media (max-width: 575.98px)  { 
  footer {
    margin-bottom: 6rem;
  }
}

/* small {
  font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important
} */

.bold-text {
  color: black !important
}

.mt-55 {
  margin-top: calc(50px + (60 - 50) * ((100vw - 360px) / (1600 - 360))) !important
}

.rights {
  font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important
}

/* .logo_footer{
  width: auto;
  max-width: 100%;
} */

#p-footer{
  margin: 0px;
}

#margin-logos{
  margin-top: 3.5rem;
}

.zfu_logo{
  max-width: 60px;
}

/* #henworx{
  left: -12%;
} */
.logo_footer_henworx{
  width: 100%;
}
#footer-mobile{
  display: none;
}
#adress{
  display: inline-table;
}

.footer-links{
  text-decoration: none;
  color: #000000;
}
.footer-links:hover{
  text-decoration: none;
  color: #103a7a;
  font-weight: bold;  
}

.link-kontakt-footer{
  text-decoration: none;
  color: #000000;
}
.link-kontakt-footer:hover{
text-decoration: none;
color: #941532;
}
/************************FIXED BOTTOM************************/
.fixed-bottom {
  display: none;
  margin-top: 20px;
}
#fixed-bottom-mobil {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  justify-content: center;
  align-items: center;
}
.navbar-brand {
    width: auto;
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0;
    font-size: 2rem;
    line-height: inherit;
    white-space: nowrap;
}
.icon{
  margin: 0 30px 0 30px;
} 
a.navbar-brand.icon{
    color: #103a7a;
}
 a.navbar-brand.icon:hover{
    color: #941532;    
 }
/************************RESPONSIVE************************/
@media (max-width: 575.98px)  { 
    .logo{
        max-width: 70%;
        padding-left: 1rem;
    }
    .nav{
        display: contents;
    }
    p{
        font-size: 1rem;
        /* padding: 0 20px 0 20px; */
    }
  
/*
     .headline{
       top: 150px;
       font-size: 2rem;
     }
     .btn-primary{
       top: 250px;
       font-size: 1rem;
     }
     .video {
       position: relative;
       bottom: 150px;
       right: 50px;
       width: 85%;
       left: 35px;
       top: 20px;
   }

*/
    h2{
        font-size: 2.125rem;
        padding-bottom: 15px;
    }
    .text-wrap{
        padding-right: 1.25rem;
        width: 100%;
    }
    .w-50{
      margin: 15px;
      width: 95% !important;
    }
    .carousel-control-next {
      bottom: 230px;
      }
    .card-title{
      font-size: 1.5rem;
      padding-top: 0;
    }
    .card-text:last-child {
      margin-bottom: 15px;
  }
  .fixed-bottom {
    display: flex;
  }
  .logo_footer {
    width: 50%;
    display: block;
   }
  .logo_footer_henworx {
    width: 50%;
  }
  #margin-logos {
    display: grid;
}
#henworx {
    left: 45%;
    bottom: 54px;
}
#p-footer {
  margin: 0px;
  padding: 0;
}
img.logo_footer_henworx {
  width: 60%;
}
.content-hidden{
  display: none;
}
#footer-mobile{
  display: block;
}
.btn-send:hover {
  -webkit-box-shadow: 300px 0px 0 0 #000000 inset , -300px 0px 0 0 #000000 inset;
  box-shadow: 300px 0px 0 0 #000000 inset , -300px 0px 0 0 #000000 inset;
} 
small {
  font-size: calc(12px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important;
}
small span {
  margin-right: 10px;
}
.card-slider{
  display: none;
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-control-prev {
  left: 0px;
  bottom: 0px;
}
.carousel-control-next {
  right: 0px;
  bottom: 0px;
}
.nav-item {
  margin-right: 0px ;
}
  .nav-pills{
    display: flex;
  }
  .toggler{
    margin-top: 1.5rem!important;
    display: inline;
    margin: auto;
  }
  .nav-pills{
    display: flex;
  }
  .display{
    display: none;
    opacity: 0;
  }
  .display-sm{
    display:block;
  }
  .premium-height {
    margin-top: 0px;
    height: 740px;
}
}


@media (min-width: 992px) {   

.logo{
  max-width: 70%;

}
.nav{
  display: contents;
}

.pricing {

  min-width: 300px;

}

}


@media (min-width: 767.98px) {

    .card-slider{
      display: none;
    }

    .carousel-indicators {
      bottom: 0px;
    }
    .carousel-control-prev {
      left: 0px;
      bottom: 0px;
    }
    .carousel-control-next {
      right: 0px;
      bottom: 0px;
    }
}

/************************IMPRESSUM************************/

.link-impressum{
  text-decoration: none;
  color: #941532;
}
.link-impressum:hover{
  text-decoration: none;
  color: #941532;
  font-weight: bold;
}


@media screen AND (max-width:361px){
  .navbar-brand {
        max-width: calc(100% - 60px);
  }

  .headline{
        font-size: 1.5rem;
  }
}