/*
Theme Name: Annerster One
Theme URI: https://www.annerster.com/
Author: Dominik Forkapic
Author URI: https://www.annerster.com/
Description: Marius Boats
Version: 3.0.5
*/

/*Theme - COLORS*/
:root {
    --primary: #0071BC;
    --secondary: #626262;
    --secondary-light: #f4f4f4;
    --black: #272727;
    --text: #353535;
    --text-light: #bbbbbb;
    --menu-background: rgb(0 0 0 / 90%);
	--menu-mobile-text: #f8f8f8;
	--menu-height: 60px;
	--border-radius: .75rem;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/


/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: block;
  src: url(/wp-content/themes/annerster_one/fonts/poppins-700-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/wp-content/themes/annerster_one/fonts/poppins-300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/wp-content/themes/annerster_one/fonts/poppins-300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/annerster_one/fonts/montserrat-300.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
            }
            /* montserrat-900italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    src: url(/wp-content/themes/annerster_one/fonts/montserrat-900-italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
            }

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
    font-size: 16px; 
}

body {
    font-family: 'Montserrat', sans-serif!important;
    color: var(--text);
    font-weight: 400;
	font-style: normal;
    overflow-x: hidden;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

body.modal-open {
  padding-right: 0 !important;
}

@media (min-width: 1024px) {
    body {overflow-y: scroll!important;}
}

a {
  color: var(--text);
  transition: .3s;
  transition-property: color;
}

a:hover {
  color: var(--primary);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1em;
	margin-bottom: 0.5em;
	font-style: italic;
	-webkit-hyphens: auto!important;
	-moz-hyphens: auto!important;
    -ms-hyphens: auto!important;
    hyphens: auto!important;
	overflow-wrap: break-word;
	word-break: break-word;
}

.italic {font-style: italic;}

.display-4 {font-size: 3rem;}

.subheading {
	text-transform: none;
    font-weight: 400;
}

.lead {font-weight:400;line-height:1.15em;}

.text-small {font-size: .85rem}

td {vertical-align: baseline;}

b, .bold {font-weight: 900;font-style: italic;}


.text-transform-none {text-transform:none!important}

*:focus {outline: none!important;border: none!important}

::-moz-selection {background: var(--primary)!important}
::selection {background: var(--primary)!important}
::-moz-selection {background: var(--primary)!important}


.img-cover {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}


.link {position:relative;}

.link:before {
    content: "\eab8";
    font-family: IcoFont;
    padding-right: 0.125em;
    color: var(--primary);
}


.link-overlay {    
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	transition: .2s;
	transition-property: border;
	border-color: transparent;
	border: 0px solid white;
	cursor: pointer;
}

.link-overlay:hover {
	border: 5px solid #f8f8f8;
}

.link-overlay:onclick {
	border: 5px solid #f8f8f8;
}

.sd-icon {
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;
    font-size: 40px;
    -webkit-animation: bounce 1.5s infinite forwards;
    animation: bounce 1.5s infinite forwards;
    animation: bounce 1.5s infinite forwards;
}

/*-------------------------------------------------------------
# Text , Buttons, Bootstrap overwrites
--------------------------------------------------------------*/

.text {
    color: var(--text)!important;
}

.text-primary {
    color: var(--primary)!important;
}

.text-secondary, .text-secondary a {
    color: var(--secondary)!important;
}

.text-white a, .text-white{
    color: #fff!important;
}

.text-light a, .text-light{
    color: var(--text-light)!important;
}

.text-white a:hover, .text-light a:hover, .text-secondary a:hover{
    color: var(--primary)!important;
}

.btn {border-radius: var(--border-radius)!important;}

.btn-shadow {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}


.btn.btn-primary {
    background-color: var(--primary);
    color: white!important;
    border-color: var(--primary);
  }
  
  .btn.btn-primary:active,
  .btn.btn-primary:hover,
  .btn.btn-primary:focus {
    background-color: var(--primary)!important;
    color: white!important;
    background-color: var(--primary-light)!important;
    border-color: var(--primary-light)!important;
  }


.btn.btn-outline-primary {
    color: inherit;
    background-color: none!important;
    border-color: var(--primary);
}
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    color: var(--text);
    background-color: var(--primary);
    border-color: var(--primary);
}


