@charset "utf-8";

html
{
    font-size: 100%;
    scroll-padding-top: 5rem;
}

/* BODY */
body
{
    background: #EDECE7;
    /*hyphens: auto;*/
    display: flex;
    flex-flow: column;
}

main
{
    flex: 1 1 auto;
    color: #212529;
}

.content h2
{
    /*color: #0F84C1;*/
    color: #fff !important;
    background: #0F84C1;
    margin-top: 25px;
    padding: 10px;

}

/*div.col-12:has(h2)*/
/*{*/
/*    border-top: 2px solid #0F84C1;*/
/*}*/

p
{
    color: #212529;
}

a
{
    color: #023785;
}

footer
{
    flex: 0 1 165px;
}

footer *
{
    color: #212529;
    font-size: 16px;
    line-height: 1.7;
}

::placeholder,
select option[value=""]
{
    color: #0F84C1 !important;
    opacity: 1 !important;
}

input[type="file"]::file-selector-button
{
    background-color: #0F84C1;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 2px 10px;
}

input[type="file"]::file-selector-button:hover
{

}

.strong {
    font-weight: bold;
}

.italic,
.kursiv
{
    font-style: italic;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.padding-right-small{
	padding-right:5px;
}

.padding-left-small{
	padding-left:5px;
}

.nowrap
{
    white-space: nowrap;
}

.white-background{
	background:#FFF;
}

.full-height{
	height:100%;
}

.vertical-align{
	display: flex;
	align-items: center;
}

.isHidden
{
    display: none;
}

/* generelle Button Styles */
 .btn
 {

 }

 .btn-secondary
 {

 }

.btn-secondary:hover
{
    transition: all 400ms ease-in;
    background-color: rgb(5,37,85);
}

.btn-tertiary
{

}

.btn-tertiary:hover
{
    background: rgb(5,37,85);
    background: linear-gradient(90deg, rgba(5,37,85,1) 50%, rgba(17,149,212,1) 85%);
    color: #ffffff !important; /* FontAwesome übersteuern */
}

@media (max-width: 992px) {
    .btn
    {
        font-size: 15px;
    }

}


/* generelle Tabellen Styles */
table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

table th,
table td
{
    padding: 10px;
}

table.outerBorder
{
    border: 2px solid #333333;
}

table.innerColBorder tr
{
    border-bottom: 1px solid #333333;
}

table.innerColBorder tr:last-child
{
    border-right: none;
}

table.innerColBorder tr > th,
table.innerColBorder tr > td
{
    border-right: 1px solid #333333;
}

table.innerColBorder tr > th:last-child,
table.innerColBorder tr > td:last-child
{
    border-right: none;
}

/* alle FontAweSome Icons */

i.icon
{

}

i.icon_gradient
{
    /*background: linear-gradient( rgba(5,37,85,1) 50%, rgba(17,149,212,1) 85%);*/
    background: transparent linear-gradient( to bottom, #052555 0%, #0F84C1 100%);
    /*opacity: 1;*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* alle Fontawsome stylen */
i[class*="fa"]
{
    /*color:#0f84c1;*/
    color:#1D3887;
}

/* alle Bootstrap Icons stylen */
i.bi
{
    margin-right:5px;
}

.blue_hr
{
    color: #0F84C1;
    background: #0F84C1;
    opacity: 1;
}

.blue_top_border
{
    border-top: 2px solid #0F84C1;
}

.dropdown-menu hr
{
    width: 113%;
    margin: 10px -15px;
}

.legal_texts a
{
    text-decoration: underline;
}

/*NAVBAR*/
.background_color_container
{
    position: absolute;
    top: 0px;
    height: 150px;
    width: 100%;
    z-index: 50;
}

.light_blue
{
    background: #0F84C1;
    /*border-bottom: 2px solid #ffffff;*/
}

.dark_blue_gradient
{
    background-color: rgb(5,37,85);
    background-image: linear-gradient(to right, rgba(5,37,85,1) 50%, rgba(17,149,212,1) 85%);
    color: #ffffff !important; /* FontAwesome übersteuern */
}

.dark_blue_gradient:hover
{
    background-color: rgb(5,37,85);
    background-image: linear-gradient(to right, rgba(5,37,85,1) 20%, rgba(17,149,212,1) 70%);
    transition: background-color 0.5s ease-in-out;

}

.light_grey
{
    background: #EDECE7;
}

.background_color_container .light_grey
{
    background: #EDECE7;
    height: 125px;
}

/* HEADER */

.row.head
{
    position: relative;
    z-index: 100;
    /*width: 100%;*/
    max-width: 1620px;
    margin: auto;
}

.company_link_logo
{
    display: block;
    width: 146px;
    height: 130px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.company-logo
{
    height: inherit;
    width: auto;
    max-width: initial;
    height: 130px;
}

.first_row
{
    height: 50px;
    color: #023785;
}

.first_row .slogan
{
    float: right;
    margin: 0px 20px 0px 165px;
    padding: 10px 20px;
    width: 380px;
    font-size: 16px;
    color: #fff;
    background: #023785;
    border-radius: 0px 0px 10px 10px;
}
body.reiseruecktrittsversicherung .first_row .slogan
{
    width: 290px;
}

.first_row .phone
{
    width: 18%;
    margin-top: 12px;
}

.first_row .email
{
    width: 30%;
    margin-top: 12px;
}

.first_row .opening
{
    width: 50%;
}

.first_row_content
{
    float: left;
    list-style: none;
    margin: 12px 20px 0px 0px;
}

.first_row_content > i
{
    margin-right: 5px;
}

.first_row_content.open_at
{
    margin-top: 1px;
}
.first_row_content.open_at .headline
{

}

.first_row_content.open_at .time
{
    font-size: 12px;
}

.second_row
{
    height: 75px;
    position: relative;
    color: #023785;
}

.second_row i.icon
{
    font-size: 28px;
    margin-right: 17px;
    margin-top: -8px;
    display: inline-block;
}

.second_row i.fa-chevron-down
{
    font-size: 16px;
    margin-right:10px;
}

.second_row .icon_text
{
    float:right;
}


/*Contact Bar*/

.contact-headline{
	/*position: absolute;*/
	/*right: 2%;*/
	/*z-index:100;*/
}

.contact-headline a,.contact-headline a:visited,.contact-headline a:active,.contact-headline a:hover{
	font-size: 16px;
	color: #fff;
}
.contact-headline a:hover{
	text-decoration: underline;
}


.contact-headline .slogan {
  float: right;
  margin: 0px 0px 0px 165px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background: #023785;
  border-radius: 0px 0px 10px 10px;
}

@media (max-width: 786px) {
	.contact-headline #long-slogan{
		display:none;
	}
	.contact-headline .slogan {
		margin-right:1px;

	}
	.contact-headline{
		right:0px;
        font-size: 14px;
	}

	.company-logo{
		height:100px;
	}

	/*.navbar-nav{*/
	/*	background:#023785;*/
	/*}*/

	.navbar-link,.navbar a,.navbar a:active,.navbar a:visited{
		color:#FFF !important;
	}

    /* Nutzungsbedingungen */
    body.nutzung div.mainContent,
    body.faq div.mainContent
    {
        column-count: 1;
    }
}

.navbar
{
    /*width: 1455px; !* 1620 - 165 *!*/
    /*width: 90%;*/
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-color:#7F7955;*/
	background-color: transparent;
    margin: auto;
    /*margin-left: 140px;*/
}

.container-header
{
	padding-left:0px;
	padding-right:0px;
    padding-bottom:10px;
	margin-bottom:0px;
}

.second_header_row
{
    margin-top: -40px;
}

.navbar .navbar-brand
{
	padding-top:0px;
	padding-bottom:0px;
}

#MainNav
{
    margin-bottom: -35px;
}

#MainNav .navbar-nav
{
	padding-top: 40px;
}

#MainNav .nav-item
{
	margin-right:5px;
}

body:not(.reiseruecktrittsversicherung) #MainNav .nav-item:last-child
{
	margin-left: auto;
    /*margin-right:*/
}

#MainNav .nav-link
{
    display: inline-flex;
	padding: 5px 0px 5px 25px;
    margin: 5px 0px 0px 0px;
}

#MainNav .nav-link i
{
    margin: -5px 0px 0px 5px;
    font-size: 1.7rem !important;
}

#MainNav .nav-link i.bi-person,
#MainNav .nav-link i.bi-person-fill
{
    margin: -6px 5px 0px 5px;
}


/* Zwischen 992 und 1250 Breite */
@media (min-width:992px) and (max-width:1250px)
{
    #MainNav .nav-link {
        padding: 5px 0px 5px 15px;
        margin: 5px 0px 0px 0px;
    }

    /*Nutzungsbedingungen ausblenden*/
    #MainNav li.nav-item.nutzung
    {
        display:none;
    }

    /*Sliderboxtexte anpassen*/
    .slider-text h1,
    .slider-text h2
    {
        font-size: 2.4rem !important;
    }

}

#MainNav .nav-link:hover
{
    color:#023785;
}

#MainNav .nav-link:before {
	color:#023785;
	font-size:8px;
	/*content: "▶";*/
	vertical-align:2px;
	padding-right:5px;
}

#MainNav .nav-link.active{
	border:1px solid #023785;
	background-color:#023785;
	color:#023785 !important;
}

