@charset "UTF-8";
@import url(./css/normalize.css);
@import url(./css/fonts.css);
h1, h1.small, h2, h3, h4, blockquote, #menu-main.menu li {
  font-family: "Oswald", sans-serif;
  color: #ff6668;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

body, button, input, select, textarea, .client-filter input[type=text], #menu-main.menu li div, .current-page, .case-header h2, h1.clients-headline, ul.fact-list li, .contact-item h3, .carousel-item h2 {
  font-family: "Aften Screen", Arial, Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  font: "Aften Screen", Arial, Helvetica, sans-serif;
  color: #541a25;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

* {
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
}

::-moz-placeholder {
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  /* IE 10+ */
}

:-moz-placeholder {
  /* Firefox 18- */
}

/* grid */
.break-avoid {
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Deprecated Firefox */
  -moz-column-break-inside: avoid;
  /* Current Firefox */
  column-break-inside: avoid;
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
}

.grid-item {
  width: 50%;
  padding: 30px 30px 30px 30px;
}

/*
.grid-item:hover { 
	background-color: $red;
}
*/
.grid-item--width2 {
  width: 100%;
  padding: 0 30px 0 30px;
}

/*
.container {
	max-width: 1140px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-large {
	max-width: 1400px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

*/
.container-large {
  max-width: 1400px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/*
%grid-item {
	flex-grow: 1;
	flex-shrink: 0;
	padding: 0 20px 0 20px;
	width: 100%;
	min-height: 1px;
	position: relative;
}


.grid {
	align-items: normal;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
*/
.col-dynamic {
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 20px;
  float: left;
}

/*
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
*/
/*
.grid .item-12 {
	@extend %grid-item;
	flex-basis: 100%;
}

.grid .item-11 {
	@extend %grid-item;
	flex-basis: 91.666667%;
}

.grid .item-10 {
	@extend %grid-item;
	flex-basis: 83.333333%;
}

.grid .item-9 {
	@extend %grid-item;
	flex-basis: 75%;
}

.grid .item-8 {
	@extend %grid-item;
	flex-basis: 66.666667%;
}

.grid .item-7 {
	@extend %grid-item;
	flex-basis: 58.333333%;
}

.grid .item-6 {
	@extend %grid-item;
	flex-basis: 50%;
}

.grid .item-5 {
	@extend %grid-item;
	flex-basis: 41.666667%;
}

.grid .item-4 {
	@extend %grid-item;
	flex-basis: 33.333333%;
}

.grid .item-3 {
	@extend %grid-item;
	flex-basis: 25%;
}

.grid .item-2 {
	@extend %grid-item;	// 2
	flex-basis: 16.66667%;
}

.grid .item-1 {
	@extend %grid-item;	// 1
	flex-basis: 8.333333%;
}

.grid .item-js {
	@extend %grid-item;
	flex-basis: 33.33333%;
	max-width: 33.33333%
}
*/
/*
.grid-sizer, .grid-item { 
	width: 33.333%;
	padding-left: 30px;
	padding-right: 30px;
}

.grid-sizer-50, .grid-item-50 { 
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
}

.grid-item--width2 {
	width: 66.666%;
	padding-left: 30px;
	padding-right: 30px;
}

.grid:after {
	content: '';
	display: block;
	clear: both;
}
*/
/* typography */
body, button, input, select, textarea {
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}

header {
  padding-bottom: 0px;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  overflow: hidden;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

h1 {
  font-size: 6em;
  line-height: 1.1em;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 20px 0 20px 0;
}

h1 p {
  line-height: 1em;
}

h1.small {
  font-size: 3em;
  line-height: 1.1em;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 20px 0 20px 0;
}

h2 {
  font-size: 3em;
  margin: 0;
  padding: 10px 0 10px 0;
}

h3 {
  font-size: 1.5em;
  margin: 0;
  padding: 5px 0 5px 0;
}

h4 {
  color: #541a25;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 24px;
}

p {
  color: #000;
  line-height: 1.5em;
  margin: 15px 0 15px 0;
  font-size: 1.3em;
}

p.medium {
  font-size: 1.5em;
}

p.white {
  color: #fff;
}

a:link, a:active, a:visited {
  color: inherit;
}

p a:link {
  text-decoration: underline;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-size: 9em;
  line-height: 1em;
  font-weight: 700;
  display: inline-block;
  margin: 20px 0 20px 0;
  text-align: right;
  color: #fff !important;
}

blockquote cite {
  font-family: "Aften Screen", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
  text-transform: none;
  margin-top: 10px;
  margin-right: 10px;
  letter-spacing: 0px;
}

blockquote footer {
  margin-top: -70px;
}

cite::before {
  content: "— ";
}

hr {
  border: 0;
  background-color: #ff6668;
  height: 1px;
  width: 100%;
  margin: 50px 0px 50px 0px;
}

li {
  margin: 0;
}

ul {
  list-style-type: none;
}

.aften {
  font-family: "Aften Screen", Arial, Helvetica, sans-serif !important;
  text-transform: none;
}

/*.large {
	font-size: 8em;
}*/
.client-filter input[type=text] {
  border: 2px solid #dadad9;
  border-radius: 4px;
  padding: 10px;
  width: 300px;
}

.client-filter input[type=text]:focus {
  border: 2px solid #878786;
  border-radius: 4px;
  padding: 10px;
  width: 300px;
}

*:focus {
  outline: none;
}

/* common */
.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: left;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.clear {
  clear: both;
}

.underline {
  text-decoration: underline;
}

.background-fixed {
  background-attachment: fixed;
}

.background-scroll {
  background-attachment: scroll;
}

.nobr {
  white-space: nowrap;
}

.img-responsive {
  display: block !important;
  width: 100%;
  height: auto;
}

.responsive {
  display: block !important;
  width: 100%;
  height: auto;
}

.fixed {
  background-attachment: fixed;
}

.scroll {
  background-attachment: scroll;
}

a.button {
  font-family: "Aften Screen", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  background-color: #ff6668;
  padding: 12px 30px 12px 30px;
  margin: 20px 0px 20px 0px;
  border-radius: 20px;
  display: inline-block;
}

.carousel-item a.button {
  background-color: #fff;
}

a.button:hover {
  color: #000 !important;
  text-decoration: underline;
}

a.social-link {
  text-align: center;
  width: 30px;
  height: 30px;
  color: #000;
  display: inline-block;
  margin: 8px;
}

a.social-link:hover {
  background-color: #ff6668;
}

p.social-links {
  margin: 10px 0 10px 0;
}

.news-item:hover {
  background-color: #ff6668;
  -webkit-transition: all 150ms ease-out;
  /* Safari */
  transition: all 150ms ease-out;
  /*.img-container {
		mix-blend-mode: multiply;
	}*/
}

.news-item:hover a, .news-item:hover a div, .news-item:hover h2, .news-item:hover p {
  color: #fff !important;
  text-decoration: none !important;
}

.case:hover {
  -webkit-transition: all 150ms ease-out;
  /* Safari */
  transition: all 150ms ease-out;
}

.case:hover a, .case:hover a div, .case:hover h2, .case:hover p {
  color: #ff6668 !important;
  text-decoration: none !important;
}

.red {
  color: #ff6668 !important;
}

.black {
  color: #000 !important;
}

.burgundy {
  color: #ff6668 !important;
  font-size: 2em;
  letter-spacing: 0;
  font-weight: 400 !important;
  padding: 31px 3px 0 0;
}

.align-self {
  align-self: center;
}

.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert='1');
}