.btn-light {
    color: var(--text)!important;
}

.container {padding-right:25px; padding-left:25px}

@media (min-width: 768px){
    .container-l {
        max-width: 996px;
    }
}
@media (min-width: 1500px){
    .container-xl {
        max-width: 1440px;
    }
}


.underlined {
    margin-bottom: 1em;
    position: relative;
}

.underlined:before {
    content: '';
    position: absolute;
    bottom: -.5em;
    left: 50%;
    transform: translate(-50%);
    height: 4px;
    background:var(--primary);
	background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 113, 188, 1) 100%);    width: 100px;
    left: 0;
    transform: none;
}

.underlined-white .underlined:before {background: white}

.text-center .underlined:before {
    left: 50%;
    transform: translate(-50%);
}

.classic .underlined:before {background: currentcolor;}


.rounded {
    border-radius: var(--border-radius)!important;
}

.rounded-top {
    border-top-left-radius: var(--border-radius)!important;;
    border-top-right-radius: var(--border-radius)!important;
}

.rounded-right {
    border-top-right-radius: var(--border-radius)!important;;
    border-bottom-right-radius: var(--border-radius)!important;
}

.rounded-bottom {
    border-bottom-right-radius: var(--border-radius)!important;;
    border-bottom-left-radius: var(--border-radius)!important;
}

.rounded-left {
    border-top-left-radius: var(--border-radius)!important;;
    border-bottom-left-radius: var(--border-radius)!important;
}

.check-item {position:relative;}

.check-item:before {
    content: "\eed8";
    font-family: IcoFont;
    padding-right: 0.25em;
	font-size: 1em;
    color: var(--primary);
}
/*Tabellen--------------------------------------------------------------------------------------------*/

.table th {
	padding-left:0;
	font-weight:inherit;
}

/*MODAL--------------------------------------------------------------------------------------------*/

.modal{z-index:9999}
.modal .close {font-size:2rem}

@media (max-width: 575px) {
	.modal-open .modal {
    	padding-right: 0!important;
	}
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width:540px
		margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width:738px
    }
}

@media (min-width: 992px) {
    .modal-dialog-xl {
        max-width:1060px;
    }
}

@media (min-width: 12000px) {
    .modal-dialog {
        max-width:1140px
    }
}
.modal-content {max-height:85%!important; margin-top:60px;border: none; border-radius:0px}
.modal-header {
	border-bottom: none; border-radius:0; margin:0; padding: 24px;
}
@media (min-width: 768px) {
	.modal-body {padding: 40px}

}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.btn-modal, .btn-modal input {
    color: var(--text);
    width: 100%;
    margin: 0;
	border: none;
	background: none;
	position: relative;
	cursor: pointer;
	padding: 0;
}
/*--------------------------------------------------------------
# Separator, Borders
--------------------------------------------------------------*/

.bt-primary, .bt-secondary, .bt-secondary-light, .bt-white {border-top: 2px solid;}
.br-primary, .br-secondary, .br-secondary-light, .br-white {border-right: 2px solid;}
.bb-primary, .bb-secondary, .bb-secondary-light, .bb-white {border-bottom: 2px solid;}
.bl-primary, .bl-secondary, .bl-secondary-light, .bl-white {border-left: 2px solid;}

.bt-primary, .br-primary, .bb-primary, .bl-primary {border-color: var(--primary)}
.bt-secondary, .br-secondary, .bb-secondary, .bl-secondary {border-color: var(--secondary)}
.bt-secondary-light, .br-secondary-light, .bb-secondary-light, .bl-secondary-light {border-color: var(--secondary-light)}
.bt-white, .br-white, .bb-white, .bl-white {border-color: white}

