@font-face {
    font-family: "Chalky";
    src: url("../fonts/film-cryptic.regular.ttf") format("truetype");
}

*{
    word-wrap: break-word;
}

.hero h1 {
    color: #F9F9F9;
    text-shadow: 2px 2px 3px black;
    padding-bottom: 5px;
}

.hero p {
    text-shadow: 2px 2px 3px black;
}

.uk-accordion-title {
    border-radius: 8px;
}

.uk-accordion-title[aria-expanded="true"] {
    border-radius: 8px 8px 0px 0px;
}

.uk-accordion-content {
    background: #FFF2E5;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
}

.uk-switcher {
    background-color:#F0F6E2;
    padding: 20px;
    border-radius: 0px 5px 5px 5px;
}

.uk-subnav-pill {
    margin-bottom: 0px;
}

ul {
    padding-left: 18px;
    margin: 0px;
}

ul>li {
    margin-top: 8px;
}

ul>li::marker {
  color: #FF9A36;
  list-style-type: disc;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-top: 8px;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
    font-weight: 700;
}

li ol > li {
  margin: 10px 0px 8px 0px;
}

li ol > li:before {
  content: counters(item, ".") " ";
}



.hero p {
    color: white !important;
}


h2, h3, h4 {
    display: inline-block;
    content:'';
    background-image: url('../icons/kreise.svg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 0;
    padding-left: 45px;
    padding-top: 20px;
    transform: translateX(-45px);
}



h3 {
    padding-left: 30px;
    transform: translateX(-30px);
}

h4 {
    padding-left: 25px;
    transform: translateX(-25px);
}

table {
    border-collapse: collapse;
    color: #646464;
}


thead th {
    color: #4A4A4A;
    background-color: #F0F6E2;
    padding: 15px 50px;
}

tr td {
    padding: 15px 50px;
    text-align: center;
}

tr td:first-child {
font-weight: 700;
}

tbody tr:nth-child(2n) {
    background-color: #F0F6E2;
}

.uk-alert {
    padding-left: 50px;
    position: relative;
    border-radius: 5px;
}

.uk-alert::before {
    content:url('/images/icons/alert.svg');
    position: absolute;
    top: 0;
    left: 0;
}

.wpforms-container {
    max-width: 700px; 
    margin-left: 0 !important;
}

.wpforms-submit {
    background-color: #567A19 !important;
    border-radius: 20px !important;
    padding: 10px 50px !important;
    transition: all .8s ease-in-out;
}

.wpforms-submit:hover {
    background-color: #456214 !important;
    transition: all .8s ease-in-out;
}

/* Formular barrierefrei */

:focus {
  outline: 3px solid #f09b43;
  outline-offset: 2px;
}

.wpforms-error {
  background: #fff3cd;           
  border: 2px solid #856404;    
  color: #2b2b2b;
  padding: .5rem .75rem;
  margin-top: .35rem;
  border-radius: .25rem;
}

.wpforms-error::before {
  content: "⚠️";
  margin-right: .5rem;
  aria-hidden: true;
}

.wpforms-a11y-summary {
  background: #f8d7da;         
  color: #58151c;              
  border: 2px solid #842029;
  padding: .75rem 1rem;
  border-radius: .25rem;
  margin-bottom: 1rem;
}

.wpforms-field input[aria-invalid="true"],
.wpforms-field select[aria-invalid="true"],
.wpforms-field textarea[aria-invalid="true"]{
  border-color: #842029 !important;
  box-shadow: 0 0 0 2px rgba(132,32,41,.15);
}

a {
    padding: 3px 0;
}

.uk-breadcrumb a {
	padding: 5px 0px;
}

.hero .uk-position-cover {
        background: rgba(0,0,0,0.00) !important;
        background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0) 70%) !important;
    }

@media (max-width: 1920px) {
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
    .hero > div {
        background-position: left !important;
    }

}

@media (max-width: 959px) {
	
    .uk-background-center-right{
        background-position: left; 
    }

    .uk-background-center-center{
        background-position: left; 
    }
	
	.dunkler .uk-position-cover {
        background: rgba(0,0,0,0.00) !important;
        background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 110%) !important;
    }
}
@media (max-width: 540px) {

h2, h3, h4 {
    background: none;
}
}

