Update assets and sitemap, remove obsolete icons and fonts
Reorganized font and image assets, replacing outdated files with new ones. Removed unused SVG icons and updated the sitemap with new URLs and last modified dates. Simplified font-face declarations to reflect the updated font structure.
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
/* Benutzerdefiniertes FAQ-Styling */
|
||||
.custom-faq {
|
||||
margin: 2rem 0;
|
||||
}
|
||||
|
||||
.custom-faq-item {
|
||||
margin-bottom: 1rem;
|
||||
overflow: hidden;
|
||||
border: 1px solid #d9d9d9;
|
||||
padding: 15px 20px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.custom-faq-question {
|
||||
|
||||
//background-color: rgba(0, 0, 0, 0.03);
|
||||
|
||||
font-weight: normal;
|
||||
cursor: pointer;
|
||||
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.custom-faq-question::after {
|
||||
content: "\f078";
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-weight: 100;
|
||||
font-size: 1rem;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
color: #fff !important;
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.custom-faq-question.active::after {
|
||||
content: "\f077";
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-weight: 100;
|
||||
font-size: 1rem;
|
||||
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.custom-faq-answer {
|
||||
padding: 0;
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: max-height 0.3s ease, padding 0.3s ease;
|
||||
}
|
||||
|
||||
.custom-faq-answer.active {
|
||||
padding: 0;
|
||||
max-height: 1000px; /* Großer Wert, um sicherzustellen, dass der Inhalt vollständig angezeigt wird */
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
.md-footer{
|
||||
background-color: #000;
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
.md-footer-meta{
|
||||
@@ -13,15 +14,13 @@
|
||||
margin-right: auto;
|
||||
max-width: 61rem;
|
||||
width: 100%;
|
||||
|
||||
line-height: 2rem;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
float: left;
|
||||
line-height: 240%;
|
||||
letter-spacing: 1px;
|
||||
.satag--custom-footer-column{
|
||||
display: inline-block;
|
||||
font-size: .8rem;
|
||||
|
||||
&.left{
|
||||
|
||||
@@ -47,4 +46,7 @@
|
||||
margin-right: auto;
|
||||
max-width: 61rem;
|
||||
width: 100%;
|
||||
a{
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
body{
|
||||
|
||||
/* Header nicht fixieren, sondern statisch positionieren */
|
||||
.md-header {
|
||||
position: static !important;
|
||||
}
|
||||
|
||||
/* Abstand nach oben für den Hauptinhalt entfernen */
|
||||
.md-main__inner {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
/* Falls du Tabs verwendest, diese auch nicht fixieren */
|
||||
.md-tabs {
|
||||
position: static !important;
|
||||
}
|
||||
|
||||
/* Anpassung für den Hauptinhalt */
|
||||
.md-content {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
/* Für den Fall, dass du die Seitenleiste verwendest */
|
||||
.md-sidebar {
|
||||
top: 0 !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
label.md-search__icon.md-icon {
|
||||
|
||||
|
||||
|
||||
svg{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
nav.md-search__options{
|
||||
&:after{
|
||||
content: "\f002";
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-weight: 100;
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* Versteckt den Placeholder-Text im Suchfeld */
|
||||
.md-search__input::-webkit-input-placeholder {
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -10,9 +10,11 @@
|
||||
|
||||
.satag--home-hero{
|
||||
|
||||
margin-top: 7rem;
|
||||
|
||||
.entry-text{
|
||||
font-size: 1.2rem;
|
||||
line-height: 2rem;
|
||||
font-size: 1.5rem;
|
||||
line-height: 2.2rem;
|
||||
padding-bottom: 1.6rem;
|
||||
padding-top: 1.6rem;
|
||||
}
|
||||
@@ -21,10 +23,10 @@
|
||||
//@include ohne-balken;
|
||||
|
||||
h1{
|
||||
font-size: 5rem;
|
||||
//font-size: 6rem;
|
||||
margin-bottom: 1.75rem;
|
||||
text-align: left;
|
||||
line-height: 114%;
|
||||
//line-height: 114%;
|
||||
&:after{
|
||||
height: 12px;
|
||||
width: 85px;
|
||||
@@ -35,14 +37,14 @@
|
||||
|
||||
.hero-buttons{
|
||||
text-align: left;
|
||||
padding-bottom: 3rem;
|
||||
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
//text-align: center;
|
||||
|
||||
.screenshot-container{
|
||||
padding: 2rem 0;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -61,13 +63,11 @@
|
||||
right: 50%;
|
||||
margin-left: -50vw;
|
||||
margin-right: -50vw;
|
||||
padding: 2rem 0 4rem 0;
|
||||
|
||||
background-color: var(--md-primary-fg-color);
|
||||
|
||||
h2{
|
||||
padding-bottom: 1rem;
|
||||
font-size: 2.5rem;
|
||||
line-height: 3rem;
|
||||
max-width: 61rem;
|
||||
text-align: left;
|
||||
margin: 0 auto;
|
||||
@@ -80,6 +80,7 @@
|
||||
display: flex;
|
||||
max-width: 61rem;
|
||||
margin: 0 auto;
|
||||
|
||||
.satag--home-companies-logo{
|
||||
flex: auto;
|
||||
img{
|
||||
@@ -93,7 +94,7 @@
|
||||
.satag--home-counters{
|
||||
|
||||
width: 100%;
|
||||
padding: 2rem 0 4rem 0;
|
||||
|
||||
|
||||
h2{
|
||||
padding-bottom: 1rem;
|
||||
@@ -116,6 +117,7 @@
|
||||
display: block;
|
||||
font-weight: 700;
|
||||
font-size: 3rem;
|
||||
line-height: 1.6;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -125,10 +127,14 @@
|
||||
|
||||
body{
|
||||
&.home{
|
||||
|
||||
background-image: url(../assets/images/home/bg.jpg);
|
||||
background-size: 40%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top;
|
||||
backdrop-filter: brightness(0.4);
|
||||
background-size: 60%;
|
||||
background-position-y: 2rem;
|
||||
|
||||
|
||||
.md-header, .md-tabs {
|
||||
background-color: transparent;
|
||||
|
||||
@@ -81,14 +81,13 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
h3 {
|
||||
margin-top: 0;
|
||||
font-size: 1.3rem;
|
||||
color: var(--md-accent-fg-color); // Geändert zu Akzentfarbe
|
||||
font-size: 2.2rem;
|
||||
line-height: 2.3rem;
|
||||
color: #fff;
|
||||
margin-bottom: 0.1rem; // Verringerter Abstand
|
||||
text-align: left;
|
||||
|
||||
&:after{
|
||||
content: none;
|
||||
}
|
||||
|
||||
|
||||
.agent-surname {
|
||||
//opacity: 0.8;
|
||||
@@ -96,20 +95,21 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
.team-agent-position {
|
||||
font-size: 0.7rem;
|
||||
//font-size: 0.7rem;
|
||||
font-weight: 400;
|
||||
opacity: .9;
|
||||
color: #fff;
|
||||
margin-bottom: 0.1rem;
|
||||
text-align: left;
|
||||
text-transform: uppercase;
|
||||
margin-top: 0.1rem;
|
||||
min-height: 2rem;
|
||||
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.team-agent-description {
|
||||
font-size: 0.8rem;
|
||||
line-height: 1.4;
|
||||
//font-size: 0.8rem;
|
||||
//line-height: 1.4;
|
||||
text-align: left;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
@@ -118,9 +118,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
// Expertise-Bereich
|
||||
.team-expertise {
|
||||
background-color: rgba(82, 19, 112, 0.05);
|
||||
border-radius: 8px;
|
||||
margin-top: 3rem;
|
||||
|
||||
h2 {
|
||||
color: var(--md-primary-fg-color);
|
||||
@@ -129,21 +126,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
ul.expertise-list {
|
||||
display: block;
|
||||
//grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
|
||||
//gap: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-position: inside;
|
||||
|
||||
li {
|
||||
margin-bottom: 0.1rem;
|
||||
margin-left: 0;
|
||||
text-align: left;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Kontakt-Bereich
|
||||
@@ -229,7 +212,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
.team-agent-description {
|
||||
font-size: 0.9rem;
|
||||
//font-size: 0.9rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
// Testimonials Section
|
||||
.satag--home-testimonials-container {
|
||||
max-width: 1200px;
|
||||
margin: 4rem auto;
|
||||
padding: 0 1rem;
|
||||
|
||||
|
||||
|
||||
h2 {
|
||||
text-align: left;
|
||||
font-size: 2.5rem;
|
||||
margin-bottom: 3rem;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -55,8 +55,8 @@
|
||||
border-left: none !important;
|
||||
//border-left: 4px solid var(--md-primary-fg-color, #9c27b0);
|
||||
padding-left: 0 !important;
|
||||
font-size: 1.2rem;
|
||||
line-height: 2rem;
|
||||
//font-size: 1.2rem;
|
||||
//line-height: 2rem;
|
||||
//padding-bottom: 1.6rem;
|
||||
//padding-top: 1.6rem;
|
||||
|
||||
@@ -69,6 +69,7 @@
|
||||
|
||||
.satag--home-testimonial-text-logo{
|
||||
max-width: 120px !important;
|
||||
filter: grayscale(1);
|
||||
}
|
||||
|
||||
.satag--home-testimonial-name {
|
||||
@@ -142,6 +143,7 @@
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
background: transparent;
|
||||
filter: grayscale(1);
|
||||
border-radius: 50%;
|
||||
padding: 5px;
|
||||
width: 40px;
|
||||
|
||||
Reference in New Issue
Block a user