body {
  background: #fca8a5;
background: -moz-linear-gradient(left, #e57373 0%, #ef9a9a 50%, #e57373 100%);
background: -webkit-linear-gradient(left, #e57373 0%, #ef9a9a 50%, #e57373 100%);
background: linear-gradient(to right, #fca8a5 0%, #ffc2b4 50%,#fca8a5 100%);
  margin: 0;
  padding: 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
  max-width: 100%;
  
}
.text {
  text-align: center;
  color: black;
  font-size: 1em;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
.textcovid {
  text-align: center;
  color: black;
  font-size: 1.3em;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.text strong {
  font-size: 2em;
}

#gfg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 400px;
}

.text img {
  shape-outside: ellipse();
  width: 200px;
  height: 250px;
  float: right;
  margin-right: 30px;
}
#starttable {
  list-style-position: inside;
  line-height: 25px;
}
.footer {
  text-align: center;
}
.footer a:first-child {
  margin-right: 15px;
}
.footer a:link {
  text-decoration: none;
  color:rgb(53, 53, 53);
}
.footer a:visited {
  text-decoration: none;
  color:rgb(53, 53, 53);
}
.footer a:hover {
  text-decoration: underline;
  color: rgb(53, 53, 53);
}
.footer a:active {
  text-decoration: none;
  color: rgb(53, 53, 53);
}
a:link {
  text-decoration: none;
  color:rgb(53, 53, 53);
}
a:visited {
  text-decoration: none;
  color:rgb(53, 53, 53);
}
a:active {
  text-decoration: none;
  color: rgb(53, 53, 53);
}
.baby {
  width: 300px;
  height: 300px;
}
.servicetable {
  list-style-position: inside;
}
.topbild {
  width: 1000px;
  height: 350px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#packtable {
  list-style-position: inside;
}
#englishtable {
  list-style-position: inside;
}
#button {
  margin-top: 15px;
  background: -moz-linear-gradient(left, #e57373 0%, #ef9a9a 50%, #e57373 100%);
  background: -webkit-linear-gradient(left, #e57373 0%, #ef9a9a 50%, #e57373 100%);
  background: linear-gradient(to right, #fca8a5 0%, #ffc2b4 50%,#fca8a5 100%);
  width: 200px;
  height: 40px;
  border-color: #651b40;
  border-width: 2px;
}

/*  Kontakt From  */

#form {
  text-align: center;
  font-size: 3em;
  border-color: black;
}
#form ::placeholder {
  color: black;
}
#form #email {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-width: 3px;
  width: 300px;
  height: 40px;
  text-align: center;
}
#form #message {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-width: 3px;
  text-align: center;
  width: 400px;
  height: 200px;
}
#form #button {
  margin-top: 15px;
  background: -moz-linear-gradient(left, #e57373 0%, #ef9a9a 50%, #e57373 100%);
  background: -webkit-linear-gradient(left, #e57373 0%, #ef9a9a 50%, #e57373 100%);
  background: linear-gradient(to right, #fca8a5 0%, #ffc2b4 50%,#fca8a5 100%);
  width: 200px;
  height: 40px;
  border-color: #651b40;
  border-width: 2px;
}
#form #checkbox {
  text-align: center;
}

/*  Kontakt Form End  */

/* Social Media */


.wrapper{
  display:inline-flex;
  margin-bottom: 50px;
}
.wrapper .icon{
  margin: 0 20px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  position: relative;
  z-index:2;
}
.wrapper .icon span{
  position:relative;
  z-index:2;
  height: 60px;
  width: 60px;
  display:block;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  border-radius:50%;
  text-align:center;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon span i{
  font-size:25px;
  line-height:60px;
}
.wrapper .icon .tooltip{
  position:absolute;
  top:0px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  font-size: 20px;
  padding: 10px 18px;
  border-radius: 25px;
  color:white;
  opacity:0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover .tooltip{
  opacity:1;
  pointer-events: auto;
  top:-70px;
}
.wrapper .icon .tooltip:before{
  position:absolute;
  content:"";
  height:15px;
  width:15px;
  bottom:-8px;
  left:50%;
  transform: translateX(-50%) rotate(45deg);
}
.wrapper .icon:hover span,
.wrapp .icon:hover .tooltip{
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.wrapper .icon:hover span{
  color: #fff;
}
.wrapper .facebook:hover span,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip:before{
  background:#3B5999;
}
.wrapper .insta:hover span,
.wrapper .insta:hover .tooltip,
.wrapper .insta:hover .tooltip:before{
  background:#de463b;
}


/* END Social Media */

/* Nav */

.topnav {
  overflow: hidden;
  background: -moz-linear-gradient(left, #e57373 0%, #ef9a9a 50%, #e57373 100%);
  background: -webkit-linear-gradient(left, #e57373 0%, #ef9a9a 50%, #e57373 100%);
  background: linear-gradient(to right, #fca8a5 0%, #ffc2b4 50%,#fca8a5 100%);
  -webkit-box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.486);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px rgba(0, 0, 0, 0.486);  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px rgba(0, 0, 0, 0.486);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.topnav a {
  float: right;
  display: block;
  color: #651b40;
  text-align: center;
  padding: 10px 10px;
  padding-top: 30px;
  height: 55px;
  margin-right: 20px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a.icon {
    float: right;
    display: none;
    width: 60px;
    height: 50px;
    padding-top: 40px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;

  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  
  .topnav.responsive a:first-child {
    text-align: center;
    color: #651b40;
  }
  .topnav.responsive a:first-child:hover {
    background-color: #e09694;
    color: #651b40;

  }
.topnav a:hover {
  background-color: #e09694;
  color: #651b40;
}

.topnav .left {
  float: left;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  letter-spacing: 4px;
  font-size: 2em;
  height: 75px;
  padding: 10px 16px;
}
.topnav .left:hover {
  background-color: #e09694;
}

.topnav .icon {
  display: none;
}
@media screen and (max-width: 1366px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin: 0;
    width: 25px;
  }
}
@media screen and (max-width: 1366px) {
  .topnav a:first-child {
    font-size: 30px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    font-size: 1.3em;
  }
  
  .topnav.responsive a:first-child {
    text-align: left;
    color: #651b40;
    font-size: 20px;
  }
  .topnav.responsive a:first-child:hover {
    background-color: #e09694;
    color: #651b40;

  }
  .topnav .left {
    font-size: 1.5em;
  }
  .text img{
    width: 100px;
    height: 150px;
    margin-right: 0px;
    margin-top: 50px;
    margin-left: 2px;
    margin-bottom: 50px;
  }
  #starttable {
    margin-right: 10px;
  }
  #baby {
    height: 100px;
    width: 100px;
  }
  .topbild {
    width: 600px;
    height: 100px;
    max-width: 100%;
  }
  
}

@media screen and (max-width: 1024px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin: 0;
    width: 30px;
  }
}

@media screen and (max-width: 1024px){
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    font-size: 1.3em;
  }
  
  .topnav.responsive a:first-child {
    text-align: left;
    color: #651b40;
    font-size: 1.5em;
  }
  .topnav.responsive a:first-child:hover {
    background-color: #e09694;
    color: #651b40;

  }
  .topnav .left {
    font-size: 1.5em;
  }
  .text img{
    width: 150px;
    height: 200px;
    margin-right: 0px;
    margin-top: 50px;
    margin-left: 2px;
    margin-bottom: 50px;
  }
  #starttable {
    margin-right: 10px;
  }
  #baby {
    height: 100px;
    width: 100px;
  }
  .topbild {
    width: 2000px;
    height: 200px;
    max-width: 100%;
  }
}

@media screen and (max-width: 812px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin: 0;
    width: 20px;
  }
}
@media screen and (max-width: 812px) {
  .topnav a:first-child {
    font-size: 30px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    font-size: 1.3em;
  }
  
  .topnav.responsive a:first-child {
    text-align: left;
    color: #651b40;
    font-size: 20px;
  }
  .topnav.responsive a:first-child:hover {
    background-color: #e09694;
    color: #651b40;

  }
  .topnav .left {
    font-size: 1.5em;
  }
  .text img{
    width: 100px;
    height: 150px;
    margin-right: 0px;
    margin-top: 50px;
    margin-left: 2px;
    margin-bottom: 50px;
  }
  #starttable {
    margin-right: 10px;
  }
  #baby {
    height: 100px;
    width: 100px;
  }
  .topbild {
    width: 600px;
    height: 100px;
    max-width: 100%;
  }
  
}

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin: 0;
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  .topnav a:first-child {
    font-size: 30px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    font-size: 1.3em;
  }
  
  .topnav.responsive a:first-child {
    text-align: left;
    color: #651b40;
    font-size: 20px;
  }
  .topnav.responsive a:first-child:hover {
    background-color: #e09694;
    color: #651b40;

  }
  .topnav .left {
    font-size: 1.5em;
  }
  .text img{
    width: 130px;
    height: 190px;
    margin-right: 0px;
    margin-top: 50px;
    margin-left: 2px;
    margin-bottom: 50px;
  }
  #starttable {
    margin-right: 10px;
  }
  #baby {
    height: 100px;
    width: 100px;
  }
  .topbild {
    width: 1000px;
    height: 100px;
    max-width: 100%;
  }
  
}
@media screen and (max-width: 414px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin: 0;
    width: 13px;
  }
}
@media screen and (max-width: 414px) {
  .topnav a:first-child {
    font-size: 19px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    font-size: 1.3em;
  }
  
  .topnav.responsive a:first-child {
    text-align: left;
    color: #651b40;
    font-size: 20px;
  }
  .topnav.responsive a:first-child:hover {
    background-color: #e09694;
    color: #651b40;

  }
  .topnav .left {
    font-size: 1.5em;
  }
  .text img{
    width: 100px;
    height: 150px;
    margin-right: 0px;
    margin-top: 50px;
    margin-left: 2px;
    margin-bottom: 50px;
  }
  #starttable {
    margin-right: 10px;
  }
  #baby {
    height: 100px;
    width: 100px;
  }
  .topbild {
    width: 600px;
    height: 100px;
    max-width: 100%;
  }
  
}

