p {
    font-size: 1rem;
}

body {
    overflow-x: hidden;

}


@font-face {
    font-family: century gothic;
    src: url(../fonts/3394-font.ttf);
}

@font-face {
    font-family: century gothic bold;
    src: url(../fonts/4410-font.ttf);
}

h1,
h2,
h3 {
    font-family: century gothic bold;
}

h3 {
    font-size: 1.2;
}

body {
    margin: 0;
    font-family: century gothic;
    overflow: auto;
    background-color: #f6f4e8;

}

header {
    background-color: #271E1E;
    color: rgb(255, 255, 255);
}

.navbar {
    padding: 20px;
    height: 3rem;
}

.navbar>a {
    float: left;
    margin-left: 1rem;
}

#logo {
    width: 109px;
}

.menu {
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-align: right;
    display: flex;
    justify-content: end;
    margin: 0;
}

.menu li {
    margin: 15px 15px;
    list-style: none;
}

.menu a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

#hamburgermenu {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.navbar a:hover {
    color: #D76B73;
    font-size: 15px;
    text-decoration: none;
    list-style: none;
    transition: 0.5s ease;

}

.navbar #active {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    list-style: none;
    background-color: #96BDDC;
    padding: 2.2rem 1rem;
    border-radius: 0 0 1rem 1rem;

}

.navbar #active:hover {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    list-style: none;
    background-color: #D76B73;
    padding: 2.2rem 1rem 2.6rem;
    border-radius: 0 0 1rem 1rem;
    transition: 0.5s ease;

}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #271e1e;
    box-shadow: 0px 8px 16px 0px rgb(0, 0, 0);
    z-index: 1;
    border-radius: 10px;
}

.dropdown-menu li {
    padding: 10px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/*link*/
.linken {
    list-style: none;
    color: white;
    text-decoration: none;
}

/*section 1*/
#home {
    display: grid;
    grid-template-columns: 1fr 0.2fr 1fr;
    grid-template-rows: 1fr;
    height: 90vh;
    background-color: #271E1E;
}

#home img {
    grid-column: 1;
    grid-row: 1;
    height: 92vh;
}

#home h1 {
    color: #D76B73;
    font-size: 160px;
}

#home p {
    font-size: larger;
    line-height: 0;
}

#home div {
    grid-column: 3;
    text-align: center;
    color: white;
    line-height: 10px;
    padding-top: 20%;
}

#home .pijl {
    grid-column: 2;
    grid-row: 1;
    height: 30px;
    align-self: flex-end;
    padding-bottom: 20px;
    animation: omhoogomlaag 1s ease-out infinite alternate;

}

@keyframes omhoogomlaag {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-2vw);
    }

    0% {
        transform: translateY(0);
    }
}

#home h2 {
    font-size: 65px;
    text-decoration: underline;
}





/*section 2*/
#homeHistoriek {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    color: white;
    background-color: #271E1E;
}

#homeHistoriek div {
    padding-left: 15%;
    padding-top: 35%;
}

#homeHistoriek h3 {
    color: #D76B73;
}


#homeHistoriek img {
    width: 600px;
}

/*historie fotos*/
.imageOff,
#HayaoFoto:hover .imageOn {
    display: none
}

.imageOn,
#HayaoFoto:hover .imageOff {
    display: block
}



/*section 3*/


#slideshow {
    height: 700px;
    overflow-y: auto;
    display: flex;
    scrollbar-color: rgba(0, 0, 0, 0) transparent;
    margin-top: 10%;
    justify-content: space-between;
    display: flex;
    background-image: url("../beelden/lijn.jpg");
}

.mySlidesFade {
    flex: 1;
    box-sizing: border-box;
    padding: 10px;
}


#slideshow img {
    height: 600px;
    border-radius: 2rem;

}


#slideshow>.mySlidesFade {
    margin-left: 5%;
}


.next {
    right: 0;
}


.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

/*tickets*/
.tickets {
    background-color: #271E1E;
    width: 90vw;
    margin: 0;
    border-radius: 0 2rem 2rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    height: 100%
}

.tickets div {
    width: 25vw;
    align-items: center;
    margin: auto;

}

.tickets img {
    height: 600px;
    margin: 10% auto;
}

.tickets {
    color: white;

}

.tickets h3 {
    color: #D76B73;
}


/*shop*/
#shop {
    background-color: #88AD56;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    padding-left: 10%;
    padding-right: 10%;
    height: 100vh;
    place-items: center;
    border-radius: 0 7rem 0 7rem;

}

#shop img {
    height: 412px;
    border-radius: 2rem;
    border-color: #D76B73;
    border-style: solid;
    border-width: 15px;
    opacity: 1;
    transition: all 1s ease;
}

#shop a {
    line-height: 135%;
    text-align: center;
    font-size: 48pt;

}

#shop .wit {
    color: white;
    text-decoration: none;
    list-style: none;
}

.rand {
    -webkit-text-stroke: 1px white;
    color: #00000000;
    text-decoration: none;
    list-style: none;
}

#shop img:hover {

    box-shadow:
        1px 1px #a76267,
        3px 3px #a76267,
        5px 5px #a76267,
        6px 6px #a76267,
        7px 7px #a76267,
        8px 8px #a76267;


    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);

}

#shop .wit:hover {
    -webkit-text-stroke: 1px white;
    color: #00000000;
    transition: 0.2s ease;
    text-decoration: none;
    list-style: none;

}

.rand:hover {
    color: white;
    transition: 0.2s ease;
    text-decoration: none;
    list-style: none;

}

