.eventlist {
	font-size:18px;
}
.eventlist .title {
	font-size:22px;
}
.eventlist .event {
	margin-bottom:30px;
}
.eventlist .date {
	margin-top:0px;
	margin-bottom:5px;
	font-weight:bold;
}
.eventlist .content {
	margin-top:0px;
	margin-bottom:5px;
}
.eventlist .ort {
	margin-top:0px;
	margin-bottom:15px;
}
.eventlist p {
	margin-top:0px;
	margin-bottom:10px;
	font-size:18px;
}
.event_icon {
	width:40px;
	height:40px;
	display:block;
	background:url(../images/theme/event-icon.png) no-repeat center;
}
.event_icon:hover {
	opacity:0.8;
}
.wpcf7-form.lds-cf7-form .lds-col .wpcf7-submit {
	background:#A99C6D;
	color:#fff;
	padding: 15px 35px;
	font-weight:bold;
}

.wpcf7-list-item {
	margin:0;
	margin-bottom: 10px;
}
.wpcf7-form-control.wpcf7-radio {
	display:flex;
}
.input-sec {
	font-size:18px;
	margin-bottom:15px;
}
.schnellbewerbung .input-sec {
	margin-bottom:0px;
}
.input-sec a {
	color:#fff;
	text-decoration: underline;
}
.input-sec label{
	margin-bottom:10px;
	color: #fff;
	font-size:18px;
	font-family: 'Source Sans 3';
	margin-bottom:10px;
 }
.formtitel {
	margin-bottom:10px;
	color: #fff;
	font-size:18px;
	margin-bottom:10px;
} 
.input-sec input[type="text"],
.input-sec input[type="email"],
.input-sec select{
	border:0 none;
	font-size:18px;
	border-radius:10px;
	padding: 12px 20px;
	margin:8px 0px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background:#8DA6A1;
	color: #fff;
	font-family: 'Source Sans 3';
}
.input-sec select{
	width:100%;
	position: relative;
}
.input-sec select {
	background:#8DA6A1 url(../img/arrow-down_white.svg) no-repeat 98% center;
	background-size:25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
select::-ms-expand {
	display: none;
}
.input-sec textarea{
	border:0 none;
	width:100%;
	height:180px;
	padding:12px 20px;
	font-size:18px;
	border-radius:10px;
	box-sizing: border-box;
	margin:10px 0px;
	background:#8DA6A1;
	color: #fff;
	font-family: 'Source Sans 3';
}
.input-sec input::placeholder,
.input-sec textarea::placeholder {
	opacity:1;
}
.input-sec.dflex {
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.input-sec.dflex p{
	text-align:right;
}
.input-sec .sp50,
.input-sec.sp50 {
	width:49%;
}
.input-sec .sp33,
.input-sec.sp33 {
	width:32%;
}

.input-sec.dflex input {
	width: 100%;
}
.input-sec.dflex div + div{
	margin-left:2%;
}
.datenschutz {
	font-size:18px;
}

@media(max-width:479px){
	.input-sec .sp50,
	.input-sec.sp50 {
		width:100%;
	}
	.input-sec .sp33,
	.input-sec.sp33 {
		width:100%;
	}
	.input-sec.dflex div + div{
		margin-left:0px;
	}
}
.submitblock{
	margin-top:20px;
	display:flex;
	justify-content: start;
}
input.wpcf7-submit {
	border:0 none;
	color:#fff;
	font-size:18px;
	font-family: 'Source Sans 3';
	border-radius:10px;
	transition:background ease 0.3s;
	padding:15px 20px;
	background:#62B299;
	position: relative;
	display:inline-block;
	width:auto;
}
input.wpcf7-submit:hover {
	border:0 none;
	background:#88BF9C;
	color:#fff;
	text-decoration: none;
	cursor:pointer;
}
.wpcf7-spinner {
	display: none;
}
.pflichtfelder {
	margin-top:10px;
	margin-bottom:10px;
}

[type="checkbox"] {
	position: relative;
	left: 15px;
	top: -4px;
	z-index: 0;
	-webkit-appearance: none;
}
[type="checkbox"] + label {
	position: absolute;
	margin:0;
	
}
[type="checkbox"] + label::before {
	width: 15px;
	height: 15px;
	border-radius: 5px;
	border: 3px solid #ddd;
	background-color: #fff;
	display: block;
	content: "";
	float: left;
	margin:0;
	margin-left: -6px;
	margin-right: 8px;
	z-index: 5;
	position: relative;
}
[type="checkbox"]:checked+label::before {
	border: 3px solid var(--wp--preset--color--color-f-3-dark);
	background:var(--wp--preset--color--color-f-3-dark);
}
[type="checkbox"] + label:hover::before {
	border: 3px solid var(--wp--preset--color--color-f-3-dark);
}



.datenschutz .wpcf7-form-control-wrap {
	display:inline-block;
}
.wpcf7 .wpcf7-list-item {
	display: block;
}
.wpcf7-checkbox label {
	position: relative;
	cursor: pointer;
}
.wpcf7-radio input[type=radio] {
	position: absolute;
	visibility: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
	position: relative;
	margin-right: 20px;
}
.wpcf7-radio input[type=radio] + span {
	position: static;
}
.wpcf7-radio input[type=radio] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 5px;
	height: 16px;
	width: 16px;
	top: 0px;
	left: 0px;
	border: 2px solid #fff;
}
.wpcf7-radio input[type=radio] + span:hover:before {
	border: 2px solid #62B299;
	cursor:pointer;
}
.wpcf7-radio input[type=radio]:checked + span:before {
	background:#62B299;
	border: 2px solid #62B299;
}
.wpcf7-radio input[type=radio]:checked + span:after {
	visibility: visible;
}
.wpcf7-checkbox input[type=checkbox] {
	position: absolute;
	visibility: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
	position: static;
}
.wpcf7-checkbox input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 5px;
	height: 16px;
	width: 16px;
	top: 0px;
	left: 0px;
	border: 2px solid #fff;
}
.wpcf7-checkbox input[type=checkbox] + span:hover:before {
	border: 2px solid #62B299;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
	background:#62B299;
	border: 2px solid #62B299;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
	visibility: visible;
}
.wpcf7-list-item-label {
	margin-left: 40px;
	display: inline-block;
}

