* { margin:0; padding:0; box-sizing:border-box; }

body {
    font-family: 'Oswald', sans-serif; 
}
body > * {
    padding: 0 9em;
    background: #fff;
}
main {
    display: flex;
}
img {
    max-width: 100%;
	opacity: 1;
    transition: opacity 0.3s;
    height: unset!important;
}
img[data-src] {
    background-color:#fff;
}
*[data-background] {
    background-color:#fff;
}
h1 {
    font-size: 42px;
    color: #00589e;
    padding-bottom: 20px;
    font-family: "Oswald"!important;
}
h1:first-letter{
    text-transform: uppercase;
}
h2 {
    font-size: 36px;
    color: #00589e;
    font-weight: 100;
    padding-bottom: 15px;
    font-family: "Roboto"!important;
}
h3, h3 a {
    font-size: 30px;
    color: #00589e;
    padding-bottom: 10px;
    font-family: "Oswald"!important;
}
h4 {
    font-size: 25px;
    color: #00589e;
    font-weight: 300;
    font-family: "Roboto"!important;
    padding-bottom: 8px;
}
h5 {
    font-size: 20px;
    color: #00589e;
    padding-bottom: 6px;
    font-family: "Oswald"!important;
}
h6 {
    font-size: 16px;
    color: #00589e;
    font-weight: 100;
    font-family: "Roboto"!important;
    padding-bottom: 5px;
}
.navbar, .menu {
    font-size: 1em;
    color: #ffffff;
    line-height: 4em;
    position: absolute;
    width: 100%;
    z-index: 150;
}
.navbar {
    background-image: url(../img/pattern.png);
    background-color: rgba(0,0,0,0.5);

}
.navbar__left {
    float: left;
    font-size: 0.9em;
}
.navbar__left .nav__img {
    padding-left: 0px;
}
.navbar__left .nav__img img {
    vertical-align: middle;
}
.navbar__left span {
    border-right: 1px solid #fff;
    padding: 0 1em;
    margin-left: 20px;
    display: inline-block;
    line-height: 2.5em;
    font-family: 'Roboto',Verdana, sans-serif;
}
.navbar__left span:last-child {
    border-right: none;
}
.navbar__left span:first-child {
    margin-left: 0px;
}

