::selection {
  background: #048ABF;
  color: #fff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #048ABF
  color: #fff; /* Gecko Browsers */
}

body {
  font-family: 'Open Sans', sans-serif;
}


header {
	height: 110px;
	margin: 40px 0px;
}

#logo {
	padding-top: 2rem;
	float: left;
	position: relative;
	z-index: 999;
	width: auto;
	height: auto;
	width: 160px;
	padding-top: 1.5rem;
}

a {
  color: #048ABF;
  text-decoration: underline;
}

a:hover {
  color: #aaa;
}

p {
	font-size:1.125rem;
	color: #048ABF;
	font-weight: 400;
}

li {
  font-size: 1.125rem;
  color: #048ABF;
  font-weight: 400;
}

h3 {
	font-size:1.375rem;
	color: #048ABF;
	font-weight: 600;
}

h5 {
  font-weight: 700;
  font-style: italic;
  font-size: 2rem;
  color: #048ABF;
  font-family: 'Nunito', sans-serif;
}

.head-contact-info {
	text-align: right;
}

.head-contact-info h3 {
	margin-bottom: 0;
}

h1 {
	font-weight: 700;
	color: #048ABF;
	font-size: 2.75rem;
	font-family: 'Nunito', sans-serif;
	padding-bottom: 1rem;
}

h2 {
	font-weight: 700;
    font-style: italic;
    font-size: 2rem;
    color: #048ABF;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 0px;
}

hr {
	border-bottom: 1px solid #048ABF;
}

h2 + hr {
	margin-top: 0.6rem;
}

.btn {
  border-radius: 0;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  padding: 0.6rem 1.2rem;
}

.btn-primary {
    color: #fff;
    background-color: #048ABF;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    font-size: 1.125rem;
    border: 0;
    border-radius: 0;
    padding: 0.6rem 1.2rem;
    transition: 0.2s
}

.btn-primary:hover {
	background-color: #4BA8CC;
	border: 0;
	transition: 0.2s
}

#zahnarztpraxis p {
	font-size:1.5rem;
}

.zahnarztpraxis-content {
	padding: 20rem 6rem 2rem;
}

#slider {
	background-image: url(../img/header-image.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 570px;
	width: 100%;
	position: relative;
    z-index: -99999;
}

#unser-prinzip,
#themen,
#contact {
	margin-top: 4rem;
}

.maintopic {
	border: 1px solid #CFCFCF;
    padding: 1.5rem 0;
    border-radius: 5rem;
    position: relative;
    display: inline-block;
    width: 16rem;
    font-size: 1.5rem;
    color: #048ABF;
    margin: 1rem 0 2rem;
    text-align: center;
}

#unser-prinzip .container,
#themen .container {
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 4rem;
}

#contact .container {
	padding-bottom: 4rem;
}

.formular {
	margin-top: 2.8rem;
}

form {
	margin-top: 2rem;
}

.form-control {
	border: 0px;
    border-bottom: 1px solid #CFCFCF;
    border-radius: 0;
    color: #048ABF;
    margin-bottom: 1rem;
}

.form-control::-webkit-input-placeholder {
  color: #048ABF;
  opacity: 0.5;
}

.form-control::-moz-placeholder {
  color: #048ABF;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  color: #048ABF;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  color: #048ABF;
  opacity: 0.5;
}

.form-control::placeholder {
  color: #048ABF;
  opacity: 0.5;
}

.form-control:focus {
  color: #048ABF;
  font-weight: 600
  background-color: #fff;
  border: 0px;
  box-shadow: none;
  border-bottom: 2px solid #048ABF;
}

#contact iframe {
	margin-left: 1rem;
}

footer {
	background-color: #048ABF;
	margin-top: 2rem;
    padding: 3rem 0;
}

footer p {
	color: #fff;
}

.metalinks a {
	font-style: italic;
	transition: 0.2s;
	color: #fff;
}

.metalinks a:hover {
	color: #e0e0e0;
	transition: 0.2s;
	text-decoration: none;
}

.error {
  color: red;
  font-size: 0.8rem;
  line-height: 01;
  position: relative;
  top: -0.5rem;
}

.success {
  color: #28A645;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 1rem;
  padding: 0.8rem;
}

@media screen and (max-width: 1200px) {

  .zahnarztpraxis-content {
      padding: 16rem 6rem 2rem;
  }

  #unser-prinzip .col-lg-3 {
  	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
  }

}

@media screen and (max-width: 991px) {

  .zahnarztpraxis-content {
      padding: 9rem 4rem 2rem;
  }

  #zahnarztpraxis p {
  	font-size: 1.2rem;
  }

  h1 {
  	padding-bottom: 0rem;
  }

  #slider {
  	height: 390px;
  }

  #contact iframe {
    margin-left: 0rem;
    margin-top: 2rem;
    height: 30rem;
}

}

@media screen and (max-width: 767px) {

  #slider {
  	height: 530px;
  }

  .zahnarztpraxis-content {
    padding: 20rem 0rem 2rem;
  }

}

@media screen and (max-width: 575px) {

  .head-contact-info {
    text-align: left;
    margin-top: 1rem;
  }

  header {
    margin: 20px 0px;
  }
}

@media screen and (max-width: 534px) {

  h1 {
  	font-size: 2rem;
  }


}

@media screen and (max-width: 450px) {

  h3 {
  	font-size: 1rem;
  	font-weight: 700;
  }

  p {
  	font-size: 1rem;
  }

  .zahnarztpraxis-content {
    padding: 10rem 0rem 2rem;
  }

#slider {
    height: 420px;
  }

}

@media screen and (max-width: 400px) {

#slider {
    height: 420px;
  }

.zahnarztpraxis-content {
    padding: 13rem 0rem 2rem;
}

.head-contact-info {
    text-align: left;
    position: relative;
    top: 10rem;
    right: 110%;
    width: 11rem;
}

h1 {
    font-size: 1.5rem;
}

#unser-prinzip {
    margin-top: 10rem;
}

}