#chart_details {
    margin-top: 25px;
}

/* Verwaltung*/
#AktionenUndGutscheincodes tbody td.details-control {
    background: url(/assets/css/icons/details_open.png) no-repeat center center;
    cursor: pointer;
}

#FormularAktionUndGutscheineBearbeiten #image-holder img {
    max-width: 200px;
}

#FormularFotogenehmigungenBearbeiten #image-holder img {
    max-width: 200px;
}

#AktionenUndGutscheincodes img.sponsor-logo {
    max-width: 200px;
}

#Teilnehmer label.checkbox-inline:first-child {
    margin-left: 10px;
}

.Marked2Delete {
    text-decoration: line-through;
    opacity: 0.25;
}
.Iconbar {
    position: sticky;
    float: right;
    background-color: #ddd;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding-left: 15px;
    padding-top: 12px;
    margin-left: 10px;
    top: 100px;
    z-index: 999;
}

.Iconbar a {
    color: white;
}

#Aktionsmenu {
    border: 1px solid #ddd;
    padding: 15px;
}

/* Dashboard */
.igrNews {
    
}

/* Bilderzettel*/
.bilderzettel {
    border: 1px solid #001fff;
    margin-bottom: 1em;
    width: 100%;
    float: left;
    padding: 15px;
}

.bilderzettelQRCode {
    text-align: right;
    float: right;
}

.bilderzettelTextzeile {
    border-bottom: 1px solid #3066ff;
    line-height: 32px;
    min-height: 32px;
    font-size: large;
    white-space: nowrap;
    overflow: hidden;
}

.bilderzettelBildId {
    text-align: right;
    display: none;
    font-size: xx-small;
    float: right;
    margin-top: 4px;
}

.igrlogo img {
    max-width: 150px;
}

/* Styling der Viten */
.vita {
    border: 1px solid #101050;
    padding: 15px;
    page-break-before:always;
    font-size: 16pt;
    margin: 20px;
}

.vitaHead {
    height: 150px;
    background-color: #101050 !important;
    text-align: right;
    padding-right: 40px;
}

.vitaHead img {
    height: 180px;
}

.vitaBody {
    margin-top: 50px;
}

.vitaBody ul li {
    line-height: 24px;
}

.vitaBody p {
    margin-top: 25px;
    line-height: 24px;
}

.QRcode {
    text-align: right;
}

.vitaFooter {
    text-align: center;
}

.Profilfoto > img {
    max-height: 300px;
}

.vitaPersDaten {
    margin-top: 24px;
}

.vitaPersDaten h2 {
    font-size: 40px;
    font-weight: bold;
}

.vitaMotto {
    margin: 50px 100px;
    font-size: 20px;
}

img.profilfoto {
    float: right;
    max-height: 200px;
    max-width: 200px;
}

.ProfilfotoGross img{
    float: right;
    max-height: 350px;
    max-width: 350px;
    margin-bottom: 10px;
}

/* Galerie */
.deleteBtn {
    background-color:rgba(255, 255, 255, 0.25);
    /* border: 1px solid black; */
    position: absolute;
    border-radius: 15px;
    /* width: 30px; */
    /* height: 30px; */
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 25px;
}

.deleteBtn:hover {
    border: 1px solid #cccccc;
}

a.deleteImage {
    /* float: right; */
    /* position: absolute; */
    /*top: 10px; */
    /* color: #777777; */
    /* width: 100%; */
    /* left: 339px; */
    /* right: 30px; */
    /* text-align: right; */
    /* border-radius: 15px; */
}

/*.galleryImageInfozeile {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    line-height: 38px;
    background-color: rgba(255,255,255,0.5);
}*/

span.votingThumbs {
    /* top: 20px; */
    left: 60px;
    position: absolute;
    background: rgba(255,255,255,0.5);
    border-radius: 15px;
    padding: 5px;
    margin-top: 10px;
}

span.Bildangaben {
    display: inline-block;
    width: 100%;
}

figure {
    box-shadow: 2px 2px 10px #717171;
}



@media print {
    @page {
        size: A4;
        margin: 0 !important;
        padding-top: 0 !important;
    }
    
    body {
        background-color: transparent;
        font-size: 12pt;
        color:#101050;
        padding-top: 0;
    }
    
    .main {
        padding: 0;
    }
    .navbar-header {
        display: none !important; 
    }
    
    .container {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        top:0 important;
    }
  
    .vita {
        padding: 0;
        border: none !important;
        page-break-before:always;
        font-size: 16pt;
        margin: 0pt;
    }
    
    .vita:first-child {
        page-break-before:avoid;
    }

    .vitaBody {
        padding: 0 25pt;
    }
    .vitaPersDaten h2 {
        font-size: 24pt;
        font-weight: normal;
    }
    
    .vitaPersDaten ul li {
        font-size: 5mm;
    }

    .vitaHead {
        height: 100pt;
        background-color: #101050 !important;
        text-align: right;
        padding-right: 40pt;
    }
    
    .vitaHead img{
        height: 120pt;
    }
    
    
    .Profilfoto {
        min-height: 6cm;
    }
    .Profilfoto img {
        margin-top: 0!important;
        padding-top: 0!important;
        height: 6cm;
    }
    
    .vitaPersDaten {
        margin-top: 0;
        min-height: 9cm;
    }
    
    .igrlogo {
        height: 100% !important;
    }
    
    .vitaMotto {
        margin: 20px 20px;
        font-size: 20px;
        min-height: 3cm;
    }

    .QRcode {
        text-align: right;
        margin-right: 50px;
    }

    .vitaFooter {
        text-align: center;
    }
    
    .bilderzettel {
        width: 9cm ;
        margin: 2.5cm 0.2cm 0 0.1cm !important;
        page-break-inside: avoid;
        
    }
    
/*    .bilderzettel:nth-child(odd) {
        margin: 25mm 2mm 0 1mm !important; 
    }*/
    
    #Protokoll {
        margin-left: 3cm;
        margin-right: 1cm;
    }
    
    #Protokoll .col-sm-6 {
        width: 50%;
    }
}

#dsgvoform dl dd{
    margin-left: 40px;
}

#dsgvoform dl dt{
    width: 30px;
}
