.sv-responsive .sv-archive-portlet img {
float: right;
padding-left: 20px;
}

span.normal {
    display: table-cell;
}


body {
   overflow: hide;
}

h1, .heading {
    font-family: open sans,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 46px;
    color: #004b8d !important;
    line-height: 1;
}

h2, .subheading {
    font-family: open sans,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    color: #004b8d !important;
    line-height: 1;
}

.preamble {
    font-family: "open sans",helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 40px !important;
    color: #222;
    line-height: 1;
}

h3, .subsubheading {
    font-family: helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px !important;
    color: #222;
    line-height: 26px;
}

/*
-----------------------------------------------------------------------
Karusell skärm
-----------------------------------------------------------------------*/
.sv-text-portlet strong, .sv-text-portlet strong * {
    font-size: 46px !important;
    line-height: 1.2 !important;
    font-weight: normal !important;
}
.normal {
    font-family: helvetica,sans-serif;
    font-size: 36px !important;
    line-height: 1.2 !important;
}

.sv-carousel__dot {
    display: inline-block;
    width: 90px;
    height: 20px;
    margin: 0 6px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #004B8D;
    transition: all .25s;
}

.sv-carousel__dot.sv-carousel__dot--active, .sv-carousel__dot:hover {
    background-color: #004B8D;
}