@media screen and (max-width: 411px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin: 0;
    width: 13px;
  }
}
@media screen and (max-width: 411px) {
  .topnav a:first-child {
    font-size: 19px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    font-size: 1.3em;
  }
  
  .topnav.responsive a:first-child {
    text-align: left;
    color: #651b40;
    font-size: 20px;
  }
  .topnav.responsive a:first-child:hover {
    background-color: #e09694;
    color: #651b40;

  }
  .topnav .left {
    font-size: 1.5em;
  }
  .text img{
    width: 100px;
    height: 150px;
    margin-right: 0px;
    margin-top: 50px;
    margin-left: 2px;
    margin-bottom: 50px;
  }
  #starttable {
    margin-right: 10px;
  }
  #baby {
    height: 100px;
    width: 100px;
  }
  .topbild {
    width: 600px;
    height: 100px;
    max-width: 100%;
  }
  
}

@media screen and (max-width: 360px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin: 0;
    width: 13px;
  }
}
@media screen and (max-width: 360px) {
  .topnav a:first-child {
    font-size: 19px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    font-size: 1.3em;
  }
  
  .topnav.responsive a:first-child {
    text-align: left;
    color: #651b40;
    font-size: 20px;
  }
  .topnav.responsive a:first-child:hover {
    background-color: #e09694;
    color: #651b40;

  }
  .topnav .left {
    font-size: 1.5em;
  }
  .text img{
    width: 100px;
    height: 150px;
    margin-right: 0px;
    margin-top: 50px;
    margin-left: 2px;
    margin-bottom: 50px;
  }
  #starttable {
    margin-right: 10px;
  }
  #baby {
    height: 100px;
    width: 100px;
  }
  .topbild {
    width: 600px;
    height: 100px;
    max-width: 100%;
  }
  
}

