/* Online image */
.online { background-image: url("./icon_user_online.gif"); }

.imageset.icon_user_online {
    background-image: url("./icon_user_online.gif");
    padding-left: 58px;
    padding-top: 58px;
}

@media(max-width: 768px){
    #page-header {
        margin-bottom: 0;
    }
}

/*Forumteaser Top*/
.forum-header {
    margin-top: 30px;
    margin-bottom: 20px;
}
.forum-teaser {
    margin-bottom: 40px;
}
 .forum-teaser__loggedin {
	 margin-bottom: 40px;
 }
.forum-teaser > .forum-teaser__links, .forum-teaser__loggedin > .forum-teaser__links__loggedin {
    color: #aaa;
    float: right;
    position: relative;
    right: 5px;
    padding-top: 5px;
    margin-bottom: 40px;
}
.forum-teaser__loggedin > .forum-teaser__links__loggedin {
	margin-bottom: 0;
}
.forum-teaser > .forum-teaser__links > a,  .forum-teaser__loggedin > .forum-teaser__links__loggedin > a{
    font-size: 12px;
    color: #009EE1;
}
.forum-teaser > .forum-teaser__text {
    float: left;
    background-color: #EBE4F0;
    border-radius: 12px;
}
.forum-teaser > .forum-teaser__text > .forum-teaser__img {
    float: left;
    position: relative;
    left: 15px;
    top: -40px;
    width: 130px;
    height: auto;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: -45px;
}
.forum-teaser > .forum-teaser__text > p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    margin: 10px;
}

/*Footer Forums Teaser*/
.footer-teaser-unregistered {
    background-color: #EBE4F0;
    border-radius: 12px;
    padding: 20px;
    min-height: 250px;
}
@media(min-width: 768px){
    .footer-teaser-unregistered > .footer-teaser-unregistered__image{
        float: right;
        max-width: 50%;
    }
}

.footer-teaser-unregistered > .footer-teaser-unregistered__text{
    float: left;
}
@media(min-width: 768px){
    .footer-teaser-unregistered > .footer-teaser-unregistered__text{
        width: 50%;
    }
}

.footer-teaser-unregistered > .footer-teaser-unregistered__text > p{
    float: left;
}
.footer-teaser-unregistered > .footer-teaser-unregistered__text > .btn-violet {
    float: left;
}
.footer-teaser-unregistered__image > .footer-teaser__img{
    height: auto;
    width: 100%;
}
.footer-teaser__img {
    float: right;
    width: 50%;
}
.footer-teaser-expert, .footer-teaser-eltern {
    margin-bottom: 40px;
}
.footer-disclaimer {
    margin-top: 20px;
}


/*Filter auf-zuklappen*/
.filter-options > .filter-trigger {
    margin-left: 10px;
    margin-bottom: 20px;
}


/*Forum intros*/
.intro-expert-links {
    color: #555;
    font-size: 14px;
}
.intro-expert-links > p {
    color: #555;
}
.intro-expert-info > h1 {
    margin-bottom: 10px;
}


.intro-parent-links {
    color: #555;
    font-size: 14px;
}
.intro-parent-links > p { 
    color: #555;
}
.intro-parent-info > h1 {
    margin-bottom: 10px;
}


.tagcloudfooter {
    text-align: left !important; 
}
.tag-expert > a {
    color: #009EE1 !important;
}
.tag-expert li a{
    background-color: #E5F5FC !important;
}
.tag-parent li a{
    background-color: #EEE9F2 !important;
}
.tagcloudfooter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tagcloudfooter ul li {
    display: inline-block;
    margin: 0 .3em .3em 0;
    padding: 0;
}
@media(max-width: 768px){
    .tagcloudfooter ul li {
        display: inline-block;
        margin: 0 .3em .6em 0;
        padding: 0;
    }
}
.tagcloudfooter ul li a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 1em;
    background-color: inherit;
    border: 0 solid #aaa;
    border-radius: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: inherit;
    font-size: 13px;
    text-decoration: none; 
}
