@charset "UTF-8";
/* CSS Document */
@import url("https://use.typekit.net/grw3wpv.css");
:root {
  --brightwhite: #ffffff;
  --white: #FAFAFA;
  --darkwhite: #EDEDED;
  --lightgrey: #ABAAB5;
  --darkgrey: #707070;
  --deepgrey: #313038;
  --black: #222221;
  --mint: #BCD2D3;
  --darkmint: #97BABC;
  --gold: #AA8367;
  --goldgelb: #efc28a;
  --fullwidth: 100%; }

body ::-webkit-scrollbar {
  width: 0 !important; }

body {
  overflow: -moz-scrollbars-none; }

body {
  -ms-overflow-style: none; }

html {
  overflow-x: hidden;
  width: 100vw;
  zoom: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -msbox-sizing: border-box; }

body {
  display: block;
  position: relative;
  overflow-x: hidden;
  width: 100vw;
  max-width: 100vw !important;
  height: auto;
  zoom: 1;
  margin: 0px;
  list-style: none;
  font-family: jaf-domus, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: geometricPrecision;
  scroll-behavior: smooth;
  border-style: none;
  text-decoration: none;
  text-align: left;
  color: var(--lightgrey); }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -msbox-sizing: border-box; }

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -msbox-sizing: border-box; }

img {
  max-width: 100%; }

h1 {
  text-align: Left;
  margin: 0;
  padding: 0px 0 0px 0;
  text-transform: uppercase;
  font-family: noam-text, serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0rem;
  font-size: 40px;
  font-size: 2.5rem; }

h2 {
  color: var(--gold);
  text-transform: uppercase;
  font-family: noam-text, serif;
  font-weight: 700;
  font-style: normal; }

p, a {
  font-size: 1.125rem;
  line-height: 1.5rem; }

a {
  text-decoration: none;
  color: var(--brightwhite); }

a:active {
  text-decoration: underline;
  text-transform: uppercase; }

/*|||||||||||||||||||||||||||||||||||||||||||||||BUTTON||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.cta {
  width: auto;
  height: auto;
  background-color: var(--mint);
  border: none;
  cursor: pointer;
  display: block;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  color: var(--brightwhite);
  margin: 60px 0 0 auto;
  outline: none;
  font-family: jaf-domus, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 36px;
  font-size: 1.25rem;
  letter-spacing: 0.1rem; }

.cta:hover {
  background-color: var(--darkmint); }

/*|||||||||||||||||||||||||||||||||||||||||||||||INDEX||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.section {
  width: 100vw;
  overflow: hidden;
  zoom: 1; }

.xs {
  height: 80px; }

.l {
  height: 100vh !important; }

.xl {
  height: 200vh !important; }

/*|||||||||||||||||||||||||||||||||||||||||||||||PAGINATION||||||||||||||||||||||||||||||||||||||||||||||||||||*/
ol, ul {
  list-style: none; }

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  text-transform: uppercase;
  vertical-align: baseline; }

.pagination {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  z-index: 10; }

.pagination a {
  display: block;
  height: 28px;
  width: fit-content;
  margin-bottom: 5px;
  color: var(--darkmint);
  position: relative; }

.pagination a.active:after {
  box-shadow: inset 0 0 0 5px;
  background-color: var(--darkmint); }

.pagination a:after {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  right: 4px;
  bottom: 0;
  background-color: var(--darkwhite); }

.pagination a .hover-text {
  position: absolute;
  right: 15px;
  top: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px; }

.pagination a:hover .hover-text {
  opacity: 1; }

.underline {
  color: var(--black) !important;
  font-weight: 900;
  letter-spacing: 2px;
  border-bottom: var(--black) 2px solid;
  padding: 8px 0px !important;
  margin: 18px 2vw; }

/*|||||||||||||||||||||||||||||||||||||||||||||||HOME||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#navi {
  height: 110px;
  width: 100vw;
  position: fixed;
  background-color: var(--brightwhite);
  box-shadow: 0px 3px 5px #00000029;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  top: 0px; }

#logo {
  width: auto;
  height: 50px;
  margin: 28px 30px 32px 30px; }

#sprunglinks {
  text-transform: uppercase;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center; }

#sprunglinks ul {
  display: flex; }

#sprunglinks a {
  padding: 20px 2vw;
  color: var(--darkgrey); }

#sprunglinks a.active {
  padding: 20px 40px;
  color: var(--black);
  text-decoration: underline;
  font-weight: 600; }

#sprunglink .active {
  background-color: #4CAF50; }

#bg {
  width: 100vw;
  height: 100vh;
  background-image: url("../img/jpg/BG.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

#home h1 {
  display: block;
  position: absolute;
  width: 600px;
  color: var(--goldgelb);
  margin: 150px 130px 0 auto;
  /*	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.40);
  */
  right: 0px; }

