@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #212529;
    font-family: 'Roboto Light', "Sans Serif";
    letter-spacing: 1px;
    line-height: 1.5;
    max-width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

ul {
    list-style-type: none;
}

a,
a:hover {
    color: #d27f53;
}

a,
button,
input,
img {
    transition: all .3s;
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

main .container {
    max-width: 1365px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-lg-3,
.col-lg-4,
.col-lg-8,
.col-lg-9,
.col-md-4,
.col-md-12,
.col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.p-2 {
    padding: .5rem;
}

.mb-0 {
    margin-bottom: 0;
}

.pr-lg-4 {
    padding-right: 1.5rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.pr-2 {
    padding-right: .5rem;
}

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

header {
    padding-top: 20px;
}

.navbar {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
}

.logo {
    width: 340px;
    max-width: 100%;
    margin-right: 60px;
}

.headline {
    text-transform: uppercase;
    color: #d27f53;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 25px 25px 25px;
}

.headline h1 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 1rem;
    font-family: 'Roboto Medium';
    font-weight: 500;
}

.headline a {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 5px;
    background-color: #f5f5f5;
    font-family: 'Roboto Bold';
    font-size: 14px;
    text-decoration: none;
}

.headline a:hover {
    color: #5d5a59;
}

.headline a > i {
    margin-right: 10px;
}

.beispiele {
    text-transform: uppercase;
    padding: 0 25px;
}

.beispiele .inner_sect {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.beispiele > hr {
    border: 0;
    border-bottom: 1px solid #d27f53;
    border-radius: 4px;
    margin: 3px 0 !important;
}

.beispiele .inner_sect h4 {
    font-size: 18px;
    color: #333;
    font-family: 'Roboto Regular';
    font-weight: 500;
}

.beispiele .beispiele_items {
    font-size: .8rem;
}

.beispiele .beispiele_items a {
    text-decoration: none;
    margin: 0 10px;
    color: #949494;
    font-size: 14px;
    font-family: 'Roboto Bold';
}

.beispiele .beispiele_items a:hover {
    color: #d27f53;
}

.beispiele .beispiele_items > span {
    font-size: 21px;
    color: #616161cc;
}

.tabs {
    padding: 20px 25px;
}

.inner-tabs hr {
    margin: 0 0 20px 0;
    border: 0;
    border-bottom: 1px solid #cccc;
}

.inner-tabs .left_side_txt p {
    font-size: 14px;
    color: #333;
    font-family: 'Roboto Light';
    margin-top: 5px;
}

.tab {
    overflow: hidden;
}

.tab button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding-left: 0;
    padding-right: 33px;
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: uppercase;
    color: #333;
}

.tab button:hover {
    color: #d27f53;
}

.tab button.active {
    color: #d27f53;
    font-family: 'Roboto Medium';
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.tabcontent.tabAnim {
    animation: tabAnim cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s;
}

@keyframes tabAnim {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes sliderAnim {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.inner-tabs .tab_imgs {
    animation: scale-up-tl 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@keyframes scale-up-tl {
    0% {
        transform: scale(0.5);
        transform-origin: 0% 0%;
    }
    100% {
        transform: scale(1);
        transform-origin: 0% 0%;
    }
}

.tab_imgs > .imgs {
    height: 180px;
}

.tab_imgs > .imgs > img {
    height: inherit;
    width: 100%;
    object-fit: cover;
}

.inner-tabs .tab_imgs .imgs {
    position: relative;
}

.inner-tabs .tab_imgs .imgs .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d27f53ba;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.inner-tabs .tab_imgs .imgs:hover .overlay {
    opacity: 1;
    transform: scale(1.1);
}

.inner-tabs .tab_imgs img:hover {
    cursor: pointer;
}

.inner-tabs .tab_imgs .img_text h6 {
    font-size: 18px;
    color: #333;
    font-family: 'Roboto Medium';
    font-weight: 500;
    float: left;
    width: 85%;
    margin-bottom: 15px;
}

.icons a,
.img_text_icon a {
    color: #c8c8c8;
    text-decoration: none;
}

.inner-tabs .tab_imgs .img_text .img_text_icon {
    color: #c8c8c8;
    width: 15%;
    float: right;
    white-space: nowrap;
}

.img_text .img_text_icon i:hover,
.img_text .img_text_icon i.active {
    color: #d27f53;
    cursor: pointer;
}

.fa-heart.active {
    color: #d27f53;
}

.favorite-label {
    display: none;
}

.fa,
.fas,
.far {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-download:before {
    content: "\f019";
}

.fa-heart:before {
    content: "\f004";
}

.fa-search:before {
    content: "\f002";
}

.fa-times:before {
    content: "\f00d";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.slide_container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow-y: auto;
}

.slide_container .slides.anim {
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-left {
    from {
        transform: translateX(1000px);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(-1000px);
    }
    100% {
        transform: translateX(0);
    }
}

.slide_container .slides.anim2 {
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide_container .slides.fadesIn {
    animation: tabAnim cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s;
}

.slide_container .slider {
    position: relative;
    width: 95vw;
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    animation: sliderAnim .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slide_container .close_btn {
    background-color: #5d5a59;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 300;
    cursor: pointer;
    transition: .3s;
    width: 35px;
    height: 35px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.controls {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
}

.controls button {
    background-color: #5d5a59;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    margin: 15px;
    transition: all .3s;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.controls button:hover,
.slide_container .close_btn:hover {
    background-color: #d27f53;
}

.desc > .col-lg-8 {
    padding-left: 0;
    padding-right: 0;
}

.desc {
    height: 100%;
    width: 100%;
}

.desc img {
    object-fit: cover;
    max-height: 95vh;
}

.desc.row {
    margin-left: 0;
}

.desc .desc-text {
    padding: 50px 50px 15px;
    background-color: black;
}

.desc .desc-text h3,
.desc .desc-text .icons {
    color: #fff;
}

.desc .desc-text .icons > i {
    transition: all .3s;
    cursor: pointer;
}

.desc .desc-text .icons > i:hover {
    color: #d27f53;
}

.desc .desc-text h3 {
    margin-bottom: 2rem;
    font-family: 'Roboto Medium';
}

.desc a:hover {
    color: #5d5a59;
    text-decoration: none;
}

.portfolio-list {
    display: grid;
    gap: 12px;
    padding: 30px 25px;
    font-size: 20px;
}

.home-link {
    display: block;
    margin: 10px 0;
    padding: 10px;
    background: #df7a49;
    color: #fff !important;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none !important;
}

.home-logo {
    display: block;
    margin: 30px auto 50px;
    min-width: 300px;
    width: 45%;
}

.user-footer-container {
    background: #5d5a59;
    padding: 40px 0;
    border-bottom: 1px solid #fff;
}

.user-footer-container .footer-link li {
    font-family: 'Roboto Medium';
    float: left;
    color: #fff;
    font-size: 15px;
}

.user-footer-container .footer-link li a {
    color: #ccc;
    margin-left: 7px;
    padding-left: 7px;
    text-decoration: none;
    font-family: 'Roboto Medium';
    position: relative;
    font-size: 15px;
    border-left: 2px solid #ccc;
    display: block;
    line-height: 13px;
    margin-top: 4px;
}

.user-footer-container .footer-link li a:hover {
    color: #fff;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    main .container {
        max-width: 1365px;
    }
}

@media (max-width: 767px) {
    .headline h1 {
        font-size: 25px;
    }

    .headline a,
    .beispiele .beispiele_items a {
        font-size: .7rem;
    }

    .inner-tabs .left_side_txt {
        font-size: .9rem;
    }

    .beispiele .inner_sect h4 {
        font-size: 1rem;
    }

    .tab button {
        font-size: 13px;
        padding-right: 10px;
    }

    .logo {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .headline h1 {
        font-size: 20px;
    }

    .beispiele .beispiele_items a {
        display: block;
        margin: 3px 0;
    }

    .beispiele .beispiele_items > span {
        display: none;
    }

    .inner-tabs .left_side_txt {
        font-size: .8rem;
    }

    .beispiele .inner_sect h4 {
        font-size: .9rem;
    }

    .headline,
    .beispiele,
    .tabs {
        padding-left: 15px;
        padding-right: 15px;
    }
}
