
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,600,700|Work+Sans:400,700,800");
html {
  overflow-x: hidden;
}

@font-face {
  font-family: "angle";
  src: url("font/angle/angle.ttf") format("truetype");
  src: url("font/angle/angle.woff") format("woff");
  src: url("font/angle/angle.otf") format("opentype");
}

@font-face {
  font-family: "Bubble Candy Demo";
  src: url("font/bubble/BubbleCandyDemoRegular.ttf") format("truetype");
  src: url("font/bubble/BubbleCandyDemoRegular.woff") format("woff");
  src: url("font/bubble/BubbleCandyDemoRegular.otf") format("opentype");
}

body {
  font-family: "Lato", Calibri, Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.166667px;
  line-height: 1.7em;
  color: #929292;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  -webkit-overflow-scrolling: touch;
}

p {
  color: #929292;
}

.mainpage {
  display: flex;
    justify-content: flex-start; /* Links ausrichten */
    align-items: center; /* Vertikal zentrieren */
    height: 55vh; /* Höhe des Containers auf 100% der Viewport-Höhe setzen */
    width: 100%; 
}

.title {
  font-family: "angle" !important;
  font-size: 4.2rem !important;
  font-weight: 500;
}

.title2 {
  font-family: "Lato";
  font-size: 2.3rem !important;
  font-weight: 200;
  line-height: 2rem;
}

.font1 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#373743;
}

.darkgreytxt {
  color: #373743 !important;
}

.bluetxt {
  color: #5f98a4 !important;
}

.cursivefont1 {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.cursivefont2 {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 2.4rem;
  font-style: normal;
}

.boldfont1 {
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  font-style: normal;
}

.boldfont2 {
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
}

.bubblegum {
  font-family: "Bubble Candy Demo" !important;
  font-size: 1.6rem;
  font-style: italic;
}

.bubblegum2 {
  font-family: "Bubble Candy Demo" !important;
  font-size: 1.8rem;
}

.cv-heading {
  font-family: "Bubble Candy Demo" !important;
  font-size: 2rem;
}

.cv-heading-right {
  margin-left: 7rem;
  font-family: "Bubble Candy Demo" !important;
  font-size: 2rem;
  line-height: 2.9rem;
}

.cv-heading-small {
  font-family: "Source Code Pro", monospace;
  font-size: 0.8rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #8ac4d0;
}

.cv-block {
  margin-bottom: 6%;
}
u {
  position: relative;
  text-decoration: none; /* Remove the default underline */
  color: white;
}
u::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; /* Adjust this value to move the underline closer */
  height: 7px; /* Height of the underline */
  background-color: #f6d32d; /* Color of the underline */
  z-index: -1; /* Ensure the underline stays behind the text */
}

.marked {
  background-color: #fae57c;
}

.hr,
hr {
  margin-top: 6%;
}

hr.zigzag {
  border: none;
  height: 30px; /* Höhe der Linie */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 30" fill="none"><path d="M0 15 C10 10, 20 20, 30 15 C40 10, 50 20, 60 15 C70 10, 80 20, 90 15 C95 10, 100 20, 110 15" stroke="%23c7f2fb" stroke-width="2" fill="none"/></svg>')
    repeat-x;
  background-size: auto 100%; /* Hintergrundgröße */
}

hr.zigzag-yellow {
  border: none;
  height: 30px; /* Höhe der Linie */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 30" fill="none"><path d="M0 15 C10 10, 20 20, 30 15 C40 10, 50 20, 60 15 C70 10, 80 20, 90 15 C95 10, 100 20, 110 15" stroke="%23fae57c" stroke-width="2" fill="none"/></svg>')
    repeat-x;
  background-size: auto 100%; /* Hintergrundgröße */
}


.suzan-cv {
  width: 70%;
  margin-bottom: 10vh;
}

.suzan-doodle1 {
  width: 20vh;
  margin-left: 50vh;
  margin-top: 3vh;
  z-index: -1;
}

