
#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: Open Sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6{
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}


/* Header */

.startseite-hero{
   
}

.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%);
}


/* Allgemeine Abstaende + Farben */

.entry-content > .vc_row{
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content > .vc_row.hauptfarbe{
  background-color: #1a75ce;
  padding-top: 3em;
  padding-bottom: 1.5em;
  color: #fff !important;
}

.entry-content > .vc_row.zweitefarbe{
  background-color: #ffa012;
  padding-top: 3em;
  padding-bottom: 1.5em;
  color: #fff !important;
}

.entry-content > .vc_row.drittefarbe{
  background-color: rgba(80,139,206,0.59);
  padding-top: 3em;
  padding-bottom: 1.5em;
  color: #fff !important;
}

.entry-content > .vc_row.viertefarbe{
  background-color: #0e2364;
  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: rgba(80,139,206,0.59);
}

.site-info{
  background-color: #1a75ce;
}


/* Anpassung Inhalte */




.counter{
  font-size: 2em;
  margin-bottom:0;
}

/* Unterseite "Pakete" */

.zudenpaketen {
  vertical-align: middle !important;
  text-align:center !important;
  object-align:center !important;
  
}

.hauptfarbe {
  background-color: #eee !important;
}

.pakete-icons {
  width;25vw;
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}




.vc_btn4 {
  text-align: left;
  vertical-align: middle;
  /*padding:10px;*/
  background-color: #1a75ce !important;
  color: #fff !important;
  font-size: 1em !important;
}

.vc_btn4:hover,
.vc_btn4:focus{
  background-color: #ffa012 !important;
}

.vc_btn4:activ{
  background-color: #1a75ce !important;
}

.vc_btn4right {
  
  border-radius: 20px 20px 0px 0px !important;
}
.vc_btn4right:hover,
.vc_btn4right:focus{
  background-color: #ffa012 !important;
}

.vc_btn4right:activ{
  background-color: #1a75ce !important;
}

/* Buttons */



.vc_btn3{
  background-color: #1a75ce !important;
  color: #fff !important;
  font-size: 1em !important;
}

.vc_btn3:hover,
.vc_btn3:focus{
  background-color: #ffa012 !important;
}



/*Footer Sozial Media icons*/
a, a:visited {
    color: #1a75ce;
}


/* 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{
  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: #1a75ce;
  color: #000;
  background-color: #fff;
}

.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-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-gdpr-checkbox .choice-1 label::before,
.wpforms-field-checkbox .choice-1 label::before,
.wpforms-field-checkbox .depth-1 label::before{
    height: 16px;
    width: 16px;
    border: 1px solid #ccc;
    background-color: #fcfcfc;
    left: -26px;
    top: 4px;
}

/*Checkmark of the fake checkbox*/
.wpforms-field-gdpr-checkbox .choice-1 label::after,
.wpforms-field-checkbox .choice-1 label::after,
.wpforms-field-checkbox .depth-1 label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    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 #1a75ce;
  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;
  }
}