*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  color: #4D4D4D;
}

::selection {background: #67AFA4; color: #ffffff;}
::-moz-selection {background: #67AFA4; color: #ffffff;}

/* HEADER */

header {
    position: fixed;
    background: #fff;
    width: 100%; 
    left: 0;
    top: 0;
    z-index: 999;
    -moz-box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.2);
}

.free-meet-bagde {
  position: absolute; 
  right: 170px;
  top: -120px;
  z-index: 100;
}

.scroll {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 2em;
  line-height: 2;
  width: 10em;
  text-align: center;
  height: 2em;
  color: #e74c3c;
  background: #fff;
  font-style: normal;
  text-transform: uppercase;
  opacity: 0.8;
}
.scroll::after {
  display: block;
  content: '\2193';
  color: #fff;
  font-size: 3em;
  line-height: 1;
}

/* Header styles and animations */

.ha-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 50;
  font-family: 'Lato', Arial, sans-serif;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ha-header-perspective {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-perspective: 1100px;
  -moz-perspective: 1100px;
  perspective: 1100px;
  -webkit-perspective-origin: 50% 0;
  -moz-perspective-origin: 50% 0;
  perspective-origin: 50% 0;
}
.ha-header-perspective > div {
  background: #fff;
  text-align: left;
  padding: 0 7%;
  height: 94px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: justify;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.ha-header-front {
  z-index: 2;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.ha-header-perspective .ha-header-bottom {
  background: #ddd;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  z-index: 1;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  transition: top 0.5s;
  position: absolute;
  top: 0;
}
.ha-header-hide {
  height: 220px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ha-header-show {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
@media only screen and (max-width: 40em) {
  .ha-header-perspective > div {
    height: 230px;
    padding: 0 0px;
  }
  .ha-header-hide {
  height: 220px;
  margin-top: -220px;
  }
  .menu-second li {
  padding-right: 0px !important;
  }
  .menu-second li a {
  line-height: 38px;
  font-size: 12px !important;
  }
}
.logo {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
.logo img {
  max-width: 500px;
  width: 100%;
  z-index: 99;
}
.logo-second {
  float: left;
  position: absolute;
  background: #fff;
  border-radius: 100px;
  margin-top: -65px;
  width: 160px;
  -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
}
.logo-second img {
  max-width: 160px;
  width: 100%;
}
@media only screen and (min-width: 40em) and (max-width: 78em) {
  .logo-second {
    display: none;
  }
  .free-meet-bagde {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  .logo-second {
    display: none;
  }
  .free-meet-bagde {
    display: none;
  }
}

/* MENU */

.menu {
  overflow: hidden;
  height: auto;
  padding: 2px 0;
  margin-top: 100px;
  margin-bottom: 20px;
}
.menu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.menu li {
  list-style: none;
  display: inline;
}
.menu li a {
  color: #67AFA4;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid transparent;
  padding: 4px 8px;
  text-align: center;
  cursor: pointer;
}
.menu li a:hover {
  text-transform: uppercase;
  letter-spacing: 1.1px;
  text-decoration: none;
  border: 2px solid #67AFA4;
  color: #67AFA4;
}
.menu li a.active {
  color: #fff;
  background-color: #67AFA4;
}
.menu.submenu {
  border-top: none;
  margin-bottom: 20px;
}
.menu.submenu a {
  font-weight: normal;
}
.menu-second {
  float: right;
  padding-top: 34px;
}
.menu-second ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.menu-second li {
  list-style: none;
  display: inline;
  padding-right: 5px;
}
.menu-second li a {
  color: #67AFA4;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid transparent;
  padding: 4px 18px;
  text-align: center;
  cursor: pointer;
}
.menu-second li a:hover {
  text-decoration: none;
  border: 2px solid #67AFA4;
  color: #67AFA4;
}
.category-menu {
  color: #67AFA4;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid transparent;
  padding: 4px 18px;
  text-align: center;
  cursor: pointer;
}
.category-menu:hover {
  text-decoration: none;
  border: 2px solid #67AFA4;
  color: #67AFA4;
}
.mobile-button, .mobile-header {
    display: none;   
}
@media only screen and (min-width: 40em) and (max-width: 78em) {
  .menu-second {
  display: none;
  }
    .menu {
    display: none;
    margin-top: 20px;
  }
  .mobile-header {
    display: block;  
      padding: 10px 0;
  }
  .mobile-button {
    float: right;
    display: inline-block;
  }
    .mobile-header .logo-second.mobile {
        display: block;   
    }
    .logo-mobile {
        float: left;
        width: 200px;
        max-width: 200px;
        margin-top: 5px;
    }
    .logo-mobile img {
        width: 100%;   
    }
}
@media only screen and (max-width: 40em) {
  .menu li {
  padding-right: 0px;
  display: block;
  }
  .menu li a {
  line-height: 42px;
  }
  .menu-second {
  padding-top: 20px;
  float: none;
  }
  .menu-second li {
    display: block;
  }
  .menu {
    display: none;
    margin-top: 20px;
  }
  .mobile-header {
    display: block;  
      padding: 10px 0;
  }
  .mobile-button {
    float: right;
    display: inline-block;
  }
    .mobile-header .logo-second.mobile {
        display: block;   
    }
    .logo-mobile {
        float: left;
        max-width: 200px;
        margin-top: 5px;
    }
    .logo-mobile img {
        width: 100%;   
    }
}

/* CONTENT */

.free-space {
    width: 100%;
    height: 150px;
}
.free-space-single {
    width: 100%;
    height: 150px;
}
.main-wrapper {
  width: 100%;
  position: relative;
  margin: 0px auto;
  max-width: 1200px;
}
@media only screen and (max-width: 40em) {
  .main-wrapper {
    padding: 0 40px;
  }
  .free-space {
    width: 100%;
    height: 50px;
}
.free-space-single {
    width: 100%;
    height: 60px;
}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .main-wrapper {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 40.1em) and (max-width: 74em) {
  .main-wrapper {
    padding: 0 40px;
  }
    .free-space {
    width: 100%;
    height: 50px;
}
.free-space-single {
    width: 100%;
    height: 60px;
}
}
a {
  color: #B3B3B3;
  text-decoration: underline;
}
a,
a:hover,
a:active,
a:visited {
  outline: 0px;
}
a:hover {
  color: #67AFA3;
}
img {
  outline: 0;
  border: 0;
}
h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #67AFA4;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #808080;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
h4 {
  color: red;
  font-weight: normal;
}
@media only screen and (max-width: 40em) {
  h1 {
  font-size: 24px;
  }
}
.category-title {
  padding-top: 80px;
}
.category-title h1:after {
  content: "—";
  display: block;
  color: rgba(204,204,204,0.6);
  line-height: 40px;
  font-weight: 400;
}
.slider-top {
  height: 620px;
  background: url(/assets/images/slider-image-01.jpg) top center no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider-top p {
  color: #fff;
  font-size: 54px;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 56px;
}
.top-category {
  height: 240px;
  background: url(/assets/images/image-einzelpersonen.jpg) center center no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.top-category-paare {
  height: 240px;
  background: url(/assets/images/image-paare.jpg) center center no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.top-category-sportler {
  height: 240px;
  background: url(/assets/images/image-sportler.jpg) center center no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 40em) and (max-width: 78em) {
  .slider-top {
  height: 600px;
  }
}
@media only screen and (max-width: 40em) {
  .slider-top {
  height: 640px;
  }
}

/* BLOCKQUOTE */

.blockquote-top {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 40%;
}
.icon-category-top {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 40px;
}
@media only screen and (min-width: 40em) and (max-width: 78em) {
  .blockquote-top {
  top: 160px;
  }
}
@media only screen and (max-width: 40em) {
 .blockquote-top {
  top: 120px;
  }
}
.blockquote {
  font-size: 54px;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 56px;
  text-align: center;
  margin: 0 auto;
  padding: 140px 0 0px 0;
}
.blockquote span {
  color: #67AFA4;
}
.blockquote-author {
  color: #67AFA4;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 40px;
  margin-bottom: 80px;
}
#erfahrungsberichte-single p:nth-child(2n+1) {
  color: #67AFA4;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 40px;
  margin-bottom: 80px;
}
#erfahrungsberichte-single p:nth-child(2n+1):before {
  content: '- '
}
#erfahrungsberichte-single p:nth-child(2n+1):after {
  content: ' -'
}
.blockquote-light {
  font-size: 54px;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 56px;
  text-align: center;
  margin: 0 auto;
  padding: 140px 0 60px 0;
  color: #fff;
}
@media only screen and (max-width: 40em) {
  .blockquote-light {
  font-size: 24px;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 26px;
  text-align: center;
  margin: 0 auto;
  padding: 0px 0 0px 0;
  color: #fff;
  }
}

/* BUTTON */

.button {
  border-radius: 4px;
  padding: 4px 18px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
a.button {
  text-decoration: none;
}
.white {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.white:hover {
  border: 2px solid transparent;
  background-color: rgba(255,255,255,0.4);
  color: #fff;
}
.color {
  border: 2px solid #67AFA4;
  background-color: transparent;
  color: #67AFA4;
}
.color:hover {
  border: 2px solid transparent;
  background-color: #67AFA4;
  color: #fff;
}
.color-full {
  border: 2px solid transparent;
  background-color: #67AFA4;
  color: #fff;
}
.color-full:hover {
  border: 2px solid transparent;
  background-color: rgba(255,255,255,0.4);
  color: #fff;
}

/* CATEGORY BUTTON */

.category-block-top {
  width: 100%;
  height: 280px;
  display: block;
  margin-top: 60px;
}
.category-button {
  float: left;
  width: 260px;
  height: 270px;
  background-color: #67AFA4;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}
.category-button:hover {
  background-color: #7bbbb1;
}
.category-button img {
  margin: 20px 0 20px 0;
  opacity: 0.8;
}
.category-button-title {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 32px;
  padding: 0;
  margin: 0;
}
.category-button-title:after {
content: "—";
display: block;
color: #fff;
line-height: 40px;
font-weight: 400;
}
.category-button-subtext {
  color: #4D4D4D;
  padding: 0;
  margin: 0;
}
.category-button.first {
  margin-left: 190px;
}
.category-button.second {
  margin-left: 20px;
  margin-right: 20px;
}
.category-button.third {
  margin-right: 190px;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .category-button.first {
  margin-left: 160px;
}
  .category-button.second {
  margin-left: 40px;
  margin-right: 40px;
}
  .category-button.third {
  margin-right: 120px;
}
}
@media only screen and (min-width: 40.1em) and (max-width: 74em) {
  .category-button {
    width: 100%;
    height: 270px;
  }
  .category-button.first, .category-button.second, .category-button.third {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .category-button {
    width: 100%;
    height: 270px;
  }
  .category-button.first, .category-button.second, .category-button.third {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 40em) {
  .category-button {
    width: 100%;
    height: 270px;
  }
  .category-button.first, .category-button.second, .category-button.third {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

/* SECTIONS */

section.content {
  margin-top: 40px;
}
section p {
  max-width: 818px;
  margin: 0 auto;
  text-align: center;
}
#ganzheitliches-coaching {
  text-align: center;
  margin-bottom: 120px;
  padding-top: 60px;
}
#ganzheitliches-coaching p {
  margin-bottom: 40px;
}
#ganzheitliches-coaching h1:after {
  content: "—";
  display: block;
  color: rgba(204,204,204,0.6);
  line-height: 40px;
  font-weight: 400;
}
#einzelkurse-single {
  text-align: center;
  margin-bottom: 120px;
  padding-top: 20px;
}
#einzelkurse-single p {
  margin-bottom: 80px;
}
#ueber-mich {
  height: 900px;
  background: url(/assets/images/image-about.jpg) top center no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 120px;
  color: #fff;
  text-align: center;
}
#ueber-mich h1 {
  color: #fff;
}
#ueber-mich h1:after {
  content: "—";
  display: block;
  color: rgba(255,255,255,0.6);
  line-height: 40px;
  font-weight: 400;
}
#ueber-mich p {
  margin-bottom: 40px;
}
#ueber-mich .button i {
  vertical-align: top;
  line-height: 1.6;
  margin-right: 10px;
}
@media only screen and (min-width: 40em) and (max-width: 78em) {
  #ueber-mich {
  height: 640px;
  padding-top: 80px;
  }
}
@media only screen and (max-width: 40em) {
  #ueber-mich {
  height: 2100px;
  padding-top: 100px;
  }
}
.ueber-mich-content {
  margin-bottom: 60px;
}
.ueber-mich-content-left {
  float: left;
  max-width: 570px;
  width: 100%;
  margin-right: 60px;
  text-align: left;
}
.ueber-mich-content-right {
  float: left;
  max-width: 570px;
  width: 100%;
  text-align: left;
}
.ueber-mich-content-right h3 {
  padding-bottom: 20px;
}
@media only screen and (min-width: 40em) and (max-width: 78em) {
  .ueber-mich-content-left, .ueber-mich-content-right {
  min-width: 100%;
  padding: 0 40px;
  }
  #ueber-mich {
  height: 1100px;
  }
  .ueber-mich-content-right h3 {
  padding-bottom: 20px;
  padding-top: 40px;
  }
}
@media only screen and (max-width: 40em) {
  .ueber-mich-content-right h3 {
  padding-bottom: 20px;
  padding-top: 40px;
  }
}
#green-block {
  background-color: #67AFA4;
  padding-top: 120px;
  padding-bottom: 130px;
  color: #fff;
  text-align: center;
}
#green-block h1 {
  color: #fff;
}
#green-block h1:after {
  content: "—";
  display: block;
  color: rgba(255,255,255,0.6);
  line-height: 40px;
  font-weight: 400;
}
#erfahrungsberichte {
  padding-top: 120px;
  margin-bottom: 120px;
}
#erfahrungsberichte h1:after {
  content: "—";
  display: block;
  color: rgba(204,204,204,0.6);
  line-height: 40px;
  font-weight: 400;
}

