/* Fonts */
/*@font-face {
    font-family: 'cavorting';
    src: url('../fonts/cavorting-webfont.eot');
    src: url('../fonts/cavorting-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cavorting-webfont.woff2') format('woff2'),
         url('../fonts/cavorting-webfont.woff') format('woff'),
         url('../fonts/cavorting-webfont.ttf') format('truetype'),
         url('../fonts/cavorting-webfont.svg#cavortingregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* Basic Settings */

html, body {
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 18px;
    line-height: 22px;
    color: #353535;
}

*, *:before, *:after {
    box-sizing: inherit;
}

a:focus, a:hover {
    color: #6bc9c5;
    text-decoration: none;
}

.button {
    width: auto !important;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    padding: 0 15px;
    padding-bottom: 4px;
    border: none !important;
    font-family: Roboto Slab;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
    height: 54px;
    line-height: 50px;
    letter-spacing:1px;
}

.button:hover {
    color: #ffffff;
}

.button-blue {
    float: right;
    background-color: #81b4b7 !important;
    box-shadow: 0 -5px 0 0 #739ea5 inset;
}

.button-purple {
    background-color: #a6879c !important;
    box-shadow: 0 -5px 0 0 #857a8a inset;
    margin-top: 30px;
    margin-bottom: 120px;
}

.button:focus {
    color: #ffffff;
}

.button:active {
    box-shadow: none;
    padding-bottom: 0;
    line-height: 54px;
    color: #ffffff;
}

.animhidden {
    opacity: 0;
}

.animshow {
    opacity: 1;
}

section {
    overflow: hidden;
}

:lang(de_it) h1 { 

}

:lang(de_en) h1 { 

}

h1 {
    font-size: 44px;
    color: #6bc9c5;
    font-family: Roboto Slab;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

h1 .de_en{
    line-height:48px;
    font-size:36px;
}

h2 {
    font-size: 31px;
    color: #6bc9c5;
    font-family: Roboto Slab;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: 0;
}

h2 .de_en{
    font-size:29px;
}

h3 {
    color: #81b4b7;
    font-family: Roboto Slab;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0;
}

.border {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bcbec0;
    margin-top: 25px;
}

.noborder {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 25px;
}

/* Header */
body {
    position: relative;
    background: #f2f2f2;
    background: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
}

header {
    background: rgba(255, 255, 255, 0.9);
    line-height: 60px;
    color: #828283;
    font-size: 22px;
    position: absolute;
    top: 0;
    width: 100%;
}

header .brand {
    font-size: 22px;
    color: inherit;
    text-decoration: none;
}

header .brandname {
    text-transform: uppercase;
    font-family: Roboto Slab;
    font-weight: bold;
    letter-spacing: 1px;
}

header nav {
    float: right;
}

.nav>li>a{
    padding:10px 10px;
}

header nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header nav ul li {
    float: left;
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    //font-weight: bold;
}

.navbar-brand {
    padding: 0 15px;
    height: 60px;
}

.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand:focus {
    color: #a6879c;
}

nav li a {
    color: inherit;
    text-decoration: none;
    font-family: Roboto Slab;
    display: block;
    font-size: 15px;
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

nav span.menu-item {
    position: relative;
    top: -4px;
}

nav span.ion {
    font-size: 24px;
    margin-right: 5px;
    line-height: 60px;
}

nav a:hover svg .st0, nav li.active svg .st0 {
    fill: #6bc9c5;
}

nav span.ion svg {
    width: 20px;
    height: 20px;
}

.navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
}

.navbar-brand {
    font-size: 22px;
    color: #353535;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #353535;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #828283;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #6bc9c5;
    //font-weight: bold;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #6bc9c5;
    //font-weight: bold;
}

/* Sections defaults */

section > div:first-child {
    padding-top: 20px;
}

section#kapcsolat > div:last-child .container {
    padding-bottom: 50px;
}

.section-header-img {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.section-header {
    display: inline-block;
    font-family: Roboto Slab;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    color: #6e6f71;
    font-size: 42px;
    line-height: 42px;
}

/* Banner */
section#banner {
    padding-top: 60px;

    /*background-image: url(../img/header-top.png);*/
    background-repeat: no-repeat;
    background-position: top center;
}

.banner-img-left {
    float: left;
    margin-right: 15px;
}

