* {
  -webkit-tap-highlight-color: transparent; /* handy touch */
}
html, body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

    body {
      background-color:#e5d3b3;
      margin: 0px;
      padding: 0px;
      font-family: sans-serif;
      font-family: 'Roboto';
      color:#333;
      }

canvas#confetti {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  pointer-events: none;
}
.button-53 {
  background: rgb(255, 142, 66);
  border-color: rgb(255, 180, 80);
  box-sizing: border-box;
  color:white;
  display: flex;
  font-size: 30px;
  font-weight: normal;
  font-family: 'BebasNeue-Regular';
  justify-content: center;
  position: absolute;
top:70%;
right: 30%;
  text-align: center;
  text-decoration: none #000000 solid;
  width:260px;
  max-width: 460px;
padding:20px;
  cursor: pointer;
  transform: rotate(-6deg);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
z-index:0;
}

.button-53:focus {
  outline: 0;
}

.button-53:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.button-53:hover:after {
  bottom: 2px;
  left: 2px;

}

@font-face {
  font-family: 'BebasNeue-Regular';
  src: url('fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  }

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lucida';
  src: url('fonts/lucida.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


a[href^="http://"]:not([href*="freundeskreis.online/maler/index.html"]):after,
a[href^="https://"]:not([href*="freundeskreis.online"]):after {
content: url('images/link.webp');
  vertical-align:unset;
  padding-left:4px;

}

#scrollTopBtn {
  position: fixed !important;
  bottom: 130px !important;
  right: 30px !important;
  top: auto !important;
  left: auto !important;
  width: 50px !important;
  height: 50px !important;
  display: none; /* Anfangs versteckt */
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: white;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  z-index: 999;
  transition: opacity 0.3s ease;
}
#scrollTopBtn::before { 
display: none !;
 }

#scrollTopBtn :hover{
transform: scale(1.25); /* vergrÃ¶ÃŸert optisch */
}

p {
   font-size: 20px;
 }


/* -------------------------------------- */
/* DESKTOP NAVIGATION */
/* -------------------------------------- */

.desktop-nav {
  position: fixed;
  top:0;
  width: 100%;
  background: transparent;
  backdrop-filter: blur(6px);
  color: black;
  font-size: 20px;
  z-index: 100;
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px 25px 60px;
  border-bottom: 1px solid #d6be98;
}

.nav-links {
  margin: 0 auto;
}

.nav-links a {
  font-family: 'BebasNeue-Regular';
  color: #333;
  margin-right: 43px;
  text-decoration: none;
  display: inline-block;
}

.nav-links a:hover,
.nav-links a.active {
  color: #f26f2b;
  transform: scale(1.4);
}

/* -------------------------------------- */
/* DESKTOP DROPDOWN */
/* -------------------------------------- */

.dropdown {
  position: relative;
  display: inline-block;
 }

.dropdown-content {
  text-align: left;
  display: none;
  position: absolute;
  background: transparent;
  width: 220px;
  top: 100%;
  left: 0;
  z-index: 5;
}

