body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 36px;
	color: #333;
	
}
h3, h4 {
	font-size: 24px;
	font-weight: 900;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 18px;
	font-weight: 200;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #191E4B;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 3px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #191E4B;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#logo {

	float: left;
	
width: min(45vw, 250px);
}

#logosmall {

	float: left;
width: min(50vw, 60px);
	padding: 10px 0px 0px 0px;
}



#menu {
	padding: 25px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 10px rgba(0,0,0,0.5)
}


#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #555;
	font-size: 15px;
	font-weight: 400;
	padding: 0px 2px 0px 0px;
	border-radius: 0;
	margin: 45px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: linear-gradient(to right, #191E4B 0%, #191E4B 100%);
	content: "";
	transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 1px !important;
	background: linear-gradient(to right, #D2DCE6 0%, #191E4B 100%);
	content: "" !important;
	transition: width 0.2s !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #191E4B;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #191E4B;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.section-title p {
	font-size: 18px;
}
.btn-custom {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: #D2DCE6;
	background-image: linear-gradient(to right, #D2DCE6 0%, #191E4B 100%);
	padding: 14px 34px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	border-radius: 25px;
	transition: all 0.5s linear;
	border: 0;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-image: none;
	background-color: #191E4B;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
.intro {
	display: table;
	max-width: 100%;
	padding: 0;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}
.intro h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.intro p {
	color: #fff;
	font-size: 22px;
	margin-top: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.intro .btn-custom {
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}




/* About Section */
#about {
	padding: 140px 0 80px 0;
	background: #f6f6f6;
	text-align: center;
	
}
#about h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 0 20px 0 0;
	text-align: center;
}
#about .about-text span {
	color: #70ad47;
	font-weight: 700;
	letter-spacing: -1px;
	
}
#about .btn {
	margin-top: 40px;
}
#about .about-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0px 0 15px 0;
}
#about .bild {
	padding: 0px 0 50px 0;
}
#about .about-text, #about .about-desc {
	margin-bottom: 40px;
	
}
#about p {
	line-height: 24px;
	margin-top: 20px;
}
/* Services Section */
#services {
	padding: 120px 0;
	background: url("../img/Pikto.jpg") fixed;
	background-color:#142246;
	background-size: contain;
	background-position: 50% 50%;
	display: flex;
	
}
#services .service-media {
	margin: 10px;
}

	

#services .service-desc {
	margin: 10px 10px 40px;
	text-align: center;
}
#services h2 {
	color: #fff;
}
#services h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	padding: 5px 0;
}

	
#services hr {
	background: rgba(255,255,255,0.6);
}

ul.webhefte {
	
}

ol.hefte {
}

ul.webhefte li {
	display: inline-block;
}
ol.hefte li {
	display: inline-block;
	margin: 0 10px 40px 10px;
}
ol.hefte li a {
	
	font-size: 16px;
	font-weight: 400;
	padding: 8px 16px;
	color: #ffffff;
	background: #262e5e;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s;
    cursor: pointer;
	border-radius: 20px;
}

ol.hefte li a.active {
	background: #ffffff;
	color: #262e5e;
	border-radius: 20px;

}
ol.hefte li a:hover {
	background: #ffffff;
	color: #262e5e;
	border-radius: 20px;
}

ol.hefte li a {
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 250px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
	border-radius: 20px;
}

ol.hefte li a::before {
  content: '';
  position: absolute;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.3s;
	border-radius: 20px;
}
ol.hefte li a:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
	border-radius: 20px;
}
ol.hefte li a::after {
  content: '';
  position: absolute;
	border-radius: 20px;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #262e5e;
  transform: scale(1.2,1.2);
}
ol.hefte li a:hover::after {
  opacity: 1;
  transform: scale(1,1);
	border-radius: 20px;
}










.kataloge {
font-weight: 400;
padding: 30px 0;
	color:aliceblue;
}

