﻿
#gsap {
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 9999999999999999;
    width: 400px;
    max-width: 90%;
    padding: 20px;
    color: #fff;
    background: rgba(0,0,0,0.75);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
}

    #gsap h4, #gsap p {
        color: #fff;
    }

    #gsap a {
        background-color: #fff;
        padding: 4px 8px;
    }

#closeGsap {
    cursor: pointer;
}

.close {
    position: absolute;
    bottom: 5px;
    left: 25px;
    display: block;
    border-radius: 15%;
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
}

#closeGsap {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
}

.sideMenuGrid
{
    width:100%;
}

.sideMenuGrid .container
{
    padding-left:0px !important;
    padding-right:0px !important;
}

.tickercontainer
{
    position:relative;
    z-index:9999;
}

.content-wrap {
    padding: 0px;
}

.grid-section > div:first-child
{
    padding-top:40px;
}

.grid-section > div:last-child {
    padding-bottom: 40px;
}

.grid-section ul
{
    padding-left:20px;
}

.grid-section li ul {
    margin-left: 20px;
}

#guestbookEntryForm
{
    width:100%;
}

.alert p
{
    margin-bottom:0px;
}

#imageCaptcha {
    max-height: 40px;
}

.testi-meta::before {
    content: none;
}

.kommentarAnwort
{
    padding:10px 20px;
    background-color:#f3f3f3;
    box-shadow:2px 2px 4px #333;
}

.navGuestbook
{
    margin:20px 0px 40px 0px;
}

#top-bar {
    padding: 8px 0px 10px 0px;
    background-color: #f3f3f3;
    border-bottom: 0px solid #fff;
    font-size: 15px;
    position: relative;
    z-index: 101;
}

#top-bar > .container {
    width: 100%;
    max-width: none;
    padding: 0 30px;
}

.polyglot-language-switcher
{
    margin-top:5px !important;
}

.contentUpperBorder {
    display: none;
}

#header
{
    border-bottom:0px !important;
}
#header.transparent-header.full-header #header-wrap, #header.transparent-header.full-header #header-wrap {
    border-bottom-color: rgba(255,255,255,.0) !important;
    border-bottom-width:0px !important;
}

#header.transparent-header.full-header #logo, #header.transparent-header.full-header #logo,
.transparent-header.full-header .primary-menu .menu-container,
.full-header .primary-menu .menu-container, .full-header #logo {
    border-right-color: rgba(255,255,255,0) !important;
    border-right-width: 0px !important;
}

#header-wrap
{
    z-index:1;
}


#logo img {
    height: auto;
}

.primary-menu + .primary-menu {
    border-top: 0px solid #fff;
}


.accordion-content .grid-section > div:last-child {
    padding-bottom: 20px;
}

.accordion-content .grid-section > div:first-child {
    padding-top: 20px;
}

.noContainer > .container
{
    max-width:100% !important;
}

.noContainer > .container .column
{
    padding: 0px !important;
}

.feature-box
{
    padding:40px;
    background-color:rgba(255,255,255,0.9);
}

.fbox-content h1, .fbox-content h2, .fbox-content h3, .fbox-content h4, .fbox-content h5, .fbox-content h6
{
    margin-bottom:10px;
}

.product {
    width: 100%;
}

#noMapLoaded {
    background-image: url(/Themes/canvas/images/mapsPlaceholder.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.mapsHintBox {
    width: 100%;
    /*max-width: 300px;*/
    height:100%;
    background: rgba(0,0,0,0.6);
    padding: 10px 15px;
    text-align: center;
    position: relative;
    margin: auto;
    color: #fff;
}

.mapsHintBox h3 {
    margin-bottom: 10px;
}

.mapsHintBox p
{
    margin-bottom:0px;
}

.mapsHintBox .btn {
    margin-top: 10px;
}


.hidden {
    display: none;
}

.header-row #logo {
}

.social-list{
    font-size:21px;
}

.headerLink {
    display: inline-block;
    padding: 0px 0px 0px 10px;
    margin-top: 4px;
}

