@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('fontb/RobotoCondensed-Light.ttf')  format('truetype') /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fontb/Roboto-Regular.ttf')  format('truetype')
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('fontb/Roboto-Thin.ttf')  format('truetype') /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('fontb/Roboto-Light.ttf')  format('truetype') /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('fontb/Roboto-Bold.ttf')  format('truetype')
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('fontb/Roboto-Black.ttf')  format('truetype')
}


/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {

}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

}
html, body {
    padding:0;
    margin:0;
}
.hidden {
    display: none !important;
}
.clear {
    clear: both;
}

body{
    font-family: Roboto-Regular;
    color: #333;
}

h2 {
    font-family: Roboto-Bold;
    font-size: 36px;
    color: #0070b8;
}
strong {
    color: black;
}
@media only screen and (max-width: 1055px) {
    h2 {
        font-size: 28px;
    }
}
.top-header {
    display: table;
    padding-top: 10px;
}
.body-content{
    margin: 0 auto;
}

.container {
    width: 80%;
    max-width: 1110px;
    margin: 0 auto;
}

.content-full-bg-section-first {
    background-image: url("img/first-background.png");
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    display: inline-block;
    width: 100%;
}
@media only screen and (min-width: 1055px) {
    background-image: none;
}
@media only screen and (min-width: 1055px) {
    .content-full-bg-section-first .container .white-background {
        display: flex;
    }
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.extra-padding {
    padding-bottom: 1px;
}
.content-full-bg-section-second {
    background-image: url("img/blue-background.png");
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    display: inline-block;
    width: 100%;
}
@media only screen and (min-width: 1055px) {
    .content-full-bg-section-second .container .white-background {
        display: flex;
    }
}

.content-full-bg-section-third {
    background-image: url("img/third-background.png");
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    display: inline-block;
    width: 100%;
}
@media only screen and (min-width: 1055px) {
    .content-full-bg-section-third .container .white-background {
        display: flex;
    }
}

.content-full-bg-section-tevekenysegeink {
    background-image: url("img/tevekenysegeink-background.png");
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    display: inline-block;
    width: 100%;
}

.content-full-bg-section-footer {
    background-image: url("img/blue-background.png");
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    display: inline-block;
    width: 100%;
}
/*@media only screen and (min-width: 1055px) {
    .content-full-bg-section-footer {
        background-image: url("img/footer-background.jpg");
    }
}
@media only screen and (max-width: 1055px) {
    .content-full-bg-section-footer {
        background-image: none;
    }
}
@media only screen and (min-width: 1055px) {
    .content-full-bg-section-footer .container .white-background {
        display: flex;
    }
}*/

.content-width-text-910 {
    max-width: 910px;
}
.align-center {
    margin: 0 auto;
}
.full-section {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.turquoise-background {
    background-color: #bdf6ff;
}
.blue-background {
    background-color: #bdf6ff;
}
.white-background {
    background-color: white;
}

.footerimg{
    width:100%;
    float: left;
    text-align: center;
}
.footerimg img{
    max-width: 100%;
}

.top{
    /*margin-bottom: 15px;*/
    float: none;
    font-family: Roboto-Black;
    display: table;
    /*padding-top: 10px;*/
}
.top-img-left {
    width: 18%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}
.main-nav{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.main-nav li{
    display:inline;
}

.main-nav li a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #333333;
}

.main-nav span {
    color: #3c5e8f;
}
.top-img-right {
    text-align: left;
    float: left;
}
.top-img-right-2 {
    text-align: right;
    float: right;
}
@media only screen and (min-width: 1366px) {
    .top-menu{
        width: 54%;
    }
    .top-img-right {
        width: 18%;
    }
    .top-img-right-2 {
        width: 10%;
    }
}
@media only screen and (max-width: 1366px) {
    .top-menu{
        width: 50%;
    }
    .top-img-right {
        width: 20%;
    }
    .top-img-right-2 {
        width: 12%;
    }
}
@media only screen and (max-width: 1260px) {
    .top-menu{
        width: 47%;
    }
    .top-img-right {
        width: 23%;
    }
    .top-img-right-2 {
        width: 12%;
    }
}
@media only screen and (max-width: 1055px) {
    .top-menu{
        width: 100%;
    }
}

.technikai-img-container {
    padding-right: 10px;
}

.top-img-left img, .top-img-right img{
    max-width: 100%;
}

.blue{
    font-size: 38px;
    color:#a21a5c;
    font-family:Roboto-Regular;
}
.blue-text {
    color:#4496cb;
}
.light-blue-text {
    color:#13a6d7;
}
.dark-blue-background {
    background-color: #1e457e;
}
.light-blue-background {
    background-color: #13a6d7;
}
.grey{
    color:#3c3c3b;
    font-family: Roboto-Regular;
    font-size: 20px;
}
.uc{
    text-transform: uppercase;
}
.center {
    text-align: center;
}
.grey-margin{
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 15px;
}
.blue-box {
    background-color: #0070b8;
}
.osszefoghatunk{
    color:#565656;
    font-family: Roboto-Regular;
    font-size: 33px;
    margin-bottom: 10px;
}


.szervezetek{
    color:#878786;
    font-family: Roboto-Regular;
    font-size: 29px;
}
.szervezetek-margin{
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}


.pdf-content a{
    color:white;
    /*font-family: Roboto-Regular;*/
}

.pdf-full-width {
    padding-top: 5px;
    margin: 0 auto 0 auto;
    float: none;
    clear: both;
    text-align: center;
    width: 100%;
}

.pdf-purple{
    background-color: #a21a5c;
}
.pdf-red{
    background-color: #c71617;
}
.pdf-orange{
    background-color: #f9ba06;
}
.pdf-yellow{
    background-color: #f36c36;
}
.pdf-blue {
    background-color: #0070b8;
}
.pdf-light-blue {
    background-color: #64c6ed;
}

/* V5 */

.content-container {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.content-full {
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
}
div.overflow {
    height: 545px;
    overflow: auto;
    overflow-scrolling: scroll;
    background-color: white;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
/*@media only screen and (min-width: 1055px) {
    .video-top-container {
        padding: 15px 105px !important;
    }

}*/

.video-container {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 31px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-container {
    position: relative;
    padding-top: 30px;
}
.fb-video-container {
    text-align: center;
}

.fb-video {
    background-color: #EEE;
    margin-top: 10px;
    width: 88% !important;
}

.fb-video blockquote{
    display: none;
}

.content-half {
    width: 50%;
    float: left;
    padding: 0 40px;
    box-sizing: border-box;
}

.content-third {
    width: 33.33%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.content-two-thirds {
    width: 66.66%;
    float: left;
    padding: 0 40px;
    box-sizing: border-box;
}
.content-top-video-left {
    width: 85%;
    float: left;
    padding: 5px 5px;
    box-sizing: border-box;
}
.content-top-video-right {
    width: 15%;
    float: left;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
}
.content-left {
    padding: 0 20px 25px 40px;
}

.content-right {
    border-left: 1px solid #aaaaaa;
    background-color: White;
    position: relative;
    z-index: 2;
}

#content-video {
    width: 100%;
}

#content-dynamic-content {
    position: absolute;
    right: 0;
    /*top: 0;*/
    z-index: 1;
    background-color: White;
    padding: 0 40px;
    margin-top: -35px;
    width: 50%;
    min-height: 459px;
    box-sizing: border-box;
}

.content-block {
    display: none;
}

.modal {
    font-family: Roboto-Regular;
}

.modal h2 {
    font-size: 18px;
    font-family: Roboto-Regular;
}

.modal h4.highlighted-text{
    color: #63c7ed;
    font-weight: bold;
}

.modal h4.highlighted-text span.color-0{
    color: #13a6d7;
}

.modal h4.highlighted-text span.color-3{
    color: #fab82b;
}

.modal h4.highlighted-text span.color-5{
    color: #0477bd;
}

.modal h4.highlighted-text span.color-8{
    color: #f37444;
}

#content-dynamic-close-button {
    background-color: #8ebdd7;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 10px;
    color: White;
    font-family: Roboto-Regular;
    text-align: center;
    line-height: 30px;
    font-size: x-large;
    cursor: pointer;
}

.content-menu-item {
    text-decoration: none;
    color:#1d1d1b;
    font-family: Roboto-Regular;
    font-size: 16px;
    margin: 0 0 4px 0;
    cursor: pointer;
}

.content-menu-item span{
    font-size: 24px;
}

.menu-1 {color: #84ceec;}
.menu-2 {color: #01a89c;}
.menu-3 {color: #0a55a1;}
.menu-4 {color: #8bbc22;}
.menu-5 {color: #e32529}
.menu-6 {color: #633288;}
.menu-7 {color: #e74e1b;}
.menu-8 {color: #283067;}
.menu-9 {color: #f7ae35;}
.menu-10 {color: #a01a5c;}
.menu-11 {color: #02a450;}

.backButtonContainer {
    /*text-align: center;*/
}
.backButtonContainer a {
    font-family: Roboto-Regular;
    color: #1d1d1b;
}


.videos-container {
    width: 100%;
    margin: 0 auto 0 auto;
}

.video-header{
    font-size: 16px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.video-element {
    width: 100%;
    /*height: 110px;*/
    float: left;
    padding: 0px 2px 0px 2px;
    box-sizing: border-box;
    cursor: pointer;
    /*margin-bottom: 5px;*/
}

.video-element-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*height: 100px;*/
    width: 100%;
}
@media only screen and (min-width: 1055px) {
    .video-element {
        height: 107px;
    }

    .video-element-inner {
        height: 90px;
    }
}
@media only screen and (max-width: 1055px) {
    .video-element {
        height: 310px;
    }

    .video-element-inner {
        height: 300px;
    }
}
.video-element h5,
.video-element_off h5 {
    color: #868887;
    font-family: HelveticaNeueLTPro-Cn;
    text-decoration: underline;
    text-align: center;
    margin: 5px 0;
}
/* Mobilon legyen fehér háttér a videok mogott*/
@media all and (max-width: 1055px) {
    .video-white-background {
        display: grid;
    }
}
.divider {
    margin-left: auto !important;
    margin-right: auto !important;
}
.divider-white, .divider-green {
    width: 27%;
}
.divider-white::before  {
    border-top-color: #fff;
    border-top-width: 1px;
    border-top-style: solid;
}
.divider-green::before  {
    border-top-color: #3999cb;
    border-top-width: 1px;
    border-top-style: solid;
}
.divider-internal {
    display: inline-block;
    width: 100%;
}
.divider::after {
    display: table;
    content: "";
}
.divider {
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    /*margin-bottom: 20px !important;*/
    height: 12px;
}
.divider:before {
    position: absolute;
    /*z-index: 10;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
}
.wideButton {
    background-color: transparent;
    padding: 5px 25px;
    margin: 10px 7px;
    text-align: center;
    text-decoration: underline;
    /*clear: both;*/
    cursor: pointer;
    font-family: "Roboto-Bold";
    border: 1px solid #fff;
    /*float: left;*/
}
.wideButton a {
    color: White;
}

/* Közösség */

.kozosseg-section {
    width: 90% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
}
.kozosseg-h2 {
    font-size: 16px;
    margin: 0;
    margin: 0 10px;
    color: #fff;
}
.kozosseg-buttons {
    width: 445px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
}
@media all and (min-width: 1055px) {
    .kozosseg-buttons {
        display: inline-block;
    }
}
@media all and (max-width: 1055px) {
    .kozosseg-buttons {
        display: inline;
    }
}
.kozosseg-buttons .pdf-content {
    float: left;
}
.kozosseg-buttons .pdf-text {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
}
.kozosseg-buttons a {
    font-size: 16px;
}

.nowButton {
    background-color: transparent;
    padding: 5px 25px;
    margin: 10px 7px;
    text-align: center;
    text-decoration: underline;
    /*clear: both;*/
    cursor: pointer;
    font-family: "Roboto-Bold";
    border: 1px solid #fff;
    /*float: left;*/
}
.nowButton a {
    color: White;
}

/* Tudnivalók */
#tudnivalok {
    display: inline-block;
}
#tudnivalok h2 {
    margin: 10px auto;
}
.tudnivalok-oszlop h3 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
}
.tudnivalok-oszlop h3.tudnivalok-interneten {
    color: #14a3d8;
}
.tudnivalok-oszlop h3.tudnivalok-levelben {
    color: #f36b37;
}
.tudnivalok-oszlop h3.tudnivalok-szemelyesen {
    color: #fabb13;
}
@media all and (max-width: 1055px) {
    .tudnivalok-vertical-separator {
        display: none;
    }
}
@media all and (min-width: 1055px) {
    .tudnivalok-vertical-separator {
        border-left-color: #222;
        border-left-width: 1px;
        border-left-style: solid;
        height: 300px;
        float: left;
        margin-top: 170px;
    }
}

.tudnivalok-oszlop {
    width: 33.2%;
}
#tudnivalok div.divider {
    max-width: 27%;
    /*margin-bottom: 20px !important;*/
}
#tudnivalok div.divider:before {
    border-top-color: #3999cb;
    border-top-width: 1px;
    border-top-style: solid;
}

#tudnivalok div.blue-box {
    max-width: 900px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: white;
    padding: 5px;
}

.blurb-element-inner p a {
    color: #225b9c !important;
}
.blurb-element {

}
.blurb-element-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 57px;
    height: 120px;
    width: 100%;
}

/* Gyakran ismételt kérdések */
/*.majus-10:before {
    content: 'MÁJUS 10. PÉNTEK';
    background-color: #e94f1d;
    padding: 3px 3px;
    margin-right: 5px;
    color: white;
}
.majus-20:before {
    content: 'MÁJUS 20. HÉTFŐ';
    background-color: #a21a5c;
    padding: 3px 3px;
    margin-right: 5px;
    color: white;
}*/
#gyik {
    padding: 20px 0px;
}
.content-gyik {
    max-width: 1010px;
    margin: 0 auto;
}

#gyik h2 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 10px;
}
#gyik div.divider {
    max-width: 20%;
    margin-bottom: 10px !important;
}
#gyik div.divider:before {
    border-top-color: #fff;
    border-top-width: 1px;
    border-top-style: solid;
}
@media all and (min-width: 980px) {
    .gyik-szoveg-center {
        padding: 15px 75px;
        text-align: center;
    }
}
@media all and (max-width: 980px) {
    .gyik-szoveg-center {
        padding: 15px 15px;
        text-align: center;
    }
}
.gyik-red-title{
    background-color: #c71617 !important;
}
.gyik-orange-title{
    background-color: #f36b37 !important;
}
.gyik-red-text{
    color: #c71617 !important;
}
.gyik-szoveg-full span.majus-10 {
    /*content: 'MÁJUS 10. PÉNTEK';*/
    background-color: #fabb13;
    padding: 3px 3px;
    margin-right: 5px;
    color: white;
}
@media all and (min-width: 980px) {
    .gyik-szoveg-full {
        padding: 15px 0px;
    }
}
@media all and (max-width: 980px) {
    .gyik-szoveg-full {
        padding: 15px 0px;
        text-align: center;
    }
}
@media all and (min-width: 980px) {
    .gyik-szoveg-full p.majus-10-p {
        padding-left: 160px;
        margin-top: -28px;
    }
}
@media all and (max-width: 980px) {
    .gyik-szoveg-full p.majus-10-p {
        padding-left: 10px;
    }
}
.gyik-szoveg-full span.majus-20 {
    /*content: 'MÁJUS 20. HÉTFŐ';*/
    background-color: #f36b37;
    padding: 3px 3px;
    margin-right: 5px;
    color: white;
}

@media all and (min-width: 980px) {
    .gyik-szoveg-full p.majus-20-p {
        padding-left: 200px;
        margin-top: -28px;
    }
}
@media all and (max-width: 980px) {
    .gyik-szoveg-full p.majus-20-p {
        padding-left: 10px;
    }
}
.gyik-szoveg h3 {
    display:inline;
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #fff;
    background-color: #0070b8;
    text-align: center;
    padding: 0px 4px;
}
.hogyan-segithet {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hogyan-segithet-kep {
    float: left;
}
.hogyan-segithet-szöveg {
    float: left;
}
/* Hogyan segíthet */
#hogyan-segithet-section {

}
#hogyan-segithet-section h2 {
    margin: 0 auto;
    padding-top: 30px
}
/* Hogyan segítünk */
#hogyan-segitunk-section {

}
#hogyan-segitunk-section h2 {
    margin: 10px auto;
}
.hogyan-segitunk-container {
    display: grid;
}
.hogyan-segitunk-container .wideButton {
    background-color: red;
}
@media only screen and (min-width: 1055px) {
    .hogyan-segitunk-columns-first-row .content-two-thirds {
        width: 64%
    }
    .hogyan-segitunk-columns-first-row .content-third {
        width: 36%;
        padding-left: 0px;
    }
    .hogyan-segitunk-columns-second-row .content-third {
        width: 42%!important;
    }
    .hogyan-segitunk-columns-second-row .wideButton {
        margin-top: 18px;
        padding: 5px 10px;
    }
    .hogyan-segitunk-columns-second-row .content-two-thirds {
        width: 58%!important;
        padding-left: 10px;
    }
}
/* Hogyan segíthet */
#hogyan-segithet-section {
    display: inline-block;
}
#hogyan-segithet .image-container {
    text-align: center;
}
.hogyan-segithet-container-felajanlas-gomb {
    background-color: red;
}
.hogyan-segithet-container-jelentkezzen-gomb {
    background-color: #74cfeb;
}
/* Online hitélet */
.online-hitelet-section {
    text-align: center;
}
#online-hitelet {
    display: inline-block;
    padding-top: 10px;
}
#online-hitelet h2 {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
}
#online-hitelet div.divider {
    max-width: 27%;
    margin-bottom: 20px !important;
}
#online-hitelet div.divider:before {
    border-top-color: #3999cb;
    border-top-width: 1px;
    border-top-style: solid;
}
.online-hitelet-text {
    padding-top: 15px;
}
.online-hitelet-text a {
    border: 1px #1e457e solid;
    padding: 5px 15px;
    background-color: #1e457e;
    color: white;
    display: inline-block;
}
/* Tevékenységeink */
.tevekenysegeink-section {
    text-align: center;
}
#tevekenysegeink {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 25px;
}
#tevekenysegeink h2 {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
}
#tevekenysegeink div.divider {
    max-width: 27%;
    margin-bottom: 20px !important;
}
#tevekenysegeink div.divider:before {
    border-top-color: #3999cb;
    border-top-width: 1px;
    border-top-style: solid;
}
.technikai-img-bubi {
    margin: 0 auto 10px auto;
    display: flex;
}
.technikai-img-bubi img {
    margin: 0 auto;
}
@media all and (min-width: 1055px) {
    .technikai-img-bubi {
        float: right;
        margin-top: -80px;
    }
}
@media all and (max-width: 1055px) {
    .technikai-img-bubi {
        float: none;
    }

}
.tevekenysegeink-row {
    overflow: hidden;
}
.tevekenysegeink-row div.content-third {
    padding: 0 0;
}

