/*-- Use For Custom Styling --*/

/*=================================
        Colors awisu
===================================*/

/*color: #65647c;*/
/*color: #960734;*/
/*color: #444454;*/
/*color: #d5d5dc;*/

/*=================================
        Colors Buch
===================================*/
/*color: #7fb6bb;*/

/*color: #3b757c;*/
/*color: #d05f35;*/
/*color: #1c3d41;*/
/*color: #08191b;*/
/*=================================
        Colors Zusatz
===================================*/
/*color: #23262d;*/
/*color: #2c2c36;*/

/*=================================================================================================================================
        Google Fonts
=================================================================================================================================*/

@import url("https://fonts.googleapis.com/css?family=Michroma:300,400,600,700,800|Roboto:400,500,700|Raleway:400&display=swap");

/*=================================================================================================================================
        Fonts Styles
=================================================================================================================================*/

.form-control:focus {
  border-color: none !important;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  overflow-wrap: unset;
}

/*=================================================================================================================================
        Preloader / dot-container
=================================================================================================================================*/

.dot-1 {
  background-color: #960734;
}

.dot-2 {
  background-color: #960734;
}

.dot-3 {
  background-color: #960734;
}

/*=================================================================================================================================
        LAYOUT
=================================================================================================================================*/

.main {
  height: 110vh;
}

.padding-top {
  padding-top: 3%;
}

.padding-bottom {
  padding-bottom: 3%;
}

.padding-top-half {
  padding-top: 2%;
}

.padding-bottom-half {
  padding-bottom: 2%;
}
/*=================================================================================================================================
        Mainmenu
=================================================================================================================================*/

.menu-line {
  color: #960734;
}

.anim-text-white {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#960734),
    color-stop(50%, #960734),
    color-stop(50%, #ffffff)
  );
  background-image: linear-gradient(to right, #960734, #960734 50%, #ffffff 50%);
}

/*=================================================================================================================================
        Navbar
=================================================================================================================================*/

.navbar-nav .nav-link {
  /*min-height: 75px;*/
  /*text-align: left;*/
  /*display: flex;*/
  /*align-items: center;*/
  font-size: 50px;
  /*color: #ffffff;*/
  font-weight: 500;
  /*text-transform: none;*/
  font-family: "Michroma", sans-serif;
  line-height: 1em;
}

.side-menu-inner-content .navbar-nav {
  width: fit-content;
}

.side-nav-menu .menu-line.link {
  height: 1.01em !important;
  width: 6px !important;
}

.side-nav-menu .menu-line.link i {
  height: 1em !important;
}

.nav-icon .navbar-nav .nav-link:nth-child(1):hover ~ .menu-line {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, -4px, 0);
}

.navbar-nav .nav-link:nth-child(1).hover ~ .menu-line {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, -4px, 0);
}

.navbar-nav .nav-link:nth-child(1).active ~ .menu-line {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, -4px, 0);
}
/*=================================================================================================================================
        Side Menu
=================================================================================================================================*/

.side-menu {
  background-color: #23262d;
  padding: 0.5rem 0.5rem;
}

/*side clode btn*/
.side-menu .btn-close {
  height: 45px;
  width: 45px;
  border-radius: 0%;
}

.side-menu .menu-line.link,
.side-menu .menu-line.link i {
  height: 1em !important;
}

.side-menu .menu-line.link {
  width: 6px !important;
}

/*=================================================================================================================================
        Side Menu Social Icons
=================================================================================================================================*/

.social-icons span a:hover {
  background-color: #960734;
  border-radius: unset;
}

.side-menu-inner-content .social-icons a:hover i {
  color: #444454;
}

.side-menu-inner-content .copywrite,
.side-menu-inner-content .social-icons a i {
  color: #7fb6bb;
}

/*=================================================================================================================================
HEADER
=================================================================================================================================*/
header .inner-header {
  /*background-color: #23262d;*/
  background-color: #7fb6bb;
}

/*=================================================================================================================================
BODY
=================================================================================================================================*/

body {
  font-family: "Michroma", sans-serif;
  background-color: #7fb6bb;
}

/*=================================================================================================================================
        Headings
=================================================================================================================================*/

.heading {
  font-size: 50px;
  font-weight: 300;
  /*color: #ffffff;*/
  font-family: "Michroma", sans-serif;
}

/*=================================================================================================================================
        Text
=================================================================================================================================*/

.text {
  font-size: 19px;
  /*color: #ffffff;*/
  font-weight: 400;
}

/*=================================================================================================================================
        Active Hover
=================================================================================================================================*/

a:active,
a:hover {
  color: #960734;
}

/*=================================================================================================================================
        Service Sec Ulla Domke
=================================================================================================================================*/
.services-sec:before {
  background: #960734;
}

/*=================================================================================================================================
        Service Sec Icons
=================================================================================================================================*/

