/*
Theme Name: stiehl/over
Description: stiehl/over
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
@font-face {font-family: 'TitilliumText25L004';src: url('fonts/TitilliumText25L004.otf');}

*{
	font-family: 'TitilliumText25L004' !important;
	font-weight: 300;
}

#av_section_1 .wp-caption p.wp-caption-text{
    display: none !important;
}

#av_section_1 .wp-caption img {
    border: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

#av_section_1  p,
#av_section_1 .wp-caption,
#av_section_1 .aligncenter, 
#av_section_1 .entry-content-wrapper a:hover .aligncenter {
    margin: 0 !important;
    padding: 0 !important;
}


#av_section_1 .clearfix:before, 
#av_section_1 .clearfix:after, 
#av_section_1 .flex_column:before, 
#av_section_1 .flex_column:after, 
#av_section_1 .widget:before, 
#av_section_1 .widget:after {
    display: none !important;
}

/*-----------------------*/
/*--------- Font --------*/
/*-----------------------*/
h1 {
    font-size: 35px;
    line-height: 1.1em;
    margin-bottom: 0px;
    color: #1d1d1b;
}

h2 {
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 200;
}

h3{
    font-weight: 400 !important;
}

p{
    font-size: 16px;
    line-height: 25px;
}

h2.einleitung{
    font-family: 'TitilliumText25L004' !important;
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 25px;
    text-transform: none !important;
    letter-spacing: 0px !important;
        color: #666666;
}


/*----------------------------*/
/*--------- Allgemein --------*/
/*----------------------------*/
.container_wrap {
    border-top-style: solid;
    border-top-width: 0px;
}

#silder_mobile{
    display: none !important;
}

.ls-forcehide {
    visibility: hidden!important;
}


/*-------------------------*/
/*--------- Search --------*/
/*-------------------------*/
#top .header_color .input-text, 
#top .header_color input[type='text'], 
#top .header_color input[type='input'], 
#top .header_color input[type='password'], 
#top .header_color input[type='email'], 
#top .header_color input[type='number'], 
#top .header_color input[type='url'], 
#top .header_color input[type='tel'], 
#top .header_color input[type='search'], 
#top .header_color textarea, 
#top .header_color select{
    border-color: #f8f8f8;
    background-color: #fff;
    color: #2a2a2a;
}
    #top #searchsubmit{
        background-color: #2a2a2a !important ;
        color: #ffffff !important;
        border-color: #2a2a2a !important;
    }

    #top #searchsubmit:hover{
        background: #324771;
        opacity: 0.7;
        color: #fff;
    }

    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello' !important;
    }

/*-------------------------*/
/*--------- Button --------*/
/*-------------------------*/
a#button-sidebar{
    background-color: #e75f24 !important;
    color: #ffffff !important;
    border-color: #c53d02 !important;
    transition: all 0.3s ease-out !important;
    padding: 6px 16px !important;
    cursor: pointer !important;
    border: none !important;
    -webkit-appearance: none !important;
    border-radius: 0px !important;
    text-decoration: none !important;
}

    a#button-sidebar:hover,
    .avia_ajax_form .button:hover{
        opacity: 0.7;
    }

.ls-inner{
    height: 100vh;
  	overflow-x: hidden;
  	overflow-y: auto;
  	perspective: 1px;
    -webkit-perspective: 1px;
}

#margin80{
    width: 75% !important;
    margin: 0 auto;
}

#margin80_left{
    width: 80% !important;
}

a#fakten_slider_button{
	background: none;
    padding: 8px 0px;
    border-radius: 0px;
    text-decoration: underline;
    color: #fff;
    font-size: 15px;
}

a#fakten_slider_button:hover{
	color: #ff9f75;
}


.main_color .av-sort-by-term a, .main_color .text-sep{
    color: #b0b0b0 !important; 
    font-size: 15px;
}

.main_color .av-sort-by-term a.active_sort, .main_color .av-sort-by-term a:hover{
    color: #e65e24 !important; 
}


/*-----------------------------*/
/*--------- Navigation --------*/
/*-----------------------------*/
ul.menu.av-main-nav li a span{
	text-transform: uppercase !important;
	font-weight: 200;
	letter-spacing: 1px;
}

