/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

@import url("../betheme/style.css");

/* Global */

:root {
    --cisv-blue: #0072ce;
    --cisv-orange: #FF671F;
    --cisv-yellow: #FFC72C;
    --cisv-magento: #AA0061;
    --cisv-warm-red: #F9423A;
    --cisv-orange-light: #FFA300;
    --cisv-green:  #509E2F;
    --cisv-blue-light:#B9D9EB;
    --cisv-dark-blue: #00518f;
    --grey: #444;
    --width: 1240px;
}

::selection {
    background-color:var(--grey) !important;
    color:#fff !important;
}

*::-moz-selection {
    background-color:var(--grey) !important;
    color:#fff !important;
}

body {
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family:'Source Sans 3', sans-serif;
    font-size:18px;
    font-weight:normal;
    line-height:24px;
    color:#333 !important;
    background-color:var(--cisv-blue);
}

#Content {
    background-color: #fff;
}

h1 {
    font-size:1.8em;
    font-weight:bold;
    line-height:1em;
    margin-bottom:0.6em;
    color:var(--cisv-blue);
    clear:both;
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 1.6em;
    }
    h2 {
        font-size: 1.4em;
    }
    h3 {
        font-size: 1.2em;
    }
}
h2 {
    font-size:1.6em;
    font-weight:bold;
    margin-bottom:0.4em;
    color:var(--cisv-blue);
    line-height:1em;
}
h3 {
    font-size:1.4em;
    font-weight:bold;
    margin-bottom:0.3em;
    color:var(--cisv-blue);
}
h4 {
    font-size:1.3em;
    font-weight:400;
    margin:0.9em 0 0.3em 0;
    color:var(--cisv-blue);
}
h5 {
    font-size:1.2em;
    font-weight:400;
    margin:0.8em 0 0.2em 0;
    color:var(--cisv-blue);
}
h6 {
    font-size:1.1em;
    font-weight:400;
    margin:0.6em 0 0.1em 0;
    color:var(--cisv-blue);
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 1.6em;
    }
    h2 {
        font-size: 1.4em;
    }
    h3 {
        font-size: 1.2em;
    }
}

p, .info_box_wrapper,
div.column_visual ul li, div.column_content ul li, div.the_content_wrapper ul li, div.accordion ul li,
.info_box_wrapper .desc ul li,
.column, .columns,
.faq .question .answer, .accordion .question .answer,
.counter h6.title {
    font-size:18px;
    line-height:24px;
}
a, a h5, .oLinkInternal {
    color:var(--cisv-blue);
    text-decoration:underline;
}
a:hover, a:hover h5  {
    color:var(--cisv-magento);
    text-decoration:underline;
}

a h5 {
    font-size:1.0em;
}
input[type="submit"], a.button {
    background:none;
    border-radius:5px;
    font-size:1em;
    letter-spacing:normal;
    text-transform:none;
    transition:none;
    background-color:var(--cisv-magento);
    color:#fff;
    transition:none !important;
    margin:10px 0 10px 0;
    padding:10px 16px 11px 16px;
}
a.button.button_blue, a.button.button_blue::after, a.tp-button.blue {
    background-color:var(--cisv-dark-blue);
}
a.button.button_blue:hover {
    background-color:var(--cisv-blue);
}

input[type="submit"] {
    margin:10px 0 0 0;
}
input[type="submit"]:hover {
    text-decoration:underline;
}
a.button:hover::before {
    content:none;
    transition:none;
    text-transform:uppercase;
}

.align-center {
    text-align: center !important;
}


a.button::after, a.tp-button::after, button::after, input[type="submit"]::after, input[type="reset"]::after, input[type="button"]::after {
    border-radius:0;
    content:"";
    height:0;
    margin-top:0;
    position:relative;
    right:0;
    top:0;
    transform:none;
    width:0;
}
a.button:hover {
    text-decoration:underline;
    background-color:var(--cisv-magento);
}

a.button.button_orange, a.button.button_orange::after, a.tp-button.orange {
    background-color: var(--cisv-orange);
    color: #ffffff;
}
a.button_small  { padding:8px 16px; font-size:0.8em; }
a.button_normal { padding:10px 18px; font-size:1em; }
a.button_large  { padding:18px 28px; font-size:1.4em; font-weight:bold; }

hr {
    background:none;
    border-top:1px solid #aaa;
}

div.column_visual ul, div.column_content ul, div.the_content_wrapper ul, div.accordion ul {
    margin:0.5em 0 1em 1em;
    /*display:table;*/
    list-style-image: url('images/bullet.png') !important;
}
div.column_visual ul li, div.column_content ul li, div.the_content_wrapper ul li, div.accordion ul li {
    /*list-style-type:none;*/
    /*display:table-row;*/
}
div.column_visual ul li:before, div.column_content ul li:before, div.the_content_wrapper ul li:before, div.accordion ul li:before {
    /*content: "\f0c8";*/
    /*font-family: "FontAwesome";*/
    /*font-size:0.6em;*/
    /*color:var(--cisv-magento);*/
    /*line-height: 3em;*/
    /*padding-right: 1.4em;*/
    /*display:table-cell;*/
    /*position: relative;*/
    /*top: -3px;*/
}

.Projects_header .categories ul li h6 {
    color:var(--cisv-blue) !important;
    font-size:18px;
}
.Projects_header .categories ul li a {
    text-decoration:none;
    border-radius:3px;
    padding:8px 12px;
    margin:2px;
    font-weight:bold;
    background-color:#aaa;
    color:#fff;
}
.Projects_header .categories ul li a:hover, .Projects_header .categories li.current-cat a {
    background-color:var(--cisv-blue);
    color:#fff;
}

label, legend {
    display:inline;
    font-size:100%;
    padding-bottom:1em;
}

div.orange {
    background-color:rgba(248,167,0,1);
}

li {
    color:#333 !important;
}

/* Ubermenu integration */

.ubermenu .ubermenu-custom-content-padded {
    padding-top: 0;
}

.ubermenu-skin-grey-white .ubermenu-target {
    color: #fff !important;
}

.responsive-menu-toggle{
    display:none !important;
}

.ubermenu-item-level-0 > a.ubermenu-target {
    text-transform:none !important;
    font-size:18px;
    color:#fff !important;
}

.ubermenu-item-level-0.ubermenu-current-menu-item > a.ubermenu-target,
.ubermenu-item-level-0.ubermenu-current-menu-parent > a.ubermenu-target,
.ubermenu-item-level-0.ubermenu-current-menu-ancestor > a.ubermenu-target {
    background-color:#fff !important;
    color:var(--cisv-blue) !important;
}
.ubermenu-item-level-0:hover > a.ubermenu-target,
.ubermenu-item-level-0.ubermenu-active > a.ubermenu-target {
    background: var(--cisv-dark-blue) !important;
    color: #ffffff !important;
}
.ubermenu-submenu.ubermenu-submenu-drop {
    background-color:var(--cisv-dark-blue) !important;
    border:none !important;
}
.ubermenu-submenu .ubermenu-item-header > a.ubermenu-target,
.ubermenu-submenu .ubermenu-item-header > div.ubermenu-custom-content {
    color:#fff !important;
}

.ubermenu-submenu > li.ubermenu-current-menu-item > a,
.ubermenu-submenu .ubermenu-item-header.ubermenu-current-menu-item > a.ubermenu-target,
.ubermenu-submenu .ubermenu-item-header.ubermenu-current-menu-item > div.ubermenu-custom-content {
    color:var(--cisv-blue) !important;
    background-color:#fff !important;
}

.ubermenu-responsive-toggle {
    text-transform:none !important;
    background-color:var(--cisv-blue) !important;
    font-size:1em !important;
}

.fa-bars {
    color: #fff !important;
}

/*
**  F O O T E R
*/
footer#Footer {
    background-color:var(--cisv-blue);
    color:#fff;
}
footer#Footer .widgets_wrapper .column .widget_text {
    font-size:16px;
    line-height:20px;
}
.widget > h4, .widget > h3 {
    background-image:none !important;
}
.widget > h4 {
    font-size:1.2em;
    letter-spacing:normal;
    line-height:normal;
    padding-left:0;
    text-transform:none;
}

table.cisvfooter {
    margin-top:40px;
}
table.cisvfooter td {
    padding:2px;
    text-align:left;
}
table.cisvfooter td.label {
    color:rgba(243,115,36,1);
}

.widget_nav_menu ul li a, .widget_meta ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_mfn_menu ul li a {
    background-image:none !important;
}
.widget_nav_menu ul li a, .widget_meta ul li a {
    padding:1px 0 !important;
    text-decoration:none;
}
.widget_nav_menu ul li a:hover, .widget_meta ul li a:hover {
    text-decoration:underline;
}

.widgets_wrapper aside > h4,
.widgets_wrapper aside.widget_text h4,
.widgets_wrapper a.icon_shop,
.widgets_wrapper a.icon_calendar,
.widgets_wrapper a.icon_imprint {
    color: var(--cisv-blue-light) !important;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:8px;
}
.widgets_wrapper h4.icon_contact    { background:transparent url(images/footericon_contact.png) top left no-repeat; }
.widgets_wrapper h4.icon_newsletter { background:transparent url(images/footericon_newsletter.png) top left no-repeat; }
.widgets_wrapper a.icon_shop        { background:transparent url(images/footericon_shop.png) top left no-repeat; }
.widgets_wrapper a.icon_calendar    { background:transparent url(images/footericon_calendar.png) top left no-repeat; }
.widgets_wrapper a.icon_imprint     { background:transparent url(images/footericon_imprint.png) top left no-repeat; }

.widgets_wrapper h4.icon_contact,
.widgets_wrapper h4.icon_newsletter {
    padding-left: 40px;
    line-height: 34px;
    margin:0 0 8px 0;
}
@media only screen and (max-width: 767px) {
    .widgets_wrapper h4.icon_contact,
    .widgets_wrapper h4.icon_newsletter {
        left:0;
    }
    .widgets_wrapper a.icon_shop,
    .widgets_wrapper a.icon_calendar,
    .widgets_wrapper a.icon_imprint {
        margin-bottom:16px;
    }
}
.widgets_wrapper a.icon_shop,
.widgets_wrapper a.icon_calendar,
.widgets_wrapper a.icon_imprint {
    padding-left:38px;
    line-height: 34px;
    display:block;
    margin-bottom:8px;
}
.widgets_wrapper a {
    color: #ffffff !important;
}

.menu-clean .social li a {
    color:#fff !important;
}

