body{
 	@import url('https://fonts.googleapis.com/css2?family=Lato&family=Roboto&display=swap');
  	font-family: 'Lato', sans-serif;
  	font-family: 'Roboto', sans-serif;
  	color:#233F4F;
  	font-size: 1.1875rem;
  	font-weight: 300;
}
/*Card Box Blau*/
/*Col mit Dunkelblauen-Hintergrund*/
.card-box-blau{
  	background-color: #1b223d;
  	padding-left: 2rem;
  	padding-right: 2rem;
  	padding-bottom: 2rem;
  	padding-top: 3rem;
  	border: 1rem solid #FFFFFF;
}
.card-box-blau h3{
  	color:#69B9E8;
  	text-transform: uppercase;
  	font-size: 1.75rem;
  	padding-top:1.25rem;
  	padding-bottom:1.75rem;
}
.card-box-blau p{
  	color:#ffffff;
  	font-size: 1.1875rem;
  	font-weight: 300;
}
.card-box-blau ul {
  	font-size: 1.25rem;
  	list-style: none;
  	color:#FFFFFF;
  	padding-left: 0; 
}
.card-box-blau ul li::before {
  	content:"\25A0";  
  	color: #67B9E8;
  	font-weight: bold; 
  	display: inline-block; 
  	padding-right: 1rem;
}
.card-box-blau img{
  height: 300px;
    width: 100% !important;
    object-fit: cover;
    object-position: top center;
}

/*Card Box Hellblau*/
/*Col mit Hellblauen-Hintergrund*/

.col-hellblau{
  	background-color: #69B9E8 !important;
}
/*Card Box Vorteile*/
.col-benefit{
  	background-color: #69B9E8;
  	padding: 2rem;
}
.col-benefit p{
  	color:#ffffff;
  	font-size: 1.1875rem;
  	font-weight: 300;
}
.col-benefit p::before{
  	content:"\2713";  
  	color: #91E85D;
  	font-weight: bold; 
	font-size: 2rem;
  	display: inline-block; 
  	padding-right: 1rem;
}
/*Bubble*/
/*CE-Elemente auf Blauen Hintergrund*/
/*Text Hintergrund Transparent, IMG umrandet*/

.bubble{
  	vertical-align: bottom !important;
}
.bubble h1{
  	font-size: 4rem;
  	color: #1b223d;
}

.bubble h2{
  	color: #1b223d;
  	font-size: 3rem;
  	text-transform: uppercase;
}
 
.bubble p{
  	color: #ffffff;
    font-size: 1.1875rem;
  	font-weight: 300;
}
.bubble img{
 	width: calc(100% - 1rem);
  	padding-left: 1rem;
  	padding-right: 1rem;
  	padding-bottom: 1rem;
  	padding-top:3rem;
  	background-color: #000000;
  	box-shadow: 0.75rem 0.75rem rgba(47,77,99,1);
}
/***********************************************************
 * Navigation
 */
.nav-link{
  font-size: 16px!important;
}

#nav-primary .navbar{
	padding: 1.5rem; 0;
	
}
#nav-primary .navbar >.container:first-child{
	height:50px;
}
#nav-primary .navbar >.container:first-child nav{
	height:100%;
}
#nav-primary .navbar-brand+div{
  padding:0.5rem 0;
}
#nav-primary .navbar-brand img{
	height:100%;
	/*height:50px;*/
}
.navbar-brand{
	padding-top:0;
	padding-bottom:0;
	margin-right:3rem;
}
.navbar-brand img {
  height: 120px;
}
ul.mega-menu {
	top: calc(50px + 1.5rem) !important;
}
ul.mega-menu a{
	color:#67B9E8 ;
}
/*
// batz.info - 2021-05-08
// Trennlinien entfernt
#nav-primary .d-block{
	border-right:1px solid black;
}
#nav-primary .d-block:last-of-type{
	border-right:none;
}
*/



/***********************************************************
 * Jumbotron/Hero background: linear-gradient(45deg, rgba(103,185,232,1),rgba(47,77,99,1));	
 */
