* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

  

 
 /* FONTS EMBEDDED */ 

 @font-face {
  font-family: "Amsterdam";
  src: url("/Amsterdam_1.woff") format("woff"); 
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
 }

 @font-face {
  font-family: "George";
  src: url("/George Rounded Regular.woff") format("woff"); 
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}




/* BODY PROPERTIES */
/* to allow parallax */

body, html {
  height: 100%;
}

body {
  background-color: #c1d2e0;
  color: #fff;
  font-family: "George", sans-serif;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* SLIDE IN OVERLAY MENU */
.parallax {
background-image: url("https://www.kraft-gespraeche.de/img/dew-m.jpg");
min-height: 500px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.95); 
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

#ang {
  color:#154e50
}
#qua {
  color: rgb(14, 38, 75);
}
#kon {
  color:  rgb(49, 67, 163);
}
#kont {
  color: rgb(49, 16, 102);
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: rgb(49, 16, 102);
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: rgb(49, 67, 163);
}

/* OVERLAY-MENU VIEWPORT ADJUSTMENTS */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

@media screen and (orientation: portrait) and (min-width: 600px) {
  .overlay a {
    font-size: 60px;
  }
}

@media screen and (orientation: landscape) and (min-width: 1000px) {
  .overlay a {
    font-size: 60px;
  }
}



/* MENU-BUTTON */
.top-right {
    position: fixed;
  top: 4%;
  right: 7%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0.5% 0% 0.2% 1%;
     /*border-radius: 50%;*/
    
   
     padding: 1.3rem;
 /* border-right: 3px solid #154e50; 
  border-bottom: 3px solid rgb(49, 16, 102);
  border-left: 3px solid rgb(49, 67, 163);
  border-top: 3px solid rgb(14, 38, 75);*/
  margin: 0;
  cursor: pointer;  
  /*animation: border-button 4s infinite; */
}

.top-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 4px solid transparent;
  background:  linear-gradient(270deg, #154e50, #0e254b, #3143a3, #311066) border-box;
  background-size: 140% 140%;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;

  -webkit-animation: AnimationName 5s ease infinite;
  -moz-animation: AnimationName 5s ease infinite;
  -o-animation: AnimationName 5s ease infinite;
  animation: AnimationName 5s ease infinite;
}

@-webkit-keyframes AnimationName {
  0%{background-position:96% 0%}
  50%{background-position:5% 100%}
  100%{background-position:96% 0%}
}
@-moz-keyframes AnimationName {
  0%{background-position:96% 0%}
  50%{background-position:5% 100%}
  100%{background-position:96% 0%}
}
@-o-keyframes AnimationName {
  0%{background-position:96% 0%}
  50%{background-position:5% 100%}
  100%{background-position:96% 0%}
}
@keyframes AnimationName {
  0%{background-position:96% 0%}
  50%{background-position:5% 100%}
  100%{background-position:96% 0%}
}

  

.radius {
  border-radius: 50%;
  overflow: hidden;
}


/* MENU-BUTTON VIEWPORT ADJUSTMENTS */
/* For desktop and landscape tablets */ 
@media screen and (min-width: 700px) {
.top-right-l 
{ position: fixed;
  top: 1.5em;
  right: 2%;
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 0.5em 0.8em;
  /*    border-right: 3px solid #154e50; 
  border-bottom: 3px solid rgb(49, 16, 102);
  border-left: 3px solid rgb(49, 67, 163);
  border-top: 3px solid rgb(14, 38, 75);
  border-radius: 50%;
  margin: 0;
  cursor: pointer; 
  animation: border-button 4s ease infinite; */
}
}

 /* for portrait tablets */ 
@media screen and (orientation: portrait) and (min-width: 1000px) {
.top-right 
{ position: fixed;
  top: 2em;
  right: 3%;
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 0.9em 1.3em;
}
}

/* For mobile phones */
@media screen and (max-width: 699px) {
  .top-right-l {
    position: fixed;
    top: 1em;
    right: 1.2em;
    display: block;
    width: fit-content;
    height: fit-content;
    padding: 0.3em 0.6em;
    border-radius: 50px;

box-sizing: border-box;
   /* border-right: 3px solid #154e50; 
    border-bottom: 3px solid rgb(49, 16, 102);
    border-left: 3px solid rgb(49, 67, 163);
    border-top: 3px solid rgb(14, 38, 75);
    border-radius: 50%; */
    margin: 0;
    cursor: pointer; 
    /*animation: border-button 4s ease infinite; */
  }

  .top-right::before {
    border: 3px solid transparent;
  }
}
 
