/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700); */
@font-face {
	font-family: 'opensans';
	src: url('../fonts/google/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}
@font-face {
	font-family: 'chianti';
	src: url('../fonts/chianti_bt_roman.ttf') format('truetype');
}

body {
	background: #e5e5e5;
	color: rgb(68, 68, 68);
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(68, 68, 68);
	font-family: 'chianti';
}
/**TESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSST */
#colapse-navbar {
	display: flex!important;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
}

a {
	color: #1D70B7;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.logo {
	width: 50%;
	height: 140%;
	margin-left: 90px;
}

.btn {
	font-weight: 300;
	border: 0;
}

.btn.btn-primary {
	background-color: #1D70B7;
}

.btn.btn-primary:hover, .btn.btn-primary.active {
	background-color: #1586c3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a:hover, a:focus {
	color: #1D70B7;
	text-decoration: none;
	outline: none;
}

.col-md-4 p:hover {
	color: rgb(68, 68, 68);
}

.grey:hover {
	color: rgb(68, 68, 68);
}

.col-md-4 p {
	color: rgb(68, 68, 68);
}

.col-md-6 p {
	font-weight: 500;
}

.col-md-6 h4 {
	font-weight: 700;
}

.col-md-6 a:hover {
	color: #1D70B7;
	;
}

.col-md-12 p {
	font-weight: 400;
}

.footerContent {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 10;
}

#main-slider {
	background-image: url(../images/eutin.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	padding: 127px 0;
	color: #fff;
}

.homeIcon {
	border-left: 1px solid rgba(29, 112, 183, .25);
}

#main-slider .item {
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	-webkit-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
	text-align: center;
}

#main-slider .item:first-child {
	top: auto;
	position: relative;
}

#main-slider .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	-webkit-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 2;
}

#main-slider .item.active h1 {
	-webkit-animation: scaleUp 400ms;
	-moz-animation: scaleUp 400ms;
	-o-animation: scaleUp 400ms;
	-ms-animation: scaleUp 400ms;
	animation: scaleUp 400ms;
}

#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	margin-top: -50px;
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}

#main-slider .prev:hover, #main-slider .next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

#main-slider .prev {
	left: 10px;
}

#main-slider .next {
	right: 10px;
}

#main-slider h1 {
	font-size: 40px;
	text-shadow: 0 3px rgba(0, 0, 0, 0.1);
	color: #fff;
}

#main-slider h2 {
	font-size: 30px;
	text-shadow: 0 3px rgba(0, 0, 0, 0.1);
	color: #fff;
}

#contact .box {
	background-color: #222;
	color: #848484;
}

#contact .box h1, #contact .box h2, #contact .box h3 {
	color: #fff;
}

#contact .box a {
	color: #848484;
}

#contact .box a:hover {
	color: #1D70B7;
}

#contact .box input[type="text"], #contact .box input[type="email"], #contact .box textarea {
	background-color: #111;
	border: 0;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#contact .box input[type="text"]:focus, #contact .box input[type="email"]:focus, #contact .box textarea:focus {
	background-color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.gridItem:hover {
	background-color: #d2e1ee;
	border-radius: 5px;
}

.gridItem:hover .continueReading {
	color: #1D70B7;
}

#nutzungsbedingungen, #haftungsausschluss, #impressum {
	margin-top: 0;
}

.continueReading {
	color: #848484;
	white-space: nowrap;
}

.box {
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
	position: relative;
}

.box.first {
	margin-top: -200px;
	border-radius: 5px 5px 5px 5px;
}

.box.last {
	border-radius: 0 0 5px 5px;
}

.box h2 {
	padding: 10px 30px;
	display: inline-block;
	border-radius: 4px;
	position: relative;
	margin-bottom: 30px;
	font-size: 48px;
}

#portfolio .box {
	background: #f3f3f3;
}

.portfolio-items, .portfolio-filter {
	list-style: none;
	padding: 0;
	margin: 0;
}

.portfolio-items {
	margin-right: -20px;
}

.portfolio-filter {
	margin-bottom: 50px;
	text-align: center;
}

.portfolio-filter>li {
	display: inline-block;
}

.portfolio-items>li {
	float: left;
	padding: 0;
	margin: 0;
}

.portfolio-items.col-2>li {
	width: 50%;
}

.portfolio-items.col-3>li {
	width: 33%;
}

.portfolio-items.col-4>li {
	width: 25%;
}

.portfolio-items.col-5>li {
	width: 20%;
}

.portfolio-items.col-6>li {
	width: 16%;
}

.portfolio-item .item-inner {
	margin: 0 20px 20px 0;
	text-align: center;
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #e1e1e1;
}

.portfolio-item img {
	width: 100%;
}

.portfolio-item .portfolio-image {
	position: relative;
}

