/*  
Theme Name: initiative
Author URI: http://oktoberfest.initiativemedia.de
Version: 2
Author: Matthias Bodsch
Description: initiative Oktoberfest Theme
*/

@font-face {
	font-family: Awesome;
	src: url('../fonts/awesome_free_font-webfont.eot'); /* IE9 Compat Modes */
	src: url('../fonts/awesome_free_font-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/awesome_free_font-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/awesome_free_font-webfont.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/awesome_free_font-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../fonts/awesome_free_font-webfont.svg#svgFontName') format('svg'), /* Legacy iOS */
		url('../fonts/AwesomeFreeFont.otf') format('opentype');
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	min-width: 375px;
	margin: 0px;
	padding: 0px;
}

.container {
    position: relative;
    min-height: 100%;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
    padding-bottom: 45px;
}

.content {
    box-sizing: border-box;
	text-align: center;
}

.logo {
    padding: 20px 0px 20px 0px;
}

.text {
	margin: 0px;
	padding: 30px 0px 30px 0px;
	text-align: left;
}

.buttons {
	text-align: center;
}

.pdf {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

form {
	display: inline;
	margin-top: 0px;
}

a, a:visited{
	text-decoration: underline;
}
	
a:hover{
	color: #4d4d4f;
	text-decoration: none;
}

h1 {
	margin: 0px;
	text-align: center;
	font-size: 24px;
}

img.oben {
	margin-top: 40px;
}

img.oben, img.unten {
    width: 100%;
    height: auto;
	display: block;
}

form {
	display: inline;
}

input[type=submit] {
	-webkit-appearance: none;
	width: 160px;
	background-color: #eae7e2;
	border: 2px solid #000;
	border-radius: 4px;
	padding-bottom: 5px;
	margin: 12px 6px 12px 6px;
	color: #000;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	transition: all 0.3s ease;
}

input[type=submit]:hover {
	background-color: #000;
	color: #eae7e2;
}

input[type=submit]:disabled {
	border-color: #999;
	background-color: #eae7e2;
	color: #999;
}

input[type=checkbox] + label {
	padding-left: 5px;
	focus: pointer;
}

.box-wrapper {
	display: table;
	width: 100%;
	text-align: center;
	padding-top: 20px;
    padding-bottom: 10px;
	vertical-align: middle;
}

.gruene-box, .rote-box, .blaue-box {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	padding: 0px 10px 0px 10px;
}

.gruene-box, .rote-box {
	height: 60px;
	font-size: 15px;
}

.gruene-box {
	background-color: #22a849;
}

.rote-box {
	background-color: #cd183e;
}

.blaue-box {
    display: block
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #37546f;
	color: #fff;
    padding: 30px 20px 30px 20px;
}

.box-small {
    display: block;
    padding-top: 10px;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
}

.box-small a {
    color: #60c6ea !important;
}

.box-icon {
	vertical-align: middle;
	padding-right: 12px;
}

.white-border {
	border: 3px solid #fff;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
	max-width: 960px;
	min-width: 335px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

div>ul {
    display: inline-block;
    border: 2px dotted #333;
    border-radius: 7px;
    background-color: rgba(128, 128, 128, 0.2);
    width: 70%;
    text-align: left;
    padding: 5px;
    list-style: outside;
}

ul li {
    position: relative;
    left: 20px;
    padding-right: 20px;
}

.agency {
    max-height: 80px;
    height: auto;
    margin-top: 20px;
    margin-bottom: -20px;
}

@media screen and (min-width: 420px) and (max-width: 520px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 22px;
    }
    input[type=submit] {
        font-size: 22px;
        width: 140px;
    }
    .logo {
        padding: 10px 0px 10px 0px;
    }
    .logo img {
        width: 150px;
        height: 60px;
    }
    .gruene-box, .rote-box {
        height: 50px;
        font-size: 12px;
    }
}

@media screen and (max-width: 420px) {
    body {
        font-size: 11px;
    }
    h1 {
        font-size: 20px;
    }
    input[type=submit] {
        font-size: 20px;
        width: 120px;
    }
    .logo {
        padding: 10px 0px 10px 0px;
    }
    .logo img {
        width: 150px;
        height: 60px;
    }
    .gruene-box, .rote-box {
        height: 50px;
        font-size: 10px;
    }
}