@keyframes border-button {
  25% {border-bottom: 3px solid #154e50; }
  25% {border-left: 3px solid rgb(49, 16, 102);}
  25% {border-top: 3px solid rgb(49, 67, 163);}
  25% {border-right: 3px solid rgb(14, 38, 75);}
  50% {border-left: 3px solid #154e50; }
  50% {border-top: 3px solid rgb(49, 16, 102);}
  50% {border-right: 3px solid rgb(49, 67, 163);}
  50% {border-bottom: 3px solid rgb(14, 38, 75);}
  75% {border-top: 3px solid #154e50; }
  75% {border-right: 3px solid rgb(49, 16, 102);}
  75% {border-bottom: 3px solid rgb(49, 67, 163);}
  75% {border-left: 3px solid rgb(14, 38, 75);}
  }

/* For mobile phones */
@media screen and (min-width: 350px) and (max-width: 499px) and (max-height: 600px) and (orientation: portrait) {
  .top-right-l {
  right: 1.3em;
  padding: 0.6em 0.7em;
  }
}


/* PARALLAX HEADER */
.header-container {
  background-image: url("https://www.kraft-gespraeche.de/img/steffi_header_m.jpg");
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
  padding-top: 20%;
  padding-right: 8%;
  font-family: "Amsterdam", "Calibri", fantasy;
  font-size: 8em;
  color: #c1d2e0;
  overflow: hidden;
}

#steffi-kraft {
  padding-top: 12%;
  font-weight: 600;
  letter-spacing: 2px;
 }

 #hilft {
  font-family: "George", sans-serif;
  font-size: 0.5em;
  padding-top: 0%;
 }

 #hilft2 {
  font-family: "George", sans-serif;
  font-size: 0.5em;
}



 /* HEADER TEXT ANIMATION */
  .header-container #hilft {
  width: 100%;
  height: 100%;
  line-height: 150px;
  text-align: right; 
  /* Apply animation to this element */	
  animation: flyin 4s ease-out;
 }

 /* Move it (define the animation) */
 @keyframes flyin {
  0%   { 
  transform: translateX(200%); 		
  }
  100% { 
  transform: translateX(0%); 
  }
 }
 

 /* HEADER LOGO ANIMATION */
 .header-container #logo {
  
  /* Apply animation to this element */	
  animation: flyin 4s ease-out;
 }

 /* Move it (define the animation) */
 @keyframes flyin {
  0%   { 
  transform: translateX(200%); 		
  }
  100% { 
  transform: translateX(0%); 
  }
 }


 /* hide logo text on big devices */
@media screen and (min-device-width: 701px) {
 #logo {
display: none;
 }
}


/* no parallax header on mobile devices (touch-screens) */
@media only screen and (max-device-width: 1366px) {
  .header-container {
    background-attachment: scroll;
  }
}

/* header adjustments for less wide screens */
@media screen and (max-device-width: 1200px) {
  .header-container {
	  height: 55%;
    padding-top: 38%;
	  padding-right: 8%;
    font-size: 7em;
  }
	#hilft {
    padding-top: 1%;
		}
}

/* hide header text on mobile phones */
@media screen and (max-device-width: 700px) {
 #steffi-kraft {
	 display: none;
  }
	#hilft {
		display: none;
}
#hilft2 {
  display: none;
}
}


/* show logo on mobile phones */
#logo {
  width: 50%;
  margin-left: 50%;
  margin-top: 80%;
}

/* Adjustments for logo */
@media screen and (min-width: 300px) and (max-width: 400px) and (min-height: 700px) {
  #logo {margin-top: 80%;
  }
  }

 

  @media screen and (min-width: 300px) and (max-width: 400px) and (min-height: 500px) {
    #logo {margin-top: 30%;
    }
    }

/* optimized for my LG portrait */
 @media screen and (min-width: 300px) and (max-width: 450px) and (min-height: 521px) and (max-height: 600px) {
    #logo {margin-top: 55%;
    }
    }

