/*
Theme Name: Reizwerk 2017
Theme URI: https://www.reizwerk.com
Description: Reizwerk Child-Theme für die Anpassung von Semplice.
Author: Reizwerk
Author URI: https://reizwerk.com
Template: semplice
Version: 1.1.0
 */

/* =Ab hier werden Änderungen an Semplice vorgenommen
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
@import url('https://fonts.googleapis.com/css?family=PT+Serif');

body {
font-family: 'PT Serif', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-blog section#blog {
  margin-top: 0 !important;
}

body.is-blog .container.blog-headline {
  margin-bottom: 60px !important;
}

body.is-blog #post {
  max-width: 870px;
}

body.is-blog .post-heading > p {
  color: #fff !important;
}

body.is-blog .post-heading > p a:last-child {
  display: none;
}

body.is-blog .post-heading h2,
body.is-blog .post-heading + div {
  max-width: 870px;

}

.blog-post .featured {
  text-align: left !important;
}

.blog-post .featured img {
  max-width: 100%;
  height: auto;
  margin-left: 0 !important;
}

header {
  position: relative !important;
}

*:focus,
*:active {
  outline: 0;
}

::selection {
  background-color: #d4ff00 !important;
  color: #222222 !important;
}

::-moz-selection {
  background-color: #d4ff00 !important;
  color: #222222 !important;
}

#post .wysiwyg a:hover,
.wysiwyg-ce a:hover,
#post .wysiwyg p a:hover,
p.quote a:hover,
.next p a:hover,
.previous p a:hover,
a.page-numbers:hover,
#category-archives nav ul li a:hover,
.cover-headline a:hover {
  text-decoration: underline !important;
}

/* Ab hier werden die Typostyles für Desktop definiert */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GT Walsheim', sans-serif;
}

h1 {
  text-align: left;
  font-weight: normal !important;
  color: #222;
  font-size: 56px;
  line-height: 66px;
}

h2 {
  text-align: left;
  font-weight: normal !important;
  color: #222;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
}

h3 {
  text-align: left;
  font-weight: normal !important;
  color: #222;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}

h4 {
  text-align: left;
  font-weight: normal !important;
  color: #222;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0px;
}

body,
p {
  text-align: left;
  font-weight: regular;
  color: #222222;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

small {
  font-size: 15px;
  line-height: 24px;
}

ul {
  text-align: left;
  font-weight: regular;
  color: #222222;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}

p.caption {
  margin-bottom: 15px;
	font-weight: bold;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  color: #222222;
}

p.lead,
span.lead {
  font-size: 22px;
  line-height: 38px;
  /*color: #222222;*/
}

.footer a {
  color: #FFFFFF; 
  text-decoration: underline #ffffff;
}

#nl2go--form input[type='text'] {
  width: 60%;
  float: left;
  padding: 15px 30px 15px 30px !important;
}

#nl2go--form #nl2go--mail {
  width: 60%;
  float: left;
  padding: 15px 30px 15px 30px !important;
  margin-left: 10px !important;
}

#nl2go--form {
  margin-bottom: 0px !important;
  display: table;
  width: 100%;
}

#nl2go--form #nl2go--submit {
  width: 38%;
  padding: 15px 30px 15px 30px !important;
  margin-left: 2%;
  float: left;
  display: block;
  border-radius: 0;
  cursor: pointer;
}

#nl2go--form #nl2go--mail {
  margin-left: 0px !important;
}

/* Newsletter Form */

#nl2go--submit,
.beratungstermin_popup .row_popup input[type='submit'] 
{
  -webkit-appearance: none;
}

/* Agentur: Ansprechpartner Boxen Höhe fixen */

#masonry-content_8pac74htd .row > .masonry-item > div:last-child {
  height: 250px;
  color: red;
}

/* Cookie Notice */
.cc_container {
  background: #f3f3f3 !important;
}

.cc_container a,
.cc_container a:visited {
  color: #0A00EA !important;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  background-color: #222222 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  border: none !important;
}

.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #444444 !important;
}

@media screen and (max-width: 475px) {
  .cc_container .cc_message {
    font-size: 12px !important;
  }
}

/* Kontaktformulare */

div.wpcf7 .row {
  margin: 0;
}

div.wpcf7 .wpcf7-text {
  background: #eeeeee;
  color: #777;
  padding: 5px 10px;
  margin-left: 0px;
  margin-right: 0;
  width: 100%;
  margin-bottom: 10px;
  border: none;
  font-size: 15px !important;
  padding: 15px 10px 15px 10px !important;
}

