* {
  box-sizing: border-box;
  margin: 0;
}

html {
	font-size: 10px;
	background-color: black;
	margin: 0;
	font-family: calibri, arial;
}

body {
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
	font-size: 1.6rem;
}





/* HEADER ANFANG */

#header {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: inherit;
	width: inherit;
	z-index: 1000;
	position: fixed;
	height: 7rem;
	background-color: rgba(0,0,0,0.9);
	color: white;
	font-weight: 100;
	box-shadow: 0rem 0.2rem 0.5rem black;
}

#header_teil_1, #header_teil_2, #header_teil_3 {
	display: flex;
	align-items: center;
	justify-content: center;
}

#header_teil_1, #header_teil_3 {
	width: 8%;
}

#header_teil_2 {
	width: 84%;
}


#toi_logo {
	height: 5rem;
	width: auto;
}

#language_image {
	margin-right: 1rem;
	width: 2rem;
	height: auto;
}

#top_on_ice_home_button {
	margin-left: 1rem;
	width: 1.5rem;
	height: auto;
}

#header_definition {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	background-color: black;
	color: #bcbcbc;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.07rem;
	position: relative;
	height: 4rem;
	top: 7.5rem;
}

/* HEADER ENDE */




#content {
	margin: 0 auto;
	z-index: 900;
	position: relative;
	top: 7rem;
	box-shadow: 1rem black;
}




/* WERBEBANNER on top */

#werbebanner_ak {
	background-color: #0e1015;
	background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 91.6%; /* (img-height / img-width * container-width) */
	background-image: url("img_christmas_2017/adventskalender_banner_web_hoch.jpg");
}

@media (min-width: 450px) {
	#werbebanner_ak {
		padding-top: 45.3%;
		background-image: url("img_christmas_2017/adventskalender_banner_web.jpg");
	}
}


/* Banner Onlineshop */

#banner_onlineshop {
	background-color: #0e1015;
	background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 91.6%; /* (img-height / img-width * container-width) */
	background-image: url("img_page/top_on_ice_onlineshop_banner-mobile.jpg");
}

@media (min-width: 450px) {
	#banner_onlineshop {
		padding-top: 45.3%;
		background-image: url("img_page/top_on_ice_onlineshop_banner.jpg");
	}
}


/* ONLINEHANDEL BOXEN ANFANG */

.onlinehandel_aussenbox {
	width: 100%;
	float: left;
}

.onlinehandel_innenbox {
	display: flex;
	align-items: start;
	justify-content: start;
	text-align: center;
	background-color: #0e1015;
	float: left;
	width: 100%;
	height: 13.5rem;
	background-position: center;
	background-size: cover;
}

.onlinehandel_innenbox:hover {
	border: solid 0.1rem #bcbcbc;
}

.ueberschriften_top {
	color: white;
	text-decoration: none;
}

.ueberschriften_top:hover {
	color: #bcbcbc;
}

.ueberschriften_1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: white;
	text-align: center;
	height: 5rem;
	background-color: #0a0b0f;
	text-shadow: -0rem -0.1rem 0.2rem #666666;
	text-transform: uppercase;
}

.ueberschriften_2 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #eee;
	width: 100%;
	height: 5rem;
	border-left: solid 0.1rem #282828;
	border-right: solid 0.1rem #282828;
	background: #303030;
}

.ueberschriften_1 h1, .ueberschriften_2 h2, .ueberschriften_2 h3 {
		font-size: 90%;
		font-weight: lighter;
		letter-spacing: 0.3rem;
		padding-top: 1rem;
}

#player_os {
	background-image: url("img_page/top_on_ice_onlineshop.png");
}

#goalie_os {
	background-image: url("img_page/top_on_ice_goalie_shop.png");
}

#btb_os {
	background-image: url("img_page/top_on_ice_b2b_shop.png");
}

#app_dwl {
	background-image: url("img_page/top_on_ice_app_download.png");
}

#app_dwl_android {
	background-image: url("img_page/top_on_ice_app_download_android.png");

}

#app_dwl_ios {
	background-image: url("img_page/top_on_ice_app_download_ios.png");

}

#btb_os, #app_dwl {
	background-repeat: no-repeat;
	background-size: auto 85%;
	background-position: center;
}

/* ONLINEHANDEL BOXEN ENDE */







/* SLIDER ANFANG */

#slider {
	padding: 0px; 
	margin:0px; 
	background-color:#fff;
	font-family: calibri, arial, sans serif;
}

.jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	
	/*bullets*/
	width: 16px;
	height: 16px;
	background: url('img_slider/b05.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }


.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	
	/* arrows */
	width: 40px;
	height: 58px;
	cursor: pointer;
	background: url('img_slider/a22.png') center center no-repeat;
	overflow: hidden;
}

.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }
.jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
.jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }


.text_auf_dem_slider {
	position: absolute; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	text-align: center; 
	width: 100%;
	height: 10rem;
	z-index: 0;
	font-size: 5rem;
	color: white; 
	text-shadow: 0.1rem 0.1rem 0.1rem black; 
	background: rgba(0, 0, 0, 0.7);
}