input::placeholder,
textarea::placeholder {
	color:#fff;
}

@media(max-width:768px){
	.input-sec input[type="text"],
	.input-sec input[type="email"],
	.input-sec select,
	input.wpcf7-submit,
	.input-sec textarea {
		font-size:16px;
	}
}

.wp-block-greenshift-blocks-buttonbox.wp-element-button {
	padding: 10px 20px !important;
	border: 1px solid rgb(0, 48, 60);
}
.wp-block-greenshift-blocks-buttonbox.wp-element-button:hover {
	background:rgb(0, 48, 60) !important;
	color:#fff !important;
}




.headerwrap {
	position:relative;
}
.header-menu {
	margin-right:70px;
}
#INDmenu-btn {
	width:50px;
	height:50px;
	border-radius:25px;
	background:#02303b;
	position: absolute;
	top:24px;
	right:0px;
	z-index: 999;
	border:none;
	cursor:pointer;
	 -webkit-appearance: none;
	 box-shadow: 0 5px 30px rgb(0,0,0,0.15);
}
.has-scroll #INDmenu-btn {
	width: 40px;
	height: 40px;
	top:4px;
}
#INDmenu-btn svg {
	width:25px;
	height:25px;
	color:#fff;
}
#INDmenu-btn path {
	fill:#fff;
}
@media(max-width:1299px){
	#INDmenu-btn {
		top: 30px;
		right: 0px;	
		width:40px;
		height:40px;
	}
	#INDmenu-btn svg {
		width:20px;
		height:20px;
	}
}
@media(max-width:899px){
	#INDmenu-btn {
		top: 25px;
		right: 50px;
		
	}
}
@media(max-width:600px){
	#INDmenu-btn {
		
	}
}
@media(max-width:440px){
	#INDmenu-btn {
		
	}
}