@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: local('Abel'), url('../fonts/abel-regular.woff2') format('woff2'), url('../fonts/abel-regular.woff') format('woff'), url('../fonts/abel-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans'), url('../fonts/open-sans-300.woff2') format('woff2'), url('../fonts/open-sans-300.woff') format('woff'), url('../fonts/open-sans-300.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), url('../fonts/open-sans-regular.woff2') format('woff2'), url('../fonts/open-sans-regular.woff') format('woff'), url('../fonts/open-sans-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans'), url('../fonts/open-sans-600.woff2') format('woff2'), url('../fonts/open-sans-600.woff') format('woff'), url('../fonts/open-sans-600.ttf') format('truetype');
}

html {
  overflow-y: scroll;
}

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #222222;
  background-color: #8C8C8C;
  background-image: url(../img/layout/bg.gif);
  background-repeat: repeat;
}

a {
  color: #660000;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

a:hover {
  color: #990000;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.20);
}

footer {
  background-color: rgba(255, 255, 255, 0.70);
  border: 1px solid #660000;
  font-size: 1em;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

footer a {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
  border: none;
}

#kopf {
  background-color: rgba(255, 255, 255, 0.40);
  color: #444444;
  border: 1px solid #660000;
}

.kopf a {
  text-decoration: none;
  border: none;
}

main {
  background-color: rgba(255, 255, 255, 0.40);
  border: 1px solid #660000;
  padding: 20px;
}

.rahmen {
  background-color: rgba(255, 255, 255, 0.20);
  border: 1px solid #660000;
  border-radius: 7px;
  padding: 7px;
}

.navbar {
  text-transform: uppercase;
  color: #000000;
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0.70);
  border-left: 1px solid #660000;
  border-right: 1px solid #660000;
  border-bottom: 1px solid #660000;
}

.navbar a {
  color: #660000;
  border-radius: 9px;
  text-decoration: none;
}

.navbar .active {
  background-color: rgba(255, 255, 255, 0.60);
  font-weight: 600;
  border-radius: 7px;
}

.nav-link:hover {
  color: #990000;
  border-radius: 7px;
}

.dropdown-menu {
  color: #660000;
}

.dropdown-item:hover {
  color: #990000;
}

.rand {
  border: 1px solid #660000;
  border-radius: 7px;	
}

.status {
  color: #000000;
  font-weight: 400;
  border: none;
}

.bild-links {
    float: left;
    margin-right: 15px;
    max-width: 200px;
    height: auto;
  }

.btn-outline-secondary {
  background-color: rgba(255, 255, 255, 0.30);
  }

.carousel {
  background-color: rgba(255, 255, 255, 0.30);
  border-left: 1px solid #660000;
  border-right: 1px solid #660000;
}

.carousel-caption {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.60);
  border: 1px solid #660000;
  margin: -28px;
  border-radius: 10px;
}

.carousel-caption h5 {
  margin: -15px;
}

/*----
# Disable AOS fuer mobile
------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Abel, Arial, Helvetica, sans-serif;
  margin: 0px 0 10px 0;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  position: relative;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2.0em;
}

h3 {
  font-size: 1.7em;
}

h4,
h5,
h6 {
  font-size: 1.4em;
}


ul,
ol {
  margin: 15px;
  padding: 0;
  list-style-type: square;
}

table {
  margin: 0 0 15px 0;
  padding: 0;
}

td {
  vertical-align: top;
}

hr {
  border-bottom: 1px dotted #660000;
}

img {
  margin: 0;
  padding: 0;
  border-style: none;
  max-width: 100%;
  height: auto;
}

.table-transparent {
  background-color: transparent !important;
}

.table-transparent thead,
.table-transparent tbody,
.table-transparent tr,
.table-transparent td,
.table-transparent th {
  background-color: transparent !important;
}