/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/* kanit-200 - 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: 'Kanit';
  font-style: normal;
  font-weight: 200;
  src: url('/wp-content/fonts/kanit-v15-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-200italic - 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: 'Kanit';
  font-style: italic;
  font-weight: 200;
  src: url('/wp-content/fonts/kanit-v15-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-300 - 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: 'Kanit';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/fonts/kanit-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-300italic - 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: 'Kanit';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/fonts/kanit-v15-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-regular - 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: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/fonts/kanit-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-italic - 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: 'Kanit';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/fonts/kanit-v15-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-500 - 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: 'Kanit';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/fonts/kanit-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-600 - 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: 'Kanit';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/fonts/kanit-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-700 - 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: 'Kanit';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/fonts/kanit-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    background: #f4f4f4;
}

body, #wrap_all, #header {
    max-width: 1920px;
    margin: 0 auto;
}

body, .avia_textblock {
	font-family: 'Kanit', Verdana, Arial, sans-serif;
	font-size: 18px;
    font-weight: 300;
	color: #555!important;
	font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
	line-height: 1.4em;
}

body .column-top-margin {
    margin-top: 20px;
}

#header_meta {
    content: "";
    background: url(https://nicole-haas.de/wp-content/uploads/2024/08/top.jpg);
    background-size: cover;
    background-position: center;
    height: 45px;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
	z-index: 99;
}

.phone-info, .phone-info a {
    font-size: 18px;
    font-weight: 200;
    color: #fff !important;
    line-height: 34px;
}

.phone-info {
    padding-right: 13px;
	font-weight: 300;
}

.phone-info a {
    font-size: 18px;
    font-weight: 300;
    color: #fff !important;
    line-height: 30px;
	/* margin-right: 20px; */
	letter-spacing: 0.3px;
}

.phone-info strong {
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    line-height: 30px;
	letter-spacing: 0.3px;
}

.phone-info a:last-child {
	margin-right: 0;
}

.phone-info .top-divider:before {
    content: "|";
    font-weight: 100;
    display: inline-block;
    margin: 0 15px;
    color: #d6eac7 !important;
}

.phone-info .highlight {
    font-weight: 400;
    letter-spacing: 0.3px;
}

.phone-info div {
    display: inline-block;
}

@media screen and (min-width: 991px) {
	/* .html_header_top.html_header_sticky #main {
    padding-top: 128px;
	}
	#header {
    padding-top: 40px;
    position: relative;
	}
	#header.header-scrolled {
    padding-top: 0;
	} */
	#header.header-scrolled:before {
    display: none;
	}
	.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 135px;
	}
	.phone-info .top-termine, .top-divider.last {
    display: none !important;
	}
}

@media screen and (max-width: 990px) {
	.phone-info a {
     font-size: 0;
    }
	.phone-info a:before {
    font-family: entypo-fontello;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    font-size: 24px;
    }
	.phone-info a.top-phone:before {
    content: "\e854";
    }
	.phone-info a.top-mail:before {
    content: "\e805";
	}
	.phone-info a.top-termine:before {
    content: "\e85b";
	}
	.phone-info a strong {
    display: none;
	}
}

@media screen and (max-width: 767px) {
	#header_meta {
    height: auto;
	}
	.phone-info .highlight {
    display: block;
	}
	.phone-info {
    padding: 10px 0!important;
	}
	.phone-info .top-divider {
    display: none;
	}
	.phone-info a {
        width: calc(50% - 5px) !important;
        display: inline-block;
        text-align: center;
        border: 2px solid #ffffff;
        border-radius: 3px;
        box-sizing: border-box;
        font-size: 0;
        line-height: 40px !important;
        background: #ffffff;
        color: #98a091 !important;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }
	.phone-info a.top-phone {margin-right: 10px;}
	.phone-info a:before {
        text-align: center;
        width: 100%;
        display: block;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
	.phone-info div {
    display: block;
	}
	
	/************ CONTACT BOTTOM ************/
	
	.top-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #bcc8b3;
    padding: 0!important;
    box-shadow: 0 -8px 20px #0000002b;
    border-top: 2px solid #c7d3c0 !important;
	}
	.phone-info a {
    background: transparent;
	border: none!important;
    color: #ffffff !important;
	border-radius: 0!important;	
	margin-right: 0!important;
	border-right: 1px solid #fff!important;	
	width: calc(33.33% - 1px)!important;
    }
	.phone-info a:last-child {
    border-right: none!important;
    }
}

h1, h2, h3, h4 {
	text-transform: none!important;
	font-weight: 400;
	letter-spacing: normal !important;
}

h1 {
    font-family: 'Kanit';
    font-size: 40px;
    /* color: #d97c50 !important; */
    letter-spacing: normal !important;
}

.subtle h1 {
    font-size: 22px;
    color: #d97c50;
    margin-bottom: 10px;
    font-weight: 300;
    /* text-transform: uppercase !important; */
    letter-spacing: 0.5px !important;
}

h2 {
    font-size: 34px;
    font-family: 'Kanit';
    line-height: 1.1em !important;
    margin-bottom: 20px;
    font-weight: 400;
}

h2 + h3 {
    font-weight: 500;
    font-size: 24px;
    margin-top: -15px !important;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3em;
    /* color: #000000 !important; */
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

.mb-0 h1, .mb-0 h2, .mb-0 h3 {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	h1 {
    font-size: 30px;
	}
	h2 {
    font-size: 25px;
	}
	h3 {
    font-size: 22px;
	}
}

/* HEADER & MENU */

#header {
    background: #fff;
    box-shadow: 0 7px 20px #0000001a;
}

.title_container {
    background: #f4f4f4;
    box-shadow: inset 0px 20px 20px -20px #0000001a;
    border-bottom: 2px solid #fff;
}

.breadcrumb-trail {
    font-size: 14px;
}

.breadcrumb-trail .trail-before {
    font-weight: bold;
}

.av_minimal_header_shadow {
    box-shadow: none;
    border: none;
}

.logo img {
    padding: 10px;
}

ul.sub-menu {
    margin-top: -15px;
}

.header-scrolled ul.sub-menu {
    margin-top: -2px;
}

.header-scrolled {
    box-shadow: 0 5px 20px #00000024;
}

.header-scrolled .logo img {
    padding: 5px;
}

.av-main-nav li a {
    max-width: none;
    font-size: 18px !important;
    text-transform: uppercase;
    color: #808080 !important;
    letter-spacing: 0.2px;
    font-weight: 400;
	font-family: 'Kanit';
}

.av-main-nav .sub-menu li a {
    text-transform: none;
    font-weight: 300 !important;
    line-height: normal !important;
    min-height: auto !important;
    height: auto !important;
    max-height: unset !important;
    white-space: nowrap;
    color: #6a6a6a !important;
    font-size: 16px !important;
	border-bottom: 1px solid #ddd;
}

.avia-menu-fx {
    display: none;
}

.sub-menu {
    width: auto !important;
    border-top: 3px solid #e07d54 !important;
}

.av-burger-overlay .sub-menu {
    border-top: none !important;
    background: #fff;
}

#av-burger-menu-ul li a {
    background: #f4f4f4;
    font-weight: 600;
    text-transform: uppercase;
}

#av-burger-menu-ul .sub-menu li a {
    background: #ffffff;
    font-weight: 400!important;
    text-transform: none;
}

.sub-menu .menu-item a:before {
    content: "\e875";
    font-family: entypo-fontello;
    margin-right: 6px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    text-shadow: 4px 0px transparent;
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 100;
	position: relative;
	left: 0;
}

#header_main {
    border: none;
}

#top .av-main-nav ul ul {
    left: 100%;
}

.decoration:after {
    content: "";
    background: #e07d54;
    width: 100px;
    height: 5px;
    position: relative;
    display: block;
    margin: 20px auto 15px auto;
    border-radius: 5px;
}