.dropdown-content a {
  color: #333;
  padding: 0;
margin-bottom:8px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content,
.dropdown:focus-within .dropdown-content {
  display: block;
}

/* -------------------------------------- */
/* MOBILE NAVIGATION */
/* -------------------------------------- */

.hamburger,
.mobile-menu {
  display: none;
}

.hamburger {
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 10000;
  width: 32px;
  height: 24px;
  display: none; /* wird im Media Query aktiviert */
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.hamburger span {
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 3px;
  display: block;
}

/* Mobile Menü Overlay */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  text-align:left;
  width: 100%;
  height: 100vh;
  background: rgba(194, 171, 125, 0.8);
  padding: 150px 30px 30px 80px;
  list-style: none;
  margin: 0;
  display: none;
  flex-direction: column;
  gap: 25px;
  z-index: 9999;
}

/* Wenn geöffnet */
.mobile-menu.open {
  display: flex;
}

/* Mobile Links */
.mobile-menu a {
  font-family: 'BebasNeue-Regular';
  font-size: 28px;
  color: #333;
  text-decoration: none;
}
/* Mobile Dropdown */
.mobile-dropdown-content {
  display: none;
  flex-direction: column;
  padding-left: 30px;
  gap: 10px; 
  text-align:left;
}

.mobile-dropdown.open .mobile-dropdown-content {
  display: flex;
}

/* -------------------------------------- */
/* MEDIA QUERY */
/* -------------------------------------- */

@media (max-width: 820px) {
  .desktop-nav {
    display: none;
  }

  .hamburger {
    display: flex;
  }
}

                                                                           /* Content */
section {
  position: relative;
  padding: 40px 20px;
  text-align: center;
}

section h2 {
  font-family: 'BebasNeue-Regular', sans-serif;
  background-image: url("images/bg3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  text-decoration: underline;
  font-size: 420%;
  color: white;
  padding:100px;
  margin: 0px; 
text-shadow: 2px 2px 2px rgba(15, 0, 0, 0.51);
}


section h3{
  font-family: 'BebasNeue-Regular', sans-serif;
  text-decoration: underline dotted;
  font-size: 240%;
  color: white;
text-align:center;
text-shadow: 2px 2px 2px rgba(15, 0, 0, 0.51);
}

#gras {
position:absolute;
right:10px;
width:10%;
top:60%;
z-index:1;
display:block;
}



#home {
  background-color: #e5d3b3;
 background-image: url("images/bg5.png"), url("images/wall2.png");
 background-repeat: no-repeat, repeat;
 background-size:90%, 80%;
  text-align: center;
  padding: 20px 20px 0 20px;
  height: 900px;
}

    .logo {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 380px;
  height: auto;
  border: 1px solid #d6be98;
  box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
  display: block;
}


 
.animated-border {
position: fixed; 
 top: 16px;
 right: 5%;
  display: inline-block; /* wichtig */
  padding: 5px 20px;
  background: #f26f2b;
  color: white;
  font-family: 'BebasNeue-Regular';
  font-size: 25px;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
  z-index: 9999;
  transition: transform 0.25s ease;
}

.animated-border::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 25px;
  padding: 3px;
  background: linear-gradient(120deg, #f26f2b, #ffffff, #f26f2b);
  background-size: 200% 200%;
  animation: borderSpin 3s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

@keyframes borderSpin {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.animated-border:hover {
  transform: scale(1.08);
}

.animated-border:hover::before {
  inset: -5px;     /* Rahmen wird etwas grÃ¶ÃŸer */
  padding: 5px;
  transition: inset 0.25s ease, padding 0.25s ease;
}


.peek { 
        position:absolute;
        display:block;
        top:4%;
        left:0%;
        width: 29%;
        
 }

#gruss-start{
font-family: 'BebasNeue-Regular', sans-serif;
 position: relative;
top: 50%;
left: 50%;
 transform: translateX(-50%);
font-size: 460%;
font-weight:bolder;
color:#f26f2b;
text-shadow: 2px 2px 2px rgba(15, 0, 0, 0.51);
}

h1 {
  font-family: 'BebasNeue-Regular';
  font-size: 300%;
  position:absolute;
  top:60%;
  left:27%;
  color: #f26f2b;
  text-shadow: 2px 2px 2px rgba(15, 0, 0, 0.51);
 
  /* SICHTBARER Startzustand */
  opacity: 1;
  transform: scale(0.15) rotateY(-120deg);
  filter: blur(10px);
  transform-origin: center center;
  transform-style: preserve-3d;
  animation: cinematicIn 4.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 1s;
}
@keyframes cinematicIn {
  0% {
    opacity: 0.6;
    transform: scale(0.15) rotateY(-120deg);
    filter: blur(10px);
  }
  40% {
    opacity: 1;
    transform: scale(1.25) rotateY(20deg);
    filter: blur(2px);
  }
  75% {
    transform: scale(0.97) rotateY(-5deg);
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotateY(0deg);
    filter: blur(0px);
  }
}


#about {
  background-color:#ae956e;
  background-image: url("images/bg.png");
  background-size:80%; 
  border-top: 1px solid #333;  
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
 
}

