html, body {
    font-family: 'Georgia';
    background-color: #EDE9E0;
    font-size: 18px;
    color: #584024;
}
.bg-red {
    background-color: #AB0333;
}

.text-red {
    color: #AB0333;
}

.first-claim {
	font-size: 24px;
}

.first-claim .inner {
	font-family: 'Open Sans', sans-serif;
	width: 45%;
	margin: 0px auto;
}

.second-claim .inner{
	font-size: 36px;
	width: 60%;
	margin: 0px auto;
}

.text-brown {
    color: #584024;
}

.logo {
    padding: 50px 0;
}

.logo img {
    width: 295px;
}

.container-fluid {padding-left: 0px !important; padding-right: 0px !important;}
.container {padding-left: 90px !important; padding-right: 90px !important;}

.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.transition, .item-normal, .item-normal a, #footer a, .arrow, a, .info {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all;
}

a {
    color: #AB0333;
    border-bottom: 1px solid transparent;
}
a:hover {
    text-decoration: none;
    border-bottom: 1px solid #AB0333;
    color: #AB0333;
}

nav.main ul {
    margin-bottom: 0px;
}

.nav-leistungen a {
    font-size: 30px;
    color: #584024;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    font-family: 'Open Sans' sans-serif;
    font-weight: 400;
}
.big {
    font-size: 20px;
    text-align: center;
}

.leistungen-content .inner:after, .border-bottom:after{
    content: ' ';
    border-bottom: 2px solid #584024;
    width: 60px;
    display:block;
    padding: 10px;
    margin: 0px auto;
}

.nav-leistungen a:hover, .nav-leistungen a.active {
    text-decoration: none;
    border-bottom: 2px solid #584024;
}
.nav-leistungen {
    margin-bottom: 50px;
}
.nav-leistungen:after , .second-claim:after, .first-claim:after {
    content: " ";
    border-bottom: 2px solid #584024;
    width: 60px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -30px;
}
.main li.item-normal {
    padding: 0 0 5px 0;
    border-bottom: 3px solid transparent;
}
.main .item-normal {
    margin: 0px 15px;
}
.main .item-normal * {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.main a, .main span {
    font-size: 14px;
    color: #EDE9E0;
    text-decoration: none;
    border: 3px solid transparent;
    padding: 0px 0px 0px 0px;

}
.main a:hover {
    text-decoration: none;
    color: #EDE9E0;
}

.main li.item-normal.active, .main li.item-normal:hover, .main li.trail.item-normal {
    /*border-bottom: 2px solid #EDE9E0;*/
}
.main li.item-normal:after {
	content: " ";
    border-bottom: 2px solid transparent;
    width: 80%;
    height: 1px;
    z-index: 1;
    display: block;
    margin: 5px auto 0px auto;
}
.main li.item-normal.active:after, .main li.item-normal:hover:after, .main li.trail.item-normal:after {
    content: " ";
    border-bottom: 2px solid #EDE9E0;
    width: 80%;
    height: 1px;
    z-index: 1;
    display: block;
    margin: 5px auto 0px auto;
}

.mobile li.item-normal.active:after, .mobile li.item-normal:hover:after, .mobile li.trail.item-normal:after {
	width: 60px !important;
}

.claim {
    color: #EDE9E0;
    font-size: 68px;
}

.claim, .content > div{
    padding: 30px 120px;
}

.maps .content > div{
    padding: 10px 20px;
}

.text-georgia {
    font-family: Georgia, serif;
}

.mod_article:first-child{
    padding: 30px 0;
}

.mod_article.first {
    margin-top: 0px;
    padding-top: 0px;
}

.quote {
    font-size: 56px;
    width: 100%;
    text-align: center;
}
.quote .inner {
	    margin: 30px auto;
	    width: 70%;
}
.quote:after, .quote:before {
    content: ' ';
    width: 60px;
    display:block;
    padding: 10px;
    margin: 0px auto;
    height: 0px;
}

.border:after {
	content: ' ';
    width: 60px;
    display:block;
    margin: 25px auto 15px auto;
    height: 0px;
    border-bottom: 2px solid #EDE9E0;

}

.quote:before {
    border-top: 2px solid #584024;
}

.quote:after {
    border-bottom: 2px solid #584024;
}

h1,h2 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

h1 {
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

h2 {
    font-size: 18px;
    margin-bottom: 25px;
}

.ce_text {
    margin-bottom: 40px;
}

h1:after {
	/*border-bottom: 2px solid #584024;	
	content: ' ';
    width:30%;
    display:block;
    padding: 10px;
    margin: 0px auto;*/

}
h1.ce_headline {
    margin-bottom: 0px;
}
.padding-inner .text {
    width: 65%;
    margin: 0px auto;
}
#footer {
    background-color: #AB0333;
    padding: 30px 0;
    margin-top: 50px;
    color: #EDE9E0;
    line-height: 2;
}

#footer a, #footer a.sans-serif {
    color: #EDE9E0;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    font-size: 13px;
    text-transform: uppercase;
}

