@CHARSET "ISO-8859-1";

@font-face {
    font-family: 'Riesling';
    src: url('../fonts/Riesling.ttf') format('truetype');
}

@font-face {
    font-family: 'Coltaine1';
    src: url('../fonts/Coltaine1.ttf') format('truetype');
}

@font-face {
    font-family: 'Coltaine2';
    src: url('../fonts/Coltaine2.ttf') format('truetype');
}

@font-face {
    font-family: 'Caslon Calligraphic';
    src: url('../fonts/Caslon_Calligraphic.ttf') format('truetype');
}

@font-face {
    font-family: 'Carnevalee Freakshow';
    src: url('../fonts/Carnevalee Freakshow.ttf') format('truetype');
}

html {
    height: 100%;
}

body {
    /*font-family: 'Carnevalee Freakshow', sans-serif !important;*/
    font-size: 18px;
    background: url('../images/background.jpg') fixed;
    background-position: center;
    background-repeat: repeat;
    height: 100%;
}

.container {
    min-height: 100%;
    min-width: 80%;
    max-width: 80%;
    overflow: hidden;
    margin-bottom: 20px;
}

    .container:after {
        content: ' ';
        display: block;
        position: fixed;
        left: 10%;
        top: 0;
        width: 80%;
        height: 100%;
        z-index: -1;
        opacity: 0.9;
        background-image: url('../images/background-content.jpg');
        background-repeat: no-repeat;
        background-position: 50% 0;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }

.row {
    margin: 0;
}

dl {
    display: block;
    border: 2px solid black;
}

dt {
    display: inline-block;
    width: 4em;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

dd {
    margin-left: 0;
    display: inline;
    vertical-align: top;
    line-height: 1.3em;
}

    dd:after {
        content: '';
        display: block;
    }

h1, h2, h3, h4, h5, h6, .heading {
    font-family: 'Carnevalee Freakshow', sans-serif;
    z-index: -1;
    opacity: 0.99;
    background-color: antiquewhite;
    /* Schön wäre es hier die Hintergrundfarbe durch ein cooles Bannerbild zu ersetzen.*/
}

    h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .heading > a, h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover, .heading > a:hover {
        color: black;
        text-decoration: none;
    }

.GoogleMapsIFrame {
    height: 200px;
    border:1px;
    width: 100%
}

@media (min-width: 768px) {
  .GoogleMapsIFrame {
      height: 200px;
  }
}

@media (min-width: 992px) {
  .GoogleMapsIFrame {
    height: 400px;
  }
}

.hide-bullets {
    list-style:none;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

.LoginBox {
    max-width: 200px;
    float: right;
}

.gallery-box {
    padding-left: 0;
    display: inline-block;
}

.gallery-item {
    margin: 0px 10px 10px 0px;
    border: 1px solid;
    display: inline-block;
    float: left;
    max-width: 434px;
}

.gallery-item-title {
    margin: 0;
    text-align: center;
}

.gallery-item-description {
    background-color: antiquewhite;
    color: black;
    text-decoration: none;
    margin-bottom: 0px;
    padding: 2px;
}

.carousel-caption {
    top: -34px;
    height: 30px;
}

.carousel-indicators {
    top: 30px;
    height: 0;
}

@media (max-width: 768px) {
    .container {
        min-width: 90%;
        max-width: 94%;
    }
    .container:after {
        left: 2%;
        width: 96%;
    }
}

.schenkenLink {
    margin-top: 8px;
    margin-left: 15%;
    width: 70%;
    height: 64px;
}