/*
Theme Name: DWF
Author: 
Author URI:
Description: DWF theme
Version: 1.0
*/

body {
	margin: 0 auto;
	padding: 0;
	width:100%;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif!important;
	font-style: normal!important;
    font-size: 16px;
	font-weight:300;
	line-height: 1.4em;
    color: #000000;
    background-color:#fff;
}

.row:before, .row:after { 
	display: none !important; 
}

/* TOP */
.top {
    padding: 0;
    width: 100%;
    z-index: 1000;
    position: relative;
}
.frontpage, .page {
   	margin: 0;
	padding: 0;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif!important;
}
.frontpage .top-bg, .page .top-bg {
    width: 100%;
    background: #DAF0F5;
	position: absolute;
	top: 0;
	right: 0;
}
.frontpage .top-bg {
    height: 450px;
}
.page .top-bg {
    height: 250px;
}
a, li, div, .top, .active-menu, .active-menu .header__branding img , .navigation__primary .menu, .page--content-sidebar-list li, .page--content-sidebar-list li a:hover .fas, .fa-arrow-right, .fa-arrow-right {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.top--nav {
    padding: 0 0 10px 0;
    width: 100%;
    z-index: 10001;
    position: relative;
    background: #ffffff;
}
.top--naw-text {
	padding: 7px 0 0 0;
}
.top--nav-menu {
	text-align: right;
	position: absolute;
	top: 18px;
	right: 15px;
}
.top--nav-menu ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}
.top--nav-menu ul li {
	margin-left: 15px;
	display: inline;
}
.top--nav-menu ul li, .top--naw {
	font-size: 0.85em;
}
.top--naw {
	padding-top: 15px;
}
.top--naw p {
	margin: 0;
    padding: 0;
    line-height: normal;
}
.top--naw p, .top--naw a, .top--naw a:hover {
	color: #0799BC;
}

/* ACTIVE STATE */
.active-menu {
    width: 100%;
	background: #fff;
    position: fixed;
    z-index: 1000;
	top: 0;
}
.active-menu.top {
    padding: 0 0 0 0;
	border-bottom: 1px solid #0799BC;
}
.active-menu .header__branding img {
	width: auto;
	max-height: 50px;
}
.active-menu  .header__branding {
	margin: 0;
    position: relative;
}
.active-menu  .header__branding.p-4 {
    padding: 1rem !important;
}

.active-menu  .header__branding.text-center {
    text-align: left!important;
}
.active-menu .navigation__primary ul.menu,
.active-menu .navigation__primary div.menu > ul {
	margin: 30px 0 0 0;
	padding: 0;
    border: 0;
}
.active-menu .navigation__primary .menu li a {
	font-size: 1.1em;
}
.active-menu .bottom-border, .active-menu .header__branding-text {
    display: none;
}
.active-menu .navigation__primary .menu .sub-menu,
.active-menu .navigation__primary .menu .children {
    margin: 10px 0 0 20px!important;
}
.header__branding {
    margin: 30px 0 0 0;
    padding:10px 0 10px 0!important;
    position: absolute;
    top: 0;
    left: 0;
}
.header__branding, .header__branding img {
    -o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	image-rendering: -webkit-optimize-contrast;
}
.rounded-large {
	border-radius: 5rem !important;
}

