* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.menu-container {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #0648A7;
  padding: 26px 0;
}

.menu {
  display: flex;
  justify-content: space-between;
  background-color: inherit;
  width: 92%;
}

.menu-left {
  display: flex;
  justify-content: flex-start;
  background-color: inherit;
  width: 92%;
}

.menu-right {
  display: none;
}

hr {
  margin-top: 7px;
  margin-bottom: 7px;
  border-width: 2px;
}


/* Dropdown Button */
.dropbtn {
  background-color: #0648A7;
  color: white;
  padding: 6px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}


/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.header {
  background-color: inherit;
  padding: 10px 0px 3px 0px;
}

.header h1{
font-family:arial, verdana, sans-serif;
font-size: 26px;
background-color: inherit;
color: white;            
line-height: 18px;
}

.header h2{
font-family:arial, verdana, sans-serif;
font-size: 18px;
font-weight: normal;
background-color: #0648A7;
color: white;
line-height: 14px;
}

.home {
  background-color: inherit;
 padding: 7px 0px 3px 0px;
}

.svg_home {height: 48px}

.svg_h1_description {height: 28px}

.content-container {
  justify-content: center;
  margin-top:2px;
  margin-bottom:0px;
  width: 100%;
 } 

.content {
   width: 100%;
   background-color: #FFFFFF;
   padding: 10px
}

.content h1{
font-family:arial, verdana, sans-serif;
font-size: 25px;
background-color: white;
color: #186EC8;
text-align: left;
padding: 2px 0px 0px 0px;
}

.content h2{
font-family:arial, verdana, sans-serif;
font-size: 22px;
background-color: white;
color: #7F7F7F;
text-align: left;
padding: 25px 0px 2px 0px;
}

.content h3{
font-family:arial, verdana, sans-serif;
font-size: 19px;
background-color: white;
font-weight: normal;
color: #186EC8;
text-align: left;
padding: 10px 0px 2px 0px;
}

.content h4{
font-family:arial, verdana, sans-serif;
font-size: 20px;
background-color: white;
color: #7F7F7F;
margin-bottom:8px
}

.content h5{
font-family:arial, verdana, sans-serif;
font-size: 17px;
font-weight: normal;
background-color: white;
color: #186EC8;
padding: 4px 0px 4px 0px;
}

.content h6{
font-family:arial, verdana, sans-serif;
font-size: 17px;
line-height: 25px;
background-color: white;
text-align: left;
font-weight: 700;
color: #7F7F7F;
}

.content p, b, a {
font-family:arial, verdana, sans-serif;
font-size: 17px;
line-height: 25px;
background-color: white;
text-decoration: none;
}

.content tr, td {
font-family:arial, verdana, sans-serif;
font-size: 17px;
line-height: 23px;
background-color: white;
padding: 0px 8px 0px 5px;
}

.airport-place {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
}

.map-mobile {
text-align: center;
display: block;
}

.map-laptop {
display: none;
width: 60%;
text-align: center;
}

.map-desktop {
display: none;
}

.ad-mobile {
text-align: center;
display: block;
}

.ad-laptop {
display: none;
text-align: center;
}

.ad-desktop {
display: none;
}

.airport-distance {
display: none;
}

table.tableDistances{
background-color: #EFEFEF; 
}

table.tableGeneral{
background-color: #EFEFEF; 
}

table.tableProastiakos{
background-color: #EFEFEF; width: 100%;
}

.taxi-intro{margin-top: 2px;}

.taxi-driver{margin-top: 8px; margin-bottom: 8px}

.taxi-benefits{}

.forms_container {
  width: 100%;
}


.image {
width: 100%;
display: none;	
}

.responsive_picture {
  max-width: 100%;
  height: auto;
}

.info-athens{
display: none;
}

.diarkeia-shops {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;  
}

.diarkeia {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  background-color: white;
}

.shops {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 100%;
  background-color: white;
}


