/* @font-face {        
    font-family: GothamBold;
    font-display: swap;
    src: url(/fonts/GothamBold.ttf),
         url(/fonts/route/GothamBold.otf); 
    }  */


    /* font converted using font-converter.net. thank you! */
    @font-face {
        font-family: "Montserrat-Regular";
        src: url("/fonts/Montserrat-Regular.eot"); /* IE9 Compat Modes */
        src: url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
          url("/fonts/Montserrat-Regular.otf") format("opentype"), /* Open Type Font */
          url("/fonts/Montserrat-Regular.svg") format("svg"), /* Legacy iOS */
          url("/fonts/Montserrat-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
          url("/fonts/Montserrat-Regular.woff") format("woff"), /* Modern Browsers */
          url("/fonts/Montserrat-Regular.woff2") format("woff2"); /* Modern Browsers */
        font-weight: normal;
        font-style: normal;
      }

      @font-face {
        font-family: "Montserrat-Bold";
        src: url("/fonts/Montserrat-Bold.eot"); /* IE9 Compat Modes */
        src: url("/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
          url("/fonts/Montserrat-Bold.otf") format("opentype"), /* Open Type Font */
          url("/fonts/Montserrat-Bold.svg") format("svg"), /* Legacy iOS */
          url("/fonts/Montserrat-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
          url("/fonts/Montserrat-Bold.woff") format("woff"), /* Modern Browsers */
          url("/fonts/Montserrat-Bold.woff2") format("woff2"); /* Modern Browsers */
        font-weight: normal;
        font-style: normal;
      }

a, p{
    font-family: "Montserrat-Regular" !important;
    font-size: 16px;
}
h1,h2,h3,h4{
    font-family: "Montserrat-Bold" !important;
}
.media-item {
    position: relative;
    float: left;
    padding: 15px;
    width: 226px;
    margin: 0 0 30px 30px;
    background-color: white;
    border-radius: 3px;
}

.collapse-arrow {
    float: right;
    transition: transform 0.3s ease;
}

.collapsed-arrow {
    float: right;
    transform: rotate(182deg);
    transition: transform 0.3s ease;
}
    
ul.dataset-list.list-unstyled li.dataset-item div.dataset-content div{
    font-family: "Montserrat-Regular" !important;
    font-size:16px;
   }

div.flash-messages,
div.field input#field-sitewide-search.form-control,
form#group-search-form.search-form.no-bottom-border div.form-select.form-group.control-order-by,
div.row.wrapper div.primary.col-sm-9.col-xs-12 article.module div.module-content ul.media-grid li.media-item span.count,
div.row.wrapper div.primary.col-sm-9.col-xs-12 section.module div.module-content small,
section.additional-info table.table.table-striped.table-bordered.table-condensed tbody tr td.dataset-details,
section.module div.module-content table.table.table-striped.table-bordered.table-condensed.table-toggle-more,[data-module="table-toggle-more"]{
    font-family: "Montserrat-Regular" !important;
    font-size:14px;
}

.select2-search-choice-close,
.select2-container-multi .select2-search-choice-close {
  top: 4px;
  left: 5px;
}

.multi-arrow::before { 
	content: '';
    width: 18px;
    cursor: pointer;
    height: 100%;
    position: absolute;
	z-index:1;
    top: 0px;
    right: 0px;
	background: #ccc;
	border: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

.multi-arrow::after {
    content: '';
    z-index:1;
	border-left: 3.6px solid transparent;
	border-right: 3.6px solid transparent;
	border-top: 6px solid #888;
    position: absolute;
    top: calc(145% - 100%);
    right: 5px;
}
.select2-container {
    padding: 0;
    height: fit-content;
}

.select2-chosen {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.form-control .select2-choice {
    border: none !important;;
}

div#content.container div.row.wrapper{
    -webkit-box-shadow:none;
box-shadow:none;
}
    .account-masthead{
     background-color: #00615B;
    }
/*####################################### Header Bereich Start ###################################################*/
.navbar.navbar-static-top.masthead a {
    color: #00615B;
    font-size: 17px;
}

.navbar.navbar-static-top.masthead a:hover {
    color: white;
    font-size: 17px;
}

.masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li.active a{
    background-color: #00615B;
    color: white !important;
}


.navbar{
    background-color: white !important;
}

.masthead{
    background:none;
}
.masthead .navbar-collapse {
    float: none;
}

.header .header__logo {
    display: flex;
    /* display:-webkit-flex; */
    align-items: center;
}
.header-image.navbar-left img {
    max-width: 100%;
    height: auto;
    width:195px;
}

.navbar-toggle , .navbar-toggle.collapsed{
    color: #00615B;
}

@media (max-width:1201px) and (min-width:1200px){
    div#main-navigation-toggle.collapse.navbar-collapse{
        width: 82%;
    }

}

/* @media (max-width: 1060px) { */
    @media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }

    .collapse.in{
          display:flex !important;
          flex-flow: column;
    }
    
    .container-fluid{
       margin-left: unset;
    }
}

@media (min-width: 992px) and (max-width:1030px) {
    div.field input#field-sitewide-search.form-control{
        width:136px !important;
    }
    .container-fluid{
        padding-right: unset;
     }
}

