/*
Theme Name: proscience AG
Theme URI: 
Author: BornDigital
Author URI: 
Description: Child Theme of Frost
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: frost
Text Domain: proscience-ag
Tags: 
*/


/* CUSTOM BornDigital
---------------------------------------- */

/* Button hover  */
.wp-block-button__link:hover {
    background-color: #35b568 !important;  /*Grün*/
}

/* Button hover Hero  */
a.button:hover {
	background-color: #35b568 !important;  /*Grün*/
}

/* Button hover CF7  */
input[type="submit"] {
	background-color: #ffac2a; /*Orange*/
	cursor: pointer;
}

input[type="submit"]:hover {
	color: white;
    background-color: #35b568;  /*Grün*/
}

/* proscience trenner  */
.ps-trenner {
	border: 2px solid;
}


/* Current Menu  */

.current-menu-item span {
	color: #35b568;  /*Grün*/
	font-weight: bold;
}

/* Mobile Nav */

@media ( min-width: 782px ) {
 .wp-block-navigation.navigation-mobile {
  display: none;
 }
}

@media ( max-width: 781px ) {
 .wp-block-navigation.navigation-desktop {
  display: none;
 }
  .innovationsprozess {
  	background-image: none !important;
 }
   /* Flipbox list  */
	.flipbox2 .wp-block-list {
		line-height: 1.2 !important;
	}
}


/*
***** FLIPP BOX CSS *****
*/

.flipbox{	
height: 350px;
padding: 5px;
perspective: 1000px;
cursor: pointer;
}

.flipbox2{	
height: 400px;
padding: 5px;
perspective: 1000px;
cursor: pointer;
}

.flipbox_inner{
position: relative;
width: 100%;
height: 100%;
transition: transform 0.8s;
transform-style: preserve-3d;
}

.front, .back{
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden !important;
display: flex;
flex-direction: column;
padding: 15px;
}

.front{
background-repeat: no-repeat;
background-position: center;
background-size: cover !important;
/*justify-content: flex-end;*/
z-index: 0;
}

.back{
/*background-color: #2d4059;*/
align-items: center;
justify-content: center;
text-align:;
}
.back2{
	height: auto !important;
}

.left:hover .flipbox_inner{
transform: rotateY(180deg);
}

.right:hover .flipbox_inner{
 transform: rotateY(-180deg);
}

.up:hover .flipbox_inner{
transform: rotateX(180deg);
}

.down:hover .flipbox_inner{
transform: rotateX(-180deg);
}

.left .flipbox_inner .back, .right .flipbox_inner .back{
transform: rotateY(180deg);
}

.up .flipbox_inner .back, .down .flipbox_inner .back{
transform: rotateX(180deg);
}

.wp-block-cover:first-child(){
justify-content: end !important;
align-items: baseline !important;
}

/* Flipbox list  */
.flipbox2 .wp-block-list {
	line-height: 1.5;
}


/* polylang switcher  */
#lang_choice_1 {
	font-size:12px;
}

.ps-switcher {

}


.wp-block-polylang-navigation-language-switcher {

}

/* Google recaptcha */
.grecaptcha-badge { visibility: hidden; }