@CHARSET "UTF-8";

/* 1. To have the footer at the bottom, even, when the page is not tall enough */

@font-face {
  font-family: dd-font;
  src: url("../medias/1/verlag-book.otf");
}

@font-face {
  font-family: dd-font;
  src: url("../medias/1/verlagblack.otf");
  font-weight: bold;
}

#modalFilter .title_block, .blog-sidebar ul li a {
	color: #333333 !important;
}
	
body {
	background-color: #ffffff !important;
	color: #333333 !important;
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden!important;
}

.page.indexPage {
	background-color: #191341;
	margin-left: -15px;
	margin-right: -15px;
	color: #ffffff;
}

.vline{
	padding: 0px;	
}

.footer-contact-left{
	padding-left:5vw;	
	padding-bottom: 10px;
}

.footer-contact-right{
	padding-left:5vw;	
	padding-bottom: 10px;
}

.footer-contact-left > h3 >a{
  color:white;
  font-size: 14px;	
}

.footer-contact-left > h3{
  color:white;
  font-size: 14px;	
	
}

.footer-contact-right > h3 >a{
  color:white;
  font-size: 14px;	
}

.footer-contact-right > h3{
  color:white;
  font-size: 14px;	
}

.szechenyi2020-badge {
    position: fixed;
    top: 0;
    right: 0;
	width:15vw;
    z-index: 99999;
}

.footer-image-container{
	position: relative;
	left: 20vw;
	margin-bottom: 15px;
}

.footer-image{
	max-height: 100px;	
}

.containerFullWidthOverride {
	width: 100vw !important;
	margin-left: -50vw !important;
}

main{
	padding: 0 0 0 0;
	min-height: 100vh;
}

footer > p{
	padding-left: 20rem;	
}

nav.sticky-top {
	box-shadow:none;	
}

.star{
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1000;
  left:50%;	
}

.star1{
  bottom: 6px;
}

.star2{
  top: -36px;
}

.star::after{
    position: relative;
    top: 0;
    left: 0;
    content: "\2726";
    font-size: 3rem;
}

