/* =Global */
body {
    background-color: #fff;
    font-family: "Open Sans", Georgia, Times, serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    color: #666;
}

.comments-area {
    margin: 24px auto 0;
    border-top: 1px solid #eee;
}

.comment-meta .comment-metadata a {
    color: #999;
}
.comment-meta .comment-metadata a:hover {
    color: #a21b39;
}

.comments-area .edit-link:before {
    display: inline;
    margin: 0 7px;
    content: ' ~ ';
}

.comment-form label {
    display: inline-block;
    width: 109px;
}

.required {
    color: #a21b39;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
    position: relative;
    margin: 0 0 27px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
    font-size: .8125em;
    font-weight: normal;
    line-height: 2.09231em;
    position: absolute;
    top: 7px;
    left: 0;
    padding: 7px 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.comment-form-comment label {
    top: 1px;
    left: 1px;
    background: white;
    width: 95.5%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
    display: block;
    width: 100%;
    margin: 0 0 27px;
    padding-left: 100px;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
    clear: both;
    width: 100%;
    margin: 0 0 27px;
    padding: 54px 14px 7px;
}

.says {
    display: none;
}

.form-allowed-tags {
    color: #999;
}

.no-comments {
    font-style: italic;
    margin: 27px 0;
    text-align: center;
    color: #999;
}

.mlm-rot {
  color: #a21b39;
}

.polaroid {
  	float: left;
  margin: 10px;
}

#videobereich1 {
    background-color: white;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}	
.videoExtern {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* =Layout */
.site {
    margin: 0 auto;
    padding: 27px;
    background: white;
}


.widget a {
    text-decoration: none;
    color: #a21b39;
}



/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
    font-family: "Open Sans", Georgia, Times, serif;
}
h1 {
    color: #a21b39;
  	font-size: 28px;
    font-weight: normal;
    margin: 27px 0;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 27px 0;
}

h3,
#respond h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 27px 0;
}

h4 {
    font-size: 20px;
    font-weight: normal;
    margin: 15px 0;
}

h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0;
}

h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0;
}

hr {
    height: 0;
    margin-top: -1px;
    margin-bottom: 24px;
    padding-top: 24px;
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    clear: both;
}

/* Text elements */
p {
    margin-bottom: 27px;
}



button:hover,
button:focus,
button:active,
input[type='button']:hover,
input[type='button']:focus,
input[type='button']:active,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='reset']:active,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='submit']:active {
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            color: #a21b39;
    border-color: #a21b39;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


.toggled .menu-toggle {
    color: #a21b39;
    border-color: #a21b39;
}


/* Links */
a {
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-decoration: none;
    color: #a21b39;
}
a:visited {
    color: #a21b39;
}


.site-footer a:hover {
    color: #a21b39;
}

.main-navigation li:hover > a {
    color: #a21b39;
}


.site-footer {
    font-size: .8125em;
    line-height: 2.09231em;
    clear: both;
    width: 100%;
    margin: 24px 0 0;
    padding: 14px 0 0;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    border-top: 1px solid #eee;
}

.current_page_item a,
.current-menu-item a,
.current_page_item a:visited,
.current-menu-item a:visited {
    color: #a21b39;
}

.site-content .widget-area {
    margin-top: 27px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

/* =Header */
.site-header {
    margin: 0 0 27px;
    padding: 0 0 24px;
    border-bottom: 1px solid #eee;
}  
  
.main-navigation {
    border-top: 1px solid #eee;
}

    .site-info {
        font-size: 10px;
  		line-height: 1.7;
        float: left;
        max-width: 60%;
        text-align: left;
    }

