/******* PRODUKTE (KATEGORIE) ********/

.productkat{
	border:  1px solid #cfcfcf;
	margin-bottom: 20px;
}
.productkat h2 {
    color: #144E73;
    padding: 0px 20px;
    font-size: 1.25em;
    font-family: "Fira_Light";

}
.productkat .productheadline {
	min-height: 60px;
	display: flex;
	align-items: center;
}
.productkat .producttext p {
    margin-bottom: 0rem !important;
    color: #000;
}
.productkat .producttext {
	padding:  20px;
	min-height: 185px;
	font-family: "Fira_Regular";
}
.productkat .producttext a {
	text-decoration: none;
}

.producteng{
	border:  none;
	margin-bottom: 20px;
}
.producteng a {
	font-family: Fira_Regular;
	color: #707070;
	font-size: 18px;
}

.producteng .productheadline {
	min-height: 60px;
	display: flex;
	align-items: center;
}
.productpro h2::after {
  content: "";
  width: 130px;
  height: 3px;
  background: #95C11F;
  position: relative;
  display: block;
  bottom: -5px;
}
.productpro{
	border:  1px solid #cfcfcf;
	margin-bottom: 20px;
}
.productpro h2 {
    color: #144E73;
    padding: 0px 20px;
    font-size: 1.25em;
    font-family: "Fira_Light";

}
.productpro .productheadline {
	min-height: 60px;
	display: flex;
	align-items: center;
}
.productpro .producttext p {
    margin-bottom: 0rem !important;
	color: #144E73;
	font-family: Fira_Medium;
}
.productpro .producttext {
	padding:  20px;
	min-height: 185px;
	font-family: "Fira_Regular";
}
.productpro .producttext a {
	text-decoration: none;
}
.product-item {
  text-align:center;
}
.product-item h2 {
  color:#144e73;
  text-align: center !important;
  font-family: Fira_Regular;
  font-weight: normal;
  font-size: 4em;
  padding: 20px 0px 0px 0px;
}
.product-item .item-sub {
  background: #144e73;
  width: auto;
  background-color: #144e73;
  display: inline-block;
  color: #fff !important;
  width: auto;
  min-width: 150px;
  max-width: unset;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  font-family: Fira_Regular;
  font-weight: 300;
  font-size: 2.4em;
  border-radius: 0px;
  border: 0 none;
  outline: none;
  margin: 0px;
}

header h5 {
   font-family: Fira_Regular;
  border-bottom: 2px solid #144E73;
  color: #144e73;
  padding-bottom: 5px;
  margin:0px;
}

.menu-item {
  padding: 5px 30px 5px 0px;
  font-size: 22px;
  font-family: Fira_Regular;
}
.menu-product {
  border-bottom: 2px solid #144e73;
  padding-bottom: 10px;
  z-index: 4;
  position: relative;
  display: initial;
}
.product-name .sp-thumbs a:link {
  border: 1px solid #144e73;
}
.menuid {
  height: 50px;
}
.product-name {
  display: flex;
  flex-direction: column;
  font-family: Fira_Regular;
  border-bottom: 3px solid #144e73;
  padding-bottom: 61px;

}
.product-new .product-name h1 {
  
  margin: 90px 0px 10px 0px;
  color: #144e73;
  font-size: 8rem;
}
.product-new .product-name h1::before {
  content: '+';
  color: #00BFDF;
  font-family: ExtraLight;
  top: 52px;
  position: relative;
  font-size: 95px;
  left:  8px;
}
.product-new .product-name h1::after {
  content: '+';
  color: #95c11f;
  font-family: ExtraLight;
  top: -61px;
  position: relative;
  font-size: 95px;
}


.product-new .sp-wrap {
  max-width: 1000px;
  display: flex !important;
  margin: auto;
  padding: 30px 0px;
}
.product-new .product-subtitle {
  text-align: center;
  font-family: Fira_Regular;
  color: #144e73;
  font-size: 1.8rem;
  margin: 0px 200px;
}
.product-new .product-new-text {
  column-count: 2;
  color: #144e73;
  column-gap: 50px;
  text-align: justify;
}

.product-new .product-new-text a {
  color: #144e73;
}

/**************SLICK SLIDER*************/
.slickdefault .slick-prev::after {
  content: "\2039";
  text-indent: 0;
  display: block;
  color: #fff;
  line-height: initial;
  font-size: 107px;
  background: #144e73;

}

.slickdefault .slick-next::after {
  content: "\203A";
  text-indent: 0;
  display: block;
  color: #fff;
  line-height: initial;
  font-size: 107px;
  background: #144e73;

  
}

.image.slick-slide {
	border: 1px solid #cfcfcf;
    margin: 0px 10px;
}
.slick-slider figure figcaption {
  top: 0px;
  background: none;
  color: #144E73;
  font-size: 18px;
  position: absolute;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  font-family: Fira_Medium;
  height: fit-content;
}

