/*
Theme Name: Comments
Author: Portalworks
Version: 1.0.0
Text Domain: comments
*/

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ArialProRounded';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/ArialProRounded.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/ArialProRounded.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ArialProRounded';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/ArialProRoundedBold.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/ArialProRoundedBold.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}


  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cubano';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/Cubano-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
/***************************************************************
                         ROOT
***************************************************************/

:root {
    --font-primary: 'ArialProRounded', sans-serif;
    --font-secondary: 'Cubano', sans-serif;
    --yellow: #FFFF00;
    --magenta: #FF00FF; 
	--magenta-stronger: #FF00FF;
    --grey: #222222;
    --cyan: #00FFFF;
    --text-color: #000000;
}

/*************************
        BODY
**************************/
.no-hero-page .hero-section {
	display: none;
	visibility: hidden;
}

/* #wpadminbar {
	position: fixed;
}
body.admin-bar .navbar {
    margin-top: 46px;
}
@media (min-width: 768px) {
    body.admin-bar .navbar {
        margin-top: 32px;
    }
} */
.row > * {
  padding-left: 20px;
  padding-right: 20px;
}

body {
    background-color: var(--yellow);
    margin: 0;
    padding: 0;
    font-family: var(--font-primary);
    color: var(--text-color) !important;

}

/*************************
    PRE-DEFINED CLASSES
**************************/
.bg-cyan {
    background-color: var(--cyan);
}
.container {
	padding-left: 20px;
	  padding-right: 20px;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.bg-yellow {
    background-color: var(--yellow);
}
.bg-magenta {
    background-color: var(--magenta);
}
 .bg-magenta-stronger {
    background-color: var(--magenta-stronger);
  }
.btn {
    border-radius: 0;
    background-color: var(--magenta);
    color: var(--text-color);
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.custom-button{
  position:relative;
  display:inline-block;
  margin-top: 15px;
}

.custom-button a,
.custom-button button,
.custom-button input{
  color:white;
  text-align: center;
  text-decoration:none;
  position: absolute;
  background-color:var(--magenta);
  display:block;
  position:relative;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;  
  transform: translate(-7px,-7px);
  transform-origin: right bottom;
  z-index: 1;
	color: #fff; /*var(--text-color); */
  line-height: 1;
  outline: 0;
  border: 0;
}

.custom-button a:active,
.custom-button button:active,
.custom-button input:active{
    transform: translate(0,0);
  background-color: var(--magenta);
}

.custom-button:after{
  content:"";
  height:100%;
  width:100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:0;
  background-color:#000;
}
.submit.custom-button button,
.submit.custom-button input
{
    z-index: 0;
}
.submit.custom-button::after {
    z-index: -1;
}
.custom-button a:disabled,
.custom-button button:disabled,
.custom-button input:disabled{
	opacity: 0.7;
}

/*************************
    MAIN PART
**************************/
.titles-container {
	position: fixed;
	top: 0;
	background-color: #000;
	left: 0;
	right: 0;
	z-index: 4;
	padding-left: 0;
	padding-right: 0;
}
.titles-wrap {
	padding-left: 20px;
}
.titles-wrap a {
	padding-top: 15px; 
	padding-bottom: 15px; 
	border-bottom: 1px solid #fff;
	display: inline-block;
}
.titles-wrap a:hover h2 {
	text-decoration: underline;
}
.titles-wrap a:first-child {
	padding-top: 0;
}
.titles-wrap a {
	text-decoration: none;
	margin-bottom: 0;
}
.titles-wrap h2 {
	margin-bottom: 0;
	font-size: 28px;
}


/*********** CONTACT FORM ********/
.main-part {
    min-height: 95svh;
}
.contact-wrap {
    padding-top: 50px;
    padding-bottom: 0;
}
.contact-title {
    font-weight: 400;
    font-size: 43px;
    line-height: 1.2;
    font-family: var(--font-secondary);
    text-transform: uppercase;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
}
#cf7-textarea {
	position: relative;
}
.char-counter {
	font-size: 12px;
    opacity: 0.65;
    color: var(--text-color);
	position: absolute;
	right: 40px;
	bottom: 20px;
	& p {
		margin-bottom: 0;
	}
}
.wpcf7-list-item label {
    display: flex;
    gap: 15px;
    align-items: center;
}
.form-control,
.form-control:focus,
.form-control:focus-visible {
    border-radius: 0;
    padding: 10px 7px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-color);
    box-shadow: none;
    outline: 0;
    border: 0;
    min-height: 53px;
}
.form-check-label {
    font-size: 14px;
}
.form-check-input,
.form-check-input[type="checkbox"],
.form-check-input:focus {
    border-radius: 0;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    box-shadow: none;
    margin-top: 0;
}
.form-check-input:checked[type="checkbox"] {
    background-color: #fff;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 11 3 3 8-8'/%3e%3c/svg%3e");
}
a {
    color: #fff;
}

