/* Breakpoints */
/* Font Sizes */
/* Font */
h2,
h3 {
  line-height: 1.5;
}
@font-face {
  font-family: 'kwz_icons';
  src: url('http://www.kinderwunschzentrum-hamburg.de/wp-content/themes/kwz_responsive/less/../fonts/kwz_icons.woff2?v=1.0.1') format('woff2'), url('http://www.kinderwunschzentrum-hamburg.de/wp-content/themes/kwz_responsive/less/../fonts/kwz_icons.woff?v=1.0.1') format('woff');
  font-weight: normal;
  font-style: normal;
  
  /*font-display: optional;*/
}
[class^="icn-"],
[class*=" icn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kwz_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icn-logo:before {
  content: "B";
}
@media (min-width: 576px) {
  .icn-logo:before {
    content: "A";
  }
}
.icn-male:before {
  content: "\e900";
}
.icn-female:before {
  content: "\e901";
}
.icn-doctor:before {
  content: "\e902";
}
.icn-doctors:before {
  content: "d";
}
.icn-location:before {
  content: "\e904";
}
.icn-mail:before {
  content: "\e905";
}
.icn-mobile:before {
  content: "\e906";
}
.icn-calendar:before {
  content: "\e907";
}
.icn-stethoskop:before {
  content: "1";
}
.icn-heart:before {
  content: "2";
}
.icn-sperm:before {
  content: "3";
}
.icn-ovary:before {
  content: "4";
}
.icn-burger:before {
  content: "0";
}
.icn-next:before {
  content: "\2192";
}
.icn-prev:before {
  content: "\2190";
}
.icn-appointment:before {
  content: "R";
}
.icn-appointment-2:before {
  content: "X";
}
.icn-global:before {
  content: "P";
}
body {
  color: #7a6648;
  font-size: 1.25rem;
  min-width: 320px;
}
body.admin-bar .container-fluid {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
.number-row .number,
body {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
}
h1 {
  font-size: 25.2px;
}
h2 {
  font-size: 19.6px;
}
h3 {
  font-size: 16.8px;
}
h4 {
  font-size: 15.4px;
}
.navbar-nav,
.footer {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}
.content p a {
  text-decoration: underline;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body .content a,
body .content a:hover {
  color: #f46249;
}
body.aubergine h1,
body.aubergine h2,
body.aubergine h3,
body.aubergine h4,
body.aubergine h5,
body.aubergine .content a,
body.aubergine .content a:hover {
  color: #7b3847;
}
body.brown h1,
body.brown h2,
body.brown h3,
body.brown h4,
body.brown h5,
body.brown .content a,
body.brown .content a:hover {
  color: #473728;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28.8px;
  }
  h3 {
    font-size: 23.04px;
  }
  h4 {
    font-size: 18.432px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 20px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 25.6px;
  }
  h4 {
    font-size: 20.48px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.pulse-animation {
  animation: pulse 2s infinite;
}
.header {
  margin-right: -15px;
  margin-left: -15px;
  min-height: 250px;
}
.header .header-image {
  position: relative;
  min-height: 230px;
}
.header .header-image img.cover {
  width: 100%;
  min-height: 230px;
  object-fit: cover;
}
.header .header-image img.kwz-badge {
  position: absolute;
  right: 10px;
  bottom: -50px;
  width: 165px;
  height: 165px;
  transform: rotate(5deg);
}
.header .header-image .icn-logo,
.header .header-image .title,
.header .header-image .text {
  position: absolute;
  left: 70px;
}
.header .header-image .icn-logo {
  line-height: 0.3;
  margin-left: 20px;
  color: #f46249;
  font-size: 110px;
  top: 20px;
}
.header .header-image .icn-logo:hover {
  color: #f46249;
  cursor: pointer;
  text-decoration: none;
}
.header .header-image .title {
  font-size: 26px;
}
.header .header-image .text {
  top: 230px;
  width: 600px;
}
.header .navbar-toggler {
  height: 84px;
}
.header .navbar-toggler .icn-burger {
  line-height: 0.6;
  font-size: 64px;
}
@media (min-width: 768px) {
  .header .header-image {
    min-height: 460px;
  }
  .header .header-image img.cover {
    min-height: 460px;
  }
  .header .header-image img.kwz-badge {
    right: 40px;
    bottom: -40px;
    width: 250px;
    height: 250px;
  }
  .header .header-image .icn-logo {
    line-height: 0.4;
    top: -15px;
    font-size: 130px;
    margin-left: -10px;
  }
  .header .header-image .icn-logo,
  .header .header-image .title,
  .header .header-image .text {
    position: absolute;
    left: 130px;
  }
  .page .header h1.title,
  .blog .header h1.title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .header .header-image .icn-logo {
    font-size: 200px;
    margin-left: -20px;
  }
  .header .header-image .icn-logo,
  .header .header-image .title,
  .header .header-image .text {
    position: absolute;
    left: 170px;
  }
  .page .header h1.title,
  .blog .header h1.title {
    font-size: 36px;
  }
}
/*@media (min-width: 1200px) {
	.header  .header-image{
		img.kwz-badge{
			position: absolute;
			right: 40px;
			bottom: -40px;
			width: 375px;
			height: 365px;
		}
	}
}*/
.header .navbar {
  position: fixed;
  max-height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  background: #ffffff;
  padding: 0;
  z-index: 10;
}
.header .navbar ul {
  list-style: none;
  padding: 0;
}
.header .navbar ul a {
  display: block;
}
.header .navbar .navbar-toggler {
  border: none;
  color: #f46249;
}
.header .navbar .navbar-toggler:focus {
  outline: none;
}
.header .navbar .nav-level-0 a {
  padding-left: 30px;
}
.header .navbar .nav-level-1 a {
  padding-left: 60px;
}
.header .navbar .nav-level-2 a {
  padding-left: 90px;
}
.header .navbar .nav-level-3 a {
  padding-left: 120px;
}
.header .navbar-nav {
  font-size: 15.4px;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 30px;
}
.header .navbar-nav .nav-color-1 a {
  color: #f46249;
}
.header .navbar-nav .nav-color-2 a {
  color: #7b3847;
}
.header .navbar-nav .nav-color-3 a {
  color: #473728;
}
.header .navbar-nav .nav-level-1 > ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .navbar-nav .nav-level-1 ul a {
  color: #ffffff;
}
.header .navbar-nav .current-menu-item > a {
  text-decoration: underline;
}
.header .navbar-nav .nav-level-1.nav-color-1 ul {
  background: #f46249;
}
.header .navbar-nav .nav-level-1.nav-color-2 ul {
  background: #7b3847;
}
.header .navbar-nav .nav-level-1.nav-color-3 ul {
  background: #473728;
}
.admin-bar .header .navbar {
  top: 32px;
}
@media (min-width: 768px) {
  .header .navbar-nav {
    font-size: 19.8px;
  }
}
@media (min-width: 1200px) {
  .header .navbar-nav {
    font-size: 22px;
  }
}
.cta-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}
.cta-sidebar .cta {
  /*position: relative;*/
}
.cta-sidebar .cta.small {
  position: relative;
  top: 0;
}
.cta-sidebar .cta .icn {
  display: block;
  z-index: 999;
  position: relative;
  font-size: 50px;
  height: 60px;
  transition: color 0.1s ease-in, background 0.1s ease-in;
  color: #FFF;
  background: #f46249;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.cta-sidebar .cta .icn:before {
  margin-right: 0;
}
.cta-sidebar .cta .icn:hover {
  background-color: white;
  color: #f46249;
  text-decoration: none;
}
.cta-sidebar .cta.clr-3 .icn {
  color: #ffffff;
  background: #7a6648;
}
.cta-sidebar .cta.clr-3 .panel {
  background: #7a6648;
}
.cta-sidebar .cta.clr-3 .panel a {
  color: #ffffff;
  background: transparent;
}
.cta-sidebar .cta.clr-2 .icn {
  background: #ddcdd0;
  color: #7b3847;
}
.cta-sidebar .cta.clr-2 .panel {
  background: #ddcdd0;
  color: #7b3847;
}
.cta-sidebar .cta.clr-2 .panel h2 {
  color: #7b3847;
}
.cta-sidebar .cta.clr-2 .panel a {
  color: #7b3847;
  background: #ddcdd0;
}
.cta-sidebar .cta.clr-2 .panel button {
  background: #7b3847;
}
.cta-sidebar .cta.clr-1 .icn {
  background: #fee6e1;
  color: #f46249;
}
.cta-sidebar .cta.clr-1 .panel {
  background: #fee6e1;
  color: #f46249;
}
.cta-sidebar .cta.clr-1 .panel h2 {
  color: #f46249;
}
.cta-sidebar .cta.clr-1 .panel a {
  color: #f46249;
  background: #fee6e1;
}
.cta-sidebar .cta.clr-1 .panel button {
  background: #f46249;
}
.cta-sidebar .cta.lang-switcher .panel {
  min-width: 250px;
}
.cta-sidebar .cta.lang-switcher .panel a.link {
  text-align: left;
}
.cta-sidebar .panel {
  position: absolute;
  transition: right 0.5s ease-in;
  right: -120vw;
  top: 0;
  padding: 22px;
  background: white;
  margin-right: 42px;
  overflow-y: auto;
  max-height: 100vh;
}
.cta-sidebar .panel a {
  color: #f46249;
  background: white;
}
.cta-sidebar .panel a.link {
  display: block;
  min-height: 46px;
  white-space: nowrap;
  font-size: 24px;
  text-align: center;
}
.cta-sidebar .panel.form {
  width: 80vw;
  background: #ddcdd0;
}
.cta-sidebar .panel.form .icn-form {
  /*color: #7b3847;*/
  position: absolute;
  top: -30px;
  left: 20px;
  font-size: 200px;
}
.cta-sidebar .panel.form .inner {
  margin: 140px 10px 40px 10px;
  text-align: left;
}
.cta-sidebar .panel.form h2 {
  /*color: @cl_2;*/
  font-size: 22px;
  line-height: 26px;
}
.cta-sidebar .panel.form p {
  /*color:@cl_2;*/
  font-size: 16px;
  line-height: 20px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}
.cta-sidebar .panel.form button {
  border-radius: 0;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  border: none;
  padding: 10px 15px;
}
.cta-sidebar .panel.form input {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  border-radius: 0;
}
.cta-sidebar .open {
  /*color: @cl_1;
		background: white;*/
}
.cta-sidebar .open .icn {
  color: #f46249;
  background: white;
}
.cta-sidebar .open .panel {
  right: 23px;
}
.cta-sidebar .open .panel a {
  color: #f46249;
}
.cta-sidebar .open .panel a:active,
.cta-sidebar .open .panel a:hover,
.cta-sidebar .open .panel a:focus {
  color: #f46249;
}
@media (min-width: 768px) {
  .cta-sidebar .cta .icn {
    font-size: 80px;
    height: 90px;
    width: 65px;
  }
  .cta-sidebar .panel.form .inner {
    margin: 40px 40px 40px 120px;
  }
  .cta-sidebar .panel.form h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .cta-sidebar .panel.form p {
    font-size: 20px;
    line-height: 30px;
  }
}
.content {
  padding-top: 40px;
  padding-bottom: 20px;
}
.content > * {
  margin-bottom: 40px;
}
.content .content-extra {
  padding: 0 15px;
}
.content .v-center {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.content .colored-box {
  color: #ffffff;
}
.content .colored-box .box {
  padding: 1rem;
  font-size: 1.15rem;
  line-height: 1.5;
}
.content .colored-box .box > div {
  padding: 20px;
  height: 100%;
}
.content .colored-box .box h3 {
  line-height: 1.2;
  margin-bottom: 30px;
  font-size: 25.2px;
  min-height: 50px;
  word-wrap: break-word;
}
.content .colored-box .box h3 span {
  font-size: 80px;
  line-height: 0;
  margin-left: -12px;
}
.content .colored-box .box h3 span::before {
  vertical-align: middle;
}
.content .colored-box .box a {
  overflow-wrap: break-word;
}
.content .colored-box .box a:hover {
  text-decoration: none;
}
.content .colored-box .box a:hover p {
  text-decoration: underline;
}
.content .colored-box .color-0 {
  background: #ece9e5;
  color: #f46249;
}
.content .colored-box .color-0 a,
.content .colored-box .color-0 a:hover {
  color: #f46249;
}
.content .colored-box .color-1 {
  background: #f46249;
  color: #ffffff;
}
.content .colored-box .color-1 a,
.content .colored-box .color-1 a:hover,
.content .colored-box .color-1 h3 {
  color: #ffffff;
}
.content .colored-box .color-2 {
  background: #7b3847;
}
.content .colored-box .color-2 a,
.content .colored-box .color-2 a:hover,
.content .colored-box .color-2 h3 {
  color: #ffffff;
}
.content .colored-box .color-3 {
  background: #ddcdd0;
  color: #7b3847;
}
.content .colored-box .color-3 a,
.content .colored-box .color-3 a:hover,
.content .colored-box .color-3 h3 {
  color: #7b3847;
}
.content .colored-box .color-4 {
  background: #473728;
}
.content .colored-box .color-4 a,
.content .colored-box .color-4 a:hover,
.content .colored-box .color-4 h3 {
  color: #ffffff;
}
.content .colored-box p {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}
.content .stacked-row {
  /*font-size: 1rem;*/
}
.content .stacked-row .stacked a,
.content .stacked-row .stacked h2 {
  color: #7b3847;
}
.content .stacked-row .stacked .row {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
}
.content .stacked-row .stacked .row [class^="icn-"],
.content .stacked-row .stacked .row [class*=" icn-"] {
  font-size: 5rem;
  line-height: 0.35;
  padding: 0;
  margin-right: 15px;
  margin-left: -25px;
}
.content .stacked-row .stacked > div {
  background: #e7e1e1;
  color: #7b3847;
  padding: 20px 40px;
}
.content .stacked-row .stacked .big {
  font-size: 1.5rem;
}
.content .stacked-row .image {
  padding-left: 20px;
}
.content .stacked-row .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content .stacked-row .wrapper {
  height: 100%;
}
.content .stacked-row .color-0 {
  background: #e7e1e1;
  color: #f46249;
}
.content .stacked-row .color-0 a,
.content .stacked-row .color-0 a:hover {
  color: #f46249;
}
.content .stacked-row .color-1 {
  background: #f46249;
  color: #ffffff;
}
.content .stacked-row .color-1 a,
.content .stacked-row .color-1 a:hover,
.content .stacked-row .color-1 h3 {
  color: #ffffff;
}
.content .stacked-row .color-2 {
  background: #7b3847;
}
.content .stacked-row .color-2 a,
.content .stacked-row .color-2 a:hover,
.content .stacked-row .color-2 h3 {
  color: #ffffff;
}
.content .stacked-row .color-3 {
  background: #ddcdd0;
  color: #7b3847;
}
.content .stacked-row .color-3 a,
.content .stacked-row .color-3 a:hover,
.content .stacked-row .color-3 h3 {
  color: #7b3847;
}
.content .stacked-row .color-4 {
  background: #473728;
}
.content .stacked-row .color-4 a,
.content .stacked-row .color-4 a:hover,
.content .stacked-row .color-4 h3 {
  color: #ffffff;
}
.content .number-row {
  color: #7b3847;
}
.content .number-row .number {
  font-size: 56px;
}
@media (min-width: 768px) {
  .content .colored-box .box > div {
    padding: 40px;
  }
  .content .colored-box .box h3 {
    min-height: 66px;
    font-size: 36px;
  }
  .content .colored-box .box h3 span {
    font-size: 100px;
  }
  .content .content-extra {
    padding: 0 56px;
  }
  .home .content {
    margin: 0 30px;
  }
}
@media (min-width: 992px) {
  .home .content {
    margin: 0 175px;
  }
}
@media (min-width: 1200px) {
  .content .colored-box .box h3 {
    min-height: 76px;
    font-size: 40px;
  }
  .content .colored-box .box h3 span {
    font-size: 120px;
  }
  .home .content .stacked-row {
    font-size: 1.25rem;
  }
}
.footer {
  clear: both;
  background: #7b3847;
  color: #ffffff;
  font-size: 28px;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 25px;
}
.footer address {
  margin: 20px 40px 0 0;
}
.footer .footermenu {
  list-style: none;
  padding-left: 0;
}
.footer .content a {
  color: #ffffff;
}
.footer .content .info {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 35px;
  line-height: 48px;
  color: #E1D1D5;
}
.footer .content .info .icn-doctors {
  font-size: 100px;
}
.footer .content .info a {
  color: #E1D1D5;
}
.footer .content .info p {
  margin-bottom: 40px;
}
.footer hr {
  border-color: #E1D1D5;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .footer {
    padding-left: 35px;
  }
  .footer address {
    margin: 0;
  }
}
.header h1.title {
  top: initial;
  bottom: 20px;
}
.page .carousel {
  margin-bottom: 40px;
}
.page .carousel .carousel-inner .carousel-item {
  background: #F0EDEA;
}
.page .carousel .carousel-inner .carousel-item .carousel-item-inner {
  margin: 0 auto;
  position: relative;
  width: 100%;
  background-size: cover;
}
.page .carousel .carousel-inner .carousel-item .carousel-item-inner img.icons {
  /*display: none;*/
  width: 100%;
  height: 100%;
}
.page .carousel .carousel-inner .carousel-item .carousel-item-inner .row {
  margin-right: 0;
  margin-left: 0;
  padding: 40px 20px;
}
.page .carousel .carousel-inner .carousel-item .carousel-item-inner .row .col-right > div {
  padding-right: 15%;
}
.page .carousel .carousel-inner .carousel-item .carousel-item-inner .row .col-right h2 {
  display: inline;
  color: #f46249;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: initial;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}
.page .carousel .carousel-inner .carousel-item .carousel-item-inner .row .col-right p {
  display: inline;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}
.page .carousel .carousel-inner .bg-female .carousel-item-inner {
  background: url("http://www.kinderwunschzentrum-hamburg.de/wp-content/themes/kwz_responsive/less/../gfx/bg_female.png");
  background-size: cover;
}
.page .carousel .carousel-inner .bg-female2 .carousel-item-inner {
  background: url("http://www.kinderwunschzentrum-hamburg.de/wp-content/themes/kwz_responsive/less/../gfx/bg_female2.png");
  background-size: cover;
}
.page .carousel .carousel-inner .bg-male .carousel-item-inner {
  background: url("http://www.kinderwunschzentrum-hamburg.de/wp-content/themes/kwz_responsive/less/../gfx/bg_male.png");
  background-size: cover;
}
.page .carousel .carousel-control-prev,
.page .carousel .carousel-control-next {
  color: #f46249;
  font-size: 52px;
  width: 10%;
}
.page .carousel .carousel-control-prev .carousel-control-prev-icon,
.page .carousel .carousel-control-next .carousel-control-prev-next {
  background: none;
}
.page .clr-orange {
  color: #f46249;
}
.page .icon-boxes .icon-box,
.page .icon-boxes .gallery-box {
  margin-bottom: 40px;
}
.page .icon-boxes .icon-box img,
.page .icon-boxes .gallery-box img {
  margin-bottom: 25px;
}
.page .icon-boxes .icon-box .wrapper,
.page .icon-boxes .gallery-box .wrapper {
  padding-bottom: 30px;
}
.page .icon-boxes .wrapper {
  padding: 10px 30px;
}
.page .icon-boxes .wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.page .icon-boxes h2 {
  color: #ffffff;
}
.page .icon-boxes .clr-0 {
  color: #f46249;
}
.page .icon-boxes .clr-0 h2 {
  color: #f46249;
}
.page .icon-boxes .clr-0 a,
.page .icon-boxes .clr-0 a:hover {
  color: #f46249;
}
.page .icon-boxes .clr-0 .wrapper {
  background: #F0EDEA;
}
.page .icon-boxes .clr-1 {
  color: #ffffff;
}
.page .icon-boxes .clr-1 a,
.page .icon-boxes .clr-1 a:hover {
  color: #ffffff;
}
.page .icon-boxes .clr-1 .wrapper {
  background: #f46249;
}
.page .icon-boxes .clr-2 {
  color: #ffffff;
}
.page .icon-boxes .clr-2 a,
.page .icon-boxes .clr-2 a:hover {
  color: #ffffff;
}
.page .icon-boxes .clr-2 .wrapper {
  background: #7b3847;
}
.page .icon-boxes .clr-3 {
  color: #7b3847;
}
.page .icon-boxes .clr-3 h2 {
  color: #7b3847;
}
.page .icon-boxes .clr-3 a,
.page .icon-boxes .clr-3 a:hover {
  color: #7b3847;
}
.page .icon-boxes .clr-3 .wrapper {
  background: #ddcdd0;
}
.page .icon-boxes .clr-4 {
  color: #ffffff;
}
.page .icon-boxes .clr-4 a,
.page .icon-boxes .clr-4 a:hover {
  color: #ffffff;
}
.page .icon-boxes .clr-4 .wrapper {
  background: #473728;
}
.page .float.icon-boxes {
  display: block;
  clear: both;
}
.page .float.icon-boxes .icon-box {
  margin-right: 40px;
  margin-bottom: 80px;
}
.page .float.icon-boxes .text {
  margin-left: 15px;
  margin-right: 15px;
}
.home .header h1.title {
  top: 160px;
  color: #7a6648;
}
@media (min-width: 576px) {
  .page .carousel .carousel-inner .carousel-item .carousel-item-inner {
    height: 0;
    padding-bottom: 54.48717949%;
  }
  .page .carousel .carousel-inner .carousel-item .carousel-item-inner img.icons {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    width: 90%;
    height: 90%;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .page .carousel .carousel-inner .carousel-item .carousel-item-inner img.icons {
    top: 0;
    right: -4.5%;
    bottom: 0;
    left: 4.5%;
    width: 100%;
    height: 100%;
  }
}
.content .icon-box.post {
  margin-bottom: 40px;
}
.content .icon-box.post .excerpt {
  color: #7a6648;
}
.content .icon-box.post a:hover {
  text-decoration: none;
}
.content .icon-box.post a:hover h2 {
  text-decoration: underline;
}
.content .icon-box.post img {
  width: 100%;
}
