﻿html, body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.editmode-message {
    padding: 10px 20px;
    margin: 10px 0;
    background: #fff8aa;
    border: 1px solid #f1e96c;
    font: 16px Verdana, Arial, Helvetica, sans-serif;
}
input {
    outline: none;
}
body {
	line-height: 1;
}
fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
a, a:link, a:visited {
    color: #335f7d;
    text-decoration: underline;
    border: none;
}
a:hover {
    text-decoration: underline;
    color: #8CBFCD;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
h1 a, h1 a:link, h1 a:visited,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited {
    text-decoration: none;
}

input[type=text], select, textarea {
    font-size: 1.125em;
    font-family: VWAGTheSans-Regular;
}
a.rss-link {
    background: url('/static/images/rss (1).svg') no-repeat top right;
    padding-right: 20px;
    -ms-background-size: 15px;
    background-size: 15px;    
}

.framework-header {
    position: relative;
}
.logo-area {
    text-align: center;
}
.logo-area a{
    display: inline-block;
    padding: 40px 0;
    border: none;
}

.logo-area img{
    display: inline-block;
    
    border: none;
}
.main-wrapper {
    width: 100%;
    background: #ffffff;
}
.page-container, .content {
    width: 1230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding: 0 20px
}

.main-navigation .content, .page-image .content {
    overflow: visible;
}

/*------Page top image and heading---*/
.article-page > .content {
    overflow:visible;
    margin-top:2rem;
}
.page-heading:before {
    content: ' ';
    background: #c6dfe7;
    height: 100px;
    display: block;
    margin: 0 -20px -2rem;
}
.page-heading span {
    display:inline-block;
    background: #8DBFCF;
    color: #fff;
    padding: 0 1.375rem 0 1rem;
    font-size: 3.4125rem;
    line-height: 4.7775rem;
    z-index:2;
}
.page-image {
    overflow: visible;
    position: relative;
    max-width: 1230px;
    margin: 0 auto;
}


.page-image .page-image_heading {
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    padding-top: 35.447%;
}

.page-image .page-image_heading h1{
    color: #335f7d;
    font-family: 'VWAGTheAntiqua-Regular', serif;
    font-weight: normal;
    overflow: visible;    
    position: absolute;
    padding: 0;
    bottom: -2rem;
    left: 20px;        
    margin: 0;
    font-size:1em;
}
.page-image .page-image_heading .content{
    height: 100%;
}


.h1-line-breaked span {
    display: inline-block;
    background: #8DBFCF;
    color: #fff;
    padding: 0 1.375rem 0 1rem;
    font-size: 3.4125rem;
    line-height: 4.7775rem;
    z-index: 2;
}

.h1-line-breaked.dark-headline span {
    background: #3f4d55;
    color: #ffffff;
}
a.arrowhead::before {
    content: "ꀨ";
    padding-right: 10px;
    font-size: 1.125rem;
    display: inline-block;
    font-family: "CorpVwAgIcon";
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration:none;
    position:relative;
    top:2px;
}
a.arrowhead {
    font-family: 'VWAGTheAntiqua-Regular', serif;
    text-decoration:none;
    display:inline-block;
}
a.arrowhead:hover {
    text-decoration:none;
}
    /*------------Breadcrumb--------------------*/
    .breadcrumb-list {
        list-style: none;
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid #e5e5e5;
    }

.breadcrumb-list li {
    display: inline-block;
    font-family: 'VWAGTheSans-Regular', sans-serif;
    font-size: 1.063em;
    color: #4c5356;
    vertical-align: middle;
    line-height: 1em;
}
.page .breadcrumb-list li {
    background-image: none;
}

.breadcrumb-list li + li:before {
    content: "❯";
    font-size: 0.65em;
    vertical-align: middle;
    display: inline-block;
    padding: 0 10px;
    line-height: 1em;
}

/*------------Links-------------*/

/*------------end article--------------*/
a.action-button {
    padding: 10px 25px;
    font-family: "VWAGTheAntiqua-Regular", serif;
    font-size: 21px;
    text-decoration: none;
    background-color: #335f7d;
    color: #ffffff;
    display: inline-block;
    line-height:30px;
}
a.action-button:hover {
    background-color: #8DBFCF;
}



.tothetop {
    background-color: #004666;
    height: 70px;
    width: 70px;
    float: right;
    color: #ffffff;
    background-image: url('/Static/Images/arrowhead-up.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
}

.lightbox-image {
    display: inline-block;
    position: relative;  
}

.lightbox-image.right {
    display: block;
    float: right;
    margin: 10px 0 5px 20px;
}

.lightbox-image.left {
    display: block;
    float: left;
    margin: 8px 20px 5px 0;
}

.lightbox-image img{
    display: inline-block;
    vertical-align: bottom;
}

.lightbox-image a:after{
    content: "";
    width: 36px;
    height: 36px;
    background:url("/static/styles/images/image-link.png");
    position: absolute;
    bottom: 0;
    right: 0;
}

.lb-data .lb-caption {
    font-family: 'VWAGTheSans-Light';
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
}

.lb-data .lb-details {
    padding: 10px 0;
}

/*---------articles----------*/
.responsive-tools {
     display: none;
}

/*----------Cookie--------*/
#cookie-bar {
    background-color: #335f7d;
    padding: 20px 0;
    color: #ffffff;
}

#cookie-bar a.cb-policy {
        text-decoration: underline;
    color: #ffffff;
}

