/*
	Theme Name: Berliner Stadtgüter Theme
	Description: WordPress Theme für Berliner Stadtgüter
	Version: 3.3.0
	Author: Das Büro des Präsidenten
	Author URI: http://buerodespraesidenten.de
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font: 300 16px/20px 'Open Sans', Helvetica, Arial, sans-serif;
  font: 300 1.6rem/2.5rem 'Open Sans', Helvetica, Arial, sans-serif;
	color: #4a4a4a;
      animation: fadeInAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  /*hyphens: auto;*/
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

.zindex5 {
  z-index: 5;
  position: relative;
}
.zindex100 {
  z-index: 100;
  position: relative;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
    clear: both;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


.vc_btn3 {
  font-size: 24px !important;
  font-weight: 300;
  color: green !important;

}

.border_blue_top_bottom {
  border-top: solid 1px #1F4999;
  border-bottom: solid 1px #1F4999;
  padding-top: 2em;
}
.border_blue_top {
  border-top: solid 1px #1F4999;
  padding-top: 2em;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body {
	position:relative;
}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	
}
.container {
	background-color: ;
	position: relative;
}
/* header */
.header {
	margin: 5px  0 0 0;
}
.header:after {
	content:' ';
    display:table;
    clear: both;
}
.claim {
	position: absolute;
	top: 36px;
	left: 65px;
	color: #00633A;
	font-size: 90%;
	font-weight: 600;
	z-index: 1;
}

/* logo */
.bsgm_logo {
	width: 70px;
	float: left;
  padding-bottom: 10px;

}
.logo_img_2024 {
	max-width: 200px;
  max-width: 100px;
  max-width: 60px;
  margin-left: 6px;  /* für altes Logo*/
}


/* nav */

main {
	margin-top: 2em;
	min-height: 400px;
}





/* footer 2024 */
.nch-lb-testcanvas {
  display: none;
}
.footer-new {
  background-color: #015E9A;
  color: #fff;
  padding: 6rem 0;
}
.footer-new_top {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.footer-new_newsletter h1 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
}
.footer-new_form {
  height: 100%;
  display: flex;
  align-items: center;
}
.footer-new_form .rmBase__container {
  padding: 0 !important;
  display: flex;
}
.footer-new_form .rmBase__container .rmBase__section:first-child {
  display: flex !important;
  flex-direction: column !important;
  margin-right: 40px !important;
}
.footer-new_form .rmBase {
  background: transparent !important;
}
.footer-new_form .rmSubscription {
  background: transparent !important;
  color: #fff !important;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
.footer-new_form .rmSubscription .rmBase__comp--checkbox {
  font-size: 14px !important;
}
.footer-new_form .rmBase__comp--input {
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  box-shadow: none !important;
}
.footer-new_form .rmBase__comp--cta {
  background: #B3C535 !important;
  font-weight: normal !important;
}
.footer-new_form .rmBase__comp--heading {
  color: #fff !important;
  font-size: 30px !important;
  line-height: 35px !important;
  margin-bottom: 20px !important;
  font-family: "Roboto Slab", Georgia, serif !important;
}
.footer-new_form .rmBase__body[data-page-type="pageSubscribeSuccess"] .rmBase__container {
  display: block !important;
}
.footer-new_form .rmBase__body[data-page-type="pageSubscribeSuccess"] .rmBase__section:first-child {
  margin-right: unset !important;
}
.footer-new_bottom {
  padding-top: 50px;
}
.footer-new_bottom .textwidget {
  display: flex;
}
.footer-new_bottom .textwidget p:first-child {
  margin-right: 40px;
}
.footer-new_bottom .menu {
  padding: 0;
  list-style: none;
}
.footer-new_bottom .menu .menu-item {
  text-align: right;
}
.footer-new_bottom .menu .menu-item a {
  color: #fff;
}
.footer-new_bottom .menu .menu-item a:hover {
  color: #B3C535;
  text-decoration: none;
}
@media only screen and (max-width:767px) {
  .footer-new {
    padding: 4rem 0;
  }
  .footer-new_form .rmBase__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-new_form .rmBase__container .rmBase__section:first-child {
    margin-right: 0px !important;
  }
  .footer-new_form {
    margin-top: 30px;
  }
  .footer-new_bottom .menu {
    margin-top: 30px;
  }
  .footer-new_bottom .menu .menu-item {
    text-align: left;
  }
}







/* footer 2022 */
.footer_2022 {
  background-color: #1c479b;
  color: #fff;
  padding: 6rem 0;
  margin-top: 2rem;
}
.footer_2022 .footer_title {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.footer_2022 #menu-footer {
  list-style-type: none;
  padding: 0;
}
.footer_2022 a {
  color: #fff;
}
.footer_2022 .widget_media_image img {
  width: 120px;
  margin-bottom: 1rem;
}
.footer_2022 .button_outline {
  display: inline-block;
  padding: 1rem;
  border: solid 1px #fff;
  margin-top: 1rem;
  text-decoration: none;
}
.footer_2022 .button_outline:hover {
  color: #1c479b;
  background-color: #fff;
}






#scroll {
    position:fixed;
    right:20px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
   border: solid 1px #1d5c39;
    background-image: url(img/scroll-up-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 100;
    text-indent:-9999px;
    display:none;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover { 
}


/*------------------------------------*\
    BOXES
\*------------------------------------*/
aside .square-box {
    background: #b2d2b8; /* Grün 3 */
}
aside .square-box:before {
    padding-top: 100%;
}

.square-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #6caf83; /* Grün 2 */
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    
}
.square-content div {
   display: table;
   width: 100%;
   height: 100%;
   z-index: 999;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
    
}
aside .square-content {
	padding: 40px 15px 15px 15px;
	text-align: center;
	font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
aside .square-content a {
	color: #fff;
}

.rect-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: lightgray;
}
.rect-box:before{
    content: "";
    display: block;
    padding-top: 30%;
}

.grau {
	background-color: lightgray;
}

a.page_link_box {
	color: #fff;
	display: block;
	width: 80%;
	padding: 0.5em 0;
	background-color: #6caf83;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}

.page_link_box {
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translateX(-50%) translateY(-50%);*/
    transform: translate(-50%, -50%);
}


/*  Square Box für WPPage Builder */
.square-box .wpb_wrapper {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    padding: 15px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.image_seiten_links .wpb_text_column {
  min-height: 45px;
  /*display: -ms-flexbox;
  display: -webkit-flex;*/
  display: flex;

  /*-ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;*/
justify-content: center;
  align-items: center;

}
.image_seiten_links .wpb_text_column p {
  line-height: 1;
}



.image_seiten_links .vc_column_container .vc_column-inner .wpb_wrapper {
position: relative;
}
.image_seiten_links .vc_column_container .vc_column-inner .wpb_text_column {
position: absolute;
bottom: 0;
left: 0;
background: rgba(255,255,255,0.7);
text-align: center;
width: 90%;
margin-left: 5%;
padding: 2%;
}

.image_seiten_links .vc_column_container .vc_column-inner .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}


.auch_interessieren h3 {
  margin-top: 0;
  color: #1F4999;
  text-transform: none;
  font-size: 120%;
}
.auch_interessieren .wpb_text_column {
  padding: 10px;
  background-color: #C4DBEC;
  min-height: 170px;
}
.auch_interessieren .wpb_text_column a {
    font-weight: 300;
}



.page-template-page_startseite_2 main {
  margin-top: 100px;
}
.start_item_image,
.aktuelles_image {
  position: relative;
}
.start_item_image img {
  height: auto;
}
.start_item_head {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.7);
  text-align: center;
  width: 100%;
  margin-left: 5%;
  padding: 2%;
}




.start_item_head_aktuelles {
  position: absolute;
  top: 0;
  left: 0;
  width: 47.5%;
  margin-left: 2.5%;
  padding: 2%;
  text-align: center;
  background-color: #f18901;
  display: table;
}
.start_item_head_aktuelles_inner {
  display: table-cell;
  vertical-align: middle;
}


.start_item_headline {
  font: 900 30px/1.2 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
}
.start_item_subheadline {
  font:600 20px/1.4 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
}
.h-45 {
    height: 40% !important;
}

.start_item_head_aktuelles .start_item_headline,
.start_item_head_aktuelles .start_item_subheadline {
  color: #fff;
}
              
.aktuelles_image_bottom {
  height: 200px;
  overflow: hidden;
}
.aktuelles_image_inner_bottom img {
  
}

.border_blue_bottom {
  border-bottom: solid 1px #1F4999;
  padding-bottom: 2em;
}
h3.aktuelles a {
  font: 300 25px/1.2 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #1F4999;
}





.page-template-page_aktuelles_2 main,
.page-template-page_aktuelles_organisation main {
  min-height: 50px;
}



.ratio_box {
  overflow: hidden;
  height: 0;
  padding-top: 62.25%;
}



.aktuelles_content .wpb_content_element {
  margin-bottom: 0;
}
.wpb_content_element.aktuelles {
    margin-bottom: 25px;
  }


/*  Akkordeon  */
.wpb-js-composer .vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: #b7dbf9 !important;
}
.wpb-js-composer .vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
    color: #1c479b !important;
    font: 300 2.0rem/2.5rem 'Roboto Slab', Georgia, serif;
}
.wpb-js-composer .vc_tta-color-sky.vc_tta-style-flat .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-sky.vc_tta-style-flat .vc_tta-controls-icon::before {
    border-color: #1c479b !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 5px 10px !important;
}


