/* CSS Document */
/*@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300italic,300);*/

body {
	font-family: 'Fira Sans', sans-serif;
	font-weight:300;
	background-color:#FDFDFD;
}

.header_padding {
	padding: 20px;

}

.preis {
	font-size:29px;
}

.header_title {
	font-size:29px;
}

.header_spacing {
	border-spacing: 10px;
    border-collapse: separate;
}

.header_judas {
	background-color:#C30;
}

.header_default {
	height:75px;
	width:162px;
	color:#FFF;	
	padding:7px;
	font-size:21px;
	text-align:center;
}

.header_table {
	background-color:#C00000;
	height:15px;
}

.header_table_title {
	font-size: 21px;
}

.twc_logo {
	padding:5px;
}

.header_table_cell {
	width:80px;
	text-align:center;
	height:36px;
}

.point_judas {
	background-color:#F00;
	color:#FFF;
}

.point_dibosys {
	background-color:#09F;	
	color:#FFF;	
}

.point_meinhaus {
	background-color:#3C9;	
	color:#FFF;
}

.point_default {
	height:45px;
	width:648px;
	color:#FFF;	
	padding:7px;
}

.point_other {
	background-color:#F4F4F4;	
}

.t1 {
	height:200px;
	width:200px;
	background-color:#0F6;
	display:block;
	}
.t2 {
	height:200px;
	width:200px;
	background-color:#F3C;
	display:none;	
	}	
	
	
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
.tooltip {
    position: relative;
}

.tooltip .tooltiptext_datenschutz {
    visibility: hidden;
    width: 80%;
    background-color: blue;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
font-size: 1.2em;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext_datenschutz {
    visibility: visible;
}
/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #09F solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #39C;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}	



.startpage_header {
	color:#2E75B6;
	font-size:31px;
	text-align:center;
}
.startpage_header_temp {
	color:#800000;
	font-size:20px;
	text-align:center;
}
