@font-face {
    font-family: Montserrat;
    font-weight: bold;
    font-style: normal;
    src: url('../font/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: bold;
    font-style: italic;
    src: url('../font/Montserrat-BoldItalic.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: 900;
    font-style: normal;
    src: url('../font/Montserrat-ExtraBold.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: 900;
    font-style: italic;
    src: url('../font/Montserrat-ExtraBoldItalic.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: 200;
    font-style: normal;
    src: url('../font/Montserrat-ExtraLight.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: 200;
    font-style: italic;
    src: url('../font/Montserrat-ExtraLightItalic.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: normal;
    font-style: italic;
    src: url('../font/Montserrat-Italic.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    src: url('../font/Montserrat-Light.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: 300;
    font-style: italic;
    src: url('../font/Montserrat-LightItalic.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: medium;
    font-style: normal;
    src: url('../font/Montserrat-Medium.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: medium;
    font-style: italic;
    src: url('../font/Montserrat-MediumItalic.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: medium;
    font-style: normal;
    src: url('../font/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    src: url('../font/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: italic;
    src: url('../font/Montserrat-SemiBoldItalic.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: thin;
    src: url('../font/Montserrat-Thin.ttf');
}

@font-face {
    font-family: Montserrat;
    font-weight: thin;
    font-style: italic;
    src: url('../font/Montserrat-ThinItalic.ttf');
}
html {
	scroll-behavior: smooth;
}

html,
body {
    font-family: Montserrat;
    background-color: #ebdcb2;
}

header a:hover {
    color: #ffffff;
}

.palocBox {
    background-color: rgba(235, 220, 178, 0.7);
    border-radius: 15px;
}

.agostonBox {
    text-align: right;
    background-color: rgba(235, 220, 178, 0.7);
    width: auto;
    border-radius: 15px;
}

.magyarbodBox {
    text-align: right;
    background-color: rgba(235, 220, 178, 0.7);
    width: auto;
    border-radius: 15px;
}

.lead {
    font-weight: 600;
}

.content {
    margin: auto;
    max-width: 1050px;
}

h1 {
    color: #662e1c;
}

h2 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 24px;
}

h4 {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

h5 {
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
}

p {
    font-weight: 300;
}

header {
    width: 100%;
    background-color: #662e1c;
    position: fixed;
    top: 0;
    transition: 500ms;
    z-index: 999;
    height: 128px;
}

header > div {
    width: 95%;
    margin: auto;
    height: 100%;
}

header > div > a {
    font-size: 1.2vw;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.1;
}





.topnav a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
}

.topnav .icon {
    display: none;
}

.languageSwitcherDisplaynone {
    display: none;
}

#burger {
    color: #ffffff;
    font-size: 48px;
    margin-top: 7px;
}

@media screen and (max-width: 991px) {

    #mobileBoxMobile {
        width: 120px;
        display: flex;
        justify-content: space-around;
        align-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        margin-right: 7%;
    }

    #mobileHeader {
        z-index: 9;
        position: fixed;
        display: flex;
        top: 0;
        height: 60px;
        width: 100%;
        background-color: #662e1c;
    }

    #languageSwitcher {
        margin-top: 14px;
    }

    #languageSwitcherMobile {
        margin-top: 0;
    }

}

@media screen and (min-width: 992px) {
    #mobileHeader {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    
    header {
        height: auto;
    }
    .owl-next, .owl-prev, .owl-nav {
        display: none !important;
    }

    header {
        display: none !important;
    }

    #main-content {
        padding-top: 60px !important;
    }
}

#main-content {
    padding-top: 128px;
}

#palocorszag {
    background-image: url('../img/slider.jpg');
    background-position: top;
    background-size: cover;
}

#palocorszag h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold;
    color: #af4425;
}

#palocorszag h1 {
    line-height: 1.2;
    font-size: 56px;
    text-transform: uppercase;
    font-weight: bold;
    color: #662e1c;
}

#palocorszag h4 {
    line-height: 1.2;
    font-size: 22px;
    font-weight: bold;
    color: #af4425;
    padding: 16px 0;
}

#palocorszag p {
    color: #662e1c;

    font-weight: 600;
}

#magyarbod p {
    text-align: justify;
}

#magyarbod .lead {
    text-align: justify;
}

#gomor .lead {
    text-align: justify;
}

#gomor p {
    text-align: justify;
}

#gomor h2 {
    color: #662e1c;
}


.text-right {
    text-align: right;
}

.big-bio {
    font-family: Montserrat;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-yellow {
    width: 300px;
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffc400;
    align-self: center;
    border-radius: 32px;
}

.white {
    color: #ffffff;
}

#muzsla h2 {
    color: #662e1c;
}

#muzsla h4 {
    color: #af4425;
}

#muzsla p {
    text-align: justify;
    font-size: 17px;
    color: #662e1c;

}

#rimoc {
    background-color: #c9a66b;
}

#rimoc p {
    text-align: justify;
    color: #662e1c;
}

#rimoc h1 {
    font-size: 52px;
    text-transform: uppercase;
    color: #f9fbe7;
    font-weight: bold;
    margin-bottom: 32px;
}

#rimoc h3 {
    color: #662e1c;

}

#rimoc h2 {
    color: #662e1c;

}

#rimoc h4 {
    color: #af4425;
    
}

.jobbraZart {
    text-align: right !important;
}

