@charset "UTF-8";
/*
Theme Name: Twenty Twenty Child Theme
Description: A child theme for Twenty Twenty.
Author: Martin Trixner, TRIXNER digital solutions
Author URI: https://www.trixner.com
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/****************************************************


    B A S I C S


 */
html {
  font-size: 100%;
}
@media (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 550px) {
  html {
    font-size: 90%;
  }
}

body {
  font: normal normal normal 12px/1.4em arial, helvetica, sans-serif;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arial", sans-serif;
  color: #000000;
}

header .header-inner,
main .section-inner,
main .entry-content > .gform_wrapper,
main .entry-content > h2, main .entry-content > h3, main .entry-content > h4, main .entry-content > h5, main .entry-content > h6,
footer .section-inner {
  width: 100%;
  max-width: 1320px !important;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1420px) {
  header .header-inner,
  main .section-inner,
  main .entry-content > .gform_wrapper,
  main .entry-content > h2, main .entry-content > h3, main .entry-content > h4, main .entry-content > h5, main .entry-content > h6,
  footer .section-inner {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 989px) {
  header .header-inner,
  main .section-inner,
  main .entry-content > .gform_wrapper,
  main .entry-content > h2, main .entry-content > h3, main .entry-content > h4, main .entry-content > h5, main .entry-content > h6,
  footer .section-inner {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 550px) {
  header .header-inner,
  main .section-inner,
  main .entry-content > .gform_wrapper,
  main .entry-content > h2, main .entry-content > h3, main .entry-content > h4, main .entry-content > h5, main .entry-content > h6,
  footer .section-inner {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.entry-header {
  padding: 4rem 0 !important;
}

h1 {
  color: #105753;
  text-align: left;
  font-style: normal;
  font-size: 3.75rem !important;
  line-height: 3.75rem !important;
  letter-spacing: 0.01rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1420px) {
  h1 {
    font-size: 3.75rem !important;
    line-height: 3.75rem !important;
  }
}
@media only screen and (max-width: 989px) {
  h1 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }
}
@media only screen and (max-width: 550px) {
  h1 {
    font-size: 1.8rem !important;
    line-height: 2.2rem !important;
  }
}

h3 {
  color: #105753;
  text-align: left;
  font-style: normal;
  font-size: 1.75rem !important;
  line-height: 2rem !important;
  font-weight: 600;
  text-transform: uppercase;
}

h4 {
  text-align: left;
  font-style: normal;
  font-size: 1.5rem !important;
  line-height: 1.75rem !important;
  font-weight: 400;
}

main p, main div, main label, main span, main legend, main input, main textarea, main button {
  font: normal normal normal 12px/1.4em arial, helvetica, sans-serif;
  font-size: 1rem !important;
  line-height: 1rem !important;
}

.site-content a {
  color: #105753 !important;
}

/********************************************
    ABSTÄNDE
 */
.abstand-oben-xl {
  padding-top: 21.4vw !important;
}
@media only screen and (min-width: 1920px) {
  .abstand-oben-xl {
    padding-top: 400px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .abstand-oben-xl {
    padding-top: 27vw !important;
  }
}
@media only screen and (max-width: 989px) {
  .abstand-oben-xl {
    padding-top: 35vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .abstand-oben-xl {
    padding-top: 40vw !important;
  }
}

.abstand-unten-xl {
  padding-bottom: 21.4vw !important;
}
@media only screen and (min-width: 1920px) {
  .abstand-unten-xl {
    padding-bottom: 400px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .abstand-unten-xl {
    padding-bottom: 27vw !important;
  }
}
@media only screen and (max-width: 989px) {
  .abstand-unten-xl {
    padding-bottom: 35vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .abstand-unten-xl {
    padding-bottom: 40vw !important;
  }
}

.abstand-oben-lg {
  padding-top: 15.8vw !important;
}
@media only screen and (min-width: 1920px) {
  .abstand-oben-lg {
    padding-top: 250px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .abstand-oben-lg {
    padding-top: 20vw !important;
  }
}
@media only screen and (max-width: 989px) {
  .abstand-oben-lg {
    padding-top: 27vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .abstand-oben-lg {
    padding-top: 35vw !important;
  }
}

.abstand-unten-lg {
  padding-bottom: 15.8vw !important;
}
@media only screen and (min-width: 1920px) {
  .abstand-unten-lg {
    padding-bottom: 250px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .abstand-unten-lg {
    padding-bottom: 20vw !important;
  }
}
@media only screen and (max-width: 989px) {
  .abstand-unten-lg {
    padding-bottom: 27vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .abstand-unten-lg {
    padding-bottom: 35vw !important;
  }
}

.abstand-oben-md {
  padding-top: 9.2vw !important;
}
@media only screen and (min-width: 1920px) {
  .abstand-oben-md {
    padding-top: 175px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .abstand-oben-md {
    padding-top: 12vw !important;
  }
}
@media only screen and (max-width: 989px) {
  .abstand-oben-md {
    padding-top: 17vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .abstand-oben-md {
    padding-top: 20vw !important;
  }
}

.abstand-unten-md {
  padding-bottom: 9.2vw !important;
}
@media only screen and (min-width: 1920px) {
  .abstand-unten-md {
    padding-bottom: 175px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .abstand-unten-md {
    padding-bottom: 12vw !important;
  }
}
@media only screen and (max-width: 989px) {
  .abstand-unten-md {
    padding-bottom: 17vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .abstand-unten-md {
    padding-bottom: 20vw !important;
  }
}

.abstand-oben-sm {
  padding-top: 5.5vw !important;
}
@media only screen and (min-width: 1920px) {
  .abstand-oben-sm {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .abstand-oben-sm {
    padding-top: 11vw !important;
  }
}
@media only screen and (max-width: 989px) {
  .abstand-oben-sm {
    padding-top: 19vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .abstand-oben-sm {
    padding-top: 20vw !important;
  }
}

.abstand-unten-sm {
  padding-bottom: 5.5vw !important;
}
@media only screen and (min-width: 1920px) {
  .abstand-unten-sm {
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .abstand-unten-sm {
    padding-bottom: 11vw !important;
  }
}
@media only screen and (max-width: 989px) {
  .abstand-unten-sm {
    padding-bottom: 19vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .abstand-unten-sm {
    padding-bottom: 20vw !important;
  }
}

.abstand-oben-xs {
  padding-top: 2.5vw !important;
}
@media only screen and (min-width: 1920px) {
  .abstand-oben-xs {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .abstand-oben-xs {
    padding-top: 5vw !important;
  }
}
@media only screen and (max-width: 989px) {
  .abstand-oben-xs {
    padding-top: 9vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .abstand-oben-xs {
    padding-top: 15vw !important;
  }
}

.abstand-unten-xs {
  padding-bottom: 2.5vw !important;
}
@media only screen and (min-width: 1920px) {
  .abstand-unten-xs {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .abstand-unten-xs {
    padding-bottom: 5vw !important;
  }
}
@media only screen and (max-width: 989px) {
  .abstand-unten-xs {
    padding-bottom: 9vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .abstand-unten-xs {
    padding-bottom: 15vw !important;
  }
}

/****************************************************


    H E A D E R


 */
#site-header {
  height: 120px;
  overflow: hidden;
}
#site-header > .header-inner {
  padding: 15px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1420px !important;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#site-header > .header-inner .header-titles-wrapper {
  height: 90px;
  /*width: 100%;*/
  max-width: 200px;
  margin-left: 50px;
}
@media only screen and (max-width: 989px) {
  #site-header > .header-inner .header-titles-wrapper {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 550px) {
  #site-header > .header-inner .header-titles-wrapper {
    margin-left: 15px;
  }
}
#site-header > .header-inner .header-titles-wrapper .toggle {
  display: none !important;
}
#site-header > .header-inner .header-titles-wrapper img {
  height: 90px !important;
  width: auto !important;
}
#site-header > .header-inner .header-titles-wrapper::after {
  content: "";
  background-image: url("https://verordnung.cura-san.at/wp-content/uploads/2025/08/Button-Standorte.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 250px;
  top: 23px;
}
@media only screen and (max-width: 989px) {
  #site-header > .header-inner .header-titles-wrapper::after {
    left: 192px;
  }
}
@media only screen and (max-width: 550px) {
  #site-header > .header-inner .header-titles-wrapper::after {
    left: 165px;
    width: 65px;
    height: 65px;
    top: 23px;
  }
}
#site-header > .header-inner .header-navigation-wrapper {
  display: inline-block !important;
}
#site-header > .header-inner .header-navigation-wrapper .primary-menu-wrapper {
  display: inline-block !important;
}
@media only screen and (max-width: 1420px) {
  #site-header > .header-inner .header-navigation-wrapper {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 989px) {
  #site-header > .header-inner .header-navigation-wrapper {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 550px) {
  #site-header > .header-inner .header-navigation-wrapper {
    margin-right: 15px;
  }
}

.header-navigation-wrapper .primary-menu .menu-item a {
  color: #105753 !important;
  font-style: normal;
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
  text-decoration: none;
  font-weight: 400;
}
.header-navigation-wrapper .primary-menu .menu-item a:hover {
  color: #000000 !important;
  text-decoration: underline;
}

/********************************************************


    CONTENT (MAIN)


 */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: calc(100% - 100px);
}
@media only screen and (max-width: 989px) {
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 550px) {
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: calc(100% - 30px);
  }
}

.gform_wrapper .gform_heading {
  display: none !important;
}
.gform_wrapper .gform_body .gsection_title {
  margin: 3rem auto 1rem !important;
}
.gform_wrapper .gform_body .gform_fileupload_multifile .gform_drop_area:before {
  color: #105753;
}
.gform_wrapper .gform_body .gform_fileupload_multifile .gform_drop_area button {
  background-color: #105753 !important;
  outline-color: #105753 !important;
}
.gform_wrapper .gform_body .gfield_label {
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
  font-weight: bold;
}
.gform_wrapper .gform_body .gfield_consent_label {
  line-height: 1.6rem !important;
}
.gform_wrapper .gform_body input:active, .gform_wrapper .gform_body input:focus, .gform_wrapper .gform_body textarea:active, .gform_wrapper .gform_body textarea:focus, .gform_wrapper .gform_body select:active, .gform_wrapper .gform_body select:focus {
  border-color: #105753;
  outline: none;
  outline-color: #105753 !important;
  background-color: #efefef !important;
}
.gform_wrapper .gform_body .gf_list_col .gfield_radio, .gform_wrapper .gform_body .gf_list_col .gfield_check {
  flex-direction: row;
}
.gform_wrapper .gform_body .gf_list_col .gfield_radio > * {
  margin-right: 15px;
}
.gform_wrapper .gform_body .gf_list_col .gfield_radio label {
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gform_wrapper .gform_body input[type=radio], .gform_wrapper .gform_body input[type=checkbox] {
  border-color: #105753;
}
.gform_wrapper .gform_body input[type=radio]:active, .gform_wrapper .gform_body input[type=radio]:focus, .gform_wrapper .gform_body input[type=checkbox]:active, .gform_wrapper .gform_body input[type=checkbox]:focus {
  border-color: #105753;
  outline: none;
  outline-color: #105753 !important;
}
.gform_wrapper .gform_body input[type=radio]:before {
  background-color: #105753;
  width: 10px;
  height: 10px;
}
.gform_wrapper .gform_body input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.gform_wrapper .gform_body input[type=checkbox]:before {
  color: #105753;
  font-weight: bold;
  font-size: 30px;
  margin-left: 13px;
  margin-top: -5px;
}
.gform_wrapper .gform_body .gfield_fileupload_progressbar_progress {
  background-color: #105753 !important;
}
.gform_wrapper .gform-footer input[type=submit] {
  background-color: #105753 !important;
  outline-color: #105753 !important;
}
.gform_wrapper .gform-footer span.gform-loader {
  width: 15px !important;
  height: 15px !important;
}
.gform_wrapper .gform_validation_errors h2 {
  margin: 15px 26px 15px 26px;
  font-weight: bold !important;
}

/********************************************************


    FOOTER


 */
.footer-nav-widgets-wrapper {
  background-color: #105753 !important;
}
.footer-nav-widgets-wrapper * {
  color: #ffffff !important;
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
  font-weight: normal !important;
}
.footer-nav-widgets-wrapper .footer-inner .footer-top {
  justify-content: center;
  border-bottom: 0;
  padding-bottom: 0;
}
.footer-nav-widgets-wrapper .footer-menu {
  display: flex;
  justify-content: flex-start;
}
.footer-nav-widgets-wrapper .footer-menu li {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #fff;
}
.footer-nav-widgets-wrapper .footer-menu li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
@media only screen and (min-width: 700px) {
  .footer-nav-widgets-wrapper .footer-menu li:first-child {
    margin-left: 40px;
  }
}

footer {
  background-color: #105753 !important;
}
footer * {
  color: #ffffff !important;
  font-size: 0.8rem !important;
  line-height: 1rem !important;
  font-weight: normal !important;
}
footer .section-inner {
  justify-content: center !important;
  margin: 0 auto !important;
}
footer .to-the-top {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
