﻿@charset "UTF-8";
/**
 * Custom stylesheet for Applied Communications
 * @date: 2013-08-24
 * @author: Miro Grenda (Akentas GmbH - www.akentas.de)
*/

body {
    min-width: 480px;
    background-color: #fff;
}

body * {
    font-family: "Monda", sans-serif;
    color: #000;
}

h1, h2, h3 {
    margin-bottom: 32px;
    font-weight: bold;
}

h1 {
    font-size: 1.6em;
}

h2 {
    margin-bottom: 30px;
    font-size: 1.15em;
}

h3 {
    margin-top: 0;
    margin-bottom: 0.65em;
    font-size: 1.5em;
    line-height: 1.25em;
}

p {
    margin: 0;
    line-height: 1.5em;
}

p + p {
    margin-top: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #757575;
    text-decoration: none;
}

form input,
form textarea {
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form input[type="text"],
form textarea {
    width: 483px;
    margin-bottom: 12px;
    padding: 0 17px;
    line-height: 48px;
}

@media (max-width: 500px) {
    form input[type="text"],
    form textarea {
        width: 483px;
        padding: 0 5px;
    }
}

@media (max-width: 500px) {
    form input[type="text"],
    form textarea {
        width: 100%;
        padding: 0 5px;
    }
}

form input[type="text"] {
    height: 48px;
    background: url("../img/textbox-bg.jpg") no-repeat scroll 0 0;
}

form textarea {
    height: 219px;
    padding-top: 12px;
    background: url("../img/textarea-bg.jpg") no-repeat scroll 0 0;
    resize: none;
    line-height: 24px;
}

form #submit {
    width: 109px;
    height: 36px;
    margin-right: 10px;
    background: url("../img/button-submit-bg.jpg") no-repeat scroll 0 0;
    overflow: hidden;
    text-indent: -999px;
    text-transform: capitalize;
}

form #message {
    line-height: 36px;
}

#main {
    min-width: 460px;
    margin: 0 auto;
    background-color: #fff;
}

#header-bar {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    border-top: 14px solid #000;
    z-index: 84;
}

@media (max-width: 800px) {
    #header-bar {
        display: none;
    }
}

#footer-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    border: 14px solid #000;
    border-top: none;
    padding-top: 5px;
    background-color: #fff;
    z-index: 84;
}

@media (max-width: 800px) {
    #footer-bar {
        display: none;
    }
}

#header {
    width: 100%;
    background-color: #fff;
}

#header.fixed {
    margin-top: 68px;
}


#header-inlay {
    border-top: 14px solid #000;
}

@media (max-width: 800px) {
    #header-inlay {
        border: none;
    }
}

#logo {
    width: 300px;
    margin: 0 auto;
    padding: 29px 0 9px 0;
}

.logo a {
    display: block;
}

#header-nav-list {
    width: 100%;
    margin: 0;
    padding: 0 0 12px 0;
    list-style-type: none;
    text-align: center;
}

#header.fixed #header-nav-list {
    padding-left: 353px;
    text-align: right;
}

@media (max-width: 768px) {
    #header.fixed #header-nav-list {
        padding-left: 0;
    }
}

#header-nav-list li {
    display: inline;
}

#header #header-nav-list li a {
    display: inline-block;
    padding: 0 16px;
    font-size: 1.2em;
    line-height: 65px;
    font-weight: bold;
}

@media (max-width: 515px) {
    #header.fixed #header-nav-list li a {
        font-size: 1.0em;
    }
}

#header-nav-list li.last-item a {
    padding-right: 0;
}

#header-top {
    border: 14px solid #000;
    border-top: none;
    border-bottom: none;
}

@media (max-width: 800px) {
    #header-top {
        border: none;
    }
}

#header-bottom {
    border: 14px solid #000;
    border-top: none;
    border-bottom: none;
}

@media (max-width: 800px) {
    #header-bottom {
        border: none;
    }
}

#header.fixed #header-bottom {
    border: none;
}

#header-nav {
    position: relative;
    min-width: 480px;
    width: 100%;
    height: 70px;
}

#header.fixed #header-nav {
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 84;
}

#header-nav-inlay {
    margin: 0 0 14px 0;
    background-color: #fff;
}

#header.fixed #header-nav-inlay {
    margin: 14px;
    padding-bottom: 5px;
    background-color: #fff;
}

@media (max-width: 800px) {
    #header.fixed #header-nav-inlay {
        margin: 0;
    }
}

#header-nav-bar {
    width: 100%;
    height: 70px;
    border-bottom: 5px solid #000;
    overflow: hidden;
}

#logo-s {
    float: left;
    display: none;
}

@media (max-width: 768px) {
    #logo-s {
        width: 42px;
        overflow: hidden;
    }
}

#content {
    border: 14px solid #000;
    border-top: none;
    border-bottom: none;
}

@media (max-width: 800px) {
    #content {
        border: none;
    }
}

.section {
    padding: 14px 0 0px 0;
}

.move-up {
    position: relative;
    height: 32px;
    margin-top: 6px;
    border-bottom: 1px dotted #000;
}

.move-up a {
    display: block;
    position: absolute;
    right: 0px;
    width: 31px;
    height: 31px;
}

.container {
    max-width: 991px;
}

#welcome .container img {
    max-width: 100%;
}

#welcome .container img.small {
    display: none;
}

@media (max-width: 768px) {
    #welcome .container img.normal {
        display: none;
    }

    #welcome .container img.small {
        display: block;
    }
}

#leistungen .left {
    float: left;
    width: 100%;
    margin-right: -254px;
    padding-right: 254px;
}

@media (max-width: 768px) {
    #leistungen .left {
        float: none;
        width: 100%;
        margin-right: 0px;
        padding-right: 0px;
    }
}

#leistungen .right {
    float: right;
    margin-top: 92px;
}

@media (max-width: 768px) {
    #leistungen .right {
        float: none;
        margin-top: 20px;
    }
}

#leistungen .move-up {
    margin-top: 13px;
}

#referenzen h2 {
    margin-top: 33px;
}

#referenzen .logos {
    margin-right: -7px;
}

@media (max-width: 515px) {
    #referenzen .logos {
        margin-right: 0;
    }
}

#referenzen .logos img {
    margin: 5px 7px 6px 0px;
    border: 1px solid #e4e4e4;
}

#referenzen .move-up {
    margin-top: 13px;
}

#kontakt h2 {
    margin-top: 27px;
}

#kontakt .left {
    float: left;
    width: 376px;
}

#kontakt .right {
    float: right;
    width: 484px;
    margin-top: 78px;
}

@media (max-width: 960px) {
    #kontakt .left {
        float: none;
    }

    #kontakt .right {
        float: none;
        margin-top: 40px;
    }
}

@media (max-width: 500px) {
    #kontakt .right {
        width: 100%;
    }
}

#kontakt .move-up {
    margin-top: 16px;
}

#footer {
    border: 14px solid #000;
    border-top: none;
    padding: 41px 0 81px 0;
    font-size: 0.75em;
}

@media (max-width: 800px) {
    #footer {
        border: none;
    }
}

#footer .left {
    float: left;
}

#footer .right {
    float: right;
}