:root {
  --cassiopeia-color-primary: #000000;
  --body-bg: #ffffff;
  --cassiopeia-color-hover: #c53417;
  --heading-color: #c53417;
  --link-color: #000000;
  --cassiopeia-font-family-headings: "dinot", Arial, SunSans-Regular, Helvetica, Sans-Serif;
}
.container-header, .footer {
	background-color: transparent;
	background-image: none;
	box-shadow: none;
}
.container-component > * + *, .container-component > :first-child, .container-sidebar-left > * + *, .container-sidebar-left > :first-child, .container-sidebar-right > * + *, .container-sidebar-right > :first-child {
	margin-top: 0em;
}
.container-sidebar-right .sidebar-right:last-child,
.container-sidebar-left .sidebar-left:last-child {
	margin-bottom: 0;
}
.container-sidebar-right .sidebar-right:first-child, 
.container-sidebar-left .sidebar-left:first-child {
	margin-top: 0;
}
.site-grid {
	grid-gap: 0;
	grid-template-columns: [full-start] minmax(0,1fr) [main-start] 240px 400px 400px 240px[main-end] minmax(0,1fr) [full-end];
}
/*   schriftdefinitionen      -----------------------------   */
@font-face { font-family: 'dinot';
             src: url('../fonts/din1451alt.ttf') format('truetype'); }
@font-face {font-family: 'FilmotypeCandy';src: url('../fonts/352E73_0_0.eot');src: url('../fonts/352E73_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/352E73_0_0.woff2') format('woff2'),url('../fonts/352E73_0_0.woff') format('woff'),url('../fonts/352E73_0_0.ttf') format('truetype');}
 
body {
	hyphens:auto;
	box-sizing:border-box;
	font-family: "dinot", Arial, SunSans-Regular, Helvetica, Sans-Serif;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1.6em; 
	color: #000000;
	background-image:url(../images/bg_light.jpg);
	background-repeat: repeat;
}
p, td {
	font-size:1.2rem;
  	margin-bottom:0px;
}
.close {
    text-align:right;
    text-decoration:underline;
}
.close:hover {
    cursor:grab;
}
.grid-child.container-component {
	min-height: 1000px;
	width: 800px;
	background-image: url(../images/brocki_mitte.jpg);
	background-repeat: no-repeat;
	padding: 55px 60px 30px 60px;
	box-shadow: 0px 20px 20px -20px #816d4a;
}
.sidebar-left, .sidebar-right {
	height:1000px;
}
.sidebar-left {
	background-image: url(../images/brocki_links.jpg);
	background-repeat: no-repeat;
	box-shadow: -20px 0px 20px -20px #816d4a, 0px 20px 20px -20px #816d4a;
}
.sidebar-right {
	background-image: url(../images/brocki_rechts.jpg);
	background-repeat: no-repeat;
	box-shadow: 20px 0px 20px -20px #816d4a, 0px 20px 20px -20px #816d4a;
}
.row-fluid [class*="span"] {
	margin-left: 0%;
	*margin-left: 0%;
}
.container-crumbs {
	display: flex;
	justify-content: space-between;
}
.top5 {
  	margin-top:-55px;
}
table.zeit {
	width: 100% !important;
}
table.zeit td {
	vertical-align: top;
}
.oeffnung {
	display: flex;
	font-size: 1.2rem;
}
p.oeff {
    margin-bottom:10px;
}
.item-1 {
	width:250px;
}
.item-2, .item-3 {
	width: 215px;
}
.flexbox.offen {
  font-size:1.2rem;
}
table.zeit td:first-child {
	width: 37%;
}

@keyframes swing {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
    }
.dangling-image {
    width: 200px; /* Adjust the width as needed */
    height: 125px; /* Adjust the height as needed */
    margin: 0px; /* Adjust margin as needed */
    animation: swing 2.5s infinite; /* Adjust the duration as needed */
    transform-origin: 100% 0%;
    }
