@charset "utf-8";
/* Standard-Elemente */
html, body, ul, ol, p, form {
    margin: 0px;
    padding: 0px;
}
body, input, select {
    font-size: 96%;
    font-weight: 300;
    color: #000;
    font-family: proxima-nova;
    letter-spacing: 0.02em;
}
.title, .subtitle, h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus,
a:active {
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
    -moz-transition: 500ms all;
    transition: 500ms all;
}
.content a[href*="mailto:"]:before {
    content: '\f0e0\00A0\00A0';
    font-family: 'fontawesome';
    font-size: 20px;
}
a[href$=".pdf"]:before,
a[href$=".PDF"]:before {
    content: '\f1c1\00A0';
    font-family: 'fontawesome';
}
a[href$=".xlsx"]:before,
a[href$=".xls"]:before,
a[href$=".csv"]:before,
a[href$=".xlsm"]:before,
a[href$=".xltx"]:before,
a[href$=".xltm"]:before {
    content: '\f1c3\00A0\00A0';
    font-family: 'fontawesome';
}
a[href$=".docx"]:before,
a[href$=".doc"]:before,
a[href$=".dot"]:before,
a[href$=".docm"]:before,
a[href$=".dotx"]:before,
a[href$=".dotm"]:before {
    content: '\f1c2\00A0\00A0';
    font-family: 'fontawesome';
}
.list-item-level-one a[href$=".docx"]:before,
.list-item-level-one a[href$=".doc"]:before,
.list-item-level-one a[href$=".dot"]:before,
.list-item-level-one a[href$=".docm"]:before,
.list-item-level-one a[href$=".dotx"]:before,
.list-item-level-one a[href$=".dotm"]:before,
.list-item-level-one a[href$=".xlsx"]:before,
.list-item-level-one a[href$=".xls"]:before,
.list-item-level-one a[href$=".csv"]:before,
.list-item-level-one a[href$=".xlsm"]:before,
.list-item-level-one a[href$=".xltx"]:before,
.list-item-level-one a[href$=".xltm"]:before,
.list-item-level-one a[href$=".pdf"]:before,
.list-item-level-one a[href$=".PDF"]:before  {
    display: none;
}
strong, b {
    font-weight: 900;
}
hr {
    border: none;
    background-color: #aa9c8f;
    color: #aa9c8f;
    height: 1px;
}
#containerStart img,
#containerMain img,
#containerFooter img {
    max-width:100%;
    height: auto;
}
img {
    border:none;
}
.clear {
    clear: both;
    height: 0px;
    width: 0px;
}
.fa, .far, .fas, *:before, *:after  {
    font-family: 'fontawesome';
    font-weight: 100;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.favorite:after {
    font-family: 'fontawesome';
}

/* Platzhalter Form-Elemente */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: inherit;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: inherit;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: inherit;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: inherit;
}

/* Button zurück nach oben */
#buttonTop {
    text-align: center;
    position: fixed;
    display:none;
    right: -1px;
    bottom: 160px;
    padding: 10px 13px;
    color: #aa9c8f;
    background: #fff;
    border: 1px solid #aa9c8f;
    z-index: 999;
}
#buttonTop:before {
    font-family: 'fontawesome';
    content: '\f077';
    font-size: 160%;
    font-weight: 300;
}

/* Top */
#containerTop {
    width: 100%;
    border-bottom: 10px solid #aa9c8f;
    padding: 0;
    margin: 0;
}
#layerTop {
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
}
#layerLogo {
    float: left;
    padding: 35px 0 10px 0;
}
.logo {
    width: 365px;
    margin: 0 auto;
    text-align: center;
}
.contact {
    position: absolute;
    top: 0;
    right: 40px;
    font-family: fontawesome;
    color: white;
    font-size: 1.2rem;
    z-index: 2;
}
.contact .phone{
    background-color: #aa9c8f;
    float: right;
    margin-right: 10px;
    padding: 15px 8px 8px 8px;
}
.contact .mail{
    background-color: #aa9c8f;
    float: right;
    padding: 15px 8px 8px 8px;
    cursor: pointer;
}
#layerMailContent {
    min-width: 210px;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 4;
    display: none;
    background-color: rgba(170, 156, 143,1);
    transition: all 500ms ease-out;
    color: #FFF !important;
    letter-spacing: 1px;
    font-family: "proxima-nova";
    font-size: 0.9rem;
    line-height: 1.3rem;
    padding: 5px 10px;
}
#layerMailContent.open {
    display: block;
}
#layerPhoneContent {
    min-width: 180px;
    position: absolute;
    top: 48px;
    right: 45px;
    z-index: 4;
    display: none;
    background-color: rgba(170, 156, 143,1);
    transition: all 500ms ease-out;
    color: #FFF !important;
    letter-spacing: 1px;
    font-family: "proxima-nova";
    font-size: 0.9rem;
    text-align: right;
    line-height: 1.3rem;
    padding: 5px 25px 5px 10px;
    cursor: pointer;
}
#layerPhoneContent.open {
    display: block;
}
#buttonClose {
    font-family: fontawesome;
    float: right;
    z-index: 1;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 5px;
}
#containerHead {
}
/* Themenbild */
#containerTheme {
}
#layerTheme {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.itemThemeSlider {
    position: relative;
    overflow: hidden;
}
.itemThemeSliderLink {
    display: block;
}
.itemThemeSliderImage img {
    display: block;
    width: 100%;
    height: auto;
}
#layerTheme .slick-arrow {
  font-size: 300%;
  color: transparent;
  outline: none;
  border: none;
  background: transparent;
}
#layerTheme .slick-arrow,
#layerTheme .slick-arrow:before {
  width: 35px;
  height: 35px;
  line-height: 120px;
  color: #fff;
  font-size: 0;
}
#layerTheme .slick-prev {
  left: 20px;
}
#layerTheme .slick-next {
  right: 20px;
}

