@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import "./buttons.css";
@import "./nav.css?rnd=4";
@import "./footer.css?rnd=2";

html, body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    /* font-size: 1.77vh; */
    /* font-family: 'Quicksand', sans-serif; */
}

* {
    /* font-family: 'Quicksand', sans-serif; */
    font-family: 'Roboto', sans-serif;
    box-sizing:border-box;
}

h1,h2,h3,p,a,span,ul,ol{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
span{
    font-size: 1rem;
}
h1{
    font-size: 3rem;
	line-height: initial;
    font-weight: bold;
    margin: 2rem;
    line-height: 5rem;
}
h2{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 2rem;
    line-height: 2rem;
}
p,q{
    font-size: 1.3rem;
    margin: 2rem;
    line-height: 1.8rem;
}
b{
    font-weight: bold;
}
:root {
    --main-color: #009A00;
    --altblue-color: #003349;
    --cloud-color: #3F88C5;
}

a:hover{
    cursor: pointer;
}

section{
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 6rem 1rem;
    padding-bottom: 0;
}
.box1{
    width: 100%;
    /* max-width: 60rem; */
    text-align: center;
}


.symf_area--header {
width: 100% !important;
overflow: hidden !important;
}
.symf_area--headerContent {
max-width: 70%;	
}
.symf_area--headerTitle {
text-align: center;
	font-weight: 500;	
}
.symf_area--headerDesc {
 text-align: center;
	font-weight: 500;	
}


.area__header{
    height: 100vh;
    background-image: url(../img/placeholder.webp);
    background-position: center;
    background-size: 5%;
    background-repeat: repeat;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 2rem;
}
.areaHeader__content{
    text-align: center;
}
.area__box{
    max-width: 50rem;
}
.area__section .area__box{
    text-align: center;
    max-width: 50rem;
    margin: 0 auto;
}

.area__possibility{
    
}
.area__psbox{
    display: flex;
    max-width: 60rem;
}
.area__psbox h2, .area__psbox p{
    flex: 1;
}

.k_obszar_moduly_h1, .k_blog_title,  .k_blog_title2 {

width: 100%;
padding: 0;
padding-right: 30%;
margin: 0 0  3rem 0;
line-height: initial;
font-weight: 500 ;
text-align: left;
color: var(--altblue-color);
}
.k_blog_title {
padding: 0;
text-align: center;	
}


.cl_bt{
    padding: 1rem 2rem;
    background-color: var(--main-color);
    margin-top: 1rem;
    display: inline-block;
    color: white;
    font-weight: 500;
    border-radius: .3rem;
}

/* form */

.globalForm{
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,.8);
    display: none;
    justify-content: center;
    align-items: center;
}
.globalForm.active{
    display: flex;
}

.globalFormGrabber{
    background-color: white;
    width: 80%;
    height: 80%;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    padding-top: 3rem;
    padding-bottom: 1rem
}


.globalFormClose{
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 3rem;
    height: 3rem;
    font-weight: 300;
    font-size: 4rem;
    border: none;
    background-color: transparent;
}
.globalFormClose:after{
    transform: rotate(45deg);
    content: "+";
    position: absolute;
    left: .7rem;
    top: -1.5rem;
    font-family: 'Quicksand', sans-serif;
}

.k_tel {
cursor:pointer;
text-decoration: none;
color: var(--main-color);
}
.k_tel:active {
cursor:pointer;
text-decoration: none;
color: var(--main-color);
}
.k_tel:hover {
cursor:pointer;
text-decoration: none;
color: var(--main-color);
}
.k_tel:visited {
cursor:pointer;
text-decoration: none;
color: var(--main-color);
}

/*-------------- mobile ------------*/

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

    html, body{
        font-size: 1.66vh;
    }


    .area__header{
        height: 70vh;
    }

    .area__psbox{
        flex-direction: column;
    }

  
  }




