/* #####################################  TESTAREA BACKEND --> Design  ########################################*/


/*--------------------------------------------------------------------------------  Accordion -------- -------------------------------------------------------------------------*/
/* Remove focus ring as all screen readers tested on, add their own focus ring */

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion{
    padding-left: 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#accordion:before{
    content: "";
    width: 5px;
    height: 100%;
    background: #004e89;
    position: absolute;
    top: 0;
    left: 22px;
    z-index: -1;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px 15px 0;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #004e89;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: #cad5c2;
    text-align: center;
    font-size: 17px;
    color: #004e89;
    border: 6px solid #004e89;
    position: absolute;
    top: 0;
    left: -80px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background: #fff;
}
#accordion .panel-body{
    padding: 10px 15px;
    background: #eee;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(255, 255, 255, 0.9);
    font-size: 14px;
    color: #487677;
    line-height: 25px;
}

/* #################################################  TESTAREA END #######################################################*/

/* #######################################  THIS PART WORK HARD FOR EUFRAK! #############################################*/
/*-----------------------------------------------------------------------------------------------  lightbox ----------------------------------------------------------------------------------------*/
.lightbox2-icon {
    position: relative;
    top: 10px;
    left: 10px;
    display: inline-block;
    background: url("/content/lessons/_bilder/icons/open_lightbox.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
    z-index: 9999;
}

.lightbox2 {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 10px;
    z-index: auto;
}
/* -------------------------------------------------------------------  Hintergrund --------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic,latin,greek);
body {
  background: #dddfff;
  font-family: 'Open Sans', sans-serif;  
  background-image:url('/content/lessons/_bilder/backgrounds/bg_academy_xmas2.jpg');
  background-image:url('/content/lessons/_bilder/backgrounds/bg_academy_new-years2020.jpg');
  background-image:url('/content/lessons/_bilder/backgrounds/bg_academy_table.jpg');
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* ---------------------------------------------------------- zeitabhängiger Hintergrund ---------------------------------------------------------------------*/
.morning {background-image: url("/content/lessons/_bilder/backgrounds/backgrounds/bg_academy_table-say-good-morning.jpg");}
.day {background-image: url("/content/lessons/_bilder/backgrounds/backgrounds/bg_academy_table.jpg");}
.afternoon {background-image: url("/content/lessons/_bilder/backgrounds/bg_academy_table.jpg");}
.night {background-image: url("/content/lessons/_bilder/backgrounds/bg_academy_table.jpg");}

/* ---------------------------------------------------  Hintergrundbild nach Login  ---------------------------------------------------------*/
html:not(.popup) body:not(.ef-user-signed-in) {
  background-image: url('/assets/images/Penguins.jpg');
  background-size: cover;
}

/* ----------------------------------------------The only rule that matters ------------------------------------------------------------------*/
#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

/*Box Titles*/
div.block .title {
  background:#FFF;
  border: 4px solid #ccc;
  border-bottom: 0px;
  position: relative;
  top: 8px; 
}

/*Box Content*/
div.block .content {
  border: 4px solid #ccc;
  box-shadow: 0 1px 1px rgba(0,0,0,0); /*shadow*/
  border-radius: 8px;
}

/*Handle in a different way blocks within a block*/
div.block div.block .content {
  border: 0px;
}

/*Hide top left radious when then block has a Header*/
div.block .blockHeader ~ .content {
  border-top-left-radius: 0px;
}

/*Consistency with toolbars*/
div.block .toolbar {
  border: 4px solid #ccc;
  border-bottom: 0px;
  border-top-left-radius: 8px; 
  border-top-right-radius: 8px;  
}

/* Hide radious on box after a toolbar*/
div.block .toolbar ~ .content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top:0px;
}
/*--------------------------------------------------------------------  Navigationsleiste ---------------------------------------------------------------*/
#ef-navbar {
  background-color: #075283;
}

navbar form.navbar-form span.search-handle {
      background-color: #567DAB;
}
/*--------------------------------------------------------------------  GLOSSARY ---------------------------------------------------------------------*/
.ef-glossary-termX {  
  background:#FFFEEE;
}
/*--------------------------------------------------------------------  iFRAME responseible --------------------------------------------------------*/
iframe {
  max-width: 100%;
}
/*--------------------------------------------------------------------  responsive Videos -------------------------------------------------------------*/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}/*--------------------------------------------------------------------  TOOLTIP ------------------------------------------------------------------------*/
div.tooltip.in
{
  opacity:1;
}

div.tooltip .tooltip-inner
{
  background: #f0f0f0;
  border: 2px dashed #cdcdcd;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  max-width: 800px;
  font-family: Courier;
  font-size: 12px;
  color: #333333;
}
/*--------------------------------------------------------------------- ZOOM EFFEKTE für Bilder -----------------------------------------------*/
.eufrak_img_zoom1-1_15:hover{
    color: #424242;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(1.15);
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari and Chrome */
}

.eufrak_img_zoom1-1_5:hover{
    color: #424242;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(1.5);
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
}

.eufrak_img_zoom1-2:hover{
    color: #424242;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(2);
  -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Safari and Chrome */
}
/*----------------------------------------------------------------------------------------  Lupeneffekt ------------------------------------------------------------------------------------*/

.zoom { display:inline-block; position: relative; }
.zoom img { display: block; }
.zoom img::selection { background-color: transparent; }


/* #################################################     NOT IN USE  START   ###########################################*/



/* #################################################     NOT IN USE  END  #############################################*/

/*---------------------------------------------------------------------------------   EUFRAK INDIVIDUAL END    ----------------------------------------------------------------*/

/* DO NOT ADD/EDIT AFTER THIS LINE */
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#075283;border-color:#075283;}
body{background-color:#f5f5f5;}
.breadcrumb-x, .breadcrumb-x ol{background-color:#f5f5f5;border-color:#f5f5f5;}
.navbar-inverse{background-color:#04329c;border-color:#04329c;}
