/*
CDU-Petrol: #008195
Dunkel-Orange: #EA5905
Mittel-Orange: #EE7100
Grau: #E2E1DD
---

CG-Gold		#b48c40
CG-Silber:	#c7c2af
CG-Blau		#003366
*/
body {
    /*background-image: url(https://www.); /* The image used for background*/
	background-color: #c7c2af;
    background-repeat: no-repeat; /* Do not repeat the image */
    background-position: center; /* Center the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.image-container {
  text-align: center;
  width: 100%;
}

.links-container {
  display: flex;
  flex-direction: column;
  jusify-content: center;
  align-items: center;
}

.link {
  min-width: 50% !important;
}

@media (min-width: 1200px) .container {
  max-width: 1140px;
}
@media (min-width: 992px) .container {
  max-width: 960px;
}
@media (min-width: 768px) {
.container {
    max-width: 720px;
  }
}
@media (min-width: 576px) {
.container {
    max-width: 540px;
  }
}
.link {
    width: 100%;
  }
.w3-petrol, .w3-hover-petrol:hover {
color: #fff!important;
background-color:#003366!important;
}

.w3-orange, .w3-hover-orange:hover {
color: #fff!important;
background-color:#b48c40 !important;
}