﻿
body {
    color: #5D767B;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.1rem;
    /*background-color: #f8e6e6;*/
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

div.bgcreme {
    background-color: #faf9e8;
    color: #7f3f30;
}

div.bgred {
    background-color: #ab2d21;
    color: #e4f3cc;
}

div.bgbrown {
    background-color: #d9c2ae;
    color: #7f3f30;
}

/* Navigation */
nav {
    max-width: 1268px;
    margin: 0 auto !important;
    font-size: 0.9rem;
}

.navbg {
    background-color: #faf9e8;
    color: #7f3f30;
}

.navheight {
    height: 4rem;
}

.navbar-brand a:hover {
    text-decoration: none;
}

#logoimg {
    vertical-align: middle;
}

.navbar-brand span {
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 5px;
    color: #7f3f30;
}

.navbar-brand b {
    display: block;
    font-size: 60%;
    font-weight: normal;
    line-height: 1;
}

.navbar-nav {
    margin-left: auto;
}

/*.navbar {
    width: inherit;
    left: 50%;
    transform: translateX(-50%);
}*/

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
    color: #7f3f30 !important;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #e46016 !important;
    }


/* background images */
div.bgroot {
    background-image: url("../img/wurzel.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}

div.bglogo {
    background-image: url("../img/logobg.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
}


div#bgleft {
    float: left;
    width: 445px;
    min-height: 600px;
    padding-right: 30px;
    background-image: url("../img/logobg.jpg");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: left center;
}

div#leftempty {
    float: left;
    width: 445px;
    min-height: 350px;
    padding-right: 30px;
}

div#right {
    float: left;
    width: 640px;
    padding-right: 50px;
    color: #a4282a;
    min-height: 350px;
    background-image: url("../img/logobg.jpg");
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: right center;
    padding-bottom: 15px;
}

div#rightempty {
    float: left;
    color: #a4282a;
    width: 590px;
    min-height: 350px;
    padding-right: 20px;
    padding-bottom: 15px;
}


/*
    Buttons 
*/
.up-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-color: #ab2d21;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #faf9e8;
    display: block;
    margin: 0 auto;
    color: #ab2d21;
    font-size: 0.8rem;
    line-height: 46px;
    text-align: center;
    position: absolute;
    top: -2.5rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.collapse-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-color: #ab2d21;
    border-width: 0px;
    border-style: solid;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #faf9e8;
    margin: 0 auto;
    color: #ab2d21;
    font-size: 0.8rem;
    line-height: 46px;
    text-align: center;
    position: relative;
    top: -5px;
    text-decoration: none;
}

.collapse-btn-brown {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-color: #ab2d21;
    border-width: 0px;
    border-style: solid;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #d9c2ae;
    color: #7f3f30;
    margin: 0 auto;
    font-size: 0.8rem;
    line-height: 46px;
    text-align: center;
    top: -5px;
    position: relative;
    text-decoration: none;
}

    .collapse-btn-brown:hover {
        text-decoration: none;
    }

    .collapse-btn-brown:active {
        text-decoration: none;
    }

/* Slider configuration */
.carousel-item > div {
    float: left;
}

.carousel-by-item [class*="cloneditem-"] {
    display: none;
}


.impress {
    font-family: Arial, Helvetica, Sans-Serif;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 20px;
}

    .impress a {
        color: #ab2d21 !important;
    }

        .impress a:hover {
            color: #e46016;
        }


