<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: DINPro;
    src: url('../fonts/DINPro-Regular.woff') format('woff'),
         url('../fonts/DINPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Calluna;
    src: url('../fonts/Calluna-Regular.woff') format('woff'),
         url('../fonts/Calluna-Regular.ttf') format('truetype');
}

.english:lang(hu) {
    display: none;
}

.magyar:lang(en) {
    display: none;
}

body {
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    text-align: left !important;
}

h1, h2, h3, h4, h5, h6, #t4-topbar {
    font-family: "Calluna", Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

/* scss overrides */
.page-header h2 a,
.pagination a {
  color: #a21d21;
}

.page-header h2 a:hover,
.page-header h2 a:focus,
.pagination a:hover,
.pagination a:focus {
  color: #300205;
}

.page-item.active .page-link {
  background-color: #a21d21;
  border-color: #a21d21;
}

.btn-readmore:hover,
.btn-readmore:focus {
  background-color: #300205 !important;
}

/* TOPBAR */
#t4-topbar {
    background-color: #ce9f52;
}

#t4-topbar i {
    margin-right: 5px;
}

#t4-topbar .topbar-r {
    text-align: right;
}

.topbar-r .language-switcher {
    filter: grayscale(100%);
}

.topbar-r .language-switcher:hover {
    filter: grayscale(0%);
}

.topbar-r .language-switcher img {
    padding-bottom: 5px;
}

/* INFO */
#t4-info {
  padding: 5px;
  border-bottom: 1px solid #e9ecef;
}

/* HEADER */
#t4-header .container {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.t4-header .t4-row {
    align-items: center;
}

#t4-header .logo-img {
    max-height: 100px;
  max-width: max-content;
}

.header-block-1 .navbar-brand {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}		


/* FLAG */
#t4-flag {
  height: 6px;
  background-color: #ffffff;
  border-top: 2px solid #d0151c;
  border-bottom: 2px solid #198266;
}

/* MAIN NAV */
#t4-mainnav {
  	z-index: 20;
}

#t4-mainnav .navbar,
#t4-mainnav .navbar ul {
    width: 100%;
}

.t4-palette-mainnav .t4-megamenu .navbar-nav &gt; li.animating &gt; .nav-link {
    color: #300205;
}

#t4-mainnav .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 3;
    text-align: center;
}

.t4-palette-mainnav .nav &gt; li a, 
.t4-palette-mainnav .nav &gt; li .nav-link {
    text-shadow: 2px 2px #eee;
	color: #a21d21;
}

#t4-mainnav .navbar-nav &gt; .nav-item:first-child {
    flex-grow: 1;
    width: 40px !important;
    height: 44px;
    overflow: hidden;
    color: #ffffff;
}

#t4-mainnav .navbar-nav &gt; .nav-item:first-child a {
    color: #ffffff;
    text-shadow: none;
}

#t4-mainnav .navbar-nav &gt; .nav-item:first-child a i {
    color: #a21d21;
    text-shadow: 2px 2px #eee;
}

#t4-mainnav .navbar-nav &gt; .nav-item:first-child a:hover i,
#t4-mainnav .navbar-nav &gt; .nav-item:first-child a:focus i,
#t4-mainnav .navbar-nav &gt; .nav-item:first-child a:active i {
    color: #300205;
}

.dropdown-menu li a {
    text-align: left;
}

/* SLIDESHOW */
#t4-slideshow {
    overflow: hidden;
    max-height: 450px;
	background-color: #ede9ea;
	border-bottom: 1px solid rgba(52, 58, 64, 0.12);
}

.sprocket-features-content {
    top: 350px !important;
    width: 100% !important;
    margin: 0 !important;
}

.sprocket-features-img-container &gt; a {
	display: block;
}

