@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Noto+Serif:400,700);
@import url(//fonts.googleapis.com/css?family=Alex+Brush);
/* Stuck menu styles
========================================================*/
.isStuck {
	z-index: 99;
	margin: 0;
	padding: 0 !important;
	-webkit-box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.3);
	max-height: 36px;
}
.isStuck nav.tm_navbar li a {
	line-height: 44px;
}
.isStuck nav.tm_navbar .sub-menu > ul {
	top: 45px;
}
.isStuck nav.tm_navbar li span {
	bottom: 3px;
}
@media only screen and (max-width: 979px) {
 .isStuck {
 display: none !important;
}
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #ff3399;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #b5b5b5;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 24px;
	line-height: 24px;
}
h1.navbar-brand_ {
	margin: -150px 0 0 0;
	padding: 0;
	float: none;
	height: auto;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 300 34px/1em 'Open Sans';
	text-transform: uppercase;
	margin: 0 0 35px 0;
	color: #ff3399;
}
h3 {
	font: 20px/25px 'Open Sans';
	color: #3399cc;
	text-transform: uppercase;
	margin: 0 0 13px 0;
}
h4 {
	font: 600 18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff3399;
	margin: 0 0 11px 0;
}
h6 {
	font: 20px/25px 'Open Sans';
	color: #FF0E0E;
	text-transform: uppercase;
	margin: 0 0 13px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 65px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
.main {
	position: relative;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 11;
	background: #212121;
	max-height: 96px;
}
.bg_box {
	background: url(https://nammert.com/img/versicherung.jpg) no-repeat;
	padding: 94px 0 83px 0;
	background-size: cover;
}
.bg_box h1.navbar-brand_ {
	margin: 0;
	position: relative;
	top: 0;
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	min-height: 0;
	background: none;
}
nav.tm_navbar::after {
 position: absolute;
 left: 0;
 top: 0;
 width: 1px;
 height: 100%;
 background: #1a1a1a;
 content: '';
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	float: left;
}
nav.tm_navbar li:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #1a1a1a;
	content: '';
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 14px/104px 'Open Sans';
	width: 234px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	background: #ff3399;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background: transparent;
	content: '';
}
nav.tm_navbar li a:before {
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	height: 5px;
	background: url(../img/tr.png) center 0 no-repeat;
	content: '';
	display: none;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #3399cc !important;
}
nav.tm_navbar li.active > a:before {
	display: block;
}
nav.tm_navbar li.active > a:after {
	background: #3399cc;
}
nav.tm_navbar li.active > span {
	color: #ffffff !important;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #3399cc;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > a:before {
	display: block;
}
nav.tm_navbar li:hover > a:after {
	background: #3399cc;
}
nav.tm_navbar li:hover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #3399cc;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a:before {
	display: block;
}
nav.tm_navbar .sfHover > a:after {
	background: #3399cc;
}
nav.tm_navbar .sfHover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	color: #ffffff;
	font-size: 12px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 100%;
	top: 105px;
	left: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ff3399;
	padding: 33px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li::after {
 content: none !important;
 display: none !important;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li a:after, nav.tm_navbar .sub-menu > ul li a:before {
	display: none;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 4px;
	left: auto;
	width: auto !important;
	color: #3399cc;
	font-size: 14px;
}
nav.tm_navbar .sub-menu ul > li a:hover {
	text-decoration: none;
	color: #3399cc !important;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	color: #3399cc !important;
	background: none;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 100%;
	top: -26px;
	left: 100%;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #3399cc;
	padding: 28px 0;
	margin: 0 0 0 10px;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul::after {
 position: absolute;
 left: -5px;
 top: 13px;
 width: 5px;
 height: 9px;
 background: url(../img/tr1.png) left 0 no-repeat;
 content: '';
}
nav.tm_navbar .sub-menu ul ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li.tr {
	position: absolute;
	top: 13px;
	left: -5px;
	width: 5px;
	height: 9px;
	background: url(../img/triangle1.png) no-repeat;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu ul ul li a:after, nav.tm_navbar .sub-menu ul ul li a:before {
	display: none;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	color: #ff3399 !important;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	z-index: 20;
	width: 27px;
	height: 19px;
	background: url(../img/top.png) no-repeat;
	text-indent: -999px;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	padding: 0;
	overflow: hidden;
}
.who-box hr {
	margin: 0;
	border-top: 1px solid #e9e9e9;
}
.who-box .col-lg-4 {
	margin-bottom: 40px;
}
.thumb-box1 {
	min-height:  330px;
	padding: 0 0 30px 0;
	overflow: hidden;
	background: #292929 url(../img/bg_pic0.png) no-repeat;
}
.thumb-box1 .box-black {
	color: #646667;
	width: 100%;
	background-color: #e5e2e2;
}
.thumb-box1 .box-black a:link {
	color: #ff3399;
}
.thumb-box1 .box-black a:hover {
	color: #3399cc;
}
.thumb-box1 .box-black p {
	text-align: center;
}
.thumb-box1 .box {
	margin-top: 60px;
}
.thumb-box1 .box p {
	font: 300 50px/1em 'Open Sans';
	text-transform: uppercase;
	color: #3399cc;
}
.thumb-box1 .box p span {
	color: #ff3399;
}
.thumb-box1 .box p strong {
	font-weight: 300;
	color: #3399cc;
}
.thumb-box1 .box a {
	display: inline-block;
	background: #ff3399;
	text-align: center;
	float: right;
	width: 212px;
	height: 137px;
	padding: 25px 0 5px 0;
	font: 300 20px/1em 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-box1 .box a span {
	color: #3399cc;
	font-size: 38px;
	display: block;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-box1 .box a:hover {
	background: #3399cc;
	color: #ff3399;
}
.thumb-box1 .box a:hover span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-box2 {
	overflow: hidden;
	padding: 80px 0 0 0;
}
.thumb-box2 hr {
	margin: 0;
	border-top: 1px solid #e9e9e9;
}
.thumb-box3 {
	overflow: hidden;
	padding: 73px 0 0 0;
}
.thumb-box3 p {
	margin-bottom: 36px;
}
.thumb-box3 .title {
	font: 300 40px/1em 'Open Sans';
	text-transform: uppercase;
	color: #ff3399;
	margin-bottom: 30px;
}
.thumb-box3 .description {
	font: 20px/25px 'Open Sans';
	text-transform: uppercase;
	color: #3399cc;
	margin-bottom: 13px;
}
.thumb-box3 .col-lg-6 {
	margin-bottom: 80px;
}
.thumb-box4 {
	overflow: hidden;
	padding: 120px 0 110px 0;
	background-image: url(../img/bg_pic.jpg);
	background-position: 100% top !important;
	background-size: cover;
	background-repeat: no-repeat;
}
.thumb-box4 p {
	font: 300 60px/1em 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	float: left;
}
.thumb-box4 a {
	width: 105px;
	height: 105px;
	display: inline-block;
	background: #3399cc;
	color: #ffffff;
	text-align: center;
	line-height: 105px;
	font-size: 38px;
	float: right;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-box4 a:hover {
	background: #ff3399;
	color: #3399cc;
}
.thumb-box5 {
	background: #f7f7f7;
	padding: 40px 0 34px 0;
	overflow: hidden;
}
.thumb-box5 p {
	margin: 10px 0 0 0;
	font: 300 20px 'Open Sans';
	text-transform: uppercase;
	display: inline-block;
	color: #344046;
}
.thumb-box5 p span {
	font-size: 30px;
	color: #3399cc;
	margin-right: 19px;
	float: left;
}
.thumb-box6 {
	overflow: hidden;
	padding: 75px 0 0 0;
}
.thumb-box7 {
	background-position: center center !important;
	position: relative;
	background-image: url(../img/bg_pic2.jpg);
	padding: 74px 0 0 0;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}
.thumb-box7 h2 {
	color: #ffffff;
}
.thumb-box7 .col-lg-4 {
	margin-bottom: 36px;
}
.thumb-box8 {
	padding: 0 0 50px 0;
	overflow: hidden;
}
.thumb-box9 {
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_pic3.jpg);
	padding: 74px 0 25px 0;
	overflow: hidden;
}
.thumb-box9 h2 {
	color: #ffffff;
}
.thumb-box9 .col-lg-4 {
	margin-bottom: 36px;
}
.thumb-box10 {
	overflow: hidden;
	padding: 0;
}
.thumb-box10 hr {
	margin: 20px 0 0 0;
	border-top: 1px solid #e9e9e9;
}
.thumb-box11 {
	overflow: hidden;
	padding: 73px 0 30px 0;
}
.thumb-box11 .col-lg-4 {
	margin-bottom: 30px;
}
.thumb-box12 {
	overflow: hidden;
	padding: 0 0 124px 0;
}
.thumb-box13 {
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_pic4.jpg);
	padding: 74px 0 13px 0;
	overflow: hidden;
}
.thumb-box13 h2 {
	color: #ffffff;
}
.errorBox {
	overflow: hidden;
	padding-bottom: 135px;
}
.errorBox h2 {
	padding: 0;
	border-bottom: none;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 64px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .badge {
	border-radius: 0;
	width: 170px;
	height: 170px;
	text-align: center;
	line-height: 170px;
	background: #292929;
	margin-right: 30px;
	float: left;
}
.thumb-pad1 .caption {
	padding: 0;
	overflow: hidden;
	color: #8c8c8c;
}
.thumb-pad1 .caption .title {
	font: 300 30px/30px 'Open Sans';
	color: #ff3399;
	margin-bottom: 21px;
	text-transform: uppercase;
}
.thumb-pad1 .caption .description {
	font: 20px/1em 'Open Sans';
	color: #3399cc;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.thumb-pad1 .caption p {
	margin-bottom: 0;
}
.thumb-pad2 {
	margin: 0 0 50px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption h3 {
	font: 300 30px 'Open Sans';
	color: #ff3399;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.thumb-pad2 figure {
	margin: 0 0 20px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2-1 {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	background: #3399cc;
	text-align: center;
}
.thumb-pad2-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2-1 .thumbnail .caption {
	padding: 0 45px;
}
.thumb-pad2-1 .thumbnail .caption .title {
	font: 300 30px/1em 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}
.thumb-pad2-1 .thumbnail .caption p {
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}
.thumb-pad2-1 .thumbnail .caption a {
	display: inline-block;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad2-1 figure {
	margin: 0 0 31px 0;
}
.thumb-pad2-1 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 30px 0;
	padding-bottom: 33px;
	background: #f7f7f7;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0 20px;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption a {
	color: #3399cc;
	font: 20px 'Open Sans';
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #ff3399;
}
.thumb-pad3 .thumbnail .caption p {
	margin: 4px 0 0;
}
.thumb-pad3 .thumbnail figure {
	margin: 0 0 23px 0;
}
.thumb-pad3 .thumbnail figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 24px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 .thumbnail figure img {
	width: 100%;
}
.thumb-pad5-1 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad5-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption p {
	font: 12px/24px 'Roboto Condensed';
	color: #848484;
}
.thumb-pad5-1 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5-1 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin: 0 0 60px 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad6 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .caption time {
	color: #ffffff;
	text-transform: uppercase;
	font: 300 30px 'Open Sans';
}
.thumb-pad7 {
	margin: 0 0 100px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 33px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	border-radius: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .lnk {
	font: 28px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
	color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 {
	font: 300 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #47494a;
	margin-bottom: 29px;
}
.thumb-pad7 .thumbnail .caption .lnk2 a {
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk2 a:hover {
	color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 br {
	display: none;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 35px;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px 'Roboto Condensed';
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #3399cc;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'Roboto Condensed';
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
	background: #efefef;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 25px 0 0 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
	color: #333;
	font: 800 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title:hover {
	color: #65c6bb;
}
.thumb-pad9 .thumbnail .caption .title a {
	color: #3399cc;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
	color: #e26a6a;
}
.thumb-pad9 .thumbnail .caption .descrip {
	margin: 13px 0 13px 3px;
	display: block;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .descrip a {
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #65c6bb;
	margin: 0 30px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a i {
	color: #65c6bb;
	font-size: 12px;
	position: relative;
	top: -2px;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
	color: #333;
}
.thumb-pad9 .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pad9 .thumbnail .caption p {
	margin-bottom: 13px;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 22px 0 0;
	font: 15px/59px 'Open Sans';
	background: #ff3399;
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1 span {
	width: 56px;
	height: 59px;
	display: inline-block;
	text-align: center;
	background: #3399cc url(../img/more_arrow.png) center center no-repeat;
	margin-right: 22px;
	float: left;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #3399cc;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 42px;
	font: 15px/50px 'Open Sans';
	background: #3399cc;
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #ff3399;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	font: 600 18px/46px 'Open Sans';
	background: #222;
	border: 1px solid #000000;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #222;
	background: transparent;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 5px 0;
}
.list1 li a {
	font: 600 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2f4d58;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #db585e;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 50px 0;
}
.list2 li .badge {
	margin: 0 31px 0 0;
	padding: 4px 0 0 0;
	border-radius: 0;
	background: #292929;
	text-align: center;
	border: none;
	font: 300 60px/1em 'Open Sans';
	text-transform: uppercase;
	color: #3399cc;
	width: 100px;
	height: 100px;
	float: left;
}
.list2 li .badge span {
	font-size: 30px;
	line-height: 1em;
	display: block;
	margin-top: -3px;
}
.list2 li p {
	margin: 5px 0 0 0;
}
.list2 li a {
	font: 20px/25px 'Open Sans';
	color: #3399cc;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list2 li a:hover {
	color: #ff3399;
}
.list2-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2-1.indent li a {
	color: #ffffff;
}
.list2-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 0 26px;
	background: url(../img/list_arrow.png) 0 5px no-repeat;
}
.list2-1 li a {
	font: 15px 'Open Sans';
	color: #ff3399;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2-1 li a:hover {
	color: #3399cc;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 18px 0;
}
.list3 li figure {
	margin-bottom: 7px;
}
.list3 li a {
	font: 18px/24px 'Open Sans';
	color: #585858;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #cb3138;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 32px;
	overflow: hidden;
}
.list4 li time {
	font: 300 30px 'Open Sans';
	color: #ff3399;
	text-transform: uppercase;
	margin-bottom: 14px;
	display: block;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 34px 0;
	overflow: hidden;
}
.list5 li figure {
	float: left;
	margin: 7px 20px 0 0;
}
.list5 li a {
	font: 300 30px 'Open Sans';
	text-transform: uppercase;
	color: #f7f7f7;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #3399cc;
}
.list5 li p {
	margin-bottom: 10px;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8c8c8c;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 37px;
}
.list7 li .badge {
	margin: 6px 29px 0 0;
	padding: 0;
	border-radius: 100%;
	background: #3399cc;
	text-align: center;
	border: none;
	font: 300 40px/70px 'Open Sans';
	color: #ffffff;
	width: 70px;
	height: 70px;
	float: left;
}
.list7 li p {
	margin-bottom: 0;
	color: #bbbaba;
}
.list8 {
	margin: 0 0 106px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 17px 0;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
#newsletter .btn-default.btn2 {
	float: left;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border: none;
	font: 300 14px/18px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	background: #ffffff;
	height: 50px;
	width: 380px;
	border-radius: 0;
	padding: 16px 22px;
	margin: 0 9px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	bottom: 0;
	right: 12px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #ff530d;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin-right: 11px;
	float: left;
	border: none;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 300 14px/18px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	background: #ffffff;
	height: 50px;
	width: 100%;
	border-radius: 0;
	padding: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 28px 0 0 0;
	position: relative;
}
#search-404 .btn2 {
	float: left;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 21px 8px 0;
	width: 380px;
	outline: none;
	border: 1px solid #f7f7f7;
	background: #f7f7f7;
	font: 14px/18px 'Open Sans';
	text-transform: uppercase;
	height: 50px;
	line-height: 18px;
	color: #8c8c8c;
	padding: 15px;
	resize: none;
	float: left;
}
#search {
	padding: 0;
	margin: 20px 0 20px 0;
	float: right;
	position: relative;
}
#search a {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	color: #ffffff;
	top: 11px;
	right: 14px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #cb3138;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 270px;
	outline: none;
	background: #b8b2ad;
	background: rgba(255, 255, 255, 0.4);
	border: none;
	font: 14px 'Open Sans';
	line-height: 18px;
	color: #444;
	padding: 14px 42px 14px 14px;
	height: 48px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 431px;
	margin-bottom: 74px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-wrapper * p {
	color: #ffffff;
	font-size: 14px;
}
.gm-style-iw {
	text-align: center;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 0 0 20px;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-wrapper > *:after {
	content: '';
	width: 0;
	height: 0;
  top: 100%;
  margin-top: -1px;
  left: 50%;
  margin-left: -15px;
  border-style: solid;
  border-width: 20px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 25px;
}
.mail {
	color: #8c8c8c;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #3399cc;
	text-decoration: underline;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 35px 0;
	position: relative;
	overflow: hidden;
}
footer p {
	font: 300 14px 'Open Sans';
	color: #9fa6ae;
	margin: 0;
	float: left;
}
footer p a {
	color: #9fa6ae;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #ffffff;
}
footer em {
	font-style: normal;
}
footer span {
	font-weight: 600;
	color: #ffffff;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
footer ul li {
	overflow: hidden;
	width: 35px;
	height: 34px;
	float: left;
	margin-right: 8px;
}
footer ul li a:hover img {
	margin-top: -34px;
}
/* table
========================================================*/
table#leistungsvergleich {
 margin: Auto;
 width: 100%;
 font-weight: Bold;
}

table#leistungsvergleich tr:nth-child(even) {
 background-color: #EEEEEE;
}
table#leistungsvergleich tr:nth-child(odd) {
 background-color: #FFFFFF;
}

table#leistungsvergleich tr:hover {
 outline: Solid 1px #000000;
}

table#leistungsvergleich tr th,
table#leistungsvergleich tr td {
 padding: 10px;
}

table#leistungsvergleich tr td {
 text-align: center;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 nav.tm_navbar li a {
 width: 188px;
}
 .thumb-box1 {
 background: #292929;
 text-align: center;
 padding: 0 0 50px 0;
}
 .thumb-box1 .box {
 padding: 50px 0 0 0;
}
 .thumb-box1 .box a {
 float: none;
}
 .thumb-box4 {
 text-align: center;
 padding: 60px 0;
}
 .thumb-box4 p {
 float: none;
 font-size: 50px;
}
 .thumb-box4 a {
 float: none;
}
 .thumb-box5 {
 text-align: center;
}
 .thumb-box5 p {
 margin-bottom: 25px;
}
 .thumb-pad6 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar li a {
 width: 144px;
}
 .thumb-box1 {
 background: #292929;
 text-align: center;
 padding: 0 0 50px 0;
}
 .thumb-box1 .box {
 padding: 50px 0 0 0;
}
 .thumb-box1 .box a {
 float: none;
}
 .thumb-box4 {
 text-align: center;
 padding: 60px 0;
}
 .thumb-box4 p {
 float: none;
 font-size: 40px;
}
 .thumb-box4 a {
 float: none;
}
 .thumb-box5 {
 text-align: center;
}
 .thumb-box5 p {
 margin-bottom: 25px;
}
 .thumb-pad6 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header {
 position: relative;
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 padding: 0 15px;
}
 .select-menu {
 display: block !important;
 padding: 4px 4px 4px 0;
 margin: 15px 0;
 width: 100%;
 border: 1px solid #3399cc;
 background: #3399cc;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 nav.tm_navbar {
 display: block;
 float: none;
}
 nav.tm_navbar .nav {
 display: none;
}
 .thumb-box1 {
 background: #292929;
 text-align: center;
 padding: 0 0 50px 0;
}
 .thumb-box1 .box {
 padding: 50px 0 0 0;
}
 .thumb-box1 .box a {
 float: none;
}
 .thumb-box1 .box p {
 font-size: 35px;
}
 .thumb-box4 {
 text-align: center;
 padding: 60px 0;
}
 .thumb-box4 p {
 float: none;
 font-size: 30px;
}
 .thumb-box4 a {
 float: none;
}
 .thumb-box5 {
 text-align: center;
}
 .thumb-box5 p {
 margin-bottom: 25px;
}
 .thumb-pad4 figure {
 margin: 0 24px 0 0;
 float: left;
}
 .thumb-box7 .col-lg-4 {
 margin-bottom: 60px;
}
 footer {
 text-align: center;
}
 footer p {
 float: none;
 margin-bottom: 15px;
}
 footer ul {
 float: none;
 display: inline-block;
}
 .content_map {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-box5 p span {
 float: none;
 display: inline-block;
}
 #newsletter {
 display: block;
}
 #newsletter .btn-default.btn2 {
 float: none;
}
 #newsletter label {
 float: none;
 margin: 0 0 15px 0;
 width: 100%;
 display: block;
}
 #newsletter input {
 margin: 0;
 float: none;
 width: 100%;
}
 .thumb-pad4 figure {
 margin: 0 0 24px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .errorBox img {
 width: 100%;
}
 .thumb-pad6 figure {
 margin: 0 0 30px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad1 .thumbnail .badge {
 float: none;
 margin: 0 0 20px 0;
 width: 100%;
}
 #search-404 input {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .thumb-pad6 figure img {
 width: 100%;
}
img.tarif-bild {
    display: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
@media screen and (min-width: 480px) {
	.tarif-text {
	    display: none;
	}
}

/* 1) Dunkler Overlay Ã¼ber Bildsektionen */
.thumb-box7, .thumb-box9, .thumb-box13 {
  position: relative;
}
.thumb-box7::before, .thumb-box9::before, .thumb-box13::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);   /* Helligkeit hier steuern: .35 bis .55 */
  pointer-events: none;
  z-index: 0;
}
/* Inhalt Ã¼ber den Overlay heben */
.thumb-box7 > *, .thumb-box9 > *, .thumb-box13 > * {
  position: relative;
  z-index: 1;
}

/* 2) Text/Links in diesen Sektionen hell machen */
.thumb-box7 h2, .thumb-box7 h3, .thumb-box7 p, .thumb-box7 li,
.thumb-box9 h2, .thumb-box9 h3, .thumb-box9 p, .thumb-box9 li,
.thumb-box13 h2, .thumb-box13 h3, .thumb-box13 p, .thumb-box13 li {
  color: rgba(255,255,255,.95) !important;
}
.thumb-box7 a, .thumb-box9 a, .thumb-box13 a {
  color: #fff !important;
  text-decoration: underline;
}
.thumb-box7 a:hover, .thumb-box9 a:hover, .thumb-box13 a:hover {
  opacity: .9;
  text-decoration: none;
}

/* 3) â€žUnsere Vorteileâ€œ â€“ Nummernkreise + Text */
.list7 li p { color: rgba(255,255,255,.9) !important; }
.list7 li .badge {
  background: #3399cc;       /* dein Blau */
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
}

/* 4) AbstÃ¤nde und Heading-Feinschliff in diesen Sektionen */
.thumb-box7 h2, .thumb-box9 h2, .thumb-box13 h2 {
  letter-spacing: .5px;
  margin-bottom: 18px;
}
.thumb-box7 .col-lg-4, .thumb-box9 .col-lg-4 { margin-bottom: 28px; }

@media (max-width: 600px) {
  .list7 li { margin-bottom: 28px; }
  .list7 li .badge { float:left; margin: 6px 16px 0 0; }
}

/* ===========================
   Mina â€“ Design Upgrade: Wechselservice
=========================== */

/* Der ganze Abschnitt */
.thumb-box1, .wechselservice-section {
  background: #1a1a1a !important;        /* dunkles Anthrazit */
  color: #fff !important;
  text-align: center;
  padding: 70px 20px;
}

/* Ãœberschrift */
.thumb-box1 h2, .wechselservice-section h2 {
  color: #ff3399 !important;             /* dein Pink fÃ¼r Eyecatcher */
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* UnterÃ¼berschrift */
.thumb-box1 h3, .wechselservice-section h3 {
  color: #66ccff !important;             /* softes Blau, harmonischer */
  font-weight: 400;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* Normaltext */
.thumb-box1 p, .wechselservice-section p {
  color: rgba(255,255,255,.85) !important;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* Button moderner */
.thumb-box1 a.btn-default.btn2,
.wechselservice-section a.btn-default.btn2 {
  background: #3399cc;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(51,153,204,0.25);
  transition: all .3s ease;
}
.thumb-box1 a.btn-default.btn2:hover,
.wechselservice-section a.btn-default.btn2:hover {
  background: #ff3399;
  box-shadow: 0 10px 26px rgba(255,51,153,0.3);
  transform: translateY(-2px);
}

/* ===========================
   Mina â€“ Fine Tuning: Wechselservice Text
=========================== */

/* Blaue ZwischenÃ¼berschrift (z.B. "Wir bieten Ihnen einen Wechselservice...") */
.wechselservice-section h3,
.thumb-box1 h3 {
  color: #66ccff !important;
  font-size: 18px;              /* vorher ~22px, jetzt dezenter */
  font-weight: 400;
  line-height: 1.6;             /* mehr Luft zwischen den Zeilen */
  margin-bottom: 22px;
  letter-spacing: 0.3px;
  text-transform: none;         /* wirkt weicher und moderner */
}

/* HauptÃ¼berschrift bleibt krÃ¤ftig, aber mit etwas Abstand */
.wechselservice-section h2,
.thumb-box1 h2 {
  margin-bottom: 14px;
  letter-spacing: 1px;
}

/* FlieÃŸtext unten: etwas mehr Abstand und ruhigeres WeiÃŸ */
.wechselservice-section p,
.thumb-box1 p {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 26px;
}
/* ===========================
   Mina â€“ Final Tuning: Blaue ZwischenÃ¼berschrift
=========================== */

.wechselservice-section h3,
.thumb-box1 h3 {
  color: #66ccff !important;
  font-size: 16px;              /* vorher 18px â†’ jetzt feiner, ruhiger */
  font-weight: 400;
  line-height: 1.7;             /* schÃ¶ner Fluss beim Lesen */
  margin-bottom: 24px;
  letter-spacing: 0.3px;
  text-transform: none;
}
/* ===========================
   Mina â€“ Headline Optimierung
=========================== */

.wechselservice-section h2,
.thumb-box1 h2 {
  font-family: 'Poppins', 'Open Sans', sans-serif !important; /* moderne Sans-Serif */
  font-weight: 700;                 /* viel krÃ¤ftiger */
  letter-spacing: 1px;
  color: #ff3399 !important;
  font-size: 22px;                  /* minimal grÃ¶ÃŸer, aber klarer */
  text-transform: uppercase;
  margin-bottom: 12px;
}
/* ===========================
   Mina â€“ FINAL: Wechselservice (nur dieser Kasten)
   Eng gescoped, damit nichts anderes kippt
=========================== */

/* Sektion-Hintergrund (dunkel) */
.wechselservice-section,
.thumb-box1 { background: #111 !important; padding: 70px 20px; }

/* Die Karte selbst */
.wechselservice-section .card,
.thumb-box1 .box-black {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 22px;

  /* heller, sanfter Kartenlook â€“ wie im â€žschÃ¶nenâ€œ Bild */
  background: linear-gradient(180deg, #f3f4f7 0%, #eceff3 100%);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 16px 36px rgba(8,12,20,.20);
}

/* Headline (krÃ¤ftig, aber nicht schreiend) */
.wechselservice-section .card h2,
.thumb-box1 .box-black h2 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #ff4fa3 !important;
  margin-bottom: 10px;
}

/* Blaue Zwischenzeile â€“ dezent & luftig */
.wechselservice-section .card h3,
.thumb-box1 .box-black h3 {
  color: #6ec8ff !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-transform: none;
  margin-bottom: 20px;
}

/* FlieÃŸtext */
.wechselservice-section .card p,
.thumb-box1 .box-black p {
  color: #3a3f4a !important;
  font-size: 15px;
  line-height: 1.8;
  max-width: 60ch;
  margin: 0 auto 20px auto;
  text-wrap: balance;
}

/* Button â€“ modern, aber nicht laut */
.wechselservice-section .card a.btn-default.btn2,
.thumb-box1 .box-black a.btn-default.btn2 {
  background: linear-gradient(90deg, #36a9e0, #2b87d1);
  border: none;
  color: #fff !important;
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: .2px;
  box-shadow: 0 8px 18px rgba(43,135,209,.28);
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.wechselservice-section .card a.btn-default.btn2:hover,
.thumb-box1 .box-black a.btn-default.btn2:hover {
  background: linear-gradient(90deg, #2b87d1, #36a9e0);
  box-shadow: 0 10px 24px rgba(43,135,209,.36);
  transform: translateY(-1px);
}
/* ===========================
   Mobile Select hÃ¼bsch machen (simple, sicher)
   â€“ betrifft NUR das Dropdown auf Handy
=========================== */

@media (max-width: 991px) {
  /* Der vorhandene Select (bei dir heiÃŸt er .select-menu) als schÃ¶ner Button */
  select.select-menu,
  .select-menu {                 /* falls es ein <select class="select-menu"> ist */
    display: block !important;
    width: 100%;
    height: 48px;
    padding: 0 46px 0 14px;
    border: 1px solid #2f8fc5;
    border-radius: 12px;
    background:
      /* Pfeil rechts als SVG */
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>")
      no-repeat right 12px center,
      linear-gradient(90deg,#36a9e0,#2b87d1); /* moderner Blauverlauf */
    color: #fff;                 /* weiÃŸe Beschriftung */
    font: 600 15px/48px 'Open Sans', Arial, sans-serif;
    appearance: none;            /* Standard-Deko aus */
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 6px 16px rgba(43,135,209,.25);
  }

  /* Wenn dein Select in einem Wrapper steckt, z.B. .select-menu (div), und der echte <select> ohne Klasse ist: */
  .select-menu select {
    appearance: none; -webkit-appearance: none; -moz-appearance: none;
    border: none; background: transparent; color: inherit;
    width: 100%; height: 48px; padding-right: 40px; font: inherit;
  }

  /* Besserer Fokus */
  select.select-menu:focus,
  .select-menu:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(54,169,224,.25), 0 6px 16px rgba(43,135,209,.28);
  }
}
/* ===========================
   Striche im Select-MenÃ¼ ausblenden (nur Optik)
=========================== */
@media (max-width: 991px) {
  select.select-menu option {
    text-indent: -9999px;          /* Text nach links raus */
    padding-left: 0;
  }
  select.select-menu option::after {
    content: attr(label);          /* optional â€“ schÃ¶ner Ersatztext falls du willst */
    text-indent: 0;
    display: block;
  }
}
/* HauptÃ¼berschrift Styling */
.main-title {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #222; /* modernes tiefes Schwarzgrau */
  text-transform: none;
  text-shadow: 0 1px 2px rgba(0,0,0,0.08); /* dezenter Schatten fÃ¼r mehr Tiefe */
}
Ãœberschriften fett und klarer */
h2, h3 {
  font-weight: 700 !important;
  letter-spacing: 0.5px;
}
/* STEP 1: Ãœberschrift "Hier finden Sie alles zur Bootversicherung" fett machen */
.thumb-pad1 .caption h2 {
  font-weight: 800 !important;   /* macht sie fett */
  letter-spacing: 0.2px;         /* leicht moderner Abstand */
  color: #ff3399;                /* lÃ¤sst sie pink wie vorher */
}
/* ============================= */
/* Startseite â€“ Slider-Text (blaues Panel) auf WEISS */
/* (betrifft nur Captions im Slider/Carousel)       */
/* ============================= */

.camera_caption,
.camera_caption * ,
#camera_wrap .caption,
#camera_wrap .caption * ,
.carousel-caption,
.carousel-caption * {
  color: #ffffff !important;          /* Text weiÃŸ */
  text-shadow: 0 1px 2px rgba(0,0,0,.25); /* leichte Lesbarkeit */
}

/* Optional: Slider-Pfeile sicher weiÃŸ halten */
.camera_prev, .camera_next,
.carousel-control {
  filter: invert(1) brightness(1);    /* macht helle Pfeile */
}
/* ============================= */
/* Startseite â€“ Slider-Text (blaues Panel) auf WEISS */
/* (betrifft nur Captions im Slider/Carousel)       */
/* ============================= */

.camera_caption,
.camera_caption * ,
#camera_wrap .caption,
#camera_wrap .caption * ,
.carousel-caption,
.carousel-caption * {
  color: #ffffff !important;          /* Text weiÃŸ */
  text-shadow: 0 1px 2px rgba(0,0,0,.25); /* leichte Lesbarkeit */
}

/* Optional: Slider-Pfeile sicher weiÃŸ halten */
.camera_prev, .camera_next,
.carousel-control {
  filter: invert(1) brightness(1);    /* macht helle Pfeile */
}
/* ==== Slider: Text & Pfeile auf weiÃŸ stellen (safe) ==== */

/* 1) Caption-Texte im Slider immer weiÃŸ */
.slider .camera-caption,
.slider .camera-caption p,
.slider .camera-caption .title,
.slider .camera-caption .description,
.slider .camera-caption a{
  color:#fff !important;
}

/* 2) Falls die Caption ein farbiges Panel hat: Lesbarkeit */
.slider .camera-caption{
  /* optionaler leichter Overlay, kannst du lÃ¶schen, wenn nicht gewÃ¼nscht */
  /* background: linear-gradient(90deg, rgba(0,0,0,.35), rgba(0,0,0,.15)); */
  border-radius:12px;
}

/* 3) Pfeile des Camera-Sliders auf weiÃŸ zwingen â€“ deckt mehrere Varianten ab */
.camera_prev, .camera_next{ color:#fff !important; }
.camera_prev:before, .camera_next:before,
.camera_prev i, .camera_next i{ color:#fff !important; }

/* Wenn die Pfeile als Sprite/PNG geladen werden (hÃ¤ufig bei Camera): invertiere zu weiÃŸ */
.camera_prev span, .camera_next span{
  filter: invert(1) brightness(2) contrast(1.1) !important;
  -webkit-filter: invert(1) brightness(2) contrast(1.1) !important;
  background-color: transparent !important;
}

/* Falls die Pfeile Ã¼ber Border-Dreiecke gezeichnet sind: */
.camera_prev span{
  border-right-color:#fff !important;  /* â—€ */
}
.camera_next span{
  border-left-color:#fff !important;   /* â–¶ */
}

/* Falls Font Awesome genutzt wird: */
.slider .fa-angle-left, .slider .fa-angle-right,
.slider .fa-chevron-left, .slider .fa-chevron-right{
  color:#fff !important;
}

/* 4) Pager/Navigation (falls kleine Dots vorhanden) */
.camera_wrap .camera_pag .camera_pag_ul li{
  background:rgba(255,255,255,.5);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent{
  background:#fff;
}
/* ==== Slogan "Mehr fÃ¼r Ihr Boot..." optimiert ==== */

/* Verhindert Zeilenumbruch */
.thumb-box1 p span {
  white-space: nowrap;   /* hÃ¤lt "MEHR FÃœR IHR BOOT" in einer Zeile */
  font-weight: 800;      /* bleibt fett fÃ¼r Fokus */
  letter-spacing: 0.5px;
}

/* Gesamttext zentrieren und etwas mehr Luft darunter */
.thumb-box1 p {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 24px;
}

/* Untere Zeile "gibt es nirgendwo" leicht dezenter */
.thumb-box1 p:last-child {
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* FÃ¼r MobilgerÃ¤te sicherstellen, dass es sich nicht rauszoomt */
@media (max-width: 480px) {
  .thumb-box1 p span {
    font-size: 17px;
  }
}
/* ==== Slogan-Block sauber als 2-Zeiler ==== */
.thumb-box1 .box .col-lg-6.col-lg-offset-3 p{
  text-align:center;
  text-transform:uppercase;
  line-height:1.15;
  letter-spacing:.3px;
  margin:24px auto 20px;
  color:#d9d9d9;                 /* zweite Zeile (Standardfarbe) */
  font-weight:400;
  font-size:clamp(16px, 3.7vw, 22px);   /* GrundgrÃ¶ÃŸe = zweite Zeile */
  max-width:26ch;                /* verhindert unschÃ¶ne ZeilenbrÃ¼che */
}

/* Zeile 1: â€žMEHR FÃœR IHR BOOTâ€œ */
.thumb-box1 .box .col-lg-6.col-lg-offset-3 p span{
  display:block;                 /* bricht danach sicher auf Zeile 2 */
  white-space:nowrap;            /* bleibt immer in einer Zeile */
  font-weight:800;
  color:#ff3aa9;                 /* Pink der Seite â€“ ggf. anpassen */
  font-size:clamp(18px, 4.6vw, 28px);   /* etwas grÃ¶ÃŸer als Zeile 2 */
  margin-bottom:4px;
}

/* Button darunter: mittig + angenehmer Abstand, mobil breite */
.thumb-box1 .box > a{
  display:inline-block;
  margin:14px auto 0;
}
@media (max-width:575px){
  .thumb-box1 .box > a{ display:block; width:min(420px,88%); }
}
/* === Slogan-Block Finetuning === */

/* Container des Slogans */
.thumb-box1 .box .col-lg-6.col-lg-offset-3 p{
  text-align:center;
  text-transform:uppercase;
  line-height:1.15;
  letter-spacing:.3px;
  margin:28px auto 14px;      /* etwas mehr Luft oben, minimal unten */
  color:#d9d9d9;
  font-weight:400;
  font-size:clamp(16px,3.7vw,22px);
  max-width:26ch;             /* verhindert wilde ZeilenumbrÃ¼che */
}

/* Zeile 1 (pink, fett) */
.thumb-box1 .box .col-lg-6.col-lg-offset-3 p span{
  display:block;
  white-space:nowrap;          /* bleibt immer in einer Zeile */
  font-weight:800;
  color:var(--accent, #ff3aa9);/* benutze eure Akzentfarbe */
  font-size:clamp(18px,4.6vw,28px);
  margin-bottom:6px;
  letter-spacing:.4px;
}

/* Button darunter: Breite, Abstand, Rundung */
.thumb-box1 .box > a{
  display:block;
  width:min(520px, 90%);       /* gleicht sich dem Textblock an */
  margin:18px auto 0;          /* angenehmer Abstand zum Slogan */
  border-radius:16px;          /* softer Look */
  box-shadow:var(--shadow-1, 0 6px 16px rgba(2,12,27,.06));
  text-align:center;
  padding:22px 20px;           /* mehr â€œPremiumâ€-GefÃ¼hl */
}

/* Optional: Icon im Button etwas dezenter */
.thumb-box1 .box > a .fa,
.thumb-box1 .box > a span.fa{
  opacity:.9;
}

/* Mobil: etwas groÃŸzÃ¼gigeres Letterspacing, damit es ruhig wirkt */
@media (max-width:480px){
  .thumb-box1 .box .col-lg-6.col-lg-offset-3 p{ letter-spacing:.35px; }
}
/* ==== Slogan - grÃ¶ÃŸere, stÃ¤rkere Ãœberschrift ==== */
.thumb-box1 .box .col-lg-6.col-lg-offset-3 p {
  text-align:center;
  text-transform:uppercase;
  line-height:1.2;
  letter-spacing:.35px;
  margin:32px auto 18px;
  color:#d9d9d9;
  font-weight:400;
  font-size:clamp(18px, 4vw, 26px); /* zweite Zeile ("gibt es nirgendwo") */
  max-width:28ch;
}

/* Erste Zeile ("MEHR FÃœR IHR BOOT") â€“ deutlich grÃ¶ÃŸer und krÃ¤ftiger */
.thumb-box1 .box .col-lg-6.col-lg-offset-3 p span {
  display:block;
  white-space:nowrap;
  font-weight:900;
  color:var(--accent, #ff3aa9);
  font-size:clamp(26px, 6vw, 40px); /* jetzt richtig prÃ¤sent */
  margin-bottom:8px;
  letter-spacing:.6px;
}

/* Box unten leicht zurÃ¼cknehmen, damit sie nicht dominiert */
.thumb-box1 .box > a {
  display:block;
  width:min(480px, 88%);
  margin:20px auto 0;
  border-radius:14px;
  padding:18px 20px;
  box-shadow:0 6px 16px rgba(255,58,169,.25);
  transition:transform .2s ease, box-shadow .2s ease;
}
.thumb-box1 .box > a:hover {
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(255,58,169,.35);
}
/* ==== Slogan-Block leicht nach oben verschieben ==== */
.thumb-box1 {
  padding-top: 40px !important;   /* war vermutlich 60â€“80px, etwas reduzieren */
}

/* Sicherheitshalber Abstand unten minimal halten, damit es nicht klebt */
.thumb-box1 .box {
  margin-top: -10px;              /* zieht den Block minimal nach oben */
}
/* ==== ProduktÃ¼berschriften modern & klar ==== */
.thumbnail .caption .title {
  font-weight: 800; /* richtig fett */
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: clamp(18px, 4.2vw, 24px);
  color: #0092d0; /* krÃ¤ftiges, modernes Blau - kannst anpassen */
  text-decoration: none !important; /* entfernt die blaue Linie */
  border: none !important;
  display: inline-block;
  margin-bottom: 8px;
}

/* Beschreibung darunter klarer & lesbarer */
.thumbnail .caption .description {
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
}

/* Wenn du willst, dass der Titel beim Hover heller wird: */
.thumbnail .caption .title:hover {
  color: #00b2f3; /* heller Blauton beim Hover */
}
/* Abdunkelung der Thumbnails fÃ¼r bessere Lesbarkeit */
.thumbnail {
  position: relative;
  overflow: hidden;
}

/* Overlay Ã¼ber das Bild legen */
.thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); /* 0.25 = leicht abdunkeln, 0.4 = stÃ¤rker */
  z-index: 1;
}

/* Bild bleibt darunter */
.thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

/* Text (Titel + Beschreibung) bleibt Ã¼ber dem Overlay sichtbar */
.thumbnail .caption {
  position: relative;
  z-index: 2;
}
/* Produkt-Titel in krÃ¤ftigem Blau */
.thumbnail .caption .title {
  font-weight: 800;
  text-transform: uppercase;
  color: #0092d0; /* Nammert-Blau */
  font-size: clamp(18px, 4.2vw, 24px);
  text-decoration: none !important;
  border: none !important;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

/* optional Hover-Effekt */
.thumbnail .caption .title:hover {
  color: #00b2f3; /* helleres Blau beim Hover */
}
/* === Produkt-Titel farbig (Ã¼berschreibt Link-Styles) === */

/* Blau-Variante */
.thumb-pad1 .thumbnail .caption a{
  color:#0092d0 !important;           /* Nammert-Blau */
  text-decoration:none !important;     /* Unterstreichung weg */
  border:0 !important;
}
.thumb-pad1 .thumbnail .caption a:hover{
  color:#00b2f3 !important;            /* helleres Blau beim Hover */
}
.thumb-pad1 .thumbnail .caption a .title,
.thumb-pad1 .thumbnail .caption .title{
  color:inherit !important;            /* nimm die Link-Farbe */
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.4px;
  font-size:clamp(18px,4.2vw,24px);
  margin-bottom:10px;
}
/* StÃ¤rkere Abdunkelung der Produktbilder */
.thumb-pad1 .thumbnail {
  position: relative;
  overflow: hidden;
}

.thumb-pad1 .thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* Abdunkelung 45% */
  z-index: 1;
}

/* Stelle sicher, dass das Bild unter dem Overlay bleibt */
.thumb-pad1 .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

/* Text Ã¼ber dem Overlay */
.thumb-pad1 .thumbnail .caption {
  position: relative;
  z-index: 2;
  color: #fff; /* weiÃŸe Schrift fÃ¼r Kontrast */
}
.thumb-pad1 .thumbnail .caption a,
.thumb-pad1 .thumbnail .caption {
  color: #ffffff !important;
  text-decoration: none !important;
  border: none !important;
}

.thumb-pad1 .thumbnail a:hover {
  color: #e0e0e0 !important;
}

.thumb-pad1 .thumbnail::before {
  background: rgba(0, 0, 0, 0.5); /* optimal fÃ¼r WeiÃŸ-Kontrast */
}
/* Abdunkelung fÃ¼r besseren Kontrast */
.thumb-pad1 .thumbnail::before {
  background: rgba(0, 0, 0, 0.55); /* leicht stÃ¤rker, damit WeiÃŸ schÃ¶n leuchtet */
}

/* Ãœberschrift + Text in WeiÃŸ */
.thumb-pad1 .thumbnail .caption a,
.thumb-pad1 .thumbnail .caption p,
.thumb-pad1 .thumbnail .caption {
  color: #ffffff !important;
  text-decoration: none !important;
  border: none !important;
}

/* Ãœberschrift Styling */
.thumb-pad1 .thumbnail .caption a {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: clamp(18px, 4.2vw, 22px);
  display: block;
  margin-bottom: 5px;
}

/* Beschreibungstext */
.thumb-pad1 .thumbnail .caption p {
  font-weight: 400;
  line-height: 1.6;
  font-size: 15px;
}

/* dezenter Hover-Effekt (optional, wirkt edel) */
.thumb-pad1 .thumbnail .caption a:hover {
  color: #e0e0e0 !important;
}
/* Abstand fÃ¼r Textblock */
.thumb-pad1 .thumbnail .caption {
  padding-left: 15px;  /* leicht nach rechts */
  padding-right: 10px; /* gleichmÃ¤ÃŸig, damit es mittig wirkt */
  padding-bottom: 5px; /* bisschen Luft nach unten */
}

/* Damit das Overlay die gleiche GrÃ¶ÃŸe behÃ¤lt */
.thumb-pad1 .thumbnail {
  position: relative;
  overflow: hidden;
}
/* Footer nimmt die volle Breite und HÃ¶he bis zum Seitenende ein */
footer,
#footer,
.footer {
  background-color: #ff1493 !important; /* behÃ¤lt dein krÃ¤ftiges Pink */
  width: 100% !important;
  margin: 0 !important;
  padding: 40px 0 60px 0 !important; /* oben & unten etwas Raum */
  border: none !important;
}

/* Entfernt weiÃŸen Hintergrund oder Container unter dem Footer */
html,
body {
  background-color: #ff1493 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Entfernt weiÃŸen Bereich durch page-wrapper oder main */
#page,
.wrapper,
.main,
.container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
}

/* Damit nichts den Footer Ã¼berlappt */
#footer::after {
  content: none !important;
}
/* === Footer full-bleed Ã¼ber gesamte Bildschirmbreite, ohne FarbÃ¤nderung === */

/* 1) WeiÃŸ/Radius/Margins weg + volle Breite erzwingen, auch wenn im Container */
footer, #footer, .footer{
  border-radius: 0 !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;

  /* Full-bleed Hack, falls Footer in einem .container steckt */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
}

/* 2) Inneres Grid darf padding behalten, aber kein eigener Hintergrund/Radius */
footer .container, #footer .container, .footer .container,
footer .container-fluid, #footer .container-fluid, .footer .container-fluid{
  max-width: 1200px;         /* Content bleibt schÃ¶n schmal */
  margin: 0 auto;
  background: transparent !important;
  border-radius: 0 !important;
}

/* 3) Letzte Sektion davor nicht â€žin den Footer reinragenâ€œ lassen */
.thumb-box5{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important; /* falls dort ein heller Hintergrund gesetzt war */
}

/* 4) Falls es irgendwo einen nachtrÃ¤glichen weiÃŸen Abschluss gibt, neutralisieren */
#footer::before, #footer::after,
footer::before, footer::after,
.footer::before, .footer::after{
  content: none !important;
}
/* Ãœbergang vom Slogan-Block zum weiÃŸen Abschnitt kompakter machen */

/* 1) Nur die direkt folgende Sektion nach .thumb-box1 etwas nach oben holen */
.thumb-box1 + .thumb-box2{
  padding-top: 22px !important;   /* vorher vermutlich ~60px */
  margin-top: -6px;                /* sanft nach oben schieben */
}

/* 2) Ãœberschrift im weiÃŸen Abschnitt ohne extra Oberabstand */
.thumb-box1 + .thumb-box2 h2{
  margin-top: 0 !important;
}

/* 3) Unten im Slogan-Block etwas weniger Luft */
.thumb-box1{
  padding-bottom: 28px !important;
}

/* 4) Mobile noch einen Tick kompakter */
@media (max-width: 575px){
  .thumb-box1 + .thumb-box2{ padding-top: 16px !important; margin-top: -8px; }
  .thumb-box1{ padding-bottom: 22px !important; }
}
/* Abschnitt "BOOT BESSER VERSICHERT" â€“ leicht nach unten verschoben fÃ¼r harmonischen Abstand */
.thumb-box1 + .thumb-box2 {
  padding-top: 42px !important;  /* optimaler Abstand unter dem pinken Button */
  margin-top: 0 !important;
}

/* Ãœberschrift direkt ohne zusÃ¤tzlichen oberen Abstand */
.thumb-box1 + .thumb-box2 h2 {
  margin-top: 0 !important;
}

/* Der schwarze Block mit dem Button bekommt unten etwas mehr Luft */
.thumb-box1 {
  padding-bottom: 36px !important;
}

/* Mobile Anpassung â€“ etwas kompakter auf kleineren Bildschirmen */
@media (max-width: 575px) {
  .thumb-box1 + .thumb-box2 {
    padding-top: 38px !important;
  }
  .thumb-box1 {
    padding-bottom: 32px !important;
  }
}
/* --- Bereich: Boot besser versichert --- */
.thumb-box2 p,
.thumb-box2 strong,
.thumb-box2 b {
  font-size: 15px !important;        /* gleiche GrÃ¶ÃŸe fÃ¼r alle Texte */
  line-height: 1.6 !important;       /* angenehmes Lesen */
  font-weight: 400 !important;       /* alles gleichmÃ¤ÃŸig, kein zu starkes Bold */
  color: #222 !important;            /* leicht dunkles Grau statt Schwarz */
}

/* Nur HauptÃ¼berschrift bleibt klar hervorgehoben */
.thumb-box2 h2 {
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  color: #ff1493 !important;         /* dein Pink bleibt */
  text-transform: uppercase;
}

/* Wenn du willst, dass der erste Satz leicht betont bleibt: */
.thumb-box2 p:first-of-type {
  font-weight: 500 !important;       /* etwas stÃ¤rker, aber nicht â€žboldâ€œ */
}
/* Footer Hintergrund pink lassen */
footer, #footer, .footer {
  background-color: #ff1493 !important;  /* dein krÃ¤ftiges Pink */
  color: #ffffff !important;              /* weiÃŸer Text */
}

/* Alle Texte im Footer weiÃŸ */
footer p,
footer span,
footer strong,
footer b,
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer small {
  color: #ffffff !important;
}

/* Alle Links im Footer weiÃŸ (auch bei Hover) */
footer a,
footer a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}
footer a:hover,
footer a:active {
  color: #f4f4f4 !important;
  text-decoration: underline !important;
}

/* Copyright und Telefonnummer weiÃŸ */
footer .copyright,
footer .tel,
footer .contact,
footer address {
  color: #ffffff !important;
}

/* Social Icons (wenn schwarz) auf hell umstellen */
footer .fa,
footer .icon {
  color: #ffffff !important;
  opacity: 0.9;
}
footer .fa:hover,
footer .icon:hover {
  opacity: 1;
}
/* === Pinker Footer, weiÃŸer Text & kompakter Aufbau === */
footer, #footer, .footer {
  background-color: #ff1493 !important;  /* Pink bleibt */
  color: #ffffff !important;             /* Text weiÃŸ */
  padding: 25px 0 30px !important;       /* weniger HÃ¶he */
  margin: 0 !important;
  border: none !important;
}

/* Alle Texte im Footer weiÃŸ */
footer p, footer span, footer strong, footer b,
footer small, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #ffffff !important;
}

/* Alle Links weiÃŸ (auch bei Hover) */
footer a, footer a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}
footer a:hover {
  color: #f0f0f0 !important;
  text-decoration: underline !important;
}

/* Telefonnummer, Copyright, Adressen */
footer .copyright, footer .tel, footer .contact, footer address {
  color: #ffffff !important;
}

/* Social Icons heller */
footer .fa, footer .icon {
  color: #ffffff !important;
  opacity: 0.9;
}
footer .fa:hover, footer .icon:hover {
  opacity: 1;
}

/* ÃœberflÃ¼ssigen Leerraum am Ende des Footers entfernen */
footer::after {
  display: none !important;
  content: none !important;
}

/* Container im Footer etwas kompakter machen */
footer .container, #footer .container, .footer .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Letzte Sektion davor (damit kein weiÃŸer Rand dazwischen bleibt) */
.thumb-box5 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* Footer komplett pink, volle Breite, mittig ausgerichtet */
footer, #footer, .footer {
  background-color: #ff1493 !important;  /* krÃ¤ftiges Pink */
  color: #ffffff !important;             /* Standard: weiÃŸer Text */
  width: 100vw !important;               /* volle Breite des Bildschirms */
  margin: 0 !important;
  padding: 25px 0 30px !important;       /* kompakter */
  border: none !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  transform: translateX(-50%) !important; /* zentriert den Footer */
  box-sizing: border-box;
  text-align: center;
}

/* Alles, was im Footer ist, wird weiÃŸ */
footer *, #footer *, .footer * {
  color: #ffffff !important;
  background: transparent !important;
}

/* Alle Links weiÃŸ â€“ inklusive Hover-Zustand */
footer a, #footer a, .footer a {
  color: #ffffff !important;
  text-decoration: none !important;
}
footer a:hover {
  color: #f2f2f2 !important;
  text-decoration: underline !important;
}

/* Social Media Icons */
footer .fa, footer .icon {
  color: #ffffff !important;
  opacity: 0.9;
}
footer .fa:hover, footer .icon:hover {
  opacity: 1;
}

/* Abstand am unteren Rand minimal halten */
footer::after {
  content: none !important;
}
/* Desktop-Anpassung */
@media (min-width: 1024px) {
  .content-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px; /* Abstand zwischen den Spalten */
    max-width: 1200px;
    margin: 0 auto; /* zentriert den gesamten Block */
    text-align: left;
  }

  .content-section div {
    flex: 1;
  }
}
/* â€” E-Foil & Jetboard Seite â€” */
#efoil-jetboard .list1-1 {
  margin-bottom: 14px;        /* Luft unter der USP-Liste */
}

#efoil-jetboard .hero-efoil {
  margin-top: 22px;           /* Bild etwas vom Text weg */
}

/* Optional: etwas Luft unter dem Bild fÃ¼r harmonischen Flow */
#efoil-jetboard .hero-efoil .thumbnail {
  margin-bottom: 12px;
}

/* Auf grÃ¶ÃŸeren Screens darf der Abstand etwas groÃŸzÃ¼giger sein */
@media (min-width: 768px) {
  #efoil-jetboard .hero-efoil { margin-top: 28px; }
}
@media (min-width: 1200px) {
  #efoil-jetboard .hero-efoil { margin-top: 36px; }
}
/* â€” E-Foil & Jetboard Seite â€” */
#efoil-jetboard .hero-efoil {
  margin-top: 42px;           /* weiter runter â€“ mehr Luft unter dem Text */
  margin-bottom: 18px;        /* sorgt fÃ¼r sauberen Abstand nach unten */
}

#efoil-jetboard .list1-1 {
  margin-bottom: 18px;        /* leicht mehr Abstand zur Liste oben */
}

@media (min-width: 768px) {
  #efoil-jetboard .hero-efoil {
    margin-top: 60px;         /* auf Tablets etwas groÃŸzÃ¼giger */
  }
}

@media (min-width: 1200px) {
  #efoil-jetboard .hero-efoil {
    margin-top: 75px;         /* auf Desktop schÃ¶n ausbalanciert */
  }
}
/* E-Foil & Jetboard: Abstand und Zentrierung des ersten Bildes */
#efoil-jetboard .list1-1 {
  margin-bottom: 28px;               /* mehr Luft unter der USP-Liste */
}

#efoil-jetboard .thumb-pad1:first-of-type {
  margin-top: 38px;                   /* Bild weiter runter */
  margin-bottom: 24px;
}

#efoil-jetboard .thumb-pad1:first-of-type .thumbnail {
  max-width: 680px;                   /* optional: max. Breite fÃ¼r schÃ¶nere Mitte */
  margin: 0 auto;                     /* zentrieren */
  display: block;
  text-align: center;
}

#efoil-jetboard .thumb-pad1:first-of-type img {
  display: inline-block;              /* sauber mittig im thumbnail */
  height: auto;
  width: 100%;
}

@media (min-width: 768px) {
  #efoil-jetboard .thumb-pad1:first-of-type { margin-top: 56px; }
}
/* Lesbarkeit der TextabsÃ¤tze auf der E-Foil & Jetboard-Seite verbessern */
#efoil-jetboard .list2 p,
#efoil-jetboard .list2 li,
#efoil-jetboard .extra-wrap p {
  text-align: left !important;   /* linksbÃ¼ndig */
  line-height: 1.6;              /* angenehmer Zeilenabstand */
  max-width: 680px;              /* begrenzt die ZeilenlÃ¤nge */
  margin-left: auto;
  margin-right: auto;
}

