/* =============================================================================
 * Schriften
 * ========================================================================== */
 
 @font-face {
  font-family: 'dalmatins';
  src: url('/files/font/dalmatins.woff2') format('woff2'),
       url('/files/font/dalmatins.woff') format('woff'),
       url('/files/font/dalmatins.eot') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1 {
  font-family: 'dalmatins', sans-serif;
  line-height: 2!important;
  font-weight: normal!important;
  padding-top:8%;
}

h2 {
  font-family: 'dalmatins', sans-serif;
  font-size: 1.7rem!important;
  line-height: 3!important;
  font-weight: normal!important;
  color: #e4a995;
}


h3 {
  font-family: 'dalmatins', sans-serif;
  font-size: 1.2rem;
  line-height: 3.2!important;
  font-weight: normal!important;
  color: #e4a995;

}

h4 {
  font-family: 'dalmatins', sans-serif;
  font-size: 1.7rem;
  line-height: 3!important;
  font-weight: normal!important;
    color: #978a71;
}

h5 {
  font-size: 2rem;
  letter-spacing: 3px;
  font-weight: normal;
}
/* =============================================================================
 * Schriften Mobile
 * ========================================================================== */

 @media only screen and (max-width: 767px) {
 h1 {
   font-size: 2rem!important;
 }
 
  h2 {
   font-size: 1.5rem!important;
 }
 
   h3 {
   font-size: 1.3rem!important;
 }
 
    h5 {
   font-size: 1.5rem!important;
 }
 }
 
 
/* =============================================================================
 * Iconbox
 * ========================================================================== */

.ce_iconbox h4 {
  margin-top:-90px;
}

.ce_iconbox .ce_iconbox_outside.padding .content {
  opacity: 1.0;
}

.ce_iconbox_vertical i {
color: #cdc5b5;
}

.ce_iconbox_vertical[data-size="small"] .icon .icon_inside {
  border:0px;
  transform: scale(1.5)

}

.ce_scribble_animation svg {
  height: 12%;
}

/* =============================================================================
 * ce_featurebox
 * ========================================================================== */

.ce_featurebox .link {
    color:#555!important;
}

.ce_featurebox .link i {
    display:none;
}