@media all and (max-width: 1055px) {
    .tevekenysegeink-row div.content-third {
        padding: 10px 0px !important;
    }
}
@media all and (min-width: 1055px) and (max-width: 1405px) {
    .tevekenysegeink-row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tevekenysegeink-row div.content-third {
        width: 307px;
    }
}

@media only screen and (min-width: 1405px) {
    .tevekenysegeink-row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tevekenysegeink-row div.content-third {
        width: 307px;
    }
}
.modal div.item img {
    width: 100%;
}

/* Kapcsolat */
.kapcsolat-section {
    /*display: inline-block;*/
}
#kapcsolat {
    display: grid;
}
@media all and (max-width: 1055px) {
    .kapcsolat-columns .content-half {
        text-align: center;
    }
}

#kapcsolat h2 {
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 10px;
}
#kapcsolat div.divider {
    width: 19%;
    margin-bottom: 5px !important;
}
#kapcsolat div.divider:before {
    border-top-color: #3999cb;
    border-top-width: 1px;
    border-top-style: solid;
}
.kapcsolat-facebook a {
    color: #222;
    font-weight: 700;
}
#cf {
    position:relative;
    height:168px;
    max-width:300px;
    margin:0 auto;
    margin-bottom: 5px;
}

#cf img {
    position:absolute;
    left:0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
    opacity:0;
}
.modal a.close-modal {
    top: -10px !important;
    right: -10px !important;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background: #900;
    /*border: 2px solid #fff;*/
    -webkit-border-radius:  26px;
    -moz-border-radius:     26px;
    -o-border-radius:       26px;
    -ms-border-radius:      26px;
    -moz-box-shadow:    1px 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    box-shadow:         1px 1px 5px rgba(0,0,0,0.5);
}

