html {
	min-height: 100%;
	position: relative;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	overflow-x: hidden;
}

body#p1 {
	position: static;
}

b, strong {
	font-weight: 600;
}

h1 {	font-size: 26px; 	text-transform: uppercase; 	margin-bottom: 10px;}
h2 {	font-size: 20px; 	text-transform: uppercase; 	margin-bottom: 10px;}
h3 {	font-size: 16px; 	text-transform: uppercase; 	margin-bottom: 10px;}
h4 {	font-size: 14px; 	text-transform: uppercase; 	margin-bottom: 10px;}

hr {
	margin-top: 15px;
	margin-bottom: 5px;
	border-color: #e8e8e8;
}

a,
a:hover,
a:focus { color: #777777;
	word-wrap: break-word;
}

iframe {
	max-width: 100%;
}

embed {
	width: 100%;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: transparent;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
}

li.m482.mm-listitem {
    margin-top: 45px;
    background-color: #2bb1e6;
    color: #fff;
}

.dropdown.m482 {
	background-color: #2bb1e6;
}

body > header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 15px 0;
	border-bottom: 3px solid rgba(255, 255, 255, 0.6);
}

header .toggle-menu span.text {
    position: absolute;
    display: inline-block;
    color: #fff !important;
    right: calc(-100% - 23px);
    bottom: -7px;
    font-size: 16px;
    text-transform: uppercase;
}

header .toggle-menu {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    margin-left: 20px;
    margin-top: 13px;
    position: relative;
}

header .toggle-menu .line {
    width: 30px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 5px 0 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-navigation {
    background-color: rgb(232, 232, 232);
    line-height: 150%;
    font-size: 14px;
    padding: 7px;
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    z-index: 99999;;
}

.product-navigation .prev {
	text-decoration: none !important;
	padding-left: 10px;
	font-weight: bold;
}

.product-navigation .next {
	text-align: right;
	text-decoration: none !important;
	padding-right: 10px;
	font-weight: bold;
}

.product-navigation .overview {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.product-navigation .overview  a {
	text-decoration: none !important;
}

.product-navigation a.next:after {
    content: "";
    background-image: url(/fileadmin/templates/system_images/right.png);
    height: 15px;
    width: 15px;
    position: absolute;
    right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}

.product-navigation a.prev:before {
    content: "";
    background-image: url(/fileadmin/templates/system_images/left.png);
    height: 15px;
    width: 15px;
    position: absolute;
    top: 2px;
    left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}

.mm-listitem>a, .mm-listitem>span {
	padding: 5px 10px 5px 20px;
}

.mm-listitem_vertical>.mm-panel {
    padding: 0px 0 10px 10px;
}

.mm-wrapper_opening header .toggle-menu .line:nth-child(2){
	opacity: 0;
}

.mm-wrapper_opening header .toggle-menu .line:nth-child(1){
	-webkit-transform: translateY(10px) rotate(45deg);
			transform: translateY(10px) rotate(45deg);
}

.mm-wrapper_opening header .toggle-menu .line:nth-child(3){
	-webkit-transform: translateY(-8px) rotate(-45deg);
			transform: translateY(-8px) rotate(-45deg);
}

.mm-panels {
	/*top: 100px;*/
}

.mm-panels a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 150%;
}

#mm-0 .mm-listitem:after {
	border: 0;
}

.dropdown > .mm-panel a {
	line-height: 140%;
	text-transform: none;
}

.mm-menu_offcanvas {
    max-width: 350px;
}

header .toggle-menu > span {
    position: relative;
    font-size: 15px;
}

header .logo {
	text-align: right;
	margin-right: 20px;
}

header #searchbox {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
}

.mm-wrapper_blocking {
	overflow: auto;
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+a, .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+span {
	margin-right: 0 !important;
}

a.mm-btn_next {
	display: none !important;
}

nav#my-menu {
    top: 88px;
    bottom: 90px;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
}

#my-menu:not( .mm-menu ) {
    display: none;
}

nav#my-menu .mm-panels {
	background: none;
}

nav .mm-panels>.mm-panel>.mm-listview {
	margin: 0px;
	padding-top: 50px;
}

.cc_banner-wrapper {
    z-index: 99999;
    position: absolute;
}

nav.mm-menu .mm-listview .mm-btn_next:after {
    border-color: rgba(255, 255, 255, 0.3);
}


.brands {
    position: fixed;
    top: 91px;
    right: 0px;
    width: 250px;
    bottom: 93px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999999999;
}