#advanced_menu_toggle, #advanced_menu_hide {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-color: #e6e6e6;
}

    #mobile-advanced {
        background-color: #e75f24;
        color: #fff !important;
    }

    #mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
        color: #ffffff;
        border-color: #e6e6e6;
    }

    #mobile-advanced a:before {
        color: #ffffff;
    }

    #mobile-advanced a:hover a{
        color: #2a2a2a;
        border-color: #e6e6e6;
    }


/*----------------------------*/
/*--------- Breadcrum --------*/
/*----------------------------*/
.title_container{
    background-color: #e1e1e1;
    color: #666666;
}

	#top .alternate_color.title_container .main-title{
	    text-transform: uppercase;
	}


/*-----------------------------------*/
/*--------- SHOWCASE-FAKTEN ---------*/
/*-----------------------------------*/
#showcase_fakten .flex_cell_inner{
    left: 25%;
    top: 15%;
    width: 50%;
}
 
    @media (max-width: 1300px){
        #showcase_fakten .flex_cell_inner{
            left: 10%;
            top: 15%;
            width: 80%;
        }
    }

        @media (max-width: 1024px){
            #showcase_fakten .flex_cell_inner{
                left: 10%;
                top: 15%;
            }
        }
        @media (max-width: 967px){
            #showcase_fakten .flex_cell_inner{
                width: 80%;
            }

            #showcase_fakten .avia_textblock h2{
                font-size: 23px !important;
            }

            #showcase_fakten .avia_textblock h3{
                font-size: 20px !important;
            }
        }

        @media only screen and (max-width: 767px){
            #showcase_fakten .flex_cell_inner{
                width: 80% !important;
                max-width: 80% !important;
                margin: 0 auto;
                top: 5%;
                position: absolute;
            }
        }


#showcase_fakten .avia_textblock h2, 
#showcase_fakten .avia_textblock h3{
    color: #fff !important;
}


/*-----------------------------*/
/*--------- Portfolio ---------*/
/*-----------------------------*/
.av-masonry-sort{
 text-align: left;
}

	.main_color .av-sort-by-term a, .main_color .text-sep{
	color: #1d1d1d;
	}

	.main_color .av-sort-by-term a.active_sort, .main_color .av-sort-by-term a:hover{
	    color: #e65e24;
	}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2{
    font-weight: 200;
}

.av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
    position: relative;
    margin-right: 40px;
    margin-bottom: 40px;
}

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

#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 1.5em;
    background: rgba(216,103,55,0.8);
    padding: 15px;
}

.av-masonry-entry-title.entry-title{
    background: #e86026;
    padding: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
 }

 .main_color .container .av-inner-masonry-content, #top .main_color .container .av-masonry-load-more, #top .main_color .container .av-masonry-sort, .main_color .container .av-masonry-entry .avia-arrow,
 .alternate_color .container .av-inner-masonry-content, #top .alternate_color .container .av-masonry-load-more, #top .alternate_color .container .av-masonry-sort, .alternate_color .container .av-masonry-entry .avia-arrow{
    background-color: #e86026;
}

.av-masonry-entry .av-masonry-entry-title{
    color: #fff !important;
}

.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1;
}

.av-masonry-image-containe:hover{
    background-image: url(http://fakta.so-digital.de/wp-content/uploads/2016/09/img_hover.png) !important;
}

#top .av-masonry-load-more {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    color: #fff !important;
    width: 250px;
    margin: 0 auto;
}

.av-masonry-entry .av-masonry-entry-title {
    line-height: 1.3em;
    margin: 0;
    font-size: 13px !important;
}


/*------------------------------------*/
/*--------- Single-Portfolio ---------*/
/*------------------------------------*/
#top .av_inherit_color a {
    text-decoration: none !important;
    font-size: 15px !important;
    letter-spacing: -0.25px !important;
    color: #e75f24 !important;
}

    #top .av_inherit_color a:hover{
        color: #e75f24 !important;
        text-decoration: underline !important;
    }

.single-portfolio h1{
    color: #e86026;
}

.single-portfolio h2,
.single-portfolio h3 {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.single-portfolio h4 {
    font-size: 18px;
    font-weight: normal !important;
}

.single-portfolio h5 {
    font-size: 16px;
    line-height: 1.1em;
    font-weight: normal !important;
    color: #e86026 !important;
}

.single-portfolio p{
    margin: 0px;
    margin-top: 5px;
}

    #top div .avia-gallery .avia-gallery-big {
        display: block;
        overflow: hidden;
        padding: 0px;
        margin-bottom: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-style: solid;
        border-width: 0px;
    }

    #top div .avia-gallery img {
        float: left;
        border-style: solid;
        border-width: 0px;
        padding: 0px;
        padding: 15px 15px 15px 0px;
        width: 100%;
        border-radius: 0;
    }

    #top div .avia-gallery .avia-gallery-big {
        background: #f0f0f0 !important;
    }


