@charset "utf-8";

@import url('/resources/css/fonts.css');
@import url('/resources/css/colors.css');

body {
  color: #555;
  background-color: #FAFAFA;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizeLegibility;
  word-wrap: normal;
}


h1, .h1 {
	font-size: calc(1.5rem + 1.5vw);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.5em;
}


h1 em {
	display: block;
	font-weight: 400 !important;
	font-size: 60%;
	font-style: normal;
	line-height: 1.45;
	padding-left: 0.1em;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: var(--color-01);
  margin: 0 0 0.5em 0;
}

p + h2, p + .h2, ul + h2 {
  margin: 2rem 0 0.5em 0;
}


h3, .h3 {
	font-size: 1.4rem;
	color: var(--color-25);
	margin-bottom: 1rem;
}


strong {font-weight: 600;}

.big {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  color: var(--color-01);
}
.big2 {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 600;
  color: var(--color-01);
}

.big2-ws {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 600;
  color: var(--color-09);
}


.small-1 {
  font-size: 80%;
  line-height: 1.2;
}

.tgc {
	display: inline-block;
	background: linear-gradient(to bottom right, #dd9933, #028337);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;	
	color: #dd9933;
}

.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w600 {font-weight: 600;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}


.ts1 {
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.36),1px 1px rgba(0, 0, 0, 0.53)!important;
}

.txt-box {border-radius: 7px;}



blockquote p::before {
	content: '»';
	color: #d3beb1;
	position: absolute;
	font-size: 35px;
	margin-top: -17px;
	margin-left: -20px;
}

blockquote p::after {
	content: '«';
	color: #d3beb1;
	font-size: 35px;
	position: absolute;
	margin-top: -17px;
	margin-left: 5px;
}



figure {
  margin: 0;
}

a {
  color: var(--color-15);
}

a:hover {
  color: var(--color-01);
}



/* --- SM Icons -------- */


.tel-icon-ws::before {
	content: ' ';
	position: relative;
	display: inline-block;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	top: 6px;
	background-image: url('/resources/images/tel-icon-ws.svg');
	background-repeat: no-repeat;
	background-size: contain;
}


.mail-icon-ws::before {
	content: ' ';
	position: relative;
	display: inline-block;
	height: 28px;
	width: 28px;
	margin-right: 8px;
	top: 6px;
	background-image: url('/resources/images/mail-icon-ws.svg');
	background-repeat: no-repeat;
	background-size: contain;
}



.icon1 {
	display: inline-block;
	height: 28px;
	width: 28px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 5px 20px 5px 3px;
}

.fb-icon-ws {
	background-image: url('/resources/images/fb-icon-ws.svg');
}
.insta-icon-ws {
	background-image: url('/resources/images/insta-icon-ws.svg');
}
.video-icon {
	position: relative;
	display: inline-block !important;
	padding-right: 46px;
	text-decoration: none;
	background: #ffffff87;
	border-radius: 3rem;
	padding-left: 5px;
	margin-top: 5px;
	font-size: 1.6rem;
}
.video-icon:hover {
	background: #fff;
}
.video-icon::after {
	content: ' ';
	position: absolute;
	display: block;
	height: 39px;
	width: 39px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-image: url('/resources/images/video-icon-v2.svg');
	background-repeat: no-repeat;
	background-size: contain;
}



@keyframes fadeIn-bg1 {
  0% {
    background-color: rgba(255,255,255,0);
  }

  100% {
    background-color: rgba(255,255,255,0.7);
  }
}

.fadeIn {
  animation-name: fadeIn-bg1;
  animation-delay: 2s;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}



/* --- Listen -------- */

main ul.u1, main ul.u2 {
  list-style-type: none;
  list-style-position: outside;
  display: block;
  padding-left: 1rem;
  margin-bottom: 2rem;
}


main ul.u1 li {
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.5rem;
}

main ul.u2 li {
  position: relative;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 2.5rem;
}


main ul.u1 li::before {
  content: ' ';
  position: absolute;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  top: 0.5em;
  left: 0;
  background-color: var(--color-25);
}

main ul.u2 li::before {
  content: '';
  position: absolute;
  height: 28px;
  width: 28px;
  top: 0.25em;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' fill='hsl(145,69%,30%)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M15.354 2.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L8 9.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3Cpath fill-rule='evenodd' d='M8 2.5A5.5 5.5 0 1 0 13.5 8a.5.5 0 0 1 1 0 6.5 6.5 0 1 1-3.25-5.63.5.5 0 1 1-.5.865A5.472 5.472 0 0 0 8 2.5z'/%3E%3C/svg%3E");	
  background-repeat: no-repeat;
  background-size: 100% 100%;
}



