/*
Theme Name:             Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		designbüro frankfurt
Author URI:             http://designbuero-frankfurt.de
Description:            Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
#Content {
    padding-top: 0;
}

.entry-content a {
    color: #cd1235;
    font-size: 18px;
}
@media screen and (min-width:1240px) {
    .entry-content a {
        font-size: 18px;
    }
}

.entry-content a:hover {
    color: #cd1235;
    text-decoration: underline;
}

#Header_wrapper,
#Header {
    box-shadow: none !important;
}

#Subheader {
    display: none;
}

.archive #Content,
.post-type-archive #Content {
    padding-top: 250px;
}

.wpb_wrapper > div {
    margin-bottom: 0;
}

h1,h2,h3,h4 {
    text-transform: uppercase;
}

div.rp_headline {
    position: relative;
    z-index: 1;
    display: block;        
}

h2 {
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

h2:after {
    content: "";
    display: block;
    z-index: 5;
    position: absolute;
    width: 160px;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #aacb4c;
}

.center h2:after {
    margin-left: -80px;
    left: 50%;
}

#Wrapper, #Content {
    background-color: #FFFFFF !important;
}

body:not(.template-slider) #Header {
    min-height: 100px;
}

#Header {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    background:transparent;
}

#Header .mainlogo {
}

/*#Header .mainlogo:after {
    display: block;
    position: absolute;
    content: " ";
    top: 10px;
    left: 0;
    z-index: -1;
    width: 390px;
    height: 116px;
    background: url("img/logo-bg.png") no-repeat 0px 0px transparent;
}*/

.prettyphoto {
    position: relative;
    z-index: 1;
}
.prettyphoto:after {
    display: block;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

@media (min-width:1470px) {
    #Header .mainlogo {
        left: -3px;
    }
}

#Header #logo {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 251px;
    height: 50px;
}

.home #Header #logo {
    width: 300px;
    height: 60px;
}

#Header.fixed #logo {
    width: 180px;
    height: 36px;
}

#Header.fixed .mainlogo { 
    background-color: rgba(255,255,255,1);
    padding: 15px 4px 4px 4px;
}

#Header.fixed .mainlogo:after {
    display: none;
}

.addgreenborder {
    
}

.header-creative .vc_row[data-vc-full-width].nopaddings,
.header-creative .vc_row[data-vc-full-width].nopaddings .vc_column-inner 
{
    padding: 0 !important;
}

.arrowdown {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url("img/00_PFEIL.svg") no-repeat right center transparent;
    width: 80px;
    height: 80px;
    background-size: 80px auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 auto;
}

.arrowdown {
  animation: MoveUpDown 2s linear infinite;
  position: relative;
  top: 0;
}

@keyframes MoveUpDown {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}

.nopaddingtop .vc_column-inner {
    padding-top: 0 !important;
}

#back_to_top {
    font-size: 40px;
    width: 50px;
}


/* -------------------- Navigation ---------------------------------------------------- */
@media screen and (min-width:1240px) {
    
    #Header_creative {
        width: 300px;
    }
 
    .header-rtl #Header_creative {
        right: -240px;
    }
    
    .rp_pfeil {
        display: block;
        background: url("img/pfeil-l.png") no-repeat 0px 0px transparent;
        width: 50px;
        height: 50px;
        background-size: 40px auto;
        /*margin: 0 auto;*/
    }
    
    .rp_menu {
        font-size: 28px;
        position: absolute;
        text-transform: uppercase;
        font-weight: 900;
        top: 77px;
        left: -15px;
        color: #cd1235;
        /* Safari */
        -webkit-transform: rotate(-90deg);
        /* Firefox */
        -moz-transform: rotate(-90deg);
        /* IE */
        -ms-transform: rotate(-90deg);
        /* Opera */
        -o-transform: rotate(-90deg);
        /* Internet Explorer */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
    
/*    #Header_creative:hover {
        background-color: #f1f5e4;
    }*/
    
    #Header_creative:hover .rp_menu {
        color: #535353;
    }
    
    #Header_creative:hover .rp_pfeil {
        background-image: url("img/pfeil-2.png");
    }
    
    #Header_creative.active  .creative-menu-toggle {
        display: block !important;
    }
    
    #Header_creative.active .rp_pfeil {
        background: url("img/pfeil-r.png") no-repeat 0px 0px transparent;
        background-size: 40px auto;
    }
    
    #Header_creative.active .rp_menu {
        opacity: 0;
    }

    #Header_creative #Top_bar .logo {
        position: absolute;
        top: 40px;
        right: 25px;
    }

    #Top_bar #logo {
        width: 217px;
        height: auto;
    }

    #Header_creative #Top_bar .menu_wrapper {
        padding: 15px 0;
        border-top: 2px solid #a0a0a0;
        border-bottom: 2px solid #a0a0a0;
        margin-top: 145px !important;
        margin-left: 60px !important;
        width: 220px;
        z-index: 10;
    }

    #Header_creative #Top_bar .menu > li > a {
        text-align: left !important;
        font-weight: 900  !important;
        color: #a0a0a0;
        font-size: 18px  !important;
