.search {
    padding-top: 20px;
}

label.finder {
    display: none;
}

.awesomplete {
    padding-left: 20px;
    margin-left: 10px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
   
    width: 50%;
    border: 2px solid #4C150E;
}



















.imgmain {
  
  width:100%;
  height:100%;
  
}

.t3-mainnav.affix {
 
  position:relative;
      z-index: 0;
   
}

.t3-mainnav.affix + div {
    padding-top: 0px;
}

.dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    color: #333;
}

.t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    
    color: #333;
  
}


.t3-megamenu .mega-nav > li.active > a, .t3-megamenu .dropdown-menu .mega-nav > li.active > a {
    color: #333;
}

/**Header Padding for Logo, etc.*/
.t3-header {
    padding-top: 5px;
    padding-bottom: 4px;
}

/**Background Color for Site**/
.container-hd {
    background: #FCE6BE;
}

/**Abstand zum nächsten Modul (ACM) Abstand von Herzlich Wilkommen zu More Info Modul**/
.section-wrap > div {
    padding: 6px 0;
}

/**Padding Bottom für Huge IT Slider
.huge_it_slideshow_image_container_4 {
    padding-bottom: 15px;
      background-color: #FCE6BE;
}*/

/**Color and Border-Color of Main Menu**/
.navbar-default {
    background-color: #4C150E;
    border-color: #000;
}

/** Serch Bar Coloring**/
.nav-search .btn {
    background: #FCE6BE;
    border: 1px white;
}

.button {
    color: #000;
}

.nav-search input {
    border: 1px solid white;
  }

/**Intro Image auto Width Disable**/
.article-intro img, .article-content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}


.addthis-wrap .btn {
    
    display: none;
}