/*CONTACT-OPTIONS*/
#contact-options .contact-holder {width:720px;margin:0 auto;margin-bottom:128px;}
#contact-options .contact-menu {width:100%;height:192px;display:block;position:relative;}
#contact-options .contact-menu li {width:25%;height:128px;display:inline-block;float:left;text-align:center;}
#contact-options .contact-menu .contact-menu-item {cursor:pointer;}
#contact-options .contact-menu .item {width:160px;height:160px;margin:0 auto;border-radius:16px;display:flex;align-items:center;}
#contact-options .contact-menu .contact-icon {width:64px;height:64px;margin:0 auto;z-index:2}
#contact-options .contact-menu .menu-selector {cursor:pointer;z-index:1;width:128px;position:absolute;left:12.5%;margin-left:-64px;top:20px;background:transparent;}

#contact-options .contact-slides {width:100%;height:600px;display:block;border-radius:16px;}
#contact-options .contact-slide {height:100%;}
#contact-options .slide-content {margin:0 auto;padding:32px 64px 0 64px;}
#contact-options h2 {text-align:center;}

#contact-options .separate-line {width:100%;height:1px;border:none;}
#contact-options .left-content p {text-align:left;margin:12px auto 0 auto;color:gray;}
#contact-options .left-content .big-p {color:black;}
#contact-options .left-content hr {margin:24px auto 0 auto;}
#contact-options .contact-form .contact-element {width:100%;margin:24px 0 0 0;background:transparent;border:none;}
#contact-options .contact-form .textarea {height:160px;resize:none;padding-top:12px;}
#contact-options .field-holder {width:97%;}
#contact-options .info-text {text-align:right;}
#contact-options .button {margin:12px;float:right;}
    /*CONTACT-MAIL*/
#contact-options .contact-mail .copy-to-clipboard-icon {width:32px;height:32px;float:left;margin:16px;cursor:pointer;}
    /*CONTACT-PHONE*/
#contact-options .contact-phone .opening-hours-header {text-align:left;margin:16px 0;}
#contact-options .contact-phone .opening-hours {text-align:left;margin:16px 0;}
    /*CONTACT-ENVELOPE*/
#contact-options .contact-envelope .address-header {text-align:left;margin:16px 0;}
#contact-options .contact-envelope .address {text-align:left;margin:16px 0;}

@media screen and (max-width: 1300px) {
    /*CONTACT-OPTIONS*/
    #contact-options .contact-holder {width:100%;}
}

@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 800px) {
    /*CONTACT-OPTIONS*/
    #contact-options .surrounder {width:90%;margin:0 auto;}
    #contact-options .contact-menu {height:96px;}
    #contact-options .contact-menu li {height:64px;}
    #contact-options .contact-menu .item {width:80px;height:80px;border-radius:8px;}
    #contact-options .contact-menu .contact-icon {width:32px;height:32px;}
    #contact-options .contact-menu .menu-selector {width:64px;margin-left:-32px;top:10px;}
    #contact-options .contact-slides {height:550px;}
    #contact-options .slide-content {padding:16px 32px 0 32px;}
}

@media screen and (max-width: 600px) {
}