/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../../fonts/open-sans-v34-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/open-sans-v34-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/open-sans-v34-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/open-sans-v34-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/open-sans-v34-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
.site{
 background-color: #f3f3f3;
}
.body-wrapper .body-innerwrapper{
  max-width: 2000px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

body {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #445566;
}

 .h1, h1 {
	font-size: 2em;
}

 .h3, h3 {
	line-height: 1;
	  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
	font-size: 1.2em;
}

.entry-header h2 {
	margin: 8px 0 0;
	font-size: 2em;
	line-height: 1;
	  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
}
.article-list h2{
	font-size: 1em;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#sp-header {
  background: #445566 none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-bottom{
	font-size: 0.8em;
}
#sp-kontakt{
	background-color: #445566;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1pt solid #FFFFFF;
	border-bottom: 1pt solid #FFFFFF;
}
#sp-bottom1 menu li:hover > a{
	color: 333;
}

Element {

}
.sp-module ul > li {

    display: block;
  color: #ED0E12;

}
.sp-module ul > li > a {
  color: #556677;
}.sp-module ul > li > a:hover {
	color: #EB1216;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 90px;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 10px;
  color: #556677;
  cursor: pointer;
	font-size: 0.6em;
}
#sp-top-bar {
	padding-top: 5px;
	padding-bottom: 10px;
}
.img_1{
	font-size: 0.7em;
}
.link_1 img{ 
	padding-right: 8px;
	padding-top: 8px;
	float: left;
}
.link_1 a{ 
	padding:5px;
	display: inline-block;
	background-color: #556677;
	color: #fff;
	font-size: 0.7em;
}
.link_1 a:hover{ 
	background-color: #ccc;
	color: #333;
	font-size: 0.7em;
}

#sp-bottom1{
	padding-left: 20px;
	padding-right: 10px;
	
}


#sp-unten{
	padding-bottom: 10px;
}
#sp-footer {
  background: #556677;
	font-size: 0.8em
}

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



#sp-kontakt{
	padding-bottom: 20px;
}
a {
  color: #333;
}
a:hover {
  color: #999;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
	color: #333;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a {
  color: #ccc;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background: #556677;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #333;
	 background: #ccc;
}

#offcanvas-toggler {
  font-size: 40px;
}
.sp-module ul > li {
  color: #fff;
}

#offcanvas-toggler > i {
  color: #fff;
}
#offcanvas-toggler > i:hover {
  color: #333;
}
.btn-primary,
.sppb-btn-primary {
  border-color: #0e54b0;
  background-color: #1061cc;
}
.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #0a3f85;
  background-color: #0c4b9d;
}
ul.social-icons > li a:hover {
  color: #1061cc;
}
.sp-page-title {
  background: #1061cc;
}
.layout-boxed .body-innerwrapper {
  background: #ffffff;
}
.sp-module ul > li > a {
  color: #000000;
}
.sp-module ul > li > a:hover {
  color: #333;
}
.sp-module .latestnews > div > a {
  color: #000000;
}
.sp-module .latestnews > div > a:hover {
  color: #333;
}
.sp-module .tagscloud .tag-name:hover {
  background: #333;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  background: #1061cc;
}
.search .btn-toolbar button {
  background: #1061cc;
}
.post-format {
  background: #1061cc;
}
.voting-symbol span.star.active:before {
  color: #1061cc;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  color: #0c4b9d;
}
.entry-link,
.entry-quote {
  background: #1061cc;
}
blockquote {
  border-color: #1061cc;
}
.carousel-left:hover,
.carousel-right:hover {
  background: #1061cc;
}

.sp-comingsoon body {
  background-color: #1061cc;
}
.pagination > li > a,
.pagination > li > span {
  color: #000000;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #000000;
}
.pagination > .active > a,
.pagination > .active > span {
  border-color: #1061cc;
  background-color: #1061cc;
}
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: #1061cc;
  background-color: #1061cc;
}