#Infos, #Wir, #Referenzen {
  overflow-y: scroll; }

.panel, .vorteile, .definition, .sonja, .marco, .feedback, .material {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

.vorteile, .definition, .sonja, .marco, .feedback, .material {
  max-height: 100vh; }

.vorteile, #Ablauf, .marco {
  flex-flow: row-reverse wrap; }

.panel .pic, .panel .vorteile .pic, .panel .definition .pic, .panel .sonja .pic, .panel .marco .pic {
  width: 50vw;
  height: 100vh;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat; }

#Wir .sonja .pic, #Wir .marco .pic {
  background-position: center right;
  background-size: 100%;
  max-height: 1000px;
  width: 30vw;
  margin: 0 auto; }

#Philosophie .pic {
  background-image: url("../img/jpg/Glueckslotsen_philosophie.jpg"); }

#Infos .vorteile .pic {
  background-image: url("../img/jpg/Glueckslotsen_infos_2.jpg"); }

#Infos .definition .pic {
  background-image: url("../img/jpg/Glueckslotsen_infos.jpg"); }

#Ablauf .pic {
  background-image: url("../img/jpg/Glueckslotsen_ablauf.jpg"); }

#Leistungen .pic {
  background-image: url("../img/jpg/Glueckslotsen_leistungen.jpg"); }

#Kontakt {
  background-image: url("../img/jpg/Glueckslotsen_kontakt.jpg");
  width: 100vw;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#Wir .sonja .pic {
  background-image: url("../img/jpg/Glueckslotse_Sonja_3.jpg"); }

#Wir .marco .pic {
  background-image: url("../img/jpg/Glueckslotse_Marco.jpg");
  background-position: center left;
  background-size: 95%; }

#Referenzen .feedback::before, #Referenzen .feedback::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  height: 100vh;
  max-height: 1382px;
  max-width: 100vw;
  background-size: cover;
  background-repeat: no-repeat; }

#Referenzen .feedback::before {
  background-image: url("../img/png/Glueckslotsen_muster_l.png");
  width: 530px;
  max-width: 100vw;
  left: -50px;
  background-position: left; }

#Referenzen .feedback::after {
  background-image: url("../img/png/Glueckslotsen_muster_r.png");
  width: 900px;
  right: -10px;
  background-position: right; }

#Referenzen .feedback .pic {
  background-image: url("../img/png/Glueckslotsen_papier.png");
  width: 100vw;
  background-position: center;
  background-size: 900px;
  background-repeat: no-repeat; }

#Referenzen .material .pic {
  background-image: url("../img/jpg/Glueckslotsen_referenzen.jpg");
  background-position: center;
  width: 100vw;
  height: 50vh; }

.panel .text {
  width: 50vw;
  height: fit-content;
  padding: 3vw;
  margin-top: 110px; }

.panel .text h1, .panel .text p, .innertext {
  max-width: 680px;
  margin: 0 auto;
  padding-right: 10px;
  overflow-y: scroll; }

.panel .text p {
  margin-top: 40px; }

.innertext img {
  width: 1rem;
  height: auto;
  margin: 12px 5px 0px 0px; }

#Leistungen .innertext div, .material .innertext div, .vorteile .innertext div {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: end; }

#Leistungen h1 {
  margin-bottom: 40px; }

.material .innertext div {
  align-items: flex-end;
  text-transform: uppercase; }

.material .innertext p {
  max-width: 340px;
  margin-top: 20px !important; }

.material .innertext h2 {
  margin-bottom: 10px !important; }

.table {
  display: flex; }

.table img {
  width: 30px; }

.aufzaehlung .table img {
  width: 15px; }

.table p {
  text-align: left;
  padding: 0;
  margin: 15px 0 0 10px !important; }

.aufzaehlung .table p {
  margin: 10px 0 0 5px !important; }

.definition .innertext .textblock p:nth-child(3) {
  margin-top: 15px; }

.material .table img {
  width: 20px; }

.bulletpoints, .aufzaehlung {
  display: block !important; }

#Kontakt .pic {
  display: none; }

#Kontakt .text {
  align-self: flex-end; }

