body {
	line-height: 1.7;
	background: #fff;
	font-family: 'Raleway', sans-serif;
	color: #555;
}

a {
	color: #3d9f5a;
	text-decoration: none;
}

a:hover {
	color: #FFB900;
}

.container.footer a:hover {
	color: #ccc;
	text-decoration: none;
}

.container.footer a {
	color: #fff;
}

.lightbox img,
.ce-media img {
	border: 1px solid #79976f;
}

.container,
.container-fluid {
	padding: 0;
}

/*************************** ÜBERSCHRIFTEN *************************
************************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	color: #42533d;
	/*margin-bottom: 10px;
    margin-top: 0;*/
	clear: both;
	font-family: 'Cabin', sans-serif;
}

h1,
.h1,
h2,
.h2 {
	font-size: 30px;
	/*border-bottom: 1px solid #555;
    border-top: 1px solid #555;*/
	padding: 5px 0;
	text-align: left;
}

h3,
.h3 {
	font-size: 24px;
	text-align: left;
}

.footer h3 {
	color: #fff;
}

/***************************** TOP-BEREICH ***************************
************************************************************************/
.schriftzug {
	padding: 4px 0 0 0;
	font-family: 'Kalam', cursive;
	position: absolute;
	font-size: 26px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.schriftzug span {
	font-size: 14px;
	margin-top: -10px;
}

.container-fluid.top-wrapper {
	height: auto;
	background-color: #fff;
	background-image: url("../Images/Template/bg02.png"), url("../Images/Template/bg02.png"), url("../Images/Template/bg01.png");
	background-position: left top, left top, left top;
	background-repeat: no-repeat, no-repeat, repeat;
	background-size: 100% 130px, 100% 130px, auto auto;
	clear: both;
	padding: 0;
}

.container-fluid.navigation-wrapper {
	height: 75px;
	background: #7ab51d;
	background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("../Images/Template/bg01.png");
	z-index: 99;
	/*border-bottom: 8px solid #42533d;*/
	clear: both;
	position: fixed;
	top: 0;
}

.container-fluid.top-wrapper div.container {
	padding: 0;
}

.logo {
	padding: 20px 0;
}

.logo img {
	height: auto;
	margin: 0 0 0 0;
	width: 293px;
	height: auto;
}

.scroll {
	position: fixed;
	top: 0;
	width: 100%;
	clear: both;
}

.scroll-2,
.scroll-3 {
	margin-top: 70px;
	clear: both;
}

.kontakt-top {
	padding: 0;
	display: flex;
	justify-content: right;
	align-items: center;
}

.kontakt-top .row {
	width: 100%;
}

.email {
	text-align: right;
}

.telefon {
	text-align: right;
}

/*************************** KOPFBILD/SLIDER *************************
************************************************************************/
.container-fluid.kopfslider,
.container-fluid.kopfbild {
	padding: 0;
	position: relative;
	clear: both;
	/*border-bottom: 8px solid #42533d;*/
	margin-top: 75px;
}

.container-fluid.kopfslider {
	float: left;
	max-height: 800px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
}

.kopfbild {
	background-image: url(/fileadmin/Bilder/Kopfbilder/Logo-Kopfbild-klein.png);
	float: left;
	max-height: 800px;
	height: auto;
	overflow: hidden;
	width: 100%;
	margin-top: -20px;
	background-size: contain;
	background-repeat: no-repeat;
}

.container-fluid.kopfbild>img {
	padding-bottom: 0;
}

.kopfslider img,
.container-fluid.kopfbild img {
	width: 70%;
	height: auto;
	float: right;
}

.carousel-indicators {
	display: none;
}

.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
}

/****************************** CONTENT ******************************
************************************************************************/
.content-wrapper {
	padding: 0;
	clear: both;
	background-image: url(/typo3conf/ext/physiotherapie_bernbeuren/Resources/Public/Images/Template/physio_bernbeuren.png);
	background-repeat: no-repeat;
	background-size: 16%;
}

.content {
	padding-top: 25px;
}

.schriftzug-rechts {
	padding: 0;
}

.schriftzug-rechts>img {
	float: right;
	height: auto;
	width: 70%;
}

/******************************* FOOTER ******************************
************************************************************************/
.container-fluid.footer-wrapper {
	background-color: #7ab51d;
	padding: 0;
	color: #fff;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("../Images/Template/bg01.png");
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	border-top: 8px solid #42533d;
	clear: both;
	z-index: 99;
}

