/*
Theme Name:     rechnerhaus
Description:    Child theme for Ultimatum
Author:         Ultimatum Theme
Template:       ultimatum
Version:        1.0.0
*/

/* iCheck square black
----------------------------------- */
@import 'css/iCheck/square/square.css';

/* chosen select styles
----------------------------------- */
@import 'css/chosen/chosen.css';

/* chosen select styles
----------------------------------- */
@import 'css/animate.css';

/* plugin fixes
----------------------------------- */

.bx-wrapper .bx-viewport {
  box-shadow: none;
}

.formwrap div{
	margin-bottom: 10px !important;
}

.formwrap div .icheckbox_square {
  margin-bottom: 0px !important;
}


.formwidth{
	width: 100%;
}

.chosen{
	width: 100%;
}

span.wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  margin-left: 0px;
}

span.wpcf7-list-item:last-of-type {
  margin-bottom: 20px;
}

span.wpcf7-list-item-label {
  padding-left: 5px;
}

span.wpcf7-form-control-wrap input {
    padding-left: 8px;
    height: 40px;
    border: 1px solid lightgray;
}

span.wpcf7-form-control-wrap textarea {
    padding-left: 8px;
    resize: none;
    height: 97px;
    border-color: lightgray;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
    height: 40px;
    line-height: 40px;
    background: #0d9296;
    color: #ffffff;
    border: none;
    padding: 0px;
}

.chosen-container-single .chosen-single {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: none;
  box-shadow: none;
  line-height: 38px;
  color: #000;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #ccc;
  background-image: none;
  box-shadow: none;
}

.chosen-container .chosen-results li.highlighted {
  background-color: black;
  background-image: none;
  color: #fff;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}

.chosen-container-single .chosen-single div b {
  background-position: 2px 8px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -16px 8px;
}

a.chosen-single:hover {
  color: #000;
  text-decoration: none;
}


/* *********************************************************************************************************
**
** RECHNERHAUS CHILD CSS
**
************************************************************************************************************/

/* mobile navigation */
/*#mobile_nav {
  display: none;
  cursor: pointer;
  width: 34px;
  height: 34px;
  right: 10px;
  position: absolute;
}

.nav_icon,
.nav_icon:before,
.nav_icon:after {
  position: absolute;
  top: 15px;
  left: 5px;
  width: 24px;
  height: 4px;
  background: #000;

  -webkit-transition: background 0.3s, -webkit-transform 0.3s, top 0.3s;
}

.nav_icon:before {
  top: -8px;
  left: 0;
  content: "";
}

.nav_icon:after {
  top: 8px;
  left: 0;
  content: "";
}

.open .nav_icon {
  background: transparent;
}

.open .nav_icon:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
}

.open .nav_icon:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
}

@media (min-width: 746px) {
  .nav-horizontal ul{
    display: block !important;
  }
}

@media (max-width: 745px) {
  #mobile_nav {
    display: block;
  }
  .header .column {
    width: 100% !important;
  }
  .nav-horizontal ul.menu > li > a, #block-2 .nav-search-active .nav-search {
    height: 30px !important;
    line-height: 0px !important;
  }
  .nav-horizontal ul {
    width: 100%;
    display: none;
  }
  .nav-horizontal li {
    width: 100%;
  }
}*/


/* layout styles
----------------------------------- */
body {
    font-family: 'NeuzeitS';
    font-size: 14px;
    line-height: 17px;
    color: #353535;
}

body,
html {
  height:100%;
  margin:0;
}

p {
    margin: 1em 0 1em 0;
    line-height: 17px;
}


a {
  color: #404040;
}

a:hover {
  color: #353535;
  text-decoration: none;
}


}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: 'NeuzeitS';
}

h1, .h1,
h2, .h2 {
    margin: 0 0 17px 0;
	font-weight: bold;
  color: #359FD3;
  text-align: center;
  font-size: 28px;
}

