/*
 Theme Name:   Divi Jr.
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Junior – a Divi Child Theme
 Author:       Popp Medien
 Author URI:   https://poppmedien.de
 Template:     Divi
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Divi-Jr
*/



#main-header {
    padding: 0 !important;
    font-weight: 400;
    line-height: 23px;
    top: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    position: relative;
    z-index: 99999;
}
 #main-header .hd-row {
  padding: 18px 0 !important;
}
 #main-header .hd-row .hd-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
 #main-header .hd-row .hd-col .et_pb_module {
  flex-shrink: 0;
}
 #main-header .hd-row .hd-col .logo-module {
  margin: 0;
  flex-shrink: 1;
}
 #main-header .hd-row .hd-col .logo-module .svg-wrapper a {
  display: flex;
  align-items: flex-end;
}
 #main-header .hd-row .hd-col .logo-module .svg-wrapper a svg {
  height: 56px;
  flex-shrink: 0;
}
 #main-header .hd-row .hd-col .logo-module .svg-wrapper a .text {
  flex-shrink: 1;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  color: var(--text);
  padding: 0 0.6em;
}
@media (max-width: 479px) {
   #main-header .hd-row .hd-col .logo-module .svg-wrapper a .text {
      display: none;
  }
}
@media (min-width: 600px) {
   #main-header .hd-row .hd-col .logo-module .svg-wrapper a .text {
      font-size: 28px;
      padding: 0 0.5em;
  }
}
 #main-header .hd-row .hd-col .menu-module {
  margin: 0 2em 0 auto;
}
@media (max-width: 980px) {
   #main-header .hd-row .hd-col .menu-module .et_pb_menu_inner_container {
      position: initial;
  }
}
 #main-header .hd-row .hd-col .menu-module .et_pb_menu_inner_container .et_mobile_nav_menu .et_mobile_menu {
  margin-top: 10px;
  padding: 14px 28px;
}
 #main-header .hd-row .hd-col .menu-module .et_pb_menu_inner_container .et_mobile_nav_menu .et_mobile_menu > li > a {
  padding: 10px 0;
}
 #main-header .hd-row .hd-col .menu-module .et_pb_menu_inner_container .et_mobile_nav_menu .et_mobile_menu > li:last-child > a {
  border-bottom: none;
}
 #main-header .hd-row .hd-col #bulkdl-mi {
  padding-bottom: 6px;
}


#main-footer {
  background-color: white;
}
 #main-footer .ft-row .ft-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 0.85em;
}
@media (max-width: 767px) {
   #main-footer .ft-row .ft-col {
      flex-wrap: wrap;
      justify-content: center;
  }
}
 #main-footer .ft-row .ft-col .cpr-module {
  margin: 0;
}
@media (max-width: 767px) {
   #main-footer .ft-row .ft-col .cpr-module {
      text-align: center;
  }
}
@media (min-width: 768px) {
   #main-footer .ft-row .ft-col .cpr-module .svg-wrapper {
      display: inline-block;
      margin-right: 0.5em;
  }
}
 #main-footer .ft-row .ft-col .cpr-module .svg-wrapper svg {
  height: 56px;
}
@media (max-width: 767px) {
   #main-footer .ft-row .menu-module {
      width: 100%;
  }
}
 #main-footer .ft-row .menu-module #menu-footer {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
   #main-footer .ft-row .menu-module #menu-footer {
      justify-content: center;
  }
}
 #main-footer .ft-row .menu-module #menu-footer li::after {
  content: '|';
  margin: 0 0.35em;
}
 #main-footer .ft-row .menu-module #menu-footer li:last-child::after {
  display: none;
}



/* Gestaltung der Titelabbildungen */
.cover-picture {
    position: relative;
    display: inline-block; /* <= shrinks container to image size */
    transition: transform 150ms ease-in-out;
  }
  
  .cover-picture img {
    display: inline-block;
    width: 226px;
    inset: 0px;
    margin: auto;
    box-shadow: 
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
    border-width: 0px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }

 @media (max-width: 980px) {
    .cover-picture img {
        width: 180px;
    }
}

@media (max-width: 768px) {
  .cover-picture img {
      width: 140px;
  }
}

@media (max-width: 600px) {
  .cover-picture img {
      width: 100%;
  }
}

  
  .cover-icon {
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-size: 33px;
    width: 68px;
    height: 68px;
    position: absolute;
    inset: 0px;
    margin: auto;
    background-position: center center;
    transition: all 0.3s ease 0s;
    transform: scale(0.9);
    will-change: transform;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.8;
  }
  
.cover-picture:hover {
    transform: scale(110%);
}


.buecher .et_pb_column {
    margin-right: calc((100% - 678px) / 2);
    width: auto;
}

@media (max-width: 980px) {
  .buecher .et_pb_column {
    margin-right: calc((100% - 540px) / 2);
  }
}

@media (max-width: 768px) {
  .buecher .et_pb_column {
    margin-right: calc((100% - 420px) / 2);
  }
}

@media (max-width: 600px) {
  .buecher .et_pb_column {
      width: 100%;
      text-align: center;
      margin-right: 0;
      padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .button-row {
      text-align: center;
  }
}


.buecher .et_pb_column:last-child {
    border-right: none;
    margin-right: 0;
}

.et-l--header .et_pb_section {
    padding-top: 10px;
    padding-bottom: 0;
}

#main-content .et_pb_section {
  padding-top: 0;
}

.openid-connect-login-button,.logout-button {
text-align: left !important;
}


.login-button:before {
    content: "\f023";
    color: #2ea3f2;
    font-family: "FontAwesome";
    speak: none;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
}

.logout-button:before {
  content: "\f3c1";
  position:relative;
  font-family: "FontAwesome";
  color: #2ea3f2;
  speak: none;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  direction: ltr;
}



/*tooltip */
.tooltipbooktext {
    visibility: hidden;
    z-index: 1;

    width: 90%;
    padding: 0 20px;

    background: #333;
    color: #fff;

    position: absolute;
    top: 25%;
    left: 5%;

    border-radius: 9px;

    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);

    text-align: center;
}

/* tooltip  after*/
.tooltipbooktext::after {
    content: " ";
    width: 0;
    height: 0;

    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: #333 transparent transparent transparent;

    position: absolute;
    top: 100%;
    left: 45%;
    /* transform: rotate(180deg); */

}

.cover-picture:hover .tooltipbooktext {
    visibility: visible;
    opacity: 1;
    transition: 0.3s linear;
    animation: odsoky 1s ease-in-out infinite alternate;
    transform: translateY(6px);
}

@keyframes odsoky {
    0% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(1px);
    }

}


