
.tx-jfmulticontent-pi1 {
	
}

.subcolumns {
	overflow: hidden;
	width: 100%;
}

.subcl {
	padding: 0 1em 0 0;
}

.subcr {
	padding: 0 0 0 1em;
}

.c16l,.c16r {
	width: 16.666%;
}

.c20l,.c20r {
	width: 20%;
}

.c25l,.c25r {
	width: 25%;
}

.c33l,.c33r {
	width: 33.333%;
}

.c38l,.c38r {
	width: 38%;
}

.c40l,.c40r {
	width: 40%;
}

.c50l,.c50r {
	width: 50%;
}

.c60l,.c60r {
	width: 60%;
}

.c62l,.c62r {
	width: 62%;
}

.c66l,.c66r {
	width: 66.666%;
}

.c75l,.c75r {
	width: 75%;
}

.c80l,.c80r {
	width: 80%;
}

.c16l,.c20l,.c25l,.c33l,.c40l,.c38l,.c50l,.c60l,.c62l,.c66l,.c75l,.c80l {
	float: left;
}

.c16r,.c20r,.c25r,.c33r,.c40r,.c38r,.c50r,.c60r,.c66r,.c62r,.c75r,.c80r {
	float: right;
	margin-left: -5px;
}

/* default styles for extension "tx_felogin_pi1" */
	.tx-felogin-pi1 label {
		display: block;
	}
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* specific page styles for extension "tx_cssstyledcontent" */
	.csc-textpic-intext-right-nowrap .csc-textpic-text { margin-right: 10px; }
	.csc-textpic-intext-left-nowrap .csc-textpic-text { margin-left: 10px; }
	.csc-textpic-intext-right-nowrap-44 .csc-textpic-text { margin-right: 44px; }
/* default styles for extension "tx_cnjahnshopanbindung" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-cn-jahnshop-anbindung table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-cn-jahnshop-anbindung table th {
		font-weight:bold;
	}

	.tx-cn-jahnshop-anbindung table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.5.13/example4/images/border1.png') no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.5.13/example4/images/border1.png') repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.5.13/example4/images/border1.png') no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.5.13/example4/images/border1.png') no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.5.13/example4/images/border1.png') repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.5.13/example4/images/border1.png') no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.5.13/example4/images/border2.png') repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.5.13/example4/images/border2.png') repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.5.13/example4/images/loading.gif') no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* ----- ALLGEMEINE FORMATIERUNGEN-----  */

#ergebnisse, #spielplan, #tabelle {
	display: block;
	float: left; 
	padding: 20px 2%;
    width: 25.33%;
	background: #e3000f;
	position: relative;
	overflow: hidden;
	/* margin-bottom: 50px; */
}

#ergebnisse h2, #spielplan h2, #tabelle h2 {
	color: #FFF;
	font-size: 20px;
}

#ergebnisse h2:after, #spielplan h2:after, #tabelle h2:after {
	border-bottom: 2px solid #FFF;
}

#ergebnisse a[title~="mehr"], #spielplan a[title~="mehr"], #tabelle a[title~="mehr"] {
    position: absolute;
    top: 0;
    right: 0;
    background: #a60103;
    font-size: 50px;
    color: #FFF;
    height: 51px;
    width: 45px;
    display: block;
    text-indent: 8px;
    margin-top: -8px;
	line-height: 1.2em;
}

/* ERGEBNISSE UND SPIELPLAN */
.tx_ssv-spieldaten_ergebnisse_begegnung, .tx_ssv-spieldaten_spielplan_begegnung, .tx_ssv-spieldaten_ergebnisse_daten, .tx_ssv-spieldaten_spielplan_daten {
    float: left;
    clear: both;
    width: 100%;
}

.tx_ssv-spieldaten_ergebnisse_datum, .tx_ssv-spieldaten_spielplan_datum {
	color: #FFF;
    text-align: center;
    float: left;
    clear: both;
    width: 100%;
	font-family: "Aller Bd", arial, sans-serif;
	text-transform: uppercase; 
}

.tx_ssv-spieldaten_ergebnisse_heim, .tx_ssv-spieldaten_spielplan_heim {
	display: block;
	float: left; 
	width: 40%;
	color: #FFF;
	text-align: center; 
	text-transform: uppercase; 
}

.tx_ssv-spieldaten_ergebnisse_heim .punkte, .tx_ssv-spieldaten_spielplan_heim .logo {
	display: block;
	width: 100%;
	background: #a60103;
	text-align: center; 
	font-size: 50px;
	padding: 10px 0;
	margin: 10px 0;
}

.tx_ssv-spieldaten_ergebnisse_trenner, .tx_ssv-spieldaten_spielplan_trenner {
	display: block;
	float: left; 
	width: 20%;
	text-align: center; 
	color: #FFF;
	font-size: 50px;
	padding: 5px 0 0;
	margin-top: 10px;
}

.tx_ssv-spieldaten_ergebnisse_gast, .tx_ssv-spieldaten_spielplan_gast {
	display: block;
	float: right; 
	width: 40%;
	color: #FFF;
	text-align: center; 
	text-transform: uppercase; 
}

.tx_ssv-spieldaten_ergebnisse_gast .punkte, .tx_ssv-spieldaten_spielplan_gast .logo {
	display: block;
	width: 100%;
	background: #a60103;
	text-align: center; 
	font-size: 50px;
	padding: 10px 0;
	margin: 10px 0;
}

#ssv_aktuelle-spieldaten .owl-controls {
	text-align: center;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
}

#ssv_aktuelle-spieldaten .owl-dots {
	display: inline-block;
	float: none;
	margin: 0;
}

#ssv_aktuelle-spieldaten .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #FFF;
	display: inline-block;
	vertical-align: top;
    margin: 2px 1px 0;
}

#ssv_aktuelle-spieldaten .owl-dot.active {
	background: #890002;
}

#ssv_aktuelle-spieldaten .owl-nav {
	display: inline-block;
}

#ssv_aktuelle-spieldaten .owl-nav .owl-prev, #ssv_aktuelle-spieldaten .owl-nav .owl-next  {
	background: url('../../typo3conf/ext/cn_jahn_dfbdaten/Resources/Public/Images/pfeil_spieldaten_prev_weiss.png') left top no-repeat;  
	height: 12px;
	width: 6px;
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
}
 
#ssv_aktuelle-spieldaten .owl-nav .owl-next {
	background: url('../../typo3conf/ext/cn_jahn_dfbdaten/Resources/Public/Images/pfeil_spieldaten_next_weiss.png') left top no-repeat; 
	margin: 0 5px;
}

/* ERGEBNISSE UND SPIELPLAN */

/* ----- ALLGEMEINE FORMATIERUNGEN ----- */

/* ----- NUR ERGEBNISSE ----- */

#ergebnisse {
	margin-left: 4%;
}

/* ----- NUR ERGEBNISSE ----- */

/* ----- NUR SPIELPLAN ----- */

#spielplan {
	margin: 0 2%;
}

.tx_ssv-spieldaten_spielplan_heim .logo img {
	display: block;
	width: auto !important;
	height: 65px !important;
	margin: 0 auto;
}

.tx_ssv-spieldaten_spielplan_gast .logo img {
	display: block;
	width: auto !important;
	height: 65px !important;
	margin: 0 auto;
}

/* ----- NUR SPIELPLAN ----- */

/* ----- TABELLE ----- */

.tx_ssv-spieldaten_tabelle {
	display: block;
	float: left; 
	clear: both; 
	width: 100%;
	color: #FFF;
}

table.tx_ssv-spieldaten_tabelle_daten {
	width: 100%;
	text-transform: uppercase;
	border-collapse: collapse;
}

table.tx_ssv-spieldaten_tabelle_daten th {
	font-family: "Aller Bd", arial, sans-serif;
	text-align: left;
}

table.tx_ssv-spieldaten_tabelle_daten tr.tabelle_jahn_platzierung {
	font-family: "Aller Bd", arial, sans-serif;
}

/* TABELLE Grossansicht*/

.tx_ssv-spieldaten_tabelle_all, .tx_ssv-spieldaten_jahnspiele, .tx_ssv-spieldaten_ligaspielplan {
	display: block;
	float: left; 
	clear: both; 
	width: 100%;
}

/* .tx_ssv-spieldaten_ligaspielplan {
	width: 80% !important;
	margin: 0 10%;
} */

table.tx_ssv-spieldaten_tabelle_daten_all, table.tx_ssv-spieldaten_jahnspiele_daten, table.tx_ssv-spieldaten_ligaspielplan_daten {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px !important;
	
}

table.tx_ssv-spieldaten_tabelle_daten_all th, table.tx_ssv-spieldaten_jahnspiele_daten th, table.tx_ssv-spieldaten_ligaspielplan_daten th {
	font-family: "Aller Bd", arial, sans-serif;
	text-align: left;
    background: #E3000F;
    padding: 8px 10px;
    color: #fff;
}

table.tx_ssv-spieldaten_tabelle_daten_all td, table.tx_ssv-spieldaten_jahnspiele_daten td, table.tx_ssv-spieldaten_ligaspielplan_daten td {
	text-align: left;
    padding: 8px 10px;
	font-size: 14px !important;
}

table.tx_ssv-spieldaten_tabelle_daten_all tr:nth-child(even), table.tx_ssv-spieldaten_jahnspiele_daten tr:nth-child(even), table.tx_ssv-spieldaten_ligaspielplan_daten tr:nth-child(even) {
	background: #f5f5f5;
}

table.tx_ssv-spieldaten_tabelle_daten_all tr.tabelle_jahn_platzierung td {
	font-family: "Aller Bd", arial, sans-serif;
}

.tx_ssv-spieldaten_ligaspielplan .owl-controls {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    border-top: 2px solid #ddd;
    text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}

.tx_ssv-spieldaten_ligaspielplan .owl-nav {
	display: inline-block;
}

.tx_ssv-spieldaten_ligaspielplan .owl-nav .owl-prev, .tx_ssv-spieldaten_ligaspielplan .owl-nav .owl-next  {
	background: url('../../typo3conf/ext/cn_jahn_dfbdaten/Resources/Public/Images/pfeil_prev_rot.png') left top no-repeat;  
	height: 50px;
	width: 25px;
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
}
 
.tx_ssv-spieldaten_ligaspielplan .owl-nav .owl-next {
	background: url('../../typo3conf/ext/cn_jahn_dfbdaten/Resources/Public/Images/pfeil_next_rot.png') left top no-repeat; 
	margin: 0 5px;
}

.tx_ssv-spieldaten_ligaspielplan {
	opacity: 0;
}

.liga3_spielplan_kommend h2, .liga3_spielplan_gespielt h2 {
	display: table;
    margin: 0 auto 20px;
}

.tx_ssv-spieldaten_ligaspielplan td span.umbruch, .tx_ssv-spieldaten_jahnspiele td span.umbruch {
	display: block;
}

@media(max-width: 1020px) {	

	.tx_ssv-spieldaten_ligaspielplan {
		width: 100% !important;
		margin: 0%;
	}
}

@media(max-width: 820px) {	

	.tx_ssv-spieldaten_ligaspielplan .tab_box {
		margin-top: 50px;
	}

	.tx_ssv-spieldaten_ligaspielplan .tab_box:first-child {
		margin-top: 0px;
	}
}

@media(max-width: 400px) {	

	.tx_ssv-spieldaten_ergebnisse_gast .punkte, .tx_ssv-spieldaten_ergebnisse_heim .punkte, .tx_ssv-spieldaten_ergebnisse_trenner {
		font-size: 34px;
	}
	
	.tx_ssv-spieldaten_spielplan_heim .logo img, .tx_ssv-spieldaten_spielplan_gast .logo img {
		height: 45px !important;
	}
}

/* --- Online Shop Produkte --- */
.ssv_shop_container{
	width: 100%;
	float: left;
	clear: both;
	display: block;
}

.ssv_shop_artikel{
	display: inline-block;
	float: left;
	background: #dddad7;
	padding: 10px 4% 60px;
	width: 92%;
	height: auto;
	transition: all 0.5s ease;
	position: relative;
}

.ssv_shop_artikel:first-child{
	margin-left: 0;
}

.ssv_shop_artikel:hover{
	background: #fff;
}

.ssv_shop_artikel_img{
	/* text-align: center; */
	height: 120px;
}

.ssv_shop_artikel_img img{
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
}

.ssv_shop_artikel_name{
	color: #49413b;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	text-transform: uppercase;
}

.ssv_shop_artikel_preis{
	font-weight: normal;
	color: #49413b;
	font-size: 14px;
	text-align: center;
}

.ssv_shop_article_url{
	text-align: center;
	cursor: pointer;
	position: absolute;
    bottom: 10px;
    left: 4%;
    right: 4%;
}

.ssv_shop_article_url a{
	color: #fff;
	display: block;
	padding: 10px 1%;
	background: #e3000f;
	transition: all 0.5s ease;
}

.ssv_shop_article_url:hover a{
	background: #a60103;
}
/* --- Online Shop Produkte --- */

.ssv_shop_container .owl-controls {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    border-top: 2px solid #FFF;
    text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}

.ssv_shop_container .owl-nav {
	display: inline-block;
}

.ssv_shop_container .owl-nav .owl-prev, .ssv_shop_container .owl-nav .owl-next  {
	background: url('../../typo3conf/ext/cn_jahnshop_anbindung/Resources/Public/Images/pfeil_prev_weiss.png') left top no-repeat;  
	height: 50px;
	width: 25px;
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
}
 
.ssv_shop_container .owl-nav .owl-next {
	background: url('../../typo3conf/ext/cn_jahnshop_anbindung/Resources/Public/Images/pfeil_next_weiss.png') left top no-repeat; 
	margin: 0 5px;
}
/* JOBFAIR MAIN CSS */
div.tx_jobfair form fieldset legend {
    display: none;
}

#tx_jobfair-show-actionlist, #tx_jobfair-list-actionlist, #tx_jobfair-apply-actionlist, #tx_jobfair-confirmDelete-actionlist {
    margin: 20px 0 20px 0;
}

/* JOBFAIR SHOW VIEW */
div.tx_jobfair dt, div.tx_jobfair dd {
    margin-bottom: 15px;
    overflow: auto;
}
div.tx_jobfair dt {
    float: left;
    font-weight: bold;
    margin-right: 15px;
    width: 140px;
    text-align:right;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* JOBFAIR LIST VIEW */
.tx_jobfair table {
    border-collapse:collapse;
    width:100%;
}

.tx_jobfair table td {
    vertical-align:top;
}

.tx_jobfair table th {
    font-weight:bold;
    line-height: 22px;
    font-size: 14px;
    color: #5f5e5e;
    margin: 20px 0px 5px;
    border-bottom: 1px solid #CCCCCC;
}

.tx_jobfair table tr {
    line-height: 22px;
}

.tx_jobfair table tr:nth-child(2n+3) {
    background-color: #eeeeee;
}

.tx_jobfair table tr:hover {
    background-color: #CCCCCC;
}

div.tx_jobfair_filter_item {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top;
}

div.tx_jobfair_filter_item label {
    display: block;
    font-weight: bold;
}

/* JOBFAIR NEW AND EDIT VIEW */
form#tx_jobfair-form-new, form#tx_jobfair-form-edit {
    width: 400px;
}

.tx_jobfair-label {
    display: block;
    font-weight: bold;
}

div.tx_jobfair-edit-item {
    margin-bottom: 10px;
}

input.tx_jobfair-edit-input, input.tx_jobfair-new-input {
    width: 100%;
}

textarea.tx_jobfair-edit-textarea, textarea.tx_jobfair-new-textarea {
    width: 100%;
    height: 150px;
}

/* JOBFAIR CONFIRM DELETE VIEW */
#tx_jobfair-delete-item-notice {
    margin-bottom: 10px;
}

/* JOBFAIR APPLY VIEW */

/* JOBFAIR TYPO3 FLASH MESSAGES NEW STYLING IN TYPO3 7.3 */