h3, .h3 {
  color: #359FD3;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
      font-weight: bold;
}

h4, .h4 {
    font-size: 22px;
}

p {
    font-size: 18px;
    margin: 10px 0 0px 0;
    line-height: 30px;
}

#bodywrapper {
    display: block;
    overflow-x: hidden;
    background: #F5F3F2;
    background: -moz-linear-gradient(#FFFFFF 25%, #F5F3F2 25%);
    background: -webkit-linear-gradient(#FFFFFF 25%, #F5F3F2 25%);
    background: linear-gradient(#FFFFFF 25%, #F5F3F2 25%);
    padding-bottom: 35px;
}

/* header styles
----------------------------------- */

header {
    color: black;
    width: 100%;
    display: block;
    background: #ffffff;
	  margin: auto;
	  padding:20px;
    overflow-x: hidden;
}


ul#menu-hauptnavigation {
    width: 1000px;
    padding: 0px 18px 0 16px;
    color: black;
    margin: auto;
}


#logo-container {
    padding-left: 0px;
    padding-bottom: 0px;
	  width:500px;
    font-size: 24px;
    line-height: 30px;
    color: #404040;
    font-weight: bold;
}

#logo-container img {
    height: 35px;
}

/* header navigation styles
----------------------------------- */

.wfm-mega-menu {
    width: 100% !important;
}

#col-2-2 a {
    color: red;
}
.wfm-mega-menu ul.menu {
    width: auto;
    margin-top: 20px;
    height: auto;
    position: absolute;
  	color:red;
  	right:0;
}

.wfm-mega-menu ul li {
    padding: 0 15px;
}

.wfm-mega-menu ul li a {
    padding: 12px 0px 6px 0px;
    color: #666;
    font-weight: normal;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    color: #000 !important;
}

.wfm-mega-menu ul li a .wf-mega-icon {
    display: none;
}

.wfm-mega-menu ul li a:hover {
    color: #fa792b;
}

.wfm-mega-menu ul li.current-menu-item a {
    border-bottom: 2px solid #f6e766;
}

.wfm-mega-menu ul li .sub-container.non-mega .sub {
    background: rgba(234, 234, 234, 0.9);
    padding: 5px 0px 10px 0px;
    margin-top: 5px;
}

.wfm-mega-menu ul li .sub-container.non-mega li {
    padding: 0 10px;
    width: auto;
}

.wfm-mega-menu ul li .sub-container.non-mega li a {
    padding: 7px 0px 7px 0px;
    background: none;
    border-bottom: 2px solid transparent;
}

.wfm-mega-menu ul li .sub-container.non-mega li a:hover {
    background: none;
    border-bottom: 2px solid #fa792b;
}

.wfm-mega-menu ul li .sub-container.non-mega li.current-menu-item a {
    border-bottom: 2px solid #000000;
}

.emergencybox {
	display: none;
    background: red;
    width: 250px;
    position: absolute;
    right: 26px;
    top: 40px;
}

/* footer styles
----------------------------------- */

