.edugate-content{
	margin-top: 55px;
}
.page-title .breadcrumb {
	margin: 0;
	background-color: transparent;
	text-transform: capitalize
}

.page-title .breadcrumb li {
	display: inline-block
}

.page-title .breadcrumb li a {
	color: #aa1225
}

.page-title .breadcrumb li a:hover {
	color: #000
}

.page-title .breadcrumb li:last-child {
	pointer-events: none
}

.page-title .breadcrumb li.active a {
	color: #000
}

.page-title .breadcrumb li + li:before {
	padding: 0 10px;
	color: #cccccc;
	content: '\f105';
	font-family: FontAwesome
}

.news-page-wrapper .row > h3{
	color: #333;
}
.edugate-content .title{
	color: #aa1225;
}

.btn {
	border: 0;
	border-radius: 0;
	/*padding: 0 25px;*/
	background: transparent;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	color: #fff;
	transition: all 0.2s ease;
	padding: 0px 20px;
	font-weight: 800;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.btn span {
	margin-bottom: 0 !important;
	position: relative;
	z-index: 10;
	display: inline-block;
	transition: all 0.25s ease
}

.btn i {
	margin-left: 10px
}

.btn.btn-blue {
	background-color: #aa1225;
	cursor: pointer;

}

.btn.btn-blue:after {
	position: absolute;
	content: '';
	right: 100%;
	background-color: #242c42;
	width: 100%;
	height: 100%;
	top: 0
}
.menu_item span{
	font-size: inherit !important;
}
.btn.btn-blue:hover {
	color: #fff
}

.btn.btn-blue:hover:after {
	right: 0
}

.btn.btn-blue:focus span {
	color: #fff
}

.btn.btn-bold {
	font-weight: bold;
	letter-spacing: 1px
}
.btn.btn-green:after, .btn.btn-green-2:after, .btn.btn-green-3:after, .btn.btn-transition:after, .btn.btn-transition-2:after, .btn.btn-transition-3:after, .btn.btn-blue:after, .btn.btn-grey:after, .btn.btn-404:after {
	transition: all 0.5s ease
}

.group-title-index .bottom-title .bottom-icon {
	margin: 0 auto;
	font-size: 26px;
	color: #2aacff
}

.group-title-index .bottom-title:after, .group-title-index .bottom-title:before {
	position: absolute;
	content: '';
	width: 22px;
	height: 2px;
	background-color: #2aacff;
	top: 50%;
	margin-top: -5px
}

.group-title-index .bottom-title:after {
	left: -32px
}

.group-title-index .bottom-title:before {
	right: -32px
}


.footer-top {

}

.footer-top-wrapper {
	display: table;
	width: 100%;
	height: 120px
}

.footer-top-wrapper .footer-top-left {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-right: 50px
}

.footer-top-wrapper .footer-top-left .footer-top-focus {
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #aa1225;

}

.footer-top-wrapper .footer-top-left .footer-top-title, .footer-top-wrapper .footer-top-left .footer-top-text {
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 0
}

.footer-top-wrapper .footer-top-right {
	display: table-cell;
	vertical-align: middle;
	text-align: right
}

.footer-top-wrapper .footer-top-right input.btn-footer-top {
	background-color: #242c42;
	border: none;
	padding: 15px 30px;
	line-height: 20px
}





.red_text{
	color: #aa1225;
}
.red_bg{
	background: #aa1225;
}
.blue_text{
	color: #0068b3;
}
.dark_grey_text{
	color: #333333;
}
.dark_grey_bg{
	background: #333333;
}
.light_grey_text{
	color: #e3e3e3;
}
.light_grey_bg{
	background: #e3e3e3;
}
.white_text{
	color: white;
}
.white_bg{
	background: white;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.divider_bottom,
.divider{
	height: 9vw;
	overflow: hidden;
}
.overlay_content{
	height: 100vh;
}
.overlay_content img{
	margin: auto;
	width: auto!important;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
blockquote{
	margin: 0px;
}
*{
	box-sizing: border-box;
	transition:all ease-out .5s;
}
a{
	text-decoration: initial;
	color: initial;
}
body{
	transition: none;
	margin: 0px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
input:not([type=checkbox]){
	font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
}
h1{
	font-weight: 800!important;
	font-size: 35px!important;
	margin: 0px;
	text-transform: uppercase;
}
h2{
	font-size: 35px;
	margin: 0px;
	text-transform: uppercase;
}
h3{
	font-size: 30px;
	margin: 0px;
	text-transform: uppercase;
}
h4{
	font-size: 25px;
	margin: 0px;
	text-transform: uppercase;
}
.section{
	width: 100%;
	display: flex;
}
.flex_1{
	flex: 1;
}
.flex_2{
	flex: 2;
}
.services a,
a.button_link{
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
#header_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0px 0px 30px;
	margin-right: 200px;
}
#header_menu ul{
	list-style: none;
}
#header_menu div ul{
	display: none;
	left: 0px;
	padding-left: 0px;
	margin: 0px;
	top: 100%;
	min-width: 100%;
}
body #header_menu .menu_item{
	white-space: normal;
}
body.hun #header_menu div:not(#mobile_menu_activator) ul{
	max-width: 100%;
}
#mobile_menu_activator ul{
	padding-bottom: 10px;
}
#mobile_menu_activator > ul > li:last-child a{
	margin: 20px!important;
}
#mobile_menu_activator li a{
	color: white;
}
#mobile_menu_activator div.menu_item{
	flex-direction: column;
	align-items: flex-start;
}
#mobile_menu_activator div.menu_item li a{
	font-size: 15px;
	padding: 10px 30px;
}
#header_menu div:hover ul{
	display: block;
}
#header_menu .menu_item{
	font-weight: 800;
	font-size: 25px;
	text-transform: uppercase;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 30px 25px;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}
