/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald-v31-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/oswald-v31-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/oswald-v31-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/oswald-v31-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/oswald-v31-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/oswald-v31-latin-300.svg#Oswald') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot');
  src: url('../fonts/fontello.eot#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2') format('woff2'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-down:before {
  content: '\e800';
}
/* '' */
.icon-right:before {
  content: '\e801';
}
/* '' */
.icon-up:before {
  content: '\e802';
}
/* '' */
.icon-left:before {
  content: '\e803';
}
/* '' */
.icon-cancel:before {
  content: '\e804';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
.icon-instagram:before {
  content: '\f32d';
}
/* '' */
html,
body {
  height: 100%;
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100vh;
  overflow: hidden;
}
body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  font-family: 'Oswald';
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
  background: #f0f0f0;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  display: grid;
  grid-template-rows: 8vh 1fr;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald';
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: inline-block;
}
h1,
h2 {
  font-size: 1.5rem;
  padding: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1rem;
  border: 3px solid rgba(0, 0, 0, 0.5);
  font-weight: 300;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  h1,
  h2 {
    font-size: 2rem;
    padding: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-bottom: 2rem;
    border: 3px solid rgba(0, 0, 0, 0.5);
    font-weight: 300;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  h1,
  h2 {
    font-size: 2rem;
    padding: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-bottom: 2rem;
    border: 3px solid rgba(0, 0, 0, 0.5);
    font-weight: 300;
  }
}
@media only screen and (min-width: 1025px) {
  h1,
  h2 {
    font-size: 2rem;
    padding: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-bottom: 2rem;
    border: 3px solid rgba(0, 0, 0, 0.5);
    font-weight: 300;
  }
}
figure {
  display: inline-block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
a {
  color: rgba(0, 0, 0, 0.5) !important;
  text-decoration: none;
}
/*Animations*/
.bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 10vh;
  z-index: 9;
  background: #f0f0f0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  header {
    height: 8vh;
    max-height: 100px;
    grid-template-columns: 1fr 2fr 1fr;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  header {
    height: 8vh;
    max-height: 100px;
    grid-template-columns: 1fr 2fr 1fr;
  }
}
@media only screen and (min-width: 1025px) {
  header {
    height: 10vh;
    grid-template-columns: 1fr 2fr 1fr;
  }
}
header .logo {
  margin-left: 5vw;
}
@media only screen and (min-width: 1025px) {
  header .logo {
    margin-left: 3vw;
  }
}
header .logo img {
  width: 40vw;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  header .logo img {
    width: 20vw;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  header .logo img {
    width: 15vw;
  }
}
@media only screen and (min-width: 1025px) {
  header .logo img {
    width: 14vw;
    height: auto;
  }
}
header .portmenu {
  display: none;
}
@media only screen and (min-width: 40em) {
  header .portmenu {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
  }
}
header .portmenu .portfoliomenu {
  text-align: center;
  vertical-align: bottom;
  display: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 40em) {
  header .portmenu .portfoliomenu {
    display: none;
  }
}
header .portmenu .portfoliomenu li {
  display: inline-block;
  list-style: none;
  font-size: 1.5rem;
  margin-left: 1vw;
}
header .menu-icon-container {
  justify-self: end;
  margin-right: 5vw;
  grid-column-start: 3;
  grid-column-end: 4;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  header .menu-icon-container {
    margin-right: 3vw;
  }
}
@media only screen and (min-width: 1025px) {
  header .menu-icon-container {
    margin-right: 3vw;
  }
}
header .menu-icon-container .burgerbutton {
  max-width: 12vw;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  header .menu-icon-container .burgerbutton {
    max-width: 8vw;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  header .menu-icon-container .burgerbutton {
    width: 6vw;
  }
}
@media only screen and (min-width: 1025px) {
  header .menu-icon-container .burgerbutton {
    width: 3vw;
  }
}
header .menu-icon-container .burgerbutton .bar1,
header .menu-icon-container .burgerbutton .bar2,
header .menu-icon-container .burgerbutton .bar3 {
  width: 12vw;
  height: 2vw;
  border-radius: 1vw;
  margin: 2vw 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  header .menu-icon-container .burgerbutton .bar1,
  header .menu-icon-container .burgerbutton .bar2,
  header .menu-icon-container .burgerbutton .bar3 {
    width: 6vw;
    height: 1vw;
    border-radius: 0.5vw;
    margin: 1vw 0;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  header .menu-icon-container .burgerbutton .bar1,
  header .menu-icon-container .burgerbutton .bar2,
  header .menu-icon-container .burgerbutton .bar3 {
    width: 4vw;
    height: 0.7vw;
    border-radius: 0.35vw;
    margin: 0.5vw 0;
  }
}
@media only screen and (min-width: 1025px) {
  header .menu-icon-container .burgerbutton .bar1,
  header .menu-icon-container .burgerbutton .bar2,
  header .menu-icon-container .burgerbutton .bar3 {
    width: 3vw;
    height: 0.5vw;
    border-radius: 0.25vw;
    margin: 0.4vw 0;
  }
}
/*Fullpage-Elemente*/
#fullpage {
  /*Pfeile Navigation*/
}
#fullpage .section .fp-tableCell {
  background-color: #f0f0f0;
  display: table-cell;
  vertical-align: top;
  width: 100vw;
  height: 100%;
}
#fullpage .section .fp-tableCell .inhaltsWrapper {
  position: relative;
  overflow: hidden;
  padding-top: 10vh;
  height: 90vh;
  display: block;
  /*@media @largeandup{
          padding-top: 8vh;
          height: 92vh; //87
        }*/
}
#fullpage .section .fp-tableCell .inhaltsWrapper .frame {
  margin: 3vw;
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1vw;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #fullpage .section .fp-tableCell .inhaltsWrapper .frame {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1vw;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #fullpage .section .fp-tableCell .inhaltsWrapper .frame {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0.75vw;
  }
}
@media only screen and (min-width: 1025px) {
  #fullpage .section .fp-tableCell .inhaltsWrapper .frame {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0.5vw;
  }
}
#fullpage .section .fp-tableCell .inhaltsWrapper .frame h1 {
  margin: 0;
  margin-bottom: 2vw;
  grid-column-start: 1;
  grid-column-end: 6;
  display: table;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #fullpage .section .fp-tableCell .inhaltsWrapper .frame h1 {
    grid-column-end: 7;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #fullpage .section .fp-tableCell .inhaltsWrapper .frame h1 {
    grid-column-end: 9;
  }
}
@media only screen and (min-width: 1025px) {
  #fullpage .section .fp-tableCell .inhaltsWrapper .frame h1 {
    grid-column-end: 9;
  }
}
#fullpage .section .fp-tableCell .inhaltsWrapper .frame .ce-gallery {
  margin: 0;
  margin-bottom: 4vw;
  grid-column-start: 1;
  grid-column-end: 3;
  align-items: stretch;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  #fullpage .section .fp-tableCell .inhaltsWrapper .frame .ce-gallery {
    display: block;
  }
}
#fullpage .section .fp-tableCell .inhaltsWrapper .frame .contenttable {
  grid-column-start: 1;
  grid-column-end: 3;
}
#fullpage .section .fp-tableCell .inhaltsWrapper .frame .contenttable tr {
  margin-bottom: 1vh;
}
#fullpage .section .fp-tableCell .inhaltsWrapper .frame .contenttable tr td:nth-child(1) {
  font-weight: bold;
  padding-right: 5vw;
  width: 25vw;
}
#fullpage .section .fp-tableCell .inhaltsWrapper .frame .contenttable tr p {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  #fullpage .section .fp-tableCell .inhaltsWrapper .frame .contenttable tr p {
    font-size: 1.5rem;
  }
}
#fullpage .section .fp-tableCell .inhaltsWrapper .startslicker {
  display: flex;
  width: 100vw;
}
#fullpage .section .fp-tableCell .inhaltsWrapper .startslicker .frame.slick-slide {
  display: flex;
  justify-content: center;
  height: 80vh;
  position: relative;
}
#fullpage .section .fp-tableCell .inhaltsWrapper .startslicker .frame.slick-slide img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #fullpage .section .fp-tableCell .inhaltsWrapper .startslicker .frame.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 0 25%;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #fullpage .section .fp-tableCell .inhaltsWrapper .startslicker .frame.slick-slide img {
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: 0 25%;
  }
}
@media only screen and (min-width: 1025px) {
  #fullpage .section .fp-tableCell .inhaltsWrapper .startslicker .frame.slick-slide img {
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: 0 25%;
  }
}
#fullpage .section .fp-tableCell .inhaltsWrapper .frame-type-form_formframework form {
  grid-column-start: 1;
  grid-column-end: 3;
}
#fullpage .section .fp-tableCell .inhaltsWrapper .frame-type-form_formframework h2,
#fullpage .section .fp-tableCell .inhaltsWrapper .frame-type-form_formframework label {
  display: none;
}
#fullpage .section .fp-tableCell .inhaltsWrapper .frame-type-form_formframework .input,
#fullpage .section .fp-tableCell .inhaltsWrapper .frame-type-form_formframework input,
#fullpage .section .fp-tableCell .inhaltsWrapper .frame-type-form_formframework textarea {
  display: block;
  min-width: 92vw;
  max-width: 92vw;
  margin-bottom: 1vh;
}
#fullpage .nextSection,
#fullpage .nextSectionOlaf {
  position: absolute;
  bottom: 1rem;
  left: 50%;
}
#fullpage .naviPortfolioSlider {
  position: absolute;
  bottom: 1rem;
  display: block;
  width: 100vw;
  text-align: center;
  margin-top: 2rem;
}
#fullpage .naviPortfolioSlider .prevSectionSlide {
  position: absolute;
  left: 5vw;
}
#fullpage .naviPortfolioSlider .nextSection,
#fullpage .naviPortfolioSlider .nextSectionOlaf {
  position: relative;
  bottom: 0;
  align-self: center;
  left: 0;
}
#fullpage .naviPortfolioSlider .nextSectionSlide {
  position: absolute;
  right: 5vw;
}
#fullpage #section0 {
  width: 100vw;
}
#fullpage #section0 .inhaltsWrapper {
  width: 100vw;
}
#fullpage #section1 .inhaltsWrapper .frame {
  padding-bottom: 10vh;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #fullpage #section1 .inhaltsWrapper .frame {
    padding-bottom: 0;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #fullpage #section1 .inhaltsWrapper .frame {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  #fullpage #section1 .inhaltsWrapper .frame {
    padding-bottom: 0;
  }
}
#fullpage #section1 .inhaltsWrapper .frame a.tooltipster {
  max-width: 46vw;
  background-color: #aaa;
  display: flex;
  justify-content: center;
  align-content: center;
  /*@media @largeandup{
          max-width: none;
          height: 360px
          }*/
}
#fullpage #section1 .inhaltsWrapper .frame a.tooltipster picture {
  background-color: red;
}
#fullpage #section1 .inhaltsWrapper .frame a.tooltipster picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*  @media @largeandup{
              width: auto;
              height: 360px;
            }*/
}
#fullpage #section1 #slide1.active .portfoliomenu a.port_architecture {
  font-weight: bold;
  cursor: default;
}
#fullpage #section1 #slide2.active .portfoliomenu a.port_people {
  font-weight: bold;
  cursor: default;
}
#fullpage #section1 #slide3.active .portfoliomenu a.port_working {
  font-weight: bold;
  cursor: default;
}
#fullpage #section1 #slide4.active .portfoliomenu a.port_film {
  font-weight: bold;
  cursor: default;
}
#fullpage #section2 .inhaltsWrapper {
  display: block;
}
#fullpage #section2 .inhaltsWrapper .frame {
  display: block;
}
#fullpage #section3 .inhaltsWrapper .frame {
  display: block;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1025px) {
  #fullpage #section3 .inhaltsWrapper .frame {
    grid-template-columns: 1fr 1fr;
  }
}
#fullpage #section3 .inhaltsWrapper .frame input[type=text] {
  width: 100%;
  padding: 8px 12px;
  margin: 8px 0;
  box-sizing: border-box;
}
#fullpage #section3 .inhaltsWrapper .frame textarea {
  width: 100%;
  height: 150px;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.5);
  background-color: #f8f8f8;
  resize: none;
}
#fullpage #section3 .inhaltsWrapper .frame select {
  width: 100%;
  padding: 16px 20px;
  border: none;
  background-color: #f1f1f1;
  border: 2px solid rgba(0, 0, 0, 0.5);
}
#fullpage #section3 .inhaltsWrapper .frame .icon-xing-squared:before {
  font-size: 2.5rem;
  margin-left: 0!important;
}
#fullpage #section3 .inhaltsWrapper .frame button {
  appearance: auto;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  background-color: -internal-light-dark(#efefef, #3b3b3b);
  box-sizing: border-box;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 8px 12px;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark(#767676, #858585);
  border-image: initial;
}
/*Folgeseiten*/
#section-portfolio .inhaltsWrapper {
  position: relative;
  overflow: scroll;
  padding-top: 10vh;
  height: 87vh;
  display: block;
  width: 94vw;
  margin-left: 3vw;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1025px) {
  #section-portfolio .inhaltsWrapper {
    padding-top: 10vh;
    height: 87vh;
  }
}
section.infoseite {
  display: block;
  overflow: scroll!important;
  border: 1px solid red;
}
section.infoseite .frame {
  margin: 3vw;
}
#section-portfolio .portfoliomenu {
  text-align: right;
  margin-top: 0;
  margin-right: 0;
}
#section-portfolio .portfoliomenu li {
  display: inline-block;
  list-style: none;
  font-size: 1.5rem;
  margin-left: 1vw;
}
#section-portfolio h1 {
  margin-top: 0;
}
/*Anfang Navigation*/
#offcanvas {
  transition: transform 1s ease-in-out;
  top: 0;
  bottom: 0;
  height: 100vh;
  /* override Safari bug */
  position: fixed;
  /* or choose `absolute` depending on desired behavior*/
  width: 100vw;
  left: 120vw;
  /*100*/
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 100000;
  background-color: #f0f0f0;
}
@media only screen and (min-width: 40em) {
  #offcanvas {
    width: 30vw;
    box-shadow: 2px 1px 26px 1px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 2px 1px 26px 1px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 2px 1px 26px 1px rgba(0, 0, 0, 0.38);
  }
}
#offcanvas a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
#offcanvas .wrapperClose {
  display: block;
  overflow: hidden;
}
#offcanvas .wrapperClose a.close {
  display: block;
  float: right;
  margin-top: 3vw;
  margin-right: 8vw;
  color: rgba(0, 0, 0, 0.5);
  clear: both;
  z-index: 100;
}
#offcanvas .wrapperClose a.close i {
  font-size: 2rem;
}
#offcanvas .menu {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}
#offcanvas .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: 3rem;
}
#offcanvas .menu ul li {
  margin-bottom: 1rem;
  padding: 1rem;
}
#offcanvas .menu ul li a {
  font-size: 2rem;
  text-decoration: none;
  font-family: 'Oswald';
  transition: color 0.25s ease-in-out;
  color: rgba(0, 0, 0, 0.5);
}
#offcanvas .menu ul .nebeneintrag {
  margin-bottom: 0;
  padding: 0.5rem;
}
#offcanvas .menu ul .nebeneintrag a {
  font-size: 1.5rem;
  margin-top: 0;
}
#offcanvas .menu p {
  font-size: 1.5rem;
  margin-top: 0;
}
@media only screen and (max-width: 39.9375em) {
  #offcanvas .menu p {
    font-size: 1rem;
    padding: 1rem;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  #offcanvas .menu p {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
#offcanvas:target {
  transform: translateX(-120vw);
}
@media only screen and (min-width: 40em) {
  #offcanvas:target {
    transform: translateX(-50vw);
  }
}
/*ENDE Navigation*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-cancel:before {
  content: '\e800';
}
/* '' */
.icon-down:before {
  content: '\e801';
}
/* '' */
.icon-left:before {
  content: '\e802';
}
/* '' */
.icon-right:before {
  content: '\e803';
}
/* '' */
.icon-up:before {
  content: '\e804';
}
/* '' */
.icon-xing-squared:before {
  content: '\f169';
}
/* '' */
.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.frame-type-text,
.frame-type-list {
  padding-bottom: 8vh;
}
/*
#fullpage .section #slide2 .fp-tableCell .inhaltsWrapper .frame {
    margin: 3vw;
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1vw;



  h1{
    grid-column-end: 2;

    @media @tabletPortrait{
      grid-column-end: 2;
    }

    @media @tabletLandscape{
      grid-column-end: 2;
    }

    @media @largeandup{
      grid-column-end: 2;
    }
  }
}*/
