*{
    font-family: "Open Sans", sans-serif;
}

#page{
    width: 100%;
    background-color: #606060;
}

#content{
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    clear: both;
    background-color: #f5f5f5;
}

#header-top{
    margin: 0 auto;
    position: fixed;
    width: 80%;
    max-width: 1600px;
    height: 90px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 100;
}

#header-top.dark{
    background-color: #444;
}

#header{
    color: #FFF;
    float: left;
}

#header-image{
    float: left;
    background-color: #888;
}

#header-image img{
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%
}

#header-logo{
    margin-top: 10px;
    margin-left: 80px;
    float: left;
}

#header-logo img{
    float: left;
    height: 70px;
}

#header-logo h1{
    float: left;
    height: 70px;
    font-size: 23px;
    color: #FFF;
    margin-left: 20px;
    line-height: 70px;
    text-transform: uppercase;
}

#header-menu{
    float: right;
    height: 80px;
    line-height: 80px;
    margin-right: 80px;
    font-size: 16px;
    text-transform: uppercase;
}

#header-menu ul{
    list-style-type: none;
}

#header-menu ul li{
    float: left;
    margin-left: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

#header-menu ul a{
    color: #FFF;
    text-decoration: none;
}

#image-buttons{
    /* width: 200px; */
    float: right;
    margin-top: 280px;
    margin-right: 80px;
    text-align: right;
}

#image-buttons ul{
    list-style-type: none;
}

#image-buttons ul li{
    float: left;
    padding-left: 20px;
}

#image-buttons ul li div.button{
    width: 10px;
    height: 10px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#image-buttons ul li div.inactive{
    border: 2px solid #FFF;
}

#image-buttons ul li div.active{
    background-color: #FFF;
    border: 2px solid #FFF;
}

#header-text{
    width: calc(100% - 80px - 80px);
    float: left;
    background-color: #888;
    text-align: center;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 21px 80px;
}

#header-text p{
    line-height: 20px;
    font-style: italic;
    font-size: 17px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#middle{
    height: auto;
    display: table;
    width: 100%;
    float: left;
}

#ruler{
    display: table-cell;
    width: 80px;
    background-image: url(../images/ruler.png);\
    background-repeat: no-repeat;
    background-repeat: repeat-y;
}

#middle-content{
    display: table-cell;
    width: calc(100% - 160px);
    height: auto;
    padding-right: 80px;
    padding-top: 50px;
    /* padding-bottom: 20px; */
}

#middle-content p a{
    color: #444;
}

.actions, .action{
    float: left;
    padding-top: 10px;
    width: 100%;
}

.actions{
    margin-bottom: 29px;
}

.future-action{
    height: 230px;
}

.tobedone-action{
    height: 230px;
}

#past-actions{
    margin-bottom: 0;
}

.past-action{
    height: 220px;
    padding-top: 9px;
}

.past-action:not(:first-child){
    padding-top: 1px;
    height: 229px;
    padding-bottom: 10px;
}

.past-action:first-child{
    padding-bottom: 1px !important;
}

.action-block{
    float: left;
    width: 100%;
}

.past-action .action-block{
    background-color: #808080;
    position: relative;
    left: 81px;
    /* top: 2px; */
}

#past-actions .action-last{
    height: 42px;
    float: left;
    width: 100%;
    clear: both;
    background-color: #808080;
    position: relative;
    left: 81px;
}

.action-image{
    width: 250px;
    height: 200px;
    float: left;
}

.past-action .action-image{
    position: relative;
    left: -80px;
    z-index: 40;
}

.action-info {
    float: left;
    width: calc(100% - 250px - 80px);
    margin-left: 80px;
    height: 187.42px;
    border: 0;
}

.past-action .action-info{
    position: relative;
    left: -80px;
}

.action-image img{
    width: 100%;
    border: 0;
}

.action-dates{
    float: left;
    width: 50%;
}

.action-labels{
    float: left;
    width: 50%;
    height: 86px;
}

.action-dates ul{
    float: left;
}

.past-action .action-dates ul{
    color: #f5f5f5;
}

.action-labels ul{
    float: right;
    width: 350px;
    text-align: right;
}

.action-text{
    float: left;
    width: 100%;
    height: 62.42px;
    text-align: justify;
    margin-top: 10px;
    font-size: 14px;
}

.action-text p{
    line-height: 17px;
}

.past-action .action-text{
    color: #f5f5f5;
}

.action-buttons{
    float: left;
    width: 100%;
    margin-top: 10px;
}

div.action-dates ul{
    list-style-type: none;
    margin-top: 5px;
    height: 81px;
}

div.action-dates ul li{
    position: relative;
    padding-left: 22px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
}

div.action-dates ul li.date:before{
    position: absolute;
    left: 0;
    content: url('../images/action-date.png');
}

div.action-dates ul li.place:before{
    position: absolute;
    left: 0;
    content: url('../images/action-place.png');
}

div.action-dates ul li.teams:before{
    position: absolute;
    left: 0;
    content: url('../images/action-teams.png');
}

div.action-dates ul li.thema:before{
    position: absolute;
    left: 0;
    content: url('../images/action-thema.png');
}

.past-action div.action-dates ul li.date:before{
    position: absolute;
    left: 0;
    content: url('../images/action-date-w.png');
}

.past-action div.action-dates ul li.place:before{
    position: absolute;
    left: 0;
    content: url('../images/action-place-w.png');
}