.typo3-messages {
    padding: 0px;
}

.alert {
    padding: 11px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 2px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 31px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #79a548;
    border-color: transparent;
    color: #ffffff;
}
.alert-info {
    background-color: #6daae0;
    border-color: transparent;
    color: #ffffff;
}
.alert-warning {
    background-color: #e8a33d;
    border-color: transparent;
    color: #ffffff;
}
.alert-danger {
    background-color: #c83c3c;
    border-color: transparent;
    color: #ffffff;
}

/* JOBFAIR TYPO3 FLASH MESSAGES OLD STYLING IN TYPO3 <7.3 */

.typo3-message {
    padding: 11px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.message-ok {
    background-color: #79a548;
    border-color: transparent;
    color: #ffffff;
}
.message-information {
    background-color: #6daae0;
    border-color: transparent;
    color: #ffffff;
}
.message-warning {
    background-color: #e8a33d;
    border-color: transparent;
    color: #ffffff;
}
.message-error {
    background-color: #c83c3c;
    border-color: transparent;
    color: #ffffff;
}

#tx_cookies {
	position: absolute;
	top: 30vh;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	max-width: 100%;
	z-index: 100;
	background: #eee;
	padding: 5px;
}
#cookielayer {
	display: none;
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 150;
	width: 100% !important;
	min-height: 100vh;
}
#tx_cookies_inner {
	position: relative;
	background: #fff;
	padding: 30px;
	float: left;
	/* font-size: 0.95em;
	line-height: 1.3em; */
}
#tx_cookies h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	line-height: 1em;
}
#tx_cookies p {
	margin: 0.5em 0 0 0;
}
#tx_cookies input[type="checkbox"] {
	float: left;
	margin-right: 3px;
}
#tx_cookies button,
#tx_cookies input[type="submit"] {
	border: 0;
	cursor: pointer;
	padding: 2px;
	width: auto;
	font-weight: 700;
	background: rgba(0,0,0,0.2);
	color: #000;
	padding: 5px 10px;
	margin: 10px 10px 0 0;
	float: left;
	font-family: inherit;
	font-size: inherit;
}
#tx_cookies_inner form + form button[type="submit"] {
	background: rgba(0,0,0,0.1);
	color: #333;
}
#tx_cookies .disableNontechButton {
	clear: both;
}
#tx_cookies #tx_cookies_showPermanent {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	text-transform: none;
	font-weight: normal;
	z-index: 1040; /* higher than z-index of Bootstrap header */
}
.cookiefooter {
	float: left;
	clear: both;
	width: 99%;
	margin: 0;
	padding: 0 1% 0 0;
	background: #eee;
	text-align: right;
}
.cookiefooter a {
	display: inline-block;
	float: none;
	clear: none;
	margin: 8px 0 0 5px;
	font-size: 0.8em;
	color: #000;
}


/* --- Cookies ---
#tx_cookies h4.alert-title {
	display: none;
}

#tx_cookies ul.typo3-messages {
	clear: both;
}

#tx_cookies ul.typo3-messages li {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}

#tx_cookies p {
	clear: both;
}

#tx_cookies button, #tx_cookies input[type="submit"] {
    border: 0;
	cursor: pointer;
	margin-top: 10px;
}

#tx_cookies #tx_cookies_close {
	margin: 10px 0;
}
 --- Cookies --- */

/* -- Anzeige in Datenschutzseite -- */
#cookielayer.showinline {
	display: block !important;
	position: static;
	background: none;
	float: left;
	clear: both;
	margin: 0 0 40px;
	min-height: 1px;
}

#cookielayer.showinline .cookiefooter {
	display: none;
}

#cookielayer.showinline #tx_cookies {
	position: static;
	margin-left: 0;
	width: 100%;
	background: none;
	padding: 0;
}

#cookielayer.showinline #tx_cookies #tx_cookies_showPermanent {
	position: static;
}

#cookielayer.showinline #tx_cookies_inner {
	padding: 0;
}

@media (max-width: 700px) {
    #tx_cookies {
        left: 5%;
        margin-left: 0;
        width: 88%;
        padding: 5px 1%;
    }
}

@media (max-width: 450px) {

	#tx_cookies {
		top: 5%;
	}

    #tx_cookies button, #tx_cookies input[type="submit"] {
        width: 100%;
        padding: 5px 2%;
    }
}

#cookielayer.detailbanner {
    background: rgba(0,0,0,0.1); 
}

#cookielayer.detailbanner #tx_cookies {
    width: 100%;
    max-width: none;
    bottom: 0;
    top: auto;
    left: 0;
    margin-left: 0;
    padding: 0;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
}

#cookielayer.detailbanner #tx_cookies #tx_cookies_inner > form {
    float: left;
    width: auto;
    clear: none;
    margin-top: 10px !important;
}

#cookielayer.detailbanner #tx_cookies #tx_cookies_inner {
    padding-bottom: 0;
}

#cookielayer.detailbanner #tx_cookies .cookiefooter {
    background: #FFFFFF;
}

#cookielayer.detailbanner #tx_cookies .cookiefooter a {
    color: #49413b;
    margin: 10px 5px 10px 5px;
}

@media(max-width: 1024px) {
    #cookielayer.detailbanner {
        display: block;
        position: static;
        min-height: auto;
    }

    #cookielayer.detailbanner #tx_cookies {
        position: static;
    }
}

.tx_jobfair, #tx_jobfair-show-actionlist {
	float: left;
	clear: both; 
	width: 100%;
	margin: 0 !important;
}

.tx_jobfair h1 {
	margin-bottom: 50px !important;
}

#tx_jobfair-show-actionlist {
	width: auto;
	margin-top: 20px !important;
}

#tx_jobfair-show-actionlist a {
	background: #e3000f;
    display: block;
    color: #FFF;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: uppercase;
    transition: background 0.5s ease; 
	text-align: center;
}

#tx_jobfair-show-actionlist a:hover {
	background: #A60103;
}

/* Listansicht */

.tx_jobfair table {
	text-align: left; 
}

.tx_jobfair_tablehead > span {
	display: block;
}

.tx_jobfair table th {
	padding: 8px 10px !important;
}
.tx_jobfair table th#tx_jobfair-list-th-newJob {
	padding: 0 !important;
}
.tx_jobfair table th#tx_jobfair-list-th-newJob a {
	display: block;
	line-height: 0;
}

.tx_jobfair table th#tx_jobfair-list-th-newJob img {
	background: #A60103;
}

.tx_jobfair table tr:nth-child(2n+3) {
	background: none;
}

.tx_jobfair table tr:hover {
	background: none;
}

#tx_jobfair-list-th-gueltigBis {
	min-width: 15%;
}

/* Listansicht */

/* Filter */

#tx_jobfair_filter {
	margin-bottom: 15px !important;
}

.tx_jobfair_filter_item {
	float: left; 
	width: 32%;
	clear: none;
	margin-right: 2% !important;
}

#tx_jobfair_filter_item_searchword {
	margin-right: 0 !important;
}

.tx_jobfair_filter_item select, .tx_jobfair_filter_item input {
	width: 100%;
    padding: 10px;
	font-family: "Aller Lt", arial, sans-serif;
    font-size: 14px;
    color: #49413b;
} 

.tx_jobfair_filter_item .control-label {
	margin-bottom: 10px;
}

.tx_jobfair .tx_jobfair-filter-content {
	position: relative;
}

.tx_jobfair #searchword {
	width: 90%;
    float: left;
    padding: 11px 5%;
}

.tx_jobfair_filter_suche {
	position: absolute;
	top: 3px;
	right: 2%;
	cursor: pointer;
}

/* Filter */

/* Detailansicht */

.tx_jobfair_row {
	float: left;
	clear: both; 
	width: 96%;
	margin-bottom: 2px;
	padding: 10px 2%;
}

.tx_jobfair_row:nth-child(even) {
	background: #F5F5F5;
}

.tx_jobfair .tx_jobfair_row > div {
	margin: 0;
    text-align: left;
	float: left;
}

.tx_jobfair .tx_jobfair_row.employer {
	background: #A60103;
	font-size: 18px;
	color: #FFFFFF;
}

.tx_jobfair .tx_jobfair_row .tx_jobfair_label {
	margin-right: 5%;
    width: 30%;
	font-weight: 600;
}

.tx_jobfair .tx_jobfair_row .tx_jobfair_text {
    width: 65%;
}

.tx_jobfair .tx_jobfair_row.jobimage .tx_jobfair_text {
	width: 100%;
}

.tx_jobfair .tx_jobfair_row.jobimage .tx_jobfair_text img {
	margin: 0 auto 30px;
    display: block;
}

/* Detailansicht */

.cke_top {
	background: #E7E7E7 !important;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../fileadmin/format/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

@font-face {font-family: "Aller Rg"; src: url('../../fileadmin/fonts/aller/Aller_Std_Rg.ttf');}
@font-face {font-family: "Aller Rg";local: "Aller";  src: url('../../fileadmin/fonts/aller/Aller_Std_Rg.ttf');}

@font-face {font-family: "Aller Lt"; src: url('../../fileadmin/fonts/aller/Aller_Std_Lt.ttf');}
@font-face {font-family: "Aller Lt";local: "Aller";  src: url('../../fileadmin/fonts/aller/Aller_Std_Lt.ttf');}

@font-face {font-family: "Aller Bd"; src: url('../../fileadmin/fonts/aller/Aller_Std_Bd.ttf');}
@font-face {font-family: "Aller Bd";local: "Aller";  src: url('../../fileadmin/fonts/aller/Aller_Std_Bd.ttf');}

body {
	font-family: "Aller Lt", arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #49413b;
	width: 100%;
	height: 100%;
	position: relative;
}

section, aside, header, nav, article, footer, time, figure {
	display: block;
	margin: 0;
	padding: 0;
}

* {
	outline: medium none;	
	-webkit-text-size-adjust: none;
}

img {
	border: none;
}

p {
	margin: 0;
}

p.align-center {
	text-align: center;
}

p.align-left {
	text-align: left;
}

p.align-right {
	text-align: right;
}

.pop_up {
	display: none;
}
.interstitial_overlay {
	display: none;
	opacity: 0;
    position: fixed;
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 100;
} 

.interstitial_banner {
	display: block;
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110;
    margin-left: -400px;
    margin-top: -300px;
    box-shadow: 0px 0px 0px 10px #fff;
	background: #FFF;
}

.interstitial_banner .csc-textpic-image {
	margin-bottom: 0px !important;
}

.interstitial_banner .banner_close {
	display: block;
    position: absolute;
    top: -30px;
    right: -10px;
    color: #FFF;
	cursor: pointer;
}

#cookie-bar {
	display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    left: 0;
    text-align: center;
    background: rgba(73,65,59,0.95);
    padding: 15px 0;
    z-index: 1;
}

#cookie-bar a {
	cursor: pointer; 
	color: #FFF;
	font-weight: bold;
	font-family: 'Aller Bd', arial, sans-serif;
}

#inhalt table {
	border-collapse: collapse;
}

#inhalt th {
	background: #E3000F;
	padding: 8px 10px;
    color: #fff;
	text-align: left;
}

#inhalt tr:nth-child(even) {
	background: #F5F5F5;
}

#inhalt td {
	vertical-align: top;
	padding: 8px 10px;
}

a {
	text-decoration: none;
	color: #e3000f;
}

/* responsives Logo in Desktop ausgeblendet - nur deshalb ID */
#c1952 {
	display: none !important;
}
/* responsives Logo in Desktop ausgeblendet - nur deshalb ID */

#nachoben {
	display: none;
}

.ui-widget-content a{
	color: #e3000f;
}

.startseite #inhalt .bg_grau {
	margin-top: 0px !important;
}

.unterseite #inhalt a[title~="Tickets"] {
	background: #E3000F;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	text-align: center; 
	padding: 25px 0;
	text-transform: uppercase;
	font-family: "Aller Rg", arial, sans-serif;
	margin-top: 20px;
	transition: all 0.5s ease;
	color: #FFF;
}

.unterseite #inhalt  a[title~="Tickets"]:hover {
	background: #a60103;
}

ul {
	padding: 0 0 0 15px;
	list-style: none;
}

/* #inhalt ul {
	text-align: justify;
	max-width: 973px;
	margin: 1em auto;
} */

#inhalt .csc-textpic-imagewrap[data-csc-images="6"] .csc-textpic-imagecolumn {
	width: 16%;
	margin-bottom: 10px;
	margin-right: 0.5%;
}

#inhalt .csc-textpic-imagewrap[data-csc-images="6"] .csc-textpic-imagecolumn img {
	width: 100%;
	height: auto;
}

li {
	padding-left: 15px;
	background: url('../../fileadmin/images/aufzaehlung.png') left 4px no-repeat;
	padding-left: 15px;
}

h1 {
	color: #e3000f;
	font-family: 'Aller Lt', arial, sans-serif;
	font-size: 44px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 50px;
}

h2 {
	color: #e3000f;
	font-family: 'Aller Lt', arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 0 0 20px 0;
	position: relative;
	text-align: left;
}

h2:after {
	content: "";
	border-bottom: 2px solid #e3000f;
	width: 50px;
	position: absolute; 
	left: 0;
	bottom: 0;
}

h3 {
	font-size: 16px;
	text-align: left;
}

h4 {
	color: #e3000f;
	font-family: 'Aller Lt', arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 20px 0 0 0;
	text-align: left;
}

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

.owl-carousel .owl-item img {
	height: auto;
}

.csc-textpic-border .csc-textpic-image {
    padding: 5px;
    box-shadow: inset 0 0 7px rgba(0,0,0,0.3);
}

.csc-textpic-border .csc-textpic-image img {
    border: 0px !important;
	padding: 0px !important;
}

.trenner {
	float: left;
    clear: both;
    display: block;
    width: 100%;
    border-bottom: 3px solid #ddd;
}

iframe.iframe-center, .ui-accordion-content iframe {
	display: block;
	margin: 0 auto;
}

.unterseite #inhalt .csc-default {
	max-width: 988px;
    margin: 0 auto;
    text-align: justify;
}

.unterseite #inhalt .csc-default.vollebreite, .unterseite #inhalt .bg_dunkelrot .csc-default, .unterseite #inhalt .bildergalerie .csc-default, .unterseite #inhalt .sponsoren-haupt .csc-default, .unterseite #inhalt .sponsoren .csc-default, .unterseite #inhalt .livesearchlist .csc-default, .unterseite #inhalt .galleriebreite .csc-default {
	max-width: 100% !important;
}
 /* #inhalt .ui-accordion-content .csc-default  */

.unterseite #inhalt .ansprechpartner .csc-textpic-text, .unterseite #inhalt .ansprechpartner .csc-default {
	max-width: 100% !important;
}

/* Multicontent */

.c16r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r {
	margin-right: 0;
}

.subcl, .subcr {
	padding: 0;
}

.c33l, .c33r {
    width: 32%;
}

.c33l, .c50l {
	margin-right: 2%;
}

.c50l, .c50r {
	width: 49%;
}

.c60l {
	width: 58%;
	margin-right: 2%;
}


/* Multicontent */

/* ---------- RAHMEN ---------- */

.bg_weiss {
	display: block;
    float: left;
    clear: both;
    width: 92%;
    padding: 50px 4% 0;
    background: #FFFFFF;
}

.bg_weiss .csc-default .bg_weiss.ansprechpartner {
	padding: 0 !important;
	width: 100% !important;
}

.bg_grau {
	display: block;
    float: left;
    clear: both;
    width: 92%;
    padding: 50px 4%;
    background: #a9a39b;
	color: #FFFFFF;
	margin-top: 50px;
}

.bg_grau li{
	background: url('../../fileadmin/images/aufzaehlung-weiss.png') left 4px no-repeat;
	padding-left: 15px;
}

.grau_wrap {
	float: left;
    clear: both;
    display: block;
	width: 100%;
}

