
body {
    font-family: Helvetica, Arial, sans;
}

a, a:visited, a:active {
    color: #555;
}
#wrapper {
    margin: 0 auto;
    padding: 25px;
    width: 996px;
    color: #555;
    font-size: 11pt;
}

header.logo {
    width: 996px;
    height: 140px;
    display: block;
    text-align: center;
}
header.logo a {
    display: block;
}
header.logo a img {
    margin-top: 40px;
    border: none;
}



footer {
    height: 32px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    position: relative;
}

footer .locations {
    width: 996px;
    height: 140px;
    text-align: center;
    line-height: 32px;

}

menu.navigation {
    text-align: center;
    height: 24px;
    padding: 4px 0;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}
menu.navigation ul, li {
    list-style: none;
}
menu.navigation li {
    display: inline;
}
menu.navigation li a {
    text-decoration: none;
    color: #333;
    padding: 0 20px;
}
menu.navigation li a:hover {
    color: #000;
}

h1 {
    font-weight: normal;
    font-size: 18pt;
    margin: -7px 0.67em 0 0;
    max-width: 300px;
}
h2 {
    font-weight: normal;
    font-size: 15pt;
    max-width: 300px;
}
h3 {
    font-weight: normal;
    font-style: italic;
    font-size: 12pt;
    max-width: 300px;
}
p {
    font-family: Helvetica, Arial, sans;
    font-weight: normal;
    font-size: 12pt;
}



.kontakt {
    margin: 60px 0;
}
.kontakt a {
    color: #555;
    text-decoration: none;
}
.kreation h2 {
    max-width: none;
}
.kreation .portrait {
    margin: 40px 0;
}
.kreation .portrait h2 {
    margin-top: 0;
}
.kreation .portrait img {
    float: left;
    width: 240px;
    margin: 0 20px 20px 0;
}
.awards {
    margin-bottom: 0px;
    overflow-y: hidden;
    transform: translate(0%);
}
.scroller {
    position: relative;
    display: none;
    width: 100%;
    padding: 0;
}
.award {
    margin: 25px auto;
    clear: both;
    width: 450px;
}
.award img {
    float: left;
}
.award h1 {
    padding-top: 50px;
    font-size: 13.5pt;
    font-weight: bold;
}
.award p {
    font-size: 10.5pt;
}

.stage {
    display: none;
    background-color: #eee;
    /*background: url('/images/paper.jpg');*/
    box-shadow: 0px 14px 3px -7px rgba(0,0,0,0.3);
    margin-top: 60px;
}

.slide .col {
    float: left;
    padding: 50px 16px 0 16px;
}
.slide .col p {
    max-width: 300px;
}

/* reset flexslider */
.flexslider.stage {
    background-color: #EEEEEE;
    border: none;
    padding: 0;
    height: 380px;
    margin-top: 55px;
}
.flexslider.stage .flex-direction-nav {
    display: none;
}

.flexslider.studios {
    height: 480px;
}
.flexslider.studios .slides img {
    height: 480px;
    width: auto;
    margin: 0 auto;
}
.clearfix {
    display: block;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
    height: 1px;
}
.facebook {
    background: url('/images/facebook-icon.png') no-repeat left center;
    padding: 4px 20px 0;
}

body.mobileDevice .flexslider {
    box-shadow: none;
}

body.mobileDevice .flexslider .slides li {
    display: block;
}
body.mobileDevice .stage {
    background: transparent;
    border: none;
    padding: 0;
    height: auto;
}