.form-control::placeholder {
    opacity: 0.25;
    color: var(--text-color);
}
textarea.form-control {
    font-size: 16px !important;
}
textarea.form-control::placeholder {
    opacity: 1;
    font-family: var(--font-secondary);
    color: var(--text-color);
}

/*********** COMMENTS ********/
.contact-wrap .contact-title,
.info-box {
	padding-left: 16px;
	padding-right: 16px;
}
.comments-text {
    margin-top: 45px;
	margin-bottom: 20px;
}
.accordion {
    margin-bottom: 45px;
}
.accordion-item {
    border-bottom: 1px solid #000 !important;
}
.accordion-item:first-child .accordion-header{
    border-top: 1px solid #000 !important;;
}
.accordion-button, 
.accordion-button:focus,
.accordion-button:focus-visible,
.accordion-button:not(.collapsed) {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: var(--yellow);
    padding: 16px 0;
    font-size: 16px;
    line-height: 1.33;
    font-weight: 700;
    color: var(--text-color);
}
.accordion-button.collapsed::after {
    transform: scaleY(100%) !important;
}
.accordion-button::after {
    background-image: none;
    width: 2px;
    height: 16px;
    background-color: var(--text-color);
    margin-right: 7px;
    transform: scaleY(0%) !important;
}
.accordion-button::before {
    content: '';
    right: 0;
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: var(--text-color);
}
.accordion-body {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 0;
	& a {
		color: var(--text-color);
	}
}
.comment-text p {
    font-size: 16px;
    line-height: 1.33;
    font-family: var(--font-primary);
    margin-bottom: 20px;
}
.comment-text p:last-child {
    margin-bottom: 0;
}
.column-bg,
.column-bg2,
.column-bg3{
    left: 50%;
    transform: translateX(-50%);
	width: 3840px !important;
}
.komentar-grid {
    display: grid;
    gap: 0 20px;
}
.comments-wrap {
    background-color: var(--yellow);
}
.comments-box .column-bg2 {
    background-color: #000;
}
.comments-box {
	padding: 85px 0;
}
.comments-wrap {
    padding: 20px;
}
.komentar-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
        "info-box"
        "form-box"
        "comments-box";
}

.info-box {
    grid-area: info-box;
}

.form-box {
    grid-area: form-box;
    overflow: hidden;
}

.comments-box {
    grid-area: comments-box;
}

