/* Theme Name: Vara Consensus Symrise iFrame
Theme Description: Theme for Symrise Website
Author: Clemens Nawroth
Version: 0.1
*/

/*Bootstrap media queries:
XS < 576 px
SM >= 576 px
MD >= 768 px
LG >= 992 px
XL >= 1220 px
*/


@font-face{
  font-family:"Milo Regular";
  src:url("fonts/1382912/0caa32f5-02fc-472d-82be-e06253a9e084.eot?#iefix");
  src:url("fonts/1382912/0caa32f5-02fc-472d-82be-e06253a9e084.eot?#iefix") format("eot"),url("fonts/1382912/97757800-e3bd-4b36-844f-9b87204603d3.woff2") format("woff2"),url("fonts/1382912/e02a0b07-712a-4663-8bba-9c289b4d2682.woff") format("woff"),url("fonts/1382912/5ee5a12f-9f7f-4a42-b180-62a8601c67e6.ttf") format("truetype");
}

html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}
body {
  /* Margin bottom by footer height */
  /*margin-bottom: 80px;*/
  color: #616161;
  font-family: Milo Regular;
  background-color: #fff;
  overflow-x: hidden;
}


.headline {
  display: block;
  width: 100%;
  border-bottom: 1px solid #616161;
  margin-top: 20px;
}

.headline span{
  margin: 0 0 -2px;
  padding-bottom: 2px;
  display: inline-block;
  max-width: 100%;
  font-size: 1.7143rem;
  font-weight: 600;
  color: #616161;
  border-bottom: 3px solid #616161;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.col-12 {
  padding-right: 0px;
  padding-left: 0px;
}


#cookie-notice .button.bootstrap.cn-set-cookie{
  background-color: #fff;
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 2px;
  color: #000;
  text-shadow: none;
  border: none;
  box-shadow: none;
  background-image: none;
}


canvas{
  padding: 15px;
  background-color: #fff;
}


div.charts .canvas-wrapper{
  height:400px;
  width:100%;
}


/*
#
#
#
#
#
#
Mobile
#
#
#
#
#
#
*/

@media screen and (max-width: 768px){
  

}

@media screen and (max-width: 992px){
  /* Navigation and Header */
  html{
    font-size: 14px;
  }


  /* Others */
  div.container{
    max-width:100%;
    padding-left:0px;
    padding-right:0px;
  }

 
}

/*Media Queries (overwriting default settings)*/

@media(min-width:576px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}