.grau_wrap .bg_grau {
	margin-top: 0px;
	padding-top: 0px
}

.grau_wrap .bg_grau:first-child {
	padding-bottom: 0px;
	padding-top: 50px;
}

.bg_grau h1, .bg_grau h2, .bg_grau h3, .bg_grau h4, .bg_grau h5 {
	color: #FFFFFF;
}

.bg_grau h1:after, .bg_grau h2:after {
	border-bottom: 2px solid #FFFFFF;
}

.bg_dunkelrot {
	display: block;
    float: left;
    clear: both;
    width: 92%;
    padding: 50px 4%;
    background: #8c000a;
	color: #FFFFFF;
}

.bg_dunkelrot h1, .bg_dunkelrot h2, .bg_dunkelrot h3, .bg_dunkelrot h4, .bg_dunkelrot h5 {
	color: #FFFFFF;
}

.bg_dunkelrot h1:after, .bg_dunkelrot h2:after {
	border-bottom: 2px solid #FFFFFF;
}

.nachwuchsmannschaften .csc-textpic-image {
	position: relative;
}

.nachwuchsmannschaften .csc-textpic .csc-textpic-caption {
    position: absolute;
    bottom: 15px;
    left: 0;
    font-size: 20px;
    margin: 0;
    padding: 7px 5%;
    background: #FFF;
	font-family: 'Aller Rg', arial, sans-serif;
	color: #8c000a;
}

.nachwuchsmannschaften .csc-textpic .csc-textpic-caption:after {
	content: "";
	position: absolute;
	background: url('../../fileadmin/images/ecke_10x40_weiss.png') left top no-repeat;
	top: 0;
	right: -10px;
	height: 100%;
	width: 10px;
	background-size: 10px 100%;
}

.nachwuchsmannschaften .owl-controls {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    border-top: 2px solid #FFF;
    text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}

.nachwuchsmannschaften .owl-nav {
	display: inline-block;
}

.nachwuchsmannschaften .owl-nav .owl-prev, .nachwuchsmannschaften .owl-nav .owl-next  {
	background: url('../../fileadmin/images/pfeil_prev_weiss.png') left top no-repeat;  
	height: 50px;
	width: 25px;
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
}
 
.nachwuchsmannschaften .owl-nav .owl-next {
	background: url('../../fileadmin/images/pfeil_next_weiss.png') left top no-repeat; 
	margin: 0 5px;
}

.teaserbox {
	display: block;
    float: left;
    clear: both;
    width: 92%;
    padding: 0 4%;
}

.teaserbox .subcolumns > div  {
	background: #f5f5f5;
	padding: 20px 2%;
	width: 45%;
	position: relative;
	overflow: hidden;
}

.teaserbox:nth-of-type(1)  {
	margin-bottom: 20px;
}

/* Formatierung PLUS */

.teaserbox a[title~="mehr"] {
	position: absolute;
    top: 0;
    right: 0;
    background: #a9a39b;
    font-size: 50px;
    color: #FFF;
    height: 51px;
    width: 45px;
    display: block;
    text-indent: 8px;
    margin-top: -8px;
	line-height: 1.2em;
}

/* Formatierung PLUS */

/* Formatierung Shortcuts */

.teaserbox .teaserlinks {
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #e3000f;
}

.teaserbox .teaserlinks ul {
    padding: 10px 4%;
    margin: 0;
	text-transform: uppercase; 
	display: block;
	float: left;
	clear: both;
}

.teaserbox ul li {
	background: none; 
	padding: 0 5px 0 10px;
	margin: 0;
	position: relative;
	float: left;
}

.teaserbox ul li:before {
	content: "/";
	position: absolute; 
	left: 0;
	bottom: 0;
	color: #FFFFFF;
}

.teaserbox ul li:first-child {
	padding: 0 5px 0 0;
}

.teaserbox ul li:first-child:before {
	display: none;
}

.teaserbox ul li a {
	color: #FFFFFF;
}

/* Formatierung Shortcuts */

/* Jahn Jobs Bereich Startseite */
.jahnjobs {
	display: block;
	background: url('../../fileadmin/images/jahnjobs-start_bg_2019.jpg') center top no-repeat #a60103;
	background-size: 100% auto;
	margin-top: 50px;
}

.jahnjobs h2 {
	font-size: 20px;
	color: #FFFFFF;
}

.jahnjobs h2::after {
	display: none;
}

.jahnjobs > .csc-default > .csc-textpic-text {
	position: relative;
	padding-bottom: 50px;
}

.jahnjobs > .csc-default > .csc-textpic-text > .csc-textpic-text {
	max-width: 45%;
}

.jahnjobs a {
	background: #FFFFFF;
	display: block;
	float: right; 
	padding: 10px 50px;
	color: #a60103;
	position: absolute; 
	bottom: 0;
	right: 4%;
}
/* Jahn Jobs Bereich Startseite */

/* Galerie mit grauem Hintergrund bei Datensatz einfuegen */

.galerie {
	opacity: 0;
	display: block;
	float: left; 
	clear: both; 
	width: 100%;
}

.galerie .csc-textpic {
	position: relative;
}

.galerie .csc-textpic-image {
	margin-bottom: 0 !important;
}

.galerie .csc-textpic .csc-textpic-text {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}

.galerie .csc-textpic .csc-textpic-text h4, .galerie .csc-textpic .csc-textpic-text h5 {
	font-family: "Aller Rg", arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 7px 5%;
	background: #e3000f;
	float: left; 
	clear: both;
	font-weight: normal;
	position: relative;
}

.galerie .csc-textpic .csc-textpic-text h4:after, .galerie .csc-textpic .csc-textpic-text h5:after {
	content: "";
	position: absolute;
	background: url('../../fileadmin/images/ecke_10x40_rot.png') left top no-repeat;
	top: 0;
	right: -10px;
	height: 100%;
	width: 10px;
	background-size: 10px 100%;
}

.galerie .csc-textpic .csc-textpic-text h5 {
	background: #FFFFFF;
	color: #e3000f;
	margin-top: 5px;
}

.galerie .csc-textpic .csc-textpic-text h5:after {
	background: url('../../fileadmin/images/ecke_10x40_weiss.png') left top no-repeat;
	background-size: 10px 100%;
}

.galerie.owl-carousel .owl-item:last-child {
	margin-right: 0px !important;
}

.galerie .owl-controls {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    border-top: 2px solid #FFF;
    text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}

.galerie .owl-nav {
	display: inline-block;
}

.galerie .owl-nav .owl-prev, .galerie .owl-nav .owl-next  {
	background: url('../../fileadmin/images/pfeil_prev_weiss.png') left top no-repeat;  
	height: 50px;
	width: 25px;
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
}
 
.galerie .owl-nav .owl-next {
	background: url('../../fileadmin/images/pfeil_next_weiss.png') left top no-repeat; 
	margin: 0 5px;
}

/* Galerie mit grauem Hintergrund bei Datensatz einfuegen */

.bildergalerie {
	display: block;
    float: left;
    clear: both;
    width: 92%;
    padding: 0 4%;
}

.bildergalerie .csc-textpic {	
	background: #f5f5f5;
	padding: 40px 2%;
}

.bildhoehe {
	height: 100%;
	width: 90%;
	box-shadow: inset 0 0 50px rgba(0,0,0,0.2);
    padding: 10px 5%;
	display: block !important;
}

.bildhoehe img {
	position: relative;
	top: 50%;
}

.bildhoehe a {
	width: 100%;
	height: 100%;
	display: block;
}

.bildergalerie .owl-controls {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    border-top: 2px solid #ddd;
    text-align: center;
	padding-top: 10px;
}

.bildergalerie  .owl-nav {
	display: inline-block;
}

.bildergalerie  .owl-nav .owl-prev, .bildergalerie  .owl-nav .owl-next  {
	background: url('../../fileadmin/images/pfeil_prev_rot.png') left top no-repeat;  
	height: 50px;
	width: 25px;
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
}
 
.bildergalerie  .owl-nav .owl-next {
	background: url('../../fileadmin/images/pfeil_next_rot.png') left top no-repeat; 
	margin: 0 5px;
}

/* Teamübersicht Profis */

.teamuebersicht .csc-sitemap ul {
	padding: 0;
	margin: 0;
}

.teamuebersicht .csc-sitemap ul li {
	font-size: 20px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	background: none;
	display: inline-block;
    width: 20%;
	vertical-align: top;
}

.teamuebersicht .csc-sitemap ul li ul {
	margin: 15px 0 0 0;
}

.teamuebersicht .csc-sitemap ul li ul li {
	font-size: 14px;
	padding: 4px 0;
	margin: 0;
	text-transform: none;
	display: block;
	width: 100%;
}

.teamuebersicht .csc-sitemap a {
	color: #FFF;
}

.teamuebersicht .csc-sitemap a .nr {
	font-family: "Aller Bd", arial, sans-serif;
}

.sitemap_bildbox {
	float: left; 
	clear: both; 
	width: 100%;
}

.sitemap_bildbox .sitemap_item {
	width: 49%;
    display: block;
    float: left;
	position: relative;
	overflow: hidden;
	height: 350px;
	background: url('../../fileadmin/images/jahnlogo_bg.png') left top no-repeat #49413b;
	margin-top: 20px;
}

.sitemap_bildbox .sitemap_item:nth-child(1), .sitemap_bildbox .sitemap_item:nth-child(2) {
    margin-top: 0;
}

.sitemap_bildbox .sitemap_item:nth-child(2n) {
    float: right;
}

.sitemap_bildbox .sitemap_item .sitemap_bild {
	background: #000;
}

.sitemap_bildbox .sitemap_item .sitemap_bild img {
	display: block;
    width: 100%;
    height: auto;
    opacity: 0.3;
}

.sitemap_bildbox .sitemap_item h2 {
	position: absolute;
    display: block;
    top:45%;
    left: 2%;
    right: 2%;
	margin: 0;
	padding: 0;
	text-align: center;
	/* font-size: 24px; */
}

.sitemap_bildbox .sitemap_item h2:after {
	display: none;
}

.sitemap_bildbox .sitemap_item h2 a {
	color: #FFF;
	display: block;
}

/* Teamübersicht Profis */

/* Statistiken Profis */

.tab_box {
	overflow-x: auto;
	width: 100%;
}

.tab_box table {
	width: 800px;
	overflow-x: auto;
}

.statistiken table {
	width: 100%;
}

.statistiken .stats_table.height {
	height: 500px;
	overflow-y: hidden; 
	position: relative;
	transition: all 5s ease;
}

.statistiken .stats_table.height:after {
	content: "";
	position: absolute;
	height: 100px;
	width: 100%;
	display: block;
	bottom: 0;
	right: 0;
	left: 0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.statistiken .stats_table.height:before {
	content: "";
	position: absolute;
	height: 25px;
	width: 50px;
	display: block;
	bottom: 0px;
	left: 50%;
	margin-left: -25px;
	background: url('../../fileadmin/images/slider_expand_rot.png') left top no-repeat;
	z-index: 10;
	cursor: pointer;
}

.statistiken .tx-jfmulticontent-pi1 .stats_table {
	width: 48%;
	float: left; 
}

.statistiken .stats_table {
	margin-bottom: 30px;
}

.statistiken .tx-jfmulticontent-pi1 .stats_table.height {
	height: auto;
	overflow-y: visible; 
	position: static;
	transition: none;
	margin-bottom: 10px;
}

.statistiken .tx-jfmulticontent-pi1 .stats_table.height:before, .statistiken .tx-jfmulticontent-pi1 .stats_table.height:after {
	display: none;
}

.statistiken .tx-jfmulticontent-pi1 .stats_table:nth-child(even) {
	float: right;
}

/* Statistiken Profis */

/* Teaserboxen auf Unterseiten */

.u-teaserbox .csc-menu {
	padding: 0;
	margin: 0;
	display: block;
	float: left; 
	clear: both; 
	width: 100%;
}

.u-teaserbox .csc-menu li {
	width: 49%;
	display: block;
	float: left; 
	margin-top: 20px;
	background: none; 
	padding: 0;
	font-size: 20px;
}

.u-teaserbox .csc-menu li:nth-child(1), .u-teaserbox .csc-menu li:nth-child(2) {
	margin-top: 0;
}

.u-teaserbox .csc-menu li:nth-child(even) {
	float: right; 
}

.u-teaserbox .csc-menu li a {
	display: block;
	background: #AAA39B;
	padding: 50px 4%;
	text-align: center;
	color: #FFFFFF;
	transition: all 0.5s ease;
}

.u-teaserbox .csc-menu li a:hover {
	background: #918b83;
}

/* Teaserboxen auf Unterseiten */

/* Ansprechpartner */

.ansprechpartner .csc-default .block {
	width: 100%;
	float: left; 
	clear: both;
	margin-top: 20px;
}

.ansprechpartner .csc-default .block:first-child {
	margin-top: 0px;
}

.ansprechpartner .csc-default .block > div {
	width: 45%;
	background: #f5f5f5;
	float: left; 
	padding: 20px 2%;
	text-align: left !important;
}

/* .tx-jfmulticontent-pi1 .ansprechpartner .csc-default .block > div {
	width: 96%;
} */

.ansprechpartner .csc-default .block > div:nth-child(even) {
	float: right; 
}

.ansprechpartner .csc-default .block  > div.csc-textpic {
	padding: 0;
	display: block;
	width: 100%;
} 

.ansprechpartner .csc-default .block  > div.csc-textpic .csc-textpic-image {
	margin-bottom: 0;
} 

.ansprechpartner h2 {
	font-size: 24px;
	display: inline-block;
}

/* Ansprechpartner */

.box-hinterlegt .subcolumns > div > div {
	background: #f5f5f5;
	padding: 20px 4%;
	margin-top: 20px;
}

.box-hinterlegt .subcolumns > div > div:first-child {
	margin-top: 0;
}

.hinweis-button {
	display: block;
    float: left;
    clear: both;
    width: 100%;
    background: url('../../fileadmin/images/jahnlogo_bg.png') left top no-repeat #a60103;
	text-align: center;
}

.subcl:nth-child(2) .hinweis-button {
	margin-top: 20px;
}

.hinweis-button a {
	color: #FFF;
	font-size: 16px;
    padding: 50px 0;
	display: block;
	text-align: center;
}

.akkreditierungsformular .tx-powermail .powermail_form > fieldset {
	padding: 20px 2%;
	width: 96%;
	background: #f5f5f5;
	margin-top: 10px;
}

.akkreditierungsformular .tx-powermail .powermail_form > fieldset > legend {
	float: left; 
	clear: both; 
	display: block;
}

.content-hintergrundbild {
	position: relative;
    float: left;
    clear: both;
    width: 92%;
	/* padding-top: 0 !important; */
    padding: 50px 4% 70px !important;
	overflow: hidden;
	background: url('../../fileadmin/images/hintergrundbild-countdown_neutral.jpg') center center no-repeat;
	background-size: 100% auto;
}

.content-hintergrundbild h2 {
	color: #FFFFFF;
}

.content-hintergrundbild h2::after {
	border-color: #FFFFFF;
}

.signet130 {
	float: right;
    margin-top: 30px;
}

.content-hintergrundbild .countdownbox {
	float: left;
    clear: both;
	position: relative;
	width: auto;
	margin-top: 100px;
}

.content-hintergrundbild .countdowndatum {
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 18px;
}

@media(max-width: 970px) {

	.content-hintergrundbild .countdownbox {
		width: 100%;
	}

	.signet130 {
		width: 100%;
		clear: both; 
		text-align: center;
	}

}

@media(max-width: 920px) {
	.content-hintergrundbild {
		background-size: auto 100%;
	}

	.content-hintergrundbild .countdownbox {
		margin-top: 50px;
	}

	.content-hintergrundbild .countdowndatum {
		font-size: 20px;
	}

	.signet130 img {
		width: 160px; 
		height: auto;
	}
}

.content-hintergrundbild .countdownbox .count {
	background: #FFFFFF;
	color: #e3000f;
	text-shadow: none;
}

.content-hintergrundbild .countdownbox .count.bottom,
.content-hintergrundbild .countdownbox .count.top {
    border-top: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
}

.content-hintergrundbild .csc-textpic-text {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.content-hintergrundbild .csc-textpic-text a {
	background: #FFFFFF;
    display: inline-block;
    padding: 25px 50px;
    text-transform: uppercase;
    font-family: "Aller Rg", arial, sans-serif;
    margin-top: 20px;
    transition: all 0.5s ease;
}

.content-hintergrundbild .csc-textpic-text a:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}


/* ---------- RAHMEN ---------- */

/* ---------- FUNKTIONENLEISTE ---------- */

#funktionen {
	background: #FFFFFF; 
	position: fixed; 
	left: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
	z-index: 10;
}

