/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.slider_switch_img_01{ 
    background-image:url('../img/slider/KR_LW_1400x700px.jpg');
    /*
    background-position:center top;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
    background-color:#464646
*/
    }
@media only screen and (max-width:991.98px){
    .slider_switch_img_01
    {
        background-image:url('../img/slider/KR_LW_992x540px.jpg');
    }
}
@media only screen and (max-width:767.98px){
    .slider_switch_img_01
    {
        background-image:url('../img/slider/KR_LW_400x533px.jpg');
    }}

.slider_switch_img_02{ 
    background-image:url('../img/slider/mrZ_toulon_1400x700px.jpg');
    /*
    background-position:center top;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
    background-color:#464646
*/
    }
@media only screen and (max-width:991.98px){
    .slider_switch_img_02
    {
        background-image:url('../img/slider/mrZ_toulon_992x540px.jpg');
    }
}
@media only screen and (max-width:767.98px){
    .slider_switch_img_02
    {
        background-image:url('../img/slider/mrZ_toulon_400x533px.jpg');
    }}
.slider_switch_img_03{ 
    background-image:url('../img/slider/denkmal_voehl_1400x700px.jpg');
    /*
    background-position:center top;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
    background-color:#464646
*/
    }
@media only screen and (max-width:991.98px){
    .slider_switch_img_03
    {
        background-image:url('../img/slider/denkmal_voehl_992x540px.jpg');
    }
}
@media only screen and (max-width:767.98px){
    .slider_switch_img_03
    {
        background-image:url('../img/slider/denkmal_voehl_400x521px.jpg');
    }}


/* https://www.w3.org/TR/mediaqueries-3/#device-width */
/*  X-Small devices (portrait phones, less than 576px)     
@media only screen and (max-width: 575.98px) { ... } */

/*  Small devices (landscape phones, less than 768px)     
@media only screen and (max-width: 767.98px) { ... } */

/*   Medium devices (tablets, less than 992px)    
@media only screen and (max-width: 991.98px) { ... } */

/*   Large devices (desktops, less than 1200px)    
@media only screen and (max-width: 1199.98px) { ... } */

/* X-Large devices (large desktops, less than 1400px)      
@media only screen and (max-width: 1399.98px) { ... } 

.slider_switch_img_01 { min-width: 991.98px; background-image:url('../img/slider/KR_LW_1400x700px.jpg'); }

@media only screen and (max-width:767.98px) {
	.slider_switch_img_01 {
		background-image:url('../img/slider/KR_LW_768x1024px.jpg'); 
	}
}

@media only screen and (min-width:768px) (max-width:992px){
	.slider_switch_img_01 { background-image:url('../img/slider/KR_LW_992x540px.jpg');
	}
}
*/
   