/*
 Theme Name: Pukeko Child
 Theme URI:
 Description: Pukeko Child Theme
 Author: Your Name
 Author URI: http://www.yourdomain.com/
 Template: pukeko
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Pukeko Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

@import url("css/fonts.css");
@import url("font-awesome-4.7.0/css/font-awesome-optimized.css");

.clear {
	padding:0 !important;
	font-size:0 !important;
	line-height:0 !important;
	margin:0 !important;
}
.telefonnummer, .nowrap, .more-link {
	white-space:nowrap;
}

/* --- Formular Termin --- */
form#formtermin {
	margin:0;
}

#formtermin p {
	margin: 0 0 0.5em 0 !important;
}

#formtermin div {
	clear: both;
	margin: 0 0 0 30px;
}

#formtermin fieldset {
	width: 20em;
	border-radius: 3px;
	border: 1px solid #909090;
	margin: 0 0 2em 0;
}

#formtermin label {
	width: 14em;
	border-radius: 3px;
	border: 1px solid #909090;
	font-size: 1em;
}

/* hide input */
#formtermin input.radio:empty {
	margin-left: -999px;
}

/* style label */
#formtermin input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 2.5em;
	text-indent: 3.25em;
	margin: 1em 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#formtermin input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #909090;
	border-radius: 3px 0 0 3px;
}

/* toggle hover */
#formtermin input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #fff;
}

#formtermin input.radio:hover:not(:checked) ~ label {
	color: #333;
}

/* toggle on */
#formtermin input.radio:checked ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #fff;
	background-color: #009836;
}

#formtermin input.radio:checked ~ label {
	color: #333;
}

/* radio focus */
#formtermin input.radio:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}

#formtermin input[type="submit"] {
	font-size: 1.5em !important;
}
/*-----------------------------------------------------------------------------------*/
/*	Shortcodes
/*-----------------------------------------------------------------------------------*/
/* ------- Infoboxes ------- */
.white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.lightgrey-box,
.grey-box,
.dark-box {
	margin: 30px 0;
	padding: 30px;
	overflow:hidden;
	font-size:1.1em;
	line-height:1.45;
}
.entry-content .white-box p,
.entry-content .blue-box p,
.entry-content .yellow-box p,
.entry-content .red-box p,
.entry-content .green-box p,
.entry-content .lightgrey-box p,
.entry-content .grey-box p,
.entry-content .dark-box p,
.entry-content .white-box ul,
.entry-content .blue-box ul,
.entry-content .yellow-box ul,
.entry-content .red-box ul,
.entry-content .green-box ul,
.entry-content .lightgrey-box ul,
.entry-content .grey-box ul,
.entry-content .dark-box ul,
.entry-content .white-box ol,
.entry-content .blue-box ol,
.entry-content .yellow-box ol,
.entry-content .red-box ol,
.entry-content .green-box ol,
.entry-content .lightgrey-box ol,
.entry-content .grey-box ol,
.entry-content .dark-box ol{
	margin: 0 0 20px;
	font-size:1em;
	line-height:1.45;
}
.white-box {
	background:#fff;
	border:1px solid #333;
}
.blue-box {
	background:#56B3B7;
	color:#fff;
}
.yellow-box {
	background:#FFCE2D;
	color:#000;
/*
	background:#F7EC69;
	color:#333;
*/
}
.red-box {
	background:#E22727;
	color:#fff;
}
.green-box {
	background: #CBDD86;
	color: #000;
/*
	background:#71B247;
	color:#fff;
*/
}
.lightgrey-box {
	background:#f6f6f6;
}
.grey-box {
	background:#D3D3D3;
}
.dark-box {
	background:#333;
	color:#fff;
}
.green-box p, .yellow-box p, .red-box p {
	margin:0 0 0.33em 0 !important;
	padding:0 !important;
}
.green-box a, .yellow-box a {
	color: #000 !important;
	text-decoration:underline !important;
}
.red-box a {
	color: #fff !important;
	text-decoration:underline !important;
}
/* ------- Buttons ------- */
.standard-btn {
	display:inline-block;
	margin:10px 10px 10px 0;
	padding:8px 15px;
	overflow:hidden;
	cursor:pointer;
	font-size:.9em;
	color:#fff !important;
	text-decoration:none !important;
	text-align:center;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
}
.standard-btn:hover {
	background:#909090;
	text-decoration:none;
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
}
.standard-btn.small-btn {
	padding:5px 10px;
	font-size: .8em;
}
.standard-btn.large-btn {
	margin:15px 15px 15px 0;
	padding:12px 22px;
	font-size: 1.1em;
}
.red-btn {
	background:#E22727;
	color:#fff;
}
.green-btn {
	background: #009836;
	color:#fff;
}
.green-btn:hover {
	background:#004c1b!important;
}
.blue-btn {
	background: #56B3B7;
	color:#fff;
}
.yellow-btn {
	background: #F9D93A;
	color:#333 !important;
}
.grey-btn {
	background: #D3D3D3;
	color:#333 !important;
}
.grey-btn:hover {
	color:#333;
}
.black-btn {
	background: #000;
	color:#fff;
}
.purple-btn {
	background: #612181;
	color:#fff;
}
.purple-btn:hover {
	background: #37154F;
	color:#fff;
}
