/* =============================================================================
 * body
 * ========================================================================== */

//	Beige = #a59e8f
//	Anthrazit = #4d504e

body {
    color: rgb(55, 55, 55);
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    background-color: #FFFFFF;
    overflow-y: scroll;
}

body .mainmenu ul li a:not(.active):not(.trail) {
    color: rgb(255, 255, 255);
}


/* =============================================================================
 * logo size
 * ========================================================================== */

.logo {
    width: 280px;
}


/* =============================================================================
 * logo size: mobile
 * ========================================================================== */

@media only screen and (max-width: 1023px) {
    .logo {
        width: 180px;
    }
}

@media only screen and (max-width: 950px) {
    .logo {
        width: 160px;
    }
    .mainmenu ul li a {
        font-size: 13px !important;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: uppercase;
        right: -20px !important;
    }
    .mainmenu ul li a {
        color: #4d4f4f;
        display: block;
        float: none;
        font-size: 15px;
        font-weight: bold;
        line-height: inherit;
        min-height: inherit;
        padding: 0 10px;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }
}


/* =============================================================================
 * logo
 * ========================================================================== */

p a {
    color: rgb(145, 140, 132);
}

.logo {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
}

.logo a {
    background-image: url(../img/Logo_Web.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left;
    margin-top: 2px;
}

#header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #4d504e;
}

.mainmenu ul li a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 5px;
}

.mainmenu ul li a::after {
    background: #FFF none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
}

.mod_breadcrumb ul {
    color: #26221E;
    float: right;
    font-size: 1.3em;
}

.mod_breadcrumb {
    background: #E0D8CE none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    font-size: 12px;
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 0px;
    text-transform: uppercase;
    visibility: hidden;
}

.mod_breadcrumb a {
    color: rgb(57, 57, 57);
}

.mod_breadcrumb .pagetitle {
    float: left;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    color: #33302C;
}

.mainmenu ul li a.trail,
.mainmenu ul li a.active {
    color: rgb(174, 167, 152);
}


/**
 * CONTENT
 *****************************************************/

#right,
#left,
#main {
    margin-top: 20px;
}

#contentwrapper {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    padding-top: 55px;
}

#container {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    margin: 0;
    position: relative;
    width: 100%;
}

#main .mod_article {
    margin-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arimo', cursive;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 25px;
    text-transform: none !important;
    color: #a59e8f;
}

h3 {
    /*border-bottom: 2px solid #D0CBBE;*/
    font-size: 32px;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    margin-top: 20px !important;
    padding-bottom: 9px !important;
    text-transform: none !important;
    letter-spacing: initial;
}

.parallax h1 {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.82);
}


/**
 * Tabelle normal
 *****************************************************/

.ce_text table td:last-child {
    text-align: left;
}

.ce_text table {
    width: 100%
}


/**
 * Tabelle Wohnungen
 *****************************************************/

.tabelle h1 {
    background: none repeat scroll 0 0 #8E9B4B;
    color: white;
    line-height: 30px;
    margin-bottom: 0;
    padding-left: 10px;
}

.tabelle tr {
    line-height: 30px;
    padding-left: 10px;
}

.tabelle tr:nth-child(even) {
    background: #EEEEEE;
    /*    transition: background-color 0.3s ease-in-out;*/
}

.tabelle tr:nth-child(odd) {
    background: ##E5DFDA;
    /*    transition: background-color 0.3s ease-in-out;*/
}

.tabelle tr td:first-child {
    padding-left: 10px;
}

.tabelle tr td a:last-child {
    padding-right: 10px;
}

.tabelle a {
    text-decoration: none
}


.tabelle td:nth-child(1) {
    width: 140px;
}

.tabelle td:nth-child(2) {
    width: 70px;
}

.tabelle td:nth-child(3) {
    width: 165px;
}

.tabelle td:nth-child(4) {
    padding-right: 20px;
    text-align: left;
    width: 40px;
}

.tabelle td:nth-child(5) {
    padding-right: 40px;
    text-align: left;
    width: 40px;
}

.tabelle td:nth-child(6) {
    width: 80px;
}

.tabelle td:nth-child(7) {
    width: 130px;
}

.tabelle td:nth-child(8) {
    width: 105px;
}

.tabelle td:nth-child(9) {
    width: 85px;
}

.tabelle td {
    text-align: left;
}

