html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* Paul Irish said:; http://www.paulirish.com/2012/box-sizing-border-box-ftw */ 
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
/********************************************************/
/** end reset.css                                    ****/
/********************************************************/

/***************************************************************************************************************************************************
****************************************************************************************************************************************************
************                                        ************************************************************************************************
************   BASICS                               ************************************************************************************************
************                                        ************************************************************************************************
****************************************************************************************************************************************************
****************************************************************************************************************************************************
****************************************************************************************************************************************************
***************************************************************************************************************************************************/
html {
	height: 100%;
}
body {
	background-color: #fff;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.opti {
	font-family: 'Optiakrogroteskblack-Condensed', Helvetica, Arial, sans-serif;
}

.page {
	position: relative;
	margin:0 auto;
	width:100%;
	padding:0 30px;
	max-width:100%;
}
.page-heavy, .item-page {
	flex-grow: 1;
}

.page.item-image {
	margin-bottom: 25px;
}
.page-rand.page {
	width:100%;
	padding:0;
}
.page img, .page video {
	width:100%;
	max-width:100%;
	height: auto;
}


.sponsoren {
	background-color: #e1e2e3;
	margin-top:85px;
}
.footer {
	background-color: #ef4034;
}

.do-image-page-full .page.item-image {
	max-width:1760px;
}
.do-image-page-overlap .page.item-image {
	max-width:1080px;
}
.do-image-page-rand .page.item-image {
	width:100%;
	padding:0;
	max-width:100%;
}
table {
	width:100%;
}

td a {
    font-size: 15px;
}
td {
	padding: 2px;
    font-size: 15px;
	border-top:1px solid #e0e0e1;
}
td:last-child {
	padding-right:0;
}
tr:hover td{
	background-color:#f6f6f5;
}
.fs25-75 td:first-child {
	width:25%;
}
tr:first-child td {
	font-weight: 600;
}

/* 
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 500px) {
td{
	padding:5px 7px 4px 0;
	font-size: 17px;
}
td a{
	font-size: 17px;
}
}

/* 
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 650px) {
td {
	padding:10px 15px 7px 5px;
	font-size: 18px;
}
td a {
	font-size: 18px;
}
}

/* padding at edge
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 890px) {
.page-standard.page {
	max-width:890px;
}
}
/* padding at edge
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1080px) {
.page-overlap.page {
	max-width:1080px;
	left: -20px;
}
}
/* padding at edge
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1760px) {
.page-full.page, .do-image-page-full .page.item-image {
	max-width:1760px;
}
}

/***************************************************************************************************************************************************
****************************************************************************************************************************************************
************                                        ************************************************************************************************
************   CONTENT                              ************************************************************************************************
************                                        ************************************************************************************************
****************************************************************************************************************************************************
****************************************************************************************************************************************************
****************************************************************************************************************************************************
***************************************************************************************************************************************************/
body, a {
	font-family:'Helvetica','Arial',sans-serif;
	font-size:18px;
	line-height: 27px;
	letter-spacing: 0.03em;
	font-weight: 300;
	color:#000;
}
a {
	text-decoration: none;
	font-weight: 400;
}
a:hover {
	text-decoration: underline;
}
.item-page p, .item-page ul {
	margin-bottom: 27px;
}
.item-page ul {
	padding-left:1em;
}
.item-page li {
	list-style-type: disc;
	list-style-position: outside;
}
.item-page .lead {
	font-size: 25px;
	font-family: 'Optiakrogroteskblack-Condensed', Helvetica, Arial, sans-serif;
	line-height: 37px;
	font-weight: 400;
}
h2 {
	font-weight: 400;
	font-family: 'Optiakrogroteskblack-Condensed', Helvetica, Arial, sans-serif;
	color:#000;
	font-size: 42px;
	line-height: 47px;
	margin-bottom: 25px;
	text-transform: uppercase;
	overflow-wrap: break-word;
}
h3 {
	font-weight: 400;
	font-family: 'Optiakrogroteskblack-Condensed', Helvetica, Arial, sans-serif;
	color:#000;
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 12px;
	text-transform: uppercase;
	margin-top:25px;
}


.double-image {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top:28px;
	margin-bottom: 28px;
}
.double-image img:first-child {
	width:40%;
	height: auto;
}
.double-image img:last-child {
	width:55%;
	height: auto;
	position: relative;
	top:50px;
}