/*------ # SVG Divider ----------*/
.fill-primary{ fill: var(--primary)}
.fill-secondary{ fill: var(--secondary)}
.fill-secondary-light{ fill: var(--secondary-light)}
.fill-white{ fill: #fff}
.fill-black{ fill: var(--black)!important}


.separator {
    border-top: 1.5px solid currentcolor;
    opacity: .5;
}
/*--------------------------------------------------------------
# Backgrounds
--------------------------------------------------------------*/
.bg{
    background: no-repeat top center scroll;
    background-size: cover
}

.bg-right{
    background: no-repeat right center scroll;
}

.bg-left{
    background: no-repeat left center scroll;
    background-size: cover
}

.bg-gradient  {
    background:var(--primary);
	background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 113, 188, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-primary  {
    background:var(--primary)!important;
}

.bg-transparent-light  {
    background: rgba(255,255,255,.85);
}

.bg-transparent-dark  {
    background: rgba(0,0,0,.25);
}

.bg-secondary  {
    background:var(--secondary)!important;
}

.bg-secondary-light  {
    background:var(--secondary-light)!important;
}

.bg-black  {
    background: var(--black)!important;
}
.bg-black > a* {
    color: #fff!important
}

@supports (-webkit-touch-callout: none) {
    .bg-fixed{
        background: no-repeat center center scroll;
        background-size: cover
    } 
}

@supports not (-webkit-touch-callout: none) {
    .bg-fixed{
        background: no-repeat center center fixed;
        background-size: cover
    } 
}


.bg-darken, .bg-darken-primary {position: relative}

.bg-darken:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
	top:20%;
	bottom: 0;
	height:80%;
	background: rgb(39,39,39);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 95%, rgba(0,0,0,1) 100%);
}

.bg-darken-primary:before {
    content: "";
    position: absolute;
    left: 0; 
	right: 0;
	top:60%;
	height:40%;
	background: rgb(39,39,39);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(239 123 34 / 80%) 100%);
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1977cc;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }

/*--------------------------------------------------------------
# MENU
--------------------------------------------------------------*/
.admin-bar header {top:30px;}

header {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--menu-background);
    width: 100%;
    z-index: 9999;
    padding: 0 20px 0 10px;
    transition: .3s;
    transition-property: height;
    height: var(--menu-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    user-select: none;
}

@-webkit-keyframes fadeDown {
0% {opacity: 0;-webkit-transform: translate3d(0, -60px, 0);transform: translate3d(0, -60px, 0);}
100% {opacity: 1;-webkit-transform: none;transform: none;}
}

@keyframes fadeDown {
0% {opacity: 0;-webkit-transform: translate3d(0, -60px, 0);transform: translate3d(0, -60px, 0);}
100% {opacity: 1;-webkit-transform: none;transform: none;}
}

.nav-icon-container {float: right;height: auto;}

nav {
    position: fixed;
    right: 0;    
    top: var(--menu-height);
    width: 100%;
    height: calc(100% - var(--menu-height));
    padding: 30px;
    display: none;
    flex-direction: column;
    justify-content: top;
    background: var(--menu-background);
    opacity: 0;
	overflow-y: scroll;
	text-align: center;
	border-top : 2px solid var(--primary);
}

nav ul {list-style: none;margin: 0;padding: 0;}

nav ul li {    
    /*border-bottom: 1px solid var(--secondary);*/
}

nav ul li:last-child  {    
    border-bottom: none;
}

nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2em;
    font-weight: 700;
	font-style:italic;
	color: var(--menu-mobile-text);
	position: relative;
	padding: .5em 0;
	line-height:1em;
	display:block;
}

@media (min-width: 1024px) {
    header {
        padding: 0 20px;    
                animation-fill-mode: forwards;
                animation-duration: 1s;
                animation-name: fadeDown;
    }
    .nav-icon-container{display: none;}
    nav {
        position: static;
        width: auto;
        height: auto;
        display: block!important;
        background: none!important;
        padding: 0;
        opacity: 1!important;
		overflow-y: hidden;
		border-top: none;
    }
	nav ul li {display: inline; margin-left: 3.5vw; padding:0; border: none;}
    nav ul li a {font-size: 1em;display:inline; padding:0}
}

@media only screen and (min-width: 1200px) {
    header {padding: 0 100px;}
}

nav.open {
    display: flex;
}

/*LOGO--------------------------------------------------------------------------------------------*/

.brand-container {
    display: inline;
    position: relative;
    padding: 8px 0;
    height: 100%;
	z-index:9999;
}

.brand-container a {
	display: block;
	height: 100%
}

.brand-container img{width: auto;height: 35px; margin-top: 4px}

@media (min-width: 768px) {
.brand-container img{width: auto;height: 35px; margin-top: 5px }
}

/*NAV ICON--------------------------------------------------------------------------------------------*/