/* Kapcsolat */
.kapcsolat-right img {
    max-width: 385px;
}
.kapcsolat-right a {
    padding-left: 15%;
    color: #222;
    font-weight: 700;
}

footer {
    /*width: 100%;*/
    height: 50px;
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    font-family: Roboto-Regular;
    color: White;
    line-height: 50px;
    z-index: 5;
    background-color: #13a6d7;
}

.footer-content {
    /*max-width: 1024px;*/
    margin: 0 auto 0 auto;
}

.footer-text {
    text-align: center;
}

.footer-menu {
    float: right;
}

footer a{
    color: white;
    text-decoration: none;
    border-right: solid 1px white;
    padding: 0 10px 0 5px;
    letter-spacing: 0.5px;
}

footer a:last-child{
    border-right: 0;
}


/* ** */

/* Reszponziv */
.responsive {
    width: 100%;
    height: auto;
}
.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* YouTube video enbed */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 10px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe a.ytp-impression-link {
    display: none !important;
}
.links-container .pdf-content {
    font-weight: 700;
}
@media only screen and (min-width: 1055px) {
    /*    .top-img {
            margin-top: 0;
        }
        .top-img-left, .top-img-right {
            width: 100%;
        }*/
    #kapcsolat {
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .kapcsolat-left {
        text-align: right;
        padding: 10px 15px;
    }
    .kapcsolat-right {
        padding: 10px 15px;
        text-align: left;
    }


    .top-img-left {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
    }
    .top-menu{
        float: left;
    }

    .main-nav a{
        display:inline-block;
        padding:4px;
    }

    .technikai-img {
        float: left;
        /*width: 100%;*/
        height: auto;
    }

    .links-container {
        float: left;
        width: 185px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .pdf-content{
        font-size: 12px;
        float: left;
    }
    .pdf-text{
        line-height: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 1055px) {
    .content-third {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }
    .content-two-thirds {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }
    .top-img {
        margin-top: 0;
    }
    .top-img-left, .top-img-right, .top-img-right-2 {
        width: 100%;
        text-align: center;
    }
    .top-img-right-2 {
        margin-top: 10px;
    }
    .links-container {
        width: 100%;
        margin-left: 0;
    }
    .technikai-img {
        margin: 0 auto 10px auto;
        display: block;
        float: none;
    }
    .pdf-content {
        float: none !important;
        margin-left: 0 !important;
        padding-top: 5px;
        text-align: center;
    }
    .pdf-text {
        line-height: 40px;
        padding-left: 10px;
        padding-right: 10px;

    }
    .content-top-video-left, .content-top-video-right {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .content-top-video-right {
        padding: 25px 0;
    }
}
@media only screen and (max-width: 900px) {
    .pdf-text{
        /* line-height: 25px; */
    }
    footer {
        height: auto;
    }
    .footer-text, .footer-menu {
        float: none;
        text-align: center;
    }

    .content-menu-item {
        border-left-width: 45px;
        padding-left: 40px;
    }

    .content-right{
        border-left-width: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .modal-image {
        /*width: 120%;*/
        /*margin-left: -20px;*/
    }
    .top-img-left, .top-img-right{
        width:100% !important;
    }
    .top-img-right{
        margin-top: 20px;
        float:left!important;
        padding: 0;

    }
    .full-width{
        width: 100%;
        margin-bottom: 15px;
    }
    .blue{
        font-size: 45px;
    }

    .content-half{
        float: none;
        width: 100%;
        margin-top: 0;
        padding: 25px 0;
    }

    .content-menu-item {
        border-left-width: 0px;
        padding-left: 0px;
    }

    #content-dynamic-content {
        top: inherit;
        padding: 10px;
        margin-top: 0px;
        width: 100%;
        min-height: 440px;
        display:none;
        z-index: 3;
    }

    #content-dynamic-close-button {
        left: inherit;
        top: 20px;
        right: 0;
    }

    .videos-container {
        width: 100%;
        margin: 0px;
    }

    .video-element,
    .video-element_off {
        width: 100%;
        height: auto;
        float: none;
        display: inline;
    }

    .video-element-inner {
        height: 200px;
    }

    footer {
        position: inherit;
    }

    .content-menu-item span {
        font-size: inherit;
    }

    .content-full {
        width: 100%;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .content-right {
        text-transform: uppercase;
    }

    .video-element h5,
    .video-element_off h5 {
        font-size: 1em!important
    }

    #content-dynamic-close-button {
        line-height: 38px;
    }
}
@media only screen and (max-width: 800px) {
    .content-half{
        float: none;
        width: 100%;
        margin-top: 0;
        padding: 25px 0;
    }
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

