/****
//
Hetz Enterprises - My(Web)Sphere
Subtheme specific CSS
//
*** */.paragraph .field--name-field-body{padding:0;}.mws-fhi-overlay .scroll-to-content{position:absolute;bottom:0;background:#6EACF8;}.paragraph--type--fullwidth-hero-image.paragraph--view-mode--hero .mws-fhi-hero-container .mws-fhi-image-wrapper .scroll-to-content .scroll-arrow{position:absolute;bottom:10% !important;}.mws-fhv-overlay .scroll-to-content{position:absolute;bottom:10%;}.scroll-arrow{display:inline-block;text-decoration:none;position:relative;width:80px;/* Width for larger arrow */height:80px;/* Height for larger arrow */}.scroll-arrow .arrow{display:block;width:50px;/* Width of the chevron */height:50px;/* Height of the chevron */border-left:3px solid #FFF;/* Left border for chevron */border-top:3px solid #FFF;/* Top border for chevron */transform:rotate(225deg);/* Points the chevron downward */margin:0 auto;animation:bounce 2.5s infinite;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--default .mws-fhi-overlay .scroll-arrow{display:none;}/* Bounce animation */@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0) rotate(225deg);}40%{transform:translateY(-30px) rotate(225deg);}60%{transform:translateY(-15px) rotate(225deg);}}.paragraph{padding:0 15px;}/****
Paragraph Body
****/.paragraph.paragraph--type--body{padding:20px 0;}.paragraph.paragraph--type--body .row{max-width:1366px;margin:auto;}.paragraph.paragraph--type--text-image p a{color:#65442F;text-decoration:none;}.paragraph.paragraph--type--text-image p a:hover{color:#000;text-decoration:none;}.paragraph.paragraph--type--body p a.ext{color:#000;text-decoration:none;position:relative;font-family:'GraublaubSans-Bold';font-style:normal;font-weight:700;}.paragraph.paragraph--type--body p a.ext:before{font-size:24px;content:" > ";text-transform:uppercase;color:#000;font-family:GraublaubSans-Bold;src: url(../fonts/314725_1_0.woff);font-style:normal;font-weight:300;background:transparent;margin:0 0 0 -2px;}/****
Paragraph Colorbox Gallery
****/.paragraph.paragraph--type--colorbox-gallery{padding:20px 0;position:relative;}.paragraph.paragraph--type--colorbox-gallery .list-group li.grid.list-group-item{padding:0;margin:0 0 21px 0;border:none;}.paragraph.paragraph--type--colorbox-gallery .list-group li.grid.list-group-item a.colorbox img{margin:0;padding:10px;}/****
Paragraph Headings
****/.paragraph.paragraph--type--h1-intro-with-body h1 .field__item{font-family:'GraublaubSans-Bold';font-weight:700;font-style:normal;src: url('font.woff') format('woff');font-display: swap;}.paragraph.paragraph--type--h1-intro-with-body .row{max-width:1366px;margin:auto;padding:20px 0;}.paragraph.paragraph--type--h1-intro-with-body .field--name-field-introheadline{font-size:1.3em;color:#65442F;font-family:'GraublaubSans-Bold';font-style:normal;font-weight:700;}.paragraph.paragraph--type--h1-intro-with-body .field--name-field-body{font-weight:700;}.node--type-page .paragraph.paragraph--type--h1-intro-with-body .field--name-field-body p{font-family:'GraublaubSans-Bold';font-style:normal;font-weight:700;}.paragraph.paragraph--type--heading-h2{padding:20px 15px;max-width:1366px;margin:auto;}.paragraph.paragraph--type--heading-h3{padding:20px 0;}.paragraph.paragraph--type--heading-h4{padding:20px 0;}.paragraph.paragraph--type--heading-h5{padding:20px 0;}.paragraph.paragraph--type--heading-h6{padding:20px 0;}/****
Paragraph Internal Links
****/.paragraph.paragraph--type--internal-links{padding:20px 0;text-align:center;max-width:991px;margin:auto;}.paragraph.paragraph--type--internal-links .field--name-field-internal-links.field__items{display:flex;flex-wrap:wrap;gap:10px;/* Adds spacing between items */}.paragraph.paragraph--type--internal-links .field--name-field-internal-links.field__items .field__item{flex:1 1 calc(25% - 10px);/* Each item takes up to 25% of the container width, accounting for the gap */box-sizing:border-box;/* Ensures padding and border are included in the width calculation */min-width:180px;/* Ensures each item is at least 180px wide */}.paragraph.paragraph--type--internal-links a{font-size: var(--font-size-body);border:2px solid #3A77DC;color:#000;padding:10px 50px;margin:0 5px;border-radius:0.25rem;transition:background-color 750ms ease-in-out;text-decoration:none;display:block;text-align:center;/* Ensures the link takes up the full space of the flex item */}.paragraph.paragraph--type--internal-links a:hover{border:2px solid #B444BA;transition:background-color 750ms ease-in-out;}@media (max-width:768px){.paragraph.paragraph--type--internal-links .field--name-field-internal-links.field__items .field__item{flex:1 1 calc(50% - 10px);/* Adjust to 50% for smaller screens */margin:15px 0;text-align:left;}}@media (max-width:480px){.paragraph.paragraph--type--internal-links .field--name-field-internal-links.field__items .field__item{flex:1 1 100%;/* Stack items on very small screens */position:relative;margin:15px 0;}}/****
Paragraph Fullwidth Hero Video
****/.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--default{padding:20px 0;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--default .mws-fhv-hero-container{position:relative;width:100%;height:50vh;/* Adjust the height as needed */overflow:hidden;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--default .mws-fhv-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--default .mws-fhv-responsive-video{width:100%;height:100%;object-fit:cover;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--default .mws-fhv-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);/* Adjust the overlay color and opacity as needed */z-index:2;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--default .mws-fhv-content{color:#FFFFFF;/* Text color */text-align:center;z-index:3;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--default .mws-fhv-title{font-size:2em;/* Adjust the font size as needed */margin:0 0 10px 0;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--default .mws-fhv-introtext{font-size:1.2em;/* Adjust the font size as needed */}.paragraph.paragraph--type--fullwidth-hero-video{padding:0;margin:-10px 0 0;font-style:italic;}.paragraph.paragraph--type--fullwidth-hero-image{padding:0;margin:-10px 0 0;font-style:italic;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--hero{padding:0 !important;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--hero .mws-fhv-hero-container{position:relative;width:100%;height:calc(100vh + 95px);/* Adjust the height as needed */overflow:hidden;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--hero .mws-fhv-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--hero .mws-fhv-responsive-video{width:100%;height:100%;object-fit:cover;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--hero .mws-fhv-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.1);/* Adjust the overlay color and opacity as needed */z-index:2;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--hero .mws-fhv-hero-container .mws-fhv-overlay .mws-fhv-content{position:absolute;top:40%;left:10%;transform:translate(-10%,-50%);}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--hero .mws-fhv-content{color:#FFFFFF;/* Text color */text-align:left;z-index:3;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--hero .mws-fhv-title{font-weight:700;font-size:2.5em;line-height:1em;margin:0;font-weight:700;font-display: swap;}.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--hero .mws-fhv-introtext{}/* Standard-Styling für das Titel-Element */.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--hero .mws-fhv-hero-container .mws-fhv-overlay .mws-fhv-content .mws-fhv-title .field--name-field-hero-title.field__item{font-family:'GraublaubSans-Bold';font-weight:700;font-style:normal;src: url('font.woff') format('woff');font-display: swap;font-size:1.2em;line-height:1em;/* Fade-In Animation */opacity:0;/* Startwert: unsichtbar */animation:fadeInEffect 5s ease-in-out forwards;}.view-mws-hero-media.view-id-mws_hero_media .mws-fhi-hero-container .mws-fhi-image-wrapper .scroll-to-content a.scroll-arrow{position:absolute;bottom:0px !important;left:50%;transform:translate(-50%,0%);z-index:1;}/* Keyframes für den Fade-In-Effekt */@keyframes fadeInEffect{from{opacity:0;}to{opacity:1;}}@media screen and (max-width:991px){.paragraph.paragraph--type--fullwidth-hero-video.paragraph--view-mode--hero .mws-fhv-introtext{margin:40px 0 32px;font-weight:700;font-size: var(--font-size-h1);line-height: var(--line-height-h1);margin:40px 0 32px;font-weight:700;}}/****
Paragraph Fullwidth Hero Video
****/.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--default{padding:20px 0;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--default img{margin:0;width:100%;height:auto;object-fit:cover;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--default .mws-fhi-hero-container{position:relative;width:100%;height:50vh;/* Adjust the height as needed */overflow:hidden;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--default .mws-fhi-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--default .mws-fhi-responsive-image{width:100%;height:100%;object-fit:cover;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--default .mws-fhi-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);/* Adjust the overlay color and opacity as needed */z-index:2;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--default .mws-fhi-content{color:#FFFFFF;/* Text color */text-align:center;z-index:3;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--default .mws-fhi-title{font-size:2em;/* Adjust the font size as needed */margin:0 0 10px 0;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--default .mws-fhi-introtext{font-size:1.2em;/* Adjust the font size as needed */}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--hero{height:calc(100vh - 90px) !important;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--hero .mws-fhi-hero-container{position:relative;width:100%;height:calc(100vh - 90px) !important;/* Adjust the height as needed */overflow:hidden;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--hero .mws-fhi-image-wrapper{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;z-index:1 !important;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--hero .mws-fhi-content{color:#FFFFFF;/* Text color */text-align:center;z-index:3;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--hero .mws-fhi-title{font-size:2em;/* Adjust the font size as needed */margin:0 0 10px 0;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--hero .mws-fhi-introtext{font-size:1.2em;/* Adjust the font size as needed */}.mws-fhi-hero-container{position:relative;width:100%;height:100vh;overflow:hidden;}.mws-fhi-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100vh;z-index:1;overflow:hidden;}.mws-fhi-image{position:absolute;top:0;left:0;height:100vh;width:100vw;object-fit:cover;object-position:center center;will-change: transform;}@media screen and (max-width:1240px){.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--hero .mws-fhi-hero-container{position:relative;width:100%;height:calc(100vh - 95px) !important;/* Adjust the height as needed */overflow:hidden;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--hero .mws-fhi-image-wrapper{position:absolute;top:0;left:0;width:100%;height:calc(100vh - 95px) !important;z-index:1;background:center top/cover no-repeat;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--hero .mws-fhi-image-wrapper img{width:100vw !important;height:calc(100vh - 95px) !important;}.paragraph.paragraph--type--fullwidth-hero-image.paragraph--view-mode--hero{height:calc(100vh - 95px) !important;}}/****
Paragraph Bannervideo
****/.paragraph.paragraph--type--videobanner{position:relative;height:80vh;overflow:hidden;border-bottom:30px solid #F3E3D8;padding:0;}.paragraph.paragraph--type--videobanner .mws-bannervideo-overlay{position:absolute;top:50%;left:0;transform:translate(0%,-50%);padding:50px 35px 50px 10%;width:40%;background:rgba(255,255,255,0.65);}.paragraph.paragraph--type--videobanner h2 .field--name-field-headline{font-family:'GraublaubSans-Bold';font-weight:700;font-style:normal;src: url('font.woff') format('woff');font-display: swap;}.paragraph.paragraph--type--videobanner h2 .field--name-field-subheadline{font-family:'GraublaubSans-Bold';font-weight:700;font-style:normal;src: url('font.woff') format('woff');font-display: swap;}.paragraph.paragraph--type--videobanner .field--name-field-bannertext{max-width:80%;font-size: var(--font-size-body);line-height: var(--line-height-body);color:#65442F;transition:all 500ms ease-in-out;}.paragraph.paragraph--type--videobanner .mws-bannervideo-overlay .mws-bannervideo-content{font-weight:700;}.paragraph.paragraph--type--videobanner video{height:80vh;width:100%;overflow:hidden;object-fit:cover;}.paragraph.paragraph--type--videobanner .mws-bannervideo-container .mws-bannervideo-overlay .mws-bannervideo-content a{display:inline-block;width:100%;text-decoration:none;font-size: var(--font-size-body);line-height: var(--line-height-body);color:#65442F;font-family:'GraublaubSans-Bold';font-style:normal;font-weight:700;}.paragraph.paragraph--type--videobanner .mws-bannervideo-container .mws-bannervideo-overlay .mws-bannervideo-content a:hover{display:inline-block;width:100%;text-decoration:none;font-weight:700;font-size: var(--font-size-body);line-height: var(--line-height-body);color:#000;}.paragraph--type--videobanner .mws-bannervideo-overlay .mws-bannervideo-content a .field--name-field-headline{display:inline;text-decoration:none;font-weight:700;font-size: var(--font-size-body);line-height: var(--line-height-body);color:#65442F;position:relative;font-family:'GraublaubSans-Bold';font-style:normal;font-weight:700;}.paragraph--type--videobanner .mws-bannervideo-overlay .mws-bannervideo-content a .field--name-field-headline:after{font-size:24px;content:" > ";text-transform:uppercase;color:#63422E;font-family:GraublaubSans-Bold;src: url(../fonts/314725_1_0.woff);font-style:normal;font-weight:300;background:transparent;margin:0 0 0 -2px;}.paragraph--type--videobanner .mws-bannervideo-overlay .mws-bannervideo-content a:hover .field--name-field-headline{display:inline;text-decoration:none;font-weight:700;font-size: var(--font-size-body);line-height: var(--line-height-body);color:#000;position:relative;}.paragraph--type--videobanner .mws-bannervideo-overlay .mws-bannervideo-content a:hover .field--name-field-headline:after{font-size:24px;content:" > ";text-transform:uppercase;color:#000;font-family:GraublaubSans-Bold;src: url(../fonts/314725_1_0.woff);font-style:normal;font-weight:300;background:transparent;margin:0 0 0 -2px;}@media screen and (max-width:991px){.paragraph.paragraph--type--videobanner .mws-bannervideo-overlay{position:absolute;top:50%;left:0;transform:translate(0%,-50%);padding:50px 35px 50px 10%;width:50%;background:rgba(255,255,255,0.90);}}@media screen and (max-width:768px){.paragraph.paragraph--type--videobanner .mws-bannervideo-overlay{position:absolute;bottom:0;left:0;transform:none;padding:50px 35px 50px 10%;width:100%;background:rgba(255,255,255,0.90);}}/****
Paragraph Local Video
****/.paragraph.paragraph--type--local-video{padding:20px 0;}.paragraph.paragraph--type--local-video .video-wrapper{position:relative;padding-bottom:56.25%;/* 16:9 aspect ratio (change as per your aspect ratio) */height:0;overflow:hidden;max-width:100%;/* Ensures the video does not exceed its container */}.paragraph.paragraph--type--local-video video{position:absolute;top:0;left:0;width:100%;height:100%;max-width:1366px;/* Maximum width for the video */max-height:768px;/* Maximum height for the video */object-fit:cover;/* Ensures the video covers the entire container */}/****
Paragraph Single Image
****/.hellrosa.paragraph.paragraph--type--image{background:#F3E3D8;}.paragraph.paragraph--type--image{margin:auto;padding:40px 15px !important;}.paragraph.paragraph--type--image .field__items{max-width:1366px;margin:auto;}.paragraph.paragraph--type--image .field__items .field__item{}.paragraph.paragraph--type--image img{width:100%;height:auto;padding:15px;}/****
Paragraph Logobanner
****/.hellrosa.paragraph.paragraph--type--logobanner{background:#F3E3D8;}.paragraph.paragraph--type--logobanner{margin:auto;padding:40px 15px !important;}.paragraph.paragraph--type--logobanner .field__items{max-width:1366px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);}.paragraph.paragraph--type--logobanner .field__items .field__item{text-align:center;}.paragraph.paragraph--type--logobanner img{width:auto;max-height:100px;padding:0;}/* Tablet */@media (max-width:1024px){.paragraph.paragraph--type--logobanner .field__items{grid-template-columns:repeat(4,1fr);}}/* Mobil */@media (max-width:768px){.paragraph.paragraph--type--logobanner .field__items{grid-template-columns:repeat(1,1fr);background-image:;}}@media (max-width:515px){.paragraph.paragraph--type--logobanner .field__items{grid-template-columns:repeat(1,1fr);}}/****
Paragraph Single Image Colorbox
****/.paragraph.paragraph--type--single-image-colorbox{padding:20px 0;width:100%;}.paragraph.paragraph--type--single-image-colorbox .mws-paragraphs-sic-container{position:relative;display:compact;overflow:hidden;width:100%;}.paragraph.paragraph--type--single-image-colorbox .mws-paragraphs-sic-container img{display:block;transition:transform 750ms ease;margin:0;transform:scale(1.05);}.paragraph.paragraph--type--single-image-colorbox .mws-paragraphs-sic-container:hover img{transform:scale(1.15);}.paragraph.paragraph--type--single-image-colorbox .mws-paragraphs-sic-container .mws-sic-overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,0.2);display:flex;align-items:center;justify-content:center;opacity:1;transition:transform 750ms ease;pointer-events:none;/* Allow clicks to pass through */}.paragraph.paragraph--type--single-image-colorbox .mws-paragraphs-sic-container:hover .mws-sic-overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;opacity:1;transition:all 750ms ease;pointer-events:none;/* Allow clicks to pass through */}.paragraph.paragraph--type--single-image-colorbox .mws-paragraphs-sic-container .mws-sic-overlay .magnifying-glass{font-size:2em;pointer-events:none;height:30px;width:30px;filter:invert(1);}/****
Paragraph Slider (Splide)
****/.paragraph.paragraph--type--slider{padding:20px 0;}/****
Paragraph Text | Image
****/.paragraph.paragraph--type--text-image{padding:40px 15px !important;}.paragraph.paragraph--type--text-image p{color:#000;}.paragraph.paragraph--type--text-image .row{max-width:1366px;margin:auto;}.hellrosa.paragraph.paragraph--type--text-image{background:#F3E3D8;}.paragraph.paragraph--type--text-image .paragraphsbody{}.paragraph.paragraph--type--text-image .paragraphsimage{overflow:hidden;margin:0 !important;padding:0 !important;}.paragraph.paragraph--type--text-image .paragraphsimage:hover img{transform:scale(1.05);}.paragraph.paragraph--type--text-image .paragraphsimage img{width:100%;height:auto;position:relative;border-radius:0;transition:all 750ms ease-in-out;margin:0 !important;}@media screen and (max-width:767px){.paragraph.paragraph--type--text-image .paragraphsimage img{width:100%;margin:auto !important;height:auto;position:relative;border-radius:0;}}/****
Paragraph Image | Text
****/.paragraph.paragraph--type--image-text{padding:40px 15px !important;color:#000 !important;}.paragraph.paragraph--type--image-text p{color:#000;}.paragraph.paragraph--type--image-text .row{max-width:1366px;margin:auto;}.hellrosa.paragraph.paragraph--type--image-text{background:#F3E3D8;}.paragraph.paragraph--type--image-text .paragraphsbody{}.paragraph.paragraph--type--image-text .paragraphsimage img{width:100%;height:auto;position:relative;border-radius:0;transition:all 750ms ease-in-out;margin:0 !important;padding:0 !important;}.paragraph.paragraph--type--image-text .paragraphsimage{overflow:hidden !important;position:relative;margin:0 !important;padding:0 !important;}.paragraph.paragraph--type--image-text .paragraphsimage:hover img{transform:scale(1.05);}@media screen and (max-width:767px){.paragraph.paragraph--type--image-text .paragraphsimage img{width:100%;margin:auto !important;height:auto;position:relative;border-radius:0;}}/****
Paragraph PDF Download
****/.paragraph.paragraph--type--pdf-download{padding:20px 30px;max-width:1366px;margin:auto;}.paragraph.paragraph--type--pdf-download .field__items .field__item{padding:10px 0;}.paragraph.paragraph--type--pdf-download .field__items .field__item .file--application-pdf{padding:5px 10px 5px 0;transition:all 750ms ease-in-out;position:relative;background:none 0/0 no-repeat transparent;}.paragraph.paragraph--type--pdf-download .field__items .field__item .file--application-pdf a{font-size: var(--font-size-body);line-height: var(--line-height-body);font-weight:400;text-decoration:none;font-family:'GraublaubSans-Bold';font-weight:700;font-style:normal;src: url('font.woff') format('woff');font-display: swap;color:#65442F;}/****
Paragraph Webform
****/.paragraph.paragraph--type--webform{padding:20px 0;margin:auto;}.paragraph.paragraph--type--webform div{margin:auto;}/****
MWS SIngle Element - Card Link
****/.paragraph.paragraph--type--card-link li.grid.list-group-item{border:0;padding:0;margin:0;}.paragraph.paragraph--type--mws-link-card .card{margin:15px 0;}.paragraph.paragraph--type--mws-link-card .card .field--name-field-card-image{margin:auto;}.paragraph.paragraph--type--mws-link-card .card img{width:100%;height:auto;margin:0;}.paragraph.paragraph--type--mws-link-card .card-body{padding:20px;min-height:365px;}.paragraph.paragraph--type--mws-link-card .card .card-body .field--name-field-card-body{min-height:215px;}.paragraph.paragraph--type--mws-link-card .card .card-body a.btn.btn-primary:focus{background:#000;color:#FFF;border:1px solid #000;border-radius:0;}.paragraph.paragraph--type--mws-link-card .card .card-body button.btn.btn-primary{background:#FFF;color:#000;border:1px solid #000;border-radius:0;transition:all 750ms ease-in-out;outline:none;width:100%;}.paragraph.paragraph--type--mws-link-card .card .card-body button.btn.btn-primary a{width:100%;display:flex;justify-content:center;font-size: var(--font-size-body);line-height: var(--line-height-body);color:#0D0D0D;text-decoration:none;}.paragraph.paragraph--type--mws-link-card .card .card-body button.btn.btn-primary:hover{background:#000;color:#FFF;border:1px solid #000;border-radius:0;}.paragraph.paragraph--type--mws-link-card .card .card-body button.btn.btn-primary:hover a{color:#FFF;}/****
Paragraph Zertifikat
****/.hellrosa.paragraph.paragraph--type--zertifikat{background:#F3E3D8;}.paragraph.paragraph--type--zertifikat .row{max-width:1366px;margin:auto;padding:20px 0;}.paragraph.paragraph--type--zertifikat .paragraphsimage{text-align:right;}.paragraph.paragraph--type--zertifikat .paragraphsimage .file--application-pdf{background:none;}.paragraph.paragraph--type--zertifikat .paragraphsimage .field--name-field-pdf{padding-top:50px;}.paragraph.paragraph--type--zertifikat .paragraphsimage .field--name-field-pdf a{text-decoration:none;color:#65442F;font-size:24px;line-height: var(--line-height-body);font-family:'GraublaubSans-Bold';font-style:normal;font-weight:700;}.paragraph.paragraph--type--zertifikat .paragraphsimage .field--name-field-pdf a:after{content:" ↓ ";font-weight:bold !important;font-size:24px !important;font-family:'GraublaubSans-Regular';font-weight:normal;font-style:normal;src: url('font.woff') format('woff');font-display: swap;}.paragraph.paragraph--type--zertifikat img{width:100%;height:auto;max-width:300px;}.hellrosa.paragraph.paragraph--type--zertifikat-reverse{background:#F3E3D8;}.paragraph.paragraph--type--zertifikat-reverse .row{max-width:1366px;margin:auto;padding:20px 0;}.paragraph.paragraph--type--zertifikat-reverse img{width:100%;height:auto;max-width:300px;}.paragraph.paragraph--type--zertifikat-reverse .paragraphsimage .file--application-pdf{background:none;}.paragraph.paragraph--type--zertifikat-reverse .paragraphsimage .field--name-field-pdf{padding-top:50px;}.paragraph.paragraph--type--zertifikat-reverse .paragraphsimage .field--name-field-pdf a{text-decoration:none;color:#65442F;font-size:24px;line-height: var(--line-height-body);font-family:'GraublaubSans-Bold';font-style:normal;font-weight:700;}.paragraph.paragraph--type--zertifikat-reverse .paragraphsimage .field--name-field-pdf a:after{content:" ↓ ";font-weight:bold !important;font-size:24px !important;font-family:'GraublaubSans-Regular';font-weight:normal;font-style:normal;src: url('font.woff') format('woff');font-display: swap;}/**** Paragraph Anpassungen*/.paragraph .col-12.col-md-6{border-top:0 solid transparent !important;border:15px solid transparent !important;}.paragraph .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-12{border-top:0 solid transparent !important;border:15px solid transparent;}.paragraph .d-none.d-md-block.col-xl-6.col-lg-6.col-md-6{border-top:0 solid transparent !important;border:15px solid transparent;}@media screen and (max-width:960px){.paragraph .col-12.col-md-6{padding:0;}.paragraph .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-12{padding:0;}.paragraph .d-none.d-md-block.col-xl-6.col-lg-6.col-md-6{padding:0;}}