/*
Weideglueck
creation Date: 2022-04-27
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

#topmenu-wrapper{
	top: 0px !important;
	height: 70px !important;
}
#topmenu_img{
	height: 80px !important;
}
#topmenu-wrapper #logo_img{
	top: 10px;
	width: 100px;
}

.mws_veranstalltungsform{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	max-width: 95%;
}
.mws_veranstalltungsform input, 
.mws_veranstalltungsform textarea,
.mws_veranstalltungsform select{
	position: relative;
	font-size: 16px;
	font-weight: 300;
	vertical-align: middle;
	background-image: none;
	border: none;
	border-radius: none;
	margin-bottom: 15px;
  resize: none;
	text-align: left;
	width: 100%;
	text-indent: 20px;
	line-height: 50px;
	height: 50px;
	box-sizing: unset;
	background-color: white;
	color: black;
}
.mws_veranstalltungsform input.contentbutton{
	text-align: center;
	width: 200px;
	cursor: pointer;
	position: relative;
	text-indent: 0px;
	border-radius: 30px;
	margin-top: 20px;
	font-weight: bold;
	background-color: #0079ba;
	color: white;
}

.mws_veranstalltungsform_message{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 80px;
	margin-top: 80px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e9f4f8;
	width: 1000px;
	max-width: 95%;
}
.mws_veranstalltungsform_message.error h4{
	display: none;
}
.mws_veranstalltung_link{
	font-size: 26px;
	line-height: 34px;
	text-decoration: underline;
}


@media (max-width: 800px){
	.mws_veranstalltungsform_message{
		padding: 30px;
	}
}