@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

/* Global Styles */

html,
body {
    height: 100%;
}

body {
  	font-family: 'Roboto', sans-serif;
   font-size: 16px;
	font-size: 1.6rem;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -130px;
  /* Pad bottom by footer height */
  padding: 0 0 130px;
}

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

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

/* Header */

header {
	position: relative;
	display: block;
	background-color: #63a7f1;
	background: -moz-linear-gradient(left,  #3e6cb4 0%, #63a7f1 50%, #3b72e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #3e6cb4 0%,#63a7f1 50%,#3b72e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #3e6cb4 0%,#63a7f1 50%,#3b72e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	z-index: 1;
	margin-top: -20px;
}

header .container {
	height: 130px;
}

header .logo {
	position: relative;
	display: block;
	float: left;
	max-width: 200px;
	height: auto;
	top: 30px;
	z-index: 99999;
}

header .logo_titel {
	float: left;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
	padding: 40px 0 10px 14px;
}

@media(min-width:767px) {

	header .logo {
		max-width: 250px;
	}

	header .logo_titel {
		float: left;
		font-size: 2rem;
		font-weight: bold;
		color: #444;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
		padding: 40px 0 0px 14px;
	}
	
}

@media(min-width:991px) {

	header .logo {
		height: 155px;
	}
	
	header .logo_titel {
		float: left;
		font-size: 2.5rem;
		font-weight: bold;
		color: #444;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
		padding: 40px 0 0px 24px;
	}

}


/* Nav */

.navbar {
	position: relative;
	font-size: 1.6rem;
	margin-bottom: 0;
	border: 0;
	background-color: #dae9fc;
}

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

.navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 2px solid transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #eef6fd;
    border-bottom: 3px solid #63a7f1;
}

.nav > li > a.aktiv {
    color: #e30613;
    background-color: #eef6fd;
    border-bottom: 3px solid #63a7f1;
}

@media(min-width: 768px) {

	.navbar {
		font-size: 1.4rem;
	}

	.navbar-nav > li > a {
    	padding-left: 10px;
    	padding-right: 10px;
    	border-bottom: 4px solid transparent;
	}

	.nav > li > a:focus, .nav > li > a:hover {
    	background-color: #eef6fd;
    	border-bottom: 4px solid #63a7f1;
	}

	.nav > li > a.aktiv {
    	color: #e30613;
    	background-color: #eef6fd;
    	border-bottom: 4px solid #63a7f1;
	}

}

@media(min-width: 991px) {

	.navbar {
		font-size: 1.6rem;
	}

	.navbar-nav > li > a {
    	padding-left: 18px;
    	padding-right: 18px;
    	border-bottom: 4px solid transparent;
	}


}

@media(min-width: 1200px) {

	.navbar {
		font-size: 2rem;
	}

	.navbar-nav > li > a {
    	padding-left: 20px;
    	padding-right: 22px;
    	border-bottom: 4px solid transparent;
	}

}


/* Home Page Carousel */

.carousel {
    position: relative;
    height: 150px;
    max-height: 300px; /* Max-Height */
    border-bottom: 2px solid #e30613;
    background-color: #eef4fd;
}

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

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 750px auto;
    background-repeat: no-repeat;
}

.carousel-caption {
	display:none;
}

@media(min-width:991px) {

	.carousel {
    	height: 300px;
	}

	.carousel .fill {
    	width: 100%;
    	height: 100%;
    	background-position: center;
    	background-size: 1140px auto;
    	background-repeat: no-repeat;
	}

}

/* Styles */

a, a:hover, a:focus {
	text-decoration: none;
}

.content a:before, a.pfeil:before {
	font-family: 'FontAwesome';
	font-size: 1.4rem;
	content:"\f0da";
	padding: 0 2px 0 3px;
}

.galerie a:before {
	content:"";
	padding: 0;
}

h1, .h1 {
	font-size: 2.5rem;
	color: #e30613;
}

h3.teaser {
	font-variant: small-caps;
	color: #666;
}

.kleiner {
	font-size: 80%;
	color: #666;
}

.rot {
	color: #e30613;
}

@media(min-width:991px) {

	.h1, h1 {
    	font-size: 3.5rem;
	}

}

.secr {
	display: none;
}

.well {
	background-color: #dae9fc;
}

.well h2 {
	margin-top: 0;
}

.well .btn {
	margin-top: 20px;
}

.well .btn:before {
	content:"";
}

.startbildrechts {
	float: left;	
}

@media(min-width:991px) {

	.startbildrechts {
    	float: right !important;
	}

}

/* 404 Page Styles */

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

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


.panel, .panel div {
	border-radius: 0;
}

.panel .panel-image {
	float: left;
	margin-right: 20px;
	max-width: 250px;
}

.panel .panel-body {
	padding-bottom: 0;
}

.panel .panel-heading {
}

@media(max-width:767px) {
	
	.panel .panel-image {
		float: none;
	}

}


.galerie a {
	border-radius: 0;
}

.galerie a:hover img {
	opacity: .6;
}

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


/**********************/

.responsiveContainer {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*****************/
/* Footer Styles */
/*****************/

.partner {
	margin: 20px auto;
	display:flex; 
	justify-content: space-around;
}

.partner div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.partner img {
	padding: 20px;
	max-height: 100px;
}

footer {
	min-height: 130px;
   border-top: 4px solid #e30613;
   padding: 10px 20px;
   background-color: #555;
   color: #cbcbcb;
   font-size: 85%;
}

footer a {
	color: #fff;
}

footer a:hover, footer a.aktiv {
	color: #c2dafa;
	text-decoration: none;
}

footer .as a {
	font-size: 80%;
	color: #999;
}

footer .as a:hover {
	color: #bbb;
}

@media(min-width:767px) {

	footer .col-impressum {
		text-align: right;
	}

}

/* Responsive Styles */


@media(min-width:991px) {
		.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    		font-size: 80px;
    		height: 80px;
    		margin-top: -40px;
    		width: 40px;
		}
}


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

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

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