@import url("reset.css");

/*-----------FONTS-----------*/

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v19-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../fonts/roboto-v19-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v19-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v19-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v19-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v19-latin-300.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v19-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v19-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v19-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v19-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v19-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v19-latin-500.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/roboto-v19-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v19-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v19-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v19-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v19-latin-500.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v28-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway-v28-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg');
    /* Legacy iOS */
}

/* raleway-700 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v28-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/raleway-v28-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway-v28-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway-v28-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway-v28-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway-v28-latin-700.svg#Raleway') format('svg');
    /* Legacy iOS */
}

/* raleway-italic - latin */
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/raleway-v28-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/raleway-v28-latin-italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway-v28-latin-italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway-v28-latin-italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway-v28-latin-italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway-v28-latin-italic.svg#Raleway') format('svg');
    /* Legacy iOS */
}

/* raleway-700italic - latin */
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/raleway-v28-latin-700italic.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/raleway-v28-latin-700italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway-v28-latin-700italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway-v28-latin-700italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway-v28-latin-700italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway-v28-latin-700italic.svg#Raleway') format('svg');
    /* Legacy iOS */
}

/*-----------FONTGESTALTUNG-----------*/
* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto'
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 15px;
    font-family: 'Raleway', 'sans-serif';
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

h1 {
    font-size: 35px;
    top: 80vh;
    bottom: 0vh;
    left: 0%;
    margin: 0 10px;
    font-family: 'Raleway-700', sans-serif;
    position: absolute;
    z-index: 99;
    /* background-color: rgba(255, 255, 255, 0.7);
    padding: 25px 30px 0;
    border-radius: 40px 40px 0 0; */
    background-repeat: no-repeat;
    color: #406387;
}

h1 b {
    font-size: 30px;
}

h2 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #406387;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 600;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

h4 {
    font-size: 16px;
}

li {
    font-size: 14px;
    list-style: none;
}

strong {
    font-weight: 500;
    font-size: 16px;
    font-weight: 600;
}

.line {
    background-color: #000;
    width: 50px;
    height: 3px;
    margin-bottom: 25px;
}

/*-----------NAVI-----------*/

.logo {
    position: fixed;
    width: 100px;
    height: auto;
    top: 27px;
    left: 5%;
    z-index: 9999;
}

/* .logo-bg{
    background: #fff;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
} */

nav {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 101;
    top: 20px;
    text-align: right;
    padding: 25px 0;
    z-index: 100;
    border-bottom: #ea8730 3px solid;
}

nav ul {
    display: none;
}

nav ul li {
    display: inline-block;
    margin: 0 2%;
    text-transform: uppercase;
}

nav ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 600;
}

nav ul li strong {
    color: #0025a6;
    font-weight: 600;
}

/* nav ul li a:hover {
    border-bottom: 3px solid #000;
} */

.navi-balken {
    position: fixed;
    height: 80px;
    width: 100%;
    background-color: #fff;
    border-bottom: orange 3px solid;
    z-index: 999;
}

.navi {
    display: block;
}

.dropbtn {
    background-color: #406387;
    color: white;
    padding: 4px 13px;
    font-size: 40px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #406387;
}

.dropdown {
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 999;
    display: inline-block;
}

/* .dropdown ul{
    width: 100%;
    background-color: #fff;
    height: 50px;
    position:fixed;
} */

.dropdown-content {
    display: none;
    text-align: center;
    position: fixed;
    top: 23px;
    left: 0;
    /* height: 100vh;
    width: 100%;
    background-color: rgba(11, 52, 103, 0.95);
    min-width: 160px;
    /* padding-top: 25vh; */
    overflow: auto;
    z-index: 9999999;
}

.dropdown-content ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dropdown-content a {
    color: #fff;
    padding: 20px 16px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 34px;
}

.dropdown a:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.close {
    position: absolute;
    top: 0;
    right: 30px;
    padding: 20px;
    color: #fff;
}

