
#mybyte_media_cookiehinweis {
	line-height: 125%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid;
    bottom: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    color: #484848;
    font-size: 12px;
    line-height: 125%;
    margin: 20px;
    padding: 10px;
    position: fixed;
    width: 200px;
    z-index: 999999;
	right: 0;
	display: none;
}

#mybyte_media_cookiesettings {
	line-height: 125%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid;
    bottom: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    color: #484848;
    font-size: 10px;
    line-height: 125%;
    margin: 10px;
    padding: 10px;
    position: fixed;
    z-index: 999999;
	right: 0;
	display: none;
	cursor: pointer;
}

#mybyte_media_cookiehinweis_close {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 10px;
	margin: 0;
    text-align: center;
}

#mybyte_media_cookiehinweis_save {
    background: #dedede none repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 10px;
    margin: 0;
	margin-top: 10px;
    text-align: center;
}

#mybyte_media_cookiehinweis_mehrinfos {
	text-decoration: underline;
}

/* kostenloses Erstgespräch EIN/AUS*/

#custom_html-2 .custom-html-widget {
    padding: 20px;
    display: none; /*none oder block*/
}


/* Schriftarten */

html,body{
  overflow-x:hidden;
  hypens: auto;
}

body,input,textarea,select,button{
  font-family: objektiv-mk3, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,h2:not(.widget-title),.main-title{
  font-family: stencil-creek, sans-serif;
  font-weight: 500;
  font-style: normal;
}

h1,h2{
  color: #295a73;
}

h3,h4,h5,h6{
  font-weight: 700;
}

@media(max-width:768px){
  body,input,textarea,select,button{font-size:16px;}
  h3{font-size: 24px;}
}


/* Abstaende */

.home.one-container .site-content{
  padding-bottom:0;
}

ol,ul{
  margin: 0 0 1.5em 1.3em;
}

ol li{
  padding-left: 4px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
  margin-bottom: 1em;
}

@media(min-width: 769px){
  .entry-content > .vc_row{
    padding-top: 2em;
    padding-bottom: 1em
  }
}

@media(max-width: 768px){
  .entry-content > .vc_row{
    padding-top: 1em;
    padding-bottom: 0.5em
  }
}


/* Seitenheader */

.site-header{
  background-color: #000;
}

.main-title a, .main-title a:hover, .main-title a:visited,
.site-description{
  color: #fff;
  color: red;
}
.navigation-branding, .site-logo.mobile-header-logo{
  margin-left: 20px;
}
.navigation-branding img, .site-logo.mobile-header-logo img{
  height:80px;
  padding: 10px 0 20px 0;
}

/* Navigationsmenü */

.menu-toggle{
  line-height: 80px;
}

button.menu-toggle{
  background-color: transparent;
}

button.menu-toggle:hover, button.menu-toggle:focus{
  background-color: rgba(255,255,255,0.2);
}

.main-navigation:not(.mobile-header-navigation){
  border-bottom: 4px solid #fff;
}

.mobile-header-navigation{
  border-bottom: 2px solid #fff;
}

.main-navigation.toggled .main-nav li{
  border-top: 1px solid rgba(255,255,255,.2);
}

.main-navigation, .main-navigation ul ul{
  background-color: #000;
}

.main-navigation ul li a{
  text-transform: uppercase;
}

@media(min-width:1024px){
  .main-navigation .main-nav > ul > li{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .main-navigation .main-nav > ul > li > a{
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 2px solid transparent;
    line-height: 28px !important;
  }
  .main-navigation .main-nav > ul > li:hover > a,
  .main-navigation .main-nav > ul > li:focus > a,
  .main-navigation .main-nav > ul > li.sfHover > a{
    border-top: 2px solid #fff;
  }
  .menu-item-has-children .dropdown-menu-toggle{
    padding-right:0;
  }
  .dropdown-menu-toggle:before{
    position:relative;
    top: 1px;
    left: -1px;
  }
}

.main-navigation.toggled .main-nav > ul{
  background-color: #000;
}


/* Inhalte */

.blocksatz {
  
  text-align: justify !important;s
}

.balken::after{
  content:'';
  display:block;
  width: 25%;
  height: 40px;
  background-color: #000;
  position:relative;
  left: -10%;
  margin-top: 1em;
}

blockquote{
  border-left:none;
  padding: 0 0 0 60px;
}

blockquote::before{
  content: '\f10e';
  font-family: 'FontAwesome';
  font-size: 1.5em;
  position:absolute;
  top:-3px;
  left:0;
  font-style:normal;
}

.schwarzbalken{
  background-color: #000;
  color: #fff;
  padding: 8px 8px 10px 8px;
}

.praeambel ul{
  margin:0;
  padding:0;
  list-style:none;
}

.praeambel ul li{
  padding:0;
}

.praeambel ul li::before{
  content:'\f087';
  font-family: 'FontAwesome';
  margin-right: 12px;
  color: #295a73;
  
}

.blau-bg{
  background-color: #295a73;
  color: #fff;
  padding-top: 2em;
}

.blau-bg h2,
.blau-bg h3{
  color: #fff;
}

.rot-bg{
  background-color: #73353b;
  color: #fff;
  padding-top: 2em;
}

.rot-bg h2,
.rot-bg h3{color: #fff;}

.schriftweiss{
  color: #fff;
}

.blau-spalten .vc_column-inner > .wpb_wrapper{
  background-color: #295a73;
  color: #fff;
  padding: 1em;
}

.blau-spalten .vc_column-inner p{
  font-size: 0.8em;
}

.grau-bg{
  background-color: #e8e8e8;
}

.grau-bg .vc_column-inner{
  padding: 1em 1em 0;
}

.kreis-spalten .vc_column-inner > .wpb_wrapper{
  background-color: #73353b;
  max-width: 200px;
  height: 150px;
  display:block;
  margin: 0 auto;
  border-radius: 100px;
  color: #fff;
  padding-top: 50px;
  margin-bottom: 1em;
}

.counter{
  font-size: 2em;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}

.breite-400{
  width: 400px;
  margin: 0 auto;
}

.blaurahmen-spalten .vc_column-inner > .wpb_wrapper{
  border: 2px solid #295a73;
  border-radius: 2px;
  padding: 1em 1em 0;
  font-size: 0.8em;
}

.blaurahmen-spalten h3{
  font-size: 20px;
}

.kontaktzeile .wpb_content_element{
  margin-bottom: 0;
}

.accordion-slider h3 a{
  color: #000;
}

.accordion-slider p a{
  color: #fff;
}

.accordion-slider h3.as-layer{
  font-size: 18px;
  line-height: 1.3;
}

.accordion-slider p.as-layer{
  font-size: 0.9em;
  line-height: 1.5;
}

@media(max-width:768px){
  .accordion-slider p.as-layer{
    font-size: 0.7em;
    line-height: 1.4;
  }
}

/* Call to Action Erstgespraech */

#custom_html-2{
  position: fixed !important;
  top:50% !important;
  transform:translateY(-50%);
  display:block;
  right:-200px;
  width: auto;
  max-width: 200px;
  background-color: #73353b;
  text-align:left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: -2px 2px 12px -3px rgba(0,0,0,0.5);
  -moz-box-shadow: -2px 2px 12px -3px rgba(0,0,0,0.5);
  box-shadow: -2px 2px 12px -3px rgba(0,0,0,0.5);
  z-index: 9999999;
  opacity: 0.75;
  transition: transform .25s .1s ease-in-out;
}

.right-in #custom_html-2{
   transform: translate3d(-200px, -50%, 0);
}

#custom_html-2:hover,
#custom_html-2:focus{
  opacity: 1;
}