#MainNav li:hover
{
	/*color:#FFF !important;*/
	/*background-color:#1D3889;*/
    color:#023785 !important;
}

#MainNav .dropdown-toggle::after{
    content: none;
}



#MainNav .dropdown-menu
{
    width: 270px;
    padding:10px 15px;
    margin: 0px 0px 0px -120px;
    border: 1px solid #0F84C1;
    border-radius: 2px;
    position: absolute;
}

@media (max-width:992px)
{
    #MainNav #login_dropdown.dropdown-menu
    {
        margin: 0px 0px 0px -100px;
    }

    #MainNav .dropdown-menu
    {
        margin: 0px 0px 0px 0px;
    }
}

::placeholder
{
    color: #0F84C1;
}

#MainNav #btnLogin
{
    width: 100%;
    height:35px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border-radius: 0px;
}

/*#MainNav .nav-item:hover #btnLogin,*/
/*#MainNav .dropdown-menu:hover #btnLogin,*/
/*#MainNav #btnLogin:hover{*/
/*    background: url(../images/buttons/triangle-white.png) 0px 5px no-repeat #1D3889;*/
/*}*/


.navbar a,
.navbar a:active,
.navbar a:visited
{
	color: #023785 !important;
    font-size: 18px;
    /*font-weight: normal;*/
}

.navbar a.link-register,
.navbar a.link-register:active,
.navbar a.link-register:visited
{
	color: #000;
	display: block;
	text-decoration: none;
}

a.link-register:before {
    color: #000;
    font-size: 8px;
    content: "▶";
    vertical-align: 2px;
    padding-right: 5px;
}

/*#MainNav .dropdown-menu-register {*/
/*	left: initial;*/
/*	right: 0;*/
/*	min-width: auto;*/
/*}*/

button.navbar-toggler{
	background:none !important;
	margin-top:40px;
	margin-right:1px;
	border-color:#000;

}

/* BANNER */

#head-banner-text-container .headline{
	font-size: 3rem;
	font-weight: lighter;
	color: #0F84C1;
	background: #ffffff;
	opacity: 0.87;
	padding: 15px;
	margin-top: 50px;
	font-family: "Helvetica Neue", Helvetica, "Arial", sans-serif;
}

@media (max-width: 786px) {
	#head-banner-text-container .headline{
		margin-top:0;
		display:block;
	}
}

#head-banner-text-container
{
	padding-top:50px;
	padding-bottom:70px;
}

