/*
Theme Name: Dr Kirsten
Theme URI: http://drkirstenboehm.de/
Author: BG
Author URI: http:/drkirstenboehm.de/
Version: 1.0
Text Domain: berlin
*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

a, a:hover {
	text-decoration: none;
  color: #3e989e;
}

.socialbtns, .socialbtns ul, .socialbtns li {
  margin: 0;
  padding: 5px;
  font-family:'FontAwesome';
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
    float: left;
}

.socialbtns .fa {
  font-family:'FontAwesome';
	width: 40px;
    height: 40px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	padding-top: 12px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-o-border-radius: 22px;
}

.socialbtns .fa:hover {
	color: #FFF;
	background-color: #000;
	border: 1px solid #000;
}

body {
  color: #5a5a5a;
  font-family: 'Montserrat', sans-serif;
}
.full-width {
  width: 100%;
}
b, strong {
  font-weight: bold;
}
/* Typography
-------------------------------------------------- */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.content-container h2, .content-container .h2, .content-container h3, .content-container .h3 {
  line-height: 1.7;
}
.content-container h4, .content-container .h4, .content-container h5, .content-container .h5 {
  line-height: 1.4;
}
.h3, h3 {
  font-size: 1.55rem;
}
.h4, h4 {
  font-size: 1.3rem;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.navbar {
  height: 40px;
  padding-left: 0;
  padding-right: 0;
}

.navbar .container-fluid {
  padding: 0;
  max-height: 40px;
}

.navbar a {
  color: #7d7d7d;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.navbar .logo {
  width: 300px;
  z-index: 1;
  position: relative;
  top: 20px;
  transition: all 0.4s ease 0s;
  background: #fff;
  padding: 10px;
}

.navbar .logo img {
  transition: all 0.4s ease 0s;
  width: 100%;
}

.logo-fixed {
  transition: all 0.4s ease 0s;
  top: 30px !important;
  width: 240px !important;
}

.logo-fixed .logo img {
  transition: all 0.4s ease 0s;
}
#pills-tab {
  height: 120px;
  display: contents;
}
.navbar-nav {
  width: 100%;
}

.navbar-toggler {
  border-color: transparent !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url(./img/feather-menu.svg) !important;
}

