html {
    height: 100%;
	min-height: 100%;
    min-width: 100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	position: relative;
	background-attachment: fixed;
	background: linear-gradient(to bottom, #FFFFFF 0%, #D3EBFF 100%);
}

   .checkbox_std {
    transform: scale(1.5);
    padding-right: 0.5em;
  }


@media (max-device-width : 959px)
{
  #menu_wrapper {
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 3;
  }

  .breadcrumbs {
    display: none;
  }

  #top_wrapper {
    height: 4em;
    flex: 0 0 4em;
  }
  
  background: linear-gradient(to bottom, blue, white);

  
  #top_menu_element1 {
    border-top: 0.0625em solid #666;
  }

  #logo {
    height: 4em;
    padding-left: 1em;
    position: fixed;
    z-index: 7;
  }

  .hamburgerline1, .hamburgerline2, .hamburgerline3 {
    display: block;
    width: 2em;
    height: 0.4em;
    position: fixed;
    right: 1em;
    background: #F9793E;
    z-index: 6;
    transition-duration: 0.25s;
  }

  .hamburgerline1 {
    top: 1em;
  }

  .hamburgerline2 {
    top: 1.8em;
  }

  .hamburgerline3 {
    top: 2.6em;
  }
  
  .kontakt_input {
  width: 100%;
  box-sizing: border-box;
  font-size: 150%;
  padding: 0.25em;
  margin-bottom: 0.5em;
  background-color: #F7F7F7;
  resize: none;
  border: 0.0625em solid #DDD;
}

  #hamburger input:checked ~ .hamburgerline1 {
    transform: rotate(45deg);
    top: 1.8em;
    width: 2.6em;
    right: 0.7em;
    border-radius: 0.2em;
  }

  #hamburger input:checked ~ .hamburgerline2 {
    opacity: 0;
    width: 0em;
    right: 3em;
  }

  #hamburger input:checked ~ .hamburgerline3 {
    transform: rotate(-45deg);
    top: 1.8em;
    width: 2.6em;
    right: 0.7em;
    border-radius: 0.2em;
  }

  #hamburger #hamburger_cover {
    position: fixed;
    width: 100%;
    height: 4em;
    background-color: rgba(255,255,255,0.95);
    z-index: 5;
    top: 0;
  }

  #logo #ibmlogo {
    height: 2em;
    margin-top: 1em;
  }

  #top_menu_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  #top_menu_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  #top_menu {
    position: fixed;
    top: -24em;
    left: 0;
    width: 100%;
    transition-duration: .25s;
    z-index: 4;
  }

  #bottom_menu {
    position: fixed;
    top: -24em;
    left: 0;
    width: 100%;
    transition-duration: .25s;
    z-index: 4;
  }

  #top_menu_element1,
  #top_menu_element2,
  #top_menu_element3,
  
  {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%);
    border-bottom: 0.0625em solid #666;
  }

  #top_menu_element1 a:hover,
  #top_menu_element2 a:hover,
  #top_menu_element3 a:hover,
  
  {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
  }

  #top_wrapper_shadow {
    width: 100%;
    height: 0.0625em;
    position: relative;
    background-color: rgba(0,0,0,0.05);
    top: 4em;
    z-index: 7;
  }

  #hamburger {
    position: fixed;
    top: 0em;
    right: 0em;
    width: 100%;
    height: 4em;
  }

  /*#hamburger:hover #top_menu {
    top: 0em;
  }*/

  #hamburger input {
    display: block;
    right: 0;
    width: 4em;
    height: 4em;
    position: fixed;
    cursor: pointer;
    opacity: 0;
    z-index: 1000;
    font-size: 1em;
  }

  #hamburger input:checked ~ #top_menu_wrapper #top_menu #bottom_menu {
    top: 4em;
  }

  #content_wrapper {
    margin: 0 auto;
    width: 90%;
    background-color: #FFF;
    padding-bottom: 5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    flex: 1 0 auto;
  }

  #footer {
    text-align: left;
    clear: both;
    margin: 0 auto;
    padding: 4.5em 1em;
    display: none;
  }

  #footer a:hover {
    color: #FFF;
    text-decoration: none;
  }

  .footer_column {
    padding: 1em 0em;
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    display: none;
    margin: 0;
  }

  .footer_column:first-child, .footer_column:nth-child(4) {
    display: none;
  }

  .footer_column h2 {
    color: rgba(249,121,62,1.0);
  }

  .footer_column span {
    padding-bottom: .25em;
    display: block;
  }

  #footer_wrapper {
    padding: 0.5em 0em;
    text-align: center;
    width: 100%;
    z-index: 4;
	height: 100px;
	position: fixed;
	background: transparent url("https://www.ibm-gmbh.de/images/footer_wasser_2.png?crc=218864540") repeat center top;
	bottom: 0px;
  }



  .border-box, .product-box, .team-box {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 1em;
  }

  .border-box h2, .team-box h2 {
    padding: 0.66666666em;
  }

  .border-box p, .team-box p {
    padding: 0em 1em;
  }

  .border-box .border-box-border, .team-box .team-box-border {
    box-sizing: border-box;
    border: 0.0625em solid rgba(0,0,0,0.05);
    border-radius: .5em;
    box-shadow: 0em .25em .25em rgba(0,0,0,0.15);
    overflow: hidden;
    padding-bottom: 3.5em;
    height: 100%;
    position: relative;
  }

  .team-box .team-box-border {
    padding-bottom: 1em;
  }

  .border-box div div, .team-box div div, .banner-box div div {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .border-box div div::before, .team-box div div::before, .banner-box div div::before {
    content: "";
    display: block;
  }

  .border-box-image, .product-box-image, .team-box-image, .banner-box-image {
    overflow: hidden;
    width: 100%;
    transition-duration: .5s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .team-box-border h2 {
    padding-bottom: 0em;
  }

  .team-box-border .mailto {
    margin-top: 1em;
  }

  .marginresponsive::before {
    margin-top: 50%;
  }

  .border-box-image::before, .product-box-image::before, .team-box-image::before, .banner-box-image::before {
    transition-duration: .5s;
    content: "";
    display: block;
  }

  .product-box-image {
    background-size: contain;
  }

  .product-box-image a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0em;
    left: 0em;
    position: absolute;
  }

  .border-box .buttonstyle {
    margin-top: 1rem;
  }

  .border-box-row {
    display: flex;
  }

  .border-box {
    flex: 0 0 50%;
  }

  .border-box-row {
    flex-direction: column;
  }

  .border-box-innerrow {
    flex-direction: row;
  }


  .wrapper_onethird, .wrapper_half, .wrapper_twothirds {
    display: block;
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
  }

  .wrapper_bg {
    border-radius: .5em;
    background-color: rgba(0,0,0,0.1);
    padding: 1em;
    box-sizing: border-box;
    border: 0.0625rem solid rgba(0,0,0,0.05);
    margin: 1em auto;
  }


  .antwortlabel {
    display: block;
  }

  tr > td {
    padding-bottom: 1em;
  }

  .image_article_left {
    padding: 0em 0em .5em 0em;
  }

  .image_article_right {
    padding: 0em 0em .5em 0em;
  }

  .article_table {
    font-size: .8em;
  }

  .banner:before {
    margin-top: 33.33333333%;
  }

  .banner:before {
    margin-top: 35%;
  }

  .banner-box {
    width: 100%;
    box-sizing: border-box;
  }

  .fullscreenvideo {
    width: 21.4375em;
    height: 12.05859375em;
  }
}

