/*
Theme Name: Yuna
Author: Portalworks
Version: 1.0
*/

:root {
    --dark-gray: #23252C;
    --medium-gray: #35353C;
    --light-green: #80C757;
    --beige: #908A86;
}

html{
	scroll-padding-top: 100px;
}
/****************************
           GENERAL
****************************/
img {
    width: 100%;
}

section a, section a:active {
	color: black!important;
}

.helvetica {
    font-family: 'Neue Helvetica';
}

.silver-south {
    font-family: 'SilverSouthScript';
}

.table-responsive{
	overflow-y: hidden !important;
}

.fw-275 {
    font-weight: 275;
}

.title {
    font-size: 26px;
    font-weight: 275;
    line-height: 32px;
    letter-spacing: 1.28px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    overflow-wrap: break-word;
}

.text {
    font-size: 14px;
    line-height: 170%;
    color: black;
}

.page-id-266 .text-content p {
	margin-bottom: 0.7rem;
}

.page-id-266 h3 {
	margin-top: 30px;
}

/****************************
            HEADER
****************************/
#phone, #mail {
    right: 10px;
}

#phone {
    z-index: 9;
}

#mail {
    margin-top: 30px;
    z-index: 8;
}

#phone img, #mail img {
	width: 80%;
}

.dropdown ul.dropdown-menu {
    display: block;    
}

nav, .offcanvas-header {
    height: 98px;
    padding-top: 21px!important;
	padding-bottom: 8px;
    box-shadow: -1px 3px 6.8px 0px rgba(0, 0, 0, 0.14);
}

.site-logo {
    max-width: 168px;
    height: 60px;
    margin-left: 19px;
}

.navbar-nav {
    margin-left: 19px;
    font-size: 16px;
    font-weight: 300;
/*     letter-spacing: 3.2px; */
    text-transform: capitalize;
    gap: 40px;
}

.navbar-nav a {
    text-decoration: none;
    color: #000000;
}

.navbar-toggler, .btn-close {
    position: absolute;
    right: 0;
    margin-top: 10px;
    border: 0;
}

.navbar-toggler-icon {
    height: 81px;
    width: 76px;
    background-image: url("/wp-content/themes/yuna/assets/images/material-symbols-light_menu.svg");
}

.wpcf7-form-control-wrap{
	display: flex;
	flex-direction: column;
}

.btn-close {
    width: 64px;
    padding: 25px!important;
    background-image: url("/wp-content/themes/yuna/assets/images/material-symbols_close.svg");
    background-size: 64px;
    opacity: 1;
}

.navbar-toggler:focus-visible, .navbar-toggler:focus, .btn-close:focus-visible, .btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.offcanvas-body {
    overflow-y: unset;
    padding-top: 37px;
    padding-bottom: 50px;
    padding-left: 10px;
}

.offcanvas.offcanvas-top {
	transform: none!important;
}

.menu-item a {
    padding-top: 0;
    padding-bottom: 0;
}

.header-container {
    max-width: 1566px;
    padding-bottom: 18px;
}

.current_page_item, .dropdown-menu .current-menu-item a, .dropdown.active > a {
    font-weight: 700;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: white;
	color: black;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0;
}

.dropdown-item {
    padding-left: 24px!important;
}

.dropdown-toggle::after {
    display: none;
}

.offcanvas-backdrop.show {
    opacity: 0;
}

.dropdown-menu li:last-child {
    margin-bottom: 0;
}

.dropdown-menu li {
    margin-bottom: 7px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}

.expand-dots {
    height: 42px;
    width: 42px;
    top: 348px;
    background: #C6B8AF;
    padding: 7px 18px 8px 18px;
    gap: 6px;
    z-index: 9;
}

.expand-dots .circle {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
}

