body {
    /*background-color: #e7ebee;*/
    background-color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
}

input, textarea {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    padding: 7px 7px 7px 7px;
    outline: 0;
    border:0;
    width: auto;
    background: #e5e5e5;
    border-radius: 4px;
    margin-bottom: 7px;
    box-sizing: border-box;
}

p, li {
    font-size: 18px;
}

textarea {
    min-height: 170px;
}

form.top input, form.top textarea {
    width: 100%;
}

form.wide input, form.wide textarea {
    width: 100%;
}

form.wide input[type=submit] {
    width: 100%;
}

form.wide label {
    display: block;
    margin-bottom: 5px;
}

input[type=submit] {
    width:auto;
    padding: 5px 18px;
    line-height:25px;
    text-shadow:none;
    cursor:pointer;
    box-shadow: none;
    background-color: #5b6269;
    color: #fff;
    margin-bottom: 0;
}

input[type=submit].alt {
    background-color: #fed45a;
    color: #5b6269;
}

p {
    margin: 5px 0;
    line-height: 25px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color .5s ease;
}

strong {
    font-weight: bold;
}

header {
    position:relative;
    width:auto;
    max-width: 1100px;
    height: 140px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    text-align: left;
}

header h1 {
    margin: 0;
    padding: 30px 0 0 0;
    font-size: 55px;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
}

header div.home-link {
    padding-top: 35px;
    padding-left: 0px;
}

header div.home-link img {
}

header nav {
    position:absolute;
    right:0;
    top: 80px;
}

footer nav {
    position:absolute;
    right:0;
    top: 30px;
}

header nav ul, footer nav ul {
    list-style:none;
}

header nav ul li, footer nav ul li {
    display:block;
    float:left;
    padding:3px 30px;
}

header nav ul li a, footer nav ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    transition: all .25s ease;
}

header nav ul li a:hover, footer nav ul li a:hover {
    color: #fed45a;
}

#content {
    position:relative;
    width: 100%;
    margin: 0 auto 0 auto;
    background-color: #e5e5e5;
}

#content ul {
    padding: 0px 0px 0px 35px;
    list-style:disc;
}

#content ul li {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    line-height:25px;
}

#content ul li:last-child {
    margin: 0px 0px 0px 0px;
}

#top, #top-site {
    width:auto;
    height:260px;
    background: linear-gradient(#ffcd3b, #fed45a);
    position:relative;
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    font-size:18px;
}

#top-nav {
    position:relative;
    width:auto;
    max-width: 980px;
    height: 175px;
    margin: 0 auto 0 auto;
    padding: 0px 60px;
    background-color: none;
}

#top-nav div.item-container {
    padding: 30px;
    overflow: hidden;
}

#top-nav a.item {
    color: #4f565c;
    display: table;
    width: 100%;
}

#top-nav a.item {
    transition: all .25s ease;
}

#top-nav a.item:hover {
    color: #000000;
}

#top-nav div.item-row {
    display: table-row;
}

#top-nav a.item div.date {
    background-color: #4f565c;
    color: #ffffff;
    font-size: 30px;
    padding: 7px;
    line-height: 35px;
    display: table-cell;
    border-radius: 5px 0px 0px 5px;
}

#top-nav a.item div.info {
    display: table-cell;
    background-color: #ffffff;
    border-radius: 0px 5px 5px 0px;
    padding: 7px;
    vertical-align: top;
    overflow: hidden;
}

#top-nav a.item div.image {
    width: auto;
    text-align: center;
}

#top-nav a.item div.menu-item {
    padding-top: 7px;
    text-align: center;
}

#top-nav a.item p {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-overflow: ellipsis;
    margin: 0;
    height: 100px;
}

#top-site {
    height: 200px;
}

#top h1 {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    font-size: 45px;
    color: #5b6269;
}

#top-spacer {
    width:auto;
    height:5px;
    background-color:#ffc009;
    position:relative;
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    font-size:18px;
}

#top .bottom-spacer, #about .bottom-spacer, #referenzen .bottom-spacer, #top-site .bottom-spacer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height:40px;
    background-color: #ffffff;
    border-top: 1px solid #ffc009;
    text-align: center;
}

#top .bottom-spacer, #top-site .bottom-spacer {
    height: 1px;
    background-color: #ffc009;
    border: 0;
}

#top .bottom-spacer div.inner {
    position:relative;
    width:auto;
    max-width: 1100px;
    height: auto;
    margin: 0 auto 0 auto;
}

#top .bottom-spacer div.white-bg {
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
    background-color: #ffff2f;
}

