@charset "UTF-8";
      html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #23003a;
font-family: anago, sans-serif;
line-height: 1.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 500;
}
h1.entry-title {
font-size: 1.4rem;
font-weight: 500;
margin-bottom: 45px;
}
h1.entry-title.without-submenu {
margin-bottom: 40px;
}
h2 {
font-size: 1.9rem;
margin-top: 0;
}
h3 {
font-size: 1rem;
text-transform: uppercase;
font-weight: 700;
margin: 0;
}
p {
margin-top: 0;
margin-bottom: 1.5em;
}
b,
strong {
font-weight: 700;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}  *,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 20px;
}
body {
background: #fdfaf7;
font-size: 20px;
font-weight: 400;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
@media only screen and (min-width: 768px) {
.mobile-only {
display: none !important;
}
}
@media only screen and (max-width: 1023px) {
.desktop-only {
display: none;
}
}
@media only screen and (max-width: 767px) {
.mobile-hidden {
display: none;
}
}
@media only screen and (min-width: 1024px) {
.desktop-hidden {
display: none;
}
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}
#happyforms-9 {
color: #23003a;
}
#happyforms-9 .happyforms-form-progress {
--happyforms-color-progress-bar-primary: transparent;
--happyforms-color-progress-bar-primary-bg: transparent;
--happyforms-color-progress-bar-secondary: #23003a;
--happyforms-color-progress-bar-text-primary: #23003a;
--happyforms-color-progress-bar-text-secondary: #ffffff;
margin-top: 40px;
}
#happyforms-9 .happyforms-form-progress .happyforms-form-progress__step-label {
border-radius: 0;
border: 1px solid #23003a;
}
#happyforms-9 .happyforms-form-progress .happyforms-form-progress__step-title,
#happyforms-9 .happyforms-form-progress .happyforms-form-progress__step-number {
text-transform: uppercase;
font-size: 0.8rem;
}
#happyforms-9 #happyforms-form-9 .label {
font-weight: 700;
}
#happyforms-9 #happyforms-form-9 .option-label .label {
font-weight: 400;
}
#happyforms-9 #happyforms-form-9 .option-label input {
padding: 0px 5px !important;
border-radius: 0;
font-size: 0.8rem;
}
#happyforms-9 #happyforms-form-9 input[type=submit] {
border-radius: 0;
color: #ffffff;
background-color: #23003a;
padding: 12px 15px 11px;
font-size: 1em;
cursor: pointer;
}
#happyforms-9 #happyforms-form-9 .happyforms-submit {
border-radius: 0;
color: #23003a;
background-color: rgba(35, 0, 58, 0.2);
padding: 8px 15px 9px;
font-size: 1em;
font-weight: 400;
}
#happyforms-9 #happyforms-form-9 #happyforms-9_placeholder_11-part p {
color: #23003a;
font-size: 0.8rem;
position: relative;
top: -8px;
padding-left: 10px;
}
#happyforms-9 #happyforms-form-9 #happyforms-9_placeholder_44-part .happyforms-part__el {
padding: 0;
}
#happyforms-9 #happyforms-form-9 #happyforms-9_placeholder_44-part .happyforms-part__el p {
font-size: 1rem;
background-color: rgba(255, 255, 255, 0.5);
padding: 11px 25px;
border-radius: 25px;
margin: 0;
}
#happyforms-9 #happyforms-form-9 .happyforms-input-group__suffix button.happyforms-plain-button {
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
}  a {
color: #c61631;
-webkit-user-drag: none;
}
a:visited {
color: #c61631;
}
a:hover, a:focus, a:active {
color: #c61631;
}
a:focus {
outline: 0;
}
a:hover, a:active {
outline: 0;
} .main-menu {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: fixed;
left: 40px;
top: 33%;
}
.main-menu li {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.main-menu li a {
line-height: 0;
font-size: 0;
color: transparent;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
margin-bottom: 10px;
}
.main-menu li a:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.main-menu li:first-child a {
background: url(//www.praenataloberland.de/wp-content/themes/praenatal/assets/icons/praxis.svg) no-repeat 0 0;
display: block;
width: 61px;
height: 81px;
}
.main-menu li:nth-child(2) a {
background: url(//www.praenataloberland.de/wp-content/themes/praenatal/assets/icons/untersuchungen.svg) no-repeat 0 0;
display: block;
width: 86px;
height: 77px;
}
.main-menu li:nth-child(3) a {
background: url(//www.praenataloberland.de/wp-content/themes/praenatal/assets/icons/beratung.svg) no-repeat 0 0;
display: block;
width: 62px;
height: 78px;
}
.main-menu li:nth-child(4) a {
background: url(//www.praenataloberland.de/wp-content/themes/praenatal/assets/icons/termin.svg) no-repeat 0 0;
display: block;
width: 62px;
height: 77px;
}
.main-menu ul {
display: none;
}
@media only screen and (min-width: 768px) {
.centered {
margin: 0 160px;
}
}
.centered .sub-menu-wrapper {
max-width: 1280px;
margin: 0 auto;
border-bottom: 1px solid #23003a;
}
.centered .sub-menu-wrapper .sub-menu {
max-width: 780px;
margin: 0 auto;
}
.centered .sub-menu-wrapper .sub-menu ul {
position: relative;
top: 3px;
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.centered .sub-menu-wrapper .sub-menu ul li {
text-align: center;
padding-bottom: 5px;
border-bottom: 5px solid transparent;
-webkit-transition: border-bottom .7s ease-out;
transition: border-bottom .7s ease-out;
}
.centered .sub-menu-wrapper .sub-menu ul li a {
display: inline-block;
line-height: 130%;
font-size: 0.8rem;
color: #23003a;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
padding-bottom: 7px;
}
.centered .sub-menu-wrapper .sub-menu ul li:hover {
border-bottom: 5px solid #23003a;
}
.centered .sub-menu-wrapper .sub-menu ul li.current_page_item {
border-bottom: 5px solid #23003a;
}
.centered .sub-menu-wrapper .sub-menu ul li.current_page_item a {
font-weight: 700;
}
.mobile-submenu {
padding: 0 20px;
}
.mobile-submenu .sub-menu-wrapper {
padding-bottom: 0;
}
.mobile-submenu .sub-menu-wrapper .sub-menu ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.mobile-submenu .sub-menu-wrapper .sub-menu ul li {
border-top: 1px solid #23003a;
text-align: left;
padding-bottom: 0;
border-bottom-width: 0;
}
.mobile-submenu .sub-menu-wrapper .sub-menu ul li:hover {
border-bottom-width: 0;
}
.mobile-submenu .sub-menu-wrapper .sub-menu ul li a {
display: block;
border: 0;
font-size: 1rem;
padding: 15px 5px 14px 0;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.mobile-submenu .sub-menu-wrapper .sub-menu ul li a:hover {
border: 0;
color: #23003a;
background-color: rgba(35, 0, 58, 0.15);
padding-left: 10px;
}
.mobile-submenu .sub-menu-wrapper .sub-menu ul ul.children li {
margin-left: 0;
border-top: 1px solid rgba(35, 0, 58, 0.15);
}
.mobile-submenu .sub-menu-wrapper .sub-menu ul ul.children li a {
padding-left: 10px;
color: #23003a;
}
.mobile-submenu .sub-menu-wrapper .sub-menu ul ul.children li a:hover {
padding-left: 20px;
}
.page-id-19 .mobile-submenu .sub-menu-wrapper .sub-menu > ul > li > a {
background-color: #23003a;
color: #ffffff;
font-weight: 500;
padding-left: 10px;
background: url(//www.praenataloberland.de/wp-content/themes/praenatal/assets/icons/pfeil.svg) no-repeat 95% center #23003a;
background-size: 20px;
}
.page-id-19 .mobile-submenu .sub-menu-wrapper .sub-menu > ul > li .children {
display: none;
}
.page-id-19 .mobile-submenu .sub-menu-wrapper .sub-menu > ul > li.open > a {
background: url(//www.praenataloberland.de/wp-content/themes/praenatal/assets/icons/pfeil-oben.svg) no-repeat 95% center #23003a;
background-size: 20px;
}
.page-id-19 .mobile-submenu .sub-menu-wrapper .sub-menu > ul > li.open .children {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.page-id-19 .sub-menu-icon {
max-width: 100px;
width: 100%;
}
.page-id-19 .special-menu-untersuchungen .elementor-row {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: -ms-grid;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
-ms-grid-columns: (1fr)[4];
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
-ms-grid-columns: (1fr)[5];
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
-ms-grid-columns: (1fr)[6];
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
-ms-grid-columns: (1fr)[7];
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
-ms-grid-columns: (1fr)[8];
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
-ms-grid-columns: (1fr)[9];
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}  .site-branding {
text-align: center;
}
.site-branding .logo-on-home {
max-width: 550px;
margin-top: 100px;
}
.site-branding .logo {
max-width: 310px;
margin-top: 90px;
}
@media only screen and (max-width: 767px) {
.site-branding .logo-on-home {
max-width: 120px;
margin-top: 30px;
}
.site-branding .logo {
max-width: 60px;
margin-top: 22px;
position: absolute;
right: 20px;
}
.page-template-default .site-branding {
display: none;
}
} .site {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 100vh;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
main {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.entry-content {
max-width: 800px;
margin: 0 auto 280px auto;
}
.entry-title {
text-align: center;
margin: 70px 0 90px;
}
.entry-title.page-title {
display: none;
}
.back-link {
color: #23003a;
display: block;
text-decoration: none;
text-transform: uppercase;
margin: 20px 0 0 10px;
font-weight: 400;
}
.back-link:hover, .back-link:active, .back-link:visited, .back-link:focus {
color: #23003a;
}
.back-link svg {
position: relative;
top: 3px;
margin-right: 5px;
}
.welcome-text {
text-align: center;
}
.welcome-text p {
font-size: 1.25rem;
margin: 0 auto;
max-width: 800px;
font-weight: 400;
}
.menu-icon {
text-align: center;
-webkit-transition: 0.2s all ease-out;
transition: 0.2s all ease-out;
}
.menu-icon:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.menu-icon-praxis svg .a, .menu-icon-praxis svg .b {
-webkit-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
fill: #c61631;
}
.menu-icon-praxis:hover svg .a, .menu-icon-praxis:hover svg .b {
fill: #dd1937;
}
.menu-icon-untersuchungen svg .a, .menu-icon-untersuchungen svg .b {
-webkit-transition: 0.2s all ease-out;
transition: 0.2s all ease-out;
fill: #23003a;
}
.menu-icon-untersuchungen:hover svg .a, .menu-icon-untersuchungen:hover svg .b {
fill: #39005e;
}
.menu-icon-beratung svg .a, .menu-icon-beratung svg .b {
-webkit-transition: 0.2s all ease-out;
transition: 0.2s all ease-out;
fill: #612949;
}
.menu-icon-beratung:hover svg .a, .menu-icon-beratung:hover svg .b {
fill: #853864;
}
.menu-icon-termin svg .a, .menu-icon-termin svg .b {
-webkit-transition: 0.2s all ease-out;
transition: 0.2s all ease-out;
fill: #755868;
}
.menu-icon-termin:hover svg .a, .menu-icon-termin:hover svg .b {
fill: #58424e;
}
.elementor-text-editor ul {
margin: 0 0 28px 22px;
padding: 0;
list-style: none; }
.elementor-text-editor ul li::before {
content: "\2022"; color: #C61631; font-weight: bold; display: inline-block; width: 0.75em; margin-left: -1em; }
.error404 {
background-color: #CDB5AB;
background-image: url(//www.praenataloberland.de/wp-content/uploads/home-hg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.error404 .error-404 {
text-align: center;
margin: 0 20px;
}
.error404 .error-404 h1 {
text-align: center;
}
@media only screen and (max-width: 767px) {
.entry-title {
font-size: 1.1rem;
margin-top: 100px;
margin-bottom: 10px;
text-align: left;
}
.welcome-text {
text-align: left;
}
.welcome-text h2 {
font-size: 1.2rem;
}
.welcome-text p {
font-size: 1.1rem;
margin: 0;
}
}
@media only screen and (max-width: 767px) {
.page-id-19 h1.entry-title.without-submenu {
margin-bottom: 0;
padding-left: 10px;
}
}
@media only screen and (max-width: 767px) {
.page-id-33 h1.entry-title.page-title,
.page-id-35 h1.entry-title.page-title {
display: block;
}
.page-id-33 h1.entry-title.parent-title,
.page-id-35 h1.entry-title.parent-title {
display: none;
}
} footer {
font-size: 0.8rem;
color: #ffffff;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
line-height: 155%;
}
footer .back-to-top {
position: fixed;
right: 20px;
bottom: 130px;
display: none;
width: 34px;
height: 34px;
}
footer .footer-background {
background-color: #755868;
width: 100%;
padding: 20px;
}
footer .footer-background a {
color: #ffffff;
text-decoration: none;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-transition: .7s border ease-out, .7s background-color ease-out;
transition: .7s border ease-out, .7s background-color ease-out;
}
footer .footer-background a:hover {
color: #ffffff;
border-top: 1px solid #190b13;
border-bottom: 1px solid #190b13;
background-color: rgba(97, 41, 73, 0.5);
}
footer .footer-background a.footer-menu-icon {
height: 44px;
width: 44px;
margin-right: 15px;
}
footer .footer-background a.footer-menu-icon:hover {
border: 0;
background-color: transparent;
color: transparent;
}
footer p {
margin: 0;
}
footer strong {
font-weight: 500;
}
footer .container {
max-width: 1780px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 auto;
}
footer .address {
margin: 0 80px;
}
footer .footer-menu-wrapper {
-ms-flex-item-align: end;
-ms-grid-row-align: end;
align-self: end;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
footer .footer-menu-wrapper ul {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
}
footer .footer-menu-wrapper ul li {
line-height: 44px;
height: 44px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
footer .footer-menu-wrapper ul li a {
color: #ffffff;
text-transform: uppercase;
font-weight: 500;
padding: 2px 5px;
}
footer .footer-toggle-container {
text-align: center;
}
footer .footer-toggle-container a {
cursor: pointer;
}
footer .footer-toggle-container a[aria-expanded="true"] svg {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
footer .main-menu-mobile {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: distribute;
justify-content: space-around;
max-width: 600px;
margin: 0 auto;
position: static;
padding: 10px 5px 0;
}
footer .main-menu-mobile li a {
margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
footer .container {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
footer .footer-menu-wrapper {
margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
footer {
background-color: #E9D9CA;
position: fixed;
z-index: 1000;
bottom: 0;
width: 100%;
}
footer .back-to-top {
bottom: 130px;
}
footer .footer-background {
height: 5px;
padding: 0;
display: none;
}
footer.toggled .footer-background {
height: auto;
padding: 20px;
display: block;
}
footer.toggled .back-to-top {
bottom: 270px;
}
footer .footer-menu-wrapper {
font-size: 0.6rem;
}
footer .copyright {
font-size: 0.6rem;
line-height: 133%;
}
.home footer {
background-color: transparent;
}
}