@import url(https://fonts.googleapis.com/css?family=Markazi+Text);

@font-face {
    font-family: customlight;
    font-weight: 300;
    src: url(fonts/AvenirNextLTPro-Medium.otf);
}
@font-face {
    font-family: custombold;
    src: url(fonts/AvenirNextLTPro-Bold.otf);
}

html, body {
    margin:0;
    padding:0;
    font-family: 'Markazi Text', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

body {
    min-height: 100vh;
}

#wrapper {
    display: flex;
    margin:0 auto;
    background-color:#ffffff;
    /*background-image: url("img/bg.jpg");*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
#wrapper > * {
    box-sizing: border-box;
}
header {
    background-color: #556EE6;
}
.layout1 {
    height:100%;
    min-height: 100vh;
    flex-direction: column;
}
.layout1 header {
    flex-basis:40px;
    flex-grow:0;
    flex-shrink:0;
    padding:16px 128px;
}
.headerLogo {
    height:48px;
}
.headerKeszitok {
    float:right;
    height:45px;
}
.headerKeszitokFooter {
    display:none;
    margin:10px auto 0 auto;

}

.layout1 .mainSection {
    flex-grow:1;
    flex-shrink:0;
    display: flex;
    flex-direction: row;
}

.layout1 main {
    flex-grow: 1;
    /*margin:128px;*/
}

footer {
    background: #556EE6;
    color:#ffffff;
    font-size:20px;
    text-align:center;
    padding:1em;
    /*height:80px;*/
}

footer UL {
    padding: 0;
    margin: 10px 0 0 0;
}

footer UL LI {
    display: inline-block;
    margin:0 10px;
}
footer UL LI A, footer UL LI A:hover, footer UL LI A:visited {
    color:#ffffff;
}

a {
    text-decoration:none;
}
a:hover, a:visited {
    text-decoration:underline;
}

.box {
    /*background-color: rgba(0, 0, 0, 0.75);*/
    padding:20px 40px;
    /*color:white;*/
    font-size: 20px;
    line-height: 24px;
}
H2 {
    text-transform:uppercase;
    font-family: custombold;
}
.btn {
    background-color: #00B581;
    /*background-image: url(img/arrow.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: right center;*/
    /*background-size: 22px;*/
    border: none;
    color: white;
    padding: 16px 16px 12px 16px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 0;
    cursor: pointer;
    /*width:170px;*/
    font-family: custombold;
}

A.btn:hover, A.btn:visited {
    color:#ffffff;
}
.btnContainer {
    margin:30px 0 0 0;
}

.btnContainer .btn:nth-child(2) {
    margin-left:50px;
}

.image_main {
    background-image: url('/img/banner_main.png');
}
.imageFluid {
    width:100%;
}

.do {
    display:block;
}
.mo {
    display:none;
}

.aCenter {
    text-align:center;
}

.container {
    max-width:1200px;
    margin:0 auto;
}

.thankyouimage {
    max-height: 500px;margin: 0 auto;max-width: 100%;display: block;
}

.eupopup-container {
    font-family: customlight;
}


@media only screen and (max-width: 799px) {
    html {
        font-size:16px;
    }

    .layout1 header {
        padding: 16px 20px 16px 20px;
    }

    .layout1 main {
        margin: 0px;
    }

    .do {
        display:none;
    }
    .mo {
        display:block;
    }

    .box {
        padding:20px;
    }

}

@media only screen and (max-width: 559px) {
    .btnContainer .btn:nth-child(2) {
        margin-left:0px;
        margin-top: 30px;
        display: block;
    }

    .do {
        display:none;
    }
    .mo {
        display:block;
    }

    .box {
        padding:20px;
    }

    .headerLogo {
        /*height:45px;*/
    }

    .headerKeszitok {
        display: none;
    }

    .headerKeszitokFooter {
        display: block;
    }
}