/* fira-sans-regular - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fira-sans-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Regular'), local('FiraSans-Regular'),
       url('../fonts/fira-sans-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fira-sans-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fira-sans-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fira-sans-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fira-sans-v8-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-italic - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/fira-sans-v8-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Italic'), local('FiraSans-Italic'),
       url('../fonts/fira-sans-v8-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fira-sans-v8-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fira-sans-v8-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fira-sans-v8-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fira-sans-v8-latin-italic.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-700 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/fira-sans-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Bold'), local('FiraSans-Bold'),
       url('../fonts/fira-sans-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fira-sans-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fira-sans-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fira-sans-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fira-sans-v8-latin-700.svg#FiraSans') format('svg'); /* Legacy iOS */
}

html {
    color: #333;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Fira Sans', sans-serif;
}

body {
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	background-color: #F3F2F0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}



/* ======
   soz.is
   ====== */

/* Type */

h1, h2, h3 {
	font-weight: 700;
	margin-bottom: 20px;
}
.l-section--startseite-1 h2 {
	margin-top: 0;
}
h2, h3 {
	color: #D0021B;
}
h1, h2 {
	font-size: 32px;
}
@media (min-width: 768px) {
	h1, h2 {
		font-size: 40px;
	}	
}
h3 {
	font-size: 18px;
}
@media (min-width: 768px) {
	h3 {
		font-size: 24px;
	}
}
strong {
	font-weight: 700;
}
a {
    color: #1387ec;
    text-decoration: none;
}
a:focus, a:hover {
    color: #1387ec;
    text-decoration: underline;
}
.t-preheadline {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	margin: 0;
	margin-bottom: -18px;
	font-weight: 400;
	color: #867E70;
}
.c-hero .t-preheadline {
	color: white;
}
ul {
	margin: 32px 0 15px 0;
	padding: 0 0 0 20px;
}
li {
	list-style-type: square;
}
.btn {
	font-size: 16px;
}

/* Buttons & Forms */
.form-control:focus {
    border-color: #1387ec;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(19, 135, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(19, 135, 236, 0.6);
}

.c-hero .btn-primary {
	background: #fb0003;
	background: -moz-linear-gradient(-45deg,  #fb0003 0%, #D80018 100%);
	background: -webkit-linear-gradient(-45deg,  #fb0003 0%,#D80018 100%);
	background: linear-gradient(135deg,  #fb0003 0%,#D80018 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0003', endColorstr='#D80018',GradientType=1 );
	border: 0px solid transparent;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.c-hero .btn-primary:hover {
	background: #fb0003;
}
.c-hero .btn-link {
	color: white;
}
.btn-link {
	color: #1387ec;
}
.btn-primary {
	background: #1387EC;
	border-color: #1387EC;
}
.btn-primary:hover {
	background: #0E75CF;
	border-color: #0E75CF;
}

/* Header */
.c-hero {
	background-color: #D0021B;
	padding-top: 15px;
	color: white;
}
@media (min-width: 768px) {
	.c-hero {
		padding-top: 33px;
	}	
}

.c-hero__content {
	padding-bottom: 20px;
}


/* Navbar */
.navbar {
	border-radius: 0px;
}
@media (min-width: 768px) { 
	.navbar {
		margin-bottom: 40px;
	}
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand {
	padding-top: 0;	
	padding-bottom: 0;	
}
.navbar-brand svg {
	width: 58px;
	height: 58px;
	margin-top: -5px;
}
.navbar-brand svg #sozis-logo {
	-webkit-box-shadow: 0 20px 44px 0 rgba(0,0,0,.12);
	box-shadow: 0 20px 44px 0 rgba(0,0,0,.12);
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 6px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-image: none;
    border: 0px solid transparent;
    background: #fb0003;
	background: -moz-linear-gradient(-45deg,  #fb0003 0%, #D80018 70%);
	background: -webkit-linear-gradient(-45deg,  #fb0003 0%,#D80018 70%);
	background: linear-gradient(135deg,  #fb0003 0%,#D80018 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0003', endColorstr='#D80018',GradientType=1 );
    border-radius: 4px;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.navbar-collapse {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-default .navbar-nav>li>a {
	color: white;
}
.navbar-default .navbar-nav>li>a:hover {
	color: white;
	text-decoration: underline;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	color: white;
}

.navbar__cta {
	background: #fb0003;
	background: -moz-linear-gradient(-45deg,  #fb0003 0%, #D80018 100%);
	background: -webkit-linear-gradient(-45deg,  #fb0003 0%,#D80018 100%);
	background: linear-gradient(135deg,  #fb0003 0%,#D80018 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0003', endColorstr='#D80018',GradientType=1 );
}
@media (min-width: 768px) {
	.navbar__cta {
		border-radius: 4px;
	}	
}
.nav li a.current {
	opacity: 0.5;
	cursor: default;
}
.nav li a.current:hover {
	text-decoration: none;
}


/* Sections */
.l-section {
	border-top: 1px solid rgba(0,0,0,.1);
}
.l-section__inner {
	padding: 30px 0;
}
@media (min-width: 768px) {
	.l-section__inner {
		padding: 60px 0;
	}	
}

.l-section--w {
	background-color: #fff;
}
.l-section--f {
	background-color: #F3F2F0;
}
.l-section--g1 {
	background: #f3f2f0; 
	background: -moz-linear-gradient(30deg,  #F3F2F0 40%, #d7e3ed 100%);
	background: -webkit-linear-gradient(30deg,  #F3F2F0 40%,#d7e3ed 100%); 
	background: linear-gradient(30deg,  #F3F2F0 40%,#d7e3ed 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F2F0', endColorstr='#d7e3ed',GradientType=1 ); 
}
.l-section--g2 {
	background: #d7e3ed;
	background: -moz-linear-gradient(-45deg,  #d7e3ed 0%, #F3F2F0 60%);
	background: -webkit-linear-gradient(-45deg,  #d7e3ed 0%,#F3F2F0 60%);
	background: linear-gradient(135deg,  #d7e3ed 0%,#F3F2F0 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e3ed', endColorstr='#F3F2F0',GradientType=1 );
}

.l-section__header {
	margin-bottom: 30px;
}
.t-section__headline {
	text-align: left;
}
.t-section__copy {
	text-align: left;
}

.l-section--showcase-1 .c-showcase__text {
	margin-bottom: 40px;
}

/* .c-card */
.c-card {
	background-color: white;
	padding: 30px 30px 35px 30px;
	margin-bottom: 30px;
	box-shadow: 2px 2px 10px rgba(0,0,0,.015);
}
.c-card__headline {
	margin-top: 0;
	padding-top: 0;
}
.c-card__copy {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 1em;
}
.c-card__headline--add {
	font-size: 80%;
    text-transform: uppercase;
    color: #b3b1ad;
}
.c-card__figure {
	margin: -30px -0px 15px -0px;
	min-width: 100%;
	height: auto;
}
.c-card__figure img {
	width: 100%;
	height: auto;
}
.c-card__content--cta {
	margin: 0 -30px -20px -30px;
	min-width: 100%;
}
.c-card__content--cta .c-card__figure a img:hover {
	opacity: 0.75;
}


/* .c-tile */
.c-tile {
	background-color: white;
	display: block;
	width: 100%;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,.08);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,.08);
	margin-bottom: 30px;
}
.c-tile:hover {
	background-color: #1387ec;
}
.c-tile__content {
	text-align: center;
	padding: 1em 0;
}
.c-tile:hover a .c-tile__content {
	text-decoration: none;
	color: white;
}
.c-tile__figure {
	width: 100%;
	min-width: 100%;
}


/* Showcase */
.screenshot {
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.screenshot {
		margin-bottom: 0px;
	}
}

.c-showcase__item {
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,.3);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,.3);
	margin-bottom: 15px;
}
.c-showcase__logo {
	float: left;
	margin: 0 5px 40px 0;
}
@media (min-width: 768px) {
	.c-showcase__logo {
		float: left;
		margin: 0 10px 60px 0;
	}	
}
.c-showcase__text {
	line-height: 1.2;
}
@media (min-width: 768px) {
	.c-showcase__text {
		font-size: 13px;
	}	
}
@media (min-width: 992px) {
	.c-showcase__text {
		font-size: 16px;
	}	
}


/* CTA */
.cta-link {
	bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 900;
}
.l-section--cta {
	background-color: #1387EC;
	color: white;
	position: relative;
}
.l-section--cta h2 {
	color: white;
	margin:  10px 0 0 0;
}
.cta-button {
	background-color: white;
	display: block;
	color: #333;
	font-size: 32px;
	padding: 15px;
	border-radius: 6px;
	text-align: center;
}
.l-section--cta:hover {
	background-color: #0d78d4;
}
.l-section--cta:hover .cta-button {
	box-shadow: 0 10px 40px 0 rgba(0,0,0,.3);
}
.l-section--cta p {
	margin-bottom: 20px;
}

/* Footer */
.l-section--footer {
	padding-top: 30px;
	padding-bottom: 90px;
}
.footer-logo svg {
	width: 58px;
	height: 58px;
	margin: 10px 0 15px 0;
}

.c-footer__list,
.c-footer__newsletter {
	margin: 1em 0 0 0;
	padding: 0;
}
.c-footer__list {
	color: #867E70;
}
.c-footer__list span {
	padding: 5px 0px 5px 0px;
	display: block;
}
.c-footer__list strong {
	color: #333;
	padding: 5px 0px 5px 0px;
	display: block;
}
.c-footer__list li {
	list-style-type: none;
	
}
.c-footer__list a {
	color: #333;
	display: block;
	padding: 5px 0px 5px 0px;
}
.c-footer__list a:hover {
	text-decoration: underline;
}
.c-footer__newsletter .btn-link {
	padding-top: 7px;
	padding-left: 0;
}
.c-footer__newsletter .form-group {
	margin: 0;
}

.c-footer__privacy {
	font-size: 9px;
	opacity: 0.75;
	padding-top: 5px;
	padding-bottom: 13px;
	margin: 0;
}

/* Specials */
@media (min-width: 1200px) {
	.s-description {
		background-color: #e5f1fb;
		padding: 1em;
		border-radius: 8px;
	}
}
.s-tracking {
	background-color: white;
	border-radius: 4px;
	padding: 1em;
}

/* ======
   Helper
   ====== */



.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}



/* =====
   Print
   ===== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
