/*
|--------------------------------------------------------------------------
| Imports
|--------------------------------------------------------------------------
*/
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);



/*
|--------------------------------------------------------------------------
| General
|--------------------------------------------------------------------------
*/
@media (min-width: 768px) {
  body.plantavis {
    border: 16px solid #A4BC4E;
    min-height: 100%;
  }
}

html,
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #262626;
}

h1,
h2,
h3,
h4,
input,
textarea,
select {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 1px;
}

h1 {
  font-size: 36px;
  font-weight: 400;
  color: #f39c11;
}

h2 {
  font-size: 24px;
  font-weight: 400;
  color: #f39c11;
}

h3 {
  font-size: 18px;
  font-weight: 400;
  color: #f39c11;
}

.main-content a {
  color: #f39c11;
}

.hon-code {
  padding-top: 27px;
}



/*
|--------------------------------------------------------------------------
| Bootstrap overwriting
|--------------------------------------------------------------------------
*/
.btn {
  /*padding: 14px 34px;*/
  text-transform: uppercase;
  font-weight: 600;
}

.btn-default {
  border-color: #8A8A8A;
}

.btn-primary {
  background: #f39c11;
  border-color: #f39c11;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #d18204;
  border-color: #d18204;
}

.btn-block + .btn-block {
  margin-top: 15px;
}


/*
|--------------------------------------------------------------------------
| header
|--------------------------------------------------------------------------
*/
.header {
  background: url(/art/immunschwaeche-schweiz/header-bg.png) repeat-x;
  position: relative;
}

.header .container {
  position: relative;
}

.logo {
  position: absolute;
  bottom: 0;
}

.navbar-brand {
  max-width: 100%;
}

.logo img {
  max-width: 100%;
}

@media(max-width: 991px) {
  .logo {
    position: static;
    padding: 15px;
  }
  .dropdown-group {
    background: #fff;
  }
  .navbar-brand {
    padding: 0;
  }
}

@media(max-width: 767px) {
  .header {
    background-image: none;
  }

  .shortcuts-mobile {
    background: #e4e8e9;
    padding: 5px 0;
  }
}

.navbar-brand {
  height: auto;
}

