/*	Header		---------------------------------------------------------------------------------------------------- */


header {
	position: absolute;
	top: 50px;
    left: calc(50% + 610px);
	display: block;
	margin:0;
	width:300px;
	height: auto;
	padding:0;
	background: rgba(255,255,255,0.7);
    backdrop-filter: blur(5px);
    -o-backdrop-filter:blur(5px);
    -ms-backdrop-filter:blur(5px);
    -moz-backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
    border: 1px solid #CDCDCD;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:99999;
}
header i {
    width: 20px;
	font-size: 20px;
    margin:auto;
    text-align: center;
    overflow: auto;
}

.logo {
	position:relative;
	display:block;
	width:300px;
	height:200px;
	padding:0;
	margin:auto;
	background-image: url(../img/medizinisches_versorgungszentrum_1.png);
    background-size: 120px 120px;
	background-repeat:no-repeat;
	background-position:center center;
}
/* Retina */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
.logo {
	background-image: url(../img/medizinisches_versorgungszentrum_1@2x.png);
}
}

.headersearch {
	position: relative;
	display: block;
	width:100%;
	height:50px;
	line-height:50px;
	padding:0;
	margin:0;
	background-color: #A7A7A7;
	font-size:20px;
	color: #666;
	overflow:hidden;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.headersearch::before {
    content: "\f002";
	font-family: 'Font Awesome 5 Free', fontawesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    line-height: 50px;
	color: #666;
    position: absolute;
    top: 0;
    left: 20px;
}
.headersearch input[type="search"] {
    position: relative;
    -webkit-appearance:none;
    -moz-appearance:none;
	appearance:none;
	outline: none;
    border:none;
	background-color: transparent;
    color: #333;
	font-family: 'latolight', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size:20px;
	margin:0;
	padding:0 20px 0 50px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.headersearch input[type="search"]::-webkit-input-placeholder,
.headersearch input[type="search"]:placeholder-shown, 
.headersearch input[type="search"]::placeholder { 
	color:#666;
	font-family: 'latolight', Helvetica Neue, Arial, Helvetica, sans-serif;
}
.headersearch form i {
	position: absolute;
    top: 0;
    left: 20px;
    height:50px;
	line-height:50px;
}

.language {
	position: relative;
	display: block;
	width:100%;
	height:50px;
	line-height:50px;
	padding:0 20px;
	margin:0;
	background-color: #CDCDCD;
	font-family: 'latobold', Helvetica Neue, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
	font-size:14px;
	color: #999;
	overflow:hidden;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.language a {
	color: #FFF;
}
.language a:hover {
	color: #BB2A22;
}
.language i {
    vertical-align: -2px;
}

.info {
	position: relative;
	display: block;
	width:100%;
	height:auto;
	line-height:30px;
	padding:10px 0 10px 20px;
	margin:0;
	background-color: #FFF;
	overflow:hidden;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.info i {
    vertical-align: -2px;
}
.info h1 i {
    vertical-align: 1px;
}
.info h1,
.info h2,
.info h3 {
	position:relative;
	padding:0;
	margin:10px 0;
    border: none;
    text-align: left;
}
.info h1 a {
	font-family: 'latoblack', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #BB2A22;
}
.info h2 a {
	font-family: 'latobold', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #898989;
}
.info h3 a {
	font-family: 'latolight', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A7A7A7;
}
.info h1 a:hover,
.info h2 a:hover,
.info h3 a:hover {
	color: #D7812C;
}

.menu-btn {
	display:none;
	margin:0;
	padding:0;
	z-index:4;
}


/*	Navigation		---------------------------------------------------------------------------------------------------- */

nav {
	position:relative;
	display:block;
	width:100%;
	padding:0;
	margin:0;
	overflow:auto;
}
nav ul {
	position:relative;
	width:100%;
	margin:0;
	border:none;
	padding:10px 20px 30px;
	display:block;
	color: #BB2A22;
	font-weight: normal;
	font-style: normal;
	list-style:none;
	overflow:auto;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
nav li {
	display:block;
	margin: 10px 0 0 0;
	font-size: 20px;
}
a.menu-close {
    display: none;
}
nav a {
	font-family: 'latolight', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	text-decoration: none;
	color: #BB2A22;
}
nav a:hover {
	color: #D7812C;
}
nav a.active {
	color: #898989;
}
.subnavi {
	margin: 8px 0 0 10px;
	font-size: 18px;
}
.subsubnavi {
	margin: 6px 0 0 20px;
	font-size: 16px;
}

img.doctolib {
	display:inline;
    width:auto;
    height:30px;
    line-height:28px;
    margin:0;
    padding:0;
    overflow: visible;
    vertical-align:bottom;
}

a.doctolib {
	display:block;
    width:100%;
    height:40px;
    background:#D7812C;
    color:#FFF;
	font-family: 'latolight', Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size:1.5em;
    text-align:center;
    line-height:40px;
    margin:0;
    padding: 0 20px;
    vertical-align:middle;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a.doctolib a {
    color:#FFF;
}
a.doctolib:hover {
    background:#BB2A22;
	color: #D7812C;
}

div.service {
	display:block;
    width:100%;
    height:auto;
    background:#D7812C;
    color:#FFF;
    font-size:18px;
    line-height:50px;
    text-align:left;
    margin:0;
    padding: 0;
    vertical-align:middle;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.service p {
    display:block;
    height:50px;
    margin:0;
    padding: 0 20px;
    border-bottom: 1px dotted #FFF; 
	font-family: 'latothin', Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size:16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color:#FFF;
    text-align:center;
}
div.service a {
    display:block;
    height:50px;
    padding: 0 20px;
    color:#FFF;
}
div.service a:hover {
    background:#BB2A22;
	color: #D7812C;
}


/****************************************************************************************************/

@media only screen and (max-width: 1920px) {
    
header {
    left: auto;
    right: 50px;
}
    
}


/****************************************************************************************************/

@media only screen and (max-width: 1600px) {
    
header {
	top: 40px;
    right: 40px;
}
    
}


/****************************************************************************************************/

@media only screen and (max-width: 1280px) {
    
/*	Header		---------------------------------------------------------------------------------------------------- */

header {
	top: 30px;
    right: 30px;
	width:250px;
}
    
header i {
	font-size: 18px;
}

.logo {
	width:250px;
}

.headersearch {
	height:40px;
	line-height:40px;
	font-size:18px;
}
.headersearch::before {
    font-size: 18px;
    line-height: 40px;
	color: #666;
    top: 0;
    left: 20px;
}
.headersearch input[type="search"] {
	font-size:18px;
} 
.headersearch form i {
    top: 1px;
    left: 20px;
    height:40px;
}

.language {
	height:40px;
	line-height:40px;
	padding:0 20px;
	font-size:14px;
}

.info {
	line-height:25px;
}
.info h1 a {
	font-size: 20px;
}
.info h2 a {
	font-size: 14px;
}
.info h3 a {
	font-size: 12px;
}


/*	Navigation		---------------------------------------------------------------------------------------------------- */


nav li {
	font-size: 18px;
}
.subnavi {
	font-size: 16px;
}
.subsubnavi {
	font-size: 14px;
}

div.service {
    font-size:16px;
    line-height:40px;
}
div.service p {
    height:40px;
    padding: 0 20px;
    font-size:14px;
}
div.service a {
    height:40px;
    padding: 0 20px;
}

}

/****************************************************************************************************/

@media only screen and (max-width: 1024px) {

/*	Header		---------------------------------------------------------------------------------------------------- */
    
header {
	position: fixed;
	top: 20px;
    right: 20px;
	width:calc(100% - 40px);
    height: 140px;
}
    
header i {
    width: 30px;
	font-size: 24px;
    text-align: left;
}
.logo {
	display:block;
    float: right;
	width:140px;
    height: 140px;
	background-image: url(../img/medizinisches_versorgungszentrum_2.png);
    background-size: 100px 100px;
}
/* Retina */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
.logo {
	background-image: url(../img/medizinisches_versorgungszentrum_2@2x.png);
}
}

.menu-btn {
	position:relative;
	display:block;
    float: right;
	width:auto;
	height:60px;
	margin:10px 0 0;    
    background-color: transparent;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:right;
}
.menu-btn a {
	color: #666;
	display: block;
    float: right;
	font-size:24px;
	padding:0 5px;
	text-decoration: none;
	line-height:60px;
	text-align:right;
}
.menu-btn a i {
	font-size:24px;
    overflow:visible;
}
.menu-btn a.open {
	padding:0 10px;
}
.menu-btn a.open i {
	font-size:30px;
    vertical-align: -4px;
}
.menu-btn a:hover {
	color: #D7812C;
}   
    
.headersearch {
    float: left;
	width:auto;
    height: 40px;
    line-height: 40px;
	padding:0 30px;
	margin:20px 0 10px;
	font-size:16px;
    background-color: transparent;
}
.headersearch::before {
    font-size: 24px;
    line-height: 40px;
	color: #999;
    top: 0;
    left: 0;
}
.headersearch input[type="search"] {
	font-size:16px;
	padding:0 0 0 20px;
	width:100px;
    background-color: transparent;
}

.language {
    float: left;
	width:auto;
    height: 70px;
    line-height: 40px;
	padding:20px 30px 10px 20px;
	font-size:12px;
    background-color: transparent;
}
.language i {
    vertical-align: -4px;
}
    
.info {
	width:calc(100% - 140px);
    height:70px;
	line-height:60px;
	padding:0 20px 10px 0;
    background-color: transparent;
    border-top: 1px solid #CCC;
    text-align: right;
}
.info i, .info h1 i {
    vertical-align: -4px;
    overflow:visible;
}
.info h1 a,
.info h2 a,
.info h3 a {
    float: right;
	margin:0;
	padding:0 0 0 20px;
	font-size: 14px;
    text-align: right;
}
    
    
    
    

/*	Navigation		---------------------------------------------------------------------------------------------------- */


div.service {
    display: none;
}

nav {
	position:fixed;
    top:0;
    right:0;
    width: 0;
    height: 0;
	background:rgba(255,255,255,0.9);
	margin:0;
	padding:0;
	overflow:hidden;
	opacity: 0;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
}
nav ul {
	height:100%;
	width:auto;
	list-style:none;
	padding:20px;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}
nav li {
	width:auto;
	font-size: 25px;
	line-height: 25px;
	padding:0;
	margin:0 0 15px;
    text-align: right;
}
a.menu-close {
	font-size: 30px;
	margin: 0;
	padding:0 0 20px;
	color: #CCC;
}
.subnavi {
	margin:0 0 15px;
	font-size: 22px;
}
.subsubnavi {
	margin:0 0 15px;
	font-size: 19px;
}
a.menu-close {
    display: block;
	font-size: 30px;
	margin: 0;
	padding:0 0 20px;
	color: #666;
}
a.menu-close i {
	font-size: 30px;
}
a.menu-close:hover, a.contact:hover {
	color: #D7812C;
}

#menu-open:target nav {
	opacity: 1;
	width:100%;
	height:100%;
	z-index: 999999;
}
#menu-close:target nav {
	opacity: 0;
	width:0;
	height:0;
	z-index: 1;
}
.menu-btn, header, nav, section, footer {
	-webkit-transition: .5s;
	transition: .5s;
}


}



/****************************************************************************************************/

@media only screen and (max-width: 900px) {


/*	Header		---------------------------------------------------------------------------------------------------- */

.info i, .info h1 i {
    vertical-align: -2px
}
.info h1 a {
	font-size: 16px;
}
.info h1 a,
.info h2 a,
.info h3 a {
	padding:0 0 0 10px;
}
.language span, .info h2 span, .info h3 span {
    display: none;
}
.language span, .info h2 span, .info h3 span {
    display: none;
}
.language a {
	color: #BB2A22;
}
.language a:hover {
	color: #D7812C;
}
.headersearch {
    padding: 0;
}
.headersearch::before {
    font-size: 24px;
    line-height: 40px;
    top: 0;
    left: 0;
}
.headersearch input[type="search"] {
    padding: 0 0 0 40px;
	width:40px;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.headersearch:focus,
.headersearch input[type="search"]:focus {
    width: 150px;
}

}	

/****************************************************************************************************/

@media only screen and (max-width: 640px) {


/*	Header		---------------------------------------------------------------------------------------------------- */

header {
	top: 0;
    right: 0;
	margin:0;
	width:100%;
    height: 80px;
    border:none;
    border-bottom: 1px solid #CDCDCD;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
    
header i {
    width: 20px;
	font-size: 20px;
    text-align: left;
}
.language i, .info i, .info h1 i {
    vertical-align: -2px
}
.logo {
	display:block;
    float: right;
	width:80px;
    height: 80px;
	background-image: url(../img/medizinisches_versorgungszentrum_3.png);
    background-size: 60px 60px;
}
/* Retina */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
.logo {
	background-image: url(../img/medizinisches_versorgungszentrum_3@2x.png);
}
}

.menu-btn {
	height:40px;
	margin:0;    
}
.menu-btn a {
	font-size:20px;
	line-height:40px;
}
.menu-btn a i {
	font-size:20px;
} 
.menu-btn a.open i {
	font-size:24px;
    vertical-align: -2px;
}
.headersearch {
    float: left;
	width:auto;
    height: 30px;
    line-height: 30px;
	margin:5px 0;
	font-size:14px;
}
.headersearch::before {
    font-size: 20px;
    line-height: 30px;
    top: 0;
    left: 0;
}
.headersearch input[type="search"] {
 	font-size:14px;
    height: 30px;
    padding: 0 0 0 30px;
	width:40px;
}

.headersearch:focus,
.headersearch input[type="search"]:focus {
    width: 200px;
}
    
.language {
    height: 40px;
    line-height: 40px;
	padding:0 20px;
	font-size:11px;
}

.info {
	width:calc(100% - 80px);
    height:40px;
	line-height:40px;
	padding:0 10px 0 0;
    margin: 0;
}
.info h1, .info h2, .info h3 {
    margin: 0;
    padding:0;
}
.info h1 a, .info h2 a, .info h3 a {
	font-size: 14px;
    height:40px;
	line-height:40px;
    margin: 0;
}

}


/****************************************************************************************************/

@media only screen and (max-width: 520px) {
    
.headersearch:focus,
.headersearch input[type="search"]:focus {
    width: 150px;
}
    

}

/****************************************************************************************************/

@media only screen and (max-width: 480px) {


/*	Header		---------------------------------------------------------------------------------------------------- */

    
header i {
    width: 16px;
	font-size: 16px;
}
.menu-btn a,
.menu-btn a i {
	font-size:16px;
} 
.menu-btn a.open i {
	font-size:20px;
}
.headersearch {
	font-size:13px;
}
.headersearch::before {
    font-size: 16px;
}
.headersearch input[type="search"] {
 	font-size:13px;
    padding: 0 0 0 20px;
}

.headersearch:focus,
.headersearch input[type="search"]:focus {
    width: 80px;
}
    
.language {
	padding:0 20px;
	font-size:10px;
}
.info h1 a, .info h2 a, .info h3 a {
	font-size: 12px;
}

}

/****************************************************************************************************/

@media only screen and (max-width: 375px) {


/*	Header		---------------------------------------------------------------------------------------------------- */

header i {
    width: 14px;
	font-size: 14px;
}
header i.fas.fa-globe {
	display: none;
	width: 0;
}
.language {
	padding:0 10px 0 0;
}

}


/*
Farben

Rot: #BB2A22
Orange: #D7812C
Dunkelgrau: #898989
Grau: #A7A7A7
Hellgrau: #CDCDCD

*/