/* alap színek meghatározása */
:root {
    --color01: #003670;
    --color02: rgb(97, 96, 96);
    --color03: #dedede;
    --color04: #faedcd;
    --color05: #d4a373;
}

body {
    background:linear-gradient(0deg, #0036706a, #003670), url(../img/bg.jpg);
}



/* minden blokkra érvényes paraméter */
div[class*="col"] {
    float: left;
}

#uzenetFelugroHatter {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.75);
	transition: 1s;
}

#uzenetFelugro {
	display: none;
	width: 20%;
	height: auto;
	background-color: white;
	position: fixed;
	top: 40%;
	left: 40%;
	text-align: center;
	border-radius: 4px;
	padding: 25px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
	border: none;

}

#uzenetCim {
	font-size: 24px;
	text-align: center;
}

#uzenetGomb {
	font-size: 20px;
	width: 100px;
	height: 40px;
}

.wrapper {
    margin: 0 2.5vw 0 1.5vw;
    background-color: white;
    float: left;
}

@font-face {
    font-family: Alexandria;
    src: url("../fonts/Alexandria-VariableFont_wght.ttf");
}

@font-face {
    font-family: NotoSerif;
    src: url("../fonts/NotoSerifKhojki-VariableFont_wght.ttf");
}

/* HEAD */

.headLine {
    width: 100%;
    background-color: #003670;
    mix-blend-mode: multiply;
    height: 32px;
    background-image: url("../img/head_line.png");
}

.fej {
    padding-top: 3vw;
    padding-bottom: 3vw;
    align-items: center;
    text-align: center;
}


.spacer {
    float: left;
    height: 50px;
}

.logo {
    padding-bottom: 3vw;
}

/* MAIN */

.main {
    background-color: white;
    padding: 5vw;

}

a {
    text-decoration: none;
    border-bottom: 1px solid var(--color01);
    color: var(--color01);
    transition: 1s;
}

a:hover {
    color: black;
    border-bottom: 1px solid white;
    transition: 1s;
}

h1,
h2,
h3 {
    font-family: 'Alexandria';
}

h1 {
    color: var(--color01);
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 300;
}

h2 {
    color: var(--color01);
    text-align: left;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 300;
}

p,
ul {
    font-family: NotoSerif;
    font-weight: 100;
    color: var(--color02);
    line-height: 38px;
    font-size: 22px;
    margin-bottom: 40px;
}

li > i {
    vertical-align: middle;
}

.listIcon {
    color: var(--color01);
}

i {
    margin-right: 10px;
}

.image {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 5vw;
}


/* CONTACT */

.row {
}

h3 {
    color: var(--color01);
    text-align: left;
    font-size: 24px;
    float: left;
    font-weight: 500;
}

.contactLeft {
/*    background-color: rgb(245, 245, 245);*/
	float: left;
    height: fit-content;
}

.contactLeft h3 {
    width: 15vw;
    vertical-align: middle;
    padding-top: 10px;
}

.contactLeft p {
    float: left;
	text-align: left;
    margin-left: 2vw;
    margin-bottom: 5px;
}

.contactLeft section {
    padding: 1vw 1vw 1vw 0;
    border-bottom: rgb(197, 197, 197) 1px solid;
    float: left;
    clear: both;
    width: 92%;
    height: fit-content;
    margin-left: 1vw;
}

.lastSection {
    border-bottom: none !important;
}

.contact {
    background-color: white;
    height: fit-content;
    display: flex;
}

.name {
    font-weight: 700;
}

.contactRight {
    background-color: rgb(230, 230, 230);
    padding-top: 2vw;
	float: left;
}

.form {
}

.contactRight label {
	width: 90%;
    font-family: 'Alexandria';
    color: var(--color01) !important;
    text-align: center;
    font-size: 24px;
    float: left;
    font-weight: 500;
    padding-top: 1vw;
	padding-bottom: 0.5vw;
}

.contactRight input {
    width: 90%;
    height: 20px;
    padding: 5%;
    margin-bottom: 1vw;
    float: left;
    color: var(--color01);
    font-size: 16px;
	font-family: NotoSerif;
    border: 1px solid var(--color01);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contactRight input:active {
    border: 2px solid var(--color01);

}

.contactRight textarea {
    width: 90%;
    padding: 5%;
    float: left;
    color: var(--color01);
    font-size: 16px;
	font-family: NotoSerif;
	border: 1px solid var(--color01);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.submitSpacer {
    width: 90%;
}

.contactRight .submitButton {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    float: left;
    color: white;
    font-family: 'Alexandria';
    font-size: 20px;
    border: 1px solid white;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: var(--color01);
    transition: 1s;
}

.contactRight .submitButton:hover {
    color: var(--color01);
    border: 1px solid var(--color01);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: white;
    transition: 1s;
}

.fields {
	float: left;
}

.ellenorzo {
	background-color: aqua;
	float: left;
}

.ellenorzes {
	width: 100%;
}

.ellenorzes_megoldas {
	text-align: center;
}

.ellenorzes_text {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	color:var(--color01);
}

/* MAPS */

.maps {
    margin-top: 4vw;
    background-color: var(--color03);
	float: left;
    padding-top: 4vw;
    padding-bottom: 4vw;
}

.maps h2 {
    text-align: center;
}

iframe {
    width: 90%;
}

/* FOOTER */
.footer {
    background-color: white;
    padding: 5vw;
}

.footerBlock {
    width: fit-content;
    float: left;
    padding-top: 2vw;
    padding-right: 5vw;
    padding-bottom: 2vw;
}

.footerBlock a {
    font-family: 'Alexandria';
}

.last {
    float: right !important;
    padding-right: 0;

}

.last a {
    color: grey;
    border-bottom: 1px solid grey;
}

.last a:hover {
    color: black;
    border-bottom: 1px solid white;
    transition: 1s;
}


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

    h1 {
        color: var(--color01);
        text-align: center;
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 300;
    }

    h2 {
        color: var(--color01);
        text-align: left;
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 300;
    }

    h3 {
        color: var(--color01);
        text-align: left;
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: 300;
    }

    p,
    ul {
        font-family: NotoSerif;
        font-weight: 100;
        color: var(--color02);
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 40px;
    }

    .contactRight label {
        font-size: 20px;
        font-weight: 300;
    }

    .footer {
        height: 20px;
    }

    .footerBlock a {
        font-family: 'Alexandria';
        font-size: 13px;
    }

}

/* L */
@media only screen and (max-width: 1400px) {
    .contactLeft h3 {
        width: 100%;
        text-align: center;
        vertical-align: middle;
        padding-top: 10px;
    }

    .contactLeft p {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-left: 0;
    }

    .contactRight label {
        text-align: center;
        float: left;
        font-weight: 500;
        width: 90%;
        margin-bottom: 1vw;
    }

    .contactRight input {
        width: 90%;
        height: 16px;
        margin-bottom: 2vw;
        float: left;
        color: var(--color01);
        font-size: 22px;
		font-family: NotoSerif;
        border: 1px solid var(--color01);
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .contactRight textarea {
        width: 90%;
        padding: 5%;
        float: left;
        color: var(--color01);
        font-size: 22px;
        border: 1px solid var(--color01);
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .submitSpacer {
        width: 8vw;
    }
    
    .contactRight .submitButton {
        width: 100%;
        height: 50px;
        margin-top: 1vw;
        padding-top: 10px;
        color: white;
        font-family: 'Alexandria';
        font-size: 20px;
        border: 1px solid white;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        background-color: var(--color01);
        transition: 1s;
    }
}