/*--------------------------------------*/
/*--------- Seite - Fakta Welt ---------*/
/*--------------------------------------*/
.big-preview.single-big {
    padding: 0 50px 25px 0;
}

.post-meta-infos{
    margin-top: 10px;
}
.container .minor-meta{
    font-size: 13px;
}

.text-sep-date{
    display: none;
}

.main_color .sidebar a{
    color: #1d1d1b;
}

    .main_color .sidebar a:hover{
        text-decoration: none;
        color: #db683a;
    }

    .sidebar p {
        font-size: 13px;
        line-height: 23px;
        color: #1d1d1b;
    }

    .sidebar .widgettitle {
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 1.1em;
    }

    .sidebar .widget ul {
        margin-top: 12px;
    }

    

        .textwidget p a .image-overlay{
            left: 0px !important;
            top: 23px !important;
            overflow: hidden !important;
            display: block !important;
            height: 206px !important;
            width: 207px !important;
        }

.blog-categories.minor-meta, .avia-content-slider .slide-meta div, .avia-content-slider .slide-meta time{
    display: none;
}

h3.slide-entry-title.entry-title a{
    color: #e75f24 !important;
    font-weight: 200 !important;
}

.avia-content-slider .slide-entry-title{
	font-size: 1.5em;
}

.image-overlay-inside{
	background: rgba(34,34,34,1) !important;
}

	.image-overlay.overlay-type-extern .image-overlay-inside:before,
	.image-overlay .image-overlay-inside:before{
		position: absolute;
	    border-radius: 0px !important;
	    background: none !important;
	    height: 80px;
	    width: 80px;
	    line-height: 80px;
	    left: 50%;
	    top: 50%;
	    margin: -40px 0 0 -40px;
	    z-index: 500;
	    text-align: center;
	    color: none;
	    background-image: url(https://fakta.so-digital.de/wp-content/uploads/2016/10/fakta_icon_hover_80x80px.png) !important;
	    background-position: 50% 50%;
	    background-size: 90%;
	}

		.image-overlay.overlay-type-extern .image-overlay-inside:before,
		.image-overlay .image-overlay-inside:before {
		    content: no-close-quote;
		    font-family: 'entypo-fontello';
		}

    a:hover .image-overlay .image-overlay-inside{
        -webkit-animation: 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
        animation:  0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); 
    }

    .avia_transform a .image-overlay{  
        -webkit-transition: opacity 0.4s ease-in-out; 
        -moz-transition: opacity 0.4s ease-in-out; 
        transition: opacity 0.4s ease-in-out; 
    }

     .avia_transform a:hover .image-overlay{opacity: 0.4 !important;}


/*------------------------------*/
/*--------- Seite-Marke---------*/
/*------------------------------*/
.avia-logo-element-container .slide-entry-wrap a.slide-image:hover img{
    opacity: 0.7;
}


/*--------------------------------*/
/*---------Kombi-Konzept ---------*/
/*--------------------------------*/
.page-id-3742 label.input_checkbox_label{
    font-size: 20px !important;
    line-height: 1.1em !important;
    margin-bottom: 8px !important;
    color: #e75f28 !important;
}

.page-id-3742 fieldset{
    margin-bottom: -30px !important;
}

.page-id-3742 fieldset p:nth-child(3){
    display: none !important;
}


/*--------------------------------*/
/*--------- Händlersuche ---------*/
/*--------------------------------*/
#top label {
    font-weight: bold;
    font-size: 0.92em;
    color: #e75f24 !important;
}

	.page-id-3722 #top input[type="text"]
	.page-id-3722 #top .main_color input[type='text']{
	 	color: #2a2a2a !important;
	 }

	 #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 {
    border-color: #e6e6e6;
    background-color: #f8f8f8;
    	color: #2a2a2a !important;
}


.slp_search_form .search_box .search_item label {
    text-align: left !important;
    margin-right: 15px !important; 
    flex-basis: 20% !important;
}

.slp_search_form .search_box .search_item label {
	min-width: auto !important;
}