.hero-content.container{
	padding:0;
}
.hero{
	text-transform:none;
  	min-height: calc(100vh - 120px);!important;
  	margin: auto;
  	hyphens:auto;
  	display:flex;
  	align-items: center!important;
    justify-content: center!important;
   	-webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
}

.hero-bg{
    background-color: #69B9E8;
    
}

.hero h1{
    font-size: 4rem;
	color:#1b223d;
 	text-transform: uppercase;
}
.hero h2{
    font-size: 3rem;
	color:#FFFFFF;
	text-transform: uppercase;
}
.hero h3{
	color:#FFFFFF;
}
.hero h4{
    font-size: 3rem;
	color:#FFFFFF;
  	text-transform: uppercase;
}
.hero p{
	color:#1b223d;
  	font-size: 1.25rem;
}

.hero img{
  max-height:75vh!important;
}
/* batz.info - 2021-05-08 
 * Text wurde abgeschnitten
*/
.hero .ce-content{
    overflow:visible
}
/***********************************************************
 * Buttons
 */
 .btn-big-white {
    background-color: #FFFFFF;
    border-radius: 60px;
    border: 2px solid #FFFFFF;
    color: #1b223d;
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none;
    vertical-align: middle;
}

.btn-big-white:hover {
    color: #FFFFFF;
    background-color: #1b223d;
    border: 2px solid #FFFFFF;
    text-decoration: none;
    transition: all .3s ease;
	
}
 .btn-blue{
    background-color: #ffffff;
    border: 2px solid #69B9E8;
    color:#69B9E8;
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none;
    vertical-align: middle;
}

/***Tap***/
.my-tab nav-item{
  background-color: #69B9E8;
}
.tap-content{
  	padding:0 !important;
  	margin:0 !important;
}

.tap-content container{
   	padding:0 !important;
  	margin:0 !important;
}

.tap-pane{
  	padding:0 !important;
  	margin:0 !important;
    background-color: #111;
}
/***********************************************************
*Icons vor Kontakt
*/
.ico-before-phone{
  font-size:16px;
}
.ico-before-phone::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: "\f879";
  margin-right: 0.5rem;
}
.ico-before-mail{
  font-size:16px;
}
.ico-before-mail::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: "\f0e0";
  margin-right: 0.5rem;
}
/***********************************************************
 * Call to Action-Block
 */
.calltoactionblock{
	background-color:#1b223d;
	padding:5rem 0;
	color:#fff;
}
.calltoactionblock h1{
	font-size:2.5rem;	
}

.calltoactionblock .btn-big-white:hover {
    color: #69B9E8;
    background: #FFFFFF;
}
@media (max-width: 991.98px){
	.nav-calltoaction {
	    justify-content: center;
	}
}


/**
 * Fußbereich
 */

footer{
	background-color:#1b223d !important;
}
footer h2{
	font-size:1.25rem;
  	color:#ffffff; 
}
footer h3{
	font-size:1rem;
  	color:#ffffff; 
}
footer p{
  color:#ffffff;
  font-size: 1rem;  
}
/**
 * Powermail
 */

.powermail_form_2 h3,
.powermail_form_2 legend
{
	display:none;
}


/***********************************************************
 * Icons
 */

a.tel:before, a[href^="tel:"]:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    font-size: inherit;
    content: "\f095";
    margin-right: .3rem;
}


/***********************************************************
 * Slider
 */
.flexslider .caption-title{
	text-align:center;
	font-size:1.3rem;
}
.flexslider .caption-body{
	text-align:center;
	font-size:1.2rem;
	line-height:1.5em;
}
.flex-control-paging li a {
    background: #69B9E8;
}

.flexslider .slides  li{
	text-align:center;
}
.flexslider .slides img{
	width:100px;
	align-self:center;
	display:inline;
}

/***********************************************************
 * Individuelle CSS-Klassen
 */
.img-max-height-25px img{max-height:25px;}
.img-max-height-50px img{max-height:50px;}
.img-max-height-100px img{max-height:100px;}
.img-max-height-150px img{max-height:150px;}
.img-max-height-200px img{max-height:200px;}
.img-max-height-250px img{max-height:250px;}
.img-max-height-300px img{max-height:300px;}

.hyphens{
    hyphens:auto;
}

