/* 
Theme Name: KolonieWedding Elementor Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: 
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
*/




/*Gernerall*/
body {
    overflow-wrap: anywhere;
}
a, .site-logo img {
    cursor: pointer !important;
    font-weight: 600;
}
a:hover {
    text-decoration: underline;
}
.absolute
{
    position: absolute;
    z-index: 1;
}

main#content {
/*    overflow: hidden;*/
}


/*Site header*/
.site-header .header-inner {
    width: 1280px;
    max-width: 100%;
}
.eicon-menu-bar:before {
    content: "\e816";
}
[class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-header {z-index: 2}
.site-header .site-navigation {align-items: flex-start;}

.site-navigation-dropdown ul.menu {
    position: absolute;
    width: 100%;
    padding: 80px 0px 60px;
    margin: 0;
    background: #fff;
    box-shadow: 0px 0px 10px #333;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #fff;
    background: #ebebeb;
}
.site-navigation-dropdown ul.menu li a {
    padding: 20px 20px 20px 40px;
}
.site-navigation-dropdown ul.menu>li li {
    transition: max-height .3s,transform .3s;
    transform-origin: top;
    transform: initial;
    max-height: 100%;
}

.site-navigation-dropdown ul.menu li.current-menu-item ul.sub-menu a {
    background: #fff;
}
.site-navigation-dropdown ul.menu ul.sub-menu a {  
     font-size: 18px;
    margin-left: 20px;
}

.site-header .site-navigation .menu li {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}


/*mobile menü*/

.rmp_menu_trigger
{
    position: fixed;
    left: 82vw;
}
.rmp-container {
    max-width: 100vw !important;
}
div.rmp-menu-wrap {
    padding-top: 50px !important;
    padding-left: 12%;
    padding-right: 12%; 
}
.rmp-submenu a.rmp-menu-item-link {
    height: min-content !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 15px;
}


@media (min-width:992px)
{
    .site-header ul.menu li.lang-item 
    {
        position: fixed;
        right: -55px;
        font-size: 14px;
        transform: rotate(-90deg);
        top: 100px;
        background: #efefef;
        box-shadow: -2px -2px 6px #ccc;
        transition: right .25s;
    }
    .site-header ul.menu li.lang-item a{
        padding-bottom: 40px;
    }

    .site-header ul.menu li.lang-item:hover {
        right: -45px;
    }


    .site-navigation ul.menu li:hover>ul {
        display: block;
        width: fit-content;
        box-shadow: -2px 7px 5px #ccc;
    }
    .site-navigation ul.menu li:hover>ul li{
        font-size: 14px;
    }
}


/*social footer*/
.social_media {
    width: 120px;
    margin: 0 auto;
    display: flex;
}
.social_media a {
    width: 50%;
    margin: 10px;
}


/*Startseite*/


.article-container{
/*    display: flex;*/
}
.article-container article {
    flex-basis: fit-content;
/*    padding: 20px;*/
}


.big_kw_header {
    text-align: right;
    margin: -128px 0 60px 0;
}
.big_kw_header h1 {
    font-size: 120px;
    font-weight: bold;
}

.rounded_box
{
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    padding: 20px 40px;
    background: #444;
    border-radius: 20px;
    color: #fff;
}

.projekte_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.projekte_list li {
    margin: 0 10px 10px 0;
    background: #fff;
    border: 1px solid;
}
.projekte_list li a {
    color: #434343 !important;
    padding: 10px 20px;
    display: block;
}




/*Projeträume*/
.page-template-page-projekte .slideshow {
    min-height: 600px;
}
.page-template-page-projekte .two_columns {
    display: flex;
     margin: 1em 0 4em;
}

.page-template-page-projekte .kontak-block
{
    width: 40%;
    /*position: fixed;
    left: 0;
    bottom: 10%;
    padding: 20px;
    background: #efefef;
    box-shadow: 5px 5px 10px #ccc;
    z-index: 100;*/
}
.page-template-page-projekte .page-description
{
   flex-basis: 100%;
}

.page-template-page-projekte .events-container {

    height: auto;
    overflow: hidden;
}
.page-template-page-projekte .events .event_content.transition {
     transition: height .5s;
}
.page-template-page-projekte .events-container .event {
    margin: 20px 2%;
}
.page-template-page-projekte .events {
/*    height: 0;*/
    overflow: hidden;
}
.page-template-page-projekte .events h2.section_header {
    margin: 40px 0;
}
.page-template-page-projekte .event_title {
  font-weight: normal;  
  margin-right: 30px;
} 
.page-template-page-projekte .events .tab {
   cursor: pointer;
   position: relative;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}
.page-template-page-projekte .events .tab:before {
    content: '';
    height: 2px;
    background: #444;
    width: 20px;
    position: absolute;
    top: 24px;
    right: 0px;
    z-index: -1;
    transition:  opacity .3s;
}
.page-template-page-projekte .events .tab-closed:after {
    content: '';
    height: 2px;
    background: #444;
    width: 20px;
    position: absolute;
    top: 24px;
    right: 0px;
    z-index: -1;
    transform: rotate(90deg);
    opacity: 1;
    transition:  opacity .3s;
}
.page-template-page-projekte .events .tab-open:after {
    content: '';
    height: 2px;
    background: #444;
    width: 20px;
    position: absolute;
    top: 24px;
    right: 0px;
    z-index: -1;
    transform: rotate(90deg);
    opacity: 0;
    transition:  opacity .3s;
}
.page-template-page-projekte .events .event_alt_adresse
{
    padding: 20px;
    border: solid 7px #f90;
    margin: 20px 0 20px 20px;
    float: right;
    font-size: 26px;
}
.page-template-page-projekte .events .event_alt_adresse
{
    padding: 20px;
    border: solid 7px #f90;
    margin: 20px 0 20px 20px;
    float: right;
    font-size: 26px;
}

{

    background: #d73d9b;
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
}
.page-template-page-projekte .events .event_discription
{
    margin: 50px 0 20px;
}

.page-template-page-projekte section.content {
    padding: 10px;
    padding-right: 0px;
    margin: 10px 0 -10px;
    border-top: 1px solid #999;
    position: relative;
}

.page-template-page-projekte .page-header {
    padding: 40px 0 20px;
}
.page-template-page-projekte .events-container .event.featured {
    width: 100%;
    margin: 20px 0;
}

.page-template-page-projekte .event_content .event_laufzeit {
    margin: 20px 0;
}

.flex-row.location_name:before {
    margin-top: 0px;
}

 .single-koloniewochenende .flex-table.row h1, .page-template-page-koloniewochenende .flex-table.row h1,
.single-koloniewochenende .flex-table.row h2, .page-template-page-koloniewochenende .flex-table.row h2,
.single-koloniewochenende .flex-table.row h3, .page-template-page-koloniewochenende .flex-table.row h3,
.single-koloniewochenende .flex-table.row h4, .page-template-page-koloniewochenende .flex-table.row h4
    {
        font-size: 13px;
    }

@media (min-width: 576px)
{
    .single-koloniewochenende,.page-template-page-koloniewochenende #content {
        margin-top: -200px;
    }
}
@media (max-width: 576px)
{
    .single-koloniewochenende,.page-template-page-koloniewochenende #content {
        margin-top: -100px;
        min-width: 800px;
    }
}
/*Grids*/