.decoration.left:after {
    margin: 20px auto 15px 0;
}

.decoration.right:after {
    margin: 20px 0 15px auto;
}

.fancy-corner {
    position: relative;
    overflow: hidden;
}

.fancy-corner:after {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(272deg, rgb(255 255 255 / 46%) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: -40%;
    top: -70%;
    transform: rotate(290deg);
    z-index: 0;
}

.avia-section.fancy-corner:after {
    top: 0;
    content: "";
    background: linear-gradient(171deg, rgb(255 255 255) 0%, rgb(255 255 255) 20%, rgb(255 255 255 / 0%) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: -55%;
    transform: skewX(340.5deg);
    opacity: 0.75;
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
    display: none!important;
    }
	.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
    display: block!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
	.header-subpage .flex_cell.header-text {
    position: relative;
    overflow: visible !important;
	}
}

@media screen and (max-width: 767px) {
	.avia-section.fancy-corner:after {display: none;}
}

/* CUSTOM HEADER */

.custom-header .avia-video, .custom-header .avia-video iframe, .custom-header .avia-video video {
    background-color: transparent;
}

.header-subpage .flex_cell.header-text {
    position: relative;
}

.header-subpage .flex_cell.header-text:before {
    content: "";
    background: #ffffff;
    height: calc(100% + 2px);
    width: 500px;
    position: absolute;
    bottom: -1px;
    left: -100px;
    transform: skewX(340.5deg);
    /* box-shadow: inset 60px 0px 70px -70px #00000052; */
}

.header-subpage.gray .flex_cell.header-text:before {
    background: #f4f4f4;
}

.header-subpage.green .flex_cell.header-text:before {
    background: #f4f4f4;
}

.header-subpage.orange .flex_cell.header-text:before {
    background: #f4f4f4;
}

.header-subpage.blue .flex_cell.header-text:before {
    background: #f4f4f4;
}

.header-subpage h1 {
    color: #d97c50 !important;
}

.quote {
    display: block;
    margin-top: 35px;
    border-left: 8px solid #d97c50 !important;
    padding-left: 10px;
}

.quote strong {
    font-size: 24px;
    color: #9c9c9c !important;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 10px;
    display: block;
}

.quote br {
    display: none;
}

.subtitle h2, .subtitle h3 {
    font-size: 24px;
    font-weight: 300;
    margin-top: -15px;
    margin-bottom: 20px;
	color: #989898;
}

.header-subpage .subtitle h2, .header-subpage .subtitle h3 {
    margin-top: -5px;
	color: #2f2f2f;
	font-weight: 400;
}

.quote-section h2, .quote-section h3 {
    font-size: 32px!important;
    font-weight: 400!important;
    margin-bottom: 20px;
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	line-height: 1.2em !important;
}

.quote-section p, .quote-section .pop p, .quote-section .pop p strong {
    font-size: 22px!important;
}

.note {
    padding: 25px;
    border: 1px solid #bababa !important;
    box-shadow: 0 20px 20px -20px #00000066;
    border-radius: 3px;
    /* margin-top: 30px; */
    background: #ffffff8a;
}

.note h3, .note h4 {
    color: #e07d54;
    font-size: 25px;
}

/*
.note em {
    font-family: Trebouchet, "Times New Roman", serif;
    line-height: 1.1em !important;
    font-size: 18px;
    font-style: italic;
    font-weight: 100;
}
*/

.note.klein {
    padding: 15px;
}
.note.klein h3 {
    font-size: 20px;
    font-weight: 300;
}
.note.klein {
    font-size: 16px;
}

.note.klein h3 + p {
    margin-top: 5px !important;
}

@media screen and (min-width: 1381px) {
    .limited-grid.header-subpage .flex_cell_inner {
        padding: 50px 50px 50px 0!important;
    }
}

@media screen and (max-width: 990px) {
	#top .main-header {
    padding: 0 !important;
    margin: 0 auto !important;
	}
	#top .main-header .content {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    }
	#top .main-header .container {
   	width: 100%!important;
    max-width: 100%!important;
	padding: 0!important;
    }
	#top .main-header .header-text {
	width: 85% !important;
    max-width: 85% !important;
    display: block !important;
    margin: 0 auto !important;
    float: none;
	}
	.custom-header.main-header {
	background-image: none!important;
	background-color: #f4f4f4;
	}
	.main-header-mobile {
	background-image: url(https://nicole-haas.de/wp-content/uploads/2024/08/nicole-haas-heilpraktikerin-psychotherapie-header-mobile.jpg)!important;
    min-height: 450px !important;
    background-size: cover;
    background-position: center;
	}
}

@media screen and (max-width: 600px) {
	.subtitle h2, .subtitle h3, .quote strong {
    font-size: 21px!important;
	}
	.quote-section h2, .quote-section h3 {
    font-size: 22px!important;
	}
	.quote-section .pop p, .quote-section .pop p strong {
    font-size: 18px!important;
	}
	.note {
    padding: 15px;
	}
}

/* GENERAL STYLING */

.mt-0 {margin-top: 0!important;}
.mt-10 {margin-top: 10px!important;}
.mt-20 {margin-top: 20px!important;}
.mt-30 {margin-top: 30px!important;}
.mt-40 {margin-top: 40px!important;}
.mt-50 {margin-top: 50px!important;}
.mt-75 {margin-top: 75px!important;}
.mt-100 {margin-top: 100px!important;}
.mt-125 {margin-top: 125px!important;}
.mt-150 {margin-top: 150px!important;}

.mb-0 {margin-bottom: 0!important;}
.mb-10 {margin-bottom: 10px!important;}
.mb-20 {margin-bottom: 20px!important;}
.mb-30 {margin-bottom: 30px!important;}
.mb-40 {margin-bottom: 40px!important;}
.mb-50 {margin-bottom: 50px!important;}
.mb-75 {margin-bottom: 75px!important;}
.mb-100 {margin-bottom: 100px!important;}
.mb-125 {margin-bottom: 125px!important;}
.mb-150 {margin-bottom: 150px!important;}

.mr-0 {margin-bottom: 0!important;}
.mr-10 {margin-bottom: 10px!important;}
.mr-20 {margin-bottom: 20px!important;}
.mr-30 {margin-bottom: 30px!important;}
.mr-40 {margin-bottom: 40px!important;}
.mr-50 {margin-bottom: 50px!important;}
.mr-75 {margin-bottom: 75px!important;}
.mr-100 {margin-bottom: 100px!important;}
.mr-125 {margin-bottom: 125px!important;}
.mr-150 {margin-bottom: 150px!important;}

.ml-0 {margin-left: 0!important;}
.ml-10 {margin-left: 10px!important;}
.ml-20 {margin-left: 20px!important;}
.ml-30 {margin-left: 30px!important;}
.ml-40 {margin-left: 40px!important;}
.ml-50 {margin-left: 50px!important;}
.ml-75 {margin-left: 75px!important;}
.ml-100 {margin-left: 100px!important;}
.ml-125 {margin-left: 125px!important;}
.ml-150 {margin-left: 150px!important;}

.mr-0 {margin-right: 0!important;}
.mr-10 {margin-right: 10px!important;}
.mr-20 {margin-right: 20px!important;}
.mr-30 {margin-right: 30px!important;}
.mr-40 {margin-right: 40px!important;}
.mr-50 {margin-right: 50px!important;}
.mr-75 {margin-right: 75px!important;}
.mr-100 {margin-right: 100px!important;}
.mr-125 {margin-right: 125px!important;}
.mr-150 {margin-right: 150px!important;}

