@charset "UTF-8";
/* CSS Document */

body {
	font-size: 48px;
    font-family: "Georgia";
    background: #101010;
    color: white;
    margin: 0; /* 20 was */
  text-align: center;
}

div#wrapper {
    background: #101010;
}

h2 {
    font-family: arial;
    font-size: 32px;
}

h3 {
    font-size: 66px;
    margin: 0;
}



.video-container {
    max-width: 70%;
    margin: 0 auto;
    text-align: left;
}



@media screen and (max-width: 700px) {
.video-container {
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
}
}

.text {
    max-width: 100%;
    padding: 20px;
    outline: none;
    text-align: left;
    display: block;
    line-height: 18px;
	font-size: 16px;
}

.video-bingo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin-top: 50px; /* new dx */
}

.video-bingo iframe,
.video-bingo object,
.video-bingo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.pix_space {
    /* no gap between pix */
    line-height: 0;
    display: inherit;
}



h1 {
    font-size: 64px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    font-family: serif;
    font-family: "Georgia";
    font-family: "Baskerville";
    padding: 30px 0 0 40px;
}

.center {
    text-align: center;
}

img.pix_40 {
    max-width: 70%;
    height: auto;
    /* align-content: center; */
}

@media screen and (min-width: 501px) {
	img.pix_40 {
   		max-width: 20%;
	}
}


.blck {
    background: darkslategrey;
}

.white {
    background: white;
    color: black;
    text-align: left;
}

.courier_new {
    font-family: courier new;
    font-size: 17px;
    padding-top: 30px;
}

a:link {
    text-decoration: none;
    color: #4b954f;
    border-bottom: 1px solid;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
    color: #29c519;
    border-bottom: 1px dotted;
}

img.pix_100 {
    max-width: 100%;
}

body {
    font-size: 48px;
    background: #101010;
    color: white;
    margin: 0;
    text-align: center;
    max-width: 1430px;
    /* position: absolute; */
    margin: 0 auto;
    background-image: url(https://wurst.ch:443/files/bg_2_2020_04_21_0392.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#menu {
    overflow: auto;
    top: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    height: 100%;
    z-index: 1;
    padding: 10px 30px;
    text-align: right;;
}

#menu {
    overflow: auto;
    top: 0;
    /* bottom: 10px; */
    right: 0;
    position: fixed;
    height: 230px;
    z-index: 1;
    padding: 10px 30px;
    text-align: right;
    /* background: #0080005e; */
}

.big_link a {
    font-size: inherit;
    font-family: inherit;
    color: white;
    border-bottom: none;
}

#bestellen.big_link a {
    font-size: inherit;
    font-family: inherit;
    color: white;
    border-bottom: none;
    font-size: 24px;
    background: black;
    padding: 10px 15px;
}

#bestellen.big_link a:hover {
    text-decoration: none;
    color: #18ff00;
    border: 1px dotted;
    background: #034606c7;
}

#bestellen {
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    z-index: 1;
    padding: 10px 30px;
    text-align: right;;
}

#bestellen {
    overflow: auto;
    top: 0;
    /* bottom: 0; */
    left: 0;
    position: fixed;
    /* height: 100%; */
    z-index: 1;
    padding: 10px 30px;
    text-align: left;
}

@media screen and (max-width: 700px) {
#bestellen {
    top: 290px;
}
}

.smll {
    font-size: 30px;
}

.text-container {
    max-width: 70%;
    margin: 0 auto;
    background: white;

}


@media screen and (max-width: 700px) {
.text-container {
    max-width: 100%;
}
}
.video-container-2 {
    /* background: yellow; */
    margin-top: -50px;
    padding-top: 50px;
}




@media screen and (max-width: 700px) {
.video-container-2 {
    padding-top: 120px;
}
}







.text.info {
    background: white;
    color: black;
    font-size: 24px;
    line-height: inherit;
}


.text.info a:link {
    text-decoration: none;
    color: #4b954f;
    border-bottom: 1px solid;
    font-size: inherit;
}



@media screen and (max-width: 700px) {
.text.info {
    font-size: 18px;
    line-height: inherit;
}
}




span.fett {
    font-weight: bold;
}



.text.legende {
    color: black;
    /* font-style: italic; */
    padding-top: 2px;
    /* font-size: 16px; */
}




span.hui {
    background: yellow;
}



div#wrapper {
    /* background: #101010; */
    background-image: url("../pix/bg_house_.gif");
}