﻿@media screen {
    .only-for-printer {
        display: none;
    }
}

@media print {
    .only-for-screen {
        display: none;
    }
    .pb-5
    {
        padding-bottom:0px !important;
    }
    .maintitle {
        margin-bottom:10px !important;
        font-size:25px !important;
    }
}

body {
    font-family: 'Roboto', sans-serif;
}

.title {
    font-family: 'RobotoBold', sans-serif;
    font-size:65px !important;
    font-weight: bold !important;
    margin:10px 0px 30px 0px;
    padding-top:10px;
    clear: both;
    line-height:70px;
}
@media (max-width: 991px) {
    .title {
        font-size: 45px !important;
        line-height: 50px;
    }
}

.underline {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 3px;
    text-decoration-color: #ffcc3e;
}

.utitle {
    font-family: 'RobotoBold', sans-serif;
    font-size: 45px !important;
    font-weight: bold !important;
    margin: 10px 0px 30px 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 50px;
    text-decoration: underline;
    text-underline-offset: 25px;
    text-decoration-thickness: 8px;
    text-decoration-color: #ffcc3e;
    text-align:center;
}

@media (max-width: 576px) {
    .utitle {
        text-decoration: none;
        border-bottom: 8px solid #ffcc3e;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .mobile-underline {
        text-decoration: none !important;
        border-bottom: 3px solid #ffcc3e;
        padding-bottom: 10px;
    }
}

.subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 40px !important;
    font-weight: bold !important;
    margin: 10px 0px 30px 0px;
    padding-top: 10px;
    clear: both;
    line-height: 45px;
}
@media (max-width: 991px) {
    .subtitle {
        font-size: 30px !important;
        line-height: 35px;
    }
}

.usubtitle {
    font-size: 25px !important;
    font-weight: bold !important;
    margin: 10px 0px 30px 0px;
    line-height: 50px;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-thickness: 5px;
    text-decoration-color: #ffcc3e;
    color:#000000;
}

#footer .subtitle {
    font-size:35px !important;
}

@media (max-width: 576px) {
    #footer .subtitle {
        font-family: RobotoBold;
        font-size: 28px !important;
    }
}

#footer p {
    margin-bottom:8px;
}

#footer a:hover {
    color: #3449ff!important;
}

.title.underline {
    border-bottom: 2px solid #ffcd3e;
    text-decoration: none;
}

.subtitle.underline {
    border-bottom: 2px solid #ffcd3e;
    text-decoration:none;
}

.maintitle {
    font-size: 34px;
    font-weight: bold;
    margin: 10px 0px 30px 0px;
}

.img-fluid {
    margin-top:20px;
}

a.more {
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border: 2px solid #ffffff;
    border-radius: 14px;
    transition: 0.3s;
}

a.more:hover {
    background-color: #ffffff;
    border: 2px solid #ffcc3e;
    padding: 5px 10px;
    border-radius: 14px;
    transform: translateY(-10px) translateX(10px);
}

a.more:active {
    opacity:0.5;
}

a.more::after {
    margin-left: 10px;
    font-family: 'bootstrap-icons';
    content: "\f134";
    font-size:160%;
}

a.moreyellow {
    background-color: #ffcc3e;
    padding: 10px 15px;
    border-radius: 14px;
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    position: relative;
    transition: 0.3s;
}

a.moreyellow:hover {
    background-color: #6976f7;
}

a.moreyellow:active {
    background-color: #ffe290;
}

a.moreyellow::after {
    margin-left: 10px;
    font-family: 'bootstrap-icons';
    content: "\f134";
    font-size: 28px;
}

a.moreyellowborder {
    background-color: #ffffff;
    border: 2px solid #ffcc3e;
    padding: 10px 15px;
    border-radius: 14px;
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    position: relative;
    transition: 0.3s;
}

a.moreyellowborder:hover {
    background-color: #ffcc3e;
}

a.moreyellowborder:active {
    background-color: #ffe290;
}

a.moreyellowborder::after {
    margin-left: 10px;
    font-family: 'bootstrap-icons';
    content: "\f134";
    font-size: 28px;
}

a.moreblue {
    background-color: #3448ff;
    padding: 10px 15px;
    border-radius: 14px;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    position: relative;
    transition: 0.3s;
}

