@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800);
@font-face {
    font-family: 'ADAMCG';
    src: url('../addons/fonts/ADAM.CG.PRO.woff2') format('woff2'), url('../addons/fonts/ADAM.CG.PRO.woff') format('woff');
}

section,
.section {
    padding: 30px 0;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-top {
    margin-top: 20px;
}

.nomargin {
    margin-top: 0;
    margin-bottom: 0;
}

.nopadding {
    padding: 0 !important;
}

.btn-primary {
    color: #fbfaf2;
    background-color: #5a3815;
    border-color: #3c3c3b;
}

.btn-primary:hover {
    background-color: rgba(90, 56, 21, 0.9);
}

.mapsmessage{
    position: absolute;
    background-color: #fff;
    padding: 1em;
    border-radius: 4px;
    width: 50%;
    right: 4rem;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.mapsmessage_down{
    position: absolute;
    background-color: #fff;
    padding: 1em;
    border-radius: 4px;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.mapsbackground{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(5px) brightness(0.4);
    background-size: cover;
    background-position: center;
    background-image: url(https://muelibach-wagenhausen.ch/verkauf/images/location2.jpg);
}

@media (max-width: 767px) {
    .reduce-xs:not(: first-of-type) {
        display: none;
    }
}

@media (min-width: 768px) {
    section.bg1 {
        background: #f3f3f3;
    }
    section.bg2 {
        background: #fffbee;
    }
    section.bg3 {
        background: #fbfaf2;
    }
    section.bg3 p,
    section.bg3 h1,
    section.bg3 h2,
    section.bg3 h3,
    section.bg3 h4,
    section.bg3 h5,
    section.bg3 h6,
    section.bg3 a,
    section.bg3 th,
    section.bg3 td {
        color: #5a3815;
    }
    .margin-sm-bottom {
        margin-bottom: 20px;
    }
    .nomargin-sm {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .margin-md-bottom {
        margin-bottom: 20px;
    }
    .nomargin-md {
        margin-top: 0;
        margin-bottom: 0;
    }
    .verticalCenter {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .margin-lg-bottom {
        margin-bottom: 20px;
    }
    .nomargin-lg {
        margin-top: 0;
        margin-bottom: 0;
    }
}

body,
html,
p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    text-align: left;
    color: #3c3c3b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: inline-block;
    color: #5a3815;
    font-family: 'ADAMCG' !important;
    text-transform: uppercase;
    margin-top: 0;
}

h1.border-bottom,
h2.border-bottom,
h3.border-bottom,
h4.border-bottom,
h5.border-bottom,
h6.border-bottom {
    border-bottom: 2px solid #5a3815;
    display: block;
    padding-bottom: 10px;
}

h1.mainTitle,
h2.mainTitle,
h3.mainTitle,
h4.mainTitle,
h5.mainTitle,
h6.mainTitle {
    font-size: 150%;
    font-weight: 800;
    display: table;
    margin: auto auto 20px auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

h1.mainTitle span,
h2.mainTitle span,
h3.mainTitle span,
h4.mainTitle span,
h5.mainTitle span,
h6.mainTitle span {
    color: #eaad00;
    font-size: 45%;
    position: relative;
    display: inline-block;
    padding: 10px 0;
}

h1.mainTitle span:before,
h1.mainTitle span:after,
h2.mainTitle span:before,
h2.mainTitle span:after,
h3.mainTitle span:before,
h3.mainTitle span:after,
h4.mainTitle span:before,
h4.mainTitle span:after,
h5.mainTitle span:before,
h5.mainTitle span:after,
h6.mainTitle span:before,
h6.mainTitle span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 3px;
    background: #5a3815;
}

h1.mainTitle span:before,
h2.mainTitle span:before,
h3.mainTitle span:before,
h4.mainTitle span:before,
h5.mainTitle span:before,
h6.mainTitle span:before {
    right: 100%;
    margin-right: 5px;
}

h1.mainTitle span:after,
h2.mainTitle span:after,
h3.mainTitle span:after,
h4.mainTitle span:after,
h5.mainTitle span:after,
h6.mainTitle span:after {
    left: 100%;
    margin-left: 5px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

h1.font_text,
h2.font_text,
h3.font_text,
h4.font_text,
h5.font_text,
h6.font_text {
    color: #5a3815;
    font-family: 'Open Sans', sans-serif !important;
    margin-top: 0;
}

a {
    color: #3c3c3b;
}

a:hover {
    color: #3c3c3b;
}

a:focus {
    outline: 0;
}

b,
strong {
    font-weight: 800;
}

.font-size-small {
    font-size: 16px;
}

.font-bold {
    font-weight: 800 !important;
}

@media (min-width: 992px) {
    body,
    html,
    p {
        font-size: 18px;
        text-align: justify;
    }
    h1.mainTitle,
    h2.mainTitle,
    h3.mainTitle,
    h4.mainTitle,
    h5.mainTitle,
    h6.mainTitle {
        font-size: 230%;
    }
    .text-2-column {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .text-3-column {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

#mainNav {
    background: #fbfaf2;
    height: 100px;
    font-weight: 700;
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid #eaebec;
}

#mainNav a {
    color: #5a3815 !important;
}

#mainNav .navbar-header {
    text-align: left;
    height: 100px;
    z-index: 10000;
}

#mainNav .navbar-header img {
    max-height: 70px;
}

#mainNav .navbar-header .navbar-toggle {
    padding: 5px;
    margin: 32px 20px 0;
    background: none !important;
    border: 2px solid #5a3815 !important;
}

#mainNav .navbar-header .navbar-toggle .icon-bar {
    background-color: #5a3815 !important;
    display: block;
    width: 26px;
    height: 5px;
    border-radius: 0;
}

#mainNav .navbar-collapse {
    background: #fbfaf2 !important;
    border-bottom: 2px solid #5a3815;
}

@media (min-width: 768px) {
    #mainNav .navbar-collapse {
        width: 100%;
        border-bottom: 0;
    }
    #mainNav .navbar-collapse .navbar-right {
        margin-right: 0;
    }
    #mainNav .navbar-collapse .navbar-nav > li > a {
        padding: 0;
        margin-left: 25px;
        color: ;
        text-transform: uppercase;
    }
    #mainNav .navbar-collapse .navbar-nav > li > a:after {
        content: '';
        display: block;
        border-bottom: 5px solid;
        width: 0;
        position: absolute;
        bottom: -10px;
        left: 0;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }
    #mainNav .navbar-collapse .navbar-nav > li > a:hover:after {
        width: 100%;
    }
}

#navFooter ul {
    padding: 0;
}

#navFooter ul li {
    list-style: none;
    padding: 5px 0;
    border-top: 1px solid #5a3815;
}

#navFooter ul li:last-of-type {
    border-bottom: 1px solid #5a3815;
}

#navFooter ul li a {
    color: #5a3815;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.carousel,
.carousel-inner,
.item {
    max-height: 800px;
}

.carousel-caption {
    text-align: left;
    text-shadow: none;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 10;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
    background: rgba(90, 56, 21, 0.85);
    padding: 20px 40px 20px 20px;
    color: #fbfaf2;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 800 !important;
    display: inline-block;
}

.carousel-caption h3 {
    margin-bottom: 0;
    font-weight: 600 !important;
    font-size: 14px;
}

.carousel-caption h3:first-child {
    animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}

.carousel-caption h5:first-child {
    animation-delay: 2s;
}

.carousel-caption-inner {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        font-size: 60px;
    }
    .carousel-caption h1 {
        font-size: 40px;
    }
    .carousel-caption h2 {
        font-size: 35px;
    }
    .carousel-caption h3 {
        font-size: 30px;
    }
    .carousel-caption h4 {
        font-size: 25px;
    }
    .carousel-caption h5 {
        font-size: 20px;
    }
    .carousel-caption h6 {
        font-size: 15px;
    }
}

.carousel-info-section {
    text-align: left;
    text-shadow: none;
    left: 0;
    right: 0;
    top: 4px;
    z-index: 10;
    position: absolute;
}

/*#info-circle {
    float: right;
    border-radius: 50%;
    box-shadow: 5px 5px 20px black;
    width: 110px;
    height: 110px;
    padding: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(190, 17, 27, 0.9);
    color: #5a3815;
    font-family: 'ADAMCG' !important;
}*/

#info-circle p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

@media (min-width: 769px) {
    .carousel-info-section {
        text-align: left;
        text-shadow: none;
        left: 0;
        right: 0;
        top: 20px;
        z-index: 10;
        position: absolute;
    }
    #info-circle {
        float: right;
        border-radius: 50%;
        box-shadow: 5px 5px 20px black;
        width: 220px;
        height: 220px;
        padding: 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(190, 17, 27, 0.9);
        color: #5a3815;
        font-family: 'ADAMCG' !important;
    }
    #info-circle p {
        font-weight: 800 !important;
        font-size: 26px;
        line-height: 1.2;
        color: #fff;
        margin: 0;
        padding: 0;
        text-align: center;
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
}

#minergie-label {
    float: left;
    max-width: 150px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .next.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 20;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 767px) {
    .carousel-fade .carousel-inner .item img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    .carousel-caption {
        bottom: 0;
        padding-bottom: 0;
    }
    .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h3,
    .carousel-caption h4,
    .carousel-caption h5,
    .carousel-caption h6 {
        padding: 10px;
        font-weight: 600 !important;
    }
    .carousel-caption h6 {
        font-size: 15px;
    }
}

html,
body {
    height: 100%;
}

body {
    padding-top: 100px;
}

#content {
    background: #5a3815;
    padding: 20px 0;
}

.salespartner_logo {
    margin-bottom: 30px;
}

#map_projectPlaces {
    width: 100%;
    height: 400px;
}

#over_map_top {
    position: absolute;
    top: 0;
    left: 35px;
    z-index: 99;
    background: white;
    padding: 0 5px;
    color: #5a3815;
}

#over_map_bottom {
    position: absolute;
    bottom: 0;
    left: 35px;
    z-index: 99;
    background: white;
    padding: 0 5px;
    color: #5a3815;
}

#over_map_bottom td {
    color: #5a3815;
}

.dokumente_crop_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.gallery_crop_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.gallery_crop_img {
    position: relative;
    overflow: hidden;
    padding-bottom: 50%;
}

.gallery_crop_img img {
    position: absolute;
}

.featured {
    background: ;
    color: #fbfaf2;
}

label.error {
    display: none !important;
}

input.error {
    border: 1px solid #d9534f;
}

#footer {
    background: ;
    color: ;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #5a3815;
}

#copyright {
    padding: 20px 0;
    font-size: 12px;
    text-align: right;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: rgba(251, 250, 242, 0.8);
    color: #5a3815;
}

.table-hover tbody tr:hover td a,
.table-hover tbody tr:hover th a {
    color: #5a3815;
}

.table-responsive {
    border: none;
}

#main_news_wrapper {
    background: white;
}

#main_news {
    background: rgba(251, 250, 242, 0.15);
    padding: 20px 0;
}

#carouselSection {
    margin-top: 100px;
}

.objListTable td a {
    display: block;
    color: #3c3c3b;
    text-decoration: none;
    padding-right: 5px;
}

.objParkingListTable td {
    padding: 3px 0 !important;
}

section .row:empty,
section .row:empty + h1 {
    display: none;
    height: 0;
    margin: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    #map_projectPlaces {
        width: 100%;
        height: 600px;
    }
}

