/**
 * @package   HLI Joomla! 3 Template
 * @version   1.0
 * @author    7Studio Tomasz Herudzinski http://www.7studio.eu
 * @copyright Copyright (C) 2009 - 2014 7Studio Tomasz Herudzinski
 * @license   Commercial - ThemeForest Regular License - http://themeforest.net/licenses/regular_extended
**/


 /* 
 * 
 * IMPORTANT!
 *
 * Please paste here css rules which you would like to override and change.
-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
       url('/fonts/roboto-latin-300-normal.877b923.woff') format('woff'), /* Modern Browsers */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('/fonts/roboto-latin-400-normal.9b78ea3.woff') format('woff'), /* Modern Browsers */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('/fonts/roboto-latin-500-normal.ddd11da.woff') format('woff'), /* Modern Browsers */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('/fonts/roboto-latin-700-normal.0344cc3.woff') format('woff'), /* Modern Browsers */
}

body {
/*font-family: 'Roboto';*/
}
.amberg, .sulzbach{
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  width: 100%;
}
.amberg div:nth-child(3), .sulzbach div:nth-child(3) {
  order: 4;
}
.home_filialen {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-direction: column;
}
.home_filialen a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .amberg, .sulzbach{
    grid-template-columns: 1fr 1fr;
  }
  .amberg div:nth-child(3), .sulzbach div:nth-child(3) {
    order: unset;
  }
  .home_filialen {
    flex-direction: row;
  }
  .home_filialen a {
    width: 50%;
  }
}
.amberg img, .sulzbach img{
  width: 100%;
}
.amberg .address, .sulzbach .address{
  font-size: 16px;
}
a{
  //text-decoration: underline;
}
a:hover{
  //text-decoration: underline;
}
.kurse table, .unterricht_tabelle table, .unterricht_home table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #6ba60f;
  text-align: left;
}
.kurse thead th, .block button.register, .amberg button.register, .sulzbach button.register, .kurse button.register, .unterricht_tabelle thead th {
  background-color: #6ba60f;
  color: #fff;
}
.kurse td, .kurse th, .unterricht_tabelle td, .unterricht_tabelle th{
  padding: 5px;
}
.kurse tbody tr:nth-child(odd), .unterricht_tabelle tbody tr:nth-child(odd)  {
  background-color: #eee;
}
.unterricht {
  float: left;
}
.unterricht_amberg, .unterricht_suro {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.unterricht_home {
 width: 80%;
 margin: auto;
}
.unterricht_home table {
  background-color:white;
}
.unterricht_home td, .unterricht_home th {
  padding: 5px 15px;
}
.modules-block a:hover{
  color: #6ba60f;
}
.block button.register:hover, .sulzbach button.register:hover, .kurse button.register:hover{
  background-color: #000;
}
.block button.register, .amberg button.register, .sulzbach button.register, .kurse button.register{
  padding: 15px 20px;
}
.team {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 20px;
}
.team .team__member{
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  width: 100%;
}

.team .team__description {
  color: #fff;
  background-color: #6ba60f;
  padding: 20px
}
.team .team__description p {
  font-size: 14px;
  line-height: 1.3;
}
.team p.team__name {
  font-weight: bold;
  font-size: 16px;
}

.team .team__image img {
  width: 100%;
}
.start-title {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .start-title {
    font-size: 40px;
  }
  .team .team__member{
  	display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .team p.team__name{
    font-size: 20px;
  }
  .team .team__member--tom .team__image:nth-of-type(1), .team .team__member--stefan .team__image:nth-of-type(1){
    order: 2;
  }
}
.toolbar-b > div {
  display: grid;
  grid-template-columns: 1fr 1fr;  
}
.social {
  display: grid;
  grid-template-columns: 40px 40px;  
}

element.style {
}
#st-toolbar .toolbar-a a {
  color: #7bb421;
  font-weight: bold;
}