/* mobile.css - 07.04.2021 */

/* Anpassungen */
.img-responsive {display: block;max-width: 100%;height: auto;}
.img-rounded {border-radius: 6px;}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.img-circle {border-radius: 50%;}

.embed-responsive {position: relative;display: block;height: 0;padding: 0;overflow: hidden;}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive-4by3 {padding-bottom: 75%;}



/* Small devices max-widht:400px ---------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 400px) {

#mainMenu .image-title {font-size:12px;}
.ueberschrift {font-size:0.9em;}

}

/* Small devices (tablets, 768/16 and up) ------------------------------------------------------------------------------------- */
@media only screen and (min-width: 600px) {
	body {
		background-image: none;
		/*background-color: #ce0030;*/
	}

	
	#logo {
		margin: 0;
		width: 30%;
	}
	
	#logo a { 
		margin: 0;
		width: 27%;
		height: 50px;
	}
	
	#searchForm {
		display: block;
	}
	
	#frontpageColRight .moduletable .moduletableHeadline .iconHeadline,
	#col2 .iconHeadline {
		display: block;
		background-image:url(/bilder/1308891989/1308891989-1491571786-iconModultableHeadline.png);
		background-repeat: no-repeat;
		background-position: left top;
		height: 57px;
		width: 68px;
		position: relative;
		float: left;
	}

	#iconHeader {
		display: block;
		margin: -1em 0.3em;
	}
	
	#frontpageColRight,
	#frontpageColLeft {width: 48%;}
	#frontpageColRight1 {width: 28%;}
	#frontpageColLeft1 {width: 68%;}
	#frontpageColLeft {float: left;}
	#frontpageColRight {float: right;}
	
	.newsContent {width: 100%;}
	.newsContent article {min-height: 0;}
	
	#nextMatches {
		width: 100%;
		position: relative;
		margin: 1em auto;
	}
	
	#nextMatches .matchTable {
		float: left;
		display: block;
		margin-left: 7.3%;
		width: 45%;
		box-shadow: 4px 5px 8px #dadada;
		position: relative;
	}
	
	#nextMatches .matchTable:first-child,
	#nextMatches .matchTable:nth-child(3) {
		margin-left: 0;
	}
	
	#nextMatches .matchTableBgRight,
	#nextMatches .matchTableBgLeft {
		background-image: url(/bilder/1308891989/1308891989-1491915251-bgMatchTable.png);
		background-repeat: no-repeat;
		width: 25px;
		height: 39px;
		position: absolute;
		top: -12px;
	}
	
	#nextMatches .matchTableBgRight {right: 3px;}
	#nextMatches .matchTableBgLeft {left: 3px;}

	table.jsm_nextmtable {margin-top: -0.7em;}
	
	.listingItems > ul {margin-left: -5%}
	
	.listingItems > ul > li {
		float: left;
		display: block;
		width: 45%;
		margin-left: 5%;
	}
	
	button[type="reset"] {display: block;}
	button[type="submit"] {margin-left: 0;}
	button {
		width: 45%;
		float: left;
		margin-left: 10%;
	}
	
	.profilListing > ul > li {
		float: left;
		margin-left: 11.6%;
		width: 36%;
	}
	
	.profilListing > ul {margin-left: -14%;}
	
	#ce-map-submit {margin-left: 0;}
	
	.errorPage .footerCol1 {
		position: relative;
		margin: 0 auto;
		width: 55%;
	}
	
	.errorPage .footerCol1 p {
		float: left;
		margin-left: 2em;
	}
	
	.listingItemsRows > ul > li .image {
		width: 20%;
		float: left;
	}
	
	.listingItemsRows > ul > li .image + .description {
		float: right;
		width: 78%;
		margin-left: 2%;
	}
	
	.tableList.matchCalendar td.awayImage,
	.tableList.matchCalendar td.homeImage {
		min-width: 40px;
	}
	
	.boxListingImages {overflow: hidden;}
	
	.boxListingImages > li {
		width: 45.60%;
		float: left;
	}
	
	.boxListingImages > li > img {max-width: 90%;}
	.sigplus-gallery > ul > li {width: 50%;}
	
}