/* optimized for my LG landscape */
@media screen and (max-width: 699px) and (max-height: 450px) and (orientation: landscape) {
  #logo {
    margin-top: -8%;
    margin-left: 4.5em;
    width: 25%;
  }
  }

/* optimization for Opera */
 @media screen and (min-width: 300px) and (max-width: 450px) and (max-height: 520px) {
    #logo {margin-top: 35%;
    }
    }


  @media screen and (min-width: 300px) and (max-width: 400px) and (min-height: 600px) {
    #logo {margin-top: 65%;
    }
}

 


 @media screen and (min-width: 300px) and (max-width: 400px) and (min-height: 650px) {
    #logo {margin-top: 85%;
		margin-left: 40%;
		width: 65%;
    }
    }


@media screen and (min-width: 501px) and (orientation: portrait) {
#logo {margin-top: 35%;
}
}

@media screen and (min-width: 600px) and (max-width: 700px) and (orientation: portrait) {
  #logo {margin-top: 20%;
  }
  }



/* header adjustments for portrait orientation */
@media screen and (orientation: portrait) and (min-width: 971px) {
  .header-container {
	  height: 75%;
    padding-right: 5%;
    font-size: 7em;
  }
	#steffi-kraft {
		margin-top: 45%;
}
	#hilft {
		font-size: 0.4em;
	}
}

/* header adjustments for portrait orientation ipad 810x1080px */
@media screen and (orientation: portrait) and (max-width: 970px) {
  .header-container {
	  height: 70%;
    padding-right: 5%;
    font-size: 7em;
  }
	#steffi-kraft {
		margin-top: 35%;
}
	#hilft {
		font-size: 0.3em;
			}
}

/* header adjustments for landscape orientations */
@media screen and (orientation: landscape) and (max-width: 800px) {
    .header-container {
        font-size: 6em;
    }
  #steffi-kraft {
    margin-top: 5%;
    margin-bottom: -5%;
    font-weight: 500;
  }
  #hilft {
    font-size: 0.3em;
  }
}

@media screen and (orientation: landscape) and (min-width: 801px) and (max-width: 900px) {
    .header-container {
        font-size: 6.5em;
    }
  #steffi-kraft {
    margin-top: 1%;
    margin-bottom: -7%;
    font-weight: 500;
  }
  #hilft {
    font-size: 0.3em;
  }
}

@media screen and (orientation: landscape) and (min-width: 901px) and (max-width: 1000px) {
    .header-container {
        height: 45%;
        font-size: 6.5em;
    }
  #steffi-kraft {
    margin-top: 0%;
    margin-bottom: -4%;
    font-weight: 500;
  }
  #hilft {
    font-size: 0.3em;
  }
}


@media screen and (orientation: landscape) and (min-width: 1001px) and (max-width: 1200px) {
    .header-container {
        height: 50%;
        font-size: 6.5em;
    }
  #steffi-kraft {
    margin-top: -8%;
    margin-bottom: -4%;
    font-weight: 500;
  }
  #hilft {
    font-size: 0.3em;
  }
}

/* iPad Pro 12.9 inch */
@media screen and (orientation: landscape) and (min-width: 1201px) and (max-width: 1400px) {
    .header-container {
        height: 50%;
        font-size: 7em;
    }
  #steffi-kraft {
    margin-top: 2%;
    margin-bottom: -2%;
    font-weight: 500;
  }
  #hilft {
    font-size: 0.4em;
  }
}

/* my iPad */
@media screen and (orientation: landscape) and (min-width: 1201px) and (max-width: 1400px) and (max-height: 1000px) {
    .header-container {
        height: 50%;
        font-size: 7.5em;
    }
  #steffi-kraft {
    margin-top: -8%;
    margin-bottom: -2%;
    font-weight: 500;
  }
  #hilft {
    font-size: 0.4em;
  }
}



/* PARALLAX IMAGES */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
}

.bgimg-1 {
  background-image: url("https://www.kraft-gespraeche.de/img/dew_m.jpg");
  min-height: 900px;
}
.bgimg-3 {
  background-image: url("https://www.kraft-gespraeche.de/img/puddle_graded.jpg");
  min-height: 900px;
}
.bgimg-2 {
  background-image: url("https://www.kraft-gespraeche.de/img/dew_m.jpg");
  min-height: 900px;
}

