@CHARSET "UTF-8";

/* 1. To have the footer at the bottom, even, when the page is not tall enough */

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: #B81007;
	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 {
	background-color: #B81007 !important;
	transition: background 0.5s, box-shadow 0.5s;
}

.site-nav.sticky-top.sticked {
	background-color: #B81007 !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;
	}
}

.languageSelector {
	background-color: white;	
}

/* Show languages selector on mobile also */
.languageSelector .d-none {
	display: grid !important;	
}

.top-bar .media {
	width: inherit;	
}

/* 4. Footer style */

.site-footer {
	background-color: #B81007;
	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 */

.site-content {
	padding: 30px 0;
}

.site-content .breadcrumb-area {
	margin-top: -30px;
}

/***********************************************/
Klapka
/***********************************************/

.klapkaContent {
  padding-top: 50px;
}

@media screen and (min-width: 741px) {
	.logo {
		width: 140px;
		height: auto;
	}
}

@media screen and (max-width: 740px) {
	.logo {
		width: 100px;
		height: auto;
	}	
}

.navbar-light .navbar-brand {
		font-family: Verdana, Geneva, sans-serif;
		font-size:18px;
		font-weight:bold;
		color: #ffffff;		
}

.navbar-light .navbar-brand:hover {
		font-family: Verdana, Geneva, sans-serif;
		font-size:18px;
		font-weight:bold;
		color: #ffffff;		
}

.alcim {
		font-family: Verdana, Geneva, sans-serif;
		font-size:18px;
		font-weight:bold;
		margin-bottom: 30px;
}

.tovabbiak {
		font-family: Verdana, Geneva, sans-serif;
		font-size:16px;
		font-weight:bold;
		color: #0000ff;
		margin-bottom: 20px;
}

.szoveg {
		font-family: Verdana, Geneva, sans-serif;
		text-align: justify;
		font-size:14px;
		margin-bottom: 20px;
}

.hivatkozas {
		font-family: Verdana, Geneva, sans-serif;
		text-align: left;
		font-size:12px;
		margin-bottom: 0px;
}

.kep {
	margin-top: 10px;
	max-width: 800px;
	width: 100%;
}

.imageColumn2 {
  float: left;
  width: 50%;
  padding: 5px;
}

.imageColumn3 {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.imageColumn5 {
  float: left;
  width: 20%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.imageRow::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 740px) {
	.imageRow {
		width: 100% !important;	
		max-width: 100% !important;
	}
	
	.imageRowNarrow {
		width: 70% !important;	
		max-width: 70% !important;
	}

  .imageColumn2 {
    width: 100% !important;
  }
  
  .imageColumn3 {
    width: 100% !important;
  }
  
   .imageColumn5 {
    width: 100% !important;
  }
  }

.imagesContainer {
	max-width: 800px; 
	display: flex;
}

.imageContainerLeft {
	flex-grow: 1; 
	display: block; 
	flex-direction: column; 
	margin-right: 10px;
}

.imageContainerMiddle {
	flex-grow: 1; 
	display: block; 
	flex-direction: column; 
	margin-right: 10px;
	margin-left: 10px;
}

.imageContainerRight {
	flex-grow: 1; 
	display: block; 
	flex-direction: column; 
	margin-left: 10px;
}

.imageContainer {
	flex-grow: 1; 
	display: flex; 
	align-items: inherit; 
	justify-content: center;
	margin-top: 20px;
}

.imageContainer img {
	max-height: 100%; 
	max-width: 100%;
}

@media only screen and (max-width: 740px) {
  .imageContainerLeft {
    flex-direction: column;
	width: 100%;
    margin-right: 0;
  }
	
  .imageContainerMiddle {
    flex-direction: column;
	width: 100%;
    margin-left: 0;
	margin-right: 0;  
  }	
	
   .imageContainerRight {
    flex-direction: column;
	width: 100%;
    margin-left: 0;
  }
	
  .imagesContainer {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	}	
	
  .imageContainer img {
	width: 100%;
	}	
	
}


.kepalairas {
		max-width: 800px;
		width: 100%;
		font-style: italic;
		text-align: center;
		margin-bottom: 20px;
		font-size: 14px;
}

.languageSelector a {
	padding: 3px 8px;
	display: inline-block;
	text-align: center;
	font-weight:bold;
	color: #000000;
/*	border: 1px solid #333333;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);*/
}

.languageSelector a img {
	width: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,1);
	font-weight:bold;
}

.navbar-light .navbar-nav .nav-link:active {
    color: rgba(0,0,0,1);
	font-weight:bold;
}

.player {
	height: 100px;
	position: sticky;
  	top: 120px;
	right: 0px;
	z-index: 9999;
}

@media only screen and (max-width: 574px) {
	.player {
		top: 20px;
	}
}

/***********************************************/
Klapka vége
/***********************************************/