/*  ------------------------------------------------------------------------------------------
	COLORS
    ------------------------------------------------------------------------------------------ */
/*  --------------------------------------------------------------------------------------------------------
	ICONS
	--------------------------------------------------------------------------------------------------------  */
/*	.png	*/
/*	.png	*/
/*	.png	*/
/*	.png	*/
/*	.png	*/
/*	.png	*/
/*	.png	*/
/*	.png	*/
/*	.png	*/
/*	.png	*/
/*  --------------------------------------------------------------------------------------------------------
	FONTS
	--------------------------------------------------------------------------------------------------------  */
.light {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.regular {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.semi {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.bold {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 900;
}
/*  ------------------------------------------------------------------------------------------
	FUNCTION
    ------------------------------------------------------------------------------------------ */
/*  --------------------------------------------------------------------------------------------------------
	DEFAULTS
	--------------------------------------------------------------------------------------------------------  */
body {
  font-size: 1em;
  line-height: 1.4em;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #ffffff;
  min-width: 320px;
  background: url('/img/backgrounds/SMIC-Maisel-Consulting-25-Jahre-Jubilaeum-background.jpg') top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
::selection {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}
h1 {
  font-size: 2.4em;
  line-height: 1.0em;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 0 0 0.4em 0;
  text-align: center;
}
h2 {
  font-size: 1.6em;
  line-height: 1.0em;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 0 0 1em 0;
  text-align: center;
}
h3 {
  font-size: 1.6em;
  line-height: 1.0em;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: normal;
  text-decoration: none;
  color: #ffffff;
  padding: 0 0 1em 0;
  text-align: center;
}
h4 {
  font-size: 1.2em;
  line-height: 1.1em;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 1em 0 0.4em 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-transform: inherit;
  text-decoration: underline;
  font-style: inherit;
}
p {
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  padding: 1em 0 0.6em 0;
  text-align: center;
}
a {
  text-decoration: underline;
  color: inherit;
}
hr.tl {
  margin: 60px 0;
}
p.tl {
  margin: 60px 0;
}
.tl {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0px 0px 60px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.tln {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0px 0px 60px 0px;
}
a.btn {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}
a.btn.btn-dwnld {
  padding-left: 70px;
}
a.btn.btn-dwnld:before {
  font-family: 'Flaticon';
  content: '\f107';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 28px;
  margin: -14px 0 0 0;
}
a.btn:hover {
  background: #ffffff;
  color: #b11433;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 1.6em;
    line-height: 1.0em;
    padding: 0 0 0.4em 0;
  }
  h2 {
    font-size: 1.2em;
    line-height: 1.0em;
    padding: 0 0 1em 0;
  }
  h3 {
    font-size: 1.2em;
    line-height: 1.0em;
    padding: 0 0 1em 0;
  }
  h4 {
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 1em 0 0.4em 0;
  }
  p {
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 1em 0 0.6em 0;
  }
}
#header {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 50px 0;
  z-index: 999;
}
#header .logo {
  position: relative;
  margin: 0 auto;
  width: 320px;
}
#header .logo a {
  position: relative;
  display: block;
  width: 100%;
}
#header .smic-logo {
  position: absolute;
  right: 40px;
  top: 50%;
  margin: -35px 0 0 0;
}
@media screen and (max-width: 767px) {
  #header .smic-logo {
    display: none;
  }
}
#map {
  position: relative;
  width: 100%;
  height: auto;
  margin: 50px 0 100px 0;
}
#map iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
}
#content {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
}
#content .wrapper {
  padding: 200px 120px 0 120px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
#content .wrapper .donate {
  position: relative;
  width: 100%;
  height: auto;
  margin: 50px 0;
  padding: 40px;
  background: rgba(0, 0, 0, 0.25);
}
#content .wrapper .donate .setMed {
  font-size: 1.8em;
  line-height: 1.8em;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
