/* Add here all your css styles (customizations) */

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  color: #000000;
  margin-bottom: 45px;
}

.h1Banner {
  color: #fff;
  margin-bottom: 25px;
}

select::-ms-expand { display: none; }

hr {
  margin: unset;
  color: #a8afb5;
  border-color: #a8afb5;
  background-color: #a8afb5;
  border-top: 2px solid;
  margin-top: 15px;
  margin-bottom: 30px;
}

a, a:focus, a:hover, a:active, button, button:hover {
  color: #0f8bd3;
}

.margin-top-30 {
  margin-top: 30px;
}

.col-Cb {
  /*margin: -10px -50px 0px 50px;*/
}


.header-v6 {
    /*background-image: linear-gradient(grey, black);
    width: 59%;
    margin-left: 323px;*/
}

  .header-v6 a {
    color: #FFF !important;
    font-family: 'Trebuchet MS', 'Open Sans', sans-serif;
    font-size: 18px;
    display: block;
  }

    .header-v6 a:hover {
      text-decoration: none;
    }

  .header-v6 .navbar-brand img.default-logo {
    display: inline-block;
  }

.bannerbox {
    background: #7d7d7d;
    height: 225px;
    color: white;
    padding: 30px 50px;
    font-size: 17px;
}

.bannerimg {
  padding: 0 !important;
}



  .container .content {
    /*border: 1px solid #ccc;*/
    padding-top: 0px;
    padding-left: 25px;
  }

.footer-v1 {
    background-image: linear-gradient(grey, black);
}
body .footer-v1 .footer {
        background-color: transparent;
        color: #FFF;
        text-align: center;
 }

  .footer-v1 .footer a {
    color: #FFF;
  }

.footer-v1 .copyright {
    background-color: #000000;
    border-top: 1px solid #FFF;
    text-align: center;
}

.footer-v1 .footer .nav-inline li:first-child {
  border-left: none;
  padding: 0 7px 0 0;
}

.footer-v1 .footer .nav-inline li {
  color: #777;
  font-size: 13px;
  line-height: 10px;
  margin-right: 2px;
  border-color: #FFF;
  padding-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #FFF;
}

.footer-v1 .copyright .terms-menu li {
  color: #FFF;
}


.linkShippingInstructions {
  color: #007ac9 !important;
}
.list-inline li{
    color:white;
}
/*Formular*/
.sky-form {
    border: 0px;
}

