/********* Do not edit this file *********/
/*
 Accesspress Custom CSS - plugin by https://accesspressthemes.com
*/

a {
	text-decoration: none;
	color: #0566c9;
	outline: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a:hover {
	color: #4382c3;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 220%;
	left: 50%;
	z-index: 99999;
	background: #4382c3;
	margin-left: -100px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.main-navigation ul ul:before{
	position: absolute;
	border-bottom: 10px solid #4382c3;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	left: 50%;
	margin-left: -10px;
}

#site-navigation ul li ul.sub-menu > li:hover > a,
#site-navigation ul li ul.sub-menu > li.current-menu-item > a,
#site-navigation ul li ul.sub-menu > li.current-menu-ancestor > a {
	color: #4382c3;
	background: #ffffff;
}

.main-navigation ul ul ul:before{
	position: absolute;
	border-right: 10px solid #4382c3;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	top: 12px;
	left: -10px;
}

#site-branding h1 a{
	text-transform: uppercase;
	color:#4382c3;
	text-decoration: none;
}

#site-navigation > ul > li > a:hover,
#site-navigation > ul > li.current-menu-item > a,
#site-navigation > ul > li.current-menu-ancestor > a,
.search-icon a{
	color: #4382c3;
}

.caption-read-more:hover{
	background:#4382c3;
    border:1px solid #4382c3;
    color: #FFF;
}

#main-slider .bx-pager-item a:hover,
#main-slider .bx-pager-item a.active,
#message-slider .bx-controls .bx-pager-item a:hover,
#message-slider .bx-controls .bx-pager-item a.active,
.project-block-wrap .bx-controls .bx-pager-item a:hover,
.project-block-wrap .bx-controls .bx-pager-item a.active{
	background: #4382c3;
}

.color-bold,
.message-title span{
	color: #4382c3;
	font-weight: 600;
}

.service-overlay a{
	width: 35px;
	height: 35px;
	background: #4382c3;
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;
	top: 50%;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
}

.cta-banner-btn a {
	border: 1px solid #4382c3;
	color: #4382c3;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 21px;
	font-size: 14px;
	padding: 0 15px;
}

.cta-banner-btn a:hover{
	background: #4382c3;
	color: #ffffff;
}

.feature-block .feature-icon {
	border: 1px solid #4382c3;
	border-radius: 100%;
	color: #4382c3;
	font-size: 36px;
	height: 89px;
	line-height: 89px;
	margin: 10px auto 30px;
	text-align: center;
	width: 89px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	overflow: hidden;
	display: block;
	padding: 20px;
}

.feature-icon:hover{
	border: 3px solid #4382c3;
}

.feature-title a:hover{
	color: #4382c3;
}

.feature-read-more,
.info-read-more {
	border-bottom: 1px dashed #4382c3;
	display: inline-block;
	margin-top: 18px;
}

.blog-overlay a{
	width: 28px;
	height: 28px;
	display: inline-block;
	border-radius: 100%;
	background: #4382c3;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
}

.blog-date {
	background: none repeat scroll 0 0 #4382c3;
	border-radius: 100%;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	height: 80px;
	line-height: 20px;
	padding-top: 20px;
	text-align: center;
	width: 80px;
	position: relative;
	cursor: pointer;
}

.blog-date:after {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #4382c3;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 100%;
  left: -7px;
  opacity: 0;
  padding: 7px;
  pointer-events: none;
  position: absolute;
  top: -7px;
   -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  width: 100%;
}

#blog .blog-title a:hover{
	color: #4382c3;
}

.blog-comments a:hover{
	color: #4382c3;
}

.project-content-wrap {
	bottom: 0;
	left: 0;
	position: absolute;
	-webkit-transform: translateY(250px);
	-moz-transform: translateY(250px);
	transform: translateY(250px);
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 1.5s ease 0s;
	-moz-transition: -moz-transform 1.5s ease 0s;
	transition: transform 1.5s ease 0s;
	background: #4382c3;
	text-align: center;
	color: #ffffff;
}

.testimonail-content-wrap {
	border-top: 1px solid #4382c3;
}

.social-icon a:hover{
	color: #4382c3;
}

.page_header_wrap {
	background: none repeat scroll 0 0 #4382c3;
	margin: 25px 0;
	padding: 25px 0;
}

.tab-header {
	border-bottom: 1px solid #4382c3;
	list-style: outside none none;
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
}

.tags a {
	background: none repeat scroll 0 0 #4382c3;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 0;
	padding: 0 10px;
}

.widget a:hover,
.widget a:hover:before{
	color: #4382c3;
}

.tagcloud a {
    background: none repeat scroll 0 0 #4382c3;
    color: #ffffff;
    display: inline-block;
    padding: 0px 10px;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}

.tagcloud a:hover{
	background: #4382c3;
	color: #ffffff;
}

.widget_search button {
    background: none repeat scroll 0 0 ;
    border: medium none;
    color: #4382c3;
    margin-top: -14px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50%;
}

#respond input#submit{
	padding:0 20px;
	width: auto;
	background: #4382c3;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: background 0.3s ease 0s;
	-moz-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
}

.edit-link a {
	background: none repeat scroll 0 0 #4382c3;
	color: #ffffff;
	display: inline-block;
	padding: 0 10px 0 30px;
	position: relative;
	border-radius: 3px;
	font-size: 13px;
	margin-right: 10px;
	-webkit-transition:background 0.3s ease 0s;
	-moz-transition:background 0.3s ease 0s;
	transition:background 0.3s ease 0s;
}

.oops {
	color: #4382c3;
	display: block;
	float: left;
	font-size: 170px;
	padding: 70px 0;
	text-align: right;
	width: 50%;
}

.error404 .error-num .num {
	background: none repeat scroll 0 0 #4382c3;
	border-radius: 100%;
	color: #ffffff;
	display: block;
	font-size: 151px;
	font-weight: 400;
	height: 300px;
	line-height: 300px;
	margin-top: 70px;
	text-align: center;
	width: 300px;
}

.error404 .not_found {
	color: #4382c3;
	display: block;
	font-size: 34.9px;
	font-weight: 400;
	padding-left: 30px;
}

.newsletter-submit {
  background: #4382c3;
  border: 1px solid #4382c3;
  color: #ffffff;
  margin-top: 20px;
  padding: 5px 10px;
  cursor:pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-next a {
	height: 48px;
	line-height: 48px;
	background: #4382c3;
	color: #ffffff;
	position: relative;
	padding:0 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width: 98%;
}

#top .nav-btn {
        float: right;
        position: static;
        background: #4382c3;
        width: 40px;
        height: 45px;
        padding-top: 4px;
	padding-right: 40px;
    }

.js-ready #nav .close-btn {
        text-indent: 0;
        color: #fff;
        font-size: 24px;
        text-align: center;
        padding: 0;
        width: 30px;
        height: 30px;
        top: -50px;
        left: 30px;
        line-height: 25px;
        border-radius: 100%;
        border: 2px solid #fff;
        background: #4382c3;
        opacity: 1;
    }

.copyright a:hover{
	color: #4382c3;
}

.menu-item {
    text-transform: uppercase; /* Macht den Text in Großbuchstaben */
}
