header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/********************************************************************************/
/*
Description: CSS File for Fonts
Theme Name: MC-Call
Theme URI: http://www.mc-call.de/
Version: 1.0 [05.2022]
Author: V15* Thorsten Neuhaus
Author URI: http://www.v15.de/
*/
/********************************************************************************/

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../../files/data/fonts/pt-sans-v9-latin-regular.woff2') format('woff2'),
       url('../../files/data/fonts/pt-sans-v9-latin-regular.woff') format('woff');
  font-display: swap;
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('../../files/data/fonts/pt-sans-v9-latin-700.woff2') format('woff2'),
       url('../../files/data/fonts/pt-sans-v9-latin-700.woff') format('woff');
  font-display: swap;
}

/********************************************************************************/

/********************************************************************************/
/*
Description: CSS File for Layout
Theme Name: MC-Call
Theme URI: http://www.mc-call.de/
Version: 1.0 [05.2022]
Author: V15* Thorsten Neuhaus
Author URI: http://www.v15.de/
*/
/********************************************************************************/

:root {
	/* Weiß */
	--color-white: rgba(255, 255, 255, 1);
	/* Blau [#2756A7] */
	--color1: rgba(39, 86, 167, 1);
	/* Schwarz [#F08100] */
	--color2: rgba(0, 0, 0, 1);
	/* Blau [#2756A7] */
	--color3: rgba(39, 86, 167, 1);
	/* Blau [#2756A7] */
	--color-bg: rgba(39, 86, 167, 1);
	/* Blau [#2756A7] */
	--color-bg-hell: rgba(39, 86, 167, 1);
}

/********************************************************************************/
/*	CSS Reset	*/

:link,:visited { text-decoration:none }
ul, ol { list-style:none }
h1,h2,h3,h4,h5,h6 { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,hr, dt, dd { margin:0; padding:0 }
figure {margin:0;}
a img,:link img,:visited img { border:none }

* {margin: 0; padding: 0; border: 0; outline: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html {-webkit-font-smoothing: antialiased; overflow-y: scroll; height: 100%;}

/*	Linie um Links enfernen	*/
/* :focus {outline:0;} */

/********************************************************************************/
/* Auswahltext-Farbe ändern */
::selection {background:var(--color2); color:#f5f5f5; /* Safari and Opera */ }
::-moz-selection {background:var(--color2); color:#f5f5f5; /* Firefox */ }

/* Highlight Searchword */
.highlight {background:var(--color2); color:#f5f5f5; padding:0 2px;}

/********************************************************************************/

body {
	font-family: 'PT Sans', arial, sans-serif;
	color: var(--color1);
	margin: 0 auto;
	padding: 0;
	background: #fff;
	/* background: url("../../files/data/img/bg.jpg") center center fixed no-repeat; */
	/* background-size: cover; */
}

/********************************************************************************/
/*	Aufbau	*/

#wrapper {

}

#header {
	width: 100%;
	padding: 2rem 0;
	/* height: 260px; */
	/* box-shadow: 0 0 10px rgba(0,0,0,0.9); */
	transition: 0.3s;
/* 	background: #f5f5f5; */
	/* background: rgba(15,52,84,0.95); */
	background: var(--color-white);
}

.scrolled #header {
	/* height: 170px; */
}

#header .inside {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
}

.logo {
	text-align: center;
}

.logo img {
	width: auto;
	max-height: 100px;
	/* padding-top: 40px; */
	transition: 0.3s;
}

@media only screen and (max-width : 767px) {
	.logo img {
	max-height: 70px;
	}
}

.scrolled #header .logo img {
	/* height: 90px; */
}

#container {
/* 	max-width: 1200px; */
	margin: 0 auto;
	/* margin-top: 260px; */
}

#main {
/* 	background: #eee; */
}

#main .inside {
/* 	padding: 50px 20px; */
}

#footer {
	text-align: center;
	background: var(--color1);
}

/*
#footer .inside {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
*/

#footer .inside {
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 20px 70px 20px;
}

