/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
	font-family: 'Roboto';
	src: url('roboto/roboto-light.woff') format('woff'), 
		 url('roboto/roboto-light.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Cairo';
	src: local('Cairo'), local('Cairo-Medium'),
	url('webfontkit/Cairo-Medium.woff') format('woff'),
	url('webfontkit/Cairo-Medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #585858;
    letter-spacing: 0.03rem;
    background: #FFF;
}

header, nav, main, section, footer {
    width: 100%;
    display: block;
}

:active,
:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
    color: #585858;
    -webkit-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

a:hover {
    color: #222;
}

a img {
    border: none;
}

img { max-width: 100%;
}

iframe {
    width: 100%;
    border: 0 !important;
    overflow: hidden !important;
}

.btn {
    color: #FFF !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: normal;
}
 
h1, h3, h4, h5, h6 {
    margin: 0 0 0 0;
}

h1 {
	font-size: clamp(1.0rem, 3vw, 3rem);
	color: #FFF;
    letter-spacing: 12px;
	text-transform: uppercase;
    line-height: 1.5;
}

h2 {
    margin: 10px 0;
}

h2 {
    font-size: 2.0rem;
}

h3 {
    font-size: 1rem;
}

h4 {
    font-size: 1rem;
}
  
h5 {
    font-size: 1rem; 
}

h6 {
    font-size: 0.9rem;
}
  
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 0rem;
}

/* HEADER */

header {
	position: relative;
	border-bottom: 1px solid #F5F5F5;
}

#header-wrap {
	position: relative;
	background: #1b2646;
	width: 100%;
}

.header-wrap-clone {
	display: none;
}

.header-wrap .container {
	position: relative;
}

@media (min-width: 975px) {

	#header-wrap {
		position: relative;
		height: auto;
		z-index: 299;
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.1);
		        box-shadow: 0 0 0 rgba(0,0,0,0.1);
		-webkit-transition: height .2s ease 0s, background .3s ease 0s;
		-o-transition: height .2s ease 0s, background .3s ease 0s;
		transition: height .2s ease 0s, background .3s ease 0s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: left, top, transform;
	}

	.sub-menu-container,
	.mega-menu-content {
		-webkit-transition: top .4s ease;
		-o-transition: top .4s ease;
		transition: top .4s ease;
	}
}

/* Lang Menu */

.lang-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 40px;
	width: 100%;
	background: #fff;
	z-index: 999;
	font-size: 0.7rem;
	overflow: hidden;
}

.lang-menu ul {
	display: flex;
	justify-content: center;
	width: 600px;
}

.lang-menu ul li {
	display: inline-block;
	width: 30%;
}

.lang-menu ul li a {
	width: 100%;
	display: inline;
	padding: 5px 0px;
}

.lang-menu ul li:nth-child(6) a span {
	font-family: 'Cairo';
}

.lang-menu ul li a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.de:before {
	background-image: url("img/flag-square-de.jpg");
}

.en:before {
	background-image: url("img/flag-square-en.jpg");   
}

.hu:before {
	background-image: url("img/flag-square-hu.jpg");
}

.ro:before {
	background-image: url("img/flag-square-ro.jpg");
}

.tr:before {
	background-image: url("img/flag-square-tr.jpg");
}

.ar:before {
	background-image: url("img/flag-square-ar.jpg");
}


@media (max-width: 600px) {

	.lang-menu {
		height:66px;
		font-size: 0.6rem;
	}

	.lang-menu ul {
		width: 100%;
		flex-wrap: wrap;
	}

	.lang-menu ul li {
		width: 15%;
	}
	
	.lang-menu ul li a:before {
		width: 100%;
	}

	ul li a span {
		display: block;
		text-align: center;
	}
}

/* Brand Container */

.brand-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0 0 0;
}

.brand-container > a > img {
    max-width: 900px;
    width: 100%;
    height: auto;
}

/* Toggler */

#header-wrap > .container > .row {
    width: 100%;
}

#header-wrap > .container > .row > button {
    width: 100%;
}

#primary-menu-trigger {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
	cursor: pointer;
	font-size: 0.875rem;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.navbar-toggler {
	border: none;
	background: transparent !important;
  }
  
  .navbar-toggler:focus {
	outline: none;
	background: transparent !important;
  }
  
  .navbar-toggler .icon-line-menu {
	  font-size: 2rem;
  }

/* Primary Menu */

.primary-menu {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	        flex-grow: 1;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
}

.menu-container {
	display: none;
	list-style: none;
	margin: 0;
	width: 100%;
}

.menu-item {
	position: relative;
}

.menu-item:not(:first-child) {
	border-top: 1px solid #EEE;
}

.menu-link {
	display: block;
	line-height: 22px;
	padding: 14px 5px;
	color: #444;
	letter-spacing: 1px;
}

.menu-link:hover {
	color: darkgrey !important;
}

.menu-link i {
	position: relative;
	top: -1px;
	width: 16px;
	text-align: center;
	margin-right: 6px;
	vertical-align: top;
}

/* Modification */

.menu-item > .menu-link {
	color: #fff;
}

.menu-item:hover > .menu-link {
	color: #ababab;
}

/* Modification */

.sub-menu-container {
    background: #fff;
	position: relative;
	border-top: 1px solid #EEE;
	list-style: none;
	margin-bottom: 0;
}

/* Maybe not necessary

.mega-menu-content.menu-item:not(:first-child) {
	position: relative;
	border-top: 1px solid #EEE;
	list-style: none;
	margin-bottom: 0;
}

*/

