@import "reset.css";
@import "fonts.css";
@import "icomoon.css";
body {
  font-family: 'Raleway', Helvetica, Arial, FreeSans, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #FFF;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #FFF;
  text-decoration: underline;
  text-decoration: none;
}
a:hover {
  color: #ff8a00;
}
a:focus {
  outline: 1px dotted invert;
}
.content a {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #ff8a00;
}
.content a:hover {
  color: #FFF;
}
hr {
  border: none;
  border: 0px #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 1px;
}
strong,
b {
  font-weight: 700;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 35px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
  font-style: normal;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.1em;
  /*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;*/
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 400;
  line-height: 1;
}
h1,
.h1 {
  font-size: 2.5em;
  color: #ff8a00;
}
@media screen and (max-width: 992px) {
  h1,
  .h1 {
    font-size: 1.8em;
  }
}
h2,
.h2 {
  font-size: 1.9em;
}
@media screen and (max-width: 992px) {
  h2,
  .h2 {
    font-size: 1.5em;
  }
}
h1,
h2,
.h1,
.h2 {
  font-style: normal;
  font-weight: 400;
}
h3,
.h3 {
  font-size: 1.25em;
}
h4,
.h4 {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 700;
}
h5,
h6,
.h5,
.h6 {
  margin-bottom: 0;
}
hr {
  margin-top: 0px;
}
td {
  padding-bottom: 10px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal;
}
ul {
  list-style: square;
}
li {
  margin-left: 24px;
}
.content ul,
.content ol {
  overflow: hidden;
}
.content ul {
  list-style: none;
  list-style: disc;
}
.content li {
  margin-left: 18px;
  margin-bottom: 10px;
}
.content .btn,
.btn {
  background-color: #ff8a00;
  color: #FFF;
  padding: 10px 20px;
  text-decoration: none !important;
  border: 1px solid #ff8a00;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.content .btn:hover,
.btn:hover {
  background-color: #000;
  color: #ff8a00;
}
@viewport {
  width: device-width;
}
body {
  background-color: #171717;
  color: #FFF;
  padding-top: 180px;
  /*	@media screen and (max-width: @large_media ) {
		padding-top:  @header_h_s;
	}
	@media screen and (max-width: @medium_media ) {
		padding-top:  @header_h_xs;
	}*/
}
#header {
  background-color: #000;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1;
  min-height: 180px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1240px) {
  #header {
    min-height: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  #header {
    min-height: 80px;
  }
}
#header a {
  text-decoration: none;
}
#header a:hover {
  color: #ff8a00;
}
#top_header {
  display: block;
  clear: both;
}
#logolink {
  display: flex;
  justify-content: flex-start;
  flex-shrink: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
#logo {
  /*	width: 110px;*/
  padding-right: 10px;
  flex-basis: 110px;
  flex-grow: 0;
  flex-shrink: 0;
}
#logo img {
  width: 100%;
  height: auto;
}
#header_text {
  padding-top: 32px;
  margin-bottom: 20px;
}
#claim {
  font-size: 2em;
  margin-bottom: 5px;
  color: #ff8a00;
}
#subline {
  font-size: 1.2em;
  color: #FFF;
}
@media screen and (max-width: 1240px) {
  #logo {
    flex-basis: 80px;
  }
  #header_text {
    padding-top: 12px;
    margin-bottom: 5px;
  }
  #logolink {
    padding-right: 50px;
  }
}
@media screen and (max-width: 992px) {
  #logo {
    flex-basis: 55px;
  }
  #header_text {
    padding-top: 8px;
  }
  #claim {
    font-size: 1.4em;
  }
  #subline {
    font-size: 1em;
  }
  #logolink {
    margin-top: 10px;
  }
}
#mobile_nav_toggle {
  cursor: pointer;
}
#mobile_nav_toggle {
  display: none;
}
@media screen and (max-width: 1240px) {
  #mobile_nav_toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    padding: 20px;
  }
}
.footer_nav,
.main_nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #FFF;
}
.footer_nav a,
.main_nav a {
  color: #FFF;
}
.footer_nav a:hover,
.main_nav a:hover {
  color: #ff8a00;
}
.footer_nav ul,
.main_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -10px;
}
.footer_nav ul li,
.main_nav ul li {
  padding: 0;
  margin: 0;
  padding: 10px 10px;
  line-height: 1.2;
}
.footer_nav ul {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  .main_nav {
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    display: none;
    text-align: center;
  }
  .main_nav ul {
    display: block;
  }
  .open .main_nav {
    display: block;
  }
}
section {
  box-sizing: border-box;
  min-height: 36vw;
  border-top: 1px solid #2a2929;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  /*	.section_content ,	.section_image {
		flex: 1;
	}*/
}
section .section_content {
  padding: 40px;
  box-sizing: border-box;
}
section .section_content img {
  border: 1px solid #FFF;
  max-width: 100%;
}
@media screen and (max-width: 1240px) {
  section .section_content {
    padding: 15px;
  }
}
section .section_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.column {
  flex-direction: column;
}
section.row {
  flex-direction: row;
}
section.row .section_content,
section.row .section_image {
  width: 50%;
}
section.v-align {
  justify-content: center;
}
section.v-align .section_content {
  align-self: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  section.row {
    flex-direction: column;
  }
  section.row .section_content,
  section.row .section_image {
    width: 100%;
  }
  section.row .section_image {
    order: 1;
  }
  section.row .section_content {
    order: 2;
  }
}
.anchor {
  position: relative;
  display: block;
  visibility: hidden;
  left: 0px;
  top: -180px;
}
@media screen and (max-width: 1240px) {
  .anchor {
    top: -120px;
  }
}
@media screen and (max-width: 992px) {
  .anchor {
    top: -80px;
  }
}
.small_content {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}
@media screen and (max-width: 1240px) {
  .small_content {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
.swiper-container {
  width: 100%;
  height: 30vw;
}
@media screen and (max-width: 992px) {
  .swiper-container {
    height: 50vw;
  }
}
.swiper-pagination-bullet {
  background: #FFF;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #ff8a00;
}
.swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#home_swiper {
  margin-bottom: 20px;
}
.flex_container {
  display: flex;
  /* or inline-flex */
}
.flex_container .item {
  flex: 1;
}
.img_row_m {
  height: 300px;
  margin: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .img_row_m {
    height: 220px;
  }
}
@media screen and (max-width: 480px) {
  .img_row_m {
    height: 160px;
  }
}