a.moreblue:hover {
    background-color: #030047;
}

a.moreblue:active {
    background-color: #AEB8FF;
}

a.moreblue::after {
    margin-left: 10px;
    font-family: 'bootstrap-icons';
    content: "\f134";
    font-size: 28px;
}

a.biggerarrow::after {
    font-size: 40px;
}

a.arrowlink {
    display: inline-flex;
    align-items: center;
}

a.arrowlink::after {
    margin-left: 30px;
    font-family: 'bootstrap-icons';
    font-weight: normal;
    content: "\f134";
    font-size: 30px;
    color:#333333;
}

a.fixwidthbutton::after {
    position: absolute;
    right: 20px;
}

a.moreyellowbig {
    background-color: #ffcc3e;
    padding: 5px 25px;
    border-radius: 14px;
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 40px;
}

a.moreyellowbig::after {
    margin-left: 20px;
    font-family: 'bootstrap-icons';
    content: "\f134";
    font-size: 50px;
}

a.morewhite {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 14px;
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
}

a.morewhite:hover {
    background-color: #6976f7;
}

a.morewhite:active {
    background-color: #AEB8FF;
}

#cookiePanel a.morewhite {
    font-size: 14px !important;
    padding:5px 15px;
}

a.morewhite::after {
    margin-left: 10px;
    font-family: 'bootstrap-icons';
    content: "\f134";
    font-size: 28px;
}

.yellowbox {
    background-color: #ffcc3e;
    width: 75px;
    height: 20px;
    border-radius: 12px;
    float: left;
}

.newsdate {
    float:right;
}

input[type=button].yellowbutton, input[type=submit].yellowbutton, input[type=reset].yellowbutton {
    background-color: #ffcc3e;
    padding: 5px 15px;
    border: 0px;
    border-radius: 12px;
    color: #000000;
    text-decoration: none;
    font-size: 1.2em;
}

a.yellowbutton {
    background-color: #ffcc3e;
    padding: 0px 5px;
    border-radius: 12px;
    color: #000000;
    text-decoration: none;
    font-size: 2.5em;
    margin-left: 20px;
    transition: 0.3s;
}

a.yellowbutton:hover {
    background-color:#6976f7;
}

a.yellowbutton:active {
    background-color: #ffe290;
}

@media (max-width: 576px) {
    a.yellowbutton {
        font-size: 2em;
    }

    a.yellowbutton div div img {
        width:35px !important;

    }

    a.yellowbutton div div i {
        font-size:35px !important;
    }
}


a.yellowbutton-md {
    margin-left: 0px;
    font-size: 1.5em;
    padding: 10px 10px;
}

a.yellowbutton svg {
    margin-right: 10px;
    transform: scale(1.8);
}

a.bluebutton {
    background-color: #3448ff;
    padding: 0px 5px;
    border-radius: 12px;
    color: #ffffff;
    text-decoration: none;
    font-size: 2.5em;
    margin-right: 20px;
    transition: 0.3s;
}

a.bluebutton:hover {
    background-color:#030047;
}

a.bluebutton:active {
    background-color: #AEB8FF;
}

a.bluebutton-md {
    margin-right: 0px;
    font-size: 1.5em;
    padding: 10px 10px;
}

a.bluebutton svg {
    margin-right: 10px;
    transform: scale(1.8);
}

a.smallbluebutton {
    background-color: #3448ff;
    padding: 5px 10px !important;
    border-radius: 12px;
    color: #ffffff !important;
    text-decoration: none;
    margin-right: 0px;
    display:flex !important;
    height:100%;
    font-weight: normal !important;
    align-items: center;
}

a.smallbluebutton::after {
    margin-left: auto;
    font-family: 'bootstrap-icons';
    content: "\f134";
    font-size: 28px;
}

a.borderbutton {
    border: 2px solid #6c757d;
    padding: 12px 15px;
    border-radius: 18px;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
    position:relative;
    top:0px;
    left:0px;
}

a.borderbutton:hover {
    background-color: #FFCD3E;
    transform: translateY(-10px) translateX(10px);
}

a.borderbutton:hover img {
    filter: saturate(0);
    filter: brightness(100);
}

