html {
	overflow-x: hidden;
	overflow-y: scroll;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Gravag Font bold", Helvetica, Arial, sans-serif;
	margin-top: -0.15em;
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 1.2em;
	color: #000;
}

h3, .h3 {
	font-size: 1.25em;
	text-transform:uppercase;
}

h3.blue,h2.blue{
	color:#4A96D2;

}

.white {
	color: white;
}

.owl-theme .item {
	padding: 0px;
}

.v-none {
	visibility:hidden;
}

.btn-primary,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus {
	color: #4A96D2;
	border-color: #4A96D2;
	background-color: #ffffff;
	outline: none;
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:focus:hover,
.btn-primary.focus:hover {
	color: white;
	border-color: #4A96D2;
	background-color: #4A96D2;
	outline: none;
}

.btn-white {
	color: white;
	border-color: white;
	/*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);*/

}

.btn-white:hover {
	background-color: #fff;
	border-color: #fff;
	color:#000;
	text-shadow: none;
}

.buttons-row {
	margin:16px 21px 16px 21px;
}


.navbar-topmenu .dropdown-menu > .active > a, .navbar-topmenu .dropdown-menu > .active > a:hover, .navbar-topmenu .dropdown-menu > .active > a:focus {
	color: #4A96D2 !important;
	background-color: transparent;
}

.text-white {
	color: white;
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
	top:50%;
	margin:0 2%;
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-next:hover {
	/*background: url(/fileadmin/assets/img/button_prev.svg) no-repeat transparent;*/
	background: none;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.owl-theme .owl-nav .owl-prev:hover {
	background-color: #fff;
	/*background: url(/fileadmin/assets/img/button_prev_hover.svg) no-repeat #fff;*/
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.owl-theme .owl-nav .owl-next:hover {
	background-color: #fff;
}

.owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	margin-left: -20px;
	display: block !important;
	border:0px solid black;
}

.owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	right: -25px;
	display: block !important;
	border:0px solid black;
}
.owl-prev i, .owl-next i {
	transform: scale(1.5);
	color: #fff;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.owl-next i {
	margin: 10px 0px 10px 2.5px;
}

.owl-prev i:hover, .owl-next i:hover,.owl-prev:hover i, .owl-next:hover i  {
	color: #000;
	box-shadow: none;
}


.button-secondary:hover{
	color:white;
	background-color: #4A96D2;
}

.button-primary:hover{
	color:#fff;
	background-color: #3178AF;
	border-color: #4A96D2;
}

.button-secondary{
	color: #4A96D2;
	border-color: #4892CC;
	/*margin-top: 1em;*/
	/*padding: 1em;*/
	font-size: 1em;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	/*margin-bottom: 0;*/
	font-weight: 300;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #4A96D2;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding:10px 20px;
	margin:2em auto;
	/*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);*/
}

.vh-100 {
	height: 100vh !important;
	height: calc(var(--vh, 1vh) * 100) !important;
}

.vh-20 {
	height: 20vh !important;
	height: calc(var(--vh, 1vh) * 20) !important;
}

.vh-30 {
	height: 30vh !important;
	height: calc(var(--vh, 1vh) * 30) !important;
}

.vh-50 {
	height: 50vh !important;
	height: calc(var(--vh, 1vh) * 50) !important;
}

.button-primary{
	color: #4892CC;
	background-color: white;
	border-color: #4A96D2;
	/*margin-top: 1em;
	padding: 1em;*/
	font-size: 1em;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	/*margin-bottom: 0;*/
	font-weight: 300;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #4A96D2;
	border-top-color: #4A96D2;
	border-right-color: #4A96D2;
	border-bottom-color: #4A96D2;
	border-left-color: #4A96D2;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding:10px 20px;
	margin:2em auto;

}

.btn, .button-secondary, .button-primary {
	font-weight: 700;
	margin-top: 1em;
	padding: 0.9em 1.20em;
	font-size: 1.1em;
	transition: all 0.3s ease-in-out;
	line-height: 23.4px;

}


.frame-content-element {
	max-width:1340px;
	margin-left:auto;
	margin-right:auto;
}

.frame-narrowbox {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.frame-whitebox {
	background-color:white;
}

.frame-graubox {
	background-color: #E7E9E9;
}

.xxxrow > div {
	margin:32px 10px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	/*position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;*/
}

@media (min-width: 992px) {
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.col-sm-4 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0px;
	padding:32px 20px;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.h-100 {
	height: 100% !important;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: inherit;
	font-weight: inherit;
}

.ce-gallery figure {
	display: table;
	margin: 0;
}

.ce-left .ce-gallery, .ce-column {
	float: left;
}

.ce-gallery img {
	display: block;
}

.float-none {
	float: none !important;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
	overflow: hidden;
}

.w-100 {
	width: 100% !important;
}

.w-50 {
	width: 50% !important;
}

.w-md-50 {
	width: 50% !important;
}

@media (max-width: 960px) {
	.w-md-50 {
		width: 100% !important;
	}

	.w-md-100 {
		width: 100% !important;
	}

	.h-md-auto {
		height:auto;
	}
}

.w-46 {
	width: 46% !important;
}

.w-30 {
	width: 30% !important;
}

@media (min-width: 960px) {
	.w-auto {
		width: auto !important;
	}
}

@media (min-width: 992px) {
	.pl-md-5 {
		padding-left:5em !important;
	}
}

@media (max-width: 992px) {
	.pl-sm-1 {
		padding-left:1em !important;
	}
}

.frame-space-before-extra-small {
	margin-top:10px;
}
.frame-space-before-small {
	margin-top:20px;
}
.frame-space-before-medium {
	margin-top:40px;
}
.frame-space-before-large {
	margin-top:80px;
}
.frame-space-before-extra-large {
	margin-top:160px;
}

.frame-space-after-extra-small {
	margin-bottom:10px;
}
.frame-space-after-small {
	margin-bottom:20px;
}
.frame-space-after-medium {
	margin-bottom:40px;
}
.frame-space-after-large {
	margin-bottom:80px;
}
.frame-space-after-extra-large {
	margin-bottom:160px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.order-md-first {
	-ms-flex-order: -1;
	order: -1;
}

@media (min-width: 960px) {
	.displayformorethan960 {
		display:block;
	}
	.hideformorethan960 {
		display:none;
	}
}

@media (max-width: 959px) {
	.displayformorethan960 {
		display:none;
	}
	.hideformorethan960 {
		display:block;
		margin: 0 -20px;
	}
	.order-mobile-first {
		-ms-flex-order: -1;
		order: -1;
	}
}

@media (min-width: 768px) {
	.displayformorethan768 {
		display:block;
	}
	.hideformorethan768 {
		display:none;
	}
}

@media (max-width: 767px) {
	.displayformorethan768 {
		display:none;
	}
	.hideformorethan768 {
		display:block;
		margin: 0 -20px;
	}
}

.wideteaser-center {
	position: absolute;
/*	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;*/
	top: 50%;
	left: 25%;
	transform: translate(-10%,-50%);
}

.menu-2 {
	border:0px;
	box-shadow: inset 0px 16px 10px -5px rgba(0,0,0,0.1);
	margin-top: 1.2em;
}

.navbar-topmenu .menu-2  li a {
	padding: 1em 2em;
	width: 100%;
	color: #333333;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: transparent;
	color:#4A96D2;
}

.navbar-topmenu > ul > li > a:hover, .navbar-topmenu > ul > li > a.active  {
	color:#4A96D2;
}

.topmenu-blue  {
	color:#4A96D2 !important;
}

.navbar-topmenu .dropdown i {
	font-size: 12px;
	padding: 0 10px;
	line-height: 25px;
	vertical-align: top;
}

.breadcrumb {
	display:none;
}

.frame-type-text::before,.frame-type-text::after,.frame-graubox::before,.frame-graubox::after {
	content: "";
	height: 3em;
	display: block;
}

.textimageelementtextmargin {
	padding:2em
}

.navbar-toggle {
	margin-right: 0px;
}


.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 9px;
}



.navbar-default .navbar-toggle .icon-bar {
	background-color: black;
}


.navbar-toggle {
	border: none;
	background: transparent !important;
}
.navbar-toggle:hover {
	background: transparent !important;
}
.navbar-toggle .icon-bar {
	width: 32px;
	height: 2px;
	transition: all 0.2s;
}
.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 0% 0%;
	background-color: #E62325;
}
.navbar-toggle .middle-bar {
	opacity: 0;
}
.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 0% 90%;
}
.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
	background-color: black;
;
}
.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
	background-color: black;
}
.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
	background-color: black;
}