footer {
    position: relative;
    background-color: #359FD3;
    display: block;
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

footer a {
    color: #fff;
}

footer .container {
    padding: 0px;
}

footer .horizontal-menu {
    margin: 10px 0;
}

 li {
   float: left;
	 padding:10px;
	 padding-left: 0px;
}

.abstand {
	width:250px;
}

/* other styles
----------------------------------- */
.horizontal-menu ul li{
  border: none !important;
}

table{
      margin-top: 5px;
}

td.vc_table_cell {
    padding: 10px 15px 0px 0px;
}

.image_row .vc_column_container .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.box_row{
    width: 1020px;
    margin-bottom: 36px;
}

.box_row p {
    font-size: 14px;
    line-height: 27px;
}

.box_row h2 {
    text-align: center;
    margin-top: 24px;
}

.box_row h3 {
    text-align: left;
    margin: 0px;
}

.box_4 {
    background: #ffffff;
    color: #000000;
    margin-top: 36px;
    margin-bottom: 53px;
}

.box_4_text{
  padding: 36px 54px 40px 54px;
}

.box_row .vc_column-inner {
    background: white;
    margin: 0 12px;
    padding: 24px 24px;
}

.box_row .box:first-child .vc_column-inner {
    margin-left: 0px;
}

.box_row .box:last-child .vc_column-inner {
    margin-right: 0px;
}

.box_row .box:last-child h3 {
    text-align: center;
}

.box_row .aio-icon-component {
  margin-bottom: 0px;
  margin-top: 10px;
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

.left-icon .aio-icon-description, .left-icon .aio-icon-header {
    float: left;
    width: 100%;
    color: #ff0000;
}

.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0;
}

.performance_row .wpb_content_element {
    margin-bottom: 0;
}

.white_text_box .wpb_content_element {
    margin-bottom: 0;
}

.team_row .wpb_content_element {
    margin-bottom: 0;
}

.practice_row .wpb_content_element {
    margin-bottom: 0;
}

.aio-icon i {
    line-height: inherit;
    color: #ff0000;
}

#col-1-2 a {
    color: #909090;
}
#container-1 {
    padding-left: 0;
}


.bodywrapper .menu {
    border: 1px solid black;
    padding: 20px;
    background: lightblue;
    margin-top: 30px;
    max-width: 233px;
    margin-bottom: 40px;
}

.container {
    width: 1020px;
    padding: 0 15px;
}

.practice_row {
    background: #fff;
    margin-top: 36px;
    margin-bottom: 36px;
}


.white_text_box {
    background: #fff;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 0px 0px 10px 0;
}

.vc_row.wpb_row.vc_row-fluid.performance_row {
    background: #fff;
    margin: 36px 5px;
}

.full_bg_color {
    background: #f8f6f6;
}

.warning_box .wpb_text_column.wpb_content_element {
    background: #fff;
    text-align: center;
    border: 5px solid #ff0000;
    padding: 20px 0;
}

.warning_box .vc_column-inner {
    padding: 0;
    background: none;
    margin-right: 0;
}

p.warning_p {
    color: #ff0000;
    font-size: 24px;
    font-weight: 600;
}

.warning_box p {
    font-weight: bold;
}

.warning_box .vc_btn3-container.vc_btn3-center {
    margin: 15px 0 0 0;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #fff;
    font-weight: bold;
    background: #359fd3;
}

.contact_row .vc_column-inner {
    padding: 0;
    background-size: cover;
}

.ult-banner-block, .wpb_row .wpb_column .wpb_wrapper .ult-banner-block{
  margin-bottom: 0 !important;
}

.team_row .wpb_wrapper {
    background: #fff;
    text-align: center;
    height: 100%;
}

.color_box .wpb_wrapper {
    background: #f6e766;
}

.team_row p {
    font-size: 14px;
}

.team_row .wpb_text_column.wpb_content_element {
    padding: 0px 0px 10px 0;
}

.color_box p {
    font-size: 24px;
}

.team_row h4 {
    font-size: 17px;
    font-weight: bold;
}


