/*
Theme Name: Landhof zur Meierei (13° Template)
Theme URI: http://www.13-grad.com
Author: Martin Schmoock
Author URI: http://www.13-grad.com
Description: 
Version: 1.0
License: Private
*/
.hidden { display:none;}
.no-padding { padding-left:0px !important; padding-right:0px !important; }
.no-padding-top-bottom { padding-top:0px !important; padding-bottom:0px !important; }
.div-table { display:table; height: 100%;width: 100%; }
.div-table-row { display:table-row; }
.div-table-cell { display:table-cell; vertical-align:middle; 
    padding: 15px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.div-table-absolute-container
{
    position:absolute;
    width:100%;
    height:100%;
}

.row-layout-1-spaltig-slider .slick-slide .video-iframe-slide iframe
{
    height: calc( (100% / 100) * 96 ) !important;
    height: -webkit-calc( (100% / 100) * 96 )!important;
    height: -moz-calc( (100% / 100) * 96 )!important;
    height: -o-calc( (100% / 100) * 96 )!important;    
}

@media (max-width: 767px) 
{ 
    .row-layout-1-spaltig-slider .slick-slide .video-iframe-slide iframe
    {
        height: calc( (100vw / 100) * 62 ) !important;
        height: -webkit-calc( (100vw / 100) * 62 )!important;
        height: -moz-calc( (100vw / 100) * 62 )!important;
        height: -o-calc( (100vw / 100) * 62 )!important;    
    }
}


.gnubbel-overlay-left:before
,.gnubbel-overlay-right:before
{
    content: ""; 
    position: absolute; display:none;
    
    height: 35px;
    width: calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    width: -o-calc(50% - 50px);    
    background: white;
}
.gnubbel-overlay-left:before
{ z-index:3; top:auto; bottom: 0px; left: 0%; margin-left: 0px; }
.gnubbel-overlay-right:before
{ z-index:2; bottom: 0px; left: 50%; margin-left: 50px; }

.gnubbel-overlay-left:after
,.gnubbel-overlay-right:after
{
    content: ""; position: absolute; display:none;
    background-image: linear-gradient(to bottom, #333 3px, white 4px );
    background-position: left;
    background-size: 1px 7px;
    background-repeat: repeat-y;
    width: 1px; height: 35px; 
}
.gnubbel-overlay-left:after
{ z-index: 3; left: 0px; top: auto; bottom: 0px; }
.gnubbel-overlay-right:after
{ z-index:2; left: auto; right: 0px; top:auto; bottom: 0;  }


    
    
@media (min-width: 991px)
{
    .kachel-container .teaser-kachel-outer:nth-child(even) .gnubbel-overlay-left:after
    ,.kachel-container .teaser-kachel-outer:nth-child(odd) .gnubbel-overlay-right:after
    { background-image: none; }
}

.active .gnubbel-overlay-left:before
,.active .gnubbel-overlay-left:after
,.active .gnubbel-overlay-right:before
,.active .gnubbel-overlay-right:after
{ display:inline-block;  }

.inactive.teaser-kachel-outer .gnubbel-overlay-left:before
,.inactive.teaser-kachel-outer .gnubbel-overlay-left:after
,.inactive.teaser-kachel-outer .gnubbel-overlay-right:before
,.inactive.teaser-kachel-outer .gnubbel-overlay-right:after
{
   display:inline-block;    
   z-index:3; 
}


.teaser-kachel
{
    background-repeat: no-repeat; 
    background-position: center; 
    background-size:cover;
    
    position: relative;
    display: inline-block;
    width: 100%;    
    z-index: 2;    
    height: 350px;
}

.div-table
{
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.teaser-kachel:hover > .div-table
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.text 
{
    z-index: 1;
    display: block;
    position: relative;
    color:#fff;
    line-height: 25px;
}
.anfuerungszeichen
{
    font-size: 45px;
    font-family: Helvetica,sans-serif;
    font-style: italic;        
}
.anfuerungszeichen:last-child { position: absolute; }

.overlay-gruen
{
    background: #288a4e;
    opacity: 0.5;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
}
.holztafel-right-top-container .overlay-gruen
{left: 15px;}

.holztafel-container {
    background-repeat: repeat;
    background-position: center;
        background-size: auto;
    position: relative;
    padding: 30px !important;
    margin-top: 60px;
}

.holztafel-container img { 
    min-height: 100%;
    margin-left: 50%;
    transform: translate(-50%, 0%);
}

.holztafel-inner-container td
{ position:relative; }

.holztafel-inner-container
{
   position: relative; 
   display: flex;
   width: 100%;
}
.holztafel-inner-container:before, .holztafel-inner-container:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}
.holztafel-inner-container .col {
    position: relative;
    padding: 0%;
    display: table-cell;
}
.holztafel-inner-container .col:nth-child(1) { left: 0%; }
.holztafel-inner-container .col:nth-child(2) { left: -0%; }

.holztafel-left-text { height:100%; }
.holztafel-left-text .div-table { min-height: 450px }

.holztafel-right-top-container .div-table
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
}


.holztafel-right-zitat-container
{
    color: #909090;
    line-height: 25px;
}

.holztafel-right-bottom-text
,.holztafel-right-zitat
,.holztafel-right-top-text
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.holztafel-left { overflow:hidden; }
.holztafel-right
{
    padding-left: 15px !important;
    overflow: hidden;
    height: 100%;
}
.holztafel-right-bottom-container
{
    margin-top: 15px; 
    float: none;
    overflow: hidden;
}
.holztafel-right-top-container { padding-left: 15px!important; }
.holztafel-right-zitat-container { background: white; }

.holztafel-right-zitat-container
,.holztafel-right-top-container
{
    float: none !important;
    display: table-cell; 
    vertical-align: middle;
}

.special_section_bg
{
    position: absolute;
    width: 100%;
    margin-top: 300px;
    height: -webkit-calc(75% - 300px);
    height: -moz-calc(75% - 300px);
    height: calc(75% - 300px);
}
.nt_special_section_bg
{
    position: absolute;
    width: 100%;
    margin-top: 150px;
    height: -webkit-calc(95% - 150px);
    height: -moz-calc(95% - 150px);
    height: calc(95% - 150px);
}

.section_container {margin-top:80px; padding-bottom: 60px;    background: #fff; position:relative; }
.section_title { margin-top:-70px; }
.section_inner_container
{
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}
.section_inner_container_flex { display: flex; }
.section_top_title, .section_bottom_title
{
    text-align: left;
    margin-left: -25px;
}
.section_inner_title { text-align: left; }
.section_inner_col
{
    display: inline-block;
    padding: 0;
    position: relative;
    width: 49%;
}

.section_image_rechts { padding-top: 30px; }
.section_bottom_title { margin-top:0px; }
.section_top_text, .section_bottom_text, .section_text { text-align:left; }
.section_text { margin-bottom:30px; }
.section_images
{
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.section_image_links
{
    margin-bottom: 0;
    bottom: 0;
    position: absolute;
}

.section_images > div
{
    float: none;
    display: inline-block;
    padding: 0;
    position: relative;
    width: 49%;
}

.section_images > div:first-child { float:left; }
.section_images > div:last-child { float:right; }

.section_images div img, .section_inner_col img { width: 100%; }


.section_mehr_erfahren
{
    float: right;
    margin-top: 30px;
}

/* ANEGBOTE */
.bookingwidget_overlay
{
    left:0;
    right:0;
    top:0;
    bottom:0;
    position:absolute;
}
.container-white
{
    background:white; position:relative;
}





