html,
body {
	height: 100%;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	font-size: 15px;
	background: url(/typo3conf/ext/ferienwohnung_merkl/Resources/Public/Images/Template/DSC_0055.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover {}

/*------------------------------------*\
  #BOOTSTRAP
\*------------------------------------*/
.container {
	width: 1170px;
	padding: 0;
}

/*------------------------------------*\
  #ÜBERSCHRIFTEN
\*------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a {
	color: #af2079;
	margin-top: 0;
	font-family: 'Marck Script', cursive;
}

h1,
.h1 {
	font-size: 36px;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
}

h2,
.h2 {
	font-size: 30px;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
}

h3,
.h3 {
	font-size: 24px;
	margin-bottom: 0;
}

/*------------------------------------*\
  #HEADER
\*------------------------------------*/
.schnelladresszeile {
	background: #46474b;
	width: 100%;
	color: #fff;
	font-size: 14px;
	float: left;
}

.schnelladresszeile p {
	padding: 7px 5px;
	margin: 0;
}

.schnelladresszeile p a.mail {
	color: #fff;
}

.navigation-logo-wrapper {
	background: #fff;
}

.logo {
	padding: 5px 15px;
}

.logo img {
	height: auto;
	width: 250px;
}

.kopfslider,
.kopfbild {
	border-bottom: 2px solid #b9d00e;
	border-top: 2px solid #b9d00e;
}

.kopfslider button i {
	font-size: 48px;
}

.carousel-control-next,
.carousel-control-prev {
	opacity: 1;
}

/*------------------------------------*\
  #NAVIGATION
\*------------------------------------*/
.logo-nav-wrap {
	position: absolute;
	z-index: 9;
	width: 100%;
}

.logo-nav-wrap .navigation {
	margin-top: 50px;
}

/*------------------------------------*\
  #CONTENT
\*------------------------------------*/


/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
footer {
	color: #fff;
}

.footer-wrapper {
	background: #46474b;
	padding: 25px 30px 0 30px;
}

footer a,
.footer-wrapper h3 {
	color: #b9d00e;
}

.footer-unten {
	color: #fff;
	background: #af2079;
	padding: 10px 30px 10px 15px;
	text-align: right;
}

.footer-unten a {
	color: #fff;
}

.footer-unten p {
	margin-bottom: 0;
}

/*------------------------------------*\
  #MAP
\*------------------------------------*/
.google-map iframe {
	width: 100%;
}

.privacy-msg.privacy-map-msg,
.privacy-msg.privacy-kalender-msg {
	position: relative;
	background: #eee;
	height: auto !important;
	width: 100% !important;
}

.privacy-msg.privacy-map-msg p,
.privacy-msg.privacy-kalender-msg p {
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
}

.privacy-msg.privacy-calendar-msg p,
.privacy-msg.privacy-map-msg p,
.privacy-msg.privacy-video-msg p,
.privacy-msg.privacy-kalender-msg p {
	padding: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #eee;
	text-align: center;
}

.privacy-msg.privacy-map-msg p a.btn,
.privacy-msg.privacy-kalender-msg p a.btn {
	color: #fff;
}

.privacy-msg.privacy-calendar-msg p a.btn,
.privacy-msg.privacy-map-msg p a.btn,
.privacy-msg.privacy-video-msg p a.btn,
.privacy-msg.privacy-kalender-msg p a.btn {
	background: #f29500;
	border-color: #f29500;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

.privacy-msg.privacy-map-msg iframe.privacy-map,
.privacy-msg.privacy-kalender-msg iframe.privacy-kalender {
	width: 100%;
}

/*------------------------------------*\
  #TABELLEN
\*------------------------------------*/


/*------------------------------------*\
  #FORMULAR
\*------------------------------------*/
#kontaktformular-24 {
	margin-bottom: 30px;
}

#kontaktformular-24 .clearfix h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	font-size: 15px;
	text-shadow: unset;
}

#kontaktformular-24 .form-group {
	margin-bottom: 20px;
}

#kontaktformular-24 .form-group label.form-label {
	font-weight: 600;
}

#kontaktformular-24 #c25 .checkbox .form-check {
	padding-left: 0;
}

#kontaktformular-24 .submit button {
	background: #af2079;
	border-color: #af2079;
}

#kontaktformular-24 .submit button:hover {
	background: #333;
	border-color: #333;
}

/*------------------------------------*\
  #TYPO3
\*------------------------------------*/
.frame-weiss {
	background: #fff;
	padding: 20px 30px 5px 30px;
}

.frame-transparent {
	background: rgb(255, 255, 255, 0.75);
	padding: 20px 30px 20px 30px;
}

/* .frame-space-before-extra-small {
	padding-top: 20px;
}

.frame-space-before-small {
	padding-top: 40px;
	margin-top: 0;
}

.frame-space-before-medium {
	padding-top: 60px;
	margin-top: 0;
}

.frame-space-before-large {
	padding-top: 80px;
	margin-top: 0;
}

.frame-space-before-extra-large {
	padding-top: 100px;
	margin-top: 0;
}

.frame-space-after-extra-small {
	padding-bottom: 20px;
	margin-bottom: 0;
}

.frame-space-after-small {
	padding-bottom: 40px;
	margin-bottom: 0;
}

.frame-space-after-medium {
	padding-bottom: 60px;
	margin-bottom: 0;
}

.frame-space-after-large {
	padding-bottom: 80px;
	margin-bottom: 0;
}

.frame-space-after-extra-large {
	padding-bottom: 100px;
	margin-bottom: 0;
} */

.ce-textpic .ce-gallery .image img,
.ce-image .ce-gallery .image img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border: 2px solid #af2079;
}

/*------------------------------------*\
  #GOOGLE-MAPS
\*------------------------------------*/
iframe {
	height: 300px;
	padding-right: 30px;
	width: 100%;
}

/*------------------------------------*\
  #MEDIA-QUERIES
\*------------------------------------*/
@media (max-width: 1299px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.container {
		min-width: 100%;
		width: 100%;
	}

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

	.wrapper {
		overflow-x: hidden;
	}
}

@media (max-width: 767px) {
	body {
		background: none;
	}

	h1,
	.h1 {
		font-size: 30px;
		text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
	}

	h2,
	.h2 {
		font-size: 26px;
		text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
	}

	h3,
	.h3 {
		font-size: 20px;
		margin-bottom: 0;
	}

	/*.footer-oben div.gridelement-footer div.col-sm-4.col-xs-12.linke-spalte {
		   padding-bottom: 25px;
	    }*/

	.footer-unten {
		background: #af2079 none repeat scroll 0 0;
		color: #fff;
		padding: 10px 15px 10px 15px;
		text-align: center;
	}

	.bildspalte {
		width: 50%;
	}

	iframe {
		padding-right: 0;
		padding-bottom: 30px;
	}

	.logo {
		text-align: center;
	}

	.logo img {
		width: 80%;
	}

	#c6 .ce-image.ce-right.ce-above {
		float: left;
	}
}

@media (max-width: 575px) {
	.bildspalte {
		width: 100%;
		padding: 0;
	}

	.ce-gallery,
	.ce-column {
		width: 100%;
	}

	.ce-gallery img {
		width: 100%;
		height: auto;
	}
}