<style>
			
			::-webkit-scrollbar-track
			{

				background-color: #2d3032;
			}

			::-webkit-scrollbar
			{
				width: 15px;
				background-color: #2d3032;
			}

			::-webkit-scrollbar-thumb
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
				background-color: #ffffff

			}
			.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" */
			}
		</style>