.show {
    display: flex;
    text-align: center;
    position: fixed;
    top: 23px;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #406387;
    min-width: 160px;
    overflow: auto;
    z-index: 9999999;
    justify-content: center;
}

/* .burger-nav {
    position: fixed;
    right: 0;
    top: -6px;
    color: #fff;
    z-index: 9999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 43px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    background-color: #406387;
    padding: 16px 21px 21px 19px;
}

.burger-nav b {
    transition: all .4s ease-in-out;
    float: left;
    margin-left: 0;
    font-family: 'Roboto';
    font-style: normal;
}

.burger-nav-anim {
    top: -5px;
    color: #fff;
}

.burger-nav-anim b:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger-nav-anim b:nth-of-type(2) {
    opacity: 0;
}

.burger-nav-anim b:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -80%;
}

.full-screen-nav {
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100vh;
    background: #406387;
    display: table;
    visibility: hidden;
    transition: all .4s ease-in-out;
    opacity: 0;
    top: 73px;
}

.full-screen-nav ul {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.full-screen-nav ul li a {
    padding: 20px;
    display: block;
    font-size: 30px;
    color: #fff;
    transition: all .4s ease-in-out;
    text-decoration: none;
} */

.fadeIn {
    opacity: 1 !important;
    visibility: visible !important;
}

.fadeUp {
    opacity: 1 !important;
    margin-top: 0 !important;
}

/*-----------ASIDE-----------*/
aside {
    height: 0;
}

aside img {
    position: fixed;
    background-color: #fff;
    width: 45px;
    z-index: 999;
    right: 0;
    transition: 0.5s;
    border-radius: 20px 0 0 20px;
}

aside img:hover {
    background-color: #ea8730;
}

.mail {
    top: 300px;
}

.phone {
    top: 370px;
}

/*-----------SUBNAV-----------*/

.subnav {
    position: fixed;
    top: 0;
    color: #fff;
    z-index: 999;
    transition: 0.5s;
    width: 100%;
    text-align: left;
    background-color: #406387;
}

.subnav a {
    color: #fff;
    padding: 8px 15px;
    font-size: 12px;
    ;
    line-height: 23px;
}

.subnav a:nth-of-type(2) {
    margin-right: 0%;
}

.subnav a:hover {
    color: #dfdfdf;
}

/*-----------HEADER-----------*/

header {
    background: url("../images/header.jpg") no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

h1 {
    font-size: 30px;
    top: 80vh;
    padding-top: 40px;
    width: 50vw;
    margin: 0 0 0 10%;
}

.header-ueberschrift {
    position: relative;
    width: 75%;
    height: 20%;
    padding: 30px 40px;
    background-color: #e3e3e3c9;
    border-radius: 30px 30px 0 0;
}

.header-ueberschrift:before,
.header-ueberschrift:after,
.header-ueberschrift>:first-child:before,
.header-ueberschrift>:first-child:after {
    position: absolute;
    width: 80px;
    height: 80px;
    border-color: #406387;
    /* or whatever colour */
    border-style: solid;
    /* or whatever style */
    content: ' ';
}

.header-ueberschrift:before {
    top: 0;
    left: 0;
    border-width: 5px 0 0 5px;
    border-radius: 30px 0 0 0;
}

.header-ueberschrift:after {
    top: 0;
    right: 0;
    border-width: 5px 5px 0 0;
    border-radius: 0 30px 0 0;
}

.header-ueberschrift>:first-child:before {
    bottom: 0;
    right: 0;
    border-width: 0 0px 0px 0
}

.header-ueberschrift>:first-child:after {
    bottom: 0;
    left: 0;
    border-width: 0 0 0px 0px
}



/*-----------AUFBAU-----------*/

html {
    scroll-behavior: smooth;
}

#uns,
#fuhrpark,
#preise,
#kontakt {
    padding: 120px 0;
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    display: flex;
    flex-direction: center;
    justify-content: center;
    align-items: center;
}

