@charset "utf-8";

@import url("/resources/css/fonts.css");
@import url("/resources/css/colors.css");


body {
    font-family: "Open Sans", sans-serif;
    color: #333;
    background-color: #fafafa;
    font-size: 16px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    color: inherit;
    text-rendering: optimizelegibility;
    word-wrap: normal;
}

h3,
h4,
h5,
h6 {
    font-weight: 600;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}


.h1,
h1 {
    font-size: calc(1.6rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: .5em
}



.h2,
h2 {
    font-size: 2.1rem;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 .5em
}

p+.h2,
p+h2,
ul+h2 {
    margin: 2rem 0 .5em
}

.h3,
h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem
}

strong {
    font-weight: 600
}

.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
}


.fs-18px-w400 {
	font-size: 18px;
	font-weight: 400;
}


.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: 1px 1px 2px rgb(0 0 0 / 40%)
}

.ts2 {
    text-shadow: 0 0 25px rgb(0 0 0 / 36%), 1px 1px rgb(0 0 0 / 53%) !important
}


.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%)
}



figure {
    margin: 0
}

a {
    color: var(--color-35)
}

a:hover {
    color: var(--color-01)
}

a.hover-effect:hover {
    background-color: #d9d9d9
}



main {
    min-height: 100vh;
    overflow: hidden;
}

.no-header-img main {
    padding-top: 135px;
}
.no-header-img main::before {
    content: "";
    position: absolute;
	z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
	background-color: var(--color-15);
}


/* -------  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
}



.mt-7 {
    margin-top: 5rem
}

.py-6 {
    padding: 8rem 0 1rem
}


.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
}


/* -------   Icons Lines  --------------------------------- */