.pt-0 {padding-top: 0!important;}
.pt-10 {padding-top: 10px!important;}
.pt-20 {padding-top: 20px!important;}
.pt-30 {padding-top: 30px!important;}
.pt-40 {padding-top: 40px!important;}
.pt-50 {padding-top: 50px!important;}
.pt-75 {padding-top: 75px!important;}
.pt-100 {padding-top: 100px!important;}
.pt-125 {padding-top: 125px!important;}
.pt-150 {padding-top: 150px!important;}

.pb-0 {padding-bottom: 0!important;}
.pb-10 {padding-bottom: 10px!important;}
.pb-20 {padding-bottom: 20px!important;}
.pb-30 {padding-bottom: 30px!important;}
.pb-40 {padding-bottom: 40px!important;}
.pb-50 {padding-bottom: 50px!important;}
.pb-75 {padding-bottom: 75px!important;}
.pb-100 {padding-bottom: 100px!important;}
.pb-125 {padding-bottom: 125px!important;}
.pb-150 {padding-bottom: 150px!important;}

.pr-0 {padding-bottom: 0!important;}
.pr-10 {padding-bottom: 10px!important;}
.pr-20 {padding-bottom: 20px!important;}
.pr-30 {padding-bottom: 30px!important;}
.pr-40 {padding-bottom: 40px!important;}
.pr-50 {padding-bottom: 50px!important;}
.pr-75 {padding-bottom: 75px!important;}
.pr-100 {padding-bottom: 100px!important;}
.pr-125 {padding-bottom: 125px!important;}
.pr-150 {padding-bottom: 150px!important;}

.pl-0 {padding-left: 0}
.pl-10 {padding-left: 10px!important;}
.pl-20 {padding-left: 20px!important;}
.pl-30 {padding-left: 30px!important;}
.pl-40 {padding-left: 40px!important;}
.pl-50 {padding-left: 50px!important;}
.pl-75 {padding-left: 75px!important;}
.pl-100 {padding-left: 100px!important;}
.pl-125 {padding-left: 125px!important;}
.pl-150 {padding-left: 150px!important;}

.pr-0 {padding-right: 0!important;}
.pr-10 {padding-right: 10px!important;}
.pr-20 {padding-right: 20px!important;}
.pr-30 {padding-right: 30px!important;}
.pr-40 {padding-right: 40px!important;}
.pr-50 {padding-right: 50px!important;}
.pr-75 {padding-right: 75px!important;}
.pr-100 {padding-right: 100px!important;}
.pr-125 {padding-right: 125px!important;}
.pr-150 {padding-right: 150px!important;}

@media screen and (max-width:768px) {
	.mt-0-s {margin-top: 0!important;}
	.mt-10-s {margin-top: 10px!important;}
	.mt-20-s {margin-top: 20px!important;}
	.mt-30-s {margin-top: 30px!important;}
	.mt-40-s {margin-top: 40px!important;}
	.mt-50-s {margin-top: 50px!important;}
	.mt-75-s {margin-top: 75px!important;}
	.mt-100-s {margin-top: 100px!important;}
	.mt-125-s {margin-top: 125px!important;}
	.mt-150-s {margin-top: 150px!important;}

	.mb-10-s {margin-bottom: 10px!important;}
	.mb-0-s {margin-bottom: 0!important;}
	.mb-20-s {margin-bottom: 20px!important;}
	.mb-30-s {margin-bottom: 30px!important;}
	.mb-40-s {margin-bottom: 40px!important;}
	.mb-50-s {margin-bottom: 50px!important;}
	.mb-75-s {margin-bottom: 75px!important;}
	.mb-100-s {margin-bottom: 100px!important;}
	.mb-125-s {margin-bottom: 125px!important;}
	.mb-150-s {margin-bottom: 150px!important;}

	.mr-0-s {margin-bottom: 0!important;}
	.mr-10-s {margin-bottom: 10px!important;}
	.mr-20-s {margin-bottom: 20px!important;}
	.mr-30-s {margin-bottom: 30px!important;}
	.mr-40-s {margin-bottom: 40px!important;}
	.mr-50-s {margin-bottom: 50px!important;}
	.mr-75-s {margin-bottom: 75px!important;}
	.mr-100-s {margin-bottom: 100px!important;}
	.mr-125-s {margin-bottom: 125px!important;}
	.mr-150-s {margin-bottom: 150px!important;}

	.ml-0-s {margin-left: 0!important;}
	.ml-10-s {margin-left: 10px!important;}
	.ml-20-s {margin-left: 20px!important;}
	.ml-30-s {margin-left: 30px!important;}
	.ml-40-s {margin-left: 40px!important;}
	.ml-50-s {margin-left: 50px!important;}
	.ml-75-s {margin-left: 75px!important;}
	.ml-100-s {margin-left: 100px!important;}
	.ml-125-s {margin-left: 125px!important;}
	.ml-150-s {margin-left: 150px!important;}

	.mr-0-s {margin-right: 0!important;}
	.mr-10-s {margin-right: 10px!important;}
	.mr-20-s {margin-right: 20px!important;}
	.mr-30-s {margin-right: 30px!important;}
	.mr-40-s {margin-right: 40px!important;}
	.mr-50-s {margin-right: 50px!important;}
	.mr-75-s {margin-right: 75px!important;}
	.mr-100-s {margin-right: 100px!important;}
	.mr-125-s {margin-right: 125px!important;}
	.mr-150-s {margin-right: 150px!important;}

	.pt-0-s {padding-top: 0!important;}
	.pt-10-s {padding-top: 10px!important;}
	.pt-20-s {padding-top: 20px!important;}
	.pt-30-s {padding-top: 30px!important;}
	.pt-40-s {padding-top: 40px!important;}
	.pt-50-s {padding-top: 50px!important;}
	.pt-75-s {padding-top: 75px!important;}
	.pt-100-s {padding-top: 100px!important;}
	.pt-125-s {padding-top: 125px!important;}
	.pt-150-s {padding-top: 150px!important;}

	.pb-0-s {padding-bottom: 0!important;}
	.pb-10-s {padding-bottom: 10px!important;}
	.pb-20-s {padding-bottom: 20px!important;}
	.pb-30-s {padding-bottom: 30px!important;}
	.pb-40-s {padding-bottom: 40px!important;}
	.pb-50-s {padding-bottom: 50px!important;}
	.pb-75-s {padding-bottom: 75px!important;}
	.pb-100-s {padding-bottom: 100px!important;}
	.pb-125-s {padding-bottom: 125px!important;}
	.pb-150-s {padding-bottom: 150px!important;}

	.pr-0-s {padding-bottom: 0!important;}
	.pr-10-s {padding-bottom: 10px!important;}
	.pr-20-s {padding-bottom: 20px!important;}
	.pr-30-s {padding-bottom: 30px!important;}
	.pr-40-s {padding-bottom: 40px!important;}
	.pr-50-s {padding-bottom: 50px!important;}
	.pr-75-s {padding-bottom: 75px!important;}
	.pr-100-s {padding-bottom: 100px!important;}
	.pr-125-s {padding-bottom: 125px!important;}
	.pr-150-s {padding-bottom: 150px!important;}

	.pl-10-s {padding-left: 10px!important;}
	.pl-0-s {padding-left: 0!important;}
	.pl-20-s {padding-left: 20px!important;}
	.pl-30-s {padding-left: 30px!important;}
	.pl-40-s {padding-left: 40px!important;}
	.pl-50-s {padding-left: 50px!important;}
	.pl-75-s {padding-left: 75px!important;}
	.pl-100-s {padding-left: 100px!important;}
	.pl-125-s {padding-left: 125px!important;}
	.pl-150-s {padding-left: 150px!important;}

	.pr-0-s {padding-right: 0!important;}
	.pr-10-s {padding-right: 10px!important;}
	.pr-20-s {padding-right: 20px!important;}
	.pr-30-s {padding-right: 30px!important;}
	.pr-40-s {padding-right: 40px!important;}
	.pr-50-s {padding-right: 50px!important;}
	.pr-75-s {padding-right: 75px!important;}
	.pr-100-s {padding-right: 100px!important;}
	.pr-125-s {padding-right: 125px!important;}
	.pr-150-s {padding-right: 150px!important;}
	
	.padding-mobile-20 {padding:20px!important;}
}