.slider_1 {
	position:relative;
	margin:0 auto;
	top:0px;
	left:0px;
	width:1000px;
	height:500px;
	overflow:hidden;
	visibility:hidden;
}

#slider_loading {
	position:absolute;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,0.7);
}

#slider_loading_1 {
	filter: alpha(opacity=70); 
	opacity: 0.7; 
	position: absolute; 
	display: block; 
	top: 0px; left: 0px; 
	width: 100%; height: 100%;
}

#slider_loading_2 {
	position: absolute;
	display: block;
	background: url('img_slider/loading.gif') no-repeat center center;
	top: 0px; left:0px; 
	width: 100%; height: 100%;
}

#slider_bilder {
	cursor: default;
	position: relative;
	top: 0px; left: 0px;
	width: 1000px; height:500px;
	overflow: hidden;
}

#bullet_nav {
	bottom: 16px; right:16px;
}

#bullet_prot {
	width:16px; height:16px;
}

#arrow_left {
	top: 0px; left: 8px; 
	width: 40px; height: 58px;
}

#arrow_right {
	top: 0px; right: 8px; 
	width: 40px; height: 58px;
}

/*SLIDER ENDE*/






/* ANFAHRT UND KONTAKT ANFANG */

.bold {
	color: #eee;
	font-weight: bold;
}

.boxen_standard {
	font-size: 1.5rem;
	color: #eee;
	float: left;
	border: solid 0.1rem #282828;
	width: 100%;
	height: 15rem;
	text-align: center;
	background-color: #353535;
	display: flex;
	align-items: center;
	justify-content: center;
}

#box_winter, #box_sommer {
	background-size: 3rem;
	background-repeat: no-repeat;
	background-position: 1em 1em;
	border-left: solid 0.1rem #282828;
	border-right: solid 0.1rem #282828;
	border-bottom: none;
	border-top: none;
}

#box_winter {
	background-image: url("img_page/winter_icon_green.png");
}

#box_sommer {
	background-image: url("img_page/summer_icon.png");

}

#standort_icon {
	position: relaitive;
	width: 6rem;
	height: auto;
}

#map {
	background-image: url("img_page/anfahrt_top_on_ice.jpg");
	background-size: cover;
	background-position: center;
}

.aussenbox_kontakt {
	width: 100%;
	float: left;
}

.innenbox_kontakt {
	border-left: solid 0.1rem #282828;
	border-right: solid 0.1rem #282828;
	font-size: 1.5rem;
	color: #eee;
	float: left;
	width: 100%;
	height: 15rem;
	background-color: #353535;
	line-height: 1.8rem;
}

.kontakt {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50%;
	line-height: 2rem;
}


.mail_style {
	color: #dbdbdb;
}


/* ANFAHRT UND KONTAKT ENDE */





/* WEITERE LEISTUNGEN ANFANG*/


.box_leistungen {
	font-size: 1.5rem;
	color: #dbdbdb;
	float: left;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #353535;
	line-height: 1.8rem;
}

.box_leistungen_1 {
	float: left;
	width: 100%;
	height: auto;
	line-height: 1.8rem;
}

.boxen_service {
	background-color: #353535;
	font-size: 1.5rem;
	color: #eee;
	float: left;
	border-top: solid 0.1rem #282828;
	width: 100%;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kl_boxen_service {
	width: 80%;
	text-align: center;
}

#box_leistungen_textbox {
	width: 80%;
	text-align: center;
	padding-top: 1rem;
}

.box_leistungen_bilder {
	float: left;
	width: 100%;
	background-color: #353535;
	background-size: cover;
}

#box_leistungen_bilder_eventsonice {
	background-image: url("img_page/events_auf_dem_eis.jpg");
	height: 20rem;
	
	background-position: top;
}

#box_leistungen_bilder_schleifbild {
	background-image: url("img_page/top_on_ice_schlittschuhe_schleifen.jpg");
	background-position: center;
	height: 15rem;
}

.mehr_erfahren {
	color: white;
	text-decoration-line: underline;
}

/* WEITERE LEISTUNGEN ENDE*/






/* FOOTER ANFANG*/

.box_footer {
	position: relative;
	font-size: 1.5rem;
	color: #fff;
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #000000;
}

.footer_bestandteile {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 7rem;
	float: left;
}

#abstand_social_icons {
	margin: 0 1rem;
}

#copyright {
	width: 100%;
}




.back-to-top {
	z-index:100000;
	position: fixed;
	bottom:0.5rem;
	right:0.5rem;
	padding:1em;
}



/*FOOTER ENDE*/





/*IMPRESSUM UND UEBER UNS und App Download*/

.box_app {
	font-size: 1.5rem;
	color: #dbdbdb;
	float: left;
	width: 100%;
	height: auto;
	display: flex;
	text-align: justify;
	align-items: center;
	justify-content: center;
	background-color: #353535;
}

