/* CSS Jusmedica */
 
body {
color: #45728d;
background-color: #eaf1f3;
font-size: 1.1rem;
   -moz-osx-font-smoothing: grayscale !important;  /* font-smoothing under OSX-Firefox */
   -webkit-font-smoothing: antialiased;
   -moz-font-smoothing: antialiased;
   font-smoothing: antialiased;
   font-smooth: always;
}

#sp-main-body {
padding: 30px 0;
}

#sp-main-body p {
padding: 10px;
}



#sp-left .sp-module, #sp-right .sp-module {
    border: 0px;
    padding: 0px;
    border-radius: 0px;
}

.article-list .article {
    margin-bottom: 30px;
    padding: 10px;
    border: 0px;
    border-radius: 0px;
    background-color: #fff;
}

h1 {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 20px 10px 20px 10px;
}

h2 {
  font-size: 1.6rem;
  padding: 20px 10px 20px 10px;
}

h3 {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 10px 6px 0px;
  margin-left: 10px;
  border-bottom: 1px solid #45728d;
}

h4 {
  padding: 20px 10px 20px 10px;
}

h5 {
  padding: 20px 10px 20px 10px;
}

/* --------- System Button----------  */

.btn {
border-radius: 0px;
border: 0px;
text-shadow: none;
}

.btn-secondary {
background: #45728d;
text-shadow: none;
}

.btn-secondary:hover {
background: #acbc3f;
text-shadow: none;
}


.btn-primary {
background: #acbc3f;
text-shadow: none;
padding: 4px 8px 4px 8px;
}

.btn-primary:hover {
background: #45728d;
text-shadow: none;
}

/* --------- Button mit Pfeil----------  */

.btn-gruen {
  position: relative;
  color:#fff;
  font-weight: bold;
  font-size: 1.0rem;
  text-transform: uppercase;
  background: #acbc3f;
	padding:10px 35px;
}

.btn-gruen:hover {
  position: relative;
  color:#fff;
  font-weight: bold;
  font-size: 1.0rem;
  text-transform: uppercase;
  background: #45728d;
	padding:10px 35px;
}
 
 
.btn-gruen:after {
	background-color:#acbc3f;
	background-image:url(../../../images/startseite/pfeil-weiss.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
  width:41px;
	height:39px;
/*--adjust as necessary--*/
  padding: 16px 10px;
  position: absolute;
  top: 0px;
  right: -45px;
}

.btn-gruen:hover::after {   
	background-color:#45728d;
	background-image:url(../../../images/startseite/pfeil-weiss.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
  width:41px;
	height:39px;
/*--adjust as necessary--*/
  padding: 16px 10px;
  top: 0px;
  right: -45px;
}

.btn-gruen-down {
  position: relative;
  color:#fff;
  font-weight: bold;
  font-size: 1.0rem;
  text-transform: uppercase;
  background: #acbc3f;
	padding:10px 35px;
}

.btn-gruen-down:after {
	background-color:#acbc3f;
	background-image:url(../../../images/startseite/pfeil-weiss-down.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
  width:41px;
	height:39px;
/*--adjust as necessary--*/
  padding: 16px 10px;
  position: absolute;
  top: 0px;
  right: -45px;
}

.btn-gruen-down:hover {
  position: relative;
  color:#fff;
  font-weight: bold;
  font-size: 1.0rem;
  text-transform: uppercase;
  background: #45728d;
	padding:10px 35px;
}

.btn-gruen-down:hover::after {   
	background-color:#45728d;
	background-image:url(../../../images/startseite/pfeil-weiss-down.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
  width:41px;
	height:39px;
/*--adjust as necessary--*/
  padding: 16px 10px;
  top: 0px;
  right: -45px;
}


/* --------- Button Blau----------  */

.btn-blau {
  position: relative;
  display: block;
  width: 210px !important;
  color:#fff;
  font-weight: bold;
  font-size: 1.0rem;
  text-transform: uppercase;
  text-align: left;
  background: transparent;
	padding:8px;
  border: 1px solid #fff;
}

.btn-blau:hover {
  position: relative;
  
  color:#fff;
  font-weight: bold;
  font-size: 1.0rem;
  text-transform: uppercase;
  text-align: left;
  background: #acbc3f;
	padding:8px;
}
 
 
.btn-blau:after {
	background-color:#acbc3f;
	background-image:url(../../../images/startseite/pfeil-weiss.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
  width:42px;
	height:42px;
/*--adjust as necessary--*/
  padding: 16px 10px;
  position: absolute;
  top: -2px;
  right: -50px;
}

.btn-blau:hover::after {
	background-color:#bbcb50;
	background-image:url(../../../images/startseite/pfeil-weiss.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
  width:42px;
	height:42px;
/*--adjust as necessary--*/
  padding: 16px 10px;
  top: -2px;
  right: -50px;
}


/* --------- Header Navi ----------  */

#sp-header {
height: 90px;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
}

.logo-image {
margin-top: 34px;
margin-bottom: 10px;
height: 60px !important;
}

/* --------- Navi ----------  */
#sp-menu {
margin-top: 32px;
}


.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    color: #45728d;
    font-weight: bold;
    font-size: 0.9rem !important;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 8px solid transparent;
    padding: 0 10px;
    line-height: 60px;
}

.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li > span {
    color: #acbc3f;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #acbc3f;
    font-weight: bold;
}

#sp-wegweiser {
  background-color: #45728d;
}

#sp-wegweiser a {
  color: #fff;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  text-transform: uppercase;
  padding-left: 10px;
}



.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #fff;
  background-color: #acbc3f;
}