.tickets a:hover {
    background-color: #96BDDC;
    color: #f6f4e8;
    border: 2px #271E1E;
    list-style: none;
    text-decoration: none;
}

.tickets a {
    background-color: #D76B73;
    color: #ffffff;
    padding: 0.4rem 1rem;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
}


/*shop fotos*/
.imageOff,
#shopFotos:hover .imageOn {
    display: none
}

.imageOn,
#shopFotos:hover .imageOff {
    display: block
}

.imageOff2,
#shopFotos2:hover .imageOn2 {
    display: none
}

.imageOn2,
#shopFotos2:hover .imageOff2 {
    display: block
}


/*info*/
#info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 55vh;
    width: 80vw;
    background-color: #271E1E;
    color: white;
    border-radius: 2rem;
    margin: 30px 10% 0 10%;
    line-height: 1.5;
}

#info div {
    padding: 15% 0 0 30px;
    align-self: baseline;

}

#info h3 {
    color: #96BDDC;
}

#info video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 0 2rem 2rem 0;


}

/*footer*/
footer {
    display: grid;
    height: 100%;
    background-color: #271E1E;
    color: white;
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 30px;
}

footer img {
    height: 15vh;
    padding: 10px 0 0 30%;

}

footer div {
    padding-top: 10%;
    text-align: center;
}

footer :nth-child(2) {
    word-spacing: 10px;
}

#plants:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 5s ease;
    height: 50px;
}

#plants {
    height: 110px;
    position: absolute;
    align-items: flex-end;
    padding-left: 30px;

}



.linken:hover {
    color: #D76B73;
}






/*historiek*/
#historiek {
    display: grid;
    grid-template-columns: 1fr 0.2fr 1fr;
    grid-template-rows: 1fr;
    height: 100%;
    background-color: #271E1E;
}

#historiek img {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
}

#historiek h1 {
    color: #D76B73;
    font-size: 160px;
}

#historiek p {
    font-size: larger;
    line-height: 0;
}

#historiek div {
    grid-column: 3;
    text-align: center;
    color: white;
    line-height: 10px;
    padding-top: 20%;
    padding-right: 30px;
}

#historiek .pijl {
    grid-column: 2;
    grid-row: 1;
    height: 30px;
    align-self: flex-end;
    padding-bottom: 20px;
    animation: omhoogomlaag 1s ease-out infinite alternate;

}

.GeschTijdlijn {
    background-color: #F6F5EE;
    min-height: 100vh;
    padding: 100px 15px;
}

.GeschBlokken {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.GeschBlokken::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #271E1E;
    left: calc(50% - 1px);
}

.GeschBlokjes {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

.GeschBlokjes:last-child {
    margin-bottom: 0;
}

.GeschBlokjes:nth-child(odd) {
    padding-right: calc(50% + 30px);
    text-align: right;
}

.GeschBlokjes:nth-child(even) {
    padding-left: calc(50% + 30px);
}

.GeschPunt {
    height: 16px;
    width: 16px;
    background-color: #271E1E;
    position: absolute;
    left: calc(50% - 8px);
    border-radius: 50%;
    top: 10px;
}

.GeschDatum {
    font-size: 18px;
    color: #D76B73;
    margin: 6px 0 15px;
}

.GeschTekst {
    background-color: #271e1e;
    padding: 30px;
    border-radius: 5px;
}

.GeschImg {
    background-color: #271e1e00;
    padding: 10px;
    border-radius: 5px;
    height: 90%;
}

.GeschTekst h3 {
    font-size: 20px;
    color: #88AD56;
    margin: 0 0 10px;
    text-transform: capitalize;
    font-weight: 500;
}

.GeschTekst p {
    color: #eeeeee;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

/*HistoriekFr*/
#historiekFr {
    display: grid;
    grid-template-columns: 1fr 0.2fr 1fr;
    grid-template-rows: 1fr;
    height: 100%;
    background-color: #271E1E;
}

#historiekFr img {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
}

#historiekFr h1 {
    color: #D76B73;
    font-size: 160px;
}

#historiekFr p {
    font-size: larger;
    line-height: 0;
}

#historiekFr div {
    grid-column: 3;
    text-align: center;
    color: white;
    line-height: 10px;
    padding-top: 20%;
    padding-right: 30px;
}

#historiekFr .pijl {
    grid-column: 2;
    grid-row: 1;
    height: 30px;
    align-self: flex-end;
    padding-bottom: 20px;
    animation: omhoogomlaag 1s ease-out infinite alternate;

}

.GeschTijdlijnFr {
    background-color: #F6F5EE;
    min-height: 100vh;
    padding: 100px 15px;
}

.GeschBlokkenFr {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.GeschBlokkenFr::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #271E1E;
    left: calc(50% - 1px);
}

.GeschBlokjesFr {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

.GeschBlokjesFr:last-child {
    margin-bottom: 0;
}

.GeschBlokjesFr:nth-child(odd) {
    padding-right: calc(50% + 30px);
    text-align: right;
}

.GeschBlokjesFr:nth-child(even) {
    padding-left: calc(50% + 30px);
}

/*gesch engels*/
#historiekEng {
    display: grid;
    grid-template-columns: 1fr 0.2fr 1fr;
    grid-template-rows: 1fr;
    background-color: #271E1E;
}

#historiekEng img {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
}

#historiekEng h1 {
    color: #D76B73;
    font-size: 160px;
}

#historiekEng p {
    font-size: larger;
    line-height: 0;
}

#historiekEng div {
    grid-column: 3;
    text-align: center;
    color: white;
    line-height: 10px;
    padding-top: 20%;
    padding-right: 30px;
}

