[class*="col-"] {
	/*border: 1px solid red;*/
}

.header {
	position:fixed;
	z-index:500;
	margin:0;
	padding:0px;
	top:0;
	left:0;
	width:100%;
	background-image: linear-gradient(120deg, #C9C9C9, #FFFFFF, #C9C9C9);
	font-weight:bold;
	box-shadow:0px 0px 8px 0;
	/*border: 1px solid blue;*/
}

.logo {
	padding:0;
}

.head_pic {
	/*width: 70%;*/
	height: 80px;
}

.logo_hersteller {
	float:right
}


.laws {
	float:right;
	font-size: 12px;
	font-weight: default;
	padding: 0px;
	padding-right: 5px;
	text-decoration: underline;
}

@media (max-width: 450px) {
	.header {
		font-size:30px !important;
	}
	.head_pic {
		height: 30px;
	}
}

@media (max-width: 978px) {
	.header_lg {display:none;}
	.wide {	display:none; }
}	

@media (min-width: 979px) {
	.tight { display:none; }
}

#kdn-portal-klein {
	font-size: 50px !important;
}

/*a {
	text-decoration: none;
	color: #FFFFFF;
	transition: color 0.3s ease;
}

a:hover {
	background-image: linear-gradient(120deg, #636363, #383838, #636363);
	color: #FFFFFF;
	box-shadow:0px 0px 10px 0;
	transition:.2s ease-out;
}*/

.sidebar {
	clear: left;
}

#navi {
	/*border: 1px solid red;*/
	text-decoration: none;
	margin-top: 5px;
	font-size: 1vw;
	font-weight: lighter;
	background-image: linear-gradient(120deg, #636363, #383838, #636363);
}

#navi ul {
	/*border: 1px solid green;*/
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	float:left;
}

li a {
	text-decoration: none;
	color: #FFFFFF;
	transition: color 0.3s ease;
}

#uebersichtBody li#uebersichtNav a,
#terminBody li#terminNav a {
	background-color: #FFFFFF ;
	color: #000000;
}

#navi li {
	/*border: 1px solid blue;*/
	display:inline;
	text-align:center;
	padding: 6px;
	margin-right: 10px;
	border-radius: 5px;
}

#navi li:hover {
	background-color: #111111;
	transition:.2s ease-out;
}

#uebersichtBody #uebersichtNav,
#terminBody #terminNav a:hover {
	background-color: blue ;
	color: #FFFFFFF;
}

#logout {
	display: none;
}

#menuToggle {
	display: block;
	position: relative;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#laws-div {
	padding: 0px;
	margin: 0px;
}

#menuToggle input {
	display: block;
	width: 40px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */
	-webkit-touch-callout: none;
}

#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #000000;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),	background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
}

#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

#menu {
	position: absolute;
	list-style: none;
	margin: 60 0 0 -50px;
	background-image: linear-gradient(120deg, #C9C9C9, #FFFFFF, #C9C9C9);
	box-shadow:0px 0px 10px 0;
	-webkit-font-smoothing: antialiased; 	/* der text flackert sonst in Safari */
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
	padding: 10px;
	font-size: 2vw;
}

#menuToggle input:checked ~ ul {
	transform: none;
}
