
:root {
    --accent-color: var(--the7-accent-color);
    --base-font-family: var(--the7-base-font-family);

    --grey-color: #575756;  /* rgb(87 87 86) */
    --grey-trans40-color: rgb(87, 87, 86, 0.4);  /*  87,87,86  */

    --lightgrey-color: #f3f3f3; /* 243,243,243 */
    --lightgrey-trans80-color: rgba(243,243,243,0.8); /* 239,239,239 */

}


html, body
{
    background-color: #fff;    
}

body *
{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {

    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;

}

/*
.wpb_text_column li+li {
    margin-top: 0.7em; 
}


h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
}

*/

/*
h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,

h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,

h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,

h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,

h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
*/

.no-h-margin h1,
.no-h-margin h2,
.no-h-margin h3,
.no-h-margin h4,
.no-h-margin h5,

.no-h-margin h1:after,
.no-h-margin h2:after,
.no-h-margin h3:after,
.no-h-margin h4:after,
.no-h-margin h5:after
{
    margin-bottom: 0 !important;
}

.no-margin
{
  margin: 0px !important;
}

.no-margins,
.no-margins *,
.no-margins .wpb_content_element
{
    margin: 0 !important;
}

.no-margin-last-block .wpb_content_element:last-child
{
    margin-bottom: 0 !important;
}


body .vc_row.no-margin-lr {
    margin-left: 0;
    margin-right: 0;
}





.padding-10   {   padding: 10px;   }
.padding-20   {   padding: 20px;   }
.padding-30   {   padding: 30px;   }
.padding-40   {   padding: 40px;   }
.padding-50   {   padding: 50px;   }


.no-padding-h,
.no-padding-h h1,
.no-padding-h h2,
.no-padding-h h3,
.no-padding-h h4,
.no-padding-h h5
{
    padding: 0;
    margin: 0;
}

.no-padding-p p
{
    padding: 0;
    margin: 0;
}



.no-padding:not(.half-width-image-row),
.vc_column_container.no-padding > .vc_column-inner
{
  padding: 0px !important;
}

.no-paddings,
.no-paddings *,
.no-paddings .wpb_content_element
{
    padding: 0 !important;
}

body .vc_row.no-padding-lr {
    padding-left: 0;
    padding-right: 0;
}



.textblock-margin-30 .wpb_content_element.wpb_text_column 
{
    margin-top:    30px !important;
    margin-bottom: 30px !important;
}

.textblock-margin-40 .wpb_content_element.wpb_text_column 
{
    margin-top:    40px !important;
    margin-bottom: 40px !important;
}

.textblock-margin-50 .wpb_content_element.wpb_text_column 
{
    margin-top:    50px !important;
    margin-bottom: 50px !important;
}

.textblock-margin-60 .wpb_content_element.wpb_text_column 
{
    margin-top:    60px !important;
    margin-bottom: 60px !important;
}



.higher-z-index
{
  z-index: 500;
}

.hide {
    display: none;
}

.float-right
{
    float: right;
}

.float-left
{
    float: left;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after {
  clear: both;
}


.white-text-shadow
{
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

.text-shadow,
.text-shadow *,
.black-text-shadow,
.black-text-shadow *
{
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.soft-text-shadow,
.soft-black-text-shadow
{
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}


.no-shadow,
.no-shadow *
{
    text-shadow: none !important;
}


.white,
.white *,
.text-white,
.white-text,
.text-white *,
.white-text *
{
    color: #FFFFFF !important;
}


.black,
.black *,
.text-black,
.black-text,
.text-black *,
.black-text *
{
    color: #000000 !important;
}


.introtext
{
  font-size: 110%;
  margin-bottom: 30px;
}

.small
{
    font-size: 80%;
}


.text-align-left,
.text-align-left *
{
    text-align: left;
}

.text-align-right,
.text-align-right *
{
    text-align: right;
}

.text-align-center,
.text-align-center * /*,
.text-align-center .uavc-list-content span.uavc-list-desc */
{
    text-align: center !important;
}


.content table.tr-border-lr
{
    border-left: none;
    border-right: none;
}

.content table.tr-border-lr tr
{
    border-left: 1px solid var(--the7-divider-color);
    border-right: 1px solid var(--the7-divider-color);
}

.noborder,
.noborder *,
.no-border,
.no-border *
{
    border: none !important;
}


.uppercase,
.caps-h h1,
.caps-h h2,
.caps-h h3,
.caps-h h4,
.caps-h h5,
.caps-h h6,
h1.caps-h,
h2.caps-h,
h3.caps-h,
h4.caps-h,
h5.caps-h,
h6.caps-h,

.uppercase-title .vc_tta-title-text,
.uppercase-title h1,
.uppercase-title h2,
.uppercase-title h3,
.uppercase-title h4,
.uppercase-title h5,
.uppercase-title h6
{
    text-transform: uppercase !important;
}




.no-caps-h h1,
.no-caps-h h2,
.no-caps-h h3,
.no-caps-h h4,
.no-caps-h h5,
.no-caps-h h6,
h1.no-caps-h,
h2.no-caps-h,
h3.no-caps-h,
h4.no-caps-h,
h5.no-caps-h,
h6.no-caps-h
{
    text-transform: none !important;
}

blockquote:not(.wp-block-quote):not(.elementor-blockquote)
{
    font-weight: 400;
}


.overflow-visible,
.visible-overflow
{
    overflow: visible !important;
}


.tuckedAway
{
    position: absolute;
    left: -10000px;
}

.imprint-nav-padding
{
    padding-top: 50px;
}


.ohne-spaltenpadding-7
{    
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
    width: calc(100% + 15px) !important;
}

.ohne-spaltenpadding,
.ohne-spaltenpadding-15
{    
    margin-right: -15px !important;
    margin-left: -15px !important;
    width: calc(100% + 30px) !important;
}


.scroll-top
{
    opacity: 1;
    z-index: 999; 

    color: #fff;
    text-decoration: none;
}

.scroll-top:hover
{
    color: #fff;
    text-decoration: none;
}


.min-height-100 {   min-height: 100px;  }
.min-height-110 {   min-height: 110px;  }
.min-height-120 {   min-height: 120px;  }
.min-height-130 {   min-height: 130px;  }
.min-height-140 {   min-height: 140px;  }
.min-height-150 {   min-height: 150px;  }
.min-height-160 {   min-height: 160px;  }
.min-height-170 {   min-height: 170px;  }
.min-height-180 {   min-height: 180px;  }
.min-height-190 {   min-height: 190px;  }
.min-height-200 {   min-height: 200px;  }
.min-height-250 {   min-height: 250px;  }
.min-height-300 {   min-height: 300px;  }
.min-height-350 {   min-height: 350px;  }
.min-height-400 {   min-height: 400px;  }
.min-height-450 {   min-height: 450px;  }
.min-height-500 {   min-height: 500px;  }




.no-link,
.no-deco,
.no-link-deco,
.no-link a,
.no-deco a,
.no-link-deco a,
.no-link:hover,
.no-deco:hover,
.no-link-deco:hover,
.no-link *:hover,
.no-deco *:hover,
.no-link-deco *:hover
{
  text-decoration: none !important;
}


.zoom-on-hover a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    
}

.zoom-on-hover a:hover img {
    margin-top: -2%;
    margin-left: -2%;
    width: 104%;
    height: auto;
    margin-bottom: -2%;
}

.opacity-on-hover,
.opacity-on-out
{
    
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
    
}
.opacity-on-hover:hover {
    opacity: 0.95;
    /*
    margin-top: 1px;
    margin-bottom: -1px;    
    */
}

.opacity-on-out
{
    opacity: 0.8;
}

.opacity-on-out:hover {
    opacity: 1;
    /*
    margin-top: 1px;
    margin-bottom: -1px;    
    */
}



@media not print
{

.only-print,
.print-only
{
    display: none !important;
}

}


.img-max-width-50 img
{
    max-width: 50px !important;
}


@media screen and (max-width: 767px)
{

    .hide-xs
    {
        display: none;
    }

}

@media screen and (min-width: 768px)
{

    .hide-md-up
    {
        display: none;
    }

    .md-vc_align_center,
    .md-text-align-center,
    .md-text-align-center *
    {
        text-align: center !important;

    }

    .md-vc_align_left,
    .md-text-align-left,
    .md-text-align-left *
    {
        text-align: left !important;

    }

    .md-vc_align_right,
    .md-text-align-right,
    .md-text-align-right *
    {
        text-align: right !important;

    }
}


/* #################################################### */


.bg-top-left,
.vc_column_container.bg-top-left > .vc_column-inner
{
    background-position:  top left !important;
}

.bg-top,
.vc_column_container.bg-top > .vc_column-inner,
.bg-top-center,
.vc_column_container.bg-top-center > .vc_column-inner
{
    background-position:  top center !important;
}

.bg-top-right,
.vc_column_container.bg-top-right > .vc_column-inner
{
    background-position:  top right !important;
}



.bg-center-left,
.vc_column_container.bg-center-left > .vc_column-inner,
.bg-left,
.vc_column_container.bg-left > .vc_column-inner
{
    background-position:  center left !important;
}

.bg-center-center,
.vc_column_container.bg-center-center > .vc_column-inner
{
    background-position:  center center !important;
}

.bg-center-right,
.vc_column_container.bg-center-right > .vc_column-inner,
.bg-right,
.vc_column_container.bg-right > .vc_column-inner
{
    background-position:  center right !important;
}



.bg-bottom-left,
.vc_column_container.bg-bottom-left > .vc_column-inner
{
    background-position:  bottom left !important;
}

.bg-bottom-center,
.vc_column_container.bg-bottom-center > .vc_column-inner
{
    background-position:  bottom center !important;
}

.bg-bottom-right,
.vc_column_container.bg-bottom-right > .vc_column-inner
{
    background-position:  bottom right !important;
}

.bg-padding:not(.vc_column_container),
.vc_column_container.bg-padding > .vc_column-inner
{
    padding:  30px;
}



.bg-size-90:not(.vc_column_container),
.vc_column_container.bg-size-90 > .vc_column-inner
{
    background-size: 90% !important;
}

.bg-size-80:not(.vc_column_container),
.vc_column_container.bg-size-80 > .vc_column-inner
{
    background-size: 80% !important;
}

.bg-size-70:not(.vc_column_container),
.vc_column_container.bg-size-70 > .vc_column-inner
{
    background-size: 70% !important;
}

.bg-size-60:not(.vc_column_container),
.vc_column_container.bg-size-60 > .vc_column-inner
{
    background-size: 60% !important;
}

.bg-size-50:not(.vc_column_container),
.vc_column_container.bg-size-50 > .vc_column-inner
{
    background-size: 50% !important;
}

.bg-size-40:not(.vc_column_container),
.vc_column_container.bg-size-40 > .vc_column-inner
{
    background-size: 40% !important;
}

.bg-size-30:not(.vc_column_container),
.vc_column_container.bg-size-30 > .vc_column-inner
{
    background-size: 30% !important;
}

.bg-size-20:not(.vc_column_container),
.vc_column_container.bg-size-20 > .vc_column-inner
{
    background-size: 20% !important;
}

.bg-size-10:not(.vc_column_container),
.vc_column_container.bg-size-10 > .vc_column-inner
{
    background-size: 10% !important;
}


/* ############################################# */



.vc_row-o-equal-height.vc_row-fluid > .vc_column_container > .vc_column-inner,
.vc_row-o-equal-height.vc_row-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper
{
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.vc_row-o-equal-height.vc_row-fluid.vc_row-o-content-middle > .vc_column_container > .vc_column-inner > .wpb_wrapper
{
    justify-content: center;
}

.vc_row-o-equal-height.vc_row-fluid.vc_row-o-content-bottom > .vc_column_container > .vc_column-inner > .wpb_wrapper
{
    height: 100%;
    display: inline-grid;
    align-items: flex-end;
}


@media (min-width: 768px)
{    

    .vc_row.vc_row-flex.vc_rtl-columns-reverse,
    .vc_row.vc_row-flex.sm-reverse-columns 
    {
        display: flex;
        flex-direction: row-reverse;
    }
    
    .vc_rtl-columns-reverse .vc_col-sm-1,.vc_rtl-columns-reverse .vc_col-sm-10,.vc_rtl-columns-reverse .vc_col-sm-11,.vc_rtl-columns-reverse .vc_col-sm-12,.vc_rtl-columns-reverse .vc_col-sm-2,.vc_rtl-columns-reverse .vc_col-sm-3,.vc_rtl-columns-reverse .vc_col-sm-4,.vc_rtl-columns-reverse .vc_col-sm-5,.vc_rtl-columns-reverse .vc_col-sm-6,.vc_rtl-columns-reverse .vc_col-sm-7,.vc_rtl-columns-reverse .vc_col-sm-8,.vc_rtl-columns-reverse .vc_col-sm-9,
    .vc_rtl-columns-reverse .vc_col-sm-1\/5, .vc_rtl-columns-reverse .vc_col-sm-2\/5, .vc_rtl-columns-reverse .vc_col-sm-3\/5, .vc_rtl-columns-reverse .vc_col-sm-4\/5, .vc_rtl-columns-reverse .vc_col-sm-5\/5, 

    .sm-reverse-columns .vc_col-sm-1,.sm-reverse-columns .vc_col-sm-10,.sm-reverse-columns .vc_col-sm-11,.sm-reverse-columns .vc_col-sm-12,.sm-reverse-columns .vc_col-sm-2,.sm-reverse-columns .vc_col-sm-3,.sm-reverse-columns .vc_col-sm-4,.sm-reverse-columns .vc_col-sm-5,.sm-reverse-columns .vc_col-sm-6,.sm-reverse-columns .vc_col-sm-7,.sm-reverse-columns .vc_col-sm-8,.sm-reverse-columns .vc_col-sm-9,
    .sm-reverse-columns .vc_col-sm-1\/5, .sm-reverse-columns .vc_col-sm-2\/5, .sm-reverse-columns .vc_col-sm-3\/5, .sm-reverse-columns .vc_col-sm-4\/5, .sm-reverse-columns .vc_col-sm-5\/5
    {
        float: right;
    }
}

/* ################### */

.vc_row-o-equal-height.valign-items > .vc_column_container > .vc_column-inner > .wpb_wrapper
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*
.vc_row-o-equal-height.valign-items > .vc_column_container > .vc_column-inner > .wpb_wrapper > div:last-child
{
    align-self: flex-end;
}
*/

.vc_column_container.inline-block-elements > .vc_column-inner > .wpb_wrapper > *
{
    display: inline-block;
}


/*
.vc_column-inner > .wpb_wrapper > div:last-child
{
    margin-bottom: 0px;    
}
*/

/* ############################## */

.ult-vc-seperator
{
  z-index: 5 !important;
}

/* ################################# */

.triangle-left:not(.vc_column_container),
.vc_column_container.triangle-left > .vc_column-inner
{
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% calc(50% + 30px), 17px 50%, 0% calc(50% - 30px));
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% calc(50% + 30px), 17px 50%, 0% calc(50% - 30px));
}

.triangle-right:not(.vc_column_container),
.vc_column_container.triangle-right > .vc_column-inner
{
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(50% - 30px), calc(100% - 17px) 50%, 100% calc(50% + 30px), 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(50% - 30px), calc(100% - 17px) 50%, 100% calc(50% + 30px), 100% 100%, 0% 100%);
}


/* ######################################## */


.full-width,
.full-width img,
.team-image:not(.regular-width) img,
.wpb_single_image:not(.regular-width),
.wpb_single_image:not(.regular-width) .vc_figure,
.wpb_single_image:not(.regular-width) .vc_single_image-wrapper,
.wpb_single_image:not(.regular-width) img
{
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}





/*
.team-member-name h3 .post-details.details-type-link
{
    font-size: inherit;
    line-height: inherit;
    color: inherit;    

    margin: 0;
    padding: 0;    
}

.team-member-name h3
{
    font-size: 22px;
    margin-bottom: 0;
}

.team-member-position h4
{
    font-size: 19px;
}
*/



/* ################################### */

/*
.myChildrensLinkIsApplied
{
    cursor: pointer;
}
*/

.myChildrensLinkIsApplied:hover,
.myChildrensLinkIsApplied:focus,
.vc_column-inner.myChildrensLinkIsApplied:hover,
.vc_column-inner.myChildrensLinkIsApplied:focus,
.applyMyChildrensLink .myChildrensLinkIsApplied:hover,
.applyMyChildrensLink .myChildrensLinkIsApplied:focus
{
    cursor: pointer !important;
    /*
    border: 1px solid #e73e07;
    background-color: #f2f2f2;
    */
    /*
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);    
    */
}

/*
.newsteaser-column.applyMyChildrensLink .myChildrensLinkIsApplied:hover,
.newsteaser-column.applyMyChildrensLink .myChildrensLinkIsApplied:focus
{
    box-shadow: none !important;
}
*/

/* ########################################################### */

/*
.below-hero-row
{
    z-index: 1;
}
*/

.hero-slider-delim-wrap,
.hero-slider-delim-wrap > .tp-loop-wrap,
.hero-slider-delim-wrap > .tp-loop-wrap .tp-mask-wrap
{
    left: 0 !important;
    width: 100% !important;
    margin-top: 1px !important;  /* plus one to avoid half-pixel-flicker */
    max-width: none;
}

.hero-slider-delim
{
    min-width: inherit !important;
    width: 100% !important;
}

.hero-slider-delim > img
{
    max-width: none;
    width: 100% !important;
    height: 80px !important; 
    
}


/*
.home-testimonials-image-column
{
    margin-top: -50px;
}
*/
/* ################## */

/* 
 + trenner unter headlines können mit accent-border-color die Accent-Farbe bekommen 
 + accent-icon-bg in ICONs mit Text daneben

*/


/* ####################################### */

/*#primary-menu*/



.no-subhead-padding .aio-icon-title,
.no-subhead-padding .aio-icon-header+.aio-icon-description
{
    margin-bottom: 0px;
        margin-top: 0px;

}
/*
.aio-icon-header+.aio-icon-description
{
        margin-top: 0px;
}
*/

/* ################################## */



/* ################################### */

#bottom-bar
{
    /* border-top: 10px solid #e73e07; 
    background-color: #e73e07 !important; */
}

#bottom-bar,
#bottom-bar a
{
/*
    color: #fff; */
}



/* ++++++++++++++++++++++ */
/*
.vc_row>.vc_column_container
{
    z-index: 10;
}
*/

/* ################################# */
/*
.wpb_column.green-on-hover > .vc_column-inner
{
    transition: background-color 0.2s ease-in-out;
}

.wpb_column.green-on-hover:hover > .vc_column-inner
{
    background-color: #088b30 !important; 
}
*/
/* ##################### */

/*
.vc_row.coloredTeaserButtonRow > .vc_column_container > .vc_column-inner
{
    padding: 100px 0;
    transition: all 0.2s ease-in-out;
}

.vc_row.coloredTeaserButtonRow > .vc_column_container > .vc_column-inner a
{
    font-family: "Average", Helvetica, Arial, Verdana, sans-serif;
    font-size: 45px;
    line-height: 60px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-shadow: 0px 0px 10px #999999;
}

.vc_row.coloredTeaserButtonRow > .vc_column_container.applyMyChildrensLink:hover a
{
    font-size: 55px;
    line-height: 60px;
    text-shadow: 0px 0px 5px #333333;
}
*/




/* ############################# */

/*
.half-width-image-row .text-column .wpb_content_element 
{
    margin-top: 60px;
    margin-bottom: 60px;
}


.half-width-image-row:not(.columnize) .image-column > .vc_column-inner
{
    padding: 0 !important;
}


/* erst ab small * /
@media (min-width: 768px)
{
    .half-width-image-row.half-width-image-is-right
    {
        flex-direction: row-reverse;
    }

    /*
    .half-width-image-row.half-width-image-is-left .image-column
    {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(50% - 30px), calc(100% - 17px) 50%, 100% calc(50% + 30px), 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(50% - 30px), calc(100% - 17px) 50%, 100% calc(50% + 30px), 100% 100%, 0% 100%);
    }

    .half-width-image-row.half-width-image-is-right .image-column
    {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% calc(50% + 30px), 17px 50%, 0% calc(50% - 30px));
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% calc(50% + 30px), 17px 50%, 0% calc(50% - 30px));
    }
    * /
/*
    .half-width-image-row.half-width-image-is-left:not(.columnize) .text-column > .vc_column-inner
    {
        /* padding-right: 60px; * /
        padding-left: 60px;
    }

    .half-width-image-row.half-width-image-is-right:not(.columnize) .text-column > .vc_column-inner
    {
        /* padding-left: 60px; * /
        padding-right: 60px;
    }

    


}



@media screen and (max-width: 767px)
{
    .half-width-image-row.vc_row-flex>.vc_column_container.text-column>.vc_column-inner
    {
        padding: 0 20px;
    }

    .half-width-image-row.vc_row-flex>.vc_column_container.image-column>.vc_column-inner
    {
        padding: 0;
    }

    .half-width-image-row .image-column
    {
        min-height: 400px;
    }    

    .half-width-image-row .text-column .wpb_content_element 
    {
        margin: 45px 0 60px;
    }  
}


.half-width-image-row .wpb_text_column
{
    margin: 0;
}
*/

/* ############################################################# */

.wpcf7-response-output
{
    z-index: 9999;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-form.invalid .wpcf7-response-output
{
    color: #ffffff !important;
    background-color: #b00020 !important;
}
.wpcf7-form.invalid .wpcf7-not-valid-tip-text
{    
    color: #ffffff !important;
}


.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-form.valid .wpcf7-response-output
{
    color: #ffffff !important;
    background-color: #8BBF45 !important;
}
.wpcf7-form .wpcf7-valid-tip-text
{    
    color: #ffffff !important;
    background-color: #8BBF45 !important;
}


div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px FontAwesome;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content:'\f00c';
}
div.wpcf7-validation-errors:before {
    content:'\f057';
}

#cf7md-form .cf7md-item, #cf7md-form input, #cf7md-form label, #cf7md-form textarea, #cf7md-form p, #cf7md-form .mdc-select, #cf7md-form.cf7md-form+.wpcf7-response-output, #cf7md-form .wpcf7-not-valid-tip, #cf7md-form .cf7md-card-title, #cf7md-form .cf7md-card-subtitle, #cf7md-form .mdc-button, #cf7md-form .mdc-floating-label, #cf7md-form .mdc-text-field-helper-text, #cf7md-form .mdc-text-field__input, #cf7md-form .mdc-select__native-control, #cf7md-form .mdc-form-field {
    font-family: var(--base-font-family);
}