/* Style the button that is used to open and close the collapsible content */
.collapsible {
  font-family:arial, verdana, sans-serif;
  background-color: #eee;
  color: #186EC8;
  font-weight: bold;
  cursor: pointer;
  padding: 6px;
  width: 100%;
  margin-bottom:3px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
 .collapsible:hover {
  background-color: #ccc;
}


/* Style the collapsible content. Note: hidden by default */
.answers {
  font-family:arial, verdana, sans-serif;
  font-size: 16px;
  line-height: 25px;
  background-color: white;
  width: 100%;
  margin-left: 8px;
  margin-top: 3px;
  margin-bottom: 20px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}


.footer-container {
  display: flex;
  justify-content: center;
  width:100%;
  color: #fff;
  background-color: #0648A7;
  padding: 5px;
}

.footer {
  display: flex;
  justify-content: space-between;
  background-color: inherit;
  width: 90%;
}

.footer h4{
font-family:arial, verdana, sans-serif;
font-size: 20px;
background-color: inherit;
color: white; 
}

.footer p{
font-family:arial, verdana, sans-serif;
font-size: 15px;
background-color: #0648A7;
color: white;
line-height: 25px;
}

.footer small{
font-family:arial, verdana, sans-serif;
font-size: 10px;
background-color: #0648A7;
color: white;
line-height: 15px;
}

.links_footer {
  background-color: #0648A7;
}

.links_footer a:link {font-size: 10px;font-family:arial, verdana, sans-serif; background-color: #0648A7; color: white; text-decoration:none}
.links_footer a:hover {font-size: 10px;text-decoration:none; padding: 1px 2px; transition: 0.3s;}
.links_footer a:visited {font-size: 10px;font-family:arial, verdana, sans-serif; background-color: #0648A7; color: white; text-decoration:none}

.logo_footer {
  background-color: inherit;
}
 
/* Small Tablet Styles */
@media only screen and (min-width: 481px) and (max-width: 766px) {  	
.content-container {width: 100%}
.menu {  width: 100%}
.menu-container {  padding-left: 10px}
.header h1{font-size: 34px; line-height: 21px;}
.header h2{font-size: 22px;line-height: 18px;}
.content p, b, a {font-size: 16px;}
.content tr, td {font-size: 16px;}
.svg_home {height: 60px}
.map-mobile {display: none;}
.map-laptop {display: block;}
.map-desktop {display: none;}
.ad-mobile {display: none;}
.ad-laptop {display: block;}
.ad-desktop {display: none;}
.airport-distance {display: none}
table.tableDistances{margin-left: auto; margin-right: 5px;}
.forms_container {width: 481px}
.tab {width: 481px; height:42px}
.tab button {padding: 1px 16px;height:42px}
.tab button h3{font-size: 19px;}	
.form1 {width: 100%;}
.steps_container {display: none; width: 100%; justify-content: space-between;}
.step {width: 100%; margin-right:1px; margin-left:1px}
.content h1{font-size: 25px;}
.content h2{font-size: 20px;}
.content h3{font-size: 18px;}
.diarkeia {  width: 100%;}
.shops {width: 100%;}
.footer {width: 100%}
.links_footer a:link {font-size: 14px}
.links_footer a:hover {font-size: 14px}
.links_footer a:visited {font-size: 14px}
}
 
 /* Tablet Styles */
@media only screen and (min-width: 767px) and (max-width: 900px) {  	
.content-container {width: 100%}
.menu {  width: 100%}
.menu-container {  padding-left: 10px}
.header h1{font-size: 34px; line-height: 21px;}
.header h2{font-size: 22px;line-height: 18px;}
.content p, b, a {font-size: 16px;}
.content tr, td {font-size: 16px;}
.svg_home {height: 60px}
.map-mobile {display: none;}
.map-laptop {display: block;}
.map-desktop {display: none;}
.ad-mobile {display: none;}
.ad-laptop {display: block;}
.ad-desktop {display: none;}
.airport-distance {display: block;width: 40%;}
table.tableDistances{margin-left: auto; margin-right: 5px;}
table.tableProastiakos{width: 730px}
.menu-right {display: block;}
.forms_container {width: 100%}
.tab {width: 100%; height:42px}
.tab button {padding: 1px 16px;height:42px}
.tabcontent {height: 425px;}
.tab button h3{font-size: 19px;}	
.form1 {width: 50%;}
.steps_container {width: 100%; justify-content: space-between;}
.step {width: 100%; margin-right:1px; margin-left:1px}
.content h1{font-size: 25px;}
.content h2{font-size: 20px;}
.content h3{font-size: 18px;}
.collapsible {padding: 8px; font-size: 17px;}
.collapsible:after {display:block}
.diarkeia {  width: 100%;}
.shops {width: 100%;}
.footer {width: 100%}
.links_footer a:link {font-size: 15px}
.links_footer a:hover {font-size: 15px}
.links_footer a:visited {font-size: 15px}
}


/* Laptop Styles */
@media only screen and (min-width: 901px) and (max-width: 1049px) {  	
.content-container {width: 100%}
.menu {width: 100%}
.menu-container {  padding-left: 10px}
.header h1{font-size: 34px; line-height: 21px;}
.header h2{font-size: 20px;line-height: 18px;}
.svg_home {height: 60px}
.map-mobile {display: none;}
.map-laptop {display: block;}
.map-desktop {display: none;}
.ad-mobile {display: none;}
.ad-laptop {display: block;}
.ad-desktop {display: none;}
.airport-distance {display: block;width: 40%;}
table.tableDistances{margin-left: auto; margin-right: 5px;}
table.tableProastiakos{width: 730px}
.menu-right {display: block;}
.content h1{font-size: 25px;}
.content h2{font-size: 23px;}
.content h3{font-size: 18px;}
.content p, b, a {font-size: 16px;}
.content tr, td {font-size: 16px;}
.forms_container {width: 700px;}
.tab {width: 700px; height:42px}
.tab button {padding: 1px 16px;height:42px}
.tabcontent {height: 425px;}
.tab button h3{font-size: 19px;}	
.form1 {width: 50%;}
.steps_container {width: 700px; justify-content: space-between;}
.step {width: 33%; margin-right:1px; margin-left:1px}
.diarkeia {  width: 50%;}
.shops {width: 50%;}
.info-athens{display: block;}
.collapsible {padding: 8px; font-size: 17px;}
.collapsible:after {display:block}
.footer {  width: 801px}
.footer small{font-size: 12px;}
.links_footer a:link {font-size: 16px}
.links_footer a:hover {font-size: 16px}
.links_footer a:visited {font-size: 16px}
}

/* Desktop  */
@media only screen and (min-width: 1050px)
{
.content-container {width: 1143px}
.menu {  width: 1143px}
.header h1{font-size: 34px; line-height: 21px;}
.header h2{font-size: 23px;line-height: 18px;}
.svg_home {height: 60px}
.map-mobile {display: none;}
.map-laptop {display: none;}
.map-desktop {display: block; width: 30%;}
.ad-mobile {display: none;}
.ad-laptop {display: none;}
.ad-desktop {display: block;}
.airport-distance {display: block;width: 40%;}
table.tableProastiakos{width: 730px}
.menu-right {display: block;}
.content h1{font-size: 25px;}
.content h2{font-size: 20px;}
.content h3{font-size: 18px;}
.content p, b, a {font-size: 16px;}
.content tr, td {font-size: 16px;}
.forms_container {width: 700px;}
.tab {width: 700px; height:42px}
.tab button {padding: 1px 16px;height:42px}
.tabcontent {height: 425px;}
.tab button h3{font-size: 19px;}	
.form1 {width: 50%;}
.steps_container {width: 700px; justify-content: space-between;}
.step {width: 33%; margin-right:1px; margin-left:1px}
.diarkeia {  width: 50%;}
.shops {width: 50%;}
.info-athens{display: block;}
.collapsible {padding: 8px; font-size: 17px;}
.collapsible:after {display:block}
.footer {  width: 1143px}
.footer small{font-size: 12px;}
.links_footer a:link {font-size: 16px}
.links_footer a:hover {font-size: 16px}
.links_footer a:visited {font-size: 16px}
}