/* ---- Sitemap SEO --------------------------- */

#sitemap {
  padding: 2rem 0;
}

#sitemap > ul > li > a {
  font-weight: bold;
  font-size: 1.8rem;
}
#sitemap > ul > li {
  padding-top: 1rem;
}
#sitemap ul ul a {
  font-weight: 400;
  font-size: 1.5rem;
}
#sitemap ul ul ul a {
  font-weight: 600;
  font-size: 1rem;
}

#sitemap .warning { color: red; }

#sitemap span { font-size: 0.8rem; }

#sitemap ul { list-style: none; }

.seositemapedit {
	color: #ccc;
	font-size: 1rem !important;
	font-weight: 300 !important;
	padding-left: 10px;
	text-decoration: none;
}


/* ----- Buttons ------------------------- */


.btn {
  margin-top: 1rem;
}

.btn-10 {
  font-weight: 700;
  background-color: #fff;
  border-color: var(--color-15);
  color: var(--color-15);
  padding: 0.2rem 2.5rem;
  font-size: 1.25rem;
  border-radius: 3rem;
  box-shadow: 2px 2px 9px rgba(0,0,0,0.2);	
}
.btn-10:hover {
  background-color: var(--color-15);
  color: #fff;
}

.btn-11 {
  font-weight: 700;
  background-color: var(--color-25);
  border-color: var(--color-25);
  color: #fff;
  padding: 0.2rem 2.5rem;
  font-size: 1.25rem;
  border-radius: 3rem;
}
.btn-11:hover {
  background-color: #fff;
  color: var(--color-25);
}

.btn-12 {
	font-weight: 600;
	background-color: #fff;
	border-color: var(--color-15);
	color: var(--color-15);
	padding: 0.2rem 2.5rem;
	font-size: 1rem;
	border-radius: 3rem;
	box-shadow: 2px 2px 9px rgba(0,0,0,0.2);
}
.btn-12:hover {
	background-color: var(--color-15);
 	color: #fff;
}

.btn-30 {
  position: relative;
  display: inline-block;	
  color: var(--color-15);
  font-weight: 400;
  padding: 0 1.9em 0 0;
  margin: 0;
  outline: none;
  font-size: 100%;
  text-decoration: none;
}

.btn-30:hover {
  color: var(--color-10);
  text-decoration: underline;
}

.btn-30::after {
  content: '';
  position: absolute;
  display: block;
  height: 2rem;
  width: 50px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;		
  background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-arrow-right-short' fill='hsl(4, 69%, 48%)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.793 8 8.146 5.354a.5.5 0 0 1 0-.708z'/%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H4.5A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.btn-30:hover::after {
  right: -3px;
}

.btn-big {
	position: relative;
	font-weight: 700;
	background-color: var(--color-25);
	border-color: var(--color-25);
	color: #fff;
	padding: 0.5rem 4.5rem;
	font-size: 1.5rem;
	border-radius: 3rem;
	box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.4);
}
.btn-big:hover {
	background-color: #fff;
	color: var(--color-25);
}


.arrow-light::after {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 50px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-arrow-right-short' fill='hsl(145, 70%, 88%)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.793 8 8.146 5.354a.5.5 0 0 1 0-.708z'/%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H4.5A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
}


/* ---- Container ----------------------- */

main {
	min-height: 100vh;
	overflow: hidden;
}

.nav-light main { min-height: 90vh; padding-top: 5rem; }


.inner-container {
  overflow: hidden;
}



/* --- IMG u TXT nebeneinander --- */

.imgtxt-flex {
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.imgtxt-flex figure img {
  width: 100%;
  height: auto;
}

.txt-box-1 {
    flex: 1;
	position:relative;
}

a.txt-box-1 {
	color: #555;
	text-decoration: none;
}
a.txt-box-1:hover {
	color: #555;
	text-decoration: underline;
}


a.txt-box-1::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='hsl(30, 97%, 47%)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z'/%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 0;
	transition: all 0.3s ease 0s;
}
a.txt-box-1:hover::after {
	margin-left: 10px;

}


.txt-kurz {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e75b01;
    color: #fff;
    padding: 0 7px;
    font-size: 1rem;
	z-index: 10;
}



/* ---- Teaser 410 ------------------------------- */

.teaser-wrapper-title {
	font-size: 2.5rem;
	padding-bottom: 1rem;
	color: var(--color-25);
	font-weight: 300;		
}

.teaser-410, .img-txt-grid {
  position: relative;
  display: block;
  border: none;
  margin-bottom: 1.5rem !important;
  padding: 7px;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none !important;
}

.teaser-410 .card-body, .img-txt-grid .card-body {
  padding: 0.5rem 0 0 0;
  min-height: 2rem;
  text-align: left;
}

