* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}
  

body {
    font-family: 'Raleway', sans-serif;
    min-height: 100vh;
    max-width: 100vw;
    overflow-x: hidden;
}

h1 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0;
}

h2 {
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 0;
}

.distance-top {
    height: 5rem;
}

@media (max-width: 1599px) {
    .distance-top {
        height: 6rem
    }
}

.h-italic {
    font-style: italic;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0;
}

.container-fullsize {
    width: 100%;
}

@media (min-width: 992px) {
    .navbar-collapse {
        flex-grow: 0;
    }
}

.container-navbar {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 2200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.nav-link {
    color: #D9D9D9;
}

.nav-link:hover {
    color: #A8DADC
}

.title-border {
    text-shadow: 
        1px 1px 0 #000,   
        2px 2px 0 #000,   
        3px 3px 0 #000;
}

.txt-fat {
    font-size: 1rem;
    font-weight: 600;
}

.txt-ownername {
    font-size: 1rem;
}

.txt-creator {
    font-size: 1rem;
}

@media (max-width: 576px) {
    .txt-creator {
        font-size: 0.7rem;
    }
}

.txt-offer {
    font-size: 1.45rem;
    font-weight: 800;
}

.svg-size {
    width: 100px;
}

@media (max-width: 767px) {
    .svg-size {
        width: 75px;
    }
}

@media (max-width: 500px) {
    .svg-size {
        width: 50px;
    }
}

@media (min-width: 768px) {
    .box-offer:hover {
        text-decoration: underline;
        text-decoration-color: #F1FAEE;
        text-decoration-style: solid;
        text-decoration-thickness: 0.15rem;
        text-underline-offset: 5px;
        cursor: default;
    }
    
    .box-offer .img-offer {
        transition: filter 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }

    .box-offer .svg-animation {
        transition: filter 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }
    
    .box-offer:hover .img-offer {
        /* filter: drop-shadow(2.5px 2.5px 0 #A8DADC) 
         drop-shadow(-2.5px -2.5px 0 #A8DADC) 
         drop-shadow(2.5px -2.5px 0 #A8DADC) 
         drop-shadow(-2.5px 2.5px 0 #A8DADC); */
        transform: scale(1.02);
        cursor: zoom-in;
    }

    .box-offer:hover .svg-animation {
        transform: scale(1.1)
    }
}

.text-with-shadow {
    text-shadow: 2px 2px 4px #000000;
}

.text-with-white-shadow {
    text-shadow: 2px 2px 4px white;
}

.txt-box-offer {
    min-height: 110px;
}

@media (max-width: 991px) {
    .txt-box-offer {
        min-height: 60px;
    }
}

.txt-box-process {
    width: 300px;
}

.underline {
    text-decoration: underline;
}

.color-black {
    color: #1f1f1f;
}

.color-white {
    color: #F1FAEE;
    text-decoration: none;
}

.color-blue {
    color: #1D3557;
}

.color-red {
    color: #E63946;
}

.color-lightblue {
    color: #A8DADC;
}

.color-waterblue {
    color: #457B9D
}

.bgc-waterblue {
    background-color: #457B9D ;
}

.bgc-lightblue {
    background-color: #A8DADC;
}

.bgc-blue {
    background-color: #1D3557;
}

.bgc-red {
    background-color: #E63946;
}

.bgc-white {
    background-color: #F1FAEE;
}

.bgc-grey {
    background-color: #D9D9D9;
}

.section-seperator {
    height: 0.75rem;
}

.box-border {
    border: 0px;
    border-radius: 15px;
}

.img-box {
    min-height: 500px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 575px) {
    .img-box {
        min-height: 300px;
    }
}

.img-in-box {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 9px;
}

.button-lightblue {
    background-color: #457B9D;
    color: #F1FAEE;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: none;
    text-decoration: none;
    max-width: fit-content;
}

.button-lightblue:hover {
    background-color: #457B9D;
    color: #F1FAEE;
    text-decoration: underline;
}

.button-lightblue:active {
    transform: scale(0.95);
}

.button-red{
    background-color: #E63946;
    color: #F1FAEE;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: none;
    text-decoration: none;
    max-width: fit-content;
}

.button-red:hover {
    background-color: #E63946;
    color: #F1FAEE;
    text-decoration: underline;
}

.button-red:active {
    transform: scale(0.95);
}

.border-round {
    border-radius: 1rem;
}

.txt-shdw-darkgreen {
    text-shadow: 0px 0px 0px rgba(12, 61, 22, 0.75);
}

.social-media-nav {
    font-size: 1.5rem;
}

.img-box-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
    .img-box-nav {
        flex-grow: 1;
    }
}

.img-box-social-links {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-grow: 1;
}

