
:root {
    --accent-color: var(--the7-accent-color);
}


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;
}




.wpb_text_column li+li {
    margin-top: 0.7em; /* 1.1em; */
}


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;
}

.padding-10
{
    padding: 10px;
}


.higher-z-index
{
  z-index: 500;
}

.hide {
    display: none;
}

.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,
.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;
}

.introtext
{
  font-size: 110%;
  margin-bottom: 30px;

}


.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;
}


.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
{
    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;
}


.overflow-visible,
.visible-overflow
{
    overflow: visible !important;
}


.tuckedAway
{
    position: absolute;
    left: -10000px;
}

.imprint-nav-padding
{
    padding-top: 50px;
}

.scroll-top
{
   opacity: 1;
    z-index: 999; 
}


.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:hover,
.no-deco:hover,
.no-link *:hover,
.no-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;    
    */
}


.no-margin,
.no-margin *
{
  margin: 0px !important;
}

.no-margin-bottom
{
  margin-bottom: 0px !important;
}


@media not print
{

.only-print,
.print-only
{
    display: none !important;
}

}



@media screen and (min-width: 779px)
{

  .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-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;
}






.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;
}


.no-margins,
.no-margins .wpb_content_element
{
    margin: 0 !important;
}




/*
.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);
    z-index:  10;    
}

.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; */
    /*
    background-color: rgba( 255,255,255,0.5 ) !important;

    position: absolute;
    */
    bottom: 0;
    width: 100%;    
}

#bottom-bar,
#bottom-bar a
{
    color: #666666; 
}

#bottom-bar .mini-nav
{
    margin: 10px 20px;
}

#bottom-bar .soc-med-wrap .mini-nav
{
    margin: 10px 0px;
}



#bottom-bar .mini-nav ul {
    display: block !important;
}
#bottom-bar .menu-select {
    display: none !important;
}

.bottom-text-block
{
    text-align: left;
    line-height: 1.5;    
}

@media screen and (max-width: 990px)
{
    #bottom-bar .bottom-text-block 
    {
        text-align: center;
        margin-left: 0;
    }
}
/* ++++++++++++++++++++++ */

.vc_row>.vc_column_container
{
    z-index: 10;
}

/* ################### */
.wcom-default *
{
    font-family: "din1451", Helvetica, Arial, Verdana, sans-serif; 
}

.wcom-default
{
    max-height: none !important;
    height: 270px !important;
}
.wcoom-container > div 
{
    width: 100% !important;
}

.wcoom-container > div:first-of-type > div
{
    width: 50% !important;
    max-width: none !important;

}
.wcoom-container > div:first-of-type > div:first-of-type
{
    text-align: right;  
    max-width: none !important;
    min-width: 100px;  
}

.wcoom-container > div:first-of-type > div:last-of-type
{
    left: 50% !important;
    max-width: none !important;
    text-align: left;    
    min-width: 100px;  
}


.wcoom-container > div:nth-of-type(2n) > div
{
    min-width: 90px;
    width: 33% !important;
    max-width: none !important;
    left: 33% !important;
}

.wcoom-container > div:nth-of-type(2n) > div:first-of-type
{
    left: 0% !important;
}

.wcoom-container > div:nth-of-type(2n) > div:last-of-type
{
    left: 66% !important;
}

.wcoom-container > div:last-of-type > div:first-of-type
{
    min-width: 110px;
    width: 50% !important;
}

.wcoom-container > div:last-of-type > div:last-of-type
{
    min-width: 180px;
    width: 50% !important;
}

.wcom-city, .wcom-city a {
    font-size: 18px !important;
    margin-bottom: 5px !important;
    line-height: 1 !important;
}

/* ############################# */

/* 
.ampel-wrap
{
    width: 100%;
    position: relative;
    
}

.ampel-base
{
    width: 33%;
    position: relative;
    
    background: url(../vc_templates/images/ampel_200.png) no-repeat top center;
    background-size: cover;
    
}

.ampel-light-pos
{
    display: block;
    width: 100%;
}

.ampel-text
{
    position: absolute;
    width: 150%;
    margin-top: 13%;
    font-size: 24px;
    font-weight: 700;
    font-family: "Average", Helvetica, Arial, Verdana, sans-serif;
}

.ampel-text.text-top    {  margin-left: 119%;  }
.ampel-text.text-mid    {  margin-left: 121%;  }
.ampel-text.text-bot    {  margin-left: 123%;  }

.ampel-border-top,
.ampel-border-top img,
.ampel-border-bot,
.ampel-border-bot img,
.ampel-light,
.ampel-light img
{
    width: 100%;
    height: auto;
    display: block;
    max-width: none;
}


.ampel-border-top
{
    background: url(../vc_templates/images/ampel_200-top.png) no-repeat top center;
    background-size: cover;
}
.ampel-border-bot
{
    background: url(../vc_templates/images/ampel_200-bot.png) no-repeat top center;
    background-size: cover;
}

.ampel-light
{
    background: url(../vc_templates/images/ampelslice_200.png) no-repeat top center;
    background-size: cover;
}
.ampel-light.light-top.show-off     {    background-position: 50%  0%; }
.ampel-light.light-top.show-red     {    background-position: 50%  9.090909%; }
.ampel-light.light-top.show-orange  {    background-position: 50% 18.181818%; }
.ampel-light.light-top.show-green   {    background-position: 50% 27.272727%; }

.ampel-light.light-mid.show-off     {    background-position: 50% 36.363636%; }
.ampel-light.light-mid.show-red     {    background-position: 50% 45.454545%; }
.ampel-light.light-mid.show-orange  {    background-position: 50% 54.545455%; }
.ampel-light.light-mid.show-green   {    background-position: 50% 63.636364%; }

.ampel-light.light-bot.show-off     {    background-position: 50% 72.727273%; }
.ampel-light.light-bot.show-red     {    background-position: 50% 81.818182%; }
.ampel-light.light-bot.show-orange  {    background-position: 50% 90.909091%; }
.ampel-light.light-bot.show-green   {    background-position: 50% 100%; }

*/

