@charset "UTF-8";
/* Imports */
/* Imports */
/* Font Faces */
@font-face {
  font-family: 'Droid Sans';
  font-weight: 400;
  font-style: normal;
  src: url("/font/droid-sans-v6-latin-regular.eot");
  src: url("/font/droid-sans-v6-latin-regular.eot?#iefix") format("embedded-opentype"), local("Droid Sans"), local("Droid-Sans-regular"), url("/font/droid-sans-v6-latin-regular.woff2") format("woff2"), url("/font/droid-sans-v6-latin-regular.woff") format("woff"), url("/font/droid-sans-v6-latin-regular.ttf") format("truetype"), url("/font/droid-sans-v6-latin-regular.svg") format("svg");
}
@font-face {
  font-family: 'Droid Sans';
  font-weight: 700;
  font-style: normal;
  src: url("/font/droid-sans-v6-latin-700.eot");
  src: url("/font/droid-sans-v6-latin-700.eot?#iefix") format("embedded-opentype"), local("Droid Sans Bold"), local("Droid-Sans-700"), url("/font/droid-sans-v6-latin-700.woff2") format("woff2"), url("/font/droid-sans-v6-latin-700.woff") format("woff"), url("/font/droid-sans-v6-latin-700.ttf") format("truetype"), url("/font/droid-sans-v6-latin-700.svg") format("svg");
}
/* Variables */
/* Mixins */
/* box-sizing reset */
/* line 66, ../sass/_global.scss */
html {
  box-sizing: border-box;
}

/* line 69, ../sass/_global.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* General Styles */
/* line 76, ../sass/_global.scss */
body {
  color: #000;
  background-color: #f2f2f2;
  font-family: "Droid Sans", Tahoma, Arial, sans-serif;
  font-weight: 200;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  border-top: 10px solid #db3131;
}

/* line 88, ../sass/_global.scss */
ul {
  padding: 0;
  margin: 1em 0 0 0;
  list-style: none;
}
/* line 93, ../sass/_global.scss */
ul li {
  background-image: url(../images/list-style-image.png);
  background-repeat: no-repeat;
  background-position: top 4px left;
  list-style-image: none;
  margin-left: 0px;
  padding-left: 30px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

/* line 106, ../sass/_global.scss */
strong {
  font-weight: 600;
}

/* line 110, ../sass/_global.scss */
a:link,
a:visited {
  color: #db3131;
}

/* line 115, ../sass/_global.scss */
a:focus,
a:hover,
a:active {
  text-decoration: none;
  color: #000;
}

/* line 122, ../sass/_global.scss */
input[type='text'],
input[type='password'] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  max-width: 100%;
  width: 100%;
  word-wrap: break-word;
  margin-left: 0;
  margin-right: 0;
  padding: .7em .9em;
  font-size: 1em;
  max-width: 100%;
}
/* line 139, ../sass/_global.scss */
input[type='text']:focus,
input[type='password']:focus {
  border: 1px solid #db3131;
  outline: none;
}

/* line 145, ../sass/_global.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 10px 25px;
  color: #fff;
  background-color: #e1001a;
  font-size: 1em;
  margin-top: 0;
}

/* line 157, ../sass/_global.scss */
label {
  font-size: .8em;
  line-height: 140%;
  padding-right: 1em;
}

/* line 163, ../sass/_global.scss */
.info-text {
  margin-bottom: 1em;
}

/* line 168, ../sass/_global.scss */
#login-form > p {
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
}

/* Headlines */
/* line 178, ../sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  font-family: "Droid Sans", Tahoma, Arial, sans-serif;
  line-height: 1.25em;
  font-size: 1em;
  color: #999;
}

/* line 187, ../sass/_global.scss */
h1 {
  font-size: 1.2em;
  font-weight: 400;
  color: #000;
  margin: 30px 0;
}

/* line 194, ../sass/_global.scss */
h2 {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Droid Sans", Tahoma, Arial, sans-serif;
  background-color: #db3131;
  width: 120%;
  padding: 20px;
  border-right: 20px solid #db3131;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 210, ../sass/_global.scss */
h2.schaden {
  margin-top: 40px !important;
  background-color: #000;
  border-right: 20px solid #000;
}

/* line 216, ../sass/_global.scss */
h2.zitate {
  color: #888;
  background-color: #f2f2f2;
  border-right: 20px solid #f2f2f2;
}

/* line 222, ../sass/_global.scss */
#impressum h2 {
  background: none;
  border: none;
  color: #999;
  font-size: 1em;
  padding-left: 0;
  margin: 40px 0 20px 0px !important;
}

