
@font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../font/roboto-v30-latin-300.eot');
    src: url('../font/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-v30-latin-300.woff2') format('woff2'), 
         url('../font/roboto-v30-latin-300.woff') format('woff'), 
         url('../font/roboto-v30-latin-300.ttf') format('truetype'), 
         url('../font/roboto-v30-latin-300.svg#Roboto') format('svg'); 
  }
  

  @font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../font/roboto-v30-latin-regular.eot'); 
    src: url('../font/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), 
         url('../font/roboto-v30-latin-regular.woff2') format('woff2'), 
         url('../font/roboto-v30-latin-regular.woff') format('woff'), 
         url('../font/roboto-v30-latin-regular.ttf') format('truetype'), 
         url('../font/roboto-v30-latin-regular.svg#Roboto') format('svg'); 
  }
  

  @font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../font/roboto-v30-latin-700.eot'); 
    src: url('../font/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-v30-latin-700.woff2') format('woff2'), 
         url('../font/roboto-v30-latin-700.woff') format('woff'), 
         url('../font/roboto-v30-latin-700.ttf') format('truetype'), 
         url('../font/roboto-v30-latin-700.svg#Roboto') format('svg'); 
  }
  

html {
		height: 100%;
}
* {
	 box-sizing: border-box;
}
@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot?84448737');
	src: url('../font/fontello.eot?84448737#iefix') format('embedded-opentype'),
		 url('../font/fontello.woff2?84448737') format('woff2'),
		 url('../font/fontello.woff?84448737') format('woff'),
		 url('../font/fontello.ttf?84448737') format('truetype'),
		 url('../font/fontello.svg?84448737#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
  [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	width: 1em;
	text-align: center;
	margin-right: 10px;
  }
  
.icon-mail:before {content: '\e800'; } 
.icon-whatsapp:before { content: '\f232'; }
.icon-instagram:before { content: '\f16d'; }  

body {
	background: white
	background-size: cover;
    font-family:'Roboto', Raleway, sans-serif;
	margin: 0;
}
.mobile-menu-button + input[type="checkbox"] {
    display: none;
}
.mobile-menu-button + input[type="checkbox"]:checked ~ .navigation li:not(:last-child) {
    display: block;
}
.mobile-menu-button {
    width: 50px;
    float: right;
    border: 1px solid rgba(255,255,255,.2);
    padding: 10px;
    margin: 7px 5px 0 0;
    display: none;
}
.mobile-menu-button span {
    display: block;
    height: 4px;
    background: white;
    margin: 0 0 5px 0;
    border-radius: 2px;
}
.mobile-menu-button span:last-of-type {
    margin: 0;
}

nav {
    background: #283618;
    position: sticky;
    top: 0;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav ul li {
    text-decoration: none;
    float: left;
}

nav a {
    display: inline;
    text-decoration: none;
    color: white;
    padding: 1.2rem 1rem; 
}
nav a:hover {
    background: rgba(0, 0, 0,.3);
}
nav::after {
    content: '';
    clear: both;
    display: table;
}
@media (max-width:800px) {
    .mobile-menu-button {
        display: block;
    }
        .navigation li {
        float: none;
    }
        .navigation li:not(:last-child) {
    display: none;
    }
    .navigation a {
        padding: .8rem 1rem;

    }
}
@media (max-width:412px) {
    .mobile-menu-button {
        display: block;
    }
    .navigation li:not(:last-child) {
    display: none;
    }
    .navigation li {
        float: none;
    }
    .navigation a {
        padding: .8rem 1rem;

    }
}
@media (max-width:375px) {
    .mobile-menu-button {
        display: block;
    }
    .navigation li:not(:last-child) {
    display: none;
    }
    .navigation li {
        float: none;
    }
    .navigation a {
        padding: .8rem 1rem;

    }
}

.wrapper1 {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
   
}

.wrapper-head {
    float: left;
    max-width: 245px;
    margin: 0 0 0 20px;
    width: 95%;

}
.wrapper-head img {
    max-width: 245px;
    margin: 20px 0 10px 0;
}

.hexagon {
    max-width: 255px;
    margin: 0 30px 0 auto;
    float: right;
}

.hexagon img {
    padding: 0;
    margin: 0 auto;
    max-width: 95%;
}
.wrapper1::after {
    content: '';
    clear: both;
    display: table;
}
@media (max-width: 550px) {
    .hexagon {
        margin: 25px 20px 0 auto;
    }
}
    
.wrapper2 {
	max-width: 1200px;
	margin: 0  auto;
    width: 95%;
}
.intro {
    display: block;
    margin: 0 auto;
    max-height: 250px;
}
.intro img {
    max-width: 100%;
    height: auto;
}
.box-intro {
    margin: 0 auto 20px;
    max-width: 1200px;
    background: #606C38;
}
.box-intro h1 {
    color: white;
    line-height: 3rem;
    margin: 0;
    padding: 20px 40px 0px 40px;
    text-align: center;
}
.box-intro h2 {
    color: white;
    line-height: 2rem;
    margin: 0;
    padding: 10px 20px 10px 20px;
    text-align: center;
}
.box-intro p {
        color: white;
        line-height: 2rem;
        margin: 0;
        padding: 10px 20px 10px 20px;
        text-align: center;
    }
        
@media (max-width: 800px) {
    .intro {
        margin: 0;
    }
}

.box-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
    width: 95%;

}
.box {
    margin: 20px auto 20px;
    max-width: 300px;
    background: #606C38;
    box-shadow: 0 0 20px rgba(0, 0, 0,.8);
    
}

.box img {
    max-width: 100%;
}
.box-bullet {
    font-size: 1.5rem;
    padding: 1.2rem;
    color:#283618;
    max-width: 300px;
    margin: auto auto 20px auto;
    background-color: white;
    border-style: solid;
}
.box-bullet ul {
    list-style: none; 
    padding: 0;
}
.box-icon {
    padding: 0;
    color:#283618;
    max-width: 600px;
    margin: 20px auto;
}
.box-expert {
    padding: 0 20px 0 20px;
    max-width: 600px;
    margin: auto;
    color:#283618;
}
.box-expert img {
    max-width: 100%;
}
.box-expert h3 {
    text-align: center;
    font-size: 1.5rem;
}
.box-content {
    padding: 1.2rem;
    font-size: 1rem;
    color: white;
    text-align: center;
}
.box h2 {
    padding: 1.2rem;
    font-size: 1.2rem;
    color: white;
    text-align: center;
}
.box h3 {
    margin: 0;
    font-size: 1.5rem;
    text-align: left;
}
.button {
    display: inline-block;
    padding: .8rem 1rem;
    background: #283618;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.box-content a:hover {
    background: rgba(0, 0, 0,.8);
}

.box-leistungen {
    margin: 20px auto;
    max-width: 600px;
    background: #606C38;
    
}
.box-leistungen img {
    max-width: 100%;
}

.box-wrapper-ueber {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 1200px;
    width: 95%;
}
.box-wrapper-ueber h1{
    margin: 0 auto;
    padding-top: 30px;
}
.box-profil {
    flex: 1;
    margin: 40px auto;
    max-width: 800px;
    background: #606C38;
    box-shadow:0 0 20px rgba(0, 0, 0,.8);
    padding: 1.5rem;
    color: white;
    text-align: left;

}
.box-ueber {
    align-items: end;
    max-width: 100%;
    margin: 40px auto;
}

.kontakt-box {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto 20px auto;
    max-width: 1200px;
    width: 95%;
}
.kontakt {
    align-content: center;
    text-align: center;
    width: 1200px;
    padding: 40px;
}
.kontakt h1{
    padding: 10px 0 10px 20px;
    margin: 0 auto;

}


footer {
    background: #283618;
    color: white;
    font-size: 1.2rem;
}

.top {
  text-align: right;
  
}
.top a {
  color:white;
  text-decoration: none;
  margin: 1rem 0;
  padding: 0.5rem;
}
html {
  scroll-behavior: smooth;
}
.row {
    padding: 1em 0em 1em 7em;
  }
  .row.primary {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    align-content: space-evenly;
  }
  .column.about {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    min-height: 5em;
  }
  .column.rechtliches {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    min-height: 5em;
  } 
  .column.contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    min-height: 5em;
  }

