/* ========================================================================
   SCC Berlin Customizing
   
   PRIM�RFARBE | SCC Berlin Rot 1: #0595E4 | 176,2,72
   PRIM�RFARBE | SCC Berlin Rot 2: #98033f | 152,3,63
   SEKUND�RFARBE | SCC Berlin Grau 1: #333 |51,51,51
   
 ========================================================================== */

@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro';

body {
	font: 300 16px/1.625 'Source Sans Pro';
	color: #333;
	cursor: default;
	text-align: left;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}
.sccbase_login_body {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity 3.5s ease-in;
	transition: opacity 3.5s ease-in;
	margin: 0;
	font: 14px/1.625 'Source Sans Pro', sans-serif;
	color: #555;
	background: url(/images/sccberlin/visuals/header/baseball.jpg) no-repeat bottom center fixed;
	background-size: cover;
	z-index: 10001;
}
.sccbase_login_box {
	position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
	font: 300 13px/1.625 'Source Sans Pro';
	text-align: justify;
	padding: 20px;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 20px -10px rgba(0,0,0,0.6);
}
.tm-page-container {
    background: #red url(../../../images/sccberlin/visuals/header/bady-abbas-26Lofjm-ZcI-unsplash.jpg) no-repeat fixed center center;
    background-size: cover;
    backdrop-filter: blur(5px);
}

em {
	font-style: italic;
	color: #333;
}

table tr {
	border: none;
}

/* Scrollbalken individuell */
.uk-section::-webkit-scrollbar {
    width: 12px;
} 
.uk-section::-webkit-scrollbar-track {
    background: rgba(176,2,72,0.1);
    border-radius: 0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
} 
.uk-section::-webkit-scrollbar-track:hover {
    background: rgba(176,2,72,0.3);
}
.uk-section::-webkit-scrollbar-thumb {
    background: rgba(176,2,72,1);
    border-radius: 0;
}

.sccberlin_wort {
	white-space: nowrap;
	font-weight: 600;
	padding-left: -10px;
}
.mod-languages .lang-inline li, .mod-languages .lang-inline .lang-active {
	margin: 0;
}
.mod-languages .lang-inline li a {
	font: 300 16px/1.5 'Source Sans Pro';
	color: #0595E4;
	background: none;
	border: 0 solid #fff;
	border-radius: 0%;
	padding: 7px 6px 6px 6px;
	height: 36px;
	width: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*.secondary .mod-languages .lang-inline li a {
	color: #fff;
}
*/
.mod-languages .lang-inline li a:hover {
	color: #fff;
	background: #0595E4;
}
.mod-languages .lang-inline .lang-active a {
	font: 300 16px/1.5 'Source Sans Pro';
	color: #98033f;
	background: none;
	border: 0 solid #fff;
	border-radius: 0%;
	padding: 7px 6px 6px 6px;
	height: 36px;
	width: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*.secondary .mod-languages .lang-inline .lang-active a, .secondary .mod-languages .lang-inline .lang-active a:hover {
	color: #fff;
	border: 1px solid #fff;
}*/
.mod-languages .lang-inline .lang-active a:hover {
	color: #fff;
	background: #98033f;
}
/* Google GTranslate Modul */
.lang_switch {
	margin: auto 0 auto 20px;
	border: none;
}
.lang_switch select {
	background: none;
	margin: 0;
	padding: 0;
	border:0px;
	outline:0px;
}
.lang_switch .flag {
	margin-right: 5px;
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.lang_switch .flag:hover {
	color: #0595E4;
}
#module-tm-1 {
	margin-top: -2px;
}
#module-tm-1 li a {
	font: 300 14px/28px 'Source Sans Pro';
	text-align: center;
	color: #0595E4;
	background: none;
	border: 0 solid #fff;
	padding: 2px;
	margin: 0 -10px 0 0;
	height: 28px;
	width: 28px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#module-tm-1 li a:hover {
	color: #fff;
	background: #0595E4;
}
.totop_scroller {
	position: fixed;
	transform: rotate(-90deg);
	left: 50%;
	bottom: -15px;
	width: 50px;
	height: auto;
	margin-left: -25px;
	z-index: 1000;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}
.totop_scroller:hover {
	transform: rotate(-90deg);
	bottom: 20px;
	opacity: 1;
}
.totop_scroller a, .totop_scroller a:active, .totop_scroller a:hover {
	font-weight: 800;
	color: #284b62;
}

h1,h2,h3,h4,h5,h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
	text-transform: uppercase;
	color: #0595E4;
}
.uk-h1,h1,.uk-h2,h2 {font: 600 30px/1.4 'Source Sans Pro';}
.uk-h3,h3 {font: 400 24px/1.4 'Source Sans Pro';}
.uk-h4,h4,.uk-h5,h5,.uk-h6,h6 {font: 400 20px/1.4 'Source Sans Pro';}

.errorurl {
	background: rgba(176,2,72,0.1);
	color: #0595E4;
	padding: 1px 4px 0 4px;
	word-break: break-all;
}

