@charset "utf-8";

:root {
  --font-size-h1: clamp(2.3686rem, 1.8509rem + 2.3007vw, 4.0078rem);
  --font-size-h2: clamp(1.7769rem, 1.4943rem + 1.2561vw, 2.6719rem);
  --font-size-h3: clamp(1.3330rem, 1.1914rem + 0.6291vw, 1.7813rem);
  --font-size-body: clamp(1.0000rem, 0.9408rem + 0.2632vw, 1.1875rem);
	
  --text-shadow-1: 1px 1px rgba(0, 0, 0, 0.4), 3px 3px 6px rgba(0, 0, 0, 0.2);	

  --body-bg-color: #303030;
  --mask-bg-color: #eeeeee;
}


body {
    font-family: "Open Sans", sans-serif;
	font-size: var(--font-size-body);
    color: #f4f4f4;
	background-color: var(--body-bg-color);
    font-size: 18px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
	font-weight: 600;
    color: inherit;
    text-rendering: optimizelegibility;
    word-wrap: normal;
	margin: 2rem 0 .5em 0;
}


.h1,
h1 {
	font-size: var(--font-size-h1);
    font-weight: 600;
    line-height: 1.1;
}

.h2,
h2 {
	font-size: var(--font-size-h2);
    line-height: 1.3;
    font-weight: 300;
}


.h3,
h3 {
	font-size: var(--font-size-h3);
	font-weight: 400;
    color: var(--color-10);
}


p { margin-top: 0; margin-bottom: 1em; }



strong {
    font-weight: 600
}


figure {
    margin: 0
}

a {
    color: var(--color-25)
}

a:hover {
    color: var(--color-20)
}

a.hover-effect:hover {
    background-color: #d9d9d9
}



main {
    min-height: 100vh;
    overflow: hidden;
}

.nav-light main {
    min-height: 90vh;
    padding-top: 3.8rem
}


/* -------  Container-Breite --------------------- */

.w1,
.w2,
.w3,
.w4 {
    padding-left: 15px;
    padding-right: 15px
}

.w1 {max-width: 750px}
.w2 {max-width: 1000px}
.w3 {max-width: 1140px}
.w4 {max-width: 1400px}
.w100 {
	width: 100%;
    overflow: hidden
}


.inner-container {
    overflow: hidden
}


/* -------  Text -------------- */

.big,
.big2,
.big2-ws {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 400;
    color: var(--color-01)
}

.big2,
.big2-ws {
    font-weight: 600
}

.big2-ws {
    color: var(--color-09)
}

.small-1 {
    font-size: 80%;
    line-height: 1.2
}


.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: var(--text-shadow-1);}


.box-shadow-1 {
    box-shadow: 5px 5px 15px 0 rgb(155 155 155 / 25%)
}

.box-shadow-2 {
    box-shadow: 3px 3px 9px 0 rgb(0 0 0 / 25%)
}


.border-radius1 {
    border-radius: 21px
}

blockquote p::after,
blockquote p::before {
    content: "»";
    color: #d3beb1;
    position: absolute;
    font-size: 35px;
    margin-top: -17px;
    margin-left: -20px
}

blockquote p::after {
    content: "«";
    margin-left: 5px
}



.subline2 {
    display: block;
    font-size: var(--font-size-h3);
    font-weight: 700;
    line-height: 1.3;
    color: #a0a0a0;
    padding: 0.5rem 0;
}


.vertical-center {
  display: flex;
  align-items: center; /* Vertikale Zentrierung */
  flex-wrap: wrap;     /* Umbruch bei Bedarf */
  gap: 1rem 3rem;
}


.ls-wide-2 {
  letter-spacing: 0.2em;
}

/* -------   Paddings u Margins  --------------- */ 

.mt-6 {margin-top: 5rem}

.py-6 {padding: 5rem 0;}





/* -------   Buttons  --------------------------------- */


.btn {
    margin-top: 1rem
}

