/**
 * klimakonferenz.css
 * Contains all rules specific for klimakonferenz.net
 **/

/* Klimakonferenz Color Theme */

:root {
  --color-primary: 	#79BEDB;
  --color-secondary: #266A2E;
}

/* Specific elements */

#dekobild {
  width: 600px;
  max-width: 100%;
}

#headerPicture {
  /* background: #276CF5; */
  background: url('../images/earth_3.jpg') no-repeat center center scroll;
  background-size: cover;
}

/* individual flavor */
#idea p, #idea ul, #idea ol {
  text-align: left;
}

@media (min-width: 768px) {

}