#efoil-jetboard .h3,
#efoil-jetboard .h4,
#efoil-jetboard .h5 {
  text-align: left;              /* Ãœberschriften ebenfalls linksbÃ¼ndig */
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
/* Abstand unterhalb der Produktbilder (Haftpflicht, Rechtsschutz usw.) */
#efoil-jetboard .thumb-pad6 .thumbnail {
  margin-bottom: 18px;     /* mehr Abstand zwischen Bild und Text */
}

/* ZusÃ¤tzlich: etwas mehr Luft zwischen den Kacheln selbst */
#efoil-jetboard .thumb-pad6 {
  margin-bottom: 36px;
}

/* Optional: Text-Optimierung unter den Bildern */
#efoil-jetboard .thumb-pad6 p {
  line-height: 1.5;
  font-size: 15px;
  color: #dcdcdc;          /* leicht helles Grau â€“ angenehmer zu lesen auf Schwarz */
  text-align: left;        /* linksbÃ¼ndig fÃ¼r bessere Lesbarkeit */
  max-width: 620px;
  margin: 0 auto;
}
/* Mehr Luft um Telefonnummer & Kontakt-Abschnitt */
#efoil-jetboard p.m-t-15 {
  margin-top: 28px;        /* Abstand nach oben (Ã¼ber der Nummer) */
  margin-bottom: 20px;     /* etwas Luft nach unten, vor dem nÃ¤chsten Block */
  text-align: center;      /* bleibt zentriert */
}

