@charset "utf-8";
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: local('Material Icons'),
	local('MaterialIcons-Regular'),
	url(../font/materialicons-regular.ttf) format('truetype');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/oswald-extralight.woff2') format('woff2'),
        url('../font/oswald-extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/oswald-regular.woff2') format('woff2'),
        url('../font/oswald-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/oswald-demibold.woff2') format('woff2'),
        url('../font/oswald-demibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/oswald-bold.woff2') format('woff2'),
        url('../font/oswald-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */
body {
	background: #fff;
	background-image: url('/grafik/template/bg_texture.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #111111;
	font-family: 'Oswald', Tahoma, Geneva, sans-serif; font-size: 18px; line-height: 1.231;
    margin: 0;
}
#footer { font-family: 'Oswald'; font-size: 1.25em; font-weight: 200; }
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
	background: #f46f16;
	color: #FFF; text-shadow: none;
}

/* Links */
a { color: #f46f16; }
a:hover { color: #ff9046; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: black; text-decoration: none; }

/* Typography */
h1, h2, h3 { line-height: 130%; text-align: left; }
h1 { font-weight: bold; font-size: 2.03631em; margin: 0.67em 0; }
h2 { font-weight: 600; font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 0.93em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; color: #f46f16; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dashed #ccc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
dl, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	background-color: #FFF;
	margin: 0 auto;
	padding: 0 20px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1200px; }
.grid-container * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.row:before, .row:after {
	content: '';
	clear: both;
	display: table;
}
[class*='col-'] {
	display: inline-block;
	float: left;
	margin-left: 2.127659574468085%;
	min-height: 1px;
	padding: 0;
}
[class*='col-']:first-child, .grid-container.nogutter [class*='col-'] { margin-left: 0; }

.row.table { 
	display: table; 
	table-layout: fixed;
	width: 100%; 
}
.row.table > [class*="col-"] {
	display: table-cell;
	float: none;
	margin-left: 0;
	padding: 0.7em 1em;
	vertical-align: middle;
}
.grid-container.nogutter .row.table > [class*="col-"] { padding: 0; }

[class*='col-'].space { padding: 0.7em 1em!important; }
[class*='col-'].space-left { padding-left: 1em!important; }
[class*='col-'].space-right { padding-right: 1em!important; }

.col-1  { width: 6.382978723404255%; }
.grid-container.nogutter .col-1, .grid-container .row.table > .col-1 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2, .grid-container .row.table > .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3, .grid-container .row.table > .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4, .grid-container .row.table > .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5, .grid-container .row.table > .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6, .grid-container .row.table > .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7, .grid-container .row.table > .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8, .grid-container .row.table > .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9, .grid-container .row.table > .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10, .grid-container .row.table > .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11, .grid-container .row.table > .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .col-12, .grid-container .row.table > .col-12 { width: 100%; }

.offset12 { margin-left: 104.25531914893617%; }
.offset12:first-child { margin-left: 102.12765957446808%; }
.offset11 { margin-left: 95.74468085106382%; }
.offset11:first-child { margin-left: 93.61702127659574%; }
.offset10 { margin-left: 87.23404255319149%; }
.offset10:first-child { margin-left: 85.1063829787234%; }
.offset9 { margin-left: 78.72340425531914%; }
.offset9:first-child { margin-left: 76.59574468085106%; }
.offset8 { margin-left: 70.2127659574468%; }
.offset8:first-child { margin-left: 68.08510638297872%; }
.offset7 { margin-left: 61.70212765957446%; }
.offset7:first-child { margin-left: 59.574468085106375%; }
.offset6 { margin-left: 53.191489361702125%; }
.offset6:first-child { margin-left: 51.063829787234035%; }
.offset5 { margin-left: 44.68085106382979%; }
.offset5:first-child { margin-left: 42.5531914893617%; }
.offset4 { margin-left: 36.170212765957444%; }
.offset4:first-child { margin-left: 34.04255319148936%; }
.offset3 { margin-left: 27.659574468085104%; }
.offset3:first-child { margin-left: 25.53191489361702%; }
.offset2 { margin-left: 19.148936170212764%; }
.offset2:first-child { margin-left: 17.02127659574468%; }
.offset1 { margin-left: 10.638297872340425%; }
.offset1:first-child { margin-left: 8.51063829787234%; }
/* END 12 Col-Grid-Layout */

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg { 
	background: #d4edda; 
	border: 1px solid #c3e6cb;
	color: #155724;
}
.msgerror { 
	background: #FFF; 
	border: 1px solid #C00;
	color: #C00;
}
.msg, .msgerror { padding: 1em; }
.msg h2, .msgerror h2 { margin: 0 0 0.5em!important; }
.msg ul, .msgerror ul { margin: 0; }
.msg strong, .msg b { color: #155724; }
.msgerror strong, .msgerror b { color: #C00; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: #f46f16; 
	border-radius: 0px; border: 0;
	color: #FFF;
	display: inline-block;
	font-family: 'Oswald'; font-size: 1em; font-weight: bold;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	line-height: 1.2em;
	padding: 0.5em 1em;
	text-decoration: none;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #ee9f6a; }
a.button:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus { outline: none; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* Datepicker */
div .ui-widget-header { background: #f46f16!important; }

/* START CUSTOM PART */

#header { background-image: url('/grafik/template/header_bg.jpg'); background-size: cover; height: 296px; position: relative; padding: 0;}
#header #firsttriangle {
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 260px 470px 0 0;
	border-color: #f46f16 transparent transparent transparent;
	position: absolute; top: 0; left: 0;
}
#header #secondtriange {
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 0 0 260px 470px;
	border-color: transparent transparent #f46f16 transparent;
	position: absolute; bottom: 0; right: 0;
	z-index: 1;
}
#header img.logo { position: absolute; right: 50px; bottom: -30px; z-index: 2; width: 515px; }
#header img.logo.eiskunst { right: 65px; bottom: -1px; }
#header img.logo.junior { bottom: -36px; }
#header img.signet { position: absolute; right: 225px; bottom: 170px; z-index: 2; width: 100px; }
#header #mobilemenu:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
#header #mobilemenu { 
	height: 100%;
	text-align: right;
	color: #FFF;
	padding-right: 1em;
}
#header #mobilemenu i {
	cursor: pointer;
	display: none;
	vertical-align: middle;
	font-size: 3em;
}
#nav { 
	background: #f46f16; 
	color: #FFF; 
	display: block;
	float: left;
	width: 20%;
	vertical-align: top;
}
#nav .title { 
	background: #FFF; 
	color: #666666; 
	font-weight: bold; 
	font-size: 1.5em; 
	padding: 0.25em 0.75em; 
	margin-top: 2em; 
}
#nav .menu {
	padding: 1.5em 1em;
	font-size: 1.055em;
}
#nav .menu li { position: relative; }
#nav .menu li ul { 
	display: none; 
	padding-left: 1em;
}
#nav .menu li ul li { padding: 0; } 
#nav .menu li.active > a { 
	background: #FFF; 
	color: #f46f16; 
}
#nav .menu li.active ul li > a { padding: 0.5em 0 0.5em 0.7em; }
#nav .menu li.active ul li.active:first-of-type > a { border-top: 1px solid; }
#nav .menu li.active ul { display: block; }
#nav .menu li a:hover {
	background-color: #FFF;
	color: #f46f16!important; 
}
#nav .menu a { 
	color: #FFF; 
	display: block;
	width: 90%;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	padding: 0.5em 0 0.5em 0.8em;
}
#nav .menu li i {
	background: #FFF;
	color: #f46f16;
	position: absolute;
	top: 0.25em;
	right: 0.75em;
}
#nav .menu li.active i { 
	background: #f46f16;
	color: #FFF!important; 
}
#nav #facebook { 
	text-align: center;
	margin-bottom: 1em;
}
#nav #facebook img { width: 40px; }
#nav #facebook .facebooklogo { display: none; }
#nav .facebookwidget { 
	padding: 0 1em;
}
#nav .facebookwidget iframe { max-width: 100%; }

