body{
	font-family: "Titillium Web",sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { ... }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { ... }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { ... }

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }


.carousel-indicators li{
  background-color: #349FB3;
}

/*////////////////
/////Text/////
////////////////*/

h1, h2, h3, h4, h5{
	font-family: "Titillium Web",sans-serif;
  font-weight: 600;
}

.text-1rem{
	font-size: 1rem;
}

a{
	color: #B36322 !important;
}

a:hover{
	color: #349FB3 !important;
}

a.text-white:hover{
  color: #FFB980 !important;
}

a:not([href]):not([tabindex]), 
a:not([href]):not([tabindex]):focus, 
a:not([href]):not([tabindex]):hover {
  cursor: text;
}

hr.white{
  border-top: 1px solid #fff;
}

hr.white-4{
  border-top: 4px solid #fff;
}

hr.secondary-4{
  border-top: 4px solid #B36322;
}

hr.primary-4{
  border-top: 4px solid #349FB3;
}


/*////////////////
/////Colors/////
////////////////*/

/*
turquoise = primary = #349FB3
brown = secondary = #B36322
medium-turquoise = #89C7D3
light-turquoise = #DBEEF1
light-blue = #63E7FF
light-brown = #FFB980
light-grey = #ebf1f4
*/

.bg-primary{
	background-color: #349FB3 !important;
}

.bg-secondary{
  background-color: #B36322 !important;
}

.bg-medium-turquoise{
  background-color: #89C7D3;
}

.bg-light-turquoise{
	background-color: #DBEEF1 !important;
}

.bg-light-blue{
  background-color: #63E7FF;
}

.bg-light-brown{
  background-color: #FFB980;
}

.bg-light-grey{
	background-color: #ebf1f4 !important;
}


a.bg-primary:hover, 
a.bg-primary:focus, 
button.bg-primary:hover, 
button.bg-primary:focus {
  background-color: #89C7D3 !important;
  color: #fff;
}

.text-primary{
	color: #349FB3 !important;
}

.text-secondary{
	color: #B36322 !important;
}

.text-light-brown{
  color: #FFB980;
}

/*////////////////
/////Buttons/////
////////////////*/

.btn{
  padding: .7rem 2.14rem !important;
  font-size: .95rem !important;
  border: 2px solid #fff;
}

.btn-primary{
	background-color: #349FB3 !important;
	color: #fff !important;
}

.btn-primary:not([disabled]):not(.disabled):active, 
.btn-primary:not([disabled]):not(.disabled).active, 
.show>.btn-primary.dropdown-toggle {
	background-color: #89C7D3 !important;
}

.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
  border-color: #349FB3 !important;
}

.btn-primary:hover {
  border-color: #89C7D3;
  color: #ffffff !important;
}

.btn-primary:focus, .btn-primary.focus {
    border-color: #89C7D3;
}

.btn-secondary{
	background-color: #B36322 !important;
	color: #fff !important;
}

.btn-secondary:hover {
  border-color: #FFB980;
  color: #fff !important
}

.btn-secondary.light{
  background-color: #FFB980 !important;
  color: #000 !important;
}

.btn-secondary.light:hover{
  border-color: #B36322;
}

.btn-secondary:not([disabled]):not(.disabled):active, 
.btn-secondary:not([disabled]):not(.disabled).active, 
.show>.btn-secondary.dropdown-toggle {
	background-color: #FFB980 !important;
}

.btn-outline-secondary{
  color: #B36322 !important;
  background-color: transparent !important;
  border: 2px solid #B36322 !important;
}

.btn-outline-secondary.light-brown{
  background-color: #FFB980 !important;
}

.btn-outline-secondary:hover, 
.btn-outline-secondary:focus, 
.btn-outline-secondary:active, 
.btn-outline-secondary:active:focus, 
.btn-outline-secondary.active{
  color: #349FB3 !important;
  background-color: transparent !important;
  border-color: #349FB3 !important;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active, 
.btn-outline-secondary:not([disabled]):not(.disabled).active, 
.show>.btn-outline-secondary.dropdown-toggle {
    border-color: #89C7D3 !important;
}

/*////////////////
/////Controls/////
////////////////*/

.md-form {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 0rem;
}

.md-form label.active {
  -webkit-transform: translateY(-25px) scale(0.8);
  transform: translateY(-25px) scale(0.8);
}

.custom-control-input:checked ~ .custom-control-label.secondary::before{
  border-color: #B36322 !important;
  background-color: #B36322 !important;
}

.custom-control-input:focus ~ .custom-control-label.secondary::before{
  box-shadow: 0 0 0 0.2rem rgba(179, 99, 34, 0.22);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #FFB980;
}

.md-form input:not([type]):focus:not([readonly])+label, 
.md-form input[type="text"]:not(.browser-default):focus:not([readonly])+label, 
.md-form input[type="password"]:not(.browser-default):focus:not([readonly])+label, 
.md-form input[type="email"]:not(.browser-default):focus:not([readonly])+label, 
.md-form input[type="url"]:not(.browser-default):focus:not([readonly])+label, 
.md-form input[type="time"]:not(.browser-default):focus:not([readonly])+label, 
.md-form input[type="date"]:not(.browser-default):focus:not([readonly])+label, 
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly])+label, 
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly])+label, 
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly])+label, 
.md-form input[type="number"]:not(.browser-default):focus:not([readonly])+label, 
.md-form input[type="search"]:not(.browser-default):focus:not([readonly])+label, 
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly])+label, 
.md-form input[type="search-md"]:focus:not([readonly])+label, 
.md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #349FB3;
}