@media screen and (max-width: 320px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin: 0;
    width: 23px;
  }
}
@media screen and (max-width: 320px) {
  .topnav a:first-child {
    font-size: 18px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    font-size: 1.3em;
  }
  
  .topnav.responsive a:first-child {
    text-align: left;
    color: #651b40;
    font-size: 20px;
  }
  .topnav.responsive a:first-child:hover {
    background-color: #e09694;
    color: #651b40;

  }
  .topnav .left {
    font-size: 1.5em;
  }
  .text img{
    width: 130px;
    height: 190px;
    margin-right: 0px;
    margin-top: 50px;
    margin-left: 2px;
    margin-bottom: 50px;
  }
  #starttable {
    margin-right: 10px;
  }
  #baby {
    height: 100px;
    width: 100px;
  }
  .topbild {
    width: 600px;
    height: 100px;
    max-width: 100%;
  }
  
}
@media screen and (max-width: 280px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin: 0;
    width: 13px;
  }
}
@media screen and (max-width: 280px) {
  .topnav a:first-child {
    font-size: 15px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    font-size: 1.3em;
  }
  
  .topnav.responsive a:first-child {
    text-align: left;
    color: #651b40;
    font-size: 20px;
  }
  .topnav.responsive a:first-child:hover {
    background-color: #e09694;
    color: #651b40;

  }
  .topnav .left {
    font-size: 1.5em;
  }
  .text img{
    width: 100px;
    height: 150px;
    margin-right: 0px;
    margin-top: 50px;
    margin-left: 2px;
    margin-bottom: 50px;
  }
  #starttable {
    margin-right: 10px;
  }
  #baby {
    height: 100px;
    width: 100px;
  }
  .topbild {
    width: 600px;
    height: 100px;
    max-width: 100%;
  }
  
}


/* Nav end */



