/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Global Styles */
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

body {font-family: "Lato"}

.cred {
  color:#f00;
}
.cgreen {
  color:#0f0;
}
.cblue {
  color:#00f;
}
div.indent {
  margin-left: 30px;
}

.nxtra {
  background: #eee;
  height: 40px;
  text-align: right;
  padding-right: 35px;
}
#pme,#mto {
	line-height: 20px;
	padding: 5px 5px;
	display: inline-block;
	margin: 5px;
}
#topnav {
  border:none;
  border-radius:0px;
  background:#E4EAEE;
  margin-bottom: 0px;
}
#topnav.affix {
  top: 0px;
  width: 100%;
  z-index: 10000;
}
.navbar-brand {
  height: auto;
}
.navbar-brand>img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
  height: auto;
}

.navbar-brand img {
    width: 100px;
}
.affix .navbar-brand img {
	width:200px;
	margin-top: -10px;
	margin-bottom: -30px;
}

@media (min-width: 768px) {
.navbar-right {
    margin-top: 70px;
    transition: all 0.25s ease-in-out;
}
.affix .navbar-right {
    margin-top: 0px;
}
}

.img-portfolio {
	margin-bottom: 0px;
}
.img-portfolio2 {
	margin-bottom: 0px;
	float: left;
	margin-right: 10px;
}

.img-hover:hover {
	opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
	height: 60%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
	height: 100%;
	margin-top: 1%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}
.schrift_klein {
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

.footer-con  {
	background-color: hsla(196,100%,35%,1.00);
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;

}
.footer-con a,.footer-con a:hover {
	color:#fff;
}

footer {
	margin: 20px 0px 20px 0px;
	background-color: hsla(196,100%,35%,1.00);
	color: #FFF;
	font-size: 12px;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-col {
	width: 33.3333%;

}
.footer-panal{
	margin-bottom: 20px;
	background-color: #00243E;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	width: 33%;
}

/* Responsive Styles */
.titel_mitte {
	margin-top: 0px;
	display: block;
	padding-top: 30px;
	position: absolute;
	width: 220px;
	color: #173B7A;
	padding-left: 0px;
	font-size: 32px;
	margin-left: 150px;
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
	.titel_mitte {
		font-size:14px
	}

    header.carousel .carousel {
        height: 70%;
    }
}
.logo {
	margin-top: 15px;
	display: block;
	position: absolute;
	margin-left: 10px;
}
.logo-sm {
	margin-top: -20px;
	display: block;
	position: absolute;
}
.titel_oben {
	text-align: center;
	height: 5px;
	margin-top: -10px;
	display: block;
	padding-top: 20px;
}


.caret_ohne {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #00243E;
	border-right-color: #00243E;
	border-bottom-color: #00243E;
	border-left-color: #00243E;
}
.menuleiste_2  {
	background-color: #FFFFFF;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;

}
.gmap {
	width: 100%;
	height: 400px;
	border: 0;
}
.schrift_gross  {
	color: #01A2AC;
	font-size: 16px;
}
.kopfleiste  {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: -20px;
}
.schrift_rechts  {
	color: #063;
	font-size: 15px;
}
.header_image   {
	overflow: hidden;
	position: relative;
	width: 100%;
	left: 0px;
	margin-bottom: 10px;
}
   a.footer_link {
	color : #999999;
	text-decoration: none;
}
   a.footer_link:visited {
	color : #999999;
	;
	text-decoration: none;
}
   a.footer_link:hover {
	color : #FF9900;
	;
	text-decoration: underline;
}
   a.footer_link:active {
	color : #CCCCCC;
}

   a.footer_local {
	color : #FFFFFF;
	text-decoration: none;
}
   a.footer_local:visited {
	color : #999999;
	;
	text-decoration: none;
}
   a.footer_local:hover {
	color : #FF9900;
	;
	text-decoration: underline;
}
   a.footer_local:active {
	color : #ffffff;
}
.absatz {
	margin-bottom: 25px;
}
.absatz_ou {
	margin-top: 25px;
	margin-bottom: 25px;
}
.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5 {
  margin: 10px 1px;
} 
.navbar  {z-index: 20;}

.text-blau  {
	color: rgba(224,28,38,1.00);
	font-weight: bold;
}
.text-rot  {
	color: rgba(224,28,38,1.00);
	font-weight: bold;
}
.text-orange-lato  {
	color: #0083B3;
	text-shadow: 0px 0px;
	text-transform: none;
	letter-spacing: 0px;
}
.font-lato {
	font-size: 1.05rem;
	color: #939393;
	text-align: left;
	font-weight: 400;
}
.bg-pic  {
	background-image: url(../images/bg.jpg);
	height: 349px;
    
}
.fx-img-fixed {
  background-attachment: fixed;
}
.fx-img.fx-img-mh {
  height: auto;
  min-height: 400px;
  min-height: 100vh;
}
.text-orange {
	color: rgba(0,131,179,1.00);
	font-weight: 400;
}
.text-klein {
    font-size: 16px;
}
.color-infoleiste {
	color: #ffffff;
}
.bg-kopf {
	background-color: hsla(196,100%,35%,1.00)
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
text-decoration: none;
background-color: #ED8147;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0,0,0,.9);
    background-color: #F7F2F2;
}
#topnav .dropdown-menu.show {max-height: 60vh;
    overflow-y: auto;}

a.generell_link {
	color : #E01C26;
	text-decoration: none;
}

a.generell_link:active {
	color : #E01C26;
	text-decoration: none;
}
a.generell_link:hover {
	color : #0083B3;
	text-decoration: underline;
}
.text-klein {
    font-size: 13px
}

div[data-optin-tag] {
	background-color: hsla(196,100%,35%,0.09);
	display: inline-block;
	vertical-align: bottom;
	overflow-y: auto;
      }
.rahmen_unten {
	border-bottom:1px solid #E7E3E3
}
   
