/*
 Theme Name: Twenty Twenty-Five Child
 Template: twentytwentyfive
 Version: 1.0
*/

@import url("../twentytwentyfive/style.css");

main{
    margin-top:-20px !important;
}

strong{
    font-weight:bold !important
}

body,
.editor-styles-wrapper {
    font-family: "segoe-ui", sans-serif;
}

h1, h2, h3, h4 {
    font-family: "segoe-ui", sans-serif;
}

p {
    font-family: "segoe-ui", sans-serif;
    font-weight: 400;
}

.editor-styles-wrapper {
    font-family: "segoe-ui", sans-serif;
}

.etwaswenigerbreit{
    max-width:930px !important
} 

.formspaltelinielinks{
    border-left: 1px solid #fff !important;
    padding-left: 45px !important;
}

h1.wp-block-post-title{
    display:none !important
}

li.current-menu-item a{
    background: #fff;
    color:#1B3E77 !important;
    padding: 30px 20px 30px 20px;
}

li a.wp-block-navigation-item__content{
    padding: 30px 20px 30px 20px;
    color:#fff;
    transition:all 0.4s ease
}

.wp-block-navigation__container li{
    color:#fff;
}

li a.wp-block-navigation-item__content:hover{
    padding: 30px 20px 30px 20px;
    background:rgba(255,255,255,0.8);
    color:#1B3E77 !important;
    text-decoration:none !important;
}

h3.wp-block-accordion-heading{
    background: linear-gradient(180deg, #1B3E77 0%, #0E1F3C 100%);
    color:#fff !important;
    padding:10px 30px;
}

.wp-block-accordion-panel-is-layout-flow{
    padding: 10px 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    
}

.accordiondreierspaltenabgerundeteecken h3.wp-block-accordion-heading{
    border-radius: 15px !important;
    overflow:hidden !important;
    transition:all 0.4s ease
}
.accordiondreierspaltenabgerundeteecken .is-open h3.wp-block-accordion-heading{
    border-radius: 0px !important;
}

:where(.wp-site-blocks :focus) {
    outline-width: 0px !important;
}

body.single-post .nuraufpages{
    display:none !important
} 

.wp-block-latest-posts.jobsspalten {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.jobsspalten li a.wp-block-latest-posts__post-title{
    background: linear-gradient(180deg, #1B3E77 0%, #0E1F3C 100%);
    color:#fff !important;
    padding:10px 30px;
    font-size:18px;
    text-decoration:none !important;

}

.jobsspalten .wp-block-latest-posts__post-excerpt{
    margin-top:30px;
}

h2.wp-block-post-title,p,li{
    color:#315a9b
}

div.wpforms-field-description{
    margin-top:20px !important;
    font-weight:bold !important;
    background:#1B3E77;
    color:#fff !important;
    padding:5px 10px
}

.nurhierjustieren{
    margin-bottom:-20px !important;
}

/* RESPONSIVE */

@media screen and (max-width: 980px) {
   .wp-block-site-logo{
    margin-top:20px !important;
    margin-bottom:25px !important;
   }

   .job-button-wrap{
    margin-bottom:40px !important;
   }

   .wp-block-latest-posts__post-title{
    display:block !important;
   }

   .wp-block-navigation__responsive-container-content ul li a{
    font-size:1.8rem !important;
    color:#0E1F3C !important;
    margin-bottom:20px !important
   }

   footer .imprds p{
    text-align:center !important;
    margin-top:0 !important
}

footer .imprds p a{
    text-decoration: none !important;
}

.imprds{
    padding-top:0 !important
}

li a.wp-block-navigation-item__content{
    padding: 0px !important;
}

.wp-block-cover.alignfull:first-of-type{
    min-height:300px !important
}

.wp-block-latest-posts.jobsspalten {
    display: block !important;
}

.nichtbeimobil{
    display:none !important
}

   
}