#header_menu li .menu_item{
	font-size: 18px;
	padding: 20px 30px;
}
#header_menu .menu_item:hover{
	background: #e3e3e3;
	color: #333333;
}
#header_menu li .menu_item:hover{
	background: #aa1225;
	color: white;
}
#header_menu .button_link.menu_item:hover{
	background: #333333;
	color: white;
}
#header_menu .menu_item.button_link{
	padding: 10px 20px;
}
#header_menu .button_link{
	display: block;
	height: auto;
}
.header_logo img{
	border: none 0px;
}
.subpage .slider_image{
	margin-bottom: 60px;
	background-position: center center;
}
.subpage.v2 .slider_image{
	height: calc(80vh - 100px);
	background-position: center bottom;
}
.subpage.v2 #slider{
	height:93vh;
}
.subpage.v2 .slider_wrapper{
	height: 100%;
}
.subpage .content{
	min-height: 200px;
	padding: 20px 0vw 10px;
	flex-direction: column;
	position: relative;
	z-index: 1;
	transition: none;
	padding-bottom: 2vw;
}
.subpage .content h1{
	padding-left: 5vw;
}
.subpage .content h4{
	padding-top: 50px;
}
.subpage .content p{
	font-size: 14px;
}
.subpage .content .container_row{
	display: flex;
}
.subpage .content .container_row h4:first-of-type{
	padding-top: 0px;
}


.subpage .content .container_row .content_text{
	width: 33.33333%;
	padding-bottom: 5vw;
	padding-top: 50px;
	padding-left: 5vw;
	padding-right: 5vw;
}

.subpage .content .container_row:nth-child(even) .content_text{
	order: 2;
}
.subpage .content .container_row:nth-child(even) .parallax_wrapper{
	order: 1;
}
.subpage .content .container_row:nth-child(odd) .content_text{
	order: 1;
}
.subpage .content .container_row:nth-child(odd) .parallax_wrapper{
	order: 2;
}

.templated-image-area-edit-container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.templated-image-area-button-bar{
	position: relative;
	z-index: 1;
}



.right_column{
	width: 100%;
	min-height: 300px;
}



