/* ubuntu-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/ubuntu-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ubuntu-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/ubuntu-v20-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/ubuntu-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/ubuntu-v20-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
  }
  
  /* ubuntu-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/ubuntu-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
  }
  
  /* ubuntu-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/ubuntu-v20-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ubuntu-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ubuntu-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/ubuntu-v20-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/ubuntu-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/ubuntu-v20-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
  }
  

[role=tooltip], .jmodedit, .icons {
    display: none !important;
}

* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

img {
    border: none;
    font-size: 0;
}

.hidden {
    display: none;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    line-height: 160%;
    margin: 0px 0px 0px 0px;
    font-size: 2.1rem;
    color: #222;
    position: relative;
    height: 100%;
    overflow-y: scroll;
    background: #ddd;
}


a {
    color: #222;
    text-decoration: none;
    transition: color 0.3s ease-out;
    border: 0;
}

a:hover {
    color: #810907;
}

b, strong {
    font-weight: 400;
    color:#810907;
}

p {
    margin-bottom: 0.8rem;
}

p.big_gap {
    margin-bottom: 2.5rem;
}

p.no_mb, p:last-child {
    margin-bottom: 0;
}


small, .small {
    font-size: 1.8rem;
}

#wrapper {
    position: relative;
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    background: #fff;
}

#header_mobile {
    display: none;
}

#header {
    position: relative;
    height: 0;
    padding-bottom: 45%;
    background: #eee;
}

#header_bar {
        position: absolute;
        left: 0;
        right: 0;
        top: 10rem;
        height: 6rem;
        background: rgba(129,8,6,0.95);
        z-index: 10;
}


#header #logo {
    width: auto;
    height: 14rem;
    position: absolute;
    z-index: 10;
    right: 5rem;
    top: -4rem;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}


#header #slider {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
}


#header #slider .status {
    position: absolute;
    left: 0;
    bottom: 10rem;
    z-index: 10;
    color: #fff;
    background: rgba(129,8,6,0.95);
    font-size: 5rem;
    line-height: 120%;
    padding: 1rem 2rem 1rem 3rem;
}

#header #slider #draft {

    width: 8rem;
    height: 8rem;
    background: #810907;
    position: absolute;
    bottom: 5rem;
    right: 5rem;
    border-radius: 50%;
    border: 0.4rem solid #fff;
}

#header #slider .ls-gui-element {
    display: none !important;
}

#header #menu {
    position: absolute;
    left: 5rem;
    top: 0;
    cursor: pointer;
    z-index: 9999;
    padding-right: 2rem;
    color: #fff;
    font-weight: 300;
}

#header #menutrigger {
    display: flex;
    align-items: center;
    font-size: 2.1rem;
    line-height: 100%;
    height: 6rem;
}

#header #menutrigger span {
    display: block;
    height: 2px;
    background: #fff;
    width: 4rem;
    margin-right: 1.8rem;
    position: relative;
}

#header #menutrigger span:before, #header #menutrigger span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
}

#header #menutrigger span:before {
    top: -1rem;
}

#header #menutrigger span:after {
    bottom: -1rem;
}

#header #menu #topmenu {
    position: absolute;
    left: 0;
    top: 6rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    z-index: 99999;
    background: rgba(129,8,6,0.85);
    display: none;
    cursor: auto;
}

#header #menu:hover #topmenu {
    display: block;
    overflow: hidden;
}

#header #menu #topmenu ul {
    list-style: none;
}

#header #menu #topmenu ul li a {
    color: #fff;
    padding: 0.3rem 7.8rem 0.3rem 5.8rem;
    display: block;
    background: rgba(38,105,178,0);
    transition: background 0.15s ease-in;
    font-size: 2.1rem;
    white-space: nowrap;
    position: relative;
    transition: padding 0.3s ease-in;
}

#header #menu #topmenu ul li a:before, #sticky ul li a:before {
    content: '';
    display: block;
    width: 4rem;
    height: 2.6rem;
    position: absolute;
    right: -4rem;
    top: 1.3rem;
    background: url(../images/icon_menu.png) no-repeat;
    background-size: contain;
    transition: right 0.3s ease-in;
}

#header #menu #topmenu ul li.active a:before, #header #menu #topmenu ul li a:hover:before, #sticky ul li.active a:before, #sticky ul li a:hover:before {
    right: 2rem;
}


#header #menu #topmenu ul li a:hover {
    background: rgba(0,0,0,0.1);
}


#header #menu #topmenu ul li ul {
    display: none;
}





    

#header #contact {
    position: absolute;
    left: 17rem;
    right: 28.3rem;
    top: 0;
    height: 6rem;
    display: flex;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 300;
}

#header #contact a {
    color: #fff;
}


#sticky {
    position: absolute;
    right: 0;
    z-index: 9999;
    visibility: hidden;
}

#sticky > div > div {
    display: flex;
    align-items: flex-start;
    transform: translateX(-4.8rem);
    position: absolute;
    transition: transform 0.2s ease-out;
}

#sticky.fixed > div > div {
    position: fixed;
    top: 10rem;
}

#sticky.open > div > div {
    transform: translateX(-35rem);
}

#sticky.invisible > div > div, #sticky.open.invisible > div > div {
    transform: translateX(0rem);
}

#sticky > div > div > div:first-child {
    width: 4.5rem;
    height: 18.2rem;
    background: #810907;
    position: relative;
    cursor: pointer;
    border-left: 0.3rem solid #fff;
    border-top: 0.3rem solid #fff;
    border-bottom: 0.3rem solid #fff;
    border-right: 1px solid #fff;
}

#sticky > div > div > div:first-child:hover {
    background: #740705;
}

#sticky > div > div > div:first-child .text {
	width: 15rem;
	height: 4.5rem;
	line-height: 4.3rem;
	font-size: 2.3rem;
    font-weight: 300;
	color: #fff;
	position: absolute;
	transform: rotate(-90deg) translateY(4.5rem);
	transform-origin: left bottom;
	left: 0;
	bottom: 0;
    text-align: center;
}

#sticky > div > div > div:last-child {
    width: 30.5rem;
    background: #810907;
    border-left: 0.3rem solid #fff;
    border-top: 0.3rem solid #fff;
    border-bottom: 0.3rem solid #fff;
    margin-left: -0.3rem;
}

#sticky ul {
    list-style: none;
    padding: 1.5rem 0;
    overflow: hidden;
}

#sticky ul li a {
    padding: 0.5rem 3rem;
    display: block;
    line-height: 130%;
    font-size: 2.1rem;
    font-weight: 300;
    color: #fff;
    position: relative;
}

#sticky ul li a:hover {
    background: #740705;
}



#sticky .burger_icon {
    display: block;
    width: 2.9rem;
    height: 0.2rem;
    background: rgba(255,255,255,1);
    position: absolute;
    top: 2rem;
    left: 0.8rem;
    transition: background 0s 0.2s;
}

#sticky.open .burger_icon {
    background: rgba(148,194,74,0);
}

#sticky .burger_icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 2.9rem;
    height: 0.2rem;
    background: rgba(255,255,255,1);
    top: -1rem;
    transition: top 0.2s ease-out 0.2s, transform 0.2s ease-out 0s;
}

#sticky .burger_icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 2.9rem;
    height: 0.2rem;
    background: rgba(255,255,255,1);
    top: 1rem;
    transition: top 0.2s ease-out 0.2s, transform 0.2s ease-out 0s;
}
    
#sticky.open .burger_icon:before {
    top: 0px;
    transition: top 0.2s ease-out 0s, transform 0.2s ease-out 0.2s;
    transform: rotate(135deg);
}

#sticky.open .burger_icon:after {
    top: 0px;
    transition: top 0.2s ease-out 0s, transform 0.2s ease-out 0.2s;
    transform: rotate(-135deg);
}

#content {
    position: relative;
    width: 140rem;
    margin: 0 auto;
    margin-top: 10rem;
    padding-bottom: 30rem;
    text-align: justify;
}


h1, h2.like_h1 {
    font-size: 4.2rem;
    color: #810907;
    margin-bottom: 2rem;
    line-height: 130%;
    text-align: left;
    font-weight: 400;
}

h1.near {
    margin-bottom: 0;
}

h2, h3.like_h2, .beschreibung h3 {
    font-size: 3.2rem;
    color: #810907;
    margin-bottom: 2rem;
    line-height: 130%;
    font-weight: 400;
    text-align: left;
}

h2.centered {
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 4rem;
}

h2.centered.google {
    margin-bottom: 2rem;
}

h3 {
    font-size: 2.8rem;
    color: #810907;
    margin-bottom: 2rem;
    line-height: 130%;
    font-weight: 400;
    text-align: left;
}

h4 {
    font-size: 2.4rem;
    color: #810907;
    margin-bottom: 2rem;
    line-height: 130%;
    font-weight: 400;
    text-align: left;
}



#content ul {
    list-style: none;
}

#content ul.list li, #content .beschreibung li {
    padding-left: 1.7rem;
    position: relative;
    text-align: left;
    line-height: 160%;
    margin-bottom: 0.3rem;
}

#content ul.list li:before, #content .beschreibung li:before {
    content: '';
    display: block !important;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 1.4rem;
    background: #810907;
}


.clm3, .clm3_partner {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
}

.clm3 > div, .clm3_partner > div {
    position: relative;
    width: 30%;
    background: #fff;
    margin-right: 5%;
    margin-bottom: 5%;
}

.clm3 > div:nth-child(3n), .clm3_partner > div:nth-child(3n) {
    margin-right: 0;
}

.clm3 > div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #810907;
}

.clm3 div.image {
    position: relative;
    z-index: 5;
}

.clm3 div.image > span {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66.66666666%;
    overflow: hidden;
    position: relative;
    background: #eee;
}

.clm3 div.image > span img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s ease-out;
}

.clm3 > div.hover div.image > span img {
    transform: scale(1.15);
}

.clm3 > div.draft div.image > span:after {
    content: '';
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 3rem;
    height: 3rem;
    border: 0.2rem solid #fff;
    background: #810907;
    border-radius: 50%;
    z-index: 10;
}

.clm3 .status {
    position: absolute;
    left: 0;
    top: 3rem;
    background: rgba(129,8,6,0.95);
    color: #fff;
    padding: 0 1rem 0.1rem 1rem;
    line-height: 170%;
    font-weight: 400;
    font-size: 1.8rem;
}

.clm3 div.text {
    border-top: 0.7rem solid #810907;
    padding: 1.8rem 2rem 9rem;
    font-size: 1.9rem;
}

.clm3.news div.text {
    padding: 1.8rem 2rem 2rem;
}

.clm3 div.text.referenz {
    padding: 1.8rem 2rem
}


.clm3 div.text .infos > div {
        border-bottom: 1px solid #eee;
        line-height: 160%;
        padding: 0.5rem 0;
}

.clm3 div.text .infos > div:last-child {
    border-bottom: none;
}

.clm3 div.text small {
    font-size: 1.4rem;
    line-height: 160%;
    display: block;
    margin-top: 0.3rem;
}

.clm3 h2, .clm3 h3 {
    font-size: 2.4rem;
    color: #810907;
    margin-bottom: 1.5rem;
    line-height: 140%;
    font-weight: 400;
}

p.sub {
    margin: -1.5rem 0 2rem;
} 

.clm3 p.sub {
        font-size: 1.75rem;
        line-height: 160%;
        margin: -1rem 0 1rem;
}

.clm3 a.weiterlesen {
        position: absolute;
        left: 2rem;
        right: 2rem;
        bottom: 2.2rem;
        height: 3.6rem;
        line-height: 3.6rem;
        font-size: 1.9rem;
        color: #fff;
        background: #810907;
        text-align: center;
        font-weight: 300;
}

.clm3 a.weiterlesen:hover {
    background: #740705;
}


.clm3_partner {
    margin-top: 5rem;
}

.clm3_partner > div > a:first-child, .clm3_partner > div > span:first-child {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    display: block;
    position: relative;
    margin-bottom: 2rem;
}

.clm3_partner > div > a:first-child:before, .clm3_partner > div > span:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 5;
    border: 1px solid #810907;
}

.clm3_partner > div > a:first-child img, .clm3_partner > div > span:first-child img {
    display: block;
    width: 100%;
    height: auto;
}

.clm3_partner > div > a:last-child, .clm3_partner > div > span:last-child {
    display: block;
    text-align: center;
    font-size: 2.5rem;
}

.team {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}

.team > div {
    width: 46.5%;
    margin-right: 7%;
    margin-bottom: 7%;
}

.team > div:nth-child(2n) {
    margin-right: 0;
}

.team > div img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
}

.team > div h2 {
    margin-bottom: 0.8rem;
}

.headline {
    position: relative;
}

.headline h1 {
    padding-right: 9rem;
}

.headline #backbutton {
    width: 4.4rem;
    height: 4.4rem;
    background: #810907;
    position: absolute;
    right: 0;
    top: 0.7rem;
}

.headline #backbutton:hover {
    background: #740705;
}

.headline #backbutton:before {
    content: '';
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/backbutton.svg) 170% center no-repeat;
    background-size: 83% auto;
    transition: background-position 0.15s ease-out;
}

.headline #backbutton:hover:before {
    background-position: 115% center;
}

table td {
    vertical-align: top;
}


table.daten td {
    padding: 0.3rem 1rem;
    padding: 0;
}

table.daten td:first-child {
    padding-right: 1rem;
}

table.daten td:first-child {
    white-space: nowrap;
}

table.daten td:last-child {
    width: 100%;
}





.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery > div {
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}

.gallery > div:nth-child(5n) {
    margin-right: 0;
}

.gallery > div:nth-last-child(-n+5) {
    margin-bottom: 0;
}

.gallery > div > a {
    display: block;
    height: 0;
    padding-bottom: 66.666%;
    overflow: hidden;
    position: relative;
}


.gallery > div > a img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-out;
}

.gallery > div > a:hover img {
    transform: scale(1.15);
}

.gallery > div > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(129,8,6,0.85);
    z-index: 5;
    opacity: 0;
    transition: 0.3s ease-out;
}

.gallery > div > a:hover:before {
    opacity: 1;
}

.gallery > div > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/magnifier.png) center center no-repeat;
    background-size: 35% auto;
    z-index: 6;
    transition: 0.3s ease-out;
    transform: translateY(100%);
}

.gallery > div > a:hover:after {
    transform: translateY(0);
}

.fancybox-bg { background: #000 !important; }

.fancybox-caption__body {
    font-size: 2rem !important;
    font-weight: 300 !important;
}




/* Accordion */

