/*
 Theme Name:     Handel Child Theme
 Theme URI:      https://www.codeless.co/handel/presentation
 Description:    Handel Child Theme
 Author:         Codeless
 Author URI:     https://www.codeless.co
 Template:       handel
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
rs-module {
    position: relative;
/*     overflow: hidden; */
    display: block;
}
article.alternate-style .entry-content {
    margin-top: 10px;
    padding-right: 10px;
    margin-left: 10px;
}
.cl_team.style-simple .team-item .team-desc {
    padding-top: 4px;
    display: none;
}
 .cl_team.style-simple .team-item .team-media-wrapper img {
	width: 350px;
  height: 350px;
  object-fit: cover;
} 
article .post-thumbnail > img {
    width: 100%;
    margin-left: 20px; 
	  margin-right: 40px; 
		/*display: none;*/
}
/* .cl_team.style-simple .team-item .team-content {
    text-align: center;
    padding: 25px 20px;
} 

 */
#hero {
  width: 100%;
  height: 100vh;
  background: url("../2022/05/banner1.png") top left;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  /*background: rgba(255, 255, 255, 0.6);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero1 .container {
  position: relative;
}

#hero1 {
  width: 100%;
  height: 300px;
  background: url("https://novodan.eu/wp-content/uploads/2022/05/banner2.png") top left;
  background-size: cover;
 position: relative;
}
/* @media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
 */

#hero1:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero1 .container {
  position: relative;
}
#hero h1 span {
  color: #106eea;
}
/* 

/* .entry-wrapper-content {
    text-align: justify;
    font-size: 18px;
} */ */
.partbg{
	url("https://novodan.eu/wp-content/uploads/2022/06/partnerbg.png") top left;
  background-size: cover;
 position: relative;
	
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

article.hentry h2.entry-title{word-break: break-word;}


