@font-face {
   font-family:'Lucida Calligraphy';
   src: url(LucidaUnicodeCalligraphy.ttf);
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('briefpapier.png') no-repeat center center;
  background-size: cover;
  z-index: -1;
}

body {
  background-color: #FFDBE3; */
}

button {
  background-color: transparent;
  border: none;
  text-decoration: none;
  cursor: pointer;
}



/* ############# iOS landscape ############# */
@media only screen and (max-width: 932px) and (orientation: landscape) {

.toptext
{
  font-family:'Lucida Calligraphy';
  font-size:7vw;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1.1px #bda2a6;
}

.ntext
{
  font-family:'Lucida Calligraphy';
  color: white;
  font-size:1.4vw;
}

.ntext2
{
  font-family:'Lucida Calligraphy';
  color: white;
  font-size:2.5vw;
}

#meilensteine {
  background-color: #E8B4BD;
  border-radius: 2vw;
}

#gal {
  border: 0;
}

.heart {
  width: 80%; 
  
  aspect-ratio: 1;
  --_m: radial-gradient(#000 69%,#0000 70%) 84.5%/50%;
  -webkit-mask-box-image: var(--_m);
  mask-border: var(--_m);
  clip-path: polygon(-41% 0,50% 91%, 141% 0);
  background-image: url('strand.jpg');
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  border: 0px;
  padding: 0px;
}

/* Zähler */
.countup {
  font-family:'Lucida Calligraphy';
  text-align: center;
  font-size:0.8vw;
  font-weight: bold;
}
.countup .timeel {
  display: inline-block;
  padding: 0.4vw;
  background: #97666f; /* #D497A0; #E8A6AF; */
  margin: 0;
  color: #ffdbde; /* #FFC1C8; */
  min-width: 2.6rem;
  margin-left: 15px;
  border-radius: 10px 0 0 10px;
}
.countup span[class*="timeRef"] {
  border-radius: 0 10px 10px 0;
  margin-left: 0;
  background: #FFC6D0; /* #e8c152; */
  color: #812032; /* #947074; */
  /* 36232C*/
}

#besteideediv {
  display: none;
  font-family:'Lucida Calligraphy';
  border-radius: 2vw;
  padding: 5vw;
  text-align: center;
  width: 73%;
  margin: auto;
}

#axolotl {
  max-width:25%;
}

#muschel {
  max-width:10%;
}

#lfm {
  max-width:100%;
  padding-top: 3vw;
}

#erdbeere {
  max-width:50%;
  box-shadow: 3px 5px 10px hsla(0,0%,0%,0.5);
  border-radius: 0.3vw;
  padding: 0.35vw;
  background-color: #FFEBF0;
}

#lf {
  max-width:100%;
}

#maiskolben {
  max-width:50%;
  box-shadow: 3px 5px 10px hsla(0,0%,0%,0.5);
  border-radius: 0.3vw;
  padding: 0.35vw;
  background-color: #FFEBF0;
}

.lfm-gallery {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lfm-gallery img {
  max-width: 15vw;
  box-shadow: 3px 5px 10px hsla(0,0%,0%,0.5);
  border-radius: 0.3vw;
  padding: 0.35vw;
  background-color: #FFEBF0;
  margin-top: 3vw;
}

}


/* ############# iOS portrait ############# */
@media only screen and (max-height: 932px) and (orientation: portrait) {

.table {
 margin-left: -10;
}

.toptext
{
  font-family:'Lucida Calligraphy';
  font-size:7vw;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1.1px #bda2a6;
}

.ntext
{
  font-family:'Lucida Calligraphy';
  color: white;
  font-size:1.4vw;
}

.ntext2
{
  font-family:'Lucida Calligraphy';
  color: white;
  font-size:4.2vw;
}

#meilensteine {
  background-color: #E8B4BD;
  border: 0vw;
  border-radius: 2vw;
}

#gal {
  border: 0;
}

.heart {
  width: 100%; 
  
  aspect-ratio: 1;
  --_m: radial-gradient(#000 69%,#0000 70%) 84.5%/50%;
  -webkit-mask-box-image: var(--_m);
  mask-border: var(--_m);
  clip-path: polygon(-41% 0,50% 91%, 141% 0);
  background-image: url('strand.jpg');
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  border: 0px;
  padding: 0px;
}

/* Zähler */
.countup {
  font-family:'Lucida Calligraphy';
  text-align: center;
  font-size:0.8vw;
  font-weight: bold;
}
.countup .timeel {
  display: inline-block;
  padding: 0.4vw;
  background: #97666f; /* #D497A0; #E8A6AF; */
  margin: 0;
  color: #ffdbde; /* #FFC1C8; */
  min-width: 2.6rem;
  margin-left: 15px;
  border-radius: 10px 0 0 10px;
}
.countup span[class*="timeRef"] {
  border-radius: 0 10px 10px 0;
  margin-left: 0;
  background: #FFC6D0; /* #e8c152; */
  color: #812032; /* #947074; */
  /* 36232C*/
}

#besteideediv {
  display: none;
  font-family:'Lucida Calligraphy';
  padding: 0vw;
}