.accordion {
    margin-bottom: 2rem;
}

.accordion > div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in;
    max-height: 0px;
    height: auto;
}

.accordion.open > div {
    max-height: none;
}

.accordion.animating > div, .accordion.open.animating > div {
    max-height: var(--acc_height);
}

.accordion > div > div {
    border-left: 1px solid #810907;
    border-right: 1px solid #810907;
    border-bottom: 1px solid #810907;
    padding: 3rem;
}

.accordion > div > div p:last-child {
    margin-bottom: 0;
}

.accordion > a {
    display: block;
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left;
    color: #fff;
}

.accordion.open > a, .accordion.animating > a, .accordion.open.animating > a {
    color: #fff;
}


#content .accordion > a > h2, #content .accordion > a > h3 {
    min-height: 44px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-left: 65px;
    padding-right: 20px;
    position: relative;
    font-size: 2.6rem;
    color: #fff;
    margin-bottom: 0;
    background: #810907;
}

#content .accordion a:hover > h2, #content .accordion a:hover > h3, #content .accordion a:hover > h2 span, #content .accordion a:hover > h3 span {
    background: #740705;
}

html.touch .accordion a:hover > h2 span, html.touch .accordion a:hover > h3 span {
    
    
}

.accordion > a > h2 > span, .accordion > a > h3 > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    border-right: 5px solid #fff;
}