@media (min-width: 1031px) and (max-width:1060px) {
    div.field input#field-sitewide-search.form-control{
        width:151px !important;
    }
    .container-fluid{
        padding-right: unset;
     }
}

@media (max-width: 992px) and (min-width:1200px){
.masthead .section{
    font-size: 18px;
}
}

/* div#main-navigation-toggle.collapse.navbar-collapse div.menu-right{
    float:none !important;
} */




div.field input#field-sitewide-search.form-control{
    margin-top: 6px;
    margin-left:0px;
    margin-right: 3px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 16px;
}

.social-media {
    
    font-size: 1rem;
    line-height: 1.6;
    color: #00615B!important;
}

.social-icons{
    padding-top: 2px;
    padding-left: 2px;
}

.social-icons a {
    font-size: 24px;
}

div.social-media.navbar-left.visible-md-inline-block.visible-lg-inline-block a i{
    font-size: 28px;
}

.jumbotron{
    background-image: url("/img/halde_hoheward_rvr_helmut_adler.jpg");

    max-height: 100%;
    
    height: 400px;
    
    width: 100%;
    
    background-size: cover;
    
    background-repeat: no-repeat;
    
    background-position: 50% 50%;

    margin-bottom: 0px;
    position: relative;
    
}


.jumbotron h1{
    
    text-align: end;
    color: #fff;
    font-weight: 500;
    left: 1%;
    font-size: 50px;
    top: 78%;
    position: absolute;
   }
@media (max-width: 864px) and (min-width:520px){
    .jumbotron h1{ 
        font-size: 30px;
       }   
}

@media (max-width: 520px) and (min-width:334px){
    .jumbotron h1{ 
        font-size: 25px;
       }   
}
   


/* .navbar-collapse.collapse{
    display: inline !important;
  }
  
  .navbar-nav>li, .navbar-nav{
    float: left !important;
  }
  
  .navbar-nav.navbar-right:last-child{
    margin-right: -15px !important;
  }
  
  .navbar-right{
    float: right !important;
  } */


  @media (orientation: portrait) and (min-width:1200px) {

    .navbar-collapse.collapse{
        display: inline !important;
      }
      
      .navbar-nav>li, .navbar-nav{
        float: left !important;
      }
      
      .navbar-nav.navbar-right:last-child{
        margin-right: -15px !important;
      }
      
      .navbar-right{
        float: right !important;
      }
    
    button.navbar-toggle{
        display: none;
    }

    ul.nav.nav-pills{
        display: inline-flex;
    }

    .header-image{
        display: inline;
    }

    /* .searchbox{
        
        visibility: visible;
    } */
    
    div.collapse.navbar-collapse{
        font-size: 10px;

        float: right;

        border-top-width: 0px;

        padding-top: 0px;

        padding-bottom: 0px;
            }

    div#main-navigation-toggle.collapse.navbar-collapse{
        margin-left: 0px;
        float: right !important;

    }

  
    
}



@media (min-width: 991px) and (max-width: 1200px){
        header.navbar.navbar-static-top.masthead div.container {
        width: 100%;
    }

    div#main-navigation-toggle.collapse.navbar-collapse {
        float: none !important;
        margin-left: 0px;
    }

   

   /* div.social-media.navbar-left.visible-md-inline-block.visible-lg-inline-block a{
       display: none;
   } */
}



   