div.wpcf7 .wpcf7-submit {
  background-color: #d4ff00;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  border: none;
  padding: 10px 30px 10px 30px;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

div.wpcf7 .wpcf7-submit:hover {
  background-color: #222222;
  color: #ffffff;
}

div.wpcf7 div {
  margin-bottom: 10px;
}

div.wpcf7 p {
  margin-bottom: 10px;
}

div.wpcf7 .ajax-loader {
  display: none;
}

div.wpcf7 .ajax-loader.rw-load {
  visibility: visible;
  display: inline-block;
  background-image: url('img/icons/D__send-white.png');
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background-size: cover;
  top: -3px;
  position: relative;
}

div.wpcf7 .ajax-loader.rw-load.is-active {
  background-image: url('img/ajaxload.gif');
}

div.wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

/* Absenden fehlgeschlagen */

.wpcf7-form.failed button.wpcf7-submit,
.wpcf7-form.invalid button.wpcf7-submit {
  background: #e44c33;
}

.wpcf7-form.failed .ajax-loader.rw-load,
.wpcf7-form.invalid .ajax-loader.rw-load {
  background-image: url('img/icons/D__Error-white.png');
}

div.wpcf7-mail-sent-ng,
.wpcf7-validation-errors {
  color: #e44c33;
}

/* Absenden erfolgreich */

.wpcf7-form.sent button.wpcf7-submit {
  background: #2fb200;
}

.wpcf7-form.sent .ajax-loader.rw-load {
  background-image: url('img/icons/D__Check-white.png');
}

.wpcf7-mail-sent-ok {
  color: #2fb200;
}

span.wpcf7-list-item {
  margin: 0;
}

/* PopMake Popup Layer Plugin Styles */

.pum-close.popmake-close,
.pum-close.popmake-close:hover {
  cursor: pointer;
  color: transparent !important;
  display: block;
  background: url(/wp-content/uploads/2016/10/icon_close@2x.png) no-repeat 0% 0%;
  background-size: 15px 15px;
  width: 20px !important;
  height: 20px !important;
  top: 20px !important;
  right: 10px !important;
  transition: opacity 0.2s ease-out;
}

.pum-close.popmake-close:hover {
  opacity: 0.75;
}

/**
 * Read more links
 */

.blog #post .wysiwyg a.more-link,
.archive #post .wysiwyg a.more-link {
  border: 0;
  display: block;
  font-size: inherit;
  letter-spacing: 0;
  line-height: inherit;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  width: 150px;
}

/**
 * Post headings
 */

.blog .post-heading p {
  margin-left: 0;
}

.blog .post-heading span {
  display: none;
}

.blog .cat-item.cat-item-138,
.archive .cat-item.cat-item-138 {
  display: none !important;
}

/* Semplice Styles */

/* Ab hier werden die Typostyles für Mobile definiert */

@media screen and (max-width: 567px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 27px;
    line-height: 32px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
  body,
  p {
    font-size: 16px;
    line-height: 24px;
  }

  p.lead,
  span.lead {
    font-size: 20px;
    line-height: 30px;
  }

  small {
    font-size: 11px;
    line-height: 15px;
  }
  #nl2go--form input[type='text'] {
    font-size: 15px !important;
    padding: 15px 10px 15px 10px !important;
  }
  #nl2go--form input[type='submit'] {
    font-size: 15px !important;
  }
  #nl2go--form #nl2go--mail {
    background: #fff;
    color: #777;
    padding: 5px 10px;
    margin-left: 0px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  #nl2go--form #nl2go--submit {
    background-color: #005dca;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    margin: 0px !important;
    display: block;
    float: inherit !important;
  }
  .jobs_description_resize,
  .jobs_link_resize {
    text-align: center;
  }
  /* Hide the blog menu on mobile devices */
  a.archives-button.menu-icon,
  a.search-button.menu-icon {
    display: none;
  }

  .page-id-2067 #masonry-content_ysgjx69cu {
    height: auto !important;
  }

  .page-id-2067 .span2.masonry-item.remove-gutter- {
    width: 33.3333%;
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}

/* Ab hier werden die Typostyles für Mobile Landscape definiert */

