/* Allgemeines */

/* raleway-200 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url('../../fonts/raleway-v28-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/raleway-v28-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/raleway-v28-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/raleway-v28-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/raleway-v28-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/raleway-v28-latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/raleway-v28-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/raleway-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/raleway-v28-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/raleway-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/raleway-v28-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../onts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

body {
    color: #666666;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6em;
    background: #ffffff;
    position: relative;
    height: 100%;
}

p {
    margin: 0 0 20px;
}

a  {
    color: #666666;
	font-weight: 500;
	text-decoration: none;
}

a:focus, a:hover  {
	color: #b01e1d;
	font-weight: 500;
}

a.link {
    color: #b01e1d;
}

a.a1 {
	text-decoration: none;
}

a.a1:hover  {
    color: #ffffff;
	background: none;
}

h1, .h1, h2 {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

h1, .h1 {
    text-transform: none;
    font-weight: 300;
    margin-top: 0;
	color: #b01e1d;
	padding: 15px;
}

h2 {
    font-weight: 300;
    margin-top: 0;
	color: #b01e1d;
}

h3, .h3 {
    font-weight: 300;
	margin: 50px;
	color: #b01e1d;
}

h4 {
	font-weight: 400;
	color: #b01e1d;
	font-size: 18px;
}

/* Header */


.nav-link {
    color: #b01e1d;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 30px;
	font-weight: 400;
}

.p-4 {
  padding: 2.0rem !important;
}

/* Jumbotron */

.jumbotron {
    position: relative;
    background: #fff url(../../ak/img/job-g0eef1b41c_1920.jpg) center center;
    width: 100%;
    height: 600px;
    overflow: hidden;
	margin-top: 80px;
}

.jumbotron2 {
    position: relative;
    background: #fff url(../../ak/img/seminar-g35052dd2a_1920.jpg) center center;
    width: 100%;
    height: 600px;
    overflow: hidden;
	margin-top: 80px;
}

.jumbotron3 {
    position: relative;
    background: #fff url(../../ak/img/teamwork-g8363ae90a_1920.jpg) center center;
    width: 100%;
    height: 600px;
    overflow: hidden;
	margin-top: 80px;
}

.headline {
    margin-top: 200px;
    margin-bottom: 100px;
    background-color: #ffffff;
    opacity: 0.8;
}
.headline h1{
    color: #333333;
    text-align: left;
    position: relative;	
    margin-top: 20px;
    font-weight: 400;
    line-height: normal;
}

.headline h1 small{
    color: #7d0c0a;
}

/* Content */


.card-header {
  color: #7d0c0a;
  font-weight: 400;
  background-color: #cfcfcf;
  border-bottom: none;
}

.card img {
  max-width: 300px;
}




.btn-secondary {
  background-color: #666666;
  color: #ffffff;
  border: none;
}

.btn-secondary:hover {
  background-color: #b01e1d;
  color: #ffffff;
  border: none;
}

.circle {
  background-color: #cfcfcf;
  margin-top: 40px;
  padding: 20px;
  color: #ffffff;
  text-align: center;
}

.icon-circle {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 50px;
  text-align: center;
  border-radius: 120px;
  display: inline-block;
  border: none;
  background-color: #ffffff;
  color: #b01e1d;
  transition: all 0.5s ease 0.1s;
  margin: 10px;
}

.icon-circle:hover {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 50px;
  text-align: center;
  border-radius: 120px;
  display: inline-block;
  border: none;
  background-color: #ffffff;
  color: #b01e1d;
  transition: all 0.5s ease 0.1s;
}