/*        text-transform: uppercase;*/
        padding-left: 25px !important;
    }

    #Header_creative #Top_bar .menu > li > a:hover {
        color: #afcb38;
    }
    
    #Header_creative #Top_bar .menu > li > a span {
        border: none;
    }
    
    #Header_creative #Top_bar .menu > li.icon {
        background: url("img/Routen-Touren.svg") no-repeat 0px 9px transparent;
        background-size: 20px 20px;
    }
    
    #Header_creative #Top_bar .menu > li.icon.karte {
        background-image: url("img/Routen-Touren.svg");
    }
    #Header_creative #Top_bar .menu > li.icon.poi {
        background-image: url("img/Ausflugsziele.svg");
    }
    #Header_creative #Top_bar .menu > li.icon.cal {
        background-image: url("img/Veranstaltungen.svg");
    }
    #Header_creative #Top_bar .menu > li.icon.highl {
        background-image: url("img/Highlights.svg");
    }
    #Header_creative #Top_bar .menu > li.icon.wir {
        background-image: url("img/Service.svg");
    }
    
    .banner_wrapper {
        margin-top: 25px;
        margin-left: 60px;
        width: 217px;
        clear: both;
    }
    
    .widget_media_image h5 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 18px;
        color: #a0a0a0;
        text-align: left;
    }
    
    .widget_nav_menu h5 {
        text-align: left;
        font-weight: 900;
        font-size: 18px;
        text-transform: uppercase;
        color: #b1ca34;
        margin-bottom: 7px;
    }
    
    #Top_bar #menu-quicklinks.menu > li > a {
        line-height: 30px;
        color: #b1ca34;
        font-size: 16px;
        text-transform: none;
    }
    
    #Top_bar #menu-quicklinks.menu > li.icon {
        background: url("img/Routen-Touren.svg") no-repeat 0px 7px transparent;
        background-size: 16px 16px;
    }
    
    #Top_bar #menu-quicklinks.menu > li.icon.i-Info {
        background-image: url("img/Info.svg");
    }
    
    #Top_bar #menu-quicklinks.menu > li.icon.i-Newsletter {
        background-image: url("img/Newsletter.svg");
    }
    
    #Top_bar #menu-quicklinks.menu > li.icon.i-Webcam {
        background-image: url("img/Webcam.svg");
    }
    
    #Top_bar #menu-quicklinks.menu > li.icon.i-GPX-Trax {
        background-image: url("img/GPX-Trax.svg");
    }
    
    #Header_creative.dropdown #Top_bar #menu ul li ul li a {
        text-align: left !important;
        padding: 0 0 0 25px !important;
        font-size: 16px;
        color: #afcb38;
    }
    #Header_creative.dropdown #Top_bar #menu ul li ul li a span {
        line-height: 34px !important;
    }
    
    /* better + icon */
    #Header_creative.dropdown #Top_bar #menu ul li.submenu .menu-toggle {
        width: 34px !important;
        height: 34px  !important;
        opacity: 1  !important;
        border-radius: 20px;
        background-color: #f7f7f7;
    }
    
    #Header_creative.dropdown #Top_bar #menu ul li.submenu .menu-toggle {
        line-height: 32px  !important;
    }
    
    #Header_creative .widget_media_image,
    #Header_creative .widget_media_image img
    {
        text-align: left;
    }
    
}
/* -------------------- Navigation ---------------------------------------------------- */



