﻿/* Layout and Design */
body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

strong {
    font-weight: bold;
}

p {
    margin-top: 12px;
}

    p + p {
        margin-top: 20px;
    }

    p + h1 {
        margin-top: 54px;
    }

h2 {
    font-size: 13px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #000;
}

.menufont {
    color: #FFF;
    font-size: 10px;
    font-weight: 900;
    font-stretch: normal;
    font-family: 'Helvetica Neue', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, 'Lucida Grande', sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    margin-left: 6px;
    position: relative;
}

    .menufont:hover {
        opacity: 0.9;
        text-decoration: none;
    }

a:hover {
    text-decoration: underline;
}

input, textarea {
    font-size: 12px;
    border: 1px solid #E2E3EA;
}

    input:focus, textarea:focus {
        border: 1px solid #bfc4ec;
    }

#Content {
    width: 1000px;
    margin: 0 auto;
}

#Header {
    width: 100%;
    height: 23px;
    background: url('Images/HeaderBg.jpg') center no-repeat;
    margin: 0 auto;
    padding-top: 171px;
}

.start-z-index {
    z-index: 6;
    position: relative;
}

.aktuellt-z-index {
    z-index: 5;
    position: relative;
}

.om-z-index {
    z-index: 4;
    position: relative;
}

.produktion-z-index {
    z-index: 3;
    position: relative;
}

.personal-z-index {
    z-index: 2;
    position: relative;
}

.kontakt-z-index {
    z-index: 1;
    position: relative;
}

.minusmargin {
    margin: 0 0 0 -55px;
}

.grayscale:hover {
    filter: contrast(1);
    -webkit-filter: contrast(1);
    -moz-filter: contrast(1);
    -ms-filter: contrast(1);
    -o-filter: contrast(1);
    filter: url(desaturate.svg#contrast);
    filter: none;
}

img.colorshift {
    transition: .3 all ease-in;
    -webkit-transition: .3 all ease-in;
    -o-transition: .3 all ease-in;
    -moz-transition: .3 all ease-in;
    
}

.grayscale {
    filter: contrast(25%);
    -webkit-filter: contrast(25%);
    -moz-filter: contrast(25%);
    -ms-filter: contrast(25%);
    -o-filter: contrast(25%);
    filter: url(desaturate.svg#contrast);
}

.zIndex0 {
    z-index: 0;
    position: relative;
}

.zIndex1 {
    z-index: 1;
    position: relative;
}

.zIndex2 {
    z-index: 2;
    position: relative;
}

.leftminus20 {
    margin-left: -20px;
}
.leftminus30 {
    margin-left: -30px;
}
.leftminus25 {
    margin-left: -25px;
}

#Header #Menu {
    width: 560px;
    height: 25px;
    /*background: url('Images/menuitem_bg.png') center no-repeat;*/
    margin: 2px auto 0 auto;
}

    #Header #Menu li {
        float: left;
        width: 139px;
        height: 100%;
        background: url('Images/menuitem_bg.png') center no-repeat;
        text-align: center;
    }

        #Header #Menu li a {
            position: relative;
            display: inline-block;
            height: 100%;
            width: 90px;
            padding: 2px 0 0 0;
        }

#Fade {
    width: 100%;
    height: 61px;
    background: url('Images/ContentBg.png') center top repeat-x;
}

.NewsItem {
    min-width: 300px;
}

.NewsContainer .NewsItem {
    margin-top: 19px;
}

    .NewsContainer .NewsItem span.Date {
        color: #9A9A9A;
        float: left;
    }


    .NewsContainer .NewsItem p {
        margin: 0;
    }

.NewsItem .image {
    margin: 20px 0;
}

#Footer {
    background: url('Images/FooterBg.png') repeat-x;
    width: 100%;
    height: 100px;
    padding: 5px 0;
}

#FooterContainer {
    width: 930px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

span#Address {
}

span#ByLine {
    position: absolute;
    right: 15px;
}
/*Layout helper classes*/

.BlockRow {
}

    .BlockRow div, .BlockRow img, .BlockRow a {
        float: left;
    }

        .BlockRow div img, .BlockRow div a {
            float: none;
        }

#IconBar {
    width: 100%;
    padding: 20px 0;
}

    #IconBar a, #IconBar img {
        display: inline;
        margin-left: 14px;
    }

        #IconBar a.Alfa, #IconBar img.Alfa {
            /*margin-left: 33px;*/
        }

        #IconBar a img {
            margin-left: 0;
        }

        #IconBar a.Alfa img {
            margin-left: 0;
        }

/* Menu Act */
body.Start .start-z-index {
    z-index: 99;
}

body.Aktuellt .aktuellt-z-index {
    z-index: 99;
}