.vollbild
{
    position:relative;
}
.vollbild img
{
    width:100%;
}

.grid-container{
    width:100%;
}

.flip-card-front, .flip-card-back
{
    height:100%;
}

#header {
    position: relative;
    z-index: 99;
}

.noSlider
{
   /*margin-top:70px;*/
}

.portfolio-image
{
    position:relative;
}

.datenschutz
{
    margin-bottom:10px;
}

.datenschutz label {
    font-size: 12px;
}

.error
{
    font-size:13px;
}

.text-left
{
    text-align:left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}


/* ----------------------------------------------------------------
	Canvas: Burger
-----------------------------------------------------------------*/
:root {
    --themecolor: #FBAF32;
    --darkcolor: #101010;
    --hover-img-w: 230px;
    --hover-img-h: 150px;
}

.slide-img {
    position: relative;
}

    .slide-img::after,
    .slide-img.img-to-left::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #F0ECE7;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .slide-img.img-to-right::after {
        left: 0;
        right: auto;
    }

    .slide-img.img-to-top::after {
        top: 0;
        bottom: auto;
    }

    .slide-img.img-to-bottom::after {
        bottom: 0;
        top: auto;
    }

    .slide-img.img-to-left.animated::after,
    .slide-img.img-to-right.animated::after {
        width: 0%;
    }

    .slide-img.img-to-top.animated::after,
    .slide-img.img-to-bottom.animated::after {
        height: 0%;
    }