/*
#page .parentFormundefined, 
.popup-message-style .parentFormundefined, .inline-message-style .parentFormundefined, 
#page .wpcf7-mail-sent-ok, .popup-message-style .wpcf7-mail-sent-ok, .inline-message-style .wpcf7-mail-sent-ok, 
#page .wpcf7-validation-errors, .popup-message-style .wpcf7-validation-errors, 
.inline-message-style .wpcf7-validation-errors, #page .wpcf7-response-output, 
.popup-message-style .wpcf7-response-output, .inline-message-style .wpcf7-response-output

*/




/* ############################################### */

.myChildrensLinkIsApplied
{
  cursor: pointer;
}


/* ################################## */
.download-list-item:not(:last-child)
{
    padding-bottom: 20px;
}


a.download-link,
a.download-link:hover,
.download-link a,
.download-link a:hover,
.download-list a,
.download-list a:hover
{
    text-decoration: none;
}

.download-link:not(.style-as-listitem)
{
    display: flex;    
    align-items: center;
}


/*
.download-link .uavc-list-desc
*/

.download-list .uavc-list-content span.uavc-list-desc
{
    padding: 5px 0 0 15px;
    vertical-align: baseline;
    width: calc(100% - 50px);
    line-height: 1.1;
}

/* .uavc-list-icon li */
/*.download-list ul li, */

