﻿@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0 0.5rem 0 0.5rem;
	padding:0;
}
fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
1h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/* General Demo Style */
1body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #f8f8f8 url(../images/bg.jpg) repeat top left;
	font-weight: 400;
	font-size: 15px;
	color: #416c80;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	text-decoration: none;
}
1.container{
	width: 100%;
	position: relative;
	text-align: center;
}
1.clr{
	clear: both;
}
1.container > header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
1.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #186f8f;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
1.container > header h1 span{
	color: #2ea2cd;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
1.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #4a3124;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
}

#container_buttons{
	1width: 400px;
	1margin: 0 auto;
	background: rgba(255,255,255,0.3);
	padding: 10px 20px 10px;
	border-radius: 20px;
	1box-shadow: 1px 1px 1px rgba(0,0,0,0.09) inset;
}

#container_buttons p{
	display:block;
	padding-bottom:10px;
}

#container_buttons-qr{
	1width: 400px;
	1margin: 0 auto;
	margin-bottom:24px;
	background: rgba(255,255,255,0.3);
	1padding: 10px 20px 10px;
	border-radius: 20px;
	1box-shadow: 1px 1px 1px rgba(0,0,0,0.09) inset;
}

.qr-img-bmf {
	background-image:url('../img/qr-gtp-bmf-01.png');
	background-size: cover;
	width:120px; 
	height:120px; 
	float:left; 
	margin:10px 10px 10px 10px;
}

.qr-img-sbb {
	background-image:url('../img/qr-gtp-sbb-02.jpg');
	background-size: cover;
	width:120px; 
	height:120px; 
	float:left; 
	margin:10px 10px 10px 10px;
}

.qr-img-brmo {
	background-image:url('../img/qr-gtp-brmo-01.png');
	background-size: cover;
	width:120px; 
	height:120px; 
	float:left; 
	margin:10px 10px 10px 10px;
}

.qr-img-kiba {
	background-image:url('../img/qr-gtp-kiba-01.png');
	background-size: cover;
	width:120px; 
	height:120px; 
	float:left; 
	margin:10px 10px 10px 10px;
}

.qr-img-uhr {
	background-image:url('../img/qr-gtp-uhren-01.png');
	background-size: cover;
	width:120px; 
	height:120px; 
	float:left; 
	margin:10px 10px 10px 10px;
}
/* Media Queries */

@media screen and (max-width: 500px) {
	.qr-img-bmf {
		background-image:url('../img/qr-gtp-bmf-01.png');
		width:0px; 
		height:120px; 
		float:left; 
		margin:10px 10px 10px 10px;
	}

	.qr-img-sbb {
		background-image:url('../img/qr-gtp-sbb-02.jpg');
		width:0px; 
		height:120px; 
		float:left; 
		margin:10px 10px 10px 10px;
	}
	
	.qr-img-brmo {
		background-image:url('../img/qr-gtp-brmo-01.png');
		background-size: cover;
		width:0px; 
		height:120px; 
		float:left; 
		margin:10px 10px 10px 10px;
	}
	
	.qr-img-kiba {
		background-image:url('../img/qr-gtp-kiba-01.png');
		background-size: cover;
		width:0px; 
		height:120px; 
		float:left; 
		margin:10px 10px 10px 10px;
	}
	
	.qr-img-uhr {
		background-image:url('../img/qr-gtp-uhren-01.png');
		background-size: cover;
		width:0px; 
		height:120px; 
		float:left; 
		margin:10px 10px 10px 10px;
	}

}

@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}