.projekte_grid {
    display: flex;
    flex-wrap: wrap;
}
.projekte_grid .grid_element {
    overflow: hidden;
    flex-basis: 28%;
    margin: 2%;
}
.projekte_grid .grid_element .img_box {
    height: 200px;
    overflow: hidden;
}
.projekte_grid .grid_element .img_box img{
    height: 200px;
    width: auto;
    max-width: fit-content;
    margin-top: 0px;
    margin-left: 0px;
    transition: height .5s, width .5s, margin-left .5s, margin-top .5s;
}
.projekte_grid .grid_element:hover .img_box img {
    height: 220px;
    margin-top: -10px;
    margin-left: -10px;
}
.projekte_grid .grid_element .location_name {
    display: block;
}
.projekte_grid .grid_element a {
    color: #434343 !important;
}




.event_grid {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}
.event_grid .grid_element {
    overflow: hidden;
    flex-basis: 28%;
    margin: 2%;
}
.event_grid .grid_element .img_box {
    height: 200px;
    overflow: hidden;
}
.event_grid .grid_element .img_box img{
    height: 200px;
    width: auto;
    max-width: fit-content;
    margin-top: 0px;
    margin-left: 0px;
    transition: height .5s, width .5s, margin-left .5s, margin-top .5s;
}
.event_grid .grid_element:hover .img_box img {
    height: 220px;
    margin-top: -10px;
    margin-left: -10px;
}
.event_grid .grid_element .location_name {
    display: block;
}
.event_grid .grid_element a {
    color: #434343 !important;
   
}
.event_grid .event_date, .event_grid .location_name {
    font-weight: normal;
}
.event_grid .event_category
{
    display: none;
}



