/*
Theme Name: Castelberg
Description: theme castelberg-beratungen.ch
Author: Chris Glutz
Author URI: http://www.netzpilot.com
Template: deep-light
Version: 1.0
Tags: Corporate Site
Text Domain: castelberg
#4190b8
*/
.entry-content {
    margin: 0px;
    margin-right: 0;
    border-top: 10px solid #4190b8;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040; 
   /* color: #000;*/
    font-family: 'neue-haas-grotesk-text', sans-serif;
    line-height: 1.5;
}

blockquote {
    font-style: italic;
    font-family: Georgia;
    color: #4190b8 !important;
}

.deep-light-index {
    width: 100%;
    max-width: 1024px;
}

ul {
    margin: 0
}

@media only screen and (min-width: 1024px) {
    .deep-light-index .entry-content > p,
    .deep-light-index .entry-content > ul {
        width: calc(100% - 340px);
    }
}

.deep-light-index,
.deep-light-blog {
    padding-right: 0;
    margin-top: 0;  
}

.header-display {
  /*  border-bottom: solid 1px #285677; */
     max-width: 1024px;
}

a {
    color: #4190b8;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #4190b8;
}

.site-title a {
    color: #4190b8;
    text-decoration: none;
}

.main-navigation a {
    color: #000000;
    font-size: 1.0em;
    padding: 0 10px;
}

.main-navigation a:hover {
    color: #4190b8;
}

.deep-light-index article {
    border-bottom: 0;
}

footer#colophon .site-info {
    max-width: 1090px;
    margin: 0 auto;
}

footer#colophon {
  /*  background-color: #f8f8f8; */
    background-color: #4190b8;
    color: white;
    clear: both;
    padding: 40px 15px;
}
.post, .page {
    margin: 0 0;
}










