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

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}


 body {
  color: #333333;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  margin: 0;
  background-image: url("../img/bg-flora.png");
  background-position: right top;
  background-size: 520px auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hide-desk {
		display: none;
	}

a {
	color: #2D6CAC;
}

a:hover {
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}

h1 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #F65D23;
  font-size: 36px;
  line-height: 100%; /* 40px */
  margin: 0;
}

h2 {
color: #F65D23;
font-family: "Roboto Slab", serif;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 114%; /* 114% */
}

h3 {
color: #F65D23;
font-family: "Roboto Slab";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 28.8px */
margin: 0;
}

h4 {
margin: 20px 0 -16px 0;
}

.language {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 0 0 8px 8px;
	background: #EEF3F8;
	box-sizing: border-box;
	margin: 0px;
	position: absolute;
    right: 20%;
    top: 0;
}

.language img {
	width: 20px;
	height: auto;
	margin: 0px 4px -4px 0px;
}

.language a {
	text-decoration: none;
	color: #333;
}

.content-container {
	width: 1000px;
	margin: 0 auto;
	padding: 40px;
    box-sizing: content-box;
}

.header {
	margin: 0 0 80px 0;
}

.logo {
	margin: 0 0 8px 0;
}

.logo a {
	text-decoration: none;
}

.logo a:hover {
	cursor: pointer;
	text-decoration: none;
}

.nuernberg {
	color: #077A9E;
}

.slogan {
	width: 670px;
	margin: 0 0 40px 0;
}

.booking-wrapper {
	display: flex;
	width: 100%;
	padding: 32px 48px;
	align-items: flex-start;
	gap: 32px;
	border-radius: 8px;
	background: #EEF3F8;
	box-sizing: border-box;
	margin: 0 0 56px 0;
}

.terminbuchung-trigger {
	display: flex;
	width: 40%;
	padding: 16px 68px;
	justify-content: center;
	align-items: center;
	border-radius: 56px;
	border: 1px solid #F77635;
	background: #F77635;

	/* shadow/sm */
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
}

.terminbuchung-trigger:hover {
	background:#FFECE3;
	color: #F77635;
	cursor: pointer;
}


a.terminbuchung-trigger  {
	text-decoration: none;
}

.booking-p {
	flex: 1 0 0;
}

.info-grid {
	display: inline-flex;
	align-items: flex-start;
	flex-direction: row;
	gap: 40px;
	width: 100%;
	margin: 0 0 40px 0;
}

.info-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 50%;
	gap: 16px;
}

.profile {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.name {
	
}

.title {
	color: #2D6CAC;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 19.2px */
}

ul.competencies {
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 16px;
}

.adresse img, .telefon img, .email img{
	margin: 0px 10px -5px 0px;
}

.adresse {
	margin-bottom: 12px;

}

.telefon {
	
}

.email {
	margin-bottom: 12px;
}

.route-btn {
	display: flex;
	padding: 16px 48px;
	justify-content: center;
	align-items: center;
	border-radius: 56px;
	border: 1px solid #2D6CAC;
	background: #FFF;

/* shadow/sm */
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	color: #2D6CAC;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
}

.route-btn:hover {
	background: #EEF3F8;
	color: #2D6CAC;
}

a.route-btn {
	text-decoration: none;
}

.footer {
	display: flex;
	width: 100%;
	padding: 16px 0px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #2D6CAC;
	color: #FFF;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.footer a {
	color: #fff;
}

@media (max-width: 1104px) {
	body {
	 background-size: 400px auto;
	}
	
  .content-container {
	width: 100%;
	box-sizing: border-box;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
	.header {
	margin: 0 0 80px 0;
	width: 50%;
}

.logo {
	margin: 0 0 8px 0;
}

.nuernberg {
	color: #077A9E;
}

.subtitle {
	width: 260px;
	line-height: 120%;
}	
	
.slogan {
	width: 80%;
	margin: 0 0 80px 0;
}
	
.booking-wrapper {
	flex-direction: column;
	gap: 32px;
}

.terminbuchung-trigger {
	width: 100%;
	box-sizing: border-box;
}

.booking-p {
	line-height: 140%;
	text-align: center;
}	
}

@media (max-width: 767px) {

	.header {
	margin: 0 0 80px 0;
	width: 100%;
}
	h1 {
  font-size: 32px;
  line-height: 100%; /* 40px */
}

	.slogan {
	width: 100%;
	margin: 0 0 80px 0;
}
	h2 {
font-size: 40px;
line-height: 114%; /* 114% */
}
	.booking-wrapper {
	flex-direction: column;
	gap: 32px;
	padding: 40px 24px;
}

.terminbuchung-trigger {
	width: 100%;
	box-sizing: border-box;
	padding: 16px 0px;
}

.booking-p {
	line-height: 140%;
	text-align: center;
}	
	.content-container {
	width: 100%;
	margin: 0;
	padding: 40px 20px;
}
	.info-grid {
	display: inline-flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 40px;
	width: 100%;
	margin: 0 0 40px 0;
}
	.info-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	gap: 16px;
}
	.route-btn {
	width: 100%;
	padding: 16px 0px;
	}

}

@media (max-width: 480px) {
	body {
	 background-image: url("../img/bg-flora-mobile.png");
	 background-size: 100px auto;
	 background-attachment: scroll;
	 background-position: right 40px;
	}
	
	.hide-mobile {
		display: none;
	}
	
	.hide-desk {
		display: inline-block;
	}

.language {
	padding: 8px 16px 4px 16px;
	margin: 0px;
	right: 0;
}
	
.language img {
	display: none;
}
	
	h1 {
  	font-size: 30px;
  	line-height: 100%; /* 40px */
}

	h2 {
	font-size: 40px;
	line-height: 114%; /* 114% */
}
	
	.content-container {
	padding: 32px 20px;
}
	
	.header {
	margin: 0 0 80px 0;
}
	
	.subtitle {
	width: 260px;
	line-height: 130%;
	}
	
	.slogan {
	margin: 0 0 30px 0;
}
	
	.booking-wrapper {
	margin-bottom: 60px;
}
	
	.booking-p {
	line-height: 130%;
	text-align: center;
}
	.footer {
	padding: 16px;
	box-sizing: border-box;
		text-align: center;
}
}


.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-slab-regular {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto-slab-medium {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.terminbuchung-overlay {
   background-color: rgba(0, 0, 0, 0.5)!important;
	height: 110% !important;
	
}