/*
* Theme Name: 	cuti und stier gbr - Praxis Keppel und Wirtz
* Theme URI:	http://dream-theme.com/
* Author: 		cuti & stier gbr
* Author URI: 	http://cutiundstier.de/
* Description:	Individuelle Anpassungen für MArtin Keppel und Elke Wirtz
* Template:		dt-the7
* Version:		1.0.0
*/
/*----------------------------------------------------------------------------
	- ALLGEMEINE ANPASSUNGEN -
-----------------------------------------------------------------------------*/
a,
a:hover,
a:focus,
a:active{
	outline: none;
	text-decoration: none
}
.cus-hidden{
	display: none;
}
#bottom-bar .wf-table {
    height: 40px;
}
@media screen and (min-width: 1280px){
	#page.boxed{
		margin: 20px auto;
	}
}
/*----------------------------------------------------------------------------
	- individuelle MOBILE / DESKTOP Umschaltung -
-----------------------------------------------------------------------------*/
/*.only-mobile{
	display: none;
	}
.only-desktop{
	display: block;
	}
@media only screen and (max-width: 770px) {
	.only-mobile{
		display: block;
	}		
	.only-desktop{
		display: none;
	}
}*/
/*----------------------------------------------------------------------------
	- Formular KONTAKT -
-----------------------------------------------------------------------------*/
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="range"], 
.wpcf7-form input[type="date"] {
	max-width: 100%;
	width: 100%;
	border-radius: 0px !important;
}