/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
.single_kiexx_item_row {
    max-height: 50px;
    background-color: blueviolet;
}

.invisible_kiexx {
    display: none;
}

 .kiexx_popup {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

    z-index: 1;

    background-color: #00000090;
    background-attachment: fixed;
  }

  .kiexx_popup_content {
    position:absolute; 
    top: 0;
    margin-top: 50px;

    width: 100%;

    z-index: 2;
  }

  .kiexx_new_student_form {
      background-color: #f1f1f1;
      color: #333333;

      border-radius: 5px;
  }

#passwordHelp-Block span {
    font-size: 10pt;

    color: #777777;
}
.kiexx-btn {
    padding: 0px;
    border-style: none;
    border-radius: 5px;

    background-color: transparent;
    transition: transform .2s;
}

.kiexx-btn:hover {
    transform: scale(0.8);
}

#masthead {
    padding-top: 0px;
    padding-bottom: 0px;
}

.kiexx-item-thumbnail {
    max-height: 100px;
    padding-bottom: 5px;
    padding-right: 1em;
    padding-left: 1em;
}

.kiexx-thumbnail-img {
    height: 100px;
}

@media only screen and (min-width: 822px) {

	#masthead {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}