@charset "utf-8";

/*CSS Reset*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input,
hr {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img,
hr {
  border: none;
}

caption,
th {
  text-align: left;
}

img.centered,
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  margin: 0 0 2px 15px;
  display: inline;
  border: 4px solid #e1f1f7
}

img.alignleft {
  margin: 0 15px 2px 0;
  display: inline;
  border: 4px solid #e1f1f7;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/*HTML5 block*/
header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
}

figure {
  margin: 0;
}

/*HTML5 clearfix*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@font-face {
  font-family: TheMessageBold;
  src: url(/content/public/includes/The-Message-Bold.otf);
}

@font-face {
  font-family: TheMessageRegular;
  src: url(/content/public/includes/The-Message-Regular.otf);
}

body {
  max-width: 1920px;
  min-width: 320px;
  margin: auto;
  font-family: 'TheMessageRegular', sans-serif;
  ;
  /*  font-size: 112.5%; */
  font-size: 100%;
  line-height: 1.42857143;
  color: #242424;
}

p {
  font-size: 1.2em;
  line-height: 1.55em;
  margin-top: 0em;
  margin-bottom: 1.6em;
}

h1 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 35px;
  padding-top: 35px;
}

.gohome {
  width: 195px;
}

.heavy {
  font-family: 'TheMessageBold', sans-serif;
}

.front-boxes-container {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 400px);
  max-width: 1164px;
  margin: 0 auto;
}

.dascontainer3 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 400px 1fr 400px;
  max-width: 1164px;
  margin: 0 auto;
}

.dascontainer6 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 500px 400px 1fr 400px;
  max-width: 1164px;
  margin: 0 auto;
}

.dascontainer4 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 500px 400px 1fr 1fr 400px;
  max-width: 1164px;
  margin: 0 auto;
}

.dascontainer5 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 400px 1fr 1fr 400px;
  max-width: 1164px;
  margin: 0 auto;
}

.width {
  width: 1180px;
}

.width3 {
  width: 1160px;
}

.width2 {
  max-width: 1274px;
}

.eventtitle {
  font-size: 1.3em;
}

.front-boxes-container2 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 400px);
  max-width: 1164px;
  margin: 0 auto;
}

.blue {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
  background-color: #18506d;
  color: #fff;
  padding: 50px;
}

.blue2 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
  background-color: #f44016;
  color: #fff;
  padding: 50px;
}

.blue3 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
  background-color: #f44016;
  color: #fff;
  padding: 50px;
}

.inblue {
  font-size: 1.2em;
  line-height: 1.55em;
  position: relative;
  /* top: 50%;
        transform: translateY(-50%);*/
}

.nomar {
  margin-bottom: 0px;
}

.gallery {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  overflow: hidden;
  position: relative;
  transition:
    /*all 0.5s;*/
    0.3s ease-in-out;
  position: relative;
}

.gallery2 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  overflow: hidden;
  position: relative;
  transition:
    /*all 0.5s;*/
    0.3s ease-in-out;
  position: relative;
}

.gallery3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
  overflow: hidden;
  position: relative;
  transition:
    /*all 0.5s;*/
    0.3s ease-in-out;
  position: relative;
}

.gallery4 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 3;
  overflow: hidden;
  position: relative;
  transition:
    /*all 0.5s;*/
    0.3s ease-in-out;
  position: relative;
}

.gallery-kid {
  width: 100%;
  height: 100%;
  background-image: url(../img/bug20-IMG-galeria.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
}

.gallery:hover .gallery-kid,
.gallery:focus .gallery-kid {
  transform: scale(1.2);
}

.text-on-gal {
  color: white;
  font-size: 50px;
  font-weight: 600;
  z-index: 3;
  position: absolute;
  transition: all 0.5s;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'TheMessageBold', sans-serif;
}

.text-on-gal2 {
  color: white;
  font-size: 60px;
  font-weight: 600;
  z-index: 3;
  position: absolute;
  transition: all 0.5s;
  letter-spacing: 0.3625em;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gallery:hover .text-on-gal {
  opacity: 0.000001;
}

.overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 200;
}

.bigpic {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  position: relative;
  overflow: hidden;
  transition:
    /*all 0.5s;*/
    0.3s ease-in-out;
}

.bigpic2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  position: relative;
  overflow: hidden;
  transition:
    /*all 0.5s;*/
    0.3s ease-in-out;
}

.bigpic3 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  position: relative;
  overflow: hidden;
  transition:
    /*all 0.5s;*/
    0.3s ease-in-out;
}

.bicpic-kid {
  width: 100%;
  height: 100%;
  background-image: url(../img/jumbotron-results.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
}

.bigpic:hover .bicpic-kid {
  transform: scale(1.2);
}

.white {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 3;
  padding: 50px;
}

.white2 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  padding: 50px;
  background-color: #18506d;
  color: #fff;
}

