
html,
body {
	margin:0;
	padding:0;
	height: 100%;
}

a:link {
	color: #c20d20;
	font-weight: 700;
	text-decoration: none;
}

.container {
	width: 90%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#headerline {
	height: 36px;
    width: 276px;
	background-color: #c20d20;
	float: left;
}

#brand {
	width: 200px;
	height: auto;
	float: right;
	padding: 30px 0 50px 0;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 38.5px;
	text-transform: uppercase;
	color: rgb(51, 51, 51);
	margin-bottom: 55px;
	clear: both;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 38.5px;
	text-transform: uppercase;
	text-align: center;
	color: rgb(51, 51, 51);
	clear: both;
	margin: 0;
	padding: 55px 0px 30px 0px;
}

p{
	font-family: 'Open Sans', sans-serif;
	    font-size: 14px;
    line-height: 20px;
        color: #6f6f6f;
    letter-spacing: 0.4px;
}

#language-switch {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 31px;
    color: #6f6f6f;
    position: relative;
    padding-left: 10px;
    float: left;
}

#language-switch a{
	color: #6f6f6f;
}
#language-switch a:hover{
	color: rgb(0, 120, 92);
}



.subitle{

    font-size: 16px;
    line-height: 23px;

    max-width: 560px;
}



.divider-h1 {
	background-color: rgb(51, 51, 51);
	display: block;
	margin-bottom: 20px;
	margin-top: 0px;
	width: 40px;
	height: 15px;
	font-family: 'Open Sans';
	font-size: 35px;
	font-weight: bold;
	height: 5px;
	line-height: 38.5px;
	text-transform: uppercase;
}

.video-container {
    position: relative;
    padding-bottom: 56.050955414%;
    padding-top: 2px;
    height: 0;
    }

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer {
	background-color: rgb(230, 230, 230);
	margin-top: 55px;
}

#store {
	display: table;
	width: 100%;
}

.store-icon {
	width: 150px;
	height: 49px;
}

figure {
	display: table-cell;
	padding: 0 4px;
	margin: 0 auto;
	text-align: center
	vertical-align: middle;
}

#qr-code {
	width: 100px;
	height: 100px;
}

.downloadlinks{
	width: 70%;
	margin: auto;
	overflow: hidden;
}

.onefield{
	text-align: center;
	vertical-align: center;
	display: table-cell;
	width: 33%;
	height: auto;
	float: left;
}

.downloadimage{
	width: 90%;
	height: auto;
}

#footer p {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.4px;
	text-align: center;
	color: rgb(111, 111, 111);
	padding: 30px 0px 110px 0px;
	margin: 0;
}

#footer p a {
	color: rgb(111, 111, 111);
}

#footer p a:hover {
	color: rgb(0, 120, 92);
	text-decoration: none;
	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.cky-consent-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 9999999;
}

.cky-consent-container .cky-consent-bar {
	background: #ffffff;
	border: 1px solid;
	padding: 16.5px 24px;
	box-shadow: 0 -1px 10px 0 #acabab4d;
	background-color: #FFFFFF;
	border-color: #f4f4f4;
}
.cky-notice .cky-title {
	color: #212121;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.cky-notice-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cky-notice-des {
	color: #212121;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.cky-notice-btn-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
}
.cky-btn {
	font-family: 'Open Sans', sans-serif;
	overflow: visible;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 27px;
	font-weight: 500;
	margin: 0 8px 0 0;
	border-radius: 2px;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	text-transform: none;
	min-height: 0;
	color: #FFFFFF;
	background-color: #c20d20;
	text-shadow: none;
	box-shadow: none;
	box-sizing: border-box;
	overflow: visible;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	border: none;

}
.cky-btn:last-child {
	margin-right: 0;
}

.cky-btn:hover {
	opacity: 0.8;
	text-decoration: none;
}

@media (max-width: 768px) {
	.cky-notice-group {
    	display: block;
	}
	
	.cky-notice-btn-wrapper {
		margin-left: 0;
	}
	
	.cky-notice-btn-wrapper .cky-btn {
		flex: auto;
		max-width: 100%;
		margin-top: 10px;
		white-space: unset;
	}
}

.footer-info {
	display: flex;
	justify-content: center;
	position: relative;
	height: 40px;
	margin-top: 0;
	width: 100%;
	overflow: hidden;
	padding: 0;
	background-color: #d5d5d5;
	color: #6f6f6f;
}

.footer-info .container {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.footer-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 20px;
}

.footer-info a {
	display: block;
	float: left;
	color: #6f6f6f;
	font-size: 14px;
	padding: 2px 0;
	text-transform: uppercase;
	padding-right: 5px;
	text-decoration: none;
	font-weight: 300;

}

.grid {
	min-height: 100%;
	display: grid;
	grid-template-rows: 1fr auto;
	grid-template-columns: 100%;
}