.kataloge p {
font-weight: 600;
}

/* Portfolio Section */
#portfolio {
	padding: 100px 0;
	background: #f6f6f6;
}
.categories {
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px 40px 10px;
}


ol.type li a {
	
	font-size: 16px;
	font-weight: 400;
	padding: 8px 16px;
	color: #ffffff;
	background: #262e5e;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s;
    cursor: pointer;
border-radius: 20px;
	
}

ol.type li a.active {
	background: #ffffff;
	color: #262e5e;
	border: 1px solid #262e5e;
border-radius: 20px;
}
ol.type li a:hover {
	background: #ffffff;
	color: #262e5e;
	border-radius: 20px;
}

ol.type li a {
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 250px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
	border-radius: 20px;
}

ol.type li a::before {
  content: '';
  position: absolute;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.3s;
	border-radius: 20px;
}
ol.type li a:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
	border-radius: 20px;
}
ol.type li a::after {
  content: '';
  position: absolute;
	border-radius: 20px;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #262e5e;
  transform: scale(1.2,1.2);
}
ol.type li a:hover::after {
  opacity: 1;
  transform: scale(1,1);
}





.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.img-responsive {
	padding: 4% 0 4% 0;
	height: auto;
	width: 100%;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
#body div .fb-page {
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#testimonials {
	
}
#testimonials .overlay {
	padding: 120px 0;
background: url("../img/Pikto.jpg") fixed;
	background-color:#142246;
	background-size: contain;
	background-position: 50% 50%;
}
#testimonials h2 {
	color: #fff;
}
#testimonials hr {
	background: rgba(255,255,255,0.6);
}
#testimonial p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.3);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #fff;
	border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #fff;
	border: 1px solid #fff;
}
/* Contact Section */
#contact {
	padding: 50px 0;
	background: #F6F6F6;

}
#contact .section-title p {
	color: #777;
}

#contact h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}


.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-info {
	margin-bottom: 30px;
}
#contact .contact-info hr {
	background: #ddd;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}


/* Footer Section*/
#footer {
	background: url("../img/Pikto.jpg") fixed;
	background-color:#142246;
	background-size: contain;
	background-position: 50% 50%;
	padding: 30px 0 20px 0;
}
#footer h3 {
	color: #191E4B;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer p {
	color: #888;
	font-size: 15px;
}
#footer a {
	color: #888;
}
#footer a:hover {
	color: #D2DCE6;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  max-width: 60%; /* Could be more or less, depending on screen size */
  animation-name: animatetop;
  animation-duration: 0.4s;
	  	text-align: left;
}

.modal p {
	text-align: left;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

.modal-button {
    background:none;
    border:none;
    margin:0;
    padding:0 50;
    cursor: pointer;
	color: #fefefe;
}

/* Cookies */

 
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/**************** Page switcher ****************/

.page-switcher {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.25s;
  position: fixed;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  font-size: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.page-switcher:hover {
  background: rgba(0, 0, 0, 0.4);
}

.page-switcher-prev {
  left: 0;
}

.page-switcher-prev:hover {
  left: -10px;
}

.page-switcher-next {
  right: 0;
}

.page-switcher-next:hover {
  right: -10px;
}

/**************** JavaScript API examples ****************/

#console {
  height: 100px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0 0 30px 0;
}

/******************** Example window ********************/

.example-window {
  text-align: center;
  color: #e9e9e9;
  max-width: 40em;
  display: inline-block;
}

.example-window h1 {
  margin: 0 0 0.5em 0;
}

.example-window p {
  margin: 0 0 1em 0;
}

.example-window button {
  margin: 0;
  padding: 0.5em;
  font-size: 1em;
}

/******************** Forms ********************/

.form-controls {
  margin: 40px;
}

.form-controls label {
  display: block;
  text-align: center;
  opacity: 0.5;
  margin-bottom: 10px;
}

.btn-group {
  margin-bottom: 10px;
}

.btn,
.btn:visited {
  display: inline-block;
  background: #fff;
  color: #000;
  border: 0;
  padding: 0.5em 1.4em;
  text-decoration: none;
  border-radius: 0.2em;
  transition: all 0.25s;
  margin: 0 0.25em;
}

.btn:hover {
  background: #ddd;
  color: #000;
}

/******************** Table ********************/

table th {
  text-align: right;
  font-weight: normal;
  opacity: 0.5;
}

/******************** Example selector ********************/

ul {
  list-style: none;
  padding: 0;
}

.example-selector > li {
  display: inline-block;
  height: 6em;
  width: 6em;
  color: rgba(0, 0, 0, 0.7);
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  cursor: pointer;
  margin: 0.5em;
  padding: 0.5em;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 5px;
  
}

.example-selector > li:hover {
  color: rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 0.9);
}