a {
	color: #4A96D2;
	text-decoration: none;
}

a:hover {
	color: #4A96D2;
}

.focuspoint {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.focuspoint img {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	/* fill and maintain aspect ratio */
	width: auto; height: auto;
	min-width: 100%; min-height: 100%;
	max-height: none; max-width: none;
}

.owl-item-text {
	padding:10%;
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
	background-color: transparent;
	border:1px solid #fff;
}

.menu-overlay.show {
	display: block;
}
.menu-overlay {
	background: rgba(47,50,52,.5);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0px;
	display: none;
	z-index: 999;
}

.textimageelementtextmargin .button-secondary {
	margin:0px;
}

.gauge-button {
	cursor: pointer;
}

.navbar-topmenu, .navbar-button {
	top: 35px;
}

.content-wrapper {
	padding-top:120px;
}

.keyvisual-shadow {
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.teaserboxes-element .button-secondary, .teaserboxes-element .button-primary {
	margin-top:0px;
	margin-bottom:0px;
}

@media (max-width: 1399px) {
	html, body {
		font-size: 0.94rem;
	}
	.navbar {
		height: 120px;
	}
}

.ratio-container {
  position: relative;
  height: auto !important;
}

.ratio-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  content: "";
}

.ratio-howitworks-wide:after,
.ratio-howitworks:after {
  padding-bottom: 47.22%;
}

.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.position-relative {
	position: relative !important;
}

 .image-box .ratio-container .img-fluid {
	-o-object-fit: cover;
	object-fit: cover;
}

.list-type-templategravag_wideteaserelement .wrapper-inner {
	position:relative;width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.list-type-templategravag_wideteaserelement .text {
	position: relative;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	display: flex;
	padding: 5%;
}

.col-12 {
	width: 100%;
}

@media (max-width: 960px) {

	.ratio-howitworks:after {
	  padding-bottom: 70%;
	}

/*	.content-wrapper {
		padding-top:60px;
	}*/

	.container-text {
		padding-left: 20px;
		padding-right: 20px;
	}

	.thermo-footer .row > div {
		margin-bottom:0px;
	}
	.thermo-footer>.container {
		padding-left: 0px;
	}

	.thermo-footer .container {
		padding-bottom: 0px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 40px;
	}

	.thermo-footer img {
		width: 100%;
		/*height: auto;*/
	}

	.col-md-12 {
		width: 100%;
	}

	.thermo-footer {
		padding-bottom: 40px;
		background-size: contain;
		background-position: bottom center;
	}

	.list-type-templategravag_teaserboxes::before, .list-type-templategravag_teaserboxes::after {
		height:1em;
	}
	.teaserboxes-element .button-secondary, .teaserboxes-element .button-primary {
		margin-top:0px;
		margin-bottom:0px;
	}

	.teaserboxes-element .card {
		margin-left:0;
		margin-right:0;
	}

	.teaserboxes-element .row > div {
		margin-bottom:20px;
	}


	/*.navbar {
		height: 60px;
	}*/

	.owl-item-text {
		padding:0 15px;
	}

	.navbar-topmenu, .navbar-button {
		top: 8px;
		right: 10px;
	}

	h2, .h2 {
		font-size: 1.75em;
	}


	.thermo .navbar-brand > img {
		height: 40px;
		margin-top: 0px;
		/*margin-left: 0.55em;*/
	}

	.thermo .mainmenu ul {
		list-style: none;
		/*padding:0;*/
	}
	.thermo .mainmenu li {
		padding: 0.5em 0em;
	}
	.thermo .mainmenu a {
		/*color:#4A96D2;*/
		/*font-family: "Gravag Font bold", Helvetica, Arial, sans-serif;*/
		font-size: 1.3em;
		padding:0;
	}
	.thermo .mainmenu .menu2 a {
		color:#4A96D2;
		font-family: "Gravag Font", Helvetica, Arial, sans-serif;
		font-size: 1.15em;
	}

	.thermo .mainmenu {
		padding: 17px 40px 0px 0px;
		/*box-shadow: inset 0px 16px 10px -5px rgba(0,0,0,0.1);*/
	}

	.thermo #main-navbar-collapse .navbar-header-thermo ul {
		text-align:left;
		margin:2em 2em 2em 2em;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.thermo #main-navbar-collapse .navbar-header-thermo ul li {
		margin: 0;
	}
	.thermo #main-navbar-collapse .navbar-header-thermo {
		display:block;
	}

	.thermo .mainmenu .menu2 {
		padding-left:4.5em;
	}

	.frame-narrowbox, .card {
		margin: 0 1em;
	}

	.card {
		margin: 0 2em;
	}

	.wideteaser-center {
		position:absolute;
		top: 50%;
		left:50%;
		transform: translate(-50%,-50%);
		width:90%;
	}

	.ce-left .ce-gallery {
		order:2;
	}

	.frame-content-element {
		margin:0 1em;
	}

	.textimageelementtextmargin {
		padding:0em;
		padding-top:2em;
	}

	.bg-bright .textimageelementtextmargin, .frame-graubox .textimageelementtextmargin {
		padding-left: 2em;
		padding-right: 2em;
	}

	.owl-carousel .owl-item img {
		display: block;
		width: auto;
		/*max-height: 360px;*/
	}

	.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
		width:32px;
		height:32px;
	}

	.owl-prev i, .owl-next i {
		transform: scale(1.3);
		margin: 6px 3px 0px 0;
	}

	.owl-next i {
		margin: 6px 0px 0px 2px;
	}

	.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
		top: 80%;
		margin: 0 2%;
	}

	.owl-theme .owl-nav .owl-prev {
		right: 60px;
		left: auto;
	}

	.owl-nav {
		/*display:none;*/
	}

	.thermo-footer {
		/*
		background-size: cover;
		background-image: url("/fileadmin/assets/img/footer_background_mobile.png");*/
	}

	.buttons-row {
		margin:10px 15px 10px 15px;
	}


	.frame-space-before-extra-small {
		margin-top:10px;
	}
	.frame-space-before-small {
		margin-top:20px;
	}
	.frame-space-before-medium {
		margin-top:20px;
	}
	.frame-space-before-large {
		margin-top:40px;
	}
	.frame-space-before-extra-large {
		margin-top:100px;
	}

	.frame-space-after-extra-small {
		margin-bottom:10px;
	}
	.frame-space-after-small {
		margin-bottom:20px;
	}
	.frame-space-after-medium {
		margin-bottom:20px;
	}
	.frame-space-after-large {
		margin-bottom:40px;
	}
	.frame-space-after-extra-large {
		margin-bottom:100px;
	}


}

