@font-face {
  font-family: 'Rotis Regular';
  src: url('fonts/RotisSemiSansPro-Regular.eot');
  src: url('fonts/RotisSemiSansPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/RotisSemiSansPro-Regular.woff') format('woff'),
       url('fonts/RotisSemiSansPro-Regular.ttf')  format('truetype');
}

@font-face {
  font-family: 'Rotis Bold';
  src: url('fonts/RotisSemiSansPro-ExtraBold.eot');
  src: url('fonts/RotisSemiSansPro-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('fonts/RotisSemiSansPro-ExtraBold.woff') format('woff'),
       url('fonts/RotisSemiSansPro-ExtraBold.ttf')  format('truetype');
}

@font-face {
  font-family: 'Rotis Italic';
  src: url('fonts/RotisSemiSansPro-Italic.eot');
  src: url('fonts/RotisSemiSansPro-Italic.eot?#iefix') format('embedded-opentype'),
       url('fonts/RotisSemiSansPro-Italic.woff') format('woff'),
       url('fonts/RotisSemiSansPro-Italic.ttf')  format('truetype');
}

* {
    font-family: "Rotis Regular", sans-serif;
    font-size: 18px;
    line-height: 1.35;
    color: #212121;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body {
    background-color: #eee;
}

#main-wrapper {
    background-color: #ffffff;
    padding: 36px 36px 72px 36px;
    margin-top: 36px;
}

p {
    padding: 0 0 8px 0;
}

b, strong {
    font-family: "Rotis Bold", sans-serif;
}

a.white {
    font-family: "Rotis Bold", sans-serif;
    color: #ffffff;
}

a.white:hover {
    color: #ffffff;
}

a.red {
    font-family: "Rotis Bold", sans-serif;
    color: #cf3a2a;
}

a.red:hover {
    color: #cf3a2a;
}

h2.page-head {
    font-family: "Rotis Bold", sans-serif;
    text-transform: uppercase;
    color: #cf3a2a;
    font-size: 36px;
    margin: 0;
    padding: 36px 0 0 0;
}

h2.small-page-head {
    font-family: "Rotis Bold", sans-serif;
    text-transform: uppercase;
    color: #cf3a2a;
    font-size: 24px;
    margin: 0;
    padding: 36px 0 18px 0;
}

h3.page-head {
    font-family: "Rotis Bold", sans-serif;
    color: #cf3a2a;
    font-size: 24px;
    margin: 0;
    padding: 0 0 24px 0;
}

h4.page-head {
    font-family: "Rotis Bold", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    padding: 18px 0 0 0;
}

h4.white-page-head {
    font-family: "Rotis Bold", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    padding: 18px 0 0 0;
}

.red-box {
    background-color: #cf3a2a;
    padding: 18px;
    color: #ffffff;
}

.red-box p, .red-box b {
    color: #ffffff;
}

.big-red-box {
    background-color: #cf3a2a;
    color: #ffffff;
    vertical-align: middle;
}

.big-red-box p, .big-red-box b, .big-red-box li, .big-grey-box p, .big-grey-box b, .big-grey-box li {
    color: #ffffff;
}

.big-red-box p, .big-red-box b, .big-grey-box p, .big-grey-box b {
    margin-left: 25px;
}

.big-grey-box {
    background-color: #6e6b66;
    color: #ffffff;
    vertical-align: middle;
}

.grey-box {
    background-color: #6e6b66;
    color: #ffffff;
    padding: 36px;
}

.grey-box p, .grey-box b, .grey-box em {
    color: #ffffff;
}

.lightgrey-box {
    background-color: #eeeeee;
    color: #333;
    vertical-align: middle;
}

.lightgrey-box img {
    padding: 18px 0;
}

@media screen and (max-width: 768px) {
    .carousel-caption {
        display: none;
    }
    h2.page-head {
        font-family: "Rotis Bold", sans-serif;
        text-transform: uppercase;
        color: #cf3a2a;
        font-size: 24px;
        margin: 0;
        padding: 36px 0 0 0;
    }
    .red-box {
        margin-top: 18px;
    }
    #main-wrapper {
        padding: 18px 18px 36px 18px;
        margin-top: 18px;
    }
    .big-red-box, .big-grey-box, .lightgrey-box {
        padding: 17px;
    }
}

@media screen and (min-width: 768px) {
    .no-padding-left {
        padding-left: 0;
    }

    .no-padding-right {
        padding-right: 0;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 21px;
        text-transform: uppercase;
        padding: 0 0 0 54px;
        margin: 0;
    }
    .big-red-box, lightgrey-box, big-grey-box {
        height: 443px;
    }
}

@media (min-width: 768px) {
  .table-row {
    display: table;
    table-layout: fixed;
  }

  .table-row [class^="col-"] {
    display: table-cell;
    float: none;
  }
}

#swan-logo {
    max-width: 300px;
}

.big-margin-top {
    margin-top: 72px;
}

.margin-top {
    margin-top: 36px;
}

.trenner {
    background-color: #000000;
    height: 1px;
    margin: 36px 0;
}

.navbar {
    margin-bottom: 0px;
    min-height: 0px;
}

.navbar-default {
    background: none;
    border: none;
    margin-top: 72px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #cf3a2a;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #cf3a2a;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.carousel-caption {
    text-align: right;
    top: 2em;
    right: 5em;
}

.carousel-caption h1 {
    font-family: "Rotis Bold", sans-serif;
    text-transform: uppercase;
}

label {
    font-family: "Rotis Regular", sans-serif;
    font-size: 18px;
    font-weight: normal;
}

form {
    padding-top: 36px;
}

input#cscf_SubmitButton {
    background-color: #cf3a2a;
    color: #ffffff;
    font-size: 18px;
    border: none;
    border-radius: 0;
    padding: 10px 15px 5px 15px;
}

.form-control {
    background-color: #eeeeee;
    border: none;
    padding: 8px;
    border-radius: 0;
    height: auto;
    font-size: 18px;
    box-shadow: none;
}

footer {
    background-color: #6e6b66;
    padding: 18px;
    margin: 0;
}

#footer {
    padding-left: 0;
    padding-right: 0;
}

footer p {
    padding: 0;
    margin: 0;
    color: #ffffff;
}