/* ---------- FONTS ---------- */
@font-face{
  font-family: MINIserif;
  src:url("../fonts/MINISerifSE-Regular.eot");
  src:url("../fonts/MINISerifSE-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MINISerifSE-Regular.woff") format("woff"),
    url("../fonts/MINISerifSE-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: MINISansSerif;
  src:url("../fonts/MINISansSerif-Regular.eot");
  src:url("../fonts/MINISansSerif-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MINISansSerif-Regular.woff") format("woff"),
    url("../fonts/MINISansSerif-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* ---------- Base structure ------------ */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .0);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .0);
  font-family: MINIserif;
}
.cover-container {
  max-width: 45em;
}
.txt-upper{
  text-transform: uppercase;
}
.d-flex{
  display:flex !important;
  align-items: stretch; 
}
.justify-content-space-between{
  justify-content: space-between;
}
.bg-dark{
  background-image: url("../imgs/MINI_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}
#message{
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.container{
  max-width: 100%;
}


/* --------- Header ------------ */
#logo{
  background-image: url("../imgs/MINI_logo.png");
  background-size: cover;
  width: 80px;
  height: 35px;
}
#slogan::after{
  content: "";
  background: #ced54b;
  float: right;
  width: 100%;
  position: relative;
  height: 10px;
  top: -16px;
  z-index: -1;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

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

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

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

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* ------------------ BUTTONS --------------------- */
.btn{
  box-shadow: 0 0 0 0 transparent;
  border:0;
}
.btn:hover, .btn-check:focus+.btn, .btn:focus{
  color: rgba(255,255,255,.6);
  box-shadow:0 0 0 0 transparent;
}


.btn-mprimary, .btn-msecondary, .btn-outline, .btn-black{
  font-family: MINISansSerif;
  border:0;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin:0;
  
}
.btn-mprimary{
  color: #fff;
  background:rgba(0,0,0,.5);
  width: 100%;
}
.btn-msecondary{
  color: #000;
  background:#ced54b;
  width: 100%;
}
.btn-msecondary:focus,.btn-msecondary:hover{
  color:rgba(0,0,0,.5);
  background:#ced54b;
}
.btn-outline{
  border:1px solid;
}
.btn-black{
  color: #fff;
  background:rgba(0,0,0,.95);
  border:1px solid #000;
}
.btn-xlg{
  border-radius: 0;
  padding:.5rem .5rem .25rem;
}
.btn-lg, .btn-m{
  border-radius: 0;
  padding:.5rem .5rem .25rem;
}
.btn-mprimary:hover, .btn-mprimary:focus, .btn-mprimary:active, .btn-mprimary:focus-visible,.btn-mprimary:active:focus,
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline:focus-visible,
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black:focus-visible{
    background-color:rgba(0,0,0,.8)!important;
    box-shadow:0 0 0 0 transparent;
    border-color: transparent;
    text-transform: uppercase;
}
.btn-social{
  padding: 1.2rem;
  border-radius: 0;
  background-color:rgba(0,0,0,.2)!important;
}

/* -------------------- MODAL -------------------- */
.modal-content{
  font-family: MINISansSerif;
  text-transform: uppercase;
  background-color: #ced54b;
  color:#000;
  text-transform: uppercase;
  border-radius: 0;
}
.modal-open .modal{
  background-color: rgba(0,0,0,.5);
}
.modal-body{
  padding:0;
}
.modal-body h4{
  font-size: 1.2rem;
}
.modal-footer{
  border:0;
  padding: 0;
}
.modal-footer .btn-m + .btn-m {
  margin-left: 1.5rem;
}

/* -------------------- FOOTER -------------------- */
.nav-mastfooter .nav-link{
  font-family: MINISansSerif;
  text-transform: uppercase;
  padding: .25rem 0;
  color: #fff;
  background-color: transparent;
  border-bottom: 0;
}
.nav-mastfooter{
  font-size: 1rem;
}
#lang{
  color:#fff;
  border-bottom: 4px solid #ced54b;
  padding: 0;
  cursor: pointer;
}

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

#imprint_txt{
  font-family: 'MINISansSerif';
}

#hiddendlbtn{
  width: 228px;
  height: 31px;
  display: inline;
  position: absolute;
  opacity: 0;
}

.tooltip-inner{
  background-color: rgba(0,0,0,0.9);
}

@media (min-width: 768px) {}

@media (max-width: 414px) {
  #slogan {
    font-size: 1.3rem;
  }
  #slogan::after{
    top:-10px;
    height: 8px;
  }
  #logo{
    width: 50px;
    height: 22px;
  }
  .mt-2{
    margin-top: 0 !important;
  }
  #message{
    font-size: 1.0rem;
  }
  
  .btn-lg, .btn-xlg{
    font-size:.80rem;
/*    padding-right: 1rem;
    padding-left: 1rem;*/
  }
  .nav-mastfooter{
    font-size:.7rem;
  }
  svg{
    width: 35px;
    height: 30px
  }
  .btn-social{padding: 0.8rem;}
  .pt-5{padding-top:1rem !important;}
  .p-4{padding:1rem !important;}
  .p-5{padding:1.2rem !important;}
  .btn-m{
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .modal-body h4{font-size:.90rem;}

}