/* Optional â€“ falls du willst, dass der Button etwas weiter runter kommt */
#efoil-jetboard .btn.btn-default {
  margin-top: 12px;        /* kleine Luft zwischen Text und Button */
}
/************ DESKTOP FIXES (>=1200px) ************/
@media (min-width:1200px){

  /* === HERO: Text + Button sauber mittig, ohne absolute/float-Zicken === */
  /* Die Box, die Text + Button enthÃ¤lt, als Spalte mittig ausrichten */
  .thumb-box1 .box{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px !important;
    text-align:center !important;
  }

  /* Textzeile "Mehr fÃ¼r Ihr Boot â€¦" mittig, ohne Floats/Offsets */
  .thumb-box1 .box p{
    margin:0 !important;
    text-align:center !important;
    float:none !important;
    position:static !important;
    transform:none !important;
  }

  /* Der Button unter dem Text, zentriert */
  .thumb-box1 .box > a{
    display:inline-block !important;
    margin:20px auto 0 !important;
    float:none !important;
    position:static !important;
    left:auto !important; right:auto !important;
    transform:none !important;
  }

  /* Die innere Spalte zentrieren (weg mit offset/float) */
  .thumb-box1 .col-lg-6.col-lg-offset-3{
    float:none !important;
    margin:0 auto !important;
    text-align:center !important;
  }
}

