@font-face {
    font-family: MasterFont;
    src: url(/font/Dekko-Regular.ttf);
}

@font-face {
    font-family: HeaderFont;
    src: url(/font/Dekko-Regular.ttf);
}

@font-face {
    font-family: Head;
    src: url(/font/Dekko-Regular.ttf);
}

body {
    background: url('/images/main/tafel1024.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
    padding-right: 0px;
}

.callout {
}


.YoutubeVideo{
    background: url('/images/Datenschutz/Youtube.jpg') no-repeat center center;
    background-size: cover;
    min-height: 300px;

}
.GoogleMap {
    background: url('/images/Datenschutz/Google.jpg') no-repeat center center;
    background-size: cover;

    min-height: 500px;
}

h1, h2, h3, h4, h5, h6, .accordion-title {
    font-family: HeaderFont;
}

.accordion-title {
    font-size: 1.3rem;
    color: #000;
}
p, a, ul, li, .button {
    font-family: MasterFont;
    font-size: 1.2rem;
}

.button { padding-top: 9px; padding-bottom: 9px;}


.LogoFont {
    font-family: Head;
    color: #000000;
    text-shadow: 0 0 5px #FFFFFF;

}

.TS3MainChannel {
    display: block;
    background-color: #3a87ad;
    width: 100%;
    padding-left: 0.5rem;
}

.TS3SubChannel {
    display: block;
    background-color: #0ba1b5;
    width: 100%;
    padding-left: 1rem;

}

.TS3User {
    display: block;
    background-color: #22bb5b;
    width: 100%;
    text-align: right;
    padding-right: 1rem;

}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #333; }

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #333; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #333; }

input::placeholder,
textarea::placeholder {
    color: #333; }

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    display: none;
}

.back-to-top:hover {
}

.subbanner {
    background-color: #000;
    color: #FFFFFF;
    width: 100%;
    height: 20px;
    position: fixed;
    bottom: 0;
    z-index: 25;
}

.bottombox {
    background-color: #000;
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 1rem;
}

.bottombox p, .bottombox li{
    font-size: 0.6rem;
}
.notifybanner {
    background-color: #333;
    color: #FFF;
    padding-left: 20px;
    width: 100%;
    height: 30px;
    position: fixed;
    bottom: 20px;
    opacity: 0.5;
    z-index: 2;
}

hr {
    width: 100%;
    max-width: 100%;
}

