/* General Settings */
body {
  font-family: sans-serif;
  color: #555;
  font-size: 15px;
  background-image: url(http://elbeholz.de/wp-content/uploads/2018/04/nature-3294681_1920.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem;
}

.content-top {
  box-shadow: 0px -6px 6px -4px rgba(0, 0, 0, 0.75),
    0px +6px 6px -4px rgba(0, 0, 0, 0.75);
  background-color: rgba(255, 255, 255, 0.93);
  padding: 1rem;
}

a {
  transition: 0.3s linear;
}

.page {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.alert {
  border-radius: 0;
}

/* Colors
    $brand-primary: hsl(161,95%,15%)
    $brand-secondary: hsl(161,95%,21%)
    $brand-third: hsl(161,95%,27%)
 */

/* Align classes */
.align-center {
  text-align: center;
}

/*  Default Classes*/
.label-strong {
  font-weight: bold;
}

/* Buttons */
.btn {
  transition: 0.3s linear;
  border: 1px solid transparent;
  margin: 0;
}

.btn-primary {
  background-color: hsl(161, 95%, 15%) !important;
  border-color: hsl(161, 95%, 15%) !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):focus {
  color: hsl(161, 95%, 15%) !important;
  background-color: white !important;
  border-color: hsl(161, 95%, 15%) !important ;
}

.btn-primary:focus {
  box-shadow: none;
}

/* Slide Button */
/* The switch - the box around the slider */
.switch-button {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch-button input {
  display: none;
}

/* The slider */
.switch-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-button .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-button input:checked + .slider {
  background-color: hsl(161, 95%, 15%);
}

.switch-button input:focus + .slider {
  box-shadow: 0 0 1px hsl(161, 95%, 15%);
}

.switch-button input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch-button .slider.round {
  border-radius: 34px;
}

.switch-button .slider.round:before {
  border-radius: 50%;
}

/* Flex Classes */
.flex {
  display: flex;
}

.flex-1 {
  flex-grow: 1;
}

/* Heading */
.main-heading {
  text-align: center;
  color: hsl(161, 95%, 15%);
  text-shadow: 0 0 5px white;
}

/* Homepage Styling */
.bid-container .bid {
  background-color: white;
  padding: 15px;
  min-height: 200;
  margin-top: 15;
  margin-bottom: 15;
}
.width100 {
  width: 100px !important;
}
.inlForm {
  width: 100px;
}

label {
  margin-bottom: 0;
}

.paramsContainer {
  flex-direction: column;
  display: table;
  border-collapse: separate;
  border-spacing: 0px;
  text-align: center;
}

.tableRow {
  display: table-row;
  text-align: center;
}

.tableCell {
  display: table-cell;
  text-align: center;
}

.alignCenter {
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.bid-container .new-bid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bid-container .bid-link,
.bid-container .new-bid-link {
  color: hsl(161, 95%, 15%);
}

.bid-container .bid-link:hover,
.bid-container .bid-link:active,
.bid-container .bid-link:focus,
.bid-container .new-bid-link:hover,
.bid-container .new-bid-link:active,
.bid-container .new-bid-link:focus {
  color: white;
  text-decoration: none;
}

.bid-container .bid-link:hover .bid,
.bid-container .bid-link:focus .bid,
.bid-container .bid-link:active .bid,
.bid-container .new-bid-link:hover .bid,
.bid-container .new-bid-link:focus .bid,
.bid-container .new-bid-link:active .bid {
  background-color: hsl(161, 95%, 15%);
  transition: 0.3s linear;
}

.bid-container .new-bid-link i {
  font-size: 5rem;
}

/* Content Styling */
.content-container-top form {
  margin: 0;
}

/* Footer Styling */
.footer {
  background-color: #141419;
  padding: 13px 2.857rem;
}

.site-info-wrap {
  font-size: 0.857rem;
  line-height: 1.75;
}

.site-info-block {
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-copyright {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #79787f;
}

#footer-navigation {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

#footer-menu-items {
  margin-bottom: 0;
  padding-left: 0;
}

.footer-menu-item {
  display: inline;
  padding: 5px 11px;
  text-transform: uppercase;
  list-style: none;
}

.footer-menu-item a {
  color: #93ce20;
  text-decoration: none;
}

.footer-menu-item a:hover {
  color: #ffffff;
}

/* VMZ Styling */
.vmz-wrapper input.checkbox {
  display: none;
}

.vmz-disabled,
.vmz-disabled:hover,
.vmz-disabled:visited {
  background-color: lightgrey;
}

.vmz-wrapper .submit-button {
  text-align: right;
  margin: 1rem 0 0 0;
}

.vmz-button:hover {
  opacity: 0.9;
}

.vmz-wrapper .vmz-button.active {
  background-color: hsl(161, 95%, 15%);
  border-color: hsl(161, 95%, 15%);
}

.vmz-wrapper form {
  margin-bottom: 0;
}

.vmz-wrapper .alert {
  margin-bottom: 0;
}

.vmz-wrapper .side-link.btn-primary:hover {
  border-color: hsl(161, 95%, 15%);
}
.list-group-item.active .treeImg {
  filter: invert(100%);
  transition: 0.5s;
}

.treeImg {
  filter: invert(0%);
  vertical-align: sub;
  transition: 0.5s;
}

.comment-wrap {
  margin-bottom: 15px;
}

.comment-wrap #comment {
  width: 100%;
}

#comment {
  resize: none;
  min-height: 60px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Preise festlegen - Tabellen */
.price-table {
  font-size: 14px;
  margin-bottom: 15px;
}

/* Längenabschnitt - Meter */
.lange-wrapper .custom-select {
  height: auto;
}

.lange-wrapper #UFs label {
  font-size: 16px;
}

.lange-wrapper .lange-button {
  background-color: rgba(255, 255, 255, 0.75);
}

.lange-wrapper .lange-button.active {
  background-color: rgba(2, 75, 52, 0.75);
  border-color: rgba(2, 75, 52, 0.75);
}

.lange-wrapper .lange-button.list-group-item:last-child {
  margin-bottom: -1px;
}

.lange-wrapper .lange-button .checkbox {
  display: none;
}

.lange-wrapper .lange-button h5 {
  margin-bottom: 0;
}

/* FAQ Unterseite */
.faq-wrapper .faq-wrap {
  margin-bottom: 15px;
}

.faq-wrapper .faq-wrap:last-child {
  margin-bottom: 0;
}

.faq-wrapper .faq-wrap-question {
  font-weight: bold;
  padding: 10px;
  background-color: rgb(222, 222, 222);
}

.faq-wrapper .faq-wrap-answer {
  padding: 10px;
  background-color: #fff;
}
