/* 
Theme Name: rhoencloud
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* Disable Animations on Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.animated {
/*CSS transitions*/
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
}

.edu-section {
    padding: 100px 0px;
}

/* Zweifarbige Headings in Gold*/
.heading-bicolor {color: var(--e-global-color-accent );}
    
/* Subheadline über der Hauptüberschrift*/
.subheadline {
    color:#0068b4;
    font-size: 1em;
    font-weight:300;
    text-transform: uppercase;
}
    
/* Styling des Header 
Show/Hide Effekt on Scroll ist als JavaScript über Elementor > Custom Code eingebunden
*/

header.sticky-header {
    --header-height: 140px;
    --opacity: 0.85;
    --shrink-me: 1;
    --sticky-background-color: #001124;
    --transition: 0.5s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
header.sticky-header > .elementor-container {
    flex-wrap: wrap;
    transition: min-height var(--transition);
}
header.sticky-header .edu-nav-logo {
    width: 300px;
}
header.sticky-header .edu-nav-menu {
    width: calc(100% - 300px)
}

header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .edu-nav-logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .edu-nav-logo img {
    max-width: calc(100% * var(--shrink-me));
}
@media (max-width: 768px) {
    header.sticky-header .edu-nav-logo  {
        width: 240px;
    }
    
    header.sticky-header .edu-nav-menu {
        width: calc(100% - 240px)
    }
}

/* Styling des Footer */
footer .edu-section-wrap {
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    footer, footer .elementor-background-overlay {
        background-image: unset !important;
        }
}

@media (min-width: 1025px) {
    #edu-footer-kontakt, #edu-footer-produkte, #edu-footer-loesungen {
        width: 20%;
    }
    
    #edu-footer-logo {
        width: 40%;
    }
}

/* flex-wrap Layout */

.edu-section-wrap .elementor-container {
    flex-wrap: wrap;
    }
.edu-1-col .elementor-column {
    width: 100%;
    }
.edu-2-col .elementor-column {
    width: calc(50% - 30px);
    }
.edu-3-col .elementor-column {
    width: calc(33.3% - 30px);
    }
.edu-4-col .elementor-column {
    width: calc(25% - 30px);
    }

@media (max-width: 1024px) {
    .edu-2-col .elementor-column, .edu-3-col .elementor-column, .edu-4-col .elementor-column  {
        width: 100% !important;
    }
}






/* Styling der Icon-Box mit den Vorteilen */
.edu-icon-box {
    background-color: #FFFFFF0A;
    padding: 20px;
    margin: 15px;
    border-radius: 20px;
}

.edu-icon-box .elementor-icon-box-title {
    color: var( --e-global-color-text );
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.5px;
    }
    
.edu-icon-box .elementor-icon-box-content .elementor-icon-box-description {
    margin: 20px 0px 0px -80px !important;
    }
    


@media (max-width: 1024px) {
    .edu-icon-box .elementor-icon-box-content .elementor-icon-box-description {
        margin: 20px 0px 0px 0px !important;
    }
}

/* Zweispaltiges Layout mit Bild im Anschnitt */

@media (min-width: 1024px) {
    .edu-col-image--left {
        padding-right: 80px;
    }
    
    .edu-col-image--left .elementor-background-overlay {
        border-radius: 0px 50px 50px 0px;
    }
        
    .edu-col-image--right {
        padding-left: 80px;
    }
    
    .edu-col-image--right .elementor-background-overlay {
        border-radius: 50px 0px 0px 50px;
    }
    
    .edu-col-text--left, .edu-col-text--right {
        width: 540px !important;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1024px) {
    .edu-col-image--left, .edu-col-image--right, .edu-col-text--left, .edu-col-text--right {
        width: 100% !important;
    }
    
    .edu-col-image--left .elementor-spacer, .edu-col-image--right .elementor-spacer {
        height: 300px;
    }
    
    .edu-section {
        padding: 0px;
    }
}


/*
 * CSS WP Forms Plugin
 *
 */
 
/**Form Background Color**/
 @media screen and (min-width: 992px){
  .wpforms-container {
     background-color: rgba(0, 0, 20, 0.3) !important;
     padding: 50px !important;
    }
  }
  
/** WPFORMS WPFORMSLABEL **/
 .wpforms-form label{
  color: var( --e-global-color-secondary);
 }
  
/** WPFORMS Input Textarea **/
 .wpforms-form input, .wpforms-form textarea, .wpforms-form select {
  background-color:rgba(0, 104, 180, 0.39)!important; 
  color: #fff !important;
 }
 
/** WPFORMS Input Textarea **/
 .wpforms-form .wpforms-field-description {
  background-color:rgba(0, 230, 2550, 0.3)!important; 
  color: #fff !important;
 }
 
/** WPFORMS Input **/
 .wpforms-form input, .wpforms-form select, .wpforms-form textarea, .wpforms-form .wpforms-field-description {
  border: 0px !important; 
 }
 
 .wpforms-form input:focus {
   border: 1px solid var( --e-global-color-secondary) !important;
   background-color:rgba(0, 104, 180, 0.7)!important; 
  }
 
/** WPFORMS Select **/
 .wpforms-form select:focus {
     background-color: var( --e-global-color-secondary) !important;
 }
 

/** WPFORMS Labels and Required **/
 label.wpforms-error, .wpforms-form .wpforms-required-label {
  color: var(--e-global-color-accent ) !important;
 }
 
/** WPFORMS Uploader **/
  div.wpforms-container div.wpforms-uploader {
      background: #fcfcfc30 !important;
}
  
/** WPFORMS BUTTON COLOR **/
 .wpforms-form button{
  background-color: var(--e-global-color-accent )!important;
   border: 0px !important; 
 }

/** WPFORMS SUBMIT BUTTON **/
 button.wpforms-submit{
  background-color:var(--e-global-color-accent ) !important; 
 }
  
 /** WPFORMS SUBMIT BUTTON Hover **/
 button.wpforms-submit:hover{
  color:rgb(255, 255, 255)!important; 
  /*background-color: #d4ab3d!important; */
    background-color: #ffff!important; 
     
 }

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	color: #ffff;
}