@media(min-width: 767px) and (max-width: 992px){
    div#main-navigation-toggle.collapse.navbar-collapse{
        margin-left: 0px;
    }

    .masthead .navigation.section {
        margin-left: 10px;
        float: left;
    
    }
}



/* Header Bereich Ende */


.section.section--black-background {
    background: #000;
    color: #fff;
}

.grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}

.grid__column--lg-3 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.social-media-icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

ul, ol {
    list-style-type: none;
}

.section.section--black-background a {
    color: #fff;
    text-decoration: none;
}
.link {
    color: #00615B;
    position: relative;
    font-family: "Montserrat-Regular,Verdana,Arial,sans-serif";
}
.label {
    white-space: normal!important;
    padding-top: 0.3em;
    padding-right: 0.6em;
    padding-bottom: 0.3em;
    padding-left: 0.6em;
}
.a {
    background-color: transparent;
    
}

h4 {
    /* font-size: 0.875rem; */
    margin-bottom: 0.625rem;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat-Bold,Helvetica,Arial,sans-serif";
    letter-spacing: 0.5px;
    hyphens: auto;  
}


/* #################################################### Main Content ############################################## */
body{
    background: #00615B url("../../../base/images/bg.png");
    max-width: 100%;
}
div.hero{
    background: none;
    background-color: #e8e8eb;
}


@media (min-width: 992px){
    html.js body div.hero div.container.content div.row.row1 div.searchbox-mobile{
        visibility: hidden;
        display: none;
       
     }

     
}

html.js body div.hero div.container.content div.row.row1 div.searchbox-mobile{
    margin-top: 5%;
    margin-bottom: 10%;
}

@media (max-width: 991px){
    div.row.row1 div.col-md-6.col2.block2 div.searchbox-desktop {
        visibility: hidden;
        display: none;
    }

    .masthead .site-search {
        display: inline;
    }
}

@media(min-width:992px){
    .masthead .site-search {

        margin-left: 4px;
    
    }
}


/* @media (min-width:1200px) {
    header.navbar.navbar-static-top.masthead div.container{
       width:1600px;
   }
} */
/* 
.container.content{
     width: 100%;
 } */


 .block1{
    padding-left: 3%;
    padding-top: 1%;
 }

 .block2{
    padding-left: 3%;
    padding-top: 1%;

}


 th,td{
    padding-left: 40px;
}

.col2.block2{
    position: relative !important;
    display: flexbox;

    margin-top: calc( 1px); 
}



.filter-title h3 {
    padding: 12px 0 12px 12px;
    margin: 0;
}


.module-heading[data-bs-toggle="collapse"]  {
    cursor: pointer;
}

.module-heading .action {
    padding-right: 12px;
}

.module-subheading {
    font-size: 13px;
    padding: 6px 0px;
    margin: 0;
}

.module-content.box.box1{
    /* margin-right: 0;
    margin-left: 5%;
    margin-bottom: 10%; */
    box-shadow: none;
    position: relative;
}

div.module-content.box.box1::before{
    content: "";
    position: absolute;
    top: 0rem;
    right: 0rem;
  
    z-index: 0;

    width: 0; height: 0; border-top: 60px solid black; border-left: 60px solid transparent;
}

.module-content.box.box1 a {
  color: #1C5E73;
  text-decoration: none;
}

.module-content.box.box2{
    /* margin-right:0;
    margin-left: 5%;*/
    margin-top: 10%; 
    
    box-shadow: none;
    position: relative;
}

.module-content.box.box2 a {
  color: #00615B;
  text-decoration: none;
}


div.module-content.box.box2::before{
    content: "";
    position: absolute;
    top: 0rem;
    right: 0rem;
    z-index: 0;
    width: 0; height: 0; border-top: 60px solid black; border-left: 60px solid transparent;
}

.module-search.module-narrow.module-shallow.box{
    padding:0;
    box-shadow: none;
    border:none;
}

form.module-content.search-form h2.heading{
    color:white;
}