#searchForm label, #searchForm #addy_in_radius label{
	line-height: 25px !important;
}

#searchForm #radius_in_submit{
	margin-top: 0 !important;
}

.slp_search_form .search_box .search_item .slp_ui_button {
    margin: 0 !important;
    padding: 10px 20px !important;
}

.results_entry.location_primary {
	padding: 25px !important;
}

.slp_results_container .results_wrapper .location_name {
    padding-bottom: 10px;
}

.results_row_right_column.location_tertiary{
	padding-top: 15px !important;
}

.slp_results_container .results_wrapper {
    margin: 0 !important;
    padding: 0 !important;
    border: solid 1px lightgrey;
    border-radius: 3px !important;
}

.slp_results_container .results_wrapper {
    margin: 0 !important;
    padding: 0 !important;
	padding-bottom: 0 !important;
}




/* -------------------------------------------- */
/*--------------- Händlersuche -----------------*/
/* -------------------------------------------- */
#top label {
    font-weight: bold;
    font-size: 0.92em;
    color: #575756;
    text-align: left !important;
}

    .haendlersuche input[type="text"]
    .haendlersuche input[type='text']{
        color: #2a2a2a !important;
    }

    .haendlersuche .input-text, 
    .haendlersuche input[type='text'], 
    .haendlersuche input[type='input'], 
    .haendlersuche input[type='password'], 
    .haendlersuche input[type='email'], 
    .haendlersuche input[type='number'], 
    .haendlersuche input[type='url'], 
    .haendlersuche input[type='tel'], 
    .haendlersuche input[type='search'], 
    .haendlersuche textarea, #top .main_color select {
        border-color: #e6e6e6;
        background-color: #f8f8f8;
        color: #2a2a2a !important;
    }


    div.results_entry span.location_name {
        color: #e75f25 !important;
        display: block;
        font-weight: normal !important;
        font-family: 'TitilliumText25L004' !important;
    }

        div#map_sidebar div.results_entry a {
            color: #575756;
            box-shadow: none;
            font-weight: normal !important;
        }

        #searchForm label,
        #searchForm #addy_in_radius label {
            color: #575756;
            font-weight: normal !important;
        }

    div#map_sidebar div.results_entry a, 
    #sl_div a.storelocatorlink{
        color: #e75f25 !important;
    }

    .slp_result_address.slp_result_country{
        display: none !important;
    }

    #slp_bubble_country{
        display: none !important;
    }

    html div.results_entry span.location_name{ 
        font-weight: normal;
    }

    #map{
        top: 20px;
    }

    #map_sidebar{ 
        margin-top: 50px;
    }

    #sl_div *{ 
        font-size: 16px !important; 
        font-weight: normal !important;
        font-family: 'TitilliumText25L004' !important;
    }


    #searchForm #radius_in_submit {
        display: inline-block !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
        float: left !important;
    }

    #searchForm INPUT[type="text"].label_text {
        width: 95% !important;
    }

    @media (max-width: 768px){
        html #searchForm #radius_in_submit{
            display: block;
            float: none;
        }

        #map{ 
            pointer-events: none;
        }

        html #searchForm .search_item{
            width: 100%;
        }
    }   

    @media (min-width: 768px){
        #addy_in_radius{
            float: left;
        }

        #sl_div form{
            width: 80%;
        }

        .slp_ui_button{
            margin-top: 16px;
        }

        html #searchForm .search_item{
            width: 49%;
            float: left;
            clear: none;
        }

        #radius_in_submit{
            float: right;
        }
    }

    .location_distance{ 
        display: none; 
    }


    @media (max-width: 780px) and (min-width: 560px){
        .hr-inner.inner-border-av-border-thin{ width: 100% !important;}
        #searchForm #addy_in_radius {
            width: 100% !important;
        }

        #searchForm #radius_in_submit {
            margin-left: 0px !important;
        }

        #searchForm INPUT[type="text"].label_text {
            width: 100% !important;
        }
    }


/*---------------------------------*/
/*--------- Footer-Widget ---------*/
/*---------------------------------*/
#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: 0px !important;
}

html #searchForm .search_item{
    margin-right: 1% !important;
}

.menu-widget-menu-container{
    margin-top: -12px !important;
}

#footer {
    padding: 0px;
}

#footer .widget .widgettitle{
    margin-bottom: 20px;
}

