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

:root {
    --bgDesign: #6e960e;
    --bgDesignDark: #012411;
    --fontDesign: #6e960e;
    --designFont: 'Oswald', 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 1px #ffffff;
    opacity: 1;
}

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: 100px;
}

.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: var(--bgDesignDark);
    border: solid 1px var(--bgDesignDark);
  	color: white;
    border-radius: 0px;
}
.btn-design-dark:hover, .btn-design-dark:active {
    background: white;
    border: solid 1px var(--bgDesignDark);
  	color: var(--fontDesign);
}
.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);
}


.arrowDown {
    color: white;
}
.arrowDown ion-icon {
    color: white;
}
/*********/
/*Navbar*/
.logo {
    max-height: 50px;
}
.nav-link {
  font-size: 25px;
}
.navbar {
  background-color: transparent;
}


/**********/

/* intro */
.overlay {
  z-index:2;
  min-height:40vh;
  background-color: #00000040 !important;
}
#intro {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-blend-mode: color;
}
#typewriter2 {
    min-height: 115px;
}
#sliderText,
#sliderText2 {
  opacity: 0;
  transition: opacity 1s ease;
}

.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;
}
/******/
/* Job */
.jobWrapper {
  border-bottom: 1px gray solid;
}

.jobWrapper:last-child {
  border-bottom: none;
}

/* END Job */

/* contact box */

#contact-box .btnArrowRight:hover {
    background-color: #fff;
    opacity: 1;
    color: #005067;
}
#contact-box .btnArrowRight {
	width: 56px;
    height: 56px;
    border: 2px solid #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    background-color: transparent;
    font-size: 25px;
    color: #fff;
    float: right;
}

/* END contactbox */

/* easyfamily */ 

.companies {
    background: #222222;
}

/* END easyfamily */

footer {
  background: #222222;
}
#partner-section .carousel-item {
  height: unset;
}
#partner-section .row div {
	justify-content: center;
    display: flex; 
}
#partner-section .row div:first-child {
	justify-content: start;
}
#partner-section .row div:last-child {
	justify-content: end;
}

/*Responsive*/
@media (max-width:991px){
  .bgPattern {
      background-size: 100%;
  }
}
@media (min-width:768px){

  }
@media (max-width:767px){
  .navContainer {
    padding-bottom: 25px;
    border-bottom: none !important;
  }
  .logo {
      max-height: 50px;
      margin-top: 0px;
  }  
  .companies img {
    max-height: 25px;
  }
  .bgPattern {
      background-size: 150%;
  }  
  .introWrapper {
    padding-top: 100px;
}
}
@media (max-width:580px){
  .bgPattern {
      background-size: 200%;
  }  
}

/* 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; 
}

#introTrigger, #newsTrigger, #featuredTrigger, #footerTrigger {margin-top:-100px;padding-top:100px}


.typewriter::after, .sliderText::after {
  content: "";
  animation: blink-caret 0.75s step-end infinite;
}


@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: transparent; }
}

/* linkedin feeed */

[class*="Main__Inner-"] {
    min-width: 100%;
}
[class*="Text__Control-"] {
    pointer-events: none;
	margin-top: 25px
}

@keyframes fadeInOut {
  0% { opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; }
}
