* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%; /* 16px base */
  line-height: 1.6em;
  scroll-behavior: smooth;
}

body {
  font-family: 'Arial', sans-serif;
  color: #fff;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease-in-out;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }


p {
  margin-bottom: 1em;
}


ul, ol {
  padding-left: 0em;
  margin-bottom: 1em;
}

li {
  margin-bottom: 0.5em;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}


button {
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  padding: 0.5em 1em;
  border: none;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
}

button:hover {
  background-color: #000;
  color: #fff;
}

input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 1em;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #007bff;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* my-code */

h1#page-title { /*darauf achten keine Leerzeichen zwischen h1 und # zu machen */
	font-style: normal;
	color: #fff;
	margin: 0.5em 0 0.5em 0.8em;
	font-size: 3em;
	width: 50%; 
}

#top-area {
	width: 80%;
	height: auto;
	padding: 0 0 0 0;
	margin: 2em 0 0 0em;
}

#main-nav{
	width: 43%;
	height: auto;
	margin: 0 !important;
}

#main-nav ul li {
	display: inline;
	margin-right: 5px;
}

button {
  font-size: 1rem;
  padding: 0.5em 1em;
  background-color: #000;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
}

button:hover {
  background-color: #Fff;
  text-decoration: underline; 
}


button a:hover {
 	color: #000;
    text-decoration: underline;
}

footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

footer ul li a {
    color: #fff;
    text-decoration: underline;
}
footer ul li a:hover {
    text-decoration: underline;
    color: #000;
}



.logo {
    width: 9%;
}

.header-container {
    display: flex;
    gap: 10px; 
}


h2#page-p {
	
  word-wrap: break-word; 
font-style: normal;
color: #fff;
margin: 0.5em 0 0.5em 1em;
font-size: 2em;
  line-height: 1.4em;
width: 50%; 
}
footer {
  background: #000;
  color: white;
  text-align: center;
  padding: 5em 20px 100px 20px;
  position: relative; 
    
}
#backToTop {
  display: inline-block; 
  margin-top: 0;
  border: none;
  background-color: #000; 
  color: white;
  padding: 10px 20px; 
  cursor: pointer;
  font-size: 30px;
  margin-top: 0.5em;
  width: 9%;
}

#backToTop:hover {
  background-color: #000; /* Hover color */
  text-decoration: none;
  
}

.navcontainer {
  display: flex;
  gap: 30px
}

#bg-topsection {
  background: 
      linear-gradient(to right, rgba(0, 0, 0, 1) 52%, rgba(0, 0, 0, 0) 100%) left,
      url('images/bgs.jpeg') right;
  background-repeat: no-repeat; 
  background-size: auto 100%;
  width: 100%;
  height: 70%;
  color: white;
  padding: 20px;
}

#commpost1{
  
  word-wrap: break-word; 
  font-weight: bold;
  color: #fff;
  margin: 0.5em 0 0.5em 2.2em;
  font-size: 1.5em;
  line-height: 1.6em;
  width: 60%;
}

#headline{
  margin: 2em 0 1.5em 1.75em;
}

.image-container {
  display: flex;                   
  justify-content: space-between;     
}

.three-img {
  width: 18.75em;
  margin: 3em ;    
  padding-right: 3em;               
}

nav{
  background: #000;

}
nav ul li a {
  display: inline-block;
  list-style: none;
  font-size: 2rem;
  cursor: pointer;
  position: relative;
}
nav ul li a:after{
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: 0.5s;
  text-decoration: none;
}
nav ul li a:hover::after{
  width:0;
}
nav ul li a {
  margin-right: 1em;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 1em ;
}

*{
  text-decoration: none !important;
}



.at-a{
  color: #db0007
}

.at-a {
  display: inline-block;
  list-style: none;
  cursor: pointer;
  position: relative;
}
.at-a:after{
  content: '';
  width: 100%;
  height: 1px;
  background: #db0007;
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: 0.5s;
  text-decoration: none;
}
.at-a:hover::after{
  width:0;
}
.at-a{
  text-decoration: none !important;
  color: #db0007 !important;
}

