/* navnar */
.header-v3 .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding: 22px 13px 22px 13px;
}

.header-v3 .navbar-default .navbar-nav > .active > a {
    color: #72c02c;
    text-decoration: underline;
}

.timerPickerRow{
    display: flex;
}

@media (min-width: 768px){
    .col-md-1 {
        width: 8.333333%;
    }
}

@media screen and (max-width: 767px){
	.badge-mobile-padding{
		margin-top: 5px;
		padding-top: 20px;
	}
}


@media (max-width: 1200px) {
    .header-v3 .navbar-header {
        padding: 20px 0;
    }

    .header-v3 .navbar-header {
        float: none;
    }

    .header-v3 .navbar-brand {
        top: -1px;
    }

    .header-v3 .navbar-default .navbar-toggle {
        top: 1px;
    }
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-right{
        margin-right: 0;
        background-color: #2c3e50;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>ul{
        width:100%;

    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .collapse.in{
        display:block !important;
    }
}
/* end navbar */

/* headline image */

.interactive-slider-v2 {
    z-index: 1;
    padding: 180px 0 100px 0;
    position: relative;
    text-align: left;
    border-bottom: #8FBF4F 1px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

.interactive-slider-v2 h1 span {
    display: inline-block;
    padding: 20px;
    background: rgba(140,189,61,0.90);
}

.interactive-slider-v2 .headline-subtext {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    margin-top: 35px;
    background: rgba(140,189,61,0.85);
    font-size: 30px;
}

.interactive-slider-v2 .headline-contact {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    margin-top: 35px;
    background: rgba(248,243,237,0.85);
    color: #594731;
    font-size: 30px;
}

.interactive-slider-v2:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0);
}

.headline-center img {max-width: 100%};


@media (max-width: 768px) {
    .interactive-slider-v2 h1 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .responsive-small-text {
        font-size: 30px;
    }

    .woodbag-info {
        height: 600px;
        width: 300px;
    }
    
    .portfolio-box {
        margin-bottom: 0px;
    }
    
    .portfolio-padding {
        padding-bottom: 50px;
    }
    
    li.portfolio-padding:last-child {
        padding-bottom: 0px;
    }
    
    .headline-element .headline-center h2:after {
        left: 45% !important;
        z-index: 1;
        width: 70px;
        height: 2px;
        content: " ";
        bottom: -5px;
        margin-left: -15px;
        text-align: center;
        position: absolute;
        background: #72c02c;
    }
	
}

@media (min-width: 769px) {
    .woodbag-info {
        height: 300px;
        width: 690px;
    }
}

.responsive-small-text {

}

/* end headline image */

/* banner */

.interactive-slider-v3 {
    z-index: 1;
    padding: 230px 0 100px 0;
    position: relative;
    text-align: left;
    border-bottom: #8FBF4F 1px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

.interactive-slider-v3 h1 span {
    display: inline-block;
    padding: 20px;
    background: rgba(140,189,61,0.90);
}

.interactive-slider-v3 .headline-subtext {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    margin-top: 35px;
    background: rgba(140,189,61,0.85);
    font-size: 30px;
}

.interactive-slider-v3 .headline-contact {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    margin-top: 35px;
    background: rgba(248,243,237,0.85);
    color: #594731;
    font-size: 30px;
}

.interactive-slider-v3:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0);
}


/* headline element */

.headline-element {
    margin-bottom: 50px;
}

.headline-element.contactMap {
    margin-bottom: 15px;
}

.headline-element p {
    margin-bottom: 0px;
}

.headline-element .headline-center h2 {
     text-transform: uppercase;
     color: #444;
     font-size: 24px;
     position: relative;
     padding-bottom: 5px;
     padding-top: 15px;
 }

.headline-element .headline-center h2:after {
    left: 48%;
    z-index: 1;
    width: 70px;
    height: 2px;
    content: " ";
    bottom: -5px;
    margin-left: -15px;
    text-align: center;
    position: absolute;
    background: #72c02c;
}