#content .wrapper .donate .setBig {
  font-size: 2.4em;
  line-height: 1.2em;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  #content .wrapper {
    padding: 200px 60px 0 60px;
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  #content .wrapper {
    padding: 200px 20px 0 20px;
    max-width: 1200px;
  }
  #content .wrapper .donate {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  #content .wrapper .donate .setMed {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  #content .wrapper .donate .setBig {
    font-size: 2em;
    line-height: 1.2em;
  }
}
#gallery {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
#gallery .gallery-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
#gallery .gallery-wrapper .gallery-container {
  position: relative;
}
#gallery .gallery-wrapper .gallery-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#gallery .gallery-wrapper .gallery-container .gallery-item {
  position: relative;
  width: 20%;
  height: 0;
  padding: 0 0 20% 0;
  float: left;
}
@media screen and (max-width: 768px) {
  #gallery .gallery-wrapper .gallery-container .gallery-item {
    width: 25%;
    padding: 0 0 25% 0;
  }
}
@media screen and (max-width: 540px) {
  #gallery .gallery-wrapper .gallery-container .gallery-item {
    width: 50%;
    padding: 0 0 50% 0;
  }
}
@media screen and (max-width: 400px) {
  #gallery .gallery-wrapper .gallery-container .gallery-item {
    width: 100%;
    padding: 0 0 100% 0;
  }
}
#gallery .gallery-wrapper .gallery-container .gallery-item .gallery-item-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 8px solid rgba(0, 0, 0, 0);
  overflow: hidden;
}
#gallery .gallery-wrapper .gallery-container .gallery-item .gallery-item-wrapper .gallery-item-preview {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#gallery .gallery-wrapper .gallery-container .gallery-item .gallery-item-wrapper .gallery-item-preview img {
  display: none;
}
#gallery .gallery-wrapper .gallery-container .gallery-item .gallery-item-wrapper .gallery-item-preview:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  content: '';
  opacity: 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#gallery .gallery-wrapper .gallery-container .gallery-item .gallery-item-wrapper .gallery-item-preview:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  font-family: 'Flaticon';
  content: '\f107';
  font-size: 40px;
  opacity: 0;
  -webkit-transition: 750ms 250ms ease-out;
  -moz-transition: 750ms 250ms ease-out;
  -o-transition: 750ms 250ms ease-out;
  transition: 750ms 250ms ease-out;
}
#gallery .gallery-wrapper .gallery-container .gallery-item .gallery-item-wrapper .gallery-item-preview:hover:before {
  opacity: 1;
}
#gallery .gallery-wrapper .gallery-container .gallery-item .gallery-item-wrapper .gallery-item-preview:hover:after {
  opacity: 1;
}
#imagelightbox {
  position: fixed;
  z-index: 9999999;
  -ms-touch-action: none;
  touch-action: none;
  -moz-box-shadow: 0px 0px 20px #000000;
  -webkit-box-shadow: 0px 0px 20px #000000;
  box-shadow: 0px 0px 20px #000000;
  cursor: pointer;
}
#imagelightbox-overlay {
  position: fixed;
  z-index: 9999998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}
#navi {
  position: relative;
  padding: 0 0 100px 0;
  width: 100%;
  height: auto;
  display: table;
}
#navi ul {
  position: relative;
  width: 100%;
  display: table-row;
}
#navi ul li {
  position: relative;
  width: 25%;
  height: auto;
  display: table-cell;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#navi ul li a {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 10px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#navi ul li a:hover,
#navi ul li a.active {
  background: #ffffff;
  color: #b11433;
}
@media screen and (max-width: 767px) {
  #navi {
    display: block;
  }
  #navi ul {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  #navi ul li {
    width: 100%;
    display: block;
    border-top: 1px solid #ffffff;
    border-bottom: 0;
  }
  #navi ul li:last-child {
    border-bottom: 1px solid #ffffff;
  }
  #navi ul li a {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  #navi ul li a:hover,
  #navi ul li a.active {
    background: #ffffff;
    color: #b11433;
  }
}
#footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #ffffff;
  color: #b11433;
  padding: 80px 0;
}
#footer .wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 120px;
  height: auto;
  margin: 0 auto;
}
#footer .wrapper .table {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
}
#footer .wrapper .table .table-row {
  position: relative;
  width: 100%;
  display: table-row;
}
#footer .wrapper .table .table-row .table-cell {
  position: relative;
  width: 33.3333%;
  display: table-cell;
  text-align: center;
}
#footer .small-logo {
  padding: 0 0 40px 0;
}
#footer p {
  font-size: 0.9em;
  line-height: 1.4em;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  padding: 0 0 0 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #footer .wrapper {
    padding: 0 40px;
  }
  #footer .wrapper .table {
    display: block;
  }
  #footer .wrapper .table .table-row {
    display: block;
  }
  #footer .wrapper .table .table-row .table-cell {
    width: 100%;
    display: block;
    padding: 40px;
  }
  #footer .small-logo {
    padding: 0 0 20px 0;
  }
}