.md-form input:not([type]):focus:not([readonly]), 
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="search-md"]:focus:not([readonly]), 
.md-form textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #349FB3;
  -webkit-box-shadow: 0 1px 0 0 #349FB3;
  box-shadow: 0 1px 0 0 #349FB3;
}

.custom-select:focus {
    border-color: #89C7D3;
    box-shadow: 0 0 0 0.2rem rgba(137, 199, 211, 0.5);
}

/*////////////////
/////Borders/////
////////////////*/

.border-bottom-white-1{
  border-bottom: 1px solid white;
}

.border-bottom-white-2{
  border-bottom: 2px solid white;
}

.border-white-5{
	border: 5px solid white;
}

.border-primary-1{
	border: 1px solid #349FB3;
}

.border-primary-2{
	border: 2px solid #349FB3;
}

.border-primary-3{
	border: 3px solid #349FB3;
}

.border-primary-5{
	border: 5px solid #349FB3;
}

.border-secondary-1{
  border: 1px solid #B36322;
}

.border-secondary-2{
  border: 1px solid #B36322;
}

.border-secondary-3{
  border: 1px solid #B36322;
}

.border-secondary-5{
  border: 5px solid #B36322;
}

.border-light-brown-7{
  border: 7px solid #FFB980;
}

.border-light-brown-10{
  border: 10px solid #FFB980;
}

.border-medium-turquoise-1{
  border: 1px solid #89C7D3;
}

.border-medium-turquoise-2{
  border: 2px solid #89C7D3;
}

.border-medium-turquoise-3{
  border: 3px solid #89C7D3;
}

.border-medium-turquoise-5{
  border: 5px solid #89C7D3;
}

.border-bottom-primary-2{
  border-bottom: 2px solid #349FB3;
}

.border-bottom-secondary-2{
  border-bottom: 2px solid #B36322;
}

/*////////////////
/////Images/////
////////////////*/

.image-20{
  height: 20px;
  width: 20px;
}

.image-30{
  height: 30px;
  width: 30px;
}

.image-50{
  height: 50px;
  width: 50px;
}

.image-60{
  height: 60px;
  width: 60px;
}

.image-75{
  height: 75px;
  width: 75px;
}

.image-90{
  height: 90px;
  width: 90px;
}

.image-100{
  height: 100px;
  width: 100px;
}

.image-150{
  height: 150px;
  width: 150px;
}

.image-200{
  height: 200px;
  width: 200px;
}

/*////////////////////////*/
/*//Index*/
/*////////////////////////*/

.gsk-siegel{
  width: 300%;
  margin-left: -5rem;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 450px) { 
  .gsk-siegel{
    width: 240%;
    margin-left: -7rem;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .gsk-siegel{
    width: 320%;
    margin-left: -8rem;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .gsk-siegel{
    width: 250%;
    margin-left: -8rem;
  }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .gsk-siegel{
    width: 290%;
    margin-left: -6rem;
  }
}



/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
  .carousel-indicators.index-testimonials{
    width: 66%;
    margin-left: auto;
    margin-right: 0;
  }
}

/*////////////////////////*/
/*//Programm*/
/*////////////////////////*/

@media (max-width: 575.95px) {
  #headerProgrammSmUp{
    display: none;
  }
}

/*////////////////////////*/
/*//NewsletterRow*/
/*////////////////////////*/

#newsletterSection{
  background-image: url(../img/bg-newsletter.jpg); 
  background-position: 74% 68%;
}

#newsletterSection > .container-xl{
  background-color: #f0f8ff9e;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  #newsletterSection{
    background-image: url(../img/bg-newsletter.jpg); 
    background-position: 78% 70%;
  }

  #newsletterSection > .container-xl{
    background-color: #f0f8ff9e;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px){
  #newsletterSection{
    background-image: url(../img/bg-newsletter.jpg); 
    background-position: 60% 70%;
  }
  #newsletterSection > .container-xl{
    background-color: unset;
  }
}

