section, aside, header, nav, article, footer, time, figure {
	display: block;
	margin: 0;
	padding: 0;
}

* {
	outline: none;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #444444;
	margin: 0;
	padding: 0;
	height: 100%;
}

.aussenrahmen {
	float: left;
	clear: both;
    min-height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

p, p.bodytext {
	margin: 0 0 1em 0;
}

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

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

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

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

.symbol {
	display: inline-block;
}

.symbol::before {
	content: "\0040";
}

.frame {
	width: 100%;
	float: left;
	clear: both;
}

.frame > .rahmen {
	width: 100%;
	float: left;
	clear: both;
}

#header > .rahmen, #inhaltsbereich > .rahmen, #footer_inhalt {
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
}

#header > .rahmen {
	position: relative;
}
/* -- Anzeigebereich -- */
#header {
	background-color: #ffe500;
	border-top: 10px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	box-shadow: 0 0 40px #C0C0C0;
}

#header .ce-gallery {
	margin: 0;
}

#header, #footer {
	width: 100%;
	margin: 0;
	clear:both;
	float: left;
}

.logo {
	position: absolute;
	left: 0;
	top: 178px;
}

#footer {
	position: absolute;
    bottom: 0px;
    left: 0;

}

#inhaltsbereich {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 230px;
}

.hauptinhalt {
	width: calc(98% - 300px);
	float: right;
	margin: 10px 2% 0 0; 
}


.hauptinhalt a {
	color: #CC3333;
	font-weight: bold;
	text-decoration: none;
}

.hauptinhalt a:hover {
	text-decoration: underline;
}

.hauptinhalt img {
	max-width: 100%;
	height: auto;
}

#header_inhalt figure {
	line-height: 0;
}

#header_inhalt img {
	max-width: 100%;
	height: auto;
}

#footer {
	background: #fe4008;
	color: #fff;
	width: 100%;
	float: left;
	clear: both;
	padding: 40px 0 20px 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
	display: inline-block !important;
}

#footer strong a {
	font-weight: 700 !important;
}  


h1, h2 {
	font-size: 30px;
	color: #CC3333;
	line-height: 1em;
	margin: 20px 0;
	font-weight: 700;
}

h3 {
	font-size: 16px;
	color: #444444;
	line-height: 1em;
	margin: 20px 0;	
	font-weight: 700;
}

.hauptinhalt ul {
	list-style: none;
	margin: 20px 0;
	padding: 0 0 0 20px;
}

.hauptinhalt ul li {
	padding-left: 16px;
	background: url(/web/20231025002253im_/https://www.leutner-gruber.de/fileadmin/templatefiles/images/pbull.gif) no-repeat top left;
}
/* -- Anzeigebereich -- */

.frame img {
	max-width: 100%;
	height: auto;
}

/* -- Navigation -- */
.navibereich {
	float: left;
	padding: 50px 20px 100px 20px;
	margin: -22px 0 0 20px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	width: 200px;

}

.hnavi {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left;
	clear: both;
}

.hnavi li {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;	
	border-bottom: 1px solid #ddd;
	padding: 0;
}

.hnavi a {
	display: block;
	color: #444;
	text-decoration: none;
	padding: 5px 0;
	margin: 0;
}

.hnavi .act > a,.hnavi li:hover a, .hnavi li ul li:hover a {
	font-weight: bold;
}

.hnavi li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left;
	clear: both;
	border-top: 1px solid #ddd;
}

.hnavi li ul li {
	width: calc(100% - 15px);
	float: left;
	clear: both;
	border-bottom: 1px solid #ddd;
	padding: 0px 0 0px 15px;
}

.hnavi li ul li:last-child {
	border: 0;
	padding-bottom: 0;
}

.hnavi li:hover ul li a {
	font-weight: 400;
}

.hnavi li ul li:hover a, .hnavi li.act ul li.act a {
	font-weight: bold;
}
/* -- Navigation -- */


/* -- Bildergalerie -- */

.frame-bildslider .ce-gallery {
	position: relative;
	width: 100%;
	padding: 0;
}

.frame-bildslider .bildgruppe {
	position: relative;
}

.frame-bildslider .bildgruppe .ce-row .image {
	position: relative;
	max-height: 150px;
    overflow: hidden;
    display: block;
}

.frame-bildslider .ce-row.erster {
	position: relative;
}

.frame-bildslider .image-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	font-size: 11px;
	line-height: 1.2em;
	padding: 5px 2%;
	width: 96%;
	display: none;
}

.frame-type-textmedia a:hover, .frame-type-textmedia a .image-caption, .frame-bildslider a .image-caption {
	color: #444444;
	font-weight: 400;
	text-decoration: none !important;
	display: inline-block;
}

.frame-bildslider .image:hover .image-caption {
	display: block;
}

.frame-bildslider .owl-nav {
	position: absolute;
	right: 0;
	background: rgba(255,255,255,0.9);
	top: -50px;
	padding: 5px;
}
.owl-prev, .owl-next {

	left: 0;
}

.owl-next {
	right: 0;
	left: auto;
}

.owl-prev span, .owl-next span {
	font-size: 50px;
	line-height: 0.5em;
}

.mobnavi {
	width: 100% !important;
	float: left;
	clear: both;
	padding: 20px 0;
}

#header {
	position: relative;
}

.mobnavi {
	display: none;
	box-shadow: 0 0 10px #c0c0c0;
}

.mob_button {
	display: none;
	position: absolute;
	top: 20px;
	right: 4%;
	color: #000;
	width: 40px;
	height: 40px;
	background: transparent;
	cursor: pointer;
	white-space: nowrap;
	border: 1px solid #000000;
	box-shadow: inset 0 0 30px #FFF;
}

.mob_button span {
	background-color: #000;
	height: 3px;
	left: 5px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	transition: background-color 0.3s ease 0.3s;
	width: 30px;
}

.mob_button span::after, .mob_button span::before {
	backface-visibility: hidden;
	background-color: #000;
	content: "";
	height: 3px;
	position: absolute;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0.3s;
	width: 100%;
	display: block;
}

.mob_button span::before {
	transform: translateY(-8px);
}

.mob_button span::after {
	transform: translateY(8px);
}

.mobnavvisible span {
	background-color: transparent;
}

.mobnavvisible span::before {
	transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible span::after {
	transform: translateY(0px) rotate(45deg);
}
/*
     FILE ARCHIVED ON 00:22:53 Oct 25, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:50:25 Feb 17, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.608
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.01
  esindex: 0.01
  cdx.remote: 14.936
  LoadShardBlock: 120.122 (3)
  PetaboxLoader3.datanode: 160.937 (5)
  load_resource: 126.763
  PetaboxLoader3.resolve: 63.694
  loaddict: 34.699
*/