/*!
Theme Name: anjuna
Author: kc
Author URI: http://polynr.com
Version: 1.0.0
Text Domain: anjuna
**/



@font-face {
    font-family:'HankenGrotesk-Light';
    font-style: normal;
    font-weight: 400;
    src:
			url(assets/fonts/HankenGrotesk-Light.eot) format('eot'),
			url(assets/fonts/HankenGrotesk-Light.woff2) format('woff2'),
      url(assets/fonts/HankenGrotesk-Light.woff) format('woff');
}

@font-face {
    font-family:'HankenGrotesk-Regular';
    font-style: normal;
    font-weight: 400;
    src:
			url(assets/fonts/HankenGrotesk-Regular.eot) format('eot'),
			url(assets/fonts/HankenGrotesk-Regular.woff2) format('woff2'),
      url(assets/fonts/HankenGrotesk-Regular.woff) format('woff');
}

@font-face {
    font-family:'HankenGrotesk-Medium';
    font-style: normal;
    font-weight: 400;
    src:
			url(assets/fonts/HankenGrotesk-Medium.eot) format('eot'),
			url(assets/fonts/HankenGrotesk-Medium.woff2) format('woff2'),
      url(assets/fonts/HankenGrotesk-Medium.woff) format('woff');
}

@font-face {
    font-family:'HankenGrotesk-SemiBold';
    font-style: normal;
    font-weight: 400;
    src:
			url(assets/fonts/HankenGrotesk-SemiBold.eot) format('eot'),
			url(assets/fonts/HankenGrotesk-SemiBold.woff2) format('woff2'),
      url(assets/fonts/HankenGrotesk-SemiBold.woff) format('woff');
}


html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.nf-form-content input[type="button"],
button, .button,
.wp-block-button{
  color: #26354F;
  border: 2px solid #26354F !important;
  border-radius: none !important;
  display: inline-block;
  margin: 1rem auto;
}

.nf-form-content input[type="button"],
.button,
.wp-block-button__link{
  background-color: transparent !important;
  color: #26354F !important;
  display: inline-block;
  border-radius: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: .85rem;
  font-family: 'HankenGrotesk-Medium',sans-serif;
  letter-spacing: 0.02em;
  margin: 0;
  padding: .7rem 1.5rem;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  transition: .2s all ease-in-out;
  border-radius: 0!important;
}

.button.termin:hover,
.button:hover,
.wp-block-button__link:hover{
  background-color: #26354F !important;
  color: #FEFCFB !important;
  border-radius: 0!important;
}

.button.termin{
  position: absolute;
  bottom: 0;
  right: .9rem;
  background: #FEFCFB !important;
  border: none !important;
  padding: 1rem 1.5rem .9rem 1.5rem;;
}

.button.termin span{
  background: url('assets/images/arrow-small-long-r.svg') center center no-repeat;
  width: 2.2rem;
  display: inline-block;
  height: .7rem;
  background-size: contain;
  margin-right: .75rem;
}

.button.termin:hover span{
  background: url('assets/images/arrow-small-long-w-r.svg') center center no-repeat;
  background-size: contain;
}



/* .wp-block-button__link:before{
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: red;
} */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

.entry-content ul > li:before{
  content: '\00B7';
  padding-right: .3rem;
}

.entry-content ul > li{
  list-style-position: inside;

  text-indent: -.7rem;
  padding-left: .7rem;
  margin-bottom: .5rem;
}

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
	display: flex;
  flex-direction: column;
}

.site {
  flex: 1 0 auto;
  position: relative;
}

.polygon {
    shape-outside: polygon(0 0, 100% 50%, 0% 100%);
}