/* Small devices (tablets, 768/16 and up)--------------------------------------------------------------------------------  */
@media only screen and (min-width: 768px) {
	/*
	body {
		background-image: none;
		background-color: green;
	}
	*/
	
	#header {height: 85px;}
	#socialIcons {width: 646px;margin:	0 auto;}
	#socialIcons ul li {display: block;float:left;}
	#mainMenu > ul {
		/*margin-left: 11em;*/
		margin-left: 15em;
	}
	
	#mainMenu {margin-top:0;}
	
	#partnerFooter .partnerFooterContent {
		width: 19%;
		float: left;
		margin-left: 2.5em;
		display: block;
	}
	
	#partnerFooter .partnerFooterContent:first-child {margin-left: 0;}
	
	.itemReadMore > span {
		background-image: url(/bilder/1308891989/1308891989-1491915303-buttonReadmore.png);
		background-position: right center;
		background-repeat: no-repeat;
		display: inline-block;
		width: 261px;
	}
	
	.newsContent header {min-height: 30px;}
	
	#footerContent > ul > li {
		display: block;
		float: left;
		width: 47%;
		padding-left: 6%;
		min-height: 333px;
		
	}
	
	#footerContent > ul > li.footerCol1 {
		background-image: none;	
		float:none;
		width: 100%;
	}

	#footerContent > ul > li.footerCol2 {
		margin-left: 0;
		background: none;
	}

	#footerContent > ul > li.footerCol3 {
		background-image: url(/bilder/1308891989/1308891989-1491915360-seperatorFooter.png);
		background-position: left center;
	}
	
	#col2 .moduletable {
		float: left;
		display: block;
		margin-left: 5%;
		width: 40%;
	}
	
	#col2 {margin-left: -5%;width: 106.5%;}
	
	.fullwidthbanner-container { margin-bottom: 0.5em !important;}
	
	#wrapperProfil {width: 100%;text-align: center;}
	
	.itemProfil {
		float: left;
		display: block;
		margin: 0 0 4% 12%;
	}
	
	.profilListing > ul > li {margin-left: 5%;width: 26%;}
	.profilListing > ul {margin-left: -5.5%;}
	
	#ce-map-submit {float: left;width: 28%;}
	
	#ce-map-cpanel > form > fieldset > div > input {
		width: 70.5%;
		float: left;
		margin-right: 0.5em;
	}
		
	#mainErrorImage {display: block;}
	
	.errorPage #col1 h1 {margin-bottom: 0;	font-weight: 600;}
	.errorPage #col1 .errorLink {
		font-size: 1.7em;
		position: relative;
		top: 2em;
		width: 33%;
	}
	.errorPage #header {height: 117px;}
	.errorMessageWrapper {
		background-image:url(/bilder/1308891989/1308891989-1491915413-errorBg.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		width: 100%;
		height: 590px;
		width: 85%;
		margin: 0 auto;
	}
  .errorPage #col1 {
		width: 100%;
		top: -4em;
		text-align: left;
	}
	
	.boxListingImages > li > img {max-width: 100%;}
	
}



