/*
 Theme Name:   Flat-Falkenreck
 Author:       active elements GmbH
 Template:     flat
 Version:      1.0.4
*/


/*--------------------------------------------------------------
	HEADER
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	GENERAL
--------------------------------------------------------------*/

body {
	background-color: #ccc !important;
}

.hentry {
    border-bottom: 1px solid #EEE;
    padding: 60px 35px !important;
    position: relative;
}

#page > .container {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
}

#page:before, .sidebar-offcanvas, #secondary { 
	background-color: #0073A1 !important;
}

.hentry .entry-title {
    margin-top: 0px;
    text-align: left !important;
    font-size: 44px !important;
}

.hentry .entry-meta {
    color: #3BC4FA !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right !important; 
}

.entry-title a{
    color: #323a45 !important;
}

.hentry .tags-links a {
    background: #535353 none repeat scroll 0% 0% !important;
	color: #E1E1E1 !important;
	padding: 5px 10px;
	border-radius: 4px;
}
.entry-header {
	border-bottom: 1px solid #F3F3F3;
	padding: 0px 0px 10px 0px;
}

p {
    margin: 0px 10px 10px !important;
}

.entry-meta a {
    color: #3BC4FA !important;
}

.entry-meta a:hover {
    color: #3bc4fa;
}

#site-navigation li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
}

#secondary .widget-title {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 12px;
    line-height: 20px;
    margin: 0px 0px 10px;
}

#secondary a:hover, #secondary a:active {
    color: #2E8BC3 !important;
}

.nav-next{
	background-color: #4D4A4A !important;
}

.published {
	position:relative;
	padding-left: 20px;
}
.published:before {
	position:absolute;
    font-family: FontAwesome;
    left:-4px;
    content: "\f073";
}

.author {
	position:relative;
	padding-left: 20px;
}
.author:before {
	position:absolute;
    font-family: FontAwesome;
    left:2px;
    content: "\f007";
}

.comments-link {
    position:relative;
	padding-left: 20px;
}    
.comments-link:before {
	position:absolute;
    font-family: FontAwesome;
    left:-4px;
    content: "\f0e5";
}



.current_page_item li{
	background-color:red !important;
	color: red !important;
}


.pagination .page-numbers {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #545454 !important;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.625;
    border-radius: 3px;
    -moz-user-select: none;
    outline: medium none !important;
    color: #FFF;
    background-color: #545454 !important;
}

.single .post-navigation .nav-links > div:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #717577 !important;
}

/*--------------------------------------------------------------
	FOOTER
--------------------------------------------------------------*/

/***+*********
*'* CUSTOM ***
**************/

#primary {
  padding-top: 39px !important;
}

.logo {
	/*max-width:150px !important;*/
	padding: 29px 0;
}

#secondary {
	background-color: #f2f2f2 !important;
}

.index-header {
	padding: 0 35px;
	margin: 0;
}

@media (min-width: 1200px) {
	
	.hentry .entry-thumbnail, .hentry .entry-media {
	  margin: 0 !important;
	}

	body {
		padding-bottom: 40px;
	}

	#page {
	  margin-top: 40px !Important;
	}

	#page > .container > .row {
		height: calc(100vh - 80px);
	}

	#primary {
		overflow-y: scroll;
	}

	.logo {
		max-width:180px !important;
	}
}

#secondary a {
	color: #212529 !important;
}

#site-navigation a {
	display: block !important;
	padding: 0 25px !important;

	font-size: 16px !important;
  font-weight: bold !important;
  font-style: normal !important;
	font-family: 'Carrois Gothic', sans-serif !important;

  text-transform: initial !important;
}

#site-navigation li {
	cursor: pointer;
	max-width: 250px !important;
	margin: 0 auto;
	    transition: background-color .3s ease-in-out,color .3s ease-in-out;
}

#site-navigation .current-menu-item,
#site-navigation .current-menu-parent,
#site-navigation .current-menu-ancestor,
#site-navigation .current_page_item,
#site-navigation .current_page_parent,
#site-navigation .current_page_ancestor,
#site-navigation .current-page-ancestor,
#site-navigation li:hover {
	background-color: #88d756 !important;
}

#site-navigation .current-menu-item>a,
#site-navigation .current-menu-parent>a,
#site-navigation .current-menu-ancestor>a,
#site-navigation .current_page_item>a,
#site-navigation .current_page_parent>a,
#site-navigation .current_page_ancestor>a,
#site-navigation .current-page-ancestor>a,
#site-navigation li:hover>a {
	color: #fff !important;
}

#site-navigation .current_page_item li {
	background-color: rgba(0,0,0,0) !important;
}

#secondary .toggle-sidebar, #secondary .toggle-navigation {
	color: #212529 !important;
}

.entry-header {
	border-bottom: none;
}

