/* ======================================
   UK Zusatz addon
   ====================================== */
.addon {
  position: relative;
  overflow: hidden;
  background: #ededed;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.addon:before,
.addon:after {
  content: " ";
  display: table;
}
.addon:after {
  clear: both;
}
.addon h3 {
  margin: 0;
  margin-bottom: 10px;
}
.addon .left {
  float: left;
  width: 25%;
}
.addon .right {
  float: left;
  width: 75%;
  padding-left: 3%;
}
.addon img {
  width: 100%;
}
.addon  {
  border-top: 7px #c8c8cd solid
}

@media screen and (min-width: 992px) {
  .addon {
    display: block;
  	padding-top: 25px;
  	padding-left: 25px;
  	padding-bottom: 25px;
  }
}
@media screen and (min-width: 1240px) {
  .addon {
    margin-left: -20px;
    margin-right: -20px;
  	padding-top: 25px;
  	padding-left: 45px;
  	padding-bottom: 25px;
  }
}

/* ======================================
    UK Zusatz Tabellenzebra
   ====================================== */
table.zebra {
  text-align: left;
  width: 100%;
  margin-bottom: 12px
}
table.zebra thead th {
  background: #5f7079;
  color: #fff;
	border:1px solid #5f7079;
  border-bottom: 2px solid #fff;
}
table.zebra thead th, table.zebra td, table.zebra tfoot {
  padding: 8px 25px 8px 10px;
}
table.zebra td {
  border:1px solid #fff;
}
table.zebra tr.odd, table.zebra tr:nth-child(odd) {
	background: #ced4d4
}
table.zebra tr.even, table.zebra tr:nth-child(even) {
     background: #f1f2f2;
}
table.zebra tfoot td {
  font-size: 10px;
  background: #f1f2f2;
}
table.zebra tfoot span {
  width: 5%;
  display: block;
  float: left;
}
#skiplinks {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -99em;
  width: auto
}
a.top {
  background: #32a4c8 url('/assets/images/crossrail-sprite.png') -156px -92px no-repeat;
  display: block;
  height: 44px;
  margin: 0 auto;
  text-indent: -998em;
  width: 44px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

a.top:hover {
  background-color: #236192
}
.top {
  bottom: 20%;
  display: none;
  margin: 0;
  position: fixed;
  right: 1em;
  z-index: 1977
}

/* UK addon 17.05.2016
 */
.zundf:before,
.zundf:after {
  content: ' ';
  display: table;
}

.zundf:after {
  clear: both;
}

.zundf {
  *zoom: 1;
}

.column-20,
.column-20 .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
.column-20 .inner img {
  height: 20%;
   width: auto;
  
}

.column-20 .inner p {
	  padding-top: 10%;
}

.column-20 .inner p strong {
	  color: #F00;
	  font-size:36px;
}
.column-20 {
  position: relative;
  
  width: 20%;
  float: left;
  
  padding: 10px;
  padding-bottom: 20%;
  height: 0;
  overflow: hidden;
}

.column-20 .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  
  
  border: 5px #efefef solid;
  background: #fff;
}

.column-22 .inner > *:first-child {
  margin-top: 0;
}


#defaultpage .rightCol .fotoBox {
  display: block;
  padding: 10px 15px;
  background: #32a4c8;
  background-image: -webkit-linear-gradient(top, #d1868a 0%, #b26568 100%);
  background-image: linear-gradient(to bottom, #d1868a 0%, #b26568 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1868a', endColorstr='#ffb26568', GradientType=0);
  color: white;
  font-size: 18px;
}
#defaultpage .rightCol .dokuBox {
  display: block;
  padding: 10px 15px;
  background: #32a4c8;
  background-image: -webkit-linear-gradient(top, #c8b47a 0%, #b5a05a 100%);
  background-image: linear-gradient(to bottom, #c8b47a 0%, #b5a05a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc8b47a', endColorstr='#ffb5a05a', GradientType=0);
  color: white;
  font-size: 18px;
}
#defaultpage .rightCol .videoBox {
  display: block;
  padding: 10px 15px;
  background: #32a4c8;
  background-image: -webkit-linear-gradient(top, #7cc4a0 0%, #5ba680 100%);
  background-image: linear-gradient(to bottom, #7cc4a0 0%, #5ba680 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7cc4a0', endColorstr='#ff5ba680', GradientType=0);
  color: white;
  font-size: 18px;
}
#defaultpage .rightCol .webcamBox {
  display: block;
  padding: 10px 15px;
  background: #32a4c8;
  background-image: -webkit-linear-gradient(top, #0e84af 0%, #076a8e 100%);
  background-image: linear-gradient(to bottom, #0e84af 0%, #076a8e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e84af', endColorstr='#ff076a8e', GradientType=0);
  color: white;
  font-size: 18px;
}

#defaultpage .rightCol .interaktivBox {
  display: block;
  padding: 10px 15px;
  background: #32a4c8;
  background-image: -webkit-linear-gradient(top, #9f77b3 0%, #8d60a3 100%);
  background-image: linear-gradient(to bottom, #9f77b3 0%, #8d60a3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f77b3', endColorstr='#ff8d60a3', GradientType=0);
  color: white;
  font-size: 18px;
}
