/* here we will add all the theme stuff */

.no-screen{
	display:none;
}
main a{
	color: #3D3D3D;
	text-decoration: underline;
	font-weight: 400;
}

.Forside .rette-font {
    display: none;
}

/*---------- Grid class settings  ----------*/

.default-margin-top {
	margin-top: 10px;
}

.default-margin-bottom {
	margin-bottom: 10px;
}

.color-bgr-dark{
	background: #303030;
}

article h2 {
	font-size: 1.8rem;
	line-height: 2rem;
	margin-bottom: 0px;
	font-weight: 500;
}
article li {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
}

/*---------- Hero  ----------*/

.c-hero-banner {
	min-height: 400px;
}

.frontpage-hero-banner {
	min-height: 400px;
}

.c-hero-banner .frontpage-hero-banner .c-service-menu {
	margin-top:45px;
	float:right;
	
}

.in-content-hero .hero-banner-text{
	background-color: transparent;
}
.in-content-hero .hero-banner-text *{
	color:#000;
}

.in-content-hero .c-service-menu{
	margin-right: 15px;
}


.hero-banner-text{
	margin-top: -100px;
    height: calc(100% + 67px)!important;
    /*padding-bottom: 100px!important;*/
}
.hero-banner-text p{
	font-size: 1.1rem;
}
.bgr_mask {
	background: #455c6bee;
	background: rgba(69,92,107,0.90);
	/*height: 400px;*/
}
.bgr_mask_row1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
	bottom: auto;
	top: 95px;
}
.Manual .bgr_mask_row1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
	bottom: auto;
	top: 0px;
}

.Kontakt-os .bgr_mask_row1 {
	top: 0px;
}

.bgr_mask_frontpage{
	color: white;
	position: relative;
	bottom: auto;
	top: 155px;
}

.bgr_mask_product_page{
	color: white;
	position: relative;
	bottom: auto;
	top: 101px;
}
.bgr_mask_frontpage h2,
.bgr_mask_product_page h2{
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.bgr_mask_product_page h1{
	font-size: 2rem;
	text-transform: uppercase;
}
.bgr_mask_product_page ul{
	line-height: 1.8;
}
.bgr_mask_frontpage p{
	max-width: unset;
}
.orange_text_plan{
	color: #f04e25;
}
.accordion__panel__text .orange_text_plan{
	color: #f04e25;
}
.Forside .content-element.column p{
	max-width: unset;
}
.Forside .no-padding-acc .col--md-12.col{
	padding: unset;
}
.Forside .accordionlist-wrapper{
	margin-top: 25px
}
/*.bgr_mask_row1.frontpage_title{
	position: relative;
	bottom: auto;
	top: 190px;
}

.bgr_mask_row1.frontpage_title img{ 
	max-width: 30%;
    position: relative;
    top: 40px;
    right: 20px;
    display: inline-block;
}*/

.frontpage_city img{
    max-width:140%
} 

.bgr_mask_row1 h1{
	margin-top: 1rem;
	margin-bottom: 0px;
	color: #455c6b01;
	font-size: 5px;
}
.bgr_mask_row1 h2{
	margin-top: 1rem;
	margin-bottom: 0px;
	color: #fff;
	font-size: 2.5rem;
	max-width: 100%;
}
.bgr_mask_row1 h3 {
    color: #fff;
}
.bgr_mask_row1 p{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
}
.bgr_mask_row2,
.contact_row{
	padding-bottom: 1rem;
	padding-top: 2rem;
}
.bgr_mask_row2 h2{
	font-size: 1.3rem;
	color: #fff;
	margin-bottom: 0px;
}
.bgr_mask_row2 p,
.contact_row p{
	font-size: 1rem;
	color: #fff;
	font-weight: 300;
}
.bgr_mask_row2 li,
.contact_row li{
	font-size: 1rem;
	color: #fff;
	margin-bottom: 6px;
	font-weight: 300;
}

/*---------- Header ----------*/

header .c-service-menu {
	margin-bottom: 0px;
}
header .c-service-menu .c-service-menu__link {
	color: #fff;
	text-decoration: none;
}
header .c-service-menu nav .c-service-menu__link__svg{
	fill: var(--color-service-menu);
}

header .c-mega-menu__level--1 {
    margin-top: 25px;
    margin-bottom: 10px;
}
header .c-logo {
    width: 320px;
	padding-top: 15px;
}

.c-sticky-header .c-mega-menu__level--1 > li > a{
	padding-top: 5px;
	color:#fff;
}
	
.c-sticky-header .c-logo {

	width: 100px;
	margin: 15px 0 10px 0;
}
header .c-mega-menu__ul {
    padding-left: 0;
    width: auto;
    display: inline-block;
    cursor: default;
    z-index: 4;
}
header .c-mega-menu {
	text-align: right;
}

/*---------- Mega menu  ----------*/
.c-mega-menu__ul li a span.c-mega-menu__li-a-text, .c-mega-menu__ul li p span.c-mega-menu__li-a-text {
	font-family: "Roboto", helvetica, sans-serif;
}
.c-mega-menu__ul li.-currentPage-ancestor a span.c-mega-menu__li-a-text:after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 5px;
    left: 0;
    content: " ";
    height: 5px;
    background-color: #000;
}

