<style type="text/css">
.how-to {  
float:left;
margin-bottom: 10px;
height:auto;
}

.betty {
float:right;   
}

.stepbillede1 {
float:left;
border: 1px dashed #34495e;
border-bottom:none;

}

.steptekst1 {   
float:left;
margin-bottom:10px;
border: 1px dashed #34495e;
border-top:none;
width:auto;
height:auto;
padding:20px; 
}

.aaben-pdf {
display: none;
}
  }
     
@media screen and (min-width: 600px) {   
.steptekst1 {   
float:left;
margin-bottom:10px;
border: 3px dashed #34495e;
border-top-width: 0px;
width:300px;
max-height:1000px;
padding:20px; 
}
.aaben-pdf {
display: none;
 }
  }

@media screen and (min-width: 720px) {
.stepbillede1 {
float:left;
width:100%;
height: auto;
}
  .steptekst1 {
float:left;
margin-bottom:10px;
border: 3px dashed #34495e;
border-top-width: 0px;
width:100%;
max-height:800px;
padding:20px;   
}
.aaben-pdf {
float:right;
display:none;
 }
  }
@media screen and (min-width: 890px) {
.stepbillede1 {
float:left;
width:100%;
height: auto;
}
.steptekst1 {
float:left;
margin-bottom:10px;
width:100%;
max-height:800px;
padding:20px; 
}
.aaben-pdf {
float:right;
display:none;
 }
  }
@media screen and (min-width: 1200px) {
.steptekst1 {
float:left;
margin-bottom:10px;
border: 1px dashed #34495e;
border-top:none;
width:400px;
height:350px;
padding:20px; 
}
.aaben-pdf {
float:right;
display:block;
 }
.step1 {
float:left;
width:400px;
height:650px;
margin:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.step2 {
float:left;
width:400px;
height:650px;
margin:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.step3 {
float:left;
width:400px;
height:650px;
margin:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
.step4 {
float:left;
width:400px;
height:650px;
margin:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.step5 {
float:left;
width:400px;
height:650px;
margin:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
.step6 {
float:left;
width:400px;
height:650px;
margin:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
  .step7 {
float:left;
width:400px;
height:650px;
margin:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
.step8 {
float:left;
width:400px;
height:650px;
margin:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .button-guide {
    display: inline-block;
    border-radius: 4px;
    background-color: #35495e;
    border: none;
    color: #FFFFFF!important;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width:100%;
    height: 100%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 30px 0px 5px 0px;
  }
  .button-guide span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  .button-guide span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  .button-guide:hover span {
    padding-right: 25px;
    color:#ffffff;
  }
  .button-guide:hover span:after {
    opacity: 1;
    right: 0;
  }
  .button-guide a:hover {
    color:#ffffff !important;
    background-color: transparent;
    text-decoration: none;
  }
  .button-guide a:link {
    text-decoration: none!important;
    color:#ffffff !important;
  }
  .button-guide a:visited {
    text-decoration: none!important;
    color:#ffffff !important;
  }
  .button-guide-groen {
    display: inline-block;
    border-radius: 4px;
    background-color: #519548;
    border: none;
    color: #FFFFFF!important;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width:100%;
    height: 100%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 30px 0px 5px 0px;
  }
  .button-guide-groen span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  .button-guide-groen span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  .button-guide-groen:hover span {
    padding-right: 25px;
    color:#ffffff;
  }
  .button-guide-groen:hover span:after {
    opacity: 1;
    right: 0;
  }
  .button-guide-groen a:hover {
    color:#ffffff !important;
    background-color: transparent;
    text-decoration: none;
  }
  .button-guide-groen a:link {
    text-decoration: none!important;
    color:#ffffff !important;
  }
  .button-guide-groen a:visited {
    text-decoration: none!important;
    color:#ffffff !important;
  }
  .button-guide-orange {
    display: inline-block;
    border-radius: 4px;
    background-color: #fb9039;
    border: none;
    color: #FFFFFF!important;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width:30%;
    height: 100%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 30px 0px 30px 0px;
    margin-left: 1%;
  }
  .button-guide-orange span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  .button-guide-orange span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  .button-guide-orange:hover span {
    padding-right: 25px;
    color:#ffffff;
  }
  .button-guide-orange:hover span:after {
    opacity: 1;
    right: 0;
  }
  .button-guide-orange a:hover {
    color:#ffffff !important;
    background-color: transparent;
    text-decoration: none;
  }
  .button-guide-orange a:link {
    text-decoration: none!important;
    color:#ffffff !important;
  }
  .button-guide-orange a:visited {
    text-decoration: none!important;
    color:#ffffff !important;
  } 
 
  }
</style>