      .subpage-hero-9_c {
        min-height: 58vh;
        background:
          linear-gradient(rgba(140, 135, 130, 0.1), rgba(115, 110, 105, 0.6)),
          url("pics/9_c/full_intro_contact_1920x1271.jpg")
          center / cover no-repeat;
      }

      .topic-section[hidden] {
        display: none !important;
      }

      .topic-section {
        scroll-margin-top: 86px;
        color: var(--color-taupe);
        background: var(--surface-page);
      }

      .topic-inner-9_c {
        width: min(1180px, calc(100% - 48px));
        margin: 0 auto;
        padding: 50px 0 50px;
      }

			.kontakt-text {
				text-align: center;		
			}
			
			.kontakt-submit {
				margin-top: 20px;		
				text-align: center;	
			}
			
			.kontakt-submit p {
				margin-top: 50px;		
				text-align: center;	
			}
			
			.contact-form {
				max-width: 600px;
				margin: 0 auto;
			}

			.contact-form .btn-primary {
				background-color: var(--button-background);
			}

			.contact-form {
				max-width: 600px;
				margin: 0 auto;
			}
						
			
      @media (max-width: 575.98px) {

        .topic-inner {
          width: min(100% - 32px, 1180px);
          padding: 58px 0 72px;
        }


      }

      @media (orientation: portrait) {

        .subpage-hero-9_c {
          min-height: 62svh;
        }
      }

