﻿/**
Theme Name: Thasler
Theme Uri: #
Author: artViper Marketingagentur
Author Uri: http://artviper.de
Text Domain: thasler
**/

html{
	
}

@font-face{
    font-family: "FiraSans";
    src: url(font/FiraSans/FiraSans-Bold.ttf);
    font-weight: bold;
}
@font-face{
    font-family: "FiraSans";
    src: url(font/FiraSans/FiraSans-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}
@font-face{
    font-family: "FiraSans";
    src: url(font/FiraSans/FiraSans-Italic.ttf);
    font-style: italic;
}
@font-face{
    font-family: "FiraSans";
    src: url(font/FiraSans/FiraSans-Light.ttf);
    font-weight: 300;
}
@font-face{
    font-family: "FiraSans";
    src: url(font/FiraSans/FiraSans-LightItalic.ttf);
    font-style: italic;
    font-weight: 300;
}
@font-face{
    font-family: "FiraSans";
    src: url(font/FiraSans/FiraSans-Regular.ttf);
}

body {
    font-family: "FiraSans";
    overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.image-size {
    width: 100%;
}

img{
	max-width:100%;
}

.bg-transparent {
    background-color: rgba(0,0,0,0.5) !important;
}

.bg-footer {
    background-color: #ebebeb !important;
}

.bg-secondary {
    background-color: #ef7d1a !important;
}

.btn{
    border-radius: 0;
}

.menu-link a {
    text-decoration: none !important;
    color: #ffffff !important;
}
.menu-link li:hover {
    color: #ffffff !important;
}

.text-secondary {
    color: #ef791a !important;
}

.text-secondary2 {
    color: #ef791a !important;
}

.header-menu ul li a {
    display: block;
    padding: 0.5rem 1rem;
}

.header-menu ul li:last-child a {
    padding-right: 0;
}

.footer-menu ul li a {
    padding: 0.5rem 1rem;
}

.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.admin-bar .site-header{
    top: 32px;
}

.footer-font {
    font-size: 14px !important;
    color: #242424 !important;
}

.btn-dark {
    background-color: #2b2b2b !important;
}

.btn-dark:hover {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #2b2b2b !important;
}

.btn-outline-light {
    border-radius: 50% !important;
    border-color: #ffffff !important;
    border-style: solid;
    padding: 30px;
}

.btn-outline-light:hover {
    background-color: #ef791a !important;
}

.container-image {
    background-image: url("images/HomeHoverSection.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.home-slider {
    overflow: hidden;
}

.image-slider {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.py-10 {
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.section-image1 {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 200px;
}

.logo-padding {
    padding-top: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-bottom: 19.5rem !important;
}

.col-width {
    box-sizing: border-box;
    margin-bottom: 10px;
    display: inline-block;
}

.btn-secondary {
    background-color: #ef791a !important;
    border-radius: 0 !important;
}

.btn-secondary:hover {
    background-color: #2b2b2b !important;
}

.btn-primary {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 0;
}

.btn-primary:hover {
    background-color: #2b2b2b !important;
    color: #ffffff !important;
}

.image-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.section-4 ul{
	padding:0;
}

.section-4 ul li{
    display: block;
    padding: 5px 20px;
    border-bottom: 1px solid #bdbdbd;
}
.section-4 ul li:first-child{
    border-top: 1px solid #bdbdbd;
}

.section-4 ul li:before{
    content: "»";
    vertical-align: middle;
    margin-right: 8px;
}

.slider-container {
    height: 200px;
    width: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
    margin-bottom: 2px;
}

.slide-image {
    height: auto;
    width: 100%;
    min-height: 200px;
}

.slider-container:hover {
    transform: scale(1.1);
    z-index: 3;
    -moz-box-shadow: 0 0 13px rgba(1,1,1,.35); /* drop shadow */
    -webkit-box-shadow: 0 0 13px rgba(1,1,1,.35); /* drop shadow */
    box-shadow: 0 0 13px rgba(1,1,1,.35); /* drop shadow */
}

.logo-container {
    width: 100%;
    height: auto;
}

.modal button.close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
	padding: 5px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 1;
    z-index: 99999;
    cursor: pointer;
}

input[type=tel], input[type=text], input[type=number], input[type=email], input[type=password], textarea{
    display: block;
    border: none;
    border-bottom: #303030 1px solid;
    padding: 3px 0;
    margin-bottom: 15px;
    width: 100%;
}

input[type=checkbox]{
    width: 20px;
    height: 20px;
}

.form-design input[type=checkbox]{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.form-design label[for=agreement_checkbox]{
    display: inline-block;
    width: calc(100% - 30px);
    font-size: 12px;
}

.form-design input[type=submit]{
    margin-top: 15px;
}

.col-pad .col-md-3 .slider-container {
    margin-right: 2px;
}

.col-pad .col-md-3:nth-child(4n) .slider-container {
    margin-right: 0;
}

.row-pad {
    padding-top: 2px;
}

.modal-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.modal-image {
    width: 100%;
    height: auto;
}

.modal-content {
    border-radius: 25px !important;
    box-shadow: 0 0 38px 0 rgba(1, 1, 1, 0.39);
}

#imageLightBox.modal button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 1;
    z-index: 99999;
    cursor: pointer;
}

#imageLightBox.modal .modal-dialog{
    width: fit-content;
}

#imageLightBox.modal .modal-body{
    padding: 0;
}

#imageLightBox img{
    max-width: 100%;
}

.th-tabs{
    margin-bottom: 30px;
}

.th-tabs .nav-item{
    border: 1px solid #dedede; /* stroke */
    background-color: #f2f2f2; /* layer fill content + color overlay */
    border-radius: 0;
    padding: 1.2rem;
    color: #000000;
    max-width: 16.66%;
    word-break: break-word;
}

.th-tabs .nav-item img, .th-tabs .nav-item.active img {
    height: 45px;
    width: auto;
}

.th-tabs .nav-item.active, .th-tabs .nav-item:hover{
    background-color: #ef7919; /* layer fill content */
    -moz-box-shadow: 0 0 10px rgba(1,1,1,.42); /* drop shadow */
    -webkit-box-shadow: 0 0 10px rgba(1,1,1,.42); /* drop shadow */
    box-shadow: 0 0 10px rgba(1,1,1,.42); /* drop shadow */
    position: relative;
    transform: scale(1.1);
    z-index: 3;
    color: #ffffff;
    border: none;
}

.th-tabs .nav-item:hover{
    z-index: 4;
}

.th-tabs .nav-item.active img , .th-tabs .nav-item:hover img{
    filter: invert(100%);
}

.th-tabs .nav-item.active:after, .th-tabs .nav-item:hover:after{
    content: "";
    background-image: url(images/tab-b-part.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    left: calc(50% - 27.5px);
    right: 50%;
    bottom: -25px;
}

.wpcf7-list-item-label {
    width: calc(100% - 35px);
    display: inline-block;
    font-size: 12px;
}

span.wpcf7-list-item{
	margin: 0;
}

.image-slider h1, .image-slider span {
    text-shadow: 1px 2px 4px rgba(1,1,1,.47);
}

.aligncenter {
    margin-left: auto;
	margin-right: auto;
    display: block;
    text-align: center;
}

@media all and (max-width: 768px){
    img.custom-logo {
        max-width: 100%;
        height: auto;
    }

    .site-header{
        position: static;
    }

    .site-header > .container-fluid{
        padding-top: 5px;
    }
    .th-tabs .nav-item{
        max-width: 33.33%;
    }

    .slider-container{
        height: 150px;
    }

    .btn{
        margin: 10px 0;
    }
}



@media all and (max-width: 576px) {
    .contact {
        text-align: left !important;
    }

    .footer-section {
        padding-left: 12px !important;

    }

    .section-3 .col-sm-7 .dcontainer {
        margin-right: calc((((100% / 56.8) * 100) - 540px) / 2);
        margin-left: 4%;
    }

    .section-4 .col-sm-7 .econtainer {
        margin-left: calc((((100% / 56.8) * 100) - 540px) / 2);
        margin-right: 4%;
    }

    .image-size {
        width: 100%;
        height: auto;
    }

    .footer-menu ul li a {
        display: block;
        padding: 0.5rem 1rem;
    }

    .slider-container{
        height: 130px;
    }

}

@media all and (max-width: 440px) {
    .th-tabs .nav-item{
        max-width: 50%;
    }

    .slider-container{
        height: 115px;
    }
    .slide-image {
    min-height: 115px;
}
.madres p {
    font-size: 14px !important;
}

}

@media all and (min-width: 768px) {
    .section-3 .col-sm-7 .dcontainer {
        margin-right: calc((((100% / 56.8) * 100) - 720px) / 2);
        margin-left: 4%;
    }

    .section-4 .col-sm-7 .econtainer {
        margin-left: calc((((100% / 56.8) * 100) - 720px) / 2);
        margin-right: 4%;
    }



}

@media all and (min-width: 992px) {
    .section-3 .col-sm-7 .dcontainer {
        margin-right: calc((((100% / 56.8) * 100) - 960px) / 2);
        margin-left: 4%;
    }

    .section-4 .col-sm-7 .econtainer {
        margin-left: calc((((100% / 56.8) * 100) - 960px) / 2);
        margin-right: 4%;
    }

}

@media all and (min-width: 1200px) {
    .section-3 .col-sm-7 .dcontainer {
        margin-right: calc((((100% / 57.8) * 100) - 1140px) / 2);
        margin-left: 4%;
    }

    .section-4 .col-sm-7 .econtainer {
        margin-left: calc((((100% / 56.8) * 100) - 1140px) / 2);
        margin-right: 4%;
    }

}