/*--------------- Mobile Bereich -----------------------*/
/*@media (max-width:765px) {*/
@media (max-width:767px) {
    .AF_main-menu, .menu-list {
    display:none;
    }

	/*----------- CSS Einstellungen alte HP (Desktop)angepasst an Handyansicht-------------------*/
		
	
	#main {
/*		width:vw;
*/		width: 98%;
		margin-top:5px;
		margin-left:0px;
/*		padding-right:5px;  */
		padding:5px;
		background-color:rgba(255,255,255,.7);	
	}
	
	/*--------------------------------------------------------------------------*/
	
	body {
		width:vw;
		overflow:scroll;
		font-family:Arial;
		color:#0c2582;
		background-image: linear-gradient( #689cc1,#005399);
		background-image:url("_28A0769.jpeg");
		background-size:auto 100%;
		background-repeat: no-repeat;
		background-repeat: repeat;
		background-position:center top;
		background-attachment: fixed
	}
	
	/*------------------ Kopf aktuel ---------------------------------------*/
	
	#header {
		padding: 20px;
		box-sizing: border-box;
		min-width: 380px;
		background-image:url("Logo-7-2.png");
		background-size:100% auto;
		background-repeat: no-repeat;
	}
		
	/*----------------- ????? ---------*/
	
	#right {
		width:136px;
		left:10px;
		margin-top:5px;
		padding: 3px;
		/*padding-left:4px;*/
		margin-left:calc((100% / 2) - (136px / 2));
		background-color:rgba(255,255,255,.7);
}
}

/*----------------Kalender-------------*/	
/* Terminliste */

#mod_eventlist h1 {
    margin-bottom:0;
    font-size:10px;
    color:#f00;
}

/* --------------Minikalender Termin */

.minicalendar .active {
	background-color:rgba(229,255,36,.5);
}

/*}      <--------?--------------*/

#Textdokument {
    margin-right:5mm;
    margin-bottom:20mm;
    margin-left:5mm;
    padding:20mm;
    background-color:#f2f2e4;
    font-family:Arial;
    color:#0d0101;
}

/*----------------------------------------*/
#AF_Trigger1 {
	position: fixed;
	/*bottom: 20px; /* Abstand von der Unterkante des Bildschirms */
	top: 5px;
	left: 25px;  /* Abstand von der rechten Seite des Bildschirms */
	z-index: 9999; /* Stellt sicher, dass der Button �ber anderen Elementen liegt */
	margin-right:5px;
    margin-bottom:3mm;
    margin-right:5px;
    /*padding:3em 0.01em 0.01em 0.01em;*/
	/*background-color:rgba(255,255,255,.10);*/
	/*background-color:#7a0028;*/
}