@import url(''https://fonts.googleapis.com/css?family=Playfair+Display&display=swap'');

body {
  overflow-x: hidden;
  font-family:  'Playfair Display', serif;
  color: #1D1D1B;
}

/*--- Nav Scrolling Offset --*/
.offset:before {
  height: 4rem;
  margin-top: -4rem;
  content: "";
  display: block;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}

/*============= Nav =============*/

.navbar {
  padding: .7rem 1rem;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .1rem;
  transition: background-color .5s ease 0s;
}



.navbar-brand img {

  width: 80px;
  opacity: 90%;
}
.svg-inline--fa.fa-w-14 {
  color: white;
  font-size: 1.6rem;
}
.navbar-nav li {
  padding-right: .8rem;
}
.navbar-nav .nav-link {
  color: white;
  padding-top: .8rem;
}


.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover { 
  color: #1ebba3; 
}
.navbar.solid {
  background: rgba(0, 0, 0, 0.4)!important;
  transition: background-color 1s ease 0s;
}


/*============= LANDING PAGE =============*/

.home-inner {
  background-image: url('clouds_17723.png'); /* 'img/landing.png' */
}
.caption {
  width: 100%;
  font-family: Playfair Display;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
}


.caption h1 {
  color: white;
  font-size: 4.5rem;
  
  font-weight: 600;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
}
/* second headline*/
.caption h3 {
  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 2rem;
}


/*=============  feat sec  =============*/

.narrow {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}


.jumbotron {
  margin-bottom: 0;
  border-radius: 0;
  padding: 1rem 0 3rem;
}
h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.9rem;
}


.feature {
  text-align: center;
}
.feature .fa-layers {
  color: #991915;
  margin: 0 auto;
  width: 3.9rem;
  height: 6rem;
}
.feature h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: .4rem;
  text-align: center;
}
.feature p {
  font-size: 1.1rem;
  text-align: center;
}

/*===== FIXED BACKGROUND IMG DARK =====*/

#fixed {
  background-image: url('img/background/blue_ink.png');
  z-index: -1;
}
.dark {
  background-color: rgba(0, 0, 0, 0.40);
  padding: 7rem 2rem;
  text-align: center;
  z-index: 1000!important;
 
}
.dark h3, .dark p {
  color: #E9ECEF;
}

#fixed002 {
  background-image: url('img/background/blue_ink_002.png');
  z-index: -1;
}



/*============ main things/ stuff=============*/



#fixed-2 {
  background-image: url('img/background/blue_ink_002.png');
  z-index: -1;
}
.light {
  background-color: rgba( 255, 255, 255, .85);
  padding: 3rem 2rem 2rem;
  z-index: 1000!important;
}
.card {
  border-radius: 0;
  border: .1rem solid rgba(0, 0, 0, .075);
  box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
  margin: 0 1rem;
  transition: transform .4s ease;
}
.card-img-top {
  border-radius: 0;
}
.card:hover {
  transform: scale(.95);
}
.card h4 {
  font-weight: 700;
}
.card h5 {
  color: #991915;
}
.card p {
  border-top: .1rem solid rgba(0, 0, 0, .1);
  border-bottom: .1rem solid rgba(0, 0, 0, .1);
  padding: 1rem;
  margin: 1rem 0 1.5rem;
}
.card svg.svg-inline--fa {
  color: #991915!important;
  font-size: 1.3rem;
  width: 2rem;
}
.card svg.svg-inline--fa:hover {
  color: #6c757d!important;
}
.owl-dot.active span,
.owl-dot:hover span {
  background: #991915!important;
}


content {
	
	align: center;
	text-align: center;
	padding: 40px;
	overflow: hidden;
	background-color: #FFF;
	
	margin-top: 0em;
	margin-right: 25px;

	float: left;
	height: auto;
	width: 1000px;
	color: #000;
	background-size: contain;
	border-style: solid;
	border-top-color: #000;
	padding-bottom: 5px;
	
}

/*============= footer =============*/





footer {
  background: url('img/background/blue_ink.png') no-repeat;
  
  background-size: cover;
  color: white;
  float: center;
}


impressum {
	background-image:url(img/background/blue_ink_002.jpg)
	height: 100%;
}



/*============= MEDIA QUERIES =============*/

/* Devices under 992px (lg) */
@media (max-width: 991px) {
  .caption h1 {
    font-size: 3.5rem;
    letter-spacing: .2rem;
    padding-bottom: .8rem;
  }
  .caption h3 {
    font-size: 2.2rem;
    padding-bottom: 1.7rem;
  }
  .btn-lg {
    padding: .7rem 1.2rem;
    font-size: 1rem;
  }
  .narrow h1 {
    font-size: 2.1rem;
  }
}

/* Devices under 768px (md) */
@media (max-width: 767px) {
  .caption h1 {
    font-size: 2.7rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
  }
  .caption h3 {
    font-size: 1.7rem;
    padding-bottom: 1.2rem;
  }
 
  .narrow h1 {
    font-size: 1.8rem;
  }
  #fixed {
    background-image: url('img/background/blue_ink.png');
  }
  #fixed-2 {
    background-image: url('img/background/blue_ink.png');
  }
  footer {
    background: url('img/background/blue_ink.png') no-repeat;
  }
  

}

/* Devices under 576px (sm) */
@media (max-width: 575px) {
  .caption h1 {
    font-size: 1.9rem;
    letter-spacing: .1rem;
    padding-bottom: .4rem;
  }
  .caption h3 {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
  
  
  .narrow {
    width: 85%;
  }
}


