
/* -------------------------------------------------------------------- */
/* ---------------------------- OPEN SANS ----------------------------- */
/* -------------------------------------------------------------------- */


/* ------------------------------- LIGHT ------------------------------- */

@font-face {
  font-family: 'OpenSans';
  src: url('font/OpenSans/OpenSans-Light.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: 'OpenSans';
  src: url('font/OpenSans/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

/* ---------------------------- REGULAR ---------------------------- */

@font-face {
  font-family: 'OpenSans';
  src: url('font/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: 200;
}

@font-face {
  font-family: 'OpenSans';
  src: url('font/OpenSans/OpenSans-Italic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

/* ------------------------------ SEMIBOLD ------------------------------ */

@font-face {
font-family: 'OpenSans';
src: url('font/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
font-weight: 300;
}

@font-face {
  font-family: 'OpenSans';
  src: url('font/OpenSans/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* ------------------------------ BOLD ------------------------------ */

@font-face {
  font-family: 'OpenSans';
  src: url('font/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'OpenSans';
  src: url('font/OpenSans/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* ------------------------------ EXTRABOLD ------------------------------ */

@font-face {
  font-family: 'OpenSans';
  src: url('font/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'OpenSans';
  src: url('font/OpenSans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}


/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* ------------------------------ INHALT ------------------------------ */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */


body{
	font-family: 'OpenSans', 'sans-serif';
	font-weight:200;
	padding: 0;
	margin: 0;
}


.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}



@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
}



.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.vh-100 {
  height: 100vh !important;
}
.d-flex {
  display: flex !important;
}

.text-center {
  text-align: center !important;
}




@media (min-width: 1200px) {
  .fs-3 {
    font-size: 1.75rem !important;
  }
}


.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

p {
  text-align: left;
}


p {
  margin-top: 0px;
  margin-bottom: 1rem;
}



.text-danger {
  color: #5D386D !important;
}


.lead {
  font-size: 1.25rem;
  font-weight: 300;
}


.btn-primary {
  color: #fff;
  background-color: #0080A4;
  border: 1px solid #0080A4;
}



.btn {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  border-radius: 0.375rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
                       0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;

  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}

a {
  color: #0080A4;
  text-decoration: none;
}



a:hover {
  text-decoration: none;
}


.btn:hover {
    background-color:#016c87;
}