th, td {
    padding: 10px;
}

.er {
	background-color:#FEF7BB;
	font-weight:700;
	border-bottom:1px solid #E4D9BE;
}
.er2 {
	border-left:1px solid #E4D9BE;
	background-color:#FEF7BB;
	font-weight:700;
	border-bottom:1px solid #E4D9BE;	
}
.eh {
	background-color:#F6EBCF;
	border:none;
	border-left:1px solid #E4D9BE;
	border-bottom:1px solid #E4D9BE;
}
.eh2 {
	background-color:#F6EBCF;
	border:none;
	border-bottom:1px solid #E4D9BE;
}

/* @media(max-width:767px){
  .table-responsive{overflow-x:scroll !important;}
} */

ul.loginbar.pull-right {
    visibility: hidden;
}

div.table-responsive{
    border:none !important;
}

.buchstaben a {
    color: white;
    /* font-weight: 700; */
    margin-left: 9px;
    /* display: none; */
    font-weight: bolder;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* .navbar-header {
    height: 100%;
} */

.search-block {
    background: url("/hintergrund2.jpg") repeat fixed 50% 0 rgba(0, 0, 0, 0);
    /* margin-bottom: 20px; */
    margin-bottom: 0 !important;
    /* padding: 80px 0; */
    padding: 40px 0; /* !important; */
    position: relative;
    text-align: center;
}

/* .navbar.navbar-default.mega-menu {
    min-height: 76px !important;
} */

/* hauptmenüeinträge nicht in großbuchstaben anzeigen */
.header-v5 .navbar-default .navbar-nav > li > a {
  text-transform: none !important;
}

/* .header-v5 .navbar-default .navbar-nav > .active > a, .header-v5 .navbar-default .navbar-nav > .active > a:hover {
    background-color: #e67e22 !important;
} */

@media(max-width:991px){ /* damit auf mobilen geräten der aktive link im aufgeklappten menü nicht mit grüner hintergrundfarbe angezeigt wird */
    .header-v5 .navbar-default .navbar-nav > .active > a, .header-v5 .navbar-default .navbar-nav > .active > a:hover {
        background-color: #e67e22 !important;
    }
}




.headline-margin {
    margin-bottom: 10px; margin-top:15px
}





#header-latin {
    background: url("/media/img/hintergrund.jpg") repeat fixed 50% 0 rgba(0, 0, 0, 0);
    
    background-size: 100% 100%;
    /* background-repeat: no-repeat; */
    
    
    
    /* margin-bottom: 20px; */
    /* margin-bottom: 0 !important; */
    /* padding: 80px 0; */
    padding: 60px 0; /* !important; */
/*     position: relative;
    text-align: center; */
    
    /* opacity: .75; */
}

.buchstaben {
    margin-top: 14px;
}



/* #header-latin > container::before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
} */



.fett {
    font-weight: bold;
}

.textmarker {
    background-color: yellow;
    padding: 0 1px;
    margin: 0 -2px;
    
    border: 1px solid yellow;
    border-radius: 2px !important;
}









/* .twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
	margin-bottom: 0;
}
.tt-hint {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #999;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-dropdown-menu {
	min-width: 160px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;

}
.tt-suggestion {
	display: block;
	padding: 3px 20px;
}
.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #428bca;
}
.tt-suggestion.tt-cursor a {
	color: #fff;
}
.tt-suggestion p {
	margin: 0;
} */


.table-responsive > table {
/*     -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2); */
    box-shadow: 3px 3px 6px rgba(0,0,0,.1);
    margin-bottom: 6px;
}


.twitter-typeahead { /* notwenig, damit das suchfenster korrekt angezeigt wird */
    width: 100% !important;
    float: left !important;
}




/* .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} */

/* .tt-hint {
    color: #e67e22;
} */

.tt-dropdown-menu {
    width: 100%;
    margin-top: 1px;
    padding: 4px 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
/*     -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2); */
}

.tt-suggestion {
    line-height: 24px;
    padding: 3px 12px;
    text-align: left;
}

.tt-suggestion.tt-cursor {
    color: #ffffff;
    background-color: #e67e22;
    cursor: pointer;
}

/* .tt-suggestion p {
    margin: 0;
} */









































.testimonials.testimonials-v1 .item .p-substitute {
    position: relative;
}
.testimonials.testimonials-v1 .item .p-substitute::after, .testimonials.testimonials-v1 .item .p-substitute::before {
    bottom: -20px;
    left: 80px;
}
.testimonials.testimonials-v1 .item .p-substitute::after {
    border-left: 0 solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid;
}
.testimonials.testimonials-v1 .p-substitute, .testimonials.testimonials-v2 .p-substitute {
    background: none repeat scroll 0 0 #f5f5f5;
    font-size: 14px;
    /* font-style: italic; */
    padding: 15px;
}
.testimonials.testimonials-v1 .item .p-substitute::after, .testimonials.testimonials-v2 .item .p-substitute::after {
    border-left-style: inset;
    border-right-style: inset;
    border-top-color: #f5f5f5;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.testimonials-bg-dark .item .p-substitute, .testimonials-bg-default .item .p-substitute {
    color: #fff;
    font-weight: 200;
}
.testimonials-bg-default .item .p-substitute {
    background: none repeat scroll 0 0 #72c02c;
}
.testimonials.testimonials-bg-default .item .p-substitute::after, .testimonials.testimonials-bg-default .item .p-substitute::after {
    border-top-color: #72c02c;
}
.testimonials-bg-dark .item .p-substitute {
    background: none repeat scroll 0 0 #555;
}
.testimonials.testimonials-bg-dark .item .p-substitute::after, .testimonials.testimonials-bg-dark .item .p-substitute::after {
    border-top-color: #555;
}




.badge-wordtype {
    margin-top: 0 !important;
    padding: 2px 5px !important;
    position: relative;
    top:-5px;
    /* margin-left: -1px; */
    background-color: #E88F42 !important;
}




/* sticky footer */
html {
  min-height: 100%;
  position: relative;
}

body {
  margin-bottom: 245px;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 235px;
  background-color: #f5f5f5;
}






.aboutus-container {
    margin: 20px 0 35px 0;
}

.aboutus-margin {
    margin-bottom: 20px;
}





/* ueberschreibt die regel in der app.css, die ansonsten dafuer sorgt, dass bei niedrigen sprechblasen unten 10px margin angewandt werden */
.testimonials {
    margin-bottom: 0;
}