div.hide {
    display: none !important;
}

.container_wrap {
    border: none!important;
}

.avia_playpause_icon {
    transform: scale(1);
    border-radius: 100px;
    border: 4px solid #e07d54!important;
	background: #ffffffe8;
}

#top .avia_playpause_icon:before {
    left: 8px;
    line-height: 100px;
    font-size: 65px;
	color: #e07d54;
}

a {
	transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

p a, p a strong, p strong a, .avia_textblock li a {
    font-weight: 400;
    color: #d97c50 !important;
    text-decoration: underline;
	transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

p a:hover, p a:hover strong, p strong a:hover {
    text-decoration-style: double;
}

.avia-image-container.av-img-linked {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    opacity: 1;
}

.avia-image-container.av-img-linked:hover {
    opacity: 0.85;
}

.avia-section {
    background-size: cover;
}

.avia-shadow {
    box-shadow: none;
    border: none;
}

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

ol {
    margin-left: 0;
}

li {break-inside: avoid-column;}

p:last-child {
    margin-bottom: 0;
}

p:first-child {
    margin-top: 0;
}

#scroll-top-link, #av-cookie-consent-badge {
    color: #555555;
}

.special-list ul, .content-list ul {
    list-style: none!important;
    padding: 0!important;
    margin: 20px 0 0 0;
}

.special-list.centered-list ul, .content-list ul.centered-list {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.special-list ul li, .content-list ul li {
    line-height: 1.5em;
    margin-left: 50px;
    position: relative;
    margin-bottom: 5px;
	margin-left: 18px;
}

.special-list ul li:last-child, .content-list ul li:last-child {
    margin-bottom: 0!important;
}

.content-list ul li:before {
    content: "\e812";
    position: absolute;
    left: -25px;
    color: #254EA2;
    border-radius: 100%;
    text-align: center;
    font-weight: bold;
    font-family: 'entypo-fontello';
	font-size: 20px;
}

.special-list ul li:before {
    content: "";
    position: absolute;
    left: -22px;
    background: #d97c50;
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    top: 12px;
}

.big-list-numbers.two-columns {
    column-count: 2;
    column-gap: 30px;
    column-fill: balance;
    -webkit-column-break-inside: avoid;
}

.big-list-numbers.two-columns li::marker {
    color: #b5132c!important;
    font-size: 45px;
    font-weight: 700;
}

.big-list-numbers ol {
    list-style: none;
    counter-reset: css-counter 0;
}

.big-list-numbers ol li {
    counter-increment: css-counter 1;
    position: relative;
    padding-left: 75px;
    line-height: 1.3em;
  	margin-bottom: 20px;
}

.big-list-numbers ol li:before {
    content: counter(css-counter) ". ";
    font-size: 55px;
    font-weight: 700;
    color: #8c9ba8;
    position: absolute;
    left: -10px;
    top: 15px;
    text-align: right;
    width: 70px;
}
.special-list.mt-0 ul {margin-top: 0!important;}

.gradient-gray {
	background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%)!important;
}

.gradient-gray-invert {
	background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%)!important;
}

.pop p, .pop p strong, .pop li {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 500;
    color: #3f3f3f;
}

.pop h3 {
    font-size: 30px!important;
	margin-bottom: 0;
}

.pop h2 {
    font-size: 40px!important;
	margin-bottom: 0;
}

.pop.special p {
    font-family: 'Kanit';
    font-size: 40px;
    color: #d97c50 !important;
    letter-spacing: normal !important;
    margin-bottom: 30px;
    line-height: 1.1em;
    font-weight: 500;
}

.flex_column, .flex_cell {
  background-size: cover !important;
}

.shadow-top {box-shadow: inset 0px 70px 40px -30px #00000017;}
.shadow-bottom {box-shadow: inset 0px -70px 40px -30px #00000017;}

.invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h5, .invert p, .invert strong, .invert a, .invert i, .invert div, .invert .avia-testimonial-meta, .invert .avia-testimonial-meta span {
    color: #fff!important;
}

.invert a {
    color: #d8d8d8!important;
    font-weight: normal!important;
}

.invert a:hover {
    opacity: 0.8;
}

.limited-width-1050, .limited-width-950, .limited-width-850, .limited-width-750, .limited-width-600 {
	display:block!important;
	margin-left:auto!important;
	margin-right:auto!important;
	float:none!important;
}

.limited-width-1050 {max-width:1050px;}
.limited-width-950 {max-width:950px;}
.limited-width-850 {max-width:850px;}
.limited-width-750 {max-width:750px;}
.limited-width-600 {max-width:600px;}

a.cmplz-show-banner {
    cursor: pointer;
}

#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 20px;
}

strong {
    font-weight: 500;
}

p a {
    color: #d97c50 !important;
}

.orange h1, .orange h2 {
    color: #d97c50 !important;
}

@media screen and (min-width: 991px) {
	.special-list.double ul {
    column-count: 2;
	}
}

@media screen and (max-width: 990px) {
	.no-background-mobile {background-image: none!important;
	}
}

@media screen and (max-width: 767px) {
	.content {
    padding-top: 20px;
    padding-bottom: 20px;
	}
	.flex_column {
    transform: none!important;
	}
	.avia-section {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
	background-size: cover;
	}
	.avia-section-huge .content, .avia-section-huge .sidebar, .avia-section-large .content, .avia-section-large .sidebar {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
	}
	.pop h2 {
    font-size: 25px!important;
	letter-spacing: normal!important;
	}
	.avia-testimonial {
    padding: 0px 10px!important;
	}
	.flex_column.shadow-box:last-child {
    margin-bottom: 0!important;
	}
	.avia_playpause_icon {
    transform: scale(0.7);
	}
	.responsive #scroll-top-link {
    display: block;
	opacity: 0.85;
    right: 10px!important;
    bottom: 72px!important;
    }
	.pop.special p {
    font-size: 30px;
	}
}

@media screen and (max-width: 550px) {
	.flex_column.shadow-box {
    border-width: 1px!important;
    box-shadow: none;
    padding: 10px;
	}
	.flex_column.shadow-box h3 {
    font-size: 24px;
    letter-spacing: normal!important;
	}
	.pop p, .pop p strong, .pop li {
    font-size: 20px;
	}
	.avia-slideshow-arrows {
    display: block;
	}
}


/* BUTTONS */

.avia-button, .invert .avia-button, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit], input[type="submit"], #submit, .button {
    background: #e07d54 !important;
    border-radius: 3px !important;
    padding: 10px 20px !important;
    font-family: inherit;
    text-transform: none !important;
    font-size: 19px !important;
    font-weight: 300 !important;
    letter-spacing: normal;
    margin-top: 30px !important;
    border: 3px solid #e07d54 !important;
    height: auto !important;
    line-height: 1.4em !important;
    text-align: center !important;
    color: #fff !important;
	font-family: "Kanit;
}

.invert .avia-button, .avia-buttonrow-wrap .avia-button:last-child {
    background: #ffffff91 !important;
    border: 3px solid #e07d54 !important;
    color: #e07d54 !important;
}

.avia-button:hover, .invert .avia-button:hover, .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover, input[type="submit"]:hover, #submit:hover, .button:hover {
    opacity: 0.9;
}

.outline .avia-button {
    background: transparent!important;
    border: 3px solid #e07d54!important;
    color: #e07d54!important;
}

