/**
  * Anpassung der Standard-Farben
  * HI-Logo grün: #bad269
  * HI-Logo rot: #e74010
  * Blau in ähnlicher Art: #69a1d2
  */
:root {
    --primary: #fd5c28;
    --info: #fd5c28;
    --success: #bad269;
    --warning: #e74010;
}

.badge-primary {
    background-color: var(--primary);
    color: var(--white);
}

.badge-info {
    background-color: var(--info);
}

.badge-success {
    background-color: var(--success);
}

.badge-warning {
    background-color: var(--warning);
    color: var(--white);
}

.pt-10,
.py-10 {
    padding-top: 6rem !important;
}

.pb-10,
.py-10 {
    padding-bottom: 6rem !important;
}

.pt-15,
.py-15 {
    padding-top: 9rem !important;
}

.pb-15,
.py-15 {
    padding-bottom: 9rem !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-info {
    color: var(--info) !important;
}

.text-success {
    color: var(--success) !important;
}

.text-warning {
    color: var(--warning) !important;
}

/**
 * Helpers
 */

.spacer {
    height: 48px;
}

.spacer-6 {
    height: 24px;
}

/**
 * Align per Klasse
 */

.left {
    text-align: left;
}

.right {
    text-align: right;
}

/**
 * Hervorheben per Klasse
 */

.todo {
    background: #ff00ff;
}

.highlight {
    color: #f03c02;
}

.strong-highlight {
    color: #f03c02;
    font-weight: bold;
}

/**
 * Abtrennung für Home in Topbar
 */

#topbar .contact-info .icofont-envelope {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}

/**
 * Header und Logo größer auf allen Seiten (Defaults: Header-Höhe 70 - Padding 10px oben/unten => max. Bildhöhe 40px
 */

#header-sticky-wrapper {
    height: 90px;
}

#header {
    height: 90px;
    padding: 10px 0;
}

@media (max-width: 1200px) {
    #header .logo.mr-auto {
        margin-right: 2em !important;
    }
}

#header .logo img {
    max-height: 70px;
}


.nav-menu,
.nav-menu * {
    padding: 5px 0;
}

/* Mobiles Menü früher anzeigen, weil sonst Menü-Items verschwinden */
@media (min-width: 992px) {
    .d-lg-none {
        display: block !important;
    }

    .d-lg-block {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }
}


/**
 * Anpassung des Dropdown-Menüs auf allen Seiten
 */

.nav-menu .drop-down ul a {
    color: #65534c;
}

/**
  * Überschriften anpassen
  * - Riesige Überschrift in pricing analog zu normalen formatieren
  */
.pricing h4 {
    font-size: 1.5rem;
    color: #4d4643;
    font-weight: 500;
    font-family: "Muli", sans-serif;
    margin-bottom: .5rem;
}

/**
  * Standardisierte Formatierung von Buttons
  */
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

/**
 * Übergang für Hero-Bilder etwas weicher machen
 */
section#hero {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 1);
}

/**
 * Wahlweises Umschalten von Standard-Section-Hintergrund analog zu Formatierung von about-boxes
 */

.section-bg {
    /*
    background: url("../img/about-box/about-boxes-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 30px 0;
    */
    position: relative;
    background: none;
    background-color: #f8f6f5;
}

/*
.section-bg::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffffeb;
}
*/

/*.section-bg * {
    position: relative;
    z-index: 1;
}*/

.section-bg.about-boxes::before {
    background: none;
}

.section-bg.pricing .box:not(.featured) {
    background: #fff;
}

.section-bg-none {
    background: none;
}

.section-bg-kontakt {
    background: url("../img/kontakt/kartenausschnitt-koeln-koblenz-frankfurt-1440-nosaturation.jpg") center bottom no-repeat fixed;
    background-size: cover;
    padding: 60px 0 30px 0;
    position: relative;
}

.section-bg-kontakt::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f8f6f5eb;
}

/**
 * tab-content vertikal zentrieren
 */

.features .tab-content,
.features .tab-pane,
.features figure {
    height: 100%;
}

.features figure {
    display: flex;
    justify-content: center;
    align-items: center;
}

