@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abel/v12/MwQ5bhbm2POE2V9BPbh5uGM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
font-family: 'Abel';
font-size: 16px;
background: #fff;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Abel';
}

body.customize-page {
    background: #fff;
}

a {
color: #999 !important;
text-transform: uppercase;
}

 a:hover {
color: #575757 !important;
text-transform: uppercase;
}

.catnews h3 {
    text-align: center;
    margin-bottom: 30px;
	margin-top: 0px;
}


/*Sektioner*/
.section {
    padding: 30px 0 0;
    margin-bottom: 100px;
}


#ctl00_MC_PH_pnl_InvAdrIsDelAdr {
    display: none;
}


/*Specielt*/
#auth {
    display: none;
}
.cart-other {
    display: none;
}
#ctl00_li_search {
    display: none;
}
.fa-bars:before {
    content: "\f07a";
    color: #DC6900;
}
.panel-preview-buttons {
    float: right;
    display: none;
}
.nav.navbar-nav.navbar-left a:link {
    background: none;
	text-transform: none;
}
.nav.navbar-nav.navbar-left a:visited {
    background: none;
	text-transform: none;
}
.nav.navbar-nav.navbar-left a:hover {
    background: #eeeeee;
	text-transform: none;
}

.navbar-brand .logo {
    height: 41px;
}



/*Ny navnbar (aktiv)*/
.navbar .container {
    position: relative;
    height: 70px !important;
}
.navbar {
    background: white;
    border: transparent;
    border-top: 40px solid #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    height: 95px;
}
.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
    height: 70px !important;
}
.nav.navbar-nav.navbar-left {
    position: relative;
    margin-bottom: 5px;
    float: right !important;
    clear: inherit;
    margin-right: 75px;
}
.navbar-right {
    float: right!important;
    margin-right: -15px;
    position: relative;
    clear: both;
    top: -55px;
}
@media only screen and (max-width: 767px) {
.navbar-collapse.collapse.in {
    opacity: 1;
    margin-top: 40px;
	height: 203px !important;
	border-bottom: 1px solid #ddd;
    }
}
@media only screen and (max-width: 767px) {
.navbar {
    background: white;
    border: transparent;
    border-top: 40px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    }
}
@media only screen and (max-width: 767px) {
.nav.navbar-nav.navbar-left {
    position: relative;
    left: 0px;
	float: left !important;
	margin-bottom: 5px;
    }
}
@media only screen and (max-width: 767px) {
.navbar-right {
    float: left !important;
    margin-top: 51px;
    }
}


/*Oprindelig navnbar (deaktiv)*/
/*.navbar {
    background: white;
    border: transparent;
    border-top: 40px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.nav.navbar-nav.navbar-left {
    position: relative;
    left: 570px;
	margin-bottom: 5px;
}*/


.navbar .navbar-nav > li > a.navbar-nav-cart {
    background: transparent;
    color: #999 !important;
}

.navbar .navbar-nav > li > a.navbar-nav-cart:hover, .navbar .navbar-nav > li > a.navbar-nav-cart:focus {
    background: #fff;
    color: #575757 !important;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus > .open > a:hover {
    color: white !important;
    background: #575757 !important;
}

#ctl00_MC_PH_LB_Add2Cart {
    color: #fff !important;
    background-color: #DC6900;
    border-color: #DC6900;
}

.jumbotron-heading {
    font-size: 0px !important;
}

.panel-product-image {
    height: 240px;
}

.webshop-product-image img {
    width: 110px;
}

.jumbotron-inner {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding: 0px 0;
}

.panel-preview-large a.panel-preview-img {
    width: 100%;
}

.section-breadcrumbs {
    display: none;
}

h4.panel-preview-title {
  font-size: 25px;
}

h4 {
  font-size: 40px;
}

.fa-ellipsis-v:before {
    visibility: hidden;
}

.fa-refresh:before {
    visibility: hidden;
}

.fa-question-circle:before {
    visibility: hidden;
}

#ctl00_MC_PH_pnlR_Webshop .panel-heading {
    display: none;
}
.checkout-page-content .panel-heading {
    visibility: visible;
}

