﻿/*
Theme Name: hrcm-i-excel
Description: Child theme for the i-excel theme
Author: Franz Saiko
Template: i-excel
Version: 0.1.0
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed.
Petrol:   #003E57
hellblau: #6290AA
 */

/*Normaler Standardtext*/
body {
    color: #575757;
    line-height: 1;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 16px;
}
p {	margin: 0 0 14px; }

/*Überschriften*/
h1 { font-size: 48px; margin: 30px 0; }

h2 { font-size: 30px; margin: 30px 0px 20px 0px; }

h3 { font-size: 22px; color: #003E57; margin: 40px 0px 10px 0px; }

h4 { font-size: 20px; color: #6290AA; margin: 25px 0px 10px 0px; }

/*wegblenden der Social Icons*/
.socialicons { display: none; }

/*Textgroesse in topphonebar*/
.topphone { font-size: 16px; }

/*Logogroesse*/
.site-header { min-height: 130px; }

.site-header .home-link img {
    max-height: 110px;
    max-width: 400px;
}
/*Grosser und kleiner Text in den Slides von I-Slider*/


.tx-slide-details p {
    display: inline-block;
    font-size: 18px;
    padding: 8px 16px;
    color: #FFF;
    background-color: rgba(0,54,81,0.7);
    max-width: 50%;
    margin-bottom: 12px;
}

.tx-slider .owl-controls .owl-buttons .owl-next, .tx-slider .owl-controls .owl-buttons .owl-prev {
    background-color: rgba(0,54,81,0.6);
}

/*die Überschriften*/
Element {
    font-size: 30px;
}

/*Text in den Fancy Frames*/
.tx-fw-content { font-size: 16px; }

/*Abstand zwischen den fancy frames auf Null setzen*/
.tx-row { margin-bottom: 0px; }

/*toggle Text*/
.toggle .togglec {
    display: block;
    position: relative;
    padding: 5px;
    background: #FFF;
    border: 1px solid #DDD;
    border-top: none;
}

/* CSS für Contact Form 7: mehrspaltig*/
.wps-form {
    width: 100%;
    margin: 0 auto;
}

.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wps-form-row .wpcf7-form-control {
    width: 100%;
}

.wps-form-column {
    flex: 1;
	padding: 0.5rem 0;
    width: 100%;
}

/* Notebook / Desktop */
.entry-content {
        width: 65%;
    }

/* Responsiveness */
@media only screen and ( max-width: 1069px ) {
	#wprmenu_bar.wprmenu_bar {
		display: none!important;
		height: 1px;
	}
}