.tablesort {
  float: right;
}

nav.tabs ul.tabs {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
ul.tabs li {
  position: relative;
  top: 1px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #eee;
}

ul.tabs li.is-active {
  background-color: white;
}
.tabs a.is-active {
  background-color: transparent !important; 
}

.field-ui-pill {
  border-radius: 400px;
  border: 1px solid #325e1c;
  padding: 0 6px;
  margin: 0 6px 6px -1px;
  background-color: #f3faef;
  color: #325e1c;
  display: inline-block;
}

.field-machine-name {
  font-family: monospace;
  color: black;
}
blockquote p:before { 
    content: "„";
    font-family: italic;
    font-weight: bold;
    font-size: 100px;
    width: 0;
    text-indent: -40px;
    display: inline-block;
    color: #94fc2e;
}

@media screen {
  body {
    background-image: url(/img/green.png);
    background-color: rgb(157, 250, 48);
  }

  img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
  }

  div.layout-content {
    margin: 0 auto 0 auto;
    width: 728px;
    background-color: #fff;
    border-left: 2px #fc0 solid;
    border-right: 2px #fc0 solid;
    padding: 7px 20px 120px 20px;
    min-height: 100vh;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 740px) {
  div.layout-content {
    width: 100%;
    margin: 0px;
    border-left: 0;
    border-right: 0;
  }
} 

#block-breadcrumbs {
  margin-top: 20px;
}
.breadcrumb {
  padding: 0.79rem 1.266rem 0.79rem 0;
}
.breadcrumb li {
  display: inline-block;
}

.breadcrumb ol {
  margin: 10px 0 0 0;
  padding: 0;
  padding-inline-start: 0;
}
#block-blaeul-theme-local-tasks a.is-active {
  color: black;
  cursor: default;
}

.dialog-off-canvas-main-canvas {
  margin: 0;
  padding: 0;
}
#block-hauptlinks ul {
  list-style-type: none;
  padding: 0 10px;
}
#block-hauptlinks a {
  text-align: left;
  text-indent: -17px;
  display: block;
  padding: 7px;
  padding-left: 17px;
  width: 180px;
  border-bottom: 1px solid white;
}
#block-hauptlinks a:hover {
  background-color: yellow;
  border-bottom: 1px solid red;
}
#block-hauptlinks {
  width: 252px;
  background-color: #fff; margin: 7px; position: fixed; left: 0; top: 75px;
  border: 2px #fc0 solid; padding: 7px;
}
a#cur {
  font-weight: bold;
  color: gray;
}
#block-hauptlinks #block-hauptlinks a {
  margin-left: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#block-hauptlinks #block-hauptlinks #block-hauptlinks a {
  padding-top: 0;
  padding-bottom: 0;
}
#block-hauptlinks #block-hauptlinks #block-hauptlinks { margin-left: 12px }
body, td {
  font-family: Verdana, Tahoma, Arial;
  font-size: 12px;
  line-height: 140%;
  padding: 0
}
td { vertical-align: top }
.main-content p, .main-content div {
  text-align: justify;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
div#hr {
  border-bottom: 2px solid #fc0;
  margin-bottom: 13px;
}
body {
  cursor: default;
  color: black;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: blue;
}
a:active { background-color: yellow }
a:hover { color: #ff4040 }
#target {
  text-decoration: none;
  color: black;
}
a#code {
  text-decoration: none;
  color: indigo;
  font-weight: normal;
  font-family: "FixedSys", "Courier New", "Monospaced", "OCR A Extended", "Andale Mono";
}
a#pic: hover { background-color: yellow }
a#code: hover { color: mediumblue }
input, .button, .button:hover {
  background-color: #fc0;
  border-bottom: solid 2px #b88f00;
  border-right: solid 2px #b88f00;
  border-top: solid 2px #ffea9f;
  border-left: solid 2px #ffea9f;
  color: black;
  font-family: Verdana;
  font-size: 110%;
  font-weight: bold;
}
.button {
  padding-block: 1px;
  padding-inline: 6px;
}
input.form-search, input.form-text, input.password-field, input#text, div.form-item-text input, .form-type-url input {
  border-top: solid 2px #b88f00;
  border-left: solid 2px #b88f00;
  background-color: white;
  width: 100%;
  border-bottom: solid 2px #ffea9f;
  border-right: solid 2px #ffea9f;
  color: black;
  font-family: Verdana;
  font-size: 110%;
  font-weight: normal;
}
input.password-field, input.password-confirm { width: 120px; }
input.form-text, input.password-field, input#text { background-color: white !important }
input:focus, input:checked { background-color: #ff9001 }
textarea {
  background-color: white;
  border-bottom: solid 2px #ffea9f;
  border-right: solid 2px #ffea9f;
  border-top: solid 2px #b88f00;
  border-left: solid 2px #b88f00;
  color: black;
  font-family: Monospaced, "OCR A Extended", "Andale Mono", "Courier New";
  width: 100%;
}
a img {
  margin-right: 2px;
  border: 0px;
  vertical-align: middle;
}
.site-logo img {
  width: 64px; height: 64px;
}
.site-logo, .site-name { display: inline-block; }
.site-slogan {
    position: relative;
    top: -1em;
    left: 81px;
}
.is-front .site-slogan { display: none; }
pre, fieldset { font-family: FixedSys, "Courier New", "Monospaced", "OCR A Extended", "Andale Mono" }
pre {
  width: min-content;
}
div#exmpl, pre, fieldset {
  font-family: FixedSys, "Courier New", "Monospaced", "OCR A Extended", "Andale Mono";
  border: 2px #fc0 solid;
  background-color: #fffefb;
  text-align: left;
  alignment: left;
  padding: 8px;
  margin-top: 3px;
  margin-bottom: 15px;
}
tt { font-family: "Courier New", "Monospaced", "OCR A Extended", "Andale Mono" }
tt, span { color: darkblue }
i, em { font-family: "Georgia", "Times New Roman", serif }
h1, h2, .site-name {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Tahoma, Arial;
  font-weight: bold;
  margin: 0px;
  margin-top: 40px;
}
h1, #node-15 h2 {
  font-size: 180%;
  border-bottom: 2px #fc0 solid;
  line-height: 80%;
  margin-bottom: 12px
}
details[open] > summary {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Tahoma, Arial;
  margin: 5px 0 20px 0;
  font-weight: bold;
}
h2, details[open] > summary, .node__content h2 .field__item {
  font-size: 16px;
}
.views-row h2 {
  margin-bottom: 12px;
}
h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 10px;
  font-size: 110%;
}
input[type=text], #text {
  border-top: solid 2px #b88f00;
  border-left: solid 2px #b88f00;
  background-color: white;
  width: 100%;
  border-bottom: solid 2px #ffea9f;
  border-right: solid 2px #ffea9f;
  color: black;
  font-family: Verdana;
  font-size: 110%;
  font-weight: normal;
}
input.small {
  width: 19px;
  height: 19px;
}

