/* cmsms stylesheet: OtletApp_General-CSS modified: 2023. április 27., csütörtök 22:07:43 */
:root {
    --default-color: #8FA1FF;
    --default-text-color: #8D8D8D;
}

html, body {
    height: 100%;
}


body {
    /* background-color: #F0F2F8; */
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: var(--default-text-color);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}

.body-div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(https://otletapp.zalaszamteszt.hu/uploads/images/body-bcg.jpg);
    background-position: center;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4em;
    color: #64676a;
}

h1 {
    font-family: 'Pacifico', cursive;
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h1.designes, h2.designes, h3.designes, h4.designes, h5.designes {
    font-family: 'Pacifico', cursive;
}

h3 {
    font-size: 1.75em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

a {
    color: var(--default-color);
    cursor: pointer;
    text-decoration: none;
    display: block;
}

b, strong {
    font-weight: 700;
}

.default-gradient, .btn.btn-primary {
    background: rgb(143,161,255);
    background: -moz-linear-gradient(0deg, rgba(143,161,255,1) 0%, rgba(88,104,189,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(143,161,255,1) 0%, rgba(88,104,189,1) 100%);
    background: linear-gradient(0deg, rgba(143,161,255,1) 0%, rgba(88,104,189,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8fa1ff",endColorstr="#5868bd",GradientType=1);
    border: none;
}

.shadow {
    -webkit-box-shadow: 0px 0px 37px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 37px 5px rgba(0,0,0,0.1);
}

.btn {
    --bs-btn-padding-x: 1.3em;
    --bs-btn-padding-y: 0.35em;
    --bs-btn-border-radius: 2em;
    font-family: 'Pacifico', cursive;
    font-size: 1.05em;
}

.btn-white, .btn-white:hover {
    color: var(--default-color);
    background: #fff;
}

.btn-white:hover {
    opacity: 0.75;
}

.btn-primary {
    background: rgb(143,161,255);
    background: -moz-linear-gradient(0deg, rgba(143,161,255,1) 0%, rgba(88,104,189,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(143,161,255,1) 0%, rgba(88,104,189,1) 100%);
    background: linear-gradient(0deg, rgba(143,161,255,1) 0%, rgba(88,104,189,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8fa1ff",endColorstr="#5868bd",GradientType=1);
    color: #fff;
}

.btn-primary:hover {
    background: rgb(143,161,255);
    background: -moz-linear-gradient(0deg, rgba(143,161,255,1) 100%, rgba(88,104,189,1) 0%);
    background: -webkit-linear-gradient(0deg, rgba(143,161,255,1) 100%, rgba(88,104,189,1) 0%);
    background: linear-gradient(0deg, rgba(143,161,255,1) 100%, rgba(88,104,189,1) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5868bd",endColorstr="#8fa1ff",GradientType=1);
}

header {
    color: #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

header a {
    text-decoration: none;
    color: #fff;
}

header h1 {
    margin-bottom: 0;
}

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

nav {
    font-weight: 400;
}

nav > ul {
    display: flex;
    transition: all .20s ease-in;
}

nav > ul > li {
    text-transform: uppercase;
    font-weight: 500;
}

nav a {
    margin: 0 0.2em;
    padding: 0.5em 0.5em;
}

#mobileMenuOpen, #mobileMenuClose, .menu-fade {
    display: none;
    transition: all .20s ease-in;
}

#goApp i {
    margin-right: 0.6em;
}

.logo {
    width: 40%;
    max-width: 180px;
}

.logo img {
    width: 100%;
    height: auto;
}

header, content, section, footer {
    width: 100%;
}

content {
    flex: 1;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

#content {
    flex: 1;
}

section {
    background-color: #F0F2F8;
}

section:not(.slide) {
   padding: 3em 0;
}

section.title-row {
   background: url("https://otletapp.zalaszamteszt.hu/uploads/images/sqr_bcg.jpg");
   background-size: cover;
   background-position: center;
   padding-top: calc(3em + 80px);
   z-index: 1;
}

section.title-row h1  {
   margin: 0;
}

.white-text {
    color: #fff;
}

section.grey-section {
    background-color: #d6d9e3;
}

section.no-bcg {
    background-color: transparent;
    padding: 6em 0;
}

.slide {
    font-size: 1.2em;
}

.carousel-item {
    height: 60vh;
    color: #fff;
    font-weight: 400;
}

.carousel-item img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.carousel-item .decor-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    background-color: #222b5a;
}

.slide h1, .slide h2, .slide h3, .slide h4, .slide h5, .slide h6 {
    color: #fff;
    font-family: 'Pacifico', cursive;
}

iframe {
    width: 100%;
    height: 70vh;
    background-color: #fff;
}

#loginform, .cms_form, .cms_form > div {
    width: 100%;
}

.form-label {
    font-weight: 500;
    margin: 0 0 0 1rem;
    width: calc(100% - 1rem);
    font-size: 0.95em;
}

input[type="text"], input[type="email"], input[type="password"], select, textarea, .form-control {
    border-radius: 1.5em;
    border: 2px solid rgba(88,104,189,0.5);
    width: calc(100% - 0.5em);
    background-color: rgba(88,104,189,0.1);
    margin: 0.25em;
    color: #666;
    font-weight: 400;
}

legend {
    text-align: center;
}

input[type="checkbox"] {
    margin-left: 1rem;
    width: 20px;
    height: 20px;
}

.form-adatkezelesi-szoveg {
    margin-left: calc(1rem + 28px);
    font-weight: 500;
}

.hibas-mezo-uzenet {
    font-size: 0.8em;
    margin-left: 1rem;
    color: var(--bs-red);
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

.g-recaptcha iframe {
    width: auto;
    height: auto;
    background-color: transparent;
}

.oa-rounded {
    border-radius: 2em;
}

.text-shadow {
    text-shadow: 0px 0px 15px rgba(0,0,0,0.41);
}

.uppercase {
    text-transform: uppercase;
}

.app-button {
    width: inherit;
}

.oa-card {
    padding: 2em;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: rgb(255 255 255 / 20%);
    border-radius: 0.9em;
    color: #000;
    font-weight: 400;
    height: 100%;
}

footer {
    padding: 1.5rem 0;
    font-size: 0.9em;
    color: #fff;
    background-color: #25222e;
}

footer a {
    color: #fff;
}

footer .logo-img {
    max-width: 170px;
}

footer .app-img {
    max-width: 190px;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    margin: 0;
    padding: 0;
}

footer ul li a {
    display: inline-block;
    text-transform: uppercase;
    padding: 0.25em 0;
}
