/*
 Theme Name:   Vantage Custom
 Theme URI:
 Description:  Vantage theme
 Author:       Elie K
 Author URI:   http://example.com
 Template:     vantage
 Version:      1.5.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  vantage-child
*/

#secondary .widget {
    border: 1px solid #aaaaaa;
}

#secondary .widget .widget-title {
    background-color: #000000;
    color: #F0F8FB;
    padding: 5px;
}

#secondary .textwidget {
    padding: 5px;
}

#secondary .menu-informationen-container {
    padding: 5px;
}

#secondary .widget ul {
    padding-left: 15px;
}

#secondary .widget ul li {
    list-style: circle;
}

#masthead .hgroup .support-text {
    top: auto;
    margin-top: 0;
}

#masthead .hgroup h1 {
    font-weight:bold;
}

#masthead .hgroup .support-text {
    text-align: right;
}

@media screen and (max-width: 680px) {
    #masthead .hgroup .support-text {
        text-align: center;
    }
}