.front p { margin: 0; }
#node-15 h2 { margin-top: -28px; }
#node-15 h2 a { color: black; cursor: default; }
div#h1.title, #node-15 h2 {
  border: none;
  border-bottom: solid #fc0 2px;
  padding: 25px 0 0 0;
  margin-bottom: 15px;
}
div#h2 {
  border: none;
  border-bottom: solid #fc0 1px;
  padding: 15px 0 0 0;
  margin-bottom: 15px;
}
div#hr {
  border: none;
  border-bottom: solid #fc0 1.5pt;
  padding: 0 0 10px 0;
}
li { margin: 0 0 }
span#blue { color: blue }
span#orchid { color: darkmagenta }
span#red { color: red }
#gray {
  color: darkgray;
  white-space: nowrap;
}
span#violet { color: deeppink }
table#header {
  margin-top: 80px;
  margin-bottom: 15px;
  border-bottom: 2px #fc0 solid;
  width: 100%;
}
td#header {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Tahoma, Arial;
  font-size: 110%;
}
table#func {
  margin-top: 45px;
  padding-top: 10px;
  margin-bottom: 8px;
  border-bottom: 1px #fc0 solid;
  width: 100%;
}
td#func {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Tahoma, Arial;
  font-size: 95%;
}
td#right {
  text-align: right;
  alignment: right;
}

body { margin: 0; }
.breadcrumb { display: inline }
.content tbody {
  border-top: none;
}
ul.links li.first { padding-left: 0}
#attachments { margin-top: 20px; }
#admin-menu { position: fixed; }

i.created-date {
  display: block;
  margin: 12px 0;
}

.node--view-mode-teaser i.created-date {
  float: left;
  margin: 0 8px 0 0;
}

div[data-drupal-messages] {
  background: white;
  padding: 8px;
}

.field--name-field-tag h2 a {
  color: black;
}

.front #breadies {
  display: none;
}

tbody tr:hover {
  background-color: rgba(255, 204, 0, 0.2);
}

.content tbody tr:hover {
  background-color: #ddd;
}


.field--name-field-fotos .field__label { display: none; }

.field--name-upload {
  margin-top: 20px;
  margin-bottom: 20px;
}

.is-front .views-field-status { float: left; margin-right: 10px; }
.is-front .views-field-status span { color: red; }

.site-name a {
  font-size: 32px;
  vertical-align: top;
  color: black;
  padding: 10px;
}

.is-edit-page textarea {
  min-height: 600px;
}

.is-admin div.layout-content, .is-edit-page div.layout-content {
    margin: 0;
    width: auto;
}

.views-field-node-bulk-form .form-type-checkbox {
  margin: 0;
}

th {
  text-align: left;
  padding-right: 8px;
  background: #eee;
}

.node__content th p { margin-bottom: 0; }
.node__content th { background: #fff; padding-left: 0; }

td {
  padding-right: 8px;
}

ul.inline li.node-readmore {
  padding-left: 0;
}

dd {
  margin-bottom: 20px;
}

pre.sf-dump {
  width: 100%;
}

article.node--view-mode-teaser .field--name-field-fotos .field__item {
  line-height: 0;
}

article.node--view-mode-teaser .field--name-field-fotos {
  max-width: 30%;
  float: right;
  clear: both;
  margin: 0 0 15px 15px;
  border: 2px #fc0 solid;
}

.views-row:last-child article.node--view-mode-teaser .field--name-field-fotos {
  margin-bottom: 0;
}

article.node--view-mode-teaser .clearfix::after {
  clear: left;
}

#block-nextpreviouslink-2 {
  margin-top: 30px;
}

#block-nextpreviouslink-2 .nextpre__btn:nth-child(2)::before {
  content: "|";
  margin-right: 10px;
  color: black;
}

.medium-prefix {
  font-weight: normal;
  color: gray;
}

.region-content::after, .views-row {
  clear: both;
  display: block;
}

.node__links {
  clear: left;
}

.node__content, .field__item, .node__content th {
    font-size: 12px;
}
