/* ---------------------------------------------------------
   HTML5 Bones
   This stylesheet contains print styling and a section for
   you to simply add your own. This is a basic template
   after all.
   ---------------------------------------------------------*/
        body {

         }

        img { border: 0; }

        h1 {
        font-family: 'Corbel-Bold', Arial, Helvetica, sans-serif;
        font-size: 20px;
        padding-bottom: 2px;
        color: #6e83b7;
        }

        /* Default link styling */
        a {
                text-decoration: none;
                }
        a:link { color:#7b7b7b; }
        a:visited { color:#454343; }
        a:hover, a:focus { color:#0e3087; }
        a:active { color:#fb0e02; }

        @font-face {
        font-family: 'Corbel-Bold';
        src: url("../fonts/2B01A3_0_0.eot");
        src: local('Corbel_Bold'), local('Corbel-Bold'),
                url("../fonts/2B01A3_0_0.otf") format("opentype"),
                url("../fonts/2B01A3_0_0.woff") format("woff");
}


/* ---------------------------------------------------------
   Author's styles
   ---------------------------------------------------------*/
        body {
        background-image:url(../images/hintergrund.jpg);
        background-repeat:no-repeat;
        }


        header[role="banner"] {
        margin-left: 80px;
        }


        nav[role="navigation"] {
        margin-top: 50px;
        margin-left: 110px;
        font-family: 'Corbel-Bold', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #7b7b7b;
        }

        nav[role="navigation"] ul {padding: 0; margin: 0;}
        nav[role="navigation"] li {
        display: inline-block;
        padding: 0;
        margin: 0;
        }
        nav[role="navigation"] li a{
        text-decoration: none;
        color: #333;
        padding: 0.75em;
        }

        nav[role="navigation"] li a:hover{
        text-decoration: none;
        color: #0e3087;
        }

        #auswahl {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        position: relative;
        font-size: 10px;
        text-align:center;
        width: 117px;
        height: 52px;
        margin-left: 650px;
        margin-top: -123px;
        padding-top: 10px;
        color: #757373;
        z-index: 3;
        background-image:url(../images/button_impressum.png);
        background-repeat:no-repeat;
        }
		
	#datenschutz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	font-size: 10px;
	text-align:center;
	width: 117px;
	height: 52px;
	margin-left: 760px;
	margin-top: -63px;
	padding-top: 10px;
	color: #757373;
	z-index: 3;
	background-image:url(../images/button_impressum.png);
	background-repeat:no-repeat;
	}
	
        #hometext {
        line-height: 0.4em;
                }


        .wrap {
        height: 1090px;
        width: 650px;
        margin-left: 80px;
        margin-top: 47px;
        padding-left: 120px;
        padding-top: 330px;
        padding-right: 400px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: 1.2em;
        background-image:url(../images/home_kontakt.png);
        background-repeat:no-repeat;
        }

        main[role="main"] {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 1.15rem;
        color: black;
        }

        footer[role="contentinfo"] {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        position: relative;
        line-height: 1.2em;
        margin-left: 122px;
        width: 835px;
        max-height: 31px;
        margin-top: -50px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        background-color: #d7ddee;
        color: #0e3087;
}

/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/
@media print {
    * {
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
                background:transparent !important;
    }
        html { background-color:#fff; }
        /* Hide navigation */
        nav { display:none; }

        /* Show link destinations in brackets after the link text */
        a[href]:after { content: " (" attr(href) ") "; }
        a[href] {
                font-weight:bold;
                text-decoration:underline;
                color:#06c;
                border:none;
        }
        /* Don't show link destinations for JavaScript or internal links */
        a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }

        /* Show abbr title value in brackets after the text */
        abbr[title]:after { content: " (" attr(title) ")"; }

        figure {
                margin-bottom:1em;
                overflow:hidden;
        }

        figure img { border:1px solid #000; }
}


@media screen and (min-width:768px) and (max-width:1139px) and (orientation:portrait) {
       body {
        background-image:none;
        }

        header[role="banner"] {
        margin-left: 0px;
        width: 90%;
        }

        .wrap {
        height: 940px;
        width: 91%;
        margin-left: 0px;
        margin-top: 47px;
        padding-left: 70px;
        padding-top: 330px;
        padding-right: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: 1.2em;
        background-image:url(../images/home_hintergrund_klein.jpg);
        background-size: 100%;
        background-repeat:no-repeat;
        }

        main[role="main"] {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 1.15rem;
        width: 450px;
        color: black;
        }

        #auswahl {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        position: relative;
        font-size: 10px;
        text-align:center;
        width: 117px;
        height: 52px;
        margin-left: 550px;
        margin-top: -123px;
        padding-top: 10px;
        color: #757373;
        z-index: 3;
        background-image:url(../images/button_impressum.png);
        background-repeat:no-repeat;
        }
	#datenschutz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	font-size: 10px;
	text-align:center;
	width: 117px;
	height: 52px;
	margin-left: 760px;
	margin-top: -63px;
	padding-top: 10px;
	color: #757373;
	z-index: 3;
	background-image:url(../images/button_impressum.png);
	background-repeat:no-repeat;
	}

        footer[role="contentinfo"] {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        position: relative;
        line-height: 1.2em;
        margin-left: 30px;
        width: 90%;
        max-height: 31px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        background-color: #d7ddee;
        color: #0e3087;
}
 }