.navbar__right {
    float: right;
}
.navbar__form {
    display: inline-block;
}
.navbar__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    line-height: 2em;
    color: #fff;
    font-size: 1em;
    font-family: 'Oswald', sans-serif;
}
.navbar__input::after {
    border-right: 1px solid #fff;
    content: "";
}
.navbar__input:focus {
    outline: none;
}
.navbar__input:placeholder {
    color: rgba(255,255,255,0.8);
}
.navbar__button{
    background-image: url('../img/search.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 10px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.navbar__button:focus {
    outline: none;
}
.navbar__left > span {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
}
.navbar__telephone {
    background-image: url(../img/telefon.png);
}
.navbar__email {
    background-image: url(../img/mail.png);
    padding-left: 40px!important;
}
.navbar__gala {
    background-image: url(../img/button.png);
    background-size: contain;
    padding-left: 55px!important;
    font-weight: bold;
    font-size: 16px;
  
}
.navbar__gala a {
    color: #fff;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    vertical-align: middle;
    margin-left: -50px;
    padding-left: 50px;
}
.navbar__social {
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
    transition: all .2s linear;
}
.navbar__social.lang {
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    
}
.navbar__social:hover, .navbar__social:focus{
    color: #00589e;
}
.navbar__social.lang:hover, .navbar__social.lang.active{
    background: #00589e;
    color: #fff;
}
.menu {
    top: 4em;
    background: transparent;
    padding-top: 20px;
}
.menu i:before {
    font-size: 0.85em;
}
.menu > * {
    display: inline-block;
}
.menu img {
    max-width: 250px;
}
.menu-list {
    list-style: none;
    line-height: 3.5em;
    float: right;
    vertical-align: center;
}
.menu-list ul li:hover {
    background-color: rgba(10,55,115,0.7);
}
.menu-list__item {
    display: inline-block;
    padding: 0 .5em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    position: relative;
    transition: all .2s linear;
    cursor: pointer;
}
.menu-list__item li a {
    display: block;
}
.menu-list__item.active, .active-item, .menu-list__item:hover{
    background: #00589e;
}
.menu-list__item--home a, .menu-list__item--menu {
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    transition: all .2s linear;
}
.menu-list__item--menu{
    display: none;
}
.menu-list__dropdown{
    background: #00589e;
    position: absolute;
    right: 0;
    list-style: none;
    text-transform: none;
    line-height: 1.2em;
    font-weight: 100;
    max-height: 0;
    min-width: 250px;
    width: max-content;
    transition: all .3s;
    visibility: hidden;
    padding-right:15px;
    cursor: pointer;

}
.dropdown:before{
    content: "▾";
    font-size: 14px;
    vertical-align: top;

}
.menu-list__dropdown--sec{
    background: #3c73b9;
    position: absolute;
    left: 100%;
    top: 0;
    list-style: none;
    text-transform: none;
    line-height: 1.2em;
    font-weight: 100;
    max-height: 0;
    min-width: 140px;
    width: max-content;
    width: -moz-max-content;
    transition: all .3s;
    visibility: hidden;
    padding-right: 15px;
    margin-left: 15px;
}
.dropdown__item:before {

    content: "▸";
    color: white;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(0,-50%);
}
.dropdown__item.active {
    background: #3c73b9;
}
.dropdown__item >a {
    float: right;
}
.menu-list__dropdown li {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    font-size:18px;
    padding: 10px;
    transition: all 0.2s linear;
    opacity: 0;
    position: relative;    
    background: #3c73b9;
}
.menu-list__dropdown li:last-child {
    border-bottom: 0;
}
.menu-list__dropdown--sec li{
    background: #113c69;
}
.menu-list__dropdown li span {
    font-size:16px;
    display: block;
}
.menu-list__item.active > .menu-list__dropdown, .menu-list__dropdown li.active  .menu-list__dropdown--sec {
    max-height: 100vh;
   visibility: visible;
}
.menu-list__item.active > .menu-list__dropdown > li, .menu-list__dropdown li.active > .menu-list__dropdown--sec > li{
    opacity: 1;
}

.menu-logo img{
    vertical-align: middle;
}
.menu a {
    color: inherit;
    text-decoration: none;
}
.slider {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.slider .slider-item {
    display: table;
    list-style: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    text-align: center;
}
.slider .slider-item p {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    z-index: 25;
    width: 80%;
    padding-left: 20%;
    text-align: left;
}
.slider .slider-item p:first-child {
    text-transform: uppercase;
}
.slider .slider-item p+p {
    font-size: 30px;
    padding-left: 30%;
    font-weight: 500;
    text-align: justify;
}
.slider .slider-item p+p+p {
    font-size: 25px;
    padding-left: 40%;
    font-weight: 500;
}
.slider-content {
    vertical-align: middle;
    display: table-cell;
    background-image: url(../img/pattern.png);
    background-color: rgba(0,0,0,0.3);
}
.slider-pag-next, .slider-pag-prev {
    position: absolute;
    z-index:50;
    top: 50%;
    color: #fff;
    transition: all 0.2s linear;
}
.slider-pag-next {
    right: 0;
    margin-right: calc(9em + 20px);
}
.slider-pag-prev {
    left: 0;
    margin-left: calc(9em + 20px);
}
.slider-pag-next:hover,.slider-pag-prev:hover{
    color: #00589e;
}
.slider-item > ul li + li {
    display: none;
}
.slider-pag-prev:before,.slider-pag-next:before {
    font-size: 60px;
}
.slider--slim {
    height: 80vh;
}
#slider li img{
    -webkit-animation: zoomin 2s; /* Safari, Chrome and Opera > 12.1 */
         -moz-animation: zoomin 2s; /* Firefox < 16 */
          -ms-animation: zoomin 2s; /* Internet Explorer */
           -o-animation: zoomin 2s; /* Opera < 12.1 */
              animation: zoomin 2s;
              animation-delay: 0.5s;
              animation-fill-mode: forwards;
              min-width:100%!important;
              left:0px!important;
              position: absolute;
              min-height:100%!important;
              z-index: -1;
  }
  #slider .slider-content p{
    opacity: 0;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
      -moz-animation: fadein 1s; /* Firefox < 16 */
       -ms-animation: fadein 1s; /* Internet Explorer */
        -o-animation: fadein 1s; /* Opera < 12.1 */
           animation: fadein 1s;
           animation-delay: 0.5s;
           animation-fill-mode: forwards;
  }
  #slider .slider-content p:nth-of-type(2){
  animation-delay: 1.7s;
  }
  #slider .slider-content p:nth-of-type(3){
  animation-delay: 2.1s;
  }