.logos img {
    padding: 10px;
    max-height: 100%;
    object-fit: contain;
    /*margin: 0 20px;
    max-width: 300px;*/
}


.logos a:last-child {
    /*height: 25%;
    border-top: 1px solid rgb(164, 161, 160);*/
}

.logos a {
	display: flex;
	align-items: center;
    justify-content: center;
    height: calc(100% / 6);
    width: 100%;
}

.logos {
	height: 100%;
    position: relative;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*.logos > a {
	display: block;
	border: 1px solid #ededed;
	align-items: center;
}
*/
#backgroundslider {
	position: fixed;
	height: 100%;
	width: 100%;
}

#backgroundslider .slides {
	height: 100%;
	width: 100%;
}

#backgroundslider li {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#backgroundslider img {
    height: 100%;
    object-fit: cover;
}

/*.background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-position: center;
	transition: 4s ease;
}*/

/*.background.b1 {
	background-image: url("/fileadmin/user_upload/startpage/claypaky_banner.jpeg");
	background-image: url("/fileadmin/user_upload/startpage/VisionTwo_Philharmonie_Berlin_Kammermusiksaal.jpg");
	background-image: url("/fileadmin/user_upload/startpage/vision2_4.jpg");
	background-image: url("/fileadmin/user_upload/startpage/VisionTwo_prolight_sound_2019.jpeg");
}*/

/*.background.b2 {
	background-image: url("/fileadmin/user_upload/startpage/vision2_2.jpg");
	opacity: 0;
	-webkit-animation: fadeInOut 15s infinite;
	-moz-animation: fadeInOut 15s infinite;
	-o-animation: fadeInOut 15s infinite;
	animation: fadeInOut 15s infinite;
	animation-delay: 5s;

}*/
/*
.background.b3 {
	background-image: url("/fileadmin/user_upload/startpage/vision2_3.jpg");
	opacity: 0;
	-webkit-animation: fadeInOut 15s infinite;
	-moz-animation: fadeInOut 15s infinite;
	-o-animation: fadeInOut 15s infinite;
	animation: fadeInOut 15s infinite;
	animation-delay: 10s;
}*/


@-webkit-keyframes fadeInOut {
  0%   { opacity: 0; }
  3%   { opacity: 0; }
  10%   { opacity: 1; }
  36%   { opacity: 1; }
  59%   { opacity: 0; }
  100% { opacity:0; }
}

@-moz-keyframes fadeInOut {
  0%   { opacity: 0; }
  3%   { opacity: 0; }
  10%   { opacity: 1; }
  36%   { opacity: 1; }
  59%   { opacity: 0; }
  100% { opacity: 0; }
}

@-o-keyframes fadeInOut {
  0%   { opacity: 0; }
  3%   { opacity: 0; }
  10%   { opacity: 1; }
  36%   { opacity: 1; }
  59%   { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes fadeInOut {
  0%   { opacity: 0; }
  3%   { opacity: 0; }
  10%   { opacity: 1; }
  36%   { opacity: 1; }
  59%   { opacity: 0; }
  100% { opacity: 0; }
}

.content {
	min-height: 100vh;
}

.flex-control-nav {
    z-index: 0 !important;
}

#socialbar {
	position: absolute;
	right: 0;
	top: calc(50% - 110px);
	padding: 15px 15px 5px 15px;
	background-color: white;
}

#socialbar a { display: block;}
#socialbar a img {
	height: 30px;
	width: auto;
	margin-bottom: 10px;
	display: block;
}

#footer {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    border-top: 3px solid rgba(255, 255, 255, 0.6);
}

#footer .address-foot {
    color: #fff;
    padding: 5px 0;
    margin-left: 20px;
}

#footer .brands {
	text-align: center;
}

#footer .brands img {
    width: auto;
    margin: 0 auto;
}

#footer a {
	color: #ccc;
}

.menu-foot.pull-right {
    margin-right: 20px;
    margin-top: 40px;
}

.menu-foot.pull-right a {
    margin-left: 20px;
}

.menu-foot.pull-right .social-media {
		text-decoration: none;
}

#footer .pull-left a {
	margin-left: 0;
	margin-right: 10px;
}

#footer .pull-left img {
	width: 25px;
	height: auto;
}

.border-right {
	border-right: 1px solid #e8e8e8;
}

.producttext {
	padding-bottom: 45px;
}

.ui-widget-content {
	background-color: #F7F7F7;
}

.ui-tabs-panel {
	padding: 30px 15px;
}

.ui-tabs-nav {
	padding: 0;
	list-style-type: none;
	height: 26px;
	border-bottom: 1px solid white;
	background-color: #e8e8e8;
	margin: 0;
}