.ampelersatzbild,
.ampelersatzbild img
{
    width: 85%;
    max-width: none;
}


/* ################################# */

.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: "din1451", 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;/* #088b30;*/
}

.vc_row.coloredTeaserButtonRow > .vc_column_container.applyMyChildrensLink:hover a /* ,
.vc_row.coloredTeaserButtonRow > .vc_column_container > .vc_column-inner a:hover */
{
    font-size: 55px;
    line-height: 60px;
    text-shadow: 0px 0px 5px #333333;/* #088b30;*/
    
}



/* ############################# */

/*
.half-width-image-row .text-column .wpb_content_element 
{
    margin: 70px 0 85px;
}

*/
.half-width-image-row .image-column > .vc_column-inner
{
    padding: 0 !important;
}


/* erst ab small */
@media (min-width: 768px)
{
    
    .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 .text-column > .vc_column-inner
    {
        padding-right: 50px; /* web-page padding ausgleich */
        padding-left: 70px;
    }

    .half-width-image-row.half-width-image-is-right .text-column > .vc_column-inner
    {
        padding-left: 50px; /* web-page padding ausgleich plus */
        padding-right: 70px;
    }

    .half-width-image-row .text-column
    {
        max-width: 600px; 
        
    }

}

@media (min-width: 1215px)
{
    .half-width-image-row.half-width-image-is-right .text-column
    {
        position: relative;
        right: 600px;
    }
}
@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
    {
        height: 400px;
    }    

    .half-width-image-row .text-column .wpb_content_element 
    {
        margin: 45px 0 60px;
    }  
}



/* ############################################################# */

.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: "Oxygen", Helvetica, Arial, Verdana, sans-serif; 
}

/*
#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 ul
{
    margin: 0;
}

.download-list-item
{
    padding-bottom: 20px;
    list-style: none;
}

.download-list-item::marker
{
    display: none;
}

.download-list .download-list-item .uavc-list-content > a
{
    display: flex;
}

.download-list .download-list-item .uavc-list-content > a > .uavc-list-desc
{
    padding-top: 15px;
}

a.download-link
{
    text-decoration: none !important;
}

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: 120%;
    }
}

.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);    

}

/* ------------------------ */


/* ################################ */



/* ####### Teaser Box-Plugin ################### */
.widget_submenuteaserboxes_menu > .menu-hauptmenue-container > div:not(.do-column-wrap):nth-child(2n+1),
.widget_submenuteaserboxes_menu > .menu-hauptmenue-container > div.do-column-wrap.column-wrap_after-1,
.widget_submenuteaserboxes_menu > .menu-hauptmenue-container > div.do-column-wrap.column-wrap_after-2:nth-child(2n+1),
.widget_submenuteaserboxes_menu > .menu-hauptmenue-container > div.do-column-wrap.column-wrap_after-3:nth-child(3n+1),
.widget_submenuteaserboxes_menu > .menu-hauptmenue-container > div.do-column-wrap.column-wrap_after-4:nth-child(4n+1),
.widget_submenuteaserboxes_menu > .menu-hauptmenue-container > div.do-column-wrap.column-wrap_after-6:nth-child(6n+1),
.widget_submenuteaserboxes_menu > .menu-hauptmenue-container > div.do-column-wrap.column-wrap_after-12:nth-child(12n+1)
{ 
  clear: left; 
}





.blogMini-innerwrap,
.teaserbox
{
  width: 100%;

  padding: 0;
  margin: 0 0 30px;

  border: 1px solid #ddd;
/*
  background-color: #f3f1ee;
*/

  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,.15);
  box-shadow: 0 2px 4px rgba(0,0,0,.15);

