/* Datumsanzeige unter 480px ausblenden */
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .EasyDNNSkin_Galore .eds_currentDate {
	display: none !important;
  }
}

/* Menüschrift verkleinern unter 1105px, damit ganzes Menü Platz hat */
@media handheld, only screen and (max-width: 1105px) {
.EasyDNNSkin_Galore .responsAbilityMenu.eds_menuType5 .raMenuWrapper > ol > li > span .edsmm_itemContainer {
	font-size: 16px !important;
  }
}

/* Logo verkleinern unter 480px, damit es auf dem Mobile schön aussieht */
@media handheld, only screen and (max-width: 420px), only screen and (max-device-width: 420px) { 
  .EasyDNNSkin_Galore .eds_fixedHeader.eds_headerStyle5 .eds_headerBackground .eds_header .eds_logo { 
  	max-width: 140px; 
  	margin-top: 5px;
  } 
}

/* Form-Felder breiter machen (Kontaktformular) */
#dnn_ctr2652_Default_Form_EditFormPlaceholder > .dnnFormItem > input, 
#dnn_ctr2652_Default_Form_EditFormPlaceholder > .dnnFormItem > textarea {
	width:100% !important;
	max-width:100% !important;
}

/* Team Seite */
.team-box 
{
	background-color: white;
	display: inline-block;
	width: 100%;
}
.team-image 
{
	float: left;
	margin-right: 20px;
    margin-bottom: 10px;
}
.team-text 
{
	display: inline-block;
}

@media only screen and (max-device-width: 480px) {
	.team-image 
	{
		float: left;
		margin-right: 10px;
		width: 80px;
	}
}

#dnn_BottomPane3
{
    --bs-gutter-x: 0!important;
    padding-left:0!important;
    padding-right:0!important;
    text-align:center;
}