.container.footer {
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	padding: 20px 0 10px 0;
}

.footer .ce-column div.ce-media {
	margin: 0;
}

.footer .ce-column div.ce-media img {
	border: none;
	width: 190px;
}

#c11,
#c11 h3 {
	text-align: right;
}

/**************************** FONT-AWESOME *************************
************************************************************************/
.fa {
	background-color: #3d9f5a;
	border-radius: 100%;
	box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
	color: #fff;
	cursor: default;
	display: inline-block;
	height: 2em;
	line-height: 2em;
	margin: 40px 11px 0 0;
	padding: 0;
	text-align: center;
	width: 2em;
}

/********************************** TYPO3 *****************************
************************************************************************/
.lightbox>img {
	height: auto;
	width: 100%;
}

.ce-element {
	margin-bottom: 20px;
	clear: both;
}

.ce-textpic {
	clear: both;
	margin: 0 0 10px 0;
}

.ce-media {
	margin-top: 8px;
	margin-left: 10px;
}

.ce-gallery {
	margin-top: 0 !important;
}

.ce-gallery img {
	display: block;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}

.ce-gallery-bootstrap img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.ce-intext.ce-right .ce-gallery {
	margin-left: 0;
}

.align-center {
	text-align: center;
}

#googlemaps iframe {
	width: 100%;
}

.ce-bodytext>div {
	margin: 0 0 15px;
}

figcaption {
	font-size: 12px;
	height: 30px;
	margin-top: 0;
	text-align: center;
}

a.mail img {
	margin-top: -6px;
}

hr {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(148, 0, 49, 0.75), rgba(0, 0, 0, 0));
	border: 0 none;
	float: left;
	height: 2px;
	width: 100%;
}

.bildspalte {
	margin-bottom: 10px;
}

.bildspalte p {
	margin-bottom: 25px;
}

/******************************** MASK *******************************
************************************************************************/
.mask-bildergalerie div.mask-bildergalerie-wrapper {
	margin-bottom: 15px;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.mask-bildergalerie div.bildspalte img {
	width: 100%;
	height: auto;
}

/**************************** GRIDELEMENTS *************************
************************************************************************/
.gridelement-4-spalten {
	margin-bottom: 30px;
}

.gridelement-2-spalten-50-50 {
	clear: both;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.gridelement-3-spalten {
	float: left;
	width: 100%;
}

.gridelement-2-spalten-66-33 .linke-spalte {
	padding-left: 0;
}

/*************************** TYPO3-FORM ****************************
************************************************************************/
#anfrageformular h2 {
	display: none;
}

textarea.form-control {
	height: auto;
	min-height: 175px;
}

input[type="checkbox"],
input[type="radio"] {
	line-height: normal;
	margin: 4px 10px 0 0;
}

#anfrageformular .row div.col-xs-12.col-sm-6.col-md-4.col-lg-4 div.form-inline div.form-group label.control-label {
	justify-content: left;
	width: 100%;
}

#anfrageformular .row div.col-xs-12.col-sm-6.col-md-4.col-lg-4 div.form-inline div.form-group {
	margin-bottom: 25px;
}

.btn-primary {
	background-color: #42533d;
	border-color: #42533d;
	color: #fff;
}

.btn-primary:hover {
	background-color: #79976f;
	border-color: #42533d;
	color: #fff;
}

/****************************** TABELLEN *****************************
************************************************************************/
.frame-tabelle-preise table {
	width: 100%;
	border: 1px solid #eee;
	text-align: center;
}

.frame-tabelle-preise table tr {
	border-bottom: 1px solid #eee;
}

.frame-tabelle-preise table tr:nth-child(even) {
	background: #bedfc8;
}

.frame-tabelle-preise table tr:last-child {
	border-bottom: none;

}

.frame-tabelle-preise table td {
	padding: 5px;
}

.frame-tabelle-preise table td:first-child {
	padding: 5px;
	text-align: left;
}

/*------------------------------------*\
  #MYFLAT
\*------------------------------------*/
.tx-myflat .flatName,
.tx-myflat .flatAddress,
.tx-myflat .flatCapacity,
.tx-myflat .flatDescription {
	display: none;
}