.example-selector > li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.example-selector > li > span {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
}









/******************** SelectBox ********************/

.selectbox {
  text-align: center;
  font-size: inherit;
  max-width: 20em;
  padding: 0.2em 0.4em;
}

/******************** Layout ********************/

.center-outer {
  display: table;
}

.center-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fit {
  width: 100%;
  height: 100%;
}

/******************** Code ********************/

#options {
  display: none;
}

@media (max-width : 720px ){
  body {
    padding: 0px;
	  margin: 0px 0px 0px 0px;
  }

  .example-window {
    margin: 0;
  }

  .page-switcher {
    position: inherit;
    display: inline-block;
    padding: 10px 10px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 50%;
    margin: 20px 0;
  }
}



.box {
	
	background: linear-gradient(180deg, transparent 0, transparent 240px, #fff 0, #fff 100%);
    line-height: 28px;
    font-weight: 200;
	font-size: 18px;
	margin: 0px 0 20px 0;
	height: 100%;
}



.box h4 {
	 padding: 0px 0px 10px 20px; 
	font-weight: 1000;
	font-size: 18px;
	color: #191E4B;
	
}


.row.display-flex {
	display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  flex-wrap: wrap;
	
}


.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}

	
.box img {
  margin: 0px 0px 20px 0px;  
}

.box h6 {
	line-height: 28px;
    font-weight: 200;
	font-size: 18px;
	padding: 0px 20px 0px 20px; 
	}

.boxen  {
  margin: 0px 0px 50px 0px;  
  display: flex;
  flex-wrap: wrap;
}


/******************** Slideshow ********************/


.slider {
  margin: 0 auto;
  max-width: 1140px;
}

@media only screen and (min-width: 1200px) {
  .slide_viewer {
height: 415px;
overflow: hidden;
position: relative;
  }
 }
@media only screen and (max-width: 1200px) {
  .slide_viewer {
height: 345px;
overflow: hidden;
position: relative;
  }
 }
@media only screen and (max-width: 992px) {
  .slide_viewer {
height: 265px;
overflow: hidden;
position: relative;
  }
 }
@media only screen and (max-width: 768px) {
  .slide_viewer {
height: 250px;
overflow: hidden;
position: relative;
  }
	 }

@media only screen and (max-width: 440px) {
  .slide_viewer {
height: 150px;
overflow: hidden;
position: relative;
  }
	.directional_nav {
  height: 100px !important;
  top: -100px !important; 
}
	 }


.slide_viewer {
  overflow: hidden;
  position: relative;

}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
  
}

.slide:nth-of-type(2) {
  
}

.slide:nth-of-type(3) {
  
}

.slide:nth-of-type(4) {
  
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #96A6C8;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #191E4B;
  cursor: pointer;
}

.directional_nav {
  height: 100px;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  top: -230px;
}

.previous_btn {
  bottom: 0;
  left: 50px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 50px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 0.0;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}

img {
	width: 100%;
    height: 100%;
    height: auto;

    }