a.borderbutton:active {
    background-color: #ffe290;
}

a.borderbutton-md {
    padding: 15px 10px;
}

a.borderbutton svg {
    transform: scale(1.5);
    position: relative;
    left: -10px;
}

a.borderbutton-biggericon svg {
    transform: scale(1.8);
}

.font-1-6 {
    font-size:1.6em;
}

.font-1-3 {
    font-size: 1.3em;
}

.font-20 {
    font-size: 2.0em;
}

.font-25 {
    font-size: 2.5em;
}

.font-25-bold {
    font-size: 2.5em;
    font-family: 'RobotoBold', sans-serif;
}

.font-30-bold {
    font-size: 3em;
    font-family: 'RobotoBold', sans-serif;
}

.rounded {
    border-radius: 12px !important;
}

.h-33{
    height:calc(33% - 10px);
}

.scale-20 {
    transform: scale(2.0) !important;
}

.scale-25 {
    transform: scale(2.5) !important;
}

.scale-30 {
    transform: scale(3.0) !important;
}

.carousel-indicators [data-bs-target] {
    height: 20px;
    width: 20px;
    background-color: #ffcc3e;
    border-radius: 18px;
    background-clip: unset;
    box-sizing: unset;
    padding: unset;
    border-top: unset;
    border-bottom: unset;
}

.carousel-control-prev, .carousel-control-next {
    color: #ffcc3e;
    font-weight: bold;
    font-size: 55px;
    opacity: 1;
    align-items: initial;
}

#footer {
    background-color: #ffcc3e;
}

#footer a {
    display: block;
    padding: 5px 2px;
    text-decoration: none;
    color: #000000;
}

#footer p
{
    font-weight: bold;
}

#header a 
{
    text-decoration: none;
    color: #000000;
}

.header-menu-row
{
    padding-bottom: 20px;
    /*font-weight:bold;*/
}

.header-menu-row a {
    padding: 5px 8px;
    margin-left:5px;
}

.header-menu-row.blue-hover a:hover {
    color: #3448ff !important;
}

.header-menu-row a:hover {
    color: #3448ff;
}

.popover a:hover {
    color:#ffffff !important;
}

.header-rounded-items a {
    border-style: solid;
    border-radius: 15px;
    border-width: 2px;
    padding:6px 15px;
}

.header-rounded-items input {
    border-style: solid;
    padding: 5px 15px;
    border-radius: 15px;
    border-width: 2px;
    font-weight: bold;
    outline: none;
    color: #ffcc3e;
}

.header-rounded-items input::placeholder {
    color: #ffcc3e;
    opacity: 1; 
}

.header-yellow-border-input {
    border-color: #ffcc3e;
}

.header-yellow-border {
    border-color: #ffcc3e;
}

.header-yellow-border:hover {
    border-color: #FFCD3E;
    background-color: #FFCD3E;
    color: #000000 !important;
}

.header-yellow-border:active {
    border-color: #ffe290;
    background-color: #ffe290;
    color: #000000 !important;
}

.header-blue-border {
    border-color: #3448ff;
}

.header-blue-border:hover {
    border-color: #6976f7;
    background-color: #6976f7;
    color:#ffffff !important;
}

.header-blue-border:active {
    border-color: #aeb8ff;
    background-color: #aeb8ff;
    color: #000000 !important;
}

.popover {
    border-radius: 10px;
    background-color: #ffcc3e;
    border-color: #ffcc3e;
    font-size: 1rem;
    max-width: 900px;
}

.popover.submenu-columns-1 {
    width: 300px !important;
}

.popover.submenu-columns-2 {
    width: 500px !important;
}

.popover.submenu-columns-3
{
    width: 700px !important;
}

.popover.submenu-columns-4 {
    width: 900px !important;
}

.popover-arrow::after {
    border-bottom-color: #ffcc3e !important;
}

.popover a {
    display:block;
    text-decoration: none;
    color: #000000;
    padding:5px 5px;
    font-weight: bold;
}

.mobile-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 0%;
    min-height: 100%;
    background-color: #ffcc3e;
    overflow-x: hidden;
    padding-left: 0px;
    padding-right: 0px;
    transition: ease;
    transition-duration: 0.5s;
    z-index:999;
    border-bottom: 1px solid #ffffff;

}