.teaser-410 .card-body::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  right: 7px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='hsl(4, 69%, 48%)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z'/%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.teaser-410 picture {
  position: relative;
  display: block;
}

/* ---- Headline auf Teaser-Bild optional ------ */
.teaser-410 picture .h-on-img {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0.2em 1rem;  
	background-color: rgba(255, 255, 255, 0.28);
	text-decoration: none !important;
}


.teaser-410 img, .img-txt-grid img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.teaser-410 h3, .img-txt-grid h3 {
  font-size: calc(1.2rem + .2vw);
  color: var(--color-15);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.teaser-410:hover h3 {
  text-decoration: underline;
}

.teaser-410 p, .img-txt-grid p {
  font-size: 0.9rem;
  color: #111;
}

.teaser-410 .hoverlayer::after {
  content: "mehr Infos";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-25);
  color: #fff;
  font-size: 2rem;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  transition: opacity 0.4s ease-out 0s;
  opacity: 0;
}

.teaser-410:hover .hoverlayer::after {
  opacity: 0.8;
}


.teaser-410 .media-format {
	display: inline-block;
	position: relative;
	top: 1px;
	background-color: var(--color-15);
	color: #fff;
	padding: 0 3px;
}

.product-tag-allocated {
    font-size: 11px;
    color: #eee;
}
.teaser-410:hover .product-tag-allocated { color: #737373;   }



/* ---- Teaser Quer ---------------------------- */

.teaser-quer {
  position: relative;
  display: block;
  border: none;
  margin-bottom: 1.5rem !important;
  padding: 7px;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.25);
}
.teaser-quer:hover {
	box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.25);
}

.-ALT-teaser-quer .card-body::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  right: 7px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='hsl(0, 0%, 70%)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z'/%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


.teaser-quer picture {
  position: relative;
  display: block;
  margin-bottom: 3px;	
}

.teaser-quer img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  border-radius: 4px;	
}

.teaser-quer .card-body {
	padding: 0 0 1rem 0.5rem;
	min-height: 2rem;
	text-align: left;
}

.teaser-quer h3 {
	font-size: calc(1.0rem + .2vw);
	color: var(--color-05);
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 0.4rem;
}

a.teaser-quer:hover h3 {
  text-decoration: underline;
}

.teaser-quer p {
  font-size: 0.8rem;
  color: #111;
}

.teaser-quer .media-format {
	color: var(--color-25);
	font-weight: 300;
	line-height: 1;
	margin-bottom: 4px;
}


.teaser-quer .product-price {
	position: absolute;
	bottom: 3px;
	right: 18px;	
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--color-05);
}

.teaser-quer .product-tag-allocated {
	display: block;
	position: absolute;
	left: 3px;
	bottom: 1px;
	font-size: 11px;
	color: #ccc;
}

.teaser-quer .product-tag-allocated {
	display: inline-block;
	position: absolute;
	left: 3px;
	bottom: 1px;
	font-size: 11px;
	color: transparent;
	width: auto;
}
.teaser-quer .product-tag-allocated:hover  { 
	color: #555;
	background-color: #fff;
}



/* ---- Teaser 500 ---------------------------------------- */

.teaser-500 {
	width: 100%;
	overflow: hidden;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	text-decoration: none;
	border: none;
	color: var(--color-04);
}


.transp-bg .teaser-500 {
	background-color: rgba(255, 255, 255, 0.87);
}


/* ---- Produkt Details  --------------------------- */

.product-details {
	display: flex !important;
}

.product-details img {
	width: 100%;
	height: auto;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4), 8px 8px 14px rgba(0, 0, 0, 0.20);
}

.product-details .product-format {
	display: block;
	font-size: 1.7rem;
	font-weight: 300;
}

.product-details .product-price {
	display: inline-block;
	margin-right: 2rem;
}


.btn-order {
	display: inline-block;
	position: relative;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	background-color: var(--color-25);
	border: 1px solid var(--color-25);
	padding: 0.2rem 2.5rem;
	border-radius: 3rem;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-order:hover {
	background-color: #fff;
	color: var(--color-25);
}


/* ---- Cols gleiche Hoehe u. Zentrierung Inhalt ----------- */

.row.equal-height > div {
  display: flex;
}

.row.equal-height p {

}

.inner-col {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  border-radius: 4px;
}

.content-col {
  z-index: 10;
  width: 100%;
}

/* ---- Ausrichtung eines Containers innerhalb inner-col ----------- */

.center-y  .inner-col {
  align-items: center;
}

.center-x  .inner-col {
  justify-content: center;
}

.center-xy .inner-col {
  justify-content: center;
  align-items: center;
}

/* ---- horiz. zentr. Text -------- */
.t-align-center .content-col {
  text-align: center;
}

.align-column-center {
  flex-direction: column;
  justify-content: center;
}


/* -- IMG im Container -- */
img.object-fit {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

	
	

/* ----- fullpicture BG (alt)  ------------------------------- */

.fullpic-wrapper {
  position: relative;
  overflow: hidden;
}


.fullpic-txt h1 {
  font-size: 3rem;
  font-size: calc(1.8rem + 2.5vw) !important;
  font-weight: 700 !important;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px rgba(0,0,0,0.4);
  margin: 0;
}

.fullpic-txt h1 em {
  display: block;
  font-weight: 300 !important;
  font-size: 54%;
  font-style: normal;
  line-height: 1.45;
  padding-left: 0.1em;	
}



.fullpicture {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: -1;
}

.fullpic-wrapper .fullpicture {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}

.fullpic-wrapper .fullpicture.rellax {
  height: 700px;
}

.fullpic-txt {
  display: flex !important;
}

.fullpic-txt .flex-content {}

.img-fixed {
  background-attachment: fixed !important;
}

.fullpicture.layer1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background-color: hsla(0, 0%, 0%, 0.25);
}

.fullpicture.layer2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background-color: hsla(207, 100%, 17%, 0.17);
}

.wrapper {
  position: relative;
}





/* ----- fullpic2 TXT on IMG ------------------------------------ */

.fullpic2-txt-wrapper {
	position: relative;
	overflow: hidden;
}

.fullpic2-img-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.img-fit {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fullpic2-txt-container {
	position: relative;
	padding: 0;
}

.fullpic2-txt {
	padding: 0.75rem;
}


.fullpic2-txt h1 {
	font-size: 3rem;
	font-size: calc(1.9rem + 2.5vw);
	font-weight: 700 !important;
	line-height: 1.2;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,0.4),2px 4px 9px rgba(0,0,0,0.4);
	margin: 0;
}

.fullpic2-txt h1 em {
  display: block;
  font-weight: 400 !important;
  font-size: 60%;
  font-style: normal;
  line-height: 1.45;
  padding-left: 0.1em;	
}


.fullpic2-img-container.layer1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  background-color: hsla(0, 0%, 0%, 0.25);
}
.fullpic2-img-container.layer2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  background-color: hsla(144, 57%, 17%, 0.30);
}
.fullpic2-img-container.layer3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  background-color: hsla(28, 98%, 46%, 0.66);
}


/* ----- Text-Pos = Flexbox ------------- */

.fpos-txt-x2y2 {
	justify-content: center; 
	align-items: center;
}

.fpos-txt-x1y2 {
	justify-content: flex-start;
	align-items: center;
}

.fpos-txt-x1y3 {
	justify-content: flex-start;
	align-items: end;
}

.fpos-txt-x2y3 {
	justify-content: center;
	align-items: end;
	bottom: 4rem;
}

.fpos-txt-x3y2 {
	justify-content: end;
	align-items: center;
}

.fullpic2-txt-wrapper.element-1::after {
  content: "";
  position: absolute;
  height: calc(50px + 10vw);
  width: 60%;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: 100% 100%;	
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='700' height='200' preserveAspectRatio='none' viewBox='0 0 700 200'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1042%26quot%3b)' fill='none'%3e%3cpath d='M-134.25 49.12C-60.96 50.65 29.08 145.49 141.4 149.12 253.72 152.75 239.92 222.97 279.23 225.46' stroke='rgba(255%2c 255%2c 255%2c 0.28)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-43.42 100.51C7.33 100.56 57.32 125.51 158.05 125.51 258.79 125.51 256.58 100.05 359.52 100.51 462.46 100.97 503.74 206.8 560.99 210.29' stroke='rgba(255%2c 255%2c 255%2c 0.30)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-68.07 172.02C4.49 171.45 72.05 99.98 213.13 100.02 354.2 100.06 418.08 216.04 494.32 218.42' stroke='rgba(255%2c 255%2c 255%2c 0.15)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-52.31 114.71C-1.46 114.76 48.62 139.71 149.55 139.71 250.48 139.71 249.11 114.49 351.41 114.71 453.71 114.93 497.88 204.3 553.27 206.42' stroke='rgba(255%2c 255%2c 255%2c 0.27)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-80.66 38.91C-18.81 39.92 27.93 113.57 154.16 116.91 280.38 120.25 324.42 222.24 388.97 224.78' stroke='rgba(255%2c 255%2c 255%2c 0.28)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1042'%3e%3crect width='700' height='200' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");	
	
}





/* ------ Headline auf Bild-Streifen - Modul -------------- */ 