@media (max-width: 576px) {
	.ratio-howitworks-wide-mobile:after {
		padding-bottom: 32%;
	}
}

.wide-teaser-image {
	width: 100%;
	height:100%;
	object-fit:cover;
}

.ml-0 {
	margin-left: 0 !important;
}

.stoerer-wrapper {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
.stoerer-wrapper .content-wrapper {
	padding:0;
	position:relative;
	padding-bottom:56.25%
}
.stoerer {
	position:absolute;
	background: #ffffff;
	box-shadow:-15px -7px 0 -5px #ff001b,15px 7px 0 -5px #4A96D2;
	border:3px dashed #fff;
	width:160px;
	height:160px;
	border-radius:50%;
	color: #000000;
	transform:rotate(-5deg) scale(1);
	z-index:1;
	transition:transform .35s cubic-bezier(.445,.385,0,1.025),box-shadow .35s ease-in-out
}

.stoerer-top-right {
	right:10%;
	top:15%;
}

.stoerer-top-left {
	left:10%;
	top:15%;
}

.stoerer-bottom-left {
	left:10%;
	bottom:15%;
}

.stoerer-bottom-right {
	right:10%;
	bottom:15%;
}

@media (max-width: 960px) {
	.stoerer-top-right, .stoerer-top-left, .stoerer-bottom-right, .stoerer-bottom-left {
		right:unset;
		top:5% !important;
		bottom: unset;
		left: 5% !important;
	}
}


.stoerer .stoerer-content {
	padding:1rem;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	font-size:1.65rem;
	/*text-transform:uppercase;
	font-weight:700*/
	color:black;
	font-size:1.5rem;
}
.stoerer .full-link {
	z-index:2;
	color: #ffffff
}
.stoerer:before {
	content:"";
	width:168px;
	height:168px;
	border-radius:50%;
	background:transparent;
	/*border:2px dashed rgba(255,0,27,.5);*/
	position:absolute;
	top:-7px;
	left:-7px;
	opacity:0;
	transition:all .35s ease-in-out;
	animation:rotate_border 6.3s linear infinite
}
.stoerer:hover {
	transform:rotate(-15deg) scale(1.2);
	box-shadow:0 0 0 0px #ff001b,9px 9px 35px -10px rgba(0,0,0,0)
}
.stoerer:hover:before {
	opacity:1;
	width:186px;
	height:186px;
	top:-16px;
	left:-16px
}

.list-type-templategravag_heroheaderelement .row > div {
	margin:0
}

.imagetitle-title {
	position:absolute;
	left:5%;
	bottom:5%;
	color: white;
}

.imagetitle-title h2 {
	color: white;
}

@media (max-width: 576px) {
	.imagetitle-title h2 {
		font-size: 120%;
	}
}

.container-templategravag_imagegridelement .image-box .ratio-container::after {
	padding-bottom: 512px;
}

@media (min-width: 768px) {
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important;
	}
}