#papier{
  background-color: white;
  background-image:
    radial-gradient(rgba(180, 150, 120, 0.10) 1px, transparent 1px),
    repeating-linear-gradient(
      to bottom,
      transparent 0px,
      transparent 30px,
      #d4cfc7 31px,
      #d4cfc7 32px
    );
 background-size: 4px 4px, auto;
-webkit-box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
-moz-box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
  font-family: 'lucida';
  width: 70%;
  height: 600px;
  margin: 0px auto;
  padding: 10px 20px 100px 0px;
  display: flex;
  align-items: flex-start;
  transform: rotate(-4deg);
  z-index:2;
}

#portrait {
  margin-left: auto;
}

#portrait img {
  position: relative;
margin-top: 100px;
margin-left: 40%; 
  width:20%;
  height: auto;
  display: block;
 transform: rotate(8deg);
  z-index:2;
 -webkit-box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
-moz-box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1); 
}

#about p{
margin-top: 30px;
text-align: left;
padding-left:50px;

}


#leistungen { 
 background-color: #c2b297;
  background-image: url("images/bg.png");
  background-size:80%; 
padding: 180px 0 200px; 
 transform: skewY(-4deg);
 transform-origin: top left;
margin-top: -350px; 
border-top: 1px solid #333;  
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
} 
#leistungen .inner { 
transform: skewY(4deg);
 }
.card-container {
  display: flex;
  flex-wrap: wrap; /* Make cards wrap on smaller screens */
  gap: 20px;
  justify-content: center;
margin-bottom:50px;
margin-top: 0px;
background: transparent;
}

.card {
  display: block;
  width: 220px;
  padding: 20px;
  background: white;
 -webkit-box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
-moz-box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.card img{
position:relative;
width:100%
 }
.card-text {
  margin-top: 0px;
  text-align: center;
  height: 65px;
}

.card-text h4 {
  font-size: 25px;
  color: #333;
  margin-top:-10px;
 }

.card-text p {
  font-size: 18px;
  line-height: 1.5;
  color: #555;
}

.card a {
  color:#333;
  display: inline-block; /* wichtig fÃ¼r transform */
  transition: transform 0.2s ease;
text-decoration:underline;
  cursor: pointer;

}


.weiter-card:hover { 
transform: scale(1.05);
box-shadow: 0 0 18px rgba(0,0,0,0.25);
 }


.tooltip-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width:20px;
  cursor: pointer;
  z-index: 5;
 
}

.tooltip-icon .tooltiptext {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -10px; /* erscheint ÃƒÂ¼ber dem Icon */
  left: -300px;
  transform: translateY(-100%);
   background: #dbd0bc;
  color: #333;
  padding: 5px;
  border-radius: 8px;
border: 1px solid #333;
  white-space: nowrap;
  font-size: 16px;
  transition: opacity 0.25s ease;
  z-index: 10;
  width: 300px;
  white-space: normal; /* Zeilenumbruch erlauben */ 
  text-align: left;
}

.tooltip-icon:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
                                                                /* Bildergalerie */

  #galerie {                                                    
  background-color:#ae956e;
  background-image: url("images/bg.png");
  background-size:80%; 
  border-top: 1px solid #333;  
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
margin-top: -150px;
padding: 150px 50px 100px 50px;
position: relative;
}

.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width:350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
-webkit-box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
-moz-box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
font-size: 20px;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  pointer-events: none; }
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;

}

.caption > p:nth-child(2) {
  font-size: 1.5em;
}

.opacity-low {
 font-size: 0.8em;

}
 
                                                              /* Vollbild-Container */
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 9999;
}

.fullscreen:target {
  opacity: 1;
  pointer-events: auto;
}

