/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.orange {
  color: #7EAB40;
}
* {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
html {
  font-size:14px ;
  height: 100%;
}
body {
  background: #ececec;
  color: #636362;
  height: 100%;
  margin: 0;
}
body p {
  /*line-heigth:30px;*/
}

h1
{
    font-size : 24px;
    font-weight: bold;
}

@media(min-width:768px)
{
    h1
    {
        font-size : 28px;
    }
}


@media(min-width:1200px)
{
    h1
    {
        font-size : 38px;
    }
}

h4 {
  font-size: 23px;
  font-weight: bold;
}
input {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
label {
  font-weight: normal;
}
/*** LINKS ***/
a {
  color: #999;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.container {
  background: #ffffff;
  min-height: 100%;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 320px;
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
/*** HEADER ***/
.header {
  position: relative;
}

.gray-header{
    color:#999;
}

@media(max-width:768px){
    .gray-header
    {
        color:#999;
        /*float: none !important;
        margin: auto;*/
    }
}

.header_holder {
  min-height: 115px;
}
.header > a.logo > img {
  padding-bottom: 20px;
}
.logo-holder {
  padding-top: 32px;
  /*padding-left: 43px;*/
}
/*
.contact-holder {
  margin-top: 44px;
  margin-right: 40px;
  font-family: 'Montserrat', 'sans-serif';
  font-size: 13px;
  color: #999;
}*/

#header-logo
{
    width: 170px;
}

@media(min-width:768px)
{
    #header-logo
    {
        width:220px;
    }
}

.logo-holder
{
    padding-top: 32px;
}

@media(min-width:768px)
{
    .logo-holder
    {
        padding-left: 43px;
    }
}

@media(min-width:992px)
{
    .logo-holder
    {
        padding-left: 66px;
    }
}

@media(max-width:768px)
{
    .logo-holder a img
    {
        margin:auto;
    }
}

.imprint-link-checkout
{
  color:white;
  float:right;

  margin-top:1.5rem;
}

@media(max-width:786px)
{
  .imprint-link-checkout
  {
    margin-top:24px;
  }
}

@media(max-width:350px)
{
  .imprint-link-checkout
  {
    font-size:1rem;
    margin-top:28px;
    margin-right:12px;
  }
}

.imprint-link-checkout:active
{
  color:white;
  text-decoration:none;
}

.contact-holder {
  font-family: 'Montserrat', 'sans-serif';
  font-size: 5px;
  color: #999;
}
.contact-holder div {
  text-align: right;
}

@media(min-width:321px){
  .contact-holder {
    font-size: 8px;
  }
}

@media(min-width: 470px ) {
  .contact-holder {
    font-size: 10px;
  }
}

@media (min-width:769px){
    .contact-holder{
        font-size:14px;
    }
}
/*
@media (min-width: 992px ) {
  .contact-holder {
    margin-right: 51px;
  }
}*/
/*@media (max-width: 767px) {
  .contact-holder {
    margin-top: 120px !important;
    margin: auto;
    float: none !important;
  }
  .contact-holder div {
    text-align: center;
  }
}*/

div.logo_and_search_holder {
  padding-bottom: 20px;
}
.header > .menu {
  font-size: 16px;
  color: #e1e1e1;
  vertical-align: bottom;
}
.header > .menu a {
  color: #8c8c8c;
  padding-right: 20px;
}
.header > .menu a:hover {
  color: #636362;
  text-decoration: none;
}
.header .menu-overlay {
  display: none;
  position: absolute;
  color: #ffffff;
  background: #636362;
  width: 100%;
  height: 250px;
  left: 0px;
  padding: 19px;
  z-index: 100;
  /*
  -moz-column-count: 3;
  -moz-column-gap: 5px;
  -moz-column-fill: auto;

  -webkit-column-count: 3;
  -webkit-column-gap: 5px;
  -webkit-column-fill: auto;

  column-count: 3;
  column-gap: 5px;
  column-fill: auto;
  */
}
@media (max-width: 500px) {
  .header .menu-overlay {
    height: auto;
    width: 100%;
  }
}
.header .menu-overlay .column {
  width: 33%;
  height: 168px;
  float: left;
}
@media (max-width: 500px) {
  .header .menu-overlay .column {
    height: auto;
    width: 100%;
  }
}
.header .menu-overlay .subcategory h2 {
  color: #ffffff;
  font-size: 13px;
  /*line-height: 18px;*/
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.header .menu-overlay .subcategory .page {
  font-size: 11px;
  margin-left: 19px;
}
.header .menu-overlay .page {
  font-size: 11px;
  margin-left: 19px;
}
.header .menu-overlay .last {
  margin-bottom: 15px;
}
.header .menu-overlay a {
  color: #fff;
}
.header .menu-overlay a:hover {
  color: #999;
  text-decoration: none;
}
#p13-navbar {
  background-color: #7EAB40;
  font-family: 'Montserrat', 'sans-serif';
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  height: 70px;
  margin-top:22px;
}

ul.header {
  list-style-type: none;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 23px;
}
li.header {
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
li.header a {
  color: white;
  font-weight: bold;
}
li.header a:hover {
  color: black;
  font-weight: bold;
}
.header-content {
  min-height: 80px;
}

@media(min-width:768px){
    .header-content{
        min-height:126px;
    }
}

a.button.more {
  float: right;
  font-size: 14px;
  color: #ffffff;
  border: 0px;
  background: #636362;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
a.button.more:hover {
  text-decoration: none;
}
/*** WIDGETS ***/
.widgets {
  margin: 19px;
  text-align: center;
}
.widgets > .box * {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #666666;
  padding: 14px;
  text-align: center;
}
.widgets > .box:hover {
  background: #636362;
  color: #fff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.widgets > .box:hover * {
  color: #fff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.widgets > .box h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #666666;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0;
  text-align: center;
}
.widgets > .box:hover h1 {
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.widgets > .box a.more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  font-size: 14px;
  color: #ffffff;
  border: 0px;
  background: #636362;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.widgets > .box:hover a.more {
  text-decoration: none;
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/*** FOOTER ***/
.footer {
  /*
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  */
  position: relative;
  color: #CCC;
  background: #666666;
  /*min-height: 241px;*/
  /*border-bottom: 10px solid @main_color;*/
}

@media(max-width:440px){
  .prepayment-table tr  td
  {
    max-width:170px;
    word-break: break-word;
  }
}

.footer a {
  color: #CCC;
}
.footer a:hover {
  color: #a7a7a7;
}
.footer div.footer_impressum {
  padding-top: 20px;
  padding-right: 20px;
  font-size: 10px;
  text-align: right;
  color: #CCC;
}
.footer div.footer_impressum span {
  color: #CCC;
}
.footer .logo {
  padding-right: 21px;
}
.footer .logo_copyright {
  width: 100%;
  text-align: right;
  padding-right: 20px;
  font-size: 9px;
}
.footer table.footer_link_holder td {
  padding-left: 10px;
  padding-right: 10px;
  border-right: solid #CCCCCC 1px;
}
/*
.footer > img.logo {
	position: absolute;
	top: 45px;
	right: 0px;
}
*/
.nobreak {
  white-space: nowrap;
}
.footer div.logo_holder {
  /*padding-top: 25px;*/
  float: right;
}
.clear_both {
  clear: both;
  height: 1px;
}
/***** LOADING SPINNER ***/
#loadAnimation {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  z-index: 99999;
  background-color: #cccccc;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#loadAnimation > i {
  color: #636362;
}
/*** SEARCH FIELD ***/
.search_field_holder {
  position: relative;
  margin: 0;
  padding-top: 10px;
  z-index: 9999;
}
.search_field_holder input {
  float: right;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #cccccc;
  background: #f2f2f2;
  padding-left: 4px;
  font-size: 13px;
  color: #777;
  max-width: 150px;
  width: 60%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 22px;
}
.search_field_holder a {
  float: right;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin-right: 10px;
  background: #636362;
  color: #fff;
  cursor: pointer;
}
.search_field_holder a img {
  height: 21px;
}
a.button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  border: 0;
  background: #636362;
  padding: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
/**** ICONS ***/
.icon_mvg_color {
  color: #636362;
}
#event-detail .title {
  margin-top: 70px;
  margin-bottom: 35px;
}
#event-detail .textcontainer {
  font-size: 17px;
  line-height: 30px;
}
#event-detail .btn-bookable {
  padding: 15px 15px 15px 0;
  font-size: 22px;
  font-weight: bold;
  color: #666;
  background-color: #c7c7c5;
  cursor: pointer;
  margin-top: 45px;
}
#event-detail .bookable-button {
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
}
#event-detail .bookable-button-icon {
  padding: 22px 14px 17px 14px;
  background-color: #7EAB40;
}
#event-detail .bookable-button-icon i {
  color: white;
  font-size: 45px;
}
#event-detail .about-artist {
  margin-top: 75px;
}
#event-detail .about-artist a {
  color: #7EAB40;
  font-weight: bold;
  cursor: pointer;
}
#event-detail .event-dates {
  margin-top: 75px;
  margin-bottom: 75px;
}
#event-detail .event-dates .event-dates-table {
  width: 100%;
}
#event-detail .event-dates .event-dates-table th {
  font-size: 23px;
  font-weight: bold;
  background-color: #c7c7c5;
  color: #636362;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-top: 12px;
  border-right: 1px solid #c7c7c5;
}
#event-detail .event-dates .event-dates-table td {
  font-size: 23px;
  padding-left: 18px;
  padding-top: 10px;
  padding-bottom: 7px;
  border-right: 1px solid #c7c7c5;
}
#event-detail .event-dates .event-dates-table td a {
  color: #636362;
}
#event-detail .event-dates .event-dates-table td .table-map-marker {
  font-size: 30px;
}
#event-detail .event-dates .event-dates-table .odd {
  background-color: #e0e0e0;
}
#event-detail .event-dates .event-dates-table .even {
  background-color: #f0f0f0;
}
#event-detail .event-video {
  margin-bottom: 75px;
}
#event-detail .recommendations-container {
  background-color: #e1e1e1;
  margin-top: 75px;
  padding-bottom: 70px;
  margin-bottom: 10px;
}
#event-detail .title-header-container {
  border-bottom: 1px solid #e1e1e1;
}
#event-detail .title-header-container .title-header {
  margin-top: 63px;
  margin-bottom: 49px;
  text-align: center;
}
#event-detail #teaser-carousel {
  background-color: black;
}
#event-detail #teaser-carousel a {
  display: block;
  width: 58px;
  height: 58px;
  background-color: #7EAB40;
}
#event-detail #teaser-carousel a.left {
  margin: 13px 13px 13px 0;
}
#event-detail #teaser-carousel a.right {
  margin: 13px 0px 13px 13px;
}
#event-detail #teaser-carousel .caret-holder {
  margin-top: -42px;
  background-color: #fff;
}
#event-detail #teaser-carousel #left-caret {
  color: #fff;
  font-size: 50px;
  margin-left: 20px;
}
#event-detail #teaser-carousel #right-caret {
  color: #fff;
  font-size: 50px;
  margin-left: 20px;
}
#home .events {
  background-color: lightgray;
  height: 490px;
}
#home .guarantee-container {
  padding-top: 139px;
  padding-bottom: 118px;
}
#home .guarantee-container img {
  margin-bottom: 18px;
}
#home .guarantee-container h1 {
  margin-bottom: 40px;
}
#home .guarantee-container .textcontainer {
  border-top: 1px solid #636362;
  padding-top: 38px;
  font-size: 20px;
}
#home .recommendations-container {
  background-color: #e1e1e1;
  padding-bottom: 30px;
}
#home .recommendation-item > div {
  padding-top: 20px;
}
#home .title-header-container {
  border-bottom: 1px solid #e1e1e1;
}
#home .title-header-container .title-header {
  margin-top: 63px;
  margin-bottom: 49px;
  text-align: center;
}
#home .team-container {
  background-color: #e1e1e1;
  padding-top: 134px;
  padding-bottom: 123px;
}
#home .team-container .name-label {
  font-size: 23px;
  font-weight: bold;
}
#home .team-container .description {
  font-size: 17px;
  /*line-height:30px;*/
}
#home .team-container img {
  float: none;
  margin: 0 auto;
}
#home .buyinfo-container {
  font-size: 20px;
  padding-bottom: 80px;
}
#home .buyinfo-container .textcontainer {
  border-top: 1px solid #636362;
  padding-top: 38px;
  font-size: 20px;
}
.enumeration-list {
  /*border:1px solid red;*/
  height: auto;
  display: inline-block;
}
.enumeration-list .enumeration-item {
  /*border:1px solid green;*/
  clear: both;
}
.enumeration-list .enumeration-item .enumeration-item-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #7EAB40;
  color: #ffffff;
  text-align: center;
  /*line-height:50px;*/
  vertical-align: middle;
  font-size: 25px;
  float: left;
  margin-bottom: 10px;
  /*border:1px solid blue;*/
}
.enumeration-list .enumeration-item .enumeration-item-text {
  font-size: 20px;
  padding-left: 10px;
  float: left;
  /*line-height:50px;*/
  vertical-align: middle;
  /*border:1px solid yellow;*/
  width: auto;
  height: 50px;
}
.contact-container {
  background-image: url('../../image/public/kontakt_hg.png');
  background-repeat: no-repeat;
  font-size: 19px;
  padding-bottom: 300px;
}
.contact-container input,
.contact-container textarea {
  background-color: white;
  opacity: 0.3;
  border-radius: 0px;
  border: none;
}
.event-list-container {
  margin-top: 30px;
}
.event-list-container .event-list-item {
  background-color: #e1e1e1;
  height: 420px;
}
.event-list-container .event-list-item .event-list-item-pic-container {
  height: 100%;
  padding: 0;
}
.event-list-container .event-list-item .event-list-item-pic-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-list-container .event-list-item .event-list-item-info {
  padding: 30px;
  height: 100%;
}
.event-list-container .event-list-item .event-list-item-info h4 {
  font-weight: bold;
  font-size: 21px;
}
.event-list-container .event-list-item .event-list-item-info p {
  font-size: 17px;
  /*line-height:170%;*/
}
.event-list-container .event-list-item .event-list-item-info .more {
  font-size: 16px;
}
.event-list-container .event-list-item .event-list-item-info .btn-buy {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.btn {
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}
.btn:hover {
  color: #ffffff;
}
.btn-default {
  background: #7EAB40;
  padding: 15px;
  text-shadow: none;
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
}
.btn-default:hover {
  background: #7EAB40;
}
.btn-default:active,
.btn-default:focus,
.btn-default:visited {
  background: #7EAB40 !important;
}
.btn-inverse {
  background: #98999a;
  padding: 15px;
  text-shadow: none;
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
  cursor: default;
  outline: none;
}
.btn-inverse:hover {
  background: #98999a;
  outline: none;
}
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:visited {
  background: #98999a !important;
  outline: none;
}

.padding-navbar-to-heading{
    margin-top:30px;
}

@media(min-width:768px){
    .padding-navbar-to-heading{
        margin-top:40px;
    }
}

@media(min-width:1200px){
    .padding-navbar-to-heading{
        margin-top:75px;
    }
}

/* NAV */
nav {
  z-index: 9999;
}
.header-content {
  height: 6rem;
  background-color: #7eab40;
  padding-left: 13rem;
  padding-right: 13rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 1200px) {
  .header-content {
    height: 11rem !important;
  }
}
@media (max-width: 1400px) {
  .header-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .header-content {
    min-height: 6rem;
  }
}
/*
.first-navbar
{
  border-bottom: 1px solid @white;
  font-size: 22px;
  padding-top: 14px;
  padding-bottom: 13px;
}

.first-navbar > .container > .pull-right
{
  a,span
  {
    color: @gray-font;
    margin-left: 10px;
    margin-right: 10px;
  }

}

.first-navbar > .container > .pull-right > a:last-child
{
  margin-right: 0px;
}
*/
.navbar-nav li a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: none;
}
.navbar-nav li.active a {
  color: #000000;
}
@media (min-width: 1200px) {
  .navbar-nav {
    margin: auto;
  }
}
@media (min-width: 1390px) {
  .navbar-nav {
    margin: auto;
  }
}
.navbar-nav > li > a:hover {
  background-color: #7eab40 !important;
}
@media (min-width: 768px) {
  .navbar-nav > li > a:hover {
    color: #000000;
  }
}
.navbar-nav > li > a:focus {
  background: #7eab40;
}
@media (min-width: 768px) {
  .navbar-nav > li > a:focus {
    color: #000000;
  }
}
.navbar-nav > li:last-child a:after {
  content: "";
}
.navbar {
  border: 0;
}
/*
.first-navbar
{
  @media(max-width: @sm)
  {
    margin-left: 10px;
  }
}*/
.navbar-toggle.collapsed {
  background-color: #7eab40;
}
.navbar-toggle {
  height: 60px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #7eab40;
  /*&.collapsed
  {
    background-color: @white;
    .icon-bar
    {
      background-color: @menu_toggle;
    }
  }*/
}
.navbar-toggle .icon-bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 8px;
  width: 30px;
  background-color: #ffffff;
  height: 5px;
}
@media (max-width: 350px) {
  .navbar-toggle {
    position: absolute;
    right: 0;
  }
}
.navbar {
  font-size: 10px;
}
.navbar-nav > li > a {
  padding: 0 !important;
  margin-left: 3em;
  line-height: 1.5rem;
}
.navbar-nav {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .navbar-nav {
    display: block;
  }
}
@media (max-width: 770px) {
  .navbar-nav > li {
    float: none !important;
    font-size: 24px;
    padding: 1rem 1rem;
  }
}
.navbar-collapse {
  padding: 0 !important;
}
.navbar-nav {
  margin-top: 1.5rem;
  float: none;
}
@media (max-width: 770px) {
  .navbar-nav {
    margin: 0;
  }
}
.popup-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .popup-wrapper {
    display: none;
  }
}
@media (max-width: 1720px) {
  .popup-wrapper {
    padding-right: 20rem;
  }
}
@media (max-width: 1200px) {
  .popup-wrapper {
    padding-right: 0;
  }
}
.popup-trigger {
  z-index: 99;
}
.popup-information {
  height: 3rem;
  width: 24rem;
  background-color: white;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  top: 0rem;
  position: absolute;
  display: flex;
  justify-content: center;
}
.popup-text {
  font-size: 18px;
  font-weight: bold;
  color: #D0421B;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  margin-top: 1rem;
}
#header-logo {
  width: auto;
  height: 5rem;
}
@media (max-width: 768px) {
  .logo-holder a img {
    margin: auto;
  }
}
@media (max-width: 767px) {
  #navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 0;
    z-index: 999;
    background-color: #7eab40;
    color: white;
  }
  #navbar li {
    border-bottom: 1px #ffffff solid;
    text-align: right;
  }
  #navbar li a {
    line-height: normal;
    padding-bottom: 8px;
    padding-top: 10px;
    font-weight: normal;
    font-size: 14px;
    color: white;
  }
  #navbar li:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 350px) {
  #navbar {
    position: absolute;
    right: 0;
    top: 4rem;
  }
}
.dropdown-menu {
  border: none;
  border-bottom: 1px solid #A2B7A8;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 0;
}
.dropdown-menu li {
  border: 1px solid #A2B7A8;
  border-bottom: none;
}
.dropdown-menu li a {
  background-color: #A2B7A8;
  font-size: 10px;
  color: #636362;
  padding: 17px;
}
.dropdown-menu li a .notification {
  background-color: #970820;
  color: #ffffff;
  border-radius: 9px;
  height: 10px;
  padding: 4px 15px;
  margin-left: 10px;
}
.logo-holder {
  padding: 0 1px;
}
@media (max-width: 770px) {
  .contact-holder-wrapper {
    padding: 0 !important;
  }
}
.contact-holder-wrapper .contact-holder {
  color: white;
  display: flex;
  justify-content: flex-end;
}
.contact-holder-wrapper .contact-holder .white-header {
  color: white;
  font-size: 14px;
}
.contact-holder-wrapper .contact-holder .white-header i {
  margin-right: 10px;
}
.contact-holder-wrapper .contact-holder div {
  margin-left: 3rem;
  text-align: end;
}
@media (max-width: 768px) {
  .contact-holder-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .contact-holder-wrapper .contact-holder {
    margin-top: 0.5rem;
    display: block;
  }
  .contact-holder-wrapper .contact-holder .white-header {
    font-size: 13px;
    margin-left: 5px;
    text-align: start;
  }
}
/* NAV */

@media (max-width:480px)
{
  .sm-full-width-btn
  {
    width: 100%;
    margin-bottom: 10px;
  }
}