@media (min-width: 768px) {
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important;
	}
}

.imagegrid-wrap {
	position:absolute;
	width:80%;
	height:80%;
	z-index:1;
}

.container-templategravag_imagegridelement .row > div {
	margin-bottom:0px !important;
}

@media (max-width: 640px) {
	.container-templategravag_imagegridelement .col-sm-12 {
		width: 100%;
		padding-left: 10px !important;
	}


	.container-templategravag_imagegridelement .row > div {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 640px) {
	.container-templategravag_imagegridelement .row > div {
		margin-bottom: 20px !important;
	}
	.container-templategravag_imagegridelement .col-sm-12 {
		padding-left: 10px !important;
	}

}

.imagegrid-wrap.stoerer-top-right {
	right:7%;
	top:7%;
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	text-align: right;
}

.imagegrid-wrap.stoerer-top-left {
	left:7%;
	top:7%;
}

.imagegrid-wrap.stoerer-bottom-left {
	left:7%;
	bottom:7%;
	align-items: end !important;
}

.imagegrid-wrap.stoerer-bottom-right {
	right:7%;
	bottom:7%;
	align-items: end !important;
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	text-align: right;
}

.imagegrid-wrap .imagegrid-content {
	color:white;
}
.stoerer .full-link {
	z-index:2;
	color: #ffffff
}

/* must be on end */

.pr-0, .px-0 {
	padding-right: 0 !important;
}
.p-0 {
	padding: 0 !important;
	padding-right: 0px;
}

.m-0 {
	margin:0 !important;
}

.pl-5 {
	padding-left:5em !important;
}

.pl-0 {
	padding-left:0 !important;
}

.pr-0 {
	padding-right:0 !important;
}

.pt-5 {
	padding-top:5em !important;
}

.pt-4 {
	padding-top:4em !important;
}

.pt-3 {
	padding-top:3em !important;
}

.pt-2 {
	padding-top:2em !important;
}

.pt-1 {
	padding-top:1em !important;
}

.container-templategravag_imagegridelement .item-link:hover img {
	transform: scale(1.1);
	opacity: 0.5;
	filter: brightness(100%);
}

.container-templategravag_imagegridelement .item-link img {
	transition: all ease 0.5s;
	filter: brightness(50%);
}

.container-templategravag_textimagelinkelement .item, .container-templategravag_textborderelement .item , .container-templategravag_teamelement .item-wrap {
	border:1px solid #4A96D2;
}

.container-templategravag_textimagelinkelement .image-box .ratio-container::after {
	padding-bottom: 330px;
}

.container-templategravag_textimagelinkelement .item, .container-templategravag_textborderelement .item , .container-templategravag_teamelement .item-wrap {
	padding:45px;
}

.container-templategravag_textimagelinkelement .wrap, .container-templategravag_textborderelement .wrap, .container-templategravag_teamelement .wrap {
	margin-top:1rem;
}

.container-templategravag_textimagelinkelement .row > div, .container-templategravag_teamelement .row > div {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.container-templategravag_teamelement .row > div {
	margin-top: 30px;
}

.container-templategravag_textborderelement .item {
	padding-top:65px;
}

.container-templategravag_textborderelement .svg-icon {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 30px;
	top: -50px;
	background-color: white;
	border-left: 15px solid white;
	border-right: 15px solid white;
}

.container-templategravag_textborderelement .row > div {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

.container-templategravag_teamelement .image-box .ratio-container::after {
	padding-bottom: 530px;
}

.container-templategravag_teamelement .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.container-templategravag_teamelement .image-box {
	width: 100%;
}

@media (max-width: 640px) {
	.container-templategravag_teamelement .col-sm-12 {
		width: 100%;
	}
}

.container-templategravag_teamelement .item {
	padding:0 10px
}

.container-templategravag_teamelement .text-block1 {
	background-color: white;
	padding: 8px 7.5px;
	color: #E30613;
	font-weight: 700;
}

.container-templategravag_teamelement .text-block2 {
	background-color: white;
	padding: 8px 7.5px;
/*	color: #E30613;
	font-weight: 700;*/
}

.container-templategravag_teamelement .item-wrap2 {
	padding: 5%;
}

/* slider */

.container-templategravag_sliderelement .image-box .ratio-container::after {
	padding-bottom: 300px;
}

.container-templategravag_sliderelement .owl-nav {
	display:none;
}

.container-templategravag_sliderelement .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: black;
}

.container-templategravag_sliderelement .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 4px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 10px;
	border: solid 0px #969696;
	background-color: #969696;
}

.container-templategravag_sliderelement .owl-dots {
	margin-top: 1rem;
	text-align:left;
	padding-left:50%
}

.container-templategravag_sliderelement .owl-theme .item {
	padding: 0px 20px;
}

@media (max-width: 767px) {
	.container-templategravag_sliderelement .col-sm-12 {
		width: 100%;
	}
}

/* quote slider */

.container-templategravag_quotesliderelement .image-box .ratio-container::after {
	padding-bottom: 300px;
}

.container-templategravag_quotesliderelement .owl-nav {
	display:none;
}

.container-templategravag_quotesliderelement .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: black;
}

.container-templategravag_quotesliderelement .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 4px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 10px;
	border: solid 0px #969696;
	background-color: #969696;
}

.container-templategravag_quotesliderelement .owl-theme .item {
	padding: 0px 20px;
}

.container-templategravag_quotesliderelement .owl-theme .owl-dots, .container-templategravag_quotesliderelement .owl-theme .owl-nav {
	text-align: left;
	-webkit-tap-highlight-color: transparent;
}

.container-templategravag_quotesliderelement.container {
	width:100% !important;
	/*background-color: #E7E9E9;*/
	padding:0;
}

.frame-whitebg {
	background-color: white;
}

.frame-lightbg {
	background-color: #E7E9E9;
}

/* team slider */

.container-templategravag_teamelement .image-box .ratio-container::after {
	padding-bottom: 300px;
}

.container-templategravag_teamelement .owl-nav {
	display:none;
}

.container-templategravag_teamelement .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: black;
}

.container-templategravag_teamelement .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 4px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 10px;
	border: solid 0px #969696;
	background-color: #969696;
}

.container-templategravag_teamelement .owl-theme .item {
	padding: 0px 20px;
}

.container-templategravag_teamelement .owl-theme .owl-dots, .container-templategravag_teamelement .owl-theme .owl-nav {
	text-align: right;
	-webkit-tap-highlight-color: transparent;
}

.container-templategravag_teamelement.container {
	width:100% !important;
	background-color: #E7E9E9;
	padding:0;
}

.talk-bubble {
	/*margin: 40px;*/
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	/*background-color: lightyellow;*/
	border-top: 2px solid #4A96D2;
	border-bottom: 2px solid #4A96D2;
	color: #4A96D2;
	font-size: 24px;
	margin-bottom: 50px;
}

.tri-right.border.btm-left-in::before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 32px;
	right: auto;
	top: auto;
	bottom: -30px;
	border: 15px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-color: #4A96D2 #4A96D2 transparent transparent;
}

.talktext {
	padding: 1em 0;
	text-align: left;
	line-height: 1.5em;
}

.tri-right.btm-left-in::after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 26px;
	bottom: -25px;
	right: auto;
	top: auto;
	border: 17px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-color: #edf2f3 #edf2f3 transparent transparent;
}

.bg-transparent {
	background-color: transparent;
}

.container-templategravag_sectionelement .iconlabelred {
	color:#E30613;
	font-weight: 700;
}
.container-templategravag_sectionelement .svg-icon {
	width: 120px;
	height: 100px;
	/*position: absolute;*/
	left: 30px;
	top: -50px;
	background-color: white;
	border-left: 15px solid white;
	border-right: 15px solid white;
}

.container-templategravag_sectionelement .talk-bubble {
	/*margin: 40px;*/
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	/*background-color: lightyellow;*/
	border-top: 2px solid #4A96D2;
	border-bottom: 2px solid #4A96D2;
	color: #4A96D2;
	font-size: 24px;
	margin-bottom: 50px;
}

.container-templategravag_sectionelement .tri-right.border.btm-left-in::before {
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	right: auto;
	top: auto;
	bottom: -40px;
	border: 20px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-color: #4A96D2 transparent transparent #4A96D2;
}

.container-templategravag_sectionelement .talktext {
	padding: 1em 0;
	text-align: left;
	line-height: 1.5em;
}

.container-templategravag_sectionelement .tri-right.btm-left-in::after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 32px;
	bottom: -35px;
	right: auto;
	top: auto;
	border: 19px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-color: white transparent transparent white;
}

.container-templategravag_sectionelement .tri-left.border.btm-left-in::before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	right: auto;
	top: auto;
	bottom: -40px;
	border: 20px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-color: #4A96D2 #4A96D2 transparent transparent;
}

.container-templategravag_sectionelement .tri-left.btm-left-in::after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	bottom: -35px;
	right: auto;
	top: auto;
	border: 19px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-color: white white transparent transparent;
}


.container-templategravag_sectionelement.container {
	width:100% !important;
	padding:0;
}

.container-templategravag_sectionelement .bg {
	position: absolute;
	width: 200vw;
	height: 100%;
	left: -100vw;
	z-index: -1;
	top: 0;
	background-size: contain;
	background-position-x: center;
	background-position-y: bottom;
}

.container-templategravag_sectionelement .btn {
	margin:0 1rem;
}

@media (max-width: 640px) {
	.container-templategravag_sectionelement .frame-content-element {
		padding: 20px
	}

	.container-templategravag_sectionelement .section-icons .svg-icon {
		width: 100px;
		height:100px;
		border-left: 5px solid white;
		border-right: 5px solid white;
	}

	.container-templategravag_sectionelement .section-icons>div {
		flex-wrap: wrap;
		/*justify-content: center !important;*/
	}

	.container-templategravag_sectionelement .iconlabelred {
		/*font-size: 0.75rem;*/
	}

}

@media (max-width: 320px) {
	.container-templategravag_sectionelement .section-icons .svg-icon {
		width: 100px;
		/*height:unset;*/
		border-left: 5px solid white;
		border-right: 5px solid white;
	}
	.container-templategravag_sectionelement .section-icons>div {
		/*flex-wrap: nowrap;*/
		/*justify-content: center !important;*/
	}

	.container-templategravag_sectionelement .iconlabelred {
		font-size: 0.65rem;
		word-break: break-all;
	}

	.container-templategravag_sectionelement .btn {
		margin:0;
	}


}

.container-templategravag_completecarefreepackageelement .iconlabelred {
	color:#E30613;
	font-weight: 700;
}
.container-templategravag_completecarefreepackageelement .svg-icon {
	width: 120px;
	height: 100px;
	/*position: absolute;*/
	left: 30px;
	top: -50px;
	/*background-color: white;
	border-left: 15px solid white;
	border-right: 15px solid white;*/
}

@media (min-width: 1400px) {
	.container-templategravag_imagegridelement,
	.container-templategravag_completecarefreepackageelement.container {
		width: 1580px;
	}
	.container-templategravag_completecarefreepackageelement .frame-content-element,
	.container-templategravag_imagegridelement .frame-content-element {
		max-width: 1580px;
	}
	.container-templategravag_completecarefreepackageelement header {
		width: 1380px;
		margin-right: auto;
		margin-left: auto;
	}
}

.break {
	flex-basis: 100%;
	height: 0;
}

@media (max-width: 1400px) {
	.break {
		flex-basis: 0%;
		height: 0;
		display:none;
	}
}

.thermo-contact-form {
	background-image: url(/typo3conf/ext/template_gravag/Resources/Public/Images/bg-form.png);
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.thermo-contact-form label {
	display:none;
}

.thermo-contact-form input, .thermo-contact-form textarea {
	 border:0px;
	padding: 30px 25px;
 }

.thermo-contact-form .col-lg-6 {
	/*padding:0 15px;*/
}
.thermo-contact-form .col-lg-6 .input {
	padding: 0 50px 0 50px;
	/*margin-left: -20px;*/
}

.thermo-contact-form header h1, .thermo-contact-form header h2, .thermo-contact-form header h3 {
	color: white
}

.thermo-contact-form .row > div {
	margin: 0;
}
.thermo-contact-form .container-form_formframework .col-lg-12 .form-group .input {
	/*padding: 0 65px;*/
	/*margin:0 50px;*/
}

.container.container-form_formframework .form-horizontal {
/*	max-width:1580px;*/
	margin: 0 10px;
}

.thermo-contact-form .row .col-lg-6:nth-child(even) .input {
	padding-right:0;
}

.thermo-contact-form .row .col-lg-6:nth-child(odd) .input {
	padding-left:0;
}


@media (min-width: 1400px) {
	.thermo-contact-form  .container {
		/*width: 100%;
		max-width: 1580px;*/
		width: 100%;
		max-width: 1430px;
	}
	.thermo-contact-form header, .thermo-contact-form .bodytext, .container-templategravag_imagegridelement header, .container-templategravag_imagegridelement .bodytext {
		/*width: 1380px;*/
		margin: 0 auto;
	}

	.thermo-contact-form .bodytext .text-right {
		/*margin-right: -5%;*/
	}
}

@media (max-width: 1400px) {
	.thermo-contact-form .col-lg-6 .input {
		padding: 0;
		/*margin-left: -20px;*/
	}

}

.thermo-contact-form .bodytext {
	color: white;
	margin-bottom: 15px;
}

.thermo-contact-form .btn-primary {
	color: white;
	border-color: white;
	background-color: unset;
}

.thermo-contact-form .btn-primary:hover {
	background-color: #fff;
	border-color: #fff;
	color:#000;
	text-shadow: none;
}

.thermo-contact-form .form-horizontal .btn-group, .form-navigation {
	text-align: right;
	margin: 0 -5px;
}

/* custom file input START */

.custom-file {
	position:relative;
	display:inline-block;
	width:100%;
	height:40px;
	margin-bottom:0
}
.custom-file-input {
	position:relative;
	z-index:2;
	width:100%;
	height:40px;
	margin:0;
	overflow:hidden;
	opacity:0
}
.custom-file-input:focus~.custom-file-label {
	border-color:#2dc6d6;
	box-shadow:0 0 0 .2rem rgba(45,198,214,.25)
}
.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
	background-color:#f4f4f4
}
.custom-file-input:lang(en)~.custom-file-label::after {
	content:" "
}
.custom-file-input~.custom-file-label[data-browse]::after {
	content:attr(data-browse)
}
.custom-file-label {
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:1;
	height:60px;
	/*padding:.27778rem .88888rem;*/
	overflow:hidden;
	font-weight:400;
	line-height:1.1875;
	color:#999;
	background-color:#fff;
	/*border:1px solid #ced1d2;*/
	border-radius:0;
	/*box-shadow:inset 0 1px 1px rgba(0,0,0,.075)*/
	padding: 22px 70px;
}
.custom-file-label::after {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	z-index:3;
	display:block;
	height:calc(1.1875em + .55556rem);
	padding:.27778rem .88888rem;
	line-height:1.1875;
	color:#000;
	content:" ";
	background-image: url(/typo3conf/ext/template_gravag/Resources/Public/Images/file-upload-image.png);
	background-color:#f4f4f4;
	border-left:inherit;
	border-radius:0;
	height: 64px;
	width: 60px;
}

