@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	}

html {	
	margin: 0; 
	padding: 0;

	}	
	
body {
	margin:  0;
	padding: 0;
	background-image: -webkit-linear-gradient(0deg, #ffffff, #466a81);
	background-image: -moz-linear-gradient(0deg, #ffffff, #466a81);
	background-image: linear-gradient(0deg, #ffffff, #466a81);
	background-repeat: no-repeat;
	position: relative;
	height: 100%;
	width: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: #000;
	}	

	

/*Hauptteil------------------------------------------------------------------------------------*/

.logo{
	background-image: url(bilder/Logo_header.gif);
	background-repeat: no-repeat;
	
	height: 157px;
	width: 500px;
	position: absolute;
	z-index: 50;
	left: 5%;
	margin: 3% 4%;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	overflow: hidden;
	}

.wrapper {

	margin: 3% auto;	

	background-size: 100%;
	width: 75%;
	
	}
	

#main {

	background-image: url(bilder/extra_clean_paper.png);
	background-position: center;
	background-attachment: scroll;
	padding-top: 27%;
	min-height: 600px;
	max-width:1000px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	}
	
#navi_links {
	margin-top: 18%;
	background-image: url(bilder/grey_wash_wall_lb.png);
	position: absolute;
	z-index: 3;
	left: 3%;
	height: 55%;
	max-height: 550px;
	min-height: 400px;
	width: 15%;
	min-width: 174px;
	max-width: 200px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	}
#navi_links ul {
	padding-left: 0;
	padding-top: 25%;

	}
	
#navi_links ul li {
	list-style-type: none;
	padding: 1em;
	display: block;
	}	
	
#navi_links ul li a{
	color: #fff;
	font-variant: small-caps;
	text-decoration: none;
	}
	
#navi_links ul li a:hover{
	color: #9E0023; 
	text-shadow: 3px 2px 3px rgba(255, 255, 255, 0.7);
	}
		 
article{
	width: 70%;
	margin-left: 15%;
	margin-top: 5%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	}
	
p {
	line-height: 1.5em;
	text-align:left;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	}
	
h1 {
	font-size: 1.8em;
	color: #466a81;
	width: 80%;
	margin-left: 15%;
	/*white-space: nowrap;*/
	text-shadow: 3px 2px 3px rgba(66, 102, 127, 0.7);
    }

h2 {
	font-size: 1.2em;
	color: #466a81;
	margin-bottom: 3%;
	}
	

	
#anmeldung {
	width: 29%;
	margin: 3%;
	left: 56%;
	top: 68%;
	position: absolute;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	}
	
#absatz{ width: 55%;}
	.links{float:left;}
	.rechts{float:right;}
	
#absatz_herz {
	width: 75%;
	}
#index-absatz {
    width: 56%;
    line-height: 1.5em;
    }
	
#ultraschall1 {
	top: 32%;
	width: 35%;
	margin: 3%;
	left: 58%;
	 position: absolute;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	}
	
#ultraschall2 {
	top: 77%;
	width: 35%;
	margin: 3%;
	left: 58%;
	 position: absolute;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	}
	
#aortatext {
	width: 48%;
	margin-left: 15%;
	margin-top: 5%;
	}	

#offen {
	width: 42%;
	margin: 3%;
	left: 52%;
	top: 45%;
	 position: absolute;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	
	margin-bottom: 7%;
	}
	
.platz {
	visibility: hidden; }

#termine {
	width: 42%;
	margin: 3%;
	left: 54%;
	top: 39%;
	 position: absolute;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	
	margin-bottom: 7%;
	}

#oeffnungszeiten  p{

	text-align: justify;
	font-size: 1.2em;
	color: #466a81;
	margin-bottom: 3%;
	}
	
#kontakt {
	width: 42%;
	margin: 3%;
	left: 52%;
	top: 33%;
	position: absolute;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	
	margin-bottom: 7%;
	}
.hoch {
	height: 40%;
	margin: 3%;
	left: 66%;
	top: 29%;
	 position: absolute;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	
	margin-bottom: 7%;}

