.tabs {
		container-type: inline-size;
		container-name: tabs;
}
		.tabs .icon {
				width: 22px;
				height: 22px;
		}
		.tabs > * {
				display: inline-block;
				border: 1px solid #cecece;
				margin-right: 6px;
				padding: 1em;
				position: relative;
				left: 0;
				top: 1px;
				cursor: pointer;
				/* color: #cecece;  das waere zu hell, deshalb jetzt dunkler */		color: #888888;
		}
		.tabs > *.active {
				border-bottom: 1px solid #ffffff;
				color: #444444;
		}
				.tabs > * > img {
						vertical-align: middle;
				}
				.tabs > * > .bez {
						margin-left: 1em;
				}
				/* aktuell haben wir hier nur 2 Tabs und das passt hin
				@container eingabe (max-width: 350px) {
						#tabModell .bez {
								display: none;
						}
				}
				*/
		.tabs > .noTab {
				border: 0;
				text-decoration: none;
				color: #444444;
		}