.services-sec .services-boxes .service-card .icon-holder {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#960734),
    color-stop(50%, #960734),
    color-stop(50%, #ffffff)
  );

  background-image: linear-gradient(to right, #960734, #960734 50%, #ffffff 50%);
}

/*=================================================================================================================================
        Portfolio Sec Blick ins Buch
=================================================================================================================================*/

.portfolio-sec .work-navigation a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#960734),
    color-stop(50%, #960734),
    color-stop(50%, #ffffff)
  );
  background-image: linear-gradient(to right, #960734, #960734 50%, #ffffff 50%);
}

/*=================================================================================================================================
        Testimonial Sec
=================================================================================================================================*/

.testimonial-sec:before {
  background: #960734;
}

.testimonial-sec .user-detail .user-name {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.user-loc {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

/*=================================================================================================================================
        Button Sec Icons
=================================================================================================================================*/
.btn-main {
  font-size: 22px;
}

.btn-main:hover {
  border-color: #960734;
  background-color: #960734;
}

.btn-main-inverse {
  background-color: greenyellow;
  border: solid 1px #000000;
  font-size: 18px;
}

.btn-main-inverse:hover {
  background-color: #960734;
  border: solid 1px #960734;
}

/* .btn-sec-inverse {
  color: #202020;
} */

.btn-sec-inverse:hover {
  color: #fff;
  background-color: #960734;
  border: solid 1px #fff;
}

/*=================================================================================================================================
        E-Mail-Kontaktfeld
=================================================================================================================================*/

.contact-sec .contact-inner {
  background: #960734;
  border: solid 10px #960734;
  padding: 80px;
}

/*=================================================================================================================================
   Scroll Top
=================================================================================================================================*/

.go-top {
  border-radius: 0%;
  color: #fff;
  background-color: #960734;
}
.go-top::before {
  border-radius: 0%;
  background: #7fb6bb;
  border: solid 1px #960734;
}

/*=================================================================================================================================
BOOK_VOICES
=================================================================================================================================*/
.book-voices {
  width: 50%;
  margin-left: auto;
  display: flex;
  color: #ffffff;
  font-size: 22px;
}
/*=================================================================================================================================
IMPRESSUM
=================================================================================================================================*/

.page-title {
  background: url(../img/awisu_Mutig-fuehren_Landingpage_Impressum_Datenschutz.jpg);
  position: relative;
  text-align: center;
  padding: 200px 0 150px 0;
  background-size: cover;
  background-position: top center;
}
/*=================================================================================================================================
DATENSCHUTZ
=================================================================================================================================*/

/*=================================================================================================================================
AUTOREN
=================================================================================================================================*/

/* .services-sec .services-boxes .service-card {
  width: 68%;
  float: left;
  margin-top: 150px;
  display: flex;
  align-items: center;
  cursor: pointer;
} */

/* .service-card.left .img-holder {
  margin-right: 20px;
  margin-left: 20px;
  display: block;
} */

/* .service-card.right .img-holder {
  margin-bottom: 20px;
} */

/* .service-card.right img {
  max-width: 55%;
  height: auto;
} */

/* .services-sec .services-boxes .service-card.left.icon-right {
  width: 60%;
} */

/* .service-card.left .img-holder.order-1.order-lg-2 {
  margin-right: 0;
  margin-left: 20px;
  display: block;
} */

.services-sec .services-boxes .service-card .img-holder img {
  width: 300px;
  padding: 25px;
}

/*=================================================================================================================================
IMPRESSUM / DATENSCHUTZ
=================================================================================================================================*/
.aw-company-details {
  margin-left: 10px;
}

.aw-company-details li {
  list-style-type: none;
}

.aw-company-details li a {
  font-family: Michroma;
  color: #ffffff;
  font-size: 13px;
}

/*=================================================================================================================================
SCROLLBAR
=================================================================================================================================*/

::-webkit-scrollbar-thumb {
  background: #960734;
  width: 0;
  height: 25%;
}

/*=================================================================================================================================
IMPRESSUM / DATENSCHUTZ
=================================================================================================================================*/

.page-title h2 {
  font-size: 50px;
  font-weight: 300;
  /*color: #ffffff;*/
  font-family: "Michroma", sans-serif;
}

.page-breadcrumb li a .icon {
  margin-right: 11px;
  color: #ffffff;
}

/*=================================================================================================================================
SLIDER - WEITERE REZENSIONEN
=================================================================================================================================*/

.aw-user-link:hover h4 {
  color: #252428 !important;
}

.aw-user-link:hover p {
  color: #252428 !important;
}

/*=================================================================================================================================
BUCHSLIDER 
=================================================================================================================================*/

.side-menu .inner-wrapper {
  padding: 3.5rem 1.5rem;
  /* height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
}

.slider-carousel {
  .slider-img {
    container-type: inline-size;
  }
}

.aw-banderole {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: fit-content;
  bottom: 8cqw;
  background: rgba(0, 0, 0, 0.35);
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-right: 3%;
}

.aw-slide-text {
  position: relative;
  z-index: 5;
  width: 980px;
  max-width: 80%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;

  h3 {
    font-family: "Michroma";
    margin: 0;
    max-width: 85%;
    line-height: 1.3 !important;
    font-weight: 600;
    font-size: clamp(13px, calc(13px + (45 - 13) * ((100vw - 360px) / (2560 - 360))), 45px);
    color: #fff;
    text-wrap: balance;
  }
}