.Manual .c-left-navigation {
    background-color: #455c6bee;
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	margin-top: 25px;
	border-radius: 10px;
}
.Manual .c-left-navigation__item a {
    margin-bottom: 1.2rem;
}
.c-media-gallery__index-counter{
	display: none;
}
.c-media-gallery{
    border: 1px solid #ffffff;
}
.c-media-gallery__modal-btn {
    right: 0;
    left: auto;
}
button.flickity-button{
    background: #506674;
}
.flickity-button:hover {
    background: #303030;
    cursor: pointer;
}
.Manual img{
	border: 1px solid white;
}
.modal__close {
    background-color: #506674;
}
/*---------- Link-element  ----------*/

.links4-cards {
	padding-top: 2rem;
	
}
.links4-cards .c-link-element {
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 2rem;
}
.Forside .c-link-element__link__text {
	text-decoration: none;
}
.Forside .c-link-element a {
    background-color: #fff;
	transition: background .3s ease-in-out;
	padding: 15px 15px 0px 15px;
}
.Forside .c-link-element a:hover{
	background: var(--color-service-menu);
	box-shadow: 0 0 8px 0 rgba(0,0,0,.08), 0 0 15px 0 rgba(0,0,0,.02), 0 0 20px 4px rgba(0,0,0,.06);
	transition: background .3s ease-in-out;
}
.Forside .c-link-element a .c-link-element__image {
	background: #fff;
	padding: 0rem 2rem 0rem 2rem;
}
.Forside .c-link-element a .c-link-element__link {
    background-color: transparent;
	color: var(--color-b);
	transition: color .3s ease-in-out;
}
.Forside .c-link-element a .c-link-element__link__text {
    background-color: transparent;
	color: var(--color-b);
	transition: color .3s ease-in-out;
}
.Forside .c-link-element a:hover .c-link-element__link {
    background-color: transparent;
	color: #fff;
	transition: color .3s ease-in-out;
}
.Forside .c-link-element a:hover .c-link-element__link__text {
    background-color: transparent;
	color: #fff;
	transition: color .3s ease-in-out;
}

.link-menu .c-link-element{
	padding-bottom:0.5rem;
	padding-top:0.5rem;
}

.link-menu .c-link-element__link
{
	background-color: var(--color-b);
}

.link-menu .c-link-element__link__text
{
	color: #fff;
}

.link-menu .c-link-element__link__svg-arrow{
	fill:#fff;
}

.link-menu .c-link-element:first-child{
	padding-top:0;
}



.Forside .cards_small {
	padding-top: 1rem;
}

.Forside .cards_small .c-link-element{
	max-width: 24%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}


.Forside .cards_small .c-link-element a {
    background-color: transparent;
	transition: background .3s ease-in-out;
	padding: 0px 0px 0px 0px;
}
.Forside .cards_small .c-link-element a:hover{
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.08), 0 0 15px 0 rgba(0,0,0,.02), 0 0 20px 4px rgba(0,0,0,.06);
	transition: background .3s ease-in-out;
}
.Forside .cards_small .c-link-element a:hover .c-link-element__link__text {
	color: var(--color-service-menu);
}
.Forside .cards_small .c-link-element a .c-link-element__image {
    background: transparent;
    padding: 0rem 2rem 0rem 2rem;
}

.Forside .cards_small  .c-link-element a .c-link-element__link {
    background-color: transparent;
    color: #fff;
    transition: color .3s ease-in-out;
	padding: 0px;
	margin: 0px;
}

