/**
 * Reset
 */
* {
	box-sizing:                 border-box;
	/*line-height:                0;*/
	outline:                    0;
	transition-delay:           50ms;
	transition-duration:        250ms;
	transition-property:        all;
	transition-timing-function: ease-in-out;
}

*::-moz-focus-inner {
	border: 0;
}

html {
	font-family: 'arial', 'sans-serif';
	font-size:   16px;
}

a,
a:active, a:focus, a:hover, a:visited,
a:active:focus, a:active:hover, a:active:visited, a:focus:hover, a:focus:visited, a:hover:visited,
a:active:focus:hover, a:active:focus:visited, a:active:hover:visited, a:focus:hover:visited,
a:active:focus:hover:visited {
	color:           inherit;
	cursor:          pointer;
	text-decoration: none;
}

body,
nav,
p {
	margin:  0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
}

main {
	display: block;
	width: 100%;
}

td, tr, p, br, a, h1, h2, h3, h4, h5, h6, p, div {
	line-height: normal;
}

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

/**
 * List
 */
.list,
.list > * {
	box-sizing: border-box;
	display:    inline-flex;
	flex-wrap:  nowrap;
}

.list.center > *,
.list > *.center {
	align-items:     center;
	justify-content: center;
}

.list.left > *,
.list > *.left {
	align-items:     center;
	justify-content: flex-start;
}

.list.right > *,
.list > *.right {
	align-items:     center;
	justify-content: flex-end;
}

.list.grow > *,
.list > *.grow {
	flex-grow: 1;
}

.list.reduce > *,
.list > *.reduce {
	flex-grow: 0;
}

.list.full.width,
.list > *.full.width {
	width: 100%;
}

.list.full.height,
.list > *.full.height {
	height: 100%;
}

.list.horizontal,
.list > *.horizontal {
	flex-direction: row;
}

.list.vertical,
.list > *.vertical {
	flex-direction: column;
}

.list.wrap,
.list > *.wrap {
	flex-wrap: wrap;
}

/**
 * Document
 */
html {
	/** background-color: #444444; */
	background-color: #FFFFFF;
	color:            #4D6EA8;
	font-family:      'Roboto', 'Arial', 'sans-serif';
	overflow-x:       hidden;
}

/**
 * Roboto Font
 */

@font-face {
	font-family:   'Roboto';
	font-style:    normal;
	font-weight:   400;
	src:           local('Roboto'),
	local('Roboto-Regular'),
	url('./../fonts/roboto/cyrillic-ext.woff2') format('woff2');
	unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
	font-family:   'Roboto';
	font-style:    normal;
	font-weight:   400;
	src:           local('Roboto'),
	local('Roboto-Regular'),
	url('./../fonts/roboto/cyrillic.woff2') format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family:   'Roboto';
	font-style:    normal;
	font-weight:   400;
	src:           local('Roboto'),
	local('Roboto-Regular'),
	url('./../fonts/roboto/greek-ext.woff2') format('woff2');
	unicode-range: U+1F00-1FFF;
}

@font-face {
	font-family:   'Roboto';
	font-style:    normal;
	font-weight:   400;
	src:           local('Roboto'),
	local('Roboto-Regular'),
	url('./../fonts/roboto/greek.woff2') format('woff2');
	unicode-range: U+0370-03FF;
}

