h1 {
font-size: 48px;
}
h2 {
font-size: 34px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
.__big h1,
.__big h2,
.__big h3 {
font-size: 48px;
}
@media screen and (max-width: 1024px) {
.__big h2 {
font-size: 48px;
}
}
@media screen and (max-width: 768px) {
h1 {
font-size: 40px;
}
h2 {
font-size: 30px;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-widget-container .elementor-heading-title,
.elementor-counter-number,
.elementor-image-carousel-caption {
font-family: "IBM Plex Sans";
line-height: 1.3em;
letter-spacing: 1px;
}
header {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 10px; max-width: var(--big-screen-size);
margin: 0 auto;
padding: 15px;
align-items: center;
margin-bottom: 64px;
}
.nav {
grid-column: span 10;
}
.logo {
grid-column: span 2;
display: flex;
position: relative;
align-items: flex-start;
padding: 10px;
justify-content: center;
}
.logo::after {
background-color: var(--atsv-light-green);
position: absolute;
content: "";
left: 0;
top: 0;
height: 50%;
width: 100%;
z-index: -1;
}
.menu {
display: flex;
gap: 25px;
justify-content: flex-end;
margin: 0;
padding: 0;
}
.menu li {
list-style-type: none;
}
.menu li a {
text-decoration: none;
}
@media (max-width: 768px) {
.logo {
grid-column: span 4;
}
header {
margin-bottom: 0;
align-items: flex-start;
}
}
@media (max-width: 1024px) {
.menu li a {
font-size: 18px;
}
}
.header__mobile__wrapper {
display: none;
}
@media (max-width: 768px) {
.header__mobile__wrapper {
flex: 50%;
display: flex;
justify-content: flex-end;
align-items: center;
grid-column: 12 / span 1;
}
.nav {
max-width: 500px;
height: 100vh;
width: 100%;
background-color: var(--atsv-light-green);
position: fixed;
left: 0;
margin-left: -100%;
top: 0;
z-index: 111;
padding: 50px;
display: flex;
text-align: center;
transition: all 0.5s;
align-items: center;
overflow-y: auto;
visibility: hidden;
opacity: 0;
}
div.nav.is-open {
margin-left: 0;
visibility: visible;
opacity: 1;
}
#menu-mainmenu a {
font-size: 36px;
line-height: 1.6em;
letter-spacing: 1px;
text-decoration: none;
color: var(--black);
}
#menu-mainmenu ul.sub-menu {
padding: 0;
}
#menu-mainmenu ul.sub-menu li a {
font-size: 16px;
}
.menu-mainmenu-container {
width: 100%;
}
#menu-mainmenu {
width: 100%;
padding: 0;
margin: 0;
justify-content: center;
display: flex;
flex-direction: column;
}
#menu-mainmenu li {
list-style-type: none;
}
.nav__wrapper {
display: flex;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
width: 100%;
}
.modal-open {
background-color: rgba(0, 0, 0, 0.7);
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
transition: all 0.5s;
}
.modal-open-body {
overflow: hidden;
}
.nav__logo {
max-width: 250px;
margin: 0 auto;
display: block;
} .menu-icon {
position: relative;
width: 50px;
height: 50px;
cursor: pointer;
z-index: 111;
}
.menu-icon .menu-icon__cheeckbox {
display: block;
width: 100%;
height: 100%;
position: relative;
cursor: pointer;
z-index: 2;
-webkit-touch-callout: none;
position: absolute;
opacity: 0;
}
.menu-icon div {
margin: auto;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 22px;
height: 12px;
}
.menu-icon span {
position: absolute;
display: block;
width: 100%;
height: 2px;
background-color: var(--black, #000);
border-radius: 1px;
transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon.active span {
background-color: var(--white);
}
.menu-icon__label {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap; border: 0;
}
.menu-icon span:first-of-type {
top: 0;
}
.menu-icon span:last-of-type {
bottom: 0;
}
.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
transform: rotate(45deg);
top: 5px;
}
.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
transform: rotate(-45deg);
bottom: 5px;
}
.menu-icon.active:hover span:first-of-type,
.menu-icon.active:hover span:last-of-type,
.menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type,
.menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
width: 22px;
}
.nav {
padding: 24px;
}
#menu-mainmenu a {
font-size: 28px;
}
}
:root {
--black: #000000;
--white: #ffffff;
--atsv-green: #006a30;
--atsv-light-green: #3ddb86;
--big-screen-size: 1440px;
} a:focus-visible,
button:focus-visible,
input[type="button"]:focus-visible,
input[type="submit"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible,
[role="button"]:focus-visible,
.menu-icon:focus-visible {
outline: 1px dotted var(--nm-dark-blue) !important;
outline-offset: 2px;
}  @font-face {
font-display: swap; font-family: "IBM Plex Sans";
font-style: normal;
font-weight: 400;
src: url(//atsvlenzingsenioren.at/fonts/ibm-plex-sans-v21-latin-regular.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "IBM Plex Sans";
font-style: normal;
font-weight: 600;
src: url(//atsvlenzingsenioren.at/fonts/ibm-plex-sans-v21-latin-600.woff2) format("woff2"); }
p {
margin: 0 0 12px;
}
body,
html {
scroll-behavior: smooth;
margin: 0;
padding: 0;
font-family: "IBM Plex Sans";
font-weight: 400;
font-size: 20px;
line-height: 1.4em;
color: var(--black);
}
* {
box-sizing: border-box;
}
a {
color: var(--nm-dark-blue);
}
img {
max-width: 100%;
height: auto;
}
.custom-posts-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px; }
.custom-post-item {
display: flex;
background-color: var(--atsv-light-green);
border-radius: 30px;
padding: 24px;
}
.custom-post-date {
font-size: 80px;
line-height: 1.3em;
font-weight: 600;
display: flex;
align-items: center;
}
.custom-post-wrapper {
padding-left: 24px;
}
.custom-post-content {
font-size: 16px;
}
.custom-post-title h3 {
font-size: 28px;
}
@media (max-width: 1280px) {
.custom-post-date {
font-size: 55px;
}
.custom-post-wrapper {
padding-left: 12px;
}
.custom-post-item {
padding: 12px;
}
}
@media (max-width: 1024px) {
.custom-post-date {
font-size: 40px;
}
.custom-posts-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.custom-posts-list {
grid-template-columns: 1fr; }
}