.hierro-line {
    display: block;
    height: 70px;
    width: 100%;
    margin: 1.2rem 0 1.5rem 0;
	background-image: url('/resources/images/hierro-wave-line-3.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.rabe{
    display: block;
    height: 100px;
    width: 120px;
    margin: 0 auto;
	background-image: url('/resources/images/kolkrabe_braun.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}


/* -------   Buttons  --------------------------------- */

.btn {
    margin: 1rem 1.5rem 1rem 0;
}

.btn-10 {
    font-weight: 700;
    background-color: var(--color-12);
    color: #fff;
    border: 1px solid var(--color-12);
    padding: .2em 2.5em;
    font-size: 1.25rem;
    border-radius: 11px;
    box-shadow: 2px 2px 9px rgb(0 0 0 / 20%);
}

.btn-10.ar-l {
    padding-left: 1.5em;
}

.btn-10.active {
    background-color: var(--color-10);
    color: #fff;
	border: 1px solid var(--color-10);
}

.btn-10:hover {
    background-color: #fff;
    color: var(--color-12);
	border: 1px solid var(--color-12);
}


.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;
}

.imgtxt-flex figure {
    position: relative;
    overflow: hidden;
}

.imgtxt-flex img {
    width: 100%;
    height: auto;
    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%;
	height: 100%;
    overflow: hidden;
    border: 0;
    text-decoration: none;
    border-radius: 21px;
	background-color: rgba(255, 255, 255, 0.0);
	transition: background-color .4s ease-out 0s;
}

.teaser-500 figure {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
	border-radius: 21px;
}

.teaser-500 .card-body {
	padding: 0.5rem;
}

.teaser-500 img.teaser-img {
    width: 100%;
    height: auto;
    transition: transform .3s ease-in-out
}


.teaser-500 h2 {
    color: var(--color-10);
    font-size: 1.4rem;
    font-weight: 700;
	text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.teaser-500:hover img.teaser-img {
    /* transform: scale(1.15) */
}


.transp-bg-1 .teaser-500 {
	background-color: rgba(255, 255, 255, 0.84);
	box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
}
.transp-bg-2 .teaser-500 {
	background-color: rgba(255, 255, 255, 0.65);
	box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
}

.transp-bg-1 .teaser-500 .card-body, .transp-bg-2 .teaser-500 .card-body {
	padding: 1rem;
}

.transp-bg-1 .teaser-500:hover, .transp-bg-2 .teaser-500:hover {
	text-decoration: underline;
	background-color: #fff;
}



.taser-content {
    position: relative;
    width: 100%;
    z-index: 1
}



/* -------  Selektion nach data-attributen via JS --------------------- */


div[data-select] {
	display: none;
	opacity: 0.2;
}

/* sichtbar machen */
div[data-select].show {
	display: block;
	animation: fadeIn 1s ease 0.1s forwards;
}

/* Keyframe-Animation für das Einblenden */
@keyframes fadeIn {
	from {
		opacity: 0.2;
	}

	to {
		opacity: 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;
}


/* -- IMG im Container -- */
img.object-fit {
    position: absolute;
    z-index: -1;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/* -------  Full pic alt -------------------------------------- */



.fullpic-wrapper {
    position: relative;
    overflow: hidden
}

.fullpic-txt h1,
.fullpic2-txt h1 {
    font-size: 3rem;
    font-weight: 600 !important;
    line-height: 1.2;
    color: #fff;
    text-shadow: 1px 1px rgb(0 0 0 / 40%), 3px 3px 6px rgb(0 0 0 / 20%);
    margin: 0
}

.fullpic-txt h1 {
    font-size: calc(1.8rem + 2.5vw) !important
}


.fullpic-txt h1 em,
.fullpic2-txt h1 em {
    display: block;
    font-weight: 400 !important;
    font-size: 54%;
    font-style: normal;
    line-height: 1.45;
    padding-left: .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
}

.img-fixed {
    background-attachment: fixed !important
}

.fullpicture.layer1::before,
.fullpicture.layer2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-color: rgb(0 0 0 / 25%)
}

.fullpicture.layer2::before {
    background-color: rgb(0 48 87 / 17%)
}

.wrapper {
    position: relative
}


/* -------  Fullpic 2 --------------------------------- */


.fullpic2-txt-wrapper {
    position: relative;
    overflow: hidden
}

.parallax-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.fullpic2-img-container {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.img-fit {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.fullpic2-txt-container {
    position: relative;
    padding: 0
}

.fullpic2-txt {
    padding: .75rem
}

.fullpic2-txt h1 {
    font-size: calc(1.5rem + 2.5vw)
}

.fullpic2-txt h1 em {
    font-weight: 400 !important;
    font-size: 60%
}


/* -------  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: 0.5rem
}

.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");
}



/* ------ Headline auf Bild-Streifen - Modul -------------- */


.img-headline {
    position: relative;
    padding: 4em;
}

.img-headline figcaption {
    text-align: center !important;
}



/* ------- Hoehe Fullpic-Container  ----------------------- */

.height-dyn1 {
    height: calc(.34*100vw);
    min-height: 25rem;
    max-height: 75vh
}

/* --- 16/9 --- */
.height-dyn2 {
    height: calc(0.562 * 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
}


/* ------- 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;
}



/* ------- Border u. Linien ----------------------- */

.border-all-1 {
    border: 1px solid var(--color-05);
}

.border-all-2 {
    border: 1px solid var(--color-10);
}


.border-left-1 {
    border-left: 2px solid var(--color-05);
}

.border-left-2 {
    border-left: 2px solid var(--color-10);
}

.border-bottom-1 {
    border-bottom: 2px solid var(--color-05);
}

.border-bottom-2 {
    border-bottom: 2px solid var(--color-10);
}


.border-inner-1 {
    position: relative;
}
.border-inner-1::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border: 1px solid #fff;
    box-sizing: border-box;
}


.line-bottom-3::after {
    content: "";
    display: block;
    background-color: var(--color-05);
    height: 3px;
    width: 34%;
    margin-top: 2rem;
}

.hline-2 {
    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);
}



/* ------- 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 {
    max-height: calc(100vh - 7rem);
}


.navbar {
	position: absolute;
    top: 46px;
    left: 0;
    height: auto;
    width: 100%;
    padding: 0;
    z-index: 1000;
	background-color: #ffffffd4;
}

.navbar:hover {
	background-color: #fff;
}

.no-top .navbar {
    position: fixed;
    top: 0;
    box-shadow: 0px 2px 9px rgba(0,0,0,0.4) !important;
    background-color: #fffffff0;
}

.nav-show .navbar {
	background-color: #fff;
	box-shadow: 0px 2px 9px rgba(0,0,0,0.4) !important;
}


.lang-nav-wrapper {
    order: 0;
}


.navbar-toggler {
    background-color: rgb(255 255 255 / 50%);
    display: inline-block;
	padding: 0.15rem 0.75rem;
    border: none;
}
.navbar-toggler:hover {
    background-color: #ffe5ac;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.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: 140px;
}

.navbar-brand {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
    width: 130px;
    height: 130px;
    padding: 0;
    background-image: url("/resources/images/flp_logo.webp");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all .4s ease 0s;
}


.no-top .navbar-brand {
    transform: none;
	top: -25px;
    height: 90px;
    width: 90px;
}

.nav-show .navbar-brand {
    height: 90px;
	width: 90px;
}


.navbar-collapse.show {
    padding-top: 2rem;
    transition: all .4s ease 0s;
}


.navbar-nav .nav-link {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.1;
    font-weight: 600;
    padding: 10px .8em !important;
    text-transform: uppercase
}


.navbar-nav .active>.nav-link {
    color: #f4990f;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    background-color: var(--color-15);
}



.dropdown-menu {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 1rem;
    margin: 0;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

.dropdown-item {
    color: #333;
    padding: .15rem 0;
    font-weight: 600
}

.dropdown-item.active {
	color: var(--color-12);
	background-color: transparent;
}
.dropdown-item:hover {
	background-color: var(--color-15);
}

#top-trigger {
	position: absolute;
    height: 45px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.lang-switch {
    background-color: rgb(255 255 255 / 80%);
    color: #1b1b1b;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    padding: 6px;
    margin-right: 1.5rem;
}
.lang-switch:hover {
	background-color: #ffe5ac;
}

/* ---- 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-color: hsl(0 0% 96%);
    padding: 10px 10px 5px 10px;
	box-shadow: 2px 2px 7px 0 rgb(0 0 0 / 10%);
}


.grid-item-1 p {
    font-size: 1rem;
	margin: 0;
	padding: 4px 0 0 0; 
}




/* ------- 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)));
}



/* -------   Formular --------------------------------- */


.forminfo,
.formthanks,
form.formgen {
    display: block;
    max-width: 1000px;
    margin: 1rem auto;
    padding: 15px
}

.forminfo {
    color: #c83232;
    border: 1px solid #c83232
}

.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
}



/* -------   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;
}

.tel24-icon-ws::before {
    content: ' ';
    position: relative;
    display: inline-block;
    height: 27px;
    width: 27px;
    margin-right: 12px;
    top: 6px;
    background-image: url('/resources/images/tel24-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;
}


.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;
    background: #fff;
	padding: 0 0 2rem;
    border-top: 1px solid #ccc;
}

.footer h5 {
    color: rgb(0 0 0 / 90%);
    font-size: 1.25rem;
    line-height: 1.3
}


.footer p,
.footer li {
    color: rgb(0 0 0 / 85%);
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: none;
    margin: 0 0 .5em;
    padding: 0
}


.footer a.svg-icon {
    display: inline-block;
    padding: 1rem
}

.footer a {
    color: rgb(0 0 0 / 85%);
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 600;
    text-decoration: none;
    margin: 1rem;
    padding: 0;
    display: inline-block;
}
.footer a:hover {
    color: #000;
    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%
}


/* ------- Slider ------------------------------------------------------ */

.swiffy-slider {
    padding: 1rem 0;
}


.slider-item-show-n {
    --swiffy-slider-item-count: 1 !important;
}


.slider-indicators {
    bottom: -8px !important;
}

.slider-indicators>* {
    opacity: .3;
}

.slider-container {
    padding: 9px !important;
}

.slider-container li {
    background-color: hsl(0 0% 96%);
    padding: 10px 10px 0 10px;
	box-shadow: 2px 2px 7px 0 rgb(0 0 0 / 10%);
}

.slider-container p {
    margin-bottom: 0;
}

.slider-container .card {
    background-color: transparent;
    font-size: 85%;
}





/* ------- glightbox ------------------------------------ */


.glightbox-clean .gslide-description {
    background: transparent;
}

.glightbox-clean .gslide-title {
    font-family: "Open Sans", sans-serif;
	font-size: 1.3em;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

#glightbox-body .goverlay {
    background: rgba(0,0,0,.90);
}

.glightbox-clean .gclose svg {
    width: 27px;
}

a.glightbox3 {
    display: block;
}

.swiffy-slider .glightbox3 {
    box-shadow: 0 2px 5px #00000042;
}


/* ------ masonry  gallery  ----------------------------- */


#masonry-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-auto-rows: 10px;
    grid-gap: 10px;
}

.masonry-item {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
    overflow: hidden;
}

.masonry-item img {
    display: block; 
    width: 100%;
    height: auto;
    transition: transform 0.5s ease 0s;
}

.masonry-item:hover img {
    transform: scale(1.2);
}



/* ------ 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%
    }
}

@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
    }

    #navbarMain {
        overflow-y: visible
    }

	.lang-nav-wrapper {
    	order: 3;
	}
	
	
	.slider-item-show-n {
        --swiffy-slider-item-count: 5 !important
    }
}

.img.pixel {
    width: 1px !important;
    height: 1px !important;
}

.anchor {
    position: relative;
    top: -70px;
}