.subpage .content .container_image{
	height: 120%;
	position: absolute;
	width: 100%;
	background-position: center center;
	transition: none;
	background-size: cover;
	top: 0px;
	left: 0px;
}
.subpage .content .parallax_wrapper{
	width: 66.6666%;
	overflow: hidden;
	position: relative;
}
#more_news,
#default_content{
	min-height: calc(100vh - 394px);
    padding: 20px 5vw 10px;
    flex-direction: column;
    position: relative;
    z-index: 1;
    transition: none;
    margin-bottom: 100px;
    color: #fff;
}
#default_content{
	margin-top: 94px;
}
#default_content table{
	width: 100%;
	text-align: center;
}
#default_content table th,
#default_content table td{
	padding-right: 50px;
	padding-bottom: 20px;
	color: #e3e3e3
}
#default_content table th{
	background: #fff;
	color:#333333;
	font-size: 20px;
	padding-bottom: 0px;
}
#default_content table td h4{
	color: #e3e3e3;
	padding: 20px 0px 10px;
}
#default_content table td strong{
	color: #fff;
}
#default_content #map_container{
	display: flex;
	justify-content: space-between;
}
#default_content #map1,
#default_content #map2,
#default_content #map3{
	height: 400px;
	width: 90%;
	transition: none !important;

}
#default_content h1{
	margin: 10px 0px 30px;
}
#video,
#szechenyi,
#news{
	min-height: 200px;
	padding: 20px 5vw 10px;
	flex-direction: column;
	position: relative;
	z-index: 1;
	transition: none;
}
#szechenyi{
	flex-direction: row;
}
.content_text h4{
	color: #e3e3e3;
}
.disp_content_text a:not(.nobox):not(.iso_container a),
.content_text a:not(.nobox):not(.iso_container a){
	background: #aa1225;
	color: white;
	padding: 10px 20px;
	display: inline-block;
}
.section.red_bg .disp_content_text a:not(.nobox){
	background: #333333;
	color: white;
	font-weight: 800;
}
.section.red_bg .disp_content_text a:not(.nobox):hover{
	background: white;
	color: #aa1225;
	font-weight: 800;
}
.content_text a:hover{
	color: #aa1225;
	background: #fff;
}
.content_text a.nobox{
	color: #fff;
	background: none;
	font-weight: 800;
	text-decoration: underline;
}
.content_text a.nobox:hover{
	color: #fff;
	background: none;
}
.content h1,
#news h1{
	font-weight: 800;
	padding: 40px 0px;
	font-size: 50px;
}
#szechenyi svg.divider,
#news svg.divider{
	fill:#aa1225;
	position: absolute;
	top: -5vw;
	left: 0;
	transform: scaleX(-1);
	z-index: 1;
}
#szechenyi svg.divider{
	fill:white;
}
#news svg.divider_bottom{
	fill:#aa1225;
	position: absolute;
	bottom: -8vw;
	left: 0;
	z-index: 1;
}
#fullArticle .button_link,
.news_container .button_link,
#news .button_link{
	font-weight: 800;
}
#fullArticle .button_link:hover,
.news_container .button_link:hover,
#news .button_link:hover{
	background: #333333;
	color: white;
}
.news_container{
	display: flex;
	padding: 30px 0px;
	justify-content: space-between;
}
.news_container.list{
	flex-wrap: wrap;
}
.news_container.list .news_item{
	width: 29%;
	margin-bottom: 100px;
	min-width: 29%;
}
.news_item:nth-child(3n+1):nth-last-child(-n+3) ~ .news_item{
	margin-right: auto;
	margin-left: calc(29% * .224);
}
.news_item:nth-child(3n+0):nth-last-child(-n+3) ~ .news_item{
	margin-right: auto;
}
.news_item{
	text-align: justify;
	position: relative;
	max-width: 29%;
	min-width: 29%;
}
.news_item h3{
	text-align: left;
	margin: 20px 0px;
}
.news_item .button_link{
	float: right;
	position: absolute;
    right: 0px;
    bottom: -40px;
    z-index: 10;
}
.news-image{
	height: 15vw;
    min-width: 100px;
    background-size: cover;
    background-position: center center;
    background-color: #fff;
}
.services{
	min-height: 200px;
	position: relative;
	padding-bottom: 7vw;
	z-index: 1;
}
.services:nth-child(odd){
	clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	-ms-clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	clip-path: url(#clip-mask);
	-webkit-clip-path: url(#clip-mask);
}
.services:nth-child(even){
	clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 0% 100%);
	-ms-clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 0% 100%);
	clip-path: url(#clip-mask-2);
	-webkit-clip-path: url(#clip-mask-2);
}
#services_container > .services{
	margin-top: -3vw!important;
}
#services_container > .services ~ .services{
	margin-top: -8vw!important;
}
.services a:hover,
.services .button_link:hover {
    background: #333333;
    color: white;
}
.services a,
.services .button_link {
    font-weight: 800;
    background: #aa1225;
    color: white;
}
.services{
	z-index: 1;
}
/*#services_1{
	z-index: 1;
	clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	-ms-clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	margin-top: -3vw;
}
#services_2{
	z-index: 1;
	clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 0% 100%);
	-ms-clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 0% 100%);
	margin-top: -8vw;
}
#services_2 .services_image_right{
	background-position: center 410%;
}
#services_3{
	z-index: 1;
	clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	-ms-clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	margin-top: -8vw;
}
#services_4{
	z-index: 1;
	clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 0% 100%);
	-ms-clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 0% 100%);
	margin-top: -8vw;
}
#services_4 .services_image_right{
	background-position: center 110%;
}
#services_5{
	z-index: 1;
	clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	-ms-clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	margin-top: -8vw;
}*/
.services h1{
	font-weight: 800;
	font-size: 40px;
	color: #333333;
}
.services hr{
	margin: 40px 0px 50px;
}
.services svg.divider{
	fill:#aa1225;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
}
.service_text{
	width: 33.3333333%;
	padding: 6vw 3vw 0vw;
	z-index: 1;
	position: relative;
}

.services:nth-child(odd) .service_text{
	margin-left: auto;
}