/* .col {width: 100%;} */
.col:nth-of-type(2) {
    padding-left: 0%;
    width: 90%;
}

.btn {
    background-color: #ea8730;
    color: #fff;
    padding: 7px 10px;
    transition: 0.5s;
}

.btn:hover {
    background-color: #406387;
}

::-moz-selection {
    background: #406387;
    color: #fff;
}

::selection {
    background: #406387;
    color: #fff;
}

/*-----------Über uns-----------*/
/* #uns .content {
    display: flex;
    flex-direction: column-reverse; 
    width: 100%;
    margin: 0 10%;
    gap: 2rem;
    position: relative;
    background-repeat: no-repeat;
    margin: 0;
} */

/* #uns .col-1 .col h2 {
    margin-left: 10%;
} */

#uns .content .col {
    width: 100%;
    /* padding: 10% 0; */
}

#uns .col:nth-of-type(2) {
    margin-top: 0px;
}

#uns .content .col-1 {
    width: 90%;
    padding: 0 0 30px 0;
}

/* #uns .content p{
    padding: 0px 40px 40px;
} */


.content-border {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.content-border:before,
.content-border:after,
.content-border>:first-child:before,
.content-border>:first-child:after {
    position: absolute;
    width: 80px;
    height: 80px;
    border-color: #406387;
    /* or whatever colour */
    border-style: solid;
    /* or whatever style */
    content: ' ';
}

.content-border:before {
    top: 0;
    left: 0;
    border-width: 0px 0 0 0px
}

.content-border:after {
    top: 0;
    right: 0;
    border-width: 0px 0px 0 0
}

.content-border>:first-child:before {
    bottom: 0;
    right: 0;
    border-width: 0 5px 5px 0;
    padding: 30px;
    border-radius: 0 0 60px 0;
}

.content-border>:first-child:after {
    bottom: 0;
    left: 0;
    border-width: 0 0 5px 5px;
    padding: 30px;
    border-radius: 0 0 0 60px;
}

#uns img {
    border-radius: 60px;
    width: 100%;
}



/*-----------Fuhrpark-----------*/
#furhpark{
    margin: 0 auto;
}
.fuhrpark-text{
    margin: 0 60px;
}
#fuhrpark .col:nth-of-type(2) {
    margin-top: 0px;
}

/*81px am anfang*/

/* #fuhrpark .content .col {
    width: 33%;
    padding: 30px;
} */

#fuhrpark .content {
    padding: 30px;
}

#fuhrpark .content .col {
    width: 100%;
    padding: 30px;
}

/* #furhpark,
p {
    width: 80%;
    margin: 0 auto
} */

#furhpark,
.content-border .content p {
    width: 100%;

}
.preise{
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
}
.fuhrpark-teaser {
    margin: 0 10%;
}

.fuhrpark-bilder {

    width: 250px;
    height: 250px;
    gap: 3rem;
    display: flex;
}

.fuhrpark-bilder img {
    width: 100%;
    height: 100%;
}

#fuhrpark .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    display: flex;
    flex-direction: center;
    justify-content: center;
    align-items: center;
}

#splide02,
#splide04,
#splide06 {
    justify-content: center;
    display: flex;
}

/*--------Furhpark--------*/

/* .content-border {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
  } */
#fuhrpark .content .col p {
    min-height: 100px;
}


/*-----------Preise------------*/
#preise .col {
    background-color: beige;
    border-radius: 30px;
    width: min(70%, 400px);
}

#preise .content {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
}

#preise .col p {
    padding: 30px;
    text-align: center;
}

.preise-teaser {
    margin: 0 10%;
}

/* .preise-teaser h2 {
    text-align: left;
} */

.btn {
    position: relative;
    top: 25px;
}

/*-----------PUFFER-----------*/