.suzan-doodle2 {
  width: 30%;
  margin-top: 5vh;
  margin-left: 25%;
  z-index: -1;
}

.pink {
  color: #ed7eb7;
}

.yellow {
  color: #f6d32d;
}

.underline {
  text-decoration: underline #f6d32d;
  text-underline-offset: 1rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Work Sans", sans-serif;
  color: #000;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 2.5rem;
  text-transform: none;
}

h2,
.h2 {
  font-size: 42px;
  line-height: 52px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 34px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 26px;
}

h6,
.h6 {
  font-size: 14px;
}

.chicle-regular {
  font-family: "Chicle", serif;
  font-weight: 400;
  font-style: normal;
}

.text-sm {
  font-size: 14px;
}

.logo {
  width: 40%;
  height: auto;
}

/* Style all font awesome icons */
.fa,
.fa-solid,
.fa-brands {
  padding: 2%;
  font-size: 1.7rem;
  width: 5%;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover,
.fa-solid:hover,
.fa-brands:hover {
  color: #ed7eb7;
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

[class^="ti-"],
[class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

whitetxt,
.whitetxt,
#whitetxt {
  color: white !important;
}

/* Scrollbar & title hover */
.down-arrow {
  font-size: 2rem;
  color: #8ac4d0 !important;
  margin-top: 10%;
  display: inline-block;
  animation: bounce 2s infinite;
}

.down-arrow:hover {
  cursor: pointer;
  color: #fae57c !important;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.section {
  padding: 8% 10% 8% 10%;
}

.section-sm {
  padding: 60px 0px;
}

.btn {
  padding: 18px 38px;
  border: 2px solid transparent;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  margin-right: 2%;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
}
.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.btn-main {
  background: #c8f3fb;
  color: #373743;
  border-radius: 5px;
}
.btn-main:hover {
  color: #3e84a8 !important;
  background: #fae57c;
}

.btn-main-lightblue {
  color: #204999;
  background: #d8d8d8;
  border-radius: 5px;
}
.btn-main-lightblue:hover {
  background: #398bc7 !important;
  color: #fff !important;
}


.btn-black {
  background: #000;
  color: #fff;
}
.btn-black:hover {
  background: #f44336;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.btn-white:hover {
  background: transparent;
  color: #fff;
}

a {
  color: #000;
  transition: all 0.25s ease;
}
a:hover {
  color: #f44336;
  text-decoration: none;
  outline: none;
}

.bg-primary {
  background: #f44336 !important;
}

.bg-secondary {
  background: #f7f7f7 !important;
}

.bg-extra {
  background: #e8eefb !important;
}

.text-color {
  color: #fae57c;
}

.page-title h1 {
  position: relative;
  padding-bottom: 30px;
}
.page-title h1:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 40px;
  height: 2px;
  margin-left: -25px;
  background: #f44336;
}

@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 43px;
  }

  .fa,
  .fa-solid,
  .fa-brands {
    padding: 1%;
    margin-right: 5%;
    margin-top: 10%;
    font-size: 1.7rem;
    width: 5%;
    text-align: center;
    text-decoration: none;
  }
  .bubblegum {
    font-family: "Bubble Candy Demo" !important;
    font-size: 1.3rem;
    font-style: italic;
  }
  .logo {
    width: 70%;
    height: auto;
  }
  .title2 {
    font-family: "Lato";
    font-size: 1.7rem !important;
    font-weight: 200;
    line-height: 2rem;
  }
}
@media (max-width: 400px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 43px;
  }

  .fa,
  .fa-solid,
  .fa-brands {
    padding: 1%;
    margin-right: 5%;
    margin-top: 10%;
    font-size: 1.7rem;
    width: 5%;
    text-align: center;
    text-decoration: none;
  }
  .bubblegum {
    font-family: "Bubble Candy Demo" !important;
    font-size: 1.3rem;
    font-style: italic;
  }
  .logo {
    width: 70%;
    height: auto;
  }
  .title2 {
    font-family: "Lato";
    font-size: 1.7rem !important;
    font-weight: 200;
    line-height: 2rem;
  }
}
.cd-headline.clip span {
  padding: 0px;
}