.container-video {
  padding: 0 !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.show {
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hide {
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(0, 40%, 0);
  -ms-transform: translate3d(0, 40%, 0);
  transform: translate3d(0, 40%, 0);
}

.anim-fast {
  -webkit-transition: all 200ms ease-out;
  /* Safari */
  transition: all 200ms ease-out;
}

.anim-medium {
  -webkit-transition: all 600ms ease-out;
  /* Safari */
  transition: all 600ms ease-out;
}

.anim-slow {
  -webkit-transition: all 1000ms ease-out;
  /* Safari */
  transition: all 1000ms ease-out;
}

.anim-delay-fast {
  transition-delay: 200ms;
}

.anim-delay-medium {
  transition-delay: 500ms;
}

.anim-delay-slow {
  transition-delay: 600ms;
}

.email {
  margin: 0 5px 0 5px;
}

/* header and navigation */
.header-container {
  position: absolute;
  z-index: 11000;
  position: fixed;
  padding: 0;
  margin: 0 !important;
  width: 100%;
}

.logo {
  position: absolute;
  z-index: 10998;
  align: left;
  top: 15px;
  left: 22px;
  display: inline-block;
}

.menu-toggle {
  position: absolute;
  z-index: 10999;
  right: 15px;
  top: 13px;
  display: inline-block;
}

.navigation {
  position: absolute;
  z-index: 10900;
  background-color: #ff6668;
  display: inline-block;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  top: -100vh;
  opacity: 0;
  -webkit-transition: top 300ms ease-in-out;
  /* Safari */
  transition: top 300ms ease-in-out;
  transition-delay: 250ms;
}

.navigation-shadow {
  z-index: 10800;
  background-color: #541a25;
  transition-delay: 0ms;
  height: 100vh;
  opacity: 0;
}

.navigation ul {
  padding-left: 23px;
}

#menu-main.menu li {
  color: #fff;
  font-size: 3.5em;
  display: block;
  margin: -10px 0 0 0px;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform: translate3d(0, -140%, 0);
  -ms-transform: translate3d(0, -140%, 0);
  transform: translate3d(0, -140%, 0);
}

#menu-main.menu li div {
  font-weight: normal;
  color: #fff;
  font-size: 0.3em;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 1em !important;
  margin-right: 7px;
  padding-bottom: 0px;
  text-decoration: none !important;
  vertical-align: text-top;
  -webkit-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
}

