/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/* TOP HERO SLIDER */

#top-hero-slider .jet-carousel__item .jet-carousel__item-inner .jet-carousel__item-img {
    display: none;
}

#top-hero-slider .jet-carousel__item .jet-carousel__item-inner .jet-carousel__content .jet-carousel__item-title {
    position: relative;
    margin-bottom: 30px;
}

#top-hero-slider .jet-carousel__item .jet-carousel__item-inner .jet-carousel__content .jet-carousel__item-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #fff;
    content: '';
}

/* KONTAKTFORMULARE */

.fset {
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.fset-one-full {
	width: 100%;
}

.fset-one-half {
	width: 50%;
	float: left;
}

.fset-one-third {
	width: 33.3%;
	float: left;
}

.fset-two-third {
	width: 66.6%;
	float: left;
}

.fset-one-fourth {
	width: 25%;
	float: left;
}

.fset-three-fourth {
	width: 75%;
	float: left;
}

.kontakt-uploads {
	background: #F8F8F8;
	border: 1px solid #ddd;
}


/* CLEARFIX */

.clearfix {
	clear: both;
}



@media all and (max-width: 480px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 480px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 480px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 480px), 
only screen and (min-resolution: 192dpi) and (max-width: 480px), 
only screen and (min-resolution: 2dppx) and (max-width: 480px){



}



@media all and (max-width: 767px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), 
only screen and (min-resolution: 192dpi) and (max-width: 767px), 
only screen and (min-resolution: 2dppx) and (max-width: 767px){



}



@media all and (max-width: 959px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 959px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 959px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 959px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 959px), 
only screen and (min-resolution: 192dpi) and (max-width: 959px), 
only screen and (min-resolution: 2dppx) and (max-width: 959px){

.fset {
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}

.fset-one-half {
	width: 100%;
	float: none;
}

.fset-one-third {
	width: 100%;
	float: none;
}

.fset-two-third {
	width: 100%;
	float: none;
}

.fset-one-fourth {
	width: 100%;
	float: none;
}

.fset-three-fourth {
	width: 100%;
	float: none;
}

}

@media all and (max-width: 1023px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1023px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1023px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 1023px), 
only screen and (min-resolution: 192dpi) and (max-width: 1023px), 
only screen and (min-resolution: 2dppx) and (max-width: 1023px){



}


@media all and (min-width: 1024px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), 
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1024px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), 
only screen and (min-device-pixel-ratio: 2) and (min-width: 1024px), 
only screen and (min-resolution: 192dpi) and (min-width: 1024px), 
only screen and (min-resolution: 2dppx) and (min-width: 1024px){

    

}