.folding-elements .folding-element{
    border-bottom: solid 1px #dedede;            
}
.folding-elements .folding-element>h3 {
    position: relative;
    padding: 10px 20px 10px 0;
    margin: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.folding-elements .folding-element h3 {
    font-family: DBSansRegular;
    font-size: 16px;
    line-height: 22px;
}
.folding-elements .folding-element>h3:hover {
    color:#c00;
}

.folding-elements .folding-element>h3:after {
    font-family: "db-icons";
    font-size: 7px;
    content: "\f11a";
    color: #878b96;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
}

.folding-elements .folding-element.active>h3:after {   
    content: "\f11b";
    color:#c00;
}

.folding-elements .folding-element.active>h3 {
    color:#c00;
}

.folding-elements .folding-element>h3:hover:after {
    color:#c00;
}

.folding-elements .folding-element .folding-content {
    position: relative;
    display: none;
    height: 0;
    padding: 0 20px 25px;
    overflow: hidden;
}

.folding-elements .folding-element .folding-content a, #impressum #inhalt a {
    cursor: pointer;
    color: #f01414;
    text-decoration: underline;
}


.folding-elements .folding-element .folding-content a:hover, #impressum #inhalt a:hover {
    color: #c00;
}


.folding-elements .folding-element.active .folding-content {
    display: block;
    height: auto;
}

.folding-elements .folding-element.active .folding-content>ul.bullet-list>li {
    font-family: DBSansRegular;
    font-size: 14px;
}

/* Slideshow */

.slideshow-container .mySlides {display: none;text-align:center;height:700px}

.slideshow-container img {
    vertical-align: middle;
    display:inline;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.slideshow-prev, .slideshow-next {    
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #646973;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    text-decoration: none !important;
}

/* Position the "next button" to the right */
.slideshow-next {
    right: 0;
    border-radius: 3px 0 0 3px;
    text-decoration: none !important;
}

.slideshow-prev {
    left: 0;
    text-decoration: none !important;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-prev:hover, .slideshow-next:hover {
    /*background-color: rgba(211,211,211,0.8);*/
    text-decoration: none !important;
}

/* Caption text */
.slideshow-text {
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}


/* The dots/bullets/indicators */
.slideshow-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.slideshow-active, .slideshow-dot:hover {
    background-color: #717171;
}

/*register.xhtml*/
#reisebuerokette tr td:first-child {
    padding-right:62px;
}

.cancelLeisureFieldWrapper{
    width: 100%;
    vertical-align: top;
    padding: 0 5px 0 8px;
    line-height: 30px;
    min-height: 30px;
    border: solid 1px #878c96;
}

#hinweiseBestaetigung{
    margin-top:10px;
}

#hinweiseBestaetigung div.bulletlist{
    position: relative;
    padding-left:20px;
    line-height: 20px;
    margin-bottom: 10px;
}

#hinweiseBestaetigung div.bulletlist:before {
    content: " ";
    width: 5px;
    height: 5px;
    background-color: #878b96;
    position: absolute;
    left: 0;
    top: 8px;
}
