@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");

:root {
    --bgDesign: #2a2674;
    --bgDesignDark: #012411;
    --fontDesign: #2a2674;
    --designFont: 'Overpass', sans-serif;
}
.logo, header, .navbar, .navbar-nav, .nav-item, .nav-link, .navContainer {
      -webkit-transition: all .3s;
    transition: all .3s;  
}
html{
  position:relative;
  min-height:100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  font-family:var(--designFont);
  background-color:white;
  line-height:1.8;
  color:#606060;
  padding: 0;
}
a{
  color: var(--fontDesign);
  text-decoration: none;
}
p {
  font-size: 1.25rem;
  font-weight: 200;
}
hr {
    border-top: solid 0.25px var(--bgDesign);
    opacity: 0.25;
}

ul {
    list-style-type: none;
}
.introWrapper ul {
    list-style-type: disclosure-closed;
  font-size: 1.25rem;
  font-weight: 200;  
}

.designFont {
	color: var(--fontDesign);
}
.bgDesign {
  	background: var(--bgDesign);
}

.bgPattern {
    background: url(/img/dots.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
}
.bg-light {
  background-color: #e9e9e9 !important;
}

/*buttons*/
.btn {
      -webkit-transition: all .3s;
    transition: all .3s;
}
.btn {
    -webkit-transition: all .3s ease-in-out 0s;
  	transition: all .3s ease-in-out 0s;
	border-radius: 0px;
}
.btn-design, .btn-design:visited {
    background: var(--bgDesign);
    border: solid 1px #501946;
  	color: white;
}
.btn-design:hover, .btn-design:active {
    background: white;
    border: solid 1px #501946;
  	color: var(--fontDesign);
}
.btn-design-dark, .btn-design-dark:visited {
    background: black;
    border: solid 1px black;
  	color: white;
    border-radius: 0px;
}
.btn-design-dark:hover, .btn-design-dark:active {
    background: white;
    border: solid 1px black;
  	color: black;
}
.btn-white, .btn-white:visited {
    background: var(--bgDesign);
    border: solid 1px white;
  	color: white;
}
.btn-white:hover, .btn-white:active {
    background: white;
    border: solid 1px white;
  	color: var(--fontDesign);
}
/*********/
/*Navbar*/
.logo {
    max-height: 50px;
}
.nav-link {
  font-size: 25px;
}
.navbar {
  background-color: transparent;
}
/**********/

/* intro */
.overlay {
  z-index:2;
  min-height:60vh;
  background-color: #00000040 !important;
}
#intro {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-blend-mode: color;
}
.cardHeight {
  min-height: 350px;
}
/* intro end */

/*Form*/
.kontaktBox input.form-control, .kontaktBox textarea.form-control {
	border: 1px solid #501946;
    color: black;
    padding: 10px;
    box-shadow: none;
    background: white;
}
select#gender {
    border: #501946 solid 1px;
    background: #501946;
    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;
}
.form-control {
    border-radius: 30px;
}
.ccm__content__heading p {
  font-weight: 200;
  font-size: 1.25;
  line-height: 1.25;
}
/******/
footer {
  background: #222222;
}
.footerLogo {
    height: 20px;
    margin-top: 19px;
    margin-bottom: 12px;
    width: auto;
    filter: brightness(0.5);
}
.companies {
    background: #222222;
}
/* screenconnect */
#screenconnect {
    padding-left: 0 !important;
}
#screenconnect .modal-content {
    height: 560px;
    border-radius: 0 !important;
}
#screenconnect .modal-header {
    background: #2a2674;
    border-radius: 0;
}
#screenconnect h5 {
    color: white !important;
}
#screenconnect button.close {
    opacity: 1;
    color: white;
    background: black;
    border: none;
    border-radius: 300px;
    width: 28px;
    height: 28px;
}
/*Responsive*/
@media (max-width:1399px){
  .cardHeight {
    min-height: 375px;
  }
}
@media (max-width:1199px){
  .cardHeight {
    min-height: 410px;
  }
}
@media (max-width:991px){
  .cardHeight {
    min-height: unset;
  }  
}
@media (max-width:767px){
  .navContainer {
    padding-bottom: 25px;
    border-bottom: none !important;
  }
  .logo {
      max-height: 50px;
      margin-top: 0px;
  }  
  .companies img {
    max-height: 25px;
  }
  .introWrapper {
    padding-top: 100px;
}
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #21282f;
  border: solid 1px #21282f;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #501946; 
  border: solid 1px #501946;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7d99a0; 
}