.portfolio-item h5 {
	margin: 0;
	padding: 10px 0 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.portfolio-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	vertical-align: middle;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

.portfolio-item .overlay .preview {
	position: relative;
	top: 50%;
	display: inline-block;
	margin-top: -20px;
}

.portfolio-item:hover .overlay {
	opacity: 1;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for checkbox-containers with infinite scrolling*/

.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.center {
	text-align: center;
}

#team-scroller .designation {
	margin-top: 10px;
	display: block;
}

.member {
	margin: 0 50px;
	text-align: center;
}

.carousel.scale .left-arrow, .carousel.scale .right-arrow {
	top: 30%;
	position: absolute;
}

.carousel.scale .left-arrow {
	left: -10px;
}

.carousel.scale .right-arrow {
	right: -10px;
}

.carousel.scale .active .row>div:nth-child(1) {
	-webkit-animation: scaleUp 200ms linear 0 both;
	-moz-animation: scaleUp 200ms linear 0 both;
	-ms-animation: scaleUp 200ms linear 0 both;
	-o-animation: scaleUp 200ms linear 0 both;
	animation: scaleUp 200ms linear 0 both;
}

.carousel.scale .active .row>div:nth-child(2) {
	-webkit-animation: scaleUp 200ms linear 100ms both;
	-moz-animation: scaleUp 200ms linear 100ms both;
	-ms-animation: scaleUp 200ms linear 100ms both;
	-o-animation: scaleUp 200ms linear 100ms both;
	animation: scaleUp 200ms linear 100ms both;
}

.carousel.scale .active .row>div:nth-child(3) {
	-webkit-animation: scaleUp 200ms linear 200ms both;
	-moz-animation: scaleUp 200ms linear 200ms both;
	-ms-animation: scaleUp 200ms linear 200ms both;
	-o-animation: scaleUp 200ms linear 200ms both;
	animation: scaleUp 200ms linear 200ms both;
}

.carousel.scale .active .row>div:nth-child(4) {
	-webkit-animation: scaleUp 200ms linear 400ms both;
	-moz-animation: scaleUp 200ms linear 400ms both;
	-ms-animation: scaleUp 200ms linear 400ms both;
	-o-animation: scaleUp 200ms linear 400ms both;
	animation: scaleUp 200ms linear 400ms both;
}

.carousel-content {
	margin-bottom: 80px
}

.icon-social {
	border: 0;
	color: #fff;
	border-radius: 100%;
	display: inline-block !important;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0;
}

.navbar-default {
	background: #fff;
	border-radius: 0 0 5px 5px;
	border: 0;
	padding: 0;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
	overflow: hidden;
}

.navbar-default .first a {
	border-radius: 0 0 0 5px;
}

/* .navbar-brand img {
	align-items: center;
} */

.navbar-brand>img {
	/* align-items: center; */
	/* display: inline; */
	margin-left: 7px;
	width: 160px;
	/* padding-top: 10px; */
}

#nav-phone-contact {
	float: right;
	padding-right: 10px;
}

/* .navbar-brand {
	padding-right: 10px;
} */

.navbar-default .navbar-brand {
	padding: 0;
	padding-left: 5px;
	padding-right: 11px;
	/* width: 100%; */
	/* color: #1D70B7;
  font-weight: 300;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 36px;
  margin-top: 20px;
  background: url(../images/logo-jaensch-lensch.jpg) no-repeat 0;*/
}

.navbar-default .navbar-nav>li>a {
	padding: 30px 25px;
	font-size: 16px;
	line-height: 18px;
	color: #848484;
	height: 80px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.navbar-default a.navbar-nav>li>a>i {
	display: inline-block;
}

.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li.active:focus>a, .navbar-default .navbar-nav>li.active:hover>a, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>li:focus>a, .navbar-default .navbar-nav>li.active>a:focus, .navbar-default .navbar-nav>li.active:focus>a:focus, .navbar-default .navbar-nav>li.active:hover>a:focus, .navbar-default .navbar-nav>li:hover>a:focus, .navbar-default .navbar-nav>li:focus>a:focus {
	background-color: #1D70B7;
	color: #fff;
}

.icon-lg {
	font-size: 48px;
	height: 108px;
	width: 108px;
	line-height: 108px;
	color: #fff;
	margin: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	display: inline-block !important;
	border-radius: 100%;
}

.icon-md {
	font-size: 24px;
	height: 68px;
	width: 68px;
	line-height: 68px;
	color: #fff;
	margin-right: 10px;
	background-color: #1D70B7;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	margin-bottom: 10px;
}

.gap {
	margin-bottom: 50px;
}

.big-gap {
	margin-bottom: 100px;
}

#footer {
	padding-top: 50px;
	padding-bottom: 10px;
	color: #848484;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	color: #848484;
}

#footer a:hover {
	color: #1D70B7;
}

#footer-kontakt {
	padding-top: 30px;
	padding-bottom: 10px;
	color: #848484;
	margin-left: auto;
	margin-right: auto;
}

#footer-kontakt a {
	color: #848484;
}

#footer-kontakt a:hover {
	color: #1D70B7;
}

.fussleiste {
	padding: 15px
}

textarea#message {
	padding: 10px 15px;
	height: 200px
}

.textabsatz {
	font-size: 16px;
	margin-bottom: 150px
}

.textabsatz2 {
	font-size: 16px;
	margin-bottom: 140px
}