form {
  margin-top: 15px !important;
  padding: 15px !important;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 15px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

select {
  margin-bottom: 15px;
  -webkit-appearance: button;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  background-image: url(../../../_Images/arrow.jpg) !important; /* For Chrome and Safari */
  background-position: center right 5px;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  padding-top: 2px;
  padding-bottom: 2px;
}

input {
  margin-bottom: 15px !important;
}


label {
  font-weight: bold;
}

input[type="submit"].btn, input[type="submit"].btn:hover {
  border: 2px solid;
  border-color: #000000;
  color: #000000;
  font-weight: bold;
  padding: 5px 20px;
  margin: 30px 0px;
  width: 90%;
  position: relative;
  background: none;
  text-align: left;
}

input[type="submit"].btn-u.submit, input[type="submit"].btn-u.submit:hover {
    background: #7d7d7d !important;
    background: -moz-linear-gradient(top, #0f8bd3 0%, #0e70c9 100%);
    background: -webkit-linear-gradient(top, #0f8bd3 0%,#0e70c9 100%);
    background: linear-gradient(to bottom, #0f8bd3 0%,#0e70c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f8bd3', endColorstr='#0e70c9',GradientType=0 );
    height: 37px;
    color: #FFF !important;
}

  input[type="submit"].btn-u.submit::after {
    content: "\f061";
  }



.modal-dialog {
  width: 600px;
}

.btn-u-default {
  height: 37px;
}

.invisible {
  display: none;
}

p.error {
  margin-left: 25px;
  color: red !important;
}

/* Bing Map */
.input-mega .icon-prepend {
  border: none !important;
  color: #296ec0 !important;
  height: 70px !important;
  font-size: 24px !important;
  padding-top: 16px !important;
  padding-left: 20px !important;
}

.input-mega input {
  height: 70px !important;
  background-color: #d6e6f9 !important;
  border: none !important;
  color: #8daacd !important;
  font-size: 24px !important;
  padding-left: 66px !important;
}

.bing-map {
  position: relative;
  left: 15px;
  height: 450px;
}

  .bing-map .MicrosoftMap {
    width: 95% !important;
  }

.bing-map-hider {
  position: absolute;
  left: 0px;
  background-color: #fff;
  height: 450px;
  width: 100%;
  padding-right: 30px;
  z-index: 10000;
}

.bing-map-loader {
  position: absolute;
  left: 0px;
  background-color: #fff;
  z-index: 10001;
  display: none;
}

.bing-autosuggest {
  position: absolute;
  z-index: 10001;
}

.collectionpoint-list {
  margin-left: 15px !important;
}

.collectionpoint-title {
  cursor: pointer;
}

.collectionpoint-box.tag-box {
  padding: 10px;
}

.collectionpoint-box hr {
  margin: 5px 4px 0px 4px;
}

.infobox {
  position: relative;
  background-color: white;
  border: 1px solid rgb(136, 136, 136);
  left: 0px;
  top: 0px;
  width: 350px;
}

  .infobox h4 {
    font-size: 16px;
  }

  .infobox:before {
    border: solid;
    border-color: #fff transparent;
    border-width: 15px 15px 0 15px;
    bottom: -15px;
    content: "";
    left: 20px;
    position: absolute;
    z-index: 99;
  }

.infobox-close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
}

.infobox-content {
  margin: 5px;
  line-height: 22px;
  font-size: 12px;
}

.infobox-operating-hours {
  font-size: 11px;
  line-height: 18px;
}

.img-responsive {
  width: 100%;
  object-fit: cover !important;
}

.divMainSubHeadline {
  color: rgb(0, 133, 195);
  font-weight: bold;
  font-size: 16px;
}

/* media queries */
@media (min-width: 992px) and (max-width: 1199px) {
  .bannerbox {
    /*height: 235px;*/
    padding-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .content-boxes-v2, .content-boxes-v2 .text-justify {
    text-align: center;
  }
 
}

@media (max-width: 767px) {

  .header-v6.header-classic-white .navbar {
    height: 150px;
  }

  .navbar-brand {
    font-size: 17px;
  }

  .languages {
    margin-top: -1px;
    margin-left: -5px;
    float: left !important;
  }

  .bannerbox {
    margin-right: 0px;
    height: 100%;
  }

  .bannerimg {
    width: 100%;
    overflow: hidden;
    margin-bottom: -10px;
  }

  .btn h2 {
    white-space: normal;
  }

    .footer-v1 .footer .centerText a {
        display: block;
        border-right: none;
        padding: 10px;
    }
}

.registration-calender2 input[type="image"] {
    width: 26px;
    position: absolute;
    top: 0px;
    left:-10px;
}
.registration-calender2 input {
    height: 35px;
    font-size: 17px;
}
p {
    overflow: hidden;
    /*text-align: center;*/
    font-size:14px;
}

    .dell h4:before,
    .dell h4:after {
        background-color: white;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 40%;
    }

   .dell h4:before {
        right: 0.5em;
        margin-left: -50%;
    }

    .dell h4:after {
        left: 0.5em;
        margin-right: -50%;
    }
.dell h4 span {
    color: white;
    font-size:14px;
}


    .container .content select {
        height: 40px;
        font-size: 17px;
    }

    .container .content input[type=text] {
        height: 40px;
        font-size: 17px;
        padding-left: 4px !important;
    }

.content {
    padding: 0px;
}

.container .content hr {
    width:83.33%
}

.container .bannerbox {
    height: auto;
}
.footer-v1 .footer .centerText a {
    color: #fff;
    font-size: 13px;
    line-height: 10px;
    margin-right: 2px;
    border-color: #FFF;
    padding-left: 10px;
    padding-left: 10px;
    /* border-left: 1px solid #FFF; */
}
.centerText a {
    color: white;
    border-right: 1px solid;
    border-color: white;
    padding: 0px 10px;
}
a.footer-link-end {
    border-right: none;
}
.footer-v1 .footer,.footer-v1 .copyright {
    padding: 0px;
    background: #272727;
    border-top: 0px !important;
}

@media (max-width: 990px) {
    .footer h4:before, .footer h4:after {
        width: 10%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
        body .footer-v1 {
            padding: 40px 0;
        }
}
@media (min-width: 1000px) {
    .disflex {
        display: flex;
    }
}

@media (min-width: 768px){
	.footer-v1{
		width: 750px;
		margin:0 auto;
	}
	
	.header-v6 .navbar .navbar-brand {
		margin-left:-45px;
	}
}

@media (min-width: 992px){
	.footer-v1{
		width: 970px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px){
	.footer-v1{
		width:1170px;
		margin: 0 auto;
	}
}

    @media (min-width: 1573px) {
        .container {
            max-width: 930px;
        }

        .header-v6 {
            width: 59%;
            margin: 0px auto;
            z-index: 99;
            position: relative;
        }

        .footer-v1 {
            width: 59%;
            margin: 0px auto;
            padding: 40px 0;
			max-width: 930px;
        }

            .footer-v1 .copyright {
                background-color: #000000;
                border-top: 1px solid #FFF;
                text-align: center;
                width: 59%;
                margin: 0px auto;
            }


        .container .content {
            padding-left: 125px;
        }
    }