﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    /*background:url("Images/bg.png");*/
    background-color: #13367a;
}

.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
    padding-top:20px;
    color: white;
    min-width: 100%;
    background: rgb(2,0,36);
    background: -moz-radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 51%, rgba(0,212,255,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 51%, rgba(0,212,255,1) 100%);
    background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 51%, rgba(0,212,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
    background-position-y:-340px;
}

/*@media (max-width: 765px) {

    .body-content {
        background: rgb(9,9,121);
        background: -moz-linear-gradient(180deg, rgba(9,9,121,1) 23%, rgba(0,212,255,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(9,9,121,1) 23%, rgba(0,212,255,1) 100%);
        background: linear-gradient(180deg, rgba(9,9,121,1) 23%, rgba(0,212,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090979",endColorstr="#00d4ff",GradientType=1);
    }
}*/


/*.head-top {
    position: relative;
    background: url("Images/head-bg-layer2.png")
    /*outline:2px solid red;
}*/

    .head-top::after {
        content: "";
        background: url("Images/head-bg.png");
        opacity: 0.1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 3;
    }
.head-layer2{
    z-index:4;
}*/
.dl-horizontal dt {
    white-space: normal;
}

footer {
    background-color: rgb(19, 54, 122);
    min-height: 300px;
    padding: 5px;
    color:white;
    margin-top:1em;
}

input,
select,
textarea {
    max-width: 280px;
}

.icon-small {
    height: 18px;
    margin: 0;
    padding: 0;
}

.icon-medium {
    height: 22px;
    margin: 0;
    padding: 0;
}

.topmenu-content {
    background: url("../../../Content/Images/header_bg.gif");
    max-height: 50px;
}

.topmenu-logo {
    margin: 0;
    padding: 0;
}

    .topmenu-logo img {
        height: 45px;
    }

.jumbotron-2 {
    text-align: center;
    /*background-color: rgba(255, 255, 255, 0.09);*/
    /*background-color: #13367a;*/
    color: white;
    padding-bottom: 5px;
    margin-bottom: 0;
    width: 100%;
}

.year-crest {
    max-height: 90px;
}

@media (max-width: 576px) {
    .jumbotron-2 {
        margin-top: 30px;
    }

    .lead-2 {
        font-size: small;
        white-space: nowrap
    }

    .year-crest {
        max-width:67px;
        max-height:67px;
        margin-bottom:0;
        margin-top:5px;
    }


    .jumbotron-2 {
        height: 125px;
    }
    
}

.jumbotron-2 a {
    color: #f3d5a0 !important;
}

.container-2 {
    background-color: aliceblue;
    padding-top: 5px;
}

.box-container-3 > a {
    min-width: 300px;
    margin: 0;
    text-align: center;
    color: black;
    text-decoration: none;
    /*background-color:#ff6a00;*/
}

    .box-container-3 > a > img {
        width: 100%;
    }

    .box-container-3 > a > h4 {
        height: 2em;
        margin-bottom: 15px;
    }

.fejlec-container {
    width: 90%;
    /*margin: auto;*/
    padding-top: 25px;
    /*outline: 1px solid red;*/
}

    .fejlec-container > div {
        display: inline-block;
        text-align: center;
        padding: 0;
        margin: 0;
        /*outline: 1px solid red;*/
        height: 90px;
    }

.fejlec-feliratok {
    height: 100%;
    line-height: 1.4em;
    position: relative;
    padding-top: 5px;
}