.download-list ul
{
    list-style: none;
    margin: 0 0 10px 0px;
}


a.download-link:hover,
a.download-link:focus
{
    color: var(--accent-color);    
    text-decoration: underline;
}

.style-as-download-icon,
.download-link .download-icon
{
    font-size: 42px;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    display: inline-block;
}

.style-as-download-icon
{
    display: inline-block;
    margin-right: 15px;
    color: var(--accent-color);    
}

.download-link.style-as-listitem,
.download-link .uavc-list-desc
{
    height: 50px;
    font-weight: 700;
    font-size: 100%;
}

@media (min-width: 870px)
{
    .download-link.style-as-listitem,
    .download-link .uavc-list-desc
    {
        font-size: 110%;
    }
}

.download-link .caption-filesize
{
    font-weight: 400;
    font-size: 50%;
    white-space: nowrap;
}

.download-list.newline-meta .caption-filesize
{
    display: block;
}

.download-link.style-as-listitem.link-icon
{
}




/* 
icomoon-the7-font-the7-link-00
icomoon-the7-font-the7-link-03
Defaults-location-arrow
*/


/* ++++++++++++++++++++++++++++++++++++++ */

.download-dropdown .entry-title
{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.download-dropdown .entry-description
{
    margin-bottom: 40px !important;
}

.download-dropdown .entry-description *
{
    margin-bottom: 0px !important;
}

.download-dropdown .download-dirdrop-drop:focus
{
    border: 1px solid #c10230;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);    
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);    

}

