/*----  JS OrangeTopbar */
#sticky-top {
  height: 57px !important;
  width: 100%;
  background-color: #F17722;
  position: fixed !important;
  z-index: 2 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

.stick {
  position: fixed !important;
}

.sticky-container {
  height: 57px !important;
}

ul {
  list-style: disc;
}

ul, li, a {
  color: darkslategray;
}

p {
  margin: 0;
}

nav {
  min-height: 40px;
  background: #034987;
  padding: 0;
  margin: 0;
}

nav ul {
  margin: 0;
  list-style: none;
  background: #034987;
}

nav ul > li {
  line-height: 40px;
}

nav > ul > li ul li {
  /*width: 120%;*/
}

nav a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
}

nav a:focus, nav a:hover {
  color: #FFFFFF;
}

/*.fa-2x
{
	font-size: 2em;
}*/
@media screen and (min-width: 1023px) {
  nav > a {
    display: none;
  }
  
  nav * {
    padding: 0;
    margin: 0;
  }
  
  nav > ul {
    display: flex;
  }
  
  nav > ul > li {
    font-weight: 700;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    width: 19%;
    position: relative;
    white-space: nowrap;
    /*border-left: 1px solid #00BAFF;*/
  }
  
  nav > ul > li:hover {
    background: #006FCE;
  }
  
  nav > ul > :first-child {
    /*margin-left: -15px;*/
  }
  
  nav > ul > li ul li {
    border-bottom: 1px solid #00BAFF;
    cursor: pointer;
  }
  
  nav > ul > li ul li:hover {
    background: #006FCE;
  }
  
  nav ul > li ul {
    position: absolute;
    width: 250px;
    display: none;
  }
  
  nav ul > li > ul > li > ul > li > ul, nav ul > li > ul > li > ul {
    border-left: 1px solid #00BAFF;
    margin-left: 200px;
    margin-top: -40px;
  }
  
  nav ul > li:hover > ul {
    display: block;
  }
}

.forside__logo {
  background-image: url(https://content.tv2bornholm.dk/content/gfx/WEB_LOGO.svg);
  width: 240px;
  height: 40px;
  background-repeat: no-repeat;
  float: left;
  margin-top: -4px;
  align-content: baseline;
}

.forside__logo a {
  font-size: 3rem;
  color: transparent;
}

.topmenu__logo {
  z-index: 10 !important;
  display: inline-block;
}

.forside__content {
}

.forside_some {
}

.social-rss, .social-twitter, .social-facebook {
  font-size: 2rem;
  color: #FFFFFF;
  margin-top: 4px;
  float: right;
  padding-left: 5%;
}

#search {
  /*position: relative;*/
  background: #034987;
  display: flex;
  flex-direction: row;
  height: 41px;
  /*margin-top: 10px;*/
  margin-bottom: 0;
  padding: 3px 4px 0;
  flex-grow: 1;
}

#search input {
  flex-grow: 1;
  border-radius: 3px;
  padding: 2px 10px;
  height: 27px;
  margin: 4px 0;
  width: 0px;
}

#search button {
  position: relative;
  flex-grow: 0;
  background: url("/images/Search.svg") no-repeat center / contain transparent;
  width: 40px;
  height: 23px;
  margin: 4px 0;
}

@media screen and (max-width: 1023px) {
  #sticky-top {
    height: 100px !important;
    width: 100%;
    background-color: #F17722;
    position: fixed !important;
    z-index: 2 !important;
  }
  
  .forside__content {
    font-style: normal;
    margin-top: 2rem !important;
  }
  
  .forside__logo {
    background-image: url(https://content.tv2bornholm.dk/content/gfx/WEB_LOGO.svg) !important;
    height: 80px !important;
    background-repeat: no-repeat !important;
    float: left !important;
    margin-top: 0 !important;
    margin-left: 2% !important;
    width: 175% !important;
  }
  
  .forside__logo a {
    font-size: 5rem;
    /*color: transparent;*/
  }
  
  .forside_some {
    margin-top: -53px;
    width: 150px !important;
    visibility: hidden;
  }
  
  .social-rss, .social-twitter, .social-facebook {
    font-size: 3.6rem !important;
    color: #FFFFFF;
    margin-top: 4px;
    float: right;
    margin-right: 12px;
  }
  
  #search {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    padding: 3px 4px;
    flex-grow: 1;
    visibility: visible;
    height: 70px;
    width: 261%;
    float: right;
    margin-right: -200%;
    background-color: #F17722;
  }
  
  #search input {
    flex-grow: 1;
    border-radius: 3px;
    padding: 2px 10px;
    height: 56px;
    margin: 4px 0 4px 5px;
    background-color: #F59049;
    border: 1px solid #F17722;
    z-index: 12;
    font-size: 2rem;
    color: #FFFFFF;
    text-align: right;
  }
  
  #search button {
    position: relative;
    flex-grow: 0;
    background: url("/images/Search.svg") no-repeat center / contain transparent;
    width: 60px;
    height: 60px;
    margin: 4px 0 4px 6px;
    padding-left: 60px;
  }
  
  .topmenu__menu {
    width: 20% !important;
  }
  
  .fa {
    display: inline-block;
    width: 60px;
    height: 68px;
    /*background-image: url(http://content.tv2bornholm.dk/content/gfx/BurgerMenuIcon.svg);*/
    background-repeat: no-repeat;
    text-align: right;
    margin-right: 12px;
    margin-bottom: 5px;
    font-size: 56px;
  }
  
  nav {
    min-height: 0px;
    background: transparent;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 0 !important;
    left: 0;
    top: 4px;
    display: compact;
  }
  
  nav > ul li {
    font-weight: 700;
    border-bottom: 1px solid #01315C;
    padding-left: 10px;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  nav * > li > a {
    border: 1px slid #00baff;
    display: block;
    width: 100%;
    /*height: 1100%;*/
    /*padding-left: 5px;*/
    padding-right: 0px;
    font-size: 3rem;
  }
  
  nav li :focus {
    background: #006FCE;
    height: 80px;
    margin-top: -20px;
    padding-top: 20px;
    margin-left: -10px;
    width: 101% !important;
  }
  
  nav li a:focus {
    padding-left: 10px;
  }
  
  nav * li:last-child {
    border-bottom: 0;
  }
  
  nav > a {
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
    color: white;
  }
  
  nav > ul {
    display: none;
  }
  
  nav ul > li > ul, nav ul > li > ul > li > ul > li > ul, nav ul > li > ul > li > ul {
    display: none;
  }
}