@media screen and (max-width: 767px) {
  #nl2go--form input[type='text'] {
    font-size: 15px !important;
    padding: 15px 10px 15px 10px !important;
  }
  #nl2go--form input[type='submit'] {
    font-size: 15px !important;
  }
  #nl2go--form #nl2go--mail {
    background: #fff;
    color: #777;
    padding: 5px 10px;
    margin-left: 0px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  #nl2go--form #nl2go--submit {
    background-color: #005dca;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    margin: 0px !important;
    display: block;
    float: inherit !important;
  }
  .cookie-notice-container .multi-column .cookies_header {
    margin-left: 20px;
  }
  .cookie-notice-container .multi-column .cookies_content {
    padding: 0px 20px 0px 20px;
  }
  #cookie-notice .cookie-notice-container #cn-accept-cookie {
    margin-left: 20px !important;
  }
}

/* Ab hier werden die Typostyles für Tablet Portrait definiert */

@media screen and (min-width: 768px) and (max-width: 979px) {
  #nl2go--form input[type='text'] {
    font-size: 15px !important;
    padding: 15px 10px 15px 10px !important;
  }
  #nl2go--form input[type='submit'] {
    font-size: 15px !important;
  }
}

/* Ab hier werden die Typostyles für Tablet Landscape definiert */

@media screen and (min-width: 980px) and (max-width: 1199px) {
  #nl2go--form input[type='text'] {
    font-size: 15px !important;
    padding: 15px 10px 15px 10px !important;
  }
  #nl2go--form input[type='submit'] {
    font-size: 15px !important;
  }
}

@media (max-width: 979px) {
  #content_aw5ky15la .span4,
  #content_aw5ky15la .span8 {
    width: 98% !important;
    float: left;
    position: relative !important;
    display: block !important;
    left: 18px !important;
    top: 0 !important;
  }
  #content_aw5ky15la .span8 .mc-sub-content-container {
    padding-bottom: 0 !important;
  }
  #content_aw5ky15la .span8 .mc-sub-content-container img {
    border-radius: 7% 7% 0% 0% !important;
  }

  #nl2go--form #nl2go--mail {
    background: #fff;
    color: #777;
    padding: 5px 10px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
  #nl2go--form #nl2go--submit {
    background-color: #005dca;
    color: #fff;
    width: 100%;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    margin: 0px !important;
    display: block;
    float: inherit !important;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  #content_aw5ky15la .span8 .mc-sub-content-container img {
    max-width: 100% !important;
    position: absolute;
    top: -53px !important;
  }
  #masonry-content_aw5ky15la {
    width: 940px;
    margin: 0 auto !important;
    height: 569px !important;
  }
}

/**
 * Top Button
 *
 * Overwrite "Back To Top Arrow" styling from Semplice
 * /wp-admin/admin.php?page=acf-options-advanced-styling
 */

.to-the-top {
  bottom: 50px;
}

.to-the-top .top-button {
  padding: 0;
  height: 50px;
  width: 50px;
  background-color: #222;
  border-radius: 50%;
  position: relative;
}

.to-the-top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: auto;
  display: block;
  transform: translate(-50%, -50%);
}

.to-the-top svg polygon {
  fill: #d4ff01;
}

/* Default Button Style */

.reiz-button {
  display: inline-block;
  color: #222222;
  background-color: #d4ff00;
  padding: 10px 30px;
  margin-top: 15px;
  transition: all 0.4s ease;
}

#post .wysiwyg .reiz-button:hover {
  color: #d4ff00 !important;
  background-color: #222222;
  text-decoration: none !important;
  transition: all 0.4s ease;
}

/* Style For Embedding Code */
span.code {
  font-family: 'Source Code Pro', monospace;
  font-size: 16px;
  font-weight: bold;
}

/* Game Contact Forms */

div.wpcf7 .game-submit {
  width: 100%;
}

div.wpcf7 a {
  color: #0A00EA;
}

div.wpcf7 a:hover {
  text-decoration: underline;
}

/**
 * BLOG
 */

body.blog #navbar-bg,
body.archive #navbar-bg,
body.search #navbar-bg {
  background-color: #f0f1f1 !important;
}

body.blog #content,
body.archive #content,
body.search #content {
  background-color: #f0f1f1 !important;
}

body.search .result-header,
body.archive .archive-header {
  border: 0;
  padding: 0;
}
body.search .result-header h3,
body.archive .archive-header h3 {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  padding: 0 !important;
  font-family: "GTWalsheimBold", Helvetica, Arial, sans-serif !important;
}
body.search form.search-form {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  body.search .result-header,
  body.archive .archive-header {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 120px;
  }
  body.search form.search-form {
    margin-bottom: 60px;
  }
}
body.search form.search-form input {
  font-family: "GTWalsheimRegular", Helvetica, Arial, sans-serif !important;
}