.services:nth-child(even) .service_text{
	margin-right: auto;
}
.services_container{
	display: flex;
	padding:  0px 0px 30px 0px;
	font-size: 15px;
}
.services_container p{
	width: 100%;
}
.services_container ul{
	list-style-type: none;
}
.services_container ul li{
	padding: 5px 0px;
	font-weight: 700;
	font-size: 22px;
}
.services_image{
	position: absolute;
	width: 66.6666%;
	top: 0px;
	height: 780px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: none;
}
.services:nth-child(odd) .services_image{
	height: 655px;
	left: 0px;
}
.services:nth-child(even) .services_image{
	height: 770px;
	right: 0px;
}
.subpage #inquiry svg.divider{
	fill:#aa1225;
	z-index: 1;
	top: -8vw;
}
.subpage #inquiry{
	padding: 20px 5vw 10px;
	flex-direction: column;
	position: relative;
	justify-content: center;
	align-items: center;
	padding-bottom: 7vw;
	transition: none;
}
#inquiry{
	padding: 20px 5vw 10px;
	flex-direction: column;
	position: relative;
	justify-content: center;
	align-items: center;
	padding-bottom: 12vw;
	transition: none;
}
#inquiry h1{
	font-weight: 800;
	font-size: 50px;
}
#inquiry svg.divider{
	fill:#333333;
	position: absolute;
	top: -8vw;
	left: 0;
}
#inquiry .button_link{
	font-size: 30px;
	font-weight: 800;
}
#inquiry .button_link:hover{
    background: white;
    color: #aa1225;
}
#newsletter{
	min-height: 200px;
	/*padding: 20px 5vw 10px;*/
	position: relative;
	padding-top: 10vw;
	padding-bottom: 7vw;
}
#newsletter h1{
	font-weight: 800;
	font-size: 50px;
}
#newsletter svg.divider{
	fill:#aa1225;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
}
.newsletter_wrapper{
	width: 33.333333%;
	padding-left: 5vw;
}
.newsletter_container{
	display: flex;
	padding: 30px 0px;
	flex-wrap: wrap;
}
.newsletter_container ul{
	list-style-type: none;
}
.newsletter_container ul li{
	padding: 5px 0px;
	font-weight: 700;
	font-size: 22px;
}
#error_page input,
.newsletter_container input{
	padding: 10px 15px;
	border: none;
}
#error_page input[type="submit"],
.newsletter_container input[type="submit"]{
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 16px;
}
#error_page input[type="submit"]:hover,
.newsletter_container input[type="submit"]:hover{
	background: #333333;
}
.newsletter_container input[type="email"],
.newsletter_container input[type="text"]{
	width: 150px;
}
.newsletter_container input:not(:last-of-type){
	margin-right: 20px;
}
.newsletter_image{
	position: absolute;
	width: 60%;
	right: 0px;
	top: 0px;
	height: 720px;
	background-position: center 218%;
	background-size: cover;
	transition: none;
}
form[name=NewUserForm] table{
	display: flex;
}
#gallery{
	padding: 20px 5vw 10px;
	position: relative;
	flex-direction: column;
	padding-bottom: 9vw;
	margin-top: 5vw;
}
#gallery h1{
	font-weight: 800;
	font-size: 50px;
}
#gallery svg.divider{
	fill:white;
	position: absolute;
	top: -5vw;
	left: 0;
	z-index: 1;
	transform: scaleX(-1);
}
.category_title_container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gallery_category_title{
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center center;
	flex: 1;
	height: 300px;
}
.gallery_category_title:not(:last-child){
	margin-right: 30px;
}
.gallery_category_title span{
	background: rgba(256,256,256,.5);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 35px;
	color: #333333;
	cursor: pointer;
}
.gallery_category_title span:hover{
	background: #aa1225;
	color: white;
}
.gallery_container{
	display: flex;
	padding: 30px 0px;
	width: 100%;
	position: absolute;
	transition: none;
}
.gallery_item{
	padding: 20px;
	min-width: 33.3333%;
}
.gallery_image{
	height: 300px;
	width: 100%;
	cursor: pointer;
	opacity: .5;
	background-size: cover;
	background-position: center;
	z-index: 1;
	position: relative;
}
.gallery_image:hover{
	opacity: 1;
}
.overlay_controller,
.gallery_controller{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	left: 0;
	top: 0;
	justify-content: space-between;
	align-items: center;
}
.overlay_controller{
	width: 80%;
	margin: auto;
	left: 0px;
	right: 0px;
	z-index: 1000000;
}
.overlay_controller .right_arrow .fa,
.gallery_controller .right_arrow .fa{
	margin-right: -28px;
}
.overlay_controller .left_arrow .fa,
.gallery_controller .left_arrow .fa{
	margin-left: -28px;
}
.overlay_controller .right_arrow .fa,
.overlay_controller .left_arrow .fa,
.gallery_controller .right_arrow .fa,
.gallery_controller .left_arrow .fa{
	font-size: 100px;
	cursor: pointer;
	color: #e3e3e3;
}
.overlay_controller .right_arrow .fa:hover,
.gallery_controller .right_arrow .fa:hover,
.overlay_controller .left_arrow .fa:hover,
.gallery_controller .left_arrow .fa:hover{
	color: #333333;
}
.gallery_wrapper{
	overflow: hidden;
	position: relative;
    width: 100%;
    height: 100%;
}
.gallery_wrapper_wrapper{
	position: relative;
	height: 400px;
}
#infograph{
	padding: 20px 5vw 10px;
	position: relative;
	padding-bottom: 7vw;
}
#video h1,
#infograph h1{
	font-weight: 800;
	font-size: 50px;
}