.outline.grau .avia-button {
    border: 3px solid #555555!important;
    color: #555555!important;
}

.outline .avia-button:hover {
    background: #e07d54!important;
    border: 3px solid #e07d54!important;
    color: #fff!important;
	opacity: 1;
}

.outline.grau .avia-button:hover {
    background: #555!important;
    border: 3px solid #555!important;
    color: #fff!important;
	opacity: 1;
}

.invert .avia-button {
    background: transparent!important;
    border: 2px solid #ffffff!important;
	color: #fff!important;
}

.invert .avia-button:hover {
    background: #ffffff !important;
    border: 3px solid #ffffff !important;
    color: #465fa5 !important;
}

.invert .iconbox a {
    color: #ffffff !important;
    font-weight: normal !important;
}

#searchsubmit, .ajax_load {
    padding: 0!important;
    margin: 0!important;
	border-radius: 0!important;
}

.min-300 {min-height: 300px;}
.min-450 {min-height: 450px;}

.mt-0 .avia-button {margin-top: 0!important;}

/* QUICKMENU */

.side-links {
    height: 0!important;
    min-height: 0;
}

.mod_quickmenu {
    position: fixed;
    top: 200px;
    right: 5px;
    z-index: 100;
}

.mod_quickmenu li {
    display: block;
    float: right;
    clear: right;
    transition-property: margin-top;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.mod_quickmenu li a {
    color: #ffffff!important;
    box-shadow: none;
    width: 55px;
    border-radius: 8px 0 0 8px;
    margin-bottom: 2px;
    display: block;
    overflow: hidden;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    white-space: nowrap;
    background: #000000;
    height: 55px;
    vertical-align: middle;
    line-height: 52px;
    font-size: 18px;
    font-weight: 600;
}
.mod_quickmenu li a:hover {
    width: -moz-fit-content;
	width: fit-content;
    padding-right: 20px;
}
.mod_quickmenu li a:before {
    color: #ffffff;
    font-size: 30px;
    font-family: 'entypo-fontello';
    line-height: 20px;
    padding-left: 3px;
    position: relative;
    top: 4px;
    width: 50px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
}
.mod_quickmenu .icon:before {
    font-family: entypo-fontello;
}
.mod_quickmenu .icon.location:before {
    content: "\e842";
}
.mod_quickmenu .icon.email:before {
   content: "\e805";
}

.mod_quickmenu .icon.telefon:before {
   content: "\e854";
}

.mod_quickmenu .icon.calendar:before {
   content: "\e85b";
}


@media screen and (max-width:768px) {
	.mod_quickmenu {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #254ea2;
    box-shadow: 0 -5px 20px #00000042;
    border-top: 2px solid #254ea2!important;
	}
	.mod_quickmenu ul {
    margin: 0!important;
	}
	.mod_quickmenu li {
    width: calc(50% - 4px)!important;
    display: inline-block;
    float: none;
    background: transparent;
    border-right: 1px solid #fff!important;
    padding: 0!important;
    margin: 0!important;
    vertical-align: middle;
	}
	.mod_quickmenu li a {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    border: none!important;
    font-size: 0;
    width: 100%;
    background: transparent;
    position: relative;
	}
	.mod_quickmenu li:last-child {
    border-right: none!important;
	}
	.mod_quickmenu li a:hover {
    width: 100%;
    padding-right: 0;
	}	
	.mod_quickmenu li a:last-child {
    border-right: none;
	}
	.mod_quickmenu .icon:before {
    padding-left: unset!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
    position: absolute;
    line-height: 45px;
    font-size: 30px;
    color: #fff;
	}
	.mod_quickmenu ul {
    height: 55px;
	}
}

/* FORMS */

.nf-form-content {
    max-width: 100%!important;
}

.nf-form-content {
    padding: 0!important;
}

.nf-form-fields-required {
    font-size: 18px!important;
    padding-left: 0!important;
}

.nf-field-description, .nf-field-description p, .nf-field-description a {
    margin: 0!important;
    font-size: 16px!important;
    line-height: 1.5em!important;
    float: none;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
}

.nf-field-description a {
	font-weight: 500;
	color: #e07d54!important;
}

.nf-field-element p, .nf-field-element a, .nf-field-element strong, .nf-field-element li, .nf-form-content label, .nf-form-content label strong, .nf-error-msg, .ninja-forms-req-symbol {
    font-size: 18px;
    font-weight: 500 !important;
    letter-spacing: normal !important;
    font-size: 18px !important;
}

.nf-error-msg, .nf-error .nf-error-msg {
    font-family: 'Kanit','Helvetica Neue',Helvetica,Arial,sans-serif;
    margin-bottom: 0!important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.nf-error.field-wrap .nf-field-element:after {
    top: 9px!important;
    right: 10px!important;
    height: 38px!important;
    width: 40px!important;
    line-height: 40px!important;
    border-radius: 100px!important;
}

.nf-field .html-wrap p, .nf-field .html-wrap a {
    margin-top: 0;
    font-size: 15px;
}

.nf-form-content input[type=submit] {
    margin-top: 0!important;
}

.nf-form-hp label {
    font-weight: 400 !important;
    font-size: 18px !important;
}

.nf-form-hp input {
    margin-top: 10px !important;
}

.nf-field-container.label-hidden .nf-field-label {
    display: none;
}

.nf-field-container {
    margin-bottom: 20px!important;
}

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    margin-bottom: 0;
}

::placeholder, ::-webkit-input-placeholder, ::-ms-input-placeholder, ::-moz-placeholder {
    color: #959595!important;
}

.checkbox-container.label-right .field-wrap {
    display: block!important;
}

.checkbox-container.label-right .field-wrap .nf-field-label, .checkbox-container.label-right .field-wrap .nf-field-element {
    display: inline-block;
}

.nf-form-fields-required {
    font-size: 18px;
    padding-left: 12px;
}

.nf-response-msg {
    padding: 30px;
    font-size: 18px;
    margin-bottom: 50px !important;
    border: 1px solid #f4f4f4 !important;
    border-bottom: 5px solid #d97c50 !important;
    background: rgb(242, 242, 242) !important;
    /* background: linear-gradient(0deg, rgb(230 230 230) 0%, rgb(255 255 255) 100%) !important; */
    font-weight: 400 !important;
    line-height: 1.4em;
    font-weight: 600 !important;
    color: #3366b2;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 30px 50px -30px #00000096;
    margin-top: 25px;
}

.nf-response-msg h3 {
    color: #d97c50;
    font-size: 24px;
    font-weight: 400;
}

.nf-response-msg p, .invert .nf-response-msg p {
    color: #808080!important;
	font-weight: 400!important;
}

.nf-before-form-content {
    display: block;
	margin-bottom: 15px;
}

#top textarea {
    min-height: 160px!important;
}

.formfield label {
    font-weight: 500!important;
}

.formfield .erklaerung, .formfield .erklaerung a {
    font-size: 15px;
    line-height: 1.3em;
}

.formfield {
    margin-bottom: 20px;
}

::placeholder {
    color: #000 !important;
    font-weight: 400;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select, #top #s {
    font-family: 'Kanit','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    color: #6d6d6d;
    font-weight: 300;
	padding: 13px 15px;
    height: auto;
}

.nf-response-msg:empty {
  display: none;
}

@media screen and (min-width:768px) {
	.formfield.one-third {
    width: calc(33% - 20px);
    display: inline-block;
    margin-right: 30px;
	}
  	.formfield.one-third.last {
    margin-right: 0;
	}
  	.formfield.one-half {
    width: calc(50% - 30px);
    display: inline-block;
    margin-right: 30px;
	}
  	.formfield.one-half.last {
    margin-right: 0;
	}
}

/* SHADOW BOXES & LINK BOXES */