#top-bottom-spacer {
    height: 100px;
    width: 100%;
    background-color: none;
    position: absolute;
    top: 400px;
    left: 0;
    z-index: 5;
}

div.top-circle-spacer {
    width: 100%;
    height: 30px;
    background-color: #fed45a;
    border-bottom: 1px solid #ffc009;
}

div.top-circle-container {
    width:auto;
    height: 100%;
    max-width:1100px;
    margin: 0px auto 0px auto;
    background-color: none;
    position: relative;
}

#top-content {
    position:relative;
    width: auto;
    max-width: 1100px;
    height: 100%;
    margin: 0 auto 0 auto;
    color: #ffffff;
}

#top-content h1 {
    position:relative;
    padding: 0 0 0 0;
    font-size: 35px;
    color: #ffffff;
    text-shadow: 0px 2px 2px #ffc009;
}

#top-main-content {
    float: left;
    width: 33%;
    height: 100%;
    background-color: #ffd559;
}

#top-middle-content {
    float: left;
    width: 34%;
    height: 100%;
}

#top-right-content {
    float: left;
    width: 33%;
    height: 100%;
    color: #5b6269;
    background-color: #ffd559;
}

#top-right-service {
    clear: both;
    margin-bottom: 30px;
}

#top-right-system {
    clear: both;
    color: #5b6269;
}

#top-right-service h2, #top-right-system h2 {
    background-color: #ffffff;
    padding: 7px;
    border-radius: 4px 4px 0 0;
}

#top-right-service p, #top-right-system p {
    background-color: #ffffff;
    margin: 1px 0 0 0;
    padding: 7px;
    font-size: 16px;
}

#top-right-service p.last, #top-right-system p.last {
    border-radius: 0 0 4px 4px;
}

#top-right-service div, #top-right-system div {
    background-color: #ffffff;
    margin: 1px 0 0 0;
    padding: 7px;
    font-size: 16px;
}

#top-right-service div.last, #top-right-system div.last {
    border-radius: 0 0 4px 4px;
}

div.container {
    padding: 30px;
}

#about .bottom-spacer {
    border: 0;
    background-color: #5b6269;
}

#referenzen .bottom-spacer {
    border: 0;
    background-color: #ffffff;
}

#about, #referenzen, #news, #white-bg-content {
    position:relative;
    width: auto;
    max-width: 1100px;
    height: auto;
    min-height: 400px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    color: #5b6269;
    padding: 0 0 30px 0;
}

#about, #white-bg-content {
    padding-top: 60px;
}

#white-bg-content, .container-wrapper {
    padding-left: 180px;
    padding-right: 180px;
    box-sizing: border-box;
}

#white-bg-content h2 {
    margin-top: 30px;
}

#about h2, #referenzen h2, #news h2 {
    padding-top: 30px;
}

#referenzen {
    background-color: #5b6269;
    color: #ffffff;
}

#about h2, #referenzen h2, #news h2, #white-bg-content h2 {
    position:relative;
    width:auto;
    text-align: center;
    padding: 30px 0 0 0;
    font-size: 35px;
}

#about h3, #referenzen h3, #news h3, #white-bg-content h3 {
    position:relative;
    width:auto;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 20px;
}

#about p, #referenzen p, #news p, #white-bg-content p {
    padding: 30px 30px 0px 30px;
}

#referenzen-content {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    text-align: center;
}

#referenzen-content article {
    float:left;
    width:215px;
    margin-right:30px;
    margin-left:30px;
    margin-bottom: 30px;
    font-size:16px;
    text-align: center;
}

#referenzen-content article h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:20px;
    margin: 0;
}

#referenzen-content article img {
    width: 120px;
    height: auto;
    border-radius: 5px 5px 5px 5px;
    margin-top: 20px;
    border: 4px solid #ffffff;
}

#referenzen-content article p {
    line-height:25px;
    font-family: 'Roboto Condensed', sans-serif;
}

#news-items, #news-items-wide {
    line-height: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    width:auto;
    max-width:1100px;
    margin: 30px auto 0px auto;
}

#news-items h2, #news-items-wide h2 {
    font-size:20px;
    border-bottom: 1px solid #D6D0C1;
    padding: 20px 0;
    margin-bottom: 20px;
}

#news-items article {
    float:left;
    width:306px;
    margin-right:30px;
    margin-left:30px;
    margin-bottom: 30px;
    font-size:18px;
    text-align: center;
}

#news-items-wide article {
    float: none;
    width: auto;
    font-size:18px;
    text-align: left;
}

#news-items p {
    text-align: left;
    margin-right:25px;
}

#news-items-wide p {
    text-align: left;
    float: none;
    margin: 0;
}