/********************************************************************************/
/*	Top Link	*/

.ce_toplink {
    text-indent: -9999px;
    display: none;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #878787;
}

.ce_toplink a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent !important;
    border-bottom-color: #f5f5f5 !important;
}

.ce_toplink:hover {
    opacity:1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    background: #b2b2b2;
}

/********************************************************************************/
/*	Artikel & Inhalte	*/

.mod_article {

}

.mod_article.color-bg {
	background: var(--color-bg);
}

.mod_article .inside {
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 20px !important;
}

@media only screen and (max-width : 767px) {
	.mod_article .inside {
	padding: 50px 20px !important;
	}
}

.mod_article.ohne-abstand .inside,
.mod_article.maps .inside {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 !important;
}

.mod_article.color-bg.ohne-abstand .inside {
	padding: 0 20px !important;
}

/*****/

#teaser-text {
	z-index: 10;
	position: absolute;
	bottom: 30vh;
	left: 50%;
	text-align: center;
	transform: translate(-50%, 0);
}

.color-bg .ce_text {
	text-align: center;
}

/*****/

.boxes .rs-column,
.boxes-braun .rs-column,
.boxes-images .rs-column {
	padding: 20px;
	border-radius: 10px;
}

.boxes .rs-column,
.boxes-images .rs-column {
	border: 1px solid var(--color1);
}

.boxes-braun .rs-column {
	background: var(--color1);
}

.boxes-images .rs-column .ce_hyperlink {
	padding: 1.867rem 0 0 0;
}

/********************************************************************************/
/*	Überschriften & Text	*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.color-bg h1,
.color-bg h2,
.color-bg h3,
.color-bg h4,
.color-bg h5,
.color-bg h6,
.color-bg p {
	color: #f5f5f5
}

h1 {
	font-size: 3.000rem;
	line-height: 3.200rem;
	padding: 0.375rem 0 0.750rem 0;
}

#teaser-text h1 {
	font-size: calc(48px + (64 - 48) * ((100vw - 320px) / (1600 - 320)));
}

h2 {
	font-size: 2.400rem;
	line-height: 2.600rem;
	padding: 0.375rem 0 0.625rem 0;
}

h3 {
	font-size: 2.000rem;
	line-height: 2.200rem;
	padding: 0.375rem 0 0.625rem 0;
}

h4 {
	font-size: 1.375rem;
	line-height: 1.867rem;
	padding: 0.375rem 0 0.875rem 0;
}

h5 {
	font-size: 1.375rem;
	line-height: 1.867rem;
	font-weight: bold;
}

h6 {
	font-size: 1.375rem;
	line-height: 1.867rem;
	text-transform: uppercase;
}

p,
.ce_hyperlink {
	font-size: 1.375rem;
	line-height: 1.867rem;
	padding: 0 0 1.867rem 0;
}

.color-bg .ce_text p {
	padding: 1.867rem 0;
}

#teaser-text p,
#teaser-text h1,
#teaser-text h2,
.boxes-braun p,
.boxes-braun h1,
.boxes-braun h2 {
	color: #f5f5f5;
}

#teaser-text p,
#teaser-text h1,
#teaser-text h2 {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

/*****	Copy to TinyMCE ANFANG	*****/
p.small {
	font-size: 1.000rem;
	line-height: 1.250rem;
}

span.hinweis-text {
	color: var(--color2);
	font-weight: bold;
}

p.standard-banner {
	color: var(--color1);
	margin: 0 0 1.867rem 0;
	padding: 1em;
	border-radius: 10px;
	border: 2px dotted var(--color1);
}

p.hinweis-banner {
	color: var(--color2);
	margin: 0 0 1.867rem 0;
	padding: 1em;
	border-radius: 10px;
	border: 2px dotted var(--color2);
}

p.wichtig-banner {
	color: #cd1719;
	margin: 0 0 1.867rem 0;
	padding: 1em;
	border-radius: 10px;
	border: 2px dotted #cd1719;
}
/*****	Copy to TinyMCE ENDE	*****/