/*  Slider */
.mega-post-meta,
.mega-post-date,
.mega-post-para {
  display: none;
}
h3.mega-post-title {
  text-transform: none;
  font:300 20px/1.0 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.wpb_wrapper .vc-post-styling .slick-prev::before, .wpb_wrapper .slick-next::before {
  color: #004996 !important;
  background: transparent !important;
  padding: 0 !important;
  opacity: 1 !important;
}
.wpb_wrapper .slick-prev::before, .wpb_wrapper .slick-next::before {
  font-size: 50px;
  line-height: 0;
  opacity: 1;
}
.wpb_wrapper .slick-prev, .wpb_wrapper .slick-next {
  top: 40%;
}





.border_blue_bottom_top {
  border-top: solid 1px #004996;
  border-bottom: solid 1px #004996;
  padding-top: 2em;
}



.g_berichte .vc_column-inner {
  background-image: url(img/icon-gesch-bericht.png);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 0 center;
  padding-top: 50px !important;
  padding-left: 60px !important;
  padding-bottom: 40px !important;
}
.g_berichte .wpb_text_column.wpb_content_element {
  margin-bottom: 10px;

}

.g_berichte a {
  color: #4a4a4a;
  font-weight: 300;
}
.g_berichte {
  padding-left: 15px !important;
}

/*  BLOG */

  .grid {
    margin-bottom: 4rem;
    animation: fadeInAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .grid-sizer, .grid-item { 
    width: 31%;
    padding: 1rem;
    border: solid 1px #dfdfdf;
    border-radius: 10px;
    margin-bottom: 4rem;
  }
  .gutter-sizer { width: 3.5%; }
  .grid-sizer  { 
    display: none;
  }
  .grid-item img {
    border-radius: 10px;
    min-height: 100px;
  }
  .blog_large_img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    border-radius: 10px;
  }
  .blog_large_img img {
    width: 100%;
  }
  .blog_large_item {
    margin-bottom: 5rem;
  }
  .blog_large_textbox {
    margin: 2rem auto;
    width: 60%;
    text-align: center;
  }
  .blog_datum {
    font: 500 1.4rem/2.5rem 'Open Sans', Helvetica, Arial, sans-serif;
    color: #4a4a4a;
    margin-top: 0.5rem;
  }
  .view_blog_button {
    text-align: center;
    margin: 1rem auto;
  }
  .view_blog_button a {
    text-align: center;
    font-size: 90%;
    border: solid 1px #dfdfdf;
    border-radius: 15px;
    padding: 0.2rem 0.9rem;
  }
  .view_blog_button a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1d5c39;
  }

  @media only screen and (max-width:987px) {
    .grid-sizer, .grid-item { 
      width: 48%;
    }
    .blog_large_img {
      height: 500px;
    }
    .blog_large_textbox {
      width: 75%;
    }
  }

  @media only screen and (max-width:768px) {
    .blog_large_img {
      height: 350px;
    }
    .blog_large_textbox {
      width: 90%;
    }
  }


  @media only screen and (max-width:576px) {
    .grid-sizer, .grid-item { 
    width: 100%;
    }
    .blog_large_img {
    height: 250px;
    }
  }


