/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* -------------------------------------------------------------------------------------- */
/* FONTS -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'logofont';
	src: url('ITCAvantGardeStd-Demi.woff') format('woff'),
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	url('ITCAvantGardeStd-Demi.woff2') format('woff2'), url('ITCAvantGardeStd-Demi.otf') format('truetype');
	/* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
	font-family: 'logofont-light';
	src: url('ITCAvantGardeStd-XLt.woff') format('woff'),
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	url('ITCAvantGardeStd-XLt.woff2') format('woff2'), url('ITCAvantGardeStd-XLt.otf') format('truetype');
	/* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}


/* -------------------------------------------------------------------------------------- */
/* GENERAL STUFF ------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
a {
	color: inherit;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-stroke: 0.7px;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    html {
        font-size: 17px;
    }
}
@media screen and (max-width: 991px) {
    html {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    html {
        font-size: 19px;
    }
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-stroke: 0.1px;
	-webkit-text-size-adjust: auto;
	-moz-text-size-adjust: auto;
	-ms-text-size-adjust: auto;
	text-size-adjust: auto;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	line-height: 1.5em;
	text-align: center;
	font-weight: 300;
	color: #666666;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
	p {
		font-size: 17px;
        line-height: 1.2em;
	}
}
@media screen and (max-width: 991px) {
	p {
		font-size: 19px;
        line-height: 1.2em;
	}
}
@media screen and (max-width: 1199px) {
	p {
		font-size: 21px;
        line-height: 1.2em;
	}
}
h1 {
	text-align: center;
	margin-bottom: 1.2em;
	color: #ff9300;
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 1.5rem;
		margin-top: 0em;
		margin-bottom: 1em;
	}
}
h2 {
	text-align: center;
	margin-bottom: 2em;
	color: #666;
	font-size: 24px;
}
h5 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
	text-align: center;
	color: #ff9300;
}
h6 {
	font-size: 16px;
	font-weight: 100;
	text-align: center;
}
@media screen and (max-width: 767px) {
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 17px;
	}
}

/* -------------------------------------------------------------------------------------- */
/* DATENSCHUTZ & COOKIES & FERIEN ------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

.datenschutz {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 35px;
}
.datenschutz-underline {
	text-decoration: underline;
}
.datenschutz_titel_gross {
	margin-top: 30px;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 42px;
}
.datenschutz_titel {
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 30px;
}
.datenschutz-abstand {
	margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
	.datenschutz {
		width: 90%;
		margin: auto;
		font-size: 14px;
		line-height: 22px;
	}
	.datenschutz_titel_gross {
		margin-top: 30px;
		margin-bottom: 40px;
		font-weight: bold;
		font-size: 28px;
	}
	.datenschutz_titel {
		margin-top: 30px;
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 20px;
	}
}
#cookies {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: #000;
	z-index: 100000000;
	opacity: 0.9;
	text-align: center;
	color: white;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: none;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 13px;
}
@media only screen and (max-width: 767px) {
	#cookies {
		height: 180px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 11px;
	}
}
.cookies_txt {
	width: 100%;
	display: inline-block;
	margin: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 20px;
}
.cookies_ok {
	width: 100%;
	display: inline-block;
	margin: auto;
	margin-top: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cookies_ok_button {
	width: 80px;
	height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin: auto;
	border: solid 1px;
	line-height: 30px;
	cursor: pointer;
}
.cookies_ok_button:hover {
	background: #ff9300;
	color: black;
}
#ferien {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	background: #ff9300;
	z-index: 100000000;
	opacity: 0.9;
	text-align: center;
	color: white;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 20px;
	font-weight: BOLD;
	color: #000000;
	margin-top: 68px;
}
.ferien_txt {
	width: 100%;
	display: inline-block;
	margin: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
	padding-left: 10px;
	width: 100%;

}

.btn_stelle {
cursor: pointer;
display: inline;
height: 60px;
border: solid 1px #ff9300;
padding: 5px;
  padding-right: 5px;
  padding-left: 5px;
padding-left: 20px;
padding-right: 20px;
background-color: #000000;
color: white;
text-align: 26px;
letter-spacing: 3px;
font-weight: 500;
border-radius: 5px;
margin-left: 1em;
}

.btn_stelle:hover {
	cursor: pointer;
	background-color: #000;
    color: #ff9300;
	font-weight: 900;
}


@media only screen and (max-width: 767px) {
	#ferien {
		height: 100px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
		-padding-right: 25%;
		align-items: center;
		align-content: center;
	
	}
	.ferien_txt {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;


	}
	.btn_stelle {
		display: flex;
		height: 30px;
		-width: 130px;
		text-align: center;
		justify-self: center;
		justify-content: center;
		margin: auto;
		margin-top: 0.4em;
	}
}

/* -------------------------------------------------------------------------------------- */
/* ANIMATION ELEMENTS ------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

.animation-element {
	opacity: 1;
	position: relative;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	-webkit-transform: translate3d(0px, 100px, 0px);
	-ms-transform: translate(0px, 100px);
	transform: translate3d(0px, 100px, 0px);
}
.animation-element.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

/* -------------------------------------------------------------------------------------- */
/* FLEX CONTAINER, ROWS, COLS ----------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

.container-full {
	width: 100%;
	z-index: 0;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.container {
	position: relative;
	/*max-width: 1260px;*/
	z-index: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (min-width: 1200px) {
	.container {
		width: 100%;
        padding-left: 60px;
		padding-right: 60px;
	}
}

