/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Merriweather', 'Helvetica', Arial, sans-serif;
}
hr {
  border-color: #9b222c;
  border-width: 3px;
  max-width: 500px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #9b222c;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
}
/*Open Sans statt Roboto*/

h2 {
  font-weight: 550;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: white;
}
.bg-dark {
  background-color: #817770;
  color: #9b222c;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 50px 0;
}
section .container .row p {
  font-size: 10px
}

@media (min-width: 768px) {
  section {
    padding: 25px 0;
  }

  section .container .row p{
    font-size: 16px
  }
}
aside {
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #817770;
}
aside p {
  font-size: 13px
}
@media (min-width: 768px) {
  aside p {
    font-size: 16px
  }
}
.onlysmalldevice {
  visibility: visible;
}
@media (min-width: 1000px) {
  .onlysmalldevice {
    visibility: hidden;
  }
}

.onlybigdevice {
  visibility: hidden
}
@media (min-width: 1000px){
  .onlybigdevice {
    visibility: visible;
  }
}
.forsmallheight {
  visibility: visible;
}
@media (min-height: 580px) {
  .forsmallheight {
    visibility: hidden;
  }
}
.forbigheight {
  visibility: hidden;
}
@media (min-height: 580px) {
  .forbigheight {
    visibility: visible;
  }
}


.button {
  font-size: 8px;

}

@media (min-width: 768px){
  .button {
    font-size: 12px
  }
}
button:focus {outline:0!important;}

.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #9b222c;
  font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #817770;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #817770;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #9b222c;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #9b222c !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: #9b222c;;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #817770;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #817770;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #9b222c;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #9b222c;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #817770;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #817770;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #9b222c;
  }
}
@media (max-height: 580px) {
  .navbar-default {
    background-color: white;
  }
}


header {
  position: relative;
  width: 100%;
  min-height: 40%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/bruecke2.jpg');
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  width: 100%;
}

header .header-content .header-content-inner p {
  color: #9b222c;
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 200px;
}
header .header-content .header-content-inner img {
    max-width: 0%;
    margin-left: auto;
    margin-right: auto;

  }

@media (min-width: 1000px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    top: 40%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 250px
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner p {
    font-size: 17px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner img {
    max-width: 70%;
    margin-left: 190px;
    margin-right: auto;
    padding-bottom: 50px;
  }
}
.parallax1 {
    /* The image used */
    background-image: url('../img/bruecke3.jpg');

    /* Full height */
    height: 60%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-device-width: 1000px) {
    .parallax1 {
        background-attachment: scroll;
        height: 50%;
        min-width: 100%;
    }
}
.textforparallax {
  padding-top:  50px;
  text-align: center;
  }
.textforparallax img {
  width: 40%
}

@media (min-width: 1000px){
  .textforparallax{
  padding-top:  200px;
  text-align: center;
  }
  .textforparallax img{
    width: 40%
  }
}

.parallax2 {
    /* The image used */
    background-image: url('../img/bruecke1.jpg');
    /* Full height */
    height: 30%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-device-width: 1000px) {
    .parallax2 {
        background-attachment: scroll;
        height: 50%;
        min-width: 100%;
    }
}
.twitteronly {
  width: 15%
}
@media (min-width: 1000px){
  .twitteronly {
    width: 5%
  }
}


.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 20px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 50px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}

.text-primary {
  color: #9b222c;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #9b222c;
  border-color: #9b222c;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #9b222c;
  border-color: #9b222c;
}
.btn-primary .badge {
  color: #9b222c;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
