/* Använd font Dancing Script */
.logo {
      font-family: "Dancing Script", Helvetica, serif;
      font-size: 50px;
      text-shadow:5px 5px 5px #CCC;
}

h2{
  font-family:"Abril Fatface",Serif;
}

h3{
  font-family:"Abril Fatface",Serif;
}
p{
  font-family:"Playfair Display",Serif;
  font-size: 16px;
}

.sokdiv{
      white-space: nowrap;
      padding-top: 15px;
      padding-bottom: 15px;
      position: relative;
      display: block;
      padding: 12px 12px;
}

.sokknapp{
      margin:2px;
      padding:0;
      font-size:85%;
}
.sokinput{
      margin:1px;
      padding:0;
      width:110px;
      border:1px solid #89d;
}
.red,.rred{
      color: red;
}

.gul{
     color: yellow;
}
.green,.ggreen{
      color: #00ef00;
}

.rorkartonger{
      background-image:url("bilder/DSC_1236Kartonger.jpg");
}

body{
     background-color:#cce5ff;   
}

footer {
       font-size:1.5em;
}

.sida1h2{
         text-align:center;
}

figcaption{
           font-style: italic;
           font-weight:bold;
}

.genomskarning{
               width:50%;
               height:50%; 
}

.formbild{
               max-height: 540px; 
}

.artiklar{
          color: red;
          font-size: 75%;
          vertical-align: super;
}

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

.modal2 {
    display: none;
    position: fixed;
    z-index: 1; 
    padding-top: 10px !important; /* Högt på skärmen */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); /* Svart bakgrund */
    background-color: rgba(0,0,0,0.78); /* Svart med genomskinlighet */
}


/* Förstorad bild */
.modal-content2 {
    margin-top: 50px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
    max-width: 650px;
    max-height: 880px;
}

.modal-content2 video {
    margin: 0 auto;
    display: block;
}

/* Format för text till förstorad bild */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 650px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Bildens förstoring första gången */
.modal-content2, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.8s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* Krysset */
.close2 {
    position: fixed !important;
    top: 150px !important;
    right: 4%;
    color: #ff9900;
    opacity: 0.92;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 99 !important;
}

.close2:hover,
.close2:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% bredd på mindre skärmar */
@media only screen and (max-width: 650px){
    .modal-content2 {
        width: 100%;
    }
}

#payson {
    max-height: 197px;
}
.mobilram {
    border-style: double;
    border-width: 5px;
    text-align: center;
}
.mobilbild {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bonus{
    background-color: #00e600; 
    border-style: solid;
    border-width: 3px;
    text-align: center; 
}
-karusellbild {
    max-width: 1140px;
    height: 350px;
}