/* ----- NAVIGATION ----- */

/* NAVIBUTTON */

#nav_button {
	width: 100%;
	height: 70px;
	background: #e3000f;
	display: block;
	color: #FFF;
	position: relative;
	z-index: 5;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.5s ease;
}

#nav_button:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid #e3000f;
	border-top: 35px solid transparent;
	border-bottom: 35px solid transparent;
	position: absolute; 
	top: 0;
	right: -20px;
	transition: all 0.5s ease;
}

#nav_button:hover, #nav_button[data-toggled="on"] {
	background: #a60103;
}

#nav_button:hover:after, #nav_button[data-toggled="on"]:after {
	border-left: 20px solid #a60103;
}

#nav_button #menue {
	top: 25px;
    position: absolute;
    left: 10px;
}

#nav_button #x {
	top: 18px;
    position: absolute;
    left: 20px;
	width: 30px;
	height: 30px;
	display: none;
}

#nav_button #x:after, #nav_button #x:before {
    backface-visibility: hidden;
    background-color: #FFFFFF;
    content: "";
    height: 2px;
    position: absolute;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0.3s;
    width: 100%;
    display: block;
	top: 15px;
}

#nav_button #x:before {
	transform: translateY(0px) rotate(-45deg);
}

#nav_button #x:after {
	transform: translateY(0px) rotate(45deg);
}

/* NAVIBUTTON */

/* NAVIGATION EBENE 0 */

.mob_hnavi {
	display: none;
}

#navigation {
	position: fixed;
    left: 70px;
    top: 0;
    bottom: 0;
	z-index: 5;
}

#navigation.nav_open {
	width: 100% !important;
	height: 100% !important;
	opacity: 1;
}

.nav-overlay {
	position: absolute; 
	width: 100% !important;
	height: 100% !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
	background: rgba(0,0,0,0.5);
}

.nav-overlay:hover {
	cursor: url('../../fileadmin/images/navi_close.png'), pointer;
}

.hnavi {
	position: fixed;
    left: 70px;
	background: #fbfbfb;
    top: 0;
    bottom: 0;
	height: 98% !important;
	/* min-width: 20%; */
    margin: 0;
	padding: 2% 0 0 !important;
	font-size: 16px;
	text-transform: uppercase;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index: 5;
	visibility: hidden;
	/* opacity: 0; */
	/* overflow: hidden;  */
}

.hnavi li {
	margin: 0 50px 0 50px;
	padding: 0;
	background: none;
	position: relative; 
	transition: all 0.5s ease;
	display: block;
	white-space: nowrap; 
}

.hnavi li a, .hnavi li.ifsub {
	color: #49413b;
	transition: color 0.5s ease;
	display: block;
	padding: 10px 0 10px 0;
	transition: all 0.5s ease;
	cursor: pointer;
}

.hnavi li::before {
	content: "";	
	background: url('../../fileadmin/images/navi_pfeil.png') left top no-repeat;
	height: 12px;
	width: 6px;
	position: absolute;
	left: -10px;
	top: 13px;
	transition: all 0.5s ease;
	display: block;
	opacity: 0;
}

.hnavi li.act/* , .hnavi li:hover, .hnavi li.ifsub[data-toggled="on"] */ {
	padding-left: 15px;
}

.hnavi li.act::before/*,  .hnavi li:hover::before, .hnavi li[data-toggled="on"]::before */ {
	left: 0;
	opacity: 1;
}

.hnavi li:hover a, .hnavi li.ifsub:hover, .hnavi li.ifsub[data-toggled="on"] {
	color: #a60103;
}

.hnavi li.act a, .hnavi li.act.ifsub {
	color: #a60103;
	font-family: "Aller Bd", arial, sans-serif;
}

/* NAVIGATION EBENE 0 */

/* NAVIGATION EBENE 1 */

.ebene1 {
	position: fixed;
    left: 20%;
    top: 0;
    bottom: 0;
	height: 98%;
	padding: 2% 0 0 !important;
    background: #f5f5f5;
	display: none;
	box-shadow: 0px 0px 0px 1px #cccccc;
	white-space: nowrap;
	/* opacity: 1; */
	/* overflow: hidden; */
}

.ebene1 li.e1nosub a, .ebene1 li.e1ifsub {
	color: #49413b;
	transition: color 0.5s ease;
	display: block;
	padding: 10px 0 10px 0;
	transition: all 0.5s ease;
	cursor: pointer;
}

.ebene1 li.e1ifsub:hover {
	color: #a60103;
	/* padding-left: 15px; */
}

.hnavi li.act .ebene1 li.e1nosub a, .hnavi li.act .ebene1 li.e1ifsub {
	color: #49413b;
	font-family: "Aller Lt", arial, sans-serif;
}

.ebene1 li.e1nosub:hover a, .hnavi li.act .ebene1 li.e1nosub:hover a, .hnavi li.act .ebene1 li.e1ifsub:hover, .hnavi li.act .ebene1 li.e1ifsub[data-toggled="on"] {
	color: #a60103;
}

.hnavi li.act .ebene1 li.e1act/* , .hnavi li.act .ebene1 li.e1ifsub[data-toggled="on"] */ {
	padding-left: 15px;
}

.hnavi li.act .ebene1 li.e1act::before/* , .hnavi li.act .ebene1 li.e1ifsub[data-toggled="on"]::before */ {
	left: 0;
	opacity: 1;
}

.hnavi li.act.ifsub ul.ebene1 li.e1act a, li.e1act.e1ifsub {
	color: #a60103 !important;
	font-family: "Aller Bd", arial, sans-serif !important;
}

/* NAVIGATION EBENE 1 */

/* NAVIGATION EBENE 2 */

.ebene2 {
	position: fixed;
    left: 40%;
    top: 0;
    bottom: 0;
    background: #efefef;
	height: 98% !important;
	padding: 2% 0 0 !important;
	display: none;
	box-shadow: 0px 0px 0px 1px #cccccc;
	white-space: nowrap;
	/* overflow: hidden; */
	/* opacity: 1; */
}

.hnavi li.act .ebene1 li .ebene2 li a, .hnavi li.act.ifsub .ebene1 li .ebene2 li, .hnavi li.act.ifsub .ebene1 li.e1act .ebene2 li a, .hnavi li.act.ifsub .ebene1 li.e1act .ebene2 li, .hnavi li .ebene1 li.e1ifsub[data-toggled="on"] .ebene2 li, .hnavi li .ebene1 li.e1ifsub[data-toggled="on"] .ebene2 li a {
	font-family: 'Aller Lt', Arial, sans-serif !important;
	color: #49413b !important;
}

.hnavi li.act .ebene1 li .ebene2 li:hover a, .hnavi li.act .ebene1 li .ebene2 li:hover, .hnavi li.act .ebene1 li.e1act .ebene2 li:hover , .hnavi li.act .ebene1 li.e1act .ebene2 li:hover a, .hnavi li .ebene1 li.e1ifsub[data-toggled="on"] .ebene2 li:hover, .hnavi li .ebene1 li.e1ifsub[data-toggled="on"] .ebene2 li:hover a {
	color: #a60103 !important;
	/* padding-left: 15px; */
}

.hnavi li.act .ebene1 li.e1act .ebene2 li.e2act {
	padding-left: 15px;
}

.hnavi li.act .ebene1 li.e1act .ebene2 li.e2act, .hnavi li.act .ebene1 li.e1act .ebene2 li.e2act a {
	font-family: 'Aller Bd', Arial, sans-serif !important;
	color: #a60103 !important;
}

.hnavi li.act .ebene1 li.e1act .ebene2 li.e2act:before {
	left: 0;
	opacity: 1;
}

/* ul.hnavi li.ifsub ul.ebene1 li.e1ifsub ul.ebene2 li.e2ifsub {
	padding: 10px 0;
} */

ul.hnavi li.ifsub ul.ebene1 li.e1act ul.ebene2 li.e2act {
	padding-left: 15px;
}

/* NAVIGATION EBENE 2 */
/* NAVIGATION EBENE 3 */

.ebene3 {
	display: none;
}
/* NAVIGATION EBENE 3 */

/* ----- NAVIGATION ---- */

/* ----- SIDEBAR ----- */

#sidebar {
	display: block;
	position: fixed;
	left: 0;
	z-index: 15;
	color: #0055a4;
	font-size: 14px;
	top: 140px;
}

#sidebar .slide-in {
	margin: 0;
	padding: 0;
	/*max-width: 330px;
	min-width: 230px;*/
	position: relative;
}

#sidebar .csc-textpic-imagewrap {
	margin: 0 !important;
    padding: 18px 0 0 18px !important;
	float: left;
	height: 52px;
    width: 52px;
    background: #FFFFFF;
	transition: all 0.5s ease;
	position: relative; 
	z-index: 12;
}

#sidebar .slide-in:hover .csc-textpic-imagewrap {
    background: #f2f2f2;
}

#sidebar .csc-textpic-image {
	margin: 0px !important;
}

#sidebar .csc-textpic-text {
	float: left;
    padding: 27px 15px 0 0 !important;
    max-width: 75%;
    opacity: 0;
    background: #f2f2f2;
    height: 43px;
    margin: 0 !important;
	min-width: 230px;
	position: absolute; 
	z-index: 11;	
	display: block;
}

#sidebar .csc-textpic-text:after {
	content: "";
	width: 0;
    height: 0;
    border-left: 20px solid #f2f2f2;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
}

#suche .resetbutt, #suche .submitbutt {
	display: none;
}

#suche #lupe {
	margin: 0 !important;
    padding: 18px 0 0 18px !important;
	float: left;
	height: 52px;
    width: 52px;
    background: #FFFFFF;
	transition: all 0.5s ease;
	position: relative; 
	z-index: 12;
	background: url('../../fileadmin/images/icons/suche.png') 18px 18px no-repeat #FFF;
}

#suche:hover #lupe {
    background-color: #f2f2f2;
}

#suche .csc-default {
	float: left;
    padding: 15px 15px 0 15px !important;
    max-width: 75%;
    opacity: 0;
    background: #f2f2f2;
    height: 55px;
    margin: 0 !important;
	min-width: 200px;
	position: absolute; 
	z-index: 11;	
	display: block;
}

#suche .csc-default:after {
	content: "";
	width: 0;
    height: 0;
    border-left: 20px solid #f2f2f2;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
}

#liga {
	position: fixed;
    top: 560px;
    left: 0;
}

#jahnjobs-shortcut {
	display: block;
}

#jahnjobs-shortcut .csc-textpic-text {
	padding: 17px 15px 10px 0 !important;
}

/* ----- SIDEBAR ----- */

/* ---------- SUPERBANNER ------------ */
#superbanner {
	background: #49413b;
	display: block;
	float: left; 
	clear: both;
	width: 92%;
    padding: 0 4%;
}

#superbanner .csc-textpic-image {
	margin: 0;
}

#superbanner .csc-textpic-image img {
	max-width: 100%;
    height: auto;
	padding: 20px 0;
}

/* ---------- SUPERBANNER ------------ */

/* ---------- FUNKTIONENLEISTE ---------- */

#wrapper {
	position: absolute; 
	left: 70px;
	right: 0;
	top: 0;
	background: #FFFFFF;
}

/* ---------- HEADERBEREICH ---------- */ 

#logo {
	position: absolute; 
	right: 4%;
	top: 0;
	z-index: 3;
}

#header {
	display: block;
	float: left; 
	clear: both;
	width: 100%;
	background: #FFFFFF;
	position: relative;
}

/* News Headerslider */

#headerslider {
	clear: both;
    display: block;
    float: left;
    width: 100%;
	position: relative;
	opacity: 0;
}

#headerbilder {
	clear: both;
    display: block;
    float: left;
    width: 100%;
	position: relative;
	/* max-height: 550px; */
    overflow-y: hidden;
}

#headerbilder .csc-textpic-image, #headerbilder .csc-textpic-imagewrap {
	width: 100%;
	height: auto; 
	margin: 0;
}

/* .unterseite #headerbilder .csc-default {
	opacity: 0;
} */

#headerbilder .csc-textpic-image img {
	width: 100%;
	height: auto; 
}

/* #headerslider .news-latest-container .owl-item img {
	height: auto !important;
} */

#headerslider .news-latest-item {
	position: relative;
}

#headerslider .news-latest-item:after {
	content: "";
	height: 300px;
	width: 300px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+40,000000+100&0.6+0,0+40,0+100 */
	background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: absolute; 
	left: 0;
	bottom: 0;
	z-index: 1;
}

#headerslider .news-latest-item .news-latest-text {
	position: absolute;
	bottom: 120px;
	left: 4%;
	background: #FFF;
	z-index: 5;
	padding: 25px 2% 40px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	max-width: 50%;
}

#headerslider .news-latest-item .news-latest-text:after {
	content: "";
	width: 30px;
	height: 100%;
    position: absolute;
    top: 0;
    right: -30px;
	background: url('../../fileadmin/images/ecke.png') left top no-repeat;
	background-size: 30px 100%;
}

#headerslider .news-latest-item .news-latest-text h2 {
	position: static; 
	margin-bottom: 0;
}

#headerslider .news-latest-item .news-latest-text h2:after {
	display: none; 
}

#headerslider .news-latest-item .news-latest-text .news-latest-subheader a {
	color: #49413b;
	text-transform: uppercase; 
	font-size: 20px;
}

#headerslider .news-latest-item .news-latest-text .news-latest-subheader p {
	margin: 0px;
}

#headerslider .news-latest-item .news-latest-text .news-latest-more a {
	background: #e3000f;
	position: absolute; 
	bottom: -18px;
	left: 0;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 5% 0 5%;
	height: 26px;
	box-shadow: 0 1px 7px rgba(0,0,0,0.4);
	white-space: nowrap;
}

#headerslider .news-latest-item .news-latest-text .news-latest-more a:after {
	content: "";
	width: 0;
    height: 0;
    border-left: 10px solid #e3000f;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    right: -9px;
}

#headerslider .owl-carousel .owl-item img {
	min-width: 100%;
	height: auto;
}

#headerslider .owl-controls {
	position: absolute; 
	bottom: 30px;
	left: 4%;
}

#headerslider .owl-controls .owl-nav {
	float: left;
}

#headerslider .owl-controls .owl-nav > div {
	background: url('../../fileadmin/images/pfeil_prev_weiss.png') left top no-repeat;
	display: inline-block;
	height: 35px;
	width: 18px;
	text-indent: -9999px;
	overflow: hidden; 
}

#headerslider .owl-controls .owl-nav .owl-next {
	background: url('../../fileadmin/images/pfeil_next_weiss.png') left top no-repeat;
	margin: 0 0 0 20px;
}

.owl-controls .owl-dots {
	float: left;
    margin: 10px 0 10px 20px;
}

.owl-controls .owl-dots .owl-dot {
	background: #FFFFFF;
	box-shadow: 0 0 7px rgba(0,0,0,0.4);
	border-radius: 100%;
	height: 12px;
	width: 12px;
	display: inline-block;
	margin: 0 2px;
}

.owl-controls .owl-dots .owl-dot.active {
	background: #e3000f;
}

