@charset "UTF-8";
@import url("../twentyfifteen/style.css");
body, span, a, p, h1, h2, h3, h4, h5, h6, input, textarea, li {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body {
  background: #fff;
}

body:before {
  display: none;
}

body,
button,
input,
select,
textarea {
  font-family: "Verdana";
}

blockquote cite,
blockquote small {
  font-family: "Verdana";
}

ul {
  list-style: outside disc;
}

ul, ol {
  padding-inline-start: 15px;
  margin: 20px 0;
  margin-left: 0;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  font-family: "Verdana";
}

:-moz-placeholder {
  font-family: "Verdana";
}

::-moz-placeholder {
  font-family: "Verdana";
}

:-ms-input-placeholder {
  font-family: "Verdana";
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-family: "Verdana";
}

.post-password-form label {
  font-family: "Verdana";
}

.main-navigation .current-menu-item {
  background-color: #e5e5e5;
}

.main-navigation .menu-item-description {
  font-family: "Verdana";
}

.post-navigation .meta-nav {
  font-family: "Verdana";
}

.post-navigation .post-title {
  font-family: "Verdana";
}

.pagination {
  font-family: "Verdana";
}

.image-navigation,
.comment-navigation {
  font-family: "Verdana", sans-serif;
}

/*.floating
{
	position: fixed;
	z-index: 1000000;

	animation-name: floating;
	animation-duration: 60s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	margin-left: 30px;
	margin-top: 5px;

	img 
	{
		display: block;
		animation-name: floating_image;
		animation-duration: 60s;
		animation-iteration-count: infinite;
		animation-timing-function: ease-in-out;
	}
}

@keyframes floating 
{
	0% 		{ transform: translate(65vw,  10px);}
	50% 	{ transform: translate(55vw, 60vh);}	
	100%	{ transform: translate(0px, -0px);}
}

@keyframes floating_image 
{
	0% 		{ transform: translate(0,  0px);opacity:0;}
	5% 		{ transform: translate(0,  0px);opacity:50%;}
	10% 		{ transform: translate(0,  0px);opacity:100%;}
}*/
.floating {
  position: fixed;
  z-index: 10000000;
  left: 60vw;
  top: 16px;
  width: 40%;
  max-width: 350px;
  animation: translate 90s alternate infinite linear;
}
.floating img {
  position: absolute;
  animation: upDown 10s alternate infinite ease-in-out;
  width: 100%;
}

@keyframes upDown {
  to {
    transform: translatex(-50px);
  }
}
@keyframes translate {
  to {
    transform: translatey(70vh);
  }
}
.blog .has-post-thumbnail .entry-content {
  margin-top: 0 !important;
}

#custom-header {
  position: static;
  clear: both;
}
#custom-header h1, #custom-header h2, #custom-header h3, #custom-header h4, #custom-header h5 {
  margin: 0;
}
#custom-header .custom-header-title {
  font-weight: bold;
}
#custom-header::after {
  background: none;
}

.site-header {
  background-color: none;
  border-bottom: none;
  padding: 0 0 0 !important;
  width: 100%;
  height: auto;
  float: left;
}

.site-header .header-inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}

#main-header {
  padding: 0 0 10px;
}

#main-nav {
  float: none;
}

