@import url('../font-awesome/css/all.min.css');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWyV9hlIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v16/mem6YaGs126MiZpBA-UFUK0Xdcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKXGUdhlIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWiUNhlIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKW-U9hlIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OXOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFW50e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOXOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOXOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOXOhs.ttf) format('truetype');
}
.schrift {
  font-family: 'Open Sans', sans-serif;
}
.schriftlight {
  font-weight: 300;
}
.schriftlightkursiv {
  font-weight: 300;
  font-style: italic;
}
.schriftnormal {
  font-weight: 400;
}
.schriftnormalkursiv {
  font-weight: 400;
  font-style: italic;
}
.schriftsemibold {
  font-weight: 600;
}
.schriftsemiboldkursiv {
  font-weight: 600;
  font-style: italic;
}
.schriftbold {
  font-weight: 700;
}
.schriftboldkursiv {
  font-weight: 700;
  font-style: italic;
}
.schriftblack {
  font-weight: 800;
}
.schriftblackkursiv {
  font-weight: 800;
  font-style: italic;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
}
div {
  font-size: 0;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input,
select {
  vertical-align: middle;
}
.gecko button::-moz-focus-inner,
.gecko input[type="button"]::-moz-focus-inner,
.gecko input[type="submit"]::-moz-focus-inner,
.gecko input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}
a,
a:active,
a:focus,
:focus {
  text-decoration: none;
  -moz-outline-style: none;
  outline: none;
}
.silbentrennung {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.schriftglaetten {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cssanimationloeschen {
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.cssanimation {
  transition: all 0.5s;
}
.cssanimation_schnell {
  transition: all 0.2s;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-hoehe {
  display: block;
  max-height: 100%;
  width: auto;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.clearboth {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  width: 0px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  visibility: hidden;
}
.row {
  font-size: 0;
}
.displaynone {
  display: none;
}
.displayinline {
  display: inline !important;
}
.backgroundcover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.backgroundparallax {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}
.schlagschatten_hart {
  text-shadow: 1px 1px 0px #000000;
}
.schatten {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
}
.bild_kreis img {
  border-radius: 50%;
  display: inline-block;
}
.schatten-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.schatten-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.schatten-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.schatten-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.schatten-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.schatten-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.karte iframe {
  width: 100%;
  height: 320px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
.vertikalzentriert {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 100%;
}
.vertikalzentriert_flexbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.footer.parallax,
footer.parallax {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}
.parallax_scroll {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.reflex:after {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.slick-dots {
  bottom: 0px !important;
}
.slick-dots li {
  background: #000000 !important;
  width: 45px !important;
  height: 5px !important;
  border-radius: 0px !important;
}
.slick-dots li button:before {
  display: none !important;
}
.slick-dots li.slick-active {
  background: #003a70 !important;
}
.slick-prev,
.slick-next {
  width: 55px !important;
  height: 75px !important;
  background: #000000;
  z-index: 666;
}
.slick-prev:hover.slick-prev:before,
.slick-next:hover.slick-prev:before,
.slick-prev:hover.slick-next:before,
.slick-next:hover.slick-next:before {
  opacity: 1 !important;
  transition: all 0.5s;
}
.slick-prev {
  left: 50px !important;
}
.slick-next {
  right: 50px !important;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Pro' !important;
  font-size: 80px !important;
  font-size: 8rem !important;
  line-height: 1;
  opacity: 0.5 !important;
  color: white;
  position: absolute;
  top: -12px !important;
  left: 13px  !important;
  transition: all 0.5s;
}
.slick-prev:before {
  content: "\f104" !important;
}
.slick-next:before {
  content: "\f105" !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  html,
  body {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html,
  body {
    height: auto;
  }
}
.mm-panels {
  background-color: #003a70;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: white;
}
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: white;
  font-size: 17px;
}
.mm-navbar,
.mm-listitem:after,
.mm-listitem,
.mm-listitem .mm-btn_next,
.mm-listitem .mm-btn_next:before,
.mm-listitem:after,
.mm-listview {
  border-color: white !important;
}
.mm-menu .mm-listview .mm-btn_next:after,
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.5);
}
#cookie-bar {
  background: #000000;
  height: auto;
  line-height: 24px;
  text-align: center;
  padding: 5px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar p {
  color: white !important;
}
#cookie-bar p a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar p a:hover {
  color: black;
}
#cookie-bar span {
  padding-left: 40px;
  display: inline-block;
}
#cookie-bar .cb-enable {
  background: none;
  text-decoration: underline;
}
#cookie-bar .cb-enable:hover {
  color: black;
  text-decoration: none;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
span.divascookies-policy-link a:hover {
  color: #003a70;
}
.ie8 .container,
.ie7 .container {
  width: 1170px;
  width: 970px;
}
.formular label {
  display: block;
}
.formular textarea {
  border: 1px solid #003a70;
  width: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  resize: none;
}
.formular input[type="text"],
.formular input[type="email"],
.formular input[type="password"],
.formular input[type="search"],
.formular input[type="number"],
.formular input[type="password"],
.formular input[type="submit"],
.formular input[type="date"] {
  border: 1px solid #003a70;
  width: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  color: #003a70;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px !important;
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: rgba(0, 58, 112, 0.5);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 58, 112, 0.5);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 58, 112, 0.5);
}
:-ms-input-placeholder {
  color: rgba(0, 58, 112, 0.5);
}
input[type=range] {
  -webkit-appearance: none;
  margin: 15px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #222, 0px 0px 0px #2f2f2f;
  background: #003a70;
  border-radius: 5px;
  border: 0px solid transparent;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #111, 0px 0px 0px #1e1e1e;
  border: 2px solid #003a70;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #00478a;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #222, 0px 0px 0px #2f2f2f;
  background: #003a70;
  border-radius: 5px;
  border: 0px solid transparent;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #111, 0px 0px 0px #1e1e1e;
  border: 2px solid #003a70;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 30px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #002d57;
  border: 0px solid transparent;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #222, 0px 0px 0px #2f2f2f;
}
input[type=range]::-ms-fill-upper {
  background: #003a70;
  border: 0px solid transparent;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #222, 0px 0px 0px #2f2f2f;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #111, 0px 0px 0px #1e1e1e;
  border: 2px solid #003a70;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #003a70;
}
input[type=range]:focus::-ms-fill-upper {
  background: #00478a;
}
@media (max-width: 479px) {
  .hidden-iphone {
    display: none;
  }
  .breite-iphone {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .col-xs-12 {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-12 {
    padding-bottom: 20px;
  }
}
.container .container {
  width: 100% !important;
}
.container .container .row {
  margin-left: -30px;
  margin-right: -30px;
}
html {
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
:root {
  font-size: 62.5%;
}
:root body {
  font-size: 13px;
  font-size: 1.3rem;
}
html,
body {
  height: 100%;
}
@media (max-width: 767px) {
  html,
  body {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html,
  body {
    height: auto;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
select,
select option,
ul li,
ol li,
a,
br,
label,
button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000000;
  line-height: 140%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 120%;
}
a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  transition: all 0.5s;
  text-decoration: none;
  color: #c31431;
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
input,
textarea,
select,
button,
submit {
  border: 0px;
  background: none;
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
sup {
  vertical-align: top;
  position: relative;
  top: -0.2em;
  font-size: 0.8em;
}
ul,
ol {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
strong,
b {
  font-weight: 700;
  font-size: inherit;
}
em,
i,
italic {
  font-weight: 400;
  font-style: italic;
  font-size: inherit;
}
hr {
  width: 100%;
  border-top: 1px solid #003a70;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #003a70;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #cc0000;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #003a70;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #cc0000;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.select {
  padding: 0;
  margin: 0;
  border: 1px solid #003a70;
  width: 100%;
  overflow: hidden;
  background-color: white;
  position: relative;
}
.select:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 200;
  position: absolute;
  font-size: 32px;
  font-size: 3.2rem;
  color: #003a70;
  top: 0px;
  right: 10px;
  z-index: 1;
  border-left: 1px solid #003a70;
  height: 46px;
  width: 30px;
  padding-left: 12px;
  padding-top: 6px;
}
.select select {
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select select option {
  font-size: 16px;
  font-size: 1.6rem;
}
.select select:focus {
  outline: none;
}
/*
  <label class="input_upload">
  <input accept="image/*" required="" type="file">
  <span>Datei auswählen...</span>
  </label>
 */
label.input_upload {
  border: 1px solid #003a70;
  border-radius: 6px;
  padding: 5px 8px 5px 8px;
  background: #003a70;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s;
  margin-bottom: 10px;
}
label.input_upload input[type="file"] {
  position: fixed;
  top: -1000px;
}
label.input_upload:hover {
  background: #00203d;
  color: white;
  transition: all 0.5s;
}
label.input_upload:active {
  background: #00203d;
  color: white;
}
label.input_upload :invalid + span {
  color: white;
}
label.input_upload :valid + span {
  color: white;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.green-audio-player {
  width: 400px;
  min-width: 300px;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #fff;
}
.green-audio-player svg,
.green-audio-player img {
  display: block;
}
.green-audio-player .play-pause-btn {
  display: none;
  cursor: pointer;
}
.green-audio-player .play-pause-btn .play-pause-btn__icon {
  fill: #003a70 !important;
}
.green-audio-player .loading .loading__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #003a70;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.green-audio-player .slider {
  flex-grow: 1;
  background-color: rgba(0, 58, 112, 0.25);
  cursor: pointer;
  position: relative;
}
.green-audio-player .slider .gap-progress {
  background-color: #003a70;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #003a70;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 blue;
}
.green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #003a70;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
}
.green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.green-audio-player .controls span {
  cursor: default;
}
.green-audio-player .volume {
  position: relative;
}
.green-audio-player .volume .volume__button {
  cursor: pointer;
}
.green-audio-player .volume .volume__button.open path {
  fill: #003a70;
}
.green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: rgba(0, 58, 112, 0.25);
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
}
.green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.borderradius {
  border-radius: 5px;
}
@media (max-width: 767px) {
  .bodypadding .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.textstil h1 {
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 10px;
}
.textstil h2 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 15px;
}
.textstil h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 5px;
}
.textstil h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.textstil h6 a {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  background: #003a70;
  border: 1px solid #003a70;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
  transition: all 0.5s;
}
.textstil h6 a:hover {
  background: none;
  border: 1px solid #003a70;
  color: #003a70;
}
.textstil p,
.textstil ul li,
.textstil ol li {
  font-size: 16px;
  font-size: 1.6rem;
}
.textstil p a,
.textstil ul li a,
.textstil ol li a {
  font-size: inherit;
  border-bottom: 1px dotted #c31431;
}
.textstil p a:hover,
.textstil ul li a:hover,
.textstil ol li a:hover {
  color: #000000;
  border-bottom: 1px solid #003a70;
}
.textstil ul li,
.textstil ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.textstil ul li {
  list-style-type: square;
}
.textstil ol li {
  list-style-type: decimal-leading-zero;
}
body {
  background: rgba(0, 58, 112, 0.1);
}
.umschlag {
  height: 100%;
}
.formular input[type=text],
.formular input[type=tel],
.formular input[type=email],
.formular input[type=date],
.formular input[type=number],
.formular textarea {
  transition: all 0.2s;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
}
.formular input[type=text]:focus,
.formular input[type=tel]:focus,
.formular input[type=email]:focus,
.formular input[type=date]:focus,
.formular input[type=number]:focus,
.formular textarea:focus {
  background: rgba(0, 58, 112, 0.05);
  transition: all 0.2s;
  border-left: 5px solid #003a70;
}
.formular label {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.formular button {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  background: #c31431;
  border: 1px solid #c31431;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
  transition: all 0.5s;
}
.formular button i {
  font-size: inherit;
  margin-right: 2px;
}
.formular button:hover {
  transition: all 0.5s;
  background: white;
  color: #c31431;
}
.formular .formular_block {
  background: white;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}
.formular .formular_block:last-child {
  margin-bottom: 0px;
}
.formular .input_block,
.formular .select_block,
.formular .textarea_block {
  margin-bottom: 15px;
  width: 100%;
}
.formular .input_block.zeile,
.formular .select_block.zeile,
.formular .textarea_block.zeile {
  display: inline-block;
  width: 50%;
}
.formular .input_block.zeile.links,
.formular .select_block.zeile.links,
.formular .textarea_block.zeile.links {
  padding-right: 15px;
}
.formular .input_block.zeile.rechts,
.formular .select_block.zeile.rechts,
.formular .textarea_block.zeile.rechts {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .formular .input_block.zeile,
  .formular .select_block.zeile,
  .formular .textarea_block.zeile {
    display: inline-block;
    width: 100%;
  }
  .formular .input_block.zeile.links,
  .formular .select_block.zeile.links,
  .formular .textarea_block.zeile.links,
  .formular .input_block.zeile.rechts,
  .formular .select_block.zeile.rechts,
  .formular .textarea_block.zeile.rechts {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .formular .input_block.zeile,
  .formular .select_block.zeile,
  .formular .textarea_block.zeile {
    display: inline-block;
    width: 100%;
  }
  .formular .input_block.zeile.links,
  .formular .select_block.zeile.links,
  .formular .textarea_block.zeile.links,
  .formular .input_block.zeile.rechts,
  .formular .select_block.zeile.rechts,
  .formular .textarea_block.zeile.rechts {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.formular .select_block {
  margin-top: 22px;
}
.formular .video_formular h1 {
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 10px;
}
.formular .video_formular h2 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 15px;
}
.formular .video_formular h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 5px;
}
.formular .video_formular h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.formular .video_formular h6 a {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  background: #003a70;
  border: 1px solid #003a70;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
  transition: all 0.5s;
}
.formular .video_formular h6 a:hover {
  background: none;
  border: 1px solid #003a70;
  color: #003a70;
}
.formular .video_formular p,
.formular .video_formular ul li,
.formular .video_formular ol li {
  font-size: 16px;
  font-size: 1.6rem;
}
.formular .video_formular p a,
.formular .video_formular ul li a,
.formular .video_formular ol li a {
  font-size: inherit;
  border-bottom: 1px dotted #c31431;
}
.formular .video_formular p a:hover,
.formular .video_formular ul li a:hover,
.formular .video_formular ol li a:hover {
  color: #000000;
  border-bottom: 1px solid #003a70;
}
.formular .video_formular ul li,
.formular .video_formular ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.formular .video_formular ul li {
  list-style-type: square;
}
.formular .video_formular ol li {
  list-style-type: decimal-leading-zero;
}
.formular .video_formular h3 {
  color: #003a70;
  font-weight: 600;
  margin-bottom: 20px;
}
.formular .video_formular p.hinweis {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #cc0000;
}
.formular .video_formular .vorgabe_hintergrund {
  background: rgba(0, 58, 112, 0.1);
  padding: 15px;
  margin-top: 30px;
}
.formular .video_formular .vorgabe_hintergrund p {
  margin-bottom: 10px;
}
.formular .video_formular .vorgabe_hintergrund.vorgabe_hintergrund--text ul {
  margin-top: 15px;
}
.formular .video_formular .vorgabe_hintergrund.vorgabe_hintergrund--text ul li {
  border: 1px solid #003a70;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  margin-left: 0;
  cursor: pointer;
  transition: all 0.5s;
}
.formular .video_formular .vorgabe_hintergrund.vorgabe_hintergrund--text ul li:hover {
  background: rgba(0, 58, 112, 0.2);
  transition: all 0.5s;
}
.formular .video_formular .vorgabe_hintergrund.vorgabe_hintergrund--audio .green-audio-player {
  width: 100%;
  background-color: transparent;
  height: 35px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.formular .video_formular .vorgabe_hintergrund.vorgabe_hintergrund--audio ul {
  margin-top: 15px;
}
.formular .video_formular .vorgabe_hintergrund.vorgabe_hintergrund--audio ul li {
  margin-bottom: 10px;
  margin-left: 0;
  padding: 10px;
  list-style-type: none;
  border: 1px solid #003a70;
}
.formular .video_formular .vorgabe_hintergrund.vorgabe_hintergrund--texture ul {
  margin-top: 15px;
}
.formular .video_formular .vorgabe_hintergrund.vorgabe_hintergrund--texture ul li {
  margin-bottom: 10px;
  margin-left: 0;
  padding: 10px;
  list-style-type: none;
  border: 1px solid #003a70;
}
.formular .video_formular .vorgabe_hintergrund.vorgabe_hintergrund--texture ul li .vorgabe_hintergrund--texture_bild {
  height: 150px;
}
.formular .video_formular.video_formular--uploadimage .cropit-preview_basis {
  background-size: cover;
  border: 1px solid #003a70;
  width: 250px;
  height: 250px;
  margin: 20px auto 0 auto;
}
.formular .video_formular.video_formular--uploadimage .cropit-preview-image-container {
  cursor: move;
  background: white;
}
.formular .video_formular.video_formular--uploadimage .button_drehen {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.formular .video_formular.video_formular--uploadimage .button_drehen p {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  color: #003a70;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0 !important;
}
.formular .video_formular .auswahl_liste {
  margin-top: 15px;
}
.formular .video_formular .auswahl_liste ul li {
  margin-left: 0;
  list-style-type: none;
}
.formular .video_formular .auswahl_liste ul li label {
  letter-spacing: 0;
  text-transform: none;
}
.abstand {
  height: 30px;
  width: 100%;
  display: block;
}
.abstand.zweifach {
  height: 60px;
}
.abstand_marginbottom {
  margin-bottom: 30px;
}
.abstand_marginbottom.zweifach {
  margin-bottom: 60px;
}
.login_benutzer_con {
  padding-top: 15px;
  margin: auto;
  max-width: 350px;
  height: auto;
  background: white;
}
.login_benutzer_con .container {
  width: 100%;
}
.login_benutzer_con .row {
  padding: 15px;
}
.login_benutzer_con .info {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  padding-bottom: 15px;
}
.login_benutzer_con .info:empty {
  display: none;
}
.login_benutzer_con .formular input[type=text] {
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
}
.login_benutzer_con .row.login {
  padding-bottom: 30px;
}
.login_benutzer_con .row.hilfe {
  padding-bottom: 30px;
  background: #003a70;
}
.login_benutzer_con .row.hilfe p {
  color: white;
}
.login_benutzer_con .row.hilfe p a {
  color: white;
  border-bottom: 1px dotted white;
}
.login_benutzer_con .row.hilfe p a:hover {
  border-bottom: 1px solid white;
}
.login_benutzer_con.fehler {
  background: #cc0000;
  padding-bottom: 15px;
}
.login_benutzer_con.fehler .icon {
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}
.login_benutzer_con.fehler .icon i {
  font-size: 45px;
  font-size: 4.5rem;
}
.login_benutzer_con.fehler p,
.login_benutzer_con.fehler i {
  color: white;
}
.login_benutzer_con.fehler p a,
.login_benutzer_con.fehler i a {
  color: white;
  border-bottom: 1px dotted white;
}
.login_benutzer_con.fehler p a:hover,
.login_benutzer_con.fehler i a:hover {
  border-bottom: 1px solid white;
}
@media (max-width: 767px) {
  .login_benutzer_con {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .login_benutzer_con {
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .login_benutzer_con {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 100%;
  }
}
@media (min-width: 1200px) {
  .login_benutzer_con {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 100%;
  }
}
.info_con {
  background: rgba(0, 58, 112, 0.25);
  padding-top: 2px;
  padding-bottom: 5px;
}
.info_con .spalte_a {
  text-align: right;
}
.info_con .spalte_a p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #003a70;
  display: inline-block;
  margin-left: 20px;
}
.info_con .spalte_a p a {
  color: inherit;
}
.info_con .spalte_a p a:hover {
  color: #003a70;
}
.info_con .spalte_a p span {
  font-weight: 700;
}
.info_con .spalte_a p i,
.info_con .spalte_a p span {
  font-size: inherit;
}
.info_con .spalte_a p i {
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.logo_con {
  background: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
.logo_con .spalte_a .spalte_hoehe,
.logo_con .spalte_b .spalte_hoehe,
.logo_con .spalte_c .spalte_hoehe {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.logo_con .spalte_a a {
  width: 140px;
  display: inline-block;
}
.logo_con .spalte_b a {
  width: 180px;
  display: inline-block;
  margin: 0 auto;
}
.logo_con .spalte_c a {
  display: inline-block;
  margin: 0 auto;
}
.navigation_con {
  background: #003a70;
}
.navigation_con ul {
  text-align: center;
}
.navigation_con ul li {
  display: inline-block;
}
.navigation_con ul li.aktiv,
.navigation_con ul li:hover {
  background: white;
}
.navigation_con ul li.aktiv a,
.navigation_con ul li:hover a {
  color: #003a70;
}
.navigation_con ul li a {
  display: inline-block;
  padding: 6px 8px 6px 8px;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.rahmen.paragraph_paddingleftright p {
  padding-left: 120px;
  padding-right: 120px;
}
.inhalt_con {
  margin-top: 90px;
}
.inhalt_con ul.button li {
  display: inline-block;
  width: 220px;
  vertical-align: top;
  margin: 0 10px 0 10px;
}
.inhalt_con ul.button li a {
  width: 220px;
  height: 220px;
  display: table-cell;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #003a70;
  background: white;
  color: #003a70;
  border-radius: 5px;
  line-height: 200%;
}
.inhalt_con ul.button li a i {
  font-size: 32px;
  font-size: 3.2rem;
  color: rgba(0, 58, 112, 0.5);
}
.inhalt_con ul.button li a span {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
}
.inhalt_con ul.button li a:hover {
  background: #003a70;
  color: white;
}
.inhalt_con ul.button li a:hover i {
  color: inherit;
}
.video_liste_con .video_liste h1 {
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 10px;
}
.video_liste_con .video_liste h2 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 15px;
}
.video_liste_con .video_liste h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 5px;
}
.video_liste_con .video_liste h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.video_liste_con .video_liste h6 a {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  background: #003a70;
  border: 1px solid #003a70;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
  transition: all 0.5s;
}
.video_liste_con .video_liste h6 a:hover {
  background: none;
  border: 1px solid #003a70;
  color: #003a70;
}
.video_liste_con .video_liste p,
.video_liste_con .video_liste ul li,
.video_liste_con .video_liste ol li {
  font-size: 16px;
  font-size: 1.6rem;
}
.video_liste_con .video_liste p a,
.video_liste_con .video_liste ul li a,
.video_liste_con .video_liste ol li a {
  font-size: inherit;
  border-bottom: 1px dotted #c31431;
}
.video_liste_con .video_liste p a:hover,
.video_liste_con .video_liste ul li a:hover,
.video_liste_con .video_liste ol li a:hover {
  color: #000000;
  border-bottom: 1px solid #003a70;
}
.video_liste_con .video_liste ul li,
.video_liste_con .video_liste ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.video_liste_con .video_liste ul li {
  list-style-type: square;
}
.video_liste_con .video_liste ol li {
  list-style-type: decimal-leading-zero;
}
.video_liste_con .video_liste.layout_a,
.video_liste_con .video_liste.layout_b,
.video_liste_con .video_liste.layout_c {
  margin-bottom: 30px;
  display: inline-block;
}
.video_liste_con .video_liste.layout_a.hintergrund,
.video_liste_con .video_liste.layout_b.hintergrund,
.video_liste_con .video_liste.layout_c.hintergrund {
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.video_liste_con .video_liste.layout_d {
  display: inline;
}
.video_liste_con .video_liste.layout_d .rahmen {
  margin-bottom: 30px;
}
.video_liste_con .video_liste.layout_d.hintergrund .rahmen {
  background: white;
  padding: 15px;
}
.video_liste_con .video_liste .col-lg-12.spalte_a {
  margin-bottom: 15px;
}
.video_archiv_con .video_archiv h1 {
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 10px;
}
.video_archiv_con .video_archiv h2 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 15px;
}
.video_archiv_con .video_archiv h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 5px;
}
.video_archiv_con .video_archiv h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.video_archiv_con .video_archiv h6 a {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  background: #003a70;
  border: 1px solid #003a70;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
  transition: all 0.5s;
}
.video_archiv_con .video_archiv h6 a:hover {
  background: none;
  border: 1px solid #003a70;
  color: #003a70;
}
.video_archiv_con .video_archiv p,
.video_archiv_con .video_archiv ul li,
.video_archiv_con .video_archiv ol li {
  font-size: 16px;
  font-size: 1.6rem;
}
.video_archiv_con .video_archiv p a,
.video_archiv_con .video_archiv ul li a,
.video_archiv_con .video_archiv ol li a {
  font-size: inherit;
  border-bottom: 1px dotted #c31431;
}
.video_archiv_con .video_archiv p a:hover,
.video_archiv_con .video_archiv ul li a:hover,
.video_archiv_con .video_archiv ol li a:hover {
  color: #000000;
  border-bottom: 1px solid #003a70;
}
.video_archiv_con .video_archiv ul li,
.video_archiv_con .video_archiv ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.video_archiv_con .video_archiv ul li {
  list-style-type: square;
}
.video_archiv_con .video_archiv ol li {
  list-style-type: decimal-leading-zero;
}
.video_archiv_con .video_archiv video {
  width: 100%;
}
.video_archiv_con .video_archiv .col-lg-4 {
  margin-bottom: 30px;
}
.video_archiv_con .video_archiv .col-lg-4.zweifach {
  margin-bottom: 60px;
}
.video_archiv_con .video_archiv .rahmen {
  padding: 10px 15px 10px 15px;
  position: relative;
}
.video_archiv_con .video_archiv h4 {
  border-top: 1px solid #003a70;
  margin-top: 10px;
  padding-top: 5px;
  line-height: 140%;
}
.video_archiv_con .video_archiv .button {
  margin-top: 0px;
  background: #003a70;
  padding: 10px 0px 10px 20px;
}
.video_archiv_con .video_archiv p.datum,
.video_archiv_con .video_archiv p.vorschau,
.video_archiv_con .video_archiv p.share,
.video_archiv_con .video_archiv p.duplizieren,
.video_archiv_con .video_archiv p.rendern,
.video_archiv_con .video_archiv p.download {
  display: inline-block;
}
.video_archiv_con .video_archiv p.duplizieren a,
.video_archiv_con .video_archiv p.rendern a,
.video_archiv_con .video_archiv p.download a {
  border-radius: 5px;
  border: 1px solid white;
  display: inline-block;
  padding: 5px 8px 5px 8px;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0px 0px 0px 10px;
  width: 30px;
  overflow: hidden;
  transition: all 0.5s;
  vertical-align: middle;
}
.video_archiv_con .video_archiv p.duplizieren a span,
.video_archiv_con .video_archiv p.rendern a span,
.video_archiv_con .video_archiv p.download a span {
  font-size: inherit;
  padding-left: 10px;
  display: none;
}
.video_archiv_con .video_archiv p.duplizieren a:hover,
.video_archiv_con .video_archiv p.rendern a:hover,
.video_archiv_con .video_archiv p.download a:hover {
  color: white;
  border: 1px solid white;
  width: auto;
  transition: all 0.5s;
}
.video_archiv_con .video_archiv p.duplizieren a:hover span,
.video_archiv_con .video_archiv p.rendern a:hover span,
.video_archiv_con .video_archiv p.download a:hover span {
  display: inline-block;
}
.video_archiv_con .video_archiv p.datum {
  font-size: 13px;
  font-size: 1.3rem;
}
.video_archiv_con .video_archiv p.vorschau {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0px;
  border: 1px solid white;
  padding: 1px 4px 1px 4px;
  border-radius: 5px;
  color: white;
  position: relative;
  top: 0px;
  background: rgba(255, 255, 255, 0.2);
}
.fuss_con {
  margin-top: 90px;
  background: #003a70;
  padding-top: 4px;
  padding-bottom: 4px;
}
.footer_displaynone .fuss_con {
  display: none;
}
.fuss_con p,
.fuss_con ul li,
.fuss_con a {
  color: white;
}
.fuss_con ul li {
  display: inline-block;
  margin-left: 10px;
}
.fuss_con ul li:first-child {
  margin-left: 0;
}
.fuss_con .spalte_b {
  text-align: right;
}
/*# sourceMappingURL=stile.css.map */