.banner .cd-headline {
  font-size: 56px;
  line-height: 70px;
}

.banner-3 {
  position: relative;
}

.custombg-lilac {
  background-color: #c28dd1;
}

.bgimage {
  background-image: url('../images/sky-bg-lightblue.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
 
}

.custombg-darkgreen {
  background-color: #bed0ba;
}

.custombg-lightblue {
  background-color: #d5f7fe;
  
}

.custombg-lightblue p, h4, h3 {
  color: #373743;
}

.custombg-grey {
  background-color: #373743;
}

.main-nav .header-top-socials a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 20px 6px;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  background: transparent !important;
}

a:hover {
  color: #fae57c !important; /* Hier die gewünschte Farbe einfügen */
}

ul.dropdown-menu {
  background: rgba(21, 21, 21, 0.6);
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
}


ul.dropdown-menu > li > a,
.navbar ul ul ul.dropdown-menu li .nav-link {
  font-size: 12px;
  line-height: 22px;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  color: #fff;
  text-transform: uppercase;
}
ul.dropdown-menu > li > a:hover,
.navbar ul ul ul.dropdown-menu li .nav-link:hover {
  color: #f44336;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  padding: 0;
  border: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: 2rem;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

@media (max-width: 575px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 10rem;
    line-height: 5rem;
  }
  .btn-group,
  .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
  .fa,
  .fa-solid,
  .fa-brands {
    padding: 1%;
    margin-right: 5%;
    margin-top: 10%;
    font-size: 1.7rem;
    width: 5%;
    text-align: center;
    text-decoration: none;
  }
  .bubblegum {
    font-family: "Bubble Candy Demo" !important;
    font-size: 1.3rem;
    font-style: italic;
  }
  .title2 {
    font-family: "Lato";
    font-size: 1.7rem !important;
    font-weight: 200;
    line-height: 2rem;
  }


}


@media (max-width: 400px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 10rem;
    line-height: 5rem;
  }
  .btn-group,
  .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }

  .fa,
  .fa-solid,
  .fa-brands {
    padding: 1%;
    margin-right: 5%;
    margin-top: 10%;
    font-size: 1.7rem;
    width: 5%;
    text-align: center;
    text-decoration: none;
  }
  .bubblegum {
    font-family: "Bubble Candy Demo" !important;
    font-size: 1.3rem;
    font-style: italic;
  }
  .title2 {
    font-family: "Lato";
    font-size: 1.7rem !important;
    font-weight: 200;
    line-height: 2rem;
  }

}
@media (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group,
  .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }

  .section {
    padding: 30% 0px;
}
.btn {
  padding: 0rem 1rem 1rem !important;
  font-size:0.8rem !important;
  border: 2px solid transparent;
  text-transform: uppercase;
  border-radius: 0px;
  line-height: 14px;
  font-weight: 600;
  margin-right: 2%;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
}
  .fa,
  .fa-solid,
  .fa-brands {
    padding: 1%;
    margin-right: 5%;
    margin-top: 10%;
    font-size: 1.7rem;
    width: 5%;
    text-align: center;
    text-decoration: none;
  }
  .bubblegum {
    font-family: "Bubble Candy Demo" !important;
    font-size: 1.3rem;
    font-style: italic;
  }

  .title2 {
    font-family: "Lato";
    font-size: 1.7rem !important;
    font-weight: 200;
    line-height: 2rem;
  }

  .cv-heading-right {
    margin-left: 0rem;
    font-family: "Bubble Candy Demo" !important;
    font-size: 2rem;
    line-height: 2.9rem;
}

