section {
	font-family: 'Verdana', sans-serif;
}


#wrapper {
	margin:20px auto;
	max-width:950px;
	background-color: #FFE5CC;
	box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.3);
	border-radius: 25px;
}


#headerr { 
max-width: 672 px;
border-radius: 25px 25px 0px 0px;
color: white;
font-variant: small-caps;
background: rgba(0, 0, 0, 0.3);
padding: 14px;
letter-spacing: 1px;


}


#footer { 
max-width: 950 px;
border-radius: 0px 0px 25px 25px;
color: white;
font-variant: small-caps;
background: rgba(0, 0, 0, 0.3);
padding: 14px;
letter-spacing: 1px;


}


#welcome2div {
background-image: url("bgtrans0,1.png");
background-position: center;
background-repeat: no-repeat;
min-height: 545px;
padding: 20px;


}
#welcome3div {
background-image: url("bgtrans0,1.png");
background-position: top;
background-repeat: no-repeat;
min-height: 545px;
padding: 20px;


}


ul {
	font-family: 'Verdana', sans-serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFE5CC;  				*navi háttér*
	position: relative;
	text-align: center;
    	top: 0;
    	max-width: 950px;
}



li {
    float:left;
}

li a, .dropbtn {
    display: inline-block;
    color: black;					*dropdown betű?*
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}



li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;				*dropdown háttér*
    min-width: 160px;
	box-shadow: 5px 5px 16px -10px rgba(0,0,0,0.3);
    
}

.dropdown-content a {
    color: black;					*dropdown content betű*
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	
}



.dropdown:hover .dropdown-content {
    display: block;
}



li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}



li a:hover:not(.active) {
    color: #FF8000;
}

.active {
    color: #FF8000;  *aktív lap*
}

@media screen and (max-width: 600px){
  
	li {float: none;}

}



#welcome1 {

text-align: center;
font-size: 1.875em;

}


#welcome2 {

text-align: center;

}

#blog {

text-align: left;
font-size: 1.2em;

}

/* Gradient transparent - color - transparent */ 
#gardient {
  border: 0; border-bottom: 1px dashed  #664218; background: #FFE5CC;}
p {

padding-left: 14px;
padding-right: 14px;
padding-bottom: 14px;
line-height: 1.5;

}


#pmap {

padding-left: 14px;
padding-right: 14px;
padding-bottom: 24px;
line-height: 1.5;
text-align: justify;

}


body {
	background-image:url('texture2.png');
	font-size: 100%;
	font-family: Verdana,sans-serif;
	color: #664218;
}





* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}

/* Slideshow container */
.slideshow-container {
  max-width: 950px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.3);
}


/* Caption text */
.text {
margin: 10px;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 4s;
  animation-name: fade;
  animation-duration: 4s;
}

@-webkit-keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .slprev, .slnext,.text {font-size: 11px}
}


.flag {
	width: 25px;
	height: 15px;
	background:url(flags.png) no-repeat
}

.flag.flag-de {background-position: -25px 0}
.flag.flag-gb {background-position: 0 -15px}
.flag.flag-hu {background-position: -25px -15px}



#map {
height:500px;
width:950px;
}




.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}


#ulblog {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 250px;
    
}

#liblog a {
    display: block;
    color: #664218;
    padding: 8px 16px;
    text-decoration: none;
background-color: none;
}

/* Change the link color on hover */
#liblog a:hover {
    
    color: #FF8000;
}

#ulprices {
list-style-position: inside;
list-style-type: circle;

text-align: justify;
margin-left: 20px;
margin-right: 0px;
background-color: none;
}

#ulprices2 {
list-style-position: inside;
list-style-type: circle;
width: 200px;
background-color: none;

text-align: justify;
margin-left: 20px;
margin-right: 0px;
}


#liprices {
text-align: justify;
padding: 5px;
background-color: none;
 
}
#liprices2 {
text-align: justify;
padding: 5px;
background-color: none;
 
}

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #B29D7E;
	color: #eeeeee;
	border: 1px solid white;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #664218;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}


div.img {
    border: 1px solid #ccc;
background-color: #FFE5CC;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
background-color: #FFE5CC;
}

div.desc {
    padding: 15px;
    text-align: center;
background-color: #FFE5CC;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding:6px;
    float: left;
    width: 24.99999%;
background-color: #FFE5CC;
}
.responsive2 {
    
     float: right;
    width: 70%;
background-color: #FFE5CC;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

img{border:0}

table, th, td {
overflow-x:auto;
    border: 0;
    border-collapse: collapse;
	text-align: left;
	padding: 6px 14px;
}