body, html {
    height: 100%;
    margin: 0;
    font-family: 'Exo', sans-serif !important;
    font-size: 1.0em;
    background-color: #1f2942;
}

a#login {
    color: white;

}
.DateTime{
    font-size:10px;
    color:grey;
}
.widthheight100 {
    height: 100%;
    width: 100%
}
.TextContent a{
    text-decoration: underline;
}

.hrgrey {
    border-top: 1px solid #d7d6d6;
    /*float: left;
    width: 100%;*/
    margin: 0 5px 0 5px;
}

.TemaLogin a {
    color: white;
}

.border {
    border: 1px solid red;
}

div, p, span {
    color: #FFF;
}

.containerLarge {
    width: 100%;
    margin: 0 20% 0 20%;
    overflow: hidden;
}

.container a {
    color: white;
}

.navcol {
    margin-top: 50px;
}

.topHeader {
    margin-left: 100px;
    margin-right: 100px;
}

.content {
    padding-top: 100px;
    padding-bottom: 100px;
}

footer {
    background-color: #2c2c2c;
}
/*a {
    color: white;
    font-weight: bolder;
}*/

a:hover {
    color: white;
    text-decoration: underline;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {
    /*Skal tilpasses*/
    min-height: 900px;
}

.bgimg-2 {
    background-image: url(/images/mick.jpg);
    min-height: 700px;
}

.bgimg-3 {
    background-image: url("/images/children.jpg");
    min-height: 700px;
}

.bgimg-4 {
    background-image: url("/images/Newsletter.jpg");
    min-height: 700px;
}

.caption {
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    text-align: center;
}

h3 {
    letter-spacing: 5px;
    text-transform: none;
    font-size: 60px;
}

.whitecontent {
    background-color: white;
}

h2.whitecontent {
    color: #1f2942;
}

.whitecontent p {
    color: black;
}

.whitecontent a {
    color: black;
    font-weight: bolder;
}

.BlueContent a {
    color: white;
    font-weight: bolder;
}

h3.blueContent {
    color: white;
}

.newsletter a {
    color: white;
    font-weight: bolder;
}

.flex-grid {
    display: flex;
    margin-left: 100px;
    margin-right: 100px;
}

.flex-grid-clear {
    display: flex;
}

.col {
    flex: 1;
}

    .col:nth-child(2) {
        text-align: center;
        color: blue;
    }

    .col:nth-child(3) {
        text-align: right;
    }

.loginBox, .logOff {
    /* background-image: url(/images/logo-bg.png);*/
    height: 81px;
    width: 109px;
    background-repeat: no-repeat;
    float: right;
    height: 100%; 
}

.loginText {
    bottom: 48px;
    position: absolute;
    margin-left: 30px;
    font-size: 16px;
    font-weight: bolder;
    color: white;
}

.captionText {
    clear: both;
    margin-left: 35%;
    color: #fff;
    margin-right: 35%;
    margin-top: 30px;
}

.border {
    border: none !important;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
        background-attachment: scroll;
    }
   
}


/*Temaer oversigt*/
.Temaheader {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px;
}

.TemaThumnails:nth-child(2n+1) {
    clear: both;
}

a.NewsletterLink {
    color: white;
}
.TemaThumnails{


  
}
#logIntro{
    display:none;
}
.nav-link{
    padding:0 !important;
}
figure img{width:100%;}
/*Login*/
.login-menu, .loading {
    background: #1f2942;
    height: 100%;
    width: 100%;
    z-index: 99999999999;
    text-align: center;
    color: #fff;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow-x: hidden;
}

.fade-in {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main {
    margin: 0 !important;
    padding-bottom: 50px;
    padding-top: 50px;
}

.login-form {
    margin: 0 auto;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}

    .login-form .close-btn {
        text-align: center;
        margin-top: 50px;
    }

.close-btn a {
    color: #fff;
    text-decoration: none;
    padding: 5px 12px;
    font-size: 18px;
    border: 2px solid;
}

.btn-primary {
    background-color: #f27360 !important;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #1f2942;
    border-radius: 50%;
    display: inline-block;
}

.materialsBg {
    background-color: white;
    padding: 10px;
    clear: both;
    min-height: 70px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
}

    .materialsBg div {
        color: black;
    }

#orderSubmit {
    background-color: #ee7362;
    border: none;
    color: white;
    border-radius: 3px;
}

