html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #fdfdfd;
    /*background-color: #fdfaf5;*/
}

header {
    background-color: #fdfdfd;
    overflow: hidden;
    z-index: 0;
}

.containers {
    background-color: #fdfdfd;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 34px;
    padding-top: 20px;
    text-align: center;
}

.wrap-img {margin: 30px auto; border-radius: 8px; display: block; height: auto; max-width: 300px;}

.logIn {
    margin-right: 30px;
}

div.smalside {
    margin: 0px auto 60px;
    max-width: 700px;
    overflow: auto;
}

div.sideinnhold {
    margin: 0px auto 60px;
    /*max-width: 1000px;*/
    overflow: auto;
}

div.sideinnhold::after {
        content: "";
        clear: both;
    }

h1, .h1 {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    text-decoration: underline;
    background-color: #fdfdfd;
}

h2.normal {
    font-weight: normal;
    text-align: center;
    margin: 30px 0px 50px;
}

.c{text-align: center;}
.r{text-align: right;}

/* Set a style for all buttons */
a.but:link, a.but:visited {
    background-color: green;
    color: white;
    border: 2px solid green;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a.but:hover, a.but:active {
    opacity: 0.8;
}

.aButt {
    bottom: 30px;
    margin-left: 30%;
    text-align: center;
    width: 100%;
    margin: 0px auto;
}

.mActive {
    font-weight: bold;
}

.prispics {
    width: 120px;
}

.pris{padding-right: 30px;}
.valg{width: 16px;}

.iCinnhold {height: 340px;}

.iCard {
    /*background-color: white;*/
    border-radius: 15px;
    margin: 18px;
    min-width: 230px;
    min-height: 425px;
    width: 22%;
    float: left;
    border: 1px solid #ccc !important;
    overflow: hidden;
    box-shadow: 0px 2px 7px #aaaaaa;
}

.iCardImg {margin: 0px auto;}

.cHead{color: white; background-color: gray; height: 60px; text-align: center; padding-top: 20px;}

.cBody{padding: 0px 12px 10px;}

.cBilde {
    width: 30%;
    margin: 20px auto;
}

.prisliste {margin: 400px auto; text-align:center;}

.sidegreier {
    background-color: #fdfdfd;
    margin-bottom: 500px;
}

.para {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    text-align:center;
    width: 100%;
    height: 460px;
}

@media screen and (max-width: 1400px) {
.iCard {
    max-width: 30%;
    min-width: 300px;
    }
}


@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