p.link-next, p.link-up, p.link-prev {
    margin: 0 0 4px;
}
p.link-next a, p.link-up a, p.link-prev a {
	font-size: 23px;
	line-height: 29px;
	font-weight: 400;
	font-family: 'Optiakrogroteskblack-Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
} 
p.link-next a,p.link-up a, p.link-prev a {
    background: transparent url("images/pfeil-right.png") no-repeat scroll 0 8px / 26px auto;
	padding-left: 36px;
	display: inline-block;
}
p.link-up a {
    background: transparent url("images/pfeil-up.png") no-repeat scroll 6px 3px / 17px auto;
	padding-left: 38px;
}
p.link-prev a {
   background: transparent url("images/pfeil-left.png") no-repeat scroll 0 8px / 26px auto;
}
p.link-next.active a  {
	color: #ef4034;
}
p.link-next.link-klein a, p.link-up.link-klein a {
	font-size: 19px;
	line-height: 24px;
}
p.link-next.link-klein a {
    background: transparent url("images/pfeil-right.png") no-repeat scroll 0 6px / 23px auto;
	padding-left: 32px;
	display: inline-block;
}
.item-page p em, .item-page p strong{ 
	font-weight: 700;
}

.subnav-article {
	margin-top:35px;
	margin-bottom:35px;
}
.subnav-article > div {
	margin-bottom: 25px;
	border-top: 1px solid #e0e0e1;
}
.image-no-stretch img {
	width:auto !important;
	height: auto !important
}
.image-fixed-50 img {
	width:50% !important;
}
.archiv-startpage {
	padding-top:40px;
}
.archiv-startpage a {
	display: block;
	color: #000;
	text-align:center;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Optiakrogroteskblack-Condensed', Helvetica, Arial, sans-serif;
	font-size: 110px;
	line-height: 110px;
}
.archiv-startpage a:hover {
	color:#ef4034;
}

/* title sizes
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 376px) {
h2 {
	font-size: 62px;
	line-height: 65px;
}
}

/* archiv iphone 6 / X
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 375px) {
.archiv-startpage a {
	font-size: 130px;
	line-height: 130px;
}
}

/* archiv iphone 7 Plus
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 414px) {
.archiv-startpage a {
	font-size: 145px;
	line-height: 145px;
}
}

/* title sizes
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 630px) {
h2 {
	font-size: 71px;
	line-height: 87px;
}
}

/* archiv iphone 7 Plus
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 675px) {
.archiv-startpage a {
	font-size: 230px;
	line-height: 230px;
}
}



/* article subnav
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 630px) {
.subnav-article {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.subnav-article > div {
	width:47%;
	border-top: 0;
}
}
/* article subnav
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 960px) {
.subnav-article > div {
	width:30%;
}
}

/* archive
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1080px) {
.archiv-startpage {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.archiv-startpage a {
	text-align:left;
	width: 46%;
	font-size: 190px;
	line-height: 200px;
}
}

/* article subnav
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1230px) {
.subnav-article > div {
	width:23.5%;
}
}

/***************************************************************************************************************************************************
****************************************************************************************************************************************************
************                                        ************************************************************************************************
************   HEADER                              ************************************************************************************************
************                                        ************************************************************************************************
****************************************************************************************************************************************************
****************************************************************************************************************************************************
****************************************************************************************************************************************************
***************************************************************************************************************************************************/
.head-logo {
	width:206px;
	height: auto;
}
.nav a, .nav .divider span {
	font-family: 'Optiakrogroteskblack-Condensed', Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#000;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	top: 4px;
}
.nav .divider span {
	color: #c0c0c1;
}
.nav a:hover, .nav .current a, .nav .active a { 
	color: #ef4034;
}
.nav-container, .zucki {
	display: none;
}

.menutrigger {
	display: block;
}
.menutrigger img {
	height: 28px;
	width:auto;
}
.head-logo img {
	width: 175px;
	position: relative;
	top: 2px;

}
.head-logo.head-logo-light img {
	width: 228px;
	position: relative;
	top: 3px;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	position:static;
}
.zucki img {
	max-height: 100%;
	width: auto;
	height: 25px;
}