.bgimg-4 {
  background-image: url("https://www.kraft-gespraeche.de/img/waterdrop_blue2.jpg");
  min-height: 1100px;
}

/* no parallax images on mobile devices (touch-screens) */
@media only screen and (max-device-width: 1366px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
    background-attachment: scroll;
  }
}

/* no background images on mobile phones */
@media screen and (max-device-width: 700px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
  display: none;
  }
}

/* hide images on big screens */
@media screen and (min-device-width: 700px) {
  .container-img-page {
  display: none;
  }
}





/* PAGE LAYOUT */
.container-page, .container-page-contact {
  color: #100749;
  position: relative;
  margin-bottom: 10px;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: -1px;
  z-index: -1;
}

.container-img-page {
  padding-top: 5%;
}


.h2page {
  font-family: "Amsterdam";
  font-weight: 600;
  font-size: 2.5em;
  letter-spacing: 5px;
  padding-bottom: 70px;
  text-align: left;
  }

.page {
  text-align: left;
  }


  /*GENERAL LAYOUT-ADJUSTMENTS '/
  /* Fonts for mobile phones */
@media only screen and (max-width: 699px) {
  .container-page, .container-page-contact {
   font-size: 1em;
   font-weight: 600;
   line-height: 25px;
   letter-spacing: -0.5px;
   }
 
  .h2page {
   font-family: "Amsterdam";
   font-size: 2.5em;
   letter-spacing: 3px;
   padding-top: 15px;
   padding-bottom: 30px;
   }
   }
   
 
 /* For mobile phones and portrait tablets */
 @media only screen and (min-width: 350px) {
 .text-page-s {
   margin-top: 2%;
   margin-left: 4%;
   margin-right: 4%;
   margin-bottom: 5%;
   padding: 5%;
   border-right: 5px solid #154e50; 
   border-bottom: 5px solid rgb(49, 16, 102);
   border-left: 5px solid rgb(49, 67, 163);
     border-top:5px solid rgb(14, 38, 75);
   border-radius: 1%;
   animation: border-page 4s infinite; 
 }
 }
 
 /* For desktop and landscape tablets */
 @media screen and (min-width: 700px) {
 .text-page {
   margin-top: 2%;
   margin-bottom: 5%;
   margin-left: 20%;
   margin-right: 20%;
   padding: 5%;
   border-right: 5px solid #154e50; 
   border-bottom: 5px solid rgb(49, 16, 102);
   border-left: 5px solid rgb(49, 67, 163);
   border-top:5px solid rgb(14, 38, 75);
   border-radius: 1%;
   animation: border-page 4s infinite; 
 }
 }
 
 @keyframes border-page {
   25% {border-bottom: 5px solid #154e50; }
   25% {border-left: 5px solid rgb(49, 16, 102);}
   25% {border-top: 5px solid rgb(49, 67, 163);}
   25% {border-right:5px solid rgb(14, 38, 75);}
   50% {border-left: 5px solid #154e50; }
   50% {border-top: 5px solid rgb(49, 16, 102);}
   50% {border-right: 5px solid rgb(49, 67, 163);}
   50% {border-bottom:5px solid rgb(14, 38, 75);}
   75% {border-top: 5px solid #154e50; }
   75% {border-right: 5px solid rgb(49, 16, 102);}
   75% {border-bottom: 5px solid rgb(49, 67, 163);}
   75% {border-left:5px solid rgb(14, 38, 75);}
   }
 
 
 /* KONTAKT ON MOBILE PHONES */
 @media screen and (max-width: 400px) {
   .container-page-contact {
     display: none;
   }
 }

  /* LAYOUT QUALIFIKATIONEN */
.qual-box {
margin-bottom: 0.7em;
}

#q1 {
  width: fit-content;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 2% 3%;
  color: #154e50;
  border-right: 3px solid #154e50; 
  border-bottom: 3px solid rgb(49, 16, 102);
  border-left: 3px solid rgb(49, 67, 163);
  border-top: 3px solid rgb(14, 38, 75);
  border-radius: 1%;
  animation: border-qual 4s infinite; 
 }


#q2 {
  width: fit-content;
  margin-bottom: 1em;
  padding: 2% 3%;
  color:  rgb(49, 16, 102);
  border: 1px solid rgb(49, 16, 102);
  border-right: 3px solid #154e50; 
  border-bottom: 3px solid rgb(49, 16, 102);
  border-left: 3px solid rgb(49, 67, 163);
  border-top: 3px solid rgb(14, 38, 75);
  border-radius: 1%;
  animation: border-qual 4s infinite; 
}

#q3 {
  width: fit-content;
  padding: 2% 3%;
  color: rgb(14, 38, 75);
  border: 1px solid rgb(49, 16, 102);
  border-right: 3px solid #154e50; 
  border-bottom: 3px solid rgb(49, 16, 102);
  border-left: 3px solid rgb(49, 67, 163);
  border-top: 3px solid rgb(14, 38, 75);
  border-radius: 1%;
  animation: border-qual 4s infinite; 
}