.gradient-background#head-banner-text-container
{
	background: linear-gradient( to right, #052555 0%, #0F84C1 100%);
}

.backend-home-background#head-banner-text-container
{
    background: url("../images/header/hero_graffiti.webp");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
}

.aboutus-background#head-banner-text-container
{
	background: url("../images/header/hero_schiegg_haus.webp");
	background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-background#head-banner-text-container{
	background: url("../images/header/hero_schiegg.webp");
	background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.landingPage-background-flatrate#head-banner-text-container{
    background-color: #265363;
    /*background: url("../images/landingpages/header_flatrate_versicherung_dark_blue.png");*/
    /*background-position: center center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    height: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
}

#aboutUs-container .mainContent{
	background:#FFF;
	height:100%;
}

#aboutUs-contact-container .text_banner
{
    margin-top: -10px;
    padding: 0px 0px 10px 20px;
}

#aboutUs-contact-container .contactUs
{
	padding: 0px 0px 20px 27px;
}

#aboutUs-contact-container .text_banner,
#aboutUs-contact-container .text_banner a
{
	font-size: 28px;
}

@media ( max-width: 992px ){

    #aboutUs-contact-container
    {
        padding-left: 0px !important;
    }

    #aboutUs-contact-container .text_banner,
    #aboutUs-contact-container .text_banner a
    {
        font-size: 2vw;
    }

}

@media ( max-width: 768px ){

    #aboutUs-contact-container .text_banner,
    #aboutUs-contact-container .text_banner a
    {
        font-size: 4vw;
    }

}



/* Head Banner*/
.head-banner-left .head-banner-headline{
    font-size: 45px;
    font-weight: lighter;
    color: #0F84C1;
    background: #ffffff;
    opacity: 0.87;
    max-width: 670px;
    padding: 15px;
    margin-top: 50px;
    overflow:hidden;
}

.head-banner-right
{
    /*width: 30%;*/
	background: #ffffff;
	opacity: 0.87;
	padding: 35px;
}

.head-banner-right .head-banner-headline{
	font-size: 30px;
	color: #0F84C1;}

.head-banner-right p
{
	font-size: 20px;
	font-weight: lighter;
	margin-top: 50px;
    line-height: 1.5;
}

#banner-welcome{
	background-image: url("../images/header/hero_graffiti.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

@media (max-width: 992px )
{

   .head-banner-left h1.head-banner-headline,
   #head-banner-text-container .headline
   {
       font-size: 2rem;
   }

    .head-banner-right h2.head-banner-headline
    {
        font-size: 1.4rem;
    }

    .head-banner-right p.head-banner-text
    {
        font-size: 1rem;
    }
}

/*.head_banner*/
/*{*/
/*    height: 216px;*/
/*    overflow: hidden;*/
/*    background:url("../images/header/hero_schiegg.webp");*/
/*    background-position: center top;*/
/*    background-size: 100% auto;*/
/*    background-repeat: no-repeat;*/
/*    margin: 0px;*/
/*}*/

/*body.start .head_banner*/
/*{*/
/*    height: 444px;*/
/*    !*background:url("../images/header/Graffiti_groß_1.png");*!*/
/*    background:url("../images/header/hero_graffiti.webp");*/
/*}*/

body.start #head_banner_text_container
{
    height: 444px;
    margin-top: -444px;
    position: relative;
}

body.nutzung #head_banner_text_container,
body.about #head_banner_text_container,
body.faq #head_banner_text_container,
body.kontakt #head_banner_text_container,
body.reiseruecktrittsversicherung #head_banner_text_container
{
    height: 216px;
    margin-top: -216px;
    position: relative;
}

body.start #head_banner_text_container #head_banner_headline,
body.nutzung #head_banner_text_container #head_banner_headline,
body.about #head_banner_text_container #head_banner_headline,
body.faq #head_banner_text_container #head_banner_headline,
body.kontakt #head_banner_text_container #head_banner_headline,
body.reiseruecktrittsversicherung #head_banner_text_container #head_banner_headline
{
    font-size: 45px;
    font-weight: lighter;
    color: #0F84C1;
    background: #ffffff;
    opacity: 0.87;
    max-width: 670px;
    padding: 15px;
    margin-top: 50px;
}

body.nutzung #head_banner_text_container #head_banner_headline
{
    max-width: 925px;
}

body.about #head_banner_text_container #head_banner_headline
{
    max-width: 290px;
}

body.kontakt #head_banner_text_container #head_banner_headline
{
    max-width: 180px;
}

body.faq #head_banner_text_container #head_banner_headline
{
    max-width: 120px;
}

body.reiseruecktrittsversicherung.hotel #head_banner_text_container #head_banner_headline
{
    max-width: 625px;
}

body.reiseruecktrittsversicherung.ferienwohnung #head_banner_text_container #head_banner_headline
{
    max-width: 650px;
}

body.start #head_banner_text_container #head_banner_text,
body.nutzung #head_banner_text_container #head_banner_text,
body.about #head_banner_text_container #head_banner_text,
body.faq #head_banner_text_container #head_banner_text,
body.kontakt #head_banner_text_container #head_banner_text,
body.reiseruecktrittsversicherung #head_banner_text_container #head_banner_text
{
    background: #ffffff;
    opacity: 0.87;
    padding: 35px;
    height:444px;
    min-width: 470px;
}


body.start #head_banner_text_container #head_banner_text #head_banner_second_headline
{
    font-size: 30px;
    color: #0F84C1;
}

body.start #head_banner_text_container #head_banner_text p
{
    font-size: 20px;
    font-weight: lighter;
    margin-top: 50px;
}

/*body.faq .head_banner*/
/*{*/
/*    background:url("../images/header/hero_schiegg_schreibtisch.webp");*/
/*}*/

/*body.about .head_banner*/
/*{*/
/*    background:url("../images/header/hero_schiegg_haus.webp") ;*/
/*}*/

/*body.partnerForm .head_banner,*/
/*body.flatratePartnerForm .head_banner,*/
/*body.showPartner .head_banner,*/
/*body.showFlatratePartner .head_banner*/
/*{*/
/*    background:url("../images/header/hero_schiegg.webp");*/
/*}*/

/*body.landingPage .head_banner*/
/*{*/
/*    background:url("../images/landingpages/header_flatrate_versicherung.png") ;*/
/*}*/

/*body.nutzung .head_banner,*/
/*body.impressum .head_banner,*/
/*body.datenschutz .head_banner,*/
/*body.faq .head_banner,*/
/*body.reiseruecktrittsversicherung .head_banner*/
/*{*/
/*    height: 216px;*/
/*    background: linear-gradient( to right, #052555 0%, #0F84C1 100%);*/
/*}*/

#slider_container
{
    /*height: 320px;*/
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

#slider_container .carousel
{
    /*height: 320px;*/
}

#slider_container .carousel .carousel-item
{
    overflow: hidden;
    position: relative;
}

#slider_container .carousel li::marker
{
    font-size:0;
}

#slider_container .carousel .carousel-indicators > li
{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0px 10px;
    border: 1px solid #0F84C1;
    background: #ffffff
}

#slider_container .carousel .carousel-indicators > li.active
{
    background: linear-gradient(90deg, #052555 0%, #0F84C1 100% );
}

#slider_container .carousel img
{
    width: 100%;
    height: auto;
    /*position: absolute;*/
}

/* Sonderfall mobile Geräte*/
@media (max-width: 576px)
{

    .home #slider_container .carousel img
    {
        width: auto;
        max-width: initial;
        height: 30vw;
        overflow: hidden;
    }
}

#slider_container .carousel .slider_text_container
{
    height: 280px;
    width: 80%;
    /*margin-top: -280px;*/
    /*margin-left: 100px;*/
    font-size: 45px;
    font-weight: lighter;
    color: #0F84C1;
    background: #ffffff;
    opacity: 0.87;
    padding: 15px;
    position: absolute;
    top: 40px;
    left:100px;
}

#slider_container .carousel .slider_text_container h1
{
    font-size: 45px;
    font-weight: lighter;
    color: #0F84C1;
    background: #ffffff;
    opacity: 0.87;
    padding: 0px;
    margin:0px;
}

#slider_container .carousel .slider_text_container h2
{
    font-size: 45px;
    font-weight: lighter;
    color: #023785;
    background: #ffffff;
    opacity: 0.87;
    text-align: right;
    padding: 0px;
    margin:0px;
}

#slider_container .carousel .slider_text_container button
{
    text-align: right;
    font-size: 30px;
    font-weight: lighter;
    color: #ffffff;
    padding: 15px 20px !important;
    float: right;
}

body.start #tiles_container
{
    padding: 50px 23px;
}

body.start #tiles_container .tile
{
    height: 360px;
    width: 32%;
    background: #ffffff;
    padding: 0px;
}

body.start #tiles_container .tile .tile_image_container
{
    height: 290px;
    width: 100%;
    overflow: hidden;
}

body.start #tiles_container .tile .tile_image_container img
{

}

body.start #tiles_container .tile .text_banner
{
    height: 75px;

}
body.start #tiles_container .tile .text_banner i
{
    font-size: 60px;
    display:block;
    margin-top: -12px;
}

body.start #tiles_container .tile .text_banner a
{
    font-size: 28px;
    color: #023785;
    display: block;
    margin: -71px 0px 0px 60px;
}


.carousel-item
{
    background: #ffffff;
}

#slider_container
{
    background: #ffffff;
}

#slider_container .slider-text
{
	text-align: right;
	font-size: 45px;
	font-weight: lighter;
	color: #0F84C1;
	background: #ffffff;
	opacity: 0.87;
	padding: 15px;
	height:100%;
    width: 62%;
    margin: 45px 60px;
}

#slider_container .slider-text h1{
	font-size: 2.6rem;
	font-weight: lighter;
	color: #0F84C1;
	background: #ffffff;
	opacity: 0.87;
	padding:0;
	margin:0;
}

#slider_container .slider-text h2{
	font-size: 2.6rem;
	font-weight: lighter;
	color: #023785;
	background: #ffffff;
	opacity: 0.87;
	padding:0;
	margin:0;
}

#slider_container .slider-text button{
  font-size: 1.6rem;
  font-weight: lighter;
  color: #ffffff;
  padding: 10px 15px;
  margin-top:20px;
  float: right;
}

/* Impressum */
/* Sonderfall: Animiertes und klickbares Element im Text, was auch im WYSIWYG Edit bearbeitet werden kann */
.statusIcon
{
    position: absolute;
    width: 18px;
    height: 18px;
    /*bottom: 10px;*/
    /*right: -10px;*/
    margin-left: 7px;


    &:before,
    &:after{
        content: "";
        position: absolute;
        background-color: #0F84C1;
        transition: transform 0.25s ease-out;
    }

    /* Vertical line */
    &:before{
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left: -1px;
        margin-top: 3px;
    }

    /* horizontal line */
    &:after{
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: 2px;
    }

    &.active{
        /*cursor: pointer;*/

        &:before{ transform: rotate(90deg); }
        /*&:after{ transform: rotate(180deg); }*/
    }
}
.additionalContentContainer
{
    border: 1px solid #0F84C1;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.additionalContent
{

}

.additionalContentHeadline
{
    font-weight: bold;
    color: #0F84C1;
    margin-left: 45px;
}
@media (max-width: 992px)
{
    .additionalContentHeadline
    {
        font-size: 1.1em;
    }
}

.additionalContentText
{
    display: none;
}

.additionalContentText.show
{
    display: block;
}


@media (max-width: 992px ){

    /*.carousel-item{*/
    /*    padding: 70px 50px 0px 20px;*/
    /*}*/

    #slider_container .slider-text
    {
        margin: auto;
        width: 80%;
    }

    #slider_container .slider-text h1,
    #slider_container .slider-text h2
    {
        font-size: 1.5rem;

    }

    #slider_container .slider-text button{
        font-size: 1.5rem;

    }

    .tile
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 40px !important;
    }

    .single_tile
    {
        /*padding-left: 0px !important;*/
        padding-right: 0px !important;
        padding-bottom: 40px !important;
    }

    .landingPage .single_tile
    {
        /*padding-left: 0px !important;*/
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media (max-width: 768px ){

    /*.carousel-item{*/
    /*    padding: 70px 50px 0px 50px;*/
    /*}*/

    #slider_container .slider-text h1,
    #slider_container .slider-text h2
    {
        font-size: 1.3rem;

    }

    #slider_container .slider-text button{
        font-size: 1.2rem;

    }

    #slider_container .carousel-indicators
    {
        display: none;
    }

}

.text-align-left{
	text-align: left;
}

.text-align-right{
	text-align: right;
}

@media (max-width: 480px) {

    .carousel-item
    {
        /*padding: 30px 30px 0px 30px;*/
    }

    #slider_container .slider-text
    {
        margin: auto;
        width: 100%;
    }
}

#three-tiles .tile-text{
	background:#FFF;
	padding-left:0;
	padding-right:0;
}
#three-tiles .tile-text{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:2%;
}

#three-tiles .tile-text,#three-tiles .tile-text a{
font-size:1.5rem;
}


