
.sec_btn_whitesmoke {
  color: #d4d3d3;
  border-color: #b5b5b5;
  margin-bottom: 3%;
}
.sec_btn_whitesmoke:hover, 
.sec_btn_whitesmoke:focus {
  background-color: #33333385;
  color: #d4d3d3;
  text-shadow: none;
}

/* Custom default button */
.btn-secondary {
  margin-bottom: 3%;
  color: #b5b5b5;
  text-shadow: none;  /*Prevent inheritance from `body`*/ 
  background-color: #1d1d1d;
  border: .05rem solid #b5b5b5;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #d4d3d3;
  text-shadow: none;  /*Prevent inheritance from `body`*/ 
  background-color: #33333385;
  border: .05rem solid #333;
}

.outlined-text {
  /* font-size: 40px; */
  /* font-weight: bold; */
  color: #e9e7e7;
;
  text-shadow: 
    -1px -1px 0 #333,  
    1px -1px 0 #333,
    -1px 1px 0 #333,
    1px 1px 0 #333; 
}

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}




/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: rgb(51, 51, 51);

  background-image: url('../imgs/T_1366x1025.png');
  background-size: cover; /* This property ensures the background image covers the entire body */
  background-repeat: no-repeat; /* Prevents the background image from repeating */
  background-position: center; /* Centers the background image */


}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


 /* HEADER */

 .spaisekarte-container {
  max-width: 42em;
}

 .masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: #e9e7e7;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(51, 51, 51, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #e9e7e7;
  border-bottom-color: #e9e7e7;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}
/*End of Header css*/

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}