.accordion > a > h2 span:before, .accordion > a > h3 span:before {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    width: 28px;
    left: 8px;
    top: 20px;
    background: #fff;
    transition: transform 0.2s ease-in;
}

.accordion.open > a > h2 span:before, .accordion.animating > a > h2 span:before, .accordion.open > a > h3 span:before, .accordion.animating > a > h3 span:before {
   transform: rotate(-180deg);

}

.accordion > a > h2 span:after, .accordion > a > h3 span:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 28px;
    top: 8px;
    left: 20px;
    background: #fff;
    transition: transform 0.2s ease-in;

}

.accordion.open > a > h2 span:after, .accordion.animating > a > h2 span:after, .accordion.open > a > h3 span:after, .accordion.animating > a > h3 span:after {
   transform: rotate(-90deg);
}



#gmap {
    width: 100%;
    height: 80rem;
}

#gmap #copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.85);
	z-index: 9999;
	padding: 0.3rem 0.8rem;
	color: #222;
	font-size: 1.2rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}


.kontakt_anfrage {
    display: flex;
    justify-content: space-between;
}

.kontakt_anfrage > div:first-child {
    width: 60%;
}

.kontakt_anfrage > div:last-child {
    width: 30%;
    text-align: left;
}

.sonstiges {
    margin-top: 4rem;
}

.grp-widget {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 300 !important;
}

.grp-widget-box-head-honor-rating svg {
    display: none !important;
}

.grp-widget-box-head-honor-rating-score {
    font-size: 5rem !important;
    font-weight: 400 !important;
    line-height: 3rem !important;
}

.grp-widget-box-head-honor-stars {
    font-size: 2.5rem !important;
    margin-top: 0 !important;
}

.grp-widget-box-head-honor-rating {
    width: 15rem !important;
    height: 6rem !important;
}
   
.grp-widget-box-head {
    padding: 0 !important;
}
   
.grp-theme-default {
    color:#222 !important;
}
   
.grp-widget {
    font-size: 1.8rem !important;
}

.grp-widget-box-head-honor {
    padding-top: 0 !important;
}

.grp-reviews-container-inner {
    padding: 0 !important;
}

.grp-theme-default .grp-style-box.grp-reviews-review {
    box-shadow: none !important;
    color:#222 !important;
}

.grp-style-box.grp-reviews-review {
    border-radius: none !important;
    padding: 2rem 0 3rem !important;
}

.grp-style-box .grp-reviews-review-head {
    margin-bottom: 2rem !important;
}

.grp-theme-default .grp-style-box .grp-reviews-review-author-name, 
.grp-theme-default .grp-style-box .grp-reviews-review-author-name a {
    color: #810907 !important;
}
   
.grp-reviews-review-author-name, 
.grp-reviews-review-author-name a {
    font-size: 2.5rem !important;
    font-weight: 400 !important;
}

.grp-reviews-review-rating {
    color: #810907 !important;
}

.grp-reviews-review-date {
    font-size: 1.5rem !important;
}

.grp-theme-default .grp-style-box .grp-reviews-review-date {
    color: #555 !important;
}   

.grp-reviews-review-text {
	font-size: 1.8rem !important;
	line-height: 180% !important;
    white-space: normal !important;
}

.grp-text-expand-btn {
    font-size: 1.7rem !important;
    color: #810907 !important;
}

.grp-theme-default .grp-reviews-container {
	background: #fff !important;
}

.grp-slick-dots li button::before {
	font-size: 1.8rem !important;
	line-height: 2rem !important;
	opacity: 1 !important;
	color: #ccc !important;
}

.grp-slick-dots li.grp-slick-active button:before, .grp-slick-dots li button:hover:before {
	color: #810907 !important;
}





/* Kontakt */



input, textarea, select, button {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 2.1rem;
    color: #222;
    padding: 0.5rem 0;
    max-width: 100% !important;
    width: 100% !important;
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}

select {
    background: #fff;
    margin-top: 1rem;
    border-bottom: 1px solid #222;
}

select option {
    font-size: 1.8rem;
}

.bfElemWrap.cool_select {
    margin-top: 3.5rem;
}

.bfElemWrap.cool_field {
    position: relative;
    margin-top: 4rem;
}


.bfElemWrap.cool_field label {
    position: absolute;
    top: 0.5rem;
    pointer-events: none;
    transition: transform 0.3s ease-out;
    transform-origin: left top;
    width: 100% !important;
}

.bfElemWrap.cool_field.google_route label {
    top: -0.3rem;
}

.bfElemWrap label a {
    color:#810907;
    font-weight: 400;
}

.bfElemWrap label span {
    position: relative;
    display: inline-block;
    font-size: 1.7rem;
    top: -0.6rem;
    margin-left: 0.3rem;
}

.bfElemWrap label small span {
    font-size: 1.4rem;
}

.bfElemWrap.cool_field label.focus {
    transform: scale(0.75) translateY(-4rem);
}

.bfElemWrap > div {
    position: relative;
    width: 100%;
}



.bfElemWrap.cool_field > div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    background: #222;
    transition: transform 0.5s linear;   
    transform-origin: left;
}

.bfElemWrap.cool_field > div.focus:before {
    transform: scaleX(1);
    transform-origin: right;
}



.bfElemWrap.cool_field > div:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    background: #810907;
    transition: transform 0.5s linear;   
    transform-origin: right;
    transform: scaleX(0);
}

.bfElemWrap.cool_field > div.focus:after {
    transform: scaleX(1);
    transform-origin: left;
}


.bfElemWrap.cool_textarea {
    margin-bottom: 5rem !important;
}


