@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,400,700");
.markdown > ul, .markdown ol {
  margin-bottom: 30px;
  padding-left: 15px; }
  .markdown > ul li, .markdown ol li {
    position: relative;
    list-style: none;
    line-height: 30px;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphenate-limit-chars: 5;
    -webkit-hyphenate-limit-chars: 5;
    -ms-hyphenate-limit-chars: 5;
    hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 2; }
    .markdown > ul li::before, .markdown ol li::before {
      content: '';
      position: absolute;
      height: 6px;
      width: 6px;
      background-color: black;
      top: 15px;
      left: -15px;
      border-radius: 100%;
      transform: translateY(-50%); }
.markdown p {
  line-height: 30px;
  margin: 0 0 30px 0;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 5;
  -webkit-hyphenate-limit-chars: 5;
  -ms-hyphenate-limit-chars: 5;
  hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-lines: 2; }
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 {
  text-transform: uppercase;
  line-height: 30px;
  margin: 0 0 30px 0; }
.markdown h1 {
  font-size: 100%; }
.markdown h2 {
  font-size: 100%; }
.markdown h3 {
  font-size: 100%; }
.markdown h4 {
  font-size: 100%; }
.markdown h5 {
  font-size: 100%; }
.markdown h6 {
  font-size: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 100%; }

.p-2 {
  padding: 0 0.5rem 0 0.5rem !important; }

main {
  font-size: 1.2rem;
  padding-top: 80px; }
  @media screen and (max-width: 700px) {
    main {
      padding-top: 80px; } }

a {
  color: #8BBB0D;
  text-decoration: none;
  font-weight: 400; }
  a:visited, a:active {
    color: #8BBB0D; }
  a:hover {
    color: #8BBB0D; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif; }

.member {
  margin-bottom: 60px; }
  .member .image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 280px;
    margin-bottom: 20px; }
  .member .text {
    margin-bottom: 40px; }

.accordeon {
  transition: 0.4s;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .accordeon-open > .titel .icon {
    background-image: url("../images/weniger.png") !important; }
  .accordeon-content {
    width: 100%; }
  .accordeon .titel {
    border-bottom: 1px solid black;
    font-size: 0.938rem;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    line-height: 30px;
    color: #668A2D;
    font-family: 'Lato', sans-serif;
    font-weight: 500; }
    .accordeon .titel .icon {
      position: absolute;
      border: 1px solid black;
      width: 25px;
      height: 25px;
      bottom: -1px;
      right: 0;
      background-image: url("../images/mehr.png");
      -webkit-background-size: cover;
      background-size: cover;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s; }
  .accordeon .text {
    margin-top: 30px;
    display: none; }

#header {
  background-color: white;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  flex-direction: row;
  font-family: 'Lato', sans-serif;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  #header .logo img {
    height: 35px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #header .navigation {
    flex: 1; }
    #header .navigation #pull {
      display: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 10px;
      cursor: pointer; }
    #header .navigation nav ul {
      padding: 0;
      margin: 0;
      text-align: right; }
      #header .navigation nav ul li {
        display: inline-block; }
        #header .navigation nav ul li a {
          text-transform: uppercase;
          display: block;
          line-height: 77px;
          text-decoration: none;
          padding: 0 15px;
          color: #272727;
          font-size: 1rem; }
          #header .navigation nav ul li a.tel {
            color: #8BBB0D;
            font-weight: 600;
            display: inline-block;
            padding-right: 10px;
            padding-left: 10px; }
          #header .navigation nav ul li a.active {
            border-bottom: 3px solid #8BBB0D;
            color: #8BBB0D;
            font-weight: 600; }
  #header .telefon p {
    color: #8BBB0D;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media screen and (max-width: 1200px) {
    #header {
      display: block;
      position: fixed;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
      #header .logo img {
        height: 34px;
        padding: 23px 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      #header .navigation {
        margin-top: 80px; }
        #header .navigation #pull {
          display: block; }
        #header .navigation nav {
          background-color: white;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
          #header .navigation nav ul {
            text-align: center; }
            #header .navigation nav ul li {
              display: block; }
              #header .navigation nav ul li a {
                margin: 0 auto;
                line-height: 55px; }
                #header .navigation nav ul li a.active {
                  border-bottom: none; } }

footer {
  border-top: 1px solid #8BBB0D;
  display: block;
  width: 100%;
  height: 160px;
  background-color: white;
  bottom: 0; }
  footer div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 0.9rem; }
    footer div img {
      height: 80px; }
  @media screen and (max-width: 700px) {
    footer {
      height: 70px; }
      footer div img {
        display: none; } }

.content {
  padding-top: 80px;
  padding-bottom: 80px; }
  .content-standart {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap; }
    .content-standart > article {
      width: 50%; }
      .content-standart > article:nth-child(1) {
        order: 1; }
      .content-standart > article:nth-child(2) {
        order: 3; }
      .content-standart > article:nth-child(3) {
        order: 2; }
      .content-standart > article:nth-child(4) {
        order: 4; }
      @media screen and (max-width: 700px) {
        .content-standart > article {
          width: 100%; }
          .content-standart > article:nth-child(1) {
            order: 1; }
          .content-standart > article:nth-child(2) {
            order: 2; }
          .content-standart > article:nth-child(3) {
            order: 3; }
          .content-standart > article:nth-child(4) {
            order: 4; } }
  .content-news article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .content-news article .image {
      -webkit-background-size: cover;
      background-size: cover;
      background-position: 50% 50%;
      width: 49%;
      height: 280px;
      margin-bottom: 20px; }
    .content-news article .text {
      width: 49%; }
    @media screen and (max-width: 700px) {
      .content-news article .image, .content-news article .text {
        width: 100%; } }

.homescreen {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  overflow: auto;
  z-index: -1; }
  .homescreen h1 {
    font-size: 150%; }
  .homescreen article {
    margin: 0 auto;
    text-align: center;
    width: 40%;
    margin-top: 25vh;
    color: white;
    margin-bottom: 160px; }
    .homescreen article a {
      color: #b7d271 !important; }
    .homescreen article > h1 {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 27px; }
  .homescreen .newsBtn {
    display: inline-block;
    border: 1px solid white;
    color: white;
    padding: 10px 50px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    text-decoration: none !important;
    margin: 20px 0; }
  @media screen and (max-width: 700px) {
    .homescreen article {
      width: 100%;
      margin-top: 150px;
      margin-bottom: 0;
      padding: 10px 10px 40px 10px; } }

.headerimage {
  width: 100%;
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 40%; }
  @media screen and (max-width: 700px) {
    .headerimage {
      height: 200px; } }

.kontakt ng-map {
  height: 400px; }
.kontakt img {
  width: 40%; }

/*# sourceMappingURL=design.css.map */

/*Tamara Kontakt Anpassung*/

b, strong {
    font-weight:600 !important;
}