.site-branding {
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.site-branding img {
  height: 80px;
  width: auto;
}

.site-title {
  font-family: "Verdana";
  font-size: 22px;
  line-height: 27px;
}

p.site-description {
  font-family: "Verdana";
  margin-bottom: 0;
}

.widget-title {
  font-family: "Verdana";
}

.widget_calendar caption {
  font-family: "Verdana";
}

.widget_rss .rss-date,
.widget_rss cite {
  font-family: "Verdana";
}

.copyright {
  clear: both;
  width: 100%;
  text-align: center;
}
.copyright p, .copyright span, .copyright a {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
}
.copyright .nav {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.copyright .nav li:not(.nolink) a:hover {
  color: #bbbbbb;
}

.company_elite_widget_latest_news .latest-news-item img {
  width: 100%;
}

.latest-news-widget .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.latest-news-widget .inner-wrapper .latest-news-item {
  flex: 1 400px;
  width: 100%;
  height: auto;
}

.latest-news-item .latest-news-thumb a {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: 16/9;
}
.latest-news-item .latest-news-thumb img {
  position: relative;
  width: 100%;
}

.site-info {
  display: none;
}

.site-footer {
  border-top: none;
  padding: 0;
}

.author-heading {
  font-family: "Verdana";
}

.entry-footer {
  font-family: "Verdana";
}

.page-title {
  font-family: "Verdana";
}

.page-links {
  font-family: "Verdana";
}

.page-links a {
  background-color: none;
  color: #000;
}

.entry-caption {
  font-family: "Verdana";
}

.comments-title,
.comment-reply-title {
  font-family: "Verdana";
}

.comment-metadata,
.pingback .edit-link {
  font-family: "Verdana";
}

.comment-list .reply a {
  font-family: "Verdana";
}

.comment-form label {
  font-family: "Verdana";
}

.no-comments {
  font-family: "Verdana";
}

.wp-caption-text {
  font-family: "Verdana";
}

.gallery-caption {
  font-family: "Verdana";
}

.widecolumn label,
.widecolumn .mu_register label {
  font-family: "Verdana";
}

/***** SAJÁT CSS *****/
.wp-block-cover {
  min-height: 0 !important;
  aspect-ratio: 1/1;
}

.wp-block-columns {
  margin: 0 !important;
}

.entry-content .wp-block-cover-is-layout-flow p a {
  font-size: 35px !important;
  color: #ffffff;
}
.entry-content .wp-block-cover-is-layout-flow p a:hover {
  color: #dddddd;
}

#page,
.site {
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  height: auto;
  max-width: 1410px;
  margin: 0 auto;
}

.content-container {
  width: 100%;
  height: auto;
  float: left;
}

.content-area {
  width: 1000px;
  margin: 0 auto;
  height: auto;
  padding-top: 25px;
  position: relative;
}

.entry-content {
  position: relative;
}

.home .site-main .hentry .entry-content p {
  font-size: 15px;
}

.entry-content h4 {
  margin-top: 0 !important;
  margin-bottom: 1em !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-size: 19px !important;
}

.entry-content h4,
.entry-content p,
.entry-content a,
.entry-content span {
  font-size: 15px !important;
}

ul#menu-header-menu,
ul#menu-header-menu-english0,
ul#menu-main-menu,
ul#menu-main-menu-english0 {
  width: auto;
  height: auto;
  list-style-type: none;
  padding: 5px 0;
  float: left;
}

ul#menu-header-menu,
ul#menu-header-menu-english0 {
  float: right;
}

ul#menu-main-menu,
ul#menu-main-menu-english0 {
  float: left;
  margin: 20px 0 10px 0;
  width: 100%;
}

ul#menu-header-menu li,
ul#menu-header-menu-english0 li,
ul#menu-main-menu li,
ul#menu-main-menu-english0 li {
  float: left;
  padding: 2px 10px;
}

ul#menu-header-menu li a,
ul#menu-header-menu-english0 li a,
ul#menu-main-menu li a,
ul#menu-main-menu-english0 li a,
.header-logos span,
.main-navigation ul li a,
.entry-title {
  font-weight: lighter !important;
}

ul#menu-header-menu-english0 li:first-child a,
ul#menu-header-menu li:first-child a {
  background-color: #dddddd;
  padding: 15px;
}

li.current-menu-item,
li.current-page-ancestor {
  background-color: rgba(100, 100, 100, 0.1) !important;
}

ul#menu-header-menu li:nth-child(2),
ul#menu-header-menu-english0 li:nth-child(2) {
  border-left: 1px solid #000;
}