.posts {
  padding-right: 16px;
  padding-left: 16px;
  color: #222;
  max-width: 1202px;
  margin-right: auto;
  margin-left: auto;
}

.post {
  margin-bottom: 16px;
}

.post--large {
  margin-bottom: 56px;
}

@media (max-width: 1023px) {
  .posts__divide + .post {
    margin-top: -40px;
  }
}

.post__wrap {
  background-color: #fff;
}

@media (max-width: 1023px) {
  .post__wrap {
    padding: 0 16px 44px;
  }
}

.post--normal .post__wrap {
  padding-top: 16px;
  height: 100%;
}

@media (max-width: 1023px) {
  .post--large .post__flyer {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: -40px;
  }

  .post__flyer:after  {
    width: 100%;
    content: "";
    display: block;
    padding-bottom: 63.157894737%;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.25);
  }

  .post--normal .post__flyer {
    display: none;
  }
}
@media (min-width: 1024px) {
  .post__flyer img {
    display: none;
  }
}

.post__categories {
  margin-bottom: 16px;
  line-height: 16px;
}

.post__categories a,
.post__text__author {
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 16px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}

.post__categories a {
  background-color: rgb(212, 255, 0);
  padding: 1px 1px 0;
}

.post__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "GTWalsheimBold", Helvetica, Arial, sans-serif;
}
.post__title a {
  color: #0A00EA;
  text-decoration: none;
}
.post__title a:hover {
  text-decoration: underline;
}
.post--normal .post__title {
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .post .post__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.post__text p {
  color: #222222;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .post__text p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  .posts__divide {
    display: none;
  }
}

.posts__divide strong {
  font-family: "GTWalsheimBold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #222222;
  margin: 104px auto 155px;
  display: block;
  max-width: 1202px;
  padding-right: 16px;
  padding-left: 16px;
}

/* Blog Desktop */

@media (min-width: 1024px) {
  .posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .post {
    width: 50%;
    position: relative;
  }

  .posts__divide,
  .post--large {
    width: 100%;
  }

  .post__content__wrap {
    max-width: 370px;
  }

  /* large */
  .post--large {
    display: flex;
  }
  .post--large:nth-child(odd) .post__wrap {
    margin-left: auto;
  }
  .post--large:nth-child(even) .post__wrap {
    margin-right: auto;
  }
  .post--large .post__wrap {
    width: 970px;
  }
  .post--large .post__content {
    display: flex;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .post--large:nth-child(odd) .post__content {
    justify-content: flex-end;
    padding-right: 100px;
  }
  .post--large:nth-child(even) .post__content {
    justify-content: flex-start;
    padding-left: 100px;
  }

  /* large image */
  .post--large .post__flyer {
    width: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .post--large:nth-child(odd) .post__flyer {
    left: 0;
  }
  .post--large:nth-child(even) .post__flyer {
    right: 0;
  }
  .post--large .post__flyer:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 63.157894737%;
    -webkit-box-shadow: 0px 16px 48px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 16px 48px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 16px 48px 0px rgba(0,0,0,0.25);
  }

  /* normal */
  .post--normal {
    justify-content: flex-start;
    margin-bottom: 95px;
  }

  .post--normal:nth-child(even) {
    padding-left: 16px;
  }

  .post--normal .post__wrap {
    width: 100%;
    max-width: 470px;
    padding: 0 0 0 70px;
  }

  .post--normal .post__content {
    width: 340px;
  }

  .post--normal .post__flyer {
    width: 410px;
    margin-bottom: 32px;
    background-size: cover;
    background-position: center center;
  }

  .post--normal .post__flyer:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 63.157894737%;
    -webkit-box-shadow: 0px 16px 48px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 16px 48px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 16px 48px 0px rgba(0,0,0,0.25);
  }

  .post--normal .post__content,
  .post--normal .post__flyer {
    position: relative;
    top: -45px;
  }
}

@media (min-width: 1202px) {
  .post--normal {
    margin-bottom: 155px;
  }

  .post--normal .post__wrap {
    max-width: 500px;
    padding: 0 0 0 100px;
  }

  .post--normal .post__content {
    width: 370px;
  }

  .post--normal .post__flyer {
    width: 470px;
  }

  .post--large .post__flyer {
    width: 570px;
  }

  .post--normal .post__content,
  .post--normal .post__flyer {
    position: relative;
    top: -75px;
  }
}