#historiekEng .pijl {
    grid-column: 2;
    grid-row: 1;
    height: 30px;
    align-self: flex-end;
    padding-bottom: 20px;
    animation: omhoogomlaag 1s ease-out infinite alternate;

}

.GeschTijdlijnEng {
    background-color: #F6F5EE;
    min-height: 100vh;
    padding: 100px 15px;
}

.GeschBlokkenEng {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.GeschBlokkenEng::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #271E1E;
    left: calc(50% - 1px);
}

.GeschBlokjesEng {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

.GeschBlokjesEng:last-child {
    margin-bottom: 0;
}

.GeschBlokjesEng:nth-child(odd) {
    padding-right: calc(50% + 30px);
    text-align: right;
}

.GeschBlokjesEng:nth-child(even) {
    padding-left: calc(50% + 30px);
}



/*shop*/
#shopStart {
    display: grid;
    grid-template-columns: 1fr 0.2fr 1fr;
    grid-template-rows: 1fr;
    height: 60%;
    background-color: #271E1E;
    padding-bottom: 0;
}

#shopStart .pijl {
    grid-column: 2;
    grid-row: 1;
    height: 30px;
    align-self: flex-end;
    padding-bottom: 20px;
    animation: omhoogomlaag 1s ease-out infinite alternate;
}

@keyframes omhoogomlaag {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-2vw);
    }

    0% {
        transform: translateY(0);
    }
}


#shopStart img {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    padding-right: 0%;
}

#shopStart h1 {
    color: #D76B73;
    font-size: 160px;
}

#shopStart p {
    font-size: larger;
    line-height: 0;
}

#shopStart div {
    grid-column: 3;
    text-align: center;
    color: white;
    line-height: 10px;
    padding-top: 20%;
}

#drankjes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    height: 100%;
    width: 90vw;
    margin: 30px auto;
    border-radius: 0 30px 0 30px;
    background-color: #271E1E;
}

#shopDrankjes {
    margin: auto;
    margin-left: 0;
}

#drankjes h2 {
    color: #D76B73;
}

#drankjes p {
    color: #ffffff;

}

#drankjes img {
    object-fit: cover;
    height: 100%;
    border-radius: 0 0 0 30px;
}




#slideDrankjes {
    height: 800px;
    overflow-y: auto;
    display: flex;
    scrollbar-color: rgba(0, 0, 0, 0) transparent;
    margin-top: 30px;
    justify-content: space-between;
    display: flex;
}

/*pop-up*/
#popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.838);
}

.popup-content {
    background-color: #271E1E;
    padding: 20px;
    border: 1px solid #271E1E;
    width: 80%;
    max-width: 300px;
    text-align: center;
    border-radius: 5px;
    margin: 0% auto;
    float: left;
    margin-top: 50px;
}


.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-button:hover,
.close-button:focus {
    color: #D76B73;
}

#pop-upNaam {
    color: #D76B73;
}


#showOneButton {
    display: none;
    margin-top: 50px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    color: #271E1E;
    border-radius: 0 10px 10px 0;
    position: fixed;
    border: none;
    font-family: century gothic;
    background-color: #96BDDC;
}

#showOneButton:hover {
    background-color: #ECB84B;
    color: white;
    padding-right: 30px;
    transition: 0.5s ease;
}

/**/

.mySlidesFade {
    flex: 1;
    box-sizing: border-box;
    padding: 10px;
}


#slideDrankjes img {
    height: 700px;
    border-radius: 0 2rem 0 2rem;
    transition: 0.5s ease;
}

#drankjes input[type=submit]:hover {
    background-color: #88AD56;
    color: #f6f4e8;
    border: 2px #271E1E;

}

#drankjes input[type=submit] {
    background-color: #D76B73;
    color: #ffffff;
    padding: 0.4rem 1rem;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}


#slideDrankjes>.mySlidesFade {
    margin-left: 5%;
}

#clothes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0rem 0rem;


}

#clothes input[type=submit]:hover {
    background-color: #96BDDC;
    color: #f6f4e8;
    border: 2px #271E1E;

}

#clothes input[type=submit] {
    background-color: #D76B73;
    color: #ffffff;
    padding: 0.4rem 1rem;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}


#clothes img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
    background-color: #f6f4e8;
}

#clothes div {
    border-radius: 30px;
    text-align: center;
    margin: -5px auto;
    color: white;
    width: 28rem;
    background: #271E1E;
    padding-bottom: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 10px;
}


#ticketsShop {
    background-color: #271E1E;
    width: 95vw;
    margin: 30px 0 0 0;
    border-radius: 0 2rem 2rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    height: 100%
}

#ticketsShop div {
    width: 25vw;
    align-items: center;
    margin: auto;

}

#ticketsShop img {
    height: 600px;
    border-radius: 2rem;
    margin: 10% auto;
}

#ticketsShop input[type=submit]:hover {
    background-color: #96BDDC;
    color: #f6f4e8;
    border: 2px #271E1E;

}

#ticketsShop input[type=submit] {
    background-color: #D76B73;
    color: #ffffff;
    padding: 0.4rem 1rem;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}

#ticketsShop {
    color: white;

}

#ticketsShop h3 {
    color: #D76B73;
}

/*info*/
#infoStart {
    display: grid;
    grid-template-columns: 1fr 0.2fr 1fr;
    grid-template-rows: 1fr;
    height: 80%;
    background-color: #271E1E;
    padding-bottom: 0;
}