#kabel{
    height: 50%;
    width: auto;
    position: absolute;
    top: 16%;
    left: 55%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);}
	
.box{ position:relative; 
	width: 90%;
	}
	
#herz {
	position: absolute;
	width: 34%;
	margin: 3%;
	left: 62%;
	top: 33%;
	/*min-height: 300px;
	min-width: 245px;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	
	margin-bottom: 7%;}
	
#platzhalter {
	visibility: hidden;
	}
	
#warten {
	
	width: 30%;
	margin: 4% 4%;
	left: 59%;
	top: 40%;
	position: absolute;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: 5px 7px 10px rgba(66, 102, 127, 0.5);
	}
	
	
#cv {
	width: 57%;
	margin-left: 15%;
	margin-top: 5%;
	}

.cvtext {
		width: 77%;
		}
		
.cvtext li{
	padding: 1%;
	line-height: 1.5em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	}
		/*Footer-----------------------------------------------------------------------------------*/	
	
#footer-index{
	clear: both;
	width: 89%;
	padding: 0;
	margin:3% auto 0 auto;

	}
	
#footer-index ul {
	position: relative;
	width: 100%;
	padding: 5%;

	}
	
#footer-index ul li{
	white-space: nowrap;
	display: table;
	list-style-type: none;
	font-variant: small-caps;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 5px;

	padding: 5%;
	display: inline;
	color: #466a81;
	text-align: center;
	}
	
#footer-index ul li a {
	color: #466a81;
	text-decoration: none;
	}
	
#footer-index ul li a:hover {
	text-decoration: none;
	color: #9E0023;
	}
	
	
	/*Media Queries-----------------------------------------------------------------------------------------------*/
	
	
@media (max-width: 1120px ) {
	
	#navi_links  {
		margin-top: 25%;
	}
    
    .hoch {
        left: 59%;
    }
    
    #kabel{
        left: 65%;
        }

	#offen {
		left: 54%;
		top: 60%;
		width: 40%;
		}
    
    #termine {
		left: 58%;
		top: 34%;
		width: 39%;
		}
	
	#kontakt{
		width: 33%;
		top:60%;
		left: 55%;
		}
		
	#anmeldung {
		width: 33%;
		left: 60%;
		top: 66%;
		}
		
	#warten {
		top: 54%;
		}
}


@media (max-width: 980px ) {
	
	h1 {
		margin-top: 10%;
		margin-left: 18%;
		}
	
	article {
		margin-left:18%; 
		}
		
	#absatz_herz {
		width: 100%;
		margin-top: 55%;
		}
		
	#herz {
		width: 29%;
		left: 29%;
		top: 29%;
		}
		
	#offen {
		top: 67%;
		left: 54%;
		width: 40%;
		}
		
    #termine {
		top: 30%;
		left: 58%;
		width: 38%;
		}
    
	#kontakt{
		width: 31%;
		top:34%;
		left: 62%;
		}
		
	#footer-index {
		width: 74%;
		}
		
	#warten {
		top: 58%;
		left: 59%;
		width: 30%;
		}
    
    .hoch {
        height: 26%;
        left: 63%;
    }
		
	#absatz {
		width:69%;
		}
		
	#anmeldung {
		width: 35%;
		left: 61%;
		top: 69%;
		}
	
	#aortatext {
		margin-left: 18%;
		width: 46%;
		}
    
    #cv {
        margin-left: 18%;
        }
    
	}
	