/************ PRODUKT-KACHELN: sauberes Raster, gleiche HÃ¶hen ************/
/* HINWEIS:
   In deinem Markup gibt es ZWEI .thumb-box2 nacheinander.
   Die ZWEITE ist der Produkte-Block. Den sprechen wir mit ".thumb-box2 + .thumb-box2" an.
*/

/* Basis: 1 Spalte (Mobile bleibt Ã¼ber anderes CSS) */
/* Tablet: 2 Spalten */
@media (min-width:768px){
  .thumb-box2 + .thumb-box2 .row{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:24px;
    align-items:stretch;
  }
}

/* Desktop: 3 Spalten */
@media (min-width:1200px){
  .thumb-box2 + .thumb-box2 .row{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0,1fr));
    gap:28px;
  }
}

/* Bootstrap-Floats neutralisieren, Karten gleich hoch */
.thumb-box2 + .thumb-box2 .row > [class*="col-"]{
  float:none !important;
  width:auto !important;
  display:flex !important;
  flex-direction:column;
  height:100%;
}

/* Karte selbst auf volle HÃ¶he strecken */
.thumb-box2 + .thumb-box2 .thumbnail{
  display:flex;
  flex-direction:column;
  height:100%;
  border-radius:8px;          /* optisch nicer â€“ optional */
  overflow:hidden;
  background:#fff;            /* optional, falls Hintergrund gebraucht */
}