.flex_column.shadow-box {
    padding: 30px;
    box-shadow: 0 8px 30px -15px #00000069;
    border-radius: 8px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: rgb(244, 244, 244);
    background: linear-gradient(133deg, rgb(234 234 234) 0%, rgba(255, 255, 255, 1) 100%);
    border: 3px solid #fff;
}

.av-layout-tab .flex_column.shadow-box {
    box-shadow: 0 8px 30px -15px #00000069;
    background: rgb(255 255 255);
    background: linear-gradient(180deg, rgb(250 250 250) 0%, rgba(255, 255, 255, 1) 100%);
    border: 2px solid #db7c50;
}

.flex_column.shadow-box.av-column-link:hover {
    box-shadow: 0 25px 60px -25px #00000085;
}

.flex_column.shadow-box img {
    /* max-height: 100px; */
    width: auto;
}

.flex_column.shadow-box h3 {
    color: #e07d54 !important;
    /* margin-top: 25px; */
    font-size: 22px;
}

.flex_column.link-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
	margin-bottom: 50px!important;
}

.flex_column.link-box .avia_textblock {
    padding: 15px 30px 50px 30px;
}

.flex_column.link-box h3 {
    color: #4568b6;
}

.flex_column.link-box ul, .flex_column.link-box li {
    list-style: none;
    padding: 0;
    margin: 0;
	line-height: 2em;
}

.flex_column.link-box li:before {
    content: "\e875"!important;
    font-family: entypo-fontello;
    margin-right: 7px;
    text-shadow: 6px 0px transparent;
    font-size: 16px;
    transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    color: #3d67b4;
    font-weight: bold!important;
}

.flex_column.link-box .avia-button {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    white-space: nowrap;
}

/* ICON BOXES */

.iconbox {
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    margin-bottom: 15px;
    display: block;
}

.iconbox_icon {
    background: #d97c50;
    color: #fff !important;
    border: none;
    width: 42px !important;
    height: 42px !important;
    top: -8px !important;
    font-size: 20px;
    line-height: 38px !important;
    border: 2px solid #e07d54!important;
}

.iconbox_content_title {
    text-transform: none !important;
    color: #555555 !important;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    font-weight: 300;
    margin-left: 45px !important;
    margin-bottom: 6px !important;
    font-size: 20px !important;
}

.iconbox .iconbox_content .iconbox_content_title:hover {
    color: #d97c50 !important;
}

.framed-img .avia-image-container {
    border: 4px solid #fff;
    box-shadow: 0 3px 30px #0000003b;
    border-radius: 100%;
    transform: scale(0.9);
	width: fit-content;
}

.avia-timeline-container .av-milestone-icon-inner {
    color: #ffffff!important;
}

@media screen and (max-width: 767px) {
	.iconbox {
    margin-bottom: 25px;
	}
	.iconbox .iconbox_content_title {
    font-size: 1em;
    font-weight: 500;
    text-align: left;
    margin-left: 45px !important;
    margin-bottom: 0 !important;
	}
	.iconbox_icon {
    margin-bottom: 20px;
    margin: 2px auto !important;
    float: none !important;
    z-index: 9;
    position: absolute !important;
    top: -7px !important;
    left: -5px !important;
    }
}

/* FOOTER */

.custom-footer {
    background: #f4f4f4;
}

.custom-footer .av_font_icon {
    width: calc(32% - 15px);
	max-width: 50px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    animation: none !important;
    transform: none!important;
}

.custom-footer .av_font_icon a {
    color: #415c9f!important;
    display: inline-block;
    background: white;
    padding: 5px;
    border-radius: 8px;
	font-size: 30px!important;
}

.footer-contact-boxes {
    position: relative;
    margin-top: -75px;
    background: transparent;
    margin-bottom: 50px;
}

.footer-contact-boxes .flex_column {
    border-radius: 10px;
}

.footer-contact-boxes .iconbox {
    margin-bottom: 10px!important;
}

.footer-contact-boxes .iconbox_content_title {
    margin: 0 0 5px 0 !important;
    font-size: 24px !important;
}

@media screen and (max-width: 767px) {
	.custom-bottom .av_textblock_section, .custom-bottom .av_textblock_section p {
    text-align: left !important;
	}
}

@media screen and (max-width: 600px) {
	.custom-footer {
    background-image: none !important;
	}
}

/* REFERENZEN */

.avia-testimonial-meta .avia-testimonial-meta-mini, .avia-testimonial-meta .avia-testimonial-image {
    display: block !important;
    width: 100% !important;
    margin: 10px auto !important;
    float: none;
    text-align: center;
    height: 100% !important;
}

.avia-testimonial-content {
    max-width: 800px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.avia-slider-testimonials .avia-testimonial-content p {
    font-size: 20px;
    line-height: 1.5em;
}

#top .avia-testimonial-meta-mini {
    text-align: center!important;
    float: none!important;
	max-width: 500px;
}

.avia-testimonial-name {
    font-style: normal;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    font-size: 24px !important;
    font-weight: 400!important;
}

.avia-testimonial-subtitle {
    font-size: 16px;
	line-height: 1.5em;
}

#top .kunden-referenzen .avia-slideshow-arrows a {
	width: 60px;
    height: 55px;
    line-height: 55px;
    font-size: 35px !important;
    top: 30% !important;
    width: 30px !important;
    opacity: 1 !important;
}

/* ACCORDIONS */

.toggler {
    background: #efefefb5!important;
    margin-bottom: 5px!important;
    border-bottom: 2px solid #ccc!important;
    padding: 20px 60px 20px 20px!important;
    line-height: 1.4em!important;
    border-top: none!important;    font-size: 20px!important;
    color: #000!important;
	font-weight: 500;
}

.toggle_icon {
    width: 25px!important;
    height: 25px!important;
    right: 20px;
    margin-top: -12px!important;
    border-width: 2px;
}

.toggle_icon, .vert_icon, .hor_icon {
    border-color: #000!important;
}

.toggler.activeTitle {
    color: #ffffff!important;
    border-bottom-color: #fff!important;
    background: #d97c50!important;
    margin-bottom: 0!important;
}

.toggler.activeTitle .toggle_icon, .toggler.activeTitle .vert_icon, .toggler.activeTitle .hor_icon {
    border-color: #fff !important;
}

.toggle_content {
    box-shadow: inset 0 16px 20px -20px #00000059;
	margin-bottom: 5px!important;
	font-size: 18px!important;
    line-height: 1.4;
    padding: 25px!important;
}

.accordion-button .toggler {
    background: transparent !important;
    border: 3px solid #555 !important;
    padding: 15px 60px 15px 20px !important;
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 300;
    border-radius: 3px !important;
    width: fit-content;
}

.accordion-button .toggler.activeTitle {
    color: #d97c50 !important;
    border: none !important;
    background: transparent !important;
    margin-bottom: 0 !important;
    width: 100%;
    border-radius: 3px 3px 0 0 !important;
    border-bottom: 3px solid #d97c50 !important;
    border-top: 3px solid #d97c50 !important;
    padding-left: 0 !important;
	/* font-size: 0px !important; */
}

/* .accordion-button .toggler.activeTitle:before {
	content: "weniger Infos anzeigen";
	font-size: 20px !important;
	line-height: 1.4em;
} */

.accordion-button .toggler.activeTitle .toggle_icon, .accordion-button .toggler.activeTitle .vert_icon, .accordion-button .toggler.activeTitle .hor_icon {
    border-color: #d97c50 !important;
	transition: none!important;
}

.accordion-button .toggle_content {
    box-shadow: none;
    padding: 20px 0 0 0 !important;
    background: transparent !important;
    border: none !important;
}

.toggle_content h4 {
    font-size: 20px;
    font-weight: 400;
}

/* SECTIONS */