/* VC - BS
-------------------------------------------------------------- */
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
    padding-top: 0px;
}

/* home slider
-------------------------------------------------------------- */
#introslider {
    position: relative;
    z-index: 1;
}

#slideshow, img.bgM {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index:-9999;
}


/* Shortcode Styling
-------------------------------------------------------------- */
div.white_box {
    max-width: 445px;
    background-color: rgba(255,255,255,0.75);
    padding: 12px 12px 50px 12px;
    margin: 95px 0 95px;
    min-height: 130px;
}

.home div.white_box {
    max-width: 600px;
    margin: 105px 0 180px;
}

div.white_box h5 {
    font-size: 36px;
    line-height: 36px;
    color: #6d6d6d;
    font-weight: 900;
    text-transform: uppercase;
}

.home div.white_box h5 {
    font-size: 52px;
    line-height: 52px;
    color: #999;
}

.greenborder img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.icon_box {
    max-width: 370px;
    min-height: 350px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.icon_box .svg_wrap {
    margin:0 auto 30px auto;
    max-width: 120px;
    
}

.icon_box:hover {
    
}

#Content .icon_box .svg_wrap img {
    height: 90px;
    width: auto;
    display: block;
    margin: 0 auto;
}


.icon_box h3{
    margin-bottom: 50px;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.icon_box:hover h3 {
    color: #535353;
}

.entry-content a.rp_button {
    border: 1px solid #cd1235;
    line-height: 55px;
    font-size: 18.5px;
    font-weight: 900;
    padding: 0 60px 0 26px;
    display: inline-block !important;
    position: relative;
    z-index: 1;
    color: #cd1235;
    background-color: #FFF;
    min-width: 210px;
}

.entry-content a.rp_button:hover {
    color: #FFF !important;
    background-color: #cd1235;
    text-decoration: none  !important;
    border: 1px solid #fff;
}

a.rp_button:hover {
    color: #FFF !important;
    background-color: #cd1235;
    text-decoration: none  !important;
    border: 1px solid #fff;
}

.entry-content .icon_box .rp_button {
    margin: 0 auto;
}

.entry-content a.rp_button:after {
    content: "";
    display: block;
    background: url("img/00_PFEIL.svg") no-repeat center center transparent;
    width: 30px;
    height: 30px;
    background-size: 30px auto;   
    z-index: 5;
    position: absolute;
    bottom: 50%;
    margin-bottom: -15px;
    right: 15px;
}

.entry-content a.rp_button:hover:after {
    background-image: url("img/00_PFEIL-weiss.svg");    
}

.img_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
}

.img_box img {
    width: 100%;
    height: auto;
    opacity: 0;
}

.img_box span {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: inline-block;
    line-height: 20px;
    padding: 20px 30px;
    font-size: 18px;
    color: #fff;
    max-width: 300px;
    background-color: rgba(79,138,31,0.9);
}

.story_box2 {
    padding: 35px;
    min-height: 500px;
    margin: 0 auto;
    max-width: 620px;
    position: relative;
    z-index: 1;
}

.story_box2 a.allover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.story_box2:hover .rp_button {
    
}
.entry-content .story_box2:hover .rp_button {
    color: #FFF !important;
    background-color: #cd1235;
    text-decoration: none  !important;
	border:1px solid #ffffff;
}
.entry-content .story_box2:hover .rp_button:after {
    background-image: url("img/00_PFEIL-weiss.svg");    
}

.tribe-bar-views-inner label {
	max-width: 85px;
}

.story_box2,
.story_box2 h3,
.story_box2 p
{
    text-align: center;
    color: #fff !important;
}


.story_box2 p
{
    font-size: 18px;
}


.story_box2 h3 {
    padding:20px 30px 25px 15px;
    margin-bottom: 25px;
    position: relative;
    font-size: 36px;
    line-height: 36px;
}

