.opening-section {
    background-color: #b5bdf5;
    border-color: lightslategray !important;
    border-radius: 25px;
    border-width: 4px;
    font-size: large;
}

.tripple-section {
        background-color: #97b0b0;
        border-color: lightslategray !important;
        border-radius: 25px;
        border-width: 4px;
        font-size: large;
        margin: 5px;
        width: 50%;
        padding: 40px;
}

.container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.home-logo-image {
    min-width: 50%  !important;
    max-height: 250px  !important;
    align-content: center  !important;
    margin: 10px;
}

.exclusiv-camping-section{
    background-color: #b5bdf5;
    font-size: large;
    text-align: center;
}

.home-gallery-image {
    width: 100%  !important;
    max-height: 500px  !important;
    min-height: 400px  !important;
} 

.smallscreen {
    visibility: hidden !important;
    display: none;
}


.exclusive-camping-image {
    width:35%; 
    height:300px;
}

@media screen and (max-width:580px){
    .fullscreen {
        visibility: hidden !important;
        display: none;
    }
    
    .smallscreen {
        visibility: visible !important;
        display: block;
    }
  
    .opening-section-small {
        background-color: #97b0b0;
        border-color: lightslategray !important;
        border-radius: 25px;
        border-width: 4px;
        font-size: large;
    }

    .home-gallery-image {
        width: 100%  !important;
        max-height: 250px  !important;
        min-height: 250px  !important;
    }

    .exclusive-camping-image {
        width:100%; 
        height:200px;
    }

    .exclusiv-camping-section{
        background-color: #b5bdf5;
        font-size: large;
        text-align: left;
    }
  }