body {
  background:url(/Media/images/subBG.png) no-repeat fixed;
  background-position:top 0 right 0;
  margin:0;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
}
img {
  display: block;
  border:none;
}
h1 {
  margin:30px 0 0 0;
  color:#e31818;
  font-size:22px;
  font-weight:600;
}
h2 {
  color:#e31818;
  font-size:20px;
  font-weight:600;
}
p {
  line-height:22px;
  font-weight:400;
}
strong {
  font-weight:600;
}
a {
  color:#000;
  transition:all 0.4s ease;
}
a:hover {
  background:#e31818;
  color:#fff;
  text-decoration:none;
}
@media only screen and (min-width: 1200px) {
  body {
	overflow-x: hidden;
  }
}
/* -- Faelles CLASSES -- */
.wrapper {
  width: 1100px;
  margin: 0 auto;
}
.edge {
  width:1560px;
  margin-left: -780px;
  position: relative;
  left: 50%;
}
.topwrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/* -- .header CLASSES -- */
.frontMenu {
  position:absolute;
  right:230px;
  top:73px;
  z-index:99999;
}
.frontLogo {
  position:absolute;
  left:230px;
  top:0;
  z-index:99999;
}
.header {
  height: 140px;
}
.header div {
  float: left;
}
.logo {
  width: 227px;
  margin-top: 33px;
}
.headMenu {
  width: 873px;
  text-align: right;
  margin-top: 73px;
}
.topmenu {
  margin:0;
  padding:0;
	float:right;
}
.topmenu li {
  list-style:none;
  display:inline-block;
  position:relative;
}
.topmenu li a {
  padding:8px 15px;
  color:#000;
	float:left;
  font-size:14px;
  font-weight:400;
  text-decoration:none;
  text-transform:uppercase;
  transition:all 0.3s ease;
}
	.topmenu li > ul li a
	{
	float:none;}
.topmenu li > ul li
	{
	display: block;
}
	.topmenu li ul {
}

.topmenu li a:hover {
  background:#e31818;
  color:#fff;
}
.topmenu .current a {
  background:#e31818;
  color:#fff;
}
.topmenu li:hover > ul {
  display: block;
}
/* level 2 list */
.topmenu ul {
  background:#e31818;
  display: none;
  margin: 0;
  padding: 0;
  min-width: 190px;
  position: absolute;
  top: 28px;
  left: 0px;
  border:0px;
  z-index: 999;
}
.topmenu ul li {
  float: none;
  margin: 0;
  padding: 0;
  text-align:left;
}
.topmenu ul li a {
  padding:8px 15px;
  display: block;
  color:#fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topmenu ul li a:hover {
  background:#ba0909;
}
.topmenu .current ul li a:hover {
  background:#ba0909;
}
/* -- Breadcrumbs -- */
.breadcrumb {
  width: 100%;
  margin: 15px 0;
}
.breadcrumb ul {
  margin:0;
  padding:0;
}
.breadcrumb li {
  list-style:none;
  display:inline;
  color:#636363;
  font-size:12px;
  font-weight:300;
}
.breadcrumb li:last-child {
  color:#e31818;
}
.breadcrumb li a {
  background:none;
  color:#636363;
  text-decoration:none;
  transition:all 0.3s ease;
}
.breadcrumb li a:hover {
  color:#e31818;
}
.divider {
  margin:0 5px;
  font-size:14px;
}
/* -- Content -- */
.content {
  min-height: 300px;
}
.contentMain div {
  float: left;
}

.rightCol span.greytext {
	color: #bdbdbd;
}

.rightCol table {
	width: 100%;
	font-size: 15px;
	color: #353535;
}
.rightCol table p {
	margin: 0px;
}