/*Slideshow*/

.slideshow {
    position: relative;
    transition: height .8s;
/*    height: 800px; /*will be set by js*/
}
.slideshow .slide {
    position: absolute;
    opacity: 0;
    transition: opacity 1s;
    width: 100%;
}
.slideshow .slide img {
    width: 100%
}
.slideshow .slider_title
{
    color: #000;
    margin-top: -40px;
    background: #fff;
    position: relative;
    float: right;
    padding: 5px 20px;
}
.slideshow .slide span.captation {
    background: #fff;
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 4px 10px;
    text-align: left;
    float: right;
    font-size: 16px;
    margin-top: 4px;
}
.page-template-page-projekte  .slideshow .slide img {
    margin-bottom: -35px;
}



/*Footer#*/

footer {
    margin-top: 8em;
}

@page {
    /* No margin, hide the header and footer. */
    margin: 1cm 0;
}










/*KW FLYER PAGE*/
.print {
    display: none;
}
.logo-container img {
        display: none;
    }
.event_header_img
{
    text-align: right;
}
.event_header_img img {
    width: 100%;
}
.event_header_descript {
    font-size: 14px;
    text-align: right;
    padding: 6px;
    background: #FFF !important;
    z-index: 2;
    margin-top: -26px;
    position: relative;
    display: inline-block;
}

.event_map {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}
.event_map .map-container {
        margin-top: 1px;
/*        flex-basis: 75%;*/
         flex-grow: 3;
    }
.event_map .active_locations {

    }
    .event_map .active_locations ul {
            list-style: none;
            padding: 0 0 0 25px;
            margin: 10px 0 0 10px;
    }
        .event_map .active_locations ul li {
            font-size: 16px;
            margin-bottom: 5px;
        }
        .event_map .active_locations ul li span {
            width: 18px;
            padding: 0 2px;
            margin: 0 5px 0 -25px;
            display: block;
            float: left;
            text-align: center;
            color: #fff !important;
            font-weight: 700;
        }

   .secong_page_opener
    {
        display: none;
    }
        .secong_page_opener .logo-container {
            width: 40%;
        }
        .secong_page_opener .logo-container img {
             display: block;
       }
        .secong_page_opener .touren-box {
            width: 60%;
            font-size: 16px;
        }

 
        .secong_page_opener .touren-box {
            width: 60%;
            font-size: 16px;
            text-align: right;
      }
        .secong_page_opener .touren-box h3 {
        
            font-size: 18px;
        }



.event_alt_adresse_flyer {
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
}




@media print {

    .page_break {
        page-break-before: always;
   }
    .flex-table.row {
        break-inside:avoid;
        margin: 0 auto;
    }

.single-koloniewochenende,.page-template-page-koloniewochenende #content {
    margin-top: 0px;
}

.event_header_descript {
    font-size: 10px;
    text-align: right;
    padding: 2px;
    background: none;
    margin-top: 2px;
    z-index: 2;
    position: relative;
    display: inline-block;
}
    .logo-container img {
        display: block;
        width: 100%;
    }
    .print {
        display: block
    }

    .secong_page_opener
    {
        display: flex;
        align-items: end;
    }
 
    .single-koloniewochenende .location_spot .location_dot,
    .page-template-page-koloniewochenende .location_spot .location_dot {
        height: 10px;
        width: 10px;
    }
    .single-koloniewochenende .location_spot .location_index,
    .page-template-page-koloniewochenende .location_spot .location_index {
        height: 10px;
        width: 10px;
        font-size: 8px;
    }