/*
  -webkit-box-shadow: 3px 3px 7px 0px rgba(86,86,86,0.3);
  -moz-box-shadow: 3px 3px 7px 0px rgba(86,86,86,0.3);
  box-shadow: 3px 3px 7px 0px rgba(86,86,86,0.3);
*/
  -webkit-transition: box-shadow 0.2s ease-in-out, margin 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-in-out, margin 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-in-out, margin 0.2s ease-out;
  transition: box-shadow 0.2s ease-in-out, margin 0.2s ease-out;
}




/*
@media (min-width: 768px)
@media (min-width: 992px)
*/


@media (min-width: 768px) and (max-width: 991px)
{
  .teaserbox_columnwrap:nth-child(2n+1)
  {
    clear: left;
  }
}

@media (min-width: 992px)
{
  .teaserbox_columnwrap:nth-child(3n+1)
  {
    clear: left;
  }
}


.teaserbox:hover {
  border: 1px solid #000;

  margin-top: -2px;
  margin-bottom: 32px;

  -webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,.3);
  -moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,.3);
  box-shadow: 3px 3px 7px 0px rgba(0,0,0,.3);

/*
  -webkit-box-shadow: 4px 4px 7px 0px rgba(86,86,86,0.7);
  -moz-box-shadow: 4px 4px 7px 0px rgba(86,86,86,0.7);
  box-shadow: 4px 4px 7px 0px rgba(86,86,86,0.7);

*/
}


.teaserbox *
{
  text-decoration: none !important;
}

.teaserbox a
{
  color: #333;
  padding: 0;
  margin: 0;
}

.teaserbox .teaserbox-image
{
    width: 100%;
    height: auto; 
    display: block;
    margin: 0;
    padding: 0;
}


.blogMini-title-wrap,
.teaserbox .teaserbox-title-wrap {

  display: block;
/*
  background: #2ca7e4 !important;
*/

/*
  height: 30px;
  width: 100%;
  */

  padding: 20px 20px 10px;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

.blogMini-title-text,
.teaserbox .teaserbox-title-text {

  display: inline-block;

  color: #fff;

  font-family:  "din1451", Helvetica, Arial, Verdana, sans-serif; 
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;

  /*
  right: 10px;
  bottom: 10px;
  color: #fff;
  position: absolute;
  display: inline-block;
  */
  line-height: 1.2;

}
/*
.blogMini-title-link:hover .blogMini-title-wrap,
.teaserbox .teaserbox-title-wrap:hover,
.teaserbox:hover .teaserbox-title-wrap {
  text-decoration: none;
  box-shadow: none;
  right: auto;
  background: #f3f1ee;
}

.teaserbox:hover .teaserbox-title-wrap.hover-effect {

  right: auto;
  background: #f3f1ee;

}
*/

.teaserbox .teaserbox-text-wrap
{
  padding: 0px 20px 20px;
  color: #333;


}

.teaserbox .teaserbox-more-wrap
{
  color: #333;
  font-family: "din1451", Helvetica, Arial, Verdana, sans-serif; 
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  padding: 20px 20px 15px;

}

.teaserbox .teaserbox-image-wrap img
{
  max-width: none;
  width: 100%;
}


/* ############################################ */



/*
.teaserbox::after:hover {
  background-color: #f9f9f9 !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);    
}
*/

.teaserbox-wrap
{
  position: relative;
  padding-bottom: 0px;
}

.teaserbox
{
  position: relative;
  /* padding: 2px; */
  border: 1px solid #006231;

}

.teaserbox a,
.teaserbox a:hover
{
  text-decoration: none;
}

.teaserbox-image-wrap
{
}

.teaserbox .teaserbox-image-wrap img
{
  /* border: 1px solid #707070; */
  width: 100%;
  line-height: 1;
  display: block;
}

/* rahmen mit Ã¼berlappung 
.teaserbox > a::after {
    border: 2px solid #ffffff;
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    height: calc(100% + 10px);
    top: -10px;
    z-index: 2;
}

.teaserbox:hover > a::after {
    z-index: -1;
}
*/
/*
.teaserbox:hover  .teaserbox-image-wrap img
{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);    
    margin-top: -2px;
    margin-left: -4px;
    width: calc(100% + 8px);
    margin-bottom: -2px;    

    transition: all 0.2s ease-in-out;

}
*/


.teaserbox-title-wrap 
{
    padding: 5px 20px 0px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,95,127,0.8);  

    transition: all 0.2s ease-in-out;

}

/*
.teaserbox:hover .teaserbox-title-wrap 
{
    padding: 5px 20px 0px 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0,95,127,0.8);    
}*/

/*
.teaserbox-title-wrap h1,
.teaserbox-title-wrap h2,
.teaserbox-title-wrap h3,
.teaserbox-title-wrap h4,
.teaserbox-title-wrap h5,
.teaserbox-title-wrap h6
{
  padding: 0;
  margin-bottom: 20px;: 0;
}
*/

