/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
body{
	background-color: #ffffff;

}


@font-face {
	font-family: 'titilliumlight';
	src: url('../../fonts/titillium-light-webfont.woff2') format('woff2'),
	url('../../fonts/titillium-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}




.page{
	min-height: 600px;
	font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
}
.page h1,h2,h3 {
	font-family: Helvetica, Arial, sans-serif;
}
.wrapper {
	float:left;
	width:700px;

}

.groupBox {
	display: block;
	line-height: 20px;
	float:left;
	/*width:220px;*/
	width: 24.25%;
	padding:20px 10px 20px 10px;
	min-height: 200px;
	margin-bottom: 20px;
	margin-right: 1%;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);

	/*Her må vi sette IE spesifik bredde*/
}

.julekalenderBoxForside {
	display: block;
	
	float:left;
	/*width:220px;*/
	width: 49.5%;
	min-height: 200px;
	padding-top:20px;
	
	
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}


.groupBox:nth-of-type(4) {
    margin-right: 0px;
}
.groupBox:nth-of-type(8) {
	margin-right: 0px;
}

#topContainer{
	height:129px;
	margin-right: auto;
	margin-left: auto;
	width:100%;
	display: block;
	margin-bottom: 2rem;
	
}
#siteMenu {
	display:flex;
	gap:1rem;
	justify-content: end;
	height:6px;
	padding-top:20px;
	padding-left:14px;
	text-align:right;
	margin-right:20px;
	color:#666666;
	font-family:  Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	/*font-size: 16px;*/
	font-weight: 400;
}
#siteMenu img{
	vertical-align: inherit
}
#siteMenu a{
	color:#666666;
	margin-right:10px;
}
#siteMenu .user-email {
	text-transform: lowercase;
	margin-right:10px;
}
#topLogoContainer{
	width: 86px;
	float:left;
	padding-left:29px;
}

#topMenuContainer {


	/*width: 450px;*/
	float:left;
	padding-top:20px;
	padding-left:82px;
	
}


#bottomContainer{
	padding: 16px;
	padding-top: 10px;
	height: 76px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #666666;
	border-bottom:1px solid #CECECE;
	width:986px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;


	
}

#bottomContainer a{
	
	color:#ffffff;	
}
footer {
	font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
	padding: 4rem 4rem 2rem 4rem;
	background-color: #fff;
	border-top: 1px solid #efefef;
	border-bottom: 10px solid #E92939;
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: 100;

}
footer h2 {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 400;
	padding-bottom:1.5rem
}
footer a  {
	color: #666666;
}
.logoer img{
		padding-right:4rem;
}

#footerSitemap{

	float:left;
	width:552px;
	text-align: left;
}
.footerSitemapSub {

	float:left;
	background-image: url(../../images/divider.png);
	background-repeat: repeat-y;
	background-position: top right;
}

#aboutus {
	
	margin-right:20px;
	padding:0px;
	padding-top:20px;
	width:345px;
	float:right;
	text-align: left;
	
}

/* Main container styles - END */
#menuArea{
	margin-top:6px;
	float: left;
	
}
#menuContainer{
	padding:20px 0 0 20px;
	/*float: left;*/
	/*width: 780px;*/
}
#menuContainer ul{
	/*float: left;*/
}

#menuContainer li{
	margin: 0;
	padding: 4px 20px 4px 2px;
	float: left;
	list-style: none;
}
.menuSelected{



}
#menuContainer li a{
	font-family: 'kapra_neuesemibold', Helvetica, Arial, sans-serif;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	/*color: #ffffff; old menu*/
	color: #505050;
	padding-top: 2px;
	/padding-top: 3px;
	text-decoration: none;
	display: block;
}
#menuContainer li a:hover{
	color: #000000;
	/*text-decoration: underline;*/
}

#mainLeftContainer{

	padding:20px;
	float:left;
	width:552px;
}
#mainRightContainer{
	
	padding:0px;
	padding-top:20px;
	width:365px;
	float:right;
}
#imageCarousel{
	margin-left:18px;
}