@media (max-device-width : 319px) and (orientation : portrait)
{
  body {
    font-size: 0.75em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

@media (min-device-width : 320px) and (max-device-width : 359px) and (orientation : portrait)
{
  body {
    font-size: 0.85333333em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

@media (min-device-width : 360px) and (max-device-width : 374px) and (orientation : portrait)
{
  body {
    font-size: 0.96em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

@media (min-device-width : 414px) and (max-device-width : 479px) and (orientation : portrait)
{
  body {
    font-size: 1.104em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

@media (min-device-width : 480px) and (max-device-width : 639px) and (orientation : portrait)
{
  body {
    font-size: 1.28em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

@media (min-device-width : 640px) and (max-device-width : 799px) and (orientation : portrait)
{
  body {
    font-size: 1.70em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

@media (min-device-width : 800px) and (max-device-width : 959px) and (orientation : portrait)
{
  body {
    font-size: 2em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

@media (max-device-width : 959px) and (orientation : landscape)
{
  body {
    font-size: 0.8em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }

  .product-box {
    width: 50%;
  }

  .border-box-innerrow {
    display: flex;
  }

  #footer {
    display: flex;
    padding-top: 4em;
  }

  .footer_column {
    width: 50%;
    flex: 0 0 50%;
    padding: 1rem 1rem;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0;
  }

  #footer .footer_column:nth-child(2) {
    padding-left: 0em;
  }

  #footer .footer_column:nth-child(3) {
    padding-right: 0em;
  }



  .team-box {
    width: 50% !important;
    float: none !important;
    margin: 0 auto;
  }

  .fullscreenvideo {
    width: 38em;
    height: 21.375em;
  }
}

@media (min-device-width : 800px) and (max-device-width : 959px) and (orientation : landscape)
{
  #footer {
    display: flex;
    padding: 0em;
  }

  .footer_column {
    width: 25%;
    flex: 0 0 25%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0;
  }

  #footer .footer_column:first-child, #footer .footer_column:nth-child(4) {
    display: block;
  }
}

@media (min-device-width : 960px)
{

  #menu_wrapper {
    margin: 0 auto;
    width: 80em;
    position: relative;
    z-index: 3;
  }

  .breadcrumbs {
    padding: 1.25em 1.25em 0em 1.25em;
    font-size: .8em;
  }

  #top_wrapper {
    height: 6em;
    flex: 0 0 6em;
  }

  #logo {
    height: 6em;
    padding-left: 1em;
    position: fixed;
    z-index: 7;
  }

  .hamburgerline1, .hamburgerline2, .hamburgerline3 {
    display: none;
  }

  #hamburger #hamburger_cover {
    position: fixed;
    width: 100%;
    height: 6em;
    background-color: rgba(255,255,255,0.95);
    z-index: 5;
    top: 0;
  }

  #logo #ibmlogo {
    height: 4em;
    margin-top: 1em;
  }

  #top_menu_wrapper {
    position: relative;
    width: 80em;
    height: 6em;
    margin: 0 auto;
  }

  #top_menu {
    position: absolute;
    top: 0em;
    right: 4em;
    transition-duration: .25s;
    z-index: 40;
    display: block;
    padding-top: 2em;
  }

  #top_wrapper_shadow {
    width: 100%;
    height: 0.0625em;
    position: relative;
    background-color: rgba(0,0,0,0.05);
    top: 6em;
    z-index: 1;
  }

  #hamburger {
    position: fixed;
    top: 0em;
    right: 0em;
    width: 100%;
    height: 6em;
  }

  /*#hamburger:hover #top_menu #bottom_menu{
    top: 0em;
  }*/

  #hamburger input {
    display: block;
    right: 0;
    width: 0em;
    height: 0em;
    position: fixed;
    opacity: 0;
    font-size: 1em;
    display: none;
  }

  #hamburger input:checked ~ #top_menu #bottom_menu{
    top: 4em;
  }

  #content_wrapper {
    margin: 0 auto;
    width: 80em;
    
    padding-bottom: 1em;
    flex: 1 0 auto;
  }

  #footer {
    text-align: left;
    clear: both;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 55em;
	padding-top: 4em;
  }

  #footer a:hover {
    color: #FFF;
    text-decoration: none;
  }

  #footer a {
    color: #FFF;
    text-decoration: none;
  }


  .footer_column {
    padding: 1.5em 0em;
    width: 25%;
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    margin: 0;
  }

  .svg {
    padding: 1.5em 2em;
  }

  .footer_column h2 {
    color: rgba(249,121,62,1.0);
  }

  .footer_column span {
    padding-bottom: .25em;
    display: block;
  }

  #footer_wrapper {
    padding: 0.5em 0em;
    text-align: center;
    width: 100%;
    z-index: 4;
	height: 150px;
	position: fixed;
	background: transparent url("https://www.ibm-gmbh.de/images/footer_wasser_2.png?crc=218864540") repeat center top;
	bottom: 0px;
  }

  #top_menu_element1,
  #top_menu_element2,
  #top_menu_element3
  
  {
    float: left;
	padding: 1em 1em 1em 1em !important;
  }

  #top_menu_element1 a,
  #top_menu_element2 a,
  #top_menu_element3 a
  {
    padding: 1em 1em 1em 1em !important;
	color: #1CA3DD;
	font-size: 18px;
	text-align: center;
  }

  #top_menu_element1 a:hover,
  #top_menu_element2 a:hover,
  #top_menu_element3 a:hover
  
  {
    padding: 1em 1em 1em 1em !important;
	border-style: solid;
	border-width: 0.15em;
	border-color: #1CA3DD;
	background-color: transparent;
	border-radius: 2em;
  }

  #bottom_menu_element1 a,
  #bottom_menu_element2 a,
  #bottom_menu_element3 a,
  #bottom_menu_element4 a,
  #bottom_menu_element5 a,
  #bottom_menu_element6 a,
  #bottom_menu_element7 a,
  #bottom_menu_element8 a {
    padding: 0.8em .5em 0.95em 1em !important;
  }

  #bottom_menu_element1 a:hover,
  #bottom_menu_element2 a:hover,
  #bottom_menu_element3 a:hover,
  #bottom_menu_element4 a:hover,
  #bottom_menu_element5 a:hover,
  #bottom_menu_element6 a:hover,
  #bottom_menu_element7 a:hover,
  #bottom_menu_element8 a:hover {
    padding: 0.8em .5em 0.95em 1em !important;
  }

  #top_menu_element1:hover #top_menu_subelement1,
  #top_menu_element2:hover #top_menu_subelement2,
  #top_menu_element3:hover #top_menu_subelement3 {
    visibility: visible;
    opacity: 1.0;
  }

  #bottom_menu_element1:hover #bottom_menu_subelement1,
  #bottom_menu_element2:hover #bottom_menu_subelement2,
  #bottom_menu_element3:hover #bottom_menu_subelement3,
  #bottom_menu_element4:hover #bottom_menu_subelement4,
  #bottom_menu_element5:hover #bottom_menu_subelement5,
  #bottom_menu_element6:hover #bottom_menu_subelement6,
  #bottom_menu_element7:hover #bottom_menu_subelement7 {
    visibility: visible;
    opacity: 1.0;
  }

  #top_menu_subelement1 a,
  #top_menu_subelement2 a,
  #top_menu_subelement3 a,
  #top_menu_subelement4 a,
  #top_menu_subelement5 a,
  #top_menu_subelement6 a,
  #top_menu_subelement7 a,
  #top_menu_subelement8 a {
    padding: 0.5em 1.2em 0.5em 1.2em !important;
    white-space: nowrap;
  }

  #top_menu_subelement1 a:hover,
  #top_menu_subelement2 a:hover,
  #top_menu_subelement3 a:hover,
  #top_menu_subelement4 a:hover,
  #top_menu_subelement5 a:hover,
  #top_menu_subelement6 a:hover,
  #top_menu_subelement7 a:hover,
  #top_menu_subelement8 a:hover {
    color: #008899;
    background: none;
    display: block;
    padding: 0.5em 1.2em 0.5em 1.2em !important;
    border: 0em solid rgba(0,0,0,0.05) !important;
  }

  #flags {
    position: fixed;
    top: 8em;
    right: 0;
    z-index: 5;
  }

  #flags div {
    width: 3em;
    height: 3em;
    border-top-left-radius: .5em;
    border-bottom-left-radius: .5em;
    box-shadow: 0em .25em .25em rgba(0,0,0,0.15);
    overflow: hidden;
    margin-bottom: .5em;
  }



  .border-box-row, .product-box-row, .team-box-row {
    display: flex;
  }

  .border-box-innerrow {
    display: flex;
    flex: 0 0 50%;
  }

  .border-box, .product-box, .team-box {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 1em;
  }

  .team-box {
    width: 33.33333333%;
  }

  .border-box h2, .team-box h2 {
    padding: 0.66666666em;
  }

  .border-box p, .team-box p {
    padding: 0em 1em;
  }

  .border-box .border-box-border, .team-box-border {
    box-sizing: border-box;
    border: 0.0625em solid rgba(0,0,0,0.05);
    border-radius: .5em;
    box-shadow: 0em .25em .25em rgba(0,0,0,0.15);
    overflow: hidden;
    padding-bottom: 3.5em;
    height: 100%;
    position: relative;
  }

  .team-box-border {
    padding-bottom: 1em;
  }

  .team-box-border h2 {
    padding-bottom: 0em;
  }

  .team-box-border .mailto {
    margin-top: 1em;
  }

  .border-box div div, .team-box div div, .banner-box div div {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .border-box div div::before, .team-box div div::before {
    content: "";
    display: block;
  }

  .border-box-image, .team-box-image, .product-box-image, .banner-box-image {
    overflow: hidden;
    width: 100%;
    /*filter: saturate(0%);*/
    transition-duration: .5s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .product-box-image {
    filter: saturate(100%);
    background-size: contain;
    transform: scale(0.95);
    cursor: pointer;
  }

  .border-box div div .border-box-image::before, .product-box-image::before, .banner-box-image::before {
    transition-duration: .5s;
    content: "";
    display: block;
  }

  .marginresponsive::before {
    margin-top: 85%;
  }

  .border-box div:hover div .border-box-image, .product-box:hover .product-box-image, .team-box div:hover .team-box-image, .banner-box div:hover .banner-box-image {
    filter: saturate(100%);
    transform: scale(1.05);
  }

  .product-box-image a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0em;
    left: 0em;
    position: absolute;
  }

  .border-box .buttonstyle {
    margin-top: 1rem;
  }

  .slider_fade_left {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    display: block;
    width: 3%;
    height: 100%;
    left: 0em;
    z-index: 16;
  }

  .slider_fade_right {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    display: block;
    width: 3%;
    height: 100%;
    right: 0em;
    z-index: 16;
  }


  .wrapper_onethird {
    width: 33.33333333%;
  }

  .wrapper_half {
    width: 50%;
  }

  .wrapper_twothirds {
    width: 66.66666666%;
  }

  .antwortlabel {
    width: 12em;
    display: inline-block;
  }

  tr > td {
    padding-bottom: 1em;
  }

  .wrapper_left {
    padding-right: 1em;
    box-sizing: border-box;
  }

  .image_article_left {
    padding: 0em 1em .5em 0em;
  }

  .image_article_right {
    padding: 0em 0em .5em 1em;
  }

  .width25 {
    width: 25% !important;
  }

  .width33 {
    width: 33.33333333% !important;
  }

  .width50 {
    width: 50% !important;
  }

  .banner:before {
    margin-top: 25%;
  }

  .banner-box {
    width: 100%;
    box-sizing: border-box;
  }

  .fullscreenvideo {
    width: 78em;
    height: 43.875em;
  }

  .button_style {
    width: 20%;
    height: 3%;
  }
}