/*.location_spot .location_dot {

    background: #999;
    border-radius: 0px;

    height: 30px;
    width: 30px;
    margin-top: 0;
    margin-left: 0;
}


.location_spot .location_index {
    color: #ffffff !important;
    position: absolute;
    width: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: -1px;
}
*/
    .single-koloniewochenende *, .page-template-page-koloniewochenende * {
       print-color-adjust: exact;
       -webkit-print-color-adjust: exact;
    }
    .single-koloniewochenende .site-header,.page-template-page-koloniewochenende .site-header  {
        display: none;
    }
    .single-koloniewochenende .social_media, .page-template-page-koloniewochenende .social_media
    {
        display: none;
    }
    .single-koloniewochenende main#content, .page-template-page-koloniewochenende main#content {
        max-width: 90%;
    }
   .single-koloniewochenende .event_header_img, .page-template-page-koloniewochenende .event_header_img {
/*        display: none;*/
        margin: 20px 20px;
    }

   .single-koloniewochenende .title_date-container .title,.page-template-page-koloniewochenende .title_date-container .title  {
        font-size: 12vW;
    }
    .single-koloniewochenende .title_date-container .date, .page-template-page-koloniewochenende .title_date-container .date  {
        margin: 10px 0;
        font-size: 1.6vW;
    }




   .event_map .map-container {
        margin-top: 1px;
        flex-basis: 75%;
    }
     .event_map .active_locations ul li {
            font-size: 8px;
            margin-bottom: 5px;
        }
        .event_map .active_locations ul li span {
            width: 12px;
            padding: 0 4px;
            margin: 0 4px 0 -25px;
            display: block;
            float: left;
            text-align: center;
            color: #fff !important;
            font-weight: 700;
        }


        .secong_page_opener .touren-box p{
            font-size: 8px;
        }
        .secong_page_opener .touren-box h3 {
        
            font-size: 11px;
        }







    .single-koloniewochenende .flex-table .flex-row, .page-template-page-koloniewochenende .flex-table .flex-row  {
/*        border: none;*/
        border-width: 1px;
    }   
    .single-koloniewochenende .location_details, .page-template-page-koloniewochenende .location_details {
        display: none;
    }
    .single-koloniewochenende .flex-table:not(.header) .flex-row.small:before, .page-template-page-koloniewochenende .flex-table:not(.header) .flex-row.small:before {
        display: none;
    }
    .single-koloniewochenende .flex-table.header, .page-template-page-koloniewochenende .flex-table.header{
        font-size: 13px;
    }
     .single-koloniewochenende .flex-table.row, .page-template-page-koloniewochenende .flex-table.row {
        font-size: 10px;
    }
    .single-koloniewochenende .flex-table.row h1, .page-template-page-koloniewochenende .flex-table.row h1,
.single-koloniewochenende .flex-table.row h2, .page-template-page-koloniewochenende .flex-table.row h2,
.single-koloniewochenende .flex-table.row h3, .page-template-page-koloniewochenende .flex-table.row h3,
.single-koloniewochenende .flex-table.row h4, .page-template-page-koloniewochenende .flex-table.row h4
    {
        font-size: 10px;
    }
    .single-koloniewochenende footer, .page-template-page-koloniewochenende footer {
        display: none;
    }
}




/*MOBILE OVERRIDES'*/

@media (max-width: 992px)
{

/*    menü*/
    .site-navigation-toggle-holder {
        display: flex;
        align-items: self-start;
        justify-content: flex-end;
        flex-grow: 1;
        max-width: 20%;
        padding: 8px 15px;
        position: relative;
        z-index: 33333;
    }
    .site-navigation-dropdown {
        margin-top: 10px;
        transition: max-height .3s,transform .3s;
        transform-origin: top;
        position: absolute;
        top: -14px;
        left: 0;
        z-index: 10013;
        width: 100%;
    }

/*map startsetie*/

    .big_kw_header {
        text-align: right;
        margin: -128px 0 -40px 0;
    }
    .map-container {
        height: auto;
        position: relative;
        z-index: 1;
    }
    .rounded_box 
    {
        display: none;
    }
    .map_legende {
        top: 20px !important;
    }



    /*    /// KW flyer*/
    .title_date-container h1 {
        font-size: 6em;
        margin-top: 80px;
    }



    /*grids*/

    .projekte_grid .grid_element, .event_grid .grid_element {
        overflow: hidden;
        flex-basis: 46%;
        margin: 2%;
    }


    /*slideshow*/
    .page-template-page-projekte .slideshow {
        min-height: 300px;
    }

}
@media (max-width: 768px)
{

    .wp-block-buttons {
        justify-content: center;
    }

}

@media (max-width: 576px)
{
    .site-header .header-inner:not(.header-stacked) .site-branding {
        max-width: 60%;
    }
     .big_kw_header {
       margin: -30px auto 0;
        text-align: left;
    }
    .map_legende .location_spot:nth-child(2), .map .location_spot:not(.active) {
        display: none;
    }
    .map .location_spot:hover .location_dot {
    height: 16px;
    width: 16px;
    }
    .map_legende {
        top: -30px !important;
    }
    .page-template-page-koloniewochenende header.flyer-header {
        display: block;
    }
    .title_date-container {

        text-align: left;
    }

    .page-template-page-projekte .about-container {
        display: block;
    }
    .page-template-page-projekte .kontak-block {
         width: 100%;
         margin: 0 0 40px; 
    }
    .page-template-page-projekte .slideshow {
        min-height: 200px;
    }
}