@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Droid Sans Regular'), url('../fonts/droid-sans-2-cufonfonts-webfont/DroidSans.woff') format('woff');
}

@font-face {
    font-family: 'Droid Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Droid Sans Regular'), url('../fonts/droid-sans-2-cufonfonts-webfont/DroidSans.woff') format('woff');
}


@font-face {
    font-family: 'Droid Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Droid Sans Bold'), url('../fonts/droid-sans-2-cufonfonts-webfont/DroidSans-Bold.woff') format('woff');
}

ul{
    list-style-position: outside;    
}

.hidden {
	display: none;
}

.block{
    padding:20px;
}

.row img{
    width:100%;
}

.section{
    padding-top:40px;
    padding-bottom:20px;
}


button, submit,
button a:link, button a  {
    background: #db052c;
    color: white;
    padding: 15px;
    border: 0;
    text-transform: uppercase;
    box-shadow: 2px 2px 2px #333;
    min-width:180px;
    font-weight:normal;
}


button:hover, submit:hover {
	background: #ff357b;
}

.button-back {
	background: #ddd;
	color: black;
}

.button-back:hover {
	background: #eee;
}


a:link, a {
	color: #21333a;
	font-weight: bold;
}

.big-picture {
	background: white no-repeat;
	height: 700px;
	background-size: auto auto;
	background-size: 100% 100%;
	border-bottom: 10px solid #21333a;
}

.popup {
	background: white;
	padding: 16px;
	padding-top: 32px;
	border: 4px solid #21333a;
	font-size: 1rem;
	width: 50vw;
}

.light {
	font-weight: normal;
	text-align: center;
}

footer {
	height: 100%;
	font-size: 1.2rem;
}

footer a, footer a:link {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

footer .info {
	background-color: #637076;
	text-align: center;
	color: white;
	padding: 16px;
	padding-bottom: 64px;
}



footer .impressum {
	background-color: #21333a;
	color: white;
	padding: 48px;
	padding-bottom: 16px;
}

h2{
    text-transform: uppercase;
    font-weight:bold;
    margin-bottom:20px;
    font-size:1.4em;
}
.uppercase {
	text-transform: uppercase;
}

.logo {
	height: 100px;
	position: absolute;
	top: 8px;
	left: 84px;
}

.greater-font {
	font-size: 2.3rem;
}

.card {
	padding: 64px;
}

.center {
	width: 70%;
	margin: 0 auto;
}

h1 {
	padding-bottom: 32px;
}

.footer-group {
	grid-template-columns: 1fr 2fr 1fr 2fr 1fr 2fr;
	display: grid;
	justify-items: center;
	align-items: center;
}

.footer-group-icon {
	height: 128px;
}

.footer-group-text {

}

.footer-copyright-text {
	float: right;
}

input {
	background-color: #efefef;
	border: 0;
}

textarea {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	border: 0;
	background-color: #efefef;
}

/*Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #cc0000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.popup2_background{
    background:#333;
    opacity:0.5;
    width:100%;
    height:2000px;
    position:absolute;
    left:0px;
    top:0px;
}

.popup2{
    background:#fff;
    opacity:0.5;
    border:3px solid #21333a;
    width:1200px;
    padding:30px;
}

.button-back{
    font-weight:bold;
    font-size:1.4em;  
    min-width: 180px;
}

/*.button,.button-back{
    font-weight:bold;
    font-size:1.4em;  
    min-width: 180px;
}*/

.close-x{
    background-color:#62747e;
    width:30px;
    height:30px;
    border-radius:15px;
    color:#fff;
    font-weight:bold;
    font-size:1.4em;
    text-align: center;
    cursor:pointer;
    position:absolute;
    top:0px;
    right:0px;
}


.calc-close-x{
    padding-top: 0px;
}

.select{
    font-size:1.3em;
    border:2px solid #808080;
    font-weight: bold;
}

.form-control{
    font-size:2em;
    border-radius: none;
    border-top:2px solid #999;
    border-left:2px solid #999;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    background-color:#ccc;
    margin-bottom:10px;
    padding:15px;
}

.form-control-submit{
    font-size:2em;
    border-radius: none;
    border:none;
    box-shadow: 2px 2px 2px #333;
    margin-bottom:10px;
    padding:15px;
    background: #db052c;
    color: white;
    text-transform: uppercase;
    min-width:180px;
}

.form-control-submit:hover {
	background: #ff357b;
}

.highlight{
    color:red;
    font-weight:bold;
}





/*.popup li:before {
	content: '+ ';
}*/

.box{
    margin:20px;
    border:1px solid #21333a;
    text-align:center;
}

.box h3{
    padding:5px;
    text-align:center;
    background-color: #21333a;
    color:#fff;
}

.box img{
    width:50%;
}

.popup2 p{
    font-size:1.2em;
    font-weight:bold;
}

.step3 table{
    font-size:1.2em;
}

.contact-popup-grid, .appointment-popup-grid {
	grid-template-columns: repeat(2, 1fr);
	display: grid;
	grid-gap: 16px;
}

#appointmentPopup input,
#callBackPopup input,
#appointmentPopup textarea,
#callBackPopup textarea{
    padding:10px;
    color:#aaa;
    border-left:3px solid #aaa;
    border-top:3px solid #aaa;
}

.span-2 {
	grid-column: span 2;
}

@media (max-width: 1920px) {




	.footer-group-icon {
		height: 96px;
	}

	.big-picture {
		height: 600px;
	}
}

@media (max-width: 1600px) {


	.footer-group {
		padding-left: 4%;
		padding-right: 4%;
	}

	.footer-group-icon {
		height: 64px;
	}

	.big-picture {
		height: 530px;
	}
}

@media (max-width: 1400px) {

	.big-picture {
		height: 500px;
	}
}

@media (max-width: 1200px) {

	.big-picture {
		height: 450px;
	}
}

@media (max-width: 1024px) {

	.footer-group {
		padding-left: 0%;
		padding-right: 0%;
	}


	.big-picture {
		height: 400px;
	}
	.popup {
		width: 75vw;
		font-size: 1.7rem;
	}

}

@media (max-width: 900px) {
	.footer-group {
		grid-template-columns: 1fr 2fr;
		display: grid;
		padding-left: 10%;
		padding-right: 10%;
		justify-items: center;
		align-items: center;
		row-gap: 32px;
	}
	.popup {
		width: 85vw;
		font-size: 1.5rem;
	}
        .popup2{
            width:98%;
        }
        
}

@media (max-width: 768px) {
    .logo {
            height: 70px;
            left: 5px;
    }

    .footer-copyright-text {
		display: block;
		padding-top: 16px;
		float: none;
	}
	.popup {
		width: 80vw;
		font-size: 1.3rem;
	}

}

.padding20{
    padding:20px;
}

.before-list-icon{
    width:5%;
    margin-right:5px;
    margin-bottom:10px;
}