@media (max-width: 800px){	
	.logo{
		background-image: url(bilder/Logo_header_sm.jpg);
		width: 340px;
		height: 107px;
		}
		
	h1 {
		margin-top: 6%;
		font-size: 1.3em;
		margin-left: 25%;
		}
	h2 { font-size: 1em;
	}
	
	article{
		margin-left: 25%;
		width: 63%;
		font-size: 0.95em;
		}
	#kontakt{
		width: 32%;
		top:43%;
		left: 63%;
		}
    
    .cvtext {
        list-style-type: circle
        }
    
	#footer-index ul {
		 padding: 5% 5% 5% 10%;
		 }
		 
	#warten {
		top: 63%;
		left: 65%;
		width: 30%;
		}

   .hoch{
        height: 19%;
        left: 68%;
        top: 18%;
        }
		
	#absatz{
		width: 75%;
		}
		
	#anmeldung {
		width: 35%;
		left: 58%;
		top: 69%;
		}
			
	#aortatext {
		margin-left: 25%;
		width: 63%;
		font-size: 0.95em;
		margin-top: 33%;
		}
    
    #cv {
        margin-left: 25%;
        width:53%;
        }
		
	#ultraschall1 {
		left: 30%;
		top: 25%;
		}
		
	#ultraschall2 {
		left: 30%;
		top: 74%;
		}
		
	#offen{
		left: 29%;
		top: 58%;
		width: 45%;
		}
    
    #termine{
		left: 29%;
		top: 56%;
		width: 45%;
		}
    
    #kabel{
        height: 32%;
        width: auto;
        top: 11%;
        left: 68%;
        }
    
    #index-absatz {
        width: 61%;
        }
    
    #termin-text {
        margin-bottom: 40%;
    }
	
	#herz{
		top: 26%;
		width: 28%;
		}
		
	#absatz_herz {
		margin-top: 60%;
		}
    
	}
	
@media (max-width: 650px) {
    
h1 {
	margin-left: 14%;
	}
article {
	margin-left: 14%;
	width: 80%;
	}
#footer-index {
	margin-top: 0;
	margin-left: 10%;
	width: 30%;
	height: 30%;
	/*	left: 13%;
	position: absolute;*/
		}
#footer-index  ul{
	width: 30%;
	}

#footer-index ul li{
	display: block;
	padding: 15%;
	margin-top: 0;
	text-align: left; 
	}
	
#navi_links{
	min-height: 30px;
	min-width: 30px;
	height: 38px;
	width: 42px;
	left: 8%;
	}
	
#navi_links ul {
		padding:0;
		position: absolute;
		margin: 0%;
		display: none;
	}
	
#navi_links a {
		height: auto;
		}
	
#navi_links ul li a:hover {
		text-decoration: none;
		color: #9E0023;
        }
	
#navi_links:before{
		content:"\2261";
		color: #fff;	
		height: 30px;
		width: 30px;
		border-radius: 7px;
		font-size:2rem;
		text-align: center;
		margin-top: 5%;
		padding-left: 20%;
		line-height:1em;
		cursor:pointer;
		left: 6%;
		top: 6%;
	   }
	
#navi_links ul li:hover{
		color: #9E0023;}
		
.touch, #navi_links:hover ul{
	display:block;

	background-image: url(bilder/grey_wash_wall_lb.png);
	max-height: 550px;
	min-height: 400px;
	width: 15%;
	min-width: 174px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
}	
		
#navi_links:hover:before{
		content:"";
	}	

#kontakt {
	top: 59%;
	left: 10%;
	width: 65%;
	}

#warten {
	top:47%;
	width: 51%;
	margin: 4% 4%;
	left: 18%;
	 position: absolute;
	 }
    
#anmeldung {
    left: 53%;
    top: 80%;
    width: 39%;
    }

.hoch {
    left: 0;
    top:17%;
    }
    
 #kabel{
    left: 62%;
    top: 13%;
    height: 30%;
     width: auto;
    }
    
 #cv{
    margin-left: 33%;
    width: 53%;
    }
    
#absatz {
	margin-top: 100%;
	padding-bottom: 9%;
	width: 97%;
	}
    
#index-absatz {
    width: 100%;
    }

.wrapper {
	width:90%;
	}
	
#aortatext {
	width: 80%;
	margin-top: 40%;
	margin-left: 14%;
	padding-bottom: 2%;
	}
	
#ultraschall1 {
	width: 55%;
	left: 20%;
	}
		
#ultraschall2 {
	width: 55%;
	left: 20%;
	top: 71%;
	}
	
#offen{
	left: 32%;
	top: 59%;
	width: 56%;
		}
    
#termine{
	left: 13%;
	top: 52%;
	width: 56%;
		}

#oeffnungszeiten{
    margin-bottom: 50%;
    }
	
#herz {
	width: 43%;
	top: 26%;
	}

