@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
    --green-color: #64AA1F;
    --darkgreen-color:#3B6215;
    --red-color:#F37653;
    --darkred-color:#C43D17;
    
}


.text-green{
    color:var(--green-color)
}
.text-darkgreen{
    color:var(--darkgreen-color)
}
.text-red{
    color:var(--red-color)
}
.text-darkred{
    color:var(--darkred-color)
}

.bg-green{
    background-color:var(--green-color)
}
.bg-darkgreen{
    background-color:var(--darkgreen-color)
}
.bg-red{
    background-color:var(--red-color)
}
.bg-darkred{
    background-color:var(--darkred-color)
}



body{
    font-size:18px;
    color:#000;
    font-family: "jaf-cupidus",sans-serif;
    font-weight:200;
    line-height: 1.4;
    position: relative;
   
}






.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family:"jaf-cupidus";
    font-weight:100;
}

h1,.h1{
    font-size:100px;
    color:var(--green-color);
    line-height: 1;
    margin-bottom: 50px;
}
h2,.h2{
     font-size:45px;
     color:var(--green-color);
     line-height: 1.25;
     margin-bottom: 25px;   
}
h3,.h3{
    font-size:25px;
    color:var(--green-color);
    font-family: "jaf-cupidus-text",sans-serif;
    font-weight:400;
    line-height: 1.4;
    margin-bottom: 0px
}

.smallertext{
     font-size:16px;
}
.verysmallertext{
     font-size:14px;
}

.navbar .nav-link{
    font-family: "jaf-cupidus-text",sans-serif;
    font-weight:400;
    font-size:18px;
    margin: 0px 25px;
    color:#000;

}

.inner-info{
    font-family: "jaf-cupidus-text",sans-serif;
    font-weight:400;
}


footer{
    padding:40px;
    margin-top: 50px
}

footer .nav a{
     font-family: "jaf-cupidus-text",sans-serif;
    font-weight:400;
    font-size:18px;
    margin: 0px 25px;
    color:#000;
    text-decoration: none
}


a{
    color:var(--green-color);
    text-decoration: none
    
}

blockquote {
  margin: 0 2.5rem 1rem;
  color: #F37653;
  position: relative;
}

blockquote::before {
      content: '„';
      position: absolute;
      left: -3rem;
      bottom: -7px;
      font-size: 100px;
      line-height: 100px;;
}


.navbar .nav-link.active,footer .nav .current-menu-item a,
.navbar .nav-link:hover,footer .nav  a:hover{
    color:var(--green-color);
}
.navbar{
    --bs-navbar-padding-y: 20px;
}
.navbar-brand img{
    width:222px;
    height: auto;
}

.navbar-toggler {
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent ;
}

.navbar-toggler-icon{
    width: 2em;
  height: 2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.565' height='27.675' viewBox='0 0 46.565 27.675'%3E%3Cg id='Gruppe_7' data-name='Gruppe 7' transform='translate(-662.461 -37.825)'%3E%3Crect id='Rechteck_55' data-name='Rechteck 55' width='4.656' height='46.565' transform='translate(662.461 65.5) rotate(-90)' fill='%23fff'/%3E%3Crect id='Rechteck_56' data-name='Rechteck 56' width='4.656' height='46.565' transform='translate(662.461 53.991) rotate(-90)' fill='%23fff'/%3E%3Crect id='Rechteck_57' data-name='Rechteck 57' width='4.656' height='46.565' transform='translate(662.461 42.481) rotate(-90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.565' height='27.675' viewBox='0 0 46.565 27.675'%3E%3Cg id='Gruppe_7' data-name='Gruppe 7' transform='translate(-662.461 -37.825)'%3E%3Crect id='Rechteck_55' data-name='Rechteck 55' width='4.656' height='46.565' transform='translate(662.461 65.5) rotate(-90)' fill='%2364AA1F'/%3E%3Crect id='Rechteck_56' data-name='Rechteck 56' width='4.656' height='46.565' transform='translate(662.461 53.991) rotate(-90)' fill='%2364AA1F'/%3E%3Crect id='Rechteck_57' data-name='Rechteck 57' width='4.656' height='46.565' transform='translate(662.461 42.481) rotate(-90)' fill='%2364AA1F'/%3E%3C/g%3E%3C/svg%3E%0A");
}


#mobilnav{
    
}
#mobilnav ul,#mobilnav  li{
    padding:0px;
    margin: 0px;
    list-style: none
}

#mobilnav  li a{
    font-family:"jaf-cupidus";
    font-weight:100;
    text-transform: lowercase;
    font-size:90px;
    line-height: 1.16;
    text-decoration: none;
    color:#fff
}

#closeNav {
  position: absolute;
  right: 30px;
  top: 50px;
  display: block;
  z-index: 1;
  cursor: pointer;
}


p{
    margin-bottom: 1.5rem
}

section{
    padding:30px 0px
}

section:first-of-type{
    padding-top: 20px
}





/*Startseite*/
.project-start-box{
    position: relative
}
.project-start-info{
    position: absolute;
    background-size: cover!important;
    width:380px;
    left: calc(100% - 50px);
    top:20px
}

.project-start-info.team-info{
    position: relative;
    top: -50px;
    left: calc(50% - 137.5px);
}
.project-start-info.team-info .inner-info h3 {
  padding: 20px 20px 0px 20px;
    text-transform: none
}
.extrafield {
  margin-top: -20px;
	 margin-bottom: 20px;
}

.projects .reverserow .project-start-info{
    right: calc(100% - 50px);
    left:inherit;
}

