/*
Theme Name: Susanne Paret
Requires at least: 5.3
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.0
Text Domain: Susanne Paret
*/

/*Safari*/
@supports (-webkit-appearance:none) {
    #menu-topmenu>li>a {
        display: -webkit-inline-box;
    }
}

/*External font*/
@font-face {
    font-family: 'DIN Condensed';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/DIN-Condensed-Bold.ttf");
}

@font-face {
    font-family: 'DIN Condensed';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/DIN-Condensed-Regular.woff") format('woff'),
        url("fonts/DIN-Condensed-Regular.woff2") format('woff2');
}

/*Should disable anchor*/
* {
    overflow-anchor: none !important;
}

/*Hide scrollbar Firefox*/
:root {
    scrollbar-width: none;
    /* Firefox */
}

body {
    font-family: 'DIN Condensed';
    background-color: black;
    color: white;
    -ms-overflow-style: none;
    /* IE and Edge */
}

a {
    color: #D62C32;
    font: italic normal normal 16px/18px Arial;
    letter-spacing: 0px;
    text-decoration: none;
}

/*Hide scrollbar Chrome*/
body::-webkit-scrollbar {
    display: none;
}

/*---Menu---*/
nav {
    height: 100px;
    padding: 0 !important;
}

/*Bootstrap container*/
nav>div {
    height: 100%;
    justify-content: space-around !important;
}

/*Logo*/
.navbar-brand {
    margin: 0;
    padding: 0
}

/*Menu toggler*/
.navbar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/*Menu content container*/
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: unset;
    align-items: center;
    background-color: #f8f9fa;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-color: #d62c32;
    width: 50px;
    height: 50px;
}

.navbar-light .navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
}

#menu-topmenu,
#menu-topmenu>li,
#menu-topmenu>li>a {
    margin: 0;
    padding: 0;
}

#menu-topmenu>li {
    display: inline;
    position: relative;
}

#menu-topmenu>li>a {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-family: 'DIN Condensed';
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 27px 16px 23px !important;
}

/*Line through menu*/
#menu-topmenu>li::before {
    content: ' ';
    position: absolute;
    top: 49%;
    width: 0%;
    height: 6px;
    background: #d62c32;
    transition: .5s linear;
}

.line-through::before {
    width: 100% !important;
}

/*---Block Title---*/
.block-title {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 50px auto;
}

.main_logo {
    display: block;
    margin: 0 auto 97px;
}

.main_title {
    font: normal normal bold 96px/134px 'DIN Condensed';
    margin-bottom: 0px;
    text-align: center;
}

.background_image {
    position: absolute;
    z-index: -1;
    right: 0;
    width: 750px;
}

.main_heading {
    font: normal normal bold 16px/18px Arial;
    margin: 0 0 50px;
    text-align: center;
    width: 686px;
}

.show_more_btn {
    color: white;
    background-color: #d62c32;
    border: none;
    display: block;
    font: normal normal bold 32px/48px 'DIN Condensed';
    margin: 0 auto;
    padding: 13px 77px;
    text-align: center;
    outline: none;
}


/*---Block recently projects---*/
.archive .block-recently-projects {
	margin-top: 50px;
	height: auto !important;
}

.block-recently-projects {
    flex-direction: column;
    justify-content: center;
    margin: 50px auto;
}

.block-recently-projects>div {
    margin-bottom: 30px;
}

.block-recently-projects>div>div {
    padding: 0;
    display: flex;
    justify-content: center;
}

.block-recently-projects img {
    object-fit: cover;
}

.img_wrap {
    position: relative;
    cursor: pointer;
    width: 300px;
    height: 200px;
}

.img_wrap>img {
    width: 100%;
    height: 100%;
    border: 1px solid white;
}

.img_wrap:hover .img_description_layer {
    visibility: visible;
    opacity: 1;
}

.img_description_layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    background: #d62c32;
    color: #fff;

    visibility: hidden;
    opacity: 0;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    /* transition effect. not necessary */
    transition: opacity 0.2s, visibility 0.2s;
}

.img_description {
    font: normal normal bold 32px/32px 'DIN Condensed';
    letter-spacing: 0px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(0);
    transition: 0.2s;
}

.img_wrap:hover .img_description .recently_projects_line {
    transform: translateY(0);
}

.recently_projects_line {
    transform: translateY(0em);
    width: 126px;
    height: 2px !important;
    background-color: white;
    opacity: 1;
    margin: 0;
}