.tabelle img {
    height: 21px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.tabelle.tg td:nth-child(1) {
    width: 100px;
}

.tabelle.tg td:nth-child(2) {
    width: 50px;
}

.tabelle.tg td:nth-child(3) {
    width: auto;
}

.tabelle.tg td:nth-child(4) {
    width: 80px
}

.tabelle.tg td:nth-child(5) {
    width: 38px;
    text-align: left;
}

.tabelle.tg td:nth-child(6) {
    width: 130px;
}

.tabelle.tg td:nth-child(7) {
    width: 60px;
}

.ce.tabelle.tg td:nth-child(8) {
    width: 1000px !important;
}

.tabelle tr td a {
    background-color: #a59e8f;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 10px 1px;
    cursor: pointer;
    
}
.tabelle tr td a:hover{
	background-color: #ffffff ;
	color: #4d504e;
}

.tabelle tr:hover {
    line-height: 30px;
    padding-left: 10px;
    background-color: #4d504e;
    color: white;
    cursor: e-resize;
}


/**
 * Tabelle 2 - Parkplaetze
 *****************************************************/

.tabelle2 h1 {
    background: none repeat scroll 0 0 #8E9B4B;
    color: white;
    line-height: 30px;
    margin-bottom: 0;
    padding-left: 10px;
}

.tabelle2 tr {
    line-height: 30px;
    padding-left: 10px;
}

.tabelle2 tr:nth-child(even) {
    background: #EEEEEE;
    /*    transition: background-color 0.3s ease-in-out;*/
}

.tabelle2 tr:nth-child(odd) {
    background: ##E5DFDA;
    /*    transition: background-color 0.3s ease-in-out;*/
}

.tabelle2 tr td:first-child {
    padding-left: 10px;
}

.tabelle2 tr td a:last-child {
    padding-right: 10px;
}

.tabelle2 a {
    text-decoration: none
}

.tabelle2 td:nth-child(1) {
    width: 90px;
}

.tabelle2 td:nth-child(2) {
    width: 78px;
}

.tabelle2 td:nth-child(3) {
    width: 240px;
}

.tabelle2 td:nth-child(4) {
    text-align: right;
    padding-right: 10px;
    width: 85px;
}

.tabelle2 td:nth-child(5) {
    width: 80px;
}

.tabelle2 td:nth-child(6) {
    width: 70px;
}

.tabelle2 td:nth-child(7) {
    width: 60px;
}

.tabelle2 td {
    text-align: left;
}

.tabelle2 img {
    height: 21px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.tabelle2.tg td:nth-child(1) {
    width: 90px;
}

.tabelle2.tg td:nth-child(2) {
    width: 65px;
}

.tabelle2.tg td:nth-child(3) {
    width: auto;
}

.tabelle2.tg td:nth-child(4) {
    width: 80px
}

.tabelle2.tg td:nth-child(5) {
    width: 38px;
    text-align: left;
}

.tabelle2.tg td:nth-child(6) {
    width: 130px;
}

.tabelle2.tg td:nth-child(7) {
    width: 60px;
}

.ce.tabelle2.tg td:nth-child(8) {
    width: 1000px !important;
}

.tabelle2 tr td a {
    background-color: #a59e8f;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 10px 1px;
    cursor: pointer;
    
}
.tabelle2 tr td a:hover{
	background-color: #ffffff ;
	color: #4d504e;
}

.tabelle2 tr:hover {
    line-height: 30px;
    padding-left: 10px;
    background-color: #4d504e;
    color: white;
    cursor: e-resize;
}


/**
 * Formulare
 *****************************************************/

form fieldset {
    background-color: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.formbody label {
    display: inline-block;
    vertical-align: top;
    width: 96px;
}

input,
textarea,
select {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    transition: all 0.15s linear 0s;
    width: 100%;
}

input:focus,
textarea:focus {
    background-color: #fff;
    border: 1px solid rgb(60, 60, 60);
    border-radius: 0;
}

form span.mandatory {
    color: #666666;
}

form fieldset legend {
    background-color: #D0CBBE;
    color: #33302c;
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 15px;
}

textarea {
    height: 100px;
}

input.submit {
	background: #a59e8f;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: bold;
    min-width: 140px;
    padding: 10px 10px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-out 0s;
    width: auto;
}

input.submit[type="submit"]{
	background: #a59e8f;
    color: #ffffff;
}


input.submit[type="submit"]:hover {
    background: #4d504e;
}

#nav-open-btn::before {
    background: rgb(196, 174, 168) none repeat scroll 0 0;
}

#nav-open-btn::before {
    background: rgb(196, 174, 168) none repeat scroll 0 0;
    color: #fff;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}

body .mm-menu a:hover,
body .mm-menu a.active,
body .mm-menu a.trail {
    background: #E0D8CE none repeat scroll 0 0;
    color: black;
}

body .mm-menu a:hover,
body .mm-menu a.active,
body .mm-menu a.trail {
    background: #E0D8CE none repeat scroll 0 0;
}


/**
 * Gallery
 *****************************************************/

.ce_gallery .content {
    background: rgba(0, 0, 0, 0.35);
}

#bottom {
    //background: rgb(208, 203, 190) none repeat scroll 0 0;
    background-color: #4d504e;
    border-top: 1px solid #4d504e;
    letter-spacing: 3px;
    
}
#bottom .align-center, #bottom a{
	color: white !important;
}

.image_container img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}


/**
 * Hyperlink-Boxen
 *****************************************************/

.ce_hyperlink a,
a.btn {
    background: #a59e8f none repeat scroll 0 0;
    color: #ffffff;
    border: 0px;
}

.ce_hyperlink a:hover,
a.btn:hover {
    background: #4d504e;
	color: #ffffff;
    border: 0px;
}

form .widget input,
form .widget textarea,
form .widget select {
    font-size: 1em;
    width: 100%;
}


/**
 * Diverses
 *****************************************************/

.color-white,
.color-white p,
.color-white i,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white a:not(.link-white) {
    color: #000 !important;
}

.home #right,
.home #left,
.home #main {
    margin-top: 0px;
}
.home #container {
	background-color: #4d504e;
}

/**
 * Lightbox
 *****************************************************/
#mbImage{
	overflow: hidden;
}
#mbImage iframe{
	max-width: 680px;
}