<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

			
			#nav &gt; a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
			}
				#nav li a
				{
				  color:#fff; text-decoration:none; padding: 0 8px  0 0, display:block;
				}
				#nav li a:active
				{
					color:#EC4E4E;!important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #efa585;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

				#nav &gt; ul &gt; li
				{
					/*width: 25%;
					height: 100%;*/
					float: left;
				}
					#nav &gt; ul &gt; li &gt; a
					{
						height: 100%;
						text-align: center;
					}
						
						#nav &gt; ul &gt; li:hover &gt; a,
						#nav &gt; ul:not( :hover ) &gt; li.active &gt; a
						{
							color:#EC4E4E;
						}


				

		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}
@media only screen and ( max-width: 33em ) /* 640  oder 40em = alte Werte*/
		{
			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
				/*position: relative;*/
				position:absolute;
				/*top: auto;*/
				top:30%;
				left: auto;
			}
				#nav &gt; a
				{
					width: 3.75em; 
					height: 3.75em;
					border:2px solid rgba(255,255,255,.8); 
					text-align: left;
					text-indent: -9999px;
					background-color: rgba(255,255,255,.5);
					position: relative;
				}
					#nav &gt; a:before,
					#nav &gt; a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav &gt; a:after
					{
						top: 60%;
					}

				#nav:not( :target ) &gt; a:first-of-type,
				#nav:target &gt; a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav &gt; ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
				background:#000;
			}
				#nav:target &gt; ul
				{
					display: block;
				}
				#nav &gt; ul &gt; li
				{
					width: 100%;
				}
					#nav &gt; ul &gt; li &gt; a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
						font-size: 1.5em; /* 24 */
						line-height: 2.5em; /* 60 (24) */
					}
						#nav &gt; ul &gt; li:not( :last-child ) &gt; a
						{
							border-right: none;
													}


		}</pre></body></html>