.load_more {
    display: block;
    margin: 25px auto 0 auto;
    padding: 0;
    width: 60px;
    height: 60px;
    background: #d62c32;
    color: white;
    border: none;
}

.load_more>.dashicons {
    width: 50px;
    height: 50px;
    font-size: 50px;
}

.load_more>.dashicons:hover {
    width: 60px;
    height: 60px;
    font-size: 60px;
}

/*All project site*/
.go_back {
    position: absolute;
    background-color: #d62c32;
    color: white;
    font-size: 32px;
    text-decoration: none;
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 10px 10px;
    right: 0;
    z-index: 100;
}

.go_back:hover {
    color: white;
}

.go_back>.dashicons {
    width: 40px;
    height: 40px;
    font-size: 35px;
    padding-top: 3px;
}

/*Slider*/
.popup {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 100px);
    background: black;
    top: 100px;
    z-index: 1000;
}

.slick-list,
.slick-track {
    height: calc(100vh - 100px);
}

.slider_close_btn {
    position: absolute;
    background-color: #d62c32;
    color: white;
    font-size: 32px;
    border: none;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 39px 0 0 0;
    right: 7px;
    z-index: 1002;
}

.slider_close_btn>.dashicons {
    width: 60px;
    height: 60px;
    font-size: 60px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #d62c32;
    color: transparent;
    outline: none;
}

.slick-prev,
.slick-next {
    background-color: #d62c32;
    z-index: 1;
    width: 60px;
    height: 60px;
}

.slick-prev:before,
.slick-next:before {
    /* position: absolute; */
    font-size: 40px;
    opacity: 1 !important;
    position: relative;
    top: 2px;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #d62c32 !important;
    opacity: 0.75;
}

.slick-prev {
    left: 0 !important;
    margin-left: 30px;
}

.slick-next {
    right: 0 !important;
    margin-right: 30px;
}

.slick-dots {
    bottom: 90px !important;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}

.slick-dots>li {
    width: 6vw;

}

.slick-dots>li.slick-active>button {
    opacity: 1;
}

.slick-dots>li>button {
    opacity: 0.3;
    background-color: #fff;
    height: 10px;
    width: 6vw;
}

.slick-dots>li>button::before {
    content: none;
}

.slick-current {
    opacity: 1 !important;
}

.slick-track {
    display: flex;
    align-content: center;
    align-items: center;
}

/* .image_container {
    width: auto;
    min-width: 300px;
    height: calc(822px - 79px);
    margin: 79px 8px;
    line-height: 20px;
    opacity: 0.3;
    outline: none;
} */


/* .image_container {
    min-width: 300px;
    min-height: 300px;
    height: 100%;
    max-height: 90vh;
    margin: 5vh 8px;
    opacity: 0.3;
    outline: none;
} */

.image_container {
    min-width: 100px;
    width: auto;
    /* max-width: 90vw; */
    min-height: 100px;
    height: 80vh;
    max-height: 80vh;
    margin: 40px 8px;
    opacity: 0.3;
    outline: none;
}

.image_container:last-child {
    width: auto;
    height: 80vh;
}

.image_container img {
    width: auto;
    max-width: 90vw; /*Disable*/
    height: 80vh;
    border: 2px solid white;
    object-fit: cover;
}

/* .image_container img {
    border: 2px solid white;
    min-width: 300px;
    width: auto;
    min-height: 300px;
    height: 80vh;
    max-height: 80vh;
    object-fit: cover;
} */

.image_container>div {
    height: 100%;
}

.image_container:last-child .row>div:last-child {
    width: 430px;
    /* margin-left: 12px; */
}

.image_container .title-box,
.video_container .title-box,
.text_container .title-box {
    background-color: #d62c32;
    margin-bottom: 34px;
}

.image_container .title-box h2,
.video_container .title-box h2,
.text_container .title-box h2 {
    font: normal normal bold 32px/48px 'DIN Condensed';
    text-transform: uppercase;
    padding: 7px 12px;
    margin-bottom: 0;
}

.image_container .info-descr,
.video_container .info-descr,
.text_container .info-descr {
    font: normal normal normal 16px/18px Arial;
    letter-spacing: 0px;
    overflow: auto;
    margin: 0 14px;
    scrollbar-width: thin;
}

.image_container .info-descr h4,
.video_container .info-descr h4,
.text_container .info-descr h4 {
    font: normal normal bold 24px/48px 'DIN Condensed';
    letter-spacing: 0px;
}