/* Some classes */
/* line 234, ../sass/_global.scss */
.highlight {
  cursor: pointer;
  background-color: yellow;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 238, ../sass/_global.scss */
.highlight:hover {
  text-decoration: underline;
}

/* line 243, ../sass/_global.scss */
.center {
  text-align: center;
}

/* line 247, ../sass/_global.scss */
.inline {
  display: inline;
}
/* line 249, ../sass/_global.scss */
.inline li {
  display: inline;
  margin-right: 10px;
}

/* line 255, ../sass/_global.scss */
.small {
  color: #aaa;
  font-weight: normal;
  font-family: "Droid Sans", Tahoma, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 150%;
}

/* Main Page Wrap */
/* line 262, ../sass/_global.scss */
#wrap {
  position: relative;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 0px 15px #ccc;
  -webkit-box-shadow: 0px 0px 15px #ccc;
  box-shadow: 0px 0px 15px #ccc;
}

/* Page Head */
/* line 276, ../sass/_global.scss */
#page-header {
  border-bottom: 1px solid #ccc;
  padding: 10px 40px;
}
/* line 280, ../sass/_global.scss */
#page-header h1 {
  position: absolute;
  margin-top: 10px;
  font-family: "Droid Sans", Tahoma, Arial, sans-serif;
  font-size: 0.60em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
}
/* line 288, ../sass/_global.scss */
#page-header h1 strong {
  color: #000;
}
/* line 293, ../sass/_global.scss */
#page-header a {
  text-decoration: none;
}

/* line 298, ../sass/_global.scss */
#main-nav {
  line-height: 140%;
}
/* line 301, ../sass/_global.scss */
#main-nav ul li {
  background-image: none;
}
/* line 305, ../sass/_global.scss */
#main-nav a {
  text-decoration: none;
}
/* line 308, ../sass/_global.scss */
#main-nav a:hover {
  text-decoration: underline;
}

/* line 314, ../sass/_global.scss */
#main {
  position: relative;
  padding-top: 40px;
}

/* line 319, ../sass/_global.scss */
#content {
  padding-left: 40px;
  padding-right: 40px;
}

/* Vertical Menus (Main Navigation) */
/* line 328, ../sass/_global.scss */
.menu-vertical ul {
  color: #aaa;
}
/* line 331, ../sass/_global.scss */
.menu-vertical ul li {
  margin-right: 1px;
}
/* line 334, ../sass/_global.scss */
.menu-vertical ul li:last-child:after {
  content: "";
}
/* line 339, ../sass/_global.scss */
.menu-vertical ul li:after {
  content: " · ";
}
/* line 344, ../sass/_global.scss */
.menu-vertical ul,
.menu-vertical ul li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 352, ../sass/_global.scss */
.menu-vertical a:link,
.menu-vertical a:visited {
  color: #aaa;
  font-weight: normal;
  font-family: "Droid Sans", Tahoma, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 150%;
  color: #db3131;
  text-decoration: none;
}
/* line 359, ../sass/_global.scss */
.menu-vertical a:hover {
  text-decoration: underline;
}
/* line 363, ../sass/_global.scss */
.menu-vertical ul li {
  margin-right: 1px;
}
/* line 367, ../sass/_global.scss */
.menu-vertical a:focus,
.menu-vertical a:hover,
.menu-vertical a:active {
  color: #000;
  text-decoration: none;
}

/* Menu Lists (Inhaltsverzeichnis) */
/* line 378, ../sass/_global.scss */
.menu li {
  margin-bottom: 0;
}

/* Content */
/* line 387, ../sass/_global.scss */
#content {
  padding-bottom: 40px;
}
/* line 389, ../sass/_global.scss */
#content > ol {
  padding: 0;
}
/* line 393, ../sass/_global.scss */
#content img {
  margin: 40px auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 398, ../sass/_global.scss */
#content a {
  word-wrap: break-word;
}