.sprachwahl {
  width: 50%;
  float: left;
  background: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sprachwahl.active {
  border-bottom-left-radius: 0;
}

.search {
  width: 50%;
  float: left;
  background: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search.active {
  border-bottom-right-radius: 0;
}

.propose {
  width: 100%;
  background: #f39c11;
  margin-bottom: 10px;
  padding: 15px;
  color: #fff;
  position: relative;
}

.propose p {
  margin-bottom: 0;
}

.header .propose a {
  padding: 0;
  color: #fff;
  text-decoration: none;
}

.propose:hover {
  background: #d18204;  
}

.propose::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 5px;
    position: absolute;
    bottom: 15px;
}

/* dropdown-group */
.header .dropdown-group {
  display: inline-block;
}

.header .dropdown-group.active {
  background-color: #cacaca;
  color: #FFF;
}


/* dropdown-content */
.header .dropdown-group .dropdown-content {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #fff;
  z-index: 99999;
  padding: 15px;
  text-align: left;
  min-width: 100%;
  min-height: 70px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header .search.dropdown-group .dropdown-content {
  border-top-left-radius: 5px;
}

.header .dropdown-group.active .dropdown-content {
  display: block;
}

.dropdown-content input.form-control,
.dropdown-content .search-form button {
  height: 40px;
}

.dropdown-content a {
  color: #CCC;
  text-decoration: none;
  -webkit-transition: all 0.28s ease-in-out;
     -moz-transition: all 0.28s ease-in-out;
      -ms-transition: all 0.28s ease-in-out;
          transition: all 0.28s ease-in-out; 
}

.dropdown-content a:hover {
  color: #FFF;
}

.dropdown-content .form-control {
  border: 0;
}


/* dropdown-toggler */
a.dropdown-toggler {
  color: #AAAAAA;
  text-decoration: none;
  outline: none;
  height: 40px;
  padding: 8px 16px 8px 3px;
  display: inline-block;
  -webkit-transition: color 0.28s ease-in-out;
     -moz-transition: color 0.28s ease-in-out;
      -ms-transition: color 0.28s ease-in-out;
          transition: color 0.28s ease-in-out;  
}

a.dropdown-toggler:hover {
  color: #666;
}

.dropdown-group.active a.dropdown-toggler {
  color: #FFF;
}

a.dropdown-toggler:after{
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  margin-left: 5px;
  top: 10px;
}

.dropdown-group.active a.dropdown-toggler:after{
  content: "\f106";
  top: 8px;
}


/* language nav ul */
.header .dropdown-group .dropdown-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .dropdown-group .dropdown-content ul li a {
  display: inline-block;
  padding: 5px 0;
}

.header .dropdown-group .dropdown-content ul li a:hover {
  color: #FFF;
}


/* search */
.search-form .btn {
  background-color: #FFF;
  color: #f39c11;
  -webkit-transition: color 0.28s ease-in-out;
     -moz-transition: color 0.28s ease-in-out;
      -ms-transition: color 0.28s ease-in-out;
          transition: color 0.28s ease-in-out; 
  border-radius: 0;
  border: 0;
}

.search-form .btn:hover,
.search-form .btn:focus {
  background-color: #FFF;
  color: #8F9F00;
}

@media(max-width: 991px) {
  a.dropdown-toggler {
    padding: 8px 30px 8px 13px;
  }
  .header .dropdown-group .dropdown-content {
    min-width: 100%;
    min-height: 99px;
    border-radius: 0;
  }
  .header .dropdown-group .dropdown-content a {
    min-width: 100%;
  }
  .header .dropdown-group .dropdown-content ul li a:hover {
    color: #ccc;
    font-weight: bold;
  }
}

/*
|--------------------------------------------------------------------------
| banner / slick
|--------------------------------------------------------------------------
*/
.slider {
  margin-bottom: 15px;
}

.slider .banner {
  max-height: 398px;
  overflow: hidden;
  margin-bottom: 0;
}

.slick-next {
  right: 20px;
}

.slick-prev {
  left: 20px;
  z-index: 1;
}

.propose-mobile a {
  color: #fff;
  text-decoration: none;
}

.slider img {
  max-width: 100%;
}
/*
|--------------------------------------------------------------------------
| navigation
|--------------------------------------------------------------------------
*/
.navigation {
  background: #f39c11;
  text-transform: uppercase;
  border-top: 10px #CDCECF solid;
}

.navigation .sf-menu {
  margin: 0;
}

.navigation .sf-menu li {
  background: transparent;
}

.navigation .sf-menu a {
  border: none;  
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.navigation .sf-menu li.active a,
.navigation .sf-menu li.parentactive a,
.navigation a:hover {
  color: #f39c11;
  background: #fff;
}

@media (max-width: 1199px) {
  .navigation .sf-menu a {
    font-size: 14px;
    padding: 8px 10px;
  }
}

/*
|--------------------------------------------------------------------------
| navigation left
|--------------------------------------------------------------------------
*/
.side-nav {
  margin-top: 22px;
  font-size: 20px;

}

.side-nav li a {
  padding: 10px 0;
  text-decoration: none;
}

.side-nav li a:hover,
.side-nav li a:focus,
.side-nav li.active a {
  background: transparent;
  color: #f39c11;
}

.side-nav li.active a {
}

.side-nav li ul {
  font-size: 16px;
  padding: 0;
}

.side-nav li li a {
  padding: 3px 0;
}

.side-nav li.active li a {
  color: #7c7d7e;
}

.side-nav li ul {
  list-style: none;
}

.side-nav li.active li.active a,
.side-nav li.active li a:hover,
.side-nav li.active li a:focus {
  color: #f39c11;
}

/*
|--------------------------------------------------------------------------
| navigation mobile
|--------------------------------------------------------------------------
*/
.navigation-mobile {
  background-color: #f39c11;
}

.nav-button {
  float: right;
}

.menu-button {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    color: #f39c11;
    margin: 5px 0 0;
    padding: 10px 7px 10px 8px;
    transition: all 0.28s ease-in-out 0s;
    float: right;
}

.menu-button .touch-button {
    display: none;
}

.flexnav,
.flexnav ul {
  padding: 0;
  list-style: none;
}

.flexnav .touch-button {
    background-color: rgba(0, 0, 0, 0.25);
    font-style: normal;
    height: 55px;
    width: 55px;
}

.flexnav .touch-button .navicon {
  color: #fff;
}

ul.flexnav li a, .navbar-default ul.nav li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #fff;
    height: 56px;
    line-height: 100%;
    padding: 20px 0 20px 15px;
    text-decoration: none;
    transition: background-color 0.28s ease-in-out 0s;
}

.flexnav.flexnav-show {
    border-bottom: 4px solid #f6f6f6;
}

/*
|--------------------------------------------------------------------------
| footer
|--------------------------------------------------------------------------
*/
.footer {
  color: #838587;
  background: #E4E8E9;
  padding-bottom: 30px;
  border-bottom: 10px solid #f39c11;
}

.footer .container {
  position: relative;
}

.footer a {
  color: #838587;
}

.last-update {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-right: 15px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {  
  /* dropdown-group */
  .header .dropdown-group {
    position: relative;
  }
 
  /* dropdown-content */
  .header .dropdown-group .dropdown-content {
    min-height: 0;
    padding: 10px;
    right: 0;
  }
  .dropdown-content input.form-control {
    min-width: 230px;
    width: 230px;
  }

  .dropdown-content .search-form .input-group {
    width: 280px;
  }
  
  /* dropdown-toggler */
  a.dropdown-toggler {
    padding: 8px 23px 8px 10px;
  }
  
  a.register,
  a.password-lost {
    padding: 4px 0; 
  }

}

/*
|--------------------------------------------------------------------------
| zusatzinhalte
|--------------------------------------------------------------------------
*/
.content-zusatz {
  margin: 30px -15px;
}

.content-bottom {
  color: #838587;
  background: #E4E8E9;
}

@media(max-width: 767px) {
  .content-bottom h1 {
    float: left;
    width: 100%;
  }
}

/*
|--------------------------------------------------------------------------
| template uebersicht
|--------------------------------------------------------------------------
*/
.uebersicht-title {     
  background: #f39c11;
}

.uebersicht h2 {
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: 400;
  text-transform: uppercase; 
}

.uebersicht-image {
  position: relative;
}

.uebersicht a {
  color: #9B9D9F;
}

.uebersicht .glyphicon-chevron-right {
  color: #f39c11;
}

.uebersicht-more-mobile {
  position: absolute;
  bottom: 10px;
  padding: 10px 25px 10px 10px;
  background: #f39c11;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.uebersicht-more-mobile::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 5px;
    position: absolute;
    bottom: 10px;
}

.uebersicht-image:hover .uebersicht-more-mobile {
  background: #d18204;
}

.uebersicht-box {
  margin-bottom: 25px;
}

.uebersicht-box > a.uebersicht-link{
  color: inherit;
  text-decoration: none;
  transition: all 0.28s ease-in-out;
  display: block;
}

.uebersicht-box > a.uebersicht-link:hover,
.uebersicht-box > a.uebersicht-link:focus {
  color: inherit;
  text-decoration: none;
  opacity: .7;
}

.uebersicht-lead > p {
  display: inline;
}

.uebersicht-lead:after {
  font-family: FontAwesome;
    content: "\f054";
    margin-left: 5px;
    text-decoration: none !important;
    color: #f39c11;
}


@media(max-width: 767px) {
  .uebersicht-box {
    padding: 0;
  }
  .uebersicht img {
    width: 100%;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 992px) {  
  
  .header a,
  .header ul li a {
    padding: 8px 15px;
  }
  
  /* dropdown-toggler */
  a.dropdown-toggler {
    padding: 8px 28px 8px 15px;
  }

  
  a.register,
  a.password-lost {
    padding: 4px 0; 
  }
  .uebersicht-box {
    margin-bottom: 0;
  }
}


/*
|--------------------------------------------------------------------------
| cookie hint
|--------------------------------------------------------------------------
*/
.cookie-hint {
  padding: 10px 0;
  background: #e6e6e6;
  font-size: 13px;
}

@media only screen and (min-width : 768px) {
  .cookie-hint-text {
    padding-left: 0;
  }
}

.cookie-hint-text a {
  color: #f39c11;
  text-decoration: none;
}

.cookie-hint-text a:hover,
.cookie-hint-text a:focus {
  text-decoration: underline;
}

#cookie-accept {
  border: none;
  padding: 0;
  background: 0;
  color: #f39c11;
}

#cookie-accept:hover,
#cookie-accept:focus {
  text-decoration: underline;
}

#cookie-hint-close {
  border: none;
  background: transparent;
  padding: 0;
}

@media only screen and (max-width : 767px) {
  .cookie-hint {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    min-height: 80px;
  }
}