/* lg */ 
@media (min-width: 1200px) {
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

h2.first {
  padding-top: 50px;
}

.lead2{
  width: 60%;
}

.mapcontainer {
  font-size: 17px;
  line-height: 25px;
  padding: 10px;
}


.braendli_nav {
  padding-right: 2.5%;
}

.braendli_logo img {
  display: none;
}

.braendli_logo2 img {
  display: block;
}


}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-nav > li {
    margin-left: 10px;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .recent-work-wrap .overlay{
    padding: 15px;
  }

  .services-wrap {
    padding: 40px 10px 40px 30px;
  }

  .single-services h2 {
    font-size: 18px;
  }

  .single-services h3{
    font-size: 14px;
  }

  .tab-wrap .media .parrent.pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body{
    clear: both;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recent-work-wrap .overlay .preview{
    line-height: inherit;
  }

  .team-bar .first-arrow {
    width: 21%;
  }

  .team-bar .second-arrow {
    width: 20%;
  }

  .team-bar .third-arrow {
    width: 21%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  ul.social_icons li{
    margin-right: 0;
  }

h2.first {
  padding-top: 50px;
}

.media-body{padding-left:120px}

.lead2{
  width: 70%;
}

.planet { 
  height: 750px; 
  width: 750px; 
}

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li {
    margin-left: 0;
  }

.mapbox {
  height: auto;
  background: url(../images/75white.png) repeat; 
  color: #FFFFFF;
  z-index: 99;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}
	
.braendli_nav {
  padding-right: 2%;
  float: right;
  text-align: center;
  line-height: 70px;
  box-sizing: border-box;
}

.braendli_nav a {
  float: left;
  display: block;
  height: 50px;
  width: 50px;
  background: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 34px;   
  font-weight: 400;
  border: none;
  border-radius: none;
  color: #FFFFFF;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.braendli_nav a:hover {
  font-size: 38px;  
  color: #FFFFFF;
  line-height: 70px;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background: none;
  opacity: 1;
}

#curriculum .mapcontainer2 {
  width: 47%; 
}

#curriculum .mapcontainer3 {
  padding-left: 30%;
  padding-top: 40px;
}

#konditionen .mapcontainer3 img {
  top: 30%;
  left: 10%;
  height: auto;
  width: 30%;
}

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 20px;
  }

  .tab-wrap .media .parrent.pull-left, 
  .media.accordion-inner .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .services-wrap {
    padding: 40px 0 40px 30px;
  }

  .recent-work-wrap .overlay{
   padding: 15px;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .sinlge-skill{
    width: 150px;
    height: 150px;
  } 

  .sinlge-skill p em {
    font-size: 25px;
  }

  .sinlge-skill p {
    font-size: 16px;
  }

  .team-bar .first-one-arrow {
    width: 2%;
  }

  .team-bar .first-arrow {
    width: 18%;
  }

  .team-bar .second-arrow {
    width: 24%;
  }

  .team-bar .third-arrow {
    width: 15%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  .blog .blog-item .entry-meta > span a{
    font-size: 10px;
  }
  
h2.first {
  padding-top: 30px;
}

.planet { 
  height: 500px; 
  width: 500px; 
}

  
}

/* xs */
@media (max-width: 767px) {

#braendli_menubox {
  opacity: 1;
}

.braendli_nav {
  padding-right: 2%;
  float: right;
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
}

.braendli_nav a {
  float: left;
  display: block;
  height: 20px;
  width: 25px;
  background: none;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;   
  font-weight: 400;
  border: none;
  border-radius: none;
  color: #FFFFFF;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.braendli_nav a:hover {
  font-size: 32px;  
  color: #FFFFFF;
  line-height: 30px;
  height: 20px;
  width: 25px;
  margin-top: 2px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background: none;
  opacity: 1;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

  .container > .navbar-header, .container > .navbar-collapse{
    margin-left: 0;
  }

  .top-number{
    font-size: 14px;
  }

  input.search-form:hover {
    width: 120px;
  }

  .navbar-nav > li {
    padding-bottom: 0;
  }


#main-slider .carousel .carousel-content {
  margin-top: 100px;
}


  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 16px;
  }