.btn-10 {
    font-weight: 700;
    background-color: #fff;
    color: var(--color-15);
    border: 1px solid var(--color-15);
    padding: .2em 2.5em;
    font-size: 1.25rem;
    border-radius: 3rem;
    box-shadow: 2px 2px 9px rgb(0 0 0 / 20%)
}

.btn-10.ar-l {
    padding-left: 1.5em;
}

.btn-10:hover {
    background-color: var(--color-15);
    color: #fff
}


.btn-40 {
    font-weight: 600;
    text-decoration: none;
    padding-left: 0 !important;
    padding-right: 1.8em;
    border-radius: 9px;
}

.btn-40:hover {
    color: var(--color-15);
    background-color: #efefef;
}


p.ar-d {
    display: inline-block;
    padding-right: 2.6em;
    color: var(--color-15);
}


/* -------   Pfeile arrow - light u. dark  --------------------------------- */

.ar-l,
.ar-d {
    position: relative;
}

.ar-l::after,
.ar-d::after {
    content: '';
    position: absolute;
    display: block;
    height: 62%;
    width: 12%;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.btn-10.ar-l::after {
    height: 40%;
}


.ar-l::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' version='1.1' viewBox='0 0 8 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 3.501a0.5 0.5 0 0 1 0.5-0.5h5.793l-2.147-2.146a0.5006 0.5006 0 1 1 0.708-0.708l3 3a0.5 0.5 0 0 1 0 0.708l-3 3a0.5006 0.5006 0 0 1-0.708-0.708l2.147-2.146h-5.793a0.5 0.5 0 0 1-0.5-0.5z' fill='%23abe7ff' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ar-d::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' version='1.1' viewBox='0 0 8 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 3.501a0.5 0.5 0 0 1 0.5-0.5h5.793l-2.147-2.146a0.5006 0.5006 0 1 1 0.708-0.708l3 3a0.5 0.5 0 0 1 0 0.708l-3 3a0.5006 0.5006 0 0 1-0.708-0.708l2.147-2.146h-5.793a0.5 0.5 0 0 1-0.5-0.5z' fill='%230096d1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ar-l:hover::after,
.ar-d:hover::after {
    right: 4px;
}




/* -------   img-txt-grid  --------------------------------- */


.img-txt-grid {
    position: relative;
    display: block;
    border: 0;
    margin-bottom: 1.5rem !important;
    padding: 7px;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none !important
}

.img-txt-grid .card-body {
    padding: .5rem 0 0;
    min-height: 2rem;
    text-align: left
}


.img-txt-grid h3 {
    font-size: calc(1.2rem + .2vw);
    color: var(--color-15);
    font-weight: 600;
    margin-bottom: .5rem
}

.img-txt-grid p {
    font-size: .9rem;
    color: #111
}

.img-txt-grid img {
    width: 100%;
    height: auto;
    flex-shrink: 0
}


/* -------   img-txt-flex  --------------------------------- */

.imgtxt-flex {
    display: flex !important;
    overflow: hidden;
    position: relative;
    border-radius: 21px;
}

.imgtxt-flex figure {
    position: relative;
    overflow: hidden;
}

.imgtxt-flex img {
    width: 100%;
    height: auto;
    border-radius: 21px;
    transition: transform 0.3s ease-in-out;
}


.imgtxt-flex .txt-box-1 {
    flex: 1;
    color: #555;
    position: relative
}


a.imgtxt-flex {
    text-decoration: none
}

a.imgtxt-flex:hover {
    box-shadow: 5px 5px 15px 0 rgb(100 100 100 / 25%)
}

a.imgtxt-flex:hover .txt-box-1 {
    text-decoration: underline
}

a.imgtxt-flex:hover img {
    transform: scale(1.2)
}

a.txt-box-1::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    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");
    margin-left: 0;
    transition: all .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 500  --------------------------------- */


.teaser-500 {
    width: 100%;
    overflow: hidden;
    border: 0;
    text-decoration: none;
    border-radius: 21px;
    border-bottom: 1px solid #e9e9e9
}

.teaser-500 figure {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.teaser-500 img.teaser-img {
    width: 100%;
    height: auto;
    transition: transform .3s ease-in-out
}

.teaser-500 h3 {
    color: inherit;
    font-size: 1.15rem;
	font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1;
}

.teaser-500.transp-bg {
    background-color: rgb(255 255 255 / 86%);
	animation: fadeIn 1.4s forwards; /* Animation ausführen */
}

/* Die Animation selbst */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


.teaser-500:hover img.teaser-img {
    transform: scale(1.15)
}

.teaser-500.transp-bg:hover {
    background-color: rgb(255 255 255 / 100%)
}



.taser-content {
    position: relative;
    width: 100%;
    z-index: 1
}



/* ---- Cols gleiche Hoehe u. Zentrierung Inhalt ----------- */

.row.equal-height>div {
    display: flex;
}


.content-col {
    z-index: 10;
    width: 100%;
}

/* ---- horiz. zentr. Text -------- */
.t-align-center .content-col {
    text-align: center;
}


/* ---- Ausrichtung eines Containers innerhalb inner-col ----------- */

.inner-col {
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 4px;
}

.center-y .inner-col {
    align-items: center;
}

.center-x .inner-col {
    justify-content: center;
}

.center-xy .inner-col {
    justify-content: center;
    align-items: center;
}

.align-column-center {
    flex-direction: column;
    justify-content: center;
}



/* ---- neu ab 2025 ------- */


.column-inner {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.column-text {width: 100%;}

.column-text > *:first-child {
    margin-top: 0;
}

.column-text > *:last-child {
    margin-bottom: 0;
}


/* -- IMG im Container -- */
img.object-fit {
    position: absolute;
    z-index: -1;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* -------  Fullpic 2 --------------------------------- */


.fullpic2-txt-wrapper {
    position: relative;
    overflow: hidden
}

.fullpic2-img-container {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.img-fit {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fullpic2-txt-container {
    position: relative;
    padding: 0
}

.fullpic2-txt {
    padding: .75rem
}


.fullpic2-txt h1 {
    font-weight: 600 !important;
    line-height: 1.1;
    color: #fff;
	text-shadow: var(--text-shadow-1);
    margin: 0;
}

.subline1 {
    display: block;
    font-size: var(--font-size-h3);
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
	text-shadow: 1px 1px rgb(0 0 0 / 40%), 3px 3px 6px rgb(0 0 0 / 20%);
    padding: 0.5rem 0;
}


/* -------  Layer over Fullpic 2 optional ----------------------- */

.fullpic2-img-container.layer1::before,
.fullpic2-img-container.layer2::before,
.fullpic2-img-container.layer3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.fullpic2-img-container.layer1::before {
    background: linear-gradient(to bottom, rgb(2 54 109 / 43%)0, rgb(2 54 109 / 0%) 30%, rgb(2 54 109 / 0%) 100%);
}

.fullpic2-img-container.layer2::before {
    background-color: rgb(19 68 38 / 30%);
}

.fullpic2-img-container.layer3::before {
    background-color: rgb(232 110 2 / 66%);
}


/* ------- Position des Textes in Fullpic 2  ----------------------- */


.fpos-txt-x2y1 {
    justify-content: center;
    align-items: start
}

.fpos-txt-x1y2,
.fpos-txt-x2y2 {
    justify-content: center;
    align-items: center
}

.fpos-txt-x1y2 {
    justify-content: flex-start
}

.fpos-txt-x1y3,
.fpos-txt-x2y3 {
    justify-content: flex-start;
    align-items: end
}

.fpos-txt-x2y3 {
    justify-content: center;
    bottom: 4rem
}

.fpos-txt-x3y2 {
    justify-content: end;
    align-items: center
}

.fullpic2-txt-wrapper.element-1::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(2.3vw);
    z-index: 100;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("/resources/images/waveline-v3.svg");
}


/* --- Parallax f Bild -------------- */

.parallax-container {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.img-parallax {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(var(--parallax-y, 0px));
  width: 100%;
  height: auto;
}


@media (max-width: 768px) {
  .img-parallax {
    height: 100vh; /* Volle Viewport-Höhe auf Mobilgeräten */
    width: auto;
  }
}



/* ------- Hoehe Fullpic-Container  ----------------------- */


.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
}


/* ------- IMG Breite  ----------------------- */

.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 u Border  ----------------------- */


.hline-1 {
    border-bottom: 1px solid #384452;
    margin: 40px 0 20px
}

.hline-2 {
    border-bottom: 1px solid #fff;
    margin-bottom: 25px
}

.hline-3 {
    display: block;
    width: calc(100px + 45vw);
    margin-left: 50%;
    margin-top: 2rem;
    transform: translateX(-50%);
    height: 1px;
    border: 0;
    background-color: #333;
    background-image: linear-gradient(to right, #ddd, #8c8482, #ddd)
}

.border-1,
.border-2 {
    border: 1px solid var(--color-15);
    border-radius: 3px
}

.border-2 {
    border: 1px solid var(--color-06)
}

.border-3 {
    border: 1px solid rgb(255 255 255 / 40%);
    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
}

.line-bottom-2::after,
.line-bottom-3::after {
    content: "";
    display: block;
    background-color: var(--color-06);
    height: 3px;
    width: 34%;
    margin-top: 2rem
}

.line-bottom-3::after {
    width: 30%;
    margin-top: .5rem;
    margin-bottom: 1.5rem
}

.txt-border {
    border: 1px solid rgb(255 255 255 / 50%);
    padding: 1rem 5px
}




/* ------- Bild Untertitel ----------------------- */

.figcaption-1,
.figcaption-2 {
    text-align: center;
    font-size: 80%;
    padding: .3rem
}

.figcaption-2 {
    background-color: #efefef
}

.figcaption-1 p,
.figcaption-2 p {
    margin: 0
}



/* ------- Text in Spalten ----------------------- */

.cols-x,
.cols-x2 {
    column-gap: 1.5rem;
    column-width: 30rem
}

.cols-x2 {
    column-width: 33rem;
    column-rule: 1px dashed #02833761
}





#scroll-top-button {
    position: fixed;
    right: 3px;
    bottom: 46px;
    width: 40px;
    height: 40px;
    background-color: rgb(0 40 0 / 30%);
    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: rgb(0 0 0 / 60%)
}

.no-top #scroll-top-button {
    opacity: 1
}



/* ---- Nav Bar  -------------------------------------------------------------- */


#navbarMain {
    padding: .5rem 0;
    max-height: calc(100vh - 7rem);
}


.navbar {
    background-color: transparent;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    padding: 0;
    z-index: 1000;
    transition: background-color 0.7s;
}

.navbar-toggler {
    border: 0;
    background-color: rgb(255 255 255 / 50%)
}

.navbar-toggler:hover {
    background-color: rgb(0 0 0 / 4%)
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 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")
}


.logo-wrapper {
	position: relative;
	width: 180px;
	aspect-ratio: 3 / 2;
	margin: 20px 0 0 0;
}

.no-top .logo-wrapper {
	width: 100px;
}

.logo-abetz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mask-image: url("/resources/images/logo-abetz.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	background-color: var(--mask-bg-color);
	transition: background-color 0.3s ease;
}


#top-check {
    height: 3px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 0;
}


/* ---- Link Listen  --------------------- */


.sisters-links,
.subcat-links {
    text-align: center;
    padding: 1.5rem
}

.subcat-links {
    border-bottom: solid 1px #eee
}

.sisters-links {
    background-color: rgb(255 255 255 / 80%)
}

.sisters-links h3,
.subcat-links h3 {
    font-size: 1.1rem;
    color: var(--color-15);
    font-weight: 600;
    margin-bottom: 1rem
}

.sisters-links a,
.subcat-links a {
    display: inline-block;
    margin: 3px;
    padding: .2rem 1rem;
    font-size: 1.1rem;
    text-decoration: none;
    color: #383838;
    background-color: #f2f2f2;
    border-radius: 30px
}



/* ------- 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(40deg 45% 91%), hsl(32deg 56% 95%));
    border: solid 1px hsl(40deg 45% 91%);
    padding: 1em;
    box-shadow: 2px 2px 7px 0 rgb(0 0 0 / 10%);
}


.grid-item-1 p em {
    font-style: italic;
    font-size: 85%
}

.grid-item-1 p br+em {
    color: #8c8067;
    ;
}



/* ------- Video  ---------------------------------------- */

.plyr {
    margin-bottom: 0.3rem;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    z-index: 10;
}


.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)));
}



