/*
 Theme Name:   Intra Germany Theme
 Description:  Theme for Intra Germany Website
 Author:       Intra Germany
 Author URI:   httpw://www.intra-germany.de
 Template:     startup-blog
 Version:      1.0
 Text Domain:  intra-germany-child
*/



/* #5e5b96 --> drker 11,25 pinetools.com/darken-color: #535085*/

body {
    font-family: 'OpenSans-Regular', sans-serif;
    color: #535085;
    font-size: 14px;
}

.site-header::before {
background-image: linear-gradient(to right, rgba(112,160,210,1), rgba(215,78,154,1));
/* primary was #20a4e6 now #70A0D2, secondary was #17e6c3 now #D74E9A */
top: 0;
width: 100%;

}

.site-header {
	background-color: #f0f5f8;
	width: 100%;
}

div#header-widget-area, .custom-html-widget {
	height: 100% !important;
  margin-right: 2.25em;
}

.featured-image,.featured-image > img  {
object-fit: contain;
display: none;

}

#cookie-notice{
  height: 100% !important;
  /* opacity: 70%; */
  background-color: rgba(0, 0, 0, 0.7);
  display: table;
  z-index: 999999;
}

.cookie-notice-container {
  display: table-cell !important;
  vertical-align: middle;
}

#cookie-notice.cookie-notice-hidden{
  display: none;
}

#cn-accept-cookie, #cn-more-info{
  background-color: #70a0d2;
  opacity: none;
}

.custom-logo {
	max-width: 30%;
}

.fixed {
	position: fixed;
	z-index: 9999;
}

.hidden {
	visibility: hidden;
}

.primary-header, .primary-header-wrapper {

width: 100%;

/* background-image: -webkit-linear-gradient(left, rgba(112,160,210,0.1), rgba(215,78,154,0.1), rgba(215,78,154,0.1)); */
/* background-image: url(https://intra.bomsdorf.de/wp-content/themes/intra-theme/images/logo.jpg);
background-repeat: no-repeat;
background-position: right;
background-size: contain; */

}

.header-subtitle, .custom-logo-link, a.custom-logo-link {
	display: contents;
	font-size: 1em;
    line-height: 1.572;
    color: #20A4E6;
}

a.header-subtitle, a.header-subtitle:visited {
color: #70A0D2;
}

.toggle-navigation {
 float: right;
}

.header-divider {
	padding: 1.125em 11.112%;
	padding-top: revert;
	padding-bottom: revert;
	box-shadow: 1px 1px 2px #535085;
}

.entry::before {
/* background-image: linear-gradient(to right, rgba(112,160,210,1), rgba(215,78,154,0.8), rgba(215,78,154,1));*/
background-image: -webkit-linear-gradient(left, rgba(112,160,210,1), rgba(215,78,154,0.8), rgba(215,78,154,1));
}

.site-footer {
	background: rgba(112,160,210,1);
	background-image: linear-gradient(to right, rgba(112,160,210,1), rgba(215,78,154,1));
}
