/*!
 * Start Bootstrap - One Page Wonder v5.0.7 (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

/*font-family: 'Fredoka One', cursive;*/

/* FONT CATAMARAN */

@font-face {
  font-family: 'Catamaran';
  src: local('Catamaran'), local('Catamaran'),
      url('../fonts/Catamaran-Regular.ttf') format('truetype');
}



body {
  font-family: 'Catamaran';
  font-size: 1.5rem;
}

/* Old= Fredoka one */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran';
  font-weight: 800 !important;
}


h2 :nth-child(1)  {color: #7dace3 ;}
h2 :nth-child(2)  {color: #cca1dd ;}
h2 :nth-child(3)  {color: #ffb35a ;}
h2 :nth-child(4)  {color: #8adc66 ;}
h2 :nth-child(5)  {color: #ff8fa0 ;}
h2 :nth-child(7)  {color: #7dace3 ;}
h2 :nth-child(8)  {color: #8adc66 ;}
h2 :nth-child(9)  {color: #ff8fa0 ;}
h2 :nth-child(10) {color: #ffb35a ;}
h2 :nth-child(11) {color: #cca1dd ;}

h1 :nth-child(1)  {color: #7dace3 ;}
h1 :nth-child(2)  {color: #cca1dd ;}
h1 :nth-child(3)  {color: #ffb35a ;}
h1 :nth-child(4)  {color: #8adc66 ;}
h1 :nth-child(5)  {color: #ff8fa0 ;}
h1 :nth-child(7)  {color: #7dace3 ;}
h1 :nth-child(8)  {color: #8adc66 ;}
h1 :nth-child(9)  {color: #ff8fa0 ;}
h1 :nth-child(10) {color: #ffb35a ;}
h1 :nth-child(11) {color: #cca1dd ;}


h2 > span {
  margin: 0px;
}

h1 > span {
  margin: -5px;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  background-image: url("Paula_Familie_1.jpg");
  min-height: 30vh;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 2.5rem;
  color: #76787b;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2.5rem;
  color: #76787b;
}

div.container .bg-circle {
  z-index: -1;
  position: fixed;
  border-radius: 100%;
}

div.container .bg-circle-1 {
  background: #fe5000;
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}

div.container .bg-circle-2 {
  background: #fe5000;
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}

div.container .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -5rem;
  right: 5%;
}

div.container .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: 3rem;
    padding-bottom: 7rem;
    height: 80vh;
    min-height: 40rem;
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 6rem;
  }
}

.bg-primary {
  background-color: #ee0979 !important;
}

.btn-primary {
  background-color: #0088cc;
  border-color: #0088cc;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #004466 !important;
  border-color: #004466 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) {
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .kontakt_layer {
    display: block !important;
  }
  .kontakt {
    display: none;
  }
}


@media only screen and (min-width: 576px) {
  .display-4 {
    font-size: 2.5rem;
  }
}

.kontakt_layer {
  background-color: #fff;
  border: 1px solid #D8D8D8;
  position: fixed;
  right: -1px;
  top: 565px;
  display: none;
  white-space: nowrap;
}

div#logo_background {
  background-color: rgba(255,255,255,0.6);
}

img#paula_logo {
  width: 15rem;
  height: auto;
}

@media only screen and (min-width: 768px) {
  img#paula_logo {
    width: 20rem;
  }
}

@media only screen and (min-width: 992px) {
  img#paula_logo {
    width: 80%;
  }
}

.page-section {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