.app_text {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 2.5rem;
}

.qr_codes {
	width: 15rem;
	height: auto;
}

#qr_codes_box {
	height: 25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	border-top: solid 0.1rem #282828;
}

#app_text_vorteile {
		text-align: left;
	}

#box_impressum {
	position: relative;
	font-size: 1.5rem;
	color: #dbdbdb;
	float: left;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: center;
	background-color: #353535;
	line-height: 2.1rem;
}

#impressum_text, #team_text, .app_text {
	margin: 2rem 2rem;
}

#team_bild {
	width: 100%;
	height: auto;
	background: #353535;
}

#team_bild img {
	position: relative;
	width: 100%;
	height: 100%;
	background: #353535;
	box-shadow: 0 0 5px black;
}

#app_banner img{
	width: 100%;
	height: auto;
	background: black;
}

#app_dwl_links, #app_only_in_german {
	text-align: center;
}

#app_only_in_german {
	color: red;
}


/*IMPRESSUM ENDE*/



/*Media Quaries Begin*/

@media (min-width: 450px){	
	
	.onlinehandel_innenbox, .ueberschriften_1, #box_winter, #box_sommer {
		width: 100%;
	}
	
	.onlinehandel_aussenbox, .boxen_standard, .box_leistungen_bilder, .aussenbox_kontakt, .box_leistungen_1 {
		width: 50%;
	}
	
	.onlinehandel_aussenbox {
	border: solid 0.1rem black;
	}
	
	#btb_os, #app_dwl  {
	background-size: auto 75%;
	}
	
	.box_leistungen {
		width: 50%;
		height: 30rem;
	}
	
	#app_text_vorteile {
		text-align: justify;
	}
	
	#qr_codes_box {
	height: 30rem;
	}
	
	#copyright {
		height: 6rem;
	}
	
	#box_leistungen_textbox {
		width: 90%;
		line-height: 2.5rem;
	}
	
	.kl_boxen_service {
		width: 90%;
	}
	
	#box_leistungen_textbox_service {
		width: 100%;
		line-height: 4rem;
	}
	
	#header_definition  {
		font-size: 1.6rem;
		letter-spacing: 0.2rem;
		word-spacing: 0.5rem;
	}
	
	#toi_logo {
		height: 6rem;
	}
	
	#content {
		top: 7rem;
	}
	
	.text_auf_dem_slider {
		height: 7rem;
		font-size: 150%;
		letter-spacing: 0.2rem;
		word-spacing: 0.5rem;
	}

	#box_leistungen_bilder_schleifbild {
		background-size: cover;
		height: 35rem;
	}
	
	#box_leistungen_bilder_eventsonice {
		height: 30rem;
		background-size: auto 100%;
		background-position: center;
	}
	
}

@media (min-width: 600px){
	.footer_bestandteile {
		width: 20%;
		height: 15rem;
	}
}

@media (min-width: 700px){

	#toi_logo {
	height: 7rem;
	}

	#header {
	height: 9rem;
	}

	#language_image, #top_on_ice_home_button {
	width: 2.3rem;
	}

	#header_definition {
	font-size: 1.8rem;
	height: 4.3rem;
	top: 9rem;
	}

	#content {
	top: 9rem;
	}
	
	.onlinehandel_innenbox {
	height: 20rem;
	}
	
	.ueberschriften_1 h1, .ueberschriften_2 h2, .ueberschriften_2 h3 {
	font-size: 100%;
	}
	
	.ueberschriften_1 h1 {
		position: relative;
		padding-top: 1rem;
	}

	.boxen_standard, .innenbox_kontakt {
		height: 20rem;
		font-size: 2rem;
	}	
	
	#box_leistungen_textbox {
		width: 80%;
		font-size: 90%;
		
	}
	
	#box_leistungen_textbox_service {
	width: 100%;
	line-height: 5rem;
	font-size: 90%;
	}
	
	.boxen_service {
		font-size: 1.8rem;
	}

	#box_winter, #box_sommer {
	background-size: 3.5rem;
	}

	#standort_icon {
	width: 7rem;
	}

	.kontakt {
	height: 50%;
	line-height: 2.4rem;
	}
	
	.box_leistungen  {
	font-size: 2rem;
	line-height: 120%;
	}
	
	#impressum_text {
	margin: 5rem 5rem;
	}
	
	
	#team_text {
	margin: 5rem 5rem;
	font-size: 100%;
	}
	
	.app_text {
	margin: 5rem 5rem;
	font-size: 1.8rem;
	}
	
	#btb_os, #app_dwl  {
	background-size: auto 80%;
	}
	
	.text_auf_dem_slider {
		height: 5rem;
		font-size: 100%;
		letter-spacing: 0.2rem;
		word-spacing: 0.5rem;
	}

}

@media (min-width: 1200px){

	.back-to-top {
		bottom:1.5rem;
		right:4rem;
	}

}



/*Media Quaries ENDE*/