.Forside .cards_small  .c-link-element a .c-link-element__link__text {
    background-color: transparent;
    color: #475a6a;
    transition: color .3s ease-in-out;
	text-align: center;
	padding: 0px;
	margin: 0px;
	transform: translateY(-12px);
	font-size: 12px;
}


/*----- Forside -----*/
main .frontpage_subheader p{
    max-width:100%;
    font-weight:400;
	margin-top:1.4rem;
}

/*---------- Footer ----------*/
footer .footer-address{
	padding-bottom: 25px;
}
footer {
	padding-top: 25px;
    padding-bottom: 0px;
    background-color: hsl(0, 0%, 100%);
}
footer .c-logo {
	width: 320px;
	margin-bottom: 20px;
}
footer .footer-city .c-hero-banner.c-grid-component.lazy-bg.lazy-loaded{
	min-height: 217px;
}
footer h2{
	margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1.55rem;
    font-weight:300;
    margin-bottom:5px;
}
footer h3{
	margin:0;
	font-size:1.3rem;
	margin-bottom:10px;
}
footer p{

	margin:0 0 20px 0;
}
footer .cowi-stamp, footer .cowi-stamp a {
	text-decoration:none;
	padding-top:10px;
}
footer .cookie_link a{
	text-decoration: none;
	padding: 10px;
	display: block;
    transform: translateY(7px);
}
footer .copyright p{
	display: block;
    transform: translateY(11px);
	margin-bottom: 0px;
}
.c-breadcrumb li:not(.active) a:not(.c-breadcrumb__home-link), .c-breadcrumb__home-link-text{
	text-decoration:underline;
	color: #506674;
}
svg.c-breadcrumb__svg-home {
    fill: #506674;
}
.c-breadcrumb>.active {
    color: #303030;
}
/*---------- Manual ----------*/
/*
.Manual .row1 .c-link-element{
	position: absolute;
    top: 130px;
    height: 210px;
    width: 400px;
}
.Manual .row2 .c-link-element{
	position: absolute;
    top: 310px;
    height: 210px;
    width: 400px;
}

.Manual .c-link-element__link{
	border: 2px solid #f04e25;
	border-radius: 20px

}
.Manual .c-link-element__link__text{
	text-decoration: none;
	line-height: 105px;
	text-align: center;
	font-size: 23px;
	color: #303030;
}
*/
.Manual p{
	max-width: 100%;
}
.Manual .main-content a{
	color: #506674;
    font-weight: 400;
}
.Manual table{
	font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
    padding: 5px 5px 5px 5px;
	margin-bottom: 20px;
}
.Manual td{
    padding: 5px 5px 5px 5px;
}
.links-side .links-wrapper > a,
.links-side .links-wrapper .c-link-element__link-block > a{
    background: #506674;
    padding: 10px;
    color: white;
    margin-right: 10px;
	display: inline-block;
}
/* ******** Kontakt ***********   */

.Kontakt-os .card-wrapper,
.Manual .card-wrapper,
.Produkter .card-wrapper,
.product_page .card-wrapper{
    position: relative;
    width: 100%;
    margin: 0;
    -webkit-perspective: 800px;
    perspective: 800px;
	display: inline-block;
    min-height: 400px;
	margin-bottom: 30px;
}