#footer a {
    font-family: 'Open Sans', sans-serif;
}

#footer a:hover {
    border-bottom: 1px solid #EDE9E0;
}

.glyphicon {font-size: 64px; color: #AB0333;}

.arrow-container {
    margin-bottom: 50px;
}
.arrow {
    position: absolute;
    left: 50%;
    margin: 0px 0 0 -16px;
    padding-bottom: 30px;
}
.arrow .glyphicon { font-size: 32px !important;}

.arrow.down {
    margin-top: 4px;
}

.content {margin-top: 50px;}

.dlh_googlemap {
    height: 500px !important;
    width: 100% !important;
    border: 2px solid #EDE9E0;
}
.row.maps .container section{
    padding: 30px 40px;
}

.g-maps-infowindow {
    font-family: Georgia;
}
.ce_kunden {
    position: relative;
    padding-left: 120px;
    padding-right: 120px;
}

.kunden-img-container {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 70px;
    max-width: 100%;
}
.kunden-img-container img {
    margin: 0px auto;
}

.ce_kunden .text {
    position: relative;
    background-color: #EDE9E0;
    z-index: 1;
    margin-top: 380px;
    padding: 20px 30px;
}
.kunden .content {
    margin-top: 0px;
}
.ce_team {
    position: relative;
}
.ce_team h1 {
    font-size: 18px;
    text-align: center;
    font-family: Georgia;
    text-transform: none;
}
.ce_team figure {
    padding: 20px;
}
.info {
    background-color: #7F6D5F;
    color: #EDE9E0;
    left: 50%;
    margin-left: -120px;
    padding: 20px 20px 20px 20px;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: 0px;
    margin-top: -170px;
    width: 240px;
    height: 180px;
    opacity: 0;
}
.ce_team:hover .info {
    opacity: 1;
    margin-top: -190px;
}
.arrow-down-text {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #7F6D5F;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -10px;

}
.info h2 {
    font-size: 16px;
}
.info a, .info h2{
    color: #EDE9E0;
}

.parallax {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    margin: 30px 0 30px 0;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

#logo-footer {
	max-width: 80px;
}

.impressum {
	margin-top: -20px;
	margin-bottom: -30px;
}

footer nav a:hover {text-decoration: none;border-bottom: 0px solid transparent !important;}


@media screen and (max-width: 1200px) {
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .kunden-img-container {
        padding: 0 0;
    }
}
@media screen and (max-width:768px) {
	.padding-inner .text {
        width: 80%;
    }
}
@media screen and (max-width: 700px) {
    .kunden-img-container {
        position: relative;
    }
    .ce_kunden .text {
        margin-top: 0px;
    }
    .padding-inner .text {
        width: 90%;
    }
    .quote {
        font-size: 34px;
    }
    .first-claim .inner {
    	width: 80%;
    }
    .second-claim .inner {
    	width: 80%;
    }
}

