/**
 *  Theme Name: SP Responsive Theme
 *  Theme URI: https://maxtoepfer.com
 *  Author: Max Töpfer | @toepfermax
 *  Author URI: https://maxtoepfer.com
 *  Description: SP Responsive Theme aufgebaut auf HTML 5 Blank WordPress Theme
 *  Version: 0.1
 */

/**
 *      Body
 */
body{
    font-family: Lato,Helvetica,sans-serif;
    background-position: center -1150px;
    background-size: 1600px;
    background-repeat: no-repeat;

}

.post-image img{
    width:100%;
}

.sp-post{
    padding:30px 15px;
}

.sp-page-header{
    display:block;
    border-bottom:1px solid #e3e3e3;
    padding:15px 25px;
}

.sp-page-container{
    padding:20px 10px;
}

.row{
    margin:0px;
    width:100%;
}

@media (max-width: 1280px) and (min-width: 1025px){
    body {
        background-position: center -915px;
        background-size: 1300px;
    }
    .container{
        max-width: 970px;
    }
}

@media (max-width: 767px){
    body {
        background-position: center -520px;
        background-size: 0px;
    }
    .container {
        max-width: 750px;
    }

    header{
        display:none;
    }

    .mobile-header{
        display:block;
    }

}

@media (min-width: 768px){
    header{
        display:block;
    }

    .mobile-header{
        display:none;
    }

}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


/**
 *
 */
h1{
    font-family: Lato,Helvetica,sans-serif;
    font-size:30px;
    text-transform:uppercase;
    font-weight:bold;
}

h2{
    font-weight:bold;
    font-size:28px;
}

h3{
    font-size: 18px;
    font-weight:bold;
    margin:10px 0px;
}

h4{
    font-size:18px;
    font-weight:bold;
    margin:20px 0px;
}


p{
    font-size: 16px;
}

p a{
    text-decoration:none;
    color:#DE1539;
    cursor:pointer;
}

p a:hover{
    text-decoration:underline;
    color:#DE1539;
    cursor:pointer;
}

p a:focus{
    text-decoration:none;
    color:#DE1539;
    cursor:pointer;
}

.navigation p{
    text-align:center;
}

.staff-member-listing .even{
    margin-top:28px;
}