html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  padding: 0;
  margin: 0;
  background-image: url(../_images/background.jpg);
  background-attachment:fixed;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  @media (min-width: 768px) {
    body {
      margin: 8px;
      margin: 0.8rem; } }

body, button, input, select, textarea {
  font-size: 16px;
  line-height: 1.5; }

p, td{
    text-align: justify;
	hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

/* Button */
input[type="submit"], input[type="reset"], input[type="button"], input[type="file"] { 
font-style:normal;
font-family:'Open Sans', sans-serif;
font-size: 16px;
line-height: 30px;
color:#FCFCFC;
padding: 4px 10px 4px 10px;
background-color:#030303;
border-width:1px;
border-color:#030303;
border-style:solid;
border-radius: 0px;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="file"]:hover{ 
font-style:normal;
font-family:'Open Sans', sans-serif;
font-size: 16px;
line-height: 30px;
color:#BE281E;
padding: 4px 10px 4px 10px;
background-color:#030303;
border-width:1px;
border-color:#030303;
border-style:solid;
border-radius: 0px;
}

/* Formular */
.formular { 
	border: #BE281E; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 3px; 
	border-left-width: 1px; 
	border-radius: 0px; 
	font-family: 'Open Sans', sans-serif; 
	font-size: 11pt; 
	clip: rect( ); 
	padding-top: 4px; 
	padding-left: 8px; 
	color: #030303; 
	height:25px; }

.formular-text { 
	font-family: 'Open Sans', sans-serif; 
	font-size: 11pt; 
    font-weight: 400; 
	color: #767676; }

.stichwort { color:#2E2E2E; font-weight:bold; }

.bild-umfluss {float:right;margin:5px 0px 15px 15px;max-width: 50%;}
#RightBlock .img-100 {max-width:100%;}

.bild-umfluss-links {float:left;margin:5px 15px 15px 0px;max-width: 50%;}
#RightBlock .img-100 {max-width:100%;}

.bildschatten { 
box-shadow: 4px 4px 2px #848484;
}

/* Header Block */
.header {
  display: block;
  font-size: 0; }
  .header__image {
    width: 100%;
    max-width: 100%;
    height: auto; }

/* Content Block */
.content {
  background-color: #FFFFFF;
  padding: 25px;
  padding: 2.5rem;
  box-sizing: border-box;
  color: #222;
  -webkit-flex: 1 70%;
  -ms-flex: 1 70%;
  flex: 1 70%; }
  .content--footerrow {
    display: none; }
    @media (min-width: 768px) {
      .content--footerrow {
        display: block; } }
  .content__headline {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1;
    font-weight: 400;
    margin: 0;
    padding: 0 80px 10px 0;
    padding: 0 8rem 1rem 0; }
    @media (min-width: 768px) {
      .content__headline {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 1.3; } }
  .content__headline2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 400;
    margin: 0;
    padding: 0 80px 10px 0;
    padding: 0 8rem 1rem 0; }
    @media (min-width: 768px) {
      .content__headline2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.0; } }
  .content__paragraph {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify; }
    .content__paragraph--first {
      margin: 0; }
  .content__link {
    color: #BE281E;
    text-decoration: none;
    transition: color 300ms; }
    .content__link:hover {
      color: #870900; }
  .content__ontop {
    display: block;
    text-align: right;
    cursor: pointer;
    transition: color 0.2s; }
    .content__ontop:hover {
      color: #222; }
      .content__ontop:hover:before {
        -webkit-animation: bounce 750ms infinite linear;
        animation: bounce 750ms infinite linear; }
    .content__ontop:before {
      font: normal normal normal 13px/1 FontAwesome;
      content: "\f106";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      transition: all 0.2s;
      margin: 0 5px 0 0;
      position: relative;
      top: 1px;
      color: #828282; }
  .content__ontop-link {
    color: #828282;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none; }

@-webkit-keyframes bounce {
  0% {
    top: 1px; }

  33% {
    top: -2px; }

  66% {
    top: 2px; }

  100% {
    top: 1px; } }

@keyframes bounce {
  0% {
    top: 1px; }

  33% {
    top: -2px; }

  66% {
    top: 2px; }

  100% {
    top: 1px; } }

/* Navigation Block */
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  color: #FCFCFC;
  background-color: #030303;
  box-sizing: border-box;
  box-shadow: 0 0 2px #828282; }
  @media (min-width: 768px) {
    .navigation {
      position: static;
      width: 100%;
      height: auto;
      box-shadow: none; } }
  .navigation__websitename {
    float: right;
    display: inline-block;
    padding: 10px 15px;
    box-sizing: border-box;
    height: 40px; }
    @media (min-width: 768px) {
      .navigation__websitename {
        display: none; } }
  .navigation__inner {
    display: inline-block;
    position: relative;
    height: 40px;
    padding: 10px 0;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .navigation__inner {
        display: block;
        padding: 0;
        position: static;
        height: auto; } }
  .navigation__mobilenav {
    cursor: pointer;
    margin-left: 15px;
    margin-left: 1.5rem;
    display: inline; }
    @media (min-width: 768px) {
      .navigation__mobilenav {
        display: none; } }
  .navigation__mobilenav-icon {
    font-size: 20px; }
  .navigation__mobilenav-text {
    margin-left: 7px;
    margin-left: 0.7rem; }
  .navigation__list {
    position: absolute;
    top: 40px;
    background-color: #030303;
    display: none;
    margin: 0;
    padding: 0;
    box-shadow: 4px 4px 4px -4px #828282; }
    @media (min-width: 768px) {
      .navigation__list {
        display: block;
        position: static;
        top: 0;
        box-shadow: none; } }
  .navigation__item {
    display: block; }
  .navigation__link {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    display: block;
    color: #FCFCFC;
    text-decoration: none;
    padding: 10px 20px 10px 30px;
    padding: 1rem 2rem 1rem 3rem;
    transition: background-color 0.4s; }
    @media (min-width: 768px) {
      .navigation__link {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5; } }
    .navigation__link:hover {
      background-color: #BE281E; }
    .navigation__link--active {
      background-color: #BE281E; }

/* Grid Block */
.grid {
  width: 100%;
  margin-top: 30px;
  margin-top: 3rem; }
  .grid:after {
    content: " ";
    display: table;
    clear: both; }
  .grid__box {
    width: 100%;
    display: inline-block;
    float: left; }
    .grid__box--50 {
      margin-top: 10px;
      margin-top: 1rem; }
      @media (min-width: 768px) {
        .grid__box--50 {
          width: 50%;
          padding: 5px;
          padding: 0.5rem;
          box-sizing: border-box;
          margin: 0; } }
  .grid__box-inner {
    display: block;
    padding: 8px;
    padding: 0.8rem;
    box-sizing: border-box; }
    .grid__box-inner--border {
      border: 1px solid #eeeeee; }
    .grid__box-inner--border-dark {
      border: 1px solid #c8c8c8; }
    .grid__box-inner--highlighted {
      background-color: #030303; }
  .grid__images {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .grid__paragraph {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    padding: 3px 0;
    padding: 0.3rem 0;
    margin: 0;
	color: #FCFCFC; }
  .grid__adress {
    line-height: 1.2;
	color: #FCFCFC; }

/* Container Block */
.container {
  max-width: 850px;
  max-width: 85rem;
  margin: 0 auto;
  background-color: #FFFFFF; }
  .container:after {
    content: " ";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .container--first {
    margin: 40px auto 0 auto; }
    @media (min-width: 768px) {
      .container--first {
        margin: 25px auto 0 auto; } }
  @media (min-width: 768px) {
    .container--last {
      margin: 0 auto 25px auto; } }

/* Collapse Block */
.collapse {
  margin: 30px 0 0 0;
  margin: 3rem 0 0 0; }
  .collapse__list {
    margin: 0;
    padding: 0; }
  .collapse__item {
    display: block;
    margin-top: 8px;
    margin-top: 0.8rem; }
    .collapse__item:first-child {
      margin: 0; }
  .collapse__title {
    display: block;
    border-bottom: 2px solid #C86400;
    padding: 7px 15px;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s; }
    .collapse__title:hover {
      background-color: #030303; }
    .collapse__title:after {
      font: normal normal normal 18px/1 FontAwesome;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f105";
      position: absolute;
      right: 15px;
      top: 12px;
      transition: all 0.2s; }
    .collapse__title--active {
      background-color: #030303; }
      .collapse__title--active:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .collapse__block {
    display: block;
    padding: 15px;
    padding: 1.5rem;
    text-align: justify;
    display: none;
    position: relative;
    background-color: #FFD296;
    border-bottom: 2px solid #EEEEEE; }

/* News Block */
.news {
  background-color: #030303;
  padding: 15px 20px;
  padding: 1.5rem 2rem;
  box-sizing: border-box; }
  .news__headline {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    border-top: 2px solid #BE281E;
    padding-top: 2px;
    padding-top: 0.2rem;
    margin: 15px 0 25px 0;
    margin: 1.5rem 0 2.5rem 0;
    color: #BE281E;
    font-weight: 400; }
  .news__list {
    margin: 0;
    padding: 0; }
  .news__item {
    display: block;
    margin-top: 25px;
    margin-top: 2.5rem; }
    .news__item:first-child {
      margin: 0; }
    .news__item:last-child {
      border-bottom: 2px solid #BE281E;
      padding-bottom: 25px;
      padding-bottom: 2.5rem; }
  .news__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #FCFCFC;
    font-weight: 400; }
  .news__image__title {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #ADADAD; }
  .news__teaser {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-align: justify; }
  .news__link {
    color: #BE281E;
    text-decoration: none;
    transition: color 300ms; }
    .news__link:hover {
      color: #870900; }

/* Sidebar Block */
.sidebar {
  background-color: #030303;
  -webkit-flex: 1 30%;
  -ms-flex: 1 30%;
  flex: 1 30%; }
  .sidebar:after {
    content: " ";
    display: table;
    clear: both; }

/* Website Block */
.website {
  max-width: 850px;
  max-width: 85rem;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .website {
      box-shadow: 0 0 6px #BE281E;
      filter: progid:DXImageTransform.Microsoft.Shadow(Color=#BE281E, Strength=5, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#BE281E, Strength=5, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#BE281E, Strength=5, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#BE281E, Strength=5, Direction=270);
      zoom: 1; } }

/* News Block */
.footer {
  background-color: #030303;
  padding: 20px;
  padding: 2rem;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #FCFCFC;
  margin: 0; }
  @media (min-width: 768px) {
    .footer {
      padding: 0 20px;
      padding: 0 2rem;
      margin: 33px 0 0 0;
      margin: 3.3rem 0 0 0; } }
