chore: Ungenutzte Styles entfernt (mit purgecss).
This commit is contained in:
parent
409b4ac0dc
commit
df5d512526
@ -105,47 +105,20 @@ body {
|
|||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary_nav__navlink.-active,
|
.primary_nav__navlink.-active {
|
||||||
.primary_nav__sub_navlink.-active {
|
|
||||||
color: var(--wtf-orange);
|
color: var(--wtf-orange);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary_nav__navitem.-last, .primary_nav__navitem.-last a {
|
|
||||||
margin-right: 0;
|
|
||||||
padding-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__navlink {
|
.primary_nav__navlink {
|
||||||
color: var(--wtf-nearly-black);
|
color: var(--wtf-nearly-black);
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary_nav__sub_navlink {
|
|
||||||
color: var(--wtf-nearly-white);
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__navlink:hover {
|
.primary_nav__navlink:hover {
|
||||||
color: var(--wtf-mid-grey);
|
color: var(--wtf-mid-grey);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary_nav__sub_navlist {
|
|
||||||
display: none;
|
|
||||||
z-index: 20;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__navlist > li:hover > .primary_nav__sub_navlist {
|
|
||||||
display: block;
|
|
||||||
margin: 2.6rem 0 0 -0.5rem;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
background-color: var(--wtf-dark-blue);
|
|
||||||
border-left: 2px solid var(--wtf-mid-grey);
|
|
||||||
border-right: 2px solid var(--wtf-mid-grey);
|
|
||||||
border-bottom: 2px solid var(--wtf-mid-grey);
|
|
||||||
box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.35);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Gleicht zusammen mit padding von .primary_nav__navitem die Verschiebung durch
|
* Gleicht zusammen mit padding von .primary_nav__navitem die Verschiebung durch
|
||||||
* Submenümarker aus.
|
* Submenümarker aus.
|
||||||
@ -175,13 +148,6 @@ body {
|
|||||||
border-right: 3px solid var(--wtf-nearly-black);
|
border-right: 3px solid var(--wtf-nearly-black);
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary_nav__sub_navitem {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0.5rem 0.5rem;
|
|
||||||
list-style: none;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header__secondary_nav {
|
.header__secondary_nav {
|
||||||
margin: 4.5rem 0.5rem 0 0;
|
margin: 4.5rem 0.5rem 0 0;
|
||||||
}
|
}
|
||||||
@ -236,9 +202,7 @@ header {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__button,
|
|
||||||
.content__button,
|
|
||||||
.claim__button,
|
|
||||||
.pod_ctrl_box__button {
|
.pod_ctrl_box__button {
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
margin: 1.5rem 1rem 0rem 0;
|
margin: 1.5rem 1rem 0rem 0;
|
||||||
@ -260,11 +224,6 @@ header {
|
|||||||
max-width: 20rem;
|
max-width: 20rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__button {
|
|
||||||
width: 70%;
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header__bg_box {
|
.header__bg_box {
|
||||||
margin-top: -0.75rem;
|
margin-top: -0.75rem;
|
||||||
|
|
||||||
@ -501,18 +460,12 @@ header {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub_claim__box, .claim__background_box {
|
.sub_claim__box {
|
||||||
padding: 0.5rem 1.5rem 3.5rem 1.5rem;
|
padding: 0.5rem 1.5rem 3.5rem 1.5rem;
|
||||||
background-color: var(--wtf-orange);
|
background-color: var(--wtf-orange);
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub_claim__button, .claim__button {
|
|
||||||
align-self: flex-end;
|
|
||||||
margin-top: -1.5rem;
|
|
||||||
z-index: 5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header__sub_claim h2 {
|
.header__sub_claim h2 {
|
||||||
font-family: 'Noto Serif', serif;
|
font-family: 'Noto Serif', serif;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@ -536,23 +489,18 @@ header {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__inner_third_button_link,
|
|
||||||
.claim__button_link,
|
|
||||||
.pod_ctrl_box__button_link {
|
.pod_ctrl_box__button_link {
|
||||||
color: var(--wtf-nearly-white) !important;
|
color: var(--wtf-nearly-white) !important;
|
||||||
font-family: 'Lato Bold' !important;
|
font-family: 'Lato Bold' !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__button_link,
|
|
||||||
.content__inner_third_button_link,
|
|
||||||
.claim__button_link,
|
|
||||||
.pod_ctrl_box__button_link {
|
.pod_ctrl_box__button_link {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__button_link:hover,
|
|
||||||
.content__inner_third_button_link:hover,
|
|
||||||
.claim__button_link:hover,
|
|
||||||
.pod_ctrl_box__button_link:hover {
|
.pod_ctrl_box__button_link:hover {
|
||||||
text-decoration: underline !important;
|
text-decoration: underline !important;
|
||||||
}
|
}
|
||||||
@ -588,13 +536,6 @@ h2 {
|
|||||||
margin: 1em 0 0.25em 0;
|
margin: 1em 0 0.25em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__inner_third_heading {
|
|
||||||
font-family: 'Lato';
|
|
||||||
font-size: 1.5rem;
|
|
||||||
color: var(--wtf-orange);
|
|
||||||
margin-bottom: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-family: 'Noto Serif';
|
font-family: 'Noto Serif';
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
@ -609,20 +550,6 @@ h4 {
|
|||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
|
||||||
font-family: 'Noto Serif';
|
|
||||||
font-size: 1.25rem;
|
|
||||||
line-height: 1.2em;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h6 {
|
|
||||||
font-family: 'Noto Serif';
|
|
||||||
font-size: 1rem;
|
|
||||||
line-height: 1.2em;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
@ -679,13 +606,6 @@ hr.-even {
|
|||||||
color: var(--wtf-light-grey);
|
color: var(--wtf-light-grey);
|
||||||
}
|
}
|
||||||
|
|
||||||
.body__separator {
|
|
||||||
max-width: 1080px;
|
|
||||||
width: 90%;
|
|
||||||
margin: 3rem 0 0 0;
|
|
||||||
color: var(--wtf-orange);
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: 1.5rem 0;
|
padding: 1.5rem 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -713,64 +633,24 @@ hr.-even {
|
|||||||
|
|
||||||
.content__box,
|
.content__box,
|
||||||
.contact__box,
|
.contact__box,
|
||||||
.content__half_box,
|
.content__half_box {
|
||||||
.content__third_box,
|
|
||||||
.content__aggregate_box {
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__half_box,
|
.content__half_box {
|
||||||
.content__third_box,
|
|
||||||
.content__aggregate_box {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__aggregate_box {
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__inner_half_box {
|
.content__inner_half_box {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__inner_third_box {
|
|
||||||
flex-basis: 33%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__inner_aggregate_box {
|
|
||||||
margin: 1.5rem 1.5rem;
|
|
||||||
flex-basis: 40%;
|
|
||||||
min-width: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indented_box {
|
.indented_box {
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex_heading {
|
|
||||||
margin-top: 0.5rem;
|
|
||||||
z-index: 5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.claim {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
.claim__text {
|
|
||||||
color: var(--wtf-nearly-white);
|
|
||||||
font-size: 1.2rem;
|
|
||||||
line-height: 1.4em;
|
|
||||||
margin: 0.5rem 0 1.5rem 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.claim__button {
|
|
||||||
z-index: 5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
margin: 3rem 1.5rem 0 1.5rem;
|
margin: 3rem 1.5rem 0 1.5rem;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
@ -799,26 +679,7 @@ hr.-even {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__inner_third_image {
|
, {
|
||||||
margin-bottom: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__inner_third_heading_link,
|
|
||||||
.content__aggregate_heading_link {
|
|
||||||
color: var(--wtf-light-blue);
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__inner_third_heading_link:hover,
|
|
||||||
.content__aggregate_heading_link:hover {
|
|
||||||
color: var(--wtf-dark-grey);
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__button_box {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__button, {
|
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto 0 auto;
|
margin: 0 auto 0 auto;
|
||||||
}
|
}
|
||||||
@ -832,12 +693,7 @@ hr.-even {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__inline_image {
|
.content__half_box_image {
|
||||||
height: 1.25rem;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__half_box_image, .content__inner_third_image {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1087,7 +943,7 @@ hr.-even {
|
|||||||
margin: 3.5rem 1.5rem 0 1.5rem;
|
margin: 3.5rem 1.5rem 0 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__inner_box, .content__inner_half_box, .content__inner_third_box {
|
.content__inner_box, .content__inner_half_box {
|
||||||
margin: -0.5rem 1.5rem 0 1.5rem;
|
margin: -0.5rem 1.5rem 0 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1117,11 +973,6 @@ hr.-even {
|
|||||||
height: 1rem;
|
height: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__rss_logo_heading,
|
|
||||||
.content__podcast_logo_heading {
|
|
||||||
height: 1.75rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.content__pagination {
|
.content__pagination {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -1135,14 +986,11 @@ hr.-even {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav__wrapper,
|
|
||||||
.header__wrapper,
|
|
||||||
.content__box,
|
.content__box,
|
||||||
.contact__box,
|
.contact__box,
|
||||||
.content__half_box,
|
.content__half_box,
|
||||||
.footer__wrapper,
|
.footer__wrapper,
|
||||||
.content__third_box,
|
|
||||||
.content__aggregate_box,
|
|
||||||
.card_grid {
|
.card_grid {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
@ -1184,8 +1032,7 @@ hr.-even {
|
|||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__inner_box.-card_box,
|
.content__inner_box.-card_box {
|
||||||
.content__inner_box.-card_box_head {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@ -1195,10 +1042,6 @@ hr.-even {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__inner_box.-card_box_head {
|
|
||||||
margin-bottom: -5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__box.-columns {
|
.content__box.-columns {
|
||||||
column-count: var(--column-count);
|
column-count: var(--column-count);
|
||||||
}
|
}
|
||||||
@ -1223,15 +1066,10 @@ hr.-even {
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact_form--required,
|
.contact_form--required {
|
||||||
.--error {
|
|
||||||
color: var(--dark-red)
|
color: var(--dark-red)
|
||||||
}
|
}
|
||||||
|
|
||||||
.--success {
|
|
||||||
color: var(--dark-green);
|
|
||||||
}
|
|
||||||
|
|
||||||
.contact_form__textarea,
|
.contact_form__textarea,
|
||||||
.contact_form__text_input,
|
.contact_form__text_input,
|
||||||
.contact_form__captcha {
|
.contact_form__captcha {
|
||||||
@ -1297,10 +1135,6 @@ footer {
|
|||||||
background-color: var(--wtf-footer-grey);
|
background-color: var(--wtf-footer-grey);
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer__content_box {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer__nav {
|
.footer__nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@ -1329,9 +1163,6 @@ footer {
|
|||||||
/* footer - Ende */
|
/* footer - Ende */
|
||||||
|
|
||||||
@media screen and (min-width: 1200px) {
|
@media screen and (min-width: 1200px) {
|
||||||
.primary_nav__members, .primary_nav__lang_switch {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__toggle {
|
.primary_nav__toggle {
|
||||||
display: none;
|
display: none;
|
||||||
@ -1347,18 +1178,11 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1100px) and (max-width: 1200px) {
|
@media screen and (min-width: 1100px) and (max-width: 1200px) {
|
||||||
.header__top_box .header__button {
|
|
||||||
display: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header__bg_box {
|
.header__bg_box {
|
||||||
grid-template-columns: 15% 82px auto 96px 22.5%;
|
grid-template-columns: 15% 82px auto 96px 22.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary_nav__members, .primary_nav__lang_switch {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__toggle {
|
.primary_nav__toggle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -1381,14 +1205,6 @@ footer {
|
|||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__top_box .header__button {
|
|
||||||
display: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__members, .primary_nav__lang_switch {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__toggle {
|
.primary_nav__toggle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -1404,14 +1220,6 @@ footer {
|
|||||||
.content__inner_box {
|
.content__inner_box {
|
||||||
margin: -0.5rem 1.5rem 0 1.5rem;
|
margin: -0.5rem 1.5rem 0 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__button {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__inner_box.-card_box_head {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1044px) and (min-width: 960px) {
|
@media screen and (max-width: 1044px) and (min-width: 960px) {
|
||||||
@ -1429,14 +1237,6 @@ footer {
|
|||||||
background-position: top -100px right -580px;
|
background-position: top -100px right -580px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__top_box .header__button {
|
|
||||||
display: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__members, .primary_nav__lang_switch {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__toggle {
|
.primary_nav__toggle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -1453,18 +1253,6 @@ footer {
|
|||||||
margin: -0.5rem 1.5rem 0 1.5rem;
|
margin: -0.5rem 1.5rem 0 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__button {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__inner_box.-card_box_head {
|
|
||||||
flex-direction: column-reverse;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flex_heading {
|
|
||||||
margin: 1.5rem 0 -1.5rem 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__box.-card_box.-homepage {
|
.content__box.-card_box.-homepage {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
@ -1498,14 +1286,6 @@ footer {
|
|||||||
margin: 2rem 1.5rem -3rem 1.5rem;
|
margin: 2rem 1.5rem -3rem 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__top_box .header__button {
|
|
||||||
display: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__members, .primary_nav__lang_switch {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__toggle {
|
.primary_nav__toggle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -1522,19 +1302,6 @@ footer {
|
|||||||
margin: -0.5rem 1.5rem 0 1.5rem;
|
margin: -0.5rem 1.5rem 0 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__button {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__inner_box.-card_box_head {
|
|
||||||
flex-direction: column-reverse;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flex_heading {
|
|
||||||
margin: 1.5rem 0 -1.5rem 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__box.-card_box.-homepage {
|
.content__box.-card_box.-homepage {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
@ -1554,14 +1321,6 @@ footer {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__top_box .header__button {
|
|
||||||
display: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__members, .primary_nav__lang_switch {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__toggle {
|
.primary_nav__toggle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -1574,18 +1333,6 @@ footer {
|
|||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__button {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__inner_box.-card_box_head {
|
|
||||||
flex-direction: column-reverse;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flex_heading {
|
|
||||||
margin: 1.5rem 0 -1.5rem 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__box.-card_box.-homepage {
|
.content__box.-card_box.-homepage {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
@ -1671,10 +1418,6 @@ footer {
|
|||||||
padding-bottom: 2.5rem;
|
padding-bottom: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__top_box .header__button {
|
|
||||||
display: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header__primary_nav {
|
.header__primary_nav {
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
}
|
}
|
||||||
@ -1688,14 +1431,6 @@ footer {
|
|||||||
margin-right: 1.5rem;
|
margin-right: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary_nav__navlist > li:hover > .primary_nav__sub_navlist {
|
|
||||||
margin: 2.2rem 0 0 -0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__members, .primary_nav__lang_switch {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__toggle {
|
.primary_nav__toggle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -1709,35 +1444,17 @@ footer {
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__half_box, .content__third_box {
|
.content__half_box {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__inner_half_box, .content__inner_third_box {
|
.content__inner_half_box {
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 0 1.5rem;
|
margin: 0 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__button {
|
|
||||||
width: 40%;
|
|
||||||
margin: 0 0 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__inner_third_heading {
|
|
||||||
margin-top: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__inner_box.-card_box_head {
|
|
||||||
flex-direction: column-reverse;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flex_heading {
|
|
||||||
margin: 1.5rem 0 -1.5rem 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__box.-card_box.-homepage {
|
.content__box.-card_box.-homepage {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
@ -1751,11 +1468,6 @@ footer {
|
|||||||
.pod_ctrl_box {
|
.pod_ctrl_box {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__inner_aggregate_box {
|
|
||||||
margin: 1.5rem 1rem;
|
|
||||||
flex-grow: 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 595px) {
|
@media screen and (max-width: 595px) {
|
||||||
@ -1780,10 +1492,6 @@ footer {
|
|||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
|
||||||
font-size: 1.05rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* global styles - start */
|
/* global styles - start */
|
||||||
|
|
||||||
.header__secondary_nav {
|
.header__secondary_nav {
|
||||||
@ -1794,10 +1502,6 @@ footer {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary_nav__members, .primary_nav__lang_switch {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
header {
|
header {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
@ -1848,10 +1552,6 @@ footer {
|
|||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__button, .content__button, .claim__button {
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bg_box__top_bar_left,
|
.bg_box__top_bar_left,
|
||||||
.bg_box__top_bar_middle,
|
.bg_box__top_bar_middle,
|
||||||
.bg_box__top_bar_right,
|
.bg_box__top_bar_right,
|
||||||
@ -1922,36 +1622,7 @@ footer {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary_nav__sub_navlist {
|
.primary_nav__navlink {
|
||||||
display: block;
|
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
margin: 0 0 0 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__navlist > li:hover > .primary_nav__sub_navlist {
|
|
||||||
margin: 0 0 0 1rem;
|
|
||||||
position: static;
|
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__sub_navitem {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0.5rem 0.5rem;
|
|
||||||
list-style: none;
|
|
||||||
text-align: left;
|
|
||||||
border-top: 1px solid var(--wtf-mid-grey);
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__sub_navitem {
|
|
||||||
border-top: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.primary_nav__navlink,
|
|
||||||
.primary_nav__sub_navlink {
|
|
||||||
color: var(--wtf-nearly-black)
|
color: var(--wtf-nearly-black)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1961,9 +1632,6 @@ footer {
|
|||||||
/* mobile nav - Ende */
|
/* mobile nav - Ende */
|
||||||
|
|
||||||
/* homepage - start */
|
/* homepage - start */
|
||||||
.body__separator {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__inner_box.-logo_header {
|
.content__inner_box.-logo_header {
|
||||||
margin: -0.5rem 1.5rem 0 1.5rem;
|
margin: -0.5rem 1.5rem 0 1.5rem;
|
||||||
@ -1973,35 +1641,17 @@ footer {
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__half_box, .content__third_box {
|
.content__half_box {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__inner_half_box, .content__inner_third_box {
|
.content__inner_half_box {
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 0 1.5rem;
|
margin: 0 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__button {
|
|
||||||
width: auto;
|
|
||||||
margin: -0.5rem 0 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__inner_third_heading {
|
|
||||||
margin-top: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__inner_box.-card_box_head {
|
|
||||||
flex-direction: column-reverse;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flex_heading {
|
|
||||||
margin: 1.5rem 0 -1.5rem 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content__box.-card_box.-homepage {
|
.content__box.-card_box.-homepage {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
@ -2021,11 +1671,6 @@ footer {
|
|||||||
.pod_ctrl_box {
|
.pod_ctrl_box {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__inner_aggregate_box {
|
|
||||||
margin: 1.5;
|
|
||||||
flex-grow: 1;
|
|
||||||
}
|
|
||||||
/* content - end */
|
/* content - end */
|
||||||
|
|
||||||
/* footer - start */
|
/* footer - start */
|
||||||
|
Loading…
Reference in New Issue
Block a user