#headerslider .news_kategorien {
	position: absolute; 
	bottom: 30px;
	right: 4%;
	z-index: 3;
	min-width: 230px;
}

#headerslider .news_kategorien .active {
	background: #e3000f;
	padding: 5px;
	color: #FFF !important;
}

#headerslider .news_kategorien > .csc-default > div {
	background: #FFFFFF;
	padding: 10px 15px;
	display: block;
	margin-top: 5px;
	box-shadow: 0 1px 7px rgba(0,0,0,0.4);
}

#headerslider .news_kategorien h3 {
	color: #e3000f;
	font-family: 'Aller Lt', arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 0 0 20px 0;
	position: relative;
}

#headerslider .news_kategorien h3:after {
	content: "";
	border-bottom: 2px solid #e3000f;
	width: 50px;
	position: absolute; 
	left: 0;
	bottom: 0;
}

#headerslider .news_kategorien .news-catmenu > div .news-catmenu {
	display: none !important;
}

#headerslider .news_kategorien .news-catmenu a {
	color: #49413b;
	text-transform: uppercase; 
	font-size: 14px;
}

#headerslider .news_kategorien .news-catmenu > div {
	padding: 5px 0;
}

#headerslider .news_kategorien p {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}
 

/* ---------- HEADERBEREICH ---------- */ 

/* ---------- INHALTSBEREICH ---------- */

#inhalt {
	display: block;
	float: left; 
	clear: both; 
	width: 100%;
}

#inhalt > div {
	padding-top: 50px;
}

#inhalt > div.teaserbox {
	padding-top: 0;
}

#inhalt a[title~="pdf"]{
	background: url('../../fileadmin/images/icons/pdf-icon.png') left top no-repeat;
	min-height: 51px;
	display: inline-block;
	padding: 17.5px 0 0 52px;
}

#sponsorenleiste {
	display: block;
	float: left; 
	clear: both; 
	width: 92%;
	padding: 30px 4%;
}

#sponsorenleiste .csc-textpic-left .csc-textpic-imagewrap {
	width: 100%;
	text-align: center;
}

#sponsorenleiste .csc-textpic-imagerow img  {
	height: 55px;
	width: auto;
}

#sponsorenleiste .csc-textpic-imagerow {
	display: inline-block;
    margin: 0 8px;
	max-height: 55px;
    position: relative;
}

#sponsorenleiste .csc-textpic-imagerow:nth-child(4) img  {
	height: 65px;
}

#sponsorenleiste .csc-textpic-imagerow:nth-child(4) {
	max-height: 65px;
}

#sponsorenleiste .csc-textpic-imagerow .csc-textpic-firstcol {
	opacity: 0;
	position: absolute; 
	left: 0;
	top: 0;
	transition: all 0.5s ease;
}

#sponsorenleiste .csc-textpic-imagerow .csc-textpic-lastcol {
	transition: all 0.5s ease;
}

#sponsorenleiste .csc-textpic-imagerow:hover .csc-textpic-firstcol {
	opacity: 1;
}

#sponsorenleiste .csc-textpic-imagerow:hover .csc-textpic-lastcol {
	opacity: 0;
}

#ssv_aktuelle-spieldaten {
	display: block;
	float: left; 
	clear: both; 
	width: 100%;
	margin-bottom: 50px;
}

#ssv_aktuelle-spieldaten a[title~="Tickets"], #ssv_aktuelle-spieldaten a[title~="alle"] {
	background: #FFFFFF;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	text-align: center; 
	padding: 25px 0;
	text-transform: uppercase;
	font-family: "Aller Rg", arial, sans-serif;
	margin-top: 20px;
	transition: all 0.5s ease;
}

#ssv_aktuelle-spieldaten a[title~="Tickets"]:hover, #ssv_aktuelle-spieldaten a[title~="alle"]:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.tx-jfmulticontent-pi1 .subcolumns img {
	width: 100%;
	height: auto;
}
/* ---------- INHALTSBEREICH ---------- */

/* ---------- BEREICH: WERBUNG --------- */

#boxcontent {
	display: block;
	float: left; 
	clear: both; 
	width: 92%;
	padding: 50px 4% 0;
}

#sponsorenbox {
	display: block;
	float: left; 
	clear: both; 
	width: 100%;
	margin: 0 0 50px;
}

#poolbanner {
	display: block;
	float: left; 
	clear: both; 
	width: 100%;
	/* margin: 0 0 50px; */
}

#poolbanner .werbebanner {
	background: #49413b;
	padding: 30px 2%;
    width: 28%;
	float: left;
	display: block;
	margin-bottom: 50px;
}

#poolbanner #wb_mitte {
	margin: 0 2%;
}

#poolbanner .werbebanner .csc-textpic-imagewrap > div > div, #poolbanner .werbebanner img {
	width: 100%;
	height: auto;
}

#poolbanner .werbebanner .csc-textpic-image {
	margin-bottom: 0px !important;
}

#sponsorenbox h3 {
	color: #FFF;
	font-family: 'Aller Lt', arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin: 0 0 20px 0;
	position: relative;
}

#sponsorenbox h3:after {
	content: "";
	border-bottom: 2px solid #FFF;
	width: 50px;
	position: absolute; 
	left: 0;
	bottom: 0;
}

#sponsorenbox .partner {
	padding: 30px 2%;
    width: 62%;
	float: right;
	display: block;
	background: #e3000f;
}

#sponsorenbox .hauptsponsor {
	padding: 30px 2%;
    width: 28%;
	float: left;
	display: block;
	background: #e3000f;
}

#sponsorenbox .sponsor-einzel {
	width: 96%;
}

#sponsorenbox .sponsor-einzel .csc-textpic-image {
	margin: 0 auto;
}

#sponsorenbox .sponsor-einzel img {
	max-height: 150px;
    width: auto;
}

.partnerblock {
	display: inline-block;
}

#sponsorenbox .csc-textpic-image {
	margin-bottom: 0px;
}

#sponsorenbox .csc-textpic-left .csc-textpic-imagewrap {
	width: 100%;
	text-align: center;
}

#sponsorenbox .csc-textpic-left .csc-textpic-imagewrap img {
	max-width: 100%;
	height: auto;
}

#sponsorenbox .csc-textpic-imagerow {
    position: relative;
	margin: 0 8px;
	display: inline-block;
}

#sponsorenbox .csc-textpic-imagerow .csc-textpic-firstcol {
	opacity: 0;
	position: absolute; 
	left: 0;
	top: 0;
	transition: all 0.5s ease;
	margin-right: 0;
}

#sponsorenbox .csc-textpic-imagerow .csc-textpic-lastcol {
	transition: all 0.5s ease;
}

#sponsorenbox .csc-textpic-imagerow:hover .csc-textpic-firstcol {
	opacity: 1;
}

#sponsorenbox .csc-textpic-imagerow:hover .csc-textpic-lastcol {
	opacity: 0;
}

/* ---------- BEREICH: WERBUNG --------- */

/* ---------- FOOTER ---------- */
#footer {
	display: block;
	float: left; 
	clear: both; 
	width: 92%;
	background: #49413b;
	padding: 50px 4%;
	color: #FFF;
	font-size: 12px;
}

#footer h3 {
	font-family: "Aller Bd", arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

#footer #quicklinks {
	width: 50%;
	float: left;
	display: block;
}

#footer #quicklinks ul {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

#footer #quicklinks li {
	padding: 0;
	background: none;
}

#footer #quicklinks a {
	color: #FFFFFF;
}

#footer #socialmedia {
	width: 20%;
	float: left;
	display: block;
}

#footer #copyright {
	width: 30%;
	float: right;
	display: block;
	text-align: right;
}

#footer #copyright .csc-textpic-imagewrap {
    margin-bottom: 40px;
}
/* ---------- FOOTER ---------- */

/* ---------- ANPASSUNGEN JAHNSCHMIEDE ------------ */

.jahnschmiede_widget iframe {
	margin: 0 auto;
    display: block;
	width: 80%;
}

.news-detail-text .jahnschmiede_widget iframe {
	width: 100%;
}

/* ---------- ANPASSUNGEN JAHNSCHMIEDE ------------ */

/* ------------------ EXTENSIONS --------------------- */

#team-matchplan-table {
	display: none !important;
}

/* Powermail */

.tx-powermail {
	display: block;
    float: left;
    clear: both;
    width: 100%;
	text-align: left;
}

.tx-powermail fieldset {
	border: 0;
    padding: 0;
    margin: 0;
	float: left;
	width: 100%;
}

.tx-powermail legend {
	font-family: 'Aller Bd', arial, sans-serif;
	padding: 0;
	margin-bottom: 10px;
}

.tx-powermail .powermail_fieldwrap {
	display: block;
	float: left; 
	clear: both; 
	width: 100%;
	margin-bottom: 5px;
}

.tx-powermail label, legend.powermail_radio_legend, legend.powermail_check_legend {
	display: block;
	float: left; 
	width: 30%;	
	padding: 10px 0 0;
	font-family: 'Aller Rg', arial, sans-serif;
}

.tx-powermail input.powermail_input, .tx-powermail select.powermail_select, .tx-powermail input.powermail_date {
	display: block;
	float: left; 
	width: 68%;
	border: 0;
	background: #dddddd;
	padding: 10px 1%;
	font-family: 'Aller Rg', arial, sans-serif;
	color: #49413b;
	border-radius: 0;
}

.tx-powermail input.powermail_date {
	padding: 7px 1%;
}

.tx-powermail select.powermail_select {
	width: 70%;
}

.tx-powermail .powermail_fieldwrap_select {	
	position: relative;
}

.tx-powermail .powermail_fieldwrap_select::after {
	content: "";
	position: absolute;
	background: url('../../fileadmin/images/select_pfeil.png') left top no-repeat;
	width: 10px;
	height: 8px;
	background-size: 100% auto;
	display: block;
	bottom: 13px;
	/* margin-bottom: -4px; */
	right: 2%;
}

.tx-powermail textarea.powermail_textarea  {
	display: block;
	float: left; 
	width: 68%;
	border: 0;
	background: #dddddd;
	padding: 10px 1%;
	font-family: 'Aller Rg', arial, sans-serif;
	color: #49413b;
	resize: none; 
	height: 50px;
	border-radius: 0;
}

.powermail_radio_outer, .powermail_fieldwrap_file_inner, .powermail_check_outer  {
	display: block;
	float: left; 
	width: 70%;
	border: 0;
	padding-top: 10px;
}

.powermail_radio_inner, .powermail_check_inner  {
	display: block;
    float: left;
    clear: both;
    width: 100%;
}

.powermail_radio_inner input, .powermail_check_inner input  {
	display: inline-block;
}

.powermail_radio_inner label, .powermail_check_inner label  {
	display: inline;
    float: none;
    width: auto;
	padding: 0;
}

.powermail_submit {
	float: right; 
	background: #e3000f;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 0;
	padding: 13px 15px;
	font-family: 'Aller Rg', arial, sans-serif;
	cursor: pointer;
	transition: background 0.3s ease;
	border-radius: 0;
}

.powermail_submit:hover {
	background: #a60103;
}

.powermail_submit {
	float: right; 
}

.tx-powermail .parsley-errors-list {
	padding: 0;
	margin: 0;
	position: relative;
}

.tx-powermail .parsley-errors-list li {
	background: #49413b;
    padding: 5px 7px;
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 12px;
    color: #fff;
}

.tx-powermail .parsley-errors-list li:after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #49413b transparent transparent transparent;
}

.powermail_create {
	background: #AAA39B;
	padding: 50px 4%;
	width: 92%;
	color: #FFF;
}

fieldset.powermail_fieldset {
	width: 48%;
}

fieldset.powermail_fieldset:nth-of-type(3), fieldset.powermail_fieldset_1.fieldset_einzel {
	float: left;
	width: 100%;
	clear: both;
}

fieldset.powermail_fieldset:nth-of-type(3) legend.powermail_check_legend {
	width: 14%;
}

fieldset.powermail_fieldset:nth-of-type(2) {
	float: right;
}

.tx-jfmulticontent-pi1 fieldset.powermail_fieldset {
	width: 100%;
}

.tx-powermail input.powermail_input, .tx-powermail select.powermail_select, .powermail_submit, .tx-powermail textarea.powermail_textarea {
	-webkit-appearance: none;
}

/* Powermail */

/* --- JFMULTICONTENT --- */

/* Accordion */

.ui-accordion .ui-accordion-header {
	background: #AAA39B;
	border-radius: 0px !important;
	border: 0px;
	margin-top: 5px;
	padding: 10px 10% 10px 2%;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #FFFFFF;
	font-family: "Aller Rg", arial, sans-serif;
	font-weight: normal;
}

.ui-widget-content {
	background: none;
	border: 0px;
	font-family: "Aller Lt", arial, sans-serif;
	font-size: 14px;
}

.ui-widget-content .bg_weiss {
	width: 100%;
	padding: 0px;
}

.ui-accordion .ui-accordion-content {
	padding: 20px 2%;
}

.ui-widget-content .csc-header-n1 {
	display: none;
}

.ui-state-default .ui-icon {
	background-image: url('../../fileadmin/images/open_accordion.png');
	background-size: 100%;
    background-position: left top;
    height: 20px;
    width: 20px;
	transition: all 0.5s ease;
}

.ui-state-active .ui-icon {
	background-image: url('../../fileadmin/images/close_accordion.png');
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	margin-top: -10px;
	left: auto;
	right: 2%;
}

/* Accordion */

/* --- JFMULTICONTENT --- */

/* --- NEWS --- */

/* List */

#inhalt .page-navigation {
	display: block;
	float: left; 
	clear: both;
	background: #f5f5f5;
	width: 96%;
	padding: 10px 2%;
	text-align: center;
	margin: 50px 0 0 0;
}

#inhalt .page-navigation:first-child {
	/* margin: 0 0 50px 0; */
	display: none !important;
}

#inhalt .page-navigation ul {
	padding: 0;
	margin: 0;
}

#inhalt .page-navigation ul li {
	padding: 5px;
	background: none;
	display: inline;
}

#inhalt .news-latest-container {
	opacity: 0;
}

#inhalt .news-latest-container, #inhalt .news-latest-items-wrap {
	float: left; 
	clear: both; 
	display: block;
	width: 100%;
}

#inhalt .news-latest-item {
	float: left; 
	display: block;
	width: 32%;
	margin-right: 2%;
	position: relative;
	margin-top: 20px;
	overflow: hidden;
	background: url('../../fileadmin/images/jahnlogo_bg.png') left top no-repeat #49413b;
	text-align: left;
}

#inhalt .news-latest-item.jahnschmiede-widget-news {
	background-color: #a60103;
}

#inhalt .news-latest-item:nth-of-type(3n) {
	margin-right: 0;
}

#inhalt .news-latest-item:nth-of-type(1), #inhalt .news-latest-item:nth-of-type(2), #inhalt .news-latest-item:nth-of-type(3) {
	margin-top: 0;
}

#inhalt .news-latest-item .news-latest-image {
	background: #000;
}

#inhalt .news-latest-item img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.4;
}

#inhalt .news-latest-text {
	position: absolute;
    display: block;
    bottom: 15px;
	left: 2%;
	right: 2%;
}

#inhalt .news-latest-text a {
	color: #FFF;
}

#inhalt .news-latest-text h2 {
	font-size: 24px;
	color: #FFF;
	position: static;
	padding-bottom: 0;
    margin-bottom: 5px;
}

#inhalt .news-latest-text h2:after {
	display: none;
}

#inhalt .news-latest-item .news-latest-text .news-latest-more a {
	background: #e3000f;
	position: relative;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	padding: 7px 5% 6px 5%;
	display: block;
    float: left;
    margin-top: 10px;
}

#inhalt .news-latest-item .news-latest-text .news-latest-more a:after {
	content: "";
	width: 0;
    height: 0;
    border-left: 7px solid #e3000f;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 0;
    right: -7px;
}

