﻿/* ü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;
}
.archived-content{
	background:#fff3cd;
	border:1px solid #ffeeba;
	padding:0.75rem 1rem 0.75rem 1rem;
	margin-bottom:1rem;
}
.archived-content::before{
	content:"\1F4DC";
	margin-right:0.5rem;
}

div#X_pmcontent{
	padding:1em 1em 0 1em;
	min-width:16em;
}
div#pmnavi{
	min-width:16em;
}
div#pmnavi select{
	width:20em;
}
div#pmnavi table th{
	text-align:left;
}
div#pmnavi table td{
	white-space:nowrap;
}

summary::before{
	content:"➕";
	position:absolute;
	left:0.75rem;
	top:50%;
	transform:translateY(-50%);
	transition:transform 0.3s;
}
.bolder{
	font-weight:bolder;
}
kbd{
	font-family:"Courier New", Courier, Monospace;
	border:1px solid #C0C0C0;
	padding-right:2px;
	padding-left:2px;
}
/* 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;
}
/* Images */
.imgleft{
	border-style:none;
	float:left;
	margin-right:1em;
	margin-bottom:0.4em;
}
.imgright{
	border-style:none;
	margin-left:1em;
	float:right;
}
.clear_left{
	clear:left;
}
.border1{
	border:1px solid #000000;
}

/* 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.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;
}

.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;
}
}
