
@font-face {
    font-family: 'edelsansregular';
    src: url('fonts/edelsans_regular-webfont.woff') format('woff'),
         url('fonts/edelsans_regular-webfont.ttf') format('truetype'),
         url('fonts/edelsans_regular-webfont.svg#edelsansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neuzeit_S_LT_W01_Book_Heavy';
    src: url('fonts/Neuzeit_S_LT_W01_Book_Heavy.woff') format('woff'),
         url('fonts/Neuzeit_S_LT_W01_Book_Heavy.ttf') format('truetype'),
         url('fonts/Neuzeit_S_LT_W01_Book_Heavy.svg#Neuzeit_S_LT_W01_Book_Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    box-sizing: border-box;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font: 100%/1;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:90%;
	padding-top: 0px;
	padding-bottom: 50px;
	
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1 {font-size:25px;
	font-weight: normal;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

h2 {font-size: 19px;
font-weight: normal;
color: rgb(51, 102, 102);
}

h3 {
font-weight: normal;
color: #999;
text-align:justify;
font-family:edelsansregular; 
font-size:16px;font-stretch: normal;
}

h4 {
font-weight: normal;
color: #666;
text-align:justify;
font-family:edelsansregular; 
font-size:14px;font-stretch: normal
}

h8 {
font-size:25px;
font-weight: normal;
color:#A5A5A5;
font-family:edelsansregular; 
}
	
h9 {font-size:0.75em;
	
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
}
a img {
	border: none;
}

a:link {
text-decoration: none;
color: #000000;
}

a:visited {
text-decoration: none;
color: #999999;
}

a:hover {
color: #000000;
}

a:active {
text-decoration: none;
}

.container {
	width: 100%;
	background-color:transparent;
	margin:auto;
	padding-top: 0px;
	min-width: 319px;
	margin-left:0px;
}

.header {
	background-color:transparent;
	padding-top: 15px;
	width: 40%;
	height: 75px;
	float: left;
	padding-left: 10px;
	min-width: 319px;	
}

.menu {
	background-color:ffffff;
	float: left;
	height: 20px;
	padding-top: 25px;
	min-width: 300px;
	padding-right: 10px;
	margin-left: 0px;
	width:100%;
}

.line {
	background-color:transparent;
	width: 98%;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
	border-style: none none solid;
	border-color: #666666;
	border-width: thin;
	clear: both;
}

.title {
	background-color:transparent;
	padding-top: 8px;
	margin-top: 20px;
	float: left;
	padding-left: 10px;
}



.content {
	
	float: left;
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 33px;
	color: #ccffff; 
	text-align:justify;
	font-family:edelsansregular; 
	font-size:18px;
	background-color:transparent;
	width: 97%;
}

.content1 {
	
	color: #9C9C9C; 
	padding-top: 0px;
	background-color:transparent;
	text-align:justify;
	font-family:edelsansregular; 
	font-size:18px;
	float:left;
	padding-left: 10px;
	width: 97%;
	
	margin-top: 30px;
}
	.content0 {
	
	color: #9C9C9C; 
	padding-top: 0px;
	background-color:transparent;
	text-align:justify;
	font-family:edelsansregular; 
	font-size:16px;
	float:left;
	padding-left: 4%;
	padding-right: 4%;
	width: 100%;
	margin-top: 30px;
}
.content2 {
	color: #999;
	font-style: italic;
	background-color:transparent;
	text-align:justify;
	font-family:edelsansregular; 
	font-size:12px;
	padding-top:0px;
	float:left;
	padding-left: 10px;
}
.address {
	
	float: left;
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 33px;
	color: #ccffff;
	font-family:edelsansregular; 
	font-size:16px;
	background-color:transparent;
	width: 80%;
}

.MagicSlideshow {
	width: 43%;
	background-color: transparent;
	padding-top:90px;
	margin-top:0px ;
	padding-right:10px;
	float: right;
}


.footer {
	padding: 10px 0;
	background-color: #F0F0EF;
	position: relative;
	float:left; 
	width: 960px;
	padding-left: 10px;	
}

  .containerA {
		  
	  width: 100%;
	  height: auto;
   	  align: left;
	  padding-left: 0px;
	  padding-top: 100px;
	  
}


.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 5px;
}

/* Create three equal columns that sits next to each other */
.column {
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 5px;
}

.column img {
    margin-top: 13px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
	

}
	.container0 {
  position: relative;
  width: 99%;
  Height: auto;		
}

	


.image {

}



.container0:hover .overlay {
    opacity: .80;
	height: 100%;
	width: 100%;
	margin-top: 10%;
	margin-left: 0%;
	}

.overlay {
  position: absolute;
  top: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ffffff;
}


.text1 {
    color: #000000;
    font-size: 1.2em;
	position: absolute;
	font-weight: normal;
    top: 40%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
	padding-top: 10px;
}
img {
   
	padding-top: 30px;
    height: auto;
	width:100%;
    max-width: 100%;
}

.hero-image {
  
  background-color: #cccccc;
 width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% ;
  position: relative;
	
}