.star::after {
    background: #f23447;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

html.flexbox body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

html.flexbox .site-header,
html.flexbox .site-nav,
html.flexbox .site-footer {
 -webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

html.flexbox .site-content {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* 2. Header style */

.site-header {
	background-color: #1B1145;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 28px;
}

.site-header a,
.site-header a:hover,
.site-header a:active {
	color: #FFFFFF;
}

/* 3. Nav style */

@media(max-width: 575px) {
	.site-nav.sticky-top {
		position: static;
	}
}

.site-nav.sticky-top {
	transition: background 0.5s, box-shadow 0.5s;
}

.site-nav.sticky-top.sticked {
	background-color: rgba(248, 249, 250, 0.95) !important;
	box-shadow: 0 -3px 5px 6px rgba(0, 0, 0, 0.15);
}

@media(min-width: 576px) {
	.nav-logo {
		width: 0;
		overflow: hidden;
	}

	.site-nav.sticky-top.sticked .nav-logo {
		width: auto;
	}

	.site-nav.sticky-top .nav-logo img {
		display: none;
	}
}

/* 4. Footer style */

.site-footer {
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

.site-footer a,
.site-footer a:hover,
.site-footer a:active {
	color: #FFFFFF;
}

.footer-header {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 15px;
}

.site-footer .list-inline > li {
	margin: 10px 0;
}

/* 5. Content style */

.newsBoxContainer{
	margin-bottom: 10px;
}

.news-pages-row {
	margin-bottom: 5vh;	
}

.site-content {
	padding: 30px 0;
}

.site-content .breadcrumb-area {
	margin-top: -30px;
}

.dd-header{
	background-color: #1B1145;
	padding: 10px 0 !important;
	margin-bottom: 15px;
}

.dd-nav-div{
	margin-top: auto;
	margin-bottom: auto;
}

.dd-navigation a{
	color:white;
	font-weight: bold;
}

.bg-theme{
	background-color: #1d0e44;
}

.dd-main-page{
	background-color: #ffffff!important;
	min-height: 500px;
	color: #1d0e44;
}

.page{
	padding: 0px!important;
}

.moduleWrapper {
	padding: 0px!important;	
}

.newsModuleWrapper{
	margin: 5rem 0;
}

.header-link{	
	max-width: 250px;
}

.dd-header-title{
 	color:	white;
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
}

.dd-navigation{	
	flex-grow: 3;
}

.dd-main-title{
	margin-bottom:0vh;	
	margin-top:4vh;
}

.dd-main-title > h1{
	font-weight: bold;
	font-size: 2.7rem;
}

.dd-header-left{
	position: relative;
	top: 2.5rem;
	font-size: 2.8rem;
}

.dd-header-right{
	position: relative;
	top: 2.5rem;
	font-weight: bold;
	font-size: 1.2rem;
}

#searchForm{
	display:none;	
}

.dd-cycle{
    position: absolute;
    top: 60%;
    right: 15%;
    z-index: 10;
}

.dd-buttonrow{
	padding-top: 4rem;	
}

.slider-container-wrapper{
	border-bottom-left-radius: 10rem;
	border-top-right-radius: 10rem;
}

.dd-link{
	margin: 5px 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.dd-link-login{
	border: 3px solid #1d0e44;
	color: #1d0e44;
	background-color:  #ffffff;;
}

.dd-link-registration{
	border: 3px solid #1d0e44;
	background-color: #1d0e44;
	color: #ffffff;
}

.dd-middle-section{
 	display: flex;	
	flex-direction: row;
	align-items: center;
	position:relative;
}
.dd-rotated-parent{
	flex-grow: 0;
    flex-shrink: 0;
	width: 17%;
}

.dd-rotated{
	transform: rotate(-90deg); 
	font-weight: bold;
	position:absolute;
	top: 10rem;
	left: -7rem;
	width:30rem;
}

.dd-slider{
	min-width:66%;
    flex-shrink: 0;
	margin-bottom: 5vh;
}
	
dd-empty{
	flex-grow: 0;
    flex-shrink: 0;
	width: 17%;
}

.dd-cycle-contact{
    position: absolute;
    top: 52%;
    left:52%;
    z-index: 1000;
}

.contact-container{
	padding-top:5rem;
	padding-bottom:5rem;
	color: #1d0e44;
}

.contact-container h3{
	font-size: 16px;
	font-weight: bold;
}

.contact-container h2{
	font-size: 24px;
	font-weight: bold;
}

.contact-container h1{
	font-size: 34px;
	font-weight: bold;
}

.dd-contact{
    height: 400px;
	width: 38vw;
    border: 2px solid #1d0e44;
    margin-left: 20vw;
	margin-right: 1vw;
    border-bottom-left-radius: 15vw;
    border-top-right-radius: 15vw;
}

.dd-information {
    margin-right: 20vw;
    margin-left: 1vw;
    min-height: 550px;
    min-width: 300px;
    border: 2px solid #1d0e44;
    border-top-right-radius: 20rem;
    border-top-left-radius: 20rem;
}

.dd-contact-text{
	padding: 8vh 5vw;
}

.dd-information-text {
    padding: 134px 48px 70px 49px;
}

.contact-parent{
	position: relative;
	background-color: white;
	min-height: 600px;
}

hr{
	border: 1px solid #1d0e44;
}

.newsBox{
	max-width: 400px;
	min-height: 500px;
	overflow: hidden;
	border-top-right-radius: 20rem;
    border-top-left-radius: 20rem;
}

.newsBox .card{
	padding-top: 150px;	
	color: #ffffff;
	background-color: #333333;
	background-size: cover;
	border: none;
	border-radius: 0;
}

.newsBox .card:hover{
   color: #ffffff;
}

.card-subtitle {
	display: none!important;
}

.card-text{
	color: #ffffff;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 15px;
	margin-top: auto;
}

.card-title{
	font-size: 30px !important;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 15px;
}

.dd-footer{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #191341;
	color: #ffffff;
}

.dd-footer > p {
	margin-bottom: 0;
}

.contact-address{
	color: #1d0e44;
}

.news-navigation-button{
	display: none;	
}

@media screen and (min-width: 1900px) {
	.dd-contact-text{
		padding: 7vh 10vw;
	}
}

@media screen and (min-width: 1500px) {
	.container {
   	 	max-width: 1340px;
	}
}

@media screen and (max-width: 1450px) {
	
	.contact-container h2{
		font-size: 20px;
	}
}

@media screen and (max-width: 991px) {
	.dd-rotated-parent{
		display: none;
	}
	
	.footer-image-container{
	   left: 50vw;
    }
	
	.dd-slider{
		width:100%;	
	}
	
	.dd-rotated{
		display: none;
	}
	
	.dd-main-title{
		margin-bottom:4vh;	
		margin-top:4vh;
	}
	
	.dd-empty{
		display: none;
	}
	
	.dd-contact-text{
		padding: 4vh 4vw 0vh 4vw;
	}
	
	.dd-contact-text, .dd-information-text{
		padding: 4vh 4vw 4vh 4vw;
	}
	
	.dd-contact{
		height: auto;
		width: auto;
    	border: none;
    	margin-left: 1vw;
		margin-right: 1vw;
	}
	
	.contact-parent{
		 min-height:100px;
	}
	
	.contact-container{
		 padding-top: 5vh;
	}
	
	.dd-information{
		margin-right: 1vw;
		margin-left: 1vw;
		height: auto;
		width: auto;
    	border: none;
	}
	
	.dd-header-left {
		display: none;
	}
	
	.dd-header-right {
		display: none;
	}
	
	.dd-slider{
		padding-left: 5vw;
		padding-right:5vw;
		margin-top: 5vh;
		margin-bottom: 5vh;
	}
	
	.dd-cycle-contact{
		display: none;	
	}
	
	.dd-cycle{
		display: none;
	}
	
	.footer-image-container{
	   left: auto;
	   margin: auto;	
    }
	
}

@media screen and (max-width: 750px) {
	footer > p{
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
	}
	
	.title-padding{
		display: none;
	}

	.dd-rotated-parent{
		display: none;
	}
	
	.szechenyi2020-badge {
		display:none;
	}
	
	.dd-rotated{
		display: none;
	}
	
	.dd-slider{
		margin-left: 5px;
		margin-right:5px;
	}
	
	.dd-main-title{
		margin-bottom:2vh;	
		margin-top:2vh;
	}

	.star{
  	  left:45%;	
	}
	
	.dd-buttonrow{
		margin-bottom: 5vh;	
		padding-top: 2rem;
	}
	
	header.d-none{
		display: block!important;	
	}
	
	.logoDark{
		display:none!important;	
	}
	

}