@media (min-device-width : 960px) and (max-device-width : 1279px) and (orientation : landscape)
{
  body {
    font-size: 0.75em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

@media (min-device-width : 1280px) and (max-device-width : 2559px) and (orientation : landscape)
{
  body {
    font-size: 1em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

@media (min-device-width : 2560px) and (max-device-width : 2879px) and (orientation : landscape)
{
  body {
    font-size: 1.333em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

@media (min-device-width : 2880px) and (max-device-width : 3839px) and (orientation : landscape)
{
  body {
    font-size: 1.5em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

@media (min-device-width : 3840px) and (max-device-width : 5119px) and (orientation : landscape)
{
  body {
    font-size: 2em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }

}

@media (min-device-width : 5120px) and (max-device-width : 7679px) and (orientation : landscape)
{
  body {
    font-size: 2.666em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

@media (min-device-width : 7680px) and (orientation : landscape)
{
  body {
    font-size: 4em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

/* iPad */

@media (min-device-width : 800px) and (max-device-width : 1023px) and (orientation : portrait)
{
  body {
    font-size: 0.625em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }
}

@media (min-device-width : 1024px) and (orientation : portrait)
{
  body {
    font-size: 0.8em !important;
	font-family: Arial, sans-serif;
  }
	
  h1 {
	font-family: Arial, sans-serif;
  }

#site_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto -104px;
}

#top_wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 502;
}




