h3 {
margin-bottom: 0%;
font-size: 16px;
font-weight: bold;
color: var(--color_main);
}

h8 {
	font-size: 18px;
}

.navbar-default .navbar-nav > li > a {
	color: var(--color_main);
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: var(--color_main);
	white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: var(--color_main);
}

.footer_link {
	color: var(--color_main) !important
}

.footer_link:hover {
	color: #f00 !important;
}

/*  Header Logos */
.logo_header_container {
	margin: 0 auto;
	border: none;
	width: 100% !important;
}

.logo_header_center {
	width: 97.5%;
	margin: -0.5% auto 0 auto;
	border-radius: 20px;
	outline: 2px solid var(--color_main);
	outline-offset: 2px;
}

.logo_header_left, .logo_header_right {
	width: 12%;
	position: fixed;
	top: 23.5px;
	border: 2px solid var(--color_main);
	border-radius: 50%;
}

.logo_header_left {
	left: 1.5%;
}

.logo_header_right {
	right: 1.5%;
}

.menue_header_left, .menue_header_right {
	width: 13%;
	color: #fff;
	position: fixed;
	margin-top: 2%;
	background-color: var(--color_main);
	border-radius: 10px;
	padding: 5px;
	
	font-family: Calibri, Arial, Trebuchet MS;
	font-size: 1vw;
	font-weight: bold;
}

.menue_header_left {
	left: 1.0%;
}

.menue_header_right {
	right: 1%;
}

@media screen and (max-width: 950px) {
       .menue_header_left, .menue_header_right {
    display: none;
}


}

@media screen and (min-width: 950px) {
       .ausblenden {
    display: none;
}


}

.menue_header_left_inner, .menue_header_right_inner {
	color: var(--color_main);
	height: auto;
	background-color: #FFFF9C !important;
	border: 2px solid #f00 !important;
	border-radius: 10px !important;
	padding: 10px 5px 10px 5px;
	font-size: 1vw;
	z-index: 10;
}

.switch_language {
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	display: flex;
	justify-content: center;
}

.language_select_info {
	width: 50%;
	color: #fff;
	margin: 0 auto 0.5% auto;
	padding: 8px;
	line-height: 1 !important;
	background-color: #f00;
	text-align: center;
	border-radius: 7px;
	border: 1px solid var(--color_main);
	
	font-size: 10px;
	font-weight: bold;
}

#menu_date_time {
	float: right;
	padding-right: 12px;
}

#container_forum {
	max-width: 70%;
	margin: 0 auto;
}

.navbar_header_01 {
	border: 1px solid #f00 !important;
	border-radius: 10px !important;
}

/*  Panel-Buttons */
.btn-success, .btn-secondary, .btn-info, .btn-primary, .btn-danger, .btn-warning, .btn-login, .btn-dark, .btn-fontane {
	border-radius: 10px !important;
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-fontane {
	color: #fff;
	background-color: #900;
	border-color: #900;
}

/* Bell-Signal bei PN */
.ring {
	animation: ring 2s 1s ease infinite;
	padding: 0px 10px;
	font-size: 16px;
	color: #00F;
}

/* Sonder */
.forum_bull {
	margin: 0px 5px 1px 0px;
	box-sizing: border-box;
	border-radius: 100%;
	background: var(--color_main);
	height: 6px !important;
	width: 6px !important;
	display: inline-block;
}

.usermap_top {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

.usermap_bottom {
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.hr_line {
	width: 80% !important;
	border: 0;
	margin: 0 auto;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(59,150,204,0), rgba(59,150,204,0.75), rgba(59,150,204,0));
	background-image: -moz-linear-gradient(left, rgba(59,150,204,0), rgba(59,150,204,0.75), rgba(59,150,204,0));
	background-image: -ms-linear-gradient(left, rgba(59,150,204,0), rgba(59,150,204,0.75), rgba(59,150,204,0));
	background-image: -o-linear-gradient(left, rgba(59,150,204,0), rgba(59,150,204,0.75), rgba(59,150,204,0));
}

.hr_line_header {
	width: 100% !important;
	border: 0;
	margin: 0 auto;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(59,150,204,0), rgba(59,150,204,0.75), rgba(59,150,204,0));
	background-image: -moz-linear-gradient(left, rgba(59,150,204,0), rgba(59,150,204,0.75), rgba(59,150,204,0));
	background-image: -ms-linear-gradient(left, rgba(59,150,204,0), rgba(59,150,204,0.75), rgba(59,150,204,0));
	background-image: -o-linear-gradient(left, rgba(59,150,204,0), rgba(59,150,204,0.75), rgba(59,150,204,0));
}

.selfpage {
	background: #E0E0E0;
	hyphens: auto;
	text-align: justify;
	padding: 15px 15px 15px 15px !important;
	border: 2px solid var(--color_main) !important;
	display: inline-block;
	border-radius: 10px;
	width: 100%;
}

.selfpage_member {
	background: #EFEFEF;
	hyphens: auto;
	text-align: justify;
	padding: 0px 5px 0px 5px;
	border: 1px solid var(--color_main);
}

/* Avatar gerundet */
.avatar_rounded_memberprofil, .avatar_rounded_userlist, .avatar_rounded_postbit, .avatar_rounded_current {
	border-radius: 400px;
	transition: all 1s;
	text-align: center;
}

.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;
}

.row {
	margin-right: 0;
	margin-left: 0;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #dddddd;
	/* border-top-left-radius: 15px; */
	/* border-top-right-radius: 15px; */
	/* border: 2px solid var(--color_main); */
}

/* Bell-Signal bei PN */
.ring {
	animation: ring 2s 1s ease infinite;
	padding: 0px 10px;
	font-size: 16px;
	color: #00F;
}

/* Button Pfeil nach oben */
#back_2_top {
	position: fixed;
	bottom: 60px;
	margin-left: 1%;
}

#back_2_top span {
	width: 32px; /* die Grafik muss genau die angegebene Größe haben */
	height: 32px; /* die Grafik muss genau die angegebene Größe haben */
	display: block;
	background: url(../../.././images/button_up.png);
}

/* Button Pfeil nach unten */
#forward_2_bottom {
	position: fixed;
	bottom: 95px;
	margin-left: 1%;
}

#forward_2_bottom span {
	width: 32px; /* die Grafik muss genau die angegebene Größe haben */
	height: 32px; /* die Grafik muss genau die angegebene Größe haben */
	display: block;
	background: url(../../.././images/button_down.png);
}

#seitenende {
}

