@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
        url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../fonts/roboto-mono-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Mono'), local('RobotoMono-Regular'),
       url('../fonts/roboto-mono-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-mono-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-mono-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-mono-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-mono-v7-latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../fonts/lobster-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lobster-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lobster-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lobster-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lobster-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lobster-v23-latin-regular.svg#Lobster') format('svg'); /* Legacy iOS */
}

/*
 * Media queries
 * -----------------------------------------------------------------------
 */

/* Bis 800px */
@media screen and (max-width: 800px) {
    #navigation {
        display: none !important;
    }
    #slide-out {
        display: block !important;
    }
    .page-footer,
    .footer {
        font-size: 66% !important;
    }
    .page-footer h5,
    .footer h5 {
        font-size: 1.5em !important;
    }
}

/* Ab 801px */
@media screen and (min-width: 801px) {
    #navigation {
        display: block !important;
    }
    #slide-out {
        display: none !important;
    }
    .sidenav-trigger {
        display: none !important;
    }

}

/*
 * Design
 * ---------------------------------------------------------------------------
 */

body {
    padding: 0px;
    margin: 0px;
}

html {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
strong {
    font-weight: 700;
}

h2 {
    font-size: 2.5em;
}

td {
    line-height: 1.25;
}

::selection {
    background: #323232;
    color: #e0e0e0;
}

::-moz-selection {
    background: #323232;
    color: #e0e0e0;
}

nav {
    font-size: 0.7rem;
    /* position: fixed; */
    z-index: 10;
}

.spreizer {
    width: 1000px;
    height: 2px;
}

table {
    max-width: 1000px;
    /* width: 1000px; */
    width: 100%;
    margin: 0;
    overflow-x: auto;
    margin: 1em 0 1em 0;
}

td, th {
    padding: 6px 8px !important;
}

footer a {
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
}

footer a:before {
    content: " ";
    opacity: 50%;
}

footer a:hover {
    font-weight: bold;
}

blockquote {
    width: 990px;
    max-width: 100%;
    overflow: auto;
    height: 250px;
    background: #f8f8f8;
}

.entry-content img {
    margin: 1em 0 1em 0;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

code, pre, kbd {
    font-family: "Roboto Mono";
}

.entry-meta {
    color: #929292;
    font-size: 75%;
    padding-bottom: 1em;
}

code {
    font-size: 85%;
    padding: 2px 3px !important;
    color: #0066b2 !important;
    font-family: "Roboto Mono", monospace !important;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 0;
    max-width: 100%;
}

kbd {
    padding: 2px 3px;
    font-size: 1em;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    font-family: "Roboto Mono", monospace;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

pre {
    margin-bottom: 20px !important;
    font-size: 80% !important;
    line-height: 1.5 !important;
    font-family: "roboto Mono", monospace !important;
}

table {
    margin-bottom: 2em;
}

.dim {
    color: rgba(0, 0, 0, 0.3);
}

.opacity_half {
    opacity: 50%;
}

nav ul a {
    font-size: 0.9rem;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}

/* Toast */
#snackbar {
  font-size: 1em;
  visibility: hidden;
  min-width: 250px;
  margin-left: 0;
  background-color: #546e7a; /* Wie Footer */
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 300px;
  transform: translateX(-50%);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

/* Snackbar overlay */

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations in and out */

@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 300px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 300px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 300px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 300px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

/* Tabellen & co. */
th.text-left, td.text-left {
    text-align: left;
}

th.text-right, td.text-right {
    text-align: right;
}

thead {
    background: #f8f8f8;
}

.rot {
    color: #f03232;
}

.row .col {
    width: 100%;
    max-width: 100%;
}

.col ul li {
    list-style-type: none;
    margin-left: 2em;
    line-height: 150%;
}

footer ul li {
    margin-left: 1em!important;
}

footer {
    font-size: 0.9em!important;
}

.red {
    background-color: transparent!important;
    color: #ff3232;
}

.warn {
    background-color: #FFFF33;
}

h4 {
    /* Korrektur von 2.28rem */
    font-size: 1.75rem;
}

li.bloat {
    height: .75em;
}

nav ul a {
    padding: 0 12px;
}

.small {
    font-size: 75%;
}

.nobr {
    white-space: nowrap;
}

.td_active_green {
    background-color: rgba(0, 128, 0, 0.05);
}

.td_active_red {
    background-color: rgba(128, 0, 0, 0.05);
}

/* Buttons in Responsive-Ansicht */

#up-button {
   position: fixed;
   top: 120px;
   right: 20px;
   height: 40px;
   width: 40px;
   color: #303030;
   background: #d0d0d0;
   border-radius: 25%;
   display: -moz-box;
   -moz-box-pack: center;
   -moz-box-align: center;
   display: -webkit-box;
   -webkit-box-pack: center;
   -webkit-box-align: center;
   display: box;
   box-pack: center;
   box-align: center;
}

a #up-button {
   color: #000000;
   text-decoration: none;
   font-weight: bold;
   font-size: 150%;
}

#menu-button {
   position: fixed;
   top: 20px;
   right: 20px;
   height: 40px;
   width: 40px;
   color: #303030;
   background: #d0d0d0;
   border-radius: 25%;
   display: -moz-box;
   -moz-box-pack: center;
   -moz-box-align: center;
   display: -webkit-box;
   -webkit-box-pack: center;
   -webkit-box-align: center;
   display: box;
   box-pack: center;
   box-align: center;
}

a #menu-button {
   color: #000000;
   text-decoration: none;
   font-weight: normal;
   font-size: 150%;
}

#re-button {
   position: fixed;
   top: 70px;
   right: 20px;
   height: 40px;
   width: 40px;
   color: #303030;
   background: #d0d0d0;
   border-radius: 25%;
   display: -moz-box;
   -moz-box-pack: center;
   -moz-box-align: center;
   display: -webkit-box;
   -webkit-box-pack: center;
   -webkit-box-align: center;
   display: box;
   box-pack: center;
   box-align: center;
}

a #re-button {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-size: 150%;
}

/* Burger-Button Menü links oben */
#burger {
    display: none;
}

.center {
    text-align: center;
}

.container {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
}

.padblock {
    height: 100px;
    width: 100px;
}

.containerdiv {
    position: fixed;
    top: 50px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.infodiv {
    position: fixed;
    bottom: 20px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.lobster {
    font-family: 'Lobster';
}

.bluetext {
    color: #004678;
}

.redtext {
    color: #b71C1C;
}

.greentext {
    color: #008000;
}

.graytext {
    color: #666666;
}
