h1, h2, h3 {
    -ms-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
}

/* --- Checkbox, Radio, Submit Anpassungen -- START ------------------- */

span.acceptance > span > span {
    margin: 0 !important;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute; 
    z-index: -1000; 
    left: -1000px; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    width: 1px; 
    margin: -1px; 
    padding: 0; 
    border: 0;
}

input[type="checkbox"] + span,
input[type="radio"] + span,
input[type="checkbox"] + span:before,
input[type="radio"] + span:before {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0;
}

input[type="checkbox"] + span,
input[type="radio"] + span {
    position: relative;
    display: inline-block !important;
    padding: 0 0 0 30px;
    background-color: inherit;
    width: auto;
    border-radius: 0;
    text-align: left;
    color: #fff;
    line-height: inherit;
    cursor: pointer;
}

input[type="checkbox"] + span:before,
input[type="radio"] + span:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: #fff;
    background-color: rgba(255,255,255,0);
    border-radius: 50%;
    cursor: pointer;
}

input[type="checkbox"] + span:hover:before,
input[type="radio"] + span:hover:before {
    border-width: 5px;
    background-color: #695c57; 
}

input[type="checkbox"]:checked + span:before,
input[type="radio"]:checked + span:before {
    border-width: 5px;
    background-color: #695c57; 
}

input[type="submit"],
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
    border: 0 !important;
    background-color: #fff !important;
    color: #695c57 !important; 
}

input[type="submit"]:disabled { 
    opacity: 0.5;
}

input[type="submit"]:hover {
    background-color: #695c57 !important;
    color: #fff !important; 
}

/* Fusion Button Anpassungen */

.fusion-button,
input[type="submit"] {
    padding-top: 17px !important;
}

/* --- Checkbox, Radio, Submit Anpassungen -- END --------------------- */

/* --- Avada Content Box Timeline -- START ---------------------------- */

.akm-icon-service-line {
    position: relative;
}

@media (min-width: 1024px) {
    .akm-icon-service-line:after {
        content: "";
        position: absolute;
        top: calc(50% - 3px);
        left: 100%;
        width: 100%;
        height: 6px;
        background-color: #695c57;
    }
}



/* --- Avada Content Box Timeline -- END ------------------------------ */

/* --- Avada Content Box -- START ------------------------------------- */

.akm-content-box .content-box-column .content-box-wrapper .content-container {
    font-family: "Barlow Condensed", Georgia, serif !important;
    line-height: 1.65em;
}

/* --- Avada Content Box -- END --------------------------------------- */

/* --- Avada Content Tabs Vertical -- START --------------------------- */

.akm-tabs-vertical .tab-content,
.akm-tabs-vertical .nav {
    width: 50% !important;
    position: relative;
    z-index: 1;
}

.akm-tabs-vertical .tab-content .fusion-title {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 40px;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 15px 0 15px;
    height: 56px;
}

.akm-tabs-vertical .tab-content .fusion-title::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0px;
    height: 0px;
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    border-style: solid;
    border-width: 28px 0 28px 20px;
    border-color: transparent transparent transparent rgba(0,0,0,0.5);
}

.akm-tabs-vertical .tab-content .fusion-title h4 {
  color: #fff !important;
  text-transform: uppercase;
}

.akm-tabs-vertical .nav ul.nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.akm-tabs-vertical .nav ul.nav-tabs li {
    width: 50% !important;
    padding-right: 10px;
}

.akm-tabs-vertical .nav ul.nav-tabs li a.tab-link {
    border: 0 !important;
    padding: 10px 15px 12px 15px !important;
}

.akm-tabs-vertical .nav ul.nav-tabs li a.tab-link h4 {
    line-height: 1.3em !important;
    color: rgb(105, 92, 87) !important; 
    font-size: 1.1em !important;
}

.akm-tabs-vertical .nav ul.nav-tabs li.active a.tab-link h4,
.akm-tabs-vertical .nav ul.nav-tabs li a.tab-link:hover h4 {
    color: #fff !important;
}

.akm-tabs-vertical-link {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}


