/*podcast*/ 

.podcast-btns-inleiding a img {margin-right: 20px; width: 200px; height: auto;}

.podcast-btns-inleiding {display:inline-block !important; margin-bottom:20px;}

a.podcast-btn {
  
  background-color: #84a04a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-weight: 900;
  font-size: 14px;
  padding: 13px 18px;
  margin-top: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-transform: lowercase;
  width: 170px;
}

a:hover.podcast-btn {
  background-color: #6a813b;
  text-decoration:none;
}

@media only screen and (max-width: 1300px) {
  
.width1 {width: auto; margin-right:10px;}

.width2 {width: auto; vertical-align:top;}

}

@media only screen and (min-width: 1301px) {
  
.width1 {width: 25%; margin-right:10px;}

.width2 {width: 70%;  vertical-align:top;}
 

}