@media screen and (min-width: 1600px) {
	.container {
		max-width: 1760px;
        margin-left: auto;
        margin-right: auto;
	}
}





/* ----------------------------- */
/* Rows and Columns */
/* ----------------------------- */

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: flex-wrap;
	flex-flow: flex-wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	margin-right: -30px;
	margin-left: -30px;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	flex-direction: row;   
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;  
}
@media screen and (min-width: 1200px) {
	.row {
		    margin-right: -30px;
margin-left: -30px;
	}
}
.row::after {
	content: '';
	display: table;
	clear: both;
}
.row-no-margin {
	margin-right: 0;
	margin-left: 0;
}
.row-no-padding {
	padding-right: 0;
	padding-left: 0;
}
.row-no-wrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.text-block .form-list li,
.document-list li {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 1200px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .text-block .form-list li,
    .document-list li {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.col-12 {
	float: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.col-6 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-3 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}
.col-ma {
	display: flex;
}
.col-adresse {
	display: flex;
}

.col-vert-top {
    padding: 6px;
}

/*
@media (max-width: 767px) {
    .col-vert-top {
        padding: 0px;
    }
}
*/
/*
@media (max-width: 1200px) {
	.col-1.col-footer {
		width: 8%;
	}
	.col-6.col-footer {
		width: 44%;
	}
	.col-2.col-footer {
		width: 20%;
	}
	.col-kontakt {
		width: 33.33333%;
	}
	.col-ma {
		width: 30%;
		margin-bottom: 35px;
	}
	.col-projekte {}
    
    
      .col-angebot-links {
         flex: 0 0 40%;
        max-width: 40%;
    }
    
     .col-angebot {
         flex: 0 0 60%;
        max-width: 60%;
    }
}
*/

/* -------- MEDIA ------------- 1300 */    
/* ---------------------------------*/
@media (max-width: 1300px) {
    
     .col-angebot-links {
        flex: 0 0 40%;
        max-width: 40%;
    }   
     .col-angebot {
        flex: 0 0 60%;
        max-width: 60%;
    }
      .col-3.col-kunden {
        flex: 0 0 25%;
        max-width: 25%;
    }

}

/* -------- MEDIA ------------- 1200 */    
/* ---------------------------------*/
@media (max-width: 1200px) {

        .col-3.col-kunden {
        flex: 0 0 50%;
        max-width: 50%;
    }
   
}

/* -------- MEDIA ------------- 1024 */    
/* ---------------------------------*/
@media (max-width: 1024px) {

     .col-6 {
        flex: 0 0 100%;
        max-width: 100%;    
    }
     .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
   
}
/* -------- MEDIA ------------- 767 */    
/* ---------------------------------*/
@media (max-width: 767px) {

    .col-11 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
  
/* -------- MEDIA ------------- 650 */    
/* ---------------------------------*/
}
@media (max-width: 650px) {
    .col-11 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-kontakt-send {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}


.col-left {
	float: left;
}


.col-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.col-right {
	float: right;
	margin-left: auto;
}
@media (max-width: 650px) {
  .col-left {
	float: none;
}  
      .col-right {
	float: none;
}  
}
.col-no-padding {
	padding-left: 0;
	padding-right: 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.abstand-1 {
	margin-bottom: 1em;
}
.abstand-2 {
	margin-bottom: 2em;
}
.abstand-3 {
	margin-bottom: 3em;
}
.abstand-4 {
	margin-bottom: 4em;
}
.abstand-5 {
	margin-bottom: 5em;
}
.abstand-6 {
	margin-bottom: 6em;
}
.abstand-7 {
	margin-bottom: 7em;
}
.abstand-8 {
	margin-bottom: 8em;
}
@media screen and (max-width: 767px) {
	.abstand-1 {
		margin-bottom: 0em;
	}
	.abstand-2 {
		margin-bottom: 1em;
	}
	.abstand-3 {
		margin-bottom: 2em;
	}
	.abstand-4 {
		margin-bottom: 0em;
	}
	#kunden .abstand-4 {
		margin-bottom: 3em;
	}
	.abstand-5 {
		margin-bottom: 4em;
	}
	.abstand-6 {
		margin-bottom: 6em;
	}
	.abstand-7 {
		margin-bottom: 7em;
	}
	.abstand-8 {
		margin-bottom: 8em;
	}
}

/* ----------------------------- */
/* HEADER -------------------------------------- */
/* ----------------------------- */

header {
	height: 100vh;
	width: 100%;
	background-image: url("../img/header_etter.webp");
	background-position: 50% 50%;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
	background-color: black;
	padding-bottom: 2em;
	overflow: hidden;
}
.header-fill {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: calc(100% - 80px);
	width: 100%;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	z-index: 0;
}

@media (max-width: 767px) {
    
    .header-fill {
    
    height: calc(100% - 120px);
    
    }
    
}
.hero-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.hero {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	width: calc(100% - 60px);
	padding-left: 20px;
        padding-right: 20px;
    align-self: center;
 
}
@media screen and (min-width: 1200px) {
	.hero {
		width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-right: 50px;
	}
}



@media (max-width: 767px) {
    .hero {
        width: 100%;
        margin:0;
        top: -22%;
        padding: 26px;
    }
}
@media (max-width: 650px) {
    .hero {
        width: 100%;
        margin:0;
        top: -15%;
        padding: 26px;
    }
}
@media screen and (min-width: 1600px) {
	.hero {
		max-width: 1760px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-right: 50px;
	}
}
@media screen and (min-width: 2000px) {
	.hero {
		max-width: 1760px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-right: 50px;
	}
}
.hero-content {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(0,0,0,0.8);
    border-radius: 3px;
    padding: 5px;
}
@media (max-width: 1600px) {
    .hero-content {
         width: 60%;
    }
}
@media (max-width: 1300px) {
    .hero-content {
         width: 70%;
    }
}
@media (max-width: 1000px) {
    .hero-content {
         width: 85%;
    }
}
@media (max-width: 767px) {
    .hero-content {
         width: 100%;
    }
}
@media (max-width: 650px) {
    .hero-content {
         width: 100%;
    }
}
.hero-txt {
    display: flex;
    width: 100%;
   	font-size: 80px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 6px;
	font-family: 'logofont';
}
@media (max-width: 1400px) {
	.hero-txt {
		font-size: 75px;
	}
}
@media (max-width: 1200px) {
	.hero-txt {
		font-size: 70px;
	}
}
@media (max-width: 1000px) {
	.hero-txt {
		font-size: 70px;
	}
}
@media (max-width: 767px) {
	.hero-txt {
		font-size: 70px;
	}
}
@media (max-width: 650px) {
	.hero-txt {
		font-size: 35px;
	}
}

.hero-subline {
    display: flex;
    width: 100%;
    font-size: 80px;
	font-size: 32px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;

}
@media (max-width: 767px) {
	.hero-subline {
		font-size: 26px;
	}
}
@media (max-width: 650px) {
	.hero-subline {
		font-size: 21px;
	}
}
.arrow-down-col {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.arrow-down {
	width: 50px;
	height: 24px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.arrow-down:hover {
	cursor: pointer;
	opacity: 0.7;
}
.arrow-down img {
	width: 100%;
	height: 100%;
}

.kontakt-header {
	position: fixed;
	top: calc(50% - 70px);
	height: 56px;
	width: 52px;
	background-color: #ff9300;
	right: 0px;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 5px 5px 8px #222;
	box-shadow: 5px 5px 8px #222;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 100 !important;
}
.kontakt-header:hover {
	cursor: pointer;
	transform: scale(1.1);
	transition: all 0.2s;
}
.kontakt-header-hover {
	width: 300px;
	height: 120px;
	top: calc(50% - 120px);
	cursor: pointer;
}
@media (max-width: 600px) {
	.kontakt-header {
		top: 65%;
	}
	.kontakt-header:hover {
		top: calc(65% - 50px);
	}
}
.kontakt-header-icon {
	position: absolute;
	opacity: 1;
	top: calc(50% - 15px);
	left: 12px;
	width: 30px;
	height: 30px;
}
.kontakt-header-icon-hover {
	left: 30px;
}
.kontakt-header-icon img {
	width: 100%;
	height: 100%;
}
.kontakt-txt {
	opacity: 0;
	position: inline;
	display: inline;
	margin-left: 80px;
	font-size: 22px;
	font-weight: 300;
	color: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.kontakt-txt-hover {
	margin-left: 30px;
	opacity: 1;
	-webkit-transition: 1.6s;
	-o-transition: 1.6s;
	transition: 1.6s;
}

/* ----------------------------- */
/* NAVIGATION *********** -----------------------*/
/* ----------------------------- */

.nav-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	width: 100%;
	height: 70px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 200 !important;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	-background: green;
}
@media (min-width: 1200px) {
	.nav-container {
		-position: static;
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media screen and (min-width: 1600px) {
	.nav-container {
		-position: static;
		-max-width: 1760px;
        margin-left: auto;
        margin-right: auto;
	}
}

@media (max-width: 1080px) {
	.nav-container {
		position: static;
		padding-left: 30px;
		padding-right: 30px;
        height: 80px;
		-background: red;
	}
}

@media (max-width: 768px) {
	.nav-container {
		position: static;
		padding-left: 30px;
		padding-right: 30px;
        height: 80px;
		-background: red;
	}
	.test {
		width: 100%;
		background: black;
		height: 80px;
		margin-left: -30px;
		margin-right: -30px;
		position: fixed;
		opacity: 0.8;
		z-index: 400;
	}
    .nav-container-small {
	    height: 80px;
    }
    .nav-container-small {
	    height: 80px;
    }
}
        
.nav-container-opacity {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-container-opacity1 {
	opacity: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-container-bg {
	width: 100%;
	position: fixed;
	background-color: #111;
	top: -75px;
	height: 70px;
	z-index: 200 !important;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 0 5px 5px -5px #000;
	box-shadow: 0 5px 5px -5px #000;
}

@media (max-width: 768px) {
    
    .nav-container-bg {
        top: 0px;
        height: 60px;
    }
    
}


.nav-container-bg-anim {
	-webkit-transform: translateY(75px);
	-ms-transform: translateY(75px);
	transform: translateY(75px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 2vh;
	z-index: 200;
	width: 44%;
	height: 80px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: auto;
	margin-right: -16px;
}
@media screen and (max-width: 1600px) {
	nav {
		width: 50%;
	}
}
@media screen and (max-width: 1400px) {
	nav {
		width: 66%;
	}
}
@media screen and (max-width: 1200px) {
	nav {
		width: 74%;
	}
}
nav a {
	/* font-family: "Raleway", sans-serif;
     font-family: 'Poppins', sans-serif;
     */
	font-size: 17px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
}
nav a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	left: 50%;
	height: 1px;
	width: 0;
	background: transparent;
}
.nav-language {
	font-size: 14px;
    	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.nav-language:hover {

        color: #ff9300;
    	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.link:after {
	-webkit-transition: width .5s ease, background-color .5s ease, left .5s ease;
	-o-transition: width .5s ease, background-color .5s ease, left .5s ease;
	transition: width .5s ease, background-color .5s ease, left .5s ease;
}
.link:hover {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #ffffff;
}
.link:hover.changeColor {
	color: #ddd;
}
.link:hover:after {
	width: 100%;
	left: 0;
	background: #b5b5b5;
}
.logo {
	height: 32px;
	width: 132px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

@media (max-width: 768px) {
    .logo {
        height: 29px !important;
        width: 120px !important;
        margin-top: -6px;
		position: fixed;
		z-index: 800 !important;
    }
}

.logo-opacity {
	opacity: 1;
}
.logo:hover {
	cursor: pointer;
}
.logo img {
	height: 100%;
	width: 100%;
}
.logo-text {
	color: #755a34;
	letter-spacing: 3px;
	font-size: 24px;
	font-weight: 300;
	display: inline;
	margin-left: 10px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	font-family: 'logofont-light';
}
@media (max-width: 600px) {
	.logo-text {
		margin-top: 4px;
	}
}
.logo-text:hover {
	/*color: #000;
    */
	cursor: pointer;
}
.main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.nav-links li {
	list-style: none;
}
.main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.main li {
	list-style: none;
}
.about,
.social,
.sub {
	display: none;
}
.parallax {
	position: relative;
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	/**
   * Default height
   */

}
/* Turn off parallax scrolling for tablets and phones */

@media only screen and (max-width: 1024px) {
	.parallax {
		background-size: auto 130%;
		background-position: 100%;
		background-attachment: fixed;
	}
}

/* ----------------------------- */

/* Section */

/* ----------------------------- */

section {
	background-color: black;
	padding-top: 1em;
	padding-bottom: 5em;
	background: rgb(120, 120, 120);
	background: linear-gradient(90deg, rgba(120, 120, 120, 1) 0%, rgba(77, 77, 77, 1) 47%, rgba(31, 31, 31, 1) 100%);
	background-image: url("../img/bg_dark.webp");
	background-repeat: no-repeat;
	background-size: cover;
	color: #222222;
}
.section-weiss {
	background-image: url("../img/muster_weiss.png");
	background-repeat: no-repeat;
	background-size: cover;
	color: black;
}
.section-blau {
	background-color: black;
	background: url('../img/muster_weiss.png') no-repeat, -webkit-gradient(180deg, #003059 0, #001830 100%);
	background: url('../img/muster_weiss.png') no-repeat, -o-linear-gradient(180deg, #003059 0, #001830 100%);
	background: url('../img/muster_weiss.png') no-repeat, -o-linear-gradient(top, #003059 0, #001830 100%);
	background: url('../img/muster_weiss.png') no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #003059), to(#001830));
	background: url('../img/muster_weiss.png') no-repeat, linear-gradient(180deg, #003059 0, #001830 100%);
	background-repeat: no-repeat;
	background-size: cover;
	color: black;
}
section {
	width: 100%;
	overflow: hidden;
	padding-bottom: 3em;
	padding-top: 3em;
}
section#team,
section#kunden {
	width: 100%;
	overflow: hidden;
	padding-bottom: 5em;
}
section#themap {
	width: 100%;
	overflow: hidden;
	padding-bottom: 0em;
	padding-top: 0em;
}
.zwischen {
	height: 1px;
	width: 100%;
	/* Resize the background image to cover the entire container */
	color: white;
	z-index: 8888888 !important;
	background-color: #7c4800;
}
/* ABOUT US -------------------------------------*/

/************************************************/
#about {
	background: rgb(0, 212, 255);
	background: linear-gradient(90deg, rgba(0, 212, 255, 1) 0%, rgba(9, 9, 121, 1) 75%, rgba(2, 0, 36, 1) 100%);
	width: 100%;
	background-image: url("../img/bg_wc.webp");
	background-position: 50% 0%;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
	color: white;
	z-index: 8888888 !important;
}
#about {
	color: white;
}
.foto-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
    -webkit-box-flex: 0;
    
flex: 0 0 10%;
max-width: 100%;

    flex-direction: column;
    margin-bottom: 3em;

}
@media (max-width: 768px) {
	.foto-frame {
		margin-bottom: 2em;
	}
	.col-ma .foto-frame {
		margin-bottom: 0px;
	}
}
.ma {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.img-ma-owner {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	border: solid 3px #ff9300;
	margin-bottom: 20px;
	display: block;
}
.img-ma {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: solid 3px #ff9300;
	margin-bottom: 16px;
	display: block;
}
.stärken {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
}
.stärken-titel {
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
	.stärken-titel {
		font-size: 18px;
	}
}

/* TEAM -------------------------------------*/

/************************************************/

#team {
	width: 100%;
	background-image: url("../img/bg_heizkessel.webp");
	background-position: 50% 25%;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
	color: white;
	z-index: 8888888 !important;
}
/* angebot -------------------------------------*/

/************************************************/

#angebot {
	background: rgb(0, 212, 255);
	background: linear-gradient(90deg, rgba(0, 212, 255, 1) 0%, rgba(9, 9, 121, 1) 75%, rgba(2, 0, 36, 1) 100%);
	width: 100%;
	background-image: url("../img/bg_lavabo.webp");
	background-position: 50% 0%;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
	color: white;
	z-index: 8888888 !important;
}

@media screen and (max-width: 767px) {
    .col-vert-top {
        margin-bottom: 30px;
    }
    
}
.angebot-titel {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 10px;
}
.angebot-stern {
	font-size: 16px;
	margin-top: 40px;
}
.angebot-liste {
	list-style: none;
	list-style-type: none;
	line-height: 1.5em;
	font-size: 17px;
}

@media screen and (max-width: 767px) {
    .angebot-liste {
        font-size: 16px;
    }
    
}

.angebot-liste li {
	background-color: rgba(0, 0, 0, 0.2);
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media screen and (max-width: 1299px) {
    .angebot-liste li {
    padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;  

}
}

@media (max-width: 1024px) {
        .angebot-liste li {
    padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;  
   
    }
}

.flex-start {
	align-items: flex-start;
	align-content: flex-start;
}

/* PROJEKTE -------------------------------------*/

/************************************************/

#projekte {
	color: white;
}
.row-projekte {
	margin-bottom: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.projekt-container {
	border: solid 1px #ff9300;
	background-color: black;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
}
.projekt-container:hover {
	cursor: pointer;
	-webkit-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.projekt-container:hover > .projekt-bild img {
	opacity: 0.6;
	-webkit-filter: grayscale(30%);
	filter: grayscale(30%);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
}
.projekt-dunkel {
	background-color: black;
	height: 100%;
	width: 100%;
}
@media (max-width: 1000px) {
	.projekt-container {
		margin-bottom: 15px;
	}
}
.projekt-bild {
	width: auto;
	height: 100%;
	background-size: cover;
}
.projekt-bild img {
	width: 100%;
	height: 100%;
	opacity: 0.4;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.projekt-inhalt {
	height: 100%;
	width: 100%;
	padding: 40px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.projekt-title {
	text-align: center;
	color: #999;
	font-weight: 600;
	font-size: 28px;
	z-index: 888888;
	opacity: 1;
	color: white;
	background-color: pink;
}
.projekt-topline-container {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
}
.projekt-topline {
	padding: 10px;
	text-align: center;
	color: #999;
	font-weight: 300;
	font-size: 16px;
	z-index: 888888;
	opacity: 1;
	color: white;
	width: 100%;
}
.projekt-subline-container {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50px;
}
.projekt-subline {
	padding: 10px;
	text-align: center;
	color: #999;
	font-weight: 300;
	font-size: 16px;
	z-index: 888888;
	opacity: 1;
	color: white;
}
.row-projekte::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	left: 100px;
	background-image: url("../img/arrow-left.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.row-projekte::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	right: 80px;
	background-image: url("../img/arrow-right.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.row-projekte img {
	width: 100%;
	height: 100%;
}
.row-projekte:hover {
	cursor: pointer;
}
/* KUNDEN -------------------------------------*/

/************************************************/

#kunden {
	color: white;
	background-color: black;
	background-image: url("../img/bg_dark.webp");
	background-position: 50% 0%;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
}
.kunden-bg {
	height: 100%;
	width: 100%;
	background-image: url("../img/kunden-bg.png");
	background-position: 50% 0%;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
}
.kundencontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8%;
}
.line-bottom {
	/* border-bottom: solid 1px #b5845e; */
}
.line-top {
	/* border-top: solid 1px #b5845e; */
}
.kunde {
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0.8;
}
.kunde img {
	width: 100%;
	height: 100%;
}
.kunde:hover {
	opacity: 1;
	cursor: pointer;
}
.kunden-sub {
	text-align: center;
	margin-bottom: 40px;
}
/* KONTAKT -------------------------------------*/

/************************************************/
#kontakt {
	background: rgb(0, 212, 255);
	background: linear-gradient(90deg, rgba(0, 212, 255, 1) 0%, rgba(9, 9, 121, 1) 75%, rgba(2, 0, 36, 1) 100%);
	width: 100%;
	background-image: url("../img/bg_wärmepumpe.webp");
	background-position: 0% 0%;
	*/
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
	color: white;
	z-index: 8888888 !important;
}
#kontakt {
	color: #b2b2b2;
}

#kontakt a {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	color: inherit;
}
#kontakt a:after {
	-webkit-transition: width .5s ease, background-color .5s ease, left .5s ease;
	-o-transition: width .5s ease, background-color .5s ease, left .5s ease;
	transition: width .5s ease, background-color .5s ease, left .5s ease;
}
#kontakt a:hover {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #ff9300;
}
#kontakt a:hover:after {
	width: 100%;
	left: 0;
	background: #ff9300;
}
#kontakt a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	left: 50%;
	height: 1px;
	width: 0;
	background: transparent;
}
@media (max-width: 768px) {
	.kontakt-container {
		margin-bottom: 30px;
	}
}
.kontakt-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0.7em;
}
.kontakt-subtitle {
	font-size: 22px;
	color: #fff;
	line-height: 1.3em;
    -webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.kontakt-subtitle a:hover {
    color: #ff9300;
        -webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.kontakt-quiz {
	font-size: 22px;
	color: #ff9300;
	line-height: 1.3em;
	white-space: nowrap;
	display: inline;
}
@media screen and (max-width: 768px) {
	.kontakt-title {
		font-size: 21px;
	}
	.kontakt-subtitle {
		font-size: 19px;
	}
}
.input_text {
	width: 100%;
	height: 40px;
	border: solid 1px #ff9300;
	padding: 8px;
	margin-bottom: 16px;
	color: #ccc;
	background-color: #333;
	background-color: rgba(50, 50, 50, 0.1);
}
.input_text_quiz {
	height: 60px;
	border: solid 1px #ff9300;
	padding: 8px;
	margin-bottom: 16px;
	color: #ccc;
	margin-left: 10px;
	text-align: center;
	background-color: #333;
	background-color: rgba(50, 50, 50, 0.1);
}
.input_textarea {
	width: 100%;
	height: 160px;
	border: solid 1px #ff9300;
	padding: 8px;
	margin-bottom: 16px;
	color: #ccc;
	background-color: rgba(50, 50, 50, 0.1);
}
.dispnon {
	height: -50;
	width: 0;
	border: none;
	border-color: transparent;
	opacity: 0;
	display: none;
	overflow: hidden;
	margin: -30px;
	padding: -30px;
}
.button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 60px;
	border: solid 1px #ff9300;
	padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
	background-color: #ff9300;
	color: white;
	text-align: 26px;
	letter-spacing: 3px;
	font-weight: 500;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.button:hover {
	cursor: pointer;
	background-color: #000;
    color: #ff9300;
}
#formular {
	padding-top: 4em;
	padding-bottom: 4em;
}
#form-messages {
	height: 40px;
	margin-top: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

/* MAP ------------------------*/

/************************************************/
#map {
	height: 65vh;
	background: grey;
	width: 100%;
}
/* FOOTER & BACK TO TOP ------------------------*/

/************************************************/

footer {
	padding-top: 6em;
	width: 100%;
	height: 600px;
	background-image: url("../img/bg_dark.webp");
	background-position: 50% 50%;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: 115% 115%, cover;
	/* Resize the background image to cover the entire container */
	background-color: black;
	padding-bottom: 0em;
	overflow: hidden;
	z-index: 500000;
	color: white;
}
@media (max-width: 767px) {
	footer {
		padding-top: 1em;
		height: 360px;
	}
}
.row-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.hello {
	width: 200px;
	height: 43px;
	background-image: url("../img/etter_logo_original_ohne_text.png");
	background-repeat: repeat;
	background-size: cover;
	margin-bottom: 18px;
}
.hello img {
	width: 100%;
	height: 100%;
}
.up {
	margin-top: 142px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.up:hover {
	margin-top: 138px;
	cursor: pointer;
}
@media (max-width: 768px) {
	.hello {
		font-size: 66px;
	}
}
.hello::before {
	/* Resize the background image to cover the entire container */
	/*filter: grayscale(100%);
    */
}
@media (max-width: 768px) {
	.hello::before {
		left: -30px;
		top: 22px;
		width: 36px;
		height: 36px;
	}
}
@media (max-width: 600px) {
	.hello::before {
		left: -30px;
		top: 26px;
		width: 36px;
		height: 36px;
		display: none;
	}
}
.ul-footer {
	list-style: none;
}
.footer-large {
	font-size: 20px;
	/*line-height: 1.8em;*/
	margin-bottom: 6px;
    -webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
@media screen and (max-width: 767px) {
	.footer-large {
		font-size: 19px;
	}
}
.footer-large-sub {
	font-size: 15px;
	margin-top: 78px;
	color: #ddd;
	line-height: 22px;
}
.footer-title-item {
	margin-bottom: 16px;
	font-weight: 600;
	margin-top: 65px;
	text-transform: uppercase;
	font-size: 15px;
}
.footer-item {
	margin-bottom: 16px;
	font-size: 15px;
	color: #ddd;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.footer-item:hover {
	cursor: pointer;
	color: #ff9300;
    -webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.footer-large a:hover {
	cursor: pointer;
	color: #ff9300;
    -webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.blackcloud {
    opacity: 0.75;
    transition: all 0.4s;
}
.blackcloud:hover {
    opacity: 1;
    transition: all 0.4s;
}
.back-top {
	opacity: 0;
	position: fixed;
	bottom: -6px;
	right: 26px;
	border: none;
	outline: none;
	color: black;
	cursor: pointer;
	border-radius: 5px;
	font-size: 24px;
	font-weight: 800;
	width: 60px;
	height: 60px;
	background-color: #000;
	z-index: 1000000000 !important;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.back-top img {
	top: 10px;
	position: absolute;
	left: calc(50% - 17px);
}
@media screen and (max-width: 767px) {

    .back-top {
        right: 0;
        width: 52px;
    }   
.back-top img {
    left: calc(50% - 15px);
    top: 16px;
}

}

@media screen and (min-width: 600px) {
	.back-top:hover {
		height: 80px;
	}
}
.back-top.show-top {
	opacity: 1;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}




/* ----------------------------- */

/* Farben */

/* ----------------------------- */

.pink {
	background-color: pink;
}
.grey {
	background-color: grey;
}
.orange {
	background-color: orange;
}
.green {
	background-color: green;
}
.yellow {
	background-color: yellow;
}
.blue {
	background-color: blue;
}
.white {
	background-color: white;
}
.black {
	background-color: black;
}
.white-txt {
	color: white;
}
.grey-txt {
	color: #666;
}
.grey-txt-nav {
	color: #ff9300;
}
.yellow-txt {
	color: #ffd800;
}
.black-txt {
	color: #000000;
}
.orange-txt {
	color: #ff9300;
}