.ui-tabs-nav li {
	display: block;
	padding: 0;
	float: left;
	border-right: 1px solid white;
}

.ui-tabs-nav li a {
	display: inline-block;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 15px;
	background-color: transparent;
	color: #333;
	border-top: 1px solid white;
}

.ui-tabs-nav li.ui-tabs-active a {
	outline: 0;
	background-color: #333;
	color: #fff;
}

.ui-tabs-nav li a:focus,
.ui-tabs-nav li a:hover {
	text-decoration: none;
}

.ui-tabs-panel .csc-header {
	display: none;
}

.ui-tabs-panel table {
	width: 100%;
	table-layout: fixed;
}

.ui-tabs-panel table td {
	vertical-align: top;
}

.ui-tabs-panel table td:first-child {
	padding-right: 25px;
}

.ui-tabs-panel table td:last-child {
	padding-left: 25px;
}

.flex-direction-nav a.flex-next:before {
    content: '';
    height: 34px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/fileadmin/templates/system_images/right.png);
}

.flex-direction-nav a.flex-prev:before {
    content: '';
    height: 34px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/fileadmin/templates/system_images/left.png);
}

.flexslider ol.flex-control-thumbs {
	width: 20%!important;
	margin: 0!important;
	border-left: 1px solid #E8E8E8!important;
}

.flexslider:hover .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	right: 0;
}

.flexslider ol.flex-control-thumbs li {
	width: auto!important;
	transition: margin-top 0.5s;
}

.flexslider ul.flex-direction-nav {
	clear: both;
}

.flexslider .slides li img {
	height: auto;
}

.flexslider {
	box-shadow: none!important;
	border-radius: 0!important;
	overflow: hidden;
	width: calc(40% + 60px);
	margin: 0 auto;
	padding: 0px 30px;
	margin-bottom: 30px;
}

.flexslider .fa {
	position: absolute;
	right: calc(10% - 10px);
	font-size: 24px;
	z-index: -1;
	cursor: pointer;
	-webkit-opacity: 0;
	opacity: 0;
	transition: opacity 0.3s;
}
.flexslider .flex-arrow-up { top: 5px; }
.flexslider .flex-arrow-down { bottom: 10px; }

.flexslider:hover .fa {
	z-index: 10;
	-webkit-opacity: 1;
	opacity: 1;
}

.flexslider .caption-wrapper {
	display: none;
}

.flex-control-nav {
	z-index: 90;
}

.elastislide-wrapper {
	margin-left: auto;
	margin-right: 0;
	height: 100%!important;
	padding: 0;
	box-shadow: none;
}

.elastislide-carousel,
.elastislide-carousel ul {
	height: 100%!important;
}

.elastislide-carousel ul li a {
	display: block;
	padding-bottom: 2px;
}

.elastislide-carousel ul li a img {
	border: 1px solid #ebebeb;
}

.elastislide-vertical ul li {
	max-height: none!important;
}

.news .article {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 30px !important;
}


.news .article:last-child {
	border-bottom: none;
}

.news .news-img-wrap .outer {
	margin-bottom: 15px;
}

.news .news-video-wrap iframe {
	width: 100%;
	height: 450px;
}

.news .news-list-view .article .news-img-wrap a img{
	height: 416px;
}

.news .article .news-img-wrap,
.news .article .news-img-wrap a,
.news .article .news-img-wrap a img {
	margin: 0;
	border: 0px !important;
	float: none;
    /*height: 416px;*/
	width: auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

/*
.news .article .news-img-wrap a img {
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
*/

.news .article .teaser-text {
	margin: 10px 0px 30px;
}

.news .article .news-img-wrap a {
	width: 100%;
	text-align: center;
}

.news .article .news-list-date {
	font-size: 12px;
	margin-top: 10px;
    font-weight: bold;
    color: #262626;
}

#content .news .article h3 a {
	text-decoration: none;
	color: black;
}

.news .article .more {
	float: right;
	color: #262626;
    position: absolute;
    right: 15px;
    border-bottom: 1px solid;
    text-decoration: none !important;
}

.news .article .row {
	position: relative;
}

.news .article .col-md-9 {
	position: static;
}

.news .article h3 {
	margin-top:10px;
	font-size: 18px;
}

.news-single .article .news-img-wrap {
	float: right;
	max-width: 350px;
	width: auto;
	margin-left: 40px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 4px;
}

.news-single .article .news-img-wrap img {
	max-width: 100%;
}