.past-action div.action-dates ul li.teams:before{
    position: absolute;
    left: 0;
    content: url('../images/action-teams-w.png');
}

.past-action div.action-dates ul li.thema:before{
    position: absolute;
    left: 0;
    content: url('../images/action-thema-w.png');
}

div.action-labels ul{
    list-style-type: none;
    margin-top: 10px;
}

div.action-labels ul li{
    color: #99cc33;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
    font-style: italic;
}

div.action-buttons button.action-page{
    float: left;
    color: #FFF;
    background-color: #99cc33;
    text-transform: uppercase;
    border: 0;
    padding: 5px 30px;
    /* width: 200px; */
    font-weight: bold;
    cursor: pointer;
}

.past-action div.action-buttons button.action-page{
    /* float: left; */
    color: #808080;
    background-color: #f5f5f5;
    /* text-transform: uppercase; */
    /* border: 0; */
    /* padding: 5px 20px; */
    /* width: 200px; */
    /* font-weight: bold; */
    /* cursor: pointer; */
}

div.action-buttons button.past-years{
    float: right;
    color: #FFF;
    background-color: #808080;
    border: 0;
    padding: 5px 30px;
    /* width: 200px; */
    font-weight: bold;
    cursor: pointer;
}

.past-action div.action-buttons button.past-years{
    color: #808080;
    background-color: #f5f5f5;
}

div.action-buttons a.letmeknow-button{
    float: left;
    color: #808080;
    background-color: #f5f5f5;
    border: 0;
    /* margin-left: 15px; */
    font-weight: bold;
    cursor: pointer;
    border-bottom: 2px solid #808080;
}

div.action-buttons a.letmeknow-button:hover{
    color: #99cc33;
    border-bottom: 2px solid #99cc33;
}

div.action-buttons div.action-images img{
    float: left;
    border: 0;
    width: 30px;
    cursor: pointer;
    margin-left: 30px;
    background-color: #808080;
}

div.action-buttons div.action-comments img{
    float: left;
    border: 0;
    width: 30px;
    cursor: pointer;
    margin-left: 30px;
    background-color: #808080;
}

div.action-comment{
    display: table;
    float: left;
    background-color: #FFF;
    margin-left: 100px;
    color: #808080;
    font-size: 13px;
    padding: 5px 10px;
}

div.comment-sections{
    display: table-cell;
    width: 85%;
}

div.comment-section{
    display: table;
    width: 100%;
    margin-top: 10px;
}

.comment-text{
    display: table-cell;
    width: 85%;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: justify;
}

div.comment-sections > div.comment-section:first-child{
    margin-top: 0;
}

.comment-author{
    display: table-cell;
    width: 15%;
    vertical-align: middle;
    line-height: 100%;
    text-align: center;
}

.comment-action{
    margin-top: 5px;
    font-size: 14px;
}

.comment-name{
    font-weight: bold;
}

.comment-icon{
    display: table-cell;
    width: 15%;
    text-align: right;
    vertical-align: middle;
}

.comment-icon img{
    width: 40px;
    height: 40px;
}

#footer{
    font-size: 13px;
    height: 40px;
    float: left;
    width: calc(100% - 50px);
    background-color: #444;
    color: #FFF;
    padding-top: 20px;
    text-align: center;
}

#footer a{
    color: #FFF;
}

#footer-fb{
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #444;
    height: 40px;
    width: 40px;
    float: left;
    padding-right: 10px;
}

#footer-fb img{
    height: 30px;
}

a {
    text-decoration: none;
}

/* Fonts */
h1{
    font-size: 25px;
}

h2{
    color: #000;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    clear: both;
}

h3{
    font-size: 19px;
    color: #99cc33;
    text-transform: uppercase;
    margin-left: 330px;
    margin-top: 3px;
    margin-bottom: 2px;
}

#past-actions .past-action:first-child{
    margin-bottom: 0;
    padding-bottom: 0;
}

#past-actions .past-action:not(:first-child){
    /* padding-top: 1px; */
    /* position: relative; */
    /* top: -10px; */
}

#past-actions .past-action:not(:first-child) h3{
    background-color: #808080;
    /* background-color: #F00; */
    position: relative;
    left: 81px;
    padding-top: 21px;
    /* top: 2px; */
    padding-left: 250px;
    margin-top: 0;
    margin-bottom: 0;
    /* padding-bottom: 2px; */
    padding-bottom: 2px;
    /* margin-left: 80px; */
    margin-left: 0;
}


/* OTHERS */
.clear{
    clear: both;
}

div.line{
    width: calc(80% - 80px);
    max-width: 1520px !important;
    height: 4px;
    background-color: #99cc33;
    position: absolute;
    margin: 0 auto;
    margin-left: -80px;
    z-index: 50;
}

span.note{
    font-size: 11px;
    font-style: italic;
    vertical-align: bottom;
    line-height: 28px;
}

p.text{
    line-height: 19px;
}

#load-more-div{
    position: relative;
  text-align: center;
  background-color: #808080;
  padding-bottom: 20px;
  height: 40px;
  float: left;
  width: 100%;
  left: 81px;
}

.load-more{
  color: #808080;
  background-color: #f5f5f5;
  text-transform: uppercase;
  border: 0;
  padding: 5px 30px;
  width: 200px;
  font-weight: bold;
  cursor: pointer;
}
