@font-face { font-family: 'Vollkorn';
             src: url('../fonts/Vollkorn-VariableFont_wght.ttf') format('truetype'); font-weight: 700; font-display: swap; }


body {
  font-size: 18px;
  line-height: 22px;
}

body.site {
  border-top: 0 none !important;
  padding: 0;
}

body.site.fluid {
  /*background-color: #7bcc24;*/
	background-color: #94CB50;
}

p {
  margin-bottom: 14px;
  overflow: auto;
}

li {
  line-height: 22px;
}

a {
  color: #c7302f;
}
a:hover,
a:active,
a:focus {
  color: #cc2a14;
}

.body .container {
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.header, .row-fluid, .navigation, .footer {
  max-width: 1260px;
  margin: auto;
  box-sizing: border-box;
}
.row-fluid{
  padding: 20px 30px;
  background-color: #c7ef9b;
}

.custom_logo_sellmaier {
  float: left;
}

.header {
  padding: 30px 30px 20px 30px;
  min-height: 80px;
  background-color: #fff;
  margin-bottom: 0;
}

.breadcrumb { margin-top: 0; }

.header-inner {
  padding-top: 20px;
  overflow: auto;
  padding-bottom: 10px;
}
.brand {
  color: #ea2d14;
}
.brand:hover {
  color: #cc2a14;
}
.site-title, .site-description {
  font-family: "Vollkorn", serif !important;
  font-weight: 700;
}
.site-title {
	font-size: 40px;
	line-height: 0.8em;
}
.site-description {
	color: #000;
  font-size: 1.4em;
  padding-top: 10px;
}
.navigation {
  background-color: #c7ef9b;
  border-bottom: 1px solid #7bcc24;
  border-top: 0;
  margin: auto;
  padding: 0 30px;
}
.navbar {
  margin-bottom: 0;
}
.nav-tabs, .nav-pills {
  border-radius: 5px;
}
.nav-pills a:hover {
  color: #000;
}
.nav-pills > li > a {
  color: #000;
  background-color: #7bcc24;
  line-height: 20px;
  border-radius: 0;
  margin: 0 2px 0 0;
  padding-left: 10px;
  padding-right: 10px;
}
.nav-pills > li > a:hover {
  background-color: #7bcc24;
  color: #fff;
}


img.pull-left, .item-page div.pull-left {
	margin: 0 3% 2% 0;
	max-width: 700px;
	width: 50%;
}
img.pull-right, .item-page div.pull-right {
	margin: 0 0 2% 3%;
	max-width: 700px;
	width: 50%;
}
.slider_left {
  float: left; 
  width: 50%; 
  max-width: 600px; 
  margin: 0 3% 2% 0;
}

.pager { clear: both; }

hr {
  border-color: #000;
}

#content li {
  padding-bottom: 14px;
}

.footer {
  padding: 14px 0;
  max-width: 1300px;
}

.footer p.pull-right {
  margin-left: 20px;
}

@media (max-width:1140px){
  .brand {
    text-align: center;
  }
}

@media (max-width: 765px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width:600px){
  .header {
    padding-top: 0;
  }
  .custom_logo_sellmaier {
    float: none;
    margin-left: 38px;
    padding-top: 10px;
    text-align: center;
    /*display: none;*/
  }
  .site-title {
    font-size:28px !important;
    line-height: 30px !important;
  }
  .site-description {
    display:none;
  }
  img.pull-left,
  .item-page div.pull-left,
  img.pull-right,
  .item-page div.pull-right,
  .slider_left{
	float: none;
	width: 100%;
  }
}


