body {
    margin: 0;
    padding: 0;
}

/*---HEADER---*/

header {
    padding: 30px 0;
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

/*---NAVIGATION---*/

.hauptnavigation-container nav {
    margin-top: 58px;
}

.hauptnavigation-container nav ul {
    margin: 0px;
    padding: 0px;
    float: right;
}

.hauptnavigation-container nav ul li {
    font-family: 'Passion One', cursive;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    list-style: none;
    float: left;
    margin-left: 30px;
}

.hauptnavigation-container nav ul li a {
    color: #696969;
    text-decoration: none;
}

.hauptnavigation-container nav ul li a:hover,
.hauptnavigation-container nav ul li.current-menu-item a {
    color: #3562ac;
    text-decoration: none;
}

/*---RESPONSIVE NAVIGATION---*/

.glyphicon.glyphicon-menu-hamburger {
    color: #3562ac;
    font-size: 24px;
    margin: 0px 0px 15px 0;
    float: right;
}

.responsive-hauptnavigation-container .menu-hauptnavigation-container {
    display: none;
}

.responsive-hauptnavigation-container nav ul {
    padding-top: 30px;


}

.responsive-hauptnavigation-container nav ul li {
    font-family: 'Passion One', cursive;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    list-style: none;
    text-align: right;
}

.responsive-hauptnavigation-container nav ul li a {
    padding: 5px 0;
    display: block;
    color: #696969;
    text-decoration: none;
}

.responsive-hauptnavigation-container nav ul li.current-menu-item a {
    color: #3562ac;
    text-decoration: none;
}

/*---MOOD----*/

.frontpage .mood,
.content .mood {
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: center 144px;
    background-attachment: fixed;
    width: 100%;
    padding-top: 200px;
}

.frontpage .mood {
    height: 670px;
}

.content .mood {
    height: 370px;
}

    /*---TYPOGRAFIE----*/

h1 {
    font-family: 'Passion One', cursive;
    font-weight: 400;
    color: #3562ac;
    font-size: 38px;
    line-height: 40px;
    margin: 55px 0 20px 0px;
    padding: 0px;
}

h2 {
    font-family: 'Passion One', cursive;
    font-weight: 400;
    color: #3562ac;
    font-size: 24px;
    line-height: 28px;
    margin: 0px 0 5px 0px;
    padding: 0px;
}

p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #696969;
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0 5px 0;
    padding: 0px;
}

p a {
    font-weight: 700;
    color: #3562ac;
}

p a:hover {
    color: #696969;
    text-decoration: none;
}

article ul {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #696969;
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 15px 20px;
    padding: 0px;
}

.textblock {
    margin-bottom: 30px;
}

.more {
    display: block;
    margin-top: 15px;

}

.more a {
    font-weight: 700;
    color: #3562ac;
    font-size: 18px;
    line-height: 24px;
}

.more a:hover {
    color: #696969;
    text-decoration: none;
}

.more a:after {
    content: "";
    background-image: url("../img/link-arrow.png");
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    margin: 0 0 0 5px;
}

.more a:hover:after {
    background-image: url("../img/link-arrow_hover.png");
}

.sidebarbild {
    margin-bottom: 30px;
    width: 100%;
}

/*---KARTE---*/

.karte {
    position: absolute;
    right: 0;
    top: 290px;
}

/*---TEASER---*/

.teaser {
    margin: 30px 0 0 0;
}

.teaser p {
    margin: 0px 0 5px 0; e
}


/*---ZITATE---*/

.zitat p {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #3562ac;
}

.zitat .zitatgeber {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #3562ac;
    margin: 0 0 30px 0;
    padding: 0px;
    display: block;
}

.zitatgeber-container {
    margin: 15px 0 30px 0;
    font-family: 'PT Sans', sans-serif;
    color: #3562ac;
    font-size: 16px;
}

.zitatgeber-container tr td {
    padding-right: 20px;
}

/*---FORMULAR---*/

input:not([type=checkbox]),
select {
    width: 100%;
    background-color: #f2f2f2;
    border: 0px;
    height: 40px;
    margin-bottom: 15px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

input {
    padding: 0 10px;
}

span.wpcf7-list-item {
    margin: 0;
}

select {
    padding: 0 5px;
}

textarea {
    width: 100%;
    background-color: #f2f2f2;
    border: 0px;
    height: 150px;
    margin-bottom: 15px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    resize: none;
    padding: 10px;
}

label {
    color: #696969;
    font-family: "Passion One";
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

input[type=submit] {
    color: #3562ac;
    background: none;
    text-align: right;
    margin: 0px 0 0px 0;
    padding: 0px 30px 0px 0;
    font-weight: 700;
    color: #3562ac;
    font-size: 18px;
    line-height: 24px;
    background-image: url("../img/link-arrow.png");
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: right;
}


input[type=submit]:hover {
    color: #696969;
    text-decoration: none;
    background-image: url("../img/link-arrow_hover.png");
}

/*---Validation---*/

span.wpcf7-not-valid-tip {
    display: none;
}

input.wpcf7-validates-as-required.wpcf7-not-valid,
select.wpcf7-validates-as-required.wpcf7-not-valid {
    background-color: #3562ac;
    color: #ffffff;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-response-output {
    border: 0px;
    background-color: #696969;
    color: #ffffff;
    margin: 0px;
    padding: 15px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

/*---FOOTER---*/

footer {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    background-color: #f2f2f2;
    color: #838383;
    padding: 30px 0 80px 0;
    margin: 45px 0 0 0;
}

footer a {
    color: #3562ac;
    text-decoration: none;
}

footer a:hover {
    color: #838383;
    text-decoration: none;
}

footer .copyright {
    display: block;
    text-align: left;
}

footer .webdesignby {
    display: block;
    text-align: right;
}


/*---TEXT MARKIERUNG---*/

::-moz-selection {
    color:#FFFFFF;
    background: #3562ac;
    text-shadow: none;
}

::selection {
    color:#FFFFFF;
    background: #3562ac;
    text-shadow: none;
}