/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21.03.2019, 14:38:01
    Author     : mario
*/
.user-profile{margin: 0 0 0.5em 0; padding: 5px; background: #fff; position: relative; width: 100%;}
.user-profile .user-image {width: 100%; max-width: 150px; height: auto; float: left; margin: 0  10px 0 0;}
.user-profile h3{margin: 0 0 0.5em 0;}
.user-profile p{margin: 0 0 0.25em 0; line-height: 1.0em}
.user-profile .to-profil-button{position: absolute; bottom: 5px; right: 5px;}
.user-profile span.icon{display: inline-block; width: 30px;}
#member-login{margin: 1.5em 0; padding: 0.75em; background: #fff;}
#member-login .fusion-button{margin: 10px 10px 10px 0}
#member-login p{margin: 0;}
.author .fusion-author-avatar{max-width: 250px;}
.author .author-text{padding: 1.5em 0;}

.author .author-text p{margin-bottom: 20px; line-height: 1.8;}
.sortierung{padding: 5px 0;}
.sortierung label{display: block; font-size: 0.9em;}
@media (max-width: 600px){
    .author .fusion-author-avatar{max-width: 25%;}
}

@media (min-width: 900px){
    .sortierung{padding: 5px 0; float: left; margin: 0 1% 0.5em 0 ; width: 49.0%;  }
    #members-area {}
    #members-area .user-profile{float: left; margin: 0 1% 0.5em 0 ; width: 49.0%;  }
    /*#members-area .user-profile:nth-child(2n){margin: 0 0 0.5em 0 ;}
    #members-area .user-profile:nth-child(2n+3){clear: both;}*/
}

@media (min-width: 1101px){
    .fusion-author{padding-top: 100px;}
}