/* ------------------- Menü Links --------------------  */


.menu-links li > a {
font-weight: bold;
color: #fff !important;
text-transform: uppercase;
background-color: #45728d;
padding-left: 10px !important;
}

.menu-links li > a:hover {
background-color: #acbc3f;
}

.menu-links > li.active > a {
background-color: #acbc3f;
}

.menu-links > li.active:hover > a {
background-color: #45728d;
}

.menu-divider {
margin-top: 26px;
}
.menu-separator {
font-size: 1.166rem;
text-transform: uppercase;
font-weight: 600;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}


/* --------- Headerbild/text Startseite ----------  */


#sp-feature {
margin-top: -90px;
}

#sp-feature .carousel-caption {
text-align: left;
position: absolute;
width: 890px;
background: rgba(255, 255, 255, 0.8);
left: 0px;

bottom: 0px;
}

.mobile-caption {
display: none;
}

#sp-feature .carousel-caption h5 {
font-size: 2.4rem;
font-weight: normal;
color: #acbc3f;
}

#sp-feature .carousel-caption p, ul {
color: #45728d;
padding-right: 10px;
}

#sp-feature .carousel-caption h5, p {
padding-left: 30px;
}

#sp-feature .carousel-caption a {
color: #acbc3f;
font-weight: bold;
text-decoration: underline;
}

@media (max-width: 991.98px) {

#sp-feature .carousel-caption {
width: 730px;
}

.mobile-caption {
display: none;
}

#sp-feature .carousel-caption h5 {
font-size: 2.6rem;
}

#sp-feature .carousel-caption p, ul {
font-size: 0.8rem;
}

}

@media (max-width: 767.98px) {

#sp-header {
margin-top: 30px;
}

#sp-feature {
margin-top: 0px;
}

#sp-feature .carousel-caption {
width: 720px;
position: relative;
}

.mobile-caption {
display: none;
}

#sp-feature .carousel-caption h5 {
font-size: 2.0rem;
}

#sp-feature .carousel-caption p, ul {
font-size: 0.8rem;
}
}

@media (max-width: 575.98px) {

#sp-top1 {
padding-right: 4px;
padding-left: 4px;
}

#sp-db-admin {
  font-size: 0.7rem !important;
}

#sp-db-admin ul{
  font-size: 0.7rem !important;
}



#sp-feature {
margin-top: 0px;
}

#sp-feature .carousel-caption {
position: absolute;
width: 720px;
top: 20%;
}

.hidden-xs {
visibility: hidden;
}
.mobile-caption {
display: block;
visibility: visible;
padding-top: 10px;
}
#sp-feature .carousel-caption h5 {
font-size: 1.1rem;
}

#sp-feature .mobile-caption p, ul {
font-size: 0.8rem;
}
}

/* --------- Header für registrierte Benutzer ----------  */

#sp-feature .carousel-caption2 {
position: absolute;
text-align: left;
background: rgba(69, 114, 141, 0.8);
width: 100%;
bottom: 0px;
}