#absatz_herz {
	width: 97%;
	}	
	
}

@media (max-width: 560px) {
/*
p {
	margin-bottom: 2%;
	}*/
	
h1 {
	font-size: 1.1em;
	margin-left: 17%;
	margin-top: 14%;
	}
	
article {
	margin-left: 2%;
	width: 97%;
	padding-bottom: 2%;
	}
#warten {
	width: 50%;
	left: 11%;
	top:50%;
	}
    
#anmeldung {
    left: 48%;
    top: 82%;
    width: 39%;
    }
    
 #kabel{
    height: 22%;
	top: 13%;
	left: 64%;
    }

#absatz {
	margin-top: 95%;
	}
	
#navi_links {
	margin-top: 33%;
	left: 2%;
	-webkit-box-shadow: -5px 4px 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: -5px 4px 10px rgba(255, 255, 255, 0.5);
	box-shadow: -5px 4px 10px rgba(255, 255, 255, 0.5);
	}
	
#aortatext {
	width: 97%;
	margin-left: 2%;
	padding-bottom: 2%;
	}

#ultraschall1 {
	width: 59%;
	left: 10%;
	top: 25%;
	}
		
#ultraschall2 {
	width: 59%;
	left: 10%;
	top: 73%;
	}
#footer-index {
/*	padding-top: 4%; */
	}
	
#absatz_herz {
	margin-top: 70%;
	width: 97%;
	}
	
#herz {
	width: 60%;
	top: 26%;
	left:12%;
	}
	
#offen{
	left: 2%;
	top: 54%;
	width: 90%;
	}
    
#termine {
	left: 2%;
	top: 48%;
	width: 65%;
	}
    
.hoch {
    width: 144px;
    height: auto;
    top: 13%;
    left:60%;
    }
    
#cv {   
        margin-left: 2%;
    width: 60%;
    }
}	
	
@media (max-width: 400px){

h1 {
	margin-top: 7%;
	margin-left: 2%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	}
.logo{
	background-image: url(bilder/Logo_header_mini.jpg);
	width: 220px;
	height: 69px;
	margin: 0%;
	left: 0;
	}
	
.wrapper {
	width: 100%;
	}
#warten {
	top: 51%;
	left: 13%;
	width: 58%;
	}
	
#herz {
	width: 70%;
	top: 24%;
	}

#anmeldung {
    left: 11%;
    top: 70%;
    width: 62%;
    }

#offen{
	left: 0%;
	top: 58%;
	width: 95%;
	}
    
#termine {
	left: 0%;
	top: 42%;
	width: 86%;
	}
    
#navi_links {
	margin-top: 11%;
	left: 81%;
	-webkit-box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	-moz-box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	box-shadow: -5px 7px 10px rgba(66, 102, 127, 0.5);
	}
	
#navi_links:hover ul{
	right: 5%;
	}
	
    #index-absatz {
        margin-bottom: 50%;
    }
    
    #termin-text {
        margin-bottom: 50%;
    }
    
#kabel{
visibility: hidden;
    }
    
.hoch{
    width: 45%;
    left: 40%;
    top:7%;
    }

#cv {
    margin-left: 2%;
    margin-top: 68%;
    width:99%;
    }
	
#ultraschall1 {
	width: 63%;
	left: 10%;
	top: 23%;
	}
		
#ultraschall2 {
	width: 63%;
	left: 10%;
	top: 73%;
	}
    
}

@media (max-width: 300px){
    

.hoch{
    width: 120px;
    left: 40%;
    top:5%;
    }

#cv {
    margin-left: 2%;
    margin-top: 68%;
    width:99%;
    }
    
.logo{
	background-image: url(bilder/Logo_header_xmini.jpg);
	width: 180px;
	height: 60px;
    }
#kabel{
visibility: hidden;
    }
	
#warten{
	top: 56%;
	width: 53%;
	}
	
#ultraschall1 {
	visibility: hidden;
	}
		
#ultraschall2 {
	visibility: hidden;
	}

#aortatext {
	margin-top: 5%;
	}
#oeffnungszeiten p {
	font-size: 1em;
	}
}