#article { 
	background: #FFF;
	display: block;
	float: left;
	line-height: 200%;
	padding: 5% 5% 0 5%; 
	width: 70%; 
}
.infopage #article { padding-bottom: 3em; }
#main { 
	background: #f46f16;
	display: block; 
	overflow: auto;
	padding: 0; 
}

.scoretables h2 { margin-top: 2em; }
.scoretables h2:first-of-type { margin-top: 0; }
.scoretable tbody tr td {
	text-align: center;
}
.scoretable tbody tr td:nth-of-type(2) {
	text-align: left;
}

.playerstats thead tr th {
	text-align: center;
}
.playerstats thead tr th:nth-of-type(1) {
	text-align: left;
}
.playerstats tbody tr td {
	text-align: center;
}
.playerstats tbody tr td:nth-of-type(1) {
	text-align: left;
}

#mainsponsoren {
	display: table;
	width: 100%;
}
#mainsponsoren .mainsponsorrow { display: table-row; }
#mainsponsoren .mainsponsor {
	display: table-cell;
	text-align: center;
	padding-bottom: 2em; 
	width: 50%;
	vertical-align: middle;
}
#mainsponsoren .mainsponsor h3 { text-align: center; }
#mainsponsoren .mainsponsor img {
	max-width: 250px;
	width: 100%;
	height: auto;
}
#mainsponsoren .mainsponsor p {	margin-top: 0; }
#mainsponsoren::after {
	content: '';
	display: block;
	clear: both;
}