.image_container .info-descr p,
.video_container .info-descr p,
.text_container .info-descr p {
    font: normal normal normal 16px/18px Arial;
    letter-spacing: 0px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.info-descr iframe {
    width: 100%;
}

.video_container.single_slide {
    width: auto !important;
}

.video_container {
    width: 1048px !important;
    height: 80vh;
    margin: 79px 8px;
    outline: none;
}

.video_container video {
    height: 80vh;
    max-width: 90vw;
}

.video_container.video_container.double_slide video {
    width: 100%;
}

.video_container>div {
    height: 100%;
    width: fit-content;
}

.video_container>div>div:first-child {
    display: flex;
    align-items: center;
    height: auto;
    /* width: auto; */
}

.text_container {
    width: 80vw;
    /* height: calc(822px - 79px); */
    min-height: 300px;
    height: 80vh;
    max-height: 80vh;
    margin: 40px 8px;
    opacity: 0.3;
    outline: none;
    overflow: auto;
    overflow-x: hidden;
}

.one-col {
    width: 100% !important;
}

.block-information {
    justify-content: center;
    align-items: center;
    margin: 50px auto;
}

.block-information img {
    max-width: 596px;
    max-height: 822px;
    width: 100%;
    height: auto;
    float: right;
}

.block-information .title-box {
    max-width: 420px;
    width: 100%;
    background-color: #d62c32;
}

.block-information .title-box h2 {
    padding: 7px 12px 4px 12px;
    font: normal normal bold 32px/48px 'DIN Condensed';
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
}


.block-information .info-descr {
    letter-spacing: 0px;
    max-width: 420px;
    width: 100%;
    margin-left: 16px;
}

.block-information .info-descr h4 {
    font: normal normal bold 24px/48px 'DIN Condensed';
    margin-bottom: 0;
}

.block-information .info-descr ul {
    font: normal normal normal 16px/18px Arial;
    padding-left: 20px;
}

.block-information .info-descr ul li::marker {
    color: #d62c32;
}

.block-information .info-descr p {
    font: normal normal normal 16px/20px Arial;
}

/* Kontakt Formular */
.contact_form {
    height: calc(100vh - 100px);
    justify-content: center;
    align-items: center;
}

.contact_form>.row {
    width: 80%;
}

.contact_form h2 {
    margin: 0;
}

.contact_heading {
    background-color: #d62c32;
    margin-bottom: 16px !important;
    padding: 10px 10px;
    font: normal normal bold 32px/48px 'DIN Condensed';
    letter-spacing: 0px;
    text-transform: uppercase;
}

.location p {
    font: normal normal normal 16px/18px Arial;
    letter-spacing: 0px;
    margin-bottom: 0;
    padding-left: 10px;
}

.location p:last-child {
    margin-bottom: 16px;
}

.social_icon {
    margin: 10px 10px 0 0;
}

#contact_me {
    width: 100%;
    font-family: 'DIN Condensed';
}

#contact_me>input:not(:last-child):not([type="checkbox"]),
#contact_me>textarea {
    border: none;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
    outline: none;
    background-color: white;
    color: Black;
}

/* Datenschutz */
#in_dsgvo {
    margin-bottom: 10px;
}

#in_submit {
    border: none;
    border-radius: 0px;
    background-color: #d62c32;
    font-size: 26px;
    font-family: 'DIN Condensed';
    text-transform: uppercase;
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
}

#contact_me>textarea {
    resize: none;
    height: 200px;
    max-height: 200px;
    padding: 10px 10px;
    background-color: white;
}

.datenschutz {
    width: 80%;
    margin: 20px auto 40px auto;
}

.datenschutz>h1,
.datenschutz>h2,
.datenschutz>h3 {
    background-color: #d62c32;
    padding: 5px 10px;
}

.datenschutz>p,
.datenschutz>ul {
    width: 98%;
    margin: 0 auto;
}

/* Impressum */
.maincontent {
    width: 80%;
    margin: 20px auto 40px auto;
}

.maincontent>h1,
.maincontent>h2,
.maincontent>h3 {
    background-color: #d62c32;
    padding: 5px 10px;
}

.maincontent>p,
.maincontent>ul {
    width: 98%;
    margin: 0 auto;
}

.maincontent a {
    color: #d62c32;
}

.maincontent img {
    margin: 10px 0;
}

.impressum img {
    margin-left: 15px;
}