.site-title {
	font-family: FilmotypeCandy, Arial, SunSans-Regular, Helvetica;
	font-size: 3rem;
	letter-spacing: 1.5px;
  	font-weight:bold;
}
.site-title a {
  	text-decoration:none;
  	color:#000000;
}
.site-title a:hover {
  	color:#000000;
}
.brand:hover {
	color: #000000;
}
.top5.sm {
	display:none;
	}
.schrift-rot {
	color: #c53417;
}
.content a, .footer a {color: #000; text-decoration: underline;}
.content a:hover, .footer a:hover {color: #c53417 !important; text-decoration: underline;}
.content a:active, .footer a:active {color: #c53417; text-decoration: underline;}
.content a:focus, .footer a:focus {color: #c53417; text-decoration: underline;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  	margin-bottom: 9px;
  	font-weight:normal;
}
h1, h2 {
	color: #c53417;
	font-size: 1.2rem;
}
h3 {
	font-size: 1.2rem;
	text-transform: uppercase;
}
h3.title_box {
	margin-top: 15px;
	padding: 15px 0;
	color: #000;
	text-shadow: 2px 2px 3px #816d4a;
	font-size: 1.4rem;
	border-radius: 6px;
}
h4 {
	color: #c53417;
	text-transform: uppercase;
}
img.galerie {
	width:135px;
}
.navigation .nav > li:hover > .nav-child, .navigation .nav > li > a:focus + .nav-child, .navigation .nav li li:hover > .nav-child, .navigation .nav li li > a:focus + .nav-child {
	display: none;
}
.image-title {
	display: block;
	text-align:center;
}
.flexbox {
	display: flex;
	gap: 1rem;
}
.ampel {
	flex: 1 0 auto;
}

/*  fotogalerie  ---------------  */
.igui-overlay-primary {
	background: rgba(112, 88,54, 0.8) !important;
}
.igui-padding-small {
	padding: 10px !important;
}
/*  feldgruppe und modal popup top 5   */
.field-entry {
	text-transform: uppercase;
	font-size: 1.2rem;
}
.fields-container {
	list-style: none;
	display: grid;
	padding-left: 0px;
	grid-template-columns: 250px 1fr;
	gap: 10px;
	grid-template-rows: 60px 1fr;
}
.bild {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
}
.objektname {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.preis {
	grid-column: 2 / 2;
	grid-row: 2 / 2;
	color: #c53417;
}
img.five_box {
	position: absolute;
	left: 50%;
	top: -15px;
}
/*  popup topfive, im menu hidden seitenklasse (.topfive) vergeben fuer formatierung  --------------- */
.item-page.topfive .com-content-article__body {
	color: #e5e4d9;
	background-color: #7c7a42;
	min-height:260px;
}
/*  popup Startseite, css-overrides fuer modal regular labs --------------- */
/*  overlay background   --------------- */
[data-modals-element="modal"] [data-modals-element="overlay"] {
	--color: 0, 0, 0;
	--opacity: 0.6;
	position: fixed;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	will-change: opacity;
	background-color: rgba(var(--color),var(--opacity));
}
[data-modals-element="modal"] [data-modals-element="slide-content"] {
	position: relative;
	flex: auto;
	bottom: 0px;
	border: 3px solid #dac09b;
	border-radius: 6px;
	padding: 0px 15px 10px;
	background-color: #ebddc2;
}
/*  Ende popup Startseite, css-overrides fuer modal regular labs --------------- */
.footer {
  	margin:0;
}
.footer .grid-child {
	justify-content: flex-end;
	align-items: center;
	padding: 0;
  	max-width:1280px;
}
#mod-custom116 {
	padding: 5px 0 0;
	margin-bottom: 20px;
}
#mod-custom116 a {
	font-size: 0.8rem;
}
#mod-custom116 img {
	width: 25px;
    padding-bottom:5px;
    transition: transform .5s
}
#mod-custom116 img:hover {
    transform: scale(1.3)
}
/*    navigation     ---------------------------------------   */
.mod-menu {
	flex-direction: row;
}
ul.mod-menu.mod-list.nav {
	border:none;
	font-family: FilmotypeCandy, Arial, SunSans-Regular, Helvetica;
	font-weight: bold;
	margin: 0 0 30px 0;
	font-size: 1.2rem;
  	width:100%;
}
ul.mod-menu.mod-list.nav > li {
	padding: 0 2%;
}
ul.mod-menu.mod-list.nav > li > a {
	color:#000000;
	padding: 0;
	margin: 0px;
	border-radius: 0px;
	display: block;
  	text-decoration:none;
}
ul.mod-menu.mod-list.nav > li:first-child {
	padding-left: 0px;
}
ul.mod-menu.mod-list.nav > li:last-child {
	padding-right: 0;
}