.menu-item .sub-menu-trigger {
	display: block;
	position: absolute;
	cursor: pointer;
	outline: none;
	border: none;
	background: none;
	padding: 0;
	top: 9px;
	right: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	-webkit-transition: transform .3s ease;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.icon-chevron-right {
	color: #fff;
}

.menu-link div > i.icon-angle-down {
	display: none;
}

.sub-menu-container > img {
    margin: 20px 0;
}

.sub-menu-container > a > i {
    margin: 15px 0;
}

@media (max-width: 974.98px) {

	.primary-menu {
		max-width: 100%;
	}

	/* Modification */
	
	.mega-menu-content > .container > .row > .sub-menu-container {
		display: block !important;
        padding: 20px 10px;
    }

	header {
		overflow: hidden !important;
	}
}

@media (min-width: 975px) {

	.primary-menu {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		        flex: 0 0 auto;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	#primary-menu-trigger {
		display: none;
		opacity: 0;
		pointer-events: none;
		z-index: 0;
	}

    /* Modification */

	.menu-container {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		-webkit-box-align: center;
		        align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
	}

	.mega-menu { position: inherit; }

	.menu-item:not(:first-child) {
		border-top: 0;
	}

	.sub-menu-container,
	.mega-menu-content {
		position: absolute;
		visibility: hidden;
		width: 220px;
		background: #FFF;
		-webkit-box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
		        box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
		border: 1px solid #EEE;
		z-index: 399;
		top: 100%;
		left: 0;
		padding: 0;
	}

    /* Modification */

    .mega-menu-content > .container > .row {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        padding: 30px;
    }

	.menu-container > .menu-item .sub-menu-container { padding: 10px; }

	.menu-container > .menu-item > .menu-link {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	/* Sub-Menu On-Hover Dropdown */
	.primary-menu .menu-item .sub-menu-container,
	.primary-menu .mega-menu-content {
		display: block;
		opacity: 0;
		margin-top: 15px;
		z-index: -9999;
		pointer-events: none;
		-webkit-transition: opacity .3s ease, margin .25s ease;
		-o-transition: opacity .3s ease, margin .25s ease;
		transition: opacity .3s ease, margin .25s ease;
	}	

	.mega-menu .mega-menu-content .sub-menu-container {
		margin-top: 0;
		z-index: auto;
	}

	.mega-menu:hover > .mega-menu-content .sub-menu-container {
		pointer-events: auto;
	}

	.menu-item:hover > .sub-menu-container,
	.menu-item:hover > .mega-menu-content {
		opacity: 1;
		visibility: visible;
		margin-top: 0;
		z-index: 399;
		pointer-events: auto;
	}

	.menu-item:not(:hover) > .sub-menu-container > *,
	.menu-item:not(:hover) > .mega-menu-content > * {
		display: none;
	}

	.mega-menu-content .sub-menu-container > * {
		display: block;
	}

	.menu-item .sub-menu-trigger {
		display: none;
	}

	.mega-menu-content {
		margin: 0;
		width: 100%;
		max-width: none;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

	.mega-menu-content .sub-menu-container {
		position: relative;
		display: block !important;
		visibility: visible !important;
		top: 0 !important;
		left: 0;
		width: auto;
		min-width: inherit;
		height: auto !important;
		list-style: none;
		border: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
		background: transparent;
		opacity: 1 !important;
		z-index: auto;
	}
}

button {
    height: 100%;
    width: 100%;
    border: 0;
	border-radius: 0 !important;
}

button:hover {
	color: #fff;
}

::-moz-selection { 
   color:#000; 
   background:grey; 
   text-shadow: none; 
}

::selection { 
   color:#000; 
   background:grey; 
   text-shadow: none; 
}

/* HEADER END */

/* FOOTER */

footer {
    display: block;
    position: relative;
    margin-top: 100px;
    font-size: 0.8rem;
    letter-spacing: 0.03rem;
    color: #EEE;
    background: #1b2646;
    padding: 4%;
}

footer .container .row .col h4 {
    text-align: left;
}

footer .container .row .col:first-child {
    width: 100%;
}
  
footer .container .row .col {
    font-weight: 300;
    padding: 15px;
    width: 25%;
}

footer .container .row .col a i {
    font-size: 0.7rem;
}

@media (max-width: 1200px) {  
    footer .container .row .col {
        width: 50%;
    }
}

@media (max-width: 800px) {    
    footer .container .row .col {
        width: 100%;
    }
}

table {
    border-collapse: collapse;
    border-collapse: unset;
    border: 0;
    width: 100%;
    display: inline-block;
    margin: 30px 0 50px 0;
}

caption {
    text-align: left;
    font-weight: 700;
}


table tr td:nth-child(1) {
    text-align: left;
}

table tr td:nth-child(2) {
    text-align: left;
}

th,
td {
    vertical-align: top;
    padding: 0 5px 0 0;
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
}
    
footer a {
    color: #FFF !important;
}

footer .container .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
}

.icon-facebook {
	font-size: 1rem !important;
}

/* FOOTER ENDE */

/* GO TO TOP */

#gotoTop {
    display: none;
    z-index: 599;
    position: fixed;
    width: 40px;
    height: 40px;
    background: #1b26469c;
    font-size: 1.25rem;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
	border: 1px solid #fff;
}

body:not(.device-touch) #gotoTop {
    transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
}

#gotoTop:hover { 
    background: #1b2646; 
}

/* GO TO TOP END */

/* FADE IN */

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.not-animated,
[data-animate]:not(.animated) { 
    opacity: 0; 
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* FADE IN END */