.img-headline {
	position: relative;
	padding: 4em;
}

.img-headline figcaption {
	text-align: center !important;	
} 



/* ------ mind. Height ---------------------------- */ 

.height-dyn1 {
	height: calc(0.44 * 100vw);
	min-height: 28rem;
	max-height: 75vh;
}

/* --- 16/9 --- */ 
.height-dyn2 { 
	height: calc(0.56 * 100vw);
	min-height: 24rem;
	max-height: 100vh;
}


.height-10 {
  min-height: 15rem;
}

.height-20 {
  min-height: 25rem;
}

.height-30 {
  min-height: 30rem;
}

.height-50vh {
  min-height: 55vh;
}

.height-70vh {
  min-height: 75vh;
}

.height-100vh {
  min-height: 100vh;
}




/* --------- width Container  -------------- */


.w1 {
  max-width: 750px;
  padding-left: 15px;
  padding-right: 15px;
}

.w2 {
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
}

.w3 {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.w4 {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.w100 {
  width: 100%;
  overflow: hidden;
}


/* ----- width img  ------ */

.img-w20 {
  width: 20%;
  height: auto;
  min-width: 150px;
}

.img-w25 {
  width: 25%;
  height: auto;
  min-width: 150px;
}

.img-w33 {
  width: 33%;
  height: auto;
  min-width: 150px;
}

.img-w50 {
  width: 50%;
  height: auto;
  min-width: 370px;
}

.img-w67 {
  width: 67%;
  height: auto;
}



/* ---- Linien ----------------------------------------- */


.hline-1 {
  border-bottom: 1px solid #384452;
  margin: 40px 0 20px;
}

.hline-2 {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 25px;
}

.hline-3 {
  display: block;
  width: calc(100px + 45vw);
  margin-left: 50%;
  margin-top: 2rem;
  transform: translateX(-50%);
  height: 1px;
  border: none;
  background-color: #333;
  background-image: linear-gradient(to right, #ddd, #8c8482, #ddd);
}


/* --- Linien-Auswahl in Modulen, class an inner-col oder inner-container --- */



.border-1 {
  border: 1px solid var(--color-15);
  border-radius: 3px;
}

.border-2 {
  border: 1px solid var(--color-06);
  border-radius: 3px;	
}

/* --- border innen --- */
.border-3 {
  border: 1px solid rgba(255,255,255,0.4);
  margin: 8px;
}

.border-left-1 {
  border-left: 1px solid var(--color-06);
}

.border-left-2 {
    border-left: 1px solid var(--color-15);
} 

.border-left-3 {
  border-left: 5px solid var(--color-06);
}

.border-bottom-1 {
  border-bottom: 2px solid var(--color-06);
  padding-bottom: 1rem;
}

.line-bottom-1::after {
  content: "";
  display: block;
  background-color: var(--color-06);
  height: 1px;
  width: 100%;
  margin: 1.5rem 0 1.35rem 0;
}

.line-bottom-2::after {
  content: "";
  display: block;
  background-color: var(--color-06);
  height: 3px;
  width: 34%;
  margin-top: 2rem;
}

.line-bottom-3::after {
  content: "";
  display: block;
  background-color: var(--color-06);
  height: 3px;
  width: 30%;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.txt-border {
	border: 1px solid rgba(255,255,255,0.5);
	padding: 1rem 5px;
}


/* ---- allgem. Styles ------------------------------------------ */


.img-l1 {
	float: left;
	margin-right: 15px;
	max-width: 130px;
	height: auto;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.4);
}
.img-l2 {
	float: left;
	margin-right: 15px;
	max-width: 200px;
	height: auto;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.4);
}
.img-r1 {
	float: right;
	margin-left: 10px;
	max-width: 130px;
	height: auto;
	box-shadow: -3px 3px 7px rgba(0,0,0,0.4);
}
a:hover .img-l1, a:hover .img-l2, a:hover .img-r1 {
	border: 1px solid var(--color-15);
}



.img-fluid {
  border-radius: 3px;
}

.figcaption-1 {
  text-align: center;
  font-size: 80%;
  padding: 0.3rem;
}

.figcaption-2 {
  text-align: center;
  font-size: 80%;
  padding: 0.3rem;
  background-color: #efefef;
}

.figcaption-1 p, .figcaption-2 p {
  margin: 0;
}

.cols-x {
  column-gap: 1.5rem;
  column-width: 30rem;
}


.cols-x2 {
  column-gap: 1.5rem;
  column-width: 33rem;
  column-rule-style: dashed;
  column-rule-width: 1px;
  column-rule-color: #02833761;
}


.mt-7 {
  margin-top: 5rem;
}

.py-6 {
  padding: 8rem 0 1rem 0;
}

.pb-70p {
  padding-bottom: 70%;
}

.box-shadow-1 {
  box-shadow: 5px 5px 15px 0px rgba(155,155,155,0.25);
}
.box-shadow-2 {
	box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.25);
}



#scroll-top-button {
  position: fixed;
  right: 3px;
  bottom: 46px;
  width: 40px;
  height: 40px;
  background-color: rgba(0,40,0,0.3);
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' class='bi bi-arrow-up-short' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M7.646 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8 5.707 5.354 8.354a.5.5 0 1 1-.708-.708l3-3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 1s ease-in 0s;
  z-index: 1000;
}