.news-backlink-wrap {
	text-align: right;
}

.news-related-files .mediaelement {
	display: inline-block;
	margin-right: 15px;
}

.news-related-files .mediaelement img {
	display: inline-block;
	width:	50px;
	height: auto;
}

.news-related-files hr {
	margin-bottom: 30px;
    margin-top: 30px;
}

#content .news-related-files .files-link a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
}

#content .news-related-files .files-link a .filename {
    text-decoration: underline;
}

.news-related-files ul {
	padding-left: 0;
}

.news-related-files ul li {
	list-style-type: none;
}

#p1 #header { margin-bottom: 15px; }
#p1 #content h1 { margin-top: 10px; }

#p27 .ce-outer, #p27 .ce-inner {
	width: 100%;
}

#p27 .ce-row {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

div#content {
    padding-top: 100px;
    padding-bottom: 90px;
}

#content a {
	text-decoration: underline;
}

.form-check-input {
    margin-right: 5px !important;
}

.tx-jfmulticontent-pi1 iframe {
    padding: 5px !important;
}

#ke_search_sword {
	border-radius: 0;
	width: 233px!important;
}

#ke_search_sword:hover,
#ke_search_sword:focus,
#ke_search_sword:active {
	box-shadow: none;
}

#kesearch_submit {
	display: none;
}

.resetButton,
.submitbutt input {
	border-radius: 0!important;
	background: #333!important;
	color: white!important;
	text-shadow: none!important;
	text-transform: uppercase;
	font-size: 13px!important;
	font-weight: normal!important;
	border: none!important;
}


.resetButton:hover,
.resetButton:focus,
.resetButton:active,
.submitbutt input:hover,
.submitbutt input:focus,
.submitbutt input:active {
	box-shadow: none!important;
	color: #ccc!important;
}

.tx-kesearch-pi1 .image {
}
	display: none;

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
	color: #333!important;
}

.product_box {
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 30px;
}

.product_box h4 {
    margin: 10px 0;
	text-align: center;
}

.product_box img {
    margin: 0 auto;
}

.Tx-Formhandler table {
	width: 350px;
	max-width: 100%;
}

.Tx-Formhandler label {
	font-size: inherit;
	font-weight: normal;
}

.Tx-Formhandler input[type="text"] {
	margin-bottom: 5px;
	width: 100%!important;
}

.Tx-Formhandler button {
	margin: 0!important;
}

.Tx-Formhandler .mandatory {
	text-align: right;
}

.Tx-Formhandler .error {
	font-size: 10px;
	font-weight: normal;
}

.col-md-2:nth-child(6n + 1) {
	clear: both;
}

.m202 {
	display: none!important;
}

.form-group {
	margin-bottom: 10px;
}

.btn,
.form-control {
	border-radius: 0;
}

.form-control:focus {
	border-color: rgba(0,0,0,0.5);
	box-shadow: none;
}

/** Cookie Notice */

.cc_container{
	background: #000!important;
	color: #fff!important;
	font-family: inherit!important;
	border-top:none!important;
}

.cc_container p.cc_message{
	margin-top: 0;
	font-size: initial!important;
	color: #fff!important;
	line-height: 1.5em;

}

.cc_container p.cc_message,
.cc_container a:hover,
.cc_container a:active,
.cc_container a,
.cc_container a:visited{
	font-size: initial!important;
	color: #fff!important;

}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active

.cc_container a.cc_btn,
.cc_container a.cc_btn:hover,
.cc_container a.cc_btn:active,
.cc_container a.cc_btn:visited,
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active
{
	background-color: #fff!important;
	color: #000!important;
}

.cc-revoke {
	display: none;
}

.cc-window {
	z-index: 99999;
}

.Tx-Formhandler input[type="text"] {
	margin-bottom: 0;
}



.productpage h1 {
    text-align: center;
    margin: 40px 0px;
    font-size: 40px;
    line-height: 120%;
    color: #4B4B4B;
}

h1.csc-header-alignment-center {
    text-align: center;
    margin: 40px 0px;
    font-size: 40px;
    line-height: 120%;
    color: #4B4B4B;
}

.dm_overview h1 {
    font-size: 30px;
    margin-top: 50px;
    background-color: #ededed;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.dm_overview h3{
	text-align: center;
}

.space-for-anchor {
	height: 100px;
}

.space-for-anchor:first-of-type {
    height: 0;
}

/** Flexslider */

.productpage .flexslider{
	//width: unset;
	//max-width: 40%;
	max-height: 350px;
    min-height: 350px;
}