/*------------------------------------*\
    IMAGES / VIDEO
\*------------------------------------*/

.bild_unterschrift {
  font-size: 80%;
}

#play-button-905, .play-button-905 {
  position: absolute;
  left: 45%;
  top: 30%;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* H1: Roboto Slab Light 28/31 pt. grau */
.headline_like_h1 {
  font: 300 3.0rem/3.5rem 'Roboto Slab', Georgia, serif;
  color: #4a4a4a;

}
.vc_row-has-fill .headline_like_h1 {
  margin-bottom: 1.5rem !important;
  display: inline-block;
}

h1 {
  font: 300 3.0rem/3.7rem 'Roboto Slab', Georgia, serif;
  color: #4a4a4a;
  margin-bottom: 2.5rem;
}

/* H2: Roboto Slab Light 28/31 pt blau */
.aktuelle_meldungen h2 {
  font: 300 2.5rem/3.0rem 'Roboto Slab', Georgia, serif;
  color: #1c479b;
  padding-bottom: 0.3rem;
}
.aktuelle_meldungen h2 a {
  font-weight: 300;
}
.home .aktuelle_meldungen h2 {
  padding-top: 0;
}

h2 {
  font: 400 2.0rem/2.6rem 'Open Sans', Helvetica, Arial, sans-serif;
  color: #1c479b;
  padding-bottom: 0;
  padding-top: 0.7em;
}
.headline_like_h2 {
  font: 300 2.5rem/3.0rem 'Roboto Slab', Georgia, serif;
  color: #1c479b;
  padding-bottom: 0.5em;
}