/* List */

/* Single */

#inhalt .news-single-item {
	display: block;
	float: left; 
	clear: both; 
	width: 100%;
}

/* #inhalt .news-single-item h1 {
	max-width: 988px;
	margin: 0 auto;
}

#inhalt .news-single-item h2 {
	max-width: 988px;
	margin: 0 auto 20px;
} */

#inhalt .news-single-item .news-single-rightbox {
	margin-bottom: 20px;
}

#inhalt .news-single-item .news-single-rightbox span[itemprop="name"] {
	display: block;
	font-weight: bold;
}

#inhalt .news-single-item h2 {
	text-align: center; 
	font-size: 24px;
	position: static;
}

#inhalt .news-single-item h2:after, #inhalt .news-single-item hr {
	display: none;
}

#inhalt .news-detail-text {
	margin: 0 auto;
	margin-bottom: 20px;
    max-width: 988px;
    text-align: justify;
}

#inhalt .news-detail-text table {
	margin: 0 auto;
}

#inhalt .news-single-item .news-related-video {	
	background: #f5f5f5;
	padding: 20px 2%;
	width: 96%;
	float: left; 
	clear: both;
	margin-bottom: 20px;
}

#inhalt .news-single-item .news-related-video .iframe-center {	
	margin-top: 20px;
}

#inhalt .news-single-item .news-related-video .iframe-center:first-child {	
	margin-top: 0px;
}

#inhalt .news-detail-img {
	background: #f5f5f5;
	padding: 20px 2%;
	width: 96%;
	float: left; 
	clear: both;
}

#inhalt .news-detail-img .bild {
	float: left;
}

#inhalt .news-detail-img .bild .news-single-imgcaption {
	margin-top: 10px;
	width: auto !important;
}

#inhalt .news-detail-img .bild img {
	width: 100%;
	height: auto;
}

#inhalt .news-detail-img.bilder-eins .bild {
	width: 50%;
	float: none; 
	margin: 0 auto;
}

#inhalt .news-detail-img.bilder-zwei .bild {
	width: 49%;
}

#inhalt .news-detail-img.bilder-zwei .bild:first-child {
	margin-right: 2%;
}

#inhalt .news-detail-img.bilder-drei .bild {
	width: 32%;
	margin-right: 2%;
}

#inhalt .news-detail-img.bilder-drei .bild:last-child {
	margin-right: 0;
}

#inhalt .news-detail-img.owl-slider .bild {	
    width: 100%;
    height: auto;
    display: block;
}

#inhalt .news-detail-img.owl-slider .bild .news-single-imgcaption {	
    width: 100% !important;
    height: auto;
}

#inhalt .news-single-backlink {
	float: left; 
	clear: both; 
	display: block;
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

#inhalt .news-single-backlink a {
	background: #e3000f;
	display: block;
	color: #FFF;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	transition: background 0.5s ease;
}

#inhalt .news-single-backlink a:hover {
	background: #a60103;
}

#inhalt .news-single-item .owl-controls {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    border-top: 2px solid #ddd;
    text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}

#inhalt .news-single-item .owl-nav {
	display: inline-block;
}

#inhalt .news-single-item .owl-nav .owl-prev, #inhalt .news-single-item .owl-nav .owl-next  {
	background: url('../../fileadmin/images/pfeil_prev_rot.png') left top no-repeat;  
	height: 50px;
	width: 25px;
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
}
 
#inhalt .news-single-item .owl-nav .owl-next {
	background: url('../../fileadmin/images/pfeil_next_rot.png') left top no-repeat; 
	margin: 0 5px;
}

/* Single */

/* --- NEWS --- */

.sponsoren .csc-textpic, .sponsoren-haupt .csc-textpic {
	overflow: visible;
}

.sponsoren .csc-textpic-imagewrap {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}

.sponsoren .csc-textpic-imagecolumn {
	width: 100%;
	float: none;
	display: table;
	height: 180px;
	margin-top: 20px;
}

.sponsoren .csc-textpic-imagerow {
	width: 23%;
    margin-right: 2%;
    display: inline-block;
    overflow: visible !important;
	vertical-align: top;
	margin-top: 0;
}

.sponsoren .csc-textpic-imagerow:nth-child(4n) {
	margin-right: 0;
}


#inhalt .sponsoren .csc-textpic-imagewrap[data-csc-images="6"] .csc-textpic-imagecolumn {
	width: 100%;
	margin-bottom: 0;
	margin-right: 0;
}

.sponsoren .csc-textpic-imagerow-last {
	margin-right: 0;
}

.sponsoren .csc-textpic-image {	
	padding: 10px 5% !important;
    width: 90% !important;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin-bottom: 0px !important;
	display: table-cell !important;
	vertical-align: middle;
}

.sponsoren .csc-textpic-imagerow:nth-child(1) .csc-textpic-imagecolumn, .sponsoren .csc-textpic-imagerow:nth-child(2) .csc-textpic-imagecolumn, .sponsoren .csc-textpic-imagerow:nth-child(3) .csc-textpic-imagecolumn, .sponsoren .csc-textpic-imagerow:nth-child(4) .csc-textpic-imagecolumn {	
	margin-top: 0px !important;
}

.sponsoren .csc-textpic-image img {
	height: auto;
    width: auto;
    max-width: 100% !important;
	max-height: 160px;
	margin: 0 auto;
}

.sponsoren-haupt .csc-textpic-imagewrap{
    float: none !important;
}

.sponsoren-haupt .csc-textpic-image {
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin: 0 auto 10px !important;
    padding: 20px 4%;
}

.sponsoren-haupt .csc-textpic-image img {
	max-height: 180px;
    width: auto;
}

/* Lightbox */

#cboxCurrent {
  left: 43% !important;
}

#cboxNext {
    background: url('../../fileadmin/images/lightbox_vor.png') left top no-repeat;
    color: #FFFFFF;
    height: 18px;
    left: 33px !important;
    text-indent: 99999px;
    width: 18px;
}

#cboxPrevious {
    background: url('../../fileadmin/images/lightbox_zurueck.png') left top no-repeat;
    color: #FFFFFF;
    height: 18px;
    text-indent: 99999px;
    width: 18px;
}

#cboxClose {
    background: url('../../fileadmin/images/lightbox_close.png') left top no-repeat;
    color: rgba(0, 0, 0, 0) !important;
    height: 18px;
    width: 18px;
    text-indent: 99999px;
}

/* Lightbox */

@media (max-width: 1200px) {

	#headerslider .news-latest-item .news-latest-text h2 {

		font-size: 28px;

	}



	#headerslider .news-latest-item .news-latest-text .news-latest-subheader a {

		font-size: 18px;

	}



	table.tx_ssv-spieldaten_tabelle_daten tr:nth-child(even) {

		background: rgba(0,0,0,0.2);

	}



	table.tx_ssv-spieldaten_tabelle_daten td {

		padding: 5px;

	}

	

	#inhalt .csc-textpic-center-inner {

		text-align: center;

	}

	

	#inhalt .csc-textpic-imagewrap {

		text-align: left;

	}

	

	#inhalt .csc-textpic-imagecolumn {

		display: inline-block;

		float: none;

	}

	

	#inhalt iframe.iframe-center {

		max-width: 100%;

	}

	

	#inhalt .sponsoren .csc-textpic-imagecolumn {

		display: table;

	}

		
	#content .abmeldebutton + #inhalt {
		padding-top: 30px;
	}

}



@media (max-width: 1100px) {

	#ergebnisse, #spielplan {

		width: 41%;

		margin-bottom: 20px;

	}



	#spielplan {

		margin-left: 2%;

	}



	#tabelle {

		width: 88%;

		margin: 0 0 0 4%; 

	}

}



@media (max-width: 1020px) {



	#superbanner {

		width: 75%;

		padding: 0 21% 0 4%;

	}

	

	#header {

		position: static;

	}



	#funktionen {

		position: relative;

		width: 100%;

		float: left; 

		clear: both;

		z-index: 5;

		box-shadow: 0 0 7px rgba(0,0,0,0.2);

	}

	

	#sidebar {

		float: left;

		position: relative;

		left: auto;

		padding: 10px 0 0 20px;

		top: 0px;

	}

	

	.jobportal #sidebar {

		padding: 0;

		top: 0px !important;

	}

	

	#sidebar .slide-in {

		float: left;

	}

	

	#sidebar .slide-in:hover .csc-textpic-imagewrap {

		background: none;

	}

	

	#sidebar .csc-textpic-imagewrap {

		padding: 8px 0 0 8px !important;

		height: 44px;

		width: 44px;

		background: rgba(255,255,255,0.7);

	}

	

	#sidebar .csc-textpic-text {

		display: none;

	}

	

	#sidebar .csc-textpic-text:after {

		border-left: 10px solid #f2f2f2;

		border-top: 26px solid transparent;

		border-bottom: 26px solid transparent;

		right: -10px;

	}

	

	#suche #lupe {

		display: none;

	}

	

	#suche .csc-default {

		float: left;

		clear: both;

		padding: 10px 4% !important;

		max-width: none;

		width: 92%;

		opacity: 1;

		/* background: #f2f2f2;

		margin: 0 !important;

		min-width: 200px; */

		height: auto;

		position: static;

		display: block;

	}

	

	#suche div.kesearchbox {

		height: 30px;

	}

	

	#suche .tx-kesearch-pi1 form {

		margin: 0px;

	}

	

	#suche .tx-kesearch-pi1 {

		width: 75%;

	}

	

	#suche .csc-default:after {

		display: none;

	}

	

	#liga {

		display: none;

	}

	

	#wrapper {

		position: static;	

		/* left: 0; */

		width: 100%;

		float: left; 

		clear: both;

	}

	

	#logo {

		z-index: 5;

	}

	

	#breadcrumbs {

		display: none;

	}

	

	#inhalt .csc-textpic-image, #inhalt .csc-textpic-image img {

		max-width: 100%;

		height: auto;

	}

	

	#inhalt .news-latest-item {

		width: 49%;

	}

	

	#inhalt .news-latest-item:nth-of-type(3) {

		margin-top: 20px;

	}

	

	#inhalt .news-latest-item:nth-of-type(3n) {

		margin-right: 2%;

	}

	

	#inhalt .news-latest-item:nth-of-type(2n) {

		margin-right: 0;

	}

	

	/* MOBILE NAVI */

	

	#nav_button {

		width: 100px;

		float: left;

	}

	

	.jobportal #nav_button {

		display: none !important;

	}

	

	#nav_button:after {

		display: none;

	}

	

	#nav_button #menue {

		left: 25px;

	}

	

	#nav_button #x {

		left: 35px;

	}

	

	.nav_mobil {

		left: 0;

	}

	

	#navigation {

		position: relative;

		left: 0;

		float: left;

		clear: both;

		width: 100%;

		display: none;

		z-index: 2;

	}



/* NAVIGATION EBENE 0 */	

	.mob_hnavi {

		background: #FFFFFF;

		margin: 0;

		padding: 15px 4%;

		font-size: 16px;

		text-transform: uppercase;

		box-shadow: 0 0 10px rgba(0,0,0,0.2);

		float: left;

		clear: both;

		width: 92%;

		display: block;

	}

	

	.mob_hnavi li {

		margin: 0;

		padding: 0;

		background: none;

		transition: all 0.5s ease;

		display: block;

		white-space: nowrap; 

		float: left; 

		clear: both;

		width: 96%;

	}

	

	.mob_hnavi li.mob_ifsub, .mob_hnavi li.mob_act {

		position: relative;

	}



	.mob_hnavi li a, .mob_hnavi li.mob_ifsub {

		color: #49413b;

		transition: color 0.5s ease;

		display: block;

		padding: 10px 0 10px 0;

		transition: all 0.5s ease;

		cursor: pointer;

	}



	.mob_hnavi li::before {

		content: "";	

		background: url('../../fileadmin/images/navi_pfeil.png') left top no-repeat;

		height: 12px;

		width: 6px;

		position: absolute;

		left: -10px;

		top: 13px;

		transition: all 0.5s ease;

		display: block;

		opacity: 0;

	}



	.mob_hnavi li.mob_act {

		padding-left: 4%;

	}



	.mob_hnavi li.mob_act::before {

		left: 0;

		opacity: 1;

		/* display: none; */

	}



	.mob_hnavi li:hover > a, .mob_hnavi li.mob_ifsub:hover > span, .mob_hnavi li.mob_ifsub[data-toggled="on"] > span, .mob_ebene1 span:hover {

		color: #a60103;

	}



	.mob_hnavi li.mob_act a, .mob_hnavi li.mob_act.mob_ifsub {

		color: #a60103;

		font-family: "Aller Bd", arial, sans-serif;

	}

/* NAVIGATION EBENE 0 */



/* NAVIGATION EBENE 1 */



	.mob_ebene1 {

		padding: 0 2% !important;

		display: none;

		white-space: nowrap;

		background: #F5F5F5;

		float: left;

		clear: both;

		width: 96%;

		margin-top: 5px;

	}

	

	.mob_act .mob_ebene1 {

		display: block;

		margin-left: -15px;

	}

	

	.mob_hnavi li {

		width: 100% !important;

	}

	

	.mob_hnavi span {

		display: block !important;

	}



	.mob_ebene1 li.mob_e1.nosub a, .mob_ebene1 li.mob_e1.ifsub {

		color: #49413b;

		transition: color 0.5s ease;

		display: block;

		padding: 10px 0 10px 0;

		transition: all 0.5s ease;

		cursor: pointer;

	}



	.mob_ebene1 li.mob_e1.ifsub:hover {

		color: #a60103;

		/* padding-left: 15px; */

	}



	.hnavi li.mob_act .mob_ebene1 li.mob_e1.nosub a, .hnavi li.act .mob_ebene1 li.mob_e1.ifsub {

		color: #49413b;

		font-family: "Aller Lt", arial, sans-serif;

	}



	.mob_ebene1 li.mob_e1.nosub:hover a, .hnavi li.mob_act .mob_ebene1 li.mob_e1.nosub:hover a, .mob_hnavi li.mob_act .mob_ebene1 li.mob_e1.ifsub:hover, .mob_hnavi li.mob_act .mob_ebene1 li.mob_e1.ifsub[data-toggled="on"] {

		color: #a60103;

	}



	.mob_hnavi li.act .mob_ebene1 li.mob_e1.act/* , .hnavi li.act .mob_ebene1 li.mob_e1ifsub[data-toggled="on"] */ {

		padding-left: 15px;

	}



	.mob_hnavi li.mob_act .mob_ebene1 li.mob_e1.act::before/* , .hnavi li.act .mob_ebene1 li.mob_e1ifsub[data-toggled="on"]::before */ {

		left: 0;

		opacity: 1;

	}



	.mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e1.act a, li.e1.act.mob_e1.ifsub {

		color: #a60103 !important;

		font-family: "Aller Bd", arial, sans-serif !important;

	}



	.mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e1.ifsub span, .mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e1.nosub a,

	.mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e2.ifsub span, .mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e2.nosub a,

	.mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e3.nosub a	{

		color: #49413b !important;

		font-family: "Aller Lt", arial, sans-serif !important;

	}

	

	.mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e1.act.ifsub span,	.mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e2.act.ifsub span	{

		color: #a60103 !important;

		font-family: "Aller Bd", arial, sans-serif !important;

	}

	

	.mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e1.ifsub span:hover, .mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e1.nosub a:hover,

	.mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e2.ifsub span:hover, .mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e2.nosub a:hover,

	.mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e3.nosub a:hover	{

		color: #a60103 !important;

		font-family: "Aller Lt", arial, sans-serif !important;

	}

	

	.mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e1.act.ifsub span:hover, .mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e1.act.nosub a:hover,

	.mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e2.act.ifsub span:hover, .mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e2.act.nosub a:hover,

	.mob_hnavi li.mob_act.mob_ifsub ul.mob_ebene1 li.mob_e3.act.nosub a:hover	{

		font-family: "Aller Bd", arial, sans-serif !important;

	}

	

	.mob_ebene1 .mob_e2, .mob_ebene1 .mob_e3 {

		display: none;

	} 

	

	.mob_ebene1 .mob_e2.ifsub {		

		padding: 10px 0;

	} 



	.mob_e1.ifsub.act, .mob_e2.ifsub.act, .mob_hnavi li.ifsub[data-toggled="on"] {

		border-bottom: 1px solid #bdbdbd;

		position: relative;

		padding-left: 3%;

		width: 97% !important;

	}



	.mob_e1.ifsub.act::before, .mob_e2.ifsub.act::before, .mob_hnavi li.ifsub[data-toggled="on"]::before {

		background: url('../../fileadmin/images/navi_pfeil_back_grau.png') left top no-repeat;

		opacity: 1;

		left: 0;

	}

	

	.mob_e1.ifsub.act[data-toggled="off"], .mob_e2.ifsub.act[data-toggled="off"] {

		border-bottom: 0px;

		padding-left: 0;

	}

	

	.mob_e1.ifsub.act[data-toggled="off"]::before, .mob_e2.ifsub.act[data-toggled="off"]::before {

		display: none;

	}

	

	.mob_e1.ifsub.act, .mob_e2.ifsub.act, .mob_e3.ifsub.act {

		display: list-item;

	}

	

	.mob_e1.ifsub.act span, .mob_e2.ifsub.act span {

		color: #a60103;

	}

	

