/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.sitetitel h1 {
    margin-bottom: 15px;
}

.titel-bottom {
    font-size: 30px;
    color: #eece5c!important;
}

.titel-top {
    color: white;
}

.adres {
    font-size: 24px;
}

td {
    padding: 5px;
    padding-right: 10px;
    padding-left: 0;
}

table {
    margin-bottom: 5px;
}

h2 {
    color: #eece5c!important;
    font-size: 21px;
}

.fl-page-footer {
    border: 0;
}

p a {
    color: #eece5c!important;
}

@media all and (max-width: 800px) {
    h1, .titel-top, .titel-bottom {
        font-size: 20px;
    }
}