body {
	min-height: 800px;
	margin: 0px;
	background: rgb(48, 120, 179); /* Old browsers */
	font-family: 'Roboto', sans-serif;
	font-size: 115%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased; /* For Webkit browsers */
	-moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */
}


h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

.custom-quote {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #666;
}

.header {
	min-height: 84px;
	background: rgb(44,44,44);
	border-bottom: 2px solid #222222;
}

.sub-header {
	background: #F8F8F8;
	border-bottom: 1px solid #E2E2E2;
	padding: 0px;
}

.page-shadow {
	box-shadow: 0px 0px 6px black;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
}

.content {
	padding: 15px 25px 25px 25px;
}

.nav-item {
	margin: 0px 3px 0px 3px;
}

.nav-item a {
	margin: 0px 3px 0px 3px;
	color: white;
	font-weight: normal;
}

.nav-pills li:hover,
.nav-pills li:focus {
	background: rgb(22, 22, 22);
}

.footer {
	background: #F8F8F8;
	border-top: 1px solid #E2E2E2;
	font-size: 90%;
	min-height: 38px;
}

.footer p {
	text-align: center;
	margin-top: 5px;
}

#navbar-submenu {
	margin: 0px;
}

#navbar-submenu .nav-item .active {
	background: #E8E8E8;
	color: black;
}

#navbar-submenu .nav-item {
	padding: 0px 3px 0px 3px;
}


img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cursor {
	cursor: pointer;
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

.modal-content {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 1050px;
}

.modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

#image-viewer-caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.lizenz {
	background: #D3E0F2;
	margin: 12px;
	font-family: Arial;
	font-size: 12px;
}

.paybtn a {
	float: right; 
	margin-right: 7px;
	margin-top: 2px;
	background: url(https://www.haushaltsbuch.org/img/pay/button-pay.gif);
	width: 93px;
	height: 20px;
}

.paybtn a:hover {
	background: url(https://www.haushaltsbuch.org/img/pay/button-hover.gif);
}

.card-header {
	background: #dae4ed;
}

.card-body {
	background: #f9faff;
}

.icon-label {
	margin-right: 10px;
}

.ticket {
	border: 1px solid #CCCCCC;
	border-Left: 2px solid red;
}

.ticket-response .card-header {
	border: 0px solid #7F997F;
	border-left: 4px solid #7F997F;
	background-color: #ebf5ef;
}

.ticket-response .card-body {
	border: 0px solid #7F997F;
	border-left: 4px solid #7F997F;
	background-color: #f7fcf9;
}

.ticket-request .card-header {
	border: 0px solid #7F7F99;
	border-left: 4px solid #7F7F99;
	background-color: #e4e7ed;
}

.ticket-request .card-body {
	border: 0px solid #7F7F99;
	border-left: 4px solid #7F7F99;
	background-color: #f7f8fa;
}

.ticket-overview a {
	text-decoration: none;
	color: black;
}

.checked {
	color: orange;
}

.comment-icon {
	color: rgb(45, 110, 160);
}

.w-40 {
  width: 40% !important;
}

.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}
.btn { margin-bottom:10px; }

.faq-sep { border: 2px solid #DEDEDE; }

.nounderline {
  text-decoration: none !important
}

.nounderline:hover {
  text-decoration: none !important
}

.accordion :focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

#haushaltsbuch-image {
    float: left;
    width: 50%;
    margin-right: 1rem; /* entspricht Bootstrap's mr-3 */
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 900px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1000px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1000px) {
  .page-shadow {
    box-shadow: none;
  }
  .container {
	padding: 0px;
  }
  #haushaltsbuch-image {
    float: unset;
    width: 100%;
    margin-right: 0;
	margin-bottom: 10px;
  } 
}

.custom-gutter {
    padding-left: 5px;
    padding-right: 5px;
}

ul li {
    margin-bottom: 10px;
}