#sp-feature .carousel-caption2 h5 {
color: #fff;
text-transform: uppercase;
font-size: 1.8rem;
padding: 12px 0px;
}


#sp-feature .carousel-caption3 {
position: absolute;
text-align: center;

width: auto;
height: 48px;
right: -15px;
bottom: 54px;

}

#sp-feature .carousel-caption3 a {
color: #fff;
text-transform: uppercase;
font-weight: bold;
background: rgba(172, 188, 63, 0.8);
padding: 12px 10px;
}

#sp-feature .carousel-caption3 a:hover {
background: rgba(69, 114, 141, 0.8);
}







/* --------- Login Startseite ----------  */
#sp-login {
color: #fff;
padding: 30px 15px;
}

#sp-login h3 {
color: #acbc3f;
font-weight: normal;
font-size: 2.6rem;
margin-bottom: 17px;
}

#sp-login input {
border-radius: 0px;
width: 204px;
}

#sp-login button {
background-color: #acbc3f;
}

.controls button {
font-family: Calibri,'PT Sans',sans-serif;
font-size: 1.04rem;
font-weight: bold;
margin-top: -101px;
margin-left: 208px;
border-radius: 0px;
}

#sp-login label {
display: none;
}

#modlgn-remember {
display: none;
}

#sp-login ul {
    list-style: none;
    padding-left: 0px;
    margin-top: -47px;
}
#sp-login a {
text-decoration-line: underline;
-webkit-text-decoration-line: underline;
}

#sp-login a:hover {
color: #acbc3f;
}

/* --------- Anmeldung Startseite ----------  */
#sp-anmeldung {
background-color: #608ea4;
padding: 40px 15px;
}

#sp-anmeldung h4{
color: #fff;
font-size: 1.47rem;
}

/* --------- Hilfe Startseite ----------  */
#sp-hilfe {
padding: 50px 15px;
}

#sp-hilfe p {
padding-bottom: 4px;
}

/* --------- Aktuelles Startseite ----------  */

.blog {
text-align: center;
}

.blog h2 {
 border-bottom: 1px solid #45728d;
  margin-bottom: 40px;
}


.subheading-category {

font-size: 2.4rem;
font-weight: bold;
text-transform: uppercase;

 border-bottom: 1px solid #45728d;
}

.article-body {
text-align: left;
}

.article-header h2 {
 border: 0px !important;
 padding: 0px 10px;
}

.category-desc {
text-align: left;
}

.article-list .article .readmore a {
    color: #fff;
}
.article-list .article .readmore a:hover {
    color: #fff;
}


/* --------- Aktuelles Archiv-Suche Monthly Archive ----------  */
.uk-scope .uk-button-default {
    background-color: #acbc3f !important;
    color: white !important;
    border: 1px solid #acbc3f !important;
}


.uk-scope .uk-text-success {
    color: #acbc3f !important;
}

.ma-content-item {
background-color: #fff;
}

/* --------- Artikel-Newsflash HOME ----------  */

.newsflash dl{
background-color: #fff;
margin-bottom: 0px;
}

.newsflash-title {
background-color: #fff;
margin-bottom: 0px;
padding: 10px 12px;
}


.newsflash dd{
padding: 0px 10px;
display:inline;
color: #acbc3f;
}


.newsflash dd{
padding: 0px 10px;
display:inline;
color: #acbc3f;
}

/* --------- Artikel-Felder ----------  */


.article-details dd{
padding: 0px 10px;
display:inline;
color: #acbc3f;
}


.article-body dd{
padding: 0px 10px;
display:inline;
color: #acbc3f;
}

.gericht {

border-left: 1px solid #acbc3f;
border-right: 1px solid #acbc3f;
}


#sp-position2 h5 {
font-size: 1.1rem;
font-weight: bold;
background-color: #fff;
margin-bottom: 0px;
padding: 10px 12px;
}

#sp-position2 p {
background-color: #fff;
padding: 10px 12px 60px 12px;
}

#sp-position2 .readmore {
color: #fff;
background-color: #acbc3f;
text-transform: uppercase;
padding: 9px 12px;
float: right;
margin-top: -60px;
}

#sp-position2 .readmore:hover {
color: #fff;
background-color: #45728d;
}





#sp-component .article-list p {
color: #8e918c;
background-color: #fff;
padding: 10px 12px 40px 12px;
}

