/* @override 
	https://2025.edvundit.at/templates/edvundit/css/editor.css?* */

/* STYLES FOR JOOMLA! EDITOR */
body {
  margin: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #22262a;
  background-color: #fff;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore {
  color: #f00;
  border: #f00 dashed 1px;
}


.bild-links, .bild-rechts {
	font-size: 11px;
	line-height: 120%;
	width: auto;
	width: 45%;
}
.bild-links {
	clear: both;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.bild-rechts {
	clear: both;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}
.elemente {
	display: grid;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	align-items: start;
}

.doppelbilder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-row: auto;
	column-gap: 30px;
	row-gap: 30px;
}
.teamviewerlogos {
	display: flex;
	flex-wrap: wrap;
}
.teamviewerlogos div {
	padding: 0 10px 10px;
}
.einleitung {
	display: grid;
	grid-template-columns: 1fr 40%;
	grid-template-row: auto;
	column-gap: 10px;
	row-gap: 0px;
	padding-bottom: 30px;
}
.einleitung .text {
	padding: 30px;
	background-color: #eef6e5;
	color: #000;
}
.einleitung .bild {
	grid-area: 1 / 2 / auto / auto;
}

.angebot {
	display: grid;
	grid-template-columns: 1fr 1fr  ;
	grid-gap: 1em;
	margin-bottom: 2em;
}
.angebot div {
	background-color: #f0f0f0;
	padding: 20px 20px 0;
}
.angebot div h3 {
	background-color: #80ba24;
	color: #fff;
	padding: 10px 20px;
	margin: -20px -20px 10px;
	font-weight: normal;
	font-style: normal;
}

.ansprechpartner {
	display: grid;
	grid-template-columns: 250px 1fr;
	grid-template-row: auto;
	align-items: stretch;
}
.ansprechpartner .text {
	background-color: #eff6e6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2em;
}
.logos {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	text-align: center;
	grid-gap: 0.5em;
	align-items: center;
	line-height: 1.3em;
}
.logos > div {
	border: 3px solid #cdcdcd;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
}
.logos img {
	width: auto;
	height: auto;
	max-height: 150px;
	max-width: 170px;
	margin-bottom: 10px;
}
.logos p {padding: 0;}

.logos p a {
	font-size: 0.8em;
}
@media (max-width: 767px) { 
	.einleitung, .angebot, .ansprechpartner, .elemente  {
		grid-template-columns: 1fr;
	}
	.einleitung .bild {
		grid-area: auto;
}
	.logos {
		display: grid;
		grid-template-columns: 1fr;
	}
	
}
	
	
	