#wprmenu_menu_ul ul {
  list-style-type: none;
}
#wprmenu_menu_ul ul li a {
  color: #fff;
}

.header-logos {
  width: auto;
  height: 100px;
  float: left;
}

.header-logos img {
  height: 100px;
  float: left;
}

.header-logos .company-name {
  display: block;
  width: auto;
  height: 25px;
  float: left;
  font-size: 23px;
  line-height: 25px;
  color: #043B7B;
  padding: 75px 0 0 20px;
}

.site-main {
  padding: 0;
  margin: 0;
}

.single .site-main {
  width: 100%;
}

.home .site-main {
  width: 100%;
}

#sidebar {
  position: relative !important;
}

.page-header-image {
  width: 100%;
  height: auto;
  min-height: 150px;
  background-color: #D0D0D0;
  float: left;
}

.page-header-image.team {
  background-color: #9D9D9D;
  min-height: 300px;
}

.page-header-image-inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}

.page-header-image-inner img {
  display: block;
  margin: 0 25px 0 275px;
  height: 300px;
  width: auto;
  float: left;
}

.page-netzwerk .site-main, .page-karriere .site-main,
.page-network .site-main, .page-career .site-main {
  width: 100%;
}
.page-netzwerk .netzwerk .page-header-image-inner img, .page-netzwerk .karriere .page-header-image-inner img,
.page-netzwerk .network .page-header-image-inner img, .page-netzwerk .career .page-header-image-inner img, .page-karriere .netzwerk .page-header-image-inner img, .page-karriere .karriere .page-header-image-inner img,
.page-karriere .network .page-header-image-inner img, .page-karriere .career .page-header-image-inner img,
.page-network .netzwerk .page-header-image-inner img,
.page-network .karriere .page-header-image-inner img,
.page-network .network .page-header-image-inner img,
.page-network .career .page-header-image-inner img, .page-career .netzwerk .page-header-image-inner img, .page-career .karriere .page-header-image-inner img,
.page-career .network .page-header-image-inner img, .page-career .career .page-header-image-inner img {
  margin: 0 25px 0 0px;
}

#primary article.post {
  margin-bottom: 25px;
}
#primary article.post .entry-header h6 {
  font-size: 80%;
}
#primary article.post .entry-header .entry-title, #primary article.post .entry-header .entry-title a {
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold !important;
}
#primary article.post .entry-content {
  padding: 0;
}
#primary .expandable {
  display: none;
}
#primary .expandable-open {
  cursor: pointer;
  border-bottom: 1px solid #777;
  display: inline-block;
}
#primary .expandable-open:after {
  font-family: "dashicons";
  content: "\f347";
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
}
#primary .expandable-open.open:after {
  content: "\f343";
}

.team-page .page-header-image-inner img {
  margin: 0 25px 0 0;
  height: 300px;
}

.team-page .page-header-image-inner span.entry-title {
  width: auto;
  max-width: 100%;
}
.team-page .page-header-image {
  min-height: 300px;
}
.team-page .empty-img {
  width: 300px;
  height: 300px;
  background-color: rgba(145, 145, 145, 0.91);
  float: left;
  margin-right: 25px;
}

.team-page .entry-content {
  padding: 8px 0 0 75px;
}

.home .page-header-image-inner img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.page-header-image-inner span.entry-title {
  display: block;
  float: left;
  text-align: left;
  padding-top: 25px;
  max-width: 350px;
}

.jps-slider-nav {
  margin-top: 25px;
}

.jps-slide-count {
  margin-left: 25px;
}

