body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1.88;
}

.hero-image {
    height: 100vh;
    background-image: url('../img/index/hero/sav-hero-index.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
}

.hero-image-down {
    height: 75vh;
    background-image: url('../img/down/hero-down.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
}

.hero-image-aboutus {
    height: 75vh;
    background-image: url('../img/aboutus/sav-hero-aboutus.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
}

.logo--width-adjust {
    margin-top: 80px;
    width: 60px;
}

@media screen and (min-width: 900px) {
    .logo--width-adjust {
        width: 80px;
    }
}

.tmg--center {
    text-align: center;
}

.tmg--nav {
    font-weight: 700;
}

.thd--color-main {
    background-color: #9f9475;
}

.thd--color-secondary {
    background-color: #3d301d,;
}

.thd--textcolor-main {
    color: #9f9475;
}

.circular-shape {
    width: 175px;
    height: 175px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.fa-icon-adjust {
    line-height: 175px !important;
    text-align: center;
}

.nav-active {
    background-color: #37474f;
}

.back-to-top:hover {
    background-color: #9f9475 !important;
}

.tmg--fixed {
    z-index: 9999;
}

.tD-image {
    background-image: url('../img/index/nature/fischerheim-1.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 33vh;
}

.pers-image {
    background-image: url('../img/index/nature/hardthausweiher-1.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 33vh;
}

.text-reduced {
    font-size: 0.9em;
}

#rev-text-1,
#rev-text-2 {
    order: 2;
}

#rev-img-1,
#rev-img-2 {
    order: 1;
}

@media screen and (min-width:900px){
    #rev-text-1,
    #rev-text-2 {
        order: 1;
    }

    #rev-img-1,
    #rev-img-2 {
        order: 2;
    }
}

#google-map {
    height: 25vh;
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.box-hover {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    cursor: pointer;
}

.box-hover:hover,
.box-hover:focus {
    transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -webkit-box-shadow: 0px 7px 0px 0px #9f9475;
    -moz-box-shadow: 0px 7px 0px 0px #9f9475;
    box-shadow: 0px 7px 0px 0px #9f9475;
}

.tmg-link {
    /*
    top: 50%;
    left: 50%;
*/
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    overflow: hidden;
    background: #9f9475;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    color: #eee;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    border-radius: 2px;
}

.tmg-link:hover {
    color: #eee;
}

.tmg__area--maxwidth {
    max-width: 800px;
}

.blogpost-1 {
    background-image: url('../img/owl-slide-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.thd-blog-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
    z-index: 10000;
}

.thd-blog-nav a {
    text-decoration: none;
    color: #9f9475;
    font-family: inherit;
}

.blog-nav-flex {
    display: flex;
    align-items: center;
}

.blog-nav-flex-next {
    justify-content: flex-end;
    align-items: center;
}

.tmg--spacer-top {
    padding-top: 80px;
}

.blog__nav--width-max {
    max-width: 900px;
}

/*Overwriting Waves Button/Link effects*/
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    color: white;
    background-color: #9f9475;
    font-size: inherit;
    line-height: inherit;
}

.waves-button {
    padding: 5px 25px;
    border-radius: 3px;
}

.proj__maxwidth--hero {
    max-width: 1200px;
}