:root {
	--white: #fff;
	--black: #000;
}

* { 
	box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


::selection {
  color: #fff;
  background: var(--white);
}

html {
	height: 100%;
	width: 100%;
}


body {
	margin: 0;
  	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	transition: all .3s ease;
	padding: 60px 24px 90px 24px;
	display: flex;
	justify-content: center;
}

img {
	vertical-align: middle;
}

a {
	text-decoration: none;
	cursor: pointer;
	transition: color .3s ease;
	color: var(--black);
}

a p {
	font-weight: 500;
}

a:hover {
	color: var(--black);
}

h1, 
p {
  	font-family: "Montserrat", sans-serif;
	color: var(--black);
	font-size: 18px;
	font-weight: normal;
	margin: 0 !important;
	display: inline;
	line-height: normal;
}

h2 {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	color: black;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

button {
	border: none;
	outline: none;
}

main {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 1600px;
}

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}


.bold {
	font-weight: 600;
}

.external-link {
	display: flex;
	gap: 10px;
	align-items: center;
}

.external-link svg {
	width: 11px;
	height: 11px;
}

.holl-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.holl-nav img {
	width: 200px
}

.hn-right {
	display: flex;
	gap: 80px;
}

.mobile-icon {
	display: none;
}

.content {
	margin-top: 90px;
	width: 100%;
}

.c-categories {
	display: flex;
	gap: 16px;
}

.c-left,
.c-right {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	max-width: 800px;
	max-height: 800px;
	padding: 40px;
	gap: 60px;
}

.c-left {
	background-image: url(../img/holl-1.jpeg);
}

.c-right {
	background-image: url(../img/holl-2.jpg);
}

.cl-bottom,
.cr-bottom {
	gap: 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.link-sprechzeiten {
	padding: 13px 18px 14px 18px;
	border-radius: 50px;
	border: 2px solid white;
	transition: all .3s ease;
	background-color: transparent;
}

.cl-bottom p,
.cr-bottom p {
	font-weight: 500;
	color: white;
}

.link-sprechzeiten p {
	font-weight: 600;
	transition: all .3s ease;
}

.link-sprechzeiten:hover {
	background-color: white;
}

.link-sprechzeiten:hover p {
	color: black;
}

.logo-w {
	width: 20vw;
	max-width: 330px;
}

.c-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/holl-3.jpg);
	width: 100%;
	height: 325px;
	margin-top: 16px;
	margin-bottom: 80px;
}

.c-bottom button {
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding: 40px;
}

.c-bottom p {
	font-size: 1.9vw;
	color: white;
	font-weight: 500;
}

.footer {
	display: grid;
	width: 100%;
	gap: 60px;
	grid-template-columns: 1fr 1fr;
}

.f-left,
.f-right {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.f-top,
.f-center,
.f-bottom {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.opening-hours:not(.mobile-only) {
	display: flex;
	gap: 30px;
}

.f-bottom {
	grid-column: span 2;
	display: grid;
	gap: 60px;
	grid-template-columns: 1fr 1fr;
}

.fb-left,
.fb-right {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.fb-right {
	align-items: end;
	gap: 70px;
}

.fb-icons {
	display: flex;
	justify-content: end;
	width: 100%;
	gap: 24px;
}

.fb-icons a {
	width: 40px;
	height: 40px;
}

.fb-icons img {
	width: 100%;
	height: 100%;
}





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

	h1, 
	p {
		font-size: 14px;
	}

	body {
		padding: 24px 24px 30px 24px;
	}

	.desktop-only,
	.opening-hours.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	.content {
		margin-top: 36px;
	}

	.holl-nav img:not(.mobile-icon) {
		width: 100%;
		max-width: 120px;
	}

	.hn-right {
		gap: 24px;
	}

	.mobile-icon {
		display: block;
		width: 100%;
		height: 100%;
		max-width: 40px;
		max-height: 40px;
	}

	.hn-right a p {
		display: none;
	}

	.hn-left {
		display: flex;
		align-items: center;
	}

	.c-bottom {
		height: 140px;
		margin-bottom: 36px;
	}

	.c-bottom p {
		font-size: 20px;
	}

	.c-categories {
		flex-direction: column;
	}

	.c-categories .logo-w {
		width: 45vw;
	}

	.footer,
	.f-bottom {
		gap: 48px;
		grid-template-columns: 1fr;
	}

	.f-bottom {
		grid-column: span 1;
	}

	.fb-right {
		align-items: start;
		gap: 48px;
	}

	.footer,
	.f-left,
	.f-right {
		gap: 30px;
	}

	.c-left,
	.c-right {
		gap: 40px;
	}

	.f-right .f-bottom {
		align-items: start;
	}

	.fb-icons {
		justify-content: start;
	}

}