.custom-file-label {
	display:block !important;
}

/* custom file input END */

.container-templategravag_entrypageelement.container {
	width:100% !important;
	padding:0;
}

.container-templategravag_textimagebackgroundelement.container {
	width:100% !important;
	padding:0;
}

.thermo-entry-page-layout .content-wrapper {
	padding-top: 0px !important;
}

.container-templategravag_entrypageelement .circle-playstop {
	top: 90%;
	width: 46px;
	height: 46px;
	left: 5%;
	position: absolute;
	z-index: 2;
}

.container-templategravag_entrypageelement .fa {
	padding-right: 0px;
}

.container-templategravag_entrypageelement .iconlabelred a,.container-templategravag_entrypageelement .iconlabelred {
	color:white;
}

.container-templategravag_entrypageelement .iconlabelred {
	padding-top:1rem;
}

@media (min-width: 576px) {
	.container-templategravag_entrypageelement .d-md-inline {
		display: inline !important;
	}
}

@media (max-width: 576px) {
	.container-templategravag_entrypageelement .d-none {
		display:block;
		visibility: hidden;
		height:0px;
	}
}

.rounded-circle {
	border-radius: 50% !important;
}

.m-auto {
	margin: auto !important;
}

/* menu START */

.thermo .navbar-topmenu, .thermo .navbar-header-thermo {
	display:none;
}

.thermo .navbar-button, .thermo .navbar-toggle {
	display:block;
}

.thermo .navbar-brand {
	padding: 0px 20px;
}

.thermo .btn-menu {
	margin-top: 0rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1.2rem;
}

.thermo .submenu a {
	color: black;
}

.thermo .nav-link {
	margin-bottom: 0.75rem;
}

.thermo .logo-thermo {
	height: 70px !important;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
	padding:0 !important;
}

.thermo .container {
	padding-left: 20px;
	padding-right: 20px;
}

.thermo .navbar-text {
	position: absolute;
	right: 80px;
	color: #de1511;
	font-size: 18px;
	text-align: right;
	top: 37px;
}

.thermo .navbar-text a {
	color: #de1511;
	font-weight: 700;
}

.navbar-text-wrap {

}

.navbar-text-divider.navbar-text-wrap {
	display:none;
	white-space: normal;
}

@media (max-width: 960px) {
	.thermo .navbar-text {
		right: 19px;
		top: auto;
		bottom: 10px;
		width: 50%;
		white-space: nowrap;
	}

	.thermo .navbar {
		border:0;
	}

	.showed_menu {
		left: 15px !important;
		right: auto !important;
		top: 40px !important;
		text-align: left !important;
	}

	.navbar-text-divider {
		/*display:none;*/
	}

}

@media (max-width: 400px) {
	.navbar-text-divider {
		display:none;
	}
	.thermo .navbar-text {
		width:95%;
		display:none;
	}
	.thermo .navbar-text.showed_menu {
		display:block;
		white-space: normal;
	}
}

.thermo .hideformorethan960 {
	margin:0;
}

.thermo .mobile-menu .redbold {
	margin-bottom:2rem;
}

.thermo .btn-menu-mobile {
	flex:1 0 0;
	padding: 0 10px;
}

/* menu END */

.redbold {
	color:#E62325;
	font-weight: 700;
}

.thermo-footer .col-12.col-md-4 {
	width:33%
}

@media (max-width: 960px){
	.thermo-footer .col-12.col-md-4 {
		width: 100%;
	}
}

.thermo-footer a {
	color:black;
}

@media (max-width: 960px) {
	.container-templategravag_textimagelinkelement .col-sm-12 {
		width: 100% !important;
	}

	.container-templategravag_imageandtextelement .ce-left .ce-gallery {
		order: -1;
	}

}

@media (min-width: 960px) {
	.col-md-auto {
		width:auto;
	}

	.ml-md-1 {
		margin-left: 1rem !important;
	}

}

@media (max-width: 576px) {
	.ratio-howitworks::after {
		padding-bottom: 150%;
		height: calc(100vh - 120px);
	}

	.stoerer {
		width: 100px;
		height: 100px;
	}

	.stoerer-content {
		font-size:0.8rem !important;
	}
}

.container-templategravag_voucherelement a {
	text-decoration:underline;
}

.container-templategravag_voucherelement .col-md-6 {
	flex:unset;
}