/*
Theme Name: Montoya Child
Theme URI: https://montoya.clapat-themes.com/
Description: Responsive Wordpress Theme
Template: montoya
Version: 1.0
Author: You
Author URI: https://your site
License: Themeforest
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: montoya-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/

.hero-subtitle {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
}

.maxwidth p {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 32px;
}

.next-hero-subtitle.caption-timeline {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.topline {
	margin-bottom: 0;
}

.font-size-md {
	font-size: 30px !important;
	margin-bottom: 10px !important;
}

.accordion-text {
	font-size: 16px;
	font-weight: 400;
	color: #444 !important;
}

}
iframe {
	border-radius: 12px;
}

.list-rotator-title {
	padding-top: 40px !important;
	color: #797bb6;
}


input[type="submit"] {
	background: #797bb6;
	color: #fff !important;
}

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

.button-border.outline {
	border: 2px solid #797bb6 !important;
}

.button-border.outline:hover {
	border: 2px solid #000 !important;
}

.consent-box input {
	width: auto;
	height: auto;
}

.consent-box span {
	color: #000;
	font-size: 16px;
}

.gfield_checkbox .gchoice {
	display: flex;
	justify-content: center;
    gap: 8px;
    align-items: center;
}

.gfield_checkbox .gchoice .gfield-choice-input {
	width: 20px;
}

.gform_button.button {
	border: 2px solid #797bb6;
	border-radius: 30px;
}

.gform_button.button:hover {
	border: 2px solid #000;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	font-weight: 500;
	font-size: 16px;
}

.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
	display: inline-flex !important;
}

.gfield-choice-input {
    appearance: none; /* Standard-Styling entfernen */
    width: 20px;
    height: 20px;
    background-color: white; /* Standard Hintergrundfarbe: Weiß */
    border: 2px solid #000; /* Optional: Rand */
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 4px; /* Falls du eine abgerundete Checkbox möchtest */
}

.gfield-choice-input:checked {
    background-color: #797bb6; /* Hintergrundfarbe ändern, wenn checked */
	border: 2px solid #797bb6;
}

.gfield-choice-input:checked::after {
    content: '✔'; /* Häkchen hinzufügen */
    font-size: 16px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body .link {
	color: #797bb6;
}

.hero-footer-left a:hover {
	color: #797bb6;
}

.icon-block svg {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.icon-block a {
	font-weight: 500;
}

.icon-block a:hover {
	color: #797bb6;
}

.icon-block address {
	font-weight: 500;
	font-style: normal;
	margin-bottom: 0;
}

body li {
	color: #000;
}
.video-wrapper {
	position: relative;
	height: 300vh; 
	display: flex;
	justify-content: center;
	background: #000;
}

.video-container {
	width: 70%; 
	height: 70%;
	overflow: hidden;
	margin: 0 auto;
	transform-origin: center center;
}

.video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media only screen and (max-width: 767px) {
    .video-container video {
        max-height: 50vh;
    }
}

#liste {
	display: flex;
	flex-direction: column;
}

.list-item {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: calc(1rem + 8vw);
    line-height: calc(1rem + 7.5vw);
	margin: 0;
}

.list-item a {
	font-family: "Six Caps", sans-serif;
	color: #1a1a1a;
	text-decoration: none;
	transition: color 0.3s ease;
}

.list-item a.white {
	color: #fff !important;
}


.list-item a:hover  {
	color: #797bb6 !important;
}

.list-item a.white:hover  {
	color: #797bb6 !important;
}
.wp-block-font-awesome-icon.wp-font-awesome-icon svg path {
	fill: #fff;
}

address {
	color: #fff;
}

.portpin .pin-spacer {
	margin: 0 !important;
}

.topline {
	color: #797bb6;
	font-weight: bold;
  z-index: 100;
	text-align: center;
	 opacity: 0;
  transition: opacity 0.3s ease;
}

.topline.is-visible {
  opacity: 1;
}

/*
.light-content .showcase-portfolio .slide-caption .slide-title {
    font-family: 'Six Caps', sans-serif !important;
    font-size: 30px;
	padding: 6px 0;
}*/

.listelement {
	line-height: 1.2;
	margin-bottom: 10px !important;
}

.zoom-wrapper-thumb .zoom-img-wrapper img {
	object-fit: contain !important;
}

.border-8 img {
	border-radius: 8px;
}

.border-8 video {
	border-radius: 8px;
}

.has-image.autoscroll .hero-title {
	font-size: calc(1rem + 12vw) !important;
	line-height: calc(1rem + 10vw) !important;
}


.filters-options-wrapper, .jssocials-shares {
	display: none !important;
}

.team-members-list .primary-font-title {
	display: block;
	text-align: center;
}

#itemsWrapperLinks {
	padding-bottom: 100px;
}

.margin-right {
	margin-right: 32px;
}

.content-slider.small-looped-carousel .clapat-button-prev, .content-slider.small-looped-carousel .clapat-button-next {
	display: block !important
}

.with_frm_style .frm_message, .frm_success_style {
	text-align: center;
}
