/*
Theme Name: easynetto child
Author: Jung, DMS & Cie.
Author URI: https://www.jungdms.de
Template: easynetto
Version: 1.0
Text Domain: easynetto
*/

/* HYPERLINK ALS BUTTON */

a.btn {
    background-color: #007098;
	border: 1px solid transparent;
    color: #ffffff;
    padding: 10px 16px;
    font-size: 18px;
    margin-top: 10px;
}
a.btn:hover {
    color: #ffffff;
}
a.btn-outline {
    background-color: transparent;
	border: 1px solid #007098;
	border-radius: 4px;
    color: #007098;
    padding: 10px 16px;
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
}
a.btn-outline:hover {
    color: #007098;
}
	
/* FORMULAR */

.wpcf7-form {
	margin-bottom: 60px;
}
.form-row {
	clear: both;
	display: block;
}
.form-row .left {
	float: left;
	width: 50%
}
@media (max-width: 991px) {
	.form-row .left {
		float: left;
		width: 100%
	}
}
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    color: #fff;
    background-color: #007098;
    display: inline-block;
    margin: 1em 0 0 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
	border-radius: 4px;
}
.pp-werden {
	padding-top: 15px;
}
label {
	font-size: 15px;
	font-weight: normal;
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
	}
input[type="text"], input[type="email"] {
	width: 95%;
}
.wpcf7-select {
	width: 95%;
	background-color: #ffffff;
    padding: 2px;
}
span.wpcf7-list-item {
	margin: 0;
}
span.first {
	margin: 0 1em 0 0;
}

/* FORMULAR RESPONSE */

.wpcf7-response-output {
    margin: 2em 0 1em !important;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content: "\f147";
}
div.wpcf7-validation-errors:before {
    content: "\f158";
}

/* NIVO LIGHTBOX BEI HOHER AUFLÖSUNG */

@media (min-width: 767px) {

	.nivo-lightbox-wrap {
		position: absolute;
		top: 10%;
		bottom: 10%;
		left: 20%;
		right: 20%;
	}
}

/* COOKIE NOTICE */

#cookie-notice {
    font-size: 16px;
    line-height: 26px;
    padding: 15px;
}

/* VIMEO-VIDEO RESPONSIVE */

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin-top: 25px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

a._brlbs-btn-cookie-preference {
    margin-top: 10px;
}

/* SIDEBAR */

.sidebar {
	font-size: 14px;
}