.ui.form {
    position: relative;
    width: 50%;
    margin: auto;
}


.chronoforms6_credits {
    display: none;
}

.semanticui-body {
    padding: 2em;
}

.h1-box-contact {

    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    margin-top: 2em;
    width: 100%;
    text-align: center;
}

.h1-box-contact h1 {
    font-family: "ITC Korinna";
    display: inline-block;
    font-size: 1em !important;
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
    letter-spacing: 0.1em !important;
    text-align: center;
    margin-right: 0;
    color: #000;
    border-top: 0.1em dashed #000;
    border-bottom: 0.1em dashed #000;
}

.btn-contact-container {
    background: url(../images/btn-red.jpg) repeat;
    display: inline-block;
    border: 0;
    padding: 0.3em;
    border-radius: 0.3em;
    margin-left: auto;
    margin-right: auto;
    font-size: inherit;
}




.btn-contact {
    font-size: 0.8em !important;
    padding: 0.2em 0.6em 0em !important;
    border-radius: 0.1em !important;
    line-height: 1.2em !important;
    color: #fff !important;
    text-shadow: 0 1px 1px rgb(0 0 0) !important;
    background: transparent !important;
    font-weight: 100 !important;
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    margin: 0 !important;
}

.ui.form {
    font-size: inherit !important;
}



.ui.form .field > label {
    padding-bottom: 0.2em;
    color: #000;
    font-size: 1em !important;
    font-weight: 300 !important;
    text-transform: none;
}

.sub-text {
    font-size: 0.7em !important;
    margin-top: 0.3em !important;
}

.footer-copyright {
    background: #000;
    padding: 0.5em;
}

.footer-copyright p {
    color: #fff;
    font-size: 0.8em;
    margin: 0 !important;
}

.fa-copyright:before {
    content: "\f1f9";
    padding-right: 0.2em;
}

#burger-menu {
    display: none;
}

.history-column {
    width: 100%;
}


/*reponsive part*/


@media screen and (max-width: 1024px) {
    #burger-menu {
        position: fixed;
        display: inline-block;
        left: 0.4em;
        top: 0.4em;
        border-radius: 2px;
        padding: 0.5em;
        z-index: 1;
        color: #fff;
        background: black;
        border-radius: 4px;
    }

    #burger-menu-overlay {
        position: fixed;
        width: 100%;
        height: 100vh;
        opacity: 0;
        pointer-events: none;
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0.7973564425770308) 100%);
        z-index: 1;
        transition: all 0.5s ease;
    }

    #burger-menu-overlay.active {
        transition: all 0.5s ease;
        opacity: 1;
        pointer-events: all;

    }

    .navigation.active {
        margin-left: 0;
        transition: all 0.5s ease;
    }

    .navigation {
        transition: all 0.5s ease;
        width: 17em;
        padding: 1em;
        margin-left: -17em;
        z-index: 2;
    }

    .navigation > * {
        margin-bottom: 1em;
    }

    .navigation .nav.menu {
        padding: 0.5em;
    }

    .navigation li a {
        font-size: 2em;
    }

    .content {
        padding-left: 0;
    }

    /*
.fa-bars:before {
    font-size: 1.5em;
}
*/

    .navigation .social .fab:before {
        font-size: 2em;
    }

    /*
    .est,
    .sub-text {
        font-size: 1em;
    }

    .h1-box h1,
    .h1-box-contact h1 {
        font-size: 1.5em;
    }
*/

    .ui.form {
        width: 85%;
    }

    .beans {
        bottom: 0 !important;
    }

    .history-coffee {
        max-width: 11em !important;
    }

    .pl > div:first-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pl > div:last-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .pl > div:first-child img {
        width: 100% !important;
        max-width: 10em !important;
    }


}


@media screen and (max-width: 800px) {
    #burger-menu {
        position: fixed;
        display: inline-block;

    }


    .navigation {
        transition: all 0.5s ease;
        width: 13em;
        padding: 1em;
        margin-left: -17em;

    }

    .navigation > * {
        margin-bottom: 1em;
    }

    .navigation .nav.menu {
        padding: 0.5em;
    }

    .navigation li a {
        font-size: 1.3em;
    }

    .content {
        padding-left: 0;
    }

    /*
    .fa-bars:before {
        font-size: 1.5em;
    }*/

    .navigation .social .fab:before {
        font-size: 2em;
    }

    .pl > div:first-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pl > div:last-child {
        padding-left: 2em !important;
        padding-right: 2em !important;
    }





}