.navbar .custom-html-widget {
    display: flex!important;
    flex-basis: auto;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link {
  white-space: nowrap;
}

.working-hours {
  margin-top: -14px;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.kontakt-phone {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.blue-background {
  background: #bdcfdd;
  padding-top: 25px;
  padding-bottom: 40px;
  color: #fff;
}
.green-background {
  background: #74c5cb;
  padding-top: 30px;
  padding-bottom: 14px;
  color: #fff;
}
.willkommen {
  padding-top: 50px;
}
.willkommen h2, .willkommen h1 {
  color: #98aab4;
  font-size: 30px;
  line-height: 41px;
  border-bottom: 2px solid #74c5cb;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: 400;

}
.willkommen p {
  font-size: 16px;
  line-height: 26px;
  color: #5c5b5b;
  padding-bottom: 30px;
}
.space-right {
  padding-right: 60px;
}
.green-button {
  background: #74c5cb;
  color: #fff;
  padding: 10px 35px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  border: none;
}
.nav-link.green-button {
  background: #74c5cb;
  color: #fff;
  padding: 35px 35px;
  margin-right: 20px;
  font-size: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 38px;
}
.nav-link.green-button.active {
  background: #98AAB4;
  color: #fff;
}
.detail {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
#location a.green-button {
  background: #74c5cb;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  border: none;
  float: left;
}
a.green-button:hover, .green-button:hover {
  color: #f0f0f0;
}
.white-button {
  color: #515f81;
  background: #fff;
  padding: 10px 35px;
  text-decoration: none;
  width: 240px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
a.white-button:hover {
  color: #74c5cb;
}

.gray-button {
  background: #98AAB4;
  color: #ffffff;
  padding: 10px 35px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

a.gray-button:hover {
  color: #74c5cb;
}

.appointment {
  background: url(./img/rectangle-41.jpg);
  min-height: 260px;
  padding-top: 10px;
  background-size: cover;
}
.appointment h2 {
  color: #fff;
  margin-top: 30px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
}
.appointment .text-center {
  align-items: center;
  justify-content: center;
}
.appointment .text-center p {
  font-weight: 500;
}
.appointment .white-button {
  margin-top: 20px;
  display: inline-block;
  width: auto;
}
.gray-background {
  background: #eaeef0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.gray {
  background: #eaeef0;
  padding-bottom: 30px;
  margin-top: 30px;
}
.gray .img-fluid {
  max-width: 93%;
}
.gray .willkommen h2 {
  padding-top: 30px;
}
.gray-background h2 {
  color: #98aab4;
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.gray-background p {
  text-align: center;
  color: #5c5b5b;
  font-size: 16px;
  line-height: 26px;
}
.button-container {
  margin-top: 16px;
}
.button-container .textwidget {
  display: inline-block;
}

.popular {
  background-image: url(./img/leberfleck-diagnostik.webp);
  background-color: rgba(255, 255, 255, 0.38);
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
}

.popular .card, .three-box .card {
  border: none;
  border-radius: 0;
  margin: 0 10px 0 10px;
}
.popular h2.carousel {
  text-align: center;
  color: #333;
  margin-top: 30px;
}
.three-box .card {
  background: transparent;
}

.three-box .card-img-top {
  border-radius: 0 !important;
}

.three-box .card-body {
  padding-bottom: 0;
}

.card-body h3 a {
  color:#5a5a5a;
}

.popular .card-img-top {
  max-height: 317px;
  border-radius: 0 !important;
}

.popular h3, .three-box h3 {
  color: #98AAB4;
  font-size: 24px;
  padding: 10px 20px;
}

.popular h3:after, .three-box h3:after {
  content: "";
  display:block;
  width: 45px;
  margin: 20px auto 0 auto;
  border:2px solid #74C5CB;
}

.popular p {
  padding: 0 30px 10px 30px;
}

.popular .button-container, .three-box .button-container {
  margin: 20px 0;
}

.popular .card-footer, .three-box .card-footer {
  padding: 0;
  background-color: transparent;
  border-top: none;
}

.map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#breadcrumbs {
  padding-top: 1rem;
}
#breadcrumbs a {
  color: #555;
}
#breadcrumbs a:hover {
  color: #000;
}

.video-container {
	position:relative;
	padding-bottom:25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
  max-width: 560px;
	height:100%;
  max-height: 315px;
  margin-left: 25%;
}
@media (max-width: 1199.98px) {
  .video-container {
    padding-bottom:56.25%;
  }
  .video-container iframe, .video-container object, .video-container embed {
    margin-left: 0%;
  }
  .socialbtns ul {
    display: inline-flex;
  }
  .jameda { 
    text-align: center!important;
  }
}
@media (min-width: 1199.98px) {
  .carousel-control-next, .carousel-control-prev {
    width: 5%;
  }
}


/* KONTAKT PAGE
-------------------------------------------------- */
.hero-img {
  position: relative;
  background-image: url('./img/kontakt-hero@2x.jpg');
  padding-bottom: 15%;
  background-position: center bottom;
  background-size: cover;
}
.hero-img.aboutus {
  background-image: url('./img/aboutusx2.webp');
}

.hero-img .container-fluid {
  position: absolute;
  bottom: 10%;
}

.hero-img h2, .hero-img h1, .carousel-caption h2 {
  color: #fff;
  line-height: 64px;
  background-color:#74c5cb;
  padding: 5px 10px;
  display:inline;
  -moz-box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}

.kontakt-info {
  padding: 10px
}

.kontakt-info p, .kontakt-info h2 {
  font-size: 27px;
  line-height: 40px;
  margin: 0 auto;
  display: inline-flex;
  position: relative;
}
.kontakt-info p a {
  color: #74C5CB;
}
.kontakt-info p a.kontakt-phone {
  color: #74C5CB;
  font-size: 35px;
}
.kontakt-info p:before, .kontakt-info h2:before {
  content: '';
  height: 55px;
  width: 55px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: -80px;
}

.kontakt-wh {
  padding-bottom: 40px;
  padding-top: 20px;
  border-bottom: 1px solid #5a5a5a;
}

.kontakt-wh p:before {
  background-image: url(./img/clock-green.svg);
}

.kontakt-tel {
  margin: 30px 0;
  border-right: 1px solid #5a5a5a;;
}

.kontakt-tel p {
  width: 365px;
  display: block;
  float: right;
  margin-right: 40px;
}

.kontakt-tel p:before {
  background-image: url(./img/phone-green.svg);
}

.kontakt-location {
  margin: 30px 0;
}

.kontakt-location p, .kontakt-location h2 {
  width: 328px;
  margin: 0 auto;
  display: block;
  font-weight: inherit;
}

.kontakt-location p:before, .kontakt-location h2:before {
  background-image: url(./img/map-pin-green.svg);
}

#kontakt:after {
  content: "";
  display:block;
  width: 260px;
  margin: 20px auto 0 auto;
  border:2px solid #74C5CB;
}
.tab-content .kontakt-form {
  margin-top: 20px;
}

.kontakt-form .input-group-lg .form-control {
  border-radius: 0!important;
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.kontakt-form .form-label, .kontakt-form .form-check-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.kontakt-form .form-label {
  font-size: 16px;
}

.kontakt-form .form-check {
  padding-left: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.kontakt-form .form-check .wpcf7-list-item {
  margin-left: 0px;
}
.kontakt-form .form-check .wpcf7-radio .wpcf7-list-item-label, .kontakt-form .form-check .wpcf7-checkbox .wpcf7-list-item-label {
  margin-left: 20px; 
}

.kontakt-form .form-check .form-label {
  font-size: 18px;
}
.kontakt-form .form-select {
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: 1px solid #ced4da;
  padding-left: 20px;
}

.kontakt-form .form-check-label {
  font-size: 10px;
  display: block;
  padding-left: 50px;
  padding-top: 5px;
}

.kontakt-form .form-check-input {
  width: 38px;
  height: 38px;
  border-radius: 0 !important;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
}
.kontakt-form .wpcf7-list-item-label {
  font-size: 18px;
}

.kontakt-form .form-check-input:checked {
  background-color: #74C5CB;
  border-color: #74C5CB;
}

.kontakt-form .form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(116 197 203 / 25%);
}

#location a {
  color: #3e989e;
  text-decoration: none;
}

#location h2 {
  margin-right: 50px;
}

#location h2:after {
  content: "";
  display:block;
  width: 260px;
  margin: 5px 0 30px;
  border:2px solid #74C5CB;
}
#location h2.gallery {
  text-align: center;
  margin-right: 0px;
  margin-top: 0px;
}
#location h2.gallery:after {
  text-align: center;
    margin: 30px auto;
}