.banner-modszer .col-md-3 {
    margin-top: 30px;
    overflow: hidden;
}

.timea-img {
    -webkit-filter: drop-shadow(2px 3px 8px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(2px 3px 8px rgba(0, 0, 0, 0.16));
}

#hello {
    padding-top: 100px;
    margin-bottom: 10px;
}

/* Szintek */
.szintek-body {
    position: relative;
}

#szintekslider{
    padding-bottom:0 !important;
}

#szintekslider .szintekslidetable {
    display: table;
    width: 50%;
}

#szintekslider .szintekslidetablehelper {
    height: 430px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#szintekslider .container {
    padding-bottom: 0;
}

.about-text h1 {
    font-family: Roboto Slab;
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 5px;
}

.about-text p {
    font-size: 18px;
    color: #ffffff;
}

.about-text {
    padding-right: 30px;
}

.szintek::after{
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Árak */
section#arak {
    overflow: hidden;
}

.arak-abra {
    text-align: center;
    margin-top: 35px;
}

.arak-abra svg {
    width: 270px;
    max-width: 100%;
}

.arak-body .container {
    padding-bottom: 0px !important;
}

/* Magamrol */

.magamrol-body .row {
    padding-top: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .8s ease, padding-top .8s ease;
}

.magamrol-body .row.open {
    padding-top: 20px;
    max-height: 650px;
}

.magamrol-header {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}

.olaszora{
    color:#333;
}

.olaszora p{
    line-height:60px;
}

.olaszora img{
    margin-left:20px;
}

@media screen and (max-width:450px){
    .olaszora p{
        text-align:center;
        font-size:12px;
    }

    .olaszora p strong{
        display: block;
        width: 100%;
        line-height: 20px;
    }

    .olaszora img{
        margin-left:0;
    }
}

/* Referenciák */

.referenciak-body {
    color: #ffffff;
    position: relative;
}

.referenciak-body .container {
    padding: 20px 15px;
}

#referslider .lslide{
    padding:0 95px;
}

#referslider .lslide .container{
    width:auto;
    max-width:1170px;
}

#referslider .referslidetable {
    display: table;
}

#referslider .referslidetablehelper {
    height: 430px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
    background-position: center 350px;
}

.referer {
    font-family: Roboto Slab;
    font-weight: bold;
}

.idezo {
    opacity: 0.5;
    position: absolute;
    top: 30px;
    left: 0px;
}

.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0.7;
    transition: opacity .3s ease;
}

.slider-prev:hover, .slider-next:hover {
    opacity: 1;
}

.slider-prev {
    left: 35px;
}

.slider-next {
    right: 35px;
}

/* Kapcsolat */

.kapcsolat-body input, .kapcsolat-body textarea {
    width: 100%;
    border: 1px solid #d8d8d8;
    background: #FFFFFF;
    font-size: 18px;
}

.kapcsolat-body input {
    height: 54px;
    margin-bottom: 15px;
    padding-left: 15px;
}

.kapcsolat-body textarea {
    height: 123px;
    margin-bottom: 15px;
    padding: 15px;
    resize: none;
}

/* Footer */
footer {
    padding: 32px 0;
    background: #c3d5dc;
}

footer .navbar-brand{
    line-height: 34px;
    height:auto !important;
    color: #83959e;
    text-transform:uppercase;
    font-weight:bold;
    font-family: "Roboto Slab";
}

#backtotop{
    display:block;
    line-height:60px;
}

#backtotop img{
    max-width:100%;
}

/* Responsive */

@media screen and (min-width:1200px){
    footer .navbar-brand{
        margin-left:-15px;
    }
}

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

    .nav>li>a{
        padding: 10px 6px;
        padding-top: 0;
        padding-bottom: 0;
    }

    footer{
        padding: 25px 0;
    }

    #hello {
        padding-top: 80px;
    }

    .navbar-brand {
        padding: 0;
    }

    body {
        font-size: 17px;
        line-height: 20px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    .section-header-img {
        margin-right: 10px;
    }

    .section-header-img img {
        width: 46px;
    }

    .section-header {
        font-size: 40px;
    }

    .arak-abra svg {
        width: 220px;
    }

    .banner-modszer h3 {
        font-size: 17px;
    }

    .banner-img-left img {
        width: 48px;
    }

    #referslider .lslide{
        padding:0;
    }

    #referslider .referslidetablehelper {
        padding: 0 85px;
        background-position: center 378px;
    }

    #szintekslider .szintekslidetable {
        width: 100%;
        padding: 0 80px;

    }

    .idezo {
        left: 80px;
        width: 50px;
        top: 10px;
    }

    #szintekslider li > div:after {
        display: none;
    }

    section#szintek > div:last-child .container {
        padding-bottom: 0;
    }

}

