body{
  padding: 0;
  margin: 0;
  background-color: #e9e9e9;
}

  a:link {text-decoration: none;}
  a:visited { text-decoration: none; }
  a:active { text-decoration: none; }
  a:hover {text-decoration: none; }



a{
  text-decoration: none;
    color: white;
}

.header0{
  width: 100%;
  height: 50px;
  background-color: #4682B4;
}


.tema{

  padding-left: 20px;
  float: left;
  padding-top: 10px;
  color: white;
  border: none;
}

header{
  background-color: white;
  width: 100%;
  height: 100px;
}


#darkTheme{
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 10px 20px;

  position: relative;
  color: white;
  border: 1px solid rgba(255,255,255,.4);
  background: none;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mainmenubtn {
    background-color: inherit;
    color: #545454;
    border: none;
    font-weight: bolder;
    font-size: 20px;
    cursor: pointer;
    padding:20px;
    margin-top:20px;
}


.nav {

  display: block;
  width: 80%;
  display: flex;
  justify-content: space-around;
  z-index: 99999999;
  position: absolute;
  margin-top: -70px;
  left: 20%;
}

.nav > ul{
  width: 80%;
  display: flex;
  justify-content: space-around;
}

.main{


  font-family: sans-serif;
  font-weight: lighter;
  list-style: none;
  background-color: inherit;
  color: #545454;
  border: none;
  font-weight: bolder;
  font-size: 20px;
  cursor: pointer;
}

.mainAfter{
  position: absolute;
  display: none;
  background-color: white;
  width: 150px;
  margin-top: 15px;
  margin-left: -63px;
  list-style-type: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.mainAfter a {
    color: #545454;
    font-family: sans-serif;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-weight: lighter;
}




.button{
  font-family: sans-serif;
  font-weight: bolder;
}

.button a:hover {
  color: black;
}







.chooseTur a {

  color: #545454;
}






.headline {
  margin-left: 2.5%;
  background-repeat: no-repeat;
  width: 300px;
  height: 100px;
  z-index: 9999999999999999999999999999;
}



.slider {
  position: relative;
  overflow: hidden;
}

.slider__wrapper {
  display: flex;
  transition: transform 0.6s ease;
}

.slider__item {
  flex: 0 0 100%;
  max-width: 100%;
}

.slider__control {
  position: absolute;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  height: 50px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, .5);
}

.slider__control_show {
  display: flex;
}

.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.slider__control_left {
  left: 0;
}

.slider__control_right {
  right: 0;
}

.slider__control::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider__control_left::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control_right::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.imgmenu{

  font-family: sans-serif;
  text-align: center;
  font-size: 60px;
  font-weight: bolder;
  z-index: 4;
  background-size: cover;
  height: 600px;
  width: 100%;
}


.imgmenu_1{
  background-image: url("images/austria_3.jpg");
}

.imgmenu_2{
  background-image: url("images/austria_1.jpg");
}

.imgmenu_3{
  background-image: url("images/austria_2.jpg");
}

.imgmenu_4{
  background-image: url("images/austria_4.jpg");
}

.menu1{
  position:relative;
  top: 20px;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 1em #545454;
}
.tur{
  z-index: 999;
  display: none;
  padding: 5px 5px 5px 5px;
  position: relative;
  top: 30px;
  text-align: center;
  background-color: #4682B4;
  font-size: 30px;
  color: white;
  width: 1.4em;
  height: 1.4em;
  margin-left: auto;
    margin-right: auto;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */


      -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
      -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
      box-shadow:0 5px 5px rgba(0,0,0,0.3);
      padding: 5px 5px 5px 5px;
}

.slider:hover .tur{
    display:block;
    -webkit-transform: scale(1.15);
   transform: scale(1.15);
    transition-duration: 7s;
}


/* .tur:hover{
  -webkit-transform: scale(1.15);
 transform: scale(1.15);
  transition-duration: 0.5s;
} */



.blockInformation{
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}

.information{
  width: 85%;
  background-color: white;
  box-shadow:0 5px 5px rgba(0.3,0.3,0.3,0.3);
}

.titleInf{
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 25px;
  color: #545454;
  padding: 15px 15px 15px 15px;
}

.titleInf a{
  color: #002572;
  font-weight: bolder;
}

.text{
  list-style-type: none;
  text-align: justify;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 15px;
  color: #545454;
  padding: 0px 15px 15px 15px;
}

.blockli{
  padding-left: 30px;
  padding-right: 30px;
  line-height: 2;
}

.blockli a{
  color: #545454;
}

.blockli a:hover{
  text-decoration: underline;
}

#upbutton {
  background: url("images/up.png") no-repeat top left;
  height: 60px;
  width: 60px;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}





footer{
  margin-top: 70px;
  margin-bottom: 0px;
  z-index: 99;
  display: flex;
  justify-content: space-around;
  width: 95%;
  background-color: white;
  flex: 0 0 auto;

}







footer li{
  list-style: none;
}



.foot1{
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 20px;
  color: black;
}

.foot1 a{
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 15px;
  color: #545454;
}

.foot1 a:hover{
  text-decoration: underline;
}

.foot1Nav{
  padding-top: 4px;
}

.foot2{
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 20px;
  color: black;
}
.foot2 a{
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 20px;
  color: black;
}


.gmail{
  padding-top: 7px;
  padding-bottom: 7px;
}

.gmail1{
  padding-top: 4px;
  font-size: 12px;
  color: #545454;
}

.number{
  padding-top: 7px;
  padding-bottom: 7px;
}

.number1{
  padding-top: 4px;
  font-size: 12px;
  color: #545454;
}




.center{
  background-color: #e9e9e9;
  margin-top: 25px;
  z-index: 99;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.place{
  background-color: white;
  width: 350px;
  margin: 8px;
  box-shadow:0 5px 5px rgba(0.3,0.3,0.3,0.3);
  background-size: cover;
}

.coutries{
  text-align: center;
  background-color: white;
}

.coutries a{
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 30px;
  color: #545454;
  text-decoration: none;
  border-bottom: 1px solid #e9e9e9;
}

.coutries a:hover{
  color: #002572;
}



.tcountries{
  text-align: justify;
  padding: 10px 10px 10px 10px;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 15px;
  padding: 10px 20px;
  color: #545454;
}


#Variable{
  display: none;
  text-align: center;
  font-family: sans-serif;
  font-weight: bolder;
  font-size: 30px;
  color: #545454;
}

#information{
  display: block;
}


#Summer{
  display: none;
}


#TypeRel{
  display: block;
}

#TypeActive {
  display: none;
}

#Food_block1 {
  display: none;
}

#Food_block2 {
  display: none;
}





#Climate{

}

#Canada{
  display: none;
}

#Canada1{
  display: none;
}

#Austria{
  display: none;
}


#Georgia{
  display: none;
}

#Maldives1{
  display: none;
}

#Maldives{
  display: none;
}

#Italy{
  display: none;
}

#Italy1{
  display: none;
}



#next{
  margin-top: 20px;
  text-decoration:none; text-align:center;
  padding:8px 15px;
  border:none;
  -webkit-border-radius:19px;
  -moz-border-radius:19px;
  border-radius: 19px;
  font-size:12px;
  font-family: sans-serif;
  font-weight:bold;
  color:#fcffff;
  background:#4682b4;
  -webkit-box-shadow:0px 0px 2px #427cab, inset 0px 0px 1px #ffffff;
  -moz-box-shadow: 0px 0px 2px #427cab,  inset 0px 0px 1px #ffffff;
  box-shadow:0px 0px 2px #427cab, inset 0px 0px 1px #ffffff;
}
#next:hover{
   padding:8px 15px;
   border: none;
   -webkit-border-radius:19px;
   -moz-border-radius:19px;
   border-radius: 19px;
   font-size:12px;
   font-family: sans-serif;
   font-weight:bold;
   color:#fcffff;
   background:#4682b4;
   -webkit-box-shadow:0px 0px 2px #427cab, inset 0px 0px 1px #ffffff;
   -moz-box-shadow: 0px 0px 2px #427cab,  inset 0px 0px 1px #ffffff;
   box-shadow:0px 0px 2px #427cab, inset 0px 0px 1px #ffffff;
   opacity:0.82;
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=82);
   filter: alpha(opacity=82);
 }
#next:active{
   padding:8px 15px;
   border:none;
   -webkit-border-radius:19px;
   -moz-border-radius:19px;
   border-radius: 19px;
   font-size:12px;
   font-family: sans-serif;
   font-weight:bold;
   color:#fcffff;
   background:#4682b4;
   -webkit-box-shadow:0px 0px 2px #427cab, inset 0px 0px 1px #ffffff;
   -moz-box-shadow: 0px 0px 2px #427cab,  inset 0px 0px 1px #ffffff;
   box-shadow:0px 0px 2px #427cab, inset 0px 0px 1px #ffffff;
 }

#next:focus {
outline: none !important
}


input[type="radio"]{
  -webkit-appearance:none;
  width:14px;
  height:14px;
  border:1px solid #4682B4;
  outline:none;

  box-sizing:border-box;
}
input[type="radio"]{
  border-radius:100%;
}
input[type="radio"]:checked:before{
  content:"";
  display:block;
  background:#4682b4;
  border-radius:100%;
  width:8px;
  height:8px;
  margin:2px;
  pointer-events:none;
}


.maintext1_500px{
  display: none;
  font-family: sans-serif;
  font-weight: lighter;
  text-align: center;
  margin-top: 40px;
  font-size: 60px;
  color: #545454;
}

.menu1_500px{
  display: none;
  position:relative;
  top: 20px;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 1em #545454;
}


.tur_500px{
  z-index: 999;
  display: none;
  padding: 5px 5px 5px 5px;
  position: relative;
  top: 30px;
  text-align: center;
  background-color: #4682B4;
  font-size: 30px;
  color: white;
  width: 1.4em;
  height: 1.4em;
  margin-left: auto;
    margin-right: auto;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */


      -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
      -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
      box-shadow:0 5px 5px rgba(0,0,0,0.3);
      padding: 5px 5px 5px 5px;
}

.tur_500px:hover{
  -webkit-transform: scale(1.15);
 transform: scale(1.15);
  transition-duration: 0.5s;
}


.chooseTur_small a {
  color: #545454;
}


.container {
    z-index: 9999999999999999999999999999999999;
    top: 0px;
    position: absolute;
    left: 86%;
    top: 85px;
    display: none;
    width: 36px;
    cursor: pointer;

}

.b1, .b2, .b3 {
    width: 36px;
    height: 5px;
    background-color: #545454;
    margin: 5px 0;
    transition: 0.3s;
}

.change .b1 {
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .b3 {
    transform: rotate(45deg) translate(-9px, -6px);
}

.change .b2 {opacity: 0;}


.chooseTur a {
  color: #545454;
}

nav{
  position: relative;
  right: 451%;
  width: 210px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

nav ul{
  display: none;
}

nav ul ul{
  background-color: white;
  position: absolute;
	top:0;
	right: 100%;
  width: 116px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#main2{
  display: none;
}

#main3{
  display: none;
  top: 50px;
}

nav ul li{
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;

}



nav a{
  color: #545454;
  border: none;
  font-size: 20px;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: lighter;
}

@media only screen and (max-width: 800px) {
  .nav ul {display: none;}
  .container {display: block;}
  .parallelogram {margin-bottom: 40px;}
}

@media only screen and (max-width: 1024px) {
  .parallelogram {margin-bottom: 40px;}
}

@media only screen and (max-width: 400px) {

}

@media only screen and (max-width: 500px) {
  .maintext1 {display: none;}
  .maintext1_500px {display: block;}
  .menu1 {display: none;}
  .menu1_500px {display: block; font-size: 60px;}
  .tur{display: none;}
  .tur_500px{display: block;}
  .headline a{content: url("images/name2.png");}
  .parallelogram {margin-left: 0px;}
  footer {display: block; padding-left: 30px; width: 90%;}
}

@media only screen and and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
  footer{position: absolute; bottom: 0px;}
}