#q4 {
  width: fit-content;
  padding: 2% 3%;
  color:   rgb(49, 67, 163);
  border: 1px solid rgb(49, 16, 102);
  border-right: 3px solid #154e50; 
  border-bottom: 3px solid rgb(49, 16, 102);
  border-left: 3px solid rgb(49, 67, 163);
  border-top: 3px solid rgb(14, 38, 75);
  border-radius: 1%;
  animation: border-qual 4s infinite; 
}


@keyframes border-qual {
  25% {border-bottom: 3px solid #154e50; }
  25% {border-left: 3px solid rgb(49, 16, 102);}
  25% {border-top: 3px solid rgb(49, 67, 163);}
  25% {border-right: 3px solid rgb(14, 38, 75);}
  50% {border-left: 3px solid #154e50; }
  50% {border-top: 3px solid rgb(49, 16, 102);}
  50% {border-right: 3px solid rgb(49, 67, 163);}
  50% {border-bottom: 3px solid rgb(14, 38, 75);}
  75% {border-top: 3px solid #154e50; }
  75% {border-right: 3px solid rgb(49, 16, 102);}
  75% {border-bottom: 3px solid rgb(49, 67, 163);}
  75% {border-left: 3px solid rgb(14, 38, 75);}
  }


/* qualbox no margin on mobile and portrait */
@media screen and (max-device-width: 800px) {
#q1, #q2, #q3 {
  width: auto;
 }
}

.footnote {
  text-align: left;
  font-size: 0.7em;
}

#f1 {
  margin-top: 2em;
  color: #154e50;
}

#f2 {
  margin-top: -0.5em;
  margin-bottom: -1.5em;
  color: rgb(49, 67, 163);
}


/* LAYOUT KONDITIONEN */
#page-konditionen {
  margin-bottom: 30px;
  }

  .page-prize {
    text-align: left;
    margin-left: 0%;
    padding: 2%;
    width: fit-content;
    border-right: 3px solid #154e50; 
    border-bottom: 3px solid rgb(49, 16, 102);
    border-left: 2px solid rgb(49, 67, 163);
    border-top: 2px solid rgb(14, 38, 75);
    border-radius: 1%;
    animation: border-prize 4s infinite; 
  }

  @keyframes border-prize {
    25% {border-bottom: 3px solid #154e50; }
    25% {border-left: 2px solid rgb(49, 16, 102);}
    25% {border-top: 2px solid rgb(49, 67, 163);}
    25% {border-right: 3px solid rgb(14, 38, 75);}
    50% {border-left: 2px solid #154e50; }
    50% {border-top: 2px solid rgb(49, 16, 102);}
    50% {border-right: 3px solid rgb(49, 67, 163);}
    50% {border-bottom: 3px solid rgb(14, 38, 75);}
    75% {border-top: 2px solid #154e50; }
    75% {border-right: 3px solid rgb(49, 16, 102);}
    75% {border-bottom: 3px solid rgb(49, 67, 163);}
    75% {border-left: 2px solid rgb(14, 38, 75);}
  }


/* LAYOUT KONTAKT */
#page-phone {
  color: rgb(49, 67, 163);
}

#page-web {
  color: #154e50;;
  margin-top: 2%;
}

#page-address {
  color: rgb(49, 67, 163);
  margin-top: 2%;
  text-align: left;
}

