/* * Namensschema der CSS-Klassen nach BEM (Block Element Modifier, * http://getbem.com/naming/). Mit der Erweiterung, dass Modifier einzeln * mit Bindestrich angegeben werden. Also: * *
  • einfügen. * Für das Icon dann position: relative; und ausrichten. * Quelle: https://codepen.io/team/css-tricks/pen/MyxBrQ */ .header__claim ul li { margin: 0; list-style: none; list-style-image: url('../images/frontpage_tirangle_bullet.svg'); list-style-position: inside; } .header__claim ul li.-first { margin-left: 4rem; } .header__claim ul li.-second{ margin-left: 2rem; } .header__claim ul li.-third{ } .header__claim ul li::marker { font-size: 4.5rem; } .header__sub_claim p { font-family: 'Lato', sans-serif; font-weight: normal; line-height: 1.4rem; font-size: 1.2rem; line-height: 1.3em; margin: 0.5em 0 0 1em; color: var(--wtf-nearly-black); } .header__sub_claim { grid-row: 4 / span 3; grid-column: 3 / span 3; margin: 3.5rem 2rem -3rem 1.5rem; padding: 0.5rem 1.5rem 0 1.5rem; background-color: var(--wtf-orange); z-index: 15; display: flex; flex-direction: column; background-color: transparent; } .sub_claim__box, .claim__background_box { padding: 0.5rem 1.5rem 3.5rem 1.5rem; background-color: var(--wtf-orange); z-index: 5; } .sub_claim__button, .claim__button { align-self: flex-end; margin-top: -1.5rem; z-index: 5; } .header__sub_claim h2 { font-family: 'Noto Serif', serif; font-weight: 700; color: var(--wtf-nearly-black); font-weight: normal; font-size: 1.75rem; line-height: 1.3em; } .header__sub_claim p { color: var(--wtf-nearly-white); margin: 0.5em 0 0 0; } .header__sub_claim a { color: var(--wtf-nearly-white); text-decoration: underline; } .header__sub_claim a:hover { text-decoration: none; } .content__inner_third_button_link, .claim__button_link, .pod_ctrl_box__button_link { color: var(--wtf-nearly-white) !important; font-family: 'Lato Bold' !important; } .header__button_link, .content__inner_third_button_link, .claim__button_link, .pod_ctrl_box__button_link { text-decoration: none !important; } .header__button_link:hover, .content__inner_third_button_link:hover, .claim__button_link:hover, .pod_ctrl_box__button_link:hover { text-decoration: underline !important; } /* header - Ende */ /* main - Start */ main { margin: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; align-content: center; } h1 { font-family: 'Noto Serif'; font-size: 3.5rem; color: var(--wtf-orange); margin: 1rem 0 0 0; line-height: 1.3em; } h1.big_heading { font-size: 7.5rem; } h2 { font-family: 'Noto Serif'; color: var(--wtf-orange); font-size: 2rem; line-height: 1.1em; 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 { font-family: 'Noto Serif'; font-size: 1.75rem; line-height: 1.3em; margin-top: 0.5em; } h4 { font-family: 'Noto Serif'; font-size: 1.5rem; line-height: 1.3em; 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 { margin-bottom: 1rem; } pre { line-height: 1.5rem; margin-bottom: 1rem; margin-top: 0.15rem; } ul { list-style: disc; } ul, ol { margin: 0 0 1rem 0.5rem; } ul ul, ol ol { margin-left: 2rem; } ul li { list-style: disc; } ol li, ol { list-style: decimal; } li { margin-left: 1rem; } i { font-family: 'Lato Italic', sans-serif; } strong{ font-family: 'Lato Bold', sans-serif; font-weight: bold; } em { font-style: italic; } hr { color: var(--wtf-nearly-black); margin: 0.25rem 0; } hr.-even { color: var(--wtf-light-grey); } .body__separator { max-width: 1080px; width: 90%; margin: 3rem 0 0 0; color: var(--wtf-orange); } .content { padding: 1.5rem 0; width: 100%; display: flex; flex-direction: column; justify-content: center; } .content.-no_pad { padding: 0; margin-top: -1.5rem; } .content__blog_link.-odd { color: var(--wtf-nearly-black) !important; } .content__blog_link.-even { color: var(--wtf-very-light-blue) !important; } .content__blog_link:hover { color: var(--wtf-mid-grey) !important; } .content__box, .contact__box, .content__half_box, .content__third_box, .content__aggregate_box { margin: 0 auto; padding: 0; } .content__half_box, .content__third_box, .content__aggregate_box { display: flex; flex-direction: row; } .content__aggregate_box { flex-wrap: wrap; justify-content: space-between; } .content__inner_half_box { 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 { 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 { margin: 3rem 1.5rem 0 1.5rem; max-width: 300px; display: flex; flex-direction: column; justify-content: center; } .card__icon { width: 7rem; margin: 0 auto; } .card__heading { color: var(--wtf-nearly-white); font-family: 'Lato'; font-size: 1.3rem; margin: 1rem 0; } .card__heading.-homepage { text-align: center; } .card__text { 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; margin: 0 auto 0 auto; } .content__teaser { color: var(--wtf-orange); font-size: 1.15rem; } .content__footer { text-align: right; } .content__inline_image { height: 1.25rem; vertical-align: middle; } .content__half_box_image, .content__inner_third_image { width: 100%; } /* Contact form on homepage - start */ .contact__box { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; } .contact__box h1 { grid-area: 1 / 1 / 2 / 3; text-align: right; transform-origin: top right; transform: translateX(-90%) rotate(-80deg); padding: 0; max-width: 50%; font-size: 9rem; z-index: 0; } .contact__box .contact_info__box { grid-area: 1 / 1 / 2 / 2; margin-left: 33%; z-index: 1; } .contact__box .contact_form_box { grid-area: 1 / 2 / 3 / 2; z-index: 1; } .contact_info__box { align-self: end; } /* Contact form on homepage - end */ /* card_grid - start */ .card_grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; row-gap: 1.5rem; column-gap: 1.5rem; } .card_grid__card { /* RESET VALUES FROM OTHER CARD CLASS - START */ margin: 0; max-width: max-content; display: block; /* RESET VALUES FROM OTHER CARD CLASS - END */ display: flex; flex-direction: column; } .card__header { background-color: #0990A9; background-image: url("../images/rss_logo.svg"); background-repeat: no-repeat; background-position: top 1rem right 1rem; background-size: 2.25rem; color: var(--wtf-nearly-white); padding: 1rem; } .card__header--podcast { background-color: #2560f4ff; background-image: url("../images/podcast_logo.svg"); } .card__header img { position: relative; top: 0.15rem; height: 1rem; } .card__heading { font-family: "Noto Serif"; font-size: 1.75rem; line-height: 2rem; color: var(--wtf-nearly-white); margin: 0.5rem 0 1rem 0; } .card__info { display: flex; flex-direction: row; justify-content: space-between; } .card__info p { margin-bottom: 0; } .card__body { background-color: var(--wtf-nearly-white); padding: 1rem; height: 100%; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0px -0.25rem 0.5rem -0.25rem var(--wtf-nearly-black); } .pod_ctrl_box audio { width: 100%; height: auto; margin-bottom: 1rem; } .card__link p { text-align: right; margin: 0; } /* card_grid - end */ /* services- start */ .services_box { display: grid; grid-template-columns: 3fr 1fr; grid-template-rows: 1fr; grid-template-areas: "cards heading"; margin-bottom: 3rem; } .services_box h1 { margin-right: 1.5rem; color: transparent; background-image: url("../images/headings/services.svg"); background-repeat: no-repeat; background-size: contain; background-position: right; grid-area: heading; } .services_card_box { grid-area: cards; margin-left: 1.5rem; display: flex; flex-direction: column; gap: 2rem; } .services_card { display: flex; flex-direction: row; align-items: center; gap: 2rem; padding: 2rem; background-color: var(--wtf-nearly-white); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); } .services_card.-even { flex-direction: row-reverse; } .services_card__image_box img { height: 8rem; } .services_card__text_box { font-size: 1.25rem; line-height: 1.5em; } .services_card__text_box h2 { font-family: "Lato"; font-size: 1.5rem; color: var(--wtf-orange); margin-bottom: 0.5rem; } /* services_cards - end */ /* bubble_gird - start */ .bubble_grid { margin: 0 1.5rem 0 1.5rem; display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(4, 10rem); } .bubble_grid__bubble { align-self: center; background-color: var(--wtf-nearly-white); width: 8rem; height: 8rem; border-radius: 50%; justify-self: center; display: flex; justify-content: center; align-items: center; } .bubble_grid__bubble img { max-width: 5rem; max-height: 5rem; } .bubble_grid__card { grid-column: 1 / span 3; grid-row: 2 / span 3; font-size: 1.25rem; line-height: 1.5em; background-color: var(--wtf-nearly-white); padding: 3rem; margin: 1.5rem } /* bubble_gird - end */ .content__box p, .content__box li { hyphens: auto; } .content__box a, .pagination__anchor, .content__half_box a { color: var(--wtf-orange); } .content__box a:hover, .pagination__anchor:hover, .content__half_box a:hover { color: var(--wtf-light-blue); } .content__box a:visited, .pagination__anchor:visited, .content__half_box a:visited, .pagination__anchor.-even:visited { color: var(--wtf-light-blue); } .content__inner_box.-logo_header { margin: 3.5rem 1.5rem 0 1.5rem; } .content__inner_box, .content__inner_half_box, .content__inner_third_box { margin: -0.5rem 1.5rem 0 1.5rem; } .content__box.-membership { background-image: url("../images/numbers_one.svg"); background-repeat: no-repeat; background-position: top 20% left; background-size: 20% auto; } .content__inner_box.-membership { background-image: url("../images/numbers_two.svg"); background-repeat: no-repeat; background-position: center right; background-size: 28% auto; } .content__body.-membership { background-image: url("../images/numbers_three.svg"); background-repeat: no-repeat; background-position: bottom 12% left; background-size: 22% auto; } .content__rss_logo { display: inline; height: 1rem; } .content__rss_logo_heading, .content__podcast_logo_heading { height: 1.75rem; } .content__pagination { text-align: center; } .content__pagination.-even { color: var(--wtf-light-grey); } .pagination__anchor.-even { } .nav__wrapper, .header__wrapper, .content__box, .contact__box, .content__half_box, .footer__wrapper, .content__third_box, .content__aggregate_box, .card_grid { width: 100%; max-width: 1200px; orphans: 3; widows: 2; } .content__box.-heading { margin-bottom: 1.5rem; } .content__box.-card_box.-homepage { margin-top: -7rem; padding-top: 7rem; } .content__box.-card_box { /* * Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#729baf+0,8ea8a9+100 * * Dunkler, Kontrast zum Fließtext und zum Koffer-Icon fragwürdig. */ background: #729baf; background: -moz-linear-gradient(45deg, #729baf 0%, #8ea8a9 100%); background: -webkit-linear-gradient(45deg, #729baf 0%,#8ea8a9 100%); background: linear-gradient(45deg, #729baf 0%,#8ea8a9 100%); /* * Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5491ad+0,add7d8+100 * * Heller, Kontrast zur Überschrift und zum Group-Icon fragwürdig. * background: #5491ad; background: -moz-linear-gradient(45deg, #5491ad 0%, #add7d8 100%); background: -webkit-linear-gradient(45deg, #5491ad 0%,#add7d8 100%); background: linear-gradient(45deg, #5491ad 0%,#add7d8 100%); */ z-index: 0; } .content__inner_box.-card_box, .content__inner_box.-card_box_head { display: flex; justify-content: space-around; flex-direction: row; flex-wrap: wrap; width: 100%; padding-bottom: 3rem; margin: 0; } .content__inner_box.-card_box_head { margin-bottom: -5rem; } .content__box.-columns { column-count: var(--column-count); } .content__inner_box.-width_constraint { max-width: 75ch; } .content.-odd { background-color: var(--wtf-light-grey); color: var(--wtf-dark-grey); } .content.-even { background-color: var(--wtf-night-blue); color: var(--wtf-light-grey); } .pod_ctrl_box { display: flex; flex-direction: column; justify-content: flex-start; } .contact_form--required, .--error { color: var(--dark-red) } .--success { color: var(--dark-green); } .contact_form__textarea, .contact_form__text_input, .contact_form__captcha { display: flex; flex-direction: column; } .contact_form__message { height: 12em; } .contact_form__subject, .contact_form__message, .contact_form__name, .contact_form__email, .contact_form__captcha { font-family: 'Lato', sans-serif; line-height: 1.3rem; font-size: 1rem; } .contact_form__submit_button { font-size: 1rem; padding: 0 0.25rem; } /* Hide captcha field as part of spam protection. We got no real captcha. */ .contact_form__captcha { display: none; } /* main - Ende */ /* footer - Start */ footer { background-color: var(--wtf-footer-grey); color: var(--wtf-nearly-white); margin-top: 5rem; padding: 0 0 3% 0; display: grid; grid-template-rows: 46px auto; grid-template-columns: auto 68px 15%; } .footer__wrapper { grid-column: 1 / span 3; display: flex; flex-direction: row; justify-content: center; padding-top: 3%; max-width: 1200px; margin: 0 auto; } .footer__top_bar_left { background-color: var(--wtf-light-grey); } .footer__top_bar_mid { background-image: url("../images/footer_triangles.svg"); } .footer__top_bar_right { background-color: var(--wtf-footer-grey); } .footer__content_box { } .footer__nav { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; } .footer__social_logo { max-width: 30px; display: inline-block; padding-top: 0.25rem; } .footer__navitem { display: inline-block; padding: 0.5rem 2rem; } .footer__navlink { color: var(--wtf-light-grey); } .footer__navlink:hover { color: var(--wtf-dark-grey); } /* footer - Ende */ @media screen and (min-width: 1200px) { .primary_nav__members, .primary_nav__lang_switch { display: none; } .primary_nav__toggle { display: none; } .primary_nav__navlist { display: flex !important; } .content__inner_box { margin: -0.5rem 1.5rem 0 1.5rem; } } @media screen and (min-width: 1100px) and (max-width: 1200px) { .header__top_box .header__button { display: auto; } .header__bg_box { grid-template-columns: 15% 82px auto 96px 22.5%; } .primary_nav__members, .primary_nav__lang_switch { display: none; } .primary_nav__toggle { display: none; } .primary_nav__navlist { display: flex !important; } .content__inner_box { margin: -0.5rem 1.5rem 0 1.5rem; } } @media screen and (max-width: 1099px) and (min-width: 910px) { .header__bg_box { grid-template-columns: 5% 82px auto 96px 22.5%; } .header__sub_claim { margin-left: 0.5rem; } .header__top_box .header__button { display: auto; } .primary_nav__members, .primary_nav__lang_switch { display: none; } .primary_nav__toggle { display: none; } .primary_nav__navlist { display: flex !important; } .secondary_nav__navlist { margin-right: 0.5rem; } .content__inner_box { 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) { header { margin-bottom: 4rem; } .header__bg_box { grid-template-columns: 15% 82px auto 96px 22.5%; } .bg_box__unicorns { background-image: url("../images/white_unicorns.svg"); background-size: auto 150%; 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 { display: none; } .primary_nav__navlist { display: flex !important; } .secondary_nav__navlist { margin-right: 0.5rem; } .content__inner_box { 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 { margin-top: 0; padding-top: 0; } } @media screen and (max-width: 959px) and (min-width: 790px) { header { margin-bottom: 1rem; } .header__bg_box { grid-template-columns: 15% 82px auto 96px 22.5%; } .bg_box__unicorns { background-image: url("../images/white_unicorns.svg"); background-size: auto 150%; background-position: top -100px right -630px; } .header__claim { margin: 2rem 0 0 1.5rem; grid-row: 3 / span 1; grid-column: 1 / span 5; } .header__sub_claim { grid-column: 1 / span 5; padding: 0; 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 { display: none; } .primary_nav__navlist { display: flex !important; } .secondary_nav__navlist { margin-right: 0.5rem; } .content__inner_box { 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 { margin-top: 0; padding-top: 0; } } @media screen and (max-width: 850px) and (min-width: 790px) { :root { --column-count: 1 } .header__bg_box { grid-template-columns: 15% 82px auto 96px auto; } .bg_box__unicorns { display: none; } .header__top_box .header__button { display: auto; } .primary_nav__members, .primary_nav__lang_switch { display: none; } .primary_nav__toggle { display: none; } .primary_nav__navlist { display: flex !important; } .secondary_nav__navlist { 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 { margin-top: 0; padding-top: 0; } } @media screen and (max-width: 789px) and (min-width: 596px) { :root { --column-count: 1 } header { margin-bottom: 0; } header, .header__bg_box, .header__slim_box { display: flex; flex-direction: column; justify-content: center; } .header__bg_box { background-image: none; } .bg_box__top_bar_left, .bg_box__top_bar_middle, .bg_box__top_bar_right, .bg_box__unicorns, .bg_box__big_bg, .bg_box__bottom_bar_left, .bg_box__bottom_bar_middle, .bg_box__bottom_bar_right, .bg_box__very_bottom_bar { display: none; } /* slim header - start */ .header__slim_box { background-image: none; padding-bottom: 0; } .slim_box__top_bar_left { margin: 0 0.5rem 0 0; height: 1.125rem; background-image: url("../images/slim_header_top_triangles.svg"); background-position: right; background-repeat: no-repeat; } .slim_box__top_bar_middle, .slim_box__unicorns, .slim_box__top_bar_right { display: none; } /* slim header - end */ .header__claim { margin: 1.2rem 1.5rem 0 1.5rem; grid-row: 3 / span 1; grid-column: 1 / span 5; background: var(--wtf-dark-blue); } .header__claim h2 span { padding: 0 1.5rem; } .header__claim p { margin: 0; padding: 1.5rem; color: var(--wtf-nearly-white); } .header__sub_claim { grid-column: 1 / span 5; padding: 0; margin: 0 1.5rem 0 1.5rem; } .sub_claim__box { padding-bottom: 2.5rem; } .header__top_box .header__button { display: auto; } .header__primary_nav { height: 2.5rem; } .secondary_nav__navlist { margin-right: 1rem; } .primary_nav__navlist { display: flex !important; 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 { display: none; } .content__inner_box.-logo_header { margin: -0.5rem 1.5rem 0 1.5rem; } /* homepage - start */ .content__box.-heading { margin-bottom: 1rem; } .content__half_box, .content__third_box { flex-direction: column; padding: 0; width: auto; } .content__inner_half_box, .content__inner_third_box { width: auto; 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 { margin-top: 0; padding-top: 0; } .card { max-width: 250px; } /* homepage - end */ .pod_ctrl_box { margin-top: 1.5rem; } .content__inner_aggregate_box { margin: 1.5rem 1rem; flex-grow: 1; } } @media screen and (max-width: 595px) { :root { --column-count: 1 } /* global styles - start */ h1 { font-size: 2rem; } h2 { font-size: 1.25rem; } h3 { font-size: 1.15rem; } h4 { font-size: 1.1rem; } h5 { font-size: 1.05rem; } /* global styles - start */ .header__secondary_nav { display: none; } .header__primary_nav { background-color: transparent; } .primary_nav__members, .primary_nav__lang_switch { display: block; } header { margin-bottom: 0; } header, .header__bg_box, .header__slim_box { display: flex; flex-direction: column; justify-content: center; } .header__bg_box { background-image: none; } .header__slim_box { margin-top: -3rem; } .header__claim { margin: 0.5rem 0.5rem 0 0.5rem; grid-row: 3 / span 1; grid-column: 1 / span 5; background: var(--wtf-dark-blue); } .header__claim h2 span { padding: 0 1.5rem; } .header__claim p { margin: 0; padding: 1.5rem; background: var(--wtf-dark-blue); color: var(--wtf-nearly-white); } .header__sub_claim { grid-column: 1 / span 5; padding: 0; margin: 0 0.5rem 0.5rem 0.5rem; } .header__claim p, .header__sub_claim p { font-size: 1rem; } .header__claim h2, .header__sub_claim h2 { font-size: 1.25rem; } .header__button, .content__button, .claim__button { font-size: 1em; } .bg_box__top_bar_left, .bg_box__top_bar_middle, .bg_box__top_bar_right, .bg_box__unicorns, .bg_box__big_bg, .bg_box__bottom_bar_left, .bg_box__bottom_bar_middle, .bg_box__bottom_bar_right, .bg_box__very_bottom_bar { display: none; } /* slim header - start */ .header__slim_box { background-image: none; margin: 0; padding: 0; z-index: 40; } .slim_box__top_bar_left { margin: 0 0.5rem 0 0; height: 1.125rem; background-image: url("../images/slim_header_top_triangles.svg"); background-position: right; background-repeat: no-repeat; } .slim_box__top_bar_middle, .slim_box__top_bar_right, .slim_box__unicorns { display: none; } /* slim header - end */ .sub_claim__box { padding-bottom: 2.5rem; } /* mobile nav - Start */ .header__primary_nav { position: absolute; left: 0; top: 0; justify-content: flex-end; } .primary_nav__toggle { display: block; margin: 2.25rem 1rem 0 0; } .primary_nav__navlist { display: none; position: absolute; top: 6.5rem; right: 0; border-top: 2px solid var(--wtf-nearly-black); border-left: 2px solid var(--wtf-nearly-black); border-bottom: 2px solid var(--wtf-nearly-black); background-color: var(--wtf-light-grey); box-shadow: 5px 0px 15px 5px rgba(0, 0, 0, 0.25); } .primary_nav__navitem { margin: 0; padding: 1rem 1rem 1rem 1.5rem; display: block; } .primary_nav__sub_navlist { 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) } .primary_nav__navlink:hover { color: var(--wtf-mid-grey); } /* mobile nav - Ende */ /* homepage - start */ .body__separator { margin: 0; } .content__inner_box.-logo_header { margin: -0.5rem 1.5rem 0 1.5rem; } .content__box.-heading { margin-bottom: 1rem; } .content__half_box, .content__third_box { flex-direction: column; padding: 0; width: auto; } .content__inner_half_box, .content__inner_third_box { width: auto; 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 { margin-top: 0; padding-top: 0; } .card { margin-top: 1.5rem; max-width: 450px; } /* homepage - end */ /* content - start */ .content__teaser { font-size: 1rem; } .pod_ctrl_box { margin-top: 1.5rem; } .content__inner_aggregate_box { margin: 1.5; flex-grow: 1; } /* content - end */ /* footer - start */ footer { grid-template-rows: 23px auto; grid-template-columns: auto 34px 15%; } .footer__wrapper { padding: 6% 0%; } .footer__nav { flex-direction: column; } .footer__navitem { margin: 1rem 0; padding: 0; order: 2; } .footer__navitem.-second { order: 1; } /* footer - end */ }