.color_box p {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

.color_box .vc_column-inner {
    display: flex;
    justify-content: center;
    align-self: center;
    background-color: #f6e766;
    margin: 15px;
    height: 100%;
    padding: 20px;
}

.color_box .wpb_wrapper {
    background: transparent;
    height: auto;
}

p.transform_text {
    font-size: 12px;
    color: #359fd3;
}
.mask.opaque-background {
    background: rgba(53, 159, 211, 0.8) !important;
}

.team_row {
  margin-top: 36px;
}

.img_box img {
    margin: 0 !important;
}

.img_box .vc_column-inner {
    padding: 0;
}

.heading h1 {
    text-align: left;
}

.heading {
    margin: 36px 0;
}

.slider_row {
    margin-bottom: 36px;
}

.slider_row h1 {
    text-align: left;
}

.slider_row p {
    text-align: left;
}

.slider_row .wpb_text_column.wpb_content_element {
    padding: 30px 0px 0 15px;
}

.praxis_box {
    border: 3px solid #f5f3f2;
    background: #fff;
}

.tparrows:hover {
    background: #f6e766 !important;
}

.tparrows {
    background: #fff !important;
}

.tparrows:before {
    color: #000 !important;
}


.slider_box .vc_column-inner {
    padding: 0;
}

/* VC Post */
.blog_item {
    display: flex;
    margin: 30px 0;
}

.content_box {
    padding: 0 25px;
    background: #fff;
}

.content_box h3 a {
    font-weight: bold;
    font-size: 18px;
    color: #359FD3;
}

p.vc_link a {
    background: #f6e766;
    padding: 10px 65px;
    font-weight: bold;
}

p.vc_link a:before{
  font-family: 'FontAwesome';
  content: "\f101";
  color:#353535;
  padding-right: 5px;
}

.post_img img {
    height: 100%;
    width: auto;
}

.blog_item.col-md-12 {
    border: 3px solid #f5f3f2;
    padding: 0;
}

.blog_item.col-md-12 .content_box {
    padding: 25px 25px 45px 25px;
}

.blog_row h3 {
    font-size: 18px;
}

.blog_item.col-md-6 .content_box h3 a {
    color: #000;
}

.blog_item.col-md-12 .post_img img {
    width: 100%;
    height: auto;
}

.blog_item.col-md-6 .post_img img {
    width: 100%;
    height: auto;
}


.blog_item.col-md-6 .vc_link {
    display: none;
}

.saboxplugin-date p {
    font-size: 13px;
}

.content_box p {
    line-height: 22px;
}

p.vc_link {
    margin-top: 30px;
}

.content_box h3 {
    margin-top: 0;
}

.blog_item.col-md-6 h3 {
    margin-top: 15px;
}

.post_img.col-md-6 {
    padding: 0 !important;
}

.map .vc_column-inner {
    padding: 0 !important;
}

.map_box{
  background: #fff;
}

.saboxplugin-wrap {
    background: #fff;
    margin: 36px 0 !important;
    border-top: 5px solid #f6e766 !important;
}

.sab-edit-settings {
    display: none;
}

h1#logo {
    text-align: left;
}

h2.entry-title.post-header {
  text-align: left !important;
  margin-top: 36px;
}

.post_container {
  max-width: 800px;
}

.post_wrapper {
    background: #F5F3F2;
}

.recentinner {
    background: #fff;
}

h4.recentposth3 {
    font-weight: bold;
    font-size: 18px;
}

.recentinner p {
    font-size: 16px;
    line-height: 18px;
}

div#ultimatumrecent-2-recent {
    display: flex;
}

.recenposts.vertical {
    margin: 5px;
}

.rhvc_posts_by_cat{
  display: flex;
  flex-flow: wrap;
}

/* responsive styles
----------------------------------- */

@media (min-width: 1200px) {
  .container {
      width: 1020px;
  }
}

@media (max-width: 1020px) {
  .container {
      width: 100%;
      padding: 0 15px;
  }
  .box_row {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
  }

  .slider_row{
    padding: 36px 15px 0 15px;
  }

  .white_text_box {
      margin: 36px 0px;
  }

  .practice_row {
    margin: 36px 0px;
  }

  .contact_row {
    margin: 36px 0px;
  }


}