form.module-content.search-form a {
    color: #FAFAFA;
    text-decoration: none;
}

form.module-content{
    background-color: #00615B;
    position: relative;
}


form.module-content::before{
    content: "";
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    height: 0rem;
    width: 13.375rem;
    z-index: 0;
    /* background-color: #e8e8eb;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
    width: 0; height: 0; border-top: 60px solid#e8e8eb; border-left: 60px solid transparent;
}


.module-content.box.dataset{
    margin-top: 6.66%;
    box-shadow: none;
    position: relative;
}

div.module-content.box.dataset::before{
    content: "";
    position: absolute;
    top: 0rem;
    right: 0rem;
    z-index: 0;
    /* background-color: #e8e8eb;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
    width: 0; height: 0; border-top: 60px solid black; border-left: 60px solid transparent;
}

.module-content.box.statistic{
    margin-top: 6.66%;
    box-shadow: none;
    position: relative;
}

.module-content.box.statistic a {
  color: #1C5F73;
  text-decoration: none;
}



div.module-content.box.statistic::before{
    content: "";
    position: absolute;
    top: 0rem;
   right: 0rem;
  
    z-index: 0;
    /* background-color: #e8e8eb;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
    width: 0; height: 0; border-top: 60px solid black; border-left: 60px solid transparent;
}
 
div.module-content.box.statistic, div.module-content.box.statistic{
    -webkit-box-shadow: none;
}

div.module-content.box.statistic ul{
     font-size: 16px;
     width: 100%;
     font-weight: 300;
     display: inline-flex;
     text-align: center;
     padding-left: 1px;
    
}

div.module-content.box.statistic ul::after {
    display: table;
    content: "";
    line-height: 0;
}

div.module-content.box.statistic ul li{
    margin:5%;
}

div.module-content.box.statistic ul li a strong{
    display: block;
}

@media (max-width: 1308px){
    div.module-content.box.statistic ul{
        display: contents;
    }
    div.module-content.box.statistic ul li a strong span{
        font-size:28px!important;
    }
    div.module-content.box.statistic ul li a{
       font-size:16px!important;
   }
}

@media (max-width: 991px) and (min-width: 634px){
    div.module-content.box.statistic div.inner ul{
        display: inline-flex;
        }

}

 div.module-content.box.statistic ul li a strong span{
     font-size:28px;
 }
 div.module-content.box.statistic ul li a{
    font-size:16px;
}



div#dataset-map-attribution div a{
    font-size: 12px;
}


[data-module="facet-search"] .input-group {
    padding: 10px;
    width: 100%;
}

[data-module="facet-search"]  button {
    outline: none !important;
}

[data-module="facet-search"]  nav {
    height: auto;
    max-height: 50vh;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
}


[data-module="facet-search"] ul li.search {
    border-left: 1px solid #00615B;
    background-color: #c8e9e842;
}

.spatial-map-clear {
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 4px;
    color: #888888;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
}


.dataset-map-expanded #dataset-map {
    height: 412px !important;
    top: -412px !important;
  }

/* Footer Bereich Start */

.site-footer {
    background-color: black;
}

/* .site-footer div.grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}

.site-footer div.grid__column--lg-3 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
} */

.site-footer div.social-media{
    color: white !important;
    margin-left: 0;
}

div.social-media a i{
     font-size:28px;
     line-height: 1.4;
     padding-right: 3px;
}


.copyright{
    font-family: "Montserrat-Regular";
    padding-left: 15px;
    
}
/* Footer Bereich Ende */

.daterange-picker {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
}

.daterange-picker input {
    border: none;
    width: 100%
}

.daterange-picker select {
    width: 100%;
    border: none;
    background-color: transparent;
}

.daterange-picker *:focus{
    outline: none;
}

.btn.apply.btn-primary {
    padding: 3px 12px;
}

#dataset-map-edit-buttons {
    padding: 5px 10px !important;
}

.map-draw-form-group {
    display: block;
    height: 384px;
    background-color: white;
    margin: 0;
}

div#dataset-map-container.map-draw-field {
    height: 340px;
    position: relative;
}
.ccc-tabbable .checkbox-toggle-label::after {
    content: "" !important;
    display: none !important;
}

