﻿/* übernahme aus altem Design, also kein Contao */
.breadcrumb{
	position:absolute;
	top:-6rem;
}
.breadcrumb::before{
	content:"[ ";
}
.breadcrumb::after{
	content:" ]";
}

.menuebefehl{
	background-color:#f0f0f0;
	font-weight:bolder;
}
.uitabsh{
	font-weight:bolder;
}
.uilabel{
	font-weight:bolder;
}
.small{
	font-size: 1.4rem
}
.center{
	text-align: center
}
.nowrap{
	white-space:nowrap;
}
.archived-content{
	background:#fff3cd;
	line-height:1.3em;
	border:1px solid #ffeeba;
	padding:0.75rem 1rem 0.75rem 4rem;
	margin-bottom:2rem;
	position: relative;
}
.archived-content::before{
	content:"\1F4DC";
	position: absolute;
	left: 1rem;
	top: 0.75rem;
}
.bolder{
	font-weight:bolder;
}
.margintop{
	margin-top:2rem;
}
.margintop4{
	margin-top:4rem;
}
kbd{
	font-family:"Courier New", Courier, Monospace;
	border:1px solid #C0C0C0;
	padding-right:2px;
	padding-left:2px;
}
blockquote.style{
	border-left: 4px solid #ccc;
	padding-left: 20px;
	margin: 20px;
	background-color:#f9f9f9;
}
p#pagedate{
	font-size: 1.5rem;
	color: #848484;
	text-decoration: overline;
	position: absolute;
	bottom: -8rem;
}

/* einzeilige: <code class="softwarecode">, mehrzeilige <p class="softwarecode"><code> */
code{
	font-family:"Courier New", Monospace;
	font-size:1em;
}
.softwarecode{
	border:1px solid #999999;
	margin:0px 2em 1em 1em;
	padding:5px;
	font-family:"Courier New", Monospace;
	background-color:#F2F2F2;
	font-size:0.9em;
}
.disabled{
	color:#848484;
}
/* Images */
.imgleft{
	border-style:none;
	float:left;
	margin-right:1em;
	margin-bottom:0.4em;
}
.imgright{
	border-style:none;
	margin-left:1em;
	float:right;
}
img.maxwidth {
	max-width:100%;
	height: auto;
}
.clear_left{
	clear:left;
}
.border1{
	border:1px solid #000000;
}
dialog{
	display:none;
	border:none;
	padding:0;
	background:transparent;
}
dialog[open]{
	display:flex;
	width:100vw;
	height:100vh;
	max-width:none;
	max-height:none;
	justify-content:center;
	align-items:center;
}
dialog::backdrop{
	background:#000000b3;
}
dialog img{
	max-width:100vw;
	max-height:100vh;
	object-fit:contain;
}
button.thumbnail{
	background-color: inherit;
	font: inherit;
	padding:2px;
}

/* zwei Spalten mit Text/Image */
.imgtxtrow{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 2rem;
}
.imgtxtrow .imgtxtimage,
.imgtxtrow .imgtxttext{
	flex: 1;
	padding: 1rem;
}
.imgtxtrow{
	flex-direction: row;
}
.imgtxtrow > h2,.imgtxtrow > h3,.imgtxtrow > h4,.imgtxtrow > h5{
  flex: 0 0 100%;
/*  margin-bottom: 1rem;*/
}
.imgtxtrow.reverse{
	flex-direction: row-reverse;
}
/* Bild-Swap-Effekt */
.imgtxtimage {
  position: relative;
  display: inline-block;
}
.imgtxtimage img{
  display: block;
  max-width: 100%;
  height: auto;
  transition: opacity 0.4s ease;
}
.imgtxtimage img.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.imgtxtimage:hover img.hover {
  opacity: 1;
}
.imgtxtimage:hover img.default{
  opacity: 0;
}

/* dl, s.a. support.css */
dl{
	margin-bottom:1em;
}
dl.imgdl dd{
	margin:0.5em 0 3em 0;
	font-style:italic;
}
dt{
	font-weight: bolder;
	margin-top: 1em;
	margin-bottom: 0.4em;
	line-height: 1.1em;
	font-size: 1.1em;
}
dd{
	margin-left:1em;
	line-height: 1.6;
}
address{
	font-style:normal;
}

/* pagination */
div#pagination{
	padding-top:3rem;
}
#pagination hr{
	width:30%;
}
#pagination ul{
	margin:0;
	padding:0;
	text-align:center;
}
#pagination li{
	list-style:none;
	margin:0.4em;
	padding:0;
	display:inline;
}
.tblresponsivebig{ 
	border-collapse: separate;
	border-spacing:0 3em;
}

@media screen and (max-width:749px){
.imgtxtrow,
.imgtxtrow.reverse{
	flex-direction: column;
}
.imgtxtimage img.hover{
	display:none;
}
.imgtxtimage:hover img.default{
	opacity:1;
}
.imgright{
	float:none;
}
.tblresponsive table,.tblresponsive thead,.tblresponsive tbody,.tblresponsive th,.tblresponsive td,.tblresponsive tr{
	display:block;
}
.tblresponsive thead th{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.tblresponsive td{
	border:none;
	position:relative;
}
.tblresponsive tr{
	border:1px solid #ccc;
}
}