.animation {
  animation: fadeEffect 1s;
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* NAV */
.navigation__primary li {
      display: inline-block;
}
.navigation__primary ul.menu,
.navigation__primary div.menu > ul {
    margin: 25px 0 20px 0;
    padding: 0;
    position: relative;
    float: right;
}
.navigation__primary .menu li {
	margin:0;
	padding:0 0 0 35px;
	display: inline;
	position: relative;
}
.navigation__primary .menu li a {
    padding:5px 0 25px 0;
	font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.3em;
	font-weight: 400;
	color: #0799BC;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation__primary .menu li:hover > a,
.navigation__primary .menu li a:hover {
	color:#000000;
}
.navigation__primary ul.menu li:hover > ul,
.navigation__primary .menu ul li:hover > ul {
	display: block;
}
.navigation__primary .menu .sub-menu,
.navigation__primary .menu .children {
	border-top: 0;
	display: none;
    margin: 20px 0 0 15px!important;
	padding: 5px 0 0 20px;
	position: absolute;
	z-index: 99999;
    left: 0;
}
.navigation__primary ul.menu li:hover > ul,
.navigation__primary .menu ul li:hover > ul {
	margin: 10px 0 0 0;
    padding-bottom: 15px;
	display: block;
}
.navigation__primary .menu .sub-menu ul,
.navigation__primary .menu .children ul  {
	left: 100%;
	top: 0;
}
.navigation__primary .menu li ul {
	width:200px;
    text-align: left;
    background: #0799BC;
    float: left;
	box-shadow: 0 0 1px #fff;
	-webkit-border-bottom-right-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0.25rem;
	-moz-border-radius-bottomright: 0.25rem;
	-moz-border-radius-bottomleft: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;	
}
.navigation__primary .menu li ul ul {
	margin: 0 0 0 15px;
}
.navigation__primary .menu li li {
	padding: 5px 15px 0 0;
	width:90%;
    text-align: left;
	float:left;
}
.navigation__primary .menu li li a {
	padding: 0;
	font-size:1em!important;
	font-weight: 400;
	text-transform: inherit;
}
.navigation__primary .menu li:hover a, .navigation__primary .menu li.current_page_ancestor a {
	color: #0799BC;
}
.navigation__primary .menu li li a  {
	color: #fff!important;
}
.navigation__primary .menu li.current-menu-item a, .navigation__primary .menu li.current_page_item a  {
	color: #000000;
	font-weight: 400;
}
.navigation__primary ul.menu ul a,
.navigation__primary .menu ul ul a {
	margin: 0;
	width: auto;
}
.navigation__primary ul.menu li:hover > ul ul,
.navigation__primary .menu ul li:hover > ul ul {
	margin: 0 0 0 0;
	display: none;
}
.navigation__primary .menu-toggle {
	display: none;
}
.navigation__primary .menu li.current-menu-item li a, .navigation__primary .menu li.current_page_ancestor li a {
	border-bottom:0;
}
.member-btn {
    position: absolute;
    top: -10px;
    right: 25px;
    z-index: 100;
    transition: all .2s ease-in-out;
}
.member--btn-content {
    padding: 5px 15px 10px 15px;
    display: table-cell;
    height: 125px;
    width: 125px;
	font-size: 1.5em;
	font-family: 'Barlow Semi Condensed', sans-serif;	
    text-align: center;
	line-height: 1.1em;
	color: #000000;
    vertical-align: middle;
	border: 2px solid #000000;
    border-radius: 50%;
    background: #E3E43C;
    transform: rotate(5deg);
}
.member-btn:hover { 
    transform: scale(1.1); 
}
.news-content h3.card-title  {
	text-transform: none;
}

/* SEARCH */
.form-control, .btn-danger {
	height: auto!important;
}
.btn-danger, .btn-danger:hover {
    color: #fff;
    background-color: #0799BC!important;
    border-color: #0799BC!important;
}
.search-form .form-control {
	font-size: 0.9rem;
}
.search-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888888!important;
  opacity: 1; /* Firefox */
}
.search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888!important;
}
.search-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #888888!important;
}


