/*body {
    background-color: white;
    font-family: "STIHL Contraface Display Title", "Arial Black";
    overflow-x: hidden;
}*/

#StihlCallbackCalendar{
    max-height: 250px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 0px;
    overflow: hidden;
}

#StihlCallBackCalenderNext{
    position: absolute;
    right: -3px;
    top: 16px;
    cursor: pointer;
}

#StihlCallBackCalenderBack{
    position: absolute;
    left: -6px;
    top: 16px;
    cursor: pointer;
}

#StihlCallbackCalendarTitle{
    padding-top: 10px;
}

.StihlCallBackCalendarDays{
    padding-right: 16px;
}

.StihlCallBackCalendarDay{
    width: 14.2%;
    display: inline-block;
    text-align: center;
}

.StihlCallBackCalendarTimes{
    height: 200px;
    overflow-y: scroll;
}

.StihlCallBackCalendarTimeCol{
    width: 14.2%;
    display: inline-block;
    text-align: center;
}

.StihlCallBackCalendarTime{
    height: 30px;
    margin: 3px;
    background-color: #F37A1F;
    color: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.StihlCallBackCalendarTime.active{
    background-color: black;
}

.StihlCallBackCalendarTime:hover{
    background-color: black;
    transition: .4s;
}

.StihlCallBackCalendarHeader{
    border-bottom: solid thin #B1B1B1;
    padding-bottom: 5px;
}

.StihlCallBackCalendarHeaderDay{
    font-weight: bold;
}

label{
    margin-bottom: 0px;
    font-weight: normal;
}

#StihlCallbackInput{
    margin-left: 50px;
    margin-right: 50px;
}

.StihlCallbackInputLabel{
    display: inline-block;
}
.StihlCallbackInputField{
    margin-bottom: 5px;
    background-color: #ededed;
    border: none;
    display: inline-block;
}

.StihlFirstNameInput{
}

.StihlLastNameInput{
}

.StihlLastNameLabel{
    text-align: right;
    padding-right: 5px;
}

#StihlCallbackTitle{
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 80px;
    padding-right: 80px;
}

#StihlCallbackCloseBtn{
    background: url(/icon-cross-16-white.svg) no-repeat;
    background-color: black;
    background-position: center !important;
    width: 45px;
    height: 45px;
    align-self: flex-end;
    margin: 0px;
    border: none;
    cursor: pointer;
}

#StihlCallbackButtons{
    bottom: 30px;
    position: absolute;
    width: 100%;
}

#StihlCallbackSubmitBtn{
    float: right;
    margin-right: 50px;
}

#StihlCallbackCancelBtn{
    float: right;
    margin-right: 30px;
}

#StihlCallback{
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1000;
    width: 700px;
    height: 700px;
    top: calc(50% - 325px);
    left: calc(50% - 350px);
    background-color: white;
    border: none;
    text-align: left;
    vertical-align: middle;
}

#StihlCallbackOverlay{
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 998;
    height: 100%;
    width: 100%;
}

.StihlContactUsContainer{
    padding-bottom: 80px;
}    

#StihlChatWidget{
    display: block;
    width: 500px;
    height: 500px;
}

#StihlContactUsOverviewChat, #StihlContactUsOverviewCallback{
    display: flex;
}

/*#StihlContactChatText, #StihlContactCallbackText{
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
}*/

#StihlContactUsOverviewChat, #StihlContactUsOverviewCallback{
    cursor: pointer;
}

#StihlContactChatImg{
    width: 25px;
    margin-right: 20px;
}

#StihlContactCallbackImg{
    margin-right: 20px;
}

.StihlContactUs{
    padding-left: 10px;
    padding-right: 10px;
}


.underlinedTitle:after {
    content: '';
    width: 33px;
    height: 7px;
    background: black;
    position: absolute;
    bottom: -10px;
}

#kontaktFirstRow {
    clear: both;
}

#kontaktFirstRow h2 {
    margin-bottom: 20px;
    color: black;
}

#kontaktFirstRow #StihlContactUsOverviewMainSubTitle{
    margin-bottom: 40px;
    font-size: 19px;
    font-weight: 500;
}

#kontaktSecondRow h2 {
    color: black;
/*    font-size: 30px;*/
/*    font-family: Neurofacebook;*/
    font-weight: 200;
}

#StihlContactUsOverviewEmailText, #StihlContactUsOverviewCallText, #StihlContactUsOverviewChatText, #StihlContactUsOverviewCallbackText {
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#StihlContactUsOverviewCallText, #StihlContactUsOverviewCallText2{
    padding-right: 10px;
}

#StihlContactUsOverviewEmailIconText, #StihlContactUsOverviewCallIconText{
    font-weight: 800;
    display: inline-block;
}

.icon {
    width: 15px;
    height: 15px;
    margin-right: 20px;
    margin-top: -4px;
    vertical-align: middle !important;
}

#kontaktSecondRow, #kontaktThirdRow, #kontaktFourthRow, #kontaktFifthRow{
    margin-top: 50px;
    display: flex;
}

#StihlContactUsOverviewCallText2, #StihlContactUsOverviewChatText2, #kontaktFifthRow p{
    margin: 0px;
    padding-bottom: 17px;
    padding-top: 17px;
}

#StihlContactUsOverviewChatText2{
    display: inline-block;
}

#StihlContactUsOverviewEmailIconText, #StihlContactUsOverviewCallIconText, #StihlContactUsOverviewChatIconText, #StihlContactUsOverviewCallbackIconText{
    font-size: 17px;
}

#StihlContactUsOverviewCallText2, #StihlContactUsOverviewChatText2 {
    font-size: 14px !important;
    display: inline-block;
}

#kontaktFourthRow li {
    list-style: none;
}

#kontaktLinksDIv {
    padding: 0;
}

#kontaktButtonDiv {
    width: 100%;
    background-color: black;
    background-image: url();
    color: white;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    border: none;
    line-height: 50px;
}

p.kontLinkTitle {
    font-size: 23px;
/*    font-family: Neurofacebook;*/
}

p.kontLinkDesc {
/*    font-family: Neurofacebook;*/
    font-size: 19px;
}

#kontaktButtonDiv .rightArrowIcon {
    position: absolute;
    top: 17px;
} 

#konbtnsign {
    color: white;
    text-align: right;
    font-size: large;
}

#kontLinkDesc {
    margin-top: 20px;
    margin-bottom: 20px;
}

.StihlContactUsOverviewImageRight, .StihlContactUsOverviewImageLeft{
    display: flex;
} 

.StihlContactUsOverviewImageRight img{
    width: 100%;
    padding-right: 0px;
    display: flex;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}

.StihlContactUsOverviewImageLeft img{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 10px;
}

#stihlContactTelSubline{
    padding-left: 35px;
}


@media screen and (max-width: 767px) {
    #kontaktSecondRow, #kontaktThirdRow, #kontaktFourthRow, #kontaktFifthRow{
        display: inline-block;
    }
}
