/**
 * Campaign Styles for campaign #105380
 */

/** Style Background Image#578 */
:root {
  --content-wrapper-background: transparent;
  --footer-background: transparent;
}

body {
  background: url(https://kanka-user-assets.s3.eu-central-1.amazonaws.com/campaigns/33669/c41186a5-e7a3-4883-aad5-e903bf175a46.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/** Style Header_Entities#579 */
/*Groesse der Bilder auf dem Dashboard*/
.panel .panel-heading-entity h3 a {
    padding: 300px 10px 10px 10px;
        padding-top: 300px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    display: inline-block;
    width: 100%;
    color: #fff !important;
    text-shadow: rgba(0,0,0,.9) 0 1px 4px;
    font-size: 18px;
}

/*Groesse des Titelbildes in den Entities*/
.entity-grid .entity-header .entity-banner {
    padding-top: 450px !important;
    margin-bottom: auto;
    background-size: cover;
    background-position: 50% 90%;
}
/** Style Dashboard widget Header#580 */
.widget-header h3 {

box-shadow: 0 0 10px 10px #000000b5;
background-color: #020202b3;

}
/** Style entity_Assets Midnight Blue#587 */
.entity-assets .entity-asset {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #061f2f;
}
/** Style No Uppercase Sidebar#2510 */
.main-sidebar .sidebar-menu li a, .main-sidebar .sidebar-menu li span {
  text-transform: none;
}
