:root {
	--primary-color: #3AC5C8;
	--secondary-color: #0B509E;
}

body {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: 'Raleway', sans-serif;
	color: #545454;
	font-size: 15px;
}

a {
	color: #1f6b75;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	opacity: 0.8;
}

img {
	width: 100%;
}

img#kontur1, img#kontur2 {
	display: block;
	margin: -1px;
	width: calc(100% + 2px);
}

img#kontur2 {
	display: block;
}

.kulso-keret {
	background-color: #ddd;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.mobil-keret {
	width: 45vh;
	height: 80vh;
	background-color: #fff;

	overflow: hidden;
	border-radius: .5em;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.mobil-keret.landscape {
	height: 45vh;
	width: 80vh;
}

.atmenetes-hatter {
	background: var(--primary-color);
	background: -moz-linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
	background: -webkit-linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
	background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
	color: #fff;
}

.page {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.landscape #oldal1.page {
	flex-direction: row;
	width: 100%;
	height: 100%;
}

.landscape img#kontur1 {
	float: right;
    width: 40%;
}

#oldal1.page .first-section {
	flex: 1;
}

#oldal1.page .second-section {
	flex: 2;
}

.vezerlo {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #7b7b7b;
	padding: 1em;
	color: #fff;
	text-align: center;
}

.vezerlo a {
	color: #f5f5f5;
}