.t {border-top:1px solid #D3D3D3;}
.r {border-right:1px solid #D3D3D3;}
.b {border-bottom:1px solid #D3D3D3;}
.l {border-left:1px solid #D3D3D3;}

a.external{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/external-link.png) no-repeat scroll left center;
	padding:0 16px;
	font-size:14px;
	line-height:130%;
}
a.internal{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/link.png) no-repeat scroll left 4px;
	padding:0 16px;
	font-size:13px;
	line-height:130%;
}
.res { 
	border-bottom:1px solid #999999;
	font-size:14px;
	font-weight:bold;

}
.res-table td { 
	font-size:13px;
	color:#000000;

}
.text { 
	font-size:13px;
	color:#000000;

}
.bt {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../img/bt.jpg) no-repeat scroll left top;
	padding:0 22px;
	font-size:14px;
	padding-top:6px;
	height:33px;
	width:299px;
	cursor:hand;
	text-align:left;
	font-weight:bold;
	
}
.bt:hover {
	background:transparent url(../../img/bt-hover.jpg) no-repeat scroll left top;
}
.bt a{
	display: block;
}
.bt200 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/bt-200.jpg) no-repeat scroll left top;
	padding:0 22px;
	font-size:14px;
	padding-top:6px;
	height:33px;
	width:360px;
	cursor:hand;
	text-align:left;
	font-weight:bold;
	
}
.bt200login {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/bt-200.jpg) no-repeat scroll left top;
	padding:0 22px;
	font-size:14px;
	padding-top:6px;
	height:33px;
	width:200px;
	cursor:hand;
	text-align:left;
	font-weight:bold;
	
}
.bt200:hover {
	background:transparent url(../../images/bt-200-hover.jpg) no-repeat scroll left top;
}.bt a {
	color:#383838;
}.bt:hover a {
	text-decoration:none;
}
.ledetekster {
	color:#999999;
}

.form-login input {
	
	height:30px;
}
input {
  min-height: 30px;
}
/*!
 * Layout komponenter i Hundeweb.dk
 * Av Rune  - Origin AS
 */

h1 {
  font-size: 30px;
  line-height: 30px;
}

h2 {
  font-size: 24px;
  line-height: 24px;
}

h3 {
  font-size: 18px;
  line-height: 18px;
}

h4 {
  font-size: 14px;
  line-height: 14px;
}

h5 {
  font-size: 12px;
  line-height: 12px;
}

h6 {
  font-size: 11px;
  line-height: 11px;
  color: #999999;
  text-transform: uppercase;
}

h1 small {
  font-size: 24px;
}

