/*
Theme Name: MC Childtheme
Description: Ein schönes Childtheme
Author: Gernot Gawlik
Author URI: http://www.gernot-gawlik.de
Template: vantage
Version: 1.0
Tags:
*/

@import url("../vantage/style.css");

#masthead .hgroup .support-text {
    line-height: 1.2em;
    /* position: absolute; */
    /* right: 0; */
    /* top: 50%; */

    margin-top: -0.6em;
    color: #4b4b4b;
    font-style: italic;
    max-width: 50%;
}

#masthead .hgroup .support-text {
  line-height: 1.2em;
  position: relative;
  right: 0;
  top: 60%;
  margin-left: 30px;
  margin-top: -0.6em;
  color: #4b4b4b;
  font-style: italic;
  max-width: 50%;
}

@media (max-width: 680px){
#masthead .hgroup .support-text {
    margin-left: 1em;
    text-align:left;
}
}