@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
:root {
  --main-bg-color: #ffcc00;
  --main-color-two: #0099cc;
  --main-color-h2: #9d9d9d;
}

h1, h1 span, h2, h2 span, h3, h3 span, p, p span, li{

}

h1, h1 span{
   color: black;
  font-size: 3em !important;	
  font-weight: 700 !important;
  margin-top: 45px;
  margin-bottom: 18px;
}

h2, h2 span {
   color: var(--main-color-h2);
  font-size: 1.7em !important;
   font-weight: 700 !important;
  margin-top: 15px;
  margin-bottom: 18px;
}

h3, h3 span {
    color: var(--main-color-two);
  font-size: 1.2em !important;
   font-weight: 700 !important;
    margin-top:25px;
  margin-bottom: 5px;
}

p, p span{
  font-size: 1.2em !important;
     font-weight: 400 !important;
    margin-top: 8px;
  margin-bottom: 8px;
}

li{
     font-weight: 400 !important;
}

html {
  background-color: var(--main-bg-color);
  font-family: 'Roboto Condensed', sans-serif !important;
}

.logo {
  float: right;
  width: auto;
  height: 180px;
  margin-top:-13px;
}

header {
  margin-top: 7.5vh;
  margin-bottom: 3vh;
  height: 150px;
}

ul.nav#kontakt {
  display: contents;
  z-index: 9;
}

#kontakt>li a  {
  width: auto;
  border: solid;
  border-width: 3px;
  border-color: #fff;
  color: var(--main-color-two);
  font-size: 1.2em;
  font-weight: 700;
  padding: 5px 30px 5px 30px;
  float: left;
  margin-top: -5px;
  margin-left: 25px;
}


div {
  position: relative;
}

.mid {
  width: 59vw;
  margin-left: auto;
  margin-right: auto;
}

.current.active>a {
  background-color: white;
  color: black;
}

div.navigation {
  position: absulute;
  margin: 0 0 -10px 0;
}

/*Strip the ul of padding and list styling*/
ul.nav {
  list-style-type: none;
  margin: 0 0 -10px 0;
  padding: 0;
  overflow: hidden;
  width: fit-content;
  font-size: 1em;
}

/*Create a horizontal list with spacing*/
.navigation li {
  float: left;
  border-right: 1px solid white;
}

.navigation li:last-child {
  border-right: none;
}

/*Style for menu links*/
.navigation li a {
  display: block;
  text-align: center;
  color: #fff;
  background: var(--main-color-two);
  padding: 14px 7px;
  text-decoration: none;
}

/*Hover state for top level links*/
.navigation li:hover a {
  background: #fff;
  color: #111;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
  text-decoration: none;
  color: #fff;
  background: var(--main-color-two);
  text-align: center;
  display: none;
  overflow: hidden;
  width: 40vw;
  padding: 15px 0px 15px 0px;
  font-size: 1em;
}

/*Hide checkbox*/
input[type=checkbox] {
  display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked~.nav {
  display: block;
}


@media screen and (max-width : 1330px) {
  .logo {
    padding-bottom: 20px;
  }

  .mid {
    width: 70vw;
  }

  /*Make dropdown links appear inline*/
  ul.nav {
    display: none;
    position: absolute;
    z-index: 9;
  }

  /*Create vertical spacing*/
  .navigation li {
    border-right: 0px;
  }

  /*Make all menu links full width*/
  .navigation ul li, .navigation li a {
    width: 61.5vw;
  }

  /*Display 'show menu' link*/
  .show-menu {
    display: block;
  }

  .head {
    font-size: small;
  }
}

@media screen and (max-width : 876px) {
  .logo{
    margin-top: 0;
    padding-top:20px;
  }
}

@media screen and (max-width : 700px) {
 h1, h1 span{
    font-size: 2em !important;
  }
  
   h2, h2 span{
    font-size: 1.5em !important;
  }
  
   p, p span{
    font-size: 1em !important;
  }
  
  .logo {
    float: right;
  }

  .show-menu {
    font-size: 1.2em;
    width: 65vw;
    overflow: auto;
    padding: 10px;
  }

  .mid {
    width: 85vw;
  }

  .navigation li {
    font-size: 1em;
    text-align: left;
  }
  
  #kontakt li a{
    padding-left: 10px;
    padding-right: 10px;
    border-width: 3px;
  }
}

.mod-languages ul li, .mod-languages li a {
  color:#6699cc ;
  font-size: 1.2em;
  float: left;
}

.lang-active a{
  font-weight: 700 !important;
  color: var(--main-color-two) !important;
}

div.mod-languages li {
  margin: 0 2px 0 2px !important;
}

article {
  min-height:50vh;
  padding-top:10px;
  background-color: white;
}

article .item-page {
  padding: 2vh 15vw 30px 4vw;
}

footer {
  background: white;
  z-index: 2;
  text-align: center;
}

a {
  text-decoration: none;
  color: black;
}

.customfooter p {
  margin-top: 0px;
}