/*
Theme Name: WebDesignLand
Theme URI: https://www.webdesignland.at
Template: Divi
Author: MIKAS ISP Werbe GmbH
Author URI: https://www.webdesignland.at
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
*/

/*Schriftarten Lokal*/

/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/poppins-v19-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/poppins-v19-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/poppins-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/poppins-v20-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/poppins-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('fonts/poppins-v19-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/poppins-v19-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('fonts/poppins-v19-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/poppins-v19-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*Global*/
body { font-family: 'Poppins', Helvetica, sans-serif!important; font-weight: 400 !important;}
h1 { font-family: 'Poppins', Helvetica, sans-serif!important; font-weight: 600!important;}
h2 { font-family: 'Poppins', Helvetica, sans-serif!important; font-weight: 600!important;}
h3 { font-family: "Poppins", Helvetica, sans-serif!important; font-weight: 400!important;}
h4, h5, h6 { padding-bottom: 0px !important; font-family: "Poppins", Helvetica, sans-serif!important;}

/*#logo { max-width: 300px !important;}*/


/*Theme Option
@media only screen and (max-width:767px)
{
header img#logo { width: 260px;}
}*/

/*@media (max-width: 1200px) {
	#top-menu li { padding-right: 15px !important;}
	#top-menu li a { font-size: 15px !important;}
}

@media (max-width: 1150px) {
	#top-menu li { padding-right: 11px !important;}
	#top-menu li a { font-size: 14px !important;}
}

@media (max-width: 1100px) {
	#top-menu li { padding-right: 2px !important;}
	#top-menu li a { font-size: 14px !important;}
}

@media (max-width: 1040px) {
	#top-menu li { padding-right: 2px !important;}
	#top-menu li a { font-size: 13px !important;}
}*/

/*Menu Mobil Links gross
.menu-item-big > a {font-size: 19px!important; font-weight: 600!important;}
.menu-item-227556 {padding-top: 20px;}
.menu-item-227564 {padding-top: 20px;}*/

/*Menu Mobil Hamburger einrücken
#main-header .mobile_menu_bar { right: 20px!important; top: 15px!important;}*/

/*Menu Submenu Arrow
.sub-menu-toggle::before { font-size: 30px!important; font-weight: 900!important; content: '\4c'!important;}
.sub-menu-toggle .popped::before {
    font-size: 34px!important;
	font-weight: 900!important;
    content: '\4b'!important;
}*/

/* ### acf css ### */
.container {
    max-width: 1680px !important;
    margin: auto;
}
.tax-baumaschinen-category .et_pb_row, .single-baumaschinen .et_pb_row{
	max-width: 1680px !important;
}
.baumaschinen_section_title {
    margin-bottom: 50px;
}

.row {
    display: flex;
    gap: 25px;
	flex-wrap: wrap;
    
}
.col-lg-3 {
    width: calc(25% - 20px);
}
.col-lg-4 {
    width: calc(33% - 20px);
}
@media only screen and (max-width: 991px) {
	.col-md-6 {
    flex-basis: 47%;
}
	.et_pb_column.et_pb_column_2_3.et_pb_column_1.baumaschinen_single_post, .et_pb_column.et_pb_column_1_3.et_pb_column_2.et-last-child.baumaschinen_single_post {
    width: 100% !important;
}
	
}
@media only screen and (max-width: 575px) {
	.col-md-6 {
    flex-basis: 100%;
}
	.baumaschinen_section_title.single_post h4, .baumaschinen_contact_information h2 {
    font-size: 22px !important;
}
	
	
}

.baumaschinen_post_area {
    padding: 80px 0;
}

.baumaschinen_post_item {
    text-align: center;
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.3);
    padding: 30px 20px;
    transition: all .3s ease;
}

.baumaschinen_image img {
    max-width: 100%;
    height: 150px;
    object-fit: cover;
}

.baumaschinen_post_content h4 {
    font-size: 18px;
}

.baumaschinen_post_item:hover {
    opacity: .8;
}
.baumaschinen_post_content a h4 {
    background: #f36e24;
    color: #fff;
    line-height: 35px;
    margin-bottom: 20px;
}

.baumaschinen_post_details ul li {
    display: flex;
    text-align: left;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 16px;
	justify-content: space-between;
}

.baumaschinen_post_details ul li b {
    flex-basis: 50%;
}

.baumaschinen_post_btn a {
    display: inline-block;
    background: #f36e24;
	border: 1px solid #f36e24;
    color: #fff;
    padding: 8px 20px;
    margin-top: 20px;
    transition: all .3s ease-in-out;
}

.baumaschinen_post_btn a:hover {
    background: #fff;
	color: #f36e24;
}

.baumaschinen_post_item.taxonomy_page:hover {
    opacity: 1;
}
.baumaschinen_section_title.single_post {
    background: #f2f2f2;
    padding: 15px;
}

.et_pb_column.et_pb_column_2_3.et_pb_column_1.baumaschinen_single_post {
    width: calc(60% - 20px);
}

.et_pb_column.et_pb_column_1_3.et_pb_column_2.et-last-child.baumaschinen_single_post {
    width: calc(35% - 20px);
    margin-right: 0;
    background: #f2f2f2;
    padding: 30px 20px;
}

.baumaschinen_content_right .baumaschinen_content p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 30px;
}

.baumaschinen_content_right .baumaschinen_post_details ul li {
    font-size: 16px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.baumaschinen_contact_information h2 {
    font-size: 28px;
}

.baumaschinen_contact_information {
    margin-top: 50px;
}

.baumaschinen_contact_information a {
    display: block;
    color: #f36e24;
	line-height: 20px;
	margin:5px 0;
}

.baumaschinen_contact_information a:hover {
    text-decoration: underline;
}

.baumaschinen_image_slider_inner .baumaschinen_image_slide_item {
    border: 1px solid #f2f2f2;
}

.baumaschinen_image_slider_inner .slick-slide {
    margin-right: 5px;
}
.baumaschinen_content_right .baumaschinen_post_details ul li:last-child {
    border: none;
}

.baumaschinen_image_slide_item:hover {
    cursor: pointer;
}
.baumaschinen_post_area .container-fluid {
    width: 95%;
    margin: auto;
}
.slick-arrow {
    position: absolute;
    top: 45%;
    font-size: 30px;
    color: #000;
    z-index: 9999;
    cursor: pointer;
}

i.fa.fa-angle-right.slick-arrow {
    right: 10px;
}

i.fa.fa-angle-left.slick-arrow {
    left: 10px;
}
.baumaschinen_contact_information a i {
    margin-right: 5px;
}

.baumaschinen_contact_information a i.fa.fa-phone {transform: rotate(90deg);}
/* fixing 25-07-23 css */
.baumaschinen_image_slider_inner_for .baumaschinen_image_slide_item {
    height: 500px;
}
.baumaschinen_image_slider_inner_for .baumaschinen_image_slide_item img,
 .baumaschinen_image_slider_inner .baumaschinen_image_slide_item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.baumaschinen_image_slider_inner .baumaschinen_image_slide_item {
    height: 120px;
}

/* ### ende acf css ### */

/* ### acf css slider ### */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* ### ende acf slider ### */