/* bitv */
:focus-visible {
    /*border: 1px solid #cc0000;*/
    /*outline: 6px solid #3BA435;
    outline-offset: 6px;*/
    color: #000!important;
    background-color: rgba(254,188,4,1);
}
#logo a:focus-visible {
    border: 1px solid rgba(254,188,4,1);
    background-color: transparent!important;
}

::selection {
    color: #000;
    background-color: rgba(254,188,4,1);
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="file"]:focus, input:not([type]):focus, textarea:focus { border: 4px solid rgba(254,188,4,1); ; }


.invisible {
border:0;
clip:rect(0 0 0 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}

a[href*="#skip"].invisible:focus,{
display: inline-block;
color: #25baba;
clip: auto;
outline: 2px dotted #25baba;
width:auto;
height:auto;
margin:0;
position:relative;
}

/* mobile menu */

/* fuer Smartphones */
.menusection .label { display: none; }

@media only screen and (max-width:767px) {
	.mod_mobile_menu .mobile_menu_trigger, a.nav-mobile { margin-left: 0; }
	
	.menusection .label {
		display: block;
	    margin-right: 0;
	    font-size: 20px;
	    text-transform: uppercase;
	    color: rgba(254,188,4,1);
	}
}

.widget-explanation { background: transparent!important; border: none!important; }

.mb-0 .ce_ctsimage .outside { margin: 5px; }
.mb-0 .ce_ctsimage .inside { padding: 0; }
.mb-0 .ce_ctsimage .image_container { margin-bottom: 0!important; }

#overlayer {
    background: #232830;
}

inherit{
    background-color: #1b1f28;
}

.center {
    text-align: center !important;
}


/* button */
.ctsheadline_w_buttons .button a { font-size: 18px; }

/* SPENDE */
.padding-bottom-none .ce_ctscolor .inside { padding-bottom: 0!important; }

/* Bannertext */
.ce_ctsimage .bannertext {
    right: -50px;
    top: 46px;
    min-width: 240px;
    padding: 4px;
    background: rgba(254,188,4,1);
    color: rgb(27,31,40);
    text-align: center;
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5); 
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
}

/* Button */
button[type="submit"], input[type="submit"] {
    font-size: 0.89em;
    text-transform: uppercase;
    color: #1b1f28;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

.layout_latest_cts .inside {
    border: none;
}

.layout_latest_cts { margin-bottom: 30px; }

/* event */
.mod_eventlist.block3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mod_eventlist.block3 .eventlist_cts.block3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
}

.mod_eventlist.block3 .eventlist_cts.block3 .outside {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(27, 31, 40, 1);
}

.mod_eventlist.block3 .eventlist_cts.block3 .outside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-flow: column;
    flex-flow: column;
}

.mod_eventlist.block3 .eventlist_cts.block3 .outside .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-flow: column;
    flex-flow: column;
}

.eventlist_cts .inside {
    border: none;
    padding: 22px;
}

.mod_eventlist .eventlist_cts .teaser {
    padding-top: 22px;
}

.mod_eventlist .time {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.5em
}

.mod_eventlist h2 {
    font-size: 1.4em;
}

.eventlist_cts p.more {
    margin-top: auto;
    padding-top: 20px;
    margin-left: 0;
}

.mod_eventreader .info {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.2em;
}
.mod_eventreader .location { margin-bottom: 40px; }

/* suchen */
.mod_search input[type="search"] { border: 1px solid rgba(255,255,255,0.4); }
.mod_search button.submit[type="submit"] { padding-top: 14px; }

#backtotop ul li a {
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0;
    background-color: rgba(254,188,4,1);
}

#backtotop ul li a:hover {
	-webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    background-color: rgba(254,188,4,0.5);
}

#backtotop ul li a:before {
    width: 60px;
    height: 60px;
    top: -30px;
    font-size: 30px;
    line-height: 60px;
    color: #000;
}
/* end backtotop */

/* spielliste */
table.sortable thead th { background-size: 20px 19px; /*background-position-x: 80px;*/ }
table th, table td { padding: 0.5em 0.2em; }
table td { font-size: 1em; }

