@import url('styles.css');

html,
body {
	height: 100%;
}

body {
	color: var(--schwarz);
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
}

a {
	color: var(--blau);
}

a:hover {}

h1,
.h1 {
	font-size: 36px;
}

.title-balken h1 {
	font-family: 'Roboto Slab', serif;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 28px;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
	position: absolute !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.skippy {
	background-color: var(--weiss);
}

.zoom {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.zoom img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.zoom:hover img,
.veranstaltungen-item:hover .zoom img,
.newsslider-bild:hover .zoom img,
.empfehlungen-item:hover .zoom img {
	transform: scale(1.05);
}

/*------------------------------------*\
  #SEITENHEADER
\*------------------------------------*/
.logo {
	padding: 10px 0;
}

.logo img {
	width: 300px;
	height: auto;
}

.nav-balken {
	background: var(--hellgrau);
}

.title-balken {
	background: var(--orange);
	height: 200px;
	margin-bottom: 60px;
}

.kontakt-wrap span.material-symbols-outlined a {
	color: var(--schwarz);
	font-size: 36px;
	text-decoration: none;
}

/*------------------------------------*\
  #CONTENT
\*------------------------------------*/
.material-symbols-outlined {
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24
}

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
footer {
	background: var(--dunkelgrau);
	color: var(--weiss);
	padding: 15px 0 10px 0;
}

footer a {
	color: var(--weiss);
	text-decoration: none;
}

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

#c7 {
	text-align: right;
}

/*------------------------------------*\
  #TYPO3
\*------------------------------------*/
p {
	margin-bottom: 10px;
}

strong {
	font-weight: 600;
}

.frame-grauerhintergrund {
	background: var(--hellgrau);
	padding: 15px 15px 10px 15px;
}

.frame-space-before-extra-small {
	margin-top: 20px;
}

.frame-space-before-small {
	margin-top: 40px;
}

.frame-space-before-medium {
	margin-top: 60px;
}

.frame-space-before-large {
	margin-top: 80px;
}

.frame-space-before-extra-large {
	margin-top: 100px;
}

.frame-space-after-extra-small {
	margin-bottom: 20px;
}

.frame-space-after-small {
	margin-bottom: 40px;
}

.frame-space-after-medium {
	margin-bottom: 60px;
}

.frame-space-after-large {
	margin-bottom: 80px;
}

.frame-space-after-extra-large {
	margin-bottom: 100px;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.error {
	color: red;
	font-size: 20px;
	font-weight: bold;
}

.ce-gallery img {
	display: block;
	width: 100%;
	height: auto;
}

figcaption {
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
	line-height: 1.4;
	width: 100%;
}

/*------------------------------------*\
  #FORMULAR
\*------------------------------------*/


/*------------------------------------*\
  #2-KLICK
\*------------------------------------*/
.map {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.map .privacy-msg.privacy-map-msg {
	background-image: url(/typo3conf/ext/stetzberger/Resources/Public/Images/Template/Mapdummy.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100% !important;
}


.map .privacy-msg.privacy-map-msg::after {
	content: "© OpenStreetMap contributors";
	position: absolute;
	left: 15px;
	bottom: 0;
}

.map .privacy-msg.privacy-map-msg p {
	background: rgb(0, 0, 0, 0.8);
	width: 90%;
	position: absolute;
	margin-top: 50px;
	margin-left: 5%;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}

.privacy-msg.privacy-script-msg {
	position: relative;
}

.privacy-msg.privacy-script-msg p {
	background: rgb(0, 0, 0, 0.8);
	width: 100%;
	position: relative;
	margin-top: 0;
	margin-left: 0;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
	z-index: 99;
}

[data-eobp-media="desktop"] .eobp {
	margin: 15px 0 !important;
}

.map iframe {
	width: 100%;
	margin-bottom: -6px;
}

.privacy-msg.privacy-script-msg a,
.privacy-msg.privacy-map-msg a {
	color: #a90015;
}

.privacy-msg a.btn {
	background: #eee;
	border-color: #eee;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.privacy-msg.privacy-script-msg p a,
.privacy-msg.privacy-map-msg p a {
	color: #fff;
	text-decoration: underline;
}

.privacy-map-msg p a.btn {
	text-decoration: none;
	color: #000;
}

/*------------------------------------*\
  #TABELLEN
\*------------------------------------*/
.table> :not(caption)>*>* {
	background-color: unset !important;
}

table.contenttable {
	width: 100%;
}

table.contenttable tr {
	border-bottom: 1px solid #ccc;
}

.table table.contenttable tbody tr th {
	min-width: 100px;
}

table.contenttable tr:last-child {
	border-bottom: none;
}

table.contenttable tr td {
	padding: 5px 0;
}

/*------------------------------------*\
  #BACK-TO-TOP
\*------------------------------------*/
.back-to-top {
	position: fixed;
	bottom: 100px;
	right: 20px;
	line-height: 1;
	padding: 10px;
	z-index: 100;
}

.back-to-top div {
	background-image: url(/typo3conf/ext/stetzberger/Resources/Public/Icons/Template/Back_to_top.svg);
	background-size: contain;
	width: 50px;
	height: 50px;
}

a:hover.back-to-top div {
	background-image: url(/typo3conf/ext/stetzberger/Resources/Public/Icons/Template/Back_to_top_hover.svg);
}

/*------------------------------------*\
  #MEDIA-QUERIES
\*------------------------------------*/
@media (max-width: 1999.98px) {}

@media (max-width: 1699.98px) {}

@media (max-width: 1399.98px) {}


@media (max-width: 1199.98px) {

	h1,
	.h1 {
		font-size: 32px;
	}

	h2,
	.h2 {
		font-size: 28px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}
}

@media (max-width: 991.98px) {
	.container {
		max-width: 100%;
		min-width: 100%;
	}

	#c7 {
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.logo img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 575.98px) {
	.hc-nav-trigger {
		right: 30px;
		top: 5px;
	}

	.kontakt-wrap span.material-symbols-outlined a {
		font-size: 28px;
	}
}