/**
 * style.css - Diese Datei definiert die Stile, die im Frontend angewendet werden.
 */
 .wyssmann-content {
    font-weight: bold;
    color: #333;
}


/* Tools Directory Styling */

.wyssmann-tools-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.tool {
    border: 1px solid #fff;
background: #fff;
    padding: 30px
}

.tool h2.tool-title {
color: #243746;
;
font-family: "Ubuntu sans";
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 10px;
}

.wyssmann-post-content {
    color: #21303D;
font-size: 1.25rem;
font-style: normal;
font-weight: 300;
line-height: 30px; /* 150% */
}



.tool img {
    width: 80px;
    height: 78px;
    margin-bottom: 30px;
	    border-radius: 16px;
}
.wyssmann-tags ul{
    margin: 0;
    padding: 0;
}
.wyssmann-tags li{
    display: inline-flex;
   margin-right: 15px;
padding: 6px 8px;
justify-content: center;
align-items: center;
    color: #7D9CC0;
    border-radius: 4px;
    border: 1px solid #7D9CC0;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
    margin-top: 15px;
}

.wyssmann-tags li.tag-parent {
    color: #fff;
    border: none;
}

.wyssmann-post-content {
    margin: 15px 0;
}


.wyssmann-tags li.tag-parent.online-marketing {
    background: #BC955C;

}

.wyssmann-tags li.tag-parent.content-marketing {
    background: #243746;
}

.wyssmann-tags li.tag-parent.marketingplanung {
    background: #2e1a46cc;
}

.wyssmann-tags li.tag-parent.corporate-design {
    background: #B96955;
}

.wyssmann-tags li.tag-parent.publishing {
    background: #4E738A;
}

.wyssmann-tags li.tag-parent.public-relations {
    background: #684735cc;
}

.wyssmann-tools-outer-wrapper .pagination {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 30px;
}

/* Pagination Styling */
/* Grundlayout für die Paginierung */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 20px 0;
  }
  
  .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  
  .page-numbers:hover {
    background-color: #f5f5f5;
  }
  
  .page-numbers.current {
    background: #004680;
    color: #fff;
    border-color: #004680;
    font-weight: bold;
  }
  
  .next,
  .prev {
    font-size: 14px;
    color: #004680;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
  }

  .next:hover,
  .prev:hover {
    background-color: transparent;
    border-color: #004680;
    background-color: #f5f5f5;
  }


  .wyssmann-verbands-wrapper ul {
    padding-left: 0;
  }

  .wyssmann-verbands-wrapper ul li {
    list-style: none;
  }
  .wyssmann-verbands-wrapper ul li > i {
    padding-right: 10px;
    width: 25px;
  }

  .wyssmann-verbands-wrapper a {
    text-decoration: none !important;
  }