* {
    font-family: Montserrat, "Ubuntu", "IBM Plex Mono", Inter, sans-serif;
    margin: 0;
    padding: 0;
}
/*Cookies*/
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(23, 47, 68, 0.8);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.cookie-message {
    flex: 1;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    text-align: left;
    margin-right: 10px;
    padding-top: 10px;
}

.cookie-buttons {
    padding-right: 40px;
    margin-left: auto;
}

.datenschutz-cookies {
    text-decoration: underline;
    padding: 0;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    color: white;
}

@media only screen and (max-width: 800px) {
    .cookie-consent {
        flex-direction: column;
        align-items: center;
    }

    .cookie-buttons {
        margin-top: 0;
        margin-left: 0;
    }
    .cookie-buttons button {
        padding-right: 100px;
        padding-left: 100px;
    }

    .cookie-message{
        margin-right: 22px;
    }
}



/* navbar */
li, a, .location {
    font-family: Montserrat Medium, sans-serif;
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}
.logo {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 200;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}
.logo-nav{
    width: 250px;
}
.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1;
}
.logo {
    cursor: pointer;
}
.navbar {
    list-style: none;
}
.navbar li {
    display: inline-block;
    padding: 0 35px;
}
.navbar li a{
    transition: all 0.3s ease 0s;
}
.navbar li a {
    position: relative;
}
.navbar li a::after {
    content: ' ';
    position: absolute;
    bottom: -6px;
    left: 16px;
    width: 40%;
    height: 2px;
    border-radius: 40px;
    background-color: rgb(359, 69, 98);
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s;
}
.navbar li a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}
.navbar li a.uberuns::after {
    transform-origin: left;
    transform: scaleX(1);
    background-color: black;
}
.location {
    padding-left: 0;
    padding-right: 10px;
}
.location img {
    width: 30px;
}

/* Dropdown Container */
.dropdown {
    position: absolute;
    display: none;
}
.dropdown-content {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f9f9f9;
    min-width: 600px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    text-align: center;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}