#three-tiles .tile-image{
	background-size: auto !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	height:300px;
}

#three-tiles #tile_1 .tile-image{
	background: url("../images/Kacheln/ansprechpartner.webp");
}

#three-tiles #tile_2 .tile-image{
	background: url("../images/Kacheln/faq.webp");
}

#three-tiles #tile_3 .tile-image{
	background: url("../images/Kacheln/portfolio.webp");
}

.head_banner img
{
    /*width: 120%;*/
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
    /*margin-left: -50px;*/
    /*margin-right: -100px;*/
}


#planprotect{
	width:100%;
	background-image:url("../images/stock_badguy.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position: right;
}

.main-banner{
    margin-top: 15px;
	width: 100%;
    max-width: 1021px;
}

.main-banner .header-content{
	padding-top:1%;
	padding-right:5%;
	width:100%;
	text-align:right;
}

.main-banner .banner-content{
	text-align:right;
	width:100%;
	margin-top:1%;
	padding-right:5%;
	background: rgba(0,0,0,.6);
}

.main-banner .header-content h1{
	font-family:"Helvetica";
	font-weight:lighter;
	color:#FFF;
	font-size:2.5em;
}

.main-banner .banner-content h2{
	font-family:"Helvetica";
	font-weight:bolder;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	font-size:2.0em;
}

#about-us-banner{
	width:100%;
	background:url("../images/header/Header_Wirueberuns.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position: bottom right;
	min-height:300px;
}

/* Sidebar */
.sidebar
{
    position: relative;
    height:100%;
    width: 280px;
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 25px 0px 50px 0px;
    border: 1px solid #0F84C1;
}

.sidebar #minimize_sidebar,
.sidebar #maximize_sidebar
{
    position: absolute;
    background-color: transparent;
}

.sidebar #minimize_sidebar
{
    right: -10px;
    top:    4px;
}

.sidebar #maximize_sidebar
{
    right: -38px;
    top:    4px;
}

.sidebar #minimize_sidebar:hover,
.sidebar #maximize_sidebar:hover
{
    background-color: transparent;
}

.sidebar #minimize_sidebar i.icon,
.sidebar #maximize_sidebar i.icon
{
    display: inline-block;
    /*width:25px;*/
    /*height:30px;*/
    font-size: 35px;
}

.sidebar ul
{
    padding: 0px;
    margin: 0px;
}

.sidebar ul li i.icon
{
    vertical-align: middle;
}

.sidebar ul li a.accordion:after
{
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.20em;
    content: "\f286";
}

.sidebar ul li a.accordion.collapsed:after
{
    content: "\f282";
}

.sidebar ul li a.accordion.hiddenArrow:after,
.sidebar ul li a.accordion.hiddenArrow.collapsed:after
{
    display: none;
}

.sidebar ul li
{
    padding: 10px 0px 10px 13px;
    text-decoration: none;
    list-style: none;
    font-size: 16px;
}

.sidebar ul li.border
{
    border:none !important;
    border-bottom: 1px solid #0F84C1 !important;
}

.sidebar ul li ul
{
    margin-top: 0px;
}

.sidebar ul li ul li
{
    padding: 7px 0px 5px 30px;
}

.sidebar a
{
    font-size: 14px;
}

.sidebar a:hover
{
    color: #0F84C1;
}

.sidebar li.active
{

}

.sidebar li.active a
{
    color: #0F84C1;
    text-decoration: underline;
}

/* Styles für die minimierte Sidebar*/
.sidebar.minimized
{
    width: 50px;
    margin: 25px 15px 0px 0px;
    position: relative;
    background:transparent;
    border: none;
}