/* H3: Open Sans Regular 20/25pt. grau */
h3, .subheadline_like_h3 {
  font: 400 2.0rem/2.0rem 'Open Sans', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
}
.home .subheadline_like_h3 {
  margin-bottom: 0;
}

.image_seiten_links .wpb_text_column a {
  font: 400 1.3rem/1.5rem 'Open Sans', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
}

a {
	color: #1d5c39;
	font-weight: 300;
}

.page_title {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 1px;

}
.aktuelle_meldung_datum {
  margin-bottom: 0.2rem;
}


/* Namen: Open Sans Reg. 16/25pt blau */
.name_blue {
  font: 400 1.6rem/2.5rem 'Open Sans', Helvetica, Arial, sans-serif;
  color: #1c479b;
  text-transform: uppercase;
}





.colorbox h2,
h2.color_box {
	font: 300 28px/1.2 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
}
/*
article p + h2 {
  padding-top: 1em;
}
*/


article .teaser_list h2 {
	font: 300 16px/1.5 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
}
article h3, article h4 {
	font: 300 16px/1.5 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


article .wpb_text_column ul {
	padding-left: 1em;
}
article .wpb_text_column li {
	list-style-type: none;
	position: relative;
}
article .wpb_text_column ul li:before {
	font: 900 16px/1.5 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: top;
    position: absolute;
    top: 0px;
    left: -15px;
    content: '>';
    padding-right: 0;
    color: ;
    font-size: 100%;
    color: #4a4a4a;
}
article .wpb_text_column ul li:hover:before {
    color: #000;
}


/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/OpenSans-Light.eot');
  src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/OpenSans-Light.woff2') format('woff2'),
       url('fonts/OpenSans-Light.woff') format('woff'),
       url('fonts/OpenSans-Light.ttf') format('truetype');
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/OpenSans-Regular.eot');
  src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/OpenSans-Regular.woff2') format('woff2'),
       url('fonts/OpenSans-Regular.woff') format('woff'),
       url('fonts/OpenSans-Regular.ttf') format('truetype');
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/OpenSans-SemiBold.eot');
  src: url('fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
       url('fonts/OpenSans-SemiBold.woff') format('woff'),
       url('fonts/OpenSans-SemiBold.ttf') format('truetype');
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/OpenSans-Bold.eot');
  src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/OpenSans-Bold.woff2') format('woff2'),
       url('fonts/OpenSans-Bold.woff') format('woff'),
       url('fonts/OpenSans-Bold.ttf') format('truetype');
}

/* RobotoSlab-Light */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/RobotoSlab-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/RobotoSlab-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/RobotoSlab-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/RobotoSlab-Light.woff') format('woff'), /* Modern Browsers */
       url('fonts/RobotoSlab-Light.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* RobotoSlab-Bold */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/RobotoSlab-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/RobotoSlab-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/RobotoSlab-Bold.woff') format('woff'), /* Modern Browsers */
       url('fonts/RobotoSlab-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fontawesome/webfonts/fa-solid-900.eot");
  src: url("fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
  		url("fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
  		url("fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff"),
  		url("fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"),
  		url("fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}



/*------------------------------------*\
    Menue
\*------------------------------------*/

.searchandnav {
	margin-top: ;
}


.slicknav_menu {
	display:none;
}
.slicknav_menu {
    font-size: 20px;
    background: #fff;
    padding: 0;
    z-index: 999;
}
.slicknav_btn {
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #1d5c39; 
    padding: 0.7em;
}
.slicknav_nav {
	padding-top: 1em;
}
.slicknav_nav a {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 5px 30px 5px 5px;
    margin: 2px 0;
}
.slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #b2d2b8;
    color: #222;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: .2em;
}
.slicknav_nav .current-menu-item a,
.slicknav_nav .current_page_parent a a,
.slicknav_nav .current_page_parent a span
 {
  color: #1b7c53;
}







.navbar-light .navbar-nav .nav-link {
  color: #4a4a4a;
}

.navigation {
  width: 100%;
}

.fixed-header .navigation {
  width: 100%;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: inherit;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
}
.navbar {
  justify-content: space-between;
}
.navbar-nav {
  width: 100%;
}
.navbar-expand-lg .navbar-collapse {
  margin-bottom: -10px;
}
.navigation ul {
  margin: 0;
}
.navigation li {
  display: block;
  float: none;
  padding: 0.4rem;
}

header {
  position: relative;
}


#sticky-header {
  z-index: 9999;
}
.header_container {
  border-bottom: solid 1px #1b7c53;

}
.breadcrumb a {
  padding: 0 5px;
}
.breadcrumb .current-page {
  padding-left: ;
}
.breadcrumb {
  font: 300 1.3rem/1.4rem 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 0 0 0 0.8rem;
  margin-left: 8%;
  margin-top:2.5em;
  background-color: transparent;
}


.navigation_:after {
  display: block;
  content: "";
  clear: both;
}

.navigation li {
    display: block;
    float: left;
    padding: 0.5rem;
    position: relative;
    text-decoration: none;
  transition-duration: .3s;
}
.navigation li:hover {
    background: #e8efe9;
    cursor: pointer;
}
  
.navigation li a {
  color: #4a4a4a;
  font: 400 1.3rem/2.5rem 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  transition: text-shadow .3s;
}
.navigation li a:hover,
.navigation li:hover > a {
  text-decoration: none;
  color: #1b7c53;
  text-shadow: 0 0.019em #1b7c53,0 -0.019em #1b7c53,0.02em 0 #1b7c53,-0.02em 0 #1b7c53;
}
.navigation ul .current-menu-item a,
.navigation ul .current_page_ancestor > a {
  color: #1b7c53;
  text-shadow: 0 0.019em #1b7c53,0 -0.019em #1b7c53,0.02em 0 #1b7c53,-0.02em 0 #1b7c53;
}


.navigation ul li.news_letter {
  float: right;
  margin-right: 0;
}
.navigation ul li.news_letter a {
  color: #1b7c53;
}


ul.yearly_links li {
  display: inline-block;
  margin-right: 1em;
}
.yearly_links {
  padding-left: 0;
}



/* second level */

.navigation ul li ul {
  background: #e8efe9;
  /*visibility: hidden;*/
  transition: visibility .3s ease-in-out;
  /*opacity: 0;*/
  transition: opacity .3s ease-in-out;

  min-width: 220px;
  position: absolute;

  left: 0;
  z-index: 500;
  padding: 1rem;
}
/*
.navigation ul li:hover > ul,
.navigation ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
*/









.navigation ul li ul li {
  clear: both;
  width: 100%;
  border-bottom: solid 1px #fff;
  padding: 5px 0;
}
.navigation ul li ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.navigation ul ul li a {
  text-transform: none;
}


.navbar-toggler {
  padding: .75rem .75rem;
  font-size: 2rem;
  border: 2px solid transparent;
  border-radius: .25rem;
}
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: #1d5c39;
  margin-right: 5px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2829, 92, 57, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mobil_search {
    display: none;
  }









/* footer menu */
/*
.footer_menu {
	
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer_menu:after {
	content: "";
	display: table;
	clear: both;
}
.footer_menu li {
	float: left;
	margin-right: 1%;
	padding-right: 1%;
	border-right: solid 1px #000;
}
.footer_menu li:first-child {
	float: left;
	margin-left: 1%;
	padding-left: 1%;
	border-left: solid 1px #000;
}
.footer_menu li a {
	color: #000;
	font-weight: 300;
}
.footer_menu li a:hover {
	color: #1b7c53;
	text-decoration: none;
}

*/

/*  Filter Menu */
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item {
    background-color: #6caf83 !important;
}
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover {
    background-color: #00633A !important;
}








.button-group {
	display: table;
	margin-right: auto;
  	margin-left: auto;
  	margin: 2em 0;
  	padding: 0;
 	width: 100%;
}
.button-group li {
	display: inherit;
    padding: 5px 0;
    text-align: center;
    display: block;
   
}
.button-group button {
	background-color: #6caf83;
	color: #fff;
	border: none;
	padding: 0.5em;
	width: 100%;
}
.button-group button.filter-button.active,
.button-group button:active {
		background-color: #999;
}

/*------------------------------------*\
    STICKY HEADER
\*------------------------------------*/

.padding {
	padding-top: 52px;
}
.header {
  transition:all 0.5s;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.fixed-header {
  position: fixed;
  top: 0;
 	margin: 0 auto;
 	width: 100%;
  background-color: #fff;
  z-index: 100;
  box-shadow:0 6px 6px -6px rgba(0,0,0,0.2);
  animation:slide-down 0.7s;
}
.fixed-header .search_box,
.fixed-header .navigation {
	display: none;
}
.fixed-header .searchandnav {
	margin-top: 0;
}



/* Float Panel: class="float-panel fixed" */
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*------------------------------------*\
    SEARCH
\*------------------------------------*/


.search-submit:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f002";
	font-weight: 900;
	vertical-align: middle;
 	color: #000;
 	padding-right: 4%;
 	color: #1d5c39;
 	font-size: 150%;
}
.search-submit {
	border: none;
	background-color: #fff;
}
input[type=search] {
  width: 50px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  border: none;
  border-bottom: solid 1px #1d5c39;
  font-size: 1.4rem;
}
input[type=search]:focus {
  width: 130px;
}





/*------------------------------------*\
    LINKS IN TEXT
\*------------------------------------*/
.wpb_text_column a,
.vc_custom_heading a {
  display: inline-block;
  color: black !important;
  box-decoration-break: clone;
  background: linear-gradient(to top, #B3C535 2px, transparent 2px);
  background-repeat: no-repeat;
  transition: 0.2s ease !important;
}
.wpb_text_column a:hover,
.vc_custom_heading a:hover {
  text-decoration: none;
  color: black !important;
  background: linear-gradient(to top, #B3C535 100%, transparent 100%);
}
.image_seiten_links .wpb_text_column a,
.image_seiten_links .vc_custom_heading a,
.vc_row-has-fill .wpb_text_column a,
.vc_row-has-fill .vc_custom_heading a,
.colorbox .wpb_text_column a,
.colorbox .vc_custom_heading a {
  background: none !important;
}




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width:530px) {
	.footer {
	padding-bottom: 3em;
	}
	.copyright {
	 float: none;
	}
	.footer:before { 
  	background-size: auto 40px;
  	height: 40px;
  	width: 30%;
	}
	.footer:after {
  	background-size: auto 40px;
  	height: 40px;
   	width: 70%;
	}
  .footer_linien:before {
    background-size: auto 40px;
    height: 40px;
    width: 55%;
  }
  .footer_linien:after {
    background-size: auto 40px;
    height: 40px;
    width: 29%;
  }
  

}



@media only screen and (min-width:531px) and (max-width:992px) {
	.footer {
	 padding-bottom: 1em;
	}
	.copyright {
	 float: none;
	}
	.footer:before { 
  	background-size: auto 40px;
  	height: 40px;
  	width: 60%;
	}
	.footer:after {
  	background-size: auto 40px;
  	height: 40px;
   	width: 40%;
	}
  .footer_linien:before {
    background-size: auto 40px;
    height: 40px;
    width: 55%;
  }
  .footer_linien:after {
    background-size: auto 40px;
    height: 40px;
    width: 29%;
  }
}


@media only screen and (min-width:768px) and (max-width:992px) {
  .headline_like_h1 {
    font: 300 2.0rem/2.5rem 'Roboto Slab', Georgia, serif;
  }
  .subheadline_like_h3 {
    font: 400 1.7rem/1.8rem 'Open Sans', Helvetica, Arial, sans-serif;
  }
  .start_item_head {
    width: 100%;
    margin-left: 7.5%;
    padding: 1%;
  }
  .headline_like_h1 p {
    margin-bottom: 0.5rem;
  }



}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .navbar {
    height: 70px;
    height: 100px;
  }
  .fixed-header .logo_img_2024 {
    max-width: 130px;
    max-width: 35px;
  }
  .fixed-header .navbar {
    height: inherit;
  }
}




@media only screen and (max-width:768px) {
	.square-box::before {
    padding-top: 15%;
	}
  article h3, article h4 {
    font: 300 12px/1.4 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  #post-6 .col-md-6 {
    margin-bottom: 1.5em;
  }
  .mb-5, .my-5 {
    margin-bottom: 0rem !important;
  }
  .h-45 {
    height: 30% !important;
  }
  .aktuelle_meldungen_aus_den_jahren {
    padding-top: 2em;
  }
  .footer_2022 .widget_text, .footer_2022 .widget_nav_menu {
    margin-bottom: 3rem;
  }
  .mobil_search {
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 1.5rem 5px 1.5rem 0;

  }
  .mobil_search input[type="search"] {
    box-sizing: border-box;
  width: 100%;
  border: solid 1px #1d5c39;
  border-radius: .25rem;
  padding: 5px 20px 5px 5px;
  }
  .mobil_search input[type=search]:focus {
  width: 100%;
}
  .mobil_search .search-submit {
    position: absolute;
    right: 5px;
    top: 3px;
  }


  .search_box {
    display: none;
  }
 

}

@media screen and (max-width: 992px) {
	.js .main_menu {
		display:none;
	}
  .fixed-header {
    position: static;
  }
  .g_berichte.vc_col-sm-6 {
    width: 100%
  }
  .navbar {
    align-items: center;
  }
  .search_box {
    position: absolute;
    right: 80px;
    top: 20px;
    width: inherit;
  }
  .navigation li a {
    font-size: 1.8rem;
  }
}


@media screen and (max-width: 500px) {
  .home .headline_like_h1 {
    font: 300 2.1rem/2.2rem 'Roboto Slab', Georgia, serif;
  }
  .vc_row-has-fill {
    padding-bottom: 1em;
  }
  .subheadline_like_h3 {
    font: 400 1.5rem/1.6rem 'Open Sans', Helvetica, Arial, sans-serif;
  }
  .headline_like_h1 p {
    margin-bottom: 0.5rem;
  }
  .h-45 {
    height: 40% !important;
  }
  .start_item_head {
    width: 100%;
    margin-left: 0%;
    padding: 1%;
  }
  .footer_linien:before {
    width: 35%;
  }
  .footer_menu {
    margin-top: 1em;

  }
  .footer_menu li {
    float: none;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .footer_menu li:first-child {
    float: none;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .footer .col {
    padding-left: 0;
  }
  .breadcrumb {
    padding: 0;
    margin-left: 0;
    line-height: 1.5;
  }
  .header_container .container {
    padding-left: 0;
    padding-right: 0;
  }
  .breadcrumb a,
  .breadcrumb_text {
    display: block;
  }
  input[type=search]:focus {
    width: 100px;
  }
}


@media only screen and (min-width:400px) and (max-width:500px) {
  .h-45 {
    height: 30% !important;
  }
}


@media (min-width: 414px) {
	.fixed-header {
	  width: 100%;
	}
}


@media (min-width: 576px) {
	.rect-box:before{
    padding-top: 32%;
	}
	.fixed-header {
    width: 100%;
    margin: 0 auto;
	}
	.fixed-header .bsgm_logo {
	  width: 9%;
	}
	input[type=search]:focus {
  	width: 250px;
	}
	.button-group li {
		display: table-cell;
		padding: 0;
		padding-right: 5px;
	}
	.button-group li:last-child {
		padding-right: 0;
	}
	.claim {
		top: 52px;
		left: 80px;
	}
}


@media (min-width: 768px) {
	.rect-box:before{
    padding-top: 29.5%;
	}
	.fixed-header {
    width: 100%;
    margin: 0 auto;
	}
	.claim {
    font-size: 120%;
    left: 15%;
    top: 70px;
	}
}


@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }

  .navbar {
    align-items: flex-end;
  }
  .navbar-nav {
    justify-content: flex-end;
  }
	.rect-box:before{
    padding-top: 30.4%;
	}
	.fixed-header {
    width: 100%;
    margin: 0 auto;
	  height: 70px; /*  für altes Logo */
	}
  .search_box {
    position: absolute;
    right: 15px;
    top: 0px;
    width: inherit;
  }
	.footer {
	  padding-bottom: 1.5em;
	}
	.mobile_nav {
	  display: none;
	}
	.bsgm_logo {
	  width: 8%;
	}
  .logo_img_2024 {
    max-width: 180px;
    max-width: 60px;
  }
	.fixed-header .bsgm_logo {
	  width: 4.5%;
	}
	.fixed-header .navigation {
	  display: flex;
	}
	.claim {
		display: none;
	}
  .footer_linien:after {
    right: 0;
  }
}


@media (min-width: 1200px) {
	.rect-box:before{
    padding-top: 30.9%;
	}
	.fixed-header {
    width: 100%;
    height: 80px;
	}
  .navigation li a {
    letter-spacing: 0.1rem;
  }
  .logo_img_2024 {
    max-width: 250px;
    max-width: 60px;
  }
  .fixed-header .logo_img_2024 {
    max-width: 150px;
    max-width: 40px;
  }
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 5bsg-logopx 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