#contact-freu {
  margin-top: 30px;
}

#contact-freu-end {
  margin-bottom: 30px;
}


/* CONTACT BUTTON */
.contact-btn {
  z-index: 1;
  text-align: center;
}

.contact {
  width: 30%;
  margin: auto;
  cursor: pointer;
  padding-bottom: 30px;
}

#Termin {
  font-family: "George", "Calibri", sans-serif;
  font-size: 1.5em;
  line-height: 2em;
  color: #100749;
  background-color: rgb(255, 255, 255, 0.25);
  width: fit-content;
  padding: 0px 30px; 
  margin: auto;
  margin-bottom: 40px;
  border-top: 5px solid #154e50; 
  border-right: 5px solid rgb(49, 16, 102);
  border-bottom: 5px solid rgb(49, 67, 163);
  border-left:5px solid rgb(14, 38, 75);
  border-radius: 2%;
  animation: border 7s infinite;
}

@keyframes border {
  25% {border-right: 5px solid #154e50; }
  25% {border-bottom: 5px solid rgb(49, 16, 102);}
  25% {border-left: 5px solid rgb(49, 67, 163);}
  25% {border-top:5px solid rgb(14, 38, 75);}
  50% {border-bottom: 5px solid #154e50; }
  50% {border-left: 5px solid rgb(49, 16, 102);}
  50% {border-top: 5px solid rgb(49, 67, 163);}
  50% {border-right:5px solid rgb(14, 38, 75);}
  75% {border-bottom: 5px solid #154e50; }
  75% {border-left: 5px solid rgb(49, 16, 102);}
  75% {border-top: 5px solid rgb(49, 67, 163);}
  75% {border-right:5px solid rgb(14, 38, 75);}

  5% {background-color: rgb(255, 255, 255, 0.);}
  10% {background-color: rgb(255, 255, 255, 0.225);}
  15% {background-color: rgb(255, 255, 255, 0.2);}
  20% {background-color: rgb(255, 255, 255, 0.175);}
  25% {background-color: rgb(255, 255, 255, 0.15);}
  30% {background-color: rgb(255, 255, 255, 0.125);}
  35% {background-color: rgb(255, 255, 255,0.1);}
  40% {background-color: rgb(255, 255, 255, 0.075);}
  45% {background-color: rgb(255, 255, 255, 0.05);}
  50% {background-color: rgb(255, 255, 255, 0.0);}
  55% {background-color: rgb(255, 255, 255, 0.05);}
  60% {background-color: rgb(255, 255, 255, 0.075);}
  65% {background-color: rgb(255, 255, 255, 0.1);}
  70% {background-color: rgb(255, 255, 255, 0.125);}
  75% {background-color: rgb(255, 255, 255, 0.15);}
  80% {background-color: rgb(255, 255, 255, 0.175);}
  85% {background-color: rgb(255, 255, 255, 0.2);}
  90% {background-color: rgb(255, 255, 255, 0.225);}
  95% {background-color: rgb(255, 255, 255, 0.25);}
}

/* VERHALTEN TERMIN-VEREINBAREN-LINK */
a.termin:link {
  text-decoration: none;
}
a.termin:visited {
  text-decoration: none;
}
a.termin:active {
  text-decoration: none;
}

#Termin:hover {
   text-decoration: underline;
   text-decoration-color:#100749;
}


/* ANPASSUNGEN VIEWPORTS */
@media screen and (max-width: 600px) {
#Termin {
font-size: 0.8em;
	font-weight: 600;
	line-height: 3em;
margin-left: 0%;
margin-bottom: 0em;
border-top: 3px solid #154e50; 
border-right: 3px solid rgb(49, 16, 102);
border-bottom: 3px solid rgb(49, 67, 163);
border-left:3px solid rgb(14, 38, 75);
border-radius: 2%;
animation: border-mobile 7s infinite;
}


@keyframes border-mobile {
  25% {border-right: 3px solid #154e50; }
  25% {border-bottom: 3px solid rgb(49, 16, 102);}
  25% {border-left: 3px solid rgb(49, 67, 163);}
  25% {border-top:3px solid rgb(14, 38, 75);}
  50% {border-bottom: 3px solid #154e50; }
  50% {border-left: 3px solid rgb(49, 16, 102);}
  50% {border-top: 3px solid rgb(49, 67, 163);}
  50% {border-right:3px solid rgb(14, 38, 75);}
  75% {border-bottom: 3px solid #154e50; }
  75% {border-left: 3px solid rgb(49, 16, 102);}
  75% {border-top: 3px solid rgb(49, 67, 163);}
  75% {border-right:3px solid rgb(14, 38, 75);}

  5% {background-color: rgb(255, 255, 255, 0.);}
  10% {background-color: rgb(255, 255, 255, 0.225);}
  15% {background-color: rgb(255, 255, 255, 0.2);}
  20% {background-color: rgb(255, 255, 255, 0.175);}
  25% {background-color: rgb(255, 255, 255, 0.15);}
  30% {background-color: rgb(255, 255, 255, 0.125);}
  35% {background-color: rgb(255, 255, 255,0.1);}
  40% {background-color: rgb(255, 255, 255, 0.075);}
  45% {background-color: rgb(255, 255, 255, 0.05);}
  50% {background-color: rgb(255, 255, 255, 0.0);}
  55% {background-color: rgb(255, 255, 255, 0.05);}
  60% {background-color: rgb(255, 255, 255, 0.075);}
  65% {background-color: rgb(255, 255, 255, 0.1);}
  70% {background-color: rgb(255, 255, 255, 0.125);}
  75% {background-color: rgb(255, 255, 255, 0.15);}
  80% {background-color: rgb(255, 255, 255, 0.175);}
  85% {background-color: rgb(255, 255, 255, 0.2);}
  90% {background-color: rgb(255, 255, 255, 0.225);}
  95% {background-color: rgb(255, 255, 255, 0.25);}
}
}

.contact {
	width: 50%;
}



/* BACK TO TOP BUTTON */
#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  z-index: 99;
  font-size: 12px;
  opacity: 1;
  border: none;
  outline: none;
  background-color: rgb(13, 20, 38, 0);
  
  cursor: pointer;
  }

#up:hover { 
  filter: brightness(200%) contrast(200%)
  drop-shadow(0px 1px 0.5px #c1d2e0);
}

#up {
  width: 70%;
  margin-right: -7em;
  margin-left: -7em;
  /*filter:drop-shadow(0px 1px 0.5px #c1d2e0) ;*/
  }

  
  
/* For desktop and landscape tablets */
@media screen and (min-width: 700px) {
#myBtn {
      right: 2%;
      font-size: 18px;
}
}

/* For mobile phones */
@media screen and (max-width: 699px) {
  #myBtn {
    bottom: 4em;
    right: 1.8em;
    width: fit-content;
    height: fit-content;
    padding: 0.6em 0.8em;
}
}
/* END BACK TO TOP BUTTON */