#video svg.divider{
	fill:#333333;
	position: absolute;
	top: -8vw;
	left: 0;
	z-index: 1;
}
.video_container{
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
    flex-direction: column;
    align-items: center;
}
#infograph svg.divider{
	fill:#e3e3e3;
	position: absolute;
	top: -7vw;
	left: 0;
	z-index: 1;
}
.infograph_container{
	display: flex;
	padding: 30px 0px;
	width: 100%;
	min-height: 160px;
}
.infograph_container h1{
	font-weight: 800;
	font-size: 70px;
	margin: 0px;
	transition: none;
}
.infograph_container small{
	font-weight: 300;
	font-size: 20px;
	text-transform: none;
}
.infograph_container p{
	font-weight: 300;
	font-size: 20px;
	text-transform: none;
	margin: 0px;
}
.infoBlock{
	flex: 1;
	text-align: center;
}
.infoBlock div{
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.info_pictogram{
    width: 100%;
    height: 80px;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center center!important;
}
#footer{
	padding: 20px 5vw 10px;
	position: relative;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
#footer .fa_container a{
	color: #aa1225;
}
#footer .fa{
	font-size: 30px;
}
#footer .fa_container a:not(:last-child){
	padding-right: 20px;
}
body.deu #footer .fa_container a:nth-child(1),
body.deu #footer .fa_container a:nth-child(2),
body.eng #footer .fa_container a:nth-child(1),
body.eng #footer .fa_container a:nth-child(2){
	display: none;
}
#footer h1{
	font-weight: 800;
	font-size: 50px;
}
#footer svg.divider{
	fill:#333333;
	position: absolute;
	top: -5vw;
	left: 0;
	z-index: 1;
	transform: scaleX(-1);
}
.footer_container{
	display: flex;
	padding: 30px 0px;
	width: 100%;
}
.footer_container ul{
	padding-left: 0px;
}
.footer_container li{
	list-style-type: none;
	padding-bottom: 5px;
}
.footer_container h3{
	color: #e3e3e3;
}
.footer_container .iso_container{
	display: flex;
	align-items: center;
}
.footer_container .iso_container img{
	margin-right: 20px;
}
#slider{
	height: 93vh;
	z-index: 1;
	position: relative;
}
#slider .divider{
	position: absolute;
	bottom: 40px;
	fill: #aa1225;
	z-index: 1;
}
#header{
	position: fixed;
	z-index: 10;
	top: 0px;
	/*border-bottom: 10px solid #aa1225;*/
}
.parallax_wrapper{
	/*overflow: hidden;*/
}

.form_container{
	padding: 100px;
	max-width: 1000px;
	margin:auto;
}
.form_container h3,
.form_container h1{
	color: #aa1225;
}
.form_container h3{
	width: 100%;
	text-align: center;
	font-weight: 800;
}
.form_container h3 strong{
	font-weight: 800;
}
.form_container form p{
	display: flex;
	justify-content: space-between;
	color: #333333;
}
.form_container form input[type="email"],
.form_container form input[type="text"]{
	border: 1px solid #333333;
	min-width: 300px;
	padding: 10px;
}
.form_container textarea:focus,
.form_container form input[type="email"]:focus,
.form_container form input[type="text"]:focus{
	outline: none 0px;
}
.form_container textarea{
	width: 100%;
	min-height: 200px;
	resize: vertical;
	border: 1px solid #333333;
}
.form_container p strong{
	width: 100%;
}
.form_container select{
	border: 0px none;
    padding: 10px;
    background: #333333;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    min-width: 300px;
}
.form_container input[type=submit]{
	background:#aa1225;
	border: 0px none;
	padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.form_container input[type=submit]:hover{
    background: #333333;
}
.form_container .required:before{
	content: "*";
	position: absolute;
    margin-left: -10px;
    color: #aa1225;
}
.szechenyi_infoblokk{
	position: fixed;
	right: 0px;
	top:0px;
}
.libdoc a{
	color: #fff;
}
#header_menu .menu_item.mobile_only{
	display: none;
}
.services .parallax_wrapper{
	position: absolute;
    width: 100%;
    height: 780px;
    left: 0px;
    overflow: hidden;
}
#mobile_menu_activator > ul > li > div.menu_item:hover{
	background-color: transparent;
}
.contact_container{
	display: flex;
	align-items: baseline;
}
.contact_column{
	flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#map1,
#map2,#map3{
	margin-bottom: 20px;
}
#map3{
	margin-top: 40px;
}
.news-lead{
	transition: none!important;
}
.news-lead p{
	margin: 0px;
}
.kenyer img{
	float: right;
	margin-left: 30px;
}
.kenyer{
	font-size: 14px;
}
.left_column{
	min-width: calc(29% + 40px);
}
.left_column .news-image{
	/*transition: all 0.5s ease-in-out;*/
	transition: none!important;
	top: 0px;
}
#fullArticle .fa_container{
	position: absolute;
	top: 0px;
	right: 0px;
}
#fullArticle .fa_container .fa{
	font-size: 30px;
	padding: 5px 20px;
}
.more_news_btn_cnt{
	position: absolute;
	right: 0px;
	padding: 20px 5vw;
	z-index: 2;
}
.news_title{
	margin-right: 270px;
}