#custom_html-2 .custom-html-widget {
    padding: 20px;
}

#custom_html-2 .erstgespraech-button{
  border-bottom: none;
  color: #fff
}

.pum-theme-1747 .pum-title,
.pum-theme-lightbox .pum-title {
  color: #73353b;
  margin-bottom: 10px;
}


/* Footer Widgets */

.footer-widgets .widget_nav_menu ul li::before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: 6px;
}

.footer-widgets .widget i{
  margin-right: 6px;
}

.footer-widgets .widget .fa-phone-square{
  font-size: 20px;
}

/* Anpassungen Formulare */

button:not(.menu-toggle), html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background), .vc-btn3{
  background-color: #73353b !important;
  color: #fff !important;
  border-radius: 5px;
}

button:not(.menu-toggle):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, button:not(.menu-toggle):focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a.button:focus, a.wp-block-button__link:not(.has-background):active, a.wp-block-button__link:not(.has-background):focus, a.wp-block-button__link:not(.has-background):hover, .vc_btn3:hover, .vc_btn3:focus{
  background-color: #295a73 !important;
  color: #fff !important;
}

select{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

#wpforms-118-field_4,
#wpforms-413-field_2{
  font-size: 0.8em;
}

.newsletterbox .wpforms-container{
  border: 2px solid #e8e8e8;
  padding: 20px;
  border-radius: 2px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select{
  border-color: #ccc;
  color: #666;
  background-color: #fcfcfc;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus{
  border-color: #295a73;
  color: #000;
  background-color: #fff;
}

.choice-1 input[type="checkbox"],
.depth-1 input[type="checkbox"] {
    opacity: 0;
}

.choice-1 label,
.depth-1 label {
  position: relative;
  display: inline-block !important;
  padding-left: 0 !important;
  left: 25px !important;
  margin-left:-25px !important;
  width: calc(100% - 25px);
}

.choice-1 label::before,
.choice-1 label::after,
.depth-1 label::before,
.depth-1 label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

/* Outer box of the fake checkbox */
.choice-1 label::before,
.depth-1 label::before{
    height: 16px;
    width: 16px;
    border: 1px solid #ccc;
    background-color: #fcfcfc;
    left: -26px;
    top: 2px;
}

/*Checkmark of the fake checkbox*/
.choice-1 label::after,
.depth-1 label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: -22px;
    top: 6px;
}