/* CONTACT */

.contact-block-bottom {
  width: 1200px;
}
.contact-block {
  font-size: 54px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 60px 0 0 0;
  margin: 0;
}
.contact-block li {
  list-style: none;
  display: inline;
}
.contact-block li:first-child {
  padding-right: 80px;
}
.contact-block i {
  line-height: 0.6;
  margin-right: 20px;
  opacity: 0.8;
}
.contact-block p{
  float: left;
  margin: 0;
  padding: 0;
}
.contact-block li a {
  color: #fff;
  text-decoration: none;
}
.contact-block li a:hover {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}
@media only screen and (min-width: 40em) and (max-width: 78em) {
  .contact-block li {
  display: block;
  line-height: 84px;
  }
  .contact-block li:first-child {
  padding-right: 0px;
}
}
@media only screen and (max-width: 40em) {
  .contact-block {
  font-size: 32px;
  }
  .contact-block li {
  display: block;
  line-height: 54px;
  }
  .contact-block li:first-child {
  padding-right: 0px;
  }
}
.verify{
position: absolute;
left:-9999em;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
#kontakt {
  background-color: #67AFA4;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 80px;
}
#kontakt h1 {
  color: #fff;
}
#kontakt h1:after {
  content: "—";
  display: block;
  color: rgba(255,255,255,0.6);
  line-height: 40px;
  font-weight: 400;
}
#kontakt-form {
  height: 450px;
  background: url(/assets/images/image-einzelpersonen.jpg) top center no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 80px;
  color: #fff;
  text-align: center;
}
.contactform-field {
	margin-bottom: 4px;
}
@media only screen and (min-width: 40em) and (max-width: 78em) {
  #kontakt-form {
  height: 540px;
  }
}
@media only screen and (max-width: 40em) {
  #kontakt-form {
  height: 540px;
  }
}