#footer p {
	color: #f5f5f5;
	font-size: 1.125rem;
	line-height: 1.375rem;
	padding: 0;
}

a:link,
a:visited {
	color: var(--color2);
	border-bottom: 2px solid var(--color2);
}

a:hover,
a:active,
a:focus {
	color: var(--color2);
	border-bottom: 2px dotted var(--color2);
}

/*****/

.color-bg a:link,
.color-bg a:visited,
#footer a:link,
#footer a:visited {
	color: #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
}

.color-bg a:hover,
.color-bg a:active,
.color-bg a:focus,
#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #f5f5f5;
	border-bottom: 2px dotted #f5f5f5;
}

/*****/

.ce_hyperlink {
	margin-bottom: 1.867rem;
}

.rs-column .ce_hyperlink,
.color-bg .ce_hyperlink {
	text-align: center;
	margin-bottom: 0;
}

.ce_hyperlink a:link,
.ce_hyperlink a:visited,
p.more a:link,
p.more a:visited {
	display: inline-block;
	padding: 5px 25px;
	color: #f5f5f5;
	border-radius: 3px;
	border: 1px solid var(--color1);
	background: var(--color1);
	transition: 0.3s;
}

.ce_hyperlink a:hover,
.ce_hyperlink a:active,
.ce_hyperlink a:focus,
p.more a:hover,
p.more a:active,
p.more a:focus {
	color: var(--color1);
	border: 1px solid var(--color1);
	background: #f5f5f5;
}

.boxes-braun .ce_hyperlink a,
.boxes-braun .ce_hyperlink a:visited {
	color: var(--color1);
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
}

.boxes-braun .ce_hyperlink a:hover,
.boxes-braun .ce_hyperlink a:active,
.boxes-braun .ce_hyperlink a:focus {
	color: #f5f5f5;
	border: 1px solid #f5f5f5;
	background: var(--color1);
}

/********************************************************************************/
/*	Listen	*/

.ce_text ul {
	margin-bottom: 1.250rem;
	padding-left: 1.6em;
	text-indent: -1.6em;
}

.ce_text p + ul {
	margin-top: -1.4em;
}

.ce_text li {
	font-size: 1.375rem;
	line-height: 2.250rem;
}

.ce_text ul li:before {
	content: '–';
	padding: 0 0.5em 0 0;
}

/********************************************************************************/
/*	Bilder	*/

/*	Abstand unter Bildern entfernen	*/
figure {
	line-height:0;
}

figure a:link,
figure a:visited,
figure a:hover,
figure a:active,
figure a:focus {
	border-bottom: none;
}

#main figure {
	position: relative;
}

.mod_article.ohne-abstand img {
	width: 100%;
}

#main figure.float_left {
	margin: 0 1em 1em 0;
}

#main figure.float_right {
	margin: 0 0 1em 1em;
}

#main figure a img {
	cursor: -moz-zoom-in; 
	cursor: -webkit-zoom-in; 
	cursor: zoom-in;
}

.mod_article.bild-slider .ce_image {
	height: calc(50vh - 70px);
	background-size: cover !important;
}

.start .mod_article.bild-slider .ce_image {
	height: calc(100vh - 70px);
	/* background-size: cover !important; */
}

@media only screen and (max-width : 700px) {
	#main figure.float_left,
	#main figure.float_right {
	float: none;
	clear: both;
	text-align: center;
	width: 100%;
	margin: 0 0 1em 0 !important;
	}
}

.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 10px;
	background: rgba(255, 255, 255, 0.8);
}

/********************************************************************************/
/*	Mobile Navigation	*/

/*	Fehler mit mobile-menu & position:fixed umgehen	*/
body .mobile_menu_wrapper #wrapper {
	transform: none !important;
	will-change: content !important;
}

.offcanvas {
	z-index: 20;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 32px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.offcanvas span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #f5f5f5;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.offcanvas span:nth-child(1) {
	top: 0px;
}

.offcanvas span:nth-child(2),
.offcanvas span:nth-child(3) {
	top: 14px;
}

