﻿/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/*$white: #fff;
$blue-lighter:#80cff1;
$blue-light: #b2d3e1;
$blue: #009fe3;


$blue-light-search: #bfe7f8;
$blue-light-dark-font-menu:#80cff1;
$blue-dark: #0077aa;
$black:#000000;
$black-light: #333333;

$grey: #cccccc;
$grey-light: #dfe5e7;
$grey-main:#edf2f3;
$grey-dark: #999999;
$grey-tabs:#f4f6f3;
$grey-socials:#b4bebf;

$green:#339900;
$orange: #ff841d;*/
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base articles
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. 
 *  2. 
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. articles
   =============================================================================== */
.nordisk-grid-subsection {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px !important;
  min-height: 700px; }
  .nordisk-grid-subsection .container {
    background-color: white;
    padding: 25px;
    margin-bottom: 35px; }
  .nordisk-grid-subsection .textHeadlineWrapper {
    text-align: center;
    font-size: 35px; }

.nordisk-grid-padding {
  padding-top: 40px;
  padding-bottom: 40px; }

.nordisk-grid-subsection-about {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px !important; }
  .nordisk-grid-subsection-about .container {
    background-color: white;
    padding: 25px;
    margin-bottom: 35px; }
  .nordisk-grid-subsection-about .textHeadlineWrapper {
    text-align: center;
    font-size: 35px; }

/* 1. blog articles
   =============================================================================== */
.nordisk-grid-blog {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px !important;
  margin: 15px 0 15px 0;
  /*.textHeadlineWrapper {
        text-align: center;
        font-size: 35px;
    }*/ }
  .nordisk-grid-blog .container {
    background-color: white;
    padding: 25px;
    margin-bottom: 35px;
    background: rgba(255, 255, 255, 0.8); }

.blog-wrapper {
  background-color: white;
  padding: 25px;
  background: rgba(255, 255, 255, 0.8); }

.blog-background {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px 10px 10px 18px;
  background-color: white; }

.blog-teaser-item {
  background: rgba(255, 255, 255, 0.8); }

.clearfix {
  margin-left: -15px;
  margin-right: -15px; }

