body {
  color: #4B4B4B;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  background-color: #eaeaea;
}
p {
  hyphens: auto;
  line-height:1.5;	
}
a{
	text-decoration: none;
	color: #004080;
}
.right {
  float: right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.mobile{
	display:none;
}
#page {
	max-width:1200px;
	margin:0 auto;
	background-color: aliceblue;	
}
#topnavi, #content, .moduletable>h3, footer ul {
  padding: 0 3%;
}
#navilogo {
  position: relative;
}
#topnavi {
  position: absolute;
  top: 35%;
}
.item-title {
  position: absolute;
  top: 2%;
  width: 50%;
  font-size: 3.5vw;
  background: rgba(255, 255, 255, 0.41);
  padding: 1% 0 1% 2%;
}
nav ul {
	padding-left:0;
	margin:0;
}
nav ul li, footer ul li {
  display: inline;
  text-align: right;
  padding: 0px 25px 25px 0;
  list-style-type: none;
}
.swiper-slide{
	box-shadow:3px 3px 3px 0px rgba(0,0,0,0.75) !important;
}
.moduletable, .mod-custom{
	background-color:white;
	padding-top: 1px;
	padding-bottom: 25px;
	text-align:left;
}
.mod-custom {
  padding: 0 25px;
  margin: 25px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
}
footer {
  min-height: 50px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) {
	.item-title {
	  top: 24px;
	  width: 600px;
	  font-size: 42px;
	  padding: 12px 24px;
	}
}

@media only screen and (max-width: 768px) {
	body{
		font-size:1rem;
	}
	.mobile{
		display:block;
	}
	.mobile .mod-custom {
  		margin: 25px 0;
	}
	.desktop{
		display:none;
	}
	.item-title {
	  font-size: 3.1vw;
	  width:52%;
	}
}
@media only screen and (max-width: 480px) {
	.item-title {
	  font-size: 3vw;
	}
}