/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
 
 /* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('/fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
 
body {
  font-family: 'Roboto', sans-serif;
  padding-top: 68px;
  font-size: 1.1em;
}


.row{ padding-bottom:30px}

.carousel-item {
  height: 60vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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

.bg-light {background-color: #fff!important;}

.btn-primary {
    color: #fff;
    background-color: #965064;
    border-color: #965064;
}

a{color: #965064;}

a:hover {
  color: #C8718D;
  text-decoration: none;
}

.navbar {
box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

.navbar-toggler {border: 0px}
button:focus {outline: none;}

.brand_container_left{float:left; padding-right:10px}
.brand_container_right{float:right}
.brand_subtitle{font-size: 0.68em; line-height: 0.68em; color:#965064}


.card {border: 0px;}

.card-img-top {border-radius: calc(.25rem - 1px);}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,0);
	border-top: 0px;
}

<!-- Button -->
.btn-primary.active, .btn-primary:active {
    background-color: #C8718D;
	border-color: #C8718D;
}

.btn-primary.hover, .btn-primary:hover {
    background-color: #C8718D;
	border-color: #C8718D;
}

.btn-primary.focus, .btn-primary:focus {
	background-color: #C8718D;
	border-color: #C8718D;
	box-shadow: 0 0 0 0.2rem rgba(200,110,140,.5);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #C8718D;
	border-color: #C8718D;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(200,110,140,.5);
}


.footercontact li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bg-secondary {
    background-color: #e2e2e2!important;
}

.impressum{
  position: absolute;
  bottom: 0;
  right:25px
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.text-primary{color:#C8718D !important;}

.anchor{display: block;
    position: relative;
    top: -100px;
    visibility: hidden;}
	
.carousel-caption {background-color: rgb(115,70,85,0.9); left:10%;}


.carousel-caption, .carousel-caption-inner {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom:0;
	width: 240px;
	display: -ms-flexbox;
    display:flex;
    -ms-flex-align: center;
    align-items: center ;
    -ms-flex-pack: center;
    justify-content: center;
	text-align: left;
	color: #fff;
}

.carousel-caption-inner {padding: 15px;}

.carousel-control-next, .carousel-control-prev {width: 5%;}

@media (min-width: 1024px) {
.carousel-caption, .carousel-caption-inner {width: 320px;}
}

@media (max-width: 1024px) {
  .carousel-item {height: 30vh;}
}

@media (max-width: 576px) {
  .footercontact div li{text-align: center;}
  .impressum{ position: relative; right: 0; bottom:-10px; }
  .carousel-item {height: 30vh;}
}