ul.mod-menu.mod-list.nav > li > a:hover, 
ul.mod-menu.mod-list.nav > li > a:focus, 
ul.mod-menu.mod-list.nav > .active > a, 
ul.mod-menu.mod-list.nav > .active > a:hover, 
ul.mod-menu.mod-list.nav > .active > a:focus {
	color: #c53417;
	background-color: transparent;
}
/*
.container-header .mod-menu > li.active::after, .container-header .mod-menu > li:hover::after {
	background: transparent;
}*/

/* ------------------------------------------------------------------------*/
/*  MEDIA QUERIES    max-width:992px
------------------------------------------------------------------------*/
@media (max-width:992px){
.site-grid {
	grid-gap: 0;
	grid-template-columns: [full-start] minmax(0,1fr) [main-start] minmax(0,240px) minmax(0,400px) minmax(0,400px) minmax(0,240px)[main-end] minmax(0,1fr) [full-end];
}
/*   navigation ----------------------- */
#navbar1 {
	z-index: 10;
}
ul.mod-menu.mod-list.nav {
	width: 250px;
	background: rgba(255,255,255,0.9);
	flex-direction: column;
	padding: 20px 0 10px;
	margin-top: 50px;
	box-shadow: 0px 0px 15px 2px #816d4a;
}
ul.mod-menu.mod-list.nav > li > a {
	padding: 9px 15px;
}
ul.mod-menu.mod-list.nav > li:first-child {
	padding-left: 0px;
}
/*   hamburger button  ------------- */
.navbar, .navbar-toggler {
	position: absolute !important;
	top: 5px;
	right: 5px;
}
.navbar-toggler {
	border: 0;
	color: #c53417;
	cursor: pointer;
	font-size: 2.25rem;
	border-radius: 0;
	transition: box-shadow .15s ease-in-out;
  	z-index:100;
}
/*  rahmen um burger-button loeschen   */
.navbar-toggler:focus {
	box-shadow: none;
}
/*  icon burger und icon kreuz bei offener und geschlossener navigation   */
button[aria-expanded="false"] > span.icon-menu::before {
	content: "\f0c9";
} 
button[aria-expanded="true"] > span.icon-menu::before {
	content: "\f00d";
}
/*   ende navigation -------------------  */
.grid-child.container-component {
	background-image: url(../images/brocki_mitte_sm.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	max-width:100%;
	width:100%;	
	padding: 25px 15px 30px;
}
.grid-child.container-sidebar-left,
  .grid-child.container-sidebar-right {
	display: none;
}
/*  header logo und topfive  ------------- */
.container-crumbs {
	display: block;
}
.top5 {
	margin-top: 0;
	text-align: center;
}
.dangling-image {
	width: 150px;
	height: auto;
}
}

/* ------------------------------------------------------------------------*/
/*  MEDIA QUERIES    max-width:768px
------------------------------------------------------------------------*/
@media (max-width:768px){
.header .brand {
	padding-top:15px;
	text-align: left;
	}
.pull-right {
	text-align: center;
	}
.top5.sm {
	display:block;
	}
.top5.big {
	display:none;
	}
tr, th, td {
	display: block;
	}	
table.zeit td:first-child {
	width: 100%;
}
.oeffnung {
	flex-direction: column;
}
}	
/* ------------------------------------------------------------------------*/
/*  MEDIA QUERIES    max-width:520px
------------------------------------------------------------------------*/
@media (max-width:520px){

.fields-container {
	display: block;
}
.flexbox.offen {
	flex-direction: column;
    gap:0;
  }
}