.sprocket-features-img-container &gt; a:before {
    content: "";
    background: linear-gradient(90deg, #ede9ea, transparent 20% 80%, #ede9ea);
    width: 100%;
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
}

.sprocket-features-arrows .arrow {
    top: 385px;
}

.sprocket-features-arrows .arrow.next {
    right: 10px !important;
}

.sprocket-features-arrows .arrow.prev {
    left: 10px !important;
}

.sprocket-features-pagination {
    top: 425px;
}

.sprocket-features-title {
    font-size: 1.5em !important;
}


/* MAIN CONTENT */
#t4-main-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

blockquote {
  padding: 15px;
  font-size: 1.05rem;
  background-color: #EFEFEF;
  border-left: 10px solid #a21d21;
}

.alert-danger, .alert-error {
    color: #7f231c;
    background-color: #fdd9d7;
    border-color: #fccac7;
    padding: 15px;
    font-size: 1.05rem;
    border-left: 10px solid #a21d21;
}

.badge-secondary {
  	background-color: #ce9f52;
  	margin-bottom: 0;
    padding: 10px;
    font-size: 1.2rem;
    font-family: "Calluna", Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

blockquote &gt; p:last-child,
.badge-secondary &gt; p:last-child {
  	margin-bottom: 0;
}

.blog-featured .item {
    border-top: 5px solid #7b6669;
}

.blog-featured .item &gt; .item-image img {
    width: 100%;
}

.blog-featured .item-content p {
    text-align: left !important;
}

.blog-featured .item-content img {
    clear: both;
    display: block;
    float: none !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1170px;
    max-width: 100%;
}

.blog-featured .item-content h2 a {
    font-weight: bold;
    color: #a21d21;
}

.blog-featured .item-content h2 a:hover,
.blog-featured .item-content h2 a:focus {
    color: #300205;
}

.items-row .item .item-title {
    font-size: 1.5rem !important;
}

/* Simple Sliders red class no inherit */
.ssl-outer.red .ssl-content {
    color: initial;
}

/* BTK Blog style */
.evfordulo-wrap {
  position: relative;
}

.evfordulo-img {
  width: 75%;
}

.evfordulo-content-wrap {
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.1) 10px 10px 10px;
  bottom: 10%;
  top: 10%;
  right: 0px;
  left: auto;
  width: 60%;
  background-color: rgba(255, 255, 255, .85);
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.evfordulo-content {
  overflow:hidden;
  height: 100%;
}

.evfordulo-content .article-info {
  margin: 0;
  margin-bottom: 10px;
}

.evfordulo-content h2 {
  margin-top: 0;
  font-size: 26px;
  line-height: 1.2;
}

/* BTK Videos style */
.btkvideos .page-header h2,
.btkvideos .categories-list h2 {
  font-size: 1.4rem;
  line-height: 1.1;
}

/* EDOCMAN */
a.edocman-category-title-link,
#edocman-categories .edocman-box-heading h3, 
#edocman-documents .edocman-box-heading h3, 
#edocman-document-page .edocman-box-heading h3 {
    font-size: 24px;
    line-height: 1;
}

a.edocman-category-title-link small {
    white-space: nowrap;
}

.edocmansearch {
	margin-bottom: 15px;
}

.edocmansearch td {
	border-top: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.edocmansearch input[type=text],
.edocmansearch select {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}



/* SEARCH ARCHIVES */
#t4-search-archives {
  padding-bottom: 3rem;
}

/* BOTTOM SLIDESHOW */
#t4-bottom-slideshow .container-fluid {
    padding: 0;
}

/* FOOTER */
.footnav-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px;
}

#t4-footnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.copyright {
    margin-bottom: .75rem;
    margin-top: .75rem;
}

#t4-footnav {
    background-color: #efefef;
    background-image: url('images/btk-logo-ures.png');
    background-repeat: no-repeat;
    background-position: right 5% bottom 15%;
}

.t4-palette-gray .t4-module .module-title {
    color: #6c757d;
    border-bottom: 1px solid rgba(52, 58, 64, 0.12);
    font-size: 1rem;
    font-weight: bold;
}

.t4-footnav .t4-module .module-title span {
    border: 0;
    padding: 0 0 0.66667rem;
    letter-spacing: 0.5px;
    font-weight: 600;
}


/* --- RESPONSIVITY --- */

@media (max-width: 767px) {
  .topbar-l, .topbar-r {
    text-align: center !important;
  }
	
  .header-wrap {
	text-align: center;
  }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {

	.layout-btk-home #t4-header {
    	border-bottom: 1px solid rgba(52, 58, 64, 0.12);
    	margin-bottom: 0;
	}
    .container {
        max-width: 970px;
    }
	
	#t4-institute-menu .navbar {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
	
	#t4-institute-menu .navbar {
		font-size: 18px;
	}
}

</pre></body></html>