@font-face {
	font-family:   'Roboto';
	font-style:    normal;
	font-weight:   400;
	src:           local('Roboto'),
	local('Roboto-Regular'),
	url('./../fonts/roboto/vietnamese.woff2') format('woff2');
	unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

@font-face {
	font-family:   'Roboto';
	font-style:    normal;
	font-weight:   400;
	src:           local('Roboto'),
	local('Roboto-Regular'),
	url('./../fonts/roboto/latin-ext.woff2') format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family:   'Roboto';
	font-style:    normal;
	font-weight:   400;
	src:           local('Roboto'),
	local('Roboto-Regular'),
	url('./../fonts/roboto/latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/**
 * Material Icon Font
 */
@font-face {
	font-family: 'Material Icons';
	font-style:  normal;
	font-weight: 400;
	src:         local('Material Icons'), url('./../fonts/material/material.woff2') format('woff2');
}

.material {
	font-family: 'Material Icons', sans-serif;
}

.icon {
	box-sizing:              border-box;
	direction:               ltr;
	display:                 inline-block;
	font-size:               24px;
	font-style:              normal;
	font-weight:             normal;
	letter-spacing:          normal;
	line-height:             1;
	overflow:                hidden;
	text-transform:          none;
	white-space:             nowrap;
	word-wrap:               normal;
	font-feature-settings:   'liga';
	text-rendering:          optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing:  antialiased;
}

/**
 * Form
 */
form {
	display: block;
	width:   100%;
}

button,
[type="submit"],
input,
textarea {
	background-color: #FFFFFF;
	border:           1px solid hsla(0, 100%, 0%, 0.1);
	border-radius:    4px;
	display:          inline-block;
	font-family:      inherit;
	font-size:        inherit;
	padding:          10px;
	white-space:      normal;

}

button,
[type="submit"] {
	background-color: #444444;
	border:           none;
	box-sizing:       border-box;
	color:            #FFFFFF;
	cursor:           pointer;
	font-size:        12px;
}

button:hover,
button:focus,
[type="submit"]:hover,
[type="submit"]:focus {
	background-color: #4D6EA8;
	box-sizing:       border-box;
	color:            #FFFFFF;
	cursor:           pointer;
	font-size:        12px;
}

button:active,
[type="submit"]:active {
	background-color: #FFAA00;
	box-sizing:       border-box;
	color:            #FFFFFF;
	cursor:           pointer;
	font-size:        12px;
}

article > main form label {
	display: inline-block;
	float:   left;
	height:  20px;
	width:   20%;
}

article > main form button {
	float: right;
	width: 30%;
}

article > main form input[type=text], article > main form input[type=password] {
	width: 250px;
}

input[type=number] {
	width: 60px;
}

article > main form button,
article > main form [type="submit"] {
	max-width: 150px;
	margin-left: 15px;}

.search {
	border: none;
}

/**
 * Logo
 */
.logo {
	display:    inline-block;
	position:   relative;
	text-align: center;
}

.logo:before {
	/*background-image:    url('./../images/svg/logo.svg');*/
	background-image:    url('../images/bo_logo350x205.jpg');
	background-position: center;
	background-repeat:   no-repeat;
	background-size:     auto 100%;
	content:             '';
	display:             inline-block;
	height:              100%;
	width:               100%;
}

.logo.white:before {
	/*background-image: url('./../images/svg/logo-bright.svg');*/
	background-image:    url('../images/bo_logo350x205.jpg');
}

.logo > a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/**
 * Header
 */
body > header {
	background-color: #FFF;
	color:            #4D6EA8;
	font-size:        18px;
	text-align:       center;
	left:             0;
	/** Header Fix:
	position:         fixed;  Beachte Zeilen 494-498 */
	right:            0;
	top:              0;
	z-index:          1000;
        border-bottom: 2px solid hsla(0, 100%, 0%, 0.25);
        border-bottom-color: #4D6EA8;
}

/**
 * Navigation
 */
body > header > nav {
	background-color: #FFF;
	box-shadow:       0 0 0px hsla(0, 100%, 0%, 0.5);
}

body > header > nav > ul > li > * {
	padding: 20px;
	width:   100%;
}

body > header > nav > ul > li > a:focus,
body > header > nav > ul > li > a:hover,
body > header > nav > ul > li > *.link:focus,
body > header > nav > ul > li > *.link:hover {
	background-color: hsla(0, 100%, 0%, 0.1);
	cursor:           pointer;
}

body > header > nav > ul > li > a:active,
body > header > nav > ul > li > *.link:active {
	background-color: hsla(0, 0%, 100%, 0.1);
	cursor:           pointer;
}

/**
 * Navigation logo
 */
body > header > nav > ul > li.logo {
	line-height:     100px;
	min-height:      120px;
	padding:           5px;
	width:           190px;
}

body > header > nav > ul > li.logo > a:active,
body > header > nav > ul > li.logo > a:focus,
body > header > nav > ul > li.logo > a:hover {
	background-color: transparent;
}

/**
 * Navigation hamburger menu
 */
body > header > nav > ul > li.hamburger {
	display:     none;
	user-select: none;
}

body > header > nav > ul > li.hamburger > .icon {
	font-size: 20px;
}

/**
 * Navigation mobile
 */
body > header > nav.mobile {
	display:   none;
	font-size: 14px;
	position:  absolute;
	right:     0;
	transform: translateX(100%);
	z-index:   1000;
}

body > header > nav.mobile.active {
	transform: translateX(0%);
}

/**
 * Navigation mobile view (1000px)
 */
@media (max-width: 1000px) {
	body > header > nav > ul > li.hamburger {
		display: inline-flex;
	}

	body > header > nav > ul.list > li {
		display: none;
	}

	body > header > nav.mobile > ul.list > li,
	body > header > nav > ul.list > .hamburger,
	body > header > nav > ul.list > .logo {
		display: inline-flex;
	}

	body > header > nav.mobile {
		display: block;
	}
}

/**
 * Navigation mobile view (280px)
 */
@media (max-width: 280px) {
	body > header > nav > ul > li.logo {
		width: 100%;
	}

	body > header > nav > ul > li.hamburger {
		color:    #000000;
		left:     0;
		position: absolute;
		top:      0;
	}
}

/**
 * Main
 */
body > main {
	background-color: #EEEEEE;
	border-top:       1px solid #FFFFFF;
	color:            #333333;
	overflow:         hidden;
	padding:          10px 20px;
	text-align:       center;
	/*** Wenn header fix, dann
	margin-top:       155px;
  **/  
	margin-top:       15px;
}

/**
 * Main mobile view (450px)
 */
@media (max-width: 450px) {
	body > main {
		padding: 5px 0;
	}
}

body > main section {
	width: 100%;
}

.wrapper {
	flex-wrap: wrap;
	max-width: 1600px;
	width:     100%;
	display:   inline-flex;
}

/**
 * Content
 */
body > main section.content {
	display:       inline-block;
	overflow:      hidden;
	padding-right: 10px;
	width:         100%;
	order:         1;
}

/**
 * Content mobile view (700px)
 */
@media (max-width: 700px) {
	body > main section.content {
		padding-right: 0;
		width:         100%;
	}
}

/**
 * Sidebar
 */
body > main section.sidebar {
	display:      inline-block;
	overflow:     hidden;
	padding-left: 10px;
	width:        30%;
	order:        2;
}

/**
 * Sidebar mobile view (700px)
 */
@media (max-width: 700px) {
	body > main section.sidebar {
		height:  0;
		margin:  0;
		padding: 0;
		width:   0;
	}
}

/**
 * Content
 */
body > main section > article, body > main section form > article, .pagination li  {
	background-color: #FFFFFF;
	border-bottom:    2px solid hsla(0, 100%, 0%, 0.25);
	border-radius:    6px;
	box-shadow:       0 0 10px hsla(0, 100%, 0%, 0.1);
	color:            #333333;
	display:          inline-flex;
	flex-wrap:        wrap;
	margin:           10px auto;
	overflow:         hidden;
	padding:          10px;
	text-align:       left;
	width:            100%;
}

body > main.translations section > article, body > main.translations section form > article, .pagination li {
	width: 48%;
	float: left;
	margin-right: 1%;
}

ul.pagination li {
	width: 38px;
	margin-right: 5px;
	padding: 14px;
}

li.page-active {
	background: #ccc;
}

body > main section > article:hover, body > main section form > article:hover, .pagination li:hover  {
	border-bottom-color: #4D6EA8;
	cursor:              pointer;
}

/**
 * Article ad
 */
body > main section > article.ad {
	border:  2px solid #4D6EA8;
	display: none;
}

body > main section > article.ad:hover {
	border-bottom-color: #4D6EA8;
	cursor:              pointer;
}

body > main section.sidebar > article.ad {
	display: /*inline-flex*/none;
}

/**
 * Article links
 */
body > main section > article a, body > main section form > article a {
	position: relative;
}

body > main section > article a,
body > main section > article a:active, body > main section > article a:focus, body > main section > article a:hover, body > main section > article a:visited,
body > main section > article a:active:focus, body > main section > article a:active:hover, body > main section > article a:active:visited, body > main section > article a:focus:hover, body > main section > article a:focus:visited, body > main section > article a:hover:visited,
body > main section > article a:active:focus:hover, body > main section > article a:active:focus:visited, body > main section > article a:active:hover:visited, body > main section > article a:focus:hover:visited,
body > main section > article a:active:focus:hover:visited {
	color: #4D6EA8;
}

body > main > article a:active, body > main section > article a:focus, body > main section > article a:hover,
body > main > article a:active:focus, body > main section > article a:active:hover, body > main section article a:active:visited, body > main section > article a:focus:hover, body > main section > article a:focus:visited, body > main section > article a:hover:visited,
body > main > article a:active:focus:hover, body > main section > article a:active:focus:visited, body > main section > article a:active:hover:visited, body > main section > article a:focus:hover:visited,
body > main > article a:active:focus:hover:visited {
	text-decoration: underline;
}

body > main section > article a.inherit {
	color: inherit;
}

/**
 * Article mobile view (450px)
 */
@media (max-width: 450px) {
	body > main section > article {
		border-radius: 0;
		margin:        5px auto;
	}

	body > main section > article.ad {
		border-left-width:  0;
		border-right-width: 0;
	}
}

/**
 * Article mobile view (450px)
 */
@media (max-width: 700px) {
	body > main section > article.ad {
		display: inline-flex;
	}
}

.bottom {
	margin-top: auto;
}

/**
 * Article header
 */
body > main section > article > header {
	color:          #777777;
	display:        flex;
	flex-direction: column;
	font-size:      14px;
	margin:         10px;
	overflow:       hidden;
	order:          1;
}

body > main section > article > header > * {
	white-space: nowrap;
}

/**
 * Article main
 */
body > main section > article > main {
	flex:     1 70%;
	margin:   10px;
	overflow: hidden;
	order:    2;
}

body > main section > article > main > h1 {
	font-size: 20px;
}

body > main section > article > main p {
	/* text-align: justify; */
	text-align: left;
}

/**
 * Article footer
 */
body > main section > article > footer,
body > main section form > article > footer {
	clear:    both;
	margin:   10px;
	overflow: hidden;
	width:    100%;
	order:    3;
}

/**
 * Footer
 */
body > footer {
	background-color: #FFF;
	border-top:       2px solid hsla(0, 100%, 0%, 0.2);
	border-top-color: #4D6EA8;
	color:            #4D6EA8;
	overflow:         hidden;
	padding:          10px;
	text-align:       center;
}

/**
 * Footer logo
 */
body > footer > nav > ul > li.logo {
	line-height:      60px;
	padding:          10px;
	width:            200px;
}

body > footer > nav > ul > li.logo > a:active,
body > footer > nav > ul > li.logo > a:focus,
body > footer > nav > ul > li.logo > a:hover {
	background-color: transparent;
}

.margin-bottom {
	margin-bottom: 5px!important;
}

div#map {
	height: 300px;
}

input.extended-search {
	padding: 2px;
	margin-bottom: 10px;
	line-height: initial;
}

select {
	height: 30px;
	border-radius: 7px;
	padding: 5px;
}

main span {
	display: inline-block;
}

footer span {
	margin-right: 10px;
}

form table {
	width: 100%;
}

td textarea {
	width: 100%;
}

article.blocks {
	width: 50%;
}

.blocks i {
	margin-right: 10px;
}

i.end {
	float: right;
	margin-right: 0;
}

.blocks div, .blocks h2 {
	border-bottom: 1px solid #aaa;
	padding: 15px;
}

#bibleopener {
	display: none;
}

.results li {
	margin-bottom: 10px;
}

nav li:not(:first-child) {
	padding-top: 59px;
}

nav li:not(:first-child) a {
	border-right: 1px solid;
}

a.pagination {
	margin-right: 5px;
}

.marked {
	background-color: #94c3ff;
}

@media(max-width: 768px) {
	article.blocks {
		width: 100%;
	}

}

.divkonkordanz {
 text-align: center;
}

span.vers-hover:hover {
	background: hsla(0, 100%, 0%, 0.1);
}
span.vers-hover {
	display: inline;
}

#extended_search {
	display: none;
}
