/*
Theme Name: Supervision & Coaching Münster, Bandbreite & Seahouse
Theme URI: http://seahouse.me
Author: seahouse.me
Author URI: http://seahouse.me
Description: Auftragsarbeit für Julica
License: All Rights reserved to Seahouse
License URI: none

*/


body {
	font-family: Lato;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 10px;
	color: #90918c;

	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 

	overflow: auto;
}
* {
	outline: none;
}
.headerPic {
	padding-top: 7.6%;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	float: left;
}
.headerLogo {
	background-color: rgba(237, 236, 236, 0.8);
	margin-top: 		20%!Important;
	padding-top: 35%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 0;
}
@media only screen and (max-width: 42.063em) { 
	.headerLogo {
		margin-top: 10%!Important;
	}
	nav {
		display: none;
	}
}

@media only screen and (min-width: 42.063em) { 
	nav {
		display: block !Important;
	}
}
.headerLogoImage {
	float: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.headerMenu {
	margin-top: 0!Important;
}
.menu-icon {
	padding-top: 0!Important;
}
nav {
	text-transform: uppercase;
}
nav > ul {
	list-style: none;
	float: left;
	margin: 0;
	width: 100%;
	padding: 0;
}
nav > ul > li {
	list-style: none;
	float: left;
	width: 100%;
	clear: both;
}
nav > ul > li:first-child {
	margin-top: 0 !Important;
}
nav > ul > li:first-child > a {
	padding-top: 7px !Important;
}
nav > ul > li > a {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 20px;
	padding-left: 15%;
	width: 100%;
	color: #90918c;
	vertical-align: center;
	border-bottom: solid 1px #b9b4aa;
	text-decoration: none;
}
@media only screen and (max-width: 64em) {
	nav > ul > li > a {
		padding-left: 5%;
	}
}
nav > ul > li > a:hover {
	background-color: #90918c;
	color: white;
	border-color: white;
}
nav > ul > li.current_page_item {
	background-color: #e3051a;
	position: relative;
	margin-top: -1px;
}
nav > ul > li.current_page_item > a {
	color: white;
	border: none;
	padding-top: 8px;
}
nav > ul > li.current_page_item > a:hover {
	background-color: #e3051a;
}
.margin {
	margin: 7.5px;
}
img.margin {
	padding: 7.5px;
	margin: 0;
}
img.fullwidth {
	width: 100%;
}
.padding {
	padding: 27px;
}
.padding-left {
	padding-left: 27px;
}
.border-bottom {	
	border-bottom: solid 1px #b9b4aa;
}
#showNav {
	display: none;
}
footer {
	border-top: solid 1px #b9b4aa;
	margin-top: 20px !Important;
	margin-bottom: 100px !Important;
}
footer ul {
	list-style: none;
}
footer ul > li {
	float: right;
	margin-left: 40px;
}
footer ul > li > a {
	color: #90918c;
	text-decoration: none;
	font-size: 0.8rem;
}
footer ul > li > a:hover {
	color: #e3051a;
}
@media only screen and (max-width: 64em) {
	footer > ul > li {
		clear: both;
	}
}

/* Startseite */

.greyBox {
	color: #90918c;
	background-color: #edecec;
}
.greyBox strong {
	color: #e3051a;
}
.greyBox a {
	color: #e3051a;
	text-decoration: none;
}
.greyBox ul {
	list-style: none;
}
.greyBox li { 
	padding-left: 1em; 
	text-indent: -1em;
}
.greyBox li:before {
	content: "• ";
	color: #e3051a;
}
.portrait {
	width: 100%;
}
.special  h3 {
	background-color: #e3051a;
	color: white;
	font-size: 1rem;
	line-height: 2.2rem	
}
.specialText {
	padding: 8px 27px 15px 27px;
	overflow: auto;
	background-image: url('img/pfeil_grau.png');
	background-repeat: no-repeat;
	background-position: 90% 90%;
	background-size: 25px;
}
.specialText:hover {
	background-image: url('img/pfeil_rot.png');
}
.special strong {
	color: #e3051a;
	text-transform:  uppercase;
	margin-top: 5px;
}
.specialArrow {
	float: right;
	height: 20px;
	margin-top: 5px;
}
.specialLink {
	text-decoration: none;
	color: inherit;
}
img.special {
	width: 100%;
}
.redBox {
	background-color: #e3051a;
	color: white;
}
.redBox a {
	color: white;
}
.background-div {
	background-size: cover;
	background-position: center;
	position: absolute;
	background-repeat: no-repeat;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
@media only screen and (max-width: 64em) {
	.background-div {
		min-height: 500px;
	}
}
.contact {
	font-size: 0.9em;
}

/* Kontakt */
form p {
	margin-top: 0;
}
.wpcf7-form-control {
	background-color: #90918c;
	width: 100%;
	padding: 5px;
	color: white;
	font-family: "Lato";
	font-size: 1rem;
	border: none;
}
.wpcf7-submit {
	width: auto;
	background-color: white;
	color: #90918c;
	background-image: url('img/pfeil_rot.png');
	background-size: 20px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.wpcf7-submit:hover {
	background-image: url('img/pfeil_grau.png');
	cursor: pointer;
}
.wpcf7-response-output {
	float: left;
}
form.sent .wpcf7-submit {
	display: none;
}
.wpcf7-mail-sent-ok {
	color: #e3051a;
	vertical-align: middle;
	background-image: url('img/pfeil_grau.png');
	background-size: 20px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.screen-reader-response {
	display: none;
}
.wpcf7-form-control::-webkit-input-placeholder { /* WebKit browsers */
	color:    white;
}
.wpcf7-form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}
.wpcf7-form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}
.wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    white;
}

.wpcf7-form-control:focus::-webkit-input-placeholder { /* WebKit browsers */
	opacity:  0;
}
.wpcf7-form-control:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  0;
}
.wpcf7-form-control:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  0;
}
.wpcf7-form-control:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:  0;
}
input, textarea {
	-moz-border-radius: 	0px;
	-webkit-border-radius: 	0px;
	border-radius: 			0px;
}