/*!
Theme Name: 	People in Mind (landing)
Theme URI: 		http://www.tobiasolson.se
Description: 	Wordpress theme People in Mind - version 2019
Version: 	  	1.0
Author: 		  Tobias Olsson
Author URI: http://www.tobiasolsson.se
*/
@import url("https://use.typekit.net/uqw7fen.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/* colors */
.bggraylight {
  background-color: #DBD5CD;
  color: #2A2625;
}

.bggraymedium {
  background-color: #C8BEBA;
  color: #2A2625;
}

.bggraydark {
  background-color: #948B8A;
  color: #FFF;
}

.bgblue {
  background-color: #B7C3C1;
  color: #2A2625;
}

.shadowwrap {
  -webkit-filter: drop-shadow(0 0 7px #948b8a);
  filter: drop-shadow(0 0 7px #948b8a);
  padding: 0 20px;
}

body {
  font-family: lft-etica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.66667em;
  background-image: url("img/pattern.png");
  background-color: #C8BEBA;
}

.boldText, h2, .footer__navigation ul li a, .rubrik__hl, b, strong {
  font-family: lft-etica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.content-wrapper {
  width: 100%;
  max-width: 1320px;
  background-color: #DBD5CD;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}

#footer {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}

.footer__svg {
  width: 100%;
  height: 40px;
  display: block;
}

.footer__inner {
  width: 100%;
  max-width: 1320px;
  background-color: #948B8A;
  padding-bottom: 40px;
}

.footer__navigation {
  padding: 0 80px;
  padding-bottom: 20px;
}

.footer__navigation ul {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 900px) {
  .footer__navigation ul {
    display: block;
    text-align: center;
  }
}

.footer__navigation ul li a {
  text-transform: uppercase;
  color: #2A2625;
  text-decoration: none;
  font-size: 0.77778em;
  position: relative;
  padding-bottom: 2px;
}

.footer__navigation ul li a:after {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000;
}

.footer__navigation ul li a:hover:after {
  width: 100%;
  left: 0;
}

.footer__adress {
  text-align: center;
  color: #DBD5CD;
}

.footer__adress__title {
  color: #000;
  text-transform: uppercase;
}

.footer__adress a {
  color: #DBD5CD;
  text-decoration: none;
}

.footer__adress a:hover {
  text-decoration: underline;
}

.social {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
}

.social__icon {
  display: block;
  height: 40px;
  width: 40px;
  text-indent: -2000px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 5px;
  background-image: url("img/instagram.png");
  background-image: linear-gradient(transparent, transparent), url("img/instagram.svg");
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.social__icon:hover {
  opacity: .5;
}

.social__icon-linkedin {
  background-image: url("img/linkedin.png");
  background-image: linear-gradient(transparent, transparent), url("img/linkedin.svg");
}

/* HEADER */
.header {
  position: fixed;
  left: 20px;
  right: 20px;
  z-index: 2;
}

.header__inner, .fakeheader {
  width: 100%;
  max-width: 1320px;
  background-color: #DBD5CD;
  margin: 0 auto;
  position: relative;
}

.hdr-logo {
  position: relative;
  background-color: #DBD5CD;
  z-index: 10;
}

.hdr-logo-link {
  background: url("img/logo.png") no-repeat center center;
  background-image: url("img/logo.svg"), none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  height: 120px;
  margin: 0 auto;
  display: block;
  text-indent: -2000px;
  border: 40px solid #DBD5CD;
  -webkit-transition: height 0.25s ease 0s, border-width 0.25s ease 0s, background-position 0.25s ease-in-out 0.25s;
  -moz-transition: height 0.25s ease 0s, border-width 0.25s ease 0s, background-position 0.25s ease-in-out 0.25s;
  transition: height 0.25s ease 0s, border-width 0.25s ease 0s, background-position 0.25s ease-in-out 0.25s;
}

.scaleheader .hdr-logo-link {
  -webkit-transition: height 0.25s ease 0s, border-width 0.25s ease 0.2s, background-position 0.25s ease-in-out 0.25s;
  -moz-transition: height 0.25s ease 0s, border-width 0.25s ease 0.2s, background-position 0.25s ease-in-out 0.25s;
  transition: height 0.25s ease 0s, border-width 0.25s ease 0.2s, background-position 0.25s ease-in-out 0.25s;
  height: 50px;
  border-width: 20px;
  background-position: 0 center;
}

@media (max-width: 900px) {
  .hdr-logo-link {
    height: 50px;
    border-width: 20px;
    background-position: 0 center;
  }
}

.header__wrapper {
  position: relative;
}

.fakeheader {
  height: 200px;
}

@media (max-width: 900px) {
  .fakeheader {
    height: 100px;
  }
}

/*
======================================

MENU ICON

======================================
*/
.hamburger {
  width: 40px;
  text-transform: none;
  border: none;
  padding: 0;
  display: block;
  height: 100%;
  cursor: pointer;
  position: absolute;
  text-decoration: none;
  right: 80px;
  top: 0;
  bottom: 0;
  z-index: 100;
}

.hamburger__inner {
  display: table;
  height: 100%;
}

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

@media (max-width: 900px) {
  .hamburger {
    right: 20px;
  }
}

.hamburger .hamburger__figure {
  display: block;
  position: relative;
  height: 6px;
  width: 40px;
  background: #2A2625;
  -webkit-transition: -webkit-transform 0.25s ease 0.5s;
  -moz-transition: -moz-transform 0.25s ease 0.5s;
  transition: transform 0.25s ease 0.5s;
}

.hamburger:hover .hamburger__figure {
  background: transparent;
}

.hamburger:hover .hamburger__figure:before {
  top: 0;
  transform: rotate(90deg);
  -webkit-transition: top 0.25s ease 0s, -webkit-transform 0.25s ease 0.5s;
  -moz-transition: top 0.25s ease 0s, -moz-transform 0.25s ease 0.5s;
  transition: top 0.25s ease 0s, transform 0.25s ease 0.5s;
}

.hamburger:hover .hamburger__figure:after {
  top: 0;
  -webkit-transition: top 0.25s ease 0s, -webkit-transform 0.25s ease 0.5s;
  -moz-transition: top 0.25s ease 0s, -moz-transform 0.25s ease 0.5s;
  transition: top 0.25s ease 0s, transform 0.25s ease 0.5s;
}

.hamburger .hamburger__figure:before,
.hamburger .hamburger__figure:after {
  position: absolute;
  content: '';
  height: 6px;
  width: 40px;
  background: #2A2625;
  top: 0;
  -webkit-transition: top 0.25s ease 0.5s, -webkit-transform 0.25s ease 0s;
  -moz-transition: top 0.25s ease 0.5s, -moz-transform 0.25s ease 0s;
  transition: top 0.25s ease 0.5s, transform 0.25s ease 0s;
}

.hamburger .hamburger__figure:after {
  top: 10px;
}

.hamburger .hamburger__figure:before {
  top: -10px;
}

/*
======================================

main-navigation

======================================
*/
.main-navigation {
  -webkit-transition: margin-top 0.25s ease-in-out;
  -moz-transition: margin-top 0.25s ease-in-out;
  transition: margin-top 0.25s ease-in-out;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.show-menu .main-navigation {
  margin-top: 0;
}

@media (max-width: 900px) {
  .main-navigation {
    margin-top: -100%;
  }
}

.main-navigation__inner {
  position: relative;
  background-color: rgba(148, 139, 138, 0.6);
  padding: 20px;
  text-align: center;
}

.main-navigation__inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .main-navigation__inner ul {
    display: block;
  }
}

.main-navigation__inner ul li a {
  display: inline-block;
  margin: 0 10px;
  font-size: 0.77778em;
  text-transform: uppercase;
}

.main-navigation__inner__headline {
  text-transform: uppercase;
  font-size: .75em;
}

.menu__list__item__link {
  text-decoration: none;
  color: #2A2625;
  position: relative;
  display: inline-block;
}

.menu__list__item__link:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  bottom: 6px;
  left: 50%;
  position: absolute;
  background-color: #2A2625;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.menu__list__item__link:hover:after {
  width: 100%;
  left: 0;
}

.current-menu-item .menu__list__item__link:after {
  width: 100%;
  left: 0;
}

/*
  ======================================
  
  SHOW MENU
  
  ======================================
  */
.show-menu .hamburger__figure {
  background: transparent;
  /*height: 0;*/
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.show-menu .hamburger__figure:before {
  top: 0;
  transform: rotate(90deg);
}

.show-menu .hamburger__figure:after {
  top: 0;
}

.bigimage {
  position: relative;
  margin-bottom: 20px;
}

.bigimage__image source, .bigimage__image img {
  width: 100%;
  height: auto;
  display: block;
}

.bigimage__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bigimage__text__inner, .citat__inner {
  font-size: 2.77778em;
  line-height: 1.1em;
  padding: 8px;
  margin: 0 90px;
}

@media (max-width: 900px) {
  .bigimage__text__inner, .citat__inner {
    font-size: 1.66667em;
    margin: 0 60px;
  }
}

.bigimage__text__inner span, .citat__inner span {
  color: #DBD5CD;
  line-height: 1.2em;
  background-color: #948B8A;
  box-shadow: 20px 0 0 #948B8A, -20px 0 0 #948B8A;
}

.rubrik {
  text-align: center;
  padding: 60px 80px;
  font-size: 1.66667em;
  line-height: 1.33333em;
}

@media (max-width: 900px) {
  .rubrik {
    padding: inherit 40px;
  }
}

.tvaspalt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 80px;
  padding-top: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

@media (max-width: 900px) {
  .tvaspalt {
    display: block;
    padding: 0 40px;
    margin-bottom: 40px;
  }
}

.tvaspalt picture {
  height: 100%;
  display: block;
}

.tvaspalt__img {
  position: relative;
}

.tvaspalt__img__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tvaspalt__img__img img, .tvaspalt__img__img source {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.tvaspalt__img__img img {
  border-bottom-right-radius: 150px;
  object-fit: cover;
  object-position: 50% 0;
  height: 100%;
}

@media (max-width: 900px) {
  .tvaspalt__img__img img {
    border-radius: 0 !important;
  }
}

.tvaspalt__img:before {
  padding-top: 100%;
  content: '';
  display: block;
}

.tvaspalt__txt {
  font-size: 1.66667em;
  line-height: 1.33333em;
  border-bottom-left-radius: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tvaspalt__txt__inner {
  padding: 40px 60px;
  font-size:20px;
  line-height: 30px;
}

@media (max-width: 1000px) {
  .tvaspalt__txt {
    font-size: 1.38889em;
  }
}

@media (max-width: 900px) {
  .tvaspalt__txt {
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}

.tvaspalt:nth-child(even) {
  direction: rtl;
}

.tvaspalt:nth-child(even) .tvaspalt__img__img img, .tvaspalt:nth-child(even) .tvaspalt__img__img source {
  border-bottom-right-radius: 0;
  border-top-left-radius: 150px;
}

.tvaspalt:nth-child(even) .tvaspalt__txt {
  direction: ltr;
  border-bottom-left-radius: 0;
  border-top-right-radius: 150px;
}

.omraden {
  position: relative;
  display: flex;
  padding: 80px 0;
  margin: 0 20px;
  justify-content: space-around;
  padding-bottom: 120px;
}

@media (max-width: 1000px) {
  .omraden {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    grid-gap: 20px;
    padding: 20px;
  }
}

@media (max-width: 900px) {
  .omraden {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1000px) {
  .omraden-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.omraden__boll {
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
}

.omraden__boll__text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
}

.omraden__boll__text__inner {
  display: inline-block;
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
  margin: 0 10px;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .omraden__boll:hover .omraden__boll__text {
    transform: scale(1.1);
  }
  .omraden__boll:hover .shadow-outer {
    transform: scale(1.1);
  }
}

@media (min-width: 1000px) {
  .omraden .shadow-outer {
    position: absolute;
    display: inline-block;
    bottom: -100px;
    width: 130%;
    left: -15%;
    height: 50px;
    -webkit-animation: bottles-shadow;
    animation: bottles-shadow;
    animation-iteration-count: infinite;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media (min-width: 1000px) {
  .omraden .shadow {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 30%, transparent 70%);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

.omraden__boll1 .omraden__boll__text {
  background-color: #948B8A;
}

@media (min-width: 1000px) {
  .omraden__boll1 {
    -webkit-animation: boll1anim 10s infinite;
    -moz-animation: boll1anim 10s infinite;
    animation: boll1anim 10s infinite;
  }
  .omraden__boll1 .shadow-outer {
    -webkit-animation: bottles-shadow1 10s infinite;
    /* Safari 4+ */
    -moz-animation: bottles-shadow1 10s infinite;
    /* Fx 5+ */
    -o-animation: bottles-shadow1 10s infinite;
    /* Opera 12+ */
    animation: bottles-shadow1 10s infinite;
    /* IE 10+, Fx 29+ */
  }
}

.omraden__boll2 .omraden__boll__text {
  background-color: #C8BEBA;
}

@media (min-width: 1000px) {
  .omraden__boll2 {
    -webkit-animation: boll2anim 10s infinite;
    -moz-animation: boll2anim 10s infinite;
    animation: boll2anim 10s infinite;
  }
  .omraden__boll2 .shadow-outer {
    -webkit-animation: 10s, infinite, bottles-shadow2;
    -moz-animation: 10s, infinite, bottles-shadow2;
    animation: 10s, infinite, bottles-shadow2;
  }
}

.omraden__boll3 .omraden__boll__text {
  background-color: #B7C3C1;
}

@media (min-width: 1000px) {
  .omraden__boll3 {
    -webkit-animation: boll3anim 10s infinite;
    -moz-animation: boll3anim 10s infinite;
    animation: boll3anim 10s infinite;
  }
  .omraden__boll3 .shadow-outer {
    -webkit-animation: 10s, infinite, bottles-shadow3;
    -moz-animation: 10s, infinite, bottles-shadow3;
    animation: 10s, infinite, bottles-shadow3;
  }
}

.omraden__boll4 .omraden__boll__text {
  background-color: #948B8A;
}

@media (min-width: 1000px) {
  .omraden__boll4 {
    -webkit-animation: boll4anim 10s infinite;
    -moz-animation: boll4anim 10s infinite;
    animation: boll4anim 10s infinite;
  }
  .omraden__boll4 .shadow-outer {
    -webkit-animation: 10s, infinite, bottles-shadow4;
    -moz-animation: 10s, infinite, bottles-shadow4;
    animation: 10s, infinite, bottles-shadow4;
  }
}

@-webkit-keyframes boll1anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes boll1anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes boll1anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes boll2anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes boll2anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes boll2anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes boll3anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes boll3anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes boll3anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes boll4anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes boll4anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes boll4anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bottles-shadow1 {
  0% {
    bottom: -100px;
  }
  50% {
    bottom: -120px;
  }
  100% {
    bottom: -100px;
  }
}

@-moz-keyframes bottles-shadow1 {
  0% {
    bottom: -100px;
  }
  50% {
    bottom: -120px;
  }
  100% {
    bottom: -100px;
  }
}

@keyframes bottles-shadow1 {
  0% {
    bottom: -100px;
  }
  50% {
    bottom: -120px;
  }
  100% {
    bottom: -100px;
  }
}

@-webkit-keyframes bottles-shadow2 {
  0% {
    bottom: -100px;
  }
  40% {
    bottom: -85px;
  }
  100% {
    bottom: -100px;
  }
}

@-moz-keyframes bottles-shadow2 {
  0% {
    bottom: -100px;
  }
  40% {
    bottom: -85px;
  }
  100% {
    bottom: -100px;
  }
}

@keyframes bottles-shadow2 {
  0% {
    bottom: -100px;
  }
  40% {
    bottom: -85px;
  }
  100% {
    bottom: -100px;
  }
}

@-webkit-keyframes bottles-shadow3 {
  0% {
    bottom: -100px;
  }
  55% {
    bottom: -120px;
  }
  100% {
    bottom: -100px;
  }
}

@-moz-keyframes bottles-shadow3 {
  0% {
    bottom: -100px;
  }
  55% {
    bottom: -120px;
  }
  100% {
    bottom: -100px;
  }
}

@keyframes bottles-shadow3 {
  0% {
    bottom: -100px;
  }
  55% {
    bottom: -120px;
  }
  100% {
    bottom: -100px;
  }
}

@-webkit-keyframes bottles-shadow4 {
  0% {
    bottom: -100px;
  }
  60% {
    bottom: -90px;
  }
  100% {
    bottom: -100px;
  }
}

@-moz-keyframes bottles-shadow4 {
  0% {
    bottom: -100px;
  }
  60% {
    bottom: -90px;
  }
  100% {
    bottom: -100px;
  }
}

@keyframes bottles-shadow4 {
  0% {
    bottom: -100px;
  }
  60% {
    bottom: -90px;
  }
  100% {
    bottom: -100px;
  }
}

.textfield {
  max-width: 767px;
  padding: 40px;
  margin: 0 auto;
  color: #2A2625;
  z-index: 1;
}

.textfield a {
  color: #2A2625;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.textfield a:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  background: #BB8CA4;
  height: 4px;
  z-index: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.textfield a:hover:after {
  opacity: 0;
}

.textfield h1, .textfield h2 {
  padding-bottom: 20px;
  text-transform: uppercase;
}

.textfield p {
  padding-bottom: 20px;
}

.textfield ul li {
  padding-left: 60px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}

.textfield ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #C8BEBA;
}

.textfield ul li:nth-child(3n-1)::before {
  background-color: #948B8A;
}

.textfield ul li:nth-child(3n)::before {
  background-color: #c6bcaf;
}

.citat {
  max-width: 847px;
  margin: auto;
}

.citat__inner {
  font-size: 1.77778em;
  overflow: hidden;
  margin: 0 40px;
}

.citat__inner span {
  background-color: #C8BEBA;
  box-shadow: 10px 0 0 #C8BEBA, -20px 0 0 #C8BEBA !important;
  color: #FFF !important;
}

.citat__inner__person {
  color: #2A2625;
  margin-top: 1em;
  text-align: right;
  font-size: 0.5em;
}

@media (max-width: 900px) {
  .citat__inner__person {
    font-size: .5em;
  }
}

.instagram {
  display: block;
  padding: 0 70px;
  overflow: hidden;
}

.instagram_hl {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

.instagram_hl a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.instagram__item {
  position: relative;
  width: 25%;
  float: left;
  padding: 10px;
  display: block;
  overflow: hidden;
  border: 10px solid #DBD5CD;
  box-sizing: border-box;
}

.instagram__item:after {
  display: block;
  content: '';
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100%;
}

.instagram__item__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

@media (max-width: 1000px) {
  .instagram__item {
    width: 50%;
  }
}
