/* Eigene CSS Definitionen */

h1 {
  font-size:2.3em;
  font-weight:600;
  font-weight:600;text-shadow: 2px 1px white;
}
@media screen and (max-width:60em) {
h1 {font-size:1.8em;}
}
@media screen and (max-width:30em) {
h1 {font-size:1.2em;}
}
h2 {
  font-size:1.5rem;
  margin-bottom:1.1em; margin-top:0.8em;
  font-weight:600;
  color:#25749F;
  line-height:1.2em;
}
h3 {
  font-size:1.1em;
  font-weight:600;
  margin-top:0.7em;
  background:#f3fbff; 
  border-radius: .3em; 
  padding:.2em;
  padding-left:.4em;
  color:#25749F;
  background: linear-gradient(to right, rgba(234,245,250,.5), rgba(255,0,0,0));
  border-bottom:1px solid #9cd1ef;
}
h4 {
  font-size:01em;
  color:#aa2a03;
  font-weight:700;
}
.maincontent a:link {
  color:#25749F; 
  font-weight:500;
  border-bottom: .1em dotted rgba(49,153,210,0.4);
} 

.maincontent a:visited { 
  color:#25749F; 
} 

.maincontent a:focus {  
  color: #25749F; 
  background: #c5e9f9;   
} 

.maincontent a:hover {  
  color: #25749F; 
  background: #c5e9f9; 
} 

.maincontent a:active {  
  color: #25749F; 
  background: #c5e9f9;    
}

figcaption {
  background:#efefef;
  font-size:.9em;
  margin-bottom:1.5em;
}
.col-md-4 {    
}
.layout_1 {
  background:rgba(49,153,210,0.1); 
  padding-top:0em;  
  border-radius: .8em; 
  padding-left:.6em; 
  padding-right:.2em;
}
.layout_1 figcaption {
  background:#FAF3EA; 
  box-shadow: 10px 10px 5px #AEB7BA; 
  margin-right:1.1em;
}
.layout_1 img {
  background:#FAF3EA; 
  box-shadow: 10px 10px 5px #AEB7BA; 
  margin-right:1em;
  margin-bottom:1.2em;
}
.layout_2 h3 {
  background:transparent; 
  border-bottom:2px solid white; 
  border-radius:0em;color:#25749F;
}
.layout_2 {
  background:rgba(49,153,210,0.1);
  padding-left:1em;
  border-bottom:1px solid #25749F;
  border-left:1px solid #6ccbfb;
  border-radius:1em;
  margin-bottom:1.2em;
}
.layout_2 img {
  margin-bottom:.8em;
}
.layout_3 {
  background:#c4e89e; 
  padding-top:0em;  
  border-radius: .8em; 
  padding-left:.6em; 
  padding-right:.2em;
}
.col-md-4 .layout_3 h3 {
  background:white; 
  border-bottom:2px solid #a3ca7b; 
  border-top:1px solid #c4e89e;
  border-radius:.5em;
  color:#507729;
  margin-left:-.3em
}
.col-md-4 h3 {
  font-size:1.2em; 
  margin-bottom:.6em; color:#fff;
  font-weight:600; 
  background:#3199d2;  
  border-radius: .4em; 
}
img {
  max-width: 100%;
  height: auto;
}
.jumbotron {
  margin-top:0em;
  height:12em;
}

.pageheader {
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-size: 80%;
}

.pageheader .form-control,
.pageheader .btn {
  font-size: 80%;
}
#ksr-logo {
  height: 48pt; 
  float: left; 
  margin-right: 1rem; 
}
.card-block {
  background:tan;
  border-radius: .4em;
  padding: .5em;
  box-shadow: 0 0 0 .1em #3199d2;
}
.card-block {
  background:#e4f5fe;
  line-height:.8em;
  font-size:1em;
}
.card-block .sm-simple.current {
  background:white; 
  border:none;
}
.main-nav {
  background: transparent;
}
.mainnav {
  border-bottom: 2px solid #25749F;
  margin-top:-32px;
  padding-top:.3em;
  padding-bottom:.1em;
  background: #3199d2;
}

#main-menu {  }
#main-menu.sm.sm-simple {
  background:#fff;
}


/*
.jumbotron {
  display: none;
}
*/

@media (min-width: 768px) {
  #main-menu {
    float: left;
    clear: none;
  }
}