#infoStart img {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    padding-right: 0%;
}

#infoStart h1 {
    color: #D76B73;
    font-size: 160px;
}

#infoStart p {
    font-size: larger;
    line-height: 0;
}

#infoStart div {
    grid-column: 3;
    text-align: center;
    color: white;
    line-height: 10px;
    padding-top: 20%;
}

#infoStart .pijl {
    grid-column: 2;
    grid-row: 1;
    height: 30px;
    align-self: flex-end;
    padding-bottom: 20px;
    animation: omhoogomlaag 1s ease-out infinite alternate;

}

#infoExpo h1 {
    color: #D76B73;
}

#infoExpo {
    padding-top: 1%;
    height: 20vh;
    background-color: #271E1E;
    text-align: center;
    color: #f6f4e8;
}

#infoExpo a {
    list-style: none;
    color: white;
    text-decoration: underline;
}

#kaart {
    width: 100vw;
    height: 90vh;
    background-color: #271E1E;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 70%;
    padding-top: 10%;
    grid-gap: 80px;
}

#kaart .container2 {
    background-color: #271E1E;
    border-radius: 0px 30px 30px 0px;
    border: solid 3px #f6f4e8;
    padding-left: 10px;
    display: grid;
    grid-template-columns: 1;
    grid-template-rows: repeat(4, 1fr);
}

#map {
    border-radius: 5px;
    display: flex;
    background-color: #f6f4e800;
    border-radius: 30px 0px 0px 30px;
    object-fit: cover;

}

#map iframe {
    width: 100%;
    object-fit: fill;
    border-radius: 30px 0px 0px 30px;
    margin: 0
}

#promo {
    margin: 30px auto;
    width: 50%;
    border-radius: 30px;
    display: block;
}

#infoExpo a {
    color: #D76B73;
    list-style: none;
    text-decoration: underline;
}

/*contact*/
#contact {
    width: 100vw;
    height: 100vh;
    background-color: #271E1E;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 70%;
    padding-top: 10%;
    grid-gap: 80px;
}

.container h1 {
    color: #D76B73;
    font-size: larger;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #f6f4e8;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit]:hover {
    background-color: #D76B73;
    color: #f6f4e8;
    border: 2px #271E1E;

}

input[type=submit] {
    background-color: #271E1E;
    color: #f6f4e8;
    padding: 1rem 2rem;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}

.container {
    border-radius: 5px;
    padding: 20px;
    display: flex;
    background-color: #f6f4e8;
    border-radius: 0 30px 30px 0;
    height: 110%;
}

input,
select {
    background-color: #4d462200;
    border: 0 0 5px 0;
    color: #271E1E;

}

.container2 {
    background-color: #271E1E;
    border-radius: 30px 0px 0px 30px;
    border: solid 3px #f6f4e8;
    padding-left: 10px;
    display: grid;
    grid-template-columns: 1;
    grid-template-rows: repeat(4, 1fr);
    height: 115%;
}

.container2 section {
    padding-top: 6rem;

}

.container2 p {
    color: #f6f4e8;
}

.container2 h1 {
    color: #D76B73;

}

.container2 img {
    width: 30px;
    padding-top: 10px;
}


.contactInfo {
    display: flex;
    height: 2rem;
}

#telefoon,
#mail,
#loc {
    margin-top: 0;
    padding-top: 2%;
    padding-left: 2rem;
}


/*winkelmand*/
.terug{
    list-style: none;
    color: #f6f4e8;
    font-size: 30px;
    margin-left: 30px;
    text-decoration: none;
}
.terug:hover{
    list-style: none;
    color: #D76B73;
    margin-left: 30px;
}
#drankjesWinkel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    height: 100%;
    width: 90vw;
    margin: 30px auto;
    border-radius: 30px;
    background-color: #f6f4e8;

}

#drankjesWinkel div {
    margin: auto;
    margin-left: 0;
}

#drankjesWinkel h2 {
    color: #D76B73;
}

#winkelmand {
    background-color: #271E1E
}

#drankjesWinkel p {
    color: #000000;

}

#drankjesWinkel img {
    object-fit: cover;
    height: 100%;
    border-radius: 25px 0 0 25px;
}

#aantal {
    width: 60px;
    margin-left: 5px;
    border-radius: 5px 5px 5px 5px;
    border-color: #271E1E;
    border-width: 2pt;
}

#drankjesWinkel .winkelmandButton {
    border-radius: 30rem;
    padding: 10px 20px 10px 20px;
    margin-top: 5px;
}

/*Tickets*/
#ticketverkoop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    height: 100%;
    width: 90vw;
    margin: 30px auto;
    border-radius: 30px;
    background-color: #f6f4e8;

}

#ticketverkoop div {
    margin: auto;
    margin-left: 0;
}

#ticketverkoop h2 {
    color: #D76B73;
}

#winkelTickets {
    background-color: #271E1E
}

#ticketverkoop p {
    color: #000000;

}

#ticketverkoop img {
    object-fit: cover;
    height: 100%;
    border-radius: 25px 0 0 25px;
}

#ticketverkoop .winkelTicketsButton {
    border-radius: 30rem;
    padding: 10px 20px 10px 20px;
    margin-left: 10px;
}

#ticketverkoop #KoopTickets {
    border-radius: 30rem;
    padding: 10px 20px 10px 20px;
}

/**/

