html, body {
	height: 100%;
}

body {
	padding-top: 0;
}

.img-portfolio {
	margin-bottom: 30px;
}

.img-hover:hover {
	opacity: 0.8;
}

a {
	color: #197196;
	text-decoration: none;
}

h3 {
	font-weight: bold;
}

header.carousel {
	height: 50%;
}

header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}

header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.container {
	max-width: 1100px;
	font-size: 16px;
}

.background {
	background: url("../../../source/parallax/top-n.png") top no-repeat, url("../../../source/parallax/footer.png") bottom no-repeat;
	background-size: 100% auto;
	position: relative;
	min-height: 450px;
}

.main_content {
	max-width: 1100px;
}

.content {
	display: none;
}

.error-404 {
	font-size: 100px;
}

footer {
	margin-top: 30px;
	background-color: #E1EDF9;
	padding: 20px 0;
	color: #1A3C7A;
	font-weight: bold;
}

footer a {
	color: #1A3C7A !important;
}

#datenschutz > .modal-dialog > .modal-content > .modal-body, #impressum > .modal-dialog > .modal-content > .modal-body, #kontaktformular > .modal-dialog > .modal-content > .modal-body, #cookie > .modal-dialog > .modal-content > .modal-body, #cookie_ablehnen > .modal-dialog > .modal-content > .modal-body {
	font-size: 13px;
}

#datenschutz > .modal-dialog > .modal-content > .modal-body > div > div > h3, #impressum > .modal-dialog > .modal-content > .modal-body > div > div > h3, #kontaktformular > .modal-dialog > .modal-content > .modal-body > div > div > h3, #cookie_ablehnen > .modal-dialog > .modal-content > .modal-body > div > div > h3, #cookie > .modal-dialog > .modal-content > .modal-body > div > div > h3 {
	font-size: 18px !important;
}

#cookie > .modal-dialog, #cookie_ablehnen > .modal-dialog {
	width: 100%;
	margin-top: 350px;
}

#cookie > .modal-dialog > .modal-content, #cookie_ablehnen > .modal-dialog > .modal-content {
	border-radius: 0;
	background-color: #1A3C7A;
	color: #fff;
}

#cookie > .modal-dialog > .modal-content > .modal-footer > div > a, #cookie > .modal-dialog > .modal-content > .modal-body > form > a, #cookie_ablehnen > .modal-dialog > .modal-content > .modal-footer > div > a, #cookie_ablehnen > .modal-dialog > .modal-content > .modal-body > form > a {
	color: orange;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.block {
	margin-top: 110px;
	margin-bottom: 30px;
}

.refer {
	font-size: 12px;
}

.refer img {
	max-width: 130px;
	margin-right: 10px;
	float: left;
	padding-left: 0;
}

.table-size {
	max-width: 350px;
}

.table_description {
	max-width: 210px;
}

@media (min-width: 450px) {
	.block {
		margin-top: 130px;
	}
}

@media (min-width: 577px) {
	.block {
		margin-top: 200px;
	}

	.table-size {
		max-width: 540px;
	}

	.table_description {
		max-width: 400px;
	}
}

@media (min-width: 768px) {
	.background {
		margin-top: 4px !important;
	}

	.block {
		margin-top: 210px;
	}

	.refer {
		font-size: 14px !important;
	}

	.refer img {
		max-width: 140px;
		margin-right: 10px;
		float: left;
		padding-left: 0;
	}

	.table-size {
		max-width: 640px;
	}

	.table_description {
		max-width: 500px;
	}
}

@media (min-width: 992px) {
	.background {
		margin-top: 5px !important;
	}

	.block {
		margin-top: 190px;
	}
}

@media (min-width: 1200px) {
	.nav > li > a {
		padding: 15px 10px !important;
	}

	.navbar-brand img {
		max-height: 80px !important;
	}

	.normal .navbar-right {
		padding-top: 8px;
	}

	.background {
		margin-top: 0 !important;
	}

	.block {
		margin-top: 220px;
	}
}

