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;
}
/* 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;
}


/*****************************************************
	#####	BASIC    ####
******************************************************/

@import url('https://fonts.googleapis.com/css?family=Pontano+Sans');

* {
	box-sizing: border-box;
}

html, body {
	font-family: 'Pontano Sans', sans-serif;
	font-size: 16px;
	line-height: 1.3rem;
}

body {
	background-color: white;
}

img {
	max-width: 100%;
	text-align: center;
	vertical-align: bottom;
}

h1 {
	font-size: 3rem;
	line-height: 2.6rem;
	padding: 50px 20px 5px 20px;
}

@media (min-width: 800px) {
	h1 {
		font-size: 5rem;
		line-height: 4.3rem;
	}
}

h2 {
	font-size: 1.8rem;
	line-height: 1.8rem;
	padding: 30px 0px;
}

h3 {
	font-size: 1.4rem;
	line-height: 1.6rem;
}

@media (min-width: 800px) {
	h3 {
		font-size: 2.3rem;
		line-height: 2.3rem;
	}
}

h5 {
	font-size: 1.3rem;
	line-height: 1.5rem;
}

p {
	padding-bottom: 30px;
	color: #666;
	line-height: 1.5rem;
}

a {
	text-decoration: none;
}

hr.divider {
	border: 0;
	height: 1px;
    border-bottom: 1px dotted #CCC;
    background-color: transparent;
    color: #CCC;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 40px;
}

.white {
	color: white !important;
}

.white_bg {
	background-color: white !important;
}

.black {
	color: black !important;
}

.blue {
	color: #102e4f !important;
}

.gray {
	color: #666 !important;
}

.blue_bg {
	background-color: #102e4f !important;
}

.darkblue {
	color: #0d3789 !important;
}

.darkblue_bg {
	background-color: #0d3789 !important;
}

.lightblue_bg {
	background-color: #46b1d4 !important;
}

.lightblue {
	color: #46b1d4 !important;
}

.red_bg {
	background-color: #a7100e !important;
}

.red {
	color: #a7100e !important;
}

.lightred_bg {
	background-color: #b92b5b !important;
}

.lightred {
	color: #b92b5b !important;
}

.center {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.normal_link {
	color: black;
	text-decoration: underline;
}

.wrap {
	padding: 0px 15px;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}

.break {
	display: none;
}

@media (min-width: 800px) {
	.break {
		display: inline-block;
	}
}

/*****************************************************
	#####	#anziehhilfen    ####
******************************************************/

#anziehhilfen:before,
#anziehhilfen:after {
	content: "";
    display: table;
    clear: both;
}

#anziehhilfen {
	width: 100%;
	padding: 160px 20px 160px 20px;
	background-color: #051225;
	background-image: url('../img/bg_anziehhilfen.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

@media (min-width: 800px) {
	#anziehhilfen {
		padding: 280px 20px 200px 20px;
	}
}

/*****************************************************
	#####	#header    ####
******************************************************/

#header {
		padding: 0px 0px 50px 0px;
	}

@media (min-width: 800px) {
	#header {
		padding: 0px 0px 200px 0px;
	}
}

/*****************************************************
	#####	#intro    ####
******************************************************/

.intro {
	background-color: #102e4f;
	text-align: center;
	padding: 50px 40px;
}

@media (min-width: 800px) {
	.intro {
		padding: 50px 100px;
	}
}

.intro h1,
.intro p {
	color: white;
}

/*****************************************************
	#####	#infos    ####
******************************************************/

.infos {
	background-color: #ffffff;
	padding: 80px 0px 100px 0px;
}

.infos p {
	padding: 30px;
}

.infos .column {
	width: 100%;
	float: none;
	border-bottom: 1px dotted #CCC;
}

.infos .column:last-of-type {
	border: none;
}

@media (min-width: 800px) {
	.infos .column {
		width: 25%;
		float: left;
		border-right: 1px dotted #CCC;
		border-bottom: none;
	}
}

.infos .column img {
	padding-top: 30px;
}

.infos .column_three {
	width: 100%;
	float: none;
	padding-bottom: 50px;
	border-bottom: 1px dotted #CCC;
}

.infos .column_three:last-of-type {
	border: none;
}

@media (min-width: 800px) {
	.infos .column_three {
		width: 33.3333%;
		float: left;
		border-right: 1px dotted #CCC;
		border-bottom: none;
	}
}

.infos .column_two {
	width: 100%;
	float: none;
	padding-bottom: 50px;
	border-bottom: 1px dotted #CCC;
}

.infos .column_two:last-of-type {
	border: none;
}

@media (min-width: 800px) {
	.infos .column_two {
		width: 50%;
		float: left;
		border-right: 1px dotted #CCC;
		border-bottom: none;
	}
}

.infos .column_three img,
.infos .column_two img {
	padding-top: 30px;
}

.textcolumn {
	width: 100%;
	float: none;
	padding: 0px;
}

@media (min-width: 800px) {
	.textcolumn {
		width: 50%;
		float: left;
		padding: 0px 40px;
	}
}

.infos .border {
	border-left: 0;
	border-right: 0;
}

@media (min-width: 800px) {
	.infos .border {
		border-left: 1px dotted #CCC;
		border-right: 1px dotted #CCC;
	}
}

.infos:before,
.infos:after {
	content: "";
    display: table;
    clear: both;
}

.video li {
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: white;
	margin-bottom: 5px;
}

.video li a {
	display: inline-block;
	padding: 15px 20px;
	color: black;
	font-weight: 600;
}

.video li a:hover {
	text-decoration: underline;
}

/*****************************************************
	#####	.parallax    ####
******************************************************/