.k-state-active { color: white !important;
    background: #DC6900 !important;}

.k-state-hover { color: white !important;
    background: #DC6900 !important;}

.btn-primary {
    color: #fff !important;
    background-color: #DC6900;
    border-color: #DC6900;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #575757;
    border-color: #575757;
}

.btn-success {
    color: #575757;
    background-color: #fff;
    border-color: #575757;
}

.btn-success:hover {
    color: #fff !important;
    background-color: #575757;
    border-color: #575757;
}

.btn-success:focus {
    color: #fff !important;
    background-color: #575757;
    border-color: #575757;
}

.btn-feedback {
    color: #fff !important;
    border-color: #DC6900 !important;
    background-color:#DC6900;
  }


.small, small {
    font-size: 90%;
}

.panel hr {
    margin: 15px -5px;
    border-color: #ddd;
}

.btn-checkout {
    color: #fff !important;
    background-color: #999;
    border-color: #999;
}

.btn-checkout:hover {
    color: #fff !important;
    background-color: #575757;
    border-color: #999;
}
.footer {
    background: #ECECEC;
    height:auto;
}
	@media only screen and (max-width: 767px) {
    .footer {
    	background: #ECECEC;
    	height:auto;
    }
}

.footer-links a {
  color: #A9A9A9 !important;
text-transform: uppercase;
}
.footer-contact {
  color: #A9A9A9 !important;
text-transform: uppercase;
}

.fa-times:before {
    color:#DC6900;
}

/*Cookie*/
.cc-color-override-530831885.cc-window {
    color: #fff;
    background-color: #DC6900 !important;
    box-shadow: 0 0 0.25rem #050505;
	padding: 0;
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    font-size: 1.2rem;
    text-align: center;
}

.cc-color-override-530831885 .cc-btn {
    color: rgb(255, 255, 255) !important;
    border-color: transparent;
    background-color: #DC6900 !important;
	text-decoration: none !important;
}
.cc-message a:link {
    color: #fff !important;
}


/*Segmentvalg*/
/* Container */
.container-content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	/*font-size: 1vw !important;*/
}
	@media only screen and (max-width: 480px) {
    .container-content {
    	width: 100%;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
		/*font-size: 5vw !important;*/
    }
}

/* Header */
header {
	width: 100%;
	height: 8%;
	background-color: #5D5E5D;
	border-bottom: 1px solid #353635;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-family: 'Abel';
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left: 0%;
	margin-right: 0%;
}

.text-box {
	width: 86%;
	float: left;
	color: #333;
	text-decoration: none;
	margin-left: 7%;
	margin-right: 7%;
}

.link-box-Student {
	width: 100%;
}
.link-box-Student a {
	width: 86%;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(https://basic.ltbc.dk/dl.aspx?mguid=93a11a07-c2a8-4615-9dbc-abb4181175d2);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-radius: 0px;
	padding: 40%;
	color: #fff;
	display: block;
	text-decoration: none;
	margin-left: 7%;
	margin-right: 7%;
}

.link-box-NoCustomer {
	width: 100%;
}
.link-box-NoCustomer a {
	width: 86%;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(https://basic.ltbc.dk/dl.aspx?mguid=253649c0-cbc9-4ceb-a8e5-bed5f51cbeef);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-radius: 0px;
	padding: 40%;
	color: #fff;
	display: block;
	text-decoration: none;
	margin-left: 7%;
	margin-right: 7%;
}

.link-box-Customer {
	width: 100%;
}
.link-box-Customer a {
	width: 86%;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(https://basic.ltbc.dk/dl.aspx?mguid=ecb3612f-3486-4159-a283-5a38c096a1c9);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-radius: 0px;
	padding: 40%;
	color: #fff;
	display: block;
	text-decoration: none;
	margin-left: 7%;
	margin-right: 7%;
}

.link-box h1 {
	color: #fff;
}

.thumbnail {
	width: 31%;
	/*height: 300px;*/
	text-align: center;
	float: left;
	margin-top: 0px;
	background-color: #fff;
	padding-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 0px;
	padding-top: 0%;
	border-bottom: 0px solid #0c0c0c;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

	@media only screen and (max-width: 480px) {
    .thumbnail {
		width: 100%;
		text-align: center;
		float: left;
		margin-top: 0px;
		background-color: #fff;
		padding-bottom: 2%;
		margin-left: 0%;
		margin-right: 0%;
		border-radius: 0px;
		padding-top: 0%;
		border-bottom: 0px solid #0c0c0c;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}

.gallery .thumbnail h2 {
	font-family: 'Abel';
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #0c0c0c;
	text-align: center;
	font-size: 16px;
	width: 100%;
/*	padding-left: 20px;
	padding-right: 20px;*/
}
.gallery .thumbnail h4 {
	font-family: 'Abel';
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #0c0c0c;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #0c0c0c;
	text-align: center;
}
/* More info */
.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;

	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.intro {
	display: inline-block;
	background-color: #6DC7D0;
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	font-size: 14px;
	color: #0c0c0c;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* Mobile */
@media (max-width: 320px) {
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}