/*
#menu-main.menu li:before {
   margin: 0 15px 0 0;
   font-size: 0.5em;
   content: counters(item, ".", decimal-leading-zero);
   color: white;
   width: 1.2em;
   text-align: center;
   display: inline-block;
   letter-spacing: 0;
 }*/
.current-menu-item {
  text-decoration: none;
  color: #541a25 !important;
}

.current-menu-item div {
  text-decoration: none !important;
  color: #541a25 !important;
}

.menu-item a:hover {
  color: #541a25;
  text-decoration: none;
}

.menu-item a:hover div {
  color: #541a25 !important;
}

.nav-news-flash {
  position: absolute;
  color: #541a25;
  text-align: right;
  width: 260px;
  bottom: 0px;
  right: 0px;
  margin: 15px 30px;
  z-index: 10910;
}

.nav-news-flash p {
  color: #541a25;
}

.nav-news-flash a {
  color: #541a25;
  text-decoration: none !important;
}

.nav-news-flash a:hover {
  text-decoration: underline !important;
}

.lightbox {
  position: absolute;
  z-index: 12000;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 20px;
  display: none;
  opacity: 0;
}

.lightbox .lb-image {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

#lb-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10000;
  cursor: pointer;
}

.current-page {
  font-size: 1.5em;
  position: fixed;
  z-index: 10999;
  left: 220px;
  top: 22px;
  display: inline-block;
  -webkit-transition: all 200ms ease-out;
  /* Safari */
  transition: all 200ms ease-out;
}

.current-page::before {
  content: "/ ";
}

.bkg-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  min-height: 400px;
}

.bkg-image h1 {
  color: #fff;
}

.bkg-image a:hover {
  color: #fff;
  text-decoration: underline;
}

.case-header h1 {
  font-family: "Aften Screen", Arial, Helvetica, sans-serif;
  color: #000;
  text-transform: none;
}

.case-header h2 {
  color: #ff6668;
  font-size: 2em;
  margin-top: -20px;
}

.intro-text {
  font-size: 1.5em;
  margin: 0 0 20px 0;
}

h1.large {
  font-size: 8em;
}

h3.name {
  font-size: 1.3em;
}

h1.client-item {
  display: inline-block;
}

.page-num h3 {
  color: #000;
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1px;
}

h1.case-name {
  color: #000;
  margin-top: 0;
  font-size: 6em;
  margin-bottom: 19	px;
}

.page-title h2 {
  color: #000;
}

/* svg */
.svg-hitbox {
  fill: #fff;
  opacity: 0;
}

.svg-header {
  fill: #000;
  fill-rule: evenodd;
  -webkit-transition: all 200ms ease-out;
  /* Safari */
  transition: all 200ms ease-out;
}

/* layout blocks */
/*
section, footer {
	padding-bottom: 15px;
	margin-top: 15px;
	max-width: 1230px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
}*/
section {
  background-color: #fff;
  padding: 0;
}