.marker_labels{
	font-size:15px;
	text-align:center;
	width:auto;
	white-space:nowrap;
	font-weight:bold;
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #fff;
	color:#aa1225;
}

.marker_labels.invert{
	color:#fff !important;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000;
}

@media screen and (max-width:1650px){
	.newsletter_image{
		width: 50%;
		height: 520px;
	}
	.newsletter_wrapper{
		width: 50%;
		padding-right: 5vw;
	}
}
@media (max-width:1570px){
	.header_logo{
		margin-right: 0px!important;
	}
}
@media screen and (max-width:1510px){
	#header_menu > .menu_item{
		font-size: 20px!important;
		padding: 20px;
	}
	#header_menu .header_logo img{
		width: 150px;
	}
	#default_content{
		margin-top: 68px!important;
	}
}
@media screen and (max-width:1400px){
	.footer_container{
		flex-direction: column;
	}
	#fullArticle{
		margin-top: 20px!important;
	}
	#fullArticle > div{
		flex-direction: column;
	}
	.left_column{
		margin-right: 0px!important;
		margin-bottom: 20px;
	}
	#fullArticle .news-image{
		height: 50vw;
	}
}
@media screen and (max-width:1340px){
	h1{
		font-size: 30px!important;
	}
	#services_3 .services_image_left{
		height: 560px!important;
	}
	#services_2 .services_image_right{
		height: 580px;
	}
	.subpage .container_row:nth-child(odd) .container_image{
		height: 1100px!important;
	}
	.service_text{
		padding: 10vw 3vw 0vw;
	}
	#services_container > .services ~ .services{
		margin-top: -9vw!important;
	}
}
@media screen and (max-width:1230px){
	#header_menu > .menu_item{
		font-size: 18px!important;
		padding: 15px;
	}
	#header_menu{
		margin-right: 220px;
	}
}
@media screen and (max-width:1200px){
	.newsletter_container{
		flex-direction: column;
	}
	.newsletter_container input:not([type=checkbox]){
		margin-bottom: 10px;
		width: 100%!important;
	}
	.menu_item ul li .menu_item{
		font-size: 16px!important;
		padding: 15px 15px!important;
	}
}
@media screen and (max-width:1130px){
	.services{
		clip-path: none!important;
		-webkit-clip-path: none!important;
		padding-bottom: 0vw;
		overflow: hidden;
	}
	#services_container > .services{
		margin-top: 0vw!important;
	}
	.service_text{
		padding: 3vw;
	}
	#services_container > .services ~ .services{
		margin-top: 0vw!important;
	}
	.services:last-child{
		padding-bottom: 4vw;
	}
	#header_menu .szechenyi_infoblokk{
		display: none!important;
	}
	#header_menu{
		margin-right: 0px;
	}
	.slider_text h1{
		margin-top: 0px!important;
	}
	.news_item h3{
		font-size: 20px;
	}
}
@media screen and (max-width:1000px){
	.news_item h3{
		font-size: 30px;
	}
	#footer h3{
		font-size: 25px;
	}
	h1{
		font-size: 35px;
	}
	h2{
		font-size: 30px;
	}
	h3{
		font-size: 25px;
	}
	.services{
		flex-direction:column;
	}
	.services .parallax_wrapper{
		order: 1;
		position: relative;
		height: 55vw;
	}
	.service_text{
		width: 100%;
		order: 2;
	}
	.services_image{
		width: 100%;
		height: 65vw!important;
	}
	.services:last-child{
		padding-bottom: 0px;
	}
	.news_container{
		flex-direction: column;
	}
	.news_container.list .news_item,
	.news_item{
		max-width: 100%;
		min-width: 100%;
		margin-left: 0px!important;
		margin-bottom: 40px;
	}
	.news_item .button_link{
		position: relative;
		bottom: 0px;
	}
	.category_title_container{
		flex-direction: column;
	}
	.gallery_category_title{
		width: 100%;
		margin-right: 0px!important;
		margin-bottom: 10px;
	}
	.subpage .content .container_row{
		flex-direction: column;
	}
	.subpage .content .container_image,
	.subpage .container_row:nth-child(odd) .container_image{
		height: 60vw!important;
	}
	.subpage .content .container_row .content_text{
		width: 100%;
		order: 2!important;
	}
	.subpage .content .parallax_wrapper{
		width: 100%;
		height: 40vw;
		order: 1!important;
	}
	.contact_container{
		flex-direction: column;
	}
	#map2{
		margin-top: 50px;
	}
	#fullArticle .fa_container{
		position: relative;
	}
	.article_top{
		flex-direction: column;
	}
	.article_top .news-image{
		margin-right: 0px!important;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.article_top .news_date{
		margin-bottom: 10px;
	}
	.kenyer{
		margin-bottom: 40px;
	}
	.kenyer img{
		max-width: 100%;
		height: auto;
	}
	.kenyer iframe{
		max-width: 100%;
	}
	.more_news_btn_cnt{
		position: relative;
		padding: 0px;
	}
	#slider{
		height: 80vw;
	}
	.slider_image{
		height: 80vw!important;
	}
	.form_container{
		max-width: 100%;
		padding: 7vw;
	}
	.news-image{
		height: 50vw;
	}
	.news_title{
		margin-right: 0px;
	}
	.news_pager{
		display: block!important;
	}
	#header_menu .menu_item{
		padding: 15px 10px;
	}
	#header_menu .menu_item.red_bg{
		margin: auto 10px!important;
	}
	.menu_item ul li .menu_item{
		font-size: 14px!important;
		padding: 15px 15px!important;
	}

	.contact_column{
		width: 100%;
		display: block;
	}
}
@media screen and (max-width:900px){
	.footer_container{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.kepzesi_palyazat_img{
		width: 100% !important;
	}
	#footer .fa_container{
		text-align: center;
		width: 100%;
	}
	#slider{
		height: 85vw;
	}
	#header_menu .menu_item.desktop_only{
		display: none;
	}
	#header_menu .menu_item.mobile_only{
		display: flex;
	}
	.mobile_menu_item ul{
		position: relative!important;
	}
}
@media screen and (max-width:700px){
	.gallery_item{
		min-width: 100%;
	}
	.infograph_container{
		flex-direction: column;
	}
	.infoBlock{
		margin-bottom: 40px;
	}
	.video_container iframe{
		width: 100%;
		height: 50vw;
	}
	.iso_container{
		flex-direction: column;
	}
	.iso_container img:not(:last-child){
		margin-bottom: 10px;
	}
	.szechenyi_infoblokk{
		display: none!important;
	}
	#header_menu{
		margin-right: 0px;
		padding-right: 30px;
	}
	#mobile_menu_activator{
		position: initial;
	}
	#szechenyi{
		flex-direction: column;
	}
	#newsletter{
		flex-direction: column;
		padding: 0px 0vw 10px;
	}
	.newsletter_wrapper{
		width: 100%;
		padding-right:0px;
		padding: 5vw;
		order: 2;
	}
	.newsletter_image{
		position: relative;
		width: 100%;
		height: 450px;
		background-position: center center!important;
		order: 1;
	}
	#newsletter .parallax_wrapper{
		overflow: hidden;
		height: 300px;
	}
	#default_content table td{
		display: block;
		padding: 0px;
	}
	#default_content table th{
		display: none;
	}
	#uzemanyag-arak td:nth-child(2) p:before, td:nth-child(3) p:before {
    	content: '95-ös: ';
	}
	#uzemanyag-arak td:nth-child(3) p:after, td:nth-child(5) p:after {
	    content: ' EUR';
	}
	#uzemanyag-arak td:nth-child(4) p:before, td:nth-child(5) p:before {
	    content: 'Diesel: ';
	}
	.container_image,
	.services_image{
    	margin-top: 8vh;
	}
	.form_container form p{
		flex-direction: column;
	}
	#slider{
		height: 90vw;
	}
	h4,
	h1{
		font-size: 25px!important;
	}
	.menu_item ul li .menu_item{
		font-size: 14px!important;
		padding: 5px 15px!important;
	}
}
@media screen and (max-width:600px){
	.kenyer img{
		width: 100%;
	}
	#slider{
		height: 95vw;
	}
}
@media screen and (max-width:500px){
	#header_menu .menu_item{
		padding: 5px;
	}
	#mobile_menu_activator > span{
		font-size: 30px!important;
	}
	.header_logo img{
		width: 100px!important;
	}
	#mobile_menu_activator li .menu_item{
		padding: 10px 30px;
	}
	#inquiry .button_link,
	h4,
	h1{
		font-size: 20px!important;
	}
	.gallery_category_title span{
		font-size: 25px;
	}
	#footer h3{
		font-size: 20px;
	}
	#default_content{
		margin-top: 51px!important;
	}
	.services_image{
		height: 80vw!important;
		margin-top: 3vw;
	}
	#szechenyi .one_box{
		flex-direction: column;
	}
	#szechenyi .one_box img{
		margin: 0 auto !important;
	}
}

