﻿#webhint{display:none}
.ntm_banner-wrapper{
	z-index:9001;
	position:relative;
}

.ntm_container{
	background:#4B4B4B;
	color:#fdfdfd;
	font-size: 16px;
	box-sizing:border-box;
}

.ntm_container .ntm_cookieButton{
	cursor:pointer;
	text-align:center;
	transition:font-size 200ms;
	line-height:1em;
	font-size:0.55em;
	width:20%;
}
.ntm_container .ntm_cookieMessage{font-size:0.55em;transition:font-size 200ms;margin:0;padding:0;line-height:1.5em}

@media screen and (min-width: 360px){
	.ntm_container .ntm_cookieButton{font-size:0.65em;width:22%;}
	.ntm_container .ntm_cookieMessage{font-size:0.65em}

}

@media screen and (min-width: 414px){
	.ntm_container .ntm_cookieButton{font-size:0.7em;width:25%;}
	.ntm_container .ntm_cookieMessage{font-size:0.7em}

}

@media screen and (min-width: 500px){
	.ntm_container .ntm_cookieButton{font-size:0.9em;width:30%;}
	.ntm_container .ntm_cookieMessage{font-size:0.9em}

}

@media screen and (min-width: 768px){
	.ntm_container .ntm_cookieButton{font-size:1em;width:33%;}
	.ntm_container .ntm_cookieMessage{font-size:1em;line-height:1em}
}

@media screen and (min-width: 992px){
	.ntm_container .ntm_cookieMessage{font-size:1em}
}

@media print{
	.ntm_banner-wrapper,.ntm_container{display:none}
}


.ntm_banner-wrapper{height:66px}
.ntm_container{padding:15px 15px 15px;overflow:hidden;position:fixed;top:0;left:0;right:0}
.ntm_container .ntm_cookieButton{
	padding:8px 10px;
	background-color:#4ba046;
	cursor:pointer;
	text-align:center;
	display:block;

	margin-left:10px;
	float:right;
	max-width:120px;
}
.ntm_container .ntm_cookieMessage{display:block}


@media screen and (min-width: 500px){
	.ntm_container .ntm_cookieMessage{margin-top:0.5em;color:white}
}

@media screen and (min-width: 768px){
	#webhint{display:block}
	.ntm_container{padding:15px 30px 15px}
	.ntm_container .ntm_cookieButton{padding:8px 15px}
}






.ntm_container::-moz-selection{background:#4B4B4B;color:#fdfdfd;text-shadow:none}
.ntm_container .ntm_cookieButton,.ntm_container .ntm_cookieButton:visited{color:#ffffff;background-color:#4ba046;transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;-webkit-transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;border-radius:5px;-webkit-border-radius:5px}
.ntm_container .ntm_cookieButton:hover,.ntm_container .ntm_cookieButton:active{background-color:#fff;color:#000}
.ntm_container a,.ntm_container a:visited{text-decoration:none;color:#4ba046;transition:200ms color}
.ntm_container a:hover,.ntm_container a:active{color:#b2f7ff}

@-webkit-keyframes slideDown{
	0%{margin-top:-66px}100%{margin-top:0}
}

@keyframes slideDown{
	0%{margin-top:-66px}100%{margin-top:0px}
}
@-webkit-keyframes growDown{
	0%{height:0}100%{height:66px}
}
@keyframes growDown{
	0%{height:0}100%{height:66px}
}
.ntm_container{-webkit-animation-duration:0.8s;-moz-animation-duration:0.8s;-o-animation-duration:0.8s;animation-duration:0.8s;-webkit-animation-name:slideDown;animation-name:slideDown}
.ntm_banner-wrapper{-webkit-animation-duration:0.8s;-moz-animation-duration:0.8s;-o-animation-duration:0.8s;animation-duration:0.8s;-webkit-animation-name:growDown;animation-name:growDown}