.boxes {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: -121px;
}
.boxes__wrapper {
    overflow: hidden;
    padding: 0 10px;
}
.boxes ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.boxes .slider-pag-prev,.boxes .slider-pag-next {
    color: #000;
}
.boxes .slider-pag-prev {
    margin-left: 20px;
}
.boxes .slider-pag-next {
    margin-right: 20px;
}
.box {
    flex: 1;
    padding: 0 5px;
    display: inline-block;
    z-index: 10;
    position: relative;
    float: left;
    margin-bottom: 120px;
    min-width: 300px;
    max-width: 400px;
}

.box img {
    width: 100%;
}
.box__link {
    height: 120px;
    width: 100%;
    font-weight: 100;
    display: block;
    background: #00589e;
    color: #fff;
    font-size: 2em;
    text-align:center;
    line-height: 120px;
    text-decoration: none;
    text-transform: uppercase;
}
.box p {
    color:rgba(255,255,255,0.8);
    opacity: 0;
    padding: 25px;
    padding-top: 35px;
    height: calc(100% - 9em);
    font-size: 14px;
    background: rgba(15,55,102,.75);
    font-family: 'Roboto',Verdana, sans-serif;
    transition: all .3s linear;
    line-height: 1.5;
    position: absolute;
    top: 120px;
    left: 5px;
    right: 5px;
    text-align: left;
}
.box:hover p {
    opacity: 1;
}
.see-more::before, .see-more::after {
    font-weight: 300;
    position: absolute;
    display: block;
    transition: all .1s linear;
    z-index: 10;
    text-transform: none;
}
.see-more::before {
    content: "więcej";
    font-size: 14px;
    line-height: 14px;
    text-align: right; 
}
.see-more::after {
    line-height: 22px;
    content: "zobacz";
    background-color: transparent;
    font-size: 22px;
    border: 1px solid #fff;
    background-image: url(../img/arrow_w.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 46px;
    height: 46px;
}
.box .see-more::before {
    right: 100px;
    bottom: 32px;   
}
.box .see-more::after {
    text-indent: -120px;
    right: 42px;
    bottom: 28px;
}
.box:hover .see-more::after {
    background-color: #fff;
    background-image: url(../img/arrow_n.png);
}
.box::after {
    content: "";
    display: block;
    height: 95px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: #103867;
    transition: all .2s linear;
    right: 5px;
    left: 5px;
    bottom: 5px;
}
.box:hover::after {
    opacity: 1;
}
.news {
    width: 50%;
    float: left;
    flex-direction: column
}
.news p {
    font-family: "Roboto", sans-serif;
    line-height: 2;
}
.news, .big-boxes {
    display: flex;
    flex-wrap: wrap;
}
.news {
    padding: 20px;
    padding-bottom: 80px;
}
.news__single{
    flex: 0 50%;
    padding: 20px;
    position: relative;
    display: flex;
    font-family: 'Oswald', 'sans-serif';
}
.news .see-more::before {
    left: 120px;
    bottom: 30px;   
}
.news .see-more::after{
    text-indent: -60px;
    left: 160px;
    bottom: 25px;
    border: 1px solid #00589e;
    background-image: url(../img/arrow_w.png);
    background-color: #00589e;
}

.news__single .see-more:hover::after{
    background-image: url(../img/arrow_n.png);
    background-color: white;
}
.news__single img {
    width: 200px;
    height: 200px;
    margin-bottom: 85px;
    border: 1px solid #ccc;
}
.news__single > *, article .news__single > * {
    display: inline-block;
    float: left;
}
.single__content, article .single__content {
    padding: 15px;
    padding-top: 0;
}
.single__title, article .single__title {
    color: #00589e;
    font-weight: bold;
    font-size: 22px;
}
.single__title a {
    color: #00589e;
    text-decoration: none;
    font-family: 'Oswald', sans-serif!important;
}
.single__data, article .single__data  {
    color: #7b7b7b;
    font-size: 0.8em!important;
    margin: 0;
    font-family: 'Oswald', sans-serif!important;
    padding: 0!important;
}
.single__text, .content article p.single__text {
    padding-top: 15px;
    font-size: 0.9em;
    font-family: 'Roboto',Verdana, sans-serif;
    text-align: justify;
    color: #505050;
    line-height: 1.5;
}
p.single__hashtag {
    color: #000;
    font-family: 'Oswald', sans-serif!important;
    margin: 0;
    padding: 0!important;
}

.big-box .big-box__image{
    padding: 40px 15px;
}
.big-box:nth-child(even) .big-box__image {
    padding-right: 0;
}
.big-box:nth-child(odd) .big-box__image {
    padding-left: 0;
}

.big-boxes {
    background: #103867;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 100%;
    margin-bottom: 720px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.big-box {
    flex: 0 50%;
    position: relative;
    height: 450px;
    padding: 20px;
    overflow: hidden;
}
.big-box .see-more {
    color: #fff;
    position: absolute;
    display: block;
}
.big-box .see-more:before {
    bottom: 10px;
    right: 10px;
}
.big-box img {
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 100%;
    max-width: unset;
}
.big-box a {
    display: block;
    overflow: hidden;
    position: relative;
   /* max-width: 650px;*/
    height: 100%;
}
.big-box a::before {
    content: "";
    display: block;
    width: 100%;
    height: 95px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #000;
    background: rgba(15,55,102,.75);
    background-image: url(../img/pattern.png);
    transition: all .4s ease;
}
.big-box a::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 1em;
    right: 1em;
    background: url(../img/strzalka.gif) no-repeat;
    background-position: center left;
    z-index: 4;
    transition: all .4s ease;
}
.big-box a:hover::after, .big-box a:focus::after {
    background-color: #fff;
    background-position: center right;
}
.big-box a:hover::before, .big-box a:focus::before {
    height: 100%;
}
.big-box strong {
    display: block;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    font-size: 1.6em;
    color: #fff;
    text-transform: uppercase;
    padding: .7em 90px .7em 1.5em;
    bottom: 0;
    font-weight: 600;
    z-index: 3;
    transition: all .4s ease;
}
.big-box strong span {
    display: block;
    font-size: 14px;
}
.big-box a:hover strong {
    bottom: 60%;
}
.big-box p{
    color: rgba(255,255,255,0.85);
    display: block;
    position: absolute;
    margin: 0;
    padding: 2em 1em 2em 3em;
    top: 300%;
    font-family: 'Roboto',Verdana, sans-serif;
    z-index: 9;
    transition: all .4s ease;
    line-height: 1.5;
}
.big-box a:hover p {
    top: 33%;
}
.footer {
    background: #aaaaaa;
    min-height: 650px;
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
    margin-bottom: 80px;
    flex-wrap: wrap;
}
.footer-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
}
.footer__logos,.footer__map{
    flex: 1 50%;
}
.footer__map {

    text-align: center;
    background-image: url(../img/mapa.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
    background-size: contain;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer__logos {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    max-width: 600px;
}

.footer__logo  {
    width: 50%;
    padding-bottom: 50%;
    height: 0;
    text-align: center;
  /*  flex: 0 25%;*/
    background-color: #9f9f9f;
    border: 2px #aaaaaa solid;
    transition: all .2s linear;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    position: relative;
}
.footer__data {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 30px;
    font-family: "Roboto", sans-serif;
    color: #fff;
}
.footer__data address {
    font-style: normal;
    padding-bottom: 15px;
    
}
.footer__data b {
    font-size: 32px;
    display: block;
    padding-bottom: 15px;
    font-family: "Oswald", sans-serif;
    margin-left: -10px;
    margin-top: -10px;
}
.footer__logo--content {
    padding-bottom: 10%;
    background-size: auto;
    border: 2px solid #fff;
    color: transparent!important;
    font-size: 0px;
}
.footer__logo:hover {
    background-color: #7e7e7e;
}
.footer-nav__menu {
    list-style: none;
    vertical-align: middle;
    margin: 30px 20px;
    float: left;
}
.footer-nav__menu li {
    display: inline-block;
    font-family: 'Roboto',Verdana, sans-serif;
    text-transform: uppercase;
    color: #505050;
    border-right: 1px solid #808080;
    padding-right: 10px;
    padding-left: 10px;   
    font-size: 14px;
}
.footer-nav__menu li:first-child {
    padding-left: 0;
}
.footer-nav__menu li:last-child {
    border-right: 0;
}
.footer-nav__menu a {
    color: inherit;
    text-decoration: none;
    transition: all .2s linear;
}
.footer-nav__menu a:hover {
    text-decoration: underline;
}
.footer-nav__link {
    float: right;
    font-family: 'Roboto',Verdana, sans-serif;
    margin: 25px 20px;
    text-decoration: none;
    font-size: 14px;
    color: #7b7b7b;
}
@media (min-width: 4000px){
    .big-boxes{
        margin-bottom: 1500px;
    }
}
@media (min-width: 3000px){
    .big-box {
        flex: 1 25%;
    }
    .news__single {
        flex: 1 25%;
    }
    .big-boxes{
        margin-bottom: 1100px;
    }
    .slider .slider-item p {
        font-size: 160px;
    }
    .slider .slider-item p+p {
        font-size: 140px;
    }
    .slider .slider-item p+p+p {
        font-size: 120px;
    }
    .slider-pag-prev:before, .slider-pag-next:before {
        font-size: 150px;
    }
    
}
@media (max-width: 1600px){
    .menu img {
        max-width: 200px;
    }
    .menu {
        font-size: 0.9em;
    }
    .boxes {
        height: 440px;
    }
    .box {
        width: 412px;
    }
}
@media (min-width: 2000px){
    .box {
        max-width: unset;
    }
}

@media (max-width: 1500px){

    .boxes {
        height: 470px;
    }
    .box {
        float: unset;
    }
    .big-box{
        height: 350px;
    }
    .slider .slider-item p{
        font-size: 40px;
    }
    .slider .slider-item p+p{
        font-size: 25px;
    }
    .slider .slider-item p+p+p{
        font-size: 18px;
    }
    .slider-pag-prev:before, .slider-pag-next:before{
        font-size: 50px;
    }
    body > * {
        padding: 0 6em;
    }
    .slider-pag-next {
        margin-right: calc(6em + 20px);
    }
    .slider-pag-prev {
        margin-left: calc(6em + 20px);
    }
    .menu img {
        max-width: 150px;
    }
    .menu {
        font-size: 0.80em;
    }
    .footer__logo--content {
        background-size: cover;
    }
    .menu-list__dropdown li {
        font-size: 16px;
        padding: 8px;
    }
   
}
@media (max-width: 1200px){

    .menu img {
        max-width: 140px;
    }
    .menu {
        font-size: 0.8em;
    }
    .box {
        width: 50%;
    }
    .footer__data b {
        font-size: 26px;
    }
    .footer__data
    { 
        font-size: 16px;
    }
    
}
@media (max-width: 1000px){
    .footer__map {
        display: none;
    }
    .footer__logos {
        flex: 0 65%;
        margin: auto;
    }
    .navbar__left .nav__img {
        display: none;
    }
}
@media (max-width: 1100px){
    .menu img {
        max-width: unset;
    }
    body > * {
        padding: 0 4em;
    }
    main {
        flex-direction: column;
    }
    .news {
        width: 100%;
    }
    .slider-pag-next {
        margin-right: calc(4em + 20px);
    }
    .slider-pag-prev {
        margin-left: calc(4em + 20px);
    }
    .big-boxes{
        margin-bottom: 700px;
    }
    .big-box strong{
        font-size: 1.6em;
        line-height: 2.2;
        padding: .7em 20px .7em 1.5em;
    }
    .big-box {
        flex: 1 100%;
    }
    .menu-list__item--menu{
        display: block;
        position: relative;
        text-align: right;
        margin-right: 20px;
        font-size: 30px;
        z-index: 100;
       
    }
    .menu-list__item--menu:after {
        position: absolute;
        right: 0px;
        top: -60px;
        padding: 15px;
    }
    .menu-list__item--menu.toggle.icon-menu:after{
        transform: rotate(90deg);
        transform-origin: 50% 50%;
        display: block;       
        background: #003f71;
    }
    .menu-list__item {
        display: block;
        text-align: right;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }
    .menu-list__dropdown {
        z-index: 10;
        width: 100%;
    }
    .dropdown__item > a, .dropdown > a {
        padding-right: 10px;
        padding-left: 10px;
    }
    .menu-list__dropdown--sec{
        left: 0px;
        z-index: 20;
        top: 100%;
        width: 100%;
        min-width: unset;
        margin-left: 0px;
    }
    .menu-list__dropdown a {
        width: 100%;
        display: block;
    }
    
    .dropdown__item.active, .dropdown__item:focus {
        background: #003f71!important;
    }
    .menu-list__dropdown .dropdown__item a {
        width: auto;
    }

    .menu-list__item--menu + .menu-list {
        display: none;
    }
    .menu-list__item--menu.toggle + .menu-list {
        display: block;
        width: 300px;
        background: #003f71;
        margin-right: 20px;
    }
    .dropdown__item::before {
        left: -30px;
        content: "▾";
    }
    .news__single{
        flex: 1 100%;
    }    

}

@media (max-width: 800px){

    body > * {
        padding: 0 2em;
    }
    .slider-pag-next {
        margin-right: calc(2em + 20px);
    }
    .slider-pag-prev {
        margin-left: calc(2em + 20px);
    }
    .navbar__left span {
        font-size: 12px;
        line-height: 2em;
        
    }
    .navbar__left span {
        background-size: contain;
    }
    .menu {
        font-size: 0.8em;
    }
    .box{
        width: 100%;
        float: unset;
    }  
    .footer-nav__menu li:first-child {
        padding-left: 10px;
    }
}
@media (max-width: 768px){
    .box {
        max-width: 310px;
    }
    .navbar__button {
        margin: 0px 10px;
    }
    .navbar__right {
        line-height: 2em;
        font-size: 14px;
    }
    .navbar__social{
        font-size:25px;
    }
    .navbar__left span {
        font-size: 10px;
    }
    .navbar{
        line-height: 2em;
    }
    .footer__data b {
        font-size: 22px;
    }
    .footer__data
    { 
        font-size: 13px;
    }
    .navbar__social.lang{
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 25px;
    }
}
@media (max-width: 670px){
    .menu {
        top: 5em;
    }
    .footer {
        position: unset;
        display: block;
        margin-bottom: 0;
    }
    .footer-nav {
        position: unset;
        display: block;
    }
    .footer-nav__menu{
        margin: 0;
    }
    .big-boxes {
    margin-bottom: 0;
    }
    .box {
        width: 100%;
    }
    

}
@media (max-width: 576px){
    .big-box {
        height: 350px;
    }

    .boxes {
        height: 470px;
    }
    .big-box p {
        padding: 1em;
        font-size: 12px;
    }
    .big-box a::after{
        width: 40px;
        height: 40px;
        background-size: cover;
    }
    .big-box a::before {
        height: 75px;
    }
   
    .big-box strong{
        font-size: 1.1em;
        line-height: 1.9;
    }
    .slider-pag-prev, .slider-pag-next{
        visibility: hidden;
    }   
    .news__single{
        display: inline;
        flex: 1 100%;
        margin-bottom: 30px;
    }
    .news__single img {
        margin-bottom: 0;
        width: 150px;
        height: 150px;
    }
    .single__content {
        padding: 0;
    }.news .see-more::before {
        right: 70px;
        bottom: -20px;
        left: auto;
    }
    .news .see-more::after{
        right: 15px;
        bottom: -20px;
        left: auto;
    }
    .slider .slider-item p{
        font-size: 20px;
    }
    .slider .slider-item p+p{
        font-size: 15px;
    }
    .slider .slider-item p+p+p{
        font-size: 10px;
    }
    
    .news .see-more::before, .news .see-more::after {
        bottom: -30px;
    }
    .footer__logo--content {
        width: 33%;
        padding-bottom: 20%;
    }
    
    
}
@media (max-width:460px){
    .big-box strong {
        font-size: 1em;
    }

    .footer__logo {
        width: 100%;
        padding-bottom: 60%;
    }
}
@media (max-width: 375px){
    body > * {
        padding: 0 .5em;
    }
    .boxes {
        height: 390px;
    }
    .navbar__left 
    {
        font-size: 0.75em;
    }
    .menu-logo img {
        max-height: 40px;
    }
    
    .big-box strong{
        line-height: 1.3;
        padding: 0.7em 50px 10px 10px;
    }
    .footer__logo--content {
        width: 50%;
        padding-bottom: 30%;

    }
    .footer__logo {
        padding-bottom: 70%;
    }

    .navbar__left > span{
        padding-left: 20px;
    }
    .navbar__left span {
        margin-left: 10px;
    }
}

.attention {
    animation: attention 3s infinite;
  }
  
  @keyframes attention {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }
  #cookieinfo{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 12px;
    background: rgba(237, 15, 29, 0.7);
    font-family: "Roboto", sans-serif;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
  }
  #cookieinfo a {
      color: #fff;
  }
  html[lang="en"] .see-more::after {
    content: "see";
    text-indent: -95px;
  }
  html[lang="en"] .see-more::before {
    content: "more";
  }
  html[lang="en"] .news .see-more::after {
    text-indent: -42px;
  }

  html[lang="de"] .see-more::after {
    content: "Mehr";
    text-indent: -100px;
  }
  html[lang="de"] .see-more::before {
    content: "sehen";
  }
  html[lang="de"] .news .see-more::after {
    text-indent: -50px;
  }

  @keyframes fadein {
    0% {
        opacity:0;
        transform: scale(1);
    }
    60%{
        transform: scale(1.03);
    }
    100% {
        opacity:1;
        transform: scale(1);
    }
}
@-moz-keyframes fadein { /* Firefox */
    0% {
        opacity:0;
        transform: scale(1);
    }
    60%{
        transform: scale(1.03);
    }
    100% {
        opacity:1;
        transform: scale(1);
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    0% {
        opacity:0;
        transform: scale(1);
    }
    60%{
        transform: scale(1.03);
    }
    100% {
        opacity:1;
        transform: scale(1);
    }
}
@-o-keyframes fadein { /* Opera */
    0% {
        opacity:0;
        transform: scale(1);
    }
    60%{
        transform: scale(1.03);
    }
    100% {
        opacity:1;
        transform: scale(1);
    }
}

@keyframes zoomin {
    from {
        transform: scale(1.0);
    }
    to {
        transform: scale(1.07);
    }
  }
  @-moz-keyframes zoomin { /* Firefox */
    from {
        transform: scale(1.0);
    }
    to {
        transform: scale(1.07);
    }
  }
  @-webkit-keyframes zoomin { /* Safari and Chrome */
    from {
        transform: scale(1.0);
    }
    to {
        transform: scale(1.07);
    }
  }
  @-o-keyframes zoomin { /* Opera */
    from {
        transform: scale(1.0);
    }
    to {
        transform: scale(1.07);
    }
  }