.suzan-doodle2 {
  width: 25%;
  margin-top: 5%;
  margin-left: 10%;
  z-index: -1;
}

.cd-headline.clip .cd-words-wrapper {
  font-size: 1.7rem !important;
}

}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 10rem;
    line-height: 5rem;
  }
  .btn-group,
  .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
  .fa,
  .fa-solid,
  .fa-brands {
    padding: 1%;
    margin-right: 5%;
    margin-top: 10%;
    font-size: 1.7rem;
    width: 5%;
    text-align: center;
    text-decoration: none;
  }
  .bubblegum {
    font-family: "Bubble Candy Demo" !important;
    font-size: 1.3rem;
    font-style: italic;
  }
  
  .title2 {
    font-family: "Lato";
    font-size: 1.7rem !important;
    font-weight: 200;
    line-height: 2rem;
  }


}

.portfolio {
  padding-bottom: 100px;
}
.portfolio .btn:focus,
.portfolio .btn:hover,
.portfolio .btn.focus.active {
  box-shadow: none !important;
  outline: 0 !important;
}
.portfolio .btn-group .btn {
  border-radius: 0px !important;
  padding-left: 0px;
  font-weight: 700;
}
.portfolio .btn-group .btn:hover {
  color: #f44336;
}
.portfolio .btn-group:not(:first-child) > .btn,
.portfolio .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.portfolio .btn.active {
  color: #f44336;
}

.inner-box {
  position: relative;
}

.inner-box .image {
  position: relative;
  overflow: hidden;
}

.inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.float-img {
  width: 4%;
  display: inline-block;
  margin-left: 1.8%;
margin-top: -3%;
}

.inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  display: block;
  transition: all 0.6s ease;
  overflow: hidden;
}

.inner-box .image .overlay-box:before {
  position: absolute;
  content: "";
  left: -450px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: all 0.4s;
  background-color: rgba(47, 50, 56, 0.8);
}

.inner-box:hover .image img {
  transform: scale(1.1);
}

.inner-box:hover .image .overlay-box:before {
  opacity: 1;
  left: 0px;
}

.inner-box:hover .image .overlay-box {
  opacity: 1;
}

.inner-box:hover .image .overlay-box .overlay-content h5 {
  transform: translateX(0px);
}

.inner-box:hover .image .overlay-box .overlay-content p {
  transform: translateX(0px);
}

.inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  bottom: 30px;
  z-index: 1;
  padding: 10px 40px;
}

.inner-box .image .overlay-box .overlay-inner .overlay-content i {
  font-size: 28px;
}

.inner-box .image h3 {
  color: #fff;
}

.overlay-content h5 {
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 8px;
  margin-bottom: 0px;
  transform: translateX(-150px);
  transition: all 0.3s;
}
.overlay-content p {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 0px 8px;
  margin-top: 2px;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  transform: translateX(-150px);
  transition: all 0.5s;
}

.portfolio-image {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  padding-top: 16px;
  position: absolute;
  top: 40%;
  font-size: 22px;
  margin-left: -28px;
  left: 50%;
}

.info a {
  margin-right: 10px;
}

.service-home {
  position: relative;
}

.service-item i {
  font-size: 35px;
  float: left;
  width: 65px;
  height: 120px;
}

.testimonial-content {
  text-align: center;
  padding: 25px;
  position: relative;
}
.testimonial-content i {
  font-size: 60px;
}
.testimonial-content p {
  margin-top: 30px;
  margin-bottom: 25px;
}

.about-info h3 {
  margin-top: 15px;
}