.sidebar.minimized > div > ul
{
    /*position: absolute;*/
    border-top: 1px solid #0F84C1 !important;
    border-left: 1px solid #0F84C1 !important;
    border-right: 1px solid #0F84C1 !important;

}

.sidebar.minimized > div > ul > li
{
    padding-right: 10px;
    background:#ffffff;
    border-bottom: 1px solid #0F84C1 !important;
}

.sidebar.minimized > div > ul > li > ul
{
    position: absolute;
    width: 300px;
    background: #fff;
    /*border-top: 1px solid #0F84C1 !important;*/
    /*border-bottom: 1px solid #0F84C1 !important;*/
    /*border-right: 1px solid #0F84C1 !important;*/
    border: 1px solid #0F84C1 !important;
    z-index: 100;
    left: 45px;
    /*margin-top: -37px;*/
    top:55px
}


/* Geschäftsversicherungen */

.geschaeftsversicherungen .form-row label
{
    /*white-space: nowrap;*/
}
/* auf einem mobilen Endgerät */
@media (max-width: 768px) {
    .geschaeftsversicherungen .sidebar
    {
        display: none;
    }

    .geschaeftsversicherungen #insuranceMain button
    {
        text-align: center;
        margin: auto;
    }

    .geschaeftsversicherungen h1
    {
        font-size: 20px;
    }

    .geschaeftsversicherungen textarea
    {
        width: 100%;
        height: 100px;
    }

    .geschaeftsversicherungen #submitbutton
    {
        width: 100%;
    }
}

/* Tooltips */
.tooltip-inner
{
    background-color: white;
    color: #0F84C1;
    border: 1px solid #0F84C1;
    border-radius: 2px;
}

