body, html {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

html {
    font-family: nunito;
    text-align: center;
    background-color: #fff;
}

#logo {
    position: relative;
    padding-top: 1%;
}

a, a:visited, a:active {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #000;
    text-decoration: none;
}

nav ul, nav li {
    display: inline-block;
}

nav {
/*    margin-top: 2%;*/
    font-size: 1.3em;
    background-color: #f2f2f2;
    border-bottom: 2px solid #ccc;
}

nav ul {
    width: 80%;
}

nav li {
    margin: 0;
    padding: 0;
    border: none;
}

nav li {
    padding: 1.2em;
}


.top {
    margin-top: 4%;
}

.top h1 {
    text-transform: uppercase;
    font-weight: bolder;
}

.top #big {
    font: nunitoregular;
    font-size: 1.5em;
}


.billeder {
    margin-top: 5%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.billeder img {
    width: 30%;
    height: 30%;
    min-width: 150px;
    min-height: 150px;
}

.billeder h3 {
    padding-right: 37em;
}

.kontakt {
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 2%;
    background-color: #f2f2f2;
    border-top: 2px solid #ccc;
}


.kontakt ul li:last-child {
    border-left: 1px solid #000;
    padding-left: 1.2%;
}

.kontakt ul li:first-child {
    padding-right: 1.2%;
}

.kontakt ul li {
    display: inline-block;
}


.top-row img:first-child {
    border-top-left-radius: 75px;
}
.top-row img:last-child {
    border-top-right-radius: 75px;
}
.bottom-row img:first-child {
    border-bottom-left-radius: 75px;
}
.bottom-row img:last-child {
    border-bottom-right-radius: 75px;
}




.content {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.about {
    margin-top: 5%;
}


.split-container {
    display: inline-block;
}

.left {
    width: 59%;
    display: inline-block;
}
.right {
    width: 40%;
    display: inline-block;
}


::-webkit-scrollbar {
    width: .75%;
    min-width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(150, 150, 150, .5);
}

::-webkit-scrollbar-thumb {
    background: rgba(150, 150, 150, .75);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(150, 150, 150, 1);
}


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

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



.showcase {
    width: 80%;
    text-align: center;
    margin: auto;
}

.showcase > * {
    margin-left: 5%;
    margin-right: 5%;
}

.product {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
    display: inline-block;
    border: 1px solid #000;
    background-color: #f1f1f1;
}

.row {
/*    display: flex;*/
    text-align: center;
    margin: 2%;
    margin-left: auto;
    margin-right: auto;
}



.product-container {
    text-align: center;
    display: flex;
    margin: 5%;
    justify-content: center;
}

.product-container .image {
    margin-right: 5%;
    margin-top: auto;
    margin-bottom: auto;
}


.product-container .text {
    position: relative;
    padding: 1%;
    margin-left: 5%;
    background-color: #f1f1f1;
    font-size: 1.3em;
    min-width: 20%;
}

.product-container .text::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -1px;
    bottom: -1px;
/*    background: linear-gradient(315deg,#0fd1db,#f7dd19);*/
    background: #ccc;
    transform: skew(1deg, 1deg);
    z-index: -1;
}


.product-container .text h2 {
    font-size: 2.5em;
    margin-bottom: 0;
}

.product-container .text p {
    font-size: 1.125em;
}

.product-container .text #product-id {
    margin-top: 0;
    opacity: .7;
    font-size: 0.85em;
}


.text ul {
    text-align: left;
    list-style: none;
}
.text li {
    padding: 5%;
}
.text ul #spec {
    font-weight: bold;
    opacity: .7;
}

.introducing {
    padding: 2% 4% 4% 4%;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    margin-bottom: 4%;
    font-style: italic;
}



@media screen and (max-width: 517px) {
    .top-row img:first-child {
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
    }
    .top-row img:last-child {
        border-top-right-radius: 0px;
    }
    .bottom-row img:first-child {
        border-bottom-left-radius: 0px;
    }
    .bottom-row img:last-child {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
}