/*
 * Globals
 */

 h1, h2, h3 {
  font-family: 'Montserrat', sans-serif; /* Verwende die Schriftart Montserrat */
  font-weight: bold; /* Mache den Text fett */
}

h1 {
  font-size: 36px; /* Größe für h1 festlegen */
}

h2 {
  font-size: 24px; /* Größe für h2 festlegen */
}

h3 {
  font-size: 18px; /* Größe für h3 festlegen */
}

 .background-color {
  background-color: #212529;
}

/* Custom default button */
.btn-secondary {
  background-color: #c60000;
  border-radius: 20px;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #000;
  color: #fff;
  transition: background-color 0.5s ease-in-out;
}

/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

/*
 * Header
 */

.navbar-dark .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.navbar-dark .nav-link:hover,
.navbar-dark .nav-link:focus {
  border-bottom-color: #c60000;
  opacity: 0.7;
  transition: opacity 0.5s;
}

.navbar-dark .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-dark .active {
  color: #fff;
  border-bottom-color: #c60000;
}

.cover-container {
  position: relative;
  background-image: url(../images/cover.jpg);
  background-size: cover;
  background-position: 20%;
}

.cover {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 20;
  width: 42em;
}

@media (max-width: 767.98px) {
  .cover {
    width: 70%;
    color: #333;
    text-shadow: 1px 0px 0px rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.aufzaehlung {
  list-style-type: none;
}

.bi-chevron-right {
  padding-right: 1em;
  color: #c60000;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: rgb(0, 0, 0);
}

.flip-card-back {
  background-color: #c60000;
  color: white;
  transform: rotateY(180deg);
}

.container {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #c60000;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.svgcolor {
  color: #cecece;
}

.portfolio {
  background-color: #000000;
  margin-bottom: -5%;
}

.marginwave {
  margin-top: -7em;
}

.sale-position {
  margin-top: -7%;
  transition: transform 0.5s ease-out;
}

.sale-position:hover {
  transform: scale(1.08);
}

.icons-formatierung {
  background-color: black;
  padding-top: 5%;;
}

.wave1{
  margin-top: -8%;
}

.wave2{
  margin-top: -16%;
}

.wave3{
  margin-top: -3%;
}

.portfolio-design {
  margin-top: 5%;
  background-color: #000000;
}

.iconpic{
  margin-bottom: 10%;
  transition: transform 0.5s ease-out;
}

.iconpic:hover{
  transform: scale(1.15);
}

.left-about{
  padding-left: 5%;
}

.aboutstyle{
  background-color: #eaeaea !important;
  color: #1d2124;
}

.about-me-spacing{
  margin-top: -5%;
}

.portfolio-spacing {
  margin-top: -5%;
}

.coverpic{
  filter: brightness(70%);
}

.files-container {
  margin-top: -17%;
  background-color: #eaeaea;
  color: #000000;
  padding-bottom: 20%;
}

.wave4 {
 padding-top: 23%;
}

.wave5{
  margin-top: -5.5%;
}

.wave6{
  margin-top: -20%;
}

.files-information {
  margin-top: -5%;
}

.spacing-contact{
  padding-top: 0%;
}

.filepic{
  height: 120px;
  transition: transform 0.5s ease-out;
  margin-bottom: 5%;
}

.filepic:hover{
  transform: scale(1.15);
}

.linker{
  color:#eaeaea;
  transition: transform 0.5s ease-out;
}

.linker:hover{
  color: #c60000;
  text-decoration: underline;
}

.container-icons .col{
  padding: 0 40px;
}