.bfElemWrap.cool_checkbox {
    position: relative;
    margin-bottom: -2rem !important;
}

.bfElemWrap.cool_checkbox label {
    padding-left: 2.6rem;
    position: relative;
    margin-right: 0 !important;
    text-align: left;
}

.bfElemWrap.cool_checkbox input {
    position: absolute !important;
    left: 0;
    top: 1rem;
    visibility: hidden;
    -moz-appearance: initial;
    cursor: pointer;
}

.bfElemWrap.cool_checkbox input:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    border: 1px solid #222;
    width: 14px;
    height: 14px;
    visibility: visible;
}

.bfElemWrap.cool_checkbox input:checked:after {
    content: '';
    position: absolute;
    display: block;
    left: 4px;
    top: 4px;
    background: #810907;
    width: 8px;
    height: 8px;
    visibility: visible;
}



button#bfSubmitButton, input.gr_button, button {
    margin-top: 3rem;
    display: block;
    position: relative;
    padding: 0.6rem 1.5rem 0.7rem;
    font-size: 2.1rem;
    color: #fff;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    cursor: pointer;
    border: none;
    background: #810907;
    width: auto !important;
}

.mapboxgl-ctrl-group button, .maplibregl-ctrl-group button {
    width: 29px !important;
    margin-top: 0 !important;
}

input.gr_button {
    margin-top: -0.5rem;
}

button#bfSubmitButton:hover, input.gr_button:hover, button:hover {
    background:#740705;
}

button.plg_system_webauthn_login_button, .com-users-login__remember, .form-control-feedback, .input-password-toggle, .com-users-login__options {
    display: none;
}

fieldset {
    border: none;
}

input#username, input#password {
    border-bottom: 1px solid #222;
    margin-bottom: 3rem;
}

#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 13rem;
    background: #810907;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer_inner {
    width: 100%;
    margin: 0 auto;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    line-height: 230%;
}

#footer_inner a {
        color: #fff;
}

#footer_inner p {
    margin-bottom: 0;
}

@media(max-width: 1920px) {

    #header {
        padding-bottom: 47.5%;
    }

    #header_bar {
        top: 8rem;
    }

}

@media(max-width: 1660px) {

    #header {
        padding-bottom: 50%;
    }

}

@media(max-width: 1560px) {

    #header {
        padding-bottom: 52.5%;
    }

    #content {
        width: 130rem;
    }

    .kontakt_anfrage > div:last-child {
        width: 33%;
    }

}

@media(max-width: 1460px) {

    #header {
        padding-bottom: 55%;
    }

    #content {
        width: 114rem;
        margin-top: 8rem;
    }

    .kontakt_anfrage > div:first-child {
        width: 54%;
    }
    
    .kontakt_anfrage > div:last-child {
        width: 37%;
    }

}

@media(max-width: 1120px) {

    html {
        font-size: 8.5px;
    }

    #header #menutrigger span {
        height: 1px;
    }
    
    #header #menutrigger span:before, #header #menutrigger span:after {
        height: 1px;
    }

    #content ul.list li:before, #content .beschreibung li:before {
        width: 6px;
        height: 6px;
        top: 11px;
    }

    #content .accordion > a > h2, #content .accordion > a > h3 {
        min-height: 38px;
        padding-left: 55px;
        padding-right: 17px;
    }

    .accordion > a > h2 > span, .accordion > a > h3 > span {
        width: 38px;
        height: 38px;
        border-right: 4px solid #fff;
    }

    .accordion > a > h2 span:before, .accordion > a > h3 span:before {
        width: 24px;
        left: 7px;
        top: 17px;
    }

    .accordion > a > h2 span:after, .accordion > a > h3 span:after {
        height: 24px;
        top: 7px;
        left: 17px;    
    }

    .bfElemWrap.cool_checkbox input:before {
        width: 12px;
        height: 12px;
    }

    .bfElemWrap.cool_checkbox input:checked:after {
        left: 4px;
        top: 4px;
        width: 6px;
        height: 6px;
    }
    

}


@media(max-width: 1080px) {

    #content {
        width: 108rem;
    }

    .kontakt_anfrage > div:first-child {
        width: 51%;
    }
    
    .kontakt_anfrage > div:last-child {
        width: 40%;
    }

}


