* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}

* a {
color: #000;
text-decoration: none;
}

* a:hover {
color: #4682b4;
cursor: pointer;
}

p a {
border-bottom: 1px dotted #7d7d7d;
}

/* Schrift */
body {
font-family: Verdana, Geneva, sans-serif;
line-height: 1.5em;
font-size: 0.875em;
}

p.switch {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1, h2, h3, h4, h5, .l {
line-height: 1.5em;
}

h2.c {
line-height: 1em;
}

h1, h2 {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight: 400;
}

h3, h4, h5, .l {
font-weight: 300;
}

h1.switch, h2.switch {
font-family: Verdana, Geneva, sans-serif;
}

h3.switch {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3, .l { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: 0.8em; }

.date {
margin: 0.5em 0 1em 0;
}

/* Layout */
body {
background: url(../grafiken/bg.gif);
}

.site {
display: flex;
flex-direction: column;
height: 100vh;
}

.header, .footer {
flex-shrink: 0;
}

.content {
flex: 1 0 auto;
border-top: 1px dotted #b7b7b7;
}

.container {
max-width: 1200px;
margin: 0 auto;
}

.site.narrow .container {
max-width: 900px;
}

.container p {
margin: 1em 0;
}

.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child {
margin-top: 0.5em;
}

.content h3 {
margin-top: 0.5em;
}

header {
background: #fff;
}

header .container p, footer .container p {
margin: 0;
padding: 0 0.5em;
}

header .bottom, header .middle {
padding: 0.5em 0;
}

header .bottom a {
margin-right: 1em;
font-size: 0.9em;
color: #101423;
border-bottom: none;
}

header .bottom a:hover {
border-bottom: 1px dotted #7d7d7d;;
}

footer {
background: #0a0a0a;
font-size: 0.9em;
}

footer .top, footer .middle {
padding: 1em 0;
background: #f5f5f5;
}

footer .bottom div, footer .bottom a {
color: #fff;
}

footer .bottom a {
text-decoration: none;
}

.search {
display: table;
margin-top: 1em;
text-align: right;
}

.search input[type=text], .search input[type=submit] {
font-size: 0.9em;
padding: 0.5em 0.8em;
}

.search input[type=text] {
border: 1px solid #e4e4e4;
border-right: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

input[type=text].input, input[type=password].input {
width: 100%;
border: none;
border-bottom: 1px dotted #000;
}

.search input[type=submit] {
outline: none;
border: 1px solid #ccc;
border-left: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
color: #fff;
font-weight: bold;
background: #346187;
background: -webkit-linear-gradient(left top, #6197c0, #346187);
background: -o-linear-gradient(bottom right, #6197c0, #346187);
background: -moz-linear-gradient(bottom right, #6197c0, #346187);
background: linear-gradient(to bottom right, #6197c0, #346187);
}

.search input[type=submit]:hover {
background: #1e486c;
background: -webkit-linear-gradient(left top, #296191, #1e486c);
background: -o-linear-gradient(bottom right, #296191, #1e486c);
background: -moz-linear-gradient(bottom right, #296191, #1e486c);
background: linear-gradient(to bottom right, #296191, #1e486c);
}

.search input[type=submit]::-moz-focus-inner {
border: 0;
}

ul {
list-style-type: none;
}

/* Grid */
.col-0 { width: 100%; }
.col-1 { width: 8.33%; }
.col-2 { width: 16.66%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.66%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.66%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-12 { width: 100%; }

[class*="col-"] {
float: left;
padding: 0.5em;
}

.col-0 {
padding: 0 0.5em;
}

[class*="col-"] p:first-child {
margin-top: 0;
}

[class*="col-"].rgt {
text-align: right;
}

[class*="col-"].center {
text-align: center;
}


[class*="col-"] img {
width: 100%;
height: auto;
}

[class*="col-"] img.original {
width: 14px;
}

header [class*="col-"] {
padding-bottom: 0;
}

.row::after {
content: "";
clear: both;
display: block;
}

.header img {
width: auto;
}

/* Abbildungen */
figure {
float: left;
position: relative;
margin: 0px 10px 10px 0px;
}

figure:last-child {
margin-right: 0;
}

figure img {
float: left;
border: 7px solid #fff;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6)
}

figure ul, figure ol {
list-style-type: none;
margin: 0;
padding: 0;
}

figure ul > li {
width: 100%;
}

figure ul > li, figure ol > li {
overflow: hidden;
text-overflow: ellipsis;
}

figure ol {
width: 100%;
}

figure ol > li {
float: left;
}

figure ol > li:first-child {
width: 60%;
}

figure ol > li:last-child {
position: absolute;
right: 0;
margin-right: 5px;
text-align: right;
}

figure .info {
line-height: 1.5em;
width: -moz-calc(100% - 10px);
width: -webkit-calc(100% - 10px);
width: -o-calc(100% - 10px);
width: calc(100% - 10px);
margin: 5px;
left: 0px;
bottom: 0px;
position: absolute;
background: #FBF8EF;
color: #000;
opacity: 0.6;
filter: alpha(opacity=60);
white-space: nowrap;
padding: 5px;
overflow: hidden;
text-overflow: ellipsis;
}	

figure:hover .info {
opacity: 0.8;
filter: alpha(opacity=80);
}

figure .icon {
position: absolute;
right: 0px;
bottom: 0px;
padding: 10px;
visibility: hidden;
}

figure:hover .icon {
border: 0;
box-shadow: 0px 0px 0px #fff;
visibility: visible;
}

/* Artikelbeschreibung */
dt:last-child, dd:last-child {
margin-bottom: 1em;
}

dt, dd { float: left; width: 50%; line-height: 2em; }
dt { font-weight: bold; }

dl.rahmen dd, dl.rahmen dt {
border-bottom: 1px dotted #ccc;
}

dd::after {
content: "";
clear: both;
display: block;
}

dt, dd, th, td {
font-size: 90%;
}

dd h4 {
display: inline;
font-weight: bold;
}
dd span {
font-size: 90%;
}

dt h2, dd h2 {
display: inline;
}

dd small {
margin-left: 1em;
}

table {
width: 100%;
border-collapse: collapse;
margin-bottom: 2em;
}

th, td {
width: 50%;
background: #e4e4e4;
color: #000;
vertical-align: top;
padding: 5px;
line-height: 1.5em;
}

th {
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

td {
border-bottom: 1px solid #fff;
}

th {
font-weight: bold;
text-align: left;
width: 100px;
}

table.four th, table.four td {
width: 25%;
}

table.four td {
border-right: 1px solid #fff;
}

a.btn {
    padding: 0 1em;
	margin: 0 0.5em 0.5em 0;
	line-height: 200%;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
	text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	color: #fff;
	background: #6197c0;
}

a.btn:hover {
color: #fff;
background: #346187;
}

input[type=checkbox], input[type=radio] {
vertical-align: middle;
position: relative;
bottom: 1px;
}

input[type=radio] {
bottom: 2px;
}

label {
padding: 0 1.2em 0 0.6em;
}

/* Media */
@media screen and (max-width: 600px) {
[class*="col-"] {
width: 100%;
border-bottom: 1px dotted #ffffff;
}
[class*="col-"] figure {
width: 100%;
}
[class*="col-"] h5 {
font-size: 1em;
}
[class*="col-"]:last-child {
border-bottom: none;
}
[class*="col-"].rgt {
text-align: left;
}
.search {
text-align: left;
}
.search input[type=text] {
width: 70%;
}
.search input[type=submit] {
width: 30%;
}
a.btn {
width: 100%;
}
}

