@import url('https://api.fontshare.com/v2/css?f[]=satoshi@700,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

:root {
	--main-bg-color: #FCEEDB;
	--main-text-color: #987159;
	--main-text-color-hover: #7B5A46;
  }

html { 
	scroll-behavior: smooth; 
	overflow-x: hidden;
}


body {
	margin: 0px auto;
	font-family: 'Satoshi', sans-serif;
	transition: all 0.2s;
	overflow-x: hidden;
	line-height: 1.4;
	color: var(--main-text-color);
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	position: relative;
	width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}


.hero {
	background-color: var(--main-bg-color);
	position: relative;
}

.menubar {
	width: 85%;
	max-width: 900px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 32px 0px;
}

.menubar ul {
	padding: 0px;
    list-style-type: none;
    display: flex;
}

.menubar ul li {
	font-size: 16px;
	transition: color 0.2s;
}

.menubar a {
	padding: 16px;
}

.menubar ul li:hover {
	color: var(--main-text-color-hover);
}

.logo {
	width: 100px;
}

.wrapper {
	width: 85%;
    max-width: 900px;
    margin: 0px auto;
}

.herotext {
    width: 48%;
    padding-top: 80px;
    padding-bottom: 100px;
}

.herotext p {
	margin: 32px 0px;
}

h1, h2, h3, h4 {
	font-family: 'Marcellus', serif;
	margin: 0px auto;
	line-height: 110%;
	font-weight: lighter;

}

h1 {
	font-size: 64px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}


.maincta {
    background-color: var(--main-text-color);
    padding: 16px 22px;
    display: inline-flex;
    color: #fff;
    border-radius: 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	align-items: center;
	cursor: pointer;
	transition: background-color 0.2s;
}

.mainctawhite {
	background-color: #fff;
	color: #000;
}

.mainctawhite:hover {
	background-color: #f2e6dd!important;
}

.maincta:hover {
	background-color: var(--main-text-color-hover);
}

.maincta img {
	margin-right: 8px;
	width: 20px;
}

.heroimg {
	width: 45%;
    border-radius: 20px;
}

.herowrapper {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding-bottom: 40px;
}

.wave {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.sectionstudio {
	padding: 100px 0px;
}

.studiotext {
	max-width: 600px;
	font-size: 32px;
	margin: 0px auto;
	text-align: center;
}

.sectiongallery {
	margin-bottom: -120px;
	position: relative;
	z-index: 2;
}

.gallery {
	width: 100%;
	border-radius: 12px;
	position: relative;
	z-index: 2;
	/*box-shadow: 0px 8px 32px #0002;*/
}

.splide__track {
	height: 580px;
	border-radius: 12px;
}

.splide__slide {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.splide__arrows {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
	display: flex;
}

.splide__pagination {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 0;
}

.splide__arrow {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #fff;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.splide__arrow svg {
	width: 16px;
	height: 16px;
}

.splide__arrow--prev {
	margin-right: 12px;
}

.splide__arrow--prev svg {
	transform: rotate(180deg);
}

.splide__pagination__page {
	width: 24px;
    height: 4px;
    border: 0;
    display: block;
    border-radius: 20px;
    background-color: #fff6;
    margin: 0px 4px;
	cursor: pointer;
}

.splide__pagination__page.is-active {
	background-color: #fff;
}

.sectionangebot {
	background-color: var(--main-text-color);
	padding-bottom: 100px;
	padding-top: 200px;
	color: #fff;
	position: relative;
}

.angebottext {
	max-width: 580px;
	margin-top: 32px;
}

.angebotcard {
    /*padding: 8px 20px;
	border-left: 1px solid #fff4;*/
	padding: 32px 24px;
    background-color: #a88066;
    border-radius: 12px;
}

.angebotcard h4 {
	font-size: 20px;
    opacity: 0.7;
    margin-top: 8px;
}

.cardmiddle {
	border-left: 1px solid #fff4;
	border-right: 1px solid #fff4;
}

.angebotcard img {
	width: 100px;
    margin-bottom: 24px;
	opacity: 0.7;

}

.angebotcard p {
	margin-bottom: 0px;
	opacity: 0.7;
	font-size: 15px;
}

.angebotgrid {
    margin-top: 80px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 24px;
	row-gap: 24px;
}

.sectiondates {
	padding: 100px 0px;
	background-color: var(--main-bg-color);
}

.datestext {
	margin-top: 24px;
	max-width: 600px;
}

.dateselectionbox {
	margin-top: 24px;
}

.dateselect {
    display: inline-block;
    padding: 4px 12px;
    background-color: #8c796222;
    border-radius: 20px;
	margin: 0px 4px;
}

.dateselectionbox .active {
    background-color: var(--main-text-color);
    color: #fff
}

.calendar {
	display: flex;
	width: 85%;
	max-width: 900px;
	margin: 0px auto;
	margin-top: 56px;
	flex: 1;
	box-sizing: border-box;
}

.calendarcolumn {
    padding: 10px;
	flex: 1 1 0;
	border-left: 1px solid #8c796244;
}

.calendarentry {
    font-size: 14px;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
	margin-top: 12px;
	cursor: pointer;
	border-bottom: 2px solid #8C786244;
	transition: all 0.2s;
	color: #000;
	/*border-left: 4px solid var(--main-text-color);*/	
}

.calendarentry b {
	color: var(--main-text-color);
	font-size: 12px;
}

.calendarentry:hover {
	border-bottom: 2px solid #8C786288;
	transform: scale(1.05);
}

.sectionabout {
	padding: 100px 0px;
}

.wrapperabout {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.abouttext {
	width: 50%;
	font-size: 16px;
}

.aboutmelisa {
	width: 45%;
	border-radius: 20px;
}

.aboutparagraph {
	margin-top: 32px;
}

.signatur {
	width: 180px;
	margin-top: 16px;
}

.sectionquote {
	padding: 100px 0px;
	background-color: var(--main-bg-color);
	text-align: center;
	position: relative;
}

.stars {
	width: 120px;
}

.quote {
	font-family: 'Marcellus', serif;
	font-size: 28px;
}

.quoteauthor {
	font-size: 16px;
	font-weight: bold;
}

.contactsection {
	padding: 100px 0px;
}

.map {
	width: 100%;
	height: 500px;
	background-color: #f1f3f4;
}

.contactwrapper {
	margin: 80px 0px;
	display: grid;
    grid-template-columns: 1fr 1fr;
	line-height: 160%;
}

.footerwrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer {
	padding: 40px 0px;
}

.footerlogo {
	width: 80px;
}

footer a {
	font-size: 14px;
	padding: 16px;
}

.leaves {
	width: 320px;
	position: absolute;
	bottom: -90px;
	left: -40px;
	opacity: 0.6;
	transform-origin: left center;
	animation: leaves1 5s ease-in-out infinite alternate;
}

@keyframes leaves1 {
	from {transform: rotate(-6deg)}
	to {transform: rotate(8deg)}
}

.leaves2 {
	width: 320px;
	position: absolute;
	top: 200px;
	right: -40px;
	opacity: 0.6;
	transform-origin: right center;
	animation: leaves2 5s ease-in-out infinite alternate;
}

@keyframes leaves2 {
	from {transform: rotate(-6deg)}
	to {transform: rotate(8deg)}
}

.secondarybtn {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
    text-underline-offset: 8px;
	padding: 8px 0px;
}

.secondarybtn::after {
	content: "\2192";
	text-decoration: none;
	display: inline-block;
	margin-left: 4px;
	transition: margin-left 0.2s;
}

.secondarybtn:hover::after {
	margin-left: 8px;
}

#mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	min-height: 100%;
	background-color: var(--main-text-color);
	color: #fff;
}

.mobilemenu-topbar {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobilemenuwrapper {
	padding: 32px 0px;
}

#mobilemenu ul {
	list-style-type: none;
    padding: 0;
    font-size: 48px;
    margin-top: 100px;
    font-family: 'Marcellus', serif;
	line-height: 160%;
}

.menuicon {
	width: 32px;
	padding: 12px;
	cursor: pointer;
}

/* POPUP */

#popup {
	display: none;
	position: fixed;
	background-color: #987159aa;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	padding: 80px 0px;
	overflow: scroll;
    box-sizing: border-box;
	backdrop-filter: blur(5px);
}

.popupbox {
	width: 90%;
	max-width: 500px;
	margin: 0px auto;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	animation: slideinup ease-out 0.4s;
}

@keyframes slideinup {
    from {
        transform: translateY(100px);
		opacity: 0;
    }
    to {
        transform: translateY(0px);
		opacity: 1;
    }
}

.popuptext {
	padding: 40px 60px 40px 40px;
	background-color: var(--main-bg-color);
}

.popupbox p {
	margin: 0px auto;
	font-size: 18px;
}

.popupbox h2 {
	margin-top: 24px;
    margin-bottom: 24px;
}

#popup form {
	padding: 40px;
}

#popup input[type=text], input[type=email] {
	width: 100%;
	padding: 16px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #8c796266;
    margin-bottom: 16px;
	margin-top: 8px;
	font-family: inherit;
    font-size: 18px;
}

