@charset "utf-8";
@font-face {
    font-family: 'entyporegular';
    src: url('Entypo-webfont.eot');
    src: url('Entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('Entypo-webfont.woff') format('woff'),
         url('Entypo-webfont.ttf') format('truetype'),
         url('Entypo-webfont.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.mg-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
		
}
.mg-image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.mg-image {
	
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}



.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
	margin: 0;
	padding: 0;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 93.1%;
    padding-left: 2.45%;
    padding-right: 2.45%;
    clear: none;
    float: none;
    background-color: rgba(255,255,255,0.77);
    border-radius: 9px;
    text-decoration: none;
}
#div1 {
	width: 100%;
	margin-bottom: 10px;
	list-style-position: inside;
}
#menu {
    width: 100%;
    
}
#foto {
width: 100%;
}
#haupttext {
    width: 100%;
    text-align: justify;
    border-radius: 10px;
    border: thin none rgba(175,173,173,1.00);
    margin-top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 3px;
    padding-left: 3px;
    display: inline;
    list-style-position: inside;
    color: #050505;
    text-decoration: none;
    margin-bottom: 15px;
    list-style-image: url(list.png);
}
#logo {
	width: 100%;
	text-align: center;
}
#tripdirlang {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 9px;
}
#trip {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-left: 0;
}
#idioma {
	width: 100%;
	clear: both;
	margin-left: 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: large;
	text-align: center;
	margin-top: 11px;
	color: rgba(188,49,49,1.00);
}
#direction {
	margin-top: 24px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	color: rgba(78,78,78,1.00);
	text-align: center;
	line-height: 25px;
	width: 100%;
	margin-left: 0;
}
#map {
	width: 100%;
	clear: both;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 20px;
}
#fo1 {
    width: 100%;
    margin-top: 15px;
    background-color: rgba(255,255,255,0.59);
    margin-bottom: 15px;
    border-top-right-radius: 0px 4px;
    border-top-left-radius: 0px 4px;
}
#div2 {
width: 100%;
}
#fo2 {
	width: 100%;
	clear: both;
	margin-left: 0;
	background-color: rgba(255,255,255,0.59);
	margin-top: 15px;
}
#fo3 {
	width: 100%;
	clear: both;
	margin-left: 0;
	background-color: rgba(255,255,255,0.59);
	margin-top: 15px;
}
#call {
	display: block;
	width: 47.3684%;
	margin-left: 26.3157%;
	background-color: rgba(58,167,8,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 14px;
	margin-bottom: 14px;
}
#fo11 {
    background-color: rgba(216,215,38,0.69);
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    /* [disabled]margin-right: 4px; */
    /* [disabled]margin-bottom: 4px; */
    /* [disabled]margin-left: 4px; */
    border-radius: 0px / 2px;
}
#fo12 {
}
#fo13 {
}
#fo21 {
    background-color: rgba(0,0,0,0.70);
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
#fo22 {

}
#fo23 {
}
#fo31 {
    background-color: rgba(255,255,255,1.00);
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
#fo32 {
}
#fo33 {
}
#treat1 {
	width: 100%;
	margin-top: 15px;
}
#treat2 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}
#face {
width: 100%;
}
#gomap {
width: 100%;
clear: both;
margin-left: 0;
}
#rates {
	background-color: rgba(251,228,79,0.78);
	width: 75%;
	margin-left: 12%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 7px;
	border: thin solid rgba(83,83,83,1.00);
	margin-bottom: 10px;
}
.zoom {
	-webkit-transition: all .8s ease-in-out 1.2s;
	-o-transition: all .8s ease-in-out 1.2s;
	transition: all .8s ease-in-out 1.2s;
}
#footer {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    margin-bottom: 5px;
    background-image: -webkit-linear-gradient(165deg,rgba(155,144,144,1.00) 0%,rgba(225,225,225,1.00) 100%);
    background-image: -moz-linear-gradient(165deg,rgba(155,144,144,1.00) 0%,rgba(225,225,225,1.00) 100%);
    background-image: -o-linear-gradient(165deg,rgba(155,144,144,1.00) 0%,rgba(225,225,225,1.00) 100%);
    background-image: linear-gradient(285deg,rgba(155,144,144,1.00) 0%,rgba(225,225,225,1.00) 100%);
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
    width: 95.55%;
    padding-left: 1.225%;
    padding-right: 1.225%;
    clear: none;
    float: none;
    margin-left: auto;
    padding-top: 5px;
    margin-top: auto;
}
#div1 {
width: 100%;
}
#menu {
width: 100%;
}
#foto {
width: 100%;
}
#haupttext {
width: 100%;
}
#logo {
	width: 100%;
	text-align: center;
}
#tripdirlang {
width: 100%;
clear: both;
margin-left: 0;
}
#trip {
width: 100%;
margin-left: 0;
}
#idioma {
width: 100%;
clear: both;
margin-left: 0;
}
#direction {
width: 100%;
margin-left: 0;
}
#map {
width: 100%;
clear: both;
margin-left: 0;
}
#fo1 {
width: 100%;
}
#div2 {
width: 100%;
}
#fo2 {
width: 100%;
clear: both;
margin-left: 0;
}
#fo3 {
width: 100%;
clear: both;
margin-left: 0;
}
#call {
display: block;
width: 100%;
margin-left: 0;
}
#fo11 {
}
#fo12 {
}
#fo13 {
}
#fo21 {
}
#fo22 {
}
#fo23 {
}
#fo31 {
}
#fo32 {
}
#fo33 {
}
#treat1 {
width: 100%;
}
#treat2 {
width: 100%;
clear: both;
margin-left: 0;
}
#face {
width: 48.7179%;
}
#gomap {
width: 48.7179%;
margin-left: 2.5641%;
clear: none;
}
#rates {
	-webkit-transition: all .6s ease-in-out .4s;
	-o-transition: all .6s ease-in-out .4s;
	transition: all .6s ease-in-out .4s;
}
#footer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.container-full {
    margin: 0 auto;
    width: 100%;
}
.gridContainer {
    width: 110%;
    max-width: 1200px;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: none;
    float: none;
    border: 1px solid #000000;
}
#div1 {
width: 100%;
}
#menu {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
}
#foto {
width: 100%;
}
#haupttext {
	width: 65.7016%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style-position: inside;
}
#logo {
	width: 100%;
	text-align: left;
}
#tripdirlang {
width: 100%;
margin-left: 0;
clear: both;
}
#trip {
width: 74.5762%;
margin-left: 0;
}
#idioma {
width: 15.2542%;
margin-left: 1.6949%;
clear: none;
}
#direction {
	text-align: right;
	width: 49.1525%;
	margin-left: 0;
}
#map {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
	margin-top: 90px;
}
#fo1 {
    width: 32%;
    border: 1px solid #000000;
    border-radius: 4px;
}
#div2 {
width: 32.2033%;
}
#fo2 {
    width: 32%;
    margin-left: 1.6949%;
    clear: none;
    border: 1px solid #000000;
    border-radius: 4px;
}
#fo3 {
    width: 32%;
    margin-left: 1.6949%;
    clear: none;
    border: 1px solid #000000;
    border-radius: 4px;
}
#call {
display: none;
width: 100%;
margin-left: 0;
}
#fo11 {
    border-top-right-radius: 0px 4px;
    border-top-left-radius: 0px 4px;
}
#fo12 {
}
#fo13 {
    padding-left: 2px;
    padding-right: 2px;

}
#fo21 {
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
}
#fo22 {
}
#fo23 {
    padding-left: 2px;
}
#fo31 {
    background-color: #FAB449;
}
#fo32 {
}
#fo33 {
    padding-right: 2px;
    padding-left: 2px;
}
#treat1 {
width: 49.1525%;
}
#treat2 {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
#face {
width: 100%;
}
#gomap {
width: 100%;
clear: both;
margin-left: 0;
}
#rates {
}
#footer {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.zoom:hover {
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
