@font-face {
  font-family: leetTxt;
  src: url(fonts/Manrope-Regular.ttf);
}
@font-face {
  font-family: leetHead;
  src: url(fonts/geograph-bold.ttf);
}
@font-face {
  font-family: leetThin;
  src: url((Manrope-Light.ttf);
}
@font-face {
  font-family: leetLogoFont;
  src: url(fonts/geograph-bold.ttf);
}
/* variables - use like this: var(--main-acc-color) */
:root {
  --main-bg-color: #ffffff;
  --sec-bg-color: #f5f5f5;
  --main-txt-color: #000001;
  --sec-txt-color: #787878;
  --main-a-color: #78A341;
  --main-ah-color:#78A341;
  --main-acc-color: #78A341; /* hellgrün */
  --main-font: 'leetTxt';
  --h-font: 'leetHead';
  --hb-font: 'leetHeadBold';
  --gradGreen: linear-gradient(92deg, #4E6C27 -6.17%, #78A341 53.36%);
  --gradGreenDark: linear-gradient(92deg, #4E6C27 -6.17%, #4E6C27 53.36%);
  --DarkGreen: #4E6C27;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .5em 0;
}

h1 {
  font-family: leetLogoFont;
  font-size:calc(0.1vw + 24px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -.5px;
}
h2, h3, h4{
  font-family: leetLogoFont;
  font-size:calc(0.7vw + 25px) !important;
  line-height: 1.25;
  font-weight: 600;
  padding: 0em 0 0 0;
}
.wh3{
    margin-bottom: 1.5em;
    font-size: calc(0.5vw + 12px);
    font-weight: 500;
    line-height: 1;
    line-height: 1.4;
}
.textGreen {
    color: var(--main-acc-color);
}
.blandchoose{
	font-size: 16px;
    font-weight: 600;
    padding: 0.2em 0 0.2em 3.5em;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
    cursor: hand;
}
.topschrift{
	padding-bottom: 1em; 
	border-bottom: 1px solid black;
	margin-bottom: 1em;
}
.lands, .form{
	width:90vw;
	margin: 0px auto;
	max-width: 940px;
	padding:2em 0;
}
.box{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	border-bottom: 0px solid #e1e1e1;
	font-size: 1.1em;
	}
.flexdiv{
	width: 100%;
}
.kontakt{
	min-width: 60px;
    width: 60px;
	}
.kontakthide{display:none;}
.formbut{
	min-width: 200px;
    padding: 0 1em 1em 1em;
}
.contactpng{
	padding: 0px 5px;
	width: 23px;
}
.phonepng{
    max-width: 50px;
    transition: transform 0.3s ease-in-out;
/*    padding: .5em;
	background: radial-gradient(closest-side, #eafbcc, #ebf8e1, #c9efb2);
    border: 1px solid #bcd8b4;
    border-radius: 50%;
    margin: .5em;*/
}
.phonepng:hover{
    transform: scale(1.05);
}
.mailadress{
	background: linear-gradient(92deg, #4E6C27 -6.17%, #78A341 53.36%);
    padding: 0em 0.5em;
    border-radius: 12px;
    font-weight: 500;
    font-family: leetTxt;
    color: white;
    transition: transform 0.3s ease-in-out;
    font-size: 100%;
}
.mailadress:hover{
    transform: scale(1.05);
}
.flag{padding: 0px 10px;vertical-align: middle;}
.karte{width: 50%;min-width: 250px;padding-left:0px;}
.kartefull{
    background: linear-gradient(90deg, #55752B 0.31%, #79A442 109.26%);
    border: 0px solid var(--Gra, #55752B);
    border-top: border: 0px solid #55752B;
    padding: 0em;
    color: #fff;
    padding: 0 3rem;
    width: 97vw;
    margin-left: -5vw;
}
.kartefull.is-active{
    padding-left:1em 0;
    background: linear-gradient(90deg, #55752B 0.31%, #79A442 109.26%);
    border: 1px solid var(--Gra, #55752B);
    border-top: border: 0px solid var(--Gra, #55752B);
    padding: 3rem;
    border-radius: 0 0 10px 10px;
}
.kartefull p{margin-bottom: .5em;color: #ffffff;}
.a-btn{
	/*width: 90%;
    padding: 1em;*/
    /* background: linear-gradient(to bottom, #ecf4e7 0%,#dedede 100%); */
    /* border: none; */
    /* border-radius: 5px; */
    color: #0d0d0d;
    font-weight: 600;
    padding: 3rem;
    text-align: left;
	font-size: 18px;
    cursor: pointer;
    border: 1px solid var(--Gra, #55752B);
    background: #FFF;
    box-shadow: 0px 18px 72px 0px rgba(0, 0, 0, 0.07);
    transition: background-color 0.3s, color 0.3s;
    border-radius: 10px;
    width: 97vw;
    margin-left: -5vw;
}
@media (min-width: 40.0rem) {
    .a-btn{
        /*width: 90%;
        padding: 1em;*/
        /* background: linear-gradient(to bottom, #ecf4e7 0%,#dedede 100%); */
        /* border: none; */
        /* border-radius: 5px; */
        width: 100%;
        margin-left: 0vw;
    }
    .kartefull{
        width: 100%;
        margin-left: 0vw;
    }
}
.a-btn:hover{
    background: linear-gradient(90deg, #55752B 0.31%, #79A442 109.26%);
    color:white;
}
.a-btn.is-active{
    background: linear-gradient(90deg, #55752B 0.31%, #79A442 109.26%);
    color:white;
    border-radius: 10px 10px 0 0;
    border-bottom: 0px solid var(--Gra, #55752B);
}
.a-btn p{
    font-size: 85%;
    font-weight: 500;
}
.a-btn h2{
  font-size: 1.2em;
}
.quform-button-full-width.quform-submit .quform-submit-inner, .quform-button-full-width.quform-submit .quform-submit-inner button {
    width: 100%;
    max-width: 100%;
    float: none;
    display: block;
	height: 40px;
}
label {
    display: inline;
    padding-right: 1em;
    font-size: 1.4em;
    color: #910000;
}
.quform-success-message, .quform-outer-no-js .quform-success-message {
    background: #cef4a9 url(../img/success.png) no-repeat 14px center;
    padding: 8px 20px 8px 45px;
    line-height: 18px;
    margin: 10px 0;
    border: 1px solid #80bb48;
    font-weight: normal;
    color: #000;
}
@media all and (min-width: 600px) {
	.kontakthide{
        display:block;
        padding-top: 1em;
    }
	.lands{
		width:80vw;
	}
	.karte{padding-left:1em;}
	.formbut{
		min-width: 200px;
		padding: 1em;
        text-align: right;
	}
}
.zielIcon{margin-right: 1em;}
.zielIcon img{
    width: 61px;
    max-width: 61px;
}
.kartefullkarten{
    display: flex;
}
.karteZielgruppe,
.karteZiel{
    display: flex;
    padding-bottom: 1em;
}
.karteZielgruppe{
    padding-top: 3rem;
    border-top: 1px solid #96b358;
}
/*.karteZielgruppe::before{
    content: "";
    background-image: url('../img/zielgruppe.png');
    background-size: cover;
    background-position: center center;
    width: 50px;
    height: 50px;
    display: inline-block;
}
.karteZiel::before{
    content: "";
    background-image: url('../img/ziel.png');
    background-size: cover;
    background-position: center center;
    width: 50px;
    height: 50px;
    display: inline-block;
}*/
.karteGreen{
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.16);
    padding: 2rem !important;
    margin: 1em;
    font-size: 1.3rem;
}
.karteImg{
    display:block;
    margin-bottom: 1rem;
}
.karteGreenImp{
    margin-bottom: 1rem;
}
.whiteKPbutton{
    display: block;
    background-color: white;
    border-radius: 25px;
    max-width: 250px;
    padding: 0.4em 0.1em 0.4em 1em;
    color: #55752B;
    transition: transform 0.3s ease-in-out;
}
.whiteKPbutton:hover {
    transform: scale(1.05);
    color: #55752B;
}

.thic{
    padding: 1.76rem;
    border: 1px solid var(--sec-txt-color);
    border-radius: 2rem;
    background-color: white;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
    min-height: 100%;
	margin-bottom: 1rem;
}
.topimgausbildungscenter {
    background-image: url(../img/topimg_kursfilter.png);
    /* background-size: contain; */
    background-position: right top;
    width: 1px;
    height: 1px;
    background-repeat: no-repeat;
}
@media (min-width: 1000px) {
	.topimgausbildungscenter {
	    background-image: url(../img/topimg_kursfilter.png);
	    /* background-size: contain; */
	    background-position: right top;
	    width: 100%;
	    height: 600px;
	    background-repeat: no-repeat;
	}
}
.streifen{
	border-top: 1px solid var(--main-acc-color);
	margin-top:5rem;
}
@media (min-width: 40rem) {
    .starttopimg {
        padding-top: 4rem;
        background-image: none;
        background-position: top right;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
}
.accordion {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    max-width: 600px;
  }
  .accordion-item {
    margin-bottom: 10px;
  }
  .accordion-header {
    background-color: #f1f1f1;
    cursor: pointer;
    padding: 15px;
    font-weight: bold;
    border-radius: 3px;
  }
  .accordion-content {
    display: none;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
