    /* ALLMÄNT START*/
    body {
        background: #EEEEEE;
        margin: 0;
        padding: 0;
        font-family: 'Segoe UI';
    }
    
    p {
        font-family: Arial;
    }
/* ALLMÄNT SLUT */


    /* HEADER START*/
    .nav {
        margin: auto;
        display: flex;
        width: 90%;
        justify-content: space-between;
    }

    .nav img {
        width: 340px;
    }

    .header-nav-links {
        font-size: 30px;
    }

    a {
        text-decoration: none;
        color: white;
        text-transform: uppercase;
    }

    .header-nav-links .active {
        color: #007EFE;
    }

    .nav ul {
        list-style: none;
    }

    .nav ul li {
        display: inline-block;
    }

    .nav-img, .nav-links {
        margin-top: 30px;
    }

    .header-nav-links li {
        margin: 0 30px;
    }

    .header-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }  

    .header-title {
        text-align: center;
        justify-content: center;
        color: white;
        text-transform: uppercase;
        font-size: 45px;
    }

    .header-nav-links a:hover {
        animation: nav-hover 1s;
        animation-fill-mode: forwards;
    }
    #responsive-btn {
        display: none;
      }
/* HEADER SLUT */


    /* HEADER 1 START*/
    .header1 {
        background: no-repeat top center;
        height: 100vh;
        animation: slider 30s infinite;
    }

    #header-button {
        text-align: center;
        padding: 6px 0px;
        border: 2px solid #007EFE;
        border-radius: 2pc;
        width: 200px;
        font-size: 20px;
    }

    #header-button:hover {
        animation: button-hover 2s;
        animation-fill-mode: forwards;
    }

    .header1 .header-info {
        margin-top: 12%;
    }
/* HEADER 1 SLUT */
    

    /* HEADER 2 START*/
    .header2 {
        background: no-repeat top center;
        height: 600px;
        animation: slider 30s infinite;
    }

    .header2 .header-info {
        margin-top: 7%;
    }

/* HEADER 2 SLUT */


    /* FOOTER START*/
    footer {
        margin: auto;
        background: #575757;
        color: white;
        text-align: center;
    }

    footer h3 {
        text-transform: uppercase;
        font-weight: 500;
    }

    footer ul {
        list-style: none;
        margin-left: -30px;
    }

    footer ul li {
        display: inline-block;
        margin: 0 10px;
        font-size: 20px;
    }

    .footer-row1 {
        display: flex;
        flex-direction: column;
    }

    .logo img {
        width: 340px;
        margin: 25px 0 20px;
    }

    .line-break {   
        margin: auto;
        height: 2px;
        width: 810px;
        background: white;
    }

    .footer-row2 {
        display: flex;
        justify-content: space-evenly;
    }

    .socials a {
        margin: 20px 5px 5px 0;
    }

    .footer-text {
        margin-top: -12px;
    }

