.navbar {
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 60px;
  margin-left: -15px;
  margin-right: -15px;
}

input[type=radio]{
  width: auto;
}

#neuerTerminZeit{
  margin-top: -30px !important;
}

#carousel-example-generic .carousel-inner{
  height: 100%;
}

.carousel-inner h2{
    font-size: 22px !important;
    margin-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

.carousel-inner h3{
    font-size: 22px !important;
    margin-top: 18px;
}


.wickedpicker{
  z-index: 999999;
}

.veryTopNavbar{
  margin: 0 auto !important;
  max-width: 1170px;
  border-bottom: 3px solid #000000;
}

a.active{
  color: #6b98e1 !important;
}
.veryTopNavbar {
  border-bottom: 3px solid #000;
}
.main-nav {
  border-bottom: 3px solid #6b98e1;
  background: #000;
  color: #fff;
}
.navbar-brand,
.navbar-nav li a {
  line-height: 60px;
  height: 60px;
  padding-top: 0;
}
.veryTopNavbar .navbar-nav > li > a {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 15px;
}
.veryTopNavbar .navbar-nav > li > a:hover {
  color: #6b98e1;
}
.veryTopNavbar .navbar-nav > li > a:active {
  color: #000 !important;
}

.veryTopNavbar .navbar-nav > li > a:visited {
  color: #000 !important;
}
.main-nav .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
}
.main-nav .navbar-nav > li > a:hover {
  color: #6b98e1;
}
.navbar-right {
  margin-right: 0;
}
.dropdown-menu {
  background-color: #000;
}
.dropdown-menu > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #6b98e1;
  color: #000;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent !important;
  color: #6b98e1;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #fff !important;
}
.container .jumbotron {
  height: 228px;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 77px;
  padding-left: 35px;
  background: url('../images/headerBg.jpg') no-repeat center center;
  background-size: cover;
  padding-right: 0;
}
.container .jumbotron .noPadd {
  padding-right: 0 !important;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}
.jumbotron .logo {
  width: 135px;
  height: 135px;
}
.jumbotron .bwedlBanner {
  background-color: #6b98e1;
  padding: 0 15px 10px 15px;
  float: right;
  margin-right: 0;
  margin-top: 25px;
  max-height: 88px;
}
.jumbotron .bwedlBanner h1 {
  font-size: 44px;
  color: #fff;
}

@media (max-width: 1199px) {
  .veryTopNavbar {
    max-width: 970px !important;
  }
}
@media (max-width: 995px) {

  .jumbotron .bwedlBanner h1 {
    font-size: 32px !important;
  }
  form textarea{
    font-size: 12px;
    width: 100%;
  }

  .categoryHeader{
    min-height: 42px !important;
  }

  .categoryHeader h2{
    line-height: 36px !important;
    font-size: 22px !important;
  }
}

@media (max-width: 991px) {
  .veryTopNavbar {
    max-width: 750px !important;
  }
}

@media (max-width: 723px) {
  .jumbotron .bwedlBanner h1 {
    font-size: 29px !important;
  }


}

@media (max-width: 482px) {

  .wickedpicker{
    width: 80% !important;
    height: 174px !important;
  }

  .wickedpicker__controls__control-up, .wickedpicker__controls__control-down{
      font-size: 29px !important;
  }

  #carousel-example-generic .carousel-inner{
    height: 211px;
  }

  #carousel-example-generic .carousel-inner h2{
      font-size: 22px !important;
      margin-top: 18px;
  }

  #carousel-example-generic .carousel-inner h3{
      font-size: 22px !important;
      margin-top: 18px;
  }
}

@media (max-width: 480px) {
  .jumbotron .bwedlBanner h1 {
    font-size: 25px !important;
  }



  form textarea{
    font-size: 12px;
    width: 100%;
  }

}
@media (max-width: 428px) {
  .jumbotron .bwedlBanner h1 {
    font-size: 20px !important;
  }


}