#agostonBanner {
    background-image: url('../img/agostonlaszlo.jpg');
    background-position: center;
    background-size: cover;
}

#magyarbodBanner {
    background-image: url('../img/magyarbodi2.jpg');
    background-position: center;
    background-size: cover;
}

.nagyMargin {
    margin-top: 100px;
    margin-bottom: 100px;
}

.app-links {
    padding-top: 64px;
    padding-bottom: 32px;
    background-image: url("img/bg-cta.jpg");
    background-position: center;
    background-size: cover;
}

.app-links > .content > h1 {
    font-size: 52px;
    text-transform: uppercase;
    color: #f9fbe7;
    font-weight: bold;
    margin-bottom: 32px;
}

.app-links > .content > p {
    margin-top: 16px;
    margin-bottom: 32px;
    color: #ffffff;
    font-size: 28px;
}

.app-link > div {
    margin: 16px;
}

.app-link > div > img {
    width: 128px;
}

.app-link > div > a {
    text-align: center;
    width: 340px;
    margin-top: 32px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    padding: 16px;
    background-color: #ffc400;
    align-self: center;
    border-radius: 32px;
}








p > b > a {
    text-decoration: none;
    color: black;
}



.footer-text {
    color: #ffffff;
    text-align: justify;
    font-size: 16px;
}

 #kapcsolat {
     background-color: #662e1c;
 }

 #kapcsolat h5 {
    color: #ffffff;
   
}

#kapcsolat a {
    color: #ffffff;
    text-decoration: none;
    line-height: 2.6;
}

#kapcsolat button {
    text-align: center;
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    padding: 12px;
    background-color: #ffc400;
    border-radius: 32px;
    width: 50%;
    border: none;
}


#kapcsolat textarea {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 6px;
    padding-left: 12px;
    border-radius: 24px;
    font-size: 14px;
}



footer {
    padding-top: 15px;
    background-color: #000000;
    /* #403a1a; */
}

footer p {
    color: #ffffff;
    font-size: 14px;
}

footer a:hover {
    color: #ffffff;
}

.sitemap a {
    text-decoration: none;
    font-size: 14px;
    color: white;
}

footer a {
    text-decoration: none;
    font-size: 14px;
    color: white;
}


@media screen and (max-width: 500px) {
    h2 {
        font-size: 24px !important;
    }
    h1 {
        font-size: 26px !important;
    }

    h4 {
        font-size: 20px !important;
    }
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    display: block !important;
    left: -40px;
    transform: scale(2);
    color: #006711;

}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    display: block !important;
    right: -40px;
    transform: scale(2);
    color: #006711;
}
#languagePanel{
    background-color: rgba(0, 103, 17, 0.7);
    border: 1px solid rgba(0, 103, 17, 0.9);
    border-radius: 10px;
    z-index: 999;
    display: none;
    height: 100px;
    width: 45px;
    margin-top: 55px;
    position: absolute;
    right: 33px;
}

#languagePanelMobile {
    background-color: rgba(0, 103, 17, 0.7);
    border: 1px solid rgba(0, 103, 17, 0.9);
    border-radius: 10px;
    z-index: 999;
    display: none;
    height: 100px;
    width: 45px;
    margin-top: 22px;
    position: absolute;
    right: 33px;
}

#languageSwitcher {
    z-index: 3;
    line-height: 3;
    text-align: center;
    width: 35px;
    height: 45px;
    right: 50px;
    /* top: 38px; */
  }

  #languageSwitcherMobile {
    z-index: 3;
    text-align: center;
    width: 35px;
    height: 35px;
    /* top: 38px; */
  }
  
  .languageSwitcherOpened {
   display: block !important;

   display: flex !important;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }
  
  .langDisplayNone {
    display: none !important;
  }

  #langCHOOSED, #langEN, #langHU, #langDE {
    box-shadow: 1px 1px 4px #23200e;
    -webkit-box-shadow: 1px 1px 4px #23200e;
    -moz-box-shadow: 1px 1px 4px #23200e;
    border-radius: 25px;
    cursor: pointer;
  }

  .mobile-container {
    z-index: 5 !important;

    max-width: 480px;
    margin: auto;
    background-color: #555;
    height: 500px;
    color: white;
    border-radius: 10px;
  }

  #myLinks {
    z-index: 5 !important;
  display: none;
}

#linkBox {
    z-index: 5 !important;
    background-color:rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: 600;
    padding-top: 21%;
    overflow-y: scroll;
}

#linkBox a {
    z-index: 5 !important;
    color: #ffffff;
    font-size: 25px;
    text-decoration: none;
    line-height: 2.6;
    text-transform: uppercase;   
    margin-bottom: 1%;
}

#closeButtonMobile {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.owl-carousel {
    z-index: 0 !important;
}


#lanyokCta {
    padding-top: 12%;
    padding-bottom: 12%;
    background-image: url('../img/lanyok.jpg');
    background-position: center;
    background-size: cover;
}

#fiukCta {
    padding-top: 12%;
    padding-bottom: 12%;
    background-image: url('../img/fiuk.jpg');
    background-position: center;
    background-size: cover;
}


.ctaBox {
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: 20%;
    margin-right: 20%;
    border-radius: 15px;
}

@media screen and (max-width: 900px) {
    .ctaBox {
        margin-left: auto;
        margin-right: auto;
    }
}