.flex_cell {
    min-height: 300px;
}

.header-subpage .flex_cell {
    min-height: 250px;
}

.flex_cell_inner {
    z-index: 99;
}

.auto {background-size: auto!important;}
.contain, .contain .flex_cell {background-size: contain!important;}
.cover, .cover .flex_cell {background-size: cover!important;}
.auto, .auto .flex_cell {background-size: auto!important;}


@media only screen and (max-width: 1380px) {
	.limited-grid, .avia-section.limited-section {
  	width: 100%;
  	max-width: 100%;
  	margin: 0 auto;
  	padding-left: 0;
  	padding-right: 0;
  	float: none;
	}
	.flex_cell {
    padding: 50px;
	}
}

@media screen and (min-width:1381px) {
	.limited-grid .flex_cell {
    padding: 0;
	}
	.limited-grid .flex_cell_inner {
    max-width: 700px;
    padding: 75px 50px;
	}
	.flex_cell:first-child .flex_cell_inner {
    margin-right: 0;
    margin-left: auto;
	}
  	.limited-grid .flex_cell.avia-builder-el-first .flex_cell_inner {
    margin-right: 0 !important;
    margin-left: auto !important;
	}
	.limited-grid .flex_cell.av_three_fifth .flex_cell_inner {
    max-width: 860px;
	}
	.limited-grid .flex_cell.av_two_fifth .flex_cell_inner {
    max-width: 480px;
	}
}

@media screen and (max-width:768px) {
	.flex_cell {width: 100%!important; display: block;}
	.flex_cell:first-child {padding-left: 50px;}
	.flex_cell:last-child {padding-right: 50px;}
	.flex_cell.column-img {
    padding-bottom: 75px;
	}
	.flex_column_table {
    margin-top: 0!important;
	}
	.av_textblock_section + .flex_column_table {
    margin-top: 30px!important;
	}
	.flex_column.shadow-box {
	margin-bottom: 30px!important;	
	}
}

@media screen and (max-width: 500px) {
	.header-subpage .flex_cell {
    min-height: 150px;
	}
}

/* VIDEO */

.avia-video, .avia-video iframe, .avia-video video {
    background-color: #d6d6d6;
}

.avia_video .mejs-overlay-button {
    transform: scale(1.2);
	opacity: 0;
	transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}

.avia_video:hover .mejs-overlay-button {
    opacity: 1;
}

.no-icon .avia_video .mejs-overlay-button {display: none;}

/* ICON CIRCLE */

.methoden .avia-icon-circles-main-logo {
    opacity: 1 !important;
}

.methoden .avia-icon-circles-main-logo img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 100%;
    overflow: hidden;
}

.methoden .avia-icon-circles-icon-text .icon-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0.5px;
    color: #000;
}

.methoden .avia-icon-circles-icon-text .icon-description {
    font-size: 20px;
    padding-right: 30px;
    padding-left: 30px;
	line-height: 1.1em;
}

.methoden .avia-icon-circles-icon-text .icon-description h3 {
    font-size: 24px;
    font-weight: 500;
}

.methoden .avia-icon-circles-icon-text-1 {
    background: rgb(175 210 255 / 80%);
}

.methoden .avia-icon-circles-icon-text-2 {
    background: rgb(217 147 110 / 80%);
}

.methoden .avia-icon-circles-icon-text-3 {
    background: rgb(192 213 189 / 80%);
}

.methoden .avia-icon-circles-icon-text-inner:before {
    content: "";
    background: #ffffffd1;
    height: 80%;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    filter: blur(70px);
    border-radius: 100%;
    z-index: -1;
}

.avia_start_animation .avia-icon-circles-inner {
    border-color: #eaeaea;
    border-width: 3px;
	transition: none!important;
}

.methoden .avia-icon-circles-icon {
    border-width: 3px !important;
	line-height: 56px;
    font-size: 26px;
	animation: pulse 3s;
	animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0px 0px 0px 9px #00000000;
    }
	
	40% {
        box-shadow: 0px 0px 0px 14px #0000000a;
    }

    70% {
        box-shadow: 0px 0px 0px 14px #0000000d;
    }
	
	100% {
        box-shadow: 0px 0px 0px 9px #00000000;
    }
}

.methoden .avia-icon-circles-icon:hover, .methoden .avia-icon-circles-icon.active {
    border: 3px solid #eaeaea !important;
	color: #eaeaea!important;
	animation: none;
}

.methoden .icon-description a {
    color: #000000 !important;
}

.methoden .icon-description a:before {
    content: "\e875";
    font-family: entypo-fontello;
    margin-right: 6px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    text-shadow: 4px 0px #000000;
    font-size: 14px;
    color: #000000;
    font-weight: 100;
    position: relative;
    left: 0;
}

.methoden .icon-description a:hover {
	color: #e07d54 !important;
}

.methoden .icon-description a:hover:before {
    margin-right: 9px;
	color: #e07d54 !important;
	text-shadow: 4px 0px #e07d54;
}

/* TABS */

.shadow-tabs {
    max-width: 1500px;
    display: block;
    margin: 0 auto;
    padding: 0 50px;
	overflow: visible!important;
}

.shadow-tabs .av-tab-section-tab-title-container {
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    overflow: visible !important;
    padding: 0 50px;
    width: calc(100% + 16px) !important;
    min-width: unset !important;
    left: -5px !important;
}

.shadow-tabs .av-tab-section-outer-container {
    overflow: visible !important;
	max-height: unset !important;
}

.shadow-tabs a.av-section-tab-title {
    flex-grow: 1;
    text-align: center;
    padding: 30px !important;
    box-shadow: 0 -20px 30px -30px #0000003d;
    border-radius: 8px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: rgb(244, 244, 244);
    background: linear-gradient(180deg, rgb(234 234 234) 0%, rgba(255, 255, 255, 1) 100%);
    border: 3px solid #fff;
    margin: 0 5px;
	opacity: 0.7;
}