/* HEADER */
.header {
	position: relative;
	background: url('images/default.jpg') center center no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    z-index: 10;
}
.header__image_image, .header  {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.header--hero {
    padding: 18% 0 28% 0;
}
.header--hero h1, .header--hero h1.display-4 { 
    margin: 0;
	color: #ffffff;
    font-weight: 600;
}
.tagline {
    position: absolute;
    top: 0;
    left: 5%;
}
p {
	font-family: 'Oxygen', Arial, Helvetica, sans-serif!important;
	line-height: 1.4em;
}
strong {
	font-weight: 600!important;
}
img {
	max-width: 100%;
	height: auto;
}
.btn, .btn-block, .wp-block-button__link, .btn-inline {
    padding: 0.7rem 1.2rem 0.7rem 1.2rem!important;
    font-size: 0.95em!important;
    font-weight: 400!important;
	text-align: center;
    text-decoration: none!important;
    border-radius: 0.25rem !important;
	border: 1px solid #0799BC;
}
a.wp-block-button__link {
    color: #fff;
	background-color:#0799BC;
	border: 1px solid #fff;
}
a.wp-block-button__link:hover {
    color: #0799BC!important;
    background-color: #ffffff;
    border-color: #0799BC !important;
}
.spacer {
    width: 100%;
    height: 50px;
}
.spacer-small {
    width: 100%;
    height: 25px;
}
.spacer-big {
     width: 100%;
    height: 150px;
}
.bg-green, .card.bg-green {
	background:#00a14b;
	background-color:#00a14b;
}
.bg-light-green, .card.bg-light-green {
	background:#DAF0F5;
	background-color:#DAF0F5;
}
.green, .page--header .green, .page--titel .green {
	color:#00a14b!important; 
}
.bg-blue, .card.bg-blue {
	background:#0799BC;
	background-color:#0799BC; 
}
.blue, .page--header .blue, .page--titel .blue {
	color:#0799BC!important; 
}
.border-blue {
	color:#0799BC!important; 
}
.white {
	color:#ffffff; 
}
.bg-white {
	background:#ffffff;
	background-color:#ffffff; 
}
.bg-wave, .news .bg-wave {
	width: 100%;
	height: 100px;
	background: url('images/wave.png') center bottom no-repeat;
    background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
	position: absolute;
	bottom: -1px;
	z-index: 1;
}
.bg-wave, .bg-top-wave {
	margin-left: -15px;
}
.news .card .bg-wave {
	margin-left: 0;
}
.news .bg-wave {
	height: 100px;
}
.bg-wave-rel {
	width: 100%;
	height: 100px;
	background: url('images/wave.png') center bottom no-repeat;
    background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
	position: relative;
	bottom: -1px;
	z-index: 1;
}
.news .bg-top-wave {
	width: 100%;
	height: 100px;
	background: url('images/wave-top.png') center top no-repeat;
    background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
	position: absolute;
	top: -1px;
	z-index: 1;
}
.news .bg-top-wave {
	height: 100px;
    margin-top: -1px;
}

.bg-news {	
	background: url('images/bg-water.jpg') center center no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

/* HOME  */
.main--intro {
	margin: 0;
	position: relative;
	z-index: 1;
}
.main--intro h1, .main--intro h2  {
	color: #0799BC;
}

/* PARTNERS */
.partner .card {
    font-size: 0.9em;
	line-height: normal;
}
.partner .card h5 {
   margin-top: 0!important;
}
.partner--logo {
    padding-bottom: 20%;
}
.partner-logos {
    background: #fff;
}
.partner-logos .owl-carousel .owl-item {
	display: inline-block;
	float: inherit;
}
.partner-logos .owl-carousel .owl-item .item {
	height: 100%;
    width: 100%;
    text-align: center!important;
	vertical-align: middle;
	display: inline-block;
}
.partner-logos .owl-carousel .owl-item img {
    width: auto;
    text-align: center;
	vertical-align: middle;
    display: block;
    margin: 0 auto;
}
.partner-logos .owl-prev,
.partner-logos .owl-next {
  top: 40%;
  position: absolute;
  color: #000000;
  background: none;
  border: none;
  z-index: 100;
}
.partner-logos .owl-prev {
  left: -25px;
}
.partner-logos  .owl-next {
  right: -30px;
}
.partner-logos .owl-carousel .owl-nav .owl-prev,
.partner-logos .owl-carousel .owl-nav .owl-next,
.partner-logos .owl-carousel .owl-dot {
    font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
}
.partner-logos .owl-carousel .owl-nav .owl-prev:before{
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f053";
    margin-right:10px;
}
.partner-logos .owl-carousel .owl-nav .owl-next:after{
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f054";
    margin-right:10px;
}
.organisation-img {
	max-height: 100px;
	width: auto;
	text-align: center;
}
.bx-container {
    height: 243px;
    width: 243px;
    overflow: hidden;
    list-style-type: none;
}
.bx-container .slide-div {
	background: no-repeat center center;
    background-size:contain;
    width:100%;
    height:100%;
}

/* MEMBER  */
.member {
	padding: 20% 0 25% 0;
	background: url('images/swimmer.jpg') center center no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
	box-shadow:0 0 2px #fff;
}
.member h2, .member h3, .member h4, .member p, .questions h2, .questions p, .news h2 {
	color: #fff;
	text-shadow: 0 0 5px #000, 0 0 1px #000, 0 0 10px #000;
}
.member h4 {
	text-transform: none;
}
.member p {
	font-weight: 600;
}

/* SOCIAL MEDIA  */
.social--media h3 {
	margin-top: 0;
}
.social--media ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.social--media ul li {
	margin: 0 2px 0 2px;
	display: inline;
}

/* AGENDA   */
.tribe-events-widget-link, .tribe-events-widget .tribe-events-widget-events-list__view-more-link {
	display: none!important;
}
ol.tribe-list-widget {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
	margin-right: 15px;
	padding: 10px;
	border: 1px solid #0799BC;
	border-radius: 0.25rem !important;
}
.agenda h2 {
	 color: #0799BC;
	 text-shadow: none;
}
.agenda .tribe-clearfix::before {
	 content: inherit!important;
}
.news #tribe-events, .news #tribe-events-pg-template, .news .tribe-events-pg-template, .tribe-events-view {
    width: 100%;
}
.news .tribe-event-date-start, .news .tribe-event-time {
    color: #000000;
    text-shadow: none;
}
.tribe-events-pg-template h2 {
	text-shadow: none!important;
}


/* BANNER  */
.questions {
	padding: 25% 0 25% 0;
	background: url('images/bg-questions.jpg') center center no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

/* ADVERTISE  */
.advertise h2 {
	margin-top: 0;
}
.advertise img {
	margin-top: 10px;
	width: auto;
	max-height: 175px;
}


/* SIDEBAR  */
.sidebar--block .row.bg-light-green {
	border: 1px solid #00a14b;
}
.sidebar--block h1, .sidebar--block h2, .sidebar--block h3, .sidebar--block h4 {
	color: #0799BC;
}
.sidebar--block h3 {
	margin-bottom: 0.5rem;
}
.sidebar--block h4 {
	margin-top: 0!important;
	font-weight: 400;
}


/* ASIDE SUBMENU  */
.page__submenu ul {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}
.page__submenu ul li {
    margin: 0 0 10px 0;
	padding: 0 0 0 15px;
    width: auto;
    display: block;
    background: #E3E43C;
    border-radius: 0.25rem !important;
	border: 1px solid #E3E43C;
}  
.page__submenu ul li:hover {
	border: 1px solid #000000;
} 
.page__submenu ul li a {
	padding: 15px 20px 15px 20px;
    width: 100%;
	color: #000000;
    display: block;
	text-decoration: none;
}
.page__submenu li a::before {
	margin-left: -20px;
   font-family: "Font Awesome 5 Free";
   content: "\f054";
   display: inline-block;
   vertical-align: middle;
   font-weight: 900;
   float: left ;
}
.page__submenu li.current_page_item {
	padding: 0 0 0 0;
 	background: #0799BC;
	border: 1px solid #0799BC;
} 
.page__submenu li.current_page_item a {
	font-weight: 600;
    background: #0799BC;
	color: #ffffff!important;
	border-radius: 0.25rem !important;
}
.page__submenu li.current_page_item:hover {
	border: 1px solid #0799BC;
} 
.page__submenu li.current_page_item a::before {
   display: none;
}
.page__submenu li.current_page_item a::after {
   font-family: "Font Awesome 5 Free";
   content: "\f054";
   display: inline-block;
   padding-right: 0;
   vertical-align: middle;
   font-weight: 900;
   float: right;
}


/* NEWS */
.news  {
    position: relative;
}
.news .diap-card {
    border: 1px solid #0799BC!important;
	border-radius: 0.25rem !important;
}
.news .diap-card .card-body {
	color: #ffffff;
    background: #0799BC;
}
.news .card-body {
    padding:0  1.25rem  1.25rem  1.25rem!important;
}
.news .card {
    height: 100%;
    border: 1px solid #C7D5E7!important;
}
.news h3.card-title  {
    text-transform: none;
}
.news a .card-body p  {
	color: #000000;
}

.news .news__img, .news-img, .news__img {
    padding-bottom: 65%;
    position: relative;
}
.news__img {
	border-radius:0;
}


/* PAGE */
.page--header {
	position: relative;
}
.page--header-image {
    padding: 10% 0 12% 0;
	position: relative;
	z-index: 1;
}
.page--header h1 {
    margin: 0!important;
	color: #fff;
	position: relative;
	z-index: 2;
}
.page--content-content a { 
	text-decoration: underline;
}
.page--titel {
	padding: 10px 25px 10px 25px;
	text-shadow: 0 0 5px #000;
}
.page--titel h2 {
	color: #ffffff!important;
}
.banner-media {
	display: inline-block;
}

/* PAGE BLOCKS */
.content-blocks, .content-blocks h1, .content-blocks h2, .content-blocks h3, .content-blocks h4, .content-blocks p {
	color: #fff;
}
.content-blocks .row {
    margin-right: 0!important;
    margin-left: 0!important;
}
.content-blocks .card {
	border: 0!important;
}
.content-block-img {
	background: url('images/default.jpg') center center no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}
.content-block-img .card {
	background: none;
}
.content-block-text h3 {
	margin-top: 0;
}

/* PARTNER */
.partner-item {
	padding-bottom: 15%;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
}

/* FOOTER */
.container.footer {
    padding-right: 0;
    padding-left: 15px;
}
.footer {
	padding-bottom: 75px;
	font-size: 0.8em;
    color: #ffffff;
    background: #0799BC;
	position: relative;
}
.footer img {
    margin: 0;
}
.footer ul, .foot-text ul {
    margin:  0 ;
    padding: 0;
    list-style: none;
    display: inline;
}
.footer ul li {
    line-height: 1.6em;
}
.footer ul li li {
    padding-left: 10px;
}
.footer h6 {
    margin: 0 0 10px 0;
	font-size: 0.9rem;
	color: #ffffff;
}
.footer a, .footer a:hover, .footer h3, .footer h5 {
    color: #fff;
    text-decoration: none;
}
.footer__social ul {
    margin: 0;
    padding: 0;
    list-style: none;   
}
.footer__social ul li {
    display: inline;
}
.foot-text ul li {
    padding: 0 10px 0 10px;
    line-height: 1.6em;
    display: inline;
}
.foot-text {
    font-size: 0.8em;
}


/* FORM */
.gform_wrapper label {
	margin:1em 0 0 0;
}
.gform_wrapper .gfield {
	margin-bottom: 0!important;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .gform_wrapper ul.gfield_radio li input[type="radio"] {
	margin-right: 10px;
}
.gform_wrapper input[type="button"] {
	padding: 10px 25px 10px 25px;
	color: #ffffff;
	background: #0799BC;
}

button, input, textarea, .frm-field_title, select {
  font-size:100%;
  color: #0799BC;
  padding:10px;
  border:1px solid #0799BC;
  background-color: #fff;
}
button {
	cursor: pointer;
	margin-bottom: 15px;
	height:45px;
    background-color: #0799BC;
}
textarea {
     border-bottom: 1px solid #0799BC;
}

input[type="submit"] {
  color:#fff;
  background-color: #0799BC;
  height:auto;
  margin: 15px 0 0 0;
  padding:15px 40px 15px 40px;
  width:100%;
  max-width:100%;
  cursor: pointer;
  border: 1px solid #0799BC;
}
input[type="submit"]:hover {
  color:#0799BC;
  background-color: #fff;
  border: 1px solid #0799BC;
  cursor: pointer;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0799BC;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #0799BC;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0799BC;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #0799BC;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #0799BC;
}
:-moz-placeholder { /* Firefox 18- */
  color: #0799BC;
}

/* Enable custom submit button styling in Safari mobile */
input[type='submit'], .wpcf7-previous {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
input[type="radio"] {
	width: auto;
	margin-left: 5px;
}


/* RESPONSIVE */ 
@media (max-width: 1750px) { 
.top {
    padding: 0 15px 0 15px;
}
	
} /* end max-width: 1750px */

@media (max-width: 1600px) {
body {
    font-size: 15px;
}	
.header--hero .mt-5 {
    margin-top: 1.5rem !important;
}
.header--hero .mb-5 {
    margin-bottom: 1.5rem !important;
}	
.header--banner-news .news-img, .news__img {
    padding-bottom: 50%;	
}
	
} /* end max-width: 1600px */

@media (max-width: 1200px) {
.navigation__primary .menu li {
	padding:0 0 0 20px;
}	
.navigation__primary .menu li a {
    font-size: 1.15em;
}
.navigation__primary .menu .sub-menu, .navigation__primary .menu .children {
    margin: 20px 0 0 0 !important;
}
.header__branding img {
 	max-width: 70px;
}	
.header--hero h1 {
    font-size: 1.6rem;
}
.header--hero .title, .header--hero .title-second {
    font-size: 1.6rem !important;
}
.tagline img {
	max-width: 500px;
	height: auto;
}	
.active-menu {
    position: relative;
}	
.sidebar--block.p-5 {
	padding: 2rem!important;
}	
} /* end max-width: 1200px */

@media (max-width: 992px) {
body {
    font-size: 14px;
}
.header__branding img {
    width: 175px;
}
.header__branding.p-4 {
    padding: 1.1rem !important;
}		
.navigation__primary, .usp__card_corner {
    display: none;
} 
.top--naw {
    padding-top: 12px;
}
.top--nav-menu {
	text-align: left;
}	
.top--nav-menu img {
	max-width: 25px;
	height: auto;
}
.top-bg {
	background: #ffffff!important;
}
.member--btn-content {
    padding: 5px 15px 10px 15px;
    height: 100px;
    width: 100px;
	font-size: 1.3em;
	line-height: 1.1em;
}		
.header--hero {
    padding: 25% 0 30% 0;
}
.tagline img {
	max-width: 400px;
	height: auto;
}		
.news .news__img, .news-img, .news__img {
    padding-bottom: 40%;
}	
.page .p-5 {
    padding: 2rem !important;
}	
.partner-item {
    padding-bottom: 25%;
}	
.content-block-img {
	margin: 5px 15px 5px 15px;
	padding-bottom: 50%;
}
.content-block-img .ml-3 {
    margin-left: 0!important;
}
.page--header-text.p-5	{
    padding-top:2rem !important;
	padding-bottom:2rem !important;
}
.page--header-image {
    padding: 15% 0 15% 0;
}
.page--content-content {
	margin-bottom:25px;
}	
.page__submenu {
    display: none;
}   
.bg-wave, .bg-wave-rel {
	height: 50px;
}	   
.spacer-big {
	height: 50px;
}	
.spacer {
    height: 25px;
} 
.spacer-small {
    height: 5px;
}	
.btn, .btn-block {
    font-size: 0.8rem !important;
} 
h1, .h1 {
  font-size: 1.6rem!important;
}

h2, .h2 {
  font-size: 1.35rem!important;
}

h3, .h3 {
  font-size: 1.2rem!important;
}

h4, .h4 {
  font-size: 1.1rem!important;
}
h5, .h5 {
  font-size: 1.05rem!important;
} 
.footer--contact.pr-5 {
	padding-right: 0!important;
}
.footer--contact.pl-5 {
	padding-left: 0!important;
}
.footer--contact .route {
    margin-top: 25px;
	padding-right: 0;
}	
.footer, .footer ul, .footer ul li {
	width: 100%;
	text-align: center;
    display: block;
}
.footer ul li li {
    padding-left: 0;
}
	
/* Mobile menu */ 
.js .navigation__primary .menu {
	display:none;
}
.js .slicknav_menu {
	display:block;
}
} /* end max-width: 992px */

@media (max-width: 768px) {	
.top .pb-2{
	padding-bottom: 0 !important;
}
.top .pt-2 {
    padding-top: 0 !important;
}
.top--nav-menu ul {
	padding: 0 0 5px 0;
}	
.header__branding {
    padding: 20px 0 15px 0 !important;
}	
.naw, .top--naw {
	display: none;
}
.top--nav {
    top: 10px;
}   
.top--nav-menu {
    position: relative;
    top: auto;
    right: auto;
}   
.top--nav-menu ul li {
    margin-left: 0;
    margin-right: 15px;
    display: inline;
} 
.member-btn {
    position: absolute;
    top: 5px;
    right: 10px;
}
.member--btn-content {
    padding: 10px;
    height: 80px;
    width: 80px;
    font-size: 1em;
    line-height: 1.1em;
}        
.header--hero { 
	padding: 30% 0 30% 0;
}
.tagline img {
	max-width: 350px;
	height: auto;
}	
.main--intro {
	margin: 0 0 0 0;
}
.container, .page .container, .frontpage .container {
    width: 94%;
}
.container .container, .page .container .container,  .frontpage .container .container {
    width: 100%;
}
.container.main--intro, .container.usp {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.page--header-image {
    padding: 25% 0 25% 0;
}	
.footer--contact iframe.route {
    height: 250px;
}	
} /* end max-width: 768px */

@media (max-width: 576px) {	
.header__branding.p-4 {
    padding: 0.8rem !important;
}		
.page--header-image {
    padding: 35% 0 35% 0;
}
.header--hero { 
	padding: 35% 0 35% 0;
}
.tagline img {
	max-width: 300px;
	height: auto;
}	
	
.header__branding img {
 	max-width: 40px;
}	
.header__branding {
    margin: 20px 0 0 0;	
	}
.header__branding.p-3 {
    padding: 0.35rem !important;
}	
	
.bg-wave, .bg-wave-rel, .news .bg-wave {
	height: 30px;
}	
} /* end max-width: 576px */


@media (max-width: 400px) {
   
} /* end max-width:400px */


/* 
Mobile Menu Core Style
*/
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; right:0; padding: 0.438em 1em 0.438em 5%; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.5em; height: 0.25em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block; }
.slicknav_nav .slicknav_arrow { font-size: 1em; margin: 0 1.2em 0 0.4em; float: right;}
.slicknav_nav .slicknav_arrow i {  color: #fff!important;}
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav li a { display: block;  width:auto; padding:10px 2% 10px 5%; }
.slicknav_nav li a:hover{ text-decoration: none;}
.slicknav_nav li a a { display: block; border-top:0; width:94%; padding:3%; }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1; }
.slicknav_nav ul.sub-menu {
	margin-left: -5%;
}
.slicknav_nav ul.sub-menu {
	margin: 0;
	padding-left: 5%;
}
.slicknav_nav ul ul.sub-menu, .slicknav_nav ul .slicknav_arrow {
	display: none!important;
}
.slicknav_menu {
    font-size: 1.2em;
	z-index:10000;
}
/* Button */
.slicknav_btn {
    margin: 10px 10px 10px 0;
    text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_menu {
    background-color:#0799BC;
	margin:0;
    padding:0;
	position: relative;
	width:100%;
}
.slicknav_nav {
    color:#fff;
    margin:0;
	padding:0 0 15px 0;
    font-size:0.975em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 5px;
}
.slicknav_nav a {
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover, .slicknav_nav li:hover, .slicknav_nav a:hover {
   color:#fff;
}
.slicknav_nav .slicknav_row:hover a {
	  color:#fff;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;
}
.slicknav_menu {
	display:none;
}