
html{
    font-family:myriad-pro, sans-serif;
    font-display: auto;
}
body{
    background-color:#f6f6f6;
    font-size: 21px;
    font-weight: 400;
    margin: 0px;
}
.wrapper{
    width: 980px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow:0px 0px 10px #dadada;
    overflow: hidden;
}
/*HEADERBEREICH*/

.menu{
    justify-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100px;
    background-color: #437725;
    margin-bottom: 0px;
}
.headerimage{
    height: 240px;
    width: 100%;
    background-image: url(img/header_img.jpg);
    background-size: cover;
    margin-top:0;
    margin-bottom: 30px;
}
.logo{
    padding-top: 30px;
    color: #fff; 
    font-size: 20pt; 
    font-weight: 600;
    margin-left: 50px;
}
.social{
    display: flex;
    flex-direction: row-reverse;
    color: #fff; 
    font-size: 20pt; 
    font-weight: 600;
    margin-right: 50px;
}
.folge-uns{
    width: 110px;
    padding-top: 37px;
    transform: rotate(-2deg);
    font-size: 22pt;
    font-family:ff-market-web, sans-serif;
    color: #fff;
    font-weight: 400;
    margin-right: 15px;
}
.icon{
    height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 8px;
    margin: 30px 15px 0px 0px;
}
.icon:hover{
    transform: scale(1.05);
}
.buttongelb{
    height: 40px;
    width: 185px;
    background-color: #fdc300;
    border-radius: 8px;
    margin: 30px 0px 0px 0px;
    font-size: 0.8em;
    font-weight: 900;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
}
.buttongelb a{
    text-decoration: none;
    color: #437725;
}
.buttongelbgross{
    height: 60px;
    width: auto;
    background-color: #fdc300;
    border-radius: 8px;
    margin: 20px 0px 40px 0px;
    font-size: 1.3em;
    font-weight:700;
    text-align: center;
    padding-top: 11px;
    box-sizing: border-box;
    text-decoration: none;
    color: #437725;
    display: block;
}

.hashtag:hover{
    transform: scale(1.02);
}
.anmeldebox{
    height: 90px;
    width: 250px;
    background-color:#71a029;
    border-radius: 3px;
    padding-top: 15px;
    font-family:ff-market-web, sans-serif;
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    transform: rotate(-2deg);
    margin: 100px auto 0 auto;
    box-shadow:0px 0px 7px #0000004b;
}
.headerimage a{
    text-decoration: none;
    color: #fff;
}
.anmeldebox:hover {
    transform: scale(1.02) rotate(-2deg);
    background-color: #437725;
}

/*ARTIKEL*/
hr{
    border: 0;
    height: 2px;
    margin-left: 50px;
    background: #437725;
    margin-right: 50px;
}
.collapsible{
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 0.8em;
    font-weight: 700;
    background-color: white;
}
.active, .collapsible h3:hover {
    color: #71a029;
  }
.content {
    margin-left: 50px;
    margin-right: 50px;
}

.galerie{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.foto{
    width: 188px;
    margin-right:10px;
    margin-top:10px ;
}
.fotorechts{
    margin-right: 0px;;
}
.greenbox{
    background-color: #71a029;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding-top: 35px;
    background-image: url(img/info_underline.svg);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: 50% 80%;
    height: 124px;
    box-sizing: border-box;
}
.greenbox:hover{
    background-color:#437725;   
    background-image: url(img/info_underline_gelb.svg);
}
.galerie a{
    color: #fff;
    text-decoration:none;
}

/*FOOTER*/
.footerimage{
    height: 300px;
    width: 100%;
    background-image: url(img/header_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top:50px;
    border-top: 2px solid #71a029;
}
footer p{
    font-size: 0.8em;
    font-weight: 700;
    text-align: center;
    background-color:#fdc300 ;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 17px;
}
footer a{
    text-decoration: none;
    color:#437725;
}
footer a:hover{
    border-bottom: 2px solid #437725;
}

/*STYLES*/
.kursiv{
    font-size: 0.9em;
    font-weight: 500;
    font-style: oblique;
    color:#437725;
    text-align: center;
    margin: 10px 50px 40px 50px;
}
.bold{
    font-weight: 700;
}
.green{
    color:#437725 ;
}
.mittig{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.hellgrün{
    background-color: #71a029;
}
/*HEADLINES*/
h1{
    color: #fff;
    font-size: 4.2em;
    text-align: left;
    font-weight: 750;
    line-height: 0.7;
    margin-top: 50px;
}

.headerimage h1 {
    margin: 50px 50px 0 50px;
    display: inline-block;
    line-height: 1em !important;
}

.h1-regular {
    font-weight: 400;
    font-size: 2.4em;
    margin: 10px 50px 50px 50px !important;
}
h2{
    color: #437725;
    font-size: 2.1em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}
h3{
    color: #437725;
    font-size: 1.3em;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    padding-top: 5px;
}

@media (min-width: 500px) and (max-width: 979px) {

	.wrapper { width: 100%; }
    .headerimage { height: auto; }
    .folge-uns {display: none;}
    .social {margin-left: 35px;}
    .menu {height: auto; padding-bottom: 35px;}
    .fotorechts {margin-right: 10px;}
    .keinfoto {display: none;}
    .marginrightnone {margin-right: 0px !important;}
    .foto {width: 31%; margin-right: 3.5%; margin-top: 20px;}
    .greenbox{height: auto; align-items: center;padding-top: 60px ;}  
    .flexcontainer{ justify-content: center;}
    input{flex: 1 !important;}
    select{flex: 1 !important; }
}

@media (min-width: 320px) and (max-width: 499px) {
	.wrapper { width: 100%; }
    .headerimage { height: auto; }
    .headerimage h1 {font-size: 3.5em;}
    .h1-regular {font-size: 1.9em!important;}
    .folge-uns {display: none;}
    .social {margin-left: 35px;}
    .menu {height: auto; padding-bottom: 35px;}
    .galerie {width: auto;}
    .foto {width: 48%; margin-right: 4%; margin-top: 20px;} 
    .keinefotos {display: none;}
    .marginrightkleinnone {margin-right: 0px !important;}
    .greenbox{height: auto; align-items: center;} 
    .flexcontainer{ justify-content: center;}
    input{flex: 1 !important ;}
    select{flex: 1 !important; }
}