.ccc-content--dark {
    background-color: #2f2c2c;
}

#ccc-icon.ccc-icon--dark {
    fill: #1f1f1f;
}

#ccc .checkbox-toggle--dark .checkbox-toggle-toggle {
    background-color: #979797 ;
}

#ccc .checkbox-toggle--slider.checkbox-toggle--dark {
    background-color: #232323;
    border-color: #4a4747;
}


.badge[data-format*=csv] {
  background-color: #6B5600;
}

.badge[data-format=geojson] {
    background-color: #7526CA !important;
}


#dataset-map {
    position: relative;
}

.dataset-map-expanded #dataset-map {
  position: absolute;
  width: 940px;
  height: 384px;
  top: -384px;
  left: -1px;
  background-color: white;
  border: 1px solid #CCC;
  margin: 0;
}
.dataset-map-expanded #dataset-map #dataset-map-container {
  height: 300px;
}
.dataset-map-expanded #dataset-map #dataset-map-attribution {
  *zoom: 1;
}
.dataset-map-expanded #dataset-map #dataset-map-attribution:before,
.dataset-map-expanded #dataset-map #dataset-map-attribution:after {
  display: table;
  content: "";
  line-height: 0;
}
.dataset-map-expanded #dataset-map #dataset-map-attribution:after {
  clear: both;
}
.dataset-map-expanded #dataset-map #dataset-map-attribution div {
  float: left;
  margin-right: 10px;
}
.dataset-map-expanded #dataset-map #dataset-map-edit-buttons {
  display: block;
  float: right;
  padding: 10px;
}
.dataset-map-expanded #dataset-map #dataset-map-edit {
  display: none;
}
.dataset-map-expanded #dataset-map .module-heading {
  border-top-color: #000;
}
.dataset-map-expanded .wrapper {
  margin-top: 383px;
}

/* =======================FAQ PAGE STYLE=========================== */
.faq {
    background: inherit;
}

.faq h1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq-title {
    font-size: 22px !important;
    text-decoration: underline;
}

.faq-question {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    font-size: 18px !important;
    font-weight: bold !important;
    position: relative;
    padding-left: 30px;
    background: inherit;
    color: none;
    font: inherit;
    overflow: visible;
    text-transform: none;
    font-family: inherit;
    margin-bottom: 0;
    font-weight: bold;
    touch-action: manipulation;
    cursor: pointer;
    border: none;
    background-image: none;
    padding: 5px 15px;
    line-height: 1.6;
    border-radius: 0;
    user-select: none;
    align-items: baseline;
    outline: none;
    white-space: normal;
    text-align: left;
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 15px;
    left: 10;
}

.faq-question span {
    margin-left: 10px;
}

.collapse-indicator {
    position: absolute;
    top: 25%;
    left: 0;
    padding-right: -20px;
    margin-right: 10px;
    font-size: 12px !important; /* adjust as needed */
    color: grey; /* adjust as needed */
    transition: transform 0.1s !important;
}

.faq-question.collapsed .collapse-indicator {
    position: absolute;
    padding-right: -20px;
    margin-right: 10px;
    top: 25% !important;
    left: 0 !important;
    transform: rotate(180deg);
}

.faq .content {
    padding-left: 26px;
}

.collapse {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 15px;
    width: 100%;
}

.collapse p {
    font-family: inherit;
    font-weight: 300 !important;
    display: block;
    text-align: left;
    font-size: 16px;
}

.collapsed + .collapse {
    display: none;
}

@media screen and (max-width: 768px) {
    /* Adjust the styles for screens smaller than 768px wide */
    .faq {
        margin-left: 5px;
        margin-right: 5px;
        background-color: #eee;
    }

    .faq-question {
        font-size: 20px !important;
        margin-left: 5px;
    }

    .collapse-indicator {
        font-size: 2px;
        margin-right: 20px;
    }

    .collapse p {
        display: block;
        padding-top: 5px;
        padding-bottom: 15px;
        padding-right: 0px !important;
        text-align: left;
        font-size: 20px !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .faq-question.collapsed .collapse-indicator {
        margin-right: 0px;
    }
}
  /* =======================END FAQ PAGE STYLE=========================== */