
@font-face {
  font-family: "LeagueGothic-Regular";
  src: url("/style/font/LeagueGothic-Regular.eot"); /* IE9 Compat Modes */
  src: url("/style/font/LeagueGothic-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/style/font/LeagueGothic-Regular.otf") format("opentype"), /* Open Type Font */
    url("/style/font/LeagueGothic-Regular.svg") format("svg"), /* Legacy iOS */
    url("/style/font/LeagueGothic-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/style/font/LeagueGothic-Regular.woff") format("woff"), /* Modern Browsers */
    url("/style/font/LeagueGothic-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato-Regular";
  src: url("/style/font/Lato-Regular.eot"); /* IE9 Compat Modes */
  src: url("/style/font/Lato-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/style/font/Lato-Regular.otf") format("opentype"), /* Open Type Font */
    url("/style/font//Lato-Regular.svg") format("svg"), /* Legacy iOS */
    url("/style/font/Lato-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/style/font/Lato-Regular.woff") format("woff"), /* Modern Browsers */
    url("/style/font/Lato-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
body {
font-family:"Lato-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#topcontainer {
	background-color: #262626 !important;
	color: white;
	min-height: 130px;
}
a, a:hover {
	color: #EF1F2F;
	text-decoration: none;
}
.orange {
	background-color: #ee9621;
}
.light-orange {
	background-color: #ee962166;
}
.backdrop {
	width: 100%;
	height: 450px;
	position: absolute;
	background-color: white;
	background-image: url(../images/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;	
}
.backimage {
	background-image: url(../images/hintergrund_startseite_weinreben.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 5rem;
}
.main-headline {
	margin-top: 10%;
    font-family: 'LeagueGothic-Regular';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    font-size: 40px;
    background: linear-gradient(#ec1700, 55%, #f3fa0f);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 100;
	font-size: 71px;
}
.main-tooth {
    display: block;
    margin: auto;
}
h1, h2, h3, h4, h5, h6 {

}
h6 {
	color: #fe4a18;
}
.card { 
	border-radius: none;
}
.sponsor-img {
    max-height: 100px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.headergrfx {
	padding-top: 30px;
	background-image: none;
	background-image: url(../images/wlrt.png);
	background-repeat: no-repeat;
	background-position: 12px;
	position: relative;
	top: 0;
	width: 200px;
}
.wbmarke {
	display: flex;
	flex-direction: row;
	color: white;
	justify-content: flex-end;
}
.headergrfx h4 {
	
}
.wbmarke h2 {
	text-transform: uppercase;
	font-weight: bolder;
}
.wbmarke h5 {
	transform: rotate(-90deg);
	font-size: 11pt;
	margin-right: -42px;
	text-transform: uppercase;
}
.subheader h4 {
	font-weight: bold;
}
.subheader h4, .subheader p {
	background-color: #e30035;
	color: white;
	display: inline-block;
	padding: 7px 45px 5px 45px;
	font-family: "Atlas"; 
}
button#sendQuestion,  button#sendQuestion:active {
	background-color: #e30035;
	border-color: #e30035;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
@media (max-width: 992px) {
	.headergrfx {
		background-size: 33%;
	}
}
.footer {
	min-height: 100px;
	margin-top: 20px;
}
.hiddenAlert {
	display: none;
	position: relative;
	top: -55px;
}
.displayed {
	color: red !important; 
}
.edited {
	font-size: 10px;
	text-transform: uppercase;
	color: red;
}
.privateNmae {

}
Element {

}
.footer-section {
    color: #fff;
    background-color: #2b2b2b;
}
.footer-copyright{
	text-align: center;
}