@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Martel:200,300,400,600,700,800,900&display=swap&display=swap&effect=shadow-multiple|emboss");
@import url("https://fonts.googleapis.com/css?family=Martel+Sans:200,300,400,600,700,800,900&display=swap&effect=shadow-multiple|emboss");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&display=swap&effect=shadow-multiple|emboss");
@import url("https://fonts.googleapis.com/css?family=Nanum+Pen+Script|Permanent+Marker|Reenie+Beanie|Rock+Salt&display=swap&display=swap&effect=shadow-multiple|emboss");
:root {
  --brightwhite: #ffffff;
  --white: #FAFAFA;
  --lightgrey: #b9c2cc;
  --brightgrey: #d8dde4;
  --grey: #606369;
  --darkgrey: #494747;
  /*#4a4844*/
  --black: #1d1d1b;
  --yellow: #fbbf66;
  --fullwidth: 100%; }

body {
  background: var(--yellow);
  margin: 0px;
  overflow: hidden; }

* {
  box-sizing: border-box; }

*, *:after, *:before {
  box-sizing: border-box; }

section {
  display: block;
  position: relative;
  width: 100vw;
  height: auto; }

/*|||||||||||||||||||||||||||||||||||||||||||||||TEXT||||||||||||||||||||||||||||||||||||||||||||||||||||*/
h1 {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 50px 0 30px 0;
  color: var(--lightgrey);
  text-transform: uppercase;
  font-family: 'Martel', serif;
  letter-spacing: 0.3rem;
  font-weight: 200;
  font-size: 3rem; }

h2 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: left;
  color: var(--white);
  line-height: 5rem;
  font-weight: 800;
  font-size: 2.5rem; }

h4 {
  text-transform: uppercase;
  font-family: 'Martel', serif;
  font-weight: 700;
  text-align: right;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: var(--brightwhite); }

h5 {
  color: var(--darkgrey) !important;
  line-height: 1.3em;
  font-size: 1rem; }

h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  color: var(--brightwhite); }

p {
  color: var(--brightwhite);
  font-size: 1rem;
  font-weight: 600;
  display: block;
  /*	float: left;
  */
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center; }

a {
  font-size: 16px;
  line-height: 22px;
  display: block;
  float: left;
  letter-spacing: 2px;
  font-weight: 400;
  color: var(--black);
  text-decoration: none;
  font-family: 'Roboto', sans-serif; }

.link {
  text-transform: uppercase;
  font-weight: 500; }

.linkbox {
  text-transform: uppercase; }

.fz1 {
  font-size: 1.2rem; }

.schmuckschriftl {
  font-family: 'Rock Salt', cursive;
  font-weight: 400;
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: unset;
  color: var(-brightwhite); }

.schmuckschriftb {
  font-family: 'Rock Salt', cursive;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-transform: unset;
  color: var(-brightwhite); }

/*|||||||||||||||||||||||||||||||||||||||||||||||BUTTON||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.cta {
  width: auto;
  height: auto;
  background-color: var(--lemon);
  border: none;
  cursor: pointer;
  display: block;
  padding: 14px 20px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 200;
  color: var(--darkblue);
  margin: 60px auto 0 auto;
  right: 0px;
  outline: none; }

.cta p {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 200;
  color: var(--brightwhite);
  text-decoration: none; }

.cta:hover {
  background-color: #f9df7e;
  border: none;
  color: var(--darkblue); }

/*|||||||||||||||||||||||||||||||||||||||||||||||INDEX||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.section {
  width: 100vw;
  overflow: hidden;
  zoom: 1; }

.xo {
  height: 0px; }

.xa {
  height: auto;
  padding: 40px; }

.s {
  height: 300px; }

.m {
  height: 500px; }

.l {
  /*	height: 100vh !important;
  */
  height: calc(100vh - 80px) !important;
  margin-top: 80px; }

.xl {
  height: 120vh; }

.platzhalter {
  padding: 115px; }

.dark {
  color: var(--black); }

/*|||||||||||||||||||||||||||||||||||||||||||||||PAGINATION||||||||||||||||||||||||||||||||||||||||||||||||||||*/
ol, ul {
  list-style: none; }

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  /* font: inherit; */
  text-transform: uppercase;
  line-height: 16px;
  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: 200px;
  margin-bottom: 5px;
  color: white;
  position: relative; }

.pagination a.active:after {
  box-shadow: inset 0 0 0 5px; }

.pagination a:after {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  width: 7px;
  height: 7px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  right: 4px;
  bottom: 0; }

.pagination a .hover-text {
  position: absolute;
  right: 15px;
  top: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px; }

.pagination a:hover .hover-text {
  opacity: 1; }

/*|||||||||||||||||||||||||||||||||||||||||||||||header||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#header {
  display: block;
  position: fixed;
  width: 100vw;
  height: 80px;
  /*	background-color: #151623;
  */
  top: 0px;
  z-index: 1; }

#logo {
  display: block;
  position: relative;
  width: 165px;
  height: auto;
  margin: 0; }

#logo img {
  display: block;
  position: fixed;
  width: 165px;
  margin: 0px; }

#navi {
  display: block;
  position: relative;
  width: fit-content;
  height: 80px;
  float: right; }

#navi ul {
  display: block;
  position: relative;
  width: fit-content;
  height: 40px;
  margin: 20px; }

#navi li {
  display: inline !important; }

#navi li a {
  margin: 10px;
  padding: 0 20px;
  font-size: 14px; }

/*|||||||||||||||||||||||||||||||||||||||||||||||Home||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#home {
  background: var(--white); }

.slider {
  display: block;
  position: relative;
  width: 1200px;
  height: 600px;
  margin: auto; }

.mySlides {
  width: inherit;
  height: inherit; }

/*|||||||||||||||||||||||||||||||||||||||||||||||start||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||||||||||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.4);
  opacity: 0;
  animation: fadeout 0.5s 0s ease both; }
  .kachel:nth-child(1) {
    animation-delay: 0.15s; }
  .kachel:nth-child(2) {
    animation-delay: 0.3s; }
  .kachel:nth-child(3) {
    animation-delay: 0.45s; }
  .kachel:nth-child(4) {
    animation-delay: 0.6s; }
  .kachel:nth-child(5) {
    animation-delay: 0.75s; }
  .kachel:nth-child(6) {
    animation-delay: 0.9s; }
  .kachel:nth-child(7) {
    animation-delay: 1.05s; }
  .kachel:nth-child(8) {
    animation-delay: 1.2s; }

.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; } }
/*|||||||||||||||||||||||||||||||||||||||||||||||Kontakt||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#kontakt {
  display: block;
  position: relative;
  width: 100vw;
  height: auto;
  padding-top: 5vw;
  overflow: hidden;
  zoom: 1;
  background: rgba(150, 150, 150, 0.2); }

.columns h1 {
  display: block;
  position: relative;
  width: 65vw;
  overflow: hidden;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }

.columns h2 {
  display: block;
  position: relative;
  width: 65vw;
  height: auto;
  overflow: hidden;
  zoom: 1;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  -webkit-column-count: 2;
  -webkit-column-width: 100px;
  -webkit-column-gap: 40px;
  -moz-column-count: 2;
  -moz-column-width: 100px;
  -moz-column-gap: 40px;
  column-count: 2;
  column-width: 100px;
  column-gap: 40px; }

#call, #call2 {
  display: block;
  position: relative;
  width: 65vw;
  height: 20px;
  margin-top: 10px;
  z-index: 1;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

#call h2 #call2 h2 {
  width: auto; }

#phone-icon, #phone-icon2 {
  width: 38px;
  height: 38px;
  float: left;
  padding-right: 0px; }

#mailto, #mailto2 {
  display: block;
  position: relative;
  width: 65vw;
  height: 20px;
  margin-top: 30px;
  z-index: 1;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

#mail-icon, #mail-icon2 {
  width: 30px;
  height: 30px;
  float: left;
  padding-right: 10px; }

.columns a {
  width: auto;
  font-weight: 500;
  color: var(--brightwhite);
  text-decoration: none;
  float: left; }

.columns a:hover {
  border-bottom: 2px solid var(--brightwhite); }

#form {
  display: block;
  position: relative;
  width: 65vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 5vw;
  overflow: hidden; }

input, textarea, file {
  width: 31.5vw;
  height: 50px;
  font-family: 'Martel Sans', sans-serif !important;
  letter-spacing: 1px;
  font-size: 16px !important;
  color: var(--brightwhite) !important;
  background-color: rgba(13, 13, 13, 0) !important;
  -moz-border-radius: 320px;
  -webkit-border-radius: 320px;
  border-radius: 320px;
  border: none;
  padding: 2px 0 0 0;
  margin-bottom: 20px;
  padding-left: 25px;
  /*	    box-shadow:  inset 2px 2px 5px var(--black), inset -5px -5px 10px var(--grey);	
  */
  box-shadow: inset 1px 1px 2px var(--black), inset -1px -1px 2px var(--grey);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s;
  /*transitions animieren die Farbänderung*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s; }

input:focus, textarea:focus {
  box-shadow: inset 1px 1px 2px var(--black), inset -1px -1px 2px var(--grey);
  color: var(--white);
  border: none !important;
  outline: none; }

label {
  font-family: 'Lato', sans-serif !important;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 2rem;
  color: #828198 !important;
  background-color: rgba(13, 13, 13, 0) !important;
  margin-bottom: 2px;
  float: left;
  width: auto;
  margin: 30px 2px 40px 10px;
  transition: 0.3s;
  /*transitions animieren die Farbänderung*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--lightgrey); }

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--lightgrey);
  opacity: 1; }

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--lightgrey);
  opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--lightgrey); }

#fname, #email, #ort {
  float: left; }

#mname, #tel, #date {
  float: right; }

.options {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  zoom: 1;
  white-space: nowrap; }

#fotografie, #papeterie, #signet, #webseite, #datenschutz {
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
  display: block;
  position: relative;
  float: left;
  margin: 25px 0 40px 0vw; }

#contact-form p {
  font-family: 'Martel Sans', sans-serif !important;
  font-weight: 500;
  font-size: 20px !important;
  margin: 20px 0 0px 35px; }

#message {
  width: 65vw;
  padding: 14px 20px;
  height: 120px;
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  border-radius: 30px !important; }

/*|||||||||||||||||||||||||||||||||||||||||||||||Footer||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#footer {
  height: 200px;
  background-color: var(--darkgrey); }
