/* @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap'); */

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('./fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
body,html{
  font-family: 'Roboto', sans-serif;
}
.white-color{
  color: #fff !important;
}
.gray-color{
  color: #555 !important;
}
.blue-color{
  color: #55acee !important;
    font-family: 'Roboto', sans-serif;
}
.black-color{
  color: #000 !important;
  font-weight: bold !important;
  text-decoration: underline;
}
.ui.grid{
  margin-bottom: -1.35rem !important;
}
.ui.grid>.row{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
header.main-header{
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: 0px 2px 5px rgba(0,0,0,.05);
  margin-bottom: 125px;
}
/* Main menu */
ul.menu-icon{
  display: none;
}
ul.main-menu{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

ul.main-menu li{
  float: left;
}

ul.main-menu li a{
  display: block;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  /* line-height: 50px; */
  line-height: 20px;
  color: #555;
  text-decoration: none;
  font-size: 15px;
  /* text-transform: capitalize; */
  position: relative;
}

ul.main-menu li a::before{
  content: '';
  top:0;
  left:0;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 1;
  transition: .2s ease-in-out;
}

ul.main-menu li a:hover::before{
  height: 100%;
  background-color: rgba(0,0,0,.05);
}

ul.main-menu li a.active{
  background: #55acee;
  color: #fff;
  text-decoration: none;
}

/* Content */
div.content{
  margin-bottom: 100px;
}
/*
a.header{
  color: #55acee !important;
  font-family: 'Roboto', sans-serif;
}
*/
p.content-text{
  font-size: 14px;
  color: #555;
}

a {
  text-decoration: underline;
}

/*
a.link-highlight{
  color: #55acee !important;
  text-decoration: underline;
}
*/

ul.regeln-list li{
  margin-bottom: 10px;
  font-size: 14px;
}

/* Footer */
footer.main-footer{
  background-color: #55acee;
  padding: 25px 0px;
  line-height: 50px;
}

ul.footer-menu{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-menu li{
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}

p.credit{
  float: right;
  line-height: 50px;
  color: #fff;
}

p.credit a{
  font-weight: bold;
  color: #000;
}

ul.address{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.address li{
  margin-bottom: 15px;
}

.code{
  background-color: #f1f1f1;
}

ul.logo{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.logo li{
  float: left;
  margin-right: 25px;
}

.hidden {
  display: none;
}
/*
Custom Media Queries
 */
@media(max-width:991px){
  header.main-header{
    margin-bottom: 35px;
  }
  div.content{
    margin-bottom: 20px;
  }
  ul.menu-icon{
    display: block;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul.menu-icon li a{
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 12.5px;
    padding-right: 12.5px;
    line-height: 50px;
    color: #555;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
    background: #55acee;
    color: #fff;
  }
  ul.main-menu{
    display: none;
  }
  ul.main-menu li{
    width: 100% !important;
    border-bottom: 1px solid rgba(0,0,0,.05);
  }
  ul.main-menu li a{
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  div.regeln{
    position: relative;
    top: 75px !important;
  }
  footer.main-footer{
    margin-top: 150px !important;
  }
  ul.footer-menu li{
    font-size: 10px;
    margin-right: 0px;
  }
  p.credit, p.credit a{
    font-size: 10px;
  }
}
i {
  cursor: pointer;
}