/* line 407, ../sass/_global.scss */
ul header {
  padding-bottom: 20px;
  border-bottom: 4px solid #f2f2f2;
}
/* line 411, ../sass/_global.scss */
ul header .topic {
  margin-top: 0;
}

/* line 417, ../sass/_global.scss */
blockquote {
  margin-left: 0;
  border-left: 10px solid #ccc;
  padding-left: 20px;
  font-style: italic;
}

/* line 424, ../sass/_global.scss */
blockquote footer {
  color: #aaa;
  font-weight: normal;
  font-family: "Droid Sans", Tahoma, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 150%;
  margin-top: 10px;
  font-style: normal;
}

/* line 430, ../sass/_global.scss */
.quelle {
  color: #aaa;
  font-weight: normal;
  font-family: "Droid Sans", Tahoma, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 150%;
}

/* line 435, ../sass/_global.scss */
img, p, a, h1, h2, h3, h4, h5, h6 {
  max-width: 100%;
}

/* Download-Buttons */
/* line 442, ../sass/_global.scss */
.download-link {
  font-family: "Droid Sans", Tahoma, Arial, sans-serif;
  font-size: 0.75em;
  background-color: #f2f2f2;
  padding: 10px 10px 10px 36px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../images/icon.document.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 6px 6px;
}
/* line 454, ../sass/_global.scss */
.download-link:hover {
  background-color: #db3131;
  background-position: 6px -31px;
  color: #fff;
}

/* Tags */
/* line 467, ../sass/_global.scss */
#tags ul,
#tags ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

/* line 475, ../sass/_global.scss */
#tags a:link,
#tags a:visited {
  padding: 0.5em 0.75em;
  text-decoration: none;
  background-color: #e1001a;
  color: #fff;
  border-radius: 3px;
  line-height: 220%;
  font-family: arial;
  font-size: 0.7em;
}

/* line 487, ../sass/_global.scss */
#tags a:focus,
#tags a:hover,
#tags a:active {
  background-color: #000;
  color: #fff;
}

/* Suche */
/* line 497, ../sass/_global.scss */
.ui-autocomplete {
  background-color: #fff;
  font-size: 0.8em;
  line-height: 140%;
  font-family: "Droid Sans", Tahoma, Arial, sans-serif;
}
/* line 503, ../sass/_global.scss */
.ui-autocomplete li {
  padding: 0;
}

/* line 507, ../sass/_global.scss */
.ui-helper-hidden-accessible {
  display: none;
}

/* Stichwort-Index */
/* line 514, ../sass/_global.scss */
#index {
  overflow: hidden;
}
/* line 518, ../sass/_global.scss */
#index > li {
  display: inline;
  line-height: 0;
  padding: 0;
  margin: 0;
}
/* line 526, ../sass/_global.scss */
#index a.index-letter {
  text-align: center;
  float: left;
  height: 38px;
  width: 41px;
  display: block;
  padding-top: 2px;
  text-decoration: none;
  background-color: #ccc;
  color: #fff;
  font-family: "Droid Sans", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.6em;
  margin: 0 2px 2px 0;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
/* line 544, ../sass/_global.scss */
#index a.index-letter.has-results {
  cursor: pointer;
  background-color: #db3131;
  color: #fff;
}
/* line 548, ../sass/_global.scss */
#index a.index-letter.has-results:hover {
  background-color: #000;
}
/* line 554, ../sass/_global.scss */
#index ul {
  position: relative;
}

/* line 560, ../sass/_global.scss */
#index-results {
  clear: both;
}

/* line 564, ../sass/_global.scss */
#index-results ul {
  margin: 0;
  padding: 0;
}

/* line 569, ../sass/_global.scss */
#index-container {
  clear: both;
  margin-bottom: 10px;
}

/* Footer */
/* line 578, ../sass/_global.scss */
#footer-nav {
  margin: 20px 0px 60px 40px;
}
/* line 581, ../sass/_global.scss */
#footer-nav ul li {
  background-image: none;
}


/* General Styles */
/* line 8, ../sass/screen.scss */
body {
  padding: 100px 4%;
  font-size: 1.5em;
}

/* Classes */
/* line 18, ../sass/screen.scss */
.mobile-only {
  display: none;
}