/* NAVIGATION EBENE 1 */

	

	.news-single-rightbox {

		margin-bottom: 20px;

	}



	.jahnschmiede_widget iframe {

		box-shadow: 0 0 10px rgba(0,0,0,0.3);

	}

	

	fieldset.powermail_fieldset {

		width: 100%;

		margin-top: 30px;

	}

	

	fieldset.powermail_fieldset:first-child {

		margin-top: 0px;

	}

	

	fieldset.powermail_fieldset label {

		width: 100%;

		margin-bottom: 5px;

	}

	

	.tx-powermail input.powermail_input, .tx-powermail textarea.powermail_textarea, .tx-powermail input.powermail_date {

		width: 98%;

	}

	

	.tx-powermail select.powermail_select {

		width: 100%;

	}

	

	.tx-powermail label, legend.powermail_radio_legend, legend.powermail_check_legend {

		width: 100%;

	}

	

	.powermail_radio_inner label, .powermail_check_inner label {

		width: auto !important;

	}

	

	.sitemap_item {

		height: 250px !important;

	}

	

	.sitemap_bildbox .sitemap_item h2 {

		font-size: 24px;

	}

	

	#nachoben {

		display: none;

		background: url('../../fileadmin/images/nachoben.png') left top no-repeat;

		height: 40px;

		width: 40px;

		border-radius: 100%;

		position: fixed;

		bottom: 10px;

		left: 50%;

		margin-left: -25px;

		background-size: 100%;

		box-shadow: 0 5px 5px rgba(0,0,0,0.3);

		z-index: 4;

	}

	

	

	.csc-textpic-imagewrap[data-csc-images="6"] .csc-textpic-imagecolumn {

		width: 30%;

		margin-right: 0.5%;

	}

	

}



@media (max-width: 980px) {

	h2, .ansprechpartner h2 {

		font-size: 20px;

	}



	#footer #quicklinks {

		width: 100%;

		margin-bottom: 50px;

	}



	#footer #socialmedia {

		width: 40%;

	}



	#footer #copyright{

		width: 60%;

	}

	

	.jobportal #footer #quicklinks {

		width: 50%;

	}

	

	.jobportal #footer #c-jahn {

		width: 50%;

		text-align: right;

	}

	

	.jobportal #footer #copyright {

		width: 100%;

	}

}



@media (max-width: 920px) { 



	#headerslider .news-latest-item .news-latest-text {

		background: none; 

		box-shadow: none;

		bottom: 50px;

		max-width: 92%;

		padding: 0 0 30px;

	}



	#headerslider .news-latest-item .news-latest-text:after {

		display: none; 

	}

	

	#headerslider .owl-controls {

		left: auto;

		right: 4%;

		bottom: 10px;

	}

	

	#headerslider .news-latest-item:after {

		height: 100%;

		width: 100%;

		background: rgba(0,0,0,0.6);

	}

	

	#headerslider .news-latest-item .news-latest-text .news-latest-subheader a {

		color: #FFFFFF;

		font-size: 14px;

	}

	

	#headerslider .news-latest-item .news-latest-text h2 {

		font-size: 20px;

		color: #FFFFFF;

	}	



	/* #headerslider.bildklein .news_kategorien {

		display: none;

	}	 */

	

	#headerslider .news_kategorien {

		display: none;

	}

	

	#headerslider .owl-controls .owl-dots .owl-dot {

		height: 8px;

		width: 8px;

	}



	.ansprechpartner .csc-default .block > div {

		width: 92% !important;

		padding: 20px 4%;

	}

	

	.ansprechpartner .csc-default .block > div:first-child {

		margin-bottom: 20px;

	}

	

	.sponsoren .csc-textpic-imagerow {

		width: 31%;

	}

	

	.sponsoren .csc-textpic-imagerow:nth-child(4) {

		margin-right: 2%;

		margin-top: 20px;

	}

	

	.sponsoren .csc-textpic-imagerow:nth-child(4n) {

		margin-right: 2%;

	}

	

	.sponsoren .csc-textpic-imagerow:nth-child(3n) {

		margin-right: 0;

	}

	

	.interstitial_banner {

		top: 50px;

		left: 4%;

		width: 92%;

		height: auto;

	}

	

	.interstitial_banner img {

		width: 100%;

		height: auto;

	}

	

	#tx_jobfair-list-th-gueltigVon {

		min-width: 90px;

	}

	

	#tx_jobfair-list-th-gueltigBis {

		min-width: 80px;

	}

	

	th#tx_jobfair-list-th-newJob {

		min-width: 100px;

	}

	

	.jobportal table {

		text-align: left; 

		width: 800px;

	}



	.jahnjobs > .csc-default > .csc-textpic-text > .csc-textpic-text {

		width: 100%;

		max-width:none;

	}



}



@media (max-width: 820px) {



	#lightbox {

		height: 0;

		padding-bottom: 76%;

	}



	#lightbox img {

		max-width: 100%;

		 height: auto;

	}



	#liga {

		max-width: 90px;

	}

	

	#liga img {

		max-width: 100%;

		height: auto;

	}

	

	#sponsorenleiste .csc-textpic-imagerow {

		max-height: 40px;

	} 

	

	#sponsorenleiste .csc-textpic-imagerow img {

		height: 40px;

	}



	#sponsorenbox > div {

		width: 96% !important;

	}

	

	#sponsorenbox > div:first-child {

		margin-bottom: 20px;

	}

	

	.c50l, .c50r, .c33l, .c33r, .c60l, .c40r {

		width: 100%;

		margin-right: 0;

		margin-top: 20px;

	}

	

	.c50l, .c330l:first-child, .c60l {

		margin-top: 0px;

	}

	

	#footer .c33l, #footer .c33r {

		width: 32%;

	}

	

	#footer .c33l {

		margin-right: 2%;

	}

	

	.teamuebersicht .csc-sitemap > ul > li {

		width: 33%;

		margin-top: 20px;

	}

	

	.teamuebersicht .csc-sitemap > ul > li:nth-child(1), .teamuebersicht .csc-sitemap > ul > li:nth-child(2), .teamuebersicht .csc-sitemap > ul > li:nth-child(3) {

		margin-top: 0px;

	}

	

	#inhalt .news-latest-text h2 {

		font-size: 18px;

	}

	

	#inhalt table {

		margin-top: 10px;

	}

	

	.sitemap_item  {

		width: 100% !important;

		margin-right: 0px !important;

	}

	

	.sitemap_bildbox .sitemap_item:nth-child(2) {

		margin-top: 20px !important;

	}

	

	.bg_grau .tx-jfmulticontent-pi1 .c33l:first-child {

		margin-top: 0;

	}

	

	.bg_grau .tx-jfmulticontent-pi1 .c33l:first-child h4:first-child {

		margin-top: 0;

	}

}



@media (max-width: 730px) {

	

	#logo img {

		height: 130px;

		width: auto;

	}



	#ergebnisse, #spielplan, #tabelle {

		width: 88%;

		margin: 0 4% 20px;

	}

	

	/* #tabelle {

		margin-bottom: 50px;

	} */

	

	.teaserbox {

		margin-bottom: 0px !important;

	}

	

	.teaserbox .subcolumns > div {

		width: 96%;

		margin-top: 20px;

	}

	

	.teaserbox:first-child .subcolumns > div:first-child  {

		margin-top: 0px;

		margin-bottom: 0px;

	}



	#poolbanner .werbebanner {

		width: 96%;

		margin: 20px 0 0 0 !important;

	}



	#poolbanner .werbebanner:first-child {

		margin-top: 0px !important;

	}

	

	.u-teaserbox .csc-menu li {

		width: 100%;

	}

	

	.u-teaserbox .csc-menu li:nth-child(2) {

		margin-top: 20px;

	}

	

	h1 {

		font-size: 34px;

	}

	

	.teamuebersicht .csc-sitemap > ul > li {

		width: 50%;

	}

	

	.teamuebersicht .csc-sitemap > ul > li:nth-child(3) {

		margin-top: 20px;

	}

	

	#inhalt iframe.iframe-center {

		height: 300px;

	}
	

	#inhalt iframe.iframe-center.neujahrsempfang {

		height: 700px;

	}

	

	.jobportal .tx-felogin-pi1 {

		max-width: none; 

		left: 0;

		margin-left: 0;

	}

	

	.tx_jobfair-new-content {

		float: left; 

		width: 100%;

	}

	

}



@media (max-width: 650px) {

	#inhalt .news-latest-item {

		width: 100%;

		margin-right: 0 !important;

	}

	

	#inhalt .news-latest-item h2 {

		font-size: 24px;

	}

	

	#inhalt .news-latest-item:nth-of-type(2) {

		margin-top: 20px !important;

	}

	

	#inhalt .statistiken .tx-jfmulticontent-pi1 .stats_table {

		width: 100%;

	}

	

	h1, h2, h3  {

		word-wrap:break-word;

	}

	

}



@media (max-width: 600px) {



	#sidebar {

		padding: 5px 0 0 5px;

	}



	#sidebar .csc-textpic-imagewrap {

		padding: 8px 0 0 15px !important;

		height: 25px;

		width: 25px;

	}



	.slide-in img {

		height: 25px;

		width: auto;

	}

	

	/* #sidebar {

		padding: 5px 0 0 5px;

	} */



	.jobportal #sidebar .csc-textpic-imagewrap {

		padding: 8px 0 0 8px !important;

		height: 44px;

		width: 44px;

	}

	

	.jobportal .slide-in img {

		height: 34px;

		width: 34px;

	}

	

	

	#nav_button {

		width: 80px;

		height: 50px;

	}

	

	#nav_button #menue {

		left: 15px;

		top: 15px;

	}

	

	#nav_button #x {

		left: 25px;

		top: 10px;

	}

	

	#logo img {

		height: 110px;

		width: auto;

	}



	#liga {

		max-width: 80px;

	}

	

	#sponsorenleiste .csc-textpic-imagerow {

		max-height: 35px;

	} 

	

	#sponsorenleiste .csc-textpic-imagerow img {

		height: 35px;

	}

	

	#footer #quicklinks {

		width: 100%;

		margin-bottom: 50px;

	}



	#footer #socialmedia {

		width: 100%;

		margin-bottom: 70px;

	}



	#footer #copyright{

		width: 100%;

		float: left;

		text-align: left;

	}



	#footer #copyright .csc-textpic-imagewrap {

		float: left;

		margin-bottom: 20px;

	}

	

	.mob_hnavi {

		font-size: 14px;

	}

	

	#inhalt .csc-textpic-intext-right .csc-textpic-imagewrap, #inhalt .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, #inhalt .csc-textpic-intext-left .csc-textpic-imagewrap, #inhalt .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {

		width: 100% !important;

		float: left !important;

		clear: both !important;

		display: block !important;

		margin: 0 !important;

		padding: 0 !important;

	}

	

	#inhalt .csc-textpic-intext-right .csc-textpic-text, #inhalt .csc-textpic-intext-right-nowrap .csc-textpic-text, #inhalt  .csc-textpic-intext-left .csc-textpic-text, #inhalt .csc-textpic-intext-left-nowrap .csc-textpic-text {

		width: 100% !important;

		float: left !important;

		clear: both !important;

		display: block !important;

		margin: 0 !important;

		padding: 0 !important;

	}

		

	.sponsoren .csc-textpic-imagerow {

		width: 48%;

		margin-top: 20px !important;

	}

	

	.sponsoren .csc-textpic-imagerow .csc-textpic-imagecolumn {

		margin-top: 0px !important;

	}

	

	.sponsoren .csc-textpic-imagerow:nth-child(3n) {

		margin-right: 2%;

	}

	

	.sponsoren .csc-textpic-imagerow:nth-child(4n) {

		margin-right: 2%;

	}

	

	.sponsoren .csc-textpic-imagerow:nth-child(2n) {

		margin-right: 0;

	}

	

	.ui-accordion .ui-accordion-header {

		font-size: 14px;

	}

	

	

	

	.jobportal #footer #quicklinks {

		width: 100%;

		margin-bottom: 20px;

	}

	

	.jobportal #footer #c-jahn {

		width: 100%;

		text-align: left;

		margin-bottom: 40px;

	}

	

	.tx_jobfair_filter_item {

		width: 100%;

		margin: 10px 0 0 0 !important;

	}

	

	.tx_jobfair .tx_jobfair_row .tx_jobfair_label, .tx_jobfair .tx_jobfair_row .tx_jobfair_text {

		width: 100%;

	}

	

	.tx_jobfair .tx_jobfair_row .tx_jobfair_label {

		margin-bottom: 10px;

	}

}



@media (max-width: 550px) {



	.jahnschmiede_widget iframe {

		width: 100%;

		height: 450px;

	}



}



@media (max-width: 500px) {



	/* responsives Logo in Desktop ausgeblendet - nur deshalb ID */

	#logo #c7 {

		display: none !important;

	}

	

	#logo #c1952 {

		display: block !important;

	}

	

	#logo img {

		height: 60px;

	}

	/* responsives Logo in Desktop ausgeblendet - nur deshalb ID */



	#headerslider.bildklein .news-latest-item .news-latest-text {

		bottom: 30px;

	}

	

	#headerslider.bildklein .owl-controls {

		bottom: 5px;

	}

	

	#superbanner {

		width: 92%;

		padding: 0 4% 0 4%;

	}

	

	#superbanner img {

		padding: 40px 0 15px 0;

	}

	

	.owl-controls .owl-dots {

		margin: 0 0 0 20px;

	}

	

	.ansprechpartner .csc-textpic-imagewrap {

		width: 100%;

		margin-right: 0;

		float: left; 

		clear: both;

	}

	

	.ansprechpartner .csc-textpic-text {

		width: 100%;

		margin: 20px 0 0 0;

		float: left; 

		clear: both;

	}

	

	#footer #quicklinks .subcolumns > div{

		width: 50%;

		margin: 0;

		float: left;

	}

	

	#footer #quicklinks .subcolumns > div li a{

		display: block;

		padding: 2px 0;

	}

	

	h1 {

		font-size: 24px;

		margin-bottom: 20px;

	}

	

	#inhalt .news-single-item h2 {

		font-size: 18px;

	}

	

	h3 {

		font-size: 14px;

	}

	

	h4 {

		font-size: 18px;

	}

	

	.sitemap_bildbox .sitemap_item h2 {

		font-size: 18px !important;

	}

	

	#inhalt .news-detail-img.bilder-eins .bild {

		width: 100%;

	}

	

	#inhalt iframe.iframe-center {

		height: 200px;

	}

	

	.interstitial_banner {

		box-shadow: 0px 0px 0px 5px #fff

	}

	

	.interstitial-banner .banner_close {

		right: -5px;

	}

}