body.showAuthLogins .tooltip,
body.showAuthLogins .tooltip-inner
{
    /*background-color: #0F84C1;*/
    /*color: #ffffff;*/
    max-width: 900px;
    opacity: 1;
    font-size: 15px;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before
{
    border-right-color: #0F84C1;
}


/* Content */

.content
{
    background: #ffffff;
    margin: 10px 0px 30px 10px;
    padding-bottom: 15px;
}

body.homeBackend .content
{
    height:430px;
}

.container > .row:first-child
{
    /*margin-right: 0px;*/
}


.content.maximized
{
    /*max-width: 100%;*/
    /*width: 100%;*/
    /*margin: 10px 0px 10px 10px;*/
}

.content .row.form_headline
{

}

.btn.anfrage
{
    float:right;
    margin: 10px 0px;
}



/* GENERAL */

.container
{
    /*background: #ffffff;*/
}



.homeBackend .container
{
    /*padding: 0px 130px;*/
}

.underline-yellow{
	text-decoration:underline;
	text-decoration-color: #bebc3d;
}

.cta-content{
	padding-right:5%;
	padding-top:1%;
	width:100%;
	text-align:right;
}

.cta-content a{
	background-color: #bebc3d;
	color:#FFF;
	border:1px solid #bebc3d;
	border-radius: 15px;
	padding: 10px;
	font-size: 1.2rem;
	text-decoration: none;
}

.cta-content a:hover{
	background-color: grey;
	color:#FFF;
}

.btn-secondary-invert,
.btn-secondary-invert:hover {
	border: 1px solid #1D3889 !important;
	border-radius: 2px;
    font-size: 14px;
}

/* REGISTER */

.form-register label {
	width: initial;
}

/* Neue Versicherung */
#insuranceMainDIV,
#insuranceGlassesDIV,
insuranceHearingAidDIV
{

}

#insuranceMainDIV #insuranceMain,
#insuranceGlassesDIV #insuranceGlasses,
#insuranceHearingAidDIV #insuranceHearingAid,
#insuranceHearingAidDIV #insuranceHearingAid
{

}

#insuranceMainDIV #insuranceMain #nav-tab,
#insuranceGlassesDIV #insuranceGlasses #nav-tab,
#insuranceHearingAidDIV #insuranceHearingAid  #nav-tab,
#insuranceContactLensesDIV #insuranceContactLenses  #nav-tab
{
    border-bottom: 1px solid #dee2e6;
}

#insuranceMainDIV #insuranceMain #nav-tab .nav-link,
#insuranceGlassesDIV #insuranceGlasses #nav-tab .nav-link,
#insuranceHearingAidDIV #insuranceHearingAid  #nav-tab .nav-link,
#insuranceContactLensesDIV #insuranceContactLenses  #nav-tab .nav-link
{
    border: none;
    position: relative;
}

#insuranceMainDIV #insuranceMain #nav-tab .nav-link.active,
#insuranceGlassesDIV #insuranceGlasses #nav-tab .nav-link.active,
#insuranceHearingAidDIV #insuranceHearingAid  #nav-tab .nav-link.active,
#insuranceContactLensesDIV #insuranceContactLenses  #nav-tab .nav-link.active
{
    border-bottom: 2px solid #0F84C1;
    border-radius: unset;
}

#insuranceMainDIV #insuranceMain #nav-tab .nav-link.active:after,
#insuranceGlassesDIV #insuranceGlasses #nav-tab .nav-link.active:after,
#insuranceHearingAidDIV #insuranceHearingAid  #nav-tab .nav-link.active:after,
#insuranceContactLensesDIV #insuranceContactLenses  #nav-tab .nav-link.active:after
{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0F84C1;

    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.headline-bg-grey {
    color: #fff !important;
    background: #0F84C1;
    padding: 10px;
    /*border: 1px solid #0F84C1;*/
}

.showInsurance .content hr,
.showDamage .content hr,
.showFlatrateDamage .content hr {
    margin: 10px 0;
}

/* Schadenfall melden */



.addDamage .content td,
.addDamage .content p,
.addDamage .content a,
.addDamage .content b,
.addDamage .content input[type="checkbox"] + label {
    font-size: 15px;
}



/* Über uns */

body.about
{

}

body.about #aboutUs-container
{

}

body.about #aboutUs-container .mainContent
{
    padding: 20px;
}

body.about #aboutUs-container > .row:first-child
{
    margin-left: 0px;
}

body.about #aboutUs-container .tile
{
    /*height: 415px;*/
    /*width: 32%;*/
    background: #ffffff;
    padding: 0px;
    margin: 0px 0px 0px 30px;
}

body.about #aboutUs-container .tile .tile_image_container
{
    height: 290px;
    width: 100%;
    overflow: hidden;
}


body.about .text_container
{
    background: #ffffff;
    /*margin-right: 30px;*/
}

body.about #aboutUs-contact-container
{

}

body.about #aboutUs-contact-container .contactUs
{
    color: #0F84C1;
}

body.about #aboutUs-contact-container .mail
{
    color: #0F84C1;
    font-size: 15px;
    text-decoration: none;
    padding-top:10px;
    display: block;
}

body.about #aboutUs-container .tile .tile_image_container img
{

}

body.about #aboutUs-container .tile .text_banner
{
    height: 75px;
}
body.about #aboutUs-container .tile .text_banner i
{
    font-size: 60px;
    display:block;
    margin-top: -12px;
}

body.about #aboutUs-container .tile .text_banner a
{
    font-size: 28px;
    color: #023785;
    display: block;
    margin: -71px 0px 0px 60px;
}

body.about #aboutUs-container .tile .contactUs
{
    margin-left: 20px;
}

body.about #employees_container
{
    padding: 0px 10px 0px 24px; /* Sonderfall */
}

body.about #employees_container .employee_tile
{
    background: #ffffff;
    height:220px;
    margin-bottom: 30px;
}

body.about #employees_container .employee_tile.odd
{
    margin-right: 15px;
}

body.about #employees_container .employee_tile.even
{
    margin-left: 15px;
}

body.about #employees_container .employee_tile .tile_image_container
{
    width: 30%;
    height:220px;
    float: left;
}

.contact-card{
	background: #FFF;
    padding: 20px 60px 20px 20px;
}

.contact-card .quote{
	font-style: italic;
	font-size: 18px;
}

.contact-card .employee-name{
	color: #0F84C1;
	padding-top:15px;
    font-size: 18px;
}

.contact-card-container .image-container{
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    height:170px;
    width: 170px;
    margin-top:10px;
    margin-bottom:10px;
    border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .contact-card-container .image-container {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 786px) {
	.contact-card-container .text-container{
		text-align: center;
		padding-bottom:20px;
    }
}


.contact-card-container .image-container.one{
	background: url( "../images/team/personen/Franz_Schiegg_rund.png" );
}

.contact-card-container .image-container.two{
	background: url( "../images/team/personen/Bettina_Frehner_rund.png" );
}

.contact-card-container .image-container.three{
	background: url( "../images/team/personen/Daniel_Rua_rund.png" );
}

.contact-card-container .image-container.four{
	background: url( "../images/team/personen/Claudia_Bucher_rund.png" );
}

.contact-card-container .image-container.five{
	background: url( "../images/team/personen/Marcel_Schiegg_rund.png" );
}

.contact-card-container .image-container.six{
	background: url( "../images/team/personen/Claudia_Zellhuber_rund.png" );
}




/*body.about #employees_container .employee_tile .tile_image_container.first*/
/*{*/
/*    background: url( "../images/team/personen/Franz_Schiegg_rund.png" ) no-repeat 50%;*/
/*}*/

/*body.about #employees_container .employee_tile .tile_image_container.second*/
/*{*/
/*    background: url( "../images/team/personen/Bettina_Frehner_rund.png" ) no-repeat 50%;*/
/*}*/

/*body.about #employees_container .employee_tile .tile_image_container.third*/
/*{*/
/*    background: url( "../images/team/personen/Daniel_Rua_rund.png" ) no-repeat 50%;*/
/*}*/

/*body.about #employees_container .employee_tile .tile_image_container.fourth*/
/*{*/
/*    background: url( "../images/team/personen/Claudia_Bucher_rund.png" ) no-repeat 50%;*/
/*}*/

/*body.about #employees_container .employee_tile .tile_image_container.fifth*/
/*{*/
/*    background: url( "../images/team/personen/Marcel_Schiegg_rund.png" ) no-repeat 50%;*/
/*}*/

/*body.about #employees_container .employee_tile .tile_image_container.sixth*/
/*{*/
/*    background: url( "../images/team/personen/Claudia_Zellhuber_rund.png" ) no-repeat 50%;*/
/*}*/

body.about #employees_container .employee_tile .employee_text_container
{
    float: left;
    height: 110px;
    width: 70%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 20px;
}

body.about #employees_container .employee_tile .employee_text_container .text_banner
{
    font-style: italic;
    font-size: 15px;
    position: absolute;
    top:5px
}

body.about #employees_container .employee_tile .employee_text_container .employee_name
{
    margin-top: 20px;
    color: #0F84C1;
    position: absolute;
    bottom: 5px;
}

@media ( max-width: 1200px )
{
    .contact-card-container
    {
        margin-bottom: 10px;
    }

    .contact-card
    {
        padding: 20px 20px 20px 20px;
    }

    .contact-card .quote
    {
        font-style: italic;
        font-size: 15px;
    }

    .contact-card .employee-name
    {
        padding-top: 15px;
        font-size: 15px;
    }
}



/* AUTH LOGIN */
.row-auth-login {
	display: none;
}

/* PARTNER */
textarea[name="komment"],
textarea[name="admin_comment"]
{
	width: 100%;
	min-height: 80px;
	padding: 5px 15px;
}

/* PAGINATION */
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-link {
	border-radius: 0;
}

.pagination .page-link.active,
.pagination .active > .page-link {
	background: #1D3889;
	border-color: #1D3889;
	color: #fff;
}

.pagination .page-link {
	color: #1D3889;
}

/* SCHADENFÄLLE */
.showFlatrateDamage textarea,
.showDamage textarea  {
	width: 100%;
	height: 150px;
	padding: 10px 15px;
}

table.dataTable tbody tr.to-be-checked {
    background-color: #CCC;
}

/* Nutzungsbedingungen */
body.nutzung div.mainContent,
body.faq div.mainContent
{
    column-count: 3;
    column-gap: 70px;
    line-height: 1.7;
    /*column-fill: auto;*/
    background: #ffffff;
    margin: 50px 0px 0px 0px;
    padding: 50px;
}
/* Zwischen 992 und 1250 Breite */
@media (min-width:992px) and (max-width:1250px)
{
    /* Nutzungsbedingungen */
    body.nutzung div.mainContent,
    body.faq div.mainContent
    {
        column-count: 2;
    }
}
@media (max-width: 992px)
{
    /* Nutzungsbedingungen */
    body.nutzung div.mainContent,
    body.faq div.mainContent
    {
        column-count: 1;
    }
}

body.nutzung div.mainContent h2
{
    margin-top: 30px;
}

body.nutzung div.mainContent h2:first-child
{
    margin-top: 0px;
}

@media (max-width: 786px)
{
	body.nutzung div.mainContent
    {
        column-count: 1;
    }

    body.nutzung div.mainContent h1
    {
        font-size: 25px;
    }

}

@media (min-width: 786px)
{
    body.nutzung div.mainContent h1
    {
        font-size: 18px;
    }
}

@media (min-width: 992px)
{
    body.nutzung div.mainContent h1
    {
        font-size: 20px;
    }

}



body.faq div.mainContent,
body.homeBackend div.mainContent,
body.kontakt div.mainContent,
body.registerPartner div.mainContent,
body.registerFlatratePartner div.mainContent,
body.admin div.mainContent,
body.error div.mainContent,
body.registrationConfirmation div.mainContent,
body.impressum div.mainContent,
body.datenschutz div.mainContent
{
    background: #ffffff;
    margin: 50px 0px 0px 0px;
    padding: 20px;
}

body.homeBackend div.mainContent
{
    margin: 0px;
}

body.nutzung div.mainContent h2,
body.faq div.mainContent h2,
body.kontakt div.mainContent h2,
body.reiseruecktrittsversicherung div.mainContent h2
{
    font-size: 16px;
    font-weight: bolder;
    color: #0F84C1;
}

/* FOOTER */

.footer
{
    /*background:#FFF;*/
    opacity: 1;
    /*padding: 0px 10px;*/

    /*position: absolute;*/
    /*bottom: 0px;*/
    /*left: 50%;*/

    width: 100%;
    max-width: 1620px;
    margin: auto;
}

body.start .footer
{
    /*padding: 0px 20px 0px 10px; !* Sonderfall *!*/
}

/*body.about .footer*/
/*{*/
/*    padding: 0px 10px 0px 20px;*/
/*}*/



.footer .footerContent
{
    background: #ffffff;
    position: relative;
    /*left: -50%;*/
    max-width: 1620px;
    margin: 0px;
}

.footer .footerContent .texts
{
    white-space: nowrap;
}

.footer .footerContent .tile
{
    width: 32%;
}

.footerContent .disclaimer{
	font-size:10px;
	padding-top:10px;
	padding-bottom:5px;
}

.footerContent
{
    /*border-top: 2px solid #0F84C1;*/
    border-bottom: 5px solid #0F84C1;
}

.footerContent > div
{
    padding: 40px 40px 20px 40px;
}

.footerContent .footer_logo_link
{

}

.footerContent .footer_logo
{
    width: 60px;
    height:auto;
}

.footerContent .footer_company_text
{
    margin: 5px 0px 0px 5px;
}

.footerContent .company_name
{
    font-size: 18px;
}

.footerContent .company_subtitle
{
    font-size: 14px;
}

.footerContent .availabe
{
    margin-bottom: 15px;
}

.footerContent .availabe .left
{
    margin-right: 25px;
}

.footerContent .legal_texts a
{
    margin: 0px 15px 0px 0px;
    text-decoration: underline;
    color: #0F84C1;
}




@media (max-width: 786px) {

	.desktop-only{
		display:none;
	}

	.mobile-only{
		display:block;
	}

	.logo-background{
		background:url("../images/mannheimer-logo.jpg");
		background-repeat: no-repeat;
		background-position:10px;
		background-size:contain;
	}

	.footerContent > div
    {
		padding: 20px 10px 0px 10px;
    }
}

@media (min-width: 576px)
{

    .footer
    {
        max-width: 540px;
        margin:auto;
    }
}

@media (min-width: 768px) {

    .footer
    {
        max-width: 720px;
        margin:auto;
    }

    .desktop-only{
        display:block;
    }

    .mobile-only{
        display:none;
    }
}

@media (min-width: 992px) {

    aboutUs-contact-container
    {

    }

    .footer
    {
        max-width: 960px;
        margin:auto;
    }
}

@media (min-width: 1200px) {

    .head-banner-right p {
        font-size: 18px;
        font-weight: lighter;
        margin-top: 45px;
        line-height: 30px;
    }

    .footer
    {
        max-width: 1620px;
        margin:auto;
    }
}

@media (min-width: 1400px) {

    #banner-welcome .col-xxl-7
    {
        width: 65%;
    }

    #banner-welcome .col-xxl-4
    {
        width: 30%;
    }

    .head-banner-right p {
        font-size: 20px;
        font-weight: lighter;
        margin-top: 50px;
        line-height: 30px;
    }
}


/* Datatables Style */

#showUserDataSearchTable_filter,
#showInsuranceOverviewTable_filter
{
	float:left !important;
}

#showUserDataSearchTable_length
{
	display:none;
}
table.dataTable.no-footer
{
	border:0;
}

table.dataTable tbody tr:hover *
{
	background-color: #1D3887;
	color:#FFF;
	cursor: pointer;
}

/* allgem. SVG Hover für Tabellen */
tr td img.white_svg_icon
{
    display:none;
}
table.dataTable tr:hover img[class="blue_svg_icon"]
{
    display:none;
}
table.dataTable tr:hover img[class="white_svg_icon"]
{
    display:block;
}


#selectedCustomerCaption,
#selectedInsuranceCaption,
#scopeOfInsurance
{
	display:none;
}

#nav-tab .nav-link{
	color:#585858;
}

#nav-tab .active.nav-link{
	color:#000;
}

#editCustomer,#editInsurance{
	cursor: pointer;
}

/* ----------- Reiserücktrittsversicherungen ----------- */

body.reiseruecktrittsversicherung
{

}

body.reiseruecktrittsversicherung label
{
    display: inline;
}

body.reiseruecktrittsversicherung .list
{
    list-style: none;
}

body.reiseruecktrittsversicherung .list > li::before
{
    content: "\2022";
    font-size: 20px;
    color: #0F84C1;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


body.reiseruecktrittsversicherung table.rate
{
    border: 1px solid #0F84C1;
}

body.reiseruecktrittsversicherung table.rate th
{
    border-bottom: 1px solid #0F84C1;
}

body.reiseruecktrittsversicherung table.rate th,
body.reiseruecktrittsversicherung table.rate td
{
    padding: 8px 15px;
}

body.reiseruecktrittsversicherung table.rate th:nth-child(1),
body.reiseruecktrittsversicherung table.rate td:nth-child(1),
body.reiseruecktrittsversicherung table.rate th:nth-child(4),
body.reiseruecktrittsversicherung table.rate td:nth-child(4)
{
    width:80px;
    font-weight: lighter;
}

body.reiseruecktrittsversicherung table.rate th:nth-child(2),
body.reiseruecktrittsversicherung table.rate td:nth-child(2),
body.reiseruecktrittsversicherung table.rate th:nth-child(5),
body.reiseruecktrittsversicherung table.rate td:nth-child(5)
{
    width:80px;
    font-weight: bold;
}

body.reiseruecktrittsversicherung table.rate th:nth-child(3),
body.reiseruecktrittsversicherung table.rate td:nth-child(3),
body.reiseruecktrittsversicherung table.rate th:nth-child(6),
body.reiseruecktrittsversicherung table.rate td:nth-child(6)
{
    width:100px;
    font-style: italic;
    font-weight: lighter;
}

body.reiseruecktrittsversicherung
{

}

body.reiseruecktrittsversicherung .zahlart_container
{
    background: #ffffff;
    padding: 20px 20px 5px 20px;
    width: 170px;
}

body.reiseruecktrittsversicherung  .zahlart_container input
{
    margin-bottom: 20px;
    margin-right: 10px;
}

body.reiseruecktrittsversicherung
{

}

body.reiseruecktrittsversicherung .kontodaten,
body.reiseruecktrittsversicherung .fellow_traveler_row
{
    display: none;
}

body.reiseruecktrittsversicherung
{

}

body.resetPassword .mainContent {
    background: #fff;
}

/* Kontaktseite */
body.kontakt .mainContent p,
body.kontakt .mainContent a {
    font-size: 15px;
    font-family: "Arial", sans-serif;
}

body.kontakt .mainContent h2 a {
    font-size: inherit;
    color: inherit;
}

.admin-banner .inactive {
    background: rgba(255,0,0,.15);
}

/* Landingpage */
.landingPage .mainContent
{

}

.landingPage .mainContent .equal_height_row
{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

.landingPage .mainContent .col-md-8.equal_height_col
{
    /*display: flex;*/
}

.landingPage .mainContent .col-md-8.equal_height_col .row.equal_height_single_row
{
    height: 33%;
}

.landingPage .mainContent .single_tile
{
    display: flex;
    align-items: stretch;
    margin:10px 0px 10px 0px;

}
.landingPage .mainContent .single_tile .tile_container
{
    background-color: #fff;
    padding: 20px;
    width: 100%;
}

.landingPage .mainContent .single_tile h2
{
    color: #0F84C1;
}

.landingPage .mainContent .single_tile sub
{
    bottom: 2px;
}

.landingPage .mainContent form
{
    margin: 10px 0px 17px 0px;

}

@media (max-width: 992px) {

    .landingPage .mainContent .form_block
    {
        padding-left: 0px !important;
    }

}

.landingPage.flatrate .mainContent form,
.landingPage.business-insurance .mainContent form
{
    color: #ffffff;
    background: #265363;
}

.landingPage.partnership .mainContent form
{
    color: #ffffff;
    background: #0F84C1;
}

.landingPage .mainContent form h1
{
    color: #ffffff;
}

.landingPage .mainContent form .register_button button
{
    width: 100%;
}

.landingPage.flatrate .mainContent form .register_button button,
.landingPage.business-insurance .mainContent form .register_button button
{
    color: #ffffff;
    background: #212529;
}

.landingPage.partnership .mainContent form .register_button button
{
    color: #ffffff;
    background: #073B6E;
}

@media (max-width: 992px)
{
    .triple_block
    {
        margin-right: 0px !important;
    }
}

/* Kundenstimmen */
#customer_quotes #slider_container
{
    height: 460px;
}

#customer_quotes #slider_container .carousel
{
    height: 460px;
}

#customer_quotes .carousel-item
{
    height:100%;
    padding: 10px 20px;
    background: #ffffff;
}

#customer_quotes .carousel-item p
{
    font-size: 22px;
}

#customer_quotes .carousel-item .customers_image_container
{
    height: 100%;
}

#customer_quotes .carousel-item .customers_image_container h3
{
    text-align: center;
    color: #0F84C1;
}

#customer_quotes .carousel-item img
{
    margin:auto;
    width: 380px !important;
    display: block;
}

/* Zwischen 992 und 1250 Breite */
@media (min-width:992px) and (max-width:1250px)
{
    #customer_quotes .carousel-item p
    {
        font-size: 18px;
    }
}
@media (max-width: 992px)
{
    #customer_quotes #slider_container
    {
        height: auto;
    }

    #customer_quotes #slider_container .carousel
    {
        height: auto;
    }

    #customer_quotes .carousel-item p
    {
        font-size: 16px;
    }
}

/* Offers, Versicherungsbanner */
@media (max-width: 992px)
{
    .offers
    {
        margin-right: 0px !important;
    }
}

@media (max-width: 768px)
{
    .offers h1
    {
        padding: 10px 0px 0px 15px;
    }
}

/* Datenschutz Sonderfälle */
body.datenschutz h2
{
    margin-top: 30px;
    margin-bottom: 10px;
}

body.datenschutz .table_outer_wrapper
{
    width:100%;
    box-sizing:border-box;
}

body.datenschutz .table_inner_wrapper
{
    overflow-x: auto;
}

body.datenschutz table tr th:first-child,
body.datenschutz table tr td:first-child
{
    width: 22%;
}

body.datenschutz table tr th:nth-child(3),
body.datenschutz table tr td:nth-child(3)
{
    width: 10%;
}
.mailInvoiceCollection textarea {
    background: #fff;
    height: 200px;
}

.cookie-consent
{
    box-shadow: 0px -3px 8px #888;
}

.text-blue {
    color: #0F84C1;
}

.listDamage table.selection td,
.listInsurance table.selection td{
    overflow-wrap: anywhere;
}

.listDamage table.selection td:nth-of-type(1),
.listDamage table.selection td:nth-of-type(2),
.listInsurance table.selection td:nth-of-type(1) {
    white-space: nowrap;
}

#insuranceListTable_wrapper .top {
    display: flex;
    justify-content: space-between;
}

#custom-search-datatable-wrapper {
    display: flex;
    align-items: center;
}

