@charset "utf-8";
/* CSS Document */

/* changa-200 - latin */
@font-face {
  font-family: 'Changa';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/changa-v17-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/changa-v17-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/changa-v17-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/changa-v17-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/changa-v17-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/changa-v17-latin-200.svg#Changa') format('svg'); /* Legacy iOS */
}

/* changa-regular - latin */
@font-face {
  font-family: 'Changa';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/changa-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/changa-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/changa-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/changa-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/changa-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/changa-v17-latin-regular.svg#Changa') format('svg'); /* Legacy iOS */
}

/* changa-700 - latin */
@font-face {
  font-family: 'Changa';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/changa-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/changa-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/changa-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/changa-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/changa-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/changa-v17-latin-700.svg#Changa') format('svg'); /* Legacy iOS */
}




/* Allgemein*/
*{
	padding: 0px;
	margin: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body, textarea, input{
    font-family: 'Changa';
    font-style: normal;
	hyphens: auto;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
	overflow-x: hidden;
	font-weight: 200;
	line-height: 160%;
    font-size: 14px;

}
h1, h2, h3, h4, h5, h6, .head1, .head2, .head3, .head4, .head5, .head6{
	font-weight: 700;
}
h1{
	font-size: 75px;
    line-height: 85%;
}
h3{
	font-size: 22px;
}
.wrapper{
	padding: 0 40px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
img{
	display: block;
}
a, a:link, a:visited{
	text-decoration: none;
	color: #ffffff;
	transition: ease all 0.3s;
}
a:hover{
	color: #afb8c3;
}
/*Main*/
section#main{
    background-image: url(../img/bg_baumec_nashorn_4k.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    height: 82.65vh;
    width: 100%;
    position: relative;
    background-position: center center;
}
section#main .main-content{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
section#main .logo img{
	width: 100%;
    max-width: 560px;
	padding-top: 30px;
}
section#main .slogan{
	margin-bottom: 80px;
}
section#main .slogan p{
	font-size: 22px;
    padding-top: 30px;
	max-width: 370px;
}


/*Navi*/
header.navi{
	background-color: #144975;
}
header.navi *, footer *, section#main .slogan *{
	color: #ffffff;
}
header.navi .icons img{
	width: 100%;
    max-width: 30px;
    padding: 5px;
}
header.navi .icons{
	padding: 5px 5px;
    display: flex;
    justify-content: flex-end;
}

header.navi .icons a{
	display: flex;
    justify-content: center;
    align-items: center;
	transform: scale(1);
	opacity: 1;
	transition: ease all 0.3s;
	position: relative;
	z-index: 5;
}
header.navi .icons a .popup{
	display: none;
    position: absolute;
    transition: ease all 0.3s;
    top: 40px;
    background-color: rgba(72, 135, 188, 0.6);
    border-radius: 8px;
    padding: 5px 10px;
    text-align: center;
    width: max-content;
	justify-content: center; 
}
header.navi .icons a .popup::before{
	border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(72, 135, 188, 0.6);
    border-left: 10px solid transparent;
    top: -10px;
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
	
}
header.navi .icons a:hover .popup{
    display: flex;
}
header.navi .icons a:hover{
	opacity: 0.9;
	transform: scale(1.1);
}

/*Footer*/
footer{
	background-color: #144975;
	position: relative;
	padding: 30px 0px
}
footer .inner-wrap{
	padding: 15px 70px;
}
footer .kontakt{
	display: flex;
    justify-content: flex-end;
	position: relative;
	padding-right: 120px;
}
footer .kontakt:before{
	content: '';
    position: absolute;
    background-image: url(../img/bw-ziegel.png);
    background-repeat: no-repeat;
    background-size: 170px;
    right: -15px;
    height: 181px;
    width: 170px;
    bottom: 97px;
}

@media only screen and (max-width: 1920px){
	/*Main*/
	section#main{
		background-image: url("../img/bg_baumec_nashorn_fullhd.jpg");
	}
}
@media only screen and (max-width: 1024px){
	section#main .logo img{
		max-width: 400px;
	}
	h1 {
		font-size: 60px;
		line-height: 85%;
	}
	section#main .slogan p {
		padding-top: 20px;
	}
	footer .kontakt:before {
		background-size: 130px;
		right: -15px;
		height: 141px;
		width: 130px;
		bottom: 97px;
	}
	header.navi .icons a{
		margin-right: 5px;
	}
}
@media only screen and (max-width: 768px){
	footer .kontakt{
		padding-right: 0px;
		justify-content: center;
	}
	footer .inner-wrap {
		padding: 15px 50px;
	}
	h1{
		text-shadow: 2px 2px 2px #0b3355;
	}
	section#main .slogan p {
        text-shadow: 1px 1px 4px #000000;
    }
}
@media only screen and (max-width: 576px){
	footer .kontakt{
		flex-direction: column;
		justify-content: flex-start;
		align-items: baseline;
	}
	footer .kontakt:before {
        background-size: 130px;
        right: -55px;
        height: 141px;
        width: 130px;
        bottom: initial;
        top: -60px;
    }
	section#main .logo img {
        max-width: 330px;
    }
	h1 {
        font-size: 50px;
        line-height: 85%;
    }
	section#main .slogan p {
        padding-top: 15px;
    }
	section#main .slogan {
		margin-bottom: 40px;
	}
}