/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/* https://themecoder.de/2016/11/07/artikel-serien-in-wordpress-ganz-einfach-mit-menues-erstellen-und-verwalten/  */
.artikelserie li a[href*="#"]:link,
.artikelserie li a[href*="#"]:visited,
.artikelserie li a[href*="#"]:hover {
    color: #303030;
    cursor: default;
    pointer-events: none;
}
.artikelserie li.current-menu-item,
.artikelserie li.current-menu-item a:link,
.artikelserie li.current-menu-item a:visited,
.artikelserie li.current-menu-item a:hover {
    text-decoration: underline;
    cursor: default;
    pointer-events: none;
}
a[href^="https"] .wpel-icon:before {
  content: "\f023" !important;
}
.playlist-li {float: left;margin-right: 5px;margin-bottom: 15px;}
#beide {clear: both;}
/* .header-top {border-top: 1px solid #ff7901;} */
/* .user-dropdown-intop {border: 15px;background-color: #ff7901;border-radius:  15px 3px 3px 15px;} */
/* .user-dropdown-intop {border: 15px;background-color: #ff7901;border-radius: 3px 3px 3px 3px;} */

.bp-group-discussion a {
    border-left:0px none; border-right:0px none; border-top:0px none; border-bottom:0px none currentcolor; margin:0; border-radius: 20px;
    background-color: #ff7901;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: none;
    font-family: inherit;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    max-width: 350px;
    white-space: nowrap;
    text-shadow: none;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding-left:1.5em; padding-right:1.5em; padding-top:.75em; padding-bottom:.75em
}
.bp-group-discussion a:hover {
  background-color: #00a2e8;
    color: white;}
    
#courses-personal-li{
display: none;
}