.textabsatz3 {
	font-size: 16px;
	margin-bottom: 140px
}

.modal {
	padding: 50px
}

.modal-body {
	color: rgb(68, 68, 68);
	text-align: left;
}

.modal-title {
	text-align: left;
}

.sec-row {
	margin-top: 50px
}

.grey {
	color: rgb(68, 68, 68);
}

.mlr-100 {
	margin-left: 100px;
	margin-right: 100px
}

.white {
	color: #fff
}

.blue {
	color: #1D70B7;
}

.btn-danger {
	background-color: #1D70B7;
}

.btn-danger:hover {
	background-color: #848484
}

.font16 {
	font-size: 16px
}

#contactSeparator {
	display: none;
}

.separator {
	border-top: 1px solid #1D70B7;
	display: none;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 80%;
	filter: opacity(25%);
}

.separator-nav {
	margin-top: 0;
	margin-bottom: 0;
}

#servicesGrid {
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: 30% 30% 30%;
	column-gap: 5%;
}

@keyframes scaleUp {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-moz-keyframes scaleUp {
	0% {
		opacity: 0;
		-moz-transform: scale(0.3);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-webkit-keyframes scaleUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-ms-keyframes scaleUp {
	0% {
		opacity: 0;
		-ms-transform: scale(0.3);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}

@-o-keyframes scaleUp {
	0% {
		opacity: 0;
		-o-transform: scale(0.3);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

.fa-home {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 25px;
}

.navbar-default {
	height: 80px;
	display: flex;
	overflow: visible;
}

/* .navbar-default a.navbar-brand {
	width: max-content;
} */

#main-slider {
	padding: 100px 0px
}

.mlr-100 {
	margin-left: 10px;
	margin-right: 10px
}

.textabsatz {
	margin-bottom: 20px
}

#footer-kontakt {
	text-align: left
}

#main-slider h1 {
	font-size: 30px
}

.center-block {
	margin-top: 20px;
	padding: 10px;
}

.textabsatz3 {
	margin-bottom: 120px;
}

.aktuelles {
	text-align: left
}

.iconContact {
	padding-right: 3px;
}

.navbar-default .navbar-nav>li>a {
	padding: 15px 10px;
}

.border-left {
	border-left: 1px solid rgba(29, 112, 183, .25);
	border-right: 0;
}

/** Tablet Formate */

@media (min-width: 768px) and (max-width: 991px) {
	#servicesGrid {
		grid-template-rows: auto auto auto;
		grid-template-columns: 48% 48%;
		column-gap: 4%;
	}
	#footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.navbar-brand {
		height: 80px;
	}
	.navbar-brand>img {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 100%;
	}
	.fa-home {
		font-size: 20px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 1.25rem;
		padding: 15px 5px;
	}
}

@media (max-width: 767px) {
	.navbar-header{
		width: 100%;
	}
	.navbar-default>.navbar-header>button{
		float: right;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 15px 10px;
		height: auto;
	}
	#homeIcon {
		padding: 12px 10px;
	}
	.border-left {
		border-left: 0;
	}
	#colapse-navbar {
		display: block!important;
	}
	#servicesGrid {
		grid-template-rows: auto auto auto auto auto auto;
		grid-template-columns: 100%;
		column-gap: 0;
	}
	#contactSeparator {
		display: block;
	}
	.separator {
		display: block;
	}
	.navbar-brand>img {
		margin-left: 0%;
		margin-top: 1%;
	}
	.navbar {
		margin-bottom: 0;
	}
	.logo {
		width: 160px;
		height: 80px;
		padding-top: 5px;
	}
	.navbar-default .navbar-brand {
		width: 160px;
	}
	.navbar-brand>img {
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.navbar-toggle {
		height: 40px;
		margin-top: 17px;
	}
	.navbar-collapse {
		text-align: center;
		border-radius: 0 0 5px 5px;
		background-color: white;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
		right: 0;
		top: 80px;
		position: absolute;
	}
	.fa-home {
		font-size: 25px;
	}
	.box {
		padding: 10px;
	}
	.sec-row {
		margin-top: -10px;
	}
	.footerContent {
		width: 100%;
	}
}

/** Smartphone Formate */

@media (max-width: 480px) {
	.navbar-brand>img {
		display: inline;
		margin-left: 0;
		padding-bottom: 10px;
	}
	#main-slider {
		padding: 110px 0px;
	}
	.carousel-content {
		margin-top: -20px;
	}
	.modal {
		margin-top: 30px;
		padding: 50px 10px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 15px 10px;
		height: auto;
	}
	.row.center-block.text-center {
		padding-top: 20px;
	}
	#homeIcon {
		padding: 12px 10px;
	}
}

@media (max-width:420px) {
	.footerContent {
		font-size: 1.2rem;
	}
}

@media (max-width:380px) {
	.footerContent {
		font-size: 1.1rem;
	}
}

/* Farben:
blau: #1D70B7
rot: #E30513
grau: #E3E8F6 

*//* The checkbox-container */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	/* font-size: 22px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
	background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }