@import "http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800";

@import "http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic";

@import "http://fonts.googleapis.com/css?family=Fredericka+the+Great";

@import "http://fonts.googleapis.com/css?family=Allerta+Stencil";

/* CSS Document */
/*
	Theme Name: Margo
	Description: Margo - Responsive Template
	Version: 1.0
	Author: iThemesLab
	Website: http://ithemeslab.com
*/
/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
    font-family:'Open Sans',sans-serif;
    font-size:14px;
    line-height:21px;
    font-weight:300;
    color:#000
}

strong,b {
    font-weight:600
}

img {
    max-width:100%;
    height:auto
}

ul,ol {
    list-style:none
}

ul {
    padding:0;
    margin:0
}

table {
  border-collapse: collapse;
}

td, th {
  border: none;
  padding: 0.8em 2em 0.8em 0;
  text-align: left;
  vertical-align: top;
}

tr {border-bottom: 1px solid #b3b3b3;}

a {
    color: #ff0000;
}

a:hover {
color: #808080;
    transition:color .2s ease-in-out;
    -moz-transition:color .2s ease-in-out;
    -webkit-transition:color .2s ease-in-out;
    -o-transition:color .2s ease-in-out;
    border-bottom:1px solid;
}

a,a:hover {
    text-decoration:none
}

i {
    font-size:1.1em
}

h1,h2,h3,h4,h5,h6 {
    font-family:'Open Sans',sans-serif;
    font-weight:600;
    margin:0;
    color:red
}

h1 {
    font-size:28px;
    line-height:30px
}

h2 {
    font-size:17px;
/* line-height: 28px; */
    color:#000
}

h3 {
    font-family:'Open Sans',sans-serif;
    font-weight:700;
    font-size:20px;
    line-height:42px
}

h4 {
    font-size:16px;
    line-height:60px
}

h5 {
    font-size:14px;
    line-height:20px
}

h6 {
    font-size:12px;
    line-height:18px
}

p {
    color:#000;
    font-size:13px;
    font-family:'Open Sans',sans-serif;
    font-weight:400;
    line-height:26px;
    margin:0 0 10px
}

p strong {
    font-weight:600
}

.untertitel {
    font-size:12px;
    line-height:16px;
    padding-bottom:50px;
    margin-top:7px;
    padding-right: 23px;
    display:block
}

.accent-color-bg {
    color:#fff
}

.fittext {
    font-size:38px;
    font-weight:300;
    line-height:1.6em;
    margin-bottom:35px;
    color:rgba(0,0,0,0.8)
}

.fittext strong {
    font-weight:700
}

.page-content p {
    margin-bottom:15px
}

.wite-text {
    color:#fff
}

.uppercase {
    text-transform:uppercase
}

.image-text {
    margin-right:10px
}

a.main-button,input[type="submit"] {
    display:inline-block;
    text-decoration:none;
    color:#fff;
    font-size:12px;
    font-family:'Open Sans',sans-serif;
    font-weight:300;
    text-transform:uppercase;
    padding:6px 16px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}

a.main-button:hover,input[type="submit"]:hover {
    background:#444;
    color:#fff
}

a.main-button i {
    font-size:1.2em
}

input[type="submit"] {
    border:none
}

.tooltip .tooltip-inner {
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px
}

#content {
    padding:10px 0
}

#content.full-sections {
    padding:0
}

.section {
    position:relative;
    overflow:hidden;
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover!important;
    -moz-background-size:cover!important;
    -o-background-size:cover!important;
    background-size:cover!important
}

#container {
    background:#fff
}

#inhalt {
    height:620px;
    display: block;
}

#scroller {
    height:580px;
    overflow:hidden
}

.boxed-page {
    position:relative;
    width:1220px;
    margin:0 auto;
    background-color:#fff;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow:0 0 10px rgba(0,0,0,0.3);
    box-shadow:0 0 10px rgba(0,0,0,0.3)
}

.boxed-page header {
    width:1220px
}

#loader {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:9999999999
}

.spinner {
    position:absolute;
    width:40px;
    height:40px;
    top:50%;
    left:50%;
    margin-left:-40px;
    margin-top:-40px;
    -webkit-animation:rotatee 2s infinite linear;
    animation:rotatee 2s infinite linear
}