/* FOOTER SLUT */


    /* HEM START*/
    .services {
        margin: auto;
        width: 60%;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 80px;
    }

    .services h1 {
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 40px;
    }

    .process {
        display: flex;
        text-align: center;
    }

    .process h2 {
        font-size: 40px;
    }

    .process p {
        margin-top: -12px;
        font-size: 25px;
    }

    .process img {
        margin-left: 40px;
    }

    .one, .two, .three, .four {
        margin: auto;
        display: flex;
        margin-right: 5px;
        justify-content: center;
    }

    .company {
        background: #575757;
        display: flex;
        justify-content: center;
    }

    .company .content {
        width: 60%;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .company h3 {
        text-transform: uppercase;
        text-align: center;
        font-size: 25px;
    }

    .company p {
        font-size: 18px;
    }

    .text {
        width: 50%;
    }

    .products-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 22px;
    }

    .home-products {
        margin-top: 40px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }

    .slider {
        display: flex;
    }

    .product {
        background: white;
        padding: 20px;
        border: 1px solid white;
        border-radius: 2pc;
        text-align: center;
        margin: 0 15px;
    }

    .product h4 {
        font-size: 20px;
        margin-top: 0;
        color: #424242;
    }

    .product a {
        font-weight: 500;
        background: #007EFE;
        border: 2px solid #007EFE;
        border-radius: 2pc;
        padding: 2px 8px;
    }

    .product a:hover {
        animation: main-hover 1s;
    }

    .product img {
        border-radius: 1pc;
    }

    .products-button {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .product:hover {
        animation: product-hover 1s;
        animation-fill-mode: forwards;
    }

    .products-button a {
        margin: 10px 0 60px 0;
        background: #007EFE;
        color: white;
        text-align: center;
        padding: 8px 15px;
        border: 2px solid #007EFE;
        border-radius: 2pc;
        text-transform: uppercase;
        font-weight: 600;
    }

    .products-button a:hover, .product a:hover {
        animation: main-hover 1s;
        animation-fill-mode: forwards;
    }

    .help {
        background: #007EFE;
        display: flex;
        justify-content: center;
    }

    .help .content {
        width: 60%;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .help .text {
        flex: 4;
    }

    .help h1 {
        text-transform: uppercase;
        font-size: 40px;
        line-height: 35px;
    }

    .help p {
        margin-top: -10px;
    }

    .help a {
        background: white;
        text-align: center;
        color: black;
        border: 1px solid white;
        border-radius: 2pc;
        font-weight: 600;
        padding: 20px 0;
        font-size: 18px;
        flex: 1;
    }

    .help a:hover {
        animation: help-hover 1s;
        animation-fill-mode: forwards;
    }

    .images {
        display: flex;
        margin: auto;
    }
    .images img {
        width: 33.3333333333%;
    }
/* HEM SLUT */


    /* PRODUKTER START*/
    .products {
        margin-top: 40px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }

    .cards .row1, .cards .row2, .cards .row3 {
        margin: 20px 0;
        display: flex;
        flex-direction: row;
    }

    .card {
        background: white;
        padding: 20px;
        border: 1px solid white;
        border-radius: 2pc;
        text-align: center;
        margin: 0 15px;
    }

    .card h4 {
        font-size: 20px;
        margin-top: 0;
        color: #424242;
    }

    .card a {
        font-weight: 500;
        background: #007EFE;
        border: 2px solid #007EFE;
        border-radius: 2pc;
        padding: 2px 8px;
    }

    .card img {
        border-radius: 1pc;
    }

    .card:hover {
        animation: product-hover 1s;
        animation-fill-mode: forwards;
    }

    .cards a:hover {
        animation: main-hover 1s;
    }
/* PRODUKTER SLUT */


    /* POLICY START*/
    .policy {
        margin: auto;
        width: 60%;
        margin-bottom: 50px;
    }
    
    .policy-date {
        text-align: center;
        text-decoration: underline;
    }

    .policy-title {
        font-size: 38px;   
    }

    .policy-text {
        font-size: 18px;
        margin-top: -30px;
    }
/* POLICY SLUT */


    /* KONTAKT START*/
    .contact {
        margin: auto;
        margin-top: 30px;
        width: 80%;
        display: flex;
        justify-content: center;
    }

    .contact-col1, .contact-col2 {
        width: 50%;
    }

    .contact-info {
        display: flex;
    }

    .contact-adress, .contact-openhours, .contact-phone, .contact-email {
        margin: 35px 10px 35px 35px;
    }

    .contact-info h4 {
        text-transform: uppercase;
    }

    .contact-info p {
        margin-top: -10px;
        font-size: 18px;
    }

    .icon {
        float: left;
        margin-right: 10px;
    }

    .contact h2 {
        margin-left: 35px;
        text-transform: uppercase;
    }

    form {
        display: flex;
        flex-direction: column;
        width: 70%;
        margin-left: 35px;
    }

    input, textarea {
        margin-bottom: 25px;
        padding: 12px 9px;
        background: #e0e0e0;
        border: 1px solid #dddddd;
        border-radius: 8px;
    }

    select {
        color: grey;
    }

    textarea {
        height: 70px;
    }

    input[type=submit] {
        margin: auto;
        margin-bottom: 60px;
        background: #007EFE;
        color: white;
        text-align: center;
        padding: 6px 0px;
        border: 2px solid #007EFE;
        border-radius: 2pc;
        width: 100px;
        font-size: 14px;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 400;
    }

    input[type=submit]:hover {
        animation: main-hover 1s;
        animation-fill-mode: forwards;
    }

    .form-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .left {
        display: flex;
        flex-direction: column;
        width: 50%;
        margin-right: 15px;
    }

    .right {
        display: flex;
        flex-direction: column;
        width: 50%;
        margin-left: 15px;
    }

    #map {
        margin-top: 30px;
        width: 500px;
        height: 640px;
    }
/* KONTAKT SLUT */


    /* PRODUKTSIDA START*/
    .productpage {
        height: 170px;
    }

    .product-details {
        margin: auto;
        margin-top: 150px;
        margin-bottom: 200px;
        display: flex;
        width: 60%;
        justify-content: space-between;
    }

    .product-info {
        margin-left: 60px;
        margin-top: -28px;
    }

    .product-info h2 {
        text-align: center;
        text-transform: uppercase;
    }

    .product-info .motor {
        font-weight: bold;
        text-transform: uppercase;
    }
/* PRODUKTSIDA SLUT */


    /* ANIMATIONER START*/
    @keyframes button-hover {
        100% {
          background: #007EFE;
        }
    }

    @keyframes nav-hover {
        100% {
          color: #007EFE;
        }
    }

    @keyframes main-hover {
        100% {
          background: #0b559e;
          border: 2px solid #0b559e;
        }
    }

    @keyframes slider {
        0% {
          background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(bilder/startsida.jpg);
        }
        33% {
            background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(bilder/startsida.jpg);
        }
        33.01% {
            background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(bilder/startsida2.jpg);
        }
        67% {
            background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(bilder/startsida2.jpg);
        }
        67.01% {
            background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(bilder/startsida3.jpg);
        }
        100% {
            background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(bilder/startsida3.jpg);
        }
    }

    @keyframes help-hover {
        100% {
          color: #007EFE;
        }
    }

    @keyframes product-hover {
        100% {
            box-shadow: #000 5px 15px 50px;
            transform: scale(1.05);                            
        }
    }
/* ANIMATIONER SLUT */


    /* RESPONSIV START*/ 
    @media screen and (max-width: 1680px) {
        .contact {
            width: 100%;
        }
        .company .content, .help .content, .services {
            width: 70%;
        }
        .product-details {
            width: 70%;
        }
    }

    @media screen and (max-width: 1530px) {
        #hide-product1 {
            display: none;
        }
    }

    @media screen and (max-width: 1440px) {
        .product-details {
            width: 90%;
        }
        .contact-adress, .contact-openhours {
            margin-left: 0;
        }
    }

    @media screen and (max-width: 1180px) {
        .form-row {
            flex-direction: column;
        }
        .right {
            margin-left: 0;
            width: 100%;
        }
        .left {
            width: 100%;
        }
        #map {
            width: 40%;
            height: 760px;
        }
        form {
            margin-left: 0;
        }
        .contact h2 {
            margin-left: 0;
        }
    }

    @media screen and (max-width: 1098px) {
        
    }

    @media screen and (max-width: 1250px) {
        #hide-product2 {
            display: none;
        }
        #responsive-btn {
            display: block;
            position: absolute;
            top: 55px;
            right: 60px;
            color: white;
            z-index: 3;
          }
          #responsive-btn:hover {
            cursor: pointer;
          }
          .nav-links {
            position: absolute;
            left: 0;
            margin-top: 0;
            height: 100%;
            background: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9) ), url(bilder/startsida.jpg) no-repeat top center;
            width: 100%;
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 2;
        }
        .header-nav-links {
            display: flex;
            flex-direction: column;
            text-align: center;
        }
        .header-nav-links li {
            margin: 15px 0;
            font-size: 50px;
        }
        .nav-img {
            z-index: 3;
        }
    }

    @media screen and (max-width: 1024px) {
        .company .content, .help .content, .services {
            width: 90%;
        }
        .contact {
            flex-direction: column-reverse;
        }
        #map {
            margin: auto;
            height: 400px;
            width: 80%;
        }
        .contact {
            width: 100%;
        }
        .contact-col1 {
            margin: auto;
        }
        .contact-info {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: center;
        }
        .contact-col1, .contact-col2 {
            width: 100%;
        }
        form {
            margin: auto;
        }
        .contact h2 {
            text-align: center;
            margin-left: 0;
        }
        .policy {
            width: 80%;
        }
        .product-details {
            margin: auto;
            flex-direction: column;
        }
        .product-img {
            margin: auto;
            margin-top: 40px;
        }
        .product-details img {
            margin: auto;
        }
        .product-info {
            margin-left: 0;
            margin-top: 0;
        }
        .cards .row1, .cards .row2, .cards .row3 {
            margin: 0;
            flex-direction: column;
        }
        .card {
            margin: 15px 0;
        }
        .slider {
            flex-direction: column;
        }
        .slider .product {
            margin: 15px 0;
        }
        #hide-product1, #hide-product2 {
            display: list-item;
            list-style: none;
        }
        .images {
            flex-direction: column;
        }
        .images img {
            width: 100%;
        }
        .hide-image {
            display: none;
        }
        .header2 {
            height: 300px;
        }
        .header1 {
            height: 600px;
        }
        .productpage {
            height: 170px;
        } .header2 .header-title {
            margin-top: -30px;
        }
    }

    @media screen and (max-width: 800px) { 
        .process {
            flex-direction: column;
            margin: auto;
        }
        .one, .two, .three {
            flex-direction: column;
            margin: auto;
        }
        .one, .two, .three, .four {
            flex-direction: column;
            margin: -40px 0;
        }
        .header2 .header-title {
            margin-top: 0;
        }
        .process img {
            transform: rotate(90deg);
            margin: 0;
            margin-top: -40px;
        }
        .process .text{
            margin: auto;
        }
        .company .content {
            width: 100%;
            flex-direction: column-reverse;
        }
        .company img {
            margin-top: 30px;
        }
        .company .text, .help .text {
            width: 80%;
        }
        .help .content {
            width: 100%;
            flex-direction: column;
        }
        .help a {
            margin-bottom: 20px;
            padding: 20px;
        }
        .footer-row2 {
            flex-direction: column;
        }
        .line-break {   
            width: 500px;
        }
    }

    @media screen and (max-width:567px) {
        .nav-img img {
            width: 220px;
        }
        #responsive-btn {
            right: 30px;
            top: 35px;
        }
        .header-info {
            width: 90%;
            margin: auto;
        }
        .header-title {
            font-size: 30px;
        }
        .line-break {
            width: 90%;
        }
        footer ul li {
            font-size: 16px;
        }
        .help .text {
            text-align: center;
        }
        .company img {
            width: 90%;
        }
        .logo img {
            width: 80%;
        }
        .contact-info {
            flex-direction: column;
        }
        .contact-row1, .contact-row2 {
            margin: auto;
        }
        .form-row {
            flex-direction: column;
        }
        .form-row .right {
            margin-left: 0;
            margin: auto;
        }
        .right, .left {
            width: 100%;
            margin: auto;
        }
        textarea, .email {
            width: 95%;
            margin: auto;
            margin-bottom: 25px;
        }
        .product-img img {
            width: 100%;
        }
        .contact-phone, .contact-email {
            margin-left: 0;
        }
    }
/* RESPONSIV SLUT */