/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h1.chimh1 {
font-family: "Lato", Arial, Sans-Serif;
font-size: 200%;
text-transform: uppercase;
}
h2 {
text-transform: uppercase;
}
h2.chimh2 {
color: #777777;
font-family: "Lato", Arial, Sans-Serif;
font-weight: normal !important;
text-transform: none;
font-size: 100%;
line-height: 160%;
margin: 1em 0 1em 0;
}
div {}
 .post-date{display:none!important}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.slider-large {
font-size: 300%;
}

#kbe_container {
    width: 100% !important;
}
.hallo {
	/*background-color: #ad1c21 !important;*/
	background: rgb(173, 28, 33); 
	background: rgba(173, 28, 33, .85); 
	color: #ffffff;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
    text-align: right;
    width: 100%;
}
/* unvisited link */
.hallo a:link {
    color: #ffffff
}

/* visited link */
.hallo a:visited {
    color: #ffffff;
}

/* mouse over link */
.hallo a:hover {
    color: #ffffff;
}

/**/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}