oazaSrdceWeb / css / aktuality.css
aktuality.css
Raw
@font-face {
  font-family: "Faculty";
  src: url("font/FacultyGlyphic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.spacer {
  height: 100px;
}
.spacer2 {
  height: 70px;
}
.spacer3 {
  height: 5px;
}
.spacer3-5 {
  height: 10px;
}
.spacer4 {
  height: 20px;
}
.spacer50 {
  height: 50px;
}

.heading2 {
  font-family: "Faculty", sans-serif;
  font-size: 55px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #0071bc;
}
.heading3 {
  font-family: "Faculty", sans-serif;
  font-size: 55px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
/*
NAVBAR SECTION
*/

nav {
  background: linear-gradient(180deg, #a5d2fc, #ffff, #a5d2fc);
}
.navLinks {
  font-weight: 400;
  font-size: 20px;
  font-family: "Faculty", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navLinks .link {
  width: 60px;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
}
.navLinks .link a {
  color: #0071bc;
}
.navLinks .link a:hover {
  color: #0c8ce1;
  text-decoration: none;
}

.navLinks .expandable .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(180deg, #a5d2fc, #ffff, #ffff, #a5d2fc);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.navLinks .expandable:hover .submenu {
  display: block;
}

.submenu a {
  display: block;
  padding: 8px 16px;
  color: black;
}

.submenu a:hover {
  text-decoration: none;
}

/*
NAVBAR SECTION END
-----
*/

/*
TRIP SECTION 

*/

.trip {
  background: linear-gradient(180deg, #a5d2fc, #ffff, #ffff, #a5d2fc);
}
.tripContent {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  border-radius: 10px;
  width: 70%;
}

.top h1 {
  font-family: "Faculty", sans-serif;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.top p {
  font-family: "Faculty", sans-serif;
  font-size: 17px;
}
.block {
  margin-top: 10px;
  margin-bottom: 10px;
}
.imgPart img {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
}
/*
  TRIP SECTION END
  -----
  */