@media (max-width: 991px) {
	.customer-img, .img-related {
		margin-bottom: 30px;
	}

	.nav > li > a {
		padding: 8px 10px !important;
	}

	.navbar-brand img {
		max-height: 80px !important;
	}
}

@media (max-width: 767px) {
	.img-portfolio {
		margin-bottom: 15px;
	}

	header.carousel .carousel {
		height: 70%;
	}
}

@media (max-width: 767px) {
	.navbar-brand img {
		padding: 5px;
		max-height: 60px !important;
	}
}

.normal {
	transition: 0.5s;
}

.normal .navbar-right {
	padding-top: 6px;
	margin-right: 0;
	transition: 0.5s;
}

.navbar-brand {
	padding: 16px !important;
	color: #000000 !important;
}

.navbar-brand img {
	padding: 5px;
	max-height: 100px;
	transition: 0.5s;
}

.shrink {
	transition: 0.5s;
}

.shrink .navbar-right {
	padding-top: 10px;
	transition: 0.5s;
}

.shrink .navbar-brand img {
	max-height: 60px;
	transition: 0.5s;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #e0e0e0;
	font-size: 16px;
	font-weight: bold;
	background-color: #1A3C7A;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #1A3C7A;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #e0e0e0;
	background-color: #5478A8;
}

.btn {
	border-radius: 10px !important;
}

.btn-primary {
	background-color: #0d6786 !important;
	border-color: #0d6786 !important;
	color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active {
	color: #ffffff !important;
	background-color: #094B60 !important;
	border-color: #094B60 !important;
}

.navbar-default .navbar-toggle {
	border-color: #FFFFFF;
	color: #0d6786;
	background-color: rgb(26, 60, 122, 0.7);
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.well {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.img-responsive_mod {
	max-width: 100%;
	height: auto;
	margin: 10px;
	border: gray solid 1px;
	border-radius: 4px;
}

.galerie-item {
	display: inline-block;
}

.galerie-item img {
	max-height: 200px;
}

.caret-right {
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid;
	margin-left: 2px;
	display: inline-block;
	height: 0;
	vertical-align: middle;
	width: 0;
	color: #197196;
}

@media (min-width: 991px) {
	.col-centered {
		display: table-cell;
		float: none;
		vertical-align: top;
	}
}

.block_list {
	list-style: none !important;
	margin-left: -30px;
	text-align: left;
}

.block_list li a {
	color: black !important;
}

#myCarousel {
	height: 100% !important;
}

.align-center {
	text-align: center;
}

.mbr-white {
	color: #ffffff;
}

.mbr-regular {
	font-weight: 400;
}

.mbr-semibold {
	font-weight: 500;
}

.mbr-bold {
	font-weight: 700;
}

.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#top-link-block.affix-top {
	position: absolute;
	bottom: -82px;
	right: 10px;
}

#top-link-block.affix {
	position: fixed;
	bottom: 18px;
	right: 10px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-color: rgb(80, 80, 80, 0.5);
	border-radius: 50%;
	transform: translateX(-50%);
}

.scroll-top {
	top: 10px !important;
	left: 10px !important;
	font-size: 3rem;
	color: #e0e0e0;
}

.anker {
	position: relative;
	top: 10px;
	color: transparent !important;
}

.parallax_img {
	height: 620px;
	background-image: url("../../../source/parallax/background.png");
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.parallax_img {
		background-attachment: inherit;
		height: 400px;
	}

	.parallax_img_intro {
		background-attachment: inherit;
		height: 600px;
	}

	h1 {
		font-size: 24px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	.parallax-text {
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 15px;
		background-color: rgb(82, 130, 172, 0.9);
		border-radius: 10px;
	}

	.parallax-container {
		height: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 576px) {
	.parallax_img {
		background-attachment: inherit;
		min-height: 430px;
	}

	.parallax_img_intro {
		background-attachment: inherit;
		height: 560px;
	}

	.parallax-text {
		bottom: auto;
		top: 190px;
	}

	.parallax-text > .col-md-9 h3, h1 {
		margin-bottom: 20px;
		margin-top: 15px;
	}
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}