/* Zeigen des Dropdown-Inhalts, wenn das Dropdown-Symbol angeklickt wird */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Dropdown Container, wenn Hover über Dropdown-Inhalt */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Dropdown Inhalt, wenn Hover über Dropdown-Inhalt */
.dropdown-content:hover {
    display: block;
}
h2 {
    font-family: "Ubuntu" ,sans-serif;
    font-weight: normal;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 55px;
}
/*Top Black*/
.container{
    padding: 2rem;
}
.slider-wrapper{
    position: relative;
    max-width: 98%;
    margin: 0 auto;
}
.slider{
    display: flex;
    aspect-ratio: 16 / 9;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius: 0.5rem;
    scrollbar-color: rgba(0, 0, 0, 0) rgba(255, 255, 255, 0)
}
.slider img{
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
}
.slider-nav{
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.slider-nav a{
    padding: 0;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.55;
    transition: opacity ease 250ms;
}
.slider-nav a:hover{
    opacity: 1;
}

.scrolling-text-container {
    width: 100%;
    overflow: hidden;
    background-color: #07122a;
    padding-top: 20px;
    padding-bottom: 20px;
}

.scrolling-text {
    white-space: nowrap;
    animation: scroll 20s linear infinite;
    color: white;
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


/*News - Über Uns*/
.h3-about {
    font-family: "IBM Plex Mono", sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    font-weight: lighter;
    padding-bottom: 40px;
}
.facebook-iframe{
    display: flex;
    justify-content: center;
}
.facebook-iframe iframe{
    border-radius: 10px;
}
.facebook-iframe-mobile{
    display: none;
}
.story-container {
    left: 50%;
    width: 85%;
    margin-left: -42.5%;
    position: relative;
    background-color: #FAFAFA;
}
.grid-container {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 0 0;
    grid-template-areas: "grid-img grid-text";
}
.grid-text {
    grid-area: grid-text;
    padding: 50px 50px 50px 0;
    font-family: Inter, sans-serif;
}
.grid-container img {
    width: 70%;
}
.grid-img {
    grid-area: grid-img;
    padding: 50px 50px;
}
/*Services*/
.service-mobile{
    display: none;
}
.verticalline{
    border: 6px solid black;
    height: 860px;
    position: absolute;
    left: 50%;
    border-radius: 6px;
}
.service h2{
    padding-bottom: 80px;
}
.horizontalline-right{
    border-bottom: 8px solid black;
    width: 200px;
    position: absolute;
    border-radius: 6px;
    left: 50%;
    padding-top: 200px;
}
.horizontalline-left {
    width: 200px;
    border-bottom: 8px solid black;
    position: absolute;
    left: 50%;
    transform: translateX(-100%);
    padding-top: 90px;
}
.l-2 {
    padding-top: 150px;
}
.l-3 {
    padding-top: 30px;
}
.r-2 {
    padding-top: 180px;
}
.r-3 {
    padding-top: 30px;
}
.text-container {
    left: 40%;
    width: 400px;
    height: 200px;
    border-radius: 20px;
    position: relative;
    background-color: #FAFAFA;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-rows: 35% 65%;
    gap: 0 0;
    grid-template-areas:
        "grid-h3"
        "grid-p";
}
.text-container h3 {
    grid-area: grid-h3;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    font-family: "IBM Plex Mono", sans-serif;
    font-size: 25px;
}

.text-container p {
    grid-area: grid-p;
    display: flex;
    text-align: center;
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Inter, sans-serif;
    font-weight: lighter;
    font-size: 18px;
}
.t-1 {
    transform: translateX(-100%);
}
.t-2 {
    margin-top: 60px;
    transform: translateX(-100%);
}
.t-3 {
    margin-top: -60px;
    transform: translateX(-100%);
}

.t-4 {
    margin-top: -350px;
    transform: translateX(70%);
}
.t-5 {
    margin-top: 80px;
    transform: translateX(70%);
}
.t-6 {
    margin-top: -60px;
    transform: translateX(70%);
}
/*Gallery*/
.gallery {
    padding-top: 120px;
}
.photo-grid-01 {
    display: grid;
    padding-top: 50px;
    grid-template-columns: 37% 26% 37%;
    gap: 10px 10px;
    grid-template-areas:
        "grid-img1 grid-img2 grid-img3"
        "grid-img4 grid-img5 grid-img6";
}
.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}
.image:hover {
    transform: scale(1.1);
}
.img-01 {
    align-self: center;
    justify-self: right;
    width: 450px;
}
.img-02 {
    align-self: center;
    justify-self: center;
    width: 250px;
}
.img-03 {
    align-self: center;
    justify-self: left;
    width: 450px;
}
.photo-grid-02 {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    gap: 10px 10px;
    grid-template-areas:
        "grid-img7 grid-img8 grid-img9"
        "grid-img10 grid-img11 grid-img12";
    padding-top: 20px;
}
.img-04 {
    align-self: center;
    justify-self: right;
    width: 250px;
}
.img-05 {
    align-self: center;
    justify-self: center;
    width: 450px;
}
.img-06 {
    align-self: center;
    justify-self: left;
    width: 250px;
}
.photo-grid-03 {
    display: grid;
    padding-top: 20px;
    grid-template-columns: 37% 26% 37%;
    gap: 10px 10px;
    grid-template-areas:
        "grid-img1 grid-img2 grid-img3"
        "grid-img4 grid-img5 grid-img6";
}
/*Impressum*/
.impress{
    background-color: black;
    margin-top: 100px;
}
.impress h2 {
    color: white;
}
.impress-grid{
    display: grid;
    padding-top: 60px;
    padding-bottom: 80px;
    grid-template-columns: 10% 45% 35% 10%;
    gap: 80px 10px;
    grid-template-areas:
        ". Kontakt Open ."
        ". Write Maps .";
}
.contact-grid {
    grid-area: Kontakt;
}
.impress-grid h3 {
    color: white;
    font-family: "IBM Plex Mono", sans-serif;
    font-size: 35px;
}
.impress-grid p {
    color: white;
    font-family: Inter, sans-serif;
    font-weight: lighter;
    font-size: 20px;
    line-height: 35px;
}
.contact-grid a {
    text-decoration: underline;
    color: white;
    font-family: Inter, sans-serif;
    font-weight: lighter;
    font-size: 20px;
    line-height: 35px;
    padding: 0;
}
.write-grid a {
    text-decoration: underline;
    color: white;
    font-family: Inter, sans-serif;
    font-weight: lighter;
    font-size: 20px;
    line-height: 35px;
    padding: 0;
}
.opening-grid {
    grid-area: Open;
}
.write-grid {
    grid-area: Write;
}
.write-grid h3 {
    margin-bottom: 5px;
}
.forms-flex{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.forms-flex input {
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    border: 1px solid black;
    border-radius: 5px;
    font-family: Inter, sans-serif;
    font-weight: lighter;
    font-size: 18px;
}

.forms-flex textarea {
    width: 100%;
    padding: 12px 12px 120px 12px;
    margin-top: 8px;
    border: 1px solid black;
    border-radius: 5px;
    font-family: Inter, sans-serif;
    font-weight: lighter;
    font-size: 18px;
}
button {
    width: 100%;
    background-color: white;
    color: black;
    padding: 14px 20px;
    margin-top: 8px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-weight: lighter;
    font-size: 18px;
}
button:hover {
    background-color: black;
    color: white;
    border: 1px solid white;
}
.maps-grid {
    grid-area: Maps;
    padding: 10px;
}
.maps-grid iframe {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
/*Bot*/
.bot p{
    color: black;
    font-family: Inter, sans-serif;
    font-weight: lighter;
    font-size: 20px;
    padding: 0;
}
.bot a{
    color: black;
    font-family: Inter, sans-serif;
    font-weight: lighter;
    font-size: 20px;
    text-decoration: underline;
    padding: 0;
}
.icons{
    display: flex;
    justify-content: center;
}
.bot-icon{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.icons{
    padding-bottom: 40px;
}
.bot-line-left{
    border: 0.5px solid black;
    height: 60px;
    position: absolute;
    left: 40%;
}
.bot-line-right{
    border: 0.5px solid black;
    height: 60px;
    position: absolute;
    left: 60%;
}
.header-data{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1;
}
/*Footer*/
.line-footer{
    border: 0.5px solid black;
    width: 100%;
    position: absolute;
    margin-top: 60px;
}
.footer-steinkellner p{
    font-family: "IBM Plex Mono", sans-serif;
    padding-top: 100px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    font-size: 20px;
    padding-bottom: 10px;
}
.footer-copyright{
    display: flex;
    justify-content: center;
    font-family: "IBM Plex Mono", sans-serif;
    font-weight: lighter;
    padding-bottom: 20px;
    font-size: 20px;
}
.logo-data{
    width: 200px;
}

.datenschutz{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.datenschutz a{
    color: black;
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-decoration: none;
    padding: 0;
}

.message {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s;
}

/*Animationen*/

.message.show {
    opacity: 1;
}

.service {
    margin-top: 100px;
}
.text-container {
    opacity: 0;
    transition: opacity 1.5s;
}
.visible {
    opacity: 1;
}

.photo-grid-01,
.photo-grid-02,
.photo-grid-03 {
    overflow: hidden;
    position: relative;
}

.image {
    opacity: 0;
    transition: opacity 0.5s;
    position: relative;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInTop {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@media screen and (max-width: 1300px) {
    .navbar a {
        font-size: 15px;
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 1100px) {
    .dropdown{
        display: inline-block;
        left: 50%;
    }
    .navbar {
        display: none;
    }
    .verticalline {
        display: none;
    }
    .horizontalline-right {
        display: none;
    }
    .horizontalline-left {
        display: none;
    }
    .text-container {
        display: none;
    }
    .service-mobile {
        display: block;
    }
    .text-container-mobile {
        width: 100%;
        height: 200px;
        border-radius: 20px;
        position: relative;
        background-color: #FAFAFA;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        display: grid;
        grid-template-rows: 35% 65%;
        gap: 0 0;
        grid-template-areas:
        "grid-h3"
        "grid-p";
    }
    .text-container-mobile h3 {
        grid-area: grid-h3;
        display: flex;
        justify-content: center;
        padding-top: 30px;
        font-family: "IBM Plex Mono", sans-serif;
        font-size: 25px;
    }

    .text-container-mobile p {
        grid-area: grid-p;
        display: flex;
        text-align: center;
        padding-top: 8px;
        padding-left: 30px;
        padding-right: 30px;
        font-family: Inter, sans-serif;
        font-weight: lighter;
        font-size: 18px;
    }
    .placeholder {
        height: 20px;
    }
    .img-01, .img-03, .img-05{
        width: 300px;
        height: auto;
    }
    .img-02, .img-04, .img-06{
        width: 200px;
    }
    .bot-line-right{
        left: 65%;
    }
    .bot-line-left{
        left: 35%;
    }
}
@media screen and (max-width: 950px) {
    .photo-grid-01 {
        display: flex;
        flex-wrap: wrap;
    }
    .photo-grid-02 {
        display: flex;
        flex-wrap: wrap;
    }
    .photo-grid-03 {
        display: flex;
        flex-wrap: wrap;
    }

    .img-01, .img-02, .img-03, .img-04, .img-05, .img-06{
        width: 100%;
        height: auto;
    }
    .grid-img {
        padding: 0;
    }
    .image:hover {
        transform: scale(1);
    }
    .impress-grid{
        grid-template-columns: 10% 80% 10%;
        grid-template-areas:
        ". Kontakt ."
        ". Open ."
        ". Write ."
        ". Maps .";
    }
    .grid-container {
        display: grid;
        grid-template-columns: 100%;
        gap: 0 0;
        grid-template-areas:"grid-img"
        "grid-text";
    }
    .grid-text {
        grid-area: grid-text;
        padding: 50px;
        font-family: Inter, sans-serif;
    }
    .grid-container img {
        width: 40%;
    }
    .grid-img {
        grid-area: grid-img;
        display: flex;
        justify-self: center;
        padding-top: 50px;
    }

}


@media screen and (max-width: 700px) {
    .bot-line-right{
        left: 70%;
    }
    .bot-line-left{
        left: 30%;
    }
    .dropdown-content {
        min-width: 450px;
    }
}
@media screen and (max-width: 500px) {
    .bot-line-right{
        left: 75%;
    }
    .dropdown-content {
        min-width: 300px;
    }
    .bot-line-left{
        left: 25%;
    }
    .logo-nav{
        width: 120px;
    }
    .facebook-iframe {
        display: none;
    }
    .facebook-iframe-mobile {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 400px) {
    .bot-line-right{
        left: 80%;
    }
    .bot-line-left{
        left: 20%;
    }
    .dropdown-content {
        min-width: auto;
    }
}
@media screen and (max-width: 300px) {
    .logo-nav {
        display: none;
    }
    .location {
        display: none;
    }
}