#scroll-top-button:hover {
  background-color: rgba(0,0,0,0.6);
}

.no-top #scroll-top-button {
  opacity: 1;
}





/* ---- mouseover Layer ----------- */

.hoverlayer-2 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: rgba(244,152,4,1);
	background: radial-gradient(ellipse at center, rgba(244,152,4,1) 0%,rgba(244,152,4,1) 5%,rgba(244,152,4,0) 65%,rgba(244,152,4,0) 100%);
	color: #fff;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	transition: opacity 0.4s ease-out 0s;
	opacity: 0;
}
.hover-wraper {
	position: relative;
	display: block;
}
.hover-wraper:hover .hoverlayer-2 {
	opacity: 1;
}

.hoverlayer-3 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: hsl(145, 97%, 26%, 0.5);
    background: linear-gradient(to bottom, hsla(145,97%,26%,0.72) 0%,hsla(93,97%,28%,0.1) 100%);
	color: #fff;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	transition: opacity 0.4s ease-out 0s;
	opacity: 0;
}

.hover-wraper {
	position: relative;
	display: block;
}
.hover-wraper:hover .hoverlayer-3 {
	opacity: 1;
}


/* ---- Nav Bar  -------------------------------------------------------------- */


#navbarMain {
	padding: 0.5rem 0;
	max-height: calc(100vh - 7rem);
	overflow-y: scroll;
	scrollbar-width: thin;
}


#top-trigger {
	height: 3px;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	z-index: 0;
}

.navbar {
	position: fixed;
	background-color: rgba(0,0,0,0.15);
	top: 0px;
	left: 0px;
	height: auto;
	width: 100%;
	padding: 0;
	z-index: 1000;
	border-bottom: 1px solid #ffffff30;
	transition: background-color 0.7s;
}
.no-top .navbar, .nav-show .navbar {
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4) !important;
	background-color: #fff;
}
.nav-light .navbar {
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	background-color: #fff;
}



.navbar-toggler {
	border: none;
	background-color: #fff3;
}
.navbar-toggler:hover {
	background-color: rgba(0,0,0,0.04);
}

.navbar-toggler:focus {
    box-shadow: 0px 0px 0px 1px #ccc;
}

.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 10, 20, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand {
	width: 67px;
	height: 54px;
	margin: 5px 2rem 5px 0;
	background-image: url('/resources/images/logo-abetz_drescher.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	transition: all 0.4s ease 0s;
}

.no-top .navbar-brand {
	width: 67px;
	height: 54px;
}


.navbar-nav .navbar li {
	margin: 0;
}


.navbar-nav .nav-link {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 600;
	padding: 6px 0.8em !important;
	text-transform: uppercase;
}

.no-top .nav-link, .nav-show .nav-link, .nav-light .nav-link {
	color: #555;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	color: #fff;
}

.nav-light .navbar-nav .nav-link:hover,
.nav-light .navbar-nav .nav-link:focus,
.no-top .navbar-nav .nav-link:hover,
.no-top .navbar-nav .nav-link:focus,
.nav-show .navbar-nav .nav-link:hover,
.nav-show .navbar-nav .nav-link:focus {
	color: var(--color-25);
}


.navbar-nav .active > .nav-link {
	color: #fff;
}
.no-top .navbar-nav .active > .nav-link,
.nav-light .navbar-nav .active > .nav-link,
.nav-show .navbar-nav .active > .nav-link {
	color: var(--color-25);
}

.dropdown-menu {
	background-color: #fff;
	border: none;
	border-radius: 0;
	padding: 1rem;
	margin: 0;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.5);
}


.dropdown-item {
	color: #333;
	padding: .15rem 0;
	font-weight: 600;
}


.dropdown-item:hover, .dropdown-item.active {
	color: var(--color-25);
	background-color: transparent;
}


.lang-switch {
    background-color: rgba(255,255,255,0.5);
    padding: 0 3px;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 0.75rem;
}


/* ------- Formular doForm ------------------------- */


form.formgen, .formthanks, .forminfo {
	display: block;
    max-width: 1000px;
    margin: 1rem auto;
	padding: 15px;
}

