@font-face {
  font-family: 'DINRegular';
  src: url('/site/templates/fonts/DIN.ttf') format('truetype');
}

@font-face {
    font-family: 'DINBold';
    src: url('/site/templates/fonts/DIN_Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'DINLight';
    src: url('/site/templates/fonts/DIN_Light.ttf') format('truetype');
}




* {
    box-sizing: border-box;
}

[class*="col-"] {
    float: left;
    padding: 0px;
    border: 0px solid #FD5E53;
}


/* mobile */
[class*="col-"] {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}
@media only screen and (min-width: 768px) {
    /* For Tablet: */

[class*="col-"] {
    padding-left: 114px;
}
}

@media only screen and (min-width: 1200px) {
    /* For desktop: */

[class*="col-"] {
    padding: 0px;
}

.col-1 {width: 5.55%;}
.col-2 {width: 11.1%;}
.col-3 {width: 16.65%;}
.col-4 {width: 22.2%;}
.col-5 {width: 27.75%;}
.col-6 {width: 33.3%;}
.col-7 {width: 38.85%;}
.col-8 {width: 44.4%;}
.col-9 {width: 49.95%;}
.col-10 {width: 55.5%;}
.col-11 {width: 61.05%;}
.col-12 {width: 66.6%;}
.col-13 {width: 72.15%;}
.col-14 {width: 77.7%;}
.col-15 {width: 83.25%;}
.col-16 {width: 88.8%;}
.col-17 {width: 94.35%;}
.col-18 {width: 100%;}
}


.row::after {
    content: "";
    clear: both;
    display: table;
}

@media only screen and (max-width: 1199px) {
.mobilehide {
  display: none;
  }
}

@media only screen and (max-width: 404px) {
.smallhide {
  display: none;
  }
}


@media only screen and (max-width: 1199px) {
  .mobileshow {
  display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .mobileshow {
  display: none;
  }
}


body {
  font-family: 'DINRegular', sans-serif;
  font-size: 16px;
  margin: 0px;
  letter-spacing: 0.017em;
}


p {
    font-family: 'DINRegular';
    font-size: 11pt;
    line-height: 16pt;
    color: #746D54;
    margin-top: 0px;
    margin-bottom: 10px;
}

p.caption {
  margin-bottom: -5px;
}

@media only screen and (max-width: 1199px) {
  p.caption {
  margin-bottom: 10px;
}
}


a {
    color: #746D54;
    text-decoration: none;
    transition: 0.3s;
}

a:hover, .offcanvas a:focus{
    /* text-decoration: underline; */
    color: #6891A0;

}

.regular {
    font-family: 'DINRegular';
}

.bold {
    font-family: 'DINBold';
}

.light {
    font-family: 'DINLight';
}

.blue {
    color: #6891A0;
}

.brown {
    color: #746D54;
}

.title {
  letter-spacing: 0.045em;
}

img.slider {
    height: 480px;
    width: auto;
}

@media only screen and (max-width: 1199px) {

img.slider {
    max-width: 380px;
    width: 100%;
    height: auto;
    margin-top: 16px;
    }
  }



img.logo {
    width: 152px;
    height: auto;
    position: absolute;
    margin-top: -17px;
    margin-left: -22px;
    z-index: -1;
    opacity: 0.75;

}

div.leftcol {
  width: 114px;
  height: 480px;
}

div.header {
    height: 156px;
}
@media only screen and (max-width: 1199px) {
div.header {
    height: 64px;
}
}

h1.header, h2.header {
    font-size: 11.253pt;
    font-weight: normal;
    letter-spacing: 0.045em;
    line-height: 12.352pt;
}
@media only screen and (max-width: 1199px) {
h1.header, h2.header {
    font-size: 10.2pt;
    letter-spacing: 0.045em;
    line-height: 11.425pt;
}
}

div.header_text {
    padding-top: 32.634px;
}
@media only screen and (max-width: 1199px) {
  div.header_text {
    padding-top: 0px;
  }
}

.main {
  height: 480px;
  position: relative;
}

.maintext {
  width: 400px;
}
@media only screen and (max-width: 1199px) {
  .maintext {
    width: 100%;
    max-width: 380px;
}
  }


/* SLIDER */


/* Slideshow container */
.slideshow-container {
  height: 480px;
  width: auto;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

div.arrows {
  font-size: 10.7pt;
  position: absolute;
  bottom: -2px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: relative;
  bottom: 0px;
  width: auto;
  color: #746D54;
  font-size: 16px;
  margin-left: -40px;
  transition: 0.6s ease;
}

/* Position the "next button" to the right */
.next {
  left: 60px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: #6891A0;
}


/* Caption text */
.captiontext {
  bottom: 0px;
  position: absolute;
  display: none;
}

@media only screen and (max-width: 1199px) {
  .captiontext {
  bottom: 0px;
  position: relative;
  display: block;
}
}

