@import "defines.css";
@import "helper.css";
@import "navbar.css";
@import "footer.css";
@import "accordion.css";

/*site header */
.mc_site_header_image {
	width: 100%;
	height: 100Px;
	background-position: center;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
}

.start-image {
	width: 100%;
	height: 100Px;
	background-position: center;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
}


.startseite {
	background-color: #FFFFFF;
	padding-top: 2em;
	padding-bottom: 4em;


}

.layout {
max-width: 1600px;
padding-left:5%;
	padding-right:5%;
	margin-left:auto;
	margin-right:auto;	
}

.middle {
	display: flex;
	justify-content: center;
	padding-top: 1em;
	padding-bottom: 2em;
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: no-wrap;
}

.weiss {
	padding: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-bottom: 50px;
	background-color: #fff;

}

.startimage img {
	width: 100%;
	object-fit: cover;
	border-bottom: solid 10px #FB9E27;
}

.endimage img {
	width: 100%;
	max-height: 150px;
	object-fit: cover;
	margin-bottom: -10px;
	margin-top: -10px;
}

.logo-start img {
	width: 70%;

	display: flex;

}

.startheroe {
	display: flex;
	justify-content: center;
}

.grid-center {
	align-items: center;
	margin-top: 4em;
}

.grey {
	background-color: var(--secondary_bg);
}


.schnelleinstiege {
	display: flex;
	justify-content: space-evenly;
}

.mc_site_header_placeholder {
	height: 25px;
	background-color: var(--primary_color);
}

/*Basic*/
body {
	margin: 0 auto;
	color: var(--default_fg);
	font-size: 1em;
	letter-spacing: 0.02em;
	line-height: 1.5;
	font-family: 'Sarabun', sans-serif;
}


main {
	margin: 0 200px;
}


a {
	color: var(--primary_color);
	text-decoration: none;
	font-weight: regular;
}

a:hover {
	color: var(--tertiary_color);

}

footer a:hover {
	color: var(--primary_bg);

}

p {
	padding-bottom: 0.65em;
}

h1 {
	font-size: 1.4em;

}

h2 {
	font-size: 1.3em;
	padding-top: 20Px;


}

h4 {
	font-size: 1.0em;
	color: var(--tertiary_color);

}

.tiny {
	font-size: 12px;
}

a.cssbox_prev,
a.cssbox_next {
	display: none;
}

/*Content*/
.mc_main_content {
	padding-bottom: 20px;
}

.mc_full_widht_main_content {
	width: 100%;

}

.mc_page_content {
max-width: 1600px;
padding-left:5%;
	padding-right:5%;
	margin-left:auto;
	margin-right:auto;	
}

/*Section*/
section {
	background-color: rgb(250, 145, 210);
	padding-top: 2%;
	padding-bottom: 2%;


}

.Bildnachweis {
	color: #7d7b7b;
	font-size: 14Px;
	text-align: center;
}


section .mc_section_image {
	width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
}


.contact-business {
	color: var(--default_bg);
	color: var(--default_fg);
	padding-top: 4em;
	padding-bottom: 4em;
	    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.line {
	border-right: solid 25px #FB9E27;
}

.contact-action {
	max-width: 450px;
	    padding: 10px;
	font-size: 1.1em;
}

/*Button*/
button {
	background-color: var(--secondary_color);
	border-radius: 30px;
	color: var(--primary_fg);
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	font-size: 0.9em;
	border: none;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

button:hover {
	background-color: var(--tertiary_color);
}



/*Blockquote*/
blockquote {
	background-color: var(--primary_bg);
	color: var(--secondary_color);
	font-size: 2em;
	text-align: center;
	padding: 1em;

	padding-bottom: 0Px !important;
	font-family: 'Heebo', serif;
	line-height: 100%;
}

/*Call to action shortcode*/
.cta {
	height: 300Px;
	min-width: 250px;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;


}





.two_eq_clmn img {
	width: 70Px;
}

img.related_nav_image {
	width: auto;
}

img.pfeil {
	width: 18px;
	height: 18px;
}

.cta_content {
	width: 100%;
	background: rgb(255, 255, 255, 0.7);
	color: var(--nav_fg);
	font-size: 1.1em;
	font-weight: 700;
	width: 100%;
	padding-bottom: 12Px;
	padding-top: 15Px;

}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: var(--secondary_color);
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 50%;
	font-size: 18px;
}

#myBtn:hover {
	background-color: var(--tertiary_color);
}