.bg{
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

.poly {
  shape-outside: polygon(0 20%, 76% 45%, 60% 80%, 0 95%);
  -webkit-clip-path: polygon(0 20%, 76% 45%, 60% 80%, 0 95%);
          clip-path: polygon(0 20%, 76% 45%, 60% 80%, 0 95%);
  height: 100%;
  width: 100%;
  background: #FAF7F7;
}

.organisationsberatung .poly {
  shape-outside: polygon(0 30%, 80% 68%, 70% 100%, 0 100%);
  -webkit-clip-path: polygon(0 30%, 80% 68%, 70% 100%, 0 100%);
          clip-path: polygon(0 30%, 80% 68%, 70% 100%, 0 100%);
}

.betriebliche-gesundheitsfoerderung .poly {
  shape-outside: polygon(0 20%, 76% 45%, 60% 80%, 0 95%);
  -webkit-clip-path: polygon(0 20%, 76% 45%, 60% 80%, 0 95%);
          clip-path: polygon(0 20%, 76% 45%, 60% 80%, 0 95%);
}


.site-header,
.site-content,
.site-footer{
  position: relative;
}


.site-header,
.site-header .wrapper{
  height: 5.2rem;
  transition: .2s all ease-in-out;
}

/* .site-header.small,
.site-header.small .wrapper{
  height: 4rem;
} */

.site-header.small .wrapper{
    box-shadow: 0px -1px 5px 0px rgba(38, 53, 79, 0.3);
}

.site-header .wrapper{
  position: fixed;
  width: 100%;
  background-color: #FEFCFB;
  padding: 0 1.5rem;
  z-index: 99;
}

.site-title{
	font-family: 'HankenGrotesk-Medium',sans-serif;
	font-size: 1.3rem;
  margin: 0;
  line-height: 5.2rem;
  transition: .2s all ease-in-out;
  position: absolute;
  letter-spacing: .01em
}

/* .small .site-title{
  line-height: 4rem;
} */

.site-description{
	text-indent: -9999px;
	font-size: 0;
	margin: 0;
}

.site-footer {
  flex-shrink: 0;
  padding: 1rem 0.5rem 2rem 0.5rem;
  width: 100%;
}



hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5rem 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


.blue {
  background-color: #26354F !important;
}

.blue-text {
  color: #26354F !important;
}

.white {
  background-color: #FEFCFB !important;
}

.white-text {
  color: #FEFCFB !important;
}

.white-text-5 {
  color: rgba(254,252,251,0.9) !important;
}

.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a, a:link, a:visited,  a:active, a:focus{
  color: rgb(38, 53, 79);
}

a:hover {
  color: rgb(72, 125, 177);
}

a:focus, a:hover, a:active  {
  outline: none;
}

.entry-content a{
  border-bottom: 1px dashed rgb(38, 53, 79);
}

.entry-content a:hover{
  border-bottom-color: rgb(72, 125, 177);
}

.button a,
.wp-block-button a{
  border-bottom: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

nav ul {
  margin: 0;
}

nav ul li {
  transition: background-color .3s;
}


nav ul li.active {
	color: rgba(72, 125, 177, 1);
}

nav ul a {
  transition: background-color .3s;
  font-size: 1.45rem;
  color: #26354F;
  color: rgba(38, 53, 79, 1);
  display: block;
  cursor: pointer;
  letter-spacing: 0.01em;
  margin: .75rem 0;
  padding: 0 1.5rem;
  letter-spacing: 0.02em;
}


nav ul li.current-menu-item a,
nav ul li.current_page_item a,
nav ul a:hover {
  color: #FEFCFB;
}

nav ul li:last-child a:after{
  content: " ";
  padding-right: 0;
}


@media only screen and (min-width: 59rem) {
  nav ul li {
    float: left;
    padding: 0;
    /* padding: 0 .6rem; */
  }

  nav ul li a:after{
    content: "|";
    padding: 0 .7rem;
    color: rgba(38, 53, 79, .5);
  }

  nav ul li.current-menu-item a,
  nav ul li.current_page_item a,
  nav ul a:hover {
    color: rgba(72, 125, 177, 1)
  }

  nav ul a {
    font-size: .85rem;
    color: #26354F;
    color: rgba(38, 53, 79, 1);
    display: block;
    cursor: pointer;
    letter-spacing: 0.01em;
    font-family: 'HankenGrotesk-Medium',sans-serif;
    margin: 0;
    padding: 0;
  }


  .main-navigation a{
    line-height: 2rem;
  }



}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-top: 1.7rem;
}

/* .small .main-navigation ul {
  margin-top: 1.2rem;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
} */


.footer-navigation li a:last-child{
  padding-right: 0;
}

.site-info,
.footer-navigation li a{
	color: #FEFCFB;
  color: rgba(254,252,251,0.9) !important;
	font-size: .65rem;
  letter-spacing: .03em;
  font-family: 'HankenGrotesk-Regular',sans-serif
}

@media only screen and (max-width: 600px) {
  .footer-navigation li a{
    padding: 0;
  }
}

.main-navigation {
  width: auto;
  right: 0;
}

.main-navigation.toggled {
	right: 0;
}

@media only screen and (max-width: 58.99999999999rem) {

  .main-navigation .menu-main-container{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 6rem;
  }

  .main-navigation {
    clear: both;
    display: block;
  	width: 100%;
    max-width: 30rem;
    right: 30rem;
  	background-color: rgba(38, 53, 79, 1);
    background-color: #BBCAE4;
  	position: fixed;
  	right: -100%;
  	top: 0;
  	height: 100%;
  	transition: .3s all ease-out;
    z-index: 999;
  }

}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
	position:fixed;
	overflow:hidden;
	padding:0;
	width: 6rem;
  height: 5.2rem;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	box-shadow:none;
	border-radius:0 !important;
	border:none !important;
	cursor:pointer;
	transition:background .3s;
	top: 0;
	right: 0;
  margin: 0;
	background: transparent;
	z-index:999;
	color:#000!important;
	text-align: left;
  font-family: 'HankenGrotesk-SemiBold',sans-serif;
	font-size: 14px;
	letter-spacing: 0.03em;
}