.leftCol, .rightCol {
  box-sizing: border-box;
  float: left;
}
.leftCol {
  width: 290px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.rightCol {
  width: 810px;
}
.rightCol div {
  float: left;
}
.bigP {
  width: 100%;
  height: 265px;
}
.overskrift {
  width: 100%;
}
.leftSpalte, .rightSpalte {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.leftSpalte {
  padding-right: 15px;
}
.rightSpalte {
  padding-left: 15px;
}
.fokusMenu {
  width:100%;
  padding:20px 0;
  border-bottom:2px solid #f5f5f5;
  text-align: center;
}
.fokusMenu a {
  background:#e31818 url(/Media/images/fkBg.png) no-repeat;
  background-position:center left 4px;
 padding: 6px 5px 6px 10px;
    margin: 0 2px;
  border-radius:2px;
  color:#fff;
  text-decoration:none;
  transition:all 0.2s ease;
  width:161px;
  display:inline-block;
  border-bottom:2px solid #e31818;
}
.fokusMenu a:hover {
  background:#e31818 url(/Media/images/fkBg.png) no-repeat;
  background-position:center left 4px;
  border-bottom:2px solid #ba0909;
}
.fokusMenu a:active {
  background:#ba0909 url(/Media/images/fkBg.png) no-repeat;
  background-position:center left 4px;
  border:none;
}
.frontContent div {
  float:left;
}
.value {
  width:100%;
  height:148px;
  margin-top:50px;
}
/** khtValues **/
ul.khtValues {
	box-sizing: border-box;

	padding: 0px;
	display: block;
	list-style: none;
}

ul.khtValues li {
	float: left;
	display:block;
	width: 20%;
	box-sizing: border-box;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: 700;
	padding: 0px 20px 0px 11px;
	border-right:1px solid #ebebeb;
}
ul.khtValues li:first-child {
	padding-left: 0px;
}

ul.khtValues li:last-child {
	border-right: 0px;
	padding-right: 0px;
}

ul.khtValues li h2 {
	margin: 0px 0px 5px 0px;
	font-size: 18px;
}

ul.khtValues li h2:before {
	content:url('/images/check.png');
	position: relative;
	top:5px;
	margin-right: 10px;

}
/* -- Sidemenu -- */
.sidemenu {
  margin:0;
  padding:0;
  list-style:none;
}
.sidemenu li {
  position:relative;
}
.sidemenu li a {
  background:#e31818;
  padding:10px;
  display:block;
  color:#fff;
  font-size:14px;
  font-weight:400;
  text-decoration:none;
  border-bottom:1px solid #fff;
  transition:all 0.4s ease;
}
.sidemenu li a:hover {
  background:#ba0909;
  padding:10px 15px;
}
.sidemenu .current a {
  background:#ba0909;
}
/* lvl2 */
.sidemenu ul {
  margin:0;
  padding:0;
  list-style:none;
}
.sidemenu ul li a {
  background:rgba(227, 24, 24, 0.8);
  padding:10px 10px 10px 30px;
  border-bottom:0px;
}
.sidemenu ul li a:hover {
  background:rgba(227, 24, 24, 0.95);
  padding:10px 10px 10px 35px;
  border-bottom:0px;
  border-left:5px solid #ba0909;
}
.sidemenu .current ul a {
  background:rgba(227, 24, 24, 0.8);
}
.sidemenu .current ul li.current {
  background:rgba(227, 24, 24, 0.95);
}
.ddBtn {
  padding:10px 15px;
  position:absolute;
  right:0;
  top:0;
  color:#fff;
  cursor:pointer;
}
.ddBtn:hover {
  background:#ba0909;
}
.ddBtn:after {
  content:"+";
}
.ddBtnActive {
  padding:10px 17px 10px 16px;
}
.ddBtnActive:after {
  content:"-";
}
/* -- Kontakt side -- */
.contactUs {
  background:#66686c;
  padding:10px;
  margin-top:30px;
}
.contactUs h1, .contactUs p,
.contactUs a {
  color:#fff;
}
.contactUs h1 {
  margin:0;
  font-size:14px;
}
.contactUs p, .contactUs a {
  font-size:12px;
  line-height:16px;
  transition:all 0.4s ease;
}
.contactUs a:hover {
  background:#e31818;
  text-decoration:none;
}
.cList {
  margin-top:25px;
}
.person {
  background:url(/Media/images/pBg.png) no-repeat;
  width:50%;
  margin:0 0 30px 0;
}
.person div {
  box-sizing:border-box;
}
.img {
  border:2px solid #66686c;
}
.pData {
  width:60%;
  padding:25px 0 0 15px;
}
.pData div {
  width:100%;
  font-size:12px;
  line-height:24px;
}
.pData div:first-child {
  width:100%;
  font-size:14px;
  font-weight:600;
}
.afd {
  background:url(/Media/images/tag.svg) no-repeat;
  background-position:center left 5px;
  width:100%;
  padding:10px 30px;
  color:#fff;
}
/* -- Nyhedssektion -- */
.newHeadline {
  width:100%;
}
.newHeadline h1 {
  margin:0;
  font-size:26px;
}
/* Nyheds temp */
.overskriftNews {
  width: 100%;
}
.overskriftNews h1 {
  margin:0;
}
.overskriftNews small, .tDate small {
  color:#636363;
}
.overskriftNews div:first-child {
  width:85%;
}
.overskriftNews div:last-child {
  width:15%;
  text-align:right;
}
.leftSpalteNews, .rightSpalteNews {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.leftSpalteNews {
  padding-right: 15px;
}
.rightSpalteNews {
  padding-left: 15px;
}
.rightSpalteNews img {
  margin-top: 15px;
}
.newsBack {
  width: 100%;
  margin-top: 15px;
  text-align:center;
}
.newsBack a, .tBtn a {
  background:#636363;
  padding:5px 10px 3px 10px;
  color:#fff;
  text-decoration:none;
  border-bottom:2px solid #636363;
}
.newsBack a:hover, .tBtn a:hover {
  background:#e31818;
  border-bottom:2px solid #ba0909;
}
.newsBack a:active, .tBtn a:active {
  background:#ba0909;
}
.newsTeaser {
  width:100%;
  border-bottom:1px solid #ccc;
}
.tHead {
  width:80%;
  margin-bottom:10px;
}
.tHead h2 {
  margin-bottom:5px;
  font-size:18px;
  font-weight:600;
}
.tHead p {
  margin:0;
  font-size:14px;
}
.tDate {
  width:8%;
  margin-top:21px;
}
.tBtn {
  width:12%;
  margin-top:21px;
  text-align:right;
}
/* -- Mailchimp signup --*/

#mc_embed_signup h3 {
  margin-bottom:10px;
}
.indicates-required {
  font-size:12px;
}
#mc_embed_signup label {
  margin-top:8px;
  display:block;
}
#mc_embed_signup input {
  width:100%;
  padding:6px;
  box-sizing:border-box;
  border:1px solid #636363;
  transition:all 0.4s ease;

}
#mc_embed_signup [type=submit] {
  background:#e31818;
  margin-top:10px;
  border:none;
  color:#fff;
  cursor:pointer;
}
#mc_embed_signup [type=submit]:hover {
  background:#ba0909;
}
#mc_embed_signup [type=submit]:active {
  background:#e31818;
}
.asterisk {
  color:#e31818;
}
.emergencybox{
      background:#e31818;
      color:#fff;
      padding:1rem;
          margin-top: 2rem;
}
.emergencybox p {
    font-size:1.5rem;
    line-height:2rem;
    margin:0;
}
/* -- cookie styling --*/
.cookieWarning {
    position:absolute;
    top:25%;
    right:0px;
    /*box-shadow:-1px 1px 5px rgba(0,0,0,0.1);*/
    text-align:left;
}
.cookieBtn {
    /*background:#8cbed9;*/
    padding:10px 10px;
    color:#fff;
    font-family: 'Exo 2', sans-serif;
    font-size:13px;
    cursor:pointer;
    transition:all 0.5s ease;
}
.cookieBtn img {
    width:25px;
    height:auto;
}
.cookieBtn span {
    font-size:18px;
    text-transform:uppercase;
}
.cookieBtn:hover {
    background:#e31818;
}
.cookieMessage {
    display:none;
    background:#fff;
    width:180px;
    border-top:1px solid #e31818;
    color:#333;
}
.cookieMessage p {
    margin:0;
    padding:10px;
    font-family: 'Exo 2', sans-serif;
    font-size:12px;
    font-weight:300;
}


.gallery-move-to-top h1 {
    margin-top: 0;
}
.fullColumns {
    width: 100%;
}
.gallery {
    float: left;
    width: 100%;
}
    .gallery * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
.gallery-category {
    float: left;
    padding-bottom: 2rem;
    width: 100%;
}
.gallery-category-headline {
    float: left;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    width: 100%;
    border-bottom: 1px solid #636363;
    margin-bottom: 0.75rem;
}
.gallery-category-images {
    float: left;
    margin-left: -7.5px;
    margin-right: -7.5px;
    min-width: 100%;
}
.gallery-category-link-wrap {
    width: 25%;
    float: left;
}
.gallery-category-link-wrap-inner {
    width: 100%;
    padding: 0 7.5px 15px 7.5px;
    float: left;
}
.gallery-image-link {
    display: inline-block;
    padding: 2px;
    background-color: #fff;
    line-height: 0;
    transition: background-color 0.5s ease-out;
    overflow: hidden;
    float: left;
    width: 100%;
}

.gallery-image {
    max-width: 100%;
    height: auto;
    border: 0;
}
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