.puffer1 {
    /* display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 25%;
    gap:2rem;
    background-color: darkblue; */
    overflow-x: auto;
    background-color: #406389;
}



/* .reise {
    display: flex;
    gap: 5em;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0%;
} */
/*--------------Puffer Hover effekt----------*/
/* .container {
    position: relative;
    width: 10%;
  } */
.reise.slick-gallery,
.reise.slick-gallery-1 {
    display: grid;
    grid-auto-flow: column;
    gap: 2rem;
    overscroll-behavior-inline: contain;
    /* scroll-snap-type:inline mandatory;
    scroll-snap-align: start; */
}

.reise.slick-gallery {
    padding-bottom: 20px;
}

.reise.slick-gallery-1 {
    padding-top: 20px;
}

.reise.slick-gallery .container {
    display: grid;
    /* grid-template-rows: min-content; */
    gap: 2rem;
}

.reise.slick-gallery .container>img .reise.slick-gallery-1 .container>img {
    inline-size: 100%;
    object-fit: cover;
}

.reise.slick-gallery .container,
.reise.slick-gallery-1 .container {
    position: relative;
    min-width: 190px;
    min-height: 190px;

}

/*-----------------------------------------------*/
/*---------------Hover effekt bilder-------------*/



/*---------------Hover effekt bilder-------------*/
/*-----------------------------------------------*/
.image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reise.slick-gallery .container:nth-child(even) .overlay {
    background: #6d6d6d73;
}

.reise.slick-gallery-1 .container:nth-child(odd) .overlay {
    background: #6d6d6d73;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008bba73;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.container:hover .overlay {
    width: 0%;
    left: 0;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

/*--------------Hover effekt----------*/
.reise-bilder {
    width: 200px;
    height: 200px;

}

.puffer2 {
    background: url("../images/parallax.jpg") no-repeat;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}



/*-----------FOOTER-----------*/

footer {
    padding: 120px 0;
    background-color: #fff;
}

footer h2,
footer h3,
footer a {
    color: #406387;
    margin-left: 0;
}

footer a {
    font-style: italic;
}

footer strong {
    color: #406387
}



footer .line {
    background-color: #fff;
}

footer .content-border {
    display: flex;
    position: relative;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
}



footer .content-border:before,
.content-border:after,
.content-border>:first-child:before,
.content-border>:first-child:after {
    position: absolute;
    width: 10vw;
    height: 20vh;
    border-color: #406387;
    /* or whatever colour */
    border-style: solid;
    /* or whatever style */
    content: ' ';
}

footer .content-border:before {
    top: 0;
    left: 0;
    border-width: 0px 0 0 0px
}

footer .content-border:after {
    top: 0;
    right: 0;
    border-width: 0px 0px 0 0
}

footer .content-border>:first-child:before {
    bottom: -80px;
    right: 0;
    border-width: 0 5px 5px 0;
    padding: 40px;
    border-radius: 0 0 60px 0;
}

footer .content-border>:first-child:after {
    bottom: -80px;
    left: 0;
    border-width: 0 0 5px 5px;
    padding: 40px;
    border-radius: 0 0 0 60px;
}

#kontakt .content-border .content {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 10%;
}



/*-----------RESPONSIVE-----------*/