.forminfo {
	color: rgb(200,50,50); 
	border: 1px solid rgb(200,50,50); 
}

.formthanks {
	border: 1px solid #ff6400;
	margin-bottom: 4rem;
	border-radius: 5px;
}


.formblock {margin-bottom: 18px;}


.formgen label {
    width: 10rem;
    vertical-align: top;
}

.formgen input.formtext {
	min-width: 100%;
	border: 1px solid #ccc;
}

.formgen textarea.formtextfield {min-width: 100%; margin-bottom: 2rem;}

.formgen .checkspan {
	padding: 1rem 0;
	display: block;
}

.formgen .checkspan label {
    width: auto;
    vertical-align: top;
    display: inline;
}



/* ------- Modal-Inhalt u. Modal-Teaser ------------------------- */


.modal-backdrop.show {
	opacity: 0.95;
}

.modal-backdrop {
	background-color: #e8fef2;
}




/* ---- Links zu Unterkategorien u. Geschwisterartikeln  -------------------- */

.breadcrumb {
	margin-bottom: 2rem;
	font-weight: 400;
}
.breadcrumb-item.active {
	color: #111;
	font-weight: 600;
}

.breadcrumb a {text-decoration: none;}


.subcat-links {
	text-align: center;
	padding: 1.5rem;
	background-color: hsla(0, 0%, 100%, 0.6);
}

.sisters-links {
	text-align: center;
	padding: 1.5rem;
	background-color: hsla(0, 0%, 100%, 0.8);
}

.subcat-links-modal {
	text-align: left;
	background-color: var(--color-28);
	padding: 1.5rem 0.4rem;
	border-radius: 9px;
}
.sisters-links-modal {
	text-align: left;
	background-color: var(--color-28);
	padding: 1.5rem 0.4rem;
	border-radius: 9px;
	margin-bottom: 1.5rem;
}


.sisters-links h3, .sisters-links-modal h3, .subcat-links h3, .subcat-links-modal h3 {
	font-size: 1.1rem;
	color: var(--color-25);
	font-weight: 600;
	margin-bottom: 1rem;	
}

.sisters-links a, .sisters-links-modal a, .subcat-links a, .subcat-links-modal a {
	display: inline-block;		
	margin: 3px;
	padding: 0.2rem 1rem;
	font-size: 1.1rem;
	text-decoration: none;
	color: hsl(145, 29%, 26%);
	background-color: hsla(0, 0%, 100%, 0.5);
	border-radius: 30px;
}

.sisters-links a:hover, .sisters-links-modal a:hover, .subcat-links a:hover, .subcat-links-modal a:hover {
	background-color: hsla(0, 0%, 100%, 0.8);
}


/* ---- Links zu Unterkategorien - Modul-Out ---------------- */


.subcat-links-2 {
	text-align: center;
	padding: 0;
}


.subcat-links-2 a {
	display: inline-block;
	margin: 3px;
	padding: 0.2rem 1rem;
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background: linear-gradient(to bottom right, hsl(84, 62%, 43%), hsl(145, 87%, 27%));
	border-radius: 30px;
}
.subcat-links-2 a:hover {
	background: linear-gradient(to bottom right, hsl(145, 99%, 20%), hsl(84, 80%, 35%));
}



/* ---- Links zu Geschwisterartikeln  Modul-Out ---------------- */


.sisters-links-2 {
	text-align: center;
	margin-bottom: 6rem;
}


.sisters-links-2 a {
	display: inline-block;
	width: 100%;
	margin: 15px 0;
	padding: 0.2rem;
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background-color: hsl(145, 25%, 45%);
	border-radius: 10px;
	text-align: center;
}

.sisters-links-2 a:hover {
	background-color: hsl(145, 70%, 20%);
}




/* ------- Slider ------------------------------------ */

.slider-item-show-n { --swiffy-slider-item-count: 1 !important; } 


.swiffy-slider li a::after {
	content: ' ';
	position: absolute;
	display: block;
	height: 22%;
	width: 22%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-image: url('/media/play-btn-gruen-opt.svg');
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s ease 0s;
}
.swiffy-slider li a:hover::after {
	height: 30%;
	width: 30%;
}

.slider-indicators {
	bottom: 8px;
}

.slider-indicators > * {
	opacity: .3;
}

.slider-container .card {
	background-color: transparent;
    font-size: 85%;
}
.slider-container .card p {
	margin-bottom: 0.5em;
}


.plyr {
	margin-bottom: 0.3rem;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	z-index: 10;
}



/* ------- glightbox ------------------------------------ */


#glightbox-body .goverlay {
	background: rgba(0, 0, 0, 0.88);
}