.img-box-google {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-ch {
    height: 1.5rem;
    filter: grayscale(60%);
}

.img-google {
    height: 5rem;
}

.img-ren-tsch {
    width: 75px;
}

@media (max-width: 576px) {
    .img-ren-tsch {
        width: 50px;
    }
}

@media (min-width: 992px) {
    .img-google {
        height: 2rem;
    }
}

.img-hover {
    border-radius: 1rem;
    transition: box-shadow 0.3s;
}

.img-hover:hover {
    box-shadow: 5px 5px 0px 5px #E63946;
    cursor: pointer;
}

.icons-process {
    font-size: 60px;
    color: #457B9D;
}

.icons-container {
    margin-right: 25px;
}

.icons-socialmedia {
    height: 50px;
}

.arrows-process {
    width: 110px;
    margin: 1rem;
}

.arrows-process-two {
    height: 90px;
}

@media (max-width: 1599px) {
    .arrows-process {
        max-width: 75px;

    }
    .arrows-process-two {
        max-height: 60px;
        margin-top: 3.5rem;
    }
    .icons-process {
        font-size: 40px;
    }
}

@media (max-width: 1400px) {
    .arrows-process {
        max-width: 60px;
    }
    .arrows-process-two {
        max-height: 45px;
        margin-top: 3rem;
    }
}

@media (max-width: 1200px) {
    .arrows-process {
        max-width: 50px;
    }
    .arrows-process-two {
        margin-top: 4.5rem;
        max-height: 40px;
    }
}

@media (min-width: 1600px) {
    .arrows-process-two {
        margin-top: 7rem;
        margin-left: 1rem;
    }
}

@media (min-width: 1800px) {
    .arrows-process-two {
        margin-top: 4.5rem;
        margin-left: 2rem;
    }
}

@media (min-width: 2200px) {
    .arrows-process-two {
        margin-top: 3.5rem;
        margin-left: 4rem;
    }
}

.container-xxxl {
    max-width: 2200px;
}

@media (min-width: 2200px) {
    .container-xxxl {
      margin-left: auto;
      margin-right: auto;
    }
}

  @media (min-width: 1800px) {
    * {
      font-size: 1.25rem;
    }
}

.arrow-top-to-bot {
    width: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
}

.carousel-bg {
    border-radius: 10px;
}

.bi-chevron-left, .bi-chevron-right {
    font-size: 2rem;
}

.img-1600 {
    display: none;
}

.img-1900 {
    display: none;
}

.img-2200 {
    display: none;
}
  
@media (min-width: 1600px) {
    .img-1600 {
      display: block;
    }

    .d-none-1600 {
        display: none !important;
    }
}

@media (min-width: 1900px) {
    .img-1900 {
        display: block;
    }

    .img-1600 {
        display: none;
    }
}
  
@media (min-width: 2200px) {
    .img-2200 {
      display: block;
    }
    
    .img-1900 {
      display: none;
    }
}

.box-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.disabled-link {
    pointer-events: none;
    color: grey;
}

@media (max-width: 992px) {
    .modal-body {
        padding: 16px; /* Entfernt den Abstand innerhalb des Modals */
    }
    .modal-dialog {
        max-width: 100%;
        margin: 0;
    }
    .modal-content {
        height: auto;
        min-height: 100vh; /* Optional: Das Modal nimmt die ganze Höhe ein */
        border-radius: 0;
    }
    .modal-body img {
        max-height: 80vh; /* Bildhöhe ist kleiner als die Bildschirmhöhe */
        object-fit: contain; /* Stellt sicher, dass das Bild vollständig sichtbar ist */
    }
}

/* --------------- Blog ---------------- */

.blog-cardtitle {
    font-weight: 700;
}

.bgc-blog {
    background-color: #F1FAEE;
    transition: box-shadow ease-in-out 0.3s;
}

.bgc-blog:hover {
    box-shadow: 4px 4px 0px 4px #E63946;
}

.card-text {
    font-size: 1rem;
}

.card-picture {
    width: 100%;
    object-fit: cover;
    height: 240px;
}

@media (min-width: 400px) {
    .card-picture {
        height: 280px;
    }
}

@media (min-width: 576px) {
    .card-picture {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .card-picture {
        height: 250px;
    }
}

@media (min-width: 992px) {
    .card-picture {
        height: 300px;
    }
}

@media (min-width: 1200px) {
    .card-picture {
        height: 240px;
    }
}

@media (min-width: 1400px) {
    .card-picture {
        height: 300px;
    }
}

@media (min-width: 1600px) {
    .card-picture {
        height: 360px;
    }
}

.same-cardheight {
    height: 100%;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
  
.card-text {
    flex-grow: 1;
}

.card-picture {
    flex-shrink: 0;
    border-radius: 5px 5px 0px 0px;
}

.blog-picture {
    width: 100vw;
    height: 400px;
    object-fit: cover;
}

@media (min-width: 1600px) {
    .blog-picture {
        height: 600px;
    }
}

.blog-title {
    text-align: center;
    padding: 30px;
    position: absolute;
    color: #F1FAEE;
    z-index: 1;
    background-color:rgb(230, 57, 70, 0.9);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
    border-radius: 5px 25px 5px 25px;
    box-shadow: 10px 10px 0px  rgb(255, 255, 255, 0.8);
}

@media (min-width: 576px) {
    .blog-title {
        padding: 30px;
        width: 500px;
    }
}

@media (min-width: 992px) {
    .blog-title {
        padding: 40px;
        width: 650px;
    }
}

@media (min-width: 1200px) {
    .blog-title {
        padding: 40px;
        width: 700px;
    }
}

@media (min-width: 1600px) {
    .blog-title {
        padding: 40px;
        width: 700px;
    }
}

@media (min-width: 1900px) {
    .blog-title {
        padding: 50px;
        width: 800px;
    }
}

@media (min-width: 2200px) {
    .blog-title {
        padding: 60px;
        width: 1000px;
    }
}

.flex-grow {
    flex-grow: 1;
}

/* Blockquote */

.custom-blockquote {
    font-size: 1em;
    line-height: 1.6;
    color: rgb(33, 37, 41);
    padding: 20px 40px 20px 100px;
    background: #F1FAEE;
    border-left: 9px solid #457B9D;
    border-radius: 10px;
    margin-bottom: 0px;
    position: relative;
    min-height: 0px;
    flex-grow: 1;
}

@media (max-width: 1600px) {
    .custom-blockquote {
        padding: 20px 40px 20px 80px;
    }
}

@media (max-width: 992px) {
    .custom-blockquote {
        padding: 20px 40px 20px 60px;
    }
}

.custom-blockquote:before {
    content: "“";
    font-size: 5em;
    color: #457B9D;
    position: absolute;
    left: 20px;
    top: -10px;
    font-family: 'Times New Roman', serif;
}

@media (max-width: 992px) {
    .custom-blockquote:before {
        left: 10px;
    }
}

.box-blockquote {
    display: flex;
    flex-direction: row;
    padding: 30px 0 10px 0;
    align-items: center;
}

@media (max-width: 992px) {
    .box-blockquote {
        padding: 20px 0 0 0;
    }
}

.picture-blockquote {
    width: 125px;
    height: 125px;
    flex-grow: 0;
}

@media (max-width: 992px) {
    .picture-blockquote {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 399px) {
    .picture-blockquote {
        display: none;
    }
}

.custom-blockquote cite {
    font-size: 0.75em;
    color: #1D3557;
    padding-left: 20px;
    text-align: right;
    flex-grow: 1;
}

@media (max-width: 1600px) {
    .custom-blockquote cite {
        font-size: 0.9em;
    }
}

@media (max-width: 992px) {
    .custom-blockquote cite {
        padding-left: 10px;
    }
}

.custom-blockquote cite:before {
    content: "— -";
}

/* Referenzen */
.box-ref {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    transition: outline 0.5s ease-in-out;
    outline: 8px solid #F1FAEE;
    overflow: hidden;
    margin: 0 10px 0 10px;
}

@media (max-width: 470px) {
    .box-ref {
        min-height: 350px;
    }
}

.box-ref:hover {
    outline: 8px solid #457B9D;
}

.box-ref:hover .title-ref {
    background-color: #E63946;
    color: #F1FAEE;
    text-shadow: none;
}

.box-ref:hover .txt-ref {
    top: 5%;
}

.box-ref:hover .img-ref {
    filter: grayscale(1) blur(8px) brightness(80%);
}

.box-ref:hover .color-overlay {
    opacity: 1;
}

.img-ref {
    border-radius: 10px;
    filter: grayscale(0) blur(0px);
    transition: filter  0.75s ease-in-out;
}

.txt-ref {
    display: flex;
    position: absolute;
    top: -100%;
    color: #A8DADC;
    font-weight: 800;
    z-index: 1;
    transition: top 0.5s ease-out;
}

.title-ref {
    position: absolute;
    bottom: 0;
    color: #A8DADC;
    height: 15%;
    font-weight: 800;
    font-size: 1.45rem;
    text-align: center;
    width: 100%;
    background-color: #1D3557;
    border-radius: 0px 0px 10px 10px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s ease-in-out;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(215, 50%, 23%, 0.402);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: opacity 0.75s ease-in-out;
}

.icon {
    text-shadow: 1px 2.5px 0 #F1FAEE;
    font-size: 30px;
}

@media (max-width: 1000px) {
    .title-ref {
        font-size: 1.2rem;
    }
}

.title-us {
    font-weight: 800;
    font-size: 1.45rem;
    text-align: center;
}

.picture-us {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.card-us {
    transition: background-color 0.45s ease-in-out;
    border-radius: 10px;
}

.card-us:hover {
    background-color: #F1FAEE;
}

.card-us:hover {
    .card-text {
        color:#E63946
    }
    .title-us {
        color: #E63946;
    }
}

.border-shadow {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.502);
    border: 0px;
}

.card-body {
    justify-content:unset;
}

.border-white {
    border: 1px solid white;
}

/* Added Breakpoints */

.d-1600 {
    display: none;
}

.d-1900 {
    display: none;
}

.d-2200 {
    display: none;
}

@media (min-width: 1600px) {
    .d-1600 {
        display: block;
    }
}

@media (min-width: 1900px) {
    .d-1900 {
        display: block;
    }
}

@media (min-width: 2200px) {
    .d-2200 {
        display: block;
    }
}