.fejlec-feliratok-top{
    padding:0;
    height:40px;
    font-size:1em;
    line-height:.1em;
    margin-top:-10px;
}

    .fejlec-feliratok-top .kiemelt{
        font-weight: bolder;
        font-size:smaller;
    }

    .fejlec-feliratok-top .cim {
        font-size: .6em;
    }

    .fejlec-feliratok-top .contact {
        font-size: .6em;
        line-height:1em;
        margin-top:-.7em;
    }
    .vertical-center {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media (max-width: 1000px) {

    .fejlec-feliratok {
        /*font-size:.4em!important;*/
        line-height: 1.5em;

    }

    .vertical-center {
        position: relative;
    }

    
}

@media (max-width: 576px) {

    .fejlec-container{
        padding-top:10px;
        margin-bottom:-35px;
    }

    .fejlec-container > div {
        height: 90px;
        margin-top: 0;
    }
}

.dot {
    height: 70px;
    width: 70px;
    /*border: 2px solid white;*/
    /*background:rgba(255, 255, 255, 0.60);*/
    border-radius: 10px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 45px -15px rgba(255,255,255,0.80);
    -moz-box-shadow: 0px 0px 45px -15px rgba(255,255,255,0.80);
    box-shadow: 0px 0px 45px -15px rgba(255,255,255,0.80);
    background-color: #073f9d;
    border-left: 1px solid #6c7fa4;
    border-top: 1px solid #6c7fa4;
    border-right: 1px solid #446095;
    border-bottom: 1px solid #446095;
    /*border: 1px solid #6c7fa4;*/
    color: #fff9f0;
    line-height: 15px;
}

    .dot > span {
        display: block;
        padding: 0;
        margin: 0;
        margin-bottom:10px;
        font-size: 1.5em;
        line-height: 1px;
        /*border-bottom:1px solid #f3d5a0;*/
    }


.onsale-holder, .center-holder {
    position: relative;
    overflow: hidden;
}

.onsale-body {
    position: absolute;
    width:100%;
    height:100%;
    /*outline:1px solid red;*/
    top:30%;
    
}
    .onsale-body > img {
        max-width: 100%;
        height: auto;
    }

    .onsale-body > p {
        font-size:200%;
        color:white;
        background-color:rgb(0 17 50 / 0.55);
    }

    .fejlec-feliratok .center-logo {
        max-width: 200px;
    }

.project-logo-holder {
    height: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1e4099;
    /*transform: translate(-50%, -12px);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(25,25,25,.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(25,25,25,.9) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(25,25,25,.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#191919',GradientType=0 );*/
}

.project-logo-holder > img{
    position:relative;
    height:60px;
}
.center-holder-body {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 35%;
    /*animation-name: centerbody-anim;*/
    /*animation-duration: 3s;*/
    animation: centerbody-anim1 ease-in-out 5s infinite;
    animation-delay: 2s;
}

@keyframes centerbody-anim {
    from {
        width: 80%;
        left:15%;
    }

    to {
        width:100%;
        left:0;
    }

}

@keyframes centerbody-anim1 {
    0% {
        width: 80%;
        left: 15%;
    }
    20% {
        width: 100%;
        left: 0;
    }
    80% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 80%;
        left: 15%;
    }
}

.display-5 {
    display: inline-block;
    /*margin-top:2em;*/
    font-size: 2em;
    font-weight: 300;
    /*line-height: 5em;*/
}

.startFotoContainer{
    padding-top:1em;
}
.startFotoContainer > a {
    /*display: inline-block;*/
    margin-bottom: 1em;
}
.startFotoContainer .card-body {
    text-transform: uppercase;
    font-size:120%;
    /*outline:1px solid red;*/
}

.card-body-project-logo{
    position:relative;
    /*background-color:#13367a;*/
    max-height:70px;
    padding:.3em;
}

    .card-body-project-logo > img{
        position:relative;
        height:60px;
        margin:0;
        background-color:#13367a;
    }


    .footer-box {
        -webkit-box-shadow: 0px 0px 45px -15px rgba(255,255,255,0.80);
        -moz-box-shadow: 0px 0px 45px -15px rgba(255,255,255,0.80);
        box-shadow: 0px 0px 45px -15px rgba(255,255,255,0.80);
        background-color: #13367a;
        border-radius: 2em;
        border-left: 1px solid #6c7fa4;
        border-top: 1px solid #6c7fa4;
        border-right: 1px solid #446095;
        border-bottom: 1px solid #446095;
        padding: 1em;
        border-radius: 5px;
        color: white;
    }

    .footer-box a {
        color: white;
    }

#multi-carousel-1{
    
    margin-top:2em;
    margin-bottom:3em;
}
.carousel-multi-item .controls-top .btn-floating {
    background: #4285f4;
}
a.waves-effect, a.waves-light {
    display: inline-block;
}
.btn-floating {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
}
    .btn-floating i {
        font-size: 1.25rem;
        line-height: 47px;
        display: inline-block;
        width: inherit;
        text-align: center;
        color: #fff;
    }
.btn-floating, .card .card-reveal .card-title, .card-wrapper .card-rotating .card-title {
    cursor: pointer;
}

.btn-floating, .card-wrapper .card-up img, .picker .picker__box, .product-table td, .switch label .lever, table.table.btn-table td {
    vertical-align: middle;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
}

.carousel-multi-item .controls-top {
    text-align: center;
    margin-bottom: 1.88rem;
    font-weight: 300;
}

.carousel-multi-item .carousel-indicators li {
    height: 1.25rem;
    width: 1.25rem;
    max-width: 1.25rem;
    background-color: #4285f4;
    margin-bottom: -3.75rem;
}
.carousel-multi-item .carousel-indicators .active {
    height: 1.56rem;
    width: 1.56rem;
    max-width: 1.56rem;
    background-color: #4285f4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background-color: #0000FF;*/ /* Kék szín */
    padding: 10px;
}

    .header .left,
    .header .right {
        flex: 1;
        text-align: center;
    }

    .header .center {
        flex: 2; /* Nagyobb terület a középső résznek */
        text-align: center;
    }

    .header img {
        max-width: 100%;
        height: auto;
    }