﻿/*** STANDAARD ***/
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	color: #676767;
	font: normal 10pt "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	background-color: #fff;
	overflow: hidden;
}

img, fieldset {
	border: 0;
}

a {
	text-decoration: none;
	color: #676767;
}

a:hover {
	text-decoration: underline;
}

/*** LAYOUT ***/

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
	opacity: 0.95;
	z-index: 999;
}

#top 
{
    position: relative;
	margin: 0 auto;
	width: 758px;
	height: 121px;
	background-color: #fff;
}

#top .left {
	margin-left: 27px;
	width: 125px;
	float: left;
}

#top .left h2 
{
    padding-top: 40px;
    z-index: 3;
    position: relative;
	color: #000;
	font-size: 25pt;
	font-weight: normal;
}

#top .right {
	margin-right: 27px;
	width: 125px;
	float: right;
	text-align: right;
}

#top .right img {
	margin-top: 55px;
	position: relative;
	z-index: 3;
	display: none;
	max-height: 75%;
	max-width: 75%;
}

#venster {
	margin: -60px auto 0 auto;
	padding: 30px;
	width: 698px;
	position: relative;
	background: #fff;
	z-index: 2;
}

#venster p {
	font-weight: bold;
	margin: 7px 0;
}

#venster .left {
	width: 45%;
	float: left;
}

#venster .left ul {
	list-style-type: none;
	margin: 20px 0 0 -5px;
}

#venster .left ul li {
	padding: 0 5px;
	float: left;
}

#venster .right {
	padding-top: 20px;
	width: 45%;
	text-align: right;
	float: right;
}

#slides {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	z-index: 1;
}

/*** Footer ***/

#footer, #push {
    height: 30px;
}

#footer {
	border-top: 1px solid #ccc;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer .left {
	width: 200px;
	float: left;
}

#footer .left a {
	margin: 2px 5px;
}

#footer .right {
	width: 350px;
	float: right;
}

#footer .right ul {
	list-style-type: none;
}

#footer .right ul li {
	float: left;
	padding: 0 25px;
}

/* Desktop */

@media all and (min-width: 1280px), all and (min-device-width: 1280px) {
    #slides img 
    {
        border-top: 6px solid #00688B;
	    margin-top: 121px;
	    width: 100%;
	    height: 400px;
	    background-size: cover;
    }
}

/* Tablet */

@media all and (max-device-width: 1280px), all and (max-width: 1280px) {
    #slides img 
    {
        border-top: 0;
	    margin-top: 121px;
	    width: 100%;
	    height: 250px;
	    background-size: cover;
    }
    
    #venster 
    {
        width: 80%;
    }
    
    #venster .left ul li {
        float: none;
        padding: 7px 0 0 7px;
    }
    
    #top {
        background: none;
        width: 80%;
        height: 75px;
    }
    
    #top .left {
	    width: 50px;
	    margin-left: 0;
    }

    #top .left h2 
    {
	    font-size: 20pt;
	    padding: 10px 0 0 0;
    }

    #top .right {
	    width: 50px;
	    margin-right: 90px;
    }

    #top .right img {
        padding: 25px 0 0 0;
        margin-top: 0;
        margin-right: 95px;
        position: absolute;
        width: 100px;
        height: 30px;
        max-width: none;
        max-height: none;
    }
    
    #footer .left {
        width: 114px;
    }
    
    #footer .right 
    {
        width: 200px;
        margin-right: 50px;
    }
    
    #footer .right ul li 
    {
        padding: 0 5px;
    }
}

/* Smartphone */

@media all and (max-device-width: 720px), all and (max-width: 720px) {
    #slides, #slides img {
	    display: none;
    }
    
    #venster .left ul li {
        float: none;
        padding: 7px 0 0 7px;
    }
    
    #top {
        background: none;
        width: 100%;
    }
    
    #top .left {
	    width: 50px;
	    margin-left: 0;
    }

    #top .left h2 
    {
	    font-size: 20pt;
	    padding: 15px 0 0 28px;
    }

    #top .right {
	    width: 50px;
    }

    #top .right img {
        padding: 25px 0 0 0;
        margin-top: 0;
        position: absolute;
        width: 100px;
        height: 30px;
        max-width: none;
        max-height: none;
    }
    
    #footer .left {
        width: 114px;
    }
    
    #footer .right 
    {
        width: 200px;
    }
    
    #footer .right ul li 
    {
        padding: 0 5px;
    }
}

/*** classes ***/

.textbox {
	padding: 5px;
	width: 300px;
	color: #000;
	font: normal 10pt "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
}

.button {
	margin: 3px 0;
	padding: 7px 12px;
	border: 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	font: normal 12px Helvetica, Arial, sans-serif;
	background: #00688B;
	display: inline-block;
}

.clearfix {
	clear: both;
}