@media screen and (max-width: 540px) {
    #burger-menu {
        position: fixed;
        display: inline-block;
        left: 0.2em;
        top: 0.2em;
        border-radius: 2px;
        padding: 0.3em;
        z-index: 1;
        color: #fff;
    }

    #burger-menu-overlay {
        position: fixed;
        width: 100%;
        height: 100vh;
        opacity: 0;
        pointer-events: none;
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0.7973564425770308) 100%);
        z-index: 1;
        transition: all 0.5s ease;
    }

    #burger-menu-overlay.active {
        transition: all 0.5s ease;
        opacity: 1;
        pointer-events: all;

    }

    .navigation.active {
        margin-left: 0;
        z-index: 2;
        transition: all 0.5s ease;
    }

    .navigation {
        transition: all 0.5s ease;
        width: 9em;
        padding: 1em;
        margin-left: -10em;

    }

    .navigation > * {
        margin-bottom: 1em;
    }

    .navigation .nav.menu {
        padding: 0.5em;
    }

    .navigation li a {
        font-size: 0.7em;
    }

    .navigation .social .fab:before {
        font-size: 1em;
    }

    .content {
        padding-left: 0;
    }

    h1.alt {
        font-size: 1em;
    }

    .est {
        font-size: 0.6em;
    }

    .jmm-testimonials.default .jmm-comment {
        font-size: 0.7em;
    }

    .ui.form .field > label {
        font-size: 0.7em !important;
    }

    .products p {
        font-size: 0.7em;
    }


    .jmm-testimonials.default .jmm-author {
        font-size: 0.7em;
    }

    .jmm-testimonials.default .jmm-profession {
        font-size: 0.7em;
    }


    img.white {
        width: 9em;
    }

    div.black-text {
        margin-top: 2em;
    }

    .products > div {
        display: block;
    }

    .products > div:first-child {
        border: none;
    }

    .products > div:last-child {
        border: none;
    }

    .products.border-bottom {
        border: none;
    }

    .products.border-top {
        border: none;
    }

    .table.col2 > div {
        width: 100%;
        display: block;
    }

  	/*
    .process {
        margin-top: 1em;
    }
  	*/

    .jmm-testimonials.default .jmm-image img {
        padding-bottom: 0;
        margin-bottom: 1em;
    }

    .jmm-testimonials.default .jmm-image {
        width: 60%;
    }

    .ui.form {
        width: 100%;
    }

    .ui.form input {
        height: 0;
    }

    .ui.form textarea {
        height: 3em;
    }

    input#name,
    input#email_address,
    input#subject,
    textarea#message {
        font-size: 0.7em;
    }



    #group1 {
        margin-bottom: 17em;
        margin-top: 10em;
    }


    .pl > div:first-child {

        display: inline-block;


    }

    .pl > div:last-child {
        background: #fff;
        border-radius: 0.5em;
        color: white;
        font-size: 0.6em;
        text-align: center;
        -webkit-box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 50%);
        -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 50%);
        color: black;
        font-weight: bold;
        padding: 0.7em !important;
        margin: 0.3em !important;
        display: inline-block;
        width: 80%;


    }

    .pl > div:first-child img {
        max-width: 8em !important;
    }


    div.pl {
        /*        width: 11em;*/
    }

    #group2 {
        margin-bottom: 17em;
        margin-top: 10em;
    }


    .history-coffee {
        top: 77% !important;
        max-width: 10em !important;
    }

    .beans {
        bottom: -1em !important;
        width: 7em !important;
    }

}




@media screen and (max-width: 375px) {
    .pl > div:first-child img {

        max-width: 7em !important;
    }

    div.black-text {
        margin-top: 0;
    }
}




@media screen and (max-width: 340px) {
    .pl > div:first-child img {
        max-width: 7em !important;
    }


    .history-coffee {
        max-width: 9em !important;
    }

    .footer-copyright {
        margin-top: 2em;
    }


}
