/* Zurück-Button */
a.java-back {
    font-size: 13px;
    color: #fff !important;
    padding: 3px 0 2px;
    background: inherit;
    display: flow-root;
    max-width: 80px;
    text-align: center;
    text-decoration: none !important;
    margin-top: 30px;
    border: none;
    border-bottom: 1px solid inherit;
    border-radius: 3px;
}

a.java-back:hover {
    background: inherit;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

/* Kontakt */
/* Global */
#top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    font-family: inherit;
    font-size: 1em;
}

.input_checkbox_label {
  	font-size: 0.9rem !important;
    font-weight: normal !important;
}

.av_contact_privacy_check .input_checkbox_label {
  	font-size: 0.8rem !important;
  	line-height: 140% !important;
    font-weight: normal !important;
}

/* Honeypot */
form p.hidden {
    display: none;
}

/* Videos */

.avia_playpause_icon {
    background: rgba(0,0,0,0.45);
    top: 45%;
	  height: 70px;
    border-radius: 22px;
}

#top .avia_playpause_icon::before {
    line-height: 72px;
}

.avia_playpause_icon::after {
    content: 'Mit dem Abspielen des Videos laden Sie externe Inhalte und stimmen der Datenübertragung und dem Speichern von Cookies zu.';
    position: absolute;
    line-height: 140%;
  	width: 375px;
  	left: -146%;
    top: 125%;
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 6px;
    color: #fff;
}

/* Scroll-to-top */

.responsive #scroll-top-link {
    border-radius: 25px;
}

@media screen and (max-width: 767px) {

.responsive #scroll-top-link {
    display: block;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    line-height: 38px;
    border-radius: 50%;
	}
#scroll-top-link.avia-svg-icon svg:first-child {
    height: 20px;
    width: auto;
    margin-top: 9px;
    }
}