/* Badge-Bild einheitlich hoch & sauber beschnitten */
.thumb-box2 + .thumb-box2 .badge img{
  width:100%;
  height:180px;               /* 160/200/220 anpassbar */
  object-fit:cover;
  display:block;
}

/* Innenabstand im Textbereich der Karte */
.thumb-box2 + .thumb-box2 .thumbnail .caption{
  padding:16px 16px 18px;
  margin-top:auto;            /* drÃ¼ckt den Textblock nach unten â†’ gleichmÃ¤ÃŸige HÃ¶hen */
}

/* Typografie in Karten (kleine Ordnung) */
.thumb-box2 + .thumb-box2 .caption .title{
  margin:0 0 8px;
}
.thumb-box2 + .thumb-box2 .caption p{
  margin:0 0 10px;
}
@media (min-width:1200px){
  /* Text "Mehr fÃ¼r Ihr Boot" vertikal zentrieren */
  .thumb-box1 .box {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important; /* <-- sorgt fÃ¼r vertikale Mitte */
    align-items: center !important;
    text-align: center !important;
    min-height: 350px; /* HÃ¶he kannst du anpassen, z. B. 320â€“400 */
    padding: 40px 0 !important; /* extra Luft oben & unten */
  }

  .thumb-box1 .box p {
    margin: 0 !important;
    line-height: 1.4 !important;
  }

  /* Abstand zwischen Text & Button */
  .thumb-box1 .box > a {
    margin-top: 25px !important;
  }
}
/* Desktop: Abstand oben fÃ¼r die Hero-Zeile erhÃ¶hen */
@media (min-width: 1200px){
  /* Spalte mit dem Text gezielt ansprechen */
  .thumb-box1 .box .col-lg-6.col-lg-offset-3 p{
    margin-top: 32px !important;   /* <- hier hÃ¶her/tiefer stellen */
    margin-bottom: 0 !important;
    text-align: center !important;
  }

  /* Falls die Klasse mal anders geschrieben ist (robuster Fallback) */
  .thumb-box1 .box .col-lg-6[class*="col-lg-offset"] p{
    margin-top: 32px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }

  /* Button-Abstand darunter (nur falls nÃ¶tig) */
  .thumb-box1 .box > a{
    margin-top: 25px !important;
  }

  /* Sicherheit: die Text-Spalte selbst mittig halten */
  .thumb-box1 .box .col-lg-6.col-lg-offset-3{
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
}
/************ 1) HERO â€“ Text in eine Zeile + etwas tiefer (nur Desktop) ************/
@media (min-width:1200px){
  /* den Textblock treffen und etwas nach unten schieben */
  .thumb-box1 .box .col-lg-6.col-lg-offset-3 p{
    margin-top: 32px !important;        /* bei Bedarf 24/40 testen */
    margin-bottom: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;      /* ganze Zeile in EINER Linie */
    line-height: 1.25 !important;
  }
  /* falls das span vorher blockig war -> inline lassen */
  .thumb-box1 .box .col-lg-6.col-lg-offset-3 p span{
    display: inline !important;
    white-space: nowrap !important;
  }
}

/************ 2) PRODUKT-SECTION â€“ Headline links & schÃ¶ner Ãœbergang ************/
/* der Produkte-Block ist deine ZWEITE .thumb-box2 â€“ die sprechen wir gezielt an */
@media (min-width:1200px){
  /* Abstand nach oben, damit sie nicht â€žin der Mitteâ€œ klebt */
  .thumb-box2 + .thumb-box2{
    margin-top: 60px !important;         /* ggf. 48/72 anpassen */
  }
  /* Headline linksbÃ¼ndig, nicht zentriert */
  .thumb-box2 + .thumb-box2 h2{
    text-align: left !important;
    margin-top: 0 !important;
  }
}
/************ 1) HERO â€“ Text in eine Zeile + etwas tiefer (nur Desktop) ************/
@media (min-width:1200px){
  /* den Textblock treffen und etwas nach unten schieben */
  .thumb-box1 .box .col-lg-6.col-lg-offset-3 p{
    margin-top: 32px !important;        /* bei Bedarf 24/40 testen */
    margin-bottom: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;      /* ganze Zeile in EINER Linie */
    line-height: 1.25 !important;
  }
  /* falls das span vorher blockig war -> inline lassen */
  .thumb-box1 .box .col-lg-6.col-lg-offset-3 p span{
    display: inline !important;
    white-space: nowrap !important;
  }
}

/************ 2) PRODUKT-SECTION â€“ Headline links & schÃ¶ner Ãœbergang ************/
/* der Produkte-Block ist deine ZWEITE .thumb-box2 â€“ die sprechen wir gezielt an */
@media (min-width:1200px){
  /* Abstand nach oben, damit sie nicht â€žin der Mitteâ€œ klebt */
  .thumb-box2 + .thumb-box2{
    margin-top: 60px !important;         /* ggf. 48/72 anpassen */
  }
  /* Headline linksbÃ¼ndig, nicht zentriert */
  .thumb-box2 + .thumb-box2 h2{
    text-align: left !important;
    margin-top: 0 !important;
  }
}
/************ HERO: Textzeile etwas tiefer (nur Desktop) ************/
@media (min-width:1200px){
  /* Abstand oberhalb der Zeile erhÃ¶hen */
  .thumb-box1 .box .col-lg-6.col-lg-offset-3 p{
    margin-top: 28px !important;   /* ggf. 24/32/36 testen */
    margin-bottom: 0 !important;
    text-align: center !important;
    white-space: nowrap !important; /* hÃ¤lt die Zeile in EINER Linie */
    line-height: 1.3 !important;
  }
  .thumb-box1 .box .col-lg-6.col-lg-offset-3 p span{
    display: inline !important;
    white-space: nowrap !important;
  }
}

/************ PRODUKTE: Headline links + sauberes Raster ************/
/* Tablet: 2 Spalten */
@media (min-width:768px){
  .products .row{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 24px;
    align-items: stretch;
  }
  .products .row > [class*="col-"]{
    float: none !important;
    width: auto !important;
  }
  /* Intro (erste Spalte mit H2 + Text) Ã¼ber volle Breite */
  .products .row > .col-lg-6:first-child{
    grid-column: 1 / -1;
  }
}

/* Desktop: 3 Spalten + mehr Luft nach oben */
@media (min-width:1200px){
  .products{ margin-top: 56px !important; }
  .products h2{ text-align: left !important; margin: 0 0 10px !important; }
  .products .row{ grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
}

/* Karten gleich hoch, Bilder oben einheitlich */
.products .thumbnail{
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;          /* optional */
  border-radius: 10px;       /* optional */
  overflow: hidden;
}
.products .badge img{
  width: 100%;
  height: 190px;             /* bei Bedarf 170/200/220 testen */
  object-fit: cover;
  display: block;
}
.products .thumbnail .caption{
  padding: 16px 16px 18px;
  margin-top: auto;          /* Textblock nach unten -> gleiche HÃ¶hen */
}
.products .caption .title{ margin: 0 0 8px; }
.products .caption p{ margin: 0 0 10px; }
@media (min-width:1200px){
  /* Gemeinsame Achse: der .box-Container zentriert seine Kinder */
  .thumb-box1 .box{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;   /* <-- gleiche Horizont-Achse fÃ¼r Text + Button */
    justify-content:center;
    text-align:center !important;
  }

  /* Breiten-/Offset-Zwang der Bootstrap-Spalte neutralisieren */
  .thumb-box1 .box .col-lg-6{
    width:auto !important;
    max-width: 900px;               /* angenehme Lesebreite */
    padding:0 !important;
    float:none !important;
  }
  .thumb-box1 .box .col-lg-6[class*="offset"]{
    margin:0 !important;            /* Offset-Shift entfernen */
  }

  /* WOW/Animate verschiebt oft per translateX â€“ neutralisieren */
  .thumb-box1 .box .wow{
    transform:none !important;
  }

  /* Text & Button-Abstand */
  .thumb-box1 .box p{ margin:6px 0 !important; line-height:1.3 !important; }
  .thumb-box1 .box > a{ display:inline-block; margin:22px auto 0 !important; }
}
/* ===== Einheitliche GrÃ¶ÃŸe fÃ¼r Produktboxen ===== */
.thumb-pad1 .thumbnail {
  height: 100%;
  min-height: 420px; /* gleiche HÃ¶he fÃ¼r alle */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Alle Produktbilder gleich groÃŸ */
.thumb-pad1 .thumbnail .badge img {
  width: 100%;
  height: 160px;
  object-fit: contain; /* sorgt dafÃ¼r, dass das Bild nicht verzerrt */
}

/* ===== Ãœberschriften in Produktboxen hervorheben ===== */
.thumb-pad1 .thumbnail .caption .title {
  font-weight: 800;
  color: #ff0099; /* dein Pink */
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* ===== Ãœberschriften in Produktboxen fett und pink ===== */
.thumb-pad1 .caption p.title,
.thumb-pad1 .caption .title {
  font-weight: 900 !important;
  color: #ff0099 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
/* ===== Nur auf Desktop: Slider-Pfeile weiter nach auÃŸen ===== */
@media (min-width: 992px) {
  .camera_prev,
  .camera_next {
    top: 45% !important; /* leicht nach oben */
  }

  .camera_prev {
    left: 40px !important; /* weiter nach auÃŸen */
  }

  .camera_next {
    right: 40px !important; /* weiter nach auÃŸen */
  }
}
/* ===== Footer Styling Fix ===== */
footer {
  color: #ffffff !important;
}

/* Copyright und Text */
footer p,
footer span,
footer a {
  color: #ffffff !important;
  text-decoration: none;
}

/* Footer-Links gleichmÃ¤ÃŸig anordnen */
footer a:hover {
  color: #000000 !important; /* optional â€“ kannst du entfernen, wenn du kein Hover willst */
}

/* Social Icons korrekt ausrichten */
footer .social-icons,
footer .social {
  display: flex;
  justify-content: center; /* mittig nebeneinander */
  align-items: center;
  gap: 15px; /* Abstand zwischen Icons */
  margin-top: 10px;
}

/* Social Icon Farbe */
footer .social-icons a i,
footer .social a i {
  color: #ffffff !important;
  font-size: 18px;
}

/* Damit nichts mehr schwarz ist */
footer .footer-bottom,
footer .copyright {
  color: #ffffff !important;
}
/* ===== Startseite: Footer-Fix ===== */
.home footer {
  clear: both;                /* falls Floats davor â€žreinragenâ€œ */
  color: #fff !important;
}
.home footer p,
.home footer span,
.home footer a {
  color: #fff !important;
  text-decoration: none;
}
.home footer a:link,
.home footer a:visited,
.home footer a:active { color: #fff !important; }
.home footer a:hover { opacity: .85; }

/* Social-Icons mittig in einer Reihe (verschiedene Markups abgedeckt) */
.home footer .social,
.home footer .social-icons,
.home footer .social ul {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.home footer .social li,
.home footer .social-icons li {
  display: inline-flex;
  align-items: center;
}
.home footer .social a i,
.home footer .social-icons a i,
.home footer i.fa,
.home footer i.fab {
  color: #fff !important;
  font-size: 18px;
  line-height: 1;
}

/* Falls irgendwo hart Schwarz erzwungen wird: */
.home footer *:where(span, p, a, small, strong) {
  color: #fff !important;
}
/* Pfeile im Slider komplett ausblenden */
.camera_prev,
.camera_next,
.camera_commands,
.camera_prev > span,
.camera_next > span {
  display: none !important;
  visibility: hidden !important;
}
/* ===== Bootsversicherung: Intro-Band hinter der Ãœberschrift ===== */
.page-bootversicherung .content.indent .main-title{
  background:#1b1b1b !important;   /* Anthrazit */
  color:#ff0a86 !important;         /* Pink */
  font-weight:800 !important;
  text-align:center !important;
  padding:40px 20px 16px !important;
  margin: -8px 0 0 0 !important;    /* leicht nach oben rÃ¼cken */
  display:block !important;
}

/* Der Block direkt UNTER der Ãœberschrift (Listeneinleitung) */
.page-bootversicherung .content.indent .main-title + .thumb-box10{
  background:#1b1b1b !important;
  color:#ffffff !important;
  padding-bottom:24px !important;
  margin-top:0 !important;
}

/* Text & Links in dieser Einleitung weiÃŸ halten */
.page-bootversicherung .content.indent .main-title + .thumb-box10 .list1-1 li,
.page-bootversicherung .content.indent .main-title + .thumb-box10 .list1-1 a{
  color:#ffffff !important;
}