.column p {
    width: 95%;
    text-align: left;
    color: white;
    font-size: 1rem;
    white-space: nowrap;
  } 
.column.about a {	
    color: white;
    text-decoration: none;
    font-size: 1rem;
}
.column.about a:hover {
    cursor: pointer;
    background: rgba(0,0,0,.8);
    font-weight: bold;
}
.column ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
  }
.column li:not(:first-child) {
    margin-top: 0.8em;
  }
.column  ul li a {
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
  }
.column ul li a:hover {
    cursor: pointer;
    background: rgba(0,0,0,.8);
    font-weight: bold;
  }

.copyright {
    color: white;
    font-size: 12px;
    display: inline-block;
    padding-left: 20px !important;
  }
  .clearfix {
    clear: both;
  }
  @media screen and (max-width: 850px) {
    .row.primary {
      grid-template-columns: 1fr;
    }
  
  }
  @media only screen and (min-width: 1280px) {
    .row.primary{
      width: 1200px;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 950px) {
    .column {
      width: 33%;
    }
    .column p {
      font-size: 14px;
    }
    .column ul li {
      font-size: 13px;
    }
  }
  @media only screen and (max-width: 500px) {
      .column {
        width: 50%;
      }
      .column p {
        font-size: 14px;
      }
      .column ul li {
        font-size: 13px;
      }
  }
  @media only screen and (max-width: 340px) {
    .column {
      width: 100%;
    }
  }
  @media only screen and (max-width: 340px) {
    .column.formular {
      width: 50%;
    }
} 
  @media only screen and (max-width: 950px) {
    .column.formular {
      width: 90%;
    }
}
@media only screen and (max-width: 500px) {
    .column.formular {
      width: 60%;
    }
}
  .wrapper2::after {
    content: '';
    clear: both;
    display: table;
}
.impressum {
    margin: 0 40px 0 40px;
    padding: 40px 0 0 20px;
}
.datenschutz {
    margin: 0 40px 40px 40px;
    padding: 40px;
}

.container h3 {
    color: #282828;
    text-align: center;
    font-size: 1.3rem;
  }
.container p {
        color: #283618;
        padding: 0 40px;
    }  

.container ol {
    margin: 0 0 20px 20px;
}
  details{
    background-color: white;
    color: #283618;
  }
  
  summary {
    background-color: #556B2F;
    color: #fff;
    padding: 40px;
    list-style: none;
    display: flex;
    justify-content: space-between;  
    transition: height 1s ease;
    font-size: 1.2rem;
  }
  
  summary::-webkit-details-marker {
    display: none;
  }
  
  summary:after{
    content: "\002B";
  }
  
  details[open] summary {
      border-bottom: 1px solid #aaa;
      margin-bottom: .5em;
  }
  
  details[open] summary:after{
    content: "\00D7";
  }