@media (min-width: 992px) {
    .boxed {
        padding: 10px;
        background: #5a3815;
    }
    .boxed.transparency {
        background: rgba(90, 56, 21, 0.85);
    }
    .boxed-reverse {
        padding: 10px;
        background: #5a3815;
        background: #fbfaf2;
        color: #5a3815;
    }
    .boxed-reverse.transparency {
        background: rgba(90, 56, 21, 0.85);
    }
    .boxed-reverse a,
    .boxed-reverse h1,
    .boxed-reverse h2,
    .boxed-reverse h3,
    .boxed-reverse h4,
    .boxed-reverse h5,
    .boxed-reverse h6,
    .boxed-reverse p {
        color: #5a3815;
    }
    .boxed-reverse.transparency {
        background: rgba(251, 250, 242, 0.9);
    }
    .boxed-reverse .salespartner_logo img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
}

.magnific {
    display: inline-block;
    overflow: hidden;
}

.magnific img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}

.magnific img:hover {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}

@media (max-width: 767px) {
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tbody tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    #no-more-tables tbody td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        padding: 4px 0 !important;
    }
    #no-more-tables tbody td.text-xs-right {
        text-align: right;
    }
    #no-more-tables tbody td:before {
        content: attr(data-title);
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
}

body {
    padding-top: 0;
    background: ;
}

section {
    border-bottom: 1px solid #eaebec;
}

.navbar-nav li.active a {
    background: none !important;
}

table {
    font-size: 16px;
}

table thead {
    background: #5a3815;
    color: #fbfaf2;
}

table thead th {
    border: none;
}

table tbody tr:last-of-type td {
    border-bottom: 1px solid #fbfaf2;
}

.boxed {
    padding: 0;
    background: none;
}

.boxed.transparency {
    padding: 10px;
    background: rgba(251, 250, 242, 0.9);
}

@media (min-width: 992px) {
    .box {
        padding: 10px;
        background: #fbfaf2;
    }
    section {
        padding: 60px 0 80px 0;
    }
    section h1 {
        text-align: center;
        margin-top: 80px;
        margin-bottom: 40px !important;
        font-weight: 700;
        padding: 10px;
    }
    section h1:first-of-type {
        margin-top: 0;
    }
    section.bg3 .boxed,
    section.bg .boxed {
        padding: 10px;
        background: #fbfaf2;
    }
    section.bg3 .boxed p,
    section.bg3 .boxed h1,
    section.bg3 .boxed h2,
    section.bg3 .boxed h3,
    section.bg3 .boxed h4,
    section.bg3 .boxed h5,
    section.bg3 .boxed h6,
    section.bg3 .boxed a,
    section.bg3 .boxed th,
    section.bg3 .boxed td,
    section.bg .boxed p,
    section.bg .boxed h1,
    section.bg .boxed h2,
    section.bg .boxed h3,
    section.bg .boxed h4,
    section.bg .boxed h5,
    section.bg .boxed h6,
    section.bg .boxed a,
    section.bg .boxed th,
    section.bg .boxed td {
        color: #3c3c3b;
    }
    .navbar-nav li.active a {
        background: none !important;
    }
    .navbar-nav li.active a:after {
        content: '';
        display: block;
        border-bottom: 5px solid;
        width: 100%;
        position: absolute;
        bottom: -10px;
        left: 0;
        -webkit-transition: none;
        transition: none;
    }
}

#imageBreaker h1 {
    font-size: 300%;
    color: white;
}

.info-circle-sm {
    float: right;
    border-radius: 50%;
    box-shadow: 5px 5px 20px black;
    width: 160px;
    height: 160px;
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(190, 17, 27, 0.9);
    color: #5a3815;
    font-family: 'ADAMCG' !important;
}

.info-circle-sm p {
    font-weight: 800 !important;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.gm-style-pbt {
    text-align: center;
    color: white !important;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}