/* fuer Smartphones */
@media only screen and (max-width:767px) {
	
	table {
        margin-bottom: 1.4em;
	}

	.table-scrollable {
	    margin: 0 0 1em;
	    width: 100%;
	    overflow-x: auto!important;
	    overflow: hidden;
	    display: block;
	}
	
	.table-scrollable::-webkit-scrollbar {
	  -webkit-appearance: none;
	  width: 14px;
	  height: 14px;
	}
	
	.table-scrollable::-webkit-scrollbar-thumb {
	  border-radius: 8px;
	  border: 0 solid transparent;
	  background-color: rgba(254,188,4,1);
	}
	
	.head_0 { min-width: 8rem; }
	.head_1 { min-width: 8rem; }
	.head_2 { }
	.head_3 { min-width: 5rem; }
	.head_4 { min-width: 5rem; }
	.head_5 { min-width: 5rem; }
	
}

.ce_ctstabsletwrapperstart {
    padding: 15px;
    overflow: hidden;
    border: 1px solid #1b1f28;
    background: #1b1f28;
}

.mod_sitemap.version3 ul.level_1>li > a, .mod_sitemap.version3 ul.level_1>li.submenu>a { color: #000; }
.mod_sitemap.version3 ul.level_1>li { width: 19%; }

#footer .mod_search input:not(.submit), #footer .mod_search button:not(.submit) {
    background: #1b1f28;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
}

#footer .mod_search .searchbox {
    color: rgba(255,255,255,1);
    background: rgba(35,40,48,1);
}
#footer .mod_search input.submit, #footer .mod_search button.submit {
    background: #1b1f28;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    text-transform: uppercase;
}

/* News */
.meta_box .info, .meta_box .info_author span.author { border-right: 1px solid rgba(255,255,255,0.1); }
.meta_box { border-bottom: 1px solid rgba(255,255,255,0.1); }

.layout_latest_cts p.more { padding-top: 20px; }

.ctsslickslider.newsslider .layout_latest_cts.slick-slide .outside,
.mod_newsarchive.block3 .layout_latest_cts.block3 .outside, .mod_newslist.block3 .layout_latest_cts.block3 .outside {
    color: rgba(255,255,255,1);
    background-color: rgba(27,31,40,1);
}

.details #main .mod_article { padding-top: 0!important; }

.nopadin .image_container { margin-bottom: 0!important; }

@media only screen and (min-width: 768px) {
	.details #main .mod_article {
	    padding-top: 0;
	}
	
}

.mod_newsreader .ce_ctscolor .headline { font-size: 1.0em; }

/* Spiele */
.layout_full_cts  .ce_ctscolor.nobg .inside {
    padding: 10px 0 0 0;
    background: none;
}

/* fuer Smartphones */
@media only screen and (max-width:767px) {
	
	.ce_ctsimage .inside { /*padding: 0;*/ }
	
	.ce_ctstabs { margin-bottom: 40px; }
	
	.ce_ctscolorbox { /*width: 33.33333333%;*/}
	.layout_full_cts .ce_ctscolorbox { width: 50%; }

}

/* glossary */
.mod_glossary .inside>ul {
    display: none
}

.mod_glossaryreader p.back {
    margin-top: 25px
}

.mod_glossarylist p.back {
    margin-top: 25px
}

.mod_glossary .grouplist ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
    /*border: 1px solid rgba(51,51,51,0.4);*/
    border-radius: 3px
}

.mod_glossary .grouplist ul li {
    flex-basis: 24%;
    /*border-right: 1px solid rgba(51,51,51,0.4);*/
    /*border-bottom: 1px solid rgba(51,51,51,0.4);*/
    margin-right: 0.15em;
    margin-bottom: 0.15em;
    background: rgba(255, 255, 255, 0.1);
}

.mod_glossary .grouplist ul li a, .mod_glossary .grouplist ul li span {
    display: block;
    padding: 8px 0;
    text-align: center
}

.mod_glossary .grouplist ul li a {
    color: rgba(35, 40, 48, 1);
    background: rgba(254, 188, 4, 1);
}

.mod_glossary .grouplist ul li:nth-of-type(3n) {
    border-right-width: 0
}

.mod_glossary .grouplist ul li:last-child, .mod_glossary .grouplist ul li:nth-last-child(2) {
    border-bottom-width: 0
}