@media screen and (min-width: 500px) {

    /* .content{
        width: 100%;
    } */

    .header-ueberschrift {
        position: relative;
        width: 400px;
        height: 20%;
        padding: 30px 40px;
        background-color: #e3e3e3c9;
        border-radius: 30px 30px 0 0;
    }

    h1 {
        font-size: 30px;
        top: 80vh;
        padding-top: 40px;
        width: 50vw;
        margin: 0 0 0 10%;
    }

    h1 b {
        font-size: 24px;
    }



    aside {
        height: 0;
    }

    aside img {
        width: 45px;
        padding: 5px;
    }

    .mail {
        top: 250px
    }

    .phone {
        top: 320px
    }

    .col {
        width: 90%
    }

    .logo {
        position: fixed;
        width: 100px;
        height: auto;
        top: 27px;
        left: 5%;
        z-index: 9999;
    }

    nav {
        box-shadow: 0 0 0;
        position: sticky;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        display: inline-block;
        margin: 0 2%;
        text-transform: uppercase;
    }

    nav ul li a {
        text-decoration: none;
        font-size: 16px;
        color: #577937;
        font-weight: 600;
    }

    nav ul li strong {
        color: #406387;
        font-weight: 600;
    }

    nav ul li a:hover {
        border-bottom: 3px solid #000;
    }


    /*-----------SUBNAV-----------*/

    .subnav {
        text-align: right;
    }

    .subnav a:nth-of-type(2) {
        margin-right: 15%;
    }


    /* #uns .content .col {
        width: 100%;
    } */


    /* .preise-teaser h2 {
        text-align: center;
    } */



    #uns .content .col:only-of-type(1) {
        border: #406387 3px solid;
        border-radius: 0 0 0 60px;
        border-top: none;
        border-right: none;
        padding: 20px;
        margin-top: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 700px) {
    main {
        text-align: left;
    }

    h1 {
        width: 40vw;
    }

    #fuhrpark .content .col {
        width: 100%;
        padding: 30px;
    }

    .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        display: flex;
        flex-direction: center;
        justify-content: center;
        align-items: center;
    }

    /*-----------Über uns-----------*/
    /* #uns .content {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 0 10%;
    gap: 2rem;
    padding:0 30px;
} */
    #uns img {
        border-radius: 60px;
    }

    /* #uns .content .col-1 {
    width: 100%;
  } */

    /* #uns .content {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 10%;
    gap: 2rem;
    padding: 0 30px;
  } */


    /*-----------SUBNAV-----------*/

    .subnav {
        position: fixed;
        top: 0;
        color: #fff;
        z-index: 999;
        transition: 0.5s;
        width: 100%;
        text-align: right;
        background-color: #406387;
        padding: 0 5%;
    }

    .subnav a {
        color: #fff;
        padding: 8px 15px;
        font-size: 12px;
        line-height: 23px;
    }

    .subnav a:nth-of-type(2) {
        margin-right: 10%;
    }

    .subnav a:hover {
        color: #dfdfdf;
    }



    .col {
        width: 90%;
        padding: 30px 0 30px;
    }

    /* .col:nth-of-type(2) {padding: 40px 0 0;} */
    .line {
        width: 20%;
        margin-left: 40%;
    }


    #id1 .col:nth-of-type(2),
    #id2 .col:nth-of-type(2) {
        margin-top: 0;
    }


    /*---------Preise----------*/

    #preise .col {
        background-color: beige;
        border-radius: 30px;
        width: 80%;
    }

    #preise .content {
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    /*--------Furhpark--------*/
    /* 
    .content-border {
        display: flex;
        position: relative;
        width: 100%;
        margin: 0 auto;
        flex-direction: row;
      } */


    /*   Kontakt  */

    /* #kontakt .content{
    margin: 0;
    width: 90%;
} */


}


