/* ibm-plex-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ibm-plex-sans-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/ibm-plex-sans-v21-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ibm-plex-sans-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/ibm-plex-sans-v21-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



  :root{
    --clr-text-dark: #030303;
    --clr-text-light: #FFF;
    --clr-text-head: #101010;
    
    --clr-bg-input: #FFF;
    --clr-bg-file: #e9e9e9;

    --clr-bg-btn: #e9e9e9;
    --clr-bg-btn-hover: #e9e9e9;
    --clr-btn: #4760ea;
    --clr-btn-text: ##d50f36;
    --clr-btn-text-hover: #FFF;
    --clr-bg-btn-border: #CCCCCC;
    --clr-bg-btn-hover: #4760ea;

    --clr-border-focus: #FFD400;
  }


html, body{
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'IBM Plex Sans', "Arial", "Tahoma", sans-serif;
    font-size: 18px;
}


.hero-img{
    background-image: url("../img/titel.jpg");
}

button{
  border-radius: 0.3rem;;
}


.stellen{
		border: 1px solid #000 !important;
		padding: 0.3rem 1rem !important;
		text-align: center;
		display: inline-block;
	}

@media only screen and (min-width: 600px) {
	.stellen{
		border: 1px solid #000 !important;
		padding: 0.3rem 1rem !important;
		position: absolute;
		right: 0;
		bottom: 1rem;
	}
	}

