/* ############################################################################################# 
## MAKLERHOMEPAGE-NEU 01 ##################################################################################
############################################################################################# */

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

@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/titillium-web-v9-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v9-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v9-latin-italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
       font-display: swap; 
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v9-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
       font-display: swap; 
}

@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/titillium-web-v9-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v9-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v9-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v9-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v9-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v9-latin-700italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
       font-display: swap; 
}


body {
	font-family: 'Titillium Web', arial, verdana, sans-serif;
	background: url('../../../res/templates/images/bg.jpg') no-repeat rgb(135, 128, 109);
	background-attachment: scroll;
	background-size: auto;
	background-size: 100% 100%;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	font-weight:400;
}
body *{ 
	font-size: 18px;
	color: rgb(39, 39, 39);
}


/* ############################################################################################# 
## HEADLINES ###################################################################################
############################################################################################# */

h1 {
	font-size:40px;
	margin: 25px auto 30px;
	text-transform:uppercase;
    color:rgb(39, 39, 39);
	line-height: 120%;
	max-width:1300px;
	width:94%;
	text-align:center;
	font-weight:700;
}
.defaultheadline {
    text-align: left;
    max-width: 1300px;
	margin: -169px auto 0;
}
.defaultheadline h1 {
	font-size:40px;
	text-transform:uppercase;
    color:#fff;
	background:rgb(135, 128, 109);
	padding:25px 20px;
	text-align: left !important;
	width: auto;
	display: inline-block;
}
.indexheadline {
    position: absolute;
    top: 507px;
    text-align: left;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 1;
}
.indexheadline span.blue {
	color:rgb(255, 104, 1);
}
.indexheadline span {
	background:rgb(135, 128, 109);
    font-size: 50px;
    color: #fff;
    padding: 25px 20px;
	margin: -25px 0 0;
	display: inline-block;
	line-height: inherit !important;
}
h2 {
	font-size:35px;
	margin: 50px 0 25px 0;
    color:rgb(39, 39, 39);
	line-height: 100%;
	font-weight:700;
	text-transform:uppercase;
}
h3 {
	font-size:25px;
	text-transform:uppercase;
	margin:25px 0px 20px 0px;
	font-weight: 700;
	line-height: 120%;
}
#entry h3, .index h3 {
	font-size:25px;
	text-transform:inherit;
	margin:-20px 0px 20px 0px;
}
h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0px 10px;
    line-height: 120%;
    text-transform: none;
}

/* ############################################################################################# 
## GLOBAL THINGS ###############################################################################
############################################################################################# */

a, .link{
	color: rgb(255, 104, 1);
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
content a {
	font-weight:600;
}
a:focus,a:hover,
	.link:focus,.link:hover {
	color: rgb(237, 56, 0);
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding:0;
}
#content ul, #content ol {
	margin: 20px 0;
	padding:0;
}
li {
	padding:5px 0;
	margin: 0 0 0 15px;
	list-style-type:square;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.small p{
	font-size:14px;
}
#content li {
  color: #2f2f2f;
}
li:last-child {
	border:none!important;
}
p, table {
	margin: 0 0 15px;
	width:100%;
	line-height:150%;
}
form {
	margin: 50px 0 15px;
	width:100%;
	line-height:150%;
}
p {
	  -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
strong {
	font-weight:600;	
}
small, small *{
	font-size: 13px;
	display: inline-block;
}
figure {
	margin:0;
	padding:0;
	overflow:hidden;
}
figure img {
	width:100%;
}
.img_mb {
	margin: 0 0 20px;
}
#content figure img {
	-webkit-transition: all 0.3s ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 0.3s ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 0.3s ease-in;
    -moz-transform: scale(1);
    transition: all 0.3s ease-in;
    transform: scale(1); 
	position:relative;	
}
#content figure img:hover {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);   
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
hr {
	background: rgba(0,0,0,0.1);
	height:1px;
	margin:40px 0;
	display:inline-block;
	width:100%;
	border:none;
}
.cms_contentblock {
	max-width:1400px;
	margin:0 auto;
	width: 94%;
	padding: 0 3% 50px;
}
.default .cms_contentblock {
	max-width:1300px;
	margin:0 auto;
	width: 94%;
	padding: 0 3% 50px;
}
.default .cms_contentblock:first-child {
	padding: 20px 3% 50px;
}



/* ############################################################################################# 
## NAVIGATION ##################################################################################
############################################################################################# */
#header #nav_box {
    float:right;
	grid-column: 2 / 4;
	grid-row: 1;
}
#menuToggle input{
	display:none;
}
.black_layer {
		display:none;
}
#menu {
	float:right;
}
nav li {
	float:left;
	margin:0;
	list-style-type:none!important;
	border:none;
	padding:0;
	height:80px;
}
nav li a {
	padding:0 15px;
	line-height:80px;
	height:80px;
	display:block;
	color:rgb(39, 39, 39);
	text-transform:uppercase;
}
nav li a:hover, nav li.active a, nav li a:focus {
	color:rgb(255, 104, 1);
}
nav li.active ul a, nav li ul a:focus {
	color:#fff;
	background:rgb(255, 104, 1);
}
nav li ul {
	display:none;
	position:absolute;	
	width:261px;
	background:rgb(255, 104, 1);
	top:80px;
	margin:0;
	padding:0;
	z-index:1;
	right:0;
}
#navigation li ul li ul {
	top:0;
	right:-260px;
	display:none!important;
}
nav li.cms_nav_li_hover ul {
	display:block;
}
nav li ul li, nav li ul li:last-child {
	float:left;
	width:260px;
	margin:0;
	padding:0;
	border-bottom:1px solid rgba(255,255,255,0.5)!important;
	border-right:1px solid rgba(255,255,255,0.5)!important;
	height:40px!important;
}
nav li ul a {
	color:#fff;
	display:block;
	padding: 5px 15px;
	height:30px!important;
	line-height:30px!important;
	font-size:14px;
	text-transform:inherit;
}
nav li ul a:hover, nav li ul a:focus, nav li ul li.active a {
	background:rgba(255,255,255,0.8);
	color:#2f2f2f;
}
nav li.cms_nav_two_cols > ul {
    width: 522px!important;
}
@media only screen and (max-width: 1100px) {
	#menuToggle {
		display: block;
		position: relative;
		z-index: 1;
		-webkit-user-select: none;
		user-select: none;
		position:absolute;
		right:20px;
		top:28px;
	}
	#menuToggle input {
		display: block;
		width: 40px;
		height: 32px;
		position: absolute;
		top: -7px;
		left: -5px; 
		cursor: pointer;
		opacity: 0;
		z-index: 2; 
		-webkit-touch-callout: none;
	}
	#menuToggle span {
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background: #2f2f2f;
		border-radius: 3px;
		z-index: 1;
		transform-origin: 4px 0px;
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
	}
	#menuToggle span:first-child {
		transform-origin: 0% 0%;
	}
	#menuToggle span:nth-last-child(2) {
		transform-origin: 0% 100%;
	}
	#menuToggle input:checked ~ span {
		opacity: 1;
		transform: rotate(45deg) translate(-2px, -1px);
		background: #232323;
	}
	#menuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}
	#menuToggle input:checked ~ span:nth-last-child(2) {
		transform: rotate(-45deg) translate(0, -1px);
	}
	#menu {
		position: absolute;
		width: auto;
		margin: -100px 0 0;
		padding: 20px;
		padding-top: 125px;
		background: #fff;
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		transform-origin: 0% 0%;
		transform: translate(100%, 0);
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		min-width: 300px;
		box-sizing: border-box;
		right: -25px;
		height:500px;
		overflow-y:scroll;
	}
	.black_layer {
		background: rgba(0,0,0,0.8);
		display:none;
		position: absolute;
		width: 100vw;
		height: 100vh;
		padding: 0;
		margin: -30px 30px 30px -31px;
	}	
	#menuToggle input:checked ~ .black_layer {
		display: block;
		right: -50px !important;
		top: 1px !important;
	}
	#menuToggle input:checked ~ ul {
		transform: none;
		margin: -135px 0 0;
		right: -21px;
	}
	nav {
		margin-top:20px!important;
	}
	nav li ul {
		position:inherit;
		padding:0!important;
		background:none;
		top:0;
		float:none;
	}
	nav li.cms_nav_li_hover {
		height:auto;
		background:rgba(0,0,0,0.05);
		display: block;
	}
	nav li {
		font-size: 20px;
		width:100%;
		float:none;
		border-bottom: 1px solid rgba(0,0,0,0.4);
		height:auto!important;
		padding:0;
		line-height:50px!important;
	}
	nav li a  {
		font-size: 18px;
		padding: 5px 5px 5px 10px;
		line-height:50px!important;
		height:50px!important;
		display: block;
		font-weight:400;
		text-transform: uppercase;
		color:#2f2f2f;
	}
	nav li ul a  {
		line-height:30px!important;
		height:30px!important;
	}
	nav li ul {
		top:0!important;
		}
	nav li ul li {
		border:none!important;
		margin-left:0!important;
		line-height:30px!important;
		height:30px;
	}
	nav li a:hover, nav li a:focus, nav li.active a {
		background:rgba(0,0,0,0.05)!important;
		color:#2f2f2f!important;
	}	
	nav li ul a {
		color:#2f2f2f;
		text-transform:none;
		font-size: 14px;
		padding: 5px 5px 5px 10px !important;
	}
	nav li ul a:hover {
		color:rgb(237, 56, 0)!important;
	}
}



/* ############################################################################################# 
## Inhalt ##################################################################################
############################################################################################# */


/* #### HEADER ############################### */

#wrapper {
	width: 100%;
	margin:0 auto;
	padding:0;
	max-width:1920px;
	position: relative;
	-webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.3);
	}
#header {
	padding:0;
	margin:0;
	background:#fff;
	width:100%;
	max-width:1920px;
	box-sizing:border-box;
	height:80px;
	z-index:2;
	box-sizing:border-box;
	display:grid;
	position:fixed;
}
#logo {
	padding: 25px 20px;
	margin: 0;
	box-sizing: border-box;
	max-width: 400px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background:rgb(135, 128, 109);
	z-index:1;
}
#logo a {
	display:block;
}
#logo a img {
	width:100%;
}
.cms_scroll_header_scrolled {
	-webkit-box-shadow: 0px 10px 7px -8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 7px -8px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 7px -8px rgba(0,0,0,0.2);
}
.cms_scroll_header_scrolled nav li {
	height:80px;
}
.cms_scroll_header_scrolled nav li a{
	height:80px;
	line-height:80px;
}
.cms_scroll_header_scrolled nav li ul {
	top:80px!important;
}

/* #### CONTENT ############################### */
.default {
    padding-top:80px!important;
  	min-height:600px;
}
#content {
	margin:0;
	width: auto;
	padding: 150px 0 50px;
	display:block;
	background:#fff;
}
.index {
	margin:0;
	text-align:center;
}
.index h2 {
	margin:0 auto 25px;
}
#impression {
	margin:0;
	width: 100%;
	display:block;
	padding-top:80px;
	height:400px;
	background-color:rgb(233, 233, 233);
	overflow:hidden;
}
#impression .cms_contentblock {
	width:100%;
	max-width:none;
	padding:0;
	display:inline-block;
	height:400px;
}
#impression p {
	line-height: inherit;
}

/* #### FOOTER ############################### */

#footer {
	margin: 0 auto;
	width: 100%;
	background:rgb(233, 233, 233);
	clear:both;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px;
	grid-auto-rows: minmax(100px, auto);	
	padding:80px 100px;
	box-sizing:border-box;
}
#footer span, #footer li, #footer p, #footer b {
	color:rgb(39, 39, 39);
	font-size:14px;
	padding:0;
}
#footer .kontakt span {
    width: 60px !important;
    display: block;
    float: left;
}
#footer h4 {
	color:rgb(39, 39, 39);
	font-size:18px;
	text-transform:uppercase;
	padding:0;
	margin:0 0 10px;
	font-weight:800;
}
#footer h4:nth-of-type(2) {
	margin:30px 0 10px;
}
#footer ul {
	margin:0;
}
#footer li ul {
	display:none;
}
#footer li {
	list-style-type:none;
	border-bottom:none;
	margin:3px 0!important;
	line-height:20px;
	height:20px;
}
#footer li a {
	font-size:14px;
	padding:0;
	line-height:20px;
	height:20px;
	color:rgb(39, 39, 39);
	text-decoration:underline;
}
#footer li a:hover {
	color:rgb(255, 104, 1);
	text-decoration:none;
}
#footer .partner img {
	max-width: 250px;
}
#copyright {
	width: 100%;
	padding:20px 0;
	margin:0 auto;
	text-align:center;
	color:rgb(39, 39, 39);;
	font-size:12px;
}
#footer .information li:nth-child(1) {
	display:none!important;
}


/* ############################################################################################# 
## Index #######################################################################################
############################################################################################# */

/* ####### SLIDER ########################### */

#slider {
	margin:0;
	width: 100%;
	display:block;
	padding:0;
	height:500px;
	background:rgb(233, 233, 233);;
	position:relative;
	top:80px;
	overflow:hidden;
}
#slider video {
	width:100%;
	height:auto;
	margin-top: -300px;
}
#slider .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left:0;
    background: #2f2f2f;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
#slider
.cms_collectioncontent_slider_bgimage {
    background-position: 66% 0%!important;
}
#slider .cms_contentblock {
    max-width: none;
    margin: 0 auto;
    width: 100%;
    padding:0;
    height:500px;
}
#slider .cms_content h2 {
	margin: 0 0 20px;
	padding:0;
	text-align:right;
	line-height:120%!important;
	font-weight:300;
}
#slider .bx-wrapper .bx-pager, #slider .bx-wrapper .bx-controls-auto {
    bottom: -40px;
	z-index:1!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgb(39, 39, 39);
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item .active {
    background: rgb(255, 104, 1);	
}

/* #### ENTRY ############################### */

#entry {
    background: #fff;
    padding: 0;
    position: relative;
    margin-bottom: 0;
}
#entry h2 {
	margin:0 0 25px;
}

#entry .block {
    position: absolute;
    top: -288px;
    right: 0;
    margin: 0;
    right: 13%;
}
#entry .block .cb_1-2_1-2_right {
    background: rgb(255, 104, 1, 0.8);
    padding: 40px;
	box-sizing: border-box;
}
#entry .block h2 {
    color:#fff;
	font-size:28px;
	  -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
#entry .block li {
    color:#fff;
}

/* #### TEASER ############################### */

#teaser {
	padding:150px 0 100px;	
	background:rgba(255,255,255,0.8);
}
#teaser .flex .cb_1-2_1-2 > div,
#teaser .flex .cb_1-3_1-3_1-3 > div,
#teaser .flex .cb_2-3_1-3 > div,
#teaser .flex .cb_1-3_2-3 > div,
#teaser .flex .cb_1 > div {
	background: rgb(135, 128, 109);;
	padding:0;
	box-sizing:border-box;
	border:none;
}
#teaser .flex .teaserimg {
    width: 30%;
    float: left;
    margin-right: 30px;
    height: 100%;
	min-height: 335px;
}
#teaser .cms_content:nth-child(2),
#teaser .cms_content:nth-child(3) {
    float: left;
    width: calc(70% - 60px);
}
#teaser .flex h3 {
	color:#fff;
	font-size:30px;
}
#teaser .flex p {
	color:#fff;
}

/* #### POPUP-NL ############################### */

.popup {
    margin: 100px calc(50% - 270px)!important;
    width: 540px!important;
	max-width:90%;
	padding:0!important
}
.popup .close {
    margin: 0 0 0 509px !important;
}
.popup iframe {
    width:100%!important;
    height:750px!important;
}
.popup .cms_contentblock {
    max-width: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
  
/* #### ABOUT ############################### */ 

#about {
	padding: 100px 0 75px;
}

/* #### BERATUNG ############################### */

#beratung {
	background: rgb(135, 128, 109);
	padding: 150px 0 50px;
}
#beratung h2 {
	margin:0 auto 25px;
	max-width:1000px;
}
#beratung p {
	max-width:1000px;
	margin:20px auto 40px;
}

/* ############################################################################################# 
## SPECIAL #######################################################################################
############################################################################################# */

/* #### VERSICHERUNGSTEASER ############################### */

.vst {
	width:100%;
	background-color:rgba(0,0,0,0.03);
	border:5px solid rgba(0,0,0,0.05);
	box-sizing:border-box;
	padding:15px 10px 10px;
	margin:0 0 0;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.vst:hover {
	background-color:rgba(0,0,0,0.01);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.vst a {
	display:block;
}
.vst .icon {
	width:50px;
	margin:0 auto 10px;
}
.vst .icon i {
	text-align:center;
	width:50px;
	font-size:30px;
	line-height:50px;
	border-radius:50%;
	color:rgb(135, 128, 109);
	border: 3px solid rgb(135, 128, 109);
}
.vst_name {
	text-align:center;
	font-size:20px;
	padding:10px 0 0;
	height:45px;
	hyphens: auto;
}
.vst_c2a {
	text-align:center;
	font-size:18px;
	margin:10px auto;
	color:rgb(255, 104, 1);	
}


/* #### FLEX ################################## */

.flex .cb_1,
.flex .cb_1-2_1-2,
.flex .cb_1-3_1-3_1-3,
.flex .cb_2-3_1-3,
.flex .cb_1-3_2-3 {
	display: -webkit-flex!important;
	display: -ms-flex!important;
	display: flex!important;
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}
.flex .cb_1-2_1-2 > div,
.flex .cb_1-3_1-3_1-3 > div,
.flex .cb_2-3_1-3 > div,
.flex .cb_1-3_2-3 > div,
.flex .cb_1 > div {
	background: #fff;
	padding:30px;
	box-sizing:border-box;
	border:1px solid rgba(0,0,0,0.1);
}
.flex .cb_1 > div {
	width:100%;
}
.flex .cb_1-2_1-2 .clear,
.flex .cb_1-3_1-3_1-3 .clear,
.flex .cb_2-3_1-3 .clear,
.flex .cb_1-3_2-3 .clear,
.flex .cb_1 .clear {
	background:none!important;
	padding:0!important;
	box-sizing: unset!important;
	border:none;
}
.flex h2,
.flex .cb_1 .cms_content h2 {
	margin:50px 0 25px;
	font-size:25px;
}
.flex h2:after,
.flex h2:first-child:after {
	content:'';
	margin:15px 0;
	height:1px;
	background:rgb(255, 104, 1);
	width:80px;
	display:block;
}
.flex h2:first-child,
.flex .cb_1 .cms_content h2:first-child {
	margin:0 0 22px;
}
.flex h3,
.flex .cb_1 .cms_content h3 {
	margin:30px 0 10px;
	font-size:20px;
	text-transform:inherit;
}
.flex ul {
	margin:5px 0 30px!important;
}
.flex figure img {
	margin-bottom: -7px;
}
.flex .cms_menu_list > ul > li > div {
	border: none!important;
	margin-bottom: 0!important;
	padding: 0!important;
}

/* #### BOX RECHNER ############################### */

#rechner {
	padding:100px 0;	
	background:#f0f0f0;
}
.box_rechner .cb_1 > div {
	padding-top:50px;
}
.box_rechner h2 {
	font-size:30px!important;
}
.box_rechner h2:after {
	display:none!important;
}

/* #### C2ABOX/SERVICEBOX ############################### */
.c2abox {
	background:rgb(255, 104, 1);
	color:#fff;
	padding:20px;
	position:relative;
}
.c2abox:after {
	background:rgb(255, 104, 1);
	position:absolute;
	border:2px solid #fff;
	content:'';
	font-family:'fontAwesome';
	border-radius:50%;
	width:40px;
	height:40px;
	padding:10px;
	text-align:center;
	font-size:30px;
	top:-10px;
	right:-10px;
	line-height:40px;
}
.servicebox {
	background:rgb(135, 128, 109);
	color:#fff;
	padding:20px;
	position:relative;
}
.servicebox:after {
	background:rgb(135, 128, 109);
	position:absolute;
	border:2px solid #fff;
	content:'';
	font-family:'fontAwesome';
	border-radius:50%;
	width:40px;
	height:40px;
	padding:10px;
	text-align:center;
	font-size:30px;
	top:-10px;
	right:-10px;
	line-height:40px;
}
.c2abox h3, .c2abox p, .c2abox strong, .c2abox li,
.servicebox h3, .servicebox p, .servicebox strong, .servicebox li {
	color:#fff;
}
.c2abox h2, .servicebox h2 {
	margin-top:0;
	color:#fff;
}
.c2abox ul, .servicebox ul {
	margin-bottom:0!important;
}
.c2abox h2:after, .servicebox h2:after {
	display:none!important;
}  
.c2abox li, .servicebox li {
	border-bottom:1px solid rgba(255,255,255,0.2);
	list-style-type:none;
	padding:0;
	margin:0;
}
.c2abox a, .servicebox a {
	color:#fff;
	padding:10px;
	display:block;
}
.c2abox a:hover, .servicebox a:hover {
	background:rgba(0,0,0,0.2);
}
.c2abox a:before, .servicebox a:before {
	content:'';
	font-family: 'FontAwesome';
	font-size: 12px;
	margin: -10px 5px 0 0;
	padding: 0;
	font-weight: normal;
}


/* GRAUER HINTERGRUND ##### */

.grey {
	width:100%;
	background:#f0f0f0;
	padding:50px 6%;
	margin:0 auto 50px;
	box-sizing:border-box;
}	


/* ############################################################################################# 
## MEGA-MENÜ ##################################################################################
############################################################################################# */

.mega_menu{
	display: none;
	padding: 30px 0 0 0;
	background: white;
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	margin: 0px auto;
	z-index: 1;
	overflow: auto;
	overscroll-behavior: contain;
	max-height: calc(100vh - 175px);
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}
nav #menu > li.cms_nav_li_hover .mega_menu{
	display: block;
} 
#cms_editpage_form .mega_menu {	/* correct megaMenu-position for editmode */
	top: 216px;
	padding: 36px;
}
#cms_editpage_form .mega_menu.mega_menu_display .flex ul {
	display:block;
	position: inherit!important;
    width: auto!important;
	background: none!important;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#cms_editpage_form .mega_menu.mega_menu_display .flex ul ul {
	margin-left: 25px!important;
}
#cms_editpage_form .mega_menu.mega_menu_display ul li, #cms_editpage_form .mega_menu.mega_menu_display ul li:last-child {
    float: none!important;
    width: auto;
    margin: 0!important;
    padding: 0!important;
    border-bottom: none!important;
    border-right: none!important;
    height: auto!important;
	position:inherit;
}
#cms_editpage_form .mega_menu.mega_menu_display input {
    display: block;
}
.mega_menu.mega_menu_display {	/* display megaMenu in megaMenu-page */
	display: block!important;
}
.mega_menu h3 {
    margin: 0 0 10px;
    font-size: 20px;
    text-transform: inherit;
}
.mega_menu ul {
	position: inherit!important;
	display:block;
	width:auto!important;
	background: none !important;
	margin-bottom:10px!important;
}
.mega_menu .cms_menu > ul > li > div {
    border: 1px solid rgba(0,0,0,0.05)!important;
    margin-bottom: 5px!important;
    padding: 0!important;
}
.mega_menu ul li {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	border: none !important;
	float: none!important;
	height: auto!important;
}
.mega_menu ul li a, li.active .mega_menu ul li a {
	color:rgb(255, 104, 1)!important;
	height:20px!important;
	line-height:20px!important;
	background:#fff!important;
}
.mega_menu ul li a:hover, li.active .mega_menu ul li a:hover {
	background:rgb(255, 104, 1)!important;
	color:#fff!important;
}

@media only screen and (max-width: 1100px) {
	.mega_menu {
		padding: 0;
		background: white;
		position: inherit;
		left: 0;
		width: 100%;
		margin: 0;
		z-index: 1;
		overflow: inherit;
		overscroll-behavior: inherit;
		max-height: none;
		box-shadow: none;
	}
	.mega_menu .flex .cb_1-2_1-2 > div, .mega_menu .flex .cb_1-3_1-3_1-3 > div, .mega_menu .flex .cb_2-3_1-3 > div, .mega_menu .flex .cb_1-3_2-3 > div, .mega_menu .flex .cb_1 > div {
		background: none!important;
		padding: 0!important;
		box-sizing: border-box;
		border: none!important;
		margin: 0!important;
	}
	.mega_menu h3 {
		font-size:16px;
		margin-top:20px;
	}
	.mega_menu .cms_menu_list > ul > li > div {
		border: none;
		margin-bottom: 5px;
		padding: 0;
	}
	.mega_menu li {
		width:100%;
	}
	.mega_menu li a {
		font-size:16px;
		padding:5px 10px;
		display:block;
	}
	.mega_menu li a:hover {
		background:rgba(0,0,0,0.02)!important;
	}
	.mega_menu figure {
		display:none;
	}
	.mega_menu .cms_contentblock {
		margin: 0;
		width: 100%;
		padding: 0;
	}
	.mega_menu .cb_1-3_1-3_1-3_middle,
	.mega_menu .cb_1-3_1-3_1-3_right {
		width:100%;
		margin:0;
		float:none;
	}
	.mega_menu .cms_menu_list > ul > li > div {
		margin-bottom: 0;
	}
}


/* ### FLYOUT #### */

#flyout {
	color: #fff;
	position: fixed;
	top: 35vh;
	right: -220px;
	width:300px;
	z-index: 2;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
#flyout:hover {
	right: 0;
	-webkit-transform: right;
	-ms-transform: right;
	-moz-transform: right;
	transform: right;
}
.flyoutcontent {
	background: rgb(135, 128, 109, 0.8);
	height:80px;
	width:100%;
	max-width:300px;
	float:none;
	margin-bottom:1px;
}
.flyoutcontent:before {
	content:'';
	background-size:80px!important;
	display:block;
	float:left;
	width:80px;
	height:80px;
	border-right:1px solid rgba(255,255,255,0.2);
	margin-right:30px;
}
.fo01:before {
	background:url('../../../res/templates/images/icon-accident.svg') no-repeat;
}
.fo02:before {
	background:url('../../../res/templates/images/icon-policencheck.svg') no-repeat;
}
.fo03:before {
	background:url('../../../res/templates/images/icon-onlineberatung.svg ') no-repeat;
}
.fo04:before {
	background:url('../../../res/templates/images/icon-contact.svg') no-repeat;
}
.fo05:before {
	background:url('../../../res/templates/images/icon-callback.svg') no-repeat;
}
.fo06:before {
	background:url('../../../res/templates/images/icon-kuendigung.svg') no-repeat;
}
#flyout a {
    color: #fff;
	font-weight:700;
	text-transform:uppercase;
	line-height:80px;
	height:80px;
	display:block;
}
#flyout a:hover {
    color:rgb(255, 104, 1);
}



/* table-styles */

table{
	border-collapse: collapse;
}
	table tr{
	}
		table tr th{
			text-align: left;
		}
		table tr th, table tr th *{
		}
		table tr th,
		table tr td{
			padding: 3px 10px;
			vertical-align: top;
			border-bottom: solid 1px rgba(255,255,255,0.1);
		}
		table tr:nth-child(even){
			background: rgba(255,255,255,0.05);
		}
		table tr:hover{
			background: rgba(255,255,255,0.08);
		}




		
		
/* form-styles */

.form_row {
	display: block;
	margin:5px;
}
.form_row_header {
	padding:0;
	color:rgb(39, 39, 39);
	height:auto!important;
	margin: 50px 0 20px!important;
	border-bottom:none;
	clear: both;
}
.flex .form_row_header:first-child {
	margin: -45px 0 20px!important;
}
.form_row_header h2 {
	font-size:20px;
	margin:0 0 10px 0;
	position:inherit;
}
.form_field {
	margin-bottom:20px;
}
 .form_label {
	display:none;
   margin-left:30px;
}
.form_label:last-child {
	display:block!important;
}
.form_field input, 
.form_field textarea,
.form_field select {
	padding: 8px 10px;
    width: 100%;
	box-sizing:border-box;
	font-weight:400;
	border: none;
	background: rgba(0,0,0,0.02);
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.form_fild input {
	height: 50px;
	line-height: 50px;
	font-family: 'Titillium Web', arial, verdana, sans-serif;
}
.form_field textarea {
	height:150px;
	font-family: 'Titillium Web', arial, verdana, sans-serif;
}
.form_field input::-ms-input-placeholder,
.form_field textarea::-ms-input-placeholder
{
    color: rgba(0,0,0,0.8) !important;
}
.form_field input::placeholder, 
.form_field textarea::placeholder
{
    color: rgba(0,0,0,0.8) !important;
}
.form_field input::-webkit-input-placeholder,
.form_field textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,0.8) !important;
}
.form_field input:hover, 
.form_field textarea:hover,
.form_field select:hover {
	background: rgba(0,0,0,0.05);	
}
.form_field input.checkbox {
	float: left;
	height: auto;
	margin: 8px 2% 0 0;
	width: auto;
	padding: 0px;
}
.form_field button,
.form_field input[type="submit"],
.form_field input[type="button"],
.button,
.cms_content_button,
a.cms_content_button{
	color: #fff;
	background:rgb(255, 104, 1);
	font-size:20px;
	padding: 20px 30px;
	-webkit-appearance: none;
	text-transform:uppercase;
	display:inline-block;
	margin: 10px 0;
	position:relative;
	font-weight:700;
	border:none;
}
.form_field button:before,
.form_field input[type="submit"]:before,
.form_field input[type="button"]:before,
.button:before,
input.button:before,
.cms_content_button:before,
a.cms_content_button:before {
	content:'';
	font-family: 'FontAwesome';
	font-size:20px;
	float: left;
	margin-right: 10px;
	display:block;	
}
button:hover ,
.form_field input[type="submit"]:hover ,
.form_field input[type="button"]:hover ,
.button:hover ,
.cms_content_button:hover ,
a.cms_content_button:hover {
	color:#fff;
	cursor:pointer;
	background:rgb(237, 56, 0);
}
.cms_content_form_submit {
	position:relative;
	padding:20px 0 40px;
}
.cms_content_form_submit input.button {
	position: absolute;
	left: 0;	
}
.mce-menubtn button,
.mce-btn button{
	color: #333 !important;
}

a.button{
	padding: 10px 20px;
	transition: none;
	-webkit-appearance: none;
}


.form_label .invalid{
	color: #f00;
}

.form_field input.invalid,
.form_field textarea.invalid,
.form_field select.invalid{
	border: solid 1px #f55;
}
.form_field div.field_errors{
	display: none;
}

.form_help{
	position: relative;
	display: inline-block;
	padding: 1px 5px;
	border-radius: 20px;
	background: #666;
	color: #fff;
	font-size: 10px;
	margin: 0px 0px 0px 5px;
}
.form_help span{
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
	border: 1px solid #ddaa33;
	background: #ffdd99;
	color: #2f2f2f;
	width: 300px;
	font-weight: normal;
	z-index: 100;
}
.form_help:hover span{
	display: inline-block;
}
	
	
	
	
/* common classes */

.clear{
	clear: both;
}

.message,
.cms.cms_message_success,
.cms.cms_message_errors{
	margin-bottom: 20px;
	padding: 10px;
	display: inline-block;
}
.message ul,
.cms.cms_message_success ul,
.cms.cms_message_errors ul{
	margin-bottom: 0px;
	margin-left: 15px;
}
	
.cms.cms_message_success,
.cms.cms_message_errors{
	display: none; /* normally not displayed because they will be displayed in a popup */
	position: absolute;
	z-index: 1000;
	width: 400px;
	margin-left:-200px;
	left:50%;
	top: 200px;
	padding-top: 20px;
}
.cms .cms_message_close{
	font-weight: bold;
	font-size: 20px;
	padding: 5px 10px;
	cursor: pointer;
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
}
.cms.cms_message_success.active,
.cms.cms_message_errors.active{
	display: block;
}
.errors,
.cms.cms_message_errors{
	background: #fdd;
	color: #f00;
}
.errors *,
.cms.cms_message_errors *{
	color: #f00;
}	
.warnings{
	background: #fea;
	color: #b70;
}
.warnings *{
	color: #b70;
}	
.success,
.cms.cms_message_success{
	background: #dfd;
	color: #080;
}
.success *,
.cms.cms_message_success *{
	color: #080;
}
.cms_content figcaption{
	font-size: 10px;
}
.cms_picture_credits .cms_picture_credit_image:nth-child(2n){
	background: rgba(255,255,255,0.05);
}
.cms_collectioncontent_accordion .cms_collectioncontent_data,
.cms_collectioncontent_accordion .cms_content_collection_content_title,
.cms_collectioncontent_slider .cms_collectioncontent_data{
	background: rgb(135, 128, 109) !important;
}


.cms_content_accordion_accordion,
 .cms_collectioncontent_accordion {
	width:100%!important;
	box-sizing:border-box;
	border:none!important;
}
.cms_content_accordion_accordion .cms_collectioncontent_accordion.cms_collectioncontent_accordion_expanded {
	background:rgba(0,0,0,0.02);
	border:none!important;
	padding:30px!important;
	box-sizing:border-box!important;
}
.cms_content_collection_content_title {
	font-weight:800;
	font-size:25px;
}
.cms_content_accordion_accordion .cms_collectioncontent_accordion.cms_collectioncontent_accordion_expanded .cms_content_collection_content_title {
    margin: -30px 0px 10px -30px !important;
    width: calc(100% + 60px);
    box-sizing: border-box;
}
.cms_opening_hours_state_closed_today, .cms_opening_hours_state_open, .cms_opening_hours_state_will_open {
	color: #fff;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
}
.cms_content_map {
	height:400px!important;
}
.cms_content_map_marker_layer {
	z-index:99;
    color:#2f2f2f;
}
.cms_content_map_marker_layer b {
    color:#2f2f2f;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 9998!important;
	height:42px;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-ms-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}
.bx-wrapper .bx-prev {
	background: url(../../../res/templates/images/controls.png) no-repeat 0 -43px!important;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0!important;
}
.bx-wrapper .bx-next {
	background: url(../../../res/templates/images/controls.png) no-repeat -43px -43px!important;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0!important;
}




/* ############################################################################################# 
## RWD ##################################################################################
############################################################################################# */


@media only screen and (min-width: 1920px) {
	#slider video {
		margin-top: -330px;
	}
}
@media only screen and (max-width: 1920px) {
	.cms_contentblock {
		max-width:1300px;
	}
}
@media only screen and (min-width: 1700px) {
	#wrapper {
		margin: 0 auto;
	}
	.cms_contentblock {
		max-width:1300px;
	}
}
@media only screen and (max-width: 1500px) {
	#entry {
		padding: 200px 0 50px;
		position: relative;
		margin: 0 auto;
	}
	#entry .block {
		position: inherit;
		margin: 0 auto;
	}
	#entry .cb_1-2_1-2_left {
		display:none;
	}
	#entry .cb_1-2_1-2_right {
		width: 100%;
		float: none !important;
		margin: 0 auto;
	}
	#teaser {
		padding: 100px 0;
	}
}



@media only screen and (max-width: 1300px) {
	.cms_contentblock {
		max-width:1100px;
	}
	#impression, #impression .cms_contentblock, #impression .cms_contentblock img {
		height:350px;
	}
	#footer span, #footer li, #footer p, #footer b, #footer #copyright, #footer p, #footer li a {
		font-size:12px!important;
	}
	#footer h4 {
		font-size:14px;
	}
	#slider video {
		margin-top: -150px;
	}
}
@media only screen and (max-width: 1100px) {
	#header, .default #header {
		display:inherit;
		position:fixed;
		max-width:1100px;
		height:80px!important;
		margin:0!important;
		padding:0 0 !important;
		border-top:none!important;
		left: auto;
		top: 0!important;
		z-index: 100;
		width:inherit;
	}
	#logo {
		padding: 15px 20px;
		height: 80px;
	}
	.flex .cb_1-2_1-2 > div, 
	.flex .cb_1-3_1-3_1-3 > div, 
	.flex .cb_2-3_1-3 > div, 
	.flex .cb_1-3_2-3 > div, 
	.flex .cb_1 > div {
		padding:15px;
	}
	.form_field button, .form_field input[type="submit"], .form_field input[type="button"], .button, .cms_content_button, a.cms_content_button {
		font-size:14px;
	}
	#footer {
		padding:80px 3%;
	}
	#footer ul {
		margin-top:10px;
	}
	#cms_privacy_layer_open_config_button {
		border-radius:0;
		left:0;
		font-size:12px;
	}
	#slider video {
		margin-top: -100px;
	}
}
@media only screen and (max-width: 900px) {
	#slider, #slider .bx-wrapper .bx-viewport, .cms_collectioncontent_slide {
		height:450px!important;
	}
	#slider {
		height:450px!important;
		margin-top:0;
	}
	h1.indexheadline {
		top:465px;
	}
	.indexheadline span {
		font-size: 35px;
		padding: 15px 20px;
	}
	#teaser .flex > div > div {
		width:90%;
		margin:20px auto!important;
	}
	#teaser .clear,
	.cms_contentblock .clear {
		display:none!important;
	}
	#footer {
		display:inherit;
	}
	#footer .col {
		width:90%;
		margin:50px auto;
		padding:20px;
		border: 1px solid rgba(0,0,0,0.1);
		box-sizing:border-box;
	}
	#teaser .cms_contentblock {
		padding: 0!important;
		width:100%;
	}
	#flyout {
		top: 30vh;
		right:-240px;
	}
	.flyoutcontent {
		height:60px;
	}
	.flyoutcontent:before {
		background-size:60px!important;
		width:60px;
		height:60px;
	}
	#flyout a {
		line-height:60px;
		height:60px;
	}
}
@media only screen and (max-width: 800px) {
	#slider video {
		width:auto;
		height:100%;
	}
	#slider video {
		margin-top: -50px;
	}
}
@media only screen and (max-width: 767px) {
	.defaultheadline h1 {
		font-size:30px!important;
		padding: 15px 20px;
		margin: 45px auto 30px;
	}
	h2 {
		font-size:28px!important;
	}
	h3 {
		font-size:20px!important;
	}
	h4 {
		font-size:16px!important;
	}
	[class*="col-"] {
		float: none;
		padding: 10px;
		width:100%;
		box-sizing:border-box;
	}
	.flex .cb_float-right_left, .flex .cb_float-left_right, .flex .cb_1-2_1-2_left, .flex .cb_1-2_1-2_right, .flex .cb_1-3_2-3_left, .flex .cb_1-3_2-3_right, .flex .cb_2-3_1-3_left, .flex .cb_2-3_1-3_right, .flex .cb_1-3_1-3_1-3_left, .flex .cb_1-3_1-3_1-3_middle, .flex .cb_1-3_1-3_1-3_right {
		margin: 0 0 30px 0!important;
	}	
	#wrapper {
		width:100%;
		/* padding:0 1%; */
		margin:0;
		border:none;
		position:relative;
	}
	#header {
		max-width:769px;
	}
	.indexheadline span {
		font-size: 32px;
		padding: 10px 20px;
	}
	.indexheadline {
		top:485px!important;
		line-height:80%!important;
	}
	#impression, #impression .cms_contentblock, #impression .cms_contentblock img {
		height:300px;
	}
	.flex .cb_1-2_1-2 > div, .flex .cb_1-3_1-3_1-3 > div, .flex .cb_2-3_1-3 > div, .flex .cb_1-3_2-3 > div, .flex .cb_1 > div {
		padding:30px;
	}
	.flex .cb_1-2_1-2 .clear, .flex .cb_1-3_1-3_1-3 .clear, .flex .cb_2-3_1-3 .clear, .flex .cb_1-3_2-3 .clear, .flex .cb_1 .clear {
		display:none;
	}
	.vst {
		width:90%;
		margin:0 auto;
		max-width;500px;
	}
	#flyout {
		display:none;
	}
	.popup {
		margin: 100px 10% 0!important;
		width:80%!important;
		max-width:80%;
		max-height: 80%;
	}
	.popup .close {
		margin: 0 0 0 calc(80% - 31px) !important;
	}
	.popup .cms_contentblock {
		max-width: none;
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}
	.form_field button,
	.form_field input[type="submit"],
	.form_field input[type="button"],
	.button,
	.cms_content_button,
	a.cms_content_button{
		padding: 10px 20px;
	}
}
@media only screen and (max-width: 500px) {
	.cms_contentblock {
		width: 90%;
		padding: 0 5% 50px;
	}
	p {
		font-size:16px;
	}
	#header {
		max-width:500px;
		top:0;
	}
	#logo {
		width: 69px;
		overflow: hidden;
		padding: 15px 9px;
	}
	#logo a img {
		width: 383px;
	}
	#impression, #impression .cms_contentblock, #impression .cms_contentblock img {
		height:250px;
	}
	#entry {
		padding: 200px 0 0;
	}
	#entry .cb_1-2_1-2_right {
		padding:20px!important;
	}
	#footer .col {
		width: 90%;
		margin: 40px auto !important;
	}
	.flex .cb_1-2_1-2 > div, .flex .cb_1-3_1-3_1-3 > div, .flex .cb_2-3_1-3 > div, .flex .cb_1-3_2-3 > div, .flex .cb_1 > div {
		padding:20px;
	}
	#footer {
		padding:30px 0;
	}
	#footer h4 {
		line-height:120%;
	}
	.form_field button::before, .form_field input[type="submit"]::before, .form_field input[type="button"]::before, .button::before, input.button::before, .cms_content_button::before, a.cms_content_button::before {
		display: none;
	}
	.form_field button, .form_field input[type="submit"], .form_field input[type="button"], .button, .cms_content_button, a.cms_content_button {
		padding:10px;
	}
	#teaser .flex .teaserimg {
		float:none;
		width:100%;
	}
	#teaser .flex > div > div {
		width:90%;
		margin:20px auto!important;
	}
	#teaser .cms_contentblock {
		padding: 0!important;
		width:100%;
	}
	#teaser .cms_content:nth-child(2), #teaser .cms_content:nth-child(3) {
		float: none;
		width:100%;
		padding:0 20px;
		box-sizing:border-box;
	}
	#teaser .cms_content:nth-child(3) {
		margin-bottom:20px;
	}
}

/* ##### DATENSCHUTZLAYER ##### */

#cms_privacy_layer_open_config_button {
	border-radius:0;
}
#cms_privacy_layer_open_config_button,
#cms_privacy_layer p,
#cms_iframe_layer h2,
#cms_iframe_layer h3 {
		color:#2f2f2f!important;
}
#cms_iframe_layer h3 label {
		color:#2f2f2f;  
}
#cms_privacy_layer #cms_privacy_layer_accept_button {
		background:#2f2f2f;
}
#cms_privacy_layer .button:hover {
		background: rgb(255, 104, 1)!important;
}
#cms_privacy_layer #cms_privacy_layer_config_button,
#cms_privacy_layer #cms_privacy_layer_only_needed_button {
 		background:rgba(0,0,0,0.2);
}
#cms_iframe_layer button {
		color:#2f2f2f;  
}
#cms_privacy_layer_buttons .button {
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 14px !important;
}
#cms_privacy_layer_configurations * {
		color:#2f2f2f; 
}
.cms_privacy_consent_required {
}