#footer .widget.widget_nav_menu ul > li{
    border-bottom: 1px #404040 solid;
    padding: 8px 0;
}

#footer .widget .textwidget p{
    font-size: 13px !important;
    line-height: 17px;
    margin-top: 13px;
    text-transform: none !important;
    font-weight: normal;
    color: #8e8e8e !important;
}

.sub_menu_socket a:hover,
#footer .widget .textwidget p a:hover{
    text-decoration: none;
}

#footer .widget .news-excerpt p{
    font-size: 13px !important;
    line-height: 17px;
    margin-top: 10px;
    text-transform: none !important;
    font-weight: normal;
    color: #8e8e8e !important;
}

#footer .widget .news-headline,
.tw-recent-posts .featured-post h4 a{
   font-size: 13px !important;
    line-height: 17px;
    font-weight: normal;
    color: #e75f24 !important;
}

.tw-recent-posts .post-time {
    font-size: 0.8em !important;
    font-style: normal !important;
    text-align: left !important;
    margin: 0 0 5px 0;
    padding: 0;
}

.tw-recent-posts .read-more{
    margin-top: 5px !important;
    float: left !important;
}

    .news-time{
        display: none !important;
    }

#footer .widget .news-thumb{
    display: none;
}

.widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a {
    font-weight: bold;
    color: #e75f24;
}


.avia-arrow{
    display: none !important;
}

.av-share-box ul li {
    display: inline-block;
    padding: 5px;
    float: left !important;
    border-color: #fff !important;
}

.av-share-box ul li a {
    display: block;
    padding: 0;
    border: none;
}

.av-share-box ul li:hover a{
    background: none !important;
    color:#db683a !important;
}

.av-share-box ul li a:hover{
    background: none !important;
    color:#db683a !important;
}

#top .av-share-box ul{
    border: none !important;
}

#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
    height: 90px;
    line-height: 90px !important;
}

h5.ls-l{
    font-weight: normal !important;
}

#socket {
    border-top: 1px solid #505050;
}

@media (max-width: 967px) and (min-width: 780px){
        
    .av-single-slide.slide-1{
        background-image: url(http://fakta.so-digital.de/wp-content/uploads/2016/11/01_slideshow_katalogfront_v5_tablet.jpg) !important;
        background-position: center top !important;

    visibility: visible;
    opacity: 1;
    transition: none;
    transform: translateZ(0px);
    }

    .avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow{
        height: 500px !important;
    }

    #margin80{
    width: 100% !important;
    margin: 0 auto;
    }

    #margin80_left{
        width: 100% !important;
    }

    h1, h2, p {
	    text-align: left !important;
	}

	h1{
		font-size: 28px;
		line-height: 35px;
	}

	h3{
		line-height: 30px;
	}

	.hr-custom.hr-center{
		 margin-top: -5px !important;
	    margin-bottom: 0px !important;
	    text-align: left !important;
	}

	.hr-invisible .hr-inner, #top .hr-invisible, .hr-invisible .hr-inner{
	    margin-top: -5px !important;
	    margin-bottom: 0px !important;
	    text-align: left !important;
	    height: 5px !important;
	}

	.flex_column{
		margin-bottom: 30px !important;
	}

	.responsive #socket .sub_menu_socket {
	    display: inline-block;
	    float: left;
	}

	.footer_color .flex_column{
		margin-bottom: 0px !important;
	}

	#footer .widget {
	    padding: 0;
	    margin: 15px 0 15px 0;
	}

      #layerslider_55 h2{
        left: 100px  !important;
        font-size: 35px !important;
        padding: 15px 0px !important;
    }

    #layerslider_55 h3{
        left: 100px !important;
        font-size: 25px !important;
        font-weight: normal !important;
    }

    #layerslider_55 h4{
        left: 100px  !important;
        font-size: 16px !important;
        line-height: 25px !important;
    }

    
	#layerslider_55 #button_slider1{
   		left: 100px !important;
	}

    #layerslider_55 #button_slider2{
   		left: 100px !important;
    }

    #layerslider_55 #button_slider3{
 
   		left: 100px !important;
    }

}

@media (max-width: 2030px) and (min-width: 1560px){
  #fakt_ist_desktop_01 img#fakt_ist_desktop_01_img{
        left: 740px !important;
        top: -100px !important;
    }

    #fakt_ist_desktop_02 img#fakt_ist_desktop_02_img{
        left: 775px !important;
    }

    #fakt_ist_desktop_03 img#fakt_ist_desktop_03_img{
        left: 790px !important;
    }

    #fakt_ist_desktop_04 img#fakt_ist_desktop_04_img {
	    left: 740px !important;
	}
}

