@import url(fonts/stylesheet.css);

* {
	margin:0px;
    padding: 0px;
	}

body {
	background: url(images/WCWbackground.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
	background-size: cover;
	overflow-y: scroll;
	font-family: 'roboto_condensedlight';
    font-weight: normal;
    font-style: normal;
    font-size: 110%;
	}

#container {
	width: 850px;
    height: 750px;
	margin: 10px auto;
    position: relative;
    }

#wcwlogo {
    width: 850px;
    height: 70px;
    margin: auto;
    background-image: url(images/WCWlogo_WHITE.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    }

#hauptbox {
	width: 850px;
	height: auto;
    margin: 10px 0px;
	background-color: rgba(255,255,255,0.95);
    position: relative;
	}

#content {
    width: 800px;
    height: 100%;
    margin: auto;
    padding-top: 25px;
}

#footer {
    width: 850px;
	height: 30px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 50px;
    background-color: rgb(247,164,0);
    border-radius: 0px 0px 7px 7px;
	}

a {
    cursor: pointer;
    }


/* --------------------------------------------------------------------------- */
/* -----  Menue ----- */
/* --------------------------------------------------------------------------- */


#menuebox, #menueboxmitte, #menueboxausbau, #menueboxeinbau, #menueboxwasser, #menueboxboot {
    width: 850px;
	font-family: 'bebas_neuebold';
    font-weight: normal;
    font-style: normal;
    text-align: center;
	letter-spacing: 0.02em;
    margin: 3px auto;
    position: relative;
    }

#menueboxausbau, #menueboxeinbau, #menueboxwasser, #menueboxboot {
	height: 20px;
    font-size: 95%;
    background-color: rgb(247,164,0);
    }

.menuebox, .menueboxmitte, .menueboxausbau, .menueboxeinbau, .menueboxwasser, .menueboxboot {
    margin: auto;
    position: relative;
    }

.menueboxausbau li, .menueboxeinbau li, .menueboxwasser li, .menueboxboot li {
    padding: 0px 20px;
    display: inline-block;
    }

.menuebox a, .menueboxmitte a, .menueboxausbau a, .menueboxeinbau a, .menueboxwasser a, .menueboxboot a {
	text-decoration: none;
	color: rgb(255,255,255);
    transition: 0.7s;
	}

.menuebox a:hover, .menueboxausbau a:hover, .menueboxeinbau a:hover, .menueboxwasser a:hover, .menueboxboot a:hover {
	color: rgb(190,30,10);
    transition: 0.9s;
	}

#menuebox {
	height: 30px;
	font-size: 150%;
    background-color: rgb(247,164,0);
    border-radius: 7px 7px 0px 0px;
	}

.menuebox {
    width: 797px;
	}

.menuebox li {
    width: 155px;
    display: inline-block;
	}

#menueboxmitte {
	height:25px;
	font-size: 125%;
    background-color: rgb(93,94,86);
	}

.menueboxmitte {
    width: 670px;
	}

.menueboxmitte li {
    padding: 0px 20px;
    display: inline-block;
	}

.menueboxmitte a:hover {
	color: rgb(247,164,0);
    transition: 0.9s;
	}

.menueboxausbau {
    width: 630px;
	}

.menueboxeinbau {
    width: 786px;
	}

.menueboxwasser {
    width: 394px;
	}

.menueboxboot {
    width: 310px;
	}

#menue_aktiv a {
    color: rgb(190,30,10);
    }

#menuemitte_aktiv a {
    color: rgb(247,164,0);
    }


/* --------------------------------------------------------------------------- */
/* -----  index.html ----- */
/* --------------------------------------------------------------------------- */


#stoerer {
    position: absolute;
    margin-right: 20px;
    background-color: red;
    width: 275px;
    height: 60px;
    right: 0;
    top: 200px;
    transform: rotate(4deg);
    font-family: 'roboto_condensedbold';
    font-size: 20px;
    color: white;
    text-align: center;
    font-style: italic;
	}

#home {
    width: 800px;
    height: 410px;
    color: rgb(93,94,86);
	}

#home h1 {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-style: normal;
    font-size: 150%;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    margin-top: 0px;
    }

#home p {
    line-height: 150%;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
    }

#home h3 {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-style: normal;
	font-size: 110%;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
	}

.titelbilder {
    width: 190px;
    height: 175px;
    margin: 15px 13px 0px 0px;
    float: left;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.35);
    }

