@media only screen and (max-width: 607px) {
    .left, .right {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .gomb-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media only screen and (max-width: 577px) {
    label {
        margin-bottom: 0 !important;
        margin-top: 6px !important;
    }

    .td-label {
        text-align: left !important;
        vertical-align: bottom !important;
    }
}

@media only screen and (max-width: 400px) {
    #logo-szoveg {
        display: none !important;
    }
}

@font-face {
    font-family: Cimsor;
    src: url(chinese-rocks-free.regular.ttf);
}

@font-face {
    font-family: Szoveg;
    src: url(pakenham.ttf);
}

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: Szoveg, sans-serif;
    color: #52341c;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 20px;
    width: 100%;
    line-height: 28px;
}

h1 {
    display: none;
}

h4 {
    margin-top: 6px;
    margin-bottom: 3px;
    text-align: left !important;
}

h2, h3, h4, h5 {
    font-family: Cimsor, serif;
    font-weight: normal !important;
    text-align: center;
}

path {
    fill: wheat;
}

section {
    padding-top: 80px;
    padding-bottom: 100px;
    min-height: 100vh;
}

footer {
    background-color: #52341c;
    color: #f5deb3;
    padding: 20px 0;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

.left {
    margin-right: auto;
    text-align: left;
}

.right {
    margin-left: auto;
    text-align: right;
}

#mobilnav {
    box-sizing: border-box;
    z-index: 4999;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

#mobilnavDiv {
    background-color: wheat;
}

#mobilnavDiv div div {
    padding: 10px 20px;
    transition: all .2s ease-in-out;
}

#mobilnavDiv div div:hover {
    background-color: #736955;
    color: wheat;
    cursor: pointer;
}

#navigation {
    box-sizing: border-box;
    transition: margin-top .5s ease-in-out;
    margin-top: -60px;
    z-index: 5000;
    background-color: wheat;
    color: #52341c;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 60px;
    font-size: 25px;
    font-family: Cimsor, serif;
}

#menu-logo {
    margin: 8px;
    width: 40px;
    height: 40px;
}

.menusor {
    height: 60px;
    text-align: right;
    color: black;
}

.menusor div {
    height: 100%;
    padding: 16px 10px 0 10px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.1s ease-in;
}

.menusor div:hover {
    background-color: #736955;
    color: wheat;
    cursor: pointer;
}

#logo-es-szoveg {
    height: 60px;
    display: table;
    cursor: pointer;
}

#logo-es-szoveg div {
    display: table-cell;
}

#logo-szoveg {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: black;
}

#kezdolap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: url('background.jpg');
}

#cimszavak {
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

#cimsorok {
    color: wheat;
    text-align: center;
    font-family: Cimsor, serif;
}

#cimsor1 {
    font-size: 130px;
    line-height: 130px;
}

#cimsor2 {
    font-size: 40px;
    line-height: 45px;
}

#kezdolap-gombok {
    margin: auto;
}

.gomb-container {
    padding: 20px 5px;
}

.gomb {
    min-width: 200px;
    max-width: 250px;
    font-size: 30px;
    font-family: Cimsor, serif;
    background-color: wheat;
    cursor: pointer;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease-in;
}

.gomb:hover {
    background-color: #52341c;
    color: wheat;
}

#profilkep {
    transform: rotateZ(-1deg);
    box-shadow: black 2px 2px 6px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}

#szolgaltatasok, #ajanlatkeres {
    background-color: #eee;
}

.gomb-container2 {
    margin-top: 50px;
    text-align: center;
    padding: 20px 40px;
}

.gomb-container3 {
    margin-top: 30px;
    text-align: center;
    padding: 20px 40px;
}

.gomb2 {
    margin: auto;
    min-width: 200px;
    max-width: 250px;
    font-size: 30px;
    line-height: 40px;
    font-family: Cimsor, serif;
    background-color: wheat;
    cursor: pointer;
    padding: 20px 10px;
    text-align: center;
    transition: all 0.3s ease-in;
}

.gomb2:hover {
    background-color: #52341c;
    color: wheat;
}

img.galeria {
    margin: 20px auto 10px;
    width: 100%;
}

.img-container {
    width: 90%;
    margin: auto;
}

textarea {
    width: 100%;
    height: 150px;
    resize: none;
}

input[type=email] {
    width: 100%;
}

select {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
}

td {
    padding-top: 4px;
    padding-right: 8px;
}

.gomb3 {
    margin: auto;
    background-color: wheat;
    cursor: pointer;
    padding: 5px 20px;
    text-align: center;
    transition: all 0.3s ease-in;
}

.gomb3:hover {
    background-color: #52341c;
    color: wheat;
}

.td-label {
    text-align: right;
    width: 180px;
    vertical-align: top;
}

.galery {
    display: none;
}

.smallpic {
	margin-top: 5px;
}

.smallpic:hover {
    cursor: pointer;
}

#galeryview {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 100;
}

.exx {
    padding: 5px;
    border: solid 1px lightgrey;
}

.exx:hover {
    background-color: lightgrey;
    cursor: pointer;
}

.galeryCim {
    margin-top: 30px;
}
