/* Reset default margin and padding */
html, body {
  margin: 0;
  padding: 0;
}


/* Fonts and general styling */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}


/* Container styling */
.container {
  margin: 0 auto;
  padding: 0 10px;
}


/* Text Styling General */
.container h2 {
  color: #000;
  font-weight: 500;
  font-size: clamp(24px, 2vw, 28px);
  letter-spacing: 8px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
}

.container h3 {
  color: #000;
  font-weight: 450;
  font-size: clamp(18px, 1.5vw, 22px);
  letter-spacing: 8px;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
}

 .container p {
  color: #000;
  font-weight: 400;
  font-size: clamp(16px,1vw, 20px);
  letter-spacing: auto;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 0;
}

.main .container p a{
text-decoration: none;
color: #000;
}

.main .container p a:visited{
text-decoration: none;
color: #000;
}


.container ul {
  color: #000;
  text-align: center;
}


/* Header styling */
.header {
  background: url(https://upload.wikimedia.org/wikipedia/commons/1/18/Ocean_landscape_from_shore.jpg) no-repeat center center;
  background-size: cover;
  background-position: top;
  height: 90vh;
  text-align: center;
  white-space: nowrap;
}

.header .container {
  position: relative;
  top: 200px;
}

.header h1 {
  color: #fff;
  font-size: 7vw;
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8vw;
  text-transform: uppercase;
}

.header p {
  color: #fff;
  font-weight: 500;
  font-size: 2.5vw;
  letter-spacing: 8px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase;
}


/* Button styling */
.btn {
  color: #fff;
  background: #000;
  padding: 10px 40px;
  text-decoration: none;
  transition: background 0.5s;
}


/* Hover effects for buttons and navigation items */
.btn:hover,
.nav ul li:hover {
  background: #b9d9f0;
  font-weight: 800;
  cursor: pointer;
}


/* Navigation styling */
.nav {
  background: #81a9de;
  height: 5vw;
  width: 100%;
  margin: 0 auto;
}

.nav .navwidth {
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

/* Navbar Color of Words and Effects of Visited*/
.nav a{
text-decoration: none;
	color: #183269;
}

.nav a:visited{
text-decoration: none;
color: #183269;
}

.nav ul {
  height: 5vw;
  color: #a8d3f5;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.nav ul li {
  color: #183269;
  display: inline-block;
  height: 5vw;
  line-height: 5vw;
  padding: 0;
  transition: background 0.5s;
  width: 17%;
  text-align: center;
  font-size: 1.75vw;
  font-weight: bold;
}


/* Main content styling */
.main {  
  background-color: #fff; /* For browsers that do not support gradients */
  background-image: linear-gradient(110deg, rgba(129, 169, 222, 0.8) 3%, rgba(129, 169, 222, 0.2) 20%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 85%, rgba(129, 169, 222, 0.9) 100%);
}

.main .container {
  margin: auto auto;
  min-height: 40vh;
  height: auto;
}

.main table {
    border: none;
    table-layout: fixed;

    margin-right: 5vw;
    margin-left: 3vw;
}

.main th,
.main td {
  border: none
  width: 50vw;
  overflow: hidden;
}

.main .col1 {
  width: 30vw;
}
.main .col2 {
  width: 70vw;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.main .col1 img {
  margin: 30px 30px 50px 0;
  max-width: 25vw;
	position: sticky;
  width: auto;
  height: auto;
}

.main .col2 img {
  margin: 30px 30px 50px 0;
  max-width: 65vw;
  width: auto;
  height: auto;
}

.text {
  height: auto;
  width: auto;
}

.text h2, 
.text h3, 
.text p {
  /* Enable word wrapping */
  word-wrap: break-word; /* For older browsers */
  overflow-wrap: break-word; /* For newer browsers */
  color: #000;
}

.text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.text ul li {
  color: #404040;
  font-weight: 400;
  font-size: clamp(16px,1vw, 20px);
  letter-spacing: auto;
}


/* Jumbotron styling */
.jumbotron {
  background: url(https://upload.wikimedia.org/wikipedia/commons/b/b6/Azure_Window_%289464473%29.jpeg) center center;
  background-size: cover;
  height: 600px;
}

.jumbotron .container {
  position: relative;
  top: 220px;
}

.jumbotron h2 {
  color: #fff;
  text-align: left;
}

.jumbotron p {
  color: #fff;
  text-align: left;
}

.jumbotron .btn {
  margin: 10px 0 0;
  float: left;
}


/* Footer styling */
.footer {
  background: #000;
  height: auto;
  padding: 10px;
}

.footer p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

/* Impressum und Datenschutz - Color of Words and Effects of Visited*/
.footer a{
text-decoration: none;
	color: #fff;
}

.footer a:visited{
text-decoration: none;
color: #fff;
}

/* Responsive styling */
@media (max-width: 500px) {
  .header h1 {
    font-size: 50px;
    line-height: 64px;
  }

  .main,
  .jumbotron {
    padding: 0 30px;
  }

  .main img {
    width: 100%;
  }
}

