/****************************
timetablesDrawer Start
/****************************/
#timetablesDrawer{
  text-align: center;
  margin: 2rem 0 0;
}
#timetablesDrawer h1{
  color: var(--primary);
  margin: 2.3rem 0 2rem 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}
#timetablesDrawer p{
  color: #34444e;
  font-size: 1.2rem;
}
.borderRadius10{
  border-radius: 10px;
}
@media (min-width:768px) {
  #timetablesDrawer h1{
    font-size:3rem;
  }
}
/****************************
timetablesDrawer End
/****************************/
#TimetablesvorteileOrgawand{
  padding: 3rem 0;
}
#TimetablesvorteileOrgawand h2{
  color: var(--primary);
  margin-bottom: 30px;
}
#TimetablesvorteileOrgawand p{
  color: var(--second);
  font-size: 1.3rem;
  margin-top: 10px;
}
#TimetablesvorteileOrgawand img{
  max-width: 62px;
  max-height: 62px;
}

#timetablesKategorien{
  background-color: var(--primary);
  padding: 4rem 0;
}
#timetablesKategorien img{
  border: 3px solid #fff;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media screen (min-width:768px) {
  #timetablesKategorien img{
    margin-bottom:0;
  }
}
#timetablesKategorien .row{
  margin-bottom: 50px;
}
#timetablesKategorien h2{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
#timetablesKategorien h3{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
#timetablesKategorien p{
  color: #fff;
}
/****************************
timetablesTop Start
/****************************/
#timetablesTop{
  background-color: var(--second-2);
  padding: 5rem 0;
  margin-bottom: 2rem;
}
#timetablesTop .timetableTop-col{
  padding: 23px 25px 20px;
  border: 2px solid var(--primary-4);
  border-radius: 10px;
}
#timetablesTop img{
  border-radius: 10px;
}
#timetablesTop h2{
  font-size: 1.3rem;
  margin-top: 2rem;
  color: var(--primary);
  font-weight: bold;
}
#timetablesTop a:hover{
  text-decoration: none;
}
/****************************
timetablesTop End
/****************************/


/****************************
timetableShowcase Anfang
/****************************/
#timetableShowcase h1{
	color: var(--primary);
	text-align: center;
}
#timetableShowcase p{
	color: #34444e;
	font-size: 1rem;
	text-align: center;
	line-height: 1.7;
}
@media (min-width: 767px){
	#timetableShowcase p{
		font-size: 1.2rem;
	}
}
/****************************
timetableShowcase End
/****************************/
