a {
	color: #70a670;
	text-decoration: none;
}
h3 {
	font-size: 18px;
}

.hr_line_2px, .hr_line_3px, .hr_line_5px {
	border: 0;
	margin: 5px 0;
	background-image: -webkit-linear-gradient(left, rgba(112, 166, 112,0), rgba(112, 166, 112,0.75), rgba(112, 166, 112,0));
	background-image: -moz-linear-gradient(left, rgba(112, 166, 112,0), rgba(112, 166, 112,0.75), rgba(112, 166, 112,0));
	background-image: -ms-linear-gradient(left, rgba(112, 166, 112,0), rgba(112, 166, 112,0.75), rgba(112, 166, 112,0));
	background-image: -o-linear-gradient(left, rgba(112, 166, 112,0), rgba(112, 166, 112,0.75), rgba(112, 166, 112,0));
}
.hr_line_2px {
	height: 2px;
}
.hr_line_3px {
	height: 3px;
}
.hr_line_5px {
	height: 5px;
}

.fa-motorcycle::before {
	font-size: 18px;
}
.member_profile_content .formbit_label {
	width: 28% !important;
}
.formbit_label_memberlist {
	width: 30% !important;
	text-align: left !important;
}
.tfoot {
	padding-top: 5px;
}
.col-sm-10 {
	padding-left: 10px;
}

.weather_footer {
	font-size: 18px;
}

.navbar-default {
    background-color: #70a670;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #fff;
	color: #70a670;
	border-radius: 10px;
}
.dropdown-menu {
	color: #026376;
	border: 1px solid #70a670;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #70a670;
	white-space: nowrap;
	/* border: 5px; */
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #f5f5f5;
	text-decoration: none;
	background-color: #70a670;
	/* font-weight: bold; */
}
.divider {
	width: 100%;
	height: 1px;
	display: block;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
	border-radius: 10px;
	border: 1px solid #70a670;
}
.btn-group-xs>.btn, .btn-xs {
    border-radius: 7px;
}
.container {
    width: 80%;
}
.testforum {
	margin: -2% auto;
	width: fit-content;
	padding: 4px 10px;
	background-color: #900;
	border-radius: 7px;
	border: 2px solid #fff;
	color: #fff;
	position: relative;
}
#footer {
    margin: -3% 0% 0.1% 0%;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    color: #000;
}
.btn {
  border-radius: 15px;
}
.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-fontane {
	color: #fff;
	background-color: #900;
	border-color: #900;
}

.thead {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.selfpage {
	background: #f5f5f5;
	width: 100%;
	hyphens: auto;
	text-align: justify;
	padding: 25px 15px 15px 15px;
	border: 1px solid #70a670;
	display: inline-block;
	border-radius: 10px;
}
.footer_legend {
	background: #efefef;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 6px;
	font-size: 12px;
	overflow: hidden;
}
.footer_legend ul.bottom_links {
	/* float: left; */
	margin: 4px 0 0 0;
	text-align: center;
	font-weight: bold;
}
/**************/
/* Logo Container */
#logo_container {
	margin: 0 auto;
	width: 100%;
	/* background: url(../../.././images/background_biker.png); */
	/* background-size: 100% 100%; */
}
/* Logo Motorrad */
.motorrad {
    /* float: left;*/
    /* background: #70a670; */
	margin: 0 auto;
    position: relative;
    width: 60%;
	padding: 2%;
}
.logo_motorrad {
	margin: 0.5% auto;
	width: 95%;
	border-radius: 20px;
	border: 2px solid #fff;
}

#container {
	margin-top: -1%;
	background: #70a670;
}

#footer .lower {
	background-color: #fff;
}

.avatar_rounded_memberprofil, .avatar_rounded_userlist, .avatar_rounded_postbit, .avatar_rounded_current {
	border-radius: 400px;
	transition: all 1s;
	text-align: center;
	border: 1px solid #70a670;
}
.avatar_rounded_memberprofil {
	margin: 0px 20px;
	width: 80px;
	height: 80px;
}
.avatar_rounded_userlist {
	margin: 10px;
	width: 50px;
	height: 50px;
}
.avatar_rounded_postbit {
	margin: 10px 10px; 0px -10px;
	width: 50px;
	height: 50px;
}

.avatar_rounded_current {
	width: 80px;
	float: right;
	margin: 10px 10px;
	height: 80px;
}
.field_icon_popup {
	color: #70a670;
	float: right;
	margin-right: 20%;
	margin-top: 1.5%;
	position: relative;
	z-index: 2;
	cursor: pointer;
	font-size: 20px;
}	
.host_error {
    margin: 1% auto 2% auto;
    color: #000;
    border: 3px solid var(--main);
    width: fit-content;
    padding: 3px 8px;
    border-radius: 10px;
    background-color: #f5f5f5;
    font-size: 14px;
}

.host_error_content {
    display: flex;
    align-items: center;
}

.host_error_image {
    width: 35px;
    margin-right: 10px;
    padding-top: 2px;
}

.host_error_text {
    line-height: 1.4;
}
.selfpage {
	background: #f5f5f5;
	hyphens: auto;
	text-align: justify;
	padding: 15px 15px 15px 15px;
	border: 1px solid var(--main);
	display: inline-block;
	border-radius: 10px;
	line-height: 1.4;
	font-family: 'verdana, droid sans',sans-serif;
	font-size: 14px;
	width: 100%;
}