.contao-cookiebar .highlight .success {
  --ccb-btn-bg: #170487; 
  --ccb-btn-bg-hvr: #1f0aa4;
  --ccb-btn-bdr: #12036b;
  --ccb-btn-clr: #ffffff;
}

.rounded-full img {
    border-radius: 9999px;
}


.contao-cookiebar {
  --ccb-checked-clr: #170487; 
  --ccb-checked-bg: #e0e2fa;
}

li:not(header *), p:not(.mod_footer *, .mod_newslist *) {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 1.1rem;
}

header {
    ol, ul:not(.level_2, .enclosure, .tag-chain, .mod_breadcrumb *) {
        & li {
            margin-left: 0;
        }
    }
}


a[href$='.pdf']:before {
    content: 'picture_as_pdf';
    font-family: 'Material Icons';
    color: #df9914;
    display: block;
    float: left;
    margin-right: 5px;
}
a[href$=".pdf"] {
    color: #0071BC;
    font-weight: 400;
}

[class^=ce_]>h2,
[class^=ce_] p+h3,
[class^=ce_] ul+h3,
[class^=mod_]:not(.mod_catalogUniversalView):not(.mod_newsauthor)>h4{
	padding-left: 0 !important;
}

@media only screen and (max-width: 1024px) {
	.content-text p[style='padding-left: 40px;'] {
		padding-left: 0 !important
	}
	
	.content-text .image_container.float_right, .content-text .image_container.float_left {
		margin: 0 !important;
	}
}

@media only screen and (max-width: 768px) {
	#shortnav {
		display: none;
	}
}

/* AUFRÄUMEN */

.map-hover-trigger.leipzig {
	z-index:10;
}
#contact-map .resort {display:none;}
#main .layout_full>h2 {
	padding-left: 0;
	margin-bottom: 2rem;
	display: flex;
    align-items: flex-start;
}
.layout_full>h1:first-child:before, .layout_full>h2:first-child:before, [class^=ce_]>h1:first-child:before, [class^=ce_]>h2:first-child:before, [class^=mod_]:not(.mod_catalogUniversalView):not(.mod_newsauthor)>h1:first-child:before, [class^=mod_]:not(.mod_catalogUniversalView):not(.mod_newsauthor)>h2:first-child:before {
	background-repeat: no-repeat;
	margin-top: -15px;
}
.ctlg_entity.telefon::before,
.ctlg_entity.fax::before,
.ctlg_entity.email::before {
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    float: left;
    margin-right: 10px;
}
.ctlg_entity.telefon::before {
    content: 'phone';
}
.ctlg_entity.fax::before {
    content: 'print';
}
.ctlg_entity.email::before {
    content: 'mail';
}
.back a {
    background: #0071BC;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}
.btn, .btn a, .back a {
    color: white !important;
    text-decoration: none !important;
}
#main .content-text a, #main .ce_downloads a, #main .ce_hyperlink a, #main .ctlg_master a {
    text-decoration: underline;
    color: #0071BC;
    font-weight: 400;
}
#main .mod_newslist.relative {
	padding-bottom: 0 !important;
}
#main .ce_accordionStart.is-open .accordion {
    max-height: 9999px;
}
.ce_accordionStart .toggler {
	align-items: center;
}
#shortnav {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 9999;
    margin-top: -100px;
    color: white;
}
#shortnav ul {
    margin: 0;
}
#shortnav li {
    background: white;
    margin: 8px 0;
    font-size: 0.8em;
    text-align: center;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
#shortnav li a {
    display: block;
    padding: 12px 10px 8px 10px;
    color: #333333;
}
.mod_catalogUniversalView.ressort .resort {
	display: none;
}
.event.markiert div > span {
	color: #dfa500;
}


#article-265 .ce_form .widget-password input,
#article-265 .ce_form .widget-password textarea,
#article-265 .ce_form .widget-select input,
#article-265 .ce_form .widget-select textarea,
#article-265 .ce_form .widget-textarea input,
#article-265 .ce_form .widget-textarea textarea,
#article-265 .ce_form .widget-text input,
#article-265 .ce_form .widget-text textarea {
		max-width: 95% !important;
	}
	
	
.error {
	color: red;
}

form button {
	background-color: #170487 !important;
	color: white;
	border-radius: 0 !important;
	font-size: 18px;
}

.zweizeilig h2 {
	padding-left: 63px !important;
	text-indent: -55px;
}