/* menu only offcanvas
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (max-width: 939px) {
.nav-container.on {
	display: block;
	top: 80px;
	left:0;
	position: absolute;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}
.nav a, .nav .divider span {
	display: block;
	border-top: 1px solid #000;
	padding: 17px 0 17px 30px;
	top:0;
}
.nav-container.on li:last-child {
	border-bottom: 1px solid #000;
}

}
/* menu goes oncanvas
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 940px) {
.header {
	justify-content: flex-start;
}
.head-logo {
	width:220px;
}
.zucki {
	width:50px;
	text-align: right;
	display: block;
}
.nav-container {
	display: block;
	flex: 1 1 auto;
}
.head-logo {
	flex: 0 0 auto;
}
.zucki {
	flex: 0 1 auto;
}
.nav-container .nav {
	display: flex;
	justify-content: flex-start;
}
.nav-container .nav > li {
	padding-right: 15px;
}
.nav a {
	top:0;	
}
.menutrigger {
	display: none;
}
.mobile-only {
	display: none;
}
}


/* menu goes oncanvas
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1000px) {
.nav-container .nav > li {
	padding-right: 28px;
}
}

/* menu goes oncanvas
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1330px) {
.head-logo,.zucki {
	flex: 0 0 220px;
}
.header {
	justify-content: space-between;
}
.zucki, .head-logo {
	flex: 0 0 220px;
}
.nav-container {
	flex: 0 1 auto;
	width: 830px;
}
}

/***************************************************************************************************************************************************
****************************************************************************************************************************************************
************                                        ************************************************************************************************
************   SPONSOREN                             ************************************************************************************************
************                                        ************************************************************************************************
****************************************************************************************************************************************************
****************************************************************************************************************************************************
****************************************************************************************************************************************************
***************************************************************************************************************************************************/
.sponsoren-container {
	padding:0;
}
.sponsoren-container .custom p.inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	align-content: center;
	margin:0;
	padding: 0 30px;
	font-size: 0;
	line-height: 0;
}
.sponsoren-container .custom p.patronat {
	flex:0 0 auto;
	align-self: flex-start;
	margin-top:20px;
	margin-bottom:20px;
	display: block;
	flex-direction: column;
}
.sponsoren-container .custom p.sponsor {
	flex:0 1 auto;
	justify-content: flex-start;
}
.sponsoren-container .custom  p a {
	line-height: 0;
	font-size: 0;
	display: block;
}
.sponsoren-container .custom  p a img {
	width: auto;
	max-height: 30px;
	margin: 15px;
	filter: grayscale(100%);
}
.sponsoren-container .custom  p a.patron img {
	max-width:200px;
	max-height: none;
	margin:0 0 15px 0;
}
.page-sponsoren-logos .inner.patronat, .page-sponsoren-logos .inner.sponsor {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.page-sponsoren-logos .inner.sponsor {
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.page-sponsoren-logos .inner.patronat a {
	display: block;
    line-height: 0;
    font-size: 0;
    width: 45%;
    padding: 15px 0 25px;
    text-align: center;
}
.page-sponsoren-logos .inner.patronat a img {
	height: auto;
   	max-width: 100%;
   	width:auto;
}
.page-sponsoren-logos .inner.sponsor a {
	display: block;
    line-height: 0;
    font-size: 0;
    width: 20.1%;
    padding: 15px 0 25px;
    text-align: center;
}
.page-sponsoren-logos .inner.sponsor a img {
	height: auto;
   	max-width: 100%;
   	width:auto;
   	filter: grayscale(100%);
}
@media print, (min-width: 450px) {
.sponsoren-container .custom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
}
/* two columns
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (max-width: 700px) {
.page-sponsoren-logos .inner.patronat {
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.page-sponsoren-logos .inner.patronat a {
	width:100%;
}
.page-sponsoren-logos .inner.sponsor a {
	width: 27.1%;
}
}
/* two columns
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (max-width: 500px) {
.page-sponsoren-logos .inner.sponsor a {
	width: 36.1%;
}
}
/* two columns
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (max-width: 350px) {
.page-sponsoren-logos .inner.sponsor a {
	width: 100%;
	text-align: center;
}
}
/* 
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1200px) {
.sponsoren-container .custom p.patronat {
	width:505px;
	flex-direction: row;
	display: flex;
}
.sponsoren-container .custom  p a.patron img {
	max-width:200px;
	margin:0;
}

}

/***************************************************************************************************************************************************
****************************************************************************************************************************************************
************                                        ************************************************************************************************
************   HOME                                 ************************************************************************************************
************                                        ************************************************************************************************
****************************************************************************************************************************************************
****************************************************************************************************************************************************
****************************************************************************************************************************************************
***************************************************************************************************************************************************/
.wallisellerlauf-home .sponsoren, .wallisellerlauf-home .footer {
	display: none;
}
.wallisellerlauf-home {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.wallisellerlauf-home .header {
	flex: 0 0 auto;
}
.wallisellerlauf-home .blog {
	flex: 1 1 auto;
	height: calc(100% - 80px);
}
.items-leading {
	position: relative;
	flex:1 0 auto;
	height:100%;
}
.items-leading > div.leading-div {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	display: none;
}
.items-leading > div.leading-div:first-child {
	display: block;
}
.items-leading > div img {
	height: 100%;
}
.wallisellerlauf-home img.bg {
	display: none;
}
.items-leading .page {
	position: static;
}
.items-leading > div h2 {
	position: absolute;
	top: 5%;
	left: 5%;
	line-height: 47px;
	font-size:38px;
	background-color: #fff;
	padding:5px;
	width:90%;
}
.items-leading > div h2 span {
	background-color: transparent;
	padding:0;
}

.items-leading > div a {
	position: absolute;
	top: 65%;
	left: 5%;
	color: #fff;
	background-color: #000;
	padding: 22px 17px;
	font-size: 21px;
	font-family: 'Optiakrogroteskblack-Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.items-leading > div a:hover {
	text-decoration: none;
	background-color: #ef4034;
	color: #fff;
}
.items-leading .bullets {
	position: absolute;
	bottom:5px;
	left:30px;
	width:500px;
	max-width:75%;
	height:50px;
	top:auto;
}
.items-leading .bullets div {
	position: relative;
	float:left;
	margin-right:10px;
	width:20px;
	height:20px;
}
.items-leading .bullets div img {
	position: absolute;
	top:0;
	left:0;
	width:25px;
	height:auto;
	cursor: pointer;
}
.items-leading .bullets div .on {
	display: none;
}
.items-leading .bullets div.current .on {
	display: inline;
}
.items-leading .bullets div.current .off {
	display: none;
}
/* span
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 700px) {

.items-leading > div h2 {
	background-color: transparent;
	padding:0;
}
.items-leading > div h2 span {
	background-color: #fff;
	padding:0 17px;
}
}
/* place claim
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 770px) {
.items-leading > div h2 {
	top: 23%;
	left: 20%;
  width:80%;
	line-height: 89px;
	font-size:72px;
}
.items-leading > div a {
	top: 65%;
	left: 20%;
	padding: 22px 17px;
	font-size: 21px;
}

}
/***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 770px) and (max-height:800px)  {
.items-leading > div h2 {
	top: 5%;
}
}

/***************************************************************************************************************************************************
****************************************************************************************************************************************************
************                                        ************************************************************************************************
************   FOOTER                               ************************************************************************************************
************                                        ************************************************************************************************
****************************************************************************************************************************************************
****************************************************************************************************************************************************
****************************************************************************************************************************************************
***************************************************************************************************************************************************/
.footer-krebsliga-logo img {
	width: 314px;
	position: relative;
}
.footer .page {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position:static;
	padding:15px 30px 0 30px;
	flex-wrap: wrap;
}
.footer-krebsliga-logo, .footer-claim {
	margin-right:25px;
	margin-bottom: 25px;
}
.footer-kontakt {
	margin-bottom:25px;
}
.footer p, .footer a {
	color: #fff;
	text-transform: uppercase;
	font-size:17px;
	font-weight: 300;
	font-family: 'Optiakrogroteskblack-Condensed', Helvetica, Arial, sans-serif;
}
.page-rand.page.footer {
	padding-bottom:35px;
}
/* menu goes oncanvas
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1000px) {
.footer-krebsliga-logo, .footer-claim, .footer-kontakt {
	margin-right:0;
	margin-bottom: 0;
}
.footer .page  {
	flex-wrap: nowrap;
}
.page-rand.page.footer {
	height:132px;
	padding-bottom:0;
}
}
/* menu goes oncanvas
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1330px) {
.footer .page {
	justify-content: flex-start;
}
.footer-krebsliga-logo {
	width:220px;
}
.footer-kontakt {
	width:250px;
	display: block;
}
.footer-claim {
	display: block;
	flex: 1 1 auto;
}
.footer-krebsliga-logo {
	flex: 0 0 auto;
}
.footer-kontakt {
	flex: 0 1 auto;
}
.footer-krebsliga-logo {
	flex: 0 0 354px;
}
.footer-kontakt {
	flex: 0 0 220px;
}
.footer .page {
	justify-content: space-between;
}
.footer-claim {
	flex: 0 1 auto;
	width: 944px;
}
}