.flex-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*related navigation*/
.related_nav_image {
	width: 80px;
	height: 80px;
	margin: auto;
	border-radius: 50%;
}

.padding-5 {
	padding-left: 10px;
}

.related_nav_item {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 40px;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.related_nav_item a {
	color: var(--nav_fg);
}

.related_nav_item a:hover {
	color: var(--tertiary_color);
}

/*Page info box*/
.mc_page_info {
	padding-bottom: 20Px;
	padding-top: 20Px;
max-width: 1600px;
padding-left:5%;
	padding-right:5%;
	margin-left:auto;
	margin-right:auto;	
}

.mc_page_info_image {
	max-height: 300px;
	min-width: 150px;
	display: block;
	margin: auto;
	object-fit: cover;
	object-position: top;

}

.mc_page_info_txt {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mc_page_info_txt p{
	max-width: 500px;
}

h2 {
	margin-bottom: 10px;
}

ul {
	padding: 20Px;
	padding-top: 0Px;
	padding-bottom: 10px !important;

}

img.startseite-logo {
	padding: 10Px;
	margin-top: 0Px;
	margin-bottom: 0Px;
	width: 90%;
	max-width: 350Px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	padding-top: 40Px;
	padding-bottom: 40Px;
}

img.startseite-banner {
	width: 100%;
}

/* sarabun-regular - latin */
@font-face {
	font-family: 'Sarabun';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/sarabun-v15-latin-regular.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/sarabun-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/sarabun-v15-latin-regular.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/sarabun-v15-latin-regular.woff') format('woff'),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		url('../fonts/sarabun-v15-latin-regular.ttf') format('truetype'),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		url('../fonts/sarabun-v15-latin-regular.svg#Sarabun') format('svg');
	/* Legacy iOS */
}

/* sarabun-700 - latin */
@font-face {
	font-family: 'Sarabun';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/sarabun-v15-latin-700.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/sarabun-v15-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/sarabun-v15-latin-700.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/sarabun-v15-latin-700.woff') format('woff'),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		url('../fonts/sarabun-v15-latin-700.ttf') format('truetype'),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		url('../fonts/sarabun-v15-latin-700.svg#Sarabun') format('svg');
	/* Legacy iOS */
}


/* Responsiveness */

@media (min-width: 570px) {
	.mc_site_header_image {
		height: 150Px;
	}

	

	h2 {
		margin-bottom: 5px;
	}


	

	.start-image {
		height: 300Px;
	}

	.mc_page_info {
		padding-bottom: 50Px;
		padding-top: 50Px;
	}
}

img.startseite-logo {
	margin-top: 10Px;
	margin-bottom: 10px;
}

.cta {
	height: 350Px;
}

.logo-start img {
	width: 60%;
	margin-top: -100px;
	margin-left: auto;
	margin-right: auto;

}

.startimage img {

	border-bottom: solid 25px #FB9E27;
}

}



@media (min-width: 800px) {

	.mc_site_header_image {
		height: 200Px;
	}

	.mc_full_width_wrapper {
		height: 200px;
	}

	blockquote {

		font-size: 4em;

	}

	.logo-start img {
		width: 50%;
		margin-top: -100px;

	}
}

@media (min-width: 1000px) {

	.mc_site_header_image {
		height: 300Px;
	}

	.logo-start img {
		width: 40%;
		margin-top: -150px;

	}
	
	.mc_page_info_image {
		max-height: 400px;
	}
}


@media (min-width: 1500px) {
	.mc_site_header_image {
		height: 400Px;
	}
	
	
}