#nav-icon {
  width: 30px;
  height: 40px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--menu-mobile-text);
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {top: 14px;}
#nav-icon span:nth-child(2) {top: 24px;}

#nav-icon.open span:nth-child(1) {
    top: 17.5px;
    width: 100%;
    -webkit-transform: rotate(133deg);
    -ms-transform: rotate(133deg);
    transform: rotate(133deg);
}

#nav-icon.open span:nth-child(2) {
    top: 17.5px;
    width: 100%;
    -webkit-transform: rotate(-133deg);
    -ms-transform: rotate(-133deg);
    transform: rotate(-133deg);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-brand {
    max-width: 100%;
    height: 120px;
	margin-bottom: 0;
}

/*@media (min-width: 992px) {
    .footer-brand {margin-bottom:-3rem}
}*/

.footer-menu ul {padding: 0;}
.footer-menu ul li {
    list-style: none;
    margin-left: -0.25em;
}

.footer-menu ul li a:before {
    content: "\eab8";
    font-family: IcoFont;
    padding-right: 0.125em;
    color: var(--primary);
}

.footer-social ul li {display: inline; margin-left: 0;
}

.footer-social ul li a {
    margin-right: .15em;
    font-size: 1.75em;
}
.footer-social ul li a:before {content: '';}

.footer-bottom {font-size:.75rem}


/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/