.headline-element .headline h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    position: relative;
    padding-bottom: 5px;
    padding-top: 80px;
}

.headline {
    border: none;
}

.headline-element .headline h1:after {
    left: 27px;
    z-index: 1;
    width: 70px;
    height: 2px;
    content: " ";
    bottom: -5px;
    margin-left: -13px;
    position: absolute;
    background: #72c02c;
}

.headline-element.order .headline h1:after{
    margin-left: 42px;
}

.headline-element.open .headline h1:after{
    margin-left: 41px;
}

.headline-element.contact .headline h1:after{
    margin-left: -13px;
}

.headline-element.order{
    margin-bottom: 30px;
}

/* end headline element */

/* headline text image */
/*
.text-image > .row, .image-text > .row{
		display: flex;
		align-items: center;
}*/

.text-image p{
    color: #000;
    font-size: 14px;
}

.text-image .image-container {
    display:block;
}

/* end headline text image */

/* portfolio headline */

.element-name {
    color: #555;
    font-size: 20px;
    text-transform: uppercase;
}

.element-price {
    color: #555;
    font-size: 20px;
    text-transform: uppercase;
}

.element-price p {
    color: #94C120;
    font-weight: bold;
}

.headline-left .headline-brd:after {
    background: #BDBDBD;
}

.portfolio-description p{
    margin: 0px;
}

.headline-left .headline-brd {
    color: #555;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.portfolio-box {
    padding-bottom: 50px;
}

/* end portfolio */

/* footer */

.footer-v1 .copyright {
    background: #5E4C34;
    border-top: none;
    padding: 10px 0 5px;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

.desc h4 {
    text-transform: uppercase;
    background-color: #8BC43F;
    color: #fff;
    padding: 8px;
    font-size: 11px;
}

.service .desc h4 {
    font-weight: 900;
    font-size: 15px;
    line-height: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.tilted {
    text-align: center;
    padding: 15px;
    position: absolute;
    margin-top: -40px;
    margin-bottom: -50px;
    width: 282px;
    left:60%;
    z-index: 100;
    transform: rotate(5deg);
    background-color: #94C120;
	top: 30%;
}

@media (max-width: 769px) {
    .tilted {
        left:15%;
    }
    
    .interactive-slider-v2 {
        padding-top: 50px;
    }
    
    .interactive-slider-v2 .headline-subtext {
        margin-top: 0px;
        font-size: 25px;
    }
    
    .interactive-slider-v3 {
        padding: 50px;
    }
}

@media (max-width: 991px) {
    .interactive-slider-v2 {
        padding-top: 80px;
    }
    
    .interactive-slider-v2 .headline-subtext {
        margin-top: 15px;
    }
    
    .interactive-slider-v3 {
        padding: 100px;
    }
	
	.tilted{
		top: 18%;
	}
	
}

@media (max-width: 1200px){
		.tilted.mobile-tilted{
			display: none;
		}
	
}




.tilted p {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 1px;
    color: #fff;
}

.green-heading td {
    width: 188px;
    font-weight: bold;
    text-align: center;
    color: #84A64F;
    font-size: 15px;
}

.conversion-table {
    margin-bottom: 50px;
}

.conversion-table tr td {
    text-align: center;
    font-size: 15px;
    border: 1px solid #9AB37A !important;
}

.conversion-table tr th {
    font-size: 15px;
    border: 1px solid #9AB37A !important;
}

.headline-left .element-name {
    color: #000;
}

.woodbag-info {
    margin-left: 15px;
    display: inline-block;
    background-color: #94C120;
    color: #fff;
    padding: 15px;
}



.woodbag-info li {
    list-style-type: disc;
    color: #fff;
    font-size: 15px;
}

.woodbag-info h2, .woodbag-info p, .woodbag-info li {
    color: #fff;
}


.orderForm{
    color: #555555;
    font-family: 'Open Sans', 'Arial', 'sans-serif';
    font-size: 14px;
    font-weight: unset;
    vertical-align: middle;
}

.orderForm label{
    font-weight: unset;
    padding-right: 20px;
    vertical-align: middle;
    color: unset;
}

.orderForm .orderHeader{
    font-size: 24px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.orderForm .formGroup{
    margin-bottom: 25px;
}

.orderForm .form-control{
    width: 100%;
    height: 44px;
    font-size: 16px;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: unset;
    padding: unset;
}

.orderForm .product{
    margin-bottom: 7px;
}

.input-group-addon{
    color: #555;
    height: 44px;
    font-size: 25px;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #555;
    border-radius: 0;
    box-shadow: unset;
    padding: unset;
}

.orderForm .form-control.info{
    border: 1px solid;
    height: unset;
    padding: 10px 15px;
}

.orderForm .form-control::placeholder{
    font-style: italic;
    font-size: 11px;
}

#deliveryDate{
    display: none;
}

#cutLength{
    display: none;
}

#package{
    display: none;
}