/* Großes Bild */
.fullscreen img {
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
  border: 2px solid white;

  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fullscreen:target img {
  opacity: 1;
  transform: scale(1);
}

/* Klickfläche zum Schließen */
.fullscreen .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreen .close::after {
  content: "×";
  position: absolute;
  top: 50px;
  right: 30px;
  font-size: 3rem;
  color: white;
  font-weight: 300;
  pointer-events: none;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}



#kontakt {
  background-color: #c2b297;
  background-image: url("images/bg.png");
  background-size:80%; 
 padding-top: 160px;
padding-bottom:200px;
 border-top: 1px solid #333;  
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}


.kontakt-bild {
  position: absolute;
  top:245px; 
  left: 60%;
  width: 450px;
  height: auto;
  z-index: 10; 
}

#kontakt ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
list-style-type: none;
background:white;
width: 50%;
-webkit-box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
-moz-box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
box-shadow: 13px 13px 3px -12px rgba(0, 1, 7, 1);
margin: 100px auto;
padding: 90px 0px 90px 0px;
}

.button-kontakt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width:70%;
  height: 60px;
  margin: auto;
  margin-bottom:10px;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 20px;
  background: #494747;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in;

}

.button-kontakt img {
  flex-shrink: 0;
}

.button-kontakt span {
  text-align: center;
  flex-grow: 1;
}

.button-kontakt a:link  {
text-decoration:none;
}
.button-kontakt a:visited  {
text-decoration:none;
}

.button-kontakt:hover {
  background:#ae956e;
  transition: all 0.2s ease-out;
}

.button-kontakt::before {
  content: '';
  position: absolute;
  top: 7%;
  left: 0%;
  width: 0px;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  transform: skewX(-20deg);
}

.button-kontakt:hover::before {
  animation: sh02 0.5s linear;
  
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
}
  50% {
    opacity: 1;
}
  to {
    opacity: 0;
    left: 100%;
}
}



.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 15px 10px 15px 10px;
  display: flex;
            justify-content: center;
            align-items: center;
   background:transparent;
color:#333;
  z-index:100;
  border-top: 1px solid #4f515a;
font-size: 20px;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  backdrop-filter: blur(6px);
  z-index: -1;
}

.footer .text a {
  color:#333;
  display: inline-block; /* wichtig fÃƒÂ¼r transform */
  transition: transform 0.2s ease;
  margin-right: 10px;
}

.footer .text a:hover {
  transform: scale(1.25);
}



.footer ul {
  display: flex;
  position: absolute;
  top:8px;
  left: 75%;
  transform: translate(-50%, -50%);
}
.footer ul li {
  list-style: none;
}
.footer ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid white;
  z-index: 1;
}
.footer ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}
.footer ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}
.footer ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}
.footer ul li a:hover:before {
  top: 0;
}
.footer ul li:nth-child(1) a:before{
  background: #3b5999;
}
.footer ul li:nth-child(2) a:before{
  background: #161616;
}
.footer ul li:nth-child(3) a:before {
  background: #0077b5;
}
.footer ul li:nth-child(4) a:before {
  background: #ff1414;
}


/* Overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  opacity: 0;
  pointer-events: none; /* â† verhindert Blockieren */
  transition: opacity 0.3s ease;
}

#overlay.show {
  opacity: 1;
  pointer-events: auto; /* â† jetzt klickbar */
}

#modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  background: white;
  color: black;
  padding: 20px 60px 20px 60px;
  max-width: 700px;
  width: 90%;
  border-radius: 10px;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  border: 1px solid black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);

}

#modal.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

#modal h2 {
  font-size: 35px;
  text-align:center;
  margin-bottom: 1rem;
  text-shadow: none;
}

#modal p {
font-size: 20px;
}


#modal a {
  color:black;
  text-decoration:underline;
}

/* Modal-Inhalt */
#modal-content {
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}