@media(max-width: 1020px) {


    .hd_tbpt {
        display: none;
    }

    .sh_tbpt {
        display: block !important;
    }

  
    #webpage  {
        transform: translateX(0);
        transition: transform 0.3s ease-out;
        position: relative;
    }

    #webpage.menu_active {
        transform: translateX(300px); 
    }
    

    #footer  {
        transform: translateX(0);
        transition: transform 0.3s ease-out;
    }
    
    #footer.menu_active {
        transform: translateX(300px); 
    }

    #webpage_overlay, #footer_overlay, #header_overlay {
        position: absolute;
        z-index: 60;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.85);
        transition: opacity 0.3s ease-out, visibility 0s 0.3s; 
        visibility: hidden;
        opacity: 0;
    }

    #webpage_overlay.menu_active, #footer_overlay.menu_active, #header_overlay.menu_active  {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease-out, visibility 0s 0s; 
    }
    
    #mmenu {
        background: #810907;
        position: fixed;
        width: 300px;
        padding: 20px 0 20px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999999;
        transform: translateX(-300px);
        transition: transform 0.3s ease-out;
        box-sizing: border-box;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        display: block !important;
    }

    #mmenu.menu_active {
        transform: translateX(0); 
    }
    

    
    #rmenu {
        position: absolute;
        left: 30px;
        top: 66px;
        z-index: 9999999999999999;
        height: 40px;
        cursor: pointer;
        line-height: 38px;
        display: block !important;
        font-size: 18px;
        transition: transform 0.3s ease-out;
        color: #fff;
    }

    #rmenu #rmenu_icon {
        display: block;
        width: 38px;
        height: 2px;
        background: rgba(255,255,255,1);
        position: relative;
        top: 19px;
        left: -54px;
        transition: background 0s 0.15s;
    }

    #rmenu.menu_active #rmenu_icon {
        background: rgba(255,255,255,0);
    }

    #rmenu #rmenu_icon:before {
        content: '';
        display: block;
        position: absolute;
        width: 38px;
        height: 2px;
        background: rgba(255,255,255,1);
        position: absolute;
        top: -11px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }

    #rmenu_trigger {
        cursor: pointer;
        display: inline-block;
        padding-left: 54px;
    }
    
    #rmenu #rmenu_icon:after {
        content: '';
        display: block;
        position: absolute;
        width: 38px;
        height: 2px;
        background: rgba(255,255,255,1);
        position: absolute;
        top: 11px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }
    
    #rmenu.menu_active #rmenu_icon:before {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(135deg);
    }

    #rmenu.menu_active #rmenu_icon:after {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(-135deg);
    }


    #mmenu ul {
        list-style: none;
        width: 100%;
        margin: 0;
    }

    #mmenu ul li {
        width: 100%;
        margin: 0;
        position: relative;
    }


    #mmenu ul li a {
        color: #fff;
        line-height: 130%;
        display: block;
        padding: 8px 0 8px;
        font-size: 21px;
        transition: 0.3s ease-out;
        font-weight: 300;
        position: relative;
        padding-left: 30px;
    }
    
    #mmenu ul li.current > a {
        background: #740705;
    }

    #mmenu ul li ul li a {
        padding-left: 45px;
        font-size: 20px;
    }

    #mmenu .phone {
        color: #fff;
        padding-left: 20px;
        font-size: 19px;
        font-weight: 400;
        display: none;
    }

    #mmenu .phone a {
        color: #fff;
    }

    #header {
        padding-bottom: 80%;

    }

    #header_bar {
        top: 58px;
        height: 56px;
    }



    #header #logo {
        right: 30px;
        height: 112px;
        top: -28px;
    }

    #header #contact {
        left: 130px;
        right: 214px;
        height: 56px;
    }

    #header #slider .ls-gui-element {
        display: none !important;
    }

    #header #slider .status {
        bottom: 6rem;
        font-size: 3.5rem;
        padding: 1rem 2rem 1rem 30px;
    }


    #sticky {
        display: none;
    }

    #content {
        width: calc(100% - 60px);
        text-align: left;
        padding-bottom: 22rem;
    }

    .clm3 > div {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 10%;
    }

    .clm3.home > div:nth-child(3) {
        display: none;
    }

    .clm3_partner > div > a:last-child, .clm3_partner > div > span:last-child {
        font-size: 2.3rem;
    }
    
    .clm3 > div:nth-child(3n) {
        margin-right: 6%;
    }

    .clm3 > div:nth-child(2n) {
        margin-right: 0;
    }



    .gallery {
        display: flex;
        flex-wrap: wrap;
    }
    
    .gallery > div {
        width: 22%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    
    .gallery > div:nth-child(5n) {
        margin-right: 4%;
    }
    
    .gallery > div:nth-last-child(-n+5) {
        margin-bottom: 4%;
    }

    .gallery > div:nth-child(4n) {
        margin-right: 0;
    }
    
    .gallery > div:nth-last-child(-n+4) {
        margin-bottom: 0;
    }

    #gmap {
        width: 100%;
        height: 60rem;
    }

    .kontakt_anfrage {
        display: block;

    }
    
    .kontakt_anfrage > div:first-child {
        width: 100%;
    }
    
    .kontakt_anfrage > div:last-child {
        width: 100%;
        margin-top: 100px;
    }
    
    #footer {
        height: 10rem;
    }

}


