


.visible-overflow
{
  overflow: visible !important;
}




body 
{
  /*
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  */
}

/* --------------------------------------------------------- */

.position-relative
{
  position: relative !important;
}

.higher-z-index
{
  z-index: 50;
}

.hide {
    display: none;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after {
  clear: both;
}

.left-text,
.align-left  { text-align: left  !important; }
.right-text,
.align-right { text-align: right !important; }

.center-text,
.align-center { text-align: center !important; }

.print-logo,
.print-footer-imprint
{
    display: none;
}


.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;
}


.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
{
    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;
}



.white-text-shadow
{
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8);
}


.tp-caption,
.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
{
    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;

}



.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;  }



.max-width-200 {   max-width: 200px;  }
.max-width-250 {   max-width: 250px;  }
.max-width-300 {   max-width: 300px;  }
.max-width-350 {   max-width: 350px;  }
.max-width-400 {   max-width: 400px;  }
.max-width-450 {   max-width: 450px;  }
.max-width-500 {   max-width: 500px;  }


.no-link
{
  text-decoration: none !important;
}

.tuckedAway
{
    position: absolute;
    left: -10000px;
}


.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%;
}


.no-margin,
.no-margin *
{
  margin: 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;
      
  }
}



/* ######################################## */

.full-width
{
  width: 100%;
  max-width: none;
}
.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
{
    max-width: 100%;
}


/* ######################### */

.wpcf7-form #cf7md-form .quiz-wrap
{
    /*
    font-size: 0.875em;
    letter-spacing: 0.01em;
    */
  font-size: 95%;
}

.wpcf7-form #cf7md-form .quiz-wrap br
{
  display: none;
}

.wpcf7-form #cf7md-form .quiz-wrap .wpcf7-form-control-wrap
{
  display: inline;
}

.wpcf7-form #cf7md-form .quiz-wrap .wpcf7-form-control-wrap .wpcf7-quiz
{
    display: block;
}

.wpcf7-form #cf7md-form .quiz-wrap label
{
    /*
  font-size: 1em;
  */
  display: inline;
}

.wpcf7-form #cf7md-form .quiz-wrap .wpcf7-quiz-label
{
    font-weight: 800;
}
/*
.wpcf7-not-valid-tip {
    color: var(--hgt-orange-color);
    display: block;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-form.invalid .wpcf7-response-output
{
    background-color: var(--hgt-orange-color) !important;
}
.wpcf7-quiz.wpcf7-not-valid, 
input.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: var(--hgt-orange-color);
}
*/

/* ########################### */

/* ############################################################# */


span.wpcf7-not-valid-tip {
    color: #c10230;
}
input.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: #c10230 !important;
}

/* rot */
.popup-message-style .wpcf7-validation-errors {
    background-color: #c10230 !important;
}
/* grün */
.popup-message-style .wpcf7-mail-sent-ok {
    background-color: #0ba038 !important;
}



.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: "Commissioner", Helvetica, Arial, Verdana, sans-serif; 
}






/* ############################## */

.ult-vc-seperator
{
  z-index: 5 !important;
}



/* ############################## CONTENT  ####################################### */

.wpb_text_column img
{
  width: 35%;
}


.wpb_text_column .wp-caption img
{
  width: 100%;
}


.wpb_text_column h2, 
.wpb_text_column h3, 
.wpb_text_column h4, 
.wpb_text_column h5, 
.wpb_text_column h6 {
  padding-top: 10px;
    clear: none;
}


.wpb_single_image .vc_single_image-wrapper
{
  max-width: none;
  width: 100%;
}

/*
#content .rotatingtweets, .boxed .masthead.side-header-menu-icon:not(.side-header), .dt-css-grid .no-img .overlay-placeholder img, .masthead:not(.side-header), img.info-circle-img-icon, 
*/
.rollover img, .wpb_single_image .vc_figure
{
  max-width: none;
  width: 100%;
}


/* ############################# */

#GoogleMapAnchor
{
  position: absolute;
  margin-top: -100px;
}


/* ########### TEAM  ##################### */


.sidebar-profile-image
{
  display: none;
  /* margin-top: 20px; */
}
@media (min-width: 768px) {
  .sidebar-profile-image
  {
    display: inline-block;
  }
}