body.Om .om-z-index {
    z-index: 99;
}

body.Produktion .produktion-z-index {
    z-index: 99;
}

body.Personal .personal-z-index {
    z-index: 99;
}

body.Kontakt .kontakt-z-index {
    z-index: 99;
}

/* Page specific layout */
body.Start #Content {
    padding: 0 10px 30px;
}

body.Start #Col1 {
    width: 470px;
    padding: 1px 38px;
}

body.Start .VertSeparator {
    width: 36px;
    height: 174px;
    background: url('../Images/Pages/Start/VertSeparator.png');
    margin-left: 20px;
}

body.Start #Col2 {
    width: 300px;
    padding: 1px 29px;
}

    body.Start #Col2 h2 {
        margin-bottom: -5px;
    }


body.Start #Content {
    padding: 0 10px 30px;
}
body.Aktuellt h2 {
    margin: 20px 0 0 0;
}

body.Aktuellt #Col1 {
    width: 470px;
    padding: 1px 38px;
}
    body.Aktuellt #Col1 .image img {
        max-width: 470px;
    }
      body.Aktuellt #Col2 .image img {
        max-width: 300px;
    }

body.Aktuellt .VertSeparator {
    width: 36px;
    height: 100%;
    margin-right: 20px;
}

body.Aktuellt #Col2 {
    width: 300px;
    padding: 1px 29px;
}

    body.Aktuellt #Col2 h2 {
        margin-bottom: -5px;
    }



body.Om #Content {
    padding: 0 10px 50px;
}

body.Om #Col1 {
    width: 360px;
    padding: 1px 30px 0 38px;
}

body.Om .VertSeparator {
    width: 33px;
    height: 633px;
    background: url('../Images/Pages/Om/VertSeparator.png');
    margin-left: 20px;
}

body.Om #Col2 {
    width: 300px;
    padding: 1px 29px;
}

    body.Om #Col2 img {
        margin-bottom: 20px;
        margin-top: -10px;
    }

body.Produktion #Content {
    padding: 0 10px 20px;
}

body.Produktion #Col1 {
    width: 360px;
    padding: 1px 30px 0 38px;
}

body.Produktion .VertSeparator {
    width: 33px;
    height: 372px;
    background: url('../Images/Pages/Produktion/VertSeparator.png');
    margin-left: 20px;
}

body.Produktion #Col2 {
    width: 300px;
    padding: 1px 29px;
}

    body.Produktion #Col2 img {
        margin-bottom: 20px;
        margin-top: -10px;
    }

body.Produktion #IconBar {
    padding: 10px 0;
}

    body.Produktion #IconBar a, body.Produktion #IconBar img {
        margin-left: 11px;
    }

        body.Produktion #IconBar a.Alfa, body.Produktion #IconBar img.Alfa {
            margin-left: 33px;
        }

body.Personal #Fade {
    height: 33px;
}

body.Personal #Content {
    padding: 0 10px 45px;
}

    body.Personal #Content h1 {
        margin-top: 28px;
    }

    body.Personal #Content p {
        margin-top: 15px;
    }

body.Personal #Col1 {
    width: 395px;
    padding: 2px 20px 0 39px;
    position: relative;
}

    body.Personal #Col1 span.Name {
        font-size: 13px;
        font-weight: bold;
    }

    body.Personal #Col1 img.Portrait {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -10;
    }

body.Personal .VertSeparator {
    width: 33px;
    height: 317px;
    background: url('../Images/Pages/Personal/VertSeparator.png');
    margin-left: 12px;
}

body.Personal #Col2 {
    padding: 21px 0px;
}

body.Kontakt #Content {
    padding: 0 10px 30px;
}

body.Kontakt #Col1 {
    width: 352px;
    padding: 1px 38px;
}

body.Kontakt .VertSeparator {
    width: 33px;
    height: 317px;
    background: url('../Images/Pages/Kontakt/VertSeparator.png');
    margin-left: 20px;
}

body.Kontakt #Col2 {
    width: 300px;
    padding: 1px 29px;
}

    body.Kontakt #Col2 h2 {
        margin-bottom: -3px;
    }

    body.Kontakt #Col2 p img {
        margin-top: 20px;
    }

body.Kontakt div.FormTop {
    padding-right: 50px;
}

body.Kontakt div.FieldBlock {
    padding: 0 23px 2px 0;
}

body.Kontakt label {
    display: block;
}

body.Kontakt div.Field {
    display: block;
}

body.Kontakt .SubmitButton {
    margin-top: 6px;
}

span.Error {
    color: #B11A1A;
}

hr.style-two {
    border: 0;
    width: 1px;
    height: 100%;
    min-height: 400px;
    opacity: 0.8;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