.navbar-inverse .navbar-brand {
  margin-top: 0px;
}

#feature {
  background: #FFFFFF url(../images/bg_feature.jpg) no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 14px;
  }

.center h2{
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}

#about-us h2.first {
  font-size: 24px;
}

#about-us2 h2.first {
  font-size: 24px;
}

#about-us3 h2.first {
  font-size: 24px;
}

#portfolio {
  background: #fff url(../images/bg_braendli.jpg) center center;
  background-size: cover;
}

#portfolio h2.first {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 24px;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 20px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  color: #fff;
  background:  none;
  font-size: 12px;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 5px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  outline: none;
}

.recent-work-wrap {
  position: relative;
  border: 2px solid #fff;
  margin: 0px;
}

.recent-work-wrap .recent-work-inner .preview a{
  display: none;
}

.recent-work-wrap .recent-work-inner .preview a:hover{
  display: none;
  opacity: 0;
}

.recent-work-wrap .overlay {
  opacity: 0;
}

.recent-work-wrap:hover .overlay {
  opacity: 0;
}

#curriculum {
  background: #fff url(../images/bg_braendli.jpg) center center;
  background-size: cover;
}

#curriculum h2.first {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 24px;
}

#curriculum .mapcontainer2 {
  width: 48%; 
  padding-top: 10px;
  padding-bottom: 30px;  
  padding-left: 30px;
  padding-right: 10px;
  margin-left: 0px;
  margin-right: 20px;
  margin-top: 40px;
  margin-bottom: 50px;
}

#curriculum .mapcontainer3 {
  padding-top: 30px;
  padding-bottom: 30px;  
  padding-left: 5%;
  padding-right: 10px;
  margin-left: 0px;
  margin-right: 9px;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 12px;
}

#curriculum .mapcontainer3 span {
  font-size: 12px;
}

#curriculum .mapcontainer4 {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  float: left;
  height: auto;
  width: 100%; 
  padding-top: 0px;
  padding-bottom: 0px;  
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #333333;
  background: none; 
  border-radius: none;
  border: none;
}

#curriculum .mapcontainer4 a {
  font-family: 'Coustard';
  font-size: 14px;
  color: #333333;
  background: none; 
  border-radius: none;
  border: none;
  text-transform: none;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  outline: none;
}

#konditionen {
  background: #fff url(../images/bg_braendli.jpg) center center;
  background-size: cover;
}

#konditionen h2.first {
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 24px;
}

#konditionen .mapcontainer {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  float: none;
  height: auto;
  width: 100%; 
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  padding: 0px;
}

#konditionen .mapcontainer a {
  font-size: 14px;
}

#konditionen .mapcontainer2 {
  font-size: 16px;
}

#konditionen .mapcontainer2 a {
  font-size: 16px;
}

#konditionen .mapcontainer3 img {
  top: 250px;
  left: -35px;
  height: auto;
  width: 40%;
}

#kontakt h2.first {
  font-size: 24px;
}

#faq h2.first {
  font-size: 24px;
}

#faq p {
  font-size: 14px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

#faq p span {
  padding-top: 5px;
  padding-bottom: 15px;
}

#faq .slogan {
  margin-left: 5px;
}

#impressum h2.first {
  font-size: 24px;
}

#impressum p {
  font-size: 14px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

#impressum p span {
  padding-top: 5px;
  padding-bottom: 15px;
}

