/*
Theme Name: Logbuch
Description: Childtheme
Author: Stephan Schuster
Author URI: stephan-schuster.com
Template: blanche-lite
Version: 1.0
Tags:
*/

body {
    color: #666;
}

#headerbg {
    min-height: 40vh;
    background: transparent;
}

#contentwrapper {
    margin-top: 20px;
}

#copyinfo {
    text-align: left;
}

#copyinfo .copyright {
    display: inline-block;
    margin-top: 5px;
}

#menu-legal {
    float: right;
    list-style-type: none;
}

#menu-legal .menu-item {
    display: inline-block;
    margin: 0 10px;
}

.post .entry .thumb-image {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    vertical-align: top;
    padding-top: 15px;
}

.post .entry .post-excerpt {
    vertical-align: top;
    display: inline-block;
    width: 60%;
}

a.more-link {
    border: 0 none;
    margin: 15px 0;
}

a.more-link span {
    border: 0 none;
    padding: 0;
    margin-left: 0;
}

.post {
    border-bottom: solid 1px #eaeaea;
    margin-bottom: 30px;
}

.entry table.boat-data {
    max-width: 250px;
    border: 0 none;
}

@media screen and (max-width: 768px) {

    #headerbg {
        min-height: 22vh;
    }

    .mmenu .nav-bars {
        right: 30px;
    }
}

@media screen and (max-width: 620px) {
    .post .entry .thumb-image {
        width: 40%;
        float: left;
    }

    .post .entry .post-excerpt {
        vertical-align: top;
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    #copyinfo {
        text-align: center;
    }

    #menu-legal {
        text-align: center;
        float: none;
        list-style-type: none;
    }
}