.shadow-tabs a.av-section-tab-title.av-active-tab-title {
    box-shadow: 0 -20px 40px -25px #0000006b;
    background: linear-gradient(180deg, rgb(234 234 234) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 9;
    border-radius: 8px 8px 0 0;
	opacity: 1;
}

.shadow-tabs a.av-section-tab-title:hover {
    box-shadow: 0 -20px 40px -25px #0000006b;
    background: linear-gradient(180deg, rgb(234 234 234) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 8px 8px 0 0;
	opacity: 1;
}

.shadow-tabs a.av-section-tab-title .av-tab-section-image {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.shadow-tabs a.av-section-tab-title .av-outer-tab-title {
    display: block;
    width: 100%;
}

.shadow-tabs a.av-section-tab-title .av-outer-tab-title .av-inner-tab-title {
    text-align: center;
    display: inline-block;
    width: 100%;
    text-transform: none;
    color: #555;
    font-size: 22px;
    font-weight: 400;
	height: unset;
}

.shadow-tabs a.av-section-tab-title.av-active-tab-title .av-outer-tab-title .av-inner-tab-title {
    color: #d97c50;
}

.shadow-tabs .av-layout-tab-inner {
    max-width: 1400px;	
	width:100%!important;
}

.shadow-tabs .av-tab-section-inner-container {
    position: relative;
    top: -5px;
    transform: none !important;
    padding: 0 50px;
    width: 100% !important;
    display: block;
    margin: 0 auto;
}

.shadow-tabs .av-layout-tab {
    padding: 40px 30px !important;
    box-shadow: 0 -8px 30px -15px #00000069;
    border-radius: 8px;
    background: rgb(244, 244, 244);
    background: linear-gradient(360deg, rgb(234 234 234) 0%, rgba(255, 255, 255, 1) 100%);
    border: 3px solid #fff;
    border-top: 4px solid #d97c50;
    width: calc(100% + 6px);
    /* max-width: 1300px !important; */
    display: none;
    /* width: 100% !important; */
}

.shadow-tabs .av-layout-tab.av-active-tab-content {
	display: block!important;
}

.shadow-tabs .av-layout-tab .container {
    padding: 0!important;
}

.shadow-tabs .av-layout-tab h2 {
    color: #d97c50;
    margin-bottom: 30px;
}

.shadow-tabs .av-layout-tab h3 {
    font-weight: 300;
}

.shadow-tabs .av-tab-arrow-container {
    display: none;
}

.shadow-tabs h2 {
    font-size: 30px;
}

@media screen and (max-width: 1300px) {
	.shadow-tabs .av-tab-section-tab-title-container, .shadow-tabs .av-tab-section-inner-container {
    padding: 0;
	}
}

@media screen and (max-width: 990px) {
	.shadow-tabs .av-tab-section-tab-title-container {
    padding: 0;
	}
	.shadow-tabs a.av-section-tab-title {
    padding: 20px !important;
	}
	.shadow-tabs a.av-section-tab-title .av-outer-tab-title .av-inner-tab-title {
    font-size: 18px;
	hyphens: auto;
	}
	.shadow-tabs a.av-section-tab-title .av-outer-tab-title .av-inner-tab-title br {
    display: none!important;
	}
	.shadow-tabs .av-tab-section-inner-container {
    margin: 0 5px;
    width: calc(100% - 10px) !important;
	}
	.shadow-tabs .av-layout-tab .container {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
	}
}

@media screen and (max-width: 600px) {
	.shadow-tabs {
    padding: 0;
    max-width: 85%;
    width: 85%;
	}
	.shadow-tabs .av-tab-section-tab-title-container {
    padding: 0;
	display: block;
	}
	.shadow-tabs .av-layout-tab {
    padding: 20px!important;
    box-shadow: 0 20px 30px -25px #00000069;
    border-radius: 0 0 8px 8px;
    border: none;
    border-bottom: 2px solid #fff;
	}
	.shadow-tabs a.av-section-tab-title {
    display: flex !important;
    flex-wrap: nowrap;
	align-items: center;
    text-align: left !important;
	padding: 10px 20px !important;
	position: relative;
	}
	.shadow-tabs a.av-section-tab-title.av-active-tab-title:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #d27b4b;
    left: 0;
    position: absolute;
	}
	.shadow-tabs a.av-section-tab-title .av-inner-tab-title {
    text-align: left !important;
    margin: 0 0 0 20px!important;
	padding-right: 20px;
	}
	.shadow-tabs a.av-section-tab-title .av-tab-section-image {
    max-height: 50px;
	}
	.shadow-tabs h2 {
    font-size: 24px;
    font-weight: 500;
	}
	.shadow-tabs a.av-section-tab-title.av-active-tab-title .av-outer-tab-title .av-inner-tab-title {
    color: #000000;
	}
}

/* BEFORE-AFTER SECTION */

/* .before-after .container:after {
    content: "" !important;
    display: block;
    height: 100% !important;
    clear: both;
    visibility: visible;
    width: 50px;
    height: 100%;
    border-top: 160px solid transparent;
    border-bottom: 160px solid transparent;
    border-left: 60px solid #e07d54;
    box-shadow: inset -12px 0 4px 6px #000;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) !important;
} */

.before-after, .before-after .container {
    position: relative;
}

@media screen and (min-width: 990px) {
	.before-after .flex_cell:first-child {
	border-right: 3px solid #fff;
	}
}

/*
.before-after:before {
    content: "" !important;
    position: absolute !important;
    visibility: visible !important;
    background: rgb(224 125 84);
    background: linear-gradient(12deg, rgb(224 125 84 / 21%) 0%, rgba(255, 255, 255, 0) 100%);
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: skewX(10deg) translateX(-102%);
}

.before-after:after {
    content: "" !important;
    position: absolute !important;
    visibility: visible !important;
    background: rgb(223, 223, 223);
    background: linear-gradient(167deg, rgb(224 125 84 / 21%) 0%, rgba(255, 255, 255, 0) 100%);
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: skewX(350deg) translateX(-102%);
}
*/

/* SIEGEL */

#top .wp-gr[data-layout="grid"] .grw-header-inner {
    margin: 0 !important;
}

/* BLOG */

.av-masonry-entry.category-video .av-inner-masonry {
    position: relative;
}

.av-masonry-entry.category-video .av-inner-masonry-content:after {
    content: "\f16a";
    font-family: entypo-fontello;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    font-size: 45px;
    color: #f60002;
    position: absolute;
    right: 20px;
    top: -45px;
    z-index: 99;
}
.av-masonry-entry.category-video .av-inner-masonry-content:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    right: 31px;
    top: -45px;
    z-index: 98;
    background: #fff;
}

.av-masonry-entry .av-masonry-entry-title {
    line-height: 1.1em;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
	transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

.av-masonry-entry:hover .av-masonry-entry-title {
    color: #d97c50;
}

.av-masonry-entry-content {
    font-weight: 100;
}

/* .av-masonry-date {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: -200px;
    background: #d87c50;
    left: 0;
    padding: 10px;
    color: #fff !important;
    max-width: 60px;
    text-align: center;
    line-height: 1.15em;
} */

.av-masonry-entry .av-inner-masonry-content {
    padding: 65px 20px 20px 20px;
}

.av-masonry-date {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    background: #f7f7f7;
    padding: 12px 20px;
    text-align: left;
    line-height: 1.15em;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    left: 0;
    top: -20px;
    box-shadow: inset 0 -9px 20px -20px #000;
	color: #d97c50 !important;
}

.av-masonry-entry .av-inner-masonry {
    border: none !important;
	margin: 0!important;
}

img {pointer-events:none;}

.blog-teaser .av-masonry-entry.isotope-item.av-masonry-item-no-image {
    display: none;
}

.blog-teaser .av-masonry-entry {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    border: 1px solid #e2e2e2 !important;
    background: #f8f8f8 !important;
}

@media screen and (min-width: 768px) {
	.blog-teaser .av-masonry-container {
    display: flex;
    flex-wrap: wrap;
	}
	.blog-teaser .av-masonry-container {
    width: calc(100% + 5px);
	height: auto !important;
	}
	.blog-teaser .av-masonry-entry {
    margin: 0 20px 20px 0px;
    width: calc(33.3% - 20px);
	}
}

@media screen and (max-width: 1200px) {
	.av-masonry-entry .av-masonry-entry-title {
    line-height: 1.2em;
    font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.blog-teaser, .blog-teaser .av-masonry-container {
    width: 100%!important;
	}
	.blog-teaser .av-masonry-entry {
  	width: 100%!important;
    margin-bottom: 20px!important;
    }
	.av-masonry-entry .av-inner-masonry-content {
    padding: 60px 15px 15px 15px;
	}
	.av-masonry-image-container img {
    width: 100% !important;
	}
}

/* JAMEDA */

#top .widget-well[data-v-792ddf00] {
    box-shadow: 0 13px 20px 2px rgba(0, 0, 0, .05), 0 4px 16px rgb(0 0 0 / 17%)!important;
    max-width: 900px!important;
    border: 2px solid #bbc8b4!important;
}

.cmplz-consent-area {
    padding: 15px;
    border: 2px solid #d97c50 !important;
    border-radius: 5px;
    background: #ffffffcc;
    box-shadow: inset 0 0px 20px -20px #00000052, 0 20px 20px -20px #0000004f;
	transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

.cmplz-consent-area:hover {
    box-shadow: inset 0 13px 20px -20px #00000052, 0 20px 50px -20px #0000008a;
}

#top .btn-primary {
    background-color: #00c3a5!important;
    border-color: #00c3a5!important;
}