@charset "utf-8";
.container-full {
  margin: 0 auto;
  width: 100%;
}
/* 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 {
    list-style:none;
    list-style-image:none;
    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;
}
#div1 {
}
#foto {
	margin-top: -15px;

}
#logo {
	width: 100%;
	text-align: center;
	margin-top: 11px;
	margin-bottom: 11px;
	margin-left: 0;
}
#text {
	width: 85%;
	margin-left: 9px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-shadow: 10px 10px 26px #4A4A4A;
	box-shadow: 10px 10px 26px #4A4A4A;
	background-color: rgba(255,255,255,0.59);
	border-radius: 8px;
}
#textx {
	width: 85%;
	margin-left: 9px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-shadow: 10px 10px 26px #4A4A4A;
	box-shadow: 10px 10px 26px #4A4A4A;
	background-color: rgba(255,255,255,0.59);
	border-radius: 8px;
	margin-top: 25px;
}
#links {
	width: 98%;
	text-align: justify;
}
#rechts {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.fotitos {
	width: 80%;
	margin-left: 14px;
	background-color: #FFFFFF;
	margin-top: 33px;
	clear: none;
	margin-bottom: 21px;
	-webkit-box-shadow: 6px 6px 10px #2A2A2A;
	box-shadow: 6px 6px 10px #2A2A2A;
}
.fotito1 {
	width: 100%;
	margin-left: 0;
}
.fotito2 {
	width: 98%;
	margin-left: 0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#social {
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-weight: bolder;
}
#translate {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-top: 25px;
	margin-bottom: 12px;
	text-align: center;
	font-weight: lighter;
	color: #000000;
}
#footer {
	background-color: #323232;
	text-align: left;
	margin-top: 18px;
	border-top: thick solid #27AB17;
}
#direccion {
	width: 73.6842%;
	padding-left: 16px;
}
#div2 {
width: 73.6842%;
padding-left: 16px;
clear: both;
margin-left: 0;
}
.foline {
	border-bottom: thin solid #2BB80F;
}
#div3 {
	width: 70%;
	padding-left: 16px;
	clear: both;
	margin-left: 0;
	max-width: 70%;
}
#descpt {
	text-align: left;
}
#guiass {
}
.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;
}
#div1 {
}
#foto {
}
#logo {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
#text {
	width: 94%;
	margin-left: 8px;
}
#textx {
	margin-left: 8px;
	width: 94%;
}

#links {
	width: 100%;
	color: #252524;
}
#rechts {
width: 100%;
clear: both;
margin-left: 0;
}
.fotitos {
	width: 47%;
	margin-left: 10px;
}
.fotito1 {
	width: 100%;
	margin-left: 0;
}
.fotito2 {
	width: 100%;
	margin-left: 0;
	font-size: 14px;
}
#social {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}
#translate {
width: 100%;
clear: both;
margin-left: 0;
}
#footer {
}
#direccion {
width: 87.1794%;
}
#div2 {
width: 87.1794%;
clear: both;
margin-left: 0;
}
#div3 {
width: 87.1794%;
clear: both;
margin-left: 0;
}
#descpt {
	text-align: left;
}
#guiass {
}
.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) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	z-index: 100;
	position: fixed;
}
#foto {
	margin-top: -84px;
	text-align: center;
}
#logo {
	width: 32.2033%;
	position: relative;
	margin-left: 0;
	margin-top: -50px;
	z-index: 50;
	top: -180px;
	-webkit-transition: all 1s ease-in-out .4s;
	-o-transition: all 1s ease-in-out .4s;
	transition: all 1s ease-in-out .4s;
}
#text {
	width: 83.0508%;
	margin-left: 8.4745%;
	margin-top: -202px;
}
#links {
	width: 69.3877%;
	text-align: justify;
}
#rechts {
	width: 28.5714%;
	margin-left: 2.0408%;
	clear: none;
	text-align: center;
}
.fotitos {
	width: 22.6%;
	margin-left: 20px;
	clear: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.fotito1 {
width: 100%;
margin-left: 0;
}
.fotito2 {
	width: 98%;
	margin-left: 0;
	text-align: left;
}
#social {
    width: 49.1525%;
    margin-top: -260px;
    margin-left: 22%;
    font-size: 18px;
    color: #000000;
    font-weight: bolder;
}
#translate {
	width: 23.7288%;
	margin-left: 70%;
	margin-top: -260px;
	font-weight: normal;
	clear: none;
}
#footer {
}
#direccion {
width: 32.2033%;
}
#div2 {
width: 32.2033%;
margin-left: 1.6949%;
clear: none;
}
#div3 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}
#descpt {
	max-width: 80%;
	border-radius: 6px;
	border: thin solid rgba(82,82,82,1.00);
	margin-left: 8%;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-color: rgba(255,255,255,1.00);
}
#textx {
	margin-left: 8.474%;
	width: 83.051%;
}
#guiass {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

}
#logo:hover {
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
