.errorend i.fa {
    position: absolute;
    right: -35px;
    font-size: 36px;
    bottom: 0px;
    color: rgb(255, 191, 187);
    text-shadow: -1px -1px 0 rgb(119, 119, 119), 1px -1px 0 rgb(119, 119, 119), -1px 1px 0 rgb(119, 119, 119), 1px 1px 0 rgb(119, 119, 119);
}

.accordion-section p {
    color: #333 !important;
}

p.required {
    position: relative;
}
.tn-wrap {
        width: auto;
    position: absolute;
    bottom: 10px;
    right: -117px;
}
.tn-box {
    width: auto;
    position: relative;
    margin: 0 auto 20px auto;
    padding: 0px 15px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    opacity: 1;
    cursor: default;
    display: block;
    top: -19px;
    right: 0;
}
.tn-box-arrow {
    position: absolute;
    bottom: 27px;
    left: 8px;
    width: 0;
    height: 0;
    border-right: 0px solid transparent;
    border-left: 6px solid transparent;
    border-top: 12px solid #5F5C5C;
    z-index: 9;
}
.tn-box-color-1 {
    background: transparent;
    border: 1px solid #FF0F00;
}
.tn-progress {
   width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 2px;
    left: 2%;
    border-radius: 3px;
    box-shadow: 0 -2px 0 rgba(255, 191, 187, 1);
}
.tn-box p {
    margin: 5px 2px;
    font-size: 11px;
    font-weight: bold;
    color: #333;}

.tn-wrap.error {
    display: block;
    animation: fadeOut 5s linear forwards;
}
.errorend .fa:hover .tn-wrap {
    display: block;
    animation: fadeOut 5s linear forwards;
}

.tn-wrap.error .tn-progress {
    animation: runProgress 4s linear forwards 0.5s;
}
@keyframes fadeOut {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
        transform: translateY(0px);
    }
    99% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 0;
    }
}
@keyframes runProgress {
    0% {
        width: 0%;
        background: rgba(255, 255, 255, 0.3);
    }
    100% {
        width: 96%;
        background: rgba(255, 255, 255, 1);
    }
}
.tn-box.error:hover,
.tn-box.error:hover .tn-progress {
    animation-play-state: paused;
}


 /*
.accordion_start.loggedinadmin.noedit, .accordion_ende.loggedinadmin.noedit {
    width: 130%;
    height: 3px;
 
    border-top: 1px red solid;
 }
     /*  
    /*
.accordion_start.loggedinadmin.noedit {

    border-top: 1px rgb(255, 0, 0) solid;
    */
    /*
    box-shadow: 1px -4px 0px -1px rgba(0, 74, 255, 0.28);

    margin-left: -20%;
 }    */
   /*
.accordion_ende.loggedinadmin.noedit {
 
    border-top: 1px rgb(255, 0, 0) solid;
    */
    /*
    box-shadow: 1px -4px 0px -1px rgba(0, 74, 255, 0.28);
   
    margin-right: -20%;
 } */



.accordion_ende{
 /* margin: 0 0 25px !important; */
 /*  height:16px; */

 } 

.panel-default > .panel-heading {
    color: #333333;
    border: 0px !important;
    border-radius: 0px !important;
    padding: 0 !important;
    padding-bottom: 3px !important;
    height: auto;
    background: #f3f3f3 url('/application/themes/kab/css/img/dotted-line-white-bg.gif') repeat-x bottom center;
}

.panel-group .panel + .panel {
	margin-top: 0px;

}


.seperator{
    margin-bottom: 1px;
}

.panel-default {
    border: 0px !important;
	border-radius: 0px !important;
    padding-bottom: 1px;
    margin-bottom: 1px;
}
.panel-heading.active,.panel-heading.hover {
    background: #ccc;
}

h2.panel-title {
    padding: 0;
    margin: 0;
    line-height: 27px;
    margin-left: 37px;
}
.panel-heading {
    cursor: pointer !important;
}

.panel-heading.active h2 a,.panel-heading h2 a:hover {
    color: #000 !important;
}
    
.panel-heading h2:before{
     content: url(img/icon-accordion-minus.gif);
     margin-right: 7px;
     position: absolute;
         left: 27px;
}

.panel-heading.collapsed h2:before{
    content: url(img/icon-accordion-plus.gif);
    margin-right: 7px;
        position: absolute;
           left: 27px;
}


.panel-default > .panel-heading .panel-title a:after {
    content: none !important;
}

.panel-default > .panel-heading .panel-title a {

    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 100;
    color: #000;
    font-style: italic;
    text-transform: normal;
    margin: 2px 2px 0 0;
    line-height: 16px;
    text-decoration: none !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 !important;
        background: #f3f3f3;
    padding: 12px;
}



/* Kontaktseite / Ansprechpartner */
body[page=kontakt] .panel-body, body[page=courtagen] .col-sm-4 .panel-body/*, .accordion-section .panel-body*/ {
    padding: 0 !important;
}