footer form.wpcf7-form > p {
    margin-bottom:0;
}
footer .wpcf7 span.wpcf7-form-control-wrap {
    width: 60%;
}
footer span.wpcf7-list-item {
    margin-left:0;
}
footer span.wpcf7-list-item-label {
    font-size:16px;
    line-height:20px;
}

footer input[type="text"],
footer input[type="email"] {
    background-color:transparent;
    color:#fff;
    background-image:none;
    border:0 none;
    border-bottom:1px solid var(--cisv-blue-light);
    border-radius:0;
    box-shadow:none;
    display:block;
    font-size:14px;
    margin:0 0 20px;
    padding:2px 2px;
}
footer input[type="text"]:focus,
footer input[type="email"]:focus {
    color:#fff !important;
    background-color:transparent !important;
}
footer input[type="submit"] {
    background:none;
    border-radius:5px;
    font-size:1em;
    letter-spacing:normal;
    margin:10px 0 10px 0;
    padding:8px 16px;
    text-transform:none;
    transition:none;
    background-color:var(--cisv-blue-light);
    color:var(--grey);
    margin:10px 0 0 0;
}
.wpcf7-not-valid-tip {
    top:-8px !important;
    left:-52px !important;
}
.wpcf7-mail-sent-ok {
    background: var(--cisv-green) none repeat scroll 0 0 !important;
    color:#fff;
    margin:10px 0 0 0 !important;
}

/*
** Content
*/
div#Subimage {
    line-height:0;
}
div#Subimage > img  {
    width:100%;
    height:auto;
}
div#Subheader {
    background-image:none;
    background-color:var(--cisv-orange);
    background:var(--cisv-orange) url(images/pinselstrich_header.png) top left repeat-y;
    padding-top: 0;
    padding-bottom: 0;
}
#Subheader .title,
#Subheader .breadcrumbs {
    text-align: left !important;
    padding-left: 20px;
}

div#Subheader h1.title {
    color:#ffffff;
    font-size:2.8em;
    font-weight:bold;
    letter-spacing:0.01em;
    margin:18px 0 12px 0;
    text-align:left;
}
@media only screen and (max-width: 767px) {
    div#Subheader h1.title {
        font-size:2em;
    }
}

div#Subheader ul.breadcrumbs {
    float:none;
    font-size:16px !important;
    margin: 0 0 22px;
    text-align: left;
    overflow:visible;
}
#Subheader ul.breadcrumbs li {
    display:inline-block;
    margin-bottom:0;
    margin-left:0;
}
#Subheader ul.breadcrumbs i {
    display:none;
}
#Subheader ul.breadcrumbs li a {
    color:#fff;
}
#Subheader ul.breadcrumbs li a:hover {
    color:#fff;
    text-decoration:underline;
}
#Subheader ul.breadcrumbs li span {
    content:'/';
    color:#fff;
    padding:0px !important;
    margin: 3px !important;
    /*margin-top:20px;*/
}
.icon-right-open {
    display: inline !important;
}
/*
** Eventlist-Startseite
*/
ul.event-list-view li {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family:'Source Sans 3', sans-serif;
    background-color:#fff;
    border:1px solid #aaa;
    box-sizing:border-box;
    width:100%;
    margin-bottom:20px;
}
@media only screen and (min-width: 960px) {
    ul.event-list-view li {
        width:49%;
    }
    ul.event-list-view li:nth-child(odd) {
        float:left;
    }
    ul.event-list-view li:nth-child(even) {
        float:right;
    }
}
div.event-date {
    background-color:#000;
    color:#fff;
    text-align:center;
    padding:20px 0;
    box-sizing:border-box;
    width:20%;
    float:left;
}
div.event-info {
    padding:16px 22px;
    box-sizing:border-box;
    width:80%;
    float:right;
}
div.event-info h3 {
    font-size: 1em;
}
div.event-info h3 a {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family:'Source Sans 3', sans-serif;
    color: rgba(0,118,190,1);
    text-decoration:none;
}
div.event-info h3 a:hover {
    text-decoration:underline;
}
div.start-date div.event-weekday {
    display:none;
}
div.start-date div.event-day {
    font-size:1.2em;
    font-weight:bold;
    padding-bottom:6px;
}
div.start-date div.month {
    display:inline;
    font-size:0.9em;
}
div.start-date div.year {
    display:inline;
}
div.event-info span.event-time, div.event-info span.event-location {
    display:block;
    font-size:0.8em;
}

.latest_posts {
    background:none;
}
.latest_posts_wrapper .photo {
    background:none !important;
}

/*
** Short-Code items
*/
.icon_box .icon_image {
    margin-bottom:0;
}
.icon_box h4 {
    letter-spacing:normal;
    color:var(--cisv-magento);
    font-weight:bold;
}
.cisv_call2action {
    padding:20px 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cisv_call2action {
        padding:6px 0;
    }
}
.cisv_call2action a.cisv_button {
    display:block;
    width:100%;
    padding:10px 0 12px 0;
    text-decoration:none;
}
.cisv_call2action a.cisv_button:hover {
    text-decoration:none;
    background-color:#cccccc;
    border-radius:8px;
}
.cisv_call2action span.image,
.cisv_call2action span.title,
.cisv_call2action span.content,
.cisv_call2action span.titlebottom {
    display:block;
    text-align:center;
}
.cisv_call2action span.title, .cisv_call2action span.titlebottom {
    color:var(--cisv-magento);
    font-size:1.4em;
    font-weight:bold;
}
.cisv_call2action span.content {
    color:var(--grey);
    padding:6px 10px 12px 10px;
    font-size: 1em;
    line-height: 1.4em;
}
.cisv_call2action span.titlebottom {
    padding-bottom:12px;
}

/*.counter .number {*/
/*    font-size:1.6em;*/
/*    font-weight:bold;*/
/*    line-height:normal;*/
/*    margin-bottom:0;*/
/*}*/
/*.counter h6.title {*/
/*    letter-spacing:normal;*/
/*    line-height:1.1em;*/
/*    color:var(--grey);*/
/*}*/
/*.counter .icon_image {*/
/*    margin-bottom:0;*/
/*}*/

/*---[Item "cisv_header"]---*/
.cisv_heading {
    text-align:center;
}
.cisv_heading .cisv_heading_wrapper {
    padding:10px 20px 18px 20px;
    margin-bottom: 10px;
    position: relative;
}
div.column_cisv_header h2 {
    color:var(--cisv-blue);
    font-size:1.5em;
    line-height:1em;
    font-weight:bold;
    margin:0.4em 0 0.1em 0;
}
div.column_cisv_header p {
    color:var(--grey);
    font-size:1em;
    line-height:1em !important;
    margin:12px 0 5px 0;
}
.cisv_heading_wrapper.has_icon::before,
.cisv_heading_wrapper.has_icon::after,
div.column_cisv_header i {
    color:var(--cisv-blue);
}
.cisv_heading i {
    /*bottom: -16px;*/
    color: var(--cisv-blue);
    display: block;
    font-size: 1.2em;
    height: 25px;
    left: 50%;
    line-height: 25px;
    margin-left: -26px;
    padding: 5px 14px;
    position: absolute;
    text-align: center;
    width: 25px;
    z-index: 100;
}

.cisv_heading_wrapper.has_icon::before {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    position: absolute;
    right: 25%;
    width: 22%;
}
.cisv_heading_wrapper.has_icon::after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    left: 25%;
    position: absolute;
    width: 22%;
}

/*---[Item "Portfolio"]---*/
div.recent-works {
    margin-left:0;
    width:auto;
}
.column_portfolio {
    margin:0 1% 32px 1% !important;
}
.portfolio_item .desc > a h5 {
    line-height:1.2em;
}

/*---[Item "Testimonials"]---*/
.testimonials_wrapper {
    border-color:var(--cisv-blue);
}
.testimonials_wrapper .desc .text {
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family:'Source Sans 3', sans-serif;
    text-align:left;
    font-size:1.05em;
    color:#333;
}
.testimonials_wrapper .client {
    border:none;
    height:auto;
    line-height:normal;
    padding:0;
}
@media only screen and (min-width: 960px) {
    .testimonials_wrapper .client {
        width:30%;
        float:left;
        margin:0 30px 30px 0;
    }
}
div.owl-page.active > span {
    background:var(--cisv-magento) !important;
}
/*---[Item "cisv_featuredcontent"]---*/

.cisv_featuredcontent {
    color:#fff;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    background-color: var(--cisv-magento);
}

.cisv_featuredcontent_wrapper {
    min-height: 340px !important;
}

.column_cisv_featured_content .cisv_featuredcontent_wrapper {
    padding:0 0 20px 0;
    text-align:center;
}
.column_cisv_featured_content .cisv_featuredcontent_wrapper div.image img {
    width:100%;
}
.column_cisv_featured_content .cisv_featuredcontent_wrapper h2 {
    padding:10px 10px !important;
    font-size:1.3em;
    font-weight:bold;
    color:#fff !important;
}
.column_cisv_featured_content .cisv_featuredcontent_wrapper p {
    margin-bottom:0;
    padding:0 18px;
}
.column_cisv_featured_content .cisv_featuredcontent_wrapper a {
    background:none;
    color:#fff;
    font-size:1em;
    letter-spacing:normal;
    line-height:normal;
    margin:0;
    padding:0;
    text-transform:none;
    transition:none;
    text-decoration:none;
}
.column_cisv_featured_content .cisv_featuredcontent_wrapper a:hover {
    background:none;
    text-decoration:underline;
}

.cisv_featuredcontent_wrapper h2 br {
    display: none !important;
}

@media only screen and (max-width: 1239px) {
    .cisv_featuredcontent {
        min-height:320px;
    }
}
/*---[Item: Article Box]---*/
.article_box .desc {
    background:rgba(185,217,235,0.3);
}

/*---[Item: Timeline]---*/
.timeline_items li h5 {
    color:var(--grey);
    font-size:1.2em;
}
.timeline_items li h5 span {
    color:var(--cisv-blue);
}
.timeline_items li .desc {
    background:rgba(185,217,235,0.3);
    line-height:1.2em;
}
/*---[Item: Gallery]---*/
.gallery .gallery-item .gallery-icon {
    background:rgba(185,217,235,0.3);
}
/*---[Item: Pricing table]---*/
.pricing-box {
    border-color:var(--cisv-blue);
}
.pricing-box .plan-header h3 {
    font-size: 1.3em;
    line-height: 1.2em;
}

