h2 {
    color: #005E81;
    line-height: 1.1;
    margin-bottom: 10px;
    font-family: 'Urbana-LightItalic';
    font-weight: 100;
}

.start-slider h1 {
    font-size: 2rem;
    color: #005E81;
    line-height: 1.1;
    margin-bottom: 10px;
    font-family: 'Urbana-LightItalic';
    font-weight: 100;
}



h4 {
    color: #333;
    line-height: 1.1;
    margin-bottom: 10px;
    font-family: 'Urbana-Light';
    font-weight: 100;
}


body {
  background-image: url('../fond4c.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}

#request_form h2 {
      color: #840000;
      line-height: 1.1;
      margin-bottom: 10px;
      margin-top: 0px;
      font-family: 'Urbana-Light';
      font-weight: 100;
  }

#request_form h2 span {
      color: #333;
  }

abbr[title] {
  text-decoration: none;
  -webkit-text-decoration-style: none;
}

.rot {
  color:#840000;
}

div#offcanvas li a{
  color: #005E81;
}

div#offcanvas li a:hover{
  color: #840000;
}

div#offcanvas .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
    stroke: #999;
}

.uk-offcanvas-bar .uk-text-muted {
    color: #999 !important;
}

.uk-section-default, .uk-card-default {
    background-color: rgba(255, 255, 255, 0.85);
}

.uk-breadcrumb {
  display: none;
}

.uk-transition-slide-bottom-small h4{
  color: #333;
}

.uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #666;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: all .3s ease-in-out;
}

.uk-dotnav > * > :focus, .uk-dotnav > * > :hover {
    background-color: rgba(51,51,51,.8);
    outline: 0;
}

.uk-dotnav > .uk-active > * {
    background-color: #840000;
    transform: scale(1.6);
}

.start-slider .willkommen {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.85);
}

.start-slider {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.start-fewo-teaser h4 {
  margin-bottom: 10px;
}

.start-fewo-teaser p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.start-icons figure {
  margin: 0 auto;
}

.start-icons p{
    margin-top: 10px;
    color:#005E81;
}

.start-zingst {
  padding-top: 40px;
  padding-bottom: 40px;
}

.start-zingst .uk-padding {
  padding: 40px;
}

.zingst-header {
  padding-top: 30px;
  padding-bottom: 130px;
}


.fewo-uebersicht h3, .fewo-uebersicht p.tm-project-description {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
}

.fewo-uebersicht h3 {
  color:#005E81 !important;
}

.fewo-uebersicht {
  padding: 20px 20px 0px 20px;
  /*background-color: #FFF;*/
  margin-top: 0px;
  margin-bottom: 0px;
}

.fewo-uebersicht-card {
  margin-left: 0px;
}

header.uk-section-large {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}

header.uk-section-large h1 {
  padding-bottom: 0px;
}

header.uk-section-large p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

header.uk-section-large hr, header.uk-section-large .uk-grid-divider {
    display: none;
}

.fewo-slider .uk-overlay {
  padding: 15px 15px;
}


/* Form */

.req{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/* Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.uk-button {
  line-height: 1.65rem;
  padding: 10px 30px;
}

.uk-button-secondary {
  color: #6b0000 !important;  
}

.uk-button-secondary:hover {
  color: #6b0000 !important;  
}

/* Startseite
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.start-reiseschutz {
  padding-top: 20px;
  padding-bottom: 20px;
}


.start-reiseschutz .uk-container {
  background: #840000 url("../ERGO_Reiseversicherung_Logo.gif") no-repeat right 55px;
  border-right: 50px solid transparent;
  background-size: 200px 126px;
  padding-left: 80px;
}

@media (max-width: 640px) {
  
  .start-reiseschutz .uk-container {
    background-size: 100px 63px;
    background-position: 40px 10px;
    padding-left: 40px;
  }
  
  .start-reiseschutz .uk-padding {
    padding-top: 100px;
  }
  
}


/* Videocontainer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.video-container {
    position: relative;
    padding-bottom: 45%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Request Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#request_form textarea {
  resize: vertical;
  padding: 15px 15px;
}

#request_form input {
  font-size: 1.4em;
  padding: 30px 15px;
}

#request_form select {
  font-size: 1.4em;
}

.alertbox {
    padding: 15px 15px 0 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
}

#success_message {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
#error_message {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.small {

  font-size:18px;
}

.wkat, .wprice{
    width: 100%;
    border-spacing: 0px;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
  }

  .wkat td, .wprice td {
    padding:10px 10px;
    font-size:18px;
    line-height: 20px;
    text-align: center;
    border-bottom:1px solid #eee;
  }

  .wkat thead td, .wprice thead td {
    background: #eee;
  }

  .wkat td, .wprice td, .wkat td.a, .wprice td.a {
    background: #FFF;
  }

  .wkat td.c, .wprice td.c {
    background: #e3fffe;
  }

  .wkat td.b, .wprice td.b {
    background: #ffefe3;
  }

  .wkat td.d, .wprice td.d {
    background: #f6fdf2;
  }

  .wkat td.k, .wprice td.k {
    background: #fff;
    border-bottom:1px solid #eee;
  }

  .wprice .price {
    text-align: right;
    font-size:18px;
  }