.white3 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  padding: 50px;
  background-color: #b9bcc2;
  color: #fff;
}

.orange {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f44016;
  color: #fff;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 3;
  padding: 50px;
}

.vanvan:hover {
  background-color: #f44016;
  color: white;
  transition: all 0.3s ease-in-out;
}

.tritri:hover {
  background-color: #b9bcc2;
  color: white;
  transition: all 0.3s ease-in-out;
}

.forfor:hover {
  background-color: white;
  transition: all 0.3s ease-in-out;
}

.tutu:hover {
  background-color: #18506d;
  ;
  color: white;
  transition: all 0.3s ease-in-out;
}

.colorange {
  background-color: #f44016 !important;
}

.colblue {
  background-color: #18506d;
}

.orange2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
  color: #242424;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 6;
  padding: 50px;
}

.race-picture {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  background-image: url(../img/bug18-web-img3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.race-picture2 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
  background-image: url(../img/bug18-web-img3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.race-picture3 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 5;
  grid-row-end: 6;
  background-image: url(../img/bug18-web-img3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.here-i-come {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.here-i-come2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.here-i-come3 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.here-i-come4 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav a {
  color: #242424;
  font-weight: 400;
  font-size: 1.3125em;
  text-decoration: none;
  margin: 0;
  border: none;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  /*  transition: .3s ease-in-out;*/
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

nav a:active,
nav a:hover {
  outline: none;
  color: #999;
}

/*
nav a::before {
   content: "";
   position: absolute;
   bottom: 18px;
   left: 0;
   right: 100%;
   border-bottom: 2px solid grey;
   transition: right .3s ease-out;
}

nav a:hover::before,
nav a:focus::before {
   right: 0;
}

nav a:hover {
   color: #242424;
}*/
.wrapper {
  max-width: 1346px;
  margin: 0 auto;
  padding: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nopad {
  margin: 0px;
}

.block {
  display: block !important;
}

.none {
  position: relative;
}

.dropdown-content {
  display: none;
  /* border-bottom:5px solid grey;*/
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  z-index: 2;
  top: 63px;
  /*62*/
  box-sizing: border-box;
  min-width: 200px;
  padding: 25px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  color: #666;
  z-index: 10000000;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.dropdown-content a {
  width: auto;
  display: block;
  padding: 10px;
  text-align: center;
}

.dropdown-content a:focus,
.dropdown-content a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #F5F5F5;
}

.placeandtime {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 550px;
}

.intheplaceandtime {
  text-align: center;
  line-height: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.event {
  width: 42%;
  margin: 30px;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}

.event2 {
  width: 48.6%;
  margin: 2px;
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #f7f7f7;
}

.marginauto {
  margin: auto;
}

@media screen and (max-width: 1800px) {
  .dropdown-content {
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1800px) {
  .dropdown-content a {
    padding: 13px 7px;
  }
}

@media screen and (max-width: 1800px) {
  .event2 {
    padding-top: 110px;
    padding-bottom: 110px;
    ;
  }
}

@media screen and (max-width: 1800px) {
  .event {
    padding-top: 40px;
    padding-bottom: 10px;
    margin: 20px;
  }
}

@media screen and (max-width: 1800px) {
  .dropdown-content {
    top: 61px;
  }
}

@media screen and (max-width: 1400px) {
  .dropdown-content a {
    padding: 9px 10px;
  }
}

@media screen and (max-width: 1400px) {
  .dropdown-content {
    min-width: 185px;
    padding: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .dropdown-content {
    min-width: 170px;
    padding: 15px;
    padding-left: 10px;
    padding-right: 10px;
    top: 58px;
  }
}

@media screen and (max-width: 1300px) {
  .dropdown-content a {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 1200px) {
  .dropdown-content a {
    padding: 12px 10px;
  }
}

/* Flex Box Starts Here! */
/* Flex Container */
.flex-nav ul {
  width: 930px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.point {
  cursor: pointer;
}

#nav-mobil {
  display: none;
  /* background-color:#ffffff; */
  width: 100%;
  z-index: 996;
  background: white;
  padding-bottom: 25px;
  padding-top: 7px;
}

#nav-mobil:last-child {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*.bg {      background: linear-gradient(-45deg,#598ECB,15%, #11234e, 85%,#4793ec);} */
#nav-mobil ul li {
  border-bottom: 1px solid white;
}

#nav-mobil ul li a {
  display: block;
  text-align: center;
  padding: 10px 20px;
  font-size: 1em;
  font-size: 1.123em;
  color: #242424;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

#nav-mobil ul li a.current {
  background: url('../img/mobil_nyil_white.svg') no-repeat 95% center;
  background-size: 17px;
}

#nav-mobil ul li ul {
  background-color: #253244;
  color: #ffffff;
  border-top: 1px solid #ffffff;
}

#nav-mobil ul li ul li {
  border-bottom: 1px solid #ffffff;
}

#nav-mobil ul li ul li a {
  background: none;
  font-size: 0.889em;
  padding: 10px 30px;
  color: #999;
  /*background-color:#F5F5F5; */
  background-color: white;
  border-bottom: 1px solid white;
}

.menusvg {
  width: 25px;
  height: 25px;
  background: url('../img/menu-icon3.svg') no-repeat 95% center;
  /*padding-bottom:2px;*/
  background-size: 25px;
}

.closemenu {
  background: url('../img/close-icon3.svg') no-repeat 95% center;
  background-size: 25px
}

.mobilemenubuttoncontainer {
  padding: 12px 20px;
  position: relative;
  background: white;
}

/* nav mobil end */
.mobilelogo {
  /*position:absolute; left:22px; font-weight:600; font-size:1.1em;  left: 50%;
            transform: translate(-50%);  top:10px;   width: 28px;*/
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
  width: 50px;
}

.footer-container {
  height: 80px;
  color: #fff;
  max-width: 1164px;
  margin: auto;
  margin-top: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.footer-color {
  background-color: #b9bcc2;
}

.footer-big-image {
  width: 175px;
  margin-left: 12px;
  margin-right: 12px;
  grid-column-start: 1;
  grid-column-end: 2;
  justify-self: end;
}

.footer-little-image {
  width: 72px;
  margin-left: 12px;
  margin-right: 12px;
  grid-column-start: 2;
  grid-column-end: 3;
  justify-self: start;
}

.footer-barion-image {
  // width: 72px;
  margin-left: 12px;
  margin-right: 12px;
  grid-column-start: 3;
  grid-column-end: -1;
  justify-self: center;
}

.slideOutLeft {
  -webkit-animation: slideInUp 5s;
  /* Safari 4+ */
  -moz-animation: slideInUp 5s;
  /* Fx 5+ */
  -o-animation: slideInUp 5s;
  /* Opera 12+ */
  animation: slideInUp 5s;
  /* IE 10+, Fx 29+ */
}

.social-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0px;
  right: -90px;
}

.social-icon {
  height: 28px;
  padding-top: 25px;
  opacity: 0.6;
  transition: all 0.2s;
}

.social-icon:hover {
  opacity: 0.8;
}

/*-----------------------------------------------------------------------------------------------------------------------------------blog------------------*/
.postholder {
  max-width: 700px;
  margin: auto;
}

.one-post:last-child {
  border-bottom: transparent;
  padding-bottom: 0px;
}

.leadtext {
  font-size: 1.2em;
  line-height: 1.55em;
  margin-bottom: 35px;
}

.one-post {
  border-bottom: 1px solid #b9bcc2;
  padding-bottom: 30px;
}

.article-title {
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 35px;
  padding-bottom: 25px;
}

.inthepost h1 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 35px;
  padding-top: 35px;
}

.inthepost h2 {
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.3;
  padding-top: 1.36em;
  padding-bottom: 0px;
  color: #f44016;
  letter-spacing: 1.2px;
  margin-bottom: 1em;
}

.inthepost p {
  font-size: 1.2em;
  line-height: 1.55em;
  margin-bottom: 1.463em;
}

.inthepost img {
  width: 100%;
  margin-bottom: 1.463em;
}

.inthepost b {
  font-weight: 600;
}

figcaption {
  margin-top: -1.1em;
  text-align: center;
  padding-bottom: 1.39em;
  color: #696969;
}

.inthepost a {
  text-decoration: underline;
  color: #242424;
}

.inthepost a:hover {
  color: #f44016;
}

.buttonpost {
  position: fixed;
  bottom: 150px;
  right: 50px;
  display: none;
}

.blok {
  display: block;
}

blockquote {
  color: #696969;
  font-style: italic;
  background-color: transparent;
  font-size: 1.3em;
  line-height: 1.55em !important;
  margin-top: 0em;
  padding: 30px 30px 30px 50px;
  text-align: center;
  margin-bottom: 1.463em;
  border-left: 5px solid #eee;
}

.quote {
  font-style: italic;
  font-size: 1em;
}

.readmore-button.thar-two {
  width: 170px;
  text-align: center;
  align-items: center;
  letter-spacing: 3px;
  align-content: center;
  font-size: 1.32em;
  background: #f44016;
  color: white;
  cursor: pointer;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  border: 1px solid lightgray;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.readmore-button.thar-two:hover {
  color: inherit !important;
  background-color: transparent;
  text-shadow: ntwo;
}

.readmore-button.thar-two:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

.readmore-button.thar-two:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: '';
  color: #000 !important;
  background:
    /* lightgray;*/
    white;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.readmore-button:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: '';
  color: #000 !important;
  background:
    /* lightgray;*/
    white;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.readmore-button:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

.readmore-button:link,
.readmore-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.readmore-button:link:after,
.readmore-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.readmore-button:link:hover,
.readmore-button:visited:hover {
  color: inherit;
  text-shadow: none;
}

.readmore-button:link:hover:after,
.readmore-button:visited:hover:after {
  height: 450%;
}

.readmore-button:link,
.readmore-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: inherit;
  font-size: 14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.arrow {
  width: 1.9vmin;
  height: 1.9vmin;
  box-sizing: border-box;
  margin-left: 5px;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.arrow2 {
  width: 1.9vmin;
  height: 1.9vmin;
  box-sizing: border-box;
  margin-right: 10px;
  transform: rotate(-135deg);
  margin-top: 2px;
  margin-bottom: 0px !important;
}

.arrow::before {
  content: '';
  width: 100%;
  height: 100%;
  border-width: .3vmin .3vmin 0 0;
  border-style: solid;
  border-color: whitesmoke;
  transition: .2s ease;
  display: block;
  transform-origin: 100% 0;
}

.arrow:after {
  content: '';
  float: left;
  position: relative;
  top: -100%;
  width: 100%;
  height: 100%;
  border-width: 0 .3vmin 0 0;
  border-style: solid;
  border-color: whitesmoke;
  transform-origin: 100% 0;
  transition: .2s ease;
}

.arrow:hover::after {
  transform: rotate(45deg);
  border-color: white;
  height: 120%;
}

.arrow:hover::before {
  border-color: white;
  transform: scale(.8);
}

.readmore-button:hover .arrow::after {
  transform: rotate(45deg);
  border-color: grey;
  height: 120%;
}

.readmore-button:hover .arrow::before {
  border-color: grey;
  transform: scale(.8);
}

.readmore-button-2.thar-two-2 {
  width: 160px;
  text-align: center;
  align-items: center;
  letter-spacing: 3px;
  align-content: center;
  font-size: 1.32em;
  color: inherit;
  cursor: pointer;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  border: 1px solid #b9bcc2;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.readmore-button-2.thar-two-2:hover {
  color: #fff !important;
  background-color: transparent;
  text-shadow: ntwo;
}

.readmore-button-2.thar-two-2:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

.readmore-button-2.thar-two-2:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: '';
  color: #000 !important;
  background: #f44016;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.readmore-button-2:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: '';
  color: #000 !important;
  background: #f44016;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.readmore-button-2:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

.readmore-button-2:link,
.readmore-button-2:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.readmore-button-2:link:after,
.readmore-button-2:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.readmore-button-2:link:hover,
.readmore-button-2:visited:hover {
  color: #FFF;
  text-shadow: none;
}

.readmore-button-2:link:hover:after,
.readmore-button-2:visited:hover:after {
  height: 450%;
}

.readmore-button-2:link,
.readmore-button-2:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.arrow-2 {
  width: 1.9vmin;
  height: 1.9vmin;
  box-sizing: border-box;
  margin-left: 5px;
  transform: rotate(45deg);
  margin-bottom: 4px;
}

.arrow-2::before {
  content: '';
  width: 100%;
  height: 100%;
  border-width: .3vmin .3vmin 0 0;
  border-style: solid;
  border-color: lightgray;
  transition: .2s ease;
  display: block;
  transform-origin: 100% 0;
}

.arrow-2:after {
  content: '';
  float: left;
  position: relative;
  top: -100%;
  width: 100%;
  height: 100%;
  border-width: 0 .3vmin 0 0;
  border-style: solid;
  border-color: lightgrey;
  transform-origin: 100% 0;
  transition: .2s ease;
}

.arrow-2:hover::after {
  transform: rotate(45deg);
  border-color: white;
  height: 120%;
}

.arrow-2:hover::before {
  border-color: white;
  transform: scale(.8);
}

.readmore-button-2:hover .arrow-2::after {
  transform: rotate(45deg);
  border-color: white;
  height: 120%;
}

.readmore-button-2:hover .arrow-2::before {
  border-color: white;
  transform: scale(.8);
}

.padder {
  padding-bottom: 0px;
}

@media screen and (max-width: 1660px) {
  .postholder {
    max-width: 650px;
  }
}

@media screen and (max-width: 1660px) {
  .article-title {
    padding-top: 30px;
    padding-bottom: 20px
  }
}

@media screen and (max-width: 1660px) {
  .leadtext {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1660px) {
  .readmore-button.thar-two .readmore-button-2.thar-two-2 {
    font-size: 1.28em;
    height: 42px;
    width: 160px;
  }
}

@media screen and (max-width: 1300px) {
  .readmore-button.thar-two .readmore-button-2.thar-two-2 {
    font-size: 1.18em;
    height: 38px;
    width: 160px;
    font-weight: 600;
  }
}

@media screen and (max-width: 1300px) {
  .arrow {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 1300px) {
  .arrow-2 {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 1300px) {
  .postholder {
    max-width: 600px;
  }
}

@media screen and (max-width: 1300px) {
  .leadtext {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1300px) {
  .article-title {
    padding-top: 25px;
  }
}

@media screen and (max-width: 1100px) {
  .postholder {
    max-width: 100%;
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media screen and (max-width: 900px) {
  .postholder {
    font-size: 90%;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 650px) {
  .postholder {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 100%;
  }
}

@media screen and (max-width: 650px) {
  .leadtext {
    font-size: 100%;
    font-size: 1.1em;
    line-height: 1.59em;
  }
}

@media screen and (max-width: 650px) {
  .inthepost p {
    font-size: 100%;
    font-size: 1.1em;
    line-height: 1.59em;
  }
}

@media screen and (max-width: 650px) {
  .article-title {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 1400px) {
  .inthepost h1 {
    padding-bottom: 30px;
    ;
  }
}

@media screen and (max-width: 650px) {
  .inthepost h1 {
    padding-top: 30px;
    ;
  }
}

@media screen and (max-width: 1300px) {
  .inthepost h1 {
    padding-bottom: 25px;
    ;
  }
}

@media screen and (max-width: 650px) {
  .inthepost h1 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 650px) {
  .inthepost h2 {
    font-size: 1.4em;
    padding-top: 0.9em;
  }
}

@media screen and (max-width: 1150px) {
  .buttonpost {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .arrow {
    margin-bottom: 0px;
    width: 2.5vmin;
    height: 2.5vmin;
    margin-left: 8px;
  }
}

@media screen and (max-width: 330px) {
  .postholder {
    font-size: 95%;
  }
}

@media screen and (max-width: 1700px) {
  blockquote {
    padding: 20px 25px 20px 35px;
  }
}

@media screen and (max-width: 600px) {
  blockquote {
    padding: 20px 30px 20px 20px;
    font-size: 1.2em;
  }
}

/*********************************Partnerek***************************************************/
.partners-container {
  justify-content: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid black;
}

borderbottom {
  border-left: 1px solid black;
  position: absolute;
  bottom: 0;
  width: 80%
}

.partners-container2 {
  justify-content: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.logo-container {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.partner-img {
  height: 70px;
}

.besf {
  width: 180px;
  height: 30px;
}

.bp {
  width: 180px;
  height: 50px;
}

@media all and (max-width: 1450px) {

  .partners-container,
  .partners-container2 {
    max-width: 990px;
  }
}

@media all and (max-width: 1450px) {
  .partners-container2 {
    padding-top: 20px;
  }
}

@media all and (max-width: 1450px) {
  .logo-container {
    width: 180px;
    height: 150px;
  }
}

@media all and (max-width: 1450px) {
  .partner-img {
    height: 60px;
  }
}

@media all and (max-width: 1450px) {
  .bp {
    height: 45px;
    width: 175px;
  }

  .besf {
    height: 29px;
    width: 175px;
  }
}

@media all and (max-width: 1370px) {
  .logo-container {
    width: 180px;
    height: 140px;
  }
}

@media all and (max-width: 1300px) {

  .partners-container,
  .partners-container2 {
    max-width: 890px;
  }
}

@media all and (max-width: 1300px) {
  .partner-img {
    height: 55px;
  }
}

@media all and (max-width: 1300px) {
  .bp {
    height: 40px;
    width: 170px;
  }

  .besf {
    height: 29px;
    width: 170px;
  }
}

@media all and (max-width: 1300px) {
  .logo-container {
    width: 180px;
    height: 130px;
  }
}

@media all and (max-width: 1200px) {

  .partners-container,
  .partners-container2 {
    border-bottom: none;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0px;
  }
}

@media all and (max-width: 1000px) {

  .partners-container,
  .partners-container2 {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 900px) {
  .partners-container {
    margin-top: 20px;
  }
}

@media all and (max-width: 900px) {
  .partners-container2 {
    margin-bottom: 90px;
  }
}

@media all and (max-width: 650px) {
  .logo-container {
    width: 150px;
    height: 100px;
  }
}

/**************************************************Contact*******************************************************************************/
.contact {
  height: 72vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact2 {
  font-weight: 600;
  text-align: center;
  line-height: 0.9;
}

.contact2 p {
  font-size: 1.5em;
  margin-bottom: 0.65em;
}

.social-icon2 {
  height: 26px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.6;
  vertical-align: center;
  margin-bottom: 3px;
}

.social-icon3 {
  height: 28px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.6;
  vertical-align: center;
}

.si {
  padding-top: 10px;
}

.social-icon2:hover {
  opacity: 1;
}

.social-icon3:hover {
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  .contact2 p {
    font-size: 1.37em;
  }
}

@media screen and (max-width: 1400px) {
  .social-icon {
    height: 23px;
  }
}

@media screen and (max-width: 1400px) {
  .social-icon2 {
    height: 25px;
  }
}

@media screen and (max-width: 1300px) {
  .contact2 p {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 650px) {
  .contact2 p {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 370px) {
  .contact2 p {
    font-size: 1em;
  }
}

@media screen and (max-width: 1300px) {
  .social-icon {
    height: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .social-icon2 {
    height: 23px;
  }
}

@media screen and (max-width: 1025px) {
  .contact {
    height: 85vh;
  }
}

@media screen and (max-width: 1000px) {
  .contact {
    height: 94vh;
  }
}

/******************************************************Gallery**********************************************************************************/
#examples {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  max-width: 1170px;
}

.smallimg {
  width: 275px;
  margin-bottom: 0px;
}

.box a {
  display: block;
  width: 100%;
  height: auto;
}

.box:hover img {
  opacity: 0.8;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.box a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  margin: unset;
}

.box {
  margin-left: 8.5px;
  margin-right: 8.5px;
  margin-top: 6px;
  margin-bottom: 6px;
}

@media all and (max-width: 1450px) {
  #examples {
    max-width: 1037px;
  }
}

@media all and (max-width: 1450px) {
  .smallimg {
    width: 100%;
  }
}

@media all and (max-width: 1450px) {
  .box {
    width: 23.2%;
  }
}

@media all and (max-width: 1300px) {
  #examples {
    max-width: 917px;
  }
}

@media all and (max-width: 1350px) {
  .box {
    width: 23.2%;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 1150px) {
  #examples {
    max-width: 1100px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 900px) {
  #examples {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (max-width: 900px) {
  .box {
    width: 45%;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 650px) {
  .box {
    width: calc(50% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 900px) {
  #examples {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/**************gallery-end************************************************************************************************/
@media screen and (max-width: 1800px) {
  body {
    font-size: 90%;
  }
}

@media screen and (max-width: 1400px) {
  body {
    font-size: 88%;
  }
}

@media screen and (max-width: 1300px) {
  body {
    font-size: 82%;
  }
}

@media screen and (max-width: 1150px) {
  body {
    font-size: 100%;
  }
}

@media screen and (max-width: 1450px) {
  .footer-container {
    max-width: 1020px;
  }
}

@media screen and (max-width: 1300px) {
  .footer-container {
    max-width: 900px;
  }
}

@media screen and (max-width: 1150px) {
  .footer-container {
    max-width: 1060px;
  }
}

@media screen and (max-width: 1599px) {
  .social-container {
    right: -75px;
  }
}

@media screen and (max-width: 1599px) {
  .social-icon {
    padding-top: 25px;
    opacity: 0.5;
  }
}

@media screen and (max-width: 1400px) {
  .social-container {
    right: -68px;
  }
}

@media screen and (max-width: 1350px) {
  .social-container {
    right: -55px;
  }
}

@media screen and (max-width: 1300px) {
  .social-container {
    right: -60px;
    padding-top: 20px
  }
}

@media screen and (max-width: 1300px) {
  .social-icon {
    height: 26px;
  }
}

@media screen and (max-width: 1270px) {
  .social-container {
    display: none;
  }
}

@media screen and (max-width: 1370px) {
  h1 {
    font-size: 1.6em;
    line-height: 1.2;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1370px) {
  h2 {
    font-size: 1.6em;
    line-height: 1.2;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 660px) {
  h1 {
    font-size: 1.4em;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 660px) {
  h2 {
    font-size: 1.4em;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1370px) {
  p {
    font-size: 1.1em;
    line-height: 1.65em;
    margin-bottom: 1.463em;
  }
}

@media screen and (max-width: 660px) {
  p {
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: 1.463em;
  }
}

@media all and (max-width: 1450px) {
  .front-boxes-container {
    max-width: 1020px;
    grid-template-rows: repeat(3, 370px);
  }
}

@media all and (max-width: 1450px) {
  .width {
    width: 1024px;
  }
}

@media all and (max-width: 1450px) {
  .width3 {
    width: 1020px;
  }
}

@media all and (max-width: 1450px) {
  .width2 {
    max-width: 1135px;
  }
}

@media all and (max-width: 1450px) {
  .event {
    margin: 20px;
  }
}

@media all and (max-width: 1450px) {
  .front-boxes-container2 {
    max-width: 1020px;
    grid-template-rows: repeat(5, 370px);
  }
}

@media all and (max-width: 1450px) {
  .wrapper {
    max-width: 1180px;
  }
}

@media all and (max-width: 1450px) {
  .wrapper {
    padding-bottom: 30px;
  }
}

@media all and (max-width: 1800px) {
  .flex-nav ul {
    max-width: 940px;
  }
}

@media all and (max-width: 1500px) {
  .flex-nav ul {
    max-width: 810px;
  }
}

@media all and (max-width: 1400px) {
  .flex-nav ul {
    max-width: 760px;
  }
}

@media all and (max-width: 1300px) {
  .flex-nav ul {
    max-width: 710px;
  }
}

@media all and (max-width: 1150px) {
  .flex-nav ul {
    max-width: 700px;
  }
}

@media all and (max-width: 1450px) {
  nav a {
    font-size: 1.125em;
  }
}

@media all and (max-width: 1150px) {
  nav a {
    font-size: 1em;
  }
}

@media all and (max-width: 1450px) {
  .gohome {
    width: 170px;
  }
}

@media all and (max-width: 1300px) {
  .gohome {
    width: 150px;
  }
}

@media all and (max-width: 1150px) {
  .gohome {
    width: 170px;
  }
}

@media all and (max-width: 1600px) {
  .footer-big-image {
    justify-self: center;
  }
}

@media all and (max-width: 1600px) {
  .footer-little-image {
    justify-self: center;
  }
}

@media all and (max-width: 1600px) {
  .footer-container {
    margin-top: 90px;
  }
}

@media all and (max-width: 1400px) {

  .orange,
  .blue,
  .white {
    padding: 45px;
  }
}

@media all and (max-width: 1150px) {

  .orange,
  .blue,
  .white {
    padding: 50px;
  }
}

@media all and (max-width: 900px) {
  .footer-container {
    margin-top: 90px;
  }
}

@media all and (max-width: 600px) {
  .footer-container {
    margin-top: 40px;
  }
}

@media all and (max-width: 1300px) {
  .front-boxes-container {
    max-width: 900px;
    grid-template-rows: repeat(3, 340px);
  }
}

@media all and (max-width: 1300px) {
  .front-boxes-container2 {
    max-width: 900px;
    grid-template-rows: repeat(5, 340px);
  }
}

@media all and (max-width: 1300px) {
  .width {
    width: 904px;
  }
}

@media all and (max-width: 1300px) {
  .width3 {
    width: 900px;
  }
}

@media all and (max-width: 1300px) {
  .width2 {
    max-width: 1020px;
  }
}

@media all and (max-width: 1300px) {
  .event {
    margin: 13px;
  }
}

@media all and (max-width: 950px) {
  .event {
    width: 100%;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media all and (max-width: 950px) {
  .event2 {
    width: 100%;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 650px) {
  .event2 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .vanvan {
    background-color: #f44016;
    color: white;
  }
}

@media screen and (max-width: 1023px) {
  .tritri {
    background-color: whitesmoke;
    color: black;
  }
}

@media screen and (max-width: 1023px) {
  .forfor {
    background-color: #18506d;
    color: white;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (max-width: 1023px) {
  .tutu {
    background-color: #b9bcc2;
    color: white;
    transition: all 0.3s ease-in-out;
  }
}

@media all and (max-width: 650px) {
  .event {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media all and (max-width: 950px) {
  .placeandtime {
    height: auto;
  }
}

@media all and (max-width: 1300px) {
  .wrapper {
    max-width: 1040px;
  }
}

@media all and (max-width: 1150px) {
  .front-boxes-container {
    max-width: 1060px;
    grid-template-rows: repeat(3, 400px);
  }
}

@media all and (max-width: 1150px) {
  .width {
    max-width: 1064px;
  }
}

@media all and (max-width: 1150px) {
  .width {
    max-width: 1060px;
  }
}

@media all and (max-width: 1150px) {
  .width2 {
    max-width: 900px;
  }
}

@media all and (max-width: 1150px) {
  .front-boxes-container2 {
    max-width: 1060px;
    grid-template-rows: repeat(5, 400px);
  }
}

@media all and (max-width: 1150px) {
  .wrapper {
    max-width: 1060px;
    grid-template-rows: repeat(3, 400px);
  }
}

@media all and (max-width: 900px) {
  .front-boxes-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}

@media all and (max-width: 1023px) {

  .dascontainer3,
  .dascontainer4,
  .dascontainer6 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}

@media all and (max-width: 1023px) {
  .front-boxes-container2 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}

@media all and (max-width: 900px) {
  .blue {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}

@media all and (max-width: 900px) {
  .gallery {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
    height: 550px;
  }
}

@media all and (max-width: 900px) {
  .bigpic {
    display: none;
  }
}

@media all and (max-width: 900px) {
  .white {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}

@media all and (max-width: 900px) {
  .orange {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}

@media all and (max-width: 1023px) {

  .blue2,
  .blue3 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}

@media all and (max-width: 1023px) {

  .gallery2,
  .gallery3,
  .gallery4 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
    height: 400px;
  }
}

@media all and (max-width: 1023px) {

  .bigpic2,
  .bigpic3 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
    height: 750px;
    order: -1;
    display: none;
  }
}

@media all and (max-width: 800px) {

  .bigpic2,
  .bigpic3 {
    display: block;
  }
}

@media all and (max-width: 1023px) {

  .white2,
  .white3 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}

@media all and (max-width: 1023px) {
  .orange2 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
    order: 5;
  }
}

@media all and (max-width: 1023px) {
  .race-picture {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
    height: 500px;
    order: 4;
  }
}

@media all and (max-width: 1023px) {

  .race-picture2,
  .race-picture3 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
    height: 500px;
    order: 4;
  }
}

@media all and (max-width: 1023px) {
  .here-i-come {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
    height: 320px;
    order: 6;
  }
}

@media all and (max-width: 1023px) {

  .here-i-come2,
  .here-i-come3,
  .here-i-come4 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
    height: 320px;
    order: 6;
  }
}

@media all and (max-width: 450px) {

  .orange2,
  .blue2,
  .blue3,
  .white2,
  .white3 .here-i-come2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media all and (max-width: 650px) {

  .race-picture,
  .race-picture2,
  .race-picture3,
  .gallery2,
  .gallery3,
  .gallery4 {
    height: 330px;
  }
}

@media all and (max-width: 1023px) {
  .width3 {
    width: 100%;
  }
}

@media all and (max-width: 650px) {

  .bigpic2,
  .bigpic3 {
    height: 600px;
  }
}

@media all and (max-width: 350px) {

  .bigpic2,
  .bigpic3 {
    height: 500px;
  }
}

@media all and (max-width: 1500px) {
  .text-on-gal2 {
    font-size: 40px;
  }
}

@media all and (max-width: 1300px) {
  .text-on-gal2 {
    font-size: 35px;
  }
}

@media all and (max-width: 1100px) {
  .text-on-gal2 {
    font-size: 50px;
  }
}

@media all and (max-width: 650px) {
  .text-on-gal2 {
    font-size: 35px;
  }
}

@media all and (max-width: 1023px) {
  .pc-menu {
    display: none;
  }
}

@media all and (min-width: 1023px) {
  .mobilemenubuttoncontainer {
    display: none;
  }
}

@media all and (max-width: 450px) {

  .orange,
  .blue,
  .white {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media all and (max-width: 450px) {
  .gallery {
    height: 350px;
  }
}

@media all and (max-width: 370px) {
  .inblue {
    font-size: 1.140em;
  }
}

@media all and (max-width: 350px) {
  .inblue {
    font-size: 1.125em;
  }
}

@media all and (max-width: 380px) {
  .gallery {
    height: 280px;
  }
}

@media all and (max-width: 700px) {
  .footer-container {
    height: 80px;
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 700px) {
  .footer-big-image {
    padding-top: 5px;
    width: 130px;
    margin-left: 50px;
    grid-column-start: 1;
    grid-column-end: 2;
    justify-self: start;
  }
}

@media all and (max-width: 700px) {
  .footer-little-image {
    padding-top: 5px;
    width: 57px;
    margin-right: 50px;
    grid-column-start: 2;
    grid-column-end: -1;
    justify-self: end;
  }

  .footer-barion-image {
    padding-top: 5px;
    grid-column-start: 1;
    grid-column-end: -1;
    justify-self: center;
  }
}

@media all and (max-width: 450px) {
  
  .footer-big-image {
    padding-top: 5px;
    width: 130px;
    margin-left: 20px;
    grid-column-start: 1;
    grid-column-end: 2;
    justify-self: start;
  }
}

@media all and (max-width: 450px) {
  .footer-little-image {
    padding-top: 5px;
    width: 57px;
    margin-right: 24px;
    grid-column-start: 2;
    grid-column-end: 3;
    justify-self: end;
  }

  .footer-barion-image {
    padding-top: 5px;
    width: auto;
    margin-right: 24px;
    grid-column-start: 1;
    grid-column-end: -1;
    justify-self: center;
  }
}

@media all and (max-width: 450px) {
  .footer-container {
    height: 75px;
  }
  .footer-one {
    width: 125px;
  }
}

@media all and (max-width: 450px) {
  .footer-two {
    width: 64px;
  }

  .footer-barion {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}