.Kontakt-os .card,
.Manual .card,
.Produkter .card,
.product_page .card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.Kontakt-os .text-center,
.Manual .text-center,
.Produkter .text-center,
.product_page .text-center{
    text-align: center !important;
}
.Kontakt-os .card,
.Manual .card,
.Produkter .card,
.product_page .card{
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.Kontakt-os .card-wrapper .card-rotating,
.Manual .card-wrapper .card-rotating,
.Produkter .card-wrapper .card-rotating,
.product_page .card-wrapper .card-rotating{
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.Kontakt-os .card-wrapper .card-rotating .face,
.Manual .card-wrapper .card-rotating .face,
.Produkter .card-wrapper .card-rotating .face,
.product_page .card-wrapper .card-rotating .face{
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.Kontakt-os .card-wrapper .card-rotating .back,
.Manual .card-wrapper .card-rotating .back,
.Produkter .card-wrapper .card-rotating .back,
.product_page .card-wrapper .card-rotating .back{
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.Kontakt-os .card-wrapper .avatar img,
.Manual .card-wrapper .avatar img,
.Produkter .card-wrapper .avatar img,
.product_page .card-wrapper .avatar img{
    width: 100%;
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #fff;
}
.Kontakt-os .card-wrapper .avatar,
.Manual .card-wrapper .avatar,
.Produkter .card-wrapper .avatar,
.product_page .card-wrapper .avatar{
    display: inline-block;
    width: 216px;
    margin-top: -193px;
    overflow: hidden;
}
.Kontakt-os .rounded-circle,
.Manual .rounded-circle,
.Produkter .rounded-circle,
.product_page .rounded-circle{
    border-radius: 50% !important;
}
.Kontakt-os .card-wrapper .card-up,
.Manual .card-wrapper .card-up,
.Produkter .card-wrapper .card-up,
.product_page .card-wrapper .card-up{
    height: 200px;
    overflow: hidden;
}
.Kontakt-os .card-wrapper .card-up img,
.Manual .card-wrapper .card-up img,
.Produkter .card-wrapper .card-up img,
.product_page .card-wrapper .card-up img{
    vertical-align: middle;
}
.Kontakt-os .card-img-top,
.Manual .card-img-top,
.Produkter .card-img-top,
.product_page .card-img-top{
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.Kontakt-os .card-wrapper .card-rotating .front, 
.Kontakt-os .card-wrapper .card-rotating .back,
.Manual .card-wrapper .card-rotating .front, 
.Manual .card-wrapper .card-rotating .back,
.Produkter .card-wrapper .card-rotating .front, 
.Produkter .card-wrapper .card-rotating .back,
.product_page .card-wrapper .card-rotating .front, 
.product_page .card-wrapper .card-rotating .back{
    -webkit-transition: 1s;
    transition: 1s;
}
.Kontakt-os .card-wrapper .card-rotating .front,
.Manual .card-wrapper .card-rotating .front,
.Produkter .card-wrapper .card-rotating .front,
.product_page .card-wrapper .card-rotating .front{
    z-index: 1;
}


.Kontakt-os .card-body,
.Manual .card-body,
.Produkter .card-body,
.product_page .card-body{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 0 !important;
	flex: 1 1 auto;
    padding: 1.25rem;
}
.Kontakt-os .font-weight-bold,
.Manual .font-weight-bold,
.Produkter .font-weight-bold {
    font-weight: 700 !important;
}
.Kontakt-os .mb-3, 
.Kontakt-os .my-3,
.Manual .mb-3, 
.Manual .my-3,
.Produkter .mb-3, 
.Produkter .my-3,
.product_page .mb-3, 
.product_page .my-3{
    margin-bottom: 0px !important;
	margin-top: 0px !important;
}
.Kontakt-os .blue-text,
.Manual .blue-text,
.Produkter .blue-text,
.product_page .blue-text{
    color: #f04e25 !important;
	padding: 0px;
	margin: 0px;
}
.Kontakt-os a:not([href]):not([tabindex]), 
.Kontakt-os a:not([href]):not([tabindex]):focus, 
.Kontakt-os a:not([href]):not([tabindex]):hover,
.Manual a:not([href]):not([tabindex]), 
.Manual a:not([href]):not([tabindex]):focus, 
.Manual a:not([href]):not([tabindex]):hover,
.Produkter a:not([href]):not([tabindex]), 
.Produkter a:not([href]):not([tabindex]):focus, 
.Produkter a:not([href]):not([tabindex]):hover,
.product_page a:not([href]):not([tabindex]), 
.product_page a:not([href]):not([tabindex]):focus, 
.product_page a:not([href]):not([tabindex]):hover{
    color: inherit;
    text-decoration: none;
}
.Kontakt-os .bgr_mask_row2 p,
.Kontakt-os .contact_row p,
.Manual .bgr_mask_row2 p,
.Manual .contact_row p,
.Produkter .bgr_mask_row2 p,
.Produkter .contact_row p,
.product_page .bgr_mask_row2 p,
.product_page .contact_row p{
    font-size: 1rem;
    color: #3d3d3d;
    font-weight: 300;
	padding: 0px;
	margin: 0px;
}

.Kontakt-os .bgr_mask_row2 .c-link-element__link,
.Kontakt-os .contact_row .c-link-element__link,
.Manual .bgr_mask_row2 .c-link-element__link,
.Manual .contact_row .c-link-element__link,
.Produkter .bgr_mask_row2 .c-link-element__link,
.Produkter .contact_row .c-link-element__link,
.product_page .bgr_mask_row2 .c-link-element__link,
.product_page .contact_row .c-link-element__link{
	padding: 0px;
	border-radius: 20px;
	border: 1px solid #00000011;
}
.Kontakt-os  .bgr_mask_row2 .c-link-element__link__text,
.Kontakt-os  .contact_row .c-link-element__link__text,
.Manual  .bgr_mask_row2 .c-link-element__link__text,
.Manual  .contact_row .c-link-element__link__text,
.Produkter  .bgr_mask_row2 .c-link-element__link__text,
.Produkter  .contact_row .c-link-element__link__text,
.product_page  .bgr_mask_row2 .c-link-element__link__text,
.product_page  .contact_row .c-link-element__link__text{

	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	text-align: left;
	color: #455c6b;
    font-weight: 400;
	    
}
.Kontakt-os .bgr_mask_row2  .c-link-element__link__svg-arrow,
.Kontakt-os .contact_row  .c-link-element__link__svg-arrow,
.Manual .bgr_mask_row2  .c-link-element__link__svg-arrow,
.Manual .contact_row  .c-link-element__link__svg-arrow,
.Produkter .bgr_mask_row2  .c-link-element__link__svg-arrow,
.Produkter .contact_row  .c-link-element__link__svg-arrow,
.product_page .bgr_mask_row2  .c-link-element__link__svg-arrow,
.product_page .contact_row  .c-link-element__link__svg-arrow{
    transition: all .5s ease-in-out;
    height: 20px;
    width: 100%;
    color: #f04e25;
	fill: #f04e25;
    text-decoration: underline;
    margin: 0;
    flex-shrink: 0;
}
.Kontakt-os .card-wrapper:hover .face,
.Manual .card-wrapper:hover .face,
.Produkter .card-wrapper:hover .face,
.product_page .card-wrapper:hover .face{
	background: #f04e25;
	-webkit-transition: .3s;
    transition: .3s;
	border-radius: 5px;
}
.Kontakt-os .card-wrapper:hover .blue-text,
.Manual .card-wrapper:hover .blue-text,
.Produkter .card-wrapper:hover .blue-text,
.product_page .card-wrapper:hover .blue-text{
	color: #fff !important;
}
.Kontakt-os .card-wrapper:hover .card-img-top,
.Manual .card-wrapper:hover .card-img-top,
.Produkter .card-wrapper:hover .card-img-top,
.product_page .card-wrapper:hover .card-img-top{
	opacity: 0;
}
.spacer-20{
	height: 20px;
}
#card-support-wrapper{
	min-height: 202px;
	margin-bottom: 26px;
}
#card-manual-wrapper{
	min-height: 90px;
}
#card-cat0a-wrapper{
	min-height: 90px;
}
#card-cat0b-wrapper{
	min-height: 90px;
	margin-top: 25px;
}

#card-cat1-wrapper{
	min-height: 90px;
}
#card-cat2-wrapper{
	min-height: 90px;
	margin-top: 25px;
}
#card-cat1, #card-cat2{
	/* background: #eff4f7; */
}
#card-cat3-wrapper{
	min-height: 90px;
}
#card-cat4-wrapper{
	min-height: 90px;
	margin-top: 25px;
}
#card-cat5-wrapper{
	min-height: 90px;
}
#card-cat6-wrapper{
	min-height: 90px;
	margin-top: 25px;
}
.full-width-bg.full-width-component.color-bgr-dark.breadcrumb {
    margin-bottom: -20px;
}
ul.c-breadcrumb {
    margin-left: 14px;
}
.Manual .manual_collections .c-service-menu nav .c-service-menu__link{
	border: 1px solid #00000011;
    margin-bottom: 10px;
    width: 100%;
    background: white;
    text-decoration: none;
    border-radius: 20px;
    color: #455c6b;
    padding-left: 24px;
    padding-top: 10px;
}
svg.c-service-menu__link__svg {
    color: #f04e25;
    fill: #f04e25;
}
.Manual main article  .row-same-height .col--md-3 .c-link-element a,
.Manual main article  .row-same-height .col--md-4 .c-link-element a,
.Manual main article  .row-same-height .col--md-6 .c-link-element a{
	border-radius: 5px;
	border: 0;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.Manual main article  .row-same-height .col--md-3 .c-link-element__extra-text p,
.Manual main article  .row-same-height .col--md-4 .c-link-element__extra-text p,
.Manual main article  .row-same-height .col--md-6 .c-link-element__extra-text p{
	border-radius: 5px;
	color: #f04e25;	
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
}
.Manual main article  .row-same-height .col--md-3 p.c-link-element__link__text,
.Manual main article  .row-same-height .col--md-4 p.c-link-element__link__text,
.Manual main article  .row-same-height .col--md-6 p.c-link-element__link__text{
	border-radius: 5px;
	color: black;	
	font-weight: 700;
	font-size: 18px;
	position: absolute;
    bottom: 10px;
}
.Manual main article  .row-same-height .col--md-3 .c-link-element a:hover >  .c-link-element__extra-text,
.Manual main article  .row-same-height .col--md-4 .c-link-element a:hover >  .c-link-element__extra-text,
.Manual main article  .row-same-height .col--md-6 .c-link-element a:hover >  .c-link-element__extra-text{
	background: #455c6bee; 
	color: #fff;
	transition: .3s;
}
.Manual main article  .row-same-height .col--md-3 .c-link-element a:hover >  .c-link-element__extra-text p,
.Manual main article  .row-same-height .col--md-4 .c-link-element a:hover >  .c-link-element__extra-text p,
.Manual main article  .row-same-height .col--md-6 .c-link-element a:hover >  .c-link-element__extra-text p{
	color: #fff;
	transition: .3s;
}
.Manual main article  .row-same-height .col--md-3 .c-link-element a:hover >  .c-link-element__link,
.Manual main article  .row-same-height .col--md-4 .c-link-element a:hover >  .c-link-element__link,
.Manual main article  .row-same-height .col--md-6 .c-link-element a:hover >  .c-link-element__link{
	background: #455c6bee; 
	color: #fff;
	transition: .3s;
}
.Manual main article  .row-same-height .col--md-3 .c-link-element a:hover >  .c-link-element__link p,
.Manual main article  .row-same-height .col--md-4 .c-link-element a:hover >  .c-link-element__link p,
.Manual main article  .row-same-height .col--md-6 .c-link-element a:hover >  .c-link-element__link p{
	color: #fff;
	transition: .3s;
}

.Manual main article  .row-same-height .col--md-3 .c-link-element a .c-link-element__extra-text,
.Manual main article  .row-same-height .col--md-4 .c-link-element a .c-link-element__extra-text,
.Manual main article  .row-same-height .col--md-6 .c-link-element a .c-link-element__extra-text{
	border-radius: 5px 5px 0px 0px;
}

.Manual main article  .row-same-height .col--md-3 .c-link-element a .c-link-element__link,
.Manual main article  .row-same-height .col--md-4 .c-link-element a .c-link-element__link,
.Manual main article  .row-same-height .col--md-6 .c-link-element a .c-link-element__link{
	border-radius: 0px 0px 5px 5px;
	position: relative;
}

.kategorier p{
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.rte-infobox.clearfix {
    background: #506674;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
	margin-bottom: 15px;
	border-radius: 10px;
}
.Forside .rte-infobox.clearfix{
	min-height: 125px;
	margin-top: 20px;
	background: #f3f3f3;
	background: #ffffff;
	color: #3D3D3D;
}
.Forside .rte-infobox.clearfix h4 {
	font-weight: 400;
}
.rte-infobox.clearfix a{
	color: white;
	text-decoration: underline;
}
#cowiplan_drift_countdown {
    color: #506674;
    font-size: 10px;
    margin-top: -20px;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 2px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.img_favicon{
	transform: translateY(4px);
	margin: 0px 15px 0px 0px;
}
.Cookiepolitik p a{
	color: #F04E23;
}
#btn_cookie_link{
    color: #fff;
}


.btn {
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    padding: .84rem 2.14rem;
    font-size: .81rem;
}
.btn:hover{
	opacity: 1;
}
.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.btn-primary {
    color: #fff;
    background-color: #f04e23 !important;
}
a.waves-effect, a.waves-light {
    display: inline-block;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
    color: #fff;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-dialog.modal-notify .modal-body {
    padding: 1.5rem;
    color: #616161;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-dialog .modal-content {
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal .modal-dialog.modal-top {
    top: -500px;
	left: 0;
	position: fixed;transition: transform 0.3s ease-out;
	z-index: 9999;
	
}
#modalCookie1 .shown{
	top: 0px;
	transition: top 0.3s ease-out
}
#modalCookie1 .modal-dialog {
	padding-top: 30px;
	margin: 0px;
}
.btn-outline-primary {
    color: #f04e23 !important;
    background-color: transparent !important;
    border: 2px solid #f04e23 !important;
}
.btn-rounded {
    border-radius: 10em;
}
.btn:hover, 
.btn:focus, 
.btn:active, 
a[type=button]:hover,
a[type=button]:focus,
a[type=button]:active,
button:hover,
button:focus,
button:active,
{
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
#modalCookie1 p{
	line-height: 1.6;
	color: #fff;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#modalCookie1 p strong{
	color: #9da7b0;
}
#modalCookie1 .modal-content {
	background: #232323;
	opacity: 1;
}
.c-cookie__accept-btn {
    font-size: 12px;
    padding: .5rem 1rem;
    background-color: #303030;
    position: absolute;
    right: 17px;
    bottom: 68px;
    transition: all 0.5s ease-in-out;
    margin: .375rem;
    color: #fff;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    padding: 1.1rem 2.14rem;
    font-size: .81rem;
    border-radius: 10em;
    min-width: 133px;
}

