/*<style>*/
  /* Abstand zwischen breadcrumb und carousel wegnehmen */
  .breadcrumb-section {
    margin-bottom: 0px;
   }
  
  #content > .frame {
    padding-top: 0px;
  }
  #content > .frame.frame-well {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  
  /* Banner auf Themenboxen*/
  .agridea-carousel-banner-container {
    position: relative;
    margin-top: -200px;
    margin-bottom: 50px;
    z-index: 99;
  }
  
  .agridea-thema-banner-container {
    position: absolute;
    margin-top: -180px;
    margin-bottom: 0px;
    margin-left: 0px;
    z-index: 99;
    max-width: 80%;
   }
  
  /* Texte in Bannern*/
  .agridea-banner, .agridea-banner-klein{
    background-color: #e72200; 
    color: white; 
    padding:25px 25px 13px 25px; 
  }
  
  .agridea-banner-klein {
    padding:15px 15px 3px 15px; 
  }
  
  .agridea-banner > h1, .agridea-banner-klein > h1 {
    font-weight: 700; 
    font-size: 3.5rem;
  }
  .agridea-banner > h3, .agridea-banner-klein > h3 {
    font-weight: 700; 
    font-size: 2.0rem;
  }  
  
  /* Underline für "Themen" */
  .agridea-themen-titel{
    background-image: linear-gradient(90deg,#e722000,#FF640D);
    background-size: 100% 20%;
    background-repeat: repeat-x;
    background-position: 100% 90%;
  }


/* Startseite */
.agridea-startcard-container, .agridea-startcard-container-alt {
  height: 100%;
padding: 80px 30px;
/*background-color: rgb(245, 245, 245);*/
  /*border-radius: 4px;*/
  border: 1px solid #e72200
    /*box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);*/
}

.agridea-startcard-container-alt {
  background-color: #e72200;
  color: white;
}

a .agridea-startcard-container p {
  color: #333;
}

a:hover .agridea-startcard-container {
  background-color: rgb(240, 240, 240);
}

#starseite-image-publikation {
margin-bottom: -20px;}

.agridea-startcard-title {
  /*display: table;*/
  /*height: 100%;*/
  font-size: 3.5em;
  color: rgb(215, 15, 0);
  font-weight: 700;
  background-color: #e72200;
    background-image: linear-gradient(1800deg, #e72200 0%, rgb(200, 50, 0) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

.btn-agridea, .btn-agridea-negative {
border-radius: 3px;
background-color: #e72200;
color: white;
}

.btn-agridea-negative {
background-color: white;
color: #e72200;
} 

  @media (min-width: 992px) {
    #content > .frame {
      padding-top: 0px;
      padding-bottom: 0px;
    }  
  }

/* JOBS */
.jobs-item-container {
  box-shadow: 0 0 1em #c4c4c4;
  }

.jobs-item-header {
  }

.jobs-item-image {
  height: 300px;
  width: 100%;
  background-color: #eeeeee;
  position: relative;
  background-size: cover;
  }

.jobs-item-banner {
  bottom: 20px;
  position: absolute;
  }

.jobs-item-banner h2 {
  display: inline-block;
  background-color: #e72200;
  color: white;
  margin-left: 0px;
  padding: 1rem;
  font-size: 20px;
  font-weight: bold;
}

.jobs-item-body {
  }

.jobs-item-text {
  padding: 1em;
  }

    .jobs-item-footer {
        padding: 0.5rem 1rem 1rem 0.5rem;
        text-align: right;
    }
    
    .jobs-item-footer a {
        color: #e72000;
        text-decoration: none;
        font-weight: 700;
    }

.jobs-large-container {
  box-shadow: 0 0 1em #c4c4c4;
  display:flex;
  flex-wrap: nowrap; /* Desktop only! */
  }

.jobs-large-container {
  display:flex;
  flex-wrap: nowrap; /* Desktop only! */
  }

.jobs-large-container {
  box-shadow: 0 0 1em #c4c4c4;
}

.jobs-large-header {
  background-color: #eeeeee;
}

 .jobs-large-header {
  width:50%;
  position: relative;
  background-size: cover;
 }

.jobs-large-image {
  width: 100%;
  min-height:300px;
  position: relative;
  }

.jobs-large-banner {
  bottom: 20px;
  position: absolute;
  }

.jobs-large-banner h2 {
  display: inline-block;
  background-color: #e72200;
  color: white;
  margin-left: 0px;
  padding: 1rem;
  font-size: 20px;
  font-weight: bold;
}

.jobs-large-body {
  width:50%;
}

.jobs-large-text {
  padding: 1em;
  }

.contact-container {
  display:flex;
  background-color: #eeeeee;
  flex-wrap: nowrap; /* Desktop only! */
  padding: 2.0rem;
  }

.contact-header {
  width:20%;
  }

.contact-image img {
  max-height: 250px;
}

.bigbanner-container {
  width: 100%;
  height: 400px;
  background-color: #eeeeee;
  position: relative;
}

.bigbanner-body {
  display: inline-block;
  bottom: 20px;
  position: absolute; 
}

.bigbanner-banner {
  background-color: #e72000;
  color: white;
  display: inline-block; 
  margin-bottom: 10px;
}

.bigbanner-banner h2 {
  padding: 1.5rem 3.0rem;
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
}

.bigbanner-content {
  background-color: white;
  padding: 1.5rem 3.0rem;
  background-position: right;
 }

  @media (max-width: 740px) {
.jobs-large-container {
  flex-wrap: wrap;
} 
  }

  
/*</style>*/