/*----------------------------------------------*/
/*        			 IE CRAP    	            */
/*----------------------------------------------*/
@supports (-ms-ime-align:auto){
     #services_container > .services{
     	margin-top: 0vw!important;
     }
     .services:not(:last-child) .service_text{
     	padding: 6vw 3vw 3vw;
     }
     .more_news_btn_cnt{
     	top: 0;
     }
     .services_svg{
     	overflow: hidden;
     	position: absolute;
     	top: 0px;
     	left:0px;
     }
     .services:nth-child(odd) .services_svg.odd{
     	display: block!important;
     }
     .services:nth-child(even) .services_svg.even{
     	display: block!important;
     }
     .services .parallax_wrapper{
     	display: none;
     }
     .services.white_bg{
     	background-color: transparent;
     }
     #services_container > .services:first-child{
     	margin-top: -4vw!important;
     }
     #services_container > .services ~ .services{
     	margin-top: -14vw!important;
     }
     #szechenyi > div{
     	max-width: calc(100% - 110px);
     }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     #services_container > .services{
     	margin-top: 0vw!important;
     }
     .services:not(:last-child) .service_text{
     	padding: 6vw 3vw 3vw;
     }
     .more_news_btn_cnt{
     	top: 0;
     }
     .services_svg{
     	overflow: hidden;
     	position: absolute;
     	top: 0px;
     	left:0px;
     }
     .services:nth-child(odd) .services_svg.odd{
     	display: block!important;
     }
     .services:nth-child(even) .services_svg.even{
     	display: block!important;
     }
     .services .parallax_wrapper{
     	display: none;
     }
     .services.white_bg{
     	background-color: transparent;
     }
     #services_container > .services:first-child{
     	margin-top: -4vw!important;
     }
     #services_container > .services ~ .services{
     	margin-top: -14vw!important;
     }
     #szechenyi > div{
     	max-width: calc(100% - 110px);
     }
}