#Kontakt .text, #Referenzen .material .text {
  width: 100vw;
  height: 30vh;
  margin-top: 0px;
  margin: 0 auto;
  bottom: 0px;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0; }

#Referenzen .material .text {
  height: fit-content;
  padding: 0 0 120px 0; }

#Kontakt .text {
  background-color: rgba(255, 255, 255, 0.9);
  height: fit-content; }

#Kontakt .innertext {
  width: fit-content;
  min-width: fit-content;
  margin: 0px;
  padding: 30px 40px; }

#Referenzen .material .innertext {
  width: auto;
  min-width: 300px;
  min-height: 20vh;
  margin: 0px 40px; }

#Kontakt .cta, #Referenzen .material .cta {
  right: unset;
  left: 0px;
  margin: 20px auto 0 0; }

#Kontakt a, #Referenzen .material a {
  color: var(--darkgrey); }

#Kontakt .cta a, #Referenzen .material .cta a {
  color: var(--brightwhite); }

#Kontakt .text p, #Referenzen .material .text p {
  margin-top: 44px; }

#Kontakt h2 span {
  text-transform: none; }

.marco .cta, .sonja .cta {
  margin: 20px 0 0 auto; }

.feedback {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }

.feedback .text {
  width: auto;
  height: 100vh;
  position: absolute;
  max-width: 680px;
  min-width: 680px;
  padding: 0px;
  margin: 0px !important; }

.feedback .innertext {
  max-width: fit-content;
  height: 100vh; }

.feedback .text p {
  font-family: allura, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 2.4rem;
  text-align: center;
  color: var(--darkgrey);
  margin: 0;
  padding: 0 70px; }

.myslides {
  display: none;
  max-width: 680px;
  height: 620px;
  margin-top: calc(50vh - 250px); }

.prev, .next {
  cursor: pointer;
  position: absolute;
  margin: -50vh -140px auto -140px;
  color: #888;
  font-size: 30px;
  user-select: none; }

.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px; }

.prev:hover, .next:hover {
  color: var(--darkgrey); }

.dot-container {
  text-align: center;
  padding: 20px;
  margin-top: -350px; }

.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: var(--lightgrey);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.dot.active, .dot:hover {
  background-color: var(--darkgrey); }

.material {
  height: 100vh;
  max-height: fit-content; }

.material .text h2 {
  color: var(--lightgrey);
  margin: 0px; }

.material .text p {
  color: var(--darkgrey); }

.material .text {
  align-items: baseline !important;
  margin: 40px auto !important; }

.material .text a {
  line-height: 1.3rem; }

.footer {
  background-color: var(--deepgrey);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  margin-top: 40px; }

.footer a {
  text-transform: uppercase;
  color: var(--lightgrey);
  padding: 0 2px; }

.footer p {
  text-transform: uppercase;
  padding: 0 40px; }

#impressum, #datenschutz {
  min-width: 300px;
  max-width: 800px;
  padding: 40px 40px 120px 40px;
  margin: 0px auto;
  margin-top: 120px;
  height: fit-content !important;
  white-space: normal; }

#impressum h2, #datenschutz h2 {
  white-space: normal !important;
  margin: 60px auto 20px auto; }

#impressum h3, #datenschutz h3, #impressum h4, #datenschutz h4 {
  margin: 0; }

#impressum p, #datenschutz p {
  margin: 10px auto 20px auto; }

#impressum a, #datenschutz a {
  color: var(--lightgrey); }

