/*
	Theme Name: LEMONTEC THEME
	Theme URI: http://lemontec.at
	Description: WordPress Theme
	Version: 1.0
	Author: LEMONTEC
	Author URI: http://lemontec.at
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/




/*------------------------------------*\
    MAIN
\*------------------------------------*/

.logo, header nav a, .cta_button, .tax_carousel article, .tax_carousel article *, .carousel_nav li a, .footer_widget_wrapper li, .footer_widget_wrapper li a, .seminar_block_right .price, .seminar_block_right h2, .results article, .seminar_qube, .content_slidesow .flex-direction-nav li, .content_slidesow .flex-direction-nav li a, .trainer_list a, #burger, .gform_wrapper .button, .ginput_container_multiselect option, span.tooltip {
    transition: 0.3s ease;
}


body {
	font:300 15px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: 'Lato', sans-serif;
    padding-top: 81px !important;
    font-weight: 400;
	color:#757575;
	margin: 0;
	padding: 0;
}


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

a {
	color:#444;
	text-decoration:none;
}

a:hover,
a:active,
a:focus {
	outline:0;
    text-decoration: none;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

ul {
	list-style: none;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* TOGGLE SUBMENU */
.mobile_toggle {
    display: none;
}

.menu-item-has-children .mobile_toggle {
    display: none;
    font-size: 13px;
}

.mobile_toggle i {
    font-size: 20px;
}

.mobile_toggle.active i {
   transform: rotate(180deg);
}

#burger {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 16px;
    cursor: pointer;
    display: none;
}

header nav ul.sub-menu.active {
    display: block;
}

header nav a {
    font-size: 15px;
    color: #fff;
    padding: 30px 0.8vw;
    display: block;
}

header.sticky nav a {
    padding: 20px 0.9vw;
}

header nav a:hover, header nav a:focus, header nav li:hover {
    color: #fff;
    background-color: #005f88;
}

.logo {
    padding-top: 18px;
}

.sticky .logo {
    padding-top: 8px;
}

.logo:hover {
    opacity: 0.5;
}

header nav ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

header nav li {
    display: inline-block;
    position: relative;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background-color: #005f88;
    padding: 0;
    min-width: 200px;
    text-align: left;
}

.sub-menu li {
    display: block;
}

header .sub-menu li a {
    padding: 10px 0px 10px 15px;
    display: block;
    color: #d0d0d0;
}

.sub-menu li:hover a {
    background-color: #009fe3;
    color: #fff;
}

header nav li:hover .sub-menu {
    display: block;
}

.sub-menu li a:before {
    content: '\f105';
    font-family: FontAwesome;
    width: 17px;
    height: 17px;
    background-color: transparent;
    display: inline-block;
    border-radius: 90%;
    text-align: center;
    font-size: 13px;
    padding: 0;
    margin-right: 5px;
    text-indent: 1px;
    line-height: 17px;
    color: #fff;
}

.sub-menu li:hover a:before {
    background-color: #005f88;
}

/* ACCORDION */
.accordion ul {
    padding: 30px 15px;
    margin: 0;
}


button.accordion {
    background: transparent;
    cursor: pointer;
    padding: 7px 0 10px 50px;
    width: 100%;
    text-align: left;
    outline: none;
    position: relative;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-bottom: 0;
}

button.accordion.active {
    color: #7dbd22;
}

li:last-child button.accordion {
    border-bottom: 1px solid #ddd;
}

button.accordion:after {
    content: '\f067';
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 0px;
    color: #ddd;
    background-color: #f2f2f2;
    display: block;
    width: 41px;
    text-align: center;
    height: 41px;
    padding-top: 12px;
}


button.accordion.active:after {
    content: "\f068";
    color: #fff;
    background-color: #7dbd22;
}

.accordion .panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.accordion .panel p {
    line-height: 23px;
}

li:last-child .panel {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}

.accordion .panel.show {
    display: block;
    opacity: 1;
    max-height: 10000px;
}

/* ACF MAP */
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/* HEADER */
header {
    background-color: #009fe3;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

.content_header {
    height: 150px;
    background-size: cover;
    background-position: center;
    position: relative;
    filter: blur(5px);
    overflow: hidden;
}


.admin-bar header {
    top: 32px;
}

.header_slogan {
    font-size: 25px;
    background-color: #f2f2f2;
    padding: 25px 0;
}

.header_slogan strong {
    font-weight: 300;
}


.header_slogan a {
    float: right;
}

/* carousel */
.tax_carousel {
    padding: 15px;
    text-align: right;
}

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

.single_wrapper .tax_carousel span {
    display: block;
}

.tax_carousel article {
    background-color: #f2f2f2;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.tax_carousel article img {
    width: 100%;
}

.tax_carousel article strong {
    font-size: 17px;
    color: #484747;
    display: block;
    padding: 15px;
    text-align: center;
    font-weight: 300;
    min-height: 85px;
}

.single_wrapper .tax_carousel article strong {
    padding-bottom: 0;
}

.tax_carousel article a {
    font-size: 15px;
    display: block;
    text-align: center;
    padding-bottom: 15px;
    color: #a3a2a2;
}

.single_wrapper .tax_carousel article a {
    margin-top: 15px;
}

.single_wrapper .tax_carousel i {
    font-size: 13px;
    font-style: normal;
}

.tax_carousel li:hover article, .tax_carousel li:focus article {
    background-color: #7dbd22;
}

.tax_carousel li:hover article span {
    color: #fff;
}

.tax_carousel li:hover strong, .tax_carousel li:hover a, .tax_carousel li:hover strong ~ i {
    color: #fff;
}

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

.tax_carousel b {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: #7dbd22;
    display: inline-block;
    margin-bottom: 20px;
    width: 89.5%;
    text-align: left;
}

.carousel_nav {
    display: inline-block;
    width: 10%;
    text-align: right;
}

.single_wrapper .carousel_nav {
    display: none;
}

.carousel_nav li {
    display: inline-block;
}

.carousel_nav li a {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #d0d0d0;
    display: block;
    margin-left: 5px;
    text-align: center;
    font-size: 23px;
    line-height: normal;
}

.carousel_nav li a:hover {
    background-color: #7dbd22;
}

.tax_carousel .slider_icon {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 90%;
    margin: auto;
    padding-top: 5px;
    top: 70px;
    color: #7dbd22 !important;
    font-size: 25px;
    line-height: 27px;
}

.home .tax_carousel .slider_icon {
    padding-top: 9px;
}

.tax_carousel li:hover .slider_icon {
    opacity: 1;
}

/* CONTENT */
.filter_reset_btn {
    margin-bottom: 30px;
}

.cta_button, .gform_wrapper .button {
    font-size: 16px;
    color: #fff;
    background-color: #7dbd22;
    display: inline-block;
    padding: 8px 20px;
    font-weight: 400;
    border: 0;
}

.cta_button a {
    color: #fff;
}

.cta_button:hover, .cta_button:focus, .gform_wrapper .button:hover, .gform_wrapper .button:focus {
    background-color: #009fe3;
    color: #fff;
}

.cta_blue {
    background-color: #009fe3;
    margin-top: 10px;
    padding: 15px 20px;
    font-size: 20px;
}

.cta_blue:hover {
    background-color: #7dbd22;
}

.content_wrapper {
    background-color: #f2f2f2;
    padding: 40px 0;
}

.trainer_single_wrapper.content_wrapper {
    background: transparent;
}

.content_inner h1 {
    font-size: 30px;
    font-weight: 300;
    color: #484747;
}

.content_inner p {
    line-height: 23px;
}

.content_inner ul {
    padding: 0;
    display: inline-block;
    width: 100%!important;
}

.content_inner li:before, .accordion article ul li:before {
    content: '\f00c';
    display: inline-block;
    font-family: FontAwesome;
    color: #7dbd22;
    line-height: normal;
    padding: 7px;
}

/* FOOTER */
footer {
    background-color: #7dbd22;
    color: #fff;
    position: relative;
}

footer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 55px;
    background-color: #75b11f;
}

footer h3 {
    font-size: 16px;
    font-weight: 400;
    padding: 17px 0;
    display: block;
    margin: 0 0 17px;
}

.footer_widget_wrapper {
    padding-bottom: 40px;
}

.footer_widget_wrapper ul {
    padding: 0;
    margin: 0;
}

.footer_widget_wrapper li a:before {
    content: '\f105';
    font-family: FontAwesome;
    width: 17px;
    height: 17px;
    background-color: #66a013;
    display: inline-block;
    border-radius: 90%;
    text-align: center;
    font-size: 13px;
    padding: 0;
    margin-right: 5px;
    text-indent: 1px;
    line-height: 17px;
}

.footer_widget_wrapper li {
    margin-bottom: 10px;
}

.footer_widget_wrapper li a {
    color: #fff;
}

.footer_widget_wrapper li:hover a, .footer_widget_wrapper li:focus a {
    color: #000;
}

.footer_widget_wrapper li:hover a:before {
    background-color: #000;
    color: #fff;
}

.copyright {
    background-color: #333;
    padding: 25px 0;
    font-size: 13px;
    color: #969595;
}

/* SIDEBAR FILTER */
.filter_aside {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sidebar_filter {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar_filter li .headline {
    background-color: #7dbd22;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}

.sidebar_filter li.filter_active .headline {
    background-color: #009fe3;
}

.sidebar_filter li strong {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.sidebar_filter b {
    color: #7dbd22;
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

.sidebar_filter li strong:before {
    content: '\f105';
    font-family: FontAwesome;
    width: 17px;
    height: 17px;
    background-color: #000;
    display: inline-block;
    border-radius: 90%;
    text-align: center;
    font-size: 13px;
    padding: 0;
    margin-right: 10px;
    text-indent: 1px;
    line-height: 17px;
    color: #fff;
    top: -2px;
    position: relative;
}

.sidebar_filter li.filter_active strong:before {
    content: '\f107';
}

.filter_inner {
    margin-bottom: 30px;
}

.sidebar_filter .filter_inner {
    background-color: #f2f2f2;
    padding: 0 0 10px;
}

.sidebar_filter label {
    display: block;
    padding: 5px 10px;
}

.sidebar_filter label input {
    margin-right: 10px;
}

.sidebar_filter label input[type="checkbox"]:checked ~ span {
    font-weight: bold;
}

.alert_box b {
    font-size: 20px;
    display: block;
    font-weight: normal;
}

.alert_box {
    margin-top: 50px;
}

/* RESULTS */

.results {
    margin-top: 50px;
}

.seminar_qube {
    width: 160px;
    height: 160px;
    display: inline-block;
    vertical-align: top;
    background: #7dbd22;
    position: relative;
}

.seminar_qube span {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    text-align: center;
    right: 0;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    text-transform: uppercase;
}

.seminar_block_right {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    max-width: 565px;
}

.seminar_block_right p {
    margin-top: 0;
    word-wrap: break-word;
    max-height: 50px;
}

.seminar_block_right .price {
    background-color: #7dbd22;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
    padding: 5px 20px;
}

.seminar_block_right .price:hover {
    opacity: 0.5;
}

.seminar_block_right h2 {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
}

.seminar_block_right h2:hover {
    opacity: 0.5;
}

.seminar_block_right h2 span {
    color: #7dbd22;
}

.results article {
    background-color: #f2f2f2;
    margin-bottom: 15px;
    font-size: 14px;
    position: relative;
    max-height: 160px;
    overflow: hidden;
}

.results article:hover {
    background-color: #fff;
}

.results .seminar_details {
    padding: 0;
    margin: 0 30px 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.results .seminar_details:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    right: -20px;
    top: 0;
}

.results .seminar_details ~ .seminar_details:after {
    display: none;
}

.results .seminar_details li {
    margin-bottom: 10px;
    color: #484747;
}

.results .seminar_details li i {
    color: #7dbd22;
}

/* color handling */
.results article:hover {
    box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}

.results article:hover .seminar_qube, .results article:hover .price {
    background-color: #009fe3;
}

.results article:hover h2 span, .results article:hover .seminar_details li i {
    color: #009fe3;
}

.results .post_highlight .seminar_qube, .results .post_highlight .price {
    background-color: #d3d800 !important;
}

.results .post_highlight h2 span {
    color: #d3d800 !important;
}

.results .post_highlight li i {
    color: #7dbd22 !important;
}

/* locked post */
.results .post_locked .seminar_qube, .results .post_locked .price {
    background-color: #888 !important;
}

.results .post_locked .seminar_qube {
    opacity: 0.2;
}

.results .post_locked h2 span {
    color: #888 !important;
}

.results .post_locked:hover {
    background-color: #fff;
}

.results .post_locked:hover .seminar_qube, .results .post_locked:hover .price {
    background-color: #009fe3 !important;
    opacity: 1;
}

.results .post_locked:hover h2 span, .results .post_locked:hover .seminar_details li i {
    color: #009fe3 !important;
}

.results .post_locked .seminar_details li i {
    color: #888 !important;
}

/* seminar single */
.single_wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
}

.sidebar_seminar {
    font-size: 15px;
    padding-right: 0;
}

.sidebar_seminar .fa {
    color: #7dbd22;
}

.sidebar_seminar b {
    color: #484747;
    display: inline-block;
    font-size: 15px;
}

.sidebar_seminar ul {
    padding: 20px 20px 10px;
    margin: 0;
}

.sidebar_seminar ul li {
    margin-bottom: 7px;
}

.sidebar_seminar ul.extra_module {
    background: #7dbd22;
    margin: 0 15px 15px;
    color: #fff;
}

.sidebar_seminar ul.extra_module i, .sidebar_seminar ul.extra_module b {
    color: #fff;
}

.sidebar_seminar ul.extra_module li {
    margin: 0;
}

.sidebar_seminar .acf-map {
    margin: -10px 0;
    height: 200px;
    border: none;
}

.maps_sidebar span {
    margin-top: 20px;
    display: block;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.sidebar_seminar .trainer_list {
    padding-bottom: 0;
    text-align: center;
}

.trainer_list a {
    text-decoration: none !important;
    overflow: hidden;
    display: block;
}

.trainer_list a:hover {
    opacity: 0.7;
}

.trainer_list li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: auto;
    padding-right: 8px;
}

.trainer_list li:nth-child(2) {
    padding-right: 0;
    padding-left: 8px;
}

.trainer_list i {
    display: block;
    white-space: nowrap;
    font-style: normal;
    text-align: center;
    margin-top: 10px;
}

.sidebar_seminar ul li a {
    color: #7dbd22;
    text-decoration: underline;
}

.single_sidebar_details {
    text-align: center;
    padding: 0 15px;
	padding-bottom: 15px!important;
}

.single_sidebar_details .cta_button {
    display: block;
    text-transform: uppercase;
}

.content_single {
    overflow: hidden;
    margin-top: 8px;
}

.content_single p {
    margin: 0;
}

.content_single h1, .content_headline {
    font-size: 25px;
    margin: 0;
    color: #7dbd22;
    font-weight: normal;
}

.content_headline {
    padding-left: 15px;
    margin-top: 7px;
}

.content_single h2 {
    font-size: 20px;
    color: #484747;
    font-weight: normal;
    margin: 0;
    position: relative;
}

.headline_line {
    background: #fff;
    z-index: 10;
    position: relative;
    padding-right: 15px;
}

.content_single h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

/* CONTENT SLIDESHOW */
.content_slidesow {
    padding: 20px 15px 10px;
    position: relative;
}

.content_slidesow ul {
    padding: 0;
    margin: 0;
}

.content_slidesow ul img {
    width: 100%;
}

.content_slidesow .flex-direction-nav li {
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 30px;
    line-height: 0;
    padding-right: 5px;
}

.content_slidesow .flex-direction-nav li:hover, .content_slidesow .flex-direction-nav li:focus {
    background-color: #7dbd22;
}

.content_slidesow .flex-direction-nav li:hover a, .content_slidesow .flex-direction-nav li:focus a {
    color: #fff;
}

.content_slidesow li.flex-nav-next {
    left: auto;
    right: 15px;
    padding-left: 5px;
    padding-right: 0;
}

.content_slidesow .flex-direction-nav li a {
    color: #7dbd22;
}

/* PRICE TABLE */
.dataTables_filter {
    display: none;
}

.price_table_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

.price_table_wrapper table {
    width: 100%;
    text-align: left;
    margin: 15px 0 30px;
}


.price_table_wrapper th {
    background-color: #75b11f;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
}

.price_table_wrapper th:last-child {
    width: 30%;
}

.price_table_wrapper td {
    border: 1px solid #eee;
    padding: 5px 15px;
}

.price_table_wrapper td:last-child {
    width: 30%;
    text-align: right;
}

/* GRAVITY SHOW HIDE HANDLING */
.gform_wrapper .seminar_at option, .gform_wrapper .seminar_de option, .gform_wrapper .seminar_sw option, .gform_wrapper .extra_modul option {
    display: none;
}

.gform_wrapper .extra_modul {
    display: none;
}

.gfield_description {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: auto !important;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    border-radius: 7px;
    padding: 10px !important;
    background-color: #fff;
    max-width: 200px;
    display: none;
    z-index: 100;
    font-size: 13px !important;
}

span.tooltip {
    background-color: #7dbd22;
    color: #fff;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    border-radius: 90%;
    position: absolute;
    left: 25%;
    top: 0;
    cursor: pointer;
}

.tooltip_closer {
    background-color: #7dbd22;
    color: #fff;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    border-radius: 90%;
    cursor: pointer;
    line-height: 25px;
    float: right;
}

.tool_active {
     display: block !important;
}

span.tooltip:hover {
    background-color: #009fe3;
}

body.page-template-template-anmeldung .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 0%!important;
    width: 100%;
}

body.page-template-template-anmeldung .gform_wrapper table * {
    font-size: 15px;
}

body.page-template-template-anmeldung .gform_wrapper tr:nth-child(even) {
    background: #7dbd22;
    color: #fff;
    font-weight: normal;
    padding: 0;
}

body.page-template-template-anmeldung .gform_wrapper tr:nth-last-child(3) td {
    background: #7dbd22 !important;
}

body.page-template-template-anmeldung .gform_wrapper tr:last-child {
    background: transparent;
}

body.page-template-template-anmeldung .gform_wrapper tr:last-child font {
    color: #000;
}

body.page-template-template-anmeldung .gform_wrapper tr:nth-child(even) td {
    padding: 0;
    line-height: normal;
}

body.page-template-template-anmeldung .gform_wrapper tr:nth-child(even) td strong {
    line-height: normal;
    display: block;
    font-weight: normal;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 15px;
}

/* IE/EDGE WORKAROUND */
.gform_wrapper select option:after {
    content: '';
    display: block;
    height: 1px;
}

/*
.gform_wrapper .seminar_at, .gform_wrapper .seminar_de, .gform_wrapper .seminar_sw  {
    display: none !important;
}
*/

.ginput_container_multiselect option:hover {
    background: #7dbd22;
    color: #fff;
}

.ginput_container_multiselect option:checked {
    background: #818181!important;
    color: #fff;
}



body .gform_wrapper .gf_input_active {
    display: inline-block !important;
}

.gf_left_half, .gf_right_half {
    width: 76.8%;
    display: inline-block;
    vertical-align: top;
    background-color: #f6f6f6;
    padding: 15px;
    margin: 15px;
    border-radius: 8px;
}

.gf_left_half {
    width: 20%;
}

.gf_left_half .gfield_label, .gf_right_half .gfield_label, li#field_1_78 label {
    float: none !important;
}

.gf_left_half > .gfield_label, .gf_right_half > .gfield_label {
    display: block;
    width: 100% !important;
    margin-top: 15px;
}

.ginput_container_multiselect select {
    width: 100% !important;
}

/* GRAVITY SHOW HIDE HANDLING END */


.populate-posts-at-places, .populate-posts-at, .populate-posts-de-places, .populate-posts-de, .populate-posts-sw-places, .populate-posts-sw {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.gform_body .gfield {
    position: relative;
}

.filter_alert {
    margin-top: 15px;
    background-color: #f2f2f2;
    padding: 10px;
}

.filter_alert ul {
    padding: 0;
    margin: 0;
}

.filter_alert b {
    display: inline-block;
    color: #009fe3;
    font-size: 15px;
}

.filter_alert li {
    display: inline-block;
}

.filter_loading {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    top: 0;
    text-align: center;
}

.filter_loading b {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    color: #fff;
    height: 95px;
    width: 100%;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 21px;
}

.filter_loading i {
    display: block;
    text-align: center;
    margin: auto;
}

.trainer_img_wrapper img {
    border: 1px solid #ccc;
}

.slogan_archive_wrapper .alert_box {
    font-size: 14px;
    margin: 0;
}

.slogan_archive_wrapper .col-md-4.col-sm-4.col-xs-12 {
    margin-top: 24px;
}

/* weiterführende Kurse */
.further_curse {
    margin-top: 35px;
}

body .results .further_curse .seminar_qube, body .results .further_curse .price {
    background-color: #5fb2c5 !important;
}

body .results .further_curse h2 span, body .results .further_curse li i {
    color: #5fb2c5 !important;
}

.content_locked_message article .content_locked_message_inner {
    background-color: #5fb2c5;
    padding: 15px;
    color: #fff;
}

#field_3_81 .ginput_container, .places_de .ginput_container, .places_sw .ginput_container {
    margin-left: 0 !important;
}

#field_3_81 .gfield_checkbox {
    width: 100%;
}

.ginput_container_multiselect {
    margin-left: 0 !important;
    width: 100% !important;
}

.res_wrapper {
    margin-bottom: 15px;
}

.res_wrapper strong {
    display: block;
    color: #7dbd22;
}

.res_data {
    background-color: #efefef;
    padding: 10px;
}

.res_data b {
    margin-right: 4px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media all and (min-width: 1920px) {

}

@media all and (max-width: 1199px) {
    .seminar_block_right {
        max-width: 430px;
    }
    
    .seminar_block_right p {
        max-height: none;
    }
    
    .results article {
        background-color: #f2f2f2;
        margin-bottom: 15px;
        font-size: 14px;
        position: relative;
        max-height: none;
        overflow: hidden;
        height: 260px;
    }
    
    .seminar_qube {
        height: 100%;
    }
}

@media all and (max-width: 991px) {
    header nav, header nav li:hover .sub-menu {
        display: none;
    }  
    
    span.tooltip {
        left: 22%;
    }
    
    .gf_left_half, .gf_right_half {
        width: 47%;
    }
    
    .seminar_block_right {
        max-width: 100%;
    }
    
    button.accordion {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .cta_blue {
        padding: 15px 0;
        font-size: 16px;
    }
    
    .sidebar_seminar ul {
        padding: 5px;
        margin: 0;
    }
    
    .seminar_block_right .price {
        position: relative;
        right: 0;
        bottom: 0;
        display: block;
        max-width: 125px;
        text-align: center;
    }
    
    .results article {
        height: auto;
    }
    
    .seminar_qube {
        height: 50px;
        width: 100%;
        display: block;
    }
    
    .seminar_qube span {
        font-size: 30px;
    }
    
    .menu-item-has-children > .mobile_toggle {
        display: inline-block;
        color: #fff;
    }
    
    #burger, header nav li, header nav ul.sub-menu.active {
        display: block;
    }
    
    header nav li {
        text-align: center;
    }
    
    header nav a, header.sticky nav a {
        padding: 5px 1vw;
        display: inline-block;
    }
    
    header nav.active {
        display: block;
    }
    
    header nav {
        position: absolute !important;
        left: 0;
        right: 0;
        top: 100%;
        background-color: #7dbd22;
        width: 90% !important;
        margin: auto;
        border-radius: 0 0 7px 7px;
    }
    
    header nav a:hover, header nav a:focus, header nav li:hover {
        background-color: transparent;
        opacity: 1;
    }
    
    .sub-menu {
        position: relative;
        background-color: transparent;
        padding: 0;
        min-width: 0;
    }
    
    header .sub-menu li a {
        color: #fff;
    }
    
    .logo {
        padding-top: 20px;
        max-width: 300px;
        display: block;
        overflow: hidden;
        padding-bottom: 20px;
    }
    
    .sticky .logo {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    .sticky #burger {
        top: 6px;
    }
    
    .tax_carousel b {
        width: 88.5%;
    }
    
    .filter_reset_btn {
        margin-bottom: 0;
        margin-top: 10px;
    } 
    
    .results {
        margin-top: 15px;
    }
}

@media all and (max-width: 767px) {
    .header_slogan a {
        float: none;
        display: block;
        text-align: center;
    }
    
    .gf_left_half, .gf_right_half {
        width: 100%;
    } 
    
    .header_slogan, .tax_carousel b, .content_inner h1, .content_single h1, .content_headline, .content_single h2, .alert_box b {
        font-size: 18px;
    }
    
    .accordion ul {
        padding: 30px 0;
    }
    
    .content_single article {
        padding: 0;
    }
    
    /*
    .filter_alert {
        margin-top: 15px;
        background-color: #009fe3;
        color: #fff;
        padding: 10px;
    }
    
    .filter_alert b {
        display: inline-block;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }
    
    .filter_alert ul {
        border-bottom: 1px solid #fff;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    
    .filter_alert ul:last-child {
        border-bottom: 0;
    }
    */
    .price_table_wrapper td, .price_table_wrapper th {
        width: 65%;
    }

    .price_table_wrapper td:last-child, .price_table_wrapper th:last-child {
        width: 35%;
    }
    
    .seminar_qube span {
        transform: none;
        top: 0;
    }
    
    .single_wrapper {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .sidebar_filter label, .acf-map {
        display: none;
    }
    
    .maps_sidebar {
        margin: 15px 0;
    }
    
    .sidebar_seminar {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .maps_sidebar span {
        margin-top: 7px;
        display: block;
        padding-left: 15px;
        padding-bottom: 5px;
        padding-top: 0;
    }
    
    .tax_carousel article a {
        font-size: 14px;
    }
    
    .tax_carousel {
        padding: 15px;
    }
    
    .carousel_nav {
        width: 25%;
        vertical-align: top;
        margin-bottom: 10px
    }
    
    .tax_carousel b {
        width: 72.5%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
       
    }
    
    .tax_carousel article strong {
        padding: 5px;
        min-height: 58px; /*vorher 0*/
    }
    
    .tax_carousel article strong, .tax_carousel b {
         font-size: 15px;
    }
    
    .sidebar_filter .filter_inner {
        margin-bottom: 3px;
        padding: 0;
    }
    
    .tax_carousel li {
        padding: 0;
    }
    
    .sidebar_filter li .headline {
        margin-bottom: 0;
    }
    
    .sidebar_filter .filter_inner.active label {
        display: block;
    }
    
    .results .seminar_details {
        display: block;
        margin: 0;
    }
}

@media all and (max-width: 640px) { 
    span.tooltip {
        left: auto;
        right: 0;
        top: -5px;
    }
    
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        border: 1px solid #eee;
    }
    
    section.container.register_form_wrapper {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }
    
    .gform_wrapper .gform_page_footer.left_label, .gform_wrapper .gform_page_footer.right_label {
        padding: 0;
    }
    
    footer {
        font-size: 13px;
    }
}

@media all and (max-width: 413px) {
    #burger {
        top: 3px;
    }
    
    .slogan_archive_wrapper .col-md-4.col-sm-4.col-xs-12 {
        margin-top: 0;
    }
    
    body {
        padding-top: 54px !important;
    }
    
    .logo {
        padding-top: 10px;
        max-width: 255px;
        display: block;
        overflow: hidden;
        padding-bottom: 10px;
    }
    
    .sticky #burger {
        top: 0;
    }
    
    .results {
        margin-top: 15px;
        padding: 0;
    }
    
    .filter_aside {
        padding: 0;
    }
}




/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}