section.header {
  background-color: #fff;
  padding: 90px 0 20px 0;
}

section.header h1 {
  margin-bottom: 30px;
}

section.quote {
  background-color: #ff6668;
  padding: 180px 0px 80px 0px;
  margin: 0;
}

section.archive-work {
  background-color: #fff;
}

section.clients {
  padding-top: 0px;
  padding-bottom: 100px;
  margin-top: -30px;
  cursor: default;
}

section.client, section.employee {
  padding-top: 100px;
}

h1.clients-headline {
  font-size: 2em;
  line-height: 1.1em;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 20px 0 20px 0;
  color: #ff6668;
}

section.case-header {
  background-color: #fff;
}

section.case-grid {
  padding-bottom: 100px;
}

section.case-grid .case-thumb {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding-bottom: 56.25%;
}

.case-thumb {
  -webkit-transition: all 300ms ease-out;
  /* Safari */
  transition: all 300ms ease-out;
  -webkit-transform-style: scale(1);
  transform: scale(1);
}

.case-thumb:hover {
  height: auto;
  -webkit-transform-style: scale(1.03);
  transform: scale(1.03);
}

section.client-filter {
  padding-top: 120px;
}

section .client-filter-list {
  background-color: #fff;
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: all 400ms ease-out;
  /* Safari */
  transition: all 400ms ease-out;
}

ul.contact-list {
  font-size: 1em;
  color: #541a25;
  margin: -15px 0 60px 0;
  padding: 0;
}

ul.contact-list li {
  margin: 5px;
  display: inline-block;
}

ul.contact-list li a {
  text-decoration: underline;
}

ul.client-list {
  font-size: 1em;
  color: #000;
  letter-spacing: -0.03em;
  column-gap: 40px;
  padding: 20px 0 20px 0;
  margin: 0;
}

ul.client-list li {
  padding: 4px 0 4px 0;
}

ul.fact-list {
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}

ul.fact-list li {
  line-height: 1.5em;
  margin: 15px 0 15px 0;
  font-size: 1.3em;
}

#filter-toggle {
  font-weight: bold;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #000;
}

.filter-toggle-in::before {
  content: "+ ";
}

.filter-toggle-out::before {
  content: "- ";
}

section.case-grid .name-text {
  font-weight: bold;
  color: #000;
  padding: 14px 0 1px 0;
  font-size: 1.3em;
}

section.case-grid .client-text {
  font-weight: regular;
  color: #000;
  padding: 1px 0 10px 0;
  font-size: 1.3em;
}

.header .page-name {
  margin-left: -300px;
  width: 300px;
  padding: 2px;
}

section.text-block {
  background-color: #fff;
  padding: 80px 0 80px 0;
}

section.news-single {
  background-color: #fff;
  padding: 60px 0 150px 0;
}

section.news-single h1 {
  font-family: "Aften Screen", Arial, Helvetica, sans-serif;
  text-transform: none;
}

section.archive-news .news-item {
  padding-bottom: 35px;
}

section.archive-news .news-item h2 {
  font-family: "Aften Screen", Arial, Helvetica, sans-serif;
  text-transform: none;
}

section.archive-news .news-item .ratio-box {
  margin-bottom: 20px;
}

section.archive-news {
  background-color: #fff;
  padding: 85px 0 60px 0;
}

section.archive-values {
  background-color: #ff6668;
}

div.archive-facts section {
  padding: 50px 0 50px 0;
}

section.fact-header {
  padding: 180px 0 200px 0;
}

section.fact {
  padding: 120px 0 10px 0;
}

section.fact h1 {
  font-family: "Aften Screen", Arial, Helvetica, sans-serif;
  text-transform: none;
}

/*
.theme1 {
	background-color: $red;
}

.theme1 h1 {
	margin-top: -50px;
	color: $white;
}

.theme1 p {
	color: $white;
}
*/
.theme1 {
  background-color: #ff6668;
  color: #fff !important;
}

.theme1 h1, .theme1 h2, .theme1 h3, .theme1 h4 {
  color: #fff;
}

.theme1 p {
  color: #fff;
}

.theme1 a.button {
  color: #ff6668;
  background-color: #fff;
}