#location .row:first-child:after {
  content: "";
  display:block;
  width: 260px;
  margin: 30px auto;
  border:2px solid #74C5CB;
}

#location .kontakt-info {
  width: 270px;
  margin: 0 auto;
  padding: 20px 10px;
  border-bottom: 1px solid #5a5a5a;
}

#location .kontakt-info:last-child {
  border:none;
}

#location .kontakt-info p {
  font-size: 16px;
  margin-left: 50px;
  display: inline-block;
  line-height: 24px;
}

#location .kontakt-info p:before {

  height: 45px;
  width: 45px;
  top: 1px;
  left: -60px;
}


.location-wh p:before {
  background-image: url(./img/clock-green.svg);
}

.location-tel p:before {
  background-image: url(./img/phone-green.svg);
}

.location-location p:before {
  background-image: url(./img/map-pin-green.svg);
}
.table tr {
  border-bottom: 1px solid #adadad;
}
.table td {
  min-width: 150px;
}
.pushme {
  margin-top: 3rem;
}
.splide__pagination {
  bottom: 0!important;
}

/* FOOTER
-------------------------------------------------- */
footer {
  background-color: #3B414E;
}

footer p {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.footer-logo {
  background-color: #fff;
  width: 300px;
  height: 116px;
  display: block;
  overflow: hidden;
  padding: 10px;
}
.footer-logo img {
  max-width: 300px;
  width: 100%;
}

footer .container-md .row .col-md:first-child p {
  font-size: 12px;
}

.footer-links ul {
  list-style: none;
  margin-bottom: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}


.footer-links a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
}
.footer-links a:hover {
  color: #74c5cb;
}

.working-hours-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.working-hours-title:before {
  content: '';
  height: 28px;
  width: 28px;
  display: inline-block;
  background-image: url(./img/feather-clock.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 45px;
  position: relative;
  top: 7px;
}

.working-hours-days {
  padding-left: 45px;
  max-width: 260px;
}

.working-hours-days li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 3px;
}

.working-hours-days span {
  color: #74C5CB;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  top: 7px;
}

.footer-info {
  background-color: #272A31;
}

.footer-info p {
  font-size: 10px;
}
#custom_html-4 {
  padding-bottom: 96px!important;
  display: block;
  overflow: hidden;
}
.jameda {
  width: auto;
  display: block;
  text-align: left;
  padding-left: 42px;
  padding-top: 25px;
}
.flo-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .content-container { display: flex; flex-flow: column; }
  .col2 { order: 1; }
  .col1 { order: 2;  }
  .col3 { order: 3; }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0;
}
#myCarousel {
  position: relative;
  display: block;
  overflow: hidden;
  clear: both;
  min-height: auto;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 8rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    width: 100%;
}
.carousel-item > img {
  width: 100%;
}
.carousel-item > picture {
  width: 100%;
}
.carousel-item > picture > img {
  width: inherit;
}
.carousel-indicators button {
    width: 10px!important;
    height: 10px!important;
    border-radius: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}
