/*
Theme Name: IEV Berlin
Theme URI: https://iev-berlin.de/
Author: Arkanum Software GmbH
Description: Minimal WordPress theme scaffold for the IEV Berlin migration.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: iev-berlin
*/

html {
	margin: 0;
}

body {
	margin: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0a61ad;
	background: #fff url("assets/images/bg.jpg") repeat-x;
	width: 100%;
}

#all {
	margin: auto;
	width: 1100px;
}

#header {
	position: relative;
	background-color: #e8ebec;
	width: 1100px;
	height: 234px;
	margin-top: 13px;
}

#header_text {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 42px;
	font-weight: bold;
}

#header_logo1 {
	position: absolute;
	top: -6px;
	left: 870px;
	color: #0a61ad;
	font-size: 125px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}

#header_logo2 {
	position: absolute;
	top: 120px;
	left: 877px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.15;
}

#header_img {
	position: absolute;
	top: 70px;
	left: 15px;
	width: 825px;
	height: 150px;
	background-image: url("assets/images/collage.png");
	background-repeat: no-repeat;
}

#menu {
	width: 1100px;
	height: auto;
	background: url("assets/images/bg-menu.jpg") repeat-x left top #fff;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	line-height: 32px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #8d9490;
}

#menu li + li::before {
	content: "|";
	display: inline-block;
	color: #8d9490;
}

#menu a {
	border: 0;
	color: #8d9490;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 25px;
	margin-right: 25px;
	text-decoration: none;
	display: inline-block;
}

#menu .current-menu-item > a,
#menu .current_page_item > a,
#menu a:hover {
	color: #fff;
	background-color: #0a61ad;
	text-decoration: none;
}

#content {
	box-sizing: border-box;
	width: 1100px;
	min-height: 580px;
	padding-left: 45px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: url("assets/images/bg-main.jpg") repeat-x left top;
	position: relative;
}

body.home #content,
body.front-page #content {
	min-height: 0;
	padding-right: 37px;
	display: grid;
	grid-template-columns: 1fr 254px;
	column-gap: 19px;
	align-items: start;
}

#bilder {
	position: absolute;
	right: 37px;
	top: 40px;
	width: 214px;
}

#bilder figure {
	margin: 0 0 10px;
}

#bilder img {
	display: block;
	width: 210px;
	height: 158px;
	object-fit: cover;
	border: 1px solid #0a61ad;
	padding: 1px;
	text-decoration: none;
}

#text {
	width: 730px;
	padding-right: 40px;
}

body.home #text,
body.front-page #text {
	width: auto;
	padding-right: 0;
}

#text a {
	color: #0a61ad;
}

#text a:hover {
	text-decoration: underline;
}

#text a[href$=".pdf"]::before,
#text a[href*=".pdf?"]::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 20px;
	background: url("assets/images/pdficon_small.png") no-repeat center center;
	vertical-align: -3px;
}

#text h1 {
	font-size: 20px;
	font-weight: bold;
}

#text h2 {
	font-size: 16px;
}

#text h3 {
	font-size: 14px;
}

.jumbotron {
	display: grid;
	grid-template-columns: 410px 2px 1fr;
	column-gap: 0;
	min-height: 260px;
	padding-top: 45px;
	padding-bottom: 45px;
}

.front-intro {
	color: #000;
}

.front-intro p {
	margin-top: 0;
}

.front-intro .front-headline {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.1;
}

.front-intro .front-subline {
	font-size: 32px;
	line-height: 1.12;
}

.front-divider {
	width: 2px;
	height: 260px;
	background-color: #0a61ad;
}

.front-company {
	padding-top: 5px;
	text-align: right;
}

.front-company span {
	font-size: 20px;
}

#bilder.front-image {
	position: static;
	width: 254px;
}

#bilder.front-image img {
	width: 245px;
	height: 327px;
	object-fit: cover;
	border: 0;
	padding: 0;
}

.aktuelles {
	clear: both;
	margin-top: 15px;
	background-color: #fff;
	border-color: red;
	border-style: solid;
	border-width: 2px 0;
	padding-top: 8px;
	padding-bottom: 16px;
}

.aktuelles > .header {
	color: red;
}

.aktuelles .notice-content > :first-child {
	margin-top: 0;
}

.aktuelles .notice-content > :last-child {
	margin-bottom: 0;
}

#footer {
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.45;
	color: #0a61ad;
	width: 1100px;
	min-height: 66px;
	padding-left: 45px;
	padding-right: 37px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url("assets/images/bg-footer.jpg") repeat-x #e8ebec top;
}

#footer a {
	color: #0a61ad;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .footer-menu {
	float: right;
}

#footer .footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-menu li {
	display: inline;
}

#footer .footer-menu li + li::before {
	content: " | ";
}

.iev-sidebar-image-preview {
	display: block;
	margin: 8px 0;
}

.iev-sidebar-image-preview img {
	max-width: 100%;
	height: auto;
}