/* -------   ICONS  --------------------------------- */

.icon1 {
    display: inline-block;
    height: 38px;
    width: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 5px 20px 5px 3px;
}

.insta-icon-ws {
	background-image: url('/resources/images/insta-icon-ws.svg');
}

.fb-icon-ws {
	background-image: url('/resources/images/fb-icon-ws.svg');
}

.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;
}


.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;
}




/* -------   Footer  --------------------------------- */


.footer {
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
    background-color: #930000;
}

.footer h5 {
    color: rgb(0 0 0 / 90%);
    font-size: 1.25rem;
    line-height: 1.3
}

.footer a,
.footer p,
.footer li {
    color: rgba(244, 244, 244, 0.85);
    line-height: 1.3;
    font-weight: 400;
    text-decoration: none;
    padding: 0
}


.footer a:hover {
    color: #ffffff;
    text-decoration: underline
}


/* -------   Listen-Punkt Symbole --------------------------------- */

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,
main ul.u2 li {
    position: relative;
    margin: 0 0 .5em;
    padding: 0 0 0 1.5rem
}

main ul.u2 li {
    padding: 0 0 0 2.5rem
}

main ul.u1 li::before {
    content: " ";
    position: absolute;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    top: .5em;
    left: 0;
    background-color: var(--color-15)
}