.theme2 {
  background-color: #541a25;
  color: #ff6668 !important;
}

.theme2 h1, .theme2 h2, .theme2 h3, .theme2 h4 {
  color: #ff6668;
}

.theme2 p {
  color: #ff6668;
}

.theme2 a.button {
  color: #541a25;
  background-color: #ff6668;
}

.theme3 {
  background-color: #ff6668;
  color: #541a25 !important;
}

.theme3 h1, .theme3 h2, .theme3 h3, .theme3 h4 {
  color: #541a25;
}

.theme3 p {
  color: #541a25;
}

.theme3 a.button {
  color: #ff6668;
  background-color: #541a25;
}

.theme4 {
  background-color: #fff;
  color: #ff6668 !important;
}

.theme4 h1, .theme4 h2, .theme4 h3, .theme4 h4 {
  color: #ff6668;
}

.theme4 p {
  color: #ff6668;
}

.theme4 a.button {
  color: #fff;
  background-color: #ff6668;
}

section.contact {
  background-color: #fff;
  padding: 60px 0 100px 0;
}

.contact-email {
  color: #000;
}

.contact-email h3, .contact-email p, .contact-email a {
  color: #000 !important;
}

.contact-item {
  padding: 20px 0 20px 0;
  color: #ff6668;
}

.contact-item h3 {
  padding: 5px 0 5px 0;
  color: #ff6668;
}

.contact-item p {
  margin: 0;
  text-transform: lowercase;
  font-size: 1.2em;
}

.contact-item a {
  color: #ff6668;
  text-decoration: none !important;
}

.contact-item a:hover {
  text-decoration: underline !important;
}

section.values {
  background-color: #fff;
  padding: 60px 0 60px 0;
}

section.carousel {
  position: relative;
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 100vh;
  min-height: 600px;
}

section.carousel .video-text-overlay {
  position: absolute;
  z-index: 90000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
}

section.video-fluid, section.video {
  background-color: #000;
}

section.video, section.image {
  margin: 0;
}

section.employees {
  background-color: #fff;
}

.page-header {
  padding: 120px 0 50px 0;
}

.page-num {
  padding-top: 35px;
}

.case-description {
  padding: 80px 0 90px 0;
}

.case-description p {
  color: #000;
}

#fullpage .section {
  heigth: 100vh;
}

.carousel-posts, .carousel-values {
  position: relative;
}

.carousel-item {
  background-color: #ff6668;
  position: relative;
}

.carousel-item .row {
  height: 100vh;
  min-height: 420px;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
}

.carousel-item .row .text {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  padding: 0 70px;
  width: 100vw;
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
  -webkit-transition: all 400ms ease-out;
  /* Safari */
  transition: all 400ms ease-out;
}

.carousel-item .button {
  opacity: 0;
}

.carousel-item .news-image {
  background-color: #000;
}

.carousel-item .news-color {
  background-color: #ff6668;
}

.carousel-item h1 {
  font-family: "Aften Screen", Arial, Helvetica, sans-serif;
  font-size: 4em;
  color: #fff;
  letter-spacing: 0;
}

.carousel-item h2 {
  color: #fff;
  font-size: 2em;
  margin-bottom: -1.5em;
}

.carousel-item p {
  margin: 5px 0 20px 0;
}

.carousel-item .text {
  margin: 20px;
}

.carousel-item .button {
  margin: 10px;
}

/*
.video-slide-container {
	position: relative;
	width: 100vw;
    height: 100vh;
    overflow: hidden !important;
    padding: 0;
}


.video-slide-containerriframe {
	position: absolute;
	box-sizing: border-box;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 177.77777778vh;
}
*/
.video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  overflow: hidden;
  height: 100vh;
  position: relative;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}

iframe.video-cover {
  position: absolute;
  box-sizing: border-box;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 177.77777778vh;
  /*
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translate(-50%, -50%);
	*/
}

.error-404 h1 {
  font-size: 10em;
  padding: 100px 15px 100px 15px;
}

.case h3 {
  color: #541a25;
  padding: 10px 0 0 0;
}

.case h2 {
  padding: 1px 0 30px 0;
}

.client-link:hover {
  text-decoration: underline;
}

.title {
  margin: 20px;
}

.date {
  color: #ff6668;
  font-weight: bold;
}

[role="button"] {
  cursor: pointer;
}