.glightbox-clean .gclose svg {
	width: 27px;
}

.glightbox-clean .gslide-description {
    background: transparent !important;
    color: #fff !important;
}

.glightbox-clean .gdesc-inner {
    padding: 5px !important;
}

.gslide-image img {
    max-height: 85vh !important;
}

a.glightbox3 {
	display: block;
}

.swiffy-slider .glightbox3  {
	box-shadow: 0px 2px 5px #00000042;
}



/* ------- Grid ---------------------------------------- */


.grid1  {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  grid-template-rows: masonry;
  padding: 1rem;
}

.grid-item-1 {
  background: linear-gradient(to bottom right, hsl(40, 45%, 91%), hsl(32, 56%, 95%) );
  border: solid 1px hsl(40, 45%, 91%);
  padding: 1em;
  box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.1);
}


.grid-item-1  p em {
  font-style: italic;
  font-size: 85%
}
.grid-item-1  p br + em {
  color: #8c8067;;
}




/* ------- Video  ---------------------------------------- */

.player-wrapper .plyr {
  margin-bottom: 1rem;
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff5e)));
}




/* ------- Footer ------------------------------------------------------- */


.footer-wrapper {
  overflow: hidden;
  padding: 0 0 2rem 0;
  background-image: url('/resources/images/footer-bg1.jpg');	
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


.footer {
  position: relative;
  overflow: hidden;
}


.footer h5 {
  color: rgba(255,255,255,0.9);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}


.footer a, .footer p {
  color: rgba(255,255,255,0.85);
  font-size: 1rem;
}

.footer a:hover {
  color: rgba(255,255,255,1);
}


/* ------- Breakpoints ----------------------------------- */


@media (min-width: 576px) {

  .mb-7 {margin-bottom: 15% !important; }

  .w-sm-20 {width: 20%;}
  .w-sm-25 {width: 25%;}
  .w-sm-30 {width: 30%;}
  .w-sm-45 {width: 46%;}
  .w-sm-50 {width: 50%;}
  .w-sm-70 {width: 70%;}
	
  .ml-sm-8pz {margin-left: 8% !important;}
  .mr-sm-8pz {margin-right: 8% !important;}

  .imgtxt-flex figure.img-sm-fit {
    position: relative;
    min-height: 8rem;
  }

  .imgtxt-flex figure.img-sm-fit img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  #compass-modal .modal-dialog {
    max-width: 80%;
	margin: 1.75rem auto;
  }	

	
}

@media (max-width: 768px) {
	
	/* --- fullpic2: Txt auf IMG pos = unten mit BG  --- */

	.fpos-txt-bottom {
		justify-content: flex-start !important;
		align-items: end !important;
	}
	
	.fpos-txt-bottom .fullpic2-txt {
		background-color: rgba(0,0,0,0.2);
		width: 100%	
	}

}	
	

@media (min-width: 768px) {
	
  .content-col { width: auto;}
   
  .formgen input.formtext { min-width: 24rem; }
  
  .formgen textarea.formtextfield {min-width: 24rem;}  

  .fpos-txt-x1y2 .fullpic2-txt {width:72%}

  .slider-item-show-n { --swiffy-slider-item-count: 3 !important; } 
	
}	
	
	
	
@media (min-width: 1200px) {

  .nav-light main {	min-height: 90vh; padding-top: 7rem; }	
	
  .navbar-brand {
	  width: 115px;
	  height: 85px;
  }	


  #navbarMain {
	overflow-y: visible;
  }	
	
  .top #navbarMain.show {
	  background-color: transparent;
	  box-shadow: none;
  }

  .slider-item-show-n { --swiffy-slider-item-count: 5 !important; } 
	
}


/* -----------  Masonry Gallery  ----------- */


.masonry {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px,1fr));
  grid-gap: 25px;
  grid-auto-rows: 0;
}

.masonry-item img {
	width: 100%;
	height:auto;
	vertical-align: middle;	
transform: scale(1.0);
-webkit-transition: transform 0.7s ease 0s;
transition: transform 0.7s ease 0s;
}

.masonry-item:hover img {
transform: scale(1.25);
}



@media only screen and (max-width: 991px) and (min-width: 620px) {
  .masonry { grid-template-columns: repeat(2, minmax(100px,1fr));  }
}
@media only screen and (min-width: 992px) {
  .masonry { grid-template-columns: repeat(3, minmax(100px,1fr)); }
}
@media only screen and (min-width: 1200px) {
  .masonry { grid-template-columns: repeat(4, minmax(100px,1fr)); }
}

.masonry-item, .masonry-content {
	display:block;
	border-radius: 3px;
	overflow: hidden;
}

