* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  background-image: url("../background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #cccccc;
  background-attachment: fixed;
  bottom: 0px;
}

#menu {
  margin-top: 15px;
}

#header {
  max-height: 250px;
  margin-top: 20px
}

#header-left {
  float: left;
  width: 50%;
}

.header-right {
  float: right;
  width: 50%;
}

#container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#content_container {
  margin-top: 20px;
  padding-top: 35px;
  padding-bottom: 25px;
  height: auto !important;
  background-color: #eaf4e9;
  float: right;
  width: 100%;
}

#container50_50 {}

#footer_container {
  width: 100%;
  margin-top: 50px;
  background-color: #A4A4A4;
  opacity: 0.90;
  float: left;
}

.content {
  background-color: #eaf4e9;
}

#kontaktformular-151, ::before, ::after {
  box-sizing: border-box;
}

.btn-group {
  display: none;
}

.btn-primary, .btn {
  color: #b6c73a;
  background-color: #265832;
}

.btn-primary:hover, .btn:hover {
  color: #265832;
  background-color: #b6c73a;
}

.powermail_reset:hover {
  color: red;
  background-color: #ff00004f;
}

.col-md-3 {
  width: 25%;
  float: left;
}

.col-md-6 {
  width: 50%;
}

.col-md-12 {
  width: 100%;
}

/* ab hier beginnt die Mobilansicht der Webseite */
.header-left {
  float: left;
  width: 50%;
}

.header-right {
  float: right;
  width: 50%;
}

.image img {
  max-width: 100%;
  height: auto;
}