body {
    margin: 0%;
    padding: 0%;
    font-family: Arial, Helvetica, sans-serif;
}
table {
  border-collapse: collapse;
}

th {
  border: 1px solid gray;
  text-align: left;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #dddddd;
}
/* for desktop */
.whatsapp_float {
	position: fixed;
	width:60px;
  height:60px;
  margin-bottom: 20px;
  margin-top: 20px;

	bottom:40px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
        font-size:30px;
	box-shadow: 2px 2px 3px #999;
        z-index:100;
}
.who {
	position: fixed;
	bottom:11px;
  right:4px;
font-size: 16px;
	text-align:center;
        z-index:100;
        margin-top: 24px;
        margin-bottom: 24px;

}
.whatsapp-icon {
	margin-top:16px;
}
.whatsapp a:hover {
  background-color: #25d366;
  color:#FFF;

}
.footer {
  left: 0;
  bottom: 0;
  margin-top: auto;
  width: 100%;
  background-color: #f1f1f1;
  text-align:center;padding:10px;
  font-size:12px;  
  
}

* {
    box-sizing: border-box;
  }
  a:hover {
    background-color: #FFDE00;
    color: darkorange;
  }
  a:active {
    color: yellow;
  }
  a {
      text-decoration: none;
      color: black;
  }
  h1 {
    background-color: #FFDE00;
    width: 160px;
    border-radius: 8px;
  }
  .menu {
    float: left;
    width: 20%;
  }
  .menuitem {
    padding: 8px;
    margin-top: 7px;
    border-bottom: 1px solid #f1f1f1;
  }
  .main {
    float: left;
    max-width: 800px;    padding: 0 20px;
    overflow: hidden;
    position: relative;
  margin: 0 auto;
  }
  #Taxi {
    float: left;
    margin-left: 15px;
    max-width: 800px;    padding: 0 20px;
    overflow: hidden;
    position: relative;
  margin: 0 auto;
  position: relative; margin-right: 232px; margin-left: 292px;
  }
  .main img {vertical-align: middle;}

