/* IPAD HOCH */

@media only screen and (max-width: 999px) and (min-width: 768px)  {
	#dashboard #stm_login_area {
    position: absolute;
    right: auto;
    top: 80px;
    color: #FFF;
    left: 20px;
}
	#stm_login_area #user_logged_in {
    line-height: 1.2em;
    text-align: left;
}
}

@media only screen and (max-width: 1550px) and (min-width: 768px)  {
	#dashboard #stm_logo {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #FFF;
}
	
	#dashboard #stm_logo img {
    width: 120px;
    height: auto;
}
	
	#dashboard #stm_button {
    position: absolute;
    right: 20px;
    bottom: 5%;
    z-index: 9;
}
	#dashboard h1 {
    position: absolute;
    color: #FFF;
    font-size: 5em;
    line-height: 1em;
    bottom: 30%;
    left: -7px;
    margin: 0;
    padding: 0;
}
	#dashboard #stm_button img {
    width: 150px;
    height: 150px;
    rotate: 10deg;
}
	.stm_standort_content_inner {
    padding: 30px 80px 30px 30px;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
}
}


@media only screen and (max-width: 600px) {
	#dashboard {
    height: 60vh;
	}
	#dashboard #stm_logo {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #FFF;
}
	
	#dashboard #stm_login_area {
  
    right: 5px;
    top: 5px;
	}
	#dashboard #stm_logo img {
    width: 130px;
    height: auto;
}
#dashboard h1 {
    position: absolute;
    color: #FFF;
    font-size: 6em;
    line-height: 1em;
    bottom: 10%;
    left: -5px;
    margin: 0;
    padding: 0;
}
	#dashboard #stm_button {
    position: absolute;
    right: 20px;
   bottom: 20%;
    z-index: 9;
}
	#dashboard #stm_button img {
    width: 120px;
    height: 120px;
    rotate: 10deg;
}
	
   

#stm_login_area #user_logged_in {
    line-height: 1em;
    text-align: right;
}
	
	#stm_login_area #user_logged_in img {
		width: 30px;
    height: auto;
	}

#dashboard #stm_login_area span, #missing_numbers {
    display: block;
    font-size: 9px;
}
	#stm_map {
    width: 100%;
    height: 60vh;
}
	
	.stm_standort_wrapper {
    display: block;
    flex-wrap: wrap;
}
	
	.stm_standort_content_wrapper {
    width: 100%;
}
	.stm_standort_image {
    width: 100%;
    padding-top: 10px;
    padding-bottom:20px;
}
	
	.stm_standort_image {
  text-align: center;
}
	.stm_standort_content_inner {
    padding: 30px 30px 0px 30px;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 400;
}
	
	.btn_wrapper > a img {
    padding-top: 5px;
    height: 30px;
}
	#navigation span {
    font-family: "study", Helvetica, Arial, Verdana, sans-serif;
    display: block;
    font-size: 12px;
    font-weight: 600;
		line-height: 1em;
    padding-bottom: 6px
}
	
	#send_card {
    color: var(--the7-links-color);
    background-color: #f4bd49;
    border-radius: 0;
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    margin: 0;
    font-weight: 600;
    line-height: 1em;
    display: inline-block;
    position: relative;
    left: 0;
    bottom: 0;
    box-shadow: none;
    font-size: 15px;
    width: 100%;
    text-align: center;
}
}