body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Lato', Helvetica, Arial, sans-serif !important;
}

.header-container {
    width: 100%;
    z-index: 10;
    background-color: rgba(20, 20, 20, .95);
}

.fixed-header {
    position: fixed !important;
    background-color: rgb(20, 20, 20) !important;
}

.fixed-header .custom-logo {
    max-width: 150px;
}

.fixed-header .top-bar {
    display: none;
}

.fixed-header .menu {
    margin-top: 0px;
}

.fixed-header .site-header{
	padding-top: 1rem !important;
}

.home .header-container {
    position: absolute;
    background-color: transparent;
}

.site-header {
    position: relative;
    padding-top: 32px !important;
    max-width: none !important;
}

#menu-hauptmenue {
    display: none;
}

.cs-cart-back-home a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e2";
    color: white;
    margin-right: 5px;
}

header .menu li:not(.sub-menu li) {
    margin-right: 7px;
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-phone:before {
    content: "\f095";
}

.orange {
    color: #ee8a1d;
}

.top-bar {
    position: absolute;
    right: 15px;
    z-index: 10;
    display: none;
}

.top-bar .contact-info {
    margin-left: 45px;
    float: left;
}

.contact-info span {
    color: white;
}

.contact-info i {
    font-style: normal;
    color: #ee8a1d;
}

header .menu {
    margin-top: 20px;
}

.site-navigation ul.menu li ul {
    background-color: rgba(20, 20, 20, 0.5) !important;
}

.site-navigation ul.menu li.menu-item-has-children:after {
    color: #ee8a1d !important;
}

header .menu a {
    color: white;
    background-color: rgba(20, 20, 20, 0.5);
    padding: 10px 17px;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
}

header .menu a:hover {
    background-color: #ee8a1d;
}

.slicknav_menu {
    display: block;
    background-color: transparent !important;
}

.slicknav_nav {
    position: absolute;
    widtH: 300px;
    padding: 10px !important;
    right: 0px;
    text-align: right;
    top: 110px;
    background-color: white;
    margin-right: 20px !important;
}

.slicknav_menu .slicknav_icon {
    font-size: 30px;
}

.slicknav_btn {
    background-color: transparent !important;
}

/*SLIDER*/

.home .your-class .slide {
    height: 650px !important;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.home .your-class .slick-dots li button:before {
    font-size: 40px;
}

.home .your-class .slide-content-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 20px;
}

.home .your-class .slide-content {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.home .your-class .slide-content h2 {
    color: white;
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0px;
}

.home .your-class .slide-content p {
    color: white;
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-size: 18px;
}

.home .your-class .slide-content .slider-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px 10px 30px;
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: #222;
    color: #fff;
}

#arrows {
    margin-top: -230px;
    padding: 0px 20px;
	position:relative;
}

#arrows .container {
    width: 100%;
    margin: 0 auto;
}

#arrows .prev,
#arrows .next {
    z-index: 2;
    border: none;
    position: inherit;
    padding: 0px;
	font-size:40px;
	color:white;
}

#arrows .prev {
    padding-right: 10px;
}

.home #arrows .prev:hover,
.home #arrows .next:hover,
.home #arrows .prev:focus,
.home #arrows .next:focus {
    background-color: unset;
    outline: none;
}

.home #arrows .prev:hover,
.home #arrows .next:hover {
    color: #ee8a1d !important;
}

.home .your-class .slide-content .slider-button:hover {
    text-decoration: none;
    outline: none;
    color: #ee8a1d;
    border: 2px solid #ee8a1d;
    cursor: pointer;
}

.your-class .slide-eins {
    background-image: url("/wp-content/uploads/2021/02/ivaya_erdmaennchen_ihre_digital_agentur.jpg");
}

.your-class .slide-zwei {
    background-image: url("/wp-content/uploads/2021/02/ivaya_ameise_ein_netzwerk_sein.jpg");
}

.your-class .slide-drei {
    background-image: url("/wp-content/uploads/2021/02/ivaya_eule_klug_sein-1.jpg");
}

.your-class .slide-vier {
    background-image: url("/wp-content/uploads/2021/02/ivaya_kolibri_agil_sein.jpg");
}

/*SLIDER END*/

@media screen and (min-width: 768px) {
    .home .your-class .slide {
        height: 900px !important;
    }

    .site-header,
    .home .your-class .slide-content,
    #arrows .container {
        width: 750px !important;
    }

    .home .your-class .slide-content h2 {
        font-size: 55px;
    }

    #arrows {
        margin-top: -300px;
    }

}

@media screen and (min-width: 992px) {

    .site-header,
    .home .your-class .slide-content,
    #arrows .container {
        width: 970px !important;
    }

    .home .your-class .slide-content h2,
    .home .your-class .slide-content p {
        max-width: 65%;
    }

    .slicknav_menu {
        display: none;
    }

    #menu-hauptmenue {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .top-bar {
        display: block;
    }

}

@media screen and (min-width: 1200px) {

    .site-header,
    .home .your-class .slide-content,
    #arrows .container {
        width: 1170px !important;
    }

    .home .your-class .slide-content h2 {
        max-width: 100%;
    }

}

/*CS-CART HEADER*/

.cs-cart-headerbanner-container {
    min-height: 500px;
    position: relative;
    background-size: cover;
}

.cs-cart-headerbanner-container .headerbanner-overlay {
    max-width: 1140px;
    margin: 0 auto;
}

.cs-cart-headerbanner-container .first {
    background-color: rgba(255, 255, 255, 0.73);
    color: #2f435b;
    font-size: 44px;
    font-weight: 600;
    padding: 5px 10px;
    float: right;
}

.cs-cart-headerbanner-container .second {
    font-size: 30px;
    background-color: #2f435b;
    padding: 0.5rem 1rem;
    margin-top: 1.5rem;
    clear: both;
    float: right;
    font-weight: 600;
    color: white;
}

.cs-cart-headerbanner-container .button {
    padding: 15px 40px;
    background-color: #f35353;
    color: white;
    font-size: 20px;
    border-radius: 4px;
    margin-top: 1.5rem;
    clear: both;
    float: right;
}

/*CS-CART HEADER END*/
