/*** Language chooser ***/

.language-chooser {
    position: relative;
    float: right;
    right: 20px;
    top: 10px;
}

.language-chooser a,
.language-chooser .seperator {
    color: #303030;
    font-size: 0.7em;
}

.language-chooser a:hover {
    color: #909090;
}

/*** Main ***/

h1, h2 {
    font-family: 'Amatic SC', serif;
}

nav {
    border-top: none;
}

.title-bg {
    display: flex;
    justify-content: center;
    align-items: flex-end;

    background-image: url('../images/content_title_bg.png');
    background-size: 300px 150px;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 150px;
    margin-top: 20px;
}

h1 {
    color: #2F160F;
    text-align: center;
    font-size: 3em;
    margin-bottom: 4px;
}

h2 {
    font-weight: normal;
    font-size: 2.5em;
    text-align: left;
}

h3 {
    margin-top: 40px;
}

section {
    margin: 40px 0 10px 0;
    /*text-align: center;*/
}

main p {
    margin-left: 20px;
    margin-right: 20px;
}

main ul {
    text-align: left;
}

.row {
    clear: both;
    max-width: 900px;
    overflow: auto;
    margin: 40px 0 10px 0;
}

.column {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.column:last-child {
    margin-right: 0;
}

.two-columns .column {
    width: 435px;
}

.three-columns .column {
    width: 280px;
}

.info {
    background: #EEF0FF;
    border: 2px solid #E1E3F5;
    border-radius: 5px;
}

.two-columns .column.info {
    width: 390px;
    padding: 10px 20px;
}

form {
    background: #53392C;
    padding: 20px 20px;
    margin: 0 20px;
    border-radius: 5px;
    text-align: left;
}

main label {
    display: block;
}

input, textarea {
    border: 2px solid #3B2219;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    width: 400px;
    border-radius: 5px;
    font-size: 1em;
    background: #3B2219;
    color: #EBCFAC;
}

input::placeholder {
    color: #63493C;
}

input:focus, textarea:focus {
    border: 2px solid #EBCFAC!important;
    outline: none;
}

.error input, .error textarea {
    border: 2px solid #e64d00;
}

.error-msg {
    color: #e64d00;
}

.form-element button {
    border: 2px solid #3B2219;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    font-size: 1em;
    background: #3B2219;
    color: #EBCFAC;
    cursor: pointer;
}

.form-element button:hover {
    border: 2px solid #EBCFAC;
    color: #EBCFAC;
}

input[type=date] {
    width:200px;
}

textarea {
    height: 200px;
}

.form-element {
    margin-bottom: 10px;
}

.form-element p {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
}

section.msg {
    padding: 10px 20px;
    border-radius: 5px;
    text-align: left;
}

section.msg p {
    text-align: left;
}

section.ok-msg {
    background: #3e7035;
    color: #EBCFAC;
}

section.error-msg {
    background: #e64d00;
    color: #EBCFAC;
}

.foto-figure {
    display: inline-block;
    margin: 0 10px 20px 10px;
}

.foto-figure figcaption {
    display: none;
}

iframe {
    margin-left: 20px;
}

.grecaptcha-logo iframe {
    margin-left: 0;
}

/*** Footer ***/

.footer-wrapper {
	min-height: 100%;
	position: relative;
}
