@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');

/* COLOR */

/* #BDCB20 - grün
#DDE86B - helles grün
#283A44 - Schriftfarbe dunkel
#507488 - Schriftfarbe hell
#767F14 - Schriftfarbe Searchbar */

/* GENERAL */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main {
    max-width: 576px;
    color: #283A44;
    font-family: 'Raleway';
    margin-bottom: 100px;
}

h1 {
    font-size: 21px;
}

/* HEADER */

header {
    background-color: #BDCB20;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
}


#start {
    display: flex;
    padding: 100px 0px 16px 16px;
    align-items: center;
    gap: 16px;
}

form {
    margin: 0px 16px 16px 16px;
}

input[type=text] {
    width: 100%;
    height: 44px;
    background-color: #FFFFFF;
    color: #767F14;
    text-transform: uppercase;
    padding-left: 5%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.71429px;
    border-radius: 25px;
    border: none;
}

#radiusInput {
    padding-left: 16px;
}

#search button {
    background-color: #FFFFFF;
    border: none;
    transform: translateZ(0px);
    transform: translate(410px,-30px);
}

input[type=range] {
    width: 100%;
    height: 4px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-appearance: none;
    background-color: #DDE86B;
    border-radius: 8px;
}
    
input[type='range']::-webkit-slider-thumb {
    width: 24px;
    -webkit-appearance: none;
    height: 12px;
    background: #767F14;
    border-radius: 8px;
}

#radius2 {
    display: flex;
    padding-bottom: 10px;
}

label {
    text-transform: uppercase;
    letter-spacing: 1.71429px;
}

#headerMapAndList {
    display: flex;
    background-color: #FFFFFF;
}

#headerMap {
    background-color: #DDE86B;
    height: 28px;
    width: 50%;
    border-bottom-left-radius: 8px;
}

#headerMapAndList img {
    padding-left: 50%;
    padding-top: 2%;
}

#headerList {
    /* background-color: #FFFFFF; */
    width: 50%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* NAVBAR */

nav ul {
    height: 80px;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 0px 8px;
    align-items: center;
    list-style: none;
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 100%;
}

#navIconSearch {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #BDCB20;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    box-shadow: 0px 2px 38px rgba(0, 0, 0, 0.3);
}

#navIconSearch img {
    object-fit: cover;
}

/* MAIN */

.gastgeber {
    border: 1px solid #CEDBE2;
    border-radius: 8px;
    margin: 16px;
}

.gastgeberName, .preis {
    font-size: 16px;
    font-weight: 500;
}

.gastgeberImg button {
    position: absolute;
    background-color: #FFFFFF;
    transform: translate(-40px, 10px);
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: none;
}

.gastgeberImg button:active img {
    transform: rotateZ(-45deg);
    filter: invert(53%) sepia(26%) saturate(5917%) hue-rotate(2deg) brightness(103%) contrast(108%);
}

.gastgeberBeschreibung, .gastgeberBeschreibungPreis {
    display: flex;
    align-items: center;
    width: 100%;
}

.gastgeberBeschreibung #reload {
    justify-content: flex-end;
}

.entfernung {
    font-size: 12px;
    font-weight: 400;
    padding-top: 2px;
}

.gastgeberNameEntfernung {
    width: 80%;
    padding: 16px 0px 16px 16px;
}

.preis {
    width: 30%;
    padding: 16px 16px 16px 16px;
    text-align: right;
}

.preis p:last-of-type {
    font-size: 12px;
    font-weight: 400;
    padding-top: 2px;
}

/* SEITE UNTERKUNFT */

/* UNTERKUNFT GENERAL */

h2 {
    padding: 0px 0px 8px 16px;
    color: #507488;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}

.calender h2, .ausstattung h2, .unterkunftGastgeber h2, .events h2, footer h2 {
    padding-top: 8%;
}

/* UNTERKUNFT HEADER */

.gastgeberImg {
    width: 100%;
    object-fit: cover;
    position: relative;
}

#headerUnterkunft {
    background-color:  #F5F5F5;
}

#bauernhof img {
    width: 100%;
    object-fit: cover;
}

#bauernhof {
    position: relative;
}

.gastgeberImg2 button {
    position: absolute;
    background-color: #FFFFFF;
    transform: translate(440px,-650px);
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: none;
}

.gastgeberImg2 button:active img {
    transform: rotateZ(-45deg);
    filter: invert(53%) sepia(26%) saturate(5917%) hue-rotate(2deg) brightness(103%) contrast(108%);
}

#headerUnterkunft .gastgeberBeschreibung {
    display: flex;
    justify-content: space-between;
    padding: 30px 27px 27px 16px;
}

#headerUnterkunft .gastgeberName {
    font-size: 21px;
    font-weight: 600;
    color: #424753;
}

#headerUnterkunft .entfernung {
    font-size: 12px;
    font-weight: 500;
    color: #507488;
}