#cookie-bar a.cb-enable {
    margin: 10px 20px 0;
    background-color: #ffffff;
    padding: 10px;
    color: #335f7d;
    display: inline-block;
}

.cookie-check {
    background: #f3f3f3;
    border-top: solid 1px #e3e3e3;
    height: 200px;
    width: 100%;
    display: block;
}

#cookie-bar {
    background-color: #335f7d;
    padding: 20px 0;
    color: #ffffff;
    height:auto; 
    line-height:24px; 
    text-align:center;
    -ms-opacity: 0.94;
    opacity: 0.94;
    -webkit-filter: alpha(opacity=94);
    -moz-filter: alpha(opacity=94);
    -o-filter: alpha(opacity=94);
    filter: alpha(opacity=94);
    z-index: 10;
}

#cookie-bar.fixed {
    position:fixed; 
    top:0; 
    left:0; 
    width:100%;
}

#cookie-bar p {    
    width: 1180px;
    margin: auto;
    font-family: 'VWAGTheAntiqua-bold', serif;
    text-align: left;
}

/*------------FOOTER--------------*/
.footer {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #4c5356;
    padding: 60px 0;
}

.footer .content a{
    color: #cfcfd1;
    
}

.footer-inner {
    width: 1215px;
}

.footer-blockarea {
    width: 270px;
    display: inline-block;
    /*float: left;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #cfcfd1;
    margin: 0;
    vertical-align: top;
    margin-right: 30px;
    
}
.footer-blockarea h3{
    color: #cfcfd1;
    margin: 0;
    font-family: 'VWAGTheSans-Bold';
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-blockarea > div + div {
    border-top: 1px solid #707578;
    padding-top: 20px;
    margin-top: 20px;
}

.footer-block p{
    font-size: 18px;
    font-family: 'VWAGTheSans-Light', sans-serif;
    margin: 20px 0 10px 0;
    color: #fefefe;
}

.dark-background {
    background: #34393b;
    padding: 30px 30px 40px 30px;
    color: #fefefe;
}

.dark-background h3{
    color: #fefefe;
}

.footer .content a.footer-link-button {
    background: #004666;
    padding: 10px 20px;
    font-size: 21px;
    font-family: 'VWAGTheAntiqua-Bold';
    color: #ffffff;
    margin: 20px 0 0 0;
    display: inline-block;
}
.container-block {
    padding: 50px 0 0;
    margin-top: 50px;
    border-top: solid 1px #e5e6e8;
}

.container-block h2{
    margin-top: 0;
}

.SF-share {
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-top: 50px;
    font-family: 'VWAGTheAntiqua-Regular';
    font-size: 18px;
}

.share-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.standardpage-share--facebook {
    background: url('/static/styles/images/dela_facebook.svg') no-repeat center left;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px 0 40px;
    vertical-align: middle;
}

.standardpage-share--twitter {
    background: url('/static/styles/images/dela_twitter.svg') no-repeat center left;
    height: 30px;
    padding:0 10px 0 40px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.ui-autocomplete {
    background: #ffffff;
    list-style: none;
    padding: 20px 0;
    box-sizing: border-box;
    display:block;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(130,126,130,0.55);
    -moz-box-shadow: 0px 4px 8px 0px rgba(130,126,130,0.55);
    -ms-box-shadow: 0px 4px 8px 0px rgba(130,126,130,0.55);
    box-shadow: 0px 4px 8px 0px rgba(130,126,130,0.55);
    font-family: 'VWAGTheSans-Regular';
    font-size: 1em;
    z-index: 100;
    position: absolute;
    max-height: 500px;
    overflow: auto;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete li{
    padding: 10px 20px;
}

.ui-autocomplete li.ui-state-focus {
    background: #f3f3f3 !important;
}

.Rssbutton {
    width: 40px;
    display: inline-block;
    float: right;
    margin: 20px 0 20px;
}

.Rssbutton img {
    width: 100%;
    display: inline-block;
    fill: #004666;
}
.page-heading--inline {
    display: inline-block;
    margin-top: 40px;
}
.page-heading--inline + .Rssbutton {
    margin:45px 0 0 0;
}

@media only screen and (min-width:1600px ) {
    .page-image img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 1024px) {

    .page-container, .content {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: auto;
        position: relative;
        padding: 0 20px;
    }

    .toplevel {
        font-size: 16px;
    }

    .footer-inner {
        width: 100%;
    }

    .footer-blockarea {
        width: 23%;
        margin-right: 0;

    }

    .footer-blockarea + .footer-blockarea{
        margin-left: 2%;
    }
}

@media only screen and (max-width: 864px) {
    .logo img {
        width: 80%;
    }
    #cookie-bar {
        padding: 10px 20px;
        box-sizing: border-box;
    }
    #cookie-bar p {    
        width: 100%;
        margin: auto;
        font-family: 'VWAGTheAntiqua-bold', serif;
        text-align: left;
    }
    #cookie-bar a.cb-enable {
        display: block;
        text-align: center;
        margin: 20px 0;
    }
    #cookie-bar a.cb-policy {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .breadcrumb {
        display: none;
    }

    .page-container, .content {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: auto;
        position: relative;
        padding: 0 20px;
    }
 
    .footer {
        padding: 60px 0;
    }

    .footer-inner {
        width: 100%;
    }

    .footer-blockarea {
        width: 100%;
        display: block;
        margin-right: 0;
    }

    .footer-blockarea + .footer-blockarea {
        border-top: 1px solid #707578;
        padding-top: 20px;
        margin-top: 20px;
        margin-left: 0;
       
    }

    a.footer-link-button {
        background: #004666;
        padding: 10px 20px;
        font-size: 21px;
        font-family: 'VWAGTheAntiqua-Bold';
        color: #fefefe;
        margin: 20px 0 0 0;
        display: inline-block;
    }

    .tothetop {
        height: 50px;
        width: 50px;
        background-size: 20px;
        background-position: center center;
    }

    .Rssbutton {
        width: 30px;
    }
}

@media only screen and (max-width: 475px) {
    .lightbox-image {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lightbox-image.full {
        display: block;
    }

    .lightbox-image.right {
        display: block;
        float: none;
        margin: auto;
    }

    .lightbox-image.left {
        display: block;
        float: none;
        margin: auto;
    }

    .lightbox-image img{
        width: 100%;
    }

    
    .Rssbutton {
        width: 30px;
        display: inline-block;
        float: none;
       
        margin-left: 5px;
    }
}


