.container{
	max-width: 1440px !important;
}
.error{
	text-align: center;
	font-size: 50px;
	background: #f14562;
	padding: 100px;
	color: white;
}
.errorText{
	font-size: 22px;
}
/** FONTOK **/
@font-face {
	font-family: DMSans-Reg;
	src: url(/includes/font/DMSans-Regular.ttf);
}
@font-face {
	font-family: DMSans-Med;
	src: url(/includes/font/DMSans-Medium.ttf);
}
@font-face {
	font-family: DMSans-Bold;
	src: url(/includes/font/DMSans-Bold.ttf);
}

/** EGYÉB **/
*{
	font-variant-ligatures: no-common-ligatures !important;
}
body{
	font-family: DMSans-Reg;
}
h1, h2{
	font-family: DMSans-Bold;
	font-size: 30px;
	text-align: center;
}

.footer{
	background-color: #eff1f1;
	padding-bottom: 20px;
}
.footer a{
	color: #202020;
	transition: all 0.5s;
	font-size: 17px !important;
}
.footer a:hover, .footer a.active{
	color: #317256;
}
.footer .footer__other{
	padding-left: 35px !important;
	padding-right: 35px !important;
}
.footer .footer__other .other__item{
	color: #2d3645;
	font-weight: bold;
	font-size: 17px;
	transition: all 0.5s;
	padding-right: 50px;
}
.footer .footer__other .other__item i{
	padding-right: 5px;
}
.footer .footer__links{
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}
.footer .footer__links .link__header h4{
	font-size: inherit;
}
.footer .footer__links .link__header{
	color: #2d3645;
	font-family: DMSans-Bold;
	font-size: 17px;
	margin-bottom: 28px;
	display: block;
}
.footer .footer__more{
	padding-top: 20px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.footer .footer__more a{
	text-decoration: none !important;
}
.footer .footer__more .footer__copyright{
	color: #a9abab;
	font-size: 12px;
}

.BftnnoButton{
	display: inline-block;
	font-family: DMSans-Med;
	margin-top: 70px;
	border: none;
	outline: none !important;
	color: white !important;
	padding: 13px 29px;
	line-height: 17px;
	font-size: 14px;
	background-color: #31cd88;
	border: 1px solid #31cd88;
	border-radius: 25px;
	transition: all 0.5s;
	cursor: pointer;
	text-decoration: inherit !important;
	font-weight: normal;
	text-align: center;
}
.BftnnoButton.BftnnoButton--margin-left{
	margin-left: 15px;
}
.BftnnoButton.BftnnoButton--margin-right{
	margin-right: 15px;
}
.BftnnoButton.button-small{
	padding: 5px 15px;
}
.BftnnoButton:hover:not(:disabled){
	background-color: #f6f6f6;
	color: #31cd88 !important;
}
.BftnnoButton:disabled,
.BftnnoButton[disabled]{
	opacity: 0.6;
	cursor: default;
}
.BftnnoButton--dark{
	border-color: white;
	background: #2d3645;
}
a, a:hover{
	color: #31cd88;
}

.align--center{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.BftnnoButton.BftnnoButton--end{
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
div.div--padding-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.div--no-margin{
	margin-top: 0px !important;
}
div.div--padding-50{
	padding-top: 50px;
	padding-bottom: 50px;
}

.navbar {
	font-family: DMSans-Med;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	background-color: white;
	height: 60px;
}
.navbar-toggler{
	height: 30px;
	width: 40px;
	z-index: 999999;
	border: none;
}
.navbar-toggler:focus, .navbar-toggler:active{
	outline: 0;
}
.navbar-toggler.active{
	background-image: none !important;
}
.navbar .nav-link{
	font-size: 17px;
	color: black;
	transition: all 0.5s;
	display: inline-block;
	padding-bottom: 16.5px;
	padding-top: 16.5px;
	margin-right: 40px;
	background-image: linear-gradient(#317256, #317256), linear-gradient(white, white);
	background-size: 0 3px, auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: all .5s ease-out;
}
.navbar .nav-link:hover, .navbar .nav-link.active{
	background-size: 100% 3px, auto !important;
	color: #317256;
}
.dropdown-toggle::after {
	content: none;
}
a, a:hover, a:active, a:visited{
	text-decoration: none;
}
.navbar-collapse-show{
	position: fixed;
	overflow-y: hidden;
}
.navbar-collapse{
	z-index: 999999;
}
.navbar-collapse.collapsing {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	-ms-transition: height 0s;
	-o-transition: height 0s;
	transition: height 0s;
}
.dropdown-divider{
	height: 20px;
	border: none !important;
}
.dropdown{
	position: initial !important;
}
.dropdown-menu{
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #F7F7F7 !important;
	border-radius: 0px;
	width: 100% !important;
	margin-top: -1px;
	border: none;
}
.dropdown-menu .container{
	max-width: 1140px !important;
}
.dropdown-menu .row{
	margin-bottom: 30px;
}
.dropdown__content{
	padding-left: 50px;
	padding-top: 10px;
	font-size: 17px !important;
}
.dropdown__content .content__header{
	font-family: DMSans-Bold;
}
.dropdown__content__list.active a{
	color: #9477ff !important;
}
.dropdown__content__list li{
	line-height: 35px;
}
.dropdown__content a{
	font-family: DMSans-Reg;
	color: #2d3645;
}
.no-margin{
	margin-top: 0px !important;
}
.navbar li.nav-item {
	display: table !important;
	margin: auto !important;
}
/** MOBILE NAVBAR IKON **/
.icon-bar {
	width: 30px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border: 1px solid black;
	position: absolute;
	margin-left: -15px;
	transform: rotate(0);
	background: black;
}
.icon-bar:nth-of-type(1) {
	margin-top: -8px;
}
.icon-bar:nth-of-type(2) {
	margin-top: 0px;
}
.icon-bar:nth-of-type(3) {
	margin-top: 8px;
}
.navbar-toggler.active .icon-bar{
	margin-top: 6px;
}
.navbar-toggler.active .icon-bar:nth-of-type(1) {
	transform: rotate(45deg);
}
.navbar-toggler.active .icon-bar:nth-of-type(2) {
	display: none;
}
.navbar-toggler.active .icon-bar:nth-of-type(3) {
	transform: rotate(135deg);
}

/** INFO BAR **/
.info-bar{
	background-color: #317256;
	font-family: DMSans-Reg;
	height: 50px;
	font-size: 17px;
	line-height: 50px;
	color: white;
}
.info-bar.opened{
	height: inherit;
}
.info-bar .info-bar__btn{
	padding-right: 13px;
	padding-left: 13px;
	color: #ffffff;
	transition: all 0.5s;
}
.info-bar .info-bar__btn.info-bar__btn--career{
	color: #317256;
	background: white;
	border-radius: 15px;
	padding: 2.5px 15px;
}
.info-bar .info-bar__btn.active{
	color: #31cd88;
}
.info-bar .info-bar__btn:hover{
	color: #31cd88;
	text-decoration: inherit;
}
.langSelector{
	display: inline-block;
}
.info-bar .langSelector .langSelector__select{
	border: 2px solid #4b398f;
	border-radius: 50%;
	padding: 2px 5px;
	margin-left: 10px;
}
.info-bar .langSelector .langSelector__list{
	display: none;
	z-index: 99999999999;
	right: 0px;
	width: 150px;
	border: 1px solid white;
	background-color: #4b398f;
	position: absolute;
}
.info-bar .langSelector .langSelector__list .langSelectorButton{
	display: table;
}
.info-bar .langSelector .langSelector__list a{
	font-family: DMSans-Reg;
	float: left;
	height: 40px;
	padding-left: 5px;
	color: white;
	line-height: 40px;
}
.info-bar .langSelector .langSelector__list a:hover{
	text-decoration: none;
}

/** TOTOP GOMB **/
.toTop{
	cursor: pointer;
	background-color: #333;
	border-radius: 4px 4px 0 0;
	bottom: 0;
	right: 75px;
	color:white;
	line-height: 35px !important;
	font-size: 20px;
	display: none;
	height: 35px;
	position: fixed;
	width: 48px;
	opacity: .9;
	z-index: 99999;
	border: 1px solid #333;
	transition: background-color 0.5s;
}
.toTop:hover{
	background: #314862;
}




































/** COOKIE INFO **/
.cookieInfo{
	position: fixed;
	z-index: 1000;
	width: 100%;
	bottom: 0;
	min-height: 75px;
	background: #1d4433;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.cookieInfo .cookieInfo__text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	text-align: center;
}
.cookieModalCollapse{
	cursor: pointer;
}
.anchor{
	display:block;
	height:60px;
	margin-top:-60px;
	visibility:hidden;
 }
.modal{
	z-index: 999999999;
}
.modal-backdrop {
	z-index: 999999;
}
.cookieModalText{
	float: right;
}
div.div--margin-100{
	margin-top: 100px;
	margin-bottom: 100px;
}
div.div--margin-50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.div--margin-top-50{
	margin-top: 50px;
}
.div--margin-top-100{
	margin-top: 100px;
}
.forms .form-control {
	height: 50px;
	border-radius: 25px;
	padding-left: 20px;
	padding-right: 20px;
	border-color: #314862;
}
.forms .form-control.inputError {
	border-color: #d75959;
	border-width: 2px;
}
.checkbox.inputError{
	color: #d75959;
	font-weight: bold;
}
.promotionBanner{
	background: #f6f6f6;
	overflow: hidden;
}
.promotionBanner .BftnnoButton{
	margin-top: 30px;
}

/* checkbox */
.custom-control-label::before {
	width: 20px;
	height: 20px;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 50%;
}
.custom-control-label::after {
	width: 20px;
	height: 20px;
}

.BftnnoButton--white{
	background: white;
	color: #314862 !important;
}
.BftnnoButton--transparent{
	background: transparent;
	border: 1px solid #31cd88;
	color: #31cd88 !important;
}

.banner{
	z-index: 1;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@media only screen and (max-width: 576px){
	.mainSlider .mainSlider__content .content__header{
		font-size: 25px;
		line-height: 30px;
	}
	.BftnnoButton{
		margin-top: 10px;
	}
	.footer .footer__other .other__item{
		font-size: 14px !important;
	}
	.info-bar .row div{
		width: 100%;
	}
	.info-bar .info-bar__btn.info-bar__btn--career{
		line-height: 30px;
		margin-left: 10px;
		padding: 1px 10px;
	}
	.info-bar__btn{
		text-align: center;
		/*
		padding: 0px !important;
		 */
		padding-left: 5px;
		padding-right: 5px;
		float: left;
	}
	.info-bar--long-text{
		padding: 10px !important;
		line-height: normal;
	}
	.presentationsTraining .col-md-8{
		font-size: 22px;
	}
}
@media only screen and (max-width: 991px) {
	.blogBanner .blogBanner__image1{
		height: 400px !important;
	}
	.navbar .nav-link{
		font-size: 16px !important;
		margin-right: 20px !important;
	}
	.training .trainingButtons{
		margin-top: 10px;
	}
	.demoHomeWorkshop .demoHomeWorkshop--content{
		padding-right: 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 998px)  {
	.functions .item__head{
		font-size: 14px !important;
	}
}
.nav-link {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
@media only screen and (max-width: 767px){
	.navbar{
		height: auto;
		min-height: 60px;
	}
	.nav-item.shoppingCart{
		padding-top: 30px;
		padding-left: 0px;
	}
	.cookieInfo .cookieInfo__text{
		font-size: 12px;
	}
	.fadeLoad{
		visibility: visible;
	}
	.info-bar {
		line-height: 50px !important;
		height: 50px;
	}
	.navbar .nav-link{
		margin-right: 0px !important;
	}
	.navbar-nav.ml-auto{
		display: block;
	}
	.cookieInfo{
		padding: 50px;
	}
	.mainSlider .mainSlider__content .content__header h1, .mainSliderPic__content h1{
		text-align: left;
		font-size: 32px;
	}
}

.demoHomeImageViewer{
	display: none;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 9999999;
	top: 0;
	height: 100%;
	width: 100%;
}
.demoHomeImageViewer .demoHomeImageViewer__inner{
	padding: 100px;
}
.demoHomeImageViewer .demoHomeImageViewer__image{
	max-width: 70%;
	max-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.demoHomeImageViewer__inner svg {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	stroke: #F95454;
    stroke-width: 0.5px;
}

.gallery{
	background: #2d3645;
	padding-top: 100px;
	padding-bottom: 100px;
}
.gallery h2{
	margin-bottom: 100px;
	color: white;
}
.gallery .carousel-inner{
	overflow: hidden;
}
.gallery .carousel-inner img{
	width: 100%;
	max-height: 500px;
}
.timeTable .col-sm-12, .timeTable .col-md-6{
	padding-top: 50px;
}
.timeTable img{
	width: 100%;
}

.mainSite .content__header{
	font-family: DMSans-Bold;
}
.mainSite .content__body{
	font-family: DMSans-Med;
}
.mainSite__questions{
	margin-top: 50px;
	color: #142a45;
}
.mainSite__questions .mainSite__questions__item{
	margin-top: 100px;
}
.mainSite__questions .mainSite__questions__item .mainSite__questions__item__title{
	font-family: DMSans-Bold;
	font-size: 24px;
}
.mainSite__questions .mainSite__questions__item .mainSite__questions__item__title img{
	margin-right: 15px;
	height: 24px;
	width: 24px;
}
.mainSite__questions .mainSite__questions__item .mainSite__questions__item__body{
	font-size: 18px;
	text-align: justify;
	margin-top: 15px;
}

.fadeLoad{
	visibility: hidden;
}
.carousel-inner{
	overflow: hidden;
}
.carousel-inner img{
	width: 100%;
}
.carousel-caption h5{
	font-family: DMSans-Bold;
}
.infobar{
	z-index: 9999;
	position: fixed;
	min-height: 100px;
	background: white;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
}
.news__image {
	width: 100%;
}
.infobar .row{
	display: flex;
	align-items: center;
	color: #314862;
}
.infobar .BftnnoButton{
	width: 100%;
}


@media only screen and (max-width: 991px) {
	.infobar img{
		height: 64px;
		display: table;
		margin: auto;
	}
}

@media only screen and (max-width: 767px){
	.infobar{
		position: relative;
	}
}

@media only screen and (max-width: 576px){
	.infobar{
		font-size: 14px;
	}
}

.carousel-indicators li {
	background-color: #317256;
}