/*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;
}

.ulnormal{
	list-style:none;
	padding:0;
	margin:0;
}

.ulnormal li{
	float:left;
}

/*COOKIE*/
.cookie-message-wrapper{position:fixed;bottom:0;left:0;right:0;}
.cookie-inner-wrapper{padding:10px;background:rgba(0,0,0,0.2);}
.btn_cookie_accept{background-color:#000000;border:0 none;color:#fff;display: inline-block;white-space: nowrap;cursor:pointer;}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #666666;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666666;
   opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666666;
   opacity:  1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666666;
}
textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666666;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666666;
   opacity:  1;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666666;
   opacity:  1;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666666;
}

.form-error {display:block;margin-bottom: 1rem;font-size: 0.75rem;font-weight:bold;color: #c60f13;}
.success-message{color:green;}

.relative{position:relative}
.absolute{position:absolute}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.border{border:1px solid red;}
.center{text-align:center;display: flex;justify-content: center;}
.pointer{cursor:pointer;}
.none{display:none}