.hentry {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.hentry:first-child {
	padding-top: 0 !important;
}

.hentry .entry-content:first-child,
.hentry .entry-summary:first-child {
	padding: 0;
}

.entry-header h1,
h1.entry-title,
.entry-content h1 {
	font-family: "Viga",sans-serif,"google";
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  text-transform: uppercase;
  color: rgba(2, 73, 150, 0.97);
	margin: 0;
}

.entry-header h2,
h2.entry-title,
.entry-content h2 {
	font-family: "Viga",sans-serif,"google";
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.25em;
	text-align: left;
	text-transform: none;
	color: #000;
	margin: 0;
}

.entry-header h3,
h3.entry-title,
.entry-content h3 {
	font-family: "Viga",sans-serif,"google";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 2em;
  text-align: left;
  text-transform: uppercase;
  color: rgba(2, 73, 150, 0.97);
	margin: 0;
}

.entry-content p {
	margin: 0 0 13px !important;
	color: #212519;
  font-family: "Carrois Gothic",sans-serif,"google";
  font-size: 16px;
  line-height: 1.35em;
}

.entry-content ul {
  color: #212519;
  font-family: "Carrois Gothic",sans-serif,"google";
  font-size: 16px;
  line-height: 1.35em;
}

.entry-content a.button,
.entry-content input.button {
  transition: all .3s ease-in-out;
	cursor: pointer;
  display: inline-block;
	
	font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
  padding: 10px 20px;
  text-align: center;
	background-color: rgba(2, 73, 150, 0.97);
  color: #fff;
  border-color: rgba(2, 73, 150, 0.97);
  font-family: "Carrois Gothic",sans-serif,"google";
	border: none;
}

.entry-content a.button:hover,
.entry-content input.button:hover {
	background-color: rgba(3, 110, 225, 0.97);
  border-color: rgba(3, 110, 225, 0.97);
  color: #fff;
}

footer.site-meta {
	font-family: "Carrois Gothic",sans-serif,"google";
	margin: 20px 0 0 35px;
	font-size: 13px;
	color: rgba(2, 73, 150, 0.97);
}

footer.site-meta ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 3px 0;
}

footer.site-meta ul li {
	display: inline-block;
}

footer.site-meta ul li:after {
	content: ' |';
}

footer.site-meta ul li:last-child:after {
	content: '';
}

footer.site-meta ul li a {
  color: rgba(2, 73, 150, 0.97);
	text-decoration: underline !important;
}

.cc-m-form-view-element {
  display: block;
  clear: both;
  padding: 5px 0;
  position: relative;
}

.cc-m-form-view-element > label {
  display: block;
  min-height: 1px;
  word-wrap: break-word;
  min-width: 60px;
	float: left;
  width: 25%;
  max-width: 200px;
	    color: #212519;
    font-family: "Carrois Gothic",sans-serif,"google";
    font-size: 16px;
    line-height: 1.75em;
	font-weight: normal;
}

.cc-m-form-view-element .cc-m-form-view-input-wrapper {
  position: relative;
  padding-left: 2px!important;
}

.cc-m-form-view-element .cc-m-form-view-input-wrapper {
	overflow: hidden;
}

span.wpcf7-list-item {
	margin: 0;
}

.cc-m-form-view-element .cc-m-form-view-input-wrapper input[type=text],
.cc-m-form-view-element .cc-m-form-view-input-wrapper input[type=email],
.cc-m-form-view-element .cc-m-form-view-input-wrapper textarea {
	border-radius: 0;
	width: 100%;
	background-color: inherit;
  border: 1px solid;
  box-shadow: none;
  box-sizing: border-box;
  color: #212529;
  font-family: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 10px;
  text-shadow: 1px 1px 0 #fff;
  transition: border-color .3s ease-in-out;
  max-width: 100%;
}

.cc-m-form-view-element.cc-m-required>label:after {
  color: #eb433e;
  content: "*";
  margin-left: 4px;
}

.c-required {
	color: #eb433e;
}

.cc-m-form-view-element .cc-m-form-view-input-wrapper label {
	font-weight: normal;
}

.cc-m-form-view-element .cc-m-form-view-input-wrapper label a {
	text-decoration: underline !important;
}

#slider-column {
	padding: 0;
}

.background-slider .carousel-inner>.item>img, 
.background-slider .carousel-inner>.item>a>img {
	height: calc(100vh - 80px);
  width: auto;
  max-width: initial;
  position: relative;
	left: 50%;
  transform: translate(-50%, 0);
}

#site-navigation .fa.fa-caret-right, 
#site-navigation .fa.fa-caret-right {
	display: none;
}

.wp-caption {
	width: auto !important;
	text-align: left !important;
	padding: 0 !important;
	border: none !important;
	max-width: auto !important;
	margin-top: 0 !important;
	margin-bottom: !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-caption > .wp-caption-text {
	text-align: right;
	font-size: 12px;
}
