/*
    design guides
    em -> font size
    rem -> padding, margin
    px -> border

*/

/* alfa-slab-one-regular - latin */
@font-face {
  font-family: "Alfa Slab One";
  /*Google Font*/
  font-style: normal;
  font-weight: 400;
  src: local(""),
    /* Modern Browsers */
    url("../fonts/AlfaSlabOne-Regular.ttf") format("truetype")
}



@font-face {
  font-family: "Varela Round";
  /*Google Font*/
  font-style: normal;
  font-weight: 400;
  src: local(""),
    /* Modern Browsers */
    url("../fonts/VarelaRound-Regular.ttf") format("truetype")
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  width: 100%;
  position: relative;
  font-family: "OpenSans", "Helvetica", "Arial", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

.header {
  font-size: 0.8em;
  background: white;
  text-decoration: none;
  color: #4d4d4d;
}

.header p {
  margin: 0;
}

.header .btn-primary {
  background: #1782ec;
  /* background: #3c8025;*/
  border: none;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.2em;
}

/*=====navbar===========*/
.navbar {
  background: #3867d6;
  background: linear-gradient(180deg, #424446 0, #415e81 100%);
  padding: 0.8rem;
  padding-left: 2rem;
}

body .navbar-toggler {
  color: #ffffff;
  border-color: #ffffff;
}


.navbar-brand p {
  font-family: "Alfa Slab One", normal !important;
  color: #2d51a7;
  font-size: 1.5em;
  font-style: normal;
  margin-bottom: 0;
  text-shadow: 5px 5px 7px black;
  text-shadow: 3px 3px 5px black, 1px -1px 1px black, -1px 1px 1px black,
    -1px -1px 1px black;
}

.navbar-brand p small {
  font-family: "Alfa Slab One", normal;
  color: #2d51a7;
  font-size: 0.8em;
  font-style: normal;
  margin-bottom: 0;
  text-shadow: 5px 5px 7px black;
  text-shadow: 3px 3px 5px black, 1px -1px 1px black, -1px 1px 1px black,
    -1px -1px 1px black;
}


.nav-item a {
  color: #d5d5d5;
  font-size: 1.2em;
  font-weight: bold;
}

/* jumbotron */
.hero-section {
  background-image: url("../img/jumbotron_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  /* height: auto;*/
  min-height: 40rem;
  padding-top: 10rem;
  padding-bottom: 15rem;
  color: #d5d5d5;
  /* Textfarbe für bessere Lesbarkeit */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-jumbotron-title {
  font-size: 5em;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d5d5d5;
  font-family: "Varela Round", normal;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 3px 3px 5px black, 1px -1px 1px black, -1px 1px 1px black,
    -1px -1px 1px black;
}

.hero-jumbotron-caption {
  font-size: 2em;
  margin-top: 13px;
  color: #d5d5d5;
  font-family: "Varela Round", normal;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 3px 3px 5px black, 1px -1px 1px black, -1px 1px 1px black,
    -1px -1px 1px black;
}

/* sections */




section .table-caption {
  width: 10rem;
  display: block;
}

section h2 {
  color: rgba(5, 26, 43, 0.35);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  text-align: center;
  margin-bottom: 2rem;
}


/* services */
.services ul {
  text-align: left;
  list-style-type: none;
}

.services ul li p {
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}

.services img {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

a:link {
  color: black;
}

/* thumbnail gallery */
.thumbnail {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.thumbnail-gallery p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.thumbnail-gallery .container .image:hover img {
  transform: scale(1.1);
}




/* carousel*/

.carousel .carousel-control-prev-icon {
  /* change fill="currentColor" to %23fff to make it white  */
  background-image: url("../icons/chevron-left.svg");
}

.carousel .carousel-control-next-icon {
  /* change fill="currentColor" to %23fff to make it white  */
  background-image: url("../icons/chevron-right.svg");

}


.carousel-control-next-icon,
.carousel-control-prev-icon {
  /* Use to adjust size of icons */
  width: 3rem;
  height: 3rem;

}



/* footer */
footer {
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: medium;
  color: #d5d5d5;
  background: linear-gradient(180deg, #2b5895 0, #001737 100%);
  background: linear-gradient(180deg, #424446 0, #415e81 100%);
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

footer h4,
footer h5 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

footer p {
  margin-bottom: 0.1rem;
}

footer a:link {
  font-size: medium;
  color: #d5d5d5;
}



/*socket*/
.socket,
.socket a,
.socket p,
.socket span {
  text-decoration: none;
  font-size: small;
  /* background-color: #808a8d; */
  background-color: #070a24;
  color: #d5d5d5;
  padding-top: 0rem;
  padding-bottom: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

/* misc*/

#popupModal .modal-dialog {
  max-width: 850px;
}

.btn-success {
  background: #1782ec;
}

.btn-success:hover {
  background: #1163b6;
}

#header-address-phone p,
#header-address-phone a {
  /* font-size: 1em; */
  font-size: 2vw;
  margin: 0rem;
  padding: 0rem;
}



/*--- Media Queries ---*/

/* Basis-Styling für id-jumps ohne Überlappung*/
section[id]:before {
  display: block;
  padding-top: 8rem;
  margin-top: -8rem;
  visibility: hidden;
  content: "";
}

/* Extra Small Devices (Smartphones, <576px) */
@media (max-width: 575.98px) {
    #header-address-phone p,
  #header-address-phone a {
    font-size: 2.5vw;
  }

  #header-address-phone svg {
    width: 2.5vw;
    height: 2.5vw;
  }

  .hero-section {
    min-height: 25rem;
    padding-top: 6rem;
    padding-bottom: 9rem;
  }

  .hero-jumbotron-title {
    font-size: 2.5em;
  }

  .hero-jumbotron-caption {
    font-size: 1.2em;
  }

  body {
    font-size: 0.9em;
  }

  .navbar-brand p {
    font-size: 1.2em;
  }

  .navbar-brand p small {
    font-size: 0.7em;
  }

  section[id]:before {
    padding-top: 8rem;
    margin-top: -8rem;
  }
}

/* Small Devices (Landscape Phones, 576px–767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #header-address-phone p,
  #header-address-phone a {
    font-size: 1vw;
  }

  #header-address-phone svg {
    width: 1vw;
    height: 1vw;
  }
  .hero-section {
    min-height: 30rem;
    padding-top: 8rem;
    padding-bottom: 12rem;
  }

  .hero-jumbotron-title {
    font-size: 3em;
  }

  .hero-jumbotron-caption {
    font-size: 1.5em;
  }

  body {
    font-size: 1em;
  }

  section[id]:before {
    padding-top: 9rem;
    margin-top: -9rem;
  }
}

/* Medium Devices (Tablets, 768px–991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #header-address-phone p,
  #header-address-phone a {
    font-size: 1vw;
  }

  #header-address-phone svg {
    width: 1vw;
    height: 1vw;
  }
  .hero-section {
    min-height: 35rem;
    padding-top: 10rem;
    padding-bottom: 15rem;
  }

  .hero-jumbotron-title {
    font-size: 4em;
  }

  .hero-jumbotron-caption {
    font-size: 1.8em;
  }

  body {
    font-size: 2em;
  }

  section[id]:before {
    padding-top: 10rem;
    margin-top: -10rem;
  }
}

/* Large Devices (Desktops, 992px–1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #header-address-phone p,
  #header-address-phone a {
    font-size: 1vw;
  }

  #header-address-phone svg {
    width: 1vw;
    height: 1vw;
  }
  .hero-section {
    min-height: 40rem;
    padding-top: 12rem;
    padding-bottom: 18rem;
  }

  .hero-jumbotron-title {
    font-size: 4.5em;
  }

  .hero-jumbotron-caption {
    font-size: 2em;
  }

  section[id]:before {
    padding-top: 10rem;
    margin-top: -10rem;
  }
}


/* Extra Large Devices (Große Desktops, 1200px–1919px) */
@media (min-width: 1200px) and (max-width: 1919.98px) {

  #header-address-phone p,
  #header-address-phone a {
    font-size: 1vw;
  }

  #header-address-phone svg {
    width: 1vw;
    height: 1vw;
  }

  .hero-section {
    min-height: 35rem;
    padding-top: 13rem;
    padding-bottom: 19.5rem;
  }

  .hero-jumbotron-title {
    font-size: 5em;
  }

  .hero-jumbotron-caption {
    font-size: 2.2em;
  }

  section[id]:before {
    padding-top: 11rem;
    margin-top: -11rem;
  }
}

/* XXL Devices (Sehr große Bildschirme, 1920px+) */
@media (min-width: 1920px) {
  #header-address-phone p,
  #header-address-phone a {
    font-size: 0.8vw;
  }

  #header-address-phone svg {
    width: 0.8vw;
    height: 0.8vw;
  }


  .hero-section {
    min-height: 45rem;
    padding-top: 15rem;
    padding-bottom: 22rem;
  }

  .hero-jumbotron-title {
    font-size: 5.5em;
  }

  .hero-jumbotron-caption {
    font-size: 2.5em;
  }

  section[id]:before {
    padding-top: 11rem;
    margin-top: -11rem;
  }
}