.content span {
padding: 5px;
border-radius: 4px;
background-color: #FFDE00; font-size: 25px; margin-left: 70%; color: black;
}
  .main .content {
    position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  }
  .right {
    background-color: lightblue;
    float: left;
    width: auto;
    padding: 10px 15px;
position: relative;  
margin-top: -393px;
}
  .button{
    margin-left: 61%;
  }

  .active, .menuitem :active {
    background-color: #FFDE00;
  }
  * {
    box-sizing: border-box;
  }
  .dienst {
    
display: none;
float: left;
padding: 0 20px;
overflow: hidden;
  }
  
  .option {
    background-color: white;
    font-size: 20px;
    border: 6px solid transparent;
    
  }

  /* Style inputs */
  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  /* Style the container/contact section */
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
    display: none;
    float: left;
    width: 60%;
    padding: 0 20px;
    overflow: hidden;
    background-color: white;
  }
  
  /* Create two columns that float next to eachother */
  .row {
    background-color: white;
  }
  .column {
    float: left;
    width: 50%;
    height: 650px;
    margin-top: 6px;
    padding: 20px;
    font-size: 18px;
    background-color: #f1f1f1;
  }
  .column1 {
    float: left;
    width: 50%;
    height: 650px;
    padding: 20px;
    font-size: 20px;
    margin-top: 6px;
    background-color: #f1f1f1;
    margin-bottom: 40px;
  }
  .book {
    float: left;
    width: 50%;
    height: 100%;
    margin-left: 10px;
    margin-top: 6px;
    padding: 20px;
    display: none;
    font-size: 20px;
    background-color: #f1f1f1;
    margin-right: 130px;
    margin-bottom: 50px;

  }
  
  i {
color: lightblue;
  }
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .StripeElement {
    box-sizing: border-box;
   
    height: 40px;
   
    padding: 10px 12px;
   
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
   
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
 
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
 
.StripeElement--invalid {
    border-color: #fa755a;
}
 
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.content .pw {
  margin-left: 67%;    }
  
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
 
  
  @media only screen and (max-width:800px) {
    /* For tablets: */
    .main {
      width: 80%;
      padding: 0;
    }
    #Taxi {
      width: 80%;
      padding: 0;
      margin-left: 170px;
     
    }
    .main .content {
      position: absolute;
      margin-bottom: 0px;
      width: 640px;
      top: 215px;
    }
   
  
    .content span {

      margin-left: 374px;
      margin-right: auto;
      margin-top: auto;
      margin-bottom: auto;
      font-size: 20px;
  }
  .content .pw {
margin-left: 304px;
  }
  .bdrf {
    font-size: 20px;
  }

  .right {
    width: 100%;
    margin-top: 0px;
  }

  

  .footer {
  left: 0;
  bottom: 0;
  margin-top: 0px;
  }

}
  @media only screen and (max-width:700px) {
    /* For mobile phones: */
 
.main .content {
  width: 540px;
  top: 190px;}
.content span{
  margin-left: 290px;

  }
  .content .pw {
    margin-left: 216px;
      }
      .right {
        margin-top: auto;

      }
      #Taxi {
        margin-left: 150px;
       
      }
}

  @media only screen and (max-width:600px) {
    /* For mobile phones: */
    .menu, .main, .right {
      width: 100%;
    }
    .book {
      margin-right: 10px;
   width: 464px;
    }
    .container{
      margin-right: 10px;
      width: 474px;
 margin-left: 60px;
}
.column{
  width: 474px;
  height: 132px;
}
.column1{
  margin-right: 10px;
  width: 474px;
  margin-top: -1px;
}
.main .content {
  margin-bottom: 0px;
  width: 582px;
  top: 190px;
}
.content span{
  margin-left: 304px;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  }
  .content .pw {
    margin-left: 226px;
      }
      #Taxi {
        margin-left: 10px;
       
      }
    
}
  @media only screen and (max-width:500px) {
    /* For mobile phones: */
    .menu, .main, .right {
      width: 100%;
    }
    .book {
      margin-right: 10px;
   width: 390px;
    }
    .container{
      margin-right: 10px;
      width: 400px;
    margin-left: 50px;
}
.column{
  width: 390px;
  height: 132px;
}
.column1{
  margin-right: 10px;
  width: 390px;
  margin-top: -1px;
}
.main .content {
  bottom: 15px;
  width: 482px;
  top: 152px;
}
.content span{
  margin-left: 208px;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  }
  .content .pw {
    margin-left: 130px;
      }
      .tbl {
        font-size: 14px;
      }
    
  }

  @media only screen and (max-width:400px) {
    /* For mobile phones: */
    .menu, .main, .right {
      width: 100%;
    }
    .book {
   width: 290px;
    }
    .container{
      margin-right: 10px;
      width: 300px;

}
.column{
  width: 300px;
}
.column1{
  width: 300px;

}
.main .content {
  bottom: 8px;
  width: 380px;
}
.Taxi {
  margin-left: -400px;
}
.content span{
  margin-left: 110px;
  }
  .content .pw {
    margin-left: 30px;      
  }
  .tbl {
    font-size: 12px;
  }

  }
  
  @media only screen and (max-width:300px) {
    /* For mobile phones: */
    .menu, .main, .right {
      width: 100%;
    }
    .book {
   width: auto;
    }
    .container{
      margin-right: 10px;
      width: 202px;

}
.column{
  width: 202px;
}
.column1{
  width: 202px;

}
.main .content {
  width: 280px;
  top: 135px;

}
.content span{
  margin-left: 12px;
  }
  .content .pw {
margin-left: -18px;
    font-size: 13px;  }
  .whatsapp {
    font-size: 18px;
  }
  .tbl {
    font-size: 10px;
  }
  }