﻿/* Stylesheet für Christian Lison Versicherungen
* Datum: 10.08.2014
* Datei: style.css
*/
/*==================================================================
* Kapitel 1: Body Kalibrierung
  ==================================================================
*/
body {
    /*background-color: #fff;*/

    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    padding: 0;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
}

.smaller{
    font-size: 0.8em;
}

.transparent{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 25px;
    text-align: center;
    display:none;
}

.phonecall{
    display: none;
}

.clear{
    clear: both;
}
.floating{
    float: left;
}
a img{
    border: none;
}

body ::selection {
    background: #e4101c;
    color: #fff;
}
body ::-moz-selection {
    background: #e4101c;
    color: #fff;
}
body ::-webkit-selection {
    background: #e4101c;
    color: #fff;
}
.center{
    text-align: center;
}
/*==================================================================
* Kapitel 2: Grundgerüst
  ==================================================================
*/

.whatsapp{
    background-color: #52c95d;
    padding: 10px;
    font-size: 12px;
    text-align: left;
    color: #fff;
}

.whatsapp i{
    float: left;
    color: #fff;
    padding-right: 15px;
}

.container{
    padding-left: 0px;
    padding-right: 0px;
}
.design{
    width: 960px;
    margin: auto;
}

.logo{
    padding-left: 30px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 24px;
    height: 73px;
}
.logo img{
    height: 75px;
}

.logolinks{
    padding-top: 15px;
    margin-bottom: 24px;
    height: 70px;
}
.logolinks img{
    height: 65px;
}

.suche{
    padding-top: 12px;
    font-size: 10px;
    text-align: right;
}

