/* CSS Document */

/* ### Typography: ### */
body {
	font-family: 'Chivo', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #0A1C5F;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 300;
}
h1, .h1 {
	/*font-size: 3.5rem;*/
}
h4,h5,h6,.h4,.h5,.h6 {
	font-weight: 400;
}


main p, main li, .wrap {
    -moz-hyphens: auto;
   	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
   	-hyphens: auto; 
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.display-1,.display-2,.display-3,.display-4,
a.add-more, a.go-back, .btn,
.nowrap {
    -moz-hyphens: manual;
   	-o-hyphens: manual;
   	-webkit-hyphens: manual;
   	-ms-hyphens: manual;
   	-hyphens: manual; 
}

.fw-3 {
	font-weight: 300;
}
.fw-4 {
	font-weight: 400;
}
.fw-7 {
	font-weight: 700;
}
.fw-9 {
	font-weight: 900;
}

.fa-sm {
	font-size: .8em;
}

@media (max-width: 1100px) {
	body {
		font-size: 14px;
	}
	
}

/* ### Elements: ### */

body {
	position: relative;
	min-height: 100vh;
}

hr.hr-after-h4 {
	margin-top: -1.4rem;
	margin-bottom: 2rem;
	border-top: 2px solid deeppink;
}

/* ### Grid: ### */

header {
	top: 0;
	z-index: 1110;
}

section {
	position: relative;
	display: block;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

section:not(.hero) {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.section-fix {
	top: -1px;
	bottom: -1px;
}

.hero {
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	border: none;
}
.hero-50 {
	height: 50vh;
	min-height: 500px;
}


.elem-skew,
.bg-skew {
	position: relative;
	z-index: 10;
	border: 0 dashed deeppink;
}
.elem-skew {
	
}
.bg-skew:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #bada55;
	transform: skewX(-15deg);
	transform-origin: 0 0;
	z-index: -1;
}

.text-skew {
	margin-left: -1rem;
	margin-right: 3rem;
}

.bg-corner {
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.bg-corner:before,
.bg-corner:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 100%;
	background-color: #bada55;
	transform: skewX(-15deg);
	transform-origin: top right;
	z-index: -1;
}
.bg-corner:after {
	left: auto;
	right: 0;
	transform-origin: bottom left;
}

.bg-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-contain {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.img-size-150 {
	max-width: calc(100% * 1.5);
}
.img-size-150-left-col-1 {
	margin-left: calc(8.333% * -1.5 - 15px);
}
.img-size-150-left-col-2 {
	margin-left: calc((8.333% * 2) * -1.5 - 15px);
}
.hero-50 .img-size-150 {
	max-height: calc(50vh - 4rem);
	margin-left: auto;
	margin-right: auto;
}


section.hero-blur:after {
	position: absolute; 
	content: "";
	background-position: center;
	background-repeat: repeat;
	background-size: auto 100%;
	opacity: 0.25;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
section.hero-blur .container {
	position: relative;
	z-index: 10;
}
.img-skew {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: skewX(-15deg);
	transform-origin: top left;
	z-index: -1;
	overflow: hidden;
}
.img-skew:after {
	content: "";
	position: absolute;
	left: -25%;
	top: 0%;
	width: 150%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	transform: skewX(15deg);
	transform-origin: center;
	z-index: -1;
}

@media (max-width: 767px) {
	.hero-50 {
		min-height: auto;
	}
	.hero .container {
		display: none;
	}
	section.hero-blur:after {
		display: none;
	}
}

/* ### Nav & Links: ### */

header {
	height: 9rem;
}
main {
	padding-top: 9rem;
}

header .row,
footer .row {
	padding-top: 1rem
}
header .logo,
footer .logo {
	width: auto;
	height: 5rem;
	max-width: 100%;
	margin: 0;
}

#top.nav {
	height: 5rem;
	line-height: calc(5rem / 3);
}
.nav-link {
	padding: 0;
}

a.add-more, a.go-back {
	font-size: 1.25em;
	text-decoration: none;
}
a.add-more:before, a.go-back:before {
	content: '';
	display: inline-block;
	position: relative;
	bottom: -0.4em;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.4em;
	background-image: url(/assets/icon-add-more.svg);
	background-size: contain;
}
a.add-more:hover:before, a.go-back:hover:before {
	background-image: url(/assets/icon-add-more-hover.svg);
}
a.go-back:before {
	background-image: url(/assets/icon-go-back.svg);
}
a.go-back:hover:before {
	background-image: url(/assets/icon-go-back-hover.svg);
}

@media (max-width: 767px) {
	header .logo,
	footer .logo {
		height: auto;
		max-height: 5rem;
		width: 50%;
	}
	ul#top {
		display: block !important;
		position: fixed;
		top: 0;
		left: -100vw;
		width: 100vw;
		height: auto !important;
		min-height: 100vh;
		padding: 7rem 15px 15px;
		background-color: rgba(255,255,255,0.85);
		z-index: 1080;
		transition: all 0.3s;
	}
	ul#top.show {
		left: 0;
	}
	ul#top > li {
		margin-top: 0.125rem;
		background-color: #0A1C5F
	}
	ul#top > li > a {
		color: #fff;
		font-weight: 400;
		font-size: 16px;
		padding: 0.25rem 0.75rem;
	}
	ul#top > li > a:before {
		content: '›';
		padding-right: 0.5rem;
	}
	ul#top .dropdown-menu {
		display: none !important;
	}
	ul#top .dropdown-toggle:after {
		display: none !important;
	}
}