/* Breadcrumb */
#layerBreadcrumb {
    margin: 0 auto;
    padding: 0 0 10px 0;
}
.breadcrumbs {
    font-size: 85%;
    color: #999 !important;
    margin-bottom: 10px;
}

/* Navigation Top */
#layerNavigation {
    position: relative;
    margin: 0 auto;
    padding: 55px 0 0 0;
    float: right;
}

/* Navigation */
#layerMainLeft {
    display: none;
}
#layerMainLeft ul, #naviRoot li {
    list-style: none;
}

/* Singlepage (Startseite) */
.singlepage-item {
    padding: 40px;
    overflow: hidden;
}
.singlepage-item:last-child {
    padding-bottom: 50px;
}
.singlepage-item-inner {
    max-width: 1480px;
    margin: 0 auto;
}
.singlepage-item .head {
    margin-bottom: 10px;
}
.singlepage-item .title,
.singlepage-item .subtitle {
}

/* Main */

#layerMain {
    max-width: 1480px;
    margin: 0 auto;
}
#layerMainContent:after,
#layerMainBottom:after {
    content:"";
    display: table;
    clear: both;
}
#layerMainLeft,
#layerMainRight {
}
#layerMainLeft {
    width: 210px;
    float: left;
    margin-bottom: 20px;
}
#layerMainLeft:after {
    content:"";
    clear:both;
    display: table;
}
#layerMainRight {
    width: 300px;
    float: right;
}
#layerMainBottom {
    margin-bottom: 20px;
}
#containerMain {
    padding: 40px;
    background: #fff;
    margin-bottom: 50px;
}
#layerMainContent table {
    width: 100% !important;
}
#containerMainButton {
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    z-index: 100;
}
#layerMainButtonLeft,
#layerMainButtonRight {
    position: fixed;
    bottom: 0;
    width: 50%;
    padding: 10px;
}
#layerMainButtonLeft {
    left: 0;
}
#layerMainButtonRight {
    right: 0;
}
.MainButtonRight,
.MainButtonLeft {
    background-color: #aa9c8f;
    color: #FFFFFF;
    padding: 10px 20px;
    -webkit-border-radius: 10px 10px 0px 0px;
       -moz-border-radius: 10px 10px 0px 0px;
            border-radius: 10px 10px 0px 0px;
    position: fixed;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
       -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
            box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    display: none;
}
.MainButtonLeft {
    right: 50%;
}
.MainButtonRight {
    left: 50%;
}
.MainButtonRight:before,
.MainButtonLeft:before {
    font-family: 'fontawesome';
}
.MainButtonLeft:before {
    content: '\f073\00A0\00A0';
}
.MainButtonRight:before {
    content: '\f06b\00A0\00A0';
}
.MainButtonLeft:hover,
.MainButtonLeft:focus,
.MainButtonLeft:active,
.MainButtonRight:hover,
.MainButtonRight:focus,
.MainButtonRight:active {
    text-decoration: none;
}

/* Footer */

#containerFooter {
    border-top: 20px solid #aa9c8f;
}
#containerFooter strong,
#containerFooter b {
    font-weight: 700;
}
#layerFooter {
    max-width: 1480px;
    margin: 0 auto;
    padding: 40px;
}

#layerFooter .content-item,
#layerFooter .head {
    margin: 0;
}
#layerFooter .head .title {
    padding-bottom: 15px;
}
#layerFooter .content-item {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 6rem;
}
#layerFooter .content {
    line-height: 1.6rem;
}
#containerFooter .layerLogo {
    margin: 25px 0 0 0;
    float: left;
    width: 50%;
}
#containerFooter .layerLogo img {
    max-width: 300px;
}
#containerFooter .layerSocialMedia {
    font-family: fontawesome;
    text-align: right;
    font-size: 2rem;
    padding-top: 20px;
    color: #aa9c8f;
    float: right;
    font-weight: 700;
}
#containerFooter .layerSocialMedia a:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out;
}
#layerFooterImprint {
    clear: both;
    text-align: right;
    width: 100%;
    font-size: 84%;
    margin: 20px 0;
    padding-top: 10px;
    border-top: 1px solid #aa9c8f;
    color: #7b6756;
}

/* SYSTEMMELDUNGEN ERROR/SUCCESS */
.error {
    background-color: #9f0000;
    color: #FFFFFF;
    font-size: 90%;
    padding: 8px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width:100%;
}
.error:before {
    content: '\f071';
    font-family: 'fontawesome';
    display: inline-block;
    margin-right: 10px;
}
.success {
    background-color: #008b00;
    color: #FFFFFF;
    font-size: 90%;
    padding: 8px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.success:before {
    content: '\f00c';
    font-family: 'fontawesome';
    display: inline-block;
    margin-right: 10px;
}
.validateMessage {
    background-color: #aa9c8f;
    color: #FFFFFF;
    font-size: 80%;
    padding: 8px 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.validateMessage:before {
    content: '\f071';
    font-family: 'fontawesome';
    display: inline-block;
    margin-right: 10px;
}

/* googlerating */
.googlerating {
    text-align: center;
    padding-bottom: 5px;
}
.googlerating.stars {
    border-bottom: 1px solid #fff;
}
.googlerating-value {
    font-size: 138%;
    text-align: center;
    margin-bottom: 15px;
    display: inline;
}
.googlerating-stars {
    text-align: center;
    margin-bottom: 20px;
    display: inline;
}
.googlerating-stars-item {
    font-family: 'fontawesome';
    display: inline-block;
    text-align: center;
    font-size: 138%;
    color: #fff;
    padding: 0 3px;
}
.googlerating-reviews {
    overflow: hidden;
    margin: 0 -20px;
    text-align: left;
}
.googlerating-reviews-item {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}
.googlerating .googlerating-reviews-item {
    width: 33%;
}
.googlerating-reviews-inner {
    margin: 0 20px;
    overflow: hidden;
}
.googlerating-reviews-head {
    margin: 10px;
    overflow: hidden;
}
.googlerating-reviews-author {
    font-weight: 700;
    display: block;
}
.googlerating-reviews-date {
    font-size: 85%;
    color: #fff;
    font-weight: 300;
}
.googlerating-reviews-rating {
    overflow: hidden;
}
.googlerating-reviews-rating-item {
    font-family: 'fontawesome';
    display: inline-block;
    text-align: center;
    font-size: 120%;
    color: #fff;
}
.googlerating-reviews-text {
    margin: 10px;
    font-size: 85%;
    font-weight: 300;
    line-height: 140%;
}

/* Content Layer */

#containerContentLayer {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: fixed;
    z-index: 7
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    display: none;
    width: 92%;
    max-width: 600px;
}
#layerContentLayer {
    position: relative;
}
.contentLayerClose {
    height: 27px;
    width: 27px;
    display: block;
    background-image: url(../../../../img/lb/close.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    top: 14px;
}
#layerContentLayerHead {
    padding: 25px 0;
    text-align: center;
}
#layerContentLayerHead img {
    max-width: 85%;
    height: auto;
    width: 200px;
}
#layerContentLayerBody {
    text-align: left;
}
.areaContentLayerText {
    padding-top: 90%;
    position: relative;
    height:400px;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    -moz-transition: height 1s;
    transition: height 1s;
}
#containerContentLayer iframe {
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
    border: none;
}
body.iframe  {
    margin:0 20px;
    padding:0;
}
body.iframe  * {
    word-wrap: break-word;
}
.areaContentLayerText li {
    margin-left: 15px;
    margin-bottom: 5px;
}
#layerContentLayerFooter {
    height: 30px;
}
#areaContentLayerTextFooter {
    height: 40px;
    line-height: 1.2;
    text-align: right;
    padding-left: 25px;
    padding-right: 7px;
    text-decoration:none;
    border-top: 1px solid #CCC;
}
.contentLayerLink {
    color: #CCC;
    text-decoration: none;
    font-size: 10pt;
}
.contentLayerLink .x {
    font-size: 19pt;
    margin-left: 4px;
}
.contentLayerLink:hover,
.contentLayerLink:focus,
.contentLayerLink:active  {
    color: #CCC;
}