#eisfixsponsoren {
	display: table;
	width: 100%;
}
#eisfixsponsoren .eisfixsponsorrow { display: table-row; }
#eisfixsponsoren .eisfixsponsor {
	display: table-cell;
	text-align: center;
	width: 25%;
	padding: 0em 1.5em 2em;
	vertical-align: middle;
}
#eisfixsponsoren .eisfixsponsor h3 { text-align: center; }
#eisfixsponsoren .eisfixsponsor img {
	max-width: 150px;
	width: 100%;
	height: auto;
}
#eisfixsponsoren .eisfixsponsor p {	margin-top: 0; }
#eisfixsponsoren::after {
	content: '';
	display: block;
	clear: both;
}

.parsercopyright {
	text-align: right;
	margin-top: 1em;
}

#footer { 
	background: #1a1a1a;
	clear:both;  
	color: #FFF; 
	text-align: center;
	padding: 2em 0 3em 0;
}
#footer img {
	width: 150px;
}
#footer .eiskunst {
	width: 190px;
	margin-left: 1em;
}
#footer .icehockeywar { margin-right: 1em; }
#footer .wildhogs { margin-left: 1em; }
#footer #footer_menu a {
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 2em;
	margin-top: 2em;
}
#footer #footer_menu a:first-child { margin-left: 0; }
#footer #nav_copyright {
	margin-top: 1.5em;
	font-weight: 200;
	font-size: 0.83333em;
}
#footer #nav_copyright a {
	color: #FFF;
	text-decoration: none;
}

#panorama { width: 100%; }
#panorama #panoramaimage { display: none; }
#panorama .panoramadesc {
	box-sizing: border-box;
	position: absolute; bottom: 0; left: 0;
	width: 100%;
	color: #FFF;
	padding: 5em 0em 1em 1em;
	-webkit-box-shadow: inset 0 -180px 80px -50px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 -180px 80px -50px rgba(0,0,0,0.5);
	box-shadow: inset 0 -180px 80px -50px rgba(0,0,0,0.5);
}
#panorama .panoramadesc .title {
	font-weight: bold;
	font-size: 2.14944em;
}
#panorama .panoramadesc .subtitle {
	line-height: 120%;
	padding-top: 1em;
}

