/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.schladminger-bruderlade.at/static/fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.schladminger-bruderlade.at/static/fonts/lato-v23-latin-300.eot?') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.schladminger-bruderlade.at/static/fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.schladminger-bruderlade.at/static/fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://www.schladminger-bruderlade.at/static/fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.schladminger-bruderlade.at/static/fonts/lato-v23-latin-300.svg') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot%3F') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700.eot%3F') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg') format('svg'); /* Legacy iOS */
}

body {
  position: relative;
  margin:0 auto;
  font-family: 'Lato', sans-serif;
  font-weight:400;
  font-size: 14px;
  line-height: 1.25;
  color: #00519e;
  /*width:1010px !important;*/
}
#main {
  position: relative;
  margin:0 auto;
  padding-top:44px;
  padding-bottom:80px;
  width:100%;
  background-size:cover;
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-attachment: fixed;
  min-height:100vh;
  max-width:1920px !important;
}

.navigation {
  position: fixed;
  left:0;
  top:0;
  right:0;
  background:#009ee3;
  height:50px;
  z-index:999;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.95);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.95);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.95);

}
.navigation a {
  color:#fff;
  font-weight:900;
  text-decoration: none;
  display: inline-block;
  padding: 0 22px;
  font-size: 18px;
  line-height: 50px;
  height:50px;
}
.navigation a.active {
  color:#00519e;
}
.navigation .dropdown:hover .dropdown-menu {
  display: block;
  border:0;
  left:6px;
  padding:18px 0 10px 0;
  background:#009ee3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navigation .dropdown-menu a {
  display: block;
  color:#fff;
  width:auto;
  height:auto;
  line-height:1;
  font-size:16px;
  font-weight:400;
  padding:8px 20px 8px 20px;
}
.navigation .dropdown-menu a:hover,
.navigation .dropdown-menu a.active,
.navigation .dropdown-menu a:focus {
  color: #00519e;
  background: transparent;
}
.navigation a.logo {
  margin:0;
  padding:0;
  width:auto;
  height:auto;
  position: absolute;
  left:0;
  top:0;
}
.navigation a.logo img {
  width:auto;
  height:120px;
  display: block;
}
.navigation a.siegel {
  margin:0;
  padding:0;
  width:80px;
  height:80px;
  position: absolute;
  right:15px;
  top:5px;
}
.navigation a.siegel img {
  width:80px;
  height:auto;
  display: block;
}

.container {
  position:relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width:1024px !important;
  min-width:1024px !important;
}
.container--narrow {
  max-width:770px !important;
  min-width:770px !important;
}
.container--team {
  max-width:770px !important;
  min-width:770px !important;
}
#content {
  margin:120px auto;
}
.content-container {
  padding:40px;
  background:rgba(255,252,228,.75);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.multicol {
  column-count: 2;
  column-gap: 40px;
}
#footer {
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  font-size:13px;
  background:#fffce4;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
.footer__large {
  font-weight:700;
  font-size:15px;
}
.footer-logo {
  margin:.5rem auto;
}

/* typo */
.text-primary { 
  color:#fffce4 !important;
}
.bg-primary.bg-primary {
  background:rgba(255,252,228,.65)!important;
}
.bg-white {
  background:#fff;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-weight:400;
}
strong, b {
  font-weight:700;
}
h1, .h1 {
  font-size:22px;
  margin:0 0 10px 0;
}
h2, .h2 {
  font-size:19px;
  margin-bottom: 10px;
  text-transform: none;
}
h3, .h3 {
  font-size:22px;
}
h4, .h4 {
  font-size:20px;
}
a {
  text-decoration: underline;
  color:#00519e;
  cursor: pointer;
}
a:hover,
a:focus { 
  color:#00519e;
  text-decoration: none;
}
#content p {
  margin:0 0 10px 0;
}
#content p:last-of-type {
  margin:0;
}
.btn-primary {
  background:#00519e !important;
  color: #fff;
  text-decoration: none;
  border:0;
  padding:10px 20px;
  font-size:12px;
  line-height: 1;
  margin-top:10px;
  border-radius: 0;
}


.row.gutter-width-10 {
    margin:0 -5px;
}
.row.gutter-width-10>[class^=col-] {
    padding:0 5px;
}
.row.gutter-width-16 {
    margin:0 -8px;
}
.row.gutter-width-16>[class^=col-] {
    padding:0 8px;
}
.row.gutter-width-20 {
    margin:0 -10px;
}
.row.gutter-width-20>[class^=col-] {
    padding:0 10px;
}