h3{
	font-size: 1.5em;
	color: #b20818;
}

h2{
	color: #b20818;
}

h1{
	color: #b20818;
}

.site-footer{
	border-top: 4px solid #AA9C87;
}

.section-AgendaSection th, .section-AgendaSection td{
	padding: .5rem 1.8rem .5rem 1rem;
}

.section-AgendaSection img {
	min-width: 200px;
	max-width: 200px;
}

*, ::after, ::before{
	border: 0 solid #857254;
}

.box-p{
	font-size: 1.2rem;
}

.module-TextBox{
	margin-left: 2rem;
}

.sub-menu {
	width: 12rem !important;
	border-radius: 0.5rem;
}

/*Button*/

.button, input[type="submit"]{
background-color: #857254;
background-image: none;
border-radius: 0.5em;
}

.button::before{
	content: '\f061 ';
	background-color: #fff0;
	color: #fff;
}

.btn-anmelden::before{
	content: '\f304 ';
	}

.btn-herunterladen::before{
	content: '\f019 ';
	}

/**COOKIE**/

#cookie-notice .cn-button{
	color:#fff;
	border: 1px solid #fff;
	padding: 0.2em 1em;
	display: inline-block;
	margin-top: 0.2em;
}

.cookie-notice-container a{
	color:#fff;
	text-decoration: underline;
}

.cookie-notice-container a:hover{
	color:#857254;
}


@media screen and (max-width: 767px) {
	#cookie-notice {
		overflow: auto;
		max-height: 100%;
	}
}

/**COOKIE ENDE**/

hr{
	border: 1px solid #efefef99;
}



/*Menu*/

.menu-btn{
	padding: 0.3rem 1.25rem;
	padding-left: 2rem;
	margin-left: 2em;
}

.menu-btn::before{
	font-size: 1em;
}

.imp-shadow{
	box-shadow: 0px 1px 10px #0003;
	padding: 20px;
}

.gallery-icon{
	border: 4px solid var(--color-secondary);
}

.main-navigation li li {
	border-bottom: 0.1rem solid;
}

.menu-toggle{
	background-color:#fff;
}

/*Formular*/

.wpcf7-list-item.first.last input, #ObHTdAJl_0, [type="checkbox"]{
  width: 7%;
}

input, textarea{
	width: 100%;
}

label {
	font-weight: bold;
}

.row-People__name{
	background-color: #857254;
	color: #fff;
}

span.wpcf7-list-item{
	display: inline;
}

/**Veranstaltung**/

.odd, .even{
	display: flex;
	border: 1px solid;
	padding: 1rem;
	margin-top: 1rem;
}

#termin-list-title {
	padding-bottom: 2rem;
}

/**Slider**/

.section.section-Slider {
    padding: 0px;
}

.section-Slider-dots {
    margin-bottom: 2rem;
}			

.section-Slider-dot.section-Slider-dot-active{
		background-color: #b20818;
}
	
.section-Slider-content-inner{
border: 4px solid #857254;
}

.site-header .custom-logo {
    object-fit: contain;
}