/* Stylesheets für die Webseite der Seelsorgeeinheit Oberhausen-Philippsburg */
/* Author: Norbert Bilek */
/* Angelegt: 14.06.2015 */
/* Bearbeitet: oft :-)*/
/* 24.03.2020 - ul Tabelle eingefügt */
/* 09.07.2022 - div Tabelle eingefügt */

html {
        background: transparent!important;
	}

@font-face {
   font-family: Adamina-Regular;
   src: url("fonts/Adamina/Adamina-Regular.ttf")
   format("truetype");
}

@font-face {
   font-family: Caudex-Regular;
   src: url("fonts/Caudex/Caudex-Regular.ttf")
   format("truetype");
}

@font-face {
   font-family: Caudex-Italic;
   src: url("fonts/Caudex/Caudex-Italic.ttf")
   format("truetype");
}

@font-face {
   font-family: Caudex-Bold;
   src: url("fonts/Caudex/Caudex-Bold.ttf")
   format("truetype");
}

@font-face {
   font-family: Caudex-BoldItalic;
   src: url("fonts/Caudex/Caudex-BoldItalic.ttf")
   format("truetype");
}

@font-face {
   font-family: Domine-Regular;
   src: url("fonts/Domine/Domine-Regular.ttf")
   format("truetype");
}

@font-face {
   font-family: Domine-Bold;
   src: url("fonts/Domine/Domine-Bold.ttf")
   format("truetype");
}

@font-face {
   font-family: JacquesFrancois-Regular;
   src: url("fonts/Jacques_Francois/JacquesFrancois-Regular.ttf")
   format("truetype");
}

@font-face {
   font-family: KottaOne-Regular;
   src: url("fonts/Kotta_One/KottaOne-Regular.ttf")
   format("truetype");
}

@font-face {
   font-family: Poly-Regular;
   src: url("fonts/Poly/Poly-Regular.ttf")
   format("truetype");
}

@font-face {
   font-family: Poly-Italic;
   src: url("fonts/Poly/Poly-Italic.ttf")
   format("truetype");
}

@font-face {
   font-family: Prociono-Regular;
   src: url("fonts/Prociono/Prociono-Regular.ttf")
   format("truetype");
}

@font-face {
   font-family: CabinCondensed-Regular;
   src: url("fonts/Cabin_Condensed/CabinCondensed-Regular.ttf")
   format("truetype");
}

@font-face {
   font-family: CabinCondensed-Medium;
   src: url("fonts/Cabin_Condensed/CabinCondensed-Medium.ttf")
   format("truetype");
}

@font-face {
   font-family: CabinCondensed-SemiBold;
   src: url("fonts/Cabin_Condensed/CabinCondensed-SemiBold.ttf")
   format("truetype");
}

@font-face {
   font-family: CabinCondensed-Bold;
   src: url("fonts/Cabin_Condensed/CabinCondensed-Bold.ttf")
   format("truetype");
}

@font-face {
   font-family: Dosis-ExtraLight;
   src: url("fonts/Dosis/Dosis-ExtraLight.ttf")
   format("truetype");
}

@font-face {
   font-family: Dosis-Light;
   src: url("fonts/Dosis/Dosis-Light.ttf")
   format("truetype");
}

@font-face {
   font-family: Dosis-Regular;
   src: url("fonts/Dosis/Dosis-Regular.ttf")
   format("truetype");
}

@font-face {
   font-family: Dosis-Medium;
   src: url("fonts/Dosis/Dosis-Medium.ttf")
   format("truetype");
}

@font-face {
   font-family: Dosis-SemiBold;
   src: url("fonts/Dosis/Dosis-SemiBold.ttf")
   format("truetype");
}

@font-face {
   font-family: Dosis-Bold;
   src: url("fonts/Dosis/Dosis-Bold.ttf")
   format("truetype");
}

@font-face {
   font-family: Dosis-ExtraBold;
   src: url("fonts/Dosis/Dosis-ExtraBold.ttf")
   format("truetype");
}

@font-face {
   font-family: Magra-Regular;
   src: url("fonts/Magra/Magra-Regular.ttf")
   format("truetype");
}

@font-face {
   font-family: Magra-Bold;
   src: url("fonts/Magra/Magra-Bold.ttf")
   format("truetype");
}

@font-face {
   font-family: RobotoCondensed-Light;
   src: url("fonts/Roboto_Condensed/RobotoCondensed-Light.ttf")
   format("truetype");
}

@font-face {
   font-family: RobotoCondensed-LightItalic;
   src: url("fonts/Roboto_Condensed/RobotoCondensed-LightItalic.ttf")
   format("truetype");
}

@font-face {
   font-family: RobotoCondensed-Regular;
   src: url("fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf")
   format("truetype");
}