.site-info {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.site-info ul {
  width: 100%;
  height: auto;
  margin: 0 auto;
  list-style-type: none;
  display: grid;
  grid-template-areas: "zurich cham nexia" "linkedin linkedin nexia";
  grid-gap: 30px;
}
.site-info ul li {
  /*float: left;
  width: 21%;
  padding-right:1%;
  box-sizing: border-box;	*/
}
.site-info ul li.item1 {
  grid-area: zurich;
}
.site-info ul li.item2 {
  grid-area: cham;
}
.site-info ul li.item3 {
  grid-area: nexia;
}
.site-info ul li.item4 {
  grid-area: linkedin;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.site-info ul li.item4 .linkedin {
  display: block;
  margin-top: 25px;
  width: 120px;
  height: 51px;
  background-image: url(img/linkedin-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.site-info ul li.nexia {
  /*width: 35%;
  float: right;
  padding-right:0;*/
}
.site-info ul li.nexia p {
  text-align: justify;
}

.site-info ul li p,
.site-info ul li a,
.site-info ul li h1,
.site-info ul li a:visited {
  color: #FFF;
  font-size: 13px;
  line-height: 22px;
}

.site-info ul li a:hover:not(.linkedin),
.site-info ul li a:active {
  color: #CCC;
  text-decoration: none;
  border: none;
}

.site-info ul li h1 {
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-header {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0;
}

.contact-header .contact-header-column {
  display: block;
  height: auto;
  float: left;
  color: #FFF;
  font-weight: bold;
}

.contact-header .contact-header-column:first-child {
  width: 60%;
}

.notice-grey p, .notice-grey a {
  font-size: 10px !important;
  color: #777;
  font-style: italic;
}

.news-footer {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 40px;
  padding: 40px 0;
  background-color: rgba(188, 186, 186, 0.2);
}
.news-footer .news-footer-inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.news-footer .news-footer-inner .nexia-fix, .news-footer .news-footer-inner .news-list {
  width: 50%;
  float: left;
  box-sizing: border-box;
  margin: 0;
}
.news-footer .news-footer-inner .nexia-fix h1, .news-footer .news-footer-inner .nexia-fix h1 a, .news-footer .news-footer-inner .news-list h1, .news-footer .news-footer-inner .news-list h1 a {
  font-weight: bold;
  font-size: 110%;
}
.news-footer .news-footer-inner .nexia-fix {
  padding-right: 15%;
}
.news-footer .news-footer-inner .nexia-fix .nexia-img {
  display: block;
}
.news-footer .news-footer-inner .nexia-fix .abacor {
  margin-top: 40px;
  padding: 15px 0 15px 60px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 48px 48px;
}
.news-footer .news-footer-inner .nexia-fix .guetesiegel {
  margin-top: 30px;
  padding: 25px 0 25px 110px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.news-footer .news-footer-inner .nexia-fix .linkedin {
  display: block;
  margin-top: 25px;
  width: 120px;
  height: 51px;
  background-image: url(img/linkedin.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.news-footer .news-footer-inner .dipl {
  width: 50%;
  float: left;
  padding: 20px;
  background-color: #004280;
  margin-bottom: 25px;
}
.news-footer .news-footer-inner .dipl p {
  color: #ffffff;
  margin: 0;
}
.news-footer .news-footer-inner .dipl a {
  color: #ffffff;
  text-decoration: underline;
}
.news-footer .news-footer-inner .news-list {
  padding: 20px;
  background-color: #939598;
}
.news-footer .news-footer-inner .news-list span, .news-footer .news-footer-inner .news-list a, .news-footer .news-footer-inner .news-list p, .news-footer .news-footer-inner .news-list h1, .news-footer .news-footer-inner .news-list h2, .news-footer .news-footer-inner .news-list h3, .news-footer .news-footer-inner .news-list h4, .news-footer .news-footer-inner .news-list h5, .news-footer .news-footer-inner .news-list h6 {
  color: #ffffff;
  font-weight: 400;
}
.news-footer .news-footer-inner .news-list li {
  padding: 10px 0;
  border-bottom: 1px solid #aaa;
}
.news-footer .news-footer-inner .news-list h1 a {
  color: #ffffff;
}
.news-footer .news-footer-inner .news-list h1 a:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  margin: 15px auto 0;
}
.news-footer .news-footer-inner .news-list h6 {
  font-size: 80%;
  font-weight: bold;
}
.news-footer .news-footer-inner .news-list .all-news {
  font-size: 80%;
  text-decoration: underline;
}
.news-footer .news-footer-inner ul {
  list-style-type: none;
}

.netz-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: space-between;
  grid-gap: 48px;
}
.netz-logos a, .netz-logos img {
  display: flex;
  border: none;
  align-items: center;
  align-self: center;
}

.netz-img {
  width: auto;
  height: 200px;
  box-sizing: border-box;
  align-self: center;
  padding: 1%;
}
.netz-img.isis {
  padding: 15%;
}

.hentry + .hentry {
  margin-top: 0;
}

.subscribe-button {
  position: absolute;
  right: 0;
  top: 0;
}
.subscribe-button a {
  width: 110px;
  height: 110px;
  background-color: #ff0000;
  color: #ffffff;
  padding: 0px 10px;
  font-weight: bold;
  text-align: center;
  font-size: 13px !important;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: none;
  border: none;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}

/** COOKIE BANNER */
.cky-notice-des *, .cky-preference-content-wrapper *, .cky-accordion-header-des *, .cky-gpc-wrapper .cky-gpc-desc * {
  font-size: 14px !important;
}

.cky-notice .cky-title {
  font-size: 16px !important;
  line-height: 16px !important;
  margin: 0 !important;
}

.cky-btn {
  padding: 4px 17px !important;
}

.cky-consent-container .cky-consent-bar {
  padding: 10px 24px !important;
}

/****** DATENSCHUTZKLARUNG lista ****/
.daten-class ol li a, .daten-class ol li span, .daten-class ol li p, .daten-class ol li *,
.daten-class ul li a,
.daten-class ul li span,
.daten-class ul li p,
.daten-class ul li * {
  font-size: 14px !important;
}
.daten-class ol li p,
.daten-class ul li p {
  margin: 1em 0;
}
.daten-class ol {
  list-style-type: none;
  padding-left: 0;
}
.daten-class ol > li {
  counter-increment: item;
  margin-bottom: 0.5em;
}
.daten-class ol > li::before {
  content: counter(item) ".";
  font-weight: bold;
  margin-right: 0.5em;
  margin-left: -21.33px;
  font-size: 14px;
}

.nexia-link {
  font-style: italic;
  font-weight: bold;
}

/***** SAJÁT VÉGE CSS *****/
@media screen and (min-width: 38.75em) {
  .hentry,
  .page-header,
  .page-content {
    box-shadow: none;
  }
  .site-footer {
    border-top: 0;
    box-shadow: none;
    margin: 0 7.6923%;
    padding: 0;
  }
}
@media screen and (min-width: 59.6875em) {
  body:before {
    content: "";
    display: none;
  }
  .site {
    max-width: 100%;
  }
  .sidebar {
    /*	margin-right: -100%;
    	max-width: 413px;
    	width: 29.4118%;*/
    margin-right: 0;
    width: 25%;
    float: left;
  }
  .site-main {
    /*padding: 8.3333% 0;*/
    padding: 0;
  }
  .site-content {
    width: 100%;
    margin: 0 auto;
  }
  .main-navigation {
    margin: 0;
  }
  .site-header {
    margin: 0 auto;
    padding: 0;
  }
  .hentry,
  .page-header,
  .page-content {
    margin: 0;
  }
  .hentry {
    padding-top: 0;
  }
  .entry-header {
    padding: 0;
  }
  .entry-content,
  .entry-summary {
    padding: 8px 0 0 25px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }
  .home .entry-content {
    width: 1000px;
    max-width: 100%;
  }
  .site-footer {
    float: left;
    margin: 0 0 0 0;
    padding: 45px 0 15px;
    width: 100%;
  }
}
@media screen and (min-width: 77.5em) {
  p,
  address,
  pre,
  hr,
  ul,
  ol,
  dl,
  dd,
  table {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .nav .lang-item {
    display: block;
  }
  .site-header .header-inner {
    width: 100%;
  }
  .site-header .header-inner ul#menu-header-menu,
  .site-header .header-inner ul#menu-header-menu-english0,
  .site-header .header-inner ul#menu-main-menu,
  .site-header .header-inner ul#menu-main-menu-english0 {
    display: none;
  }
  .site-content {
    float: left;
    margin-top: 0px;
    width: 100%;
    padding: 25px;
  }
  .header-logos {
    width: 100%;
    padding: 0 2.5%;
  }
  .header-logos a.custom-logo-link {
    display: block;
    width: 85px;
    height: 85px;
    float: left;
  }
  .header-logos .company-name {
    width: calc(95% - 70px);
    float: left;
    padding: 0 0 0 15px;
    line-height: 28px;
  }
  ul {
    margin: 0;
    list-style: outside disc;
    margin-left: 17px;
  }
  .site-main {
    width: 100%;
  }
  .content-area {
    width: 100%;
  }
  .news-footer {
    margin-top: 0;
    padding: 0;
  }
  .news-footer .news-footer-inner {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .news-footer .news-footer-inner .nexia-fix {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    float: none;
    height: auto;
    padding: 20px 0;
  }
  .news-footer .news-footer-inner .nexia-fix .guetesiegel, .news-footer .news-footer-inner .nexia-fix .linkedin {
    margin: 15px auto;
  }
  .news-footer .news-footer-inner .nexia-fix h1, .news-footer .news-footer-inner .nexia-fix p {
    text-align: center;
    padding: 0 10%;
  }
  .news-footer .news-footer-inner .nexia-fix a.nexia-img, .news-footer .news-footer-inner .nexia-fix .abacor-img {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .news-footer .news-footer-inner .nexia-fix a.nexia-img img, .news-footer .news-footer-inner .nexia-fix .abacor-img img {
    display: block;
    margin: 0 auto 15px;
  }
  .news-footer .news-footer-inner .dipl {
    width: 100%;
  }
  .news-footer .news-footer-inner .news-list {
    width: 100%;
    height: auto;
  }
  .site-info {
    width: 100%;
    margin: 0;
    display: block;
    float: left;
    padding: 5%;
  }
  .site-info ul {
    display: block;
  }
  .site-info ul li {
    width: 100%;
    height: auto;
    float: left;
  }
  .site-info ul li h1, .site-info ul li p {
    text-align: center;
  }
  .site-info ul li.nexia {
    width: 100%;
  }
  .site-footer {
    float: left;
    margin: 0;
  }
  .page-header-image,
  .page-header-image.team {
    min-height: auto;
  }
  .page-header-image-inner {
    width: 100%;
  }
  .page-header-image-inner span.entry-title {
    max-width: 100%;
    padding: 4% 2.5%;
    margin: 0;
  }
  .page-header-image-inner img {
    margin: 0;
    width: 30%;
    height: auto;
  }
  .hentry {
    margin: 0 auto;
  }
  .entry-content {
    width: 100%;
    padding: 2.5%;
  }
  #sidebar {
    display: none;
  }
  .team-page .entry-content {
    padding: 2.5%;
  }
  .team-page .page-header-image-inner img {
    height: auto;
  }
}
@media all and (max-width: 900px) {
  .entry-header {
    padding: 0 2.5%;
  }
  .subscribe-button {
    position: static;
    margin: 0 auto 25px;
  }
  .subscribe-button a {
    margin: 0 auto;
    padding: 15px;
    width: 50%;
    height: auto;
  }
}
@media all and (max-width: 700px) {
  .site-content {
    padding: 0;
  }
  .page-header-image-inner img {
    margin: 0;
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=furttal.css.map */