/******************************
* Fonts
*******************************/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/OpenSans/open-sans-v34-latin-regular.eot');
  src: local(''),
       url('../fonts/OpenSans/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans/open-sans-v34-latin-regular.woff2') format('woff2'),
       url('../fonts/OpenSans/open-sans-v34-latin-regular.woff') format('woff'),
       url('../fonts/OpenSans/open-sans-v34-latin-regular.ttf') format('truetype'), 
       url('../fonts/OpenSans/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/OpenSans/open-sans-v34-latin-italic.eot');
  src: local(''),
       url('../fonts/OpenSans/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans/open-sans-v34-latin-italic.woff2') format('woff2'),
       url('../fonts/OpenSans/open-sans-v34-latin-italic.woff') format('woff'),
       url('../fonts/OpenSans/open-sans-v34-latin-italic.ttf') format('truetype'),
       url('../fonts/OpenSans/open-sans-v34-latin-italic.svg#OpenSans') format('svg');
  font-display: swap;
}


body {
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 1em !important;
  letter-spacing: 0em !important;
  line-height: 1.7em !important;
}

h2 {
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 1.45em !important;
  letter-spacing: 0em !important;
  line-height: 1.2em !important;
}

.nav-submenu-container .nav-submenu > li, .jddrop-content .megamenu-item .megamenu-menu li, .nav-submenu, .astroid-mobile-menu .nav-child .menu-go-back, .astroid-mobile-menu .nav-child .nav-item-submenu > a {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
  font-weight: 500 !important;
  text-transform: none !important;
  font-size: 1em !important;
  letter-spacing: 0em !important;
  line-height: 2em !important;
}

.disabled-link {
  pointer-events: none !important;
  display: block !important;
}

/******************************** 
/* Template
 ********************************/
body {
  font-family: 'Open Sans' !important;
  font-size: 1em !important;
  letter-spacing: 0em !important;
  line-height: 1.7em !important;
}
/********************************** 
/* Colors 
**********************************/
:root {
  --roeka-color-1: #f7de20;		
  --roeka-color-2: #226e86;		
  --roeka-color-2-hover: rgba(34,110,134,.539);
  --roeka-color-3: #752c2a; 	
  --roeka-color-4: #4fa334;		
  --roeka-color-5: #515151;		
}

/********************************** 
/* Hintergrundbild
**********************************/
@media screen and (min-width: 768px) {
  body {
    background: url(../images/bg_page_right.webp) right top no-repeat, url(../images/bg_page_left.webp)  left top no-repeat !important;
  }
}

/********************************** 
/* Quickbuttons
**********************************/
.hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
  transform: scale(1.05);
}

/********************************** 
/* Main Menu
**********************************/
.startseite, .startseite > a, active, hover , visited{
  border-bottom: 8px solid  var(--roeka-color-3) !important;
  font-weight: bold;
}

.aktuelles, .aktuelles > a, active, hover, visited{
  border-bottom: 8px solid  var(--roeka-color-1) !important;
  font-weight: bold;
}

.unsere_schule, .unsere_schule > a, active, hover, visited{
  border-bottom: 8px solid  var(--roeka-color-4) !important;
  font-weight: bold;
}

.verschiedenes, .verschiedenes > a, active, hover , visited{
  border-bottom: 8px solid  var(--roeka-color-5) !important;
  font-weight: bold;
}

/********************************** 
/* Template
**********************************/
.megamenu-container {
	box-shadow: 3px 3px 5px var(--roeka-color-5);
}

.nav-submenu > li {
	margin-left: 0px;
}

.nav-submenu {
	box-shadow: 3px 3px 5px var(--roeka-color-5);
}

.form-group, #adminForm .controls {
	margin-bottom: 0px;
}

.astroid-contact-info {
  text-align: center;   
}

.astroid-nav > li > a, .astroid-sidebar-menu > li > a {
	margin-left: 20px;
}

.megamenu-container, .megamenu-container .nav-submenu .nav-submenu {
	border-top: 6px solid var(--roeka-color-2) !important;
}

.footer_contact a {
    text-decoration: none;
}

.footer_menu a {
    text-decoration: none;
}

.btn.readmore-btn {
	color: var(--roeka-color-2);
  	font-weight: bold;
	text-decoration: none;
}

.btn.readmore-btn:hover {
	color: var(--roeka-color-2-hover);
}



/********************************** 
/* Teaser
**********************************/
.teaser a {
  display: block;
  position: relative;
  overflow: hidden;
}

.teaser-caption {
  color: white;
}

.teaser img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease !important;
}

.teaser:hover img {
  transform: scale(1.1) !important;
}

.teaser a .teaser-caption {
  color: white;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  padding: 25% 0px;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  transition: all 0.3s ease;
  opacity: 0;
  font-size: min(2.75vw,30px);
  letter-spacing: -0.02em;
}

.teaser a .teaser-caption-2 {
  padding: 20% 0px;
  line-height: 97%;
}

.teaser:hover a .teaser-caption {
  opacity: 1;
}

.teaser .teaser-caption {
  transform: scale(0);
  color: #fff;
  transition: all 0.3s linear;
  opacity: 0;
}

.teaser:hover .teaser-caption {
  transform: scale(1);
  transition: all 0.3s linear;
  opacity: 1;
}

/********************************** 
/* Lehrerliste
**********************************/
.lt-container {
	width: 100%;
}

.lt-wrap {
  width: auto;
  border-radius: 0px;
  overflow: hidden;
}

.lt-table {
  width: 100%;
  display: table;
}

.lt-row {
  display: table-row;
  background: #fff;
}

.lt-row:nth-child(odd) {
  background-color: #f5f5f5;
}

.lt-row.lt-header {
  color: #ffffff;
  background: #226e86;
}

.lt-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0px 5px 10px;
  min-height: 10px;
}

.lt-row .lt-cell {
  color: #515151;
  border-bottom: 1px solid #e2e2e2;
}

.lt-cell > a {
	text-decoration: none;
	text-align: center;
	color: #515151;
}

.lt-row.lt-header .lt-cell {
  color: #fff;
  padding: 10px 0px 10px 10px;
}

.lt-table, .lt-row {
  width: 100% !important;
}

.lt-legende-table {
	display: table;  
}
  
.lt-legende-table-row {
	display: table-row;  
}
  
.lt-legende-table-cell {
	display: table-cell;  
	padding-left: 20px;
	padding-bottom: 5px;
	white-space: nowrap;	
}

@media screen and (max-width: 579px) {
  .lt-table {
    display: inline-table;
  }
  
  .lt-row {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .lt-row.lt-header {
	  display : none;
  }

  .lt-row.lt-header .lt-cell {
    display: none;
  }

  .lt-row .lt-cell:before {
    color: #808080;
	  padding-top: 10px;
  }
  
  .lt-cell {
    display: inline-block;
    text-align: left !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .lt-row .lt-cell {
    border: none;
    padding-top: 0px;
  }
  
   .lt-cell:empty {
	   display: none;
   }
  
  .lt-cell:nth-child(n+2):not(:empty):before  {
    content: "\00A0\2022\00A0";
  }
  
   .lt-legende-table {
	   display: inline-block;
   }	
   
   .lt-legende-table-row {
	   display: grid;  
   }
 
   .lt-legende-table-cell  {
	   display: inline-block;	
   }
  
}

/********************************** 
/* OS-Gallery (Neues aus der Kunst)
**********************************/
.os-gallery-img-title {
  color: black;
  background: rgba(0.15, 0.15, 0.15, 0.2);
  font-size: 1.5rem;
  
}
