html {
  scroll-behavior: smooth;
}
.h1 {
  font-size: 42px!Important;
  text-transform: uppercase!Important;
  font-weight: bold!Important;
  color: #fff!Important;
  margin: 60px 0 0 0!Important;
  padding: 0!Important;
}
.padding_bottom_60 {
  padding-bottom:60px;
}
#header_menu img {
	width:160px;
}
#dbAnimation {
	position:absolute;
  width:100%;
  height:100%;
}
#logout_link:before {
  content: '\e9d2';
  font-family: "fontello";
  font-style: normal;
  font-size: 15px;
    position: relative;
    left: -5px;
}

.img-fluid.styled {
  margin-top:unset!Important;
  border: 5px solid#fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.stdStripeColor {
	background-color: rgb(0 0 0 / 5%);
}

/* ##### Styles für Leaflet-Maps ##### */
.leaflet-tooltip.landkreis-label {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  box-shadow: none;
  font-weight: 600;
  font-size: 14px;
  color: #222;
  padding: 4px 8px;
}
.dbContent .card {
  margin-bottom: unset;
}
.card-body {
  border-top: unset;
}
footer h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
}
a#phone, a#email_footer {
  font-size: 1rem;
}
textarea.form-control {
    height: unset;
}
.leaflet-notes-cursor {
  cursor: crosshair !important;
}
.leaflet-popup-content {
	width:unset!Important;
}
.leaflet-notes-cursor * {
  cursor: crosshair !important;
}

<style>
/* Container des Leaflet-DivIcons */
.leaflet-notes-icon {
  background: transparent !important;
  border: 0 !important;
}

/* Das Font-Icon selbst */
.leaflet-notes-icon .notes-pin {
  color: var(--pin-color, #cc0000); /* Default-Farbe, kann pro Marker überschrieben werden */
  font-size: 36px;
  line-height: 36px;
  display: inline-block;
  text-shadow: 2px 2px 3px #8f8f8f;
}
</style>


@media only screen and (max-width: 767.98px) {
#logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a {
  background-image: url(/static/kwp/assets/img/logo-jenageos.svg);
  width: 80px;
  height: 50px;
  background-size: 80px 50px;
}
header.sticky #logo_home h1 a {
  background-image: url(/static/kwp/assets/img/logo-jenageos.svg);
  width: 60px;
  height: 43px;
  background-size: 60px 43px;
}
#logoFooter {
  width: 111px;
  height: 80px;
}
  .whiteBoldBig {
    font-size: 2.2rem!Important;
    font-weight: 600!Important;
  }
}

@media only screen and (min-width: 768px) {
#logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a {
  background-image: url(/static/kwp/assets/img/logo-jenageos.svg);
  width: 111px;
  height: 80px;
  background-size: 111px 80px;
}
header.sticky #logo_home h1 a {
  background-image: url(/static/kwp/assets/img/logo-jenageos.svg);
  width: 60px;
  height: 43px;
  background-size: 60px 43px;
}
#logoFooter {
  width: 111px;
  height: 80px;
}  
  .whiteBoldBig {
    font-size: 3.5rem!Important;
    font-weight: 600!Important;
  }
  .parallax-window .whiteBoldBig {
    font-size: 3rem!Important;
    font-weight: 600!Important;
    margin: 100px 0 0 0;
  }
  .parallax-content-1 div p {
    font-weight: 500;
    font-size: 26px;
  }
}

@media only screen and (max-width: 991.98px) {
  .main-menu a {
  	text-align: left;
  }
  .mobileSearch {
    border: 1px solid #ccc!Important;
    border-radius: 3px;
  }
  .main-menu ul > li i {
    font-size: 20px;
  }
  .dashboardMap {
    min-height:400px;
  }
}

@media only screen and (min-width: 992px) {
  .dashboardMap {
    height:100%;
    min-height:553.5px;
  }
}

/* ########## Styling Editbutton für Redakteure Beginn ########## */
@media only screen and (min-width: 768px) {
  .showEditButtons {display:block !important;}  
  .editButtonForm {display: inline-block;padding: 0;margin: 0;}
  .editGlobalButtonMenue {
    padding:0;
    background: rgb(243,247,206);
    background: -moz-linear-gradient(top, rgba(243,247,206,1) 0%, rgba(202,226,178,1) 100%);
    background: -webkit-linear-gradient(top, rgba(243,247,206,1) 0%,rgba(202,226,178,1) 100%);
    background: linear-gradient(to bottom, rgba(243,247,206,1) 0%,rgba(202,226,178,1) 100%);
    color: #648148;
  }
  .editGlobalButtonMenueGn {
  	padding:0;
    background: rgb(206, 221, 56);
    background: -moz-linear-gradient(top, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
		background: linear-gradient(to bottom, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    color: #324F15;
  }
  .editButtonMenue {
  	margin: 6px;
    padding: 0 5px;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background: rgb(206, 221, 56);
    background: -moz-linear-gradient(top, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    background: linear-gradient(to bottom, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    color: #324F15;
    display:none;
    font-size: 14px;
  }
  .editButtonContainer {
    margin: 6px;
    padding: 0px 5px;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background: rgb(206, 221, 56);
    background: -moz-linear-gradient(top, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    background: linear-gradient(to bottom, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    color: #324F15;
    display: none;
		/*
    position: absolute;
    right: 0;
    top: 0;
    */
    z-index:10;
    font-size: 14px;
  }
  
  .hideEditButtons {display:none;}

	#penGlobal {
    padding: 0 5px;
    margin-left: 4px;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 30px;
    display: inline-block;
  }
  #copyGlobal {
    padding: 0 15px;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background: rgb(251, 202, 37);
    background: -moz-linear-gradient(top, rgba(251, 202, 37, 1) 0%, rgba(254, 85, 74, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(251, 202, 37, 1) 0%, rgba(254, 85, 74, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 202, 37, 1) 0%, rgba(254, 85, 74, 1) 100%);
    font-size: 30px;
    color: #813E00;
    display: inline-block;
  }
  .whitebgcorner{
  	position: fixed;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10000;
    display: inline-block;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-bottom-right-radius: 10px;
    padding: 10px;
  }

	.whitebgscroll{
  	position: absolute;
		margin-top: 10px;
		z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    display: inline-block;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }
  
  .row form.editButtonForm {display: inline;}

}

@media only screen and (max-width: 1023.98px) {
  .editButtonForm {display:none;}
  .editGlobalButtonMenue, .editButtonContainer, #penGlobal {display:none;}
  .editButtonMenue, .editButtonContainer, #penGlobal {display:none;}
}

/* ########### Styling Editbutton für Redakteure Ende ########### */

designbody .h1 {
  font-size: 36px!Important;
  text-transform: uppercase!Important;
  font-weight: bold!Important;
  color: #000!Important;
}