#Content .story_box2 img {
	max-height: 210px;
	width: auto;
	height: auto;
	margin: 0 auto 10px;
	display: block;
}

.story_box2 h3:after {
    content: "";
    display: block;
    z-index: 5;
    position: absolute;
    width: 160px;
    height: 4px;
    bottom: 0;
    background-color: #fff;
    margin-left: -80px;
    left: 50%;
}

.rp_button.center
{
    margin: 5px auto;
    display: block !important;
    max-width: 250px;
}

/* Kontakt Box --------------------- */
.kontakt_box {
    margin: 0px 0 30px;
}

.kontakt_box h3 {
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 30px;
}

.kontakt_box_inhalt {
    padding: 15px;
    background-color: #f2f2f2;
}
.kontakt_box_inhalt div,
.kontakt_box_inhalt div a
{
    font-size: 18px;
    line-height: 30px;
}


/* Zitat --------------------- */
.zitat {
    
    text-align: center;
    color: #fff;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.zitat:before,
.zitat:after {
    display: block;
    position: absolute;
    content: " ";
    z-index: 99;
    width: 75px;
    height: 65px;
    background:url("img/quotes-1.svg") top left no-repeat transparent; 
    background-size: 72px auto;
}

.zitat:before {
    top: 95px;
    left: 20px;
}

.zitat:after {
    right: 20px;
    bottom: 95px;
    background:url("img/quotes-2.svg") top left no-repeat transparent; 
}

.zitat .inhalt {
    font-size: 40px;
    line-height: 62px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    padding: 125px 100px;
}

.zitat .autor {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    opacity: 0.5;
}

/* beitrag --------------------- */
.beitrag {
    position: relative;
    z-index: 1;
    padding: 5px;
}

.beitrag:hover {
    background-color: rgba(0,0,0,0.03);
}

.beitrag a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.beitrag h3 {
    min-height: 90px;
    font-size: 36px;
    line-height: 35px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.beitrag h3.small {
    font-size: 28px;
    line-height: 30px;
}

.beitrag h3.middle {
    font-size: 36px;
    line-height: 38px;
}

#Content .beitrag img {
    width: auto;
    max-width: 1000px;
    height: 100%;
    max-height: 410px;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.beitrag_wrap {
    margin-bottom: 40px;
}

.beitrag .link_simple {
    font-weight: 700;
    color: #cd1235;
}

.beitrag:hover .link_simple {
    color: #6d6d6d;
}

.beitrag:hover img {
    opacity: 0.5;
}

.beitrag:hover h3 {
    color: #6d6d6d;
}

/* aktuelles --------------------- */
.aktuelles {
    position: relative;
    z-index: 1;
    padding:12px 8px 40px;
    border-radius: 3px;
    background-color: #f7f7f7;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    min-height: 500px;
    margin-bottom: 30px !important;
}

.aktuelles:hover {
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.aktuelles a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.aktuelles h3 {
    min-height: 77px;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.aktuelles_wrap {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    height: 200px;
    background: no-repeat center center transparent;
    background-size: cover;
}

#Content .aktuelles img {
    width: 100%; 
    height: auto;
}

.aktuelles .link_simple {
    font-weight: 700;
    color: #cd1235;
    position: absolute;
    bottom:12px;
    left: 8px;
    z-index: 9;
}

.aktuelles:hover .link_simple {
    color: #6d6d6d;
}

.aktuelles:hover img {
    opacity: 0.5;
}

.aktuelles:hover h3 {
    color: #6d6d6d;
}

.aktuelles p {
    font-size: 16px;
    line-height: 24px;
}

/*---------------------------------------------*/
/* --------------- Kalender Calendar Events ---------------------- */
/*---------------------------------------------*/
tribe-mini-calendar-event .list-date .list-dayname {
    font-size: 16px;
}
.list-info .tribe-events-title a {
    color: #aacb4c;
    font-size: 26px;
    line-height: 28px;
}
.list-info .tribe-events-title a:hover,
.list-info .tribe-events-title:hover a {
    text-decoration: none;
    color: #4f8a20;
}
.list-info .tribe-events-title:hover:after {
    background-color: #4f8a20;
}
.list-info .tribe-events-title {
    padding-bottom: 20px;
}
.list-info .tribe-events-location .tribe-events-venue a {
    color: #434343;
    text-decoration: underline;
    font-size: 13px;
}
.tribe-mini-calendar-event .list-date {
    width: 10% !important;
}
.type-tribe_events .tribe-mini-calendar-event:hover {
    background-color: #f7f7f7;
}
.tribe-mini-calendar-event {
    border-bottom: 1px solid #4f8a20 !important;
}
.type-tribe_events .tribe-mini-calendar-event.first,
.type-tribe_events .tribe-mini-calendar-event
{
    margin-top: 0px !important;
}

/*---------------------------------------------*/
/* --------------- grid ---------------------- */
/*---------------------------------------------*/
.vc_grid-item .vc_gitem-zone.vc_gitem-zone-c {
    background-color: transparent  !important;
}

.vc_grid-item .vc_custom_heading h4, .vc_grid-item .vc_custom_heading h3 a {
    min-height: 10px  !important;
    font-size: 22px  !important;
    line-height: 25px  !important;
    color: #4f8a1f  !important;
    font-weight: 700  !important;
    display: block;
}

.vc_grid-item .vc_custom_heading p {
    font-size: 18px;
    line-height: 26px;
}
.vc_grid-item .vc_btn3-container .vc_gitem-link {
    padding: 0 !important;
    color: #cd1235  !important;
    font-size: 20px  !important;
    font-weight: 700  !important;
    background-color: transparent !important;
    border: none !important;
}
.vc_grid-item .vc_btn3-container .vc_gitem-link:after {
    content: " \f101";
    font: normal normal normal 20px/1 FontAwesome;
}



.portfolio_wrapper .beitrag h3 {
    min-height: 80px;
    font-size: 30px;
    line-height: 30px;
}

.portfolio_wrapper .beitrag {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #d7d7d7;
}



/* --------------------------------- HOVER Effekte -------------------- */
.vc_grid-item-mini .vc_custom_heading h3 a,
.vc_grid-item-mini .wpb_single_image img,
.vc_grid-item-mini .vc_gitem-zone a,
.vc_grid-item-mini {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.vc_grid-item-mini:hover .vc_custom_heading h3 a {
    color: #6d6d6d !important;
}
.vc_grid-item-mini:hover .wpb_single_image img {
    opacity: 0.5;
}
.vc_grid-item-mini:hover .vc_gitem-zone a {
    color: #6d6d6d !important;
}
.vc_grid-item-mini:hover {
    background: rgba(0,0,0,0.03);
}



/* Event --------------------- */
.event {
    position: relative;
    z-index: 1;
}

.event strong {
    font-size: 18px;
}

.event .inner {
    padding: 15px;
}

.event:hover .inner {
    background-color: #ecf3d1;
}

.event a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.event h3 {
    min-height: 90px;
    font-size: 30px;
    line-height: 31px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.event img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.beitrag .wrap {
    margin-bottom: 40px;
}

.event .link_simple {
    font-weight: 700;
    color: #cd1235;
    padding: 0 15px;
    margin-top: 3px;
}

.tribe-bar-views-list .tribe-icon-month,
.tribe-bar-views-list .tribe-icon-list,
.tribe-bar-views-list .tribe-icon-map,
.tribe-bar-views-list .tribe-icon-photo
{
    font-size: 13px;
}

.tribe-events-view-wrapper.view-list .tribe-events-list-separator-month span {
    background-color: transparent !important;
}

.tribe-events-view-wrapper.view-list .tribe-events-list-event-title,
.tribe-events-view-wrapper.view-list .tribe-events-list-event-title a
{
    font-size: 24px !important;
    line-height: 32px  !important;
}

.tribe-events-view-wrapper.view-list .tribe-events-list-event-title a {
    color: #aacb4c;
}

.tribe-events-view-wrapper.view-list .tribe-events-loop .tribe-events-event-meta {
    font-size: 18px !important;
}

.tribe-events-list-event-title:after,
.tribe-events-map-event-title:after {
    display: none;
}

.tribe-events-list.tribe-events-photo .tribe-events-list-photo-description p{
    font-size: 13px !important;
}

#tribe-bar-dates .label-tribe-bar-date {
    font-size: 0.01px !important;
    line-height: 0.01px;
    color: #f5f5f5;    
}

#tribe-bar-dates .label-tribe-bar-date:after {
    content: "Veranstaltungen am";
    font-size: 10px;
    line-height: 12px;
    color: #434343; 
}

dl > dt {
    width: 190px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    margin: 0 0 0 200px;
}

/* remark -------------------- */
.remark {
    font-size: 30px;
    line-height: 40px;
    color: #aacb4c;
    margin: 30px 0;
    padding-left: 45px;
    position: relative;
}
.remark .fa {
    position: absolute;
    top: 5px;
    left: 0;
}


/* hinweis --------------------- */
.hinweis {
    background:url("img/pfeil-u.png") 25px center no-repeat #f5f5f5;
    background-size: auto 35px;
    height: 70px;
    line-height: 70px;
    color: #535353;
    font-size: 24px;
    font-weight: 400;
}
.hinweis .inhalt {
    line-height: 70px;
    color: #535353;
    font-size: 24px;
    font-weight: 400;
    padding-left: 108px;

}

.hinweis .inhalt span {
    text-transform: uppercase;
    color: #cd1235;  
}

/* routeninfo ------------------- */
.routeninfo {
    
}
.routeninfo h3 {
    line-height: 28px;
    margin-bottom: 40px;
}
.routeninfo .listitem {
    font-size: 18px;
    height: auto;
    min-height: 31px;
    margin-bottom: 10px;
    line-height: 25px;
    padding-left: 50px;
    background: url('img/Startpunkt.svg') no-repeat left center transparent;
    background-size: 30px 30px;
}
.listitem.ico_ziel {
    background-image:url('img/Startpunkt.svg');
}
.listitem.ico_start {
    background-image:url('img/Start.svg');
    background-size: 40px 40px;
}
.listitem.ico_ziel2 {
    background-image:url('img/Zielpunkt.svg');
    background-size: 40px 40px;
}
.listitem.ico_schwierigkeit {
    background-image:url('img/Schwierigkeitsgrad.svg');
}
.listitem.ico_dauer {
    background-image:url('img/Dauer.svg');
}
.listitem.ico_entfernung {
    background-image:url('img/Pfeil-Breite.svg');
}
.listitem.ico_hoch {
    background-image:url('img/Pfeil-Hoehe.svg');
}
.listitem.ico_tief {
    background-image:url('img/Pfeil-Tiefe.svg');
}
.listitem.ico_star {
    background-image:url('img/Stern.svg');
}

.wpb_heading.wpb_map_heading {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 15px;
    color: #4f8a20;
    padding: 0;
}
.wpb_heading.wpb_map_heading:after {
    display: none;
}

/* DL Box ------------------- */
.DL-box {
    width: 284px;
    padding: 40px;
    color: #fff;
    background: url("img/Flaeche-gruen.jpg") no-repeat center center #aacb4c;
    background-size: auto 100%;
    text-align: center;
    margin: 0px 0 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.DL-box:hover {
    background: none no-repeat #cd1235;
}

.DL-box .fa {
    font-size: 112px;
    line-height: 112px;
    margin-bottom: 20px;
}

.DL-box a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.DL-box h4 {
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 23px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.DL-box h5 {
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 23px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

/* Tabs --------- spacial styles */
.vc_tta-container,
.vc_tta-tabs-container,
.vc_tta-tabs-list,
.vc_tta-tab.vc_active,
.vc_tta-tab,
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a,
.vc_tta-panels-container,
.vc_tta-panels,
.vc_tta-panel
{
    border-radius: 0 !important;
    border:none !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    text-transform: uppercase;
    font-weight: 900;
    color: #4f8a1f !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    padding: 40px 25px;
}

.vc_tta-panels .vc_tta-panel p {
    color: #505050;
}

/* Akkordeon --------- spacial styles */
.vc_tta-container,
.vc_general,
.vc_tta-panels-container {
    border-radius: 0 !important;
    border:none !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
    color: #4f8a1f  !important;
    padding: 35px 0;
    background-color: transparent !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-heading {
    background-color: transparent !important;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon {
    color: #aacb4c;
    border-color: #aacb4c  !important;
    height: 20px !important;
    width: 20px  !important;
}

.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body{
    background-color: #f1f5e4 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #aacb4c  !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-body p,
.vc_tta.vc_tta-accordion .vc_tta-panel-body ul li,
.vc_tta.vc_tta-accordion .vc_tta-panel-body ul li a,
.vc_tta.vc_tta-accordion .vc_tta-panel-body a
{
    font-size: 14px;
    line-height: 20px;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-body h2 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-top: 40px;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-body h2:after {
    display: none;
}

.column_column ul, .column_helper ul, .column_visual ul, .icon_box ul, .mfn-acc ul, .ui-tabs-panel ul, .post-excerpt ul, .the_content_wrapper ul {
    list-style: disc;
    margin: 0 0 15px 25px;
}


/* Portfolio header --------- spacial styles */
.portfolio-template-default .inner_center {
    max-width: 1350px;
}

.tribe_events-template-default .inner_center,
.page-template-template-noheader .inner_center,
.single.single-post .inner_center
{
    max-width: 1350px;
}

#Header.portfolioHeader {
    background:url("img/Flaeche-Header2.jpg") top center no-repeat transparent;
    background-size: 100% auto;
    position: absolute;
}

#Header.portfolioHeader #logo {
    margin-top: 100px;
    width: 274px;
    height: 55px;
}

#Header.portfolioHeader.fixed a {
    position: fixed;
    top: 0;
    padding: 5px 10px 0;
    background-color: rgba(255,255,255,0.99);
    margin-top: 0;
    padding-top: 0;
}
#Header.portfolioHeader.fixed a img#logo {
    width: 215px;
    margin-top: 0;
    padding-top: 0;
}

.section-post-header,
.page-template-template-noheader .content_wrapper {
    padding-top: 220px;
}

.post-header .title_wrapper {
    margin-left: 0px;
    border: none !important;
    padding-left: 0px;
}

/* Blog Single --------- spacial styles */
.single.single-post .section-post-header {
    padding-top: 120px;
}

.image_frame .image_wrapper .image_links, 
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
    background-color: rgba(170,203,76,0.6) !important;
}
.image_frame .image_wrapper .image_links:hover {
    background-color: rgba(170,203,76,0.95) !important;
}
.image_frame .image_wrapper .image_links .zoom {
/*    color: #fff !important;*/
}
.image_wrapper2 {
    
}
.image_frame2 {
    border: 8px solid #f8f8f8;
}
.image_frame2 .image_wrapper2 img {
    margin-bottom: -6px;
}

.single-photo-wrapper {
    text-align: left;
}

/* -------------------- SLIDER --------------------- */
.vc_images_carousel .vc_carousel-indicators li {
    background-color: #d7d7d7  !important;
    border: none  !important;
}
.vc_images_carousel .vc_carousel-indicators .vc_active {
    background-color: #afcb38  !important;
    border: none  !important;
}
.vc_images_carousel .vc_carousel-control {
    position: absolute;
    padding: 0;
    top: 50%;
    left: 0;
    bottom: 0;
    margin-top: -15px;
    width: 60px;
    height: 30px;
    opacity: 1  !important;
    filter: alpha(opacity=100);
    font-size: 100px;
    text-align: center;
    text-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
}
.vc_images_carousel .vc_carousel-control .icon-next, 
.vc_images_carousel .vc_carousel-control .icon-prev {
    width: 100px !important;
    height: 100px  !important;
    margin-top: -50px  !important;
    margin-left: -50px  !important;
    font-size: 100px  !important;
    color: #fff !important;
    opacity: 1;
}
.vc_images_carousel .vc_carousel-control {
    font-size: 100px  !important;
    text-align: center;
    text-shadow: none !important;
    opacity: 1;
}
.vc_images_carousel .vc_carousel-control .glyphicon-chevron-left, 
.vc_images_carousel .vc_carousel-control .glyphicon-chevron-right, 
.vc_images_carousel .vc_carousel-control .icon-next, 
.vc_images_carousel .vc_carousel-control .icon-prev {
    left: 10% !important;
}

/* ----------------------------------------- */


/* #routen --------- Load more entfernen */
.vc_pageable-load-more-btn, .vc_pageable-load-more-btn a {	display: none !important;  }


/* ----------------------------------------- */


/* #ideeundziele --------- spacial styles */
.whitetext p,
.whitetext h2,
.whitetext h3 
{
    color:#FFF !important;
}

.whitetext h2:after {
    background-color: #fff;
}

/* footer */
#Footer .widgets_wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
}

.footer_copy {
    position: relative;
    z-index: 1;
}

.footer_copy:before,
.footer_copy:after {
    display: block;
    position: absolute;
    content: " ";
    top: -350px;
    left: 0;
    z-index: 0;
    width: 570px;
    height: 280px;
    background:url("img/skyline-1.png") bottom left no-repeat transparent;
    background-size: 100% auto;
}

.footer_copy:after {
    top: -350px;
    width: 300px;
    left: auto;
    right: 0;
    background:url("img/skyline-2.png") bottom right no-repeat transparent;
    background-size: 100% auto;
}

.copyright {
    font-size: 12px;
    color: #fff;
}

#Footer p {
    padding-bottom: 25px;
}

#Footer {
    background-size: 100% auto;
    background-color: #4f8a1f;
    color: #FFFFFF !important;
}

#Footer .footer_copy {
    border-top: none;
}

#Footer h4 {
    font-size: 30px;
    margin-bottom: 45px;
    font-weight: 900;
}