#headerUnterkunft .entfernung img {
    padding-top: 8px;
    padding-right: 4px;
}

/* UNTERKUNFT BESCHREIBUNG */

.BeschreibungDerUnterkunft {
    font-size: 12px;
    font-weight: 400;
    color: #283A44;
}

.BeschreibungDerUnterkunft p {
    padding: 0px 16px;
}

.BeschreibungDerUnterkunft img {
    object-fit: cover;
    width: 100%;
    padding: 15px 0px;
}

/* UNTERKUNFT KALENDER */

.tage {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    padding: 0px 16px;
}

.calenderGrey {
    background-color: #CEDBE2;
    border-radius: 20.8364px;
    width: 41.67px;
    height: 41.67px;
}

.calenderGreen {
    background: #BDCB20;
    border-radius: 20.8364px;
    width: 41.67px;
    height: 41.67px;
}

/* UNTERKUNFT AUSSTATTUNG */

.ausstattungTags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-left: 16px;
}

.tag {
    background-color: #CEDBE2;
    color: #F5F8F9;
    border-radius: 16px;
    max-width: fit-content;
    padding: 4px 12px;
    flex-grow: 0;
}

/* UNTERKUNFT GASTGEBER */

.unterkunftGastgeber div {
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 500;
}

/* UNTERKUNFT EVENTS */

.eventTags {
    display: flex;
    flex-direction: column;
    list-style: none;
    color: #507488;
    font-size: 12px;
    padding-left: 16px;
}

.eventTags span {
    font-weight: 600;
    padding-left: 5px;
}

.eventDate {
    display: flex;
    background-color: #BDCB20;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 100px;
}

.eventTagsSingle div p {
    padding-left: 16px;
}

.eventTagsSingle {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}

/* UNTERKUNFT ANFAHRT  */

#anfahrtBeschreibung {
    display: flex;
    align-items: baseline;
    font-size: 12px;
    font-weight: 400;
    color: #8E99AF;
    padding-left: 16px;
}

#anfahrtBeschreibung p {
    padding-right: 15px;
    padding-bottom: 5%;
}

.contact {
    display: flex;
    padding-top: 3%;
    padding-left: 16px;
}

/* UNTERKUNFT KONTAKT */

.contact div:first-of-type {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact div:last-of-type {
    padding-left: 40%;
}

.contact button {
    border: none;
    border-radius: 10px;
}

/* BUTTONS */

.greenBtn {
    align-items: center;
    background-color: #BDCB20;
    border: none;
    width: 44px;
    height: 44px;
    object-fit: contain;
    border: none;
    border-radius: 10px;
}

#buchen {
    background-color: #FF7A00;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    text-align: center;
    height: 44px;
    width: 163px;
}


/* PROFIL-HTML */

/* PROFIL HEADER */

#headerProfil {
    background-color: #FFFFFF;
    font-size: 12px;
    color: #3C5766;
}

#headerProfil h3 {
    text-align: center;
    padding: 10% 0% 5% 0%;
}

#headerProfilBeschreibung {
    display: flex;
    padding: 0px 16px 0px 16px;
}

#profilUser {
    padding-left: 16px;
    color: #424753;
    font-size: 12px;
    font-weight: 400;
}

#username {
    font-size: 16px;
    font-weight: 500;
}

#userBeschreibung {
    color: #9A9A9A;
    padding: 8px 0px;
}

#letzterOrt {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
    font-size: 12px;
}

#letzterOrt div:nth-of-type(1) {
    display: flex;
}

#letzterOrt div:nth-of-type(1) p {
    padding: 0px 8px;
}

#letzterOrt div:nth-of-type(2) p:last-of-type {
    font-weight: 400;
}

/* Statistik */

.profilStatistik {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    padding-top: 16px;
}

.quote {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 60%;
    box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-weight: 500;
}

.quoteInhalt p:first-of-type{
    font-size: 16px;
}

.quoteInhalt p:last-of-type {
    color:#9A9A9A;
    font-size: 12px;
}

.profilStatistikBtn {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* GALLERY */

.gallery h4 {
    color: #979797;
    font-weight: 700;
    font-size: 12px;
    padding: 24px 0px 8px 16px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.gallerySmall {
    display: flex;
    width: 80%;
    margin: 0% 7.5% 3% 7.5%;
    justify-content:space-evenly;
}

.img1 {
    grid-area: img1;
}

.img2 {
    grid-area: img2;
}

.img3 {
    grid-area: img3;
}

.galleryBig {
    display: grid;
    width: 75%;
    justify-content: space-evenly;
    grid-template-areas: 
    "img1 img1 img2"
    "img1 img1 img3";
    margin: 0% 10% 3% 10%;
    align-items:flex-end;
}

.beschreibungImg {
    position: absolute;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    transform: translate(30px, -20px);
    text-align: left;
}