.dot1,.dot2 {
    width:60%;
    height:60%;
    display:inline-block;
    position:absolute;
    top:0;
    border-radius:100%;
    -webkit-animation:bouncee 2s infinite ease-in-out;
    animation:bouncee 2s infinite ease-in-out
}

.dot2 {
    top:auto;
    bottom:0;
    -webkit-animation-delay:-1s;
    animation-delay:-1s
}

@-webkit-keyframes rotatee {
100% {
    -webkit-transform:rotate(360deg)
}
}

@keyframes rotatee {
100% {
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg)
}
}

@-webkit-keyframes bouncee {
0%,100% {
    -webkit-transform:scale(0.0)
}

50% {
    -webkit-transform:scale(1.0)
}
}

@keyframes bouncee {
0%,100% {
    transform:scale(0.0);
    -webkit-transform:scale(0.0)
}

50% {
    transform:scale(1.0);
    -webkit-transform:scale(1.0)
}
}

/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/
header {
    position:fixed;
    top:0;
    width:100%;
    z-index:9999999;
    transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out
}

.fixed-header {
    opacity:.95;
    box-shadow:0 3px 3px -3px rgba(0,0,0,0.2);
    -o-box-shadow:0 3px 3px -3px rgba(0,0,0,0.2);
    -moz-box-shadow:0 3px 3px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 3px 3px -3px rgba(0,0,0,0.2)
}

.navbar {
    margin-bottom:0;
    background:#fff;
    border:none;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0
}

.titel {
    position:relative;
    float:left;
    padding:27px 0;
    margin:0!important;
    transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out
}

.titel:hover {
    border: none;
    text-decoration: none;
}

.titel h1 {
    font-family:'Lora',serif;
    font-weight:700;
    font-size:24px
}

.titel h2 {
    font-family:'Lora',serif;
    font-weight:600;
    font-size:17px
}

.navbar-nav {
    margin-right:0!important;
    position:relative;
    transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out
}

.navbar-nav > li {
    margin-left:6px
}

.navbar-nav > li:first-child {
    margin-left:0
}

.navbar-nav > li > a {
    font-family:'Allerta Stencil',sans-serif;
    color:#000;
    display:block;
    font-size:17px;
    font-weight:300;
    padding:28px 15px;
    transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    font-weight:400
}

.navbar-nav > li > a.info {
    font-family:'Lora',serif;
    font-weight:700;
    font-size:26px;
    color:#fad900;
    display:block;
    padding:28px 15px;
    transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out
}

.navbar-nav > li > a.exh {
    color:red;
    padding:28px 15px;
    margin-right: 87px;
}

.navbar-nav > li.audio {
    display:block;
    padding:15px 0;
    overflow:hidden
}

.navbar-nav > li.audio > iframe {
    margin:0;
    padding:0;
    border:none;
    width:170px;
    height:40px;
    overflow: hidden;
}

.navbar-nav > li > a.active,.navbar-nav > li:hover > a {
    border-bottom:2px solid;
    color:red
}

.navbar-nav > li > a i {
    margin:0 -2px 0 -5px
}

.navbar-nav > li:last-child a {
    padding-right:0
}

/*------------------------------------------*/
/*	   03 - Main Page Elements
/*------------------------------------------*/
.blog-page {
margin-top: 20px;
}


label {
    font-size:13px;
    color:#000;
    font-weight:300;
    cursor:pointer
}

label .required {
    color:#ED2C3A;
    margin-left:2px
}

input[type="submit"] {
    outline:none
}

.mail_response {
    border-bottom:1px solid #eee;
    padding-bottom:15px;
    margin-bottom:15px
}

.name-missing,.email-missing,.message-missing {
    opacity:0;
    color:#ED2C3A;
    margin-left:10px;
    transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out
}

.error-page {
    padding:90px 0;
    text-align:center
}

.error-page h1 {
    font-size:160px;
    line-height:140px;
    font-weight:700;
    color:#333
}