.cd_color_1 {
	color: #0595E4 !important;
}
.cd_color_2 {
	color: #98033f !important;
}
.cd_color_3 {
	color: #333 !important;
}
.cd_background_1 {
	background: #0595E4 !important;
}
.cd_background_2 {
	background: #98033f !important;
}
.cd_background_3 {
	background: #333 !important;
}
.sportarten_card {
	border: double medium rgba(0,0,0,0.2);
	margin: 0 0 10px 0;
	padding-bottom: 15px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
@media only screen and
(min-device-width:760px) {
	.sportarten_card {
		margin: 0 20px 20px 0;
		width: calc(25% - 20px);
	}
}
.sportarten_card:hover {
	border: double medium #0595E4;
	background: rgba(0,0,0,0.05);
	transform: scale(1.03);
}
.sportarten_card h3 {
	font: 600 20px/1.625 'Source Sans Pro';
	margin: 0 0 0 10px;
}
.sportarten_card h4 {
	font: 300 14px/1.625 'Source Sans Pro';
	text-transform: none;
	margin: 0 0 5px 10px;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.sportarten_card .uk-button {
	margin: 0 -10px 0 10px;
	padding: 0 10px 0 10px;
}
.sportarten_card .uk-button span {
	margin: 0;
	padding: 0;
}
.droptablestable table {
	font: 300 12px/1.4 'Source Sans Pro' !important;
	width: 100% !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	max-height: 200px !important;
}
.droptablestable table th {
	background-color: rgba(51,51,51,0.1) !important;
	font: 800 16px/1.7 'Source Sans Pro' !important;
	padding: 10px auto 10px auto;
	color: rgba(51,51,51,1) !important;
	text-transform: uppercase;
	vertical-align: top !important;
	text-align: left !important;
	cursor: default !important;
}
.droptablestable table tr {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.droptablestable table tr:hover {
	background-color: rgba(176,2,72,0.1) !important;
	color: rgba(176,2,72,1) !important;
}
.droptablestable table tr:nth-child(even) {
	background-color: #ffffff !important;
}
.droptablestable table tr:nth-child(odd) {
	background-color: #f4f4f4 !important;
}
.droptablestable table td {
	font: 300 14px/1.4 'Source Sans Pro' !important;
	padding: 20px 10px 20px 10px !important;
	min-height: 50px !important;
	height: auto !important;
	vertical-align: top !important;
	border: none !important;
	border-bottom: 1px dashed rgba(0,0,0,0.2) !important;
}
.droptablestable table td:nth-child(1) {
	width: 15% !important;
}
.droptablestable table td:nth-child(2) {
	width: 15% !important;
}
.droptablestable table td:nth-child(3) {
	width: 10% !important;
}
.droptablestable table td:nth-child(4) {
	width: 15% !important;
}
.droptablestable table td:nth-child(5) {
	width: 15% !important;
}
.droptablestable table td:nth-child(6) {
	width: 15% !important;
}
.droptablestable table td:nth-child(7) {
	width: 15% !important;
}
.droptablestable table tr:last-child td {
	border-bottom: none !important;
}
.droptablestable table input {
	background: rgba(176,2,72,0.2) !important;
	border: 1px dashed rgba(176,2,72,1) !important;
	height: 30px !important;
	line-height: 30px !important;
	cursor: zoom-in !important;
}
.droptables_note {
	background: rgba(176,2,72,0.2) !important;
	border: 1px dashed rgba(176,2,72,1) !important;
	padding: 2px 5px 2px 5px;
	cursor: zoom-in !important;
}
.faq .el-title {
	font: 600 16px/1.625 'Source Sans Pro';
	color: #333;
	padding: 5px 5px 5px 0;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.faq .el-title:hover {
	color: #0595E4;
	background: rgba(176,2,72,0.1);
	padding-left: 8px;
}
.faq .el-item {
	border-top: 1px dashed rgba(0,0,0,0.2);
	margin: 0;
}
.faq .el-item:first-child {
	border-top: none;
}
.faq .uk-accordion-content {
	font: 300 16px/1.625 'Source Sans Pro';
	text-align: justify;
	padding: 20px 0 30px 0;
	margin: 0;
	border-top: 3px solid #0595E4;
}
.faq .el-image {
	box-shadow: 0 0 15px -5px rgba(0,0,0,0.2);
}
.faq .uk-accordion-content .uk-margin-top:last-child {
	padding: 5px 0 10px 0;
	border-top: 0px dashed rgba(0,0,0,0.2);
}
.faq_home .el-title {
	font: 300 16px/1.625 'Source Sans Pro';
	color: #333;
	padding: 0 5px 0 0;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.faq_home .el-title:hover {
	color: #0595E4;
	background: rgba(176,2,72,0.1);
	padding-left: 8px;
}
.faq_home .el-item {
	border-top: 1px dashed rgba(0,0,0,0.2);
	margin: 0;
}
.faq_home .el-item:first-child {
	border-top: none;
}
.faq_home .uk-accordion-content {
	font: 300 16px/1.625 'Source Sans Pro';
	padding: 20px 0 30px 0;
	margin: 0;
	border-top: 3px solid #0595E4;
}
.faq_home .el-image {
	box-shadow: 0 0 15px -5px rgba(0,0,0,0.2);
}
.faq_home .uk-accordion-content .uk-margin-top:last-child {
	padding: 10px 0 20px 0;
	border-top: 0px dashed rgba(0,0,0,0.2);
}
b, strong {
	font-style: 'Source Sans Pro';
	font-weight: 800;
}
.tm-page {
	margin: 0;
	border-width:0;
}
.tm-main {
	margin: 20px 0;
	padding: 0;
}
.sitemap .folder {
	font: 900 22px/1.625 'Source Sans Pro';
	color: #0595E4 !important;
	text-transform: uppercase;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.sitemap .folder:hover {
	color: #98033f !important;
}
.sitemap h1 {
	display: none;
}
.sitemap a {
	font: 300 16px/1.625 'Source Sans Pro';
	color: #0595E4 !important;
	margin-left: 10px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.sitemap a:hover {
	color: #98033f !important;
	margin-left: 12px;
	text-decoration: underline;
}
.scc-breadcrumb {
	font: 300 12px/1.625 'Source Sans Pro';
	background: rgba(0,0,0,0.02);
	border-radius: 3px;
	padding: 5px 20px 5px 10px;
	text-align: center !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.scc-breadcrumb a {
	text-decoration: none;
}
.scc-breadcrumb li span, .scc-breadcrumb li a {
	font: 300 12px/1.625 'Source Sans Pro';
}
.achtung {
	background: yellow;
	color: red;
	border: 5px;
	padding: 5px;
}
.uk-nav {
	z-index: 10001;
}
.uk-navbar-sticky {
	box-shadow: 0 10px 5px -5px rgba(0,0,0,0.05);
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#module-tm-3 {
	margin: -3px 0 0 15px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.uk-navbar-sticky #module-tm-3 {
	margin: -3px 0 0 5px;
}
.uk-logo {
	width: 100%;
	width: 90px;
}
.uk-logo img {
	max-width: 90px;
	height: auto;
	margin: 7px auto 10px -10px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.uk-logo img:hover {
	opacity: 0.8;
}
.uk-logo-sticky {
	position: absolute;
	width: 100%;
	width: 200px;
	opacity: 0;
	display: none;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.uk-logo-sticky img {
	max-width: 45px;
	height: auto;
	margin: 10px auto 10px 0;
}
.claim {
	margin: 8px 0 0 -17px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.claim .main {
	font: 300 12px/1.3 'Source Sans Pro';
	margin: 0 0 7px 0;
}
.claim .specific {
	font: 600 12px/1.3 'Source Sans Pro';
	background: #0595E4;
	background: rgba(0,0,0,0.05);
	color: #333 !important;
	margin: 0;
	padding: 4px 8px 4px 8px;
	text-align: center !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.claim .specific:hover {
	background: rgba(0,0,0,0.1);
}
}
.claim .specific a, .claim .specific a:hover, .claim .specific a:visited {
	text-decoration: none;
	color: #333 !important;
}
.claim .specific a .icon {
	margin: -6px 0;
}
em {
	margin-right: 3px;
}
.softbreakmobile {
	display: none;
}
.uppercase {
	text-transform: uppercase;
}
.uk-alert {
	margin: 5px auto 25px auto;
	padding-top: 15px;
	animation: shake 1.02s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
	-webkit-animation-delay: 0.1s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.1s;
}
.uk-alert h3 {
	display: none;
}
.uk-alert p {
	margin: -5px auto 0 auto;
	text-align: center;
}

.home_greeting_slider {
	margin: 6px auto;
}
#home_news {
	margin: 0 auto 0 auto;
}
#home_kontakt {
	margin: -10px auto 0 auto;
}
.home_kalender {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	margin-left: 0;
	-webkit-column-rule: 1px dotted rgba(255,255,255,0.2);
	-moz-column-rule: 1px dotted rgba(255,255,255,0.2);
	column-rule: 1px dotted rgba(255,255,255,0.2);
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
#dp-event-actions-container-user {
	display: none;
}
.anker {
	position:relative;
	top: -100px;
}
.anker_header {
	position:relative;
	top: -100px;
}
.anker_home {
	position:relative;
	top: -120px;
}
.anker_header_kontakt {
	position:relative;
	top: -60px;
}
.kontakt .kontakt_introbtn {
	font: 300 26px/32px inherit, serif;
	position: fixed;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 100000;
	animation: shake 1.02s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
	-webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.3s;
}
.kontakt_anfahrt input[type=radio] {
	margin-right: 10px;
}
[data-uk-slideshow].objekt_slider {
	min-height: 2px;
}
.sccberlin_menu_icon {
	margin: 11px -3px auto auto;
}
.sccberlin_menu_icon_2 {
	margin: 11px 0 auto auto;
}
.sccberlin_home .tm-toolbar {
	margin-top: -100px;
}
.sccberlin_home .header-box .header_galerie {
	box-shadow: 0 2px -10px -2px rgba(0,0,0,0.625);
	margin: 25px auto;
}
.sccberlin_home .header-box .header_galerie {
	box-shadow: 0 2px -10px -2px rgba(0,0,0,0.625);
	margin: 0 auto;
}
.sccberlin_home .header-box .logo {
	margin: auto auto 0 auto;
}
.sccberlin_home .bgslider {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.sportarten_menu ul {

}
.uk-navbar-container {
	z-index: 10000;
}
.home_header {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 2;
	width: 45%;
	max-width: 600px;
	height: auto;
	margin: 0 0 0 17px;
	padding: 10px 20px 30px 20px !important;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 0 25px -10px rgba(0,0,0,0.4);
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.home_header h1 {
	font: 900 26px/1.625 'Source Sans Pro';
	margin: 0;
}
.home_header h2 {
	font: 600 20px/1.625 'Source Sans Pro';
	margin: -5px 0 10px 0;
}
.home_header .el-meta {
	font: 300 1vw/1.625 inherit;
	margin: 0 0 0 0;
}
.home_header .el-content {
	font: 600 2vw/1.625 inherit;
	margin: 0 0 0 0;
}
.home_header .uk-button {
	margin: 10px 0;
}
.home_header .rights {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
	color: rgba(0,0,0,0.3);
	font: 300 11px/1.3 'Source Sans Pro';
}
.header_gallery, .header_gallery:hover {
	cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.header_gallery .el-overlay {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	margin: 0;
	padding: 20px 20px 20px 55px;
	background: rgba(113,167,201,0.5);
	color: #fff;
	height: auto;
	max-height: 500px;	
	overflow-y: hidden;
    overflow-x: hidden;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	box-shadow: 0 0 10px -5px rgba(113,167,201,0.5);
	text-shadow: none !important;
    background-position: right center; 
	z-index: 1000;
}
.header_gallery .el-overlay .el-title {
	margin-bottom: 5px;
	text-shadow: none !important;
}
.header_gallery .el-overlay .el-content {
	font: 700 24px/1.5 'Source Sans Pro';
	text-shadow: none !important;
}
.header_gallery .el-overlay .el-meta {
	margin: 5px auto 10px auto;
	font: 300 12px/1.5 'Source Sans Pro';
	color: #fff;
	opacity: 1;
	text-shadow: none !important;
}
.header_gallery .uk-dotnav li a {
	background: rgba(113,167,201,0.5);
	border: 2px solid rgba(113,167,201,0.8);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.header_gallery .uk-dotnav li a:hover {
	background: rgba(255,255,255,0.9);
	border: 2px solid rgba(113,167,201,1);
	transform: scale(1.8);
}
.header_gallery .el-link {
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
}
.header_gallery .el-link:hover {
	color: #fff;
	background: rgba(169,199,143,0.4);
	border: 2px solid #fff;
}
.header_gallery .el-nav a img {
	filter: grayscale(100%);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.header_gallery .el-nav a:hover img {
	filter: grayscale(0%);
}
.uk-position-top-right .el-nav li {
	z-index: 20;
}
.uk-position-top-right .el-slidenav {
	color: rgba(255,255,255,0.7);
	background: rgba(176,2,72,0.7);
	padding: 10px;
	margin-left: 10px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	z-index: 2;
}
.uk-position-top-right .el-slidenav:hover {
	color: rgba(255,255,255,1);
	background: rgba(176,2,72,0.9);
}
.header_gallery .el-title, .header_gallery .el-meta {
	color: #fff;
}
.header_gallery .uk-button-primary, .header_gallery .uk-button-default {
	background: none;
	border: 2px solid #fff;
	border-radius: 3px;
	padding: 0 10px 0 10px;
	box-shadow: none;
	color: #fff;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.header_gallery .uk-button-primary:hover, .header_gallery .uk-button-default:hover {
	background: rgba(255,255,255,0.1);
}
.header-box {
	position: absolute;
	padding: 0;
	margin: 0;
	background: none;
	bottom: 0;
	height: 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 1;
}
.header-box .uk-container {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,1);
	margin: auto 0 -6px 0;
	padding: 20px 30px 30px 30px;
	max-width: 100%;
	height: auto;
	font: 300 16px/1.625 inherit, serif;
	text-transform: none;
	z-index: 1;
	box-shadow: 0 -8px 8px -5px rgba(0,0,0,0.1);
}
.header-box .uk-container img {
	max-width: 150px;
	height: auto;
}
.header-box .uk-grid-margin {
	max-width: 95%;
}
.header-box h1 {
	font: 300 16px/1.625 inherit, serif;
	text-transform: none;
}
.header-box .btn_details {
	position: absolute;
	right: 2%;
}
.header-gallery {
	margin-top: -38px;
}
.header-gallery-mobile {
	display: none;
}
.wk-position-bottom-right {
	z-index: 100;
}
.wk-hidden-touch {
	z-index: 1000;
}


.header-gallery a.wk-slidenav-previous, .header-gallery a:active.wk-slidenav-previous, .header-gallery a:hover.wk-slidenav-previous, .header-gallery a:focus.wk-slidenav-previous {
	position: absolute;
	bottom: -15px;
	right: 60px;
	margin: auto auto 54px auto;
	color: rgba(176,2,72,0.6);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 101;
}
.header-gallery a.wk-slidenav-next, .header-gallery a:active.wk-slidenav-next, .header-gallery a:hover.wk-slidenav-next, .header-gallery a:focus.wk-slidenav-next {
	position: absolute;
	bottom: -15px;
	right: 0;
	margin: auto auto 54px auto;
	color: rgba(176,2,72,0.6);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 101;
}
.header-gallery a:hover.wk-slidenav-previous, .header-gallery a:hover.wk-slidenav-next {
	color: rgba(176,2,72,0.9);
}
.header-gallery .wk-overlay-panel {
	z-index: 101;
}
.header-gallery .wk-overlay-bottom {
	bottom: 0;
	margin-bottom: -10px;
}
.header-gallery .wk-dotnav-contrast li a:hover, .header-gallery .wk-dotnav-contrast li a:active, .header-gallery .wk-dotnav-contrast li a:focus {
	background: #C3D700;
	color: #C3D700;
}
.sccberlin_home .map .objekt_kacheln {
	margin: 15px auto 15px -10px;
}
.sccberlin_home .objekt_map .header {
	margin: 0;
}
.sccberlin_home .objekt_map .wk-h4 {
	font: 300 18px/1.625 inherit, serif;
	text-transform: none;
	color: #C3D700;
	margin: 0 auto -3px auto;
}
.sccberlin_home .objekt_map h5 {
	font: 300 14px/1.625 inherit, serif;
	text-transform: none;
	margin: 0 auto 0 auto;
}
.sccberlin_home .objekt_map .wk-margin {
	margin: 0 auto -5px auto;
}
.sccberlin_home .objekt_map .wk-button-primary {
	background: #C3D700;
	color: #ffffff;
	margin: 0 auto 0 auto;
}
.sccberlin_home .objekt_map .wk-button-primary:hover, .sccberlin_home .objekt_map .wk-button-primary:focus, .sccberlin_home .objekt_map .wk-button-primary:active {
	background: #A3B20A;
	color: #ffffff;
}
.sccberlin_home .objekt_map .liste {
	overflow-y: hidden;
	margin: 15px auto -15px auto;
}
.sccberlin_home .objekt_map li {
	content: "";
	clear: both;
	padding-left: 5px;
	margin: 4px auto 4px -23px;
	list-style-type: "\00BB";
}
.sccberlin_home .slider .wk-slideset {
	margin: auto 8% auto 8%;
}
.sccberlin_home .slider .wk-panel-box {
	box-shadow: 0 0 15px -10px rgba(0,0,0,0.8);
	border: none;
}
.sccberlin_home .slider .galerie {
	margin: 0 auto 10px auto;
}
.sccberlin_home .slider .galerie div div {
  	display: none;
}
.sccberlin_home .slider .galerie div div:first-child {
	display: block;
}
.sccberlin_home .slider .galerie img {
	margin: 5px 0 0 auto;
	box-shadow: 0px 0 5px -5px rgba(0,0,0,0.8);
	object-fit: cover;
	width: 100%;
	height: 250px;
}
.sccberlin_home .slider .objekt_kacheln {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.sccberlin_home .slider .objekt_kacheln:hover {
	-webkit-filter: saturate(1);
    filter: saturate(1);  
}
.sccberlin_home .slider h4 {
	font: 300 16px/1.625 inherit, serif;
	text-transform: none;
	color: #C3D700;
	margin: 0 auto -2px auto;
}
.sccberlin_home .slider h5 {
	font: 300 14px/1.625 inherit, serif;
	text-transform: none;
	margin: 0 auto 0 auto;
}
.sccberlin_home .slider .wk-button-primary {
	background: #C3D700;
	color: #ffffff;
	position: absolute;
	top: 0;
	margin: 38px auto auto 12px;
	min-width: 100px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sccberlin_home .slider .wk-button-primary:hover, .sccberlin_home .slider .wk-button-primary:focus, .sccberlin_home .slider .wk-button-primary:active {
	background: #A3B20A;
	color: #ffffff;
}
.sccberlin_home .slider .wk-dotnav-contrast li a:hover, .sccberlin_home .slider .wk-dotnav-contrast li a:active, .sccberlin_home .slider .wk-dotnav-contrast li a:focus {
	background: #C3D700;
	color: #C3D700;
}
.sccberlin_home .carousel {
	margin: auto 20% auto 20%;
	overflow-x: scroll;	
}
.sccberlin_home .carousel div {
	float: left;
}
.sccberlin_home .carousel .el-item {
	box-shadow: 0px 0 10px -5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 20px;
	background: white;
}
.sccberlin_home .carousel .el-item:hover {
	box-shadow: 0px 0 15px -5px rgba(0,0,0,0.4);
	cursor: default;
}
.sccberlin_home .carousel .el-title {
	margin: -5px auto 5px auto;
	padding: 0;
}
.sccberlin_home .carousel .uk-text-meta {
	margin: auto auto -5px auto;
	padding: 0;
}
.sccberlin_home .carousel .el-content div div {
  	display: none;
}
.sccberlin_home .carousel .el-content div div:first-child {
	display: block;
}
.sccberlin_home .map .wk-slideset {
	margin: auto 8% auto 8%;
}
.sccberlin_home .map .wk-panel-box {
	box-shadow: 0 0 15px -10px rgba(0,0,0,0.8);
	border: none;
}
.sccberlin_home .map .galerie {
	margin: 0 auto 0 auto;
}
.sccberlin_home .map .galerie div div {
  	display: none;
}
.sccberlin_home .map .galerie div div:first-child {
	display: block;
}
.sccberlin_home .map .galerie img {
	margin: 0 0 5px auto;
	box-shadow: 0px 0 5px -5px rgba(0,0,0,0.8);
	object-fit: cover;
	width: 100%;
	height: auto;
}
/*
.sccberlin_home .map .galerie:after {
	content: "Bilder anklicken f\00fcr Gro\00df ansicht | Navigation mit Tastatur-Pfeiltasten";
	font: 300 10px / 1.625 inherit, serif;
	padding-left: 0;
}
*/
.sccberlin_home .map h4 {
	font: 300 24px/28px inherit, serif;
	text-transform: none;
	color: #C3D700;
	margin: 0 auto 2px auto;
}
.sccberlin_home .map h5 {
	font: 300 18px/1.625 inherit, serif;
	text-transform: none;
	margin: 0 auto 0 auto;
}
.sccberlin_home .map .wk-button-primary {
	background: #C3D700;
	color: #ffffff;
}
.sccberlin_home .map .wk-button-primary:hover, .sccberlin_home .map .wk-button-primary:focus, .sccberlin_home .map .wk-button-primary:active {
	background: #A3B20A;
	color: #ffffff;
}
.block_kacheln .el-item {
	box-shadow: 0px 0 10px -5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 20px 20px 0 20px;
	text-align: left;
}
.block_kacheln .el-item img {
	width: 100%;
	height: auto;
}
.block_kacheln .el-item:hover {
	box-shadow: 0px 0 15px -5px rgba(0,0,0,0.4);
	cursor: default;
}
.block_kacheln .el-content {
	padding: 0;
	margin: 0;
}
.block_kacheln .el-item h2 {
	font: 300 32px/42px inherit, serif;
	text-transform: uppercase;
	margin: auto auto auto -5px;
}
.block_kacheln .el-item h3 {
	font: 300 22px/26px inherit, serif;
	margin: 5px auto 5px auto;
}
.block_kacheln .el-item .uk-text-meta {
	font: 300 14px/18px inherit, serif;
	color: #555961;
	margin: 0 auto 0 auto;
}
.block_kacheln .el-item:hover h2, .block_kacheln .el-item:hover h3, .block_kacheln .el-item:hover .uk-text-meta {
	color: auto;
}
.block_kacheln .uk-button-primary {
	position: absolute;
	top: 220px;
	border-radius: 0 auto 0 0;
	margin: auto auto 30px auto;
}
.block_kacheln .el-item:hover .uk-button-text::before, .block_kacheln .el-item:hover .uk-button-text::after {
	content: "";
	background: none;
}
.block_kacheln .el-link {
	position: absolute;
	bottom: 19px;
	right: 19px;
}
.sccberlin_newsticker .ticker-sliding {
	box-shadow: 0px 0 10px -5px rgba(0,0,0,0.7);
	margin-bottom: -2px;
	opacity: 0.95;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.sccberlin_newsticker .ticker-sliding:hover {
	margin-bottom: 0;
	opacity: 1.0;
}
.sccberlin_newsticker .sccberlin_newscontent a {
	font: 500 22px / 30px inherit;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.sccberlin_newsticker .sccberlin_newscontent a:hover {
	color: #f7a7b0;
	text-decoration: underline;
}
.sccberlin_newsticker .sccberlin_newscontent span {
	font: 300 16px / 20px inherit;
}
.home-blog-latest {
	margin: 40px auto auto auto;
}
.home-blog-latest li {
	font: 200 20px/30px inherit, serif;
	border-radius: 3px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: auto 0 10px 0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.home-blog-latest li:hover {
	background: rgba(0,0,0,0.1);
	margin: auto 0 10px -5px;
	cursor: default;
}
.home-blog-latest .title {
	font: 200 20px/30px inherit, serif;
	margin: -5px auto -15px auto;
}
.home-blog-latest fieldset {
	border-radius: 3px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: auto 0 10px 0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.home-blog-latest fieldset:hover {
	background: rgba(0,0,0,0.1);
	margin: auto 0 10px -5px;
	cursor: default;
}
.home-blog-latest .button {
	margin: -18px auto -2px auto;
}
.home-blog-latest .button .uk-button-text {
	color: #C3D700;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.home-blog-latest .button .uk-button-text:hover {
	color: #cb1a2e;
}
.liste_1 {
	margin: -10px auto 10px auto;
	padding: 0 0 0 13px;
}
.liste_1 li {
	content: "";
	clear: both;
	padding-left: 5px;
	margin: auto auto 8px -3px;
	list-style-type: "\00BB";
}
.liste_1 h3 {
	float: left;
	color: #C3D700;
	margin: 1px 20px auto auto;
}
.liste_2 {
	margin: -10px auto 10px auto;
	padding: 0 0 0 13px;
}
.liste_2 li {
	padding-left: 5px;
	margin: auto auto 8px -3px;
	list-style-type: "...";
}
.fotostrecke img, .fotostrecke iframe {
	float: left;
	margin: 0 20px 30px auto;
	box-shadow: 0 5px 10px -4px rgba(0,0,0,0.3);
	height: auto;
	max-height: 300px;
	width: auto;
}
.fotostrecke p {
	content: "";
	clear: both;
}
.fotostrecke h4 {
	margin: auto auto 5px auto;
}
.sccberlin_search .uk-breadcrumb {
	display: none;
}
.sccberlin_search .uk-search-input {
	background: #f4f5f9;
	text-align: center;
	min-width: auto;
}
.sccberlin_search .uk-heading-primary {
	margin-top: -50px;
}
.sccberlin_search .sccberlin_searchForm {
	margin-bottom: 100px;
}
.sccberlin_search .uk-article {
	border-radius: 3px;
	background: rgba(0,0,0,0.05);
	padding: 20px 15px 20px 15px;
	margin: auto 0 10px 0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.sccberlin_search .uk-article:hover {
	background: rgba(0,0,0,0.15);
	cursor: default;
}
.sccberlin_search .uk-article-title {
	font: 200 24px/30px inherit, serif;
	margin: 5px auto 15px auto;
	color: #C3D700;
}
.sccberlin_search article img, .sccberlin_search article .objekt_map {
	display: none;
}
.uk-active.menu_home a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none;
}
.uk-active.menu_home a span {
	color: #51535c;
	background: #f6f6f7;
	padding: 5px;
	border-radius: 3px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.uk-active.menu_home a span:hover {
	color: #51535c;
	background: #c7c8cf;
}
.uk-navbar-nav > li > a > div {  
    display:flex;  
    flex-direction: row-reverse;  
}  

.uk-navbar-nav > li > a > div > div {  
    margin-top: -5px;    
    margin-right: 5px;  
}
.sccberlin_date {
	display: none;
}
.bildnachweis_kacheln .el-item {
	box-shadow: 0px 0 10px -5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 20px;
}
.bildnachweis_kacheln .el-item:hover {
	box-shadow: 0px 0 15px -5px rgba(0,0,0,0.4);
	cursor: default;
}
.bildnachweis_kacheln .el-title {
	font: 300 14px/1.625 inherit, serif;
	text-transform: none;
	color: #C3D700;
	margin: 0 auto -2px auto;
}
.bildnachweis_kacheln .uk-text-meta {
	font: 300 14px/1.625 inherit, serif;
	text-transform: none;
	margin: 0 auto 0 auto;
}
.bildnachweis_kacheln .el-content div div {
  	display: none;
}
.bildnachweis_kacheln .el-content div div:first-child {
	display: block;
}
.infobox_container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity 3.5s ease-in;
	transition: opacity 3.5s ease-in;
	margin: 0;
	font: 14px/1.625 'Source Sans Pro', sans-serif;
	color: #555;
	background: rgba(0,0,0,0.8);
	background-size: cover;
	z-index: 10001;
}
.infobox {
	position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
	font: 300 13px/1.625 'Source Sans Pro';
	text-align: justify;
	padding: 20px;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 20px -10px rgba(0,0,0,0.6);
}
.infobox h1 {
	font: 600 20px/1.625 'Source Sans Pro';
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #0595E4;
	text-align: center;
	text-transform: uppercase;
}
.infobox h3 {
	font: 600 20px/1.625 'Source Sans Pro';
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #0595E4;
	text-align: center;
	text-transform: uppercase;
}
.infobox b {
	font-weight: 800;
}
.infobox .note {
	font: 300 10px/1.5 'Source Sans Pro';
	border: double medium rgba(0,0,0,0.2);
	padding: 10px;
}
.infobox a {
	text-decoration: underline;
	color: #333;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.infobox a:hover {
	text-decoration: none;
	color: #333;
}
.infobox .types {
	margin-bottom: 20px;
}
.infobox .types .inner {
	display: table-cell;
	width: 20%;
	vertical-align: top !important;
	padding: 0 10px 0 10px;
	margin: 0;
	border-left: 1px dotted rgba(0,0,0,0.2);
}
.infobox .types .inner:first-child {
	padding-left: 0;
	border-left: none;
}
.infobox .types .descr {
	font: 300 11px/1.2 'Source Sans Pro';
	text-align: left;
	margin: 5px 0;
	padding-top: 5px;
	border-top: 1px dotted rgba(0,0,0,0.2);
}
.infobox .types input {
	margin-right: 10px;
}
.infobox .uk-button-primary {
	width: 100%;
	margin-bottom: 20px;
}
.infobox .uk-button-text {
	text-decoration: none;
	margin: 0 10px 10px 0;
}
.infobox .uk-button-text:hover {
	text-decoration: none;
}
.infobox .uk-button-logged, .infobox .uk-button-logged:hover {
	color: #fff !important:
	text-decoration: none !important;
}
.cookie_container {
	position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
	font: 300 13px/1.5 'Source Sans Pro';
	text-align: justify;
	padding: 20px;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 20px -10px rgba(0,0,0,0.6);
}
.cookie_container h3 {
	font: 600 16px/1.4 'Source Sans Pro';
	margin: 0 0 -20px 0;
}
.cookie_container p a {
	text-decoration: underline;
	color: #333;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.cookie_container p a:hover {
	text-decoration: none;
	color: #333;
}
.cookie_container .types {
	margin-bottom: 20px;
}
.cookie_container .types .inner {
	display: table-cell;
	width: 20%;
	vertical-align: top !important;
	padding: 0 10px 0 10px;
	margin: 0;
	border-left: 1px dotted rgba(0,0,0,0.2);
}
.cookie_container .types .inner:first-child {
	padding-left: 0;
	border-left: none;
}
.cookie_container .types .descr {
	font: 300 11px/1.2 'Source Sans Pro';
	text-align: left;
	margin: 5px 0;
	padding-top: 5px;
	border-top: 1px dotted rgba(0,0,0,0.2);
}
.cookie_container .types input {
	margin-right: 10px;
}
.instagram-note-enabled, .facebook-note-enabled {
	font: 300 10px/1.3 'Source Sans Pro';
	padding: 5px;
	height: auto;
	max-height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid rgba(0,0,0,0.4);
	color: rgba(0,0,0,0.4);
	margin: 20px 0 10px 0;
}
.instagram-note-enabled a, .instagram-note-enabled a:hover, .facebook-note-enabled a, .facebook-note-enabled a:hover {
	color: rgba(0,0,0,0.4);
}
.instagram-note-disabled, .facebook-note-disabled {
	font: 300 16px/1.625 'Source Sans Pro';
	margin-bottom: 20px;
}
.cookienote {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: 100%;
	background: rgba(0,0,0,0.05);
	font: 300 13px/1.3 'Source Sans Pro';
	padding: 20px;
	margin: 0;
	border-top: 3px solid rgba(0,0,0,0.1);
	z-index: 100000;
}
.cookienote a {
	text-decoration: underline;
	color: #333;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.cookienote a:hover {
	text-decoration: none;
	color: #333;
}
.cookienote span {
	text-decoration: underline;
	font-weight: 900;
}
.blog .tm-main {
	margin-top: 0px;
}
.blog .tm-main .uk-grid-large article {
	background: rgba(176,2,72,1);
	color: #fff !important;
	box-shadow: 10px 10px 0 0 rgba(152,3,63,1);
	padding: 20px;
	margin-top: 50px;
}
.blog .tm-main .uk-grid-large article h2 {
	font: 600 18px/1.5 'Source Sans Pro';
	color: #fff;
	margin-bottom: 10px;
}
.blog .tm-main .uk-grid-large article .uk-flex-center {
	text-align: left !important;
}
.blog .tm-main .uk-grid-large article .uk-flex-center time {
	color: rgba(255,255,255,1);
	padding: 0 5px 0 5px;
	border-bottom: 2px solid rgba(255,255,255,1);
}
.blog time {
	padding: 0 5px 0 5px;
	border-bottom: 2px solid #333;
}
.blog .tm-main .uk-grid-large article .uk-button-primary {
	font: 400 16px/1.625 'Source Sans Pro';
	color: rgba(152,3,63,1);
	padding: 3px 8px 3px 8px;
	background: rgba(255,255,255,0.8);
	box-shadow: 5px 5px 0 0 rgba(152,3,63,1);
}
.blog .tm-main .uk-grid-large article .uk-button-primary:hover {
	background: rgba(255,255,255,0.6);
}
.blog .tm-main .uk-grid-row-large article {
	background: rgba(0,0,0,0.03);
	box-shadow: 5px 5px 0 0 rgba(0,0,0,0.2);
	padding: 20px;
}
/*.blog h1 {
	font: 600 24px/1.5 'Source Sans Pro';
	color: #98033f;
	margin-bottom: 20px;
}
*/
.blog h2 {
	font: 600 18px/1.5 'Source Sans Pro';
	color: #98033f;
	margin-bottom: 10px;
}
.blog h3, .blog h4, .blog h5, .blog h6 {
	font: 600 16px/1.5 'Source Sans Pro';
	color: #0595E4;
	margin-bottom: 0;
}
.blog article {
	/* background: rgba(0,0,0,0.02);
	padding: 20px 15px 20px 15px; */
	margin: auto 0 10px 0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
/* .blog article:hover {
	background: rgba(0,0,0,0.05);
	cursor: default;
} */
.blog .blog_lead h2:after {
	content: "NEU";
	position: relative;
	top: -10px;
	right: -5px;
	font: 600 11px/1.5 'Source Sans Pro';
	background: #98033f;
	color: #fff;
	border-radius: 2px;
	padding: 4px 5px 3px 5px;
}
.blog .uk-article-title {
	text-align: left !important;
}
/*.blog .uk-flex-center {
	text-align: left !important;
}
*/
.blog .uk-article-title {
	font: 300 24px / 1.4 inherit;
	margin-bottom: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.blog .uk-article-title:hover {
	text-decoration: underline
}
.blog .blog_item_c1 {
	display: table-cell;
	width: 30%;
	padding: auto 20px auto auto;
	vertical-align: top !important;
}
.blog .blog_item_c2 {
	display: table-cell;
	width: auto;
	padding: auto auto auto 30px;
	vertical-align: top !important;
}
.blog .img_container {
	margin: 10px 30px 0 0;
}
.blog article img {
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
}
.blog article .caption {
	font: 300 11px/1.4 'Source Sans Pro';
	margin: 0;
}
.uk-search-icon { 
	margin:0;
	border:0;
	overflow:visible;
	font:inherit;
	color:#333;
	text-transform:none;
	padding:0;
	background-color:transparent;
	cursor:pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.uk-search-icon:hover { 
	color: #0595E4;
}
.menu_business, .menu_kauf, .menu_impressum, .menu_hidden, .menu_suche {
	display: none;
}
.tm-header .menu_objekte_item_aktuell a::after {
	content: "Aktuell";
	position: relative;
	right: -10px;
	top: -8px;
	font: 100 11px / 15px inherit;
	color: #555;
	background: #fff;
	border-radius: 3px;
	padding: 2px 4px 2px 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tm-header .menu_objekte_item_aktuell a:hover::after {
	opacity: 0.8;
	right: -12px;
}
.box_galerie h3 {
	font: 400 16px / 20px inherit;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
}
.auflistung .el-item .uk-text-break {
	width: 45%;
	float: left;
	margin-right: 20px;
}
.objekte_facts .el-item .uk-text-break {
	width: 35%;
	float: left;
	margin-right: 20px;
}
.overview .el-item .uk-text-break {
	width: 30%;
	float: left;
	margin-right: 20px;
}
.auflistung .el-item {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	text-align: left;
}
.auflistung .uk-accordion-title {
	font: 400 16px / 18px inherit;
	text-transform: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.auflistung .uk-accordion-title:hover {
	color: #C3D700;
}
.auflistung .el-item:last-child {
	border: none;
}
.auflistung .el-item:after {
	clear: both;
}
.auflistung .el-content li {
	content: "";
	clear: both;
	padding-left: 5px;
	margin: 0 auto 8px -23px;
	list-style-type: "\00BB";
}
.blog .article_header_image img {
	max-width: 33%;
	float: right;
	margin: 0 auto 20px 30px;
	padding: 5px;
	box-shadow: 0px 0 10px -5px rgba(0,0,0,0.3);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.home_newsflash_item {
	display: table-cell;
	min-width: 33%;
	height: auto;
	vertical-align: top !important;
	padding-right: 5%;
	z-index: 1;
}
.home_newsflash_item .news_link_header {
	background: rgba(0,0,0,0.05);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.home_newsflash_item .news_link_header:hover {
	transform: scale(1.05);
	box-shadow: 5px 5px 0 0 rgba(0,0,0,0.3);
}
.home_newsflash_item img {
	max-height: 250px;
	width: auto;
}
.bildnachweis .foto {
	width: auto; 
	max-width: 175px;
	height: auto; 
	float: left;
	margin: 10px 20px 5px 0; 
	border: 1px dashed #cfcfcf;
	border-radius: 6px;
	padding: 10px;
	font-size: 12px;
	line-height: 15px;
}
.bildnachweis img {
	width: 100%; 
	max-width: 175px; 
	height: auto;
	margin: 0 5px 5px 0; 
	border-radius: 6px;
}
.header-box-mobile, .header-gallery-mobile {
	display: none;
}
.header-gallery-mobile {
	height: auto;
	overflow-x: auto;
    overflow-y: hidden;
	white-space: nowrap;
	margin: 0 0 -30px 0;
	padding: 0;
	transition: left 3s 3s;	
}
.header-gallery-mobile .el-item {
	position: relative;
    display: inline-block;
	white-space: nowrap;
	margin: auto 30px 20px auto;
	width: auto;
	max-width: 250px;
	box-shadow: 0px 0 10px -5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 20px 20px 20px 20px;
}
.kontakt_header {
	display: block;
}
.kontakt_header_mobile {
	display: none;
}
.kontaktpersonen_grid .uk-card {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.kontaktpersonen_grid .uk-card:hover {
	box-shadow: 0px 0 10px -5px rgba(0,0,0,0.4);
}
.kontaktpersonen_grid .uk-card .el-title {
	font: 600 16px/1.625 'Source Sans Pro';
	color: #0595E4;
}
.kontaktpersonen_grid .uk-card .el-meta {
	font: 300 13px/1.625 'Source Sans Pro';
	color: #333;
}
.kontaktpersonen_grid .uk-card .el-content {
	font: 300 16px/1.625 'Source Sans Pro';
	color: #333;
}
.emailformular input[type='text'],.emailformular input[type='email'] {
	width: calc(100% - 10px);
	min-height: 25px;
	padding: 5px 10px 5px 20px;
	font: 300 17px/1.625 'Source Sans Pro';
}
.emailformular input[type='radio'] {
	background: #fff;
	border: 3px solid #6bbbee;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
} 
.emailformular input[type='radio']:checked {
	background: #6bbbee;
	border: 3px solid #6bbbee;
}
.emailformular textarea {
	width: calc(100% - 40px);
	height: 200px;
	padding: 20px;
	font: 300 20px/1.625 'Source Sans Pro', serif;
}
.emailformular div {
	margin-bottom: 120px !important;
}
.emailformular .anrede {
	margin: 10px 0 20px 10px;
}
.emailformular label {
	margin: 0 0 0 5px;
}
.emailformular span {
	margin: 0 0 0 10px;
}
.emailformular h3 {
	margin: -20px 0 20px 0;
}
.emailformular .auswahl {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px solid rgba(0,0,0,0.05);
}
.emailformular .auswahl_final {
	padding: 0;
	margin: 0 0 40px 0;
	border-bottom: 0;
}
.emailformular .auswahl br {
	margin-bottom: 10px;
}
.emailformular .auswahl label {
	margin-right: 10px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.emailformular .auswahl label:hover {
	color: #6bbbee;
}
.emailformular .auswahl span {
	margin: 0;
}
.emailformular .kontakt input {
	float: left;
	margin: 0 5px 10px 0;
}
.emailformular .info {
	color: #888;
	font: 300 12px/1.625 'Source Sans Pro';
	margin-bottom: 20px;
}
.emailformular .datenschutz {
	margin: 20px 0;
}
.emailformular .captcha {
	margin: 10px 0 10px 0; width: 30%;
}
.emailformular input[type=checkbox] {
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.emailformular input[type=checkbox]:checked + label {
	color: #7ea72f !important;
}
.langswitch {
	font: 300 16px/1.625 'Source Sans Pro';
}
.langswitch option {
	font: 300 14px/1.625 'Source Sans Pro' !important;
	padding: 5px;
}

/* iPads(Portrait) */
@media only screen and
(min-device-width:768px) and
(max-device-width:1024px) and
(orientation:portrait) {
	.uk-logo {
		margin: 18px 20px 12px 20px;
		padding: 0;
		width: 160px;
		height: 46px;
		-webkit-transition: all 0.05s ease-in-out;
		transition: all 0.05s ease-in-out;
	}
}
/* iPads (Landscape) */
@media only screen and
(min-device-width:768px) and
(max-device-width:1024px) and
(orientation: landscape) {
	.uk-logo {
		margin: 18px 20px 12px 20px;
		padding: 0;
		width: 160px;
		height: 46px;
		-webkit-transition: all 0.05s ease-in-out;
		transition: all 0.05s ease-in-out;
	}
}
@media only screen and
(min-device-width:320px) and
(max-device-width:480px){
	html {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto; 
	}
	h1,h2,h3,h4,h5,h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
		text-transform: uppercase;
		color: #0595E4;
	}
	.uk-h1,h1,.uk-h2,h2, .uk-heading-medium {font: 600 22px/1.4 'Source Sans Pro';}
	.uk-h3,h3 {font: 400 20px/1.4 'Source Sans Pro';}
	.uk-h4,h4,.uk-h5,h5,.uk-h6,h6 {font: 400 18px/1.4 'Source Sans Pro';}
	
	.home_header {
		display: none;
	}
	.uk-heading-large {
			font: 300 16px/1.625 inherit, serif;
			text-transform: none;	
	}
	.langswitch.mobile {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 100px;
		height: 100px;
		background: red;
		z-index: 100000;
	}
	.cta_nextpage br {
		display: none;
	}
	.uk-text-right {
		text-align: left!important;
	}	
	.softbreakmobile {
		display: block;
	}
	.header-gallery {
		display: none;
	}
	.header-box {
		display: none;
	}
	.tm-header-mobile {
		background: #fff;
	}
	.tm-header-mobile .uk-navbar-container {
		height: 60px;
		vertical-align: middle !important;
	}
	.tm-header-mobile .uk-navbar-toggle {
		height: 60px;
		vertical-align: middle !important;
	}
	/*.tm-header-mobile .uk-navbar-center {
		position: absolute;
		width: auto;
		height: auto;
		background: #fff;
		margin: 0 0 10px 0;
		padding: 0;
		border-radius: 0 0 3px 3px;
		box-shadow: 0 20px 20px -10px rgba(0,0,0,0.2);
	}
	*/
	.uk-logo img {
		width: 80px;
		min-width: 80px;
		max-width: 80px;
		height: auto;
		margin: 10px 0 15px 0;
	}
	#module-menu-mobile {
		margin-top: 15px;
	}
	#tm-mobile .menu_home {
		color: #cbcbcb;
		background: none;
		padding: none;
		border-radius: none;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	#tm-mobile .menu_home:hover {
		color: #0595E4;
		background: none;
	}
	#tm-mobile .uk-active a {
		color: #0595E4;
	}
	#tm-mobile a {
		color: #333 !important;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	#tm-mobile a:hover {
		color: #0595E4 !important;
	}
	#tm-mobile .uk-nav-sub {
		margin: 0;
		padding: 0;
		font: 300 14px/1.5 'Source Sans Pro';
		color: #333;
		text-transform: none;
	}
	#tm-mobile li, #tm-mobile .sportarten_menu {
		text-transform: uppercase;
	}
	#tm-mobile li li {
		text-transform: none;
	}
	#tm-mobile .uk-parent {
		margin: 10px 0 10px 0;
		padding: 10px 0 5px 0;
		font: 600 14px/1.5 'Source Sans Pro';
		color: #333;
		border-top: 1px solid rgba(0,0,0,0.2);
	}
	#tm-mobile .uk-parent:first-child {
		border-top: none;	
	}
	#tm-mobile .uk-nav-header {
		margin: 10px 0 5px 0;
		font: 600 14px/1.5 'Source Sans Pro';
		color: #333;
		text-transform: none;
	}
	#tm-mobile .uk-nav-sub .uk-nav-header ul {
		margin: 0 0 10px 5px;
		font: 300 14px/1.5 'Source Sans Pro';
		color: #333;
		text-transform: none;
	}
	#tm-mobile li {
		margin-bottom: 2px;
		font: 300 14px/1.4 'Source Sans Pro';
	}
	.blog .uk-article-title {
		font: 300 20px/1.625 inherit, serif;
		margin-bottom: 0;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.blog .tm-article-date {
		min-width: 40px;
		min-height: 60px;
		padding: 0 10px 0 0;
		margin: 30px 10px 0 15px;
		border-right: 1px solid #C3D700;
	}
	.blog .tm-article-date-day {
		font: 300 20px/1.625 inherit, serif;
		color: #C3D700;
		margin-top: -10px;
	}
	.blog .tm-article-date-month {
		font: 300 20px/1.625 inherit, serif;
		color: #C3D700;
		margin-top: -10px;
	}
	.blog .tm-article-date-year {
		font: 300 20px/1.625 inherit, serif;
		color: #cbcbcb;
	}	
	.sportarten_card {
		border: double medium rgba(0,0,0,0.2);
		margin: 0 0 20px 0;
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	/*
	.uk-text-center {
		text-align: left !important;
	}
	*/
	.home-greeting .uk-text-center {
		text-align: center !important;
	}
	.uk-button {
		margin-bottom: 5px;
	}
	.cookie_container {
		position: absolute;
	    top:0%;
	    left:0%;
	    transform:translate(0%, 0%);
		font: 300 13px/1.5 'Source Sans Pro';
		text-align: justify;
		padding: 20px;
		z-index: 1000;
		background: #fff;
		box-shadow: none;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.cookie_container .types .inner {
		display: block;
		width: 100%;
		vertical-align: top !important;
		padding: 0;
		margin: 0 0 20px 0;
		border-left: none;
	}
	.news_item:nth-child(2n+1), .news_item:nth-child(2n) {
		float: none;
		width: calc(100% - 25px);
		min-height: 200px;
		border-radius: 3px;
		padding: 12px;
		margin: auto 0 10px 0;
		background: rgba(0,0,0,0.05);
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	.objekte .uk-h1 span {
		font: 300 11px / 1.625 inherit, serif;
		text-align: center;
		background: #C3D700;
		border-radius: 3px;
		border: 1px solid rgba(204,126,42,0.8);
		box-shadow: 0 -2px 8px -5px rgba(204,126,42,0.3);
		min-width: 50px;
		color: #ffffff;
		position: absolute;
		margin: -10px 0 0 20px;
		padding: 2px 8px 2px 8px;
	}
	.blog .headerbox {
		margin: 30px 7px 40px 7px;
	}
	.home_newsflash_item {
		display: block;
		width: 100%;
		height: auto;
		vertical-align: top !important;
		padding-right: 0;
	}
	.home_newsflash_item img {
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.home_newsflash_item img:hover {
		transform: scale(1.05);
	}
	.header-box, .kontakt_header {
		display: none;
		visibility: hidden;
	}
	.header-box, .kontakt_header {
		display: none;
		visibility: hidden;
	}
	.kontakt_header_mobile {
		display: block;
	}
	.sccberlin_cube img {
		max-width: 175px;
		height: auto;
	}	
	.objekte .article_header_image img, .blog .article_header_image img {
		max-width: 100%;
		float: none;
		margin: 0 0px 10px 0;
		padding: 5px;
		box-shadow: 0px 0 10px -5px rgba(0,0,0,0.3);
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	.uk-breadcrumb li span {
		display: none;
	}
	.blog .sccberlin_date {
		margin-top: 21px;
	}
	.sccberlin_search .uk-search-input {
		background: #f4f5f9;
		text-align: center;
		margin: auto 15px 10px auto;
	}
	.objekte .uk-h1 span {
		font: 300 11px / 1.625 inherit, serif;
		text-align: center;
		background: #C3D700;
		border-radius: 3px;
		border: 1px solid rgba(204,126,42,0.8);
		box-shadow: 0 -2px 8px -5px rgba(204,126,42,0.3);
		min-width: 50px;
		color: #ffffff;
		position: absolute;
		margin: -30px 0 0 -30px;
		padding: 2px 8px 2px 8px;
	}
	.wk-position-bottom-right {
		display: none;
	}
	.sccberlin_home .header-gallery {
		margin: -75px 0 -10px 0;
	}
	.sccberlin_home .header-gallery img {
		object-fit: cover;
		width: 50px;
		height: 100px;
	}
	.header_gallery {
		margin-top: -60px 0 0 0;
		padding: 0;
	}
	/*.header_gallery .el-overlay {
		display: none;
	}*/
	.header_gallery .el-overlay {
		position: absolute;
		bottom: 15%;
		left: 0;
		right: 0;
		margin: 0;
		padding: 20px 20px 10px 10px;
		background: rgba(113,167,201,0.5);
		color: #fff;
		height: auto;
		max-height: 500px;	
		overflow-y: hidden;
	    overflow-x: hidden;
		-ms-user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		box-shadow: 0 0 10px -5px rgba(113,167,201,0.5);
		text-shadow: none !important;
		background: rgba(113,167,201,0.8); 
		z-index: 1000;
	}
	.header_gallery .el-overlay .el-title {
		margin-bottom: 5px;
		text-shadow: none !important;
	}
	.header_gallery .el-overlay .el-content {
		font: 700 16px/1.5 'Source Sans Pro';
		text-shadow: none !important;
	}
	.header_gallery .el-overlay .el-meta {
		margin: 5px auto 10px auto;
		font: 300 14px/1.5 'Source Sans Pro';
		color: #fff;
		opacity: 1;
		text-shadow: none !important;
	}
	.header_gallery .el-link, .header_gallery br {
		display: none;
	}
	.infobox {
	    top:20%;
	    left:10%;
	    right:10%;
	    transform:translate(0%, 0%);
		font: 300 12px/1.5 'Source Sans Pro';
	}	
	.infobox h3 {
		font: 600 14px/1.5 'Source Sans Pro';
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 3px solid #0595E4;
		text-align: center;
		text-transform: uppercase;
	}
	.infobox .note {
		font: 300 8px/1.3 'Source Sans Pro';
		border: double medium rgba(0,0,0,0.2);
		padding: 5px;
	}
	.infobox .uk-button-text {
		font: 300 8px/1.3 'Source Sans Pro';
		margin: 0 5px 5px 0;
	}
	.infobox .uk-button-text span:first-child {
		display: none;
	}
	.cookienote {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		height: auto;
		width: calc(100% - 40px);
		background: rgba(0,0,0,0.05);
		font: 300 11px/1.1 'Source Sans Pro';
		padding: 20px;
		margin: 0;
		border-top: 3px solid rgba(0,0,0,0.1);
		z-index: 100000;
	}
}

/* Chrome und Opera */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	/* Chrome, Opera */
	.uk-logo {
		margin: 18px 25px 12px 25px;
		padding: 0;
		max-width: 150px;
		height: auto;
		-webkit-transition: all 0.05s ease-in-out;
		transition: all 0.05s ease-in-out;
	}
	.header-gallery a.wk-slidenav-previous, .header-gallery a:active.wk-slidenav-previous, .header-gallery a:hover.wk-slidenav-previous, .header-gallery a:focus.wk-slidenav-previous, .header-gallery a.wk-slidenav-next, .header-gallery a:active.wk-slidenav-next, .header-gallery a:hover.wk-slidenav-next, .header-gallery a:focus.wk-slidenav-next {
		margin: auto auto 52px auto;
	}
}