.progress-bar-content {
  margin-bottom: 25px;
}
.progress-bar-content .progress-title {
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.progress-bar-content .progress-label {
  margin-bottom: 15px;
}
.progress-bar-content .progress-bar {
  background: #000;
}
.progress-bar-content .progress-bar-units {
  color: #000;
}

.about-list {
  line-height: 40px;
}
.about-list li {
  text-transform: capitalize;
  color: #000;
}

.progress {
  width: 100%;
  overflow: visible;
  position: relative;
  margin: 0 0 35px 0;
  border-radius: 0px;
  height: 7px;
  background-color: #f7f8f9;
}

.progress-bar {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  background: #e1a34c;
  border-radius: 0px;
  transition: all 3s ease-in-out;
}

@media (max-width: 575px) {
  .cta {
    padding-bottom: 0px;
  }

}
@media (max-width: 400px) {
  .cta {
    padding-bottom: 0px;
  }

  .logo {
    width: 60%;
    height: auto;
  }

  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    max-width: 80%;
  }

  
}
@media (max-width: 767px) {
  .cta {
    padding-bottom: 0px;
  }

  .logo {
    width: 60%;
    height: auto;
  }

  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    max-width: 80%;
  }


}
#map {
  height: 300px;
  margin: 75px 0px;
}

.form-control {
  border-radius: 0px;
  height: 45px;
  border-color: #e8eefb;
}
.form-control:focus {
  box-shadow: none;
  border-color: #f44336;
}

textarea.form-control {
  height: auto;
}

.text-black {
  color: #000;
}

.contact-title h2 {
  position: relative;
  padding-bottom: 30px;
}
.contact-title h2:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 40px;
  height: 2px;
  margin-left: -25px;
  background: #f44336;
}

.letter-spacing {
  letter-spacing: 1px;
}

.post .image-content {
  position: relative;
}
.post .image-content img {
  width: 100%;
}
.post .author img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.post .post-content {
  margin-top: 30px;
}
.post .post-content h4 {
  margin-top: 10px;
  transition: all 0.35s ease;
}
.post .post-content a:hover h4 {
  color: #f44336;
}

.pagination {
  margin-top: 70px;
}
.pagination li a {
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 9px 18px;
  color: #666666;
  transition: 0.3s;
}
.pagination li a:hover {
  background: #f44336;
  color: #fff;
}
.pagination li.active a {
  background: #f44336;
  color: #fff;
}

.sidebar-widget .widget {
  padding-left: 20px;
}
.sidebar-widget .widget-title {
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
}
.sidebar-widget .widget-title:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 2px;
  background: #000;
}
.sidebar-widget .follow a {
  margin-right: 10px;
}
.sidebar-widget .tags a {
  text-transform: capitalize;
  font-size: 15px;
  padding: 2px 13px;
  display: inline-block;
  margin-bottom: 8px;
  background: #dedede;
}
.sidebar-widget .category ul {
  line-height: 40px;
}
.sidebar-widget .category ul li {
  font-size: 15px;
  text-transform: capitalize;
}

.post-body span {
  font-size: 13px;
  letter-spacing: 1px;
}

.single-post {
  margin-bottom: 70px;
}

.share ul li a {
  margin-right: 20px;
}

.mb-45 {
  margin-bottom: 45px;
}

.comments-text p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 26px;
}

@media (max-width: 575px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }

}
@media (max-width: 400px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }


}
@media (max-width: 767px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }


}
.footer {
  padding: 60px 0px;
  background: #000;
}

.footer-widget a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}
.footer-widget a:hover {
  color: #f44336;
}


@media (max-width: 767px) {
  .mobile-center {
    text-align: center !important;
  }

  .bgimage {
    background-image: url('https://suzan.co/images/cv-mobile.jpg') !important;
    background-repeat: no-repeat;
    background-position: center;

    background-attachment: fixed;
    background-size: contain;
  }
}

@media only screen and (max-width: 600px) {
  .bgimage {
      background-image: url('https://suzan.co/images/cv-mobile.jpg') !important;
      background-repeat: no-repeat;
      background-position: center;

      background-attachment: fixed;
      background-size: contain;
  }
}


/* Mobile */
@media (max-width: 480px) {
  .bgimage  {
    background-image: url('https://suzan.co/images/cv-mobile.jpg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
  }
}