/* ------------------------ */

.halfbg-image > .upb_row_bg 
{
    height: 50%;
}


/* ################################ */



/*
.vc_row.flex-square,
.vc_row.flex-doublesquare
{
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  
}

.vc_row.flex-square>.vc_column_container, 
.vc_row.flex-doublesquare>.vc_column_container 
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;


}

.vc_row.flex-square>.vc_column_container>.vc_column-inner,
.vc_row.flex-doublesquare>.vc_column_container>.vc_column-inner 
{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
*/

.vc_column_container.flex-square > .vc_column-inner
{
    min-height: 100%;
}

.flex-square:not(.vc_row),
.vc_row.flex-square > .vc_column_container
{
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
}

.flex-square:not(.vc_row):before,
.vc_row.flex-square > .vc_column_container:before
{
    content: "";
    display: block;
    padding-top: 100%;
}

.flex-doublesquare:not(.vc_row):before,
.vc_row.flex-doublesquare > .vc_column_container:before
{
    content: "";
    display: block;
    padding-top: 50%;
}

@media (min-width: 768px)
{

  .md-flex-square:not(.vc_row):before,
  .vc_row.md-flex-square > .vc_column_container:before
  {
      content: "";
      display: block;
      padding-top: 100%;
  }

  .md-flex-doublesquare:not(.vc_row):before,
  .vc_row.md-flex-doublesquare > .vc_column_container:before
  {
      content: "";
      display: block;
      padding-top: 50%;
  }

}

.flex-space-between .vc_column-inner > .wpb_wrapper
{   
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.flex-space-around .vc_column-inner > .wpb_wrapper
{ 
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.flex-bottom .vc_column-inner > .wpb_wrapper
{ 
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.flex-center .vc_column-inner > .wpb_wrapper
{ 
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.flex-top .vc_column-inner > .wpb_wrapper
{ 
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.flex-square .wpb_content_element:last-child
{
    margin-bottom: 0px;
}

/* ######################################################### */

/*
@media (min-width: 992px)
@media (min-width: 768px)
*/
@media (max-width: 991px)
{
    .mobile-no-padding-lr,
    .vc_column_container.mobile-no-padding-lr > .vc_column-inner
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mobile-15-padding-lr,
    .vc_column_container.mobile-15-padding-lr > .vc_column-inner
    {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}