@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #5b5551;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Open Sans', Arial, sans-serif;
}
#wrapper {
	/*width: 646px;*/
	width: 938px;
	max-width: 100%;
	margin: 0 auto;
}
#logo {
	float: left;
	padding: 35px 0 10px 120px;
}

#logo-right {
    float: right;
    padding: 50px 10px 10px 20px;
}

#headerbild {
	width: 100%;
	height: auto;
}
#headerbild img,
img {
	max-width: 100%;
	height: auto;
}

a {
	color: #ed4239;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #ed4239;
	font-size: 25px;
	line-height: 35px;
	margin: 40px 0 8px 0;
	font-family: 'Merriweather', Arial, serif;
	font-weight: 700;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.text b,
.text h2 {
	color: #ed4239;
	width: 100%;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 30px 0 0 0;
	font-family: 'Open Sans', Arial, sans-serif;
}

.text a, a:visited {
	color: #ed4239;
    text-decoration: none;
}

.text a:hover {

	color: #ed4239;
}

.media {
	width: 100%;

}

.text .media a, .text .media a:visited {
	color: #fff;

}

.media a:hover {
	background-color: #fff;
	border: 1px solid #ed4239;
	color: #ed4239 !important;
}

.fa {
	color: #ed4239;
	cursor: pointer;
	position: relative;
	top: 10px;
  }
 
 
 .fa-print {
	 margin-left: 10px;
 }


 
#content {
	float: left;
	padding: 60px 120px;
	width: 100%;
	box-sizing: border-box;
}
ul {
	clear: left;
	margin: 0 0 0 -33px;
	list-style: none;
}
li:before {
	content: '–';
	padding-right: 10px;
	margin-left: -17px;
}
li {
	margin-left: 10px;
}
#klinik {
	color: #ed4239;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 500;
	/*width: 500px;*/
	width: 100%;
	max-width: 100%;
}
#pensum {
	color: #ed4239;
	font-size: 22px;
	line-height: 1.25em;
	margin: 0 0 10px 0;
	font-family: 'Merriweather', Arial, serif;
	font-weight: 400;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
a.btn-bewerben {
	background: #ed4239;
	color: #fff;
	font-weight: bold; 
	padding: 6px 22px;
	margin: 35px 0 0 0;
	text-decoration: none;
	float: left;
}
a.btn-bewerben:hover {
	background: #b0322b;
}


.bew {
	display: inline-block;
	background-color: #ed4239;
	font-size: 12px;
	color: #fff !important;
	padding: 6px 11px;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
    margin-top: 5px;
 }



#desktop {
	display: block;
}
#mobile {
	display: none;
}
@media screen and (max-width: 640px) {
	#logo {
		padding-left: 15px;
		padding-top: 20px;
		width: 70px;
	}
	#logo-right {
		padding-top: 35px;
		width: 200px;
	}
	#content {
		padding: 60px 15px;
	}
	#desktop {
		display: none;
	}
	#mobile {
		display: block;
	}
	
	
	
 
 
 
 .fa-print {
	 margin-left: 10px;
 }
}