#panorama .owl-dots {
	position: absolute; top: 15px; right: 15px;
}
#panorama .owl-dots .owl-dot {
	background: #FFF;
	border: 3px solid #FFF;
	border-radius: 12px;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
}
#panorama .owl-dots .owl-dot.active {
	background: #f46f16;
}
.owl-carousel .owl-item img {
	display: block;
	height: auto;
	width: 100%;
}

.decorationph {
	border: 1px solid #e5e5e5;
	margin: 2.5em 0;
}

/* START Sloganslider */
	.sponsorslider { 
		display: none; 
		position: relative;
		padding: 0px 2em;
		box-sizing: border-box;
	}
	.sponsorslider .sponsor { text-align: center; }
	.sponsorslider .sponsor img {
		display: inline-block!important;
		vertical-align:	middle;
		max-width: 120px;
		width: auto!important;
		margin-bottom: 0.75em;
	}
	
	.sponsorslider .owl-stage {
	  display: flex;
	  align-items: center;
	}
	
	.sponsorslider .owl-nav .owl-prev, .sponsorslider .owl-nav .owl-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.sponsorslider .owl-nav .owl-prev { left: 0; }
	.sponsorslider .owl-nav .owl-next { right: 0; }
	
/* END Sloganslider */

/* CLASSES */

/* PRIMARY STYLES [layout] */
#pushpopup-outer { 
	background: rgba(0, 0, 0, 0.7);
	position: fixed; z-index: 10; left: 0; top: 0; right: 0; bottom: 0;
}
#pushpopup {
	margin: 0 auto;
	max-width: 400px; width: 100%;
	position: absolute; left: 0; right: 0; top: 50%; z-index: 1;
	transform: translateY(-50%);
}
#pushpopup-inner {
	background: #FFF;
	margin: 20px;
	padding: 2rem;
	text-align: center;
}
#pushpopup-inner p { 
	line-height: 1.7em;
	margin-top: 0; margin-bottom: 2em;
}
#pushpopup-inner .btnbox {
	display: table;
	width: 100%;
}
#pushpopup-inner .btnbox > * {
	display: table-cell;
	padding-right: 2.5px;
}
#pushpopup-inner .btnbox > *:last-child { padding-right: 0; padding-left: 2.5px; }

#facebook-error-popup-outer {
	display: none;
	background: rgba(0, 0, 0, 0.7);
	position: fixed; z-index: 10; left: 0; top: 0; right: 0; bottom: 0;	
}
#facebook-error-popup {
	display: none;
	margin: 0 auto;
	max-width: 400px; width: 100%;
	position: absolute; left: 0; right: 0; top: 50%; z-index: 1;
	transform: translateY(-50%);
}
#facebook-error-popup-inner {
	background: #FFF;
	margin: 20px;
	padding: 2rem;
	text-align: center;
}
#facebook-error-popup p { 
	line-height: 1.7em;
	margin-top: 0; margin-bottom: 2em;
}
#facebook-error-popup-inner .btnbox {
	display: table;
	width: 100%;
}
#facebook-error-popup-inner .btnbox > * {
	display: table-cell;
	padding-right: 2.5px;
}
#facebook-error-popup-inner .btnbox > *:last-child { padding-right: 0; padding-left: 2.5px; }
/* CONTENT */

/* END CUSTOM PART */

/* Responsive Videos */
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#article .video-container iframe,  
#article .video-container object,  
#article .video-container embed {
        border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Responsive Images */
