/* VERTRIEBSPARTNER CSS */


html
{
          font-family: 'Open Sans', sans-serif;
          -ms-text-size-adjust: 100%;
          -webkit-text-size-adjust: 100%;
            box-sizing: border-box;
        }

        body {

            background: #fff;
            margin-left: 0;
            margin-right: 0;
            color: #333;
            font-size: 15px;
            font-weight:300;
        }

        p {
            margin: 2px 0;
            line-height: 23px;
        }

        a {
            text-decoration: none;
            color: #1f559f;
        }

        h1 {
            font-size: 1.25rem;
        }

        b, strong {font-weight:570;}

h3 {
	margin-top: 10px;
}

        /* ========================================== */
        /* HEADER UND NAVIGATION */

        header {
            position: relative;
            margin: 20px auto 30px;
            width: auto;
            max-width: 1000px;
            height: auto;
            text-align: center;
        }

        nav {
            z-index: 9999;
			
            background-color: #F7F7F7;		
            margin-top: 25px;
			border-radius: 15px;
        }

        nav ul {
            padding: 0;
            list-style: none;
        }

        nav ul li {
            display: inline-block;
            padding: 10px 20px;
            color: #888;
        }

        nav ul li a {
            transition: color .5s ease;
            font-weight: 400;
			text-decoration: underline;   
        }

        nav ul li a:hover,
        nav ul li a:active {
            color: #333;
        }


        /* ========================================== */
        /* BLOECKE / BEREICHE DER SEITE */

        section {
            position: relative;
            margin: 0 auto;
            text-align: center;
        }

        section:nth-child(even) {
            background-color: #fff;
        }

        figure {
            margin: 0;
        }

        figure img {
            max-width: 100%;
        }

        .two-column {
            -webkit-perspective:1;

            /* Anzahl Spalten geändert */
            -webkit-column-count: 2; /* Ch, Saf, And, BB  */
            -moz-column-count: 2; /* Fx */
            column-count: 2; /* IE 10, Op 11.1+ */

            /* Abstand Spalten */
            -webkit-column-gap: 4em;
            -moz-column-gap: 4em;
            column-gap: 4em;
        }
       .multicolumn {
            -webkit-perspective:1;

            /* Anzahl Spalten geändert */
            -webkit-column-count: 3; /* Ch, Saf, And, BB  */
            -moz-column-count: 3; /* Fx */
            column-count: 3; /* IE 10, Op 11.1+ */

            /* Abstand Spalten */
            -webkit-column-gap: 4em;
            -moz-column-gap: 4em;
            column-gap: 4em;
        }

        .one-column {
            margin-bottom: 40px;
        }

        .one-column p {
            margin-bottom: 1.5rem;
        }

/* einzelne Artikel im 3-spaltigem layout  */
        article {
            overflow: hidden;
            width: 33%;
            display: table-cell;
            padding-right: 30px;
        }


        article h3  {
            margin: 5px 0;
        }

        thema {
            overflow: hidden;

            padding:20px;
			padding-bottom: 30px;
			display: inline-table;
        }
        thema h3  {
            margin: 5px 0 0 0;
			color: #1f559f;
        }
        thema li  {
            
           
            margin-left: 50px;
            max-width: 90%;
			color: #000;
			text-align: left;
        }

/* Text im Artikel  */
        figcaption {
            display: inline-block;
            line-height: 22px;
            margin-top: 5px;
            max-width: 90%;
        }

        figcaption span {
            display: block;
            margin-bottom: 5px;
            font-weight: 400;
       }
		
/* Lauftext (Gesamtbreite ) */
        .callout {
            position: relative;
            overflow: hidden;
            margin: 0 auto;
            padding: 0 10px 10px;
            width: auto;
            max-width: 1000px;
        }

        .callout a {
            text-decoration: underline;
        }

        .callout a:hover {
            color: #333;
        }

        .callout > h2 {
            font-weight: 300;
            font-size: 28px;
            text-align: center;
        }

        .callout > ul {
            padding-left: 1rem;
        }
        .callout > ul li {
            margin: 5px 0;
        }


        .definition-list dt {
            margin-bottom: 0.21rem;
            font-weight:400;
        }

        .definition-list dd {
            margin: 0 0 1.5rem 0;
        }

        .secondary-heading {
            font-weight: normal;
            font-size: 15px;
            color: #1f559f;
        }

        .competency-heading {
            margin-top: 60px;
            font-weight: 400;
        }

        /* Lebenslaufbild oben */
        .cliped-image {
            border-radius: 100%;
			
			
            /* ff */

            /* Clip-Path als Alternative 
            -webkit-clip-path: circle(50% at 50% 50%);
            clip-path: circle(50% at 50% 50%);
           */
        }

		/* Bild über Seitenbreite */
		.full-img	{
	    object-fit: contain;
   		max-width: 100%;
   		max-height: 100%;
  		width: auto;
  		height: auto;
		}

        .zitat-image {
            display: inline-block;
            padding-right: 2px;
            width: 35px;
            height: 35px;
            vertical-align: top;
            line-height: 40px;
            text-align: center;
            background: #E3001b;
        }

        .zitat-image + p {
            display: inline-block;
            margin: 5px 0 0 10px;
            width: 90%;
        }
/*-- Der Punkt in der Navigation */
        .section-arrow {
            position: relative;
            top: -20px;
            display: inline-block;
            width: 40px;
            height: 40px;
            background: #0000FF;
            border-radius: 50%;
            line-height: 40px !important;
            text-align: center;
            color: #fff;
        }

/* Buttons */
.btn {
  background-color: #1f559f;
  border: none;
  color: white;
  padding: 10px 10px;
  margin: 5px 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 7px;
  width: 200px;
  text-align: center;
	

}
.btn-grau {
  background-color: #cecece;
  border: none;
  color: #999999;
  padding: 15px 15px;
  margin: 5px 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 7px;
  width: 270px;
  text-align: left;
	

}
/* Darker background on mouse-over */
.btn:hover {
  background-color: #2A6CC8;
box-shadow: 2px 2px 10px -2px #333333;
	
}

.btn-tier {
  background-color: #009f3e;
	box-shadow:1px 3px 5px -1px #999999;  
  border: none;
  color: #FFFFFF;
  padding: 15px 15px 15px 0px;
  margin: 8px 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 5px;
  width: fit-content;
height: 45px;
  text-align: center;
display: inline-flex;

}
.btn-tier:hover {
  background-color: #00B044;

}
.btn-sach {
background-image: url("../bilder/bg-sachversicherung.jpg");
background-repeat: no-repeat;
  box-shadow:1px 3px 5px -1px #999999;  
  border: none;
  color: #000000;
  padding: 20px 15px 15px 15px;
  margin: 8px 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  width: 200px;
height: 70px;
display: inline-flex;
justify-content: center;
}	

.klammer {font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 16px;}


        .back-to-top-button {
            position: relative;
            top: -25px;
            display: inline-block;
            width: 100px;
            height: 23px;
            background: #fff;
            border-radius: 5px;
            line-height: 20px !important;
            text-align: center;
			font-size: 14px;
            color: #999999;
}

     .button {
            position: relative;
            margin: 8px;
            display: inline-block;
            width: 300px;
            height: 45px;
            background: #1f559f;
            border-radius: 20px;
            line-height: 42px !important;
            text-align: center;
		 text-decoration: underline;
            color: #fff;
		 
        }


        /* ========================================== */
        /* FOOTER  Fuß*/
        footer {
            clear: both;
            position: relative;
            margin: 60px auto 0;
            width: auto;
            height: 100px;
            text-align: center;
            background: #C0C0C0;
            color: #fff;
        }

        footer a:hover {
            color: initial;
            text-decoration: underline;
        }

        footer .footer-copyright {
            margin: -5px auto 0; /* -40px --> gleicher Wert wie bei .back-to-top-button */
            max-width: 800px;
            text-align: left;
            padding-left: 10px;
        }

        footer i.rotate {
            /* Pfeil nach oben - rotieren */
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);            /* IE 9 */
            transform: rotate(180deg); /* IE 10, Fx 16+, Op 12.1+ */
        }


        /* ========================================== */
        /* HELFER-KLASSEN */

        .text-center {
            text-align: center;
        }

        .text-left {
            text-align: left !important;
        }

        .clear {
            clear: both;
        }

        .mt30 {
            margin-top: 30px !important;
        }

        .motto {
            margin-bottom: 30px;
        }

        .hr-small {
            margin: -20px auto 30px;
            width: 40px;
            border: solid 1px #fff;
        }
        .hr-thin {
            margin-top: 30px;
            width: 70%;
			border-top: thin #1f559f; 

			
        }

        .font-licence {
            margin-top: 10px;
            font-size: 11px;
        }
		.reihe {
			padding:40px 50px;
			
}
        /* ========================================== */
        /* ICONS */
        .icons-social-media {
            list-style: none;
            padding-left: 0;
        }

        .icons-social-media > li {
            display: inline-block;
            padding: 0 7px 0 7px;
            color: #888;
        }

        .icons-social-media > li i {
            font-size: 20px;
        }

        .icons-social-media > li i:hover {
            color: #333;
            transition: color .5s ease;
        }

        .icon-location {
            color: #12a8b5;
            font-size: 25px !important;
        }

        .icon-mail {
            color: #12a8b5;
            font-size: 20px !important;
        }

	    .icon-logo {
            margin-right: 50px;
        }
	    .icon-logotop {
            margin-right: 10px;
			margin-top: 70px;
        }

		/*---Eigene styles -----*/

.icon-tier {
		position: relative;
            top: -9px;
}

        /* Navbilder oben */
        .nav-image {
            border-radius: 10px;
}
  .blau-bold {
		color: #1f559f;
		font-weight: bold;
	  
	}


    .blau {
		color: #1f559f;
	}

    .rot-bold {
		color: #E3001b;
		font-weight: bold;
	}

    .rot {
		color: #E3001b;
	}

.BU {font-size: 11px;
	
}
        /* ========================================== */
        /* MEDIA QUERIES FUER RESPONSIVE LAYOUT */

        @media (max-width: 726px) {
            .motto  {
                text-align: left;
            }
            .motto  p {
                margin-top: 10px;
            }
			
			.full-img {
				width: 90%;
				margin-left: 10px;	
			}

        }
/* Verhalten bei geringer Breite*/
        @media (max-width: 641px) {
            article {
                display: block;
                width: 100%;
            }
	       
            figure {
                margin: 20px auto 0;
            }
            figcaption {
                display: block;
                width: 75%;
                margin: 0 auto;
            }

			.full-img {
				width: 90%;
				margin-left: 10px;	
			}
			
            .multicolumn {
                -webkit-column-gap: 2em;
                -moz-column-gap: 2em;
                column-gap: 2em;
            }
        }


  