h2 small {
  font-size: 18px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.ledetekster {
  color:#999;
  font-size:11px;
  font-weight: normal;

}
.btn-100-prosent{
  width:100%;
  text-align: left;
  margin-bottom:4px;
}


[class^="helveticon-"],
[class*=" helveticon-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  *margin-right: .3em;
  line-height: 20px;
  /*vertical-align: text-top;*/
  vertical-align:middle;
  background-image: url("../../img/helveticon-halflings.png");
  background-position: 20px 20px;
  background-repeat: no-repeat;
}

[class^="helveticon-"]:last-child,
[class*=" helveticon-"]:last-child {
  *margin-left: 0;
}

.helveticon-white {
  background-image: url("../../img/helveticon-halflings-white.png");
}

.helveticon-arrow-right {
  background-position: 0      0;
}

.helveticon-arrow-left {
  background-position: -20px 0;
}
.helveticon-arrow-up {
  background-position: -40px 0;
}
.helveticon-arrow-down {
  background-position: -60px 0;
}
.helveticon-checked {
  background-position: -80px 0;
}
.helveticon-un-checked {
  background-position: -100px 0;
}

.push-arrow-right {
  margin-top:5px;
  float:right;
}
hr {
  margin:5px 0px;
}
.big-checkbox {

  height: 24px;
  width:24px;
}
.grey-text {
  color:#ccc;
}
.tilmeld {
  font-size:11px;
  color:666px;
  text-transform: uppercase;
  margin: 8px 2px 0px 0px ;
}


[class^="dkk-icon-"],
[class*=" dkk-icon-"] {
  display: inline-block;
  width: 28px;
  height: 28px;
  *margin-right: .3em;
  line-height: 28px;
  /*vertical-align: text-top;*/
  vertical-align:middle;
  background-image: url("../../img/helveticon-halflings.png");
  background-position: 20px 20px;
  background-repeat: no-repeat;
}

[class^="dkk-icon-"]:last-child,
[class*=" dkk-icon-"]:last-child {
  *margin-left: 0;
}

.dkk-icon-dog {
  background-position: 0px  -48px;
}

.dkk-icon-ht {
  background-position: -28px -48px;
}
.dkk-icon-championat {
  background-position: -56px -48px;
}
.dkk-icon-tilmelding {
  background-position: -84px -48px;
}
.dkk-icon-rekvisitioner {
  background-position: -112px -48px;
}
.dkk-icon-kuld {
  background-position: -140px -48px;
}
.dkk-icon-eierskifte {
  background-position: -168px -48px;
}
.dkk-icon-meldinger {
  background-position: -196px -48px;
}
.dkk-icon-medlemskap {
  background-position: -224px -48px;
}
.dkk-icon-page {
  background-position: -252px -48px;
}

.dkk-icon-wt-basket {
  background-position: 0px  -76px;
}
.dkk-icon-wt-lock {
  background-position: -28px  -76px;
}


.accordion-link{
	color:#333;
	background:transparent url(../../img/arrow-right.png) no-repeat scroll right center;
  	display: block;
  	padding-right:20px;
  
}
.accordion-link:hover{
	text-decoration: none;
}

.minside-link{
	color:#333;
	display: inline-block;
}
.accordion-inner {
	background-color: #f9f9f9;
}
.profil-box{
  margin:  0;
  padding: 10px 19px 14px;
  *padding-top: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
 .main-btn {
 	text-align:left;
 	padding-left:10px;
 	margin-bottom:4px; 
 }

 .btn-selected {
  background-color: hsl(211, 79%, 34%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#12549a", endColorstr="#12549a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#12549a), to(#12549a));
  background-image: -moz-linear-gradient(top, #12549a, #12549a);
  background-image: -ms-linear-gradient(top, #12549a, #12549a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #12549a), color-stop(100%, #12549a));
  background-image: -webkit-linear-gradient(top, #12549a, #12549a);
  background-image: -o-linear-gradient(top, #12549a, #12549a);
  background-image: linear-gradient(#12549a, #12549a);
  border-color: #12549a #12549a hsl(0, 69%, 36%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13);
  -webkit-font-smoothing: antialiased;
}
.btn-selected:hover,
.btn-selected:focus,
.btn-selected:active,
.btn-selected.active,
.btn-selected.disabled,
.btn-selected[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-selected:active,
.btn-selected.active {
  background-color: #24748c \9;
}
.submenu {
  min-height: 20px;
  padding: 19px 6px 19px 19px;
  margin-bottom: 6px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  display: none;
}
.cookie-icon {
	padding-left:20px;
}

.form-100 input[type="text"] {
	width:100%;
}
.form-100 select {
	width:100%;
}


.top-bar {
	background: url('../../img/header-bg.png');
	width: 100%;
	border-bottom: 1px #ccc;
	font-family: Helvetica, Arial, sans-serif;
}


.person {
	padding-right:1.2rem;
	background: url('../../img/person.png') top 6px right no-repeat;
}
.en {
	width:26px;
	height:16px;
	background: url('../../img/en.png') center center no-repeat;
}


.main-menu-item {
	font-family: 'kapra_neuesemibold';
	font-weight: normal;
	font-size: 1.4rem;
	color: #505050;
	text-transform: uppercase;
	margin: 0;
	padding:0;
}
.miniCart {
	position:relative;
	margin-right:5px;
}

.miniCartBagde {
	position:absolute;
	top:-10px;
	left:8px;
	border-radius:50%;
	background-color:#E92939;
	color:#FFFFFF;
	font-size:12px;
	width:16px;
	height:16px;
	text-align:center;
	line-height:100%;
	padding-top:2px;

}


.logo {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 2rem;
}

.new-footer {
	padding: 1rem;
	display: flex;
	justify-content: center;
}