.header {
    background-image: -webkit-linear-gradient(top left, #fff 0%, #eeeeee 100%);
    background-image: -moz-linear-gradient(right bottom, #fff 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(#fff 0%, #eeeeee 100%);
    background-image: linear-gradient(#fff 0%, #eeeeee 100%);
    border-bottom: 2px solid #c9c9c9;
}
.menu{
    background-color: #8e8e8e;
    border-bottom: 2px solid #d60f2a;
}
.content{
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.contentwrapper{
    background-image: -webkit-linear-gradient(top left, #eeeeee 0%, #fff 100%);
    background-image: -moz-linear-gradient(right bottom, #eeeeee 0%, #fff 100%);
    background-image: -o-linear-gradient(#eeeeee 0%, #fff 100%);
    background-image: linear-gradient(#eeeeee 0%, #fff 100%);
}

.footer{
    width: 100%;
    border-top: 2px solid #c9c9c9;
    background-color: #eeeeee;
    padding-bottom: 30px;
    padding-top: 10px;
}
.dividingline{
    border-top: 1px solid #c6c6c6;
    width: 100%;
    height: 1px;
}
.dividinglinedick{
    border-top: 2px solid #c6c6c6;
    width: 100%;
    padding-bottom: 5px;
    height: 1px;
}
.logos{
    border-top: 1px solid #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
    height: 85px;
}
.innerfooter{
    width: 960px;
    margin: auto;
}

.footer h2{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-top: 7px;
    margin-top: 0px;
}

#back-top{
    display: block;
    position: fixed;
    bottom: 20px;
    right: 2%;
    z-index: 10;
    padding: 15px;
}

.scalable{
    width: 100%;
}

.spruch{
    padding-top: 52px;
    font-weight: bold;
}

.procontra{
    text-align: center;
}
.white{
    text-align: center;
}
.grey{
    background-color: grey;
    height: 25px;
}

.kleingraukursiv{
    padding-top: 2px;
    padding-bottom: 2px;
    font-style: italic;
    font-size: 12px;
    color: #c9c9c9;
}
.bewertungtext{
    padding-top: 5px;
    padding-bottom: 5px;
}
.bewertungstars{
    color: #d60f2a;
}

.partnerlogo{
    height: 140px;
    display: table-cell;
    vertical-align: middle;
}
.partner .thumbnail{
    width: 100%;
    text-align: center;
    font-weight: bold;
    min-width: 135px;
}
.partner .thumbnail:hover{
    -webkit-box-shadow: 0px 0px 74px -20px rgba(214,15,42,1);
    -moz-box-shadow: 0px 0px 74px -20px rgba(214,15,42,1);
    box-shadow: 0px 0px 74px -20px rgba(214,15,42,1);
}

.partnerlogo img{
    width: 100%;
    height: auto;

}

.checklistenlogo{
    height: 140px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.checkliste .thumbnail:hover{
    -webkit-box-shadow: 0px 0px 74px -20px rgba(214,15,42,1);
    -moz-box-shadow: 0px 0px 74px -20px rgba(214,15,42,1);
    box-shadow: 0px 0px 74px -20px rgba(214,15,42,1);
}

.checkliste img{
    width: 100%;
    height: auto;
}

.checkliste {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.fa {
    text-align: center;
    color: #e4002c;
}

.btn .fa{
    color: #000;
}

.btn:hover .fa{
    color: #fff;
}
.mehrerfahren{
    margin-top: 10px;
    margin-bottom: 5px;
}
.verscheckbox{
    min-height: 240px;
    height: 240px;
}
.verscheckbox ul li{
    list-style-type: none;
}

.versart{
    padding: 5px;
    width: 100%;
}
/*==================================================================
* Social Media
  ==================================================================*/

.socialmediaaround{
    padding-top:4px;
    color: #fff;
    background-color: #e4002c;
    height: 28px;
}
.socialmedia .phone{
    color: #fff;
    padding-top: 3px;
    font-size: 12px;
}
.sociallinks{
    color: #fff;
    text-align: left;
}
.socialmedia a:hover{
    color: #fff;
}
.socialmedia a:link{
    color: #fff;
}
.socialmedia a {
    color: #fff;
}
.socialmedia .fa {
    color: #fff;
}
.sociallink{
    width: 5px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.facebook:hover{
    background-color: #4b67a1;
}
.xing:hover{
    background-color: #006567;
}
.linkedin:hover{
    background-color: #0077b5;
}
.google:hover{
    background-color: #d6412b;
}

.impressum {
    text-align: right;
    color: #fff;
}
impressum a{
    color: #fff;
}
.impressum a:hover{
    color: #fff;
    text-decoration: underline;
}
.socialmedia a:link{
    color: #fff;
}
.socialmedia a:visited{
    color: #fff;
}

.bigred{
    padding-left: 1px;
    font-weight: bold;
    font-size: 50px;
    color: #e4101c;
}

/*==================================================================
* Startseitenbox
  ==================================================================*/
.startseitenbox img{
    width: 100%;
    margin-bottom: 10px;
}

.startseitenbox h2{
    color: #d60f2a;
    font-size: 16px;
}

.startseitenbox{
    padding-bottom: 10px;
}

.startseitenbox .text{
    padding-bottom: 10px;
}

.starttext{
    padding-bottom: 25px;
}

.titlebox{
    color: #d60f2a;
    text-transform: uppercase;
    font-size: 17px;
    padding-top:5px;
    padding-bottom: 10px;
    text-align: center;
}
/*==================================================================
* Tarifrechner
  ==================================================================*/

.tarifrechnerbox {
    width: 31%;
    margin: 5px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    word-wrap: break-word;
}

.tarifrechnerbox .text{
    padding-bottom: 20px;
}

.tarifrechnerbox h2{
    line-height: 25px;
    color: #d60f2a;
    font-size: 16px;
}

/*==================================================================
* Content-Slider Startseite
  ==================================================================*/
.eyecatcher{
    height: 300px;
    width: 960px;
    margin: auto;
    margin-bottom: 15px;
}
.contentslideraround{
    height: 300px;
    width: 960px;

}
.contentslider{
    height: 300px;
    width: 960px;
    padding-bottom: 5px;

}
.slideroverlay{
    position: absolute;
    width: 960px;
    z-index: 200;
    height: 300px;
    background: url(../images/slideroverlay.png);
    border-bottom: 2px solid #c9c9c9;
}
.slidertext{
    position: relative;
    z-index: 300;
    float: left;
}
.slidertext .btn{
    margin-left: 30px;
}
.sliderbild{
    width: 454px;
    float: right;
    position: relative;
}
.item {
    width: 100%;
    height: 300px;
    margin: auto;
}

.item img{
    width: auto;
    height: 300px;
    text-align: right;
}

.text1 h1{
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 25px;
}
.text1{
    padding-left: 30px;
    padding-bottom: 10px;
    font-size: 16px;
    width: 460px;
}
.text1 img{
    width: 100%;
    height: auto;
}
.text1handwritten{
    padding-left: 30px;
    padding-bottom: 10px;
    font-size: 16px;
    width: 480px;

}
.text1handwritten h1{
    font-family: 'Pacifico', cursive;
    line-height: 45px;
    word-wrap: break-word;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 30px;
}
.text2{
    padding-left: 30px;
    padding-bottom: 25px;
    font-size: 16px;
}
.bildlink{
    text-align: center;
    background: rgba(255,255,255,0.5);
    padding: 10px;
    margin-left: 30px;
    margin-top: 50px;
}
.bx-wrapper{
    min-width: 100%;
    max-width: 100%;
}
.bx-pager {
    padding-top: 2px;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
}

.bx-pager .bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-pager.bx-default-pager a {
    background: #8e8e8e;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
    background: #d60f2a;
}
/*==================================================================
* Partner
  ==================================================================*/
.partner {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.partner img {
    width: 100%;
}




/*==================================================================
* LogoSlider Startseite
  ==================================================================*/
.logoslideraround{
    width: 100%;
    margin: auto;
}

.logoslider{
    width: 100%;
}
.logoslider ul {
    width: 100%;
}
.logoslider .bx-wrapper{
    width: 100%;
    max-width: 100%;
}
.logoslider .item{
    width: 100%;
    max-width: 100%;
}
.logoslider li{
    list-style-type: none;
    padding-right: 10px;
    background-color: #fff;
    text-align: center;
}

.logoslider li img{
    width: auto;
    height: 50px;
    background-color: #fff;
    padding: 10px;
}
/*==================================================================
* Kapitel 4: Links
  ==================================================================*/
a{
    color: #000;
}
a:link{
    color: #000;
}
a:visited{
    color: #000;
}
a:hover{
    color: #e4101c;
}

.textcontent a:after {
    padding-left: 5px;
    content: "\f08e";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
}

.textcontent .pdf:after {
    padding-left: 5px;
    content: "\f1c1";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
}


h1, h2, h3, h4{
    color: #d60f2a;
    font-size: 20px;
    line-height: 30px;
}

h5 {
    color: #d60f2a;
    font-size: 16px;
    margin-bottom: 2px;
}

ul{
    list-style-type: square;
}

/* ---------------------------------------------------------------------
---------   Navigation
-----------------------------------------------------------------------*/

.navigation{
    border:none;
    width: 960px;
    margin: auto;
    height: 30px;
    font: 80.5%  Verdana, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    padding-left: 0;
    margin-left: 0;
}
.navigation ul{
    height:30px;
    list-style:none;
    margin: auto;
    padding:0;
}
.navigation li{
    float:left;
    padding:0px;
}
.navigation li a{
    color:#000;
    display:block;
    font-weight:normal;
    line-height:30px;
    margin:0px;
    text-align:center;
    text-decoration:none; padding-left:8px; padding-right:8px; padding-top:0px; padding-bottom:0px;
}
.navigation li a:hover{
    text-decoration: underline;
    /*background-color: #d60f2a;*/
    color: #d60f2a;
}

.navigation li ul{
    background-position: top left;
    background-repeat: no-repeat;
    border-top: 2px solid green;
    display:none;
    padding:0px;
    padding-top: 2px;
    margin:0px;
    border:0px;
    position:absolute;
    z-index:500;
    line-height: 45px;
    font-size: 15px;
}
.navigation li:hover ul{
    display:block;
    line-height: 45px;
}
.navigation li li {
    background-color: #c9c9c9;
    text-decoration: none;
    color: #000;
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:170px;
    line-height: 45px;
}
.navigation li:hover li a{
    background:none;
    line-height: 45px;
}
.navigation li ul a{
    color: #000;
    display:block;
    font-size:12px;
    font-style:normal;
    margin:0px;

    line-height: 45px;
}
.navigation li ul a:hover, .navigation li ul li:hover a{
    text-decoration: underline;
    background-color: #d60f2a;
    color: #fff;
}

.resnav{
    display: none;
}


/*==================================================================
* Kapitel 10: Ilch Standard Klassen
==================================================================*/
#main_col{
    width: 250px;
    margin: auto;
    padding: 10px;
}
.Chead{
    background-color: #d60f2a;
    color: #FFF;
    width: 200px;
    margin: auto;
    padding: 10px;
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b{
    color: #FFF;
}

.Callg{
    background-color: #EFEFEF;
    color: #000000;
}

.Callg td{
    color: #000000;
}

.Cnorm{
    background-color: #DDDDDD;
}
.Cmite{
    background-color: #eeeeec;/*#B4C6D8;*/
}
.Cdark{
    background-color: #d60f2a;
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 960px !important;
        margin: 30px auto;
    }
}


.erstinfoSmall {
	font-size: 12px;
}

.dick {
	font-size: 18px;
}

.spruch{
	padding-top: 65px;
	font-size: 22px;
}