/* Theme Basics */

/* Base Config
-------------------------------------------------------------------*/
:root {
	--BoxBgColor: #D9F2F1;
	--baseBackground: #fff;
	--barBackground: #212d3f;
	--lighterBackground: #D6F9F9;
	--navAktiveBackground: #212d3f;
	--navTextColor: #fff;
	--heightlightBackground: #f1f0f0;
	--heightlightColor: #ff7300;
	--heightlightinaktivColor: #aaaaaa;
	--standardTextColor: #111;
	--darkBackground: #111;
	--darkTextColor: #fff;
	--darkerTextColor: #6f6f6f;
	--articleFont: 'Roboto', sans-serif;
	--headlineFont: 'Roboto', sans-serif;
	--colorGold: #a5892f;
}

*{
 	box-sizing: border-box;
 	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
 }


body {
	font-size:0.8em;
	font-family: var(--headlineFont);
	background-color:  var(--baseBackground);
	background-image: url(../images/MobaZeugBg.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.notincluded {
	filter: grayscale(100%) brightness(2.5);
}


/* Font import
-------------------------------------------------------------------*/

/* Material Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v13-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-600 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-slab-v13-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v13-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v13-latin-600.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('../fonts/roboto-v18-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/roboto-v18-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
       url('../fonts/roboto-v18-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* Layout Basics
-------------------------------------------------------------------*/

.case_wrapper {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
  	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
	.material-icons.md-18 { font-size: 18px; }
	.material-icons.md-24 { font-size: 24px; }
	.material-icons.md-36 { font-size: 36px; }
	.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
	.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
	.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
	.material-icons.md-light { color: rgba(255, 255, 255, 1); }
	.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* Rules for using icons as colorful icon. */
	.material-icons.icon_green {color: rgba(10, 84, 58, 1);}

/* Joomla Alerts */
div.alert {
	margin: 30px 0 30px 0;
	padding: 15px 15px 15px 15px;
	text-align: left;
	font-family: var(--articleFont);
	font-weight: normal;
	font-size: 1.2rem;
	color: var(--standardTextColor);
	line-height: 1.7;
}

div.alert span.visually-hidden {
	display: block;
	font-weight: 700;
}

div.alert-info {
	border: 2px solid var(--barBackground);
	color: var(--barBackground);
	background-color: var(--lighterBackground);
}


/* Typo Basics
-------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	font-family: var(--headlineFont);
	font-weight: 500;
	color: var(--standardTextColor);
	line-height: 1.0;
}

.page_part_hl, .page_part_hl h2 {
	font-size: 2rem;
	text-align: center;
	color: var(--barBackground);
	position: relative;
}

.page_part_hl:before {
    content: '';
    position: absolute;
    bottom: 0;
    border: 2px solid var(--darkerTextColor);
    width: 200px;
    left: calc( 50% - 100px);
    bottom: -12px;
}

.com-content-article a, .com-content-category-blog a {
	color: var(--standardTextColor);
	text-decoration: none;
	border-bottom: 2px solid var(--heightlightinaktivColor);
}

.com-content-article p a, div.contact a, div.nl_form p a, .com-content-category-blog p a {
	color: var(--standardTextColor);
	text-decoration: none;
	border-bottom: 2px solid var(--heightlightinaktivColor);
	word-break: break-all;
}

.com-content-article p a.noborder, .com-content-category-blog p a.noborder {
	border: none;
}

.com-content-article p, aside p, div.contact, .com-content-category-blog p {
	font-family: var(--articleFont);
	font-weight: normal;
	font-size: 1.2rem;
	color: var(--standardTextColor);
	line-height: 1.7;
	margin: 15px 0 15px 0;
}

.com-content-article ul, ol, div.contact ul{
	margin-left: 30px;
	font-family: var(--articleFont);
	font-weight: normal;
	font-size: 1.1rem;
	color: var(--standardTextColor);
	line-height: 1.3;
}

.com-content-article ul li, div.contact ul li{
	list-style-type: square;
}

.greybgbox {
	background-color: var(--heightlightBackground);
	border-radius: 5px;
	padding: 20px;
}

div.testimonial_box blockquote {
	background-color: var(--heightlightBackground);
	margin: 30px 50px 30px 0;
	}

.round_images {
	text-align: center;
}

.round_images img {
	border-radius: 100%;
	border: 7px solid var(--barBackground);
	box-shadow:  0 1px 5px 0 rgba(50, 50, 50, 0.75);
	width: 100%;
 	height: auto;
}

.c2a_box p.round_images {
	padding: 0 20% 0 20%;
}

.com-content-article p img.pull-center {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: auto;
	}

.com-content-article p.contentbtn, .com-content-category-blog p.contentbtn {
	text-align: center;
}

.com-content-article p.contentbtn a, .com-content-category-blog p.contentbtn a{
	display: block;
	width: 100%;
	padding: 14px;
	font-size: 1rem;
	font-family: var(--headlineFont);
	color: var(--standardTextColor);
	background-color: var(--heightlightColor);
	border: 1px solid var(--heightlightColor);
	font-weight: 500;
	margin: 3px 0 30px 0;
	font-style: normal;
	}

.com-content-article p.contentbtn a:hover, .com-content-category-blog p.contentbtn a:hover {
	margin: 1px 0 32px 0;
	box-shadow: 3px 3px 8px var(--darkerTextColor);
	filter: brightness(1.1);
	transition:all 0.3s;
}

p._subhl_ {
	color: var(--darkerTextColor);
	text-align: center;
	font-family: var(--headlineFont);
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.0;
}


@media screen and (min-width:1000px) {

.com-content-article blockquote, .com-content-category-blog blockquote {
	margin: 30px 60px 30px 60px;
	}

.com-content-article p img.pull-center, .com-content-category-blog p img.pull-center {
	width: 40%;
	margin: 20px 30% 20px 30%;
	}

.com-content-article p.contentbtn a, .com-content-category-blog p.contentbtn a{
	display: inline-block;
	width: 80%;
}

}

/* Inhaltsverzeichnis
-------------------------------------------------------------------*/

div.content_list {
	margin: 0 0 40px 0;
	background-color: var(--lighterBackground);
	padding: 30px 20px 30px 20px;
	border: 1px solid var(--heightlightinaktivColor);
	border-radius: 5px;
}

div.content_list  ol li {
	margin: 0 0 5px 0;
}

div.content_list a {
	border-bottom: none;
}

div.content_list h2 {
	margin: 0 0 20px 0;
}



/* Grids Mobile
-------------------------------------------------------------------*/

.grid_100 {
	float: left;
	width: 100%;
}

.grid_80 {
	float: left;
	width: 100%;
}

.grid_right_75 {
	float: right;
	width: 100%;
}

.grid_75 {
	float: left;
	width: 100%;
}

.grid_right_70 {
	float: right;
	width: 100%;
}

.grid_70 {
	float: left;
	width: 100%;
}

.grid_right_66 {
	float: right;
	width: 100%;
}

.grid_66 {
	float: left;
	width: 100%;
}

.grid_50 {
	float: left;
	width: 100%;
}

.grid_40 {
	float: left;
	width: 100%;
}


.grid_33 {
	float: left;
	width: 100%;
}

.grid_right_33 {
	float: right;
	width: 100%;
}

.grid_30 {
	float: left;
	width: 100%;
}

.grid_right_30 {
	float: right;
	width: 100%;
}


.grid_25 {
	float: left;
	width: 100%;
}

.grid_20 {
	float: left;
	width: 100%;
}

.grid_10 {
	float: left;
	width: 100%;
}

/* Grids Desktop
-------------------------------------------------------------------*/

@media screen and (min-width:1000px) {
.grid_100 {
	width: 100%;
}

.grid_80 {
	width: 80%;
}

.grid_75 {
	width: 75%;
}

.grid_right_75 {
	width: 75%;
}

.grid_70 {
	width: 70%;
}

.grid_right_70 {
	width: 70%;
}

.grid_66 {
	width: 66.66666%;
}

.grid_right_66 {
	width: 66.66666%;
}

.grid_60 {
	width: 60%;
}

.grid_50 {
	width: 50%;
}

.grid_40 {
	width: 40%;
}

.grid_33 {
	width: 33.33333%;
}

.grid_right_33 {
	width: 33.33333%;
}

.grid_30 {
	width: 30%;
}

.grid_right_30 {
	width: 30%;
}

.grid_25 {
	width: 25%;
}

.grid_20 {
	width: 20%;
}
	
.grid_10 {
	width: 10%;
}
}