/* hind-300 - latin */
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 300;
    src: url('../Fonts/hind-v16-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../Fonts/hind-v16-latin-300%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../Fonts/hind-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../Fonts/hind-v16-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../Fonts/hind-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../Fonts/hind-v16-latin-300.svg#Hind') format('svg'); /* Legacy iOS */
  }
  
  /* hind-regular - latin */
  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/hind-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../Fonts/hind-v16-latin-regular%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../Fonts/hind-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../Fonts/hind-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../Fonts/hind-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../Fonts/hind-v16-latin-regular.svg#Hind') format('svg'); /* Legacy iOS */
  }
  
  /* hind-500 - latin */
  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 500;
    src: url('../Fonts/hind-v16-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../Fonts/hind-v16-latin-500%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../Fonts/hind-v16-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../Fonts/hind-v16-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../Fonts/hind-v16-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../Fonts/hind-v16-latin-500.svg#Hind') format('svg'); /* Legacy iOS */
  }
  

.ah-red {
    color: #cd0b22;
}

.headerimage {
    height: 50vh;
    /*background-color: rgb(205, 11, 34, 0.35);
    background-blend-mode: overlay;*/
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}

.headertext {
    color: #cd0b22;
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px #888;
    font-size: 210%;
    display: inline-block;
    font-weight: 600;
    padding: 8px;
    max-height: 50vh;
    overflow: hidden;
}

.headertext p {
    margin: 1rem !important;
}

.headerinfo {
    font-size: 90%;
}

.carousel-item {
    height: 50vh;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}


/*fluid images */

.frame-layout-4 img {
    max-width: 100% !important;
    height: auto;
}

div .frame {
    width: 100%;
}

#main-content {
    min-height: 60vh;
}

html {
    font-family: 'Hind', sans-serif !important;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 100vh !important;
}

.mainwrapper {
    min-height: 65vh;
}

.bg-light {
    background-color: rgba(255, 255, 255, 0.5)!important;
}

.bg-red h1,
.bg-red h2,
.bg-red h3,
.bg-red h4,
.bg-red p,
.bg-red a,
.bg-red a:link {
    color: #fff !important;
}

.card-body p {
    color: #212529 !important;
}

.banner img {
    height: 100%;
}

p.pageheader {
    font-size: 75%;
    margin-bottom: 0;
}

.footer-dark {
    min-height: 15vh;
    /*margin-top: 100px;*/
}

.footer-dark a,
.footer-dark a:link,
.footer-dark a:active,
.footer-dark a:visited,
.footer-dark a:hover {
    color: #f0f9ff;
}

.footer-dark a::before {
    content: "" !important;
}

.logo-small {
    height: 30px !important;
    width: auto !important;
}

.navbar-dark {
    background-color: #cd0b22;
}

@media (max-width: 576px) {
    .navbar-dark {
        background-color: #282D32 !important;
    }
}

@media (min-width: 992px) {
    .carousel-caption {
        top: 80px;
    }
}

.carousel-caption {
    top: 80px;
}

@media (min-width: 1200px) {
    .carousel-caption h1 {
        font-size: 320%;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .6) !important;
}

#navbarNavDropdown li a.current {
    color: rgba(255, 255, 255, 1) !important;
}

.jumbotron {
    background-color: #cd0b22;
}

.jumbotron p {
    font-size: 140%;
    padding-top: 1.5rem;
}

b,
strong {
    font-weight: 700 !important;
}

.h1,
h1 {
    font-size: 185%;
    color: #cd0b22;
    font-weight: 700 !important;
}

.h3,
h3 {
    font-size: 145%;
    color: #cd0b22;
    font-weight: 700 !important;
}

.h2,
h2 {
    font-size: 160%;
    color: #cd0b22;
    font-weight: 700 !important;
}

.h4,
h4 {
    font-size: 125%;
    color: #cd0b22;
    font-weight: 400 !important;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 0.9rem;
    margin-top: 1.5rem;
}

a.more {
    color: #cd0b22;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 90%;
}

.btn-primary,
.btn-primary:hover {
    color: #fff;
    background-color: #cd0b22 !important;
    border-color: rgb(205, 11, 34) !important;
}

.btn-ah:not(:disabled):not(.disabled).active,
.btn-ah:not(:disabled):not(.disabled):active,
.show>.btn-ah.dropdown-toggle {
    color: #fff;
    background-color: #cd0b22;
    border-color: rgb(205, 11, 34);
}