.responsiveimages {
	clear: both;
	overflow: auto;
}
.responsiveimages a { 
	border-bottom: none!important;
	display: inline-block;
	float: left;
	margin-left: 0.5%; margin-top: 0.25%; margin-bottom: 0.25%;
	text-decoration: none;
	width: 100%;
}
.responsiveimages a:first-child { margin-left: 0!important; }
.responsiveimages.fullwidth a { margin-left: 0; }
.responsiveimages.portrait a { width: 100%; max-width: 300px; }
.responsiveimages.fiftyfifty a { width: 49.75%; }
.responsiveimages.thirtyfsixtyf a:first-child, .responsiveimages.sixtyfthirtyf a:nth-child(2), 
.responsiveimages.sixtyfthirtyfx2 a:nth-child(2), .responsiveimages.sixtyfthirtyfx2 a:nth-child(3), .responsiveimages.sixtyfx2thirtyf .leftside { width: 34.65%; }

.responsiveimages.thirtyfsixtyf a:nth-child(2), .responsiveimages.sixtyfthirtyf a:first-child, 
.responsiveimages.sixtyfthirtyfx2 a:first-child, .responsiveimages.sixtyfx2thirtyf .rightside { width: 64.85%; }

.responsiveimages.sixtyfthirtyfx2 a:nth-child(3) { margin-top: 0.5%; }

.responsiveimages.sixtyfx2thirtyf a { margin-left: 0!important; }
.responsiveimages.sixtyfx2thirtyf a:nth-child(2) { margin-top: 1.5%; }
.responsiveimages.sixtyfx2thirtyf > div { 
	display: inline-block;
	float: left;
	height: 100%;
}
.responsiveimages.sixtyfx2thirtyf .rightside { margin-left: 0.5%; }

.responsiveimages a img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}
@media screen and (max-width: 560px) {
	.responsiveimages.sixtyfthirtyfx2 > *, .responsiveimages.sixtyfx2thirtyf .leftside > * { width: 49.75%!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:first-child {
		margin-bottom: 0.5%;
		width: 100%!important;
	}
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(2) { margin-left: 0!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(3) { margin-top: 0!important; }
	
	.responsiveimages.sixtyfx2thirtyf .leftside { width: 100%; }
	.responsiveimages.sixtyfx2thirtyf .rightside {
		margin-top: 0.5%; margin-left: 0;
		width: 100%;
	}
	.responsiveimages.sixtyfx2thirtyf .leftside > *:nth-child(2) { margin-left: 0.5%!important; margin-top: 0; }
}
@media screen and (max-width: 400px) {
	.responsiveimages.fiftyfifty a {
		margin-left: 0;
		width: 100%;
	}
	.responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 0.5%; }
}

/* Bilder mit Fließtext */
#article .imgandtext {
	clear: both;
	overflow: auto;
}
#article .imgandtext.img_left > img, #article .imgandtext.img_left .responsiveimages {
	float: left;
	margin-right: 0.5em;
}
#article .imgandtext.img_right > img, #article .imgandtext.img_right .responsiveimages {
	float: right;
	margin-left: 0.5em;
}
#article .imgandtext > img, #article .imgandtext .responsiveimages {
	margin-top: 0.4em;
	width: 40%;
}
#article .imgandtext p { margin-top: 0; }

/* Table-Container */
.tablecontainer { overflow: auto; }
table { width: 100%; }
table thead { 
	background: #f46e17; 
	color: #FFF;
	text-align: left;
}
table thead th { padding-left: 1em; }
table tbody tr td { padding-left: 1em; }
table tbody tr:nth-of-type(even) { background: #ececec; }

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
	height: 1133px; max-height: 80%;
	margin: 0;
	width: 800px; max-width: 80%;
}
.fancybox-button { min-width: 0; }
.fancybox-button--left, .fancybox-button--right { display: inline-block!important; }

