
#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;
}



body, input, select, button, textarea{
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
}

b, strong{
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.main-title a, h1,h2,h3{
  font-family: fatfrank, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}



/* Abstaende */

ol,ul{
  margin: 0 0 1.5em 1.5em;
}

.home.one-container .site-content{
  padding-top:5px;
}

/* Header und Logo */

.main-title a, .main-title a:hover, .main-title a:visited{
  color:#f3933d;
}

/* Navigationsmenü */

.main-navigation, .main-navigation ul ul{
  background-color: #1e73be;
}

.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a{
  background-color: #f3933d;
}


.main-navigation .main-nav ul li{
  width: calc(100% / 5);
}

/* Inhalte */

.entry-content h1{
  color: #1e73be;
}

.orangerrahmen .vc_column-inner{
  padding-top: 20px;
  padding-left: 20px;
  padding-right:20px;
  border: 2px solid #f3933d;
}

.blauschrift{
  background-color: #1e73be;
  color: #fff;
  padding: 10px;
}

.erfahrungen-row img{
  width: 100px;
  height: 100px;
}

.phasen ul{
  list-style:none;
  margin:0;
  padding:0;
}

.phasen ul li{
  padding:10px 20px;
  margin-bottom: 5px;
  background-color: #f3933d;
  font-weight: 700;
}

.schriftweiss{
  color: #fff;
}

.counter{
  font-size: 2em;
  margin-bottom: 0;
}

/* Footer Widgets */

.widget_nav_menu ul li::before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: 6px;
}



/* Anpassungen Formulare */

button, 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: #f3933d !important;
  border-radius: 5px;
  color: #fff !important;
}

select{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

#wpforms-118-field_4{
  font-size: 0.8em;
}

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: #fafafa;
}

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: #1e73be;
  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 #1e73be;
  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;
  }
}

/* Footer Widgets */

.footer-widgets .widget i{
  margin-right: 5px;
}


/* Fusszeile */

.site-info{
  background-color: #1e73be;
}