.productpage .flexslider .slides li div.slidercontent{
	height: 350px;
	overflow: hidden;
	margin-bottom: 30px;
}

.productpage .flexslider .slides img{
	margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
    max-height: 100%;
}


@media (min-height: 790px) {
	li.m482.mm-listitem {
		/*position: absolute;
	    left: 15px;
	    right: 15px;
	    bottom: 20px;*/
	}
}

@media (max-width: 1199px) {
	.news .article .news-img-wrap a img {
		height: 340px;
	}
}

@media (max-width: 991px) {
	#header .navbar .menumain .nav>li>a {
		font-size: 16px;
	}

	header .logo {
	    margin-right: 0px;
	}

	header .toggle-menu {
		margin-left: 0px;
	}

	header .toggle-menu span.text {
		display: none;
	}

	div#content {
		padding-bottom: 183px;
	}

	.news .article .news-img-wrap, .news .article .news-img-wrap a, .news .article .news-img-wrap a img {
	    min-height: 0px !important;
	    height: auto !important;
	    width: 100%;
	    position: static;
	}

}

@media (max-width: 767px) {
	.news-single .article .news-img-wrap {
		float: none;
		max-width: 100%;
		margin: 0;
	}

	.news .news-video-wrap iframe {
		height: 300px;
	}

	.product-navigation {
		position: static;
		margin-top: -10px;
	}

	.brands {
		display: none;
	}

	nav .mm-panels>.mm-panel>.mm-listview {
		padding-top: 10px;
	}

	.flexslider {
    	width: 80%;
	}
	.m202 {
		display: block;
	}

	#header {
		padding-top: 15px;
	}

	#header .navbar {
		margin-bottom: 0;
	}

	#header .navbar-header {
		position: relative;
		padding-bottom: 15px;
	}

	#header .navbar-brand img {
		height: 46px;
		width: auto;
	}

	#phonebtn {
		position: absolute;
		right: 15px;
		top: 0px;
		z-index: 999;
		padding: 13px;
		color: #212121;
		font-size: 18px;
		font-style: italic;
		outline: none;
	}

	#phonebtn:hover,
	#phonebtn:focus {
		text-decoration: none;
	}

	#header .menuphone {
		border-top: 1px solid #e7e7e7;
		padding-top: 10px;
		padding-bottom: 10px;
		display: none;
	}

	#header .menuphone ul {
		padding: 0;
		list-style-type: none;
		margin: 0;
	}

	#header .menuphone>ul {
		padding-left: 0!important;
	}

	#header .menuphone ul ul {
		display: none;
	}

	#header .menuphone li a {
		padding-top: 5px;
		padding-bottom: 5px;
		color: #999;
		outline: none;
		display: block;
		text-decoration: none;
		background-color: #333;
		padding-left: 10px;
		color: white;
		font-weight: 500;
		border-bottom: 1px solid white;
		text-transform: uppercase;
	}

	#header .menuphone li ul li a {
		background-color: #515151;
		padding-left: 30px;
	}

	#header .menuphone li ul li ul li a {
		background-color: #7a7a7a;
		padding-left: 50px;
	}

	#header .menuphone li ul li ul li ul li a {
		background-color: #999;
		padding-left: 70px;
	}

	#header .menuphone li:hover a,
	#header .menuphone li:focus a,
	#header .menuphone li.active {
		text-decoration: none;
	}


	#header .menuphone li.active>a {
		color: #b0b0b0;
	}

	#header .menuphone ul {
		padding-left: 0px;
	}

	.ui-tabs-panel {
		height: auto!important;
	}

	.ui-tabs-nav {
		height: auto!important;
	}

	.ui-tabs-nav li {
		float: none!important;
	}

	.ui-tabs-nav li a {
		width: 100%!important;
	}

	.flexslider ul.slides {
		float: none!important;
		width: 100%!important;
	}

	.flexslider {
		height: auto!important;
	}

	.background.b1 {
		background-position-x: 40%;
		background-color: #000000;
	}

	nav#my-menu {
		bottom: 153px;
	}

	#backgroundslider li {
	    background-size: contain;
	    background-color: #000;
	}

	#backgroundslider img {
		object-fit: contain;
		width: 100%;
	}
	.ce-textpic,
	.ce-image,
	.ce-nowrap
	.ce-bodytext,
	.ce-gallery,
	.ce-row,
	.ce-uploads li,
	.ce-uploads div {
    clear: both;
	}
}

@media(max-width: 500px) {
	#p27 .csc-textpic-imagecolumn {
	    width: 100%;
	}
}