@media (max-width: 1000px) {

    .akm-tabs-vertical .tab-content,
    .akm-tabs-vertical .nav {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .akm-tabs-vertical .tab-pane {
        margin-top: 0 !important;
        position: relative;
    }

    .akm-tabs-vertical .nav ul.nav-tabs li {
        width: 100% !important;
        padding-right: 0px;
    }

    .akm-tabs-vertical .tab-content .fusion-title {
        left: 0;
    }

}

/* --- Avada Content Tabs Vertical -- END ----------------------------- */

/* --- Avada Pagetitle -- START --------------------------------------- */

.akm-pagetitle {
    position: relative !important;
}

.akm-pagetitle h1 {
    text-transform: uppercase !important;
    margin-right: 30px !important;
}

.akm-pagetitle > div {
    background-color: inherit !important;
    overflow: visible !important;
    position: relative !important;
    padding-top: 10px !important;
    padding-bottom: 15px !important;
}

.akm-pagetitle .fusion-title {
    display: flex !important;
    flex-direction: row;
    align-items: flex-end;
    align-content: flex-end;
}

.akm-pagetitle .fusion-title h3 {
    margin-bottom: 0.2em !important;
}


@media (min-width: 800px) {
    .akm-pagetitle .fusion-builder-row.fusion-row::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100px;
        background-image: url('data:image/svg+xml;utf8,<svg fill="rgb(255,255,255)" width="100%" height="100%" viewBox="0 0 50 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M0,-0L50,-0L50,100L0,100L35,50L0,-0Z"/></svg>');
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .akm-pagetitle::before {
        content: "";
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 50% !important;
        height: 100% !important;
        background-color: #fff !important;
    }
}

/* --- Avada Pagetitle -- END ----------------------------------------- */

/* --- Avada Header -- START ------------------------------------------ */

.akm-header,
.akm-header .fusion-builder-row {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.akm-header .fusion-column-wrapper {
    display: flex !important;
    align-content: center;
    align-items: center;
}

@media (min-width: 640px) {
    .home .akm-header-fixed {
        position: fixed !important;
        top: 0;
        left: 0 !important;
        width: 100% !important;
    }
}

/* --- Avada Header -- END -------------------------------------------- */

/* --- Avada Heroimage -- START --------------------------------------- */

.akm-heroimage {
    font-size: 1.3vw !important;
}

.akm-heroimage img {
    width: 100%;
    max-height: 100%;
    height: auto;
}

/* --- Avada Heroimage -- END --------------------------------------- */

/* --- Avada Portfolio -- START --------------------------------------- */

.akm-portfolio .fusion-image-wrapper,
.akm-portfolio .fusion-portfolio-buttons {
    display: none !important;
}

.akm-portfolio .fusion-portfolio-content-wrapper {
    border: 0 !important;
}

.table-1 table {
    border: 0 !important;
    margin-bottom: 30px !important;
}

.table-1 th,
.table-1 td {
    background-color: #f5f3f3 !important;
    font-weight: normal !important;
    padding: 0 !important;
    border: 0 !important;
    padding: 5px 15px 6px 15px !important;
}

.table-1 th,
.table-1 tr:nth-child(even) td {
    background-color: #e5e1e1 !important;
}

.table-1 td:nth-child(1),
.table-1 th:nth-child(1) {
    font-weight: bold !important;
}

.akm-table-title {
    background-color: rgb(105, 92, 87);
    padding: 5px 15px 6px 15px !important;
}

.akm-table-title + .akm-table-title {
    margin-bottom: 20px;
}

.akm-portfolio ul.fusion-filters {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    border: 0 !important;
    margin: 0 0 60px 0 !important;
}

.akm-portfolio ul.fusion-filters li.fusion-filter {
    margin: 0 10px 10px 0 !important;
    flex-basis: calc(16.666% - 10px);
}

.akm-portfolio ul.fusion-filters li.fusion-filter a {
    background-color: #e5e1e1 !important;
    color: rgb(105, 92, 87) !important; 
    padding: 10px 15px 13px 15px !important;
    font-size: 1.1em !important;
    line-height: 1.1em !important;
    border: 0 !important;
    text-align: center;
    height: 100%;
    white-space: nowrap;
}

@media (max-width: 640px) {

    .akm-portfolio ul.fusion-filters li.fusion-filter a {
        font-size: 0.9em !important;
    }
}

.akm-portfolio ul.fusion-filters li.fusion-filter.fusion-active a,
.akm-portfolio ul.fusion-filters li.fusion-filter a:hover {
    background-color: #f2b944 !important;
    color: #fff !important;
    border: 0 !important;
}

.akm-portfolio-mieten-button {
    border: 0 !important;
    background-color: #f2b944 !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

.akm-portfolio-mieten-button:hover {
    border: 0 !important;
    background-color: #695c57 !important;
}

.akm-portfolio-mieten-button > span {
    color: #fff !important;
}

/* --- Avada Portfolio -- END ----------------------------------------- */

.fusion-button.button-xlarge {
    padding-top: 25px !important;
}

.akm-mainmenu {
    width: auto !important;
}