#sp-component .readmore {
color: #fff;
background-color: #acbc3f;
text-transform: uppercase;
padding: 10px 12px;
float: right;
margin-top: -30px;
margin-right: -10px;
}



#sp-component  .readmore:hover {
color: #fff;
background-color: #45728d;
}

/* --------- Testzugang Homeseite unten ----------  */

.start1 {
color: #fff;
background-color: #45728d;
font-weight: bold;
font-size: 1.0rem;
padding: 12px 10px 12px 10px;
}


.start2 {
margin-top: 22px;
}

.start2 a {
color: #fff !important;
font-weight: bold;
background-color: #acbc3f;
text-transform: uppercase;
padding: 24px 20px 24px 20px;
}

.start2 a:hover {
color: #fff;
background-color: #45728d;
}



/* --------- Footer-Navi ----------  */

.footer-navi {
  position: absolute:
  display: block;
  margin-bottom: -20px;
  margin-left: 92px;
}


.sp-scroll-up {
    background: #acbc3f;
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    background: #45728d;
}




/* --------- Formular Testzugang ----------  */
.form-control {
 border: 0px;
border-radius: 0px;
}



#captchaTxt30 {
  margin-top: 10px;
  max-width: 130px;
}

.rsform-captcha-refresh-button {
  color: #fff !important;
  background: #45728d;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 6px;
  margin-top: 10px;
  border-radius: 0px;
  border: 0px;
}

.rsform-captcha-refresh-button:hover {
  background: #acbc3f;
}

.rsform-submit-button {
  float: right;
  text-transform: uppercase;
  background: #acbc3f;
	padding:10px 35px;
  font-weight: bold;
  font-size: 1.0rem;
  border-radius: 0px;
  border: 0px;
}

.rsform-submit-button:hover {
  background: #45728d;
}

#userForm h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 10px 20px 10px;
}


/* --------- Formular Kontaktseite ----------  */

#captchaTxt42 {
  margin-top: 10px;
  max-width: 130px;
}

/* --------- Tabelle Nutzungsentgelte ----------  */
.table-entgelte td {
font-weight: bold;
padding: 2px 20px;
}




/* --------- Adminbereich registrierte Benutzer ----------  */

#sp-db-admin {
font-size: 0.9rem;
color: #fff;
position: fixed;
display: block;
white-space:nowrap;
z-index: 10000;
top: 0px;
right: 35px !important;
}

#sp-db-admin .user-button {
margin-right: 90px;
}

.menu-logout {
float: right;
top: 0px;
right: 10px !important;
margin-top: -21px;
list-style: none;
}


.menu-logout a:after {
    font-family: 'FontAwesome';
    color: #fff;
    background: #acbc3f;
    content: '\f08b';
    padding-left: 5px;
    position: relative;
    font-size: 0.9rem;
}

#sp-db-admin .user-button {
  display: inline-block;
   white-space: nowrap;
}

#sp-db-admin .col {
  display: inline;
   white-space: nowrap;
}

#sp-db-admin .user {
  background: #acbc3f;
  margin-right: 10px;
  padding: 5px 10px;
}

#sp-db-admin .time {
  background: #acbc3f;
    padding: 5px 10px;
}

#sp-db-admin a {
  color: #fff;
  background: #acbc3f;
  padding: 5px 10px;
}


.reset  {
margin-right: 6px;
}


.reset a:after {
    font-family: 'FontAwesome';
    color: #fff;
    background: #acbc3f;
    content: '\f1da';
    padding-left: 5px;
    position: relative;
    font-size: 0.9rem;
}

/* --------- Vertikalmenü Datenbank----------  */


.menu-vertical {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  width: 300px;
  height: 100%;
  color: #e1ffff;
}
.menu-vertical .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.menu-vertical .toggle-btn {
  display: none;
}
.menu-vertical ul,
.menu-vertical li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.menu-vertical ul :not(collapsed) .arrow:before,
.menu-vertical li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.menu-vertical ul .active,
.menu-vertical li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.menu-vertical ul .menu-child li.active,
.menu-vertical li .menu-child li.active {
  color: #d19b3d;
}
.menu-vertical ul .menu-childli.active a,
.menu-vertical li .menu-child li.active a {
  color: #d19b3d;
}
.menu-vertical ul .menu-child li,
.menu-vertical li .menu-child li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.menu-vertical ul .menu-child li:hover,
.menu-vertical li .menu-child li:hover {
  background-color: #020203;
}
.menu-vertical ul .menu-child li:before,
.menu-vertical li .menu-child li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.menu-vertical li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.menu-vertical li a {
  text-decoration: none;
  color: #e1ffff;
}
.menu-vertical li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.menu-vertical li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .menu-vertical {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .menu-vertical .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .menu-vertical .menu-list .menu-content {
    display: block;
  }
}