.mainctasubmit {
	background-color: var(--main-text-color);
    padding: 16px 22px;
    color: #fff;
    border-radius: 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	align-items: center;
	cursor: pointer;
	transition: background-color 0.2s;
	border: none;
	font-family: inherit;
	margin-top: 16px;
}

.iconx {
	position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    width: 24px;
    cursor: pointer;
}

#menuburger {
	display: none;
}

#finger {
    width: 120px;
    margin: 0px auto;
    display: none;
    margin-top: 32px;
}

.wochenkurscontainer {
    margin-top: 80px;
}

.wochenkursbox {
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #98725952;
    padding: 24px 0px;
}

.wochenkursdates {
    display: flex;
    flex-direction: column;
	width: 160px;
	flex-shrink: 0;
}

.wochenkursboxtext {
    display: flex;
    align-items: center;
}

.titletextbox span {
	margin-bottom: 4px;
    display: inline-block;
}

.wochenkursinfos .maincta {
	margin-left: 12px;
	font-size: 80%;
    padding: 12px 16px;
}

.wochenkursinfos {
	flex-shrink: 0;
    margin-left: 16px;
}

.emptystatekurse {
    display: block;
    text-align: center;
    background-color: #fff6;
    padding: 24px;
    border-radius: 8px;
}

.wrappertexttemplate {
	max-width: 600px;
	padding: 80px 0px;
}

.wrappertexttemplate h2 {
	margin: 40px 0px;
}

.popuptextpricelabel {
	background-color: #98715922;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
}

p#popuptext-date {
    display: flex;
    flex-direction: column;
}

p#popuptext-description {
    margin-bottom: 24px;
}

.notificationbar {
    background-color: var(--main-text-color);
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.notificationbar a {
	text-decoration: underline;
	font-weight: bold;
}

.newslettersection {
	background-color: var(--main-text-color);
	color: #fff;
	padding: 80px 0px;
}

.newsletterwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newslettertext {
	width: 50%;
}

.newslettertext p {
	margin: 0px;
	margin-top: 12px;
}

.agblist li {
	margin-bottom: 12px;
}

.sectionevents {
	background-color: var(--main-text-color);
	padding-bottom: 100px;
	padding-top: 100px;
	color: #fff;
	position: relative;
}