/* f<span class="anchor" data-text-item="S">onts */

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;500;700&display=swap');

* {
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    font-style: normal;
}

body {
    font-size: 1.125em;
}

p {
    line-height: 1.7;
}

p a {
    color: rgb(74, 74, 74);
    font-weight: bold;
    text-decoration: underline;
}

h2.title.is-2 {
    margin-bottom: 3rem;
}

.disable-select{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

span.text-spacer {
    display: block;
    height: 5px;
    margin-top: 15px;
    width: 100%;
    border-top: 2px solid #192640;
    /*
	background: #192640;
    */
}

.has-background-blue {
	background: #192640;
}

.has-text-blue {
	color: #192640;
}

hr {
    border-top: 1px solid #DEDEDE;
}

.hero-body-spacer {
    padding: 0 1.5rem !important;
}

.hero-body {
    padding: 6rem 1.5rem;
}

#hero-start {
    background: url(/assets/img/1.jpg);
	background-color: #313A41;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#parallax-1 {
    background: url(/assets/img/rollover.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hero-end {
    background: url(/assets/img/4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hero-values {
    background: url(/assets/img/bild_3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.is-size-0 {
    font-size: 7rem;
    line-height: 6.5rem;
}

.column.column-block {
    padding-left: .75rem;
    padding-right: 1.5rem;
}

.mobile-spacer {
    margin-top: 6rem;
}

#logo, .logo-container {
    position: relative;
}

.is-white .logo-blue {
    position: absolute;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
     -webkit-transition: opacity 1s, visibility 1s;
    transition: opacity 1s, visibility 1s;
    max-height: 90px;
    padding-top: 20px;
}

.is-white .logo-white {
    opacity: 0;
    visibility: hidden;
}

.is-transparent .logo-blue {
    visibility: hidden;
    opacity: 0;
}

.is-white .logo-impressum {
    max-height: 90px;
    padding-top: 20px;
    opacity: 1;
}

.is-social {
    background: none;
    color: #FFFFFF;
    border: 0;
}

.video video {
    width: 100%;
}

.top {
    position: relative;
    top: -140px;
    display: block;
    height: 0;
    width:0;
}

.play-col-wrapper {
    position: relative;
}

.play-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
     -webkit-transition: background 1s;
    transition: background 1s;
}

.play-overlay:hover {
    background: rgba(255, 255, 255, .5);
}

.is-play-button {
    color: #ffffff;
    width: 100%;
    height: 100px;
	background: #192640;
    border-radius: 50%;
    padding: 1.5rem;
}

.is-play-button i {
    padding-left: 5px;
}

.play-col-wrapper {
    cursor: pointer;
}

.video-container {
    position:relative;
    width:100%;
    height:0;
    padding-bottom:56.27198%;
}

.video-container iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.values-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: flex 0.8s ease;
    -webkit-transition: all 800ms ease;
    margin: auto;
    text-align: center;
    cursor: pointer;
    background: #f5f5f5;
    font-size: 1.5rem;
}

.item:hover {
    flex: 2;
}

.item-selected {
    flex: 2;
	background: #192640;
    color: #FFFFFF;
}

.item + .item {
    border-left: solid .75rem #ffffff;
}

/*
.text-items {
    display: none;
    padding: .75rem;
    background: #ffffff;
    margin-top: .75rem;
}

.text-items h3 {
    font-size: 1.5rem;
}
*/

.text-items {
    display: none;
    background: #ffffff;
    margin-top: 2rem;
}

.text-items h3 {
	display: inline-block;
    font-size: 1.5rem;
    /* padding-left: .75rem; */
	font-weight: bold;
	color: #363636;
	margin-bottom: .75rem;
}

span.spacer {
	width: 65px;
	height: 10px;
	display: inline-block;
	background: transparent;
    border-top: 2px solid #192640;
}

.text-items p {
	/* padding-left: calc(70px + .75rem); */
}

.client-logos {
	width: 85%;
	min-height: 140px;
}

.client-logos .is-flex-desktop {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: flex 0.8s ease;
    -webkit-transition: all 800ms ease;
    margin: auto;
    text-align: center;
    cursor: pointer;
}

.client-logos .is-flex-desktop:hover {
    flex: 2;
}

.client-logos img {
    max-height: 80px;
    max-width: 160px;
    -webkit-filter: grayscale(100%) brightness(110%) contrast(0.9);
    filter: grayscale(100%) brightness(110%) contrast(0.9);
    transition: max-height 0.8s ease, max-width 0.8s ease;
    -webkit-transition: max-height 0.8s ease, max-width 0.8s ease;
}

.client-logos div.is-logo-wide img {
    max-height: 70px; !important;
    max-width: 260px !important;
}

.client-logos .is-flex-desktop:hover img {
    max-height: 110px;
    max-width: 200px;
    -webkit-filter: none;
    filter: none;
}

.client-logos .is-flex-desktop.is-logo-wide:hover img {
    max-width: 280px !important;
}

span.anchor {
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

footer a, footer a:hover, footer button:hover {
    text-decoration: none;
    color: #ffffff !important;
}

.datenschutz h2, .datenschutz h3, .datenschutz p {
    margin-bottom: .75rem;
}

.datenschutz h2, .datenschutz h3 {
    font-weight: bold;
}

.datenschutz h2 {
    font-size: 1.8rem;
}

.datenschutz h3 {
    font-size: 1.2rem;
}

/* to SASS */

#hero-start .title, #hero-start .subtitle {
    font-weight: 700;
    font-style: normal;
}

.hero.is-large .hero-body {
    padding: 25rem 1.5rem;
}

#fade-text {
    position: absolute;
    top: 0;
    margin-top: -6rem;
	max-width: 44vw;
	line-height: 1.2;
	text-shadow: 0px 0px 9px rgba(0,0,0,0.9);
}

/*
.navbar {
    height: 150px;
    background: transparent;
    -webkit-transition: height .5s, line-height .5s;         
    transition: height .5s, line-height .5s;
}
*/

.navbar.is-transparent {
    -webkit-transition: background-color 0.5s ease,  height .5s, line-height .5s;
    transition: background-color 0.5s ease, height .5s, line-height .5s;
    background: transparent;
    height: 150px;
}

.navbar.is-transparent .has-text-button {
	color: #ffffff;
}

.navbar.is-white {
    -webkit-transition: background-color 0.5s ease,  height .5s, line-height .5s;
    transition: background-color 0.5s ease, height .5s, line-height .5s;
    height: 100px;
}

.navbar.is-white .has-text-button {
	color: #192640 !important;
}

.navbar-item img {
    max-height: 100px;
}

.navbar-text {
	color: #FFFFFF;
	font-weight: bold;
	padding: .5rem 1.5rem;
	font-size: 1.3rem;
}

.navbar.is-white .navbar-text {
	color: #192640 !important;
}

.navbar-text:hover {
	color: #FFFFFF !important;
	text-decoration: underline;
}

.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-brand > a.navbar-item:hover {
    background-color: #ffffff !important;
	color: #192640 !important;
}

.navbar-burger {
    color: #ffffff;
}

.swiper-container {
	width: 100%;
	height: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media only screen and (min-device-width : 0px) and (max-device-width : 1024px) and (orientation : portrait) {

    .navbar.is-transparent .navbar-end > a.navbar-item,
    .navbar.is-transparent .navbar-brand > a.navbar-item {
        color: #192640 !important;
    }

    .client-logos {
	    width: 80%;
    }

    .is-size-0 {
        font-size: 3rem !important;
        line-height: 2.5rem !important;
    }

    .navbar .container {
        padding-left: 1.5rem;
    }
    
    .navbar .navbar-item {
        padding-left: 0;
    }

    .navbar-item img {
        max-height: 70px;
    }
    
    .is-white .logo-blue,
    .is-white .logo-impressum {
        max-height: 50px;
        padding-top: 0px;
    }

    .navbar.is-white {
        height: 65px;
    }

	.navbar-menu.is-active {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 65px;
		padding-left: 1.5rem;
	}
    
    .hero.is-large .hero-body {
        padding: 8rem 1.5rem;
    }

    #fade-text {
        margin-top: -6rem;
	    max-width: 70vw;
    }
}

/* Smartphones ----------- */
@media only screen and (max-width: 760px) {
    #is-mobile-device {
        display: none;
    }
}
