.cstm_signature_field {
  width: 300px;
  height: 180px;
}

.cstm_formula {
  padding: 1rem;
  border: 1px solid #112D4E;
  background-color: #DBE2EF;
  border-radius: 1rem;
}

.img_slider {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cstm_button_space {
	margin-top: 1rem;
}

.cstm_anschliessen_btn_title .elementor-icon-box-title a {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  color: #006653;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.cstm_img_inline {
  display: block;
  width: 30%;
  height: auto;
  margin: auto;
}

/*** style gravity forms ***/
input[type=text],
textarea {
    border: none;
    border-radius: 0;
    font-weight: 500 !important;
}
/*** FIELD FOCUS STYLING ***/
input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}

/*** androcado **/
.entry-content > p {
  max-width: 720px;
	font-size: 1.5rem;
}

h1.entry-title {
  font-size: 5rem !important;
  max-width: 721px;
}

.entry-main {
  max-width: 720px;
}

.nav-below {
	max-width: 720px		
}

.comments-area{
	max-width: 720px
}