.mobile-menu-content {
    width:100vw;
}

.mobile-menu.visible {
    width:100%; 
    left:0px;
    /*padding-left:12px;
    padding-right:12px;*/
}

.mobile-menu a {
    color:#ffffff !important;
}

.mobile-menu .menuitems
{
    position:relative;
}

.mobile-menu .menuitems a {
    color: #000000 !important;
    display: block;
    font-weight: bold;
    font-size: 16px;
    padding-left: 12px;
    padding-right:12px;
    margin-left: 12px;
    margin-right: 12px;
}

.mobile-menu .menuitembig {
    font-size:22px !important;
}

.mobile-menu .underline {
    border-bottom: 2px solid #ffffff;
}

.mobile-menu .underline::after {
    font-family: bootstrap-icons !important;
    content: "\f282";
    float: right;
    font-size: 20px;
    color: #ffffff;
    transition: ease;
    transition-duration: 0.5s;
}

.mobile-menu .underline.opened::after {
    transform: scaleY(-1);
}

.mobile-menu .submenuitems {
    background-color: #ffffff;
    position: relative;
    top: -17px;
    padding-left: 80px;
    padding-top: 0px;
    max-height: 0px;
    overflow: hidden;
    transition:ease;
    transition-duration: 0.5s;
}

.mobile-menu .submenuitems.visible {
    max-height: 1000px;
    padding-top:10px;
}

.mobile-menu .submenuitems a {
    padding-bottom:10px;
    font-weight:normal;
}

.yellow-background {
    background-color: #ffcc3e;
    margin-top:30px;
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 48px;
    height: 45px;
    background: url('/Content/icons/slider-icon.png');
    background-size: contain;
    cursor: pointer;
    position: relative;
    top: -15px;
    z-index: 100;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: none;
}
.form-range:focus::-moz-range-thumb {
    box-shadow: none;
}
.form-range::-webkit-slider-thumb:active {
    background-color: transparent;
}
.form-range::-moz-range-thumb:active {
    background-color: transparent;
}

input[type=range]::-webkit-slider-runnable-track {
    background: #030047;
}

.form-range::-moz-range-thumb {
    width: 48px;
    height: 45px;
    border: 0;
    background: url('/Content/icons/slider-icon.png');
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: -15px;
    z-index: 100;
}

.calculator .form-control {
    color: #6876f7;
    padding:15px 20px;
    border-color:#333333;
    font-size:25px;
}

@media (max-width: 576px) {
    .calculator .form-control {
        font-size: 20px;
    }
}

.calculator .form-control:read-only {
    background-color: #ffffff;
}

.yellow-rounded-box {
    background-color: #ffcc3e;
    border-radius: 12px;
}

#chartLegendDesktop, #chartLegendMobile {
    border: 1px solid #333333;
    height: 20px;
    background: linear-gradient(90deg, #030047 33%, #ffcc3e 33%, #ffcc3e 66%, #3449ff 66%);
}

.text-blue {
    color:#3448ff;
}

hr {
    border-top: 2px solid #fdcf3e;
    opacity:1;
    margin-left:20px;
    margin-right:20px;

}

.owl-dot span {
    width: 20px !important;
    height: 20px !important;
    background-color: #e7e9fe !important;
}
.owl-dot.active span {
    background-color: #ffcc3e !important;
}

.submenu-carousel .owl-stage {
    margin: auto;
}

.submenu-carousel a {
    color:#000000;
    text-decoration: none;
    padding-left:10px; 
    padding-right:10px;
}

.submenu-carousel a.active {
    color:#3448ff;
}

ul li {
    /*word-break: break-all;*/
}

#searchResult {
    padding-left:10px;
}
#searchResult li {
    line-height:12px;
    margin-left:0px;
    list-style: none;
    position: relative;
    top:-60px;
}

#searchResult li::before {
    color: #ffcd3e;
    font-size: 70px;
    margin-top:10px;
    content: '•';
    position: relative;
    top:20px;
    left:-10px;
}

@media (min-width: 1200px) {
    .border-xl-left {
        border-left: 1px solid #333333 !important;
    }
}

#contentContainer a {
    text-decoration: inherit !important;
    text-decoration-color: inherit;
    color: inherit !important;
}

