@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');

html {
  scroll-padding-top: 80px; /* height of sticky header */
}
body {
	margin: 0;
    padding: 0;
	color: #43494f/*#86939e*/;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
    font-weight: 300;
	-webkit-font-smoothing: antialiased;
    background-color: rgba(0, 0, 0, 0.03);
}

b {
  font-weight: 500;
  color: #000;
}

m-t {
    margin-top: 1em;
}

m-b {
    margin-bottom: 1em;
}

.center {
    text-align: center;
}

a {
    color:#03a9f4;
    text-decoration:none;
    background-color:transparent
}
a:hover{
    color:#0275a8;
    text-decoration: underline;
}
img {
	border: 0;
}
.litem {
    font-size: 1em;
}

.litem-red {
    color: red !important;
}

h3 {
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 1.5em;
}

.blue-bg {
	background:#026ebe;
}
#sticky-menu-container {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	background-color:#ffffff;
	width:100%;
	height:72px;
}
#menu-squeezer {
	margin:0 auto;
	max-width:1140px;
	overflow:hidden;
}
.enter-button {
	background: #03a9f4;
	margin:18px 0px !important;
	padding:5px 20px 7px 20px !important;
	border-radius: 3px;
	text-align: center;
	box-shadow: none;
	text-decoration: none !important;
	color:white !important;
}

.lang-flag {
	width:32px;
}
#topleft {
	padding:14px 16px 0px 16px;
	display: inline-block;
	width:270px;
}
#topleft a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 900;
    color: #000000;
}	  
#logo {
	width:40px;
	height:40px;
	padding-right:8px;
	display:inline;
	float:left;
}
.site-description {
    color: #555555;
	font-size: 15px;
	padding-left:0px;
	display:inline-block;
}
#kep-blokk {
	background-image:url("images/esh-embedded-systems-hungary.jpg");
	background-position: center; 
	height:460px;	
}
#kep-container {
	margin:0 auto;
	max-width:1140px;
	padding-top:80px;
	padding-left:16px;
}
#front-featured {
	background-color: rgba(5, 5, 10, 0.6);
	padding: 8px 60px 20px 60px;
	margin-left:10px;
	max-width: 820px;
	border-radius: 3px;
	text-align: left !important;
	box-sizing: border-box;
	color:	white;
	line-height: 0.5;
	font-size: 1.2rem;
	font-weight: 400;
}
.front-featured-title {
	font-size:3.4rem;
	font-weight:600;
	line-height:4.2rem;
	display:block;
}

.front-featured-description {
	font-size:1.6rem;
	font-weight:400;
	line-height:1.8rem;
}
.front-featured-button-span {
	display:block;
	text-align:center;
	margin-right:85px;
}	
.front-featured-button {
    background-color:#2979ff;
	display: inline-block;
	letter-spacing: 0;
	border-radius: 3px;
	text-align: center;
	font-weight: 400;
	box-shadow: none;
	min-width: 12rem;
	font-size: 1.2rem;
    padding: 0.8em 2em;
	margin:1.1rem 0rem;
	text-decoration: none !important;
	box-sizing: border-box;
	color:white;
}
.front-featured-button:hover {
    background: #026ebe;
    color: #fff;
}
#page-kep-blokk {
	background-image:url("images/esh-embedded-systems-hungary.jpg");
	background-position: center; 
	height:220px;
}
#page-kep-container {
	margin:0 auto;
	max-width:1140px;
	padding-top:56px;
	padding-left:16px;
}
#page-featured {
	background-color: rgba(5, 5, 10, 0.6);
	padding: 8px 0px 30px 70px;
	margin-left:10px;
	width:95%;
	max-width: 650px;
	border-radius: 3px;
	text-align: left !important;
	box-sizing: border-box;
	color:	white;
	line-height: 1rem;
	font-size: 1.3rem;
	font-weight: 400;
}
.page-featured-title {
	font-size:2.4rem;
	font-weight:600;
	line-height: 1rem;
	margin-bottom:22px;	
}
.page-featured-description {
	line-height: 1.3rem;
	font-size: 1.3rem;
	font-weight:400;
}
.page-p-div {
	width:90%;
	max-width:960px;
	font-weight:400;
	margin:auto;
	line-height:2rem;
	font-size:18px;
	text-align:justify;
}
.page-article-subtitle {
	font-size:1.2em;
    color: #000;
    font-weight: 500;
	text-align:left !important;
}
.cim {
	font-size:2.5rem;
	font-weight:500;
	line-height:1.4em;
    margin: 0;
    padding: 1.2em 0.5em 0.5em 0.5em;
	color:#01012f;
	text-align:center;
}
.cim-underline {
	height: 0.2rem;
	width: 5rem;
	float: none;
	margin: 0 auto 2rem auto;
	background-color: #007bff;
}
.content-container {
	margin:0 auto;
	max-width:1000px;
    background-color: #fff;
	box-shadow: 0px 7px 25px 1px rgba(0,0,0,0.08);
}