.error-page h3 {
    font-size:64px;
    line-height:70px;
    font-weight:300
}

.error-page p {
    font-size:22px;
    line-height:28px;
    color:#000;
    margin-bottom:25px
}

#map {
    position:relative;
    height:350px;
    width:100%
}

/*************** Buttons ***************/
.btn {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}

/*************** Heading Titles ***************/
.classic-title {
    margin-bottom:16px;
    padding-bottom:8px;
    font-size:60px;
    font-family:'Fredericka the Great',cursive
}

.classic-title2 {
    margin-bottom:16px;
    margin-right:23px;
    padding-bottom:8px;
    font-family:'Open Sans',sans-serif;
    font-size:18px;
    font-weight:600;
    text-align:right;
    color:#000
}

.post-title {
    margin:0;
    padding:0
}

.copy {
    margin:0;
    margin-right: 15px;
    padding:0;
    text-align:right;
    font-size:11px;
    color:#808080;
}


.post-content p {
    margin-bottom:15px
}

/*------------------------------------------*/
/*			10 - SideBar Styles
/*------------------------------------------*/
.sidebar {
}

.sidebar a {
    color:#000
}

.sidebar .widget {
    overflow:hidden;
    /* margin-bottom:50px */
}

.sidebar .widget ul {
    margin:0
}

.sidebar .widget h4 {
    text-transform:uppercase;
    padding-bottom:8px;
    margin-bottom:16px;
    font-size:14px;
    font-weight:500;
    position:relative
}

.sidebar .widget h4 .head-line {
    position:absolute;
    bottom:0;
    left:0;
    display:block;
    width:50px;
    height:2px;
    background-color:#ddd;
    margin:0
}

.widget-categories ul li a {
    font-family:'Open Sans',sans-serif;
    font-weight:600;
    font-size:13px;
    padding:9px 0;
    text-decoration:none;
    display:block;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}

.widget-categories ul li:first-child a {
    padding-top:0
}

.widget-categories ul li a:hover,.widget-categories ul li a.active {
    padding-left:8px;
    color:red
}

/*------------------------------------------*/
/*			 11 - Footer Styles
/*------------------------------------------*/
footer {
    background-color:#fff;
    padding: 0 0 20px 0;
    color:#000;
}

footer p {
    color:#000
}

footer a {
    color:#000
}

footer a:hover {
    color:#ff000;
    text-decoration:underline
}

.footer-widget {
    margin-bottom:45px
}

.footer-widget h4 {
    color:#eee;
    text-transform:uppercase;
    padding-bottom:8px;
    margin-bottom:20px;
    font-size:14px;
    font-weight:700;
    position:relative
}

.footer-widget h4 .head-line {
    position:absolute;
    bottom:0;
    left:0;
    display:block;
    width:50px;
    height:3px;
    background-color:#333;
    margin:0
}

.contact-widget {
/* background: url(../images/map.png) center bottom no-repeat; */
}

.contact-widget span {
    font-weight:700
}

.contact-widget ul li {
    margin-bottom:12px
}

.contact-widget ul li p a {
    color:#bbb
}

.contact-widget p {
    padding-bottom:20px
}

.copyright-section {
    padding:15px 0;
    font-size:11px;
    letter-spacing:.5px;
    border-top:1px solid rgba(255,255,255,.06)
}

.copyright-section p {
    font-size:14px;
    text-transform:uppercase;
    visibility: hidden;
}

ul.footer-nav {
    float:right
}

ul.footer-nav li {
    display:inline-block;
    float:left;
    margin-left:15px
}

ul.footer-nav li:first-child {
    margin-left:0
}

ul.footer-nav li a {
    display:inline-block;
    text-transform:uppercase;
    text-decoration:none;
}

ul.footer-nav li a:hover {
border: none;
    text-decoration: none;
    color:#ff0000;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.back-to-top {
    display:none;
    position:fixed;
    bottom:18px;
    right:15px
}

.back-to-top i {
    display:block;
    width:36px;
    height:36px;
    line-height:36px;
    color:#fff;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    text-align:center;
    background-color:#444;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}

.iframe {
    border:none
}

.navbar-collapse {
    max-height:340px
}