/* FORMATIERUNGEN KONTAKT */
.phonenumber {
  margin-top: 1em;
  text-align: left;
  margin-left: 0%;
  padding: 2%;
  width: fit-content;
  
  border-right: 3px solid #154e50; 
  border-bottom: 3px solid rgb(49, 16, 102);
  border-left: 2px solid rgb(49, 67, 163);
  border-top: 2px solid rgb(14, 38, 75);
  border-radius: 1%;
  animation: border-prize 4s infinite; 
  }

@keyframes border-prize {
  25% {border-bottom: 3px solid #154e50; }
  25% {border-left: 2px solid rgb(49, 16, 102);}
  25% {border-top: 2px solid rgb(49, 67, 163);}
  25% {border-right: 3px solid rgb(14, 38, 75);}
  50% {border-left: 2px solid #154e50; }
  50% {border-top: 2px solid rgb(49, 16, 102);}
  50% {border-right: 3px solid rgb(49, 67, 163);}
  50% {border-bottom: 3px solid rgb(14, 38, 75);}
  75% {border-top: 2px solid #154e50; }
  75% {border-right: 3px solid rgb(49, 16, 102);}
  75% {border-bottom: 3px solid rgb(49, 67, 163);}
  75% {border-left: 2px solid rgb(14, 38, 75);}
}


/* VEKTORBILDER */

.svg {
  margin-left: 0.4em;
   margin-bottom: -0.1em;
  }
  
  #svg-signs {
    width: 20%;
    margin-left: 18em;
    margin-top: 0em;
    margin-bottom: -1.8em;
  }
  
  #svg-grad {
    width: 20%;
    margin-left: 1em;
    margin-bottom: -0.8em;
  }
  
  #svg-art {
    margin-left: 14em;
    margin-top: -5em;
    margin-bottom: -2em;
  }
  
  #svg-door {  
    margin-left: 15em;
    margin-top: -3em;
  }



