Update search_index.json file

This commit modifies the search_index.json file. It likely reflects changes in the indexed data for search functionality.
This commit is contained in:
tfw
2025-05-14 12:26:20 +02:00
parent 0fd0f406fb
commit 8003287465
29 changed files with 791 additions and 694 deletions
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -12,8 +12,8 @@
// Logo vergrößern
.md-header__button.md-logo {
padding: 0.2rem;
padding-left: 0;
padding: 1.2rem;
padding-left: 0.5rem;
img, svg {
width: 325px; // Größeres Logo (Standardwert ist 40px)
@@ -29,4 +29,4 @@
padding: 0.5rem;
max-width: 98%;
}
}
}
+2
View File
@@ -54,6 +54,8 @@
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
box-sizing: border-box;
overflow-x: hidden;
background-color: var(--md-primary-fg-color);
+10 -4
View File
@@ -8,6 +8,7 @@ h1, h2, h3, h4, h5, h6 {
}
// Team Header
.team-header {
text-align: left;
@@ -55,6 +56,14 @@ h1, h2, h3, h4, h5, h6 {
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
// Styling für nicht-klickbare Agenten
.team-agent-nolink {
cursor: default;
text-decoration: none;
color: inherit;
pointer-events: none;
}
.team-agent-image {
height: 300px;
overflow: hidden;
@@ -73,14 +82,13 @@ h1, h2, h3, h4, h5, h6 {
}
.team-agent-info {
padding: 1.5rem;
display: flex;
flex-direction: column;
flex-grow: 1;
text-align: left;
h3 {
margin-top: 0;
margin-top: 1rem;
font-size: 2.2rem;
line-height: 2.3rem;
color: #fff;
@@ -205,8 +213,6 @@ h1, h2, h3, h4, h5, h6 {
}
.team-agent-info {
padding: 1.2rem;
h3 {
font-size: 1.2rem;
}
+19 -5
View File
@@ -5,10 +5,12 @@
.md-grid {
padding: 2rem;
}
.md-grid .md-content,
.md-grid .md-content{
padding: 4rem;
}
.md-footer-container,
.md-footer-custom-links{
padding: 4rem;
padding: 2rem;
}
.md-typeset h1,
@@ -25,8 +27,11 @@
}
@media (max-width: 959px) {
html, body {
overflow-x: hidden;
width: 100%;
position: relative;
}
label.md-header__button.md-icon:last-of-type{
svg{
@@ -42,12 +47,21 @@
body{
.md-nav__link {
text-transform: uppercase;
}
.satag--padding-container{
padding: 4rem 2rem;
}
.satag--home-companies{
padding: 4rem 3rem;
width: 100vw !important;
left: 50% !important;
right: 50% !important;
margin-left: -50vw !important;
margin-right: -50vw !important;
.satag--home-companies-logo-container{
.satag--home-companies-logo{
@@ -67,4 +81,4 @@
}
}
+50 -3
View File
@@ -1,18 +1,51 @@
@media (max-width: 479px) {
html, body {
overflow-x: hidden;
width: 100%;
position: relative;
}
body{
.md-typeset .headerlink{
display: none;
}
.md-grid {
padding: 2rem;
}
.md-grid .md-content,
.md-grid .md-content{
padding: 1rem;
}
.md-footer-container,
.md-footer-custom-links{
padding: 1rem;
padding: 3rem;
}
.md-nav__link {
text-transform: uppercase;
}
.satag--home-companies{
width: 100vw !important;
left: 50% !important;
right: 50% !important;
margin-left: -50vw !important;
margin-right: -50vw !important;
padding: 3rem 2rem;
}
.md-typeset h1,
h1 {
font-size: 3rem;
&:after{
height: 7px;
width: 46px;
margin-top: .7rem;
margin-bottom: -0.2rem;
}
}
.md-typeset h2,
@@ -20,5 +53,19 @@
font-size: 2rem;
}
.md-typeset h2,
h2 {
&:after{
margin-top: 5px;
margin-bottom: 1rem;
height: 5px;
width: 26px;
}
}
.team-agent-position{
margin: 1rem 0 0 0;
}
}
}
}