﻿
.layout-unit {
  margin-bottom: 20px
}

body {
  font-size: 87.5%;
  background: white;
  font-family: "Source Sans Pro",sans-serif;
  margin: 0;
  padding: 0
}

.box {
  margin-bottom: 20px;
  border: 1px solid #CDCEC8;
}

.box--blue, .box--blue__more {
  background: #0273a2
}

.box__title {
  height: auto;
  line-height: 1.5em;
  font-weight: 900;
  font-size: 1.28em;
  text-transform: uppercase;
  margin: 0 !important;
  overflow: visible;
  font-style: italic;
}

.box__header {
  margin-bottom: 0px;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #CDCEC8;
}


/*.box__body{border:10px solid #4d6940;background:#fff;overflow:hidden;border-bottom:none;}*/
/*.box__more{position:absolute;right:0;top:0;height:30px;line-height:30px;padding:0 10px;background-color:#4d6940;font-weight:600;text-align:right;text-decoration:none;color:#fff;text-decoration:none}*/

.box__body {
  overflow: hidden;
  padding: 15px 15px 0px 15px;
}


.box__more {
  top: 50%;
  right: 20px;
  margin-top: -10px;
  font-size: 16px;
  height: auto;
  line-height: inherit;
  position: absolute;
  color: #000;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}



  .box__more:hover {
    text-decoration: underline
  }

  .box__more:after {
    /*content:'\203A';*/
    content: '›';
    padding-left: 3px;
    position: relative;
    text-decoration: none !important;
    font-size: 1.85714em;
    line-height: .42308em;
    height: .53846em;
    top: -2px;
    font-weight: 200;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
  }

.box__add {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    text-decoration: none;
    color: #717171;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    font-weight: 600;
    border: 1px solid #BFBFBF;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    font-family: inherit;
    margin: 0;
}


/*.box__add {
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
  color: #4a4a4a;
  text-decoration: none;
  border: 1px solid #4a4a4a;
}*/

/*.teaser{display:block;color:inherit;text-decoration:none;border-bottom:1px solid #cdcec9;padding:15px 30px 15px 15px;position:relative;overflow:hidden}*/
.teaser {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px dashed #cdcec9;
}


  .teaser:hover {
    background: #fafafa
  }

/*.teaser:after{
  font-family:'Landbrugsavisen';
  speak:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:'\3009';
  font-weight:normal;color:#999;position:absolute;top:50%;margin-top:-8px;font-size:16px;right:10px}
  */

.box__footer {
  padding: 0px 15px 15px 15px;
}

/*.teaser__company{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:10px 0px 0px 0px;clear:left;}*/
.teaser__company, .teaser__date {
  margin: 0;
  color: #4a4a4a;
  font-size: 15px;
  /*margin-bottom: 2px;*/
  /*float:left;*/
  display: inline-block;
}

/*.teaser__company {
    border-left: 1px solid #cdcec9;
    margin-left: 4px;
    padding-left: 7px;
}*/



/*.teaser__date{color:#999;margin:0;text-align:right;white-space:nowrap}*/
.teaser__event {
  /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 3px 0;
}

.teaser__info {
  margin: 0;
  color: #4a4a4a;
  font-size: 15px;
  /*margin-bottom: 2px;*/
}