.expanded-dots {
    top: 253px;
    gap: 6px;
    z-index: 9;
}
/**************************
        COMPONENTS
**************************/
.text-content {
	max-width: 1184px;
	margin-top: 57px;
	margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.text-content p {
	margin-bottom: 20px;
}

.btn-font {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 2.55px;
    line-height: 1.4;
    font-weight: 900!important;
    color: rgba(29, 29, 27, 0.70)!important;
    text-decoration: none;
    text-transform: uppercase;
}

.custom-button {
    position: relative;
    display: block;
    min-width: 337px;
    max-width: 464px;
    width: fit-content;
    height: 40px;
    text-align: center;
    border: 1px solid black;
    border-radius: 0;
    padding: 13px 10px 10px 10px;
}

.custom-container {
    max-width: 1538px;
    padding-right: 20px;
    padding-left: 20px;
}

.gap-36 {
    gap: 36px;
}

.section-title {
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
/*     letter-spacing: 2.7px; */
/*     text-transform: capitalize; */
    margin-bottom: 10px;
}

.member-name {
    font-size: 58.5px;
    font-weight: 400;
    line-height: 48.5%;
    letter-spacing: 1.17px;
}

.member-fields {
    font-size: 8px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

/****************************
           FOOTER
****************************/
footer {
    margin-top: 80px;
    padding-top: 35px;
    color: black;
}

footer a {
    color: black;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.footer-text {
    font-size: 12px;
    font-weight: 300;
}

.newsletter .wpcf7-list-item-label,
.newsletter .wpcf7-list-item-label a {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
}
.newsletter .wpcf7-submit {
	width: 56px;
}

.acceptance-wrapper p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.newsletter .wpcf7-acceptance {
	line-height: 0;
}

.newsletter .section-title {
	margin-bottom: 0;
}

.newsletter form p {
	margin-bottom: 0.5rem;
}

.newsletter .wpcf7-form-control-wrap {
	display: flex;
}

.newsletter {
    max-width: 385px;
	width: 100%;
}

.newsletter input {
    height: 30px;
    border: 1px solid black;
    border-radius: 0;
}

.newsletter input::placeholder,
.contact input::placeholder,
.contact textarea::placeholder,
.newsletter .wpcf7-captchar::placeholder,
.newsletter input,
.contact input, .contact textarea,
.newsletter .wpcf7-captchar {
    font-size: 16px;
    letter-spacing: 2.88px;
    font-weight: 300;
    color: black;
    transform: translateY(3px);
}
footer .section-title,
.newsletter input::placeholder,
.newsletter .wpcf7-captchar::placeholder,
.newsletter input,
.newsletter .wpcf7-captchar{
	font-size:12px;
}
.contact .wpcf7-not-valid-tip {
	margin-top: 7px;
}

input:focus, textarea:focus {
    outline: none!important;
    box-shadow: none!important;
    border-color: #000!important;
}

.address p {
    margin-bottom: 0;
}

.wpcf7-spinner {
    display: none;
}

.newsletter .wpcf7-submit {
    background-image: url("/wp-content/themes/yuna/assets/images/393f46506219a7457b95631d79b03b66.png");
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    color: transparent;
	transform: translateY(3px);
}

footer .site-logo {
    margin-bottom: 40px;
    margin-left: 0!important;
	max-width: 176px;
	height: 63px;
}

.wpcf7-list-item-label {
    margin-left: 11px;
	margin-top: 6px;
}

.form-control:disabled {
	background-color: white;
}

.newsletter img {
	width: 72px;
}

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

.newsletter .wpcf7-list-item-label {
	margin-top: 10px;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.newsletter .wpcf7-list-item label a {
    margin-top: 1px;
}

.contact .wpcf7-list-item label a {
    margin-top: 3px;
}

.wpcf7-list-item input[type="checkbox"] {
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    background-color: white;
}

.newsletter input[type="checkbox"]:checked,
.contact-form input[type="checkbox"]:checked {
    background-color: black;
}

.acceptance-datenschutz {
    color: black;
    text-decoration: none;
}

.acceptance-datenschutz:hover {
    color: black;
    text-decoration: underline;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
    width: 39px;
    border-radius: 50%;
    background-color: #2B2B2A;
}

.wpcf7-captchac {
	width: 72px;
}

.icon img {
    height: 24px;
    width: 24px;
}

.info {
    margin-bottom: 25px;
}

.copyright {
    padding-bottom: 20px;
}

.wpcf7-captchar {
	width: 100%;
    padding: 6px 12px;
}

.newsletter .wpcf7-captchar {
	text-transform: uppercase;
}

.social-media-icons {
	margin-bottom: 44px;
}

.linkedin img {
	padding: 2px;
}

.instagram img {
	width: 40px!important;
	height: 40px!important;
}

.address {
	margin-top: 34px;
}

.copyright-text {
    padding-right: 51px;
}

@media only screen and (min-width: 567px) {
	.newsletter .wpcf7-list-item-label,
	.newsletter .wpcf7-list-item-label a {
/*     	line-height: 57px; */
	}
}

@media only screen and (min-width: 768px) {
	.section-title {
		font-size: 18px;
    	line-height: 316.667%;
	}
	
    .member-name {
        font-size: 117px;
        line-height: 82.906%;
        letter-spacing: 2.34px;
    }

    .member-fields {
        font-size: 16px;
        line-height: 40px;
        letter-spacing: 0.32px;
    }
	
	.social-media-icons {
		margin-bottom: unset;
	}

	.address {
		margin-top: unset;
	}
}

@media only screen and (min-width: 992px) {
    nav {
        height: 167px;
        padding-top: 62px!important;
        box-shadow: none;
    }
	
	html{
		scroll-padding-top: 167px;
	}
	
	.dropdown ul.dropdown-menu {
		display: none;    
	}

	.dropdown:hover > ul.dropdown-menu {
		display: block;    
	}

    .site-logo {
        max-width: 220px;
        height: 79px;
    }

    .offcanvas {
        margin-top: 68px;
    }

    .navbar-nav {
        margin-left: 165px;
        gap: 65px;
    }

    .menu-item a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 13px;
	}

    .dropdown-menu {
        margin-top: 1px;
        padding-top: 0!important;
		padding-left: 13px;
    }

    .dropdown-menu li {
        margin-bottom: 0px;
    }
	
    .dropdown-item {
        padding-left: 0!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
	.text {
    	font-size: 16px;
	}
	.btn-font{
		font-size:16px;
	}
	.custom-button{
		min-height:67px !important;
	}
	footer .section-title,
	.newsletter input::placeholder,
	.newsletter .wpcf7-captchar::placeholder,
	.newsletter input,
	.newsletter .wpcf7-captchar,
	.footer-text,
	.newsletter input,
	.newsletter .wpcf7-list-item-label,
	.newsletter .wpcf7-list-item-label a {
		font-size: 16px;
	}
    .copyright-text {
        padding-right: 12px;
    }
	.newsletter .wpcf7-list-item label a {
		margin-top: 2px;
	}
	
	footer {
    	margin-top: 114px;
	}
}

@media only screen and (min-width: 1200px) {
    .navbar-nav {
        margin-left: 218px;
    }
	
	.section-title {
		margin-bottom: 19px;
	}

    .title {
        font-size: 60px;
        line-height: 63px;
        letter-spacing: 1.7px;
    }
	
	.text-content {
		padding-left: 128px;
		margin-top: 74px;
		margin-bottom: 74px;
	}

	.text-content p {
		margin-bottom: 32px;
	}

	.text-content .title p {
		margin-bottom: 16px!important;
	}
}

@media only screen and (min-width: 1600px) {
    .site-logo {
        margin-left: 0;
    }

    #mail, #phone {
        right: 135px;
    }
	
	.custom-container {
        padding-right: 71px;
		padding-left: 20px;
    }
	
	.newsletter {
		max-width: 462px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 1700px) {
	section, footer {
		padding-left: 8%;
		padding-right: 8%;
	}
}
