/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.cjz-rollup{}
  .cjz-rollup .elementor-widget-container{height:100%;}
    .cjz-rollup .elementor-button-wrapper{height:100%;}
      .cjz-rollup .elementor-button{
	       height: 100%;
	        display: flex;
	         align-items: center;
           text-align:center;
         }


.cjz_visited .elementor-button-wrapper::after{
  content:'Bereits angesehen';
  display:block;
  font-size:80%;
  font-style:italic;
  color:var(--e-global-color-accent);

}

.cjz_visited .elementor-widget-wrap{
  box-shadow:0 0 0!important;
  border-color:#fff!important;
  border-width:1px!important;
}


.cjz_visited .elementor-background-overlay{
  background-color: var(--e-global-color-primary)!important;
  opacity:.9!important;
}


.elementor a {
	color: #fff;
	text-decoration: underline;
  font-size:18px;
}

.elementor ul li a,
.elementor a.elementor-button,
.elementor-heading-title a {
  text-decoration: none;
}


.wp-element-caption, .wp-caption-text{
  color:#fff;
}


.cjz-img-whtbg{
  background:#fff;
  padding:1rem;
}


.wp-block-details summary{
  background-color: var( --e-global-color-accent );
  color:#fff;
  font-size:16px;
  line-height: 20px;
  padding: 12px 24px;
  border-radius: 3px;
  /* text-align: center; */
}

.wp-block-details p{
  margin-bottom:1rem;
}
