.logo-image-phone {
  height: 40px !important;
  margin-bottom: 15px !important;
}
.convertforms > form > div{
  padding:0 !important;
}
#form1_anfrage{
  height:250px !important;
}
#sp-footer .container-inner {
  border-top: none !important;
  padding: 0px !important;
}

#sp-footer {
    padding: 40px 0px !important;
    height: 90px !important;
    vertical-align: middle !important;
}

li a.logout {
  color: #e57b4b !important;
}

li:hover a.logout {
  color: #a66446 !important;
}

.hide {
  display:none !important;
}
.btn-custom-bearbeiten{
display:inline-block;
width:45%;
}
.btn-custom-loeschen{
display:inline-block;
  float:right;
width:45%;
}
.btn-custom-loeschen > button{
background: red;
color: white;
  width:100%;
}
.btn-custom-bearbeiten > button{
	width:100%;
}

#sp-bottom3 h3 {
font-family: 'Teko', sans-serif !important;
font-size: 34px !important;
font-weight: 500 !important;
font-style: normal !important;
}

/**Kontaktformular**/

#field8 {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem !important;
	font-size: 1rem;
	line-height: 1.25;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	height: 240px;
	margin-top: 20px;
}

#field9 {
	float: left;
    margin-top: 10px;
    background: #8197ac;
    color: white;
    border: none;
    padding: 10px 20px;
}

#field9:hover {
    background: #566d81;
}

.captchaCont .visCSSlabel{
  display:none !important;
}


/**Header**/

#sp-top-bar {
    padding: 12px 0px !important;
    font-size: 1em !important;
}

#sp-menu a {
	text-transform: uppercase;
}

.oben {
    background: #e57b4b;
    color: white;
    padding: 16px 20px 1px 20px;
    border-radius: 0.25em;
    margin: 25px 0px -40px 10px;
    width: 30%;
    float: right;
}


/**Überschriften**/

h1 {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}

h1:before{
    content: "";
    position: absolute;
    width: 80%;
    
    bottom: 12px;
    left: -20px;
    border-bottom: 18px solid #e57b4b;
    z-index:-9;
}

h2 {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}

h2:before{
    content: "";
    position: absolute;
    width: 80%;
    
    bottom: 6px;
    left: -20px;
    border-bottom: 18px solid #e57b4b;
    z-index:-9;
}

h3 {
  	font-size: 24px;
}

/* Footer */

#sp-bottom-new {
  padding: 60px 0 30px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}
#sp-bottom-new .sp-module {
  margin-bottom: 30px !important;
}
#sp-bottom-new .sp-module .sp-module-title {
  font-weight: 700 !important;
  font-size: 18px !important;
  margin: 0 0 30px !important;
}
#sp-bottom-new .sp-module ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#sp-bottom-new .sp-module ul > li {
  display: block !important;
  margin-bottom: 15px !important;
}
#sp-bottom-new .sp-module ul > li:last-child {
  margin-bottom: 0 !important;
}
#sp-bottom-new .sp-module ul > li > a {
  display: block !important;
}

.stellen-table a:hover{
  color:#ffffff !important;
}
.stellen-table tr{
  cursor:pointer;
  transition: background-color 400ms;
  transition: color 400ms;
}
.stellen-table tr a{
  transition: color 400ms;
}
.no-result{
  margin-top: -22px !important;
}