/*---------------------------------------------*/
/*         PATRONET EDITOR STUFF               */
/*---------------------------------------------*/

#slider .editIconDiv{
	margin-top: 40px;
}
.services .parallax_wrapper #pn-currently-edited-area{
	height: 100%;
    z-index: 1000000;
    top: 250px;
    position: absolute;
    width: 100%;
}
.services .parallax_wrapper .editIconDiv{
	top: 250px;
}
#services_1 .parallax_wrapper .editIconDiv{
	left: 0px;
}
#services_4 .parallax_wrapper .editIconDiv,
#services_2 .parallax_wrapper .editIconDiv{
	right: 10px;
}
.editIconDiv,
#pn-currently-edited-area .objecteditor_insert_container,
#pn-currently-edited-area{
	position: relative;
	z-index: 2;
}
.services .editIconDiv,
#footer .editIconDiv,
.content_text .editIconDiv{
	margin-top: -25px;
}
#inquiry .editIconDiv{
	left: 0px;
	top: 0px;
}
#szechenyi{
	flex-direction: column;
}
#szechenyi .one_box{
	display: flex;
}
.kepzesi_palyazat_img{
	max-width: 100%;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 50px;
}
.cb_text_form > input{
	margin-top: 25px;
}



.bg-w-form {
	padding-top: 100px
}

.bg-w-form .form-group {
	min-height: 100px
}

.bg-w-form .form-group .sbHolder {
	background-color: #fafafa;
	border-radius: 0px;
	height: 50px;
	border: none;
	box-shadow: none
}

.bg-w-form .form-group .sbHolder .sbSelector {
	height: 50px;
	padding-left: 20px;
	line-height: 50px
}

.bg-w-form .form-group .sbHolder .sbToggle {
	height: 50px;
	background-position-y: -33px
}

.bg-w-form .form-group .sbHolder:focus, .bg-w-form .form-group .sbHolder:active {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.bg-w-form .form-label {
	text-transform: uppercase;
	font-weight: bold
}

.bg-w-form .form-input {
	background-color: #fafafa;
	border-radius: 0px;
	height: 50px;
	border: none;
	box-shadow: none
}

.bg-w-form .form-input:focus, .bg-w-form .form-input:active {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.bg-w-form .contact-question .form-input {
	min-height: 190px;
	max-width: 1140px
}

.bg-w-form .warning-label {
	color: #ff0000;
	font-size: 11px;
	text-transform: inherit
}

.bg-w-form .contact-submit {
	text-align: center
}

.bg-w-form .contact-submit .btn-contact {
	margin-top: 30px
}

.bg-w-form .highlight {
	color: #ff0000
}
