@font-face {
font-family: "Blair ITC";
src:    url(//sas-soest.de/wp-content/themes/bb-theme-child/assets/fonts/blair-itc-light-webfont.woff2) format("woff2"),
url(//sas-soest.de/wp-content/themes/bb-theme-child/assets/fonts/blair-itc-light-webfont.woff) format("woff");
font-weight: 300;
}
@font-face {
font-family: "Blair ITC";
src:    url(//sas-soest.de/wp-content/themes/bb-theme-child/assets/fonts/blair-itc-medium-6946-webfont.woff2) format("woff2"),
url(//sas-soest.de/wp-content/themes/bb-theme-child/assets/fonts/blair-itc-medium-6964-webfont.woff) format("woff");
font-weight: 600;
}
:root { --main-color: #01478d; --dark-tone: #333;
--alternate-light: #eee;
--light-tone: #f9f9f9;
}
#menu-header-menu a {
font-family: "Blair ITC", sans-serif;
font-weight: 300;
}
h2.fl-heading,
h3.fl-heading,
.sas-card-title,
#sas-landing-heading,
#menu-competence-menu a,
.sas-competence-title,
.pp-tab-title {
font-family: "Blair ITC", sans-serif;
font-weight: 600;
} body {
background-color: var(--light-tone);
}
.sas-site-title {
border-top-left-radius: 3rem;
border-bottom-right-radius: 3rem;
margin-top: -4.5rem;
margin-bottom: 3rem;
padding: 3rem;
color: var(--light-tone);
background-color: var(--main-color);
font-size: 3rem;
display: inline-block
}
.sas-site-title h1,
.sas-site-title h1 span {
color: var(--light-tone);
font-family: "Blair ITC", sans-serif;
font-weight: 600;
}
.sas-hero {
height: 50vh;
padding: 0;
overflow: hidden;
position: relative;
}
.sas-hero div {
height: 100%;
}
.sas-hero .fl-photo-content img {
height: 100%;
object-fit: cover;
}
.sas-hero > div {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.fl-full-width .container {
max-width: 100%;
}
@media screen and (max-width: 767px) {
.sas-site-title {
border-top-left-radius: 2rem;
border-bottom-right-radius: 2rem;
margin-bottom: 2rem;
margin-top: -4rem;
padding: 2rem;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
} .sas-hover-button {
position: relative;
color: var(--dark-tone);
text-decoration: none;
align-self: flex-start;
padding: 1rem;
transition: .2s;
display: inline-flex;
flex-direction: column;
}
.sas-hover-button:hover {
text-decoration: none;
}
.sas-hover-button-background {
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: var(--main-color);
border-top-left-radius: 1rem;
border-bottom-right-radius: 1rem;
width: 4px;
z-index: 0;
transition: .2s;
}
.sas-hover-button-text {
position: relative;
padding: 0;
margin: 0;
z-index: 1;
}
.sas-hover-button:hover .sas-hover-button-text {
color: var(--light-tone);
}
.sas-hover-button:hover .sas-hover-button-background {
width: 100%;
}
@media screen and (max-width: 992px) {
.sas-hover-button-background {
width: 100%;
}
.sas-hover-button-text {
color: var(--light-tone);
}
} .sas-card-image {
background-color: var(--light-tone);
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
width: 100%;
}
.sas-card-body {
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
padding: 1rem;
background-color: var(--alternate-light);
flex-grow: 10;
display: flex;
flex-direction: column;
}
.sas-card-text {
flex-grow: 10;
}
.sas-team-member {
display: flex;
flex-direction: column;
height: 100%;
} @media screen and (min-width: 992px) {
#menu-header-menu > li:last-child {
background-color: var(--main-color);
border-radius: 12px 0 12px 0;
}
#menu-header-menu > li:last-child a {
color: var(--light-tone);
}
} footer .fl-icon-wrap .fl-icon i {
border-radius: 1rem;
}
.sas-footer-times {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
} #sas-landing-heading {
color: var(--main-color);
text-align: center;
}
#sas-landing-heading span {
color: var(--dark-tone);
font-size: 1.5rem;
}
.sas-competence {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.sas-competence-title-container {
display: flex;
align-items: center;
margin-bottom: .5rem;
}
.sas-competence-title {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
font-size: 1.5rem;
margin-bottom: 0;
}
.sas-competence-icon {
background-color: var(--main-color);
color: var(--light-tone);
padding: 1rem;
border-radius: 1rem;
margin-right: 1rem;
font-size: 2rem;
}  .single-anwaelte .pp-tabs-label {
background-color: var(--main-color);
}
.single-anwaelte .pp-tabs-label .pp-tab-title {
text-decoration: none;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.single-anwaelte .pp-tabs-label.pp-tab-active {
background-color: var(--light-tone);
}
.single-anwaelte .pp-tabs-label.pp-tab-active .pp-tab-title {
color: var(--main-color);
}
.single-anwaelte .pp-tabs-panel-content .fl-builder-module-template {
padding: 0;
}
.single-anwaelte .pp-tabs-panel-label .pp-toggle-icon {
opacity: 1;
color: var(--light-tone);
}
@media screen and (min-width: 768px) {
.single-anwaelte .pp-tabs-horizontal .pp-tabs-label {
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
width: calc(100% / 3);
border: 2px solid var(--light-tone);
}
.single-anwaelte .pp-tabs-horizontal .pp-tabs-label.pp-tab-active,
.single-anwaelte .pp-tabs-horizontal .pp-tabs-label:hover {
border: 2px solid var(--main-color);
border-bottom: 2px solid var(--light-tone);
}
.single-anwaelte .pp-tabs-horizontal.pp-tabs-default .pp-tabs-labels {
display: flex;
align-items: stretch;
}
.single-anwaelte .pp-tab-label-inner .pp-tab-label-wrap {
display: table-cell;
vertical-align: middle;
}
} .sas-aside-menu {
border-left: 2px solid var(--main-color);
} .sas-contact .fl-callout .fl-callout-title {
padding: 5px 0 0 0;
}
.sas-contact .fl-callout .fl-icon i {
border-radius: 1rem;
}
.contact_content.sas-contact .fl-callout .fl-callout-text strong {
width: 80px;
display: inline-block;
}
.contact_content.sas-contact .fl-callout .fl-callout-text h6 {
font-size: 12px;
}
.sas-map .fl-map {
border-top-left-radius: 3rem;
border-bottom-right-radius: 3rem;
overflow: hidden;
-webkit-box-shadow: 6px 6px 6px 0 rgba(0,0,0,0.16);
box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.16);
}
.fl-callout.fl-callout-left.fl-callout-has-icon.fl-callout-icon-left {
display: flex;
align-items: center;
}
@media screen and (max-width: 768px) {
#sas-landing-heading span {
color: var(--dark-tone);
font-size: 1.125rem;
}
.sas-competence {
margin-bottom: 1.5rem;
}
} .sas-career-accordion a:focus {
outline: none;
}