.offcanvas span:nth-child(4) {
	top: 28px;
}

.offcanvas.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.offcanvas.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.offcanvas.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.offcanvas.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/********************************************************************************/
/*	Mobile Anpassungen	*/

@media only screen and (max-width : 1200px) {
	html {font-size: 14px;}
}

@media only screen and (max-width : 991px) {
	#header .nav_main {
	display: none !important;
	}
}

@media only screen and (max-width : 767px) {
	html {
	font-size: 12px:
	}
}

@media only screen and (max-width : 767px) {

}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {
    body {-webkit-text-size-adjust: 100%;}
}

/********************************************************************************/

/********************************************************************************/
/*
Description: CSS File for Navigation
Theme Name: MC-Call
Theme URI: http://www.mc-call.de/
Version: 1.0 [05.2022]
Author: V15* Thorsten Neuhaus
Author URI: http://www.v15.de/
*/
/********************************************************************************/

.nav_footer {

}

.nav_footer ul {
	color: #fff;
}

.nav_footer li {
	display: inline-block;
	font-size: 1.125rem;
	line-height: 2.250rem;
	margin-bottom: 5px;
}

.nav_footer .level_1 a:link,
.nav_footer .level_1 a:visited {
	color: #fff;
	font-weight: normal;
}

.nav_footer .level_1 a:hover,
.nav_footer .level_1 a:active,
.nav_footer .level_1 a:focus,
.nav_footer .level_1 strong {
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}

.nav_footer li:before {
	content: ' | ';
}

.nav_footer li.first:before {
	content: '';
}


/********************************************************************************/
/*	Mobile Navigation	*/

.mobile_menu .inner {
	background: #b2b2b2;
}

.mobile_menu .nav_main {
	text-align: center;
	padding: 160px 20px 20px 20px;
	transition: 0.3s;
}

.scrolled .mobile_menu .nav_main {
	padding-top: 90px;
}

.mobile_menu .nav_main li {
	font-size: 2.000rem;
	line-height: 3.000rem;
}

.mobile_menu .nav_main .level_1 a:link,
.mobile_menu .nav_main .level_1 a:visited {
	color: #fff;
	border-bottom: none;
}

.mobile_menu .nav_main .level_1 a:hover,
.mobile_menu .nav_main .level_1 a:active,
.mobile_menu .nav_main .level_1 a:focus,
.mobile_menu .nav_main .level_1 strong {
	font-weight: normal;
	color: var(--color2);
	border-bottom: none;
}

.mobile_menu .nav_main .level_2 li {
	font-size: 80%;
	line-height: 1.6em;
/* 	padding-left: 20px; */
}

/********************************************************************************/

/********************************************************************************/
/*
Description: CSS File for Columns
Theme Name: Groschberger
Theme URI: http://www.groschberger.com/
Version: 1.0 [03.2022]
Author: V15* Thorsten Neuhaus
Author URI: http://www.v15.de/
*/
/********************************************************************************/

.rs-columns {
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.rs-column {
  display: flex;
}

.rs-column .ce_text {
  text-align: center;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
} 

.rs-column .ce_text p {
  padding-bottom: 0;
} 

#main .rs-column:nth-child(2) {
  display: flex;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.rs-column.-large-col-2-1 {
  width: 50%;
}

.rs-column.-large-col-3-1 {
  width: 33.3333%;
}

.rs-column.-large-col-3-2 {
  width: 66.6666%;
}

.rs-column.-large-col-4-1 {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .rs-columns {
  flex-wrap: wrap;
  }
  
  #main .rs-column:nth-child(2) {
  border-right: none;
  border-left: none;
  }
  
  .rs-column.-large-col-2-1,
  .rs-column.-large-col-3-1,
  .rs-column.-large-col-3-2,
  .rs-column.-large-col-4-1 {
  width: 100%;
  }
  
  .rs-column.-large-col-4-1 {
  width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .rs-column.-large-col-4-1 {
  width: 100%;
  }
}

