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

/* Schriftarten */

body, input, textarea, button, select{
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.015em;
}

h1,h2,.widget-title{
  font-family: copperplate, serif;
  font-weight: 300;
  font-style: normal;
  text-transform:uppercase;
  letter-spacing: 0.1em;
}

h3,h4,h5,h6{
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 400;
  font-style: italic;
}


.main-navigation .main-nav ul li a{
  font-family: copperplate, serif;
  font-weight: 300;
  font-style: normal;
  word-break: keep-all;
}

@media screen and (max-width:768px){
  body, input, textarea, button, select{
    font-size: 18px;
  }
}

ol{
  margin: 0 0 1.5em 1.5em;
}

ul{
  margin: 0 0 1.5em 1.3em;
}

ol li{
  margin-bottom: 1em;
}

b,strong{
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 800;
  font-style: normal;
}

blockquote{
  border-left: none;
    padding: 0;
}

.entry-content a,
.entry-content a:visited{
  color: #002f56;
  border-bottom: 1px solid #002f56;
}

.entry-content a:hover,
.entry-content a:focus{
  color: #000;
  border-bottom: 1px solid #000;
}


/* Navigation */

.main-navigation{
  border-top: 1px solid #002f56;
  border-bottom: 1px solid #002f56;
}

.main-navigation.toggled .main-nav li{
  border-top: 1px solid #002f56;
}

.menu-toggle,
.main-navigation .main-nav ul li a{
  text-transform:uppercase;
  letter-spacing: 0.1em;

}

@media (max-width: 900px){
  .menu-toggle{
    font-size: 20px;
  }
}


/* Header */