#custom-search-datatable-wrapper input[type=search] {
    outline-offset: 0;
    outline: 0;
    font-size: 15px;
    font-weight: 200;
    padding: 7px 8px;
    border-radius: 3px;
    border: 1px solid #B2AF8460;
}

#custom-search-datatable-wrapper input[type=search]:focus {
    border-color: #000;
}

.loading-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    z-index: 2;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    display: none;
}

.loading-overlay .spinner {
    border: 6px solid #052555;
    border-left-color: #25b2fb;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    animation: spin 1s linear infinite;
    margin: auto; /* Zentriert das Spinner-Element */
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.warning-box {
    background: #ffe4d4;;
}

.warning-box h2 {
    background: #fd7e14;
    margin: 0;
}

.warning-box .warning-box-content {
    padding: 1rem;
}

div.dataTables_processing {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
    width: 100%;
    margin: 0 !important;
    background: rgba(0,0,0,.8);
    z-index: 10;
    padding-top: 10%;
    color: #fff !important;
}

div.dataTables_processing > div:last-child > div {
    background: rgb(17 149 212);
}

#dataTablesDamages_wrapper { 
    margin-top: 30px; 
    min-height:300px; 
}

.addEgDownload textarea,
.editEgDownload textarea {
    width: 100%;
    min-height: 100px;
    font-size: 15px;
    padding: 10px 15px;    
}

.pane-download {
    border: 1px solid #0F84C1;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pane-download .download-link {
    font-weight: bold;
}

.pane-download .small {
    font-size: .75rem;
}

p.download-title {
    font-weight: bold;
    margin: 0 0 15px;
}

p.download-description {
    margin: 0 0 20px;
}

.download-link-container {
    margin-top: auto;
}

/* Youtube Einbettung Start */
.youtube-wrapper .privacy-hint {
    font-size: 13px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    z-index: 2;
}

.youtube-wrapper .privacy-hint a {
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
}

.youtube-placeholder {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-align: center;
    border: 0;
    flex-direction: column;
}

.youtube-placeholder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
}

.youtube-placeholder.video-loaded::before {
    display: none;
}

.youtube-wrapper .play-button {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.row-text-youtube {
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
    .row-text-youtube .youtube-wrapper {
        padding-right: 1px;
    }
}

@media screen and (max-width: 991px) {
     .youtube-wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
/* Youtube Einbettung Ende */

.landingPage.business-insurance .bi-check-lg:before {
    font-weight: bold !important;
}

div.form-row .alert-danger ul {
    background: none;
    margin: 0;
    padding-left: 0;
}

div.form-row .alert-danger ul li {
    list-style: none;
}

#customer_quotes.business-insurance-carousel,
#customer_quotes.business-insurance-carousel #slider_container .carousel,
#customer_quotes.business-insurance-carousel #slider_container {
    height: auto;
}

/* Modal-Ausschlüsse Schadenfälle Anfang */
#modalExclusionsExcerpt .modal-dialog {
    margin-top: 100px;
}
.exclusion-list {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
    font-size: 1rem;
}

.exclusion-list li {
    counter-increment: item;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.exclusion-list li::before {
    content: counter(item, lower-alpha) ")";
    position: absolute;
    left: 0;
}

.exclusion-list li.hide {
    margin: 0;
}

.exclusion-list li.hide::before {
    display: none;
}
/* Modal-Ausschlüsse Schadenfälle Ende */