@media screen and (max-width: 769px) {
    .menu {
        display: none;
    }

    .menu.active {
        display: block;
    }

    #hamburgermenu {
        display: block;
        line-height: 3rem;
        margin: 0 15px;
    }

    .navbar {
        text-align: right;
        height: max-content;
    }

    .navbar a {
        margin: 0;
    }


    .navbar #active {
        color: #000;
        font-size: 15px;
        margin-left: 0px;
        text-decoration: none;
        list-style: none;
        background-color: #96BDDC;
        padding: 0.5rem 1rem;
        border-radius: 0rem 1rem 0rem 1rem;

    }

    .navbar #active:hover {
        color: #ffffff;
        font-size: 15px;
        text-decoration: none;
        list-style: none;
        background-color: #D76B73;
        padding: 0.7rem 1.2rem 0.7rem;
        border-radius: 1rem 0rem 1rem 0rem;
        transition: 0.5s ease;

    }

    p {
        font-size: 12pt;
    }

    /*home*/
    #home {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 0.5fr 0.2fr;
        height: 100vh;
        background-color: #271E1E;
        width: 100vw;
    }

    #home img {
        grid-column: 1;
        grid-row: 2;
        height: 70vh;
        align-items: end;
    }

    #home h1 {
        color: #D76B73;
        font-size: 77px;
    }

    #home div {
        grid-row: 1;
        grid-column: 1/3;
        text-align: center;
        color: white;
        line-height: 4px;
        padding-top: 20%;
        width: 100vw;
    }

    #home .pijl {
        grid-column: 2;
        grid-row: 2;
        height: 20px;
        align-self: flex-start;
        padding-bottom: 20px;
    }

    #home h2 {
        text-decoration: underline;
    }

    /*sectoin 2*/
    #homeHistoriek {
        grid-template-rows: repeat(2, 1fr);
        display: grid;
        color: white;
        background-color: #271E1E;
        padding: 0;
        height: 100%;
        place-items: center;
    }

    #homeHistoriek div {
        grid-row: 1;
        text-align: center;
        padding: 5% 0 0 0;
        height: 20vh;

    }

    #homeHistoriek h3 {
        color: #D76B73;
    }


    #HayaoFoto {
        width: 100vw;
        grid-row: 2;
        padding: 0%;

    }

    #homeHistoriek img {
        padding-left: 0;
        width: 100vw;
    }


    /*tickets*/
    .tickets {
        background-color: #271E1E;
        width: 90vw;
        height: auto;
        margin-left: 0px;
        margin-top: 30px;
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: 1fr;

    }

    .tickets img {
        height: 400px;
        margin: 5% auto;
        border-radius: 2rem;
        grid-row: 1;
        padding-left: 5px;
        display: block;

    }

    .tickets div {
        grid-row: 2;
        text-align: center;
        margin: 0 10% 0 20%
    }

    .tickets div {
        height: auto;
        margin: auto;
        padding-bottom: 10px;
        display: block;

    }

    /* shop*/
    #shop {
        display: grid;
        height: auto;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
        border-radius: 0 20px 0 20px;
    }

    #shop img {
        height: 200px;
        border-radius: 2rem;
        opacity: 1;
        margin: 30px auto;
    }

    #shop div {
        line-height: 10%;
        text-align: center;
        margin-top: 0%;

    }

    #shop img:hover {
        transition: 0.5s ease;

        box-shadow:
            1px 1px #a76267,
            3px 3px #a76267;


        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);

    }

    #shop a {
        font-size: 20pt;
    }

    #shop .wit {
        color: white;

    }

    .rand {
        -webkit-text-stroke: 1px white;
        color: #00000000;
    }



    #clothes input[type=submit]:hover {
        background-color: #96BDDC;
        color: #f6f4e8;
        border: 2px #271E1E;

    }


    /*info*/
    #info {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        width: 80vw;
        background-color: #271E1E;
        color: white;
        border-radius: 2rem;
        margin: 30px 10% 30% 10%;
        line-height: 1.5;
    }

    #info div {
        padding: 0 0 0 0px;
        align-self: baseline;
        text-align: center;
        font-size: 9pt;
    }

    #info h3 {
        color: #96BDDC;
    }

    #info video {
        width: 100%;
        height: 110%;
        object-fit: fill;
        border-radius: 0 0 2rem 2rem;
    }

    /*footer*/
    footer {
        display: grid;
        height: auto;
        width: 100vw;
        background-color: #271E1E;
        color: white;
        margin-top: 30px;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: 1fr;

    }

    footer img {
        height: 15vh;
        padding: 10px 0 0 0;
        grid-row: 1;
        display: block;
        margin: 10px auto;
    }

    footer div :nth-child(1) {
        padding-top: 10%;
        text-align: center;
        grid-row: 2;

    }

    #contact {
        width: 100vw;
        height: 100vh;
        background-color: #271E1E;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        padding-top: 10%;
        grid-gap: 80px;


    }

    .container,
    .container2 {
        border-radius: 0px;
        height: 100%;
    }

    /*historiek*/
    #historiek {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 0.5fr 0.2fr;
        background-color: #271E1E;

    }

    #historiek img {
        grid-column: 1;
        grid-row: 2;
        height: 70vh;
        align-items: end;
    }


    #historiek h1 {
        color: #D76B73;
        font-size: 77px;
    }

    #historiek div {
        grid-row: 1;
        grid-column: 1/3;
        text-align: left;
        color: white;
        line-height: 4px;
        padding-top: 10%;
        margin: 0 auto;
        padding-left: 10px;
    }

    #historiek .pijl {
        grid-column: 2;
        grid-row: 2;
        height: 20px;
        align-self: flex-start;
        padding-bottom: 20px;
    }


    .GeschBlokken::before {
        left: 7px;
    }

    .GeschBlokjes:nth-child(odd) {
        padding-right: 0;
        text-align: left;
    }

    .GeschBlokjes:nth-child(odd),
    .GeschBlokjes:nth-child(even) {
        padding-left: 37px;
    }

    .GeschPunt {
        left: 0;
    }

    .GeschImg {
        background-color: #271e1e00;
        border-radius: 5px;
        height: 80%;
    }

    /*historiekFr*/
    #historiekFr {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 0.5fr 0.2fr;
        background-color: #271E1E;

    }

    #historiekFr img {
        grid-column: 1;
        grid-row: 2;
        height: 70vh;
        align-items: end;
    }

    #historiekFr h1 {
        color: #D76B73;
        font-size: 77px;
    }

    #historiekFr div {
        grid-row: 1;
        grid-column: 1/3;
        text-align: left;
        color: white;
        line-height: 4px;
        padding-top: 5%;
        margin: auto;
        padding-left: 10px;
    }

    #historiekFr p {
        font-size: 12pt;
        line-height: 1;
    }

    #historiekFr .pijl {
        grid-column: 2;
        grid-row: 2;
        height: 20px;
        align-self: flex-start;
        padding-bottom: 20px;
    }

    .GeschBlokkenFr::before {
        left: 7px;
    }

    .GeschBlokjesFr:nth-child(odd) {
        padding-right: 0;
        text-align: left;
    }

    .GeschBlokjesFr:nth-child(odd),
    .GeschBlokjesFr:nth-child(even) {
        padding-left: 37px;
    }

    .GeschPuntFr {
        left: 0;
    }

    /*historiek engels*/
    #historiekEng {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 0.5fr 0.2fr;
        background-color: #271E1E;

    }

    #historiekEng img {
        grid-column: 1;
        grid-row: 2;
        height: 70vh;
        align-items: end;
    }


    #historiekEng h1 {
        color: #D76B73;
        font-size: 77px;
    }

    #historiekEng div {
        grid-row: 1;
        grid-column: 1/3;
        text-align: left;
        color: white;
        line-height: 4px;
        padding-top: 10%;
        margin: 0 auto;
        padding-left: 10px;

    }

    #historiekEng .pijl {
        grid-column: 2;
        grid-row: 2;
        height: 20px;
        align-self: flex-start;
        padding-bottom: 20px;
    }

    #historiekEng p {
        font-size: 12pt;
        line-height: 1;
    }

    .GeschBlokkenEng::before {
        left: 7px;
    }

    .GeschBlokjesEng:nth-child(odd) {
        padding-right: 0;
        text-align: left;
    }

    .GeschBlokjesEng:nth-child(odd),
    .GeschBlokjesEng:nth-child(even) {
        padding-left: 37px;
    }

    .GeschPuntFr {
        left: 0;
    }


    /*SHOP*/
    #shopStart {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 0.5fr 0.2fr;
        height: auto;
        background-color: #271E1E;
        width: 100vw;
    }

    #shopStart img {
        grid-column: 1;
        grid-row: 2;
        height: 70vh;
        align-items: end;
    }

    #shopStart h1 {
        color: #D76B73;
        font-size: 77px;
    }

    #shopStart div {
        grid-row: 1;
        grid-column: 1/3;
        text-align: center;
        color: white;
        line-height: 4px;
        padding-top: 20%;
        width: 100vw;
    }

    #shopStart .pijl {
        grid-column: 2;
        grid-row: 2;
        height: 20px;
        align-self: flex-start;
        padding-bottom: 20px;
    }

    #drankjes {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
        width: auto;
        margin: 30px auto;
        border-radius: 30px;
        background-color: #271E1E;
    }

    #drankjes img {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        border-radius: 30px;
    }


    #drankjes div {
        text-align: center;
        margin: 0% auto;
        padding-top: 50px;
        float: right;
    }

    #shopStart h2 {
        text-decoration: underline;
    }

    /**/
    #drankjesWinkel {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
        width: auto;
        margin: 30px 30px 20rem 30px;
        border-radius: 30px;
        background-color: #f6f4e8;

    }

    #drankjesWinkel img {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        border-radius: 30px;
        border-radius: 0 0 30px 30px;
        margin-bottom: 30px;
    }


    #drankjesWinkel div {
        text-align: center;
        margin: 10% auto
    }

    /**/
    #ticketverkoop {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
        width: auto;
        margin: 30px 30px 20rem 30px;
        border-radius: 30px;
        background-color: #f6f4e8;

    }

    #ticketverkoop img {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        border-radius: 30px;
        border-radius: 0 0 30px 30px;
        margin-bottom: 30px;
    }


    #ticketverkoop div {
        text-align: center;
        margin: 10% auto
    }

    /**/

    #shopStart h2 {
        text-decoration: underline;
    }

    #ticketsShop {
        background-color: #271E1E;
        width: 90vw;
        height: auto;
        margin-left: 0px;
        margin-top: 30px;
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: 1fr;

    }

    #ticketsShop img {
        height: 400px;
        margin: 5% auto;
        grid-row: 1;
        padding-left: 5px;
        display: block;

    }

    #ticketsShop div {
        grid-row: 2;
        text-align: center;
        margin: 0 10% 0 20%
    }

    #ticketsShop div {
        height: auto;
        margin: auto;
        padding-bottom: 10px;
        display: block;

    }


    /*INFO*/
    #infoStart {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 0.5fr 0.2fr;
        height: auto;
        background-color: #271E1E;
        width: 100vw;
    }

    #infoStart img {
        grid-column: 1;
        grid-row: 2;
        height: 70vh;
        align-items: end;
    }

    #infoStart h1 {
        color: #D76B73;
        font-size: 77px;
    }

    #infoStart div {
        grid-row: 1;
        grid-column: 1/3;
        text-align: center;
        color: white;
        line-height: 4px;
        padding-top: 20%;
        width: 100vw;
    }

    #infoStart .pijl {
        grid-column: 2;
        grid-row: 2;
        height: 20px;
        align-self: flex-start;
        padding-bottom: 20px;
    }

    #infoStart h2 {
        text-decoration: underline;
    }


    #kaart {
        width: 100vw;
        height: auto;
        background-color: #271E1E;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        padding-top: 20%;
        grid-gap: 80px;
    }

    #kaart .container2 {
        background-color: #271E1E;
        border-radius: 0px 30px 30px 0px;
        border: solid 3px #f6f4e8;
        padding-left: 10px;
        display: grid;
        grid-template-columns: 1;
        grid-template-rows: repeat(4, 1fr);
        width: 90vw;
    }

    #map {
        border-radius: 5px;
        display: flex;
        background-color: #f6f4e800;
        border-radius: 0px 0px 0px 0px;
        object-fit: cover;

    }

    #map iframe {
        width: 100%;
        object-fit: fill;
        border-radius: 0px 0px 0px 0px;
        margin: 0
    }

    #promo {
        margin: 30px auto;
        width: 70%;
        border-radius: 30px;
        display: block;
    }

}