@media screen and (min-width: 900px) {
    h1 {
        font-size: 30px;
        bottom: 0vh;
        width: 25vw;
    }

    #preise .col {
        background-color: beige;
        border-radius: 30px;
        width: min(70%, 400px);
    }


    h1 b {
        font-size: 25px;
    }

    /* .logo {position: absolute;} */
    header {
        height: 100vh;
    }

    .logo {
        z-index: 99999;
    }

    .dropdown-content .close {
        display: none;
        visibility: none;
    }

    .dropbtn {
        display: none;
    }

    .dropdown-content {
        display: block;
        text-align: right;
        position: fixed;
        top: 30px;
        left: 0;
        width: 100%;
        background-color: #fff;
        min-width: 160px;
        /* padding-top: 25vh; */
        overflow: auto;
        z-index: 999;
    }

    .dropdown-content ul {
        padding-right: 6%;
        display: flex;
        flex-direction: row;
        justify-content: right;
        align-items: center;
    }

    .dropdown-content ul li {
        list-style-type: none;
        text-decoration: none;
        display: inline-block;
    }

    .dropdown-content ul li a {
        color: #406387;
    }

    .dropdown-content a {
        color: #fff;
        padding: 14px 16px;
        text-decoration: none;
        display: block;
        text-transform: uppercase;
        font-size: 16px;
    }
    #uns .content .col {
        width: 80%;
        /* padding: 10% 0; */
    }
    #uns .content {
        margin: 0 5%;
      }

    #kontakt .content {
        margin: 0 10%;
        width: 80%;
    }


    /* #fuhrpark .content .col {
        width: 33%;
    } */


    /* #uns .content {
        display: flex;
        flex-direction: row;
        width: 80%;
        margin: 0 10%;
        gap: 2rem;
        padding: 0 30px;
      } */

    .content {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 2rem;
        display: flex;
        flex-direction: center;
        justify-content: center;
        align-items: center;
    }



    /*-----------SUBNAV-----------*/

    .subnav {
        position: fixed;
        top: 0;
        color: #fff;
        z-index: 999;
        transition: 0.5s;
        width: 100%;
        text-align: right;
        background-color: #406387;
        padding: 0 5%;
    }

    .subnav a {
        color: #fff;
        padding: 8px 15px;
        font-size: 12px;
        ;
        line-height: 23px;
    }

    .subnav a:nth-of-type(2) {
        margin-right: 0%;
    }

    .subnav a:hover {
        color: #dfdfdf;
    }


    /*-------------Angebote---------*/

    #preise .col {
        background-color: beige;
        border-radius: 30px;
        width: 80%;
    }

    #preise .content {
        display: flex;
        flex-direction: row;
        margin: auto;
    }


    .navi {
        display: none;
    }

    .reise {
        display: flex;
        gap: 2.3em;
        flex-wrap: wrap;
        width: 100%;
        margin: 0%;
    }

    .reise-bilder {
        width: 250px;
        height: 250px;

    }



    /* .content-border {
        display: flex;
        position: relative;
        width: 100%;
        margin: 0 auto;
        flex-direction: row;
      } */

    .reise.slick-gallery .container,
    .reise.slick-gallery-1 .container {
        position: relative;
        max-width: 400px;
        max-height: 400px;
        min-width: 250px;
        min-width: 250px;
    }

    /*Impressum*/
    #kontakt .content-border .content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 5%;
    }


}

@media screen and (min-width:1220px) {
    #fuhrpark .content {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 2rem;
        display: flex;
        flex-direction: center;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 1450px) {

    header,
    .puffer1,
    .puffer2 {
        background-attachment: scroll;
    }

    h1 {
        width: 19vw;
    }


    /*-----------SUBNAV-----------*/

    .subnav {
        position: fixed;
        top: 0;
        color: #fff;
        z-index: 999;
        transition: 0.5s;
        width: 100%;
        text-align: right;
        background-color: #406387;
        padding: 0 5%;
    }

    .subnav a {
        color: #fff;
        padding: 8px 15px;
        font-size: 12px;
        ;
        line-height: 23px;
    }

    .subnav a:nth-of-type(2) {
        margin-right: 1%;
    }

    .subnav a:hover {
        color: #dfdfdf;
    }

    #uns img {
        border-radius: 60px;
        width: 500px;
        height: 500px;
    }

    .reise.slick-gallery .container,
    .reise.slick-gallery-1 .container {
        position: relative;
        max-width: 400px;
        max-height: 400px;
        min-width: 250px;
        min-width: 250px;
    }

}

@media screen and (min-width:2100px) {

    .reise.slick-gallery .container,
    .reise.slick-gallery-1 .container {
        position: relative;
        width: 400px;
        height: 400px;
    }
}