@font-face {
font-family: Open Sans;
src: url(//finster.care/wp-content/themes/blank/fonts/OpenSans-Regular.ttf);
}
@font-face {
font-family: Abel;
src: url(//finster.care/wp-content/themes/blank/fonts/Abel-Regular.ttf);
}
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html{
padding: 0;
margin: 0;
min-height: 100vh;
}
body{
padding: 0;
margin: 0;
font-size: 22px;
line-height: 170%;
color: #555;
min-height: 100vh;
position:  relative;
font-family: Open Sans;	
font-weight: 400;
}
body.scrolled{
margin-top: 240px;
}
#page{
overflow: hidden;
}
.paper{
background: url(//finster.care/wp-content/themes/blank/images/sheet.jpg);
padding: 40px;
}
#logo{
position: absolute;
width: 150px;
height: 70px;
top: 0px;
left: 10px;
z-index: 2;
background: #fff;
padding: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
#logo img{
width: 100%;
height: 100%;
object-fit: contain;
}
hr{
border: none;
margin-top: 0px;
margin-bottom: 0px;
}
p{
margin-top: 0;
padding-top: 0px;
}
a{
text-decoration: none;
color: #333;
}
a:hover{
text-decoration: none;
color: #333;
}
ul{
margin-bottom: 0;
}
li{
list-style: none;
font-weight: normal;
}
.screen-reader-text{
display: none;
}
img.width100{
width: 100%;
display: block;
}
.clear{
clear: both;
}
.background-blue{
background-color: #283583;
}
.background-yellow{  background: linear-gradient(to bottom,  rgba(224,174,53,1) 0%,rgba(247,159,59,1) 100%); }
.spacer5,
.spacer10,
.spacer20,
.spacer30,
.spacer40,
.spacer50,
.spacer60,
.spacer70,
.spacer80,
.spacer90,
.spacer100,
.spacer110,
.spacer120,
.spacer130,
.spacer140,
.spacer150{
clear: both;
display: block;
}
.spacer5{
height: 5px;
display: block;
}
.spacer10{
height: 10px;
}
.spacer20{
height: 20px;
}
.spacer30{
height: 30px;
}
.spacer40{
height: 40px;
}
.spacer50{
height: 50px;
}
.spacer60{
height: 60px;
}
.spacer70{
height: 70px;
}
.spacer80{
height: 80px;
}
.spacer90{
height: 90px;
}
.spacer100{
height: 100px;
clear: both;
}
.spacer110{
height: 110px;
}
.spacer120{
height: 120px;
}
.spacer130{
height: 130px;
}
.spacer140{
height: 140px;
}
.spacer150{
height: 150px;
}
.spacer200{
height: 200px;
}
h1, h2, h3, h4, h5, h6{
font-weight: normal;
margin: 0px;
padding: 0px;
line-height: 120%;
text-transform: none;
letter-spacing: 0.2px;
color: #000;
font-family: Abel;
letter-spacing: 2px;
text-transform: uppercase;
}
h1{
font-size:  50px;
color: #273583;
margin-bottom: 30px;
text-align: center;
}
h2{
font-size: 35px;
padding-bottom: 7px;
margin: auto auto;
line-height: 100%;
color: #273583;
display: block;
margin-bottom: 20px;
text-align: center;
padding-left: 8px;
padding-right: 8px;
}
h2:after{
content: "";
display: block;
width: 50px;
height: 2px;
background: #999;
margin: auto auto;
margin-top: 15px;
margin-bottom: 10px;
}
h2.subtitel{
line-height: 110%;
font-style: italic;
color: #c0c0c0;
}
h3{
padding-bottom: 5px;
margin-top: 0;
font-size: 25px;
color: #273583;
}
h4{
font-size: 28px;
}
h5{
font-size: 30px;
padding-bottom: 7px;
margin-bottom: 0;
margin: auto auto;
text-transform:  uppercase;
color: #000;
}
ul, li{
margin: 0;
padding: 0;
}
blockquote{
font-size: 40px;
font-weight: normal;
color: #999;
text-transform: none;
text-align:  left;
line-height: 120%;
font-family: 'Caveat', cursive;
padding-top: 0px;
}
.more{
background: #e84e0f;
color: #fff;
font-family: 'Aldine', serif;
padding: 20px 30px;
display: inline-block;
transition: all 0.3s ease;
}
.more:hover{
background: rgba(58,29,9,1.00);
color: #fff;
padding: 20px 30px;
display: inline-block;
}
.row{
margin-left: -20px;
margin-right: -20px;
}
.width1, 
.width2, 
.width3, 
.width4, 
.width5, 
.width6, 
.width7, 
.width8, 
.width9, 
.width10, 
.width11, 
.width12{
position: relative;
}
.width1{  width:  8.33%; }
.width2{  width: 16.66%; }
.width3{  width: 25.00%; }
.width4{  width: 33.33%; }
.width5{  width: 41.66%; }
.width6{  width: 50.00%; }
.width7{  width: 58.33%; }
.width8{  width: 66.66%; }
.width9{  width: 75.00%; }
.width10{ width: 58.33%; }
.width11{ width: 91.66%; }
.width12{ width:   100%; }
.width3:nth-child(4n+0):after{  
content: "";
clear: both;
display: block;
}
.listing:after{
content: "";
clear: both;
}
#content{
overflow: hidden;
}
.content{
max-width: 1400px;
margin: auto auto;
position: relative;
padding-left: 60px;
padding-right: 60px;
padding-bottom: 0px;
padding-top: 0px;
font-weight: 400;
}
.c800{
max-width: 800px;
}
.c900{
max-width: 900px;
}
.c1000{
max-width: 1000px;
}
.c1100{
max-width: 1100px;
}
.c1200{
max-width: 1200px;
}
.c1300{
max-width: 1300px;
}
.c1500{
max-width: 1500px;
}
.c1600{
max-width: 1600px;
}
.c1700{
max-width: 1700px;
}
.c1800{
max-width: 1800px;
}
.c1900{
max-width: 1900px;
}
.c2000{
max-width: 2000px;
}
.center{
text-align: center;
}
.justify{
text-align: justify;
}
.table{
display: table;
text-align: left;
width: 100%;
margin: auto auto;
max-width: 300px;
}
.tr{
display: table-row;
}
.th{
}
.td{
display: table-cell;
vertical-align: top;
padding-right: 10px;
}
.toggle-menu{
cursor: pointer;
} @keyframes scrolled{
from{top: -30px;}
to{top: 0px;}
}
#masthead.scrolled{
animation: scrolled 0.4s;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
}
#masthead.scrolled .content{
height: 80px;
}
#masthead{
z-index: 9999;
background: #283583;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
position: relative;
padding-left: 20px;
padding-right: 20px;
}
#masthead .content{
height: 80px;
}
.toggle-close{
display: none;
}
.facebook{
width: 45px;
position: absolute;
right: 0px;
}
.facebook img{
width: 100%;
}
#primary-navigation{
text-align: center;
padding-top: 17px;
padding-bottom: 17px;
position: absolute;
right: 0px;
bottom: 10px;
}
#primary-navigation img{
width: 38px;
margin-right: 10px;
margin-bottom: -10px;
}
#primary-navigation #menu-main{
display: inline-block;
margin: auto auto;
}
#primary-navigation #menu-main:after{
content:"";
clear: both;
display: block;
}
#primary-navigation li{
list-style: none;
display: inline-block;
line-height: 100%;
border-right: 2px solid #37459c;
border-left: 2px solid #172260;
float: left;
}
#primary-navigation li:last-child{
border-right: none;
}
#primary-navigation li:first-child{
border-left: none;
}
#primary-navigation li a{
padding: 2px 20px 4px 20px;
color: #333;
transition: all 0.3s;
position: relative;
display: inline-block;
font-size: 16px;
letter-spacing: 3px;
line-height: 100%;
color: #fff;
text-transform: uppercase;
font-family: Abel;
float: left;
position: relative;
}
#primary-navigation li:last-child a{
border-right: none;
}
#primary-navigation{
right: 200px;
}
.cta-button{
background: #9E145F;
position: absolute;
right: 0px;
top: 10px;
color: #fff;
padding:  10px 25px 10px 15px;
border-radius: 9999px;
font-size: 15px;
line-height: 100%;
top: 20px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
border: 1px solid rgba(255,255,255,0.4);
}
.cta-button:before{
content: "";
width: 20px;
height: 20px;
display: block;
mask-image: url(//finster.care/wp-content/themes/blank/images/heart.svg);
mask-size: contain;
mask-repeat: no-repeat;
background-color: #fff;
margin-right: 10px;
}
.cta-button:hover{
background: #F9AF3C;
color: #fff;
}
.cta-button-text{
background: #9E145F;
color: #fff;
padding:  15px 25px 15px 15px;
border-radius: 9999px;
font-size: 15px;
line-height: 100%;
top: 20px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
max-width: 300px;
margin: auto auto;
border: 1px solid rgba(255,255,255,0.4);
}
.cta-button-text:before{
content: "";
width: 20px;
height: 20px;
display: block;
mask-image: url(//finster.care/wp-content/themes/blank/images/heart.svg);
mask-size: contain;
mask-repeat: no-repeat;
background-color: #fff;
margin-right: 10px;
}
.cta-button-text:hover{
background: #F9AF3C;
color: #fff;
}
#masthead.scroll #menu li{
float: left;
list-style: none;
margin-left: 5px;
}
.fullsize{
height: calc(100vh - 200px);
} .gallery-item{
padding: 15px;
margin: 0px;
margin-bottom: 0px;
}
.gallery-item a{
display: block;
}
.gallery-item img{
width: 100%;
border: 8px solid #fff;
}
.gallery-columns-1 .gallery-item{ width: 100%;}
.gallery-columns-2 .gallery-item{ width: 50%; }
.gallery-columns-3 .gallery-item{ width: 33.33%; }
.gallery-columns-4 .gallery-item{ width: 25%; }
.gallery-columns-5 .gallery-item{ width: 20%; }
.gallery-columns-6 .gallery-item{ width: 16.66%; }
.gallery-columns-7 .gallery-item{ width: 14.28%; }
.gallery-columns-3{
margin-left: -10px;
margin-right: -10px;
}
.gallery-columns-1 .gallery-item{
padding: 0px;
}
.gallery-columns-1 .gallery-item img{
border: none;
}
figure{
position: relative;
}
figcaption{
text-transform: uppercase;
font-size: 16px;
text-align: center;
letter-spacing: 0.3px;
padding-top: 20px;
display: block;
position: relative;	
}
.maps{
height: 60vh;
-webkit-filter: grayscale(100%); filter: grayscale(100%);
} #colophon{
background: #111;
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
color: #fff;
text-align: center;
}
#colophon h5{
text-transform:  uppercase;
font-size: 18px;
padding-bottom: 7px;
margin-bottom: 0;
margin: auto auto;
text-transform:  uppercase;
color: #000;
}
#colophon ul{
line-height: 100%;
padding-top: 8px;
padding-bottom: 8px;
}
#colophon li{
display: inline-block;
line-height: 100%;
}
#colophon a{
color: #fff;
display: inline-block;
padding: 0 10px;
}
#colophon aside{
position: relative;
padding-left: 0px;
}
#colophon aside#nav_menu-2{
}
#colophon aside#nav_menu-2 li a{
border-right: none;
}
#colophon aside#nav_menu-2 li{
display: inline-block;
}
#colophon aside#nav_menu-2 li:last-child a{
border-right: none;
}
#colophon aside#nav_menu-2 li a{
display: inline-block;
padding-right: 20px;
padding-left: 20px;
line-height: 100%;
}
#colophon aside#custom_html-4{
float: right;
}
#about{
color: #666;	
}
#about #geprueft{
display: none;
}
#about #geprueft.active{
display: block;
}
#about .text{
width: calc(100% - 700px);
}
#about .image{
width: 600px;
padding-bottom: 800px;
position: relative;
}
#about .image img{
position: absolute;
width: 100%;
height: 100%;
object-fit: contain;
object-position: center bottom;
padding-top: 50px;
}
.team-wrapper{
gap: 80px;
}
.team-wrapper .item{
width: calc(50% - 40px);
border-radius: 999px;
text-align: center;
}
.team-wrapper .item img{
width: 100%;
border-radius: 999px;
}
.team_name{
font-family: Abel;
color: #9E145F;
font-size: 28px;
}
.team_position{
font-size: 18px;
font-style: italic;
}
.flex{
display: flex;
flex-wrap: wrap;
}
.flex-item{
width: 50%;
background: red;
} section{
overflow: hidden;
} form{
font-size: 16px;
}
form .width12{
padding: 0 10px;
}
form .width6{
padding: 0 10px;
}
form .row{
margin-left: -10px;
margin-right: -10px;
}
.wpcf7-form-control-wrap{
margin-bottom: 20px;
}
input[type="email"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="text"],
textarea,
select{	
border-radius: 999px;
-webkit-appearance: none;
width: 100%;
padding: 16px;
border: none;
border: 2px solid #efefef;
position: relative;
padding-left: 80px;
font-size: 18px;
}
input[name="your-name"]{
background: url(//finster.care/wp-content/themes/blank/images/icon-name.svg) no-repeat #fff;
background-size: 58px 58px;
}
input[name="your-phone"]{
background: url(//finster.care/wp-content/themes/blank/images/icon-phone.svg) no-repeat #fff;
background-size: 58px 58px;
}
input[name="your-time"]{
background: url(//finster.care/wp-content/themes/blank/images/icon-wann.svg) no-repeat #fff;
background-size: 58px 58px;
}
input[name="your-email"]{
background: url(//finster.care/wp-content/themes/blank/images/icon-mail.svg) no-repeat #fff;
background-size: 58px 58px;
}
.wpcf7-form-control-wrap.law{
display: block;
background: rgba(255,255,255,0.3);
line-height: 135%;
padding: 10px;
}
.wpcf7-radio{
display: block;
}
.wpcf7-radio input{
display: none;
}
.wpcf7-radio .wpcf7-list-item-label{
display: inline-block;
border: 3px solid #efefef;
padding: 10px 20px 11px 20px;
line-height: 100%;
cursor: pointer;
margin-right: 7px;
border-radius: 3px;
margin-bottom: 7px;
}
input[name="your-search"]:checked + .wpcf7-list-item-label{
border: 3px solid #283583;
}
span.wpcf7-list-item{
margin-left: 0px;
padding-right: 0px;
}
input[type="submit"]{
padding: 18px 20px;
width: 100%;
border: none;
cursor: pointer;
display: block;
font-size: 20px;
box-shadow:  none;
transition: all 0.3s ease; color: #201b35;
border-radius: 9999px;
-webkit-appearance: none;
background: #F99A00;
font-family: Abel;
max-width: 400px;
}
.my-acceptance{
font-size: 15px;
display: block;
line-height: 130%;
padding: 30px;
color: #fff;
background: rgba(40,53,131,0.8);
}
.my-acceptance a{
color: #ccc;
}
.my-acceptance input{
display: inline-block;
width: auto;
margin-bottom: 0px;
margin-left: 0px;
}
.my-acceptance span.wpcf7-list-item{
margin-left: 0px;
}
#wpcf7-f142-o1 br,
#wpcf7-f536-o2 br{
display: none;
}
.wpcf7-form-control-wrap{
display: block;
}
.wpcf7-form-control-wrap[data-name="my-acceptance"]{
display: block;
padding: 18px 20px;
margin-top: 10px;
background: rgba(0,0,0,0.6);
color: #fff;
border-radius: 5px;
margin-bottom: 20px;
line-height: 140%;
}
.wpcf7-form-control-wrap[data-name="my-acceptance"] a{
color: #fff;
border-bottom: 1px dashed #fff;
}
#anfrage{
background: url(//finster.care/wp-content/themes/blank/images/mobiler-pflegedienst-kontakt.jpg);
background-size: cover;
background-position: center bottom;
color: #333;
}
#anfrage h3{
color: #fff;
font-size: 35px;
text-transform: uppercase;
font-weight: bold;
display: block;
float: left;
clear: both;
margin-bottom: 4px;
text-shadow: 0 0 20px rgba(40,53,113,1), 0 0 10px rgba(0,0,0,1);
}
#anfrage h4{
color: #333;
background: #fff;
display: block;
clear: both;
padding: 10px 20px;
}
#anfrage .formular{
width: calc(100% - 700px);
}
#anfrage .image{
width: 600px;
padding-bottom: 800px;
position: relative;
}
#anfrage .image img{
position: absolute;
width: 100%;
height: 100%;
object-fit: contain;
object-position: center bottom;
padding-top: 50px;
}
#anfrage .shadow{
background: rgba(0,0,0,0.5);
}
#kontakt{
align-items: center;
background: #efefef;
}
.content{
margin: auto auto;
}
.c1500{
max-width: 1500px;
}
#kontakt .image{
position: relative;
transition: all 0.3s;
}
#kontakt .image:hover{
transform: scale(1.05);
}
#kontakt .image a strong{
background: #ecb20f;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
padding: 20px 30px;
font-family: Rancho;
font-size: 30px;
box-shadow:  0 0 20px rgba(0,0,0,0.3);
border-radius: 2px;
display: block;
width: auto;
width: 250px;
text-align: center;
}
#kontakt .image a{
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
top: 0px;
left: 0px;
}
#kontakt .image img{
width: 100%;
}
.phone{
width: 20px;
height: 20px;
display: inline-block;
background: url(//finster.care/wp-content/themes/blank/images/phone.svg);
object-fit: contain;
bottom: -3px;
position: relative;
margin-right: 3px;
}
#kontakt{
overflow: hidden;
position: relative;
}
.karte{
width: 100%;
left: 0px;
margin: auto auto;
border-radius: 10px;
}
.karte img{
width: 100%;
height: 100%;
position: absolute;
object-fit: cover;
}
.karte iframe{
width: 100%;
height: 400px;
border-radius: 10px;
border: 10px solid #fff !important
}
.mail{
width: 20px;
height: 20px;
display: inline-block;
background: url(//finster.care/wp-content/themes/blank/images/mail.svg);
object-fit: contain;
bottom: -3px;
position: relative;
margin-right: 3px;
}
#usp{
font-size: 35px;
color: #fff;
text-align: center;
font-family: Abel;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
}
#usp .item{
display: inline-block;
padding-left: 50px;
padding-right: 50px;
}
#usp .item img{
width: 60px;
height: auto;
margin-bottom: -9px;
margin-right: 5px;
box-shadow:  0 0 10px rgba(0,0,0,0.3);
padding: 15px;
border-radius: 9999px;
background: #fff;
}
#usp span{
display: inline-block;
padding-left: 60px;
padding-right: 60px;
}
.post-edit-link{
z-index: 1000;
bottom: 20px;
left: 0px;
position: fixed;
padding: 10px; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); box-shadow: 0 0 10px rgba(0,0,0,1);
}
#leistungen{
background-color: #fff;
}
#leistungen .subtitel{
font-size: 17px;
color: #C5C5C5;
}
#leistungen .content {
display: flex;
flex-wrap: wrap;
}
#leistungen .item{
width: 100%;
background: #fff;
position: relative;
}
#leistungen .item:last-child{
padding-bottom: 0px;
}
#leistungen .item .icon{
width: 70px;
height: 70px;
border-radius: 9999px;
background: #283583;
top: 0px;
}
#leistungen .item .icon img{
width: 100%;
height: 100%;
object-fit: contain;
padding: 15px;
}
#leistungen .item ul li:before{
content: "";
width: 20px;
height: 20px;
background: #283583;
display: block;
margin-right: 15px;
mask-image: url(//finster.care/wp-content/themes/blank/images/right-arrow.svg);
mask-repeat: no-repeat;
mask-size: contain;
}
#leistungen ul li{
margin-bottom: 16px;
line-height: 105%;
font-size: 18px;
padding: 15px 20px;
background-color: #efefef;
border-radius: 5px;
display: flex;
}
#leistungen .item-header{
border: 1px solid #ccc;
display: flex;
flex-wrap: wrap;
padding: 20px 40px;
align-items: center;
border-radius: 10px;
cursor: pointer;
transition: all 0.5s;
background: #fff;
align-items: flex-start;
}
#leistungen .item-header h3{
text-transform: inherit;
color: #283583;
padding-top: 6px;
display: block;
letter-spacing: 1px;
}
#leistungen .item-header.active{
background: #F99A00;
}
#leistungen .item-header.active h3{
color: #fff;
}
#leistungen .item-header .subtitel{
color: rgba(0,0,0,0.45);
}
#leistungen .item-header.active .subtitel{
color: rgba(0,0,0,0.45);
}
#leistungen .item-header .subtitel{
display: block;
}
#leistungen .item-header .text{
width: calc(100% - 100px);
padding-left: 40px;
padding-right: 10px;
}
#leistungen ul{
display: none;
margin-top: 20px;
}
#leistungen .item{
margin-bottom: 15px;
}
#leistungen .leistungen-title{
font-size: 50px;
line-height: 100%;
color: #283583;
background: #F9AF3C;
padding: 40px;
}
#leistungen .leistungen_item_wrapper{
display: flex;
flex-wrap: wrap;
width: 100%;
}
.shadow{
position: relative;
}
.shadow:before{
content: "";
width: 1000px;
padding-bottom: 2%;
background: url(//finster.care/wp-content/themes/blank/images/shadow-top.png) no-repeat;
background-size: 100% 100%;
background-position: center top;
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
}
.shadow:after{
content: "";
width: 900px;
padding-bottom: 2%;
background: url(//finster.care/wp-content/themes/blank/images/shadow-bottom.png) no-repeat;
background-size: 100% 100%;
background-position: center bottom;
position: absolute;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
}
.kontaktinformationen{
width: 100%;
font-size: 25px;
line-height: 110%;
}
.kontaktinformationen h4{
background: #283583;
color: #fff;
margin-top: 10px;
font-weight: bold;
margin-bottom: 5px;
display: inline-block;
padding: 10px 15px;
clear: both;
font-weight: normal;
font-size: 18px;
}
.kontaktinformationen h5{
color: #ccc;
font-size: 20px;
font-weight: normal;
text-transform: none;
}
.kontaktinformationen img{
max-width: 350px;
width: 100%;
}
.cta-wrapper{
display: flex;
flex-wrap: wrap;
gap: 40px;
}
.cta-wrapper .item{
line-height: 140%;
width: calc(33.33% - 27px);
background: #fff;
padding: 40px;
border-radius: 10px;
text-align: center; 
}
.cta-wrapper 
.icon-small:before{
content: "";
background-repeat: no-repeat;
background-size: 25px auto;
background-position: left center;
position: relative;
display: block;
width: 50px ;
height: 50px;
background-size: contain;
background-position: center center;
margin: auto auto;
margin-bottom: 50px;
}
.icon-telefon:before{ background-image: url(//finster.care/wp-content/themes/blank/images/telephone.svg); }
.icon-mobil:before{ background-image: url(//finster.care/wp-content/themes/blank/images/smartphone-call.svg); }
.icon-postadresse:before{ background-image: url(//finster.care/wp-content/themes/blank/images/icon-postadresse.svg); }
.icon-mail:before{ background-image: url(//finster.care/wp-content/themes/blank/images/close-envelope.svg); }
.icon-maps:before{ background-image: url(//finster.care/wp-content/themes/blank/images/placeholder-filled-point.svg); }
#kostenubernahme .text{
width: calc(100% - 300px);
}
#kostenubernahme table{
width: 100%;
font-size: 30px;
width: 200px;
border-collapse: collapse;
}
#kostenubernahme table th{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-top: 20px;
padding-bottom: 20px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #666;
}
#kostenubernahme table td{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-top: 20px;
padding-bottom: 20px;
}
#kostenubernahme table td:first-child{
color: #283583;
}
#kostenubernahme table td:first-child{
padding-left: 20px;
}
#kostenubernahme .image{
width: 400px;
height: 423px;
position: absolute;
right: -100px;
bottom: 0px;
}
#kostenubernahme .image img{
width: 100%;
height: 100%;
object-fit: contain;
object-position: center bottom;
}
#kostenubernahme ul {
margin-bottom: 30px;
}
#kostenubernahme ul li{
font-weight: bold;
color: #000;
background: #F99A00;
padding: 20px 30px; 
border-radius: 4px;
margin-bottom: 10px;
line-height: 130%;
font-weight: normal;
font-size: 20px;
}
#leistungen-short ul{
text-align: center;
}
#leistungen-short ul li{
background: #283583;
color: #fff;
padding: 5px 14px ;
display: inline-block;
margin-right: 5px;
margin-left: 5px;
margin-bottom: 10px;
border-radius: 5px;
line-height: 130%;
}
.leistungen_item_wrapper{
width: 100%;
}
.leistung-toggle{
width: 30px;
height: 30px;
position: relative;
top: 10px;
}
.leistung-toggle .line-1{
width: 100%;
height: 2px;
background: #283583;
position: absolute;
top: calc( 50% - 1px);
}
.leistung-toggle .line-2{
width: 2px;
height: 100%;
background: #283583;
position: absolute;
left: calc( 50% - 1px);
transition: all 0.5s;
}
.item-header.active .line-2{
transform: rotate(90deg);
}
.item-header.active .line-1,
.item-header.active .line-2{
background-color: #fff;
}
.more-text{
font-size: 16px;
line-height: 130%;
display: none;
}
.has-more-text.open{
background-image: url(//finster.care/wp-content/themes/blank/images/minus-button.svg);
background-repeat: no-repeat;
background-size: 15px;
background-position: right 13px top 20px;
}
.has-more-text{
background-image: url(//finster.care/wp-content/themes/blank/images/add-plus-button.svg);
background-repeat: no-repeat;
background-size: 15px;
background-position: right 13px top 20px;
}
#stellenangebote img{
width: 100%;
margin-bottom: 10px;
}
.grey-bg{
background: #efefef;
}
.width6{
width: 50%;
}
.flex-wrap{
display: flex;
flex-wrap: wrap;
}
.gap40{
gap: 40px;
}
.gap60{
gap: 60px;
}
.gap40 .width6{
width: calc(50% - 20px);
}
.gap60 .width6{
width: calc(50% - 30px);
}
#wpcf7-f536-o2 p{
margin-bottom: 0px;
}
.yellow{
background: #F99A00;
}
.benefits{
border-radius: 10px;
}
.benefits h3{
margin-bottom: 15px;
}
.benefits ul li{
margin-bottom: 16px;
line-height: 105%;
font-size: 18px;
padding: 15px 20px;
background-color: #efefef;
border-radius: 5px;
display: flex;
}
.benefits ul li:before{
content: "";
width: 20px;
height: 20px;
background: #283583;
display: block;
margin-right: 15px;
mask-image: url(//finster.care/wp-content/themes/blank/images/right-arrow.svg);
mask-repeat: no-repeat;
mask-size: contain;
}
#jobs{ background: radial-gradient(ellipse at center,  rgba(188,24,131,1) 0%,rgba(132,17,97,1) 100%); }
#jobs .job-wrapper{
background: #fff;
border-radius: 10px;
}
#jobs h2{
color: #fff;
}
.padding60{
padding: 60px;
} [data-aos="smooth-up"] {
transform: translateY(16px);
transition-property: transform;
transition-duration: 220ms;
transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
will-change: transform;
} [data-aos="smooth-up"].aos-animate {
transform: translateY(0);
}
[data-aos="smooth-right"] {
transform: translateX(-16px);
transition-property: transform;
transition-duration: 220ms;
transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
will-change: transform;
}
[data-aos="smooth-right"].aos-animate {
transform: translateX(0);
}
[data-aos="smooth-left"] {
transform: translateX(16px);
transition-property: transform;
transition-duration: 220ms;
transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
will-change: transform;
}
[data-aos="smooth-left"].aos-animate {
transform: translateX(0);
}
[data-aos="smooth-down"] {
transform: translateY(-16px);
transition-property: transform;
transition-duration: 220ms;
transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
will-change: transform;
}
[data-aos="smooth-down"].aos-animate {
transform: translateY(0);
}
[data-aos="smooth-zoom-in"] {
transform: scale(0.95);
transition-property: transform;
transition-duration: 220ms;
transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
will-change: transform;
}
[data-aos="smooth-zoom-in"].aos-animate {
transform: scale(1);
}