﻿@font-face
{
    font-family: 'oswaldlight';
    src: url('../Fonts/Oswald-Light-webfont.eot');
    src: url('../Fonts/Oswald-Light-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../Fonts/Oswald-Light-webfont.woff2') format('woff2'), url('../Fonts/Oswald-Light-webfont.woff') format('woff'), url('../Fonts/Oswald-Light-webfont.ttf') format('truetype'), url('../Fonts/Oswald-Light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face
{
    font-family: 'oswaldlight-italic';
    src: url('../Fonts/Oswald-LightItalic-webfont.eot');
    src: url('../Fonts/Oswald-LightItalic-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../Fonts/Oswald-LightItalic-webfont.woff2') format('woff2'), url('../Fonts/Oswald-LightItalic-webfont.woff') format('woff'), url('../Fonts/Oswald-LightItalic-webfont.ttf') format('truetype'), url('../Fonts/Oswald-LightItalic-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face
{
    font-family: 'oswald_regular';
    src: url('../Fonts/Oswald-Regular-webfont.eot');
    src: url('../Fonts/Oswald-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../Fonts/Oswald-Regular-webfont.woff2') format('woff2'), url('../Fonts/Oswald-Regular-webfont.woff') format('woff'), url('../Fonts/Oswald-Regular-webfont.ttf') format('truetype'), url('../Fonts/Oswald-Regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face
{
    font-family: 'oswaldregular';
    src: url('Oswald-RegularItalic-webfont.html');
    src: url('Oswald-RegularItalic-webfontd41d.html?#iefix') format('embedded-opentype'), url('Oswald-RegularItalic-webfont-2.html') format('woff2'), url('Oswald-RegularItalic-webfont-3.html') format('woff'), url('Oswald-RegularItalic-webfont-4.html') format('truetype'), url('Oswald-RegularItalic-webfont-5.html#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ten.columns.offset-by-three{
display: none !important;
}

.logo-mobile
{
    display: none !important;
}

.sigill
{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 85px;
}

@media only screen and (max-width: 1100px)
{
    .sigill
    {
        width: 60px;
    }
}

@media only screen and (max-width: 959px)
{
    .sigill
    {
        right: auto;
        left: 10px;
    }

    .logo-no-mobile
    {
        display: none !important;
    }

    .logo-mobile
    {
        display: block !important;
    }
}

.center
{
    text-align: center;
}

.mobile
{
    display: none;
}

.nomobile
{
    display: block;
}

#hamburger-menu
{
    display: none;
}

.responsive-menu-button
{
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

/*Gör tabeller responsiva*/
table
{
    overflow-x: auto;
    display: block;
    max-width: 100%;
}

iframe
{
    width: 100%;
}

*
{
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-family: 'oswaldlight';
}

img
{
    border: 0;
    max-width: 100%;
    height: auto !important;
}

body
{
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}


.header
{
    height: auto;
    width: 100%;
}

.caption-title
{
    font-size: 150%;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
}


a
{
    text-decoration: none;
    color: #0054A6;
}

    a:hover
    {
        text-decoration: underline;
    }

p
{
    line-height: 40px;
    padding-bottom: 38px;
}



#the-form p
{
    padding-bottom: 23px;
}

h1, h2, h3, h4, h5
{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
}

h1
{
    font-size: 150%;
    text-align: center;
    padding-bottom: 40px;
}

h2
{
    text-align: center;
    font-size: 117%;
    padding: 30px 0;
}

h3
{
    font-size: 150%;
    text-align: center;
    padding-bottom: 40px;
}

.undersida h1
{
    text-align: left;
    font-size: 120%;
}


.undersida ul
{
    padding-bottom: 38px;
}

    .undersida ul li
    {
        line-height: 32px;
        margin-left: 18px;
    }


.left
{
    margin-right: 45px !important;
}

.right
{
    margin-left: 45px !important;
}

.contact
{
    background: url(../img/contact.jpg) bottom center no-repeat;
    color: #fff;
}

.textbox
{
    width: 92%;
    border: 0;
    padding: 5% 4% 3% 4%;
}

.bigbox
{
    height: 150px;
}

.formbutton
{
    width: 100%;
    border: 1px solid #fff;
    background: #308aa4;
    padding: 5% 4% 4% 4%;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: background-color 0.5s ease;
}

    .formbutton:hover
    {
        background: #4da7c1;
        cursor: pointer;
    }

.footer
{
    text-align: center;
}



/*HAMBURGERMENY*/
.hamburger
{
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

    .hamburger div
    {
        display: none;
    }

    .hamburger span
    {
        position: absolute;
        top: 15px;
        right: 15px;
        border: 0;
        text-indent: 200%;
        overflow: hidden;
        background: rgba(255,255,255,0.8) url("../img/hamburger-icon.png") center no-repeat;
        border: 1px solid #ddd;
        border-radius: 3px;
        background-size: 80%;
        width: 30px;
        height: 30px;
        outline: none;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        z-index: 9999;
    }

        .hamburger span.expanded
        {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            background-color: transparent;
            border: 0;
        }

    .hamburger a
    {
        display: block;
    }

    .hamburger a
    {
        background: #eee;
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
        text-decoration: none;
        color: #222;
        font-weight: bold;
    }

        .hamburger a:hover, .hamburger a:active, .hamburger a:focus
        {
            background: #e7e7e7;
        }













/*TECKENSTORLEK*/
@media only screen and (max-width: 2000px)
{
    *
    {
        font-size: 20px;
    }

    p
    {
        line-height: 32px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1800px)
{
    *
    {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1600px)
{
    *
    {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1400px)
{
    *
    {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1199px)
{

    p
    {
        line-height: 26px;
        padding-bottom: 20px;
    }
}
/*TECKENSTORLEK*/







@media only screen and (max-width: 1199px)
{

    .callbacks .caption
    {
        right: 3.6% !important;
        width: auto !important;
    }

    .left
    {
        margin-right: 35px !important;
    }

    .right
    {
        margin-left: 35px !important;
    }
}

@media only screen and (max-width: 959px)
{
    .mobile
    {
        display: block;
    }

    .nomobile
    {
        display: none;
    }

    .sf-menu
    {
        display: none;
    }

    .hamburger
    {
        display: block;
    }

    .left
    {
        margin-right: 12px !important;
    }

    .right
    {
        margin-left: 12px !important;
    }

    h2
    {
        font-size: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px)
{
}

@media only screen and (max-width: 767px)
{

    .callbacks .caption
    {
        display: none !important;
    }

    .puff
    {
        text-align: center;
    }

    .two.columns
    {
        text-align: center;
    }

    h1
    {
        font-size: 120%;
    }

    iframe
    {
        height: 220px !important;
        width: 100% !important;
    }

    .contact
    {
        background: none;
        color: #fff;
    }

    .textbox
    {
        width: 92%;
        border: 1px solid #ddd;
        padding: 5% 4% 3% 4%;
        background: #Fff;
    }

    .bigbox
    {
        height: 150px;
    }

    .contact
    {
        color: #222;
    }

    .footer p
    {
        font-size: 80%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px)
{
}

@media only screen and (max-width: 479px)
{
}
