#user_email_suggestion, #user_confirm_email_suggestion {
display: none !important;	
}
	.mobile-branding img {
	height: 40px !important;
	width: auto;
}
	.scroll-top.on {
border-radius: 400px;
	background-color: #003b4d;
	color: #FFF;
	bottom: 30%;
}

#dashboard {
	
	height: 89vh;
	background-color: #FFF;
	position: relative;
}

#dashboard_inner {
	    position: relative;
    height: 97.5%;
    width: 96%;
    margin: 2% 2% 0% 2%;
    /* margin: auto; */
   background: rgb(78,119,134);
background: linear-gradient(27deg, rgba(78,119,134,1) 9%, rgba(104,161,184,1) 50%, rgba(104,161,184,1) 100%);
	}

#dashboard #stm_logo {
	position: absolute;
       left: 30px;
    top: 30px;
    color: #FFF;
}

#dashboard #stm_logo img {
	width:200px;
	height:auto;
}

#stm_map {
	width: 100%;
	height: 88vh;
}


#dashboard #stm_button {
	position: absolute;
    right: 20px;
    bottom: 40%;
    z-index: 9;
}
#dashboard #stm_button img {
	width: 250px;
    height: 250px;
    rotate: 10deg;
	  transition: rotate 2s;
}

#dashboard #stm_button img:hover {
	 rotate: 25deg;
}

#dashboard #stm_login_area {
	position: absolute;
    right: 10px;
    top: 10px;
    color: #FFF;
}

#stm_login_area #user_logged_in img {
width: 40px;
	height: auto;
}

#my_account_link:hover {
	opacity: 0.7;
}

#stm_login_area #user_logged_in {
	    line-height: 1.2em;
    text-align: right;
}

#user_logged_in a {
	display: block;
}

  #user_filled span {
    display: block;
    font-size: 15px;
}

  #user_filled em {
	font-style: normal;
}

 #user_filled  em.less {
	color: #c62500;
}

  #user_filled  em.good {
	color: #c86402;
}

  #user_filled  em.all {
	color: #35c802;
}

/*#dashboard #stm_login_area  em.all:before {
	content: "Alle Zuordnungen vergeben.";
    display: block;
    background-color: #f4bd49;
    color: #000;
    padding: 5px 10px 5px 10px;
    border-radius: 6px;
    font-size: 10px;
    margin: 10px 0 10px 0px;
    position: absolute;
    bottom: -50px;
    right: 0;
}*/

.stm_login_link, .stm_register_link  {
	color: var(--the7-links-color);
    background-color: #FFF;
    border-radius: 5px;
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    margin: 0px 0px 10px 10px;
    font-weight: 600;
    line-height: 1em;
    display: inline-block;
}

 #send_card {
       color: var(--the7-links-color);
    background-color: #f4bd49;
    border-radius: 5px;
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    line-height: 1em;
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 120px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
     font-size: 20px;
}

#send_card {
	margin-top: 5px;
}

#send_card img {
	height:15px;
    width: auto;
    padding-right: 10px;
}



.stm_login_link:hover, .stm_register_link:hover, #send_card:hover  {
	background-color: #5f92a8;
	color: #FFF;
}

#dashboard h1 {
	position: absolute;
    color: #FFF;
    font-size:8em;
    line-height: 1em;
    bottom: 20%;
    left: -13px;
    margin: 0;
    padding: 0;
}

.btn_wrapper {
	
	width: calc(100%/3);
	text-align: center;
}
.btn_wrapper > a {
	    text-align: center;
    background-color: #003b4d;
    height: 100%;
    color: #FFF;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.btn_wrapper > a:hover {
	background-color: #f4bd49;
}
.btn_wrapper > a img {
		     padding-top: 10px; 
   height: 20px;
   
}

#navigation {
	background-color: #FFF;
	
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	bottom:0px;
	left:0;
	z-index:99;
	width: 100%;
	border-top: 5px solid #fff;
	
	-webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
}

#navigation #register_btn {
	
}

#navigation #standorte_btn {
	
}

#navigation #info_btn {
	
}

#navigation span {
	       font-family: "study", Helvetica, Arial, Verdana, sans-serif;
    display: block;
    font-size: 17px;
    font-weight: 600;
}

#navigation img {
	
}

#navigation div {

	
}

/* SLIDER */


#stm_standort_slider {
	background-color: #5f92a8;
	color: #FFF;
	/*height: 100vh;*/
	margin-bottom:10vh;
    padding-bottom: 5vhpx;
	
}

#stm_standort_slider h3 {
    color: #FFF;
    font-size: 37px;
    line-height: 1.2em;
    padding-bottom: 20px;
    background-color: #f4bd49;
    border-radius: 200px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 0 20px 0px;
    padding: 0;
}
.stm_standort_content  {
	
}
.stm_standort_wrapper {
	    display: flex;
    flex-wrap: wrap;
}

.stm_standort_content_wrapper{
	
	width: 70%;
	
}
.stm_standort_content_inner {
	    padding: 30px 80px 30px 30px;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
}

.stm_standort_image {
	width: 30%;
	padding-top:40px;
	padding-bottom: 40px;
}

.stm_standort_image img {
width: 80%;
	
	height: auto;
	border-radius: 10px;
	margin: auto;
}

/* MAP */

.gm-style-iw-d {
	text-align: center;
}

#stm_map .add_status {
	
}

.gm-style-iw-d strong {
	padding-top: 10px;
	display: block;
}

#stm_map .add_stm {
	background-color: #5e92a8;
    color: #FFF;
    border-radius: 5px;
    font-weight: 700;
    padding: 10px 0 10px 0px;
    font-size: 16px;
}
#stm_map .marked {
	background-color: #5e92a8;
	color: #FFF;
}

.add_stm.disabled_stm {
	opacity: 0.2;
	cursor:block;
}

#stm_map .nomarked {
	background-color: #FFF;
	    min-width: 150px;
}



/* REGISTER FORM */

.stm_register_button {
	width: 100%;
}

.user-registration-submit-Button.btn.button, .user-registration-Button.button.ur-submit-button  {
	width: 100%;
}

.user-registration-LostPassword.lost_password a, .user-registration-register.register a {
	display: block;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

#user-registration .user-registration-MyAccount-content h2 {
	display: none;
}


.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid label, .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid legend {
    color: #003b4d;
}

.ur-frontend-form .description {
	padding-bottom: 20px;
}

/* WARNINGS */

.warnung_stm {    background-color: #f4bd49;
    padding: 20px;
    border: 2px solid red;
    font-size: 20px;
    font-weight: 400;
    color: red;background-color: #f4bd49;
}

.warnung_stm a {
	display: block;
    color: #FFF;
    font-size: 13px;
}

/* FOPM */

.gfield_label.gform-field-label {
color: #5e92a8;	
}
/* MAP CONTROL */
.custom-map-control-button {
      background-color: #f4bd49;
    border: 0;
    border-radius: 7px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
   
    padding: 0 0.5em;
    font-weight: 600;
    height: 36px;
    font-size: 17px;
    line-height: 1em;
    cursor: pointer;
    margin-bottom: 20px !important;
}
.custom-map-control-button:hover {
  background: rgb(235, 235, 235);
}

#missing_numbers {
	      text-align: center;
    width: 100%;
    
}

#missing_numbers  strong {
	      background-color: var(--the7-title-color);
    /* display: block; */
    /* display: block; */
    /* float: left; */
    border-radius: 200px;
    width: 16px;
    height: 16px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    color: #FFF;
   font-size: 10px;
    line-height: 15px;
}
	