div.recaptcha {
        position: fixed;
        bottom: 0px;
        left: -185px;
        text-align: center;
        padding-top: 0px;
        text-align: center;
        z-index: 9999;
    }

div.recaptcha:hover {
        bottom: 0px;
        left: 0px;
    }

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    color: rgb(116, 116, 116);
}

h3 {
    font-size: 22px;
    font-weight: 700;
}

.container {
    max-width: 768px;
}

.logo_header {
    background-color: rgb(178, 131, 83);
}

.geszk_logo {
    max-height: 50px;
}

footer {
    background-color: rgb(30, 115, 85);
    color: rgb(255, 255, 255);
}

.footer {
    max-width:300px;
    font-size: 12px;
}

.plenaris {
    /*text-align: justify;*/
    font-size: 14px;
}

@media only screen and (max-width: 610px) {
  img.imglogok {
    width: 110px;
  }

  img.imglogokzips {
    width: 70px;
  }
}