/* 
    Created on : 06.06.2016, 08:33:24
    Author     : karsten
*/

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

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

body {
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
}

code {
  font-family: mono; 
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto Slab',serif;
  font-weight: 400;
}


.spacer1rem {
    height: 1rem;
}

.spacer2rem {
    height: 2rem;
}

.spacer3rem {
    height: 3rem;
}
.spacer4rem {
    height: 4rem;
}

/* overwriting the bootstrap active class */
.active {
    border-bottom: #173A66 4px solid !important;
}

/* damit der Mauszeiger als pointer */
.pointer {
    cursor: pointer;
}

.navbar {
   background-color: transparent;
   background: transparent;
   border-color: transparent;
}

.navbar li { color: #000 }

.vertical-middle { vertical-align: middle }

.myblue { color: #373a3c !important}

.round-edges {
    border-radius: 10px;
}