/* ******** Produkter *********** RTJJ  */
.Produkter .white_box,
.product_page .white_box{
	background-color: white;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.Produkter .white_box2,
.product_page .white_box2{
	background-color: white;
}
.Produkter .white_box2_top,
.product_page .white_box2_first{
	background-color: white;
	margin-top: 30px;
}
.Produkter .img_border{
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.Produkter .c-media-gallery__modal-btn{
	top: auto;
	bottom: 0;
}
.Produkter .top_margin_30{
	margin-top: 30px;
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.Produkter .carousel-cell.c-media-gallery__carousel-cell.is-selected{
	background-color: white;
}
.Produkter .white_box p, 
.Produkter .white_box h2,
.product_page .white_box p, 
.product_page .white_box h2{
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 1250 !important;
}
.Produkter .plan_eks .c-link-element__image{
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.Produkter .fordel .c-media-gallery__image-container{
	background-color: white;
}
.Produkter .fordel .c-media-gallery__image-container img{
	margin-left: 275px;
	margin-top:0px;
}
.Produkter .fordel .c-media-gallery__modal-btn{
	display: none;
}
.Produkter .margin_top_15px {
    margin-top: 15px;
}
.Produkter .pdf_frontpage img{
    border: 1px #f3f3f3 solid;
    margin-bottom: 15px;
}

.Produkter .solrod_logo .c-link-element a .c-link-element__image,
.Produkter .solrod_logo .c-link-element a{
	background: #990000;
}
.Produkter .horsens_logo .c-link-element a .c-link-element__image,
.Produkter .horsens_logo .c-link-element a{
	background: #2b2f61;
	padding-top: 25px;
}
.Produkter .nyborg_logo .c-link-element a .c-link-element__image,
.Produkter .nyborg_logo .c-link-element a{
	background: #005e81;
}
.Produkter .holbaek_logo .c-link-element a .c-link-element__image,
.Produkter .holbaek_logo .c-link-element a{
	background: #1b597a;
}

.Produkter .solrod_logo .c-link-element,
.Produkter .horsens_logo .c-link-element,
.Produkter .nyborg_logo .c-link-element,
.Produkter .holbaek_logo .c-link-element{
	min-height: 191px;
}
.Produkter .solrod_logo .c-link-element__link,
.Produkter .horsens_logo .c-link-element__link,
.Produkter .nyborg_logo .c-link-element__link,
.Produkter .holbaek_logo .c-link-element__link{
	padding: 0px;
}

.accordion__btn {
	font-weight: 600;
	color: white;
	padding-left: 15px;
	margin-bottom: 5px;
	font-size: 20px;
	background-color: #455c6bee;
	border-radius: 5px;
}
.accordion .accordion__btn .accordion__icon svg{
	display:none;
}
.accordion .accordion__btn .accordion__icon:after {
	content:"+";
	line-height:0;
	position: relative;
	right: 10px;
	top: 10px;
	padding-right: 10px;
	font-size:50px;
	font-weight:500;
	color: white
}
.accordion .accordion__btn.active .accordion__icon:after {
	content:"-";
	line-height:0;
	position: relative;
	right: 10px;
	top: 10px;
	font-size:50px;
	font-weight:500;
	color: white;
}
.accordion__panel__text a{
	text-decoration: underline;
}
.accordion__panel__text *{
	color:#3d3d3d; 
}

.youtube_iframe {
	border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	border-radius: 5px;
}
.row_color_1{
	background: #455c6b;
}
.row_color_1  .c-link-element a{
	border-radius: 10px;
}
.row_color_1 .row,
.row_color_1 .row .col,
.row_color_1 .row .col .column{
	margin-top: 0px;
	padding-top: 0px;
}
.row_color_1 .row .col .column .c-link-element{
	margin-top: 15px;
	padding-top: 0px;
}
.row_color_2{
	background: #ffffff;
}
.row_color_3{
	background: #ffffff;
	padding-bottom: 2rem;
}
.element-row:nth-of-type(odd) .row_color_4{
	background: #7e99ab;
	color: #fff;
}
.element-row:nth-of-type(even) .row_color_4{
	background: #5f7786;
	color: #fff;
}
.row_color_4 h2{
	margin-bottom: 1rem;
}
.row_color_4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.row_color_5{
	background: #ffffff;
	padding-top: 1rem;
}
.element-row:nth-of-type(odd) .row_color_5{
	
}
.element-row:nth-of-type(even) .row_color_5{
	padding-bottom: 1rem;
}
.row_color_6{
	background: #e6f0f7;
}
.element-row:nth-of-type(odd) .row_color_6{
	
}
.element-row:nth-of-type(even) .row_color_6{
	padding-bottom: 1rem;
}
.row_color_7{
	background: #ffffff;
}
.element-row:nth-of-type(odd) .row_color_7{

}
.element-row:nth-of-type(even) .row_color_7{
	padding-bottom: 1rem;
}
.row_color_8{
	background: #e6f0f7;
}
.row_color_9{
	background: #7e99ab;
	color: #fff;
}
.row_color_10{
	background: #5f7786;
	color: #fff;
}
h2.overskrift{
	color: white;
	padding: 10px;
	background: #303030;
	margin: 10px 0px 10px 0px;
	font-size: 25px;
	font-weight: 500;
}
.c-project-list__field-name h2{
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0px 10px 0px;
	padding-left:10px;
}
.c-project-list p{
	font-size: 15px;
	font-weight: 400;
	margin: 10px 0px 10px 0px;
	padding-left:10px;
}
.kom_map .c-leaflet-map.leaflet-container {
	margin-top: 10px;
    border: 2px #303030 solid;
}

.Brugerseminar .program_felt h2 {
	padding-top: 1rem
}


/*----- Media queries-----*/
@media  (min-width: 992px){
	.Kontakt-os .card-wrapper,
	.Manual .card-wrapper{
		margin-bottom: 0px;
	}
	.p_spacer {
		height: 83px;
	}
	#card-cat1-wrapper{
		min-height: 260px;
	}
	#card-cat2-wrapper{
		min-height: 90px;
	}
	.modal .modal-frame {
		position: absolute;
		width: 100%;
		max-width: 100% !important;
		margin: 0 !important;
	}
}
@media  (min-width: 1050px){
	#card-cat1-wrapper{
		min-height: 240px;
	}
	#card-cat2-wrapper{
		min-height: 90px;
	}
	.row_color_4 .col--md-8 {
		max-width: 75%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}
	.row_color_4 .col--md-4 {
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
}
@media  (min-width: 1240px){
	#card-cat1-wrapper{
		min-height: 204px;
	}
	#card-cat2-wrapper{
		min-height: 90px;
	}
}

.anv_tabel th {
	background-color: #455c6bee;
	color: white;
}

.anv_tabel tr:nth-child(even) {background-color: white;}

.anv_tabel td{
	width: 50%;
}

.Moduler .white_box2_top img {
	display: block;
	margin: auto;
}

.Moduler .white_box2_top .col{
	margin: auto;
	padding-left: 60px;
	padding-right: 60px
}

.produktikon img {
	float: none !important;
	display: block;
	margin: auto;
}

.extra_margin_top {
	margin-top: 35px;
}