@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");

html{
  position:relative;
  min-height:100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  font-family:'Quicksand', sans-serif;
  background-color:white;
  line-height:1.8;
  color:black;
}
h1,h2,h3,h4,h5,h6{
  font-family:'Quicksand', sans-serif;
}
a{
  color: #68b1ff;
}
hr {
  border-bottom: solid 1px black;
}

/*buttons*/
.btn {
      -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-default {
  color: #847774;
  background-color: #212121;
  border-color: #847774;
}

.btn-design, .btn-design:visited {
    background: #256ba7;
    border: solid 1px #256ba7;
    border-radius: 0px;
  	color: white;
}
.btn-design:hover, .btn-design:active {
    background: white;
    border: solid 1px #256ba7;
    border-radius: 0px;
  	color: #256ba7;
}
.arrowDown {
    color: white;
}
.arrowDown ion-icon {
    color: white;
}
/*********/
/*Navbar*/
/*
.navbar {
    font-weight: 500;
    color: black;
}
.navbar-nav .nav-link {
    color: rgb(0, 40, 49) !important;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:active {
    color: #256ba7 !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item.active:hover {
    color: #fff !important;
    background-color: #256ba7 !important;
}
*/
.logo {
    max-height: 35px;
}

/**********/
/*Form*/
.kontaktBox input.form-control, .kontaktBox textarea.form-control {
	border: 1px solid #002831;
    color: black;
    padding: 10px;
    box-shadow: none;
    background: white;
}
select#gender {
    border: #256ba7 solid 1px;
    background: #256ba7;
    color: white;
}

form {
  color: #222;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
}
.success-message-main {
  display: none;
  font-family:'Quicksand', sans-serif;
  background: #7bc557 !important;
  border: solid 2px #7bc557 !important;
  border-radius: 0px !important;
  color: #fff !important;
  -webkit-transition: color .3s, border-color .3s, background-color .3s;
  transition: color .3s, border-color .3s, background-color .3s;
  text-transform: uppercase;
  padding: 5px;
  text-align: center;
}
/******/
/* News */
.newsImg {
  width:140px;
  height:140px;
}
.newsCaption {
  min-height: 175px;
  max-height: 175px;
  overflow-y: hidden;
}
.newsCaption:after {
  content: "";
  position: absolute;
  min-height: 175px;
  max-height: 175px;
  overflow-y: hidden;
  -webkit-box-shadow: inset 0px -29px 19px -12px #FFFFFF; 
  box-shadow: inset 0px -29px 19px -12px #FFFFFF;
  width: 100%;
  height: 175px;
  left: 0;
  top: 0;
}
/* END News */

/*Responsive*/
@media (max-width:991px){

}
@media (min-width:768px){

  }
@media (max-width:767px){

}

/* Policy */
.cc_container {
    background: #fff !important;
    color: black !important;
    font-size: 17px;
    font-family:'Quicksand', sans-serif !important;
    box-sizing: border-box;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: white !important;
    background-color: #256ba7 !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-family: 'Quicksand', sans-serif !important;
}
.cc_container .cc_message {
    transition: font-size 200ms !important;
    display: block !important;
    color: black !important;
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: none;
    border: solid 1px rgb(0 40 49 / 0%);
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(37 107 167);
    border: solid 1px rgb(0 40 49 / 0%);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 40, 49, 0.7);
}
/******/
#introTrigger, #newsTrigger, #featuredTrigger, #footerTrigger {margin-top:-100px;padding-top:100px}