.tx-myflat table.monthMultiRow {
	background-color: #eeeeee;
	margin-bottom: 8px;
	margin-right: 8px;
	min-height: 220px;
	padding-left: 5px;
	padding-right: 5px;
}

.tx-myflat .tableMultiRow td.vacantWeekend {
	text-align: center;
	border: 1px solid black;
	background-color: #3d9f5a;
	color: #fff;
}

/**************************** MEDIA-QUERIES *************************
************************************************************************/
@media (min-width: 1599px) {
	.carousel-caption {
		bottom: auto;
		top: 20px;
	}
}

@media (max-width: 1199px) {
	.kontakt-top {
		justify-content: normal;
	}
}

@media (max-width: 991px) {
	.row {
		margin-right: 0;
		margin-left: 0;
	}

	.container-fluid.kopfslider,
	.container-fluid.kopfbild {
		margin-top: 0;
	}

	.container-fluid.navigation-wrapper {
		display: none;
	}

	.container {
		max-width: 100%;
	}

	.kontakt-top .row {
		width: auto;
	}

	.kopfbild {
		margin-bottom: 25px;
	}

	.schriftzug-mobil {
		padding: 0 0px 0 15px;
		font-family: 'Kalam', cursive;
		position: absolute;
		font-size: 20px;
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-top: -4px;
	}

	.schriftzug-mobil span {
		font-size: 14px;
		margin-top: -10px;
	}

	.content-wrapper {
		background-image: none;
	}

	.content {
		padding: 0 15px;
	}

	.logo {
		text-align: center;
	}

	.logo img {
		height: auto;
		margin: 0;
		padding-top: 10px;
		width: 300px;
	}

	.kontakt-top {
		justify-content: center;
	}

	.footer .ce-column div.ce-media img {
		width: 140px;
	}

	.email,
	.telefon {
		text-align: center;
	}

	.icon.major {
		margin: 20px 15px 20px 0;
	}

	.scroll {
		position: relative;
		top: 0;
		width: 100%;
		clear: both;
	}

	.scroll-2,
	.scroll-3 {
		margin-top: 0;
		clear: both;
	}

	.kontakt-top {
		margin: 0 0 25px 0;
		padding: 0;
		text-align: center;
	}

	.gridelement-4-spalten div.col-md-3.col-sm-6.col-xs-12,
	.gridelement-2-spalten-50-50 div.col-sm-6.col-xs-12 {
		margin-bottom: 30px;
	}

	.schriftzug {
		display: none;
	}
}

@media (max-width: 767px) {
	.ce-gallery img {
		margin-bottom: 10px;
	}

	.ce-media {
		margin: 0;
	}

	.ce-row {
		margin-bottom: 0;
	}

	.container-fluid.top-wrapper {
		height: 270px;
	}

	.container.footer {
		font-size: 15px;
		padding: 15px;
	}

	.ce-right .ce-gallery {
		float: none;
		width: 100%;
	}

	.ce-column {
		width: 100%;
	}

	.email {
		text-align: center;
	}

	.powermail_input.form-control,
	.powermail_country.form-control,
	.powermail_date.form-control,
	.powermail_select.form-control,
	.powermail_textarea,
	.powermail_submit.btn.btn-primary {
		float: left;
		width: 100%;
	}

	.container-fluid.top-wrapper {
		background-image: none;
		height: auto;
	}

	.telefon {
		text-align: center;
	}

	.fa {
		margin: 30px 11px 0 0;
	}

	.row.mask-bildergalerie {
		margin: 0;
	}

	#c11,
	#c11 h3 {
		text-align: left;
	}
}

@media (max-width: 480px) {
	ul#language_switch {
		margin: 0;
	}

	.flaggen {
		position: absolute;
		top: -150px;
		z-index: 1;
	}

	/*.kopfslider, .kopfbild {
	   display: none;
    }*/

	.ce-textpic {
		margin: 0;
	}

	.logo {
		padding: 20px 0 0 0;
	}

	.logo img {
		width: 90%;
	}

	.container.content {
		margin: 0;
		padding: 0;
	}

	.icon.major {
		margin: 10px 15px 20px 0;
	}

	.schriftzug-mobil {
		padding: 0 0px 0 10px;
		font-family: 'Kalam', cursive;
		position: absolute;
		font-size: 16px;
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-top: 0px;
	}

	.schriftzug-mobil span {
		font-size: 14px;
		margin-top: -10px;
	}
}