@media screen and (max-width: 991px) {
    .navbar-right {
        float: left !important;
    }

    section#banner {
        padding-top: 120px;
        background-position: top right -660px;
    }

    .kapcsolat-body textarea {
        height: 175px;
    }

}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 18px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 16px;
        line-height: 24px;
    }

    h3, .banner-modszer h3 {
        font-size: 14px;
    }

    #hello {
        padding-top: 40px;
    }

    .banner-modszer h3 {
        text-align: center;
    }

    .arak-abra svg {
        width: 130px;
    }

    .banner-img-left {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 10px;
        float: none;
    }

    .banner-img-left img {
        width: 32px;
    }

    section#banner {
        padding-top: 60px;
    }

    .navbar-toggle {
        margin-top: 15px;
        border: none;
    }

    .nav > li {
        width: 100%;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }

    .section-header {
        font-size: 22px;
    }

    .section-header-img {
        top: -4px;
        margin-right: 3px;
    }

    .section-header-img img {
        width: 32px;
    }

    .button {
        font-size: 14px;
        height: 45px;
        line-height: 41px;
    }

    .button:active {
        line-height: 45px;
    }

    .kapcsolat-body input {
        height: 42px;
    }

    .kapcsolat-body input, .kapcsolat-body textarea {
        font-size: 16px;
    }

    .slider-prev img, .slider-next img {
        width: 35px;
    }

    .slider-prev {
        left: 5px;
    }

    .slider-next {
        right: 5px;
    }

    #referslider .referslidetablehelper, #szintekslider .szintekslidetable {
        padding: 20px 35px;
    }

    #referslider .referslidetablehelper {
        height: auto;
        padding-bottom: 40px;
        padding-top: 40px;
        background-position: center bottom 0px;
        background-size: 150px;
    }

    #szintekslider .szintekslidetablehelper {
        height: 300px;
        height: auto;
    }

    .about-text h1 {
        font-size: 20px;
    }

    .about-text p {
        font-size: 14px;
    }

    .idezo {
        left: 5px;
        width: 25px;
        top: 0px;
    }

    section > div:first-child {
        padding-top: 8px;
    }

    .border {
        margin-top: 8px;
    }

    .noborder {
        margin-top: 8px;
    }

    .magamrol-body .row.open {
        padding-top: 8px;
    }

    section#kapcsolat > div:last-child .container {
        padding-bottom: 20px;
    }

    section > div:last-child .container {
    / / padding-bottom: 20 px;
    }

    .arak-abra {
        padding-bottom: 20px;
    }

    .timea-img {
        width: 160px;
    }

    .button-purple {
        margin-bottom: 60px;
    }

    .navbar {
        min-height: 45px;
    }

    .navbar-brand {
        height: 45px;
        font-size: 18px;

    }

    footer .navbar-brand{
        line-height:30px;
        width:100%;
        text-align:center;
    }

    nav span.ion {
        line-height: 45px;
    }

    .navbar-toggle {
        margin-bottom: 0;
        margin-top: 8px;
    }

    nav span.ion {
        font-size: 20px;
    }

    section#banner {
        /*background-image: url(../img/header-top-mob.png);*/
        background-position: top right;
    }

    #banner::before {
        content: '';
        display: block;
        position: absolute;
        background: #ececec;
        height: 365px;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }

    .section-header {
        top: 0;
    }

    footer{
        padding:10px 0;
        padding-bottom:20px;
    }

    #backtotop{
        line-height:45px;
        text-align:center;
        margin-bottom:20px;
    }

    #backtotop img{
        height:40px;
    }

    .nav > li > a{
        padding-left: 15px;
    }

}

@media screen and (max-width: 499px) {
    #szintekslider .szintekslidetablehelper {
        //height: 500px;
    }
}

@media screen and (max-width: 360px) {
    section#banner {
        background-position: top right -30px;
    }
}