/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

#biker_on_map, #zoom_drivers_on_map {
    width: 100%;
    height: 600px;
}
/* Optional: Makes the sample page fill the window. */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
.mv_map_wrap ul li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    color: #222;
    position: relative;
    padding: 10px 30px 10px 10px;
    vertical-align: top;
}
.mv_map_wrap ul {
    margin:0px;
}
.mv_map_wrap ul li label, .mv_map_wrap ul li span {
    vertical-align: top;
    padding-top: 10px;
    display: inline-block;
}
.mv_map_wrap ul li:after {
    position: absolute;
    right: 10px;
    top: 23px;
    content: '';
    background: #222;
    width: 2px;
    height: 20px;
}
.mv_map_wrap ul li:last-child:after{
	display:none;
} 
.mv_map_wrap ul li span {
    padding-left: 10px;
}
.mv_map_wrap ul li img {
    padding-right: 12px;
}
.mv_map_wrap ul li:nth-child(2) label {
    color: #007F00;
}
.mv_map_wrap ul li:nth-child(3) label {
    color: #e2b20b;
}
.mv_map_wrap ul li:nth-child(4) label {
    color: #D63100;
}
.mv_map_wrap ul li label {
    position: relative;
}
.mv_map_wrap ul li label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #D63100;
    border-radius: 100%;
    left: -25px;
    top: 13px;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
}
.mv_map_wrap ul li:first-child label:before{
	display:none;
}
.mv_map_wrap ul li:nth-child(2) label:before {
    background: #007F00;
}
.mv_map_wrap ul li:nth-child(3) label:before {
    background: #e2b20b;
}
.mv_map_wrap ul li:nth-child(4) label:before {
    background: #D63100;
}
.biker_info_wrapper {
    text-align: center;
    width: 140px;
    word-break: break-all;
    margin: auto;
}
.biker_info_wrapper h2 {
    font-size: 15px;
    font-weight: 800!important;
    letter-spacing: normal!important;
	margin-bottom: 0px;
	text-transform: capitalize!important;
}
.biker_info_wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
	margin:8px 10px 15px;
}
.biker_info_wrapper p {
    margin: 2px 0px;
}
.biker_info_wrapper .status {
    color: green;
    text-transform: capitalize;
	margin-bottom: 10px;
}
#rd_info_window {
    position: absolute;
    background: #f5f5f5;
    width: 300px;
    height: auto;
    top: 77px;
    right: 0;
    z-index: 5;
    padding: 15px 5px 20px 5px;
}

.biker_info_wrapper a.rd_btn {
    background-color: #d74346;
    border-color: #d74346!important;
    padding: 5px 13px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}
.biker_info_wrapper a.rd_btn:hover{
    color:#fff;
    text-decoration:none;
}
span.rd_close_window:after {
    position: absolute;
    top: 13px;
    right: 7px;
    width: 20px;
    height: 2px;
    background: #d74346;
    content: '';
    transform: rotate(47deg);
}

span.rd_close_window:before {
    position: absolute;
    top: 4px;
    right: 16px;
    width: 2px;
    height: 20px;
    background: #d74346;
    content: '';
    transform: rotate(48deg);
}
span.rd_close_window {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.biker_info_wrapper	h2 a{
	color: #d74346!important;
}
.biker-content {
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px 25px 25px 25px;
    border-radius: 0px;
}
.biker-image {
	border-radius: 50%;
	width:350px;
	height:350px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center!important;
	text-align:center;
	margin:0px auto;
}
.biker-image-wrap {
	text-align: center;
}
.biker-content-top {
	margin-top:35px;

}
.biker-content-top .notavailable {
	font-style: italic;
}
.biker-content-top h4 {
	font-weight: bold!important;
}
@media screen and (max-width:400px) {
	.biker-image {
		width:250px;
		height:250px;
		max-height: 100%
	}
}


#menu-item-24022 > div {
	    width: max-content!important;

}
.form_head h1 {
    text-align: center;
    
}
form.reg_form_div {
    border: 1px solid #eee;
    padding: 30px;
}
.reg_container {
    width: 62%;
    margin: auto;
}
.form_head {
    margin: 47px auto 35px;
}

button.registerbtn {
    background-color: #d74346;
    color: white;
    font-size: 18px;
    border: 1px solid #d74346;
    border-radius: 19px;
    padding: 9px 16px;
}
div#success_msg {
    width: 100%;
    margin: 19px auto;
    text-align: center;
    border: 1px solid #d74346;
    padding: 12px;
}
.error_msg{
    width: 100%;
    margin: 19px auto;
    text-align: center;
    border: 1px solid #d74346;
    padding: 12px;
}
.reg_div {
    width: 100%;
    margin: auto;
    text-align: center;
}
.page-id-28334 .wpcf7 p>label {
	width:300px
}
.page-id-28334 .wpcf7 select {
	width:100%;
}


/* News Ticker */

/* (A) FIXED WRAPPER */
.hwrap {
  overflow: hidden; /* HIDE SCROLL BAR */
  background: #eee;
}
 
/* (B) MOVING TICKER WRAPPER */
.hmove { display: flex; }

/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
.hitem {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
 
/* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
/* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
@keyframes tickerh {
  0% { transform: translate3d(100%, 0, 0); }
  100% { transform: translate3d(-400%, 0, 0); }
}
.hmove { animation: tickerh linear 45s infinite; }
.hmove:hover { animation-play-state: paused; }

h1 {
	line-height: 1.5!important;
}

/*
.rad-container>p {
	font-size: 2.5rem;
	line-height:1.5!important;
	color:#d74346!important;
	font-weight: bold;
}
*/
@media screen and (max-width:767px) {
	#anleitung-service .toggle_content{
		padding-left:0px;
		padding-right:0px;
	}
}
