/*
Theme Name: Oswald - Child
Author: WPDaddy
Author URI: http://wpdaddy.com
Description: -
Version: 1.0
Template: oswald
*/
@import url("../oswald/style.css");

/**
* Footer changes
*/
footer#footer{font-size:12px}
	footer#footer .copyright{
		background-color:transparent !important;
		color:#fff !important;
	}

/**
* Simple boxed layout responsive fix
*/

/**
* Mobile order switcher
*/
@media (max-width:767px){
	div.mobile-order-switch div.wpb_column:first-of-type{
		order:2;
	}
	div.mobile-order-switch div.wpb_column:last-of-type{
		order:1;
	}
}

/**
* Custom heading
*/
.heading-focused > em{
	display:block;
	font-style:normal;
	font-weight:bold;


}

/**
* Custom images
*/
.bewerbung-image img{
	position:relative;
	right:-50px;
}

/**
* Custom text styles
*/
.uppercase{
	text-transform:uppercase;
}

/**
* Default button styling
*/
input[type="submit"], button{
	border-radius:0;
}
input[type="submit"]:disabled, button:disabled{
	background-color:#ddd;
	border:1px solid #ddd;
}

/**
* List styling
*/
.wpb_text_column ul{
	margin-left:20px;
}
	.wpb_text_column ul>li{
		list-style:square;
	}
		.wpb_text_column ul>li::before{
			display:none !important;
		}

/**
* Footer widget title modification for cAmEl-styled brand name
*/
.top_footer .widget-title,
.top_footer .widget h3.widget-title{
	text-transform:none;
}