/*  ----------------------------------------
    NORMALIZE
*/
html, body, div, span, object, iframe, h1, h2, h2, h3, strong,
.bold, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a, .contact__form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*    ---------------------------------------- CLEARFIX */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

main {
  display: block;
}

/*
	IMPORT
 */
/*
	LIBRARIES
 */
.glide {
  position: relative;
  width: 100%;
  height: 100%;
}

.glide__track {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  touch-action: pan-Y;
}

.glide__track.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__slide {
  -webkit-perspective: 1000;
  perspective: 1000;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__arrow {
  position: absolute;
  z-index: 2;
  padding: 18px;
  background: gray;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.glide__arrow.prev {
  left: 0;
}

.glide__arrow.next {
  right: 0;
}

.glide__bullets {
  position: absolute;
  bottom: 18px;
  width: 100%;
  text-align: center;
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__bullets li {
  display: inline-block;
  background-color: gray;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
}

.glide__bullets li.active {
  background-color: white;
}

.glide--slider .glide__slide {
  float: left;
  clear: none;
}

.glide--slider .glide__arrow {
  opacity: 1;
  transition: visibility 0 ease 150ms, opacity 150ms ease;
}

.glide--slider .glide__arrow.disabled {
  opacity: 0.5;
}

.glide--carousel .glide__slide {
  float: left;
  clear: none;
}

.glide--slideshow .glide__wrapper {
  height: 100%;
}

.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.glide--slideshow .glide__slide.active {
  z-index: 1;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 0;
  /*
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  */
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  /*
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  */
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/*
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite.png);
}
*/
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  border-radius: 40px;
  border: solid 7px rgba(255, 255, 255, 0.2);
  border-top-color: #ffb91e;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fancybox-close {
  position: absolute;
  top: -35px;
  right: -50px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  /*
  background-image: url('../img/close.svg');
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  */
  color: #fff;
  font-size: 28px;
  text-align: center;
}
.fancybox-close:hover {
  color: #fff;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  bottom: -15px;
  left: -60px;
  padding: 0 60px;
  box-sizing: content-box;
  font-size: 22px;
  line-height: 1.8;
  width: 100%;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*
//Retina graphics!
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url(fancybox_loading@2x.gif);
        background-size: 24px 24px;
    }
}
*/
/* ********************************************************
	Variable
*/
/* ********************************************************
	Mixin and Functions
*/
/*
	FUNCTION
*/
/*
	Helper Function - Strips unit
	http://stackoverflow.com/questions/12328259/how-do-you-strip-the-unit-from-any-number-in-sass/12335841#12335841
*/
/*
	Calculate REM
	Can be used with unit (rem(40px)) and without (rem(40))
 */
/*
	MIXIN
*/
/* Media Queries */
/* Usage:
@include tablet {

}
*/
/* ********************************************************
	Classes
*/
.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.article, .news__box {
  padding: 3.75rem 3.4375rem 3.75rem 3.75rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .article, .news__box {
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .article, .news__box {
    padding: 1.25rem;
  }
}

.is-hidden {
  display: none;
}

/* ********************************************************
	Webfonts
*/
@font-face {
  font-family: 'UniversLTPro-55Roman';
  src: url("../webfonts/2EA754_0_0.eot");
  src: url("../webfonts/2EA754_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/2EA754_0_0.woff2") format("woff2"), url("../webfonts/2EA754_0_0.woff") format("woff"), url("../webfonts/2EA754_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'UniversLTPro-75Black';
  src: url("../webfonts/2EA754_1_0.eot");
  src: url("../webfonts/2EA754_1_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/2EA754_1_0.woff2") format("woff2"), url("../webfonts/2EA754_1_0.woff") format("woff"), url("../webfonts/2EA754_1_0.ttf") format("truetype");
}
/* ********************************************************
	General
*/
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
body {
  background-color: #e5e5e5;
  font-family: "UniversLTPro-55Roman", sans-serif;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h2, h3, strong,
.bold, h4, h5, h6 {
  color: black;
  font-family: "UniversLTPro-75Black", sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px;
}

h1, h2 {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media only screen and (max-width: 760px) {
  h1, h2 {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    font-size: 1.75rem;
  }
}

h3, strong,
.bold {
  font-size: 0.9375rem;
  padding-top: 1.25rem;
}

h1 + p, h2 + p {
  margin-top: 0.9375rem;
}

p, a, .contact__form, li {
  color: black;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}
@media only screen and (max-width: 760px) {
  p, a, .contact__form, li {
    line-height: 1.5;
  }
}

p + p {
  margin-top: 0.75rem;
}

strong,
.bold {
  padding-top: 0;
  text-transform: none;
}

.main ul {
  margin: 0.75rem 0 1.25rem;
}

.main li {
  list-style-position: inside;
  line-height: 1.7;
  padding-left: 5px;
}

a, .contact__form {
  color: #828282;
  text-decoration: none;
  letter-spacing: 1px;
}
a:hover, .contact__form:hover {
  color: rgba(130, 130, 130, 0.7);
}

.pdf,
.more-link,
.contact__form {
  text-transform: uppercase;
  font-family: "UniversLTPro-75Black", sans-serif;
}

.more-link {
  position: absolute !important;
  left: 60px;
  top: 0;
  padding: 0.375rem 1.25rem;
  font-family: "UniversLTPro-75Black", sans-serif;
}
.more-link:hover {
  color: white;
}
@media only screen and (max-width: 760px) {
  .more-link {
    position: unset !important;
    display: block;
    margin-top: 15px;
  }
}

.wrapper, .header, .header__fixed, .stamp, .footer {
  width: 1060px;
  margin: 0 auto;
}
@media only screen and (max-width: 1110px) {
  .wrapper, .header, .header__fixed, .stamp, .footer {
    width: 100%;
  }
}

/* ********************************************************
	Header
*/
/*
	Mobile Header
 */
.mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 3.75rem;
  width: 100%;
  background-color: black;
  z-index: 100;
}
@media only screen and (max-width: 760px) {
  .mobile {
    display: flex;
    justify-content: space-between;
  }
}
.mobile__hamburger, .mobile__map.fa, .mobile__home.fa {
  font-size: 1.5625rem;
  color: white;
  line-height: 3.75rem;
}
.mobile__hamburger {
  float: left;
  padding: 0 1.25rem;
}
.mobile__language {
  float: left;
  position: relative;
}
.mobile__language li {
  display: none;
  position: absolute;
  top: 60px;
  left: 5px;
  list-style: none;
  border-top: 1px solid white;
  z-index: 101;
}
.mobile__language a, .mobile__language .contact__form {
  display: block;
  padding: 0.625rem 2.5rem 0.625rem 0.9375rem;
  background-color: #828282;
  text-transform: uppercase;
  color: white;
  font-family: "UniversLTPro-75Black", sans-serif;
}
.mobile__language--current {
  text-transform: uppercase;
  color: white;
  line-height: 3.75rem;
  padding: 0 1.125rem;
  font-family: "UniversLTPro-75Black", sans-serif;
  letter-spacing: 2px;
}
.mobile__language--current::after {
  content: "\f078";
  font-family: FontAwesome;
  margin-left: 0.5rem;
}
.mobile__home {
  flex-grow: 2;
}
.mobile__home::before {
  float: right;
  padding: 0 0.75rem;
}
.mobile__map {
  float: right;
  padding: 0 1.25rem;
}
.mobile__map--child {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  border-top: 1px solid white;
  z-index: 101;
  background-color: #828282;
  padding: 0.3125rem 0;
}
.mobile__map--child li {
  list-style: none;
  line-height: 1.5625rem;
}
.mobile__map--child li a, .mobile__map--child li .contact__form {
  display: block;
  color: white;
  padding: 0.5rem 0.9375rem;
  text-transform: uppercase;
  font-family: "UniversLTPro-75Black", sans-serif;
}
.mobile__nav {
  display: none;
  position: fixed;
  top: 3.75rem;
  left: 0;
  right: 0;
  border-top: solid 1px white;
  padding: 0.3125rem 0;
  background-color: black;
  max-height: calc(100vh - 3.75rem);
  overflow-y: scroll;
}
.mobile__nav a, .mobile__nav .contact__form {
  display: block;
  font-size: 1rem;
  line-height: 3.3;
  text-align: center;
  text-transform: uppercase;
  background-color: black;
  color: white;
  font-family: "UniversLTPro-75Black", sans-serif;
  letter-spacing: 1px;
}
.mobile__nav .sub-menu {
  display: none;
  padding-bottom: 2rem;
}
.mobile__nav .sub-menu a, .mobile__nav .sub-menu .contact__form {
  font-family: "UniversLTPro-55Roman", sans-serif;
}
.mobile__nav .hover .sub-menu {
  display: block;
}
.mobile__nav .current-menu-parent > a, .mobile__nav .current-menu-parent > .contact__form,
.mobile__nav .current-menu-item > a,
.mobile__nav .current-menu-item > .contact__form {
  color: #ffb91e;
}
.mobile__nav .current-menu-parent .sub-menu {
  display: block;
}

/*
	Desktop Header
 */
.header {
  /*
  	max-width: $wrapper-width;
  	margin: 0 auto;
  	position: relative;
  */
  /* ********************************************************
  	Navigation
  */
}
@media only screen and (max-width: 760px) {
  .header {
    display: none;
  }
}
.header__logo {
  float: left;
  background-image: url("../img/broggi_lenatti.svg");
  background-repeat: no-repeat;
  text-indent: -9999em;
  width: 9.375rem;
  height: 4.25rem;
}
@media only screen and (max-width: 1040px) {
  .header__logo {
    display: none;
  }
}
.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header__nav {
  float: right;
  display: flex;
  justify-content: center;
  width: 56.875rem;
  height: 4.25rem;
  background-color: black;
}
@media only screen and (max-width: 1040px) {
  .header__nav {
    width: 100%;
  }
}
.header__nav > div {
  width: 100%;
}
.header__nav .menu {
  display: flex;
  justify-content: space-between;
  padding: 0 2.8125rem;
}
.header__nav .menu-item {
  position: relative;
  float: left;
  z-index: 100;
}
.header__nav .menu-item a, .header__nav .menu-item .contact__form {
  display: block;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  color: white;
  line-height: 4.25rem;
  padding: 0 0.625rem;
  text-transform: uppercase;
}
.header__nav .menu-item a:hover, .header__nav .menu-item .contact__form:hover {
  color: #ffb91e;
}
.header__nav .menu-item.hover .sub-menu {
  display: block;
}
.header__nav .menu-item:last-child > .sub-menu {
  right: -1px;
}
.header__nav .sub-menu {
  display: none;
  position: absolute;
  border-top: 1px solid white;
}
.header__nav .sub-menu .menu-item {
  float: none;
  min-width: 13.75rem;
  background-color: black;
}
.header__nav .sub-menu .menu-item a, .header__nav .sub-menu .menu-item .contact__form {
  line-height: 2.8125rem;
}
.header .current-menu-item > a, .header .current-menu-item > .contact__form,
.header .current-menu-parent > a,
.header .current-menu-parent > .contact__form {
  color: #ffb91e;
}

.header__fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media only screen and (max-width: 760px) {
  .header__fixed {
    display: none;
  }
}
.header__fixed .header__inner, .header__fixed .filter {
  display: none;
}
.header__fixed.header .header__inner, .header__fixed.h-filter .filter {
  display: block;
}

.news_link {
  float: right;
  background-color: #ffb91e;
  color: black;
  margin-left: 1rem;
  padding: 5.5px 1.5625rem;
  text-transform: uppercase;
  font-family: "UniversLTPro-75Black", sans-serif;
}
.news_link:hover {
  color: black;
}

.language {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 55px;
}
.language > *:first-child {
  margin-right: 0 !important;
}
.language div {
  	/*
  	max-width: $wrapper-width;
  	margin: 0 auto;
  
  	&__inner {
  	*/
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
.language div li {
  float: left;
  padding: 0.3125rem 0.4375rem;
}
.language div a, .language div .contact__form {
  font-family: "UniversLTPro-55Roman", sans-serif;
  text-transform: uppercase;
  color: black;
  font-size: 0.8125rem;
}
.language div .current-lang a, .language div .current-lang .contact__form {
  font-family: "UniversLTPro-75Black", sans-serif;
}

/*
	Stamp
 */
.stamp {
  position: fixed;
  bottom: 120px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1110px) {
  .stamp {
    display: none;
  }
}
.stamp__inner {
  background-image: url("../img/stempel_broggi.svg");
  width: 220px;
  height: 220px;
  position: absolute;
  bottom: 0;
  left: -100px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.stamp__inner:hover {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* ********************************************************
	Main
*/
.main {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .main {
    margin-top: 3.75rem;
  }
}

.article {
  position: relative;
  float: right;
  width: 56.875rem;
  background-color: white;
  margin-top: 0.9375rem;
}
@media only screen and (max-width: 1110px) {
  .article {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .article {
    margin-top: 0;
  }
}
.article > h1 + *, .article > h2 + * {
  display: inline-block;
  margin-top: 0.625rem;
}
.article:last-child {
  margin-bottom: 3.125rem;
}
.article__inner {
  max-width: 40.625rem;
  margin: 0 auto 0 0;
}

.m-contactbutton {
  display: inline-block;
  text-align: center;
  padding: .7rem 1rem .5rem;
  margin-top: 1rem;
  color: black;
  background-color: #ffb91e;
  text-transform: uppercase;
  font-family: "UniversLTPro-75Black", sans-serif;
  font-size: 0.9375rem;
}

/* ********************************************************
	Footer
*/
.footer {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  padding: 1.5625rem 0;
}
.footer__title {
  position: absolute;
  top: -39px;
  left: 0;
  padding: 0.625rem 4.6875rem;
  background-color: black;
  color: white;
  cursor: pointer;
}
.footer__title:hover, .footer__title.active {
  color: #ffb91e;
}
.footer__column {
  float: left;
  margin: 0 1.875rem 0 4.6875rem;
}
.footer__column p, .footer__column i, .footer__column strong {
  color: white;
}
.footer__column a, .footer__column .contact__form {
  color: #ffb91e;
  font-family: "UniversLTPro-55Roman", sans-serif;
}
.footer__column a:hover, .footer__column .contact__form:hover {
  color: rgba(255, 185, 30, 0.7);
}
.footer .active.footer__title::after {
  content: "\f077";
}

.mobile-size .footer {
  display: none !important;
}

/* ********************************************************
	Form [form_contact]
*/
.contact__form {
  display: block;
  margin-top: 1.5625rem;
  cursor: pointer;
}
@media only screen and (max-width: 760px) {
  .contact__title {
    font-size: 1.625rem;
  }
}

.modal {
  display: none;
}

div.wpcf7-validation-errors {
  border: none;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

div.wpcf7-response-output {
  float: left;
  padding: 0;
}

.column__half {
  width: 48%;
  float: left;
}
.column__half:nth-child(2n) {
  margin-right: 2%;
}
@media only screen and (max-width: 760px) {
  .column__half:nth-child(2n) {
    margin-right: 0;
  }
}
.column__half:nth-child(2n-1) {
  margin-left: 2%;
}
@media only screen and (max-width: 760px) {
  .column__half:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 760px) {
  .column__half {
    width: 100%;
  }
}

.column__full {
  float: left;
  clear: both;
  width: 100%;
}

input,
textarea {
  display: block;
  -moz-appearance: none;
       appearance: none;
  box-shadow: none;
  border-radius: 0;
  color: black;
  border: none;
  -webkit-appearance: none;
  background-color: #e5e5e5;
  width: 100%;
  line-height: 2.1875rem;
  font-size: 0.875rem;
  padding: 0 0.75rem;
  box-sizing: border-box;
}
input:focus,
textarea:focus {
  outline: none;
}

label {
  display: block;
  margin: 1.5625rem 0 0.625rem;
}

textarea {
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  line-height: 1.8;
  padding: 0.5rem 0.625rem;
}

input[type=submit] {
  margin-top: 1.25rem;
  padding: 0.3125rem 0.5rem;
  width: 100%;
  clear: both;
  float: left;
  color: #828282;
  background-color: white;
  font-family: "UniversLTPro-75Black", sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
}
input[type=submit]:hover {
  background-color: #e5e5e5;
}

/* ********************************************************
	Frontpage
*/
/*
	Quote
 */
.home_quote {
  position: absolute;
  top: 3.125rem;
  left: 0;
  right: 27.1875rem;
  color: white;
  text-transform: none;
  font-family: "UniversLTPro-55Roman", sans-serif;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease;
}
@media only screen and (max-width: 1110px) {
  .home_quote {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 760px) {
  .home_quote {
    display: none !important;
  }
}
.home_quote.active {
  opacity: 1;
  visibility: visible;
}

/*
	Frontpage - Mobile Logo
 */
.mobile__home-logo {
  display: none;
  background-image: url("../img/broggi_lenatti.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: auto;
  padding-bottom: 60%;
  margin: 5rem 10%;
  text-indent: -9999em;
}
@media only screen and (max-width: 760px) {
  .mobile__home-logo {
    display: block;
  }
}

/*
	Toggle -> abstraction for news and filter
 */
.toggler__btn, .filter__box, .toggler__box {
  position: absolute;
  top: 0.9375rem;
  right: 0;
  background-color: white;
  clear: both;
}
.toggler__btn, .filter__box {
  width: 13rem;
  z-index: 10;
  text-align: center;
  padding: 0.375rem 0;
  cursor: pointer;
  /*
  	&:hover .toggler__btn-text {
  		color: $white;
  	}
  */
}
.toggler__btn h3, .filter__box h3, .toggler__btn strong, .filter__box strong,
.toggler__btn .bold,
.filter__box .bold {
  padding-top: 0;
}
.toggler__btn:hover, .filter__box:hover, .toggler__btn.active, .active.filter__box {
  background-color: black;
  color: white;
}
.toggler__btn:hover h3, .filter__box:hover h3, .toggler__btn:hover strong, .filter__box:hover strong,
.toggler__btn:hover .bold,
.filter__box:hover .bold, .toggler__btn.active h3, .active.filter__box h3, .toggler__btn.active strong, .active.filter__box strong,
.toggler__btn.active .bold,
.active.filter__box .bold {
  color: white;
}
@media only screen and (max-width: 760px) {
  .toggler__btn, .filter__box {
    width: 100%;
    padding: 0.75rem 0;
  }
}
.toggler__btn-text, .footer__title {
  font-size: 0.8125rem;
  font-family: "UniversLTPro-75Black", sans-serif;
}
.toggler__btn-text::after, .footer__title::after {
  content: "\f078";
  font-family: FontAwesome;
  margin-left: 0.4375rem;
}
.toggler__box {
  display: none;
}

/*
.no-touch .toggler__btn-text:hover {
	color: $white;
}
*/
.active.toggler__btn .toggler__btn-text, .active.filter__box .toggler__btn-text, .active.toggler__btn .footer__title, .active.filter__box .footer__title {
  color: white;
}
.active.toggler__btn .toggler__btn-text::after, .active.filter__box .toggler__btn-text::after, .active.toggler__btn .footer__title::after, .active.filter__box .footer__title::after {
  content: "\f077";
}
.active.toggler__btn + .toggler__box, .active.filter__box + .toggler__box {
  display: block;
}

/*
	News
 */
@media only screen and (max-width: 1110px) {
  .news__btn {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 760px) {
  .news__btn {
    display: none;
  }
}
.news__box {
  width: 23.4375rem;
}
@media only screen and (max-width: 1110px) {
  .news__box {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 760px) {
  .news__box {
    display: block;
    margin-right: 0;
    width: 100%;
    background-color: rgba(130, 130, 130, 0.95);
    margin-top: 80%;
  }
  .news__box h2, .news__box p, .news__box a, .news__box .contact__form, .news__box strong {
    color: white;
  }
}
@media only screen and (max-width: 760px) {
  .news__title {
    margin-bottom: 0.75rem;
  }
}
.news__content {
  margin: 0.75rem 0 2.5rem;
  	/*
  		&--mobile {
  			display: none;
  			//@extend ;
  
  			@include phablet {
  				display: block;
  				margin-bottom: rem(25);
  			}
  		}
  
  		@include phablet {
  			display: none;
  		}
  	*/
}
.news__content .more-link {
  display: block;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 760px) {
  .news__content .more-link {
    color: white;
  }
}
.news__content:last-child {
  margin-bottom: 0;
}

.active.news__btn {
  background-color: black;
}
.active.news__btn .toggler__btn-text, .active.news__btn .footer__title {
  color: white;
}

/*
	Grid
 */
.grid__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -.5rem;
}
.grid__item {
  width: calc( 33% - 1rem);
  margin: .5rem;
  background-color: #ffb91e;
}
@media only screen and (max-width: 760px) {
  .grid__item {
    width: calc( 50% - 1rem);
  }
}
@media only screen and (max-width: 450px) {
  .grid__item {
    width: 100%;
  }
}
.grid__item h4 {
  text-align: center;
  padding: .7rem .5rem .5rem;
}
.grid__item img {
  width: 100%;
}

/* ********************************************************
	Custom Post Type
*/
/*
	Team
 */
/*
.th__wrapper {
	display: inline-block;
    overflow: hidden;
}
*/
/*
	Reference
 */
.acc_title {
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 760px) {
  .acc_title {
    margin-bottom: 0;
    padding: 1.25rem;
  }
}

.filter {
  float: right;
  clear: both;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .filter {
    float: left;
    width: 100%;
  }
}
.filter__btn, .more-link, .filter__box, .reference__pdf,
.team__pdf,
.news__pdf {
  position: relative;
  top: 0;
  background-color: #ffb91e;
  color: black;
}
.filter + article {
  clear: both;
}
.filter__box {
  position: absolute;
  top: 32px;
}
@media only screen and (max-width: 760px) {
  .filter__box {
    top: 44px;
  }
}
.filter__box li {
  padding-left: 0;
  list-style: none;
}
.filter__box:hover, .filter__box.active {
  background-color: #ffb91e;
}
.filter__term,
.filter .cat-item a,
.filter .cat-item .contact__form {
  background-color: #ffb91e;
  color: black;
  float: left;
  text-align: center;
  width: 100%;
  line-height: 2rem;
}
.filter__term:hover, .filter__term.active,
.filter .cat-item a:hover,
.filter .cat-item .contact__form:hover,
.filter .cat-item a.active,
.filter .cat-item .active.contact__form {
  color: white;
}
@media only screen and (max-width: 760px) {
  .filter__term,
  .filter .cat-item a,
  .filter .cat-item .contact__form {
    text-transform: uppercase;
  }
}

.reference,
.team,
.news {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 760px) {
  .reference,
  .team,
  .news {
    flex-wrap: wrap;
    margin-bottom: 1.5625rem;
  }
}
@media only screen and (max-width: 760px) {
  .reference,
  .team,
  .news {
    padding: 0;
  }
}
.reference__pdf,
.team__pdf,
.news__pdf {
  position: absolute;
  left: 60px;
  top: 0;
  padding: 0.375rem 1.25rem;
  font-family: "UniversLTPro-75Black", sans-serif;
}
.reference__pdf:hover,
.team__pdf:hover,
.news__pdf:hover {
  color: white;
}
@media only screen and (max-width: 760px) {
  .reference__pdf,
  .team__pdf,
  .news__pdf {
    display: none;
  }
}
.reference__image,
.team__image,
.news__image {
  flex-shrink: 0;
  margin-right: 3.75rem;
}
.reference__image--single,
.team__image--single,
.news__image--single {
  max-width: 50%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 760px) {
  .reference__image,
  .team__image,
  .news__image {
    margin-right: 0;
    /*
    height: auto;
    padding-bottom: 0;
    */
    margin-bottom: 1.5625rem;
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .reference__image,
  .team__image,
  .news__image {
    margin-bottom: 0.3125rem;
  }
}
.reference__th,
.team__th,
.news__th {
  position: relative;
  overflow: hidden;
}
.reference__th img,
.team__th img,
.news__th img {
  display: block;
  width: 100%;
  height: auto;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.reference__th--hover,
.team__th--hover,
.news__th--hover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 1s;
}
.reference__th--hover i,
.team__th--hover i,
.news__th--hover i {
  color: white;
  font-size: 2.1875rem;
}
.reference__th.hover .reference__th--hover,
.reference__th.hover .news__th--hover,
.reference__th.hover .team__th--hover,
.team__th.hover .reference__th--hover,
.team__th.hover .news__th--hover,
.team__th.hover .team__th--hover,
.news__th.hover .reference__th--hover,
.news__th.hover .news__th--hover,
.news__th.hover .team__th--hover {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.reference__th.hover .reference__th--inner,
.reference__th.hover .news__th--inner,
.reference__th.hover .team__th--inner,
.team__th.hover .reference__th--inner,
.team__th.hover .news__th--inner,
.team__th.hover .team__th--inner,
.news__th.hover .reference__th--inner,
.news__th.hover .news__th--inner,
.news__th.hover .team__th--inner {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.reference__detail,
.team__detail,
.news__detail {
  overflow: auto;
}
@media only screen and (max-width: 760px) {
  .reference__detail,
  .team__detail,
  .news__detail {
    padding: 1.25rem;
  }
}
.reference__title,
.team__title,
.news__title {
  word-wrap: break-word;
  margin-bottom: 0.9375rem;
}
.reference__client,
.team__client,
.news__client {
  margin: 0;
}
.reference__client-title,
.team__client-title,
.news__client-title {
  margin-top: 0.9375rem;
}

@media only screen and (max-width: 760px) {
  .reference {
    padding-bottom: 30px;
  }
  .reference__pdf {
    bottom: 0;
    top: unset;
    left: 0;
    display: block;
    width: 100%;
  }
}
.team__th img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/*
	Product
 */
.product {
  clear: both;
}

/*
	Map
 */
.fa-map-marker {
  font-size: 5rem;
  color: #e62837;
}

/* ********************************************************
	Plugins
*/
/*
	Glide
 */
.glide,
.home_image,
.map {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.glide__slide,
.home_image__slide,
.map__slide {
  width: 100%;
  background-size: cover;
}

.map {
  z-index: -1;
  background-color: #e5e5e5;
}
@media only screen and (max-width: 1110px) {
  .map {
    display: none;
  }
}

.mobile-size .map, .mobile-size .glide {
  display: none;
}

.home_image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
	Fancybox
 */
.fancybox-nav-prev,
.fancybox-nav-next {
  position: absolute;
  top: 50%;
  color: white;
  padding: 1.5625rem;
  font-size: 28px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fancybox-nav-next {
  right: -70px;
}

.fancybox-nav-prev {
  left: -70px;
}

@media only screen and (max-width: 1110px) {
  .fancybox-close.mobile-modal {
    top: 16px;
    right: 16px;
    color: black;
  }
  .fancybox-close.mobile-modal:hover {
    color: black;
  }
}

/* ********************************************************
	Media Queries
*/
