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




.ssttbutton-symbol .fa .fa-arrow-up .fa-stack-1x {
  color: #fff !important;
  Background-color: #000 !important;
}

.ytp-large-play-button.ytp-button {
  display:none !important;
}


/* Global */
body .grid-container, .top-bar, .footer-widgets{
  background-color: #101010 !important;
}

/*/// LOGO ///*/
.textwidget.custom-html-widget {
  font-size: 16px !important;
}
.inside-top-bar.grid-container.grid-parent { 
  min-height: 124px;
}
.inside-top-bar.grid-container.grid-parent {
 background-image: url("https://rainer-biesinger.com/wp-content/uploads/2021/06/biesinger_logo_gg.svg") !important;
    background-attachment: scroll;
    -webkit-background-size: contain ;
    background-size: contain ;
    background-position: 0% 50%;
    background-repeat: no-repeat no-repeat; 
  
}

@media (max-width: 900px) {
.inside-top-bar.grid-container.grid-parent { 
  min-height: 354px;
  background-position: 0% 100%;
}   
}



.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 40% !important;
    height: auto;
  float:left !important;
  
}

.site-info {
    background-color: #111111 !important;
}
.inside-footer-widgets a {
  color: #ffffff !important;
  font-weight: bold;
}
.inside-footer-widgets a:hover {
  color: #ffffff !important;
}

/*.mega-menu.max-mega-menu.mega-menu-horizontal, .site.footer-widgets {
background: url("https://rainer-biesinger.com/wp-content/uploads/2021/06/csm_rainer-biesinger-kontakt_82790237be-b.jpg") 50% 35% / cover no-repeat fixed !important;
  
}*/

.hide {
  display:none;
}

.redy {
  color: #ffffff !important;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  	word-break: keep-all !important;
	hyphens: none !important;
}

.page-hero {
    min-height:52vw;
}

.postitimage {
    max-width:500px !important;
    max-height:500px !important;
    margin: 0px auto 40px 0px;
}


@media (max-width: 900px) {
.postitimage {
    max-width:300px !important;
    max-height:300px !important;
    margin: 0px auto 40px auto;
}
}

.wpb_wrapper h3 {
  font-size: 26px !important;
  min-height: 80px;
}

@media screen and (max-width:900px){
  .wpb_wrapper h3 {
  font-size: 22px !important;
  min-height: 72px;
}
}

/* Schriftarten */

body, input, textarea, button, select{
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6{
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
}


/* Header */

/* Startseite */

.headline h1{
  font-size: 60px !important;
}

#n2-ss-2-placeholder {
    display:none;
}

.startboxtitle {
    
  min-height: 84px;  
}

.startboxuntertitel {
    
    min-height: 104px;
}

.startboxtext {
  min-height: 94px;  
    
}

.boxtext-praevention {
  min-height: 194px;  
    
}


.startseite-hero{
  
}

.unterseite-hero{
  height: 50vw !important;
  max-height: calc(50vh - 60px) !important;
}

.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 */

::placeholder {
  color: #cccccc !important;
  opacity: 1;
}


.entry-content > .vc_row{
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content > .vc_row.hauptfarbe{
  background-color: #444444;
  padding-top: 3em;
  padding-bottom: 1.5em;
  color: #fff !important;
}

.entry-content > .vc_row.zweitefarbe{
  background-color: #ff1111;
  padding-top: 3em;
  padding-bottom: 1.5em;
  color: #fff !important;
}

.entry-content > .vc_row.drittefarbe{
  background-color: #47bd17;
  padding-top: 3em;
  padding-bottom: 1.5em;
  color: #fff !important;
}

.entry-content > .vc_row.viertefarbe{
  background-color: #bd33b1;
  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: #0a0a0a;
}

.site-info{
  background-color: #444444;
}


/* Anpassung Inhalte */

.counter{
  font-size: 2em;
  margin-bottom:0;
}


/* Buttons */

.vc_btn3, .wpforms-submit{
  background-color: #444444 !important;
  color: #fff !important;
  font-size: 1em !important;
  border-radius: 24px !important;
  border: 3px solid #555 !important;
}

.vc_btn3:hover,
.vc_btn3:focus,
.wpforms-submit:hover{
  background-color: #fff !important;
  border: 3px solid #eee !important;
  color: #444 !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{
  border: 2px solid #eeeeee;
  border-radius: 16px;
  color: #222222;
  background-color: #ffffff;
}

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: #444444;
  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 #444444;
  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;
  }
}

/*Farbe*/

.schriftweiss {
  color: #ff0000;
}