/* VEKTORBILDER - VIEWPORTANPASSUNGEN */

/* For mobile phones */
@media screen and (max-width: 699px) {
	#svg-door {
  width: 20%;
  margin-left: 14em;
  margin-top: 2em;
}

#svg-people {
  width: 1.5em;
}

#svg-art {
  width: 40%;
  margin-left: 11em;
  margin-top: 0.4em;
  margin-bottom: -0.5em;
}

#svg-signs {
  width: 6em;
  margin-left: 12em;
  margin-top: 1em;
	margin-bottom: 0.2em;
}

#svg-grad {
 width: 1.9em;
	margin-left: 0.4em;
 margin-bottom: -0.5em;
}

#svg-wallet {
  width: 18%;
}

#svg-phone {
  width: 18%;
}

#up {
  width: 100%;
  margin-right: -11.5em;
  margin-left: -11.5em;
}
}


/* Landscape medium */
@media screen and (min-width: 800px) and (orientation: landscape) and (max-width: 1200px) {
	#svg-signs {
		margin-top: 0.5em;
		margin-left: 15em;
		margin-bottom: -1em;
	}

	#svg-art {
		margin-top: -0.2em;
		margin-left: 12em;
		margin-bottom: -1em;
	}
}
	
/* Portrait large */
@media screen and (min-width: 1000px) and (orientation: portrait) and (max-width: 1200px){
	.text-page {
	  margin-left: 12%;
	  margin-right: 12%;
	}

	#svg-people {
		width: 20%;
	}

	#svg-signs {
	  width: 25%;
	  margin-left: 17em;
	  margin-top: 1em;
	  margin-bottom: -1.5em;
	}
	#svg-wallet {
		margin-bottom: -0.3em;
	}
	#svg-art {
		margin-bottom: -1.5em;
	}
}


/* Portrait medium */
@media screen and (min-width: 700px) and (orientation: portrait) and (max-width: 999px){
	.text-page {
	  margin-left: 12%;
		margin-right: 12%;
	}

	#svg-people {
		width: 20%;
	}

	#svg-signs {
		width: 25%;
	  margin-left: 13em;
		margin-top: 1em;
		margin-bottom: -1em;
	}
	#svg-grad {
		margin-left: 0.5em;
	}
	
	#svg-wallet {
		margin-bottom: -0.3em;
	}

	#svg-art {
		margin-top: 0.1em;
		margin-bottom: -1em;
		margin-left: 11em;
	}

	#svg-door {
		margin-left: 14em;
}

	.contact {
		width: 50%;
	}
}

/* Portrait very small screens */
@media screen and (max-width: 350px) {
	.text-page {
	  margin-left: 10%;
		margin-right: 10%;
	}

	#svg-people {
		width: 20%;
	}

	#svg-signs {
		width: 25%;
		margin-top: 0.3em;
	}

	#svg-grad {
		margin-bottom: -0.4em;
		margin-left: 0.2em;
		width: 1.3em;
	}

	#svg-art {
		margin-left: 9em;
	}

	.contact {
		width: 70%;
	}
}
	
	
	
	
	
/* FOOTER */
.footer {
  position: relative;
  top: -10px;
  height: 30px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0d1426;
  color:#c1d2e0;
  text-align: center;
}

.impressum-main {
  padding-top: 0.2%;
}

.footer-link:link {
  color: #c1d2e0;
  font-size: 10px;
  padding: 10px;
	 text-decoration: none;
}

.footer-link:hover {
	text-decoration: underline;
}

.footer-link:active {
  color: #c1d2e0;
}

.footer-link:visited {
  color: #c1d2e0;
}


/* IMPRESSUM */
.impressum-page {
  position: relative;
  padding: 3% 10%;
  background-color: #c1d2e0;
  font-family: "George", sans-serif;
  color: #100749;
  font-size: 16px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

   
   