.parallax {
	background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

@media (min-width: 800px) {
	.parallax {
		background-attachment: fixed;
		height: 700px;
	}
}

/*****************************************************
	#####	#IMG_01    ####
******************************************************/

#img_01 {
	background-image: url('../img/bg_illustration.jpg');
}

/*****************************************************
	#####	.products    ####
******************************************************/

.products {
	width: 100%;
	padding: 80px 40px;
}

@media (min-width: 1200px) {
	.products {
		padding: 80px 0px;
	}
}

.products:before,
.products:after {
	content: "";
    display: table;
    clear: both;
}

.products h6 {
	margin-top: -20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.one_of_four {
	width: 100%;
	float: none;
}

.three_of_four {
	width: 100%;
	float: none;
}

.two_of_four {
	width: 100%;
	float: none;
}

.four_of_four {
	width: 100%;
	float: none;
}

@media (min-width: 800px) {
	.one_of_four {
		width: 25%;
		float: left;
	}

	.three_of_four {
		width: 75%;
		float: left;
	}

	.two_of_four {
		width: 50%;
		float: left;
	}
}

.products p {
	color: white;
}

.products p span {
	color: black;
}

.products h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.products h5 {
	padding: 0px 0px 30px 0px;
}

.products ul {
	margin-top: 20px;
}

.products a {
	text-decoration: none;
	padding: 15px;
	display: block;
}

@media (min-width: 800px) {
	.products a {
		text-decoration: none;
		padding: 15px 20px;
		display: inline-block;
	}
}

.products li {
	display: block;
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 10px;
}

@media (min-width: 800px) {
	.products li {
		display: inline;
		margin-bottom: 0;
		padding: 15px 0px;
	}
}

.products li:hover,
.products li:active,
.products li:focus {
	background-color: #102e4f !important;
}

.products li:hover a,
.products li:active a,
.products li:focus a {
	color: white;
}

.white_link {
	color: white;
}

.white_link:hover,
.white_link:active,
.white_link:focus {
	color: white;
}

.red_link {
	color: white;
}

.red_link:hover,
.red_link:active,
.red_link:focus {
	color: white;
}

.cal_link {
	color: white;
}

.cal_link:hover,
.cal_link:active,
.cal_link:focus {
	color: #ffcc00 !important;
}

.single_link {
	background-color: #102e4f;
	color: white;
	padding: 15px 25px;
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.single_link:hover {
	text-decoration: underline;
}

/*****************************************************
	#####	.infotext    ####
******************************************************/

.infotext {
	background-color: #ffffff;
	padding: 80px 40px;
}

.infotext:before,
.infotext:after {
	content: "";
    display: table;
    clear: both;
}

@media (min-width: 1200px) {
	.infotext {
		padding: 80px 0px;
	}
}

/*****************************************************
	#####	#IMG_02    ####
******************************************************/

#img_02 {
	background-image: url('../img/para_master.jpg');
}

/*****************************************************
	#####	#IMG_03    ####
******************************************************/

#img_03 {
	background-image: url('../img/para_easy.jpg');
}

/*****************************************************
	#####	#IMG_04    ####
******************************************************/

#img_04 {
	background-image: url('../img/para_easyaermel.jpg');
}

/*****************************************************
	#####	#IMG_05    ####
******************************************************/

#img_05 {
	background-image: url('../img/para_snapper.jpg');
}

/*****************************************************
	#####	#strumpfhandschuhe    ####
******************************************************/

@media (min-width: 800px) {
	#strumpfhandschuhe img {
		padding-right: 40px;
	}
}

#strumpfhandschuhe h2,
#strumpfhandschuhe p {
	text-align: center;
}

@media (min-width: 800px) {
	#strumpfhandschuhe h2,
	#strumpfhandschuhe p {
		text-align: left;
	}
}


/*****************************************************
	#####	#compressanainfo    ####
******************************************************/

#compressanainfo {
	background-color: #102e4f;
	text-align: center;
}

#compressanainfo .one_of_four img {
	padding-bottom: 20px;
}

@media (min-width: 800px) {
	#compressanainfo {
		text-align: left;
	}
}

/*****************************************************
	#####	#footer    ####
******************************************************/

#footer:before,
#footer:after {
	content: "";
    display: table;
    clear: both;
}

#footer {
	width: 100%;
	background-image: url('../img/bg_anziehhilfen.jpg');
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 220px 40px;
}

@media (min-width: 800px) {
	#footer {
		background-position: bottom center;
	}
}

#footer p {
	line-height: 1.3rem;
	background-color: rgba(255,255,255,0.6);
	margin: 0;
	padding: 20px;
	margin-top: 20px;
	color: #102e4f;
}

#footer a {
	color: #102e4f;
}

#footer ul {
	margin-top: 20px;
}

#footer li a {
	text-decoration: none;
	color: #fff;
	padding: 15px 0px;
	display: block;
}

@media (min-width: 800px) {
	#footer li a {
		text-decoration: none;
		color: white;
		padding: 15px;
		display: inline-block;
	}
}

#footer li {
	display: block;
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 10px;
}

@media (min-width: 800px) {
	#footer li {
		display: inline;
		margin-bottom: 0;
		padding: 15px 0px;
	}
}

#footer li:hover,
#footer li:active,
#footer li:focus {
	background-color: black;
}

#footer li:hover a,
#footer li:active a,
#footer li:focus a {
	color: white;
}

#copyright {
	margin-top: 40px;
}

#dataprivacy {
	text-align: left !important;
}

#dataprivacy p {
	color: #666 !important;
}

#dataprivacy h3 {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
