ul.kontaktlist {
	padding:0;
	.}

ul.kontaktlist li {
    display: flex;
    align-items: center;
    box-shadow: 0 17px 16px #042d6f1a;
    padding: 15px;
    margin-bottom: 32px;
    border-radius: 12px;
    border: 1px solid #d3d3d3;
    background: #fff;
}

.listcontent h6 {
    margin-bottom: 5px !important;
    font-size: 24px;
    font-style: italic;
	 margin-top:0;
}

.listcontent p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
}

.listcontent {
    padding-left: 19px;
}

.kontakt-page-form{
	  border-radius: 20px;
    box-shadow: 0 0 6px #80808070;
    background-color: #fefaf2;
	  padding:2rem;
}
.kontakt-page-form input,.kontakt-page-form textarea{
border-radius: 5px !important;
    border: 1px solid #faa41a !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #515151 !important;
	margin-bottom: 1px !important;
}

.sub-btn{
	color: #ffffff !important;
    background: #4f2615 !important;
    font-size: 20px !important;
    border-top: 0px solid #faa41a !important;
    border-right: 0px solid #faa41a !important;
    border-bottom: 0px solid #faa41a !important;
    border-left: 8px solid #faa41a !important;
 
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1) !important;
	font-weight:600 !important;
}

.kontakt-page-form div.wpforms-container-full input[type=checkbox]:checked:after {
    border-top: none;
    border-right: none;
    border-left: 4px solid #faa41a;
    border-bottom: 4px solid #faa41a;
    background-color: transparent;
    transform: translate(-1px, 1px) scale(0.5) rotate(-45deg);
}

.kontakt-page-form div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
    margin: 0;
    border-color:#faa41a;
	box-shadow: 0 0 0 1px #faa41a,0px 1px 2px 
}
.imp-title {
    padding-bottom: 26px;
}
.imp-umz {
    padding-bottom: 21px;
}
.redak {
    padding-top: 13px;
}
.daten-section h1, .daten-section h2, .daten-section h3, .daten-section h4 {
    padding-bottom: 10px;
}
@media only screen and (max-width:859px) {
 .listcontent h6 {
    font-size: 21px; 
 }
}