@media (max-width: 1630px) and (min-width: 1560px){
  	#fakt_ist_desktop_01 img#fakt_ist_desktop_01_img{
        left: 395px !important;
        top: -100px !important;
    }

    #fakt_ist_desktop_02 img#fakt_ist_desktop_02_img{
        left: 460px !important;
    }

    #fakt_ist_desktop_03 img#fakt_ist_desktop_03_img{
        left: 740px !important;
    }

    #fakt_ist_desktop_04 img#fakt_ist_desktop_04_img {
	    left: 340px !important;
	}
}


@media (max-width: 1560px) and (min-width: 1250px){
    #layerslider_51 h2{
        left: 115px !important;
    }

    #layerslider_51 h3{
        left: 115px !important;
    }

    #layerslider_51 h4{
        left: 115px !important;
    }

    #layerslider_51 #button_slider1,
    #layerslider_51 #button_slider2,
    #layerslider_51 #button_slider3{
        left: 115px !important;
    }

    #fakt_ist_desktop_01 img#fakt_ist_desktop_01_img{
        left: 395px !important;
        top: -100px !important;
    }

    #fakt_ist_desktop_02 img#fakt_ist_desktop_02_img{
        left: 460px !important;
    }

    #fakt_ist_desktop_03 img#fakt_ist_desktop_03_img{
        left: 740px !important;
    }

    #fakt_ist_desktop_04 img#fakt_ist_desktop_04_img {
	    left: 340px !important;
	}

}

@media (max-width: 1250px) and (min-width: 967px){
    #layerslider_51 h2{
        left: 70px !important;
    }

    #layerslider_51 h3{
        left: 70px !important;
    }

    #layerslider_51 h4{
        left: 70px !important;
    }

    #layerslider_55 h3 {
       left: 70px !important;
    }

    #layerslider_51 #button_slider1,
    #layerslider_51 #button_slider2,
    #layerslider_51 #button_slider3{
        left: 70px !important;
    }

    #fakt_ist_desktop_01 img#fakt_ist_desktop_01_img{
        left: -110px !important;
        top: -100px !important;
    }

    #fakt_ist_desktop_02 img#fakt_ist_desktop_02_img{
        left: 175px !important;
    }

    #fakt_ist_desktop_03 img#fakt_ist_desktop_03_img{
        left: 330px !important;
    }

    #fakt_ist_desktop_04 img#fakt_ist_desktop_04_img {
	    left: 90px !important;
	}

     #layerslider_55 h2{
        left: 140px  !important;
        font-size: 35px !important;
        padding: 15px 0px !important;
    }

    #layerslider_55 h3{
        left: 70px !important;
        font-size: 25px !important;
        font-weight: normal !important;
    }

    #layerslider_55 h4{
        left: 70px  !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }

   

}

@media (max-width: 780px) and (min-width: 560px){
	#layerslider_55 h2 {
		top: 50px !important;
	    left: 30px !important;
	    font-size: 28px !important;
	    padding: 10px 0px !important;
	}

    #layerslider_55 h3{
    	top: 100px !important;
        left: 30px !important;
    	font-size: 20px !important;
    	font-weight: normal !important;
    }

    #layerslider_55 h4{
    	top: 130px !important;
        left: 30px !important;
    	font-size: 16px !important;
    	line-height: 22px !important;
    }


	#layerslider_55 #button_slider1{
   		left: 30px !important;
	}

    #layerslider_55 #button_slider2{
   		left: 30px !important;
    }

    #layerslider_55 #button_slider3{
   		left: 30px !important;
    }

    h1 {
	    font-size: 25px !important;
	}

	#margin80{
    	width: 100% !important;
    	margin: 0 auto;
    }

    #margin80 {
	    width: 100% !important;
	    margin: 0 auto;
	}
}