/*|||||||||||||||||||||||||||||||||||||||||||||||Responsive||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width: 1710px) {
  .material .text .innertext p {
    column-count: unset;
    max-width: unset; }

  .material .text .innertext {
    width: 40vw !important;
    min-height: fit-content !important;
    margin-bottom: 50px !important; } }
@media screen and (max-width: 1450px) {
  #sprunglinks a {
    padding: 20px 1vw; }

  h1 {
    font-size: 2.3rem; }

  #Kontakt .innertext {
    height: fit-content; }

  #Kontakt .cta, #Referenzen .material .cta {
    margin: 20px auto 80px 0; } }
@media screen and (max-width: 1204px) and (min-width: 1025px) {
  #navi a {
    margin: 0 auto; }

  #sprunglinks {
    width: 100vw;
    justify-content: center;
    margin: 0 auto 40px auto; }

  #sprunglinks a {
    padding: 20px 2vw; }

  #navi {
    height: 160px; }

  #home h1 {
    margin: 200px 130px 0 0; } }
@media screen and (max-width: 1024px) and (orientation: portrait) {
  #navi a {
    margin: 0 auto; }

  #sprunglinks {
    width: 100vw;
    justify-content: center;
    margin: 0 auto 40px auto; }

  #sprunglinks a {
    padding: 20px 2vw; }

  #navi {
    height: 160px; }

  .panel .pic, .panel .vorteile .pic, .panel .definition .pic, .panel .sonja .pic, .panel .marco .pic  {
    width: 100vw;
    min-height: 40vh;
    height: auto;
    max-height: 55vh; }

  panel, .vorteile, .definition, .feedback, .material {
    min-height: 100vh; }

  #Ablauf .pic, #Leistungen .pic {
    background-position: center; }

  .panel .text {
    width: 100vw;
    margin-top: 0px; }

  .panel .text h1 {
    max-width: unset;
    margin: 0; }

  .panel .text p, .innertext {
    max-width: unset; }

  .panel .text p {
    column-count: 2; }

  .definition .text p {
    column-count: 1;
    margin: 40px auto 10px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }

  .definition .innertext .aufzaehlung {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-top: 30px; }

  .definition .innertext .textblock {
    height: 330px;
    column-count: 2; }

  #home h1 {
    margin: 200px 130px 0px 0px; }

  .feedback .text, .feedback .text .innertext p {
    max-width: 680px; }

  .feedback .text .innertext p {
    column-count: unset; }

  .vorteile .text .innertext .table p {
    column-count: unset;
    max-width: 500px; }

  .vorteile .text .innertext h1 {
    margin: 0 0 40px 0; }

  #Leistungen .text p {
    column-count: 1; }

  .sonja, .marco {
    margin-top: 190px; }

  #Wir .sonja .text p, #Wir .marco .text p {
    column-count: unset; }

  #Wir .sonja .text, #Wir .marco .text {
    max-width: 60vw; }

  #Wir .sonja .pic, #Wir .marco .pic {
    background-position: top;
    height: 100%;
    max-height: 36vh; }

  .sonja, .marco {
    align-items: end; }

  .marco {
    margin-top: 0px; }

  #Referenzen .feedback .pic {
    background-image: url(../img/png/Glueckslotsen_papier_03.png);
    height: 100vh;
    min-height: 90vh;
    margin-top: 100px;
    background-size: 800px; }

  .feedback .text .innertext {
    padding-right: 0px;
    display: flex;
    align-items: center; }

  .feedback .text .innertext p {
    max-width: 800px;
    margin: 0 auto; }

  .myslides {
    margin-top: calc(50vh - 500px); }

  .prev, .next {
    margin: -50vh -100px auto -100px;
    font-size: 40px; }

  .material .text {
    margin: 60px auto !important; }

  #Referenzen .feedback::before {
    width: 800px;
    max-width: 100vw; }

  #Kontakt .cta, #Referenzen .material .cta {
    margin: 20px auto 80px 0; }

  .bulletpoints {
    display: flex !important;
    flex-flow: row wrap !important;
    height: 160px;
    width: 100vw !important; }

  .bulletpoints .table {
    width: 50vw !important;
    padding: 0 0px; } }
@media screen and (max-width: 1024px) and (orientation: landscape) {
  h1 {
    font-size: 2rem; }

  h2 {
    font-size: 1.25rem;
    white-space: nowrap; }

  p, a {
    font-size: 1rem;
    line-height: 1.25rem; }

  .cta {
    padding: 10px 20px;
    margin: 20px 0 0 auto;
    font-size: 1rem; }

  #navi {
    height: 80px; }

  #logo {
    height: 25px;
    margin: 30px 30px 32px 30px; }

  #sprunglinks {
    margin: 0 20px 0 0; }

  .panel .text {
    margin-top: 80px; }

  .panel .text p {
    margin: 20px 0 10px 0; }

  .feedback .text p {
    font-size: 1.5rem;
    line-height: 2rem; }

  #home h1 {
    width: 390px; }

  #Leistungen h1 {
    margin-bottom: 20px; }

  #Referenzen .feedback .pic {
    background-size: 740px; }

  .dot-container {
    margin-top: -220px; }

  #Kontakt .text p, #Referenzen .material .text p {
    margin-top: 0px; }

  .aufzaehlung .table img {
    width: 10px;
    margin: 5px 5px 0px 0px; }

  .aufzaehlung .table p {
    margin: 5px 0 0 2px !important; }

  #Referenzen .feedback .text {
    background-size: 100vh; }

  .myslides {
    margin-top: calc(50vh - 200px); }

  .prev, .next {
    margin: -50vh -30px auto -30px; }

  .dot {
    height: 10px;
    width: 10px; }

  .material {
    flex-flow: column; }

  .material .innertext h2 {
    margin-bottom: 0px !important; }

  #Referenzen .material .pic {
    height: 40vh; }

  .material .text .innertext {
    margin-bottom: 30px !important; }

  .material .text {
    align-items: baseline !important;
    margin: 20px auto !important; } }
@media screen and (max-width: 910px) and (orientation: landscape) {
  #navi a {
    margin: -15px auto; }

  #sprunglinks {
    width: 100vw;
    justify-content: center;
    margin: 0 auto 40px auto; }

  #sprunglinks a {
    padding: 20px 2vw; }

  #navi {
    height: 100px; } }
@media screen and (max-width: 768px) and (orientation: portrait) {
  .panel .pic, .panel .vorteile .pic, .panel .definition .pic, .panel .sonja .pic, .panel .marco .pic {
    height: 50vh; }

  h1 {
    font-size: 2rem; }

  h2 {
    font-size: 1.25rem;
    white-space: nowrap; }

  p, a {
    font-size: 1rem;
    line-height: 1.25rem; }

  .cta {
    padding: 10px 20px;
    margin: 20px 0 0 auto;
    font-size: 1rem; }

  .feedback .text p {
    font-size: 1.5rem;
    line-height: 2rem; }

  .feedback .text .innertext p {
    max-width: 700px; }

  #home h1 {
    width: 390px; }

  #Leistungen h1 {
    margin-bottom: 20px; }

  .bulletpoints .table {
    width: 47vw !important; }

  .aufzaehlung .table img {
    width: 10px;
    margin: 5px 5px 0px 0px; }

  .aufzaehlung .table p {
    margin: 5px 0 0 2px !important; }

  .definition .text .innertext p {
    column-count: unset;
    margin: 0px; }

  .definition .innertext .textblock p:nth-child(3) {
    margin-top: 5px; }

  .definition .text .textblock {
    column-count: 2;
    margin-top: 20px;
    max-height: 227px; }

  #Kontakt .innertext {
    padding: 30px; }

  #Kontakt .innertext p {
    margin-top: 37px; }

  #Referenzen .feedback .pic {
    background-image: url("../img/png/Glueckslotsen_papier_03.png");
    background-size: 600px;
    margin-right: 15px; }

  .myslides {
    margin-top: calc(50vh - 200px); }

  .feedback .text {
    min-width: 560px;
    max-width: 560px; }

  .prev, .next {
    margin: -50vh -30px auto -30px; }

  .dot-container {
    margin-top: -220px; }

  .material .text {
    height: 50vh !important;
    margin: 00px auto 60px auto !important; }

  .material .text .innertext {
    width: fit-content !important;
    max-width: 40vw;
    margin: 20px !important; }

  #Referenzen .material .pic {
    height: 40vh; }

  .material .innertext div {
    align-items: end; }

  .material .innertext img {
    margin: 0px 5px 0px 0px; }

  .material .innertext p {
    margin-top: 10px !important; } }
@media screen and (max-width: 420px) and (orientation: portrait) {
  .pagination {
    display: none; }

  .l {
    min-height: 100vh; }

  .xl {
    min-height: 200vh; }

  #navi {
    height: 130px; }

  #navi a {
    color: var(--lightgrey); }

  #logo {
    height: 30px;
    margin: 20px auto 10px auto; }

  #sprunglinks ul {
    flex-flow: wrap;
    justify-content: center; }

  #sprunglinks ul li {
    margin: 5px 0px 0 0; }

  #sprunglinks a {
    padding: 0px 2vw; }

  #bg {
    background-image: url("../img/jpg/BG_mobile.jpg"); }

  h1 {
    font-size: 1.25rem; }

  p {
    font-size: 0.8rem;
    line-height: 1rem; }

  .panel {
    overflow-y: scroll;
    flex-flow: column;
    min-height: fit-content !important; }

  .panel .text {
    display: block;
    position: relative;
    min-height: fit-content;
    height: fit-content !important;
    max-height: fit-content !important; }

  .panel h1 {
    margin: 10px 10px 0 10px !important; }

  .panel .text p {
    column-count: unset;
    margin: 10px 10px 0 10px; }

  .panel .pic {
    height: 50vh; }

  .cta {
    margin: 40px auto 40px auto; }

  #home h1 {
    width: 250px;
    margin: 0px !important;
    top: 170px; }

  #Kontakt .cta, #Referenzen .material .cta {
    margin: 20px auto 20px 0; }

  .bulletpoints {
    height: fit-content;
    width: 90% !important;
    margin: 0 10px 0 10px; }

  .bulletpoints .table {
    width: 100% !important; }

  .definition .text .textblock {
    column-count: unset;
    margin: 10px 10px 80px 10px;
    max-height: unset; }

  .vorteile, .definition, .sonja, .marco, .feedback, .material {
    max-height: fit-content; }

  panel, .vorteile, .definition, .feedback, .material {
    min-height: fit-content; }

  #Kontakt {
    justify-content: flex-end; }

  #Kontakt {
    background-image: url(../img/jpg/Glueckslotsen_kontakt_02.jpg);
    width: 100vw;
    height: 50vh; }

  #Kontakt .text {
    padding: 20px 0; }

  #Kontakt .text, #Referenzen .material .text {
    flex-flow: column; }

  #Kontakt .text .cta, #Kontakt .text p {
    display: none; }

  #Kontakt .text h2 {
    margin: 0; }

  #Kontakt .innertext {
    padding: 10px;
    width: 250px; }

  #Wir {
    margin: 0 0 0 0;
    padding: 120px 0; }

  .sonja, .marco {
    min-height: fit-content;
    flex-flow: column;
    margin-top: 0px; }

  #Wir .sonja .pic, #Wir .marco .pic {
    background-position: top;
    height: 75vh;
    max-height: 480px;
    width: 80vw; }

  #Wir .sonja .text, #Wir .marco .text {
    max-width: 100vw; }

  .feedback {
    height: 100vh; }

  .feedback .text {
    display: unset;
    position: absolute; }

  .feedback .text p {
    font-size: 1rem;
    line-height: 1.2rem; }

  .feedback .text .innertext p {
    max-width: 380px; }

  #Referenzen .feedback::before {
    width: 100vw;
    left: 0px; }

  #Referenzen .feedback::after {
    display: none; }

  #Referenzen .feedback .pic {
    background-image: url(../img/png/Glueckslotsen_papier_03.png);
    background-size: 360px;
    min-height: 100vh;
    margin-right: 10px;
    margin-top: 0px; }

  .myslides {
    margin-top: unset;
    height: fit-content; }

  .dot-container {
    margin-top: -140px; }

  .prev, .next {
    margin: -50vh 100px auto 100px;
    font-size: 30px; }

  .material {
    flex-flow: column;
    overflow-x: hidden;
    height: 100vh; }

  .material .table {
    margin: 10px 0; }

  #Referenzen .material .innertext {
    display: block;
    margin: 20px; }

  #Referenzen .material .text {
    display: block;
    margin: 30px !important;
    height: fit-content !important;
    padding: 0 0 120px 0; }

  .footer {
    padding: 20px 0; } }
/*|||||||||||||||||||||||||||||||||||||||||||||||HOME||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/* SLIDER

	.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
}

.active, .dot:hover {
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}*/
/*|||||||||||||||||||||||||||||||||||||||||||||||LEISTUNGEN||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*.frame{
	margin: 5vh 5vw;
	width:90vw;
	height:90vh;
}

.kachelcontainer{
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    width: 1040px;
    margin: 20vh auto;
}


.kachel{
	display: block;
	position: relative;
	width: 240px;
	height: 300px;
	margin: 10px 10px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.40);
	opacity: 0;
	animation: fadeout 0.5s 0s ease both;
	@include nth-ani-delay(8, 0.15s);
}
.kachel img{
	width:140px;
	height: auto;
	overflow: hidden;
	margin: 20px 50px;
}

.kachel h1{
	padding: 0;
}


.quotationbox {
	display: block;
	position: relative;
	width: 1000px;
	height: auto;
	margin: 10vh auto;
}
*/
.moved {
  animation: fadein 2.0s 0s ease both; }
  .moved:nth-child(1) {
    animation-delay: 0.15s; }
  .moved:nth-child(2) {
    animation-delay: 0.3s; }
  .moved:nth-child(3) {
    animation-delay: 0.45s; }
  .moved:nth-child(4) {
    animation-delay: 0.6s; }
  .moved:nth-child(5) {
    animation-delay: 0.75s; }
  .moved:nth-child(6) {
    animation-delay: 0.9s; }
  .moved:nth-child(7) {
    animation-delay: 1.05s; }
  .moved:nth-child(8) {
    animation-delay: 1.2s; }

@keyframes fadein {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeout {
  0% {
    opacity: 1; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0; } }
