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

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333 !important;
  overflow: hidden !important;
  width: auto !important;
}

.row {
  width: auto !important;
  text-align: left;
  margin-top: 0px;
}

.video {
  width: 100% !important;
  text-align: center;
  margin-top: 0px;
}

.Div .NavBarTop .SizeContainer {
  float: none !important;
  background-color:#ff4e4e;
/*  background-color: #ff4e4e;*/
}

.Header .NavBarElement0 {
  top: 0px !important;
}

.NavBarTop .NavigationText {
  padding: 0;
  margin: 0px 0 0 0;
  display: block;
  vertical-align: middle;
  white-space:normal;
  background-color: #ff4e4e;
}

.Header {
  /*
  overflow: hidden;
  */
  background-image: url("https://www.jj-promedia.de/img/bg_b1_3.png");
  background-size: 100% 100%;
  /*background:  no-repeat top right #eeeeee;*/
}

.NavBarRoof {
  /*
  overflow: hidden;
  */
  background-image: url("https://www.jj-promedia.de/img/bg_a1_3.png");
  background-size: 100% 100%;
  /*background:  no-repeat top right #eeeeee;*/
}

.Div .NavBarRoof .SizeContainer {
  text-align: left !important;
  background-image: url("https://www.jj-promedia.de/img/bg_a1_2.png");
  /* background-size: 100% 100%;
  background-color: #888888 !important;*/
  height: 100% !important
  padding-top:20px;
  padding-left:20px;
}

.NavBarTop .NavBarElement1 {
  float: right!important;
  padding-right: 25px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 8px 5px;
  text-decoration: none;
  font-size: 16px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  float: right;
  display: none;
  /*height: 25px;*/
  padding: 15px;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float:left;
  margin-bottom: 0px;
  overflow: hidden;
}

/* Dropdown container - needed to position the dropdown content */
.iframe {
  margin: 0px;
  width: 100% !important;
  padding: 0px;
  background-color:#FFF;
  overflow: hidden;
}

/* Hide Slider - needed to position the dropdown content */
.hideSlider {
  width: auto !important;
  overflow: hidden !important;
}

/* Hide the link that should open and close the topnav on small screens */
.hideSlider .iframe {
  display: none;
  /*height: 25px;*/
  padding: 0px;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  list-style:none;
  font-size: 17px; 
  border: none;
  outline: none;
  color: #FFF;
  padding: 15px 20px;
  background-color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  padding-top: 0px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 3px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #999;
  color: #FFF !important;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}



/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1350px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: compact;
  }
  .topnav a {
  display: block;
  color: #FFF;
  text-align: left;
  padding: 8px 0px;
  text-decoration: none;
  font-size: 16px;
}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1350px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative; width:100vh; background-color: #CCC;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100% !important;
    text-align: left;
  }
    /* Style the links inside the dropdown */
  .dropdown-content a {
    color: black;
	padding-left: 10px;
	padding: 3px 16px;
  }
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1240px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: compact;
  }
  .topnav a {
  display: block;
  color: #FFF;
  text-align: left;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 14px;
}
.dropdown .dropbtn {
  font-size: 12px; 
  color: #FFF;
  padding: 14px 5px;
}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1240px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative; width:100vh; background-color: #CCC;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100% !important;
    text-align: left;
  }
/* Style the links inside the dropdown */
  .dropdown-content a {
    color: black;
	padding-left: 10px;
	padding: 3px 16px;
  }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1080px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
	width:300px;
  }
  .topnav a.icon {
    float: left;
	width:250px;
    display: block;
    text-decoration: none;
	background-color: #333;
  }
  .topnav a {
    font-size: 18px;
	padding: 5px 10px;
  }
  .Div .NavBarTop .SizeContainer {
    float: none !important;
}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1080px) {
  .topnav.responsive {position: relative; width: 280px !important;box-shadow: 0px 15px 18px 15px rgba(0,0,0,0.2);
    z-index: 4;}
  .topnav.responsive a.icon {
    position:  absolute;
	float:left;
	width: 250px;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
	width: 250px;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative; width:280px; background-color: #CCC;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 255px !important;
    text-align: left;
  }
/* Style the links inside the dropdown */
  .dropdown-content a {
	padding-left: 20px;
  }  
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 850px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
	width:300px;
  }
  .topnav a.icon {
    float: left;
	width:250px;
    display: block;
    text-decoration: none;
  }
  .topnav a {
    font-size: 18px;
	padding: 5px 10px;
  }
  /*.hideSlider a:not(:first-child), .ws_images {
	  display:none;
	  width:100%;
  }
  .hideSlider a:not(:first-child), .iframe {
	  display: block;
	  width:100%;
  }
  .hideSlider a.iframe {
    float: left;
	width:100vh;
    display: block;
  }
  .hideSlider a {
    font-size: 18px;
	padding: 0px 0px;
  }*/
  .Div .NavBarTop .SizeContainer {
    float: none !important;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 850px) {
  .topnav.responsive {position: relative;width: 280px !important;box-shadow: 0px 12px 18px 12px rgba(0,0,0,0.2);
    z-index: 4;}
  .topnav.responsive a.icon {
    position: absolute;
	float:left;
	width: 250px;
    left: 0;
    top: 0;;
  }
  .topnav.responsive a {
    float: none;
    display: block;
	width: 250px;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative; width:280px; background-color: #CCC;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 255px !important;
    text-align: left;
  }
  .ImgLeft .InfoArea,
  .ImgRight .InfoArea {
    float:right;  
    width: 50% !important;  
  }
  .ImgLeft .ProductImage { 
    margin: 0 20px 20px 0 !important;  
  }
  .ImgLeft .ProductImage {  
    margin: 0 20px 20px 0;
    width: 50% !important;  
  }
/* Style the links inside the dropdown */
  .dropdown-content a {
	padding-left: 15px;
  }  
}