#Footer a {
    color: #FFFFFF !important;
}

#Footer a:hover {
    color: #FFFFFF !important;
    border-bottom-color: #FFFFFF;
}

#Footer a:after {
   content: " \f101";
   font-family: FontAwesome;
}

.widget_archive ul,
.widget_nav_menu ul {
    list-style-type: none;
    padding: 0px;
    background: none;
}

.widgets_wrapper .container {
	position: relative;
	z-index: 5;
}


.widget_nav_menu ul li::after {
    display: none;
}

.widget_nav_menu ul li {
    list-style-type: none;
    margin-bottom: 15px;
}

 .widget_nav_menu ul li a {
    padding: 0;
    color: #FFF;
}

@media only screen and (min-width: 1240px) {
    
    .header-creative .vc_row[data-vc-full-width] {        
        padding-right: 50px;
    }
    
}


/* ----------- COOKIE ------------ */
a.cn-set-cookie.button {
	margin-bottom: 0;
	padding: 4px 20px;
}

#cn-notice-text {
	padding: 4px 20px;
	display:block;
	float: left;
}



/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/*                               Event Calender                    */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
#tribe-events-content h2.tribe-events-page-title {
    text-align: left;
    color: #505050;
    font-weight: 900;
}
#tribe-events-content h2.tribe-events-page-title:after {
    display: none;
}
.tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
    font-size: 15px !important;
    color: #505050 !important;
    display: block;
    background-color: #f7f7f7;
}
.tribe_events-template-default.single #Content {
    padding-top: 180px;
}

.tribe-events-back {
    background: #f7f7f7 !important;
}

.tribe-events-schedule h2 {
    text-transform: none;
    font-size: 28px;
}

.tribe-events-schedule h2:after {
    display: none;
}

.tribe-events-schedule .tribe-events-cost {
    display: none;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-organizer  dd,
.single-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-venue  dd
{
    margin-left: 0 !important;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-organizer a,
.single-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-venue a
{
    font-size: 16px;
}

.single-tribe_events .tribe-events-event-meta {
    background: transparent !important;
    border-radius: 0;
}

.single-tribe_events .tribe-events-event-meta {
    font-size: 16px !important;
}

.tribe-events-ical.tribe-events-button {
	display:none !important;
}

