/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/******************************************************************/
/* Stylesheet: Mixins & Constants Stylesheet*/
/******************************************************************/
/*********************
TOOLS
*********************/
/** Border for element position **/
/*********************
COLORS
*********************/
/*********************
FONTS
*********************/
/*********************
REM UMWANDLUNG
*********************/
/*
.demo {
  font-size: rem(24px); // Simple
  padding: rem(5px 10px); // Multiple values
  border-bottom: rem(1px solid black); // Multiple mixed values
  box-shadow: rem(0 0 2px #ccc, inset 0 0 5px #eee); // Comma-separated values
  text-shadow: rem(1px 1px) #eee, rem(-1px) 0 #eee; // Alternate use
}
*/
/*********************
 BREAKPOINTS (LIKE FOUNDATION)
*********************/
/*
.sidebar {
  width: 60%;
  float: left;
  margin: 0 2% 0 0;
  @include bp-small {
    width: 100%;
    float: none;
    margin: 0;
  }
}	
*/
/*********************
Margin/Padding
*********************/
@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,500,600,700,800&display=swap");
.m0 {
  margin: 0px;
}
.p0 {
  padding: 0px;
}
.mt0 {
  margin-top: 0px;
}
.pt0 {
  padding-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.ml0 {
  margin-left: 0px;
}
.pl0 {
  padding-left: 0px;
}
.mr0 {
  margin-right: 0px;
}
.pr0 {
  padding-right: 0px;
}
.m5 {
  margin: 5px;
}
.p5 {
  padding: 5px;
}
.mt5 {
  margin-top: 5px;
}
.pt5 {
  padding-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.pl5 {
  padding-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.pr5 {
  padding-right: 5px;
}
.m10 {
  margin: 10px;
}
.p10 {
  padding: 10px;
}
.mt10 {
  margin-top: 10px;
}
.pt10 {
  padding-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.pl10 {
  padding-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.pr10 {
  padding-right: 10px;
}
.m15 {
  margin: 15px;
}
.p15 {
  padding: 15px;
}
.mt15 {
  margin-top: 15px;
}
.pt15 {
  padding-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.pl15 {
  padding-left: 15px;
}
.mr15 {
  margin-right: 15px;
}
.pr15 {
  padding-right: 15px;
}
.m20 {
  margin: 20px;
}
.p20 {
  padding: 20px;
}
.mt20 {
  margin-top: 20px;
}
.pt20 {
  padding-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.pl20 {
  padding-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.pr20 {
  padding-right: 20px;
}
.m25 {
  margin: 25px;
}
.p25 {
  padding: 25px;
}
.mt25 {
  margin-top: 25px;
}
.pt25 {
  padding-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.pl25 {
  padding-left: 25px;
}
.mr25 {
  margin-right: 25px;
}
.pr25 {
  padding-right: 25px;
}
.m30 {
  margin: 30px;
}
.p30 {
  padding: 30px;
}
.mt30 {
  margin-top: 30px;
}
.pt30 {
  padding-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.pl30 {
  padding-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.pr30 {
  padding-right: 30px;
}
.m35 {
  margin: 35px;
}
.p35 {
  padding: 35px;
}
.mt35 {
  margin-top: 35px;
}
.pt35 {
  padding-top: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.pb35 {
  padding-bottom: 35px;
}
.ml35 {
  margin-left: 35px;
}
.pl35 {
  padding-left: 35px;
}
.mr35 {
  margin-right: 35px;
}
.pr35 {
  padding-right: 35px;
}
.m40 {
  margin: 40px;
}
.p40 {
  padding: 40px;
}
.mt40 {
  margin-top: 40px;
}
.pt40 {
  padding-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.ml40 {
  margin-left: 40px;
}
.pl40 {
  padding-left: 40px;
}
.mr40 {
  margin-right: 40px;
}
.pr40 {
  padding-right: 40px;
}
.m45 {
  margin: 45px;
}
.p45 {
  padding: 45px;
}
.mt45 {
  margin-top: 45px;
}
.pt45 {
  padding-top: 45px;
}
.mb45 {
  margin-bottom: 45px;
}
.pb45 {
  padding-bottom: 45px;
}
.ml45 {
  margin-left: 45px;
}
.pl45 {
  padding-left: 45px;
}
.mr45 {
  margin-right: 45px;
}
.pr45 {
  padding-right: 45px;
}
.m50 {
  margin: 50px;
}
.p50 {
  padding: 50px;
}
.mt50 {
  margin-top: 50px;
}
.pt50 {
  padding-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.pl50 {
  padding-left: 50px;
}
.mr50 {
  margin-right: 50px;
}
.pr50 {
  padding-right: 50px;
}
.m75 {
  margin: 75px;
}
.p75 {
  padding: 75px;
}
.mt75 {
  margin-top: 75px;
}
.pt75 {
  padding-top: 75px;
}
.mb75 {
  margin-bottom: 75px;
}
.pb75 {
  padding-bottom: 75px;
}
.ml75 {
  margin-left: 75px;
}
.pl75 {
  padding-left: 75px;
}
.mr75 {
  margin-right: 75px;
}
.pr75 {
  padding-right: 75px;
}
.m100 {
  margin: 100px;
}
.p100 {
  padding: 100px;
}
.mt100 {
  margin-top: 100px;
}
.pt100 {
  padding-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.ml100 {
  margin-left: 100px;
}
.pl100 {
  padding-left: 100px;
}
.mr100 {
  margin-right: 100px;
}
.pr100 {
  padding-right: 100px;
}
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
Border Radius
*********************/
/*********************
BOX SHADOW
*********************/
/*********************
List reset
*********************/
/*********************
 Prefix Property
*********************/
/*********************
Centering hor/vert
*********************/
/*
.foo {
    @include center(both);
  }
  .foo-parent {
    position: relative;
  }
*/
/*********************
Fluid Typografie 
https://css-tricks.com/snippets/css/fluid-typography/
*********************/
/*
$min_width: 320px;
$max_width: 1200px;
$min_font: 16px;
$max_font: 24px;

@include fluid-type($min_width, $max_width, $min_font, $max_font);
*/
/*--------------------------------------------------------------*/
/* All SASS Variables */
/*--------------------------------------------------------------*/
/*** Colors ***/
/*** width ***/
/*** Fonts ***/
/*--------------------------------------------------------------*/
/* Global */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* Layout */
/*--------------------------------------------------------------*/
body {
  background: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #000;
}
.small {
  font-size: 0.875rem;
}
body.page-template-template-stimmzettel {
  background: #cfcfcf;
}
body.page-template-template-stimmzettel .content {
  padding: 0 20px;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .content {
    padding: 0 0px;
  }
}
body.page-template-template-stimmzettel .lang {
  position: absolute;
  top: 20px;
  left: 30px;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .lang {
    left: 15px;
    top: 10px;
  }
}
body.page-template-template-stimmzettel .lang .lang_selector {
  font-weight: 400;
}
body.page-template-template-stimmzettel .lang .lang_selector a {
  font-size: 1.25rem;
  font-weight: 400;
}
body.page-template-template-stimmzettel .lang .lang_selector a.active {
  font-weight: 700;
}
body.page-template-template-stimmzettel .header {
  text-align: center;
  margin-bottom: 50px;
}
body.page-template-template-stimmzettel .header .logo img {
  max-width: 400px;
}
body.page-template-template-stimmzettel h1 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 6.25rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel h1 {
    font-size: 3.125rem;
  }
}
body.page-template-template-stimmzettel h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5rem;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel h2 {
    font-size: 1.875rem;
  }
}
body.page-template-template-stimmzettel p.big {
  font-size: 1.875rem;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel p.big {
    font-size: 1.25rem;
  }
}
body.page-template-template-stimmzettel .wpcf7 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .wpcf7 {
    font-size: 1.25rem;
  }
}
body.page-template-template-stimmzettel .wpcf7 .big-form .cell {
  border: 1px solid #000;
}
body.page-template-template-stimmzettel .wpcf7 .big-form .cell .descr, body.page-template-template-stimmzettel .wpcf7 .big-form .cell label {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .wpcf7 .big-form .cell .descr, body.page-template-template-stimmzettel .wpcf7 .big-form .cell label {
    font-size: 1.25rem;
  }
}
body.page-template-template-stimmzettel .wpcf7 img.small {
  width: 40px;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .wpcf7 img.small {
    width: 30px;
  }
}
body.page-template-template-stimmzettel .wpcf7 .wpcf7-list-item {
  display: block;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .wpcf7 .wpcf7-list-item {
    margin: 0;
  }
}
body.page-template-template-stimmzettel .wpcf7 .wpcf7-list-item label {
  position: relative;
}
body.page-template-template-stimmzettel .wpcf7 .wpcf7-list-item label input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0 0 20px 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #000;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .wpcf7 .wpcf7-list-item label input[type="radio"] {
    margin: 0 0 10px 0;
  }
}
body.page-template-template-stimmzettel .wpcf7 .wpcf7-list-item label input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
body.page-template-template-stimmzettel .wpcf7 .wpcf7-list-item label input[type="radio"]:checked::before {
  transform: scale(1);
}
body.page-template-template-stimmzettel .wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
  position: absolute;
  left: 60px;
  bottom: 5px;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
    left: 30px;
    bottom: 5px;
  }
}
body.page-template-template-stimmzettel .wpcf7 .down img {
  width: 60px;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .wpcf7 .down img {
    width: 40px;
  }
}
body.page-template-template-stimmzettel .wpcf7 p {
  margin-bottom: 0;
}
body.page-template-template-stimmzettel .wpcf7 label {
  font-size: 1.5rem;
  line-height: 1.1;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .wpcf7 label {
    font-size: 1.25rem;
  }
}
body.page-template-template-stimmzettel .wpcf7 [type=color], body.page-template-template-stimmzettel .wpcf7 [type=date], body.page-template-template-stimmzettel .wpcf7 [type=datetime-local], body.page-template-template-stimmzettel .wpcf7 [type=datetime], body.page-template-template-stimmzettel .wpcf7 [type=email], body.page-template-template-stimmzettel .wpcf7 [type=month], body.page-template-template-stimmzettel .wpcf7 [type=number], body.page-template-template-stimmzettel .wpcf7 [type=password], body.page-template-template-stimmzettel .wpcf7 [type=search], body.page-template-template-stimmzettel .wpcf7 [type=tel], body.page-template-template-stimmzettel .wpcf7 [type=text], body.page-template-template-stimmzettel .wpcf7 [type=time], body.page-template-template-stimmzettel .wpcf7 [type=url], body.page-template-template-stimmzettel .wpcf7 [type=week] {
  height: 50px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .wpcf7 [type=color], body.page-template-template-stimmzettel .wpcf7 [type=date], body.page-template-template-stimmzettel .wpcf7 [type=datetime-local], body.page-template-template-stimmzettel .wpcf7 [type=datetime], body.page-template-template-stimmzettel .wpcf7 [type=email], body.page-template-template-stimmzettel .wpcf7 [type=month], body.page-template-template-stimmzettel .wpcf7 [type=number], body.page-template-template-stimmzettel .wpcf7 [type=password], body.page-template-template-stimmzettel .wpcf7 [type=search], body.page-template-template-stimmzettel .wpcf7 [type=tel], body.page-template-template-stimmzettel .wpcf7 [type=text], body.page-template-template-stimmzettel .wpcf7 [type=time], body.page-template-template-stimmzettel .wpcf7 [type=url], body.page-template-template-stimmzettel .wpcf7 [type=week] {
    height: 40px;
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
body.page-template-template-stimmzettel .wpcf7 .button {
  width: 400px;
  border: 1px solid #000;
  background: #fff;
  font-weight: 700;
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .wpcf7 .button {
    font-size: 1.25rem;
    width: auto;
  }
}
body.page-template-template-stimmzettel .wpcf7 .wpcf7-spinner {
  display: none;
}
body.page-template-template-stimmzettel .footer {
  background: #fff;
  font-size: 1rem;
  padding: 30px 0;
}
body.page-template-template-stimmzettel .footer .adr {
  padding: 0 10px;
}
body.page-template-template-stimmzettel .footer .sm {
  padding: 0 10px;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .footer .sm {
    margin-top: 20px;
  }
}
body.page-template-template-stimmzettel .footer .logo {
  align-self: flex-end;
  position: relative;
}
body.page-template-template-stimmzettel .footer .logo img {
  position: absolute;
  right: -15px;
  bottom: 10px;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-stimmzettel .footer .logo img {
    right: -10px;
    bottom: 10px;
  }
}
body.page-template-template-stimmzettel .wpml-ls-slot-footer a {
  background: transparent !important;
}
body.page-template-template-stimmzettel .wpml-ls-slot-footer.wpml-ls-current-language {
  font-weight: 700;
}
body.page-template-template-wettbewerb {
  font-size: 1.25rem;
}
body.page-template-template-wettbewerb .header .logo {
  position: relative;
}
body.page-template-template-wettbewerb .header .logo .down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
body.page-template-template-wettbewerb .header .logo .down img {
  width: 60px;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-wettbewerb .header .logo .down {
    bottom: 10px;
  }
  body.page-template-template-wettbewerb .header .logo .down img {
    width: 40px;
  }
}
body.page-template-template-wettbewerb .header .logo .lang {
  position: absolute;
  top: 30px;
  left: 30px;
  right: auto;
}
body.page-template-template-wettbewerb .header .logo .lang:lang(fr) {
  right: 30px;
  left: auto;
}
body.page-template-template-wettbewerb .header .logo .lang .lang_selector {
  color: #fff;
  font-size: 1.875rem;
}
body.page-template-template-wettbewerb .header .logo .lang .lang_selector a {
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
body.page-template-template-wettbewerb .header .logo .lang .lang_selector a.active {
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-wettbewerb .header .logo .lang .lang_selector a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-wettbewerb .header .logo .lang {
    top: 10px;
    right: 10px;
  }
}
body.page-template-template-wettbewerb .wpcf7 label {
  font-size: 1.25rem;
}
body.page-template-template-wettbewerb .wpcf7 .button {
  width: 400px;
  border: 1px solid #771700;
  background: #fff;
  font-weight: 700;
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #771700;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-wettbewerb .wpcf7 .button {
    font-size: 1.25rem;
    width: auto;
  }
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-wettbewerb .wpcf7 .wpcf7-spinner {
    display: none;
  }
}
body.page-template-template-wettbewerb .wpcf7 .produkte .prod-row {
  border-bottom: 1px solid #000;
  padding: 20px 10px;
  display: flex;
  align-items: center;
}
body.page-template-template-wettbewerb .wpcf7 .produkte .prod-row .number {
  font-weight: 700;
  width: 30px;
}
body.page-template-template-wettbewerb .wpcf7 .produkte .prod-row .img {
  width: 80px;
  overflow: hidden;
  white-space: nowrap img;
  white-space-width: 80px;
}
body.page-template-template-wettbewerb .wpcf7 .produkte .prod-row .name {
  width: 60%;
  padding: 0 10px;
  line-height: 1.1;
}
body.page-template-template-wettbewerb .wpcf7 .produkte .prod-row input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--form-background);
  margin: 0;
  font: inherit;
  color: #000;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #000;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
body.page-template-template-wettbewerb .wpcf7 .produkte .prod-row input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
body.page-template-template-wettbewerb .wpcf7 .produkte .prod-row input[type="checkbox"]:checked::before {
  transform: scale(1);
}
body.page-template-template-wettbewerb .wpcf7 .produkte .prod-row .wpcf7-list-item-label {
  display: none;
}
body.page-template-template-wettbewerb .wpcf7 .produkte .igp {
  position: relative;
}
body.page-template-template-wettbewerb .wpcf7 .produkte .stoerer {
  height: 300px;
  width: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 150px;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-wettbewerb .wpcf7 .produkte .stoerer {
    position: relative;
    bottom: auto;
  }
}
body.page-template-template-wettbewerb .wpcf7 .produkte .disclaimer {
  line-height: 1.1;
  font-weight: 700;
  font-size: 1.125rem;
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-wettbewerb .wpcf7 .produkte .disclaimer {
    position: relative;
  }
}
body.page-template-template-wettbewerb .wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}
body.page-template-template-wettbewerb .wpcf7 .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 700;
}
body.page-template-template-wettbewerb .footer {
  background: #fff;
  font-size: 1rem;
  padding: 30px 0 0;
}
body.page-template-template-wettbewerb .footer .adr {
  padding: 0 10px;
}
body.page-template-template-wettbewerb .footer .sm {
  padding: 0 10px;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-wettbewerb .footer .sm {
    margin-top: 20px;
  }
}
body.page-template-template-wettbewerb .footer .logo {
  align-self: flex-end;
  position: relative;
}
body.page-template-template-wettbewerb .footer .logo img {
  position: absolute;
  right: -15px;
  bottom: 10px;
}
@media only screen and (max-width: 39.9375em) {
  body.page-template-template-wettbewerb .footer .logo img {
    right: -10px;
    bottom: 10px;
  }
}
body.page-template-template-wettbewerb .footer .footer-bottom {
  margin-top: 20px;
  padding: 30px;
  background: url(../images/footer-bg.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
}
body.page-template-template-wettbewerb .footer .footer-bottom img {
  max-width: 300px;
}
body.page-template-template-wettbewerb .wpml-ls-current-language {
  font-weight: 700;
}
/*********************
HEADER
*********************/
/*********************
NAVIGATION
*********************/
/*********************
FOOTER STYLES
*********************/
.to-top {
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/*********************
TYPOGRAFIE
*********************/
p {
  margin-bottom: 1.25rem;
}
a, a:active, a:hover, a:visited {
  color: #000;
  text-decoration: none;
}
a:active, a:hover {
  color: #000;
}
/*
.linkIcon {
	&:before{
		margin-right: 5px;
	  -webkit-font-smoothing: antialiased;     
	  font-family: "Font Awesome 5 Pro";
	  font-weight: 300; 		
	}
  &.type_xlsx:before, &.type_xls:before{
	  content: "\f1c3";
  }
  &.type_docx:before, &.type_doc:before{
	  content: "\f1c2";
  }
  &.type_pdf:before{
	  content: "\f1c1";
  }
  &.type_email:before{
	  content: "\f0e0";
  }
  &.type_external:before{
	  content: "\f08e";
  }
}
*/
h1, h2, h3, h4, h5, h6, p, ul li {
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
}
/*********************
SIDEBARS & ASIDES
*********************/
/*********************
BLOCKS
*********************/
/*********************
PLUGIN STYLES
*********************/
.mapWrap {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.mapWrap iframe, .mapWrap object, .mapWrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */
