/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* ------------ www.versicherungsrat.com ------------ */
/* ---------------- CSS Version  1.0 ---------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */


/* ------------------- allgemein -------------------- */
/* -------------------------------------------------- */

@font-face
{
  font-family:'droid serif';
  font-style:normal;
  font-weight:400;
  src:local('Droid Serif'),url(../fonts/DroidSerif-Regular.woff) format('woff')
}

@font-face
{
  font-family:'droid serif';
  font-style:italic;
  font-weight:400;
  src:local('Droid Serif'),url(../fonts/DroidSerif-Italic.woff) format('woff')
}
@font-face
{
  font-family:'droid serif';
  font-style:normal;
  font-weight:700;
  src:local('Droid Serif'),url(../fonts/DroidSerif-Bold.woff) format('woff')
}
@font-face
{
  font-family:'droid serif';
  font-style:italic;
  font-weight:700;
  src:local('Droid Serif'),url(../fonts/DroidSerif-BoldItalic.woff) format('woff')
}

*, html {
/*    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box*/
}

body {
    margin-top: 120px;
    height: 100%;
    font-size: 16px;
    line-height: 2em;
    font-family: 'Droid Serif', sans-serif;
    /*font-family: 'Playfair Display', sans-serif;
    font-weight: 400;*/
    
    
    color: #101d22;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
}

h1, h2, h3, h4, h5, h6, li, p
{
    overflow-wrap: break-word;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

blockquote, h1, h2, h3, h4, h5 {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    font-weight: inherit;
    color: inherit
}

h1
{
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 2.2em;
    letter-spacing: -1px;
    line-height: 1.2em;
}

h2, h3 {
    letter-spacing: -1px;
    line-height: 1.33333333em;
    margin-top: 0;
    margin-bottom: .5em;
}

nav ul
{
	font-size: 1.4em;
}

form, h6, ol, p, pre, ul
{
    font-size: 1em;
    margin-bottom: 20px
}

h2
{
    
    font-size: 26px
}

h3
{
    font-size: 24px;
}

h4 {
    margin-bottom: .75em;
    font-size: 2.25em;
    line-height: 1.142857142857143em;
}

h5 {
    margin-bottom: 1.25em;
    font-size: 1.5em;
    line-height: 1.333333333333333em;
}

h6 {
    letter-spacing: 4px;
    line-height: 1.5em;
    text-transform: uppercase;
}

ol li, ul li {
    margin-left: 2em;
}

::-moz-selection { background-color: rgba(0, 0, 0, .1);}  
::-ms-selection {  background-color: rgba(0, 0, 0, .1);}   
::selection {  background-color: rgba(0, 0, 0, .1);}  

a
{
	color: #19588c;
}

a:focus, a:hover
{  
    transition: opacity .4s ease-out;
  	-moz-transition: opacity .4s ease-out;
  	-webkit-transition: opacity .4s ease-out;
  	-o-transition: opacity .4s ease-out;
}

.unsere-leistungen a
{
    color: #fff;
    text-decoration: underline;
}

.unsere-leistungen a:focus,
.unsere-leistungen a:hover
{
    color: #000;
    text-decoration: none;
}


/* --------------------- svg-fix -------------------- */

.ie9 img[src$=".svg"] {  
  width:100%;  
  max-width: 645px;  
    
}  
/* 2 */  
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  img[src$=".svg"] {  
    width:100%;  
    max-width: 645px;  
  }  
}

.anzeige_widget
{
	background: rgba(181, 29, 40, 1);
	padding:12px;
	z-index:1000;
	color: #FFF;
	position: fixed;
	text-align: center;
	top: 300px;
	left: -50px; 
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  border-radius: 4px;
}

.anzeige_widget a
{
	color:#FFF;
}


.onlineberatung_widget {
    background: rgba(181, 29, 40, 1);
    padding: 1px 14px;
    z-index: 9999;
    color: #FFF;
    position: fixed;
    text-align: center;
    top: 0px;
    right: 15vw;
    border-radius: 4px;
}

.onlineberatung_widget a
{
	color:#FFF;
}


@media (max-width: 414px) {
    .onlineberatung_widget
    {
      right: 20vw;
      padding: 4px 14px;
      top: 16px;
      border-radius: 4px;
    }
}



/* ---------------------- navbar -------------------- */
/* -------------------------------------------------- */

nav { padding-top: 25px;}

.navbar-brand { max-width: 180px; padding-top: 0px;}

.navbar { min-height: 120px; background-color: #fff; border: none;}

#navbar { padding: 48px 0 0 0;}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: inherit;
    color: #555;
}

/*
.nav > li > a
{
  position: relative;
  display: block;
  padding: 10px 5px;
}
*/
/*
Blauer Kn�del vor dem aktiven Men�punkt

.navbar-default .navbar-nav > .active::before,
.navbar-default .navbar-nav > .active > a:focus::before
{
    background-color: #19588c;
    bottom: 50%;
    content: "";
    height: 12px;
    margin-bottom: -6px;
    left: 0;
    position: absolute;
    width: 4px;
}*/

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #19588c;
  background-color: transparent;
}

.dropdown ol li, .dropdown ul li {
    margin-left: 0;
}

.dropdown-menu {
    font-size: 18px;
    min-width: 280px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #555;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color:#19588c;
  text-decoration: none;
  background-color: #f5f5f5;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.dropdown-menu-right .dropdown-submenu > a::after, .navbar-right .dropdown-submenu > a::after {
    border-style: solid none solid dashed;
    float: right;
}

/*-------------------------------------------------------------*/
.dropdown-submenu2 > a::after { content: "";}  
.dropdown-menu-right .dropdown-submenu2 > a::after, .navbar-right .dropdown-submenu2 > a::after  {
    border-style: solid none solid dashed;
    float: right;
    border-color: transparent -moz-use-text-color;
    border-width: 4px 4px 4px medium;
    margin-left: -10px;
    margin-right: 0;
    margin-top: 6px;}
/*-------------------------------------------------------------*/

.dropdown-menu-right .dropdown-submenu .dropdown-menu, .navbar-right .dropdown-submenu .dropdown-menu {
    right: auto;
    left: 100%;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color:#19588c;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#19588c;
}

@media (max-width: 767px) {
    nav {
        padding-top: 0px;
    }
    .navbar-collapse {
        border-top: none;
        margin-top: 15px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: rgba(0, 70, 127, 1);
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu {
        max-width: 280px;
    }
}

/* -------------------- Themen-Tabs ----------------- */
/* -------------------------------------------------- */

.nav-tabs.nav-justified > li > a {
    
}

 .nav-tabs h3
{
    font-size: 1.5em;
    margin: 7px 0 6px 0;
}

.nav-tabs {
    margin: 0 -15px;
}

ul.nav-tabs { border-bottom: none;}

ul.nav-tabs li {
    margin-left: 0;
}

.nav-tabs > li > a {
    border-radius: 0;
    color: #555555;
    border: 1px solid #c0c0c0;
    border-bottom: #fff;
    text-align: center;
    margin-top: 16px;
    padding-bottom: 6px;
    padding-top: 10px;
    background-color: #fafafa;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #fff;
    border: 1px solid #19588c;
    border-bottom: #fff;
    color: #555555;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {    
    background-color: #19588c;
    border: 1px solid #19588c;
    color: #fff;
    padding: 10px 15px;
    padding: 1em;
    margin-top: 0px;
    
}

/*.tab-nevs li {
    background-color: #19588c;
    border: 1px solid #19588c;
    color: #fff;
    padding: 25px 30px;
}

.tab-nevs li.active {
    background-color: #fff;
    border: 1px solid #19588c;
    color: #fff;
    padding: 25px 30px;
}*/

.panel-body {
    border: 2px solid #19588c;
    margin-right: 2px;
}

@media (max-width: 767px) {
    ul, ol {
        margin-left: -10px;
        padding-left: 0;
    }
    .nav-tabs > li > a {
        border: 1px solid #c0c0c0;
        margin-top: 0px;
        margin-bottom: 6px;
    }

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        border: 1px solid #19588c;
    }

    .nav-tabs > li.active > a, 
    .nav-tabs > li.active > a:hover, 
    .nav-tabs > li.active > a:focus {
        margin-top: 0px;
        margin-bottom: 6px;
    }

}

/* ---------------------- content ------------------- */
/* -------------------------------------------------- */

#tab1default > ul,
#tab2default > ul,
#tab3default > ul
{
	margin-bottom:0;
}


.ueberschrift
{
	text-align: right;
	border-right: solid 1px silver;
}

.datum
{
	margin-bottom: 0;
}

.icons {
    margin-bottom: 0;
    border-top: 1px solid silver;
    text-align: right;
}

.tipp { 
    color: #fff;
    background-color: #19588c;
    border: 1px solid #19588c;
    border-radius: 5px;
    padding: 8px;
    font-weight: bold;
    font-family: Roboto,sans-serif; 
    white-space: inherit;
    max-width: 230px;
}

.tipp:hover, .tipp:focus
{ 
	background-color: transparent;
	color: #19588c;
}

.fa-phone
{
	color: #19588c;
}

.fa:hover
{
	color: #101d22;
}

.fa-lg
{
    vertical-align: -4%;
}

.beratung
{ 
	background-color: #19588c;
	border: 1px solid #19588c;
	color: #fff;
	padding: 25px 30px;
}


a:hover .beratung
{
	background-color: #fff;
	color: #19588c;
	text-decoration: none;
}

.unsere-leistungen
{ 
	background-color: #19588c;
	color: #fff;
	padding: 25px 30px 5px 30px;
}

.modal-title .fa
{
	color: #19588c;
} 

h4.modal-title
{
	font-size: 1.5em;
}

.referenzen h2
{
	color: #fff;
	font-size: 1.4em;
	background-color:#19588c;
	padding: 25px 30px;
	text-align: center;
	margin-bottom: 2em;
}

.referenzen
{
	padding: 10px 0;
}

.einzelreferenz
{
	margin: 1em 0em;
	border-bottom: 1px solid silver;
	padding:10px 0px 20px 0px;
}

.einzelreferenz:last-child
{
	border-bottom: none;
}


/* --------------------- footer --------------------- */
/* -------------------------------------------------- */

footer {
    margin-top: 40px;
    padding: 50px 0 30px 0;
    font-size: .875em;
    text-align: center;
    background-color: #f5f8fa;
    border-top: 1px solid silver;
}

footer a
{
    display: inline-block;
    transition: opacity .2s ease-out;
  		-moz-transition: opacity .2s ease-out;
  		-webkit-transition: opacity .2s ease-out;
  		-o-transition: opacity .2s ease-out;
    color: #292f33;
}

footer img
{
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

footer img:hover
{
	opacity: 1;
	transition: opacity .2s ease-out;
  	-moz-transition: opacity .2s ease-out;
  	-webkit-transition: opacity .2s ease-out;
  	-o-transition: opacity .2s ease-out;
}

footer p:before
{
	background-color: #19588c;
  bottom: 60%;
  content: "";
  height: 34px;
  margin-bottom: -6px;
  left: 0;
  position: absolute;
  width: 6px;
}

footer a:focus,
footer a:hover {
	color: #19588c;
}

.responsiveContainer {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}
.responsiveContainer iframe, .responsiveContainer object, .responsiveContainer embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
iframe {
    border: medium none;
    overflow: hidden;
}




/* --------------------- Queries -------------------- */
/* -------------------------------------------------- */

@media (max-width: 991px){
    .ueberschrift
    {
        text-align: center;
        border-right: none;
    }
}


@media (max-width: 767px) {
    body {
        line-height: 1.7em;
    }

    .navbar-brand
    {
    	max-width: 160px;
    	padding-top: 1em;
   	}
   	
   	.navbar-toggle
   	{
   		margin-top: 1em;	
   	}
   	
   	.navbar-collapse
   	{
   		margin-top: 2em;	
   	}
    
    h1
		{
			margin-top: 0;
			margin-bottom: .5em;
			font-size: 2em;
			letter-spacing: -1px;
		}
    
    .einzelreferenz
    {
	    border-bottom: 1px solid silver;
	    margin: 1em 0em;
    }
    
    .referenzen h2
		{
			color: #fff;
			font-size: 1.2em;
			background-color:#19588c;
			padding: 1em;
			text-align: center;
		}
    
    .referenzen .btn
    {
    	margin: 10px 0px;
    }

    .navbar-default .navbar-nav > .active::before, .navbar-default .navbar-nav > .active > a:focus::before  {
        top: 14px;
    }

    #footer p:before
    {
    	top: 8px;
    }

    footer .visible-xs {
    	display: inline-block !important;
    }

}

/* Pfeil bei Expertentipp */

@keyframes slow-bounce {
	0% {
	    transform: translateX(-3px);
	}
	50% {
    	transform: translateX(3px);
	}
	100% {
    	transform: translateX(-3px);
	}
	}
	@keyframes slow-bounce {
	0% {
    	transform: translateX(-3px);
	}
	50% {
    	transform: translateX(3px);
	}
	100% {
    	transform: translateX(-3px);
	}
}
@keyframes slow-bounce {
	0% {
    	transform: translateX(-3px);
	}
	50% {
    	transform: translateX(3px);
	}
	100% {
    	transform: translateX(-3px);
	}
}
.slow-bounce
{
	/*animation: 2s ease 0s normal none infinite running slow-bounce;*/
-webkit-animation: bounce 2s ease infinite;
animation: bounce 2s ease infinite;
}

.slow-bounce:hover {
    -webkit-animation: bounce 2s ease infinite;
animation: bounce 2s ease infinite;
    /*animation: 2s ease 0s normal none infinite running slow-bounce;*/
}
/* Pfeil bei Expertentipp */