/* Cookie Hint */
#cookiehint {
	display: table;
	width: 100%;
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0;
	text-align: center;
}
#cookiehint p, #cookiehint button {
	display: table-cell!important;
	vertical-align: middle;
}
#cookiehint p {
	margin: 0;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint button {
	background: #fff!important;
	border: none!important;
	color: #000!important;
	line-height: 1.25em!important;
	margin-left: 1em;
	padding: 0.4em!important;
	text-transform: uppercase!important;
}
#cookiehint button:hover { 
	background: #ddd!important;
	cursor: pointer;
}
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.light button {
	background: #aaa!important;
	color: #fff!important;
}
#cookiehint.light button:hover { background: #ddd!important; }
#cookiehint.top { top: 0; bottom: initial; }

/* Media Queries */
@media screen and (max-width: 1023px) {
	body {
		font-size: 16px;
	}
	table thead tr th {
		white-space: nowrap;
		-webkit-hyphens: none;
		-moz-hyphens: none;
        hyphens: none;
		line-height: 1.4em;
		padding: 0.25em;
	}
	table tbody tr td {
		white-space: nowrap;
		-webkit-hyphens: none;
		-moz-hyphens: none;
        hyphens: none;
		line-height: 1.4em;
		padding: 0.25em;
	}
	.menuoverlay {
		display: none;
		background: rgba(0,0,0,0.7);
		position: fixed; top: 0; left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.mobilemenu #nav { left: 0; }
	#nav { 
		width: 245px;
		height: calc(100% - 75px);
		overflow: auto;
		top: 75px;
		left: -245px;
		position: fixed;
		transition: left 0.5s ease-in-out; -webkit-transition: left 0.5s ease-in-out; -moz-transition: left 0.5s ease-in-out; -o-transition: left 0.5s ease-in-out;
		z-index: 3;
	}
	#nav .title { margin-top: 1.25em; }
	#nav .menu { padding: 0.25em 0.5em; }
	
	#nav #facebook { margin-top: 1em; }
	
	#panorama .panoramadesc {
		-webkit-box-shadow: inset 0 -110px 80px -50px rgba(0,0,0,0.5);
		-moz-box-shadow: inset 0 -110px 80px -50px rgba(0,0,0,0.5);
		box-shadow: inset 0 -110px 80px -50px rgba(0,0,0,0.5);
	}
	
	#article { width: 90%; }
	#article #menuoverlay {
		display: none;
		background: rgba(0,0,0,0.7);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	#header #mobilemenu i { display: inline-block; }
	#main { padding-top: 75px; }
	#header {
		background-color: #f46f16;
		background-image: none!important;
		height: 75px;
		position: fixed;
		z-index: 4;
	}
	#header .logo { display: none; }
	#header img.signet { 
		left: 25px;
		right: auto;
		bottom: -25px;
	}
 	#header #firsttriangle { display: none; }
	#header #secondtriange { display: none; }
	#header .spielanzeige { display: none; }
	#panorama .panoramadesc .subtitle { display: none; }
	
	#nav #facebook .facebooklogo { display: block; }
	#nav .facebookwidget { display: none; }
	
}

@media screen and (max-width: 750px) {
	#footer img { width: 120px; }
	#footer .eiskunst { width: 150px; }
}