.bg1-darkred{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='382' height='293' viewBox='0 0 382 293'%3E%3Cpath id='Pfad_18' data-name='Pfad 18' d='M21.98,32.776,346,0V292.867H-35.727Z' transform='translate(35.727)' fill='%23c43d17'/%3E%3C/svg%3E");
}
.bg2-darkred{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='382' height='293' viewBox='0 0 382 293'%3E%3Cpath id='Pfad_18' data-name='Pfad 18' d='M288.293,32.776-35.727,0V292.867H346Z' transform='translate(35.727)' fill='%23c43d17'/%3E%3C/svg%3E");
}

.bg1-darkgreen{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='382' height='293' viewBox='0 0 382 293'%3E%3Cpath id='Pfad_18' data-name='Pfad 18' d='M21.98,32.776,346,0V292.867H-35.727Z' transform='translate(35.727)' fill='%233B6215'/%3E%3C/svg%3E");
}
.bg2-darkgreen{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='382' height='293' viewBox='0 0 382 293'%3E%3Cpath id='Pfad_18' data-name='Pfad 18' d='M288.293,32.776-35.727,0V292.867H346Z' transform='translate(35.727)' fill='%233B6215'/%3E%3C/svg%3E");
}

.bg1-red{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='382' height='293' viewBox='0 0 382 293'%3E%3Cpath id='Pfad_18' data-name='Pfad 18' d='M21.98,32.776,346,0V292.867H-35.727Z' transform='translate(35.727)' fill='%23F37653'/%3E%3C/svg%3E");
}
.bg2-red{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='382' height='293' viewBox='0 0 382 293'%3E%3Cpath id='Pfad_18' data-name='Pfad 18' d='M288.293,32.776-35.727,0V292.867H346Z' transform='translate(35.727)' fill='%23F37653'/%3E%3C/svg%3E");
}

.bg1-green{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='382' height='293' viewBox='0 0 382 293'%3E%3Cpath id='Pfad_18' data-name='Pfad 18' d='M21.98,32.776,346,0V292.867H-35.727Z' transform='translate(35.727)' fill='%2364AA1F'/%3E%3C/svg%3E");
}
.bg2-green{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='382' height='293' viewBox='0 0 382 293'%3E%3Cpath id='Pfad_18' data-name='Pfad 18' d='M288.293,32.776-35.727,0V292.867H346Z' transform='translate(35.727)' fill='%2364AA1F'/%3E%3C/svg%3E");
}




.project-start-info .inner-info{
    padding: 50px 0px 10px  0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.reverserow .project-start-info .inner-info{
     padding: 50px 0px 10px 0px;
}

.inner-info h3{
    padding: 0px 20px 0px 90px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.project-ov .inner-info h3{
    font-size:20px
}


.project-ov.project-start-info .inner-info {
  padding: 50px 30px 10px 0px;
}

.reverserow .inner-info h3{
    padding: 0px 90px 0px 20px;
}

.meta-info{
    padding: 0px 20px;
}

.inner-info a {
    color:#fff;
}




.left-bg-shape{
    background: url(../img/bg-2-start.svg);
    width:200px;
    height: 773px;
    background-size: cover;
    position: absolute;
    right:90%;
    bottom:0px;
}

.right-bg-shape{
    background: url(../img/bg-1-start.svg);
    width:200px;
    height: 773px;
    background-size: cover;
    position: absolute;
    left:90%;
    top:200px;
}




.outer {
    position: relative;
    padding: 90px 90px 0px 0px;
    background-repeat: no-repeat;
}

.outer-top {
    background-color: blue;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 90px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><polygon points='0,100 0,0 100,0' fill='white'/><polygon points='0,100 100,0 100,100' fill='%233B6215'/></svg>") no-repeat center/cover;
    background-size: 100% 100%
}

.outer-right {
    background-color: red;
    position: absolute;
    top: 10px;
    width: 90px;
    right: 0px;
    height: calc(100% - 10px);
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><polygon points='0,100 0,0 100,0' fill='%233B6215'/><polygon points='0,100 100,0 100,100' fill='white'/></svg>") no-repeat center/cover;
    background-size: 100% 100%
}

.outer-inner {
    padding: 25px 25px 25px 25px;
}

a.publication-item {
    position: relative;
    display: block;
}

.publication-item-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-family:"jaf-cupidus";
    font-weight:100;

}

.publication-item:hover .publication-item-overlay {
    opacity: 1;
}



.filterrowprojects div,.filterrow div{
    margin-bottom:15px
}








/*Footer*/
.owl-carousel .owl-item img {
  display: block;
  height:70px;
  width: auto;
 
}

.owl-carousel .owl-stage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.form-select, .form-control{
  background-color: #D0E5BC;
  color: #3B6215;
  border-radius:0px;
  font-size:15px;
  padding: .575rem 2.25rem .375rem .75rem;
}

.form-control:focus {
  color: #3B6215;
  background-color:  #D0E5BC;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}


.input-group-text {
  background-color: #D0E5BC;
  color: #3B6215;
  border-radius:0px;
  font-size:15px;
}


.wpcf7-list-item-label {
  font-size: 15px;
  padding-left: 10px;
  margin-top: 0px;
  display: inline-block;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}

.btn-hffa{
  background-color: #D0E5BC !important;
  color: #3B6215 !important;
  border-radius:0px !important;
  font-size:15px !important;
  border:none !important;
}


.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {

  
}
.wpcf7 form .wpcf7-response-output {
  margin: 20px 0px;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2 !important;
  border-color: var(--red-color) !important;
  color:var(--red-color) !important;
  font-size:15px !important;
}


.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: inherit;
  pointer-events: none;
  border:0px;
  opacity: .8;
}

.wpcf7-not-valid-tip {
  color: var(--red-color);
  font-size: 12px;
  display: block;
    margin-top: 2px
}


.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%233B6215' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked {
  background-color: #D0E5BC;
  border-color: #D0E5BC;
}