@media only screen and (min-width: 59rem) {

  .menu-toggle{
    display: none;
  }

  .main-navigation ul {
    display: block;
    float: right;
  }
}


button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover {
	background:transparent!important;
}

.menu-toggle span {
	display:block;
	position:absolute;
	top:2.55rem;
	left: 3.2rem;
	right:1.7rem;
	height:2px;
	background: transparent;
	transition:background 0 .3s;
}

.menu-toggle span::before,.menu-toggle span::after {
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:2px;
	background:#000;
	content:"";
	transition-duration:0.3s,.3s;
	transition-delay:0.1s,0;
}

.menu-toggle span::before {
	top:-3px;
	transition-property:top,transform;
}

.menu-toggle span::after {
	bottom:-3px;
	transition-property:bottom,transform;
}

.toggled .menu-toggle span {
	background:none;
}

.toggled .menu-toggle span::before {
	top:0;
	transform:rotate(45deg);
}

.toggled .menu-toggle span::after {
	bottom:0;
	transform:rotate(-45deg);
}

.toggled .menu-toggle span::before,.toggled .menu-toggle span::after {
	transition-delay:0s,.3s;
}

.site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width: 601px) {
  .navbar-fixed {
    height: 64px;
  }

  .footer-navigation li{
    float: right;
  }

}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
}

.widget p:first-of-type{
  margin-top: 0;
}

.widget select {
  max-width: 100%;
}

.sticky {
  display: block;
}

.post{
  margin: 0 0 1.5em;
}

.site-content{
	padding-bottom: 5rem;
}

