/* Custom CSS overrides */
#header {
    background-color: #454e59;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    z-index: 5;
    padding: 40px 0;
    text-align: center;
    min-height: 130px;
}

#site-name a {
    font-size: 38px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 10px;
    color: #ffffff;
    display: block;
}

#site-slogan {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    margin: 10px 0 10px 0;
}

/*#main-navigation {
    background-color: #d2232a;
    position: relative;
    z-index: 11;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.075), 0 10px 0 rgba(0,0,0,0.01);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.075), 0 10px 0 rgba(0,0,0,0.01);
    box-shadow: 0 2px 4px rgba(0,0,0,0.075), 0 10px 0 rgba(0,0,0,0.01);
}

#main-navigation ul.menu li a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
    display: inline-block;
    color: #ffffff;
}

#main-navigation ul.menu li a:hover{
    color: #000000;
}

body {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 160%;
}

.node {
    color: #444;
}*/


#footer {
    background-color: #454e59;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 1px;
    padding: 60px 0 30px;
	font
}

#footer a {
    color: #bbc3ea;;
}

#subfooter a {
    color: #bbc3ea;;
}

#subfooter {
    background-color: #454e59;
    border-top: 1px solid #eaeaea;
    padding: 40px 0 20px;
    text-align: center;
    margin-bottom: 20px;
}

#content-wrapper .region-content .node .field--type-image {
    float: left;
}

#content-wrapper .region-content .node .field--type-image img {
    margin: 0 1em 1em 0;
}

#block-2020infoblokkalso {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 0px;
}