/*GSM*/

@media screen and (max-width: 480px) {
    html {
        width: 100%;
    }

    #home {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 0.5fr 0.2fr;
        height: 100vh;
        background-color: #271E1E;
        width: 100vw;
    }

    #home img {
        grid-column: 1;
        grid-row: 2;
        height: 50vh;
        align-items: end;
        padding-top: 20%;
    }

    #home h1 {
        color: #D76B73;
        font-size: 77px;
    }

    #home div {
        grid-row: 1;
        grid-column: 1/3;
        text-align: center;
        color: white;
        line-height: 4px;
        padding-top: 20%;

    }

    #home .pijl {
        grid-column: 2;
        grid-row: 2;
        height: 20px;
        padding-bottom: 100px;
    }

    #home h2 {
        font-size: 25pt;
        text-decoration: underline;
    }

    #home p {
        font-size: 14px;
    }

    /*section 2*/


    #homeHistoriek {
        grid-template-rows: repeat(2, 1fr);
        display: grid;
        color: white;
        background-color: #271E1E;
        padding: 0;
        height: 100%;
    }

    #homeHistoriek div {
        grid-row: 1;
        text-align: center;
        padding: 10% 0 0 0;

    }

    #homeHistoriek h3 {
        color: #D76B73;
    }



    #HayaoFoto {
        width: 100vw;
        grid-row: 2;
        padding: 0%;
    }

    #homeHistoriek img {
        padding-left: 0;
        width: 100vw;
    }

    /*section 3*/


    #slideshow {
        height: 500px;
        overflow-y: auto;
        display: flex;
        scrollbar-color: rgba(0, 0, 0, 0) transparent;
        margin-top: 10%;
        justify-content: space-between;
        display: flex;
        background-image: url("/beelden/lijn.jpg");
        background-size: 500px 100vw;
        background-repeat: no-repeat;
    }

    .mySlidesFade {
        flex: 1;
        box-sizing: border-box;
        padding: 10px;
    }


    #slideshow img {
        height: 400px;
        border-radius: 2rem;

    }


    #slideshow>.mySlidesFade {
        margin-left: 5%;
    }


    .next {
        right: 0;
    }


    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }


    /*tickets*/
    .tickets {
        background-color: #271E1E;
        width: 90vw;
        height: auto;
        margin-left: 0px;
        margin-top: 30px;
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: 1fr;

    }

    .tickets div {
        font-size: 0.8rem;
        height: auto;
        align-items: center;
        padding-bottom: 10px;
        margin: 10px auto;
    }


    .tickets img {
        height: 300px;
        margin: 10% auto;
        border-radius: 2rem;
        grid-row: 1;
        align-items: center;
    }

    p {
        font-size: 9pt;
    }

    .tickets {
        color: white;

    }

    .tickets h3 {
        color: #D76B73;
    }

    .tickets div {

        grid-row: 2;
        text-align: center;
        margin: 0 10% 0 20%
    }

    /* shop*/

    #shop {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 40% 20% 40%;
        margin-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
        background-size: 360%;
        position: relative;
        background-repeat: no-repeat;
    }

    #shop img {
        height: 30vh;
        border-radius: 2rem;
        border-color: #D76B73;
        border-style: solid;
        border-width: 5px;
        opacity: 1;

    }

    #shop div {
        line-height: 10%;
        text-align: center;
        margin-top: 0%;
        font-size: 0.8rem;

    }

    .rand {
        -webkit-text-stroke: 0.5px white;
        color: #00000000;
    }

    #shop .wit:hover {
        -webkit-text-stroke: 0.5px white;
        color: #00000000;
    }

    /*info*/
    #info {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        height: 55vh;
        width: 80vw;
        background-color: #271E1E;
        color: white;
        border-radius: 2rem;
        margin: 30px 10% 20% 10%;
        line-height: 1.5;
    }

    #info div {
        padding: 0 0 0 0px;
        align-self: baseline;
        text-align: center;
    }

    #info h3 {
        color: #96BDDC;
    }

    #info video {
        width: 100%;
        height: 100%;
        object-fit: fill;
        border-radius: 0 0 2rem 2rem;


    }

    /*footer*/
    footer {
        display: grid;
        height: 60vh;
        width: 100vw;
        background-color: #271E1E;
        color: white;
        margin-top: 30px;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: 1fr;
        padding-top: 30px;
    }

    #shopStart p {
        font-size: 60%;
        line-height: 0;
    }

    footer img {
        height: 15vh;
        grid-row: 1;
        display: block;
        margin: 10px auto;
    }

    footer div :nth-child(1) {

        text-align: center;
        grid-row: 2;
    }

    .linken:hover {
        color: #D76B73;
    }

    #naam {
        grid-row: 3;
        transition: 0.5s ease;
    }

    #plants {
        height: 150px;
        margin-left: 40%;
        margin-bottom: 50%;
    }

    #contact {
        width: 100vw;
        height: 100vh;
        background-color: #271E1E;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        padding-top: 10%;
        grid-gap: 80px;
    }

    /*Historiek*/
    #historiek p {
        font-size: 9pt;
        line-height: 0;
    }

    #historiek {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 0.5fr 0.2fr;
        background-color: #271E1E;
        width: 100vw;
        height: 100vh;
    }

    #historiek img {
        grid-column: 1;
        grid-row: 2;
        height: 50vh;
        align-items: end;
        padding-top: 20%;
    }

    .GeschImg {
        width: 50%;
    }

    /*historiekFr*/

    #historiekFr {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 0.5fr 0.2fr;
        background-color: #271E1E;
        height: 100vh;
    }

    #historiekFr img {
        grid-column: 1;
        grid-row: 2;
        height: 50vh;
        align-items: end;
        padding-top: 20%;
    }

    .GeschImg img {
        width: 18rem;
    }

    #historiekFr p {
        line-height: 0.9;
        font-size: 9pt;
    }

    
    #historiekEng {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 0.5fr 0.2fr;
        background-color: #271E1E;
        height: 100vh;
    }

    #historiekEng img {
        grid-column: 1;
        grid-row: 2;
        height: 50vh;
        align-items: end;
        padding-top: 20%;
    }

   

    #historieEngr p {
        line-height: 0.9;
        font-size: 9pt;
    }

    /*SHOP*/
    #ticketsShop {
        background-color: #271E1E;
        width: 90vw;
        height: auto;
        margin-left: 0px;
        margin-top: 30px;
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: 1fr;

    }

    #ticketsShop div {
        font-size: 0.8rem;
        padding-top: 10px;
        height: auto;
        align-items: center;
        padding-bottom: 10px;
        margin: 10px auto;
    }


    #ticketsShop img {
        height: 300px;
        margin: 10% auto;
        border-radius: 2rem;
        grid-row: 1;
        align-items: center;
    }



    #ticketsShop div {

        grid-row: 2;
        text-align: center;
        margin: 0 10% 0 20%
    }

    /*shop*/
    #slideDrankjes {
        height: 500px;
        overflow-y: auto;
        display: flex;
        scrollbar-color: rgba(0, 0, 0, 0) transparent;
        margin-top: 10%;
        justify-content: space-between;
        display: flex;
    }

    .mySlidesFade {
        flex: 1;
        box-sizing: border-box;
        padding: 10px;
    }

    #shopStart img {
        grid-column: 1;
        grid-row: 2;
        height: 50vh;
        align-items: end;
    }


    #slideDrankjes img {
        height: 400px;
        border-radius: 0 2rem 0 2rem;

    }

    /*INFO*/

    #infoStart {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 0.5fr 0.2fr;
        height: 100vh;
        background-color: #271E1E;
        width: 100vw;
    }

    #infoStart img {
        grid-column: 1;
        grid-row: 2;
        height: 50vh;
        align-items: end;
        padding-top: 20%;
    }

    #infoStart h1 {
        color: #D76B73;
        font-size: 77px;
    }

    #infoStart p {

        font-size: 0.6rem;
    }

    #infoStart div {
        grid-row: 1;
        grid-column: 1/3;
        text-align: center;
        color: white;
        line-height: 4px;
        padding-top: 20%;
        width: 100vw;
    }

    #infoStart .pijl {
        grid-column: 2;
        grid-row: 2;
        height: 20px;
        align-self: flex-start;
        padding-bottom: 20px;
    }

    #infoStart h2 {
        text-decoration: underline;
    }

    #infoExpo {
        padding: 1% 0 0 0;
        background-color: #271E1E;
        text-align: center;
        color: #f6f4e8;

    }

    #infoExpo p {
        font-size: 0.6rem;
    }

    #kaart {
        width: 100vw;
        background-color: #271E1E;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        padding-top: 10%;
        grid-gap: 80px;
    }

    #kaart .container2 {
        background-color: #271E1E;
        border-radius: 0px 30px 30px 0px;
        border: solid 3px #f6f4e8;
        padding-left: 10px;
        display: grid;
        grid-template-columns: 1;
        grid-template-rows: repeat(4, 1fr);
    }

    #map {
        border-radius: 5px;
        display: flex;
        background-color: #f6f4e800;
        border-radius: 0px 0px 0px 0px;
        object-fit: cover;

    }

    #map iframe {
        width: 100%;
        object-fit: fill;
        border-radius: 30px 0px 0px 30px;
        margin: 0
    }

    #promo {
        margin: 30px auto;
        width: 90%;
        border-radius: 30px;
        display: block;
    }

    #clothes {
        margin: 0 7px 0 7px
    }

    .container {
        border-radius: 0px;
    }
}





/**/