
			.tp-caption.tp-layer-selectable{
				-webkit-user-select: text !important; /* Chrome, Opera, Safari */
				-moz-user-select: text !important; /* Firefox 2+ */
				-ms-user-select: text !important; /* IE 10+ */
				user-select: text !important; /* Standard syntax */
			}
			.cc_container .cc_btn {
			background-color: #ffffff !important; /* Farbe des Buttons */
			color: #000 !important; /* Textfarbe des Buttons */
			}

			.cc_container {
			background: #141414 !important; /* Hintergrundfarbe des gesamten Bereichs */
			color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
			}

			.cc_container a {
			color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
			}
			}