@font-face {
   font-family: RobotoCondensed-Italic;
   src: url("fonts/Roboto_Condensed/RobotoCondensed-Italic.ttf")
   format("truetype");
}

@font-face {
   font-family: RobotoCondensed-Bold;
   src: url("fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf")
   format("truetype");
}

@font-face {
   font-family: RobotoCondensed-BoldItalic;
   src: url("fonts/Roboto_Condensed/RobotoCondensed-BoldItalic.ttf")
   format("truetype");
}

body {
	background: #FFF8F8;
	/*font-family: CabinCondensed-SemiBold, arial, helvetica;*/
	font-family: CabinCondensed-Regular, arial, helvetica;
	/*font-family: arial, helvetica;*/
	margin: 10px auto;
	/*max-width: 60em;*/
	display:-webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

header, nav, nav a, article, section, aside, footer {
	border-radius: 0px 0.5em 0.5em;
	/*border: 1px solid;*/
	padding: 10px;
	margin: 10px;
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

header {
	/*background: #8DC63F; /*Logofarben*/
	background: #6CB4E3; /*Logo blau*/
	font-weight: bold;
	border-color: #d5d5d5;
	display:-webkit-flex;
	-webkit-flex-flow: row wrap;
	display: flex;
	flex-flow: row wrap;
}

header * {
	-webkit-flex: 1 1 0;
	flex: 1 1 0;
}

header img {
	-webkit-flex: 0 0 150px;
	flex: 0 0 150px;
	margin-left: auto;
	margin-right: auto;
}

header nav {
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
}

header a:hover {
   color: #E10000;
}

nav, nav ul, nav li {
	margin: 0;
	padding: 0;
	border: none;
}

nav ul {
	display: -webkit-flex;
	-webkit-justify-content: space-around;
	-webkit-flex-direction: row;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
}

nav li {
	list-style-type: none;
	margin: 10px;
	font-size: 7mm;
	font-weight: bold;
	text-align: center;
	/*font-family: Caudex-Bold, arial, helvetica;*/
}

nav a {
	/*display: inline-block;*/
	width: 90%;
	/*background: #fffbf0;*/
	/*border: 1px solid #dfac20;*/
   margin: 0;
	text-align: center;
	text-decoration: none;
}

nav a:hover {
	color: #ffffff;
}

section {
	background: #FFF8F8;
	border-color: slateblue;
}

article {
	background: #FFF8F8;
	border-color: #df6c20;
	font-size: 105%;
	-webkit-flex: 4 1;
	flex: 4 1;
}

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

/*article p {
	font-family: Adamina-Regular, arial, helvetica;
}

article h2 {
   font-family: Caudex-BoldItalic, arial, helvetica;
}*/

article a:hover {
   color: #E10000;
   text-decoration: none;
}

aside {
	/*background: #8DC63F; /*Logofarben*/
	background: #6CB4E3; /*Logo blau*/
	border-color: #8db243;
	/*height: 100%;*/
	-webkit-flex: 1 1 0;
	flex: 1 1 0;
}

aside a:hover {
   color: #FFFFFF;
}

footer {
	background: #FFF8F8;
	/*border-color: #8a9da8;*/
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	display: flex;
	flex-flow: row wrap;
}

footer * {
	-webkit-flex: 1 1 0;
	-webkit-justify-content: space-between;
	flex: 1 1 0;
	justify-content: space-between;
}

footer p {
	text-align:center;
}

#navi1 {
   font-weight: bold;
   line-height: 180%;
   /*font-family: Caudex-Bold, arial, helvetica;*/
}

#navi2 {
   background: #FFF8F8;
   text-align: center;
   /*font-family: Caudex-Bold, arial, helvetica;*/
}

#news {
   background-color: #E6E6FA;
	font-family: RobotoCondensed-Light, arial, helvetica;
	/*height:120px;*/
	/*-webkit-align-self: center;*/
	/*align-self: center;*/
}

#news a:hover {
   color: #E10000;
}

#kopf1 {
   background: #FFFFFF;
}

#kopf2 {
   /*background: #F9ED31; /*Logofarben*/
   background: #1775BC; /*Logo blau*/
   width: 100%;
}

#start {
	-webkit-flex: 3 1 0;
	flex: 3 1 0;
}

#rechtsfloat {
   float: right;
   margin-left: 20px;
   margin-bottom: 20px;
}

#linksfloat {
   float: left;
   margin-right: 20px;
   margin-bottom: 20px;
}

#rechtsclear {
   clear: right;
}

#linksclear {
   clear: left;
}

#zentriert {
   text-align: center;
   width: 100%;
}

#zentriert-dick {
   text-align: center;
   width: 100%;
   font-weight: bold;
}

