
.page-content, .entry-content, .entry-summary {
	margin: 0;
}

html, body {
	width: 100%;
	font-family: 'Fira Sans', sans-serif;
	scroll-behavior: smooth;
}

body{
	padding-top: 0px;
}


.usercentrics-button.layout-1 #uc-corner-modal.layout-1 .uc-corner-modal .uc-corner-modal-content .uc-card-header, .usercentrics-button.layout-1 .uc-corner-modal .uc-corner-modal-content .uc-nav-tabs, .usercentrics-button .uc-corner-modal .uc-card-footer .uc-save-settings-button  {
	background-color: var(--blue) !important;
}

.usercentrics-button.layout-1 #uc-corner-modal.layout-1 .uc-corner-modal .uc-corner-modal-content{
	box-shadow: 0px 0px 10px rgba(0,0,0,.50);
	border-radius: 20px;
}

:root {
    --text: #404040;
	--title: #2D364A;
    --main: #376BFB;
    --white: #fff;
	--hoverMain: #c31c14;
	--darkwhite: #f1f1f1;
	--blue: #018ccd;
	--green: #5ea466;
	--yellow: #f1cf19;
	--red: #a61e37;
}
.text_left{
	text-align: left !important;
}
.btn_green{
	background-color: var(--green) !important;
	border: 1px solid var(--white) !important;
	color: var(--white) !important;
}
.btn_yellow{
	background-color: var(--yellow) !important;
	border: 1px solid var(--white) !important;
	color: var(--white) !important;
}
.btn_red{
	background-color: var(--red) !important;
	border: 1px solid var(--white) !important;
	color: var(--white) !important;
}

.btn_blue{
	border: 1px solid var(--white) !important;
	color: var(--white) !important;
}

.bg_red{
	background-color: var(--red) !important;
}

.bg_darkred{
	background-color: var(--hoverMain) !important;
}

.bg_darkwhite{
	background-color: var(--darkwhite) !important;
}

.bg_darkblue{
	background-color: var(--main) !important;
}

.bg_blue{
	background-color: var(--blue);
}

.bg_green{
	background-color: var(--green);
}
.bg_yellow{
	background-color: var(--yellow);
}

.bg_blue h2, .bg_blue p, .bg_green h2, .bg_green p, .bg_yellow h2, .bg_yellow p, .bg_red h2, .bg_red p{
	color: var(--white);
}

h1, h2, h3, h4, p{
	padding: 0px;
	margin: 0px;
}

h1{
	font-size: 50px;
	font-weight: 600;
}

h2{
	color: var(--text);
	font-size: 50px;
	line-height: 50px;
}

h2 span{
	color: var(--blue);
}

h3{
	color: var(--red);
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 20px;
}

h4, h5{
	margin: 30px 0px
}

p{
	line-height: 1.5em;
	font-size: 20px;
}

.clr_green{
	color:var(--blue)
}

.clr_red{
	color:var(--red)
}

a{
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color:var(--blue);
}

.btn_vorsorge, .btn_vorsorge:hover{
	width: auto;
	padding: 20px 40px;
	text-align: center;
	display: inline-block;
	border-radius: 20px;
	background-color: var(--blue);
	color: var(--white);
	font-size: 18px;
}

nav{
	position: sticky;
	top: 0;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.10);
	background-color: var(--white);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 25px 0px;
	width: 100%;
	z-index: 1000;
}

nav a{
	display: block
}

#navi_datenschutz{
	background-color: var(--white);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 25px 0px;
}

#navi_datenschutz .btn_vorsorge{
	padding: 10px 30px;
	margin: 0
}

.navi{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;	
}

.logo{
	height: 30px;
	width: auto !important;
	border-radius: 0px !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

nav ul{
	list-style: none;
	display: flex;
	padding: 0px;
	margin: 0px;
	align-items: center;
	justify-content: space-between;
	height: 50px;
}

nav ul li{
	margin: 0px 0px 0px 40px;
}

nav ul li a{
	padding: 0px 10px;
	color: var(--text);
	text-transform: uppercase;
}

nav ul li a:hover{
	color: var(--hoverMain);
}

.nav_adress{
	display: flex;
}

.nav_adress p{
	color: var(--red);
}

.nav_adress i{
	color: var(--blue);
	margin-top: -2px;
	margin-right: 10px;
}

.sticky{
	position: sticky;
	top: 0;
	background-color: var(--white);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 25px 0px;
}

.sticky li a{
	color: var(--red);
}

.sticky .logo, #navi_datenschutz .logo{
	height: 30px;
	width: auto;
}

.container{
	width: 98% !important;
	max-width: 1200px;
	margin: auto;
}

.container_fluid{
	width: 98%;
	margin: auto;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.flex_content_top{
	align-items: flex-start !important
}

.mt_80{
	margin-top: 80px !important;
}

.flex_left_small{
	width: 28%;
	position: relative;
}

.flex_right_big{
	width: 70%;
	position: relative;
}

.flex img{
	width: 100%;
}

.flex_2{
	width: 48%;
	margin: 40px 0px;
}

.flex_1{
	width: 100%;
}

.flex_3{
	width: 31%
}

.flex_4{
	width: 24%;
	margin: 40px 0px;
}

.flex_7{
	width: 13%;
	text-align: center;
}

.flex .list_style{
	list-style: none;
	position: relative;
}

.flex .list_style li{
	margin: 10px 0px;
	font-size: 18px;
    font-weight: 300;
}

.list_style li:before {
	position: relative;
	bottom: -10px;
    content: '';
	padding: 17px;
	background-image: url("../img/check_big.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 20px
}

.padding_0{
	padding: 0px !important;
}

.topbar{
}

.topbar .container{
	padding: 0px 0px;
	border-bottom: 1px solid #d6dddf;
	display: flex;
	justify-content: space-between;
}

.topbar .top_inner{
	border-right: 1px solid #d6dddf;
	padding: 20px 20px 20px 0px;
	display: inline-block;
}

.topbar .mail{
	border-right: none;
	border-left: 1px solid #d6dddf;
	padding: 20px 0px 20px 20px;
}

.topbar i, .topbar svg{
	color: var(--blue);
	fill: var(--blue);
	font-size: 25px;
	margin-right: 15px;
}

.topbar a{
	color: var(--text);
}

header .flex .list_style{
	margin-left: 120px
}

header .flex .list_style li{
	margin: 30px 0px;
	font-size: 30px;
    font-weight: 400;
}

header .list_style li:before {
	position: relative;
	bottom: -20px;
	margin-right: 20px;
	padding: 30px;
}

header{
	width: 100%;
	height: 760px;
	position: relative;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--text);
	background-color: #fff;
	overflow: hidden;
}

header img{
	opacity: 0.2;
	position: absolute;
	bottom: -550px;
	width: 1000px;
	left: -650px;
}

.logo_header{
	width: 450px !important;
	height: auto;
}

header .container, header .flex, header .container_fluid{
	height: 100% !important;
	width: 100% !important;
	position: relative;
	z-index: 1;
}

header .btn_vorsorge, header .btn_vorsorge:hover{
	display: inline-block;
	width: auto;
	padding: 20px 80px;
}

header .line{
	height: 3px;
	width: 250px;
	margin: 40px auto 40px 0px;
	background-color: var(--blue);
}

header .flex_links, header .flex_rechts{
	height: 100%;
	margin: 0px;
	display: flex;
	align-items: center;
	width: 40%;
}

header .flex_rechts{
	width: 60%;
}

header h2{
	line-height: 80px;
	letter-spacing: 0px;
	font-weight: 300;
	font-size: 85px;
	color: #0c4e59;
}

header .flex_2{
	width: 53%;
}

.pd_40{
	padding: 40px;
}

.header_bg{
	background-image: url('../img/4.jpg');
	background-position: center center;
	background-size: cover;
}

header h3{
	font-size: 50px;
    line-height: 50px;
	text-transform: uppercase;
	color: var(--text);
}

header h1{
	font-size: 30px;
	margin: 40px 0 40px auto;
	font-weight: 300;
	width: 100%;
}


.partner{
	background-color: var(--blue);
	color: #ffffff;
	padding: 20px 0px;
}

.partner .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.partner h2{
	flex: 0 0 200px;
	color: var(--white);
	font-size: 18px;
	margin: 0px;
}

.partner .partner_img{
	flex: 0 0 calc(100% - 200px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.partner .partner_img img{
	width: auto;
	height: 45px;
}

@media screen and (max-width: 768px) {
	.partner h2{
		flex: 0 0 150px;
	}

	.partner .partner_img{
		flex: 0 0 calc(100% - 150px);
		overflow: scroll;
	}

	.partner .partner_img img{
		margin: 0px 20px;
	}
}

section{
	position: relative;
	padding: 100px 0px;
}



.lines{
	display: flex;
	justify-content: center;
	margin: 40px 0px;
}

.lines .line{
	flex: 0 0 50px;
	width: 50px;
	height: 3px;
	margin: 0px;
	margin-right: 5px;

}

.line:nth-child(1){
	background-color: var(--blue);
	color: #018ccd;
}
.line:nth-child(2){
	background-color: #5ea466;
	color: #5ea466;
}
.line:nth-child(3){
	background-color: #f1cf19;
	color: #f1cf19;
}
.line:nth-child(4){
	background-color: #a61e37;
	color: #a61e37;
	margin-right: 0px;
}


.kosten{
	text-align: center;
	background-color: #f9f9f9;
}

.kosten_container{
	display: flex;
	justify-content: center;
}

.kosten_box{
	flex: 0 0 25%;
	padding: 0px 40px;
}

.kosten_box p{
	font-size: 22px;
	font-weight: 400;
}

.kosten_box .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
	background-color: var(--white);
	border-radius: 10000px;
	height: 210px;
	width: 210px;
}
.kosten_box .icon img{
	height: 125px;
	width: auto;
	object-fit: contain;
}


.padding-right-40{
	padding-right: 40px;
}
.padding-left-40{
	padding-left: 40px;
}

@media screen and (max-width: 768px) {
	.kosten_container {
		flex-wrap: wrap;
	}
	.kosten_box {
		flex: 0 0 50%;
		margin-bottom: 40px;
	}
	.padding-right-40{
		padding-right: 0px;
		order: 2;
	}
	.padding-left-40{
		padding-left: 0px;
		order: 2;
	}

	.flex_wrap_768{
		flex-wrap: wrap;
	}
}



.small_section p{
	margin: 40px auto;
	max-width: 920px;
}

.line_small{
	width: 100px;
	height: 2px;
	background-color: var(--blue);
	margin-bottom: 40px;
}

.bg_fix{
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	text-align: center;
	position: relative;
	color: var(--white);
	padding: 200px 0px;
}

.bg_dark{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.75);
}

.bg_fix h2, .bg_fix p{
	position: relative;
	z-index: 1;
	color: var(--text);
}

.bg_1{
	background-image: url('../img/7.jpg');
}


.z_index_10{
	z-index: 10 !important;
	position: relative;
}

.w_50{
	width: 50% !important;
	margin: auto;
}

section p{
    font-weight: 300;
}

section img{
	border-radius: 20px !important;
}

.text_center{
	text-align: center;
}

table{
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	margin-top: 20px;
	border: 1px solid #efefef;
}

table tr:first-child, table tr td:first-child{
	font-weight: 400
}

table tr td{
	padding: 10px;
	border:1px solid #efefef
}

.contact{
	margin-bottom: -36px;
	margin-left: 5px;
}

.contact_box{
	min-height: 150px;
	flex: 0 0 25%;
	width: 25%;
	margin: 0px;
	margin-right: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: var(--white);
	text-align: center;
}

.contact_box i{
	font-size: 30px;
	margin-bottom: 20px;
	color: var(--white);
}
.contact_box a{
	color: var(--white);
}

.contact_box p{
	font-size: 18px;
}

footer{
	padding: 0px 0px 40px;
	background-color: var(--white);
	color: var(--text);
}

footer .logo{
	height: auto;
	max-width: 45px;
}

.text_right{
	text-align: right !important;
}

footer .lines .line{
	flex: 0 0 25%;
	width: 25%;
}

footer h2{
	color: var(--white);
	margin-bottom: 40px;
}

footer p, footer a{
	font-size: 12px;
	color: var(--text);
}

footer a:hover{
	color:var(--red)
}

footer .flex_2, form .flex_2{
	margin: 0;
	width: calc(50% - 10px);
}

footer .btn_vorsorge, footer .btn_vorsorge:hover, form .btn_vorsorge, form .btn_vorsorge:hover{
	background-color: var(--blue);
	margin: 0;
	color: var(--white);
	border: 1px solid var(--blue);
	padding: 10px 20px;
	border-radius: 5px
}

footer .btn_vorsorge:hover{
	background-color: var(--blue);
	margin: 0;
	color: var(--white);
	border: 1px solid var(--white);
}

.flex_70{
	width: 69%
}

.flex_30{
	flex: 0 0 29%;
	width: 29%
}
.flex_30 h3{
	height: 72px;
}
.flex_30 img{
	margin-bottom: 20px;
}

.mt_40{
	margin-top: 40px
}


footer i{
	font-size: 30px
}

form{
	margin-top: 10px;
	position: relative;
    z-index: 1;
}


form input, form textarea {
	width: 100% !important;
	border-radius: 5px !important;
	padding: 10px 20px !important;
	border: 1px solid #efefef !important;
	outline: none !important;
	margin-bottom: 20px !important;
	font-size: 18px !important;
	font-weight: 300 !important;
}

form input:focus, form textarea:focus, form input:active, form textarea:active, .btn:focus, .btn:active, button:focus, button:active, a:active, a:focus{
	outline: none !important;
   box-shadow: none;
   outline-color: transparent !important;
}

form label{
	margin-left: 10px;
	font-size: 14px;
}

#tarifwechsel .btn{
	margin-bottom: 10px;
}

textarea{
	height: 161px;
}

.modal-content{
	border-radius: 20px;
	border: none;
}

#response{
	color: var(--white);
}

.n_erfolgt, .n_fehlgeschlagen{
	padding: 10px 20px;
	border-radius: 20px;
}

.n_erfolgt{
	background-color: #198754;
}
.n_fehlgeschlagen{
	background-color: #dc3545;
}

.grecaptcha-badge{
	display: none !important
}

.line{
	height: 1px;
	width: 100%;
	background-color: #fff;
	margin: 40px 0px 20px 0px;
}

.copy_imp{
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap-reverse;
}

.copy_imp p{
	font-size: 12px;
}

iframe{
	width: 100%;
	height: 450px;
	border-radius: 20px
}

.only_mobile, .only_mobile_close{
	display: none !important;
}

.mobile_none{
	display: block;
}

.flex_5{
	width: 20%
}



.elementor-section-wrap section, .elementor-section{
	padding:0px;
}

.swiper-slide-inner img{
	height: 45px !important;
	width: auto;
}

.h72{
	height: 72px;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.swiper-slide img{
	border-radius: 0px !important;
}

.back_top_home{
	display: none;
}

.imp_daten h1, .imp_daten h2{
	font-size: 24px !important;
	font-weight: 400 !important;
}

.imp_daten h2{
	font-size: 20px !important;
}

.imp_daten h3, .imp_daten h4{
	font-size: 18px !important;
	font-weight: 400 !important;
	margin: 10px 0px !important;
}


.imp_daten p{
	margin-bottom: 20px !important;
	font-size: 16px !important;
}

@media screen and (min-width: 768px) {
	.modal-dialog{
		min-width: 700px;
	}
}

@media screen and (max-width: 1024px) {
	h2 {
	font-size: 40px;
	line-height: 40px;
	}
}

@media screen and (max-width: 1020px) {
	.container{
		width: 90% !important;
	}
	h2 {
	font-size: 40px;
	line-height: 40px;
	}
	.mobile_none{
		display: none !important;
	}

	.only_mobile{
		display: inline-block !important;
		position: relative;
		z-index: 150;
	}

	.only_mobile_close{
		display: none;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 200;
	}

	.only_mobile_close_show{
		display: inline-block !important;
	}

	.bg_fix{
		background-attachment: inherit;
		background-size: cover;
	}

	.only_mobile i, .only_mobile_close i{
		font-size: 32px;
		color: var(--blue);
	}

	nav ul {
		list-style: none;
		display: block;
		padding: 100px 0px 0px 0px;
		margin: 0px;
		align-items: center;
		justify-content: space-between;
		height: auto;
		position: fixed;
		background-color: #fff;
		bottom: 0;
		top: 0px;
		right: 0;
		margin-right: -120%;
		width: 80%;
		text-align: center;
		-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-left:1px solid var(--blue);
	z-index: 150;
	}


	.show_menu{
		margin-right: 0px;
		-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}

	nav ul li {
		margin: 0px 0px 0px 0px;
	}

	nav ul li a{
		display: block;
		width: 100%;
		padding: 20px 0px;
		border-bottom:1px solid var(--blue);
	}

	nav ul li:last-child a{
		border-bottom:0px solid var(--blue);
	}
	
	header{
		height: auto;
		max-height: inherit!important;
		padding: 20px 0px 60px 0px;
	}
	
	.flex_5 {
width: 30%;
margin: 10px 0px 0px 0px;
}
}

@media screen and (max-width: 780px) {
	
	.flex_reverse{
		flex-wrap: wrap-reverse;
	}
	
	.flex_2{
		width: 100%
	}
	
	.flex_4{
		width: 48%;
		margin:40px 0px 0px 0px;
	}

	.flex_7 {
		width: 25%;
		margin-bottom: 40px;
	}

	
	header .flex .list_style {
		margin-left: 0;
		display: flex;
		flex-wrap: wrap
	}
	
	header .flex .list_style li{
		width: 50%
	}

	header h1 {
		
	}
	
footer .flex_2 {
margin: 0;
width: 100%;
}
	
	.w_50 {
		width: 100% !important;
	}

	.flex_30 {
		flex: 0 0 100%;
		margin-bottom: 40px;
		width: 100%;
	}

	.flex_30 h3{
		height: auto;
	}

	.justify_content_center_768{
		justify-content: center !important;
	}

	.contact_box{
		flex: 0 0 calc(50% - 5px);
		width: calc(50% - 5px);
		margin: 0px;
		margin-right: 5px;
		margin-bottom: 5px;
		border-radius: 20px;
	}
}

@media screen and (max-width: 480px) {
	.topbar .container {
		flex-direction: column;
		align-items: center;
	}

	.topbar .top_inner{
		border: none !important;
	}

	.logo {
		height: 25px;
		margin-top: 8px;
	}
	.contact_box{
		flex: 0 0 100%;
		width: 100%;
		margin: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
	}
	.flex_5{
		width: 100%
	}
	
	.bg_fix{
		background-attachment: inherit;
		background-size: cover;
	}

	.only_mobile i{
		font-size: 32px;
		color: var(--blue);
	}

	nav ul {
		list-style: none;
		display: block;
		padding: 100px 0px 0px 0px;
		margin: 0px;
		align-items: center;
		justify-content: space-between;
		height: auto;
		position: fixed;
		background-color: #fff;
		bottom: 0;
		top: 0px;
		right: 0;
		margin-right: -500px;
		width: 80%;
		text-align: center;
		-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-left:1px solid var(--blue);
	z-index: 150;
	}


	.show_menu{
		margin-right: 0px;
		-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}

	nav ul li {
		margin: 0px 0px 0px 0px;
	}

	nav ul li a{
		display: block;
		width: 100%;
		padding: 20px 0px;
		border-bottom:1px solid var(--blue);
	}

	nav ul li:last-child a{
		border-bottom:0px solid var(--blue);
	}

	h2 {
		font-size: 30px !important;
		line-height: 30px !important;
	}

	header h2{
		font-size: 40px;
		line-height: 45px;
	}

	header h1 {
	font-size: 20px;
	}
	
	header .flex .list_style li {
		width: 100%;
		font-size: 25px;
		margin: 15px 0px;
	}
	header .list_style li:before {
		padding: 25px;
	}
	
	.flex .list_style{
		padding: 0
	}
	
	.flex .list_style li {
		margin: 5px 0px;
		font-size: 16px;
	}
	table {
		font-size: 14px;
	}
	.mt_80 {
		margin-top: 20px !important;
	}
	
	.mmt--80{
		margin-top: -80px
	}
	

	section {
		padding: 60px 0px;
	}

	.flex_2{
		width: 100% !important;
		margin: 20px 0px;
	}
	
	#tarifwechsel .flex_2{
		width: 100%;
	}

	.flex_4{
		width: 100%;
	}

	

	.flex_7{
		width: 48%;
	}

	iframe{
		height: 250px;
		margin-top: 40px
	}

	.bg_fix {
		padding: 100px 0px;
	}
	
	.flex_3 {
width: 100%;
margin: 5px 0px;
}
	
	footer i{
	margin-right: 20px
}

	footer {
text-align: left;
}

	.partner h2{
		display: none;
	}

	.partner .partner_img {
		flex: 0 0 100%;
	}
	header img {
		display: none;
	}

	.swiper-slide-inner img{
		height: 30px !important;
		width: auto;
	}

	.h72{
		height: auto;
	}
}

[type="checkbox"], [type="radio"] {
	width: auto !important;
	margin-left: 5px;
}