/* ---------Edocman Anpassungen ----------  */

.sortPagiBar strong {
display: none;
}

.sortPagiBar a {
display: none;
}


/* -------- Kategorie Darstellung ----------  */

#edocman-categories .edocman-box-heading, #edocman-documents .edocman-box-heading, #edocman-document-page .edocman-box-heading {
    background: #fff;
    background-color: rgb(255, 255, 255);
    border: 0px ;
}

#edocman-categories .edocman-box-heading, #edocman-documents .edocman-box-heading, #edocman-document-page .edocman-box-heading {
    border-radius: 0px;
    //padding: 30px 10px;
    padding: 0px 10px;
}

.edocman-category-title {
    font-size: 1.02rem;
}

.edocman-container h3 {
text-transform: none; 
}

.link-urteil {
color: #acbc3f;
text-decoration: none;
}

.link-urteil:hover {
color: #45728d;
}

/* -------- Artikel Darstellung ----------  */

#edocman-documents .edocman-description {
border-radius: 0px;
border: 0px;
}

.edocman-icon-download {
	background-image:url(../../../images/startseite/pfeil-weiss-unten.png);
	background-repeat:no-repeat;
	background-position:center center;
  background-color: #acbc3f;
	content:"";
  width:35px;
  height: 37px;
  margin-left: -12px;
  margin-top: -8px;
  margin-bottom: -7px;
}

.edocman-icon-eye-open {
	background-image:url(../../../images/startseite/pfeil-weiss-open.png);
	background-repeat:no-repeat;
	background-position:center center;
  background-color: #acbc3f;
	content:"";
  width:35px;
  height: 37px;
  margin-left: -12px;
  margin-top: -8px;
  margin-bottom: -7px;
}

.edocman-taskbar li {
    float: right !important;
}

/* -------- Artikel Pagination ----------  */

.pagination {
    border-radius: 0px;
    border: 0px;
}   

.pagination ul {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 0px 10px;
    line-height: 38px;
    text-decoration: none;
    background-color: #eaf1f3;
    border: 0px;
    border-left-width: 0px;
    border-left-width: 0;
}

.page-link {
font-size: 1.0rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: .0rem;
    border-bottom-left-radius: .0rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: .0rem;
    border-bottom-right-radius: .0rem;
}


.page-item.active .page-link {
    background-color: #45728d;
    border-color: #45728d;
}

.page-item.active .page-link:hover {
    color: #fff;
    background-color: #acbc3f;
    border-color: #acbc3f;
}

.pagination ul > li > a, 
.pagination ul > span {
    background-color: #eaf1f3;
    border: 1px solid #45728d;
    margin: 0px 3px;
}

.pagination ul > li > a:hover, 
.pagination ul > .active > a, 
.pagination ul > .active > span {
    color: #fff;
    background-color: #acbc3f;
    border: 1px solid #45728d;
}

/* -------- Artikel Suchfeld ----------  */


.input-medium {
 border: 1px solid #45728d !important;
 border-radius: .0rem !important;
}

input[type="text"]:not(.form-control),
input[type="search"]:not(.form-control) {
padding: 10px 10px !important;
height: 40px;
}


.suchfeldlabel {
color: #fff;
background-color: #45728d; 
font-size: 1.1rem;
font-weight: 600;
text-transform: uppercase;
padding: 10px 10px;
margin-bottom: 0px;
}

.suchfeldlabel2 {
color: #fff;
background-color: #45728d; 
font-size: 0.95rem;
font-weight: 600;
text-transform: uppercase;
padding: 2px 6px;
}




/* ----------- Formulare ----------  - */

div#fox-container-c264 .fox-form select, 
div#fox-container-c264 .fox-form textarea, 
div#fox-container-c264 .fox-form input[type="text"], 
div#fox-container-c264 .fox-form input[type="email"] {
    border-radius: 0px;
    color: #555555;
    background-color: #fff;
    padding: 20px 10px;
    height: 40px;
    border: 0px;
}