.mod_glossary .glossary .group {
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255,255,255,1);
}

.mod_glossary .glossary .group .letter {
    display: inline-block;
    font-size: 1.475rem;
    font-weight: 700;
    line-height: 1.1;
    padding: 5px 8px;
    margin-bottom: 1em;
    color: rgba(35, 40, 48, 1);
    background: rgba(254, 188, 4, 1);
    pointer-events: none
}

.mod_glossary .glossary .group .layout_full,
.mod_glossary .glossary .group .item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(51,51,51,0.3);
}

.mod_glossary .glossary .group .layout_full:last-child,
.mod_glossary .glossary .group .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none
}

.mod_glossary .glossary .group:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none
}

@media (min-width: 768px) {
    .mod_glossary .grouplist ul li {
        flex-basis:25%
    }

    .mod_glossary .grouplist ul li:nth-of-type(3n) {
        border-right-width: 1px
    }

    .mod_glossary .grouplist ul li:nth-of-type(4n) {
        border-right-width: 0
    }
}

@media (min-width: 1024px) {
    .mod_glossary .grouplist ul {
        flex-wrap:nowrap
    }

    .mod_glossary .grouplist ul li {
        flex-basis: 100%;
        border-bottom: 0 none
    }

    .mod_glossary .grouplist ul li:nth-of-type(4n) {
        border-right-width: 1px
    }

    .mod_glossary .grouplist ul li:last-child {
        border-right-width: 0
    }
}

/*** cookiebar ***/
.cookiebar {
    background-color: rgba(254,188,4,1);
    color: rgba(35,40,48,1);
	z-index: 5000;
	font-size: 1em;
	    text-align: left;
	font-weight: 400;
	padding: 20px 20px;
	box-shadow: 0 -2px 5px rgba(51, 51, 51, 0.4);
}

.cookiebar__text { width: 80%; float: left; }
 
.cookiebar__button {
	color: rgba(254,188,4,1);;
	text-transform: uppercase;
    background-color: rgba(35,40,48,1);
	transition: all 0.3s ease-in-out 0s;
}

.cookiebar__button:hover {
    opacity:0.6;
    background-color: rgba(27,31,40,1);
}
 
.cookiebar__link {
    color: rgba(35,40,48,1);
	text-decoration: underline;
	transition: all 0.3s ease-in-out 0s;
	font-weight: 600;
}

.cookiebar__link:hover {
	color: rgba(27,31,40,1);
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
	}
/* fuer Smartphones */
@media only screen and (max-width:767px) {

	.cookiebar--active {
		justify-content: left;
	}
	
	.cookiebar__message, .cookiebar__text {
	    margin-right: 0em;
	    width: 100%;
	}
	
	.cookiebar__link {
		vertical-align: middle;
		display: block;
	    margin: 0.75em 0;
	    padding: 0;
	}
	
	.cookiebar__button {
	    margin: 0;
	    margin-top: 10px;
	    padding: 0.6em 1.2em;
	}

}

/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */

.ios .jarallax {
    background-size: cover;
    background-attachment: scroll;
} 

.productlogo #logo {
    width: 48px;
    height: 38px;
    background-image: url(/files/theme/img/logos/logo-canvas-klein-weiss.png);
}

.mainmenu ul li span.new {
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 5px;
    background: red;
    color: #fff;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    float: right;
}

.submenulr ul li span.new,
.customNavi-lr span.new {
    display: none;
}

.navititle {
    display: block;
    font-weight: normal;
    font-size: 12px;
}



/* fuer alle Geraete-Klassen */

.myClass p {
    color: #ff0000;
}


.figure.effectlily .figcaption>div.link {
    height: 100%;
    margin-top: 0;
}

.figure.effectlily .figcaption>div.link a {
    font-size: 0;
}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

    .myClass p {
        color: #00ff99;
    }

    header .bxsmall .bx-viewport {
        border: 10px solid #e5e8ee;
    }

}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:992px) {

    .myClass p {
        color: #f300ff;
    }

}

/* fuer desktop */
@media only screen and (min-width:1025px) {

    .myClass p {
        color: #0800ff;
    }


}


/* fuer Smartphones */
@media only screen and (max-width:767px) {}