/*---[Item: our team]---*/
div.team p.phone a, div.team p.email {
    font-size:0.9em;
}

/*---[Eventlist on Startpage]---*/
pre {
    background:none;
    border:none;
    margin:0;
    padding:0;
    line-height:1em !important;
    white-space:normal !important;
}
div.home_eventlist_box, div.prg_list_box, div.evt_list_box {
    /*font-family:Arial;*/
    font-family:'Source Sans 3', sans-serif;
    font-size:0.9em;
    white-space:normal !important;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    min-height:300px;
    margin-bottom:30px;
    text-align:center;
}
div.prg_list_box {
    min-height:300px;
}
div.evt_day_mon {
    display:block;
    float:right;
    margin-left:92%;
    margin-top:12px;
    min-width:38px;
    padding:8px 16px;
    position:absolute;
    text-align:center;
}

div.evt_list_box:nth-child(3n+4) {
    clear:left;
}

@media only screen and (min-width: 960px) {
    div.home_eventlist_box, div.prg_list_box, div.evt_list_box {
        width:30%;
        margin:0 1.5% 30px 1.5%;
        float:left;
    }
    div.evt_list_box {
        min-height:440px;
    }
    div.evt_day_mon {
        margin-left:22%;
        min-width:64px;
    }
}

div.box_color_default, div.box_color_default div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_all-ages, div.box_color_all-ages div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_11, div.box_color_11 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_12, div.box_color_12 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_13, div.box_color_13 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_14, div.box_color_14 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_15, div.box_color_15 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_16, div.box_color_16 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_17, div.box_color_17 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_18, div.box_color_18 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_19, div.box_color_19 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_20, div.box_color_20 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_21, div.box_color_21 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_events, div.box_color_events div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_jb, div.box_color_jb div.evt_day_mon { background-color:var(--cisv-blue-light); color:#0B0B61; }
div.box_color_programmes, div.box_color_programmes div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_interchange, div.box_color_interchange div.evt_day_mon { background-color:var(--cisv-green); color:#000; }
div.box_color_leader, div.box_color_leader div.evt_day_mon { background-color:var(--cisv-warm-red); color:#000; }
div.box_color_international-peoples-project, div.box_color_international-peoples-project div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_mosaic, div.box_color_mosaic div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_seminar-camp, div.box_color_seminar-camp div.evt_day_mon { background-color:var(--cisv-yellow); color:#8A2908; }
div.box_color_step-up, div.box_color_step-up div.evt_day_mon { background-color:var(--cisv-magento); color:#FBEAF1; }
div.box_color_village, div.box_color_village div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_youth-meeting, div.box_color_youth-meeting div.evt_day_mon { background-color:var(--cisv-orange); color:#000; }

div.font_color_default { color:var(--cisv-blue); }
div.font_color_all-ages { color:var(--cisv-blue); }
div.font_color_11 { color:var(--cisv-blue); }
div.font_color_12 { color:var(--cisv-blue); }
div.font_color_13 { color:var(--cisv-blue); }
div.font_color_14 { color:var(--cisv-blue); }
div.font_color_15 { color:var(--cisv-blue); }
div.font_color_16 { color:var(--cisv-blue); }
div.font_color_17 { color:var(--cisv-blue); }
div.font_color_18 { color:var(--cisv-blue); }
div.font_color_19 { color:var(--cisv-blue); }
div.font_color_20 { color:var(--cisv-blue); }
div.font_color_21 { color:var(--cisv-blue); }
div.font_color_events { color:var(--cisv-blue); }
div.font_color_jb { color:var(--cisv-blue-light); }
div.font_color_programmes { color:var(--cisv-blue); }
div.font_color_interchange { color:var(--cisv-green); }
div.font_color_leader { color:var(--cisv-warm-red); }
div.font_color_international-peoples-project { color:var(--cisv-blue); }
div.font_color_mosaic { color:var(--cisv-blue); }
div.font_color_seminar-camp { color:var(--cisv-yellow); }
div.font_color_step-up { color:var(--cisv-magento); }
div.font_color_village { color:var(--cisv-blue); }
div.font_color_youth-meeting { color:var(--cisv-orange); }

/* CISV Events List with Pictures */
div.evtlstwp_eventname {
    width:80%;
    float:left;
    font-weight:bold;
    font-size:1.6em;
    padding:1.4em 0 0.8em 0;
}
a:hover div.evtlstwp_eventname {
    text-decoration:underline;
}

div.evtlstwp_eventnumber {
    width:20%;
    float:right;
    text-align:right;
    font-size:1em;
    padding:2.4em 0 0.8em 0;
}
div.evtlstwp_image_and_infos, div.evtlstwp_image, div.evtlstwp_infos {
    min-height:140px;
}
div.evtlstwp_image {
    background-position: 50% 50%;
    background-size: 100% auto;
    height: 176px;
    overflow: hidden;
    width:29%;
    float:left;
    margin-right:1%;
}
div.evtlstwp_infos {
    width:66%;
    float:right;
    padding:18px 2%;
}
div.evtlstwp_infos span.loc, div.evtlstwp_infos span.dat, div.evtlstwp_infos span.exc, div.evtlstwp_infos span.per {
    display:block;
}
div.evtlstwp_infos span.exc {
    margin:24px 0 16px 0;
}
@media only screen and (max-width: 959px) {
    div.evtlstwp_eventname, div.evtlstwp_eventnumber, div.evtlstwp_image, div.evtlstwp_infos {
        width:100%;
        margin-right:0;
    }
    div.evtlstwp_eventname {
        padding-bottom:0.2em;
    }
    div.evtlstwp_eventnumber {
        padding:0 0 0.2em 0;
    }
    div.evtlstwp_infos {
        width:96%;
        padding-left:2%;
        padding-right:2%;
    }
}

/* CISV Events List Long */
div.evtlstlong_image {
    width:48%;
    float:left;
    margin-right:2%;
}
div.evtlstlong_events {
    width:50%;
    float:right;
}
div.evtlstlong_events.evtlstlong_noimage {
    width:100%;
    float:none;
}
div.evtlstlong_image img {
    width:100%;
    height:auto;
}
div.evtlstlong_one_line {
    padding:4px 12px;
}
div.evtlstlong_nameanddate {
    width:75%;
    float:left;
}
div.evtlstlong_location {
    width:25%;
    float:right;
    padding-top:10px;
}
div.evtlstlong_one_line:nth-child(odd) {
    background-color:#f6f8fc;
}
div.evtlstlong_one_line:nth-child(even) {
    background-color:#ecf0fa;
}
div.evtlstlong_content {
    margin-top:24px;
}
@media only screen and (max-width: 959px) {
    div.evtlstlong_image, div.evtlstlong_events {
        width:100%;
        float:none;
        margin-bottom:24px;
    }
    div.evtlstlong_content {
        margin-top:0;
    }
}
@media only screen and (max-width: 480px) {
    div.evtlstlong_nameanddate, div.evtlstlong_location {
        width:100%;
        float:none;
    }
}

div.link_color_default div.box_color_default, div.box_color_default div.evt_day_mon, div.box_color_default .evt_wo span, div.box_color_default .evt_wann span, div.box_color_default .evt_link a, div.box_color_default .evt_excerpt a { color:#fff; }
div.link_color_all-ages div.box_color_all-ages, div.box_color_all-ages div.evt_day_mon, div.box_color_all-ages .evt_wo span, div.box_color_all-ages .evt_wann span, div.box_color_all-ages .evt_link a, div.box_color_all-ages .evt_excerpt a { color:#fff; }
div.link_color_11 div.box_color_11, div.box_color_11 div.evt_day_mon, div.box_color_11 .evt_wo span, div.box_color_11 .evt_wann span, div.box_color_11 .evt_link a, div.box_color_11 .evt_excerpt a { color:#fff; }
div.link_color_12 div.box_color_12, div.box_color_12 div.evt_day_mon, div.box_color_12 .evt_wo span, div.box_color_12 .evt_wann span, div.box_color_12 .evt_link a, div.box_color_12 .evt_excerpt a { color:#fff; }
div.link_color_13 div.box_color_13, div.box_color_13 div.evt_day_mon, div.box_color_13 .evt_wo span, div.box_color_13 .evt_wann span, div.box_color_13 .evt_link a, div.box_color_13 .evt_excerpt a { color:#fff; }
div.link_color_14 div.box_color_14, div.box_color_14 div.evt_day_mon, div.box_color_14 .evt_wo span, div.box_color_14 .evt_wann span, div.box_color_14 .evt_link a, div.box_color_14 .evt_excerpt a { color:#fff; }
div.link_color_15 div.box_color_15, div.box_color_15 div.evt_day_mon, div.box_color_15 .evt_wo span, div.box_color_15 .evt_wann span, div.box_color_15 .evt_link a, div.box_color_15 .evt_excerpt a { color:#fff; }
div.link_color_16 div.box_color_16, div.box_color_16 div.evt_day_mon, div.box_color_16 .evt_wo span, div.box_color_16 .evt_wann span, div.box_color_16 .evt_link a, div.box_color_16 .evt_excerpt a { color:#fff; }
div.link_color_17 div.box_color_17, div.box_color_17 div.evt_day_mon, div.box_color_17 .evt_wo span, div.box_color_17 .evt_wann span, div.box_color_17 .evt_link a, div.box_color_17 .evt_excerpt a { color:#fff; }
div.link_color_18 div.box_color_18, div.box_color_18 div.evt_day_mon, div.box_color_18 .evt_wo span, div.box_color_18 .evt_wann span, div.box_color_18 .evt_link a, div.box_color_18 .evt_excerpt a { color:#fff; }
div.link_color_19 div.box_color_19, div.box_color_19 div.evt_day_mon, div.box_color_19 .evt_wo span, div.box_color_19 .evt_wann span, div.box_color_19 .evt_link a, div.box_color_19 .evt_excerpt a { color:#fff; }
div.link_color_20 div.box_color_20, div.box_color_20 div.evt_day_mon, div.box_color_20 .evt_wo span, div.box_color_20 .evt_wann span, div.box_color_20 .evt_link a, div.box_color_20 .evt_excerpt a { color:#fff; }
div.link_color_21 div.box_color_21, div.box_color_21 div.evt_day_mon, div.box_color_21 .evt_wo span, div.box_color_21 .evt_wann span, div.box_color_21 .evt_link a, div.box_color_21 .evt_excerpt a { color:#fff; }
div.link_color_events div.box_color_events, div.box_color_events div.evt_day_mon, div.box_color_events .evt_wo span, div.box_color_events .evt_wann span, div.box_color_events .evt_link a, div.box_color_events .evt_excerpt a { color:#fff; }
div.link_color_jb div.box_color_jb, div.box_color_jb div.evt_day_mon, div.box_color_jb .evt_wo span, div.box_color_jb .evt_wann span, div.box_color_jb .evt_link a, div.box_color_jb .evt_excerpt a { color:#000; }
div.link_color_programmes div.box_color_programmes, div.box_color_programmes div.evt_day_mon, div.box_color_programmes .evt_wo span, div.box_color_programmes .evt_wann span, div.box_color_programmes .evt_link a, div.box_color_programmes .evt_excerpt a { color:#fff; }
div.link_color_interchange div.box_color_interchange, div.box_color_interchange div.evt_day_mon, div.box_color_interchange .evt_wo span, div.box_color_interchange .evt_wann span, div.box_color_interchange .evt_link a, div.box_color_interchange .evt_excerpt a { color:#fff; }
div.link_color_leader div.box_color_leader, div.box_color_leader div.evt_day_mon, div.box_color_leader .evt_wo span, div.box_color_leader .evt_wann span, div.box_color_leader .evt_link a, div.box_color_leader .evt_excerpt a { color:#fff; }
div.link_color_international-peoples-project div.box_color_international-peoples-project, div.box_color_international-peoples-project div.evt_day_mon, div.box_color_international-peoples-project .evt_wo span, div.box_color_international-peoples-project .evt_wann span, div.box_color_international-peoples-project .evt_link a, div.box_color_international-peoples-project .evt_excerpt a { color:#fff; }
div.link_color_mosaic div.box_color_mosaic, div.box_color_mosaic div.evt_day_mon, div.box_color_mosaic .evt_wo span, div.box_color_mosaic .evt_wann span, div.box_color_mosaic .evt_link a, div.box_color_mosaic .evt_excerpt a { color:#fff; }
div.link_color_seminar-camp div.box_color_seminar-camp, div.box_color_seminar-camp div.evt_day_mon, div.box_color_seminar-camp .evt_wo span, div.box_color_seminar-camp .evt_wann span, div.box_color_seminar-camp .evt_link a, div.box_color_seminar-camp .evt_excerpt a { color:#000; }
div.link_color_step-up div.box_color_step-up, div.box_color_step-up div.evt_day_mon, div.box_color_step-up .evt_wo span, div.box_color_step-up .evt_wann span, div.box_color_step-up .evt_link a, div.box_color_step-up .evt_excerpt a { color:#fff; }
div.link_color_village div.box_color_village, div.box_color_village div.evt_day_mon, div.box_color_village .evt_wo span, div.box_color_village .evt_wann span, div.box_color_village .evt_link a, div.box_color_village .evt_excerpt a { color:#fff; }
div.link_color_youth-meeting div.box_color_youth-meeting, div.box_color_youth-meeting div.evt_day_mon, div.box_color_youth-meeting .evt_wo span, div.box_color_youth-meeting .evt_wann span, div.box_color_youth-meeting .evt_link a, div.box_color_youth-meeting .evt_excerpt a { color:#fff; }

div.home_eventlist_box .evt_link, .prg_link, .evt_link,
div.home_eventlist_box .evt_wo,
div.home_eventlist_box .evt_wann,
div.home_eventlist_box .evt_excerpt {
    padding:6px 12px;
    line-height:1.2em;
}
.prg_image, .evt_image {
    height:230px;
    overflow:hidden;
    width:100%;
    background-position:50% 50%;
    background-size:100%;
}

div.prg_list_box a div.prg_link,
div.prg_list_box a div.prg_wann,
div.prg_list_box a div.prg_wo,
div.evt_list_box a div.evt_link,
div.evt_list_box a div.evt_wann,
div.evt_list_box a div.evt_sub,
div.evt_list_box a div.evt_loc {
    line-height:18px;
}
div.prg_list_box a div.prg_link,
div.evt_list_box a div.evt_link {
    height:42px;
    padding:8px 10px;
    margin:172px 15% 0 15%;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    font-size:18px;
    font-weight:bold;
}
div.prg_list_box a div.prg_wann,
div.evt_list_box a div.evt_wann {
    padding:14px 0 2px 0;
}
div.prg_list_box a div.prg_wo,
div.evt_list_box a div.evt_loc {
    padding:2px 0 14px 0;
}
div.evt_list_box a div.evt_sub {
    padding:14px 0 0 0;
}

div.evt_list_box a div.evt_excerpt {
    padding:0 14px 20px 14px;
    font-size:14px;
    line-height:18px;
}

div.box_color_default div.prg_link, div.box_color_default div.evt_link, div.box_color_default div.evt_day_mon,
div.box_color_all-ages div.prg_link, div.box_color_all-ages div.evt_link, div.box_color_all-ages div.evt_day_mon,
div.box_color_11 div.prg_link, div.box_color_11 div.evt_link, div.box_color_11 div.evt_day_mon,
div.box_color_12 div.prg_link, div.box_color_12 div.evt_link, div.box_color_12 div.evt_day_mon,
div.box_color_13 div.prg_link, div.box_color_13 div.evt_link, div.box_color_13 div.evt_day_mon,
div.box_color_14 div.prg_link, div.box_color_14 div.evt_link, div.box_color_14 div.evt_day_mon,
div.box_color_15 div.prg_link, div.box_color_15 div.evt_link, div.box_color_15 div.evt_day_mon,
div.box_color_16 div.prg_link, div.box_color_16 div.evt_link, div.box_color_16 div.evt_day_mon,
div.box_color_17 div.prg_link, div.box_color_17 div.evt_link, div.box_color_17 div.evt_day_mon,
div.box_color_18 div.prg_link, div.box_color_18 div.evt_link, div.box_color_18 div.evt_day_mon,
div.box_color_19 div.prg_link, div.box_color_19 div.evt_link, div.box_color_19 div.evt_day_mon,
div.box_color_20 div.prg_link, div.box_color_20 div.evt_link, div.box_color_20 div.evt_day_mon,
div.box_color_21 div.prg_link, div.box_color_21 div.evt_link, div.box_color_21 div.evt_day_mon,
div.box_color_events div.prg_link, div.box_color_events div.evt_link, div.box_color_events div.evt_day_mon { background-color:rgba(0,114,206,0.8); }
div.box_color_jb div.prg_link, div.box_color_jb div.evt_link, div.box_color_jb div.evt_day_mon { background-color:rgba(185,217,235,0.8); }
div.box_color_programmes div.prg_link, div.box_color_programmes div.evt_link, div.box_color_programmes div.evt_day_mon { background-color:rgba(0,114,206,0.8); }
div.box_color_interchange div.prg_link, div.box_color_interchange div.evt_link, div.box_color_interchange div.evt_day_mon { background-color:rgba(80,158,47,0.8); }
div.box_color_leader div.prg_link, div.box_color_leader div.evt_link, div.box_color_leader div.evt_day_mon { background-color:rgba(249,66,58,0.8); }
div.box_color_international-peoples-project div.prg_link, div.box_color_international-peoples-project div.evt_link, div.box_color_international-peoples-project div.evt_day_mon { background-color:rgba(0,114,206,0.8); }
div.box_color_mosaic div.prg_link, div.box_color_mosaic div.evt_link, div.box_color_mosaic div.evt_day_mon { background-color:rgba(0,114,206,0.8); }
div.box_color_seminar-camp div.prg_link, div.box_color_seminar-camp div.evt_link, div.box_color_seminar-camp div.evt_day_mon { background-color:rgba(255,199,44,0.8); }
div.box_color_step-up div.prg_link, div.box_color_step-up div.evt_link, div.box_color_step-up div.evt_day_mon { background-color:rgba(170,0,97,0.8); }
div.box_color_village div.prg_link, div.box_color_village div.evt_link, div.box_color_village div.evt_day_mon { background-color:rgba(0,114,206,0.8); }
div.box_color_youth-meeting div.prg_link, div.box_color_youth-meeting div.evt_link, div.box_color_youth-meeting div.evt_day_mon { background-color:rgba(255,103,31,0.8); }

div.prg_list_box a, div.prg_list_box a:hover,
div.evt_list_box a, div.evt_list_box a:hover {
    text-decoration:none;
}

div.link_color_default a, div.box_color_default a, div.box_color_default a div.prg_link, div.box_color_default a div.evt_link,
div.box_color_all-ages a, div.box_color_all-ages a div.prg_link, div.box_color_all-ages a div.evt_link,
div.box_color_11 a, div.box_color_11 a div.prg_link, div.box_color_11 a div.evt_link,
div.box_color_12 a, div.box_color_12 a div.prg_link, div.box_color_12 a div.evt_link,
div.box_color_13 a, div.box_color_13 a div.prg_link, div.box_color_13 a div.evt_link,
div.box_color_14 a, div.box_color_14 a div.prg_link, div.box_color_14 a div.evt_link,
div.box_color_15 a, div.box_color_15 a div.prg_link, div.box_color_15 a div.evt_link,
div.box_color_16 a, div.box_color_16 a div.prg_link, div.box_color_16 a div.evt_link,
div.box_color_17 a, div.box_color_17 a div.prg_link, div.box_color_17 a div.evt_link,
div.box_color_18 a, div.box_color_18 a div.prg_link, div.box_color_18 a div.evt_link,
div.box_color_19 a, div.box_color_19 a div.prg_link, div.box_color_19 a div.evt_link,
div.box_color_20 a, div.box_color_20 a div.prg_link, div.box_color_20 a div.evt_link,
div.box_color_21 a, div.box_color_21 a div.prg_link, div.box_color_21 a div.evt_link,
div.box_color_events a, div.box_color_events a div.prg_link, div.box_color_events a div.evt_link { color:#fff; }
div.box_color_jb a. div.box_color_jb a div.prg_link, div.box_color_jb a div.evt_link { color:#333; }
div.box_color_programmes a, div.box_color_programmes a div.prg_link, div.box_color_programmes a div.evt_link { color:#fff; }
div.box_color_interchange a, div.box_color_interchange a div.prg_link, div.box_color_interchange a div.evt_link { color:#fff; }
div.box_color_leader a, div.box_color_leader a div.prg_link, div.box_color_leader a div.evt_link { color:#fff; }
div.box_color_international-peoples-project a, div.box_color_international-peoples-project a div.prg_link, div.box_color_international-peoples-project a div.evt_link { color:#fff; }
div.box_color_mosaic a, div.box_color_mosaic a div.prg_link, div.box_color_mosaic a div.evt_link { color:#fff; }
div.box_color_seminar-camp a, div.box_color_seminar-camp a div.prg_link, div.box_color_seminar-camp a div.evt_link { color:#333; }
div.box_color_step-up a, div.box_color_step-up a div.prg_link, div.box_color_step-up a div.evt_link { color:#fff; }
div.box_color_village a, div.box_color_village a div.prg_link, div.box_color_village a div.evt_link { color:#fff; }
div.box_color_youth-meeting a, div.box_color_youth-meeting a div.prg_link, div.box_color_youth-meeting a div.evt_link { color:#fff; }

div.prg_list_box a:hover div.prg_link,
div.evt_list_box a:hover div.evt_link {
    text-decoration:underline;
}

div.home_eventlist_box .evt_link a {
    font-weight:bold;
    color:#fff;
}
div.home_eventlist_box .evt_excerpt a {
    text-decoration:underline;
}
div.home_eventlist_box .evt_excerpt a:hover {
    color:#cccccc;
}
/*---[Eventlist on Content]---*/

div.evtlst_row {
    margin-bottom:10px;
}
div.evtlst_col1 {
    float:left;
    width:28%;
    padding-right:2%;
}

/*---[Eventlist on Startpage]---*/

pre {
    background:none;
    border:none;
    margin:0;
    padding:0;
    line-height:1em !important;
    white-space:normal !important;
}
div.home_eventlist_box, div.prg_list_box, div.evt_list_box {
    /*font-family:Arial;*/
    font-family:'Source Sans 3', sans-serif;
    font-size:0.9em;
    white-space:normal !important;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    min-height:300px;
    margin-bottom:30px;
    text-align:center;
}
div.prg_list_box {
    min-height:300px;
}
div.evt_day_mon {
    display:block;
    float:right;
    margin-left:92%;
    margin-top:12px;
    min-width:38px;
    padding:8px 16px;
    position:absolute;
    text-align:center;
}

div.evt_list_box:nth-child(3n+4) {
    clear:left;
}

@media only screen and (min-width: 960px) {
    div.home_eventlist_box, div.prg_list_box, div.evt_list_box {
        width:30%;
        margin:0 1.5% 30px 1.5%;
        float:left;
    }
    div.evt_list_box {
        min-height:440px;
    }
    div.evt_day_mon {
        margin-left:22%;
        min-width:64px;
    }
}

div.box_color_default, div.box_color_default div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_all-ages, div.box_color_all-ages div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_11, div.box_color_11 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_12, div.box_color_12 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_13, div.box_color_13 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_14, div.box_color_14 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_15, div.box_color_15 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_16, div.box_color_16 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_17, div.box_color_17 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_18, div.box_color_18 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_19, div.box_color_19 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_20, div.box_color_20 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_21, div.box_color_21 div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_events, div.box_color_events div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_jb, div.box_color_jb div.evt_day_mon { background-color:var(--cisv-blue-light); color:#0B0B61; }
div.box_color_programmes, div.box_color_programmes div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_interchange, div.box_color_interchange div.evt_day_mon { background-color:var(--cisv-green); color:#000; }
div.box_color_leader, div.box_color_leader div.evt_day_mon { background-color:var(--cisv-warm-red); color:#000; }
div.box_color_international-peoples-project, div.box_color_international-peoples-project div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_mosaic, div.box_color_mosaic div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_seminar-camp, div.box_color_seminar-camp div.evt_day_mon { background-color:var(--cisv-yellow); color:#8A2908; }
div.box_color_step-up, div.box_color_step-up div.evt_day_mon { background-color:var(--cisv-magento); color:#FBEAF1; }
div.box_color_village, div.box_color_village div.evt_day_mon { background-color:var(--cisv-blue); color:#000; }
div.box_color_youth-meeting, div.box_color_youth-meeting div.evt_day_mon { background-color:var(--cisv-orange); color:#000; }

div.font_color_default { color:var(--cisv-blue); }
div.font_color_all-ages { color:var(--cisv-blue); }
div.font_color_11 { color:var(--cisv-blue); }
div.font_color_12 { color:var(--cisv-blue); }
div.font_color_13 { color:var(--cisv-blue); }
div.font_color_14 { color:var(--cisv-blue); }
div.font_color_15 { color:var(--cisv-blue); }
div.font_color_16 { color:var(--cisv-blue); }
div.font_color_17 { color:var(--cisv-blue); }
div.font_color_18 { color:var(--cisv-blue); }
div.font_color_19 { color:var(--cisv-blue); }
div.font_color_20 { color:var(--cisv-blue); }
div.font_color_21 { color:var(--cisv-blue); }
div.font_color_events { color:var(--cisv-blue); }
div.font_color_jb { color:var(--cisv-blue-light); }
div.font_color_programmes { color:var(--cisv-blue); }
div.font_color_interchange { color:var(--cisv-green); }
div.font_color_leader { color:var(--cisv-warm-red); }
div.font_color_international-peoples-project { color:var(--cisv-blue); }
div.font_color_mosaic { color:var(--cisv-blue); }
div.font_color_seminar-camp { color:var(--cisv-yellow); }
div.font_color_step-up { color:var(--cisv-magento); }
div.font_color_village { color:var(--cisv-blue); }
div.font_color_youth-meeting { color:var(--cisv-orange); }

/* CISV Events List with Pictures */

div.evtlstwp_eventname {
    width:80%;
    float:left;
    font-weight:bold;
    font-size:1.6em;
    padding:1.4em 0 0.8em 0;
}
a:hover div.evtlstwp_eventname {
    text-decoration:underline;
}

div.evtlstwp_eventnumber {
    width:20%;
    float:right;
    text-align:right;
    font-size:1em;
    padding:2.4em 0 0.8em 0;
}
div.evtlstwp_image_and_infos, div.evtlstwp_image, div.evtlstwp_infos {
    min-height:140px;
}
div.evtlstwp_image {
    background-position: 50% 50%;
    background-size: 100% auto;
    height: 176px;
    overflow: hidden;
    width:29%;
    float:left;
    margin-right:1%;
}
div.evtlstwp_infos {
    width:66%;
    float:right;
    padding:18px 2%;
}
div.evtlstwp_infos span.loc, div.evtlstwp_infos span.dat, div.evtlstwp_infos span.exc, div.evtlstwp_infos span.per {
    display:block;
}
div.evtlstwp_infos span.exc {
    margin:24px 0 16px 0;
}
@media only screen and (max-width: 959px) {
    div.evtlstwp_eventname, div.evtlstwp_eventnumber, div.evtlstwp_image, div.evtlstwp_infos {
        width:100%;
        margin-right:0;
    }
    div.evtlstwp_eventname {
        padding-bottom:0.2em;
    }
    div.evtlstwp_eventnumber {
        padding:0 0 0.2em 0;
    }
    div.evtlstwp_infos {
        width:96%;
        padding-left:2%;
        padding-right:2%;
    }
}

/* CISV Events List Long */

div.evtlstlong_image {
    width:48%;
    float:left;
    margin-right:2%;
}
div.evtlstlong_events {
    width:50%;
    float:right;
}
div.evtlstlong_events.evtlstlong_noimage {
    width:100%;
    float:none;
}
div.evtlstlong_image img {
    width:100%;
    height:auto;
}
div.evtlstlong_one_line {
    padding:4px 12px;
}
div.evtlstlong_nameanddate {
    width:75%;
    float:left;
}
div.evtlstlong_location {
    width:25%;
    float:right;
    padding-top:10px;
}
div.evtlstlong_one_line:nth-child(odd) {
    background-color:#f6f8fc;
}
div.evtlstlong_one_line:nth-child(even) {
    background-color:#ecf0fa;
}
div.evtlstlong_content {
    margin-top:24px;
}
@media only screen and (max-width: 959px) {
    div.evtlstlong_image, div.evtlstlong_events {
        width:100%;
        float:none;
        margin-bottom:24px;
    }
    div.evtlstlong_content {
        margin-top:0;
    }
}
@media only screen and (max-width: 480px) {
    div.evtlstlong_nameanddate, div.evtlstlong_location {
        width:100%;
        float:none;
    }
}

div.link_color_default div.box_color_default, div.box_color_default div.evt_day_mon, div.box_color_default .evt_wo span, div.box_color_default .evt_wann span, div.box_color_default .evt_link a, div.box_color_default .evt_excerpt a { color:#fff; }
div.link_color_all-ages div.box_color_all-ages, div.box_color_all-ages div.evt_day_mon, div.box_color_all-ages .evt_wo span, div.box_color_all-ages .evt_wann span, div.box_color_all-ages .evt_link a, div.box_color_all-ages .evt_excerpt a { color:#fff; }
div.link_color_11 div.box_color_11, div.box_color_11 div.evt_day_mon, div.box_color_11 .evt_wo span, div.box_color_11 .evt_wann span, div.box_color_11 .evt_link a, div.box_color_11 .evt_excerpt a { color:#fff; }
div.link_color_12 div.box_color_12, div.box_color_12 div.evt_day_mon, div.box_color_12 .evt_wo span, div.box_color_12 .evt_wann span, div.box_color_12 .evt_link a, div.box_color_12 .evt_excerpt a { color:#fff; }
div.link_color_13 div.box_color_13, div.box_color_13 div.evt_day_mon, div.box_color_13 .evt_wo span, div.box_color_13 .evt_wann span, div.box_color_13 .evt_link a, div.box_color_13 .evt_excerpt a { color:#fff; }
div.link_color_14 div.box_color_14, div.box_color_14 div.evt_day_mon, div.box_color_14 .evt_wo span, div.box_color_14 .evt_wann span, div.box_color_14 .evt_link a, div.box_color_14 .evt_excerpt a { color:#fff; }
div.link_color_15 div.box_color_15, div.box_color_15 div.evt_day_mon, div.box_color_15 .evt_wo span, div.box_color_15 .evt_wann span, div.box_color_15 .evt_link a, div.box_color_15 .evt_excerpt a { color:#fff; }
div.link_color_16 div.box_color_16, div.box_color_16 div.evt_day_mon, div.box_color_16 .evt_wo span, div.box_color_16 .evt_wann span, div.box_color_16 .evt_link a, div.box_color_16 .evt_excerpt a { color:#fff; }
div.link_color_17 div.box_color_17, div.box_color_17 div.evt_day_mon, div.box_color_17 .evt_wo span, div.box_color_17 .evt_wann span, div.box_color_17 .evt_link a, div.box_color_17 .evt_excerpt a { color:#fff; }
div.link_color_18 div.box_color_18, div.box_color_18 div.evt_day_mon, div.box_color_18 .evt_wo span, div.box_color_18 .evt_wann span, div.box_color_18 .evt_link a, div.box_color_18 .evt_excerpt a { color:#fff; }
div.link_color_19 div.box_color_19, div.box_color_19 div.evt_day_mon, div.box_color_19 .evt_wo span, div.box_color_19 .evt_wann span, div.box_color_19 .evt_link a, div.box_color_19 .evt_excerpt a { color:#fff; }
div.link_color_20 div.box_color_20, div.box_color_20 div.evt_day_mon, div.box_color_20 .evt_wo span, div.box_color_20 .evt_wann span, div.box_color_20 .evt_link a, div.box_color_20 .evt_excerpt a { color:#fff; }
div.link_color_21 div.box_color_21, div.box_color_21 div.evt_day_mon, div.box_color_21 .evt_wo span, div.box_color_21 .evt_wann span, div.box_color_21 .evt_link a, div.box_color_21 .evt_excerpt a { color:#fff; }
div.link_color_events div.box_color_events, div.box_color_events div.evt_day_mon, div.box_color_events .evt_wo span, div.box_color_events .evt_wann span, div.box_color_events .evt_link a, div.box_color_events .evt_excerpt a { color:#fff; }
div.link_color_jb div.box_color_jb, div.box_color_jb div.evt_day_mon, div.box_color_jb .evt_wo span, div.box_color_jb .evt_wann span, div.box_color_jb .evt_link a, div.box_color_jb .evt_excerpt a { color:#000; }
div.link_color_programmes div.box_color_programmes, div.box_color_programmes div.evt_day_mon, div.box_color_programmes .evt_wo span, div.box_color_programmes .evt_wann span, div.box_color_programmes .evt_link a, div.box_color_programmes .evt_excerpt a { color:#fff; }
div.link_color_interchange div.box_color_interchange, div.box_color_interchange div.evt_day_mon, div.box_color_interchange .evt_wo span, div.box_color_interchange .evt_wann span, div.box_color_interchange .evt_link a, div.box_color_interchange .evt_excerpt a { color:#fff; }
div.link_color_leader div.box_color_leader, div.box_color_leader div.evt_day_mon, div.box_color_leader .evt_wo span, div.box_color_leader .evt_wann span, div.box_color_leader .evt_link a, div.box_color_leader .evt_excerpt a { color:#fff; }
div.link_color_international-peoples-project div.box_color_international-peoples-project, div.box_color_international-peoples-project div.evt_day_mon, div.box_color_international-peoples-project .evt_wo span, div.box_color_international-peoples-project .evt_wann span, div.box_color_international-peoples-project .evt_link a, div.box_color_international-peoples-project .evt_excerpt a { color:#fff; }
div.link_color_mosaic div.box_color_mosaic, div.box_color_mosaic div.evt_day_mon, div.box_color_mosaic .evt_wo span, div.box_color_mosaic .evt_wann span, div.box_color_mosaic .evt_link a, div.box_color_mosaic .evt_excerpt a { color:#fff; }
div.link_color_seminar-camp div.box_color_seminar-camp, div.box_color_seminar-camp div.evt_day_mon, div.box_color_seminar-camp .evt_wo span, div.box_color_seminar-camp .evt_wann span, div.box_color_seminar-camp .evt_link a, div.box_color_seminar-camp .evt_excerpt a { color:#000; }
div.link_color_step-up div.box_color_step-up, div.box_color_step-up div.evt_day_mon, div.box_color_step-up .evt_wo span, div.box_color_step-up .evt_wann span, div.box_color_step-up .evt_link a, div.box_color_step-up .evt_excerpt a { color:#fff; }
div.link_color_village div.box_color_village, div.box_color_village div.evt_day_mon, div.box_color_village .evt_wo span, div.box_color_village .evt_wann span, div.box_color_village .evt_link a, div.box_color_village .evt_excerpt a { color:#fff; }
div.link_color_youth-meeting div.box_color_youth-meeting, div.box_color_youth-meeting div.evt_day_mon, div.box_color_youth-meeting .evt_wo span, div.box_color_youth-meeting .evt_wann span, div.box_color_youth-meeting .evt_link a, div.box_color_youth-meeting .evt_excerpt a { color:#fff; }

div.home_eventlist_box .evt_link, .prg_link, .evt_link,
div.home_eventlist_box .evt_wo,
div.home_eventlist_box .evt_wann,
div.home_eventlist_box .evt_excerpt {
    padding:6px 12px;
    line-height:1.2em;
}
.prg_image, .evt_image {
    height:230px;
    overflow:hidden;
    width:100%;
    background-position:50% 50%;
    background-size:100%;
}

div.prg_list_box a div.prg_link,
div.prg_list_box a div.prg_wann,
div.prg_list_box a div.prg_wo,
div.evt_list_box a div.evt_link,
div.evt_list_box a div.evt_wann,
div.evt_list_box a div.evt_sub,
div.evt_list_box a div.evt_loc {
    line-height:18px;
}
div.prg_list_box a div.prg_link,
div.evt_list_box a div.evt_link {
    height:42px;
    padding:8px 10px;
    margin:172px 15% 0 15%;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    font-size:18px;
    font-weight:bold;
}
div.prg_list_box a div.prg_wann,
div.evt_list_box a div.evt_wann {
    padding:14px 0 2px 0;
}
div.prg_list_box a div.prg_wo,
div.evt_list_box a div.evt_loc {
    padding:2px 0 14px 0;
}
div.evt_list_box a div.evt_sub {
    padding:14px 0 0 0;
}

div.evt_list_box a div.evt_excerpt {
    padding:0 14px 20px 14px;
    font-size:14px;
    line-height:18px;
}

div.box_color_default div.prg_link, div.box_color_default div.evt_link, div.box_color_default div.evt_day_mon,
div.box_color_all-ages div.prg_link, div.box_color_all-ages div.evt_link, div.box_color_all-ages div.evt_day_mon,
div.box_color_11 div.prg_link, div.box_color_11 div.evt_link, div.box_color_11 div.evt_day_mon,
div.box_color_12 div.prg_link, div.box_color_12 div.evt_link, div.box_color_12 div.evt_day_mon,
div.box_color_13 div.prg_link, div.box_color_13 div.evt_link, div.box_color_13 div.evt_day_mon,
div.box_color_14 div.prg_link, div.box_color_14 div.evt_link, div.box_color_14 div.evt_day_mon,
div.box_color_15 div.prg_link, div.box_color_15 div.evt_link, div.box_color_15 div.evt_day_mon,
div.box_color_16 div.prg_link, div.box_color_16 div.evt_link, div.box_color_16 div.evt_day_mon,
div.box_color_17 div.prg_link, div.box_color_17 div.evt_link, div.box_color_17 div.evt_day_mon,
div.box_color_18 div.prg_link, div.box_color_18 div.evt_link, div.box_color_18 div.evt_day_mon,
div.box_color_19 div.prg_link, div.box_color_19 div.evt_link, div.box_color_19 div.evt_day_mon,
div.box_color_20 div.prg_link, div.box_color_20 div.evt_link, div.box_color_20 div.evt_day_mon,
div.box_color_21 div.prg_link, div.box_color_21 div.evt_link, div.box_color_21 div.evt_day_mon,
div.box_color_events div.prg_link, div.box_color_events div.evt_link, div.box_color_events div.evt_day_mon { background-color:rgba(0,114,206,0.8); }
div.box_color_jb div.prg_link, div.box_color_jb div.evt_link, div.box_color_jb div.evt_day_mon { background-color:rgba(185,217,235,0.8); }
div.box_color_programmes div.prg_link, div.box_color_programmes div.evt_link, div.box_color_programmes div.evt_day_mon { background-color:rgba(0,114,206,0.8); }
div.box_color_interchange div.prg_link, div.box_color_interchange div.evt_link, div.box_color_interchange div.evt_day_mon { background-color:rgba(80,158,47,0.8); }
div.box_color_leader div.prg_link, div.box_color_leader div.evt_link, div.box_color_leader div.evt_day_mon { background-color:rgba(249,66,58,0.8); }
div.box_color_international-peoples-project div.prg_link, div.box_color_international-peoples-project div.evt_link, div.box_color_international-peoples-project div.evt_day_mon { background-color:rgba(0,114,206,0.8); }
div.box_color_mosaic div.prg_link, div.box_color_mosaic div.evt_link, div.box_color_mosaic div.evt_day_mon { background-color:rgba(0,114,206,0.8); }
div.box_color_seminar-camp div.prg_link, div.box_color_seminar-camp div.evt_link, div.box_color_seminar-camp div.evt_day_mon { background-color:rgba(255,199,44,0.8); }
div.box_color_step-up div.prg_link, div.box_color_step-up div.evt_link, div.box_color_step-up div.evt_day_mon { background-color:rgba(170,0,97,0.8); }
div.box_color_village div.prg_link, div.box_color_village div.evt_link, div.box_color_village div.evt_day_mon { background-color:rgba(0,114,206,0.8); }
div.box_color_youth-meeting div.prg_link, div.box_color_youth-meeting div.evt_link, div.box_color_youth-meeting div.evt_day_mon { background-color:rgba(255,103,31,0.8); }

div.prg_list_box a, div.prg_list_box a:hover,
div.evt_list_box a, div.evt_list_box a:hover {
    text-decoration:none;
}

div.link_color_default a, div.box_color_default a, div.box_color_default a div.prg_link, div.box_color_default a div.evt_link,
div.box_color_all-ages a, div.box_color_all-ages a div.prg_link, div.box_color_all-ages a div.evt_link,
div.box_color_11 a, div.box_color_11 a div.prg_link, div.box_color_11 a div.evt_link,
div.box_color_12 a, div.box_color_12 a div.prg_link, div.box_color_12 a div.evt_link,
div.box_color_13 a, div.box_color_13 a div.prg_link, div.box_color_13 a div.evt_link,
div.box_color_14 a, div.box_color_14 a div.prg_link, div.box_color_14 a div.evt_link,
div.box_color_15 a, div.box_color_15 a div.prg_link, div.box_color_15 a div.evt_link,
div.box_color_16 a, div.box_color_16 a div.prg_link, div.box_color_16 a div.evt_link,
div.box_color_17 a, div.box_color_17 a div.prg_link, div.box_color_17 a div.evt_link,
div.box_color_18 a, div.box_color_18 a div.prg_link, div.box_color_18 a div.evt_link,
div.box_color_19 a, div.box_color_19 a div.prg_link, div.box_color_19 a div.evt_link,
div.box_color_20 a, div.box_color_20 a div.prg_link, div.box_color_20 a div.evt_link,
div.box_color_21 a, div.box_color_21 a div.prg_link, div.box_color_21 a div.evt_link,
div.box_color_events a, div.box_color_events a div.prg_link, div.box_color_events a div.evt_link { color:#fff; }
div.box_color_jb a. div.box_color_jb a div.prg_link, div.box_color_jb a div.evt_link { color:#333; }
div.box_color_programmes a, div.box_color_programmes a div.prg_link, div.box_color_programmes a div.evt_link { color:#fff; }
div.box_color_interchange a, div.box_color_interchange a div.prg_link, div.box_color_interchange a div.evt_link { color:#fff; }
div.box_color_leader a, div.box_color_leader a div.prg_link, div.box_color_leader a div.evt_link { color:#fff; }
div.box_color_international-peoples-project a, div.box_color_international-peoples-project a div.prg_link, div.box_color_international-peoples-project a div.evt_link { color:#fff; }
div.box_color_mosaic a, div.box_color_mosaic a div.prg_link, div.box_color_mosaic a div.evt_link { color:#fff; }
div.box_color_seminar-camp a, div.box_color_seminar-camp a div.prg_link, div.box_color_seminar-camp a div.evt_link { color:#333; }
div.box_color_step-up a, div.box_color_step-up a div.prg_link, div.box_color_step-up a div.evt_link { color:#fff; }
div.box_color_village a, div.box_color_village a div.prg_link, div.box_color_village a div.evt_link { color:#fff; }
div.box_color_youth-meeting a, div.box_color_youth-meeting a div.prg_link, div.box_color_youth-meeting a div.evt_link { color:#fff; }

div.prg_list_box a:hover div.prg_link,
div.evt_list_box a:hover div.evt_link {
    text-decoration:underline;
}

div.home_eventlist_box .evt_link a {
    font-weight:bold;
    color:#fff;
}
div.home_eventlist_box .evt_excerpt a {
    text-decoration:underline;
}
div.home_eventlist_box .evt_excerpt a:hover {
    color:#cccccc;
}

/*---[MAPs]---*/

@media only screen and (min-width: 768px) {
    div#map_org_desktop { display:block; visibility:visible; }
    div#map_org_mobile  { display:none; visibility:hidden; }
}
@media only screen and (max-width: 767px) {
    div#map_org_desktop { display:none; visibility:hidden; }
    div#map_org_mobile  { display:block; visibility:visible; }

    div#map_org_mobile a.red, div#map_org_mobile a.orange, div#map_org_mobile a.green {
        border-radius:6px;
        display:block;
        padding:20px 20px;
        margin:16px 0;
        color:#fff;
        font-size:24px;
        font-weight:bold;
        text-decoration:none;
        text-align:center;
    }
    div#map_org_mobile a.red:hover, div#map_org_mobile a.orange:hover, div#map_org_mobile a.green:hover {
        text-decoration:underline;
    }
    div#map_org_mobile a.red {
        background-color:var(--cisv-warm-red);
    }
    div#map_org_mobile a.orange {
        background-color:var(--cisv-orange);
    }
    div#map_org_mobile a.green {
        background-color:var(--cisv-green);
    }
}

div.evtlst_col2 {
    float:right;
    width:68%;
    padding-left:2%;
}
div.clear {
    float:none;
    clear:both;
}
span.evtlst_img {}

span.evtlst_link, span.evtlst_date, span.evtlst_time, span.evtlst_location {
    display:block;
    width:100%;
}

span.evtlst_link {}
span.evtlst_date {}
span.evtlst_time {}
span.evtlst_location {}

/*---[MAPs]---*/

@media only screen and (min-width: 768px) {
    div#map_org_desktop { display:block; visibility:visible; }
    div#map_org_mobile  { display:none; visibility:hidden; }
}
@media only screen and (max-width: 767px) {
    div#map_org_desktop { display:none; visibility:hidden; }
    div#map_org_mobile  { display:block; visibility:visible; }

    div#map_org_mobile a.red, div#map_org_mobile a.orange, div#map_org_mobile a.green {
        border-radius:6px;
        display:block;
        padding:20px 20px;
        margin:16px 0;
        color:#fff;
        font-size:24px;
        font-weight:bold;
        text-decoration:none;
        text-align:center;
    }
    div#map_org_mobile a.red:hover, div#map_org_mobile a.orange:hover, div#map_org_mobile a.green:hover {
        text-decoration:underline;
    }
    div#map_org_mobile a.red {
        background-color:var(--cisv-warm-red);
    }
    div#map_org_mobile a.orange {
        background-color:var(--cisv-orange);
    }
    div#map_org_mobile a.green {
        background-color:var(--cisv-green);
    }
}

/*------------------------------------------------------*/
/* Template: Videobackground                            */
/*------------------------------------------------------*/
/***
body.page-template-template-videobackground .vidbg-container {
	z-index: 0;
}
***/

body.page-template-template-videobackground header#Header,
body.page-template-template-videobackground div#Subheader {
    background-image:none !important;
    background-color:transparent !important;
}
body.page-template-template-videobackground .background_opacity_white_10  { background-color:rgba(255,255,255,0.1); }
body.page-template-template-videobackground .background_opacity_white_20  { background-color:rgba(255,255,255,0.2); }
body.page-template-template-videobackground .background_opacity_white_30  { background-color:rgba(255,255,255,0.3); }
body.page-template-template-videobackground .background_opacity_white_40  { background-color:rgba(255,255,255,0.4); }
body.page-template-template-videobackground .background_opacity_white_50  { background-color:rgba(255,255,255,0.5); }
body.page-template-template-videobackground .background_opacity_white_60  { background-color:rgba(255,255,255,0.6); }
body.page-template-template-videobackground .background_opacity_white_70  { background-color:rgba(255,255,255,0.7); }
body.page-template-template-videobackground .background_opacity_white_80  { background-color:rgba(255,255,255,0.8); }
body.page-template-template-videobackground .background_opacity_white_90  { background-color:rgba(255,255,255,0.9); }
body.page-template-template-videobackground .background_opacity_white_100 { background-color:rgba(255,255,255,1.0); }

body.page-template-template-videobackground .background_opacity_black_10  { background-color:rgba(0,0,0,0.1); }
body.page-template-template-videobackground .background_opacity_black_20  { background-color:rgba(0,0,0,0.2); }
body.page-template-template-videobackground .background_opacity_black_30  { background-color:rgba(0,0,0,0.3); }
body.page-template-template-videobackground .background_opacity_black_40  { background-color:rgba(0,0,0,0.4); }
body.page-template-template-videobackground .background_opacity_black_50  { background-color:rgba(0,0,0,0.5); }
body.page-template-template-videobackground .background_opacity_black_60  { background-color:rgba(0,0,0,0.6); }
body.page-template-template-videobackground .background_opacity_black_70  { background-color:rgba(0,0,0,0.7); }
body.page-template-template-videobackground .background_opacity_black_80  { background-color:rgba(0,0,0,0.8); }
body.page-template-template-videobackground .background_opacity_black_90  { background-color:rgba(0,0,0,0.9); }
body.page-template-template-videobackground .background_opacity_black_100 { background-color:rgba(0,0,0,1.0); }

body.page-template-template-videobackground span#navtop ul li a, body.page-template-template-videobackground span#navtop ul li a:visited {
    color:#ccc;
}
body.page-template-template-videobackground span#navtop ul li a:hover {
    color:#fff;
}
body.page-template-template-videobackground span#navtop ul li::after {
    color: #aaa;
}

/* 2019-02-04: Datapicker initial verstecken, erscheint sonst beim Laden der Seite inital am Seitenende. Bei Klick auf Datums-Feld zeigt der EM via JS den Picker dann richtig an (display:absolute, top/left...) */
#ui-datepicker-div {
    display:none;
}

/*---[Eventdetails on Content]---*/

div.evtdet_image {
    float:left;
    width:44%;
    margin-right:1%;
}
div.evtdet_infos {
    float:right;
    width:55%;
}
div.evtdet_description {
    float:left;
    width:63%;
    margin-right:2%;
}
div.evtdet_map {
    float:right;
}
div.evtdet_maploc {
    padding:4px 8px;
    background-color:#0072ce;
    color:#fff;
    text-align:right;
}
div.evtdet_trenner {
    float:none;
    clear:both;
}
div.evtdet_infos_line_blau {
    background-color:#0072ce;
    height:26px;
}
div.evtdet_infos_line:nth-child(odd) div.evtdet_infos_line_lab, div.evtdet_infos_line:nth-child(odd) div.evtdet_infos_line_txt {
    background-color:#f6f8fc;
}
div.evtdet_infos_line:nth-child(even) div.evtdet_infos_line_lab, div.evtdet_infos_line:nth-child(even) div.evtdet_infos_line_txt {
    background-color:#ecf0fa;
}
div.evtdet_infos_line_lab, div.evtdet_infos_line_txt {
    padding:4px 8px;
}
div.evtdet_infos_line_nopaddingtop {
    padding-top:0;
}
div.evtdet_infos_line_lab {
    float:left;
    width:20%;
    color:#0072ce;
    margin-right:1%;
}
div.evtdet_infos_line_txt {
    color:#000;
}
div.evtdet_infos_line_green {
    background-color:#269b36;
}
div.evtdet_infos_line_green div.evtdet_infos_line_lab,
div.evtdet_infos_line_green div.evtdet_infos_line_txt,
div.evtdet_infos_line_green div.evtdet_infos_line_txt a {
    color:#fff;
}
div.evtdet_infos_line_green div.evtdet_infos_line_txt a {
    text-decoration:underline;
}
div.evtdet_infos_line_green div.evtdet_infos_line_txt a:hover {
    color:#b9d9eb;
}
div.evtdet_infos_line_white {
    background-color:transparent;
    height:32px;
}
div.evtdet_trenner .cisv_heading .cisv_heading_wrapper {
    margin-bottom:30px;
}
div.evtdet_trenner .cisv_heading .cisv_heading_wrapper i {
    color: #0072ce;
}

@media only screen and (max-width: 959px) {
    div.evtdet_image, div.evtdet_infos, div.evtdet_description, div.evtdet_map, div.em-location-map-container {
        float:none;
        width:100% !important;
        margin-right:0;
    }
    div.evtdet_infos_line_lab {
        width:30%;
    }
    div.evtdet_image img {
        width:100%;
    }
}
/*---[Booking Form]---*/
.em-booking-form-details {
    width:100%;
}
.em-booking-form label {
    float:left;
    width:23%;
    padding:10px 0;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
    width:60%;
}

.em-booking-form span.input-group {
    margin-left:23%;
}
.em-booking-form span.input-group input {
    margin-left:0;
}
@media only screen and (max-width: 1239px) {
    .em-booking-form label {
        width:35%;
    }
    .em-booking-form span.input-group {
        margin-left:35%;
    }
    .em-booking-form-details input.input, .em-booking-form-details textarea {
        width:58%;
    }
}
@media only screen and (max-width: 700px) {
    .em-booking-form label {
        width:100%;
    }
    .em-booking-form span.input-group {
        margin-left:0;
    }
    .em-booking-form-details input.input, .em-booking-form-details textarea {
        width:85%;
    }
}

table.em-tickets td, table.em-tickets th {
    padding:8px;
}
table.em-tickets input[type="text"], table.em-tickets input[type="password"], table.em-tickets input[type="email"], table.em-tickets input[type="tel"], table.em-tickets textarea, table.em-tickets select,
div.em-booking-form-details input[type="text"], div.em-booking-form-details input[type="password"], div.em-booking-form-details input[type="email"], div.em-booking-form-details input[type="tel"], div.em-booking-form-details textarea, div.em-booking-form-details select {
    margin-bottom:4px !important;
}


/**

BeTheme Child Custom Code 2023

**/

/* MENU */

.menu_wrapper {
    width: 100%  !important;
    margin: 0 !important;
}

/* HOME */

.home #Content {
    padding-top: 0 !important;

}

.home #Subheader {
    display: none;
}

/* Search */

.search_wrapper input {
    font-size: 18px !important;
}

.search-content .post-title a {
    color: var(--cisv-blue) !important;
}

.search-content .post-title a:hover {
    color: var(--cisv-magento) !important;
}

/* Footer */

#Footer .widgets_wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.widget_nav_menu ul {
    background-color: transparent;
    padding-left: 0;
}

.widget_nav_menu li {
    padding-left: 0 !important;
    list-style-type: none;
}

.widget_nav_menu li::after {
    border: none !important;
}

.widget_mfn_recent_posts .desc {
    background: transparent !important;
}

.widget_mfn_recent_posts .desc:after {
    background: transparent !important;
}

.widget_mfn_recent_posts .desc .date {
    color: #fff !important;
    font-size: 1rem !important;
}

.widget_mfn_recent_posts .photo img {
    max-width: 100%;
    height: auto;
}

.widget_mfn_recent_posts h6 {
    margin-top: 0 !important;
    font-size: 1rem !important;
}

.social i {
    color: #fff !important;
    font-size: 25px !important;
}

#back_to_top {
    background-color: #fff !important;
}

#back_to_top:hover {
    background-color: var(--cisv-magento) !important;
    color: #fff !important;
}

/* Counter */

.column_counter .mcb-item-counter-inner {
    background-image: none;
}

/* Tabs */

.ui-tabs .ui-tab a {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover a {
    background-color:var(--cisv-blue) !important;
    color: #fff !important;
}
.ui-tabs .ui-tabs-nav li.ui-state-hover a {
    background-color:var(--cisv-blue) !important;
}

/* Image */

.wp-caption-text {
    color: var(--grey);
}

/* Accordion */

.accordion_wrapper .active .title,
.accordion_wrapper .active .acc-icon-minus {
    color: var(--cisv-magento) !important;
}

.accordion .title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--cisv-blue) !important;
}

.acc-icon-plus {
    color: var(--cisv-blue) !important;
}

/* Infobox */

.info_box_wrapper {
    padding:0;
}
.infobox_wrapper a {
    color: var(--cisv-blue);
}
.infobox_wrapper a:hover {
    color: var(--cisv-magento);
}
.info_box_wrapper .desc ul {
    margin-top:12px;
}
.info_box_wrapper .desc ul li {
    padding-left:26px;
}

.infobox,
.infobox h3,
.infobox h6 {
    color: #000;
}

.mcb-item-info_box-inner {
    background-color: #fff !important;
    padding: 0 !important;
}

.infobox ul li:before {
    color: var(--cisv-magento);
}

/* Testimonial */

.cisv-testimonial-wrap .mcb-wrap-inner {
    display: inline !important;
}

/* Slider */

.content_slider {
    padding: 0 !important;
    margin-bottom: 50px !important;
}

.content_slider .title {
    max-width: 800px !important;
    line-height: 30px !important;
    width: auto !important;
    margin: 0 auto !important;
    position: relative !important;
    padding: 10px !important;
    /*height: 50px !important;*/
    /*margin-top: -180px !important;*/
    color: #fff !important;
    background:  url('images/pinselstrich_slider.png') center center no-repeat !important;
    background-size: cover !important;
}

.slider_pagination {
    margin-top: 10px !important;
}

.cisv-slider-subtitle {
    font-size: 18px !important;
}

.content_slider .desc {
    margin-top: 5px !important;
}

.slick-current img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: -1px !important;
    max-width: 2000px !important;
}

.mcb-item-slider-inner {
    margin-top:0px !important;
    margin-bottom:0px !important;
    margin-left:0px !important;
    margin-right:0px !important;
}

/* Team */

.team  {
    background-color: #f9f9f9 !important;
    border: 1px solid #edeaea !important;
    box-shadow: 2px 2px 2px #edeaea !important;
    min-height: 450px !important;
}

.team .subtitle {
    color: var(--grey) !important;
}

.team .desc_wrapper {
    padding-left: 20px !important;
}

.team .links {
    margin-bottom: 30px !important;
}

/* Mcb-wrap - inner container of all wraps */

.mcb-wrap-inner {
    max-width: var(--width) !important;
    margin: 0 auto !important;
    display: block;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    align-self: stretch;
}

.cisv-slider-wrap .mcb-wrap-inner {
    max-width: 100% !important;
}

/* Blockquote */

.blockquote {
    margin-bottom: 70px !important;
    text-decoration: none !important;
}

.blockquote .mfn-inline-editor {
    font-style:italic !important;
    font-size: 20px !important;
    text-decoration: none !important;
    padding-left: 30px !important;
}

.icon-quote {
    color: var(--cisv-magento) !important;
    font-size: 40px !important;
}

/* Testimonials Slider */

.testimonials_slider blockquote  {
    padding-top: 25px !important;
    text-decoration: none !important;
}

.testimonials_slider .single-photo-img img,
.testimonials_slider .single-photo-img {
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
}

.testimonials_slider .single-photo-img img {
    max-width: 400px !important;
}


/* FAQ */

.faq_wrapper .question::after,
.faq_wrapper .question::before,
.faq_wrapper .title .num {
    display: none !important;
}

.faq_wrapper .title,
.faq_wrapper .answer {
    padding-left: 20px !important;
}

.faq_wrapper .title {
    font-size: 18px !important;
}

/* Header */

#Action_bar {
    margin: 0 auto !important;
}

#Action_bar .column {
    /*width: 1240px !important;*/
    padding: 0 !important;
    padding-right: 28px !important;
}

#Top_bar {
    padding-top: 15px !important;
}

#Top_bar .container {
    max-width: 100% !important;
    padding: 0 !important;
}

.top_bar_row-first {
    max-width: var(--width) !important;
    margin: 0 auto !important;
    margin-bottom: 7px !important;
}

.top_bar_row_second {
    max-width: 100% !important;
    margin: 0 auto !important;
}

.top_bar_right_wrapper {
    padding-right: 12px !important;
}

.menu_wrapper {
    max-width: 100% !important;
    background-color: var(--cisv-blue) !important;
}

#ubermenu-main-6 {
    max-width: var(--width) !important;
    margin: 0 auto !important;
}

#menu-navtop {
    padding-top: 3px !important;
    padding-bottom: 0 !important;
}

#Top_bar #logo {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
}

#Top_bar .top_bar_row,
#Top_bar .logo,
#Top_bar #logo,
#Top_bar .top_bar_right
{
    display: flex !important;
    align-items: flex-end !important;
}

#Action_bar .social li a, #Header_creative .social li a, #Action_bar:not(.creative) .social-menu a {
    font-size: 15.3px !important;
    color: var(--cisv-dark-blue) !important;
    font-weight: 700 !important;
}

/* Login Button */

.Top_bar_org .top_bar_right .action_button {
    padding: 7px 10px !important;
    margin-bottom: 5px !important;
    background-color: var(--cisv-orange);
}

.Top_bar_org .top_bar_right .action_button:hover {
    padding: 7px 10px !important;
    margin-bottom: 5px !important;
    background-color: var(--cisv-orange-light);
}

.Top_bar_not_org .top_bar_right .action_button {
    background:  url('images/mycisv_vienna.png') center center no-repeat;
    background-size: contain !important;
    color: transparent !important;
    padding: 10px 25px !important;
}

#Top_bar .top_bar_right .action_button:after {
    background: rgba(0,0,0,0) !important;
}

/* 404 Page */

.page-not-found {
    margin-top: 50px !important;
    }

.page-not-found-btn {
    margin-top: 20px !important;
    background-color: var(--cisv-magento) !important;
    color: #fff !important;
}

.page-not-found-btn:hover {
    background-color: var(--cisv-blue) !important;
    color: #fff !important;
}

/* Page template portfolio */

.page-template-template-portfolio .filters_wrapper ul li {
    width: auto !important;
}
.page-template-template-portfolio .filters_wrapper ul li a {
    background-color: var(--cisv-magento) !important;
    color: #fff !important;
    text-decoration: none !important;
}
.page-template-template-portfolio .filters_wrapper ul li a:hover {
    background-color: var(--cisv-blue) !important;
}

/* RESPONSIVE */

@media only screen and (max-width: 767px) {
    .top_bar_row-first {
        margin-bottom: 0 !important;
    }

    #Top_bar .top_bar_right {
        display: none !important;
    }

    #Top_bar .top_bar_row
    {
        display: block !important;
    }
    .contact_details {
        display: none !important;
    }

    .mcb-column-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .mcb-item-slider-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* Hide BeBuilder Button in frontend */

#wp-admin-bar-mfn-live-builder {
    display: none !important;
}