/* outfit-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/outfit-v11-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/outfit-v11-latin-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

.logo-pos {
    position: relative; 
    top: -8px; 
}

.beratia-logo {
    display: inline-block;
    font-family: 'Outfit';
    font-weight: 100;
}

.beratia-logo-small {
    display: inline-block;
    font-family: 'Outfit';
    font-weight: 100;
    font-size: 1.5rem;
}

.beratia-logo-large {
    display: inline-block;
    font-family: 'Outfit';
    font-weight: 100;
    font-size: 2.5rem;
}

.beratia-logo-black {
    color:rgb(0, 0, 0);
}


.beratia-logo-white {
    color:rgb(255,255,255);
}


.beratia-logo-color {
    color:rgb(10, 10, 230);
}


.row-automargintop {
    margin-top: auto;
}

.heart-container {
    max-height: 100%;
    max-width: auto;
    padding-left: 0px;
    padding-right: 0px;

    height: 100%;
    display: flex;
}

.heart-box {
  text-align: center;
  color: white;
  font-family: sans-serif;
  padding: none;
  justify-content: center;
}



.bg-heart {
    overflow: hidden;
    position: relative;

    object-fit: cover;
}


.contact-textarea {
  resize: none;
  height: 108pt;
}


.contact-textarea_old {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}
