/*!
 Theme Name:   Haus der Universitaet Theme
 Theme URI:    https://haus-der-universitaet.ch/
 Author:       ZFV
 Description:  ZFV One Page Theme
 License: GNU General Public License v2 or later
 Version:      1.0.0
 Text Domain:  haus-der-universitaet.ch
 */
 /*@font-face {
	font-family: 'Helvetica';
	src: url("/fonts/37953885-0443-4c72-a693-9152a9f5a901.woff2") format("woff2"),
		 url("/fonts/fcce277c-07e2-4c88-ad8b-a71b484e2cbe.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}*/
/*page intro section*/
.page-intro {
	padding: 105px 0 5em;
}
@media screen and (max-width: 768px) {
	.page-intro {
		padding: 2.5em 0;
	}
}
.page-intro h1 {
	font-size: 6.4rem !important;
	line-height: 1.14 !important;
	text-align: center;
	margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
	.page-intro h1 {
		font-size: 4rem !important;
	}
}
h3.page-intro__subtitle {
	font-size: 3.2rem !important;
	line-height: 1.14 !important;
	text-align: center;
}
.page-intro__cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.page-intro__content {
	font-size: 2.4rem;
	line-height: 1.45;
	/*color: rgba(0, 0, 0, .55);*/
	letter-spacing: -0.005em;
	font-weight: 500;
	margin: 40px 0;
}
.page-intro__content li {
	font-size: 2.4rem;
	line-height: 1.45;
	padding: 0 0 0 30px;
}
.page-intro__cta .btn {
	margin: 0;
}
/*footer top section*/
.footer-top {
    position: relative;
    overflow: hidden;
    min-height: 397px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer-top__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.footer-top__content {
    position: relative;
    z-index: 3;
    max-width: 840px;
    padding: 40px 20px;
}
.footer-top__content .btn {
    color: #000;
	background-color: #fff;
    border: 2px solid #fff;
}
.footer-top__title {
    margin-bottom: 32px;
    color: #fff;
    font-size: 6.4rem !important;
	line-height: 1.14 !important;
    font-weight: 700;
    letter-spacing: -0.005em;
}
@media screen and (max-width: 768px) {
	.footer-top__title {
		font-size: 4rem !important;
	}
}
.footer-top__cta {
    display: flex;
    justify-content: center;
}
/*table section*/
.container-table {
    padding: 5em 0;
}
@media screen and (max-width: 768px) {
	.container-table {
		padding: 2.5em 0;
	}
}
/*.container-table .content {
    max-width: 1280px;
}*/
.table-cta {
    margin: 24px 0 48px;
}
.table-wrapper {
    overflow-x: auto;
}
.table-wrapper .tablepress {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #F5F5F5;
    border: 2px solid #e5e7eb;
    /*border-radius: 12px;*/
    overflow: hidden;
}
.table-wrapper .tablepress thead th {
	font-family: "ITC Barcelona W01 Book" !important;
    background: #f3f4f6 !important;
    color: #000;
    padding: 24px 20px !important;
    font-size: 1.8rem;
    font-weight: 700;
    border: none !important;
	border-right: 2px solid #e5e7eb !important;
    border-bottom: 2px solid #e5e7eb !important;
    text-align: left;
}
.table-wrapper .tablepress thead th:last-child {
	border-right: none !important;
}
.table-wrapper table.tablepress {
	background: transparent;
}
.table-wrapper .tablepress tbody td {
    padding: 24px 20px !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #e5e7eb !important;
    border-right: 2px solid #e5e7eb !important;
    font-size: 1.6rem;
}
.table-wrapper .tablepress tbody tr:last-child td {
    border-bottom: none !important;
}
.table-wrapper .tablepress tr td:last-child,
.table-wrapper .tablepress tr th:last-child {
    border-right: none !important;
}
.table-wrapper .tablepress tbody tr:nth-child(odd) td,
.table-wrapper .tablepress tbody tr:nth-child(even) td {
    background: transparent !important;
}
.table-wrapper .tablepress tbody tr:nth-child(even) td {
    background-color: #f9fafb !important;
}
/*.table-wrapper {
    padding: 32px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}*/
.tablepress tbody td:first-child {
    font-weight: 700;
	font-size: 1.8rem;
	font-family: "ITC Barcelona W01 Book" !important;
}
.button-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.005em;
    text-align: center;
    text-decoration: none;
    transition:
        background-color .3s ease,
        color .3s ease,
        text-decoration-color .3s ease;
}
.button-cta:link,
.button-cta:visited {
    color: #fff;
    text-decoration: none;
}
.button-cta:hover,
.button-cta:focus,
.button-cta:active {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}
/*divider section*/
.section-divider {
    width: 100%;
    max-width: 666px;
    height: 1px;
    margin: 0 auto;
    background-color: #000;
}
/*cards section*/
.container-cards-grid {
    padding: 5em 0;
}
@media screen and (max-width: 768px) {
	.container-cards-grid {
		padding: 2.5em 0;
	}
}
.cards-grid__title {
    margin: 0 0 .5em 0;
	padding-bottom: 10px;
    text-align: center;
}
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;

    margin-bottom: 50px;
}
.cards-grid__item {
    background: #dfdfdf;
}
.cards-grid__image {
    position: relative;
    aspect-ratio: 1 / 0.6611;
    overflow: hidden;
}
.cards-grid__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cards-grid__content {
    padding: 35px 24px;
}
h3.cards-grid__item-title {
    margin-bottom: 16px;
    font-size: 2.4rem !important;
    line-height: 1.45 !important;
}
.cards-grid__item-title a {
    color: inherit;
    text-decoration: underline;
}
.cards-grid__item-title a:hover,
.cards-grid__item-title a:focus {
    text-decoration: none;
}
.cards-grid__text {
    font-size: 1.8rem;
    line-height: 1.5;
	/*color: #656565;*/
}
.cards-grid__text a {
	color: inherit;
}
.cards-grid__cta {
    display: flex;
    justify-content: flex-start;
}
.cards-grid__cta.tac {
    justify-content: center;
}
@media (max-width: 991px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }
}
/*faq section*/
.container-faq {
    padding: 5em 0;
}
@media screen and (max-width: 768px) {
	.container-faq {
		padding: 2.5em 0;
	}
}
.faq-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}
@media screen and (max-width: 768px) {
	.faq-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}
.faq-title {
    margin: 0;
}
.faq-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-item {
    background: #f2f2f2;
    /*border-radius: 16px;*/
    overflow: hidden;
}
.faq-item__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
	margin: 0;
}
.faq-item__trigger::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.faq-item.is-open .faq-item__trigger::after {
    transform: rotate(225deg) translateY(-2px);
}
.faq-item__number {
    font-weight: 700;
}
.faq-item__question {
    font-weight: 700;
	padding-right: 30px;
}
.faq-item__content {
    display: none;

    padding: 0 24px 24px;
}
.faq-item__answer {
    color: #6d6d6d;
    line-height: 1.6;
	font-size: 1.8rem;
}
.faq-item__answer a {
    color: inherit;
}
.faq-item__answer a:hover {
    color: inherit;
}
.faq-cta {
    margin-top: 32px;
}
/*formular styles*/
.container-form {
	padding: 5em 0;
}
@media screen and (max-width: 768px) {
	.container-form {
		padding: 2.5em 0;
	}
}
.container-form p.gform_description {
	padding: .6em 0 2.7em;
}
.tablepress-table-description {
	padding-bottom: 2.7em;
}
.container-form .gfield_label {
	display: block;
	font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
}
.container-form .form-title {
    margin: 0 0 .5em 0;
	padding-bottom: 10px;
}
.container-form input, .container-form textarea, .container-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .container-form .gform_wrapper.gravity-theme select {
	/*border-radius: 6px;*/
	border: solid 1px #000;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 18px;
	margin: 0 0 18px 0;
	background-color: #fff;
}
.container-form .gform_wrapper.gravity-theme .gfield textarea.medium {
	padding: 18px;
}
.container-form input::placeholder, .container-form textarea::placeholder, .container-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
	color: #f2f2f2;
}
.container-form .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	border-radius: 0;
	font-family: "Helvetica" !important;
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    line-height: 2.8rem !important;
}

.container-form .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.container-form .gf_left_half,
.container-form .gf_right_half {
    width: calc(50% - 12px) !important;

    margin: 0 !important;

    float: none !important;
    clear: none !important;
}

.container-form .gf_left_half .ginput_container,
.container-form .gf_right_half .ginput_container {
    width: 100%;
}

.container-form .gf_left_half input,
.container-form .gf_right_half input {
    width: 100% !important;
    max-width: 100% !important;
}

.container-form .gfield--width-full,
.container-form .gf_clear {
    width: 100%;
}

@media screen and (max-width: 768px) {

    .container-form .gf_left_half,
    .container-form .gf_right_half {
        width: 100% !important;
    }

}

@media (min-width: 946px) {
    .logo__slider img {
        width: 100% !important;
		max-width: 215px !important;
        /*height: auto !important;
		max-height: 173px;*/
        margin-top: 0;
    }
}
@media screen and (max-width: 945px) {
    .logo__slider img {
        width: 130px;
        height: auto;
    }
}
.header .top-nav {
	padding: 5em 1.2em 2.5em 1.2em;
	align-items: center;
}
@media screen and (max-width: 945px) {
    .header .top-nav {
        padding: 1.2em 1.2em 0 1.2em;
    }
}

.two-col-img {
    flex: 0 0 48%;
    width: 48%;
    order: 2;

    min-height: 0;
    aspect-ratio: 1 / 1;
	align-self: flex-start;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 968px) {
    .two-col-img {
        flex: 1 1 100%;
        width: 100%;
        min-height: 0;
        margin: 0 0 2.5em 0;
        order: 1;
    }
}

@media screen and (max-width: 607px) {
    .two-col-img {
        min-height: 0;
    }
}
.header-space {
    height: 235px;
}
@media screen and (max-width: 945px) {
    .header-space {
        height: 70px;
    }
}
@media screen and (max-width: 607px) {
    .header-space {
        height: 20px;
    }
}

footer .multi-col__row.small h4 {
	font-size: 1.8rem !important;
	font-family: "Helvetica" !important;
	margin: 0;
	line-height: 2.8rem !important;
}
footer .multi-col__row.small .btn {
	width: auto;
    padding: 0;
    margin: 0;
    border: none;
	text-decoration: underline;
}
footer .multi-col__row.small .btn:hover {
	text-decoration: none;
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
	margin-top: 15px;
}
.footer-socials__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    text-decoration: none;
}
.footer-socials__icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-socials__link:hover,
.footer-socials__link:focus {
    opacity: 0.7;
}
@media screen and (min-width: 981px) {
    .multi-col__row.multi-col__row--end {
		display: flex;
		justify-content: flex-end;
	}
}
.gravity-theme.ui-datepicker div.ui-datepicker-header select, .gravity-theme.ui-datepicker table.ui-datepicker-calendar th span, .gravity-theme.ui-datepicker .ui-datepicker-calendar tr td {
	font-size: 16px;
}
.hamburger {
    font-size: 3.6rem !important;
}