@charset "UTF-8";
textarea::-webkit-scrollbar {
  width: 7px;
}

textarea::-webkit-scrollbar-track {
  background: #222222;
  border-radius: 4px;
}

textarea::-webkit-scrollbar-thumb {
  background: rgba(179, 165, 138, 0.5215686275);
  border-radius: 4px;
}

textarea::-webkit-scrollbar-thumb:hover {
  background: rgba(161, 146, 115, 0.8980392157);
}

html {
  scroll-behavior: smooth;
}
html body {
  background-image: url(../bilder/Background_glow2.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  font-size: 18px;
  overflow-wrap: break-word;
  word-break: break-word;
  color: #f8f5e1;
  padding-top: 75px;
  position: relative;
  height: -moz-max-content;
  height: max-content;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

button {
  background-color: transparent;
  border: 0;
  color: #b3a58a;
  padding: 20px;
}

a {
  text-decoration: none;
  display: flex;
  transition: transform 0.5s;
  font-size: 20px;
  position: relative;
}
a:hover {
  transform: scale(1.02);
}

section {
  scroll-margin-top: 100px;
}

.scroll-area {
  position: relative;
}

.navbar-nav .nav-link.active {
  color: #918160 !important;
  font-weight: 300;
}

.bg-black {
  background-color: #000000;
  color: #fff;
}

.logo {
  width: 50px;
  height: auto;
  margin-left: 20px;
}

.container-fluid .row {
  margin-bottom: 400px;
}
.container-fluid p {
  color: beige;
  font-size: 14px;
  font-weight: lighter;
}

/*-------------------------------------------------------------*/
/* hier ist der Stil für die Mainsection */
.main-section {
  margin-top: 150px;
  align-items: center;
  padding: 20px;
}

.space {
  background-color: transparent;
}

hr {
  color: #b3a58a;
}

.main-text h1 {
  font-weight: 100;
  color: #b3a58a;
  letter-spacing: 6px;
  font-size: 60px;
  text-align: justify;
}
.main-text h2 {
  font-weight: 200;
  font-size: 36px;
  color: #918160;
  margin-top: -5px;
  text-align: justify;
}
.main-text p {
  font-weight: 100;
  font-size: 22px;
  line-height: 1.6;
  text-align: unset;
  font-weight: lighter;
  margin-bottom: 15px;
  text-align: justify;
  word-break: keep-all;
}

.ivy-img-main {
  width: 75%;
  height: auto;
  padding: 30px;
}

/*----------------------------------------------------------*/
/* hier ist der Stil für die Buttons */
.button-container a img {
  display: block;
  width: 50px;
  height: auto;
}

.button-container {
  display: flex;
  transition: transform 2s;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

.button-container a img:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/*-------------------------------------------------------*/
/* hier ist der Stil für die Profilseite */
.seitenÜberschrift {
  scroll-margin-top: 100px;
}
.seitenÜberschrift h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #b3a58a;
}
.seitenÜberschrift h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 200;
  color: #918160;
}

b {
  font-weight: 200;
  font-size: 16px;
}

.text-accent {
  color: #a19273;
}

.lebenslauf {
  background-color: rgba(255, 255, 255, 0.137);
  justify-content: center;
  margin-left: 20px;
  flex: 1;
  margin: 20px;
}

.vl {
  position: relative;
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 2px solid #b3a58a;
  height: -moz-max-content;
  height: max-content;
}

.vl h1 {
  font-size: 30px;
  color: #a19273;
  font-weight: 200;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.vl h2 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 100;
  padding-left: 50px;
  padding-right: 50px;
}

.vl p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 100;
  padding-left: 50px;
  padding-right: 50px;
}

/*# sourceMappingURL=style.css.map */