/*.wpforms-container {
	background-color: rgba(0, 0, 0, 0) !important;
} */


/* Sublabel Vornamen Nachname */
.wpforms-field-sublabel {
	color: #DBBE6F !important;
	padding-bottom: 2px !important; 
}


.wpforms-form textarea {
	background-color: #ffffff !important;
	color: black !important;

}

.wpforms-form input[type=number], input[type=email], input[type=text]  {
	background-color: #ffffff !important;
	color: black !important;
}


/* Neues CSS angepasst für Exchange-Postfach */


.wpforms-form button {
	border: 1px solid #DBBE6F !important;
	color: #DBBE6F !important;
	background-color: rgba(0, 0, 0, 0) !important;
	}


.wpforms-error {
	margin-top: 10px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-field-description {
    background-color: #0068B4 !important;
	padding-left: 5px;
}

.edu-aliasfield {
	margin-top: -20px !important;
}

.wpforms-entry-preview-wrapper {
	background-color: #FFFFFF0A !important;
	margin-bottom: 40px !important;
	padding: 20px !important; 
}

.wpforms-entry-preview-updating-message {
	background-color: #0068B4 !important;
}


.wpforms-entry-preview-notice {
	background-color: #0068B4 !important;
	border: none !important;
}

/*
.wpforms-one-half {
	float: none;
  width: 50% !important;
  display: table-cell !important;
	column-gap: 30% !important;
}


.wpforms-field-name-first,  {
	width: 90% !important;
	padding-right: 100px !important;
}

.wpforms-field-name-last {
	width: 90% !important;
	margin-left: 100px !important;
} */



/* Disable "x" Dropdown "Erzeugung Alias und E-Mail-Archivierung" */

#wpforms-876-field_34-container .choices__button {
	display: none !important;
}

#wpforms-876-field_33-container .choices__button {
	display: none !important;
}

.edu-datenschutztext .wpforms-field-label-inline {
	color: #ffff !important;
}

/* Bestätigungsnachricht */
.wpforms-confirmation-container-full {
	background: none !important;
	border: none !important;
	color: #DBBE6F !important;
	font-size: 20px;
	margin-bottom: 80px !important;
	padding: 0px;
	
}


/* Style Loginpage Formularcenter */


/* Passwort Sektion */
.post-password-required {
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px;
}

/* Überschrift */
.post-password-required h1 {
    text-align: center;
}

/* Alle Inhalte */
.post-password-form p {
    justify-content: center;
}
.post-password-form {
    margin: 6% auto;
    width: 100%;
    padding: 12px !important;
    max-width: 400px;
    width: 100%;
    padding: 20px;
}

/* Beschreibung */
.post-password-form p:nth-child(3) {
    font-size: 24px;
    text-align: center;
}

/* Input Form */
.post-password-form p:nth-child(4) {
    margin-top: 50px;
}

/* Input Label */
.post-password-form label {
    font-size: 16px;
}

/* Input Feld */
.post-password-form label input {
    border-radius: 0px;
    padding: 12px 10px;
    margin-top: 10px;
}

/* Button */
.post-password-form input[type="submit"] {
    font-size: 20px;
    padding: 8px 20px;
    margin-top: 10px;
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .post-password-required {
        height: auto;
    }
    .post-password-required h1 {
        font-size: 48px;
    }
}

