@charset "utf-8";
/*
wonders and sign
grafikdesign münchen
www.wondersandsign.de
*/
html, body {
  height: 100%;
}
body {
  background: #fff url('../imgs/dwb_bg.webp') no-repeat top center;
  background-size: cover
}
/*** Regulars ***/
ul, li, p, h1, h2, h3, h4, h5, h6, label, input {
  color: #333333;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-align: left;
}
h1 {
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}
.modal h1 {
  border-bottom: none;
  padding-bottom: 0;
}
h2 {
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}
h2.ohne, .modal h2 {
  font-weight: 500;
  font-size: 24px;
  border-bottom: none;
  padding-bottom: 0;
}
h3 {
  font-size: 18px;
  font-weight: 500;
  
}
p {
  font-size: 18px;
  margin: 20px 0 0 0;
}
p.p2 {
  margin: 20px 0;
}
p.p3 {
  margin: 0 0 20px 0
}
li {
  font-size: 18px;
}
a {
  color: #333333;
  text-decoration: none
}
a:hover {
  color: #ccc;
  text-decoration: none
}
a:focus {
  outline: 0;
  color: #333333;
  text-decoration: none;
}
.logo {
  margin: -40px 0 40px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 54px 55px, rgba(0, 0, 0, 0.1) 0px 12px 13px;
}
.erster {
  margin-top: 120px;
  margin-bottom: 200px;
}
.zweiter {
  margin-top: 120px;
  margin-bottom: 120px;
}
.boxen {
  background: #333333;
  padding: 10px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 40px;
  transition: all .2s;
}
div.boxen:hover {
  background: #000;
  transform: scale(1.05);
  -webkit-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.3);
}
.boxen p, .boxen h3 {
  color: #fff
}
.boxen p {
  font-size: 1em;
}
.hundeart {
  margin-top: -100px;
}
.quali {
  width: 60px;
  height: 60px
}
.check {
  width: 20px;
  height: 20px
}
.btn-lg {
  border: 1px solid #333333;
}
.btn-lg:hover {}
.form-control {
  margin-top: 12px;
  height: 40px;
  line-height: 40px;
  border: 0;
  box-shadow: none;
  font-size: 18px;
}
.btnbtn {
  width: 100%;
  height: 40px;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  transition: box-shadow .1s;
}
.btnbtn:hover, .btnbtn:focus, .btn-default:active:focus, .btn-default:active:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  outline: 0;
}
.btnbtn:hover {
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.btnhalb{width:50%}
.grey {
  margin-top: 80px;
  background-color: #fafafa;
  border: #fff 15px solid;
}
.grey h1 {
  padding-bottom: 0;
  border-bottom: none
}
.footer {
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.footer p {
  font-size: 16px;
}
#some-logo-01, #some-logo-02, #some-logo-03, #some-logo-04, #some-logo-05 {
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#navbar-right #some-logo-01, #navbar-right #some-logo-02, #navbar-right #some-logo-03, #navbar-right #some-logo-04, #navbar-right #some-logo-05 {
  transition: 0.4s;
}
#navbar-left {
  margin-right: 15px;
  float: left;
}
#navbar-left p {
  margin-top: 5px;
}
#navbar-right {
  margin-right: 15px;
  float: right;
}
#navbar-right > a {
  opacity: 0.3;
  transition: opacity 0.3s;
}
#navbar-right > a:hover {
  opacity: 1
}
/* Bootstrap */
@media (max-width: 1199px) {
	.erster {
  margin-top: 100px;
  margin-bottom: 180px;
}
.zweiter {
  margin-top: 100px;
  margin-bottom: 100px;
}
}
@media(max-width:991px) {
		.erster {
  margin-top: 100px;
  margin-bottom: 180px;
}
.zweiter {
  margin-top: 60px;
  margin-bottom: 60px;
}
}
@media(max-width:767px) {
  h1.modal-title {
    font-size: 24px;
    font-weight: bold;
  }
  .logo {
    margin: 0 0 0 0;
  }
	.erster h2.ohne{margin-top: 80px;}
  ul {
    padding-left: 20px
  }
  #navbar-right {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  #some-logo-01, #some-logo-02, #some-logo-03, #some-logo-04, #some-logo-05 {
    height: 25px;
    margin-top: 40px;
    padding-left: 2%;
    padding-right: 2%
  }
}