body {
    border:0px;
    background-color: rgb(240,240,240);
    background-image: url("papier_hell.png");
    color: black;
    font-family: "Segoe UI",Verdana,Tahoma,Helvetica,Arial,sans-serif;
    padding: 0em 0em 0.5em 0em;
    margin: 0px;
    /* border-bottom: 1em solid rgba(30,30,30,0.97); */
}
body > header {
    border: 0px;
    background-color: rgb(30,30,30);
    background-image: url("papier_dunkel.png");
    opacity: 0.97;
    color: rgb(0, 180, 200);
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
    padding: 0.5em 0em 0em 0em;
    position: sticky;
    top: 0px;
    left: -1em;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 9px 15px rgba(0,0,0,0.5);
}
body > header h1 {
    margin: 0em 0em 0em 1.5em;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
    /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0 15px rgb(50, 230, 255); */
    color: black;
    text-shadow: -1px 0 rgb(0, 230, 255), 0 1px rgb(0, 230, 255), 1px 0 rgb(0, 230, 255), 0 -1px rgb(0, 230, 255), 0 0 20px rgb(50, 230, 255);
    /* Bewirkt, dass in vorheriger Zeile das Mouse Hover des Links nicht richtig passt: transform:scale(1,2); */
}

body > header h1 a {
  float: right;
  margin: 0em 1.5em 0em 0.5em;
  font-family: "Segoe UI",Verdana,Tahoma,Helvetica,Arial,sans-serif;
  font-size: medium;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2px;
  color: rgb(100, 230, 255);
}

nav {
    text-align: center;
    padding: 0px;
    margin: 0px;
}
nav ul li {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
nav ul {
    margin: 0.1em 0 0.5em 0;
    padding: 0px;
}

body > header a {
    text-decoration: none;
    color: rgb(100, 230, 255);
    border-radius: 5px;
    box-shadow: none;
    text-shadow: 0 0 10px rgb(50, 230, 255);
    transition: background-color 1s ease-out, text-shadow 1s ease-in, box-shadow 0.5s;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
}
body > header a:hover, a:focus {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(100, 230, 255, 0.7);
    text-shadow: none;
    transition: background-color 0.3s, text-shadow 1s, box-shadow 1s;
  }
  
body > header span {
    padding-left: 0.5em;
}
body > header div {
    text-align: center;
}
body > header div a {
    color: rgb(255,230,0);
    text-shadow: 0 0 10px rgba(255,230,0, 0.9);
    word-wrap: none;
}
body > header div a:hover, div a:focus {
    box-shadow: 0px 0px 10px rgba(255,230,0,0.5);
}
body > header .label {
    color:rgb(230,230,230);
}

main {
    margin: 0 8% 0 8%;
    line-height: 1.4em;
    font-size: medium;
    color: rgb(20,20,20);
    text-shadow: 1px 1px 0.5px rgb(255,255,255);
}
main h1 {
    font-size: xx-large;
}
main h2 {
  font-size: x-large;
}
main h3 {
  font-size: large;
  padding-top: 10px;
  padding-bottom: 10px;
}
main h4 {
  font-size: large;
}
h1, h2, h3, h4 {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-weight: normal;
    letter-spacing: 1px;
}
main h1, h2, h3 {
    color: rgb(0, 142, 158);
    background-color: rgba(0,0,0,0.1);
    border-radius: 11px;
    padding: 2.3em 30px 0.7em 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 1em;
    clear: both;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.3);
    text-shadow: 0 0 6px rgba(150, 230, 255, 0.8);
}
main h4 {
  color: rgb(0, 142, 158);
  margin: 1.5em 0 0.5em 0;
  padding: 0;
  text-shadow: 0 0 6px rgba(150, 230, 255, 0.8);
}
main a {
  color: rgb(0,0,230);
  text-shadow: 0 0 10px rgba(0,0,255, 0.5);
}
main a:hover {
  text-shadow: 0 0 15px rgba(0,0,255, 0.8);
}
main a:visited {
  color: rgb(80,0,230);
}

mark {
    background-color: rgba(0,255,255,0.2);
    padding-bottom:3px;
}

input[type=text] {
  font-family: Consolas, monospace;
  font-size: large;
  box-shadow: 0px 0px 10px rgba(100, 230, 255,0.5);
  border-radius: 3px;
  border-color: rgb(20,20,20);
}

.small_image { 
    vertical-align: middle;
    margin: 0 0 8px 2em;
    border-radius: 0px;
    box-shadow: none;
    background: none;
}

.history_image { 
  float: right;
  border-radius:0;
}

article header {
    float: left;  
} 
article footer {
    float: right;
    width: 50%;
}

img {
  margin: 0.5em 0 1em 0;
  background-color: rgba(0,0,0,0.1);
  border-radius: 9px;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}

td, th {
  background-color: rgba(0,0,0,0.1);
  padding: 0.2em 1em 0.2em 1em;
  border-radius: 4px;
  text-align: right;
}
td {
  text-align: right;
}
th {
  text-align: center;
}
.priceper, .numlic {
  text-align: center;
}

.video{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 1em 0;
    background-color: rgba(0,0,0,0.1);
    border-radius: 9px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}

/* Screen width from 601px to 1000px */
@media screen and (min-width: 600px){
  body > header h1 {
    font-size: 3vw;
  }
  main {
    margin: 0 12% 0 12%;
    line-height: 1.6em;
  }
}
/* Screen width >= 1000px */
@media screen and (min-width: 1000px){
  body > header h1 {
    font-size: 30px;
  }
  body > header a, span {
    padding: 10px;
  }
  body > header {
    font-size: 20px;
    letter-spacing: 2px;
    padding: 1em 0em 0em 0em;
  }
  nav ul {
    margin: 0.5em 0 1em 0;
  }
  main {
    margin: 0 19% 0 19%;
    line-height: 1.8em;
    font-size: large;
  }
}