@font-face {
  font-family: 'aardvrkb';
  src: url('font/aardvrkb.woff') format('woff'),
   url('font/aardvrkb.ttf') format('truetype');
}  

@font-face {
  font-family: 'openSans';
  src: url('font/open-sans/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'openSans';
  src: url('font/open-sans/OpenSans-Bold.ttf') format('truetype');
  font-weight:bold;
}
@font-face {
  font-family: 'openSans';
  src: url('font/open-sans/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight:bold;
  font-style:italic;
}
@font-face {
  font-family: 'openSans';
  src: url('font/open-sans/OpenSans-Italic.ttf') format('truetype');
  font-style:italic;
}

@keyframes fadeIn{
	from {opacity:0.5;}
	to {opacity:1;}
}

@keyframes fadeOut{
	from {opacity:1;}
	to {opacity:0;display:none;}
}

@keyframes schatten{
	from {box-shadow:0px 0px 0px 0px #C5E6EB;}
	to {box-shadow:0px 0px 5px 2px #C5E6EB;}
}

#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
	outline: 1px solid #7b92a9; 
	text-align:right; 
	border-top:1px solid #fff;
	background: #d6e0eb; 
	background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
	background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
	background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
	background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
	background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
	position:fixed;
	bottom:0px; 
	left: -10px;
	z-index:10000; 
	width:100%; 
	font-size:12px; 
	line-height:16px;
}


#cookiedingsbumsCloser {
	color: #777;
	font: 14px/100% openSans, arial, sans-serif;
	position: absolute;
	right: 5px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	top: 5px;
	cursor:pointer;
	border-top:1px solid white; 
	border-left:1px solid white; 
	border-bottom:1px solid #7b92a9; 
	border-right:1px solid #7b92a9; 
	padding:4px;
	background: #ced6df;
	background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
	background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
	background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
	background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
	background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
}

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}

body {
	font-family: system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';
	/*font-family: openSans, arial, helvetica, sans-serif; */
	font-size: 10pt;
	background-color: #f1f9fa;
	padding:5px;
	margin: auto;
	max-width:2000px;
}

input {
	font-family: system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';
	/*font-family: openSans, arial, helvetica, sans-serif; */
	font-size: 10pt;
}

select {
	padding: 2px;
	font-family: system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';
	/*font-family: openSans, arial, helvetica, sans-serif; */
	font-size: 10pt;
}

.important:after{
	content:" "url('images/warning.svg');
	vertical-align:sub;
}

.important:before{
	content:url('images/warning.svg')" ";
	vertical-align:sub;
}

.mobilDialog{
	font-size:3em !important;
}

#main {
	background-color: white;
	z-index: 2;
}

a{
	text-decoration: underline;
}

a.ungrade {
	text-decoration: none;
}

a:hover.ungrade {
	text-decoration: underline;
}

h3 {
	text-align: center;
}

.downloads {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:  0px;
}

#shortdisc ul li {
	padding-bottom: 3px;
}

div.menue
{
	min-height:400px;
	min-width:10vw;
	max-width:14vw;
	float:left;
	display:none;
	border-radius:10px;
	box-shadow: 0px 0px 2px 0px #000;
	overflow:hidden;
	padding-right:5px;
}

li.menue
{
	z-index: 800;
	position: relative;
	margin-left:-25px;
	margin-right:-5px;
	padding-right:5px;
	margin-top:3px;
	list-style-type:circle;
}

button:not(.realbutton)
{
	background-color: transparent;
	border: 0px;
	color:inherit;
}

input.button
{
	background-color: transparent;
	border:0px;
	border-radius:5px;
	cursor:pointer;
}

.artikelCard 
{
	min-width:300px;
	display:inline-block;
	width:30%;
	margin:10px;
	vertical-align:top;
	padding:3px;
	border:1px solid #C6E4E7;
	border-radius:10px;
}

.artikelCard:hover
{
	animation: schatten 0.5s linear 0s 1;
	animation-fill-mode: forwards;
}

.artikelCard.artikelComp
{
	min-width: unset;
	width: calc(100% - 8px);
	margin: unset;
	background-color: #c5e6eb !important;
}

.artikelCompTable
{
	margin: 20px auto 0;
	width: 100%;
	border-spacing: 20px 5px;
}
.artikelCompTable tr:nth-child(1)
{
	vertical-align: top;
}
.artikelCompTable td:nth-child(1)
{
	width: 18%;
}
.artikelCompTable td:not(:nth-child(1))
{
	width: 27%;
}
.artikelCompTable.artikelCompTableSmall td:not(:nth-child(1))
{
	width: 41%;
}

.filterBox
{
	box-shadow:0px 0px 5px 0px #C5E6EB;
	border-radius:5px;
	border: thin solid #C5E6EB;
	width:100%;
	overflow-y:scroll;
	height:300px;
}

.filterOuterBox
{
	margin:10px;
	white-space:normal;
	vertical-align:top;
	display:inline-block;
	min-width:20%;
}

.bleft { border-left: 1px solid #CCCCCC;
         border-bottom: 1px solid #cccccc; }
.left { text-align: left; 
        border-bottom: 1px solid #cccccc; }
.bleftx { text-align: center; 
          border-left: 1px solid #CCCCCC;
          border-bottom: 1px solid #cccccc; }