.img-hover-zoom {
    widows: inherit;
    height: inherit;
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
    /* [2] Transition property for smooth transformation of images */
    .img-hover-zoom img {
        transition: transform .8s ease;
    }

    /* [3] Finally, transforming the image when container gets hovered */
    .img-hover-zoom:hover img {
        transform: scale(1.3);
    }

.TemaTeaser {
    font-weight: normal;
}

.TemaLogin {
    float: right;
    background-color: #f27360;
    padding: 10px;
    border-radius: 5px;
}

div.Teaser p {
    color: #000 !important;
    font-size: 14px;
}

.temaBox {
    margin-bottom: 20px;
}

.categoryList {
    width: auto;
    min-width: 0;
    display: table;
    background-color: #ee7362;
    float: left;
    margin-right: 10px;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
}

.categoryListSelected {
    background-color: white;
    color: #ee7362;
}

/*Back svg css*/


div.wrapper svg {
    width: 50px;
    height: auto;
    margin: 0 2rem;
    cursor: pointer;
    overflow: visible;
}

    div.wrapper svg polygon, div.wrapper svg path {
        transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
        fill: #ee7362;
    }

    div.wrapper svg:hover polygon, div.wrapper svg:hover path {
        transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
        fill: #ffffff;
    }

    div.wrapper svg:hover .arrow {
        animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
    }

    div.wrapper svg:hover .arrow-fixed {
        animation: arrow-fixed-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
    }

@keyframes arrow-anim {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    5% {
        transform: translateX(-0.1rem);
    }

    100% {
        transform: translateX(1rem);
        opacity: 0;
    }
}

@keyframes arrow-fixed-anim {
    5% {
        opacity: 0;
    }

    20% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

/*
    Subnavigation - Media visning
*/
.subNavigationLi a {
    color: #5483a1;
}

    .subNavigationLi a:hover, .subNavigationLi:hover {
        color: white;
        text-decoration: none;
    }

.member-img {
    display: inline-block;
    border-radius: 50%;
    background-color: #FFF;
    margin-bottom: 20px;
    text-align: left;
}

.member-name {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}

.member-pos {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}

.member-tel {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0;
}

/*SubMenu right*/
.rightMenu a {
    color: white;
}
/***************/

.newsletterboks {
    background-color: #1f2942;
    width: 800px;
    height: 250px;
    margin-left: 45%;
    text-align: left;
    padding: 50px;
   
}
/*Logo animation*/
#Loadinglogo {
    background-color: #1f2942;
    text-align: center;
    transform: translate(0,0);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    
}

@keyframes dash {
    from {
        stroke-dashoffset: 799;      
    }
}

.cls-1, .cls-3 {
    fill: none;
    stroke: #f1735f;
    stroke-width:1px;
}

.cls-1 {
    stroke-linecap: round;
}

.cls-2 {
    clip-path: url(#clip-path);
}

.cls-3 {
    stroke-linejoin: bevel;
}

#Path_1 {
    stroke-dasharray: 799;
    animation: dash 2s linear;    
    animation-delay:1s;
}
/*-webkit-animation: line-anim 2s ease forwards;*/
/*animation: dash 2s linear forwards;*/

.iconDownload{
    /*width:30px;*/
    float:right;
    margin-right:10px;
}
.iconDownload img{

    width:30px;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 30%;
   
   width:90%;
    text-align: center;
    
}

.img-hover-zoom:hover .widthheight100 {
    opacity: 0.2;
}

.img-hover-zoom:hover .middle {
    opacity: 1;
}
.text {
    background-color: #fff;
    color: white;
    font-size: 16px;
  text-align:center;
  float:left;
}
.labelAni1 {
    animation: blinker 1s linear 5;
  }   
  

  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  
/*fade box*/

.container1 {

    width: 100%;
    height: 50px;
    background:#EE7362;
    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 5s linear forwards;
    position: absolute;
    z-index:999;

  }
.card1{
    text-align:center;
    font-size:24px;
}
  @-webkit-keyframes fadeinout {

    0%,
    100% {
      opacity: 0;
    }
   
    50% {
      opacity: 1;
    }
  }

  @keyframes fadeinout {

    0%,
    100% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }
  }
  /*Pulse arrow to loginoverlay*/

  .arrow1,
  .arrow1:before {
    position: absolute;
    left: 50%;
  }
  
  .arrow1 {
    width: 40px;
    height: 40px;
    /*top: 50%;*/
    margin: -20px 0 0 -20px;
    -webkit-transform: rotate(45deg);
    border-left: none;
    border-top: none;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
    margin-bottom:20px;
  }
  
  .arrow1:before {
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    margin: -10px 0 0 -10px;
    border-left: none;
    border-top: none;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: arrow;
  }
  
  @keyframes arrow {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate(10px, 10px);
    }
  }
  .editProfilButton{
    background-color: #f27360;
    padding:20px;
    clear: both;
    margin-top:20px;
  }