@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: NEOSPORT;
  src: url("fonts/NEOESPORT.ttf")
}

@font-face {
  font-family: NEOSPORT;
  src: url("fonts/SofiaProRegular.ttf")
}

@font-face {
  font-family: Campton-Bold;
  src: url("fonts/Campton-Bold.otf")
}

@font-face {
  font-family: Campton-Light;
  src: url("fonts/Campton-Light.otf")
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
	font-family: 'Campton-Light', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

h1 {
	text-align: center;
	margin-top: 100px;
	font-family: 'Campton-Bold', Helvetica, Arial, sans-serif;
    text-transform: upperc;
	text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 2em;
    line-height: 1.3em;
	
}

.white {
	color: aliceblue;
}

.greenwis {
	color: rgba(130, 184, 26, 1);
}

strong {
	font-family: 'Campton-Bold', Helvetica, Arial, sans-serif!important;
    font-weight: 100;
}

#menu {
	margin-left: 0; 
	margin-right: 0;
	position: fixed;
    top: 0;
	width: 100%;
	height: 100px;
	background-color: #009ba4;
	box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25);
    z-index: 1000;
    transition: 0.4s;
}


#logo {
	background:url("images/weissitsupportlogo.png") no-repeat;
	background-size: 250px 48px;
	margin-top: 25px;
	margin-left: 45px;
	width: 510px;
    height: 100px;
    transition: 0.2s;
}


#carousel {
	background:url("images/headerpic.jpg") no-repeat;
	background-size: 100%;
	margin-left: -8px;
	width: 100vw;
	height: 60vh;
}

#content1 {
	display:block;
	margin-left: -8px;
	width: 100vw;
	height: 800px;
	color: red;
	background-color: white;
	
}

#content1 h1 {
	color: rgba(130, 184, 26, 1);
}

#content1text {
	font-family: 'Campton-Light', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	margin-top: 50px;
	margin-left: 15vw;
	float: left;
	color: black;
	width: 30%;
}

#websiteaufbau {
	margin-top: 50px;
	margin-left: 50vw;
	background: url("images/design.png") no-repeat;
	background-size: auto;
	width: 50vw;
	height: 100%;
}

#content2 {
	position: relative;
	padding-top: 20px;
	margin-left: -8px;
	width: 100vw;
	height: 800px;
	background-image: url("images/repair.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
	
}

.content2blue {
	margin-top: -20px;
	height: 102.5%;
	position: relative;
	background-color: #009fe3!important;
	z-index: 55;
	opacity: 0.7;
}


#content3 {
	margin-left: -8px;
	width: 100vw;
	height: 800px;
	color: red;
	background-color: white;
	
}

#content4 {
	margin-top: -10px;
	margin-left: -8px;
	width: 100vw;
	height: 800px;
	color: red;
	background-color: #88b87b; 
	
}

/* -----------------------------------------------
---- Base ----------------------------------------
------------------------------------------------*/
 
/* Basic-Styles - e. g. for 960/1.000 Pixel Wrap */
 
 
 
/* -----------------------------------------------
---- Media Queries -------------------------------
------------------------------------------------*/
 
/* Mobile/Smartphone - Portrait-Modus */
@media
only screen and (min-width: 320px) and (max-width: 479px),
only screen and (min--moz-device-pixel-ratio: 1.5) and (orientation: portrait),
only screen and (-o-min-device-pixel-ratio: 3/2) and (orientation: portrait),
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait),
only screen and (min-device-pixel-ratio: 1.5) and (orientation: portrait),
only screen and (min-resolution: 1.5dppx) and (orientation: portrait) {

    #menu {
		position: absolute;
		height: 150px;

	}
	
	#logo {
	
		background:url("images/logoklein.png") no-repeat;
		background-size: 30px 35px;
		margin-top: 15px;
		margin-left: 45px;
		width: 510px;
		height: 100px;
		transition: 0.2s;
	}

}
 
/* Mobile/Smartphone - Landscape-Modus */
@media
only screen and (min-width: 480px) and (max-width: 767px),
only screen and (min--moz-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/2) and (orientation: landscape),
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (min-resolution: 1.5dppx) and (orientation: landscape) {
	#menu {
		position: fixed; 
		margin-left: 0; 
		margin-right: 0;
		height: 100px;
    }
    #content1text {
        border: dotted;
        font-family: 'Campton-Light', Helvetica, Arial, sans-serif;
        font-size: 1.5em;
        font-weight: normal;
        font-style: normal;
        line-height: 1.3;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        margin-top: 50px;
        margin-left: 15vw;
        float: none;
        color: black;
        width: 70%;
    }
    
    #websiteaufbau {
        border: dotted;
        float: left;
        margin-left: -30px;
        background: url("images/design.png") no-repeat;
        background-size: auto;
        width: 50vw;
        height: 100%;
    }

    #content1 {
        border: dotted;
        display: fixed;
        margin-left: -8px;
        width: 100vw;
        height: 1000px;
        color: red;
        background-color: white;
        
    }

}
 
/* Mobile/Tablets - Portrait-Modus */
@media
only screen and (min-width: 768px) and (max-width: 959px),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

	#menu {
		position: fixed;
		top: 0;
		width: 100%;
		height: 200px;
		background-color: #009ba4;
		box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25);
		z-index: 1000;
		transition: 0.4s;
	}

}

}
