@charset "UTF-8";
/*
Theme Name: Railkontakt
Author: 
Author URI:
Description: railkontakt theme
Version: 1.0
*/

body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-style: normal !important;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4em;
  color: #000000;
  background-color: #ffffff;
}

.row:before, .row:after {
  display: none !important;
}

/* TOP */
.top {
  padding: 0;
  width: 100%;
  z-index: 1000001;
  position: relative;
}

a, li, div, .top, .active-menu, .active-menu .header__branding img, .navigation__primary .menu, .page--content-sidebar-list li, .page--content-sidebar-list li a:hover .fas, .fa-arrow-right, .fa-arrow-right, .btn, .btn::after, .btn:hover::after {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top--nav {
  padding: 0 0 0 0;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.top--nav-menu {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 0;
}
.top--nav-menu ul {
  margin: 0 0 70px 0;
  padding: 0 0 20px 0;
  list-style: none;
}
.top--nav-menu ul li {
  margin-left: 15px;
  display: inline;
}
.top--nav-menu ul li, .top--nav-menu .top--naw {
  font-size: 0.8em;
}
.top--nav-menu a:hover {
  text-decoration: underline;
}

.top--naw {
  padding-top: 15px;
  font-size: 0.85em;
}
.top--naw p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.top--naw p, .top--naw a, .top--naw a:hover, .top--nav-menu, .top--nav-menu p, .top--nav-menu a, .top--nav-menu a:hover {
  color: #000000;
}

/* ACTIVE STATE */
.active-menu.top {
  padding: 0 0 0 0;
  border-bottom: 1px solid #cccccc;
}
.active-menu {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
}
.active-menu .header__branding img {
  max-height: 50px!important;
  width: auto;
}
.active-menu .header__branding {
  top: 10px;
  margin: 0;
  position: relative;
}
.active-menu .header__branding.p-4 {
  padding: 1rem !important;
}
.active-menu .header__branding.text-center {
  text-align: left !important;
}
.active-menu .bottom-border, .active-menu .header__branding-text {
  display: none;
}

/* BRANDING LOGO */
.header__branding {
  position: absolute;
  top: -100px;
  left: 15px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  image-rendering: -webkit-optimize-contrast;
  z-index: 10000000;
}
.header__branding img {
  max-height: 150px !important;
  width: auto;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  image-rendering: -webkit-optimize-contrast;
}

.animation {
  animation: fadeEffect 1s;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* NAV */
.navigation__primary li {
  display: inline-block;
}
.navigation__primary ul.menu,
.navigation__primary div.menu > ul {
  margin: 25px 0 20px 0;
  padding: 0;
  position: relative;
  float: right;
}
.navigation__primary .menu li {
  margin: 0 0 0 35px;
  padding: 0 0 5px 0;
  display: inline;
  position: relative;
}
.navigation__primary .menu li a {
  padding: 5px 0 25px 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.05em;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}
.navigation__primary ul.menu li:hover > ul,
.navigation__primary .menu ul li:hover > ul {
  display: block;
}
.navigation__primary .menu .sub-menu,
.navigation__primary .menu .children {
  border-top: 0;
  margin: 20px 0 0 -18px !important;
  padding: 5px 0 0 0;
  position: absolute;
  z-index: 99999;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.navigation__primary ul.menu li:hover > ul,
.navigation__primary .menu ul li:hover > ul {
  margin: 10px 0 0 0;
  padding-bottom: 10px;
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in;
}
.navigation__primary .menu .sub-menu ul,
.navigation__primary .menu .children ul {
  left: 100%;
  top: 0;
}
.navigation__primary .menu li ul {
  width: 200px;
  text-align: left;
  background: #ffffff;
  float: left;
  box-shadow: 0 0 1px #cccccc;
}
.navigation__primary .menu li ul ul {
  margin: 0 0 0 0;
}
.navigation__primary .menu li li {
  margin: 0 0 0 15px;
  padding: 5px;
  width: 90%;
  float: left;
}
.navigation__primary .menu li li a {
  padding: 0;
  font-size: 0.95em !important;
  font-weight: 400;
  text-transform: inherit;
}
.navigation__primary .menu li:hover a {
  color: #000000;
}
.navigation__primary .menu li li a {
  color: #000000 !important;
}
.navigation__primary .menu li.current-menu-parent a, .navigation__primary .menu li.current_page_ancestor a {
  color: #e7302c;
}
.navigation__primary .menu li.current-menu-item, .navigation__primary .menu li.current_page_item {
  border-bottom: 1px solid #e7302c;
}
.navigation__primary .menu li li a:hover {
  text-decoration: underline;
}
.navigation__primary .menu li li.current-menu-item, .navigation__primary .menu li li.current_page_item,
.navigation__primary .menu li li.current-menu-item a, .navigation__primary .menu li li.current_page_item a {
  border-bottom: none;
  font-weight: 900;
  text-decoration: none;
}
.navigation__primary ul.menu ul a,
.navigation__primary .menu ul ul a {
  margin: 0;
  width: auto;
}
.navigation__primary ul.menu li:hover > ul ul,
.navigation__primary .menu ul li:hover > ul ul {
  margin: 0 0 0 0;
  display: none;
}
.navigation__primary .menu-toggle {
  display: none;
}
.navigation__primary ul.menu li.menu-item-has-children a::after {
  padding-left: 8px;
  font-family: "Font Awesome 5 Free";
  font-size: 0.65em;
  content: "\f107"; /* \f107 */
  /* \f107 */
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.navigation__primary ul.menu li.menu-item-has-children li a::after {
  content: none !important;
}

.news-content h3.card-title {
  text-transform: none;
}

/* HEADER */
.header {
  position: relative;
  background: url("images/default.jpg") center center no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  z-index: 10;
}

.header::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.header__image_image, .header {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header--hero {
  padding: 20% 0 20% 0;
}
.header--hero .header--title {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.header--hero h1, .header--hero h1.display-4 {
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 0 5px #000000;
}

p {
  line-height: 1.4em;
}

a p {
  color: #000000;
}

strong {
  font-weight: 600 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.btn, .btn-block, .wp-block-button__link, .btn-inline {
  padding: 0.7rem 1.7rem 0.7rem 1.7em !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  text-align: center;
  text-decoration: none !important;
  border-radius: 0 !important;
}

.btn::after {
  padding-left: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 0.8em;
  content: "\f061"; /* \f061 */
  display: inline-block;
  vertical-align: baseline;
  font-weight: 900;
}

.btn:hover::after, .card:hover .btn::after, .borrow--item:hover .btn::after {
  margin-left: 10px;
}

a.btn, a.btn:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #cccccc;
}

a.wp-block-button__link {
  color: #fff;
  background-color: #e7302c;
  border: 1px solid #fff;
}

a.wp-block-button__link:hover {
  color: #e7302c !important;
  background-color: #ffffff;
  border-color: #e7302c !important;
}

.spacer {
  width: 100%;
  height: 50px;
}

.spacer-small {
  width: 100%;
  height: 15px;
}

.spacer-big {
  width: 100%;
  height: 150px;
}

.white {
  color: #ffffff;
}

.bg-white {
  background: #ffffff;
  background-color: #ffffff;
}

.card {
  border-color: #cccccc !important;
}

.border {
  border: 1px solid #cccccc !important;
}

.no-border {
  border: none !important;
}

/* HOME  */
.main--intro {
  margin: 0;
  position: relative;
  z-index: 10;
}
.main--intro h1, .main--intro h2 {
  color: #000000;
}
.main--intro .main--intro-block {
  position: relative;
  margin-top: -50px;
}

/* SEARCH */
.form-control, .btn-danger {
  height: auto !important;
}

.btn-danger, .btn-danger:hover {
  color: #fff;
  background-color: #e7302c !important;
  border-color: #e7302c !important;
}

.search-form .form-control {
  font-size: 0.9rem;
}

.search-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888888 !important;
  opacity: 1;
  /* Firefox */
}

.search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888888 !important;
}

.search-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #888888 !important;
}

/* NUMBERS  */
.numbers h2 {
  margin: 0 !important;
}
.numbers .line {
  border-left: 1px solid #e7302c;
}
.numbers .line:first-child {
  border-left: 0;
}

/* NEWS */
.news {
  position: relative;
}
.news .card-body {
  padding: 0 2rem 2rem 2rem !important;
}
.news .card {
  height: 100%;
  border: 1px solid #ffffff !important;
}
.news h3.card-title {
  text-transform: none;
}
.news a .card-body p {
  color: #000000;
}

.news .news__img, .news-img, .news__img {
  padding-bottom: 65%;
  position: relative;
}

.news__img {
  border-radius: 0;
}

/* BORDER */
.border-bottom-color {
  border-bottom: solid 4px;
}

/* PAGE */
.page--header {
  position: relative;
}

.page--header-image {
  padding: 10% 0 10% 0;
  position: relative;
  z-index: 1;
}

.page--header-image::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.page--header h1 {
  margin: 0 !important;
  color: #fff;
  position: relative;
  z-index: 2;
}

.page--content a {
  text-decoration: underline;
}

.page--titel {
  padding: 10px 25px 10px 25px;
  text-shadow: 0 0 5px #000;
}

.page--titel h2 {
  color: #ffffff !important;
}

.page--intro p {
  font-weight: 500;
}

.photo__img {
	padding-bottom: 20%;
	border: 5px solid #ffffff;
}

/* BANNER */
.banner h2, .banner h3 {
  color: #ffffff !important;
}

/* IMAGES  */
.images .owl-carousel {
  height: auto;
}
.images .owl-carousel .owl-stage, .images .owl-carousel .owl-item {
  margin-top: 0;
}
.images .owl-carousel .owl-item .item {
  background: none;
  border: 0;
}
.images .owl-prev, .images .owl-next {
  color: #000000;
  position: absolute;
  z-index: 10;
}
.images .owl-prev {
  left: -20px;
}
.images .owl-next {
  right: -20px;
}
.images .owl-prev, .images .owl-next {
  top: 42%;
}
.images .owl-carousel .owl-nav .owl-prev,
.images .owl-carousel .owl-nav .owl-next {
  padding: 10px 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  color: #ffffff;
  background-color: #e7302c;
}
.images .owl-carousel .owl-nav .owl-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
}
.images .owl-carousel .owl-nav .owl-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
}
.images .images--image {
  padding-bottom: 70%;
}

/* BORDER */
.top-border {
  border-top: 1px solid #000000 !important;
}

.bottom-border {
  border-bottom: 1px solid #000000 !important;
}

/*Retina graphics!*/
/* FOOTER */
.footer {
  font-size: 0.9em;
  color: #e7302c;
  position: relative;
}
.footer p {
  margin: 0;
}
.footer img {
  margin: 0;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.footer ul li {
  line-height: 1.6em;
}
.footer ul li li {
  padding-left: 10px;
}
.footer h6 {
  margin: 0 0 10px 0;
  font-size: 1.3rem;
  color: #e7302c;
}
.footer a, .footer a:hover {
  color: #e7302c;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer--img img {
  max-width: 200px;
  height: auto;
}

.foot-text {
  font-size: 0.8em;
}
.foot-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.foot-text ul li {
  padding: 0 10px 0 10px;
  line-height: 1.6em;
  display: inline;
}

/* COLOR */
/* 1st Primary color */
.color-primary, h3.color-primary a {
  color: #e7302c !important;
}

.bg-color-primary, .card.bg-color-primary {
  background: #e7302c !important;
  background-color: #e7302c !important;
}

.bg-color-primary-light {
  background: #FEF4E8 !important;
  background-color: #FEF4E8 !important;
}

.bg-color-primary-light h1, .bg-color-primary-light h2, .bg-color-primary-light h3,
.bg-color-primary-light h4, .bg-color-primary-light h5, .bg-color-primary-light h6 {
  color: #e7302c !important;
}

.color-primary-list li {
  color: #e7302c !important;
  background: #ffffff !important;
  border: 1px solid #e7302c !important;
}
.color-primary-list li a {
  color: #e7302c !important;
}
.color-primary-list li.current_page_item a {
  color: #ffffff !important;
  background: #e7302c !important;
  border: #e7302c !important;
}

/* 2nd Secondary color */
.color-secondary, h3.color-secondary a {
  color: #e7302c !important;
}

.bg-color-secondary, .card.bg-color-secondary {
  background: #e7302c !important;
  background-color: #e7302c !important;
}

.bg-color-secondary-light {
  background: #FEF4E8 !important;
  background-color: #FEF4E8 !important;
}

.bg-color-secondary-light h1, .bg-color-secondary-light h2, .bg-color-secondary-light h3,
.bg-color-secondary-light h4, .bg-color-secondary-light h5, .bg-color-secondary-light h6 {
  color: #e7302c !important;
}

.color-secondary-list li {
  color: #e7302c !important;
  background: #ffffff !important;
  border: 1px solid #e7302c !important;
}
.color-secondary-list li a {
  color: #e7302c !important;
}
.color-secondary-list li.current_page_item a {
  color: #ffffff !important;
  background: #e7302c !important;
  border: #e7302c !important;
}

/* 3rd Tertiary color */
.color-tertiary, h3.color-tertiary a {
  color: #79B927 !important;
}

.bg-color-tertiary, .card.bg-color-tertiary {
  background: #79B927 !important;
  background-color: #79B927 !important;
}

.bg-color-tertiary-light {
  background: #F5FAEF !important;
  background-color: #F5FAEF !important;
}

.bg-color-tertiary-light h1, .bg-color-tertiary-light h2, .bg-color-tertiary-light h3,
.bg-color-tertiary-light h4, .bg-color-tertiary-light h5, .bg-color-tertiary-light h6 {
  color: #79B927 !important;
}

.color-tertiary-list li {
  color: #79B927 !important;
  background: #ffffff !important;
  border: 1px solid #79B927 !important;
}
.color-tertiary-list li a {
  color: #79B927 !important;
}
.color-tertiary-list li.current_page_item a {
  color: #ffffff !important;
  background: #79B927 !important;
  border: #79B927 !important;
}

/* 4th Quaternary color */
.color-quaternary {
  color: #cccccc !important;
}

.bg-color-quaternary, .card.bg-color-quaternary {
  background: #cccccc !important;
  background-color: #cccccc !important;
}

.bg-color-quaternary-light {
  background: #eeeeee !important;
  background-color: #eeeeee !important;
}

.white {
  color: #ffffff !important;
}

.bg-white {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.border-white {
  border-color: #ffffff !important;
}

.black {
  color: #000000 !important;
}

/* VIDEO */
.video-responsive {
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* FORM */
.gform_wrapper label {
  margin: 1em 0 0 0;
}

.gform_wrapper .gfield {
  margin-bottom: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  margin-right: 10px;
}

.gform_wrapper input[type=button] {
  padding: 10px 25px 10px 25px;
  color: #ffffff;
  background: #e7302c;
}

button, input, textarea, .frm-field_title, select {
  font-size: 100%;
  color: #e7302c;
  padding: 10px;
  border: 1px solid #e7302c;
  background-color: #fff;
}

button {
  cursor: pointer;
  margin-bottom: 15px;
  height: 45px;
  background-color: #e7302c;
}

textarea {
  border-bottom: 1px solid #e7302c;
}

input[type=text], input[type=email], textarea, .uneditable-input, select {
  width: 96%;
  padding: 2%;
}

input[type=submit] {
  color: #fff;
  background-color: #e7302c;
  height: auto;
  margin: 15px 0 0 0;
  padding: 15px 40px 15px 40px;
  cursor: pointer;
  border: 1px solid #e7302c;
}

input[type=submit]:hover {
  color: #e7302c;
  background-color: #fff;
  border: 1px solid #e7302c;
  cursor: pointer;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e7302c;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e7302c;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e7302c;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #e7302c;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #e7302c;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #e7302c;
}

/* Enable custom submit button styling in Safari mobile */
input[type=submit], .wpcf7-previous {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  width: auto;
  margin-left: 5px;
}

/* RESPONSIVE */
@media (max-width: 1600px) {
  body {
    font-size: 17px;
  }

  .header__branding img {
    width: auto;
    max-height: 85px;
  }
}
/* end max-width: 1600px */
@media (max-width: 1200px) {
  body {
    font-size: 16px;
  }

  .active-menu {
    position: relative;
  }

  .navigation__primary {
    display: none;
  }

  .navigation__primary .menu li {
    margin: 0 0 0 30px;
    padding: 0 0 3px 0;
  }

  .navigation__primary ul.menu, .navigation__primary div.menu > ul {
    margin: 15px 0 20px 0;
  }

  .header__branding {
    padding: 10px;
    position: absolute;
    top: -95px;
    left: 15px;
    background: #ffffff;
  }
  .header__branding img {
    width: auto;
    max-height: 70px!important;
  }

  .display-4 {
    font-size: 2rem;
  }

  h1, .h1 {
    font-size: 2.4rem !important;
  }

  h2, .h2 {
    font-size: 1.8rem !important;
  }

  h3, .h3 {
    font-size: 1.5rem !important;
  }

  h4, .h4 {
    font-size: 1.2rem !important;
  }

  h5, .h5 {
    font-size: 1rem !important;
  }

  /* Mobile menu */
  .js .navigation__primary .menu {
    display: none;
  }

  .js .slicknav_menu {
    display: block;
  }
}
/* end max-width: 1200px */
@media (max-width: 992px) {
  body {
    font-size: 16px;
  }

  .top--nav .container, .top .container {
    padding: 0 2rem 0 2rem;
    max-width: 100%;
  }

  .header__branding img {
    width: auto;
    max-height: 70px;
  }

  .header__branding.p-3 {
    padding: 0.35rem !important;
  }

  .main--intro .main--intro-block {
    margin-top: 15px;
  }

  .news .news__img, .news-img, .news__img {
    padding-bottom: 60%;
  }

  .page--header-text.p-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .page--header-image {
    padding: 15% 0 15% 0;
  }

  .page--submenu ul, .page--submenu .spacer {
    display: none !important;
  }

  .page--submenu.mt-4 {
    margin-top: 0 !important;
  }

  .page--submenu.pr-5 {
    padding: 0 !important;
  }

	.photo__img {
		padding-bottom: 30%;
	}

  .frontpage .p-5, .page .p-5 {
    padding: 2rem !important;
  }

  .numbers .line {
    border-left: 0;
    border-bottom: 1px solid #e7302c;
  }
  .numbers .line:first-child {
    border-left: 0;
  }

  .spacer-big {
    height: 50px;
  }

  .spacer {
    height: 25px;
  }

  .spacer-small {
    height: 15px;
  }

  .btn, .btn-block {
    font-size: 0.8rem !important;
  }

  .footer--contact.pr-5 {
    padding-right: 0 !important;
  }

  .footer--contact.pl-5 {
    padding-left: 0 !important;
  }

  .footer {
    width: 100%;
    text-align: center;
    display: block;
  }
  .footer ul, .footer ul li {
    width: 100%;
    text-align: center;
    display: block;
  }
  .footer ul li li {
    padding-left: 0;
  }
  .footer .footer--img {
    margin-left: 0rem;
  }
}
/* end max-width: 992px */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .top .pb-2 {
    padding-bottom: 0 !important;
  }

  .top .pt-2 {
    padding-top: 0 !important;
  }

  .top--nav-menu {
    display: none;
  }

  .header__branding {
    top: -50px;
  }

  .container .container, .page .container .container, .frontpage .container .container {
    width: 100%;
  }

	.photo__img {
		padding-bottom: 40%;
	}
	
  .display-4 {
    font-size: 2rem !important;
    line-height: 1.2;
  }

  h1, .h1 {
    font-size: 1.8rem !important;
  }

  h2, .h2 {
    font-size: 1.5rem !important;
  }

  h3, .h3 {
    font-size: 1.2rem !important;
  }

  h4, .h4 {
    font-size: 1.1rem !important;
  }

  h5, .h5 {
    font-size: 1rem !important;
  }
}
/* end max-width: 768px */
@media (max-width: 576px) {
  .header__branding img {
    width: auto;
    max-height: 55px;
  }

  .header--hero {
    padding: 25% 0 25% 0;
  }

  .footer .footer--img img {
    width: 100%;
    height: auto;
  }
}
/* end max-width: 576px */
/* 
Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  right: 0;
  padding: 0.438em 1em 0.438em 5%;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.5em;
  height: 0.25em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 1em;
  margin: 0 1.2em 0 0.4em;
  float: right;
}

.slicknav_nav .slicknav_arrow i {
  color: #fff !important;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav li a {
  display: block;
  width: auto;
  padding: 10px 2% 10px 5%;
}

.slicknav_nav li a:hover {
  text-decoration: none;
}

.slicknav_nav li a a {
  display: block;
  border-top: 0;
  width: 94%;
  padding: 3%;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}

.slicknav_nav ul.sub-menu {
  margin-left: -5%;
}

.slicknav_nav ul.sub-menu {
  margin: 0;
  padding-left: 5%;
}

.slicknav_nav ul ul.sub-menu, .slicknav_nav ul .slicknav_arrow {
  display: none !important;
}

.slicknav_menu {
  font-size: 1.2em;
  z-index: 10000;
}

/* Button */
.slicknav_btn {
  margin: 10px 10px 10px 0;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_menu {
  background-color: #e7302c;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0 0 60px 0;
  font-size: 0.975em;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 5px;
}

.slicknav_nav a {
  text-decoration: none;
  color: #fff;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_row:hover, .slicknav_nav li:hover, .slicknav_nav a:hover {
  color: #fff;
}

.slicknav_nav .slicknav_row:hover a {
  color: #fff;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_menu {
  display: none;
}

/*# sourceMappingURL=style.css.map */
