img {
  border-style: none;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

#SectionPageHeader {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  max-height: none;
  width: 100%;
}
#SectionPageHeader.pages_top.no-overflow {
  overflow: visible;
}
#SectionPageHeader .creative-btn:hover {
  background: #5ec0fa;
}
#SectionPageHeader .icon {
  padding: 0px;
  margin-left: 10px;
  margin-top: 5px;
}
#SectionPageHeader #banner {
  height: 260px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #SectionPageHeader #banner {
    height: 300px;
  }
}
@media screen and (max-width: 498px) {
  #SectionPageHeader #banner {
    height: 310px;
  }
}
@media screen and (max-width: 480px) {
  #SectionPageHeader #banner {
    height: 340px;
  }
}
@media screen and (max-width: 395px) {
  #SectionPageHeader #banner {
    height: 350px;
  }
}
@media screen and (max-width: 368px) {
  #SectionPageHeader #banner {
    height: 430px;
  }
}
@media screen and (max-width: 360px) {
  #SectionPageHeader #banner {
    height: 430px;
  }
}
#SectionPageHeader #banner img {
  height: 260px;
  width: 100%;
  /*width: $tablet;
  max-width: $tablet;*/
  /*@media screen and (min-width: $tablet) {
      width: 100%;
      max-width: 100%;
  }*/
}
@media screen and (max-width: 600px) {
  #SectionPageHeader #banner img {
    height: 300px;
  }
}
@media screen and (max-width: 498px) {
  #SectionPageHeader #banner img {
    height: 310px;
  }
}
@media screen and (max-width: 480px) {
  #SectionPageHeader #banner img {
    height: 340px;
  }
}
@media screen and (max-width: 395px) {
  #SectionPageHeader #banner img {
    height: 350px;
  }
}
@media screen and (max-width: 368px) {
  #SectionPageHeader #banner img {
    height: 430px;
  }
}
@media screen and (max-width: 360px) {
  #SectionPageHeader #banner img {
    height: 430px;
  }
}
#SectionPageHeader #banner .gradient-overlay {
  position: absolute;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 61, 103, 0)), to(#021d37));
  background-image: -webkit-linear-gradient(bottom, rgba(4, 61, 103, 0), #021d37);
  background-image: -o-linear-gradient(bottom, rgba(4, 61, 103, 0), #021d37);
  background-image: linear-gradient(to top, rgba(4, 61, 103, 0), #021d37);
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #banner .gradient-overlay {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 61, 103, 0)), to(#021d37));
    background-image: -webkit-linear-gradient(right, rgba(4, 61, 103, 0), #021d37);
    background-image: -o-linear-gradient(right, rgba(4, 61, 103, 0), #021d37);
    background-image: linear-gradient(to left, rgba(4, 61, 103, 0), #021d37);
  }
}
#SectionPageHeader #banner .content {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  width: 80%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #banner .content {
    width: 96%;
    text-align: left;
  }
}
#SectionPageHeader #banner .content h1 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #banner .content h1 {
    text-align: left;
    font-size: 36px;
  }
}
#SectionPageHeader #banner .content p {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #banner .content p {
    width: 64%;
    font-size: 18px;
  }
}
#SectionPageHeader #banner .content .btn-anchor {
  display: none;
  width: 15%;
  min-width: 190px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcb00), to(#ffbe00));
  background-image: -webkit-linear-gradient(top, #ffcb00, #ffbe00);
  background-image: -o-linear-gradient(top, #ffcb00, #ffbe00);
  background-image: linear-gradient(to bottom, #ffcb00, #ffbe00);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #051039;
  line-height: 40px;
  text-decoration: none;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #banner .content .btn-anchor {
    margin: 0;
  }
}
#SectionPageHeader #banner .content .info-container {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#SectionPageHeader #banner .content .info-container div {
  display: block;
  margin-bottom: 20px;
}
#SectionPageHeader #banner .content .info-container div span {
  line-height: 1.33;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  width: 64%;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #banner .content .info-container div span {
    line-height: normal;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 36px;
  }
}
#SectionPageHeader #infomation {
  overflow: hidden;
  width: 80%;
  display: table;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #infomation {
    width: 96%;
    display: block;
  }
}
#SectionPageHeader #infomation.view-fix {
  width: 100%;
}
#SectionPageHeader #infomation .breadcrumb ul {
  margin: 30px 0px;
  width: 100%;
  overflow: hidden;
}
#SectionPageHeader #infomation .breadcrumb ul li {
  font-weight: 400;
  float: left;
  list-style: none;
  margin-right: 20px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #infomation .breadcrumb ul li {
    font-size: 14px;
  }
}
#SectionPageHeader #infomation .breadcrumb ul li a {
  color: #0065b8;
}
#SectionPageHeader #infomation .breadcrumb ul li :not(first-child)::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #0065b8;
  top: 9px;
  left: -8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #infomation .breadcrumb ul li :not(first-child)::before {
    top: 12px;
  }
}
#SectionPageHeader #infomation .breadcrumb ul li:last-child a {
  color: #4d5559;
}
#SectionPageHeader #infomation .products-widget {
  text-align: center;
  padding-bottom: 13px;
  display: table-footer-group;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #infomation .products-widget {
    display: block;
    text-align: left;
    float: right;
    width: 38%;
    padding-left: 5.5%;
    font-size: 16px;
  }
}
#SectionPageHeader #infomation .products-widget .products-text {
  margin-left: 3.5%;
  font-weight: 600;
}
#SectionPageHeader #infomation .products-widget .products {
  padding-bottom: 20px;
}
#SectionPageHeader #infomation .products-widget .products a .product {
  width: 100%;
  height: 100%;
  max-width: 220px;
  max-height: 120px;
  position: relative;
  margin: 3.5% auto 0 auto;
  border-radius: 5px;
  overflow: hidden;
}
#SectionPageHeader #infomation .products-widget .products a .product img {
  width: 100%;
  padding-bottom: 55%;
  max-height: none;
  height: auto;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #infomation .products-widget .products a .product {
    float: left;
    margin: 3.5% 0 0 3.5%;
    width: 46%;
    height: 0;
    padding-bottom: 25.1%;
  }
}
#SectionPageHeader #infomation .products-widget .products a .product .product-gradient-overlay {
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(2, 29, 55, 0.4);
  position: absolute;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #infomation .products-widget .products a .product .product-gradient-overlay {
    max-width: 220px;
  }
}
#SectionPageHeader #infomation .products-widget .products a .product .text-wrap {
  display: table;
  width: 100%;
  top: 0;
  height: 100%;
}
#SectionPageHeader #infomation .products-widget .products a .product .text-wrap h3.products {
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #infomation .products-widget .products a .product .text-wrap h3.products {
    font-size: 18px;
  }
}
#SectionPageHeader #infomation .full-description {
  margin-bottom: 50px;
  padding-bottom: 30px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #infomation .full-description {
    margin-bottom: 0px;
  }
}
#SectionPageHeader #infomation .full-description.fix-view {
  width: 80%;
  margin: auto;
}
#SectionPageHeader #infomation .full-description .h1-override-continent {
  font-size: 26px;
  font-weight: 700;
  color: #021d37;
  text-align: left;
  margin-bottom: 15px;
  line-height: 32px;
  text-transform: none;
}
#SectionPageHeader #infomation .full-description .content-style {
  background-color: blue;
}
#SectionPageHeader #infomation .full-description h2 {
  font-weight: 700;
  color: #021d37;
  text-align: left;
  margin-bottom: 15px;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #infomation .full-description h2 {
    font-size: 26px;
  }
}
#SectionPageHeader #infomation .full-description h3 {
  font-size: 1.4em;
  color: #00355f;
  text-align: left;
  line-height: 0.9em;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0;
}
#SectionPageHeader #infomation .full-description p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.63;
  color: #444444;
  margin-bottom: 50px;
}
#SectionPageHeader #infomation .full-description p.spanfix {
  color: #ffffff;
  line-height: 1;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  margin: 0;
}
#SectionPageHeader #infomation .full-description p.margin-reduce {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader #infomation .full-description p {
    font-size: 16px;
  }
}
#SectionPageHeader .content-position {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #SectionPageHeader .content-position {
    max-width: 1260px;
  }
}

