@media only screen
and (min-width: 768px)
and (max-width: 1000px)  {

    .container {
        width: 700px;
    }
    nav #shortNav {
        font-size: 0.8em;
    }
    header #header_wrapper {
        width: calc(50% + 350px);
    }
    header #headerImg {
        width: calc(100% - 415px);
        position: absolute;
        right: 0;
        height: 100%;
    }
    section#main blockquote {
        width: 700px;
        font-size: 2.5em;
    }
    section#partner .moveRight {
    	clear: both;
    	margin-bottom: 50px;
    }
    footer {
        padding: 35px 0 45px 0;
    }
    footer .legaltext {
        width: 100%;
        margin: 0px 0 20px;
    }
    footer .hwk {
        display: none;
    }
}

@media only screen
and (min-width: 668px)
and (max-width: 766px) {
    .container {
        width: 620px;
    }
    nav .logoImg {
    	width: 450px;
        margin-top: 15px;
    }
    nav #shortNav {
        font-size: 0.8em;
    }
    header #header_wrapper {
        width: calc(50% + 310px);
    }
    header #headerBox {
        width: 265px;
    }
    header #headerBox h1 {
        font-size: 1.4em;
    }
    header #headerBox p {
        font-size: 1.05em;
    }
    header #headerImg {
        width: calc(100% - 365px);
        height: 244px;
    }
    header #headerImg #description {
        font-size: 1em;
    }
    section#main blockquote {
        width: 620px;
        font-size: 2.3em;
    }
    section#partner .moveRight {
    	clear: both;
    	margin-bottom: 120px;
    }
    footer {
        padding: 35px 0 45px 0;
    }
    footer .legaltext {
        width: 100%;
        margin: 0px 0 20px;
    }
    footer .hwk {
    	display: none;
    }
}

@media only screen
and (max-width: 667px) {

    body {
        font-weight: 500;
    }
    .container {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    nav {
    	padding: 0;
    }
    nav .logoImg {
    	width: 325px;
        margin-top: 50px;
    }
    nav #topbar {
        font-size: 1em;
    }
    nav #shortNav {
        font-size: 0.8em;
        top: 10px;
    }
    header #header_wrapper {
        width: 100%;
        margin: 0px 0 -80px 0;
    }
    header #headerBox {
        width: calc(100% - 100px);
        float: left;
    }
    header #headerBox h1 {
        font-size: 1.4em; 
    }
    header #headerBox p {
        font-size: 1.05em; 
    }
    header #headerImg {
        width: 100%;
        position: static;
        float: left;
        height: 380px;
    }
    header #headerImg #description {
        font-size: 1em; 
    }
    section#main blockquote {
        font-size: 2.1em;
        width: calc(100% - 40px);
        margin: 20px auto;
    }
    section#main blockquote .cite {
        margin-top: 10px;
    }
    section#main blockquote .text {
        width: calc(100% - 60px);
    }
    section#main #information, section#partner #wolf {
        column-count: 1;
        padding: 0 20px;
    }
    section#main #information p, section#partner #wolf p {
        margin-bottom: 12px;
        font-size: 1.2em;
    }
    section#reference .imageContainer{
        gap: 25px;
        width: 450%;
    }
    section#partner .moveRight {
    	clear: both;
    	margin-bottom: 50px;
    }
    footer {
        padding: 35px 0 45px 0;
    }
    footer .legaltext {
        width: 100%;
	margin: 0px 0 20px;
    }
    footer #sublogo {
	margin-top: 10px;
    }
    footer .hwk {
        display: none;
    }
    .content input[type="text"] {
        width: calc(100% - 60px);
    }
}

@media only screen
and (max-width: 320px) {

    body {
        font-weight: 500;
    }
    .container {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    nav .logoImg {
    	width: 325px;
        margin-top: 15px;
    }
    nav #topbar {
        font-size: 0.8em;
    }
    nav #shortNav {
        font-size: 0.8em;
    }
    header #header_wrapper {
        width: 100%;
        margin: 0px 0 -80px 0;
    }
    header #headerBox {
        width: calc(100% - 100px);
        float: left;
    }
    header #headerBox h1 {
        font-size: 1.5em; 
        line-height: 1.2em;
    }
    header #headerBox h1 span {
        font-family: Spumante;
        font-size: 1.6em;
    }
    header #headerBox p {
        font-size: 1.05em; 
    }
    header #headerImg {
        width: 100%;
        position: static;
        float: left;
        height: 380px;
    }
    header #headerImg #description {
        font-size: 1em; 
    }
    header #headerBox #button_wrapper {
        bottom: -25px;
    }
    header #headerBox button {
        font-size: 1.1em;
    }
    section#main blockquote {
        font-size: 2.1em;
        width: calc(100% - 40px);
        margin: 20px auto;
    }
    section#main blockquote .cite {
        margin-top: 10px;
    }
    section#main blockquote .text {
        width: calc(100% - 60px);
    }
    section#main #information {
        column-count: 1;
        padding: 0 20px;
    }
    section#main #information p {
        margin-bottom: 12px;
        font-size: 1.2em;
    }
    footer {
        padding: 35px 0 45px 0;
    }
    footer #sublogo {
        width: 100%;
    }
    footer #copyright {
    	display: none;
    }
    footer .hwk {
        display: none;
    }
}
