/* Eigene CSS Definitionen */

body {
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(254,224,164,.5), rgba(255,204,102,.5));
}
h1 {
  font-size:2.3em;
  color:#4273a1;
  font-weight:700;
}
h2 {
  font-size:1.5rem;
  border-bottom:1px solid #4273a1; 
  margin-bottom:0.6em; margin-top:0.8em;
  font-weight:600;
  color:#4273a1;
}
h3 {
  font-size:1.2em;
  font-weight:600;
  margin-top:0.7em;
  color:#7F6633;
  margin-bottom:.8em;
}
.col-md-4 {    
}
figcaption {
  background:#efefef;
  margin-bottom:1em;
  padding:.2em;
  font-size:.9em;
  font-style:italic;
}
.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 {
  color:#7F6633;
  padding-left:0em;
  background:transparent;
}
.layout_2 {
  background:rgba(61,193,204,0.1);
  padding-left:1em;
  padding-top:.1em;
  border-radius:1em;
  margin-bottom:1.2em;
}
.layout_2 img {
  margin-bottom:.8em;
}
.col-md-4 h3 {
  font-size:1.2em;
  margin-bottom:.6em; 
  color:#4273a1;
  font-weight:600; 
  font-size:1.1em; 
}
.container .col-md-4  h3{ 
}
img {
  max-width: 100%;
  height: auto;
}
.jumbotron {
  margin-top:0em;
  height:14em;
}

.pageheader {
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-size: 80%;
}

.pageheader .form-control,
.pageheader .btn {
  font-size: 80%;
}
.sonnenberg-logo {
  height: auto;
  width:12em;
  float: left; 
  margin-right:2em;
}
@media screen and (max-width:30em) {
.sonnenberg-logo {display:none;}
}
.card-block {
  background:tan;
  border-radius: .4em;
  padding: .5em;
  box-shadow: 0 0 0 .1em #CCA352;
}
.card-block {
  background:#fffbf4;
  line-height:.8em;
  font-size:1em;
}
.main-nav {
  background: transparent;
}
  .mainnav {
  border-bottom: 2px solid #33679a;
  margin-top:-32px;
  padding-top:0.2em;
  background: #4273a1;
}

#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:#7F6633;
  hyphens: auto;
  width:100%;
  float:left;
  background: linear-gradient(to left, rgba(255,0,0,0), rgba(255,255,255,1)); 
}
.maincontent {
  border-radius: .8em; 
  background:white;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  padding-top:1.5em;
  padding-bottom: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;
  background-color:#ffffff;
  color:#333;
  border-top:1px solid #CCA352;
}

.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: .9rem;
  list-style: none;
  background-color: transparent;
  font-size: 90%;
  border-bottom: 0px 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;
  }


  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    color: #4273a1;
  }


.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  font-size: 1em;
}


.main-menu-btn {  }


