@charset "utf-8";
/* CSS Document */
body, html {
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:24px;
	font-size:15px;
	font-weight:300;
	color:#666;
	height:100%;
}

A {
	color:#A2BCCB;
	font-weight:bold;
	text-decoration:none;
}

A:hover {
}

H1 {
	margin-top:30px;
	font-size:3.5em;
}

H1, H2 {
	font-weight:300;
}

.Grotere_letter {
	font-size:19px;
}

.f_left {
	float:left;
}

.center {
	text-align:center;
}

.btn-custom {
	margin-top:15px;
	width:100%;
	background:#A2BCCB;
	line-height:34px;
	border:#555;
}

.btn-custom:hover {
	background:#333;
}

.btn-custom A {
	font-size:16px;
	color:#fff;
	display: block;
	font-weight:400 !important;
}

.button {
	background: #A2BCCB;
	border: #555;
	display: inline-block;
	padding: 2px 6px;
	margin-left:3px;
	margin-bottom: 0;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.button a {
	color:#fff;
	font-weight:400 !important;
}

.image img {
	padding-top:25px;
	width:100%;
}

/* video */

.swipebox-video img {
  width:100%;
  height:auto;
}
a.swipebox-video {
  /*float: left;
  position: relative;*/
}
a.swipebox-video span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/website/template/32/play-btn.png") no-repeat;
  background-position: 50% 50%;
  background-size: 300%;
}
@media screen and (max-width: 480px) {
  a.swipebox-video span {
    background-size: 400%;
  }
}