/* Blogposts */

body.single #blog {
  padding-top: 0;
}

body.single nav.standard ul li.current-menu-item a,
nav.standard ul li.current-menu-item a {
  background: transparent !important;
}

#navbar,
body.single #navbar {
  border-bottom: 0 !important;
}

.blogpost {
  color: #222222;
  max-width: 1202px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 128px;
}
.blogpost + section {
  padding-top: 0;
}
.blogpost + section #respond {
  margin-top: 0;
}

.blogpost__wrap {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .blogpost__wrap {
    max-width: 670px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1202px) {
  .blogpost {
    display: flex;
    flex-direction: column;
  }
  .blogpost__wrap {
    max-width: 100%;
    position: relative;
    padding-left: 332px;
    margin: 0 0 0 auto;
  }
}

.blogpost__cover {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1024px) {
  .blogpost__cover {
    margin-top: 82px;
  }
}

.blogpost__title {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-family: "GTWalsheimBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .blogpost__title {
    font-size: 56px;
    letter-spacing: 0;
    line-height: 66px;
    max-width: 670px;
  }
}
@media (min-width: 1024px) {
  .blogpost__title {
    margin-top: 80px;
    margin-bottom: 72px;
    max-width: 870px;
  }
}

.blogpost__meta {
  margin-bottom: 32px;
}
@media (min-width: 1202px) {
  .blogpost__meta {
    position: absolute;
    top: 80px;
    left: 16px;
  }
}
@media (min-width: 1234px) {
  .blogpost__meta {
    position: absolute;
    left: 0;
  }
}

.blogpost__categories {
  list-style: none;
  margin-left: 0;
  margin-bottom: 16px;
}

.blogpost__categories li {
  display: inline-block;
  font-family: "GTWalsheimBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 1202px) {
  .blogpost__categories li {
    display: block;
  }
}

.blogpost__categories a {
  color: #222;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 16px;
  background-color: rgb(212, 255, 0);
  padding: 1px 1px 0;
}

.blogpost__author,
.blogpost__date {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0;
  color: #222;
}

.blogpost__author {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "GTWalsheimBold", Helvetica, Arial, sans-serif;
}

.blogpost__text {
  font-size: 16px;
  line-height: 28px;
}
.blogpost__text * {
  color: #222;
}
.blogpost__text p {
  font-size: 16px;
  line-height: 28px;
}
.blogpost__text a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .blogpost__text {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
    max-width: 670px;
  }
  .blogpost__text p {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
  }
}
@media (min-width: 1202px) {
  .blogpost__title,
  .blogpost__text {
    padding-right: 32px;
  }
}
@media (min-width: 1234px) {
  .blogpost__title,
  .blogpost__text {
    padding-right: 0;
  }
}

.blogpost__text h2,
.blogpost__text h3,
.blogpost__text h4,
.blogpost__text h5,
.blogpost__text h6 {
  font-family: "GTWalsheimBold", Helvetica, Arial, sans-serif;
}

.blogpost__text h2:not(:first-child),
.blogpost__text h3:not(:first-child),
.blogpost__text h4:not(:first-child),
.blogpost__text h5:not(:first-child),
.blogpost__text h6:not(:first-child) {
  margin-top: 32px;
}

.blogpost__text h2,
.blogpost__text h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .blogpost__text h2,
  .blogpost__text h3 {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 36px;
  }
  .blogpost__text h2:not(:first-child),
  .blogpost__text h3:not(:first-child),
  .blogpost__text h4:not(:first-child),
  .blogpost__text h5:not(:first-child),
  .blogpost__text h6:not(:first-child) {
    margin-top: 52px;
  }
}

.blogpost__text img {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto;
}

.blogpost__text p + img {
  margin-top: 0;
}

.blogpost__text .shariff {
  margin-top: 30px;
  margin-left: -5px;
}
.blogpost__text .shariff-text {
  color: #fff;
}


/* Comments */

.blogpost + section {
  background-color: #f0f1f1 !important;
  clear: both;
  padding-top: 40px;
}

.blogpost+ section #comments {
  font-family: "GTWalsheimBold", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-weight: 700 !important;
}


.comment-text,
.edit-reply {
  clear: both;
  position: static;
}

.edit-reply {
  margin-bottom: 20px;
}

.avatar,
.comment-meta {
  float: left;
  line-height: 25px;
}

.avatar {
  margin-right: 10px;
}
