/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10050; /* Sit on top */
  margin: 0;
  padding: 0;
  border: 0;
  top: 20%;
  left: 30%;
  width: 40%; /* Full width */
  height: 60%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.1); /* Black w/ opacity */
    -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important; 
}

/* The Modal (background) */
.modal-hello {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10050; /* Sit on top */
  margin: 0;
  padding: 0;
  border: 0;
  top: 0;
  left: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.1); /* Black w/ opacity */
    -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important; 
}


/* Modal Header */
.modal-header {
position: fixed;
padding-bottom: 0px;
padding-top: 15px;
border: 0;
margin: 0;
left: 30%;
right: 30%;
background-color: #918787;
width: 40%;
    -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important; 
}

/* Modal Content */
.modal-content {
  background-color: rgb(0,0,0); /* Fallback color */
  /*background-color: rgba(0,0,0,0.8); /* Black w/ opacity */	 */
  margin: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

/* Modal Header */
.modal-header-hello {
position: fixed;
padding-bottom: 0px;
padding-top: 15px;
padding-right: 15px;
  border-width: 2px;
  border-style: solid;
  border-color: #FFFFFF;
margin: 0;
left: 0;
background-color: #FFFFFF;
  width: 100%;
    -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important; 
height: 8%;
}

/* Modal Content */
.modal-content-hello {
  background-color: #FFFFFF; /* Fallback color */
  /*background-color: rgba(0,0,0,0.8); /* Black w/ opacity */	 */
  margin: 0;
  padding-top: 0;
padding: 0;
  padding-bottom: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #FFFFFF;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

/* The Close Button */
.close {
  color: #FFFFFF;
  float: right;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border: 0;
  
}

.close:hover,
.close:focus {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

.closeteaser {
	background-color: transparent;
	color: #e30613;
}

.BRUclose {
	background-color: transparent;
	margin: 10px;
}

.BRUfooterbutton {
  background: none;
  border: 0;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  outline: 0;	
  cursor:pointer;
}

.BRUfooterspace {
  padding: 0;
  border: 0;
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  background: none;
  text-decoration: none;
  text-align: center;
  outline: 0;
}

.BRUfooterspacefirst {
  padding: 0;
  border: 0;
  margin-left: 0%;
  margin-right: 4%;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  background: none;
  text-decoration: none;
  outline: 0;
}

.BRUfooterspacelast {
  padding: 0;
  border: 0;
  margin-left: 4%;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  background: none;
  text-decoration: none;
  outline: 0;
}

.BRUfootercontainer {
	width: 100%;
	text-align: center;
	left: auto;
	right: auto;
	border: 0;
	text-decoration: none;
	outline: 0;
	
}

.BRUfooterblink {
	width: 100%;
	text-align: center;
	left: auto;
	right: auto;
	border: 0;
	text-decoration: none;
	outline: 0;
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.BRUfooterbutton:hover {
color: #b2b2b2;
border: 0;
text-decoration: none;
outline: 0;	
}

.BRU-lyrtitle {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11pt;
line-height: 12pt;
color: #e30613;
text-align: center;
margin-top: 20px;
margin-bottom: 6px;
}

.BRU-lyrtext {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11pt;
line-height: 12pt;
color: #FFFFFF;
text-align: center;
margin-bottom: 6px;
}

.BRU-modal-header {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
line-height: 14pt;
color: #000000;
text-align: left;
left: 0;
}

.BRU-modal-header-hello {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 48pt;
line-height: 36pt;
color: #FFFFFF;
text-align: left;
Margin: 20px;
}

.BRU-modal-header-logo {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 48pt;
line-height: 36pt;
color: #FFFFFF;
text-align: left;
Margin: 20px;
}

.BRUinfo {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  bottom: 0;
}

.BRUinfo img {
    left: 0;
    bottom: 0;
	right: 0;
	vertical-align: bottom;
}

 .BRUinfoimg {
  width: 100%; 
  height; auto; 
  bottom: 0;
  vertical-align: bottom;
  
}

 .BRUshopimg {
  width: 90%; 
  height; auto; 
  padding-top: 30px;
  border: 0;
  margin: 0;
}

.BRU-info-title {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 13pt;
line-height: 15pt;
color: #FFFFFF;
text-align: center;
margin-bottom: 18px;
margin-top: 70px;
}

.BRU-info-titleshop {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 13pt;
line-height: 15pt;
color: #FFFFFF;
text-align: center;
margin-bottom: 5px;
margin-top: 5px;
}

.BRU-info-text {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11pt;
line-height: 12pt;
color: #FFFFFF;
text-align: center;
margin-bottom: 12px;
}

.BRU-info-textshop {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11pt;
line-height: 12pt;
color: #FFFFFF;
text-align: center;
margin-bottom: 6px;
}

.BRU-info-mail {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
line-height: 13pt;
color: #e30613;
text-align: center;
margin-bottom: 12px;
}

.BRU-info-price {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11pt;
line-height: 12pt;
color: #e30613;
text-align: center;
margin-bottom: 6px;
}

.BRU-teaser-title {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14pt;
line-height: 16pt;
color: #e30613;
text-align: left;
margin-bottom: 20px;
margin-top: 280px;
margin-left: 20px;
}

.BRU-teaser-text {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14pt;
line-height: 16pt;
color: #e30613;
text-align: left;
margin-bottom: 9px;
margin-left: 20px;
margin-right: 20px;
}

.BRU-teaser-text2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14pt;
line-height: 16pt;
color: #e30613;
text-align: left;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px;
}

.BRU-teaser-texttape {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11pt;
line-height: 12pt;
color: #FFFFFF;
text-align: left;
margin-bottom: 6px;
margin-top: 35px;
margin-left: 20px;
}

 .BRUteaserlogo {
  
  height: 50px; 
  width: auto; 
  top: 0;
  border: 0;
  margin-left: 2px;
  margin-bottom: 0;
  padding: 0;
}

 .BRUteaserimg {
  width: 92%; 
  height: auto; 
  padding-top: 50;
  border: 0;
  margin: 0;
  bottom: 0;
}

.BRUhello {
    display: flex; 
    justify-content: center; 
    align-items: center;
	height: 400px; /* Höhe der div-Box */
	width: 400px; /* Breite der div-Box */
	margin-top: -210px; /* Damit der "Ausrichtungspunkt" in der Mitte der Box liegt */
	margin-left: -200px;
	vertical-align: center;
	position: absolute; /* positionieren */
	top: 50%; /* in die Mitte verschieben */
	left: 50%;
}

.BRUhelloimg {
  padding: 0px;
  margin: 0px;
  border: 0px;
  vertical-align: center;
}

.BRUfootercount {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16pt;
color: #FFFFFF;
text-align: center;
bottom: 0;
margin: 0;
padding: 0;
border-top: 1px solid white;
}

.BRUfootercountdiv {
  position: fixed;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 40px;
  line-height: 40px; /* Vertically center the text there */
  background-color: #929292;
  padding-left: 0px;
  padding-right: 20px;
}

.BRUmodalimg {
  width: 100%; 
  height; auto; 
}


 a.BRUmail {
  padding: 0px;
  margin: 0px;
  border: 0px;
  color: #00ff00;
}

 a.footer-icons:hover {
  color: #b2b2b2;
  text-decoration: none;
  border: 0px;
}

a:active, a:focus, a:hover {
outline: 0;	
}

i:active, i:focus, i:hover {
outline: 0;	
}

button:active, button:focus, button:hover {
outline: 0;	
}

@media only screen and (max-width: 900px) {
 .modal {
  top: 15%;
  left: 10%;
  width: 80%; /* Full width */
}

/* Modal Header */
.modal-header {
left: 10%;
width: 80%;
}

 .modal-hello {
  top: 0;
  left: 0;
  width: 100%; /* Full width */
}

/* Modal Header */
.modal-header-hello {
left: 0;
width: 100%;
}

.BRU-modal-header-hello {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 36pt;
line-height: 30pt;
color: #FFFFFF;
text-align: left;
Margin: 15px;
}

.BRU-teaser-title {
margin-top: 160px;
}
	
	
}