/*
style-child.css
Version: 1.0-ps
Author URI: http://www.steckdesign.ch/
*/

a.innav, 
a.innav:visited {
    color: inherit;
    background-color: var(--fpmagenta-500);
    text-decoration: none;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration-line: none;
    text-decoration-style:none;
    text-underline-offset: calc(var( --fontsize ) * 0.3);
    text-decoration-thickness: 0px;
    /* text-decoration-thickness: from-font; */
}
a.innav:hover {
	opacity: 1;
    background-color: var(--fpmagenta-700);
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* --------------------------------------------------- */
/*  Aktuell/Mitglieder Seitennavigation */
/* --------------------------------------------------- */
.wp-prev-next {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: var( --size-1 );
}
.next-link a,
.prev-link a {
	border: 1px solid rgba(var(--redviolett), 1.0);
	color: rgba(var(--redviolett), 1.0);
	text-align: center;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding: calc( var( --fontsize ) * 0.35 ) calc( var( --fontsize ) * 0.7 );
	font-size: calc( var( --fontsize ) * 1.075 );
	line-height: 1.5;
	border-radius: .3rem;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.next-link a:hover,
.prev-link a:hover {
	border: 1px solid rgba(var(--white), 1.0);
	color: rgba(var(--sitecolor), 1.0);
	transition: all .2s ease-in-out;
}

.next-link {
	margin-right: auto;
}
.next-link .fa {
	margin-right: var( --size-05 );
}
.next-link a:hover .fa,
.prev-link a:hover .fa {
	color: rgba(var(--white), 1.0);
}

.prev-link{
	margin-left: auto;
}
.prev-link .fa {
	margin-left: var( --size-05 );
}


.page-pagination {
	text-align: center;
	height: calc( var( --fontsize ) * 2 );
}
.page-pagination a.page-numbers:hover {
    background: none;
    margin-top: -15px;
	font-size: calc( var( --fontsize ) * 2);
	color: rgba(var(--redviolett), 1.0);
}
.page-pagination span.page-numbers.current {
	display: inline-block;
	width: calc( var( --fontsize ) * 2 );
	margin-top: -15px;
	font-size: calc( var( --fontsize ) * 2);
	font-weight: 500;
	color: rgba(var(--white), 1.0);
}
.page-pagination a.page-numbers {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	width: calc( var( --fontsize ) * 2 );
	font-size: calc( var( --fontsize ) * 1.5);
	font-weight: 500;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s;  
	-moz-transition: all 0.3s; 
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s; 
	transition: all 0.3s;
}
.page-pagination a.prev.page-numbers {
	margin-right: calc( var( --fontsize ) * 1 );
	color: rgba(var(--white), 1.0);
}
.page-pagination a.next.page-numbers {
	margin-left: calc( var( --fontsize ) * 1 );
	color: rgba(var(--white), 1.0);
}
.page-pagination a.prev.page-numbers:hover,
.page-pagination a.next.page-numbers:hover {
	color: rgba(var(--redviolett), 1.0);
}


/* --------------------------------------------------- */
/*  Kontaktformulare */
/* --------------------------------------------------- */

.wpcf7-quiz-label {
	font-size: var( --size-1 );
}

.wpcf7 p input[type="submit"] {
	margin-top: 15px;
}

/* ---| Kontaktformular Platzhaltertext |-------------------------- */

.wpcf7 .placeholder,
::placeholder {
	font-family: var( --font-regular );
	font-weight: var( --fontweight );
    color: rgba(var(--fp_magenta), 0.5);
}
::-webkit-input-placeholder {
	font-family: var( --font-regular );
	font-weight: var( --fontweight );
    color: rgba(var(--fp_magenta), 0.5);
}
:-moz-placeholder {
	font-family: var( --font-regular );
	font-weight: var( --fontweight );
    color: rgba(var(--fp_magenta), 0.5);
}
::-moz-placeholder {
	font-family: var( --font-regular );
	font-weight: var( --fontweight );
    color: rgba(var(--fp_magenta), 0.5);
}
:-ms-input-placeholder {
    color: black !important;
	font-family: var( --font-regular );
	font-weight: var( --fontweight );
}

/* input::-webkit-datetime-edit {
    color: rgba(var(--sitecolor), 0.6)!important;
} */


.wpcf7 label, .wpcf7 p label, .wpcf7 use_label_element, .wpcf7 p use_label_element {
	font-size: calc( var( --fontsize ) * 0.75 );;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	color: rgba(var(--sitecolor), 1);
}

textarea {
    background-color: rgba(var(--fp_magenta), 0.1);
	border: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: var( --size-5 );
	padding-top: var( --size-025 );
	padding-left: var( --size-025 );
	padding-bottom: var( --size-025 );
	font-size: var( --size-1 );
}
input[type=date],
input[type=tel],
input[type=email],
input[type=text],
input[type=password] {
    background-color: rgba(var(--fp_magenta), 0.1);
	/* color: rgba(var(--sitecolor), 0.6)!important; */
	border: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	padding-top: var( --size-025 );
	padding-left: var( --size-025 );
	padding-bottom: var( --size-025 );
	font-size: var( --size-1 );
}

.members-login-form input[type=text],
.members-login-form input[type=password] {
    background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	padding-top: var( --size-025 );
	padding-left: var( --size-025 );
	padding-bottom: var( --size-025 );
	font-size: var( --size-1 );
}

textarea:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=textaerea]:focus,
input[type=password]:focus {
    background-color: rgba(var(--white), 1);
	border-bottom: 1px solid rgba(var(--fp_magenta), 1);
}

/* input[type=submit] {
	background-color: transparent;
	border: none;
	border: 1px solid #fff;
	border-radius: var( --size-025 );
	padding: var( --size-05 );
	font-size: var( --size-1 );
	cursor: pointer;
}
input[type=submit]:hover {
	background-color: rgba(var(--white), 0.6);
	border: none;
	border: 1px solid #fff;
	border-radius: var( --size-025 );
	padding: var( --size-05 );
	font-size: var( --size-1 );
	cursor: pointer;
} */



.post-password-form input[type="password"] {
    font-size: var( --fontsize );
    color: rgba(var(--white), 1.0);
	border: none;
    background-color: rgba(var(--grey), 0.4);
	height: calc( var( --fontsize ) * 2 )!important;
	margin-top: calc( var( --fontsize ) * 0.5 );
	padding-top: 0px;
    padding-left: calc( var( --fontsize ) * 0.5 );
    padding-right: calc( var( --fontsize ) * 0.5 );
    border-radius: 5px;
}
.post-password-form input[type="submit"] {
    font-size: var( --fontsize );
    color: rgba(var(--white), 1.0);
	border: none;
	background-color: rgba(var(--redviolett), 0.6);
	height: calc( var( --fontsize ) * 2 )!important;
	margin-top: calc( var( --fontsize ) * 0.5 );
    padding-left: calc( var( --fontsize ) * 0.5 );
    padding-right: calc( var( --fontsize ) * 0.5 );
    border-radius: 5px;
}
.post-password-form input[type="submit"]:hover {
    color: rgba(var(--white), 1.0);
	border: none;
	background-color: rgba(var(--redviolett), 1);
}
.post-password-form h6 {
	line-height: 1.3;
}
.post-password-form p {
	line-height: 1.3;
}


/*	============================================================
	Modal
	============================================================ */
/* The Modal (background) */
.modal {
	display: none;
    position: fixed;
    z-index: 100;
    padding-top: calc( var( --fontsize ) * 6 ); /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(var(--black), 1); /* Fallback color */
	background-color: rgba(var(--black), 0.4);/* Black w/ opacity */
}

/* Modal Content */
.modal-content {
		/* left: 50%;
		top: 50%;
		transform: translate(-50%, -50%); */
    position: relative;
	background-color: rgb(62, 63, 65);
    margin: auto;
    padding: 0;
    border: 1px solid #888;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
#close {
    color: black;
    float: right;
    font-size: calc( var( --fontsize ) * 2 );;
    font-weight: bold;
}
#close:hover,
#close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
	padding: 10px 16px;
	color: white!important;
	background-color: rgba(var(--rgb_red), 1);
	border-bottom: 0px solid #e5e5e5;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.modal-body {
	padding: 30px 26px;
	color: white;
}
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