#news-items time, #news-items-wide time {
    font-size: 14px;
    color: #a1a1a1;
    line-height: 12px;
}

#content-container {
    position:relative;
    width: auto;
    max-width: 1100px;
    height: 100%;
    margin: 0 auto 0 auto;
}

#content-container-left {
    float: left;
    width: 50%;
    height: 100%;
}

#content-container-right {
    float: left;
    width: 50%;
    height: 100%;
}

footer {
    width:auto;
    height:200px;
    background-color: #4f565c;
    position:relative;
    font-family: 'Roboto Condensed', sans-serif;
    color: #a1a1a1;
    font-size:18px;
}

#footer-content {
    position:relative;
    width:auto;
    max-width: 1100px;
    height: auto;
    margin: 0 auto 0 auto;
}

#footer-content p {
    padding: 30px;
}

#footer-spacer {
    width:auto;
    height:60px;
    background: linear-gradient(#ffcd3b, #fed45a);
    position:relative;
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    font-size:18px;
    border-top: 1px solid #ffc009;
    border-bottom: 1px solid #ffc009;
}

div.circle-yellow, div.circle-white, div.circle-grey, div.circle-site {
    height: 40px;
    width: 80px;
    margin: -1px auto;
    background-color: #fed45a;
    border-bottom: 1px solid #ffc009;
    border-left: 1px solid #ffc009;
    border-right: 1px solid #ffc009;
    border-radius: 0 0 40px 40px;
}

div.circle-yellow {
    margin: auto auto;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
}

div.circle-site {
    position: absolute;
    margin: auto auto;
    left: 0;
    right: 0;
    top: -50px;
    height: 100px;
    width: 100px;
    border-radius: 55px;
    border: 5px solid #fff;
    overflow: hidden;
}

div.circle-white {
    background-color: #ffffff;
    border: 0;
    border-radius: 0 0 40px 40px;
}

div.circle-grey {
    background-color: #5b6269;
    border: 0;
    border-radius: 0 0 40px 40px;
}


a.button {
    width:auto;
    padding: 5px 18px;
    line-height:25px;
    text-shadow:none;
    cursor:pointer;
    box-shadow: none;
    background-color: #5b6269;
    color: #fff;
    margin-bottom: 0;
    border-radius: 4px;
    box-sizing: border-box;
}

a.button img {
    margin-right: 7px;
    vertical-align: middle;
}

.clear {
    clear:both;
}

.small {
    font-size: 13px;
}

.hidden {
    position:absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
    clip: rect(1px, 1px, 1px, 1px) !important;
}

.fixed {
    position: fixed !important;
    top: 0 !important;
    z-index: 5;
}

.grey-text {
    color: #5b6269;
}

.green-text {
    color: #35bc00;
}

.red-text {
    color: #bc0000;
}

.orange-text {
    color: #ffa800;
}

.green-bg {
    background-color: #35bc00;
}

.red-bg {
    background-color: #bc0000;
}

.orange-bg {
    background-color: #ffa800;
}

.fadeIn {
    opacity: 0;
    animation: fadeIn 1.0s forwards;
    animation-delay: 0.2s;
}

.content-wrapper {
    padding: 30px;
}

.content-wrapper-h {
    padding: 0px 30px 0px 30px;
}

.center {
    text-align: center;
}

div#errors {
    width: 100%;
    background-color: #bc0000;
    color: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 7px;
    line-height: 25px;
}

div.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

div.table-row {
    display: table-row;
}

div.table-cell, div.table-head {
    display: table-cell;
    padding: 7px 0px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

div.table-head {
    border-top: 0;
    font-weight: bold;
}

div#map-canvas {
    width: 100%;
    height: 300px;
}

#content a, #top-content a {
    transition: all .25s ease;
    color: #ffc009; 
    text-decoration: underline;
}

#content a:hover, #top-content a:hover {
    color: #fed45a;
    text-decoration: none;
}
    
#alternative_menu, #alternative_menu2 {
    width: 150px;
    position:absolute;
    top:112px;
    left:50%;
    margin-left: -75px;
    display:none;
}

#alternative_menu2 {
    top: 75px;
}

@keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@media (max-width: 700px) {
    header nav, footer nav {
        display: none;
    }

    header {
        text-align: center;
    }

    #top, header, #top-bottom-spacer, #content, footer {
        width: 100%;
        box-sizing: border-box;
    }

    #alternative_menu, #alternative_menu2 {
        display: block;
    }

    #white-bg-content, .container-wrapper {
        padding-left: 0px;
        padding-right: 0px;
        box-sizing: border-box;
    }
}