.taxonomy {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 15%;
  height: 42px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcb00), to(#ffbe00));
  background-image: -webkit-linear-gradient(top, #ffcb00, #ffbe00);
  background-image: -o-linear-gradient(top, #ffcb00, #ffbe00);
  background-image: linear-gradient(to bottom, #ffcb00, #ffbe00);
  text-align: center;
  right: 0;
  width: 140px;
}
.taxonomy.creative-btn {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #2cacf9;
  background-image: none;
  color: #ffffff;
  padding: 10px 10px;
  height: initial;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (min-width: 480px) {
  .taxonomy.creative-btn {
    right: 0;
  }
}
.taxonomy span {
  font-size: 14px;
  font-weight: 400;
  color: #021d37;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 42px;
}
.taxonomy #taxonomy-header {
  height: 100%;
}
.taxonomy #taxonomy-header .taxonomy-drop {
  margin-right: 20px;
  margin-top: 0;
  font-size: 25px;
}
.taxonomy #taxonomy-header span {
  padding: 0;
  float: left;
}
.taxonomy #taxonomy-list {
  display: none;
  width: 220px;
  float: right;
}
.taxonomy #taxonomy-list .undirect:after {
  content: '';
  display: block;
  position: relative;
  float: right;
  width: 8px;
  height: 4px;
  background: url(../Css/germany/eventhub/static/img/icons.png);
  background-position: -72px -153px;
  margin: 27px 25px 0 0;
}
.taxonomy #taxonomy-list .undirect.open {
  background: #ffd119;
  color: #fff;
}
.taxonomy #taxonomy-list .undirect.open:after {
  content: '';
  display: block;
  position: relative;
  float: right;
  width: 8px;
  height: 4px;
  background: url(../Css/germany/eventhub/static/img/icons.png);
  background-position: -72px -159px;
  margin: 27px 25px 0 0;
}
.taxonomy #taxonomy-list .sub-category {
  display: none;
}
.taxonomy #taxonomy-list .sub-category a {
  padding-left: 20px;
  width: auto;
}
.taxonomy #taxonomy-list .sub-category a:hover {
  background: #ffd119;
  color: #fff;
}
.taxonomy ul {
  z-index: 9;
  position: relative;
  text-align: left;
}
.taxonomy ul li a {
  display: block;
  height: 54px;
  line-height: 54px;
  border-bottom: 2px solid #f3f3f3;
  border-left: 2px solid #f3f3f3;
  border-right: 2px solid #f3f3f3;
  text-decoration: none;
  color: #999;
  font-size: 1em;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
}
.taxonomy ul li a span {
  display: block;
  float: left;
  padding: 0;
}
.taxonomy ul li a span.icon2 {
  color: #CDCDCD;
  width: 29px;
  height: 26px;
  background-position: 100px 100px;
  font-size: 24px;
  padding-left: 10px;
  margin-right: 8px;
  margin-top: 7px;
}
.taxonomy ul li a span.icon2.icon-angle-left {
  color: #FFC800;
  margin-left: 8px;
}
.taxonomy ul li a span.icon2.icon_backmenu {
  background: url(../Css/germany/eventhub/static/img/icons.svg) no-repeat;
  width: 14px;
  height: 26px;
  background-position: -268px -86px;
  margin: 15px 14px 0 9px;
}
.taxonomy ul li a span.icon2.icon-gay {
  font-size: 20px;
}
.taxonomy ul li a span.icon2.icon_sports {
  width: 29px;
  height: 26px;
  background-position: -184px -70px;
  margin: 9px 0 0 7px;
}
.taxonomy ul li a span.icon2.icon_kofee {
  width: 33px;
  height: 33px;
  background-position: -4px -7px;
  margin: 10px 0 0 6px;
}
.taxonomy ul li a span.icon2.icon_kultur {
  width: 33px;
  height: 25px;
  background-position: -93px -16px;
  margin: 15px 0 0 7px;
}
.taxonomy ul li a span.icon2.icon_freetime {
  width: 42px;
  height: 30px;
  background-position: -173px -11px;
  margin: 12px 0 0 4px;
}
.taxonomy ul li a span.icon2.icon_nightlife {
  width: 30px;
  height: 30px;
  background-position: -270px -10px;
  margin: 13px 0 0 11px;
}
.taxonomy ul li a span.icon2.icon_cafe {
  width: 29px;
  height: 27px;
  background-position: -10px -121px;
  margin: 7px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_kultur2 {
  width: 29px;
  height: 24px;
  background-position: -11px -171px;
  margin: 10px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_kneipe {
  width: 29px;
  height: 26px;
  background-position: -10px -218px;
  margin: 7px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_restaurant {
  width: 33px;
  height: 34px;
  background-position: -10px -64px;
  margin: 10px 0 0 17px;
}
.taxonomy ul li a span.icon2.icon_hotel3 {
  width: 33px;
  height: 22px;
  background-position: -10px -271px;
  margin: 10px 0 0 9px;
}
.taxonomy ul li a span.icon2.icon_museum {
  width: 29px;
  height: 23px;
  background-position: -89px -71px;
  margin: 9px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_opera {
  width: 29px;
  height: 24px;
  background-position: -89px -270px;
  margin: 11px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_music {
  width: 29px;
  height: 24px;
  background-position: -89px -423px;
  margin: 10px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_concerts {
  width: 29px;
  height: 31px;
  background-position: -88px -471px;
  margin: 7px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_musical {
  width: 29px;
  height: 26px;
  background-position: -92px -521px;
  margin: 7px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_movie_theatre {
  width: 29px;
  height: 25px;
  background-position: -93px -574px;
  margin: 10px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_performance {
  width: 29px;
  height: 33px;
  background-position: -90px -618px;
  margin: 7px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_spa {
  width: 29px;
  height: 25px;
  background-position: -186px -119px;
  margin: 7px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_tour {
  width: 29px;
  height: 26px;
  background-position: -182px -221px;
  margin: 9px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_landmark {
  width: 29px;
  height: 25px;
  background-position: -184px -322px;
  margin: 11px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_circus {
  width: 29px;
  height: 23px;
  background-position: -183px -473px;
  margin: 8px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_swimming {
  width: 29px;
  height: 24px;
  background-position: -185px -525px;
  margin: 14px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_club {
  width: 29px;
  height: 30px;
  background-position: -267px -116px;
  margin: 7px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_lounge {
  width: 29px;
  height: 26px;
  background-position: -267px -171px;
  margin: 9px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_casino {
  width: 29px;
  height: 26px;
  background-position: -267px -219px;
  margin: 7px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_hotel3 {
  width: 33px;
  height: 22px;
  background-position: -10px -271px;
  margin: 10px 0 0 9px;
}
.taxonomy ul li a span.icon2.icon_gallery {
  width: 29px;
  height: 22px;
  background-position: -89px -122px;
  margin: 11px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_exhibition {
  width: 29px;
  height: 26px;
  background-position: -89px -170px;
  margin: 9px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_theatre {
  width: 29px;
  height: 20px;
  background-position: -91px -224px;
  margin: 13px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_cabaret {
  width: 29px;
  height: 20px;
  background-position: -89px -324px;
  margin: 12px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_comedy {
  width: 29px;
  height: 23px;
  background-position: -89px -374px;
  margin: 11px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_concerts {
  width: 29px;
  height: 31px;
  background-position: -88px -471px;
  margin: 7px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_shopping {
  width: 29px;
  height: 30px;
  background-position: -181px -168px;
  margin: 8px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_nature {
  width: 29px;
  height: 23px;
  background-position: -184px -269px;
  margin: 10px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_park {
  width: 29px;
  height: 26px;
  background-position: -183px -372px;
  margin: 8px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_zoo {
  width: 29px;
  height: 26px;
  background-position: -182px -421px;
  margin: 8px 0 0 8px;
}
.taxonomy ul li a span.icon2.icon_party {
  width: 29px;
  height: 26px;
  background-position: -267px -69px;
  margin: 8px 0 0 8px;
}

/*.back-to-top{
    height: 31px;
    width: 35px;
    right: 1%;
    position: fixed;
    border-radius: 5px;
    bottom: 20%;
    background-color: #021d37;
    z-index: 99;
    cursor: pointer;
    text-align: center;

    span{
	    background: none;
	    color: $white;
        font-size: 14px;
        font-family: verdana;
        vertical-align: middle;
    	line-height: 34px;
    }
}*/