.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-105{margin-top:105px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}.mt-155{margin-top:155px}.mt-160{margin-top:160px}.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}.mt-185{margin-top:185px}.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-105{margin-bottom:105px}.mb-110{margin-bottom:110px}.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}.mb-190{margin-bottom:190px}.mb-195{margin-bottom:195px}.mb-200{margin-bottom:200px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.ml-30{margin-left:30px}.ml-35{margin-left:35px}.ml-40{margin-left:40px}.ml-45{margin-left:45px}.ml-50{margin-left:50px}.ml-55{margin-left:55px}.ml-60{margin-left:60px}.ml-65{margin-left:65px}.ml-70{margin-left:70px}.ml-75{margin-left:75px}.ml-80{margin-left:80px}.ml-85{margin-left:85px}.ml-90{margin-left:90px}.ml-95{margin-left:95px}.ml-100{margin-left:100px}.ml-105{margin-left:105px}.ml-110{margin-left:110px}.ml-115{margin-left:115px}.ml-120{margin-left:120px}.ml-125{margin-left:125px}.ml-130{margin-left:130px}.ml-135{margin-left:135px}.ml-140{margin-left:140px}.ml-145{margin-left:145px}.ml-150{margin-left:150px}.ml-155{margin-left:155px}.ml-160{margin-left:160px}.ml-165{margin-left:165px}.ml-170{margin-left:170px}.ml-175{margin-left:175px}.ml-180{margin-left:180px}.ml-185{margin-left:185px}.ml-190{margin-left:190px}.ml-195{margin-left:195px}.ml-200{margin-left:200px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}.mr-55{margin-right:55px}.mr-60{margin-right:60px}.mr-65{margin-right:65px}.mr-70{margin-right:70px}.mr-75{margin-right:75px}.mr-80{margin-right:80px}.mr-85{margin-right:85px}.mr-90{margin-right:90px}.mr-95{margin-right:95px}.mr-100{margin-right:100px}.mr-105{margin-right:105px}.mr-110{margin-right:110px}.mr-115{margin-right:115px}.mr-120{margin-right:120px}.mr-125{margin-right:125px}.mr-130{margin-right:130px}.mr-135{margin-right:135px}.mr-140{margin-right:140px}.mr-145{margin-right:145px}.mr-150{margin-right:150px}.mr-155{margin-right:155px}.mr-160{margin-right:160px}.mr-165{margin-right:165px}.mr-170{margin-right:170px}.mr-175{margin-right:175px}.mr-180{margin-right:180px}.mr-185{margin-right:185px}.mr-190{margin-right:190px}.mr-195{margin-right:195px}.mr-200{margin-right:200px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-125{padding-top:125px}.pt-130{padding-top:130px}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.pt-170{padding-top:170px}.pt-175{padding-top:175px}.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pt-260{padding-top:260px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-120{padding-bottom:120px}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}.pb-180{padding-bottom:180px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}.pl-35{padding-left:35px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}.pl-55{padding-left:55px}.pl-60{padding-left:60px}.pl-65{padding-left:65px}.pl-70{padding-left:70px}.pl-75{padding-left:75px}.pl-80{padding-left:80px}.pl-85{padding-left:85px}.pl-90{padding-left:90px}.pl-95{padding-left:95px}.pl-100{padding-left:100px}.pl-105{padding-left:105px}.pl-110{padding-left:110px}.pl-115{padding-left:115px}.pl-120{padding-left:120px}.pl-125{padding-left:125px}.pl-130{padding-left:130px}.pl-135{padding-left:135px}.pl-140{padding-left:140px}.pl-145{padding-left:145px}.pl-150{padding-left:150px}.pl-155{padding-left:155px}.pl-160{padding-left:160px}.pl-165{padding-left:165px}.pl-170{padding-left:170px}.pl-175{padding-left:175px}.pl-180{padding-left:180px}.pl-185{padding-left:185px}.pl-190{padding-left:190px}.pl-195{padding-left:195px}.pl-200{padding-left:200px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}.pr-35{padding-right:35px}.pr-40{padding-right:40px}.pr-45{padding-right:45px}.pr-50{padding-right:50px}.pr-55{padding-right:55px}.pr-60{padding-right:60px}.pr-65{padding-right:65px}.pr-70{padding-right:70px}.pr-75{padding-right:75px}.pr-80{padding-right:80px}.pr-85{padding-right:85px}.pr-90{padding-right:90px}.pr-95{padding-right:95px}.pr-100{padding-right:100px}.pr-105{padding-right:105px}.pr-110{padding-right:110px}.pr-115{padding-right:115px}.pr-120{padding-right:120px}.pr-125{padding-right:125px}.pr-130{padding-right:130px}.pr-135{padding-right:135px}.pr-140{padding-right:140px}.pr-145{padding-right:145px}.pr-150{padding-right:150px}.pr-155{padding-right:155px}.pr-160{padding-right:160px}.pr-165{padding-right:165px}.pr-170{padding-right:170px}.pr-175{padding-right:175px}.pr-180{padding-right:180px}.pr-185{padding-right:185px}.pr-190{padding-right:190px}.pr-195{padding-right:195px}.pr-200{padding-right:200px}

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

@media (min-width: 992px){
	.section-padding {padding-top: 6rem; padding-bottom: 6rem;}
	.section-padding-top {padding-top: 6rem;}
	.section-padding-bottom {padding-bottom: 6rem;}
}

/*--------------------------------------------------------------
# Content CSS
--------------------------------------------------------------*/

.hero {height: 700px;}

.hero .h1 {font-size: 7vw; hyphens: manual}
.hero .lead {font-weight:300; font-size:5vw;}

@media (min-width: 768px) {
	.hero {height: calc(100vh - 20px);min-height:700px}
	.hero .h1 {font-size: 7vw}
	.hero .lead {font-size:3vw}
}

@media (min-width: 992px) {
	.hero .h1 {font-size: 4vw}
	.hero .lead {font-size:1.5vw}
}
@media (min-width: 1560px) {
	.hero .h1 {font-size: 4vw}
	.hero .lead {font-size:1.25vw;}
}

.subpage-header {
  height: 70vh;
  min-height: 800px;
}

.hero .svg-divider, .subpage-header .svg-divider {
    position: absolute;
	width: 100%;
    height: auto;
    left: 0;
    margin: 0;
    bottom: -1px;
}

.hero-bottom-line {
    background:var(--primary);
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 113, 188, 1) 100%);
	height: 20px;
}

.team-profil-image {
	padding: 3px;
    background-color: white;
    border-radius: 150px;
    border: 2px solid var(--primary);
}

/*--------------------------------------------------------------
# CUSTOM CONTENT 
--------------------------------------------------------------*/

.lesscol {
    margin-left: .1px;
}

.mb-xl-80{margin-bottom:0}

@media (min-width: 576px){
.lesscol-sm {
    margin-left: .1px;
}
}

@media (min-width: 768px){
.lesscol-md {
    margin-left: .1px;
}
}

@media (min-width: 992px){
.lesscol-lg {
    margin-left: .1px;
}
	.mb-xl-80{margin-bottom:80px}
}

.testimonial {
	position: relative;
	padding: 0 1.5em;
}