/* Medium devices (desktops, 992/16 and up) --------------------------------------------------------------------------------------- */
@media only screen and (min-width: 992px) {
	/*
	body {
		background-image: none;
		background-color: red;
	}
	*/
	
	.boxRight p {
		background-color: #ce0030;
		border: 1px solid #e0e0e0;
		padding: 0.5em;
		text-align: center;
		margin-top: 1.5em;
	}
	
	.boxRight p > a {
		color: #fff;
		font-weight: normal;
		font-size: 1.2em;
		line-height: 1.5em;
		font-family: "Alegreya Sans",sans-serif;
	}
	
	#iconHeader {display: none;}
	#iconHeader1024 {display: block;}
	
	#logo {
		margin: 0;
		width: 20%;
		position: absolute;
	}
	
	#logo a {
		margin:0;
		height: 284px;
	}
	
	#mainMenu > ul > li {width: 24%;}
	
	#socialIcons {
		width: 40%;
		float: left;
		display: block;
	}
	
	
	#socialIcons ul li {
		width: 56px;
		overflow: hidden;
		position: relative;
		margin-left: 15%;
		border-radius: 8px;
	}
	
	#socialIcons img {
		height: 50px;
		max-width:none;
	}
	
	#searchForm {
		width: 60%;
		float: right;
		margin-top: 1.1em;
	}

	
	#partnerHeader .banneritem:first-child {margin-left: 0;}
	
	#partnerHeader {
		width: 100%;

		display: inline-block;
		position: absolute;
		top: 24px;	
	}
	
		
	#partnerHeader .bannergroup {
		left: 6em;
		margin: 0 auto;
		position: relative;
		width: 75%;
	}
	
	#partnerHeader .banneritem {
		width: 19.5%;
		margin-left: 2.7em;
	}

		
	#footerContent > ul > li.footerCol1 {
		float: left;
	}
	
	#footerContent > ul > li.footerCol1,
	#footerContent > ul > li {
		width: 28.6%;
	}
	
	#footerContent > ul > li.footerCol2 {
		background-image: url(/bilder/1308891989/1308891989-1491915360-seperatorFooter.png);
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 6%;
		padding-right: 2%;
		}

	.listingItems > ul > li {width: 45%;}
	
	#col1 {width: 67%;float: left;margin-top: 3em;}

	
	#col1 header > h1 {
		background-image:url(/bilder/1308891989/1308891989-1491915481-seperatorTitle.png);
		background-repeat: no-repeat;
		background-position: center center;	
	}
	
	#col1 header > h1 > span {
		background-color: #fff;
		margin-left: 2.8em;
		padding: 0 0.5em;
		display: inline-block;
		line-height: 1.2em;
	}
	
	#col2 {
		float: right;
		width: 30%;
		margin-right: -0.6em;
		margin-top: 4em;
	}
	
	#col2 .moduletable {
		float: none;
		margin-left: 0;
		width: 87%;
	}
	
	#col2 .moduletable,
	#frontpageColRight .moduletable {
		padding: 4%;
	}
	
	#frontpageColRight .moduletable .moduletableHeadline > span,
	#col2 .moduletableHeadline > span {
		left: 0;
	}
	
	#col2 .moduletableHeadline {background-image: none;}
	
	.breadcrumbs {display: block;margin-top: 0.5em !important;}
	.breadcrumbs > ul > li {
		background-image:url(/bilder/1308891989/1308891989-1490961177-arrowBreadcrumb.png);
		background-repeat: no-repeat;
		background-position: center right;
		list-style: none;
		margin: 0;
		float: left;
		display: block;
		padding-left: 0.7em;
		padding-right: 1.5em;
		font-size: 0.9em;
	}
	
	.breadcrumbs > ul > li.last {background-image: none;}
	.breadcrumbs > ul > li.active {background-image:none;}
	.breadcrumbs span {position: relative;top: -0.06em;}
	.breadcrumbs > ul {margin-left: 0;padding-left: 0;position: absolute;}
	.breadcrumbs > ul > li:first-child {padding-left: 0;}
	
	body.frontPage #col1 {
		width: 100%;
		position: relative;
		top: 1em;
	}
	
	#wrapperProfil ul {margin-left: -12%;}
	
	.profilListing > ul > li {
		margin-left: 5.4%;
		width: 25.6%;
	}
	
	#ce-map-submit {width: 27%;}
	
	#ce-map-cpanel > form > fieldset > div > input {width: 70.6%;}
	
	.errorPage #logo {top: 0.5em;}
	.errorPage #header {height: 30px;}
	.errorMessageWrapper {text-align: left;height: 503px;}
	.errorPage .footerCol1 {width: 55%;}
}
/* Medium devices (desktops, 1200/16 and up) --------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
	.sigplus-gallery > ul > li {
		width: 33%;
	}
}


/* Large devices (large desktops, 1300/16 and up) ----------------------------------------------------------------------------------- */
@media only screen and (min-width: 1300px) {
	/*
	body {
		background-image: none;
		background-color: yellow;
	}
	*/
	
	#main {position: relative;top: -3em;}
	
	
	#iconHeader {
		display: block;
		margin: -1em 0.7em;
		float: right;
	}
	
	#iconHeader1024 {display: none;}
	
	
	.breadcrumbs {width: 100%;}
	
	.errorPage #col1 {top: 0;}
	.errorMessageWrapper {top: 3em;}
	
	#mainErrorImage {top: -9em;}
		
	.errorPage #col1 .errorLink {left: 4.3em;top: 2em;}
	.errorPage #partnerHeader {left: 2em;}
	.errorPage #mainMenu > ul > li {width: 11.5%;}
	
	#iconHeader .contentIconTop {width: 100%;}
	
	#logo a {width: 19%;height: 168px;}
		
	li div.dj-subcol {
		float: left;
		display: block;
	}
	
		
	.sliderOverlay {
		background-image:url(/bilder/1308891989/1308891989-1491915650-sliderOverlay.png);
		background-repeat: no-repeat;
		background-position: center;
		bottom: 0;
		height: 100%;
		left: 0;
		max-height: 211px;
		position: absolute;
		width: 100%;
		z-index: 450;
	}
	
	#frontpageColRight .moduletable .moduletableHeadline,
	#col2 .moduletableHeadline {
		background-image:url(/bilder/1308891989/1308891989-1490961099-seperatorModultableHeadline.png);
	 }
	
	#mainMenu {
		height: 28px;
		padding-right: 3.1em;
		left: -1.5em;
	   /* left: -3.0em;*/
		position: relative;
	}
	
	#mainMenu ul.dj-submenu {
		display: block;
	}
	
	#mainMenu > ul > li {
		margin-bottom: 0;
		margin-top: -1.4em;
		width: 11.9%;
		background-image:url(/bilder/1308891989/1308891989-1491572096-seperatormainMenu1300px.png) !important;
		background-repeat: no-repeat;
		background-position: left 29px;
	}
	
	#mainMenu ul {top:-1em;left: 3em;}
	
	.dj-submenu .image-title {background-image: none;}
		
		
	#mainMenu .image-title:first-child {background-image: none;}
	
	#mainMenu .dj-subwrap {
		position: absolute;
		z-index: 500;
		font-size: 0.9em;
		text-align: left;
		background-color: #f4f4f4;
		/*border: 8px solid transparent;*/
		border: 2px solid transparent;
		-webkit-border-image: url(/bilder/1308891989/1308891989-1491572300-mainMenuBorder.png) 30 30 round; /* Safari 5 */
		-o-border-image: url(/bilder/1308891989/1308891989-1491572300-mainMenuBorder.png) 30 30 round; /* Opera 10.5-12.1 */
		border-image: url(/bilder/1308891989/1308891989-1491572300-mainMenuBorder.png) 30 30 round;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.6);
		top: 6em;
		margin-left: -5em;
	}
	
	#mainMenu .dj-subwrap.multiple_cols {left: -18em;}
	
	.mainMenu {min-height: 116px;}
	
	#mainMenu .dj-subwrap-in {
		margin-left: -1em;
		margin-top: 1em;
	}
	
	#mainMenu > ul > li:hover .subMarker {
		display: block;
		background-image: url(/bilder/1308891989/1308891989-1491572490-subMenuArrow.png);
		background-repeat: no-repeat;
		width: 685px;
		height: 33px;
		position: relative;
		z-index: 900;
		top: 0;
		margin-top: 0.9em;
		margin-left: 3.5em;
	}
	
	#mainMenu .dj-subwrap.multiple_cols .dj-subcol {
		background-image: url(/bilder/1308891989/1308891989-1491572560-seperatorSubMenu.png);
		background-repeat: no-repeat;
		background-position: left top;
		min-height: 194px;
	}
	
	#mainMenu .dj-subwrap.multiple_cols .dj-subcol:first-child {
		background-image: none;
	}
	
	#mainMenu .dj-subwrap.multiple_cols .dj-subcol li.itemid126 {
		background-image: none;
	}
	
	#mainMenu > ul > li:hover > .dj-subwrap {
		display: block;
	}

	#mainMenu .dj-subtree {
		margin: 1em 0;
	}
	
	#mainMenu .dj-subtree li {
		border-bottom: 0;
		border-top: 0;
	}

	#mainMenu .dj-subwrap ul li {
		border-bottom: 1px solid #e1e1e1;
		border-top: 1px solid #ffffff;
		/*width: 92%;*/
	}
	
	#mainMenu .dj-subwrap ul li.last {
		border-bottom: 0;
	}
	
	#mainMenu .dj-subwrap ul li:first-child {
		border-top: 0;
	}
	
	#mainMenu .dj-subcol {
		margin-bottom: 1em;
	}

	#mainMenu .dj-submenu li a 
	
	{
		background-image: url(/bilder/1308891989/1308891989-1490961177-arrowBreadcrumb.png);
		background-repeat: no-repeat;
		background-position: left 6px;
		padding-left: 1em;
	}
	
 #mainMenu .dj-subtree > li a {
		background-image: url(/bilder/1308891989/1308891989-1490961177-arrowBreadcrumb.png);
		background-repeat: no-repeat;
		background-position: left 6px;
		padding-left: 1em;
	}
	
	#mainMenu .dj-submenu li a.dj-more {
		background-image: none;
	}
	
	#mainMenu .dj-submenu img {
		display: none;
	}

	
	#mainMenu .dj-submenu li,
	#mainMenu .dj-subtree > li {
		padding: 0.5em 0;
	}
	
	
	#mainMenu .dj-submenu a:hover,
	#mainMenu .dj-subtree > a:hover {
		color: #ad422d;
		background-image: url(/bilder/1308891989/1308891989-1490961142-arrowBreadcrumbActive.png);
	}
	
	
	#mainMenu .dj-submenu .image-title {
		display: inline-block !important;
	}
	
	#mainMenu .dj-submenu .dj-more-active:hover,
	#mainMenu .dj-submenu .dj-more-active {
		font-weight: bold;
		background-image: none;
	}
	
	#mainMenu .dj-subtree > li.first {
		border-top: none;
	}

	#mainMenu .dj-more {
		font-weight: bold;
		margin: 1em 0;

		background-image: none;
	}
	
	#mainMenu .dj-submenu .parent {
		background-image: none;
	}
	
	#mainMenu .dj-subwrap a {
		color: #101010;
	}
	
	.triangle-l,
	.triangle-r {
		position: absolute;
		top: 25px;
		height: 50px;
		width: 27px;
		z-index: -1; /* displayed under the infobox */
		background-repeat: no-repeat;
	}
	
	.triangle-l {
		left: -24px;
		background-image: url(/bilder/1308891989/1308891989-1491572791-mainMenuTriangleLeft.png);
	}
	
	.triangle-r {
		right: -25px;
		background-image: url(/bilder/1308891989/1308891989-1491573000-mainMenuTriangleRight.png);
	}
	
	
	#partnerHeader {
		 width: 85%;
		 top: 12px;
	}
	
	#partnerHeader .bannergroup {
		left: 9em;
	}
	
	#socialIcons {
		width: 73.5%;
	}
	
	#socialIcons ul li {
		width: 29.6%;
		margin-left: 4.8%;
	}
	
	#socialIcons img {
		height: auto;
	}
	
	#searchForm {
		width: 20%;
		margin-right: 2%;
	}
	
	
	#nextMatches {
		width: 100%;
		margin: 0em 0 2em 0;
	}
	
	#nextMatches .matchTable:first-child {
		margin-left: 0;
	}
	
	#nextMatches .matchTable:nth-child(3),
	#nextMatches .matchTable {
		margin-left: 3.7%;
	}
	
	#nextMatches .matchTable {
		width: 22%;
	}
	
	.partnerFooterContent {
		display: block;
		background-color:#393;
		width: 15%;
	}
	
	.newsContent time {
		display: block;
		float: right;
		position: relative;
		width: 70px;
		padding: 0 2%;
		top: 0.9em;
		background-color: #c2c2c2;
	}
	
	.newsContent time {
		top: 1.6em;	
	}
	
	.newsContent time {
		font-size: 0.6em;
		font-weight: 500;
	}
	
	.newsContent header {
		width: 75%;
	}
	
	.breadcrumbs {
		padding-left: 20.5em;
	}
	
	
	#wrapperProfil ul {
		margin-left: -10%;
	}
	
	.itemProfil {
		margin-left: 9%;
	}
	
	#searchForm form input[type="text"] {
		width: 104.8%;
	}
	
	#searchForm .searchContainer input[type="submit"] {
		right: -6px;
	}
	
	
	.profilListing > ul > li {
		margin-left: 2.4%;
		width: 20.3%;
	}
	
	.profilListing > ul {
		margin-left: -2.5%;
	}
	
	.errorMessageWrapper {
		text-align: left;
		width: 85%;
		height: 395px;
	}
	
	.errorPage .footerCol1 {
		width: 35%;
	}
	
	.boxListingImages {
		margin-bottom: 1em;
	}
	
	.boxListingImages > li {
		width: 32%;
		margin: 0.5%;
	}
}


@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.newsContent .description,
	.newsContent time,
	.newsContent footer,
	#searchForm .searchContainer input[type="text"],
	.footerContent {font-size: 0.7em;}	
	#pageMargin {font-size: 1em;}
	
	h1 {font-size: 2em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 1.2em;}
	h4 {font-size: 1em;}
	h5 {font-size: 1em;}

}