main ul.u2 li::before {
    content: "";
    position: absolute;
    height: 28px;
    width: 28px;
    top: .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%
}



/* ------- glightbox ------------------------------------ */


#glightbox-body .goverlay {
	background: rgba(0, 0, 0, 0.88);
}

.glightbox-clean .gclose svg {
	width: 27px;
}

.glightbox-clean .gslide-description {
    background: transparent !important;
}

.glightbox-clean .gslide-desc {
    font-family: unset;
	font-size: 1.2rem;
	margin-bottom: 0;
	line-height: 1.4em;
    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;
}


/* ------ allgemeine Media queries -------------------------------------------- */


@media (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
    }


}

@media (width <=767px) {
    .fpos-txt-bottom {
        justify-content: flex-start !important;
        align-items: end !important
    }

    .fpos-txt-bottom .fullpic2-txt {
        background-color: rgb(0 0 0 / 20%);
        width: 100%;
		padding-top: 0;
		padding-bottom: 1rem;	
    }
}

@media (width >=768px) {
    .content-col {
        width: auto
    }

    .formgen input.formtext,
    .formgen textarea.formtextfield {
        min-width: 24rem
    }

    .fpos-txt-x1y2 .fullpic2-txt {
        width: 72%
    }

    .slider-item-show-n {
        --swiffy-slider-item-count: 3 !important
    }
}

@media (width >=1200px) {
    .nav-light main {
        min-height: 90vh;
        padding-top: 4.5rem
    }

    .navbar-brand {
        height: 60px;
        margin: 10px 2rem 10px 0;
    }

    #navbarMain {
        overflow-y: visible
    }

    .top #navbarMain.show {
        background-color: transparent;
        box-shadow: none
    }

    .slider-item-show-n {
        --swiffy-slider-item-count: 5 !important
    }
}