#links {
   text-align: left;
}

#kursiv {
   font-style: italic;
}

#dick {
   font-weight: bold;
}

#unterstreichen {
   border-bottom-style: solid;
   border-bottom-width: 1px;
}

#initial {
   float: left;
   padding: 2px 5px 0 0;
   font-size: 200%;
   font-weight: bold;
   line-height: 1;
   vertical-align: text-top;
}

#quelle {
   font-size: 10px;
   font-style: italic;
}

h1, main, svg {
	border-radius: 0 8px 8px;
	/*border: 1px solid;*/
	padding: 10px;
	margin: 10px;
	/*font-family: Caudex-BoldItalic, arial, helvetica;*/
}

table {
   width: 100%;
}

td {
   vertical-align: top;
   vertical-align: text-top;
}

td.middle {
   vertical-align: middle;
}

div.table {
   display: table;
   margin-left: auto;
   margin-right: auto;
}

div.tr {
   display: table-row;
}

div.td {
   display: table-cell;
   padding: 8px;
   text-align: left;
   font-size: 120%;
}

ul.td {
   display: -webkit-flex;
	-webkit-justify-content: space-around;
	-webkit-flex-direction: row;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
}

ul.td li {
   list-style-type: none;
   text-align: center;
}

li.audio {
   list-style-image: url(images/mimetype/Mimetypes-audio-x-generic-icon.png);
}

li.film {
   list-style-image: url(images/mimetype/Mimetypes-divx-icon.png);
}

li.pdf {
   list-style-image: url(images/mimetype/icon_pdf.png);
}

li.word {
   list-style-image: url(images/mimetype/icon_word.png);
}

li.ppt {
   list-style-image: url(images/mimetype/icon_ppt.png);
}

li.zip {
   list-style-image: url(images/mimetype/icon_zip.png);
}

/*main {
	display: block;     /* für IE */	
/*	background: #c4ced3;
	border-color: #8a9da8;
	min-height: 400px;
}*/

/*div {
	padding: 1em;
	margin: 2em auto;
	width: 20em;
	height: 10em;
	background: #f1f3f4;
	border-left: 5px solid #c32e04;
}*/

h1 {
	/*background: #F9ED31; /*Logofarben*/
	background: #1775BC; /*Logo blau*/
	color: #FFFFFF; /*violett-blau und Logo blau*/
	/*background: #FFFFFF url("images/Log-SE_OP.png") 10px 5px no-repeat;*/
	border-color: #d5d5d5;
	text-align: center;
	/*padding-left: 200px;*/
}

h1.haupt {
   /*background: #FFF8F8;*/
   color: #FA3F00;
}

h2 {
	color: #0c04ff;
	/*font-family: Caudex-BoldItalic, arial, helvetica;*/
}

h2.unter {
   color:#000000; text-align:center;
}
h2.links {
   color:#000000;
}

/*a:hover {
   color:#ffffff; text-decoration:none;
}*/

a:link {
   text-decoration:none;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(133px, 1fr));
	gap: 10px;
	grid-auto-flow: dense;
}

.gallery figure {
	border: 1px solid #ccc;
	position: relative;
	margin: 0;
	/* figure hat sonst einen browsereigenen Abstand! */
	
	counter-increment: posMarkup;
}

.gallery figure.landscape {
	grid-column-end: span 2;
}

.gallery figure.panorama {
	grid-column-end: span 3;
}

.gallery figure img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.gallery figure::after {
	content: counter(posMarkup, decimal);
	position: absolute;
	bottom: 0;
	left: 0.2em;
	color: red;
	font-size: 2em;
}

/*a.haupt:hover {
   color:#E10000; text-decoration:none;
}*/

/*a:visited {
   color:#0C04FF; text-decoration:none;
}
a:active {
   color:#FF0000; text-decoration:none;
}
a:hover {
   color:#ffffff; text-decoration:none;
}
a.haupt:link {
   color:#0A029C; text-decoration:none;
}
a.haupt:visited {
   color:#0A029C; text-decoration:none;
}
a.haupt:active {
   color:#E10000; text-decoration:none;
}
a.haupt:hover {
   color:#E10000; text-decoration:none;
}
h1 {
   color:#ffffff; text-align:center;
}
h1.links {
   color:#FA3F00; text-align:left;
}
h2 {
   color:#0c04ff;
}
h2.unter {
   color:#000000; text-align:center;
}
h2.links {
   color:#000000;
}
.navi {
   background-color:#b8a8ff; color:#000000; font-weight:bold;
}
.hnavi {
   background-color:#b8a8ff; color:#000000; font-size:7mm;
}
.kursiv {
   font-style:italic;
}
.kursiv-klein {
   font-style:italic; font-size:90%;
}*/