.orderForm #deliveryDate .col-md-1{
    width: 9.333333%;
}

.orderForm #deliveryDate .bis{
    width: fit-content;
    padding: unset;
}

.orderForm button{
    width: 260px;
    background: #94c120;
    font-family: 'Open Sans', 'Arial', 'sans-serif';
    font-weight: 700;
    font-size: 18px;
}

.orderForm button:hover{
    background: #94c120;
}

.orderForm button:active{
    background: #94c120;
}

.orderForm button:focus{
    background: #94c120;
}

.captchaWarning{
    color: #ff0000;
    font-weight: 600;
    margin-top: 15px;
}

.closebtn {
    margin-right: 15px;
    margin-top: 5px;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.orderMessage{
    font-family: 'Open Sans', 'Arial', 'sans-serif';
    font-weight: 700;
    font-size: 30px;
    top: 225px;
    z-index: 100;
    background: white;
    border: solid 1px black;
    width: 40%;
    position: fixed;
    left: 69%;
    margin-left: -37.5%;
    opacity: 1;
    transition: all ease 2.5s;
    z-index: 101;
}

.orderMessageContainer{
    z-index: 100;
    top: 0;
    background: black;
    opacity: 0.5;
    border: solid 1px black;
    width: 100%;
    height: 100%;
    position: fixed;
    transition: all ease 2.5s;
    display: hide;
}

.iconBarWrapper{
    
}

.iconBarWrapper .iconBarBackground{
    position: relative;
    top: 18px;
    left: -7px;
    height: 38px;
    width: 205px;
    background: #e0dcd7;
    opacity: 0.9;
}

.iconBarWrapper .iconBar{
    position: relative;
    top: -19px;
    font-size: 24px;
    padding-left: 8px;
    width: 220px;
    left: -8px;
}

.iconBarWrapper .iconBar a{
    padding: 0px 6px;
} 

.iconBarWrapper .iconBar .icon{
    color: #77a834;
    padding: 0px 0px;
    text-align: center;
}

.contact{
    background-color: #f4f4f4;
}

.contact .headline h1{padding-top: 25px;}
.order .headline h1{padding-top: 25px;}



.contactText{
    font-size: 15px;
    font-family: 'Open Sans', 'Arial', 'sans-serif';
    color: #555555;
}

.bootstrap-datetimepicker-widget.dropdown-menu{
    padding: 0 !important;
    margin: 0 !important;
}

.timepicker .bootstrap-datetimepicker-widget.dropdown-menu{
    transform: rotate(90deg);
    top: 0px !important;
    left: 6px !important;
    min-width: 55px;
    width: 4em;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th{
    border-radius: 0 !important;
}

.timepicker .table-condensed>tbody>tr>td, .timepicker .table-condensed>tbody>tr>th, .timepicker .table-condensed>tfoot>tr>td, .timepicker .table-condensed>tfoot>tr>th, .timepicker .table-condensed>thead>tr>td, .timepicker .table-condensed>thead>tr>th{
    transform: rotate(-90deg);
}

th.prev{
    background-color: #75a31b !important;
    color: white;
}

th.prev.disabled{
    background-color: #75a31b !important;
    color: white !important;
}

th.next{
    background-color: #75a31b !important;
    color: white;
}

.bootstrap-datetimepicker-widget::after{
    border-bottom:6px solid #75a31b !important;
}

th.picker-switch{
    background-color: #75a31b !important;
    color: white;
}

th.prev:hover{
    background-color: #75a31b !important;
    color: white !important;
}

th.prev.disabled:hover{
    background-color: #75a31b !important;
    color: white;
}

th.next:hover{
    background-color: #75a31b !important;
    color: white;
}

th.picker-switch:hover{
    background-color: #75a31b !important;
    color: white;
}

th.dow{
    background-color: #94c120 !important;
    color: white;
}

td.day{
    background-color: #f1f1ea !important;
}

td.day.active{
    background-color: #ddddcc !important;
    color: black !important;
}

.timepicker{
    background-color: #f1f1ea;
    color: white !important;
}

.bootstrap-datetimepicker-widget table td span{
    background-color: #75a31b;
}

.bootstrap-datetimepicker-widget table td span:hover{
    background-color: #94c120;
}

.timepicker .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .timepicker .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{
    visibility: hidden;
}

.timepicker .bootstrap-datetimepicker-widget table td span{
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
}

.timepicker .bootstrap-datetimepicker-widget table td{
        width: 30px;
    height: 30px;
    line-height: 30px;
}

.bootstrap-datetimepicker-widget .table-condensed>thead>tr>th, .bootstrap-datetimepicker-widget .table-condensed>thead>tr>td {
    transform: none;
}

.orderForm .requiredStar{
    font-size: 12px;
    float: left;
}
.orderForm .requiredStarHeader{
    font-size: 13px;
    position: relative;
    top: -9px;
    left:  1px;
}

.dividerCol{

width: 5% !important;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  label.custom-checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  label.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  label.custom-checkbox {
    position: relative;
    padding-left: 27px;
  }
  label.custom-checkbox.noPadding {
    position: relative;
    padding-left: 17px;
  }
  label.custom-checkbox .noPadding {
    float: left;
    margin-left: 5px;
    font-style: italic;
  }
  label.custom-checkbox:hover {
    cursor: pointer;
  }
  label.custom-checkbox span {
    background: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid #bcbcbc;
    position: absolute;
    top: 3px;
    left: 0;
    transition: all 0.2s linear;
    margin-top: 1px;
  }
  label.custom-checkbox:hover span {
    border: 2px solid #bbb;
  }
  label.custom-checkbox input[type="checkbox"]:checked + span {
    background: #75a31b;
    border: 1px solid #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  }

  label.custom-checkbox input[type="radio"]:checked + span {
    background: #75a31b;
    border: 1px solid #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  }

.orderForm select{
    width: 45px;
}

.orderForm .fa-clock{
    color: #75a31b;
}

@media print
{    
    .noprint, .noprint *
    {
        display: none !important;
    }
}

@media (max-width: 1100px) {
    .dividerCol{
    
    }
    .timerPickerRow{
        display: block;
    }
    .date1Col{
        width: 100%;
    }
    .time1Col{
        width: 40% !important;
        float: left;
    }
    .bis1Col{
        width: 10% !important;
        margin: unset;
        float: left;
        margin-top: 13px;
        margin-left: 25px;
    }
    .time2Col{
        width: 40% !important;
        float: left;
    }
    .date2Col{
        width: 100%;
        margin-top: 70px;
    }
    .time3Col{
        width: 40% !important;
        float: left;
    }   
    .bis2Col{
        width: 10% !important;
        margin: unset;
        float: left;
    }
    .time4Col{
        width: 40% !important;
        float: left;
    }
    .timepicker .bootstrap-datetimepicker-widget.dropdown-menu{
        left: 45px !important
    }
}