/* Font...*/
@font-face {
font-family: 'DINPro-Regular';
font-style: normal;
font-weight: normal;
src: local('DINPro-Regular'), url('DINPro-Regular_13937.woff') format('woff');
}

h1,h2,h3,h4,h5,p,a {
  font-family: 'DINPro-Regular';
}
/* Generell... */
a {
  text-decoration: none !important;
  transition: all ease-in-out .2s;
  color: #009e3c;
}

.med-grey { color: #bfbfbf !important; }

#loading { display: none; float: none; }

#loading img {
  width: 20px;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

div#succ_msg {
    margin-top: 10px;
}
a:hover { color: #00732c !important; }
p { font-size: 18px; margin-bottom: 0px !important; }
.nopadding { padding: 0!important; }

img.wp-img,
img.wl-img {
    width: 60px;
    height: 61px;
}

/* Farben... */
.greeen { background-color: transparent !important; /*color: #09a255 !important;*/ color: #009e3c !important;}
.grey { color: #494948 !important; }
.black { color: black !important; }

/* Fonts... */
.top-header-navi-fs { font-size: 22px; }

/* Backgrounds... */
.top-header-bg { background-color: #e3e3e3; }

/* Sections... */

.section2 {
    background-color: #e3e3e3;
    background-image: url(../img/bg_wp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section6 { background-color: #e3e3e3; }
.section4, .section7 { background-color: #494948; }

/* Custom...*/
.card-text { font-size: 15px; }
/* Familie... */
.family-wrapper {
    float: right;
    position: relative;
    bottom: 100px;
}

.family-wrapper { width: 125px; }

/* Head-Bereich */
.top-header {
  width: 100%;
}


.top-logo { width: 120px; }

/* RESETS */
.btn-primary {
  background-color: #009e3c;
  border-color: #009e3c;
}

.btn-primary:hover {
  background-color: #00732c;
  border-color: #00732c;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #009e3c;
    outline: 0;
    /* box-shadow: 0 0 0 0.2rem rgba(9, 162, 85, 0.35); */
}

.card {
    border-radius: 20px;
}

.card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #009e3c;
    background-color: #009e3c;
}
.custom-control-label::before {
  width: 2rem !important;
  height: 2rem !important;
}

.custom-control-label::after {
  width: 2rem !important;
  height: 2rem !important;
}
.custom-checkbox p{
	font-size: 14px;
}
/* Footer... */
.footer-list-ul {
  list-style-type: none;
}

.footer-list-ul li {
  font-size: 20px;
}
.radio-text {
	padding-right:10px;
	padding-left:5px;
}
.labels {
	margin-bottom:10px;
}
.hint {
	color:#999999;
	font-size:14px;
}
/* Responsive... */
@media (max-width: 991px) {
  .card-deck {
    -ms-flex-flow: column !important;
    flex-flow: column !important;
    width: 100%;
    margin: 0px !important;
  }
  .card {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 768px) {
  .contact-footer-text { font-size: 20px; }
  .footer-text-2 { font-size: 13px; }
  .footer-list-ul li { font-size: 17px; }
  .footer-list-ul { padding-left: 0 !important; }
}

@media (max-width: 470px) {
  /* Topheader */
  .top-header-navi-fs { font-size: 17px; }

  /* Familie... */
  .family-wrapper {
      float: none;
      left: 15%;
      clear: both;
      bottom: 0px;
      margin: 0 !important;
      position: relative;
      text-align: center;
  }
  .card-title { text-align: center; }
  .card-text { text-align: center; }

}

@media (max-width: 350px) {
  .top-header-navi-fs { font-size: 13px; }
}