.btn-ah.focus,
.btn-ah:focus {
    box-shadow: 0 0 0 .2rem rgba(205, 11, 34, 0.5);
}

.btn-ah:hover {
    color: #fff;
    background-color: #cd0b22;
    border-color: #cd0b22;
}

.btn-ah:hover {
    color: #fff;
    background-color: #cd0b22;
    border-color: #cd0b22;
}

.btn-ah,
.bg-red .card-footer .btn-ah {
    color: rgba(255, 255, 255, 0.7) !important;
    background-color: #cd0b22 !important;
    border-color: #cd0b22;
    text-decoration: none !important;
}

.bg-red .btn-ah,
.jumbotron .btn-ah {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #cd0b22 !important;
    border-color: rgba(255, 255, 255, 0.9);
    text-decoration: none !important;
}

a.btn-ah::before {
    content: none
}

.bg-red,
.jumbotron {
    background: #cd0b22;
    color: rgba(255, 255, 255, .8);
}

.bg-red h1,
.bg-red h2,
.bg-red h3,
.bg-red h4,
.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4 {
    color: #fff;
}

.card.bg-white {
    background-color: #fff !important;
}

.card-heading {
    line-height: 2;
    font-size: 1.25rem;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #ffffff !important;
    border-top: 1px solid rgba(205, 11, 34, 0.5);
}

.img-fluid.img-partner {
    /*max-width: 180px;*/
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}

.img-fluid.img-partner:hover {
    filter: none;
}

body {
    margin: 0;
    font-family: 'Hind', sans-serif !important;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    height: 100vh !important;
}

#header-image {
    height: 600px;
    background: url(../../assets/img/banner/banner-automower-xs.jpg.html) no-repeat bottom center;
    background-size: cover;
    display: flex;
    align-items: start;
    justify-content: center;
}

@media (min-width: 576px) {
    #header-image {
        height: 570px;
        background: url(../../assets/img/banner/banner-automower-sm.jpg.html) no-repeat top right;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    #header-image {
        height: 450px;
        background: url(../../assets/img/banner/banner-automower-lg.jpg.html) no-repeat top right;
        background-size: cover;
    }
}

@media (min-width: 992px) {
    #header-image {
        height: 450px;
        background: url(../../assets/img/banner/banner-automower-lg.jpg.html) no-repeat top right;
        background-size: cover;
    }
}

@media (min-width: 1200px) {
    #header-image {
        height: 600px;
        background: url(../../assets/img/banner/banner-automower-xl.jpg.html) no-repeat top right;
        background-size: cover;
    }
}

.header-text {
    position: absolute;
    margin: auto;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.2) 2px 2px;
    margin-top: 10%;
}

p a,
p a:link,
p a:active,
p a:visited,
p a:hover {
    color: #cd0b22;
    text-decoration: none !important;
    /*
  text-transform: uppercase;
  font-size: 90%;
  */
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #cd0b22;
}

.btn-link {
    color: #cd0b22;
    text-decoration: none !important;
    /*
      text-transform: uppercase;
      font-size: 90%;
      */
}

p a::before {
    font: var(--fa-font-solid);
    content: "\f0c1";
    margin-right: 5px;
    text-decoration: none !important;
}

.icon::before {
    /* removed font- based rules */
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


/* responsive videos */

.ce-gallery figure.video {
    display: block;
}

.ce-gallery figure.video {
    display: block;
}

.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
}


/* Workaround fuer Responsive Videos in Verbindung mit fluid_styled_content */

.frame-layout-5 .ce-center .ce-inner {
    position: relative;
    float: none;
    right: -50%;
}

.frame-layout-5 .ce-textpic,
.frame-layout-5 .ce-image,
.frame-layout-5 .ce-nowrap .ce-bodytext,
.frame-layout-5 .ce-gallery,
.frame-layout-5 .ce-row,
.ce-uploads li,
.frame-layout-5 .ce-uploads div {
    overflow: visible;
}

.frame-layout-5 .ce-left .ce-gallery,
.frame-layout-5 .ce-column {
    float: none;
}

.frame-layout-5 .ce-gallery figure {
    display: block;
    margin: 0;
}

.frame-layout-5 .ce-center .ce-outer {
    position: relative;
    float: none;
    right: 50%;
}