
/* Smartphone */

@font-face {
	font-family: 'font_text';
	src: url('../html/font_text.woff');
}

@font-face {
	font-family: 'font_ueberschrift';
	src: url('../html/font_ueberschrift.woff');
}

body {
 	margin: 0 auto;
	justify-content: center;
	background-color: #ffffff;  /* Farbe-Hintergrund */
	padding: 0;

	font-family: 'font_text', sans-serif;
	font-size: 18px;
	color: #404040;  /* Farbe-Text */
	
	overflow-y:scroll;
}

h3 {
    	text-align: center;
	font-family: 'font_ueberschrift', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	
}


a {
    	color: #404040;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.link_mit_rahmen {
    	color: #404040;
	border: 1px solid #404040;
	padding: 3vw;
	margin: 1vw;
}

a:link.footer {
	color: white;
}

a:visited.footer {
	color: white;
}

a:hover.footer {
	color: white;
}

a:active.footer {
    color: white;
}


header, footer {
	text-align: center;
	color: #ffffff;  /* Farbe-Text-HeaderFooter */
	background-color: #404040;  /* Farbe-Hintergrund-HeaderFooter */  
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	height: 12vw;
	padding: 0;
}

footer {
	width: 100%;
	padding: 0;
	position: fixed;
	bottom: 0;
	font-size: 0.8em;
}

img {
	width: 80%;
	max-width: 500px;
	height: auto;
	border: 0;
	margin: 1vw;
}

	
	


table.menu {
	border: 0px solid white;
	white-space: nowrap;
	width:100%;
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
}


img.logo, img.login{
	height: 10vw;
	width: auto;
	margin: 0;
}

img.logo{
	width: 26vw;
	height: auto;
	padding: 1vw 11vw 0vw 11vw;
	background-color: #404040;  /* Farbe-Hintergrund-HeaderFooter */  
}

img.logo:hover, img.login:hover{
	filter: saturate(300%);
	transition: 0.5s;
}


.dropbtn{
	background-color: #404040;  /* Farbe-Hintergrund-HeaderFooter */  
	color: white;
	padding: 1vw;
	font-size: 5vw;
	width: 48vw;
	border: none;
	font-family: 'font_ueberschrift', sans-serif;
	border-radius: 0 0 5vw 5vw;
}

.dropdown {
	background-color: #404040;
	border-radius: 0 0 5vw 5vw;
	position: relative;
	display: inline-block;
}

.dropdown-content {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-100px);
	position: absolute;
	width: 48vw;
	font-size: 5vw;
	max-height: 80vh;
	overflow-y: auto;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0s, z-index 0s linear;
	/* transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear;  chrome 72 schuld*/
	z-index: -1;
	border-radius: 0 0 5vw 5vw;
	background-color: #e0e0e0;  /* Farbe-Hintergrund-Dropdown */
	text-align: center;
}

.dropdown:hover .dropdown-content{
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transition-delay: 0s, 0s, 0.3s;
	transform: translateY(-3px);
}


.dropdown-content a {
	color: black;
	padding: 3vw;
	text-decoration: none;
	display: block;
	background-color: #e0e0e0;  /* Farbe-Hintergrund-Dropdown */
	transition: background-color .25s ease-in;
}

.dropdown-content a:focus, .dropdown-content a:hover, .dropdown-content span {
	background-color: #ffffff;  /* Farbe-Hintergrund */
	transition: background-color 0.01s;
}

.dropdown:hover .dropbtn {
	background-color: #808080; /* Farbe-Hintergrund-Dropdown-Hover */
	transition:0.3s;
	border-radius: 0 0 0 0;
}

div.artikel {
	padding: 5vh 3vw 5vh 3vw;
	margin: 0 0 0 0;
	text-align: center;
	background-color: #ffffff;  /* Farbe-Artikel-Hintergrund */
}

div.artikel2 {
	padding: 5vh 3vw 5vh 3vw;
	margin: 0 0 0 0;
	text-align: center;
	background-color: #f0f0f0;  /* Farbe-Artikel-Hintergrund */
}

article {
    	max-width: 1000px;
    	margin-left: auto;
    	margin-right: auto;
	text-align: justify;
}

div.abstand {
	margin-top: 25vw;
}

div.abstand_intern {
	margin-top: 12vw;
} 

div.flex {
  	display: flex;
  	flex-wrap: wrap-reverse;
	width: 100%;
	justify-content: center;
}

td {
	text-align: left;
	vertical-align: top;
}

td.formular {
	padding: 2vw;
}


input, textarea {
  	max-width: 90%;
}

input.button {
	font-family: 'font_text';
	src: url('../html/font_text.woff');
	background-color: rgba(0, 0, 0, 0);
	font-size: 18px;

    	color: #404040;
	border: 1px solid #404040;
	padding: 3vw;	
 
}

input:hover.button {
	text-decoration: underline;
}