@media screen and (max-width: 800px) {
	/* medium grid */
	.col-m-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-m-1, .grid-container .row.table > .col-m-1 { width: 8.333%; }
	.col-m-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-m-2, .grid-container .row.table > .col-m-2 { width: 16.66%; }
	.col-m-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-m-3, .grid-container .row.table > .col-m-3 { width: 25%; }
	.col-m-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-m-4, .grid-container .row.table > .col-m-4 { width: 33.33%; }
	.col-m-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-m-5, .grid-container .row.table > .col-m-5 { width: 41.66%; }
	.col-m-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-m-6, .grid-container .row.table > .col-m-6 { width: 50%; }
	.col-m-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-m-7, .grid-container .row.table > .col-m-7 { width: 58.33%; }
	.col-m-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-m-8, .grid-container .row.table > .col-m-8 { width: 66.66%; }
	.col-m-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-m-9, .grid-container .row.table > .col-m-9 { width: 75%; }
	.col-m-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-m-10, .grid-container .row.table > .col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-m-11, .grid-container .row.table > .col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }
	.grid-container.nogutter .col-m-12, .grid-container .row.table > .col-m-12 { width: 100%; }
	
	.m-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important; }
	.row.table .m-space { padding: 0.7em 1em!important; }
	.m-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .m-space-left { padding-left: 1em!important; }
	.m-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .m-space-right { padding-right: 1em!important; }
	
	.m-clearspace { margin: 0!important;}
	.row.table .m-clearspace { padding: 0; }
	.m-clearspace-left { margin-left: 0!important; }
	.row.table .m-clearspace-left { padding-left: 0!important; }
	.m-clearspace-right { margin-right: 0!important; }
	.row.table .m-clearspace-right { padding-right: 0!important; }
	
	#pushpopup-inner .btnbox, #pushpopup-inner .btnbox > * { display: block; }
	#pushpopup-inner .btnbox > * { padding: 0!important; }
	#pushpopup-inner .btnbox > * + * { margin-top: 10px; }
	/*#pushpopup-inner .btnbox > * > * { width: 100%; }*/
}
@media screen and (max-width: 660px) {
	#mainsponsoren { display: block; }
	#mainsponsoren .mainsponsorrow { display: block; }
	#mainsponsoren .mainsponsor { 
		display: block;
		width: 100%; 
	}
		
	#eisfixsponsoren { display: block; }
	#eisfixsponsoren .eisfixsponsorrow { display: block; }
	#eisfixsponsoren .eisfixsponsor { 
		display: block;
		width: 100%; 
	}
}

@media screen and (max-width: 599px) {
	#footer #footer_menu a { margin-left: 1em; }
	.icehockeywar { display: none; }
	.wildhogs { display: none; }
}

@media screen and (max-width: 585px) {
	/* small grid */	
	.col-s-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-s-1, .grid-container .row.table > .col-s-1 { width: 8.333%; }
	.col-s-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-s-2, .grid-container .row.table > .col-s-2 { width: 16.66%; }
	.col-s-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-s-3, .grid-container .row.table > .col-s-3 { width: 25%; }
	.col-s-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-s-4, .grid-container .row.table > .col-s-4 { width: 33.33%; }
	.col-s-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-s-5, .grid-container .row.table > .col-s-5 { width: 41.66%; }
	.col-s-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-s-6, .grid-container .row.table > .col-s-6 { width: 50%; }
	.col-s-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-s-7, .grid-container .row.table > .col-s-7 { width: 58.33%; }
	.col-s-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-s-8, .grid-container .row.table > .col-s-8 { width: 66.66%; }
	.col-s-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-s-9, .grid-container .row.table > .col-s-9 { width: 75%; }
	.col-s-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-s-10, .grid-container .row.table > .col-s-10 { width: 83.33%; }
	.col-s-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-s-11, .grid-container .row.table > .col-s-11 { width: 91.66%; }
	.col-s-12 { width: 100%; }
	.grid-container.nogutter .col-s-12, .grid-container .row.table > .col-s-12 { width: 100%; }
	
	.s-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important;  }
	.row.table .s-space { padding: 0.7em 1em!important; }
	.s-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .s-space-left { padding-left: 1em!important; }
	.s-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .s-space-right { padding-right: 1em!important; }
	
	.s-clearspace { margin: 0!important;}
	.row.table .s-clearspace { padding: 0; }
	.s-clearspace-left { margin-left: 0!important; }
	.row.table .s-clearspace-left { padding-left: 0!important; }
	.s-clearspace-right { margin-right: 0!important; }
	.row.table .s-clearspace-right { padding-right: 0!important; }
}

@media screen and (max-width: 370px) {
	#eisfixsponsoren .eisfixsponsor { 
		width: 100%; 
		margin-right: 0; 
	}
}

/* PRINT STYLES */
@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}