/* ### Comparison Charts ### */

.comp-chart {
	display: block;
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	background-color: transparent;
}
.comp-elem {
	display: inline-block;
	width: 0;
	height: inherit;
	line-height: inherit;
	margin-left: 2px;
	background-color: #bada55;
	float: left;
	transition: all 1s;
	text-align: center;
	overflow: auto;
}
.comp-elem:first-child {
	margin-left: 0;
}


/* ### Colors & Backgrounds: ### */

.text-white, a.text-white, .text-white a, .text-hover-white:hover, .text-hover-white a:hover {
	color: #ffffff;
	border-color: #ffffff;
}
.text-blue, a.text-blue, .text-blue a, .text-hover-blue:hover, .text-hover-blue a:hover {
	color: #0A1C5F;
	border-color: #0A1C5F;
}
.text-orange, a.text-orange, .text-orange a, .text-hover-orange:hover, .text-hover-orange a:hover, a.nav-link.active {
	color: #F57D24;
	border-color: #F57D24;
}
.text-dummy {
	color: deeppink;
}

.bg-white {
	background-color: #ffffff;
}
.bg-grey {
	background-color: #969696;
}
.bg-light {
	background-color: #EAEAEA !important;
}
.bg-lightGrey, .bg-hover-lightGrey:hover, .bg-child-lightGrey .bg-skew:after, .bg-child-hover-lightGrey:hover .bg-skew:after {
	background-color: #EAEAEA;
}
.bg-blue, .bg-hover-blue:hover, .bg-child-blue .bg-skew:after, .bg-child-hover-blue:hover .bg-skew:after, .bg-corner-blue:before, .bg-corner-blue:after {
	background-color: #0A1C5F;
}
.bg-orange, .bg-hover-orange:hover, .bg-child-orange .bg-skew:after, .bg-child-hover-orange:hover .bg-skew:after, .bg-corner-orange:before, .bg-corner-orange:after {
	background-color: #F57D24;
}
.bg-green {
    background-color: #9adaa9;
}
.bg-image {
	background-color: grey;
	background-size: cover;
	background-position: center;
}

.border-white {
	border-color: #ffffff !important;
}
.border-blue {
	border-color: #0A1C5F !important;
}
.border-orange {
	border-color: #F57D24 !important;
}

.btn-blue {
	color: #fff;
	border-color: #0A1C5F !important;
	background-color: #0A1C5F !important;
}
.btn-blue:hover {
	color: #fff;
	border-color: #F57D24 !important;
	background-color: #F57D24 !important;
}
.btn-blue:disabled {
  background-color: #6c757d !important; /* Bootstrap Grau */
  border-color: #6c757d !important;
  color: #fff !important;               /* Textfarbe weiß */
  opacity: 1;                          /* damit Farbe klar sichtbar ist */
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}
.btn-outline-orange {
	color: #F57D24 !important;
	border-color: #F57D24 !important;
}
.btn-outline-orange:hover {
	color: #ffffff !important;
	background-color: #F57D24 !important;
}


/* ### Custom-Swiper: ### */

.swiper-button-next, .swiper-button-prev {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    background-size: 2rem 2rem;
}

.swiper-button-next.swiper-button-orange, .swiper-container-rtl .swiper-button-prev.swiper-button-orange {
/*  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23F57D24'%2F%3E%3C%2Fsvg%3E");*/
    background-image: url("../assets/icon-go-back.svg");
    background-color: #fff;
    transform: rotate(180deg);
}
.swiper-button-prev.swiper-button-orange, .swiper-container-rtl .swiper-button-next.swiper-button-orange {
/*  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23F57D24'%2F%3E%3C%2Fsvg%3E");*/
    background-image: url("../assets/icon-go-back.svg");
    background-color: #fff;
}
.swiper-pagination-orange .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}
.swiper-pagination-orange .swiper-pagination-bullet-active {
    background: #F57D24;
    opacity: 1;
}


/* ### Tooltip-Bullits: ### */

.tooltip-bullit {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    color: white;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    border-radius: 100%;
}


/* ### Magnific Popup: ### */

.mfp-bg {
	z-index: 1142;
}
.mfp-wrap {
	z-index: 1143;
}


/* ### Honeypot ### */

.col-country .form-control:not(.d-inline-block) {
	position: absolute;
	right: 100vw;
}