@media(max-width: 780px) {

    .hd_smpt {
        display: none;
    }

    #webpage.menu_active, #footer.menu_active {
        transform: translateX(270px); 
    }

    #mmenu {
        width: 270px;
        transform: translateX(-270px);
    }

    #rmenu {
        left: 20px;
        top: 25px;
        height: 40px;
    }

    #rmenu #rmenu_icon {
        top: -4px;
        left: 0;
    }

    #rmenu_trigger {
        padding-left: 0;
    }

    #mmenu ul li a {
        font-size: 21px;
        padding-left: 20px;
    }

    #mmenu ul li ul li a {
        padding-left: 35px;
    }

    #mmenu .phone {
        display: block;
    }

    #header {
        padding-bottom: 90%;
    }

    #header_bar {
        top: 22px;
        height: 48px;
    }

    #header #logo {
        height: 66px;
        right: 20px;
        top: -9px;
    }

    #header #contact {
        display: none;
    }

    #header #slider .status {
        bottom: 4rem;
        font-size: 2.3rem;
        padding: 1rem 2rem 1rem 20px;
    }

    #content {
        width: calc(100% - 40px);
        margin-top: 5rem;
    }

    h1, h2.like_h1 {
        font-size: 3.4rem;
        word-wrap: break-word;
    }

    h2, h3.like_h2, .beschreibung h3 {
        font-size: 3rem;
    }

    h2.centered {
        text-align: left;
        font-size: 3.2rem;
        margin-bottom: 3rem;
    }

    h3 {
        font-size: 2.7rem;
    }

    h4 {
        font-size: 2.3rem;
    }



    .headline h1 {
        padding-right: 0;
    }

    .headline #backbutton {
        display: none;
    }
    
    .clm3, .clm3_partner {
        max-width: 420px;
        margin: 3rem auto 0;
    }

    .clm3 > div {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10%;
    }

    
    .clm3 > div:nth-child(3n) {
        margin-right: 0;
    }

    .clm3_partner > div {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 10%;
    }

    .clm3_partner > div > span:last-child {
        font-size: 2.3rem;
    }
    
    .clm3_partner > div:nth-child(3n) {
        margin-right: 6%;
    }

    .clm3_partner > div:nth-child(2n) {
        margin-right: 0;
    }

    .clm3_partner > div > a:last-child, .clm3_partner > div > span:last-child {
        font-size: 2rem;
        line-height: 150%;
    }

    .team {
        max-width: 420px;
        margin: 3rem auto 0;
    }

    .team > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10%;
    }

    .team > div img {
        margin-bottom: 2.5rem;
    }

    table.daten td:first-child {
        white-space: normal;
    }

    .accordion table.daten td {
        display: block;
    }

    .accordion table.daten td:last-child {
        padding-bottom: 10px;
    }

    .accordion > div > div {
        padding: 20px;
    }

    .gallery > div {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 5%;
    }

    .gallery > div:nth-child(5n) {
        margin-right: 5%;
    }
    
    .gallery > div:nth-last-child(-n+5) {
        margin-bottom: 5%;
    }

    .gallery > div:nth-child(4n) {
        margin-right: 5%;
    }
    
    .gallery > div:nth-last-child(-n+4) {
        margin-bottom: 5%;
    }

    .gallery > div:nth-child(3n) {
        margin-right: 0;
    }
    
    .gallery > div:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

    #gmap {
        height: 35rem;
    }

    .grp-slick-dots li {
        width: 10px !important;
    }

    .grp-slick-dots li button::before {
        width: 10px !important;
    }

}