@media (max-width: 992px) {
  .box_row .vc_column-inner {
      margin: 0 12px 30px 12px;
  }
  .box_row .box:nth-child(2) .vc_column-inner {
      margin-right: 0px;
  }
  .box_row .box:last-child .vc_column-inner {
      margin-left: 0px;
      margin-bottom: 0px;
  }
  #bodywrapper {
      background: #F5F3F2;
  }
  .wpb_single_image img {
      margin-bottom: 15px;
  }
  .box_row .vc_column-inner {
      margin-bottom: 15px;
  }
  .box_4 {
      margin-top: 15px;
      margin-bottom: 25px;
  }
  .wfm-mega-menu ul li {
      padding: 0 14px;
  }
  .wfm-mega-menu ul li a {
      padding: 15px 0px;
  }

}

@media (max-width: 981px) {
  .blog_item.col-md-12 {
    display: block;
  }

  .blog_item.col-md-12 .post_img img {
    max-width: 100%;
  }
}

@media (max-width: 790px) {
  .blog_row {
      padding: 10px;
  }

  .blog_item.col-md-12 {
    padding: 0 15px;
  }

  .color_box {
    width: 162px;
  }
}

@media (max-width: 769px){
  .color_box {
      width: 154px;
  }
}


@media (max-width: 767px) {
  #logo-container {
      padding-bottom: 5px;
  }
  footer {
      padding-left: 20px;
  }
  .box_row .box .vc_column-inner {
      margin-left: 0px;
      margin-right: 0px;
  }
  /* mobile nav */
  .slicknav_nav a {
      padding: 12px 15px;
      font-size: 20px;
      margin: 0;
    }
    .slicknav_nav .slicknav_row, .slicknav_nav a {
      padding: 12px 15px;
      margin: 0;
    }
    .slicknav_nav li {
      border-bottom: 1px solid #ffffff;
      display: contents;
    }

    .slicknav_nav li a {
    padding-left: 0 !important;
    }
    .slicknav_btn {
        position: absolute;
        right: 0;
        margin-top: -65px;
        margin-right: 5px;
        background-color: transparent;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .slicknav_menu .slicknav_icon-bar {
        background-color: #000000;
        width: 30px;
        height: 4px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #000;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
        margin-top: 6px;
    }
    /* slicknav animation start */
    .slicknav_btn span.slicknav_icon-bar:nth-child(1) {
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    .slicknav_btn span.slicknav_icon-bar:nth-child(2) {
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    .slicknav_btn span.slicknav_icon-bar:nth-child(3) {
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    .slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
      width: 0%;
      opacity: 0;
    }

    .slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
      -webkit-transform: rotate(-44deg);
      -moz-transform: rotate(-44deg);
      -o-transform: rotate(-44deg);
      transform: rotate(-44deg);
    }
    /* slicknav animation end */
    .slicknav_nav ul {
      margin: 0 0 0 0px;
    }
    .slicknav_nav ul li{
      padding-left: 5px;
    }
    .slicknav_nav ul li:last-child {
      border-bottom: none;
    }

    .color_box {
    width: auto;
    margin-bottom: 36px;
  }

  .team_row .wpb_wrapper {
    margin-bottom: 36px;
  }

  .praxis_box.wpb_column.vc_column_container.vc_col-sm-4 {
    padding: 0 10px 20px 0;
  }

  div#ultimatumrecent-2-recent {
      display: block;
  }

}

@media (max-width: 550px) {
  .blog_item.col-md-6 {
      display: block;
  }

  .blog_item.col-md-6 .post_img img {
    max-width: 100%;
    height: auto;
  }
  .content_box {
    padding: 5px 25px;
    background: #fff;
  }

  footer .ultimatum-nav {
    display: flex;
    justify-content: center;
  }

}


@media (max-width: 450px) {

  .slicknav_btn {
    margin-top: -30px;
  }

}

@media (max-width: 375px) {

  p.vc_link a {
    background: #f6e766;
    padding: 11px 49px;
    font-weight: bold;
  }

  #logo-container {
    font-size: 22px !important;
  }

  h1#logo {
    font-size: 22px !important;
  }

  a.logo {
    font-size: 22px;
  }

}