.h-m {
	padding: 0px 52px;	
}
.p-div {
	width:90%;
	max-width:820px;
	font-weight:400;
	margin:auto;
	line-height:2rem;
	font-size:18px;
	text-align:justify;
}
.p-div-p {
	margin-bottom:32px;
}

.img-600 {
	width:100%;
	max-width:600px;
}
.img-680 {
	width:100%;
	max-width:720px;	
}
.marker {
	background: #026ebe;
	color: #fff;
	font-size: 2.5rem;
	text-align: center !important;
	display:inline-block;
	margin-right:12px;
}
.topnav {
	overflow: hidden;
	float:right;
    line-height: 72px;
}

.border-left {
    border-left: 1px solid #e2e2e2;
}

.topnav a {
	float: left;
	display: block;
    color: #000000;
	text-align: center;
	padding: 0 16px;
	text-decoration: none;
	font-size: 17px;
	font-weight:400;
}
.topnav a:hover {
    background: #dddddd;
}
.topnav-active {
    background: #dddddd;
}

.topnav-bars {
	display: none;
}
.mapframe {
	width:550px;
	display:inline-block;
	height:250px;
}
.contactbox {
	margin-left:20px;
	display:inline-block;
	width:280px;
	vertical-align:top;
	line-height:1rem;
	font-size:16px;
}
.contactbox-2 {
	margin-left:20px;
	/*display:inline-block;*/
	width:95%;
	max-width:520px;
	vertical-align:top;
	line-height:0.6rem;
	font-size:16px;
}
.contactbox-3 {
	margin-left:20px;
	display:inline-block;
	width:95%;
	max-width:450px;
	vertical-align:top;
	line-height:0.6rem;
	font-size:16px;
}
.footer {
	width:100%;
	height:120px;
	background-color: #00223b;
}
.copyright {
	color:white;
	text-align:center;
	padding:18px 20px 0 20px;
	line-height:1.5rem;
}
.cr {
	color:white;
	text-decoration:none;
    font-weight: 400;
}

.cr:hover {
    text-decoration: underline;
}
#crumb-menu {
	font-size:12px;
	display:block;
	width:90%;
	margin:0 auto;
	padding:10px 22px;
	border-bottom:1px solid #efefef;
	text-align:left;
}
.ref-icon {
	float:left;
	width:200px;
	margin-right:10px;
	margin-bottom:10px;
}
.ref-icon-right {
	width:200px;
	margin-left:20px;
	margin-bottom:20px;
}
.main-box-img {
	width:22%;
	min-width:160px;
	margin-right:3px;
}
.main-box {
	text-align:center;
}
.main-box a {
	opacity:1;
}
.main-box a:hover {
	opacity: 0.9;	
}
.contact-face-img {
	padding:2px;
	border:solid 2px #efefef;
	border-radius: 50%;
	width:80px;
	margin:0px 20px 50px 0px;
	float:left;
}
.img-300 {
	width:250px;
}