#axolotl {
  max-width:25%;
}

#muschel {
  max-width:10%;
}

#lfm {
  max-width:100%;
  padding-top: 4vw;
}

#erdbeere {
  max-width:50%;
  box-shadow: 3px 5px 10px hsla(0,0%,0%,0.5);
  border-radius: 0.3vw;
  padding: 0.35vw;
  background-color: #FFEBF0;
}

#lf {
  max-width:100%;
}

#maiskolben {
  max-width:50%;
  box-shadow: 3px 5px 10px hsla(0,0%,0%,0.5);
  border-radius: 0.3vw;
  padding: 0.35vw;
  background-color: #FFEBF0;
}

.lfm-gallery {
 margin-left: -10;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lfm-gallery img {
  max-width: 15vw;
  box-shadow: 3px 5px 10px hsla(0,0%,0%,0.5);
  border-radius: 0.3vw;
  padding: 0.5vw;
  background-color: #FFEBF0;
  margin-top: 3vw;
}

}

/* ############# iPad ############# */
@media only screen and (max-width: 1366px) {

}




/* ############# PC Mac ############# */
@media only screen and (min-width: 1920px) {

div#spacer
{
background-color: transparent;
padding: 3rem 3rem 3rem 3rem;
border: 0;
text-align: center;
}

.toptext
{
  font-family:'Lucida Calligraphy';
  font-size:7vw;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1.1px #bda2a6;
}

.ntext
{
  font-family:'Lucida Calligraphy';
  color: white;
  font-size:1.4vw;
}

.ntext2
{
  font-family:'Lucida Calligraphy';
  color: white;
  font-size:2.5vw;
}

#meilensteine {
  background-color: #E8B4BD;
  border-radius: 2vw;
}

#gal {
  border: 0;
}

.heart {
  width: 80%; 
  
  aspect-ratio: 1;
  --_m: radial-gradient(#000 69%,#0000 70%) 84.5%/50%;
  -webkit-mask-box-image: var(--_m);
  mask-border: var(--_m);
  clip-path: polygon(-41% 0,50% 91%, 141% 0);
  background-image: url('strand.jpg');
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  border: 0px;
  padding: 0px;
}

/* Zähler */
.countup {
  font-family:'Lucida Calligraphy';
  text-align: center;
  font-size:0.8vw;
  font-weight: bold;
}
.countup .timeel {
  display: inline-block;
  padding: 0.4vw;
  background: #97666f; /* #D497A0; #E8A6AF; */
  margin: 0;
  color: #ffdbde; /* #FFC1C8; */
  min-width: 2.6rem;
  margin-left: 15px;
  border-radius: 10px 0 0 10px;
}
.countup span[class*="timeRef"] {
  border-radius: 0 10px 10px 0;
  margin-left: 0;
  background: #FFC6D0; /* #e8c152; */
  color: #812032; /* #947074; */
  /* 36232C*/
}

#besteideediv {
  display: none;
  font-family:'Lucida Calligraphy';
  border-radius: 2vw;
  padding: 5vw;
  text-align: center;

  width: 73%;
  margin: auto;
}

#axolotl {
  max-width:25%;
}

#muschel {
  max-width:10%;
}

#lfm {
  max-width:100%;
  padding-top: 3vw;
}

#erdbeere {
  max-width:50%;
  box-shadow: 3px 5px 10px hsla(0,0%,0%,0.5);
  border-radius: 0.3vw;
  padding: 0.35vw;
  background-color: #FFEBF0;
}

#lf {
  max-width:100%;
}

#maiskolben {
  max-width:50%;
  box-shadow: 3px 5px 10px hsla(0,0%,0%,0.5);
  border-radius: 0.3vw;
  padding: 0.35vw;
  background-color: #FFEBF0;
}

.lfm-gallery {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lfm-gallery img {
  max-width: 15vw;
  box-shadow: 3px 5px 10px hsla(0,0%,0%,0.5);
  border-radius: 0.3vw;
  padding: 0.35vw;
  background-color: #FFEBF0;
  margin-top: 3vw;
}

}


}
