﻿html, body {
    font-family: 'Roboto', sans-serif !important;
}

h1, h2 {
    font-size: 15px;
    font-weight: 600;
    color: #303c44;
    margin-bottom: 20px;
}

h2 {
    text-align: center;
}

/*menu start*/
.logo {
    width: 120px;
    height: 65px;
    display: block;
    padding-right: 10px;
}

.wrap {
    position: absolute;
    width: 100%;
}

.two-colors {
    background-color: #373737;
}

    .two-colors:before {
        content: '';
        position: absolute;
        width: 40%;
        left: 60%;
        height: 67px;
        background: #545454;
    }

.one-color {
    background-color: #545454;
}

@media screen and (max-width: 39.9375em) {
    /* 'foundation': If screen is small */
    .logo-wrap {
        width: 100%;
    }

    .logo {
        margin: 0 auto 0 auto;
        float: none;
        height: 45px;
    }

    .menu {
        height: 70px;
    }

    .menu-a {
        text-align: center;
        display: block;
    }

    .logo-b-bg {
        background-color: #373737;
        height: auto;
        width: 100%;
    }

    .two-colors:after {
        background-color: none;
    }

    .one-color {
        background-color: #545454;
    }
}

@media screen and (max-width: 509px) and (min-width: 310px) {
    .logo-wrap {
        width: 100%;
    }

    .logo {
        margin: 10px auto 20px auto;
    }

    .menu {
        height: 70px;
    }

    .menu-a {
        text-align: center;
        display: block;
    }

    .bg {
        max-height: 100%;
        max-width: 100%;
    }

    .button {
        width: 100%;
    }

    .two-colors:before {
        background-color: #373737;
    }
}

.menu-a {
    color: #fff;
    font-size: 18px;
    padding: 20px;
    display: block;
}

    .menu-a:hover {
        color: #aaa;
    }
/*menu end*/
/*info boks*/
.forside-info {
    position: relative;
    background-color: rgba(243, 243, 243, 0.88);
    padding: 20px;
    margin-top: 40px;
    border-radius: 3px;
    z-index: 500;
}

h1, h2 {
    font-weight: 300;
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

p {
    font-weight: 300;
}

.text-forside {
    font-weight: 300;
}

.button {
    background-color: #769560;
    padding: 18px 25px;
    border-radius: 3px;
    border: none;
}

    .button:hover {
        background-color: #5f7b4b;
    }

    .button:focus {
        background-color: #344841;
    }

    .button a {
        color: #fefefe;
    }

/*background image start*/
.bg-image {
    height: 200px;
    width: 100%;
}

.bg-image-caru {
    background-image: url(./images/blomst2.jpg);
    -ms-background-position-x: center;
    -ms-background-position-y: top;
    background-position: center top;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
}
.bg-image-caru2 {
    background-image: url(./images/baenk.jpg);
    -ms-background-position-x: center;
    -ms-background-position-y: top;
    background-position: center top;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
}
.bg-image-caru3 {
    background-image: url(./images/pillemaskine.jpg);
    -ms-background-position-x: center;
    -ms-background-position-y: top;
    background-position: center top;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
}

.bg-center-center {
    -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position: center center;
}

@media only screen and (max-width : 1920px) {
    .bg-image-caru {
        background-image: url(./images/blomst2-1920x840.jpg);
    }
    .bg-image-caru2 {
        background-image: url(./images/baenk-1920x840.jpg);
    }
    .bg-image-caru3 {
        background-image: url(./images/pillemaskine-1920x840.jpg);
    }
}

@media only screen and (max-width : 767px) {
    .forside-info {
        padding: 12px;
        margin-top: 5px;
    }
}

@media only screen and (min-width : 768px) {
    .bg-image {
        height: 350px;
    }
}

@media only screen and (min-width : 1200px) {
    .bg-image {
        height: 450px;
    }
}
/*background image end*/
.thumb {
    border: 1px solid #aaa;
    box-shadow: 0 0 3px #aaa;
}
.footer a {
    display: block;
    text-align: center;
    color: #344841;
    padding: 5px;
    margin-top: 38px;
}

.field-validation-error {
    background-color: #ffc1ce;
}