.list-unstyled,
.content .list-unstyled 
{
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

/*
design-quer
design-hoch
*/
.ifs-teaminfo-shortcode .team-container .team-image
{
    /*
    width: 25%;
    padding: 20px 5% 0 0;
    float: left;  */
    width: 70%;
    padding: 20px 0 0 0;
}

.ifs-teaminfo-shortcode.no-padding-image .team-container .team-image
{
  padding-top: 0px;
}



.ifs-teaminfo-shortcode .team-container-title {

  display: block;
  width: 100%;
  padding: 20px 0px 0px;
}

.ifs-teaminfo-shortcode .team-container .team-desc {

  padding: 20px 0px 0px;
    text-align: left;
    width: 100%;
}

.ifs-teaminfo-shortcode .team-container.hasImage .team-desc {

  padding-top: 30px;
  
/*
  padding: 40px 0px 0px;
    float: right;
    width: 70%;
    */
/*
  padding: 20px 10px 10px 0px;
    width: 100%;
*/
}


.ifs-teaminfo-shortcode.design-quer .team-container
{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.ifs-teaminfo-shortcode.design-quer .team-container .team-image
{
  flex-grow: 1;
}

.ifs-teaminfo-shortcode.design-quer .team-container.hasImage .team-desc 
{
  flex-grow: 2;
  padding: 20px 10px 10px 30px;
}






.single-dt_team .ifs-teaminfo-shortcode .team-container .team-image
{
  display: block;
}

@media (min-width: 768px) {
  .single-dt_team .ifs-teaminfo-shortcode .team-container .team-image
  {
    display: none;
  }
  .single-dt_team .ifs-teaminfo-shortcode .team-container.hasImage .team-desc {
    padding: 20px 0px 0px;
      text-align: left;
      float: none;
      width: 100%;
  }

}


.ifs-teaminfo-shortcode .team-member-name h1,
.ifs-teaminfo-shortcode .team-member-name h2,
.ifs-teaminfo-shortcode .team-member-name h3,
.ifs-teaminfo-shortcode .team-member-name h1 .post-details.details-type-link,
.ifs-teaminfo-shortcode .team-member-name h2 .post-details.details-type-link,
.ifs-teaminfo-shortcode .team-member-name h3 .post-details.details-type-link,
{
  font-size: 20px;
  line-height: 25px;
    font-weight: 700;
}

.ifs-teaminfo-shortcode .team-member-name h4,
.ifs-teaminfo-shortcode .team-member-name h4 .post-details.details-type-link
{
  margin-top: -20px;
  font-size: 18px;
  line-height: 25px;
    font-weight: 300;
}

.ifs-teaminfo-shortcode .team-member-name h1 .post-details.details-type-link,
.ifs-teaminfo-shortcode .team-member-name h2 .post-details.details-type-link,
.ifs-teaminfo-shortcode .team-member-name h3 .post-details.details-type-link,
.ifs-teaminfo-shortcode .team-member-name h4 .post-details.details-type-link
{
    padding-bottom: 3px;
    margin-bottom: -3px;
}

.ifs-teaminfo-shortcode .team-member-position h2,
.ifs-teaminfo-shortcode .team-member-position h3,
.ifs-teaminfo-shortcode .team-member-position h4,
.ifs-teaminfo-shortcode .team-member-position h5
{
    font-size: 16px;
  line-height: 20px;
}



.who li {
  margin-bottom: 2px;
  text-align: left;

  font-size: 16px;
  line-height: 25px;

}

.who li a
{
  text-decoration: none;
  color: #000;
}

/* Erweiterungen für Team-Link-Icon-Angaben */
.who li i.fa,
.who li i.soc-font-icon 
{
  color: #e01818;
  font-size: 16px;
  min-width: 15px;
  margin-right: 8px;
  text-align: center;
  position: relative;
  vertical-align: baseline;

  z-index: 2;
  display: inline-block;

  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 26px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

/*
.who li:hover,
.who li a:hover,
.who li:hover > i.fa,
.who li:hover > i.soc-font-icon 
{
  color: #777;
}
*/



/* ++++++++++++ */
/* ###################################### */
.download-list a,
.download-list a:hover
{
    text-decoration: none;
}

.download-list .uavc-list-content span.uavc-list-desc
{
    padding: 0 0 0 15px;
}

.download-list ul
{
    list-style: none;
    margin: 0 0 10px 0px;
}


/* ################################## */
.download-list-item
{
    padding-bottom: 17px;
}


a.download-link:hover,
a.download-link:focus
{
    color: #C10230;    
}



.download-list .download-list-heading
{
    margin-bottom: 15px;
}

.download-list ul
{
    list-style: none;
    list-style-type: none;
    margin: 0 0 0 0;
}

.download-list li.download-list-item
{
    margin-bottom: 5px; 
}

.download-list .download-icon
{

    font-size: 30px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: baseline;

}
.download-link .uavc-list-desc
{
    /* height: 50px; */
    font-weight: 700;
    font-size: 120%;
}
.download-link .caption-filesize
{
    font-weight: 400;
    font-size: 50%;
    white-space: nowrap;
}


/*
download-list-recurse-heading recursion-depth-0

.download-list-item > .uavc-list-content > .download-dirdrop-list
*/
.download-list-recurse-heading 
{
  padding-top: 20px;
  padding-bottom: 10px;
}

.download-list-item > .uavc-list-content > .download-list-recursion
{
  padding-left: 20px;
}

.download-list-item > .uavc-list-content > .download-list-recursion.recursion-depth-1
{
  padding-left: 0px;
}



/* ++++++++++++++++++++++++++++++++++++++ */
.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);    

}
/* ------------------------ */

/* ############################ */


/* ################################################### */
/* https://gist.github.com/cfxd/c9733fa71efc6c6efb18   */

.wp-video, 
video.wp-video-shortcode, 
.mejs-container, 
.mejs-overlay.load 
{
  width: 100% !important;
  height: 100% !important;
}
.mejs-container {
  padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
  max-width: 100% !important;
}
video.wp-video-shortcode {
  position: relative;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mejs-controls {
  display: none;
}
.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}


/* ####################################### */




blockquote.shortcode-blockquote 
{
    color: #303030;
    border: none;
    background-color: #f2f3f3;
}


.team-desc .wpb_content_element
{
    margin-bottom: 0;
}

.team-desc blockquote:not(.wp-block-quote) {
    color: #303030;
    font: normal 500 13px / 21px "Raleway", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    margin-top: 20px;

}


.testimonial-row blockquote.shortcode-blockquote
{
  margin-top: 50px;
}

blockquote.shortcode-blockquote *, 
.team-desc blockquote:not(.wp-block-quote) * {
    box-sizing: border-box;
    text-align: center;
}

@media screen and (min-width: 768px)
{

  .team-desc blockquote:not(.wp-block-quote) {

      margin-top: -15px;
      transform: rotate(5deg);
  }


}

blockquote.shortcode-blockquote,
.team-desc blockquote:not(.wp-block-quote) {
    /* Negate theme styles */
    /*
    border: 0;
    margin: 0;
    padding: 0;

    background: none;
    color: gray;
    font-family: Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;
    */
    position: relative;
    text-shadow: 0 1px white;
    overflow: visible;

}

blockquote.shortcode-blockquote *,
.team-desc blockquote:not(.wp-block-quote) * {
    box-sizing: border-box; 
}

blockquote.shortcode-blockquote p:first-child:before,
.team-desc blockquote:not(.wp-block-quote) p:first-child:before {
    content: '\201C';
    color: #1f3281;
    /* font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif; */
    font-size: 9.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    margin-top: 0em;
    right: 0.2em;

    text-shadow: none;

    /*
    top: -.4em;
    left: -.2em;    
    
    */
    /* z-index: -300; */
}

/* ############################################### */

.myChildrensLinkIsApplied
{
  cursor: pointer;
}



/* ################################ */



/* ####### 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;

  -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: "Roboto", 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: "Roboto", 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;
  z-index: 100;
}

.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;
}
*/


/* ############################# */

.half-width-image-row .text-column .wpb_content_element 
{
    margin: 30px 0 35px;
}


.half-width-image-row.more-vertical-textblock-padding .text-column .wpb_content_element 
{
    margin: 70px 0 115px;
}


.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 .text-column > .vc_column-inner
    {
        padding-right: 50px; /* web-page padding ausgleich */
        padding-left: 50px;
    }

    .half-width-image-row.half-width-image-is-right .text-column > .vc_column-inner
    {
        padding-left: 50px; /* web-page padding ausgleich */
        padding-right: 50px;
    }

    .half-width-image-row .text-column
    {
        max-width: 615px; /* 1300 width - 100 outer padding + 2 * 15 ausgelagertes Padding-Fix => 1230 row width / 2 = 615px + 50 px padding ausgleich => 665px */
        
    }

}

@media (min-width: 1320px)
{
    .half-width-image-row.half-width-image-is-right .text-column
    {
        position: relative;
        right: 645px;
    }
}
@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: 350px;
    }    

    .half-width-image-row .text-column .wpb_content_element 
    {
        margin: 30px 0 30px;
    }  
}

/* ############################################################# */


.block-prefix div.stats-desc>div.counter_prefix, 
.block-suffix div.stats-desc>div.counter_suffix
{
  display: block;
}