@media (max-width: 460px) {



	.teamuebersicht .csc-sitemap > ul > li {

		width: 100%;

	}

	

	.teamuebersicht .csc-sitemap > ul > li:nth-child(2) {

		margin-top: 20px;

	}

}



@media (max-width: 400px) {

	

	/* #logo img {

		height: 80px;

	} */

	

	#sidebar {

		display: none; 

	}

	

	.jobportal #sidebar {

		display: block; 

	}

	

	#nav_button {

		width: 90px;

		font-size: 16px;

	}

	

	#nav_button #menue {

		top: 16px;

		left: 23px;

	}

	

	#nav_button #x {

		width: 25px;

		height: 25px;

		left: 32px;

	}

	

	#headerslider.bildklein .news-latest-item .news-latest-text h2 {

		font-size: 18px;

	}

	

	/* #footer #quicklinks .subcolumns > div{

		width: 100%;

		clear: both;

	} */

	

	.u-teaserbox .csc-menu li {

		font-size: 16px;

	}

	

	#sponsorenbox h3 {

		font-size: 16px;

	}

		

	#inhalt .news-latest-item h2 {

		font-size: 18px;

	}

	

	.sponsoren .csc-textpic-imagerow {

		width: 100%;

		margin-right: 0px !important;

	}

	

	.teaserbox .subcolumns > div h2 {

		max-width: 85%;

	}

	

	.form-horizontal .tx_jobfair-new-content > input.submit, .form-horizontal .tx_jobfair-edit-content > input.submit {

		width: 100% !important;

		margin-bottom: 10px;

	}

	

}
.tx-kesearch-pi1 {
    font-family: 'Aller Rg', arial,sans-serif;
	font-size:14px;
}

/* Clearer */
.tx-kesearch-pi1 .clearer {
    display: block;
    height: 1px;
    line-height: 1px;
    clear: both;
}

/* formElements */
.tx-kesearch-pi1 form{
    border: 0 none;
    margin: 0 0 20px 0;
}
.tx-kesearch-pi1 form fieldset{
	margin:0;
	padding:0;
}
.tx-kesearch-pi1 .kesearch_searchbox {
	border:none;
	max-width: 300px;
}
.tx-kesearch-pi1 input[type="text"],
.tx-kesearch-pi1 select,
.tx-kesearch-pi1 textarea{
    padding: 0.3em 0.3em 0.3em 0.4em;
    background: white;
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #2b2b2b;
}
.tx-kesearch-pi1 input[type="text"]:focus,
.tx-kesearch-pi1 input[type="text"]:hover,
.tx-kesearch-pi1 select:focus,
.tx-kesearch-pi1 select:hover,
.tx-kesearch-pi1 textarea:focus,
.tx-kesearch-pi1 textarea:hover{
    box-shadow: 0 0 3px #bbbbbb;
    border: 1px solid #b2b2b2;
    color: #000;
}

/* Buttons */
a.kesGreyButt,
span.resetbutt a,
span.submitbutt input,
input.kesGreyButt,
span.kesGreyButt{
    padding: 5px 10px;
    margin: 0 10px 10px 0;
	display: block;
    cursor: pointer;
	min-width:70px;
	max-width:140px;
    -moz-user-select: none;
    background-color: #e3000f;
    border: 0px;
    /*border-radius: 2px; */
    color: #FFF;
    cursor: default;
    /* font-family: arial,sans-serif; */
    font-size: 14px;
    /* font-weight: bold; */
    text-align: center;
    text-decoration: none;
	-webkit-appearance: none;
}

span.submitbutt input,
input.kesGreyButt,
span.kesGreyButt{
}

/* fix firefox button size (line-height is not working in firefox submit button)*/
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
li.checkboxButtonSubmit span,
span.submitbutt input,
input.kesGreyButt[type="submit"]{
	min-width:169px;
	max-width:220px;
}

span.resetbutt {
	float:left;
}

span.resetbutt a:hover,
span.submitbutt input:hover,
input.kesGreyButt:hover,
span.kesGreyButt:hover{
    /* color:#FFF; */
    text-decoration: none;
    cursor: pointer;
    background: #a60103;

	/* background-color: #f8f8f8;
    background-image: -moz-linear-gradient(center top , #f8f8f8, #f1f1f1); */
    border: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

span.resetbutt a {
	background: #a9a39b !important;
}

span.kesGreyButt a{
    text-decoration: none;
    color:#444;
    text-shadow: 0px 1px 0px #ffffff;
}
span.kesGreyButt a:hover{
    text-decoration: none;
    color:#000;
    text-shadow: 0px -1px 0px #ffffff;
}
/* buttFixes */
#kesearch_filters .list li.checkboxButton,
#kesearch_filters .list li.checkboxButtonSubmit{
    text-decoration: none !important;
    padding-bottom: 5px;
}
#kesearch_filters .list li.checkboxButtonSubmit{ margin-bottom: 1px;}
#kesearch_filters .list li.checkboxButtonSubmit{ padding-bottom: 0;}

/* SearchBox */
div.kesearchbox{
    position: relative;
    height: 35px;
    margin: 0 0 10px 0;
}
#ke_search_sword {
    position: absolute;
    top: 1px;
    width: 96%;
    height: auto;
    padding: 10px 2% 9px;
    margin: 0;
    display: inline;
}
#kesearch_submit{
    position: absolute;
    top: 5px;
    right: 2%;
    height: 28px;
    width: 28px;
    border: 0 none;
    padding: 0;
}
#kesearch_submit:focus,
#kesearch_submit:hover{
    box-shadow: 0 0 0 white;
    border: 0 none;
    cursor: pointer;
}

/* Filters */
#kesearch_filters div.textlinks {
	margin:0 0 20px 0;
}
#kesearch_filters select {
    min-width: 180px;
    max-width: 270px;
    margin: 0 0 10px 0;
}
#kesearch_filters .list {
    margin-bottom: 10px;
}
#kesearch_filters .list .head {
    display:block;
    border: 1px solid #CFCFCF;
    padding: 5px;
}
#kesearch_filters .list ul {
    padding: 10px;
    margin: 0;
    border: 1px solid #cfcfcf;
    border-top: 0 none;
    list-style-type:none;
}
#kesearch_filters .list ul.expanded { display:block; }
#kesearch_filters .list ul.closed { display:none; }
#kesearch_filters .list li {
    display:block;
    list-style-type:none;
    margin:0 0 10px 0;
    line-height:16px;
    color: #444;
}
#kesearch_filters .list li a{
    color: #444;
}
#kesearch_filters .list li:hover,
#kesearch_filters .list li a:hover{
    text-decoration: none;
    color: #444;
    cursor: pointer;
}
#kesearch_filters .list li.selected { font-weight: bold; }
#kesearch_filters .list li.parent0,
#kesearch_filters .list li.level0 { margin-left: 14px; }
#kesearch_filters .list li.parent1,
#kesearch_filters .list li.level1 { margin-left: 21px; }
#kesearch_filters .list li.parent2,
#kesearch_filters .list li.level2 { margin-left: 28px; }
#kesearch_filters .list li.parent3,
#kesearch_filters .list li.level3 { margin-left: 35px; }
#kesearch_filters .list li.parent0,
#kesearch_filters .list li.parent1,
#kesearch_filters .list li.parent2,
#kesearch_filters .list li.parent3 {
    font-weight: bold;
    list-style-position: outside;
}

/* Checkboxes */
#kesearch_filters .list ul.checkboxList{ padding-bottom: 1px; }
#kesearch_filters .list li.optionCheckBox {
    float: left;
    width: 200px;
    text-decoration: none;
    margin-bottom: 4px;
}
#kesearch_filters .list li.optionCheckBox input[type="checkbox"]{
    float: left;
    margin: 0 5px 0 0;
}
#kesearch_filters .list li.clearer {
    font-size: 0;
    line-height: 0;
    float: none;
    margin: 0 !important;
}
#kesearch_filters label{
    display:block;
    font-weight:bold;
    color: #353535;
    margin:0 0 4px 0;
}
#kesearch_filters .list li.region {
    font-weight: bold;
    margin-top: 5px;
}
#kesearch_filters .list li.noclick { cursor: default !important; }
#kesearch_filters .list li.country { margin-left: 7px; }

/* SPECIAL CSS CLASS */
#kesearch_filters .small {
    display:block;
    height: 65px;
    max-height: 65px;
    overflow-y: auto;
    overflow-x: hidden;
}
#kesearch_filters .larger {
    display:block;
    height: 130px;
    max-height: 130px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* multiselectPage */
.tx-kesearch-pi1 .multiselect .multi-option {
    float: left;
    width: 200px;
    margin: 0 0 5px 0;
}
.tx-kesearch-pi1 .multiselect .multi-option input[type="checkbox"]{
    float: left;
    margin: 0 5px 0 0;
}
.tx-kesearch-pi1 .multiselect label {
    font-weight: normal;
    padding: 0 10px 0 0;
    float: left;
}
.tx-kesearch-pi1 .multiselect .multiselectButtons{ padding: 10px 0 0 0; }
.tx-kesearch-pi1 .multiselect .last { /* ???? */ }

/* Results */
#kesearch_num_results{
	color:#898989;
	max-width:150px;
	float:left;
}

#kesearch_results .result-list-item{
	clear:both;
    margin: 20px 0 30px 0;
    padding: 0;
}
#kesearch_results .result-list-item .result-number,
#kesearch_results .result-list-item .result-title {
	font-size:18px;
}
#kesearch_results {
	clear:both;
	margin-top:20px;
}
#kesearch_results .result-list-item .result-teaser {
	color:#707070;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item-type-page { }
.tx-kesearch-pi1 #kesearch_results .result-list-item-type-tt_news { }

.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
    float:left;
    margin-top:2px;
    margin-right:5px;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: #e3000f;
    font-family: 'Aller Bd', arial, sans-serif;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info {
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar {
    border: 1px solid #D3D3D3;
    display: block;
    float: right;
    height: 10px;
    width: 48px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar .score {
    background-color: #D3D3D3;
    border: 1px solid #898989;
    display: block;
    height: 10px;
    margin: -1px 0 0 -1px;
}

/* Query time */
.tx-kesearch-pi1 #kesearch_query_time {
    font-style: italic;
    text-align: center;
    font-size: 80%;
}

/* Searchbox */
.tx-kesearch-pi1 .searchbox {
    margin-bottom: 5px;
}
.tx-kesearch-pi1 .searchbox input {
    margin-left: 0;
    width: 145px;
}
.tx-kesearch-pi1 .searchbox input.submit {
    width: 18px;
    height: 18px;
    border: none;
    background: none;
    vertical-align: middle;
}
.tx-kesearch-pi1 form.static .searchbox input.submit {
    margin-top: -16px;
}
.tx-kesearch-pi1 form.ajax .searchbox input.submit {
    margin-top: -4px;
}
.tx-kesearch-pi1 .searchbox .search_input {
    float:left;
    margin-right: 5px;
}

/* General Message */
.tx-kesearch-pi1 .general-message {
    padding: 5px;
}
.tx-kesearch-pi1 .general-message .image {
    float:left;
    vertical-align: middle;
    margin-right: 10px;
}

/* Pagebrowser */
.kesearch_pagebrowser ul {
    display: inline;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
.kesearch_pagebrowser ul li {
    list-style-type: none;
    display: inline;
    margin: 0;
	background: none; 
	padding: 0;
}
#kesearch_pagebrowser_top,
#kesearch_pagebrowser_bottom {
    text-align: center;
    word-wrap: break-word;
    font-size: 12px;
    color:#707070;
}
#kesearch_pagebrowser_top .pages_total,
#kesearch_pagebrowser_bottom .pages_total{
    display: block;
	float: left; 
	clear: both;
	background: #f5f5f5;
	width: 96%;
	padding: 10px 2%;
	text-align: center;
	font-size: 14px;
}

/* #kesearch_pagebrowser_top .pages_total { border-bottom: 1px dashed #707070; }
#kesearch_pagebrowser_bottom .pages_total { border-top: 1px dashed #707070; } */
#kesearch_pagebrowser_top div.result_txt,
#kesearch_pagebrowser_bottom div.result_txt{
    margin: 0 0 5px 0;
}
#kesearch_pagebrowser_top .kesearch_pagebrowser,
#kesearch_pagebrowser_bottom .kesearch_pagebrowser { margin: 0 auto 0; }

#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a { padding: 3px; }
#kesearch_pagebrowser_top a:hover,
#kesearch_pagebrowser_bottom a:hover { cursor:pointer; }
#kesearch_pagebrowser_top a.current,
#kesearch_pagebrowser_bottom  a.current {
   font-weight: bold;
   color:#000;
   text-decoration:none;
}
#kesearch_pagebrowser_top .browser,
#kesearch_pagebrowser_bottom .browser{
    border:1px solid;
}
.tx-kesearch-pi1 .next,
.tx-kesearch-pi1 .prev {
    display:inline-block;
    width:24px;
    height:29px;
    color:transparent;
    text-decoration:none;
	overflow:hidden;
}
.tx-kesearch-pi1 .next{background: transparent url('../../fileadmin/format/img/arrow-next.gif') no-repeat left 0;}
.tx-kesearch-pi1 .prev{background: transparent url('../../fileadmin/format/img/arrow-prev.gif') no-repeat right 0;}
.tx-kesearch-pi1 a.next,
.tx-kesearch-pi1 a.prev{
    display:inline-block;
    width:24px;
    height:29px;
    color:transparent;
    text-decoration:none;
    padding:0 !important;
    margin:0 0 -10px 0;
}

/* Ordering */
.tx-kesearch-pi1 #kesearch_ordering span.down {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: #FF0000 transparent;
    border-style: solid solid none;
    border-width: 4px 4px 0;
}
.tx-kesearch-pi1 #kesearch_ordering span.up {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent transparent #FF0000;
    border-style: none solid solid;
    border-width: 0 4px 4px;
}
.tx-kesearch-pi1 #kesearch_ordering div.ordering {
	float:right;
	max-width:300px;
}
.tx-kesearch-pi1 #kesearch_ordering ul {
    display: inline-block;
    height: 20px;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
}
.tx-kesearch-pi1 #kesearch_ordering ul li {
    float: left;
    margin-right: 10px;
}
.tx-kesearch-pi1 #kesearch_ordering div.clearer {
    clear: left;
}
/* needed for autocomplete */
ul.ui-autocomplete li a {
	font-size: 12px;
}



/* --- ANPASSUNGEN --- */

.tx-kesearch-pi1 {
    font-family: 'Aller Rg', arial,sans-serif;
    font-size: 14px;
}

#ke_search_sword  {
    width: 96%;
    padding: 10px 2%;
    border-radius: 0;
	font-family: 'Aller Rg', arial, sans-serif;
    font-size: 14px;
}

#kesearch_submit {
	left: auto !important;
	right: 2%;
	height: 34px;
    width: 34px;
	top: 3px;
}

a.kesGreyButt, span.resetbutt a, span.submitbutt input, input.kesGreyButt, span.kesGreyButt {
	background: #e3000f;
	border: 0px;
	border-radius: 0;
	color: #FFF;
    font-family: 'Aller Rg', arial,sans-serif;
    font-size: 14px;
	font-weight: normal;
	padding: 8px 15px; 
	min-width: auto;
	max-width: none;
	transition: background 0.5s ease;
	text-transform: uppercase;
}

span.resetbutt a:hover,
span.submitbutt input:hover,
input.kesGreyButt:hover,
span.kesGreyButt:hover {
	background: #a60103;
}

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

.submitbutt {
	float: right;
}

.submitbutt input {
	margin: 0 0 10px 0 !important;
}

/* --- ANPASSUNGEN --- */