strong {
    font-weight: bold;
}
.ad {
    background-color: transparent;
}

.text_content ul {
    list-style: circle;
    margin-left: 30px;
}
.home_slide_show ul {
    list-style:none;
    margin-left: 0;
}

.esc_wrapper__outer {
  width: 100%;
  display: block;
  min-height: calc(100vh - 240px); 
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px dashed #9f005c;
    margin: 1em 0;
    padding: 0; 

}

.text_content table {
    border: 1px solid #333;
    
}

.text_content td {
    border: 1px solid #333;
    padding: 3px 10px;
}

h3 {
    font-weight:bold;
}


.kontakt_email_tel_error,
.feedback_email_tel_error {
  color: #CC051C;
  position: relative;
  top: 8px; }
  
  
select {
    padding: 5px 0;
}

textarea {
        font-family: 'Arial', 'Open Sans', sans-serif;
}

.form__item--quarter {
    width: calc(25% - 6px); }
    
    @media screen and (max-width: 500px) {
      .form__item--quarter {
        width: 100%; } 
    }

    
p.error {
    border: 1px solid #9f005c;
}