/* CONTACTFORM */

#contactform {
  padding: 0 220px;
}
.contactform-left, .contactform-right {
  float: left;
}
.contactform-left {
  margin-right: 40px;
}
.contactform-input {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  padding: 4px 8px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: 350px;
}
textarea.contactform-input {
  height: 112px;
}

::-webkit-input-placeholder {
color: #fff;
}
:-moz-placeholder { /* older Firefox*/
color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
:-ms-input-placeholder {
color: #fff;
}
@media only screen and (min-width: 40em) and (max-width: 78em) {
  #contactform {
  padding: 0 40px;
  }
  .contactform-left, .contactform-right {
  width: 100%;
  }
  .contactform-input {
  width: 100%;
  }
}
.contactform-alert {
  background-color: rgba(173,104,122,0.8);
  color: #fff;
  padding: 4px 12px;
  margin-bottom: 20px;
  width: 350px;
  border-radius: 4px;
}
@media only screen and (max-width: 40em) {
  #contactform {
  padding: 0 0px;
  }
  .contactform-left, .contactform-right {
  width: 100%;
  }
  .contactform-input {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  padding: 4px 8px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  width: 100%;
  }
  .contactform-alert {
  width: 100%;
  }
}
button i {
  margin-right: 10px;
}
#recaptcha_widget_div {
	float: left;
}
/* SINGLE PAGES */

#coaching-von-einzelpersonen, #ganzheitliches-coaching, #paare, #sportler, #impressum, #erfahrungsberichte-single {
  text-align: center;
  margin-bottom: 140px;
}

/* BLOG */

.blog article {
  margin-top: 80px;
  margin-bottom: 120px;
  text-align: center;
}
.blog article p, .blogarticle article p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.article-title {
  font-size: 54px;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 56px;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
}
.blog article img, .blogarticle article img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 818px;
  height: auto;
}
.pagination {
  text-align: center;
  margin-bottom: 60px;
}
.next, .prev {
  color: #67AFA4;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid transparent;
  padding: 4px 18px;
  text-align: center;
  cursor: pointer;
}
.next:hover, .prev:hover {
  border: 2px solid #67AFA4;
}
.blogarticle {
  margin-top: 80px !important;
}
.blogarticle article {
  text-align: center;
}

/* FOOTER */

footer {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}
footer p {
  margin: 0;
}
footer a {
  color: #67AFA4;
}
footer a:hover {
  color: #222;
}

/* RESPONSIVE */