@media screen and (max-width: 1150px) {

	.topnav a {
		display: none;
	}
	.topnav-bars a {
		float: right;
        font-size: 3em;
        line-height: 72px;
        padding: 0 0.5em !important;
		position: absolute;
		right: 0;
		top: 0;
		background: #026ebe !important;
        color: #fff;
	} 
    .topnav-bars  {
		display: block;
    }

    .topnav-bars a:hover {
        background: #026ebe !important;
        text-decoration: none;
    }

	.topnav.responsive {
		position: absolute;    
		right: 0;
		top: 72px;
		width:200px;
        background-color:#ffffff;
    }
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
        margin: 0;
        padding: 0 1em 0 1em;
        line-height: 2.5em;
	}
    .topnav.responsive a.border-left {
        border-left: 0;
        border-top: 1px solid #fff;

    }
	.enter-button {
		background: #026ebe;
		margin:18px 12px 5px 12px !important;		
		padding:5px 0px 7px 20px !important;
		border-radius: 18px;
		text-align: center;
		box-shadow: none;
		text-decoration: none !important;
		color:white !important;
		width:100px !important;
	}
	.lang-flag {
		width:32px;
		text-align:center;
	}	
	.m-s {
		/*background-color:#f3f8fe;*/
		padding: 1.5rem 36px 2.5rem 36px;
		border-radius: 3px;
		box-shadow: 0px 7px 25px 1px rgba(0,0,0,0.08);
		z-index: 1;
	}
	.h-m {
		padding: 0px 36px;
	}
	
	.mapframe {
		width:96%;
		display:block;
	}
	.contactbox {
		width:96%;
		display:block;
		margin-left:0px;
		margin-top:15px;
	}
}

@media screen and (max-width: 850px) {
	.topnav {
		padding-top:10px;
	}
	.topnav.responsive {
		top: 10px;
	}	
	#front-featured {
		width: 602px;
	}
	.front-featured-title {
		font-size:3.2rem;
		line-height:3.5rem;
	}		
	.m-s {
		padding: 1.5rem 26px 2.5rem 26px;
	}
	.h-m {
		padding: 0px 26px;
	}
}
@media screen and (max-width: 650px) {
	.cim {
		font-size:2.2rem;
	}
	#front-featured {
		width:95%;
		padding: 8px 20px 30px 20px;
		margin-left:0px;
		text-align: center;
		line-height: 1.2;
		font-size: 1rem;
	}
	#page-featured {
		padding-right:22px;
	}	
	#page-kep-container {
		padding-top:42px;
	}	
	.front-featured-title {
		font-size:3.2rem;
	}
	.front-featured-description {
		font-size:1.5rem;
		text-align: center;
	}
	.front-featured-button-span {
		display:block;
		text-align:center;
		margin-right:0px;
	}	
	.front-featured-button {
		font-size: 1rem;
	}
	.page-featured-title {
		font-size:2.0rem;
		line-height: 2.2rem;
		margin-bottom:12px;	
	}
	.m-s {
		padding: 1.5rem 16px 2.5rem 16px;
	}
	.h-m {
		padding: 0px 16px;
	}	
	.copyright {
		padding:10px 20px 0 20px;
		line-height:1.1rem;
	}
}	
@media screen and (max-width: 480px) {
	.front-featured-title {
		font-size:2.4rem;
	}
	.front-featured-description {
		font-size:1rem;
		text-align: center;
	}
	#page-featured {
		padding-left:12px;
		padding-right:12px;
	}	
	.page-featured-title {
		text-align: center;
	}
	.page-featured-description {
		text-align: center;
	}	
	.copyright {
		font-size:0.8rem;
	}
	.contactbox-2 {
		margin-left:0px;
		line-height:1.2rem;
	}
	.contact-face-img {
		display:none;
	}	
}	
@media screen and (max-width: 375px) {
	.front-featured-title {
		font-size:2.0rem;
		line-height:2.9rem;
	}	
	.page-featured-title {
		font-size:1.5rem;
		line-height: 1.8rem;
		margin-bottom:6px;	
	}	
	.page-featured-description {
		font-size:1.0rem;
		line-height: 1.2rem;
	}	
}
@media screen and (max-width: 320px) {
	.front-featured-title {
		font-size:1.5rem;
		line-height:2.5rem;
	}	
}