.bg-dark-gray {
  background-color: #aabbca;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (max-width: 1199.98px) {
  #myCarousel {
    min-height: 164px;
  }
  .footer-links .col-6 {
    padding: 0;
  }

  .kontakt-info p {
    margin: 0 0 0 80px;
  }

  .kontakt-tel {
    border: none;
  }

  .kontakt-tel p {
    float: left;
  }

  .kontakt-location p {
    display: inline-flex;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .navbar .logo {
    height: auto;
    width: 210px;
  }

  .logo-fixed {
    top: 15px !important;
    width: 240px !important;
  }
  #myCarousel {
    min-height: 365px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-links ul li {
    margin-bottom: 15px;
  }

  .working-hours-title {
    font-size: 16px;
  }

  .working-hours-title:before {
    padding-right: 40px;
  }

  .working-hours-days {
    padding-left: 40px;
  }

  .wh-col {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .mobile-center {
    text-align: center;
  }
  .navbar {
    height: initial;
    min-height: 50px;
  }
  .navbar .nav-link {
    border-bottom: 1px solid #ededed;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav {
    padding-left: 1rem;
  }

  .navbar-toggler {
    position: relative;
  }

  .navbar-collapse {
    padding-top: 50px;
    background: #fff;
    text-align: center;
  }

  .navbar .logo {
    height: auto;
    width: 240px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -120px;
  }
  .willkommen h2, .willkommen h1 {
    font-size: 20px;
  }

  .popular .carousel .card {
    max-width: 420px;
      margin: 20px auto;
  }

  .popular .carousel-inner {
    margin: 30px 0;
  }

  .popular .carousel-item {
    height: auto;
  }

  .hero-img .container-fluid {
    top: 40%;
  }

  .hero-img h2 {
    line-height: 50px;
    font-size: 24px;
  }

  .kontakt-info p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 0 65px;
  }

  .kontakt-wh {
    padding: 20px 0;
    border-bottom: none;
  }

  .kontakt-tel, .kontakt-location {
    margin: 0;
    padding: 20px 0;
  }

  .kontakt-info p:before {
    height: 45px;
    width: 45px;
    top: 8px;
    left: -65px;
  }

  .kontakt-form .form-check-label {
    padding-top: 0;
  }
  .first {
    order: 1;
  }
  .second {
    order: 2;
  }
  .hero-img h2, .hero-img h1 {
    font-size: 20px;
    line-height: 34px;
    padding: 4px 10px;
  }
  .carousel-caption {
    bottom: 0px;
  }
  .carousel-caption h2 {
    line-height: 26px;
    font-size: 16px;
  }
  #location h2 {
    margin-top: 50px;
  }
  .button-container .textwidget {
    clear: both;
    display: block;
  }
  .logo-fixed {
    top: 0px!important;
    width: 150px!important; 
  }
  .kontakt-info p a.kontakt-phone, .kontakt-info p, .kontakt-info h2 {
    font-size: 18px;
  }
  .kontakt-location p, .kontakt-location h2 {
    text-align: left;
    width: 100%;
    left: 57px;
  }
  .kontakt-info p::before, .kontakt-info h2::before {
    left:-57px;
  }
}
@media (min-width: 1199.99px) {
  #myCarousel {
    min-height: 430px;
  }
}
@media (min-width: 1499px) {
  #myCarousel {
    min-height: 546px;
  }
}
@media (min-width: 1899px) {
  #myCarousel {
    min-height: 700px;
  }
}
@media (max-width: 767.98px) {

  .top-header .bg-dark-gray .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .top-header .bg-dark-gray .container .col-4 {
    padding: 0;
  }

  .navbar .logo {
    width: 200px;
    margin-left: -100px;
  }

  .full-width {
    max-width: 100%;
    margin: 0;
  }


  .hero-img .container-fluid {
    top: 35%;
  }

  .hero-img h2 {
    line-height: 42px;
    font-size: 20px;
  }
  .footer-logo {
    margin: 30px auto;
  }
  .footer-logo-col img {
    display: block;
    position: relative;
  }

  .footer-links {
    max-width: 350px;
    margin: 0 auto;
  }

  .wh-col {
    max-width: 325px;
    margin: 0 auto;
  }

  .footer-info {
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .popular .carousel-control-prev {
    left: -10%;
  }

  .popular .carousel-control-next {
    right: -10%;
  }
}

@media (max-width: 575.98px) {
  .navbar .logo {
    width: 180px;
    margin-left: -90px;
  }

  .hero-img {
    padding-bottom: 80%;
    background-position: center center;
  }

  .kontakt-wh, .kontakt-tel, .kontakt-location {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kontakt-info p:before {
    height: 38px;
    width: 38px;
    top: 10px;
    left: -55px;
  }

  .kontakt-info p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 0 55px;
  }

}