/*********** COMMENTS FILTER ********/
.filters-wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.filter-title {
    font-size: 16px;
    line-height: 1.33;
}
.filter-img {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.filter-type {
    gap: 10px;
	text-decoration: none;
	color: #000;
	opacity: 1;
}
.filter-type:hover,
.filter-type.active{
	color: var(--magenta);
	& .filter-img path,
	.filter-img svg{
		fill: var(--magenta);
		stroke: var(--magenta);
	}
}

.like-icon {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    & svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.like-icon path {
    transition: all 0.2s ease-in-out;
}
.like-icon:hover path {
    fill: rgba(255, 0, 0, 0.25);
    stroke: red;
    stroke-width: 1.5;
}
.liked .like-icon path {
    fill: red;
    stroke: red;
}
.form-confirmed {
    right: 0px;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    transform-origin: right;
}
.form-confirmed .contact-title,
.form-confirmed .contact-text {
    max-width: 590px;
}

.form-confirmed.confirmed {
    transform: translateX(0%);
}
.comment-box {
    padding: 10px 16px 5px 16px;
    margin-top: 12px;
    border-bottom: 1px solid #000;
    & .name {
        font-weight: 700;
        font-size: 14px;
        line-height: 1.33;
        min-height: 20px;
		color: rgba(0, 0, 0, 0.87);
    }
    & .date {
        font-size: 12px;
        line-height: 1.33;
    }
    & .comment-text {
        font-size: 14px;
        line-height: 1.33;
        & span {
            color: var(--magenta-stronger);
            font-family: var(--font-secondary);
        }
    }
    & .likes {
        gap: 8px;
        align-items: center;
    }
    & .comment-footer {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    & .likes-text {
        font-size: 12px;
        line-height: 1.33;
        color: red;
    }
}
/*************************
    FOOTER
**************************/


.cookie-banner {
    padding-top: 10px;
    padding-bottom: 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #000;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}
.cookie-logo {
    height: auto;
    width: 250px;
}
.cookie-logo svg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.cookie-body  {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #fff;
}
.cookie-footer {
    padding-top: 15px;
    display: flex;
    justify-content: end;
}
.cookie-body p {
    font-size: 14px;
    margin-bottom: 5px;
}
.cookie-body p:last-child {
    margin-bottom: 0;
}
#cookie-ok {
	cursor: pointer;
}
.drop-block.lang {
	background-color: var(--yellow);
	z-index: 1;
}
.btn-close {
    margin-top: 20px;
}
.btn-close:focus,
.btn-close:focus-visible {
    box-shadow: none;
    outline: 0;
}
footer {
    padding-top: 80px;
    background-image: url('assets/images/Fläche\ schwarz\ \(FORM\).png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    margin-top: -100px;
	padding-left: 0; 
	padding-right: 0;
}
footer .container {
	padding-left: 40px;
	padding-right: 40px;
}
.footer-logo {
    display: inline-block;
    width: 142px;
    height: auto;
    margin-bottom: 60px;
}
.footer-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.footer-links,
.bottom-footer {
    gap: 17px;
}
.bottom-footer {
    margin-top: 17px;
}
.footer-links a,
.copyrights {
    font-size: 14px;
    line-height: 1;
    font-family: var(--font-secondary);
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    & img {
        width: 17px;
        height: 17px;
    }
}
footer .devider {
    display: none;
}
.bottom-footer .footer-links a,
.bottom-footer span {
    color: #939393;
}
.comments-wrap {
    padding-bottom: 100px;
}

.last-block {
    padding-bottom: 100px;
}
/**** LANG SWITCHER ****/
.lang-switcher, .dropdown-item {
    background-color: var(--yellow);
    border-radius: 0;
    border: 1px solid #000;
    padding: 8px 40px 8px 20px;
    font-size: 16px;
    line-height: 1.33;
    z-index: 5;
    appearance: none;
    position: relative;
	color: #000;
    font-weight: 700;
}
.dropdown-item {
    display: inline-block;
    border: 0;
    background-color: transparent;
}
.dropdown-menu {
    z-index: 1;
    display: block;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    transform: translateY(-100%);
    min-width: unset;
    padding: 0;
    background-color: var(--yellow) !important;
	border-radius: 0;
}
.dropdown-menu.active {
    display: block;
    transform: translateY(0%);
}

.dropdown-item.active {
    padding: 8px 49px 8px 35px;
}
.drop-block::before, .dropdown-menu li::before {
    rotate: 90deg;
    top: 15px;
}
.lang-switcher:focus-visible {
	outline: 0;
}
.drop-block, .dropdown-menu li  {
    position: relative;
}
.dropdown-menu li {
    display: inline-block;
}
.drop-block::before, .dropdown-menu li::before {
    content: '';
    width: 13px;
    height: 7px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url('assets/images/lang-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 6;
    transition: all 0.3s ease-in-out;
}
.dropdown-menu li::before {
    opacity: 0;
}
.dropdown-menu li {
    opacity: 0.45;
}

.dropdown-menu li:hover::before {
    opacity: 1;
}
.dropdown-item:hover {
    background-color: transparent;
}
.wpcf7-list-item {
    margin-left: 0;
}
.editor-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 768px){
    .dropdown-menu {
        background-color: transparent !important;
    }
	footer {
		padding-top: 120px;
	}
}

@media (min-width: 992px){
	footer .container {
		padding-left: 35px;
		padding-right: 35px;
	}
	.titles-container {
		position: static;
	}

	.form-confirmed .contact-text {
		font-size: 21px;
	}
    .form-control,
    .form-control:focus,
    .form-control:focus-visible {
        font-size: 16px;
        padding: 10px;
    }
    .custom-button a,
    .custom-button button,
	.custom-button input{
        font-size: 24px;
        padding: 13px 29px;
    }
    .form-check-label {
        font-size: 16px;
    }
    .form-check,
    .wpcf7-list-item label {
        align-items: start;   
    }
    .comments-text {
        margin-bottom: 45px;
        margin-top: 20px;
    }
    .comments-text p {
        font-size: 24px;
    }
    .accordion-button, .accordion-button:focus, .accordion-button:focus-visible, .accordion-button:not(.collapsed) {
        font-size: 24px;
    }
    .accordion-body {
        font-size: 18px;
    }
    .footer-links {
        margin-bottom: 36px;
    }
    .footer-links a,
    .copyrights {
        font-size: 21px;
    }
    footer .devider {
        display: block;
        padding-bottom: 36px;
        width: 100%;
        height: 1px;
        border-top: 1px solid #fff;
    }
    .last-block {
        padding-bottom: 100px;
    }
    .drop-block::before, .dropdown-menu li::before {
        top: 19px;
        right: 23px;
    }
    .lang-switcher, .dropdown-item {
        padding: 8px 49px 8px 35px;
        font-size: 24px;
    }
    .cookie-banner {
        border-radius: 0;
        background-image: url('assets/images/Fläche\ schwarz\ \(FORM\).png');
        background-color: transparent;
        background-position: top center;
        padding-top: 120px;
    }
    .cookie-body {
        padding: 0;
        border: 0;
    }
    .cookie-body p {
        font-size: 16px;
    }
}
@media (min-width: 1200px){
	.row > * {
	padding-right: calc(var(--bs-gutter-x) * .5);
	  padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.contact-wrap .contact-title,
	.info-box {
		padding-left: unset;
		padding-right: unset;
	}
	.comments-box {
		padding: 0;
	}
	.form-confirmed .contact-text {
		font-size: 24px;
	}
	.titles-wrap h2 {
		margin-bottom: 0;
		font-size: 33px;
	}	
	.titles-wrap {
		padding-right: 10px;
		padding-left: 0;
	}
	.contact-wrap {
		padding-bottom: 50px;
	}
	.form-confirmed {
		top: 0 !important;
	}
    .disturber {
        width: 243px;
        height: 243px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding:
        10px;
            text-align: center;
            font-size: 20px;
            transform: rotate(17deg);
    }
	.disturber a{
		color: #000;
	}
    .contact-title {
        font-size: 64px;
    }
    .comments {
        padding-top: 14px;

    }
    .info-box,
    .comments-box {
        padding-left: 60px;
    }
    .comments-wrap {
        padding: 60px 0;
    }
    .form-box {
        padding-right: 60px;
        overflow: visible;
    }
    .column-bg,
    .column-bg2,
	.column-bg3{
        left: 0;
        right: auto;
        transform: none;
		width: 3840px;
    }
    .komentar-grid {
        grid-template-areas:
          "form-box info-box"
          "form-box comments-box";

		  grid-template-columns: 50% 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: 
    "form-box info-box"
          "form-box comments-box";
  height: 100vh;
		gap: 0;
      }
	
      .comments-box .column-bg2 {
          background-color: var(--yellow);
      }
      .form-box {
        grid-area: form-box;
		  padding-bottom: 84px;
      }
    
      .info-box {
        grid-area: info-box;
      }
    
      .comments-box {
        grid-area: comments-box;
      }
    .comment-box {
        padding: 16px 53px 0px 53px;
        margin-top: 16px;
        & .name {
            font-size: 16px;
        }
        & .date {
            font-size: 16px;
        }
        & .comment-text p{
            font-size: 24px;
        }
        & .comment-head {
            padding-bottom: 10px;
        }
        & .comment-footer {
            padding-top: 12px;
            padding-bottom: 12px;
        }
        & .likes-text {
            font-size: 16px;
        }
    }
    /*************************
        FOOTER
    **************************/
    footer {
        padding-top: 200px;
        padding-bottom: 60px;
        margin-top: -200px;
    }
    .footer-logo {
        width: 358px;
        margin-bottom: 80px;
    }
    .footer-links,
    .bottom-footer {
        gap: 40px;
    }
    .bottom-footer {
        margin-top: 0;
    }
    .last-block {
        padding-bottom: 220px;

    }
}
@media (min-width: 1400px){
	.titles-wrap h2 {
		margin-bottom: 0;
		font-size: 43px;
	}	
    .contact-title {
        font-size: 84px;
    }
    .container {
        max-width: 1629px;
    }
    .komentar-grid {
        grid-template-columns: 40% 60%; 
    }
    .cookie-banner {
        padding-top: 140px;
    }
}
@media (min-width: 1920px){
    .cookie-banner {
        padding-top: 250px;
    }
	footer {
		margin-top: -250px;
	}
}
@media (min-width: 2200px){
	.cookie-banner {
        padding-top: 300px;
    }
	footer {
		padding-top: 250px;
	}
}