@media (max-width: 560px) and (min-width: 400px){
	 h1, h2, p {
	    text-align: left !important;
	}

	  h1{
        font-size: 25px !important;
        line-height: 30px !important;
        float: left !important;
    }

    h2{
        font-size: 21px !important;
        line-height: 30px !important;
        float: left !important;
    }

	#layerslider_55 h2 {
        top: 15px!important;
	    left: 30px !important;
	    font-size: 28px !important;
	    padding: 10px 0px !important;
	}

    #layerslider_55 h3{
        left: 30px !important;
    	font-size: 20px !important;
    	font-weight: normal !important;
    }

    #layerslider_55 h4{
        top: 95px!important;
        left: 30px !important;
    	font-size: 14px !important;
    	line-height: 20px !important;
    }


	#layerslider_55 #button_slider1{
        top: 170px!important;
   		left: 30px !important;
	}

    #layerslider_55 #button_slider2{
   		left: 30px !important;
    }

    #layerslider_55 #button_slider3{
		top: 190px !important;
   		left: 30px !important;
    }

    div.results_entry .results_row_right_column,
    div.results_entry .results_row_center_column,
    div.results_entry .results_row_left_column{
        display: inline-block;
        position: relative;
        text-align: left !important;
        vertical-align: top;
        width: 100% !important;
        max-width: 100% !important;
    }

    #margin80{
    	width: 100% !important;
    	margin: 0 auto;
    }

    #margin80 {
	    width: 100% !important;
	    margin: 0 auto;
	}
}

@media (max-width: 400px){
	 h1, h2, p {
	    text-align: left !important;
	}

    .avia-section-large .content, .avia-section-large .sidebar {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow{
        height: 250px !important;
    }

    .av-single-slide.slide-1 {
        background-position: center top !important;
    }

    .home .avia-section-large .content{
        padding-top: 15px;
    }

    h1{
        font-size: 24px !important;
        line-height: 30px !important;
        float: left !important;
    }

    h2{
        font-size: 21px !important;
        line-height: 30px !important;
        float: left !important;
    }

    #margin80 {
	    width: 100% !important;
	    margin: 0 auto;
	    float: left !important;
	}

    #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
    	top: 75% !important;
    }

    #layerslider_55 h2{
        top: 20px !important;
        left: 25px !important; 
        font-size: 25px !important;
        padding: 5px 0px !important;
    }

    #layerslider_55 h3{
        top: 75px !important;
        left: 25px !important; 
        font-size: 17px !important;
    }

    #layerslider_55 h4{
        top: 95px !important;
        left: 25px !important; 
        font-size: 13px !important;
        line-height: 18px !important;
    }

    #layerslider_55 #button_slider1{
        top: 165px!important;
        left: 25px !important;
    }

    a#fakten_slider_button {
	    padding: 5px 0px !important;
	    font-size: 14px !important;
	}

	#layerslider_55 #button_slider1{

   		left: 25px !important;
	}

    #layerslider_55 #button_slider2{
   		left: 25px !important;
    }

    #layerslider_55 #button_slider3{
   		left: 25px !important;
    }

    div.results_entry .results_row_right_column,
    div.results_entry .results_row_center_column,
    div.results_entry .results_row_left_column{
        display: inline-block;
        position: relative;
        text-align: left !important;
        vertical-align: top;
        width: 100% !important;
        max-width: 100% !important;
    }

    #margin80{
    	width: 100% !important;
    	margin: 0 auto;
    }

    #margin80 {
	    width: 100% !important;
	    margin: 0 auto;
	}

}


.cc_container {
    background: #fff !important;
    color: #4c4c4c;
    font-size: 17px;
    font-family: 'TitilliumText25L004' !important;
    box-sizing: border-box;
}

.cc_container, .cc_message, .cc_btn{
  font-family: 'TitilliumText25L004' !important;
  font-size: 16px !important;
}

.cc_message{
  color: #4c4c4c !important;
}

.cc_container a{
    color: #e75f24 !important;
    opacity: 1 !important;
    text-decoration: underline !important;
}

.cc_more_info:hover{
    color: #4c4c4c !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff !important;
    background-color: #e75f24 !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    text-decoration: none !important;
}

.cc_container .cc_btn:hover{
  color: #fff !important;
  opacity: 0.6 !important;
}

.tw-recent-posts .featured-post .excerpt {
    color: #2a2a2a !important;
}

#slp_bubble_directions a{
    display: none !important;
}

#slp_bubble_directions a{
    display: none !important;
}

#map_sidebar {
    margin-top: 50px;
    margin-bottom: 50px !important;
}

.slp_results_container .results_wrapper {
    margin: 0;
    padding: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
    border-radius: 3px;
}

.slp_result_contact.slp_result_website{
    float: left !important;
}
