/* 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-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.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 */
}

/* unna-regular - latin */
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/unna-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/unna-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/unna-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/unna-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/unna-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/unna-v21-latin-regular.svg#Unna') format('svg'); /* Legacy iOS */
}
/* unna-700 - latin */
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/unna-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/unna-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/unna-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/unna-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/unna-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/unna-v21-latin-700.svg#Unna') format('svg'); /* Legacy iOS */
}

:root {
  --font-family-sans-serif: "Roboto", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-serif: 'Unna', serif;
  --cherus_indigo: #464191;
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  min-height: 100%;
  font-family: var(--font-family-sans-serif);
}

.background {
  background: url("../img/Slice1.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-attachment:scroll; */
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: var(--font-family-serif);
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: var(--font-family-sans-serif);
}

/* BACKGROUNDS */
.bg-navbar {
  /* background-color: #464191 !important; */
  background-color: var(--cherus_indigo) !important;
}

.bg-primary {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-secondary {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* TEXT DEFINTIONS */
.text-dark {
  color: #6c757d;
}

.text {
  font-size: 1.3rem;
  line-height: 1.5;
}

.navbar-brand {
  font-family: var(--font-family-serif);
  font-size: 2.15em;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link.active:active,
#mainNav .navbar-nav>li.nav-item>a.nav-link.active:focus,
#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover {
  color: #e95eaf;
  background: none;
}

.masthead .masthead-heading {
  font-size: 2.5rem;
  line-height: 4rem;
}

.display-1 {
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--font-family-sans-serif);
  color: #fff;
  text-shadow: 3px 3px 6px #000000;
}

.display-2 {
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--font-family-sans-serif);
  color: #fff;
  /* text-shadow: 3px 3px 6px #000000; */
}

.masthead .masthead-subheading {
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--font-family-sans-serif);
}

.page-section .page-section-heading {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.portfolio {
  margin-bottom: 15px;
}

.portfolio .portfolio-item .portfolio-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(70, 65, 145, 0.9);
}

.ruecklbick {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 1em;
  border-radius: 0.5rem;
  overflow: hidden;
}

b,
strong {
  font-weight: bold;
}

/* Google Maps Responsive Design */
.map-responsive {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  margin-left: 1rem;
  margin-right: 1rem;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #e95eaf !important;
}

.placeholder {
  height: 3rem;
}

.footer {
  background-color: rgba(0, 0, 0, 0.8);
}

.copyright {
  background-color: #000000;
}

.fs_warning {
  font-weight: 700;
  font-size: 2rem;
  color: red;
}

.footer_part {
  margin-bottom: 2.5rem !important;
}

.btn-info {
  color: #fff;
  border: none;
  background-color: var(--cherus_indigo) !important;
}

.btn-info:hover {
  color: #fff;
  border: none;
  background-color: var(--cherus_indigo) !important;
}

/* Screen-Width: min 992px */
@media (min-width: 992px) {
  .page-section .page-section-heading {
    font-size: 3.5rem;
    line-height: 2.5rem;
  }

  .masthead .masthead-heading {
    font-size: 4rem;
    line-height: 5.5rem;
  }

  .display-1 {
    font-size: 5.5rem;
    line-height: 5.5rem;
    color: #fff;
    text-shadow: 3px 3px 6px #000000;
  }

  .masthead .masthead-subheading {
    font-size: 2.5rem;
  }

  .bg-primary,
  .bg-secondary,
  .footer,
  .copyright {
    margin-right: 6rem;
    margin-left: 6rem;
  }
}

@media only screen and (max-width: 992px) {
  /* .background { 
    background-size: cover;
    background-attachment: fixed;
  } */

  .bg-primary,
  .bg-secondary,
  .footer,
  .copyright {
    margin-right: 1rem;
    margin-left: 1rem;
  }

}