#floating-description {
  pointer-events: none;
  position: absolute;
  z-index: 200;
  top: 0px;
  left: 0px;
  font-family: "Aften Screen", Arial, Helvetica, sans-serif;
  color: #ff6668;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #ff6668;
  padding: 10px 12px 10px 10px;
  -webkit-transition: opacity 200ms ease-out;
  /* Safari */
  transition: opacity 200ms ease-out;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
}

#footer {
  text-align: center;
  padding: 60px 30px 60px 30px;
}

/*.item:hover img, .item:focus img {
	opacity: 0.6;
}*/
/*
.item {
	padding-bottom: 30px;
}*/
/* lazyload */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 600ms;
}

.ratio-box {
  position: relative;
  height: 0;
  display: block;
  width: 100%;
  /* padding-bottom is calculated and rendered in to HTML */
}

.ratio-box img,
.ratio-box iframe,
.ratio-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* media queries */
@media only screen and (min-height: 0px) and (min-width: 0px) {
  #menu-main.menu li {
    font-size: 3em;
  }
}

@media only screen and (min-height: 667px) and (min-width: 375px) {
  #menu-main.menu li {
    font-size: 3.7em;
  }
}

@media only screen and (min-height: 736px) and (min-width: 414px) {
  #menu-main.menu li {
    font-size: 4.3em;
  }
}

@media only screen and (min-height: 700px) and (min-width: 450px) {
  #menu-main.menu li {
    font-size: 4.3em;
  }
}

@media only screen and (min-height: 770px) and (min-width: 550px) {
  #menu-main.menu li {
    font-size: 4.5em;
  }
}

@media only screen and (min-height: 900px) and (min-width: 600px) {
  #menu-main.menu li {
    font-size: 5.5em;
  }
}

@media (max-height: 400px) {
  .slick-dots {
    display: none;
    opacity: 0;
  }
}

@media (max-width: 415px) {
  .nav-news-flash {
    text-align: left;
    left: 0px;
  }
  .nav-news-flash p {
    font-size: 1em !important;
  }
}

@media (max-height: 520px) and (max-width: 700px) {
  .nav-news-flash {
    display: none;
  }
}

@media (max-width: 400px) {
  .current-page {
    display: none;
  }
  ul.contact-list li {
    margin: 5px;
    display: block;
  }
  p.email {
    font-size: 1em;
  }
  .intro-text {
    font-size: 1.0em;
  }
  .client-divider {
    display: none;
  }
  h1.client-item {
    display: block;
    padding-bottom: 0px;
  }
  h1.case-name {
    font-size: 2.9em !important;
  }
  .case-header h2 {
    font-size: 1.5em;
  }
  .page-header {
    padding: 100px 0 30px 0;
  }
  section.text-block {
    padding: 40px 0 40px 0;
  }
  .archive-news .container-large {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.5em;
    padding: 10px 0 10px 0;
  }
  h1.large {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2em;
  }
  #fp-nav {
    display: none;
  }
  .fullpage h1.large {
    margin-top: 0px;
  }
  p.medium {
    font-size: 1.2em;
  }
  h1.client-item {
    line-height: 1.2em;
    margin: -10px 0 -10px 0;
  }
  h1.case-name {
    font-size: 4em;
  }
  img.news-thumb {
    padding: 20px 0 20px 0;
    margin: 0;
  }
  .col-dynamic {
    max-width: 100%;
  }
  ul.client-list {
    -moz-columns: 2;
    columns: 2;
  }
  .grid-item {
    width: 100%;
  }
  button.slick-arrow {
    display: none !important;
  }
  .carousel-item .row .text {
    padding: 0 30px;
  }
  .slick-dots {
    bottom: 90px;
  }
  section.quote {
    padding: 80px 0px 50px 0px;
  }
  blockquote {
    font-size: 3em;
  }
  blockquote cite {
    font-size: 18px;
  }
  blockquote footer {
    margin-top: -10px;
  }
  .carousel-item h1 {
    font-size: 2.5em;
  }
  .carousel-item h2 {
    font-size: 1.2em;
  }
  .intro-text {
    font-size: 1.2em;
  }
  a.social-link {
    display: inline-block;
  }
  p.social-links {
    margin: 10px 0;
  }
  .clients-headline {
    display: none;
  }
  .archive-news .container-large {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 4em;
    padding: 15px 0 15px 0;
  }
  h1.large {
    font-size: 4em;
  }
  h2 {
    font-size: 2em;
  }
  .fullpage h1.large {
    margin-top: 0px;
  }
  p.medium {
    font-size: 1.2em;
  }
  h1.client-item {
    line-height: 1.2em;
    margin: -20px 0 -20px 0;
  }
  .carousel-item h1 {
    font-size: 3em;
  }
  .carousel-item h2 {
    font-size: 1.6em;
  }
  img.news-thumb {
    padding: 20px 0 20px 0;
    margin: 0;
  }
  .col-dynamic {
    max-width: 50%;
  }
  ul.client-list {
    -moz-columns: 4;
    columns: 4;
  }
  .grid-item {
    width: 100%;
  }
  button.slick-arrow {
    display: block;
  }
  .slick-dots {
    bottom: 60px;
  }
  section.quote {
    padding: 90px 0px 40px 0px;
  }
  blockquote {
    font-size: 5em;
  }
  blockquote cite {
    font-size: 22px;
  }
  blockquote footer {
    margin-top: -20px;
  }
  .intro-text {
    font-size: 1.5em;
  }
  .archive-news .container-large {
    padding-left: 0;
    padding-right: 0;
  }
  .news-item h2 {
    font-size: 3em;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 5em;
    padding: 20px 0 20px 0;
  }
  h1.large {
    font-size: 6em;
  }
  h2 {
    font-size: 3em;
  }
  .fullpage h1.large {
    margin-top: -40px;
  }
  p.medium {
    font-size: 1.5em;
  }
  h1.client-item {
    line-height: 1.2em;
    margin: -20px 0 -20px 0;
  }
  .carousel-item h1 {
    font-size: 3em;
  }
  img.news-thumb {
    padding: 20px 40px 20px 0;
    margin: 50% 0;
  }
  .col-dynamic {
    max-width: 33.33333%;
  }
  ul.client-list {
    -moz-columns: 6;
    columns: 6;
  }
  .grid-item {
    width: 50%;
  }
  button.slick-arrow {
    display: block;
  }
  .slick-dots {
    bottom: 60px;
  }
  section.quote {
    padding: 100px 0px 50px 0px;
  }
  blockquote {
    font-size: 6em;
  }
  blockquote cite {
    font-size: 26px;
  }
  blockquote footer {
    margin-top: -40px;
  }
  .intro-text {
    font-size: 1.8em;
  }
  .archive-news .container-large {
    padding-left: 0;
    padding-right: 0;
  }
  .news-item h2 {
    font-size: 3em;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 6em;
    padding: 20px 0 20px 0;
  }
  h1.large {
    font-size: 7em;
  }
  h2 {
    font-size: 3em;
  }
  .fullpage h1.large {
    margin-top: -50px;
  }
  p.medium {
    font-size: 1.5em;
  }
  h1.client-item {
    line-height: 1.2em;
    margin: -20px 0 -20px 0;
  }
  .carousel-item h1 {
    font-size: 4em;
  }
  img.news-thumb {
    padding: 20px 40px 20px 0;
    margin: 50% 0;
  }
  .col-dynamic {
    max-width: 33.33333%;
  }
  ul.client-list {
    -moz-columns: 6;
    columns: 6;
  }
  .grid-item {
    width: 50%;
  }
  button.slick-arrow {
    display: block;
  }
  .slick-dots {
    bottom: 60px;
  }
  section.quote {
    padding: 180px 0px 80px 0px;
  }
  blockquote {
    font-size: 8em;
  }
  blockquote cite {
    font-size: 32px;
  }
  blockquote footer {
    margin-top: -60px;
  }
}

/* Slick Slider */
.slick-slide:focus {
  outline: none;
}

.slick-slider {
  outline: none;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 8000;
  position: absolute;
  display: block;
  height: 20px;
  width: 37px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.75;
  /*&:before {
        font-family: $slick-font-family;
        font-size: 20px;
        line-height: 1;
        color: $slick-arrow-color;
        opacity: $slick-opacity-default;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }*/
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 10px;
  background: url(images/arrow-left-small.svg);
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: 10px;
  background: url(images/arrow-right-small.svg);
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}
