html,
body {
  height: 100%;
}

.DivPrintLogo {
  display: none;
}

/* TEMPLATES */

.Template3 {
  margin-bottom: 5px;
}

.Template4 {
  margin-top: 5px;
}

.Template5 {
  margin: 0px;
}

/* PICS */

.TempatePic {
  max-width: 100%;
  height: auto;
}

.Tempate11Pic {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.GalThumb {
  margin: 0px 10px 10px 0px;
  float: left;
}

.ImgHeadPic,
.ImgLogo {
  height: auto;
  max-width: 100%;
}

/* IFRAMES */

.elastic-iframe {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}

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

iframe {
  display: block;
}

/* FORMULARE */

label {
  font-weight: 300 !important;
  margin-top: 10px;
}

.checkboxMarginBottom {
  margin-bottom: 10px;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* DIVERSES */

th,
td {
  padding: 5px !important;
}

td.text-top {
  vertical-align: top;
}

.DivBreadcrumb {
  margin-bottom: 30px;
}

.DivAdressPrint {
  display: none;
}

ol,
ul {
  margin-bottom: 20px;
  margin-top: 0;
}

.Sitemap ul {
  margin-left: -20px;
}

.DocUl {
  margin-left: -24px;
  list-style-type: none;
}

.DocUl li {
  margin-bottom: 6px;
}

.DocUlFaq {
  margin-left: -40px;
  list-style-type: none;
}

.DocUlFaq li {
  margin-bottom: 6px;
}

.AlignLeft {
  text-align: left !important;
}

.AlignCenter {
  text-align: center !important;
}

.AlignRight {
  text-align: right !important;
}

.close {
  opacity: 1 !important;
}


.ExternalLink {
  background: transparent url(../images/external_link.png) no-repeat 0% 60%;
  padding: 0px 0px 0px 14px;
}

.DisplayFlex {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.no-gutter {
  padding-right: 0px;
  padding-left: 0px;
}

.PreviewBg {
  background: transparent url(../images/preview_bg.gif) repeat 0 0;
}

.markSearchString {
  background: #ff0;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.cc_container {
  background: transparent url(../images/bg_cockieconsent.png) repeat 0 0 !important;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #666666 !important;
  border: none;
  color: #fff;
}

.btn-primary:hover {
  background-color: #666666 !important;
  border: none;
  color: #fff;
}

.form-horizontal .control-label {
  text-align: left;
  font-weight: 300 !important;
  margin-bottom: 5px;
}

.form-control {
  font-size: 20px;
  height: auto !important;
}

/* NAVIGATION */

@media (min-width: 769px) {
  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:focus {
    color: #000; /*Sets the text hover color on navbar*/
  }

  .navbar .navbar-nav > .active > a,
  .navbar .navbar-nav > .active > a:hover,
  .navbar .navbar-nav > .active > a:focus {
    color: #000; /*BACKGROUND color for active*/
    background: transparent;
  }

  .navbar {
    background: transparent !important;
    border: none !important;
    border-color: #fff;
  }

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: none;
    background-color: #66ccff; /*change color of links in drop down here*/
  }

  .nav > li > a:link,
  .nav > li > a:visited,
  .nav > li > a:active {
    font-family: "Lato", arial, verdana, sans-serif;
    font-size: 18px;
    color: #000;

    text-decoration: none;
    background-color: transparent;
    font-weight: 400;
  }

  .navbar .navbar-nav > li > a {
    color: #444; /*Change active text color here*/
  }

  .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 15px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 200px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    font-weight: 300;
    font-family: "Lato", arial, verdana, sans-serif;
  }
  .dropdown-menu.pull-right {
    left: auto;
    right: 0;
  }
  .dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
  }
  .dropdown-menu > li > a {
    clear: both;
    color: #000;
    display: block;
    font-weight: 300;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
    border-right: none !important;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover {
    background-color: #ddd;
    color: #000;
    outline: 0 none;
    text-decoration: none;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:focus,
  .dropdown-menu > .disabled > a:hover {
    color: #000;
  }
  .dropdown-menu > .disabled > a:focus,
  .dropdown-menu > .disabled > a:hover {
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    text-decoration: none;
  }

  ul.navbar-nav > li {
    float: left;
    list-style: none;
    padding: 0px;
    border-right: 1px solid #aaa;
  }
  ul.navbar-nav > li a {
    text-decoration: none;
  }
  ul.navbar-nav > li:last-child {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:focus {
    color: #000; /*Sets the text hover color on navbar*/
  }

  .navbar .navbar-nav > .active > a,
  .navbar .navbar-nav > .active > a:hover,
  .navbar .navbar-nav > .active > a:focus {
    color: #000; /*BACKGROUND color for active*/
    background: transparent;
  }

  .navbar {
    background: transparent !important;
    border: none !important;
    border-color: #fff;
  }

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: none;
    background-color: #66ccff; /*change color of links in drop down here*/
  }

  .nav > li > a:link,
  .nav > li > a:visited,
  .nav > li > a:active {
    font-family: "Lato", arial, verdana, sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    font-weight: 400;
  }

  .navbar .navbar-nav > li > a {
    color: 000; /*Change active text color here*/
  }

  .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 16px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 200px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    font-weight: 300;
    font-family: "Lato", arial, verdana, sans-serif;
  }
  .dropdown-menu.pull-right {
    left: auto;
    right: 0;
  }
  .dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
  }
  .dropdown-menu > li > a {
    clear: both;
    color: #000;
    display: block;
    font-weight: 300;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
    border-right: none !important;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover {
    background-color: #ddd;
    color: #000;
    outline: 0 none;
    text-decoration: none;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:focus,
  .dropdown-menu > .disabled > a:hover {
    color: #000;
  }
  .dropdown-menu > .disabled > a:focus,
  .dropdown-menu > .disabled > a:hover {
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    text-decoration: none;
  }
}