.dark-color#header,
.dark-color #header-wrap,
.dark-color,
.dark .slide-img::after,
.dark.slide-img::after {
    background-color: #101010 !important;
    background-color: var(--darkcolor, #101010) !important;
}

.menu-link {
    color: #444;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.before-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0;
}

.emphasis-title h1 {
    font-size: 6.4rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 2px;
}

.font-border {
    color: #FFF !important;
    text-shadow: -1px 0 #111, 0 1px #111, 1px 0 #111, 0 -1px #111;
}

.dark .font-border:not(.not-dark) {
    color: #101010 !important;
    color: var(--darkcolor, #101010) !important;
    text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
}

.lead {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

.bg-icon {
    position: relative;
}

.dotted-bg::after {
    content: '';
    opacity: 1;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 50%;
    height: 110%;
    transform: translateY(-50%);
    background: url('images/svg/dot-grid.svg');
    z-index: -1;
}

.dotted-bg-light::after {
    background: url('images/svg/dot-grid-light.svg');
    opacity: 1;
    width: 112%;
    height: 112%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bg-icon {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: .03;
    transform: translateY(-40%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: 70%;
    background-position: center;
}

.item-categories .cat-img {
    position: absolute;
    top: 50%;
    right: -35%;
    height: 70%;
    transform: translateY(-50%);
    z-index: 0;
}

.item-categories img {
    height: 100%;
}

.item-categories .cat-text {
    position: relative;
    z-index: 1;
    max-width: 75%;
}

/*	Pricing
-----------------------------------------------------------------*/
.price-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0 20px;
}

.price-menu-warp {
    position: relative;
    padding: 20px 0;
}

.price-header {
    position: relative;
    margin: 0 0 5px;
}

.price-name {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.price-dots {
    display: table-cell;
    width: 98%;
}

.separator-dots {
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.price-price {
    display: table-cell;
    width: 1%;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Dosis', sans-serif;
}

p.price-desc {
    font-size: 14px;
    color: #888;
    margin-bottom: 0;
}

.price-img {
    height: 600px;
}

.gmap {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    min-height: 400px;
    z-index: 2;
}

    .gmap::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 10%;
        height: 100%;
        background-image: linear-gradient(to right, #101010, transparent);
        background-image: linear-gradient(to right, var(--darkcolor, #101010), transparent );
        z-index: 1;
    }

.top-links-container
{
    justify-content:left;
}

/* RTE STYLES */
/**Bild links fließen*/
.pull-left {
    float: left;
    padding: 10px 10px 10px 0px;
}

/**Bild rechts fließen*/
.pull-right {
    float: right;
    padding: 10px 0px 10px 10px;
}

/**kleine Schrift*/
.kleineSchrift {
    font-size: 10px;
}


/* Image Hover */
.hover-reveal {
    position: fixed;
    width: var(--hover-img-w, 230px);
    height: var(--hover-img-h, 150px);
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
    width: 100%;
    height: 100%;
    position: relative;
}

.hover-reveal__img {
    background-size: cover;
    background-position: 50% 50%;
}

.googleImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.googleFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.go-cookie-overlay-background {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 100%;
    cursor: pointer;
}

.yt-cookie-overlay-background {
    position: relative;
    width:100%;
    max-width: 100%;
    display: inline-block;
    cursor: pointer;
}


.cookie-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    color: #FFF;
    pointer-events: none;
    opacity: .5;
    background: rgba(0, 0, 0, .6);
    font-size: 30px;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #000;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ytImg, .googleImg {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .ytImg:hover, .googleImg:hover {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

.video-container .yt-cookie-overlay-background {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

    .video-container .yt-cookie-overlay-background iframe,
    .video-container .yt-cookie-overlay-background object,
    .video-container .yt-cookie-overlay-background embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/******************/
/* GRID */
/*****************/

.Abstand-Oben
{
    padding-top:50px;
}

.Abstand-Unten {
    padding-bottom: 50px;
}

.Abstand-Standard {
    padding: 50px 30px 30px 30px;
}


/******************/
/* MEDIA QUERIES */
/*****************/
/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/
@media (max-width: 767.98px) {
    .gmap {
        position: relative !important;
        width: 100%;
    }

        .gmap::before {
            display: none;
        }

    .price-img {
        height: 400px;
    }


    #header.dark.transparent-header {
        background-color: #101010 !important;
        background-color: var(--darkcolor, #101010) !important;
    }
}


/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

    #primary-menu ul > li:not(.noborder)::after {
        content: "";
        position: absolute;
        display: inline-block;
        bottom: 0;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        transform: scaleX(0);
        background-color: var(--themecolor, #FBAF32);
        transform-origin: center center;
        transition: transform .3s cubic-bezier(.02, .01, .5, 1);
    }

    #primary-menu ul > li:hover::after,
    #primary-menu ul > li.current::after {
        transform: scaleX(1);
    }
}


@media (max-width: 992px) {
    .sideMenuGrid
    {
        display:none;
    }

    .badge-secondary {
        display: none;
    }

    .umb-grid .col-md-1, .umb-grid .col-md-2, .umb-grid .col-md-3, .umb-grid .col-md-4, .umb-grid .col-md-5, .umb-grid .col-md-6,
    .umb-grid .col-md-7, .umb-grid .col-md-8, .umb-grid .col-md-9, .umb-grid .col-md-10, .umb-grid .col-md-11, .umb-grid .col-md-12 {
        padding-bottom: 30px;
    }

    .shape-divider {
        display: none;
    }
}

@media (max-width:767px) {
    .hideBGOnMobile{
        background-image:none !important;
    }
}

@media (max-width:550px) {
    .umb-grid .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 480px) {
    .fbox-content .btn {
        font-size: 0.7em
    }

    .fbox-content
    {
        width:300px;
    }

    .fbox-content p
    {
        line-height:1.2;
        font-size:12px;
    }

    .price-name {
        display: block;
        width: 100%;
        white-space:normal;
    }

    .price-dots
    {
        width:90%;
    }

    .price-price
    {
        font-size:16px;
    }

    .skInhalt .container {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 5px !important;
    }

    .accordion #menu .section
    {
        padding:0px;
        margin:0px;
    }

    .accordion #menu .section .accordion-header {
        margin-bottom: 25px;
    }

    .stickySKNav {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        left: 0px;
        background-color: #fff;
        padding: 0px !important;
        box-shadow: 2px 2px 6px #666;
    }


}