/* line 22, ../sass/screen.scss */
.float-right {
  float: right !important;
  margin: 0 0 20px 20px !important;
}

/* Page Areas */
/* line 30, ../sass/screen.scss */
#logo {
  position: absolute;
  width: 160px;
  margin-top: -86px;
  right: 40px;
}

/* line 37, ../sass/screen.scss */
#page-header {
  height: 110px;
  background-color: #db3131;
}
/* line 41, ../sass/screen.scss */
#page-header h1 {
  color: rgba(255, 255, 255, 0.8);
}
/* line 45, ../sass/screen.scss */
#page-header h1 strong {
  color: white;
}

/* line 51, ../sass/screen.scss */
#suche {
  float: right;
  padding: 8px 10px 8px 40px;
  color: #db3131;
  font-weight: 200;
  font-size: 0.75em;
  font-family: "Droid Sans", Tahoma, Arial, sans-serif;
  margin-right: -28px;
  width: 140px;
  background-image: url(../images/search-icons.png);
  background-repeat: no-repeat;
  background-position: 8px 7px;
  background-size: 24px;
  border: 2px solid #eee;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
/* line 67, ../sass/screen.scss */
#suche:hover, #suche:active, #suche:focus {
  color: #000;
  background-position: 8px -34px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 75, ../sass/screen.scss */
#suche:focus, #suche:active, #suche.active {
  width: 200px;
  color: #000;
  background-position: 8px -74px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1000px) {
  /* line 85, ../sass/screen.scss */
  #main {
    line-height: 1.75em;
    font-size: 0.85em;
  }
}

/* line 92, ../sass/screen.scss */
#main-nav {
  margin-top: -20px;
  padding: 0 40px;
}

/* line 97, ../sass/screen.scss */
#footer-nav {
  margin: 0;
  margin-top: 20px;
  text-align: center;
}

/* line 104, ../sass/screen.scss */
nav .topic {
  background-position: top 6px left;
}

/* line 108, ../sass/screen.scss */
nav .subtopic {
  background-position: top 0px left;
}

/* line 115, ../sass/screen.scss */
#stichwort-index {
  overflow: hidden;
}
/* line 119, ../sass/screen.scss */
#stichwort-index .stichwort-index-block {
  width: 49%;
}
/* line 123, ../sass/screen.scss */
#stichwort-index .stichwort-index-block.odd {
  float: left;
}
/* line 124, ../sass/screen.scss */
#stichwort-index .stichwort-index-block.even {
  float: right;
}
/* line 127, ../sass/screen.scss */
#stichwort-index .row {
  clear: both;
}
@media screen and (max-width: 1000px) {
  /* line 115, ../sass/screen.scss */
  #stichwort-index {
    font-size: 0.9em;
    line-height: 140%;
  }
}

/* line 139, ../sass/screen.scss */
#index-container a.index-letter {
  height: 42px;
  width: 42px;
  padding-top: 22px;
}

/* line 153, ../sass/screen.scss */
.stichwort-index-block h2 {
  background: none !important;
  color: #ccc;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 40px;
  padding-top: 40px !important;
}

/* line 165, ../sass/screen.scss */
#top-button {
  background-color: rgba(225, 0, 26, 0.5);
  border-radius: 100px;
  display: block;
  width: 70px;
  height: 70px;
  position: fixed;
  top: 30px;
  right: 3%;
  text-align: center;
  background-image: url(../images/icon.up.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  text-indent: -1000px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  display: none;
}
/* line 185, ../sass/screen.scss */
#top-button:hover {
  background-color: #e1001a;
}

/* line 191, ../sass/screen.scss */
ul header {
  margin-bottom: 20px;
}



/* Live Search Dropdown */
/* line 212, ../sass/screen.scss */
.ui-autocomplete {
  padding: 0;
  width: 300px;
  border: 1px solid #ccc;
}
/* line 217, ../sass/screen.scss */
.ui-autocomplete li {
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 40px;
  background-image: none;
}
/* line 225, ../sass/screen.scss */
.ui-autocomplete a {
  padding: 10px;
  display: block;
}
/* line 230, ../sass/screen.scss */
.ui-autocomplete a:hover {
  background-color: #f2f2f2;
}
