html {
	margin: 0;
	padding: 0;
}

@media (max-width: 30rem) {
body {
	margin: 0;
	padding: 0;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	
	background-color: #f4f3f3;
	color: #333;
}
}

@media (min-width: 30rem) {
body {
	margin: 0;
	padding: 0;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	
	background-color: #f4f3f3;
	color: #333;
}
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

#wrapper {
	width: 100%;
	max-width: 820px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
}

.header {
	width: 100%;
	max-height: 450px;
	border-bottom: 5px solid #003399;
	background-image: url(../images/header.jpg);
	background-size: cover;
	
}

.header img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	transition: opacity 1s linear;
}

.header:hover img {
	opacity: 0;
	transition: opacity 0.3s linear;
}

.section {
	width: 90%;
	padding: 5% 5% 0 5%;
	height: auto;
}

@media (max-width: 30rem) {
.main {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 0 5% 0;
}

.side {
	display: none;
}

.side-mobile {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 0 5% 0;
}

.full {
	width: 100%;
	height: auto;
	margin-bottom: 5%;
}

h1 {
	color: #003399;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 14px 0;
	font-weight: 400;
	line-height: 36px;
}

h2 {
	color: #333;
	font-size: 18px;
	padding: 0;
	margin: 10px 0 10px 0;
	font-weight: 700;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 1% 0;
	font-weight: 400;
}
}

@media (min-width: 30rem) {
.main {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 0 5% 0;
}

.side {
	display: none;
}

.side-mobile {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 0 5% 0;
}

.full {
	width: 100%;
	height: auto;
	margin-bottom: 5%;
}

h1 {
	color: #003399;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 14px 0;
	font-weight: 400;
	line-height: 36px;
}

h2 {
	color: #333;
	font-size: 18px;
	padding: 0;
	margin: 10px 0 10px 0;
	font-weight: 700;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 1% 0;
	font-weight: 400;
}
}

@media (min-width: 51.25rem) {
.main {
	width: 100%;
	height: auto;
	float: left;
	margin-right: 5%;
}

.side {
	width: 30%;
	height: auto;
	float: right;
	display: block;
}

.mobile {
	display: none;
}

.full {
	width: 100%;
	height: auto;
}

h1 {
	color: #003399;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-weight: 400;
	line-height: 60px;
}

h2 {
	color: #333;
	font-size: 18px;
	padding: 0;
	margin: 10px 0 10px 0;
	font-weight: 700;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 1% 0;
	font-weight: 400;
}
}

.main {
    text-align: center;
}

hr {
	border: 1px solid #dad9d9;
}

@media (max-width: 51.25rem) {
#singal {
	width: 100%;
	max-width: 234px;
	height: 60px;
	line-height: 60px;
	background-color: #003399;
}

#signal img {
	width: 100%;
	max-width: 234px;
	height: 60px;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}
}

@media (min-width: 51.25rem) {
#singal {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #003399;
}

#signal img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}
}

a {
	color: #003399; 
	text-decoration: none;
}

a.link, a.visited {
	color: #003399; 
	text-decoration: none;
	-webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; -ms-transition-duration: 1s; transition-duration: 1s;
}

a.link:hover {
	color: #333; 
	text-decoration: none;
	-webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -ms-transition-duration: 0.3s; transition-duration: 0.3s;
}

@media (max-width: 51.25rem) {
.button {
	position: relative;
    overflow: hidden;
	cursor: pointer;
}

.inner {
	position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.smart-right {
	margin-right: 5%;
	float: left;
}

.inner div {
   display: table;
   width: 100%;
   height: 100%;
}

.inner span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.icon {
	width: 20%;
	height: auto;
	display: block;
	margin: 7% auto 0 auto;
}

#qr-code {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}


.white {
	width: calc(47.5% - 10px);
	padding-bottom: calc(47.5% - 10px);
	color: #003399;
	border: 5px solid #003399;
}

.blue {
	width: 47.5%;
	padding-bottom: 47.5%;
	background-color: #003399;
	color: #fff;
}

.mrg-right {
	margin-bottom: 5%;

}
}

@media (min-width: 51.25rem) {
.button {
	float: left;
	position: relative;
    overflow: hidden;
	cursor: pointer;
}

.inner {
	position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.inner div {
   display: table;
   width: 100%;
   height: 100%;
}

.inner span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.icon {
	width: 20%;
	height: auto;
	display: block;
	margin: 7% auto 0 auto;
}

#qr-code {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}


.white {
	width: calc(30% - 10px);
	padding-bottom: calc(30% - 10px);
	color: #003399;
	border: 5px solid #003399;
}

.blue {
	width: 30%;
	padding-bottom: 30%;
	background-color: #003399;
	color: #fff;
}

.mrg-right {
	margin-right: 5%;
}
}

#impressum {
	text-align: center;
}

#disclaimer {
	line-height: 150%;
	font-size: 14px;
	width: 70%;
	padding: 0 15%;
}

#logo {
	display: block;
	width: 50%;
	height: auto;
	margin: 0 auto;
}

.contact {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.clr {
	clear: both;
}