.testimonial:before {
    content: '"';
    position: absolute;
    top: -0.75em;
    left: 0;
    font-weight: 700;
    font-size: 3rem;
}

.deepfinder span {
    position: absolute;
    border-top: 1px solid var(--secondary);
    border-bottom: 1px solid var(--secondary);
    height: 100%;
    width: 60%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.deepfinder span:nth-child(2) {
    width: 0;
    border-left: 2px solid var(--secondary);
}

.deepfinder span:nth-child(3) {
    top: calc(100% - 20px);
    left: 50%;
    transform: translate(-50%);
    width: 40px;
    height: 40px;
    border-radius: 25px;
    border: 2px solid var(--secondary);
}

.timeline-dot {position: relative}

.timeline-dot::before {
content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 3px solid #d0d0d0;
    border-radius: 50%;
}


/*--------------------------------------------------------------
# Slider - OWL Overwrites
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact Form 7
--------------------------------------------------------------*/

.wpcf7 .button {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase; border: none;
    color: #fff;
    background:var(--primary);
    border-color: var(--primary);
    line-height: 3.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.275)!important;
    width: 100%;
    border-radius: 0;
}

.wpcf7 .button:hover {
    color: #fff;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

.wpcf7 span {margin: 0;}

.wpcf7 label{
    color: var(--primary);
    font-weight: 700;
    line-height: .5em;
    text-transform: uppercase;
    margin-top: 1em;
}

.wpcf7-list-item-label {
    line-height: 1.5rem;
    text-transform: none;
    font-weight: 300;
    font-size: 1.125rem;
    color: var(--text);
}

.wpcf7 .formular-field{
    background: #f2f2f2;
    border: none;
    line-height: 1.5rem;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 5px 10px;
}

.wpcf7-form-control-wrap textarea {line-height: 1.25rem}

.wpcf7-list-item input{cursor:pointer; }



/*--------------------------------------------------------------
# Cookie-Concent
--------------------------------------------------------------*/
/*!
  * Cookie Consent v3.1.0 (https://cookieconsent.insites.com/)
  * Copyright (c) 2015 Silktide Ltd (https://cookieconsent.insites.com/)
  * Licensed under MIT (https://github.com/insites/cookieconsent/blob/master/licence)
  */


.cc-window{opacity:1;-webkit-transition:opacity 1s ease;-o-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;-o-transition:transform 1s ease;transition:transform 1s ease;transition:transform 1s ease, -webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);-ms-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);-ms-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;-o-transition:max-height 1s;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:0;max-width:24em;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:1;display:inline-block}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:1;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;letter-spacing:0}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;-webkit-box-flex:1;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;-webkit-box-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:700px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;-webkit-box-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}

.cc-floating.cc-theme-classic{padding:0;}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;-webkit-box-flex:0;flex:none}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:block}

.cc-window {;
    font-family: 'Montserrat',sans-serif;    
    font-weight: 400;
    font-style: normal;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
            box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
	border-radius: 0px;
	padding: 0;
}

@media (max-width: 57556px) {
    .cc-window {
        -webkit-box-shadow: 0 -14px 28px rgba(0,0,0,.15);
                box-shadow: 0 -14px 28px rgba(0,0,0,.15);
        margin: 0 15px 10vh;
    }
}
.cc-message { 
	font-family: 'Montserrat',sans-serif;    
    font-weight: 300;
    font-style: normal;
	padding: 2rem;
}
.cc-window a{ font-family: inherit; font-size:inherit;font-weight: 400; margin-top: .25em}
.cc-window a:before{content:''; margin-right:0}
/*.cc-compliance {border-top: 2px solid var(--secondary)}*/

.cc-btn{
	display: block;
	color: white!important;/*change for btn text color*/
	border-radius: 0;
    border: none!important;
    text-decoration: none;
	line-height: 2.5em;
    width: 100%;
    margin: 0!important;
	background: var(--primary)!important;/*change for btn BG color*/
	position: relative;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 1.25em!important;
	font-weight: 900!important;
    text-align: center;
    padding: 0 1em;
	transition: .3s;
	transition-property: color, background-color;
}

.cc-btn:hover {
	color: white!important;/*change for btn text hovercolor*/
	background-color: var(--primary)!important;/*change for btn text hovercolor*/
	opacity: 0.9;
}