option, select {
	font-family: 'font_text';
	src: url('../html/font_text.woff');
	background-color: rgba(0, 0, 0, 0);
	font-size: 18px;
   	color: #404040;
   	max-width: 90%;
}

button.nachoben {
	background-color: #404040;
	border: none;
	border-radius: 20%;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	height: 3em;
	width: 3em;
	position: fixed; 
	bottom: 1.6em;
	right: 0.2em;
	
	visibility: hidden;
	opacity:0;
	transition:visibility 0.3s linear,opacity 0.3s linear;	
}





/* STARTSEITE --------------------------------------------------------------------------------------------- */

div.startseite {
	height: 70vh;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	position: relative;
	display: inline-block;
	background-color: #f0f0f0;
}

div.startseite > img.startseite {
	margin: 0px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 1024px;	
	transform: translate(-50%, -50%);
	
	/* Anpassung Ärzte Bild */
	top: 12vw;
	transform: translate(-50%, 0%);
	min-width: 100%;
	width: 100%;
	min-height: auto;
}


h2.startseite {
	font-family: 'font_ueberschrift', sans-serif;
	text-align: center;
	width: 100%;
	font-size: 8vw;
	color: #ffffff;
	text-shadow: 0 0 10px #000000;
	position: absolute;
	top: 30vh;
}


div.socialmedia { 
    position: fixed;   
    right: 2%;
    bottom: 5%;
    background-color: #808080;
    border-radius: 1vw 1vw 1vw 1vw;
    max-width: 30%;
  } 
  
img.socialmedialogo {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: auto;	
}



@media only screen and (min-width: 1025px) and (orientation: landscape)  {  /* Desktop PC */


	  
	header {
		height: 3vw;
	}
	
	.dropdown {
		border-radius: 0 0 2vw 2vw;
	}	
		
	
	.dropbtn {
		font-size: 1.5vw;
		width: 16vw;
		padding: 0.3vw;
	}
	
	
	.dropdown-content {
		font-size: 1.5vw;
		width: 16vw;
		border-radius: 0 0 2vw 2vw;
	}
	
	.dropdown-content a {
		padding: 1vw;
	}        
	
	img.logo {
		width: 10vw;
		height: auto;
		padding: 0.2vw 2vw 0vw 2vw;
	}
	
	img.login {
		height: 2.5vw;
	}

	div.abstand {
		margin-top: 5vw;
	} 
	
	div.abstand_intern {
		margin-top: 3vw;
	} 	

	div.link_mit_rahmen {
		padding: 1vw;
		margin: 0.3vw;
	}

	h3 {
		font-size: 30px;
	}


	input.button {
		padding: 1vw;	
	}	
	
	td.formular {
		padding: 0.5vw;
	}	
	
	img.zoom:hover {
		transform: scale(4);
		transition: transform .25s ease;
	}	
	

	
	
	/* STARTSEITE --------------------------------------------------------------------------------------------- */	
	
	div.startseite > img.startseite {
		min-width: 100%;
		
		/* anpassung ärze bild */
		top: 3vw;
		transform: translate(-50%, -10%);
	
	}	
	
	h2.startseite {
		position: absolute;
		top: 30vh;
		font-size: 4vw;
	}		

}

@media only screen and (min-width: 2000px) and (orientation: landscape)  {  /* Desktop PC  größer als FHD*/ 

	body {
		font-size: 1vw;
	}

	article {
	    	max-width: 50%;
	}
	
	img {
		max-width: 100%;
	}
	
	table.menu {
		width:50%;
		max-width: none !important;
	}	
	
	h3 {
		font-size: 1.5vw;
	}	
	
	
	input, textarea {
	  	font-size: 1vw;
	}

	input.button {
		font-size: 1vw;
	}

	select {
		font-size: 1vw;
	}
	
	
	
	/* STARTSEITE --------------------------------------------------------------------------------------------- */	
	
	
	
}


@media only screen and (max-width: 1024px) and (orientation: landscape)  {  /* Smartphone Landscape */

	

	header {
		height: 7.5vw;
	}

	.dropdown {
		border-radius: 0 0 3vw 3vw;
	}	
	
	
	.dropbtn {
		font-size: 4vw;
		width: 40vw;
		padding: 0.4vw;
	}

	
	.dropdown-content {
		font-size: 4vw;
		width: 40vw;
		border-radius: 0 0 3vw 3vw;
	}
	
	.dropdown-content a {
		padding: 1vw;
	}        
	
	img.logo {
		width: 20vw;
		height: auto;
		padding: 0.1vw 10vw 0vw 10vw;
	}
	
	img.login {
		height: 6vw;
	}



	td.formular {
		padding: 0.5vw;
	}	

	
	/* STARTSEITE --------------------------------------------------------------------------------------------- */		

	
	h2.startseite {
		top: 40vh;
		font-size: 4vw;
	}
	

	div.startseite > img.startseite {
		min-width: 100%;
		
		/* anpassung ärze bild */
		top: 7.5vw;
		transform: translate(-50%, -10%);
	
	}	
	
	
}