.startseite-kopfbereich{
  height: calc(100vh - 334px);
  background-image: linear-gradient(0deg, rgba(0,47,86,0.7),rgba(0,47,86,0)), url(https://markusberg.net/wp-content/uploads/2020/11/Bild-mit-Micro-final-1-scaled.jpg);
}

.startseite-kopfbereich .inside-page-hero{
  height: 100%;
  position: relative;
}

.startseite-kopfbereich .inside-page-hero .kniggelogo{
  width: 22%;
  max-width: 200px;
  position:absolute;
  right:0px;
  top:20px;
}

.startseite-kopfbereich .inside-page-hero h1{
  color:#fff !important;
  /*text-align:center;*/
  position:absolute;
  bottom: 10%;
}

.unterseite-hero{
  height: 600px;
  max-height: calc(50vh - 60px);
}

.startseite-hero .inside-page-hero,
.unterseite-hero .inside-page-hero{
  height: 100%;
  position:relative;
}

.unterseite-hero .inside-page-hero > *{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.unterseite-hero .inside-page-hero h1{
  text-transform:uppercase;
  letter-spacing: 0.1em;
}


/* Allgemeine Abstaende + Farben */

.entry-content > .vc_row{
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content > .vc_row.hauptfarbe{
  background-color: #002f56;
  padding-top: 3em;
  padding-bottom: 1.5em;
  color: #fff !important;
}

.entry-content > .vc_row.zweitefarbe{
  background-color: ;
  padding-top: 3em;
  padding-bottom: 1.5em;
  color: #fff !important;
}

.entry-content > .vc_row.drittefarbe{
  background-color: ;
  padding-top: 3em;
  padding-bottom: 1.5em;
  color: #fff !important;
}

.entry-content > .vc_row.viertefarbe{
  background-color: ;
  padding-top: 3em;
  padding-bottom: 1.5em;
  color: #fff !important;
}

@media screen and (max-width:768px){
  .entry-content > .vc_row{
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .entry-content > .vc_row.hauptfarbe,
  .entry-content > .vc_row.zweitefarbe,
  .entry-content > .vc_row.drittefarbe,
  .entry-content > .vc_row.viertefarbe{
    padding-top: 1.5em;
    padding-bottom:0;
  }
}

.footer-widgets{
  background-color: ;
}

.site-info{
  background-color: #002f56;
}


/* Anpassung Inhalte */

.kacheln .vc_column-inner .kachelbutton{
  position: absolute;
    bottom:32px;
    left: 0;
    padding: 0 16px;
    width: calc(100% - 32px);
    margin:0;
}

.kachelbutton a{
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 400;
  font-style: italic !important;
  border: none !important;
  font-size: 40px !important;
  border-radius:0 !important;
}

.kachelbutton .vc_btn3.vc_btn3-size-lg{
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.kachelbutton .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{
  right: 18px !important;
}

.kachelbutton a:hover,
.kachelbutton a:focus{
  background-color: rgba(255,255,255,0.7) !important;
}

.kachelbutton a .vc_btn3-icon{
  font-size: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
}

@media(max-width: 1100px) and (min-width:769px){
  .kacheln .vc_column-inner .kachelbutton{}
  .kachelbutton a{font-size:30px !important;}
  .kachelbutton a .vc_btn3-icon{
    font-size: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
  }
  .kacheln .vc_btn3.vc_btn3-size-lg{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
  }
  .kacheln .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{
    right: 16px !important;
  }
}

@media(max-width: 768px){
  .kacheln .vc_column-inner .kachelbutton{
    bottom: 27px;
  }
}

.rotrahmen .vc_column-inner > .wpb_wrapper {
  border: 1px solid ;
  background-color: rgba(171,26,23,0.2);
  border-radius: 2px;
  padding: 15px 25px 0;
}


.mg-pakete .vc_column-inner > .wpb_wrapper{
  border: 1px solid #444;
  border-radius: 2px;
  padding: 0;
}

.mg-pakete .vc_column_container{
  margin-bottom: 1.5em;
}

.mg-pakete .wpb_content_element{
  margin-bottom: 0;
  padding: 22px;
}

.mg-pakete h3,
.mg-pakete p{
  margin-bottom: 1em;
}

.mg-pakete h4{
  margin-bottom: 0;
}

.mg-pakete p,
.mg-pakete ul{
  line-height: 1.2em;
}

.mg-pakete .mg-titel{
  border-bottom: 1px solid #444;
  background-color: #222;
}

.mg-pakete .mg-titel h4{
  font-size: 24px;
  font-style:normal;
}

.mg-pakete .mg-titel h3{
  font-size: 32px;
}

.mg-pakete .mg-leistungen ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.mg-pakete .mg-leistungen ul li{
  border-top: 1px solid #444;
  padding: 4px 8px 16px 16px;
}

.mg-pakete .mg-leistungen ul > li:last-child{
  padding-bottom:0;
}

.mg-pakete .mg-preis{
  margin-bottom:0;
  border-top: 1px solid #444;
}

.mg-pakete .mg-preis p{
  margin-bottom: 4px;
}

.mg-pakete .mg-preis p:nth-child(even){
  font-size: 1.5em;
}


@media(max-width:1024px) and (min-width:769px){
  .mg-pakete .wpb_content_element{padding: 11px;}
  .mg-pakete .mg-titel h4{font-size: 18px;}
  .mg-pakete .mg-titel h3{font-size: 24px;}
  .mg-pakete p,.mg-pakete li{font-size: 18px;line-height: 1.1;}
  .mg-pakete .mg-leistungen ul li{padding: 2px 4px 12px 12px;}
  .mg-pakete .mg-preis p:nth-child(even){font-size:1.1em;}
}

.wp-show-posts-inner{
  border: 1px solid #444;
  border-radius: 2px;
  padding: 20px;
}

.wp-show-posts-inner h3,
.wp-show-posts-entry-header{
  margin-bottom:0;
}

.wp-show-posts-entry-title{
  line-height: 1;
  margin-bottom: 1em !important;
}

.wpsp-read-more a{
  display:inline-block;
}


.page-child .entry-content h2{
  font-size: 32px;
}

/* Anmeldebereich */

.anmelde-container{
      border: 1px solid #444;
    background-color: #222;
  padding: 16px 20px 0 20px;
}

.anmelde-container .anmeldebox i{
  margin-right: 10px;
}

.anmelde-container .anmeldebox .fa-mobile{
  font-size: 1.75em;
}

.anmelde-container .anmeldebox.telefon a{
  vertical-align: super;
}


/* Buttons */

form 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, .terminbutton, .wpsp-read-more a{
  background-color:transparent !important;
  color: #002f56 !important;
  font-size: 1em !important;
  border: 2px solid #002f56 !important;
  border-radius: 2px !important;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

form button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, form button: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,
.terminbutton:hover,
.terminbutton:focus,
.wpsp-read-more a:hover,
.wpsp-read-more a:focus{
  background-color: #002f56 !important;
  color: #fff !important;
}



/* WPForms */

select{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select{
    color: #666666;
    background-color: #fafafa;
    border-color: #bbb;
}

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: #002f56;
  color: #002f56;
  background-color: #fff;
}

.wpforms-container label.wpforms-error{
  color: ;
}

.wpforms-container .wpforms-field.wpforms-field-textarea{
  clear:both;
}

.wpforms-container .wpforms-field-sublabel,
.wpforms-field-gdpr-checkbox{
  font-size: 0.8em;
}

.wpforms-captcha-math input[type=text]{
  width: 80px;
}

#wpforms-75-field_8-container{
  display:inline-block;
  clear:both;
}

.wpforms-field-checkbox label{
  margin-bottom: 10px;
}

.wpforms-field-checkbox ul li{
  margin: 5px 0;
}

.wpforms-field-gdpr-checkbox .choice-1 input[type="checkbox"],
.wpforms-field-checkbox .choice-1 input[type="checkbox"],
.wpforms-field-checkbox .depth-1 input[type="checkbox"] {
    opacity: 0;
}

.wpforms-field-gdpr-checkbox .choice-1 label,
.wpforms-field-checkbox .choice-1 label,
.wpforms-field-checkbox .depth-1 label {
    position: relative;
    display: inline-block !important;
	padding-left: 0 !important;
	left: 25px !important;
	margin-left:-25px !important;
	width: calc(100% - 25px);
}


.wpforms-field-gdpr-checkbox .choice-1 label::before,
.wpforms-field-gdpr-checkbox .choice-1 label::after,
.wpforms-field-checkbox .choice-1 label::before,
.wpforms-field-checkbox .choice-1 label::after,
.wpforms-field-checkbox .depth-1 label::before,
.wpforms-field-checkbox .depth-1 label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

/* Outer box of the fake checkbox */
.wpforms-field-checkbox .choice-1 label::before,
.wpforms-field-checkbox .depth-1 label::before{
    height: 16px;
    width: 16px;
    border: 1px solid #444;
    background-color: #222;
    left: -26px;
    top: 6px;
}

/*Checkmark of the fake checkbox*/
.wpforms-field-checkbox .choice-1 label::after,
.wpforms-field-checkbox .depth-1 label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: rotate(-45deg);
    left: -22px;
    top: 10px;
}

.wpforms-field-gdpr-checkbox .choice-1 label::before{
    height: 16px;
    width: 16px;
    border: 1px solid #444;
    background-color: #222;
    left: -26px;
    top: 4px;
}

.wpforms-field-gdpr-checkbox .choice-1 label::after{
    height: 5px;
    width: 9px;
    border-left: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: rotate(-45deg);
    left: -22px;
    top: 8px;
}

/*Hide the checkmark by default*/
.wpforms-field-gdpr-checkbox .choice-1 input[type="checkbox"] + label::after,
.wpforms-field-checkbox .choice-1 input[type="checkbox"] + label::after,
.wpforms-field-checkbox .depth-1 input[type="checkbox"] + label::after {
    content: none;
}
.wpforms-field-gdpr-checkbox .choice-1 input[type="checkbox"]:focus + label::before,
.wpforms-field-gdpr-checkbox .choice-1 input[type="checkbox"]:checked + label::before,
.wpforms-field-checkbox .choice-1 input[type="checkbox"]:focus + label::before,
.wpforms-field-checkbox .choice-1 input[type="checkbox"]:checked + label::before,
.wpforms-field-checkbox .depth-1 input[type="checkbox"]:focus + label::before,
.wpforms-field-checkbox .depth-1 input[type="checkbox"]:checked + label::before {
  border: 1px solid #002f56;
  background-color: #fff;
}

/*Unhide on the checked state*/
.wpforms-field-gdpr-checkbox .choice-1 input[type="checkbox"]:checked + label::after,
.wpforms-field-checkbox .choice-1 input[type="checkbox"]:checked + label::after,
.wpforms-field-checkbox .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{
  border-top: 1px solid #002f56;
}

.site-footer .footer-widgets-container .inside-footer-widgets{
  margin-left: -60px;
}

.site-footer .footer-widgets-container .inner-padding{
  padding-left: 60px;
}

#custom_html-2 i{
  margin-right: 24px;
}

#custom_html-3 .custom-html-widget{
  border: 1px solid #002f56;
  padding: 24px;
  background-color: rgba(0,47,86,0.2);
  border-radius:2px;
}

#custom_html-3 .terminbutton{
  display:inline-block;
}

#custom_html-3 .terminbutton::before{
  content: '\f073';
  font-family: 'FontAwesome';
  margin-right: 18px;
}

#my_widget-2 i{
  margin-right: 12px;
}

#my_widget-2 .fa-mobile{
  font-size: 1.5em;
}

.site-info{
  border-top: 1px solid #002f56;
}