#titelbild {
    margin: 15px 0px 0px 0px;
    }


/* --------------------------------------------------------------------------- */
/* -----  leistungen.html ----- */
/* --------------------------------------------------------------------------- */


.leistungen {
    width: 800px;
    height: 370px;
	color: rgb(93,94,86);
	}

.leistungen h1 {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-style: normal;
    font-size: 150%;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    }

.leistungen p {
    line-height: 150%;
    }

.leistungenlinks {
	float: left;
	width: 350px;
    margin-right: 40px;
	}

.leistungenrechts {
	float:left;
	width:400px;
	}


/* --------------------------------------------------------------------------- */
/* -----  referenzen.html ----- */
/* --------------------------------------------------------------------------- */


.referenzbilder {
    width: 800px;
    height: 350px;
    }

#normal01, #normal02, #normal03, #normal04 {
    width: 190px;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    margin: 0px 13px 0px 0px;
    transition: 0.8s;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.35);
    }

#normal01:hover, #normal02:hover, #normal03:hover, #normal04:hover {
    transition: 0.9s;
    }

#normal01 {
    background-image: url(images/referenz-ausbau_01.jpg) ;
    }

#normal01:hover {
    background-image: url(images/referenz-ausbau_02.jpg);
    }

#normal02 {
    background-image: url(images/referenz-einbau_01.jpg);
    }

#normal02:hover {
    background-image: url(images/referenz-einbau_02.jpg);
    }

#normal03 {
    background-image: url(images/referenz-schaeden_01.jpg);
    }

#normal03:hover {
    background-image: url(images/referenz-schaeden_02.jpg);
    }

#normal04 {
    background-image: url(images/referenz-boot_01.jpg);
    margin: 0px 0px 0px 0px;
    }

#normal04:hover {
    background-image: url(images/referenz-boot_02.jpg);
    }

h2 {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-style: normal;
    font-size: 150%;
    letter-spacing: -0.01em;
	color: rgb(93,94,86);
	padding-bottom: 20px;
	}


/* --------------------------------------------------------------------------- */
/* -----  partner.html ----- */
/* --------------------------------------------------------------------------- */


.partner {
    width: 800px;
    height: 410px;
	color: rgb(93,94,86);
    }

.partner h1 {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-style: normal;
    font-size: 150%;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
    }

table.tabelle {
	width: 800px;
	height: 350px;
	}

td {
	width: 400px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	}


/* --------------------------------------------------------------------------- */
/* -----  kontakt.html ----- */
/* --------------------------------------------------------------------------- */


#kontakt {
    width: 800px;
    height: 400px;
    color: rgb(93,94,86);
    }

#kontakt h1 {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-style: normal;
    font-size: 150%;
    letter-spacing: -0.01em;
    }

#kontakt p {
    line-height: 150%;
    margin-bottom: 10px;
    }

#kontakt a {
    text-decoration: none;
    color: rgb(93,94,86);
    }

#kontakt a:hover {
    color: rgb(190,30,10);
    }

div.kontakt_left {
	width: 325px;
    float: left;
	}

.kontaktkarte {
    float: right;
    margin: 3px 0px;
    }


/* --------------------------------------------------------------------------- */
/* -----  impressum.html ----- */
/* --------------------------------------------------------------------------- */


.impressum {
    width: 800px;
    height: 100%;
    color: rgb(93,94,86);
    text-align: center;
    }

.impressum h1 {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-style: normal;
    font-size: 150%;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
    }

.impressum p {
    line-height: 150%;
    margin-bottom: 10px;
    }

.impressum strong {
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    }

.impressum a {
    text-decoration: none;
    color: rgb(93,94,86);
    }

.impressum a:hover {
    color: rgb(190,30,10);
    }


/* --------------------------------------------------------------------------- */
/* -----  Footer ----- */
/* --------------------------------------------------------------------------- */


#footerbox {
    width: 850px;
    height: 20px;
    margin-top: 4px;
    position: absolute;
    font-size: 90%;
	color: rgb(255,255,255);
    }

#footerbox p {
	float: left;
    margin-left: 25px;
	}

#footerbox a {
	text-decoration: none;
	color: rgb(255,255,255);
	font-family: 'bebas_neuebold';
    font-weight: normal;
    font-style: normal;
    font-size: 120%;
	letter-spacing: 0.03em;
    float: right;
    margin-right: 25px;
	}

#footerbox a:hover {
	color: rgb(190,30,10);
	transition: 0.8s;
	}
