.dce-linklist a { display: block; }

/* Rechtsprechungsseiten Beamte und Arbeitnehmende */
.dce-linklist.layout-1 h2 {margin-bottom: .6em; }
.dce-linklist.layout-1  a { margin: 20px 0 26px; text-indent: -26px; }
.dce-linklist.layout-1 .text { margin-bottom: 20px;}

/* Mediathek Videobuttons  */
.dce-linklist.layout-2 { margin: -1.2em 0 4em; }
.dce-linklist.layout-2 a {font-size: clamp(1em,1.8vw,1.26em); margin:1em 0; border: 1px solid; padding: 1em 1.5em; }
.dce-linklist.layout-2 a:hover { background-color: var(--cdPink); color: #fff; transition: background-color 350ms;}

/* Social Media Tool Unterseiten */
.dce-linklist.layout-3 { background-color: #30423d; padding: 24px 0; }
.dce-linklist.layout-3 .linklist { display: flex; }
.dce-linklist.layout-3 .linklist a { color: #fff; text-transform: uppercase; font: clamp(17px, 1.5vw, 20px) var(--fontNav); padding-left: 1.3em;}
.dce-linklist.layout-3 .linklist a:hover, .dce-linklist.layout-3 a.active {text-decoration: underline;  text-underline-position: under; }
.dce-linklist.layout-3 .linklist a:not(:last-of-type)::after { content:'|'; padding-left: 1.3em; display: inline-block;  }

/* Betriebsratswahlen Autobahn GmbH Downloads
.dce-linklist.layout-4 {display: flex; flex-direction: column; align-items: center; background-color: var(--contentBlue); padding: 2.1em 1.7em 2.4em; margin-bottom: 60px;   }
.dce-linklist.layout-4 h2 { color: #fff; font-size: clamp(24px,5vw,34px); margin-bottom: 1em;  }
.dce-linklist.layout-4 h2::before { font-size: calc(98px + (112 - 98) * ((100vw - 320px) / (1319 - 320))); content: '\f0ed'; font-family: var(--fontAwesome); font-weight: 300; display: block; text-align: center; margin-bottom: 18px;  }
.dce-linklist.layout-4 .linklist { width: 100%; }
.dce-linklist.layout-4 .linklist a { display: block; border: 1px solid #fff; padding: 15px 0; text-align: center;color: #fff; text-transform: uppercase; }
.dce-linklist.layout-4 .linklist a:hover { background-color: #fff; color: var(--contentBlueDark); transition: background-color, color, 450ms; }

 */

@media (min-width: 768px) {

    /* Rechtsprechungsseiten Beamte und Arbeitnehmende */
    .dce-linklist.layout-1 a { font-size: 1.25em; text-indent: -30px; margin-left: 31px; }

    /* Betriebsratswahlen Autobahn GmbH Downloads
    .dce-linklist.layout-4 { align-items: flex-start; padding: 32px 66px 64px 32px; }
    .dce-linklist.layout-4 h2 {  margin: 26px 0 -30px 28px; display: flex; gap:38px; }
    .dce-linklist.layout-4 h2::before {  margin: 0; }
    .dce-linklist.layout-4 .linklist { align-self: flex-end; width: 67.9%; }
    */

}


@media (min-width: 1320px) {

    .dce-linklist.layout-3 .linklist { width: 1320px; margin: 0 auto; }

    /* Betriebsratswahlen Autobahn GmbH Downloads
    .dce-linklist.layout-4 h2 { font-size: 54px; }
    .dce-linklist.layout-4 h2::before { font-size: 140px; }
    */

}