#contentContainer hr {
    margin: 0px;
}

.popover {
    font-family: 'Roboto', sans-serif;
}

#messageForm .form-control {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #333333;
    color: #3448ff;
    font-size:20px;
}

#messageForm .form-control:focus {
    color: #3448ff;
}

#messageForm .form-control::placeholder {
    color: #3448ff;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.mb-6 {
    margin-bottom: 7rem !important;
}

.mt-6 {
    margin-top: 5rem !important;
}

.yellowbghover:hover {
    background-color: #ffcc3e;
    cursor: pointer;
}

.yellowbghover {
    padding-left: 40px !important;
    padding-right:30px !important;
}

#newsmenu a {
    text-decoration: none;
    color:#000000;
}

#newsmenu a.active {
    color: #3448ff;
}

#newsmenu a:hover {
    color: #3448ff;
}

.border-xs-bottom {
    border-bottom: 1px solid;
}

@media (min-width: 576px) {
    .border-sm-right {
        border-right: 1px solid;
    }
    .border-sm-bottom {
        border-bottom: 1px solid;
    }
}

@media (min-width: 768px) {
    .border-md-right {
        border-right: 1px solid;
    }
    .border-md-bottom {
        border-bottom: 1px solid;
    }
}

@media (min-width: 992px) {
    .border-lg-right {
        border-right: 1px solid;
    }
    .border-lg-bottom{
        border-bottom: 1px solid;
    }
}

@media (min-width: 1200px) {
    .border-xl-right {
        border-right: 1px solid;
    }

    .noborder-xl-bottom {
        border-bottom: 0px;
    }

    .col-xl-1of7 {
        width: 14.28%;
    }

    .desktop-dont-use-carousel .owl-item.cloned {
        display: none !important;
    }

    .desktop-dont-use-carousel .owl-stage {
        transform: none !important;
        transition: none !important;
        width: 100% !important;
        padding: 0px !important;
    }

    .desktop-dont-use-carousel .owl-item {
        width: 100% !important;
    }

    .desktop-dont-use-carousel .owl-dots {
        display: none;
    }
}

@media (min-width: 1400px) {
    .border-xxl-right {
        border-right: 1px solid;
    }
    .border-xxl-bottom {
        border-bottom: 1px solid;
    }
}

.subpage-submenu a {
    font-family: 'RobotoBold', sans-serif;
    text-decoration: none;
    color: #000000;
    display: inline-flex;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
}

@media (max-width: 576px) {
    .subpage-submenu a {
        font-size: 18px;
    }
}

.subpage-submenu a img {
    margin-right:30px;
}

@media (max-width: 576px) {
    .subpage-submenu a img {
        margin-top: 0px;
        margin-right: 20px;
    }

    .subpage-submenu div {
        padding-left:0px !important;
    }
}
.subpage-submenu a:hover {
    color: #3448ff;
}

.gyik {
    display: none;
    padding-bottom: 10px;
    padding-left: 20px;
}

@media (max-width: 576px) {
    .homebuttons .bigtitle
    {
        font-size:30px !important;
    }
}

@media (max-width: 576px) {
    .usubtitle {
        font-size: 20px !important;
    }
}

input[type=radio]
{
    margin-right:10px;
}

.vprtest p
{
    display:flex;
    align-items: center;
}

.news-box:hover {
    background-color: #e7e9fe;
}

.news-box-archive {
    background-color: #e7e9fe;
}

.news-box-archive:hover {
    background-color: #ffffff;
}

a img.hover
{
    display:none !important;
}

a img.default
{
    display: inherit !important;
}

a:hover img.hover
{
    display:inherit !important;
}

a:hover img.default
{
    display: none !important;
}

.cookieSettings {
    display:none;
}

@media (min-width: 1400px) 
{
    .index-carousel-title 
    {
        margin-top:0px !important;
        padding-top:90px !important;
    }
}

@media (min-width: 1200px) {
    .index-carousel-title {
        margin-top: 0px !important;
        padding-top: 60px !important;
    }
}

@media (min-width: 1900px) {
    #calculatorFormDesktop .container {
        max-width:1520px !important;
    }
}

.ps-6
{
    padding-left: 6rem !important;
}