/*
Theme Name: spacious child
Description: A child theme of spacious Theme
Author: Andreas Perzborn
Author URI: http://www.buero-perzborn.de
Version: 1.0.0
Template: spacious
*/
@import url("../spacious/style.css");

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('fonts/lato-v23-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/lato-v23-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('fonts/lato-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/lato-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}




body { 
  background: url(images/back.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #eaeaea;
}
.clear {
    clear: both;
}
h3 {
    font-size: 22px;
    line-height: 26px;
}
#menu-side-unternehmen .current_page_item a {
	color: #000;
}

#header-logo-image img {
    max-width: 200px;
    height: auto;
}

#header-right-sidebar .widget_text {
    margin-bottom: 0;
}
#header-right-sidebar .widget_text .textwidget {
    padding-bottom: 0;
}

.main-navigation {
    padding-top: 2px;
}




/* Accordion Styles */

.accordion-title {
    padding:5px 12px;
    border-bottom: solid 1px #e6e6e6;
    color:#006ab3; /*text color of link*/
    display:block;
    cursor: pointer;
    margin-bottom: 0.5em;
}
.accordion-title.open ,
.accordion-title:hover {
    color:#000; /*Text color on hover*/
}
/* Useing FontAwesome plus/minus signs when expanded/collapsed*/
.accordion-title:before {
    color: #006ab3;
    content: "\f067";
    font-family: FontAwesome;
    font-size: 70%;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 1em;
    text-decoration: none;
}
/*toggle Useing FontAwesome plus/minus signs when expanded/collapsed*/
.accordion-title.open:before {
    color: #006ab3;
    content: "\f068";
    font-family: FontAwesome;
    text-decoration: none;
}
/**/
.accordion-content{
    padding:;
    background-color:;
    border-style:; /*Border around drop down box (content section)*/
    border-width:;

}
.tablepress tfoot th,.tablepress thead th {
	background-color:#006ab3 !important;
	color: #fff;
}


.tel_icon {
    margin: 0 0.5em;
}


.symple-bullets li {
    margin-bottom: 0.5em;
}

.menu-main-container {
    margin-top: 0.5em;
}
#menu-main a, #menu-side-unternehmen a {
    text-transform: uppercase;
}
.main-navigation li {
    padding: 0 0 0 0px;
    margin-left: 15px;
    font-size: 90%;
}
.main-navigation ul li a {
    font-size: 14px;
}



.home #content .post, #content .page {
    padding-bottom: 0;
}
.main-navigation ul li ul {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    left: 15px;
    width: 200px;
}
/* footer */

#colophon .widget-title {
    font-size: 120%;
}
#colophon, #colophon p {
 color: #D5D5D5;
}
.tg-column-2 a {
    display: block;
}
.zertifikat_image {
    margin-left: 20%;
}

.mitarbeiter_box {
    clear: both;
}
.post-39 h3 {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 1em;
    padding-bottom: 5px;
}
.post-39 strong.name{
    padding-bottom: 0.2em;
    display: inline-block;
}


/* Antrag Formular */

.symple-one-half, .symple-one-third, .symple-two-third, .symple-three-fourth, .symple-one-fourth, .symple-one-fifth, .symple-two-fifth, .symple-three-fifth, .symple-four-fifth, .symple-one-sixth, .symple-five-sixth {
    margin-bottom: 0;
}

.aktuelles_datum,
.Datum input,
.TelefonZentrale input,
.FaxZentrale input,
.AnsprechpartnerTelefonDurchwahl input,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
    padding: 7px;
    border: 1px solid #EAEAEA;
    line-height: 20px;
    width: 98%;
    margin: 0 0 30px;
    background-color: #F8F8F8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}
span.wpcf7-not-valid-tip {
    margin-top: -28px;
}
.zustimmung span.wpcf7-not-valid-tip {
    margin-top: 0px;
}
.zustimmung {
    display: inline-block;
    margin-bottom: 1em;
}
.pflichtfeld {
    color: red;
}

.wpcf7-form label.error {
    color: red;
    font-size: 14px;
    float: none;
    padding-left: 5px;
    position: absolute;
    top: 32px;
    left: 0;
}
.theme_1.wpcf7-form input.error, .theme_1.wpcf7-form select.error, .theme_1.wpcf7-form textarea.error {
    border-bottom: 2px solid red;
}
.info_rechpermail {
    margin-top: -1.5em;
}

/* =DROP DOWN
----------------------------------------------- */
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
    display:none;
    z-index: 9999;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
    display:block;
}
.main-navigation ul li ul {
    position: absolute;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-top: 1px solid #0FBE7C;
    top: 45px;
    left: 25px;
    width: 150px;
}
.main-navigation ul li ul li {
    float: none;
    border-bottom: 1px solid #EAEAEA;
    padding: 0;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
    float: none;
    line-height: 21px;
    font-size: 13px;
    font-weight: normal;
    height: 100%;
    padding: 6px 10px;
    color: #666666;
}
.main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover > a, .main-navigation ul li.current-menu-item ul li a:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    color: #0FBE7C;
}
.main-navigation ul li ul li ul {
    left: 150px;
    top: -1px;
}
.main-navigation select {
    display: none;
}

.main-navigation a {
    color: #444444;
    display: block;
    float: left;
    padding: 16px 0 5px;

}