html {
  /* This image will be displayed fullscreen */

  background: url('../images/fullBg.jpg') no-repeat center center;
  /* Ensure the html element always takes up the full height of the browser window */

  min-height: 100%;
  /* The Magic */

  background-size: cover;
}
body {
  /* Workaround for some mobile browsers */

  min-height: 100%;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
}
.container {
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
h2,
h3 {
  margin-top: 30px;
}
p {
  margin-top: 15px;
}
.carousel {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 3px solid #fff;
  /*max-height: 350px;*/
}
.carousel-control {
  opacity: 0.3;
  background-image: none !important;
}
.categoryHeader {
  background-color: #000;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  color: #fff;
  min-height: 75px;
  height: auto !important;
}

.categoryHeader h2{
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 75px;
  font-size: 29px;
  font-weight: normal;
}

.categoryHeader h1 {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 75px;
  font-size: 29px;
  font-weight: normal;
}
.newsSlide {
  height: 240px !important;
  padding: 0;
  background: #f5f4f2 !important;
}
.newsText {
  font-size: 22px;
}
@media (max-width: 768px) {

.container .jumbotron{
  height: 192px !important;
  padding-top: 30px;
}


  .newsText {
    font-size: 15px;
  }

  .navbar-fixed-top{
    position: relative;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.btn-primary{
  background-color: #6b98e1;

}
.btn {
  border-radius: 0;
  border: none;
  margin-top: 15px;
}

.headerBottomBorder {
  border-bottom: 1px solid #6b98e1;
  width: 180px;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.tableArrow {
  float: right !important;
  color: rgba(0, 0, 0, 0.4);
}
.linkedAccordeon {
  cursor: pointer;
}
#footer {
  background-color: #000;
  color: #fff;
}

#footer a{
  color: #fff;
}
#footer .noMargin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.footerRow {
  border-top: 3px solid #6b98e1;
  background-color: #000;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footerRow h4 {
  padding-bottom: 30px;
}
#footer .col-md-4 {
  background-color: transparent;
  background-color: #000;
}
#footer .col-md-6 {
  font-size: 11px;
}
#footer .table td {
  border-color: rgba(255, 255, 255, 0.25);
}
.footerBottomRow {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.footerBottomRow p {
  margin-top: 30px;
}

.teamThumb {
height: 263px;
width: 100%;
padding: 0;
margin-bottom: 30px;
margin-left:2px;
margin-right:2px;
text-align:left;
overflow:hidden;
cursor: pointer;
padding-top: 210px;


    /* Firefox */
    -moz-transition-property:    padding-top;
    -moz-transition-duration:    1s;
    -moz-transition-delay:       0s;

    /* Safari / Chrome */
    -webkit-transition-property: padding-top;
    -webkit-transition-duration: 1s;
    -webkit-transition-delay:    0s;

    /* Opera */
    -o-transition-property:      padding-top;
    -o-transition-duration:      1s;
    -o-transition-delay:         0s;

    /* Standard */
    transition-property:         padding-top;
    transition-duration:         1s;
    transition-delay:           0s;
}

.teamThumb:hover,.teamThumb:focus,.teamThumb:active{
  padding-top: 0;
}



.thumbWrapper{
  position: relative;
  width:100%;
  height:100%;
  margin:0;
  padding:15px;
  background: rgba(107,152,225,0.85);
  color: #fff;


}

/*.thumbWrapper:click{
  margin-top: 0;
}*/

.thumbWrapper h2{
  text-align:center;
  padding:0;
  margin:0;
  margin-bottom: 40px;
  font-size: 20px !important;
}

.thumbWrapper a{
  color: #fff;
  font-weight: bold;
}

.topPadding{
  padding-top: 15px;
}

.wrapWrip{
  position: relative;
  overflow: hidden;
}

.wrapWrip .halfWidth{
  width:49%;
  float:left;
  margin-bottom:15px;
}

.terminWrapper ul,li{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}


.InputfieldContent{
  margin-bottom: 15px;
}

#ui-datepicker-div{
  background: #fff;
  width: 250px;
  min-height: 280px;
  height: auto;
  border: 1px solid #6b98e1;
}

#ui-datepicker-div .ui-datepicker-calendar{
  width: 100%;
  height: 100%;
  padding: 15px;
}

#ui-datepicker-div .ui-datepicker-calendar td,th{
  padding: 10px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all, .ui-datepicker-prev.ui-corner-all{
  padding: 10px;
}

.ui-state-error{
  color: #c9302c;
}

form textarea{


  /*overflow: scroll;*/
   white-space: pre;
  word-wrap: normal;
  overflow-x: scroll;
}

textarea{
  font-family: Courier;
}