.ausweis_container1 {
  background: none;
  width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ausweis1 {
  background: url(../images/willi_kv_ausweis1.gif) center center no-repeat;
  background-size: cover;
  width: 300px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.ausweis_cover {
  background: url(../images/willi_kv_ausweis_cover.png) top left no-repeat;
  background-size: cover;
  width: 182px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transition: all 1s ease;
  z-index: 2;
  opacity: 1;
  background-size: 182px 230px;
}

.ausweis_cover:hover {
  background-size: 182px 230px;
}

.ausweis_container2 {
  width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ausweis2 {
  background: url(../images/willi_kv_ausweis2.gif) center center no-repeat;
  background-size: cover;
  width: 300px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 250px;
  left: 0px;
  margin-bottom: 250px;
}

#kontakt h2.first {
  padding-top: 0px;
  padding-bottom: 0px;
}

h2.second {
  padding-top: 25px;
  padding-bottom: 20px;
  color: #FF0000;
  font-size: 24px;
}

#curriculum .mapcontainer {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  float: none;
  height: auto;
  width: 100%; 
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  padding: 0px;
}

#curriculum .mapcontainer a {
  font-size: 14px;
}

#curriculum .mapcontainer2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  float: none;
  height: auto;
  width: 100%; 
  padding-top: 0px;
  padding-bottom: 20px;  
  padding-left: 15px;
  padding-right: 10px;
  margin-top: 0px;
  marign-bottom: 0px;
}

.center4 {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
}

#outerspace {
  height: 1250px;
}

#kontakt {
  background: #fff url(../images/bg_braendli.jpg) center center;
  background-size: cover;
}

.planet { 
  top: 30px;
  left: -800px;
  height: 1000px; 
  width: 800px; 
}

#mapwrapper {
  top: 80px;
}

#suissewrapper img {
  float: left;
  height: auto;
  width: 80%;
  background-size: cover;
  text-indent: 10000px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}

.mapbox {
  height: auto;
  width: 90%; 
}

.mapcontainer {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  float: none;
  height: auto;
  width: 99%; 
  margin-left: 8px;
  margin-right: 0px;
  margin-bottom: 50px;
  padding: 10px;
}

.mapcontainer2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  float: none;
  height: auto;
  width: 100%; 
  padding-top: 0px;
  padding-bottom: 10px;  
  padding-left: 18px;
  padding-right: 10px;
  margin-top: 0px;
  marign-bottom: 0px;
}

#carouselwrap {
  padding-top: 20px;
  padding-bottom: 25px;
}

#carousel-slider {
  width: 90%;
}

.panel-title>a span{
  display:block;
  text-align: left;
}

  .media.accordion-inner .pull-left, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .accordion-inner h4 {
    margin-top: 10px;
  }

  .tab-wrap .media .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .media-body{
    clear: both;
  }

  .nav-tabs > li.active > a:after{
    display: none;
  }

  #footer .col-sm-6{
      text-align:center;
  }
  
   #footer .pull-right{
      float: none !important;
  }

  .sinlge-skill {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .team .single-profile-top, 
  .team .single-profile-bottom {
    margin-bottom: 30px;
  }

  .clients-area {
    padding: 60px 0;
  }

  .clients-area h1 {
    font-size: 25px;
  }

.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { background-color:none;width: 100%!important; height: auto!important; }
.pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: none; margin-top: -2px!important; }
a.pp_close { right: -10px!important; top: -238px!important; }


#services {
  background: #000 url(../images/services/bg_services.jpg) center center fixed;
  background-size: cover;
}

#about-us3 {
  background: #fff url(../images/bg_about3.jpg) center center;
  background-size: cover;
}

.bandlogo img {
  height: auto;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
}

.services-wrap p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.media-body{padding-left:120px}

  ul.social_icons li{
    margin-right: 0;
  }

  .blog .blog-item .entry-meta{
    margin-bottom: 20px;
  }

  .blog .blog-item .blog-content h3 {
    margin-bottom: 20px;
  }

  .post_reply_comments {
    padding-left: 20px;
  }

.partners ul li{
  display: inline-block;
  float: none;
  width: 40%;
  padding: 0 0 10px 0;
}
.pp_loaderIcon{display:block;height:128px;margin-left:30%;margin-right:70%;margin-top:30%;position:relative;width:128px;}
}

/* XS Portrait */
@media (max-width: 480px) {


}

