.foxfield-am-tagHeader {
  font-family: 'Open Sans', sans-serif;

  color: #292827;
  border-top: 5px solid #e7e6e2;
  border-bottom: 1px solid #e7e6e2;
  color: #292827;
  width: 100%;
  min-height: 1px; /* Windows Phone requires this, when displaying the desktop version */
  min-height: 4.1em; /* This is to make sure the border-bottom does not go through the other elements when a button but no quote is shown. */
  margin-bottom: 1em;
}

.foxfield-am-tagHeader h1 {
  font-weight: normal;
  float: left;
  font-size: 2.7em;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  text-transform: uppercase;
}

.foxfield-am-tagHeader .am-btn {
  float: left;
  margin: 10px;
}

.foxfield-am-tagheader-quoteText {
  min-width: 300px;
  display: flex;
  min-width: 250px;
}

.foxfield-am-tagHeader p {
  margin: 10px 0;
  word-wrap: break-word;
  font-size: 15px;
}

.foxfield-am-tagHeader--quoteBig {
  font-size: 80px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  display: block;
  height: 30px;
  line-height: 24px;
  margin: 0;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .foxfield-am-tagHeader {
    min-height: 0;
  }

  .foxfield-am-tagHeader h1 {
    float: none;
    display: inline-block;
  }

  .foxfield-am-tagHeader .am-btn {
    float: none !important;
    display: inline-block;
    font-size: 15px;
    margin-left: 0;
  }

  .foxfield-am-tagheader-quoteText {
    display: none !important;
  }
}

/* Responsive H1 prevents text from going outside of the screen
ex: Rothaugsbloggen */
@media only screen and (max-width: 500px) {
  .foxfield-am-tagHeader h1 {
    font-size: 8vw;
  }

  .foxfield-am-tagHeader--quoteBig {
    font-size: 15vw;
  }
}

/* A minimum size for the responsive text */
@media only screen and (max-width: 320px) {
  .foxfield-am-tagHeader h1 {
    font-size: 25px;
  }

  .foxfield-am-tagHeader--quoteBig {
    font-size: 35px;
  }
}
