@media (min-width: 450px)  {
 
body {

  font-family: "Lato", sans-serif;
  background-image: url(/img/stoltz.jpg);
  background-repeat: no-repeat;
  background-position: right 40px;
  background-attachment: fixed;
  background-size: auto 100% !important;

 }

}

@media (max-width: 450px) {

 body {

  font-family: "Lato", sans-serif;
  background-image: url(/img/stoltz_blass.jpg);
  background-repeat: no-repeat;
  background-position: right 40px;
  background-attachment: fixed;
  background-size: auto 100% !important;

 }

}

.mySlides {display: none}

.f1 h3 { color: #b3b2b2; }
.f2 h3 { color: #878786; }
.f3 h3 { color: #23b0e6; }

.a1 { max-width: 2000px; margin-top: 46px; }
.a2 { max-width: 800px; }
.a3 { width: 60%; }
.a4 { width: 30px; }
.a5 { width: 50%; }

.t1 {
 transform: rotate(-90deg);
 transform-origin: top left;
 }
 
.btn-link-red {
   border: none;
   outline: none;
   background: none;
   cursor: pointer;
   color: #EE0000;
   padding: 0;
//   text-decoration: underline;
   font-family: inherit;
   font-size: inherit;
}

.btn-link-green {
   border: none;
   outline: none;
   background: none;
   cursor: pointer;
   color: #00EE00;
   padding: 0;
//   text-decoration: underline;
   font-family: inherit;
   font-size: inherit;
}

.btn-link {
   border: none;
   outline: none;
   background: none;
   cursor: pointer;
   color: #00EE00;
   padding: 0;
//   text-decoration: underline;
   font-family: inherit;
   font-size: inherit;
}