/**
  * Bilder für Schritte auf Odoo-Seite
  */
.odoo-step1 .image {
    background: url("../img/odoo/odoo-bestellung-smartmockup-RoGsdCGIeXV-isoliert.png") center center no-repeat;
    background-size: contain;
    min-height: 250px;
}

.odoo-step2 .image {
    background: url("../img/odoo/odoo-produkte-liste-smartmockups-RoGsdCGIeXV-isoliert.png") center center no-repeat;
    background-size: contain;
    min-height: 250px;
}

.odoo-step3 .image {
    background: url("../img/odoo/odoo-zeit-anmeldung-smartmockups-RoGsdCGIeXV-isoliert.png") center center no-repeat;
    background-size: contain;
    min-height: 250px;
}

/**
 * Anpassung map-section auf Kontaktseite
 */

.map-section-kontakt {
    background: url("../img/about2.jpg") center 75% no-repeat;
    height: 350px;
    width: 100%;
}

/**
 * Fix für unsichtbare Bilder auf der awino-Seite
 */

.portfolio .portfolio-item .portfolio-info.huebinet-static-portfolio-info {
    opacity: 1;
    bottom: 20px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active,
.dropdown-menu.show,
.tab-content>.active {
    display: block;
}

/* Pricing Fixes etc. */
.pricing .box.featured a {
    color: #fff;
}

.pricing .box.featured a:hover {
    color: #efefef;
}

/* list-group */
.list-group-item,
.list-group-item:hover {
    background: #f3f1f0;
    border: none;
}

.list-group .badge {
    font-size: .75em;
    font-weight: normal;
}

.list-group-item.featured,
.list-group-item.featured a {
    color: #fff;
}

.list-group-item.featured,
.list-group-item.featured a {
    color: #fff;
}

.list-group-item.featured:hover {
    background: #fd5c28;
}

.list-group-item.featured .badge-info {
    background-color: var(--white);
    color: var(--info);
}

/**
 * Extras für Landing Page
 */
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--orange);
    border-color: var(--orange);
}

nav:not(.mobile-nav) ul,
nav:not(.mobile-nav) li {
    display: inline;
}

nav li.get-started {
    background: var(--primary);
    border-radius: .25em;
    margin: .25em 1em;
    padding: 0 1em !important;
}

nav.mobile-nav li.get-started {
    margin: .25em 1em;
    padding: 0 0em !important;
    display: inline-block;
}

nav li.get-started:active,
nav li.get-started:focus,
nav li.get-started:hover {
    background: var(--orange);
}

nav li.get-started a {
    color: #fff;
}

nav li.get-started a:hover,
nav li.get-started a:active,
nav li.get-started a:focus {
    color: #fff;
}

#hero-hi-static img {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#hero .carousel-content {
    background: rgba(28, 23, 21, .95);
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1;
}

.carousel-control-prev {
    align-items: end;
    justify-content: left;
    margin-left: 1rem;
    margin-bottom: 1rem;
    text-align: left;
}

.carousel-control-next {
    align-items: end;
    justify-content: right;
    margin-right: 1rem;
    margin-bottom: 1rem;
    text-align: right;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--primary);
    /*background-color: rgba(28, 23, 21, .7);*/
    border-radius: 3px;
    height: 23px;
    opacity: .9;
    width: 23px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='12' height='12' viewBox='-2 -2 12 12'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='12' height='12' viewBox='-2 -2 12 12'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon:focus,
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:focus,
.carousel-control-next-icon:hover {
    background-color: var(--orange);
    opacity: .9;
}

.carousel-inner {
    border-radius: 3px;
    border: none;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.carousel-inner-control-padding {
    margin-bottom: 3.5em;
}

ol.carousel-indicators {
    background-color: var(--primary);
    /*background: rgba(28, 23, 21, 0.7);*/
    border-radius: 3px;
    color: #fff;
    opacity: .9;
}

.carousel-caption {
    background: rgba(28, 23, 21, 0.7);
    border-radius: 3px;
    color: #fff;
    margin-bottom: 2em;
}

#kontakt.cta p {
    font-family: "Muli", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.collapsing {
    display: none;
}