/*////////////////////////*/
/*//registration*/
/*////////////////////////*/

.payment-radios input[type="radio"]:checked+div {
  border: 3px solid #B36322 !important;
}

.height-payment-options{
  height: 88px;
}

#kkSelectBox select{
  font-size: 1rem;
}

/*////////////////////////*/
/*//carouselTicker*/
/*////////////////////////*/

.carouselTicker__list{
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.carouselTicker__item{
  margin: 0 0 0 5px;
  float: left;
  height: 90px;
  line-height: 90px;
  vertical-align: middle;
}

.carouselTicker__item img{
    vertical-align: middle;
}

.w-logo-ticker{
  width: 180px;
}

/*XS*/
@media (min-width:0px) and (max-width:431.98px){
  .w-logo-ticker{
    width: 140px;
  }
}

/*XS*/
@media (min-width:432px) and (max-width:575.98px){
  .w-logo-ticker{
    width: 150px;
  }
}

/*XS*/
@media (min-width:576px) and (max-width:767.98px){
  .w-logo-ticker{
    width: 160px;
  }
}

/*////////////////////////*/
/*//Gadgets*/
/*////////////////////////*/

#krankenkassenquery option{
  font-size: 0.9rem;
}

@media (min-width: 615px) {
  .gadget .modal-dialog {
    max-width: 600px;
  }
  .gadget-80 .modal-dialog {
    max-width: 80%;
  }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { ... }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { ... }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
  .gadget .modal-dialog, 
  .gadget-80 .modal-dialog  {
    max-width: 80%;
    }
}
/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
  .gadget .modal-dialog{
    max-width: 60%;
    }

  .gadget-80 .modal-dialog {
    max-width: 80%;
    }
}

/*////////////////////////*/
/*//Cookie Panel*/ 
/*////////////////////////*/

/*XS*/
@media (min-width:0px) and (max-width:431.98px){
  #CookieDetailsPanel .modal-body {
    overflow-y: auto;
    max-height: 400px;
  }
}

/*XS*/
@media (min-width:432px) and (max-width:575.98px){
  #CookieDetailsPanel .modal-body {
    overflow-y: auto;
    max-height: 400px;
  }
}

/*XS*/
@media (min-width:576px) and (max-width:767.98px){
  #CookieDetailsPanel .modal-dialog{
    max-width: 80%;
  }

  #CookieDetailsPanel .modal-body {
    overflow-y: auto;
    max-height: 400px;
  }
}

/*SM*/
@media (min-width:768px) and (max-width:991.98px){
  #CookieDetailsPanel .modal-dialog{
    max-width: 80%;
  }

  #CookieDetailsPanel .modal-body {
    overflow-y: auto;
    max-height: 450px;
  }
}

/*MD*/
@media (min-width:992px) and (max-width: 1199.98px){

  #CookieDetailsPanel .modal-dialog{
    max-width: 80%;
  }

  #CookieDetailsPanel .modal-body {
    overflow-y: auto;
    max-height: 500px;
  }
}

/*LG*/
@media (min-width:1200px){
  #CookieDetailsPanel .modal-dialog{
    max-width: 80%;
  }

  #CookieDetailsPanel .modal-body {
    overflow-y: auto;
    max-height: 550px;
  }
}

/*////////////////////////*/
/*//Magazin*/ 
/*////////////////////////*/

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { ... }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { ... }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { ... }

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }

.nrf .carousel-indicators {
  bottom: -15px !important;
}

.modal-backdrop + .modal-backdrop {
  opacity: 0;
}

.bordered-list {
  list-style: none;
}

.bordered-list.dark-blue li a {
  text-decoration: none;
  color: #101D3D;
  width: 100%;
  display: block;
  padding: 10px 10px;
  border: 1px solid #101D3D;
  margin-bottom: 10px;
}

.bordered-list.dark-blue li a:hover {
  color: white;
  background-color: #101D3D;
}

#tableOfContentArticle a.list-group-item:hover, #tableOfContentArticle button.list-group-item:hover, 
#tableOfContentArticle a.list-group-item:focus, #tableOfContentArticle button.list-group-item:focus {
    background-color: #FFB980;
    color: white !important;
}

#tableOfContentArticle .list-group-item {
  border: none;
}

#tocHeadline:hover{
  cursor: pointer;
}

#magazinDetailArticleSection .table > thead > tr > th, 
#magazinDetailArticleSection .table > tbody > tr > th, 
#magazinDetailArticleSection .table > tfoot > tr > th, 
#magazinDetailArticleSection .table > thead > tr > td, 
#magazinDetailArticleSection .table > tbody > tr > td, 
#magazinDetailArticleSection .table > tfoot > tr > td {
  border-color: #00a5fc !important;
}