@media screen and (min-width:320px) and (max-width:767px) and (orientation:portrait) {
        body {
        background-image:none;
        }

        header[role="banner"] {
        margin-left: -30px;
        width: 80%;
        }

        .wrap {
        height: 1150px;
        width: 280px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 30px;
        padding-left: 20px;
        padding-top: 120px;
        padding-right: 20px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: 1.2em;
        background-image:url(../images/home_hintergrund_klein.jpg);
        background-size: 100%;
        background-repeat:no-repeat;
        }
        #auswahl {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        position: relative;
        font-size: 10px;
        text-align:center;
        width: 117px;
        height: 52px;
        margin-left: 200px;
        margin-top: -123px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #505151;
        z-index: 3;
        background-image:none;
        }
					#datenschutz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	font-size: 10px;
	text-align:center;
	width: 117px;
	height: 52px;
	margin-left: 200px;
	margin-top: -72px;
	padding-top: 10px;
	color: #757373;
	z-index: 3;
	background-image:none;
	}
        main[role="main"] {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 1.15rem;
        width: 280px;
        color: black;
        }
        #hometext {
        line-height: 0.4em;
        width: 280px;
                }

        footer[role="contentinfo"] {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        position: relative;
        line-height: 1.2em;
        margin-left: 0px;
        width: 100%;
        max-height: 51px;
        margin-top: 30px;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        background-color: #d7ddee;
        color: #0e3087;
}
        figure {
        margin-bottom:1em;
        margin-top:2em;
        }

        figure img {
        width: 180%;
        }

        iframe {
        max-width: 100%;
        }
        table {
        width: 260px;
        line-height: 1.2em;
        }

   }

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {

  body {
        background-image:none;
        }

        header[role="banner"] {
        margin-left: -30px;
        margin-top: 30px;
        width: 100%;
        }
        nav[role="navigation"] {
        margin-top: 90px;
        margin-left: 130px;
        font-family: 'Corbel-Bold', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #7b7b7b;
        }

        .wrap {
        height: 1100px;
        width: 95%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 30px;
        padding-left: 20px;
        padding-top: 180px;
        padding-right: 20px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: 1.2em;
        background-image:url(../images/home_hintergrund_klein.jpg);
        background-size: 100%;
        background-repeat:no-repeat;
        }
        #auswahl {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        position: relative;
        font-size: 10px;
        text-align:center;
        width: 117px;
        height: 52px;
        margin-left: 300px;
        margin-top: -160px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #505151;
        z-index: 3;
        background-image:none;
        }
			#datenschutz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	font-size: 10px;
	text-align:center;
	width: 117px;
	height: 52px;
	margin-left: 400px;
	margin-top: -72px;
	padding-top: 10px;
	color: #757373;
	z-index: 3;
	background-image:none;
	}
        main[role="main"] {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 1.15rem;
        width: 380px;
        color: black;
        }



        footer[role="contentinfo"] {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        position: relative;
        line-height: 1.2em;
        margin-left: 0px;
        width: 100%;
        max-height: 51px;
        margin-top: 30px;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        background-color: #d7ddee;
        color: #0e3087;
}
        figure {
        margin-bottom:1em;
        margin-top:2em;
        }

        figure img {
        width: 120%;
        }

        iframe {
        max-width: 100%;
        }
        table {
        width: 400px;
        line-height: 1.2em;
        }


    }