#kontaktoss {
    margin-top: -20px !important;
    color: black;
    font-size: 10pt;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#taentitt {
    color: black;
    text-align: center;
    font-size: 1.25rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#main {
    margin-top: -2px !important;
    margin-bottom: 50px;
}

.ViTilbyr {
    padding-top: -20px;
    color: black;
    font-size: 1rem;
    margin-left: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#kontaktinfo {
    font-size: 12pt;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: lightslategray;
    margin-top: -30px;
}

* {
    list-style-type: none;
}

.text-center {
    padding-right: 5px;
    color: black;
}

.custom-border {
    border-bottom: 1px solid #000;
}

ul {
    padding-bottom: 50px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.images {
    border-radius: 3px;
}

div.scroll-container {
    background-color: #333;
    overflow-x: auto;
    white-space: nowrap;
    padding: 2px;
    margin-bottom: 0;
    height: auto;
}

div.scroll-container img {
    height: 500px;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

#logo{
    width:250px;
    height: 250px;
}