.anchor-chapter { 
    display: block;
    content: " ";
    visibility: hidden;
}

.anchor-chapter.closed { 
    margin-top: 0;
    height: 0;
}

.anchor-chapter.open { 
    margin-top: -140px;
    height: 140px;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 8px;
    width: 40px;
}

.pagination > .active > a {
  background-color: #349FB3;
  border-color: #349FB3;
}

.pagination > .active > a:hover {
  color: #fff !important;
}

.height-auto-250{
  height: 250px; 
}

.text-truncate-color{
  overflow: hidden;
  position: relative;
}

.text-truncate-color::after {
  display: block;
  content: " ";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 1.4em;
  background: linear-gradient(to right, rgba(52,159,179,.2), rgb(52,159,179) 50%);
}

.text-truncate-color.truncate-light-grey::after {
  background: linear-gradient(to right, rgba(235, 241, 244,.2), rgb(235, 241, 244) 50%);
}

.text-truncate-color.truncate-light-blue::after {
  background: linear-gradient(to right, rgba(99,231,255,.2), rgb(99,231,255) 50%);
}

.text-truncate-color.truncate-secondary::after {
  background: linear-gradient(to right, rgba(179,99,24,.2), rgb(179,99,24) 50%);
}


ul.info-checklist{
  list-style-type:none;
  position: relative;
  padding-left: unset;
}

.info-checklist > li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info-checklist > li > img{
  width: 2.3rem;
  flex-shrink: 0;
}

.info-checklist > li > img.image-50{
  width: 50px;
  flex-shrink: 0;
}

.info-checklist-text{
  padding-left: 2rem;
}

/*XS*/
@media (min-width:0px) and (max-width:431.98px){
  .height-magazin-card-image{
    height: 130px;
  }

  .img-magazin-article{
    height: 170px;
  }

  .height-magazin-card-image-sidebar{
    height: 130px;
  }

  .height-magazin-card-text{
    height: auto;
  }

  .height-auto-250{
    height: 100%;
  }
}

/*XS*/
@media (min-width:432px) and (max-width:575.98px){
  .height-magazin-card-image{
    height: 170px;
  }

  .height-magazin-card-image-sidebar{
    height: 170px;
  }

  .height-magazin-card-text{
    height: auto;
  }

  .img-magazin-article{
    height: 170px;
  }

  .height-auto-250{
    height: 100%;
  }
}

/*XS*/
@media (min-width:576px) and (max-width:767.98px){
  .height-magazin-card-image{
    height: 170px;
  }

  .height-magazin-card-image-sidebar{
    height: 170px;
  }

  .height-magazin-card-text{
    height: auto;
  }

  .img-magazin-article{
    height: 170px;
  }

  .height-auto-250{
    height: 100%;
  }

}

/*SM*/
@media (min-width:768px) and (max-width:991.98px){
  .height-magazin-card-image{
    height: 130px;
  }

  .height-magazin-card-image-sidebar{
    height: 65px;
  }

  .height-magazin-card-text{
    height: auto;
  }

  .img-magazin-article{
    height: 170px;
  }

  .height-auto-250{
    height: 100%;
  }
}

/*MD*/
@media (min-width:992px) and (max-width: 1199.98px){
  .height-magazin-card-image{
    height: 130px;
  }

  .height-magazin-card-image-sidebar{
    height: 97px;
  }

  .height-magazin-card-text{
    height: auto;
  }

  .img-magazin-article{
    height: 250px;
  }

  .height-auto-250{
    height: 100%;
  }
}

/*LG*/
@media (min-width:1200px){
  .height-magazin-card-image{
    height: 170px;
  }

  .height-magazin-card-image-sidebar{
    height: 127px;
  }

  .height-magazin-card-text{
    height: 170px;
  }

  .img-magazin-article{
    height: 250px;
  }
}

/*XS*/
@media (min-width:0px) and (max-width:431.98px){
  .insert-width-xs-100{
    width: 100%;
  }
}

/*XS*/
@media (min-width:432px) and (max-width:575.98px){
  .insert-width-xs-100{
    width: 100%;
  }
}

/*////////////////////////*/
/*//widths heights*/
/*////////////////////////*/

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}


/*////////////////////////*/
/*//IE Compability*/
/*////////////////////////*/

/*wird nur von EDGE erkannt @supports (-ms-ime-align:auto)*/

@media (min-width:0px) {

  _:-ms-lang(x),
  .ie-display-block{
    display: block !important;
  }

  _:-ms-lang(x),
  .ie-display-none{
    display: none !important;
  }

  _:-ms-lang(x),
  .ie-display-flex{
    display: flex; !important;
  }


}