/*Hide the checkmark by default*/
.choice-1 input[type="checkbox"] + label::after,
.depth-1 input[type="checkbox"] + label::after {
    content: none;
}

.choice-1 input[type="checkbox"]:focus + label::before,
.choice-1 input[type="checkbox"]:checked + label::before,
.depth-1 input[type="checkbox"]:focus + label::before,
.depth-1 input[type="checkbox"]:checked + label::before {
  border: 1px solid #295a73;
  background-color: #fff;
}

/*Unhide on the checked state*/
.choice-1 input[type="checkbox"]:checked + label::after,
.depth-1 input[type="checkbox"]:checked + label::after {
  content: "";
}

.wpforms-container .wpforms-checkbox-3-columns ul li,
.wpforms-container .wpforms-multiplechoice-3-columns ul li,
.wpforms-container .wpforms-list-3-columns ul li{
  width: calc(33.3333% - 26px) !important;
}

.wpforms-container input[type=range]{
  margin: 1em 0;
}

@media(min-width:601px){
  .wpforms-container .wpforms-checkbox-2-columns ul li,
  .wpforms-container .wpforms-multiplechoice-2-columns ul li,
  .wpforms-container .wpforms-list-2-columns ul li {
    width: 48%;
    padding-right: 0;
  }
  .wpforms-container .wpforms-checkbox-2-columns ul > li:nth-child(even),
  .wpforms-container .wpforms-multiplechoice-2-columns ul > li:nth-child(even),
  .wpforms-container .wpforms-list-2-columns ul > li:nth-child(even){
    margin-left: 4%;
  }
}

@media only screen and (max-width: 600px){
  .wpforms-container .wpforms-field:not(.wpforms-field-phone) {
    overflow-x: initial;
  }
}


/* Fusszeile */

.site-info{
  background-color: #000;
}

.site-info a:hover{
  color: #295a73;
}

@media (min-width: 768px) {
    .multicol {
        column-count: 2;
    }
}