.jumbotron .container {
  background: rgba(255,255,255,.7);
  padding: 0.6rem;
  margin-top:-2.5em;
  color:#2c6d9c;
  hyphens: auto;
  width:100%;
  float:left;
  background: linear-gradient(to left, rgba(255,0,0,0), rgba(255,255,255,1)); 
  display: flex;
  align-items: center;
  border-radius: .3em; 
}

.homepage .maincontent {
  margin-top: 2rem;
 }

@media screen  and (min-width:601px){
   .jumbotron {
     display: block;
   }

  .homepage .maincontent {
    margin-top: 0;
  }
}

/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  background: #fff;
}

/* Mehr Abstand auf Subpages ohne Jumbotron */
body.subpage .mainnav {
  margin-bottom: 2rem;
}

.languagemenu span,
.languagemenu a {
  display: inline-block;

}

.languagemenu a:active,
.languagemenu a:focus,
.languagemenu a:hover {
  text-decoration: none;
}

.languagemenu span:after,
.languagemenu a:after {
  content: "|";
  padding: 0 10px;
  color: #eee;
}

.languagemenu span:last-child:after,
.languagemenu a:last-child:after {
  content: "";
  padding: 0;
}

/*
.pagefooter {
  font-size: 100%;
  padding-top: 1rem;
  background-color:#3199d2;
  color:#fff;
  margin-top:5em;
  border-top:5px solid #0c4260;
  border-bottom:5px solid #0f77b0;
}
*/


.container-fluid {
  font-size: 100%;
  padding-top: 1rem;
  margin-top:10rem;
  background-color:#efefef;
  color:#333;
  border-top:1px solid #3199d2;
  border-bottom:2px solid #0f77b0;
}

.navbar-fixed-bottom {
  position: relative;
  margin-top: 7rem;
  margin-bottom:0rem;
}



.metanav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.metanav li {
  display: inline-block;
  margin-right: 1rem;
}

.metanav li:last-child {
  margin-right: 0;
}

.breadcrumb {
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  font-size: 90%;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.mysubnav a.current {
  font-weight: bold;
}

/* Eigene Rahmen fuer content elemente */
.frame-bluebox, .frame-greybox {
  padding: 1rem;
  margin: 0 0 0 1rem;
}

.frame-bluebox {
  background: #006;
  color: #fff;
}

.frame-bluebox a, .frame-bluebox a:visited { color: #ff0; }

.frame-greybox { background: #ccc; }

/* Responsive Videos */

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-embed iframe, .video-embed object, .video-embed embed, .video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

/* Workaround fuer Responsive Videos in Verbindung mit fluid_styled_content */

.frame-layout-5 .ce-center .ce-inner {
  position: relative;
  float: none;
  right: -50%;
}

.frame-layout-5 .ce-textpic, .frame-layout-5 .ce-image, .frame-layout-5 .ce-nowrap .ce-bodytext, .frame-layout-5 .ce-gallery, .frame-layout-5 .ce-row, .ce-uploads li, .frame-layout-5 .ce-uploads div {
  overflow: visible;
}

.frame-layout-5 .ce-left .ce-gallery, .frame-layout-5 .ce-column {
  float: none;
}

.frame-layout-5 .ce-gallery figure {
  display: block;
  margin: 0;
}

.frame-layout-5 .ce-center .ce-outer {
  position: relative;
  float: none;
  right: 50%;
}

/* Bootstrap Badges */
.badge {
  border: 1px solid #000;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.indexedsearch .badge-pill {
  float: right;
}

.badge-default {
  background-color: #636c72;
}

.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #4b5257;
}

.badge-primary {
  background-color: #0275d8;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #025aa5;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #449d44;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #31b0d5;
}

.badge-warning {
  background-color: #f0ad4e;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #ec971f;
}

.badge-danger {
  background-color: #d9534f;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #c9302c;
}

/* Anpassungen indexed_search */

.tx-indexedsearch-info dt, .tx-indexedsearch-info dd {
  display: inline-block;
}

.tx-indexedsearch-info dd {
  margin-right: 1rem;
}

ul.tx-indexedsearch-browsebox {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 80%;
}

ul.tx-indexedsearch-browsebox, .tx-indexedsearch-browsebox li {
  list-style-type: none;
}

.tx-indexedsearch-browsebox li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0 .5rem 0 0;
}

.tx-indexedsearch-redMarkup {
  display: inline-block;
  background: rgba(255,255,0,.5);
}
.sm-simple {
 background: #6191cf;
 border-radius: .3em; 
}
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
 color: #25749F;
 border-radius: .3em; 
}


.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  font-size: 1.3em;
}


.main-menu-btn {  }