div#fox-container-c264 input {
    padding: 10px 10px;
}

div#fox-container-c264 .fox-form input[type="text"]:hover, 
div#fox-container-c264 .fox-form input[type="email"]:hover, 
div#fox-container-c264 .fox-form textarea:hover, 
div#fox-container-c264 .fox-form input[type="text"]:focus, 
div#fox-container-c264 .fox-form input[type="email"]:focus, 
div#fox-container-c264 .fox-form textarea:focus {
    background-color: #eef1d8;
}

div#fox-container-c264 .fox-form-stacked .controls {
    float: right !important;
}

div#fox-container-c264 .btn, 
div#fox-container-c264 .btn span {
    color: #fff;
    background-color: #a4bd38;
    text-shadow: none;
    background-image: none;
    border: 0px;
    border-color: none;
    border-radius: 0px;
    padding: 4px 20px;
}

div#fox-container-c264 .btn:hover, 
div#fox-container-c264 .btn:hover span {
    color: #fff;
    background-color: #9ab134;
}


/* ----------- Formular Kostenloser Testzugang ----------  - */

div#fox-container-c265 .fox-form select, 
div#fox-container-c265 .fox-form textarea, 
div#fox-container-c265 .fox-form input[type="text"], 
div#fox-container-c265 .fox-form input[type="email"] {
    border-radius: 0px;
    color: #555555;
    background-color: #fff;
    padding: 20px 10px;
    height: 40px;
    border: 0px;
}

div#fox-container-c264 input {
    padding: 10px 10px;
}

div#fox-container-c265 .fox-form input[type="text"]:hover, 
div#fox-container-c265 .fox-form input[type="email"]:hover, 
div#fox-container-c265 .fox-form textarea:hover, 
div#fox-container-c265 .fox-form input[type="text"]:focus, 
div#fox-container-c265 .fox-form input[type="email"]:focus, 
div#fox-container-c265 .fox-form textarea:focus {
    background-color: #eef1d8;
}

div#fox-container-c265 .fox-form-stacked .controls {
    float: right !important;
}

div#fox-container-c265 .btn, 
div#fox-container-c265 .btn span {
    color: #fff;
    background-color: #a4bd38;
    text-shadow: none;
    background-image: none;
    border: 0px;
    border-color: none;
    border-radius: 0px;
    padding: 4px 20px;
}

div#fox-container-c265 .btn:hover, 
div#fox-container-c265 .btn:hover span {
    color: #fff;
    background-color: #9ab134;
}

/* ----------- Formular Servive  Soforthilfe----------  - */

div#fox-container-c307 .fox-form select, 
div#fox-container-c307 .fox-form textarea, 
div#fox-container-c307 .fox-form input[type="text"], 
div#fox-container-c307 .fox-form input[type="email"] {
    border-radius: 0px;
    color: #555555;
    background-color: #fff;
    padding: 20px 10px;
    height: 40px;
    border: 0px;
}

div#fox-container-c307 input {
    padding: 10px 10px;
}

div#fox-container-c307 .fox-form input[type="text"]:hover, 
div#fox-container-c307 .fox-form input[type="email"]:hover, 
div#fox-container-c307 .fox-form textarea:hover, 
div#fox-container-c307 .fox-form input[type="text"]:focus, 
div#fox-container-c307 .fox-form input[type="email"]:focus, 
div#fox-container-c307 .fox-form textarea:focus {
    background-color: #eef1d8;
}

div#fox-container-c307 .fox-form-stacked .controls {
    float: right !important;
}

div#fox-container-c307 .btn, 
div#fox-container-c307 .btn span {
    color: #fff;
    background-color: #a4bd38;
    text-shadow: none;
    background-image: none;
    border: 0px;
    border-color: none;
    border-radius: 0px;
    padding: 4px 20px;
}

div#fox-container-c307 .btn:hover, 
div#fox-container-c307 .btn:hover span {
    color: #fff;
    background-color: #9ab134;
}

.pagination-counter {
position: absolute;
text-align: center;  
right: 50%; 
  margin-top: 100px;
  
}

/* ----------- Forum ----------  - */

#kunena.layout .navbar-inner {
    width: 100%;

}

#kunena.layout .input-append {
margin-right: 70px;
}

#kunena.layout .input-append i{
padding: 9px 0px;
}