@media only screen and (min-width: 601px) {
  .site-content{
  	padding-bottom: 10rem;
  }
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* .page .entry-content{
  padding: 0 2rem;
} */

.post-thumbnail img{
  display: block;
}

.page .entry-content p:first-of-type{
  margin-top: 0;
}

.home .entry-header{
  position: relative;
}




@media only screen and (min-width: 993px) {
  .home .title-text{
    position: absolute;
    bottom: 20%;
    margin-top: 0;
  }
}

/* .home .page-title,
.home .title-text p{
  font-family: 'HankenGrotesk-Medium',sans-serif;
} */

.home .page-title{
  padding: 0;
  margin: 0;
  font-size: 2.5rem;
}

.home .entry-header .title-image{
  position: relative;
}

.home .title-text{
  margin-top: 1.75rem;
}

.home .title-text p{
  padding-left: 0.2rem;
  font-size: 1.3rem;
  margin-top: 0.3rem;
}

.home .intro-txt {
  font-size: 1.15rem;
}

.content-boxes .col{
  padding: 5rem 1.5rem !important;
}

@media only screen and (max-width: 776px) {
  .content-boxes.row .col.m4{
    width: 100%;
  }
}

@media only screen and (min-width: 777px) {
    .content-boxes {
      display: flex;
    }
}

@media only screen and (min-width: 993px) {

  .content-boxes .col{
    padding: 6rem 2.5rem !important;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
  }
    .content-boxes .col >div {
      width: 100%;
    }
}

.content-boxes .col:nth-child(1){
  background-color: #445778 ;
  color: #FEFCFB;
  font-family: 'HankenGrotesk-Light',sans-serif;
}

.content-boxes .col:nth-child(2n){
  background-color: #AFC5EA;
}

.content-boxes .col:nth-child(3n){
  background-color: #FBDBCA;
}

.content-boxes .col:nth-child(1) .button{
  color: #FEFCFB !important;
  border-color: #FEFCFB !important;
  font-family: 'HankenGrotesk-Regular',sans-serif;
}

.content-boxes .col:nth-child(1) .button:hover{
  background-color: #FEFCFB !important;
  color: #26354F !important;
}

.content-boxes h2{
  font-size: 1.3rem;
  padding: 0;
  margin: 0 0 0.25rem 0;
  letter-spacing: 0.01em;
}

.content-boxes p{
  font-size: .9rem;
  line-height: 1.3;
}

.content-boxes .button{
  margin-top: 2rem;
}

.home .testimonial{}



.home .swiper-slide p{
  margin: 0 0 0.25rem 0;
  font-size: 1.35rem;
}

.home .swiper-slide small{
  font-size: .7rem;
  line-height: 1.5;
  display: block;
  max-width: 70%;
  margin: 0 auto;
}


.home .contact .col{
  background: #ffffff;
  padding: 4rem;
}

.home .contact h3{
  padding: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Utility
--------------------------------------------------------------*/
/* wp */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

.half-mar-bottom{
  margin-bottom: .5rem;
}


.container {
  margin: 0 auto;
  max-width: 1280px;
  max-width: 1440px;
  width: 98%;
}

/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/

@media only screen and (min-width: 601px) {
  .container {
    width: 90%;
  }

  .section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* @media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
} */

.col .row {
  /* margin-left: -0.75rem;
  margin-right: -0.75rem; */
  margin-left: -1rem;
  margin-right: -1rem;
}

.section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  padding: 0 1rem;
  min-height: 1px;
}

.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
	.row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m10 {
    width: 83.333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m10-2 {
    width: 87.66666666%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m11 {
    width: 91.666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }


	.row .col.m12 {
		width: 100%;
		margin-left: auto;
		left: auto;
		right: auto;
	}

  .row .col.offset-m-1 {
    margin-left: 4.1666666665%;
  }
	.row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }

  .row .col.offset-m1-2 {
    margin-left: 12.484848%;
  }

  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l10 {
    width: 83.333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l10-2 {
    width: 87.66666666%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

	.row .col.l12{
		width: 100%;
		margin-left: auto;
		left: auto;
		right: auto;
	}

  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }

  .row .col.offset-l1-2 {
    margin-left: 12.484848%;
  }

  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }

  .row .col.offset-l3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

a {
  text-decoration: none;
}

html {
  line-height: 1.6;
  font-family: 'HankenGrotesk-Regular',sans-serif;
  font-weight: normal;
  color: rgba(38, 53, 79, 1);
}

@media only screen and (min-width: 0) {
  html {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
	clear: both;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}


.has-medium-font-size{
	font-size: 115%;
}

.entry-title:first-child{
  margin-top: 0.8rem;
}

h1 {
  font-size: 1.9rem;
  line-height: 1.175;
  margin: 2.8rem 0 1.68rem 0;
}

h2 {
  font-size: 1.5rem;
  margin: 3.5rem 0 1.25rem 0;
}

h3 {
  font-size: 1.4rem;
  margin: 1.9466666667rem 0 1.168rem 0;
}

@media only screen and (min-width: 601px) {
  h1 {
    font-size: 2.2rem;
  }

  h1,h2,h3,h4 {
    padding-left: 2.2rem;
  }
}



/*


h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
} */

em {
  font-style: italic;
}

strong {
  font-weight: 400;
  font-family: 'HankenGrotesk-Medium',sans-serif;

}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

p {
  margin-bottom: 1.5em;
}


blockquote {
  margin: 0 1.5em;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.home .swiper-slide{
  display: block;
  background: transparent;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{

}

.swiper-button-prev{
  background: url('assets/images/arrow-small-l.svg') center center no-repeat !important;
  left: 10px;
  right: auto;
  transform: rotate(180deg);
}

.swiper-button-next{
  background: url('assets/images/arrow-small-r.svg') center center no-repeat !important;
  left: 10px;
  right: auto;
}

.swiper-pagination-bullet{
  background: #26354F !important;
  width: 6px !important;
  height: 6px !important;
}

.swiper-pagination-bullet-active{
  background: rgb(72, 125, 177) !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 5px !important;
}

.edit-link {
  display: inline-block;
  margin: 0 auto;
}

.edit-link a{
  background-color: red;
  padding: .3rem .4rem;
  color: #fff;
  transition: .2s all ease-in-out;
  display: inline-block;
}

.edit-link a:hover{
  background-color: #26354F;
}
}
