@media all
{
body
{
	color: #404040;
	background-color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: left;
	margin: 10px;
	padding: 0px;
}

.container {
  display: grid;
  grid-template-columns: 1fr minmax(600px, 1050px) 1fr;
}

.artikelliste {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

input, select, label, textarea {
  min-height: 50px;
  font-size: 1.5em;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 1.0em;
  background: #a1a1a1;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
}

.btn:hover, .btn:focus {
  background: #A05A00;
  text-decoration: none;
}

.btn:disabled {
  background: white;
  color: black;
  text-decoration: none;
}

input[type="radio"] {
    -ms-transform: scale(2.0); /* IE 9 */
    -webkit-transform: scale(2.0); /* Chrome, Safari, Opera */
    transform: scale(2.0);
}

input[type="checkbox"] {
    -ms-transform: scale(2.0); /* IE 9 */
    -webkit-transform: scale(2.0); /* Chrome, Safari, Opera */
    transform: scale(2.0);
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #ccc;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip:focus .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip:active .tooltiptext {
  visibility: visible;
  opacity: 1;
}


svg {
	font-size: 15pt;
	color: #404040;
}
.graph .grid .line {
  stroke: #ccc;
  stroke-dasharray: 0;
  stroke-width: 1;
}

h1, h2, h3
{
	font-weight: normal;
	color: black;
	padding-top: 0px;
}

h1
{
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 20px;
}

h2
{
	font-size: 1.3em;
	padding-bottom: 0px;
}

h3
{
	font-size: 1.2em;
	padding-bottom: 0px;
}

a
{
	text-decoration: none;
	color: #A05A00;
}

.linkneutral
{
	text-decoration: none;
	color: black;
	border: none;
}

h1 a, h2 a, h3 a, img a
{
	border: none;
}

img
{
	max-width: 100%; 
	height: auto;
}


.titelbild
{
	max-width: 100%; 
	height: auto;
}

.caps
{
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

.logo
{
	height: 100px;
}

.spacer
{
	width: 40px;
	height: 40px;
	background-color: #A05A00;
	border:1px solid #404040;
}

div.divider
{
	margin: 2em 0;
	text-align: center;
}

div.ueberlage
{
	width: 100%;
	height: 100%;
	background-color: #A05A00;
	text-align: center;
}

div.uebergelegt
{
	width: 80%;
	height: 800%;
	background-color: white;
	text-align: left;
	display: inline-block;
}

#sidebar-1 ul
{
	font-size: 1em;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar-1 ul li
{
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#foot input
{
	font-size: 0.8em;
	border: 1px dotted #C0C0C0;
	color: #A05A00;
	background-color: white;
}

#foot select
{
	font-size: 0.8em;
	border: 1pt dotted #C0C0C0;
}

#fuss a
{
	text-decoration: none;
	color: #C0C0C0;
}

.comments_error
{
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error
{
	padding: 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview
{
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}
counter
{
	border: 2px solid #ddd;
        font-size:10pt;
}

form#txpCommentInputForm td
{
	vertical-align: top;
}

a:visited
{
	font-weight: normal;
}

a:focus
{
	font-weight: bold;
	color: #A05A00;
}

a:hover
{
	font-weight: bold;
	color: #A05A00;
}

a:active
{
	font-weight: bold;
	color: #A05A00;
}
}