/* SchlieÃŸen-Button */
#close-modal {
  position: fixed;
  top: 0.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
}


                                                                                @media screen and (max-width: 1600px) {
 

h1{
left: 28%;
}
#gras {
top: 70%;
}
.peek { 
        top:0%;
        left:-4%;
        width: 40%;
        z-index:100;
     
 }

}


                                                                                @media screen and (max-width: 1280px) {
.peek { 
        top:15%;
        left:-7%;
        width: 42%;
     
 }


h1{
left: 24%;
}
.kontakt-bild {
  margin-top:100px;
}


}

  
                                                                                @media screen and (max-width: 1024px) {

.peek { 
        top:0%;
        left:-4%;
        width: 40%;
        z-index:100;
     
 }


h1{
left:10%;
top:60%;
}

#gras {
width:25%;
top: 70%;
}
.button-53 {
top: 70%;
left:10%;
} 
.peek { 
        top:5%;
        left:0%;
        width: 37%;
        z-index:100;
     
 }

 

 #papier{
  width: 90%;
 
}

#portrait img {
  width:40%;
 margin-left: 10%; 

}

.footer {
height: 60px;
}
.footer .text  {
font-size:16px;
margin-top: 0px;
margin-left: 0px;
}


.footer ul {
margin-left: 40px;
}


}





                                                                                @media screen and (max-width: 834px) {
.peek { 
        top:5%;
        left:0%;
        width: 40%;
        z-index:100;
     
 }

 
 .logo {
      top:10%;
       }

#gruss-start{
top: 45%;
font-size: 450% !important;
}

h1{
left: 0%;
top: 53%;
font-size: 300%;
}
#gras {
width:35%;
top: 70%;
}
.button-53 {
top: 65%;
left:10%;
} 

#kontakt ul{
width:100%;
padding-bottom:25px;
}

.footer {
height: 80px;
}


.footer .text  {
font-size:18px;
margin-top: -45px;
margin-left: -25px;
}

.footer ul {
  top:50px;
  left:47%;
}
}






                                                                                @media screen and (max-width: 768px) {

.peek { 
       top:10%;

 }
.button-53 {
top: 70%;
} 
h1{
top: 55%;
}

 #galerie {                                                    
padding: 150px 0px 100px 0px;
}
.footer ul {
  top:60px;
  margin-left: -3%;
}

}
                                                                                 @media screen and (max-width: 600px) {

.peek { 
        top:10%;
        left:-5%;
        width: 50%;
     
 }
 .button-53 {
top: 70%;
}
.kontakt-bild {
  width:50%; 
  margin-top:60px;
  margin-left: 10px; 
}

}



                                                                                 @media screen and (max-width: 480px) {

 
 .logo {
      top:10%;
  
      }
.peek { 
        top:60%;
        left:-10%;
        width: 60%;
     
 }


#gruss-start{
font-size: 380% !important;
}

h1{
left: 0%;
top: 53%;
font-size: 190%;
}
#gras {
width:35%;
top: 90%;
}

.button-53 {
  font-size:20px;
  width:160px;
 padding:10px;
top: 68%;
left:50%;

}

section h2 {
padding:20px;
font-size:420% !important;
}

#leistungen {
   padding-top: 80px;
}
 #papier{
  width: 90%;
 
}

#portrait img {
  width:75%;
 margin-left: 10%; 

}

#galerie {
   padding-top: 80px;
}

.gallery-image img {
  height: 230px;
}

.img-box {
  height: 230px;
 }

.transparent-box {
  height: 230px;
 }

.fullscreen{
display:none;
}

#kontakt {
   padding-top: 100px;
   padding-bottom: 100px;
   }


.kontakt-bild {
  width:50%; 
  margin-top:40px;
  margin-left: 10px; 
}


#kontakt span{
font-size: 16px;
}

.footer .text  {
font-size:18px;
margin-top: -45px;
margin-left: -25px;
}

} 
                                                                              
                                                                              @media screen and (max-width: 414px) {

.kontakt-bild {
  margin-top:-18px;
 
}
}

  
                                                                              @media screen and (max-width: 360px) {
 

.logo {
      width:91%;
  
      }

#gruss-start{
top: 40%;
}

h1{
left: 0%;
top: 50%;
font-size: 190%;
}
.button-53 {
top:65%;
} 

.gallery-image img {
  height: 200px;
}

.img-box {
  height: 200px;
  
}

.kontakt-bild {
  margin-top:0px;
 
}


.footer .text  {
font-size:16px;
}


}